:root{--color-primary: #000000;--color-background: #FBF9F8;--color-accent-pink: #f8c8d8;--color-accent-nude: #e6c5b9;--color-text-main: #111111;--color-text-light: #555555;--color-border: #eeeeee;--font-heading: "Montserrat", sans-serif;--font-body: "Poppins", sans-serif;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1) }*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--color-text-main);background-color:var(--color-background);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}p,span,a,li{font-family:var(--font-body)}#MainContent,main[role=main]{padding-top:0!important;margin-top:0!important}.shopify-section{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}#MainContent>.shopify-section:first-child{margin-top:0!important;padding-top:0!important}ul{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:50px;cursor:pointer;transition:var(--transition-smooth);border:1px solid transparent}.btn-primary{background-color:var(--color-primary);color:var(--color-background)}.btn-primary:hover{background-color:var(--color-accent-pink);color:var(--color-primary)}.announcement-bar{background-color:var(--color-primary);color:#fff;font-size:.75rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;padding:10px 0;text-align:center;overflow:hidden;position:relative;height:38px;z-index:101}.announcement-slider{position:relative;height:100%;display:flex;justify-content:center;align-items:center}.announcement-slide{position:absolute;width:100%;opacity:0;transform:translateY(10px);transition:all .5s ease-in-out}.announcement-slide.active{opacity:1;transform:translateY(0)}.mz-header{background:#fff;position:relative;width:100%;left:0;top:0;z-index:999;border-bottom:1px solid #eaeaea;transition:background .35s ease,box-shadow .35s ease}.mz-header.is-scrolled{background:#fff;box-shadow:0 2px 16px #0000001a}.mz-header--solid{background:#000!important}.mz-header__inner{max-width:1600px;margin:0 auto;padding:8px 32px;min-height:68px;height:auto;display:flex;align-items:center;gap:20px;position:relative}.mz-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0;z-index:10;transition:opacity .3s ease}.mz-header.search-active .mz-hamburger{opacity:0;pointer-events:none}.mz-hamburger__bar{display:block;width:24px;height:2px;background:#000;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.mz-logo{flex-shrink:0;transition:opacity .3s ease,transform .3s ease;z-index:10}.mz-header.search-active .mz-logo{opacity:0;pointer-events:none;visibility:hidden;position:absolute;transform:translate(-12px)}.mz-logo a{display:flex;align-items:center;text-decoration:none}.mz-logo__text{font-family:var(--font-heading);font-size:1.6rem;font-weight:900;color:#000;letter-spacing:3px;text-transform:uppercase}.mz-logo img{display:block;object-fit:contain}.mz-nav{flex:1;display:flex;justify-content:center}.mz-nav__list{display:flex;gap:clamp(12px,2vw,28px);list-style:none;margin:0;padding:0}.mz-nav__item{position:static}.mz-nav__link{font-family:var(--font-heading);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#000000d9;text-decoration:none;padding:4px 0;position:relative;transition:color .25s ease}.mz-nav__link:hover{color:#000}.mz-header__inner{overflow:visible}.mz-mega-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 12px 32px #0000001f;padding:32px 40px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s ease;z-index:300;border-top:3px solid #000}.mz-nav__item.has-mega:hover .mz-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mz-mega-menu__grid{display:flex;justify-content:center;gap:28px;max-width:1200px;margin:0 auto}.mz-mega-item{text-align:center;text-decoration:none;color:inherit;width:110px;transition:transform .2s ease}.mz-mega-item:hover{transform:translateY(-4px)}.mz-mega-item__img-wrap{width:100%;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#f5f5f5;margin-bottom:10px}.mz-mega-item__img-wrap img{width:100%;height:100%;object-fit:cover}.mz-mega-item__title{font-size:.8rem;font-weight:700;color:#111;margin:0}.mz-header__right{display:flex;align-items:center;gap:16px;flex-shrink:0;margin-left:auto}.mz-icon-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#000000d9;padding:4px;border-radius:6px;transition:color .2s ease,transform .2s ease;text-decoration:none;position:relative;flex-shrink:0}.mz-icon-btn:hover{color:#000;transform:translateY(-2px)}.mz-cart-count{position:absolute;top:-5px;right:-7px;background:var(--color-accent-pink);color:#000;font-size:.6rem;font-weight:800;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.mz-search{display:flex;align-items:center;position:relative}.mz-search__bar{display:flex;align-items:center;width:0;overflow:hidden;transition:width .4s cubic-bezier(.25,1,.5,1),opacity .3s ease;opacity:0;background:#f4f4f4;border-radius:30px;padding:0}.mz-header.search-active .mz-search__bar{width:400px;max-width:100%;opacity:1;padding:4px 16px;margin-right:12px}@media(max-width:768px){.mz-header.search-active .mz-search__bar{width:250px;max-width:calc(100vw - 160px);flex-shrink:1}}.mz-header.search-active .mz-logo,.mz-header.search-active .mz-nav{opacity:0;pointer-events:none;visibility:hidden;position:absolute;transform:translate(-20px);transition:opacity .3s ease,transform .3s ease}.mz-search__input{flex:1;background:transparent;border:none;border-bottom:1.5px solid rgba(0,0,0,.2);color:#000;font-family:var(--font-body);font-size:1rem;font-weight:400;padding:6px 12px 6px 0;outline:none;transition:border-color .2s ease;min-width:0}.mz-search__input::placeholder{color:#0006}.mz-search__input:focus{border-bottom-color:var(--color-accent-pink)}.mz-search__close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#00000080;padding:4px 8px;transition:color .2s ease;flex-shrink:0}.mz-search__close:hover{color:#000}.mz-search-dropdown{position:fixed;top:68px;left:0;width:100%;background:#fff;box-shadow:0 12px 40px #00000024;z-index:190;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease}.mz-search-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mz-search-dropdown__inner{max-width:1200px;margin:0 auto;padding:28px 40px 32px}.mz-search-dropdown__section{margin-bottom:28px}.mz-search-dropdown__section:last-child{margin-bottom:0}.mz-search-dropdown__label{display:flex;align-items:center;gap:6px;font-family:var(--font-heading);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:#888;margin-bottom:14px}.mz-trending-tags{display:flex;flex-wrap:wrap;gap:10px}.mz-tag{background:#f4f4f4;color:#111;border:1.5px solid #e8e8e8;border-radius:50px;padding:8px 20px;font-family:var(--font-body);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.mz-tag:hover{background:#000;border-color:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.mz-category-rings{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.mz-category-ring{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;flex-shrink:0;transition:transform .2s ease}.mz-category-ring:hover{transform:translateY(-4px)}.mz-category-ring__circle{width:72px;height:72px;border-radius:50%;overflow:hidden;border:2.5px solid #000;padding:2px;background:#fff;box-shadow:0 2px 12px #0000001a;transition:border-color .2s ease,box-shadow .2s ease}.mz-category-ring:hover .mz-category-ring__circle{border-color:var(--color-accent-pink);box-shadow:0 4px 20px #f8c8d880}.mz-category-ring__circle img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.mz-category-ring__label{font-family:var(--font-body);font-size:.72rem;font-weight:700;color:#222;text-align:center;white-space:nowrap}.mz-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:180;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mz-overlay.is-visible{opacity:1;visibility:visible}.mz-mobile-nav{position:fixed;top:0;left:0;width:min(320px,88vw);height:100%;background:#111;z-index:250;transform:translate(-100%);transition:transform .38s cubic-bezier(.4,0,.2,1),visibility .38s cubic-bezier(.4,0,.2,1);overflow-y:auto;overscroll-behavior:contain;visibility:hidden;pointer-events:none}.mz-mobile-nav.is-open{transform:translate(0);visibility:visible;pointer-events:auto}.mz-mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgba(255,255,255,.08)}.mz-mobile-nav__title{font-family:var(--font-heading);font-size:.9rem;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#fff}.mz-mobile-nav__close{background:none;border:none;cursor:pointer;color:#ffffffb3;display:flex;align-items:center;justify-content:center;padding:4px;transition:color .2s ease}.mz-mobile-nav__close:hover{color:#fff}.mz-mobile-nav__list{list-style:none;margin:0;padding:0}.mz-mobile-nav__item{border-bottom:1px solid rgba(255,255,255,.06)}.mz-mobile-nav__accordion,.mz-mobile-nav__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 20px;background:none;border:none;text-align:left;color:#ffffffd9;text-decoration:none;cursor:pointer;font-family:var(--font-body);font-size:.95rem;font-weight:600;transition:transform .2s ease,opacity .2s ease}.mz-mobile-nav__accordion:hover,.mz-mobile-nav__link:hover{color:#fff;background:#ffffff0a}.mz-mobile-nav__row{display:flex;align-items:center;gap:14px}.mz-mobile-nav__thumb{width:38px;height:38px;border-radius:8px;object-fit:cover;flex-shrink:0}.mz-mobile-nav__thumb--placeholder{background:#ffffff14}.mz-accordion-chevron{transition:transform .3s ease;flex-shrink:0;opacity:.5}.mz-mobile-nav__item.is-expanded .mz-accordion-chevron{transform:rotate(180deg)}.mz-mobile-nav__sub{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease-out;background:#ffffff08}.mz-mobile-nav__item.is-expanded .mz-mobile-nav__sub{display:block}.mz-mobile-nav__sub li a{display:block;padding:11px 20px 11px 72px;color:#ffffff8c;text-decoration:none;font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.04);transition:color .2s ease}.mz-mobile-nav__sub li a:hover{color:#ffffffe6}.mz-mobile-nav__sub li:last-child a{border-bottom:none}@media(max-width:989px){.mz-nav{display:none}}@media(max-width:768px){.mz-header__inner{padding:6px 16px;min-height:60px;height:auto;display:grid;grid-template-columns:44px 1fr auto;gap:0}.mz-search-dropdown{top:60px}.mz-hamburger{display:flex;justify-self:start;align-self:center}.mz-logo{justify-self:center;align-self:center}.mz-nav{display:none}.mz-header__right{margin-left:0;justify-self:end;align-self:center;gap:8px}.mz-icon-btn svg{width:20px;height:20px}.mz-header.search-active .mz-search__bar{width:calc(100vw - 48px)}#mzAccountIcon{display:flex}.mz-search-dropdown__inner{padding:20px 16px 24px}.mz-category-ring__circle{width:60px;height:60px}}@media(max-width:480px){.mz-header__inner{grid-template-columns:40px 1fr auto}.mz-logo__text{font-size:1.25rem}.mz-tag{padding:6px 14px;font-size:.78rem}}@media(max-width:375px){.mz-icon-btn svg{width:18px;height:18px}.mz-header__right{gap:6px}.mz-coins-badge-text{display:none!important}.mz-coins-header-badge{padding:4px!important;margin-right:0!important}.mz-coins-header-badge svg{margin-right:0!important}}.mega-header,.header-container,.mobile-nav-panel,.mobile-nav-overlay{display:none}.hero-slideshow{position:relative;width:100%;aspect-ratio:16 / 5;max-height:580px;overflow:hidden;background-color:#000;margin-bottom:0}.hero-slider-container{width:100%;height:100%;position:relative}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.is-active{opacity:1;z-index:1}.hero-slide__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;z-index:1}.hero-slide__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px;background:#0000004d}.hero-slide__heading{color:#fff;font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;text-shadow:0 4px 16px rgba(0,0,0,.4)}.hero-slide__subtitle{color:#fff;font-size:1.25rem;font-weight:500;margin-bottom:36px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.hero-slide__btn{margin-top:8px}.hero-dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.hero-dot{width:24px!important;height:24px!important;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;padding:0;transition:transform .3s ease}.hero-dot.is-active,.hero-dot:hover{background:#fff;border-color:#fff;transform:scale(1.2)}.slider-container{width:100%;height:100%;position:relative}.slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1;z-index:1}.slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;z-index:1}.slide:before{display:none}.slide-content,.slider-dots{display:none}.section-heading{text-align:center;font-size:2.5rem;font-weight:800;margin:30px 0 20px;letter-spacing:-.5px}.worth-hype-section{max-width:1400px;margin:0 auto 24px;padding:0 20px}.worth-hype-container{display:flex;gap:30px}.best-sellers-hero{flex:0 0 38%;background-color:#eeaebd;border-radius:16px;padding:12px;display:flex;flex-direction:column;position:relative;overflow:hidden;align-self:stretch}.best-sellers-image{border-radius:12px;overflow:hidden;background:#f2e3fc;width:100%;height:100%}.best-sellers-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease-in-out}.best-sellers-content{position:absolute;bottom:12px;left:12px;right:12px;background-color:inherit;padding:8px 12px;border-radius:0 0 12px 12px;display:flex;flex-direction:column;align-items:flex-start;transform:translateY(calc(100% + 12px));opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .4s ease-in-out;z-index:2}.best-sellers-hero:hover .best-sellers-content{transform:translateY(0);opacity:1;pointer-events:auto}.best-sellers-content h3{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:4px;letter-spacing:-.5px;text-align:left}.best-sellers-content .btn-white{background-color:#fff;padding:5px 16px;font-size:.75rem;font-weight:700;border-radius:50px;color:#eeaebd;display:inline-block;transition:all .3s ease;text-decoration:none}.best-sellers-content .btn-white:hover{color:#000;transform:translateY(-2px)}@media(max-width:1200px){.best-sellers-content h3{font-size:1.1rem;margin-bottom:4px}.best-sellers-content .btn-white{padding:4px 12px;font-size:.7rem}.best-sellers-content{padding:8px 10px}}@media(max-width:992px){.best-sellers-content h3{font-size:1rem;margin-bottom:3px}.best-sellers-content .btn-white{padding:4px 10px;font-size:.65rem}.best-sellers-content{padding:6px 8px}}.worth-hype-content{flex:1;display:flex;flex-direction:column;min-width:0}.worth-hype-title{font-size:2.8rem;font-weight:800;color:#c93b58;margin-bottom:24px;letter-spacing:-.5px}.worth-hype-products{display:flex;gap:14px;overflow-x:auto;padding-bottom:16px;scrollbar-width:none}.wth-product{flex:0 0 calc(22% - 12px);min-width:200px;max-width:240px;border:none}.wth-product .product-image-wrapper{background-color:transparent;border:none;aspect-ratio:1;margin-bottom:8px}.wth-product .product-image-wrapper img{mix-blend-mode:normal;object-fit:cover;width:100%;height:100%}.wth-btn{background-color:#f4dce0;color:#c93b58;font-size:.85rem;font-weight:800;padding:10px;border-radius:8px}.wth-btn:hover{background-color:#c93b58;color:#fff}.wth-product .product-swatches{display:flex;gap:6px;justify-content:center;margin-bottom:16px;min-height:20px;align-items:center}.wth-swatch{width:18px;height:18px;border-radius:50%;display:inline-block;border:2px solid #fff;box-shadow:0 0 0 1px #e5e7eb;cursor:pointer}.wth-swatch.active{box-shadow:0 0 0 1px #000}.mobile-only{display:none!important}.desktop-only{display:flex!important}.mobile-dots{display:none;text-align:center;margin-top:16px;width:100%}.desktop-mobile-dots{display:block;text-align:center;margin-top:24px;width:100%;height:8px;margin-bottom:24px;box-sizing:content-box}.slider-dot{display:inline-block;width:24px;height:8px;background-color:#d1d5db;border-radius:50px;margin:0 4px;opacity:.45;transform:scaleX(.33);transform-origin:center;transition:transform .3s ease,opacity .3s ease;cursor:pointer}.slider-dot.active{background-color:#4b5563;opacity:1;transform:scaleX(1)}.curate-section{max-width:1400px;margin:24px auto;padding:0 20px}.curate-section .section-heading{font-family:Playfair Display,Inter,Poppins,serif!important}.curate-grid{display:flex;gap:30px;overflow:visible;padding-bottom:20px;cursor:default}.curate-grid::-webkit-scrollbar{display:none}.curate-grid.active-drag{cursor:default}.curate-card{flex:1;min-width:0;display:block;position:relative;border-radius:20px;border:8px solid;text-align:center;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;overflow:hidden;text-decoration:none!important}.curate-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;text-decoration:none!important}.curate-image{width:100%;aspect-ratio:1;overflow:hidden;display:block}.curate-image img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.curate-label{position:absolute;bottom:0;left:0;right:0;font-size:1.5rem;font-weight:800;padding:12px 0;text-transform:capitalize;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .4s ease-in-out;z-index:2;text-decoration:none!important}.curate-card:hover .curate-label{transform:translateY(0);opacity:1;pointer-events:auto}@media(max-width:1200px){.curate-label{font-size:1.25rem;padding:8px 0}}@media(max-width:992px){.curate-label{font-size:1rem;padding:6px 0}}.face-card{border-color:#ffe499}.face-card .curate-label{background-color:#ffe499;color:#b8860b}.lips-card{border-color:#ffb6c1}.lips-card .curate-label{background-color:#ffb6c1;color:#d1476d}.eyes-card{border-color:#b3d4ff}.eyes-card .curate-label{background-color:#b3d4ff;color:#4a7ab5}.tools-card{border-color:plum}.tools-card .curate-label{background-color:plum;color:#8e4a8e}.collection-section{width:100%;margin-bottom:32px}.collection-banner{width:100%;max-width:1400px;margin:0 auto 40px;border-radius:20px;overflow:hidden;height:auto;position:relative}.twilight-banner,.hp-banner{cursor:pointer}.banner-img{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;position:relative!important}.banner-hover-panel{position:absolute;top:0;right:0;width:35%;height:100%;transform:translate(100%);transition:transform .45s cubic-bezier(.25,.8,.25,1);background:linear-gradient(135deg,#002b36eb,#01141ef5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;border-radius:0 20px 20px 0;z-index:5}.twilight-banner:hover .banner-hover-panel,.hp-banner:hover .banner-hover-panel{transform:translate(0)}.hp-panel{background:linear-gradient(135deg,#1e1405eb,#503205f5)!important}.hp-panel .bhp-tag{color:gold!important}.hp-panel .bhp-title span{color:gold!important;font-style:normal}.hp-panel .bhp-btn:hover{color:#3d2b00!important}.bhp-inner{padding:40px 48px;text-align:right;color:#fff}.bhp-tag{font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#80deea;margin-bottom:16px}.bhp-title{font-size:2.4rem;font-weight:800;line-height:1.1;margin-bottom:16px;color:#fff}.bhp-title span{color:#80deea;font-style:italic}.bhp-desc{font-size:1rem;line-height:1.6;color:#ffffffd9;margin-bottom:32px;font-weight:400}.bhp-btn{display:inline-flex;background-color:#ffffff26;border:1.5px solid rgba(255,255,255,.7);color:#fff;padding:12px 32px;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bhp-btn:hover{background-color:#fff;color:#002b36;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1400px;margin:0 auto;padding:0 20px}.product-card{text-align:center;display:flex;flex-direction:column;align-items:center;cursor:pointer}.product-image-wrapper{width:100%;aspect-ratio:1;background-color:#fcfcfc;border-radius:12px;overflow:hidden;margin-bottom:16px;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;mix-blend-mode:normal}.product-title{font-size:.85rem;font-weight:700;margin-bottom:8px;line-height:1.4;height:38px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-rating{color:gold;font-size:.9rem;margin-bottom:8px}.product-price{font-weight:800;font-size:.95rem;margin-bottom:12px}.original-price{text-decoration:line-through;color:#999;font-size:.85rem;margin-left:8px;font-weight:500}.product-swatches{display:flex;gap:6px;justify-content:center;margin-bottom:20px;min-height:20px}.swatch{width:16px;height:16px;border-radius:50%;border:1px solid #ddd}.btn-add-to-cart{width:100%;max-width:240px;border-radius:8px;padding:12px;color:#fff;margin-top:auto}.hp-btn{background-color:#fca5a5}.hp-btn:hover{background-color:#f87171}.twilight-btn{background-color:#93c5fd}.twilight-btn:hover{background-color:#60a5fa}.more-to-love-section{max-width:100%;margin:24px 0;overflow:hidden;position:relative;padding-bottom:10px}.mtl-carousel{position:relative;width:100%;display:flex;align-items:center;justify-content:center;max-width:1400px;margin:0 auto}.mtl-track-container{width:100%;overflow:hidden;padding:30px 0}.mtl-track{display:flex;transition:transform .5s ease-in-out;align-items:center}.mtl-card{flex:0 0 calc(20% - 30px);min-width:200px;margin:0 15px;transition:all .5s cubic-bezier(.25,.8,.25,1);opacity:.6;transform:scale(.85);text-align:center;cursor:pointer}.mtl-card.active{opacity:1;transform:scale(1.15);z-index:2}.mtl-card .mtl-image-wrapper{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;margin-bottom:15px;position:relative;background-color:#fcfcfc;box-shadow:0 4px 10px #0000000d}.mtl-card.active .mtl-image-wrapper{box-shadow:0 8px 20px #0000001a}.mtl-card .mtl-image-wrapper img{width:100%;height:100%;object-fit:cover}.mtl-card:nth-child(5n+1) .mtl-image-wrapper{background-color:#d1f2eb}.mtl-card:nth-child(5n+2) .mtl-image-wrapper{background-color:#f5eef8}.mtl-card:nth-child(5n+3) .mtl-image-wrapper{background-color:#e8daef}.mtl-card:nth-child(5n+4) .mtl-image-wrapper{background-color:#fdedec}.mtl-card:nth-child(5n+5) .mtl-image-wrapper{background-color:#ebdef0}.mtl-nav-btn{position:absolute;top:40%;transform:translateY(-50%);background:#ffffffe6;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:10;transition:all .3s}.mtl-carousel-prev{left:10px}.mtl-carousel-next{right:10px}.mtl-nav-btn:hover{background:#fff;box-shadow:0 4px 12px #00000040;transform:translateY(-50%) scale(1.05)}.mtl-card .product-title{font-size:.9rem;font-weight:700;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:38px}.mtl-card .product-rating{font-size:.8rem;color:gold;margin-bottom:6px}.mtl-card .product-price{font-size:.9rem;font-weight:800}.reviews-section{max-width:1400px;margin:32px auto;padding:0 20px}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:24px}.bento-item{border-radius:40px;overflow:hidden;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;min-height:400px}.image-item{padding:0}.image-item img{width:100%;height:100%;object-fit:cover}.review-item{background-color:#f5f5f5}.white-bg{background-color:#fdfdfd;border:1px solid #eee}.hot-pink-bg{background-color:#ff1493;color:#fff}.light-pink-bg{background-color:#f8c8d8}.wide-item{grid-column:span 2}.review-date{border:1px solid currentColor;border-radius:20px;padding:6px 16px;font-size:.75rem;margin-bottom:24px;display:inline-block;font-weight:600}.review-title{font-size:1.5rem;font-weight:800;margin-bottom:12px}.review-text{font-size:1.1rem;line-height:1.6;margin-bottom:30px;font-weight:500}.review-rating{margin-bottom:30px;font-size:1.25rem}.white-bg .review-rating{color:#ccc}.hot-pink-bg .review-rating,.light-pink-bg .review-rating{color:#fff}.btn-black{background-color:#000;color:#fff}.btn-black:hover{background-color:#333}.btn-white{background-color:#fff;color:#000}.btn-white:hover{background-color:#eee}.review-item .btn-shop{border:none;border-radius:50px;padding:12px 32px;font-weight:800;text-transform:uppercase;font-size:.85rem;transition:transform .2s;cursor:pointer;text-decoration:none;display:inline-block}.review-item .btn-shop:hover{transform:scale(1.05)}.values-section{margin:32px 0}.pureglam-banner{background-color:#ff6b6b;padding:50px 20px;overflow:hidden;position:relative}.pureglam-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative}.pureglam-image{width:600px;height:400px;border-radius:40px;overflow:hidden;z-index:2;box-shadow:0 20px 40px #0003}.pureglam-image img{width:100%;height:100%;object-fit:cover}.pureglam-text{font-size:7vw;font-weight:800;color:#fff;position:absolute;white-space:nowrap;z-index:1}.left-text{right:50%;padding-right:15%}.right-text{left:50%;padding-left:15%}.sub-heading{text-align:center;font-size:2rem;font-weight:800;margin:32px 0 24px}.core-values-wrapper{position:relative;max-width:1400px;margin:0 auto}.core-values-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:40px;padding:0 20px;scrollbar-width:none}.core-values-grid::-webkit-scrollbar{display:none}.value-item{flex:0 0 calc(25% - 30px);scroll-snap-align:start;text-align:center;padding:20px}.value-item img{width:60px;height:60px;margin-bottom:24px}.value-item h4{font-size:1.1rem;font-weight:800;margin-bottom:16px}.value-item p{font-size:.85rem;line-height:1.6;color:#555}.press-section{max-width:1400px;margin:32px auto 40px;padding:0 20px}.press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.press-card{border:1px solid #eaeaea;border-radius:40px;padding:60px 40px;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.press-logo{font-size:2.5rem;font-weight:900;letter-spacing:-1px;margin-bottom:40px}.glamour{font-family:serif;letter-spacing:2px}.www{letter-spacing:4px}.press-quote{font-size:1.05rem;line-height:1.6;color:#555;margin-bottom:40px;flex-grow:1}.press-author{font-size:.9rem;color:#999}.mega-footer{background-color:#000;color:#fff;padding:80px 40px 40px}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}.footer-column h4{font-size:1.1rem;font-weight:800;margin-bottom:24px}.newsletter-col p{font-size:.85rem;margin-bottom:20px;color:#ccc}.newsletter-form{display:flex;margin-bottom:16px}.newsletter-form input{flex-grow:1;padding:14px 16px;background-color:#222;border:1px solid #333;color:#fff;border-radius:8px 0 0 8px;outline:none;font-family:inherit}.newsletter-form button{background-color:#fff;color:#000;border:none;padding:0 24px;border-radius:0 8px 8px 0;font-weight:700;cursor:pointer;text-transform:uppercase}.disclaimer{font-size:.65rem!important;color:#666!important;line-height:1.4}.links-col ul li{margin-bottom:16px}.links-col ul a{color:#aaa;font-size:.9rem;transition:color .3s ease}.links-col ul a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #333;padding-top:40px}.footer-social{display:flex;gap:20px}.footer-social a{font-size:1.5rem;color:#fff;transition:color .3s ease}.footer-social a:hover{color:var(--color-accent-pink)}.footer-bottom-middle{text-align:center}.footer-logo{font-size:2rem;font-weight:900;letter-spacing:2px;margin-bottom:10px}.footer-copyright{font-size:.75rem;color:#888}.footer-payment{display:flex;align-items:center;gap:12px;font-size:.8rem}.payment-icon{background-color:#fff;color:#000;padding:4px 8px;border-radius:4px;font-weight:700;font-size:.7rem}.country-selector{display:flex;align-items:center;margin-left:20px;cursor:pointer}.pslider-wrapper{position:relative;display:flex;align-items:center;max-width:1400px;margin:0 auto;padding:0 20px 40px}.pslider-track-container{overflow:hidden;width:100%}.pslider-track{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;padding-bottom:16px;cursor:grab}.pslider-track::-webkit-scrollbar{display:none}.pslider-track.active-drag{cursor:grabbing;scroll-behavior:auto}.pslider-card{flex:0 0 calc(25% - 18px);min-width:0;pointer-events:auto}.curate-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow:visible!important;gap:30px;cursor:default!important}.curate-grid.active-drag{cursor:default!important}.worth-hype-products{cursor:grab}.worth-hype-products.active-drag{cursor:grabbing;scroll-behavior:auto}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;font-size:1.6rem;color:#000;padding:4px}.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:200}.mobile-nav-panel{position:fixed;top:0;left:0;width:280px;height:100%;background:#fff;z-index:201;padding:60px 32px 32px;transform:translate(-100%);transition:transform .4s ease;overflow-y:auto}.mobile-nav-panel.open{transform:translate(0)}.mobile-nav-overlay.open{display:block}.mobile-nav-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer}.mobile-nav-panel ul{list-style:none;padding:0;margin:0}.mobile-nav-panel ul li{border-bottom:1px solid #f0f0f0}.mobile-nav-panel ul li a{display:block;padding:16px 0;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#111;text-decoration:none;transition:color .2s}.mobile-nav-panel ul li a:hover{color:#f8c8d8}@media(max-width:1024px){.header-container{padding:0 20px;grid-template-columns:auto 1fr auto}.main-nav{display:none}.hamburger-btn{display:flex}.logo{text-align:left;margin-left:12px}.slide-content h2{font-size:3.5rem}.curate-grid{grid-template-columns:repeat(2,1fr)}.pslider-card{flex:0 0 calc(33.33% - 16px)}.bento-grid{grid-template-columns:repeat(2,1fr)}.wide-item{grid-column:span 1}.pureglam-image{width:400px;height:300px}.value-item{flex:0 0 calc(33.33% - 26px)}.press-grid{grid-template-columns:repeat(2,1fr);gap:20px}.footer-top{grid-template-columns:repeat(3,1fr)}.banner-hover-panel{width:45%}.bhp-title{font-size:2rem}.collection-banner{height:auto}}@media(max-width:768px){.header-container{height:64px;padding:0 16px;display:flex;justify-content:space-between;align-items:center}.hamburger-btn{display:flex;order:-1}.logo{position:absolute;left:50%;transform:translate(-50%);margin:0;text-align:center}.logo a{font-size:1.6rem}.header-icons{gap:16px;margin-left:auto}.hero-slideshow{aspect-ratio:auto;height:75vh;min-height:450px}.slide-content h2{font-size:2.2rem}.slide-content p{font-size:.9rem;margin-bottom:24px}.slide-content{padding:0 16px}.mobile-only{display:flex!important}.desktop-only{display:none!important}.mobile-dots{display:block}.worth-the-hype,.worth-the-hype-section,.worth-hype-section{margin:32px 0!important;padding:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.worth-hype-container{flex-direction:column;padding:0!important;margin:0!important;width:100%!important;box-sizing:border-box!important}.best-sellers-hero{display:none}.worth-hype-content{flex:1;width:100%!important;overflow:hidden;padding:0!important;margin:0!important;box-sizing:border-box!important}.worth-hype-title{font-size:2rem;color:#000;text-align:center;margin-bottom:24px}.worth-hype-products{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0!important;padding:0!important;margin:0!important;width:100%!important;box-sizing:border-box!important;padding-bottom:8px}.worth-hype-products::-webkit-scrollbar{display:none}.mobile-wth-banner{display:flex!important;flex:0 0 100%!important;scroll-snap-align:center;border-radius:0!important;padding:0!important;margin:0!important;overflow:hidden;flex-direction:column!important;align-items:stretch!important}.wth-banner-img{width:100%!important;aspect-ratio:1.1!important;margin:0!important;padding:0!important;display:block!important}.wth-banner-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.wth-banner-text{padding:24px!important;width:100%!important;box-sizing:border-box!important;margin:0!important;flex:1!important}.wth-banner-text h3{font-size:1.6rem;font-weight:800;margin-bottom:8px}.wth-banner-text p{font-size:.95rem;color:#fff;margin-bottom:20px}.wth-banner-btn{color:#fff;padding:12px 32px;border-radius:50px;font-size:.9rem;display:inline-block}.wth-dots{margin-top:-30px;z-index:10;position:relative}.wth-dots .slider-dot{background-color:#ffffff80}.wth-dots .slider-dot.active{background-color:#fff}.curate-section{margin:32px auto}.curate-grid{display:flex;overflow-x:auto;scrollbar-width:none;gap:16px;padding-bottom:12px}.curate-grid::-webkit-scrollbar{display:none}.curate-card{flex:0 0 calc(50% - 8px);min-width:160px}.curate-label{font-size:1.1rem}.section-heading{font-size:1.8rem;margin:40px 0 24px}.collection-banner{height:auto;display:flex;flex-direction:column;border-radius:20px;overflow:hidden}.hp-banner{background-color:#8c1c13}.twilight-banner{background-color:#1a1a2e}.collection-banner .banner-img{height:auto!important;max-height:none!important;width:100%!important;object-fit:cover!important}.banner-hover-panel{display:none!important}.bhp-inner{padding:0;text-align:left}.bhp-tag{display:none}.bhp-title{font-size:1.8rem;margin-bottom:8px}.bhp-desc{display:block;font-size:1rem;margin-bottom:20px}.bhp-btn{background-color:#fff;color:#000;padding:12px 28px}.pslider-wrapper{padding:0 8px 32px}.pslider-card{flex:0 0 calc(50% - 12px)}.pslider-btn{width:36px;height:36px;font-size:.9rem}.pslider-prev{margin-right:6px}.pslider-next{margin-left:6px}.mtl-track{margin-left:-4%}.mtl-card{flex:0 0 calc(36% - 30px);min-width:0}.mtl-carousel-prev{left:4px}.mtl-carousel-next{right:4px}.reviews-slider-wrapper{position:relative}.bento-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:10px;scrollbar-width:none}.bento-grid::-webkit-scrollbar{display:none}.bento-item{flex:0 0 100%;scroll-snap-align:center;min-height:300px;border-radius:24px;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center}.review-item .btn{margin-top:auto}.wide-item{grid-column:auto}.review-text{font-size:.95rem}.pureglam-image{width:260px;height:200px}.pureglam-text{font-size:11vw}.left-text{right:auto;padding-right:0;top:8%}.right-text{left:auto;padding-left:0;bottom:8%}.value-item{flex:0 0 calc(100% - 40px);margin:0 20px;padding:24px 0}.press-grid{grid-template-columns:1fr;gap:16px}.press-card{border-radius:24px;padding:40px 28px}.press-logo{font-size:1.8rem}.mega-footer{padding:48px 20px 32px}.footer-top{grid-template-columns:1fr;text-align:center;gap:32px}.newsletter-form{flex-direction:column;gap:10px}.newsletter-form input{border-radius:8px}.newsletter-form button{border-radius:8px;padding:12px}.footer-bottom{flex-direction:column;align-items:center;gap:24px;text-align:center}.country-selector{margin-left:0;justify-content:center;margin-top:12px}.footer-logo{font-size:1.5rem}}@media(max-width:480px){.slide-content h2{font-size:1.8rem}.logo a{font-size:1.3rem}.wth-product{flex:0 0 calc(70% - 8px)}.pslider-card{flex:0 0 calc(70% - 12px)}.mtl-card{flex:0 0 calc(70% - 30px)}.collection-banner{height:180px}.bhp-title{font-size:1rem}.curate-grid{grid-template-columns:repeat(2,1fr);gap:10px}.curate-label{font-size:.95rem}}.hero-slideshow .slide img,.hero-slide__img{width:100%;height:auto;object-fit:contain;display:block}@media(max-width:768px){.hero-slideshow,.worth-the-hype-section,.curate-section,.collection-banner,.more-to-love-section,.reviews-section,.values-section,.press-section,.join-party-section,.moraze-story-section{margin-top:24px!important;margin-bottom:24px!important}.hero-slideshow{height:320px!important;max-height:320px!important;overflow:hidden;margin-top:0!important;margin-bottom:12px!important}.hero-slider-container{display:grid!important;grid-template-columns:1fr;grid-template-rows:1fr;height:100%!important}.hero-slide{position:relative!important;grid-area:1 / 1 / 2 / 2;height:100%!important;min-height:unset!important;overflow:hidden}.hero-slideshow .slide img,.hero-slide__img{position:absolute!important;top:50%;left:50%;transform:translate(-50%,-50%);height:100%!important;width:100%!important;object-fit:cover!important;background-color:transparent!important;display:block}.hero-slideshow .slide-content h2,.hero-slide__heading{font-size:2.5rem}.reviews-slider-track .review-item{padding:20px!important;flex:0 0 85%!important}.join-party-section{padding:30px 15px!important}.join-party-section .section-heading{font-size:2rem!important}.newsletter-form{flex-direction:column;border:none!important;border-radius:0!important}.newsletter-form input{border-radius:50px!important;border:1px solid #ccc!important;margin-bottom:10px}.newsletter-form button{border-radius:50px!important}.moraze-story-section{padding:40px 15px!important;border-radius:20px!important}.moraze-story-section .section-heading{font-size:2rem!important}.moraze-story-section .story-content{font-size:1rem!important}}@media(max-width:768px){.join-party-container,.moraze-story-container{flex-direction:column!important}.logo a{font-size:1.3rem}.wth-product{flex:0 0 calc(70% - 8px)}.pslider-card{flex:0 0 calc(70% - 12px)}.mtl-card{flex:0 0 calc(70% - 30px)}.collection-banner{height:180px}.bhp-title{font-size:1rem}.curate-grid{grid-template-columns:repeat(2,1fr);gap:10px}.curate-label{font-size:.95rem}}.hero-slideshow{width:100%;position:relative;overflow:hidden}.hero-slideshow .slide img{width:100%;height:70vh;object-fit:cover}.hero-slideshow .slide-content h2{font-size:4rem;font-weight:900;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.1;margin-bottom:20px}.hero-slideshow .slide-content .btn-primary{background-color:#ff4d85;color:#fff;border:none;padding:16px 40px;font-size:1.1rem;font-weight:700;border-radius:50px;text-transform:uppercase}.hero-slideshow .slide-content .btn-primary:hover{background-color:#e63e70}.reviews-slider-track::-webkit-scrollbar{display:none}@media(max-width:768px){.hero-slideshow,.worth-the-hype-section,.curate-section,.collection-banner,.more-to-love-section,.reviews-section,.values-section,.press-section,.join-party-section,.moraze-story-section{margin-top:24px!important;margin-bottom:24px!important}.hero-slideshow .slide img,.hero-slide__img{height:100%!important;width:100%!important;object-fit:cover!important}.hero-slideshow .slide-content h2,.hero-slide__heading{font-size:2.5rem}.reviews-slider-track .review-item{padding:20px!important;flex:0 0 85%!important}.join-party-section{padding:30px 15px!important}.join-party-section .section-heading{font-size:2rem!important}.newsletter-form{flex-direction:column;border:none!important;border-radius:0!important}.newsletter-form input{border-radius:50px!important;border:1px solid #ccc!important;margin-bottom:10px}.newsletter-form button{border-radius:50px!important}.moraze-story-section{padding:40px 15px!important;border-radius:20px!important}.moraze-story-section .section-heading{font-size:2rem!important}.moraze-story-section .story-content{font-size:1rem!important}}.face-card .curate-bubble{border-color:#ffda73!important}.lips-card .curate-bubble{border-color:#ff4d85!important}.eyes-card .curate-bubble{border-color:#93c5fd!important}.tools-card .curate-bubble{border-color:#d8b4e2!important}.curate-bubble-link:hover .curate-bubble{transform:scale(1.05)}.btn{border-radius:50px!important}.mega-header{background-color:transparent;transition:background-color .3s ease,border-bottom .3s ease}.mega-header.scrolled{background-color:#fff!important;border-bottom:1px solid #eaeaea}.hero-slideshow,.worth-hype-section,.curate-section,.collection-banner,.more-to-love-section,.reviews-section,.values-section,.press-section,.join-party-section,.moraze-story-section{margin-top:32px!important;margin-bottom:32px!important}@media(max-width:768px){.join-party-container,.moraze-story-container{flex-direction:column!important}.join-party-image,.join-party-content,.story-image,.story-content-wrapper{flex:1 1 100%!important}.join-party-content,.story-content-wrapper{padding:40px 20px!important}}.worth-hype-container-new{width:100%;margin:0 auto;padding:0 8px;display:flex;flex-direction:column;align-items:center}.worth-hype-title-new{font-size:1.8rem;font-weight:800;color:#000;margin-bottom:24px;text-align:center}.worth-hype-slider-wrapper{position:relative;width:100%}.worth-hype-products{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:12px;scrollbar-width:none;width:100%}.worth-hype-products::-webkit-scrollbar{display:none}.wth-card-new{flex:0 0 100%;min-width:unset;scroll-snap-align:center;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;position:relative}.wth-card-img{width:100%;padding:12px 12px 0}.wth-card-img img{width:100%;height:auto;object-fit:cover;border-radius:8px}.wth-card-text{padding:16px 20px 24px;text-align:left;display:flex;flex-direction:column;gap:8px}.wth-card-title{font-size:1.6rem;font-weight:800;line-height:1.1;color:#fff;margin-bottom:2px}.wth-card-desc{font-size:.95rem;line-height:1.3;color:#fff;margin-bottom:20px}.wth-card-bottom{display:flex;align-items:center;justify-content:flex-start}.wth-card-btn{padding:12px 28px;font-size:.95rem;font-weight:700;border:none;cursor:pointer;border-radius:50px;text-decoration:none;display:inline-block}.wth-slider-dots{position:absolute;bottom:32px;right:24px;display:flex;gap:6px;align-items:center;z-index:10}.wth-slider-dots .slider-dot{width:24px;height:6px;border-radius:50px;background-color:#000;display:inline-block;cursor:pointer;opacity:.3;transform:scaleX(.25);transform-origin:center;transition:transform .3s ease,opacity .3s ease}.wth-slider-dots .slider-dot.active{opacity:1;transform:scaleX(1)}.product-card{background-color:#fff!important;border:1.5px solid #F92982!important;border-radius:12px!important;overflow:hidden!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;height:100%!important;padding:0!important;cursor:pointer!important}.card-badge-new{position:absolute;top:0;left:0;background-color:#82c91e;color:#fff;font-size:.75rem;font-weight:700;padding:4px 16px;border-bottom-right-radius:12px;z-index:10}.product-card .product-image-wrapper{position:relative!important;width:100%!important;aspect-ratio:1!important;background-color:#fff!important;padding:24px 16px 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:none!important;border-radius:0!important;margin-bottom:0!important}.product-card .product-image-wrapper img{width:100%!important;height:100%!important;object-fit:contain!important;mix-blend-mode:normal!important;border-radius:0!important}.card-badge-shades{position:absolute;bottom:8px;right:8px;color:#f92982;border:1px solid #F92982;background-color:#fff;border-radius:20px;padding:2px 8px;font-size:.7rem;font-weight:600;z-index:5}.card-feature-bar{background-color:#facc15;color:#000;text-align:center;font-size:.75rem;font-weight:700;padding:4px 0;width:100%}.product-card .product-details{padding:12px!important;text-align:center!important;flex-grow:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.product-card .product-title{font-size:.85rem!important;font-weight:800!important;color:#000!important;margin-bottom:6px!important;line-height:1.3!important;height:auto!important}.product-card .product-rating{font-size:.75rem!important;color:#666!important;margin-bottom:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important}.product-card .rating-star{color:#f92982;font-size:14px}.product-card .rating-check{color:#2e7d32;font-weight:700;font-size:14px}.product-card .product-price{font-size:1.1rem!important;font-weight:800!important;color:#000!important;margin-bottom:8px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important}.product-coupon{background-color:#dcfce7;color:#065f46;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:50px;display:inline-flex;align-items:center;gap:4px;margin-top:4px}.product-card .card-form{width:100%!important;margin:0!important}.product-card .btn-add-to-cart{width:100%!important;max-width:100%!important;background-color:#f92982!important;color:#fff!important;border:none!important;border-radius:0!important;padding:12px 0!important;font-size:.9rem!important;font-weight:800!important;text-transform:uppercase!important;cursor:pointer!important;margin:0!important}.product-card .btn-add-to-cart:hover{background-color:#e61570!important}.cart-drawer{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:9999;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.cart-drawer.open{visibility:visible;opacity:1}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.cart-drawer__content{position:absolute;top:0;right:-400px;width:400px;height:100%;background-color:#f7f7f7;z-index:2;display:flex;flex-direction:column;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a}.cart-drawer.open .cart-drawer__content{right:0}@media(max-width:480px){.cart-drawer__content{width:100%;right:-100%}}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid #eaeaea}.cart-drawer__title{font-size:1.2rem;font-weight:800;margin:0}.cart-drawer__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333}.cd-promo-banner{background-color:#f92982;color:#fff;text-align:center;font-size:.82rem;font-weight:700;padding:10px 20px;letter-spacing:.01em}.cd-progress-section{background:#fff;padding:16px 20px 10px;border-bottom:1px solid #f0f0f0}.cd-progress-bar-wrap{position:relative;margin-bottom:10px}.cd-progress-track{position:absolute;top:20px;left:12.5%;width:75%;height:2.5px;background:#eee;z-index:1;border-radius:2px}.cd-progress-fill{height:100%;background:#f92982;border-radius:2px;transition:width .5s ease}.cd-progress-nodes{display:flex;justify-content:space-between;position:relative;z-index:2;padding-bottom:4px}.cd-node{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1}.cd-node-circle{width:40px;height:40px;border-radius:50%;background:#fff;border:1.5px solid #ddd;color:#767676;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:.58rem;font-weight:800;line-height:1.1;transition:transform .3s,opacity .3s;overflow:hidden}.cd-node-circle-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.cd-node-amt{font-size:.58rem;font-weight:600;color:#767676;display:inline-block;margin-top:1px}.cd-node-circle i{font-size:1.2rem}.cd-node-circle--active{border-color:#f92982;color:#f92982;background:#fff;box-shadow:0 0 0 3px #fce7f3}.cd-node span{font-size:.62rem;color:#767676;font-weight:700;text-align:center;line-height:1.2}.cd-node-label--active{color:#f92982!important}.claim-gift-btn{background:#f92982;color:#fff;border:none;border-radius:4px;font-size:.55rem;font-weight:700;padding:3px 8px;margin-top:4px;cursor:pointer;transition:all .2s ease-in-out;text-transform:uppercase;letter-spacing:.03em;outline:none;line-height:1}.claim-gift-btn:hover{background:#e01e73;transform:scale(1.05)}.claim-gift-btn:active{transform:scale(.95)}.claim-gift-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.cd-progress-msg{font-size:.78rem;color:#555;text-align:center;font-weight:500;margin:0;padding-top:4px}.cd-progress-msg--success{color:#2e7d32;font-weight:700}.cd-scroll-area{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#f0c0d8 transparent}.cd-scroll-area::-webkit-scrollbar{width:3px}.cd-scroll-area::-webkit-scrollbar-thumb{background:#f0c0d8;border-radius:3px}.cd-details-header{display:flex;align-items:center;gap:8px;padding:14px 20px 10px;background:#fff;font-size:.88rem;font-weight:700;color:#222;border-bottom:1px solid #f5f5f5}.cd-details-header i{font-size:1.1rem;color:#333}.cd-dot{color:#aaa}.cd-item-count{color:#555;font-weight:500}.cd-items-list{background:#fff;padding:0 20px}.cd-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #f5f5f5;transition:opacity .3s}.cd-item__img-wrap{width:80px;height:80px;flex-shrink:0;border:1px solid #f0f0f0;border-radius:8px;padding:4px;background:#fafafa;display:flex;align-items:center;justify-content:center}.cd-item__img-wrap img{width:100%;height:100%;object-fit:contain}.cd-item__body{flex:1;min-width:0}.cd-item__top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.cd-item__name{font-size:.88rem;font-weight:700;color:#111;margin:0 0 3px;line-height:1.25;flex:1}.cd-item__remove{background:none;border:none;color:#bbb;cursor:pointer;font-size:1.1rem;padding:0;flex-shrink:0;transition:color .2s}.cd-item__remove:hover{color:#e53935}.cd-item__variant{font-size:.73rem;color:#888;margin:0 0 8px}.cd-item__price-row{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.cd-item__prices{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cd-item__price-now{font-size:1rem;font-weight:800;color:#111}.cd-item__price-was{font-size:.8rem;color:#aaa;text-decoration:line-through}.cd-item__qty-ctrl{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fff}.cd-qty-btn{background:#fff;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;color:#333;transition:background .15s}.cd-qty-btn:hover{background:#fce7f3;color:#f92982}.cd-qty-val{width:32px;text-align:center;font-size:.9rem;font-weight:700;color:#111;border-left:1px solid #ddd;border-right:1px solid #ddd;line-height:32px}.cd-empty-state{text-align:center;padding:48px 24px}.cd-empty-icon{font-size:4rem;color:#e0e0e0;margin-bottom:12px;line-height:1}.cd-empty-title{font-size:1.05rem;font-weight:700;color:#333;margin:0 0 6px}.cd-empty-sub{font-size:.85rem;color:#888;margin:0 0 24px}.cd-continue-btn{background:#f92982;color:#fff;border:none;border-radius:8px;padding:14px 32px;font-size:.9rem;font-weight:800;cursor:pointer;width:100%;letter-spacing:.05em;transition:background .2s}.cd-continue-btn:hover{background:#e61570}.cd-exclusive-deals{background:#fdf2f8;padding:16px 20px;margin-top:8px}.cd-exclusive-title{font-size:.92rem;font-weight:800;color:#111;margin:0 0 12px}.cd-exclusive-deals .ag-product-card,#cdRecs .ag-product-card{font-size:.75rem!important;border-radius:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;flex-direction:column!important;height:100%!important}.cd-deals-slider>div,.mz-recs__track>div{flex:0 0 190px!important;width:190px!important;min-width:190px!important;max-width:190px!important;scroll-snap-align:start}.cd-exclusive-deals .ag-img-wrap,#cdRecs .ag-img-wrap{height:180px!important;max-height:180px!important;aspect-ratio:auto!important}.cd-exclusive-deals .ag-card-body,#cdRecs .ag-card-body{padding:8px 8px 4px!important;gap:2px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;flex:1!important;text-align:left!important}.cd-exclusive-deals .ag-product-title,#cdRecs .ag-product-title{font-size:12px!important;margin-bottom:2px!important;-webkit-line-clamp:2!important;line-clamp:2!important;line-height:1.25!important;text-align:left!important}.cd-exclusive-deals .ag-price,#cdRecs .ag-price{font-size:13px!important;font-weight:800!important}.cd-exclusive-deals .ag-rating-row,#cdRecs .ag-rating-row,.cd-exclusive-deals .ag-coupon-block,#cdRecs .ag-coupon-block,.cd-exclusive-deals .ag-compare,#cdRecs .ag-compare,.cd-exclusive-deals .ag-discount,#cdRecs .ag-discount{display:none!important}.cd-exclusive-deals .ag-atc-wrapper,#cdRecs .ag-atc-wrapper{padding:0 8px 8px!important;margin-top:4px!important}.cd-exclusive-deals .ag-atc-btn,.cd-exclusive-deals .ag-atc-btn-link,#cdRecs .ag-atc-btn,#cdRecs .ag-atc-btn-link{height:34px!important;min-height:unset!important;font-size:11px!important;border-radius:6px!important;padding:0 8px!important;letter-spacing:0!important}.cd-exclusive-deals .ag-swatch-bar,#cdRecs .ag-swatch-bar{padding:2px 3px!important;gap:2px!important;justify-content:flex-start!important}.cd-exclusive-deals .ag-swatch-dot,#cdRecs .ag-swatch-dot{width:9px!important;height:9px!important}.cd-exclusive-deals .ag-badges-container,#cdRecs .ag-badges-container{top:5px!important;left:5px!important}.cd-exclusive-deals .ag-badge,#cdRecs .ag-badge{font-size:.5rem!important;padding:2px 4px!important}.cd-exclusive-deals .ag-swatch-more,#cdRecs .ag-swatch-more{display:none!important}.cd-deals-slider{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.cd-deals-slider::-webkit-scrollbar{display:none}.cd-deal-card{flex-shrink:0;width:160px;background:#fff;border:1px solid #f0c0d8;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:8px;align-items:stretch}.cd-deal-img{width:100%;height:100px;border-radius:6px;overflow:hidden;flex-shrink:0;border:1px solid #f0f0f0}.cd-deal-img img{width:100%;height:100%;object-fit:cover}.cd-deal-info{flex:1;min-width:0}.cd-deal-info h4{font-size:.75rem;font-weight:700;margin:0 0 3px;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-deal-rating{font-size:.65rem;color:#666;margin-bottom:2px}.cd-star{color:#f59e0b}.cd-verified{color:#16a34a;font-weight:700}.cd-deal-shade{font-size:.65rem;color:#888;margin:0 0 4px}.cd-deal-price{font-size:.78rem;margin-bottom:6px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.cd-deal-price strong{color:#111;font-size:.88rem}.cd-deal-price del{color:#aaa;font-size:.72rem}.cd-deal-off{color:#16a34a;font-size:.7rem;font-weight:700}.cd-deal-btn{background:#f92982;color:#fff;border:none;border-radius:6px;padding:6px 0;font-size:.7rem;font-weight:700;width:100%;cursor:pointer;transition:background .2s}.cd-deal-btn:hover{background:#e61570}.cd-price-summary{background:#fff;padding:16px 20px 24px;margin-top:8px;border-top:6px solid #f9f9f9}.cd-ps-title{font-size:.82rem;font-weight:800;color:#333;display:flex;align-items:center;gap:8px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.05em}.cd-ps-row{display:flex;justify-content:space-between;font-size:.83rem;color:#333;margin-bottom:10px;padding-bottom:0}.cd-ps-row--discount span:last-child{color:#16a34a;font-weight:700}.cd-free{color:#16a34a;font-weight:800}.cd-ps-divider{border-top:1px solid #eee;padding-top:12px;margin-top:4px;font-size:.9rem}.cd-footer{border-top:1px solid #f0f0f0;background:#fff;box-shadow:0 -4px 20px #00000014;flex-shrink:0}.cd-footer__savings-bar{background:#dcfce7;color:#166534;text-align:center;padding:8px 12px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.cd-savings-badge{background:#16a34a;color:#fff;padding:2px 8px;border-radius:20px;font-weight:800;font-size:.72rem}.cd-footer__checkout-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;gap:12px}.cd-footer__total{display:flex;flex-direction:column;gap:2px}.cd-footer__total strong{font-size:1.2rem;font-weight:900;color:#111}.cd-footer__total del{font-size:.78rem;color:#aaa}.cd-view-details{font-size:.72rem;color:#f92982;font-weight:700;text-decoration:none}.cd-checkout-btn{background:#f92982;color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:1rem;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:background .2s;flex-shrink:0}.cd-checkout-btn:hover{background:#e61570;color:#fff}.cart-drawer__progress{background:#fff;padding:16px 20px 12px;text-align:center;border-bottom:1px solid #eaeaea}.progress-bar-container{position:relative;padding-top:10px;margin-bottom:12px}.progress-track{position:absolute;top:24px;left:10%;width:80%;height:2px;background-color:#eee;z-index:1}.progress-fill{height:100%;background-color:#f92982;transition:width .3s ease}.progress-nodes{display:flex;justify-content:space-between;position:relative;z-index:2}.progress-nodes .node{display:flex;flex-direction:column;align-items:center;gap:6px}.progress-nodes .circle{width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid #ccc;color:#999;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;line-height:1}.progress-nodes .circle small{font-size:.4rem}.progress-nodes .icon-circle{width:32px;height:32px;border-radius:50%;background-color:#fff;border:1.5px solid #F92982;color:#f92982;display:flex;justify-content:center;align-items:center;font-size:1.2rem}.progress-nodes .node.active span{color:#f92982}.progress-nodes span{font-size:.65rem;color:#999;font-weight:600;text-align:center;line-height:1.1}.progress-message{font-size:.75rem;font-weight:600;color:#333}.cart-drawer__items-wrapper{flex:1;overflow-y:auto;padding:0}.cart-drawer__count-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 8px}.cart-drawer__count-header h3{font-size:.9rem;margin:0}.cart-drawer__count-header .item-count{color:#666;font-size:.85rem}.cart-drawer__items{padding:0 20px 16px;background:#fff}.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #eaeaea}.cart-item__image{width:80px;height:80px;border:1px solid #eee;border-radius:8px;padding:4px}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__details{flex:1}.cart-item__title-row{display:flex;justify-content:space-between;align-items:flex-start}.cart-item__title{font-size:.9rem;font-weight:700;margin:0 0 4px;line-height:1.2}.cart-item__remove{background:none;border:none;color:#999;cursor:pointer;font-size:1.2rem}.cart-item__variant{font-size:.75rem;color:#666;margin:0 0 8px}.cart-item__price-qty{display:flex;justify-content:space-between;align-items:flex-end}.cart-item__price{font-weight:800;font-size:1rem;display:block}.cart-item__coupon{background-color:#dcfce7;color:#065f46;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:20px;margin-top:4px;display:inline-flex;align-items:center;gap:4px}.cart-item__qty{display:flex;align-items:center;border:1px solid #ccc;border-radius:4px;overflow:hidden}.qty-btn{background:#fff;border:none;padding:4px 8px;cursor:pointer;font-size:1rem;display:flex;align-items:center}.qty-input{width:30px;text-align:center;border:none;border-left:1px solid #ccc;border-right:1px solid #ccc;font-size:.9rem;font-weight:600;padding:4px 0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__empty{text-align:center;padding:40px 20px}.cart-drawer__cross-sell{background:#fdf2f8;padding:16px 20px;margin-top:8px}.cross-sell__title{font-size:.9rem;font-weight:700;margin-bottom:12px}.cross-sell__slider{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px;scrollbar-width:none}.cross-sell__slider::-webkit-scrollbar{display:none}.cross-sell__item{background:#fff;border-radius:8px;min-width:200px;display:flex;padding:8px;gap:8px;border:1px solid #F92982}.cross-sell__item img{width:60px;height:60px;object-fit:cover;border-radius:4px}.cs-details h4{font-size:.75rem;margin:0 0 4px}.cs-rating{font-size:.65rem;color:#666;margin-bottom:2px}.cs-shade{font-size:.65rem;color:#999;margin:0 0 4px}.cs-price{font-size:.8rem;margin-bottom:6px}.cs-original{text-decoration:line-through;color:#999;font-size:.7rem;margin:0 4px}.cs-discount{color:#2e7d32;font-size:.7rem;font-weight:700}.cs-btn{padding:4px 0;font-size:.7rem;background:#f92982;width:100%;border-radius:4px}.cart-drawer__summary{background:#fff;padding:16px 20px 30px;margin-top:8px}.summary-title{font-size:.85rem;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.summary-row{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:8px;color:#333}.summary-row.discount{color:#2e7d32}.summary-row.shipping span:last-child{color:#2e7d32;font-weight:700}.summary-row.shipping del{color:#999;font-weight:400;margin-right:4px}.summary-row.prepaid{color:#2e7d32}.summary-row.total{font-size:1rem;font-weight:800;border-top:1px solid #eaeaea;padding-top:12px;margin-top:4px}.cart-drawer__footer-area{background:#fff;box-shadow:0 -4px 10px #0000000d}.footer-savings-banner{background-color:#dcfce7;color:#065f46;text-align:center;padding:8px;font-size:.75rem;font-weight:600}.footer-savings-banner .badge{background-color:#2e7d32;color:#fff;padding:2px 6px;border-radius:12px;font-weight:700;margin:0 2px}.cart-drawer__footer{background:#fff;padding:16px 20px;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 10px #0000000d}.footer-price strong{font-size:1.2rem;display:block}.footer-price del{font-size:.8rem;color:#999}.footer-price .view-details{display:block;font-size:.7rem;color:#f92982;text-decoration:none;font-weight:600;margin-top:2px}.btn-checkout{background:#f92982;color:#fff;padding:12px 32px;border-radius:8px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.sb-product-card{background:#fff;border:1.5px solid #F92982;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;position:relative;cursor:pointer;transition:box-shadow .2s}.sb-product-card:hover{box-shadow:0 6px 24px #f9298226}.sb-badge-new{position:absolute;top:0;left:0;background:#82c91e;color:#fff;font-size:.72rem;font-weight:800;padding:4px 14px;border-bottom-right-radius:10px;z-index:10;text-transform:uppercase}.sb-img-wrap{position:relative;width:100%;aspect-ratio:1;background:#fafafa;padding:0;display:flex;align-items:center;justify-content:center}.sb-img-wrap img{width:100%;height:100%;object-fit:cover}.sb-shades-badge{position:absolute;bottom:0;right:12px;color:#ff4d85;border:1px solid #ff4d85;background:#fff;border-radius:9999px;padding:4px 12px;font-size:.68rem;font-weight:700;z-index:5;box-shadow:0 2px 6px #00000014;white-space:nowrap;line-height:1;transform:translateY(50%)}.sb-feature-bar{background:#facc15;color:#111;text-align:center;font-size:.75rem;font-weight:800;padding:5px 8px;letter-spacing:.01em}.sb-card-body{padding:12px 12px 8px;flex:1;display:flex;flex-direction:column;gap:4px}.sb-product-title{font-size:.85rem;font-weight:800;color:#111;margin:0 0 4px;line-height:1.3}.sb-rating{font-size:.72rem;color:#555;display:flex;align-items:center;gap:4px;margin-bottom:2px}.sb-star{color:#f92982;font-size:.9rem}.sb-sep{color:#ccc}.sb-check{color:#16a34a;font-weight:800}.sb-pricing{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:2px}.sb-price{font-size:1.05rem;font-weight:900;color:#111}.sb-compare{font-size:.78rem;color:#aaa;text-decoration:line-through}.sb-off-badge{background:#f9f0dc;color:#b45309;font-size:.68rem;font-weight:800;padding:2px 6px;border-radius:4px}.sb-coupon{display:inline-flex;align-items:center;gap:5px;background:#dcfce7;color:#166534;font-size:.73rem;font-weight:700;padding:4px 10px;border-radius:20px;width:fit-content;margin-bottom:4px}.sb-form{margin:0;width:100%}.sb-atc-btn{width:100%;background:#f92982;color:#fff;border:none;padding:13px 0;font-size:.88rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background .2s;display:block;border-radius:0 0 10px 10px}.sb-atc-btn:hover{background:#e61570}.sb-notify-btn{width:100%;background:#fff;color:#f92982;border:1.5px solid #F92982;padding:10px 0;font-size:.8rem;font-weight:800;text-transform:uppercase;cursor:pointer;transition:all .2s;display:block;border-radius:0 0 10px 10px;line-height:1.4}.sb-notify-btn small{font-size:.65rem;font-weight:500;display:block;text-transform:none;color:#888}.sb-notify-btn:hover{background:#fdf2f8}#floating-cart-bar{position:fixed;bottom:0;left:0;right:0;background:#f92982;color:#fff;display:none;align-items:center;justify-content:space-between;padding:14px 20px;z-index:8888;box-shadow:0 -4px 20px #f929824d;cursor:pointer}#floating-cart-bar.visible{display:flex}.fcb-left{display:flex;align-items:center;gap:12px}.fcb-icon{font-size:1.4rem}.fcb-info{display:flex;flex-direction:column;gap:0}.fcb-items{font-size:.85rem;font-weight:700;opacity:.9}.fcb-price{font-size:1.1rem;font-weight:900}.fcb-cta{font-size:.9rem;font-weight:800;background:#fff3;padding:8px 20px;border-radius:8px;border:1.5px solid rgba(255,255,255,.5)}body.has-floating-cart{padding-bottom:70px}.wth-product-wrapper{flex:0 0 calc(22% - 12px);min-width:200px;max-width:240px;display:flex;flex-direction:column;gap:0}.wth-product-wrapper .wth-atc-form,.wth-product-wrapper .sb-form{width:100%}.wth-product-wrapper .wth-product{flex:1;border:none;min-width:0}.mtl-product-wrapper{display:flex;flex-direction:column;flex:0 0 200px;min-width:160px;transition:transform .4s ease,opacity .4s ease;opacity:.65;transform:scale(.9)}.mtl-product-wrapper.active{opacity:1;transform:scale(1.05);z-index:2}.mtl-product-wrapper .mtl-atc-form,.mtl-product-wrapper .sb-form{width:100%}.mtl-product-wrapper .mtl-card{flex:1;min-width:0}.cb-product-wrapper{display:flex;flex-direction:column;flex:0 0 calc(20% - 16px);min-width:160px}.cb-product-wrapper .cb-atc-form,.cb-product-wrapper .card-form{width:100%}.cb-product-wrapper .pslider-card{flex:1;min-width:0}.sb-product-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;position:relative;box-shadow:0 2px 12px #0000000f;transition:box-shadow .3s ease,transform .3s ease}.sb-product-card:hover{box-shadow:0 8px 28px #0000001f;transform:translateY(-3px)}.sb-badge-new{position:absolute;top:12px;left:12px;background:#5b6cf8;color:#fff;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:20px;z-index:3;letter-spacing:.3px;text-transform:capitalize}.sb-badge-stock{position:absolute;top:38px;left:12px;background:#22c55e;color:#fff;font-size:.65rem;font-weight:700;padding:3px 9px;border-radius:20px;z-index:3;letter-spacing:.3px}.sb-img-wrap{position:relative;background:#fafafa;width:100%;aspect-ratio:3 / 3.8;overflow:hidden;display:flex;align-items:center;justify-content:center}.sb-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.sb-product-card:hover .sb-img-wrap img{transform:scale(1.06)}.sb-shades-badge{position:absolute;bottom:0;right:12px;background-color:#fff;border:1px solid #ff4d85;color:#ff4d85;font-size:.68rem;font-weight:700;padding:4px 12px;border-radius:9999px;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:5;box-shadow:0 2px 6px #00000014;white-space:nowrap;line-height:1;transform:translateY(50%)}.sb-feature-bar{background:linear-gradient(90deg,#fceabb,#f8b400);color:#7a4f00;font-size:.75rem;font-weight:700;text-align:center;padding:6px 10px;letter-spacing:.3px}.sb-card-body{padding:10px 12px 8px;display:flex;flex-direction:column;gap:4px;flex:1}.sb-title-link{text-decoration:none;color:inherit}.sb-product-title{font-size:.88rem;font-weight:700;color:#111;line-height:1.3;margin:0}.sb-rating{font-size:.72rem;color:#555;display:flex;align-items:center;gap:4px;margin-top:2px}.sb-star{color:#f59e0b;font-size:.8rem}.sb-sep{color:#ccc;font-size:.8rem}.sb-check{color:#22c55e;font-weight:700}.sb-pricing{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.sb-price{font-size:1rem;font-weight:800;color:#111}.sb-compare{font-size:.75rem;color:#aaa;text-decoration:line-through}.sb-off-badge{font-size:.65rem;font-weight:700;background:#fff0f3;color:#e63946;padding:2px 6px;border-radius:20px;border:1px solid #ffd6dc}.sb-coupon{display:inline-flex;align-items:center;gap:5px;background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:20px;margin-top:4px;width:fit-content}.sb-coupon i{font-size:.8rem}.sb-atc-btn{display:block;width:100%;background:linear-gradient(90deg,#e91e8c,#ff4db8);color:#fff;font-size:.8rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;text-align:center;padding:13px 16px;border:none;border-radius:0 0 16px 16px;cursor:pointer;transition:background .3s ease,transform .15s ease;margin:0}.sb-atc-btn:hover{background:linear-gradient(90deg,#c2156f,#e91e8c);transform:translateY(-1px)}.sb-atc-btn:active{transform:translateY(0)}.wth-atc-form .sb-atc-btn,.mtl-atc-form .sb-atc-btn,.cb-atc-form .sb-atc-btn,.wth-product-wrapper .sb-form .sb-atc-btn,.mtl-product-wrapper .sb-form .sb-atc-btn{border-radius:0 0 16px 16px}.sb-notify-btn{display:block;width:100%;background:#f3f4f6;color:#555;font-size:.75rem;font-weight:700;text-align:center;padding:11px 16px;border:none;border-radius:0 0 16px 16px;cursor:pointer;transition:background .3s ease;line-height:1.3}.sb-notify-btn:hover{background:#e5e7eb}.sb-form,.wth-atc-form,.mtl-atc-form,.cb-atc-form{margin:0;padding:0}.wth-product-wrapper .sb-product-card,.mtl-product-wrapper .sb-product-card,.mtl-product-wrapper .mtl-card,.cb-product-wrapper .sb-product-card{border-radius:18px 18px 0 0;border-bottom:none}.wth-product-wrapper .sb-form,.mtl-product-wrapper .sb-form,.cb-product-wrapper .sb-form{margin:0;padding:0}.wth-product-wrapper .sb-atc-btn,.mtl-product-wrapper .sb-atc-btn,.cb-product-wrapper .sb-atc-btn,.wth-product-wrapper .sb-notify-btn,.mtl-product-wrapper .sb-notify-btn,.cb-product-wrapper .sb-notify-btn{border-radius:0 0 18px 18px!important}.wth-product-wrapper .sb-product-card,.mtl-product-wrapper .sb-product-card,.mtl-product-wrapper .mtl-card,.cb-product-wrapper .sb-product-card{border-radius:18px!important;border-bottom:1.5px solid #f0f0f0!important}.wth-product-wrapper,.mtl-product-wrapper,.cb-product-wrapper{display:flex;flex-direction:column;gap:10px}.wth-product-wrapper .sb-atc-btn,.mtl-product-wrapper .sb-atc-btn,.cb-product-wrapper .sb-atc-btn,.wth-product-wrapper .sb-notify-btn,.mtl-product-wrapper .sb-notify-btn,.cb-product-wrapper .sb-notify-btn{border-radius:50px!important;width:100%}.wth-product-wrapper,.mtl-product-wrapper,.cb-product-wrapper{display:flex!important;flex-direction:column!important;align-items:stretch!important;position:relative!important}.wth-product-wrapper .sb-product-card,.wth-product-wrapper .wth-product,.mtl-product-wrapper .sb-product-card,.mtl-product-wrapper .mtl-card,.cb-product-wrapper .sb-product-card,.cb-product-wrapper .pslider-card{border-radius:18px!important;border:1.5px solid #f0f0f0!important;background:#fff!important;box-shadow:0 2px 12px #0000000f!important;overflow:hidden!important;position:relative!important;width:100%!important;display:flex;flex-direction:column}.wth-product-wrapper .sb-form,.mtl-product-wrapper .sb-form,.cb-product-wrapper .sb-form{display:block!important;width:100%!important;margin:auto 0 0!important;padding:0 12px 12px!important;position:static!important}.wth-product-wrapper .sb-atc-btn,.mtl-product-wrapper .sb-atc-btn,.cb-product-wrapper .sb-atc-btn,.sb-product-card .sb-atc-btn{display:block!important;width:100%!important;border-radius:50px!important;background:linear-gradient(90deg,#e91e8c,#ff4db8)!important;color:#fff!important;font-size:.82rem!important;font-weight:800!important;letter-spacing:1.2px!important;text-transform:uppercase!important;padding:13px 16px!important;border:none!important;cursor:pointer!important;text-align:center!important;position:static!important;writing-mode:horizontal-tb!important}.wth-product-wrapper .sb-atc-btn:hover,.mtl-product-wrapper .sb-atc-btn:hover,.cb-product-wrapper .sb-atc-btn:hover{background:linear-gradient(90deg,#c2156f,#e91e8c)!important;transform:translateY(-1px)!important}.wth-product-wrapper .sb-notify-btn,.mtl-product-wrapper .sb-notify-btn,.cb-product-wrapper .sb-notify-btn{display:block!important;width:100%!important;border-radius:50px!important;position:static!important;writing-mode:horizontal-tb!important;background:#f3f4f6!important;color:#555!important;font-size:.75rem!important;font-weight:700!important;text-align:center!important;padding:11px 16px!important;border:none!important;cursor:pointer!important}.wth-product-wrapper .sb-notify-btn:hover,.mtl-product-wrapper .sb-notify-btn:hover,.cb-product-wrapper .sb-notify-btn:hover{background:#e5e7eb!important}.sheglam-mtl-section{max-width:100%;padding:32px 0 60px;overflow:hidden;background:#fff}.sheglam-mtl-heading{text-align:center;font-size:2.5rem;font-weight:800;color:#111;margin-bottom:40px;letter-spacing:-.5px}.sheglam-mtl-wrap{position:relative;display:flex;align-items:center;max-width:1600px;margin:0 auto;padding:0 60px}.sheglam-mtl-viewport{flex:1;overflow:hidden}.sheglam-mtl-track{display:flex;align-items:flex-end;gap:20px;padding:40px 10px 20px;overflow-x:auto;scrollbar-width:none;scroll-behavior:auto}.sheglam-mtl-track::-webkit-scrollbar{display:none}.sheglam-mtl-item{flex:0 0 calc(20% - 16px);min-width:200px;cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease;opacity:1}.sheglam-mtl-item.is-active{opacity:1}.sheglam-mtl-image-box{width:100%;aspect-ratio:1;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:transform .4s ease,box-shadow .4s ease;box-shadow:none;background-color:#fafafa;border:1.5px solid #f0f0f0}.sheglam-mtl-item.is-active .sheglam-mtl-image-box{transform:none;box-shadow:none;z-index:10}.sheglam-mtl-badge{position:absolute;top:12px;left:12px;background:#111;color:#fff;padding:4px 10px;border-radius:20px;font-size:.65rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;z-index:2}.sheglam-mtl-badge.sale{background:#e91e8c}.sheglam-mtl-img-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:10%}.sheglam-mtl-img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.sheglam-mtl-item.is-active .sheglam-mtl-img{transform:none}.sheglam-mtl-info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:0 10px;transition:transform .4s ease}.sheglam-mtl-title{font-size:.95rem;font-weight:800;color:#111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;text-decoration:none;transition:color .2s}.sheglam-mtl-title:hover{color:#e91e8c}.sheglam-mtl-rating{font-size:.8rem;color:gold}.sheglam-mtl-rating span{color:#888;margin-left:4px}.sheglam-mtl-price{display:flex;align-items:baseline;gap:8px;justify-content:center;margin-bottom:8px}.sheglam-mtl-price-current{font-size:1.05rem;font-weight:900;color:#111}.sheglam-mtl-price-compare{font-size:.85rem;color:#999;text-decoration:line-through}.sheglam-mtl-form{width:100%;margin:0}.sheglam-mtl-atc{width:100%;padding:12px 20px;background:#fdf2f8;color:#e91e8c;border:1px solid #fbcfe8;border-radius:50px;font-size:.8rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.sheglam-mtl-atc:hover{background:#e91e8c;color:#fff;border-color:#e91e8c;box-shadow:0 4px 12px #e91e8c4d;transform:translateY(-2px)}.sheglam-mtl-notify{width:100%;padding:12px 20px;background:#f3f4f6;color:#555;border:none;border-radius:50px;font-size:.8rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;cursor:pointer}.sheglam-mtl-arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:1.5px solid #eee;background:#fff;display:flex;align-items:center;justify-content:center;color:#333;cursor:pointer;z-index:10;box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:absolute;top:40%;transform:translateY(-50%)}.sheglam-mtl-arrow:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-50%) scale(1.05)}.sheglam-mtl-prev{left:16px}.sheglam-mtl-next{right:16px}@media(max-width:1200px){.sheglam-mtl-item{flex:0 0 calc(25% - 15px)}}@media(max-width:900px){.sheglam-mtl-item{flex:0 0 calc(33.33% - 14px)}.sheglam-mtl-wrap{padding:0 48px}}@media(max-width:768px){.sheglam-mtl-item.is-active .sheglam-mtl-image-box{transform:scale(1.15) translateY(-5%)}}@media(max-width:600px){.sheglam-mtl-wrap{padding:0 40px}.sheglam-mtl-item{flex:0 0 calc(50% - 10px);min-width:160px}.sheglam-mtl-heading{font-size:2rem;margin-bottom:24px}.sheglam-mtl-arrow{width:40px;height:40px}.sheglam-mtl-title{font-size:.85rem}.sheglam-mtl-price-current{font-size:.95rem}}@media(max-width:480px){.sheglam-mtl-item{flex:0 0 calc(65% - 10px)}.sheglam-mtl-wrap{padding:0 32px}}.ag-top-badges-row{position:absolute!important;top:0!important;left:0!important;width:100%!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;pointer-events:none!important;z-index:10!important}.ag-badge-left{font-size:10px!important;font-family:Outfit,sans-serif!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.5px!important;padding:6px 16px 6px 12px!important;color:#fff!important;box-shadow:0 2px 4px #00000014!important;pointer-events:auto!important;border-top-left-radius:14px!important;clip-path:polygon(0 0,100% 0,85% 100%,0 100%)!important}.ag-badge-bestseller{background:#2563eb!important}.ag-badge-new{background:#000!important}.ag-badge-sale{background:#db2777!important}.ag-badge-right{margin-right:10px!important;margin-top:10px!important;background:#fff5f5!important;border:1px solid #ffe3e3!important;color:#f43f5e!important;font-size:10px!important;font-family:Outfit,sans-serif!important;font-weight:900!important;padding:4px 10px!important;border-radius:9999px!important;display:flex!important;align-items:center!important;gap:4px!important;box-shadow:0 2px 4px #00000005!important;pointer-events:auto!important}.ag-coupon-svg{width:12px!important;height:12px!important;color:#f43f5e!important;flex-shrink:0!important}.ag-feature-bar{position:absolute!important;bottom:0!important;left:0!important;width:100%!important;height:24px!important;background:linear-gradient(90deg,#fef3c7,#fde047,#fef3c7)!important;color:#78350f!important;font-family:Outfit,sans-serif!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.5px!important;text-align:center!important;padding:0!important;z-index:4!important;box-shadow:0 -2px 6px #0000000d!important;line-height:24px!important;overflow:hidden!important}@keyframes ag-feature-scroll-loop{0%,20%{transform:translateY(0)}25%,45%{transform:translateY(-20%)}50%,70%{transform:translateY(-40%)}75%,95%{transform:translateY(-60%)}to{transform:translateY(-80%)}}.ag-shades-badge{position:absolute!important;bottom:30px!important;right:8px!important;background-color:#fff!important;border:1.5px solid #f43f5e!important;color:#f43f5e!important;font-size:10px!important;font-family:Outfit,sans-serif!important;font-weight:800!important;padding:3px 8px!important;border-radius:9999px!important;z-index:10!important;box-shadow:0 2px 6px #f43f5e26!important;white-space:nowrap!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.5px!important}.ag-rating-row{display:flex;align-items:center;justify-content:flex-start;gap:4px;font-size:.75rem;margin-top:0!important;margin-bottom:4px!important;white-space:nowrap!important;flex-wrap:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.ag-bottom-wrapper{margin-top:auto!important}.worth-the-hype,.worth-hype-section{max-width:1200px!important;margin:0 auto!important;padding:0 15px!important;width:100%;box-sizing:border-box}@media(max-width:768px){.pdp-tabs-container{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:5px}.pdp-tabs-container::-webkit-scrollbar{display:none}.pdp-tabs-container li{flex:0 0 auto;white-space:nowrap}}.product-details-box{padding-top:0!important;margin-top:0!important}.product-details-box>:first-child{margin-top:0!important;padding-top:0!important}.shopify-section:has(.hero-slideshow){margin-top:-68px;position:relative;z-index:0}@media(max-width:768px){.shopify-section:has(.hero-slideshow){margin-top:-60px}}.ag-product-title,.sheglam-mtl-title,.wth-product .product-title,.cd-item__name,.mz-rec-title{font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:400;line-height:1.4}.ag-rating-row,.sheglam-mtl-rating,.cd-deal-rating,.mz-rec-rating{font-family:Poppins,sans-serif!important;font-size:12px!important;font-weight:400}.ag-price,.sheglam-mtl-price-current,.cd-item__price-now,.cd-deal-price strong,.mz-rec-price{font-family:Poppins,sans-serif!important;font-size:16px!important;font-weight:600!important}.ag-coupon-block strong,.ag-coupon-block span,.pdp-attr-tag,.pdp-inline-coupon,.mz-tag,.mz-rec-badge{font-family:Poppins,sans-serif!important;font-size:12px!important}.ag-atc-btn,.ag-atc-btn-link,.sheglam-mtl-atc,.pdp-atc-btn,.pdp-buy-now-btn,.cd-deal-btn,.mz-rec-atc{font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:600!important}.mz-predict-wrap{margin-top:24px;padding-top:24px;border-top:1px solid #eee}.mz-predict-label{font-family:Poppins,sans-serif;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#888;margin-bottom:16px;display:flex;align-items:center;gap:6px}.mz-predict-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.mz-predict-skeleton-card{background:#f5f5f5;border-radius:10px;height:200px;animation:mzSkeleton 1.2s infinite ease-in-out}@keyframes mzSkeleton{0%,to{opacity:1}50%{opacity:.4}}.mz-predict-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.mz-predict-card{border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;background:#fff;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.mz-predict-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.mz-predict-card__img{width:100%;aspect-ratio:1;object-fit:cover;background:#f5f5f5;display:block}.mz-predict-card__body{padding:10px;display:flex;flex-direction:column;gap:4px;flex:1}.mz-predict-card__title{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#111;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;margin:0}.mz-predict-card__price{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#111;margin:0}.mz-predict-empty{text-align:center;color:#888;font-size:.9rem;padding:24px 0}@media(max-width:480px){.mz-predict-grid,.mz-predict-skeleton{grid-template-columns:repeat(2,1fr)}}.mz-recs{padding:32px 0 0}.mz-recs__heading{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#111;margin:0 0 16px;display:flex;align-items:center;gap:8px}.mz-recs__heading:after{content:"";flex:1;height:1px;background:#eee}.mz-recs__track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:8px}.mz-recs__track::-webkit-scrollbar{display:none}.mz-recs--grid .mz-recs__track{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));overflow-x:visible}.mz-rec-card{flex:0 0 150px;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;background:#fff;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.mz-recs--grid .mz-rec-card{flex:unset}.mz-rec-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.mz-rec-img-link{display:block;aspect-ratio:1;overflow:hidden;background:#f8f8f8}.mz-rec-img-link img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.mz-rec-card:hover .mz-rec-img-link img{transform:scale(1.05)}.mz-rec-body{padding:10px 10px 12px;display:flex;flex-direction:column;gap:6px;flex:1}.mz-rec-title{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#111;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;margin:0}.mz-rec-rating{font-family:Poppins,sans-serif;font-size:12px;color:#666;display:flex;align-items:center;gap:4px;font-weight:400}.mz-rec-rating .star{color:#f59e0b;font-family:Montserrat,sans-serif;font-weight:700}.mz-rec-price{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#111;display:flex;align-items:baseline;gap:6px;margin:0}.mz-rec-compare{font-size:12px;font-weight:400;color:#767676;text-decoration:line-through}.mz-rec-badge{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;background:#fef2f2;color:#dc2626;padding:2px 6px;border-radius:4px;display:inline-block;align-self:flex-start}.mz-rec-atc{width:100%;background:#000;color:#fff;border:none;padding:10px;border-radius:8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:auto}.mz-rec-atc:hover{background:#333}.mz-rec-skeleton{flex:0 0 150px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:mzShimmer 1.4s infinite;border-radius:12px;height:220px}@keyframes mzShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pdp-recs-section{max-width:1400px;margin:48px auto 60px;padding:0 32px}@media(max-width:768px){.pdp-recs-section{padding:0 16px;margin:32px auto 40px}.mz-recs--grid .mz-recs__track{grid-template-columns:repeat(2,1fr)}}.cd-recs{padding:20px 0 0;border-top:1px solid #f0f0f0;margin-top:20px}.ag-product-card .ag-product-title{font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.ag-product-card .ag-rating-row,.ag-product-card .ag-score,.ag-product-card .ag-verified{font-family:Poppins,sans-serif;font-size:12px;font-weight:400}.ag-product-card .ag-star{font-family:Montserrat,sans-serif;font-size:12px;font-weight:700}.ag-product-card .ag-price{font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.ag-product-card .ag-badge,.ag-product-card .ag-coupon-block,.ag-product-card .ag-discount{font-family:Poppins,sans-serif;font-size:12px}.ag-product-card .ag-coupon-block{margin-top:-4px}.ag-product-card .ag-atc-btn,.ag-product-card .ag-atc-btn-link{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;height:44px;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:0 16px;background-color:#f92982!important;color:#fff!important;border-color:#f92982!important}.ag-product-card .ag-atc-btn:hover,.ag-product-card .ag-atc-btn-link:hover{background-color:#e01c70!important;border-color:#e01c70!important}.pdp-gallery{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:100%!important}.pdp-thumb-strip{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;gap:12px!important;justify-content:flex-start!important;margin-top:16px!important;scrollbar-width:none!important}.pdp-thumb-strip::-webkit-scrollbar{display:none!important}.pdp-thumb{flex:0 0 auto!important;min-width:72px!important;width:72px!important;height:72px!important;aspect-ratio:1!important;border-radius:8px!important;overflow:hidden!important;display:block!important}@media(max-width:768px){.pdp-thumb-strip{display:flex!important;width:100%!important;padding-bottom:8px!important}.pdp-thumb{min-width:64px!important;width:64px!important;height:64px!important}}html,body{overflow-x:hidden!important}.mz-search-overlay{position:fixed;top:0;right:0;bottom:0;left:auto;width:min(520px,100vw);background:#fff;z-index:2000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);visibility:hidden;box-shadow:-4px 0 32px #0000001f}.mz-search-overlay.is-open{transform:translate(0);visibility:visible}.mz-search-overlay__bar{border-bottom:1px solid #f0f0f0;background:#fff;position:sticky;top:0;z-index:10;flex-shrink:0}.mz-search-overlay__bar-inner{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:16px 20px}.mz-search-overlay__icon{color:#888;flex-shrink:0}.mz-search-overlay__input{flex:1;border:none;outline:none;font-family:Poppins,sans-serif;font-size:1.05rem;color:#111;background:transparent}.mz-search-overlay__input::placeholder{color:#aaa}.mz-search-overlay__clear,.mz-search-overlay__close{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;color:#555;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;padding:6px 10px;border-radius:6px;transition:background .15s}.mz-search-overlay__clear:hover,.mz-search-overlay__close:hover{background:#f4f4f4}.mz-search-overlay__body{flex:1;overflow-y:auto;padding:0 0 40px}.mz-search-pre__section{max-width:1200px;margin:0 auto;padding:24px 20px 0}.mz-search-pre__label{display:flex;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin:0 0 14px}.mz-trending-pills{display:flex;flex-wrap:wrap;gap:8px}.mz-pill{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:50px;padding:7px 16px;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:400;color:#333;cursor:pointer;transition:transform .15s ease;white-space:nowrap}.mz-pill:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-1px)}.mz-category-rings{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 12px;align-items:flex-start}.mz-category-rings::-webkit-scrollbar{display:none}.mz-cat-ring{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto;cursor:pointer;transition:transform .22s ease;-webkit-tap-highlight-color:transparent}.mz-cat-ring:hover{transform:translateY(-5px)}.mz-cat-ring__circle{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:2.5px;box-shadow:0 2px 10px #00000014;transition:transform .22s ease;display:flex;align-items:center;justify-content:center;position:relative}.mz-cat-ring__circle:before{content:"";position:absolute;top:2.5px;right:2.5px;bottom:2.5px;left:2.5px;border-radius:50%;background:#fff;z-index:0}.mz-cat-ring:hover .mz-cat-ring__circle{background:linear-gradient(135deg,#f92982,#ff6bb5,#ffb3d9);box-shadow:0 6px 20px #f9298247}.mz-cat-ring__circle img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;position:relative;z-index:1}.mz-cat-ring__emoji{font-size:1.9rem;line-height:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:1}.mz-cat-ring__label{font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;color:#222;text-align:center;white-space:nowrap;max-width:72px;overflow:hidden;text-overflow:ellipsis;line-height:1.2;letter-spacing:.01em}.mz-cat-ring:hover .mz-cat-ring__label{color:#f92982}@media(max-width:640px){.mz-category-rings{gap:14px}.mz-cat-ring__circle{width:60px;height:60px;padding:2px}.mz-cat-ring__circle:before{top:2px;right:2px;bottom:2px;left:2px}.mz-cat-ring__emoji{font-size:1.55rem}.mz-cat-ring__label{font-size:.68rem;max-width:60px}}.mz-search-pre__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px}.mz-search-prod-card{text-decoration:none;color:inherit;border:1px solid #f0f0f0;border-radius:10px;overflow:hidden;background:#fff;transition:box-shadow .15s,transform .15s}.mz-search-prod-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.mz-search-prod-card__img{aspect-ratio:1;overflow:hidden;background:#f8f8f8}.mz-search-prod-card__img img{width:100%;height:100%;object-fit:cover;display:block}.mz-search-prod-card__title{font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;color:#111;margin:8px 10px 2px;line-height:1.3;height:2.6em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mz-search-prod-card__price{font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;color:#f92982;margin:0 10px 10px}.mz-search-live{max-width:1200px;margin:0 auto;padding:20px 20px 0}.mz-search-live__suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.mz-live-suggestion{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;background:#f5f5f5;text-decoration:none;color:#333;font-family:Poppins,sans-serif;font-size:.9rem;transition:background .12s}.mz-live-suggestion:hover{background:#ffe4f0;color:#f92982}.mz-search-live__label{font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin:0 0 14px}.mz-search-live__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.mz-live-prod-card{text-decoration:none;color:inherit;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.mz-live-prod-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.mz-live-prod-card__img{aspect-ratio:1;overflow:hidden;background:#f8f8f8}.mz-live-prod-card__img img{width:100%;height:100%;object-fit:cover;display:block}.mz-live-prod-card__info{padding:10px 12px 12px}.mz-live-prod-card__title{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;color:#111;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mz-live-prod-card__price{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;color:#f92982}.mz-live-prod-card__compare{font-size:.75rem;color:#aaa;text-decoration:line-through;margin-left:5px}.mz-search-live__footer{margin-top:20px;text-align:center}.mz-view-all-btn{display:inline-block;padding:10px 28px;background:#111;color:#fff;border-radius:50px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;letter-spacing:.04em;transition:background .15s}.mz-view-all-btn:hover{background:#f92982}.mz-search-spinner{display:flex;gap:14px;padding:10px 0}.mz-search-skeleton{flex:0 0 160px;height:220px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:mzSkeletonShimmer 1.4s infinite;border-radius:12px}@keyframes mzSkeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.msr-section{background:#fafafa;min-height:60vh;width:100%;box-sizing:border-box;overflow-x:hidden}.msr-header{background:#fff;border-bottom:1px solid #efefef;padding:32px 20px 24px;width:100%;box-sizing:border-box}.msr-header__inner{max-width:1260px;margin:0 auto}.msr-header__title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#111;margin:0 0 6px;word-break:break-word;overflow-wrap:break-word}.msr-header__title em{font-style:normal;color:#f92982}.msr-header__count{font-family:Poppins,sans-serif;font-size:.9rem;color:#888;margin:0}.msr-container{max-width:1260px;margin:0 auto;padding:24px 20px 60px;width:100%;box-sizing:border-box}.msr-mobile-bar{display:none;align-items:center;justify-content:space-between;padding:12px 0;margin-bottom:8px}.msr-mobile-filter-btn{display:flex;align-items:center;gap:8px;background:#111;color:#fff;border:none;padding:10px 20px;border-radius:50px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s}.msr-mobile-filter-btn:hover{background:#f92982}.msr-mobile-count{font-family:Poppins,sans-serif;font-size:.85rem;color:#888}.msr-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start;width:100%;box-sizing:border-box}.msr-sidebar{background:#fff;border:1px solid #efefef;border-radius:14px;position:sticky;top:90px;overflow:hidden}.msr-sidebar__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.msr-sidebar__title{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;color:#111;text-transform:uppercase;letter-spacing:.05em}.msr-sidebar__close{display:none;background:none;border:none;cursor:pointer;color:#555;padding:4px}.msr-filter-form{padding:0 0 12px}.msr-filter-group{border-bottom:1px solid #f5f5f5}.msr-filter-group__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:none;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;color:#222;text-align:left}.msr-filter-group__toggle:hover{background:#fafafa}.msr-chevron{transition:transform .2s}.msr-filter-group__toggle[aria-expanded=false] .msr-chevron{transform:rotate(-90deg)}.msr-filter-group__body{padding:4px 20px 14px;display:block}.msr-checkbox{display:flex;align-items:center;gap:10px;padding:5px 0;cursor:pointer;font-family:Poppins,sans-serif;font-size:.85rem;color:#333}.msr-checkbox input[type=checkbox]{accent-color:#F92982;width:15px;height:15px}.msr-filter-count{color:#aaa;font-style:normal}.msr-price-inputs{display:flex;align-items:center;gap:10px;margin-bottom:10px}.msr-price-input-wrap{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:8px;padding:6px 10px;gap:4px;flex:1;font-family:Poppins,sans-serif;font-size:.85rem;color:#666}.msr-price-input-wrap input{border:none;outline:none;width:100%;font-size:.85rem;background:transparent}.msr-price-dash{color:#aaa}.msr-price-apply{display:block;width:100%;padding:8px;background:#111;color:#fff;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.msr-price-apply:hover{background:#f92982}.msr-clear-all{display:block;text-align:center;padding:10px 20px;font-family:Poppins,sans-serif;font-size:.82rem;color:#f92982;text-decoration:underline;cursor:pointer}.msr-apply-btn,.msr-mobile-sort{display:none}.msr-grid-col{min-width:0;width:100%;box-sizing:border-box}.msr-sort-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:12px 16px;background:#fff;border:1px solid #efefef;border-radius:10px}.msr-sort-bar__count{font-family:Poppins,sans-serif;font-size:.88rem;color:#888;margin:0}.msr-sort-bar__right{display:flex;align-items:center;gap:10px}.msr-sort-label{font-family:Poppins,sans-serif;font-size:.85rem;color:#555}.msr-sort-select{border:1px solid #e0e0e0;border-radius:8px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:.85rem;color:#222;background:#fff;cursor:pointer;outline:none}.msr-sort-select:focus{border-color:#f92982}.msr-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;width:100%;box-sizing:border-box}.msr-grid-item{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.msr-no-results{text-align:center;padding:80px 20px;display:flex;flex-direction:column;align-items:center;gap:14px}.msr-no-results h2{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600;color:#222;margin:0}.msr-no-results p{font-family:Poppins,sans-serif;font-size:.95rem;color:#888;line-height:1.6;margin:0}.msr-browse-btn{display:inline-block;margin-top:8px;padding:12px 28px;background:#f92982;color:#fff;border-radius:50px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s}.msr-browse-btn:hover{background:#d41e6e}.msr-pagination{margin-top:40px;display:flex;justify-content:center;gap:8px}.msr-pagination .page{display:inline-block;padding:8px 14px;border:1px solid #e0e0e0;border-radius:8px;font-family:Poppins,sans-serif;font-size:.88rem;color:#333;text-decoration:none}.msr-pagination .page.current{background:#f92982;color:#fff;border-color:#f92982}.msr-filter-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1200}.msr-filter-overlay.is-visible{display:block}@media(max-width:768px){.msr-header{padding:20px 12px 16px!important}.msr-container{padding:16px 12px 40px!important;width:100%!important;box-sizing:border-box!important}.msr-mobile-bar{display:flex;width:100%!important;box-sizing:border-box!important}.msr-layout{grid-template-columns:minmax(0,1fr)!important;width:100%!important;box-sizing:border-box!important}.msr-sidebar{position:fixed;top:0;left:0;bottom:0;width:85%;max-width:340px;z-index:1300;border-radius:0;transform:translate(-100%);transition:transform .3s ease,visibility .3s ease;overflow-y:auto;visibility:hidden}.msr-sidebar.is-open{transform:translate(0);visibility:visible}.msr-sidebar__close{display:flex}.msr-sort-bar{display:none}.msr-mobile-sort{display:block}.msr-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;box-sizing:border-box!important}.msr-grid-item{width:100%!important;min-width:0!important;box-sizing:border-box!important}.mz-search-overlay__bar-inner{padding:12px 16px}.mz-search-overlay__close span{display:none}.mz-search-pre__products,.mz-search-live__products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mz-mobile-nav{background:#fff!important;z-index:1100!important;color:#111!important;box-shadow:4px 0 24px #0000001f}.mz-mobile-nav__header{border-bottom:1px solid #f0f0f0!important;background:#fff!important}.mz-mobile-nav__title{color:#111!important;font-weight:800}.mz-mobile-nav__close{color:#555!important}.mz-mobile-nav__close:hover{color:#111!important}.mz-mobile-nav__item{border-bottom:1px solid #f5f5f5!important}.mz-mobile-nav__accordion,.mz-mobile-nav__link{color:#111!important;background:transparent!important;font-weight:600}.mz-mobile-nav__accordion:hover,.mz-mobile-nav__link:hover{background:#fdf2f8!important;color:#f92982!important}.mz-mobile-nav__thumb--placeholder{background:#f5f5f5!important}.mz-accordion-chevron{opacity:1!important;color:#888!important}.mz-mobile-nav__sub{background:#fafafa!important}.mz-mobile-nav__sub li a{color:#555!important;border-bottom:1px solid #f0f0f0!important;padding:11px 20px 11px 36px!important}.mz-mobile-nav__sub li a:hover{color:#f92982!important}.mz-overlay{z-index:1050!important}.mz-search-overlay.is-open:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;right:min(520px,100vw);background:#00000073;z-index:-1}.pdp-atc-btn,.sb-atc-btn,.btn-add-to-cart,button[name=add]{min-height:48px;font-size:1rem!important;padding:14px 24px!important;border-radius:12px!important;touch-action:manipulation}@media(max-width:768px){.pdp-atc-btn,.sb-atc-btn,.btn-add-to-cart,button[name=add]{width:100%!important;min-height:52px;font-size:1rem!important}}.worth-hype-products .wth-product-wrapper,.worth-hype-products .ag-product-card-outer{flex:0 0 255px!important;width:255px!important;min-width:255px!important;max-width:255px!important;min-height:340px!important}.worth-hype-products .wth-product-wrapper .ag-product-card,.worth-hype-products .ag-product-card{width:100%!important;min-width:0!important;max-width:100%!important}.worth-hype-products .ag-img-wrap{aspect-ratio:4 / 5!important;height:auto!important}.worth-hype-products .ag-product-card{height:100%!important;display:flex!important;flex-direction:column!important}.worth-hype-products .product-pdp-link{display:flex!important;flex-direction:column!important;flex:1!important;text-decoration:none!important;color:inherit!important}.worth-hype-products .ag-card-body{padding:12px 10px 10px!important;gap:6px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;flex:1!important;text-align:left!important}.worth-hype-products .ag-rating-row,.worth-hype-products .ag-pricing-row,.worth-hype-products .ag-swatch-bar{justify-content:flex-start!important}.worth-hype-products .ag-product-title{font-size:13px!important;-webkit-line-clamp:2!important;line-clamp:2!important;margin-bottom:2px!important;text-align:left!important}.worth-hype-products .ag-rating-row{font-size:11px!important;margin-bottom:4px!important}.worth-hype-products .ag-price{font-size:14px!important}.worth-hype-products .ag-coupon-block{margin-bottom:6px!important;padding:4px 8px!important;font-size:11px!important}.worth-hype-products .ag-atc-wrapper{padding:0 10px 10px!important}.worth-hype-products .ag-atc-btn,.worth-hype-products .ag-atc-btn-link{height:38px!important;font-size:12px!important;min-height:unset!important;padding:0 12px!important;border-radius:8px!important}@media(max-width:768px){.wth-mobile-products-track .wth-mobile-product-card-wrap{flex:0 0 160px!important;width:160px!important;min-width:0!important;max-width:160px!important}.wth-mobile-products-track .ag-product-card{width:100%!important;min-width:0!important;max-width:100%!important}.wth-mobile-products-track .ag-img-wrap{height:180px!important;aspect-ratio:auto!important}.wth-mobile-products-track .ag-card-body{padding:8px 8px 4px!important}.wth-mobile-products-track .ag-product-title{font-size:12px!important;margin-bottom:2px!important}.wth-mobile-products-track .ag-price{font-size:13px!important}.wth-mobile-products-track .ag-rating-row,.wth-mobile-products-track .ag-coupon-block,.wth-mobile-products-track .ag-compare,.wth-mobile-products-track .ag-discount{display:none!important}.wth-mobile-products-track .ag-atc-wrapper{padding:0 8px 8px!important}.wth-mobile-products-track .ag-atc-btn,.wth-mobile-products-track .ag-atc-btn-link{height:34px!important;font-size:11px!important;min-height:unset!important;padding:0 8px!important;border-radius:6px!important}}.pdp-buy-now-btn,[data-shopify=payment-button],.shopify-payment-button,.shopify-payment-button__button,.dynamic-checkout-cart{display:none!important;visibility:hidden!important;pointer-events:none!important}.product-feature-badges{display:flex!important;flex-direction:row!important;gap:8px!important;flex-wrap:wrap!important;margin-top:8px!important;margin-bottom:8px!important;align-items:center!important}.feature-badge-pill{border-radius:9999px!important;background-color:#fef6d0!important;border:1px solid #FDE08B!important;text-transform:uppercase!important;font-weight:700!important;font-size:11px!important;font-family:sans-serif!important;color:#5d3108!important;padding:6px 12px!important;line-height:1.3!important;height:auto!important;min-height:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}@media(min-width:768px){.curate-section{margin-top:0!important;padding-top:0!important}.curate-section .section-heading{margin-top:8px!important;margin-bottom:16px!important}}@media(max-width:768px){.curate-section{margin-top:0!important;padding-top:0!important}.curate-section .section-heading{margin-top:4px!important;margin-bottom:12px!important}}@media(min-width:768px){.curate-section{margin-bottom:8px!important}.curate-grid{padding-bottom:8px!important}.worth-hype-section{margin-top:0!important;padding-top:0!important}}@media(max-width:768px){.curate-section{margin-bottom:6px!important}.curate-grid{padding-bottom:6px!important;gap:12px!important}.worth-hype-section{margin-top:8px!important;padding-top:0!important}.wth-mobile-products-heading{margin-top:8px!important;margin-bottom:12px!important}}.ag-product-card .ag-card-body{padding:8px 12px 12px!important;gap:4px!important;top:0!important;border-radius:0 0 16px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.ag-product-card .ag-swatch-wrapper{margin:0!important;height:20px!important;min-height:20px!important;display:flex!important;align-items:center!important}.ag-product-card .ag-product-title{margin:8px 0 2px!important;font-size:.88rem!important;line-height:1.25!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;height:35px!important;text-align:left!important;width:100%!important}.ag-product-card .ag-product-features{margin:0!important;font-size:.72rem!important}.ag-product-card .ag-rating-row{margin:0!important;font-size:11px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;width:100%!important;font-family:Poppins,sans-serif!important}.ag-verified-badge{color:#10b981!important;display:inline-flex!important;align-items:center!important;gap:2px!important;font-weight:800!important;text-transform:uppercase!important;font-size:9px!important;letter-spacing:.5px!important;font-family:Outfit,sans-serif!important}.ag-verified-svg{width:12px!important;height:12px!important;fill:currentColor!important;flex-shrink:0!important}.ag-product-card .ag-pricing-row{margin:0!important;gap:6px!important;display:flex!important;align-items:baseline!important;justify-content:flex-start!important;width:100%!important}.ag-product-card .ag-price{font-size:1rem!important}.ag-product-card .ag-compare{font-size:.78rem!important}.ag-product-card .ag-coupon-block{margin:0!important;padding:3.5px 8px!important;font-size:10px!important;background:#f0fdf4!important;border:1px dashed #34d399!important;color:#047857!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:fit-content!important;box-shadow:0 2px 10px #10b98108!important;font-weight:800!important;font-family:Poppins,sans-serif!important;text-transform:none!important;letter-spacing:.5px!important}.ag-product-card .ag-coupon-block strong{font-weight:900!important}.ag-coupon-tag-svg{width:12px!important;height:12px!important;color:#059669!important;flex-shrink:0!important}.ag-product-card .ag-atc-wrapper{padding:0!important;margin-top:4px!important;margin-bottom:0!important;width:100%!important}.ag-product-card .ag-atc-btn,.ag-product-card .ag-atc-btn-link{font-family:Outfit,sans-serif!important;font-weight:800!important;font-size:11px!important;letter-spacing:1.5px!important;text-transform:uppercase!important;height:38px!important;min-height:unset!important;padding:0 16px!important;border-radius:12px!important;background-color:#f43f5e!important;border:1px solid #f43f5e!important;color:#fff!important;box-shadow:0 4px 14px #f43f5e40!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;width:100%!important;box-sizing:border-box!important;cursor:pointer!important;transition:all .2s ease-in-out!important}.ag-product-card .ag-atc-btn:hover,.ag-product-card .ag-atc-btn-link:hover{background-color:#e11d48!important;border-color:#e11d48!important;box-shadow:0 6px 18px #f43f5e59!important;transform:translateY(-.5px)!important}.worth-hype-products .ag-card-body{padding:8px 8px 4px!important;gap:2px!important}.worth-hype-products .ag-product-title{font-size:12px!important;margin-bottom:2px!important}.worth-hype-products .ag-rating-row,.worth-hype-products .ag-pricing-row{margin-bottom:2px!important}.worth-hype-products .ag-coupon-block{margin-bottom:4px!important;padding:2px 4px!important}.worth-hype-products .ag-atc-wrapper{padding:0 8px 6px!important}@media(max-width:768px){.wth-mobile-products-track .ag-card-body{padding:8px 8px 4px!important;gap:2px!important}.wth-mobile-products-track .ag-product-title{font-size:12px!important;margin-bottom:2px!important}.wth-mobile-products-track .ag-rating-row,.wth-mobile-products-track .ag-pricing-row{margin-bottom:2px!important}.wth-mobile-products-track .ag-coupon-block{margin-bottom:4px!important;padding:2px 4px!important}.wth-mobile-products-track .ag-atc-wrapper{padding:0 8px 6px!important}}@media(min-width:768px){.pdp-gallery{padding-bottom:8px!important}.pdp-thumb-strip{margin-top:10px!important}.pdp-info{padding-top:8px!important}}@media(max-width:768px){.pdp-gallery{margin-bottom:4px!important;padding-bottom:0!important}.pdp-thumb-strip{margin-top:8px!important;margin-bottom:4px!important;padding-bottom:4px!important}.pdp-info{padding-top:6px!important}.pdp-title{margin-top:0!important;padding-top:0!important}}@media(min-width:768px){.pdp-layout{padding-bottom:20px!important}}@media(max-width:768px){.pdp-layout,.pdp-info{padding-bottom:8px!important}.pdp-perks-row{margin-bottom:4px!important}}.pdp-accordions-section{margin-bottom:24px!important}.pdp-reviews-app-container{margin-top:20px!important;margin-bottom:0!important}.trustoo-reviews-wrapper{padding:16px!important}.pdp-recommendations-section{margin-top:20px!important;margin-bottom:40px!important}@media(max-width:768px){.pdp-accordions-section{margin-bottom:12px!important}.pdp-reviews-app-container{margin-top:12px!important;margin-bottom:0!important;padding:0 10px!important}.trustoo-reviews-wrapper{padding:12px!important}.pdp-recommendations-section{margin-top:12px!important;margin-bottom:30px!important}}@media(max-width:768px){.ag-product-card{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.ag-card-body{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;padding:8px 8px 6px!important;gap:4px!important;top:0!important}.ag-bottom-wrapper{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.ag-product-card .ag-product-title{font-size:.78rem!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;width:100%!important;margin:8px 0 2px!important;height:auto!important}.ag-product-card .ag-product-features{font-size:.68rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important;margin:0!important}.ag-product-card .ag-rating-row{font-size:.68rem!important;margin:0!important;gap:3px!important;flex-wrap:nowrap!important;overflow:hidden!important}.ag-product-card .ag-pricing-row{gap:4px!important;margin:0!important;flex-wrap:wrap!important}.ag-product-card .ag-price{font-size:.85rem!important}.ag-product-card .ag-compare{font-size:.72rem!important}.ag-product-card .ag-discount{font-size:.62rem!important;padding:1px 4px!important}.ag-product-card .ag-coupon-block{display:inline-flex!important;width:100%!important;box-sizing:border-box!important;padding:3px 6px!important;margin:0!important;font-size:.65rem!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.ag-product-card .ag-coupon-block strong{font-size:.7rem!important}.ag-product-card .ag-coupon-block span{font-size:.65rem!important}.ag-product-card .ag-atc-wrapper{padding:0!important;margin-top:4px!important;width:100%!important}.ag-product-card .ag-atc-btn,.ag-product-card .ag-atc-btn-link{height:30px!important;line-height:30px!important;font-size:.7rem!important;padding:0 4px!important;border-radius:4px!important;width:100%!important;text-align:center!important}}.hero-slide__overlay-link{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:5;cursor:pointer;background:transparent;display:block}.hero-slide__btn--desktop{display:inline-block}.hero-slide__btn--mobile{display:none}@media(max-width:768px){.hero-slide__overlay-link--desktop{display:none!important}.hero-slide__overlay-link--mobile{display:block!important}.hero-slide__btn--desktop{display:none!important}.hero-slide__btn--mobile{display:inline-block!important}}@media(min-width:768px){.hero-slide__overlay-link--desktop{display:block!important}.hero-slide__overlay-link--mobile{display:none!important}.hero-slide__btn--desktop{display:inline-block!important}.hero-slide__btn--mobile{display:none!important}}.moraze-badge-wrapper{display:flex!important;width:100%!important;box-sizing:border-box!important;position:relative!important;z-index:5!important}.moraze-product-badge{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;border-radius:50px!important;overflow:hidden!important;position:relative!important;background:#ffe16b!important;border-left:3px solid #d49a00!important;box-sizing:border-box!important;z-index:1!important}.moraze-badge-text-container{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;position:relative!important;overflow:hidden!important;z-index:2!important}.moraze-badge-list{display:flex!important;flex-direction:column!important;width:100%!important;z-index:3!important}.moraze-badge-item{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;color:#111!important;font-family:Inter,sans-serif!important;font-weight:800!important;text-transform:uppercase!important;white-space:nowrap!important;box-sizing:border-box!important;z-index:4!important;line-height:1.2!important}.product-card-wrapper:has(.ag-product-card),.sb-product-card:has(.ag-product-card),.pslider-card:has(.ag-product-card),.sheglam-mtl-item:has(.ag-product-card),.wth-product:has(.ag-product-card){border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important}.ag-product-card{background:#fff!important;border:1.5px solid #f0f0f0!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 8px 24px #0000000a!important;display:flex!important;flex-direction:column!important;position:relative!important;transition:transform .3s ease,opacity .3s ease!important;height:100%!important;width:100%!important;box-sizing:border-box!important}.ag-product-card:hover{box-shadow:0 12px 30px #00000014!important;transform:translateY(-4px)!important}.product-pdp-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.product-pdp-link:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.ag-badges-container{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:5}.ag-badge{font-size:.65rem;font-weight:800;text-transform:uppercase;padding:4px 8px;border-radius:4px;color:#fff;letter-spacing:.5px;box-shadow:0 2px 6px #0000001a}.ag-badge-blue{background:#2563eb}.ag-badge-green{background:#10b981}.ag-badge-sale{background:#dc2626}.ag-img-wrap{position:relative!important;width:100%!important;aspect-ratio:4 / 5!important;background:#f9f9f9!important;overflow:hidden!important;height:auto!important}@media(max-width:768px){.ag-img-wrap{aspect-ratio:4 / 5!important;height:auto!important}}.ag-img-wrap .ag-img-primary{position:absolute;top:12px!important;right:12px!important;bottom:12px!important;left:12px!important;width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;object-fit:contain!important;object-position:center!important;opacity:1;transition:opacity .45s ease,transform .45s ease;z-index:1}.ag-img-wrap .ag-img-secondary{position:absolute;top:12px!important;right:12px!important;bottom:12px!important;left:12px!important;width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;object-fit:contain!important;object-position:center!important;opacity:0;transition:opacity .45s ease,transform .45s ease;z-index:2;transform:scale(1.03)}.ag-img-wrap img:not(.ag-img-primary):not(.ag-img-secondary){width:100%;height:100%;padding:12px!important;box-sizing:border-box!important;object-fit:contain!important;object-position:center!important;transition:transform .4s ease}.ag-product-card:hover .ag-img-wrap .ag-img-primary{opacity:0;transform:scale(1.03)}.ag-product-card:hover .ag-img-wrap .ag-img-secondary{opacity:1;transform:scale(1)}.ag-product-card:hover .ag-img-wrap img:not(.ag-img-primary):not(.ag-img-secondary){transform:scale(1.05)}.ag-swatch-bar{display:flex;align-items:center;gap:4px}.ag-swatch-dot{width:14px;height:14px;border-radius:50%;border:1px solid #ddd;box-shadow:inset 0 1px 2px #0000001a}.ag-swatch-more{font-size:.65rem;color:#111;font-weight:700;margin-left:2px}.ag-feature-bar{position:absolute!important;bottom:0!important;left:0!important;width:100%!important;height:24px!important;background-color:#ffd43b!important;color:#111!important;font-family:Outfit,sans-serif!important;font-size:.7rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.5px!important;text-align:center!important;padding:0!important;z-index:4!important;box-shadow:0 -2px 6px #0000000d!important;line-height:24px!important;overflow:hidden!important}.ag-feature-scroller{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;animation:ag-feature-scroll-loop 6s steps(1) infinite!important}.ag-feature-word{height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;line-height:24px!important}@keyframes ag-feature-scroll-loop{0%{transform:translateY(0)}33.33%{transform:translateY(-33.333%)}66.66%{transform:translateY(-66.666%)}to{transform:translateY(0)}}.ag-product-card.ag-has-shades .ag-card-body{padding-bottom:38px!important}.ag-shades-badge{position:absolute!important;bottom:8px!important;right:12px!important;background-color:#fff!important;border:1.5px solid #F92982!important;color:#f92982!important;font-size:.72rem!important;font-weight:800!important;padding:4px 12px!important;border-radius:9999px!important;z-index:5!important;box-shadow:0 4px 10px #f9298226!important;white-space:nowrap!important;line-height:1!important}.ag-card-body{padding:8px 12px 12px!important;display:flex!important;flex-direction:column!important;gap:4px!important;flex:1;background:#fff;border-radius:0 0 16px 16px!important;position:relative;top:0!important}.ag-product-title{font-size:.95rem;font-weight:800;line-height:1.3;margin:8px 0 2px!important;color:#111;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6em!important}.ag-rating-row{display:flex;align-items:center;justify-content:flex-start;gap:4px;font-size:.75rem;margin-top:0!important;margin-bottom:4px!important}.ag-star{color:#ef4444;font-size:.9rem}.ag-score{font-weight:800;color:#111}.ag-sep{color:#ddd;margin:0 2px}.ag-verified{color:#10b981;display:flex;align-items:center;gap:2px;font-weight:700}.ag-pricing-row{display:flex;align-items:center;gap:8px;margin-bottom:4px!important;flex-wrap:wrap}.ag-price{font-size:1.15rem;font-weight:900;color:#111;line-height:1}.ag-compare{font-size:.85rem;color:#767676;text-decoration:line-through;font-weight:600}.ag-discount{background:#fef2f2;color:#b91c1c;font-size:.7rem;font-weight:800;padding:2px 6px;border-radius:4px}.ag-coupon-block{background:#ecfdf5;border:1px dashed #34d399;padding:4px 8px!important;border-radius:6px;display:inline-flex;align-items:center;gap:6px;margin-top:0!important;margin-bottom:8px!important}.ag-coupon-block i{color:#10b981;font-size:1rem}.ag-coupon-block strong{color:#065f46;font-size:.85rem;font-weight:800}.ag-coupon-block span{color:#064e3b;font-size:.75rem;font-weight:600}.ag-atc-wrapper{padding:0!important;background:transparent;position:relative;z-index:10;pointer-events:auto;margin-top:4px!important}.ag-atc-form{margin:0;width:100%!important;display:block!important}.ag-atc-btn,.ag-atc-btn-link{display:flex;align-items:center;justify-content:center;white-space:nowrap;width:100%;height:44px;background:#f92982;color:#fff;font-size:.85rem;font-weight:800;text-transform:uppercase;text-align:center;padding:0 16px;border:none;border-radius:8px;cursor:pointer;text-decoration:none;box-shadow:0 4px 12px #f929824d;transition:transform .1s;letter-spacing:.5px}.ag-atc-btn:active,.ag-atc-btn-link:active{transform:scale(.98)}.ag-atc-btn:hover,.ag-atc-btn-link:hover{background:#e01c70}.ag-atc-btn-link{background:#111;box-shadow:0 4px 12px #00000026}.ag-atc-btn-link:hover{background:#333}.ag-notify-btn{background:#d1d5db;color:#6b7280;box-shadow:none;cursor:not-allowed}.ag-notify-btn:hover{background:#d1d5db}.worth-hype-products .wth-product-wrapper,.worth-hype-products .ag-product-card-outer,.product-card-wrapper:has(.ag-product-card),.sheglam-mtl-item:has(.ag-product-card),.pslider-card:has(.ag-product-card),.sb-product-card:has(.ag-product-card){background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.custom-usp-banner,.card-usp-badge,.usp-badge,.product-card-badge,.feature-badge-pill{border-radius:50px!important;background-color:#ffd43b!important;background-image:none!important;border:none!important;box-shadow:0 2px 6px #0000000d!important;height:auto!important;min-height:unset!important;max-height:unset!important;padding:4px 10px!important;box-sizing:border-box!important;font-family:var(--font-heading)!important;font-weight:800!important;font-size:9px!important;line-height:1.3!important;color:#111!important;text-transform:uppercase!important;letter-spacing:.5px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mz-header-search{flex:0 1 400px;display:flex;justify-content:center;align-items:center;z-index:10}.mz-header-search__pill{display:flex;align-items:center;width:100%;background:#fff;border:1px solid #eaeaea;border-radius:50px;padding:8px 16px;gap:10px;box-shadow:0 2px 8px #0000000a;cursor:pointer}.mz-header-search__icon{color:#888;display:flex;align-items:center}.mz-header-search__input{border:none;background:transparent;width:100%;outline:none;font-family:var(--font-body);font-size:.9rem;color:#111;cursor:pointer}.mz-header-search__input::placeholder{color:#999}@media(max-width:989px){.mz-logo{display:block!important}.mz-nav{display:none!important}.mz-header-search{flex:1!important;margin:0 10px!important;max-width:none!important}.mz-header__inner{padding:0 16px!important;gap:8px!important}}@media(max-width:768px){.curate-section{display:flex!important;flex-direction:column!important;align-items:flex-end!important;margin:8px 0!important;padding:0 16px!important;width:100%!important;box-sizing:border-box!important}.curate-section .section-heading{font-size:1.1rem!important;font-weight:800!important;text-align:right!important;width:100%!important;margin-top:4px!important;margin-bottom:8px!important;color:#111!important;text-transform:uppercase!important;font-family:var(--font-heading)!important}.curate-grid{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;gap:12px!important;width:100%!important;overflow:visible!important;padding-bottom:0!important}.curate-card{flex:0 0 calc(50% - 6px)!important;max-width:160px!important;border-radius:12px!important;border-width:4px!important;border-style:solid!important;box-shadow:0 4px 12px #0000000a!important}}.shopify-section,.shopify-section-group{margin-top:0!important;margin-bottom:0!important;padding-top:4px!important;padding-bottom:4px!important}.worth-hype-section,.collection-section,.sheglam-mtl-section,.reviews-slider,.reviews-section{margin-top:8px!important;margin-bottom:8px!important;padding-top:0!important;padding-bottom:0!important}.join-party,.join-party-section{margin-top:8px!important;margin-bottom:8px!important;padding-top:8px!important;padding-bottom:8px!important}.ag-feature-word{font-family:var(--font-heading)!important;font-weight:800!important;font-size:10px!important}@media(max-width:768px){.pdp-section{padding-left:.5rem!important;padding-right:.5rem!important}.pdp-layout,.pdp-breadcrumb,.pdp-info,.pdp-gallery,.pdp-thumb-strip,.pdp-reviews-section,.pdp-perks-row,.pdp-accordions-section{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;width:100%!important}}@media(max-width:768px){.collection-section,.sheglam-mtl-section,.reviews-section,.join-party-section,#MainContent>.shopify-section{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;width:100%!important;box-sizing:border-box!important}.curate-section,.worth-hype-section{padding-left:.5rem!important;padding-right:.5rem!important;margin-left:0!important;margin-right:0!important;width:100%!important;box-sizing:border-box!important}#MainContent{padding-left:0!important;padding-right:0!important}.mz-logo{display:block!important;justify-self:center!important;align-self:center!important}.mz-logo a{display:flex!important;align-items:center!important}.mz-logo__moraze{font-size:1.4rem!important;letter-spacing:1px!important}.mz-header-search{display:none!important}.wth-mobile-products-track .ag-rating-row{display:flex!important}.ag-img-wrap .ag-img-primary,.ag-img-wrap .ag-img-secondary{top:8px!important;right:8px!important;bottom:30px!important;left:8px!important;width:calc(100% - 16px)!important;height:calc(100% - 38px)!important}.ag-feature-bar{height:20px!important;line-height:20px!important}.ag-feature-word{height:20px!important;line-height:20px!important;font-size:8px!important}.ag-shades-badge{font-size:8px!important;padding:2px 6px!important;bottom:24px!important;right:6px!important}.ag-card-body{padding:6px 6px 4px!important;gap:2px!important;align-items:center!important;text-align:center!important}.ag-product-card .ag-product-title{margin:4px 0 1px!important;font-size:11px!important;text-align:center!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;height:28px!important;line-height:1.25!important}.ag-product-card .ag-rating-row{margin-bottom:1px!important;font-size:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important}.ag-product-card .ag-pricing-row{margin-bottom:1px!important;gap:4px!important;display:flex!important;align-items:baseline!important;justify-content:center!important}.ag-product-card .ag-price{font-size:.8rem!important}.ag-product-card .ag-compare{font-size:.68rem!important}.ag-product-card .ag-discount{font-size:.58rem!important;padding:0 3px!important}.ag-product-card .ag-coupon-block{padding:2px 6px!important;font-size:8px!important;margin:0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important}.ag-product-card .ag-coupon-block strong{font-size:8.5px!important}.ag-product-card .ag-coupon-block span{font-size:7.5px!important}.ag-product-card .ag-coupon-tag-svg{width:9px!important;height:9px!important}.ag-product-card .ag-atc-wrapper{margin-top:2px!important;width:100%!important}.ag-product-card .ag-atc-btn,.ag-product-card .ag-atc-btn-link{height:32px!important;line-height:32px!important;font-size:10px!important;border-radius:8px!important}.curate-section{display:flex!important;flex-direction:column!important;align-items:flex-start!important;margin:8px 0!important}.curate-section .section-heading{font-size:.95rem!important;font-weight:800!important;text-align:left!important;margin-top:4px!important;margin-bottom:12px!important}.curate-grid{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;gap:12px!important;overflow-x:auto!important;padding-bottom:8px!important}.curate-card{flex:0 0 135px!important;width:135px!important;min-width:135px!important}.sheglam-mtl-section{padding-top:8px!important;padding-bottom:16px!important}.sheglam-mtl-heading{font-size:1.5rem!important;margin-top:0!important;margin-bottom:20px!important;text-align:center!important;font-family:var(--font-heading)!important}.sheglam-mtl-wrap{padding:0!important}.sheglam-mtl-viewport{overflow:hidden!important;width:100%!important}.sheglam-mtl-track{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;gap:12px!important;padding:8px 0!important;transform:none!important;width:100%!important}.sheglam-mtl-item{flex:0 0 160px!important;width:160px!important;min-width:160px!important;scroll-snap-align:start!important}.reviews-section{margin-top:8px!important;margin-bottom:12px!important}.reviews-section .section-heading{font-size:1.5rem!important;text-align:center!important;margin-top:0!important;margin-bottom:20px!important}.reviews-slider-track .review-item{padding:16px 12px!important;min-height:unset!important;height:auto!important;flex:0 0 78%!important}.reviews-slider-track .review-item .review-text{font-size:.85rem!important;margin-bottom:12px!important}.reviews-slider-track .review-item .review-stars{margin-bottom:12px!important}}.sheglam-mtl-track{cursor:grab}.sheglam-mtl-track.active-drag{cursor:grabbing;scroll-behavior:auto!important}.mz-header__inner{height:auto!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:10px 32px 6px!important}.mz-header__top-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important}.mz-header__left-group{display:flex!important;align-items:center!important;gap:16px!important}.mz-hamburger{display:none}@media(max-width:989px){.mz-hamburger{display:flex!important;flex-shrink:0}.mz-header__inner{padding:10px 16px 6px!important;gap:8px!important}}.mz-header__search-row{width:100%!important;padding-bottom:0!important;margin-bottom:0!important}.mz-header-search-bar{display:flex!important;align-items:center!important;background:#fff!important;border:1px solid #dcdcdc!important;border-radius:50px!important;padding:10px 18px!important;gap:10px!important;box-shadow:0 2px 6px #0000000a!important;cursor:pointer!important;width:100%!important;box-sizing:border-box!important;transition:border-color .25s ease,box-shadow .25s ease!important}.mz-header-search-bar:hover,.mz-header-search-bar:focus-within{border-color:#b0b0b0!important;box-shadow:0 3px 8px #00000012!important}.mz-header-search-bar__icon{display:flex!important;align-items:center!important;color:#666!important;flex-shrink:0!important}.mz-header-search-bar__placeholder{color:#777!important;font-family:var(--font-body)!important;font-size:.9rem!important;font-weight:500!important;-webkit-user-select:none!important;user-select:none!important}.mz-search,.mz-header-search{display:none!important}#mzAccountIcon svg{stroke-width:2.2!important}@media(max-width:768px){.mz-logo{display:block!important;position:static!important;opacity:1!important;visibility:visible!important;transform:none!important}.pdp-layout,.pdp-info,.pdp-accordions-section,.pdp-reviews-app-container{padding-bottom:0!important;margin-bottom:0!important;margin-top:0!important;padding-top:0!important}.pdp-perks-row{margin-bottom:0!important;padding-bottom:8px!important}.pdp-accordion:first-child .pdp-acc-header{padding-top:8px!important}.pdp-acc-header{padding:10px 4px!important}.trustoo-reviews-wrapper{margin-top:0!important;margin-bottom:0!important;padding:8px 12px!important}.pdp-recommendations-section{margin-top:4px!important;padding-top:0!important}.pdp-recommendations-section h2{margin-top:0!important;margin-bottom:12px!important;font-size:1.3rem!important}.ag-product-title,.ag-product-card .ag-product-title,.product-card .product-title,.sheglam-mtl-title,.wth-product .product-title,.mz-rec-title{font-size:11px!important}.curate-label{font-size:.85rem!important;padding:6px 0!important}#AddToCart,.pdp-atc-btn,.pdp-sticky-atc,.sb-atc-btn,.ag-atc-btn,.btn-add-to-cart,button[name=add]{position:relative!important;z-index:99999!important;pointer-events:auto!important;cursor:pointer!important}#PdpMobileSticky,.pdp-mobile-sticky{position:fixed!important;z-index:99998!important;pointer-events:auto!important}.pdp-sticky-row,.pdp-action-row,.pdp-cta-btns,.ag-atc-wrapper{pointer-events:auto!important}.sticky-header-wrapper{position:sticky!important;top:0!important;z-index:1001!important;box-shadow:0 2px 10px #0000001a}.pdp-mobile-sticky{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;transform:translateY(0)!important;z-index:99999!important;background-color:#fff!important;box-shadow:0 -4px 15px #00000014!important}body{padding-bottom:0!important}.shopify-section-group-footer-group,footer,footer-block{padding-bottom:90px!important}.ag-product-card .ag-atc-wrapper,.ag-product-card .ag-atc-form,.ag-product-card .ag-atc-btn,.ag-product-card .ag-atc-btn-link,.ag-product-card button[name=add],.ag-product-card .ag-notify-btn{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;transform:none!important;z-index:10!important;box-shadow:0 4px 14px #f43f5e40!important}body.search-overlay-open .pdp-mobile-sticky,body.keyboard-open .pdp-mobile-sticky{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.cart-drawer,.cart-drawer__content{height:100%!important;max-height:100dvh!important;overflow:hidden!important;width:100%!important}.cart-drawer__content{right:-100%!important}.cart-drawer.open .cart-drawer__content{right:0!important}.cd-scroll-area{padding-bottom:110px!important}.cd-footer{position:absolute!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important;background:#fff!important;border-top:1px solid #f0f0f0!important;box-shadow:0 -4px 20px #00000014!important}}.shopify-section:has(.hero-slideshow)+.shopify-section{margin-top:0!important}.shopify-section:has(.hero-slideshow)+.shopify-section>:first-child{margin-top:0!important;padding-top:0!important}.hp-panel{background:linear-gradient(135deg,#522613f2,#82442afa)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.hp-panel .bhp-inner{text-align:center!important;padding:40px 32px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;height:100%!important}.hp-panel .bhp-tag{color:#fff!important;font-family:Montserrat,Roboto,sans-serif!important;font-size:.95rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:2px!important;margin-bottom:8px!important;display:block!important}.hp-panel .bhp-title{font-family:Montserrat,Roboto,sans-serif!important;font-size:2.2rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.5px!important;line-height:1.25!important;color:#fff!important;margin-bottom:16px!important}.hp-panel .bhp-title span{color:#fff!important;font-style:normal!important;text-transform:uppercase!important}.hp-panel .bhp-desc{font-family:Poppins,Roboto,sans-serif!important;font-size:.95rem!important;color:#ffffffe6!important;margin-bottom:28px!important;line-height:1.5!important}.hp-panel .bhp-btn{background-color:#fff!important;color:#000!important;border:none!important;border-radius:0!important;padding:12px 36px!important;font-family:Montserrat,Roboto,sans-serif!important;font-size:.85rem!important;font-weight:800!important;letter-spacing:1.5px!important;text-transform:uppercase!important;box-shadow:0 4px 15px #00000026!important;transition:all .2s ease!important;display:inline-flex!important}.hp-panel .bhp-btn:hover{background-color:#f5f5f5!important;color:#000!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #0003!important}.ag-product-title,.ag-product-card .ag-product-title,.product-card .product-title,.sheglam-mtl-title,.wth-product .product-title,.mz-rec-title{font-size:13px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;height:auto!important;max-height:none!important;line-height:1.3!important}#mainCartRecs .ag-atc-wrapper{display:none!important}body.cart-drawer-open #PdpMobileSticky,body.cart-drawer-open .pdp-mobile-sticky{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.cart-drawer{z-index:1000000!important}.product-form__submit[disabled]{cursor:not-allowed;opacity:.75}.product-form__submit.is-loading{position:relative;color:transparent!important;pointer-events:none}.product-form__submit.is-loading:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:cartSubmitSpinner .6s linear infinite}@keyframes cartSubmitSpinner{to{transform:rotate(360deg)}}.buy-3-tag-placeholder,.product-tag--buy-3,.badge--buy-3,.buy-3-badge{display:none!important}@media(min-width:768px){.mobile-menu-icon{display:none!important}}.mz-mobile-nav__row--column{flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important;gap:4px!important}body.cart-drawer-open{overflow:hidden!important;height:100%!important;position:fixed!important;width:100%!important;overscroll-behavior:none!important}.cart-drawer,.cart-drawer__content{overscroll-behavior:none!important}.cd-scroll-area{overscroll-behavior:contain!important}#floating-cart-bar{display:none!important}body.has-floating-cart{padding-bottom:0!important}.cd-promo-banner,.cd-progress-section{position:relative!important}.mz-milestone-progress{padding:16px;background:#fdfaf9;border:1px dashed #f8c8d8;border-radius:12px;margin:16px 0;font-family:Poppins,sans-serif}.mz-mp-title{font-size:.8rem;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:flex;align-items:center;gap:6px}.mz-mp-bar-wrap{position:relative;margin:20px 0 35px;height:6px}.mz-mp-track{position:absolute;top:0;right:0;bottom:0;left:0;background:#e9e9e9;border-radius:4px}.mz-mp-fill{position:absolute;left:0;top:0;height:100%;background:#f92982;border-radius:4px;transition:width .6s cubic-bezier(.4,0,.2,1)}.mz-mp-nodes{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:space-between;pointer-events:none}.mz-mp-node{position:relative;display:flex;flex-direction:column;align-items:center;width:0}.mz-mp-node-circle{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #ccc;z-index:2;margin-top:-6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:.6rem}.mz-mp-node--active .mz-mp-node-circle{border-color:#f92982;background:#f92982;color:#fff;box-shadow:0 0 8px #f9298266}.mz-mp-node-label{position:absolute;top:18px;font-size:.65rem;font-weight:700;color:#666;white-space:nowrap;text-align:center;transform:translateY(2px)}.mz-mp-node--active .mz-mp-node-label{color:#f92982}.mz-mp-msg{font-size:.72rem;color:#444;margin:0;line-height:1.4;font-weight:500}.mz-mp-msg strong{color:#f92982}.mz-reward-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000000!important;opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s ease;display:flex;align-items:center;justify-content:center;padding:20px}.mz-reward-overlay.open{opacity:1;visibility:visible}.mz-reward-card{background:#fff;border-radius:20px;width:100%;max-width:400px;padding:30px 24px;text-align:center;box-shadow:0 10px 30px #00000026;position:relative;transform:scale(.85) translateY(20px);transition:transform .1s cubic-bezier(.16,1,.3,1)}.mz-reward-overlay.open .mz-reward-card{transform:scale(1) translateY(0)}.mz-reward-close-x{position:absolute;top:14px;right:18px;background:none;border:none;font-size:1.3rem;font-weight:400;color:#999;cursor:pointer;padding:4px;transition:color .2s ease}.mz-reward-close-x:hover{color:#333}.mz-reward-emoji{font-size:2.8rem;margin-bottom:12px;display:inline-block;animation:mz-bounce 1.5s infinite ease-in-out}.mz-reward-title{font-size:1.25rem;font-weight:800;color:#111;margin:0 0 16px;text-transform:uppercase;letter-spacing:-.2px;font-family:Montserrat,sans-serif}.mz-reward-img-wrap{width:130px;height:130px;margin:0 auto 16px;background:#fdfdfd;border:1px solid #f0f0f0;border-radius:12px;padding:8px;display:flex;align-items:center;justify-content:center}.mz-reward-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.mz-reward-badge{display:inline-block;background:#fff0f5;color:#f92982;font-size:.78rem;font-weight:700;padding:6px 14px;border-radius:50px;border:1.5px solid #F92982;text-transform:uppercase;margin-bottom:24px}.mz-reward-btn{display:block;width:100%;background:#f92982;color:#fff;border:none;border-radius:50px;padding:14px 20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #f9298240}.mz-reward-btn:hover{background:#e0186d;box-shadow:0 6px 16px #f9298273;transform:translateY(-1px)}@keyframes mz-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.mz-reward-product-link{display:inline-block;margin-bottom:12px;color:#f92982;font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.mz-reward-product-link:hover{color:#c0006a}.mz-reward-btn-secondary:hover{background:#f7f7f7!important;color:#333!important;border-color:#b0b0b0!important}.ag-product-card .ag-atc-btn,.ag-product-card .ag-atc-btn-link,.m1111-atc-btn,.ag-product-card .ag-atc-btn:hover,.ag-product-card .ag-atc-btn-link:hover,.m1111-atc-btn:hover,.ag-badge-sale{color:#111827!important;font-weight:700!important}.mz-search-overlay__input::placeholder,#mzOverlayInput::placeholder,#mzSearchInput::placeholder,.mz-search-input::placeholder{color:#757575!important;opacity:1!important}.btn,.btn-primary,.btn-black,.wth-mobile-slide-btn,.sps-slide-btn,.ag-atc-btn,.ag-notify-btn,.pdp-atc-btn,.pdp-notify-btn,.not-for-sale-btn,.hero-slide__btn,.btn-add-to-cart{background-color:#f5a623!important;color:#fff!important;font-weight:700!important;border-radius:50px!important;border:1.5px solid #F5A623!important;text-transform:uppercase!important;letter-spacing:1px!important;padding:14px 36px!important;transition:all .3s ease!important;box-shadow:0 4px 14px #f5a62340!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.btn:hover,.btn-primary:hover,.btn-black:hover,.wth-mobile-slide-btn:hover,.sps-slide-btn:hover,.ag-atc-btn:hover,.ag-notify-btn:hover,.pdp-atc-btn:hover,.pdp-notify-btn:hover,.not-for-sale-btn:hover,.hero-slide__btn:hover,.btn-add-to-cart:hover{background-color:#e0921b!important;border-color:#e0921b!important;color:#fff!important;box-shadow:0 6px 20px #f5a62366!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
