html{scrollbar-gutter:stable}.product__upsell-bundle{display:block;padding-bottom:20px;margin:20px 0 0;border-bottom:1px solid var(--border)}.upsell-bundle__header{display:flex;align-items:center}.upsell-bundle__toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.upsell-bundle__checkbox.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}.upsell-bundle__toggle-switch{position:relative;width:44px;height:24px;background:var(--bg-secondary, #f5f5f5);border:1px solid var(--border, #ccc);border-radius:12px;transition:all var(--duration, .3s) var(--ease, ease);flex-shrink:0}.upsell-bundle__toggle-knob{position:absolute;top:1px;left:1px;width:20px;height:20px;background:var(--bg, #fff);border:1px solid var(--border, #ccc);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all var(--duration, .3s) var(--ease, ease)}.upsell-bundle__toggle-icon{width:10px;height:10px;color:var(--text-light, #999);transition:all var(--duration, .3s) var(--ease, ease)}.upsell-bundle__checkbox:checked+.upsell-bundle__toggle-switch{background:#00b303;border-color:#00b303}.upsell-bundle__checkbox:checked+.upsell-bundle__toggle-switch .upsell-bundle__toggle-knob{left:21px;border-color:#00b303}.upsell-bundle__toggle-icon--check{display:none}.upsell-bundle__checkbox:checked+.upsell-bundle__toggle-switch .upsell-bundle__toggle-icon--close{display:none}.upsell-bundle__checkbox:checked+.upsell-bundle__toggle-switch .upsell-bundle__toggle-icon--check{display:block;color:#00b303}.upsell-bundle__checkbox:focus-visible+.upsell-bundle__toggle-switch{outline:2px solid var(--link, #000);outline-offset:2px}.upsell-bundle__toggle-label{font-size:var(--font-body-small);font-weight:400;color:var(--text)}.upsell-bundle__toggle-price{font-weight:600;color:#f93145}.upsell-bundle__content{margin-top:var(--inner);padding-top:var(--inner);border-top:1px solid var(--border)}.upsell-bundle__products-wrapper{margin-bottom:var(--inner)}.upsell-bundle__products-heading{color:var(--text-dark, #1a1a1a);font-weight:500;font-size:var(--font-body-small);margin-bottom:16px;display:block}.upsell-bundle__products{display:flex;flex-wrap:wrap;gap:14px 12px}.upsell-bundle-card{flex:0 0 auto;position:relative;width:100px;display:flex;flex-direction:column;align-items:center}.upsell-bundle-card__badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:var(--text);color:var(--bg);font-size:9px;font-weight:500;padding:2px 6px;white-space:nowrap;z-index:1;letter-spacing:.02em;border-radius:.5rem;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:2px;line-height:1}.upsell-bundle-card__badge--top-seller{background:#000;color:#fff}.upsell-bundle-card__badge-icon{font-size:8px;line-height:1;display:flex;align-items:center}.upsell-bundle-card__badge-text{line-height:1;margin-top:.5px}.upsell-bundle-card__label{display:block;cursor:pointer}.upsell-bundle-card__radio{position:absolute;opacity:0;width:0;height:0}.upsell-bundle-card__inner{display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid var(--border);background:var(--bg);transition:border-color var(--duration) var(--ease)}product-upsell-bundle .upsell-bundle-card .upsell-bundle-card__inner{min-width:auto}product-upsell-bundle .upsell-bundle-card .upsell-bundle-card__inner .upsell-bundle-card__image{width:100px;height:auto;display:flex;align-items:center;justify-content:center}.upsell-bundle-card__radio:checked+.upsell-bundle-card__inner{border-color:var(--text)}.upsell-bundle-card__radio:focus-visible+.upsell-bundle-card__inner{outline:2px solid var(--link);outline-offset:2px}.upsell-bundle-card__image img{max-width:100%;max-height:100%;object-fit:contain}.upsell-bundle-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary)}.upsell-bundle-card__placeholder svg{width:50%;height:50%;opacity:.3}.upsell-bundle-card__name{text-align:center;color:var(--text);letter-spacing:.03em;line-height:1.3;text-transform:uppercase;font-size:12px;width:100%;max-width:80px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;padding-top:8px;font-weight:500}.upsell-bundle__variants-container{margin-top:var(--inner)}.upsell-bundle-variants{padding-top:var(--inner);border-top:1px solid var(--border)}.upsell-bundle-variants__fieldset{border:0;padding:0;margin:0}.upsell-bundle-variants__legend{display:block;font-size:var(--font-body-small);font-weight:500;margin-bottom:4px}.upsell-bundle-variants__options{display:flex;flex-wrap:wrap;gap:8px}.upsell-bundle-variants__option{position:relative}.upsell-bundle-variants__option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.upsell-bundle-variants__option label{display:block;cursor:pointer;font-family:var(--BTN-FONT-STACK);font-size:var(--BTN-FONT-SIZE);font-style:var(--BTN-FONT-STYLE);font-weight:var(--BTN-FONT-WEIGHT);line-height:var(--line-height-normal);letter-spacing:var(--BTN-LETTER-SPACING);text-transform:var(--BTN-UPPERCASE);position:relative;margin:0;padding:10px;min-width:calc(var(--BTN-FONT-SIZE) * var(--line-height-normal) + 22px);text-align:center;color:inherit;background-color:transparent;border:1px solid var(--text);border-radius:min(var(--RADIUS),20px);transition:color .5s cubic-bezier(.215,.61,.355,1),background .5s cubic-bezier(.215,.61,.355,1),border .5s cubic-bezier(.215,.61,.355,1)}.upsell-bundle-variants__option input[type=radio]:checked+label{border-color:var(--text);background:var(--text);color:var(--bg)}.upsell-bundle-variants__option input[type=radio]:focus-visible+label{outline:2px solid var(--link);outline-offset:2px}.upsell-bundle-variants__option--disabled label{opacity:.4;cursor:not-allowed;text-decoration:line-through}.upsell-bundle-variants__option--disabled input[type=radio]:disabled+label{background:var(--bg-secondary)}.upsell-bundle-variants__error{color:var(--error, #dc3545);font-size:14px;margin-top:8px;font-weight:500}.upsell-bundle-variants__fieldset.variant-error .upsell-bundle-variants__legend{color:var(--error, #dc3545)}.upsell-bundle__placeholder{padding:var(--inner);background:var(--bg-secondary);text-align:center;color:var(--text-light);margin-top:var(--inner)}@media only screen and (max-width: 749px){.upsell-bundle__products{gap:14px 10px}.upsell-bundle-card__badge{font-size:8px;padding:4px;top:-6px;text-transform:uppercase}.upsell-bundle-card__name{font-size:10px;max-width:70px}product-upsell-bundle .upsell-bundle-card .upsell-bundle-card__inner .upsell-bundle-card__image{width:70px;height:auto;display:flex;align-items:center;justify-content:center}.upsell-bundle-card{width:70px}}
/*# sourceMappingURL=/cdn/shop/t/197/assets/product-upsell-bundle.css.map */
