.bundle-option__link{display:inline-block;font-size:12px;color:#888;text-decoration:underline;margin-top:4px;transition:color .2s;position:absolute;right:12px;bottom:16px}@media screen and (max-width: 749px){right: 12px;bottom: 8px}.bundle-option__link:hover{color:#000}.bundle-selector{margin:24px 0;padding:20px 0;border-top:1px solid var(--bundle-card-border, #e5e5e5)}.bundle-selector__header{margin-bottom:16px}.bundle-selector__title{font-size:var(--bundle-title-size, 16px);font-weight:var(--bundle-title-weight, 600);margin:0 0 4px;color:var(--bundle-title-color, #000)}.bundle-selector__subtitle{font-size:var(--bundle-subtitle-size, 13px);color:var(--bundle-subtitle-color, #666);margin:0}.bundle-selector__options{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.bundle-option{display:block}.bundle-option__main-label{cursor:pointer;display:block}.bundle-option__input{position:absolute;opacity:0;pointer-events:none}.bundle-option__card{display:flex;align-items:flex-start;gap:12px;padding:12px;border:2px solid var(--bundle-card-border, #e5e5e5);border-radius:8px;background:var(--bundle-card-bg, #fff);transition:all .2s ease;position:relative}.bundle-option__card:hover{border-color:var(--bundle-card-border, #ccc);filter:brightness(.98)}.bundle-option__input:checked+.bundle-option__card,.bundle-option__card.is-selected{border-color:var(--bundle-card-selected-border, #000);background:var(--bundle-card-bg, #fff)}.bundle-option__check{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;background:var(--bundle-check-bg, #000);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:all .2s ease}.bundle-option__check svg{width:12px;height:12px;stroke:var(--bundle-check-color, #fff)}.bundle-option__input:checked+.bundle-option__card .bundle-option__check,.bundle-option__card.is-selected .bundle-option__check{opacity:1;transform:scale(1)}.bundle-option__image{flex-shrink:0;width:70px;height:70px;border-radius:6px;overflow:hidden;background:var(--bundle-image-bg, #f5f5f5)}.bundle-option__image img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.bundle-option__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bundle-option__no-image svg{width:30px;height:30px;stroke:#ccc}.bundle-option__content{flex:1;min-width:0}.bundle-option__title{font-size:var(--bundle-product-title-size, 14px);font-weight:var(--bundle-product-title-weight, 600);margin:0 0 4px;padding-right:30px;color:var(--bundle-product-title-color, #000)}.bundle-option__description{font-size:var(--bundle-product-desc-size, 12px);color:var(--bundle-product-desc-color, #666);margin:0 0 8px;line-height:1.4}.bundle-option__price{display:flex;align-items:center;gap:8px}.bundle-option__price-compare{font-size:12px;color:#999;text-decoration:line-through}.bundle-option__price-current{font-size:var(--bundle-product-price-size, 14px);font-weight:var(--bundle-product-price-weight, 600);color:var(--bundle-product-price-color, #000)}.bundle-option__variants{padding:0 12px 12px;margin-top:-4px;border:2px solid var(--bundle-card-border, #e5e5e5);border-top:none;border-radius:0 0 8px 8px;background:var(--bundle-variants-bg, #fafafa)}.bundle-option__input:checked~.bundle-option__variants,.bundle-option__card.is-selected~.bundle-option__variants{border-color:var(--bundle-card-selected-border, #000)}.bundle-variant-group{display:flex;align-items:center;gap:10px;padding:8px 0}.bundle-variant-group:first-child{padding-top:12px}.bundle-variant-label{font-size:12px;font-weight:500;color:var(--bundle-variant-label-color, #333);min-width:50px}.bundle-variant-swatches{display:flex;gap:8px;flex-wrap:wrap}.bundle-swatch{width:28px;height:28px;border-radius:50%;border:2px solid var(--swatch-border, #ddd);background:var(--swatch-color, #ccc);cursor:pointer;position:relative;transition:all .15s ease;padding:0}.bundle-swatch:hover{transform:scale(1.1)}.bundle-swatch.is-active{border-color:var(--bundle-swatch-active-border, #000);box-shadow:0 0 0 2px #0000001a}.bundle-swatch__check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:14px;height:14px;opacity:0;transition:all .15s ease}.bundle-swatch__check svg{width:100%;height:100%;stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}:is(.bundle-swatch[style*=wit],.bundle-swatch[style*=white],.bundle-swatch[style*="#fff"],.bundle-swatch[style*=silver],.bundle-swatch[style*=zilver]) .bundle-swatch__check svg{stroke:#000;filter:none}.bundle-swatch.is-active .bundle-swatch__check{opacity:1;transform:translate(-50%,-50%) scale(1)}.bundle-variant-selected-label{font-size:12px;color:var(--bundle-variant-selected-color, #666);margin-left:4px}.bundle-variant-buttons{display:flex;gap:6px;flex-wrap:wrap}.bundle-variant-btn{padding:6px 12px;font-size:12px;border:1px solid var(--bundle-btn-border, #ddd);border-radius:4px;background:var(--bundle-btn-bg, #fff);cursor:pointer;transition:all .15s ease;color:#000}.bundle-variant-btn:hover{border-color:var(--bundle-btn-hover-border, #999)}.bundle-variant-btn.is-active{border-color:var(--bundle-variant-btn-active-bg, #000);background:var(--bundle-variant-btn-active-bg, #000);color:var(--bundle-variant-btn-active-color, #fff)}.bundle-variant-select{padding:6px 10px;font-size:12px;border:1px solid var(--bundle-select-border, #ddd);border-radius:4px;background:var(--bundle-select-bg, #fff);cursor:pointer;min-width:100px}.bundle-option__card--simple{align-items:center}.bundle-option__card--simple .bundle-option__content{padding:4px 0}.bundle-option__card--simple .bundle-option__title{margin-bottom:2px}.bundle-option__card--simple .bundle-option__description{margin-bottom:0}.bundle-option--none .bundle-option__card{background:var(--bundle-none-bg, transparent);border-style:dashed}.bundle-option--none .bundle-option__input:checked+.bundle-option__card{background:var(--bundle-none-selected-bg, #fafafa);border-style:solid}.bundle-selector__total{margin-top:20px;padding:16px;background:var(--bundle-total-bg, #f8f8f8);border-radius:8px}.bundle-total__row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px}.bundle-total__row--total{border-top:1px solid var(--bundle-card-border, #e0e0e0);margin-top:8px;padding-top:12px;font-size:15px;font-weight:var(--bundle-total-weight, 600)}.bundle-total__label{color:var(--bundle-total-text-color, #333)}.bundle-total__price{color:var(--bundle-total-text-color, #000);font-weight:var(--bundle-total-weight, 500)}.bundle-total__row--total .bundle-total__price{font-size:var(--bundle-total-size, 18px)}.bundle-loading,.bundle-success{display:inline-flex;align-items:center;gap:6px}.bundle-success{color:var(--bundle-success-color, #0a0)}@media screen and (max-width: 749px){.bundle-selector{padding:16px 0;margin:16px 0}.bundle-option__image{width:60px;height:60px}.bundle-option__title{font-size:13px}.bundle-option__description{font-size:11px}.bundle-option__price-current{font-size:13px}.bundle-variant-group{flex-wrap:wrap}.bundle-variant-label{width:100%;margin-bottom:4px}.bundle-selector__total{padding:12px}.bundle-total__row--total .bundle-total__price{font-size:16px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bundle-swatch:focus-visible,.bundle-variant-btn:focus-visible{outline:2px solid var(--bundle-focus-color, #000);outline-offset:2px}.bundle-option__input:focus-visible+.bundle-option__card{outline:2px solid var(--bundle-focus-color, #000);outline-offset:2px}:root{--bundle-border-color: #e5e5e5;--bundle-card-border: #e5e5e5;--bundle-card-hover-border: #ccc;--bundle-card-selected-border: #000;--bundle-card-bg: #fff;--bundle-card-selected-bg: #fafafa;--bundle-check-bg: #000;--bundle-check-color: #fff;--bundle-total-bg: #f8f8f8;--bundle-variants-bg: #fafafa;--bundle-swatch-active-border: #000;--bundle-btn-active-bg: #000;--bundle-btn-active-color: #fff}.bundle-selector-wrapper~.buy-buttons-block .product-form__submit,.bundle-selector-wrapper~product-form .product-form__submit,.bundle-selector~.buy-buttons-block .product-form__submit,[data-bundle-selector]~.buy-buttons-block .product-form__submit,.product-form__submit.bundle-styled{background-color:var(--bundle-add-btn-bg, #27ae60)!important;color:var(--bundle-add-btn-color, #ffffff)!important;border-color:var(--bundle-add-btn-bg, #27ae60)!important}.bundle-selector-wrapper~.buy-buttons-block .product-form__submit:hover,.bundle-selector-wrapper~product-form .product-form__submit:hover,[data-bundle-selector]~.buy-buttons-block .product-form__submit:hover,.product-form__submit.bundle-styled:hover{background-color:var(--bundle-add-btn-bg-hover, #27ae60)!important;border-color:var(--bundle-add-btn-bg-hover, #27ae60)!important}.product-form__submit.loading{opacity:.7;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-bundle-selector.css.map */
