.elementor-5084 .elementor-element.elementor-element-825dc4e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-46dfc87 */.product-detail {
  background: ffffff;
  padding: 20px;
  color: #fffff;
  font-family: sans-serif;
}
.product-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.product-header img {
  width: 80px;
  border-radius: 8px;
}
.product-info h2 {
  font-size: 18px;
  margin: 5px 0;
}
.deal-badge {
  background: #00cc88;
  color: #fffff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 20px;
}
.region {
  font-size: 12px;
  color: #fffff;
}
.region a {
  color: #fffff; text-decoration: underline;
  font-size: 12px;
}

.region-select {
  margin: 15px 0;
}
.region-select label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.region-select select {
  width: 100%;
  padding: 8px;
  border-radius: 6px; border: 1px solid #666;
  background: rgba(255, 255, 255, 0.05);
  color: #fffff;
}

.value-title {
  margin: 20px 0 10px;
  font-size: 16px;
}

.card-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.deal-card {
  flex: 0 0 160px;
  border: 1.5px solid #000000;
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fffff;
  scroll-snap-align: start;
  text-decoration: none;
  transition: all 0.3s ease;
}
.deal-card:hover {
  transform: translateY(-4px);
}
.deal-card .value {
  font-size: 16px;
  font-weight: bold;
}
.deal-card .cashback {
  font-size: 12px;
  color: #fffff;
}
.deal-card .price {
  margin-top: 5px;
  font-size: 14px;
}
.deal-card .rate {
  font-size: 11px;
  color: #bbb;
}
.best-badge {
  background: #ffff;
  color: #fffff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 12px;
  display: inline-block; border: 1px solid #666;
  background: rgba(255, 255, 255, 0.05);
  color: #fffff;
}

.value-title {
  margin: 20px 0 10px;
  font-size: 16px;
}

.card-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.deal-card {
  flex: 0 0 160px;
  border: 1.5px solid #000000;
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fffff;
  scroll-snap-align: start;
  text-decoration: none;
  transition: all 0.3s ease;
}
.deal-card:hover {
  transform: translateY(-4px);
}
.deal-card .value {
  font-size: 16px;
  font-weight: bold;
}
.deal-card .cashback {
  font-size: 12px;
  color: #fffff;
}
.deal-card .price {
  margin-top: 5px;
  font-size: 14px;
}
.deal-card .rate {
  font-size: 11px;
  color: #bbb;
}
.best-badge {
  background: #ffff;
  color: #fffff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 12px;
  display: inline-block; margin-bottom: 5px;
}
.sold .price {
  color: #ff4d4d;
  font-weight: bold;
}/* End custom CSS */