@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";:root{--primary-color:#ff4d6d;--secondary-color:#1a1a1a;--bg-light:#fcfcfc;--text-dark:#2d2d2d;--text-muted:#6c757d;--white:#fff;--shadow:0 4px 12px #ff4d6d14;--border-radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-dark);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}html,body{width:100%;overflow-x:hidden}.container{box-sizing:border-box;width:100%;max-width:1240px;margin:0 auto;padding:0 20px}@media (width<=768px){.container{padding:0 10px}.grid-2,.grid-3,[style*=grid-template-columns]{grid-template-columns:1fr!important;gap:15px!important}.hero{height:200px!important;margin:5px 0!important}.hero-overlay h1{font-size:1.5rem!important}.product-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.product-card{padding:5px!important}.product-card h3{height:2rem!important;font-size:.7rem!important}.price-tag{font-size:.85rem!important}.product-image{height:100px!important}.add-btn{padding:6px!important;font-size:.65rem!important}}header{background-color:var(--white);z-index:1000;padding:10px 0;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.navbar{justify-content:space-between;align-items:center;gap:40px;display:flex}.logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.logo img{object-fit:contain;height:90px}.logo-text{color:var(--primary-color);letter-spacing:-1.5px;font-size:2rem;font-weight:900}.search-bar{flex-grow:1;justify-content:center;max-width:650px;display:flex;position:relative}.search-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.search-icon-left{color:#999;pointer-events:none;position:absolute;left:15px}.search-bar input{background:#f8f9fa;border:2px solid #f0f0f0;border-radius:12px;outline:none;width:100%;padding:12px 20px 12px 45px;font-size:.95rem;transition:all .3s}.search-bar input:focus{border-color:var(--primary-color);background:#fff}.search-results{z-index:1001;background:#fff;border:1px solid #eee;border-radius:12px;max-height:450px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 15px 35px #00000026}.search-item{cursor:pointer;border-bottom:1px solid #f8f9fa;align-items:center;gap:15px;padding:12px 15px;transition:background .2s;display:flex}.search-item:last-child{border-bottom:none}.search-item:hover{background:#fff5f7}.search-item img{object-fit:contain;background:#f8f9fa;border-radius:8px;width:50px;height:50px;padding:5px}.search-item-info{flex-grow:1}.search-item-name{color:var(--text-dark);margin-bottom:2px;font-size:.9rem;font-weight:700}.search-item-price{color:var(--primary-color);font-size:.8rem;font-weight:800}.no-results-item{text-align:center;color:var(--text-muted);padding:30px}.nav-actions{flex-shrink:0;align-items:center;gap:25px;display:flex}.btn-icon-nav{cursor:pointer;color:var(--text-dark);background:0 0;border:none;flex-direction:column;align-items:center;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}@media (width<=768px){.navbar{flex-wrap:nowrap;gap:15px}.logo img{height:60px}.logo-text{display:none}.search-bar{max-width:none}.search-bar input{padding:10px 15px 10px 35px;font-size:.8rem}.search-icon-left{width:16px;left:10px}.nav-actions{gap:12px}.nav-actions span{display:none}}.hero{background:#000;border-radius:16px;height:380px;margin:20px 0;position:relative;overflow:hidden}.hero img{object-fit:cover;opacity:.8;width:100%;height:100%}.hero-overlay{color:#fff;max-width:450px;position:absolute;top:50%;left:8%;transform:translateY(-50%)}.hero-overlay h1{margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1.1}.section-title{justify-content:space-between;align-items:center;margin:40px 0 20px;display:flex}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.product-card{background:var(--white);border-radius:var(--border-radius);border:1px solid #ff4d6d1f;padding:16px;transition:all .3s;position:relative;box-shadow:0 4px 20px #ff4d6d0d}.product-card:hover{border-color:#ff4d6d4d;transform:translateY(-8px);box-shadow:0 12px 40px #ff4d6d26}.product-image{background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:12px;padding:15px;display:flex}.product-image img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.product-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6rem;margin-bottom:8px;font-size:.9rem;display:-webkit-box;overflow:hidden}.price-tag{color:var(--primary-color);font-size:1.2rem;font-weight:800}.add-btn{border:1px solid var(--primary-color);width:100%;color:var(--primary-color);cursor:pointer;background:0 0;border-radius:25px;margin-top:15px;padding:10px;font-weight:700;transition:all .3s}.add-btn:hover{background:var(--primary-color);color:#fff}.badge{background:var(--primary-color);color:#fff;z-index:2;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.category-strip{justify-content:center;gap:30px;margin:30px 0;display:flex}.cat-item{cursor:pointer;flex-direction:column;align-items:center;gap:8px;display:flex}.cat-icon{width:65px;height:65px;box-shadow:var(--shadow);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex}.cat-item:hover .cat-icon{color:var(--primary-color);transform:translateY(-5px)}footer{margin-top:80px}.footer-top{color:var(--text-dark);background-color:#fdf2ec;padding:60px 0}.footer-top h4{color:var(--primary-color);margin-bottom:25px;font-weight:700}.footer-top ul{list-style:none}.footer-top ul li{color:var(--text-muted);cursor:pointer;margin-bottom:12px;font-size:.9rem;transition:color .3s}.footer-top ul li:hover{color:var(--primary-color)}.copyright-bar{background-color:var(--primary-color);color:var(--white);text-align:center;padding:20px 0;font-size:.85rem;font-weight:600}.footer-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}
