.nt-bundle{--nt-text: var(--text, #1d1d1f);--nt-bg: var(--bg, #ffffff);--nt-accent: var(--accent, #111111);--nt-border: rgba(0, 0, 0, .14);--nt-border-strong: rgba(0, 0, 0, .3);--nt-muted: rgba(0, 0, 0, .62);--nt-soft: rgba(0, 0, 0, .045);--nt-soft-strong: rgba(0, 0, 0, .075);--nt-success: #217a43;--nt-error: #b42318;--nt-radius: 12px;--nt-radius-small: 8px;--nt-transition: .18s ease;display:block;width:100%;color:var(--nt-text);margin:0 0 24px}.nt-bundle__offers{width:100%;margin-bottom:26px}.nt-bundle__offers-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.nt-bundle__offers-eyebrow,.nt-bundle__eyebrow{display:block;font-size:.78rem;font-weight:700;line-height:1.2;letter-spacing:.07em;text-transform:uppercase}.nt-bundle__offers-grid{display:grid;grid-template-columns:1fr;gap:9px}.nt-bundle__offer{position:relative;display:flex;align-items:center;gap:12px;min-height:72px;padding:13px 14px;border:1px solid var(--nt-border);border-radius:var(--nt-radius);background:var(--nt-bg);color:var(--nt-text);text-decoration:none;transition:border-color var(--nt-transition),box-shadow var(--nt-transition),background-color var(--nt-transition),transform var(--nt-transition)}.nt-bundle__offer:hover{border-color:var(--nt-border-strong);color:var(--nt-text)}.nt-bundle__offer:focus-visible{outline:2px solid var(--nt-accent);outline-offset:2px}.nt-bundle__offer.is-active{border-color:var(--nt-text);background:var(--nt-soft);box-shadow:inset 0 0 0 1px var(--nt-text)}.nt-bundle__offer-check{position:relative;flex:0 0 auto;width:20px;height:20px;border:1.5px solid var(--nt-border-strong);border-radius:50%;background:var(--nt-bg)}.nt-bundle__offer.is-active .nt-bundle__offer-check{border-color:var(--nt-text);background:var(--nt-text)}.nt-bundle__offer.is-active .nt-bundle__offer-check:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.nt-bundle__offer-content{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;gap:2px}.nt-bundle__offer-title{display:block;font-size:.95rem;line-height:1.25;font-weight:700}.nt-bundle__offer-description{display:block;font-size:.79rem;line-height:1.35;color:var(--nt-muted)}.nt-bundle__offer-badge{position:absolute;top:-8px;right:10px;z-index:2;display:inline-flex;align-items:center;min-height:20px;padding:3px 8px;border-radius:999px;background:var(--nt-text);color:#fff;font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}.nt-bundle__configurator{width:100%;padding-top:4px}.nt-bundle__configurator-header{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.nt-bundle__heading{margin:4px 0 5px;font-size:clamp(1.2rem,4vw,1.55rem);line-height:1.15}.nt-bundle__intro{max-width:520px;margin:0;color:var(--nt-muted);font-size:.86rem;line-height:1.45}.nt-bundle__discount{align-self:flex-start;display:inline-flex;flex-direction:column;gap:1px;padding:8px 11px;border:1px solid var(--nt-border);border-radius:var(--nt-radius-small);background:var(--nt-soft)}.nt-bundle__discount strong{font-size:.82rem;line-height:1.15}.nt-bundle__discount span{font-size:.68rem;line-height:1.2;color:var(--nt-muted)}.nt-bundle__progress{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0 0 20px}.nt-bundle[data-bundle-quantity="3"] .nt-bundle__progress{grid-template-columns:repeat(3,minmax(0,1fr))}.nt-bundle__progress-item{-webkit-appearance:none;appearance:none;position:relative;display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;min-height:42px;padding:7px 8px;border:1px solid var(--nt-border);border-radius:999px;background:transparent;color:var(--nt-muted);font:inherit;cursor:pointer;transition:border-color var(--nt-transition),background-color var(--nt-transition),color var(--nt-transition)}.nt-bundle__progress-item:disabled{cursor:default;opacity:.48}.nt-bundle__progress-item.is-active{border-color:var(--nt-text);color:var(--nt-text);background:var(--nt-soft)}.nt-bundle__progress-item.is-complete{border-color:var(--nt-success);color:var(--nt-success)}.nt-bundle__progress-number{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:var(--nt-soft-strong);font-size:.7rem;line-height:1;font-weight:700}.nt-bundle__progress-item.is-active .nt-bundle__progress-number{background:var(--nt-text);color:#fff}.nt-bundle__progress-item.is-complete .nt-bundle__progress-number{background:var(--nt-success);color:#fff}.nt-bundle__progress-label{overflow:hidden;font-size:.72rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.nt-bundle__step{width:100%}.nt-bundle__step[hidden]{display:none!important}.nt-bundle__step-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;margin-bottom:17px;border-bottom:1px solid var(--nt-border)}.nt-bundle__step-count{display:block;margin-bottom:3px;color:var(--nt-muted);font-size:.69rem;font-weight:650;letter-spacing:.045em;text-transform:uppercase}.nt-bundle__step-title{margin:0;font-size:1.03rem;line-height:1.3}.nt-bundle__step-status{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:var(--nt-soft);color:var(--nt-muted);font-size:.68rem;font-weight:650;line-height:1.2}.nt-bundle__step-status.is-complete{background:#217a431a;color:var(--nt-success)}.nt-bundle__field{margin-bottom:20px}.nt-bundle__field-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:9px}.nt-bundle__label{display:block;font-size:.77rem;line-height:1.25;font-weight:700}.nt-bundle__selected-value{overflow:hidden;color:var(--nt-muted);font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}.nt-bundle__colors{display:flex;flex-wrap:wrap;gap:9px}.nt-bundle__color{-webkit-appearance:none;appearance:none;position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:3px;overflow:hidden;border:1px solid var(--nt-border);border-radius:50%;background:var(--nt-bg);color:var(--nt-text);cursor:pointer;transition:border-color var(--nt-transition),box-shadow var(--nt-transition),transform var(--nt-transition),opacity var(--nt-transition)}.nt-bundle__color:hover:not(:disabled){border-color:var(--nt-border-strong);transform:translateY(-1px)}.nt-bundle__color.is-selected{border-color:var(--nt-text);box-shadow:0 0 0 2px var(--nt-bg),0 0 0 3px var(--nt-text)}.nt-bundle__color:disabled,.nt-bundle__color.is-unavailable{cursor:not-allowed;opacity:.34}.nt-bundle__color:focus-visible{outline:2px solid var(--nt-accent);outline-offset:3px}.nt-bundle__color-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.nt-bundle__color-swatch{display:block;width:100%;height:100%;border-radius:inherit;background:var(--nt-swatch, #ececec)}.nt-bundle__color-check{position:absolute;right:0;bottom:0;display:none;align-items:center;justify-content:center;width:17px;height:17px;border:2px solid var(--nt-bg);border-radius:50%;background:var(--nt-text)}.nt-bundle__color.is-selected .nt-bundle__color-check{display:flex}.nt-bundle__color-check:after{content:"";width:4px;height:7px;margin-top:-1px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.nt-bundle__dynamic-options{display:flex;flex-direction:column;gap:20px}.nt-bundle__option-group{display:block}.nt-bundle__option-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:9px}.nt-bundle__option-name{font-size:.77rem;line-height:1.25;font-weight:700}.nt-bundle__option-current{color:var(--nt-muted);font-size:.74rem}.nt-bundle__option-values{display:flex;flex-wrap:wrap;gap:7px}.nt-bundle__option-value{-webkit-appearance:none;appearance:none;min-width:44px;min-height:42px;padding:8px 12px;border:1px solid var(--nt-border);border-radius:var(--nt-radius-small);background:var(--nt-bg);color:var(--nt-text);font:inherit;font-size:.79rem;line-height:1.2;text-align:center;cursor:pointer;transition:border-color var(--nt-transition),background-color var(--nt-transition),color var(--nt-transition),opacity var(--nt-transition),transform var(--nt-transition)}.nt-bundle__option-value:hover:not(:disabled){border-color:var(--nt-border-strong);transform:translateY(-1px)}.nt-bundle__option-value.is-selected{border-color:var(--nt-text);background:var(--nt-text);color:#fff}.nt-bundle__option-value:disabled,.nt-bundle__option-value.is-unavailable{position:relative;cursor:not-allowed;opacity:.34}.nt-bundle__option-value:focus-visible{outline:2px solid var(--nt-accent);outline-offset:2px}.nt-bundle__select{-webkit-appearance:none;appearance:none;display:block;width:100%;min-height:46px;padding:10px 42px 10px 13px;border:1px solid var(--nt-border);border-radius:var(--nt-radius-small);background-color:var(--nt-bg);color:var(--nt-text);font:inherit;font-size:.82rem;cursor:pointer}.nt-bundle__select:focus{outline:2px solid var(--nt-accent);outline-offset:1px}.nt-bundle__selection-summary{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;margin-top:22px;padding:11px;border:1px solid var(--nt-border);border-radius:var(--nt-radius);background:var(--nt-soft)}.nt-bundle__selection-summary[hidden]{display:none!important}.nt-bundle__selection-image{position:relative;width:72px;overflow:hidden;border-radius:var(--nt-radius-small);background:var(--nt-soft-strong);aspect-ratio:3 / 4}.nt-bundle__selection-image img{display:block;width:100%;height:100%;object-fit:cover}.nt-bundle__selection-content{min-width:0}.nt-bundle__selection-label{display:block;margin-bottom:3px;color:var(--nt-muted);font-size:.65rem;font-weight:650;letter-spacing:.045em;text-transform:uppercase}.nt-bundle__selection-content strong{display:block;margin-bottom:4px;font-size:.84rem;line-height:1.3}.nt-bundle__selection-content [data-nt-summary-options]{color:var(--nt-muted);font-size:.74rem;line-height:1.4}.nt-bundle__step-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:22px}.nt-bundle__next,.nt-bundle__submit{width:100%;min-height:50px}.nt-bundle__next:disabled,.nt-bundle__submit:disabled{cursor:not-allowed;opacity:.48}.nt-bundle__back{-webkit-appearance:none;appearance:none;width:100%;min-height:46px;padding:9px 14px;border:1px solid var(--nt-border);border-radius:var(--nt-radius-small);background:transparent;color:var(--nt-text);font:inherit;font-size:.78rem;font-weight:650;cursor:pointer;transition:border-color var(--nt-transition),background-color var(--nt-transition)}.nt-bundle__back:hover{border-color:var(--nt-border-strong);background:var(--nt-soft)}.nt-bundle__submit .loader{pointer-events:none}.nt-bundle__submit.is-loading [data-nt-bundle-button-text]{opacity:0}.nt-bundle__submit.is-success{pointer-events:none}.nt-bundle__errors{display:none;margin-top:12px}.nt-bundle__errors.is-visible{display:block}.nt-bundle__errors .errors,.nt-bundle__errors:not(:empty){color:var(--nt-error)}.nt-bundle__configuration-error{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid rgba(180,35,24,.24);border-radius:var(--nt-radius);background:#b423180f}.nt-bundle__configuration-error strong{font-size:.84rem}.nt-bundle__configuration-error span{color:var(--nt-muted);font-size:.77rem}.nt-bundle [aria-busy=true],.nt-bundle .is-loading{pointer-events:none}.nt-bundle__shake{animation:ntBundleShake .28s ease}@keyframes ntBundleShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@media screen and (min-width:600px){.nt-bundle__offers-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.nt-bundle__offer{min-height:78px}.nt-bundle__configurator-header{flex-direction:row;align-items:flex-start;justify-content:space-between}.nt-bundle__discount{flex:0 0 auto;align-self:flex-start}.nt-bundle__step-actions .nt-bundle__next:only-child,.nt-bundle__step-actions .nt-bundle__submit:only-child{grid-column:1 / -1}}@media screen and (min-width:990px){.nt-bundle{margin-bottom:28px}.nt-bundle__offer{padding:14px}.nt-bundle__offer-title{font-size:.92rem}.nt-bundle__color{width:52px;height:52px}.nt-bundle__option-value{min-width:48px}}@media(prefers-reduced-motion:reduce){.nt-bundle *,.nt-bundle *:before,.nt-bundle *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.nt-bundle__theme-block{margin-top:20px}@media screen and (max-width:749px){.nt-bundle__theme-block{margin-top:16px}}.nt-bundle__submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;height:50px;padding:0 14px;font-size:11px;line-height:1;font-weight:700;letter-spacing:0}.nt-bundle__submit [data-nt-bundle-button-text]{display:block;line-height:1;white-space:nowrap}@media screen and (max-width:749px){.nt-bundle__step-actions{grid-template-columns:1fr;gap:10px}.nt-bundle__back,.nt-bundle__submit{width:100%;min-height:50px;height:50px}.nt-bundle__submit{padding-inline:10px;font-size:10.5px}}@media screen and (min-width:750px){.nt-bundle__step-actions{grid-template-columns:118px minmax(250px,305px);justify-content:end;align-items:stretch;gap:12px}.nt-bundle__back{width:118px;min-width:118px;min-height:48px;height:48px;padding:0 12px}.nt-bundle__submit{width:100%;min-height:48px;height:48px;padding:0 14px;font-size:11px}.nt-bundle__step-actions .nt-bundle__next:only-child{grid-column:1 / -1;width:100%}}.nt-bundle__submit{-webkit-appearance:none;appearance:none;position:relative;display:grid!important;place-items:center!important;width:100%;height:50px;min-height:50px;margin:0;padding:0 16px!important;border:1px solid #0a0a0a;border-radius:0;background:#0a0a0a;color:#fff;font:inherit;font-size:11px;font-weight:700;line-height:1;letter-spacing:0;text-align:center!important;cursor:pointer}.nt-bundle__submit-text{display:block!important;width:auto!important;margin:0!important;padding:0!important;color:inherit;line-height:1!important;text-align:center!important;white-space:nowrap;justify-self:center!important;align-self:center!important}.nt-bundle__submit:hover:not(:disabled){opacity:.9}.nt-bundle__submit:disabled{cursor:not-allowed;opacity:.48}.nt-bundle__submit .loader{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;pointer-events:none}.nt-bundle__submit:not(.is-loading) .loader{display:none}.nt-bundle__submit.is-loading .nt-bundle__submit-text{opacity:0}@media screen and (min-width:750px){.nt-bundle__submit{height:48px;min-height:48px}}
/*# sourceMappingURL=/cdn/shop/t/116/assets/nt-bundle.css.map */
