.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}.product-card.richfeel-style{position:relative;background:#fff;border:1px solid #eee;border-radius:12px;padding:1rem;transition:all .3s ease}.product-card.richfeel-style:hover{box-shadow:0 8px 20px rgba(0,0,0,.1);transform:translateY(-4px)}.product-card.richfeel-style .sale-badge{position:absolute;top:1rem;left:1rem;background:#2db9a0;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:12px;font-weight:600;z-index:2}.product-card.richfeel-style .wishlist-btn{position:absolute;top:1rem;right:1rem;background:#fff;border:1px solid #eee;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .3s;z-index:2}.product-card.richfeel-style .wishlist-btn:hover{background:#f8f9fa;border-color:#2db9a0;color:#2db9a0}.product-card.richfeel-style .product-img{width:100%;height:240px;object-fit:contain;margin-bottom:1rem;background:#fafafa;border-radius:8px}.product-card.richfeel-style .product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:14px}.product-card.richfeel-style .product-rating .stars{color:#2db9a0;font-size:18px}.product-card.richfeel-style .product-rating .rating-value{color:#000;font-weight:500}.product-card.richfeel-style .product-rating .review-count{color:#666}.product-card.richfeel-style .product-name{color:#000;font-size:16px;font-weight:600;margin-bottom:.5rem;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card.richfeel-style .product-description{color:#666;font-size:13px;margin-bottom:1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card.richfeel-style .price-box{margin-bottom:1rem}.product-card.richfeel-style .price-box .price{color:#000;font-size:20px;font-weight:700}.product-card.richfeel-style .btn-add-cart{width:100%;padding:.8rem;background:#7dd1b8;color:#000;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s}.product-card.richfeel-style .btn-add-cart:hover:not(:disabled){background:#188a69;color:#fff;transform:translateY(-2px)}.product-card.richfeel-style .btn-add-cart:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed;opacity:.7}.product-card.richfeel-style .btn-add-cart:disabled:hover{transform:none}@media(max-width:768px){.product-card.richfeel-style{padding:.75rem}.product-card.richfeel-style .product-img{height:160px;margin-bottom:.75rem}.product-card.richfeel-style .product-rating{font-size:12px;margin-bottom:.5rem}.product-card.richfeel-style .product-rating .stars{font-size:14px}.product-card.richfeel-style .product-name{font-size:13px;min-height:36px;margin-bottom:.4rem}.product-card.richfeel-style .product-description{font-size:12px;margin-bottom:.75rem}.product-card.richfeel-style .price-box{margin-bottom:.75rem}.product-card.richfeel-style .price-box .price{font-size:16px}.product-card.richfeel-style .btn-add-cart{font-size:12px;padding:.65rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card.richfeel-style .sale-badge{font-size:10px;padding:.25rem .6rem}.product-card.richfeel-style .wishlist-btn{width:32px;height:32px;font-size:16px}}@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}.product-card.richfeel-style{padding:.5rem}.product-card.richfeel-style .product-img{height:140px;margin-bottom:.5rem}.product-card.richfeel-style .product-name{font-size:12px;min-height:32px}.product-card.richfeel-style .product-description{font-size:11px}.product-card.richfeel-style .price-box .price{font-size:14px}.product-card.richfeel-style .btn-add-cart{font-size:11px;padding:.5rem .4rem}}
/*# sourceMappingURL=79e0b6eefc4ec249.css.map*/