.autocare-section {
    background: var(--color-primary-yellow);
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.home-carousel {
    overflow: hidden;
}

@media (max-width: 768px) {
    .image-section {
        order: 0;
    }
}

.image-section {
    padding: 0;
    order: 1;
}

.max-home {
    max-width: 1920px;
    justify-items: center;
    align-items: center;
    display: flex;
    margin: auto;
}

.experience-component {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .experience-component {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.product-detail-content {
    max-width: 20.4375rem;
    height: 20.4375rem;
    margin: 0 auto;
}

#store-detail-wrapper .store-carousel-container .product-detail-content {
    max-width: 100%;
    height: 35.1875rem;
}

@media (max-width: 767.98px) {
    #store-detail-wrapper .store-carousel-container .product-detail-content {
        height: 20.4375rem;
    }
}

@media (max-width: 1023.98px) {
    #store-detail-wrapper .store-carousel-container .product-detail-content {
        height: 30.4375rem;
    }
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2* var(--swiper-scrollbar-sides-offset, 1%));
}

@media (max-width: 767.98px) {
    .Light-Scrollbar.rightScrollBarButtonsForMobile .swiper-button-prev, .Light-Scrollbar.rightScrollBarButtonsForMobile .swiper-button-prev-advance {
        right: 3.5rem;
        left: auto;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .Light-Scrollbar.rightScrollBarButtonsForMobile .swiper-button-next, .Light-Scrollbar.rightScrollBarButtonsForMobile .swiper-button-next-advance {
        right: .25rem;
        left: auto;
        margin-left: 0;
    }
}

#home-page-carousel {
    position: relative;
    width: 100%;
}

#carousel-home-controls {
    position: relative;
    bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    #carousel-home-controls {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

.home-center-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (min-width: 320px) {
    .captioned-card-content {
        margin-left: 4.5rem;
    }
}

@media (min-width: 576px) {
    .captioned-card-content {
        margin-left: 4.5rem;
    }
}

.sleek-banner {
    min-height: 9rem
}

@media (min-width: 1024px) {
    .sleek-banner {
        min-height:12rem
    }
}

@media (max-width: 575px) {
    .photo-tile-figure {
      width: 95%;
    }
}

@media (max-width: 1023px) {
    .captioned-card-background-img {
        max-height: 400px;
    }
}


.article-tile-container .atc-image.remove-max-height {
    max-height: unset;
}
.article-tile-container .atc-image {
    all:unset;
}

@media (min-width: 768px) {
    .container .row:not(.no-gutters) > .card-article.article-space {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

    @media (min-width: 576px) and (max-width: 767.98px) {
  .col-sm-12.card-article {
    flex: 0 0 100% !important;
    max-width: 80% !important;
    margin: 0 auto;
  }
}
.line-height-article {
    line-height: 2rem;
    height: 5rem;
    max-height: 5rem;
}
.custom-video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
  }

  .custom-video-wrapper {
    position: relative;
    width: 90%;
    max-width: 960px;
    overflow: hidden;
  }

  .custom-video-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
  }

  .custom-video-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .custom-video-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  .custom-close-btn {
    position: absolute;
    top: -10px;
    right: 5px;
    color: white;
    font-size: 40px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 10000;
  }

  @media (max-width: 768px) {
    .custom-video-wrapper {
      width: 95%;
    }

    .custom-close-btn {
      top: -10px;
      right: 5px;
      font-size: 30px;
      width: 35px;
      height: 35px;
    }
  }

@media (min-width: 768px) {
    .container .row:not(.no-gutters) > .card-video.video-space {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
   @media (min-width: 576px) and (max-width: 767.98px) {
  .col-sm-12.card-video {
    flex: 0 0 100% !important;
    max-width: 80% !important;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {

  }
  .line-height-video{
    line-height: 2rem;
    height: 5rem;
    max-height: 5rem;
}
