.CurrencySelector-module__rf9-fG__wrapper{position:relative}.CurrencySelector-module__rf9-fG__trigger{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.85rem;transition:border-color .2s,opacity .2s;display:flex}.CurrencySelector-module__rf9-fG__trigger:hover{border-color:#ffffffb3}.CurrencySelector-module__rf9-fG__trigger:disabled{opacity:.5;cursor:default}.CurrencySelector-module__rf9-fG__symbol{min-width:2.2em;font-weight:600;display:inline-block}.CurrencySelector-module__rf9-fG__code{letter-spacing:.5px}.CurrencySelector-module__rf9-fG__flag{font-size:1.15em;line-height:1}.CurrencySelector-module__rf9-fG__optionLabel{flex:1}.CurrencySelector-module__rf9-fG__menu{z-index:1100;background-color:#0a0a0a;border:1px solid #2a2a2a;border-radius:8px;min-width:220px;max-height:320px;padding:.4rem;list-style:none;position:absolute;top:calc(100% + .6rem);right:0;overflow-y:auto;box-shadow:0 12px 24px #0006}.CurrencySelector-module__rf9-fG__option{text-align:left;color:#d4d4d4;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.6rem;width:100%;padding:.55rem .7rem;font-size:.85rem;transition:background-color .15s,color .15s;display:flex}.CurrencySelector-module__rf9-fG__option:hover{color:#fff;background-color:#1a1a1a}.CurrencySelector-module__rf9-fG__optionActive{color:#000;background-color:#fff;font-weight:500}.CurrencySelector-module__rf9-fG__optionActive:hover{color:#000;background-color:#fff}@media (max-width:768px){.CurrencySelector-module__rf9-fG__code{display:none}.CurrencySelector-module__rf9-fG__trigger{padding:.4rem .55rem}}
.Header-module__Af2_WG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);z-index:1000;background-color:#000000f2;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 5%;display:flex;position:fixed;top:0;left:0}.Header-module__Af2_WG__logoContainer{align-items:center;height:100%;display:flex}.Header-module__Af2_WG__logoImage{object-fit:contain}.Header-module__Af2_WG__nav{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__navLink{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;color:var(--white);font-size:.95rem;font-weight:500;transition:opacity .2s;position:relative}.Header-module__Af2_WG__navLink:hover{opacity:.6}.Header-module__Af2_WG__cartButton{cursor:pointer;color:var(--white);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.Header-module__Af2_WG__cartCount{background-color:var(--white);color:var(--black);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:0;right:0}@media (max-width:768px){.Header-module__Af2_WG__header{height:70px;padding:0 1rem}.Header-module__Af2_WG__nav{gap:.75rem}.Header-module__Af2_WG__navLink,.Header-module__Af2_WG__cartButton{display:none}}
.Footer-module__EZoWya__footer{background-color:var(--black);color:var(--white);text-align:center;flex-direction:column;align-items:center;gap:2rem;margin-top:auto;padding:4rem 5%;display:flex}.Footer-module__EZoWya__footerContent{flex-direction:column;align-items:center;gap:2rem;display:flex}.Footer-module__EZoWya__logoContainer{width:250px;height:120px;position:relative}.Footer-module__EZoWya__links{color:var(--gray-200);gap:2rem;font-size:.9rem;display:flex}.Footer-module__EZoWya__link:hover{text-decoration:underline}.Footer-module__EZoWya__copyright{color:#666;border-top:1px solid #333;width:100%;margin-top:2rem;padding-top:1rem;font-size:.8rem}
.MobileTabBar-module__068R_G__tabBar{display:none}@media (max-width:768px){.MobileTabBar-module__068R_G__tabBar{height:62px;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:900;background-color:#000000f7;border-top:1px solid #ffffff1a;display:flex;position:fixed;bottom:0;left:0;right:0}}.MobileTabBar-module__068R_G__tab{color:#ffffff8c;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;font-size:.65rem;transition:color .2s;display:flex}.MobileTabBar-module__068R_G__tab:active,.MobileTabBar-module__068R_G__tabActive{color:#fff}.MobileTabBar-module__068R_G__cartIconWrap{display:flex;position:relative}.MobileTabBar-module__068R_G__badge{color:#000;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}
.CartDrawer-module__w1trPG__overlay{z-index:2000;opacity:0;visibility:hidden;background-color:#00000080;justify-content:flex-end;width:100vw;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0}.CartDrawer-module__w1trPG__overlay.CartDrawer-module__w1trPG__open{opacity:1;visibility:visible}.CartDrawer-module__w1trPG__drawer{background-color:var(--gray-100);width:100%;max-width:450px;height:100%;color:var(--white);flex-direction:column;transition:transform .3s;display:flex;transform:translate(100%);box-shadow:-5px 0 20px #00000080}.CartDrawer-module__w1trPG__overlay.CartDrawer-module__w1trPG__open .CartDrawer-module__w1trPG__drawer{transform:translate(0)}.CartDrawer-module__w1trPG__header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__w1trPG__title{font-family:var(--font-heading);font-size:1.5rem}.CartDrawer-module__w1trPG__closeButton{cursor:pointer;color:var(--white);background:0 0;border:none;padding:.5rem;transition:opacity .2s}.CartDrawer-module__w1trPG__closeButton:hover{opacity:.6}.CartDrawer-module__w1trPG__items{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__w1trPG__emptyCart{color:var(--gray-800);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.CartDrawer-module__w1trPG__item{border-bottom:1px solid var(--gray-200);gap:1rem;padding-bottom:1.5rem;display:flex}.CartDrawer-module__w1trPG__item:last-child{border-bottom:none}.CartDrawer-module__w1trPG__itemImageWrap{background-color:#f4f3f1;flex-shrink:0;width:80px;height:100px;position:relative;overflow:hidden}.CartDrawer-module__w1trPG__itemImage{object-fit:contain}.CartDrawer-module__w1trPG__itemDetails{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartDrawer-module__w1trPG__itemTitle{font-family:var(--font-heading);font-size:1.1rem}.CartDrawer-module__w1trPG__itemHeader{justify-content:space-between;align-items:flex-start;display:flex}.CartDrawer-module__w1trPG__removeButton{color:var(--gray-800);cursor:pointer;background:0 0;border:none;padding:2px;transition:color .2s}.CartDrawer-module__w1trPG__removeButton:hover{color:var(--white)}.CartDrawer-module__w1trPG__itemMeta{color:var(--gray-800);font-size:.85rem}.CartDrawer-module__w1trPG__itemControls{justify-content:space-between;align-items:flex-end;display:flex}.CartDrawer-module__w1trPG__quantityControls{border:1px solid var(--gray-200);align-items:center;gap:.8rem;padding:.2rem .5rem;display:flex}.CartDrawer-module__w1trPG__qtyBtn{cursor:pointer;color:var(--white);background:0 0;border:none;padding:0 .2rem;font-size:1rem}.CartDrawer-module__w1trPG__itemPrice{font-weight:600}.CartDrawer-module__w1trPG__footer{border-top:1px solid var(--gray-200);background-color:var(--black);padding:1.5rem}.CartDrawer-module__w1trPG__subtotal{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.2rem;font-weight:500;display:flex}.CartDrawer-module__w1trPG__checkoutButton{background-color:var(--white);width:100%;color:var(--black);text-transform:uppercase;letter-spacing:1px;border:none;padding:1rem;font-weight:500;transition:opacity .3s}.CartDrawer-module__w1trPG__checkoutButton:hover{opacity:.9}.CartDrawer-module__w1trPG__dragHandle{display:none}@media (max-width:768px){.CartDrawer-module__w1trPG__overlay{justify-content:center;align-items:flex-end}.CartDrawer-module__w1trPG__drawer{border-radius:20px 20px 0 0;width:100%;max-width:100%;height:auto;max-height:85vh;transform:translateY(100%);box-shadow:0 -8px 30px #00000080}.CartDrawer-module__w1trPG__overlay.CartDrawer-module__w1trPG__open .CartDrawer-module__w1trPG__drawer{transform:translateY(0)}.CartDrawer-module__w1trPG__dragHandle{flex-shrink:0;justify-content:center;padding:.6rem 0 0;display:flex}.CartDrawer-module__w1trPG__dragHandleBar{background-color:var(--gray-200);border-radius:999px;width:40px;height:4px}.CartDrawer-module__w1trPG__header{padding:1rem 1.5rem}.CartDrawer-module__w1trPG__footer{padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}}
.layout-module__dUtdqW__main{min-height:calc(100vh - 280px)}@media (max-width:768px){.layout-module__dUtdqW__main{padding-bottom:calc(62px + env(safe-area-inset-bottom))}}
