html {
  font-size: 62.5%;
}

[data-type="acf/vertical-product-slider"] {
  width: 100%;
  max-width: 100%;
}

.product-content {
  display: flex;
  align-items: center;
}

.black-square {
  background-color: #0c0c0d;
  max-width: 60%;
  padding: 130px 30px 100px 120px;
}

.product-label {
  margin-bottom: 60px;
  font-family: var(--font-title);
  color: #fff;
  font-weight: 400;
  font-size: 32px;
}

.product-image-container {
  position: relative;
  margin-bottom: 40px;

}

.product-image-container img {
  position: relative;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, #72ACFF 0%, rgba(0, 104, 255, 0.00) 85%);
}

.product-halo-up {
  position: absolute;
  top: -181px;
  width: 600px;
  left: 200px;
  z-index: 0;
  height: 600px;
}

.product-halo-down {
  position: absolute;
  top: 0px;
  width: 600px;
  left: 0px;
  z-index: 0;
  height: 600px;
}

.product-info {
  display: flex;
  gap: 30px;
  align-items: end;
}

.product-title {
  font-family: var(--font-title);
  color: #FFF;
  font-size: 102px;
  font-style: normal;
  font-weight: 500;
  line-height: 123px;
  letter-spacing: -3.06px;
}

.product-description {
  font-family: var(--font-body);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.vertical-product-slider {
  max-width: 40%;
  height: 1225px;
}

.vertical-product-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue-square {
  height: 100%;
  background-color: #0068ff;
  padding: 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-card-icon {
  margin-bottom: 30px;
}

.product-description-slide {
  margin-bottom: 170px;
  font-family: var(--font-title);
  color: #fff;
  font-weight: 300;
  font-size: 48px;
}

.v-slider-controls {
  display: flex;
  justify-content: space-between;
}

.vertical-product-slider-navigation {
  position: relative;
  display: flex;
  flex-direction: column;
}

button.vertical-p-prev,
button.vertical-p-next {
  position: relative;
  margin: 0;
  border: 0px;
  background: transparent;
}

.vertical-product-slider-navigation button.swiper-button-disabled {
  opacity: 0.4;
}

.card-number {
  display: flex;
  color: #fff;
  font-family: var(--font-title);
  font-size: 68px;
  font-weight: 300;
}

.total-cards {
  opacity: 0.4;
  font-weight: 200;
}

@media (max-width: 1100px) {
  .product-content {
    flex-direction: column;
    background-color: #0C0C0D;
    padding: 0px 40px 60px;
    gap: 40px;
  }

  .black-square {
    padding: 80px 0px 0px;
    max-width: 100%;
  }

  .product-label {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .product-image {
    margin-bottom: 30px;
  }

  .product-info {
    flex-direction: column;
    gap: 20px;
  }

  .product-title {
    font-size: 60px;
    line-height: 58px;
  }

  .vertical-product-slider {
    max-width: 100%;
    height: 340px;
  }

  .blue-square {
    padding: 26px 30px 20px;
  }

  .product-card-icon {
    width: 65px;
    margin-bottom: 20px;
  }

  .product-description-slide {
    margin-bottom: 46px;
    font-size: 24px;
  }

  .card-number {
    font-size: 40px;
  }

  button.vertical-p-prev svg,
  button.vertical-p-next svg {
    width: 25px;
  }

  .product-halo-up {
    top: -60px;
    left: -75px;
    height: 100%;
  }

  .product-halo-down {
    top: 25px;
    left: -220px;
    height: 100%;
  }
}