:root{--bundle-orange: #ee7019;--bundle-orange-dark: #d56515;--bundle-blue: #005ba7;--bundle-blue-dark: #004a8c;--bundle-purple: #764ba2;--bundle-green: #4CAF50;--bundle-green-light: #66BB6A;--bundle-pink: #f093fb;--bundle-pink-dark: #f5576c;--bundle-yellow: #ffeb67;--bundle-yellow-dark: #ffe033;--bundle-white: #ffffff;--bundle-gray: #f5f5f5;--bundle-text: #333333;--bundle-text-light: #666666;--bundle-radius: 15px;--bundle-radius-sm: 8px;--bundle-transition: all .3s cubic-bezier(.4, 0, .2, 1);--bundle-shadow: 0 10px 30px rgba(0,0,0,.15);--bundle-shadow-lg: 0 20px 40px rgba(0,0,0,.2)}*{box-sizing:border-box}.bundle-header-modern{background:var(--bundle-orange);padding:60px 20px;position:relative;overflow:hidden;margin-bottom:-2px}.bundle-header-modern:before,.bundle-header-modern:after{display:none!important}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.header-content-modern{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.header-left{flex:1;max-width:650px}.bundle-title-modern{font-size:4rem;color:var(--bundle-white);font-family:Panton,sans-serif;font-weight:900;margin-bottom:30px;text-shadow:2px 2px 4px rgba(0,0,0,.1);line-height:1.2}.header-features{list-style:none;padding:0;margin:40px 0 0}.header-features li{display:flex;align-items:center;color:#fff;font-size:1.5rem;font-weight:400;margin-bottom:22px;line-height:1.4}.feature-icon{width:42px;height:42px;background:var(--bundle-white);border-radius:50%;margin-right:36px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.tube-container{position:absolute;width:100%;height:100%;transform-style:preserve-3d;animation:rotate3d 10s linear infinite}@keyframes rotate3d{0%{transform:rotateY(0) rotateX(10deg)}to{transform:rotateY(360deg) rotateX(10deg)}}.tube{width:60px;height:120px;border-radius:30px;position:absolute;box-shadow:0 10px 30px #0003}.tube:nth-child(1){left:50px;top:20px;transform:rotate(-15deg);background:linear-gradient(135deg,var(--bundle-pink) 0%,var(--bundle-pink-dark) 100%)}.tube:nth-child(2){left:120px;top:40px;transform:rotate(10deg);background:linear-gradient(135deg,var(--bundle-blue) 0%,var(--bundle-purple) 100%)}.tube:nth-child(3){left:190px;top:25px;transform:rotate(-5deg);background:linear-gradient(135deg,var(--bundle-green) 0%,var(--bundle-green-light) 100%)}.bundle-main-modern{background:var(--bundle-blue);min-height:100vh;padding:40px 20px;position:relative}.bundle-main-modern:before{display:none!important}.content-wrapper-modern{max-width:1400px;margin:0 auto;display:flex;gap:30px;position:relative;z-index:1}.products-section-modern{flex:1;min-width:0}.section-title-modern{color:var(--bundle-white);font-size:2.5rem;font-weight:700;font-style:normal;margin-bottom:30px;text-shadow:none}.products-grid-modern{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 30px;margin-bottom:40px}.product-card-modern{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;transition:none;cursor:default}.product-card-modern:hover{transform:none!important}.product-image-visual{width:200px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:25px;position:relative;cursor:pointer;transition:transform .3s ease}.product-image-visual:hover{transform:scale(1.1)}.product-main-image{width:auto;max-height:100%;object-fit:contain;transition:opacity .2s ease-in-out,transform .3s ease}.product-card-modern:hover .product-main-image{transform:none!important}.product-image-visual:hover .product-main-image{animation:floating 1s ease-in-out infinite;transform:scale(1.5)}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.stickpack-fallback{width:120px;height:180px;background:linear-gradient(135deg,var(--bundle-orange) 0%,var(--bundle-orange-dark) 100%);border-radius:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;transform:rotate(-10deg);box-shadow:0 10px 30px #0003}.stickpack-brand{font-size:.8rem;margin-bottom:5px;opacity:.9}.stickpack-text{font-size:.7rem;text-align:center;padding:0 10px}.product-info-modern{width:100%;display:flex;flex-direction:column;align-items:center}.product-name-modern{font-size:1.1rem;font-weight:700;font-family:Panton,sans-serif!important;margin-bottom:8px;color:var(--bundle-white);line-height:1.3;text-align:center;text-transform:uppercase;height:2.6em;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-details-modern{font-size:.9rem;color:#fffc;margin-bottom:15px;line-height:1.4;height:1.4em;min-height:1.4em}.product-actions-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;width:100%}.product-price-wrap{display:flex;align-items:center;gap:8px}.product-price-current{color:#fff;font-size:1.2rem;font-weight:700}.product-price-badge{display:inline-block;background:var(--bundle-yellow);color:var(--bundle-blue);font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:6px}.btn-add-bundle{border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;height:42px;width:42px;min-width:42px;border-radius:50%;transition:transform .12s,background .15s,opacity .15s;font-size:1.5rem;font-weight:700;background:var(--bundle-yellow)!important;opacity:.5;color:#888!important}.btn-add-bundle.is-active{background:var(--bundle-yellow)!important;opacity:1;color:var(--bundle-blue)!important;font-size:1rem}.btn-add-bundle:hover{transform:scale(1.11);opacity:1;color:var(--bundle-blue)!important}.selected-badge{position:absolute;top:10px;right:10px;background:var(--bundle-green);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #0003}.quantity-controls-modern{display:none!important;align-items:center;justify-content:center;gap:12px;margin-top:10px;padding:8px;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:var(--bundle-transition)}.product-card-modern.selected .quantity-controls-modern{display:flex!important;opacity:1;visibility:visible}.product-card-modern.selected .btn-add-modern{display:none!important}.qty-btn-modern{width:30px;height:30px;border:none;background:var(--bundle-white);color:var(--bundle-blue);border-radius:50%;font-size:1.2rem;font-weight:700;cursor:pointer;transition:var(--bundle-transition);display:flex;align-items:center;justify-content:center;line-height:1}.qty-btn-modern:hover{background:var(--bundle-blue);color:var(--bundle-white);transform:scale(1.1)}.qty-display-modern{min-width:40px;text-align:center;font-size:1.1rem;font-weight:700;color:var(--bundle-white)}.bundle-summary-modern{width:350px;position:sticky;top:20px;height:fit-content}.summary-card-modern{background:var(--bundle-orange)!important;border-radius:20px;padding:25px;color:var(--bundle-white);box-shadow:var(--bundle-shadow-lg);position:relative;overflow:hidden}.summary-card-modern:before{display:none!important}.summary-title-modern{font-size:1.4rem;font-weight:700;margin-bottom:20px;position:relative;z-index:1;text-align:left}.pack-selector-bundle{display:flex;gap:15px;justify-content:left;align-items:center;padding:10px 0;margin-bottom:35px}.pack-option-bundle{width:90px;height:auto;padding:12px;border:2px solid var(--bundle-yellow);border-radius:25px;background:transparent;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto}.pack-option-bundle:hover{border-color:#fff!important}.pack-option-bundle.active{background:var(--bundle-yellow)!important;border-color:var(--bundle-yellow);box-shadow:0 4px 15px #ffeb6766}.pack-option-bundle .pack-number{font-family:Panton,sans-serif;font-weight:900;font-size:15px;color:var(--bundle-yellow);text-transform:uppercase;letter-spacing:.05em}.pack-option-bundle.active .pack-number{color:var(--bundle-orange)!important}.pack-option-bundle .pack-savings{background:var(--bundle-blue);position:absolute;top:40px;color:#fff;padding:3px 8px;border-radius:8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.selected-products-area{margin-bottom:25px;min-height:180px}.product-boxes-container{display:flex;gap:15px;justify-content:left;padding:15px 0}.product-box{width:100px;display:flex;flex-direction:column;align-items:center}.product-box-image{width:100px;height:120px;border:2px dashed rgba(255,255,255,.3);border-radius:15px;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden;position:relative;transition:all .3s ease}.product-box-image.has-product{border-style:solid;border-color:#ffffff80;background:#ffffff1a;cursor:pointer}.product-box-image.has-product:after{content:"\2715";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;color:#fff;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none;border-radius:13px}.product-box-image.has-product:hover:after{opacity:1}.product-box-image.has-product:hover{transform:scale(1.05);border-color:#fffc}.product-box-image img{max-width:80%;max-height:80%;object-fit:contain}.product-box-title{margin-top:8px;font-size:.85rem;color:#fff;text-align:center;font-weight:600;min-height:20px;line-height:1.2}.bundle-pricing-summary{background:#ffffff1a;border-radius:15px;padding:20px;margin-bottom:20px}.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;color:#fff}.pricing-row.pricing-subtotal,.pricing-row.pricing-discount{border-bottom:1px solid rgba(255,255,255,.2)}.pricing-label{font-size:.95rem;font-weight:500}.pricing-value{font-size:1rem;font-weight:700}.pricing-discount-value{color:var(--bundle-yellow)}.pricing-row.pricing-total{margin-top:5px}.pricing-row.pricing-total .pricing-label,.pricing-row.pricing-total .pricing-value{font-size:1.2rem;font-weight:800}.btn-submit-modern{width:100%;padding:18px 20px;background:var(--bundle-yellow)!important;color:var(--bundle-blue)!important;border:none;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;text-transform:uppercase;transition:all .3s ease;position:relative;z-index:1}.btn-submit-content{display:flex;align-items:center;justify-content:center;gap:15px}.btn-submit-text{font-weight:700}.btn-submit-price{font-weight:800;font-size:1.1rem;padding-left:15px;border-left:2px solid rgba(0,91,167,.3)}.btn-submit-modern.ready{background:var(--bundle-green)!important;color:#fff!important}.btn-submit-modern.ready .btn-submit-price{border-left-color:#ffffff4d}.btn-submit-modern:hover:not(:disabled){background:#fff!important;color:var(--bundle-blue)!important;box-shadow:0 6px 20px #0003}.btn-submit-modern:disabled{opacity:.7;cursor:not-allowed}.bundle-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px;margin-bottom:20px;flex-wrap:wrap}.bundle-pagination-btn{background:transparent;color:#fff;border:2px solid white;padding:8px 16px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:40px;text-align:center;outline:none}.bundle-pagination-btn:hover:not(:disabled){background:#fff;color:var(--bundle-blue)}.bundle-pagination-btn:disabled{opacity:.4;cursor:not-allowed;border-color:#fff6}.bundle-pagination-btn.active{background:#fff;color:var(--bundle-blue);font-weight:700}.bundle-notification-modern{position:fixed;top:20px;right:20px;background:var(--bundle-white);padding:20px 30px;border-radius:var(--bundle-radius-sm);box-shadow:var(--bundle-shadow-lg);z-index:9999;transform:translate(400px);transition:transform .3s ease;max-width:350px}.bundle-notification-modern.show{transform:translate(0)}.bundle-notification-modern.success{border-left:4px solid var(--bundle-green)}.bundle-notification-modern.error{border-left:4px solid #dc3545}.bundle-notification-modern.warning{border-left:4px solid var(--bundle-yellow-dark)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.bundle-notification{animation:slideIn .3s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.pulse{animation:pulse .5s ease}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:var(--bundle-white);border-radius:50%;animation:spin 1s linear infinite}@media(max-width:1200px){.content-wrapper-modern{gap:20px}.bundle-summary-wrapper{width:450px;min-width:450px}.products-grid-modern{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}@media(max-width:992px){.content-wrapper-modern{flex-direction:column}.bundle-summary-wrapper{width:100%;min-width:100%;position:relative;max-width:500px;margin:0 auto}.products-grid-modern{grid-template-columns:repeat(3,1fr);gap:30px 20px}}@media(max-width:768px){.bundle-header-modern{padding:80px 20px 60px}.bundle-title-modern,.bundle-title-modern .title-line-1{font-size:3rem;text-align:center}.bundle-title-modern .title-line-2{font-size:4.5rem;text-align:center}.header-content-modern{flex-direction:column}.float-1,.float-2{display:none}.bundle-main-modern{padding:40px 15px}.section-title-modern{font-size:1.8rem;margin-bottom:30px;text-align:center}.section-title-modern .title-line-1{font-size:3rem;text-align:center}.section-title-modern .title-line-2{font-size:4.5rem;text-align:center}.products-grid-modern{display:grid;grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:30px!important;margin-bottom:30px}.product-card-modern{display:flex;flex-direction:column;align-items:center;padding:10px;text-align:center;margin-bottom:0;height:auto}.product-image-visual{width:100%;height:220px;margin-bottom:20px}.product-main-image{height:230px;max-width:230px;width:auto}.product-image-visual.touched{transform:scale(1.1)}.product-image-visual.touched .product-main-image{animation:floating 1s ease-in-out infinite;transform:scale(1.3)}.product-info-modern{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.product-name-modern{font-size:1rem;margin-bottom:5px;min-height:auto}.product-details-modern{font-size:.9rem;margin-bottom:10px}.product-actions-row{width:100%;justify-content:center;gap:15px}.btn-add-bundle{width:38px;height:38px;min-width:38px}.bundle-pagination{margin-top:30px;margin-bottom:15px;gap:8px}.bundle-pagination-btn{padding:8px 12px;font-size:.9rem;min-width:36px}.bundle-summary-wrapper{width:100%!important;max-width:100%!important;min-width:unset!important;margin:30px auto 0;order:1}.bundle-summary-modern{position:relative;top:0;min-width:unset!important;width:100%!important}.summary-card-modern{padding:25px 20px;border-radius:20px;width:100%}.summary-title-modern{font-size:1.4rem;text-align:center;margin-bottom:20px}.bundle-counter{font-size:1.8rem}.pack-selector-bundle{justify-content:center;gap:8px;margin-bottom:25px}.selected-products-area{margin-bottom:15px;min-height:140px}.product-box-title{font-size:.7rem;margin-top:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:1.68rem;min-height:1.68rem}.pack-option-bundle{width:auto;flex:1;max-width:100px;height:55px;padding:0}.pack-option-bundle .pack-number{font-size:16px!important}.pack-option-bundle .pack-savings{font-size:10px!important;padding:2px 4px;top:35px}.product-boxes-container{justify-content:center;gap:10px;padding:10px 0;flex-wrap:wrap}.product-box{width:70px;flex:0 0 70px}.product-box-image{width:70px;height:85px;border-radius:12px}.product-box-image.has-product:after{background:transparent;opacity:.4}.bundle-pricing-summary{padding:15px;margin-bottom:15px}.pricing-row{padding:6px 0}.pricing-label{font-size:.85rem}.pricing-value{font-size:.9rem}.pricing-row.pricing-total .pricing-label,.pricing-row.pricing-total .pricing-value{font-size:1.1rem}.btn-submit-modern{padding:16px;font-size:.95rem}.btn-submit-price{font-size:1rem;padding-left:12px}.sidebar-decoration{display:none}}@media(max-width:480px){.bundle-header-modern{padding:40px 15px}.bundle-title-modern .title-line-1,.section-title-modern .title-line-1{font-size:2.5rem}.bundle-title-modern .title-line-2,.section-title-modern .title-line-2{font-size:3.8rem}.product-main-image{height:200px;max-width:200px}.product-image-visual{height:200px}.product-box-title{font-size:.65rem;max-height:1.56rem;min-height:1.56rem}.summary-card-modern{padding:20px 15px}.pack-option-bundle{max-width:90px;height:50px;padding:6px 4px}.pack-option-bundle .pack-number{font-size:11px}.pack-option-bundle .pack-savings{font-size:7px;top:32px}}@media(min-width:769px)and (max-width:1024px){.bundle-summary-wrapper{width:400px;min-width:400px}.products-grid-modern{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-builder-modern.css.map */
