.ax-quizz__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(180deg,color-mix(in srgb,var(--quizz-bg-end, #000000) 90%,transparent),color-mix(in srgb,var(--quizz-bg-end, #000000) 80%,transparent));backdrop-filter:blur(.3125rem);-webkit-backdrop-filter:blur(.3125rem);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.ax-quizz__overlay.is-open{opacity:1;visibility:visible}.ax-quizz__modal{position:relative;width:100%;max-width:42.5rem;max-height:90dvh;padding:2.5rem;background:var(--quizz-bg-start, #000000);color:#fff;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .6) rgb(255 255 255 / .12)}.ax-quizz__modal::-webkit-scrollbar{width:.375rem}.ax-quizz__modal::-webkit-scrollbar-track{background:#ffffff1f}.ax-quizz__modal::-webkit-scrollbar-thumb{background:#fff9;border-radius:var(--style-border-radius-50, 999px)}.ax-quizz__modal::-webkit-scrollbar-thumb:hover{background:#ffffffd9}.ax-quizz__content{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.ax-quizz__close{position:absolute;top:2.5rem;right:2.5rem;display:flex;align-items:center;justify-content:center;padding:.4rem;background:none;border:none;color:inherit;line-height:1;cursor:pointer}.ax-quizz__close svg{width:.8125rem;height:.8125rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.ax-quizz__logo{display:block;width:auto;height:2.5rem;max-width:100%;object-fit:contain}.ax-quizz__step{display:none;width:100%}.ax-quizz__step.is-active{display:flex;flex-direction:column;gap:2rem}.ax-quizz__step-description{width:100%;color:#fff;font-family:var(--font-body--family);font-size:.875rem;font-style:italic;font-weight:400;line-height:1.2;text-align:left}.ax-quizz__step-description p{margin:0 0 .75rem}.ax-quizz__step-description p:last-child{margin-bottom:0}.ax-quizz__step-description strong,.ax-quizz__step-description b{display:block;margin-bottom:.75rem;font-family:var(--font-heading--family);font-size:1.125rem;font-style:normal;font-weight:700;line-height:1}.ax-quizz__question{display:flex;flex-direction:column;gap:.75rem;width:100%}.ax-quizz__question-label{color:inherit;font-family:var(--font-body--family);font-size:1.125rem;font-weight:400;line-height:1.2;text-align:center}.ax-quizz__question-description{font-family:var(--font-body--family);font-size:.875rem;font-weight:400;line-height:1.2;text-align:center}.ax-quizz__question-description p{margin:0 0 .5rem}.ax-quizz__question-description p:last-child{margin-bottom:0}.ax-quizz__question-description strong,.ax-quizz__question-description b{display:block;font-family:var(--font-heading--family);font-size:1rem;font-weight:700}.ax-quizz .ax-quizz__input,.ax-quizz .ax-quizz__select{width:100%;min-height:3.0625rem;padding:.75rem 1rem;background-color:transparent;border:.1rem solid rgba(255,255,255,.6);border-radius:0;color:inherit;font-family:var(--font-body--family);font-size:.875rem;font-weight:700;transition:border-color .2s ease,background-color .2s ease}.ax-quizz .ax-quizz__input::placeholder,.ax-quizz .ax-quizz__select::placeholder{color:#c9c9c9;font-weight:400;opacity:1}.ax-quizz .ax-quizz__input:-webkit-autofill,.ax-quizz .ax-quizz__input:-webkit-autofill:hover,.ax-quizz .ax-quizz__input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff;caret-color:#fff;transition:background-color 9999s ease-in-out 0s}.ax-quizz .ax-quizz__input:focus,.ax-quizz .ax-quizz__select:focus{outline:none;background-color:#ffffff14;border-color:#fff;box-shadow:none}.ax-quizz .ax-quizz__input.is-invalid,.ax-quizz .ax-quizz__select.is-invalid{border-color:var(--color-error, #e05252)}.ax-quizz .ax-quizz__select{-webkit-appearance:none;appearance:none;padding-right:2.75rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;cursor:pointer}.ax-quizz__select option{background:#1a1a1a;color:#fff}.ax-quizz .ax-quizz__consent{display:flex;align-items:flex-start;gap:1.25rem;margin-top:.5rem;cursor:pointer}.ax-quizz .ax-quizz__consent-checkbox{appearance:none;-webkit-appearance:none;flex-shrink:0;display:grid;place-content:center;width:1rem;height:1rem;margin:.15rem 0 0;background-color:transparent;border:.1rem solid rgba(255,255,255,.6);border-radius:0;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.ax-quizz .ax-quizz__consent-checkbox:after{content:none}.ax-quizz__consent-checkbox:before{content:"";width:.5rem;height:.5rem;background-color:#fff;transform:scale(0);transition:transform .15s ease}.ax-quizz__consent-checkbox:checked{border-color:#fff}.ax-quizz__consent-checkbox:checked:before{transform:scale(1)}.ax-quizz__consent-checkbox:focus-visible{outline:.2rem solid var(--color-blue-NM, #0093e5);outline-offset:.2rem}.ax-quizz__consent-text{font-family:var(--font-body--family);font-size:.8125rem;font-weight:400;line-height:1.3;opacity:.85}.ax-quizz__actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:23.4375rem;margin:0 auto}.ax-quizz__btn-next,.ax-quizz__btn-reset,.ax-quizz__btn-prev{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;letter-spacing:0}.ax-quizz__btn-next{display:flex;align-items:center;justify-content:center;width:100%;min-height:2.875rem;padding:0 1.125rem;background:#fff;border:.1rem solid #ffffff;border-radius:0;color:var(--quizz-bg-start, #000000);text-align:center;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}.ax-quizz__btn-next:hover{background:transparent;color:#fff}.ax-quizz__btn-reset,.ax-quizz__btn-prev{align-self:center;width:auto;padding:0 0 .5rem;background:none;border:none;border-bottom:.125rem solid #ffffff;color:inherit;cursor:pointer}.ax-quizz__btn-next:focus-visible,.ax-quizz__btn-reset:focus-visible,.ax-quizz__btn-prev:focus-visible,.ax-quizz__close:focus-visible{outline:.2rem solid var(--color-blue-NM, #0093e5);outline-offset:.2rem}.ax-quizz__trigger-btn{display:inline-block;padding:0 4rem;min-height:3rem;line-height:2.875rem;background:#121212;border:.1rem solid #121212;border-radius:0;color:#fff;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}.ax-quizz__trigger-btn:hover{background:transparent;color:#121212}@media(max-width:59.998rem){.ax-quizz__overlay{align-items:stretch;padding:0}.ax-quizz__modal{display:flex;flex-direction:column;width:100dvw;height:100vh;height:100dvh;max-width:100%;max-height:100vh;max-height:100dvh;padding:1.25rem 1rem;background:color-mix(in srgb,var(--quizz-bg-start, #000000) 18%,transparent)}.ax-quizz__content{flex:1;min-height:0}.ax-quizz__content>:has(.ax-quizz__step.is-active),.ax-quizz__content>.ax-quizz__step.is-active{display:flex;flex-direction:column;flex:1;min-height:0}.ax-quizz .ax-quizz__step.is-active{flex:1}.ax-quizz .ax-quizz__step-description{margin-top:auto}.ax-quizz__close{top:1.25rem;right:1rem}.ax-quizz__actions{max-width:100%;margin-top:auto}.ax-quizz__btn-next,.ax-quizz__btn-reset,.ax-quizz__btn-prev{font-size:1rem}}.ax-quizz.is-result .ax-quizz__step,.ax-quizz.is-result .ax-quizz__actions{display:none}.ax-quizz__result{display:flex;flex-direction:column;gap:1rem;width:100%}.ax-quizz__result[hidden]{display:none}.ax-quizz__result-reset{align-self:center;width:auto;padding:0 0 .5rem;background:none;border:none;border-bottom:.125rem solid #ffffff;color:inherit;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;cursor:pointer}.ax-quizz.is-result .ax-quizz__result-reset[hidden]{display:none}.ax-quizz__total{font-variant-numeric:tabular-nums}.ax-quizz__r-heading{font-family:var(--font-heading--family);font-weight:700;text-align:center;color:#fff}.ax-quizz__r-heading--eyebrow{font-family:var(--font-body--family);font-size:1rem;font-weight:400;line-height:1.2}.ax-quizz__r-heading--small{font-family:var(--font-body--family);font-size:1.125rem;font-weight:400;line-height:1.2}.ax-quizz__r-heading--large{font-size:1.75rem;line-height:1}@media(prefers-reduced-motion:reduce){.ax-quizz__overlay,.ax-quizz__btn-next,.ax-quizz__trigger-btn,.ax-quizz .ax-quizz__input,.ax-quizz .ax-quizz__select,.ax-quizz .ax-quizz__consent-checkbox,.ax-quizz__consent-checkbox:before{transition:none}}.ax-quizz__blue-box{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:.75rem;background:var(--color-blue-NM, #0093e5);border-radius:.25rem;color:#fff;text-align:center}.ax-quizz__blue-box-title{font-family:var(--font-body--family);font-size:1rem;font-weight:400;line-height:1.2;margin:0}.ax-quizz__blue-box-value{font-family:var(--font-heading--family);font-weight:700;font-size:1.75rem;line-height:1;margin:.5rem 0}.ax-quizz__blue-box-sub{margin-top:.25rem;font-family:var(--font-body--family);font-size:.875rem;font-weight:400;line-height:1.2}.ax-quizz__r-button--link{align-self:center;color:var(--color-cta-text, #FFF);font-family:var(--font-heading--family);font-style:normal;font-weight:700;line-height:100%;width:100%;display:block;text-align:center;text-decoration:underline solid #ffffff}.ax-quizz__blue-box-body{font-family:var(--font-body--family);font-size:.875rem;line-height:1.3}.ax-quizz__r-text{width:100%;font-family:var(--font-body--family);color:#fff;text-align:center;line-height:1.3}.ax-quizz__r-text--normal{font-size:.875rem}.ax-quizz__r-text--large{font-size:1.125rem;font-weight:400;line-height:1.2}.ax-quizz__nutrition{width:100%;display:flex;flex-direction:column;gap:.75rem}.ax-quizz__nutrition-heading{font-family:var(--font-heading--family);font-weight:700;font-size:1rem;text-align:center;color:#fff}.ax-quizz__nutrition-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding-block:.75rem}.ax-quizz__nutrition-grid:before,.ax-quizz__nutrition-grid:after{content:"";position:absolute;width:1rem;height:1rem;pointer-events:none}.ax-quizz__nutrition-grid:before{top:0;left:0;border-top:.0625rem solid #ffffff;border-left:.0625rem solid #ffffff}.ax-quizz__nutrition-grid:after{bottom:0;right:0;border-bottom:.0625rem solid #ffffff;border-right:.0625rem solid #ffffff}.ax-quizz__nutrition-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding-inline:.375rem;text-align:center}.ax-quizz__nutrition-icon{width:2.75rem;height:2.75rem;object-fit:contain}.ax-quizz__nutrition-text{font-family:var(--font-body--family);font-size:.875rem;font-weight:400;line-height:1.2;color:#fff}.ax-quizz__r-product{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.ax-quizz__r-product-heading{display:flex;flex-direction:column;gap:.5rem;width:100%;text-align:center}.ax-quizz__r-product-eyebrow{font-family:var(--font-body--family);font-size:1rem;line-height:1.2;color:#fff;margin:0}.ax-quizz__r-product-title{font-family:var(--font-heading--family);font-weight:700;font-size:1.75rem;line-height:1;color:#fff;margin:0}.ax-quizz__product{width:100%;display:flex;flex-direction:column;gap:.5rem}.ax-quizz__product-card{display:flex;align-items:flex-end;justify-content:flex-end;gap:.5rem;width:100%}.ax-quizz__product-media{position:relative;flex-shrink:0;width:11.25rem;height:11.25rem;overflow:hidden}.ax-quizz__product-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ax-quizz__product-info{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;flex:1 0 0;align-self:stretch;min-width:0}.ax-quizz__product-title{width:100%;font-family:var(--font-heading--family);font-weight:700;font-size:1rem;line-height:1;color:#fff}.ax-quizz__product-checklist{display:flex;flex-direction:column;gap:.25rem;width:100%;margin:0;padding:0;list-style:none}.ax-quizz__product-checklist-item{display:flex;align-items:flex-start;gap:.25rem;width:100%;font-family:var(--font-body--family);font-size:.75rem;line-height:1.2;color:#fff}.ax-quizz__product-checklist-icon{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.125rem;color:var(--color-blue-NM, #0093e5)}.ax-quizz__product-checklist-icon svg{width:100%;height:100%}.ax-quizz__product-selects{display:flex;align-items:stretch;gap:.5rem;width:100%}.ax-quizz__product-option-wrap{display:flex;align-items:center;padding:.75rem 1rem;border:.0625rem solid #ffffff;min-width:0}.ax-quizz__product-option-wrap--flavor{flex:1 0 0;justify-content:space-between}.ax-quizz__product-option-wrap--format{flex:0 0 auto;gap:.5rem}.ax-quizz__product-option-group{display:flex;align-items:center;gap:.375rem;flex:1 0 0;min-width:0}.ax-quizz__product-swatch{flex-shrink:0;width:.75rem;height:.75rem;background:var(--ax-quizz-swatch-color, transparent);border:.0625rem solid rgba(255,255,255,.4)}.ax-quizz__product-swatch[hidden]{display:none}.ax-quizz__product-option{flex:1 0 0;min-width:0;-webkit-appearance:none;appearance:none;background:transparent;border:none;padding:0;margin:0;color:#fff;font-family:var(--font-body--family);font-weight:700;font-size:.875rem;cursor:pointer}.ax-quizz__product-option option{color:#000}.ax-quizz__product-chevron{flex-shrink:0;width:1rem;height:.625rem;color:#fff;pointer-events:none}.ax-quizz__product-chevron svg{width:100%;height:100%}.ax-quizz__product-atc-bar{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.875rem .875rem;background:#fff}.ax-quizz__product-atc-bar product-form-component,.ax-quizz__product-atc-bar form{display:contents}.ax-quizz__product-atc-bar .button.ax-quizz__product-atc{display:inline-flex;align-items:center;background:none;border:none;box-shadow:none;padding:0;min-height:auto;border-radius:0;color:#000}.ax-quizz__product-atc-bar .add-to-cart-text{display:flex;align-items:center;gap:1rem}.ax-quizz__product-atc-bar .add-to-cart-text__price,.ax-quizz__product-atc-bar .add-to-cart-text__label{font-family:var(--font-heading--family);font-weight:700;font-size:1.125rem;color:#000}@media(max-width:59.998rem){.ax-quizz__product-card{display:grid;grid-template-columns:10rem minmax(0,1fr);column-gap:.75rem;row-gap:.5rem;align-items:start}.ax-quizz__product-info{display:contents}.ax-quizz__product-media{grid-column:1;grid-row:1 / 3;width:100%;height:auto;aspect-ratio:1 / 1;align-self:start}.ax-quizz__product-title{grid-column:2;grid-row:1}.ax-quizz__product-checklist{grid-column:2;grid-row:2}.ax-quizz__product-selects{grid-column:1 / -1;grid-row:3}}
/*# sourceMappingURL=/cdn/shop/t/880/assets/ax-quizz.css.map */
