.bundled_item_cart_content .nice-select.yarni-bundle-color-select { display: flex; align-items: center; min-height: 48px; height: auto; width: 100%; padding-top: 7px; padding-bottom: 7px; line-height: 1.3; }
.bundled_item_cart_content .nice-select.yarni-bundle-color-select > .current { display: flex; align-items: center; width: 100%; min-height: 32px; height: auto; line-height: 1.3; }
.bundled_item_cart_content .nice-select.yarni-bundle-color-select .yarni-bundle-swatch-label { line-height: 1.3; }
.yarni-bundle-color-select .current,
.yarni-bundle-color-select .option { display: flex; align-items: center; gap: 10px; min-height: 32px; white-space: normal; }
.yarni-bundle-color-select .yarni-bundle-swatch { flex: 0 0 28px; width: 28px; height: 28px; overflow: hidden; border: 1px solid #ddd; border-radius: 2px; background: #f4f4f4; }
.yarni-bundle-color-select .yarni-bundle-swatch img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yarni-bundle-color-select .yarni-bundle-swatch-label { min-width: 0; overflow-wrap: anywhere; }
.bundled_item_cart_content .yarni-bundle-color-select .list { width: 100%; max-height: 280px; max-height: min(280px, 45dvh); overflow-y: auto; overscroll-behavior: contain; }
.bundled_item_cart_content .yarni-bundle-color-select .option { padding: 8px 12px; }
.yarni-bundle-color-select .option.disabled { opacity: .5; }
.yarni-bundle-color-select:focus-visible { outline: 2px solid #517f7c; outline-offset: 2px; }
