main>section#product-selection .dropdown-panel>label{cursor:pointer;align-items:center;margin-bottom:12px;display:flex;position:relative}main>section#product-selection .dropdown-panel>label:last-child{margin-bottom:0}main>section#product-selection .dropdown-panel>label>input{display:none}main>section#product-selection .dropdown-panel>label>img{position:absolute}.checkmark{border:1px solid #fff;width:18px;height:18px;margin-right:9px;display:inline-block;position:relative}.checkmark:hover{opacity:.8}main>section#product-selection{z-index:2}main>section#product-selection>div.dropdown-row{flex-direction:column;gap:24px;display:flex}.dropdown-field{width:100%;position:relative}.dropdown-trigger-wrap{width:100%}.dropdown-label{color:#d6d6d6;margin-bottom:6px;display:block}.dropdown-trigger{border:0;border-bottom:var(--border);color:#aeaeae;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:0 0 10px;display:flex}.dropdown-trigger[aria-expanded=true]{color:#fff}.dropdown-chevron{flex-shrink:0;width:12px;height:8px;margin-left:10px;transition:transform .15s}.dropdown-trigger[aria-expanded=true]>.dropdown-chevron{transform:rotate(180deg)}.dropdown-panel{z-index:10;background-color:#131313;padding:16px;position:absolute;top:100%;left:0;right:0}@media screen and (width>=762px){main>section#product-selection>div.dropdown-row{flex-direction:row;gap:40px;width:50%}}