.rx-hotdeals {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .rx-hotdeals {
    flex-direction: column;
  }
}

/* Hot Deal */
.rx-hotdeals .rx-hotdeals__column--hotdeal {
  padding: 20px;
  max-width: 600px;
  width: 100%;
  border: solid 2px #FFCE04;
  border-radius: 10px;
  margin-top: 14px;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product-thumbnail {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product-flags {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 2px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__flag {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-thumbnail {
  margin-block-end: 15px;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-thumbnail img {
  width: 100%;
  height: 100%;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-title a {
    font-size: 1rem;
    line-height: 140%;
    color: #252525;
    text-transform: unset;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-sold {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  margin-bottom: 24px;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-sold-title {
  margin: 0;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-sold p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-sold :is(b, strong) {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 140%;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-sold .rx-hotdeals__product-progress {
  width: 100%;
  height: 6px;
  background: #ffcd0091;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-sold .rx-hotdeals__product-progress-bar {
  height: 100%;
  background: #FFCD00;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-price {
  margin-block: 15px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-price .price {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 140%;
  color: #252525;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-price .x13pricehistory-product-list__omnibus-price {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #515151;
  max-width: 174px;
  text-align: right;
  margin-block-end: 0;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-countdown-item {
  background: #F8F4EE;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: fit-content;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-countdown-item:first-child strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  color: #252525;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-countdown-item:nth-child(1n+2) strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  color: #252525;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-countdown-item small {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 100%;
  color: #252525;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-buy {
  margin-block-start: 10px;
}

.rx-hotdeals .rx-hotdeals__column--hotdeal .rx-hotdeals__product .rx-hotdeals__product-buy a {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  background: #252525;
  border-radius: 10px;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}

@media (max-width: 991.98px) {
  .rx-hotdeals .rx-hotdeals__column--hotdeal {
    box-shadow: unset;
  }
}
/* END Hot Deal */

/* Featured */
.rx-hotdeals .rx-hotdeals__column--featured {
  overflow: hidden;
  height: fit-content;
  max-width: 600px;
  width: 100%;
}

.rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-block-end: 30px;
}

.rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions-title {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 140%;
  color: #252525;
  margin-block-end: 5px;
}

.rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  color: #656464;
  margin-block-end: 0;
  max-width: 418px;
}

.rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions .rx-hotdeals__link {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 140%;
  color: #515151;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color .3s ease-in-out;
}

.rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions .rx-hotdeals__link:hover {
  color: #f67c59;
}

.rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions .rx-hotdeals__link svg {
  max-width: 19px;
  max-height: 19px;
  transition: all .3s ease-in-out;
}

.rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions .rx-hotdeals__link:hover svg {
  transform: translateX(.5rem);
  filter: invert(63%) sepia(74%) saturate(2226%) hue-rotate(324deg) brightness(102%) contrast(93%);
}

@media (max-width: 991.98px) {
  .rx-hotdeals .rx-hotdeals__column--featured {
    margin-inline: -24px;
  }
  
  .rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions {
    margin-inline: 24px;
  }
  
  .rx-hotdeals .rx-hotdeals__column--featured .rx-hotdeals__captions .rx-hotdeals__link {
    display: none;
  }
}

.rx-hotdeals__product-wrapper{
  display: flex;
  gap: 20px;
}
.rx-hotdeals__product-wrapper .product-price-and-shipping .price.color-red{
  color: #E40918;
}
.rx-hotdeals__product-wrapper .product-price-and-shipping .price.old {
  text-decoration: line-through;
}
.rx-hotdeals__product-col{
  max-width: 266px;
  width: 100%;
}
.rx-hotdeal-miniature.product-miniature{
    max-width: 100%;
}
.rx-hotdeal-miniature.product-miniature .card{
    flex-direction: row;
    gap: 24px;
    padding: 0px;
}
.rx-hotdeal-miniature.product-miniature .product-miniature__link{
    max-width: 260px;
    width: 100%;
}
.rx-hotdeal-miniature.product-miniature .product-flags{
    display: none;
}
.rx-hotdeal-miniature.product-miniature .rox-quantity-and-promo.has-promo{
    flex-wrap: nowrap;
}
.rx-hotdeal-miniature.product-miniature .product-miniature__infos__bottom form{ 
    gap: 10px;
}
.rx-hotdeal-miniature.product-miniature .card:hover{
    filter: unset;
    border-color: #fff;
}
.rx-hotdeal-miniature.product-miniature .product-price-and-shipping .price.old{
    color: #A2A2A2;
}
.rx-hotdeal-miniature.product-miniature .rox-save{
    font-weight: 700;
}
.rx-hotdeals .rx-hotdeals__column--featured{
    margin-inline: auto;
}
@media (max-width: 991.98px) {
    .rx-hotdeals .rx-hotdeals__column--hotdeal{
        max-width: 100%;
    }
    .rx-hotdeals .rx-hotdeals__column--featured{
        max-width: 100%;
    }
    .rx-hotdeal-miniature.product-miniature .product-miniature__link{
        max-width: 40%;
    }
    .product-miniature .rox-price-left{
        max-width: fit-content;
    }
    .rx-hotdeal-miniature.product-miniature .rox-quantity-and-promo.has-promo{
        flex-direction: column;
    }
}
@media (max-width: 575.98px){
    .rx-hotdeal-miniature.product-miniature .card{
        flex-direction: column;
        padding: 12px;
    }
    .rx-hotdeal-miniature.product-miniature .product-miniature__link{
        max-width: 100%;
    }
}
@media (min-width: 575.98px){
  .rox-hotdeal__cta{
    padding: 1.9375rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 575.98px) {
  .rox-hotdeal__cta-title {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700;
  }
}
@media (min-width: 575.98px) {
  .rox-hotdeal__cta-right {
      display: flex;
      align-items: center;
      gap: 1rem;
  }
}
@media (min-width: 575.98px) {
  .rox-hotdeal__cta-right p {
      margin-bottom: 0;
      font-size: .875rem;
      line-height: 1.4em;
      letter-spacing: 1px;
      font-weight: 500;
      color: #000000;
  }
}
@media (min-width: 575.98px) {
  .rox-hotdeal__cta-right p a {
      text-decoration: underline;
      color: #000000;
      font-weight: 600;
  }
}
@media (min-width: 575.98px) {
  .rox-hotdeal__cta-right img {
      width: 3.4375rem;
      height: 3.4375rem;
      object-fit: cover;
  }
}
.rx-hotdeals__column .product-miniature .card{
  filter: none;
  border: none;
}

/* END Featured */