html{scrollbar-gutter:stable}.product__upsell-bundle{display:block;padding-bottom:20px;margin:20px 0 0;border-bottom:1px solid var(--border)}.upsell-bundle__selector{display:flex;gap:8px;position:relative}.upsell-bundle__radio{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__option{flex:1;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;cursor:pointer;transition:all .25s ease;position:relative;-webkit-user-select:none;user-select:none;border:1.5px solid var(--border, #d4d4d4);border-radius:6px;background:var(--bg, #fff);color:var(--text, #1a1a1a)}.upsell-bundle__option-text{display:flex;flex-direction:column;gap:1px}.upsell-bundle__radio[data-upsell-choice=set]:checked~.upsell-bundle__selector .upsell-bundle__option--set{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.upsell-bundle__radio[data-upsell-choice=set]:checked~.upsell-bundle__selector .upsell-bundle__option--set .upsell-bundle__option-price{color:#c9a96e}.upsell-bundle__radio[data-upsell-choice=set]:checked~.upsell-bundle__selector .upsell-bundle__option--set .upsell-bundle__option-subtitle{color:#ffffffb3}.upsell-bundle__radio[data-upsell-choice=pendant]:checked~.upsell-bundle__selector .upsell-bundle__option--pendant{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.upsell-bundle__radio[data-upsell-choice=pendant]:checked~.upsell-bundle__selector .upsell-bundle__option--pendant .upsell-bundle__option-price{color:#fff}.upsell-bundle__option-badge{position:absolute;top:-9px;right:10px;background:#e63946;color:#fff;font-size:9px;font-weight:700;padding:3px 8px;letter-spacing:.04em;text-transform:uppercase;border-radius:3px;line-height:1;z-index:2}.upsell-bundle__option-title{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.upsell-bundle__option-subtitle{font-size:12px;font-weight:400;color:var(--text-light, #666);line-height:1.2;letter-spacing:.06em}.upsell-bundle__option-prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.upsell-bundle__option-compare{font-size:13px;font-weight:400;line-height:1;color:var(--text-light, #999);text-decoration:line-through;white-space:nowrap}.upsell-bundle__radio[data-upsell-choice=set]:checked~.upsell-bundle__selector .upsell-bundle__option--set .upsell-bundle__option-compare{color:#ffffff80}.upsell-bundle__option-price{font-size:16px;font-weight:700;line-height:1;color:var(--text, #1a1a1a);white-space:nowrap;flex-shrink:0}.upsell-bundle__radio:focus-visible~.upsell-bundle__option--set,.upsell-bundle__radio:focus-visible~.upsell-bundle__option--pendant{outline:2px solid var(--link, #000);outline-offset:2px}.upsell-bundle__radio[data-upsell-choice=pendant]:checked~.upsell-bundle__content,.upsell-bundle__radio[data-upsell-choice=pendant]:checked~.upsell-bundle__checkbox{display:none!important}.upsell-bundle__header{display:none}.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__content{margin-top:var(--inner);padding-top:var(--inner);border-top:1px solid var(--border)}.upsell-bundle__products-wrapper{margin-bottom:0}.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:100px;display:flex;align-items:center;justify-content:center;overflow:hidden}.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{width:100%;height:100%;object-fit:cover}.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-card:nth-child(n+5){display:none}.upsell-bundle__products.is-expanded .upsell-bundle-card:nth-child(n+5){display:flex}.upsell-bundle__more-styles{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:0;background:none;border:none;cursor:pointer;color:var(--text-light, #999);font-size:12px;font-weight:400;letter-spacing:.02em;text-decoration:none;transition:color .2s ease}.upsell-bundle__more-styles:hover{color:var(--text, #1a1a1a)}.upsell-bundle__more-styles-text{border-bottom:1px solid currentColor;line-height:1.2}.upsell-bundle__more-styles-arrow{width:10px;height:6px;transition:transform .2s ease}.upsell-bundle__more-styles.is-expanded .upsell-bundle__more-styles-arrow{transform:rotate(180deg)}.upsell-bundle__more-styles.is-hidden{display:none}.upsell-bundle-card__pricing{display:flex;align-items:center;gap:5px;margin-top:4px}.upsell-bundle-card__compare-price{font-size:11px;color:var(--text-light, #999);text-decoration:line-through;line-height:1}.upsell-bundle-card__bundle-price{font-size:12px;font-weight:600;color:#c9a96e;line-height:1}.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__popular{display:inline-block;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:#c9a96e;color:#fff;padding:3px 6px;border-radius:3px;margin-left:4px;vertical-align:middle;line-height:1;white-space:nowrap}.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-variants__fit-guide-link{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:0;background:none;border:none;cursor:pointer;color:var(--text-light, #888);font-size:12px;font-weight:400;text-decoration:none;transition:color .2s ease}.upsell-bundle-variants__fit-guide-link{text-decoration:underline;text-underline-offset:3px}.upsell-bundle-variants__fit-guide-link:hover{color:var(--text, #1a1a1a)}.upsell-bundle-variants__fit-guide-link span{border-bottom:1px solid currentColor}.chain-fit-guide__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:99999;display:flex;align-items:center;justify-content:center;padding:80px 20px 20px}.chain-fit-guide__modal{background:#fff;border-radius:8px;max-width:420px;width:100%;max-height:calc(100vh - 100px);overflow-y:auto;box-shadow:0 10px 40px #00000026}.chain-fit-guide__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eee}.chain-fit-guide__title{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0}.chain-fit-guide__close{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-light, #888);transition:color .2s ease}.chain-fit-guide__close:hover{color:var(--text, #1a1a1a)}.chain-fit-guide__body{padding:12px 16px 16px}.chain-fit-guide__image{margin-bottom:12px;border-radius:6px;overflow:hidden;text-align:center}.chain-fit-guide__image img{width:75%;height:auto;display:inline-block}.chain-fit-guide__model-note{text-align:center;font-size:11px;color:var(--text-light, #888);margin-top:8px;letter-spacing:.02em}.chain-fit-guide__lengths{display:flex;flex-direction:column;gap:0}.chain-fit-guide__length-item{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0;position:relative}.chain-fit-guide__length-item:last-child{border-bottom:none}.chain-fit-guide__length-item--popular{background:#faf6f0;margin:0 -16px;padding:8px 16px;border-radius:6px;border-bottom:none}.chain-fit-guide__length-cm-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:3px;white-space:nowrap}.chain-fit-guide__length-badge{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#c9a96e;color:#fff;padding:2px 6px;border-radius:3px;line-height:1.2}.chain-fit-guide__length-size{font-size:15px;font-weight:700;color:var(--text, #1a1a1a)}.chain-fit-guide__length-desc{font-size:12px;color:var(--text-light, #666);line-height:1.3}.chain-fit-guide__length-cm{font-size:11px;color:var(--text-light, #999);white-space:nowrap}.chain-fit-guide__tip{margin-top:10px;padding:10px 12px;background:#f8f8f8;border-radius:6px;font-size:11px;color:var(--text-light, #666);line-height:1.4}.chain-fit-guide__tip strong{color:var(--text, #1a1a1a)}.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__selector{gap:6px}.upsell-bundle__option{padding:9px 10px}.upsell-bundle__option-title{font-size:12px}.upsell-bundle__option-subtitle{font-size:11px}.upsell-bundle__option-compare{font-size:12px}.upsell-bundle__option-price{font-size:14px}.upsell-bundle__option-badge{font-size:8px;padding:3px 6px;top:-8px;right:8px;display:flex;align-items:center;justify-content:center}.upsell-bundle__products{gap:14px 10px}.upsell-bundle-card__compare-price,.upsell-bundle-card__bundle-price{font-size: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:70px;display:flex;align-items:center;justify-content:center;overflow:hidden}.upsell-bundle-card{width:70px}}
/*# sourceMappingURL=/cdn/shop/t/296/assets/product-upsell-bundle.css.map */
