@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply font-sans bg-gray-50 text-gray-800}}:root{font-family:Inter,sans-serif}.product-tile{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 6px #0000000d;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:12px;transition:box-shadow .2s ease-in-out}.product-tile:hover{box-shadow:0 4px 10px #0000001a}.image-container{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:10px;overflow:hidden}.product-image{max-height:100%;max-width:100%}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:default;display:-webkit-box;font-size:1rem;font-weight:600;height:2.6em;line-height:1.3;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:normal}.product-brand{color:#6b7280;font-size:.85rem;margin-bottom:6px}.product-price{align-items:center;color:#0a0f2c;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:500;gap:6px}.product-price .current-price{color:#0a0f2c;font-weight:600}.product-price .original-price{color:#9ca3af;font-size:.9rem;text-decoration:line-through}.product-price .discount-badge{background-color:#ef4444;border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;padding:2px 6px}.product-badge{background-color:#ffc107;border-radius:4px;color:#0a0f2c;font-size:.9rem;left:10px;padding:2px 6px;position:absolute;top:10px}.carousel-container{align-items:center;aspect-ratio:1/1;background-color:#f9fafb;border-radius:10px;display:flex;justify-content:center;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.carousel-button{background-color:#ffffffb3;border:none;border-radius:5px;cursor:pointer;font-size:1.5rem;padding:0 10px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.carousel-button.left{left:10px}.carousel-button.right{right:10px}.product-image{height:100%;object-fit:contain;width:auto}.affiliate-button{background-color:#ffc107;border-radius:6px;color:#0a0f2c;display:inline-block;font-size:.85rem;font-weight:600;margin-top:10px;padding:8px 12px;text-align:center;text-decoration:none;transition:background-color .2s ease-in-out}.affiliate-button:hover{background-color:#e0ad06}.filter-sidebar{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 6px #0000000d;color:#111827;gap:16px;max-width:240px;padding:16px;width:100%}.filter-group,.filter-sidebar{display:flex;flex-direction:column}.filter-group{gap:8px}.filter-group-header{align-items:center;color:#6b7280;display:flex;font-size:.95rem;font-weight:600;justify-content:space-between;margin-bottom:4px}.clear-btn{background:none;border:none;color:#ffc107;cursor:pointer;font-size:.8rem;padding:0}.filter-checkbox{align-items:center;color:#111827;display:flex;font-size:.85rem;gap:8px}.price-range-slider{height:25px;margin:10px 0}.price-track{background:#e5e7eb;height:4px}.price-thumb,.price-track-1{background:#0073e6}.price-thumb{border-radius:50%;cursor:grab;height:16px;margin-top:-6px;width:16px}.category-page{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;padding:24px}.products-grid{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:20px}.sort-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:none;color:#111827;font-size:.875rem;outline:none;padding:8px 12px;transition:border-color .2s,box-shadow .2s}.sort-dropdown:focus{border-color:#ffc107;box-shadow:0 0 0 2px #ffc10766}.navbar{background-color:#0a0f2c;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d;color:#fff;justify-content:space-between;padding:16px 24px;position:sticky;top:0;z-index:1000}.nav-links,.navbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.nav-links{font-size:.9rem;font-weight:500}.nav-link{border-radius:6px;color:#fff;padding:6px 8px;position:relative;text-decoration:none}.nav-link:hover{color:#ffc107}.nav-link:hover .dropdown{display:block}.dropdown{background-color:#0a0f2c;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:none;left:0;min-width:180px;padding:12px;position:absolute;top:100%;z-index:1000}.dropdown-column{display:flex;flex-direction:column;gap:6px}.dropdown-item{color:#fff;padding:6px 8px;position:relative;text-decoration:none;white-space:nowrap}.dropdown-item:hover{background-color:#1a1f3c;color:#ffc107}.sub-dropdown{align-items:flex-start;background-color:#0a0f2c;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:none;flex-direction:column;left:100%;min-width:180px;padding:12px;position:absolute;top:-12px;z-index:1000}.dropdown-item:hover .sub-dropdown{display:flex}.sub-dropdown-column{display:flex;flex-direction:column;gap:6px}.sub-dropdown-item{color:#fff;padding:6px 8px;text-decoration:none;white-space:nowrap}.sub-dropdown-item:hover{background-color:#1a1f3c;color:#ffc107}.nav-link.active{background-color:initial;color:#ffc107}.nav-search{display:flex;flex-grow:1;gap:8px;margin-left:auto;max-width:400px}.nav-search input{border:1px solid #ddd;border-radius:6px;flex:1 1;font-size:.9rem;padding:8px 12px}.nav-search button{background-color:#ffc107;border:none;border-radius:6px;color:#0a0f2c;cursor:pointer;font-size:.9rem;padding:8px 16px}.nav-search button:hover{background-color:#e0ad06}.hamburger{cursor:pointer;display:none;font-size:24px}@media (max-width:768px){.hamburger{display:block}.nav-links{display:none;flex-direction:column;margin-top:8px;width:100%}.nav-links.open{display:flex}.nav-link{padding:10px 0}.nav-search{margin-left:0;margin-top:8px;width:100%}}.nav-logo{align-items:center;color:#ffc107;display:flex;gap:3px;text-decoration:none}.logo-img{height:32px;object-fit:contain;width:32px}.logo-text{font-size:1.25rem;font-weight:700}
/*# sourceMappingURL=main.311872ab.css.map*/