.header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.top-bar{background:#f8f8f8;padding:.5rem 0;font-size:.85rem;color:var(--text-light)}.top-bar .container{display:flex;justify-content:space-between}.location{display:flex;align-items:center;gap:.25rem}.top-links{display:flex;gap:1.5rem}.navbar{padding:1rem 0}.navbar .container{display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{font-size:1.5rem;font-weight:800;color:var(--primary)}.logo span{color:#e67e22}.search-bar{flex:1;max-width:600px;display:flex;background:#f0f2f5;border-radius:var(--radius);padding:.25rem}.search-bar input{flex:1;background:transparent;border:none;padding:.5rem 1rem;outline:none;font-size:.95rem}.search-bar button{background:var(--primary);color:#fff;width:40px;height:40px;border-radius:6px;display:grid;place-items:center}.nav-actions{display:flex;gap:1.5rem}.nav-item{display:flex;flex-direction:column;align-items:center;font-size:.8rem;font-weight:500}.cart-link{position:relative}.cart-count{position:absolute;top:-5px;right:-5px;background:#e67e22;color:#fff;font-size:.7rem;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-weight:700}.main-content{min-height:calc(100vh - 400px)}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer h3,.footer h4{margin-bottom:1.5rem}.footer-info p{color:#aaa;line-height:1.8}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#aaa;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-contact p{color:#aaa;margin-bottom:.75rem}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#777;font-size:.9rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.navbar .container{flex-wrap:wrap;gap:1rem}.search-bar{order:3;max-width:100%}}.hero{background:#eaf6f3;padding:4rem 0;margin-bottom:4rem}.hero .container{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem}.hero-content h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a}.hero-content h1 span{color:var(--primary)}.hero-content p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}.hero-image img{width:100%;border-radius:20px;box-shadow:20px 20px 60px #c7d1cf,-20px -20px 60px #fff}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:1.75rem}.text-btn{display:flex;align-items:center;gap:.25rem;color:var(--primary);font-weight:600;background:none}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;margin-bottom:4rem}.category-card{background:#fff;padding:2rem 1.5rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;cursor:pointer}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.cat-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.category-card h3{font-size:1rem;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s}.product-image{height:200px}.product-cat{font-size:.75rem;color:var(--primary);font-weight:700;text-transform:uppercase;margin-bottom:.5rem;display:block}.product-info h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text)}.price{font-size:1.25rem;font-weight:800;color:var(--text)}.add-btn{background:#fdf2e9;color:#e67e22;font-weight:700;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.add-btn:hover{background:#e67e22;color:#fff}@media (max-width: 992px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-image{display:none}.hero-content h1{font-size:2.5rem}}.mart-page{display:grid;grid-template-columns:250px 1fr;gap:2rem;padding:2rem 0;min-height:calc(100vh - 400px)}.mart-sidebar{border-right:1px solid #eee;padding-right:1rem}.mart-sidebar h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1a1a1a}.category-list{list-style:none;padding:0}.category-list li{padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:.25rem;color:#666}.category-list li:hover{background:#f0f7f4;color:#00735c}.category-list li.active{background:#00735c;color:#fff;font-weight:600}.mart-main{display:flex;flex-direction:column;gap:2rem}.mart-header{display:flex;justify-content:space-between;align-items:center}.search-box{display:flex;align-items:center;background:#f5f5f5;padding:.75rem 1.25rem;border-radius:12px;width:400px;gap:.75rem}.search-box input{border:none;background:transparent;outline:none;width:100%;font-size:1rem}.filter-info{color:#888;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease;border:1px solid #f0f0f0}.product-card:hover{transform:translateY(-5px)}.product-image{height:200px;width:100%}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.25rem}.product-cat{font-size:.75rem;color:#00735c;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-info h3{font-size:1.1rem;margin:.5rem 0 1rem;color:#1a1a1a}.product-footer{display:flex;justify-content:space-between;align-items:center}.price{font-size:1.25rem;font-weight:700;color:#1a1a1a}.add-btn{background:#00735c;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.add-btn:hover{background:#005a48}@media (max-width: 768px){.mart-page{grid-template-columns:1fr}.mart-sidebar{display:none}.search-box{width:100%}}.product-detail-page{padding:3rem 0}.back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #ddd;padding:.5rem 1rem;border-radius:8px;cursor:pointer;margin-bottom:2rem;color:#666;font-weight:500;transition:all .2s}.back-btn:hover{background:#f5f5f5;color:#1a1a1a}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-image-large{border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.product-image-large img{width:100%;height:500px;object-fit:cover}.product-info-detailed{display:flex;flex-direction:column;gap:1.5rem}.product-info-detailed h1{font-size:3rem;color:#1a1a1a;margin:0;line-height:1.1}.product-price-large{font-size:2.5rem;font-weight:800;color:#00735c;margin:0}.stock-badge{background:#f0f7f4;color:#00735c;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:700;text-transform:uppercase}.product-description h3{font-size:1.25rem;margin-bottom:.75rem}.product-description p{color:#666;line-height:1.6}.product-actions{display:flex;gap:1.5rem;margin-top:2rem}.quantity-selector{display:flex;align-items:center;background:#f5f5f5;border-radius:12px;padding:.25rem}.quantity-selector button{background:#fff;border:none;width:40px;height:40px;border-radius:10px;cursor:pointer;font-size:1.25rem;font-weight:600;transition:background .2s}.quantity-selector button:hover{background:#f0f0f0}.quantity-selector span{width:50px;text-align:center;font-weight:700;font-size:1.1rem}.add-to-cart-btn-large{flex:1;background:#00735c;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:background .2s}.add-to-cart-btn-large:hover{background:#005a48}.product-trust-badges{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:1.5rem}.trust-badge{display:flex;align-items:center;gap:1rem}.trust-badge svg{color:#00735c}.trust-badge h4{margin:0;font-size:1rem}.trust-badge p{margin:0;font-size:.9rem;color:#888}@media (max-width: 1024px){.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-image-large img{height:400px}.product-info-detailed h1{font-size:2.25rem}}.empty-cart{text-align:center;padding:5rem 0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.empty-cart svg{color:#ccc}.empty-cart h2{font-size:2rem;color:#1a1a1a;margin:0}.empty-cart p{color:#666;margin:0}.cart-page h1{font-size:2rem;margin:2rem 0;color:#1a1a1a}.cart-grid{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start;margin-bottom:4rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;align-items:center;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;border:1px solid #f0f0f0}.item-img{width:100px;height:100px;border-radius:12px;overflow:hidden;margin-right:1.5rem}.item-img img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-details h3{margin:0 0 .5rem;font-size:1.1rem}.item-price{color:#00735c;font-weight:700;margin:0}.item-quantity{display:flex;align-items:center;background:#f5f5f5;border-radius:8px;padding:.25rem;margin:0 2rem}.item-quantity button{background:#fff;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;font-weight:700}.item-quantity span{width:40px;text-align:center;font-weight:600}.item-total{font-weight:700;font-size:1.1rem;width:120px;text-align:right}.remove-btn{background:none;border:none;color:#ff4d4f;cursor:pointer;padding:.5rem;margin-left:1.5rem;transition:opacity .2s}.remove-btn:hover{opacity:.7}.cart-summary{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #00000014;border:1px solid #f0f0f0}.cart-summary h3{margin:0 0 1.5rem;font-size:1.25rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}.summary-row.total{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #eee;color:#1a1a1a;font-weight:800;font-size:1.25rem}.checkout-btn{width:100%;background:#00735c;color:#fff;border:none;padding:1.25rem;border-radius:12px;font-size:1.1rem;font-weight:700;margin-top:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:background .2s}.checkout-btn:hover{background:#005a48}@media (max-width: 1024px){.cart-grid{grid-template-columns:1fr}}@media (max-width: 640px){.cart-item{flex-wrap:wrap}.item-img{width:60px;height:60px}.item-quantity{margin:1rem 0;order:3}.item-total{order:4;flex:1}}:root{--primary: #00735c;--primary-hover: #005a48;--secondary: #f4f4f4;--text: #333;--text-light: #666;--white: #ffffff;--shadow: 0 2px 8px rgba(0,0,0,.1);--radius: 8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;color:var(--text);line-height:1.5;background:#fdfdfd}.container{max-width:1200px;margin:0 auto;padding:0 1rem}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}.btn-primary{background:var(--primary);color:var(--white);padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;transition:background .2s}.btn-primary:hover{background:var(--primary-hover)}
