@charset "UTF-8";
.basket-wrapper{background:#fff;grid-template-columns:1fr 1rem;align-items:center;width:max-content;padding:0 1rem;font-weight:700;display:grid}.basket-wrapper:hover{cursor:pointer}.basket-wrapper *{height:2rem}.basket-wrapper .text{text-wrap:auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media only screen and (width<=767px){.basket-wrapper{height:1.5rem;font-size:20px}.basket-wrapper .text{max-width:78vw}}@media only screen and (width>=768px){.basket-wrapper{height:2rem;font-size:26px}}.basket-content{caret-color:#000;width:fit-content}.basket-content.mobile{width:auto;max-width:none}.basket-content .options-list.basket{color:#575756;scrollbar-width:thin;max-height:calc(14rem + 5px);overflow-y:auto}.basket-content .options-list.basket .option-row{grid-template-columns:max-content 1fr;align-items:center;column-gap:.5rem;min-width:16rem;min-height:2.8rem;font-size:16px;display:grid}.basket-content .options-list.basket .option-row.selected{background:#f3f3f3}.basket-content .options-list.basket .title{white-space:nowrap;font-weight:700}.basket-content .options-list.basket .desc{overflow-wrap:break-word;word-break:break-word;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
