:root{--brand: #000000;--brand-light: #f5f5f5;--gold: #c9a84c;--gold-light: #fdf6e3;--success: #16a34a;--danger: #dc2626;--border: #e5e7eb;--text: #111111;--muted: #6b7280;--radius: 12px;--radius-sm: 8px}.bundle-selector-wrapper{width:100%;padding:48px 24px 160px;background:#fafafa;min-height:100vh}.bundle-container{max-width:1380px;margin:0 auto}.bundle-header{text-align:center;margin-bottom:40px}.bundle-header-badge{display:inline-block;background:var(--gold-light);color:var(--gold);border:1px solid var(--gold);font-size:13px;font-weight:700;letter-spacing:.5px;padding:6px 16px;border-radius:50px;margin-bottom:16px;text-transform:uppercase}.bundle-title{font-size:36px;font-weight:800;color:var(--text);margin:0 0 12px;line-height:1.15}.bundle-subtitle{font-size:16px;color:var(--muted);max-width:560px;margin:0 auto 28px}.bundle-how-it-works{display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:50px;padding:10px 24px;flex-wrap:wrap;justify-content:left}.how-step{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text)}.how-num{width:24px;height:24px;background:var(--brand);color:#fff;border-radius:50%;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.how-arrow{color:var(--muted);font-size:16px}.bundle-toolbar{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;margin-bottom:20px;display:flex;flex-direction:column;gap:14px;box-shadow:0 1px 4px #0000000d}.bundle-search-wrap{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:14px;color:var(--muted);pointer-events:none;flex-shrink:0}.bundle-search-input{width:100%;padding:11px 44px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:15px;color:var(--text);background:var(--brand-light);transition:border-color .2s,box-shadow .2s}.bundle-search-input:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #0000000f}.search-clear-btn{position:absolute;right:12px;width:24px;height:24px;border:none;background:var(--muted);color:#fff;border-radius:50%;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.search-clear-btn:hover{background:#374151}.bundle-filters-wrap{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{padding:7px 18px;border:1.5px solid var(--border);border-radius:50px;font-size:13px;font-weight:600;color:var(--muted);background:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-pill:hover{border-color:var(--brand);color:var(--brand)}.filter-pill.active{background:var(--brand);border-color:var(--brand);color:#fff}.bundle-results-info{margin-bottom:16px;font-size:14px;color:var(--muted)}.bundle-products-grid{margin-bottom:40px}#bundleProductsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.bundle-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:var(--muted)}.bundle-empty svg{margin-bottom:12px}.bundle-empty p{font-size:16px}.bundle-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.skeleton-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:10px}.skeleton-img{aspect-ratio:1;border-radius:var(--radius-sm);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-line.short{width:40%}.skeleton-line.medium{width:70%}.skeleton-btn{height:42px;border-radius:var(--radius-sm);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;margin-top:auto}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.bundle-product-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;position:relative;cursor:pointer;transition:border-color .25s,box-shadow .25s,transform .2s}.bundle-product-card:hover{border-color:var(--brand);box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.bundle-product-card.selected{border-color:var(--brand);border-width:2px;background:#fafafa;box-shadow:0 4px 16px #0000001f}.selected-indicator{position:absolute;top:10px;right:10px;opacity:0;transform:scale(.5);transition:opacity .2s,transform .25s cubic-bezier(.34,1.56,.64,1);z-index:5}.bundle-product-card.selected .selected-indicator{opacity:1;transform:scale(1)}.card-discount-badge{position:absolute;top:10px;left:10px;background:var(--brand);color:#fff;font-size:11px;font-weight:800;padding:3px 8px;border-radius:4px;letter-spacing:.3px;z-index:4}.bundle-product-card.selected .card-discount-badge{left:10px}.product-image-wrapper{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-sm);background:#f9fafb;margin-bottom:14px}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,opacity .2s}.bundle-product-card:hover .product-img{transform:scale(1.06)}.product-info{flex:1;margin-bottom:14px}.product-vendor{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:5px}.product-title{font-size:15px;font-weight:600;color:var(--text);margin:0 0 10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.variant-selector-wrapper{margin-bottom:10px}.variant-option{margin-bottom:8px}.variant-option label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:4px}.variant-select{width:100%;padding:8px 30px 8px 10px;border:1.5px solid var(--border);border-radius:6px;font-size:13px;color:var(--text);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23374151' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") no-repeat right 10px center;-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s}.variant-select:focus{outline:none;border-color:var(--brand)}.product-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}.price-sale{font-size:19px;font-weight:700;color:var(--text)}.price-compare{font-size:14px;color:var(--muted);text-decoration:line-through;font-weight:400}.select-product-btn{width:100%;padding:12px;border:1.5px solid var(--brand);background:#fff;color:var(--brand);font-size:14px;font-weight:700;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s,color .2s;letter-spacing:.2px}.select-product-btn:hover,.bundle-product-card.selected .select-product-btn{background:var(--brand);color:#fff}.btn-text-select,.btn-text-selected{pointer-events:none}.bundle-product-card:not(.selected) .btn-text-selected{display:none}.bundle-product-card.selected .btn-text-select{display:none}.bundle-pagination{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:60px}.page-btn{min-width:40px;height:40px;padding:0 12px;border:1.5px solid var(--border);background:#fff;color:var(--text);font-size:14px;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.page-btn:hover:not([disabled]):not(.active){border-color:var(--brand);color:var(--brand)}.page-btn.active{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:700}.page-btn[disabled]{opacity:.4;cursor:not-allowed}.prev-btn,.next-btn{padding:0 16px;font-size:13px}.page-ellipsis{padding:0 4px;color:var(--muted);font-size:16px;line-height:40px}.bundle-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1.5px solid var(--border);box-shadow:0 -6px 30px #0000001f;z-index:1000;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);padding:14px 24px}.bundle-sticky-bar.visible{transform:translateY(0)}.sticky-bar-inner{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.sticky-left{display:flex;flex-direction:column;gap:8px;min-width:0}.sticky-count-wrap{display:flex;align-items:center;gap:8px}.sticky-count{font-size:24px;font-weight:800;color:var(--text);line-height:1}.sticky-count-label{font-size:13px;color:var(--muted);font-weight:500}.sticky-free-badge{display:inline-flex;align-items:center;gap:4px;background:#dcfce7;color:var(--success);border:1px solid #86efac;border-radius:50px;padding:3px 12px;font-size:13px;font-weight:700;animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.sticky-thumbs{display:flex;align-items:center;gap:8px;min-height:50px;overflow:hidden;min-width:0;flex:1}.sticky-thumbs-empty{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:13px}.sticky-thumbs-list{display:flex;gap:6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;padding-bottom:8px;padding-top:4px;padding-right:3px;scrollbar-width:none;width:100%}.sticky-thumbs-list::-webkit-scrollbar{display:none}.sticky-thumb{position:relative;width:48px;height:48px;border-radius:8px;border:2px solid var(--border);overflow:visible;flex-shrink:0;transition:border-color .2s}.sticky-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.sticky-thumb.is-free{border-color:var(--success)}.thumb-free-tag{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:var(--success);color:#fff;font-size:8px;font-weight:800;padding:1px 5px;border-radius:4px;white-space:nowrap;letter-spacing:.3px}.thumb-remove-btn{position:absolute;top:-7px;right:-7px;width:18px;height:18px;background:var(--danger);color:#fff;border:2px solid #fff;border-radius:50%;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:2;transition:transform .15s}.thumb-remove-btn:hover{transform:scale(1.2)}.sticky-middle{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.sticky-progress-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.sticky-progress-text{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;margin:0}.sticky-progress-dots{display:flex;gap:8px;align-items:center}.progress-dot{width:14px;height:14px;border-radius:50%;border:2px solid var(--border);background:#fff;transition:all .3s ease;display:block}.progress-dot.filled{background:var(--brand);border-color:var(--brand);transform:scale(1.1)}.progress-dot.pulse{border-color:var(--brand);animation:dotPulse 1.2s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 #0003}50%{box-shadow:0 0 0 5px #0000}}.sticky-right{display:flex;align-items:center;gap:20px;justify-content:flex-end}.sticky-price-wrap{text-align:right}.sticky-price-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:2px;min-height:20px}.sticky-original-price{font-size:14px;color:var(--muted);text-decoration:line-through}.sticky-save-amount{font-size:13px;font-weight:700;color:var(--success);background:#dcfce7;padding:2px 8px;border-radius:50px}.sticky-save-percent{font-size:13px;font-weight:800;color:#fff;background:var(--danger);padding:2px 8px;border-radius:50px;letter-spacing:.3px}.sticky-total-row{display:flex;align-items:baseline;gap:6px;justify-content:flex-end}.sticky-total-label{font-size:13px;color:var(--muted)}.sticky-total-price{font-size:26px;font-weight:800;color:var(--text);line-height:1}.sticky-cta-btn{position:relative;padding:16px 32px;background:var(--brand);color:#fff;border:none;border-radius:var(--radius-sm);font-size:15px;font-weight:700;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap;min-width:220px;text-align:center;letter-spacing:.2px}.sticky-cta-btn:hover:not(:disabled){background:#222;transform:translateY(-1px);box-shadow:0 6px 20px #0003}.sticky-cta-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.sticky-cta-btn.gold-mode{background:linear-gradient(135deg,#b8860b,#d4af37,#b8860b);color:#000;box-shadow:0 4px 16px #d4af3766}.sticky-cta-loader{display:inline-flex;align-items:center;justify-content:center}.bundle-toast{position:fixed;top:24px;right:24px;max-width:380px;padding:14px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:#fff;z-index:9999;opacity:0;transform:translate(420px);transition:opacity .35s,transform .35s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 16px #00000026}.bundle-toast.visible{opacity:1;transform:translate(0)}.bundle-toast--success{background:var(--success)}.bundle-toast--error{background:var(--danger)}.bundle-toast--info{background:#1d4ed8}.spinner{width:20px;height:20px;animation:spin 1.2s linear infinite}.spinner circle{stroke:#fff;stroke-linecap:round;animation:spinDash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinDash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media(max-width:1100px){.sticky-bar-inner{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.sticky-left{grid-column:1}.sticky-middle{grid-column:1 / -1;order:3}.sticky-right{grid-column:2}}@media(max-width:768px){.bundle-selector-wrapper{padding:24px 16px 200px}.bundle-title{font-size:26px}.bundle-subtitle{font-size:14px}.bundle-how-it-works{gap:8px;padding:18px;font-size:13px}.how-arrow{display:none}#bundleProductsContainer,.bundle-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-product-card{padding:12px}.product-title{font-size:13px}.price-sale{font-size:16px}.select-product-btn{padding:10px;font-size:13px}.bundle-sticky-bar{padding:10px 14px}.sticky-bar-inner{display:flex;flex-direction:column;gap:8px}.sticky-left{width:100%;flex-direction:column;align-items:center;gap:6px}.sticky-count-wrap{justify-content:center;flex-wrap:wrap;width:100%;overflow:visible}.sticky-count{font-size:18px}.sticky-thumbs{width:100%;flex:none;min-width:0}.sticky-thumbs-list{gap:5px}.sticky-thumb{width:40px;height:40px;flex-shrink:0}.sticky-middle{width:100%}.sticky-progress-text{font-size:11px}.sticky-right{width:100%;flex-direction:column;align-items:stretch;gap:8px}.sticky-price-wrap{text-align:center;width:100%}.sticky-price-row,.sticky-total-row{justify-content:center}.sticky-total-price{font-size:20px}.sticky-cta-btn{width:100%;margin-left:0;padding:14px 16px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:480px){#bundleProductsContainer{grid-template-columns:repeat(2,1fr);gap:10px}.bundle-filters-wrap{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.bundle-filters-wrap::-webkit-scrollbar{display:none}}.select-product-btn:focus-visible,.sticky-cta-btn:focus-visible,.page-btn:focus-visible{outline:3px solid var(--brand);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/bundle-selector.css.map */
