.ss-products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;display:grid}@media (hover:hover){.ss-product{transition:transform .3s cubic-bezier(.22,1,.36,1)}.ss-product:hover{transform:translateY(-6px)}}.ss-product h4{margin:0 0 6px;font-size:15px;font-weight:600;line-height:1.35}.ss-product h4 a:hover{color:var(--ss-accent-dark)}.ss-product__img{aspect-ratio:11/14;margin-bottom:12px;position:relative}.ss-product__img-link{background:var(--ss-surface);border:1px solid var(--ss-border);border-radius:var(--ss-radius);width:100%;height:100%;box-shadow:var(--ss-shadow);justify-content:center;align-items:center;transition:box-shadow .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.ss-product__img-link img,.ss-product__img-link .ss-pv{width:100%;height:100%}.ss-product__img img{object-fit:contain;width:100%;height:100%;display:block}@media (hover:hover){.ss-product:hover .ss-product__img-link{transform:scale(1.01);box-shadow:0 20px 48px #14241424}.ss-product__img img{transition:transform .5s}.ss-product:hover .ss-product__img img{transform:scale(1.03)}}.ss-product__choose{background:var(--ss-accent-dark);color:#fff;z-index:2;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;text-decoration:none;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 8px #00000026}.ss-product__choose:hover{background:var(--ss-accent);color:var(--ss-accent-dark)}.ss-product__add{z-index:2;background:var(--ss-accent-dark);color:#fff;cursor:pointer;border:none;border-radius:50%;width:32px;height:32px;font-size:20px;font-weight:600;line-height:1;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 8px #00000026}.ss-product__price{margin-top:2px}.ss-pv{background:linear-gradient(145deg,#eef3e8,#fff);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ss-pv--tee .ss-cross{width:30px;height:30px;display:block;position:relative}.ss-pv--tee .ss-cross:before,.ss-pv--tee .ss-cross:after{content:"";background:var(--ss-accent);position:absolute}.ss-pv--tee .ss-cross:before{width:2px;height:100%;left:50%;transform:translate(-50%)}.ss-pv--tee .ss-cross:after{width:100%;height:2px;top:50%;transform:translateY(-50%)}.ss-pv--hoodie{background:#e8ede3;border-radius:16px 16px 4px 4px;width:72%;height:78%}.ss-emb{letter-spacing:1px;color:var(--ss-accent-dark);font-size:8px;font-weight:700;position:absolute;bottom:30%}.ss-gothic{font-family:var(--ss-display);color:var(--ss-accent-dark);font-size:22px}@media (max-width:900px){.ss-products{grid-template-columns:repeat(2,1fr)}}
