.custom-select-label{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.custom-select{--padding-inline: 2rem;font-size:1.4rem;font-weight:700;height:100%;display:block;position:relative;border:1px solid rgb(var(--color-foreground));border-radius:var(--border-radius-button);isolation:isolate;cursor:pointer}@media (min-width: 750px){.custom-select{font-size:1.8rem}}.custom-select .select-trigger{display:flex;justify-content:space-between;align-items:center;height:100%;min-height:calc(var(--quantity-height) - 2px);padding-inline:var(--padding-inline)}.custom-select .select-options{background-color:rgb(var(--color-background));border:1px solid currentColor;border-bottom-left-radius:var(--border-radius-button);border-bottom-right-radius:var(--border-radius-button);border-top:none;max-height:0;overflow:hidden;position:absolute;top:calc(100% - 3px);left:-1px;right:-1px;opacity:0;transition:max-height .3s ease,opacity .3s ease}.custom-select .select-options.open{max-height:500px;overflow-y:auto;opacity:1}.custom-select .select-arrow{transition:transform .3s ease}.custom-select .select-trigger.open .select-arrow{transform:rotate(180deg)}.custom-select .select-option{display:flex;align-items:center;min-height:var(--quantity-height);padding-inline:var(--padding-inline);cursor:pointer;transition:opacity .2s linear}@media (hover: hover) and (pointer: fine){.custom-select .select-option:hover{opacity:.5}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-select.css.map */
