.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:2rem 0}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.products-grid{grid-template-columns:1fr;gap:1rem}}.bestsellers-section{background-color:#faf7f3;overflow-x:hidden;max-width:100%}.bestsellers-gallery{width:100%}.bestsellers-gallery-container{position:relative;display:flex;align-items:center;gap:.8rem}.bestsellers-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%;padding:0 .8rem}@media(max-width:479px){.bestsellers-grid{padding:0 .5rem;gap:1rem}}@media(min-width:480px){.bestsellers-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:768px){.bestsellers-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1280px){.bestsellers-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.bestsellers-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:3rem;padding:.8rem 1.25rem;border-radius:8px;line-height:1}.bestsellers-nav:hover{background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.1)}.bestsellers-nav:active{transform:translateY(-50%) scale(.95)}.bestsellers-nav-prev{left:0}.bestsellers-nav-next{right:0}.bestseller-product-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit}.bestseller-product-image-container{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5;max-height:300px!important}.bestseller-product-image{position:absolute;top:0;left:0;width:100%;height:100%;max-height:100%;object-fit:cover;transition:transform .3s ease}.bestseller-product-card:hover .bestseller-product-image,.bestseller-product-image:hover{transform:scale(1.05)}.bestseller-product-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;text-align:center}.bestseller-product-name{font-size:1.25rem;font-weight:600;margin:0;color:#333;line-height:1.3}.bestseller-product-price{font-size:1.5rem;font-weight:700;color:#d4af37;margin:0}@media(max-width:767px){.bestsellers-nav{font-size:2rem;padding:.6rem 1.5rem}.bestseller-product-name{font-size:1.1rem}.bestseller-product-price{font-size:1.25rem}}.hero-gallery{width:100%;max-width:100%;overflow-x:hidden}.hero-gallery-wrapper{position:relative;height:400px;overflow:hidden;border-radius:8px;background:#f5f5f5}@media(min-width:768px){.hero-gallery-wrapper{height:500px}}@media(min-width:1024px){.hero-gallery-wrapper{height:600px}}.hero-gallery-link{display:block;width:100%;height:100%;cursor:pointer}.hero-gallery-slide{position:relative;width:100%;height:100%;opacity:1;transition:opacity .6s ease-in-out}.hero-gallery-slide.fade-out{opacity:0}.hero-gallery-slide.fade-in{opacity:1}.hero-gallery-image{object-fit:cover}.hero-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:2rem;padding:.8rem 1.25rem}.hero-gallery-nav:hover{background:rgba(0,0,0,.8)}@media(max-width:479px){.hero-gallery-nav{font-size:1.5rem;padding:.35rem .5rem}}.hero-gallery-nav:hover{background:rgba(0,0,0,.7)}.hero-gallery-nav-prev{left:.8rem}@media(max-width:479px){.hero-gallery-nav-prev{left:.35rem}}.hero-gallery-nav-next{right:.8rem}@media(max-width:479px){.hero-gallery-nav-next{right:.35rem}}.hero-gallery-indicators{position:absolute;bottom:.8rem;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;gap:.35rem;z-index:10}.hero-gallery-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #fff;background:rgba(255,255,255,.5);cursor:pointer;transition:background .3s ease;padding:0}.hero-gallery-indicator:hover{background:rgba(255,255,255,.8)}.hero-gallery-indicator-active{background:#fff}