.st-trending,.st-collection,.st-rec{--st-pcard-accent: var(--st-pcard-accent-custom, #ff7a2f);--st-pcard-navy: var(--st-pcard-navy-custom, #1a2744);--st-pcard-border: var(--st-pcard-border-custom, #ff7a2f);--st-pcard-bg: var(--st-pcard-bg-custom, #ffffff);--st-pcard-radius: var(--st-pcard-radius-custom, 22px);--st-pcard-gap: var(--st-pcard-gap-custom, 16px);--st-pcard-cols-d: var(--st-pcard-cols-desktop, 4);--st-pcard-cols-t: var(--st-pcard-cols-tablet, 3);--st-pcard-cols-m: var(--st-pcard-cols-mobile, 2)}.st-trending__header{text-align:var(--st-trending-align, center);margin-bottom:clamp(1.25rem,3vw,2rem)}.st-trending__header .st-subcopy{margin-inline:var(--st-trending-subcopy-margin, auto)}.st-trending__grid{display:grid;grid-template-columns:repeat(var(--st-pcard-cols-m),minmax(0,1fr));gap:var(--st-pcard-gap);list-style:none;margin:0;padding:0}@media(min-width:750px){.st-trending__grid{grid-template-columns:repeat(var(--st-pcard-cols-t),minmax(0,1fr))}}@media(min-width:990px){.st-trending__grid{grid-template-columns:repeat(var(--st-pcard-cols-d),minmax(0,1fr))}}.st-trending__cta{display:flex;justify-content:center;margin-top:clamp(1.5rem,3vw,2.25rem)}.st-pcard{display:flex;flex-direction:column;height:100%;background:var(--st-pcard-bg);border:1.5px solid #EBEBEB;border-radius:var(--st-pcard-radius);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.st-pcard:hover{box-shadow:0 12px 28px #1a27441a;transform:translateY(-2px);border:1.5px solid var(--st-pcard-border)}@media(prefers-reduced-motion:reduce){.st-pcard,.st-pcard:hover{transition:none;transform:none}}.st-pcard__media{position:relative;display:block;aspect-ratio:var(--st-pcard-ratio, 1 / 1);background:#f7f8fa;overflow:hidden}.st-pcard__media-link{display:block;width:100%;height:100%;position:relative}.st-pcard__gallery{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.st-pcard__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0;transition:opacity .45s ease;pointer-events:none}.st-pcard__slide.is-active{opacity:1;z-index:1}.st-pcard__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;background:#000}.st-pcard__media.is-playing-video .st-pcard__video-wrap{opacity:1;visibility:visible}.st-pcard__media.is-playing-video .st-pcard__slide{opacity:0}.st-pcard__video,.st-pcard__video-wrap video{width:100%;height:100%;object-fit:cover;display:block}.st-pcard:hover .st-pcard__media img{transform:none}.st-pcard__media:not(.st-pcard__media--has-video) .st-pcard__slide:only-child.is-active{transition:transform .35s ease}@media(hover:hover)and (pointer:fine){.st-pcard:hover .st-pcard__media:not(.st-pcard__media--has-video) .st-pcard__slide:only-child.is-active{transform:scale(1.04)}}.st-pcard__badge{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:.28rem .7rem;border-radius:999px;background:var(--st-pcard-navy);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.01em;line-height:1;pointer-events:none}.st-pcard--hover-actions .st-pcard__badge{right:auto;left:10px}.st-pcard__actions{position:absolute;top:10px;right:10px;z-index:4;display:flex;flex-direction:column;align-items:center;gap:.45rem;pointer-events:none}.st-pcard__action-opener{display:flex}.st-pcard__action{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;margin:0;border:1px solid rgba(26,39,68,.08);border-radius:50%;background:#fffffff0;color:var(--st-pcard-navy);box-shadow:0 4px 14px #1a27441f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;text-decoration:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .22s ease,box-shadow .22s ease,border-color .22s ease,color .22s ease}.st-pcard__action svg{width:18px;height:18px;flex-shrink:0;pointer-events:none}.st-pcard__action--wishlist svg path{fill:#1a274466;transition:fill .22s ease}.st-pcard__action--wishlist svg:last-child:not(:only-child){display:none}.st-pcard__action--wishlist.active svg:first-child:not(:only-child){display:none}.st-pcard__action--wishlist.active svg:last-child:not(:only-child){display:block}.st-pcard__action--wishlist.active svg path{fill:var(--st-pcard-accent)}.st-pcard__action--quickview svg path{fill:#1a27448c;transition:fill .22s ease}.st-pcard__action:hover{transform:scale(1.08);border-color:#ff7a2f59;box-shadow:0 6px 18px #1a274429}.st-pcard__action--wishlist:hover svg path,.st-pcard__action--wishlist.active{background:var(--st-pcard-soft, #fff4ec)}.st-pcard__action--wishlist:hover svg path{fill:var(--st-pcard-accent)}.st-pcard__action--quickview:hover svg path{fill:var(--st-pcard-accent)}.st-pcard__action--wishlist.st-wishlist-pop{animation:st-pcard-wishlist-pop .55s cubic-bezier(.34,1.56,.64,1)}@keyframes st-pcard-wishlist-pop{0%{transform:scale(1)}30%{transform:scale(1.24)}55%{transform:scale(.94)}to{transform:scale(1)}}@media(hover:hover)and (pointer:fine){.st-pcard--hover-actions .st-pcard__actions{opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.st-pcard--hover-actions:hover .st-pcard__actions,.st-pcard--hover-actions:focus-within .st-pcard__actions{opacity:1;transform:translateY(0);pointer-events:auto}.st-pcard--hover-actions:hover .st-pcard__action,.st-pcard--hover-actions:focus-within .st-pcard__action{pointer-events:auto}}@media(hover:none){.st-pcard--hover-actions .st-pcard__actions{opacity:1;transform:none;pointer-events:auto}}.st-pcard__body{display:flex;flex-direction:column;flex:1 1 auto;padding:.85rem .9rem .95rem;min-width:0}.st-pcard__tag{margin:0 0 .35rem;color:var(--st-pcard-accent);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.st-pcard__title{margin:0;font-size:clamp(.8125rem,1.6vw,.9375rem);font-weight:700;line-height:1.35;color:#111}.st-pcard__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.st-pcard__title a:hover{color:var(--st-pcard-navy)}.st-pcard__rating{display:flex;align-items:center;gap:.35rem;margin-top:.45rem;color:#fec107}.st-pcard__rating svg{width:14px;height:14px;flex:0 0 auto}.st-pcard__rating svg.is-filled path{fill:currentColor}.st-pcard__rating-text{color:#52606d;font-size:.75rem;font-weight:600;line-height:1;white-space:nowrap}.st-pcard__divider{width:100%;height:1px;margin:.75rem 0 .7rem;border:0;display:none;background:#102a431a}.st-pcard__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto}.st-pcard__prices{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.1rem;min-width:0}.st-pcard__compare{display:block;color:#a0a6b0;font-size:.8125rem;font-weight:400;line-height:1.15;text-decoration:line-through;text-decoration-thickness:1px}.st-pcard__price{display:block;color:var(--st-pcard-navy, #1a2744);font-size:1.125rem;font-weight:800;line-height:1.15;letter-spacing:-.01em}@media(max-width:749px){.st-trending[data-mobile-cols="2"] .st-pcard__compare,.st-collection[data-mobile-cols="2"] .st-pcard__compare{font-size:.75rem}.st-trending[data-mobile-cols="2"] .st-pcard__price,.st-collection[data-mobile-cols="2"] .st-pcard__price{font-size:1rem}}.st-pcard__add{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex:0 0 auto;min-height:36px;padding:.4rem .85rem;border-radius:999px!important;border:1.5px solid var(--st-pcard-accent);background:#fffaf6;color:var(--st-pcard-accent);font-size:.8125rem;font-weight:700;line-height:1;cursor:pointer;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.st-pcard__add:hover:not([disabled]){background:var(--st-pcard-accent);color:#fff;transform:none}.st-pcard__add:hover:not([disabled]) svg path{fill:currentColor}.st-pcard__add[disabled],.st-pcard__add[aria-disabled=true]{opacity:.55;cursor:not-allowed}.st-pcard__add svg{width:15px;height:15px;flex:0 0 auto}.st-pcard__add svg path{fill:currentColor}.st-pcard__add .loading-overlay__spinner{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:16px;height:16px}.st-pcard__add.loading .st-pcard__add-label,.st-pcard__add.loading svg:not(.spinner){opacity:0}.st-pcard product-form{display:contents}.st-pcard__form{display:contents}.st-pcard__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9aa1ad;font-size:.75rem;background:linear-gradient(135deg,#f3f5f8,#eef1f5)}@media(max-width:420px){.st-trending[data-mobile-cols="1"] .st-pcard__body,.st-collection[data-mobile-cols="1"] .st-pcard__body{padding:1rem 1.1rem 1.1rem}.st-trending[data-mobile-cols="2"] .st-pcard__add-text,.st-collection[data-mobile-cols="2"] .st-pcard__add-text{display:none}.st-trending[data-mobile-cols="2"] .st-pcard__add,.st-collection[data-mobile-cols="2"] .st-pcard__add{min-width:36px;padding-inline:.55rem}.st-trending[data-mobile-cols="2"] .st-pcard__badge,.st-collection[data-mobile-cols="2"] .st-pcard__badge{font-size:.625rem;min-height:22px;padding-inline:.5rem}}@media(max-width:749px){.st-trending[data-mobile-cols="2"] .st-pcard__title,.st-collection[data-mobile-cols="2"] .st-pcard__title{font-size:.8125rem}.st-trending[data-mobile-cols="2"] .st-pcard__price,.st-collection[data-mobile-cols="2"] .st-pcard__price{font-size:.875rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/st-product-card.css.map */
