.promo-cards{box-sizing:border-box}.promo-cards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;list-style:none;margin:0;padding:0}.promo-cards__grid>li+li{border-left:1px solid rgba(var(--color-foreground),.12)}@media screen and (max-width:989px){.promo-cards__grid{grid-template-columns:repeat(2,1fr)}.promo-cards__grid>li:nth-child(odd){border-left:none}.promo-cards__grid>li:nth-child(n+3){border-top:1px solid rgba(var(--color-foreground),.12)}}@media screen and (max-width:749px){.promo-cards__grid{grid-template-columns:1fr}.promo-cards__grid>li+li{border-left:none;border-top:1px solid rgba(var(--color-foreground),.12)}}.promo-card{background:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;height:100%}.promo-card--product .promo-card__image-wrap{width:100%;overflow:hidden;position:relative}.promo-card--product .promo-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.promo-card--product .promo-card__body{padding:3.6rem 2.4rem 1.6rem;display:flex;flex-direction:column}.promo-card--product .promo-card__image-wrap{flex:1}.promo-card--product .promo-card__btn-wrap{padding:1.6rem 2.4rem 3.6rem}.promo-card--product .promo-card__heading{font-size:2.2rem;font-weight:700;line-height:1.25;margin:0 0 1rem;color:rgb(var(--color-foreground))}.promo-card--product .promo-card__heading em{font-style:normal;color:#c07a1e}.promo-card--product .promo-card__text{font-size:1.5rem;line-height:1.6;margin:0;color:rgb(var(--color-foreground));opacity:.85}.promo-card--product .promo-card__btn{display:inline-block;background:#f0a500;color:#1a1a1a;font-weight:700;font-size:1.5rem;padding:1.2rem 2.4rem;border-radius:6px;text-decoration:none;text-align:center;transition:background .2s ease;align-self:flex-start;width:100%;box-sizing:border-box}.promo-card--product .promo-card__btn:hover{background:#d99200}.promo-card--why-us{padding:0}.promo-card--why-us .promo-card__image-wrap{flex-shrink:0;overflow:hidden}.promo-card--why-us .promo-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.promo-card--why-us__body{padding:3.6rem 2.4rem 2rem;display:flex;flex-direction:column}.promo-card--why-us__link-wrap{padding:1.6rem 2.4rem 3.6rem}.promo-card--why-us .promo-card__heading{font-size:2.2rem;font-weight:700;line-height:1.25;margin:0 0 2rem;color:rgb(var(--color-foreground));text-align:center}.promo-card--why-us .promo-card__features{list-style:none;margin:0 0 2.4rem;padding:0;display:flex;flex-direction:column;gap:1.8rem;flex:1}.promo-card__feature{display:flex;align-items:flex-start;gap:1.2rem}.promo-card__feature-icon{flex-shrink:0;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.promo-card__feature-icon img,.promo-card__feature-icon svg{width:100%;height:100%;object-fit:contain}.promo-card__feature-content{display:flex;flex-direction:column;gap:.3rem}.promo-card__feature-title{font-size:1.55rem;font-weight:700;line-height:1.3;margin:0;color:rgb(var(--color-foreground))}.promo-card__feature-desc{font-size:1.4rem;line-height:1.5;margin:0;color:rgb(var(--color-foreground));opacity:.8}.promo-card--why-us .promo-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#9b046f;text-decoration:none;border:1.5px solid #9b046f;padding:1rem 2rem;border-radius:6px;transition:background .2s ease,color .2s ease;align-self:flex-start;width:100%;justify-content:center;box-sizing:border-box}.promo-card--why-us .promo-card__link:hover{background:#9b046f;color:#fff}.promo-card--why-us .promo-card__link-arrow{font-style:normal}.promo-card--testimonial .promo-card__body{padding:3.6rem 2.4rem;display:flex;flex-direction:column;flex:1}.promo-card--testimonial .promo-card__heading{font-size:2.2rem;font-weight:700;line-height:1.25;margin:0 0 1.6rem;color:rgb(var(--color-foreground))}.promo-card--testimonial .promo-card__heading em{font-style:normal;color:#c07a1e}.promo-card--testimonial .promo-card__customer-image{width:100%;height:18rem;object-fit:cover;object-position:top center;display:block;border-radius:8px;margin-bottom:1.6rem}.promo-card--testimonial .promo-card__stars{display:flex;gap:.3rem;margin-bottom:1.2rem}.promo-card__star{color:#f0a500;font-size:2rem;line-height:1}.promo-card--testimonial .promo-card__quote{font-size:1.45rem;line-height:1.6;color:rgb(var(--color-foreground));opacity:.85;font-style:italic;margin:0 0 .8rem;flex:1}.promo-card--testimonial .promo-card__customer-name{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 2rem}.promo-card--testimonial .promo-card__btn{display:inline-block;background:#f0a500;color:#1a1a1a;font-weight:700;font-size:1.5rem;padding:1.2rem 2.4rem;border-radius:6px;text-decoration:none;text-align:center;transition:background .2s ease;width:100%;box-sizing:border-box}.promo-card--testimonial .promo-card__btn:hover{background:#d99200}.promo-card__carousel{position:relative;flex:1}.promo-card__slide{display:none;animation:promo-fade-in .5s ease}.promo-card__slide.is-active{display:block}@keyframes promo-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.promo-card__carousel-dots{display:flex;gap:.6rem;margin:1.2rem 0 1.6rem}.promo-card__dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(var(--color-foreground),.2);padding:0;cursor:pointer;transition:background .2s ease}.promo-card__dot.is-active{background:#f0a500}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-promo-cards.css.map */
