/* slider */
:root {
  --black: #4A4A4A;
  --l-blu: #D1E1E0;
  --teal: #89C1C1;
  --s-yellow: #FFE4A7;
  --padding-s: clamp(20px, 2vw, 40px);
  --max-w: 1440px;
  --inner-padding: clamp(50px, 10vw, 200px);
  --block-spacing: clamp(50px, 10vw, 200px);
  --title-gap: 1em;
  --gap-s: 20px;
  --large-gap: clamp(20px, 2vw, 40px);
  --h2-size: 2.074em;
  --box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.flex-control-paging{
  display: none;
}

.category-tiles img, .sub-category-item img{
  border-radius: 20px;
}

.homeFeaturedCategoriesWrapper{
  padding-top: var(--block-spacing);
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title{
  background: none;
}

.product-page-wrapper .product-essential .bigpicture.column,
.product-page-wrapper .product-essential .thumbs .thumb{
  background: transparent;
  border: none;
}

.product-collateral .overview{
  padding-left: 15%;
}

  @media (max-width: 767px) {
    .product-collateral .overview{
  padding-left: 0;
}
    }

 
.flex-direction-nav{
  display: none;
}


flex-next
.banners1 {
  display: none;
}

.product-details-info img{
  border-radius: 20px;
  overflow: clip;
}

.highlight{
  color: var(--teal)!important;
  font-weight: 700!important;
}

#sliderrow .flexslider{
      height: 60vh;
      min-height: 650px;
      overflow: visible;
}
  
  .heroSlide__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  
    /* Bottom 40% solid → fade to transparent */
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  
  
  a.heroSlide__link.slider-text {
      position: absolute;
      bottom: 0;
      padding: 20px 5%;
      height: auto !important;
      color: white;
      width: 100%;
      max-width: 1000px;
  }
  
  
.slider-text h2{
      font-weight: 600;
      line-height: 120%;
      font-size: clamp(1.4rem, 2vw, 2.4rem);
      text-wrap: balance;
  }
  
  
.slider-text p{
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    text-wrap: balance;
  }
  
     @media (max-width: 767px) {
      #sliderrow .flexslider{
      height: 40vh;
      min-height: 400px;
      margin-bottom: 300px;
}

        a.heroSlide__link.slider-text {
      position: static;
      padding: 20px;
      max-width: 100%;
      color: var(--black)!important;
    }
      .slider-text h2, .slider-text p{
      padding: 0 var(--padding-s);
  }

        .heroSlide__bg::after {
        display: none;
      }
     }



/* How it works */

.h-it-works-title {
  text-align: center;
  font-size: var(--h2-size);
  font-weight: 700;
}

.h-it-works-outerwrapper{
  margin-top: var(--block-spacing);
  padding: var(--inner-padding) 20px;
  display: flex;
  flex-direction: column;
  background: var(--l-blu);
  justify-content: center;
  align-items: center;
  gap: var(--title-gap);
}

.h-it-works-innerwrapper{
  max-width: var(--max-w);
  display: flex;
  position: relative;
  gap: var(--large-gap);
}

.h-it-works-line{
  background: var(--teal);
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  z-index:1;
  height: 25px;
  width: 100%;
}

.h-tiles{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  padding: var(--padding-s);
  border-radius: 20px;
  z-index: 3;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box-shadow)
}

.h-image-wrapper{
  width: 100%;
  text-align: center;
}

.h-image-wrapper img{
  width: 100%;
  max-width: 200px;
  height: auto;
}

.h-text-wrapper h3{
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.h-text-wrapper p{
  text-align: center;
}

@media (max-width: 767px) {
  .h-it-works-innerwrapper{
    flex-direction: column;
  }
  .h-it-works-line{
  background: var(--teal);
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  z-index:1;
  height: 100%;
  width: 20px;
}
}



/* ticker */

.ticker-wrapper{
  width: 100%;
  background-color: var(--teal);
  padding: calc(var(--block-spacing) / 2) 0;
  margin-top: var(--block-spacing);
  color: white!important;
  font-size: clamp(1.6rem, 6vw, 2.5rem);
}

.ticker-contents-inner {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.ticker-segment,
.ticker-segment * {
  white-space: nowrap;
}

.ticker-segment,
.clone {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}


.ticker-item {
  display: inline-flex;
  align-items: center;
}

.ticker-item::after {
  content: "";
  display: inline-block;        
  width: 20px;                  
  height: 20px;
  margin: 0 40px;               
  background-color: var(--s-yellow);       
  border-radius: 50%;          
  flex-shrink: 0; 
}



/* Trustpilot section */

.reviews-section {
  padding: 64px 0;
  background: #fff;
}

.reviews-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.reviews-title {
  font-size: var(--h2-size);
  font-weight: 700;
  margin: 0;
}

.reviews-trustpilot {
  min-width: 280px;
}

/* GRID */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.review-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: var(--box-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

/* TOP */
.review-top {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--s-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.review-country::before {
  content: "location_on";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  color: var(--black);
}

.review-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--black);
}

.review-name {
  font-weight: 700;
}

.review-stars {
  color: #00b67a;
  letter-spacing: 1px;
}

/* CONTENT */
.review-heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  margin: 12px 0 8px;
}

.review-text {
  font-size: 1rem!important;
  line-height: 120%!important;
  color: var(--black);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .reviews-header {
    flex-direction: column;
  }

  .reviews-grid .review-card:nth-last-child(-n+2) {
    display: none;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
}


/* country flags */

.producttags-box{
  display: none;
}

.p-flags-outer{
  display: flex;
  align-items: center;
  gap: 10px;
  vertical-align: middle;
  flex-wrap: wrap;
}

.p-flag-wrap{
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  box-shadow: var(--box-shadow);
  background: white;
  vertical-align: middle;
  margin-bottom: 10px;
}

.p-flag-wrap .p-f-icon{
  width: 30px;
  aspect-ratio: 4 / 3;
  height: auto;
  display: block;
}

.buttons{
  display: flex;
  gap: 12px;
  flex-wrap: wrap-reverse;
}

.product-essential{
  position: relative;
}

.product-essential .p-flags-outer{
  position: absolute;
  top: 10px;
  right: -40px;
  flex-direction: column;
}

.product-essential .p-flags-outer .p-flag-wrap{
  margin-bottom: 0px;
}


@media (max-width: 767px) {
    .product-essential .p-flags-outer{
      position: static;
      flex-direction: row;
    }
  }


  
  /* Place flags over/within the image area (tweak as needed) */
  .product-item--image { position: relative; margin-bottom: 20px; }
  .c-p-outer{
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    z-index: 5;
  }
  
  .c-p-outer .p-flag-wrap{
    padding: 2px;
  }
  
  .c-p-outer .p-f-icon{
    width: 30px;
  }
  
  .product-item--image .picture{
    border-radius: 20px;
    overflow: clip;
  }
  
  
  
  @media (max-width: 767px) {
      .column.is-6-mobile{
    width: 100%;
  }
  
    }



    /* feature cat */

    .homePageCategories .column.is-3-widescreen{
      flex: 1;
    }

.homePageCategories  .picture{
      border-radius: 20px;
      overflow: clip;
  margin-bottom: var(--gap-s)
    }

.homePageCategories .product-title{
  padding: 10px 20px!important;
}

.category-short-description{
  padding: 0 20px;
  text-wrap: balance;
}

.featuredBlog__wrapper .list.columns{
  overflow: hidden;
}


