.NavMenu-module__YocYhG__nav{align-items:center;display:flex}.NavMenu-module__YocYhG__menuList{gap:4px;display:flex}.NavMenu-module__YocYhG__menuItem{position:relative}.NavMenu-module__YocYhG__menuLink{color:var(--color-text-muted);white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:8px 14px;font-size:14px;font-weight:500;transition:color .2s,background-color .2s;display:flex}.NavMenu-module__YocYhG__menuLink:hover,.NavMenu-module__YocYhG__menuLink.NavMenu-module__YocYhG__active{color:var(--color-text);background-color:#ffffff0f}.NavMenu-module__YocYhG__chevron{font-size:10px;transition:transform .2s}.NavMenu-module__YocYhG__chevron.NavMenu-module__YocYhG__open{transform:rotate(180deg)}.NavMenu-module__YocYhG__dropdown{background:var(--color-surface);border:1px solid var(--color-border);opacity:0;visibility:hidden;z-index:100;border-radius:8px;min-width:200px;padding:6px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-4px)}.NavMenu-module__YocYhG__dropdown.NavMenu-module__YocYhG__visible{opacity:1;visibility:visible;transform:translateY(0)}.NavMenu-module__YocYhG__dropdownLink{color:var(--color-text-muted);border-radius:6px;padding:8px 12px;font-size:13px;transition:color .15s,background-color .15s;display:block}.NavMenu-module__YocYhG__dropdownLink:hover{color:var(--color-text);background-color:#ffffff0f}.NavMenu-module__YocYhG__hamburger{border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;transition:background-color .2s;display:none}.NavMenu-module__YocYhG__hamburger:hover{background-color:#ffffff0f}.NavMenu-module__YocYhG__hamburgerLine{background:var(--color-text);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.NavMenu-module__YocYhG__hamburger.NavMenu-module__YocYhG__open .NavMenu-module__YocYhG__hamburgerLine:first-child{transform:translateY(7px)rotate(45deg)}.NavMenu-module__YocYhG__hamburger.NavMenu-module__YocYhG__open .NavMenu-module__YocYhG__hamburgerLine:nth-child(2){opacity:0}.NavMenu-module__YocYhG__hamburger.NavMenu-module__YocYhG__open .NavMenu-module__YocYhG__hamburgerLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.NavMenu-module__YocYhG__mobileOverlay{display:none}@media (max-width:768px){.NavMenu-module__YocYhG__hamburger{display:flex}.NavMenu-module__YocYhG__menuList{display:none}.NavMenu-module__YocYhG__mobileOverlay{top:var(--header-height);background:var(--color-bg);border-top:1px solid var(--color-border);z-index:90;flex-direction:column;padding:16px;display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.NavMenu-module__YocYhG__mobileOverlay.NavMenu-module__YocYhG__open{display:flex}.NavMenu-module__YocYhG__mobileMenuItem{border-bottom:1px solid var(--color-border)}.NavMenu-module__YocYhG__mobileMenuItem:last-child{border-bottom:none}.NavMenu-module__YocYhG__mobileMenuLink{color:var(--color-text);justify-content:space-between;align-items:center;padding:14px 8px;font-size:15px;font-weight:500;display:flex}.NavMenu-module__YocYhG__mobileChevron{font-size:12px;transition:transform .2s}.NavMenu-module__YocYhG__mobileChevron.NavMenu-module__YocYhG__open{transform:rotate(180deg)}.NavMenu-module__YocYhG__mobileDropdown{flex-direction:column;padding:0 8px 12px;display:none}.NavMenu-module__YocYhG__mobileDropdown.NavMenu-module__YocYhG__visible{display:flex}.NavMenu-module__YocYhG__mobileDropdownLink{color:var(--color-text-muted);border-radius:6px;padding:10px 12px;font-size:14px;transition:background-color .15s}.NavMenu-module__YocYhG__mobileDropdownLink:hover{background-color:#ffffff0f}}
.MiniCart-module__BHkAWW__overlay{z-index:100;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.MiniCart-module__BHkAWW__overlayOpen{opacity:1;pointer-events:auto}.MiniCart-module__BHkAWW__panel{z-index:101;background:var(--color-surface);border-left:1px solid var(--color-border);flex-direction:column;width:100%;max-width:400px;height:100%;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.MiniCart-module__BHkAWW__panelOpen{transform:translate(0)}.MiniCart-module__BHkAWW__headerRow{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.MiniCart-module__BHkAWW__title{color:var(--color-text);font-size:16px;font-weight:600}.MiniCart-module__BHkAWW__closeBtn{width:32px;height:32px;color:var(--color-text-muted);border-radius:6px;justify-content:center;align-items:center;transition:color .2s,background-color .2s;display:flex}.MiniCart-module__BHkAWW__closeBtn:hover{color:var(--color-text);background-color:#ffffff0f}.MiniCart-module__BHkAWW__body{flex:1;padding:16px 20px;overflow-y:auto}.MiniCart-module__BHkAWW__emptyState{height:100%;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.MiniCart-module__BHkAWW__emptyIcon{opacity:.4;width:48px;height:48px}.MiniCart-module__BHkAWW__itemList{flex-direction:column;gap:16px;display:flex}.MiniCart-module__BHkAWW__item{border-bottom:1px solid var(--color-border);gap:12px;padding-bottom:16px;display:flex}.MiniCart-module__BHkAWW__item:last-child{border-bottom:none;padding-bottom:0}.MiniCart-module__BHkAWW__itemImage{object-fit:cover;background:var(--color-bg);border-radius:6px;flex-shrink:0;width:64px;height:64px}.MiniCart-module__BHkAWW__itemDetails{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.MiniCart-module__BHkAWW__itemName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.MiniCart-module__BHkAWW__itemPrice{color:var(--color-text-muted);font-size:13px}.MiniCart-module__BHkAWW__itemActions{align-items:center;gap:8px;margin-top:auto;display:flex}.MiniCart-module__BHkAWW__qtyBtn{width:26px;height:26px;color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .2s,border-color .2s,background-color .2s;display:flex}.MiniCart-module__BHkAWW__qtyBtn:hover{color:var(--color-text);border-color:var(--color-text-muted);background-color:#ffffff0f}.MiniCart-module__BHkAWW__qty{color:var(--color-text);text-align:center;min-width:20px;font-size:14px;font-weight:500}.MiniCart-module__BHkAWW__removeBtn{width:26px;height:26px;color:var(--color-text-muted);border-radius:4px;justify-content:center;align-items:center;margin-left:auto;transition:color .2s,background-color .2s;display:flex}.MiniCart-module__BHkAWW__removeBtn:hover{color:var(--color-primary);background-color:#e639461a}.MiniCart-module__BHkAWW__footer{border-top:1px solid var(--color-border);flex-shrink:0;padding:16px 20px}.MiniCart-module__BHkAWW__totalRow{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.MiniCart-module__BHkAWW__totalLabel{color:var(--color-text-muted);font-size:14px}.MiniCart-module__BHkAWW__totalValue{color:var(--color-text);font-size:16px;font-weight:600}.MiniCart-module__BHkAWW__checkoutBtn{color:#fff;background:var(--color-primary);border-radius:8px;justify-content:center;align-items:center;width:100%;height:44px;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}.MiniCart-module__BHkAWW__checkoutBtn:hover:not(:disabled){opacity:.9}.MiniCart-module__BHkAWW__checkoutBtn:disabled{opacity:.6;cursor:not-allowed}.MiniCart-module__BHkAWW__checkoutError{color:var(--color-primary);text-align:center;margin-top:8px;font-size:13px}@media (max-width:480px){.MiniCart-module__BHkAWW__panel{max-width:100%}}
.Header-module__ldgnoG__header{z-index:50;height:var(--header-height);background:var(--color-bg);border-bottom:1px solid var(--color-border);position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__inner{height:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.Header-module__ldgnoG__logo{letter-spacing:-.5px;color:var(--color-text);flex-shrink:0;font-size:18px;font-weight:700}.Header-module__ldgnoG__logoAccent{color:var(--color-primary)}.Header-module__ldgnoG__actions{align-items:center;gap:4px;display:flex}.Header-module__ldgnoG__iconBtn{width:36px;height:36px;color:var(--color-text-muted);border-radius:6px;justify-content:center;align-items:center;transition:color .2s,background-color .2s;display:flex;position:relative}.Header-module__ldgnoG__iconBtn:hover{color:var(--color-text);background-color:#ffffff0f}.Header-module__ldgnoG__iconBtn svg{width:20px;height:20px}.Header-module__ldgnoG__cartBadge{background:var(--color-primary);color:#fff;text-align:center;pointer-events:none;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:2px;right:2px}@media (max-width:768px){.Header-module__ldgnoG__actions{gap:0}}
.Footer-module__Grjkva__footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:auto}.Footer-module__Grjkva__inner{max-width:var(--max-width);margin:0 auto;padding:48px 24px 32px}.Footer-module__Grjkva__columns{grid-template-columns:1fr 1fr 1.4fr;gap:48px;margin-bottom:40px;display:grid}.Footer-module__Grjkva__columnTitle{text-transform:uppercase;letter-spacing:.8px;color:var(--color-text);margin-bottom:16px;font-size:14px;font-weight:600}.Footer-module__Grjkva__linkList{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__link{color:var(--color-text-muted);font-size:14px;transition:color .2s}.Footer-module__Grjkva__link:hover{color:var(--color-text)}.Footer-module__Grjkva__newsletterText{color:var(--color-text-muted);margin-bottom:16px;font-size:14px;line-height:1.6}.Footer-module__Grjkva__newsletterForm{gap:8px;display:flex}.Footer-module__Grjkva__emailInput{min-width:0;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.Footer-module__Grjkva__emailInput::placeholder{color:var(--color-text-muted)}.Footer-module__Grjkva__emailInput:focus{border-color:var(--color-primary)}.Footer-module__Grjkva__subscribeBtn{background:var(--color-primary);color:#fff;border-radius:6px;flex-shrink:0;padding:10px 20px;font-size:14px;font-weight:600;transition:opacity .2s}.Footer-module__Grjkva__subscribeBtn:hover{opacity:.85}.Footer-module__Grjkva__bottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Footer-module__Grjkva__brand{letter-spacing:-.5px;font-size:15px;font-weight:700}.Footer-module__Grjkva__brandAccent{color:var(--color-primary)}.Footer-module__Grjkva__copyright{color:var(--color-text-muted);font-size:13px}@media (max-width:768px){.Footer-module__Grjkva__columns{grid-template-columns:1fr;gap:32px}.Footer-module__Grjkva__inner{padding:32px 24px 24px}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column;gap:8px}.Footer-module__Grjkva__newsletterForm{flex-direction:column}}
.HeroBanner-module__z6kSKW__hero{aspect-ratio:21/7;width:100%;position:relative;overflow:hidden}.HeroBanner-module__z6kSKW__track{width:100%;height:100%;position:relative}.HeroBanner-module__z6kSKW__slide{opacity:0;pointer-events:none;transition:opacity .6s;display:block;position:absolute;inset:0}.HeroBanner-module__z6kSKW__slideImage{object-fit:inherit;width:100%;height:100%;display:block}.HeroBanner-module__z6kSKW__slide.HeroBanner-module__z6kSKW__active{opacity:1;pointer-events:auto}.HeroBanner-module__z6kSKW__arrow{width:44px;height:44px;color:var(--color-text);opacity:0;background:#00000073;border-radius:50%;justify-content:center;align-items:center;font-size:28px;line-height:1;transition:opacity .25s,background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroBanner-module__z6kSKW__hero:hover .HeroBanner-module__z6kSKW__arrow{opacity:1}.HeroBanner-module__z6kSKW__arrow:hover{background:#000000b3}.HeroBanner-module__z6kSKW__arrowLeft{left:16px}.HeroBanner-module__z6kSKW__arrowRight{right:16px}.HeroBanner-module__z6kSKW__dots{gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.HeroBanner-module__z6kSKW__dot{background:#ffffff4d;border-radius:50%;width:10px;height:10px;transition:background-color .25s,transform .25s}.HeroBanner-module__z6kSKW__dot.HeroBanner-module__z6kSKW__active{background:var(--color-primary);transform:scale(1.25)}.HeroBanner-module__z6kSKW__dot:hover{background:#fff9}.HeroBanner-module__z6kSKW__dot.HeroBanner-module__z6kSKW__active:hover{background:var(--color-primary)}@media (max-width:768px){.HeroBanner-module__z6kSKW__arrow{width:36px;height:36px;font-size:22px}.HeroBanner-module__z6kSKW__arrowLeft{left:8px}.HeroBanner-module__z6kSKW__arrowRight{right:8px}}
.CategoryCard-module__-iH-FW__card{aspect-ratio:4/3;cursor:pointer;border-radius:10px;align-items:flex-end;display:flex;position:relative;overflow:hidden}.CategoryCard-module__-iH-FW__image{background-position:50%;background-size:cover;transition:transform .35s;position:absolute;inset:0}.CategoryCard-module__-iH-FW__card:hover .CategoryCard-module__-iH-FW__image{transform:scale(1.08)}.CategoryCard-module__-iH-FW__overlay{background:linear-gradient(#0000 0%,#0000001a 40%,#000000b3 100%);transition:background .3s;position:absolute;inset:0}.CategoryCard-module__-iH-FW__card:hover .CategoryCard-module__-iH-FW__overlay{background:linear-gradient(#0000001a 0%,#00000040 40%,#000c 100%)}.CategoryCard-module__-iH-FW__label{z-index:1;color:var(--color-text);letter-spacing:.2px;padding:16px;font-size:15px;font-weight:600;position:relative}
.CategoryGrid-module__OMfCmG__section{padding:64px 0}.CategoryGrid-module__OMfCmG__inner{max-width:var(--max-width);margin:0 auto;padding:0 24px}.CategoryGrid-module__OMfCmG__heading{letter-spacing:-.3px;margin-bottom:32px;font-size:24px;font-weight:700}.CategoryGrid-module__OMfCmG__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.CategoryGrid-module__OMfCmG__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.CategoryGrid-module__OMfCmG__section{padding:40px 0}.CategoryGrid-module__OMfCmG__heading{margin-bottom:24px;font-size:20px}.CategoryGrid-module__OMfCmG__grid{grid-template-columns:repeat(2,1fr);gap:12px}}
.success-module__V4iA4q__container{text-align:center;flex-direction:column;align-items:center;max-width:640px;margin:0 auto;padding:64px 24px 80px;display:flex}.success-module__V4iA4q__iconWrapper{background:#22c55e1f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:flex}.success-module__V4iA4q__iconWrapper svg{color:#22c55e}.success-module__V4iA4q__heading{color:var(--color-text);letter-spacing:-.3px;margin-bottom:8px;font-size:28px;font-weight:800}.success-module__V4iA4q__subtitle{color:var(--color-text-muted);margin-bottom:40px;font-size:15px}.success-module__V4iA4q__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;width:100%;margin-bottom:32px;overflow:hidden}.success-module__V4iA4q__productRow{align-items:center;gap:16px;padding:20px;display:flex}.success-module__V4iA4q__productImage{object-fit:cover;background:var(--color-bg);border-radius:8px;flex-shrink:0;width:80px;height:80px}.success-module__V4iA4q__productInfo{text-align:left;flex:1;min-width:0}.success-module__V4iA4q__productName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.success-module__V4iA4q__productMeta{color:var(--color-text-muted);margin-top:4px;font-size:13px}.success-module__V4iA4q__divider{background:var(--color-border);height:1px}.success-module__V4iA4q__details{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.success-module__V4iA4q__detailRow{justify-content:space-between;align-items:center;font-size:14px;display:flex}.success-module__V4iA4q__detailLabel{color:var(--color-text-muted)}.success-module__V4iA4q__detailValue{color:var(--color-text);font-weight:500}.success-module__V4iA4q__totalRow{border-top:1px solid var(--color-border);padding-top:12px;font-size:16px;}.success-module__V4iA4q__totalRow .success-module__V4iA4q__detailLabel{color:var(--color-text);font-weight:600}.success-module__V4iA4q__totalRow .success-module__V4iA4q__detailValue{color:var(--color-primary);font-weight:700}.success-module__V4iA4q__statusBadge{text-transform:uppercase;letter-spacing:.5px;color:#22c55e;background:#22c55e1f;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.success-module__V4iA4q__statusDot{background:currentColor;border-radius:50%;width:6px;height:6px}.success-module__V4iA4q__actions{gap:12px;width:100%;display:flex}.success-module__V4iA4q__primaryBtn{color:#fff;background:var(--color-primary);border-radius:8px;flex:1;justify-content:center;align-items:center;height:44px;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}.success-module__V4iA4q__primaryBtn:hover{opacity:.9}.success-module__V4iA4q__secondaryBtn{height:44px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:background-color .2s;display:flex}.success-module__V4iA4q__secondaryBtn:hover{background:var(--color-border)}.success-module__V4iA4q__loading{min-height:60vh;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:15px;display:flex}.success-module__V4iA4q__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:32px;height:32px;margin-right:12px;animation:.8s linear infinite success-module__V4iA4q__spin}@keyframes success-module__V4iA4q__spin{to{transform:rotate(360deg)}}.success-module__V4iA4q__error{min-height:60vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:15px;display:flex}.success-module__V4iA4q__retryBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;transition:background-color .2s}.success-module__V4iA4q__retryBtn:hover{background:var(--color-border)}@media (max-width:480px){.success-module__V4iA4q__container{padding:40px 16px 64px}.success-module__V4iA4q__heading{font-size:22px}.success-module__V4iA4q__productRow{text-align:center;flex-direction:column}.success-module__V4iA4q__productInfo{text-align:center}.success-module__V4iA4q__actions{flex-direction:column}}
.my-account-module__EzUROW__container{max-width:800px;margin:0 auto;padding:48px 24px 80px}.my-account-module__EzUROW__heading{color:var(--color-text);letter-spacing:-.3px;margin-bottom:32px;font-size:28px;font-weight:800}.my-account-module__EzUROW__list{flex-direction:column;gap:12px;display:flex}.my-account-module__EzUROW__orderCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;transition:border-color .2s;overflow:hidden}.my-account-module__EzUROW__orderCard:hover{border-color:#3a3a3a}.my-account-module__EzUROW__orderRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:16px;padding:16px 20px;display:flex}.my-account-module__EzUROW__orderImage{object-fit:cover;background:var(--color-bg);border-radius:8px;flex-shrink:0;width:56px;height:56px}.my-account-module__EzUROW__orderImagePlaceholder{background:var(--color-bg);width:56px;height:56px;color:var(--color-text-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.my-account-module__EzUROW__orderImagePlaceholder svg{width:24px;height:24px}.my-account-module__EzUROW__orderInfo{flex:1;min-width:0}.my-account-module__EzUROW__orderName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;display:block;overflow:hidden}.my-account-module__EzUROW__orderDate{color:var(--color-text-muted);margin-top:2px;font-size:13px;display:block}.my-account-module__EzUROW__orderRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.my-account-module__EzUROW__orderTotal{color:var(--color-text);font-size:15px;font-weight:600}.my-account-module__EzUROW__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.my-account-module__EzUROW__badgeDot{background:currentColor;border-radius:50%;width:6px;height:6px}.my-account-module__EzUROW__badgeSuccess{color:#22c55e;background:#22c55e1f;}.my-account-module__EzUROW__badgePending{color:#eab308;background:#eab3081f;}.my-account-module__EzUROW__badgeError{color:#ef4444;background:#ef44441f;}.my-account-module__EzUROW__chevron{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0;transition:transform .2s}.my-account-module__EzUROW__chevronOpen{transform:rotate(180deg);}.my-account-module__EzUROW__detail{border-top:1px solid var(--color-border);flex-direction:column;gap:10px;padding:16px 20px;display:flex}.my-account-module__EzUROW__detailRow{justify-content:space-between;align-items:center;font-size:14px;display:flex}.my-account-module__EzUROW__detailLabel{color:var(--color-text-muted)}.my-account-module__EzUROW__detailValue{color:var(--color-text);font-weight:500}.my-account-module__EzUROW__totalRow{border-top:1px solid var(--color-border);padding-top:10px;font-size:15px;}.my-account-module__EzUROW__totalRow .my-account-module__EzUROW__detailLabel{color:var(--color-text);font-weight:600}.my-account-module__EzUROW__totalRow .my-account-module__EzUROW__detailValue{color:var(--color-primary);font-weight:700}.my-account-module__EzUROW__detailSpinner{color:var(--color-text-muted);justify-content:center;align-items:center;gap:8px;padding:12px 0;font-size:13px;display:flex}.my-account-module__EzUROW__empty{text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.my-account-module__EzUROW__emptyIcon{width:48px;height:48px;color:var(--color-text-muted);opacity:.5;margin-bottom:16px}.my-account-module__EzUROW__emptyText{color:var(--color-text);margin-bottom:4px;font-size:16px;font-weight:600}.my-account-module__EzUROW__emptySubtext{font-size:14px}.my-account-module__EzUROW__browseLink{color:#fff;background:var(--color-primary);border-radius:8px;justify-content:center;align-items:center;height:40px;margin-top:20px;padding:0 24px;font-size:14px;font-weight:600;transition:opacity .2s;display:inline-flex}.my-account-module__EzUROW__browseLink:hover{opacity:.9}.my-account-module__EzUROW__loading{min-height:60vh;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:15px;display:flex}.my-account-module__EzUROW__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:32px;height:32px;margin-right:12px;animation:.8s linear infinite my-account-module__EzUROW__spin}.my-account-module__EzUROW__miniSpinner{border-width:2px;width:18px;height:18px;margin-right:8px;}@keyframes my-account-module__EzUROW__spin{to{transform:rotate(360deg)}}.my-account-module__EzUROW__error{min-height:60vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:15px;display:flex}.my-account-module__EzUROW__retryBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;transition:background-color .2s}.my-account-module__EzUROW__retryBtn:hover{background:var(--color-border)}@media (max-width:480px){.my-account-module__EzUROW__container{padding:32px 16px 64px}.my-account-module__EzUROW__heading{font-size:22px}.my-account-module__EzUROW__orderRow{gap:12px;padding:14px 16px}.my-account-module__EzUROW__orderImage,.my-account-module__EzUROW__orderImagePlaceholder{width:44px;height:44px}.my-account-module__EzUROW__detail{padding:14px 16px}}
.product-module__VsZ0nq__container{max-width:var(--max-width);margin:0 auto;padding:32px 24px 64px}.product-module__VsZ0nq__breadcrumb{color:var(--color-text-muted);align-items:center;gap:8px;margin-bottom:32px;font-size:13px;display:flex}.product-module__VsZ0nq__breadcrumb a:hover{color:var(--color-text)}.product-module__VsZ0nq__breadcrumbSep{font-size:11px}.product-module__VsZ0nq__grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.product-module__VsZ0nq__gallery{flex-direction:column;gap:12px;display:flex}.product-module__VsZ0nq__mainImageWrapper{aspect-ratio:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;width:100%;position:relative;overflow:hidden}.product-module__VsZ0nq__mainImage{object-fit:cover}.product-module__VsZ0nq__thumbnails{gap:10px;display:flex}.product-module__VsZ0nq__thumb{background:var(--color-surface);cursor:pointer;border:2px solid #0000;border-radius:6px;width:72px;height:72px;transition:border-color .2s;position:relative;overflow:hidden}.product-module__VsZ0nq__thumb:hover{border-color:var(--color-text-muted)}.product-module__VsZ0nq__thumbActive{border-color:var(--color-primary)}.product-module__VsZ0nq__thumbImg{object-fit:cover}.product-module__VsZ0nq__info{flex-direction:column;gap:20px;display:flex}.product-module__VsZ0nq__productName{letter-spacing:-.5px;color:var(--color-text);font-size:32px;font-weight:800;line-height:1.2}.product-module__VsZ0nq__price{color:var(--color-primary);font-size:28px;font-weight:700}.product-module__VsZ0nq__divider{background:var(--color-border);height:1px}.product-module__VsZ0nq__description{color:var(--color-text-muted);font-size:15px;line-height:1.7}.product-module__VsZ0nq__tags{flex-wrap:wrap;gap:8px;display:flex}.product-module__VsZ0nq__tag{text-transform:uppercase;letter-spacing:.5px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600}.product-module__VsZ0nq__addToCart{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.8px;border-radius:6px;justify-content:center;align-items:center;gap:10px;margin-top:4px;padding:16px 40px;font-size:15px;font-weight:700;transition:opacity .2s,transform .15s;display:inline-flex}.product-module__VsZ0nq__addToCart:hover{opacity:.88;transform:translateY(-1px)}.product-module__VsZ0nq__addToCart:active{transform:translateY(0)}.product-module__VsZ0nq__videoSection{margin-top:64px}.product-module__VsZ0nq__sectionTitle{color:var(--color-text);margin-bottom:20px;font-size:22px;font-weight:700}.product-module__VsZ0nq__videoWrapper{aspect-ratio:16/9;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;width:100%;position:relative;overflow:hidden}.product-module__VsZ0nq__videoWrapper iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.product-module__VsZ0nq__loading{min-height:60vh;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:15px;display:flex}.product-module__VsZ0nq__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:32px;height:32px;margin-right:12px;animation:.8s linear infinite product-module__VsZ0nq__spin}@keyframes product-module__VsZ0nq__spin{to{transform:rotate(360deg)}}.product-module__VsZ0nq__error{min-height:60vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:15px;display:flex}.product-module__VsZ0nq__retryBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;transition:background-color .2s}.product-module__VsZ0nq__retryBtn:hover{background:var(--color-border)}@media (max-width:768px){.product-module__VsZ0nq__container{padding:20px 16px 48px}.product-module__VsZ0nq__grid{grid-template-columns:1fr;gap:28px}.product-module__VsZ0nq__productName{font-size:24px}.product-module__VsZ0nq__price{font-size:22px}.product-module__VsZ0nq__videoSection{margin-top:40px}}
.category-module__SE0iGW__container{max-width:var(--max-width);margin:0 auto;padding:32px 24px 64px}.category-module__SE0iGW__breadcrumb{color:var(--color-text-muted);align-items:center;gap:8px;margin-bottom:24px;font-size:13px;display:flex}.category-module__SE0iGW__breadcrumb a:hover{color:var(--color-text)}.category-module__SE0iGW__breadcrumbSep{font-size:11px}.category-module__SE0iGW__title{letter-spacing:-.5px;color:var(--color-text);margin-bottom:32px;font-size:32px;font-weight:800;line-height:1.2}.category-module__SE0iGW__empty{color:var(--color-text-muted);text-align:center;padding:64px 0;font-size:15px}.category-module__SE0iGW__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.category-module__SE0iGW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.category-module__SE0iGW__card:hover{border-color:var(--color-text-muted);transform:translateY(-2px)}.category-module__SE0iGW__cardImageLink{display:block}.category-module__SE0iGW__cardImageWrapper{aspect-ratio:1;background:var(--color-bg);width:100%;position:relative}.category-module__SE0iGW__cardImage{object-fit:cover;transition:transform .3s}.category-module__SE0iGW__card:hover .category-module__SE0iGW__cardImage{transform:scale(1.04)}.category-module__SE0iGW__cardBody{flex-direction:column;gap:10px;padding:16px;display:flex}.category-module__SE0iGW__cardNameLink{display:block}.category-module__SE0iGW__cardName{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.category-module__SE0iGW__cardPrice{color:var(--color-primary);font-size:18px;font-weight:700}.category-module__SE0iGW__addToCart{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.6px;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:10px 16px;font-size:13px;font-weight:700;transition:opacity .2s,transform .15s;display:inline-flex}.category-module__SE0iGW__addToCart:hover{opacity:.88;transform:translateY(-1px)}.category-module__SE0iGW__addToCart:active{transform:translateY(0)}.category-module__SE0iGW__loading{min-height:60vh;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:15px;display:flex}.category-module__SE0iGW__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:32px;height:32px;margin-right:12px;animation:.8s linear infinite category-module__SE0iGW__spin}@keyframes category-module__SE0iGW__spin{to{transform:rotate(360deg)}}.category-module__SE0iGW__error{min-height:60vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:15px;display:flex}.category-module__SE0iGW__retryBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;transition:background-color .2s}.category-module__SE0iGW__retryBtn:hover{background:var(--color-border)}@media (max-width:1024px){.category-module__SE0iGW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.category-module__SE0iGW__container{padding:20px 16px 48px}.category-module__SE0iGW__title{margin-bottom:24px;font-size:24px}.category-module__SE0iGW__grid{grid-template-columns:1fr;gap:20px}}
.ProductSlider-module__XY51EG__section{max-width:var(--max-width);margin:0 auto;padding:32px 24px}.ProductSlider-module__XY51EG__title{letter-spacing:-.3px;color:var(--color-text);margin-bottom:20px;font-size:24px;font-weight:800}.ProductSlider-module__XY51EG__viewport{position:relative;overflow:hidden}.ProductSlider-module__XY51EG__track{transition:transform .4s;display:flex}.ProductSlider-module__XY51EG__slide{box-sizing:border-box;flex:0 0 25%;padding:0 8px}.ProductSlider-module__XY51EG__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;height:100%;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.ProductSlider-module__XY51EG__card:hover{border-color:var(--color-text-muted);transform:translateY(-2px)}.ProductSlider-module__XY51EG__cardImageLink{display:block}.ProductSlider-module__XY51EG__cardImageWrapper{aspect-ratio:1;background:var(--color-bg);width:100%;position:relative}.ProductSlider-module__XY51EG__cardImage{object-fit:cover;transition:transform .3s}.ProductSlider-module__XY51EG__card:hover .ProductSlider-module__XY51EG__cardImage{transform:scale(1.04)}.ProductSlider-module__XY51EG__cardBody{flex-direction:column;gap:10px;padding:14px;display:flex}.ProductSlider-module__XY51EG__cardNameLink{display:block}.ProductSlider-module__XY51EG__cardName{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductSlider-module__XY51EG__cardPrice{color:var(--color-primary);font-size:16px;font-weight:700}.ProductSlider-module__XY51EG__addToCart{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.6px;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:9px 14px;font-size:12px;font-weight:700;transition:opacity .2s,transform .15s;display:inline-flex}.ProductSlider-module__XY51EG__addToCart:hover{opacity:.88;transform:translateY(-1px)}.ProductSlider-module__XY51EG__addToCart:active{transform:translateY(0)}.ProductSlider-module__XY51EG__arrow{color:#fff;opacity:0;z-index:2;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;line-height:1;transition:opacity .25s,background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductSlider-module__XY51EG__viewport:hover .ProductSlider-module__XY51EG__arrow{opacity:1}.ProductSlider-module__XY51EG__arrow:disabled{cursor:default;opacity:0!important}.ProductSlider-module__XY51EG__arrow:hover:not(:disabled){background:#000000b3}.ProductSlider-module__XY51EG__arrowLeft{left:4px}.ProductSlider-module__XY51EG__arrowRight{right:4px}.ProductSlider-module__XY51EG__skeletonSlide{box-sizing:border-box;flex:0 0 25%;padding:0 8px}.ProductSlider-module__XY51EG__skeletonCard{border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.ProductSlider-module__XY51EG__skeletonImage{aspect-ratio:1;background:var(--color-border);width:100%;animation:1.5s infinite ProductSlider-module__XY51EG__shimmer}.ProductSlider-module__XY51EG__skeletonBody{flex-direction:column;gap:10px;padding:14px;display:flex}.ProductSlider-module__XY51EG__skeletonLine{background:var(--color-border);border-radius:4px;height:14px;animation:1.5s infinite ProductSlider-module__XY51EG__shimmer}.ProductSlider-module__XY51EG__skeletonLineShort{width:50%}.ProductSlider-module__XY51EG__skeletonLineBtn{height:36px;margin-top:4px}@keyframes ProductSlider-module__XY51EG__shimmer{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.ProductSlider-module__XY51EG__section{padding:24px 16px}.ProductSlider-module__XY51EG__title{font-size:20px}.ProductSlider-module__XY51EG__slide,.ProductSlider-module__XY51EG__skeletonSlide{flex:0 0 50%}.ProductSlider-module__XY51EG__arrow{width:34px;height:34px;font-size:20px}}
