theme-featured-collection-tabs {
  display: contents;
}

.section-featured-collection {
  background-color: rgb(var(--color-background));
}



@media (min-width: 960px) {
  .featured-collection__tabs-content-inner.desktop-full-width
    .featured-collection__track {
    width: var(--body-container-width);
    padding-inline: var(--page-padding);
    margin-inline-start: calc(50% - calc(var(--body-container-width) / 2));
    scroll-padding-inline: var(--page-padding);
  }
}

.featured-collection__carousel
  .featured-collection__carousel-indicator-progress {
  max-width: 480px;
  height: 6px;
}

.featured-collection__carousel-view-more {
  background-color: #e1e4e8;
}

.featured-collection__carousel-view-more a {
  color: #000;
}

.featured-collection__carousel-view-more a::after {
  display: none;
}

.featured-collection__carousel-view-more-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.featured-collection__carousel-view-more-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.featured-collection__button {
  position: absolute;
  inset-block-start: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: rgb(255 255 255 / 100%);
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}
.featured-collection__button svg{
    color: #000;
}
.featured-collection__button:disabled {
  display: none;
}

.featured-collection__button--previous {
  inset-inline-start:-25px;
}

.featured-collection__button--previous svg {
  transform: rotate(180deg);
}

.featured-collection__button--next {
  inset-inline-end: -25px;
}
.section-why-choose-us{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0;
}
.section-why-choose-us .index-choose-us-icon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 5vw;
}
.section-why-choose-us .index-choose-us-icon-item {
    text-align: center;
    flex: 1;
    padding: 0 20px;
}
.section-why-choose-us .index-choose-us-icon-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.section-why-choose-us .index-choose-us-icon-item p {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-family: "GFS Didot", "sans-serif";
}
@media screen and (max-width: 768px) {
           
    .section-why-choose-us .index-choose-us-icon {
        display: flex;
            justify-content: space-between;
            flex-direction: column;
            max-width: 1500px;
            padding: 0 40px;
            margin:10px auto 0;
        }
        .section-why-choose-us .index-choose-us-icon-item {
            text-align: center;
            flex: 1;
            padding: 0 20px;
            margin-bottom: 25px;
        }
}
.index-customer-reviews-section {
    position: relative;
    text-align: center;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 110px;
    margin-bottom: 60px;
    background-color: #fceedc;
    padding-left: 40px;
    padding-right: 40px;
}
.index-customer-reviews-header {
    margin-bottom: 20px;
}
.index-customer-testimonials {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}
.index-customer-reviews-sunflower-image {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}
.index-customer-reviews-header h2 {
    font-size: 24px;
    /* font-family: "Libre Baskerville"; */
    font-family: "GFS Didot", "sans-serif";
    margin: 0;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 400;
}
.index-customer-reviews-line {
    width: 200px;
    height: 1px;
    background: #DD8C32;
    margin: 0 auto 50px;
}
.index-customer-footers {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index-customer-testimonial-item h3 {
    font-size: 18px;
    font-family: "GFS Didot", "sans-serif";
    color: #000;
    white-space: nowrap;
}
.index-customer-testimonial-item p {
    font-size: 14px;
    color: #666666;
    margin: 6px auto 16px;
    display: inline-block;
    line-height: 1.6;
    text-align: center;
    width: 70%;
    font-weight: 400;
}
/* .index-customer-testimonial-item{
    width: 33%;
} */
.index-customer-name {
    font-size: 14px;
    color: #000;
    /* font-family: Poppins; */
    margin: 0;
    font-weight: 400;
}
/* @media (max-width: 959px) { */
.index-customer-testimonial-item{
    width: 100%;
}
.lang-zd .featured-collection__button{
    display: none;
}
/* } */