.variant-wizard{width:100%}.wizard-step{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;transition:opacity .5s ease,filter .5s ease}.wizard-step--locked{opacity:.3;filter:grayscale(.6);pointer-events:none;transition:opacity .5s ease,filter .5s ease}.wizard-step--product{background:var(--color-background, #fff);color:var(--color-foreground, #1a1a1a)}.wizard-step--product .wizard-step__overlay{display:none}.wizard-step__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.wizard-step__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.wizard-step__content{position:relative;z-index:2;padding:4rem 1.5rem;max-width:900px;width:100%;margin:0 auto}.wizard-step{padding-left:max(1.5rem,calc((100% - var(--page-width, 1200px)) / 2));padding-right:max(1.5rem,calc((100% - var(--page-width, 1200px)) / 2))}.wizard-step__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0 0 1rem}.wizard-step__subtitle{font-size:clamp(1rem,2vw,1.25rem);opacity:.75;margin:0 0 2rem;line-height:1.5}.wizard-step__image{display:block;max-width:100%;height:auto;border-radius:12px;margin:1.5rem auto}.wizard-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.wizard-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1.75rem;border:2px solid rgba(255,255,255,.35);border-radius:12px;background:#ffffff14;color:inherit;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;min-width:130px;min-height:44px;font-size:1rem;font-family:inherit}.wizard-option:hover{border-color:#ffffffb3;background:#ffffff26;transform:translateY(-2px)}.wizard-option.selected{border-color:#fff;background:#ffffff38;box-shadow:0 0 0 3px #ffffff40}.wizard-option__icon{width:60px;height:60px;object-fit:contain}.wizard-option__label{font-weight:600}.wizard-option__desc{font-size:.85rem;opacity:.75}.wizard-options--with-desc{align-items:stretch}.wizard-option-col{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:130px}.wizard-option-col .wizard-option__desc{margin:0 0 .75rem;line-height:1.4;font-size:clamp(.85rem,1.8vw,1rem);opacity:.75}.wizard-option-col .wizard-option{margin-top:auto;width:100%}.wizard-substep{display:none;opacity:0;transition:opacity .4s ease;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.wizard-substep.is-visible{display:block;opacity:1}.wizard-substep__title{font-size:clamp(1.15rem,3vw,1.5rem);margin:0 0 .5rem}.wizard-substep__text{font-size:1rem;opacity:.85;margin:0 0 1.25rem;line-height:1.5}.wizard-substep__image{display:block;max-width:100%;height:auto;border-radius:10px;margin:0 auto 1.5rem}.wizard-substep__confirm{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.5rem;border:2px solid #fff;border-radius:50px;background:#ffffff26;color:#fff;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;min-height:44px;min-width:44px;transition:background .2s,transform .15s}.wizard-substep__confirm:hover{background:#ffffff4d;transform:translateY(-1px)}.wizard-substep--redirect{background:#f59e0b2e;border:2px solid rgba(245,158,11,.5);border-radius:12px;padding:2rem 1.5rem;border-top:none;margin-top:2rem}.wizard-substep--redirect .wizard-substep__title{color:#fbbf24}.wizard-substep--redirect .wizard-substep__text{color:#ffffffe6;opacity:1}.wizard-substep__link-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.5rem;border:2px solid #fbbf24;border-radius:50px;background:#f59e0b40;color:#fff;font-size:1rem;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;min-height:44px;min-width:44px;transition:background .2s,transform .15s;margin-bottom:1rem}.wizard-substep__link-btn:hover{background:#f59e0b73;transform:translateY(-1px)}.wizard-substep__subscribe-form{margin-bottom:1rem}.wizard-substep__subscribe-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:stretch}.wizard-substep__subscribe-row .wizard-substep__link-btn{margin-bottom:0}.wizard-substep__email-input{flex:1;min-width:200px;padding:.85rem 1.2rem;border:2px solid rgba(245,158,11,.5);border-radius:50px;background:#ffffffe6;color:#333;font-size:1rem;font-family:inherit;outline:none;box-sizing:border-box}.wizard-substep__email-input::placeholder{color:#0006}.wizard-substep__email-input:focus{border-color:#fbbf24}.wizard-substep__restart{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.75rem;border:1px solid rgba(255,255,255,.4);border-radius:50px;background:transparent;color:#fffc;font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;min-height:44px;min-width:44px;transition:background .2s,color .2s}.wizard-substep__restart:hover{background:#ffffff1a;color:#fff}.wizard-info-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:left;margin:1.5rem 0 2rem}.wizard-info-block{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.5rem}.wizard-info-block h3{font-size:1.1rem;margin:0 0 .5rem}.wizard-info-block p{font-size:.95rem;opacity:.85;margin:0;line-height:1.5}.wizard-proceed{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 3rem;border:none;border-radius:50px;background:#fff;color:#1a1a1a;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;min-height:44px;min-width:44px;transition:background .2s,transform .15s,box-shadow .2s;margin-top:1rem}.wizard-proceed:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.wizard-result__summary{margin-bottom:2rem}.wizard-summary__list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 2rem;justify-content:center;font-size:.95rem}.wizard-summary__list li{text-transform:capitalize}.wizard-product{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;max-width:1000px;margin:0 auto;text-align:left}.wizard-product__media img{width:100%;height:auto;border-radius:12px}.wizard-product__info{display:flex;flex-direction:column;justify-content:center}.wizard-product__title{font-size:1.75rem;margin:0 0 .25rem}.wizard-product__price{font-size:1.4rem;font-weight:600;margin:0 0 1rem}.wizard-product__description{font-size:1rem;opacity:.8;margin:0 0 1.5rem;line-height:1.6}.wizard-product__select{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit;margin-bottom:1rem;min-height:44px}.wizard-product__actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.wizard-product__atc,.wizard-product__explore{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s,background .2s,color .2s;text-decoration:none;text-align:center;flex:1;min-width:0;min-height:44px}.wizard-product__atc{background:var(--color-foreground, #1a1a1a);color:var(--color-background, #fff);border:2px solid var(--color-foreground, #1a1a1a)}.wizard-product__atc:hover{opacity:.85}.wizard-product__explore{background:transparent;color:var(--color-foreground, #1a1a1a);border:2px solid var(--color-foreground, #1a1a1a)}.wizard-product__explore:hover{background:var(--color-foreground, #1a1a1a);color:var(--color-background, #fff)}.wizard-result__empty{text-align:center;opacity:.6}@media(max-width:640px){.wizard-options{flex-direction:column;align-items:center}.wizard-option{width:100%;max-width:280px}.wizard-product{grid-template-columns:1fr}.wizard-product__actions{flex-direction:column}.wizard-info-sections{grid-template-columns:1fr}.wizard-step__content{padding:3rem 1rem}}#wizard-towing .wizard-options{justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-variant-wizard.css.map */
