.advanced-carousel {
  background-color: rgb(var(--color-background));
}

.advanced-carousel img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.advanced-carousel theme-video-media {
  border-radius: 20px;
  overflow: hidden;
}

.advanced-carousel video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.advanced-carousel .block-heading.title4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.advanced-carousel .block-heading.title5 {
  font-weight: 700 !important;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "MiSans" !important;
}

.advanced-carousel .rte {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
}

.advanced-carousel .swiper-wrapper {
  padding: 8px 0px;
}

/* .advanced-carousel .swiper-slide{
    margin-right: 30px !important;
} */

.advanced-carousel .swiper-button-prev:after,
.advanced-carousel .swiper-button-next:after {
  content: unset !important;
}

.advanced-carousel .swiper-button-wrapper>div {
  width: 44px;
  height: 44px;
  background: #b78a5f;
  border-radius: 100%;
}

.swiper-button-wrapper>div svg {
  width: 12px;
}

.advanced-carousel .swiper-button-next,
.swiper-button-prev {
  position: unset !important;
}

.advanced-carousel .swiper-button-wrapper {
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 22px;
}

/* .advanced-carousel custom-slider-component {
  overflow-y: unset !important;
} */
.advanced-carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
}

.advanced-carousel .swiper-pagination {
  position: unset !important;
}

/* .advanced-carousel .swiper-pagination {
  bottom: -62px !important;
} */

.advanced-carousel .block-image {
  margin: 0px auto;
}

.advanced-carousel .block-hading-with-button {
  text-decoration: underline !important;
}

.advanced-carousel .theme-video-media {
  aspect-ratio: 5/8 !important;
}

.advanced-carousel .swiper-wrapper {
  height: 100% !important;
  align-items: stretch;
}

.advanced-carousel .swiper-slide .group {
  height: 100%;
}

.swiper-slide {
  height: auto;
}

@media (min-width: 1024px) {
  .swiper-wrapper.custom--grid {
    display: grid;
    grid-template-columns: repeat(var(--desktop-column), 1fr);
    overflow: hidden;
  }

  .advanced-carousel .divider {
    width: 1px;
    height: 100%;
    background: #fff;
    margin: auto;
  }

  .advanced-carousel .block__image--mobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .advanced-carousel>.page-width {
    padding: 0px 24px !important;
  }

  .advanced-carousel .divider {
    display: none;
  }

  .advanced-carousel .block-heading.title1 {
    font-size: 32px;
    line-height: 36px;
  }

  .advanced-carousel .block__image--desktop {
    display: none;
  }

  .swiper-pagination-bullet {
    opacity: 40%;
    background: #fff !important;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }

  #shopline-section-template--page--custom-page__1755253184593faaa06b .group {
    padding: 34px 22px;
  }

  #shopline-section-template--page--custom-page__1755253184593faaa06b .subheading {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.carousal-item{
  width: 100%;
  height: 100%;
}
/* Layout two css */

.layout-two .swiper-slide.swiper-slide-next .carousal-item{
    aspect-ratio: 9/16;
}
.layout-two .swiper-slide .carousal-item{
    aspect-ratio: 2/3;
    transition: 0.01s all ease;
}
.layout-two .swiper-slide .carousal-item .block-image{
    width: 100%;
    height: 100%;
}
.layout-two .swiper-slide .carousal-item .block-image img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.layout-two .swiper-slide .carousal-item .block__image--desktop, .layout-two .swiper-slide .carousal-item  .block__image--mobile {
    width: 100%;
    height: 100%;
}
.layout-two .swiper-slide .carousal-item .theme-video-media {
    aspect-ratio: 2/3 !important;
    width: 100%;
    height: 100%;
}
.layout-two .swiper-slide.swiper-slide-next .carousal-item .theme-video-media{
    aspect-ratio: 9/16 !important;
}
.layout-two .swiper-slide .carousal-item .theme-video-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advanced-carousel.layout-two .swiper-wrapper {
  align-items: center;
}


@media (max-width: 1023px) {
  .advanced-carousel.layout-two >.page-width{
    padding: 0px !important;
  }
}

.carousal-item * {
  height: unset;
}