.product-card{display:flex;flex-direction:column;background:transparent;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease;position:relative;height:100%}@media(hover:hover)and (pointer:fine){.product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-3px)}}.product-card__media{position:relative;aspect-ratio:1 / 1;background:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}.product-card__img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .4s ease,opacity .8s ease;opacity:0}.product-card__img.is-loaded{opacity:1}.product-card__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e8eaec;z-index:5;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;animation:skeleton-pulse 1.5s ease-in-out infinite}.product-card__img.is-loaded~.product-card__skeleton{opacity:0;visibility:hidden}@keyframes skeleton-pulse{0%{background-color:#e8eaec}50%{background-color:#d8dbde}to{background-color:#e8eaec}}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__img{transform:scale(1.04)}}.product-card__discount-badge{position:absolute;top:12px;left:12px;z-index:10;color:#be0a0a;font-family:Google Sans,sans-serif;font-size:10px;font-weight:700;line-height:1;letter-spacing:0;pointer-events:none}.product-card__discount-badge--label{color:#40484f;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.product-card__badges{position:absolute;top:.75rem;left:.75rem;right:.75rem;display:flex;justify-content:space-between;gap:8px;pointer-events:none;z-index:1}.product-card__badge{position:relative;padding:.25rem .75rem;font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.product-card__badge--sale{background:#e8447a;color:#fff}.product-card__badge--new{background:#e0c7c5;color:#000}.product-card__badge--hot{background:#e8447a;color:#fff}.product-card__wishlist{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:9999px;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#888;z-index:1;opacity:0;transform:scale(.85);transition:opacity .15s ease,transform .15s ease,color .15s ease,background .15s ease;border:none;cursor:pointer;padding:0}.product-card:hover .product-card__wishlist{opacity:1;transform:scale(1)}.product-card__wishlist.is-active,.product-card__wishlist:hover{color:#e8447a;background:#fff;opacity:1;transform:scale(1)}.product-card__body{padding:12px 14px;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-card__name{font-size:.875rem;font-weight:400;color:#1a1a1a;text-decoration:none;margin:0}.product-card__name a{font-size:12px;font-weight:400;color:#40484f;line-height:140%;letter-spacing:0;text-decoration:none;display:-webkit-box;text-transform:uppercase;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-card__description{width:100%;color:#40484f;font-size:16px;font-weight:300;line-height:1.3;letter-spacing:1px}.product-card__description p{margin:0}.product-card__pricing{display:flex;align-items:flex-end;justify-content:space-between;width:100%;margin-top:auto;gap:4px}.product-card__price-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;width:100%}.product-card__price-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:18px;gap:4px}.product-card__price{font-size:12px;font-weight:500;color:#40484f;letter-spacing:0}.product-card__price--sale{font-family:Google Sans,sans-serif;background-color:#be0a0a;color:#fff!important;font-size:11px;font-weight:700;padding:3px 6px;border-radius:4px;display:inline-block;line-height:1.2;white-space:nowrap}.product-card__price--original{font-size:12px;font-weight:500;color:#b0b8bf;text-decoration:line-through;line-height:1}.product-card__quick-add{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;margin:0;cursor:pointer;color:#000;transition:opacity .2s ease,transform .2s ease;flex:0 0 auto}.product-card__quick-add.is-added{font-family:Figtree,sans-serif;font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.product-card__quick-add:hover{opacity:.7;transform:scale(1.05)}.product-card__quick-add.is-added:hover{transform:none}.product-card__quick-add svg{display:block}.product-card__swatches,.product-card__swatches.product-swatches__wrapper{display:flex;margin-left:4px;align-items:center;align-content:flex-start;gap:8px;flex-wrap:wrap;width:100%;max-width:100%;min-width:0;min-height:28px;box-sizing:border-box}@media(max-width:767px){.product-card__swatches{margin-left:0}}.product-card__swatch{width:24px;height:24px;border-radius:9999px;border:1px solid transparent;outline:1.5px solid transparent;outline-offset:2px;cursor:pointer;transition:border-color .15s ease,outline-color .15s ease;flex-shrink:0;padding:0;position:relative;overflow:hidden}.product-card__swatch.is-active,.product-card__swatch:hover{outline:none;border-color:#00000026}.product-card__swatch.is-hidden{display:none!important}.product-card__swatches.is-expanded .product-card__swatch.is-hidden,.product-card__swatches.is-expanded .product-swatches__item.is-hidden{display:inline-flex!important}.product-card__swatches.is-expanded .product-card__swatch-more,.product-card__swatches.is-expanded .product-swatches__more{display:none!important}.product-card__swatch-more{display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;padding:0;border:none;border-radius:9999px;font-size:10px;font-weight:600;line-height:1;color:#40484f;flex-shrink:0;background-color:#d9d9d973;cursor:pointer}.product-card__footer{padding:0 1rem 1rem;margin-top:auto}.product-card__cta{display:block;width:100%;text-align:center;font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:Figtree,sans-serif;text-decoration:none;line-height:1.4;border:unset;background:transparent}.product-card__cta-icon{flex:0 0 auto}@media screen and (min-width:999px){.featured-products--flash .swiper-slide{width:calc((100% - 160px) / 6);height:100%}.featured-products:not(.featured-products--flash) .swiper-slide{width:calc((100% - 160px) / 6);height:100%}}.featured-products .product-card{background:transparent;border-radius:0;box-shadow:none}.featured-products .product-card:hover{box-shadow:none;transform:none}.featured-products .product-card__media{background:transparent}.featured-products .product-card__img{width:100%;height:100%;object-fit:contain}.featured-products .product-card__footer{display:flex;justify-content:start}.featured-products .product-card__cta{font-size:16px;display:inline-flex;align-items:center;justify-content:center;width:auto;padding:0;white-space:nowrap;font-weight:500;gap:8px}.featured-products:not(.featured-products--flash) .product-card__cta:hover,.featured-products:not(.featured-products--flash) .product-card__cta:focus,.featured-products:not(.featured-products--flash) .product-card__cta:focus-visible{background:transparent!important;background-color:transparent!important;box-shadow:none;color:#40484f!important;outline:none;transform:none}.featured-products:not(.featured-products--flash) .cc-container{display:flex;flex-direction:column;gap:16px;max-width:100%;padding-left:32px;padding-right:0;margin:0}.featured-products:not(.featured-products--flash) .featured-products__header{margin-bottom:0}.featured-products:not(.featured-products--flash) .featured-products__title{max-width:360px;width:auto;font-size:32px;font-weight:700;line-height:1.1;letter-spacing:.03em}.featured-products--flash .cc-container{display:flex;flex-direction:column;margin:0;gap:0px;width:100%;max-width:100%;padding:40px 32px}.featured-products:not(.featured-products--flash) .fp-swiper{padding:0}.fp-swiper .swiper-wrapper,.section-tabbed-products .swiper-wrapper,.pdp-ymal__swiper .swiper-wrapper{align-items:stretch!important}.fp-swiper .swiper-slide,.section-tabbed-products .swiper-slide,.pdp-ymal__swiper .swiper-slide{display:flex!important;flex-direction:column;height:auto!important}.featured-products:not(.featured-products--flash) .fp-swiper .swiper-slide .product-card,.featured-products:not(.featured-products--flash) .fp-swiper .swiper-slide article.product-card,.pdp-ymal__swiper .swiper-slide .product-card,.pdp-ymal__swiper .swiper-slide article.product-card{height:100%!important;display:flex!important;flex-direction:column!important;flex:1!important}.featured-products:not(.featured-products--flash) .product-card__media{aspect-ratio:1 / 1;justify-content:center}.featured-products:not(.featured-products--flash) .product-card__wishlist{top:0;right:20%;left:auto}.product-card--flash .product-card__wishlist{right:12px}.featured-products:not(.featured-products--flash) .product-card__img{width:100%;height:100%;object-fit:contain;object-position:center}.featured-products:not(.featured-products--flash) .product-card__body{padding:0;gap:8px}.featured-products:not(.featured-products--flash) .product-card__name{font-size:18px;line-height:1.25}.featured-products:not(.featured-products--flash) .product-card__name a{font-size:12px}.featured-products:not(.featured-products--flash) .product-card__price{font-size:12px}.featured-products:not(.featured-products--flash) .product-card__footer{padding:32px 0 0;display:none}.product-card--flash{border-radius:0;box-shadow:none}.product-card--flash:hover{box-shadow:none;transform:none}.product-card--flash .product-card__media{width:100%;background:transparent;margin-inline:0;margin-bottom:.75rem;justify-content:flex-start}.product-card--flash .product-card__img{width:100%;height:100%;object-position:left center}.product-card--flash:hover .product-card__img{transform:scale(1.04)}.product-card--flash .product-card__body{width:100%;margin-inline:0;padding:0;gap:.4rem}.product-card--flash .product-card__name{max-width:170px;min-height:0}.product-card--flash .product-card__name a{display:-webkit-box;overflow:hidden;line-height:1.3;text-overflow:ellipsis;word-break:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;min-height:0}.product-card--flash .product-card__description{width:100%;color:#ffffffbf;font-size:10px;line-height:1.3}.product-card--flash .product-card__pricing{min-height:1.2em}.product-card--flash .product-card__swatches{min-height:28px;margin-left:4px;display:none}.product-card--flash .product-card__sizes{margin-left:0}.product-card--flash .product-card__footer{display:none}.product-card--flash .product-card__cta{gap:8px;display:inline-flex;align-items:center;justify-content:flex-start;width:auto;padding:0;white-space:nowrap;color:inherit;font-size:12px;font-family:Figtree,sans-serif;font-weight:500;line-height:1.25;letter-spacing:1px;display:none}.product-card__cta--outline{border:1.5px solid #e8447a;color:#e8447a;background:transparent}.product-card__cta--outline:hover{background:#e8447a;color:#fff;transform:translateY(-1px)}.product-card__cta--solid{color:#fff}.product-card__cta--solid:hover{background:#d03369;border-color:#d03369;transform:translateY(-1px)}.product-card--flash .product-card__cta:hover,.product-card--flash .product-card__cta--solid:hover,.product-card--flash .product-card__cta:focus,.product-card--flash .product-card__cta:focus-visible{background:transparent!important;background-color:transparent!important;border-color:transparent!important;box-shadow:none;color:inherit;outline:none;transform:none}.product-card__cta:disabled,.product-card__cta.is-loading{opacity:.6;pointer-events:none;transform:none}html.variant-popup-open,body.variant-popup-open{overflow:hidden!important;overscroll-behavior:contain!important}.variant-popup{visibility:hidden;opacity:0;pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;transition:visibility .4s ease,opacity .4s ease;overscroll-behavior:contain}.variant-popup.is-open{visibility:visible;opacity:1;pointer-events:auto}.variant-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .4s ease}.variant-popup.is-open .variant-popup__overlay{opacity:1}.variant-popup__panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);opacity:0;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s ease;width:90%;max-width:658px;height:auto;max-height:90vh;background:#f2f2f2;border-radius:6px;overflow:hidden;box-shadow:0 32px 80px #00000038;display:flex;flex-direction:column}.variant-popup.is-open .variant-popup__panel{transform:translate(-50%,-50%) scale(1);opacity:1}@media(max-width:1024px)and (min-width:999px){.variant-popup__panel{top:30%;transform:translate(-50%,-50%) scale(.95)}.variant-popup.is-open .variant-popup__panel{transform:translate(-50%,-50%) scale(1)}}.variant-popup__close{position:absolute;top:.75rem;right:.75rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:9999px;border:none;background:transparent;color:#7b858c;cursor:pointer;transition:background .15s ease,color .15s ease;z-index:1;padding:0}.variant-popup__close:hover{background:#fff0f5;color:#e8447a}.variant-popup__body{display:flex;flex-direction:row;flex:1;overflow:hidden;min-height:0;padding:44px 16px 20px;gap:16px}.variant-popup__gallery{position:relative;background:transparent;overflow:hidden;display:flex;flex-direction:column;width:42%;aspect-ratio:1 / 1;flex-shrink:0;align-self:flex-start}.variant-popup__gallery-track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.variant-popup__gallery-track.is-dragging{cursor:grabbing}.variant-popup__gallery-track::-webkit-scrollbar{display:none}.variant-popup__gallery-img{flex:0 0 100%;width:100%;height:100%;object-fit:contain;scroll-snap-align:start;display:block}.variant-popup__dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:5}.variant-popup__dot{width:6px;height:6px;border-radius:9999px;background:#40484f33;border:none;padding:0;cursor:pointer;transition:background .15s ease,width .2s ease}.variant-popup__dot.is-active{background:#40484f;width:16px}.variant-popup__details{padding:0 0 0 4px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;height:100%;min-height:0;flex:1}.variant-popup__product-title{font-size:20px;font-weight:500;color:#000;line-height:140%;padding-right:2rem;margin:0}.variant-popup__sku{font-size:10px;color:#40484f;margin-top:2px;text-transform:uppercase;margin-bottom:0}.variant-popup__price-block{display:flex;flex-direction:column;gap:4px;margin-bottom:.25rem;margin-top:0}.variant-popup__price-range{font-size:1rem;font-weight:700;color:#1a1a1a}.variant-popup__price-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.variant-popup__price{font-size:.9rem;font-weight:600;color:#1a1a1a}.variant-popup__price--compare{font-size:.75rem;color:#888;text-decoration:line-through;font-weight:400}div[data-vp-options]{display:flex;flex-direction:column;gap:12px}.variant-popup__option{display:flex;flex-direction:column;gap:16px;padding-left:16px;padding-top:4px}.variant-popup__option-label{font-size:14px;text-transform:capitalize;font-weight:600;color:#000;display:flex;justify-content:flex-start;align-items:center;gap:2px}.variant-popup__option-label span{font-weight:600;color:#000}.variant-popup__size-guide{font-size:12px;color:#40484f;text-decoration:underline;text-underline-offset:8px;cursor:pointer;background:transparent;border:none;padding:0;margin-left:auto;font-family:inherit;font-weight:400;text-transform:none;line-height:1}.variant-popup__size-guide:hover{color:#000}.variant-popup__swatches{display:flex;flex-wrap:wrap;gap:16px;padding-bottom:4px}.variant-popup__swatch{width:32px;height:32px;border-radius:9999px;border:1px solid rgba(0,0,0,.04);outline:1.5px solid transparent;outline-offset:2px;cursor:pointer;transition:outline-color .15s ease;flex-shrink:0;padding:0;position:relative;box-shadow:none;overflow:hidden;display:flex;align-items:center;justify-content:center}.variant-popup__swatch:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--swatch-bg);border-radius:inherit;z-index:1}.variant-popup__swatch.is-disable{cursor:not-allowed;border:1px solid #8F9AA3!important;outline:none!important;box-shadow:none!important}.variant-popup__swatch.is-disable:before{opacity:.8}.variant-popup__swatch svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto;pointer-events:none;z-index:2}.variant-popup__swatch.is-disable svg{transform:translate(-50%,-50%) scale(1.06)}.variant-popup__swatch:not(.is-disable):hover,.variant-popup__swatch:not(.is-disable).is-active{outline:1.5px solid #40484F!important;border:1px solid rgba(0,0,0,.04)}.variant-popup__pills{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:16px}.variant-popup__pill{padding:8px 15px;border-radius:4px;background-color:#fff;border:1px solid #F1F1F1;font-size:.75rem;font-weight:500;font-family:Google Sans,sans-serif;color:#40484f;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.variant-popup__pill:hover,.variant-popup__pill.is-active{border-color:#8f9aa3}.variant-popup__pill.is-unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.variant-popup__final-price-block{display:none}@media(max-width:767px){.variant-popup__final-price-block{display:none!important}.product-card__body{padding:0}.variant-popup__option{padding-left:0}.product-card__pricing{padding-right:8px}}.variant-popup__final-price{font-size:1.1rem;font-weight:700;color:#1a1a1a}.variant-popup__stock{font-size:.75rem;font-weight:400;color:#6e7c87}.variant-popup__qty-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.variant-popup__qty-label{font-size:.75rem;font-weight:500;color:#455a64}.variant-popup__qty-stepper{display:flex;align-items:center;border:1px solid #ffffff;border-radius:0;overflow:hidden;flex:0 0 100px;width:100px}.variant-popup__qty-btn{flex:0 0 30px;width:30px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;color:#40484f;font-size:1.25rem;transition:background .15s ease;padding:0;flex-shrink:0}.variant-popup__qty-btn:hover{background:#f5f5f5}.variant-popup__qty-input{flex:0 0 40px;width:40px;min-width:0;text-align:center;font-size:12px;font-weight:500;border:none;outline:none;color:#40484f;background:#fff;-moz-appearance:textfield;padding:0;height:28px}.variant-popup__qty-input::-webkit-inner-spin-button,.variant-popup__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.variant-popup__atc{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:8px 1rem;background:#40484fb2;color:#fff;font-size:14px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;border:none;cursor:pointer;transition:background .15s ease;font-family:Google Sans,sans-serif;margin-top:.25rem;border-radius:4px}.variant-popup__atc:hover{background:#444}.variant-popup__atc:disabled{background:#aaa;cursor:not-allowed}.variant-popup__atc.is-loading{pointer-events:none;opacity:.7}.variant-popup__unavailable{font-size:.8125rem;color:#888;text-align:center;display:none}.featured-products{padding-block:0}.featured-products__header{display:flex;align-items:start;justify-content:space-between;gap:1.5rem;margin-bottom:16px;flex-wrap:wrap}.featured-products__left{display:flex;flex-direction:column;align-items:flex-start;gap:0}.featured-products__title{font-family:Google Sans,sans-serif;width:100%;font-size:24px;font-weight:600;letter-spacing:0;line-height:1;color:#be0a0a!important}.fp-countdown{display:flex;align-items:center;gap:0;padding:.35rem 0;border:none;color:#be0a0a;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.fp-countdown__icon{width:13px;height:13px;flex:0 0 auto;align-self:center;transform:translateY(-1px)}.fp-countdown__unit{display:inline-flex;align-items:center;justify-content:center;min-width:22px}.fp-countdown__num{font-family:Google Sans,sans-serif;font-size:12px;font-weight:500;line-height:normal;font-variant-numeric:tabular-nums}.fp-countdown__label{display:none}.fp-countdown__sep{font-size:12px;font-weight:500;line-height:1.2;opacity:1}.featured-products__see-all{display:flex;font-family:Google Sans,sans-serif;align-items:center;gap:4px;font-size:14px;font-weight:500;line-height:100%;letter-spacing:0;text-decoration:none;white-space:nowrap;transition:gap .15s ease;color:#be0a0a!important;border-bottom:1px solid #BE0A0A;padding-bottom:8px;padding-top:8px}.featured-products__see-all:hover{gap:.5rem}.featured-products__see-all--mobile{display:none}.featured-products--flash .featured-products__header{flex-wrap:nowrap;position:relative;width:100%}.featured-products--flash .featured-products__left{flex:1 1 auto;min-width:0}.featured-products--flash .featured-products__title{width:auto}.featured-products__track-wrap{position:relative;padding-inline:20px}@media(min-width:768px){.featured-products__track-wrap{padding-inline:0}}.featured-products__track .product-card{width:100%}@media(max-width:767px){.featured-products__track{display:flex!important;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.featured-products__track::-webkit-scrollbar{display:none}.featured-products__track .product-card{flex:0 0 calc(50vw - 28px);width:calc(50vw - 28px);max-width:200px;scroll-snap-align:start}}.featured-products__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:9999px;background:#fff;border:1.5px solid #eaeaea;display:flex;align-items:center;justify-content:center;color:#1a1a1a;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;padding:0}.featured-products__arrow:hover{background:#e8447a;border-color:#e8447a;color:#fff}.featured-products__arrow--prev{left:-18px}.featured-products__arrow--next{right:-18px}@media screen and (max-width:998px){.featured-products__arrow--prev{left:-30px}.featured-products__arrow--next{right:-30px}}@media screen and (min-width:999px){.featured-products__arrow{display:none}}@media(max-width:980px){.fp-container{padding:24px 20px;gap:20px}}.swiper[data-desktop="6"] .product-card__name,.swiper[data-desktop="5"] .product-card__pricing{font-size:14px}.swiper[data-desktop="5"] .product-card__cta{font-size:12px}.fp-swiper .swiper__arrow,.cc-swiper .swiper__arrow{width:40px;height:40px;background:#fff;border:1.5px solid #eaeaea;box-shadow:0 2px 8px #0000001a;opacity:1;transition:background .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent;outline:none}@media(hover:hover){.fp-swiper .swiper__arrow:hover,.cc-swiper .swiper__arrow:hover{background:#83324c;border-color:#83324c}.fp-swiper .swiper__arrow svg,.cc-swiper .swiper__arrow svg{fill:#1a1a1a;width:14px;height:14px}.fp-swiper .swiper__arrow:hover svg,.cc-swiper .swiper__arrow:hover svg{fill:#fff}}.fp-swiper .swiper__arrow--prev{left:8px}.fp-swiper .swiper__arrow--next{right:8px}.cc-swiper .swiper__arrow--prev{left:8px}.cc-swiper .swiper__arrow--next{right:8px}.fp-swiper .swiper-slide .product-card,.fp-swiper .swiper-slide article.product-card{width:100%;height:100%}.cc-swiper .swiper-slide .cc-card{display:block;height:100%}.cc-swiper .swiper-wrapper{touch-action:pan-y}.fp-swiper,.cc-swiper{width:100%;max-width:100%;overflow:hidden}.fp-swiper{padding:0}.fp-swiper--flash{--fp-slide-gap: 8px;--fp-mobile-slide-gap: 18px}.fp-progress-bar{color:#40484f;display:flex;justify-content:center;width:100%;margin-top:1.5rem}.fp-progress-bar svg{margin-inline:auto}.featured-products--flash .fp-progress-bar{color:#fff}.featured-products--flash .fp-progress-fill{color:#e8447a}.fp-progress-fill{transition:transform .5s cubic-bezier(.25,.1,.25,1)}.featured-products,.category-cards{overflow-x:hidden}@media(max-width:980px){.fp-swiper{padding:0;order:2}}.cc-container{justify-items:flex-start;margin-left:72px;width:calc(100% - 72px);max-width:100%;padding:24px 0}.cc-heading{text-align:center;font-family:Figtree,sans-serif;font-size:32px;font-weight:700;letter-spacing:.25px;text-transform:uppercase;margin:0 0 16px}.cc-heading__text{position:relative;display:inline-block;z-index:1}.cc-heading__text:after{content:"";position:absolute;bottom:15%;left:0%;width:95%;height:17%;background-color:#ffcee0;z-index:-1}.cc-header-row{display:flex;align-items:center;width:100%;margin-bottom:32px}.cc-description{margin-right:auto}.cc-arrows--desktop,.cc-arrows--mobile,.cc-slider-footer{display:none}.cc-progress-bar{flex:1;height:4px;background:#00000026;border-radius:100px;position:relative}.cc-progress-fill{position:absolute;top:0;left:0;width:25%;height:100%;background:#40484f;border-radius:100px;transition:left .4s ease}.cc-arrows{display:flex;gap:12px;flex-shrink:0}.cc-arrow{width:40px;height:40px;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .15s ease}.cc-arrow:hover{opacity:.6}.cc-slider-wrap{overflow:hidden}.cc-card{position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit;overflow:hidden;transition:transform .3s ease;min-width:0;width:100%}.cc-description{font-family:Figtree,sans-serif;text-align:left;font-size:16px;color:#000;letter-spacing:1.1px;line-height:1.2;margin:0}@media(hover:hover){.cc-card:hover{transform:translateY(-4px)}}.cc-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:#1a1a1a}.cc-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.cc-card:hover .cc-card__img{transform:scale(1.05)}}.cc-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.15) 50%,transparent 100%);pointer-events:none}.cc-card__content{position:absolute;bottom:0;left:0;right:0;padding:clamp(1rem,2.5vw,1.5rem);display:flex;flex-direction:column;gap:.35rem}.cc-card__title{font-family:Figtree,sans-serif;font-size:24px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0}.cc-card__subtitle{font-family:Figtree,sans-serif;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6;margin:0;line-height:1.4}.cc-card__cta{font-family:Figtree,sans-serif;display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:14px;font-weight:400;letter-spacing:.1em;color:#fff;transition:gap .3s ease}@media(hover:hover){.cc-card:hover .cc-card__cta{gap:.85rem}}@media(max-width:767px){.cc-card{flex:0 0 calc((100% - 12px)/2)}.cc-container{padding:clamp(1.5rem,4vw,2.5rem) clamp(16px,4vw,40px);margin:0}}@media(max-width:767px){.cc-container{padding:32px 0;margin-left:16px;width:100%}.cc-heading{font-size:24px;margin-bottom:14px;text-align:left;letter-spacing:1px}.cc-heading__text{--heading-highlight-bottom: 15%;--heading-highlight-height: 17%;position:relative;display:inline;background-image:linear-gradient(to top,transparent 0 var(--heading-highlight-bottom),#F4C2D7 var(--heading-highlight-bottom) calc(var(--heading-highlight-bottom) + var(--heading-highlight-height)),transparent calc(var(--heading-highlight-bottom) + var(--heading-highlight-height)));background-repeat:no-repeat;background-size:95% 100%;-webkit-box-decoration-break:clone;box-decoration-break:clone;z-index:1}.cc-heading__text:after{content:none}.cc-header-row{margin-bottom:29px}.cc-description{font-size:14px;width:100%;padding-right:25px}.cc-arrows--desktop{display:none}.cc-arrows--mobile{display:flex}.cc-slider-footer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:16px}.cc-progress-bar{height:4px;width:35%;flex:none;border-radius:100px}.cc-arrows{gap:8px}.cc-grid{display:flex!important;flex-direction:row;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;transform:none!important}.cc-grid::-webkit-scrollbar{display:none}.cc-card{flex:0 0 calc((100% - 12px * .25) / 1.15);scroll-snap-align:start}.cc-card__title{font-size:18px}.cc-card__subtitle{font-size:12px}.cc-card__content{padding:12px}.cc-card__cta{font-size:12px;margin-top:.5rem}.cc-arrow{width:32px;height:32px}.cc-arrow svg{width:16px;height:10px}}.discover-products{overflow-x:hidden;padding:2.5rem 0}.dp-container{max-width:100%;margin-left:72px}.dp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dp-heading{font-family:Figtree,sans-serif;font-size:32px;font-weight:700;letter-spacing:.5px;margin:0;color:#333}.dp-heading__text{color:#40484f;position:relative;display:inline-block;z-index:1}.dp-heading--mobile{display:none}.dp-heading__text:after{content:"";position:absolute;bottom:15%;left:0%;width:95%;height:17%;background-color:#ffcee0;z-index:-1}.dp-heading__mobile-break{display:none}.dp-show-all{margin-right:6%;font-family:Figtree,sans-serif;font-size:16px;color:#40484f;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s;letter-spacing:1px}.dp-show-all:hover{color:#555}.dp-show-all--mobile{display:none}.dp-swiper{padding:0;overflow:hidden;visibility:visible!important}.dp-progress-bar{display:flex;justify-content:center;margin-top:1.5rem}.dp-swiper-scrollbar__track{position:relative;width:300px;height:6px;overflow:hidden;cursor:pointer}.dp-swiper-scrollbar__track:before{content:"";position:absolute;top:2px;left:0;width:100%;height:2px;border-radius:999px;background:#40484f}.dp-swiper-scrollbar__drag{position:relative;z-index:1;display:block;width:100px;height:6px;border-radius:999px;background:#40484f}.dp-progress-fill{transition-property:transform;transition-timing-function:ease-out}.dp-card{display:block;text-decoration:none;color:inherit}.dp-card__media{position:relative;aspect-ratio:265 / 331;background:#f5ede6;overflow:hidden;margin-bottom:.75rem}.dp-card__img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.dp-card:hover .dp-card__img{transform:scale(1.04)}.dp-card__overlay-info{position:absolute;bottom:0;left:0;right:0;padding:20px 15px 17px;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 100%)}.dp-card__title{font-family:Figtree,sans-serif;font-size:14px;font-weight:600;margin:0 0 .5rem;color:#fff}.dp-card__cta{font-family:Figtree,sans-serif;display:inline-flex;align-items:center;gap:.5rem;font-size:14px;font-weight:500;line-height:100%;letter-spacing:1px;color:#fff;transition:gap .3s ease}.dp-card:hover .dp-card__cta{gap:.85rem}@media(max-width:767px){.discover-products{padding:2rem 0}.dp-card__cta{font-size:8px;letter-spacing:1px;line-height:100%}.dp-card__overlay-info{padding:0 8px 8px}.dp-card__media{aspect-ratio:160 / 200}}.trending-social{padding:0}.ts-container{background-color:#fff7f9;max-width:1280px;margin-inline:auto;padding:20px 72px 40px}.ts-header{background-color:#fff7f9;text-align:center;margin-bottom:2rem}.ts-heading{font-family:Figtree,sans-serif;font-size:32px;font-weight:700;letter-spacing:.5px;margin:0 0 .5rem;color:#000}.ts-heading__text{position:relative;display:inline-block;z-index:1;margin-bottom:16px}.ts-heading__text:after{content:"";position:absolute;bottom:15%;left:0%;width:95%;height:17%;background-color:#ffcee0;z-index:-1}.ts-heading__mobile-break{display:none}.ts-handle{font-family:Figtree,sans-serif;font-size:14px;color:#666;margin:0;display:flex;align-items:center;justify-content:center;gap:6px}.ts-handle__link{color:#333;text-decoration:none;font-weight:500}.ts-handle__link:hover{text-decoration:underline}.ts-grid{display:flex;flex-direction:row;gap:8px}.ts-card{flex:0 0 auto;width:calc(25% - 6px);display:block;text-decoration:none;color:inherit}.ts-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:#fce4e9;margin-bottom:.5rem}.ts-card__img{width:100%;height:auto;transition:transform .35s ease}.ts-card:hover .ts-card__img{transform:scale(1.04)}.ts-card__icon{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;background:#0000004d;border-radius:50%;display:flex;align-items:center;justify-content:center}.ts-card__label{font-family:Figtree,sans-serif;font-size:13px;color:#333}@media screen and (max-width:998px){.product-card__wishlist{display:none}.featured-products--flash .cc-container{margin-left:0;width:100%;padding:32px 0 32px 24px;gap:0px}.featured-products--flash .swiper-slide{flex-shrink:0;height:auto}.featured-products:not(.featured-products--flash):not(.tabbed-products) .swiper-slide{flex-shrink:0;height:auto}.featured-products--flash .featured-products__header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;order:0;padding-right:24px;box-sizing:border-box}.featured-products--flash .featured-products__see-all{position:static;transform:none;margin-right:0;align-self:flex-start}.featured-products--flash .featured-products__left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px}.featured-products--flash .featured-products__left>svg{width:32px;height:auto}.featured-products--flash .featured-products__title{font-size:24px;line-height:1;margin:0}.featured-products--flash .fp-countdown{display:flex;align-items:center;justify-content:flex-start;margin-left:0;padding:0;min-height:auto;background:transparent;border:none;gap:4px}.featured-products--flash .fp-countdown__icon{width:12px;height:12px}.featured-products--flash .fp-countdown__unit{min-width:18px}.featured-products--flash .fp-countdown__num,.featured-products--flash .fp-countdown__sep{font-size:12px;line-height:1}.featured-products--flash .product-card--flash .product-card__media{justify-content:center}.featured-products--flash .product-card--flash{overflow:visible}.featured-products--flash .product-card--flash .product-card__img{width:100%;height:100%;object-position:center}.featured-products--flash .product-card--flash .product-card__wishlist{top:.125rem;right:.5rem;left:auto;width:30px;height:30px;z-index:3}.featured-products:not(.featured-products--flash):not(.tabbed-products) .cc-container{width:100%;padding-block:24px;padding-inline:0;gap:32px;margin:0}.featured-products:not(.featured-products--flash):not(.tabbed-products) .featured-products__title{max-width:80%;font-weight:700;font-size:24px;text-align:left;line-height:100%;letter-spacing:1.2px;margin-inline:0 auto}.featured-products:not(.featured-products--flash):not(.tabbed-products) .featured-products__left,.featured-products:not(.featured-products--flash):not(.tabbed-products) .featured-products__header{justify-content:flex-start;text-align:left}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__media{width:100%;justify-content:center}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__img{object-position:center;width:70%;height:auto}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__body{margin-left:8px;align-items:flex-start;padding:0;text-align:left}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__description,.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__pricing,.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__swatches,.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__footer{justify-content:flex-start}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__description,.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__description p{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__price--original{font-size:12px}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__description{display:block}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__description p{display:inline}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__description p+p:before{content:" "}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__description br{display:none}.featured-products:not(.featured-products--flash):not(.tabbed-products) .product-card__footer{display:flex;margin-left:8px}.featured-products__see-all--desktop{display:block}.featured-products__see-all--mobile{display:none}.fp-progress-bar{display:flex;order:3}.dp-container,.ts-container{padding-inline-start:1rem;margin-left:0}.dp-heading,.ts-heading{font-size:24px}.dp-heading{line-height:1.15}.dp-heading--desktop{display:none}.dp-heading--mobile,.dp-heading__mobile-break{display:block}.dp-heading__text,.dp-heading__richtext p{--heading-highlight-bottom: 15%;--heading-highlight-height: 17%;position:relative;display:inline;background-image:linear-gradient(to top,transparent 0 var(--heading-highlight-bottom),#F4C2D7 var(--heading-highlight-bottom) calc(var(--heading-highlight-bottom) + var(--heading-highlight-height)),transparent calc(var(--heading-highlight-bottom) + var(--heading-highlight-height)));background-repeat:no-repeat;background-size:90% 100%;-webkit-box-decoration-break:clone;box-decoration-break:clone;z-index:1}.dp-heading__richtext{color:#40484f}.dp-header{margin-bottom:1.5rem}.dp-progress-bar{justify-content:flex-start;margin-top:16px}.dp-heading__richtext p{display:table;margin:0}.dp-heading__text:after{content:none}.dp-heading__highlight-line{display:inline;background-image:none}.dp-heading__highlight-line:after{content:none}.dp-swiper-scrollbar__track{width:95%}.dp-show-all--desktop{display:none}.dp-show-all--mobile{display:inline-flex;justify-content:center;margin:1rem auto 0}.ts-container{padding-block:48px 36px;overflow:hidden}.ts-header{text-align:left;margin-bottom:1.75rem}.ts-heading{line-height:1.15;margin-bottom:1.25rem}.ts-heading__mobile-break{display:block}.ts-heading__text{--heading-highlight-bottom: 15%;--heading-highlight-height: 17%;position:relative;display:inline;background-image:linear-gradient(to top,transparent 0 var(--heading-highlight-bottom),#F4C2D7 var(--heading-highlight-bottom) calc(var(--heading-highlight-bottom) + var(--heading-highlight-height)),transparent calc(var(--heading-highlight-bottom) + var(--heading-highlight-height)));background-repeat:no-repeat;background-size:95% 100%;-webkit-box-decoration-break:clone;box-decoration-break:clone;z-index:1}.ts-heading__text:after{content:none}.ts-heading__highlight-line{display:inline;background-image:none}.ts-heading__highlight-line:after{content:none}.ts-handle{justify-content:flex-start;gap:8px;font-weight:500;font-size:18px;color:#000}.ts-handle__link{color:#000}.ts-grid{gap:10px;margin-right:-1rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ts-grid::-webkit-scrollbar{display:none}.ts-card{position:relative;flex-basis:calc(100% - 52px);width:calc(100% - 52px);scroll-snap-align:start}.ts-card__media{margin-bottom:0}.ts-card__img{height:100%;object-fit:cover}.ts-card__label{position:absolute;left:18px;bottom:48px;color:#fff;font-size:16px;font-weight:700}.variant-popup__panel{top:auto;bottom:0;width:100vw;max-width:100vw;height:auto;max-height:85vh;overflow:hidden;border-radius:12px 12px 0 0;transform:translate(-50%);display:flex;flex-direction:column;padding-bottom:0}.variant-popup.is-open .variant-popup__panel{transform:translate(-50%)}.variant-popup__body{display:flex;flex-direction:column;gap:0;flex:1;min-height:0;padding:0;overflow:hidden}.variant-popup__gallery{height:auto;flex-shrink:0;width:100%;max-height:35vh;display:flex;justify-content:center;background-color:#f2f2f2}.variant-popup__dots{display:flex}.variant-popup__gallery-img{padding:0;max-height:100%!important;width:auto!important;object-fit:contain}.variant-popup__details{flex:1;gap:.6rem;padding:16px 16px 8px;overflow-y:auto;overscroll-behavior:contain;min-height:0}.variant-popup__product-title{font-size:1rem;font-weight:600;line-height:1.35;padding-right:0}.variant-popup__price-range{font-size:18px;font-weight:700}.variant-popup__price{font-size:1.05rem;font-weight:700}.variant-popup__option-label,.variant-popup__qty-label{font-size:14px}.variant-popup__swatches{gap:10px}.variant-popup__swatch{width:56px;height:56px}.variant-popup__pills{gap:.5rem}.variant-popup__pill{padding:.5rem .75rem;font-size:.8rem}.variant-popup__qty-row{margin-top:auto;padding:14px 0 0}.variant-popup__qty-stepper{flex:0 0 110px;width:110px}.variant-popup__qty-btn{flex:0 0 34px;width:34px;height:34px}.variant-popup__qty-input{flex:0 0 42px;width:42px;height:34px;font-size:.9rem}.variant-popup__atc{width:calc(100% - 32px);margin:10px 16px 16px;padding:14px 1rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;border-radius:4px;flex-shrink:0}html body #insta-feed{margin-top:20px!important;margin-bottom:20px!important}html .instafeed-custom-header{margin:0 auto 16px!important}[id*=__17822767234dd3e542] :is(.instafeed-container,.swiper-wrapper){display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px}[id*=__17822767234dd3e542] :is(.instafeed-container,.swiper-wrapper)::-webkit-scrollbar{display:none}[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post){flex:0 0 calc(100% - 42px)!important;width:calc(100% - 42px)!important;min-width:calc(100% - 42px)!important;max-width:calc(100% - 42px)!important;flex-shrink:0!important;scroll-snap-align:start}}.product-card__sizes{display:flex;margin-left:0;gap:4px;flex-wrap:wrap;justify-content:flex-start}.product-card__size-pill{border:1px solid #40484F;font-family:Figtree,sans-serif;color:#40484f;font-size:10px;font-weight:500;padding:4px 10px;background:transparent;border-radius:0;line-height:100%;letter-spacing:1px}.pdp-ymal__swiper .swiper-slide{height:auto;align-self:stretch}.pdp-ymal__swiper .swiper-slide .product-card{height:100%}.fp-progress-bar{display:none!important}.product-swatches__wrapper{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center}.product-card__swatch.product-swatches__item{width:32px;height:32px;border-radius:50%;border:1px solid transparent;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;outline:none;box-shadow:none;transition:border-color .15s ease;position:relative;overflow:hidden;padding:0;margin-right:0;margin-left:0}.product-card__swatch.product-swatches__item.is-active,.product-card__swatch.product-swatches__item:hover,.product-card__swatch.product-swatches__item:focus,.product-card__swatch.product-swatches__item:active{outline:none;box-shadow:none;border-color:#00000026}.product-swatches__item.is-hidden{display:none!important}.product-swatches__item.is-disabled{opacity:.8;cursor:not-allowed}.product-swatches__disabled-line{position:absolute;top:50%;left:0;width:100%;height:1px;background:#000;transform:rotate(-45deg)}.product-card__swatches .product-swatches__more,.product-card__swatches .product-card__swatch-more{border:none;background-color:#d9d9d973;color:#40484f;font-family:Google Sans,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:0px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:0;padding:0;width:32px;min-width:32px;height:32px;border-radius:50%;flex-shrink:0}.product-card__swatches .product-swatches__more:hover,.product-card__swatches .product-card__swatch-more:hover{background-color:#d9d9d9b3}.product-card__swatches-container{display:block;margin-bottom:8px}.product-card__swatches-label{display:block;font-family:Google Sans,sans-serif;font-size:8px;font-weight:400;text-transform:uppercase;margin-bottom:8px;color:#40484f;letter-spacing:0px;line-height:1}.product-card--flash .product-card__swatches,.product-card--flash .product-card__swatches.product-swatches__wrapper{display:flex;flex-wrap:wrap;width:100%;max-width:100%;min-width:0}@media(max-width:980px){body.variant-popup-open .pdp-sticky-bar{display:none!important}.variant-popup{z-index:99999!important}.variant-popup__panel{top:auto;bottom:0;left:0;right:0;width:100%;height:auto;max-height:85vh;min-height:0;transform:translateY(100%);border-radius:16px 16px 0 0;transition:transform .4s cubic-bezier(.16,1,.3,1)}.variant-popup.is-open .variant-popup__panel{transform:translateY(0)}}.variant-popup__gallery{position:relative}.variant-popup__badges{position:absolute;top:0;left:20px;display:flex;justify-content:space-between;width:calc(100% - 16px);z-index:10;pointer-events:none}.variant-popup__badge{font-family:Google Sans,sans-serif;line-height:1;text-transform:uppercase}.variant-popup__badge--new{font-family:Google Sans,sans-serif;font-weight:600;font-size:14px;line-height:140%;letter-spacing:0px;color:#40484f;background:transparent;padding:0}.variant-popup__badge--discount{color:#be0a0a;background:transparent;padding:0;font-weight:700;font-size:14px}@media(max-width:980px){.variant-popup__body{position:relative}.variant-popup__badges{position:absolute;top:20px;left:30px;width:auto;padding:0}}@media(max-width:980px)and (orientation:landscape){body.template-index.variant-popup-open .variant-popup__panel,body.template-index-json.variant-popup-open .variant-popup__panel{top:50%;bottom:auto;left:50%;right:auto;width:min(86vw,620px);max-width:620px;display:flex;flex-direction:column;height:auto;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 32px);min-height:0;border-radius:6px;overflow:hidden;transform:translate(-50%,-50%) scale(.95);padding-bottom:0;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s ease}body.template-index.variant-popup-open .variant-popup.is-open .variant-popup__panel,body.template-index-json.variant-popup-open .variant-popup.is-open .variant-popup__panel{transform:translate(-50%,-50%) scale(1)}body.template-index.variant-popup-open .variant-popup__body,body.template-index-json.variant-popup-open .variant-popup__body{display:flex;flex-direction:row;flex:1 1 auto;height:auto;min-height:0;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 48px);padding:16px 14px 10px;gap:12px;overflow:hidden}body.template-index.variant-popup-open .variant-popup__gallery,body.template-index-json.variant-popup-open .variant-popup__gallery{width:38%;max-width:180px;max-height:min(200px,56dvh);height:auto;aspect-ratio:1 / 1;flex-shrink:0;align-self:flex-start;background:transparent}body.template-index.variant-popup-open .variant-popup__gallery-img,body.template-index-json.variant-popup-open .variant-popup__gallery-img{width:100%!important;max-height:100%!important;object-fit:cover;padding:0}body.template-index.variant-popup-open .variant-popup__details,body.template-index-json.variant-popup-open .variant-popup__details{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;min-height:0;height:auto;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 56px);gap:.4rem;padding:0 0 12px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}body.template-index.variant-popup-open .variant-popup__product-title,body.template-index-json.variant-popup-open .variant-popup__product-title{font-size:.95rem;padding-right:1.5rem}body.template-index.variant-popup-open .variant-popup__swatch,body.template-index-json.variant-popup-open .variant-popup__swatch{width:40px;height:40px}body.template-index.variant-popup-open .variant-popup__qty-row,body.template-index-json.variant-popup-open .variant-popup__qty-row{margin-top:.35rem;padding-top:.35rem}body.template-index.variant-popup-open .variant-popup__atc,body.template-index-json.variant-popup-open .variant-popup__atc{width:100%;margin:8px 0 0;padding:10px 1rem}body.template-index.variant-popup-open .variant-popup__badges,body.template-index-json.variant-popup-open .variant-popup__badges{top:8px;left:8px}}.pasangkan-dengan{width:100%;background:transparent;padding:40px 0 0}.pasangkan-dengan__title{margin:0 0 20px 16px;padding:0;font-family:Google Sans,sans-serif;font-size:16px;font-weight:600;color:#000}.pasangkan-dengan__swiper{overflow:hidden;width:100%}.pasangkan-dengan .product-card{height:auto;box-shadow:none;border-radius:0;background:transparent}.pasangkan-dengan .product-card__body{padding:8px 0 0!important;gap:8px!important}.pasangkan-dengan .product-card:hover{transform:none;box-shadow:none;border:none!important;outline:none!important}.pasangkan-dengan .product-card__name{min-height:2.4em;width:100%}.pasangkan-dengan .product-card__name a{width:100%;max-width:100%;font-size:12px;font-weight:600;line-height:1.25;letter-spacing:-.2px;text-transform:uppercase;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#40484f}.pasangkan-dengan .product-card__price-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.pasangkan-dengan .product-card__price{font-size:12px;font-weight:500;color:#40484f}.pasangkan-dengan .product-card__price--sale{font-family:Google Sans,sans-serif;background-color:#be0a0a!important;color:#fff!important;font-size:12px;font-weight:700;padding:4px 8px!important;border-radius:4px!important;display:inline-block;line-height:1.2}.pasangkan-dengan .product-card__price-percent{display:inline!important}.pasangkan-dengan .product-card__price--original{font-size:12px;font-weight:500;color:#b0b8bf;text-decoration:line-through;line-height:1}@media screen and (max-width:980px){.pasangkan-dengan__title{margin-left:16px}.pasangkan-dengan{padding-bottom:24px;padding-left:16px;padding-right:16px}.pasangkan-dengan__swiper{overflow:hidden;width:100%}.pasangkan-dengan__swiper .swiper-wrapper,.pasangkan-dengan__grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px 12px!important;transform:none!important;width:100%!important}.pasangkan-dengan__item{width:100%!important;max-width:100%!important;flex:none!important;margin-right:0!important}.pasangkan-dengan__item:nth-child(n+5){display:none!important}}.size-guide-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:999999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;pointer-events:none}.size-guide-popup.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.size-guide-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.size-guide-popup__panel{position:relative;width:100%;max-width:50%;max-height:85vh;background-color:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001f;display:flex;flex-direction:column;z-index:2;overflow:hidden;transform:translateY(16px) scale(.98);transition:transform .25s cubic-bezier(.16,1,.3,1);padding:28px;box-sizing:border-box}.size-guide-popup.is-open .size-guide-popup__panel{transform:translateY(0) scale(1)}.size-guide-popup__close{position:absolute;top:28px;right:28px;background:transparent;border:none;cursor:pointer;color:#797c7f;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .15s ease,background .15s ease;z-index:5}.size-guide-popup__close:hover{color:#40484f;background:#f0f0f0}.size-guide-popup__body{padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(85vh - 64px)}.size-guide-popup__title{font-family:Google Sans,sans-serif;font-size:24px;font-weight:500;line-height:140%;color:#40484f;margin:0 0 12px;letter-spacing:0px}.size-guide-popup__subtitle{font-family:Google Sans,sans-serif;font-size:14px;font-weight:400;line-height:160%;color:#40484f;margin:0 0 16px;letter-spacing:0;width:100%}.size-guide-popup__content{font-family:Google Sans,sans-serif;font-size:14px;font-weight:400;line-height:160%;color:#40484f}.size-guide-popup__content table{width:100%;border-collapse:collapse;border:none!important;margin:0}.size-guide-popup__content th,.size-guide-popup__content td{border:none!important;padding:14px 24px;text-align:left}.size-guide-popup__content th{background-color:#eaeaea;font-family:Google Sans,sans-serif;font-size:16px;font-weight:700;color:#1a1a1a}.size-guide-popup__content td{font-family:Google Sans,sans-serif;font-size:14px;font-weight:500;color:#40484f}.size-guide-popup__content tr:nth-child(2n) td{background-color:#eaeaea!important}.size-guide-popup__content tr:nth-child(odd) td{background-color:#fff!important}@media(max-width:980px){.size-guide-popup{align-items:flex-end}.size-guide-popup__subtitle{font-size:13px}.size-guide-popup__panel{width:100%;max-width:100%;height:60vh;max-height:85vh;border-radius:16px 16px 0 0;padding:24px 20px;transform:translateY(100%);box-sizing:border-box}.size-guide-popup.is-open .size-guide-popup__panel{transform:translateY(0) scale(1)}.size-guide-popup__close{top:20px;right:20px}.product-card,.product-card:hover,.product-card:focus,.product-card:active{box-shadow:none!important;transform:none!important;background:transparent!important}.product-card:hover .product-card__img{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card.css.map */
