.video-with-product-wrap {
  background-color: #141414;
  font-family: Nunito Sans;
  padding-bottom: 67.2px;
  padding-top: 74.667px;
}
.video-with-product-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.video-with-product-list__video,.video-with-product-list__product {
  height: 863.16px;
  max-width: 640.9px;
  width: calc(50% - 10px);
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
}
.video-with-product-list__video {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.video-with-product-list__video__url {
  height: 613.03px;
}
.video-with-product-list__video__header {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  text-align: center;
}
.video-with-product-list__video__title {
  margin: 0 auto;
}
.video-with-product-list__video__title1 {
  color: #FFFFFF;
  font-size: 52px;
  font-style: italic;
  font-weight: 800;
}
.video-with-product-list__video__title2 {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
}
.video-with-product-list__video__info {
  /* height: 250.13px; */
  padding: 3.125rem 3.875rem;
  font-size: 26.1px;
  /* line-height: 2.25rem; */
  color: #C0C0C0;
  text-align: center;
  background-color: #000000;
}
.video-with-product-list__video__highlight {
  color: #FFFFFF;
}
.video-with-product-list__product__title {
  font-size: 41.0667px;
  font-weight: 600;
  color: #ffffff;
  top: 69.0667px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.video-with-product-list__product__footer {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 3.75rem;
}
.video-with-product-list__product__subtitle {
  font-size: 29.8667px;
  font-weight: 600;
}
.video-with-product-list__product__include {
  padding-top: 11.2px;
  color: #C0C0C0;
  font-size: 16.8px;
}
.video-with-product-list__product__include::after {
  border-top: 1px solid rgb(229, 229, 229);
  display: flex;
  content: " ";
  margin-top: 11.2px;
}
.video-with-product-list__product__infos {
  display: flex;
  margin-top: 11.2px;
  flex-wrap: wrap;
  gap: 3.733px;
  font-size: 16.8px;
  padding-left: 20px;
  color: #C0C0C0;
}
.video-with-product-list__product__info {
  padding-right: 40px;
}
.video-with-product-list__product__total {
  font-size: 22.4px;
  display: flex;
  align-items: center;
}
.video-with-product-list__product__price {
  font-size: 28px;
  font-weight: 700;
}
.video-with-product-list__product__buy {
  display: flex;
  justify-content: space-between;
}
.video-with-product-list__product__addCart {
  width: 168px;
  height: 67.195px;
  background-color: rgb(254, 219, 30);
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-size: 20.5333px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-radius: 9332.4px;
  font-weight: 600;
}

.video-with-product-list__product__image {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
}

.video-with-product-list__product__image > img {
  max-width: 100%; 
}
.video-with-product-list__product__titles {
  text-align: center;
}
@media (max-width: 767px) {
  .video-with-product-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .video-with-product-list__item {
    flex-basis: 100%;
    height: 505px;
  }
  .video-with-product-list__video__header {
    top: 1rem;
  }
  .video-with-product-list__video__title1 {
    font-size: 1.875rem;
    padding-top: .5rem;
  }
  .video-with-product-list__video__url {
    height: 21.1rem;
  }
  .video-with-product-list__video__info {
    font-size: .9375rem;
    padding: 1.875rem;
  }
  .video-with-product-list__video__title2 {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .video-with-product-list__product__title {
    font-size: 1.625rem;
    top: 1.5rem;
  }
  .video-with-product-list__product__footer {
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 1rem;
  }
  .video-with-product-list__product__subtitle {
    font-size: 1.125rem;
  }
  .video-with-product-list__product__include {
    padding-top: .5rem;
    font-size: .625rem;
  }
  .video-with-product-list__product__include::after {

    margin-top: .5rem;
  }
  .video-with-product-list__product__infos {
    padding-top: .5rem;
    gap: 3.733px;
    font-size: 10.6667px;
    padding-left: 20px;
  }
  .video-with-product-list__product__info {
    padding-right: 0;
    flex-basis: 100%;
  }
  .video-with-product-list__product__total {
    font-size: .75rem;
  }
  .video-with-product-list__product__price {
    font-size: 1rem;
  }
  .video-with-product-list__product__buy {
    display: flex;
    justify-content: space-between;
  }
  .video-with-product-list__product__addCart {
    width: 6.25rem;
    height: 2rem;
    font-size: .75rem;
    border-radius: 20px;
    border-radius: 9332.4px;
  }
}