/* Offers Container */
.G-offers-discounts .products-slider-container {
  padding: 0 !important;
}

.G-offers-discounts .swiper-container {
  overflow: hidden;
}

/* Swipe/Slider Overrides */
.swipe {
  overflow: hidden;
}

.swipe .herozintal_prod {
  display: block;
}

/* Countdown Timer Styling */
.countdown {
  display: flex;
  align-items: center;
}

.countdown_wrapper_section .remain_text {
  color: var(--black-color);
  margin-bottom: 8px;
  font-weight: 600;
}

.countdown-time-group {
  display: flex;
  gap: 8px;
  align-items: center;
}

.countdown-time-group .time-part {
  text-align: center;
  min-width: 52px;
}

/* Offer End Message */
.offer-end-message {
  color: var(--danger-color);
  font-weight: 600;
  margin-top: 8px;
  text-align: center;
}

/* View All Button/Link */
.view-all {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  justify-content: flex-end;
  color: var(--primary-color);
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product Price in Options Card */
.options_card,
.product-main-link {
  display: -webkit-box !important;
  align-items: center !important;
  gap: 2px !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.product_details {
  display: -webkit-box !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.product-card_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}

.product-price span {
  color: var(--primary-color);
}

/* Product Card Rating */
.product-card-rating-wrapper {
  font-size: 16px;
}

/* Countdown Section */
.countdown__section {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.countdown__section .js-days {
  font-size: 1.6rem;
  font-weight: 800;
  display: block;
  min-width: 64px;
  color: var(--warning-color);
}

.countdown__section .js-hours,
.countdown__section .js-minutes,
.countdown__section .js-seconds {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--warning-color);
}

.countdown__section label {
  display: block;
  font-size: 1rem;
  margin-top: 4px;
  color: var(--secondary-color-alt0);
}