:root{--bundle-primary-color: #3f72e5;--bundle-border-radius: 8px;--bundle-spacing: 20px;--bundle-transition: all .3s cubic-bezier(.34, 1.56, .64, 1);--bundle-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);--bundle-hover-shadow: 0 4px 16px rgba(0, 0, 0, .15)}.bundle-builder{width:100%;margin:40px 0}.bundle-builder__container{max-width:100%}.bundle-accordion{border:none;border-radius:0;background:transparent;overflow:visible}.bundle-accordion__summary{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;background-color:#f8f8f8;border-radius:8px;transition:all .2s ease}.bundle-accordion__summary::-webkit-details-marker{display:none}.bundle-accordion__summary:hover,.bundle-accordion__summary:focus,.bundle-accordion__summary:active{background-color:#000;color:#fff}.bundle-accordion__summary:hover .bundle-accordion__title,.bundle-accordion__summary:focus .bundle-accordion__title,.bundle-accordion__summary:active .bundle-accordion__title{color:#fff}.bundle-accordion__summary:hover .bundle-accordion__header svg,.bundle-accordion__summary:focus .bundle-accordion__header svg,.bundle-accordion__summary:active .bundle-accordion__header svg{color:#fff}.bundle-accordion__summary:hover .bundle-accordion__icon svg,.bundle-accordion__summary:focus .bundle-accordion__icon svg,.bundle-accordion__summary:active .bundle-accordion__icon svg{color:#fff}.bundle-accordion__header{display:flex;align-items:center;gap:10px}.bundle-accordion__header svg{width:18px;height:18px;color:#1a1a1a;flex-shrink:0;transition:color .2s ease}.bundle-accordion__title{margin:0;font-size:15px;font-weight:600;color:#1a1a1a;transition:color .2s ease}.bundle-accordion__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.bundle-accordion__icon svg{width:16px;height:16px;color:#1a1a1a;transition:all .3s ease}.bundle-accordion[open] .bundle-accordion__icon svg{transform:rotate(180deg)}.bundle-accordion__content{padding:0;animation:slideDown .25s ease-out;background:transparent;border:none;margin-top:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bundle-builder__grid{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:0}.bundle-main-product{display:grid;grid-template-columns:1fr 40% 12%;gap:16px;padding:20px;background:#fff;border-bottom:1px solid #f0f0f0;align-items:center}@media (max-width: 1023px){.bundle-main-product{grid-template-columns:1fr 42% 14%;gap:12px}.bundle-product-image{width:70px;height:70px}}@media (max-width: 767px){.bundle-main-product{grid-template-columns:1fr 44% 16%;gap:10px 12px}.bundle-product-image{width:60px;height:60px}}.bundle-product-image{width:80px;height:80px;overflow:hidden;border-radius:4px;background:#f9f9f9;flex-shrink:0}.bundle-product-image img{width:100%;height:100%;object-fit:cover}.bundle-main-product .bundle-product-image{grid-column:1;grid-row:1}.bundle-main-product .bundle-product-info{grid-column:1;grid-row:1;padding-left:96px;min-width:0}@media (max-width: 1023px){.bundle-main-product .bundle-product-info{padding-left:86px}}@media (max-width: 767px){.bundle-main-product .bundle-product-info{padding-left:72px}}.bundle-product-info{display:flex;flex-direction:column;gap:6px}.bundle-product-title{margin:0;font-size:15px;font-weight:600;color:#1a1c1d;line-height:1.3}.bundle-product-price{display:flex;align-items:baseline;gap:8px;font-size:16px;font-weight:600;flex-wrap:wrap}.bundle-product-price .current-price{color:#1a1c1d;order:1;font-size:16px}.bundle-product-price .compare-price{font-size:14px;color:#999;text-decoration:line-through;order:2;font-weight:400}.bundle-variant-selector{position:relative;flex:1;min-width:0;max-width:200px}.bundle-variant-selector svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666;width:16px;height:16px}.bundle-select{width:100%;padding:8px 35px 8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease}.bundle-select:hover{border-color:#aaa}.bundle-select:focus{outline:none;border-color:var(--bundle-primary-color)}.bundle-variant-selector .icon-caret,.bundle-product-card__variant-selector .icon-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666}.bundle-variant-selector{position:relative;width:100%;min-width:0}.bundle-variant-selector svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666;width:14px;height:14px;transition:transform .2s ease}.bundle-select{width:100%;padding:11px 38px 11px 14px;border:1px solid #d1d1d1;border-radius:8px;font-size:14px;background:#fff;-webkit-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease;line-height:1.4;font-family:inherit;color:#1a1a1a}.bundle-select:hover{border-color:#999}.bundle-select:focus{outline:none;border-color:#666;box-shadow:0 0 0 2px #0000000d}.bundle-quantity{display:flex;flex-direction:row;align-items:stretch;border:1px solid #d1d1d1;border-radius:8px;overflow:hidden;background:#fff;width:100%;max-width:120px;flex-shrink:0;height:38px}.bundle-quantity .qty{width:50px;height:100%;border:none;text-align:center;font-size:15px;font-weight:600;color:#1a1a1a;background:transparent;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;padding:0 8px;border-right:1px solid #e5e5e5}.bundle-quantity .qty::-webkit-inner-spin-button,.bundle-quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bundle-quantity .qty:focus{outline:none}.bundle-quantity__buttons{display:flex;flex-direction:column;width:32px}.bundle-quantity button{flex:1;width:100%;padding:0;background:#fff;border:none;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.bundle-quantity button.plus{border-bottom:.5px solid #e5e5e5}.bundle-quantity button.minus{border-top:.5px solid #e5e5e5}.bundle-quantity button:hover:not(:disabled){background:#f8f8f8}.bundle-quantity button:active:not(:disabled){background:#f0f0f0}.bundle-quantity button:disabled{opacity:.25;cursor:not-allowed;background:#fafafa}.bundle-quantity button svg{width:12px;height:12px;stroke-width:2.5px}.bundle-categories{display:grid;grid-template-columns:1fr;gap:0}.bundle-category-card{position:relative;border:none;border-bottom:1px solid #f0f0f0;border-radius:0;background:#fff;overflow:visible;transition:background-color .2s ease}.bundle-category-card:last-child{border-bottom:none}.bundle-category-card:hover{background-color:#fafafa}.bundle-category-card modal-opener{display:block;width:100%}.bundle-category-card[data-state=selected-single],.bundle-category-card[data-state=selected-multiple]{border-bottom:1px solid #f0f0f0;background:#fff}.bundle-category-empty{display:grid;grid-template-columns:80px 1fr;align-items:center;gap:16px;padding:20px;width:100%;background:none;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left}.bundle-category-empty:hover{background-color:transparent}.bundle-category-title{margin:0;font-size:15px;font-weight:600;color:#1a1c1d;grid-column:2;grid-row:1}.bundle-category-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#f9f9f9;border-radius:4px;grid-column:1;grid-row:1 / 3}@media (max-width: 767px){.bundle-category-icon{width:60px;height:60px}}.bundle-category-icon img{max-width:60%;max-height:60%;object-fit:contain}.bundle-icon-svg{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#999}.bundle-icon-svg svg{width:100%;height:100%}.bundle-add-hint{font-size:14px;color:#999;grid-column:2;grid-row:2}.bundle-category-single{padding:20px;position:relative}.bundle-remove-all{position:absolute;top:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;color:#999;border:1px solid #e0e0e0;border-radius:50%;font-size:18px;line-height:1;cursor:pointer;transition:all .2s ease;z-index:10}.bundle-remove-all:hover{background:#f44;color:#fff;border-color:#f44}.bundle-product-display{display:grid;grid-template-columns:1fr 40% 12%;gap:16px;align-items:center}@media (max-width: 1023px){.bundle-product-display{grid-template-columns:1fr 42% 14%;gap:12px}.bundle-product-display .bundle-product-image{width:70px;height:70px}}@media (max-width: 767px){.bundle-product-display{grid-template-columns:1fr 44% 16%;gap:10px 12px}.bundle-product-display .bundle-product-image{width:60px;height:60px}}.bundle-product-display .bundle-product-image{width:80px;height:80px;grid-column:1;grid-row:1}.bundle-product-display .bundle-product-info{grid-column:1;grid-row:1;padding-left:96px;min-width:0}@media (max-width: 1023px){.bundle-product-display .bundle-product-info{padding-left:86px}}@media (max-width: 767px){.bundle-product-display .bundle-product-info{padding-left:72px}}.bundle-category-multiple{padding:20px;position:relative;display:grid;grid-template-columns:1fr 40% 12%;gap:16px;align-items:center}@media (max-width: 1023px){.bundle-category-multiple{grid-template-columns:1fr 42% 14%;gap:12px}}@media (max-width: 767px){.bundle-category-multiple{grid-template-columns:1fr 44% 16%;gap:10px 12px}}.bundle-manage-products{position:absolute;top:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;color:#999;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:10}.bundle-manage-products:hover{background:var(--bundle-primary-color);color:#fff;border-color:var(--bundle-primary-color)}.bundle-product-stack{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;grid-column:1;grid-row:1}@media (max-width: 1023px){.bundle-product-stack{width:70px;height:70px}}@media (max-width: 767px){.bundle-product-stack{width:60px;height:60px}}.bundle-product-stack img{position:absolute;width:100%;height:100%;border-radius:4px;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease;border:2px solid #fff;object-fit:cover;background:#f9f9f9}.bundle-product-stack img:nth-child(1){transform:rotate(-12deg) translate(-20px);z-index:1}.bundle-product-stack img:nth-child(2){transform:rotate(0);z-index:3}.bundle-product-stack img:nth-child(3){transform:rotate(12deg) translate(20px);z-index:1}.bundle-product-stack .ellipsis{position:absolute;right:-15px;font-size:24px;font-weight:700;color:#999;z-index:2}.bundle-stack-info{display:flex;flex-direction:column;gap:4px;grid-column:1;grid-row:1;padding-left:96px;min-width:0}@media (max-width: 1023px){.bundle-stack-info{padding-left:86px}}@media (max-width: 767px){.bundle-stack-info{padding-left:72px}}.bundle-stack-count{margin:0;font-size:15px;color:#666;font-weight:400}.bundle-stack-count strong{color:#1a1c1d;font-size:15px;font-weight:600}.bundle-stack-price{display:flex;align-items:baseline;gap:8px;font-size:16px;font-weight:600}.bundle-stack-price .compare-price{font-size:14px;color:#999;text-decoration:line-through;font-weight:400}.bundle-stack-price .current-price{color:#1a1c1d}.bundle-footer{margin-top:0;padding:20px;text-align:center;background:#fff;border-top:1px solid #f0f0f0}.bundle-add-to-cart{width:100%;max-width:100%;padding:16px 32px;font-size:16px;font-weight:600;border-radius:6px;border:none;background:var(--bundle-primary-color);color:#fff;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.bundle-add-to-cart:hover:not(:disabled){background:#2c5bcc;transform:translateY(-1px);box-shadow:0 4px 12px #3f72e540}.bundle-add-to-cart:disabled{background:#e0e0e0;color:#999;cursor:not-allowed;opacity:1}.bundle-add-to-cart .button-tag{padding:3px 8px;background:#ffffff40;border-radius:3px;font-size:12px;font-weight:600}.bundle-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:flex-end;justify-content:center;background:#0000;transition:background .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.bundle-modal[open]{display:flex;background:#00000080;pointer-events:auto}.bundle-modal__dialog{position:relative;width:100%;max-width:100%;max-height:85vh;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 24px #00000026;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.bundle-modal[open] .bundle-modal__dialog{transform:translateY(0)}.bundle-modal__header{display:flex;flex-direction:column;padding:24px 30px 20px;border-bottom:1px solid #e5e5e5;flex-shrink:0;position:relative}.bundle-modal__header:before{content:"";display:block;width:48px;height:5px;background:#d1d1d1;border-radius:3px;margin:0 auto 20px}.bundle-modal__close{position:absolute;top:24px;right:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:50%;transition:background-color .2s ease;color:#666;z-index:10}.bundle-modal__close:hover{background:#f0f0f0;color:#000}.bundle-modal__close svg{width:20px;height:20px}.bundle-modal__title{margin:0 0 8px;font-size:28px;font-weight:700;color:#1a1c1d;text-align:center}.bundle-modal__subtitle{margin:0;font-size:15px;color:#666;text-align:center;font-weight:400}.bundle-modal__body{flex:1;overflow-y:auto;padding:30px}.bundle-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;margin-bottom:30px}@media (min-width: 640px){.bundle-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.bundle-products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.bundle-products-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){.bundle-products-grid{grid-template-columns:repeat(5,1fr)}}.bundle-pagination{text-align:center;margin-top:20px}.bundle-load-more{padding:12px 32px;font-size:14px}.bundle-loading{display:inline-block;margin-top:20px}.spinner{width:40px;height:40px;animation:rotate 2s linear infinite}.spinner circle{stroke-dasharray:1,150;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.bundle-modal__footer{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:10000;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;background:#fff;border-radius:50px;box-shadow:0 8px 24px #00000026,0 2px 8px #0000001a;opacity:0;transform:translate(-50%) translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.bundle-modal[open] .bundle-modal__footer{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.bundle-collection-nav{position:fixed;top:50%;left:0;right:0;transform:translateY(-50%);z-index:10001;display:none;justify-content:space-between;padding:0 24px;pointer-events:none}.bundle-modal[data-collections-count="2"][open] .bundle-collection-nav{display:flex}.bundle-collection-nav button{pointer-events:auto;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 16px #0000001f;cursor:pointer;transition:all .2s ease;color:#000}.bundle-collection-nav button:hover{background:#f5f5f5;box-shadow:0 6px 20px #00000026;transform:scale(1.05)}.bundle-collection-nav button:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.bundle-collection-nav button svg{width:20px;height:20px}.bundle-collection-toggle{display:none;gap:8px;margin-top:16px}.bundle-collection-toggle button{flex:1;padding:10px 20px;font-size:14px;font-weight:600;background:#f5f5f5;color:#666;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-collection-toggle button.active{background:#000;color:#fff;border-color:#000}.bundle-collection-toggle button:not(.active):hover{background:#e8e8e8;color:#000}.bundle-cart-badge{display:flex;align-items:center;justify-content:center;position:relative;width:44px;height:44px;background:#f5f5f5;border:none;border-radius:50%;color:#000;transition:background .2s ease}.bundle-cart-badge:hover{background:#e8e8e8}.bundle-cart-badge svg{width:22px;height:22px}.bundle-cart-badge .badge-count{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;border-radius:10px;font-size:11px;font-weight:700;border:2px solid #fff}.bundle-review{padding:12px 32px;font-size:14px;font-weight:700;background:#000;color:#fff;border:none;border-radius:25px;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.bundle-review:hover{background:#2d2d2d;transform:scale(1.02)}@media (max-width: 767px){.bundle-modal__dialog{max-height:92vh;border-radius:24px 24px 0 0}.bundle-modal__header{padding:16px 20px 20px}.bundle-modal__header:before{margin-bottom:16px}.bundle-modal__title{font-size:20px;font-weight:700}.bundle-modal__subtitle{font-size:13px}.bundle-collection-toggle{display:flex}.bundle-collection-nav{display:none!important}.bundle-modal__body{padding:20px}.bundle-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.bundle-modal__footer{bottom:16px;padding:10px 20px;gap:10px}.bundle-review{flex:1;padding:11px 24px;font-size:13px}.bundle-cart-badge{width:40px;height:40px}.bundle-cart-badge svg{width:20px;height:20px}}.bundle-product-card{position:relative;border:1px solid #e5e5e5;border-radius:12px;background:#fff;overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column}.bundle-product-card:hover{border-color:#ccc;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.bundle-product-card[data-state=selected]{border-color:var(--bundle-primary-color);box-shadow:0 4px 16px #3f72e526}.bundle-product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1;background:#f9f9f9;overflow:hidden}.bundle-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-product-card:hover .bundle-product-card__image{transform:scale(1.05)}.bundle-product-card__quantity-badge{position:absolute;top:12px;left:12px;min-width:28px;height:28px;padding:0 8px;display:flex;align-items:center;justify-content:center;background:var(--bundle-primary-color);color:#fff;border-radius:14px;font-size:13px;font-weight:700;z-index:10;box-shadow:0 2px 8px #3f72e54d}.bundle-product-card__remove{position:absolute;top:12px;right:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;color:#f44;border:1px solid #ff4444;border-radius:50%;font-size:18px;line-height:1;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px #f443}.bundle-product-card__remove:hover{background:#f44;color:#fff;transform:scale(1.1)}.bundle-product-card__selected-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}.bundle-product-card__info{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1}.bundle-product-card__title{margin:0;font-size:15px;font-weight:600;color:#1a1c1d;line-height:1.4;min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-product-card__price{display:flex;align-items:baseline;gap:8px;font-size:16px;font-weight:700;margin-bottom:auto}.bundle-product-card__price .compare-price{font-size:14px;color:#999;text-decoration:line-through;font-weight:400}.bundle-product-card__price .current-price{color:#1a1c1d}.bundle-product-card__variant-selector{position:relative;margin-bottom:8px}.bundle-product-card__variant-selector .bundle-select{width:100%;padding:10px 32px 10px 12px;border:1px solid #ddd;border-radius:6px;font-size:13px;background:#fafafa}.bundle-product-card__variant-selector svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;pointer-events:none;color:#666}.bundle-product-card__add-button{width:100%;padding:12px;font-size:14px;font-weight:700;border:none;background:#000;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.bundle-product-card__add-button:hover:not(:disabled){background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.bundle-product-card__add-button:disabled{opacity:.5;cursor:not-allowed;background:#ccc;color:#666}@media (max-width: 767px){.bundle-product-card__info{padding:12px;gap:10px}.bundle-product-card__title{font-size:14px;min-height:40px}.bundle-product-card__price{font-size:15px}.bundle-product-card__add-button{padding:10px;font-size:13px}}@media (max-width: 767px){.bundle-builder__grid,.bundle-categories{grid-template-columns:1fr}.bundle-modal__dialog{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.bundle-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-modal__header,.bundle-modal__body,.bundle-modal__footer{padding:16px}.bundle-product-stack{height:80px}.bundle-product-stack img{width:60px;height:60px}.bundle-product-stack img:nth-child(1){transform:rotate(-8deg) translate(-20px)}.bundle-product-stack img:nth-child(3){transform:rotate(8deg) translate(20px)}.bundle-add-to-cart{width:100%;min-width:auto}}.bundle-hidden{display:none!important}.bundle-visible{display:block!important}.bundle-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/*# sourceMappingURL=/cdn/shop/t/19/assets/product-bundle-builder.css.map */
