.custom-select{text-transform:uppercase;flex:0 1 auto;display:block;cursor:pointer;position:relative;z-index:12}.custom-select__current{font-size:14px;line-height:1.43;background-color:var(--white);display:flex;justify-content:space-between;align-items:center;gap:21px;padding:6px 20px;border:2px solid var(--purple);border-radius:30px;position:relative}.custom-select.is-open{position:relative}.custom-select.is-open .custom-select__current{z-index:13}.custom-select.is-open .custom-select__current svg{transform:rotate(180deg)}.custom-select ul{list-style-type:none;color:#000;background-color:var(--white);padding-top:20px;border-radius:6px;box-shadow:0 3px 6px #00000029;margin:0;position:absolute;top:calc(100% - 20px);left:0;right:0;overflow:hidden;z-index:11;transform-origin:top center;transform:scaleY(0);transition:transform .3s ease-in-out}.custom-select.is-open ul{transform:scaleY(1)}.custom-select li{margin:0}.custom-select li.soldout{opacity:.5;cursor:not-allowed}.custom-select ul span{display:block;padding:5px 8px;cursor:pointer;transition:background-color .3s ease-in-out}.custom-select .is-active{background-color:#5954971a}@media (hover: hover) and (pointer: fine){.custom-select ul span:hover{background-color:#5954971a}}@media (min-width: 990px){.custom-select__current{gap:14px}}.custom-select.is-open ul{transform:scaleY(1);z-index:9999;height:94px;overflow-y:scroll;padding-top:0}
/*# sourceMappingURL=/cdn/shop/t/173/assets/custom-select.css.map */
