body{font-family:Roboto,sans-serif;margin:0;padding:0;background:#f9fafb;color:#1f2937}.header-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 5px #0000000d}.logo{display:flex;align-items:center;gap:1rem}.logo img{display:block}.logo a{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none}.logo a:hover{color:#07c}.cart{position:relative}.cart img{display:block}.cart-count{position:absolute;top:-8px;right:-8px;background-color:red;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:50%;font-weight:700}@media (max-width: 600px){.header-container{flex-direction:column;align-items:flex-start;gap:1rem}.logo a{font-size:1.2rem}.cart{align-self:flex-end}}.banner img{width:100%;max-height:400px;object-fit:cover;display:block;border-bottom:3px solid #ddd}.mission{background-color:#f9f9f9;padding:2rem;text-align:center}.mission h2{font-size:2rem;margin-bottom:1rem;color:#333}.mission p{font-size:1.1rem;max-width:800px;margin:0 auto;color:#555}.product-card{border:1px solid #ddd;padding:1rem;margin:.5rem;width:200px;display:inline-block;vertical-align:top;background:#fff;border-radius:8px}.product-card img{max-width:100%;height:auto}.categories{text-align:center;padding:2rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;justify-items:center;margin-top:1rem}.category-card{text-decoration:none;color:#333;transition:transform .2s ease}.category-card img{width:80px;height:80px}.category-card p{margin-top:.5rem;font-weight:700}.category-card:hover{transform:scale(1.05)}footer{background-color:#f2f2f2;padding:2rem;font-size:.9rem;color:#333}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto}.footer-section{flex:1 1 200px}.footer-section h4,.footer-section h3{margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin:.3rem 0}.footer-section ul li a{text-decoration:none;color:#333}.footer-section ul li a:hover{text-decoration:underline}.footer-bottom{text-align:center;margin-top:2rem;border-top:1px solid #ccc;padding-top:1rem;color:#666}.footer-section.newsletter form{display:flex;flex-direction:column;gap:.5rem}.footer-section.newsletter input[type=email]{padding:.5rem;border:1px solid #ccc;border-radius:4px}.footer-section.newsletter button{padding:.5rem;border:none;background-color:#333;color:#fff;cursor:pointer;border-radius:4px}.footer-section.newsletter button:hover{background-color:#555}#newsletterMessage{margin-top:.5rem;color:green}.product-detail-card{display:flex;flex-direction:column;align-items:center;max-width:600px;margin:2rem auto;padding:1rem;border:1px solid #ddd;border-radius:12px;background-color:#fff;box-shadow:0 4px 10px #0000000d}.product-detail-card img{max-width:500px;height:auto;border-radius:8px;margin-bottom:1rem}.product-info{text-align:center}.product-info h2{font-size:1.5rem;margin-bottom:.5rem}.product-info h3{font-size:1.2rem;color:#666;margin-bottom:1rem}.product-info p{margin:.5rem 0;color:#333}.product-info button{margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;background-color:#2e7d32;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.product-info button:hover{background-color:#1b5e20}.cart-page{max-width:900px;margin:2rem auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:1.5rem}.cart-summary{border:1px solid #e5e5e5;border-radius:12px;padding:1rem;background:#fff}.cart-summary .row{display:flex;justify-content:space-between;margin-bottom:1rem}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:1rem;align-items:center;padding:.75rem;border:1px solid #eee;border-radius:10px;background:#fff}.cart-item img{width:96px;height:96px;object-fit:cover;border-radius:8px}.cart-item .info h3{margin:0 0 .25rem}.cart-item .muted{color:#666;font-size:.9rem}.cart-item .price{margin:.25rem 0 .5rem;font-weight:600}.cart-item .qty{display:inline-flex;align-items:center;gap:.5rem}.cart-item .qty button{width:32px;height:32px;border:1px solid #ddd;border-radius:6px;background:#fafafa;cursor:pointer}.cart-item .qty-input{width:56px;text-align:center;padding:.25rem;border:1px solid #ddd;border-radius:6px}.cart-item .line-total{font-weight:700}.linklike{background:none;border:none;color:#0a66c2;cursor:pointer;text-decoration:underline;padding:0}.btn{display:inline-block;padding:.6rem 1rem;border-radius:8px;background:#2e7d32;color:#fff}.cart-empty{text-align:center;padding:2rem 1rem;border:1px dashed #ddd;border-radius:12px;background:#fff}@media (max-width: 640px){.cart-item{grid-template-columns:72px 1fr;grid-template-areas:"img info" "img total"}}.cart{position:relative;display:inline-block}.cart .cart-link{position:relative;display:inline-flex;align-items:center}.cart-count{position:absolute;top:-6px;right:-6px;background:red;color:#fff;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:50%;display:inline-block;min-width:18px;text-align:center;line-height:1}.checkout-page{max-width:1000px;margin:2rem auto;padding:0 1rem}.checkout-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem}#checkout-form fieldset{border:1px solid #e8e8e8;border-radius:12px;padding:1rem;margin-bottom:1rem;background:#fff}#checkout-form label{display:grid;gap:.35rem;margin-bottom:.75rem}#checkout-form .row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem}#checkout-form input{padding:.6rem .7rem;border:1px solid #ddd;border-radius:8px}#place-order{margin-top:.5rem;padding:.8rem 1rem;border-radius:10px;background:#2e7d32;color:#fff;border:none;cursor:pointer}.order-summary{border:1px solid #e8e8e8;border-radius:12px;padding:1rem;background:#fff;align-self:start}.summary-item{display:grid;grid-template-columns:64px 1fr auto;gap:.75rem;align-items:center;margin-bottom:.5rem}.summary-item img{width:64px;height:64px;object-fit:cover;border-radius:8px}.summary-row{display:flex;justify-content:space-between;margin-top:.75rem;font-weight:600}.error{color:#b00020}.success{color:#1b5e20}.muted{color:#666}@media (max-width: 800px){.checkout-grid{grid-template-columns:1fr}}.prices{display:flex;align-items:baseline;gap:.5rem}.prices .strike{text-decoration:line-through;color:#888}.prices .final{font-weight:700}.prices .you-save{color:#2e7d32;font-size:.9rem}.badge-sale{position:absolute;top:8px;left:8px;background:#d32f2f;color:#fff;font-size:.8rem;font-weight:700;padding:.25rem .5rem;border-radius:999px}.product-card,.product-detail-card{position:relative}
