.custom-selector-wrapper{display:flex;align-items:center;flex-grow:1}.custom-select-container{position:relative;width:90%;-webkit-user-select:none;user-select:none}.custom-select-display{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2.6rem;background-color:var(--color-background);border:1px solid var(--color-text);border-radius:3rem;cursor:pointer;transition:all .2s ease-in-out;height:4.4rem}.custom-select-container svg{transition:transform .3s ease;height:.7rem;width:auto}.custom-select-container.open svg{transform:rotate(180deg)}.custom-select-options{position:absolute;top:calc(100% + 1rem);left:0;right:0;color:var(--color-text);background-color:var(--color-background);list-style:none;padding:0;margin:0;z-index:10;max-height:20rem;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s;border:1px solid var(--color-text)}.custom-select-options::-webkit-scrollbar{width:.2rem}.custom-select-options::-webkit-scrollbar-track{background:var(--color-transparent-background)}.custom-select-options::-webkit-scrollbar-thumb{background:var(--color-text)}.custom-select-container.open .custom-select-options{opacity:1;visibility:visible;transform:translateY(0)}.custom-select-options li{padding:1.2rem 2.6rem;cursor:pointer;font-size:2rem}.custom-select-options li,.selected-option-text{font-size:2rem}.custom-select-options li span,.selected-option-text span{font-weight:lighter}@media screen and (max-width: 767px){.selected-option-text{font-size:1.6rem}.custom-select-container{width:100%}.custom-selector-wrapper{width:100%;font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-quantity-selector.css.map */
