.reviews-hero{padding:var(--rh-pt, 48px) 0 var(--rh-pb, 32px);text-align:center;background:#fff}.reviews-hero__badge{display:inline-flex;align-items:center;gap:6px;background:#fde8c3;border-radius:100px;padding:6px 16px;font-family:NeulisSans,sans-serif;font-size:12px;font-weight:600;color:#1c1c1c;margin-bottom:20px}.reviews-hero__heading{font-family:Larken,sans-serif;font-size:36px;font-weight:500;line-height:1.15;color:#3e3436;margin:0 0 16px}.reviews-accent{color:#e87830}.reviews-hero__description{font-family:NeulisSans,sans-serif;font-size:15px;line-height:1.65;color:#1c1c1c;max-width:680px;margin:0 auto}@media(min-width:768px){.reviews-hero__heading{font-size:clamp(40px,5vw,56px)}.reviews-hero__description{font-size:17px}}.reviews-cards{padding:var(--rc-pt, 32px) 0 var(--rc-pb, 48px);background:var(--rc-bg, #ffffff)}.reviews-cards__wrapper{position:relative;max-width:1100px;margin:0 auto}.reviews-cards__arrow{position:absolute;top:50%;z-index:1;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:none;color:#e87830;cursor:pointer;transition:opacity .2s ease}.reviews-cards__arrow:hover,.reviews-cards__arrow:focus-visible{opacity:.65}.reviews-cards__arrow--prev{left:-60px}.reviews-cards__arrow--next{right:-60px}@media(max-width:1260px){.reviews-cards__arrow--prev{left:4px}.reviews-cards__arrow--next{right:4px}}@media(max-width:767px){.reviews-cards__arrow{display:none}}reviews-cards-carousel{display:block;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none;-webkit-user-select:none}reviews-cards-carousel::-webkit-scrollbar{display:none}reviews-cards-carousel.is-dragging{cursor:grabbing}.reviews-cards__track{display:flex;gap:12px;padding-bottom:4px}.reviews-cards__card{flex:0 0 calc((100% - 12px) / 1.45);scroll-snap-align:start}.reviews-cards__trigger{width:100%;height:100%;display:flex;flex-direction:column;background:#f5f0eb;border:0;border-radius:16px;padding:0 0 16px;overflow:hidden;text-align:center;cursor:pointer;font:inherit;color:inherit}.reviews-cards__media{display:block;background:#e0d9d0;margin-bottom:14px}.reviews-cards__media-img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.reviews-cards__body{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 14px;flex:1}.reviews-cards__text{font-family:NeulisSans,sans-serif;font-size:14px;font-weight:500;line-height:1.35;color:#1c1c1c;margin:0}.reviews-cards__stars{display:flex;gap:2px}.reviews-cards__star{font-size:18px;line-height:1;color:#d9d9d9}.reviews-cards__star--filled{color:#e87830}.reviews-cards__name{display:inline-flex;align-items:center;gap:6px;font-family:NeulisSans,sans-serif;font-size:14px;font-weight:700;color:#1c1c1c}.reviews-cards__verified{color:#1c1c1c;flex-shrink:0}.reviews-cards__product{font-family:NeulisSans,sans-serif;font-size:12px;line-height:1.4;color:#6b6b6b;margin-top:auto;padding-top:2px}@media(min-width:768px){.reviews-cards__track{gap:16px}.reviews-cards__card{flex:0 0 calc(25% - 12px)}.reviews-cards__trigger{padding-bottom:20px}.reviews-cards__body{gap:10px;padding:0 16px}.reviews-cards__text{font-size:15px}.reviews-cards__star{font-size:20px}.reviews-cards__product{font-size:13px}}.reviews-modal{width:min(1040px,92vw);max-width:none;height:min(660px,88vh);max-height:none;padding:0;border:0;border-radius:16px;overflow:visible;background:#fff;color:#1c1c1c}.reviews-modal::backdrop{background:#0000008c}.reviews-modal__inner{display:grid;grid-template-rows:minmax(0,1fr);height:100%;border-radius:16px;overflow:hidden}.reviews-modal__inner:has(.reviews-modal__media-img){grid-template-columns:minmax(0,1fr)}.reviews-modal__media{display:none;background:#000}.reviews-modal__media:has(.reviews-modal__media-img){display:block}.reviews-modal__media-img{display:block;width:100%;height:100%;object-fit:cover}.reviews-modal__content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:32px 28px;overflow-y:auto;-webkit-overflow-scrolling:touch}html.reviews-modal-open{overflow:hidden}.reviews-modal,.reviews-modal__inner,.reviews-modal__content{scrollbar-width:none;-ms-overflow-style:none}.reviews-modal::-webkit-scrollbar,.reviews-modal__inner::-webkit-scrollbar,.reviews-modal__content::-webkit-scrollbar{width:0;height:0;display:none}.reviews-modal__stars{display:flex;gap:4px}.reviews-modal__stars .reviews-cards__star{font-size:26px}.reviews-modal__reviewer{display:flex;align-items:center;gap:12px}.reviews-modal__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#fde8c3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reviews-modal__avatar-img{width:100%;height:100%;object-fit:cover}.reviews-modal__avatar-initials{font-family:NeulisSans,sans-serif;font-size:18px;font-weight:700;color:#1c1c1c}.reviews-modal__reviewer-name{font-family:NeulisSans,sans-serif;font-size:16px;font-weight:700;color:#1c1c1c}.reviews-modal__title{font-family:Larken,sans-serif;font-size:24px;font-weight:500;line-height:1.25;color:#3e3436;margin:0}.reviews-modal__text{font-family:NeulisSans,sans-serif;font-size:17px;line-height:1.65;color:#1c1c1c}.reviews-modal__product-btn{display:inline-block;margin-top:auto;padding:14px 24px;border-radius:100px;background:#e87830;font-family:NeulisSans,sans-serif;font-size:15px;font-weight:600;color:#fff;text-decoration:none;transition:background-color .2s ease}.reviews-modal__product-btn:hover,.reviews-modal__product-btn:focus-visible{background:#1c1c1c;color:#fff}.reviews-modal__close{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#1c1c1c;color:#fff;cursor:pointer}@media(max-width:899px){.reviews-modal{width:100%;max-width:100%;height:100%;height:100dvh;max-height:none;margin:0;border-radius:0}.reviews-modal__inner{border-radius:0}.reviews-modal__inner:has(.reviews-modal__media-img){grid-template-rows:42vh minmax(0,1fr)}.reviews-modal__close{top:12px;right:12px;width:34px;height:34px;border-radius:8px;background:#1c1c1c99}.reviews-modal__content{padding:24px 20px 32px}.reviews-modal__title{font-size:20px}.reviews-modal__text{font-size:17px}.reviews-modal__product-btn{align-self:stretch;text-align:center}}@media(min-width:900px){.reviews-modal__inner:has(.reviews-modal__media-img){grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.reviews-modal__content{padding:40px 36px}}.reviews-testimonial{content-visibility:auto;contain-intrinsic-size:0 420px;padding:var(--rt-pt, 40px) 0 var(--rt-pb, 40px);background:var(--rt-bg, #EBF5FB)}.reviews-testimonial .page-width{max-width:900px}.reviews-testimonial__slider-wrapper{position:relative;overflow:hidden}.reviews-testimonial__slider-wrapper.is-swipeable{cursor:grab}.reviews-testimonial__slider-wrapper.is-dragging{cursor:grabbing}.reviews-testimonial__slide{position:relative;display:none;align-items:center;gap:20px;flex-direction:row;text-align:left}.reviews-testimonial__slide.is-active{display:flex}.reviews-testimonial__quote-svg{position:absolute;top:0;right:0;width:36px;height:36px;flex-shrink:0;color:#e87830}.reviews-testimonial__image-wrap{flex-shrink:0;width:90px;height:90px;border-radius:50%;overflow:hidden}.reviews-testimonial__image-wrap img{width:100%;height:100%;object-fit:cover}.reviews-testimonial__image-placeholder{width:100%;height:100%;background:#b8d8ea;border-radius:50%}.reviews-testimonial__content{flex:1;padding-right:56px}.reviews-testimonial__quote{font-family:NeulisSans,sans-serif;font-size:15px;line-height:1.65;color:#1c1c1c;margin:0 0 16px}.reviews-testimonial__author-name{font-family:NeulisSans,sans-serif;font-size:14px;font-weight:700;color:#1c1c1c;display:block}.reviews-testimonial__author-role{font-family:NeulisSans,sans-serif;font-size:12px;font-weight:400;color:#555;display:block;margin-top:2px}.reviews-testimonial__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.reviews-testimonial__dot{width:8px;height:8px;border-radius:50%;background:#c0d8e4;border:none;cursor:pointer;padding:0;transition:background .3s}.reviews-testimonial__dot.is-active{background:#e87830}@media(min-width:768px){.reviews-testimonial__slide{gap:32px}.reviews-testimonial__quote-svg{width:44px;height:44px}.reviews-testimonial__image-wrap{width:140px;height:140px}.reviews-testimonial__quote{font-size:17px}}.reviews-families{padding:var(--rfam-pt, 48px) 0 var(--rfam-pb, 48px)}.reviews-families__card{border-radius:20px;padding:36px 0 28px;overflow:hidden}.reviews-families__heading{font-family:Larken,sans-serif;font-size:28px;font-weight:500;color:#3e3436;text-align:center;margin:0 0 28px;padding:0 20px}reviews-families-carousel{display:block;overflow:hidden;cursor:grab;user-select:none;-webkit-user-select:none;--rfam-slide-w: 110px;--rfam-slide-active-w: 240px;--rfam-gap: 12px;--rfam-transition: .5s}reviews-families-carousel:active{cursor:grabbing}.reviews-families__track{display:flex;align-items:stretch;gap:var(--rfam-gap);will-change:transform;transform:translate(var(--rfam-offset, 0px))}reviews-families-carousel.is-animating .reviews-families__track{transition:transform var(--rfam-transition) cubic-bezier(.4,0,.2,1)}reviews-families-carousel.no-transition .reviews-families__track,reviews-families-carousel.no-transition .reviews-families__slide{transition:none}.reviews-families__slide{flex-shrink:0;width:var(--rfam-slide-w);height:200px;border-radius:16px;overflow:hidden;transition:width var(--rfam-transition) cubic-bezier(.4,0,.2,1)}.reviews-families__slide.is-active{width:var(--rfam-slide-active-w)}.reviews-families__image-wrap{width:100%;height:100%}.reviews-families__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.reviews-families__image-placeholder{width:100%;height:100%;background:#d9cfc5}.reviews-families__caption{font-family:NeulisSans,sans-serif;font-size:13px;line-height:1.6;color:#555;text-align:center;max-width:700px;margin:20px auto 0;padding:0 20px}@media(min-width:768px){.reviews-families__card{padding:48px 0 40px}reviews-families-carousel{--rfam-slide-w: 210px;--rfam-slide-active-w: 440px}.reviews-families__slide{height:280px}.reviews-families__heading{font-size:36px;margin-bottom:32px}.reviews-families__caption{font-size:15px}}.reviews-chat{padding:var(--rch-pt, 48px) 0 var(--rch-pb, 48px);background:var(--rch-bg, #ffffff)}.reviews-chat__heading{font-family:Larken,sans-serif;font-size:28px;font-weight:500;color:#3e3436;text-align:center;margin:0 0 24px}reviews-chat-carousel{display:block;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none;-webkit-user-select:none}reviews-chat-carousel.is-dragging{cursor:grabbing}reviews-chat-carousel::-webkit-scrollbar{display:none}.reviews-chat__track{display:flex;gap:12px;padding-bottom:4px}.reviews-chat__message{flex:0 0 220px;scroll-snap-align:start;border-radius:12px;overflow:hidden}.reviews-chat__message img{width:100%;height:auto;display:block;border-radius:12px;pointer-events:none}.reviews-chat__message-placeholder{aspect-ratio:3 / 4;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center}.reviews-chat__whatsapp{text-align:center;margin-top:32px}.reviews-chat__whatsapp-btn{display:inline-flex;align-items:center;gap:10px;background:#e8f8f0;border:2px solid #25D366;border-radius:100px;padding:12px 28px;font-family:NeulisSans,sans-serif;font-size:15px;font-weight:600;color:#1c1c1c;text-decoration:none;transition:background .25s}.reviews-chat__whatsapp-btn:hover{background:#d4f5e4}.reviews-chat__whatsapp-icon{width:24px;height:24px;flex-shrink:0;color:#25d366}@media(min-width:768px){.reviews-chat__track{gap:16px}.reviews-chat__message{flex:0 0 calc(25% - 12px)}.reviews-chat__heading{font-size:36px;margin-bottom:32px}}.reviews-videos{padding:var(--rv-pt, 48px) 0 var(--rv-pb, 48px);background:var(--rv-bg, #ffffff)}.reviews-videos__heading{font-family:Larken,sans-serif;font-size:28px;font-weight:500;color:#3e3436;text-align:center;margin:0 0 24px}.reviews-videos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.reviews-videos__card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:9 / 16;background:#1c1c1c;display:block;text-decoration:none}.reviews-videos__thumbnail{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.reviews-videos__card:hover .reviews-videos__thumbnail{transform:scale(1.04)}.reviews-videos__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0003;transition:background .25s}.reviews-videos__card:hover .reviews-videos__play{background:#00000059}.reviews-videos__play-icon{width:48px;height:48px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center}.reviews-videos__play-icon svg{width:20px;height:20px;margin-left:3px}@media(min-width:768px){.reviews-videos__grid{grid-template-columns:repeat(4,1fr);gap:16px}.reviews-videos__heading{font-size:36px;margin-bottom:32px}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/reviews-page-stylesheet.css.map */
