.rx-highlighted-product {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 87px;
}

.rx-highlighted-product__wrapper {
  max-width: 100%;
  margin-left: auto;
  padding-left: calc((100% - 1530px) / 2);
  background-color: #F6F9FA;
}

.rx-highlighted-product__content {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rx-highlighted-product__col-1 {
  max-width: 500px;
  width: 100%;
  padding-block: 117px;
}

.rx-highlighted-product__name {
  font-weight: 800;
  font-size: 3.25rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #292525;
  margin-bottom: 12px;
}

.rx-highlighted-product__description {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 26px;
  color: #292525;
  margin-bottom: 42px;
}

.rx-highlighted-product__regural-prize {
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  color: #9F9F9F;
  margin-bottom: 0px;
}

.rx-highlighted-product__regural-prize s {
  text-decoration-thickness: 0.5px;
}

.rx-highlighted-product__discount-prize {
  font-size: 2.4438rem;
  line-height: 100%;
  color: #292525;
  font-weight: 700;
  margin-bottom: 15px;
}

.rx-highlighted-product__add-to-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFD600;
  padding: 14px 42px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  color: #292525;
  justify-content: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.rx-highlighted-product__col-2 {
  max-width: 484px;
  width: 100%;
  margin-left: 10px;
}

.rx-highlighted-product__image {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rx-highlighted-product__col-3 {
  max-width: 685px;
  width: 100%;
  margin-left: 40px;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.rx-highlighted-product__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@media screen and (max-width: 1530px) {
  .rx-highlighted-product__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 1500px) {
  .rx-highlighted-product__col-3 {
    margin-left: 0px;
  }
  
  .rx-highlighted-product__col-2 {
    max-width: 400px;
    margin-right: -80px;
    z-index: 2;
    margin-left: 20px;
  }
  
  .rx-highlighted-product__name {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1200px) {
  .rx-highlighted-product__name {
    font-size: 2rem;
  }
  .rx-highlighted-product__col-1 {
    padding-block: 50px;
  }
}

@media screen and (max-width: 991.99px) {
  .rx-highlighted-product__name {
    font-size: 2.625rem;
    line-height: 120%;
  }
  
  .rx-highlighted-product__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .rx-highlighted-product__content {
    flex-direction: column;
  }
  
  .rx-highlighted-product__col-2 {
    max-width: 100%;
    margin-left: 0px;
    order: 2;
    background-color: #F6F9FA;
    margin-right: 0px;
  }
  
  .rx-highlighted-product__image {
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -160px;
    position: relative;
  }
  
  .rx-highlighted-product__col-3 {
    max-width: 100%;
    order: 1;
    margin-left: 0px;
  }
  
  .rx-highlighted-product__col-1 {
    padding-block: 30px;
    order: 3;
    max-width: 100%;
    background-color: #F6F9FA;
    padding-inline: 20px;
  }
  
  .rx-highlighted-product__wrapper {
    background-color: transparent;
  }
}

@media screen and (max-width: 767.99px) {
  .rx-highlighted-product__name {
    font-size: 2rem;
    line-height: 120%;
  }
  
  .rx-highlighted-product__description {
    margin-bottom: 20px;
  }
  
  .rx-highlighted-product {
    margin-bottom: 78;
  }
}

@media screen and (max-width: 575.99px) {
  .rx-highlighted-product__image {
    margin-top: -130px;
  }
}
