:root{color-scheme:light;--bg: #f6f7f4;--surface: #ffffff;--surface-elevated: #ffffff;--text: #232822;--text-muted: #697267;--border: #dce2d7;--header-bg: #0b5132;--header-text: #ffffff;--accent: #198754;--accent-hover: #157347;--accent-soft: #dff5e7;--accent-contrast: #ffffff;--warning: #f2c14e;--shadow-sm: 0 3px 10px rgba(28, 36, 27, .08);--shadow-md: 0 12px 28px rgba(28, 36, 27, .13);--focus-ring: rgba(25, 135, 84, .28)}:root[data-theme=dark]{color-scheme:dark;--bg: #141612;--surface: #1c211b;--surface-elevated: #242a22;--text: #eef3ea;--text-muted: #aeb8aa;--border: #354031;--header-bg: #111611;--header-text: #f7fbf3;--accent: #5ad18f;--accent-hover: #78e4a6;--accent-soft: #1f3a2b;--accent-contrast: #0d140f;--warning: #f4c95d;--shadow-sm: 0 3px 12px rgba(0, 0, 0, .25);--shadow-md: 0 16px 34px rgba(0, 0, 0, .36);--focus-ring: rgba(90, 209, 143, .3)}*{box-sizing:border-box}body{min-width:320px;margin:0;color:var(--text);background:var(--bg);font-family:Roboto,Arial,sans-serif;transition:background-color .18s ease,color .18s ease}p{margin:0}button,select{cursor:pointer}button:disabled{cursor:wait;opacity:.72}input,select,button{font-family:Roboto,Arial,sans-serif}button,.header-link,.link-primary,select{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}button:active:not(:disabled),.header-link:active,.link-primary:active{transform:translateY(1px) scale(.98)}.button-primary{color:var(--accent-contrast);background-color:var(--accent);border:1px solid transparent;border-radius:6px;cursor:pointer;box-shadow:var(--shadow-sm)}.button-primary:hover:not(:disabled){background-color:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.button-primary:active:not(:disabled){box-shadow:none}.button-secondary{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px;cursor:pointer;box-shadow:var(--shadow-sm)}.button-secondary:hover:not(:disabled){background-color:var(--surface-elevated);border-color:var(--accent);transform:translateY(-1px)}.button-secondary:active:not(:disabled){box-shadow:none}.limit-text-to-2-lines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-primary{color:var(--accent);cursor:pointer;font-weight:500}.link-primary:hover{color:var(--accent-hover)}.theme-toggle{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:var(--surface-elevated);font-size:14px;font-weight:700;white-space:nowrap;box-shadow:var(--shadow-sm)}.theme-toggle:hover{color:var(--accent-hover);border-color:var(--accent);transform:translateY(-1px)}.theme-toggle-icon{width:18px;height:18px;border-radius:50%;background:var(--warning);box-shadow:0 0 0 3px #f2c14e2e;position:relative;flex-shrink:0}:root[data-theme=dark] .theme-toggle-icon:after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;top:-2px;right:-3px;background:var(--surface-elevated)}select,input{color:var(--text);background-color:var(--surface);border:1px solid var(--border);border-radius:6px}select{padding:5px 8px;font-size:15px;box-shadow:var(--shadow-sm)}select:hover{border-color:var(--accent)}select:focus,input:focus,button:focus-visible,a:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}img{max-width:100%}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;scroll-behavior:auto!important;transition-duration:1ms!important}}.home-page{margin-top:60px;min-height:calc(100vh - 60px);background:linear-gradient(180deg,rgba(25,135,84,.08),transparent 220px),var(--bg)}.home-page .products-grid{display:grid;gap:1px;background:var(--border);grid-template-columns:repeat(8,1fr)}@media(max-width:2000px){.home-page .products-grid{grid-template-columns:repeat(7,1fr)}}@media(max-width:1600px){.home-page .products-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:1300px){.home-page .products-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1000px){.home-page .products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.home-page .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.home-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.home-page .products-grid{grid-template-columns:1fr}}.home-page .product-container{padding:34px 24px 24px;background:var(--surface);border:1px solid transparent;display:flex;flex-direction:column;min-width:0;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-page .product-container:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-3px);z-index:1}.home-page .product-image-container{display:flex;justify-content:center;align-items:center;height:180px;margin-bottom:20px;overflow:hidden}.home-page .product-image{max-width:100%;max-height:100%;border-radius:6px;transition:transform .18s ease}.home-page .product-container:hover .product-image{transform:scale(1.035)}.loading-spinner{font-size:24px;color:#fff;display:flex;justify-content:center;align-items:center;padding:10px;height:100vh;text-decoration-color:#fff;text-decoration-thickness:2px}.home-page .product-name{height:40px;margin-bottom:8px;color:var(--text);line-height:20px}.home-page .product-rating-container{display:flex;align-items:center;margin-bottom:10px}.home-page .product-rating-stars{width:100px;margin-right:6px}.home-page .product-rating-count{color:var(--accent);cursor:auto;margin-top:3px}.home-page .product-price{font-weight:700;margin-bottom:10px;color:var(--text)}.home-page .product-quantity-container{margin-bottom:17px}.home-page .product-spacer{flex:1}.home-page .added-to-cart{color:var(--accent);font-size:16px;font-weight:600;display:flex;align-items:center;margin-bottom:8px;opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease}.home-page .added-to-cart.is-visible{opacity:1;transform:translateY(0)}.home-page .added-to-cart img{height:19px;margin-right:6px}.home-page .add-to-cart-button{width:100%;padding:8px;min-height:36px;margin-top:1px;font-weight:700}@media(max-width:575px){.home-page .product-container{padding:28px 18px 22px}}.header{background-color:var(--header-bg);color:var(--header-text);padding-left:18px;padding-right:18px;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:space-between;gap:14px;position:fixed;top:0;left:0;right:0;height:60px;z-index:1000;transition:background-color .18s ease,box-shadow .18s ease}.header .left-section{width:190px;flex-shrink:0}@media(max-width:800px){.header .left-section{width:unset}}.header .header-link{display:inline-flex;align-items:center;min-height:40px;padding:6px 9px;border-radius:6px;cursor:pointer;text-decoration:none;border:1px solid transparent;color:var(--header-text)}.header .header-link:hover{border-color:#ffffffb3;background-color:#ffffff1a;transform:translateY(-1px)}.header .logo{height:26px;margin-top:1px}.header .mobile-logo{display:none}@media(max-width:675px){.header .logo{display:none}.header .mobile-logo{display:block;height:26px;margin-top:1px}}.mobile-logo,.logo{background-color:transparent}.header .middle-section{flex:1;max-width:850px;display:flex;min-width:120px}.header .search-bar{flex:1;width:0;font-size:16px;height:38px;padding-left:15px;border:1px solid transparent;border-radius:6px 0 0 6px;box-shadow:none}.header .search-button{background-color:var(--warning);border:1px solid transparent;color:#181d16;width:45px;height:40px;border-top-right-radius:6px;border-bottom-right-radius:6px;flex-shrink:0}.header .search-button:hover{filter:brightness(1.04)}.header .search-icon{height:20px;margin-top:3px}.header .right-section{flex:0 0 auto;flex-shrink:0;display:flex;align-items:center;gap:4px;justify-content:end}.header .orders-link{display:flex;align-items:center;padding-left:13px;padding-right:13px}.orders-link.active{text-decoration:underline}.header .orders-text{display:block;font-size:15px;font-weight:700}.header .cart-link{display:flex;align-items:center;position:relative}.header .cart-icon{width:38px}.header .cart-text{margin-left:5px;font-size:15px;font-weight:700}.header .cart-quantity{color:var(--header-bg);font-size:14px;font-weight:700;position:absolute;top:8.5px;right:46px;width:26px;text-align:center}.header .theme-toggle{border:1px solid rgba(255,255,255,.28);color:var(--header-text);background:#ffffff1a;box-shadow:none}.header .theme-toggle:hover{color:var(--header-text);background:#ffffff2e;border-color:#ffffffa6}.header .theme-toggle-icon:after{background:var(--header-bg)}@media(max-width:980px){.header .left-section{width:auto}.header .right-section{gap:2px}.header .header-link{padding-left:7px;padding-right:7px}}@media(max-width:760px){.header{gap:8px;padding-left:10px;padding-right:10px}.header .theme-toggle{width:38px;padding:6px;justify-content:center}.theme-toggle-text,.header .orders-text,.header .cart-text,.header .right-section .header-link:first-of-type{display:none}.header .cart-quantity{right:13px}}@media(max-width:460px){.header .middle-section{min-width:90px}.header .search-bar{padding-left:10px}.header .cart-icon{width:34px}}.checkout-page{max-width:1100px;padding-left:30px;padding-right:30px;margin:140px auto 100px;color:var(--text)}.white-color{color:#fff}.black-color{color:#000}.checkout-page .page-title{font-weight:700;font-size:22px;margin-bottom:18px}.checkout-page .checkout-grid{display:grid;grid-template-columns:1fr 350px;column-gap:12px;align-items:start}@media(max-width:1000px){.checkout-page .main{max-width:500px}.checkout-page .checkout-grid{grid-template-columns:1fr}}.updaterQty{width:0;opacity:0;margin-left:0;padding:0;pointer-events:none;transform:translate(-4px);transition:opacity .16s ease,transform .16s ease,width .16s ease,padding .16s ease}.updaterQty.is-visible{width:64px;opacity:1;margin-left:8px;padding:4px 6px;pointer-events:auto;transform:translate(0)}.checkout-page .cart-item-container,.checkout-page .payment-summary{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:18px;box-shadow:var(--shadow-sm);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.checkout-page .cart-item-container:hover,.checkout-page .payment-summary:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.checkout-page .cart-item-container{margin-bottom:12px}.checkout-page .payment-summary{padding-bottom:5px}@media(max-width:1000px){.checkout-page .payment-summary{grid-row:1;margin-bottom:12px}}.checkout-page .delivery-date{color:var(--accent);font-weight:700;font-size:19px;margin-top:5px;margin-bottom:22px}.checkout-page .cart-item-details-grid{display:grid;grid-template-columns:100px 1fr 1fr;column-gap:25px}@media(max-width:1000px){.checkout-page .cart-item-details-grid{grid-template-columns:100px 1fr;row-gap:30px}}.checkout-page .product-image{max-width:100%;max-height:120px;margin-left:auto;margin-right:auto}.checkout-page .product-name{font-weight:700;margin-bottom:8px}.checkout-page .product-price{font-weight:700;margin-bottom:5px;color:var(--text)}.checkout-page .product-quantity .link-primary{margin-left:3px}@media(max-width:1000px){.checkout-page .delivery-options{grid-column:1 / span 2}}.checkout-page .delivery-options-title{font-weight:700;margin-bottom:10px}.checkout-page .delivery-option{display:grid;grid-template-columns:24px 1fr;margin-bottom:12px;cursor:pointer;padding:6px;border-radius:6px;transition:background-color .16s ease,transform .16s ease}.checkout-page .delivery-option:hover{background:var(--accent-soft);transform:translate(2px)}.checkout-page .delivery-option-input{margin:3px 5px 0 0;cursor:pointer}.checkout-page .delivery-option-date{font-weight:500;margin-bottom:3px}.checkout-page .delivery-option-price{color:var(--text-muted);font-size:15px}.checkout-page .payment-summary-title{font-weight:700;font-size:18px;margin-bottom:12px}.checkout-page .payment-summary-row{display:grid;grid-template-columns:1fr auto;font-size:15px;margin-bottom:9px}.checkout-page .payment-summary-money{text-align:right}.checkout-page .subtotal-row .payment-summary-money{border-top:1px solid var(--border)}.checkout-page .subtotal-row div{padding-top:9px}.checkout-page .total-row{color:var(--accent);font-weight:700;font-size:18px;border-top:1px solid var(--border);padding-top:18px}.checkout-page .place-order-button{width:100%;padding-top:12px;padding-bottom:12px;border-radius:5px;margin-top:20px;margin-bottom:19px}.checkout-header{height:60px;padding-left:30px;padding-right:30px;background-color:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;z-index:1000;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.checkout-header .header-content{width:100%;max-width:1100px;display:flex;align-items:center}.checkout-header .checkout-header-left-section{width:200px}.checkout-header .logo{height:26px;margin-top:0}.checkout-header .mobile-logo{display:none}@media(max-width:575px){.checkout-header .checkout-header-left-section{width:auto}.checkout-header .logo{display:none}.checkout-header .mobile-logo{display:inline-block;height:26px}}.checkout-header .checkout-header-middle-section{flex:1;flex-shrink:0;text-align:center;font-size:22px;font-weight:500;display:flex;justify-content:center}.checkout-header .return-to-home-link{color:var(--accent);text-decoration:none;cursor:pointer}@media(max-width:1000px){.checkout-header .checkout-header-middle-section{font-size:20px;margin-right:60px}.checkout-header .return-to-home-link{font-size:20px}}@media(max-width:575px){.checkout-header .checkout-header-middle-section{margin-right:5px}}.checkout-header .checkout-header-right-section{text-align:right;width:200px;display:flex;align-items:center;justify-content:end;gap:12px}.checkout-header .checkout-header-right-section img{height:32px}@media(max-width:1000px){.checkout-header .checkout-header-right-section{width:auto}}@media(max-width:675px){.checkout-header{padding-left:14px;padding-right:14px}.checkout-header .checkout-theme-toggle{width:38px;padding:6px;justify-content:center}.checkout-header .checkout-theme-toggle .theme-toggle-text{display:none}}.orders-page{max-width:850px;padding-left:20px;padding-right:20px;margin:90px auto 100px;color:var(--text)}.orders-page .page-title{font-weight:700;font-size:26px;margin-bottom:25px}.orders-page .orders-grid{display:grid;grid-template-columns:1fr;row-gap:50px}.orders-page .order-header{background-color:var(--surface-elevated);border:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:20px 25px;border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:var(--shadow-sm)}.orders-page .order-header-left-section{display:flex;flex-shrink:0}.orders-page .order-header-label{font-weight:700}.orders-page .order-date,.orders-page .order-total{margin-right:45px}.orders-page .order-header-right-section{flex-shrink:1}@media(max-width:575px){.orders-page .order-header{flex-direction:column;align-items:start;line-height:23px;padding:15px}.orders-page .order-header-left-section{flex-direction:column}.orders-page .order-header-label{margin-right:5px}.orders-page .order-date,.orders-page .order-total{display:grid;grid-template-columns:auto 1fr;margin-right:0}.orders-page .order-header-right-section{display:grid;grid-template-columns:auto 1fr}}.orders-page .order-details-grid{padding:40px 25px;background:var(--surface);border:1px solid var(--border);border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:110px 1fr 220px;column-gap:35px;row-gap:60px;align-items:center;transition:border-color .18s ease,box-shadow .18s ease}.orders-page .order-container:hover .order-details-grid,.orders-page .order-container:hover .order-header{border-color:var(--accent)}.orders-page .order-container:hover .order-details-grid{box-shadow:var(--shadow-md)}@media(max-width:800px){.orders-page .order-details-grid{grid-template-columns:110px 1fr;row-gap:0;padding-bottom:8px}}@media(max-width:450px){.orders-page .order-details-grid{grid-template-columns:1fr}}.orders-page .product-image-container{text-align:center}.orders-page .product-image-container img{max-width:110px;max-height:110px;border-radius:6px;transition:transform .18s ease}.orders-page .order-container:hover .product-image-container img{transform:scale(1.035)}.orders-page .product-name{font-weight:700;margin-bottom:5px}.orders-page .product-delivery-date{margin-bottom:3px}.orders-page .product-quantity{margin-bottom:8px}.orders-page .buy-again-button{font-size:14px;width:140px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center}.orders-page .buy-again-icon{width:20px;margin-right:10px}.orders-page .product-actions{align-self:start}.orders-page .track-package-button{width:100%;font-size:14px;padding:8px}@media(max-width:800px){.orders-page .buy-again-button{margin-bottom:10px}.orders-page .product-actions{grid-column:2;margin-bottom:30px}.orders-page .track-package-button{width:140px}}@media(max-width:450px){.orders-page .product-image-container{text-align:center;margin-bottom:25px}.orders-page .product-image-container img{max-width:150px;max-height:150px}.orders-page .product-name{margin-bottom:10px}.orders-page .product-quantity{margin-bottom:15px}.orders-page .buy-again-button{width:100%;margin-bottom:15px}.orders-page .product-actions{grid-column:auto;margin-bottom:70px}.orders-page .track-package-button{width:100%;padding:12px}}.tracking-page{max-width:850px;padding-left:30px;padding-right:30px;margin:90px auto 100px;color:var(--text)}.tracking-page .back-to-orders-link{display:inline-block;margin-bottom:30px}.tracking-page .delivery-date{font-size:25px;font-weight:700;margin-bottom:10px}.tracking-page .product-info{margin-bottom:3px}.tracking-page .product-image{max-width:150px;max-height:150px;margin-top:25px;margin-bottom:50px;border-radius:8px;transition:transform .18s ease}.tracking-page .order-tracking:hover .product-image{transform:scale(1.035)}.tracking-page .progress-labels-container{display:flex;justify-content:space-between;font-size:20px;font-weight:500;margin-bottom:15px}.tracking-page .current-status{color:var(--accent)}@media(max-width:575px){.tracking-page .progress-labels-container{font-size:16px}}@media(max-width:450px){.tracking-page .progress-labels-container{flex-direction:column;margin-bottom:5px}.tracking-page .progress-label{margin-bottom:3px}}.tracking-page .progress-bar-container{height:25px;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:50px;overflow:hidden;box-shadow:inset 0 1px 4px #0000001f}.tracking-page .progress-bar{height:100%;background:linear-gradient(90deg,var(--accent),var(--warning));border-radius:50px;width:50%;animation:progress-pulse 1.4s ease-in-out infinite alternate}.order-tracking{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:24px;margin-bottom:40px;box-shadow:var(--shadow-sm);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.order-tracking:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}@keyframes progress-pulse{0%{filter:saturate(.9)}to{filter:saturate(1.3) brightness(1.05)}}
