.product-selector-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr;margin:0 auto}.product-selector-empty-slot{font-size:14px;opacity:.5;padding:40px 20px;text-align:center}.product-selector-right{border:2px solid rgb(var(--color-foreground));border-radius:8px;display:flex;flex-direction:column;gap:20px;height:-moz-fit-content;height:fit-content;padding:20px}.product-selector-selected-list{display:flex;flex-direction:column;min-height:200px}@media screen and (max-width:768px){.product-selector-right{border:0;padding:0}.product-selector-right .details{background-color:rgb(var(--color-background));border-radius:8px;bottom:10px;flex-grow:0;justify-content:center;left:15px;margin:0!important;padding:1.5rem;position:fixed;right:15px;z-index:100}.product-selector-selected-list{border:0}.product-selector-right .details .product-selector-selected-list{max-height:0;min-height:0;min-height:auto;overflow:hidden;padding:0;transition:max-height .5s ease,padding-bottom .4s ease}.product-selector-right .details.open .product-selector-selected-list{max-height:500px;padding-bottom:.5rem}.product-selector-right .details .svg-wrapper{rotate:180deg;width:1.5rem}.product-selector-right .details.open .svg-wrapper{rotate:0deg}div[data-selected-list]{height:185px;overflow:scroll}}.product-selector-selected-list h3{margin:0}.product-selector-selected-item{align-items:center;display:flex;gap:15px;padding:15px 0}.product-selector-selected-item .badge{font-size:1.2rem;width:170px}@media screen and (min-width:750px){.product-selector-selected-item{padding:15px}}.product-selector-selected-image{border-radius:8px;display:flex;flex-shrink:0;height:-moz-fit-content;height:fit-content;overflow:visible;overflow:hidden;width:80px}.product-selector-selected-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-selector-selected-info{flex-grow:1}.product-selector-selected-title{font-size:1.8rem;font-weight:600;margin:0 0 5px}.product-selector-selected-price{align-items:center;display:flex;font-size:13px;gap:10px;opacity:.8}.product-selector-selected-price span{font-size:1.8rem}.product-selector-remove-btn{background:none;border:none;cursor:pointer;opacity:.7;padding:5px}.product-selector-remove-btn:hover{opacity:1}.product-selector-empty-state{font-size:14px;opacity:.5;padding:40px 20px;text-align:center}.product-selector-add-to-cart-btn{margin-top:1.5rem}.product-selector-add-to-cart-btn:disabled{cursor:not-allowed;opacity:.5}@media screen and (max-width:749px){.product-selector-container{gap:30px;grid-template-columns:1fr}}.product-selector-total-price{align-items:center;display:flex;gap:2.5rem;justify-content:space-between}.product-selector-total-price s{color:red;color:rgba(var(--color-foreground),.75);font-size:1.3rem;font-weight:400;text-decoration:line-through}.product-selector-total-price .price--regular{font-size:1.8rem}.data-total-price{align-items:center;display:flex;gap:10px;justify-content:center}.progress-container{background:#e1e1e1;border-radius:5px;height:8px;margin-top:8px;overflow:hidden;position:relative}.progress-bar{background:linear-gradient(90deg,#176c28,#24bf44);border-radius:0 5px 5px 0;height:100%;transition:width .3s ease;width:0}