.product-card{display:flex;flex-direction:column;background:transparent;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #e8447a14;transition:box-shadow .25s ease,transform .25s ease;position:relative;height:100%}@media(min-width:641px){.product-card__media{border-radius:16px}}.template-index .product-card__media{border-radius:16px}.product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-3px)}.product-card__media{position:relative;aspect-ratio:1 / 1;background:#fff0f5;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}.product-card__img{width:80%;height:auto;object-fit:contain;object-position:center;display:block;transition:transform .4s ease,opacity .3s 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}}.product-card:hover .product-card__img{transform:scale(1.04)}.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:16px 25px;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-card__name{font-size:.875rem;font-weight:400;color:#1a1a1a;text-decoration:none;min-height:34px;margin:0}.product-card__name a{font-size:12px;font-weight:600;color:#40484f;line-height:140%;letter-spacing:1px;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-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:baseline;gap:8px;flex-wrap:wrap}.product-card__price{font-size:14px;font-weight:600;color:#40484f}.product-card__price--original{font-size:10px;font-weight:600;color:#40484f80;text-decoration:line-through}.product-card__swatches{display:flex;margin-left:4px;align-items:center;gap:10px;flex-wrap:wrap;min-height:28px}.product-card__swatch{width:24px;height:24px;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;overflow:hidden}.product-card__swatch.is-active,.product-card__swatch:hover{outline:1px solid #40484F!important;border:1px solid rgba(0,0,0,.04)}.product-card__swatch.is-hidden{display:none!important}.product-card__swatch.is-disable{cursor:not-allowed}.product-card__swatch.is-disable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;border-radius:inherit;z-index:1;pointer-events:none}.product-card__swatch svg{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.product-card__swatch.is-disable svg{display:block}.product-card__swatches.is-expanded .product-card__swatch.is-hidden{display:block!important}.product-card__swatches.is-expanded .product-card__swatch-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:1px solid #40484F;border-radius:9999px;font-size:10px;font-weight:600;line-height:1;color:#737e87;flex-shrink:0;background:transparent;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}.featured-products .swiper-slide{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:32px;width:calc(100% - 72px);max-width:var(--content-width);margin-left:72px}.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-left:72px;gap:24px;width:calc(100% - 72px);max-width:var(--content-width);padding:40px 0}.featured-products:not(.featured-products--flash) .fp-swiper{padding:0}.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%}.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{margin-top:32px;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:18px}.featured-products:not(.featured-products--flash) .product-card__price{font-size:16px}.featured-products:not(.featured-products--flash) .product-card__footer{padding:32px 0 0}.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:2.6em}.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:2.6em}.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}.product-card--flash .product-card__sizes{margin-left:0}.product-card--flash .product-card__footer{display:flex;justify-content:flex-start;margin-top:auto;padding:.85rem 0 0}.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}.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:658px;height:auto;min-height:280px;background:#fff;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}.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:grid;grid-template-columns:260px 1fr;flex:1;overflow:hidden;min-height:0;padding:32px;gap:16px}.variant-popup__gallery{position:relative;background:#fafafa;overflow:hidden;display:flex;flex-direction:column;height:220px}.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:.65rem;overflow-y:auto;height:100%;min-height:0}.variant-popup__product-title{font-size:1.125rem;font-weight:500;color:#1a1a1a;line-height:1.2;padding-right:2rem;margin:0}.variant-popup__sku{font-size:.75rem;color:#888;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:.25rem}.variant-popup__price-range{display:flex;align-items:baseline;gap:.5rem;font-size:1rem;font-weight:700;color:#40484f}.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:#40484f80;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:10px}.variant-popup__option-label{font-size:.75rem;font-weight:600;color:#1a1a1a}.variant-popup__option-label span{font-weight:400;color:#555}.variant-popup__swatches{display:flex;flex-wrap:wrap;gap:16px;padding-bottom:4px}.variant-popup__swatch{width:24px;height:24px;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}.variant-popup__swatch.is-disable:before{opacity:.4}.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:hover,.variant-popup__swatch.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:.375rem}.variant-popup__pill{padding:8px 12px;border-radius:0;background-color:transparent;border:1px solid #F1F1F1;font-size:.75rem;font-weight:500;font-family:Figtree,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:block}.variant-popup__final-price,.variant-popup__final-compare{display:none!important}}.variant-popup__final-price{font-size:1.1rem;font-weight:700;color:#1a1a1a}.variant-popup__stock{flex-basis:100%;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:.25rem}.variant-popup__qty-label{font-size:.75rem;font-weight:400;color:#1a1a1a}.variant-popup__qty-stepper{display:flex;align-items:center;border:1px solid #40484F;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:transparent;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:18px;font-weight:600;border:none;outline:none;color:#40484f;background:transparent;-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:.75rem 1rem;background:#3f484f;color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;border:none;border-radius:0;cursor:pointer;transition:background .15s ease;font-family:Figtree,sans-serif;margin-top:.25rem}.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:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.featured-products__left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.featured-products__title{font-family:Figtree,sans-serif;width:79%;font-size:32px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;line-height:1}.fp-countdown{display:flex;align-items:center;gap:.35rem;margin-left:24px;padding:.35rem 1rem;border-radius:999px;border:0;background:#ffffff47;color:#fff;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.fp-countdown__icon{flex:0 0 auto}.fp-countdown__unit{display:inline-flex;align-items:center;justify-content:center;min-width:22px}.fp-countdown__num{font-family:Figtree,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;font-variant-numeric:tabular-nums}.fp-countdown__label{display:none}.fp-countdown__sep{font-size:1rem;font-weight:600;line-height:1.2;opacity:1}.featured-products__see-all{display:flex;font-family:Figtree,sans-serif;align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:100%;letter-spacing:1px;text-decoration:none;white-space:nowrap;transition:gap .15s ease}.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--flash .featured-products__see-all{position:absolute;margin-right:10%;top:50%;right:0;margin-left:0;transform:translateY(-50%)}.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(max-width:767px){.featured-products__arrow--prev{left:-30px}.featured-products__arrow--next{right:-30px}}@media(min-width:768px){.featured-products__arrow{display:none}}@media(max-width:640px){.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 20px}.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:640px){.fp-swiper{padding:0;order:2}}.cc-container{justify-items:flex-start;margin-left:72px;width:calc(100% - 72px);max-width:100%;padding:clamp(1.5rem,4vw,2.5rem) 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:contain;object-position:center;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:var(--content-width);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;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}@media(min-width:768px){[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post){width:calc(25% - 14px)!important}}[id*=__17822767234dd3e542] :is(h1,h2,h3,.instafeed-title,.instafeed-new-title,[class*=title]){position:relative;display:block!important;z-index:1;width:max-content;max-width:100%;margin:0 auto 32px;font-family:Figtree,sans-serif;font-size:32px;font-weight:700;line-height:1.2;letter-spacing:.5px;color:#000;text-align:center;text-transform:uppercase}[id*=__17822767234dd3e542] :is(h1,h2,h3,.instafeed-title,.instafeed-new-title,[class*=title]):before{content:"";position:absolute;top:26px;left:0;width:95%;height:10%;background-color:#ffcee0;z-index:-1}[id*=__17822767234dd3e542] :is(h1,h2,h3,.instafeed-title,.instafeed-new-title,[class*=title]):after{content:"Follow us @luxcrime_id";display:flex;align-items:center;justify-content:center;width:max-content;min-height:20px;margin:16px auto 0;padding-left:28px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8 0H14.2C17.4 0 20 2.6 20 5.8V14.2C20 15.7383 19.3889 17.2135 18.3012 18.3012C17.2135 19.3889 15.7383 20 14.2 20H5.8C2.6 20 0 17.4 0 14.2V5.8C0 4.26174 0.61107 2.78649 1.69878 1.69878C2.78649 0.61107 4.26174 0 5.8 0ZM5.6 2C4.64522 2 3.72955 2.37928 3.05442 3.05442C2.37928 3.72955 2 4.64522 2 5.6V14.4C2 16.39 3.61 18 5.6 18H14.4C15.3548 18 16.2705 17.6207 16.9456 16.9456C17.6207 16.2705 18 15.3548 18 14.4V5.6C18 3.61 16.39 2 14.4 2H5.6ZM15.25 3.5C15.5815 3.5 15.8995 3.6317 16.1339 3.86612C16.3683 4.10054 16.5 4.41848 16.5 4.75C16.5 5.08152 16.3683 5.39946 16.1339 5.63388C15.8995 5.8683 15.5815 6 15.25 6C14.9185 6 14.6005 5.8683 14.3661 5.63388C14.1317 5.39946 14 5.08152 14 4.75C14 4.41848 14.1317 4.10054 14.3661 3.86612C14.6005 3.6317 14.9185 3.5 15.25 3.5ZM10 5C11.3261 5 12.5979 5.52678 13.5355 6.46447C14.4732 7.40215 15 8.67392 15 10C15 11.3261 14.4732 12.5979 13.5355 13.5355C12.5979 14.4732 11.3261 15 10 15C8.67392 15 7.40215 14.4732 6.46447 13.5355C5.52678 12.5979 5 11.3261 5 10C5 8.67392 5.52678 7.40215 6.46447 6.46447C7.40215 5.52678 8.67392 5 10 5ZM10 7C9.20435 7 8.44129 7.31607 7.87868 7.87868C7.31607 8.44129 7 9.20435 7 10C7 10.7956 7.31607 11.5587 7.87868 12.1213C8.44129 12.6839 9.20435 13 10 13C10.7956 13 11.5587 12.6839 12.1213 12.1213C12.6839 11.5587 13 10.7956 13 10C13 9.20435 12.6839 8.44129 12.1213 7.87868C11.5587 7.31607 10.7956 7 10 7Z' fill='black'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left center;background-size:20px 20px;font-size:18px;font-weight:500;font-family:Figtree,sans-serif;line-height:140%;letter-spacing:1px;text-transform:none;color:#000}[id*=__17822767234dd3e542] :is(.instafeed-arrow,.instafeed-carousel-arrow,.swiper-button-prev,.swiper-button-next,.slick-prev,.slick-next,button[class*=arrow],button[class*=prev],button[class*=next],[aria-label*=Previous],[aria-label*=Next]){display:none!important}[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post,[class*=layout-item],[class*=feed-item]){position:relative}[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post,[class*=layout-item],[class*=feed-item]):after{content:"";position:absolute;top:12px;right:12px;z-index:5;width:32px;height:30px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9987 12.2949C17.9547 12.2949 15.9945 13.1069 14.5492 14.5522C13.1039 15.9974 12.292 17.9577 12.292 20.0016C12.292 22.0455 13.1039 24.0057 14.5492 25.451C15.9945 26.8963 17.9547 27.7083 19.9987 27.7083C22.0426 27.7083 24.0028 26.8963 25.4481 25.451C26.8934 24.0057 27.7053 22.0455 27.7053 20.0016C27.7053 17.9577 26.8934 15.9974 25.4481 14.5522C24.0028 13.1069 22.0426 12.2949 19.9987 12.2949ZM19.9987 25.0066C19.3412 25.0066 18.6901 24.8771 18.0827 24.6255C17.4753 24.3739 16.9233 24.0051 16.4584 23.5402C15.9935 23.0753 15.6247 22.5233 15.3731 21.9159C15.1215 21.3085 14.992 20.6574 14.992 19.9999C14.992 19.3424 15.1215 18.6914 15.3731 18.084C15.6247 17.4765 15.9935 16.9246 16.4584 16.4597C16.9233 15.9948 17.4753 15.626 18.0827 15.3744C18.6901 15.1228 19.3412 14.9933 19.9987 14.9933C21.3265 14.9933 22.6 15.5207 23.5389 16.4597C24.4778 17.3986 25.0053 18.6721 25.0053 19.9999C25.0053 21.3278 24.4778 22.6012 23.5389 23.5402C22.6 24.4791 21.3265 25.0066 19.9987 25.0066Z' fill='white'/%3E%3Cpath d='M28.0096 13.8084C29.0018 13.8084 29.8062 13.004 29.8062 12.0118C29.8062 11.0195 29.0018 10.2151 28.0096 10.2151C27.0173 10.2151 26.2129 11.0195 26.2129 12.0118C26.2129 13.004 27.0173 13.8084 28.0096 13.8084Z' fill='white'/%3E%3Cpath d='M34.2213 10.185C33.8359 9.18834 33.2464 8.28328 32.4907 7.52785C31.735 6.77242 30.8297 6.1833 29.8329 5.7983C28.6669 5.36038 27.4349 5.12368 26.1896 5.0983C24.5846 5.0283 24.0763 5.0083 20.0063 5.0083C15.9363 5.0083 15.4146 5.0083 13.8229 5.0983C12.5787 5.12405 11.3479 5.36075 10.1829 5.7983C9.18616 6.1833 8.28087 6.77242 7.52515 7.52785C6.76944 8.28328 6.17998 9.18834 5.7946 10.185C5.35724 11.3511 5.1211 12.5831 5.09626 13.8283C5.0246 15.4316 5.00293 15.94 5.00293 20.0116C5.00293 24.0833 5.00293 24.6 5.09626 26.195C5.12126 27.4416 5.35626 28.6716 5.7946 29.84C6.18016 30.8368 6.76988 31.7419 7.52589 32.4974C8.2819 33.2528 9.18751 33.8418 10.1846 34.2266C11.3471 34.6815 12.5786 34.9351 13.8263 34.9766C15.4313 35.0466 15.9396 35.0683 20.0096 35.0683C24.0796 35.0683 24.6013 35.0683 26.1929 34.9766C27.4382 34.9518 28.6701 34.7157 29.8363 34.2783C30.8332 33.8931 31.7386 33.3037 32.4943 32.548C33.25 31.7923 33.8394 30.8869 34.2246 29.89C34.6629 28.7233 34.8979 27.4933 34.9229 26.2466C34.9946 24.6433 35.0163 24.135 35.0163 20.0633C35.0163 15.9916 35.0163 15.475 34.9229 13.88C34.9029 12.6172 34.6655 11.3672 34.2213 10.185ZM32.1913 26.0716C32.1819 27.0323 32.0066 27.9841 31.6729 28.885C31.4215 29.5324 31.0379 30.1204 30.5466 30.6113C30.0553 31.1023 29.4672 31.4856 28.8196 31.7366C27.9282 32.0669 26.9868 32.2422 26.0363 32.255C24.4529 32.3283 24.0063 32.3466 19.9463 32.3466C15.8829 32.3466 15.4679 32.3466 13.8546 32.255C12.9046 32.242 11.9638 32.0667 11.0729 31.7366C10.4232 31.4869 9.83275 31.1043 9.3394 30.6132C8.84606 30.1222 8.46068 29.5335 8.20793 28.885C7.88095 27.9932 7.70575 27.053 7.6896 26.1033C7.61793 24.52 7.60126 24.0733 7.60126 20.0133C7.60126 15.9533 7.60126 15.5366 7.6896 13.9216C7.69911 12.9615 7.87447 12.0103 8.20793 11.11C8.71626 9.79497 9.75793 8.75997 11.0729 8.25663C11.9638 7.92655 12.9046 7.75125 13.8546 7.7383C15.4396 7.66663 15.8846 7.64663 19.9463 7.64663C24.0079 7.64663 24.4246 7.64663 26.0363 7.7383C26.9868 7.75106 27.9282 7.92636 28.8196 8.25663C29.4673 8.5079 30.0556 8.8914 30.5469 9.38267C31.0382 9.87395 31.4217 10.4622 31.6729 11.11C31.9999 12.0017 32.1751 12.942 32.1913 13.8916C32.2629 15.4766 32.2813 15.9216 32.2813 19.9833C32.2813 24.045 32.2813 24.48 32.2096 26.0733L32.1913 26.0716Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:40px 40px;pointer-events:none}[id*=__17822767234dd3e542] :is(.instafeed-hover-layer,.instafeed-overlay,[class*=hover-layer]){opacity:1!important;visibility:visible!important;background:transparent!important;pointer-events:none!important}[id*=__17822767234dd3e542] :is(.instafeed-hover-layer,.instafeed-overlay,[class*=hover-layer]) :is(svg,img,[class*=icon]){display:none!important}@media screen and (min-width:768px)and (max-width:1024px){[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post){height:250px!important}.instafeed-new-layout-container{height:250px!important}}.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;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(max-width:767px){.product-card__wishlist{display:none!important}.featured-products--flash .cc-container{margin-left:0;width:100%;padding:40px 24px;gap:12px}.featured-products--flash .featured-products__header{align-items:flex-start;order:1}.featured-products--flash .featured-products__left{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px 10px}.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{flex:0 0 100%;width:100%;justify-content:center;margin-left:0;padding:.28rem .75rem;min-height:28px}.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:18px;line-height:1}.featured-products--flash .product-card--flash .product-card__media{justify-content:center}.featured-products--flash .product-card--flash{overflow:visible;padding-top:34px}.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) .cc-container{width:100%;padding:40px 24px 34px;gap:32px;margin:0}.featured-products:not(.featured-products--flash) .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) .featured-products__left,.featured-products:not(.featured-products--flash) .featured-products__header{justify-content:flex-start;text-align:left}.featured-products:not(.featured-products--flash) .product-card__media{width:82%;margin-inline:auto;justify-content:center}.featured-products:not(.featured-products--flash) .product-card__img{object-position:center;width:100%;object-fit:contain;height:auto}.featured-products:not(.featured-products--flash) .product-card__body{margin-left:8px;align-items:flex-start;padding:0;text-align:left}.featured-products:not(.featured-products--flash) .product-card__description,.featured-products:not(.featured-products--flash) .product-card__pricing,.featured-products:not(.featured-products--flash) .product-card__swatches,.featured-products:not(.featured-products--flash) .product-card__footer{justify-content:flex-start}.featured-products:not(.featured-products--flash) .product-card__description,.featured-products:not(.featured-products--flash) .product-card__description p{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-products:not(.featured-products--flash) .product-card__price--original{font-size:12px}.featured-products:not(.featured-products--flash) .product-card__description{display:block}.featured-products:not(.featured-products--flash) .product-card__description p{display:inline}.featured-products:not(.featured-products--flash) .product-card__description p+p:before{content:" "}.featured-products:not(.featured-products--flash) .product-card__description br{display:none}.featured-products:not(.featured-products--flash) .product-card__footer{display:flex;margin-left:8px}.featured-products__see-all--desktop{display:none}.featured-products__see-all--mobile{display:flex;justify-content:center;width:fit-content;margin:1.25rem auto 0;order:4}.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:32px 16px;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}body #insta-feed h2{display:block!important;width:min(320px,100%)!important;max-width:320px!important;margin:0 auto 1.25rem 0!important;font-size:0!important;line-height:1.15!important;text-align:left!important}body [id*=__17822767234dd3e542] #insta-feed{margin-top:0!important;margin-bottom:0!important;max-width:100%!important;overflow-x:hidden!important;text-align:left!important}[id*=__17822767234dd3e542]{padding-block:32px;padding-inline-start:16px;box-sizing:border-box;max-width:100%;background-color:#fff7f9!important;overflow-x:hidden}[id*=__17822767234dd3e542] :is(.shopify-app-block,.instafeed-shopify,.instafeed-app){max-width:var(--content-width);margin-inline:auto;padding:0!important;background-color:#fff7f9!important;overflow-x:hidden;text-align:left!important}[id*=__17822767234dd3e542]>:is(div,section),[id*=__17822767234dd3e542] :is(.instafeed-header,[class*=header]){background-color:#fff7f9!important;text-align:left!important;padding:0!important}[id*=__17822767234dd3e542] :is(.instafeed-title-wrapper,.instafeed-title-container,.instafeed-new-title-wrapper,[class*=title-wrapper],[class*=title-container]){display:block!important;text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important}[id*=__17822767234dd3e542] :is(h1,h2,h3,.instafeed-title,.instafeed-new-title){--instafeed-highlight-bottom: 11%;--instafeed-highlight-height: 19%;--instafeed-highlight-width: 90%;position:relative;display:block!important;z-index:1;width:auto!important;max-width:292px!important;margin:0 auto 1.25rem 0!important;background-image:none!important;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-family:Figtree,sans-serif!important;font-size:0!important;font-weight:700!important;line-height:1.15!important;letter-spacing:.5px!important;color:#000!important;text-align:left!important;text-transform:uppercase!important}[id*=__17822767234dd3e542] :is(h1,h2,h3,.instafeed-title,.instafeed-new-title):before{content:"#TRENDING IN SOCIAL\aMEDIA"!important;position:relative;top:auto!important;left:auto!important;z-index:1;display:inline;width:auto!important;height:auto!important;white-space:pre-line;background-color:transparent!important;background-image:linear-gradient(to top,transparent 0 var(--instafeed-highlight-bottom),#F4C2D7 var(--instafeed-highlight-bottom) calc(var(--instafeed-highlight-bottom) + var(--instafeed-highlight-height)),transparent calc(var(--instafeed-highlight-bottom) + var(--instafeed-highlight-height)))!important;background-repeat:no-repeat!important;background-size:var(--instafeed-highlight-width) 100%!important;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-family:Figtree,sans-serif!important;font-size:24px!important;font-weight:700!important;line-height:32px!important;letter-spacing:1px!important;color:#000!important;text-transform:uppercase!important}[id*=__17822767234dd3e542] :is(h1,h2,h3,.instafeed-title,.instafeed-new-title):after{content:"Follow us @luxcrime_id";display:flex;align-items:center;justify-content:flex-start;width:max-content;max-width:calc(100vw - 32px);min-height:20px;margin:16px 0;padding-left:28px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8 0H14.2C17.4 0 20 2.6 20 5.8V14.2C20 15.7383 19.3889 17.2135 18.3012 18.3012C17.2135 19.3889 15.7383 20 14.2 20H5.8C2.6 20 0 17.4 0 14.2V5.8C0 4.26174 0.61107 2.78649 1.69878 1.69878C2.78649 0.61107 4.26174 0 5.8 0ZM5.6 2C4.64522 2 3.72955 2.37928 3.05442 3.05442C2.37928 3.72955 2 4.64522 2 5.6V14.4C2 16.39 3.61 18 5.6 18H14.4C15.3548 18 16.2705 17.6207 16.9456 16.9456C17.6207 16.2705 18 15.3548 18 14.4V5.6C18 3.61 16.39 2 14.4 2H5.6ZM15.25 3.5C15.5815 3.5 15.8995 3.6317 16.1339 3.86612C16.3683 4.10054 16.5 4.41848 16.5 4.75C16.5 5.08152 16.3683 5.39946 16.1339 5.63388C15.8995 5.8683 15.5815 6 15.25 6C14.9185 6 14.6005 5.8683 14.3661 5.63388C14.1317 5.39946 14 5.08152 14 4.75C14 4.41848 14.1317 4.10054 14.3661 3.86612C14.6005 3.6317 14.9185 3.5 15.25 3.5ZM10 5C11.3261 5 12.5979 5.52678 13.5355 6.46447C14.4732 7.40215 15 8.67392 15 10C15 11.3261 14.4732 12.5979 13.5355 13.5355C12.5979 14.4732 11.3261 15 10 15C8.67392 15 7.40215 14.4732 6.46447 13.5355C5.52678 12.5979 5 11.3261 5 10C5 8.67392 5.52678 7.40215 6.46447 6.46447C7.40215 5.52678 8.67392 5 10 5ZM10 7C9.20435 7 8.44129 7.31607 7.87868 7.87868C7.31607 8.44129 7 9.20435 7 10C7 10.7956 7.31607 11.5587 7.87868 12.1213C8.44129 12.6839 9.20435 13 10 13C10.7956 13 11.5587 12.6839 12.1213 12.1213C12.6839 11.5587 13 10.7956 13 10C13 9.20435 12.6839 8.44129 12.1213 7.87868C11.5587 7.31607 10.7956 7 10 7Z' fill='black'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:left center!important;background-size:20px 20px!important;font-family:Figtree,sans-serif!important;font-size:18px!important;font-weight:500!important;line-height:140%!important;letter-spacing:1px!important;color:#000!important;text-transform:none!important}[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post,[class*=layout-item],[class*=feed-item]) :is(.instafeed-title,.instafeed-caption,[class*=title],[class*=caption],[class*=name]){position:absolute!important;left:18px!important;bottom:48px!important;z-index:4!important;display:block!important;width:auto!important;max-width:calc(100% - 36px)!important;margin:0!important;padding:0!important;background:none!important;color:#fff!important;font-family:Figtree,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:0!important;text-align:left!important;text-transform:none!important}[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post,[class*=layout-item],[class*=feed-item]) :is(.instafeed-title,.instafeed-caption,[class*=title],[class*=caption],[class*=name]):before,[id*=__17822767234dd3e542] :is(.instafeed-new-layout-item,.instafeed-item,.instafeed-post,[class*=layout-item],[class*=feed-item]) :is(.instafeed-title,.instafeed-caption,[class*=title],[class*=caption],[class*=name]):after{content:none!important}.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:100%;width:100%;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:100%;max-height:80vh;overflow:hidden;border-radius:12px 12px 0 0;transform:translate(-50%);display:flex;flex-direction:column}.variant-popup.is-open .variant-popup__panel{transform:translate(-50%)}.variant-popup__body{display:flex;flex-direction:column;gap:0;flex:1;padding:0;overflow-y:auto}.variant-popup__gallery{height:auto;flex-shrink:0}.variant-popup__dots{display:flex}.variant-popup__gallery-img{padding:0;object-fit:cover}.variant-popup__details{flex:none;height:auto;min-height:0;gap:.6rem;padding:16px 16px 48px;overflow:visible}.variant-popup__product-title{font-size:1rem;font-weight:600;line-height:1.35;padding-right:0}.variant-popup__price-range{display:flex;align-items:baseline;gap:.5rem;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:.8rem}.variant-popup__swatches{gap:10px}.variant-popup__swatch{width:28px;height:28px}.variant-popup__pills{gap:.5rem}.variant-popup__pill{border-radius:0;padding:.5rem .75rem;font-size:.8rem;border:1px solid #40484F}.variant-popup__qty-row{margin-top:0;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:100%;margin:10px 0 0;padding:14px 1rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;border-radius:4px}[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;position:relative;overflow:hidden}.product-card__size-pill.is-disable{color:#8f9aa3;border-color:#cbd3d9}.product-card__size-pill svg{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.product-card__size-pill.is-disable svg{display:block}.pdp-ymal__swiper .swiper-slide{height:auto;align-self:stretch}.pdp-ymal__swiper .swiper-slide .product-card{height:100%}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card.css.map */
