.bundle_main .container{padding-left:var(--outer);padding-right:var(--outer)}.bundle_products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:30px 0}.bundle_product{display:flex;flex-direction:column;align-items:center}.bundle_product_image{width:100%;display:flex}.bundle_product_image img{width:100%;height:100%;object-fit:contain}.bundle_product p{text-align:center;font-weight:600}.bundle_product .add_to_box{padding:12px 20px;background-color:#000;color:#fff;margin-top:10px;margin-bottom:10px}.bundle_product .add_to_box[disabled]{opacity:.5}.bundle_product .add_to_box.mobile_btn{display:none}.bundle_product .bundle_product_options,.bundle_product select{width:100%}.bundle_progess_bar{display:none;gap:10px;background-color:#000;padding:15px;color:#fff;align-items:center;position:fixed;width:100%;top:70px}.bundle_progess_bar.qualified{background-color:green}.bundle_progess_bar .tick_icon{border-radius:100%;border:2px solid #fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:none}.bundle_progess_bar u{cursor:pointer}.bundle_cart_drawer{display:none;background-color:#fff;height:100vh;width:500px;position:fixed;top:0;right:0;z-index:9999;padding:30px;flex-direction:column}.bundle_cart_drawer_overlay{width:100%;height:100%;position:fixed;top:0;right:0;z-index:9999;background-color:#00000080;display:none}.bundle_cart_drawer.active,.bundle_cart_drawer_overlay.active{display:flex}.bundle_cart_drawer_header{display:flex;align-items:center;justify-content:space-between}.bundle_cart_drawer_body{flex:1}.bundle_cart_drawer_footer button{width:100%;padding:15px;background-color:#000;color:#fff;margin-top:20px;margin-bottom:60px;display:flex;justify-content:center;align-items:center}.bundle_cart_drawer_footer button .loading_svg{width:30px;height:20px;display:none}.bundle_cart_drawer_footer button.loading_state .loading_svg{display:flex}.bundle_cart_drawer_footer button.loading_state .bundle_cart_drawer_footer_text{display:none}.bundle_cart_drawer_items{padding-top:20px}.bundle_cart_drawer_item{display:flex;padding:10px 0;align-items:center;gap:10px;justify-content:space-between}.bundle_cart_drawer_item_content{display:flex;align-items:center;gap:15px}.bundle_cart_drawer_item img{width:70px;height:70px;object-fit:contain}.bundle_cart_drawer_item_actions{display:flex;align-items:center;gap:5px}.bundle_cart_drawer_footer{position:sticky;bottom:0}.bundle_product_popup_main{position:fixed;top:20px;left:20px;background-color:#fff;width:calc(100% - 40px);height:90vh;box-shadow:0 15px 45px #0000001a;overflow:hidden;overflow-y:scroll;display:none;visibility:hidden;opacity:0;z-index:-1;box-shadow:0 0 10px 10px #e7e7e7}.bundle_product_popup_main.open{display:block;visibility:visible;opacity:1;z-index:99999}.bundle_product_popup_inner{position:relative;padding:20px}.bundle_product_popup_header{position:sticky;top:0;z-index:999;background-color:#fff;display:flex;flex-direction:row-reverse}.bundle_product_popup_main .popup_logo{text-align:center;width:100%}.bundle_product_popup_main .popup_logo img{width:130px;height:auto;object-fit:contain}.bundle_product_popup_inner_content{display:flex;flex-direction:column;align-items:center;max-width:320px;margin:auto}.bundle_product_popup_inner_content .popup_images{width:300px;height:300px}.bundle_product_popup_inner_content .popup_images img{width:100%;height:100%;object-fit:cover}.bundle_product_popup_inner_content .popup_closebtn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0}.bundle_product_popup_inner_content .popup_title{text-align:center;font-size:20px;padding-top:10px;display:block}.bundle_product_popup_inner_content .popup_addbtn{width:100%;height:45px;background-color:#000;color:#fff;display:flex;gap:10px;align-items:center;justify-content:center}.bundle_product_popup_inner_content .content_desc{padding-top:10px}.bundle_product_popup_inner_content .slick-dots{bottom:-50px!important;margin-left:0!important}.bundle_product_popup_inner_content .slick-dots li{margin:0!important}.bundle_product_popup_inner_content .slick-dots li button:before{font-size:8px}.bundle_product_popup_inner_content .slick-dots li.slick-active button:before{font-size:10px}.bundle_product_popup_inner_content .slick-arrow{width:30px;height:30px;margin:0;z-index:9}.bundle_product_popup_inner_content .slick-prev{left:0}.bundle_product_popup_inner_content .slick-prev:before{content:"";width:10px;height:10px;display:block;border-top:2px solid #000;border-right:2px solid #000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(225deg)}.bundle_product_popup_inner_content .slick-next{right:0}.bundle_product_popup_inner_content .slick-next:before{content:"";width:10px;height:10px;display:block;border-top:2px solid #000;border-right:2px solid #000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.bundle_product_popup_content{width:100%}.bundle_product_popup_inner_content .option_name_values{display:flex;gap:20px;flex-wrap:wrap;padding:10px 0}.bundle_product_popup_inner_content .option_name_value input{display:none}.bundle_product_popup_inner_content .option_name_value label{border:1px solid #bdbdbd;padding:6px 10px;display:block;width:max-content;cursor:pointer}.bundle_product_popup_inner_content .option_name_value input:checked+label{background-color:#f5f5f5;border:1px solid #000}.bundle_main h3{text-align:center;padding-top:30px;margin:0;font-size:42px}@media (max-width:767px){.bundle_main h3{font-size:24px}.bundle_products{grid-template-columns:repeat(2,1fr);gap:5px}.bundle_product p{font-weight:300;font-size:13px;flex-grow:1}.bundle_product .bundle_product_options{display:none}.bundle_product .add_to_box{width:100%;font-size:13px;display:none}.bundle_product .add_to_box.mobile_btn{display:block}.bundle_progess_bar .aex-gift-box-progress-bar-text{font-size:13px;font-weight:300;line-height:150%}.bundle_cart_drawer{width:100%;padding:15px}.bundle_cart_drawer_header h2{font-size:30px}.bundle_cart_drawer_item p{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/bundle-builder.css.map */
