.featuredProductsSection{margin:4rem 0;padding:0 1rem}.featuredProductsSection .section-title{text-align:center;margin-bottom:2.5rem;font-size:2rem;color:#2c3e50;position:relative;padding-bottom:.5rem}.featuredProductsSection .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#e74c3c}.featuredProductsSection .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.featuredProductsSection .featuredProduct{background:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;border:1px solid #e0e0e0}.featuredProductsSection .featuredProduct:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.featuredProductsSection .featuredProductLink{display:block;text-decoration:none;color:#333}.featuredProductsSection .featuredProducImage{width:100%;height:220px;overflow:hidden;position:relative}.featuredProductsSection .featuredProducImage img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.featuredProductsSection .featuredProducImage:hover img{transform:scale(1.05)}.featuredProductsSection .featuredProductTitle{margin:1rem 1rem .5rem;font-size:1.1rem;font-weight:600;text-align:center;color:#2c3e50}.featuredProductsSection .featuredProductPrice{margin:0 1rem 1.5rem;text-align:center;font-size:1.2rem;font-weight:700;color:#e74c3c}.featuredProductsSection .featuredProductPrice del{color:gray;margin-right:.5rem}.featuredProductsSection .featuredProductPrice ins{text-decoration:none}@media (max-width: 768px){.featuredProductsSection .container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.featuredProductsSection .section-title{font-size:1.5rem;margin-bottom:2rem}}@media (max-width: 480px){.featuredProductsSection{margin:3rem 0}.featuredProductsSection .container{grid-template-columns:1fr}.featuredProductsSection .featuredProducImage{height:180px}}.latest-posts .container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}@media only screen and (max-width: 768px){.latest-posts .container{grid-template-columns:1fr}}.homepageHeader{min-height:70vh;padding-bottom:50px;overflow:hidden;position:relative;display:flex;align-items:center}.homepageHeader .heading{font-size:6rem;color:#fff;-webkit-text-stroke:.5px black;text-shadow:0 0 5px #3c576d;line-height:1.2;letter-spacing:-2px}.homepageHeader .container{display:flex;justify-content:flex-end}.homepageHeader .button{margin-left:auto;margin-right:auto}.homepageHeader .content{width:50%}@media only screen and (max-width: 768px){.homepageHeader .content{width:100%}}.features{padding:30px 0}.features .container{display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:80%}.features svg,.features img{height:auto}.homepage-categories{background-color:#f6f3ee;padding:30px 0 50px}.homepage-categories h2{color:var(--green);font-weight:700;font-size:4rem}.homepage-categories .content{text-align:center;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}.homepage-categories .category-item{background-color:var(--background);display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:20px}.homepage-categories #promotion{background-color:var(--green)}
