/* Carrera Confort — product cards / best sellers */
#carrera-modelos{scroll-margin-top:120px}.cc-best-sellers{padding-block:56px}.cc-best-sellers__header{text-align:center;max-width:660px;margin:0 auto 40px;padding-inline:16px}.cc-best-sellers__eyebrow{margin:0 0 8px;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#697b57}.cc-best-sellers__heading{margin:0 0 8px}.cc-best-sellers__subtitle{margin:0;color:#6f6f68;font-size:.9375rem}.cc-best-sellers__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1200px;margin-inline:auto;padding-inline:20px}.cc-best-sellers--home .cc-best-sellers__grid>*:last-child:nth-child(3n+1){grid-column:2}.cc-product-card{position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border:1px solid #e5e5e0;border-radius:18px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.cc-product-card:hover,.cc-product-card:focus-visible{border-color:#697b57;box-shadow:0 4px 18px rgba(23,23,23,.06)}.cc-product-card__badge{position:absolute;top:14px;left:14px;z-index:1;background:#697b57;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 10px;border-radius:999px}.cc-product-card__media{display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;background:#f7f7f3;padding:12px}.cc-product-card__media img{width:100%;height:100%;object-fit:contain;display:block}.cc-product-card__body{display:flex;flex-direction:column;gap:6px;padding:18px 18px 20px}.cc-product-card__name{font-weight:600;font-size:1rem;color:#171717}.cc-product-card__position{font-size:.8125rem;color:#6f6f68;line-height:1.3}.cc-product-card__price-row{display:flex;align-items:baseline;gap:8px}.cc-product-card__price{font-weight:700;font-size:1.0625rem;color:#171717}.cc-product-card__compare-at{font-size:.8125rem;color:#9a9a92;text-decoration:line-through}.cc-product-card__swatches{display:flex;gap:6px;margin-top:2px}.cc-product-card__swatch{width:15px;height:15px;border-radius:50%;border:1px solid #e5e5e0;background:var(--swatch-bg,transparent);background-size:cover}.cc-product-card__cta{margin-top:8px;font-size:.8125rem;font-weight:600;color:#4a5c3f}@media(min-width:750px) and (max-width:999px){.cc-best-sellers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-best-sellers--home .cc-best-sellers__grid>*:last-child:nth-child(3n+1){grid-column:auto}}@media(max-width:749px){.cc-best-sellers{padding-block:40px}.cc-best-sellers__header{margin-bottom:28px}.cc-best-sellers__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:0 16px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cc-best-sellers__grid::-webkit-scrollbar{display:none}.cc-best-sellers__grid>*{flex:0 0 82vw;scroll-snap-align:start}.cc-best-sellers--home .cc-best-sellers__grid>*:last-child:nth-child(3n+1){grid-column:auto}}
