*{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-color:#fafafa}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.header{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}
.nav-wrapper{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem}
.logo{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none}
.logo-icon{
    width:40px;
    height:40px;
    background:rgba(255, 210, 210, 0);
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:1.2rem
}
.logo-text{font-size:1.5rem;font-weight:700}
.search-container{flex:1;max-width:400px;position:relative}
.search-input{width:100%;padding:.75rem 1rem;border:none;border-radius:25px;font-size:1rem;outline:none;background:#ffffffe6;transition:all .3s ease}
.search-input:focus{background:#fff;box-shadow:0 0 0 3px #ffffff4d}
.search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:#d97706;border:none;padding:.5rem 1rem;border-radius:20px;color:#fff;cursor:pointer;transition:background .3s ease}
.search-btn:hover{background:#b45309}.nav{display:flex;gap:2rem}
.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease;position:relative}
.nav-link:hover,.nav-link.active{background:#fff3}
.header-actions{display:flex;align-items:center;gap:1rem}
.cart-btn{background:#fff3;border:none;padding:.75rem;border-radius:50%;color:#fff;cursor:pointer;position:relative;transition:all .3s ease}
.cart-btn:hover{background:#ffffff4d;transform:scale(1.05)}
.cart-count{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}
.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}
.btn{padding:.75rem 2rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#f59e0b;color:#fff}.btn-primary:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:transparent;color:#f59e0b;border:2px solid #f59e0b}.btn-secondary:hover{background:#f59e0b;color:#fff}.btn-outline{background:transparent;color:#d97706;border:2px solid #d97706}.btn-outline:hover{background:#d97706;color:#fff}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.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:#f59e0b}
.footer-section ul{list-style:none}
.footer-section ul li{margin-bottom:.5rem}
.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}
.footer-section ul li a:hover{color:#f59e0b}
.footer-section p{color:#d1d5db;line-height:1.6;margin-bottom:.5rem}
.footer-section p i{color:#f59e0b;margin-right:.5rem}
.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}
@media (max-width: 768px)
{.nav-wrapper{flex-wrap:wrap}
.nav{display:none;width:100%;flex-direction:column;gap:.5rem;margin-top:1rem}
.nav.active{display:flex}.mobile-menu-btn{display:block}
.search-container{order:3;width:100%;margin-top:1rem}}@media (max-width: 480px)
{.container{padding:0 15px}}
.hero{background:linear-gradient(135deg,#f59e0b,#d97706,#92400e);color:#fff;padding:4rem 0;text-align:center}
.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}
.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}
.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero-buttons .btn-primary{background:#fff;color:#d97706}
.hero-buttons .btn-primary:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}
.hero-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid white}
.hero-buttons .btn-secondary:hover{background:#fff;color:#d97706}
.features{padding:4rem 0;background:#fff}
.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}
.feature-card{text-align:center;padding:2rem;border-radius:15px;background:#fef3c7;transition:transform .3s ease}
.feature-card:hover{transform:translateY(-5px)}
.feature-icon{width:60px;height:60px;background:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.5rem}
.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1f2937}
.feature-card p{color:#6b7280}.featured-products{padding:4rem 0;background:#f9fafb}
.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}
.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;cursor:pointer}
.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}
.product-image{position:relative;height:200px;overflow:hidden}
.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}
.product-card:hover .product-image img{transform:scale(1.05)}
.product-badge{position:absolute;top:10px;right:10px;background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:15px;font-size:.75rem;font-weight:700}.product-content{padding:1.5rem}.product-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.stars{display:flex;gap:2px}.star{color:#fbbf24}.star.empty{color:#d1d5db}.product-description{color:#6b7280;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{display:flex;align-items:center;gap:.5rem}.current-price{font-size:1.25rem;font-weight:700;color:#1f2937}.original-price{font-size:1rem;color:#9ca3af;text-decoration:line-through}.add-to-cart{background:#f59e0b;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.add-to-cart:hover{background:#d97706;transform:scale(1.05)}.add-to-cart:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.cta{background:#1f2937;color:#fff;padding:4rem 0}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-secondary{border-color:#6b7280;color:#d1d5db}.cta-buttons .btn-secondary:hover{border-color:#f59e0b;color:#f59e0b}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;animation:fadeIn .3s ease}.modal.active{display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:15px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#1f2937}.modal-body{padding:1.5rem}.cart-summary{border-top:1px solid #e5e7eb;padding-top:1rem;margin-top:1rem}.cart-total{text-align:center;margin-bottom:1rem;font-size:1.25rem}.btn-full{width:100%}.empty-cart{text-align:center;padding:2rem;color:#6b7280}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.section-header{flex-direction:column;text-align:center}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}
.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px)
{.hero-title,.section-title{font-size:2rem}
.products-grid{grid-template-columns:1fr}
.modal-content{width:95%;margin:20px}}
