.product-list{padding:4rem 0;background:var(--color-background)}@media(max-width:768px){.product-list{padding:2rem 0}}.product-list .section-header{text-align:center;margin-bottom:3rem}@media(max-width:768px){.product-list .section-header{margin-bottom:2rem}}.product-list .section-header h2{font-size:2rem;margin-bottom:1rem;color:#678804}@media(max-width:768px){.product-list .section-header h2{font-size:2rem;margin-bottom:.75rem}}.product-list .section-header p{font-size:1.1rem;color:#333;max-width:800px;margin:0 auto}@media(max-width:768px){.product-list .section-header p{font-size:1rem;padding:0 1rem}}.product-list .categories{margin-top:3rem}.product-list .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:768px){.product-list .products{grid-template-columns:1fr;gap:1rem}}.product-list .category{margin-bottom:3rem}@media(max-width:768px){.product-list .category{margin-bottom:2rem}}.product-list .category h3{font-size:1.5rem!important;margin-bottom:1.5rem;color:#678804;border-bottom:1px solid #eee;padding-bottom:.5rem}@media(max-width:768px){.product-list .category h3{font-size:1.5rem;margin-bottom:1rem}}.product-list .category .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:768px){.product-list .category .products{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}.product-list .product-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;height:100%}@media(max-width:768px){.product-list .product-card{box-shadow:0 1px 4px rgba(0,0,0,.1)}}.product-list .product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}@media(hover:none){.product-list .product-card:hover{transform:none;box-shadow:0 1px 4px rgba(0,0,0,.1)}}.product-list .product-card .product-image{position:relative;width:100%;background:linear-gradient(180deg,#fff,#f7f8f5)}.product-list .product-card .product-image--photo,.product-list .product-card .product-image:not(.product-list .product-card .product-image--contain){height:280px}@media(max-width:768px){.product-list .product-card .product-image--photo,.product-list .product-card .product-image:not(.product-list .product-card .product-image--contain){height:240px}}.product-list .product-card .product-image--photo img,.product-list .product-card .product-image:not(.product-list .product-card .product-image--contain) img{object-fit:cover;object-position:center;width:100%!important;height:100%!important}.product-list .product-card .product-image--contain{height:300px;min-height:300px;max-height:300px;aspect-ratio:auto;display:flex;align-items:center;justify-content:center;padding:1.1rem;overflow:hidden}.product-list .product-card .product-image--contain img{object-fit:contain!important;object-position:center;padding:0;box-sizing:border-box;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important}.product-list .product-card .product-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;position:relative;z-index:1;background:#fff}@media(max-width:768px){.product-list .product-card .product-content{padding:1rem}}.product-list .product-card .product-content h4{font-size:1.2rem;margin-bottom:.5rem;color:var(--color-text-primary,#333)}@media(max-width:768px){.product-list .product-card .product-content h4{font-size:1.1rem}}.product-list .product-card .product-content p{font-size:.9rem;color:var(--color-text-secondary,#666);line-height:1.4;font-weight:300;margin:0}@media(max-width:768px){.product-list .product-card .product-content p{font-size:.85rem;line-height:1.3}}.product-list .text-center{text-align:center}.product-list .inline-flex{display:inline-flex}.product-list .items-center{align-items:center}.product-list .px-8{padding-left:2rem;padding-right:2rem}.product-list .py-3{padding-top:.75rem;padding-bottom:.75rem}.product-list .bg-blue-600{background-color:#2563eb}.product-list .text-white{color:#fff}.product-list .font-semibold{font-weight:600}.product-list .rounded-lg{border-radius:.5rem}.product-list .hover\:bg-blue-700:hover{background-color:#1d4ed8}.product-list .transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.product-list .duration-300{transition-duration:.3s}.product-list .shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.product-list .hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.product-list .ml-2{margin-left:.5rem}.product-list .w-5{width:1.25rem}.product-list .h-5{height:1.25rem}