.product-thumb-top-badges {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 4;
  width: auto;
  min-width: 44px;
  min-height: 56px;
}

#content .product-thumb .product-thumb-top-badges .rating {
  position: absolute !important;
  top: 0;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 1px;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

#content .product-thumb .product-thumb-top-badges .rating .gift-rating-star {
  display: block;
  font-size: 8px;
  line-height: 1;
}

#content .product-thumb .product-thumb-top-badges .rating .gift-rating-star.fa-star {
  color: #333;
}

#content .product-thumb .product-thumb-top-badges .rating .gift-rating-star.fa-star-o {
  color: #999;
}

.product-thumb-top-badges .gift-sticker {
  position: absolute;
  top: 22px;
  right: 0;
  left: auto;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 30px;
  padding: 0 10px 0 9px;
  border-radius: 999px;
  border: 1px solid #d9e3f3;
  background: rgba(255, 255, 255, 0.96);
  color: #5f7fb2;
  box-shadow: 0 8px 20px rgba(22, 33, 54, 0.14);
  line-height: 1;
  white-space: nowrap;
}

.product-thumb-top-badges .gift-sticker .fa {
  font-size: 13px;
  line-height: 1;
}

.product-thumb-top-badges .gift-sticker-text {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.gift-promo-card {
  position: relative;
  margin: 18px 0;
  padding: 24px 20px 18px;
  border: 1px solid #e6edf7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(22, 33, 54, 0.06);
}

.gift-promo-badge {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  padding: 4px 14px;
  transform: translateY(-50%);
  background: #f4f8ff;
  border: 1px solid #e1eaf8;
  border-radius: 999px;
  color: #5f7fb2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.gift-promo-content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.gift-promo-image {
  flex: 0 0 96px;
}

.gift-promo-image-link,
.gift-promo-image {
  display: block;
}

.gift-promo-image-link {
  padding: 10px;
  border: 1px solid #ebf0f8;
  border-radius: 12px;
  background: #fbfcff;
}

.gift-promo-image img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.gift-promo-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

.gift-promo-price-old {
  color: #97a4bb;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.gift-promo-price-new {
  color: #5f7fb2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.gift-promo-text {
  min-width: 0;
}

.gift-promo-eyebrow {
  margin-bottom: 6px;
  color: #7a8599;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.gift-promo-title {
  margin-bottom: 8px;
  color: #25324a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.gift-promo-description {
  color: #4e5b70;
  line-height: 1.5;
}

.gift-promo-note {
  margin-top: 10px;
  color: #597ab2;
  font-size: 13px;
  font-weight: 600;
}

.gift-promo-timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #dfe8f6;
}

.gift-promo-timer-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5f7fb2;
  font-size: 13px;
  font-weight: 700;
}

.gift-promo-timer-value {
  display: inline-block;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f4f8ff;
  color: #5f7fb2;
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

.gift-cart-label {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #ffefbf;
  color: #6c5200;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.gift-cart-note {
  display: block;
  margin-top: 6px;
  color: #8a6d3b;
  font-size: 12px;
}

@media (max-width: 767px) {
  .product-thumb-top-badges {
    left: 8px;
    right: 8px;
    width: auto;
    min-width: 0;
    min-height: 52px;
  }

  .product-thumb-top-badges .rating {
    top: 0;
    right: 0;
    gap: 0;
  }

  .product-thumb-top-badges .rating .gift-rating-star {
    font-size: 8px;
  }

  .product-thumb-top-badges .gift-sticker {
    top: 18px;
  }

  .gift-promo-card {
    padding: 22px 16px 16px;
  }

  .gift-promo-badge {
    left: 16px;
  }

  .gift-promo-content {
    align-items: flex-start;
    gap: 14px;
  }

  .gift-promo-image {
    flex-basis: 82px;
  }

  .gift-promo-image-link {
    padding: 8px;
  }

  .gift-promo-image img {
    width: 64px;
    height: 64px;
  }

  .gift-promo-prices {
    margin-top: 8px;
  }

  .gift-promo-price-old {
    font-size: 11px;
  }

  .gift-promo-price-new {
    font-size: 14px;
  }

  .gift-promo-title {
    font-size: 16px;
  }

  .gift-promo-timer {
    gap: 8px;
  }

  .gift-promo-timer-value {
    margin-left: 0;
  }
}
