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