.ds-testimonials{--ds-t-star: #f5a623;--ds-t-orange: #ea5b2d;--ds-t-card-bg: #ffffff;--ds-t-card-border: rgba(0, 0, 0, .08);--ds-t-card-radius: 12px;--ds-t-card-shadow: 0 2px 8px rgba(0, 0, 0, .06);--ds-t-gap: 1.6rem;--ds-t-card-w: 32rem}.ds-testimonials__header{margin-bottom:3.2rem}.ds-testimonials__avg-rating{display:flex;align-items:center;gap:.3rem;margin-bottom:1.2rem;color:var(--ds-t-star)}.ds-testimonials__avg-text{margin-left:.6rem;font-size:1.6rem;font-weight:600;color:#121212}.ds-testimonials__title{font-size:clamp(2.4rem,3.5vw,3.8rem);font-weight:700;margin:0;line-height:1.15}.ds-star{width:2rem;height:2rem;fill:currentColor;display:block;flex-shrink:0}.ds-star--full{fill:currentColor}.ds-star--empty{fill:none;stroke:currentColor;stroke-width:1.5}.ds-testimonials__track-wrapper{position:relative}.ds-testimonials__track{display:flex;gap:var(--ds-t-gap);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.8rem}.ds-testimonials__track::-webkit-scrollbar{display:none}.ds-testimonials__card{flex:0 0 var(--ds-t-card-w);width:var(--ds-t-card-w);background:var(--ds-t-card-bg);border:1px solid var(--ds-t-card-border);border-radius:var(--ds-t-card-radius);box-shadow:var(--ds-t-card-shadow);scroll-snap-align:start;display:flex;flex-direction:column;padding:2.4rem;transition:box-shadow .2s ease}@media(hover:hover)and (pointer:fine){.ds-testimonials__card:hover{box-shadow:0 6px 20px #0000001a}}.ds-testimonials__card-top{flex:1;display:flex;flex-direction:column;gap:.8rem;padding-bottom:1.6rem}.ds-testimonials__stars{display:flex;gap:.25rem;color:var(--ds-t-star)}.ds-testimonials__review-title{font-size:1.7rem;font-weight:700;margin:0;line-height:1.3;color:#121212}.ds-testimonials__review-text{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.ds-testimonials__review-body{margin:0;font-size:1.4rem;line-height:1.65;color:#555;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.ds-testimonials__review-body.is-expanded{display:block;overflow:visible}.ds-testimonials__read-more{background:none;border:none;padding:0;font-size:1.4rem;font-family:inherit;color:var(--ds-t-orange);text-decoration:underline;cursor:pointer;text-align:left;line-height:1}.ds-testimonials__card-bottom{border-top:1px solid var(--ds-t-card-border);padding-top:1.6rem;display:flex;flex-direction:column;gap:1.4rem}.ds-testimonials__author{display:flex;flex-direction:column;gap:.3rem}.ds-testimonials__author-name{font-size:1.5rem;font-weight:600;color:#121212}.ds-testimonials__verified{display:flex;align-items:center;gap:.4rem;font-size:1.3rem;color:#2e7d32;font-weight:500}.ds-testimonials__verified svg{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-width:2;flex-shrink:0}.ds-testimonials__product{display:flex;align-items:center;gap:1.2rem;background:#f7f7f7;border-radius:8px;padding:1rem}.ds-testimonials__product-img{flex-shrink:0;width:5.6rem;height:5.6rem;border-radius:6px;overflow:hidden;background:#eee}.ds-testimonials__product-img img{width:100%;height:100%;object-fit:cover;display:block}.ds-testimonials__product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.8rem}.ds-testimonials__product-title{font-size:1.4rem;font-weight:600;color:#121212;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.ds-testimonials__product-btn{display:block;text-align:center;padding:.8rem 1rem;background:var(--ds-t-orange);color:#fff!important;border-radius:6px;font-size:1.35rem;font-weight:600;text-decoration:none!important;transition:background-color .16s ease,transform .12s ease;line-height:1.2}@media(hover:hover)and (pointer:fine){.ds-testimonials__product-btn:hover{background:#cf4e24;transform:translateY(-1px)}}.ds-testimonials__product-btn:active{transform:translateY(0)}.ds-testimonials__controls{display:flex;align-items:center;gap:1.4rem;margin-top:2.4rem}.ds-testimonials__scroll-indicator{flex:1;height:10px;background:#00000014;border-radius:999px;position:relative;overflow:hidden;cursor:pointer;user-select:none;-webkit-user-select:none}.ds-testimonials__scroll-bar{position:absolute;left:0;top:0;height:100%;background:var(--ds-t-orange);border-radius:999px;transition:left 80ms linear,width 80ms linear;min-width:15%;cursor:grab;user-select:none;-webkit-user-select:none}.ds-testimonials__scroll-bar:active{cursor:grabbing}.ds-testimonials__scroll-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:2.5px;pointer-events:none}.ds-testimonials__scroll-handle span{display:block;width:2px;height:5px;background:#ffffffb3;border-radius:1px}.ds-testimonials__arrows{display:flex;gap:.6rem;flex-shrink:0}.ds-testimonials__arrow{width:4rem;height:4rem;border-radius:50%;border:2px solid var(--ds-t-orange);background:transparent;color:var(--ds-t-orange);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,color .16s ease,opacity .16s ease;padding:0;flex-shrink:0}@media(hover:hover)and (pointer:fine){.ds-testimonials__arrow:hover:not(:disabled){background:var(--ds-t-orange);color:#fff}}.ds-testimonials__arrow:disabled{opacity:.28;cursor:default}.ds-testimonials__arrow svg{width:1.8rem;height:1.8rem;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;display:block}@media screen and (max-width:749px){.ds-testimonials{--ds-t-card-w: 28rem}.ds-testimonials__track-wrapper{margin:0 -1.5rem}.ds-testimonials__track{padding:0 1.5rem .8rem}.ds-testimonials__card{padding:2rem 1.8rem}.ds-star{width:1.8rem;height:1.8rem}.ds-testimonials__controls{display:none}}@media screen and (min-width:750px)and (max-width:989px){.ds-testimonials{--ds-t-card-w: 30rem}}@media screen and (min-width:1200px){.ds-testimonials{--ds-t-card-w: 34rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ds-testimonials.css.map */
