.pack-builder{--pack-accent: var(--color-accent, #000);--pack-accent-rgb: var(--color-accent-rgb, 0, 0, 0);--pack-selected-bg: rgba(var(--pack-accent-rgb), .08);--pack-border-color: var(--color-borders-cards, #e5e5e5);--pack-radius: var(--border-radius-cards, 8px)}.pack-builder__tabs{display:flex;gap:10px;margin-bottom:var(--gutter-large, 40px);flex-wrap:wrap;justify-content:center}.pack-builder__tab{padding:12px 24px;border:2px solid var(--pack-border-color);border-radius:30px;background:transparent;cursor:pointer;transition:all .25s ease;font-size:.9em;font-weight:500;display:flex;align-items:center;gap:8px;color:var(--color-text-main, #333)}.pack-builder__tab:hover{border-color:var(--pack-accent);background:rgba(var(--pack-accent-rgb),.03)}.pack-builder__tab.active{background:var(--pack-accent);color:#fff;border-color:var(--pack-accent)}.pack-builder__tab-icon{font-size:1.1em}.pack-builder__panel{display:none}.pack-builder__panel.active{display:block;animation:packFadeIn .3s ease}@keyframes packFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pack-builder__category{margin-bottom:var(--gutter-large, 40px)}.pack-builder__category:last-child{margin-bottom:0}.pack-builder__category-title{font-size:1.1em;font-weight:600;margin:0 0 15px;display:flex;align-items:center;gap:8px;color:var(--color-text-main, #333)}.pack-builder__category-icon{font-size:1.2em}.pack-builder__category-empty{color:#999;font-size:.9em;padding:20px;text-align:center;background:#f9f9f9;border-radius:var(--pack-radius)}.pack-builder__products.pack-builder__products--compact{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pack-builder__product--compact{display:flex;align-items:center;gap:12px;padding:12px;border:2px solid var(--pack-border-color);border-radius:var(--pack-radius);background:var(--color-background-cards, #fff);transition:all .2s ease;position:relative;cursor:pointer}.pack-builder__product--compact:hover{border-color:rgba(var(--pack-accent-rgb),.3);box-shadow:0 2px 8px #0000000d}.pack-builder__product--compact.selected{background:var(--pack-selected-bg);border-color:var(--pack-accent)}.pack-builder__product--compact.out-of-stock{opacity:.6}.pack-builder__product--compact.out-of-stock .pack-builder__toggle-custom{pointer-events:none;opacity:.4;cursor:not-allowed}.pack-builder__product--compact.category-locked{opacity:.4}.pack-builder__product--compact.category-locked .pack-builder__toggle-custom{pointer-events:none;cursor:not-allowed;background:#f0f0f0;border-color:#ddd}.pack-builder__product--compact .pack-builder__toggle-wrapper{position:static;flex-shrink:0}.pack-builder__toggle-custom{width:24px;height:24px;border:2px solid var(--pack-border-color);border-radius:6px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.pack-builder__toggle-custom:hover{border-color:var(--pack-accent)}.pack-builder__toggle-custom.checked{background:var(--pack-accent);border-color:var(--pack-accent)}.pack-builder__toggle-custom svg{width:14px;height:14px;color:#fff;opacity:0;transition:opacity .2s ease}.pack-builder__toggle-custom.checked svg{opacity:1}.pack-builder__product--compact .pack-builder__product-image{width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f5f5f5}.pack-builder__product--compact .pack-builder__product-image img{width:100%;height:100%;object-fit:cover}.pack-builder__product--compact .pack-builder__product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.pack-builder__product--compact .pack-builder__product-title{font-size:.9em;font-weight:600;margin:0;line-height:1.3;color:var(--color-text-main, #333)}.pack-builder__product--compact .pack-builder__product-title a{color:inherit;text-decoration:none}.pack-builder__product--compact .pack-builder__product-title a:hover{text-decoration:underline}.pack-builder__product--compact .pack-builder__product-price{display:flex;align-items:center;gap:8px;margin:0}.pack-builder__price-current{font-size:.95em;font-weight:700;color:var(--pack-accent)}.pack-builder__price-compare{font-size:.8em;color:#999;text-decoration:line-through}.pack-builder__variants--inline{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.pack-builder__variant-select{padding:4px 22px 4px 8px;border:1px solid var(--pack-border-color);border-radius:4px;background:#fff;font-size:.75em;color:var(--color-text-main, #333);cursor:pointer;transition:border-color .2s ease;max-width:120px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center}.pack-builder__variant-select:hover,.pack-builder__variant-select:focus{border-color:var(--pack-accent);outline:none}.pack-builder__summary{position:sticky;bottom:0;background:var(--color-background-main, #fff);padding:20px var(--gutter-regular, 25px);border-top:2px solid var(--pack-border-color);display:flex;justify-content:space-between;align-items:center;margin-top:var(--gutter-large, 40px);z-index:10;box-shadow:0 -4px 20px #00000014;border-radius:var(--pack-radius) var(--pack-radius) 0 0}.pack-builder__summary-info{display:flex;flex-direction:column;gap:4px}.pack-builder__summary-count{font-size:.85em;color:#666}.pack-builder__summary-total{display:flex;align-items:center;gap:8px}.pack-builder__summary-label{font-size:.9em;color:#666}.pack-builder__summary-price{font-size:1.4em;font-weight:700;color:var(--pack-accent)}.pack-builder__submit{padding:14px 28px;font-size:.95em;font-weight:600;min-width:200px;position:relative;overflow:hidden}.pack-builder__submit:disabled{opacity:.5;cursor:not-allowed}.pack-builder__submit.loading{pointer-events:none}.pack-builder__submit-text{display:inline-block;color:inherit;opacity:1;visibility:visible;transition:opacity .2s ease}.pack-builder__submit.loading .pack-builder__submit-text{opacity:0}.pack-builder__submit-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px;opacity:0;transition:opacity .2s ease}.pack-builder__submit.loading .pack-builder__submit-loader{opacity:1}.pack-builder__submit-loader svg{width:100%;height:100%;animation:packSpinner 1s linear infinite}@keyframes packSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pack-builder__empty{text-align:center;padding:var(--gutter-large, 40px);color:#666}.pack-builder__empty-icon{font-size:2.5em;margin-bottom:10px}.pack-builder__empty-text{font-size:1em}.pack-builder__success{position:fixed;bottom:100px;left:50%;transform:translate(-50%) translateY(100px);background:#2e7d32;color:#fff;padding:14px 28px;border-radius:8px;font-weight:500;box-shadow:0 4px 20px #0003;opacity:0;transition:all .3s ease;z-index:100}.pack-builder__success.show{opacity:1;transform:translate(-50%) translateY(0)}@media screen and (max-width:1023px){.pack-builder__tabs{gap:8px}.pack-builder__tab{padding:10px 18px;font-size:.85em}}@media screen and (max-width:767px){.pack-builder__products.pack-builder__products--compact{grid-template-columns:1fr}.pack-builder__tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.pack-builder__tabs::-webkit-scrollbar{display:none}.pack-builder__tab{flex-shrink:0;padding:10px 16px;font-size:.8em}.pack-builder__category{margin-bottom:30px}.pack-builder__category-title{font-size:1em}.pack-builder__product--compact{padding:10px;gap:10px}.pack-builder__product--compact .pack-builder__product-image{width:50px;height:50px}.pack-builder__product--compact .pack-builder__product-title{font-size:.85em}.pack-builder__variant-select{font-size:.7em;padding:3px 20px 3px 6px}.pack-builder__summary{flex-direction:column;gap:12px;padding:15px;border-radius:0;margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}.pack-builder__summary-info{text-align:center;width:100%}.pack-builder__summary-total{justify-content:center}.pack-builder__submit{width:100%;min-width:unset}}.pack-builder__product.just-selected{animation:packSelect .25s ease}@keyframes packSelect{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.pack-builder__products{display:flex;flex-direction:column;gap:var(--gutter-small, 15px)}.pack-builder__products--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gutter-regular, 25px)}.pack-builder__product:not(.pack-builder__product--compact){display:flex;gap:var(--gutter-regular, 25px);padding:var(--gutter-regular, 25px);border:2px solid var(--pack-border-color);border-radius:var(--pack-radius);background:var(--color-background-cards, #fff);transition:all .25s ease;position:relative}.pack-builder__product:not(.pack-builder__product--compact):hover{box-shadow:0 4px 20px #00000014}.pack-builder__product:not(.pack-builder__product--compact).selected{background:var(--pack-selected-bg);border-color:var(--pack-accent)}.pack-builder__product:not(.pack-builder__product--compact).out-of-stock{opacity:.6}.pack-builder__product:not(.pack-builder__product--compact).out-of-stock .pack-builder__toggle-custom{pointer-events:none;opacity:.4;cursor:not-allowed}.pack-builder__product:not(.pack-builder__product--compact) .pack-builder__toggle-wrapper{position:absolute;top:15px;right:15px;z-index:2}.pack-builder__product:not(.pack-builder__product--compact) .pack-builder__product-image{width:100px;height:100px;flex-shrink:0;border-radius:var(--pack-radius);overflow:hidden;background:#f5f5f5}.pack-builder__product:not(.pack-builder__product--compact) .pack-builder__product-image img{width:100%;height:100%;object-fit:cover}.pack-builder__product:not(.pack-builder__product--compact) .pack-builder__product-info{flex:1;min-width:0;display:flex;flex-direction:column}.pack-builder__product:not(.pack-builder__product--compact) .pack-builder__product-title{font-size:1em;font-weight:600;margin:0 0 .5em;color:var(--color-text-main, #333);padding-right:40px}.pack-builder__variants{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.pack-builder__variant-group{display:flex;flex-direction:column;gap:4px}.pack-builder__variant-label{font-size:.75em;color:#666;font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/24/assets/section-pack-builder.css.map */
