:root{--product-card-swatch-hotfix-20260611:1}
.product-card__image-container{display:none}
.product-card__color-swatches{display:flex;align-items:center;justify-content:flex-start;gap:4px;width:100%;max-width:100%;min-width:0;min-height:30px;margin-top:2px;overflow:hidden}
.product-card__color-swatches:empty{display:none}
.product-card__color-swatch-viewport{flex:1 1 auto;min-width:0;max-width:100%;overflow:hidden}
.product-card__color-swatch-list{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:nowrap;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 2px 6px;margin:-4px -2px -6px}
.product-card__color-swatch-list::-webkit-scrollbar{display:none}
.product-card__color-swatch{flex:0 0 28px;display:grid;place-items:center;width:28px;height:28px;padding:2px;border:1px solid #D2C9C0;border-radius:5px;background:#fff center/cover no-repeat;box-shadow:0 4px 10px rgba(63,58,57,.12);overflow:hidden;cursor:pointer;scroll-snap-align:start;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.product-card__color-swatch:hover,.product-card__color-swatch.is-selected,.product-card__color-swatch[aria-current=true]{border-color:#3F3A39;box-shadow:0 6px 14px rgba(63,58,57,.18);transform:translateY(-1px)}
.product-card__color-swatch img{display:block;width:100%;height:100%;border-radius:3px;object-fit:cover}
.product-card__color-swatch-next{display:none;flex:0 0 auto;align-items:center;justify-content:center;width:24px;height:28px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--base-bk,#3F3A39);cursor:pointer}
.product-card__color-swatches.is-scrollable .product-card__color-swatch-next{display:inline-flex}
.product-card__color-swatch-next:hover{color:#111}
.product-card__color-swatch-next svg{width:14px;height:auto}
.product-card__color-count{letter-spacing:0;white-space:nowrap}
