.foxsell-dropdown-container{width:100%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:16px}.foxsell-bundle-price-container{display:flex;flex-direction:column;gap:2px;padding-top:16px;border-top:1px solid #0000001a}.foxsell-bundle-price{color:#333;text-align:left;border-radius:8px;position:relative;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.foxsell-bundle-price .final-price{color:#161618;font-family:var(--custom_body_font);font-size:32px;font-weight:400;line-height:1;order:1}.foxsell-bundle-price .original-price{color:#161618;text-decoration:line-through;font-family:var(--custom_body_font);font-size:20px;font-weight:700;order:2;line-height:1}.foxsell-bundle-tax-info{color:#161618;font-family:var(--custom_body_font);font-size:20px;font-weight:500;line-height:1.25}.discount-badge{background-color:#ff682c;color:#fff;font-size:14px;font-weight:600;padding:4px 8px;border-radius:4px;display:inline-flex;align-items:center;margin-left:auto;order:3;align-self:center}.foxsell-dropdown-title{display:block;font-size:16px;font-weight:500;color:#333;font-family:var(--custom_body_font)}.foxsell-dropdown{width:100%;position:relative}.foxsell-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;background:#fff;margin-bottom:2px}.foxsell-dropdown__selected{display:flex;align-items:center;gap:15px}.foxsell-dropdown__selected-image{width:50px;height:50px}.foxsell-dropdown__selected-image img{width:100%;height:100%;border-radius:5px;object-fit:cover}.foxsell-dropdown__selected-info{display:flex;flex-direction:column;gap:4px}.foxsell-dropdown__selected-title{font-size:16px;font-weight:700;color:#333;font-family:var(--custom_body_font)}.foxsell-dropdown__selected-type{font-size:14px;color:#666}.foxsell-dropdown__icon{color:#333;display:flex;transition:transform .3s ease}.foxsell-dropdown.active .foxsell-dropdown__icon{transform:rotate(180deg)}.foxsell-dropdown__content{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;border:1px solid #e0e0e0;border-radius:8px;background:#fff;z-index:1000;box-shadow:0 4px 6px #0000001a}.foxsell-dropdown.active .foxsell-dropdown__content{display:block}.foxsell-dropdown__search{padding:10px}.foxsell-dropdown__search-input{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px}.foxsell-dropdown__filters{display:flex;gap:10px;padding:10px;flex-wrap:wrap}.foxsell-dropdown__filter{padding:8px 20px;border:none;border-radius:20px;background:#f5f5f5;cursor:pointer;font-size:14px;transition:all .3s ease}.foxsell-dropdown__filter.active{background:#000;color:#fff}.foxsell-dropdown__items{max-height:260px;overflow-y:auto;display:flex;flex-direction:column}.foxsell-dropdown__items::-webkit-scrollbar{width:6px}.foxsell-dropdown__items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.foxsell-dropdown__items::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.foxsell-dropdown__items::-webkit-scrollbar-thumb:hover{background:#666}.foxsell-dropdown__item{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s ease}.foxsell-dropdown__item:hover{background-color:#f9f9f9}.foxsell-dropdown__item:last-child{border-bottom:none}.foxsell-dropdown__item-image{width:40px;height:40px;margin-right:15px}.foxsell-dropdown__item-image img{width:100%;height:100%;object-fit:cover}.foxsell-dropdown__item-info{flex:1;display:flex;gap:10px;justify-content:space-between;align-items:center}.foxsell-dropdown__item-title{font-size:14px;color:#333;font-family:var(--custom_body_font)}.best-seller{display:inline-block;padding:4px 8px;background:#000;color:#fff;border-radius:4px;font-size:12px;margin-right:8px}.foxsell-dropdown__item-price{color:#666;font-size:14px;font-weight:700;text-align:right;min-width:fit-content}.foxsell-dropdown__item.foxsell-dropdown__unavailable{opacity:.5;cursor:not-allowed;position:relative}.foxsell-dropdown__item.foxsell-dropdown__unavailable:after{content:var(--sold-out-text);position:absolute;right:12px;top:50%;transform:translateY(-50%);background:#e5e5e5;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;color:#666}.foxsell-dropdown-wrapper{display:flex;flex-direction:column;gap:15px}.foxsell-dropdown-add-to-cart-button{text-align:center}.foxsell-add-to-cart-btn{--foxsell-atc-height: 60px;width:100%;position:relative;min-height:var(--foxsell-atc-height);height:var(--foxsell-atc-height);display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.foxsell-dropdown-add-to-cart-button .new-product-countdown{margin-bottom:8px}.foxsell-dropdown-add-to-cart-button .new-button-footer{margin-top:8px}.foxsell-add-to-cart-btn:hover{background-color:#333}.foxsell-add-to-cart-btn:disabled,.foxsell-add-to-cart-btn.disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.foxsell-add-to-cart-btn[data-foxsell-atc-loading=true]{min-height:var(--foxsell-atc-height);height:var(--foxsell-atc-height);padding-block:0;background-color:#e36c5c;border-color:#e36c5c;color:transparent!important;cursor:wait;opacity:1;pointer-events:none}.foxsell-add-to-cart-btn[data-foxsell-atc-loading=true]:before{content:"";position:absolute;left:50%;top:50%;z-index:2;width:22px;height:22px;border:3px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;transform:translate(-50%,-50%);animation:foxsell-atc-spin .7s linear infinite;pointer-events:none}@keyframes foxsell-atc-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.foxsell-add-to-cart-btn:disabled:hover,.foxsell-add-to-cart-btn.disabled:hover{background-color:#ccc}@media screen and (max-width:768px){.foxsell-bundle-price .final-price{font-size:26px}.foxsell-bundle-price .original-price,.foxsell-bundle-tax-info{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/195/assets/foxsell-dropdown.css.map */
