.custom-select{position:relative;width:100%;height:100%}.custom-select__list,.custom-select__title{font-family:var(--font-bold-family);font-weight:var(--font-bold-weight);font-style:var(--font-bold-style)}.custom-select__list .last,.custom-select__title .last{font-size:.625rem;line-height:.8125rem;font-family:var(--font-regular-family);font-weight:var(--font-regular-weight);font-style:var(--font-regular-style)}.custom-select__title{background:var(--color-off-white);border:none;box-sizing:border-box;cursor:pointer;position:relative;width:100%;text-align:left;font-size:1.125rem;line-height:1.5rem;color:var(--color-brand-primary);padding:1rem 1.75rem;height:100%}.custom-select__title span{display:block;pointer-events:none}.custom-select__list{background:var(--color-white);display:none;height:0;overflow:hidden;list-style:none;opacity:0;position:absolute;transition:.2s linear;width:100%;z-index:-999;box-shadow:0 0 15px rgba(41,41,42,.1);padding:0}.custom-select__list li{cursor:pointer;font-size:1.125rem;line-height:1.5rem;padding:.8125rem 2rem;min-height:4rem;text-align:center;border-bottom:.0625rem solid var(--color-off-white);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-select__list li span{display:block;pointer-events:none}.custom-select__list li:active,.custom-select__list li:focus,.custom-select__list li:hover{color:var(--color-brand-primary)}.custom-select__list li.custom-select__close{flex-direction:row;font-family:var(--font-regular-family);font-weight:var(--font-regular-weight);font-style:var(--font-regular-style)}.custom-select__list li[data-value=placeholder]{display:none}.custom-select__list li.disabled span{opacity:.3;cursor:default;pointer-events:none}.custom-select__list.is-open{display:block;height:auto;opacity:1;z-index:999}@media screen and (max-width:767px){.product-add-to-cart--sticky.show .custom-select__list.is-open{bottom:100%;display:flex;flex-direction:column;width:100%;position:fixed;left:0}}.custom-select__close{background:var(--color-black);color:var(--color-white);display:flex;align-items:center;justify-content:center}.custom-select__close:active,.custom-select__close:focus,.custom-select__close:hover{background:var(--color-brand-secondary);color:var(--color-brand-text-on-secondary)}.custom-select__close svg{width:1.5rem;height:1.5rem}@media screen and (min-width:768px){.product-add-to-cart--sticky.show .custom-select__close{display:none}}@media screen and (max-width:767px){.product-add-to-cart--sticky.show .custom-select__close{order:-1}}