#Content:has(.black-friday) {
  padding-top: 0;
}

.black-friday {
  padding: 74px 0 124px;
  background: linear-gradient(180deg, #07074E 0%, #000000 100%);
}

@media (max-width: 1024px) {
  .black-friday {
    padding: 60px 0;
  }
}

.black-friday-title {
  text-align: center;
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: linear-gradient(270deg, #92C83E 0%, #00B0DF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media (max-width: 1024px) {
  .black-friday-title {
    font-size: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.black-friday-subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  max-width: 895px;
  margin: 0 auto 48px;
  position: relative;
}

.black-friday-subtitle::before {
  content: '';
  width: 70px;
  height: 116px;
  top: -75px;
  left: -120px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/left-stars.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .black-friday-subtitle::before {
    left: -60px;
  }
}

@media (max-width: 1024px) {
  .black-friday-subtitle::before {
    display: none;
  }
}

.black-friday-subtitle::after {
  content: '';
  width: 89px;
  height: 141px;
  top: -90px;
  right: -160px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/right-stars.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .black-friday-subtitle::after {
    right: -80px;
  }
}

@media (max-width: 1024px) {
  .black-friday-subtitle::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .black-friday-subtitle {
    font-size: 16px;
    padding: 0 20px;
    margin: 0 auto 28px;
  }
}

.black-friday-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;

  &::before {
    content: '';
    width: 823px;
    height: 856px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 176, 223, 0.3) 0%, rgba(0, 176, 223, 0) 100%);
    position: absolute;
    top: -14%;
    right: -40%;
  }

  &::after {
    content: '';
    width: 823px;
    height: 856px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 200, 62, 0.3) 0%, rgba(146, 200, 62, 0) 100%);
    position: absolute;
    bottom: -29%;
    left: -37%;
  }
}

@media (max-width: 1200px) {
  .black-friday-wrapper::before,
  .black-friday-wrapper::after {
    display: none;
  }
}

.black-friday .products {
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 1200px) {
  .black-friday .products {
    padding: 0 20px !important;
  }
}

@media (max-width: 1024px) {
  .black-friday .products {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.black-friday .products::before {
  display: none !important;
}

.black-friday .products .my-card.product {
  width: 100% !important;
  padding: 24px 30px;
  background: #EFFAFF;
  border-radius: 28px;
  margin-bottom: 0 !important;
  max-height: 555px;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  .black-friday .products .my-card.product {
    max-height: initial;
  }
}

.black-friday .products .my-card.product .my-card__image img {
  max-height: 300px;
  object-fit: contain;
  scale: 1.2;
}

@media (max-width: 1024px) {
  .black-friday .products .my-card.product .my-card__image img {
    scale: 1;
  }
}

.black-friday .products .my-card.product .my-card__title {
  margin-top: 12px;
}

.black-friday .products .my-card.product .my-card__rating {
    display: flex;
    height: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.black-friday .products .my-card.product .my-card__title a {
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  color: #07074E;
}

.black-friday .products .my-card.product .my-card__cta a {
  background: linear-gradient(270deg, #92C83E 0%, #00B0DF 100%);
  background-size: 200% 100%;
  background-position: left;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff !important;
  font-weight: 400;
  transition: background-position 0.5s ease-in-out;

  &:hover,
  &:focus {
    background: linear-gradient(270deg, #00B0DF 0%, #92C83E 100%);
    background-position: right;
  }
}

.black-friday .products .my-card.product .product-price {
    display: grid;
    grid-template-columns: 140px 140px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    margin-top: 12px;
}

.black-friday .products .my-card.product .product-price .sale-price {
  grid-row: 2 / 3;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #004E74;
  text-align: right !important;
}

.black-friday .products .my-card.product .product-price .regular-price {
  grid-row: 2 / 3;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #B4B4B4;
  text-align: left !important;
  margin-top: 4px;
  text-decoration: line-through;
}

.black-friday .products .my-card.product .product-price .discount {
    grid-column: 1 / 3;
    justify-content: center;
    display: grid;
    grid-row: 1 / 2;
    width: 100%;
    max-width: 110px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700 !important;
    font-weight: 500;
    line-height: 11px;
    text-align: center;
    padding: 5px;
    color: #00B0DF;
    background: #D9F1FD;
    margin: auto;
}