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;-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)}.header{background-color:#084f2d;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:60px}.header .left-section{width:208px}@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}.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}}.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{width:180px;flex-shrink:0;display:flex;justify-content:end}.header .orders-link{color:#fff;display:flex;align-items:center;padding-left:13px;padding-right:13px}.header .orders-text{display:block;font-size:15px;font-weight:700}.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:#084f2d;font-size:14px;font-weight:700;position:absolute;top:8.5px;right:46px;width:26px;text-align:center}.home-page{margin-top:60px}.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}.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}.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:#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}}.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{font-weight:700;margin-bottom:5px}.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}.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}.orders-page{max-width:850px;padding-left:20px;padding-right:20px;margin:90px auto 100px}.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}}
