.bestsellers{border-bottom:var(--grid-line)}.section-header{padding:var(--space-lg) var(--space-lg) var(--space-md);border-bottom:var(--grid-line);display:flex;justify-content:space-between;align-items:flex-end}.section-header h2{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1;margin:0}.section-link{text-decoration:none;color:var(--text-secondary);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;transition:color var(--transition-crisp);display:flex;align-items:center;gap:5px}.section-link:hover{color:var(--text-primary)}.bestsellers-grid{display:grid;grid-template-columns:repeat(4,1fr)}.product-card{border-right:var(--grid-line);display:flex;flex-direction:column;text-decoration:none;color:var(--text-primary);position:relative;background:var(--bg-primary);transition:background var(--transition-crisp);overflow:hidden}.product-card:last-child{border-right:none}.product-card:hover{background:var(--bg-secondary)}.product-img-wrapper{background:#fff;overflow:hidden;position:relative;border-bottom:var(--grid-line);line-height:0}.product-img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1);display:block}.product-card:hover .product-img{transform:scale(1.04)}.product-info{padding:var(--space-md);flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-sm)}.product-title{font-weight:600;font-size:1rem;letter-spacing:-.01em;margin-right:15px}.product-price{font-weight:500;font-size:1rem;color:var(--text-secondary);white-space:nowrap}.product-card form{margin-top:auto;width:100%}.add-to-cart-btn{width:100%;padding:1rem;background:transparent;border:1px solid var(--text-primary);color:var(--text-primary);font-family:var(--font-main);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--transition-crisp);display:flex;justify-content:center;align-items:center;gap:8px;border-radius:0}.product-card:hover .add-to-cart-btn{background:var(--text-primary);color:var(--bg-primary)}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.product-card:hover .add-to-cart-btn:disabled{background:transparent;color:var(--text-primary)}@media(max-width:1200px){.bestsellers-grid{grid-template-columns:repeat(2,1fr)}.product-card:nth-child(2),.product-card:nth-child(4),.product-card:nth-child(6),.product-card:nth-child(8){border-right:none}.product-card:nth-child(1),.product-card:nth-child(2),.product-card:nth-child(3),.product-card:nth-child(4){border-bottom:var(--grid-line)}}@media(max-width:768px){.bestsellers-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-left:none;border-bottom:var(--grid-line);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.bestsellers-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 85%;scroll-snap-align:center;border-right:var(--grid-line);border-bottom:none!important}.product-card:last-child{border-bottom:none!important;border-right:none!important}.section-header{flex-direction:column;align-items:flex-start;gap:15px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-fusion-bestsellers.css.map */
