.orders-module__DVTUUG__pageWrapper{background:linear-gradient(135deg,#f8faf8 0%,#e8f5e9 100%);min-height:100vh}.orders-module__DVTUUG__container{max-width:1000px;margin:0 auto;padding:20px}.orders-module__DVTUUG__statusNotification{color:#fff;z-index:9999;background:linear-gradient(135deg,#2c7a2e 0%,#43a047 100%);border-radius:14px;align-items:center;gap:12px;padding:16px 28px;font-size:15px;font-weight:600;animation:.4s cubic-bezier(.68,-.55,.265,1.55) orders-module__DVTUUG__slideDown;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #2c7a2e66}@keyframes orders-module__DVTUUG__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-30px)scale(.9)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.orders-module__DVTUUG__header{justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 0;display:flex}.orders-module__DVTUUG__headerLeft{align-items:center;gap:16px;display:flex}.orders-module__DVTUUG__backButton{cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.orders-module__DVTUUG__backButton:hover{color:#fff;background:#2c7a2e;transform:translate(-3px)}.orders-module__DVTUUG__headerTitle{margin:0}.orders-module__DVTUUG__headerTitle h1{color:#1a1a1a;margin:0 0 4px;font-size:28px;font-weight:700}.orders-module__DVTUUG__headerTitle p{color:#666;margin:0;font-size:14px}.orders-module__DVTUUG__logoutButton{color:#dc2626;cursor:pointer;background:#fff;border:2px solid #fee2e2;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.orders-module__DVTUUG__logoutButton:hover{color:#fff;background:#dc2626;border-color:#dc2626}.orders-module__DVTUUG__tabNav{background:#fff;border-radius:16px;gap:8px;margin-bottom:24px;padding:8px;display:flex;box-shadow:0 2px 12px #0000000f}.orders-module__DVTUUG__tabBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.orders-module__DVTUUG__tabBtn:hover{color:#333;background:#f5f5f5}.orders-module__DVTUUG__tabBtn.orders-module__DVTUUG__activeTab{color:#fff;background:linear-gradient(135deg,#2c7a2e 0%,#43a047 100%);box-shadow:0 4px 16px #2c7a2e4d}.orders-module__DVTUUG__tabBadge{color:#2c7a2e;background:#e8f5e9;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.orders-module__DVTUUG__activeTab .orders-module__DVTUUG__tabBadge{color:#fff;background:#ffffff40}.orders-module__DVTUUG__ordersList{flex-direction:column;gap:16px;display:flex}.orders-module__DVTUUG__orderCard{background:#fff;border:2px solid #0000;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #0000000f}.orders-module__DVTUUG__orderCard:hover{border-color:#2c7a2e;transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.orders-module__DVTUUG__orderCardHeader{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.orders-module__DVTUUG__orderInfo h3{color:#1a1a1a;margin:0 0 6px;font-size:18px;font-weight:700}.orders-module__DVTUUG__orderMeta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.orders-module__DVTUUG__orderDate{color:#666;align-items:center;gap:4px;margin:0;font-size:13px;display:flex}.orders-module__DVTUUG__orderItems{color:#888;background:#f0f0f0;border-radius:20px;padding:4px 10px;font-size:13px}.orders-module__DVTUUG__status{border-radius:25px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.orders-module__DVTUUG__delivered{color:#166534;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.orders-module__DVTUUG__processing{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.orders-module__DVTUUG__cancelled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.orders-module__DVTUUG__orderCardBody{padding:20px 24px}.orders-module__DVTUUG__itemsPreview{gap:10px;margin-bottom:16px;display:flex}.orders-module__DVTUUG__itemThumb{object-fit:cover;border:2px solid #f0f0f0;border-radius:12px;width:60px;height:60px;transition:transform .3s}.orders-module__DVTUUG__itemThumb:hover{z-index:1;transform:scale(1.1)}.orders-module__DVTUUG__moreItems{color:#666;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:14px;font-weight:700;display:flex}.orders-module__DVTUUG__orderSummary{border-top:1px dashed #e0e0e0;border-bottom:1px dashed #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px 0;display:flex}.orders-module__DVTUUG__paymentInfo{flex-direction:column;gap:4px;display:flex}.orders-module__DVTUUG__paymentMethod{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.orders-module__DVTUUG__totalAmount{color:#2c7a2e;font-size:24px;font-weight:700}.orders-module__DVTUUG__orderDetails{flex-direction:column;gap:8px;display:flex}.orders-module__DVTUUG__orderDetails p{color:#666;margin:0;font-size:14px}.orders-module__DVTUUG__total{color:#2c7a2e;font-size:20px;font-weight:700}.orders-module__DVTUUG__deliveryInfo,.orders-module__DVTUUG__couponInfo{background:linear-gradient(135deg,#f8faf8 0%,#f0f7f0 100%);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;font-size:14px;display:flex}.orders-module__DVTUUG__deliveryIcon{color:#333;align-items:center;gap:8px;display:flex}.orders-module__DVTUUG__timeSlot{color:#666;background:#fff;border-radius:20px;padding:4px 12px;font-size:13px}.orders-module__DVTUUG__discount{color:#2c7a2e;font-weight:700}.orders-module__DVTUUG__orderActions{justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.orders-module__DVTUUG__viewButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c7a2e 0%,#43a047 100%);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.orders-module__DVTUUG__viewButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2c7a2e66}.orders-module__DVTUUG__trackButton{color:#2c7a2e;cursor:pointer;background:#fff;border:2px solid #2c7a2e;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.orders-module__DVTUUG__trackButton:hover{color:#fff;background:#2c7a2e}.orders-module__DVTUUG__reorderButton{color:#f59e0b;cursor:pointer;background:#fff;border:2px solid #f59e0b;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.orders-module__DVTUUG__reorderButton:hover{color:#fff;background:#f59e0b}.orders-module__DVTUUG__cancelButton{color:#dc2626;cursor:pointer;background:#fff;border:2px solid #dc2626;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.orders-module__DVTUUG__cancelButton:hover{color:#fff;background:#dc2626}.orders-module__DVTUUG__cancelButton:disabled{opacity:.5;cursor:not-allowed;color:#999;background:#f5f5f5;border-color:#ccc}.orders-module__DVTUUG__cancelButton:disabled:hover{color:#999;background:#f5f5f5}.orders-module__DVTUUG__cancelModalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10001;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out orders-module__DVTUUG__fadeIn;display:flex;position:fixed;inset:0}.orders-module__DVTUUG__cancelModalContent{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:400px;padding:32px;animation:.4s cubic-bezier(.68,-.55,.265,1.55) orders-module__DVTUUG__modalBounce;box-shadow:0 24px 48px #0003}@keyframes orders-module__DVTUUG__modalBounce{0%{opacity:0;transform:scale(.8)translateY(20px)}50%{transform:scale(1.02)}to{opacity:1;transform:scale(1)translateY(0)}}.orders-module__DVTUUG__cancelModalIcon{margin-bottom:20px;animation:.5s ease-in-out orders-module__DVTUUG__shake}@keyframes orders-module__DVTUUG__shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}}.orders-module__DVTUUG__cancelModalTitle{color:#1a1a1a;margin:0 0 12px;font-size:24px;font-weight:700}.orders-module__DVTUUG__cancelModalMessage{color:#666;margin:0 0 8px;font-size:15px;line-height:1.5}.orders-module__DVTUUG__cancelModalMessage strong{color:#1a1a1a;font-weight:600}.orders-module__DVTUUG__cancelModalWarning{color:#f59e0b;background:#fffbeb;border-radius:10px;margin:0 0 24px;padding:10px 16px;font-size:13px;display:inline-block}.orders-module__DVTUUG__cancelModalActions{gap:12px;display:flex}.orders-module__DVTUUG__cancelModalKeepBtn{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex:1;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s}.orders-module__DVTUUG__cancelModalKeepBtn:hover{background:#f9fafb;border-color:#d1d5db}.orders-module__DVTUUG__cancelModalKeepBtn:disabled{opacity:.5;cursor:not-allowed}.orders-module__DVTUUG__cancelModalConfirmBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.orders-module__DVTUUG__cancelModalConfirmBtn:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.orders-module__DVTUUG__cancelModalConfirmBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.orders-module__DVTUUG__btnSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite orders-module__DVTUUG__spin}.orders-module__DVTUUG__emptyState{text-align:center;background:#fff;border-radius:24px;padding:80px 20px;box-shadow:0 4px 20px #0000000f}.orders-module__DVTUUG__emptyIcon{margin-bottom:20px;font-size:80px}.orders-module__DVTUUG__emptyState h3{color:#1a1a1a;margin:0 0 12px;font-size:24px;font-weight:700}.orders-module__DVTUUG__emptyState p{color:#666;margin:0 0 24px;font-size:15px}.orders-module__DVTUUG__shopNowBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c7a2e 0%,#43a047 100%);border:none;border-radius:14px;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.orders-module__DVTUUG__shopNowBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2c7a2e66}.orders-module__DVTUUG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.orders-module__DVTUUG__spinner{border:4px solid #f3f3f3;border-top-color:#2c7a2e;border-radius:50%;width:50px;height:50px;animation:1s linear infinite orders-module__DVTUUG__spin}@keyframes orders-module__DVTUUG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orders-module__DVTUUG__loadingContainer p{color:#666;font-size:15px}.orders-module__DVTUUG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out orders-module__DVTUUG__fadeIn;display:flex;position:fixed;inset:0}@keyframes orders-module__DVTUUG__fadeIn{0%{opacity:0}to{opacity:1}}.orders-module__DVTUUG__modalContent{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:550px;max-height:85vh;animation:.3s cubic-bezier(.68,-.55,.265,1.55) orders-module__DVTUUG__modalSlideUp;display:flex;overflow:hidden;box-shadow:0 24px 48px #0003}@keyframes orders-module__DVTUUG__modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.orders-module__DVTUUG__modalHeader{color:#fff;background:linear-gradient(135deg,#2c7a2e 0%,#43a047 100%);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.orders-module__DVTUUG__modalHeader h2{margin:0;font-size:20px;font-weight:700}.orders-module__DVTUUG__closeBtn{cursor:pointer;color:#fff;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex}.orders-module__DVTUUG__closeBtn:hover{background:#ffffff4d;transform:rotate(90deg)}.orders-module__DVTUUG__modalBody{flex:1;padding:24px;overflow-y:auto}.orders-module__DVTUUG__statusSection{border-bottom:2px dashed #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.orders-module__DVTUUG__section{margin-bottom:24px}.orders-module__DVTUUG__section h3{color:#888;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin:0 0 16px;font-size:12px;font-weight:700;display:flex}.orders-module__DVTUUG__section h3:before{content:"";background:linear-gradient(135deg,#2c7a2e 0%,#43a047 100%);border-radius:2px;width:4px;height:16px}.orders-module__DVTUUG__orderItem{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border-radius:14px;align-items:center;gap:16px;margin-bottom:10px;padding:14px;transition:all .2s;display:flex}.orders-module__DVTUUG__orderItem:hover{background:linear-gradient(135deg,#f0f9f0 0%,#e8f5e9 100%)}.orders-module__DVTUUG__orderItem img{object-fit:cover;border:2px solid #fff;border-radius:12px;width:56px;height:56px;box-shadow:0 2px 8px #0000001a}.orders-module__DVTUUG__itemInfo{flex:1}.orders-module__DVTUUG__itemName{color:#1a1a1a;margin:0 0 4px;font-size:15px;font-weight:600}.orders-module__DVTUUG__itemMeta{color:#666;margin:0;font-size:13px}.orders-module__DVTUUG__itemPrice{color:#2c7a2e;margin:0;font-size:16px;font-weight:700}.orders-module__DVTUUG__priceRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:12px 0;font-size:14px;display:flex}.orders-module__DVTUUG__priceRow span:first-child{color:#666}.orders-module__DVTUUG__priceRow span:last-child{color:#333;font-weight:600}.orders-module__DVTUUG__priceRow:last-child{border-bottom:none}.orders-module__DVTUUG__priceRow.orders-module__DVTUUG__total{border-top:2px solid #2c7a2e;border-bottom:none;margin-top:8px;padding-top:16px;font-size:18px;font-weight:700}.orders-module__DVTUUG__priceRow.orders-module__DVTUUG__total span:first-child{color:#1a1a1a}.orders-module__DVTUUG__priceRow.orders-module__DVTUUG__total span:last-child{color:#2c7a2e;font-size:22px}@media (max-width:768px){.orders-module__DVTUUG__container{padding:16px 16px 100px}.orders-module__DVTUUG__header{flex-direction:column;align-items:stretch;gap:16px}.orders-module__DVTUUG__headerLeft{justify-content:center;position:relative}.orders-module__DVTUUG__backButton{position:absolute;left:0}.orders-module__DVTUUG__headerTitle{text-align:center}.orders-module__DVTUUG__header h1{font-size:22px}.orders-module__DVTUUG__logoutButton{display:none}.orders-module__DVTUUG__tabNav{border-radius:14px;gap:4px;width:100%;padding:4px}.orders-module__DVTUUG__tabNav::-webkit-scrollbar{display:none}.orders-module__DVTUUG__tabBtn{white-space:nowrap;border-radius:10px;flex:1;gap:4px;min-width:0;padding:10px 8px;font-size:12px}.orders-module__DVTUUG__tabBtn.orders-module__DVTUUG__activeTab{box-shadow:0 2px 8px #2c7a2e40}.orders-module__DVTUUG__tabBadge{border-radius:9px;min-width:18px;height:18px;padding:0 5px;font-size:10px}.orders-module__DVTUUG__orderCardHeader{flex-direction:column;gap:12px;padding:16px 18px}.orders-module__DVTUUG__orderCardBody{padding:16px 18px}.orders-module__DVTUUG__orderInfo h3{font-size:16px}.orders-module__DVTUUG__itemsPreview{flex-wrap:wrap}.orders-module__DVTUUG__itemThumb{width:50px;height:50px}.orders-module__DVTUUG__moreItems{width:50px;height:50px;font-size:12px}.orders-module__DVTUUG__totalAmount{font-size:20px}.orders-module__DVTUUG__orderActions{flex-direction:column}.orders-module__DVTUUG__viewButton,.orders-module__DVTUUG__trackButton,.orders-module__DVTUUG__reorderButton,.orders-module__DVTUUG__cancelButton{justify-content:center;padding:14px 20px}.orders-module__DVTUUG__modalContent{border-radius:20px 20px 0 0;max-height:90vh;margin-top:auto}.orders-module__DVTUUG__orderItem img{width:48px;height:48px}}
.Navbar-module__pSp8Ga__topHeader{color:#fff;z-index:1001;background:#1a1a1a;align-items:center;height:40px;font-size:.85rem;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__topContainer{width:100%;max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__pSp8Ga__contactInfo{align-items:center;gap:1.5rem;display:flex}.Navbar-module__pSp8Ga__separationLine{background-color:#fff3;width:1px;height:14px}.Navbar-module__pSp8Ga__contactItem{color:#fffc;align-items:center;gap:.5rem;transition:color .2s;display:flex}.Navbar-module__pSp8Ga__contactItem:hover{color:var(--cta-red)}.Navbar-module__pSp8Ga__contactItem svg{flex-shrink:0}.Navbar-module__pSp8Ga__topRightSection{align-items:center;gap:1.5rem;display:flex}.Navbar-module__pSp8Ga__locationInfo{color:#fffc;align-items:center;gap:.5rem;font-weight:500;display:flex}.Navbar-module__pSp8Ga__locationInfo svg{color:var(--cta-red);flex-shrink:0}.Navbar-module__pSp8Ga__trackOrder{color:#ffffffe6;align-items:center;gap:.5rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__pSp8Ga__trackOrder:hover{color:var(--cta-red)}.Navbar-module__pSp8Ga__trackOrder svg{flex-shrink:0}.Navbar-module__pSp8Ga__navbar{z-index:1000;background:#fff;height:80px;transition:box-shadow .3s;position:fixed;top:40px;left:0;right:0;box-shadow:0 2px 8px #0000000d}.Navbar-module__pSp8Ga__navbar.Navbar-module__pSp8Ga__scrolled{box-shadow:0 4px 16px #0000001a}.Navbar-module__pSp8Ga__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);justify-content:space-between;align-items:center;gap:2rem;height:100%;margin:0 auto;display:flex}.Navbar-module__pSp8Ga__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__pSp8Ga__logoImage{object-fit:contain;width:auto;height:45px}.Navbar-module__pSp8Ga__desktopMenu{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.Navbar-module__pSp8Ga__navItem{align-items:center;display:flex;position:relative}.Navbar-module__pSp8Ga__navLink{color:#333;align-items:center;gap:.25rem;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__pSp8Ga__navLink svg{opacity:.6;transition:transform .2s}.Navbar-module__pSp8Ga__navLink:hover{color:var(--primary-maroon)}.Navbar-module__pSp8Ga__navLink:hover svg{transform:translateY(2px)}.Navbar-module__pSp8Ga__navActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Navbar-module__pSp8Ga__location{border-radius:var(--radius-full);color:var(--text-dark);background:#dc26260d;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;display:none}.Navbar-module__pSp8Ga__location svg{flex-shrink:0}.Navbar-module__pSp8Ga__locationText{flex-direction:column;line-height:1.3;display:flex}.Navbar-module__pSp8Ga__locationLabel{color:#666;font-size:.75rem}.Navbar-module__pSp8Ga__locationValue{color:#1a1a1a;font-size:.9rem;font-weight:600}.Navbar-module__pSp8Ga__iconButton{cursor:pointer;color:#333;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.Navbar-module__pSp8Ga__iconButton:hover{color:var(--primary-maroon);background:#f5f5f5}.Navbar-module__pSp8Ga__cartBadge{background:var(--cta-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:0;right:0}.Navbar-module__pSp8Ga__authButtons{align-items:center;gap:.75rem;display:flex}.Navbar-module__pSp8Ga__loginBtn{border:2px solid var(--cta-red);border-radius:var(--radius-full);color:var(--cta-red);background:0 0;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.Navbar-module__pSp8Ga__loginBtn:hover{background:var(--cta-red);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.Navbar-module__pSp8Ga__signupBtn{background:var(--cta-red);border:2px solid var(--cta-red);border-radius:var(--radius-full);color:#fff;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #dc262633}.Navbar-module__pSp8Ga__signupBtn:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-2px);box-shadow:0 6px 16px #dc262666}.Navbar-module__pSp8Ga__registerButton{background:var(--cta-red);color:#fff;border-radius:var(--radius-full);white-space:nowrap;padding:.7rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.Navbar-module__pSp8Ga__registerButton:hover{background:var(--primary-maroon);transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.Navbar-module__pSp8Ga__mobileToggle{cursor:pointer;color:var(--dark-maroon);background:0 0;border:none;display:none}.Navbar-module__pSp8Ga__mobileMenuOverlay{opacity:0;visibility:hidden;z-index:999;background:#00000080;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.Navbar-module__pSp8Ga__mobileMenuOverlay.Navbar-module__pSp8Ga__open{opacity:1;visibility:visible}.Navbar-module__pSp8Ga__mobileMenu{width:85%;max-width:340px;height:100%;box-shadow:none;z-index:1002;visibility:hidden;background:#fff;border-radius:0;flex-direction:column;padding:0;transition:transform .3s cubic-bezier(.2,0,0,1),box-shadow .3s,visibility 0s linear .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.Navbar-module__pSp8Ga__mobileMenu.Navbar-module__pSp8Ga__open{visibility:visible;transition:transform .3s cubic-bezier(.2,0,0,1),box-shadow .3s,visibility linear;transform:translate(0);box-shadow:4px 0 24px #00000026}.Navbar-module__pSp8Ga__mobileMenuHeader{color:#fff;background:#dc2626;justify-content:space-between;align-items:center;padding:2rem 1.5rem;display:flex;position:relative;box-shadow:0 2px 8px #00000026}.Navbar-module__pSp8Ga__profileSection{flex:1;align-items:center;gap:1rem;display:flex}.Navbar-module__pSp8Ga__avatarPlaceholder{color:#fff;background:#fff3;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Navbar-module__pSp8Ga__profileText{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__pSp8Ga__welcomeText{opacity:.9;font-size:.85rem;font-weight:400}.Navbar-module__pSp8Ga__headerLoginBtn,.Navbar-module__pSp8Ga__headerSignupBtn{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:1rem;font-weight:600;transition:opacity .2s}.Navbar-module__pSp8Ga__headerLoginBtn:hover,.Navbar-module__pSp8Ga__headerSignupBtn:hover{opacity:.8}.Navbar-module__pSp8Ga__mobileAuthButtons{gap:1rem;margin-top:.25rem;display:flex}.Navbar-module__pSp8Ga__logoutBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Navbar-module__pSp8Ga__logoutBtn:hover{background:#ffffff40}.Navbar-module__pSp8Ga__closeButton{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;transition:all .2s;display:flex}.Navbar-module__pSp8Ga__closeButton:hover{background:#ffffff40}.Navbar-module__pSp8Ga__menuList{flex-direction:column;gap:0;padding:1rem 0;display:flex;overflow-y:auto}.Navbar-module__pSp8Ga__menuSectionLabel{color:#888;letter-spacing:1px;padding:1.5rem 1.5rem .5rem;font-size:.8rem;font-weight:700}.Navbar-module__pSp8Ga__menuItem{color:#333;border-bottom:1px dotted #e5e5e5;border-radius:0;align-items:center;gap:1.2rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:background .2s;display:flex}.Navbar-module__pSp8Ga__menuItem:last-child{border-bottom:none}.Navbar-module__pSp8Ga__menuItem:hover{color:var(--cta-red);background:#fff5f5}.Navbar-module__pSp8Ga__menuIcon{color:#757575;align-items:center;transition:color .2s;display:flex}.Navbar-module__pSp8Ga__menuItem:hover .Navbar-module__pSp8Ga__menuIcon{color:var(--cta-red)}@media (max-width:968px){.Navbar-module__pSp8Ga__topHeader{display:none}.Navbar-module__pSp8Ga__navbar{top:0}.Navbar-module__pSp8Ga__desktopMenu{display:none}}@media (max-width:1024px){.Navbar-module__pSp8Ga__location{display:none}.Navbar-module__pSp8Ga__desktopMenu{gap:1.5rem}}@media (max-width:768px){.Navbar-module__pSp8Ga__desktopMenu,.Navbar-module__pSp8Ga__navActions{display:none}.Navbar-module__pSp8Ga__mobileToggle{display:block}.Navbar-module__pSp8Ga__container{gap:1rem}}.Navbar-module__pSp8Ga__profileSectionDesktop{display:inline-block;position:relative}.Navbar-module__pSp8Ga__profileButtonWrapper{position:relative}.Navbar-module__pSp8Ga__profileButton{cursor:pointer;border-radius:var(--radius-full);background:linear-gradient(135deg,#dc26261a 0%,#b91c1c1a 100%);border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.Navbar-module__pSp8Ga__profileButton:hover{background:linear-gradient(135deg,#dc262633 0%,#b91c1c33 100%);transform:translateY(-2px);box-shadow:0 4px 8px #dc26261a}.Navbar-module__pSp8Ga__profileName{color:#333;font-size:.95rem;font-weight:500}.Navbar-module__pSp8Ga__profileDropdown{z-index:1000;opacity:0;visibility:hidden;background:#fff;border:1px solid #eee;border-radius:8px;min-width:180px;margin-top:.5rem;padding:.5rem 0;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;right:0;transform:translateY(-10px);box-shadow:0 4px 12px #00000026}.Navbar-module__pSp8Ga__profileSectionDesktop:hover .Navbar-module__pSp8Ga__profileDropdown{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__pSp8Ga__profileDropdown:before{content:"";z-index:1001;border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:-8px;right:20px}.Navbar-module__pSp8Ga__profileDropdown:after{content:"";z-index:1000;border-bottom:9px solid #eee;border-left:9px solid #0000;border-right:9px solid #0000;width:0;height:0;position:absolute;top:-9px;right:19px}.Navbar-module__pSp8Ga__dropdownItem{color:#333;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.Navbar-module__pSp8Ga__dropdownItem:hover{color:var(--primary-maroon);background-color:#f8f8f8}.Navbar-module__pSp8Ga__dropdownItem svg{flex-shrink:0}@media (max-width:768px){.Navbar-module__pSp8Ga__profileSectionDesktop{display:none}}.Navbar-module__pSp8Ga__logoutButton{cursor:pointer;border-radius:var(--radius-full);color:#333;background:linear-gradient(135deg,#dc26261a 0%,#b91c1c1a 100%);border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__pSp8Ga__logoutButton:hover{background:linear-gradient(135deg,#dc262633 0%,#b91c1c33 100%);transform:translateY(-2px);box-shadow:0 4px 8px #dc26261a}.Navbar-module__pSp8Ga__logoutButton svg{flex-shrink:0}.Navbar-module__pSp8Ga__toast{color:#fff;z-index:10000;white-space:nowrap;background-color:#333;border-radius:8px;padding:12px 24px;font-weight:500;animation:.3s ease-out Navbar-module__pSp8Ga__slideUp;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.Navbar-module__pSp8Ga__toast.Navbar-module__pSp8Ga__success{color:#166534;background-color:#dcfce7;border:1px solid #bbf7d0}.Navbar-module__pSp8Ga__toast.Navbar-module__pSp8Ga__error{color:#991b1b;background-color:#fee2e2;border:1px solid #fecaca}@keyframes Navbar-module__pSp8Ga__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}
.AuthModal-module__TzIbfa__modalOverlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AuthModal-module__TzIbfa__modalContent{background:#fff;border-radius:16px;width:100%;max-width:420px;max-height:90vh;animation:.2s ease-out AuthModal-module__TzIbfa__fadeIn;position:relative;overflow-y:auto;box-shadow:0 10px 25px #0003}@keyframes AuthModal-module__TzIbfa__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.AuthModal-module__TzIbfa__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:background-color .2s;position:absolute;top:1rem;right:1rem}.AuthModal-module__TzIbfa__closeButton:hover{background:#f3f4f6}.AuthModal-module__TzIbfa__modalHeader{text-align:center;padding:2rem 2rem 1rem}.AuthModal-module__TzIbfa__logo{width:80px;height:auto;margin:0 auto 1rem}.AuthModal-module__TzIbfa__modalHeader h2{color:#991b1b;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.AuthModal-module__TzIbfa__modalHeader p{color:#6b7280;margin:0;font-size:.95rem}.AuthModal-module__TzIbfa__form{padding:0 2rem 2rem}.AuthModal-module__TzIbfa__inputGroup{margin-bottom:1.5rem}.AuthModal-module__TzIbfa__label{color:#374151;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.AuthModal-module__TzIbfa__input{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.AuthModal-module__TzIbfa__input:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 3px #dc26261a}.AuthModal-module__TzIbfa__passwordWrapper{position:relative}.AuthModal-module__TzIbfa__toggleBtn{color:#dc2626;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.AuthModal-module__TzIbfa__mobileInputWrapper{align-items:center;display:flex}.AuthModal-module__TzIbfa__countryCode{color:#374151;background:#f9fafb;border:2px solid #e5e7eb;border-right:none;border-radius:8px 0 0 8px;padding:.875rem 1rem;font-weight:500}.AuthModal-module__TzIbfa__input[type=tel]{border-left:none;border-radius:0 8px 8px 0}.AuthModal-module__TzIbfa__submitButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;width:100%;margin-bottom:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px #dc26261a}.AuthModal-module__TzIbfa__submitButton:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 6px 12px #dc262633}.AuthModal-module__TzIbfa__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.AuthModal-module__TzIbfa__divider{align-items:center;margin:1.5rem 0;display:flex}.AuthModal-module__TzIbfa__divider:before,.AuthModal-module__TzIbfa__divider:after{content:"";border-bottom:1px solid #e5e7eb;flex:1}.AuthModal-module__TzIbfa__divider span{color:#6b7280;padding:0 1rem;font-size:.875rem}.AuthModal-module__TzIbfa__mobileLoginButton{color:#374151;cursor:pointer;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;width:100%;margin-bottom:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.AuthModal-module__TzIbfa__mobileLoginButton:hover{background:#f3f4f6;border-color:#d1d5db}.AuthModal-module__TzIbfa__backButton{color:#6b7280;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem;font-size:.9rem}.AuthModal-module__TzIbfa__backButton:hover{color:#374151;text-decoration:underline}.AuthModal-module__TzIbfa__footerText{text-align:center;color:#6b7280;margin-top:1rem;font-size:.9rem}.AuthModal-module__TzIbfa__linkButton{color:#dc2626;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.AuthModal-module__TzIbfa__linkButton:hover{color:#b91c1c}.AuthModal-module__TzIbfa__errorBox{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin:0 2rem 1.5rem;padding:.875rem 1rem;font-size:.9rem}.AuthModal-module__TzIbfa__successBox{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;margin:0 2rem 1.5rem;padding:.875rem 1rem;font-size:.9rem}.AuthModal-module__TzIbfa__otpSection{text-align:center;padding:0 2rem 2rem}.AuthModal-module__TzIbfa__otpForm{margin-bottom:1.5rem}.AuthModal-module__TzIbfa__otpInputs{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.AuthModal-module__TzIbfa__otpInput{text-align:center;border:2px solid #e5e7eb;border-radius:12px;width:60px;height:60px;font-size:1.5rem;font-weight:600;transition:all .2s}.AuthModal-module__TzIbfa__otpInput:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 3px #dc26261a}.AuthModal-module__TzIbfa__resendSection{color:#6b7280;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;display:flex}.AuthModal-module__TzIbfa__resendButton{color:#dc2626;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.9rem;font-weight:600}.AuthModal-module__TzIbfa__resendButton:hover:not(:disabled){text-decoration:underline}.AuthModal-module__TzIbfa__resendButton:disabled{opacity:.7;cursor:not-allowed}.AuthModal-module__TzIbfa__changeNumberButton{color:#6b7280;cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:.5rem;font-size:.9rem}.AuthModal-module__TzIbfa__changeNumberButton:hover{color:#374151;text-decoration:underline}.AuthModal-module__TzIbfa__toast{color:#fff;z-index:10000;background-color:#333;border-radius:8px;padding:12px 24px;animation:.3s ease-out AuthModal-module__TzIbfa__slideUp;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}@keyframes AuthModal-module__TzIbfa__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:480px){.AuthModal-module__TzIbfa__modalOverlay{padding:.5rem}.AuthModal-module__TzIbfa__modalContent{border-radius:12px}.AuthModal-module__TzIbfa__modalHeader{padding:1.5rem 1.5rem 1rem}.AuthModal-module__TzIbfa__form,.AuthModal-module__TzIbfa__otpSection{padding:0 1.5rem 1.5rem}.AuthModal-module__TzIbfa__errorBox,.AuthModal-module__TzIbfa__successBox{margin:0 1.5rem 1.5rem}.AuthModal-module__TzIbfa__otpInputs{gap:.5rem}.AuthModal-module__TzIbfa__otpInput{width:50px;height:50px;font-size:1.25rem}}
.MegaMenu-module__97tVNW__megaMenu{z-index:1000;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:250px;padding:.5rem 0;animation:.2s ease-in-out MegaMenu-module__97tVNW__fadeIn;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0000001a}@keyframes MegaMenu-module__97tVNW__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.MegaMenu-module__97tVNW__categoriesGrid{flex-direction:column;display:flex}.MegaMenu-module__97tVNW__categoryItem{position:relative}.MegaMenu-module__97tVNW__categoryLink{color:#333;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.MegaMenu-module__97tVNW__categoryLink:hover{color:var(--primary-maroon);background:#f5f5f5}.MegaMenu-module__97tVNW__categoryLink svg{opacity:.5;transition:opacity .2s}.MegaMenu-module__97tVNW__categoryLink:hover svg{opacity:1}.MegaMenu-module__97tVNW__subcategoriesMenu{background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:200px;margin-left:-1px;padding:.5rem 0;animation:.2s ease-in-out MegaMenu-module__97tVNW__slideIn;position:absolute;top:0;left:100%;box-shadow:0 4px 12px #0000001a}.MegaMenu-module__97tVNW__categoryItem:hover .MegaMenu-module__97tVNW__subcategoriesMenu{display:block}.MegaMenu-module__97tVNW__subcategoriesMenu:before{content:"";background:0 0;width:10px;position:absolute;top:0;bottom:0;left:-10px}@keyframes MegaMenu-module__97tVNW__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.MegaMenu-module__97tVNW__subcategoryLink{color:#555;padding:.625rem 1.25rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.MegaMenu-module__97tVNW__subcategoryLink:hover{color:var(--primary-maroon);background:#f5f5f5;padding-left:1.5rem}@media (max-width:768px){.MegaMenu-module__97tVNW__megaMenu{display:none}}
.Footer-module__nhiC3q__footer{background:var(--dark-maroon);color:#fff;margin-top:auto;padding:3rem 0 1rem}@media (max-width:968px){body:has([data-page=product-details]) .Footer-module__nhiC3q__footer{display:none}}.Footer-module__nhiC3q__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);text-align:center;flex-direction:column;align-items:center;margin:0 auto;display:flex}.Footer-module__nhiC3q__brand{margin-bottom:2rem}.Footer-module__nhiC3q__logo{color:#fff;font-size:1.8rem;font-weight:700;font-family:var(--font-poppins);justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__nhiC3q__logoIcon{flex-shrink:0}.Footer-module__nhiC3q__tagline{letter-spacing:2px;color:#fffc;margin:0;font-size:.95rem;font-weight:600}.Footer-module__nhiC3q__nav{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:2rem;display:flex}.Footer-module__nhiC3q__navLink{color:#fffc;font-size:.95rem;font-weight:500;transition:color .2s}.Footer-module__nhiC3q__navLink:hover{color:#fff}.Footer-module__nhiC3q__socials{justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.Footer-module__nhiC3q__socialIcon{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.Footer-module__nhiC3q__socialIcon:first-child{background:#3b82f6}.Footer-module__nhiC3q__socialIcon:nth-child(2){background:#1da1f2}.Footer-module__nhiC3q__socialIcon:nth-child(3){background:#0077b5}.Footer-module__nhiC3q__socialIcon:nth-child(4){background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.Footer-module__nhiC3q__socialIcon:hover{transform:translateY(-3px);box-shadow:0 4px 12px #3b82f666}.Footer-module__nhiC3q__divider{background:#ffffff1a;width:100%;height:1px;margin-bottom:2rem}.Footer-module__nhiC3q__copyright{color:#fff9;justify-content:space-between;align-items:flex-end;width:100%;font-size:.9rem;display:flex}.Footer-module__nhiC3q__copyrightText{text-align:left;flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Footer-module__nhiC3q__copySpan{margin:0}.Footer-module__nhiC3q__separator{color:#ffffff4d}.Footer-module__nhiC3q__designedBy{color:#fff9;font-size:.9rem}.Footer-module__nhiC3q__designedBy a{background:linear-gradient(90deg,gold,orange);-webkit-text-fill-color:transparent;letter-spacing:.5px;-webkit-background-clip:text;margin-left:.25rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.Footer-module__nhiC3q__designedBy a:hover{text-shadow:0 0 10px #ffd70080;display:inline-block;transform:scale(1.05)}.Footer-module__nhiC3q__legal{gap:2rem;padding-bottom:5px;display:flex}.Footer-module__nhiC3q__legalLink{color:#fff9;font-size:.9rem;transition:color .2s}.Footer-module__nhiC3q__legalLink:hover{color:#fff}@media (max-width:968px){.Footer-module__nhiC3q__nav{gap:1.5rem}.Footer-module__nhiC3q__copyright{text-align:center;flex-direction:column;gap:1rem}.Footer-module__nhiC3q__legal{gap:1.5rem}}@media (max-width:480px){.Footer-module__nhiC3q__logo{font-size:1.5rem}.Footer-module__nhiC3q__tagline{letter-spacing:1px;font-size:.8rem}.Footer-module__nhiC3q__nav{flex-flow:wrap;justify-content:center;gap:1rem 1.5rem}.Footer-module__nhiC3q__footer{padding-bottom:90px}.Footer-module__nhiC3q__socials{gap:.75rem}.Footer-module__nhiC3q__socialIcon{width:40px;height:40px}.Footer-module__nhiC3q__legal{flex-flow:wrap;order:-1;justify-content:center;gap:1.5rem;width:100%;margin-bottom:1rem}.Footer-module__nhiC3q__copyrightText{text-align:center;flex-direction:column;order:2;align-items:center;gap:.5rem;width:100%;display:flex}.Footer-module__nhiC3q__copySpan{width:100%;margin-bottom:.8em;display:block}.Footer-module__nhiC3q__designedBy{width:100%;margin:0;display:block}.Footer-module__nhiC3q__separator{display:none}}
.CartModal-module__SBta_q__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;animation:.2s ease-out CartModal-module__SBta_q__fadeIn;position:fixed;inset:0}.CartModal-module__SBta_q__modal{z-index:9999;text-align:center;background:#fff;border-radius:20px;width:90%;max-width:450px;padding:2.5rem 2rem;animation:.3s ease-out CartModal-module__SBta_q__slideIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}.CartModal-module__SBta_q__iconWrapper{color:#10b981;margin-bottom:1.5rem;animation:.4s ease-out .1s both CartModal-module__SBta_q__scaleIn}.CartModal-module__SBta_q__title{color:#1a1a1a;margin:0 0 1rem;font-size:1.75rem;font-weight:700}.CartModal-module__SBta_q__message{color:#6b7280;margin:0 0 2rem;font-size:1rem;line-height:1.6}.CartModal-module__SBta_q__message strong{color:#1a1a1a;margin-bottom:.5rem;font-weight:600;display:block}.CartModal-module__SBta_q__buttonGroup{flex-direction:column;gap:.75rem;display:flex}.CartModal-module__SBta_q__checkoutBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b1538 0%,#a91d3a 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #8b15384d}.CartModal-module__SBta_q__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8b153866}.CartModal-module__SBta_q__checkoutBtn:active{transform:translateY(0)}.CartModal-module__SBta_q__continueBtn{color:#6b7280;cursor:pointer;background:0 0;border:2px solid #e5e7eb;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.CartModal-module__SBta_q__continueBtn:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}@keyframes CartModal-module__SBta_q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CartModal-module__SBta_q__slideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes CartModal-module__SBta_q__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width:640px){.CartModal-module__SBta_q__modal{width:85%;padding:2rem 1.5rem}.CartModal-module__SBta_q__title{font-size:1.5rem}.CartModal-module__SBta_q__message{font-size:.95rem}.CartModal-module__SBta_q__buttonGroup{gap:.5rem}.CartModal-module__SBta_q__checkoutBtn,.CartModal-module__SBta_q__continueBtn{padding:.875rem 1.5rem;font-size:.95rem}}
.AppPromotion-module__oU5H2W__section{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 50%,#fef2f2 100%);padding:100px 0;position:relative;overflow:hidden}.AppPromotion-module__oU5H2W__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);z-index:10;align-items:center;gap:5rem;margin:0 auto;display:flex;position:relative}.AppPromotion-module__oU5H2W__content{flex:1}.AppPromotion-module__oU5H2W__badge{color:var(--cta-red);border-radius:var(--radius-full);letter-spacing:.5px;text-transform:uppercase;background:#dc26261a;margin-bottom:1rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.AppPromotion-module__oU5H2W__heading{color:var(--dark-maroon);font-size:3rem;font-family:var(--font-poppins);margin-bottom:1.5rem;font-weight:800;line-height:1.2}.AppPromotion-module__oU5H2W__subtext{color:#666;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.AppPromotion-module__oU5H2W__features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.AppPromotion-module__oU5H2W__feature{align-items:flex-start;gap:1rem;display:flex}.AppPromotion-module__oU5H2W__featureIcon{width:48px;height:48px;color:var(--cta-red);background:#fff;border-radius:12px;flex-shrink:0;padding:12px;box-shadow:0 4px 12px #dc262626}.AppPromotion-module__oU5H2W__featureTitle{color:var(--dark-maroon);margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.AppPromotion-module__oU5H2W__featureText{color:#666;font-size:.95rem}.AppPromotion-module__oU5H2W__appButtons{flex-wrap:wrap;gap:1rem;display:flex}.AppPromotion-module__oU5H2W__storeBtn{transition:all .3s;display:inline-block}.AppPromotion-module__oU5H2W__storeBtn:hover{transform:translateY(-3px)}.AppPromotion-module__oU5H2W__storeBtnImg{width:auto;height:50px;display:block}.AppPromotion-module__oU5H2W__imageWrapper{flex:1;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.AppPromotion-module__oU5H2W__appScreen{object-fit:contain;border-radius:45px;width:320px;height:auto;max-height:640px;transition:transform .3s;transform:rotate(-5deg)translateY(20px);box-shadow:0 30px 60px #0000004d,0 10px 20px #0003}.AppPromotion-module__oU5H2W__appScreen:hover{transform:rotate(-2deg)translateY(10px)}.AppPromotion-module__oU5H2W__floatingElement1{z-index:1;animation:6s ease-in-out infinite AppPromotion-module__oU5H2W__float;position:absolute;top:10%;right:5%}.AppPromotion-module__oU5H2W__floatingElement2{z-index:1;animation:8s ease-in-out 2s infinite AppPromotion-module__oU5H2W__float;position:absolute;bottom:15%;left:10%}@keyframes AppPromotion-module__oU5H2W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:968px){.AppPromotion-module__oU5H2W__container{text-align:center;flex-direction:column;gap:3rem}.AppPromotion-module__oU5H2W__content{flex-direction:column;align-items:center;display:flex}.AppPromotion-module__oU5H2W__subtext{max-width:100%}.AppPromotion-module__oU5H2W__features{grid-template-columns:1fr}.AppPromotion-module__oU5H2W__feature{max-width:400px}.AppPromotion-module__oU5H2W__appButtons{justify-content:center}.AppPromotion-module__oU5H2W__imageWrapper{min-height:500px}.AppPromotion-module__oU5H2W__phoneMockup{transform:rotate(0)translateY(0)}.AppPromotion-module__oU5H2W__phoneMockup:hover{transform:rotate(0)translateY(-5px)}}@media (max-width:480px){.AppPromotion-module__oU5H2W__heading{font-size:2.2rem}.AppPromotion-module__oU5H2W__subtext{font-size:1rem}.AppPromotion-module__oU5H2W__appButtons{flex-flow:row;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:0 1rem}.AppPromotion-module__oU5H2W__storeBtn{flex:1;justify-content:center;min-width:0;max-width:180px;display:flex}.AppPromotion-module__oU5H2W__storeBtnImg{object-fit:contain;width:100%;height:auto;max-height:55px}.AppPromotion-module__oU5H2W__phoneMockup{width:280px;height:560px}.AppPromotion-module__oU5H2W__imageWrapper{min-height:400px}}
.Testimonials-module__3Exg0W__section{background:#f9f9f9;padding:100px 0}.Testimonials-module__3Exg0W__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);margin:0 auto}.Testimonials-module__3Exg0W__heading{text-align:center;color:var(--dark-maroon);margin-bottom:3rem;font-size:2.5rem}.Testimonials-module__3Exg0W__sliderWrapper{align-items:center;gap:1rem;display:flex;position:relative}.Testimonials-module__3Exg0W__arrow{border:2px solid var(--cta-red);width:50px;height:50px;color:var(--cta-red);cursor:pointer;z-index:10;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.Testimonials-module__3Exg0W__arrow:hover{background:var(--cta-red);color:#fff;transform:scale(1.1)}.Testimonials-module__3Exg0W__arrowLeft{margin-right:-25px}.Testimonials-module__3Exg0W__arrowRight{margin-left:-25px}.Testimonials-module__3Exg0W__scroller{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;flex:1;gap:2rem;padding:1rem .5rem 3rem;display:flex;overflow-x:auto}.Testimonials-module__3Exg0W__scroller::-webkit-scrollbar{display:none}.Testimonials-module__3Exg0W__card{border-radius:var(--radius-md);min-width:350px;box-shadow:var(--shadow-sm);scroll-snap-align:start;background:#fff;border:1px solid #eee;padding:2rem;transition:transform .3s}.Testimonials-module__3Exg0W__card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Testimonials-module__3Exg0W__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Testimonials-module__3Exg0W__name{color:var(--dark-maroon);font-size:1.1rem;font-weight:600}.Testimonials-module__3Exg0W__stars{color:var(--accent-gold)}.Testimonials-module__3Exg0W__text{color:var(--text-muted);font-style:italic;line-height:1.6}.Testimonials-module__3Exg0W__dots{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.Testimonials-module__3Exg0W__dot{cursor:pointer;background:#dc26264d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.Testimonials-module__3Exg0W__dot:hover{background:#dc262699;transform:scale(1.2)}.Testimonials-module__3Exg0W__dotActive{background:var(--cta-red);border-radius:6px;width:32px}@media (max-width:968px){.Testimonials-module__3Exg0W__arrow{display:none}.Testimonials-module__3Exg0W__sliderWrapper{gap:0}}@media (max-width:480px){.Testimonials-module__3Exg0W__section{padding:60px 0}.Testimonials-module__3Exg0W__container{padding:0}.Testimonials-module__3Exg0W__heading{margin-bottom:2rem;padding:0 1rem;font-size:1.8rem}.Testimonials-module__3Exg0W__sliderWrapper{padding:0 1rem}.Testimonials-module__3Exg0W__scroller{gap:1rem;padding:1rem 1rem 3rem;scroll-padding:0 1rem}.Testimonials-module__3Exg0W__card{scroll-snap-align:center;min-width:85vw;padding:1.5rem}.Testimonials-module__3Exg0W__dot{width:8px;height:8px}.Testimonials-module__3Exg0W__dotActive{width:20px}}
.shop-module__-mQgjq__main{flex-direction:column;min-height:100vh;display:flex}.shop-module__-mQgjq__shopSection{background:var(--background-light);flex:1;padding:0 0 60px}@media (min-width:1024px){.shop-module__-mQgjq__shopSection{margin-top:12%}}.shop-module__-mQgjq__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);margin:0 auto}.shop-module__-mQgjq__productsWrapper{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.shop-module__-mQgjq__productsHeader{border-bottom:2px solid #e5e7eb;justify-content:flex-end;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.shop-module__-mQgjq__resultsTitle{color:var(--dark-maroon);margin:0;font-size:1.5rem;font-weight:700}.shop-module__-mQgjq__sortDropdown{border:2px solid var(--background-light);border-radius:var(--radius-sm);color:var(--text-dark);cursor:pointer;background:#fff;padding:.6rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}.shop-module__-mQgjq__sortDropdown:hover{border-color:var(--primary-maroon)}.shop-module__-mQgjq__sortDropdown:focus{border-color:var(--primary-maroon);outline:none;box-shadow:0 0 0 3px #ff47571a}.shop-module__-mQgjq__productsGrid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.shop-module__-mQgjq__noResults{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.shop-module__-mQgjq__noResults svg{opacity:.5;margin-bottom:1.5rem}.shop-module__-mQgjq__noResults h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.shop-module__-mQgjq__noResults p{color:var(--text-muted);font-size:1rem}@media (max-width:1400px){.shop-module__-mQgjq__productsGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.shop-module__-mQgjq__productsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:968px){.shop-module__-mQgjq__productsHeader{flex-direction:column;align-items:flex-start;gap:1rem}.shop-module__-mQgjq__sortDropdown{width:100%}.shop-module__-mQgjq__productsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:640px){.shop-module__-mQgjq__shopSection{margin-bottom:2rem;padding:0}.shop-module__-mQgjq__productsWrapper{gap:1.5rem}.shop-module__-mQgjq__resultsTitle{font-size:1.25rem}.shop-module__-mQgjq__productsGrid{grid-template-columns:repeat(2,1fr);gap:.875rem}}@media (min-width:769px){.shop-module__-mQgjq__shopSection{margin-top:10%}}
@media (max-width:768px){.mobile-category-nav{display:flex!important}.hide-on-mobile-category{display:none!important}}@media (min-width:769px){.mobile-category-nav{display:none!important}}
.product-details-module__FliuEG__main{flex-direction:column;min-height:100vh;display:flex}.product-details-module__FliuEG__breadcrumbContainer{border-bottom:1px solid #e5e7eb;margin-top:8rem;padding:1rem 0}.product-details-module__FliuEG__breadcrumb{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);align-items:center;gap:.5rem;margin:0 auto;font-size:.9rem;display:flex}.product-details-module__FliuEG__breadcrumbLink{color:var(--text-muted);font-weight:500;transition:color .2s}.product-details-module__FliuEG__breadcrumbLink:hover{color:var(--primary-maroon)}.product-details-module__FliuEG__breadcrumbSeparator{color:var(--text-muted)}.product-details-module__FliuEG__breadcrumbCurrent{color:var(--dark-maroon);font-weight:600}.product-details-module__FliuEG__productSection{background:var(--background-light);flex:1;padding:3rem 0}.product-details-module__FliuEG__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);margin:0 auto}@media (max-width:968px){.product-details-module__FliuEG__productSection .product-details-module__FliuEG__container{padding:0}body:has([data-page=product-details]) nav{display:none!important}}.product-details-module__FliuEG__productLayout{border-radius:var(--radius-lg);background:#fff;grid-template-columns:1fr 1fr;gap:2rem;min-height:100px;padding:2rem;transition:all .3s;display:grid;position:relative;box-shadow:0 10px 40px #00000014,0 2px 8px #0000000a}@media (min-width:969px){.product-details-module__FliuEG__productLayout:before{content:"";border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary-maroon)0%,#ff6b6b 25%,#ffd93d 50%,#6bcf7f 75%,var(--primary-maroon)100%);-webkit-mask-composite:xor;opacity:.3;z-index:-1;padding:2px;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.product-details-module__FliuEG__productLayout:hover{transform:translateY(-2px);box-shadow:0 20px 60px #ff475726,0 4px 12px #00000014}.product-details-module__FliuEG__productLayout:hover:before{opacity:.5}}.product-details-module__FliuEG__imageSection{justify-content:center;align-items:flex-start;display:flex}.product-details-module__FliuEG__imageWrapper{aspect-ratio:1;border-radius:var(--radius-md);background:#f8f9fa;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.product-details-module__FliuEG__imageOverlay{z-index:10;justify-content:space-between;align-items:flex-start;padding:1rem;display:flex;position:absolute;top:0;left:0;right:0}.product-details-module__FliuEG__overlayButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;width:40px;height:40px;color:var(--dark-maroon);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000026}.product-details-module__FliuEG__overlayButton:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0003}.product-details-module__FliuEG__overlayButton:active{transform:scale(.95)}.product-details-module__FliuEG__rightIcons{gap:.5rem;display:flex}.product-details-module__FliuEG__productImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-details-module__FliuEG__productImage:hover{transform:scale(1.05)}.product-details-module__FliuEG__infoSection{flex-direction:column;gap:.8rem;display:flex}.product-details-module__FliuEG__categoryBadge{background:var(--background-light);color:var(--primary-maroon);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;width:fit-content;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.product-details-module__FliuEG__productName{color:var(--dark-maroon);margin:0;font-size:2rem;font-weight:700;line-height:1.3}.product-details-module__FliuEG__productSubtitle{color:var(--text-muted);margin:.1rem 0 0;font-size:.9rem;font-weight:500;line-height:1.5}.product-details-module__FliuEG__priceSection{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.product-details-module__FliuEG__price{color:var(--dark-maroon);font-size:2rem;font-weight:700}.product-details-module__FliuEG__originalPrice{color:var(--text-muted);font-size:1.5rem;font-weight:500;text-decoration:line-through}.product-details-module__FliuEG__discountedPrice{color:var(--primary-maroon);font-size:2rem;font-weight:700}.product-details-module__FliuEG__discountBadge{color:#fff;border-radius:var(--radius-sm);background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);padding:.4rem .8rem;font-size:.85rem;font-weight:600}.product-details-module__FliuEG__description{color:var(--text-dark);margin:0;font-size:1rem;line-height:1.7}.product-details-module__FliuEG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.product-details-module__FliuEG__tag{background:var(--background-light);color:var(--text-dark);border-radius:var(--radius-sm);padding:.4rem .8rem;font-size:.85rem;font-weight:500}.product-details-module__FliuEG__weightSection{flex-direction:column;gap:.75rem;display:flex}.product-details-module__FliuEG__sectionLabel{color:var(--text-dark);font-size:1rem;font-weight:600}.product-details-module__FliuEG__weightOptions{flex-wrap:wrap;gap:1rem;display:flex}.product-details-module__FliuEG__weightOption{cursor:pointer;align-items:center;display:flex}.product-details-module__FliuEG__weightRadio{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-maroon);margin-right:.5rem}.product-details-module__FliuEG__weightLabel{color:var(--text-dark);font-size:.95rem;font-weight:500}.product-details-module__FliuEG__quantitySection{flex-direction:column;gap:.75rem;display:flex}.product-details-module__FliuEG__quantityControls{background:var(--background-light);border-radius:var(--radius-sm);align-items:center;gap:1rem;width:fit-content;padding:.5rem;display:flex}.product-details-module__FliuEG__quantityBtn{width:36px;height:36px;color:var(--text-dark);border-radius:var(--radius-sm);cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;transition:all .2s;display:flex}.product-details-module__FliuEG__quantityBtn:hover:not(:disabled){background:var(--primary-maroon);color:#fff}.product-details-module__FliuEG__quantityBtn:disabled{opacity:.5;cursor:not-allowed}.product-details-module__FliuEG__quantityValue{color:var(--text-dark);text-align:center;min-width:40px;font-size:1.1rem;font-weight:600}.product-details-module__FliuEG__addToCartBtn{background:linear-gradient(135deg,var(--primary-maroon)0%,var(--cta-red)100%);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-top:1rem;padding:1.2rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #ff47574d}.product-details-module__FliuEG__addToCartBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff475766}.product-details-module__FliuEG__addToCartBtn:disabled{cursor:not-allowed;box-shadow:none;background:#ccc}.product-details-module__FliuEG__stockStatus{text-align:center;font-size:.9rem;font-weight:600}.product-details-module__FliuEG__inStock{color:#10b981}.product-details-module__FliuEG__outOfStock{color:#ef4444}.product-details-module__FliuEG__relatedSection{background:#fff;padding:4rem 0}.product-details-module__FliuEG__relatedTitle{color:var(--dark-maroon);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.product-details-module__FliuEG__relatedGrid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;display:flex;overflow:auto hidden}.product-details-module__FliuEG__relatedGrid::-webkit-scrollbar{display:none}.product-details-module__FliuEG__carouselWrapper{width:100%;position:relative}.product-details-module__FliuEG__carouselArrow{border:2px solid var(--primary-maroon);width:50px;height:50px;color:var(--primary-maroon);cursor:pointer;z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.product-details-module__FliuEG__carouselArrow:hover{background:var(--primary-maroon);color:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 20px #ff475766}.product-details-module__FliuEG__carouselArrow:active{transform:translateY(-50%)scale(.95)}.product-details-module__FliuEG__carouselArrowLeft{left:-25px}.product-details-module__FliuEG__carouselArrowRight{right:-25px}.product-details-module__FliuEG__relatedGrid>*{scroll-snap-align:start;flex:0 0 280px}.product-details-module__FliuEG__notFound{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.product-details-module__FliuEG__notFound h1{color:var(--dark-maroon);margin-bottom:1.5rem;font-size:2rem}.product-details-module__FliuEG__backBtn{background:var(--primary-maroon);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:1rem 2rem;font-weight:600;transition:all .3s}.product-details-module__FliuEG__backBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff47574d}@media (max-width:1400px){.product-details-module__FliuEG__relatedGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.product-details-module__FliuEG__relatedGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:968px){.product-details-module__FliuEG__breadcrumbContainer{display:none}.product-details-module__FliuEG__productSection{background:#fff;padding:0}.product-details-module__FliuEG__productLayout{box-shadow:none;background:#fff;border-radius:0;grid-template-columns:1fr;gap:0;padding:0}.product-details-module__FliuEG__imageSection{width:100%;margin:0}.product-details-module__FliuEG__imageWrapper{aspect-ratio:1;border-radius:0;max-width:100%}.product-details-module__FliuEG__imageOverlay{padding:.75rem}.product-details-module__FliuEG__overlayButton{width:36px;height:36px}.product-details-module__FliuEG__overlayButton svg{width:18px;height:18px}.product-details-module__FliuEG__rightIcons{gap:.4rem}.product-details-module__FliuEG__infoSection{z-index:10;background:#fff;gap:.6rem;padding:1rem;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.product-details-module__FliuEG__categoryBadge{padding:.4rem .8rem;font-size:.75rem}.product-details-module__FliuEG__productName{font-size:1.5rem;line-height:1.2}.product-details-module__FliuEG__productSubtitle{font-size:.85rem}.product-details-module__FliuEG__price,.product-details-module__FliuEG__discountedPrice{font-size:1.5rem}.product-details-module__FliuEG__originalPrice{font-size:1.2rem}.product-details-module__FliuEG__description{font-size:.95rem;line-height:1.6}.product-details-module__FliuEG__weightSection,.product-details-module__FliuEG__quantitySection{gap:.5rem}.product-details-module__FliuEG__sectionLabel{font-size:.9rem}.product-details-module__FliuEG__weightOptions{gap:.75rem}.product-details-module__FliuEG__weightLabel{font-size:.9rem}.product-details-module__FliuEG__quantityControls{padding:.4rem}.product-details-module__FliuEG__quantityBtn{width:32px;height:32px;font-size:1.1rem}.product-details-module__FliuEG__quantityValue{min-width:35px;font-size:1rem}.product-details-module__FliuEG__addToCartBtn{z-index:100;border-radius:0;width:100%;margin:0;padding:1rem;font-size:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000026}.product-details-module__FliuEG__infoSection{padding-bottom:80px}.product-details-module__FliuEG__stockStatus{margin-bottom:0}.product-details-module__FliuEG__relatedSection{margin-top:1rem;padding:2rem 0}.product-details-module__FliuEG__relatedTitle{padding:0 1rem;font-size:1.5rem}.product-details-module__FliuEG__carouselArrow{display:none}.product-details-module__FliuEG__relatedGrid{padding:0 1rem 1rem}.product-details-module__FliuEG__relatedGrid>*{flex:0 0 280px}}@media (max-width:640px){.product-details-module__FliuEG__productName{font-size:1.3rem}.product-details-module__FliuEG__productSubtitle{font-size:.8rem}.product-details-module__FliuEG__price,.product-details-module__FliuEG__discountedPrice{font-size:1.3rem}.product-details-module__FliuEG__description{font-size:.9rem}.product-details-module__FliuEG__relatedGrid>*{flex:0 0 240px}.product-details-module__FliuEG__relatedTitle{font-size:1.3rem}.product-details-module__FliuEG__infoSection{gap:.5rem;padding:.85rem}.product-details-module__FliuEG__addToCartBtn{padding:.9rem;font-size:.95rem}}.product-details-module__FliuEG__badgesSection{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.product-details-module__FliuEG__badgesTitle{color:#374151;margin-bottom:.75rem;font-size:1rem;font-weight:600}.product-details-module__FliuEG__badgesGrid{flex-wrap:wrap;gap:.5rem;display:flex}.product-details-module__FliuEG__badge{border-radius:var(--radius-sm);color:#fff;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:transform .2s;display:inline-flex;box-shadow:0 2px 8px #00000026}.product-details-module__FliuEG__badge:hover{transform:translateY(-2px)}.product-details-module__FliuEG__detailsSection{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-top:3rem;overflow:hidden}.product-details-module__FliuEG__tabs{-webkit-overflow-scrolling:touch;background:#f9fafb;border-bottom:2px solid #e5e7eb;display:flex;overflow-x:auto}.product-details-module__FliuEG__tabs::-webkit-scrollbar{height:4px}.product-details-module__FliuEG__tabs::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.product-details-module__FliuEG__tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;position:relative}.product-details-module__FliuEG__tab:hover{color:var(--primary-maroon);background:#ff47570d}.product-details-module__FliuEG__activeTab{color:var(--primary-maroon);border-bottom-color:var(--primary-maroon);background:#fff}.product-details-module__FliuEG__tabContent{padding:2rem}.product-details-module__FliuEG__tabPane h3{color:var(--dark-maroon);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.product-details-module__FliuEG__tabPane p{color:#374151;font-size:1rem;line-height:1.8}.product-details-module__FliuEG__infoCard{border-radius:var(--radius-md);background:#f9fafb;border:1px solid #e5e7eb;padding:1.5rem}.product-details-module__FliuEG__infoCard h4{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.product-details-module__FliuEG__infoCard p{color:#1f2937;margin:0;font-size:1rem}.product-details-module__FliuEG__infoGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.product-details-module__FliuEG__detailsList{flex-direction:column;gap:1rem;display:flex}.product-details-module__FliuEG__detailItem{border-radius:var(--radius-sm);background:#f9fafb;border:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem;display:flex}.product-details-module__FliuEG__detailLabel{color:#6b7280;font-size:.95rem;font-weight:600}.product-details-module__FliuEG__detailValue{color:#1f2937;text-align:right;font-size:1rem;font-weight:600}@media (max-width:968px){.product-details-module__FliuEG__badgesSection{margin-top:1rem;padding-top:1rem}.product-details-module__FliuEG__badgesGrid{gap:.4rem}.product-details-module__FliuEG__badge{padding:.4rem .75rem;font-size:.75rem}.product-details-module__FliuEG__detailsSection{border-radius:0;margin-top:1.5rem}.product-details-module__FliuEG__tabs{padding:0}.product-details-module__FliuEG__tab{padding:.875rem 1rem;font-size:.85rem}.product-details-module__FliuEG__tabContent{padding:1.5rem 1rem}.product-details-module__FliuEG__tabPane h3{margin-bottom:1rem;font-size:1.25rem}.product-details-module__FliuEG__tabPane p{font-size:.95rem}.product-details-module__FliuEG__infoCard{padding:1rem}.product-details-module__FliuEG__infoGrid{grid-template-columns:1fr;gap:.75rem}.product-details-module__FliuEG__detailItem{flex-direction:column;align-items:flex-start;gap:.5rem}.product-details-module__FliuEG__detailValue{text-align:left}}@media (max-width:640px){.product-details-module__FliuEG__tab{padding:.75rem .875rem;font-size:.8rem}.product-details-module__FliuEG__tabContent{padding:1rem}.product-details-module__FliuEG__tabPane h3{font-size:1.125rem}}
.about-module__-i9KWa__main{flex-direction:column;min-height:100vh;display:flex}.about-module__-i9KWa__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#7f1d1d 0%,#dc2626 50%,#ef4444 100%);padding:120px 0 80px;position:relative;overflow:hidden}.about-module__-i9KWa__hero:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-20%}.about-module__-i9KWa__heroContent{z-index:1;max-width:800px;padding:0 var(--spacing-mobile-side);margin:0 auto;position:relative}.about-module__-i9KWa__heroTitle{text-shadow:0 2px 10px #0003;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.about-module__-i9KWa__heroSubtitle{opacity:.95;font-size:1.5rem;font-weight:400;line-height:1.6}.about-module__-i9KWa__section{background:#fff;padding:80px 0}.about-module__-i9KWa__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);margin:0 auto}.about-module__-i9KWa__storyGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.about-module__-i9KWa__storyContent{flex-direction:column;gap:1.5rem;display:flex}.about-module__-i9KWa__sectionTitle{color:var(--dark-maroon);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.about-module__-i9KWa__sectionTitleCenter{color:var(--dark-maroon);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.about-module__-i9KWa__text{color:#555;font-size:1.1rem;line-height:1.8}.about-module__-i9KWa__storyImage{justify-content:center;align-items:center;display:flex}.about-module__-i9KWa__imagePlaceholder{aspect-ratio:1;width:100%;color:var(--cta-red);background:linear-gradient(135deg,#dc26261a 0%,#7f1d1d1a 100%);border-radius:20px;justify-content:center;align-items:center;display:flex}.about-module__-i9KWa__missionSection{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);padding:80px 0}.about-module__-i9KWa__missionGrid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.about-module__-i9KWa__missionCard{background:#fff;border-radius:16px;padding:3rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000014}.about-module__-i9KWa__missionCard:hover{transform:translateY(-8px);box-shadow:0 8px 30px #dc262626}.about-module__-i9KWa__cardIcon{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#7f1d1d 100%);border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.about-module__-i9KWa__cardTitle{color:var(--dark-maroon);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.about-module__-i9KWa__cardText{color:#666;font-size:1.1rem;line-height:1.8}.about-module__-i9KWa__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.about-module__-i9KWa__featureCard{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2.5rem 2rem;transition:all .3s}.about-module__-i9KWa__featureCard:hover{border-color:var(--cta-red);transform:translateY(-5px);box-shadow:0 8px 24px #dc26261f}.about-module__-i9KWa__featureIcon{width:80px;height:80px;color:var(--cta-red);background:linear-gradient(135deg,#dc26261a 0%,#7f1d1d1a 100%);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.about-module__-i9KWa__featureTitle{color:#333;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.about-module__-i9KWa__featureText{color:#666;font-size:1rem;line-height:1.6}.about-module__-i9KWa__ctaSection{color:#fff;text-align:center;background:linear-gradient(135deg,#7f1d1d 0%,#dc2626 100%);padding:80px 0}.about-module__-i9KWa__ctaContent{max-width:700px;margin:0 auto}.about-module__-i9KWa__ctaTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.about-module__-i9KWa__ctaText{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.about-module__-i9KWa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.about-module__-i9KWa__ctaButton{color:var(--cta-red);border-radius:var(--radius-full);background:#fff;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0003}.about-module__-i9KWa__ctaButton:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.about-module__-i9KWa__ctaButtonSecondary{color:#fff;border-radius:var(--radius-full);background:0 0;border:2px solid #fff;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s}.about-module__-i9KWa__ctaButtonSecondary:hover{color:var(--cta-red);background:#fff;transform:translateY(-3px)}@media (max-width:968px){.about-module__-i9KWa__heroTitle{font-size:2.5rem}.about-module__-i9KWa__heroSubtitle{font-size:1.25rem}.about-module__-i9KWa__storyGrid,.about-module__-i9KWa__missionGrid{grid-template-columns:1fr;gap:2rem}.about-module__-i9KWa__featuresGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-module__-i9KWa__sectionTitle,.about-module__-i9KWa__sectionTitleCenter{font-size:2rem}}@media (max-width:640px){.about-module__-i9KWa__hero{padding:100px 0 60px}.about-module__-i9KWa__heroTitle{font-size:2rem}.about-module__-i9KWa__heroSubtitle{font-size:1.1rem}.about-module__-i9KWa__section,.about-module__-i9KWa__missionSection,.about-module__-i9KWa__ctaSection{padding:60px 0}.about-module__-i9KWa__featuresGrid{grid-template-columns:1fr}.about-module__-i9KWa__missionCard{padding:2rem}.about-module__-i9KWa__ctaTitle{font-size:1.75rem}.about-module__-i9KWa__ctaText{font-size:1.1rem}.about-module__-i9KWa__ctaButtons{flex-direction:column;gap:1rem}.about-module__-i9KWa__ctaButton,.about-module__-i9KWa__ctaButtonSecondary{width:100%}}
.cart-module__Jmky-G__main{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.cart-module__Jmky-G__container{flex:1;max-width:1400px;margin:0 auto;padding:10rem 1.5rem 2rem}.cart-module__Jmky-G__title{color:#1a1a1a;margin-bottom:2rem;font-size:2rem;font-weight:700}.cart-module__Jmky-G__emptyCart{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;margin-top:10rem;padding:2rem;display:flex}.cart-module__Jmky-G__emptyCart svg{color:#d1d5db}.cart-module__Jmky-G__emptyCart h2{color:#374151;margin:0;font-size:1.5rem;font-weight:600}.cart-module__Jmky-G__emptyCart p{color:#6b7280;margin:0;font-size:1rem}.cart-module__Jmky-G__shopButton{color:#fff;background:linear-gradient(135deg,#2c7a2e,#3d9c40);border:none;border-radius:12px;align-items:center;gap:.75rem;margin-top:1rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #2c7a2e4d}.cart-module__Jmky-G__shopButton:hover{background:linear-gradient(135deg,#236121,#2e7e31);transform:translateY(-2px);box-shadow:0 6px 20px #2c7a2e66}.cart-module__Jmky-G__cartLayout{grid-template-columns:1fr 400px;align-items:start;gap:24px;display:grid}.cart-module__Jmky-G__cartItems{flex-direction:column;gap:16px;display:flex}.cart-module__Jmky-G__cartItem{background:#fff;border:1px solid #e0e0e0;border-radius:12px;grid-template-columns:100px 1fr auto;align-items:center;gap:20px;padding:20px;transition:all .2s;display:grid;box-shadow:0 1px 3px #00000014}.cart-module__Jmky-G__cartItem:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.cart-module__Jmky-G__itemImage{background:#f8f9fa;border-radius:12px;width:100px;height:100px;overflow:hidden}.cart-module__Jmky-G__itemImage img{object-fit:cover;width:100%;height:100%}.cart-module__Jmky-G__itemDetails{flex-direction:column;gap:.5rem;display:flex}.cart-module__Jmky-G__itemName{color:#1a1a1a;margin:0;font-size:1.1rem;font-weight:600}.cart-module__Jmky-G__itemWeight{color:#666;margin:0;font-size:.9rem}.cart-module__Jmky-G__itemPrice{color:#2c7a2e;margin:0;font-size:1rem;font-weight:600}.cart-module__Jmky-G__itemActions{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.cart-module__Jmky-G__quantityControls{background:#f0f9f0;border:2px solid #d4ebd4;border-radius:10px;align-items:center;gap:12px;padding:8px 12px;display:flex}.cart-module__Jmky-G__quantityBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c7a2e,#3d9c40);border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.cart-module__Jmky-G__quantityBtn:hover{background:linear-gradient(135deg,#236121,#2e7e31);transform:scale(1.05)}.cart-module__Jmky-G__quantityBtn:active{transform:scale(.95)}.cart-module__Jmky-G__quantity{color:#1a1a1a;text-align:center;min-width:30px;font-size:1rem;font-weight:700}.cart-module__Jmky-G__itemTotal{color:#1a1a1a;font-size:1.25rem;font-weight:700}.cart-module__Jmky-G__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.cart-module__Jmky-G__removeBtn:hover{background:#fee2e2;transform:scale(1.1)}.cart-module__Jmky-G__orderSummary{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;position:sticky;top:20px;box-shadow:0 2px 8px #0000001a}.cart-module__Jmky-G__summaryTitle{color:#1a1a1a;margin:0 0 20px;font-size:20px;font-weight:700}.cart-module__Jmky-G__summaryRow{color:#666;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;display:flex}.cart-module__Jmky-G__summaryRow span:last-child{color:#1a1a1a;font-weight:600}.cart-module__Jmky-G__summaryDivider{background:#e0e0e0;height:2px;margin:12px 0}.cart-module__Jmky-G__totalRow{color:#1a1a1a;border-top:2px solid #e0e0e0;margin-top:12px;padding:16px 0;font-size:18px;font-weight:700}.cart-module__Jmky-G__checkoutBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c7a2e,#3d9c40);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:20px;padding:18px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #2c7a2e4d}.cart-module__Jmky-G__checkoutBtn:hover{background:linear-gradient(135deg,#236121,#2e7e31);transform:translateY(-2px);box-shadow:0 6px 20px #2c7a2e66}.cart-module__Jmky-G__checkoutBtn:active{transform:translateY(0)}.cart-module__Jmky-G__continueShoppingBtn{text-align:center;color:#2c7a2e;border-radius:12px;margin-top:12px;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.cart-module__Jmky-G__continueShoppingBtn:hover{background:#f0f9f0}@media (max-width:968px){.cart-module__Jmky-G__cartLayout{grid-template-columns:1fr}.cart-module__Jmky-G__orderSummary{position:static}}@media (max-width:640px){.cart-module__Jmky-G__container{padding:1.5rem 1rem}.cart-module__Jmky-G__title{font-size:1.5rem}.cart-module__Jmky-G__cartItem{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.cart-module__Jmky-G__itemImage{width:80px;height:80px}.cart-module__Jmky-G__itemActions{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}.cart-module__Jmky-G__itemName{font-size:1rem}.cart-module__Jmky-G__itemTotal{font-size:1.1rem}}
.checkout-module__ss_A1W__checkoutPage{background:#f8f9fa;min-height:100vh;padding:20px 0}.checkout-module__ss_A1W__container{max-width:1400px;margin:0 auto;padding:0 20px}.checkout-module__ss_A1W__loading{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.checkout-module__ss_A1W__spinner{border:4px solid #f3f3f3;border-top-color:#2c7a2e;border-radius:50%;width:50px;height:50px;animation:1s linear infinite checkout-module__ss_A1W__spin}@keyframes checkout-module__ss_A1W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-module__ss_A1W__checkoutGrid{grid-template-columns:1fr 400px;align-items:start;gap:24px;margin-top:10%;display:grid}.checkout-module__ss_A1W__leftSection{flex-direction:column;gap:20px;display:flex}.checkout-module__ss_A1W__section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.checkout-module__ss_A1W__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.checkout-module__ss_A1W__sectionTitle{align-items:center;gap:12px;display:flex}.checkout-module__ss_A1W__stepNumber{color:#fff;background:linear-gradient(135deg,#2c7a2e,#3d9c40);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.checkout-module__ss_A1W__sectionTitle h2{color:#1a1a1a;margin:0;font-size:20px;font-weight:700}.checkout-module__ss_A1W__addButton{color:#2c7a2e;cursor:pointer;background:#f0f9f0;border:1px solid #d4ebd4;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.checkout-module__ss_A1W__addButton:hover{background:#e3f3e3;transform:translateY(-1px)}.checkout-module__ss_A1W__addressList{flex-direction:column;gap:12px;display:flex}.checkout-module__ss_A1W__addressCard{cursor:pointer;border:2px solid #e0e0e0;border-radius:12px;gap:16px;padding:16px;transition:all .2s;display:flex}.checkout-module__ss_A1W__addressCard:hover{background:#fafffe;border-color:#2c7a2e}.checkout-module__ss_A1W__addressCard.checkout-module__ss_A1W__selected{background:#f0f9f0;border-color:#2c7a2e;box-shadow:0 2px 8px #2c7a2e1a}.checkout-module__ss_A1W__addressRadio{padding-top:4px}.checkout-module__ss_A1W__addressRadio input[type=radio]{cursor:pointer;accent-color:#2c7a2e;width:20px;height:20px}.checkout-module__ss_A1W__addressContent{flex:1}.checkout-module__ss_A1W__addressTop{gap:8px;margin-bottom:8px;display:flex}.checkout-module__ss_A1W__addressType{color:#fff;text-transform:uppercase;background:#2c7a2e;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.checkout-module__ss_A1W__defaultBadge{color:#1a1a1a;background:#ffc107;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.checkout-module__ss_A1W__addressContent h4{color:#1a1a1a;margin:8px 0 4px;font-size:16px;font-weight:700}.checkout-module__ss_A1W__addressDetails{color:#666;margin:4px 0;font-size:14px;line-height:1.5}.checkout-module__ss_A1W__landmark{color:#888;margin:4px 0;font-size:13px}.checkout-module__ss_A1W__mobile{color:#2c7a2e;margin-top:8px;font-size:14px;font-weight:600}.checkout-module__ss_A1W__emptyAddress{text-align:center;padding:40px 20px}.checkout-module__ss_A1W__emptyAddress p{color:#666;margin-bottom:16px}.checkout-module__ss_A1W__emptyAddress button{color:#fff;cursor:pointer;background:#2c7a2e;border:none;border-radius:8px;padding:12px 24px;font-weight:600}.checkout-module__ss_A1W__deliveryZoneStatus{border-radius:12px;align-items:center;gap:12px;margin-top:16px;padding:14px 16px;font-size:14px;transition:all .3s;display:flex}.checkout-module__ss_A1W__deliveryZoneStatus.checkout-module__ss_A1W__checking{color:#6b7280;background:#f3f4f6}.checkout-module__ss_A1W__deliveryZoneStatus.checkout-module__ss_A1W__checking .checkout-module__ss_A1W__zoneIcon{animation:1s linear infinite checkout-module__ss_A1W__spin}.checkout-module__ss_A1W__deliveryZoneStatus.checkout-module__ss_A1W__available{color:#166534;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1px solid #86efac}.checkout-module__ss_A1W__deliveryZoneStatus.checkout-module__ss_A1W__notAvailable{color:#991b1b;background:linear-gradient(135deg,#fef2f2 0%,#fecaca 100%);border:1px solid #fca5a5}.checkout-module__ss_A1W__zoneIcon{flex-shrink:0;font-size:20px}.checkout-module__ss_A1W__zoneMessage{flex:1}.checkout-module__ss_A1W__zoneMessage strong{margin-bottom:2px;font-weight:600;display:block}.checkout-module__ss_A1W__zoneMessage p{opacity:.9;margin:0;font-size:13px}.checkout-module__ss_A1W__slotGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.checkout-module__ss_A1W__slotCard{cursor:pointer;border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;position:relative}.checkout-module__ss_A1W__slotCard:hover{background:#fafffe;border-color:#2c7a2e}.checkout-module__ss_A1W__slotCard.checkout-module__ss_A1W__selected{background:#f0f9f0;border-color:#2c7a2e;box-shadow:0 2px 8px #2c7a2e1a}.checkout-module__ss_A1W__slotCard.checkout-module__ss_A1W__disabled{opacity:.5;cursor:not-allowed}.checkout-module__ss_A1W__slotRadio input[type=radio]{cursor:pointer;accent-color:#2c7a2e;width:20px;height:20px}.checkout-module__ss_A1W__slotInfo h4{color:#1a1a1a;margin:0 0 4px;font-size:16px;font-weight:700}.checkout-module__ss_A1W__slotInfo p{color:#666;margin:0;font-size:13px}.checkout-module__ss_A1W__slotIcon{margin-right:8px;font-size:18px}.checkout-module__ss_A1W__slotCharge{color:#f57c00;background:#fff3e0;border-radius:4px;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.checkout-module__ss_A1W__slotsLoading{color:#666;justify-content:center;align-items:center;gap:12px;padding:30px;display:flex}.checkout-module__ss_A1W__miniSpinner{border:2px solid #f3f3f3;border-top-color:#2c7a2e;border-radius:50%;width:20px;height:20px;animation:1s linear infinite checkout-module__ss_A1W__spin}.checkout-module__ss_A1W__noSlots{text-align:center;color:#666;background:#f8f9fa;border-radius:12px;padding:30px}.checkout-module__ss_A1W__expressTag{color:#1a1a1a;background:#ffc107;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;right:8px}.checkout-module__ss_A1W__tipGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;margin-bottom:12px;display:grid}.checkout-module__ss_A1W__tipButton{color:#1a1a1a;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:16px;font-size:16px;font-weight:600;transition:all .2s}.checkout-module__ss_A1W__tipButton:hover{background:#fafffe;border-color:#2c7a2e}.checkout-module__ss_A1W__tipButton.checkout-module__ss_A1W__selected{color:#2c7a2e;background:#f0f9f0;border-color:#2c7a2e;box-shadow:0 2px 8px #2c7a2e1a}.checkout-module__ss_A1W__tipNote{text-align:center;color:#666;margin-top:12px;font-size:13px}.checkout-module__ss_A1W__paymentList{flex-direction:column;gap:12px;display:flex}.checkout-module__ss_A1W__paymentCard{cursor:pointer;border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.checkout-module__ss_A1W__paymentCard:hover{background:#fafffe;border-color:#2c7a2e}.checkout-module__ss_A1W__paymentCard.checkout-module__ss_A1W__selected{background:#f0f9f0;border-color:#2c7a2e;box-shadow:0 2px 8px #2c7a2e1a}.checkout-module__ss_A1W__paymentRadio input[type=radio]{cursor:pointer;accent-color:#2c7a2e;width:20px;height:20px}.checkout-module__ss_A1W__paymentIcon{font-size:28px}.checkout-module__ss_A1W__paymentName{color:#1a1a1a;font-size:16px;font-weight:600}.checkout-module__ss_A1W__notesInput{resize:vertical;border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:14px;font-family:inherit;font-size:14px;transition:border-color .2s}.checkout-module__ss_A1W__notesInput:focus{border-color:#2c7a2e;outline:none}.checkout-module__ss_A1W__rightSection{position:sticky;top:20px}.checkout-module__ss_A1W__orderSummary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.checkout-module__ss_A1W__orderSummary h3{color:#1a1a1a;margin:0 0 20px;font-size:20px;font-weight:700}.checkout-module__ss_A1W__cartItems{border-bottom:1px solid #e0e0e0;max-height:300px;margin-bottom:20px;padding-bottom:16px;overflow-y:auto}.checkout-module__ss_A1W__cartItem{gap:12px;margin-bottom:16px;display:flex}.checkout-module__ss_A1W__cartItem img{object-fit:cover;border:1px solid #e0e0e0;border-radius:8px;width:60px;height:60px}.checkout-module__ss_A1W__itemDetails{flex:1}.checkout-module__ss_A1W__itemDetails h4{color:#1a1a1a;margin:0 0 4px;font-size:14px;font-weight:600}.checkout-module__ss_A1W__itemDetails p{color:#888;margin:0;font-size:12px}.checkout-module__ss_A1W__itemPrice{text-align:right}.checkout-module__ss_A1W__quantity{color:#666;margin-bottom:4px;font-size:12px;display:block}.checkout-module__ss_A1W__price{color:#1a1a1a;font-size:15px;font-weight:700;display:block}.checkout-module__ss_A1W__couponSection{border-bottom:1px solid #e0e0e0;flex-direction:column;gap:8px;margin-bottom:20px;padding-bottom:16px;display:flex}.checkout-module__ss_A1W__couponInputWrapper{gap:8px;display:flex}.checkout-module__ss_A1W__couponInputWrapper input{text-transform:uppercase;border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:12px 16px;font-size:14px}.checkout-module__ss_A1W__couponInputWrapper input:focus{border-color:#2c7a2e;outline:none}.checkout-module__ss_A1W__couponInputWrapper button{color:#fff;cursor:pointer;white-space:nowrap;background:#2c7a2e;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:background .2s}.checkout-module__ss_A1W__couponInputWrapper button:hover:not(:disabled){background:#236121}.checkout-module__ss_A1W__couponInputWrapper button:disabled{cursor:not-allowed;background:#ccc}.checkout-module__ss_A1W__couponError{color:#d32f2f;margin:0;padding-left:4px;font-size:12px}.checkout-module__ss_A1W__appliedCoupon{background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%);border:2px dashed #4caf50;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.checkout-module__ss_A1W__appliedCouponInfo{align-items:center;gap:12px;display:flex}.checkout-module__ss_A1W__couponIcon{font-size:24px}.checkout-module__ss_A1W__appliedCouponInfo .checkout-module__ss_A1W__couponCode{color:#2e7d32;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:14px;font-weight:700}.checkout-module__ss_A1W__appliedCouponInfo .checkout-module__ss_A1W__couponDesc{color:#558b2f;margin:2px 0 0;font-size:12px}.checkout-module__ss_A1W__removeCouponBtn{color:#d32f2f;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:all .2s;display:flex}.checkout-module__ss_A1W__removeCouponBtn:hover{background:#ffebee}.checkout-module__ss_A1W__freeDelivery{color:#2e7d32;font-weight:600}.checkout-module__ss_A1W__freeDelivery s{color:#999;margin-right:6px}.checkout-module__ss_A1W__discountAmount{color:#2e7d32;font-weight:600}.checkout-module__ss_A1W__billDetails{margin-bottom:20px}.checkout-module__ss_A1W__billDetails h4{color:#1a1a1a;margin:0 0 16px;font-size:16px;font-weight:700}.checkout-module__ss_A1W__billRow{color:#666;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;display:flex}.checkout-module__ss_A1W__billRow.checkout-module__ss_A1W__discount{color:#2c7a2e;font-weight:600}.checkout-module__ss_A1W__billRow.checkout-module__ss_A1W__total{color:#1a1a1a;border-top:2px solid #e0e0e0;margin-top:12px;padding-top:16px;font-size:18px;font-weight:700}.checkout-module__ss_A1W__placeOrderButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c7a2e,#3d9c40);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:18px;font-size:18px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 12px #2c7a2e4d}.checkout-module__ss_A1W__placeOrderButton:hover:not(:disabled){background:linear-gradient(135deg,#236121,#2e7e31);transform:translateY(-2px);box-shadow:0 6px 20px #2c7a2e66}.checkout-module__ss_A1W__placeOrderButton:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.checkout-module__ss_A1W__missingRequirements{text-align:center;color:#d32f2f;background:#ffebee;border-radius:8px;margin-top:12px;padding:8px 12px;font-size:13px;font-weight:500}.checkout-module__ss_A1W__termsNote{text-align:center;color:#888;margin-top:12px;font-size:12px}@media (max-width:1024px){.checkout-module__ss_A1W__checkoutGrid{grid-template-columns:1fr}.checkout-module__ss_A1W__rightSection{position:static}}@media (max-width:768px){.checkout-module__ss_A1W__container{padding:0 12px}.checkout-module__ss_A1W__section,.checkout-module__ss_A1W__orderSummary{padding:16px}.checkout-module__ss_A1W__sectionTitle h2{font-size:18px}.checkout-module__ss_A1W__stepNumber{width:28px;height:28px;font-size:14px}.checkout-module__ss_A1W__slotGrid{grid-template-columns:1fr}.checkout-module__ss_A1W__tipGrid{grid-template-columns:repeat(3,1fr)}.checkout-module__ss_A1W__checkoutPage{margin-top:10%;padding-bottom:80px}}@media (max-width:480px){.checkout-module__ss_A1W__addressCard{flex-direction:column;align-items:flex-start}.checkout-module__ss_A1W__tipGrid{grid-template-columns:repeat(2,1fr)}.checkout-module__ss_A1W__cartItems{max-height:200px}.checkout-module__ss_A1W__itemDetails h4{font-size:13px}}.checkout-module__ss_A1W__successModal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;animation:.4s ease-in checkout-module__ss_A1W__fadeIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes checkout-module__ss_A1W__fadeIn{0%{opacity:0}to{opacity:1}}.checkout-module__ss_A1W__confettiContainer{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.checkout-module__ss_A1W__confetti{opacity:0;width:10px;height:10px;animation:linear forwards checkout-module__ss_A1W__confettiFall;position:absolute;top:-10px}@keyframes checkout-module__ss_A1W__confettiFall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}.checkout-module__ss_A1W__successContent{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:500px;padding:48px;animation:.6s cubic-bezier(.68,-.55,.265,1.55) checkout-module__ss_A1W__slideUpBounce;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}@keyframes checkout-module__ss_A1W__slideUpBounce{0%{opacity:0;transform:translateY(100px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.checkout-module__ss_A1W__particlesContainer{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.checkout-module__ss_A1W__particle{opacity:.8;font-size:20px;animation:ease-in-out infinite checkout-module__ss_A1W__floatParticle;position:absolute}@keyframes checkout-module__ss_A1W__floatParticle{0%,to{opacity:.8;transform:translateY(0)rotate(0)}50%{opacity:1;transform:translateY(-20px)rotate(180deg)}}.checkout-module__ss_A1W__successAnimation{z-index:1;justify-content:center;margin-bottom:24px;display:flex;position:relative}.checkout-module__ss_A1W__successCheckmark{stroke-width:3px;stroke:#2c7a2e;stroke-miterlimit:10;filter:drop-shadow(0 0 20px #2c7a2e4d);border-radius:50%;width:140px;height:140px;animation:.4s ease-in-out .4s forwards checkout-module__ss_A1W__fill,.3s ease-in-out .9s both checkout-module__ss_A1W__scale,2s ease-in-out 1.2s infinite checkout-module__ss_A1W__glow;display:block;box-shadow:inset 0 0 #2c7a2e}.checkout-module__ss_A1W__successCircle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:3px;stroke-miterlimit:10;stroke:#2c7a2e;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards checkout-module__ss_A1W__stroke}.checkout-module__ss_A1W__successCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;stroke:#2c7a2e;stroke-width:3px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards checkout-module__ss_A1W__stroke}@keyframes checkout-module__ss_A1W__stroke{to{stroke-dashoffset:0}}@keyframes checkout-module__ss_A1W__scale{0%,to{transform:none}50%{transform:scale(1.15)}}@keyframes checkout-module__ss_A1W__fill{to{box-shadow:inset 0 0 0 70px #f0f9f0}}@keyframes checkout-module__ss_A1W__glow{0%,to{filter:drop-shadow(0 0 20px #2c7a2e4d)}50%{filter:drop-shadow(0 0 30px #2c7a2e99)}}.checkout-module__ss_A1W__successTitle{background:linear-gradient(135deg,#2c7a2e,#3d9c40);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:32px;font-weight:800;animation:.5s ease-out 1s backwards checkout-module__ss_A1W__titlePop}@keyframes checkout-module__ss_A1W__titlePop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.checkout-module__ss_A1W__successMessage{color:#666;margin:0 0 32px;font-size:16px;animation:.5s ease-out 1.2s backwards checkout-module__ss_A1W__fadeInUp}@keyframes checkout-module__ss_A1W__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-module__ss_A1W__successDetails{background:linear-gradient(135deg,#f0f9f0,#e8f5e9);border-radius:16px;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px;padding:24px;animation:.5s ease-out 1.4s backwards checkout-module__ss_A1W__fadeInUp;display:flex}.checkout-module__ss_A1W__celebrationEmojis{gap:16px;margin-bottom:8px;display:flex}.checkout-module__ss_A1W__emoji{font-size:36px;animation:1s ease-in-out infinite checkout-module__ss_A1W__bounceEmoji;display:inline-block}.checkout-module__ss_A1W__emoji:first-child{animation-delay:0s}.checkout-module__ss_A1W__emoji:nth-child(2){animation-delay:.2s}.checkout-module__ss_A1W__emoji:nth-child(3){animation-delay:.4s}.checkout-module__ss_A1W__emoji:nth-child(4){animation-delay:.6s}@keyframes checkout-module__ss_A1W__bounceEmoji{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-10px)rotate(-10deg)}75%{transform:translateY(-5px)rotate(10deg)}}.checkout-module__ss_A1W__thankYouText{color:#2c7a2e;margin:0;font-size:18px;font-weight:700}.checkout-module__ss_A1W__orderInfo{color:#666;margin:0;font-size:14px}.checkout-module__ss_A1W__trackOrderButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c7a2e,#3d9c40);border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:18px 32px;font-size:18px;font-weight:700;transition:all .3s;animation:.5s ease-out 1.6s backwards checkout-module__ss_A1W__fadeInUp;display:flex;box-shadow:0 6px 20px #2c7a2e66}.checkout-module__ss_A1W__trackOrderButton:hover{background:linear-gradient(135deg,#236121,#2e7e31);transform:translateY(-3px);box-shadow:0 8px 25px #2c7a2e80}.checkout-module__ss_A1W__trackOrderButton svg{transition:transform .3s}.checkout-module__ss_A1W__trackOrderButton:hover svg{transform:translate(5px)}.checkout-module__ss_A1W__autoRedirect{color:#999;margin-top:16px;font-size:13px;animation:1s ease-out 2s backwards checkout-module__ss_A1W__fadeIn}@media (max-width:768px){.checkout-module__ss_A1W__successContent{max-width:90%;padding:36px 24px}.checkout-module__ss_A1W__successCheckmark{width:100px;height:100px}.checkout-module__ss_A1W__successTitle{font-size:24px}.checkout-module__ss_A1W__successMessage{font-size:14px}.checkout-module__ss_A1W__emoji{font-size:28px}.checkout-module__ss_A1W__thankYouText{font-size:16px}.checkout-module__ss_A1W__trackOrderButton{padding:16px 24px;font-size:16px}}@media (max-width:480px){.checkout-module__ss_A1W__successContent{padding:28px 20px}.checkout-module__ss_A1W__successCheckmark{width:80px;height:80px}.checkout-module__ss_A1W__successTitle{font-size:20px}.checkout-module__ss_A1W__celebrationEmojis{gap:12px}.checkout-module__ss_A1W__emoji{font-size:24px}}
.MobileBottomNav-module__JvI_4q__bottomNav{z-index:1002;background:#fff;border-top:1px solid #eee;justify-content:space-around;align-items:center;height:65px;padding:.5rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000001a}body:has([data-page=product-details]) .MobileBottomNav-module__JvI_4q__bottomNav{display:none}body.mobile-menu-open .MobileBottomNav-module__JvI_4q__bottomNav{display:none!important}.MobileBottomNav-module__JvI_4q__navItem{color:#64748b;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;width:60px;padding:5px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.MobileBottomNav-module__JvI_4q__navItem svg{transition:all .2s}.MobileBottomNav-module__JvI_4q__navItem.MobileBottomNav-module__JvI_4q__active,.MobileBottomNav-module__JvI_4q__navItem:active{color:var(--cta-red)}.MobileBottomNav-module__JvI_4q__navItem.MobileBottomNav-module__JvI_4q__active svg,.MobileBottomNav-module__JvI_4q__navItem:active svg{fill:#dc26261a;transform:translateY(-2px)}.MobileBottomNav-module__JvI_4q__centerItem{margin-top:-25px}.MobileBottomNav-module__JvI_4q__searchCircle{background:var(--cta-red);color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;box-shadow:0 4px 10px #dc26264d}.MobileBottomNav-module__JvI_4q__centerItem span{margin-top:4px}.MobileBottomNav-module__JvI_4q__centerItem:active .MobileBottomNav-module__JvI_4q__searchCircle{transform:scale(.95);box-shadow:0 2px 5px #dc262633}.MobileBottomNav-module__JvI_4q__iconWrapper{display:flex;position:relative}.MobileBottomNav-module__JvI_4q__badge{background:var(--cta-red);color:#fff;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-8px}@media (max-width:968px){.MobileBottomNav-module__JvI_4q__bottomNav{display:flex}}.MobileBottomNav-module__JvI_4q__cartAnimate{animation:.6s cubic-bezier(.68,-.55,.265,1.55) MobileBottomNav-module__JvI_4q__cartBounce}@keyframes MobileBottomNav-module__JvI_4q__cartBounce{0%{transform:scale(1)}25%{transform:scale(1.3)rotate(-5deg)}50%{transform:scale(.9)rotate(5deg)}75%{transform:scale(1.15)rotate(-3deg)}to{transform:scale(1)rotate(0)}}.MobileBottomNav-module__JvI_4q__cartAnimate .MobileBottomNav-module__JvI_4q__badge{animation:.6s ease-out MobileBottomNav-module__JvI_4q__badgePulse}@keyframes MobileBottomNav-module__JvI_4q__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.4);box-shadow:0 0 0 4px #ff47574d}}.MobileBottomNav-module__JvI_4q__favoriteAnimate{animation:.6s cubic-bezier(.68,-.55,.265,1.55) MobileBottomNav-module__JvI_4q__heartBounce}@keyframes MobileBottomNav-module__JvI_4q__heartBounce{0%{transform:scale(1)}15%{transform:scale(1.4)}30%{transform:scale(.95)}45%{transform:scale(1.25)}60%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}.MobileBottomNav-module__JvI_4q__favoriteAnimate .MobileBottomNav-module__JvI_4q__badge{animation:.6s ease-out MobileBottomNav-module__JvI_4q__favoriteBadgePulse}@keyframes MobileBottomNav-module__JvI_4q__favoriteBadgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.4);box-shadow:0 0 0 4px #ff6b6b4d}}.MobileBottomNav-module__JvI_4q__favoriteAnimate svg{animation:.6s ease-out MobileBottomNav-module__JvI_4q__heartFill}@keyframes MobileBottomNav-module__JvI_4q__heartFill{0%{fill:none}50%{fill:#ff6b6b;stroke:#ff6b6b}to{fill:none}}
.contact-module__xwJ-uq__main{flex-direction:column;min-height:100vh;display:flex}.contact-module__xwJ-uq__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#7f1d1d 0%,#dc2626 50%,#ef4444 100%);padding:120px 0 80px}.contact-module__xwJ-uq__heroContent{max-width:700px;padding:0 var(--spacing-mobile-side);margin:0 auto}.contact-module__xwJ-uq__heroTitle{margin-bottom:1rem;font-size:3rem;font-weight:700}.contact-module__xwJ-uq__heroSubtitle{opacity:.95;font-size:1.25rem;line-height:1.6}.contact-module__xwJ-uq__section{background:#fff;padding:80px 0}.contact-module__xwJ-uq__container{max-width:var(--spacing-container);padding:0 var(--spacing-mobile-side);margin:0 auto}.contact-module__xwJ-uq__contactGrid{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:4rem;display:grid}.contact-module__xwJ-uq__formContainer{background:#fff;border:1px solid #e5e5e5;border-radius:16px;flex-direction:column;height:100%;padding:3rem;display:flex;box-shadow:0 4px 20px #00000014}.contact-module__xwJ-uq__formTitle{color:var(--dark-maroon);margin-bottom:2rem;font-size:2rem;font-weight:700}.contact-module__xwJ-uq__form{flex-direction:column;flex:1;gap:1.5rem;display:flex}.contact-module__xwJ-uq__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__xwJ-uq__label{color:#333;font-size:.95rem;font-weight:600}.contact-module__xwJ-uq__input,.contact-module__xwJ-uq__textarea{border:2px solid #e5e5e5;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-module__xwJ-uq__input:focus,.contact-module__xwJ-uq__textarea:focus{border-color:var(--cta-red);outline:none;box-shadow:0 0 0 3px #dc26261a}.contact-module__xwJ-uq__textarea{resize:vertical;flex:1;min-height:120px}.contact-module__xwJ-uq__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#7f1d1d 100%);border:none;border-radius:8px;margin-top:auto;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #dc26264d}.contact-module__xwJ-uq__submitButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.contact-module__xwJ-uq__submitButton:active{transform:translateY(0)}.contact-module__xwJ-uq__infoContainer{flex-direction:column;gap:2rem;height:100%;display:flex}.contact-module__xwJ-uq__infoTitle{color:var(--dark-maroon);font-size:2rem;font-weight:700}.contact-module__xwJ-uq__infoCards{flex-direction:column;gap:1rem;display:flex}.contact-module__xwJ-uq__infoCard{background:linear-gradient(135deg,#dc26260d 0%,#7f1d1d0d 100%);border:1px solid #dc26261a;border-radius:12px;padding:1.5rem;transition:all .3s}.contact-module__xwJ-uq__infoCard:hover{border-color:var(--cta-red);transform:translateY(-3px);box-shadow:0 4px 16px #dc262626}.contact-module__xwJ-uq__cardIcon{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#7f1d1d 100%);border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.75rem;display:flex}.contact-module__xwJ-uq__cardIcon svg{width:24px;height:24px}.contact-module__xwJ-uq__cardTitle{color:#333;margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.contact-module__xwJ-uq__cardText{color:#666;margin-bottom:.5rem;font-size:.95rem}.contact-module__xwJ-uq__cardLink{color:var(--cta-red);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.contact-module__xwJ-uq__cardLink:hover{color:var(--dark-maroon);text-decoration:underline}.contact-module__xwJ-uq__ctaSection{color:#fff;text-align:center;background:linear-gradient(135deg,#7f1d1d 0%,#dc2626 100%);padding:80px 0}.contact-module__xwJ-uq__ctaContent{max-width:700px;margin:0 auto}.contact-module__xwJ-uq__ctaTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-module__xwJ-uq__ctaText{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.contact-module__xwJ-uq__ctaButton{color:var(--cta-red);border-radius:var(--radius-full);background:#fff;padding:1rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #0003}.contact-module__xwJ-uq__ctaButton:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@media (max-width:968px){.contact-module__xwJ-uq__heroTitle{font-size:2.5rem}.contact-module__xwJ-uq__heroSubtitle{font-size:1.1rem}.contact-module__xwJ-uq__contactGrid{grid-template-columns:1fr;gap:3rem}.contact-module__xwJ-uq__formContainer{padding:2rem}}@media (max-width:640px){.contact-module__xwJ-uq__hero{padding:100px 0 60px}.contact-module__xwJ-uq__heroTitle{font-size:2rem}.contact-module__xwJ-uq__section,.contact-module__xwJ-uq__ctaSection{padding:60px 0}.contact-module__xwJ-uq__formContainer{padding:1.5rem}.contact-module__xwJ-uq__formTitle,.contact-module__xwJ-uq__infoTitle{font-size:1.5rem}.contact-module__xwJ-uq__ctaTitle{font-size:1.75rem}.contact-module__xwJ-uq__ctaText{font-size:1.1rem}}
.favorites-module__IgvdrW__favoritesPage{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh;padding:2rem 0 8rem}.favorites-module__IgvdrW__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.favorites-module__IgvdrW__header{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.favorites-module__IgvdrW__title{color:#1a1a1a;align-items:center;gap:1rem;margin:0;font-size:2.5rem;font-weight:700;display:flex}.favorites-module__IgvdrW__title svg{animation:1.5s ease-in-out infinite favorites-module__IgvdrW__heartbeat}@keyframes favorites-module__IgvdrW__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.favorites-module__IgvdrW__clearBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #ff6b6b4d}.favorites-module__IgvdrW__clearBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b6b66}.favorites-module__IgvdrW__clearBtn:active{transform:translateY(0)}.favorites-module__IgvdrW__loadingState{text-align:center;background:#fff;border-radius:20px;padding:5rem 2rem;box-shadow:0 4px 20px #00000014}.favorites-module__IgvdrW__loadingState p{color:#666;margin-top:1rem;font-size:1.1rem}.favorites-module__IgvdrW__spinner{border:4px solid #f3f3f3;border-top-color:#ff6b6b;border-radius:50%;width:50px;height:50px;margin:0 auto;animation:1s linear infinite favorites-module__IgvdrW__spin}@keyframes favorites-module__IgvdrW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.favorites-module__IgvdrW__emptyState{text-align:center;background:#fff;border-radius:20px;padding:5rem 2rem;box-shadow:0 4px 20px #00000014}.favorites-module__IgvdrW__emptyState svg{opacity:.3;margin-bottom:2rem}.favorites-module__IgvdrW__emptyState h2{color:#1a1a1a;margin:0 0 1rem;font-size:2rem;font-weight:700}.favorites-module__IgvdrW__emptyState p{color:#666;margin:0 0 2rem;font-size:1.1rem}.favorites-module__IgvdrW__shopBtn{color:#fff;background:linear-gradient(135deg,#8b1538 0%,#a91d3a 100%);border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #8b15384d}.favorites-module__IgvdrW__shopBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8b153866}.favorites-module__IgvdrW__favoritesGrid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.favorites-module__IgvdrW__favoriteCard{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.favorites-module__IgvdrW__favoriteCard:hover{border-color:#e0e0e0;transform:translateY(-6px);box-shadow:0 12px 28px #00000026}.favorites-module__IgvdrW__imageLink{text-decoration:none;display:block}.favorites-module__IgvdrW__imageWrapper{aspect-ratio:1;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);width:100%;position:relative;overflow:hidden}.favorites-module__IgvdrW__image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.favorites-module__IgvdrW__favoriteCard:hover .favorites-module__IgvdrW__image{transform:scale(1.08)}.favorites-module__IgvdrW__discountBadge{color:#fff;z-index:3;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);border-radius:20px;padding:.4rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #ff6b6b66}.favorites-module__IgvdrW__content{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.favorites-module__IgvdrW__titleLink{color:inherit;text-decoration:none}.favorites-module__IgvdrW__productName{color:#1a1a1a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.8rem;margin:0;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.favorites-module__IgvdrW__priceSection{align-items:baseline;gap:.5rem;display:flex}.favorites-module__IgvdrW__price{color:#8b1538;font-size:1.25rem;font-weight:700}.favorites-module__IgvdrW__weight{color:#666;font-size:.85rem;font-weight:500}.favorites-module__IgvdrW__actions{gap:.75rem;margin-top:.5rem;display:flex}.favorites-module__IgvdrW__addToCartBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b1538 0%,#a91d3a 100%);border:none;border-radius:12px;flex:0 0 70%;justify-content:center;align-items:center;height:48px;padding:0;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #8b153840}.favorites-module__IgvdrW__addToCartBtn svg{width:20px;height:20px}.favorites-module__IgvdrW__addToCartBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8b153859}.favorites-module__IgvdrW__addToCartBtn:active{transform:translateY(0)}.favorites-module__IgvdrW__removeBtn{color:#ff6b6b;cursor:pointer;background:#fff;border:2px solid #ff6b6b;border-radius:12px;flex:0 0 30%;justify-content:center;align-items:center;height:48px;transition:all .3s;display:flex}.favorites-module__IgvdrW__removeBtn:hover{color:#fff;background:#ff6b6b;transform:scale(1.05)}.favorites-module__IgvdrW__removeBtn:active{transform:scale(.95)}@media (max-width:1400px){.favorites-module__IgvdrW__favoritesGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.favorites-module__IgvdrW__favoritesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:968px){.favorites-module__IgvdrW__favoritesGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:768px){.favorites-module__IgvdrW__favoritesPage{padding:1rem 0 6rem}.favorites-module__IgvdrW__container{padding:0 1rem}.favorites-module__IgvdrW__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.favorites-module__IgvdrW__title{font-size:1.75rem}.favorites-module__IgvdrW__title svg{width:24px;height:24px}.favorites-module__IgvdrW__clearBtn{width:100%}.favorites-module__IgvdrW__emptyState{padding:3rem 1.5rem}.favorites-module__IgvdrW__emptyState svg{width:80px;height:80px}.favorites-module__IgvdrW__emptyState h2{font-size:1.5rem}.favorites-module__IgvdrW__emptyState p{font-size:1rem}}@media (max-width:640px){.favorites-module__IgvdrW__favoritesPage{padding:.5rem 0 5rem}.favorites-module__IgvdrW__container{padding:25% .75rem}.favorites-module__IgvdrW__favoritesGrid{grid-template-columns:repeat(2,1fr);gap:.875rem}.favorites-module__IgvdrW__title{font-size:1.5rem}.favorites-module__IgvdrW__content{padding:1rem}.favorites-module__IgvdrW__productName{min-height:2.5rem;font-size:.9rem}.favorites-module__IgvdrW__price{font-size:1.1rem}.favorites-module__IgvdrW__weight{font-size:.8rem}.favorites-module__IgvdrW__addToCartBtn{height:44px}.favorites-module__IgvdrW__addToCartBtn svg{width:18px;height:18px}.favorites-module__IgvdrW__removeBtn{height:44px}}
