.testimonials{scroll-margin-top:100px;position:relative;width:100%;padding:80px 0 0;background:var(--tm-bg, #FCF6DF);overflow:hidden}.testimonials__heading-group{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;max-width:700px;margin:0 auto 48px}.testimonials__eyebrow{margin:0;font-family:Behind The Nineties,Georgia,serif;font-weight:500;font-size:var(--tm-eyebrow-size, 31px);color:var(--tm-eyebrow-color, #8F1E36)}.testimonials__heading{margin:0;font-family:Behind The Nineties,Georgia,serif;font-weight:400;font-size:var(--tm-heading-size, 68px);line-height:1.1;color:var(--tm-heading-color, #000000)}.testimonials__track{position:relative;z-index:1;display:flex;align-items:stretch;justify-content:center;gap:var(--tm-card-gap, 20px);overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px max(16px,calc((100vw - 1240px)/2)) 28px}.testimonials__track.is-centered{justify-content:center}.testimonials__track::-webkit-scrollbar{display:none}.testimonials__card{flex:0 0 auto;width:var(--tm-card-width, 532px);min-height:var(--tm-card-height, 343px);box-sizing:border-box;display:flex;flex-direction:column;gap:24px;padding:30px;background:var(--tm-card-bg, #FFFFFF);border:var(--tm-card-border-width, 2px) solid var(--tm-card-border, #8F1E36);border-radius:var(--tm-card-radius, 36px);scroll-snap-align:start}.testimonials__card-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.testimonials__reviewer{display:flex;align-items:center;gap:20px;min-width:0}.testimonials__avatar{flex:none;width:70px;height:70px;border-radius:50%;object-fit:cover}.testimonials__avatar--initial{display:flex;align-items:center;justify-content:center;color:#fff;background:var(--tm-avatar-bg, #8F1E36);font-family:Behind The Nineties,Georgia,serif;font-weight:600;font-size:28px}.testimonials__name-group{display:flex;flex-direction:column;gap:8px;min-width:0}.testimonials__name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.testimonials__name{font-family:Albert Sans,sans-serif;font-weight:500;font-size:20px;color:var(--tm-name-color, #000000);white-space:nowrap}.testimonials__verified{display:inline-flex;align-items:center;gap:5px;opacity:.8;font-family:Albert Sans,sans-serif;font-weight:600;font-size:14px;color:var(--tm-verified-color, #019944);white-space:nowrap}.testimonials__meta-row{display:flex;align-items:center;gap:6px;font-family:Albert Sans,sans-serif;font-weight:300;font-size:14px;opacity:.8;color:var(--tm-meta-color, #000000);white-space:nowrap}.testimonials__dot{display:inline-block;width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.8}.testimonials__right-col{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.testimonials__stars{display:inline-flex;gap:6px}.testimonials__days-ago{font-family:Albert Sans,sans-serif;font-weight:300;font-size:14px;opacity:.8;color:var(--tm-meta-color, #000000);text-align:right;white-space:nowrap}.testimonials__review-text{margin:0;font-family:Albert Sans,sans-serif;font-weight:400;font-size:18px;line-height:26px;opacity:.9;color:var(--tm-review-color, #000000);flex:1 1 auto}.testimonials__divider{display:block;width:100%;height:1px;background:var(--tm-divider-color, #000000);opacity:.2}.testimonials__bottom-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.testimonials__helpful{display:inline-flex;align-items:center;gap:5px;opacity:.6;font-family:Albert Sans,sans-serif;font-weight:500;font-size:14px;color:var(--tm-helpful-color, #000000)}.testimonials__badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:var(--tm-badge-bg, rgba(138, 38, 61, .1));border:1px solid var(--tm-badge-border, rgba(138, 38, 61, .2));color:var(--tm-badge-color, #8F1E36);font-family:Albert Sans,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.01em;white-space:nowrap}.testimonials__bottom-image{position:relative;z-index:2;max-width:var(--tm-image-max-width, 1200px);margin:0 auto;margin-top:calc(var(--tm-overlap, 90px) * -1);pointer-events:none}.testimonials__bottom-image img{display:block;width:100%}.testimonials[data-image-fit=natural] .testimonials__bottom-image img{height:auto}.testimonials[data-image-fit=cover] .testimonials__bottom-image,.testimonials[data-image-fit=contain] .testimonials__bottom-image,.testimonials[data-image-fit=fill] .testimonials__bottom-image{height:var(--tm-image-height, 500px);overflow:hidden}.testimonials[data-image-fit=cover] .testimonials__bottom-image img,.testimonials[data-image-fit=contain] .testimonials__bottom-image img,.testimonials[data-image-fit=fill] .testimonials__bottom-image img{width:100%;height:100%;object-fit:var(--tm-image-fit, cover);object-position:var(--tm-image-pos, center)}@media screen and (max-width:989px){.testimonials{padding:64px 0 0}.testimonials__heading-group{margin-bottom:36px}.testimonials__heading{font-size:clamp(var(--tm-heading-size-mobile, 26px),6vw,var(--tm-heading-size, 68px))}.testimonials__track{padding:4px max(16px,calc((100vw - 900px)/2)) 28px}}@media screen and (max-width:749px){.testimonials{padding:48px 0 0}.testimonials__heading-group{gap:8px;margin-bottom:24px;padding:0 12px}.testimonials__eyebrow{font-size:var(--tm-eyebrow-size-mobile, 16px)}.testimonials__heading{font-size:var(--tm-heading-size-mobile, 26px);line-height:1.2}.testimonials__track{gap:14px;scroll-snap-type:x mandatory;padding:4px 16px 24px}.testimonials__card{width:var(--tm-card-width-mobile, 300px);min-height:auto;padding:20px;gap:18px;scroll-snap-align:center}.testimonials__avatar,.testimonials__avatar--initial{width:52px;height:52px;font-size:20px}.testimonials__reviewer{gap:14px}.testimonials__name{font-size:16px}.testimonials__review-text{font-size:14.5px;line-height:21px}.testimonials__bottom-image{margin-top:calc(var(--tm-overlap-mobile, 40px) * -1)}}.amrutgir-testimonials-bottom-image-fullbleed{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:0;padding-right:0;box-sizing:border-box}.amrutgir-testimonials-bottom-image-fullbleed>img{display:block;width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;box-sizing:border-box}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-testimonials.css.map */
