.aa-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    background-color: #ededed;
  }
  
  .reviewnext {
      right:-50px;
      top:50%!important;
  }
  
  .reviewnext img {
      width:45px!important;
      height:45px!important;
  }
  
  .reviewprev img {
      width:45px!important;
      height:45px!important;
  }
  
  .reviewprev {
      left:-50px;
      top:50%!important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
  .aa-name {
      text-align:right;
      padding-right:10px;
      padding-bottom:10px;
  }
  .aa-revComment {
    margin: 0; /* No margin, spacing handled by .aa-rateMeta */
    padding: 0; /* No extra padding */
    flex-grow: 1;
    text-align:center;
  }
  
  .reviewprev {
      box-shadow:none!important;
      background:transparent!important;
  }
  
  .reviewnext {
      box-shadow:none!important;
      background:transparent!important;
  }
  .aa-rateMeta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  
  .aa-star {
      width:20px;
  }
  
  .aa-square img {
      height: 300px;
      width: 100%;
      object-fit: cover;
      display: block;
  }
  
  .aa-review-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
  }
  
  
  .swiper-button-prev.aa-swiper-prev.reviewprev {
      left:-50px;
  }
  
  .swiper-button-next.aa-swiper-next.reviewnext {
      right:-50px;
  }
  
  .swiper-slide {
    height: auto !important; /* Let the height be determined by content */
    display: flex;
    flex-direction: column;
  }
  
  .aa-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #ededed;
  }

  .bnr-swipe-title {
    color: white !important;
  }
  

  /* STYLES FOR SWIPER - LANDING ONLY */

.landing-page-template-default .aa-ingredient-item {
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 390px !important;
  text-align: center;
  position: relative;
  transition: box-shadow 0.5s ease !important;
  margin-right: 10px !important;
}

.landing-page-template-default .ingredincenprev {
  box-shadow: none !important;
  background: transparent !important;
  width: 45px;
}

.landing-page-template-default .ingredincennext {
  box-shadow: none !important;
  background: transparent !important;
  width: 45px;
}

.landing-page-template-default .aa-swiper-prev,
.landing-page-template-default .aa-swiper-next {
  position: absolute;
  top: 67% !important;
  transform: translateY(-50%);
  z-index: 10;
}

.landing-page-template-default .swiper-button-next,
.landing-page-template-default .swiper-button-prev {
  top: 67%;
  width: 45px;
}

.landing-page-template-default .ingredincenprev {
  left: -50px;
}

.landing-page-template-default .ingredincennext {
  right: -50px;
}

.landing-page-template-default .swiper-container {
  position: relative;
}

.landing-page-template-default .aa-swiper-prev,
.landing-page-template-default .aa-swiper-next {
  z-index: 9999 !important;
}

.landing-page-template-default .swiper-container .swiper-wrapper {
  position: relative;
}

.landing-page-template-default .ingredincennext {
  top: 67% !important;
}

.landing-page-template-default .ingredincenprev {
  top: 67% !important;
}

.landing-page-template-default .aa-ingredient-item .inner {
  padding: 20px;
}

.landing-page-template-default .aa-ingredient-item .inner img {
  width: 315px;
  height: 100px;
  object-fit: scale-down;
}

.landing-page-template-default .aa-ingredient-item .inner p {
  font-size: 10pt;
  font-weight: 300;
}

.landing-page-template-default .aa-ingredients-title {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 500;
}

.landing-page-template-default .inner h3 {
  margin-top: 20px;
}

/* --- CENTER SLIDES (Desktop + Mobile) --- */
.landing-page-template-default .swiper-container .swiper-wrapper {
  display: flex !important;
  justify-content: center !important;
  overflow: visible !important;
}

.landing-page-template-default .swiper-container .swiper-slide,
.landing-page-template-default .swiper-container .swiper-slide .inner {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
}

.landing-page-template-default .swiper-container .swiper-slide .inner {
  flex: 1 1 auto;
}

.landing-page-template-default .aa-swiper-scrollbar {
  display: none !important;
}

.landing-page-template-default .swiper-container .swiper-wrapper:not(.cent) {
  justify-content: flex-start !important;
}

@media (min-width: 768px) {
  .landing-page-template-default .swiper-container .swiper-wrapper.cent {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .landing-page-template-default .swiper-container {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page-template-default .swiper-container .swiper-slide .inner {
    max-width: 86vw;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .landing-page-template-default .aa-ingredient-item {
    margin-right: 0px !important;
  }

  .landing-page-template-default .swiper-container .swiper-wrapper.cent {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .landing-page-template-default .swiper-container .swiper-button-prev,
  .landing-page-template-default .swiper-container .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    pointer-events: auto;
    position: absolute !important;
  }

  .landing-page-template-default .swiper-container .swiper-button-prev {
    left: 0vw !important;
    right: auto !important;
  }

  .landing-page-template-default .swiper-container .swiper-button-next {
    right: 0vw !important;
    left: auto !important;
  }

  .landing-page-template-default .swiper-container .swiper-button-prev img,
  .landing-page-template-default .swiper-container .swiper-button-next img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  .landing-page-template-default .swiper-container .swiper-slide .inner {
    max-width: 72vw !important;
    margin: 0 auto !important;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .landing-page-template-default .swiper-container .swiper-slide .inner > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .landing-page-template-default .ingredincenprev {
    left: 5px !important;
    width: 30px !important;
  }

  .landing-page-template-default .ingredincennext {
    right: 10px;
    width: 30px !important;
  }

  .landing-page-template-default .ingredincenprev img {
    width: 30px !important;
  }

  .landing-page-template-default .ingredincennext img {
    width: 30px !important;
  }

  .landing-page-template-default .aa-swiper-prev,
  .landing-page-template-default .aa-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .landing-page-template-default .swiper-container {
    position: relative;
  }

  .landing-page-template-default .aa-ingredient-swiper-wrapper {
    width: 100vw;
    margin-left: -7px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-page-template-default .aa-ingredients-title {
    font-size: 28px;
    line-height: 30px;
  }
}

  
  @media only screen and (max-width: 767px) {
      .reviewnext {
      right:0px;
  }
  
  .reviewprev {
      left:0px;
  }
  
  .reviewnext img {
      width:30px!important;
  }
  
  .aa-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    background-color: #ededed;
    margin-left:40px;
    margin-right:40px;
  }
  
  .reviewprev img {
      width:30px!important;
  }
   
  }
  
  