.bestseller-section{max-width:1440px;margin:0 auto;padding:4rem 2rem}.bestseller-container{width:100%}.bestseller-header{justify-content:space-between;align-items:center;display:flex}.bestseller-header h2{color:#1a1a1a;margin:0;font-family:jost;font-size:2rem;font-weight:500}.view-all{color:#399;letter-spacing:.05em;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .3s}.view-all:hover{opacity:.7}.bestseller-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.bestseller-view-all{justify-content:flex-end;align-items:center;margin-bottom:2rem;display:flex}.product-card{cursor:pointer;flex-direction:column;margin-bottom:20px;display:flex}.product-image-container{aspect-ratio:1/1.2;background-color:#efefef;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex;position:relative;overflow:hidden}.discount-badge{color:#fff;z-index:1;background-color:#399;padding:.4rem 1rem;font-size:.8rem;font-weight:500;position:absolute;top:2.5rem;left:0}.product-image{object-fit:contain;width:85%;height:85%;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{flex-grow:1;margin-bottom:1.5rem}.product-name{color:#333;margin:0 0 .5rem;font-size:1.2rem;font-weight:500}.product-price{color:#ef9523;margin:0;font-size:1.1rem;font-weight:600}.add-to-cart-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#399;border:none;width:100%;padding:1rem 0;font-weight:600;transition:background-color .3s}.add-to-cart-btn:hover{background-color:#2a7a7a}@media (max-width:1200px){.bestseller-grid{gap:1rem}}@media (max-width:1024px){.bestseller-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:600px){.bestseller-grid{grid-template-columns:1fr}.bestseller-header h2{font-size:1.8rem}.bestseller-section{padding:2rem 1rem}}
.footer{background-color:#efe0cc;padding:60px 20px 20px;font-family:inherit}.footer-container{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1440px;margin:0 auto;padding:0 2rem 25px;display:grid}.footer-column h3{color:#1a1a1a;letter-spacing:.1em;margin-bottom:25px;font-size:1.1rem;font-weight:500}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#000;font-size:.99rem;text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:#399}.social-icons{gap:15px;display:flex}.social-icons a{justify-content:center;align-items:center;transition:transform .3s;display:flex}.social-icons a:hover{transform:translateY(-3px)}.social-icons img{width:auto;height:24px}.footer-bottom{text-align:left;max-width:1440px;margin:0 auto;padding:20px 2rem 0}.footer-bottom p{color:#000;margin:0;font-size:.99rem}@media (max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:600px){.footer-container{grid-template-columns:1fr;gap:40px}.footer{padding:40px 20px 20px}.footer-column h3{margin-bottom:20px}}
