:root{--red: #bc2d29;--red-accent: #bc261a;--gray: #f4f4f4;--gray-2: #f7f7f7;--gray-3: #f5f5f5;--blue-bg: #f2f7ff;--yellow: #fcee1f;--yellow-2: #ffbe54;--orange: #ffa103;--orange-2: #f19124;--purple: #811ea1;--ink: #121212;--muted: #737b8b;--line: #e3e3e3;--container: 1600px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.4;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 40px;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;height:57px;padding:0 38px;border-radius:200px;font-weight:700;font-size:18px;letter-spacing:1.1px;white-space:nowrap;transition:transform .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-2px)}.btn--white{background:#fff;color:var(--ink)}.btn--orange{background:var(--orange-2);color:var(--ink)}.btn--outline{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}.btn--outline:hover{background:var(--ink);color:#fff}.btn--sm{height:38px;padding:0 22px;font-size:13px;letter-spacing:.6px}.announcement{background:var(--red);color:#fff;height:69px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 16px}.announcement p{font-weight:600;font-size:16px}.header{background:#fff;border-bottom:1px solid #f0f0f0;position:relative;z-index:50;grid-template-columns:1fr!important}.header__inner{max-width:var(--container);margin:0 auto;padding:18px 30px;display:flex;align-items:center;gap:20px;width:100%}.header__logo img{height:60px;width:auto;object-fit:contain}.search{display:flex;align-items:center;gap:10px;border:1.3px solid var(--line);border-radius:2500px;padding:9px 24px;min-width:260px;max-width:400px;flex:0 1 400px}.search input{border:none;flex:1;width:100%;font-size:16px;color:var(--ink);background:transparent;box-sizing:content-box;box-shadow:none;outline:none}.search input::placeholder{color:var(--muted)}.search button{display:flex;color:var(--muted)}.search svg{width:22px;height:22px}.nav{display:flex;align-items:center;gap:18px;flex:1;flex-wrap:wrap;justify-content:center}.nav__link,.nav__trigger{display:inline-flex;align-items:center;gap:5px;font-weight:600;font-size:15px;opacity:.8;white-space:nowrap;font-family:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:6px 0}.nav__link:hover,.nav__trigger:hover{opacity:1}.nav__chevron{width:16px;height:16px;transition:transform .25s ease}.nav__item--has-children{position:relative}.nav__item.is-open .nav__chevron{transform:rotate(180deg)}.nav__dropdown{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 40px #0000001f;min-width:220px;padding:10px 0;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:60}.nav__dropdown a{display:block;padding:10px 20px;font-size:14px;font-weight:500;color:var(--ink);transition:background .15s ease}.nav__dropdown a:hover{background:var(--gray)}.nav__item.is-open .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}@media(hover:hover)and (min-width:993px){.nav__item--has-children:hover .nav__dropdown,.nav__item--has-children:focus-within .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav__item--has-children:hover .nav__chevron,.nav__item--has-children:focus-within .nav__chevron{transform:rotate(180deg)}.nav__item--has-children:after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}}.nav__close{display:none}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border:0;background:none;cursor:pointer;padding:0;order:-1}.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);transition:transform .25s ease,opacity .2s ease}.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s;z-index:40}.nav-backdrop.is-open{opacity:1;visibility:visible}.header__actions{display:flex;align-items:center;gap:16px}.icon-btn{display:flex;color:var(--ink)}.icon-btn svg{width:26px;height:26px}.hero{position:relative;display:flex;align-items:center;overflow:hidden;background:#7a0d0d;padding-top:50px;padding-bottom:230px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero__content{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:60px 40px 120px;width:100%;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:22px}.hero__content h1{font-weight:600;font-size:95px;letter-spacing:-3px;line-height:1;text-shadow:0 4px 30px rgba(0,0,0,.35)}.hero__content p{font-weight:400;font-size:34px;letter-spacing:-1px;max-width:830px;text-shadow:0 2px 16px rgba(0,0,0,.4)}.brands{background:#fff;padding:46px 0}.brands__row{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.brands__row+.brands__row{margin-top:30px}.brand{height:70px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.brand img{max-height:54px;width:auto;object-fit:contain}.brand--circle{width:130px;height:130px;border-radius:50%;background:#fff;padding:18px;border:1px solid #e2dede}.section{padding:70px 0}.section--gray{background:var(--gray)}.section--blue{background:var(--blue-bg)}.section__title{font-weight:700;font-size:45px;letter-spacing:-1.1px;color:var(--ink);text-transform:uppercase}.section__title--center{text-align:center;text-transform:uppercase}.section__head{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:40px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;background:var(--gray-3);border-radius:40px;aspect-ratio:365/424;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease;background:#fff}.product-card__link{display:block;width:100%;height:100%}.product-card__link:hover img{transform:scale(1.04)}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--red-accent)}.product-card__title{font-weight:500;font-size:23px;letter-spacing:-1px;margin-top:18px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{font-weight:400;font-size:20px;letter-spacing:-1px;margin-top:6px;color:var(--ink)}.fav{position:absolute;top:18px;right:18px;width:45px;height:45px;border-radius:50%;background:#12121233;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:1;transform:none;transition:background .2s ease,transform .2s ease}.fav:hover{background:var(--red-accent)}.fav svg{width:24px;height:24px}.fav--red{background:#f15353}.shop-now{position:absolute;left:0;right:0;bottom:0;background:var(--red-accent);height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;opacity:0;transform:translateY(100%);transition:opacity .25s ease,transform .25s ease}.shop-now span:first-child{color:#fff;font-weight:700;font-size:16px;letter-spacing:.7px}.shop-now__rule{width:99px;height:1px;background:#fff}.product-card:hover .shop-now{opacity:1;transform:translateY(0)}.fav.is-active{background:var(--red-accent);color:#fff}.fav.is-active svg{fill:currentColor}.fav.is-active:active{transform:scale(.92)}.icon-btn--wishlist{position:relative}.wishlist-count{position:absolute;top:-6px;right:-8px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--red-accent);color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center;pointer-events:none}.wishlist-count[hidden]{display:none}.wishlist-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;height:100dvh;background:#fff;box-shadow:-8px 0 30px #0000002e;transform:translate(100%);transition:transform .3s ease;z-index:70;display:flex;flex-direction:column}.wishlist-drawer.is-open{transform:translate(0)}.wishlist-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.wishlist-drawer__head h3{font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px}.wishlist-drawer__count{background:var(--gray);color:var(--ink);font-size:12px;font-weight:700;padding:2px 10px;border-radius:999px}.wishlist-drawer__close{width:36px;height:36px;border-radius:50%;background:var(--gray);display:flex;align-items:center;justify-content:center;cursor:pointer}.wishlist-drawer__close svg{width:18px;height:18px}.wishlist-drawer__body{flex:1;overflow-y:auto;padding:16px 0}.wishlist-drawer__empty{text-align:center;padding:60px 30px;color:var(--muted);font-size:15px}.wishlist-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;padding:14px 24px;border-bottom:1px solid #f0f0f0;align-items:center}.wishlist-drawer__thumb{width:80px;height:80px;border-radius:12px;background:var(--gray);overflow:hidden;display:flex;align-items:center;justify-content:center}.wishlist-drawer__thumb img{width:100%;height:100%;object-fit:contain}.wishlist-drawer__info{min-width:0}.wishlist-drawer__title{font-weight:600;font-size:14px;color:var(--ink);display:block;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wishlist-drawer__price{font-size:13px;color:var(--muted)}.wishlist-drawer__actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.wishlist-drawer__add{background:var(--ink);color:#fff;font-size:12px;font-weight:600;padding:8px 14px;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .2s ease}.wishlist-drawer__add:hover:not(:disabled){background:var(--red-accent)}.wishlist-drawer__add:disabled{opacity:.5;cursor:not-allowed}.wishlist-drawer__add.is-added{background:#2b8a4a}.wishlist-drawer__remove{font-size:11px;color:var(--muted);cursor:pointer;padding:0}.wishlist-drawer__remove:hover{color:var(--red-accent)}.wishlist-drawer__foot{padding:16px 24px;border-top:1px solid var(--line)}.wishlist-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:65;opacity:0;transition:opacity .25s ease}.wishlist-drawer-backdrop.is-open{opacity:1}.wishlist-drawer-backdrop[hidden]{display:none}.icon-btn--cart{position:relative}.cart-count{position:absolute;top:-6px;right:-8px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--ink);color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center;pointer-events:none}.cart-count[hidden]{display:none}.cart-drawer{position:fixed;top:0;right:0;width:min(440px,100vw);height:100vh;height:100dvh;background:#fff;box-shadow:-8px 0 30px #0000002e;transform:translate(100%);transition:transform .3s ease;z-index:70;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.cart-drawer__head h3{font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px}.cart-drawer__count{background:var(--gray);color:var(--ink);font-size:12px;font-weight:700;padding:2px 10px;border-radius:999px}.cart-drawer__close{width:36px;height:36px;border-radius:50%;background:var(--gray);display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-drawer__close svg{width:18px;height:18px}.cart-drawer__body{flex:1;overflow-y:auto;padding:8px 0}.cart-drawer__empty{text-align:center;padding:60px 30px;color:var(--muted);font-size:15px}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;padding:16px 24px;border-bottom:1px solid #f0f0f0;align-items:flex-start}.cart-drawer__thumb{width:80px;height:80px;border-radius:12px;background:var(--gray);overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-drawer__thumb img{width:100%;height:100%;object-fit:contain}.cart-drawer__info{min-width:0}.cart-drawer__title{font-weight:600;font-size:14px;color:var(--ink);display:block;margin-bottom:4px;line-height:1.3}.cart-drawer__variant{font-size:12px;color:var(--muted);display:block;margin-bottom:8px}.cart-drawer__qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:2px}.cart-drawer__qty button{width:26px;height:26px;border-radius:50%;background:transparent;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.cart-drawer__qty button:hover:not(:disabled){background:var(--gray)}.cart-drawer__qty button:disabled{opacity:.3;cursor:not-allowed}.cart-drawer__qty span{min-width:24px;text-align:center;font-size:13px;font-weight:600;padding:0 4px}.cart-drawer__line-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;white-space:nowrap}.cart-drawer__line-price{font-size:14px;font-weight:700;color:var(--ink)}.cart-drawer__line-remove{font-size:11px;color:var(--muted);cursor:pointer;padding:0}.cart-drawer__line-remove:hover{color:var(--red-accent)}.cart-drawer__foot{padding:18px 24px;border-top:1px solid var(--line)}.cart-drawer__foot[hidden]{display:none}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-drawer__subtotal span:first-child{font-size:15px;color:var(--muted);font-weight:500}.cart-drawer__subtotal span:last-child{font-size:18px;font-weight:700;color:var(--ink)}.cart-drawer__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cart-drawer__buttons .btn{width:100%}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:65;opacity:0;transition:opacity .25s ease}.cart-drawer-backdrop.is-open{opacity:1}.cart-drawer-backdrop[hidden]{display:none}@media(hover:none){.shop-now{opacity:1;transform:none}}.pager{display:flex;gap:14px;justify-content:flex-end;margin-top:34px}.pager--center{justify-content:center}.pager button{width:42px;height:42px;border-radius:50%;border:1px solid #d6d6d6;background:#fff;font-size:20px;color:#444;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.pager button:hover{background:#f0f0f0}.pager button:disabled{opacity:.4;cursor:not-allowed}.tab-panel{display:none}.tab-panel.is-active{display:block}.slider{position:relative}.slider__track{display:flex;gap:34px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.slider__track::-webkit-scrollbar{display:none}.slider__track>.product-card{flex:0 0 calc((100% - 102px)/4);scroll-snap-align:start;min-width:0}@media(max-width:1200px){.slider__track{gap:24px}.slider__track>.product-card{flex-basis:calc((100% - 24px)/2)}}@media(max-width:640px){.slider__track{gap:16px}.slider__track>.product-card{flex-basis:100%!important;flex:0 0 100%!important}}.categories .section__title{margin-bottom:32px}.categories__layout{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}.cat-list{background:#fff;border-radius:24px;padding:22px 10px;max-height:440px;overflow-y:auto}.cat-list ul{display:flex;flex-direction:column;gap:6px}.cat-list li{font-weight:600;font-size:16px;padding:10px 16px;border-radius:12px;cursor:pointer;color:var(--ink)}.cat-list li:hover,.cat-list li.is-active{background:var(--gray)}.cat-feature{display:grid;grid-template-columns:1fr 1fr;gap:34px}.cat-card{position:relative;display:flex;flex-direction:column}.cat-card__media{background:var(--gray);border-radius:24px;aspect-ratio:595/406;overflow:hidden;box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a}.cat-card__media img{width:100%;height:100%;object-fit:var(--cat-img-fit, contain);background:#fff}.cat-card h3{font-weight:500;font-size:21px;margin-top:16px;letter-spacing:-.5px}.cat-card .product-card__price{margin-top:4px}.badge{position:absolute;top:0;left:24px;z-index:2;font-weight:700;font-size:14px;color:#fff;padding:9px 18px;border-radius:0 0 12px 12px}.badge--red{background:var(--red)}.panel{background:var(--gray);border-radius:36px;padding:56px 64px 48px}.panel .section__title{margin-bottom:30px}.tabs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}.tabs__tab{font-weight:600;font-size:15px;letter-spacing:.4px;color:var(--ink);background:transparent;border:1.5px solid var(--line);border-radius:999px;padding:10px 22px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap}.tabs__tab:hover{background:var(--gray);border-color:var(--ink)}.tabs__tab.is-active{background:var(--yellow-2);border-color:var(--yellow-2);color:var(--ink)}.tabs__tab.is-active:hover{background:var(--yellow-2);border-color:var(--yellow-2)}.panel .product-card__media{background:#fff}.promo{position:relative;overflow:hidden;display:flex;align-items:center}.promo__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.promo__inner{position:relative;z-index:1;width:100%;display:flex;align-items:center}.corner-badge{position:absolute;top:0;left:0;z-index:3;background:var(--yellow);color:var(--ink);font-weight:700;font-size:18px;letter-spacing:.7px;padding:11px 22px;border-radius:0 0 12px}.promo__text h2{color:#fff;font-weight:700;font-size:45px;line-height:1.25;letter-spacing:-1px}.promo--green{min-height:287px;background:linear-gradient(90deg,#20b15a,#34ca70,#48e286)}.promo--green .promo__inner{justify-content:space-between;gap:30px}.promo--green .promo__logo{height:54px;width:auto;flex:0 0 auto}.promo--purple{min-height:560px;background:#2a1438}.promo--purple .promo__inner--right{justify-content:flex-end}.promo__brand{position:absolute;top:34px;right:40px;width:100%;max-width:226px;aspect-ratio:113/31}.promo__brand strong{color:var(--orange-2)}.promo__text--right{max-width:620px;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.promo__text--right h2{font-size:70px;line-height:1.18;letter-spacing:-2px}.promo__text--right h2 .thin{font-weight:400}.promo__text--right h2 strong{font-weight:700}.finder{position:relative;padding:90px 0;overflow:hidden;background:linear-gradient(180deg,#f7d9b0,#f19124)}.finder__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.finder .container{position:relative;z-index:1}.finder__card{background:#fff;border-radius:41px;padding:60px 70px;display:flex;flex-direction:column;align-items:center;gap:26px;box-shadow:0 30px 70px #00000026}.finder__card h2{font-weight:700;font-size:60px;letter-spacing:-1px;text-align:center}.finder__search{display:flex;align-items:center;gap:12px;width:100%;max-width:680px;border:1px solid var(--line);border-radius:60px;padding:16px 30px}.finder__search input{flex:1;border:none;outline:none;font-size:17px;background:transparent}.finder__search input::placeholder{color:var(--muted)}.finder__search button{display:flex;color:var(--muted)}.finder__search svg{width:26px;height:26px}.finder__subtitle{font-weight:600;font-size:25px;text-align:center}.finder__tags{display:flex;flex-wrap:wrap;gap:16px 22px;justify-content:center;max-width:900px}.tag{background:#fff;border:1px solid #ececec;border-radius:60px;padding:9px 26px;font-weight:600;font-size:18px;color:var(--ink);box-shadow:0 4px 14px #0000000f;transition:background .15s ease}.tag:hover{background:var(--gray)}.chips{display:flex;gap:14px;flex-wrap:wrap}.chip{height:43px;padding:0 24px;border-radius:200px;border:1.1px solid var(--ink);background:transparent;font-weight:500;font-size:15px;letter-spacing:.8px;color:var(--ink);display:inline-flex;align-items:center}.chip--solid,.chip.is-active{background:var(--orange);border-color:var(--orange)}.explore__layout{display:grid;grid-template-columns:7fr 2fr;gap:20px;align-items:stretch}.explore__main{position:relative;overflow:hidden;border-radius:36px;min-height:560px;display:flex;flex-direction:column;padding:60px}.explore__main:before{content:"";position:absolute;right:0;bottom:0;z-index:3;background:linear-gradient(135deg,#fff,#fff0 63%);width:100%;height:100%;left:0;top:0}.explore__text{position:relative;z-index:4;max-width:480px;display:flex;flex-direction:column;gap:22px;align-items:flex-start}.explore__text h2{font-weight:400;font-size:78px;line-height:1.05;letter-spacing:-4px}.explore__text p{font-size:20px;opacity:.8;letter-spacing:-.3px}.explore__photo{position:absolute;right:0;bottom:0;z-index:1;width:100%;max-width:100%;object-fit:cover;top:0;height:100%}.explore__side{display:flex;flex-direction:column;gap:15px}.explore__card{position:relative;flex:1;overflow:hidden;border-radius:36px;background:var(--gray);min-height:260px;padding:34px}.explore__card h3{font-weight:400;font-size:40px;letter-spacing:-2px;position:relative;z-index:2}.explore__card img{max-height:78%;width:auto;object-fit:contain}.round-arrow{position:absolute;top:30px;right:20px;z-index:3;width:40px;height:40px;border-radius:50%;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #0000001f}.round-arrow svg{width:24px;height:24px}.reviews{background:var(--gray-2)}.reviews__title{font-weight:400;font-size:50px;text-transform:none;letter-spacing:-1px;margin-bottom:48px}.reviews__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.review{background:#fff;border-radius:18px;padding:30px 26px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.stars{color:#ffb800;font-size:20px;letter-spacing:3px}.review__text{font-size:17px;color:#1a1a1a;line-height:1.45}.review__avatar{width:44px;height:44px;border-radius:50%;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:17px}.review__name{font-weight:600;font-size:17px;width:100%}.review__role{font-size:13px;color:#00000080;width:100%}.review__date{font-size:13px;color:#00000080;margin-top:4px}.review__source{font-weight:600;font-size:14px;color:#444;display:flex;align-items:center;gap:6px}.footer{background:var(--ink);color:#fff;padding:48px 0}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer__brand{flex:0 0 auto;display:flex;align-items:center}.footer__brand img{height:90px;width:auto;object-fit:contain}.footer__signup{display:flex;align-items:center;gap:13px;flex-wrap:nowrap;flex:0 1 auto}.footer__signup input{border:1.3px solid rgba(255,255,255,.52);background:transparent;border-radius:256px;padding:14px 28px;color:#fff;font-size:15px;width:240px}.footer__signup input::placeholder{color:#fff9}.footer__signup button{background:#fff;color:var(--ink);font-weight:600;font-size:15px;border-radius:256px;padding:14px 32px;white-space:nowrap}.footer__cols{display:flex;gap:80px;flex-wrap:wrap;flex:0 0 auto}.footer__col{display:flex;flex-direction:column;gap:14px}.footer__col h4{font-weight:600;font-size:14px;letter-spacing:1.3px;margin-bottom:6px;color:#fff;text-transform:uppercase}.footer__col a{font-weight:500;font-size:16px;opacity:.52}.footer__col a:hover{opacity:1}.footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:24px}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer__copyright{font-size:14px;opacity:.52;margin:0}.footer__copyright a{color:#fff;opacity:1;text-decoration:underline}.footer__copyright-image img{height:28px;width:auto;object-fit:contain}@media(max-width:1200px){.hero__content h1{font-size:72px}.hero__content p{font-size:26px}.section__title{font-size:38px}.product-grid{grid-template-columns:repeat(2,1fr);gap:28px}.reviews__grid{grid-template-columns:repeat(2,1fr)}.promo__text--right h2{font-size:54px}.finder__card h2{font-size:46px}.explore__text h2{font-size:60px}.panel{padding:44px 36px 40px}}@media(max-width:992px){.container,.header__inner{padding-left:20px;padding-right:20px}.header__inner{gap:14px;flex-wrap:nowrap}.header__logo{margin-right:auto}.search{order:2;flex:1 1 auto;min-width:0;max-width:380px}.nav-toggle{display:flex}.nav{position:fixed;top:0;left:0;width:min(86vw,360px);height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;background:#fff;flex-wrap:nowrap;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:80px 20px 40px;box-shadow:8px 0 30px #0000002e;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;z-index:50}.nav.is-open{transform:translate(0)}.nav__close{display:flex;position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;background:var(--gray);border:0;color:var(--ink);cursor:pointer;z-index:2}.nav__close svg{width:20px;height:20px}.nav__link,.nav__trigger{width:100%;max-width:100%;padding:14px 8px;border-bottom:1px solid #f0f0f0;justify-content:space-between;font-size:17px;opacity:1;white-space:normal;word-break:break-word;text-align:left;flex-shrink:0}.nav__item--has-children{width:100%;flex-shrink:0}.nav__dropdown{position:static;background:transparent;border:0;box-shadow:none;padding:0;min-width:0;width:100%;max-height:0;overflow:hidden;opacity:1;visibility:visible;transform:none;transition:max-height .3s ease}.nav__item.is-open .nav__dropdown{max-height:800px}.nav__dropdown a{padding:10px 16px;font-size:15px;white-space:normal;word-break:break-word}.categories__layout{grid-template-columns:1fr}.cat-list{max-height:none}.cat-list ul{flex-direction:row;flex-wrap:wrap}.explore__layout{grid-template-columns:1fr}.explore__main{min-height:480px}.explore__side{flex-direction:row}.explore__photo{width:100%}}@media(max-width:640px){.container,.header__inner{padding-left:16px;padding-right:16px}.announcement p{font-size:13px}.header__inner{padding:14px 16px;gap:10px}.header__logo img{height:44px}.search{flex:1 1 auto;max-width:none;padding:7px 14px;font-size:14px}.search input{font-size:14px}.search svg{width:18px;height:18px}.header__actions{gap:8px}.icon-btn svg{width:22px;height:22px}.hero{min-height:460px}.hero__content{padding-bottom:70px}.hero__content h1{font-size:46px;letter-spacing:-2px}.hero__content p{font-size:18px}.btn{height:30px;font-size:12px;padding:0 20px}.section{padding:46px 0}.section__title{font-size:28px}.section__head{margin-bottom:26px}.product-grid{grid-template-columns:1fr!important;gap:16px}.product-card__title{font-size:22px;margin-top:12px}.product-card__price{font-size:15px}.product-card__media{border-radius:24px}.fav{width:36px;height:36px;top:12px;right:12px}.fav svg{width:18px;height:18px}.shop-now{height:46px}.shop-now span:first-child{font-size:14px}.cat-feature{grid-template-columns:1fr}.cat-card h3{font-size:18px}.panel{padding:30px 18px 28px;border-radius:24px}.tabs{gap:8px;justify-content:center}.tabs__tab{font-size:13px;padding:8px 16px}.brands{padding:30px 0}.brands__row{gap:18px}.brands__row+.brands__row{margin-top:18px}.brand{height:54px}.brand img{max-height:38px}.brand--circle{width:84px;height:84px;padding:12px}.brand--circle img{max-height:54px}.promo__text h2{font-size:26px}.promo--green{min-height:220px;padding:30px 0}.promo--green .promo__inner{flex-direction:column;align-items:flex-start;gap:14px}.promo--green .promo__logo{height:34px}.promo--purple{min-height:420px}.promo__text--right h2{font-size:34px}.promo__brand{font-size:18px;top:18px;right:20px}.corner-badge{font-size:14px;padding:8px 14px}.chips{gap:8px}.chip{height:36px;padding:0 14px;font-size:13px}.finder{padding:50px 0}.finder__card{padding:34px 22px;border-radius:24px}.finder__card h2{font-size:30px!important}.finder__subtitle{font-size:19px}.finder__search{padding:10px 18px}.finder__search input{font-size:15px}.tag{font-size:14px;padding:7px 16px}.finder__tags{gap:10px 12px}.explore__text h2{font-size:40px;letter-spacing:-2px}.explore__main{padding:30px;min-height:420px;border-radius:24px}.explore__side{flex-direction:column}.explore__card{padding:24px;border-radius:24px;min-height:220px}.explore__card h3{font-size:28px}.round-arrow{width:42px;height:42px;top:18px;right:18px}.round-arrow svg{width:18px;height:18px}.reviews__grid{grid-template-columns:1fr;gap:18px}.reviews__title{font-size:30px;margin-bottom:28px}.review{padding:22px 18px;border-radius:14px}.footer{padding:36px 0}.footer__inner{justify-content:flex-start;gap:24px}.footer__brand img{height:64px}.footer__signup{flex:1 1 100%}.footer__signup input{width:auto;flex:1;min-width:0;padding:12px 18px;font-size:14px}.footer__signup button{padding:12px 22px;font-size:14px}.footer__cols{gap:36px}.footer__col a{font-size:14px}.footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:14px}.pager button{width:36px;height:36px;font-size:18px}}.icon-btn--search-mobile{display:none;cursor:pointer}@media(max-width:992px){.header__inner .search{display:none}.icon-btn--search-mobile{display:flex;color:var(--ink)}.icon-btn--search-mobile svg{width:24px;height:24px}}.search-popup{position:fixed;top:0;left:0;right:0;background:#fff;z-index:80;transform:translateY(-100%);transition:transform .3s ease;box-shadow:0 6px 24px #0000001f}.search-popup.is-open{transform:translateY(0)}.search-popup__inner{display:flex;align-items:center;gap:12px;max-width:var(--container);margin:0 auto;padding:18px 24px}.search-popup__form{flex:1;max-width:none;min-width:0}.search-popup__close{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:var(--gray);display:flex;align-items:center;justify-content:center;cursor:pointer}.search-popup__close svg{width:20px;height:20px;color:var(--ink)}.search-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:75;opacity:0;transition:opacity .25s ease}.search-popup-backdrop.is-open{opacity:1}.search-popup-backdrop[hidden]{display:none}.template-product{background:var(--gray)!important}.template-product main{background:var(--gray)}.template-product .product,.template-product .product.gradient,.template-product .product__info,.template-product .product__info-wrapper,.template-product .product__info-container{background:transparent!important;background-image:none!important}.template-product .product__media-wrapper{border-radius:24px}.template-product .product__media,.template-product .product__media-item,.template-product .product__modal-opener,.template-product .product-media-container{border-radius:24px;overflow:hidden}.template-product .product__media img,.template-product .product-media img,.template-product .product-media-container img{background:#fff;object-fit:contain}.template-product .product__media-item{background:#fff}.template-product .thumbnail,.template-product .thumbnail-list__item{border-radius:12px;overflow:hidden}.template-product .thumbnail img{background:#fff}.template-product .product__title h1,.template-product .product__title{font-weight:700;letter-spacing:-1px;color:var(--ink)}.template-product .product__text{color:var(--ink)}.template-product .product__info-wrapper .product__vendor,.template-product .product__info-container .product__vendor{font-weight:600;font-size:14px;letter-spacing:.8px;color:var(--muted)}.template-product .price{font-weight:600;color:var(--ink)}.template-product .price__regular .price-item--regular{font-size:28px;font-weight:700}.template-product .product__description{color:var(--ink);line-height:1.6;font-size:16px}.template-product .product-form__submit,.template-product .shopify-payment-button__button{border-radius:999px!important;font-weight:700!important;letter-spacing:1px!important;height:56px;font-size:15px;box-shadow:none!important;border:none!important}.template-product .product-form__submit{background:var(--yellow-2)!important;color:var(--ink)!important;transition:background .2s ease,color .2s ease!important}.template-product .product-form__submit:hover{background:var(--red)!important;color:#fff!important}.template-product .product-form__submit:before,.template-product .product-form__submit:after,.template-product .shopify-payment-button__button:before,.template-product .shopify-payment-button__button:after,.template-product button.button:before,.template-product button.button:after,.template-product .button:before,.template-product .button:after{display:none!important;box-shadow:none!important}.template-product .quantity{border-radius:999px}.template-product .product-form__input .form__label,.template-product fieldset.product-form__input{font-weight:600}.template-product variant-radios input+label,.template-product variant-radios .product-form__pill{border-radius:999px}.template-product product-modal,.template-product .product-modal,.template-product .product-media-modal{background:#fff9!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.template-product .product-media-modal__dialog,.template-product .product-media-modal__content{max-width:min(90vw,1100px);max-height:90vh;width:auto;height:auto;margin:5vh auto;display:flex;align-items:center;justify-content:center}.template-product .product-media-modal__content img,.template-product .product-media-modal img,.template-product product-modal img{max-width:100%!important;max-height:85vh!important;width:auto!important;height:auto!important;object-fit:contain;background:#fff;border-radius:12px}.template-product .product-media-modal__toggle{z-index:10}@media(max-width:768px){.template-product .product-media-modal__dialog,.template-product .product-media-modal__content{max-width:96vw;max-height:92vh;margin:4vh auto}.template-product .product-media-modal__content img,.template-product .product-media-modal img,.template-product product-modal img{max-height:80vh!important}}.template-cart{background:var(--gray)!important}.template-cart main{background:var(--gray)}.template-cart .cart,.template-cart .cart.gradient,.template-cart cart-items,.template-cart cart-items.gradient,.template-cart .cart-items,.template-cart .cart-items.gradient,.template-cart #main-cart-footer,.template-cart #main-cart-footer.gradient{background:transparent!important;background-image:none!important}.template-cart cart-items[class*=section-]{padding-bottom:0!important}.template-cart .cart__items,.template-cart .cart-items__container,.template-cart cart-items{background:#fff;border-radius:24px;padding:32px}div#main-cart-footer{margin-bottom:40px}@media(max-width:640px){.template-cart .cart__items,.template-cart .cart-items__container,.template-cart cart-items{padding:20px 16px;border-radius:18px}}.template-cart .title--primary,.template-cart .cart-items__title{font-weight:700;letter-spacing:-1px;color:var(--ink)}.template-cart .cart-item__media,.template-cart .cart-item__image-container{border-radius:16px;overflow:hidden;background:#fff}.template-cart .cart-item__image,.template-cart .cart-item__media img{object-fit:contain;background:#fff}.template-cart .cart-item{border-bottom:1px solid #f0f0f0}.template-cart .cart-item:last-child{border-bottom:none}.template-cart .cart-item__name{font-weight:600;color:var(--ink)}.template-cart .cart-item__name:hover{color:var(--red)}.template-cart .cart-item__price-wrapper,.template-cart .price,.template-cart .totals__total-value{font-weight:700;color:var(--ink)}.template-cart .quantity{border-radius:999px;border:1.3px solid var(--line);background:#fff;overflow:hidden;box-shadow:none!important}.template-cart .quantity:before,.template-cart .quantity:after{display:none!important;box-shadow:none!important}.template-cart .quantity__button{background:transparent;cursor:pointer;border:none!important;box-shadow:none!important}.template-cart .quantity__button:hover{background:var(--gray)}.template-cart .quantity__input{background:transparent!important;font-weight:600;text-align:center;border:none!important;box-shadow:none!important;outline:none!important}.template-cart .quantity__input:focus{box-shadow:none!important;outline:none!important}.template-cart .cart-item__remove-link,.template-cart .cart-remove-button{color:var(--muted);transition:color .18s ease}.template-cart .cart-item__remove-link:hover,.template-cart .cart-remove-button:hover{color:var(--red)}.template-cart .cart__footer{background:#fff;border-radius:24px;padding:28px 32px!important;box-shadow:0 4px 20px #0000000d;margin-top:24px}@media(max-width:640px){.template-cart .cart__footer{padding:22px 18px!important;border-radius:18px}}.template-cart .cart__checkout-button,.template-cart [name=checkout],.template-cart button[name=checkout]{background:var(--yellow-2)!important;color:var(--ink)!important;border:none!important;border-radius:999px!important;font-weight:700!important;letter-spacing:1px!important;height:56px;font-size:15px;box-shadow:none!important;transition:background .2s ease,color .2s ease,transform .15s ease!important}.template-cart .cart__checkout-button:hover,.template-cart [name=checkout]:hover,.template-cart button[name=checkout]:hover{background:var(--red)!important;color:#fff!important;transform:translateY(-2px)}.template-cart .cart__checkout-button:before,.template-cart .cart__checkout-button:after,.template-cart [name=checkout]:before,.template-cart [name=checkout]:after,.template-cart button.button:before,.template-cart button.button:after,.template-cart .button:before,.template-cart .button:after{display:none!important;box-shadow:none!important}.template-cart .shopify-payment-button__button{border-radius:999px!important;height:56px}.template-cart .cart__empty-text,.template-cart cart-items--empty{text-align:center;font-size:18px;color:var(--muted);padding:60px 20px}.template-cart .cart__warnings .button,.template-cart .empty-page-content .button{background:var(--yellow-2)!important;color:var(--ink)!important;border-radius:999px!important;font-weight:700;letter-spacing:1px;border:none!important;box-shadow:none!important}.template-cart .cart__warnings .button:hover,.template-cart .empty-page-content .button:hover{background:var(--red)!important;color:#fff!important}.template-cart .field,.template-cart .cart__note{border-radius:16px}.template-cart .cart__note textarea,.template-cart .cart__note input{border-radius:16px;background:#fff}@media screen and (min-width:990px){.template-product .product--large:not(.product--no-media) .product__media-wrapper,.template-product .product--medium:not(.product--no-media) .product__media-wrapper,.template-product .product--small:not(.product--no-media) .product__media-wrapper{max-width:50%;width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.template-product .product--large:not(.product--no-media) .product__info-wrapper,.template-product .product--medium:not(.product--no-media) .product__info-wrapper,.template-product .product--small:not(.product--no-media) .product__info-wrapper{max-width:50%;width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2);padding:0 0 0 4rem}}.template-product .price .badge,.template-product .price__badge-sale,.template-product .price__badge-sold-out{position:static!important;top:auto!important;left:auto!important;z-index:auto!important;display:inline-flex;align-items:center;width:auto;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.4px;padding:5px 12px}.container--small{max-width:1340px}.eyebrow{font-weight:700;font-size:14px;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:14px}.eyebrow--orange{color:#f19124}.eyebrow--red{color:var(--red)}.serif-display{font-family:Playfair Display,Times New Roman,serif;font-weight:500;letter-spacing:-1px}.btn-outline-red{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 36px;border-radius:200px;border:2px solid var(--red);color:var(--red);font-weight:600;font-size:17px;transition:background .2s ease,color .2s ease}.btn-outline-red:hover{background:var(--red);color:#fff}.btn-cta{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--ink);height:64px;padding:0 44px;border-radius:200px;font-weight:700;font-size:18px;letter-spacing:.3px;transition:transform .15s ease}.btn-cta:hover{transform:translateY(-2px)}@media(max-width:640px){.btn-outline-red{height:46px;padding:0 26px;font-size:15px}.btn-cta{height:52px;padding:0 30px;font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/jmre-base.css.map */
