.product-wrapper{max-width:1300px;width:100%;margin:auto}.product-catalog{padding:2rem;font-family:Poppins,sans-serif}.product-catalog .catalog-title{color:var(--Dark-green,#008960);text-align:left;font-size:40px;font-weight:500;margin-block:10px}.product-catalog .tabs{display:flex;gap:1rem;margin-bottom:2rem}.product-catalog .tabs .tab{padding:.5rem 1rem;border:1px solid #1c9a76;border-radius:6px;background:#fff;color:#1c9a76;cursor:pointer;font-size:14px}.product-catalog .tabs .tab.active{background:#1c9a76;color:#fff}.product-catalog .product-grid{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.product-catalog .product-card{position:relative;background:#fff;border:1px solid #eee;border-radius:8px;padding:1rem;box-shadow:0 2px 6px rgba(0,0,0,.08);max-width:280px;width:100%}.product-catalog .product-card .badge{position:absolute;top:10px;left:10px;background:#1c9a76;color:#fff;font-size:12px;padding:2px 8px;border-radius:12px}.product-catalog .product-card .wishlist{position:absolute;top:10px;right:10px;color:#777;font-size:18px;cursor:pointer}.product-catalog .product-card .product-img{width:100%;height:200px;object-fit:contain;margin-bottom:1rem}.product-catalog .product-card .rating{color:hsl(163,69%,36%);font-size:20px;margin-bottom:.5rem}.product-catalog .product-card .rating .rating-text{color:#444;margin-left:5px}.product-catalog .product-card .product-name{font-size:14px;margin-bottom:.5rem;font-weight:500;height:50px}.product-catalog .product-card .price-weight{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:14px;font-weight:500}.product-catalog .product-card .btn-add{width:100%;padding:.6rem;background:#7dd1b8;color:#000;border:none;border-radius:6px;font-size:16.826px;font-style:normal;cursor:pointer;transition:.3s;font-family:Poppins;font-weight:400;line-height:normal}.product-catalog .product-card .btn-add:hover{background:#188a69}.product-catalog .view-all{text-align:center}.product-catalog .view-all .btn-view{padding:.6rem 2rem;background:#7dd1b8;color:#000;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:.3s}.product-catalog .view-all .btn-view:hover{background:#188a69}.price-box .price{font-weight:700}@media(max-width:500px){.product-catalog{padding:10px}.product-catalog .catalog-title{font-size:25px}.product-catalog .product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:10px!important}.product-catalog .product-grid .product-name{font-size:11px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-catalog .product-grid .product-img{height:150px}.product-catalog .product-grid .rating-text{font-size:12px}}
/*# sourceMappingURL=4f717d00993928fd.css.map*/