/** Shopify CDN: Minification failed

Line 20:2 Unexpected "<"

**/
#shopify-section-template--16464538304617__image_with_text_CagiCa a {
    float: right !important;
}
#shopify-section-template--16464538304617__image_with_text_CagiCa p {
    text-align: right !important;
}


.justify-self-center a.button {
    display: none;
}


/*feedback slider*/
  <style>
  .slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    margin: 10px;
}
    .my-slider .slide img {
      width: 100%;
      display: block;
      border-radius: 4px;
    }

    /* Custom arrow styles */
   .slick-prev, .slick-next {
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
    

    /* Custom dots styling */
    .my-dot {
      width: 24px;
      height: 24px;
      border: 2px solid #999;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 24px;
      margin: 0 6px;
      font-size: 12px;
      color: #333;
      cursor: pointer;
    }
    .slick-dots .slick-active .my-dot {
      background: #333;
      color: #fff;
      border-color: #333;
    }

    .slider-dots {
      margin-top: 20px;
      text-align: center;
    }
    .slick-prev:before, .slick-next:before {
    font-size: 40px;
}
.slick-prev:before, .slick-next:before {
    color: #09562f;
}
.prose.text-center.feedback {
    margin: 95px 0px 40px;
}
.feedbak_section {
    position: relative;
    padding-bottom: 40px;
}

[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 48px !important;
}
[dir="rtl"] .slick-slide {
  float: right;
}

@media screen and (max-width: 480px) {
[dir="rtl"] #shopify-section-template--16464538304617__customsliderfeedback_JH4z4c h2 {
    font-size: 21px;
}
[dir="rtl"] .prose.text-center.feedback {
    margin: 50px 0px 40px;
}
[dir="rtl"] .slick-prev:before, [dir="rtl"] .slick-next:before {
    font-size: 30px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 30px !important;
}
}