body{color:#212121;margin:0;font-family:Roboto,Arial}p{margin:0}button{cursor:pointer;font-size:14px}select{cursor:pointer}input,select,button{font-family:Roboto,Arial}.button-primary{color:#fff;cursor:pointer;background-color:#198754;border:1px solid #0000;border-radius:5px;box-shadow:0 2px 5px #dcdcdc80}.button-primary:hover{background-color:#198754bf;border:1px solid #0000}.button-primary:active{box-shadow:none;background:#19875480;border-color:#0000}.button-secondary{color:#212121;cursor:pointer;background:#fff;border:1px solid #c8c8c8;border-radius:5px;box-shadow:0 2px 5px #dcdcdc33}.button-secondary:hover{background-color:#fafafa}.button-secondary:active{box-shadow:none;background-color:#f0f0f0}.limit-text-to-2-lines{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.link-primary{color:#198754;cursor:pointer}.link-primary:hover{opacity:.75}.link-primary:active{opacity:.5}select{color:#212121;cursor:pointer;background-color:#fff;border:1px solid #c8c8c8;border-radius:5px;padding:3px 5px;font-size:15px;box-shadow:0 1px 3px #c8c8c833}select:focus,input:focus{outline:2px solid #198754}.header{color:#fff;background-color:#084f2d;justify-content:space-between;align-items:center;height:60px;padding-left:15px;padding-right:15px;display:flex;position:fixed;top:0;left:0;right:0}.header .left-section{width:208px}@media (width<=800px){.header .left-section{width:unset}}.header .header-link{cursor:pointer;border:1px solid #0000;border-radius:2px;padding:6px 9.5px;text-decoration:none;display:inline-block}.header .logo{height:26px;margin-top:1px}.header .mobile-logo{color:#fff;margin:0;display:none}.header .logo-text{color:#fff;margin:0}@media (width<=675px){.header .logo{display:none}.header .mobile-logo{height:26px;margin-top:1px;display:block}}.header .middle-section{flex:1;max-width:850px;margin-left:10px;margin-right:10px;display:flex}.header .search-bar{border:none;border-radius:5px 0 0 5px;flex:1;width:0;height:38px;padding-left:15px;font-size:16px}.header .search-button{background-color:#baffbe;border:none;border-top-right-radius:5px;border-bottom-right-radius:5px;flex-shrink:0;width:45px;height:40px}.header .search-icon{height:20px;margin-top:3px;margin-left:0}.header .right-section{flex-shrink:0;justify-content:end;width:180px;display:flex}.header .orders-link{color:#fff;align-items:center;padding-left:13px;padding-right:13px;display:flex}.header .orders-text{font-size:15px;font-weight:700;display:block}.header .cart-link{color:#fff;align-items:center;display:flex;position:relative}.header .cart-icon{width:38px}.header .cart-text{margin-left:5px;font-size:15px;font-weight:700}.header .cart-quantity{color:#084f2d;text-align:center;width:26px;font-size:14px;font-weight:700;position:absolute;top:8.5px;right:46px}.home-page{margin-top:60px}.home-page .products-grid{grid-template-columns:repeat(8,1fr);display:grid}@media (width<=2000px){.home-page .products-grid{grid-template-columns:repeat(7,1fr)}}@media (width<=1600px){.home-page .products-grid{grid-template-columns:repeat(6,1fr)}}@media (width<=1300px){.home-page .products-grid{grid-template-columns:repeat(5,1fr)}}@media (width<=1000px){.home-page .products-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=800px){.home-page .products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=575px){.home-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=450px){.home-page .products-grid{grid-template-columns:1fr}}.home-page .product-container{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;flex-direction:column;padding:40px 25px 25px;display:flex}.home-page .product-image-container{justify-content:center;align-items:center;height:180px;margin-bottom:20px;display:flex}.home-page .product-image{border-radius:5px;max-width:100%;max-height:100%}.home-page .product-name{height:40px;margin-bottom:5px}.home-page .product-rating-container{align-items:center;margin-bottom:10px;display:flex}.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{margin-bottom:10px;font-weight:700}.home-page .product-quantity-container{margin-bottom:17px}.home-page .product-spacer{flex:1}.home-page .added-to-cart{color:#198754;opacity:1;align-items:center;margin-bottom:8px;font-size:16px;display:flex}.home-page .added-to-cart img{height:19px;margin-right:6px}.home-page .add-to-cart-button{width:100%;height:34px;margin-top:1px;padding:8px}.checkout-page{max-width:1100px;margin:140px auto 100px;padding-left:30px;padding-right:30px}.checkout-page .page-title{margin-bottom:18px;font-size:22px;font-weight:700}.checkout-page .checkout-grid{grid-template-columns:1fr 350px;align-items:start;column-gap:12px;display:grid}@media (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 #dedede;border-radius:4px;padding:18px}.checkout-page .cart-item-container{margin-bottom:12px}.checkout-page .payment-summary{padding-bottom:5px}@media (width<=1000px){.checkout-page .payment-summary{grid-row:1;margin-bottom:12px}}.checkout-page .delivery-date{color:#198754;margin-top:5px;margin-bottom:22px;font-size:19px;font-weight:700}.checkout-page .cart-item-details-grid{grid-template-columns:100px 1fr 1fr;column-gap:25px;display:grid}@media (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{margin-bottom:8px;font-weight:700}.checkout-page .product-price{margin-bottom:5px;font-weight:700}.checkout-page .product-quantity .link-primary{margin-left:3px}@media (width<=1000px){.checkout-page .delivery-options{grid-column:1/span 2}}.checkout-page .delivery-options-title{margin-bottom:10px;font-weight:700}.checkout-page .delivery-option{cursor:pointer;grid-template-columns:24px 1fr;margin-bottom:12px;display:grid}.checkout-page .delivery-option-input{cursor:pointer;margin:3px 5px 0 0}.checkout-page .delivery-option-date{margin-bottom:3px;font-weight:500}.checkout-page .delivery-option-price{color:#787878;font-size:15px}.checkout-page .payment-summary-title{margin-bottom:12px;font-size:18px;font-weight:700}.checkout-page .payment-summary-row{grid-template-columns:1fr auto;margin-bottom:9px;font-size:15px;display:grid}.checkout-page .payment-summary-money{text-align:right}.checkout-page .subtotal-row .payment-summary-money{border-top:1px solid #dedede}.checkout-page .subtotal-row div{padding-top:9px}.checkout-page .total-row{color:#198754;border-top:1px solid #dedede;padding-top:18px;font-size:18px;font-weight:700}.checkout-page .place-order-button{border-radius:5px;width:100%;margin-top:20px;margin-bottom:19px;padding-top:12px;padding-bottom:12px}.checkout-header{z-index:1000;background-color:#fff;justify-content:center;height:60px;padding-left:30px;padding-right:30px;display:flex;position:fixed;top:0;left:0;right:0}.logo-image{height:35px;margin-left:10px}.logo-style{align-items:center;display:flex}.checkout-header .header-content{align-items:center;width:100%;max-width:1100px;display:flex}.checkout-header .checkout-header-left-section{width:200px}.checkout-header .logo{height:26px;margin-top:0}.checkout-header .mobile-logo{display:none}@media (width<=575px){.checkout-header .checkout-header-left-section{width:auto}.checkout-header .logo{display:none}.checkout-header .mobile-logo{height:26px;display:inline-block}}.logo-text{color:#198754;margin:0}.header-logo-decoration{text-decoration:none}.checkout-header .checkout-header-middle-section{text-align:center;flex:1 0;justify-content:center;font-size:22px;font-weight:500;display:flex}.checkout-header .return-to-home-link{color:#198754;cursor:pointer;text-decoration:none}@media (width<=1000px){.checkout-header .checkout-header-middle-section{margin-right:60px;font-size:20px}.checkout-header .return-to-home-link{font-size:20px}}@media (width<=575px){.checkout-header .checkout-header-middle-section{margin-right:5px}}.checkout-header .checkout-header-right-section{text-align:right;justify-content:end;align-items:center;width:200px;display:flex}.checkout-header .checkout-header-right-section img{height:32px}@media (width<=1000px){.checkout-header .checkout-header-right-section{width:auto}}.orders-page{max-width:850px;margin:90px auto 100px;padding-left:20px;padding-right:20px}.orders-page .page-title{margin-bottom:25px;font-size:26px;font-weight:700}.orders-page .orders-grid{grid-template-columns:1fr;row-gap:50px;display:grid}.orders-page .order-header{background-color:#fff;border:1px solid #dedede;border-top-left-radius:5px;border-top-right-radius:5px;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.orders-page .order-header-left-section{flex-shrink:0;display:flex}.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 (width<=575px){.orders-page .order-header{flex-direction:column;align-items:start;padding:15px;line-height:23px}.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{grid-template-columns:auto 1fr;margin-right:0;display:grid}.orders-page .order-header-right-section{grid-template-columns:auto 1fr;display:grid}}.orders-page .order-details-grid{border:1px solid #dedede;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;grid-template-columns:110px 1fr 220px;align-items:center;gap:60px 35px;padding:40px 25px;display:grid}@media (width<=800px){.orders-page .order-details-grid{grid-template-columns:110px 1fr;row-gap:0;padding-bottom:8px}}@media (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{margin-bottom:5px;font-weight:700}.orders-page .product-delivery-date{margin-bottom:3px}.orders-page .product-quantity{margin-bottom:8px}.orders-page .buy-again-button{border-radius:5px;justify-content:center;align-items:center;width:140px;height:36px;font-size:14px;display:flex}.orders-page .buy-again-icon{width:20px;margin-right:10px}.orders-page .product-actions{align-self:start}.orders-page .track-package-button{width:100%;padding:8px;font-size:14px}@media (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 (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:90px auto 100px;padding-left:30px;padding-right:30px}.tracking-page .back-to-orders-link{margin-bottom:30px;display:inline-block}.tracking-page .delivery-date{margin-bottom:10px;font-size:25px;font-weight:700}.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{justify-content:space-between;margin-bottom:15px;font-size:20px;font-weight:500;display:flex}.tracking-page .current-status{color:#198754}@media (width<=575px){.tracking-page .progress-labels-container{font-size:16px}}@media (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{border:1px solid #c8c8c8;border-radius:50px;width:100%;height:25px;overflow:hidden}.tracking-page .progress-bar{background-color:#198754;border-radius:50px;width:50%;height:100%}
