/** Shopify CDN: Minification failed

Line 111:0 Unexpected "}"

**/
/*  YORUM CAROUSEL: BAŞLANGIÇ   */
      .carousel{
      display: flex;
      overflow-x: auto;
      flex: 4;
      padding-top:45px;
      }
      .yorum-kapsayici {
      display: inline-block;
      flex: 1;
      justify-content: space-between;
      padding: 0 0 24px 0;
      text-align: left;
      width: 300px!important; 
      box-shadow: 2px 2px 24px #00000012; 
      background-color: #00293f;
      margin:12px;  
      border-radius:0.75rem;
      min-height:fit-content; 
      min-width:300px; 
      }
.yorum-metni > div{
  color:#fff;
}
      @media (max-width:640px) {
      .yorum-kapsayici {
      margin:12px 16px 20px 8px;
      }
      }
      .yorum-alani{
padding: 24px;
    min-height: fit-content;
    padding-bottom: 0px;
      }
      .ad-dogrulanmis{
      margin-left: 8px;
      }
      .yorum-stars {
      margin-right: 4px;
      }
      .yorum-stars svg{
      width: 16px;
      height: 16px;
      /* fill: #ffb400; */
      }
      .yorum-baslik {
      color: #0088B5;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 140%;
      margin-bottom: 8px;
      margin-top: 16px;
      }
      .yorum-metni {
      color: #5b5e60;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 140%;
      margin-bottom: 16px;
      }
      .yorum-musteri-kapsayici {
      display: flex;
      }
      .yorum-tik-kapsayici {
      padding-left: 24px;
      }
      .yorum-tik {
      font-size: 0;
      }
      .slick-slide img {
      display: block;
      pointer-events: none;
      }
      .yorum-tik-kapsayici-alani svg {
      margin-right: 10px;
      margin-top: 4px;
      color: #fff;
      }
.yorum-baslik h6{
  color:#f76542;
}
      .yorum-musteri-adi {
      color: #fff;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 140%;
      }
      .yorum-dogrulanmis-musteri {
      font-weight: 400;
      letter-spacing: 0;
      line-height: 140%;
        color:#fff;
      }
      .flickity-viewport, .addReadMore, .showlesscontent{transition: height 0.2s;}
      .yorum-foto{
      position: relative; 
      top: 0; 
      left: 0; 
      /*width: 340px!important; */
      width: 300px!important; 
      border-radius: var(--rounded) var(--rounded) 0 0;
      }
      h6{
      font-size: var(--text-h6);
      }
}
.carousel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

.carousel::-webkit-scrollbar
{
	width: 1px;
	background-color: #13465559;
  border-radius: 14px;
}

.carousel::-webkit-scrollbar-thumb
{
	background-color: #134655;
	border: 1px solid #555555;
      border-radius: 14px;
}

      /*  YORUM CAROUSEL: BİTİŞ   */