.sth-product-card{background:var(--sth-white);border:1px solid #5b2eff1c;border-radius:18px;width:100%;min-width:0;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 8px 28px #2218460b}.sth-product-card:hover{border-color:#5b2eff3d;transform:translateY(-4px);box-shadow:0 18px 42px #5b2eff1a}.sth-product-card__media{background:linear-gradient(180deg, var(--sth-white) 0%, var(--sth-purple-light) 100%);border-bottom:1px solid #5b2eff0e;justify-content:center;align-items:center;height:228px;display:flex;position:relative;overflow:hidden}.sth-product-card__media-glow{pointer-events:none;background:radial-gradient(circle,#5b2eff1f 0%,#5b2eff0e 48%,#5b2eff03 72%,#0000 100%);border-radius:50%;width:166px;height:166px;position:absolute}.sth-product-card__badge{z-index:5;border:1px solid var(--sth-border-orange);background:var(--sth-orange-soft);color:var(--sth-orange);border-radius:9px;padding:6px 11px;font-size:8px;font-weight:850;line-height:1;position:absolute;top:14px;left:14px}.sth-product-card__wishlist{z-index:5;width:38px;height:38px;color:var(--sth-black);cursor:pointer;background:#fffffff5;border:1px solid #5b2eff1f;border-radius:50%;justify-content:center;align-items:center;transition:color .16s,border-color .16s,background-color .16s,transform .16s;display:inline-flex;position:absolute;top:13px;right:13px;box-shadow:0 6px 18px #1f173f0e}.sth-product-card__wishlist:hover{border-color:var(--sth-orange);background:var(--sth-orange-soft);color:var(--sth-orange);transform:translateY(-1px)}.sth-product-card__image-link{z-index:2;position:absolute;inset:0}.sth-product-card__image{object-fit:contain;padding:42px 32px 16px;transition:transform .24s}.sth-product-card:hover .sth-product-card__image{transform:scale(1.04)}.sth-product-card__body{padding:15px 16px 16px}.sth-product-card__meta{justify-content:space-between;align-items:center;gap:10px;min-width:0;margin-bottom:9px;display:flex}.sth-product-card__meta-left{align-items:center;gap:6px;min-width:0;display:flex}.sth-product-card__category{color:var(--sth-purple);font-size:8.4px;font-weight:850}.sth-product-card__meta-dot{color:var(--sth-gray-300);font-size:8px}.sth-product-card__brand{color:var(--sth-gray-500);font-size:8.4px;font-weight:650}.sth-product-card__sku{max-width:42%;color:var(--sth-gray-500);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;overflow:hidden}.sth-product-card__title-link{color:inherit;text-decoration:none}.sth-product-card__title{min-height:39px;color:var(--sth-black);letter-spacing:-.025em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:880;line-height:1.3;transition:color .16s;display:-webkit-box;overflow:hidden}.sth-product-card__title-link:hover .sth-product-card__title{color:var(--sth-purple)}.sth-product-card__description{min-height:33px;color:var(--sth-gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 0;font-size:9px;line-height:1.5;display:-webkit-box;overflow:hidden}.sth-product-card__rating-row{color:var(--sth-gray-500);align-items:center;gap:5px;margin-top:10px;font-size:8px;display:flex}.sth-product-card__stars{color:var(--sth-orange);align-items:center;gap:1px;display:flex}.sth-product-card__rating-row strong{color:var(--sth-black);font-size:8.4px;font-weight:800}.sth-product-card__rating-row>span{color:var(--sth-gray-500)}.sth-product-card__price-row{justify-content:space-between;align-items:center;gap:10px;min-height:42px;margin-top:10px;display:flex}.sth-product-card__price-content{flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;display:flex}.sth-product-card__price{color:var(--sth-purple);letter-spacing:-.035em;white-space:nowrap;font-size:17px;font-weight:900;line-height:1.1}.sth-product-card__old-price{color:var(--sth-gray-500);white-space:nowrap;font-size:8px;text-decoration:line-through}.sth-product-card__discount{border:1px solid var(--sth-border-orange);background:var(--sth-orange-soft);color:var(--sth-orange);white-space:nowrap;border-radius:7px;padding:4px 6px;font-size:7px;font-weight:850}.sth-product-card__quantity{border:1px solid var(--sth-border-purple);background:var(--sth-purple-light);border-radius:9px;flex-shrink:0;grid-template-columns:29px 30px 29px;align-items:center;height:34px;transition:border-color .16s,background-color .16s,opacity .16s;display:grid;overflow:hidden}.sth-product-card__quantity-button{width:29px;height:32px;color:var(--sth-purple);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.sth-product-card__quantity-button:hover:not(:disabled){background:var(--sth-purple);color:var(--sth-white)}.sth-product-card__quantity-button:active:not(:disabled){transform:scale(.94)}.sth-product-card__quantity-button:disabled{color:var(--sth-gray-300);cursor:not-allowed}.sth-product-card__quantity-value{border-left:1px solid var(--sth-border-purple);border-right:1px solid var(--sth-border-purple);height:24px;color:var(--sth-black);justify-content:center;align-items:center;font-size:10px;font-weight:900;display:flex}.sth-product-card__quantity--disabled{border-color:var(--sth-gray-200);background:var(--sth-gray-50)}.sth-product-card__quantity--disabled .sth-product-card__quantity-value{border-color:var(--sth-gray-200);color:var(--sth-gray-500)}.sth-product-card__actions{grid-template-columns:minmax(0,1fr) 42px;gap:9px;margin-top:12px;display:grid}.sth-product-card__cart{background:linear-gradient(135deg, var(--sth-purple) 0%, #7247ff 100%);min-height:42px;color:var(--sth-white);font:inherit;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:9.5px;font-weight:850;transition:transform .16s,box-shadow .16s,background-color .16s;display:inline-flex;box-shadow:0 8px 20px #5b2eff29}.sth-product-card__cart:hover{transform:translateY(-1px);box-shadow:0 11px 25px #5b2eff3b}.sth-product-card__cart:active{transform:scale(.985)}.sth-product-card__cart.sth-product-card__cart--added{background:linear-gradient(135deg, var(--sth-purple-hover,#4720db) 0%, var(--sth-purple) 100%);color:var(--sth-white);border:0;box-shadow:0 8px 18px #5b2eff29}.sth-product-card__cart.sth-product-card__cart--added:hover{background:linear-gradient(135deg, var(--sth-purple-hover,#4720db) 0%, var(--sth-purple,#5b2eff) 100%);color:var(--sth-white);box-shadow:0 11px 25px #5b2eff3b}.sth-product-card__compare{border:1px solid var(--sth-border-purple);background:var(--sth-white);width:42px;height:42px;color:var(--sth-purple);border-radius:10px;justify-content:center;align-items:center;text-decoration:none;transition:border-color .16s,background-color .16s,color .16s,transform .16s;display:inline-flex}.sth-product-card__compare:hover{border-color:var(--sth-purple);background:var(--sth-purple-soft);color:var(--sth-purple);transform:translateY(-1px)}.sth-product-card__benefits{border-top:1px solid #5b2eff12;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding-top:10px;display:flex}.sth-product-card__benefits span{color:var(--sth-gray-500);padding-left:10px;font-size:7px;font-weight:650;position:relative}.sth-product-card__benefits span:before{content:"";background:var(--sth-purple);border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sth-product-card__benefits span:last-child:before{background:var(--sth-orange)}.sth-product-card__wishlist--active{border-color:var(--sth-border-orange);background:var(--sth-orange-soft);color:var(--sth-orange);box-shadow:0 7px 18px #ff4b1f1f}.sth-product-card__wishlist--active:hover{border-color:var(--sth-orange);background:var(--sth-orange);color:var(--sth-white);box-shadow:0 9px 22px #ff4b1f2e}.sth-product-card__wishlist--active svg{fill:currentColor}@media (max-width:1023px){.sth-product-card__media{height:200px}.sth-product-card__media-glow{width:140px;height:140px}.sth-product-card__image{padding:34px 25px 14px}.sth-product-card__price{font-size:15px}}@media (max-width:580px){.sth-product-card{border-radius:13px;box-shadow:0 5px 16px #2218460a}.sth-product-card:hover{transform:none}.sth-product-card__media{height:145px}.sth-product-card__media-glow{width:105px;height:105px}.sth-product-card__image{padding:27px 18px 10px}.sth-product-card__badge{border-radius:6px;padding:4px 6px;font-size:6px;top:8px;left:8px}.sth-product-card__wishlist{width:29px;height:29px;top:7px;right:7px;box-shadow:0 4px 10px #1f173f0b}.sth-product-card__wishlist svg{width:15px;height:15px}.sth-product-card__body{padding:10px 10px 11px}.sth-product-card__meta{align-items:flex-start;gap:4px;margin-bottom:7px}.sth-product-card__meta-left{gap:3px}.sth-product-card__category{text-overflow:ellipsis;max-width:54px;font-size:6.5px;font-weight:800;line-height:1.25;overflow:hidden}.sth-product-card__meta-dot{font-size:6px}.sth-product-card__brand{text-overflow:ellipsis;max-width:48px;font-size:6.5px;font-weight:700;line-height:1.25;overflow:hidden}.sth-product-card__sku{max-width:48px;font-size:5.7px;line-height:1.25}.sth-product-card__title{letter-spacing:-.02em;-webkit-line-clamp:2;min-height:34px;font-size:11px;font-weight:850;line-height:1.32}.sth-product-card__description{-webkit-line-clamp:2;min-height:29px;margin-top:6px;font-size:7.2px;line-height:1.4}.sth-product-card__rating-row{gap:3px;margin-top:7px;font-size:6.3px}.sth-product-card__stars{gap:0}.sth-product-card__stars svg{width:10px;height:10px}.sth-product-card__rating-row strong{font-size:6.5px}.sth-product-card__rating-row>span{font-size:6px}.sth-product-card__price-row{min-height:0;margin-top:8px;display:block}.sth-product-card__price-content{flex-wrap:wrap;align-items:baseline;gap:3px 5px;display:flex}.sth-product-card__price{font-size:13px;line-height:1.1}.sth-product-card__old-price{font-size:6px}.sth-product-card__discount{border-radius:5px;padding:3px 5px;font-size:5.8px}.sth-product-card__quantity{border-radius:7px;grid-template-columns:1fr 30px 1fr;width:100%;height:29px;margin-top:7px}.sth-product-card__quantity-button{width:100%;height:27px}.sth-product-card__quantity-button svg{width:13px;height:13px}.sth-product-card__quantity-value{height:20px;font-size:8px}.sth-product-card__actions{grid-template-columns:minmax(0,1fr) 32px;gap:6px;margin-top:8px}.sth-product-card__cart{border-radius:8px;gap:4px;min-height:34px;padding:0 7px;font-size:7px;box-shadow:0 5px 13px #5b2eff21}.sth-product-card__cart svg{width:13px;height:13px}.sth-product-card__compare{border-radius:8px;width:32px;height:34px}.sth-product-card__compare svg{width:14px;height:14px}.sth-product-card__benefits{gap:4px;margin-top:8px;padding-top:7px}.sth-product-card__benefits span{white-space:nowrap;padding-left:7px;font-size:5.4px;line-height:1.25}.sth-product-card__benefits span:before{width:4px;height:4px}}@media (max-width:390px){.sth-product-card__media{height:132px}.sth-product-card__media-glow{width:92px;height:92px}.sth-product-card__image{padding:25px 15px 9px}.sth-product-card__body{padding:9px 8px 10px}.sth-product-card__title{min-height:31px;font-size:10px}.sth-product-card__description{min-height:27px;font-size:6.7px}.sth-product-card__price{font-size:12px}.sth-product-card__category,.sth-product-card__brand{font-size:6px}.sth-product-card__sku{font-size:5.3px}.sth-product-card__cart{font-size:6.5px}.sth-product-card__benefits span{font-size:5px}}
