.swiper-pagination-bullet {
  background: transparent;
}

.c-kv__product-wrap {
  position: fixed;
  top: 55svh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90vw;
  height: 70svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-kv__product-wrap .c-kv__product {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100svh;
  object-fit: contain;
}
@media (min-width: 781px) {
  .c-kv__product-wrap {
    top: 52%;
    width: 60vw;
    height: 90svh;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .c-kv__product-wrap {
    width: 50vw;
    min-width: 600px;
    max-width: none;
  }
}

.c-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
@media (max-width: 780px) {
  .c-bg {
    object-position: 47% center;
  }
  .c-kv__product-wrap {
    display: none;
  }
}

.c-description-image .l-bg img {
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: bottom;
}

.c-product-pickup .l-slider {
  margin-top: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}


/* bg_fixed overrides */
.c-description {
        position: relative;
        background: transparent !important;
      }
      .c-description-image {
        display: block !important;
        position: sticky;
        top: 0;
        height: 100svh;
        margin-bottom: -100svh;
        z-index: 0;
        overflow: hidden;
      }
      .c-description-image .l-bg {
        position: absolute;
        inset: 0;
      }
      .c-description-image .l-bg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
      .c-description::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(5, 30, 80, 0.1);
        pointer-events: none;
        z-index: 1;
      }
      .c-description .l-container,
      .c-description .c-products {
        position: relative;
        z-index: 2;
      }
