.product-item__swatches { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 4px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 8px 0; }

.product-item__swatch { display: inline-block; width: 14px; height: 14px; border-radius: 50%; box-sizing: border-box; }

@media (max-width: 768px) { .product-item__swatch { width: 14px; height: 14px; } }

.product-item__swatch--white { border: 0.5px solid #000; }

.product-item__swatch-overflow { font-size: 1.1rem; color: #1560c5; white-space: nowrap; }

@media (max-width: 768px) { .product-item__swatch-overflow { font-size: 1.2rem; } }
