.highlights-bar__grid{display:grid;gap:2rem;grid-template-columns:repeat(var(--highlights-columns, 4),1fr)}@media screen and (max-width:749px){.highlights-bar__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.highlights-bar__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;padding:2rem 1rem}.highlights-bar--horizontal .highlights-bar__item{flex-direction:row;text-align:left;gap:1.2rem}.highlights-bar__icon-wrapper{display:flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;background:rgba(var(--color-foreground),.05);flex-shrink:0}.highlights-bar__icon-wrapper img{width:3.2rem;height:3.2rem;object-fit:contain}.highlights-bar__icon-wrapper svg{width:2.4rem;height:2.4rem;stroke:rgb(var(--color-foreground))}.highlights-bar__text-heading{font-size:1.4rem;font-weight:700;margin:0;line-height:1.3}.highlights-bar__text-description{font-size:1.2rem;opacity:.7;margin:0;line-height:1.4}.testimonials__grid{display:grid;gap:2rem;grid-template-columns:repeat(var(--testimonial-columns, 3),1fr)}@media screen and (max-width:749px){.testimonials__grid{grid-template-columns:1fr}}@media screen and (min-width:750px)and (max-width:989px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{padding:2.4rem;border-radius:.8rem;border:.1rem solid rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.02);display:flex;flex-direction:column;gap:1.2rem}.color-scheme-yellow .testimonial-card{background:#fff;border-color:#00000014;box-shadow:0 4px 18px #00000014;color:#121212}.color-scheme-yellow .testimonial-card__quote{color:#1a1a1a}.color-scheme-yellow .testimonial-card__detail{color:#555;opacity:1}.color-scheme-yellow .testimonial-card__avatar-placeholder{background:#f4f4f4;color:#1a1a1a}.testimonial-card__stars{display:flex;gap:.2rem;color:#f5c518}.testimonial-card__stars svg{width:1.6rem;height:1.6rem;fill:currentColor}.testimonial-card__quote{font-size:1.4rem;line-height:1.7;font-style:italic;margin:0;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:1rem;margin-top:.4rem}.testimonial-card__avatar{width:4rem;height:4rem;border-radius:50%;object-fit:cover;background:rgba(var(--color-foreground),.08)}.testimonial-card__avatar-placeholder{width:4rem;height:4rem;border-radius:50%;background:rgba(var(--color-foreground),.08);display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;color:rgba(var(--color-foreground),.4);flex-shrink:0}.testimonial-card__name{font-size:1.3rem;font-weight:700;margin:0;line-height:1.3}.testimonial-card__detail{font-size:1.1rem;opacity:.6;margin:0}.how-to__grid{display:grid;gap:3rem;grid-template-columns:repeat(min(var(--how-to-columns, 3),4),1fr);counter-reset:step-counter}@media screen and (max-width:749px){.how-to__grid{grid-template-columns:1fr;gap:2rem}}@media screen and (min-width:750px)and (max-width:989px){.how-to__grid{grid-template-columns:repeat(2,1fr)}}.how-to__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;counter-increment:step-counter}.how-to__step-media{position:relative;width:100%;border-radius:.8rem;overflow:hidden;aspect-ratio:1;background:rgba(var(--color-foreground),.04)}.how-to__step-media img{width:100%;height:100%;object-fit:cover}.how-to__step-number{position:absolute;top:1rem;left:1rem;width:3.2rem;height:3.2rem;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;z-index:1}.how-to__step-number:before{content:counter(step-counter)}.how-to__step-title{font-size:1.6rem;font-weight:700;margin:0;line-height:1.3}.how-to__step-description{font-size:1.3rem;opacity:.7;margin:0;line-height:1.6}.story-banner{position:relative;overflow:hidden;display:flex;align-items:center;min-height:40rem}.story-banner--small{min-height:30rem}.story-banner--large{min-height:50rem}.story-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.story-banner__media img{width:100%;height:100%;object-fit:cover}.story-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay-opacity, .4))}.story-banner__content{position:relative;z-index:1;max-width:60rem;padding:4rem;color:#fff}.story-banner--right .story-banner__content{margin-left:auto}.story-banner--center .story-banner__content{margin:0 auto;text-align:center}.story-banner__label{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;opacity:.8;margin-bottom:1rem}.story-banner__heading{font-size:3.6rem;font-weight:800;line-height:1.15;margin:0 0 1.2rem}@media screen and (max-width:749px){.story-banner__heading{font-size:2.6rem}.story-banner__content{padding:3rem 2rem}}.story-banner__text{font-size:1.5rem;line-height:1.7;opacity:.9;margin:0 0 2rem}.story-banner__button{display:inline-block;padding:1.2rem 2.8rem;font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;border-radius:.4rem;transition:opacity .2s ease}.story-banner__button--primary{background:#fff;color:#000}.story-banner__button--outline{background:transparent;color:#fff;border:.2rem solid #fff}.story-banner__button:hover{opacity:.85}.faq-section__grid{max-width:80rem;margin:0 auto}.faq-section__item{border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.faq-section__item:first-child{border-top:.1rem solid rgba(var(--color-foreground),.1)}.faq-section__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem 0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));text-align:left;gap:2rem;line-height:1.4}.faq-section__question:hover{opacity:.75}.faq-section__question-icon{flex-shrink:0;width:2rem;height:2rem;transition:transform .3s ease}.faq-section__item[open] .faq-section__question-icon{transform:rotate(45deg)}.faq-section__answer{padding:0 0 2rem;font-size:1.4rem;line-height:1.7;opacity:.75}.faq-section__answer p{margin:0 0 1rem}.faq-section__answer p:last-child{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-product-page-blocks.css.map */
