.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;background:#111;padding:1.5rem 0}.site-header .container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.site-header .logo{font-size:1.5rem;font-weight:700;letter-spacing:1px}.site-header nav{display:flex;align-items:center;gap:2rem}.site-header nav a{color:#fff;font-weight:500;transition:color .2s}.site-header nav a:hover{color:#e0e0e0}.site-header nav .cart-icon{margin-left:1.5rem;position:relative;font-size:1.3rem}.site-header nav .cart-icon .cart-count{background:#fff;color:#111;border-radius:50%;font-size:.8rem;padding:.2em .5em;position:absolute;top:-10px;right:-15px;font-weight:700}.site-footer{background:#181818;color:#bdbdbd;padding:3rem 1rem 1rem}.site-footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto 2rem}.site-footer .footer-grid h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.site-footer .footer-grid ul{list-style:none;padding:0}.site-footer .footer-grid ul li{margin-bottom:.5rem}.site-footer .footer-grid ul li a{color:#bdbdbd;text-decoration:none;transition:color .2s}.site-footer .footer-grid ul li a:hover{color:#fff}.site-footer .footer-bottom{text-align:center;font-size:.95rem;color:#666;border-top:1px solid #222;padding-top:1rem}.product-card{background:#181818;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);display:flex;flex-direction:column}.product-card img{width:100%;height:220px;object-fit:cover;background:#222}.product-card .product-info{padding:1.2rem;flex:1 1;display:flex;flex-direction:column}.product-card .product-info h4{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#fff}.product-card .product-info p{font-size:.97rem;color:#bdbdbd;margin-bottom:1.2rem;flex:1 1}.product-card .product-info .product-bottom{display:flex;align-items:center;justify-content:space-between}.product-card .product-info .product-bottom span{font-weight:700;color:#fff}.product-card .product-info .product-bottom button{background:#fff;color:#111;border:none;border-radius:4px;padding:.5rem 1.2rem;font-weight:600;cursor:pointer;transition:background .2s}.product-card .product-info .product-bottom button:hover{background:#e0e0e0}.newsletter{background:#181818;text-align:center;padding:3rem 1rem 3.5rem}.newsletter h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.newsletter p{color:#bdbdbd;margin-bottom:2rem}.newsletter .newsletter-form{display:flex;justify-content:center;gap:.5rem}.newsletter .newsletter-form input[type=email]{padding:.7rem 1rem;border-radius:4px;border:none;width:260px;font-size:1rem;outline:none}.newsletter .newsletter-form button{background:#fff;color:#111;border:none;border-radius:4px;padding:.7rem 1.5rem;font-weight:600;cursor:pointer;transition:background .2s}.newsletter .newsletter-form button:hover{background:#e0e0e0}.about-section{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background:#111;padding:3rem 1rem;gap:2.5rem}.about-section .about-content{flex:1 1 320px;max-width:500px}.about-section .about-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.about-section .about-content p{color:#bdbdbd;margin-bottom:1rem;font-size:1rem}.about-section .about-content .contact-btn{display:inline-block;background:#fff;color:#111;border-radius:4px;padding:.7rem 1.5rem;font-weight:600;text-decoration:none;margin-top:1rem;transition:background .2s}.about-section .about-content .contact-btn:hover{background:#e0e0e0}.about-section .about-image{flex:1 1 320px;max-width:400px}.about-section .about-image img{width:100%;border-radius:8px;background:#222;object-fit:cover}