@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.cc-card{--cc-orange: #C46A30;--cc-orange-dark: #A85D2C;--cc-text: #1A1A1A;--cc-muted: #6B6B6B;--cc-border: #E8E5E0;--cc-bg: #FFFFFF;--cc-bg-soft: #F5F2EE;--cc-radius: 10px;--cc-cta-radius: 6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:block;color:var(--cc-text);width:100%}.cc-card a{text-decoration:none;color:inherit;font-family:inherit}.cc-card__media-link{display:block}.cc-card__media{position:relative;width:100%;background:var(--cc-bg-soft);border-radius:var(--cc-radius);overflow:hidden;aspect-ratio:var(--aspect-ratio, 1)}.cc-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,opacity .2s ease}.cc-card__media-link:hover .cc-card__img{transform:scale(1.02)}.cc-card__img--placeholder{background:#f5f5f5}.cc-card__badge{position:absolute;top:12px;left:12px;background:var(--cc-orange);color:#fff;font-size:13px;font-weight:600;padding:5px 14px;border-radius:999px;z-index:2;letter-spacing:.3px;line-height:1.4}.cc-card__body{padding:16px 2px 0;display:flex;flex-direction:column;gap:10px}.cc-card__info-link{display:flex;flex-direction:column;gap:6px}.cc-card__brand{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--cc-orange);text-transform:uppercase;margin:0;line-height:1}.cc-card__title{margin:0;font-size:21px;font-weight:600;line-height:1.3;color:var(--cc-text);letter-spacing:-.2px;font-family:inherit}.cc-card__price{display:flex;align-items:baseline;gap:10px;margin:2px 0}.cc-card__price-now{font-size:22px;font-weight:700;color:var(--cc-orange);line-height:1}.cc-card__price-was{font-size:14px;color:var(--cc-muted);text-decoration:line-through}.cc-card__rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cc-card__stars{display:inline-block;position:relative;line-height:1;--rating-percent: 100%}.cc-card__stars-bg,.cc-card__stars-fg{display:inline-flex;gap:2px;line-height:1}.cc-card__stars-bg{color:#ddd5c8}.cc-card__stars-fg{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--rating-percent, 100%);overflow:hidden;color:var(--cc-orange)}.cc-card__stars-bg svg,.cc-card__stars-fg svg{width:16px;height:16px;display:block;flex-shrink:0}.cc-card__tagline{font-size:13px;color:var(--cc-text);font-weight:500}.cc-card__tagline-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--cc-orange)}.cc-card__tagline-icon svg{width:100%;height:100%;display:block}.cc-card__fabric-label{font-size:11px;font-weight:700;letter-spacing:1.6px;color:var(--cc-muted);text-transform:uppercase;margin-top:4px;line-height:1}.cc-card__swatches{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cc-card__swatch{width:40px;height:40px;border-radius:50%;overflow:hidden;border:1.5px solid var(--cc-border);display:inline-flex;align-items:center;justify-content:center;background:#f0f0f0;flex-shrink:0;cursor:pointer;padding:0;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease;outline:none;position:relative}.cc-card__swatch img{width:100%;height:100%;object-fit:cover;display:block}.cc-card__swatch:hover{border-color:var(--cc-orange);transform:scale(1.08);box-shadow:0 2px 6px #0000001f}.cc-card__swatch.is-active{border-color:var(--cc-orange);border-width:1px;box-shadow:0 0 0 1px var(--cc-orange)}.cc-card__swatch:focus-visible{border-color:var(--cc-orange);box-shadow:0 0 0 2px #c46a304d}.cc-card__more-colors{font-size:13px;color:var(--cc-muted);margin-left:4px;white-space:nowrap;font-weight:500}.cc-card__trust{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px}.cc-card__trust-item{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--cc-muted);font-weight:500}.cc-card__trust-item svg{width:16px;height:16px;color:var(--cc-orange);flex-shrink:0}.cc-card__cta{display:flex;align-items:center;justify-content:center;padding:16px 24px;background:#faf7f2;color:#000!important;border-radius:var(--cc-cta-radius);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-top:10px;position:relative;transition:background .2s ease;font-family:inherit}.cc-card__cta-text{flex:1;text-align:center}.cc-card__cta-arrow{display:none!important}.cc-card__cta:hover{background:#eae7e2}@media(max-width:749px){.cc-card__title{font-size:24px}.cc-card__brand{font-size:11px}.cc-card__price-now{font-size:20px}.cc-card__price-was{font-size:14px}.cc-card__stars-bg svg,.cc-card__stars-fg svg{width:18px;height:18px}.cc-card__tagline{font-size:14px}.cc-card__tagline-icon{width:16px;height:16px}.cc-card__trust{gap:10px}.cc-card__trust-item{font-size:12px}.cc-card__trust-item svg{width:16px;height:16px}.cc-card__cta{padding:14px 18px;font-size:12px;letter-spacing:1.6px}.cc-card__swatch{width:44px;height:44px}.cc-card__swatches{gap:4px}.cc-card__more-colors{font-size:14px}.cc-card__badge{font-size:12px;padding:4px 12px}.cc-card__fabric-label{font-size:12px}}@media(max-width:399px){.cc-card__body{padding:12px 0 0;gap:8px}.cc-card__title{font-size:22px}.cc-card__price-now{font-size:18px}.cc-card__trust-item{font-size:12px}.cc-card__more-colors{font-size:14px}.cc-card__swatch{width:38px;height:38px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/card-couchy.css.map */
