/* Minified CSS for Performance */
:root{--primary:#e83e8c;--secondary:#44d7b6;--dark:#2c3e50;--light:#f8f9fa;--gray:#6c757d}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:white;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo{font-size:1.8rem;font-weight:bold;text-decoration:none;color:white}.nav{display:flex;list-style:none;gap:2rem}.nav a{color:white;text-decoration:none;transition:opacity 0.3s}.nav a:hover{opacity:0.8}.hero{background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('assets/samsun-cicekcisi-optimize.png');background-size:cover;background-position:center;height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;color:white}.hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.btn{display:inline-block;padding:12px 24px;background:var(--primary);color:white;text-decoration:none;border-radius:25px;transition:all 0.3s;border:none;cursor:pointer;font-size:1rem}.btn:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.2)}.products{padding:4rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:var(--dark)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.product-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.3s}.product-card:hover{transform:translateY(-5px)}.product-image{height:250px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-name{font-size:1.3rem;font-weight:bold;margin-bottom:0.5rem;color:var(--dark)}.product-price{font-size:1.5rem;color:var(--primary);font-weight:bold;margin-bottom:1rem}.product-description{color:var(--gray);margin-bottom:1rem;line-height:1.5}.add-to-cart{width:100%;padding:10px;background:var(--primary);color:white;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background 0.3s}.add-to-cart:hover{background:var(--secondary)}.footer{background:var(--dark);color:white;padding:3rem 0;text-align:center}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:var(--secondary)}.footer-section p,.footer-section a{color:#ccc;text-decoration:none;line-height:1.8}.footer-section a:hover{color:var(--secondary)}.footer-bottom{border-top:1px solid #444;padding-top:2rem;margin-top:2rem;color:#999}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.nav{flex-direction:column;gap:1rem}.products-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}
