.htesti-wrap{padding:32px 0;border-top:.5px solid rgba(0,0,0,.1);overflow:hidden}.htesti-inner{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media(min-width:750px){.htesti-inner{padding:0 5rem}}.htesti-header{margin-bottom:20px}.htesti-heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 2.6rem);line-height:1.15;color:rgb(var(--color-foreground));margin:0 0 6px}.htesti-meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.htesti-subhead{font-size:12px;color:#7a7a7a}.htesti-dot{width:3px;height:3px;border-radius:50%;background:#c0bab0;flex-shrink:0}.htesti-aggregate{display:flex;align-items:center;gap:5px}.htesti-agg-stars{display:flex;gap:1px}.htesti-agg-star{width:11px;height:11px}.htesti-agg-text{font-size:11px;color:#7a7a7a}.htesti-marquee-outer{overflow:hidden;position:relative;margin:0 -1.5rem}@media(min-width:750px){.htesti-marquee-outer{margin:0 -5rem}}.htesti-marquee-outer:before,.htesti-marquee-outer:after{content:"";position:absolute;top:0;bottom:0;width:48px;z-index:2;pointer-events:none}.htesti-marquee-outer:before{left:0;background:linear-gradient(to right,rgb(var(--color-background)),transparent)}.htesti-marquee-outer:after{right:0;background:linear-gradient(to left,rgb(var(--color-background)),transparent)}.htesti-photo-track{display:flex;gap:10px;width:max-content;animation:htesti-scroll-photos 35s linear infinite;padding:4px 6px 10px}.htesti-photo-track:hover{animation-play-state:paused}@keyframes htesti-scroll-photos{0%{transform:translate(0)}to{transform:translate(-50%)}}.htesti-photo{position:relative;width:140px;aspect-ratio:140 / 180;height:auto;flex-shrink:0;border-radius:10px;overflow:hidden;background:#ede9df;cursor:pointer}.htesti-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .5s ease}.htesti-photo:hover img{transform:scale(1.05)}.htesti-photo-zoom{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#f7f4eee6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;pointer-events:none}.htesti-photo:hover .htesti-photo-zoom{opacity:1}.htesti-photo-zoom svg{width:12px;height:12px;color:#3e4a35}@media(min-width:750px){.htesti-photo{width:180px;aspect-ratio:180 / 230}}@media(max-width:749px){.htesti-photo-zoom{opacity:1}}.htesti-quote-marquee-outer{overflow:hidden;position:relative;margin:10px -1.5rem 0}@media(min-width:750px){.htesti-quote-marquee-outer{margin:10px -5rem 0}}.htesti-quote-marquee-outer:before,.htesti-quote-marquee-outer:after{content:"";position:absolute;top:0;bottom:0;width:48px;z-index:2;pointer-events:none}.htesti-quote-marquee-outer:before{left:0;background:linear-gradient(to right,rgb(var(--color-background)),transparent)}.htesti-quote-marquee-outer:after{right:0;background:linear-gradient(to left,rgb(var(--color-background)),transparent)}.htesti-quote-track{display:flex;align-items:stretch;gap:10px;width:max-content;animation:htesti-scroll-quotes 55s linear infinite;padding:4px 6px 12px}.htesti-quote-track:hover{animation-play-state:paused}@keyframes htesti-scroll-quotes{0%{transform:translate(0)}to{transform:translate(-50%)}}.htesti-qcard{width:260px;flex-shrink:0;border:.5px solid rgba(0,0,0,.08);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;background:#fff}.htesti-qcard:nth-child(2n){background:#f7f4ee}.htesti-qmark{font-family:var(--font-heading-family);font-size:32px;line-height:1;color:#daa520;opacity:.45;margin-bottom:-4px;-webkit-user-select:none;user-select:none}.htesti-qbody{font-size:13px;color:#4a4a4a;line-height:1.65;flex:1}.htesti-qfooter{display:flex;align-items:center;gap:8px;padding-top:10px;border-top:.5px solid rgba(0,0,0,.07)}.htesti-qavatar{width:26px;height:26px;border-radius:50%;background:#ede9df;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#3e4a35;flex-shrink:0}.htesti-qname{font-size:12px;font-weight:500;color:#1a1a1a;line-height:1.2}.htesti-qcity{font-size:10px;color:#7a7a7a;margin-top:1px}.htesti-qverified{margin-left:auto;display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#5c6b47;flex-shrink:0}.htesti-qverified svg{width:10px;height:10px;stroke:#5c6b47}.htesti-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#141311f0;opacity:0;visibility:hidden;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;padding:64px 40px}.htesti-lightbox.is-open{opacity:1;visibility:visible}.htesti-lightbox-frame{position:relative;max-width:min(560px,90vw);max-height:100%;display:flex;flex-direction:column;align-items:center}.htesti-lightbox-frame img{display:block;max-width:100%;max-height:80vh;width:auto;height:auto;border-radius:10px;object-fit:contain;opacity:0;transform:scale(.97);transition:opacity .3s ease,transform .3s ease}.htesti-lightbox-frame img.is-loaded{opacity:1;transform:scale(1)}.htesti-lightbox-close{position:absolute;top:-14px;right:-46px;width:36px;height:36px;border-radius:50%;-webkit-appearance:none;appearance:none;border:.5px solid rgba(247,244,238,.4);background:transparent;color:#f7f4ee;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.htesti-lightbox-close:hover{background:#f7f4ee1f}.htesti-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;-webkit-appearance:none;appearance:none;border:.5px solid rgba(247,244,238,.4);background:#14131166;color:#f7f4ee;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.htesti-lightbox-nav:hover{background:#f7f4ee26}.htesti-lightbox-nav svg{width:16px;height:16px}.htesti-lightbox-prev{left:-64px}.htesti-lightbox-next{right:-64px}@media(max-width:749px){.htesti-lightbox{padding:24px}.htesti-lightbox-close{top:-52px;right:0}.htesti-lightbox-nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/hemistry-testimonials.css.map */
