:root{--font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;--color-text: rgba(255, 255, 255, .87);--color-bg: #f9f9f9;--line-height: 1.5;--navbar-height: 64px}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-family);line-height:var(--line-height);font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;min-height:100vh;min-height:100dvh}body{margin:0;padding:0;min-height:100%;min-height:100vh;min-height:100dvh;color:var(--color-text);background-color:var(--color-bg);overscroll-behavior-y:none}.navbar{width:100%;height:var(--navbar-height);padding:0 2rem;background:linear-gradient(to right,#0a0a0a,#1a1a1a,#1f2a1f,#0f1a2a,#0a1a2a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:fixed;top:0;left:0;z-index:1000;overflow:visible}.navbar:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#0a0a0ae6,#1a1a1ad9,#1f2a1fcc,#0f1a2ad9,#0a1a2ae6);filter:blur(20px);z-index:-1}.container-navbar{width:100%;max-width:none;height:100%;margin:0;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;box-sizing:border-box}.navbar-left-group{display:flex;align-items:center}.member-text{color:#fff;font-family:Inter;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;position:relative;padding-bottom:.25rem;transition:opacity .2s ease}.member-text:hover{opacity:.8}.member-text:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#fff;transform:scaleX(1.1);transform-origin:center}.navbar-right-group{display:flex;align-items:center;gap:1.5rem}.navbar-icon{background:none;border:none;color:#fff;cursor:pointer;width:36px;height:36px;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;position:relative}.navbar-icon:hover{opacity:.7}.navbar-icon:active{opacity:.5}.navbar-icon:disabled{opacity:.35;cursor:default;pointer-events:none}.navbar-icon svg{display:block;width:20px;height:20px;stroke:currentColor}.navbar-user-menu{position:relative}.user-menu-panel{position:absolute;top:calc(100% + .85rem);right:0;width:255px;background-color:#e8e8e8;color:#111;box-shadow:0 16px 40px #00000047;padding:1.35rem 1.35rem 1.5rem;z-index:1100}.user-menu-heading{margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase}.user-menu-divider{width:100%;height:1px;background-color:#8b8b8b;margin:.75rem 0}.user-menu-item{width:100%;display:block;border:none;background:transparent;color:#111;text-align:left;padding:.16rem 0;margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.2;font-weight:400;letter-spacing:.01em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:opacity .15s ease}.user-menu-item:hover{opacity:.7}.user-menu-item+.user-menu-item{margin-top:.18rem}.user-menu-link{display:block}.auth-modal-container{position:fixed;top:4.1rem;left:85.5%;transform:translate(-50%);width:min(340px,calc(100vw - 2rem));background-color:#e8e8e8;box-shadow:0 14px 32px #00000047;padding:.9rem;z-index:1200}.auth-modal-primary,.auth-modal-sign-in-as-guest,.auth-modal-no-account-option{width:100%;min-height:3rem;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;line-height:1;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:opacity .15s ease}.auth-modal-primary{background-color:#191b20;border:1px solid #191b20;color:#f4f4f4}.auth-modal-sign-in-as-guest{margin-top:1.2rem;background-color:transparent;border:2px solid #222222;color:#111}.auth-modal-no-account-option{margin:0;padding-top:1rem;color:#111;font-family:Inter,sans-serif;line-height:1.15;text-align:center;text-transform:none}.auth-modal-create-account{margin-top:.2rem}.auth-modal-primary:hover,.auth-modal-sign-in-as-guest:hover{opacity:.85}.auth-modal-backdrop{display:none}.navbar-icon--bump{animation:cartBump .42s ease;transform-origin:center}@keyframes cartBump{0%{transform:scale(1) rotate(0)}20%{transform:scale(1.12) rotate(-8deg)}40%{transform:scale(1.12) rotate(8deg)}60%{transform:scale(1.08) rotate(-6deg)}80%{transform:scale(1.05) rotate(4deg)}to{transform:scale(1) rotate(0)}}.navbar-sign-out{background:none;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;padding:.5rem;transition:opacity .2s ease}.navbar-sign-out:hover{opacity:.7}@media(max-width:768px){.navbar{padding:0 1rem}.member-text{font-size:.875rem}.navbar-right-group{gap:1rem}.navbar-icon svg{width:18px;height:18px}.navbar-icon{width:32px;height:32px}.user-menu-panel{width:190px;background-color:#fff;padding:.5rem 1.5rem .6rem}.user-menu-heading{font-size:.85rem;padding-top:.7rem}.user-menu-item{font-size:.85rem}.auth-modal-backdrop{display:block;position:fixed;inset:0;z-index:1199;border:none;padding:0;background:#00000073;cursor:pointer}.auth-modal-container{top:auto;bottom:max(1.25rem,env(safe-area-inset-bottom));left:50%;right:auto;transform:translate(-50%);width:min(386px,calc(100vw - 2rem));background-color:#fff;border:1px solid #111111;box-shadow:0 8px 32px #0000002e;padding:1rem}.auth-modal-primary,.auth-modal-sign-in-as-guest{min-height:3rem;font-size:.95rem}.auth-modal-sign-in-as-guest{margin-top:.75rem}.auth-modal-no-account-option{margin:.75rem 0 .5rem;font-size:1rem}}.main-navbar{width:100%;height:var(--navbar-height);padding:0 2rem;background:linear-gradient(to right,#0a0a0a,#1a1a1a,#1f2a1f,#0f1a2a,#0a1a2a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:fixed;top:0;left:0;z-index:1000;overflow:visible}.main-navbar:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#0a0a0ae6,#1a1a1ad9,#1f2a1fcc,#0f1a2ad9,#0a1a2ae6);filter:blur(20px);z-index:-1}.main-navbar__container{width:100%;max-width:none;height:100%;margin:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;z-index:1;box-sizing:border-box}.main-navbar__left{display:flex;justify-content:flex-start;align-items:center}.main-navbar__center{display:flex;align-items:center;justify-content:center}.main-navbar__right{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.main-navbar__logo-link{text-decoration:none;height:100%;display:flex;align-items:center;justify-content:center}.main-navbar__logo-image{display:block;height:40px;width:auto;object-fit:contain;transform:scale(2.75);transition:transform .2s ease,opacity .2s ease}@media(min-width:876px){.main-navbar__logo-link:hover .main-navbar__logo-image{transform:scale(3.8);opacity:.9}}.main-navbar__icon-btn{background:none;border:none;color:#fff;cursor:pointer;width:36px;height:36px;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;position:relative;transition:opacity .2s ease}.main-navbar__icon-btn:hover{opacity:.7}.main-navbar__icon-btn:active{opacity:.5}.main-navbar__icon-btn:disabled{opacity:.35;cursor:default;pointer-events:none}.main-navbar__icon-btn svg{display:block;width:20px;height:20px;stroke:currentColor}.main-navbar-icon--bump{animation:mainCartBump .42s ease;transform-origin:center}@keyframes mainCartBump{0%{transform:scale(1) rotate(0)}20%{transform:scale(1.12) rotate(-8deg)}40%{transform:scale(1.12) rotate(8deg)}60%{transform:scale(1.08) rotate(-6deg)}80%{transform:scale(1.05) rotate(4deg)}to{transform:scale(1) rotate(0)}}.main-navbar__flyout-shell{position:relative}.main-navbar__flyout-menu{position:fixed;top:4.1rem;left:1.5rem;width:min(230px,calc(100vw - 2rem));background-color:#e8e8e8;box-shadow:0 14px 32px #00000047;padding:.6rem 0;z-index:1200;display:flex;flex-direction:column}.main-navbar__flyout-item{width:100%;border:none;display:block;background:transparent;color:#111;text-decoration:none;text-align:left;padding:.42rem .9rem;font-family:Inter,sans-serif;font-size:1.02rem;font-weight:500;letter-spacing:.01em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease}.main-navbar__flyout-item--current{font-weight:700}.main-navbar__flyout-item:hover,.main-navbar__flyout-item:focus-visible,.main-navbar__flyout-item--active{background-color:#d7d7d7;outline:none}.main-navbar__flyout-submenu{position:fixed;top:8rem;left:calc(1.5rem + min(230px,calc(100vw - 2rem)) - 2px);width:220px;background-color:#f0f0f0;box-shadow:0 14px 32px #0000003d;padding:.55rem 0;z-index:1201;display:flex;flex-direction:column}.main-navbar__flyout-submenu-item{width:100%;border:none;background:transparent;color:#111;text-align:left;padding:.42rem .9rem;font-family:Inter,sans-serif;font-size:1.02rem;font-weight:500;letter-spacing:.01em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease;text-decoration:none;display:block;box-sizing:border-box}.main-navbar__flyout-submenu-item--current{background-color:#d7d7d7}.main-navbar__flyout-submenu-item:hover,.main-navbar__flyout-submenu-item:focus-visible{background-color:#d7d7d7;outline:none}.main-navbar__user-menu{position:relative}.main-user-menu__panel{position:absolute;top:calc(100% + .85rem);right:0;width:255px;background-color:#e8e8e8;color:#111;box-shadow:0 16px 40px #00000047;padding:1.35rem 1.35rem 1.5rem;z-index:1100}.main-user-menu__heading{margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase}.main-user-menu__divider{width:100%;height:1px;background-color:#8b8b8b;margin:1.15rem 0}.main-user-menu__item{width:100%;display:block;border:none;background:transparent;color:#111;text-align:left;padding:.16rem 0;margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.2;font-weight:400;letter-spacing:.01em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:opacity .15s ease}.main-user-menu__item:hover{opacity:.7}.main-user-menu__item+.main-user-menu__item{margin-top:.18rem}.main-user-menu__link{display:block}.main-auth-modal{position:fixed;top:4.1rem;left:85.5%;transform:translate(-50%);width:min(340px,calc(100vw - 2rem));background-color:#e8e8e8;box-shadow:0 14px 32px #00000047;padding:.9rem;z-index:1200}.main-auth-modal__primary,.main-auth-modal__outline,.main-auth-modal__text{width:100%;min-height:3rem;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;line-height:1;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:opacity .15s ease}.main-auth-modal__primary{background-color:#191b20;border:1px solid #191b20;color:#f4f4f4}.main-auth-modal__outline{margin-top:1.2rem;background-color:transparent;border:2px solid #222222;color:#111}.main-auth-modal__text{margin:0;padding-top:1rem;color:#111;line-height:1.15;text-align:center;text-transform:none}.main-auth-modal__create-account{margin-top:.2rem}.main-auth-modal__primary:hover,.main-auth-modal__outline:hover{opacity:.85}.main-auth-modal-backdrop{display:none}@media(max-width:768px){.main-navbar{padding:0 1rem}.main-navbar__right{gap:.2rem}.main-navbar__icon-btn svg{width:18px;height:18px}.main-navbar__icon-btn{width:32px;height:32px}.main-navbar__logo-image{height:32px}.main-navbar__flyout-menu{left:.75rem;top:3.7rem;width:min(180px,calc(100vw - 1rem))}.main-navbar__flyout-item{font-size:.92rem;padding:.36rem .75rem}.main-navbar__flyout-submenu{top:6.2rem;left:calc(.75rem + min(180px,calc(100vw - 1rem)) - 2px);width:170px}.main-navbar__flyout-submenu-item{font-size:.9rem;padding:.36rem .75rem}.main-user-menu__panel{width:190px;background-color:#fff;padding:.5rem 1.5rem .6rem}.main-user-menu__heading{font-size:.85rem;padding-top:.7rem}.main-user-menu__item{font-size:.85rem}.main-auth-modal-backdrop{display:block;position:fixed;inset:0;z-index:1199;border:none;padding:0;background:#00000073;cursor:pointer}.main-auth-modal{top:auto;bottom:max(1.25rem,env(safe-area-inset-bottom));left:50%;right:auto;transform:translate(-50%);width:min(386px,calc(100vw - 2rem));background-color:#fff;border:1px solid #111111;box-shadow:0 8px 32px #0000002e;padding:1rem}.main-auth-modal__primary,.main-auth-modal__outline{min-height:3rem;font-size:.95rem}.main-auth-modal__outline{margin-top:.75rem}.main-auth-modal__text{margin:.75rem 0 .5rem;font-size:1rem}}.pages-layout{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding-top:var(--navbar-height, 64px);background:#fff;color:#111}.pages-layout__main{flex:1;min-height:0;background:#fff}.pages-layout--auth{padding-top:0}.pages-layout--auth .pages-layout__main{background:transparent}.pages-layout:has(.landing__section) .pages-layout__main{background:transparent}.pages-layout:has(.home-page),.pages-layout:has(.home-page) .pages-layout__main{background:#f5f5f5}.pages-layout:has(.contact-us__section) .pages-layout__main{background:linear-gradient(180deg,#1e1e1e,#546473)}.pages-layout:has(.about-us__section) .pages-layout__main{background:#000}@media(max-width:768px){.pages-layout:has(.contact-us__section) .pages-layout__main{background:#f5f5f5}.pages-layout:has(.about-us__section){overflow-x:hidden;background:#000}.pages-layout:has(.about-us__section) .pages-layout__main{overflow-x:hidden}}.cartRedeem{display:flex;flex-direction:column;gap:6px;padding:0 16px 12px}.cartRedeemLabel{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.cartRedeemBalance{color:#777;text-transform:none;letter-spacing:0}.cartRedeemSelect{padding:8px 10px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:.9rem}.cartError{color:#c0392b;font-size:.85rem;margin:8px 16px 0;text-align:right}.checkoutBtn:disabled{opacity:.6;cursor:not-allowed}.cartOverlay{position:fixed;inset:0;background:#00000073;z-index:9999;display:grid;place-items:center;padding:24px}.cartOverlay__backdrop{display:none}.cartModal{width:min(980px,100%);max-height:min(760px,calc(100vh - 48px));background:#fff;box-shadow:0 20px 80px #00000059;display:flex;flex-direction:column;overflow:hidden}.cartHeader{display:flex;align-items:center;justify-content:space-between;padding:22px 26px 14px}.cartTitle{margin:0;font-size:22px;letter-spacing:.12em;font-weight:700}.cartClose{border:1px solid #cfcfcf;background:#fff;width:28px;height:28px;line-height:26px;cursor:pointer}.cartDivider{height:1px;background:#e6e6e6;margin:0 26px}.cartStockNotice{margin:12px 26px 0;padding:10px 12px;border:1px solid #111;background:#fafafa;color:#111;font-size:13px;line-height:1.4}.cartItems{padding:18px 26px;overflow-y:auto;min-height:0;flex:1}.cartEmpty{margin:0;color:#444}.cartRow{display:grid;grid-template-columns:96px 1fr 40px;gap:18px;align-items:start;padding:16px 0;border-bottom:1px solid #efefef}.cartImg{width:96px;height:96px;object-fit:cover;background:#f2f2f2}.cartInfo{display:grid;gap:6px}.cartName{font-weight:600}.cartPrice{color:#111}.cartMeta{color:#555;font-size:13px}.cartQty{margin-top:6px;display:inline-grid;grid-template-columns:34px 44px 34px;height:28px}.qtyBtn{background:#111;color:#fff;border:none;cursor:pointer;font-size:16px}.qtyValue{display:grid;place-items:center;border:1px solid #111;font-weight:600}.trashBtn{border:none;background:transparent;cursor:pointer;font-size:18px;margin-top:6px}.cartFooter{border-top:1px solid #e6e6e6}.cartSummary{display:flex;min-height:120px}.summaryLeft{flex:1;background:#111;color:#fff;padding:18px 22px;display:grid;gap:10px;align-content:center}.summaryRow{display:flex;justify-content:space-between;font-size:14px;letter-spacing:.06em}.summaryTotal{margin-top:6px;font-weight:700}.summaryRight{width:min(260px,40%);background:#fff;display:grid;place-items:center;border-left:1px solid #e6e6e6}.checkoutBtn{width:80%;height:44px;background:#fff;border:1px solid #111;font-weight:700;letter-spacing:.12em;cursor:pointer}.checkoutBtn__mobile{display:none}.trashBtn__icon{width:22px;height:22px;display:block}@media(max-width:768px){.cartOverlay{inset:var(--navbar-height, 64px) 0 0 0;padding:0;background:transparent;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;z-index:999}.cartOverlay__backdrop{display:block;position:absolute;inset:0;z-index:0;border:0;padding:0;background:#00000014;cursor:pointer}.cartModal{width:100%;height:min(600px,calc(100svh - var(--navbar-height, 64px) - 72px));max-height:min(600px,calc(100svh - var(--navbar-height, 64px) - 72px));background:#f2f2f2;box-shadow:0 -6px 28px #0000001f;position:relative;z-index:1;isolation:isolate;flex:0 0 auto;padding-bottom:env(safe-area-inset-bottom,0px)}.cartModal:has(.cartEmpty){height:auto;max-height:min(320px,calc(100svh - var(--navbar-height, 64px) - 72px))}.cartItems:has(.cartEmpty){flex:0 0 auto}.cartHeader{padding:1rem .75rem .75rem}.cartClose{display:none}.cartTitle{font-size:1.25rem;letter-spacing:.06em}.cartDivider{margin:0;background:#111;height:1px}.cartStockNotice{margin:.75rem 0 0;font-size:.8125rem}.cartItems{padding:0;overflow-y:auto;flex:1;min-height:0}.cartEmpty{padding:1rem .75rem}.cartRow{display:grid;grid-template-columns:6.25rem minmax(0,1fr) 1.75rem;grid-template-rows:auto auto;gap:.5rem .5rem;align-items:start;padding:1rem .75rem;border-bottom:1px solid #d4d4d4}.cartImg{grid-row:1 / 3;display:block;width:6.25rem;height:10rem;object-fit:cover;object-position:center;background:#f2f2f2;overflow:hidden}.cartInfo{grid-column:2;display:flex;flex-direction:column;align-items:flex-start;justify-self:center;text-align:left;width:6.25rem;min-width:6.25rem;gap:.25rem}.cartName{font-size:1rem;font-weight:700;width:100%;overflow-wrap:anywhere}.cartPrice,.cartMeta{font-size:.9375rem;color:#111}.cartMeta{font-size:.875rem}.cartQty{margin-top:.35rem;align-self:flex-start;display:grid;grid-template-columns:2rem 2.25rem 2rem;width:6.25rem;height:2rem;background:#111}.qtyBtn{width:2rem;height:2rem;min-width:2rem;max-width:2rem;flex:none;font-size:1rem;line-height:1;padding:0;display:inline-flex;align-items:center;justify-content:center}.qtyValue{width:2.25rem;min-width:2.25rem;max-width:2.25rem;height:2rem;background:#fff;border:none;border-left:1px solid #111;border-right:1px solid #111;font-size:.9375rem;display:grid;place-items:center}.trashBtn{grid-column:3;grid-row:1;align-self:start;justify-self:end;margin-top:0;padding:0;color:#111}.trashBtn__icon{width:1.375rem;height:1.375rem}.cartFooter{flex-shrink:0;border-top:none;background:#f2f2f2}.cartRedeem{padding:.75rem;background:#f2f2f2}.cartSummary{min-height:6.75rem}.summaryLeft{flex:0 0 68%;padding:.85rem .75rem;gap:.4rem}.summaryRow{font-size:.8125rem;letter-spacing:.04em}.summaryTotal{margin-top:.15rem}.summaryRight{flex:0 0 32%;width:auto;min-width:0;background:#f2f2f2;border-left:1px solid #111}.checkoutBtn{width:100%;height:100%;min-height:6.75rem;border:none;background:transparent;padding:.5rem}.checkoutBtn__desktop{display:none}.checkoutBtn__mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;font-size:.9375rem;font-weight:700;letter-spacing:.08em;line-height:1.1;color:#111}}.product-card__article{width:100%;display:flex;flex-direction:column;margin:0}.product-card__link{color:inherit;text-decoration:none;display:block}.product-card-image__container{width:100%;position:relative}.product-card__image{width:100%;display:block;object-fit:cover}.product-card-info__container{display:flex;flex-direction:column}.price__text-and-cart-row{display:flex;align-items:center;justify-content:space-between}.product-card_name,.price__text{margin:0}.product-card__article--home .product-card-image__container{height:330px;width:200px;margin-bottom:-40px}.product-card__article--home .image__link{height:100%;width:100%}.product-card__article--home .product-card__image{object-fit:contain}.product-card__article--home .product-card-info__container{display:flex;flex-direction:column;margin-top:-30px}@media(max-width:768px){.product-card__article--home .product-card-image__container{width:100%;height:auto;aspect-ratio:3 / 4;margin-bottom:0}.product-card__article--home .product-card-info__container{margin-top:.5rem}.product-card__article--home .product-card_title,.product-card__article--home .price__text{font-size:.875rem}}.product-card__article--home .product-card__link,.product-card__article--home .product-card_title{padding:0;margin:0}.product-card__article--home .price__text{text-decoration:none;font-weight:500}.product-card__article--best-sellers .product-card-image__container{height:400px;width:300px;margin-left:50px}.product-card__article--best-sellers .image__link{height:100%;width:100%}.product-card__article--best-sellers .product-card__image{object-fit:contain}.product-card__article--best-sellers .product-card-info__container{display:flex;flex-direction:column;margin-top:-10px;margin-left:50px;width:300px}.product-card__article--best-sellers .product-card__link,.product-card__article--best-sellers .product-card_title{padding:0;margin:0}.product-card__article--best-sellers .price__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.product-card__article--best-sellers .price__text{margin:0;font-size:.875rem;font-weight:300;line-height:1.25}.product-card__article--best-sellers .add-to-cart__button{border:none;background:none;color:inherit;cursor:pointer;padding:.25rem;display:inline-flex;align-items:center;justify-content:center}@media(max-width:768px){.product-card__article--best-sellers .product-card-image__container,.product-card__article--new-in-products .product-card-image__container{width:100%;height:auto;aspect-ratio:3 / 4;margin-left:0;overflow:hidden;background:#fff}.product-card__article--best-sellers .image__link,.product-card__article--new-in-products .image__link{display:block;height:100%;width:100%}.product-card__article--best-sellers .product-card__image,.product-card__article--new-in-products .product-card__image{width:100%;height:100%;object-fit:cover;background:#fff}.product-card__article--best-sellers .product-card__image--fallback,.product-card__article--new-in-products .product-card__image--fallback{object-fit:contain}.product-card__article--best-sellers .product-card-info__container,.product-card__article--new-in-products .product-card-info__container{margin-left:0;margin-top:.5rem;width:100%;padding:0 .35rem}.product-card__article--best-sellers .product-card_title,.product-card__article--new-in-products .product-card_title{font-size:.875rem;font-weight:400;line-height:1.3}.product-card__article--best-sellers .price__text,.product-card__article--new-in-products .price__text{font-size:.875rem;font-weight:400}.product-card__article--best-sellers .add-to-cart__button,.product-card__article--new-in-products .add-to-cart__button{padding:0}.product-card__article--best-sellers .add-to-cart__button svg,.product-card__article--new-in-products .add-to-cart__button svg{width:20px;height:20px}}.product-card__article--new-in-products .product-card-image__container{height:400px;width:300px;margin-left:50px}.product-card__article--new-in-products .image__link{height:100%;width:100%}.product-card__article--new-in-products .product-card__image{object-fit:contain}.product-card__article--new-in-products .product-card-info__container{display:flex;flex-direction:column;margin-top:-10px;margin-left:50px;width:300px}.product-card__article--new-in-products .product-card__link,.product-card__article--new-in-products .product-card_title{padding:0;margin:0}.product-card__article--new-in-products .price__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.product-card__article--new-in-products .price__text{margin:0;font-size:.875rem;font-weight:300;line-height:1.25}.product-card__article--new-in-products .add-to-cart__button{border:none;background:none;color:inherit;cursor:pointer;padding:.25rem;display:inline-flex;align-items:center;justify-content:center}.favorite-button{display:inline-flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;color:#111;padding:0;line-height:0}.favorite-button__icon{width:22px;height:22px;stroke:currentColor;fill:none;transition:fill .15s ease,transform .1s ease,color .15s ease}.favorite-button:hover .favorite-button__icon{transform:scale(1.1)}.favorite-button--active{color:#e0245e}.favorite-button--active .favorite-button__icon{fill:#e0245e}.favorite-button--overlay{position:absolute;top:10px;right:10px;z-index:2;background:#ffffffd9;border-radius:999px;width:36px;height:36px;box-shadow:0 1px 4px #0000001f}.favorite-button--overlay:hover{background:#fff}.favorite-button--inline .favorite-button__icon{width:26px;height:26px}.product-grid__container__3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;row-gap:50px;margin-top:80px}.product-grid__container__5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin:20px 50px 50px}@media(max-width:768px){.product-grid__container__3,.product-grid__container__5{grid-template-columns:repeat(2,minmax(0,1fr));margin-left:0;margin-right:0;margin-top:0;padding:.5rem .25rem 2rem;gap:.25rem;row-gap:1.25rem;background:#f0f0f0}.product-grid__container__3,.product-grid__container__5{margin-bottom:0}}.searchOverlay{position:fixed;inset:0;background:#00000073;z-index:999;display:flex;align-items:flex-start;justify-content:center;padding:96px 24px 24px}.searchOverlay__backdrop{display:none}.searchModal{width:min(760px,100%);background:#fff;box-shadow:0 20px 80px #00000059;padding:22px 26px 20px}.searchModal__mobile{display:none}.searchModal__desktop{display:block}.searchHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.searchTitle{margin:0;font-size:22px;letter-spacing:.12em;font-weight:700}.searchClose{border:1px solid #cfcfcf;background:#fff;width:28px;height:28px;line-height:26px;font-size:20px;cursor:pointer}.searchForm{display:flex;gap:12px}.searchInput{flex:1;border:1px solid #d9d9d9;border-radius:8px;padding:14px 16px;font:inherit;font-size:1rem}.searchInput:focus{outline:2px solid #111;outline-offset:1px}.searchSubmit{border:1px solid #111;background:#111;color:#fff;padding:0 22px;font-size:.85rem;font-weight:700;letter-spacing:.08em;cursor:pointer}.searchSubmit:disabled{opacity:.45;cursor:not-allowed}.searchHint{margin:12px 0 0;color:#666;font-size:.85rem}.searchSuggestions{margin-top:14px;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;max-height:min(420px,50vh);overflow-y:auto}.searchSuggestions__group+.searchSuggestions__group{border-top:1px solid #e8e8e8}.searchSuggestions__groupLabel{margin:0;padding:10px 14px 6px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#888}.searchSuggestions__status{margin:0;padding:14px 16px;color:#666;font-size:.9rem}.searchSuggestions__status--error{color:#c0392b}.searchSuggestion{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid #f0f0f0;background:#fff;text-align:left;cursor:pointer;font:inherit}.searchSuggestion:last-of-type{border-bottom:none}.searchSuggestion:hover,.searchSuggestion:focus-visible{background:#f7f7f7}.searchSuggestion__img{width:48px;height:48px;object-fit:cover;border-radius:6px;background:#f0f0f0}.searchSuggestion__title{font-size:.95rem}.searchSuggestion__price{font-size:.9rem;font-weight:600;white-space:nowrap}.searchSuggestion--page{grid-template-columns:1fr auto}.searchSuggestion__badge{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#666}.searchSuggestions__viewAll{width:100%;padding:14px 16px;border:none;border-top:1px solid #e8e8e8;background:#fafafa;text-align:left;font:inherit;font-size:.92rem;font-weight:600;cursor:pointer}.searchSuggestions__viewAll:hover,.searchSuggestions__viewAll:focus-visible{background:#f0f0f0}@media(min-width:769px){.searchModal{width:min(960px,calc(100% - 48px));max-height:min(90vh,860px);overflow-y:auto}.searchSuggestions{margin-top:20px;border:none;border-radius:0;max-height:none;overflow:visible}.searchSuggestions__group--products{padding-bottom:4px}.searchSuggestions__groupLabel{padding:0 0 12px;font-size:.75rem;color:#888}.searchSuggestions__status{padding:0 0 12px}.searchModal__desktop-products .product-grid__container__3{margin:0;gap:1.25rem;row-gap:2rem}.searchModal__desktop-products .product-card__article--best-sellers{width:100%}.searchModal__desktop-products .product-card__article--best-sellers .product-card-image__container{width:100%;height:auto;margin-left:0;aspect-ratio:1 / 1;background:#f2f2f2;overflow:hidden}.searchModal__desktop-products .product-card__article--best-sellers .image__link{display:block;height:100%;width:100%}.searchModal__desktop-products .product-card__article--best-sellers .product-card__image{width:100%;height:100%;object-fit:contain;background:#f2f2f2}.searchModal__desktop-products .product-card__article--best-sellers .product-card__image--fallback{object-fit:contain;padding:1.5rem;box-sizing:border-box}.searchModal__desktop-products .product-card__article--best-sellers .product-card-info__container{margin-left:0;margin-top:.75rem;width:100%}.searchModal__desktop-products .product-card__article--best-sellers .product-card_title{font-size:.9375rem;font-weight:700;line-height:1.3}.searchModal__desktop-products .product-card__article--best-sellers .price__text{margin-top:.25rem;font-size:.9375rem;font-weight:400}.searchSuggestions__viewAll{margin-top:8px;border:1px solid #e8e8e8;border-radius:8px}}@media(max-width:768px){.searchOverlay{inset:var(--navbar-height, 64px) 0 0 0;padding:0;background:transparent;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;z-index:999}.searchOverlay__backdrop{display:block;position:absolute;inset:0;z-index:0;border:0;padding:0;background:#00000014;cursor:pointer}.searchModal{position:relative;z-index:1;isolation:isolate;width:100%;height:min(520px,calc(100svh - var(--navbar-height, 64px) - 72px));max-height:min(520px,calc(100svh - var(--navbar-height, 64px) - 72px));margin:0;flex:0 0 auto;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);background:#f5f5f5;box-shadow:0 -6px 28px #0000001f;overflow:hidden;display:flex;flex-direction:column}.searchModal__mobile{display:flex;flex-direction:column;min-height:0;flex:1}.searchModal__desktop{display:none}.searchModal__mobile-form{position:relative;padding:1rem;background:#f5f5f5;box-sizing:border-box}.searchModal__mobile-input{width:100%;border:1px solid #111;border-radius:0;background:#fff;padding:.85rem 2.75rem .85rem .9rem;font:inherit;font-size:.9375rem;color:#111;box-sizing:border-box}.searchModal__mobile-input::placeholder{color:#9a9a9a}.searchModal__mobile-input:focus{outline:2px solid #111;outline-offset:1px}.searchModal__mobile-submit{position:absolute;top:50%;right:1.75rem;transform:translateY(-50%);border:0;background:transparent;color:#111;padding:0;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.searchModal__mobile-submit svg{width:1.25rem;height:1.25rem}.searchModal__mobile-body{flex:1;min-height:0;overflow-y:auto;background:#fff}.searchModal__mobile-body .product-grid__container__3{margin-top:0;padding:1rem .75rem;gap:.75rem;row-gap:1.25rem;background:#fff}.searchModal__mobile-body .product-card__article--best-sellers .product-card-image__container{width:100%;height:auto;margin-left:0;aspect-ratio:1 / 1;background:#f2f2f2;overflow:hidden}.searchModal__mobile-body .product-card__article--best-sellers .image__link{display:block;height:100%;width:100%}.searchModal__mobile-body .product-card__article--best-sellers .product-card__image{width:100%;height:100%;object-fit:contain;background:#f2f2f2}.searchModal__mobile-message{margin:0;padding:1rem;color:#666;font-size:.9rem}.searchModal__mobile-message--error{color:#c0392b}.searchModal__mobile-view-all{display:block;width:calc(100% - 2rem);margin:0 1rem 1rem;padding:.85rem 1rem;border:1px solid #111;background:#fff;color:#111;font:inherit;font-size:.9375rem;font-weight:600;cursor:pointer}}@media(max-width:640px){.searchOverlay:not(:has(.searchModal__mobile)){padding:72px 16px 16px}.searchForm{flex-direction:column}.searchSubmit{padding:14px 18px}}.filterSortOverlay{position:fixed;inset:0;z-index:9998;pointer-events:none}.filterSortPanel{position:fixed;top:0;right:0;width:min(360px,92vw);height:100%;max-height:100dvh;background:#fff;box-shadow:-12px 0 48px #0000001f;pointer-events:auto;padding:28px 24px 32px;overflow-y:auto}.filterSortPanel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.filterSortPanel__title{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:.04em}.filterSortPanel__close{border:1px solid #cfcfcf;background:#fff;width:28px;height:28px;line-height:26px;font-size:20px;cursor:pointer}.filterSortSection__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:none;background:transparent;cursor:pointer;font:inherit}.filterSortSection__label{font-size:1.05rem;font-weight:700}.filterSortSection__chevron{font-size:1.2rem;transition:transform .2s ease}.filterSortSection__chevron--collapsed{transform:rotate(180deg)}.filterSortOptions{margin:18px 0 0;padding:0;border:none;display:flex;flex-direction:column;gap:16px}.filterSortOptions__legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.filterSortOption{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;cursor:pointer}.filterSortOption input{position:absolute;opacity:0;pointer-events:none}.filterSortOption__control{width:18px;height:18px;border:2px solid #111;border-radius:50%;display:inline-block;position:relative}.filterSortOption--active .filterSortOption__control:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#111}.filterSortOption__text{font-size:1rem}.filterSortOption--active .filterSortOption__text{font-weight:700}@media(max-width:640px){.filterSortPanel{width:min(320px,88vw);padding:22px 18px 28px}}.profile-page-layout{display:flex;min-height:calc(100vh - var(--navbar-height, 64px));min-height:calc(100dvh - var(--navbar-height, 64px))}.profile-sidebar{width:220px;min-width:220px;background-color:#1a1a1a;padding:2rem 0}.profile-nav{display:flex;flex-direction:column;gap:.5rem}.profile-nav__link{display:block;background:none;border:none;padding:.75rem 1.25rem;text-align:left;font-size:.85rem;font-weight:600;letter-spacing:.05em;color:#d1d5db;cursor:pointer;transition:color .15s ease;text-decoration:none}.profile-nav__link:hover,.profile-nav__link--active{color:#fff}.profile-main{flex:1;background-color:#f5f5f5;padding:2.5rem 3rem}.profile-main .profile-main__title{font-size:1.75rem;font-weight:700;color:#111;margin:0 0 2rem;letter-spacing:.02em}.profile-page-layout--mobile{flex-direction:column;min-height:0;background:#fff}.profile-hero,.profile-accordion{display:none}@media(max-width:768px){.profile-page-layout--mobile{min-height:calc(100dvh - var(--navbar-height, 64px))}.profile-hero{display:flex;align-items:center;justify-content:center;background:#111;padding:1.5rem 1rem;min-height:220px}.profile-hero__image{width:min(180px,52vw);height:auto;object-fit:contain}.profile-accordion{display:flex;flex-direction:column;flex:1;border-top:1px solid #111}.profile-accordion__section{border-bottom:1px solid #111}.profile-accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 1rem;background:#f3f3f3;color:#111;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-decoration:none;box-sizing:border-box}.profile-accordion__header--active,.profile-accordion__section--open .profile-accordion__header{background:#fff}.profile-accordion__chevron{width:.5rem;height:.5rem;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg);transition:transform .15s ease;flex-shrink:0;margin-left:.75rem}.profile-accordion__section--open .profile-accordion__chevron{transform:rotate(-135deg);margin-top:.25rem}.profile-accordion__panel{background:#fff;padding:1rem 1rem 1.5rem}.profile-accordion__panel .profile-main__title{display:none}}.landing__section{width:100%;min-height:calc(100vh - var(--navbar-height, 64px));min-height:calc(100dvh - var(--navbar-height, 64px));background-image:url(/assets/Image-Landing-Background-Da3gBzL_.png);background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.2rem;position:relative}.landing__section-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding-top:6rem}.main-logo{max-width:400px;width:auto;height:auto;object-fit:contain}.arrow-logo-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;margin-top:-40px}.arrow-logo{max-width:150px;height:150px}.visit-home-button{color:#fff;background-color:transparent;border:none;text-decoration:none;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin:0;z-index:1;display:inline-block;transition:transform .2s ease,opacity .2s ease}@media(min-width:876px){.visit-home-button:hover{transform:scale(1.35);opacity:.9;cursor:pointer}}@media(max-width:875px){.main-logo{margin-top:30px;max-width:300px}.arrow-logo-container{margin-top:-80px}.arrow-logo{margin-top:130px;width:80px;height:80px}.visit-home-button{font-size:.75rem}}.sign-in__section{width:100%;min-height:100vh;min-height:100dvh;padding:2rem 1.5rem;box-sizing:border-box;background-image:url(/assets/Image-Landing-Background-Da3gBzL_.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center}.sign-in__form-container{width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;margin-top:0}.sign-in__logo-link{display:block;line-height:0;text-decoration:none}.sign-in__logo{width:min(280px,72vw);height:auto;margin-bottom:1.25rem}.sign-in__form{width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;z-index:1;margin-top:0}.sign-in__success{margin-top:-25px;width:100%;text-align:center;color:#fff;font-family:Inter,sans-serif;font-size:.95rem}.sign-in__verifying{width:100%;margin-top:.75rem;text-align:center;color:#fff;font-family:Inter,sans-serif;font-size:.95rem}.sign-in__email-container{width:100%}.sign-in__email_input{width:100%;padding:12px 16px;background-color:transparent;border:1px solid #ffffff;border-radius:6px;color:#fff;font-size:1rem;font-family:Inter,sans-serif;box-sizing:border-box}.sign-in__email_input::placeholder{color:#fff;opacity:1}.sign-in__password-container{width:100%}.sign-in__password_input{margin-top:20px;width:100%;padding:12px 16px;background-color:transparent;border:1px solid #ffffff;border-radius:6px;color:#fff;font-size:1rem;font-family:Inter,sans-serif;box-sizing:border-box}.sign-in__password_input::placeholder{color:#fff;opacity:1}.sign-in__forgot-link{color:#fff;margin-top:.5rem;font-family:Inter,sans-serif}.sign-in__forgot-link:hover{color:#fff;opacity:.8;cursor:pointer}.sign-in__sign-up-link{color:#fff;font-family:Inter,sans-serif}.sign-in__sign-up-link a{color:#fff}.sign-in__sign-up-link a:hover{opacity:.8;cursor:pointer}.sign-in__error{width:100%;margin-top:.75rem;text-align:center;color:#ff6b6b;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600}.sign-in__sign-in-button{width:100%;color:#fff;background-color:#1e1e1e;padding:12px 16px;border:none;font-family:Inter,sans-serif;margin-top:20px;font-weight:700}.sign-in__sign-in-button:hover{cursor:pointer;color:#ffffffb3}.sign-in__social-buttons-container{width:100%;display:flex;flex-direction:column;margin-top:20px;gap:20px}.sign-in__google-button,.sign-in__apple-button{padding:12px 16px;color:#fff;background-color:#1e1e1e;border:none;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;font-family:Inter,sans-serif}.sign-in__google-logo-image,.sign-in__apple-logo-image{width:20px;height:20px}.sign-in__apple-logo-image{margin-top:-3px}.sign-in__google-button:hover,.sign-in__apple-button:hover{cursor:pointer;color:#ffffffb3}@media(max-width:768px){.sign-in__section{padding:1.25rem 1.25rem 2rem;min-height:100dvh;justify-content:flex-start}.sign-in__form-container{max-width:100%}.sign-in__logo{width:min(200px,68vw);margin-bottom:1.25rem}.sign-in__form{max-width:100%;width:100%;align-self:stretch;padding:1.25rem;gap:.75rem;background:#00000094;border-radius:10px;box-sizing:border-box}.sign-in__success,.sign-in__verifying,.sign-in__error{margin-top:0;margin-bottom:0;font-size:.875rem}.sign-in__email-container,.sign-in__password-container{width:100%}.sign-in__email_input,.sign-in__password_input{background-color:#ffffff14}.sign-in__password_input{margin-top:0}.sign-in__forgot-link{align-self:flex-center;margin-top:0;font-size:.875rem;text-decoration:none}.sign-in__sign-up-link{width:100%;margin:0;text-align:center;font-size:.875rem;line-height:1.4}.sign-in__sign-in-button{margin-top:.25rem;min-height:3rem}.sign-in__social-buttons-container{margin-top:0;gap:.75rem}.sign-in__google-button,.sign-in__apple-button{width:100%;min-height:3rem}}.sign-up__section{width:100%;min-height:100vh;min-height:100dvh;padding:2rem 1.5rem;box-sizing:border-box;background-image:url(/assets/Image-Landing-Background-Da3gBzL_.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center}.sign-up__form-container{width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;margin-top:0}.sign-up__logo-link{display:block;line-height:0;text-decoration:none}.sign-up__logo{width:min(280px,72vw);height:auto;margin-bottom:1.25rem}.sign-up__form{width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;z-index:1;margin-top:0}.sign-up__error{margin:-25px 0 12px;color:#f23b3b;font-size:.9rem;font-family:Inter,sans-serif;text-align:center}.sign-up__email-container{width:100%}.sign-up__email_input{width:100%;padding:12px 16px;background-color:transparent;border:1px solid #ffffff;border-radius:6px;color:#fff;font-size:1rem;font-family:Inter,sans-serif;box-sizing:border-box}.sign-up__email_input::placeholder{color:#fff;opacity:1}.sign-up__password-container{width:100%}.sign-up__password_input{margin-top:20px;width:100%;padding:12px 16px;background-color:transparent;border:1px solid #ffffff;border-radius:6px;color:#fff;font-size:1rem;font-family:Inter,sans-serif;box-sizing:border-box}.sign-up__password_input::placeholder{color:#fff;opacity:1}.sign-up__sign-up-button{width:100%;color:#fff;background-color:#1e1e1e;padding:12px 16px;border:none;font-family:Inter,sans-serif;margin-top:20px;font-weight:700}.sign-up__sign-up-button:hover{cursor:pointer;color:#ffffffb3}.sign-up_email-list-member-container{width:100%;display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;padding-top:20px}.sign-up_email-list-member-container h5{font-size:.8rem;padding-left:-1px;margin:0;white-space:nowrap;flex-shrink:0;font-family:Inter,sans-serif;color:#fff}.sign-up__terms-and-conditions-link{margin-top:-10px;padding-left:5px;font-family:Inter,sans-serif;color:#fff}.sign-up__terms-and-conditions-link a{margin-left:.25em;color:#fff;text-decoration:none;font-weight:700}.sign-up__terms-and-conditions-link a:hover{opacity:.8;cursor:pointer}@media(max-width:768px){.sign-up__section{padding:1.25rem 1.25rem 2rem;min-height:100dvh;justify-content:flex-start}.sign-up__form-container{max-width:100%}.sign-up__logo{width:min(200px,68vw);margin-bottom:1.25rem}.sign-up__form{max-width:100%;width:100%;align-self:stretch;padding:1.25rem;gap:.75rem;background:#00000094;border-radius:10px;box-sizing:border-box}.sign-up__error{margin:0;font-size:.875rem}.sign-up__email-container,.sign-up__password-container{width:100%}.sign-up__email_input,.sign-up__password_input{background-color:#ffffff14}.sign-up__password_input{margin-top:0}.sign-up__sign-up-button{margin-top:.25rem;min-height:3rem}.sign-up_email-list-member-container{align-items:flex-start;padding-top:0;gap:.625rem}.sign-up_email-list-member-container h5{font-size:.8rem;line-height:1.4;white-space:normal;flex-shrink:1}.sign-up__terms-and-conditions-link{margin-top:0;padding-left:0;width:100%}.sign-up__terms-and-conditions-link h6{margin:0;font-size:.75rem;line-height:1.45;font-weight:400}}.home-page{min-height:calc(100vh - var(--navbar-height, 64px));display:flex;flex-direction:column;overflow-x:hidden;background:#f5f5f5}.home-page .brand-statement__section{margin-top:auto}@media(max-width:768px){.home-page{min-height:0}.home-page .product-grid__container__5{background:#f5f5f5}.home-page .product-grid__container__5:last-of-type{margin-bottom:.5rem}.home-page .brand-statement__section{margin-top:.5rem}}.filter__button{appearance:none;border:0;background:#16161a;color:#fff;min-height:36px;padding:0 12px;border-radius:16px;display:inline-flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:500;line-height:1;cursor:pointer}.filter__button:hover{background:#202026}.filter__button:focus-visible{outline:2px solid #4c9ffe;outline-offset:2px}.filter__icon,.filter__chevron{width:18px;height:18px;display:inline-block;flex-shrink:0}.filter__label{letter-spacing:.01em}.filter__button--sliders{appearance:none;border:0;background:transparent;color:#111;padding:.25rem;min-height:auto;border-radius:0;cursor:pointer}.filter__button--sliders:hover{background:transparent;opacity:.75}.filter__sliders-icon{width:28px;height:28px;display:block}@media(max-width:768px){.filter__button:not(.filter__button--sliders){width:100%;border-radius:0;background:#e8e8e8;color:#111;justify-content:center;min-height:44px;gap:.35rem;font-size:1rem;font-weight:500}.filter__button:not(.filter__button--sliders):hover{background:#dedede}.filter__button--sliders{width:auto;min-width:44px;min-height:44px;margin-left:auto;flex-shrink:0;padding:.5rem;border-radius:0;background:#e8e8e8;color:#111;justify-content:center}.filter__button--sliders:hover{background:#dedede;opacity:1}.filter__icon{display:none}.filter__chevron{width:16px;height:16px}.filter__sliders-icon{width:22px;height:22px}}.product-header__section{margin-top:40px;margin-left:50px;padding-right:70px;display:flex;align-items:center;justify-content:space-between}.product-header__title{margin:0}.product-header__view-all-link{color:inherit;text-decoration:none;font-size:1.1rem;font-weight:500;line-height:1;cursor:pointer}.view-all-text{margin-right:5px}.view-all-icon{margin-left:1px}.product-header__filter-container{padding:0 18px}@media(max-width:768px){.product-header__section{margin-top:1.5rem;margin-left:1rem;padding-right:1rem}.product-header__title{font-size:1rem}.product-header__view-all-link{font-size:.875rem}}.brand-statement__section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.2fr) minmax(0,1fr);align-items:center;width:100%;margin-inline:auto;gap:clamp(.5rem,3vw,2rem)}.brand-statement__left-container{display:flex;justify-content:flex-start}.brand-statement__right-container{display:flex;justify-content:flex-end}.brand-statement__left-container img,.brand-statement__right-container img{display:block;width:auto;max-width:100%;height:auto}.brand-statement__center-container,.text-container{display:flex;flex-direction:column;align-items:center}.text-container p{margin:0}.brand-statement__center-container h1{text-align:center;white-space:nowrap}.brand-statement__center-container h1 br{display:none}@media(max-width:768px){.brand-statement__section{grid-template-columns:1fr;padding:1rem 1rem 1.5rem;gap:0}.brand-statement__left-container,.brand-statement__right-container{display:none}.brand-statement__center-container .logo-container img{max-width:min(220px,70vw);height:auto}.brand-statement__center-container h1{font-size:clamp(.875rem,3.5vw,1.125rem);text-align:center;margin:1rem 0 .75rem;white-space:normal}.brand-statement__center-container h1 br{display:inline}.brand-statement__center-container .text-container p{font-size:.875rem;text-align:center;line-height:1.4}}.hero-carousel__section{width:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-top:0}.hero-carousel__container{position:relative;width:100%;max-width:100vw;aspect-ratio:1440/400;margin:0 auto;overflow:hidden}.hero-carousel__image{position:absolute;inset:0;width:100%;height:100%}.hero-carousel__image--desktop{display:block;object-fit:contain}.hero-carousel__image--mobile{display:none}.hero-carousel__overlay{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000059;inset:0}.hero-carousel__title{color:#fff;font-family:Inter,sans-serif;font-weight:250}.hero-carousel__button{margin-top:10px;appearance:none;border:2px solid #ffffff;background:transparent;color:#fff;border-radius:999px;padding:10px 40px;min-height:48px;text-decoration:none;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease}@media(min-width:876px){.hero-carousel__button:hover{transform:scale(1.12);opacity:.9}}.hero-carousel_indicators{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:40px}.hero-carousel__indicator{width:120px;height:3px;border:none;padding:0;background:#ffffff8c;cursor:pointer;transition:background .2s ease}.hero-carousel__indicator:hover{background:#fffc}.hero-carousel__indicator--active{background:#fff}@media(min-width:769px){.hero-carousel__container--desktop-bg-1{background-color:#d9d5d0}.hero-carousel__container--desktop-bg-2{background-color:#6d3830}.hero-carousel__container--desktop-bg-3,.hero-carousel__container--desktop-bg-4{background-color:#141414}}@media(max-width:768px){.hero-carousel__container{aspect-ratio:4 / 3}.hero-carousel__image--desktop{display:none}.hero-carousel__image--mobile{display:block;position:absolute;inset:0}.hero-carousel__title{font-size:1rem;text-align:center;padding:0 1rem}.hero-carousel__button{font-size:.875rem;padding:8px 24px;min-height:40px}.hero-carousel_indicators{gap:8px;margin-top:1.25rem;padding:0 1rem;flex-wrap:wrap}.hero-carousel__indicator{width:clamp(32px,8vw,48px)}}.brand-story__section{width:100%;box-sizing:border-box;padding-left:50px;padding-right:50px;margin-top:20px;overflow-x:hidden}.brand-story__layout{display:grid;grid-template-columns:minmax(0,400px) 1fr;column-gap:2rem;align-items:start}.brand-story__left-image-container{grid-column:1;width:100%;max-width:400px}.brand-story__left-image{max-width:400px;max-height:500px;width:100%;height:auto;display:block}.brand-story__right-container{grid-column:2;max-width:900px;min-width:0;display:flex;flex-direction:column;align-items:flex-end}.brand-story__stacked-images{position:relative;width:100%;min-height:400px}.brand-story__right-image-first{transform:translate(180px) translateY(-70px);max-height:310px}.brand-story__right-image-second{transform:translate(140px) translateY(10px);max-height:310px}.brand-story__right-image-third{transform:translate(110px) translateY(90px);max-height:310px}.brand-story__text{margin:.25rem 0 0;max-width:400px;text-align:right;line-height:1.5;color:#222;align-self:flex-end;transform:translate(-190px)}@media(max-width:768px){.brand-story__section{padding-left:1rem;padding-right:1rem;margin-top:.5rem}.brand-story__layout{grid-template-columns:1.1fr 1fr;column-gap:.75rem}.brand-story__left-image-container{max-width:none}.brand-story__left-image{width:100%;max-width:none;max-height:none;aspect-ratio:1;object-fit:cover}.brand-story__right-container{max-width:none;overflow:visible;display:contents}.brand-story__stacked-images{grid-column:2;position:relative;width:100%;aspect-ratio:1 / 1.2;overflow:visible;min-height:0}.brand-story__right-image-first,.brand-story__right-image-second,.brand-story__right-image-third{position:absolute;width:64%;aspect-ratio:1;object-fit:cover;border:3px solid #ffffff;box-shadow:0 6px 18px #0000002e;max-height:none;margin:0;transform:none}.brand-story__right-image-first{top:0;left:0;z-index:1}.brand-story__right-image-second{top:28%;left:18%;z-index:2}.brand-story__right-image-third{top:56%;left:36%;z-index:3}.brand-story__text{grid-column:1 / -1;margin-top:50px;max-width:none;text-align:center;transform:none;font-size:clamp(.75rem,2.8vw,.875rem)}}.image-showcase__section{width:100vw;margin-left:calc(50% - 50vw);margin-top:70px;overflow:hidden}.image-showcase__container{display:grid;grid-template-columns:auto 1fr auto;align-items:center;width:100%;column-gap:0;margin-top:30px;margin-bottom:70px}.image-showcase__left-cross{grid-column:1;grid-row:1;justify-self:start;align-self:center;width:clamp(72px,7vw,110px);width:150px;height:auto;margin-left:clamp(-24px,-2vw,-12px);position:relative;z-index:4;transform:translate(20px)}.image-showcase__right-cross{grid-column:3;grid-row:1;justify-self:end;align-self:center;width:clamp(72px,7vw,110px);width:150px;height:auto;margin-right:clamp(-24px,-2vw,-12px);position:relative;z-index:4;transform:translate(-20px)}.image-showcase__gallery{grid-column:2;grid-row:1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;min-width:0}.image-showcase__gallery img{display:block;object-fit:cover;flex-shrink:0;box-shadow:0 6px 18px #00000029;margin:0}.image-showcase__gallery img+img{margin-left:-1px}.image-showcase__first-image{width:clamp(180px,18vw,299px);height:clamp(212px,21vw,303px);z-index:1}.image-showcase__second-image{width:clamp(188px,18vw,269px);height:clamp(250px,25vw,357px);z-index:2}.image-showcase__third-image{width:clamp(224px,22vw,350px);height:clamp(298px,30vw,426px);z-index:3}.image-showcase__fourth-image{width:clamp(188px,18vw,270px);height:clamp(250px,25vw,357px);z-index:2}.image-showcase__fifth-image{width:clamp(160px,16vw,270px);height:clamp(212px,21vw,303px);z-index:1}@media(max-width:768px){.image-showcase__section{margin-top:2rem;padding:0}.image-showcase__container{display:flex;justify-content:center;align-items:center}.image-showcase__left-cross{grid-column:1;grid-row:1;justify-self:start;align-self:center;width:60px;height:auto;position:relative;z-index:4;transform:translate(10px)}.image-showcase__right-cross{grid-column:3;grid-row:1;justify-self:end;align-self:center;width:60px;height:auto;position:relative;z-index:4;transform:translate(-10px)}.image-showcase__gallery{transform:translate(-30px)}.image-showcase__gallery img+img{margin-left:0}.image-showcase__gallery .image-showcase__first-image,.image-showcase__gallery .image-showcase__fifth-image{display:none}.image-showcase__second-image{z-index:1;margin-right:-40px;width:100px;height:150px;transform:translate(30px)}.image-showcase__third-image{z-index:3;margin-right:-40px;width:150px;height:200px;transform:translate(30px)}.image-showcase__fourth-image{z-index:2;margin-right:-40px;width:100px;height:150px;transform:translate(30px)}}.product-category-grid__container{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px;margin-bottom:20px}.product-category-grid__item-box{height:378px;width:570px;position:relative;border:2px solid black;display:block;text-decoration:none;color:inherit;cursor:pointer}.product-category-grid__item-title{position:absolute;left:10px;font-weight:500}.product-category-grid__item-image{width:250px;height:250px;position:absolute;bottom:50px;left:100px;object-fit:cover}.product-category-grid__plus-icon{position:absolute;right:20px;bottom:20px}@media(max-width:768px){.product-category-grid__container{margin-left:0;margin-top:1rem;margin-bottom:20px;gap:0}.product-category-grid__item-box{width:100%;height:auto;min-height:160px;aspect-ratio:3 / 4}.product-category-grid__item-title{font-size:.75rem;left:8px;top:8px}.product-category-grid__item-image{width:65%;height:auto;max-height:55%;left:50%;transform:translate(-50%);bottom:2rem}.product-category-grid__plus-icon{right:8px;bottom:8px;font-size:.75rem;display:none}}.profile-main__title{font-size:1.75rem;font-weight:700;color:#111;margin:0 0 2rem;letter-spacing:.02em}.profile-details{display:flex;flex-direction:column;gap:1.25rem;max-width:560px}.profile-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.profile-row__label{font-size:.95rem;color:#374151;flex-shrink:0}.profile-row__value{font-size:.95rem;color:#111;text-align:right}.profile-row__value--with-action{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.profile-row__action{background:none;border:none;padding:0;font-size:.9rem;color:#6b7280;text-decoration:underline;cursor:pointer;flex-shrink:0}a.profile-row__action{display:inline}.profile-row__action:hover{color:#374151}.profile-row__value-box{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.95rem;color:#111;cursor:pointer}.profile-row__dropdown-arrow{font-size:.65rem;color:#6b7280}.profile-row__input{padding:.35rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem;min-width:160px}.profile-row__input--date{min-width:140px}@media(max-width:768px){.profile-details{gap:.85rem;max-width:none;width:100%}.profile-row{flex-direction:row;align-items:flex-start;gap:.75rem}.profile-row__label{flex:0 0 42%;font-size:.875rem;line-height:1.35}.profile-row__value{flex:1;text-align:right;font-size:.875rem;line-height:1.35;word-break:break-word}.profile-row__value--with-action{flex-direction:column;align-items:flex-end;gap:.15rem}.profile-row__action{font-size:.8rem}.profile-row__value-box{font-size:.875rem;padding:.3rem .6rem}.profile-row__input{width:100%;min-width:0;font-size:.875rem}}.address-card{background:#e5e7eb;border-radius:8px;padding:1.25rem 1.5rem}.address-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.address-card__label{display:inline-block;padding:.25rem .75rem;background:#fff;border-radius:6px;font-size:.9rem;font-weight:600}.address-card__edit{background:none;border:none;padding:.25rem;cursor:pointer;font-size:1rem;color:#374151}.address-card__edit:hover{color:#111}.address-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem}.address-card__col p{margin:.25rem 0;font-size:.9rem;color:#374151}.address-card__col strong{color:#111;margin-right:.35rem}.address-card--editing{background:#f3f4f6}.address-card__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-bottom:1rem}.address-card__field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#374151}.address-card__input{width:100%;padding:.5rem .65rem;border:1px solid #d1d5db;border-radius:6px;font:inherit;color:#111;background:#fff}.address-card__input--label{max-width:180px;font-weight:600}.address-card__checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.address-card__actions{display:flex;flex-wrap:wrap;gap:.5rem}.address-card__btn{padding:.45rem .9rem;border:1px solid #374151;border-radius:6px;background:#fff;cursor:pointer;font:inherit}.address-card__btn--primary{background:#111;color:#fff;border-color:#111}.address-card__btn--danger{border-color:#b91c1c;color:#b91c1c}@media(max-width:768px){.address-card{background:#fff;border:1px solid #111;border-radius:0;padding:1rem;box-shadow:0 2px 8px #00000014}.address-card__header{margin-bottom:.85rem}.address-card__label{border:1px solid #111;border-radius:999px;padding:.2rem .85rem;font-size:.8rem;background:#fff}.address-card__edit{font-size:1.1rem}.address-card__grid{grid-template-columns:1fr 1fr;gap:.75rem 1rem}.address-card__col p{font-size:.8rem;line-height:1.35;margin:.2rem 0}.address-card__col strong{display:block;font-size:.72rem;font-weight:700;margin-right:0;margin-bottom:.1rem}.address-card--editing{background:#fff}.address-card__form-grid{grid-template-columns:1fr}}.addresses-content{display:flex;flex-direction:column;gap:1.5rem;max-width:720px}.addresses-add{align-self:center;width:48px;height:48px;border-radius:50%;border:2px solid #374151;background:#f5f5f5;font-size:1.5rem;line-height:1;cursor:pointer;color:#374151;transition:background .2s,color .2s}.addresses-add:hover{background:#374151;color:#fff}.addresses-add:disabled{opacity:.5;cursor:not-allowed}.addresses-status{margin:0 0 1rem;font-size:.95rem;color:#374151}.addresses-status--error{color:#b91c1c}@media(max-width:768px){.addresses-content{gap:1.25rem;max-width:none;width:100%;padding-bottom:.5rem}.addresses-status{font-size:.875rem;margin-bottom:.75rem;line-height:1.4}.addresses-add{width:44px;height:44px;margin-top:1rem;border-color:#111;color:#111;background:#fff}}.membership-content{display:flex;flex-direction:column;gap:2rem;max-width:720px}.membership-summary{display:flex;flex-direction:column;gap:1.5rem}.membership-summary__main{display:flex;align-items:center;gap:1rem}.membership-summary__icon{width:48px;height:48px;border-radius:50%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.membership-summary__label{margin:0;font-size:.9rem;color:#6b7280}.membership-summary__value{margin:.25rem 0 0;font-size:1.5rem;font-weight:700;color:#111}.membership-summary__stats{display:flex;gap:1rem;flex-wrap:wrap}.membership-stat{flex:1;min-width:120px;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.membership-stat--highlight{border:2px dashed #2563eb}.membership-stat__label{margin:0;font-size:.85rem;color:#6b7280}.membership-stat__value{margin:.35rem 0 0;font-size:1.25rem;font-weight:700;color:#111}.membership-section-title{font-size:1rem;font-weight:600;letter-spacing:.02em;color:#374151;margin:0 0 1rem}.redemption-cards{display:flex;gap:1rem;flex-wrap:wrap}.redemption-card{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:160px}.redemption-card__title{margin:0;font-weight:600;color:#111}.redemption-card__points{margin:.5rem 0 1rem;font-size:.9rem;color:#6b7280}.redemption-card__btn{width:100%;padding:.5rem 1rem;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;letter-spacing:.05em;cursor:pointer}.redemption-card__btn:hover{background:#374151}.membership-redemption__hint{color:#6b7280;font-size:.85rem;margin:.25rem 0 1rem}.membership-redemption__error{color:#c0392b;font-size:.85rem;margin:0 0 .75rem}.redemption-card__btn:disabled{opacity:.5;cursor:not-allowed}.voucher-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.voucher-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.voucher-item__value{font-weight:600;color:#15803d}.activity-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.activity-table th,.activity-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.activity-table th{background:#f9fafb;font-size:.85rem;font-weight:600;color:#374151}.activity-table tbody tr:last-child td{border-bottom:none}.activity-positive{color:#059669;font-weight:500}.activity-negative{color:#dc2626;font-weight:500}@media(max-width:768px){.membership-content{gap:1.5rem;max-width:none;width:100%}.membership-summary{gap:1rem}.membership-summary__main{gap:.75rem}.membership-summary__icon{width:40px;height:40px;font-size:1rem;flex-shrink:0}.membership-summary__label{font-size:.8rem}.membership-summary__value{font-size:1.35rem}.membership-summary__stats{gap:.5rem}.membership-stat{min-width:0;flex:1 1 0;padding:.75rem .5rem;border-radius:0;border-color:#111}.membership-stat--highlight{border:2px dashed #111}.membership-stat__label{font-size:.72rem;line-height:1.2}.membership-stat__value{font-size:1.1rem}.membership-section-title{font-size:.95rem;font-weight:700;letter-spacing:.04em;margin-bottom:.75rem}.membership-redemption__hint,.membership-redemption .membership-section-title{display:none}.redemption-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.redemption-card{min-width:0;padding:1rem .75rem;border-color:#111;border-radius:0;display:flex;flex-direction:column}.redemption-card__title{font-size:.85rem;line-height:1.3}.redemption-card__points{font-size:.8rem;margin:.35rem 0 .75rem}.redemption-card__btn{margin-top:auto;border-radius:0;font-size:.8rem;padding:.55rem .5rem}.membership-vouchers{display:none}.membership-activity{border-top:1px solid #111;padding-top:1rem}.activity-table{border-color:#111;border-radius:0}.activity-table th,.activity-table td{padding:.65rem .75rem;font-size:.875rem}.activity-table th{background:#fff;border-bottom:1px solid #111}.activity-table td{border-bottom:1px solid #d1d5db}}.product-listing-title{margin:0;font-size:2rem;font-weight:600}@media(max-width:768px){.product-listing-title{text-align:center;text-transform:uppercase;font-size:1.125rem;font-weight:700;letter-spacing:.06em;color:#111;padding:1rem;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:#fff}}@media(max-width:768px){.pages-layout:has(.product-listing-best-sellers),.pages-layout:has(.product-listing-best-sellers) .pages-layout__main,.pages-layout:has(.product-listing-new-in),.pages-layout:has(.product-listing-new-in) .pages-layout__main,.pages-layout:has(.product-listing-tops),.pages-layout:has(.product-listing-tops) .pages-layout__main,.pages-layout:has(.product-listing-bottoms),.pages-layout:has(.product-listing-bottoms) .pages-layout__main,.pages-layout:has(.product-listing-other),.pages-layout:has(.product-listing-other) .pages-layout__main,.pages-layout:has(.product-listing-collection),.pages-layout:has(.product-listing-collection) .pages-layout__main{background:#f0f0f0}.product-listing-best-sellers,.product-listing-new-in,.product-listing-tops,.product-listing-bottoms,.product-listing-other,.product-listing-collection{background:#f0f0f0;min-height:calc(100dvh - var(--navbar-height, 64px));overflow-x:hidden}.product-listing-best-sellers__header,.product-listing-new-in__header,.product-listing-tops__header,.product-listing-bottoms__header,.product-listing-other__header,.product-listing-collection__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#fff}}.product-listing-best-sellers__header{display:flex;justify-content:space-between;align-items:center;padding-left:50px;padding-right:50px;padding-top:30px}@media(max-width:768px){.product-listing-title{background:#e8e8e8}.product-listing-best-sellers__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#e8e8e8}.product-listing-best-sellers__header .filter__button{background:#f0f0f0;border:.7px solid #111;margin-bottom:10px}.product-listing-best-sellers__header .filter__button:hover{background:#fff}}.product-detail__container{display:flex;margin-top:100px;font-family:Inter;justify-content:space-between;align-items:flex-start;justify-content:center;gap:150px}.product-detail__notFound{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:40px 20px}.product-detail__notFoundLink{margin-top:8px;text-decoration:underline;color:inherit}.product-detail__image__container{width:50%;max-width:520px}.product-detail__imageButton{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;position:relative}.product-detail__image{display:block;width:100%;height:auto;border-radius:2px}.product-detail__imageButton:focus-visible{outline:2px solid #111;outline-offset:6px}.product-detail__zoom-hint{display:none}.product-detail__zoomOverlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000b3;padding:18px}.product-detail__zoomDialog{position:relative;max-width:min(96vw,1100px);max-height:92vh;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 18px 60px #00000073}.product-detail__zoomTopBar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:10px;z-index:2;background:linear-gradient(to bottom,#0000008c,#0000);pointer-events:none}.product-detail__zoomControls{display:inline-flex;gap:8px;pointer-events:auto}.product-detail__zoomControlBtn{height:38px;padding:0 12px;border-radius:999px;border:0;background:#ffffff1f;color:#fff;font-size:15px;cursor:pointer}.product-detail__zoomControlBtn:disabled{opacity:.5;cursor:default}.product-detail__zoomControlBtn:hover:not(:disabled){background:#ffffff2e}.product-detail__zoomStage{width:min(96vw,1100px);height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;background:#000}.product-detail__zoomStage--canPan{cursor:grab}.product-detail__zoomStage--canPan:active{cursor:grabbing}.product-detail__zoomImage{display:block;max-width:100%;max-height:100%;width:auto;height:auto;transform-origin:center center;will-change:transform}.product-detail__zoomClose{position:absolute;top:10px;right:10px;width:42px;height:42px;border-radius:999px;border:0;background:#ffffff1f;color:#fff;font-size:28px;line-height:1;cursor:pointer;pointer-events:auto}.product-detail__zoomClose:hover{background:#ffffff2e}.product-detail__zoomClose:focus-visible{outline:2px solid #fff;outline-offset:3px}.product-detail__info__container{width:50%;max-width:570px;display:flex;flex-direction:column;justify-content:flex-start}.product-detail__title{margin-top:0}.product-detail__status{margin-top:-20px;color:#b3b0b0}.product-detail__price{margin-top:-10px}.product-detail__info__container fieldset{border:0;padding:0;margin:5px 0 0;min-inline-size:0}.product-detail__info__container fieldset label{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:48px;padding:0 14px;margin-right:28px;font-size:20px;letter-spacing:.02em;border-radius:2px;background:transparent;color:#111;cursor:pointer;-webkit-user-select:none;user-select:none}.product-detail__info__container fieldset label>input[type=radio]{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.product-detail__info__container fieldset label:has(input[type=radio]:checked){background:#111;color:#fff}.product-detail__info__container fieldset label:has(>input[type=radio]:focus-visible){outline:2px solid #111;outline-offset:3px}.product-detail__add-to-cart-button{margin-top:30px;width:80%;height:50px;font-family:Inter;font-size:20px;background-color:#111;color:#fff;border:none}.product-detail__add-to-cart-button:disabled{opacity:.55;cursor:not-allowed}.product-detail__add-to-cart-button:hover{cursor:pointer}.product-detail__accordion{width:80%;margin-top:26px;border:2px solid #111}.product-detail__accordion-item+.product-detail__accordion-item{border-top:2px solid #111}.product-detail__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px;background:transparent;border:0;cursor:pointer;font-family:Inter;color:#111}.product-detail__accordion-title{font-size:20px;font-weight:600}.product-detail__accordion-chevron{width:16px;height:16px;border-right:4px solid #111;border-bottom:4px solid #111;transform:rotate(45deg);transition:transform .18s ease;margin-left:18px;flex:0 0 auto}.product-detail__accordion-chevron--open{transform:rotate(-135deg)}.product-detail__accordion-panel{padding:0 18px 18px}.product-detail__accordion-text{margin:0;font-size:20px;line-height:1.5;color:#111}.product-detail__accordion-trigger:focus-visible{outline:2px solid #111;outline-offset:4px}@media(max-width:768px){.product-detail__container{flex-direction:column;margin-top:0;gap:0;align-items:stretch;width:100%;max-width:100%;overflow-x:hidden;background:#fff}.product-detail__image__container{width:100%;max-width:none;margin-top:0;aspect-ratio:1 / 1;background:#fff;overflow:hidden}.product-detail__imageButton{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-detail__zoom-hint{position:absolute;right:.85rem;bottom:.85rem;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffffeb;color:#111;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000002e;pointer-events:none}.product-detail__zoom-hint svg{width:1.125rem;height:1.125rem}.product-detail__image{width:100%;height:100%;object-fit:contain;object-position:center center;border-radius:0}.product-detail__info__container{width:100%;max-width:none;padding:1.25rem 1.25rem 2rem;box-sizing:border-box}.product-detail__title{font-size:1.125rem;font-weight:700;line-height:1.3;margin-bottom:.35rem}.product-detail__status{margin-top:0;font-size:.875rem;font-weight:400;color:#9a9a9a}.product-detail__price{margin-top:.75rem;font-size:1.125rem;font-weight:700}.product-detail__size-selector{margin:1.25rem 0 .75rem;font-size:1rem;font-weight:700;line-height:1.2}.product-detail__info__container fieldset{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:.35rem;margin:0;width:100%}.product-detail__info__container fieldset label{flex:1 1 0;min-width:0;height:2.5rem;margin-right:0;padding:0;font-size:.875rem;border-radius:2px}.product-detail__info__container fieldset label:has(input[type=radio]:disabled){opacity:.35;cursor:not-allowed}.product-detail__add-to-cart-button{margin-top:1.25rem;width:100%;height:3rem;font-size:.9375rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.product-detail__accordion{width:100%;margin-top:1.5rem;border:1px solid #111;background:#ececec}.product-detail__accordion-item+.product-detail__accordion-item{border-top:1px solid #111}.product-detail__accordion-trigger{padding:1rem 1.125rem;background:#ececec}.product-detail__accordion-title{font-size:1rem;font-weight:600}.product-detail__accordion-chevron{width:.55rem;height:.55rem;border-right-width:2px;border-bottom-width:2px;margin-left:.75rem}.product-detail__accordion-panel{padding:0 1.125rem 1rem;background:#ececec}.product-detail__accordion-text{font-size:.875rem;line-height:1.55}.product-detail__notFound{padding:2rem 1.25rem}}.product-detail__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.contact-us__section{position:relative;width:100%;overflow:hidden;background:linear-gradient(180deg,#1e1e1e,#546473);min-height:calc(100vh - var(--navbar-height, 64px));min-height:calc(100dvh - var(--navbar-height, 64px))}.contact-us__image{width:640px;height:calc(100vh - var(--navbar-height, 64px));height:calc(100dvh - var(--navbar-height, 64px));object-fit:cover;display:block}.contact-us__contactFormCard-container{position:absolute;top:95px;left:260px;z-index:1;transform:translate(350px)}@media(max-width:768px){.contact-us__section{min-height:0;display:flex;flex-direction:column;background:#f5f5f5}.contact-us__image{width:100%;height:min(44vh,340px);min-height:0;object-fit:cover;object-position:center top}.contact-us__contactFormCard-container{position:static;width:100%;padding:0;box-sizing:border-box;transform:translate(0)}}@media(min-width:769px)and (max-width:1100px){.contact-us__contactFormCard-container{left:180px;top:72px}.contact-us__image{width:min(640px,52vw)}}.contact-form-section{width:800px;max-height:535px;display:flex;justify-content:center;align-items:center;flex-direction:column;border:1px solid #111;background-color:#fff;padding:1.5rem;box-sizing:border-box;box-shadow:0 10px 36px #00000024}.contact-form-section__title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.04em;margin:0 0 1.25rem}.contact-form-section__field{width:600px;border:2px solid #111;background:#fff;padding:.75rem 1rem;box-sizing:border-box}.contact-form-section__field+.contact-form-section__field{margin-top:1.25rem}.contact-form-section__field-label{display:block;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:800;letter-spacing:.02em;color:#111;margin-bottom:.35rem}.contact-form-section__field-input{width:100%;border:none;background:transparent;padding:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#111;outline:none;box-sizing:border-box}.contact-form-section__field-input--message{min-height:4.5rem;resize:vertical}.contact-form__submit-button{margin-top:1.25rem;background-color:#111;color:#fff;border:none;padding:.75rem 2.75rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:800;letter-spacing:.04em;cursor:pointer}.contact-form_social-container{display:flex;gap:6rem;justify-content:center;align-items:center;margin-top:1.25rem}.contact-form__social-text{font-family:Inter,sans-serif;font-weight:300;color:#111;text-decoration:none;text-transform:lowercase}@media(max-width:768px){.contact-form-section{width:100%;max-width:none;max-height:none;align-items:stretch;padding:1.5rem 1rem 2rem;border:none;background:#f5f5f5;box-shadow:none}.contact-form-section__title{text-align:center;font-size:1.35rem;margin:0 0 1.5rem}.contact-form-section__field{width:100%;border:1px solid #111;background:#ececec;padding:.85rem 1rem}.contact-form-section__field+.contact-form-section__field{margin-top:1rem}.contact-form-section__field-label{font-size:.95rem;margin-bottom:.5rem}.contact-form-section__field-input{font-size:.95rem}.contact-form-section__field--message{min-height:8rem}.contact-form-section__field-input--message{min-height:5rem}.contact-form__submit-button{align-self:center;width:auto;min-width:9rem;margin-top:1.25rem;padding:.85rem 2.5rem;font-size:1rem;box-shadow:0 4px 10px #0000002e}.contact-form_social-container{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1rem;margin-top:1.5rem;padding:0 .25rem}.contact-form__social-text{font-size:.8rem;font-weight:400;line-height:1.3}}.about-us__section{background-color:#000;width:100%;min-height:calc(100vh - var(--navbar-height, 64px));min-height:calc(100dvh - var(--navbar-height, 64px))}@media(max-width:768px){.about-us__section{min-height:0;overflow-x:hidden;max-width:100%}}.collage__section{width:100%;padding-top:50px;overflow:hidden;position:relative;min-height:900px}.collage__title-container{width:345px;height:235px;margin-left:100px;margin-top:10px}.collage__title{color:#fff;margin:0;width:100%;height:100%;font-size:100px;line-height:1.15;font-weight:700;letter-spacing:.02em}.collage__right-images-container{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);transform:translate(500px) translateY(-240px)}.collage__right-logo-right{width:430px;height:430px;transform:translate(-250px) translateY(5px)}.collage__left-images-container{position:absolute;left:100px;top:345px;width:fit-content;height:fit-content}.collage__left-image-one{margin-right:25px}.collage__left-logo-left{width:430px;height:430px;transform:translate(-660px)}.collage__text-container{position:absolute;left:500px;top:550px;right:80px;max-width:none}.collage__text{color:#fff;margin:0;line-height:1.5}@media(max-width:768px){.collage__section{min-height:0;padding:1rem 0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:0;overflow-x:hidden;width:100%;max-width:100%}.collage__title-container{grid-row:1;grid-column:1 / -1;width:auto;height:auto;min-height:9rem;margin:0;padding:.25rem 1rem 0;position:relative;z-index:2;overflow:visible}.collage__title{font-size:clamp(2.5rem,12vw,3.5rem);height:auto;line-height:1.05}.collage__left-images-container,.collage__right-images-container{display:contents}.collage__right-images-container{transform:none;width:100%;height:auto}.collage__left-images-container{position:static;left:auto;top:auto;width:100%;height:auto}.collage__left-image-one{grid-row:2;grid-column:1;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;margin:0;display:block}.collage__left-image-two{grid-row:2;grid-column:2;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;margin:0;display:block}.collage__right-image-three{grid-row:3;grid-column:1 / -1;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;display:block}.collage__right-image-four{grid-row:4;grid-column:1 / -1;width:100%;height:auto;aspect-ratio:16 / 11;object-fit:cover;display:block}.collage__text-container{grid-row:5;grid-column:1 / -1;position:static;left:auto;top:auto;max-width:none;padding:1.25rem 1.25rem .75rem}.collage__text{text-align:center;font-size:.875rem;line-height:1.65}.collage__right-logo-right{grid-row:1;grid-column:1 / -1;position:absolute;top:.25rem;right:1rem;left:auto;width:min(48vw,190px);max-width:calc(100% - 2rem);height:auto;transform:none;object-fit:contain;top:-50px;right:-10px;width:min(52vw,210px);pointer-events:none;z-index:1}.collage__left-logo-left{grid-row:6;grid-column:1 / -1;justify-self:center;width:min(280px,78vw);height:auto;margin-top:1rem;transform:none;object-fit:contain;display:block}}.policy__section{width:100%;max-width:900px;margin:0 auto;padding:0 1.5rem 2.5rem;box-sizing:border-box}.policy__title{margin:40px 0 0;width:100%;text-align:center;font-size:1.75rem;font-weight:700;letter-spacing:.04em}.policy__paragraph-container{margin-left:50px;margin-top:25px}.policy__paragraph-title{margin:0 0 4px;font-weight:600}.policy__list{margin:0 0 12px;padding-left:25px}.policy__subtitle{margin-left:50px;margin-top:30px;font-size:1.25rem}.condition-of-items{margin-top:20px}.nested-list-item{margin-left:20px}.numbered{list-style:none;margin-left:0}.fee-note{margin-left:30px}.return-exchange-list{padding-left:0}@media(max-width:768px){.policy__section{padding:1.25rem 1rem 2rem}.policy__title{margin-top:.5rem;font-size:1.35rem}.policy__paragraph-container,.policy__subtitle{margin-left:0;margin-top:1.25rem}.policy__subtitle{font-size:1.1rem}.policy__paragraph-title{font-size:.95rem;line-height:1.45}.policy__list{padding-left:1.25rem;font-size:.9rem;line-height:1.5}.nested-list-item{margin-left:0}.numbered{padding-left:0}.fee-note{margin-left:0}}.product-listing-tops__header{display:flex;justify-content:space-between;align-items:center;padding-left:50px;padding-right:50px;padding-top:30px}@media(max-width:768px){.product-listing-tops__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#f0f0f0}.product-listing-tops__header .filter__button{background:#f0f0f0;border:.7px solid #111;margin-bottom:10px}.product-listing-tops__header .filter__button:hover{background:#fff}}.product-listing-bottoms__header{display:flex;justify-content:space-between;align-items:center;padding-left:50px;padding-right:50px;padding-top:30px}@media(max-width:768px){.product-listing-bottoms__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#f0f0f0}.product-listing-bottoms__header .filter__button{background:#f0f0f0;border:.7px solid #111;margin-bottom:10px}.product-listing-bottoms__header .filter__button:hover{background:#fff}}.product-listing-other__header{display:flex;justify-content:space-between;align-items:center;padding-left:50px;padding-right:50px;padding-top:30px}@media(max-width:768px){.product-listing-other__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#f0f0f0}.product-listing-other__header .filter__button{background:#f0f0f0;border:.7px solid #111;margin-bottom:10px}.product-listing-other__header .filter__button:hover{background:#fff}}.collection-hero{width:100%;display:flex;flex-direction:column;gap:1px;background:#000;line-height:0}.collection-hero__image{display:block;width:100%;object-fit:cover}.collection-hero__picture--primary,.collection-hero__picture--bottom-left{display:block;width:100%}.collection-hero__picture--bottom-left{height:100%;min-height:0;min-width:0}.collection-hero__image--primary{aspect-ratio:1440 / 400}.collection-hero__secondary{display:grid;grid-template-columns:359fr 359fr 722fr;width:100%;aspect-ratio:1440 / 450}.collection-hero__secondary .collection-hero__image{width:100%;height:100%;min-height:0;min-width:0}.collection-hero__image--bottom-left{object-position:center 90%}.collection-hero__image--bottom-middle{object-position:center center}.collection-hero__image--bottom-right{object-position:35% center}@media(max-width:768px){.collection-hero{gap:0;background:transparent}.collection-hero__picture--primary{order:2;width:100%}.collection-hero__image--primary{aspect-ratio:auto;width:100%;height:auto;object-fit:cover}.collection-hero__secondary{display:contents}.collection-hero__secondary .collection-hero__image{width:100%;height:210px;min-height:210px}.collection-hero__secondary .collection-hero__image--mobile-1st{order:1}.collection-hero__secondary .collection-hero__image--mobile-3rd{order:3}.collection-hero__secondary .collection-hero__picture--bottom-left{order:4;width:100%;height:auto}.collection-hero__secondary .collection-hero__image--mobile-4th{object-fit:contain}}.collection-title-bar{margin:0;padding:1rem 1.5rem;background:#111;color:#fff;text-align:center;font-size:1.5rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-listing-collection__status{margin:0;padding:1.5rem 50px}.product-listing-collection__products{background:#f0f0f0}.product-listing-collection__filter-row{display:flex;justify-content:flex-start;padding:1.5rem 50px 0}.product-listing-collection__products .product-grid__container__3{margin-top:1.5rem;padding-bottom:3rem}@media(max-width:768px){.collection-title-bar{font-size:1.125rem;padding:.875rem 1rem}.product-listing-collection__filter-row{padding:0;justify-content:stretch}.product-listing-collection__filter-row .filter__button{width:100%;border-radius:0;background:#f0f0f0;color:#111;justify-content:center;min-height:44px;border:.7px solid #111;margin-bottom:0}.product-listing-collection__filter-row .filter__button:hover{background:#fff}.product-listing-collection__products .product-grid__container__3{margin-top:0;padding-top:.5rem}}.product-listing-new-in__header{display:flex;justify-content:space-between;align-items:center;padding-left:50px;padding-right:50px;padding-top:30px}@media(max-width:768px){.product-listing-title{background:#e8e8e8}.product-listing-new-in__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#e8e8e8}.product-listing-new-in__header .filter__button{background:#f0f0f0;border:.7px solid #111;margin-bottom:10px}.product-listing-new-in__header .filter__button:hover{background:#fff}}.search-results__header{display:flex;justify-content:space-between;align-items:center;padding:30px 50px 0}.search-results__search-form{display:none}.search-results__header-meta{display:flex;width:100%;justify-content:space-between;align-items:center;gap:1rem}.search-results__message{padding:24px 50px 0;margin:0;color:#444}.search-results__message--error{color:#c0392b}.search-results__count{padding:16px 50px 0;margin:0;color:#666;font-size:.92rem}.search-results__sectionTitle{padding:24px 50px 0;margin:0;font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.search-results__pages{padding-bottom:8px}.search-results__pageList{list-style:none;margin:12px 0 0;padding:0 50px;display:flex;flex-direction:column;gap:10px}.search-results__pageLink{display:inline-block;padding:12px 16px;border:1px solid #ddd;border-radius:10px;color:#111;font-weight:600;text-decoration:none}.search-results__pageLink:hover{border-color:#111;background:#fafafa}.search-results__products .search-results__count{padding-top:8px}.search-results__empty{padding:0 50px}.search-results__links{display:flex;gap:20px;padding-top:8px}.search-results__links a{color:#111;font-weight:600}.search-results__show-more,.search-results__toolbar{display:none}@media(max-width:768px){.search-results{background:#fff;overflow-x:hidden}.search-results__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#fff}.search-results__search-form{position:relative;display:block;width:100%;padding:1rem;box-sizing:border-box;border-bottom:1px solid #ececec}.search-results__search-input{width:100%;min-width:0;border:1px solid #111;border-radius:0;background:#fff;padding:.85rem 2.75rem .85rem .9rem;font:inherit;font-size:.9375rem;color:#111;box-sizing:border-box}.search-results__search-input::placeholder{color:#9a9a9a}.search-results__search-input:focus{outline:2px solid #111;outline-offset:1px}.search-results__search-submit{position:absolute;top:50%;right:1.75rem;transform:translateY(-50%);border:0;background:transparent;color:#111;padding:0;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.search-results__search-submit svg{width:1.25rem;height:1.25rem}.search-results__header-meta{width:100%;padding:0}.search-results__header-meta .product-listing-title,.search-results__header-meta .filter__button{display:none}.search-results__message,.search-results__count,.search-results__empty,.search-results__sectionTitle,.search-results__pageList{padding-left:1rem;padding-right:1rem}.search-results__sectionTitle,.search-results__count{display:none}.search-results__products .product-grid__container__3{margin-top:0;padding:1rem .75rem 1.5rem;gap:.75rem;row-gap:1.25rem;background:#fff}.search-results__show-more{display:block;width:calc(100% - 2rem);margin:0 1rem 1.5rem;padding:.85rem 1rem;border:1px solid #111;background:#fff;color:#111;font:inherit;font-size:.9375rem;font-weight:600;cursor:pointer}.search-results__show-more:hover{background:#fafafa}}.checkout{display:grid;grid-template-columns:minmax(0,1fr) min(420px,38vw);min-height:calc(100dvh - 72px);background:#fff}.checkout__main{padding:28px 48px 56px;max-width:760px}.checkout__back{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:24px;color:#111;text-decoration:none;font-size:22px}.checkout__section{margin-bottom:36px}.checkout__section--compact{margin-bottom:0}.checkout__heading{margin:0 0 18px;font-size:1.35rem;font-weight:700;letter-spacing:.02em}.checkout__label{margin:0 0 12px;font-size:.95rem;color:#333}.checkout__hint{margin:0;color:#666;font-size:.92rem}.checkout__error{margin:12px 0 0;color:#c0392b;font-size:.92rem}.checkout__error--sidebar{text-align:center}.checkout__payment-element{padding:8px 0}.checkout__address-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.checkout__address-tab{border:1px solid #d9d9d9;border-radius:999px;background:#fff;padding:10px 18px;font-size:.92rem;cursor:pointer}.checkout__address-tab--active{border-color:#111;background:#f5f5f5;font-weight:600}.checkout__address-summary{color:#333;line-height:1.5}.checkout__address-summary p{margin:0 0 4px}.checkout__address-form{display:flex;flex-direction:column;gap:14px}.checkout__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.checkout__field{display:flex;flex-direction:column;gap:6px;font-size:.92rem}.checkout__field--full{grid-column:1 / -1}.checkout__field input,.checkout__select{border:1px solid #d9d9d9;border-radius:10px;padding:12px 14px;font:inherit;background:#fff}.checkout__field input.checkout__input--invalid{border-color:#c0392b}.checkout__field-error{margin:0;color:#c0392b;font-size:.85rem}.checkout__shipping-list{display:flex;flex-direction:column;gap:12px}.checkout__shipping-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;padding:16px 18px;border:1px solid #111;border-radius:12px;background:#fff;cursor:pointer;text-align:left}.checkout__shipping-option--active{background:#111;color:#fff}.checkout__shipping-icon{font-size:1.2rem}.checkout__shipping-label{font-size:.98rem}.checkout__shipping-price{font-weight:600}.checkout__summary{background:#111;color:#fff;padding:36px 28px;display:flex;flex-direction:column;min-height:100%}.checkout__items{list-style:none;margin:0 0 auto;padding:0;display:flex;flex-direction:column;gap:14px}.checkout__item{display:flex;justify-content:space-between;gap:16px;font-size:.98rem}.checkout__totals{margin-top:48px;display:flex;flex-direction:column;gap:10px}.checkout__total-row{display:flex;justify-content:space-between;gap:16px;font-size:.95rem}.checkout__total-row--emphasis{margin-top:8px;font-size:1.05rem;font-weight:700}.checkout__place-order{margin-top:28px;width:100%;border:none;border-radius:12px;background:#fff;color:#111;padding:16px 20px;font-size:1rem;font-weight:700;letter-spacing:.04em;cursor:pointer}.checkout__place-order:disabled{opacity:.6;cursor:not-allowed}@media(max-width:900px){.checkout{grid-template-columns:1fr}.checkout__main{padding:20px 18px 32px}.checkout__summary{padding:24px 18px 32px}.checkout__form-grid{grid-template-columns:1fr}}.checkoutResult{max-width:640px;margin:0 auto;padding:64px 24px;text-align:center}.checkoutResultTitle{font-size:2rem;letter-spacing:.04em;margin-bottom:16px}.checkoutResultText{color:#444;margin-bottom:24px}.orderSummary{text-align:left;border:1px solid #eee;border-radius:8px;padding:24px;margin:24px 0}.orderItems{list-style:none;margin:16px 0;padding:0}.orderItemRow{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f2f2f2}.orderItemImg{width:48px;height:48px;object-fit:cover;border-radius:4px}.orderItemName{flex:1}.orderItemPrice{font-variant-numeric:tabular-nums}.orderTotal{display:flex;justify-content:space-between;font-weight:600;margin-top:16px}.checkoutResultLink{display:inline-block;margin-top:16px;text-decoration:underline}.order-history{width:100%;max-width:1100px;margin:0 auto;padding:2rem 2.5rem 3rem;box-sizing:border-box;background:#f5f5f5;min-height:calc(100vh - var(--navbar-height, 64px));min-height:calc(100dvh - var(--navbar-height, 64px))}.order-history__title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;letter-spacing:.03em;color:#111}.order-history__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.order-history__tabs{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.order-history__tab{border:none;background:none;padding:0;font-family:Inter,sans-serif;font-size:.95rem;color:#9ca3af;cursor:pointer}.order-history__tab--active{color:#111;font-weight:700}.order-history__filter-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;border:none;border-radius:8px;background:#111;color:#fff;font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer}.order-history__filter-chevron{font-size:.9rem}.order-history__status{margin:1rem 0;font-size:.95rem;color:#374151}.order-history__status--error{color:#b91c1c}.order-history__table-wrap{background:#fff;border:1px solid #e5e7eb}.order-history__table{width:100%;border-collapse:collapse}.order-history__table th{padding:.85rem 1rem;text-align:left;font-size:.8rem;font-weight:700;letter-spacing:.04em;color:#111;background:#ececec;border-bottom:1px solid #d1d5db}.order-history__table td{padding:.85rem 1rem;font-size:.9rem;color:#111;border-bottom:1px solid #e5e7eb;vertical-align:middle}.order-history__row:last-child td{border-bottom:none}.order-history__product{display:flex;align-items:center;gap:.75rem}.order-history__product-image{width:44px;height:56px;object-fit:cover;flex-shrink:0;background:#e5e7eb}.order-history__product-title{font-size:.85rem;line-height:1.3}.order-history__cards{display:none}.order-history__deco{display:flex;justify-content:center;margin-top:3rem}.order-history__deco-image{width:min(120px,30vw);height:auto;opacity:.85}@media(max-width:768px){.order-history{padding:1.25rem 1rem 2rem;background:#fff}.order-history__title{font-size:1.35rem;margin-bottom:1rem}.order-history__toolbar{flex-direction:column;align-items:stretch;gap:.75rem}.order-history__tabs{gap:.85rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.15rem;-webkit-overflow-scrolling:touch}.order-history__tab{font-size:.85rem;white-space:nowrap;flex-shrink:0}.order-history__filter-btn{align-self:flex-end;font-size:.8rem;padding:.5rem .75rem}.order-history__table-wrap{display:none}.order-history__cards{display:flex;flex-direction:column;gap:.85rem}.order-history__card{border:1px solid #111;padding:.85rem;background:#fff}.order-history__card-top{display:flex;gap:.75rem;margin-bottom:.75rem}.order-history__card-image{width:52px;height:64px;object-fit:cover;flex-shrink:0;background:#ececec}.order-history__card-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600;line-height:1.3}.order-history__card-id{margin:0;font-size:.8rem;color:#6b7280}.order-history__card-details{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;margin:0}.order-history__card-details div{display:flex;flex-direction:column;gap:.1rem}.order-history__card-details dt{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.order-history__card-details dd{margin:0;font-size:.85rem;color:#111}.order-history__deco{margin-top:2rem}.order-history__deco-image{width:min(100px,28vw)}}.recently-viewed__header{display:flex;justify-content:space-between;align-items:center;padding-left:50px;padding-right:50px;padding-top:30px}.recently-viewed__clear{background:none;border:.7px solid #111;padding:8px 18px;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .15s ease,color .15s ease}.recently-viewed__clear:hover{background:#111;color:#fff}.recently-viewed__empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:80px 20px;text-align:center}.recently-viewed__empty-text{font-size:1rem;color:#555}.recently-viewed__empty-link{display:inline-block;background:#111;color:#fff;padding:12px 24px;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem}.recently-viewed__empty-link:hover{opacity:.85}@media(max-width:768px){.recently-viewed{background:#f0f0f0;min-height:calc(100dvh - var(--navbar-height, 64px));overflow-x:hidden}.recently-viewed__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#e8e8e8}.recently-viewed__clear{background:#f0f0f0;margin-bottom:10px}.recently-viewed__clear:hover{background:#fff;color:#111}}.favorites__header{display:flex;justify-content:space-between;align-items:center;padding-left:50px;padding-right:50px;padding-top:30px}.favorites__notice{padding:40px 50px;color:#555}.favorites__notice--error{color:#b00020}.favorites__empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:80px 20px;text-align:center}.favorites__empty-text{font-size:1rem;color:#555}.favorites__empty-link{display:inline-block;background:#111;color:#fff;padding:12px 24px;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem}.favorites__empty-link:hover{opacity:.85}@media(max-width:768px){.favorites{background:#f0f0f0;min-height:calc(100dvh - var(--navbar-height, 64px));overflow-x:hidden}.favorites__header{flex-direction:column;align-items:stretch;padding:0;gap:0;background:#e8e8e8}}#root{width:100%;height:100vh;height:100dvh;overflow:hidden;background-color:#fff}.app-scroll-wrapper{height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior:none;-webkit-overflow-scrolling:touch;background-color:#fff}
