:root{--form-input-color: #232323;--form-input-bg: #ffffff;--form-input-border: #d2d5d9;--form-input-font-size: 14px}.custom-dropdown-wrapper{position:relative;width:100%}.custom-dropdown-button{background-color:var(--form-input-bg);border:1px solid var(--form-input-border);color:var(--form-input-color);border-radius:8px;padding:10px 35px 10px 12px;width:100%;cursor:pointer;position:relative;text-align:left;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px}.custom-dropdown-button:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:14px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;transition:transform .2s ease}.custom-dropdown-button.active:after{transform:translateY(-50%) rotate(180deg)}.custom-dropdown-options{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--form-input-border);border-radius:8px;margin:4px 0 0;padding:6px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a;list-style:none;color:var(--form-input-color, #232323)}.custom-dropdown-options.open{display:block}.custom-dropdown-option{padding:8px 12px;margin:4px;cursor:pointer;border-radius:6px;transition:all .15s ease;border:1px solid var(--form-input-border);background:#fff;display:flex;justify-content:space-between;align-items:center;color:var(--form-input-color, #232323);font-size:var(--form-input-font-size, 14px);line-height:1.4;gap:8px}.custom-dropdown-option:not(.soldout):hover{background-color:var(--form-input-bg);border-color:var(--form-input-color)}.custom-dropdown-option.selected{background-color:var(--form-input-border);color:var(--form-input-color);font-weight:500;border-color:var(--form-input-color)}.custom-dropdown-option.soldout{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}.option-text{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.option-unit-price{font-size:13px;color:#666;white-space:nowrap;margin-left:auto}.custom-dropdown-options::-webkit-scrollbar{width:8px}.custom-dropdown-options::-webkit-scrollbar-track{background:transparent}.custom-dropdown-options::-webkit-scrollbar-thumb{background:var(--form-input-border);border-radius:4px}
/*# sourceMappingURL=/cdn/shop/t/64/assets/custom-select.css.map */
