:root{--header-height: 60px;--header-bg: rgb(8, 79, 45)}@media(max-width:600px){:root{--header-height: 100px}}html,body,#root{height:100%}body{font-family:Roboto,Arial;color:#212121;margin:0}p{margin:0}button{font-size:14px;cursor:pointer}select{cursor:pointer}input,select,button{font-family:Roboto,Arial}.button-primary{color:#fff;background-color:#198754;border:1px solid transparent;border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #dcdcdc80}.button-primary:hover{background-color:#198754bf;border:1px solid transparent}.button-primary:active{background:#19875480;border-color:transparent;box-shadow:none}.button-secondary{color:#212121;background:#fff;border:1px solid rgb(200,200,200);border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #dcdcdc33}.button-secondary:hover{background-color:#fafafa}.button-secondary:active{background-color:#f0f0f0;box-shadow:none}.limit-text-to-2-lines{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-primary{color:#198754;cursor:pointer}.link-primary:hover{opacity:.75}.link-primary:active{opacity:.5}select{color:#212121;background-color:#fff;border:1px solid rgb(200,200,200);border-radius:5px;padding:3px 5px;font-size:15px;cursor:pointer;box-shadow:0 1px 3px #c8c8c833}select:focus,input:focus{outline:2px solid rgb(25,135,84)}.toast-container{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{min-width:300px;max-width:450px;padding:16px 20px;border-radius:12px;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001f;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:auto;animation:toast-slide-in .3s ease-out forwards}.toast.exit{animation:toast-slide-out .3s ease-in forwards}.toast-content{flex:1;font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-close{background:none;border:none;padding:4px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.toast-close:hover{background:#0000000d;color:#000}@keyframes toast-slide-in{0%{transform:translate(100%) translateY(20px);opacity:0}to{transform:translate(0) translateY(0);opacity:1}}@keyframes toast-slide-out{0%{transform:translate(0) translateY(0);opacity:1}to{transform:translate(100%) translateY(20px);opacity:0}}.home-page{margin-top:var(--header-height, 60px)}.home-page .no-products-found{margin-top:150px;margin-left:30px}.home-page .products-grid{display:grid;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:40px 25px 25px;border-right:1px solid rgb(240,240,240);border-bottom:1px solid rgb(240,240,240);display:flex;flex-direction:column}.home-page .product-image-container{display:flex;justify-content:center;align-items:center;height:180px;margin-bottom:20px}.home-page .product-image{max-width:100%;max-height:100%;border-radius:5px}.home-page .product-name{height:40px;margin-bottom:5px}.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:#198754;cursor:auto;margin-top:3px}.home-page .product-price{font-weight:700;margin-bottom:10px}.home-page .product-quantity-container{margin-bottom:17px}.home-page .product-spacer{flex:1}.home-page .added-to-cart{color:#198754;font-size:16px;display:flex;align-items:center;margin-bottom:8px;opacity:0}.home-page .added-to-cart img{height:19px;margin-right:6px}.home-page .add-to-cart-button{width:100%;padding:8px;height:34px;margin-top:1px}.header{background-color:var(--header-bg);color:#fff;padding-left:15px;padding-right:15px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:var(--header-height, 60px);z-index:1000}@media(max-width:800px){.header .left-section{width:unset}}.header .header-link{display:inline-block;padding:6px 9.5px;border-radius:2px;cursor:pointer;text-decoration:none;border:1px solid rgba(0,0,0,0)}.header .header-link:hover{border:1px solid white}@media(max-width:675px){.header .site-name{display:none}}.header .middle-section{flex:1;max-width:850px;margin-left:10px;margin-right:10px;display:flex}.header .search-bar{flex:1;width:0;font-size:16px;height:38px;padding-left:15px;border:none;border-radius:5px 0 0 5px}.header .search-button{background-color:#baffbe;border:none;width:45px;height:40px;border-top-right-radius:5px;border-bottom-right-radius:5px;flex-shrink:0}.header .search-icon{height:20px;margin-left:0;margin-top:3px}.header .right-section{flex-shrink:0;display:flex;justify-content:end;gap:12px}.header .nav-link{color:#fff;display:flex;align-items:center;padding-left:13px;padding-right:13px}.header .nav-link-text{display:block;font-size:15px;font-weight:700}.header .account-text{max-width:60px;margin-left:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media(max-width:600px){.header{height:100px;flex-wrap:wrap;padding-top:5px;padding-bottom:5px}.header .left-section{order:1;width:auto}.header .right-section{order:2;width:auto;gap:8px}.header .middle-section{order:3;flex:none;width:100%;margin-left:0;margin-right:0;margin-top:5px}.header .search-bar{height:34px}.header .search-button{height:36px}.header .cart-quantity{right:8px;top:6px}.header .nav-link-text.account-text{max-width:80px}}.header .cart-link{color:#fff;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}.checkout-page{max-width:1100px;padding-left:30px;padding-right:30px;margin:140px auto 100px}.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}}.checkout-page .cart-item-container,.checkout-page .payment-summary{border:1px solid rgb(222,222,222);border-radius:4px;padding:18px}.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:#198754;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{margin-bottom:5px}.checkout-page .product-price .one{font-weight:700}.checkout-page .product-price .total{font-weight:400;margin-left:10px}.checkout-page .product-quantity .link-primary{margin-left:3px}.checkout-page .product-quantity .add-quantity-input{margin:0 3px;width:50px}@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}.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:#787878;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 rgb(222,222,222)}.checkout-page .subtotal-row div{padding-top:9px}.checkout-page .total-row{color:#198754;font-weight:700;font-size:18px;border-top:1px solid rgb(222,222,222);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:#fff;display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;z-index:1000}.checkout-header .header-content{width:100%;max-width:1100px;display:flex;align-items:center}.checkout-header .checkout-header-left-section{width:200px}@media(max-width:575px){.checkout-header .checkout-header-left-section{width:auto}.checkout-header .site-name{display:none}}.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:#198754;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}.checkout-header .checkout-header-right-section img{height:32px}@media(max-width:1000px){.checkout-header .checkout-header-right-section{width:auto}}.orders-page{max-width:850px;margin-top:calc(var(--header-height, 60px) + 30px);margin-bottom:100px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}.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:#fff;border:1px solid rgb(222,222,222);display:flex;align-items:center;justify-content:space-between;padding:20px 25px;border-top-left-radius:5px;border-top-right-radius:5px}.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;border:1px solid rgb(222,222,222);border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:grid;grid-template-columns:110px 1fr 220px;column-gap:35px;row-gap:60px;align-items:center}@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}.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:5px;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;margin-top:calc(var(--header-height, 60px) + 30px);margin-bottom:100px;padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto}.tracking-page .back-to-orders-link{display:inline-block;margin-bottom:30px}.tracking-page .heading{font-size:25px;font-weight:700;margin-bottom:5px}.tracking-page .sub-heading{font-size:18px;font-weight:400;margin-bottom:20px}.tracking-page .product-info{margin-bottom:3px}.tracking-page .product-image{max-width:150px;max-height:150px;margin-top:25px;margin-bottom:50px}.tracking-page .progress-labels-container{display:flex;justify-content:space-between;font-size:20px;font-weight:500;margin-bottom:15px}.tracking-page .completed-status{color:#198754}@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%;border:1px solid rgb(200,200,200);border-radius:50px;overflow:hidden}.tracking-page .progress-bar{height:100%;background-color:#198754;border-radius:50px;width:50%}.notfound-page{max-width:1100px;padding-left:30px;padding-right:30px;margin:140px auto 100px}.notfound-page .page-title{font-weight:700;font-size:22px;margin-bottom:18px}.login-page{display:flex;justify-content:center;align-items:center;height:100%}.login-form{width:320px;display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:4px;box-shadow:0 2px 8px #0000001a}.login-form h2{margin:0 0 1rem}.login-form label{display:flex;flex-direction:column;font-size:.9rem}.login-form input{padding:.5rem;font-size:1rem;margin-top:.25rem}.login-form button{padding:.75rem;background:#2e7d32;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.login-form .error{color:#c62828;font-size:.875rem;text-align:center}.minimal-header{background-color:#fff}.minimal-header svg,.minimal-header .site-name{color:var(--header-bg)}.register-page{display:flex;justify-content:center;align-items:center;height:100%}.register-form{width:320px;display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:4px;box-shadow:0 2px 8px #0000001a}.register-form h2{margin:0 0 1rem}.register-form label{display:flex;flex-direction:column;font-size:.9rem}.register-form input{padding:.5rem;font-size:1rem;margin-top:.25rem}.register-form button{padding:.75rem;background:#2e7d32;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.register-form .error{color:#c62828;font-size:.875rem;text-align:center}
