.custom-no-carousel-section {
  display: flex;
    .collection {
      width:100%;
    }
}


.custom-featured-collection {
  display: flex;
  flex-direction: column;
  justify-content: end;
.collection {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.collection__title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  width:50%;
  margin:0;
}

slider-component {
  width: 20%; /*  It was 20% before */
  margin: 0 auto;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;

}

.flag-icon {
  /* width: 20px;
  height: 30px; */
  object-fit: cover;
}

.text-container {
  text-align: start;
}

.text-container h3 {
  margin: 0;
}

.text-container h4 {
  margin: 0;
  font-weight: normal;
}

/* .slider__slide {
  flex: 0 0 100%;
  max-width: 100%;
} */

.card__content,.slider-counter {
  display: none;
}

.banner__buttons--multiple {
  display: flex;
  gap:2rem;
}

.banner__buttons {
  padding-top: 3rem;
}

.button--secondary {
  color: white;
  background-color: transparent;
}

.button:after {
  box-shadow: none;
}

.button--primary:hover {
  background-color: var(--accent-color);
}

/* .button:hover,.button--secondary {
  border:0;
  box-shadow: none;
  outline: none;
} */

.button:not([disabled]):hover:after {
  box-shadow: none;
}


@media screen and (min-width:576px) {
  .slider__slide {
    width: 100%!important; /* It was just width 100% before */
  }

  .slider--desktop .slider__slide:first-child {
    margin-left: 0!important;
  }
}



.slider-buttons {
  position: absolute;
  width: 130%;
  left: -15%;
  top: 50%;
  justify-content: space-between;
}

.slider-button {
  color:white!important;
  opacity: 1!important;
  width:34px;
  height:27px;
}

.svg-wrapper,.svg-wrapper>svg {
  width:auto;
  height:auto;
}

@media screen and (max-width:1024px) {
  slider-component {
  width: 55%; /*  It was 20% before */
  margin: 0 auto;
}
.collection__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:100%;
  margin:0;
  padding-bottom: 50px;
}
.logo-container {
  flex-direction: column;
  justify-content: center;
}
.text-container {
  text-align: center;
}
.collection__description .text-start {
  text-align: center;
}
.banner__buttons--multiple {
  gap:0;
}
.slider-buttons {
  width: 150%;
  left: -25%;
}
}

}


.custom-product-featured-collection {
  .collection__title {
    margin-bottom: 96px;
  }
  .collection__title h2 {
    text-align: center;
  }

  .card__content {
    padding:16px 24px;
  }

  .slider-buttons {
    display: none;
  }

  .price {
    margin-top: 0!important;
  }

  .card__information {
    padding: 0;
  }
  .card__heading:hover a {
    text-decoration: none;
  }

  .quick-add__submit {
    color: var(--accent-color);
    text-transform: uppercase;
    padding-left: 0;
  }

  .price__regular .price-item,.heading-medium {
    font-size:14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
  }

  .quick-add__submit .text {
    text-align: start;
  }

  .card__heading a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.2px;
  }

  .slider--desktop.grid--4-col-desktop .grid__item {
    min-width: 204px;
    max-width: 382px;
  }
  .product-grid {
    justify-content: space-between;
  }

  @media screen and (min-width: 750px) {
    .grid {
        column-gap: 4px;
        row-gap: 4px;
    }
}

  @media screen and (min-width: 1024px) {
    .slider--desktop .slider__slide:first-child {
      margin-left: 0;
    }
    .grid__item {
        width: calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4)!important;
    }

  }

  @media screen and (max-width:750px) {
    .collection__title {
      padding-right: var(--gap-2xl);
      padding-left: var(--gap-2xl);
      padding-bottom: var(--gap-2xl);
      margin-bottom: 0!important;
    }
  }




  /* This code is for slider buttons - START */

  .slider--desktop+.slider-buttons {
    display: flex;
  }

  .slider-counter {
    display: none!important;
  }

.slider-buttons {
    position: absolute;
    top: -6%;
    right: 2%;
  }

  .slider-button {
  color:white!important;
  opacity: 1!important;
  width:34px;
  height:27px;
  }

  .svg-wrapper,.svg-wrapper>svg {
  width:auto;
  height:auto;
  }

 .slider-button--prev {
    padding-right: 30px;
  }

  /* This code is for slider buttons - END */

}
