:root{--bs-body-font-family:Alata,sans-serif;--bs-headings-font-family:Alata,sans-serif}.products-intro{background-color:#fffaec;padding:100px 0 60px;text-align:center}.products-intro h1{color:#4f1e10;font-size:4rem;font-weight:700;margin-bottom:24px}.products-intro p{color:#9d5918;font-size:1.5rem;margin:0 auto;max-width:800px}@media(max-width:767px){.products-intro{padding:60px 0 40px}.products-intro h1{font-size:2.5rem}.products-intro p{font-size:1.125rem}}.product-list{background-color:#fffaec;padding:60px 0 100px}.product-list .product-grid{display:grid;gap:40px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media(max-width:767px){.product-list .product-grid{gap:24px;grid-template-columns:1fr}}.product-list .product-card{align-items:center;background-color:#fff;border-radius:40px;box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;flex-direction:column;padding:32px;text-align:center;transition:transform .3s ease}.product-list .product-card:hover{transform:translateY(-10px)}.product-list .product-card .img-holder{aspect-ratio:1;margin-bottom:24px;width:100%}.product-list .product-card .img-holder img{height:100%;object-fit:contain;width:100%}.product-list .product-card h3{color:#4f1e10;font-size:1.75rem;font-weight:700;margin-bottom:12px;margin-top:auto}.product-list .product-card .price{color:#e78020;font-size:1.5rem;font-weight:700;margin-bottom:24px}.product-list .product-card .btn{width:100%}