@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Quicksand,sans-serif;background:linear-gradient(135deg,#f0fdf4,#d1fae5,#ccfbf1);min-height:100vh}.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-content{max-width:1280px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:center;column-gap:2rem;row-gap:.5rem;container-type:inline-size}.logo-section{display:flex;align-items:center;gap:1rem;min-width:16.5rem}.logo-title{font-size:1.875rem;font-weight:700;background:linear-gradient(to right,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.search-container{flex:1;max-width:28rem;min-width:16.5rem}.search-box{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #86efac;border-radius:9999px;font-family:Quicksand,sans-serif;font-size:1rem;outline:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center}.search-box:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.header-tagline{font-size:.875rem;color:#6b7280;font-weight:600}@container (max-width: 754px){.header-tagline{display:none}}.nav{background:transparent;margin-top:.5rem}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}.nav-list{display:flex;gap:.75rem;list-style:none;padding:.75rem 0;align-items:center;justify-content:center;flex-wrap:wrap}.nav-link{padding:.5rem 1rem;border-radius:9999px;font-weight:600;text-decoration:none;color:#374151;border:2px solid #86efac;background:#fff;transition:transform .2s,background .2s,box-shadow .2s}.nav-link:hover{background:#d1fae5;transform:translateY(-2px)}.nav-link.active{background:linear-gradient(to right,#10b981,#059669);color:#fff;border-color:transparent;box-shadow:0 6px 18px #10b98140}@media (max-width: 480px){.nav-list{gap:.5rem}.nav-link{padding:.5rem .75rem;font-size:.9rem}}.hero{background:linear-gradient(to right,#10b981,#059669);color:#fff;padding:4rem 1rem;text-align:center}.hero h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.5rem;opacity:.95;font-weight:600}.categories{max-width:1280px;margin:1rem auto;padding:0 1rem;display:flex;flex-wrap:wrap;column-gap:1rem;row-gap:.5rem;justify-content:center;align-items:flex-start}.filter-group{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.filter-label{font-size:.9rem;font-weight:700;color:#047857;margin-left:.25rem}.category-select{padding:.75rem 2.75rem .75rem 1rem;border-radius:9999px;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s;border:2px solid #86efac;background:#fff;color:#374151;min-width:220px;outline:none;box-shadow:0 2px 8px #0000000f;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.category-select:hover{background-color:#f0fdf4;transform:translateY(-1px)}.category-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.rating-select-wrapper{position:relative}.rating-select-trigger{width:100%;text-align:left;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}.rating-select-menu{position:absolute;top:calc(100% + .35rem);left:0;right:0;display:flex;flex-direction:column;gap:.25rem;background:#fff;border:2px solid #d1fae5;border-radius:1rem;padding:.5rem;box-shadow:0 8px 24px #0000001f;z-index:10}.rating-select-option{border:none;background:transparent;border-radius:.75rem;padding:.6rem .75rem;text-align:left;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:600;color:#374151;cursor:pointer}.rating-select-option:hover{background:#f0fdf4}.rating-stars{color:#fbbf24;font-size:1.25rem;letter-spacing:.05em}.products-grid{max-width:1280px;margin:0 auto;padding:0 1rem 3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.products-listview{max-width:1280px;margin:0 auto;padding:0 1rem 2rem;display:flex;flex-direction:column;gap:.2rem}.product-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s;border:2px solid #d1fae5;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.product-listview-card{flex-direction:row;align-items:center;padding:.3rem;gap:.75rem;text-decoration:none}.product-image{position:relative;height:16rem;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-category{top:.75rem;right:.75rem;background:#fff;color:#10b981;border:1px solid #10b981;padding:.21rem .42rem;border-radius:9999px;font-family:Quicksand,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2;box-shadow:0 2px 8px #10b9811f;text-wrap:nowrap;cursor:pointer;transition:all .3s}.product-category:hover{box-shadow:0 4px 12px #10b9813d;transform:translateY(-2px)}.product-category-listview{position:absolute}.product-listview-image{width:96px;height:96px;flex-shrink:0;border-radius:1rem}.product-listview-content{flex:1;min-width:100px}.product-listview-name{margin-bottom:0;min-height:auto;font-size:.8rem;line-height:1.3;-webkit-line-clamp:3;line-clamp:3}.product-grid-name{margin-bottom:0;min-height:auto;-webkit-line-clamp:2;line-clamp:2}.product-listview-meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;align-self:flex-start;gap:.1rem;min-width:25px;flex-shrink:1}.product-rating{margin-top:0;gap:.15rem}.amazon-btn-inline{width:auto;min-width:100%;white-space:nowrap;padding:.35rem .8rem;font-size:.8rem;min-height:1.9rem;line-height:1.2;border-radius:9999px}.product-info{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-name{font-weight:700;color:#1f2937;margin-top:.75rem;width:100%;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:2.8em}.product-rating{display:flex;align-items:center;gap:.25rem}.star{color:#fbbf24;font-size:1.25rem}.rating-text{font-weight:400;color:#374151;font-size:.875rem;font-style:italic;padding-top:3px}.reviews-text{color:#6b7280;font-size:.875rem;padding-top:3px}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:0;width:100%}.product-price{font-size:1.875rem;font-weight:700;color:#059669}.amazon-btn{background:linear-gradient(to right,#10b981,#059669);color:#fff;padding:.75rem 1.25rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;box-shadow:0 2px 8px #10b9814d;width:100%;justify-content:center}.amazon-btn-lv{font-size:.8rem}.amazon-btn:hover{box-shadow:0 4px 12px #10b98166;transform:scale(1.05)}.footer{background:#fff;border-top:2px solid #d1fae5;margin-top:3rem;padding:1.5rem 1rem;text-align:center}.footer p{color:#6b7280;font-size:.875rem;font-weight:600}.no-results{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:1.25rem;font-weight:600}@media (max-width: 768px){.hero h2{font-size:2rem}.hero p{font-size:1.125rem}.header-content{flex-wrap:wrap}.search-container{order:3;width:100%}}
