.testimonials-block{display:flex;flex-wrap:wrap;justify-content:center;column-gap:20px;row-gap:30px}.testimonial--circle-images .testimonial-section--image img{border-radius:50%}.testimonial--single-item{text-align:center;flex:1 1 240px}@media screen and (min-width:768px){.testimonial--single-item{flex:0 0 240px}}.testimonial--single-item div:first-of-type{margin-top:0}.testimonial--single-item .h6{margin-bottom:0}.testimonials--star-wrapper,.testimonials--text-wrapper{justify-content:center;margin:20px 0}.testimonials--text-wrapper{word-wrap:break-word}.testimonials--star-wrapper svg{margin:0 3px}.testimonial-section--image{text-align:center;display:inline-block}.testimonial-section--image>div{display:inline-block}.testimonial-section--image img{max-width:200px;min-width:200px;min-height:200px;max-height:200px;display:inline-block;object-fit:cover;object-position:center;font-family:"object-fit: cover, object-position: center"}.section--testimonials-wrapper .content-align--left .testimonials-block{justify-content:flex-start}.section--testimonials-wrapper .content-align--left .testimonial--single-item{text-align:left}.section--testimonials-wrapper .content-align--left .testimonials--star-wrapper,.section--testimonials-wrapper .content-align--left .testimonials--text-wrapper{justify-content:flex-start}.section--testimonials-wrapper .content-align--left .testimonial-section--image{text-align:left}.section--testimonials-wrapper .content-align--right .testimonials-block{justify-content:flex-end}.section--testimonials-wrapper .content-align--right .testimonial--single-item{text-align:right}.section--testimonials-wrapper .content-align--right .testimonials--star-wrapper,.section--testimonials-wrapper .content-align--right .testimonials--text-wrapper{justify-content:flex-end}.section--testimonials-wrapper .content-align--right .testimonial-section--image{text-align:right} /* ==========================================
   HYNESS SCHOOL OF DESIGN TESTIMONIAL STYLING
   Cream background + soft mulberry accents
   ========================================== */

.section--testimonials-wrapper,
.section--testimonials-wrapper > div,
.section--testimonials-wrapper .wrapper,
.section--testimonials-wrapper .testimonials-block {
    background: #F7F4EF !important;
    border: none !important;
}

.section--testimonials-wrapper .testimonial--single-item {
    background: #FFFFFF !important;
    border: 1px solid rgba(106, 68, 88, 0.35) !important;
    padding: 28px 24px !important;
    border-radius: 0 !important;
}

.section--testimonials-wrapper .testimonials--text-wrapper {
    color: #2C2C2C !important;
}

.section--testimonials-wrapper .testimonial--single-item .h6 {
    color: #6A4458 !important;
    font-weight: 600;
}

.section--testimonials-wrapper .testimonials--star-wrapper svg {
    color: #6A4458 !important;
    fill: #6A4458 !important;
}
/* Hide stars/reviews on collection product cards only */
.collection .card__information svg,
.collection .card-information svg,
.collection .product-card svg,
.collection .grid-product__meta svg,
.collection .product-item svg,
.collection .rating,
.collection .rating-star,
.collection .rating-count,
.collection .spr-badge,
.collection .jdgm-widget,
.collection .jdgm-prev-badge,
.collection .loox-rating {
  display: none !important;
}