.build-bundle{display:flex;flex-direction:column;gap:20px;max-width:1660px;margin:0 auto;padding:24px 15px}.custom_bundle_block{display:none}@media screen and (min-width:767px){.build-bundle{align-items:flex-start;flex-direction:row}}@media screen and (min-width:900px){.build-bundle{gap:40px;padding:48px 30px}}.build-bundle_products{flex:1;min-width:0}.build-bundle_products-header{margin-bottom:24px}.build-bundle_products-header h2{font-size:28px;font-weight:700;margin:0 0 8px;line-height:1.2}.build-bundle_products-header p{font-size:15px;color:#666;margin:0}.build-bundle_category{margin-bottom:36px}.build-bundle_category:last-child{margin-bottom:0}.build-bundle_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media screen and (min-width:900px){.build-bundle_grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.build-bundle_grid{grid-template-columns:repeat(4,1fr);gap:16px}}.build-bundle_card{background:#fff;border-radius:12px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column}.build-bundle_card-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f7f7f7;border-radius:12px;cursor:pointer;padding:0}.build-bundle_card-image:focus{outline:none}.build-bundle_card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.build-bundle_card:hover .build-bundle_card-image img{transform:scale(1.04)}.build-bundle_card-content{padding:16px 12px;flex:1;display:flex;flex-direction:column;align-items:center}.bundle_color_options{display:flex;gap:4px;margin-bottom:4px;display:none}.bundle_color_options .color_option{width:16px;height:16px;border-radius:50%;background-color:var(--bg);position:relative}.bundle_color_options .color_option.active:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;border:1px solid #ff005e}.build-bundle_card-title{font-size:15px;font-weight:600;line-height:1.3;margin:0 0 6px;color:#111;text-align:center}.build-bundle_card-price{font-size:14px;color:#333;margin:0 0 6px;font-weight:500}.build-bundle_card-add{margin-top:auto;padding:10px 16px;background:#ff005e;color:#fff;border:none;border-radius:999px;width:100%;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,transform .15s ease;line-height:1.2}.build-bundle_card-add:hover{background:#333}.build-bundle_card-add:active{transform:scale(.97)}.build-bundle_card-add.is-added{background:#2d8a3e}.build-bundle_panel{width:35%;min-width:320px;flex-shrink:0;background:#fff;border-radius:16px;padding:24px;border:1px solid #eee;position:sticky;top:20px}@media screen and (max-width:900px){.build-bundle_panel{padding:16px}}@media screen and (max-width:767px){.build-bundle_panel{width:100%;position:fixed;top:auto;bottom:0;left:0;z-index:999}}.bundle_paner_header{display:flex;justify-content:space-between}.bundle-product-expand{display:flex;align-items:center;gap:2px;border:0;background:none}.bundle-product-expand svg{transition:all .3s}.bundle-product-expand.active span{display:none}.bundle-product-expand.active svg{transform:rotate(180deg)}.build-bundle_panel-title{font-size:22px;font-weight:700;margin:0;line-height:1.2}.build-bundle_progress{margin-block:24px;position:relative}.build-bundle_progress-label{font-size:13px;color:#555;margin-bottom:14px;line-height:1.4}.build-bundle_progress-bar{position:absolute;left:0;top:8px;width:87%;height:4px;background:#eee;border-radius:3px;overflow:visible;margin:0 10px}.build-bundle_progress-fill{position:absolute;top:0;left:0;height:100%;background:#111;border-radius:3px;transition:width .4s ease;width:0%}.build-bundle_milestones{position:relative;display:flex;justify-content:space-between}.build-bundle_milestone{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.build-bundle_milestone-dot{width:20px;height:20px;border-radius:50%;background:#d5d5d5;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.build-bundle_milestone.active .build-bundle_milestone-dot{background:#000;border-color:#000}.build-bundle_milestone-label{font-size:11px;color:#666;text-align:center;line-height:1.3;max-width:70px}.build-bundle_milestone.is-achieved .build-bundle_milestone-label{color:#111;font-weight:600}.build-bundle_milestone-price{font-size:10px;color:#999;margin-top:2px}@media screen and (max-width:767px){.build-bundle_progress{margin-block:16px}}.build-bundle_items-wrapper{position:relative;margin-bottom:16px;display:flex;align-items:center}.build-bundle_items-scroll{display:flex;gap:10px;flex:1;overflow:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;position:relative;scrollbar-width:thin;scrollbar-color:#ddd transparent}.build-bundle_items-scroll::-webkit-scrollbar{height:6px}.build-bundle_items-scroll::-webkit-scrollbar-track{background:transparent}.build-bundle_items-scroll::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.build-bundle_items-scroll::-webkit-scrollbar-button{width:0;height:0;background:#fff}.build-bundle_items-scroll::-webkit-scrollbar-thumb:hover{background:#bbb}@media screen and (max-width:767px){.build-bundle_items-wrapper{margin-bottom:0;display:none}}.build-bundle_items-scroll.is-scrolled-start:before,.build-bundle_items-scroll.is-scrolled-end:after{content:"";position:absolute;top:0;bottom:0;width:24px;pointer-events:none;z-index:2}.build-bundle_items-scroll.is-scrolled-start:before{left:0;background:linear-gradient(to right,#fff 0%,transparent 100%)}.build-bundle_items-scroll.is-scrolled-end:after{right:0;background:linear-gradient(to left,#fff 0%,transparent 100%)}.build-bundle_items{flex-direction:column;flex:0 0 calc((100% - 20px) / 3);display:flex;align-items:center;justify-content:center;font-size:12px;gap:12px;aspect-ratio:1;border:1px dashed #757470;border-radius:10px;position:relative;align-self:self-start;line-height:1.3}.build-bundle_items.no_empty{border:0}.bundle-selected_remove{background:var(--color-primary);width:18px;height:18px;color:var(--color-white);border:none;border-radius:100%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:5px;right:5px;background:#000;color:#fff;font-size:16px}.build-bundle_scroll-btn{position:absolute;top:50%;transform:translateY(-50%);display:none;width:28px;height:28px;border-radius:50%;background:#ff005e;color:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000001f;cursor:pointer;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,opacity .2s ease;z-index:3}.build-bundle_scroll-btn:hover{background:#f7f7f7;border-color:#ccc;color:#000}.build-bundle_scroll-btn.active{display:flex}.build-bundle_scroll-btn svg{flex-shrink:0}.build-bundle_scroll-btn--prev{left:-14px}.build-bundle_scroll-btn--next{right:-14px}.build-bundle_items-empty{display:none;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px;min-height:80px;width:100%;color:#999;font-size:13px;text-align:center}.build-bundle_items-empty .build-bundle_item-plus{font-size:24px;color:#ccc}.build-bundle_items-empty-text{color:#999}.build-bundle_item-slot{flex:0 0 auto;width:72px;height:72px;border:2px dashed #ddd;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;background:#fafafa;transition:border-color .2s ease,background .2s ease;cursor:pointer}.build-bundle_item-slot:hover{border-color:#999;background:#f5f5f5}.build-bundle_item-slot.has-product{border:2px solid #111;background:#fff;cursor:default;overflow:hidden;padding:0}.build-bundle_item-slot.has-product:hover{border-color:#333}.build-bundle_item-plus{font-size:32px;color:#bbb;font-weight:300;line-height:1}.build-bundle_item-image{width:100%;height:100%;object-fit:cover}.build-bundle_item-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#000000a6;color:#fff;border:none;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;padding:0}.build-bundle_item-slot.has-product:hover .build-bundle_item-remove{opacity:1}.build-bundle_summary{display:none;border-top:1px solid #eee;padding-top:20px;margin-bottom:20px}.build-bundle_subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:16px;gap:6px;color:#000;align-items:center}.build-bundle_subtotal-label{font-weight:500;flex:1}.build-bundle_discount{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:14px}.build-bundle_subtotal-value{text-decoration:line-through}.build-bundle_discount-value{font-weight:600;color:#ff005e}.build-bundle_off-value{background:#ff005e;color:#fff;padding:0 8px;font-size:14px}@media screen and (max-width:767px){.build-bundle_summary{padding-top:10px;margin-bottom:10px}}.build-bundle_add-cart{display:block;width:100%;padding:16px 24px;background:#ff005e;color:#fff;border:none;border-radius:999px;font-size:16px;font-weight:600;cursor:pointer;text-align:center;transition:background .2s ease,transform .15s ease;text-decoration:none;line-height:1.2}.build-bundle_add-cart:hover{background:#333}.build-bundle_add-cart:active{transform:scale(.99)}.build-bundle_add-cart:disabled{background:#ccc;cursor:not-allowed}@media screen and (max-width:768px){.build-bundle_add-cart{padding-block:12px;font-size:14px}}.build-bundle_guarantees{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12px;color:#666;justify-content:center}.build-bundle_guarantees span{display:inline-flex;align-items:center;gap:4px}.build-bundle_guarantees .icon-check{color:#2d8a3e;font-weight:700}.build-bundle_card.is-selected .build-bundle_card-image{outline:3px solid #111;outline-offset:-3px}.build-bundle_card.is-selected .build-bundle_card-add{background:#2d8a3e}@keyframes bundle-pop{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.build-bundle_item-slot.animate-pop{animation:bundle-pop .3s ease}.products_filter{display:flex;margin-bottom:24px;transition:top .3s ease}.filter_inner .filter_title{font-size:clamp(18px,1.25vw,24px);color:#000;font-weight:500;white-space:nowrap}.products_filter .filter_inner{display:flex;gap:16px;overflow:hidden;align-items:center;border-top:2px solid #222}.filter_inner .filter_wrapper{display:flex;white-space:nowrap;overflow:auto;gap:20px;padding-block:16px}.filter_wrapper .item{padding:8px 16px;border-radius:48px;border:2px solid #ff005e;cursor:pointer;color:#000;line-height:1;font-size:16px}.filter_wrapper .item.active{background:#ff005e;color:#fff}@media screen and (max-width:1179px){.products_filter.active{position:sticky;z-index:999;top:0;background:#fff}.products_filter .filter_inner{gap:10px}}@media screen and (max-width:768px){.filter_inner .filter_wrapper{gap:10px;padding-block:0 16px}.products_filter.active .filter_wrapper{padding-block:12px}.products_filter .filter_inner{border-top:0}.filter_inner .filter_title{font-size:16px;display:none}.filter_wrapper .item{padding:8px 10px;font-size:12px}}@media screen and (max-width:768px){.Avada-Faqs_Button.right{bottom:calc(218px + 26dvh);right:7px!important}div[class^="needsclick kl-teaser-"],#dynamic-react-root+div>.needsclick:first-child{bottom:calc(270px + 26dvh)!important;margin:0!important}}
/*# sourceMappingURL=/cdn/shop/t/208/assets/component-build-bundle.css.map */
