.best-sellers{background-color:var(--bg);width:100%;max-width:100vw;padding:48px 16px;margin:0 auto;display:flex;flex-direction:column;gap:32px;overflow:hidden;box-sizing:border-box}.best-sellers-title{font-family:Newsreader,Georgia,Times New Roman,serif;font-size:40px;font-weight:300;color:var(--ash);opacity:.96;line-height:1.25;text-align:center;padding:0 24px;margin:0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;max-width:100%;margin:0 auto;padding:0;box-sizing:border-box}.product-card{width:100%;min-width:0;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:transform var(--ease-smooth);text-decoration:none;color:inherit;overflow:hidden}.product-image{width:100%;aspect-ratio:1;background-color:var(--grey);border-radius:var(--radius-lg);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:6px;padding:0 16px}.product-name-group{display:flex;flex-direction:column;gap:2px}.product-card .product-name{font-family:Newsreader,Georgia,Times New Roman,serif;font-size:20px;font-weight:600;color:var(--ash);opacity:.96;line-height:1.25}.product-description{font-family:Newsreader,Georgia,Times New Roman,serif;font-size:16px;font-weight:400;color:var(--ash);opacity:.96;line-height:1.6}.product-price{font-family:Newsreader,Georgia,Times New Roman,serif;font-size:16px;font-weight:400;color:var(--ash);opacity:.96;line-height:1.6;display:flex;align-items:center;gap:8px}.compare-at-price{text-decoration:line-through;opacity:.5}.sale-price{color:var(--soft-umber)}.product-swatches{display:flex;gap:4px;padding-top:4px;flex-wrap:wrap}.swatch{width:18px;height:18px;border-radius:var(--radius-pill);border:.5px solid var(--lines-light);padding:2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.swatch.active{border-color:var(--ash)}.swatch-inner{width:14px;height:14px;border-radius:var(--radius-pill);background-color:#d1d1d1}.swatch.active .swatch-inner{background-color:#e9d590}@media(max-width:1023px){.best-sellers{padding:40px 16px;gap:24px}.best-sellers-title{font-size:24px;padding:0}.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card{gap:10px}.product-info{padding:0 4px;gap:4px}.product-card .product-name{font-size:14px}.product-description,.product-price{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-best-sellers.css.map */
