*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Arial,sans-serif;background-color:#fff;color:#000}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}.header{display:flex;justify-content:space-between;align-items:center;padding:5px 35px;background-color:#1a73e8;color:#fff;position:sticky;top:0;z-index:1}.left-section a{display:flex;align-items:center}.left-section .logo{height:45px;padding-bottom:5px}.ecommerce-logo,.ecommerce-logo-small{height:50px;width:auto}.ecommerce-logo-small{display:none}.middle-section{flex:1;display:flex;justify-content:center;align-items:center;gap:8px}.search-input{width:80%;max-width:500px;padding:8px 12px;border-radius:20px;border:none;outline:none;font-size:16px}.search-icon{height:20px;width:20px}.search-button{border-radius:50px;padding:8px;display:flex;justify-content:center;align-items:center;background-color:#fff}.right-section{display:flex;align-items:center;gap:40px}.right-section a{color:#fff;position:relative;font-weight:500;display:flex;align-items:center}.cart-icon{width:40px;height:35px}.cart-quantity{position:absolute;top:3px;right:41px;color:#1a73e8;font-size:14px;font-weight:700}@media screen and (max-width: 950px){.left-section .logo{height:45px;padding-bottom:3px}.ecommerce-logo{display:none}.ecommerce-logo-small{display:block;height:35px}}@media screen and (max-width: 650px){.header{padding:10px}.left-section .logo{height:55px}.ecommerce-logo-small{display:none}.middle-section{gap:3px}.search-input{width:70%;font-size:18px}.right-section{gap:10px}}.product-grid{display:grid;grid-template-columns:repeat(7,1fr)}.product-card{width:210px;padding:10px 30px 30px;text-align:center;border:1px solid rgb(252,252,252)}.product-card img{width:100%;height:150px;aspect-ratio:1 / 1}.product-card h3{font-size:16px;color:#3c3c3c;margin:5px 1px;height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card p{font-weight:700;color:#007b5e}@media screen and (max-width: 1450px){.product-grid{grid-template-columns:repeat(7,1fr)}}@media screen and (max-width: 1350px){.product-grid{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 1250px){.product-grid{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1150px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 850px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 650px){.product-grid{width:100%;grid-template-columns:repeat(2,1fr)}.product-card{width:100%;max-width:250px;padding:15px 10px}.product-card img{height:auto}.product-card h3{height:30px;font-size:12px}.product-card p{font-size:12px}}.categories{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:40px 20px;background-color:#f9f9f9}.category-box{width:250px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.category-image{width:100%;height:180px;object-fit:cover;object-position:top}.category-box span{display:block;padding:12px;text-align:center;font-weight:700;font-size:18px;background-color:#fff;color:#222;border-top:1px solid rgb(238,238,238)}.category-box:hover{transform:scale(1.03);transition:transform .2s ease-in-out}.trending-products{padding:30px 20px;background-color:#fff}.trending-products h2{text-align:start;font-size:26px;margin-bottom:30px;color:#000}@media screen and (max-width: 650px){.categories{display:grid;grid-template-columns:repeat(2,180px);gap:10px;padding:45px}.category-box{width:180px}.category-image{width:100%;height:130px}.trending-products h2{margin-bottom:20px}.trending-products{padding:20px 10px}}.category-page .breadcrumb{padding-top:10px;padding-left:20px}.product-details{display:flex;justify-content:center;align-items:center;max-width:80%;margin:35px auto;gap:30px;box-shadow:0 4px 12px #0000001a}.product-details-image{max-height:400px;max-width:400px;aspect-ratio:1 / 1;padding-top:20px}.product-details-info{min-width:350px;display:flex;flex-direction:column;gap:10px;padding:20px}.breadcrumb{font-size:14px;color:#454343}.breadcrumb span{text-transform:capitalize}.product-details-info h2{font-size:32px;color:#222}.price{font-size:24px;font-weight:700;color:#007b5e}.rating{color:#1a73e8;margin-bottom:16px}.success-message{display:flex;color:#2b80ef;font-weight:800;opacity:0}.success-message.visible{opacity:1;pointer-events:auto}.checkmark-icon{height:17px;margin-right:5px;padding-top:1px}.add-to-cart-btn{background-color:#1a73e8;color:#fff;padding:12px 24px;border:none;border-radius:10px;font-size:16px;align-self:start}.add-to-cart-btn:active{background-color:#5d99f4}.coupon-section{display:flex;flex-direction:column;gap:20px}.recommended-section{max-width:80%;margin:auto;box-shadow:0 4px 12px #0000001a}.recommended-section h2{padding-top:20px;padding-left:20px}.recommended-grid{display:flex;gap:16px;padding:20px;overflow-x:scroll}.recommended-grid::-webkit-scrollbar{display:none}.recommended-card{width:210px;padding:10px 20px 20px;text-align:center;border:1px solid rgb(221,216,216)}.recommended-card img{width:160px;height:160px;aspect-ratio:1 / 1}.recommended-card h3{font-size:16px;color:#3c3c3c;margin:5px 1px;height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.recommended-card p{font-weight:700;color:#007b5e}.product-reviews{max-width:80%;margin:20px auto;padding:15px;border-top:1px solid rgb(204,204,204)}.review-rating{display:flex;align-items:center;font-size:30px;color:#198754;padding:30px 0}.review-rating img{width:180px;padding-bottom:5px}.review{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid rgb(238,238,238)}.review-header{display:flex;justify-content:space-between;font-weight:700}.review-stars{color:#198754}.review-comment{margin-top:5px;font-style:italic}@media screen and (max-width: 850px){.product-details{max-width:90%;flex-direction:column}.product-details-image{margin:auto}.recommended-section,.product-reviews{max-width:90%}}@media screen and (max-width: 650px){.product-details-image{max-height:250px;max-width:300px;margin:auto}.recommended-card img{width:120px;height:120px}}.auth-page{max-width:400px;margin:100px auto;padding:32px;border-radius:10px;background-color:#f5f5f5;text-align:center}.auth-page h2{margin-bottom:30px}.auth-form{display:flex;flex-direction:column;gap:25px}.auth-form input{padding:10px;border-radius:6px;border:1px solid rgb(204,204,204);font-size:16px}.auth-form button{padding:10px;background-color:#1a73e8;color:#fff;border:none;border-radius:6px;font-size:16px}.auth-page p{margin-top:25px;font-size:14px}.checkout-header{max-width:100%;margin:0 auto;padding:5px 35px;position:sticky;top:0;left:0;right:0;z-index:1;background-color:#fff}.header-content{display:flex;align-items:center;justify-content:space-between}.checkout-header-left-section a{display:flex;align-items:center}.checkout-logo{height:45px;padding-bottom:5px}.checkout-ecommerce-logo,.checkout-ecommerce-logo-small{height:50px;width:auto}.checkout-ecommerce-logo-small{display:none}.checkout-header-middle-section{flex:1;display:flex;justify-content:center;align-items:center;gap:8px;font-size:22px;font-weight:500;margin-right:50px}.checkout-header a{color:#1a73e8}.checkout-header-right-section{display:flex;align-items:center;gap:10px;font-style:italic;position:relative;cursor:pointer}.checkout-header-right-section img{height:35px}.user-logout{position:absolute;top:40px;right:20px;color:#1a73e8;border:1px solid rgb(221,221,221);border-radius:4px;padding:8px;box-shadow:0 2px 8px #0000001a;z-index:1}.checkout-page{max-width:80%;padding:30px;margin:10px auto}.page-title{font-weight:700;font-size:22px;margin-bottom:18px}.checkout-grid{display:grid;grid-template-columns:1fr 350px;column-gap:12px;align-items:start}.cart-item-container,.payment-summary{border:1px solid rgb(222,222,222);border-radius:4px;padding:18px}.cart-item-container{margin-bottom:12px}.payment-summary{padding-bottom:5px}.delivery-date{color:#1a73e8;font-weight:700;font-size:19px;margin-top:5px;margin-bottom:22px}.cart-item-details-grid{display:grid;grid-template-columns:120px 1fr 1fr;column-gap:25px}.product-image{max-width:100%;max-height:120px;aspect-ratio:1 / 1;margin:0 auto}.product-name{font-weight:700;margin-bottom:8px}.product-price{font-weight:700;margin-bottom:5px;color:#007b5e}.product-quantity .update-quantity-container{margin-left:5px}.delete-item{display:flex;justify-content:start;align-items:center;padding-top:5px;cursor:pointer;color:#1a73e8;background-color:#fff}.delete-icon{height:18px;width:18px}.delivery-options-title{font-weight:700;margin-bottom:10px}.delivery-option{display:grid;grid-template-columns:24px 1fr;margin-bottom:12px;cursor:pointer}.delivery-option-input{margin:3px 5px 0 0;cursor:pointer}.delivery-option-date{font-weight:500;margin-bottom:3px}.delivery-option-price{color:#787878;font-size:15px}.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}.payment-summary-money{text-align:right}.subtotal-row .payment-summary-money{border-top:1px solid rgb(222,222,222)}.subtotal-row div{padding-top:9px}.checkout-page .total-row{color:#1a73e8;font-weight:700;font-size:18px;border-top:1px solid rgb(222,222,222);padding-top:18px}.place-order-button{width:100%;padding-top:12px;padding-bottom:12px;border-radius:5px;margin-top:20px;margin-bottom:19px;background-color:#1a73e8;color:#fff;font-size:medium}@media screen and (max-width: 1250px){.cart-item-details-grid{display:grid;grid-template-columns:120px 1fr;column-gap:25px;row-gap:15px}.cart-item-details-grid>:nth-child(3){grid-column:1 / span 2}}@media screen and (max-width: 1000px){.checkout-logo{padding-bottom:3px}.checkout-ecommerce-logo{display:none}.checkout-ecommerce-logo-small{display:block;height:30px}.checkout-grid{display:flex;flex-direction:column;align-items:center}.order-summary,.payment-summary{width:100%}.payment-summary{margin-top:20px}.cart-item-details-grid{grid-template-columns:100px 1fr;row-gap:30px}.delivery-options{grid-column:1 / span 2}}@media screen and (max-width: 650px){.checkout-header{padding:5px 10px}.checkout-ecommerce-logo-small{display:none}.checkout-header-middle-section{font-size:15px;margin-right:5px}.checkout-page{max-width:100%;padding:20px 10px;margin:10px auto}.cart-item-container .delivery-date{font-size:17px}}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.empty-cart img{width:200px;max-width:80%;height:auto;margin-bottom:20px}.empty-cart p{font-size:18px;color:#555;margin-bottom:15px}.orders-page{max-width:60%;padding:0 20px;margin:30px auto}.orders-page .page-title{font-weight:700;font-size:26px;margin-bottom:25px}.orders-grid{display:grid;grid-template-columns:1fr;row-gap:50px}.order-header{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}.order-header-left-section{display:flex;flex-shrink:0}.order-header-label{font-weight:700}.order-date,.order-total{margin-right:45px}.order-header-right-section{flex-shrink:1;margin-right:50px}.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:130px 1fr;column-gap:40px;row-gap:60px;align-items:center}.order-details{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-image-container{text-align:center}.product-image-container img{max-width:110px;max-height:110px;aspect-ratio:1 / 1}.product-name{font-weight:700;margin-bottom:5px}.product-delivery-date{margin-bottom:3px}.product-quantity{margin-bottom:8px}.buy-again-button{font-size:14px;width:140px;height:36px;border-radius:5px;display:flex;align-items:center;justify-content:center;background-color:#1a73e8;color:#fff}.buy-again-icon{width:20px;margin-right:10px}.product-actions{align-self:start}.track-package-button{width:300px;font-size:14px;padding:8px;border:1px solid rgb(221,221,221);box-shadow:0 2px 8px #0000001a}@media screen and (max-width: 1300px){.orders-page{max-width:70%}.track-package-button{width:200px}}@media screen and (max-width: 1000px){.order-details{display:flex;flex-direction:column}.product-image-container img{max-width:150px;max-height:150px}.track-package-button{width:140px}}@media screen and (max-width: 900px){.orders-page{max-width:80%}}@media (max-width: 600px){.orders-page{max-width:100%;padding:0 10px}.order-header{flex-direction:column;align-items:start;line-height:23px;padding:15px}.order-header-left-section{flex-direction:column}.order-header-label{margin-right:5px}.order-date,.order-total{display:grid;grid-template-columns:auto 1fr;margin-right:0}.order-header-right-section{display:grid;grid-template-columns:auto 1fr}.order-details-grid{padding:30px 5px}}.no-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.no-orders img{width:220px;max-width:90%;margin-bottom:20px}.no-orders h2{font-size:22px;color:#333;margin-bottom:10px}.no-orders p{font-size:16px;color:#777;margin-bottom:20px}.browse-products-link{display:inline-block;padding:10px 20px;background-color:#1a73e8;color:#fff;text-decoration:none;font-size:16px;font-weight:500;border-radius:6px}.tracking-page{max-width:850px;padding:10px 30px;margin:90px auto}.delivery-date{font-size:25px;font-weight:700;margin-bottom:10px}.product-info{margin-bottom:3px}.tracking-page .product-image{max-width:150px;max-height:150px;margin-top:25px;margin-bottom:50px}.progress-labels-container{display:flex;justify-content:space-between;font-size:20px;font-weight:500;margin-bottom:15px}.current-status{color:#198754}.progress-bar-container{height:25px;width:100%;border:1px solid rgb(200,200,200);border-radius:50px;overflow:hidden}.progress-bar{height:100%;background-color:#198754;border-radius:50px;width:0%;transition:width 1s}@media (max-width: 575px){.progress-labels-container{font-size:16px}}@media (max-width: 450px){.progress-labels-container{flex-direction:column;margin-bottom:5px}.progress-label{margin-bottom:3px}}
