.lezzy-filter-container{margin:2rem auto;max-width:1280px;padding:0 1rem;font-family:'Zen Maru Gothic',sans-serif}.lezzy-filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px;padding-bottom:10px;border-bottom:none}.lezzy-filter-btn{background:none;border:2px solid #FF009C;color:#FF009C;padding:8px 18px;border-radius:25px;cursor:pointer;transition:all 0.2s ease-in-out;white-space:nowrap;font-size:.9rem}.lezzy-filter-btn:hover,.lezzy-filter-btn.active{background-color:#FF009C;color:#fff}.lezzy-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;box-sizing:border-box}@media (max-width:1024px){.lezzy-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.lezzy-products-grid{grid-template-columns:1fr}}.lezzy-product-box{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:15px;background-color:#fff0;border:1px solid #eee;border-radius:15px;box-shadow:0 2px 8px rgb(0 0 0 / .05);height:auto;max-height:400px;overflow:hidden;text-align:center}.lezzy-product-box img{width:100%;max-height:160px;object-fit:contain;margin-bottom:10px}.lezzy-product-title{font-size:.9rem;margin:8px 0;height:2.4em;line-height:1.2em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lezzy-product-price{margin:6px 0;font-weight:700;font-size:.9rem;color:#000}.lezzy-product-box .button{background-color:#FF009C!important;border:none!important;border-radius:25px!important;color:#fff!important;font-weight:700;padding:8px 14px!important;font-size:0.8rem!important;cursor:pointer;transition:all 0.2s ease-in-out;margin-top:auto}.lezzy-product-box .button:hover{background-color:#d40086!important}.lezzy-see-more-btn{display:inline-block;margin:30px auto 0;padding:10px 20px;font-weight:700;background-color:#FF009C;color:#fff!important;border:none;border-radius:25px;font-size:.85rem;text-align:center;text-decoration:none;transition:all 0.3s ease;font-family:'Zen Maru Gothic',sans-serif;box-shadow:0 4px 10px rgb(255 0 156 / .2);cursor:pointer}.lezzy-see-more-btn:hover{background-color:#d60086;color:#fff!important}.lezzy-no-products{font-style:italic;color:#666;padding:1rem}