.color-swatch{position:relative}.color-swatch__discount-badge{color:#fff;background:#ff6a00;justify-content:center;align-items:center;width:100%;height:21px;font-size:14px;font-weight:500;display:flex;position:absolute;bottom:0;left:0}.color-swatch--disabled .color-swatch__discount-badge{display:none}.color-swatch--disabled{position:relative}.color-swatch--disabled:after{content:"";pointer-events:none;background:linear-gradient(to top left,#0000 calc(50% - 1px),#868686 calc(50% - 1px) calc(50% + 1px),#0000 calc(50% + 1px));width:100%;height:100%;position:absolute;top:0;left:0}.custom-dropdown{white-space:nowrap;width:min-content;min-width:280px;margin-top:10px;font-family:inherit;font-size:1rem;position:relative}.custom-dropdown__selected{color:#2f543c;cursor:pointer;background:#fff;border:2px solid #86868633;align-items:center;min-height:44px;padding:12px 70px 12px 12px;font-weight:400;transition:border .2s;display:flex;position:relative}.custom-dropdown.open .custom-dropdown__selected{color:#000;font-weight:700}.custom-dropdown__selected:after{content:"";background:var(--icon-chevron-up);background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;margin:auto;position:absolute;top:0;bottom:0;right:12px}.custom-dropdown:not(.open) .custom-dropdown__selected:after{transform:rotate(180deg)}.custom-dropdown__list{z-index:1;background:#fff;border:1px solid #86868633;border-top:none;width:100%;max-height:320px;margin:0;padding:0;list-style:none;display:none;position:absolute;top:calc(100% - 1px);left:0;overflow-y:auto}.custom-dropdown.open .custom-dropdown__list{display:block}.custom-dropdown__option{cursor:pointer;color:#000;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fff;padding:12px;font-weight:400;line-height:110%;transition:background .15s}.custom-dropdown__option:last-child{border-bottom:none}.custom-dropdown__option:hover,.custom-dropdown__option:focus,.custom-dropdown__option--selected{background:#e5f0e9}.custom-dropdown__option--soldout{opacity:.5;text-decoration:line-through}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}