.c-product-wizard{position:relative}.c-product-wizard .c-product-wizard-result{display:grid;gap:2rem;align-items:start;text-align:left}@media(min-width:750px){.c-product-wizard .c-product-wizard-result{grid-template-columns:1fr 1fr;gap:4rem}}.c-product-wizard .c-product-wizard-result__image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--media-radius);background-color:rgba(var(--color-foreground),.04)}.c-product-wizard .c-product-wizard-result__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.c-product-wizard .c-product-wizard-result__img:hover{transform:scale(1.05)}.c-product-wizard .c-product-wizard-result__content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:750px){.c-product-wizard .c-product-wizard-result__content{gap:2rem}}.c-product-wizard .c-product-wizard-result__header{display:flex;flex-direction:column;gap:.8rem}.c-product-wizard .c-product-wizard-result__title{margin:0;line-height:1.2;color:rgb(var(--color-foreground))}.c-product-wizard .c-product-wizard-result__vendor{color:rgba(var(--color-foreground),.7);font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.05em}.c-product-wizard .c-product-wizard-result__description{color:rgba(var(--color-foreground),.8);line-height:1.6}.c-product-wizard .c-product-wizard-result__price{display:flex;flex-direction:column;gap:1rem}.c-product-wizard .c-product-wizard-result__price-wrapper{display:flex;align-items:baseline;gap:1.2rem}.c-product-wizard .c-product-wizard-result__price-current{color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold)}.c-product-wizard .c-product-wizard-result__price-compare{color:rgba(var(--color-foreground),.6);text-decoration:line-through}.c-product-wizard .c-product-wizard-result__badge{display:inline-flex;align-items:center;padding:.4rem 1rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:var(--badge-corner-radius);font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.05em;width:fit-content}.c-product-wizard .c-product-wizard-result__actions{display:flex;flex-direction:column;gap:1.2rem}@media(min-width:750px){.c-product-wizard .c-product-wizard-result__actions{flex-direction:row;gap:1.6rem}}.c-product-wizard .c-product-wizard-result__button{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:var(--font-body-weight-bold);text-decoration:none;border:var(--buttons-border-width) solid transparent;border-radius:var(--buttons-radius);cursor:pointer;transition:all .2s ease-in-out;min-height:4.8rem;text-align:center}@media(min-width:750px){.c-product-wizard .c-product-wizard-result__button{padding:1.5rem 3rem;font-size:1.6rem}}.c-product-wizard .c-product-wizard-result__button--primary{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));flex:1}.c-product-wizard .c-product-wizard-result__button--primary:hover{background-color:rgba(var(--color-button),.9);transform:translateY(-.2rem);box-shadow:var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),var(--buttons-shadow-opacity))}.c-product-wizard .c-product-wizard-result__button--secondary{background-color:rgb(var(--color-secondary-button));color:rgb(var(--color-secondary-button-text));border-color:rgba(var(--color-foreground),var(--buttons-border-opacity))}.c-product-wizard .c-product-wizard-result__button--secondary:hover{border-color:rgba(var(--color-foreground),.4);transform:translateY(-.2rem);box-shadow:var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),calc(var(--buttons-shadow-opacity) * .5))}.c-product-wizard .c-product-wizard-result__availability{display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:rgba(var(--color-foreground),.05);border-radius:var(--buttons-radius);border:.1rem solid rgba(var(--color-foreground),.1)}.c-product-wizard .c-product-wizard-result__sold-out{color:rgba(var(--color-foreground),.7);font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.05em}.c-product-wizard .c-product-wizard-result__button:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.2rem}@media(prefers-reduced-motion:reduce){.c-product-wizard .c-product-wizard-result__img,.c-product-wizard .c-product-wizard-result__button{transition:none}.c-product-wizard .c-product-wizard-result__img:hover,.c-product-wizard .c-product-wizard-result__button:hover{transform:none}}.c-product-wizard__screen{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2.4rem;align-items:stretch;background-color:#fff;padding:2.4rem}@media(min-width:750px){.c-product-wizard__screen{gap:4.8rem;padding:6rem 7rem;min-height:5.1rem}}.c-product-wizard__progress-header{display:flex;gap:.8rem;align-items:stretch;justify-content:stretch}.c-product-wizard__progress-item{display:flex;flex-direction:column;align-items:stretch;background:none;border:none;padding:0;cursor:pointer;transition:all .2s ease-in-out;flex:1}.c-product-wizard__progress-item:after{content:"";display:block;height:.3rem;background-color:rgba(var(--color-foreground),.5);transition:background-color .2s ease-in-out}.c-product-wizard__progress-item:disabled{cursor:not-allowed;opacity:.5}.c-product-wizard__progress-item--clickable:hover:not(:disabled){transform:translateY(-.2rem)}.c-product-wizard__progress-label{display:flex;justify-content:center;align-items:center;padding:.8rem;background-color:rgb(var(--color-background));flex:1}.c-product-wizard__progress-number{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;text-align:center;color:rgba(var(--color-foreground),.5);transition:color .2s ease-in-out}.c-product-wizard__progress-item--current .c-product-wizard__progress-number,.c-product-wizard__progress-item--completed .c-product-wizard__progress-number{color:rgba(var(--color-foreground),.75)}.c-product-wizard__progress-item--current:after,.c-product-wizard__progress-item--completed:after{background-color:rgb(var(--color-foreground))}.c-product-wizard__progress-item--results:after{background-color:rgb(var(--color-foreground))}.c-product-wizard__content{flex:1;display:flex;flex-direction:column}.c-product-wizard__transition-enter{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.c-product-wizard__transition-enter-start{opacity:0;transform:translateY(2rem)}.c-product-wizard__transition-enter-end{opacity:1;transform:translateY(0)}.c-product-wizard__title{margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.c-product-wizard__description{margin-bottom:3rem;color:rgba(var(--color-foreground),.75)}.c-product-wizard__question-title{margin-bottom:2rem}.c-product-wizard__results-description{margin-bottom:3rem;color:rgba(var(--color-foreground),.75)}.c-product-wizard__results-header{margin-bottom:3rem;text-align:left}.c-product-wizard__results-container{display:flex;flex-direction:column;align-self:stretch;padding:.8rem 0}.c-product-wizard__results-label{font-family:var(--font-body-family);font-weight:400;font-size:1rem;line-height:1.4em;letter-spacing:.12em;text-transform:uppercase;text-align:left;color:#121212bf;margin-bottom:0}.c-product-wizard__results-title{font-family:var(--font-body-family);font-weight:400;font-size:2.6rem;line-height:1.4em;letter-spacing:.05;text-align:left;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.c-product-wizard__results-description{color:rgba(var(--color-foreground),.75);margin:0}.c-product-wizard__progress{margin-bottom:3rem}.c-product-wizard__progress-bar{width:100%;height:.8rem;background-color:rgba(var(--color-foreground),.1);border-radius:.4rem;overflow:hidden;margin-bottom:1rem}.c-product-wizard__progress-fill{height:100%;background:linear-gradient(90deg,rgb(var(--color-button)),rgb(var(--color-button-text)));border-radius:.4rem;transition:width .3s ease-in-out}.c-product-wizard__progress-text{font-size:1.2rem;color:rgba(var(--color-foreground),.75);font-weight:var(--font-body-weight)}@media(min-width:750px){.c-product-wizard__progress-text{font-size:1.4rem}}.c-product-wizard__question-content{margin-bottom:3rem;flex:1}.c-product-wizard__question-header{margin-bottom:2.4rem;text-align:left}.c-product-wizard__question-number{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;color:rgba(var(--color-foreground),.75);margin-bottom:.8rem}.c-product-wizard__question-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;line-height:2.4rem;letter-spacing:.012em;color:rgb(var(--color-foreground));margin:0;text-align:left}@media(min-width:750px){.c-product-wizard__question-title{font-size:2.6rem;line-height:3.6rem}}.c-product-wizard__instruction{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;color:rgba(var(--color-foreground),.75);margin-bottom:1.6rem;text-align:left}.c-product-wizard__answers{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;align-items:flex-start}@media(min-width:750px){.c-product-wizard__answers{gap:1.6rem}}.c-product-wizard__answer{position:relative;display:flex;align-items:stretch;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.5);border-radius:.6rem;cursor:pointer;transition:all .2s ease-in-out;text-align:left;color:rgb(var(--color-foreground));min-height:5rem;padding:1.5rem;width:100%;flex-wrap:wrap}@media(min-width:750px){.c-product-wizard__answer{width:23.8rem;min-height:auto;padding:0}}.c-product-wizard__answer:hover{border-color:rgb(var(--color-foreground));transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(var(--color-shadow),.1)}.c-product-wizard__answer--selected{border-color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05)}.c-product-wizard__answer-content{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 1.6rem;width:100%;flex:1}.c-product-wizard__answer-icon{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;flex-shrink:0}.c-product-wizard__answer-text{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:1.4rem;line-height:1.57;letter-spacing:.043em;text-transform:uppercase;color:rgb(var(--color-foreground));flex:1}.c-product-wizard__checkbox-empty,.c-product-wizard__checkbox-checked,.c-product-wizard__radio-empty,.c-product-wizard__radio-checked{width:1.6rem;height:1.6rem;stroke-width:.1rem;color:rgb(var(--color-foreground))}.c-product-wizard__checkbox-empty,.c-product-wizard__checkbox-checked,.c-product-wizard__radio-empty{fill:none;stroke:currentColor}.c-product-wizard__radio-checked{fill:currentColor;stroke:currentColor}.c-product-wizard__button{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1.4rem;line-height:1.43;letter-spacing:.086em;text-transform:uppercase;text-decoration:none;border-radius:.3rem;cursor:pointer;transition:all .2s ease-in-out;min-height:4.4rem;gap:.8rem;white-space:nowrap;border:var(--buttons-border-width) solid transparent;min-width:10rem}@media(min-width:750px){.c-product-wizard__button{padding:1.2rem 1.6rem;font-size:1.4rem;min-width:auto}}.c-product-wizard__button--secondary{background-color:rgb(var(--color-secondary-button));color:rgb(var(--color-secondary-button-text));border-color:rgba(var(--color-foreground),var(--buttons-border-opacity))}.c-product-wizard__button--secondary:not(:disabled):hover{background-color:rgba(var(--color-foreground),.05);transform:translateY(-.1rem);box-shadow:var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),calc(var(--buttons-shadow-opacity) * .5))}.c-product-wizard__button--secondary:disabled{cursor:not-allowed;opacity:.5}.c-product-wizard__button--tertiary{background-color:transparent;color:rgba(var(--color-foreground),.75);border-color:rgba(var(--color-foreground),.3)}.c-product-wizard__button--tertiary:hover{background-color:rgba(var(--color-foreground),.03);color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.5);transform:translateY(-.1rem)}.c-product-wizard__navigation{display:flex;flex-direction:column;gap:1.6rem;justify-content:space-between;align-items:center;margin-top:auto}@media(min-width:750px){.c-product-wizard__navigation{flex-direction:row;gap:2.4rem}}.c-product-wizard__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:30rem}.c-product-wizard__spinner{width:4rem;height:4rem;border:.4rem solid rgba(var(--color-foreground),.1);border-left-color:rgb(var(--color-button));border-radius:50%;animation:c-product-wizard-spin 1s linear infinite;margin-bottom:2rem}.c-product-wizard__loading-title{color:rgba(var(--color-foreground),.75)}@keyframes c-product-wizard-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.c-product-wizard__products{margin-bottom:4.8rem}.c-product-wizard-results__collection-section{margin-bottom:4rem}.c-product-wizard-results__collection-section:last-child{margin-bottom:0}.c-product-wizard-results__collection-title{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;color:rgba(var(--color-foreground),.75);margin:0 0 1.6rem}.c-product-wizard-results__grid{display:grid;gap:2.4rem;grid-template-columns:1fr}@media(min-width:750px){.c-product-wizard-results__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.c-product-wizard-results__grid{grid-template-columns:repeat(3,1fr)}}.c-product-wizard-results__item{display:flex;gap:2.4rem;padding:1.6rem;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.75);border-radius:.3rem;transition:all .2s ease-in-out}.c-product-wizard-results__item:hover{transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(var(--color-shadow),.1)}.c-product-wizard-results__image{flex-shrink:0;width:9.5rem;height:9.5rem;overflow:hidden;background-color:rgba(var(--color-foreground),.04)}.c-product-wizard-results__img{width:100%;height:100%;object-fit:cover}.c-product-wizard-results__content{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:.8rem}.c-product-wizard-results__info{display:flex;flex-direction:column;gap:.4rem}.c-product-wizard-results__title{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:1.6rem;line-height:1.375;letter-spacing:.0375em;color:rgb(var(--color-foreground));margin:0}.c-product-wizard-results__title-link{color:inherit;text-decoration:none;transition:color .2s ease-in-out}.c-product-wizard-results__title-link:hover{color:rgb(var(--color-button))}.c-product-wizard-results__image-link{display:block;width:100%;height:100%;transition:opacity .2s ease-in-out}.c-product-wizard-results__image-link:hover{opacity:.8}.c-product-wizard-results__vendor{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground))}.c-product-wizard-results__footer{display:flex;justify-content:flex-end}.c-product-wizard-results__price{display:flex;align-items:center;gap:.8rem;margin:.4rem 0 1.6rem}.c-product-wizard-results__price-current{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:1.4rem;line-height:1.2857;letter-spacing:.0429em;color:#e9292d}.c-product-wizard-results__price-compare{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.4;letter-spacing:.06em;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.c-product-wizard-results__button{display:inline-flex;align-items:center;justify-content:center;padding:0 1.6rem;min-height:4.4rem;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1.4rem;line-height:1.4286;letter-spacing:.0857em;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-background));background-color:#333;border-radius:.3rem;border:0 none;transition:all .2s ease-in-out;white-space:nowrap}.c-product-wizard-results__button:hover{background-color:#333333e6;transform:translateY(-.1rem)}.c-product-wizard-results__sold-out{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1.4rem;line-height:1.4286;letter-spacing:.0857em;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}@media(max-width:749px){.c-product-wizard-results__item{flex-direction:column;text-align:center}.c-product-wizard-results__image{align-self:center}}.c-product-wizard-section{background:rgba(var(--color-foreground),.04);padding-top:var(--section-padding-top-mobile, 3.6rem);padding-bottom:var(--section-padding-bottom-mobile, 3.6rem)}@media(min-width:750px){.c-product-wizard-section{padding-top:var(--section-padding-top-desktop, 3.6rem);padding-bottom:var(--section-padding-bottom-desktop, 3.6rem)}}.c-product-wizard__button:focus-visible,.c-product-wizard__answer:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.2rem}@media(prefers-contrast:high){.c-product-wizard__answer{border-width:.3rem}.c-product-wizard__answer--selected{border-width:.4rem}.c-product-wizard__progress-fill{background:rgb(var(--color-button))}}@media(prefers-reduced-motion:reduce){.c-product-wizard__transition-enter,.c-product-wizard__answer,.c-product-wizard__button,.c-product-wizard__progress-fill{transition:none}.c-product-wizard__spinner{animation:none;border-left-color:rgba(var(--color-foreground),.1)}.c-product-wizard__answer:hover,.c-product-wizard__button:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/114/assets/section-product-wizard.css.map */
