/** Shopify CDN: Minification failed

Line 254:2 Unexpected "}"

**/

.Reviews--wrapper {
    padding: 60px 0;
  }

  .Reviews--heading {
    color: #43403D;
    text-align: left;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}
.main__reviws--subheading {
    margin-top: 16px;
}

.Review--user-info{
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.Reviews--button a{
    display: flex
    ;
        padding: 6px 16px;
        align-items: center;
        gap: 56px;
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        background: #E85C40;
}

.main__reviws--subheading p{
    color: #43403D;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.feefo__image {
    max-width: 76px;
}
.feefo__widget--inner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom:16px;
}
.feefo__text--main p{
    color: #43403D;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0px;
}
  .Reviews--review {
    padding: 21px 24px;
    background: white;
    border-radius: 20px;
  }
  .Review--user {
    display: flex;
    align-items: center;
  }
  .Review--user-logo {
    flex: 0 0 63px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
  }
  .Review--user-info .user-info {
    display: flex;
    align-items: center;
  }
  .Review--user-info .user-info span {
    display:flex;
    align-items: center;
    gap:4px;
    color: #43403D;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 161.538% */
text-transform: uppercase;
letter-spacing: 0px;
  }
  
  .Review--content {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0;
    margin-top: 16px;
    font-family: Sweet-Sans-Pro;
  }
  .Reviews--button {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }
  .Reviews--right.desktop{
    display:none;
  }
  .Reviews--reviews.mobile{
    display:block;
}
  @media screen and (min-width: 900px) {
    .Reviews {
      display: flex;
      height: 100%;
      align-items: center;
      gap:43px;
    }
    .Reviews--reviews.mobile{
         display:none;
    }
    .Reviews--right.flex{
        display:none;
      }

    .Reviews--wrapper {
        padding: 0 20px;
        max-width: 1350px;
        margin: auto;
        height: 842px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .Reviews--left {
      flex: 0 1 427px;
    }
  
    .Reviews--button {
      align-items: flex-start;
    }
  
    .Reviews--right {
      display: flex !important;
      justify-content: space-between;
      max-width: 860px;
      height: 100%;
      min-width: 500px;
      flex-grow: 1;
      position: relative;
    }
    .Reviews--right::before,
    .Reviews--right::after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      height: 62px;
      z-index: 1;
    }
    .Reviews--right::before {
      top: 0;
      background: linear-gradient(to bottom, #FAF4EB, #fff0);
    }
    .Reviews--right::after {
      bottom: 0;
      background: linear-gradient(to bottom, #fff0 , #FAF4EB);
    }
    .Reviews--right > div {
      width: calc(50% - 12px);
      height: 100%;
    }
    .Reviews--reviews-left,
    .Reviews--reviews-right {
      position: relative;
      overflow: hidden;
    }
    .Reviews--reviews--left-swiper,
    .Reviews--reviews--right-swiper {
      position: absolute;
      width: 100%;
    }
    .Review--user-logo {
      flex: 0 0 80px;
      margin-right: 15px;
    }
   
    .Review--user-info .user-info svg {
      width: 23px;
    }
    .Review--user-info .stars svg {
      width: 15px;
      margin-left:3.8px;
    }
    .Reviews--review {
        padding: 32px;
        border: 1px solid rgba(67, 64, 61, 0.10);
        border-radius: unset;
        background: transparent;
    }
    .Review--content {
        color: #43403D;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        margin-top: 32px;
    }
    }
.Reviews--reviews-left:hover .Reviews--reviews--left-swiper,
.Reviews--reviews-right:hover .Reviews--reviews--right-swiper {
  animation-play-state: paused;
}
    .Reviews--reviews--left-swiper > * + *,
    .Reviews--reviews--right-swiper > * + * {
      margin-top: 24px;
    }
    .Reviews--reviews--left-swiper {
      animation: left-reviews 40s linear infinite;
    }
    .Reviews--reviews--right-swiper {
      animation: right-reviews 40s linear infinite;
    }
    @keyframes left-reviews {
      0% { top: 0; }
      100% { top: -100%; }
    }
  
    @keyframes right-reviews {
      0% { bottom: 0; }
      100% { bottom: -100%; }
    }
  }
  
  @media screen and (min-width: 1200px) {
   
    .Review--user-logo {
      flex: 0 0 100px;
    }
  }
  

  @media screen and (max-width: 1200px){
    .Reviews--wrapper {
        padding: 56px 20px;
    }

    .feefo__text--main p {
        color: #43403D;
        text-align: center;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0px;
    }

    .feefo__image {
        max-width: 63px;
    }

    .Reviews--heading {
        color: #43403D;
        text-align: left;
        font-family: Poppins;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        text-transform: capitalize;
        letter-spacing: 0px;
    }

    .main__reviws--subheading p {
        color: #43403D;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    /* 👇 New mobile button style */
    .Reviews--button a {
        display: flex;
        align-items: center;
        justify-content: space-between; /* text left, arrow right */
        gap: 16px;
        width: 100%;                   /* full-width button */
        padding: 11px 16px;
        background: #E85C40;
        color: #FFF;
        font-family: Poppins;
        font-size: 15px;               /* small & pretty */
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;    /* no SHOUTY uppercase */
    }

    .Reviews--button svg {
        height: 12px;
        width: 12px;
    }

    .Reviews--button {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .Reviews--reviews.mobile {
        margin-top:40px;
    }
    .Review--content {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0;
        margin-top: 16px;
        font-family: Sweet-Sans-Pro;
        color: #43403D;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
        margin-top: 32px;
    }
    .Reviews--review {
        padding: 34px 22px;
        background: white;
        border-radius: 20px;
        background: transparent;
        border-radius: unset;
        border: 1px solid rgba(67, 64, 61, 0.10);
    }
    .Reviews--reviews.mobile .swiper-free-mode>.swiper-wrapper{
        transition-timing-function: linear!important;
    }

    .Reviews--reviews.mobile::after{
        content:"";
        background: linear-gradient(to left, #FAF4EB, #fff0);
        position: absolute;
      right: 0;
      left: auto;
      top:0;
      height: 100%;
      z-index: 1;
      width:62px

    }
    .Reviews--reviews.mobile::before{
         background: linear-gradient(to right, #FAF4EB, #fff0);
         position: absolute;
      right:auto;
      content:"";
      left: 0;
      top:0;
      height: 100%;
      z-index: 2;
      width:62px
    }
    .Reviews--reviews.mobile{
        position:relative;
    }
  }

@media screen and (min-width:1450px){
  .Reviews--right{
    max-width: 80%;
  }
  .Reviews--wrapper{
    max-width: 94%;
  }
}