.bundle-section{padding:4rem 0;background-color:var(--bg-color, #FFFFFF)}.bundle-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-wrap:wrap;gap:3rem}.bundle-lookbook{flex:var(--lookbook-width, 4);min-width:250px}.product-gallery{margin-bottom:2rem}.product-gallery-main{width:100%;border-radius:var(--image-radius, 12px);overflow:hidden;margin-bottom:1rem}.product-gallery-main img{width:100%;height:auto;display:block}.product-gallery-thumbnails{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.gallery-thumbnail{width:70px;height:70px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .2s}.gallery-thumbnail.active{border-color:var(--selected-border, #000000)}.gallery-thumbnail:hover{transform:scale(1.05)}.bundle-title{font-size:30px;font-weight:700;margin:0 0 .5rem;font-family:bebas}.product-variant-info{font-size:1.5rem;font-weight:500;color:var(--selected-border, #000000);margin-bottom:0}.product-price-badge{display:flex;align-items:center;gap:1rem;margin-bottom:0rem;margin-left:5px}.price-compare{font-size:1.2rem;color:#999;text-decoration:line-through}.sale-badge{background:#f44;color:#fff;padding:.2rem .6rem;border-radius:20px;font-size:1rem;font-weight:600}.product-reviews{margin-bottom:1rem}.product-description{font-size:1.4rem;line-height:1.5;color:var(--text-color, #666666)}.bundle-parent-atc{width:100%;margin-top:1.5rem;padding:.8rem;background:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:var(--btn-radius, 4px);font-size:1.3rem;cursor:pointer;transition:background .2s}.bundle-parent-atc:hover{background:#e0e0e0}.product-placeholder{text-align:center;color:#999}.bundle-panel{flex:var(--panel-width, 5);min-width:300px}.bundle-description{font-size:1.4rem;color:var(--text-color, #666666);margin-bottom:2rem;opacity:.7}.bundle-items{display:flex;flex-direction:column;gap:1.5rem}.bundle-item{background:var(--item-bg, #FFFFFF);border:1px solid var(--item-border, #E5E5E5);border-radius:var(--item-radius, 12px);padding:1rem;transition:all .2s ease}.bundle-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0rem}.bundle-item-header-left{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap}.bundle-item-heading{font-size:1.6rem;font-weight:600;margin:0;color:var(--heading-color, #121212)}.bundle-item-limit{font-size:1.1rem;color:#999}.bundle-add-btn{width:36px;height:36px;border-radius:50%;background:var(--btn-bg, #000000);color:var(--btn-text, #FFFFFF);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.bundle-add-btn:hover{transform:scale(1.05);background:var(--btn-hover, #333333)}.bundle-selected-items{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.5rem}.bundle-selected-item{display:flex;align-items:center;gap:.8rem;background:#f5f5f5;padding:.5rem .8rem;border-radius:40px;font-size:1.2rem}.bundle-selected-item-img{width:30px;height:30px;object-fit:cover;border-radius:50%}.bundle-selected-item-info{display:flex;flex-direction:column}.bundle-selected-item-title{font-weight:500;font-size:1.1rem}.bundle-selected-item-variant{font-size:1rem;opacity:.6}.bundle-selected-item-remove{background:none;border:none;cursor:pointer;color:#f44;font-size:1.4rem;padding:0 .3rem}.bundle-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1000;justify-content:center;align-items:center}.bundle-modal.active{display:flex}.bundle-modal-content{background:#fff;width:95%;max-width:95vw;height:95%;max-height:95vh;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.bundle-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.bundle-modal-header h3{margin:0;font-size:1.8rem}.bundle-modal-close{background:none;border:none;cursor:pointer;padding:0;line-height:1;color:#666}.bundle-modal-body{flex:1;padding:2rem;overflow-y:auto;display:flex;gap:2rem;min-height:0}.bundle-product-viewer{flex:2;background:#fafafa;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;min-height:300px}.viewer-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#999}.viewer-placeholder svg{margin-bottom:1rem}.viewer-content{display:flex;flex-direction:column;gap:1rem;height:100%}.viewer-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;background:#fff}.viewer-title{font-size:1.6rem;font-weight:600;margin:0}.viewer-variant-info{font-size:1.5rem;font-weight:500;color:var(--selected-border, #000000);margin:.5rem 0}.viewer-variants-title{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.5px}.viewer-variant-options{display:flex;flex-wrap:wrap;gap:.8rem}.viewer-variant-btn{padding:.6rem 1.2rem;border:1px solid #ddd;background:#fff;border-radius:40px;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.viewer-variant-btn:hover{border-color:var(--selected-border, #000000)}.viewer-variant-btn.selected{background:var(--selected-border, #000000);color:#fff;border-color:var(--selected-border, #000000)}.viewer-variant-btn.disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.viewer-add-btn{width:100%;padding:1rem;background:var(--selected-border, #000000);color:#fff;border:none;border-radius:40px;font-size:1.4rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:opacity .2s ease}.viewer-add-btn:hover{opacity:.9}.viewer-add-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-product-grid-container{flex:8;display:flex;flex-direction:column;min-height:0}.bundle-product-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 2),1fr);gap:1rem;overflow-y:auto;padding-right:.5rem;flex:1}.bundle-product-card{cursor:pointer;text-align:center;padding:1rem;border:2px solid transparent;border-radius:12px;transition:all .2s ease;background:#f5f5f5}.bundle-product-card:hover{border-color:var(--selected-border, #bbbbbbff)}.bundle-product-card.selected{border-color:var(--selected-border, #000000);background:#fff}.bundle-product-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;margin-bottom:.8rem}.bundle-product-title{font-size:1.2rem;font-weight:500;margin:0}.bundle-minibox{background:#f5f5f5;border-radius:12px;padding:.8rem 1rem;margin:0 2rem 2rem;flex-shrink:0}.minibox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:1.2rem;font-weight:600;color:#333}.minibox-items{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.minibox-item{position:relative;display:inline-block}.minibox-item-img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer;transition:transform .2s}.minibox-item-img:hover{transform:scale(1.05);border-color:var(--selected-border, #000000)}.minibox-item-tooltip{visibility:hidden;position:absolute;bottom:110%;left:50%;transform:translate(-50%);background:#333;color:#fff;text-align:center;padding:6px 12px;border-radius:8px;font-size:1.1rem;white-space:nowrap;z-index:10;opacity:0;transition:opacity .2s;pointer-events:none}.minibox-item-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}.minibox-item:hover .minibox-item-tooltip{visibility:visible;opacity:1}.minibox-item-actions{position:absolute;top:-8px;right:-8px;display:flex;gap:4px;background:#ffffffe6;border-radius:20px;padding:2px}.minibox-swap-btn,.minibox-remove-btn{background:#fff;border:none;cursor:pointer;padding:2px 4px;border-radius:50%;font-size:1rem;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0003}.minibox-swap-btn{color:#06c}.minibox-remove-btn{color:#f44}.minibox-empty{color:#999;font-size:1.2rem;padding:.5rem 0}.bundle-loading{text-align:center;padding:2rem;grid-column:1 / -1}.bundle-loading:after{content:"";display:inline-block;width:24px;height:24px;border:2px solid #ddd;border-top-color:var(--selected-border, #000);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bundle-add-to-cart{width:100%;padding:1.2rem;background:var(--cart-bg, #000000);color:var(--cart-text, #FFFFFF);border:none;border-radius:var(--btn-radius, 4px);font-size:1.6rem;font-weight:600;margin-top:2rem;cursor:pointer;transition:opacity .2s ease;text-transform:uppercase}.bundle-add-to-cart:hover{opacity:.9}.bottom-sheet{position:fixed;bottom:95px;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;transform:translateY(100%);transition:transform .3s ease-out;z-index:1100;max-height:70vh;overflow-y:auto;padding:1.5rem}.bottom-sheet.open{transform:translateY(0)}.bottom-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1099;opacity:0;visibility:hidden;transition:.2s}.bottom-sheet-overlay.active{opacity:1;visibility:visible}.bottom-sheet-handle{width:40px;height:4px;background:#ccc;border-radius:2px;margin:0 auto 1rem}.bottom-sheet .viewer-image{width:80px;height:80px;object-fit:cover;border-radius:12px}.bottom-sheet .viewer-title{font-size:1.4rem;font-weight:600;margin:0}.bottom-sheet .viewer-variant-info{font-size:1.3rem;font-weight:500;color:var(--selected-border, #000000);margin-top:.2rem}.bottom-sheet .viewer-variant-options{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.bottom-sheet .viewer-add-btn{width:100%;padding:.8rem;margin-top:1rem}@media(max-width:768px){.bundle-container{flex-direction:column}.bundle-lookbook,.bundle-panel{flex:1}.bundle-modal-body{flex-direction:column;padding:1rem}.bundle-product-viewer{display:none}.bundle-product-grid-container{flex:auto;max-height:calc(70vh - 100px)}.bundle-product-grid{gap:.8rem}.bundle-product-card{padding:.8rem}.bundle-minibox{display:none}.bundle-section{padding:2rem 0}.bundle-title{font-size:1.8rem}}@media(max-width:480px){.bundle-product-grid{gap:.6rem}.bundle-product-title{font-size:1.1rem}}span.product-price{display:flex}
/*# sourceMappingURL=/cdn/shop/t/115/assets/custom-bundle-builder.css.map */
