/* ============================================================
   Shementov – Single Product Page Redesign
   Step 1: Two-column hero layout
   ============================================================ */

/* Remove outer container padding, background, borders, and shadows */
body.single-product {
  background-color: #FDFCF9 !important;
  overflow-x: hidden !important;
}

body.single-product .page-content {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.container {
  max-width: 1600px !important;
}

.single-product>section.container {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ── Two-column hero row ── */
.sp-product-page {
  direction: rtl;
  font-family: 'Heebo', Arial, sans-serif;
  background: #FDFCF9;
  padding: 0 40px !important;
}

.sp-hero-row {
  display: flex;
  flex-direction: row-reverse;
  /* gallery left, summary right in RTL */
  align-items: flex-start;
  gap: 40px;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 36px 24px 40px;
  direction: rtl;
}

/* Gallery — left side in RTL = float:right becomes left visually */
.sp-hero-gallery {
  flex: 0 0 48%;
  max-width: 48%;
}

/* Make WooCommerce gallery fill its column */
.sp-hero-gallery .woocommerce-product-gallery,
.sp-hero-gallery #wcgs-gallery,
.sp-hero-gallery .wcgs-woocommerce-product-gallery {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.sp-hero-gallery img {
  border-radius: 14px;
  width: 100%;
  height: auto;
}

/* Summary — right side */
.sp-hero-summary,
.sp-hero__summary {
  flex: 1 1 auto;
  min-width: 0;
  /* Override WooCommerce defaults that float this element */
  float: none !important;
  width: auto !important;
  max-width: none !important;
}

/* ── Gallery Slider & Thumbnails Styling ── */
@media (min-width: 769px) {
  .sp-hero-gallery {
    flex: 0 0 740px !important;
    max-width: 740px !important;
    width: 740px !important;
  }

  /* Main gallery image container height & styles */
  .sp-hero-gallery .wcgs-carousel,
  .sp-hero-gallery .wcgs-carousel .wcgs-slider-image,
  .sp-hero-gallery .wcgs-carousel img,
  .sp-hero-gallery .woocommerce-product-gallery__image,
  .sp-hero-gallery .woocommerce-product-gallery__image img,
  .sp-hero-gallery .flex-viewport,
  .sp-hero-gallery .woocommerce-product-gallery__wrapper {
    height: 660px !important;
    width: 740px !important;
    max-height: 660px !important;
  }

  .sp-hero-gallery .wcgs-carousel,
  .sp-hero-gallery .flex-viewport,
  .sp-hero-gallery .woocommerce-product-gallery__wrapper {
    background: #FFFFFF !important;
    border: 1px solid #EFEBE4 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
  }

  .sp-hero-gallery .wcgs-carousel .wcgs-slider-image,
  .sp-hero-gallery .woocommerce-product-gallery__image {
    border: none !important;
    border-radius: 0 !important;
    background: #FFFFFF !important;
  }

  .sp-hero-gallery .wcgs-carousel img,
  .sp-hero-gallery .woocommerce-product-gallery__image img {
    object-fit: contain !important;
    background: #FFFFFF !important;
    height: 100% !important;
    width: 100% !important;
  }

  /* Below four thumbnails should have 172 width and 140px height */
  .sp-hero-gallery .gallery-navigation-carousel,
  .sp-hero-gallery .flex-control-thumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 17px !important;
    width: 740px !important;
    margin-top: 16px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb,
  .sp-hero-gallery .flex-control-thumbs li {
    width: 172px !important;
    height: 140px !important;
    flex: 0 0 172px !important;
    max-width: 172px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb img,
  .sp-hero-gallery .flex-control-thumbs img {
    width: 172px !important;
    height: 140px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}

/* Main slider container & images */
.sp-hero-gallery .wcgs-carousel,
.sp-hero-gallery #wpgs-gallery,
.sp-hero-gallery .wcgs-woocommerce-product-gallery {
  border-radius: 24px !important;
  overflow: hidden !important;
}

/* Thumbnails list and item wrappers */
.sp-hero-gallery .gallery-navigation-carousel {
  margin-top: 15px !important;
}

/* Individual thumbnail */
.sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  transition: border-color 0.25s ease, transform 0.2s ease !important;

}

/* Thumbnail images */
.sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb img {
  border-radius: 10px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Active/selected thumbnail */
.sp-hero-gallery .gallery-navigation-carousel .spswiper-slide-thumb-active,
.sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb.spswiper-slide-thumb-active {
  border-color: #D97324 !important;
  transform: scale(0.98);
}

/* Hover thumbnail state */
.sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb:hover {
  border-color: #D97324 !important;
}

/* Price Card Box */
.sp-price-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5), 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(239, 235, 228, 1);
  border-radius: 16px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.sp-price-card .price.sp-hero-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-price-card .price.sp-hero-price .woocommerce-Price-amount.amount {
  text-align: right;
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-35-80-52, #235034);
}

.sp-price-card .price.sp-hero-price del {
  font-size: 20px;
  font-weight: 400;
  color: #9ca3af;
  text-decoration: line-through;
}

.sp-price-card .price.sp-hero-price ins {
  text-decoration: none;
  color: var(--text-rgb-35-80-52, #235034);
}

.sp-price-card .price.sp-hero-price bdi {
  color: inherit;
}

.sp-price-card .sp-price-shipping-text {
  font-size: 16px;
  color: #5E6E82;
  /* Premium grayish-blue */
  margin-top: 8px;
  font-weight: 400;
}

/* Style Add to Cart Form & Button */
.sp-product-page form.cart {
  display: block !important;
  text-align: right !important;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  width: 100% !important;
}

.sp-product-page form.cart select,
.sp-product-page form.cart label,
.sp-product-page form.cart table,
.sp-product-page form.cart div {
  text-align: right !important;
}

.sp-product-page form.cart .quantity {
  margin: 0 !important;
  float: none !important;
}

.sp-product-page form.cart .quantity input.qty {
  height: 64px !important;
  width: 70px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(239, 235, 228, 1) !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  background-color: #fff !important;
  padding: 0 !important;
}

.sp-product-page .single_add_to_cart_button.button {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 20px 0px 20px 0px !important;
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  float: none !important;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.5), 0px 10px 15px -3px rgba(0, 0, 0, 0.5) !important;
  background-color: #235034 !important;
  color: #ffffff !important;
  border-radius: 16777200px !important;
  border: none !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: var(--font-family-heebo) !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
  cursor: pointer !important;
  height: 64px !important;
}

.sp-product-page .single_add_to_cart_button.button:hover {
  background-color: #1d422b !important;
  transform: translateY(-1px) !important;
}

.sp-product-page .single_add_to_cart_button.button i,
.sp-product-page .single_add_to_cart_button.button svg {
  font-size: 22px !important;
  line-height: 1 !important;
  margin-top: -2px !important;
  flex-shrink: 0 !important;
  width: 28px !important;
  height: 28px !important;
  display: inline-block !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .sp-hero-row {
    flex-direction: column;
    gap: 24px;
    padding: 20px 16px;
  }

  .sp-hero-gallery,
  .sp-hero-summary,
  .sp-hero__summary {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.sp-price-card {
  max-width: 636px;
  width: 100%;
  box-sizing: border-box;
}

.sp-features-mini {
  max-width: 636px;
  width: 100%;
  box-sizing: border-box;
}

.sp-add-to-cart {
  max-width: 636px;
  width: 100%;
  box-sizing: border-box;
}

.text-success {

  text-align: right !important;
  font-family: var(--font-family-heebo) !important;
  font-weight: 700 !important;
  font-size: 60px !important;
  line-height: 75px !important;
  text-decoration: none !important;
  text-transform: none !important;
  color: var(--text-rgb-35-80-52) !important;
}

.product_title {
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-35-80-52);
  display: block !important;
}

.spacial-product-page .product_title.entry-title {
  display: block !important;
}

.spacial-product-title {
  display: block !important;
  text-align: right !important;
  font-family: var(--font-family-heebo) !important;
  font-weight: 700 !important;
  font-size: 60px !important;
  /* line-height: 75px !important; */
  text-decoration: none !important;
  text-transform: none !important;
  color: #235034 !important;
  margin-top: 32px !important;
}

.woocommerce div.product .product_title {
  font-size: 60px !important;
}

@media (max-width: 768px) {

  .spacial-product-title,
  .woocommerce div.product .product_title,
  .product_title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}



.sp-add-to-cart button {
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-decoration: none;
  text-transform: none;
  background-color: #235034 !important;
  border-radius: 120px;
}

.single_add_to_cart_button {
  background-color: #235034 !important;
}

.single_add_to_cart_button2 {
  background-color: #235034 !important;
}

.sp-add-to-cart .alt {
  background-color: #235034 !important;
}

/* ── Rating Section ── */
.sp-rating-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  width: 100% !important;
  max-width: 636px !important;
}

.sp-rating-wrap .star-rating {
  float: none !important;
  margin: 0 !important;
  display: inline-block !important;
}

.sp-rating-wrap .sp-rating-count {
  color: #4A5565 !important;
  font-family: var(--font-family-heebo) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.sp-product-page__badge {
  font-family: var(--font-family-heebo);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-decoration: none;
  height: 38px;
  background-color: #235034;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 8px 20px 8px 20px;
}

.spswiper-wrapper {
  gap: 16px;

}


.purchase-info {
  direction: rtl;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 636px;
  max-width: 100%;
  box-sizing: border-box;
}

/* Toggle */

.purchase-info__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: 1px solid #efebe4;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  text-align: right;
}

.purchase-info__toggle-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.purchase-info__toggle-title {
  font-size: 16px;
  font-weight: 700;
  color: #235034;
}

.purchase-info__toggle-arrow {
  width: 18px;
  height: 18px;
}

/* Content */

.purchase-info__content {
  padding: 24px;
  border: 1px solid #efebe4;
  border-radius: 16px;
  background: #f4f1e9;
}

.purchase-info__heading {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #235034;
}

.purchase-info__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Card */

.purchase-info__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #efebe4;
  border-radius: 14px;
  background: #fff;
}

.purchase-info__card-icon {
  width: 36px;
  flex-shrink: 0;
  text-align: center;
  font-size: 24px;
}

.purchase-info__card-content {
  flex: 1;
}

.purchase-info__card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #235034;
}

.purchase-info__card-description {
  margin-top: 4px;
  font-size: 14px;
  color: #4a5565;
  line-height: 1.5;
}

/* Features */

.purchase-info__features {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px 24px !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.purchase-info__feature {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 0 0 calc(50% - 12px) !important;
  max-width: calc(50% - 12px) !important;
  box-sizing: border-box !important;
}

@media (max-width: 480px) {
  .purchase-info__feature {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.purchase-info__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f1e9;
}

.purchase-info__feature-text {
  font-size: 16px;
  font-weight: 700;
  color: #364153;
}


/* ── Banner Quote Section ── */

/* ==========================
   Quote Banner
========================== */

.quote-banner {
  padding: 0 0 64px;

}

.quote-banner__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}

.quote-banner__content {
  margin: 0;
  padding: 56px 80px;
  text-align: center;
  background: #fff;
  border: 1px solid #efebe4;
  border-radius: 24px;
  box-shadow:
    0 1px 2px -1px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .08);
}

.quote-banner__text {
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #235034;
  direction: rtl;
  text-align: center;
}


/*---------------------------------------------*/



/* ==========================================
   Benefit Section
========================================== */

.benefit-section {
  padding: 64px 0 !important;
  background: #FFFFFF !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}

.benefit-section__container {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 0 80px !important;
}

/* ==========================================
   Section Heading
========================================================= */

.benefit-section__heading {
  margin: 0 0 48px !important;
  font-family: var(--font-family-heebo) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #D97324 !important;
  text-align: center !important;
  direction: rtl !important;
}

/* ==========================================
   Benefit Cards
========================================================= */

.benefit-section__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
  margin-bottom: 64px !important;
}

@media (max-width: 991px) {
  .benefit-section__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .benefit-section__grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .benefit-section__container {
    padding: 0 24px !important;
  }

  .quote-banner__text {
    font-size: 16px;
  }
}

.benefit-card {
  padding: 16px !important;
  border: 2px solid #1E4D34 !important;
  border-radius: 24px !important;
  background: #FDFCF9 !important;
  text-align: center !important;
  direction: rtl !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: right !important;
  justify-content: flex-start !important;
}

.benefit-card--featured {
  border-width: 2px !important;
}

/* ==========================================
   Card Icon
========================================================= */

.benefit-card__icon {
  width: 72px !important;
  height: 72px !important;
  margin-bottom: 24px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #235034 !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08) !important;
}

.benefit-card__icon img,
.benefit-card__icon svg {
  max-width: 34px !important;
  max-height: 34px !important;
}

/* ==========================================
   Card Text
========================================================= */

.benefit-card__title {
  margin: 0 0 12px !important;
  font-family: var(--font-family-heebo) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #235034 !important;
  text-align: right !important;
}

.benefit-card__description {
  margin: 0 !important;
  font-family: var(--font-family-heebo) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #4a5565 !important;
  text-align: right !important;
}

/* ==========================================
   Highlight Banner
========================================== */

.benefit-section__highlight {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 40px !important;
  min-height: 419px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #4C9163 !important;
}

.benefit-section__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  opacity: 0.35 !important;
}

.benefit-section__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
}

/* medium leaf-green translucent overlay on top of the photo */
.benefit-section__highlight::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(76, 145, 99, 0.85) !important;
  z-index: 1 !important;
  border-radius: 40px !important;
}

.benefit-section__content {
  position: relative !important;
  z-index: 2 !important;
  padding: 72px 80px !important;
  direction: rtl !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 1046px !important;
  margin: 0 auto !important;
}

.benefit-section__highlight-title {
  margin: 0 0 24px !important;
  font-family: var(--font-family-heebo) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  white-space: normal !important;
  word-break: break-word !important;
}

.benefit-section__highlight-text {
  margin: 0 !important;
  font-family: var(--font-family-heebo) !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 39px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  letter-spacing: 0px !important;
}

/* ==========================================
   Responsive
========================================== */

@media (max-width: 1200px) {

  .benefit-section__container {
    padding: 0 40px;
  }

  .benefit-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-section__content {
    padding: 56px 48px !important;
  }
}

@media (max-width: 768px) {

  .benefit-section {
    padding: 48px 0;
  }

  .benefit-section__container {
    padding: 0 20px;
  }

  .benefit-section__heading {
    font-size: 28px;
  }

  .benefit-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .benefit-card {
    padding: 24px;
  }

  .benefit-card__title {
    font-size: 24px;
  }

  .benefit-card__description {
    font-size: 16px;
  }

  .benefit-section__content {
    padding: 32px 20px !important;
  }

  .benefit-section__highlight-title {
    font-size: 24px !important;
  }

  .benefit-section__highlight-text {
    font-size: 16px !important;
  }
}

/* ==========================================
   SP Tabs Section
========================================== */

.sp-tabs {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
  background: #FDFCF9 !important;
  padding: 64px 0 !important;
}

.sp-tabs__container {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 0 80px !important;
}

/* ── Card Wrapper ── */
.sp-tabs__card {
  border: 1px solid #E0DDD8 !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
}

/* ── Tab Nav Bar ── */
.sp-tabs__nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  border: none !important;
  border-bottom: 1px solid #E0DDD8 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  margin-bottom: 0 !important;
  background: #ffffff !important;
  gap: 0 !important;
}

.sp-tabs__btn {
  flex: 1 1 0 !important;
  padding: 22px 16px !important;
  font-family: var(--font-family-heebo) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #4A5565 !important;
  background: #ffffff !important;
  border: none !important;
  border-left: 1px solid #E0DDD8 !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease !important;
  text-align: center !important;
  outline: none !important;
  -webkit-appearance: none !important;
}

.sp-tabs__btn:last-child {
  border-left: none !important;
}

.sp-tabs__btn:hover {
  background: #FDFCF9 !important;
  color: #1E4D34 !important;
}

.sp-tabs__btn--active {
  background: #1E4D34 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.sp-tabs__btn--active:hover {
  background: #18422c !important;
  color: #ffffff !important;
}

/* ── Tab Panels ── */
.sp-tabs__panels {
  direction: rtl !important;
  padding: 56px 64px !important;
  background: #ffffff !important;
}

.sp-tabs__panel {
  display: none !important;
}

.sp-tabs__panel--active {
  display: block !important;
}

.sp-tabs__content {
  font-family: var(--font-family-heebo) !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
  color: #4A5565 !important;
  text-align: right !important;
  direction: rtl !important;
}

.sp-tabs__content h2,
.sp-tabs__content h3,
.sp-tabs__block-title {
  font-family: var(--font-family-heebo) !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #1E4D34 !important;
  margin: 36px 0 16px !important;
  text-align: right !important;
  line-height: 1.3 !important;
}

.sp-tabs__content h2:first-child,
.sp-tabs__content h3:first-child,
.sp-tabs__block-title:first-child {
  margin-top: 0 !important;
}

.sp-tabs__content p {
  margin-bottom: 24px !important;
  color: #4A5565 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
}

.sp-tabs__content ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 16px 0 24px !important;
}

.sp-tabs__content ul li {
  position: relative !important;
  padding-right: 32px !important;
  margin-bottom: 14px !important;
  font-size: 18px !important;
  color: #4A5565 !important;
  line-height: 1.6 !important;
}

.sp-tabs__content ul li::before {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 4px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #D1E7DD !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E4D34' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-size: 12px 12px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
}

.sp-tabs__block {
  margin-bottom: 36px !important;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .sp-tabs__container {
    padding: 0 16px !important;
  }

  .sp-tabs__card {
    border-radius: 14px !important;
  }

  .sp-tabs__panels {
    padding: 28px 20px !important;
  }

  .sp-tabs__nav {
    flex-direction: column !important;
  }

  .sp-tabs__btn {
    border-left: none !important;
    border-bottom: 1px solid #E0DDD8 !important;
    padding: 16px 14px !important;
    font-size: 16px !important;
  }

  .sp-tabs__btn:last-child {
    border-bottom: none !important;
  }

  .sp-tabs__content h2,
  .sp-tabs__content h3,
  .sp-tabs__block-title {
    font-size: 24px !important;
  }
}

/* ============================================================
   FAQ Section — sp-faq-section
   ============================================================ */

.sp-faq-section {
  background-color: #FDFCF9;
  padding: 80px 24px;
  direction: rtl;
}

.sp-faq-section__container {
  max-width: 900px;
  margin: 0 auto;
}

.sp-faq-section__header {
  text-align: center;
  margin-bottom: 56px;
}

.sp-faq-section__title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  font-family: 'Heebo', Arial, sans-serif;
}

.sp-faq-section__subtitle {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  font-family: 'Heebo', Arial, sans-serif;
}

/* FAQ list */
.sp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Individual FAQ item */
.sp-faq-item {
  border-bottom: 1px solid #E5E2DC;
}

.sp-faq-item:first-child {
  border-top: 1px solid #E5E2DC;
}

/* Trigger button */
.sp-faq-item__trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  text-align: right;
  gap: 16px;
  font-family: 'Heebo', Arial, sans-serif;
}

.sp-faq-item__question {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  flex: 1;
  text-align: right;
  line-height: 1.5;
}

/* Icon circle */
.sp-faq-item__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F3F2EE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.sp-faq-item__trigger:hover .sp-faq-item__icon {
  background: #E8F0EB;
}

/* Chevron rotation */
.sp-faq-item__chevron {
  display: block;
  transition: transform 0.25s ease;
}

.sp-faq-item--open .sp-faq-item__chevron {
  transform: rotate(180deg);
}

/* Body / answer */
.sp-faq-item__body {
  overflow: hidden;
}

.sp-faq-item__body[hidden] {
  display: none;
}

.sp-faq-item__content {
  padding: 0 0 24px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  font-family: 'Heebo', Arial, sans-serif;
}

/* When answer includes a video alongside text — two-column layout */
.sp-faq-item__content .faq-content-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.sp-faq-item__content .faq-video {
  flex: 0 0 48%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #1E4D34;
}

.sp-faq-item__content .faq-video iframe,
.sp-faq-item__content .faq-video video {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.sp-faq-item__content .faq-text {
  flex: 1;
}

/* Embedded YouTube via wp_kses_post iframes */
.sp-faq-item__content iframe {
  max-width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/9;
  height: auto;
}

@media (max-width: 768px) {
  .sp-faq-section {
    padding: 48px 16px;
  }

  .sp-faq-section__title {
    font-size: 26px;
  }

  .sp-faq-item__question {
    font-size: 15px;
  }

  .sp-faq-item__content .faq-content-row {
    flex-direction: column;
  }

  .sp-faq-item__content .faq-video {
    flex: none;
    width: 100%;
  }
}



/*------------------*/


.faq-section {
  padding: 80px 0 !important;
  background: #FFFFFF !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}

.faq-container {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.faq-header {

  margin-bottom: 48px;
}

.faq-title {
  font-size: 42px;
  font-weight: 700;
  color: #235034;
  margin-bottom: 12px;
}

.faq-subtitle {
  font-size: 20px;
  color: #4a5565;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #fff;
  border: 1px solid #efebe4;
  border-radius: 16px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: right;
}

.faq-question h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #235034;
}

.faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F4F1E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
}

.faq-icon svg {
  display: block;
  transition: transform 0.25s ease;
}

.faq-item.active .faq-icon svg {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 24px 24px;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer p {
  margin: 0;
  color: #4a5565;
  line-height: 1.8;
  font-size: 17px;
}

.faq-answer-grid {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.faq-answer-text {
  flex: 1;
  min-width: 0;
}

.faq-answer-video {
  width: 697px;
  height: 236px;
  max-width: 100%;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}

.faq-answer-video iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .faq-answer-grid {
    flex-direction: column-reverse;
  }

  .faq-answer-video {
    width: 100%;
    height: auto;
    aspect-ratio: 697 / 236;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 48px 0 !important;
  }

  .faq-container {
    padding: 0 16px !important;
  }

  .faq-icon {
    margin-left: 16px;
  }
}


/* Video banner*/

.video-banner {
  padding: 80px 0;
  direction: rtl;
}

.video-banner .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 80px;
}

.video-banner__wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}

.video-banner__media {
  flex: 1;
  position: relative;
}

.video-banner__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.video-banner__thumbnail img {
  display: block;
  width: 100%;
}

.video-play-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

.video-play-wrap video,
.video-play-wrap img,
.video-play-wrap iframe {
  display: block;
  width: 100%;
  border-radius: 24px;
}

.video-banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #235034;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .20);
  transition: transform .3s, background .3s;
  pointer-events: auto;
  cursor: pointer;
  z-index: 2;
  border: none;
  outline: none;
  padding: 0;
}

.video-play-wrap:hover .video-banner__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
}

.video-banner__caption {
  margin-top: 20px;
  text-align: center;
  color: #364153;
  font-size: 18px;
  line-height: 1.7;
}

.video-banner__content {
  flex: 1;
}

.video-banner__title {
  color: #235034;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.video-banner__description {
  color: #4A5565;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.video-banner__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.video-banner__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  color: #364153;
  font-size: 18px;
  line-height: 1.7;
}

.video-banner__check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #E8F2EA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.video-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #235034;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #EFEBE4;
  border-radius: 100px;
  padding: 14px 28px;
  transition: background .25s, color .25s;
}

.video-banner__button:hover {
  background: #235034;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {

  .video-banner {
    padding: 60px 0;
  }

  .video-banner .container {
    padding: 0 20px;
  }

  .video-banner__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .video-banner__title {
    font-size: 32px;
  }

  .video-banner__description {
    font-size: 18px;
  }

  .video-banner__caption,
  .video-banner__list li,
  .video-banner__button {
    font-size: 16px;
  }

  .video-banner__play {
    width: 64px;
    height: 64px;
  }
}


/* FAQ BOX*/


.product-faq-boxes {
  padding: 80px 0;
  background: #fdfcf9;
}

.product-faq-boxes .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

.product-faq-boxes__grid {
  display: flex;
  gap: 32px;
}

.product-faq-boxes__card {
  flex: 1;
  background: #fff;
  border: 1px solid #efebe4;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.product-faq-boxes__header {
  display: flex;

  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.product-faq-boxes__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f1e9;
  border-radius: 14px;
  flex-shrink: 0;
}

.product-faq-boxes__title {
  margin: 0;
  color: #235034;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

.product-faq-boxes__content {
  text-align: right;
}

.product-faq-boxes__content p {
  margin: 0;
  color: #4a5565;
  font-size: 20px;
  line-height: 1.7;
}

.product-faq-boxes__link {
  display: inline-block;
  margin-top: 20px;
  color: #235034;
  font-weight: 700;
  text-decoration: none;
}

.product-faq-boxes__link:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {

  .product-faq-boxes .container {
    padding: 0 20px;
  }

  .product-faq-boxes__grid {
    flex-direction: column;
  }

  .product-faq-boxes__card {
    padding: 24px;
  }

  .product-faq-boxes__title {
    font-size: 24px;
  }

  .product-faq-boxes__content p {
    font-size: 18px;
  }
}

/* Review Css*/



.product-reviews {
  padding: 96px 0 !important;
  background: #FFFFFF !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}

.product-reviews__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

.product-reviews__heading {
  max-width: 1600px;
  margin: 0 auto 40px auto;
  text-align: right;
  padding: 0 80px;
}

.product-reviews__heading h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 700;
  color: #235034;
  text-align: right;
}

.product-reviews__grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  direction: rtl;
}

.product-reviews__grid::-webkit-scrollbar {
  display: none;
}

.product-review-card {
  flex: 0 0 339px !important;
  width: 339px !important;
  min-width: 339px !important;
  max-width: 339px !important;
  height: 220px !important;
  box-sizing: border-box !important;
  background: #FAF8F5;
  border: 1px solid #F0ECE1;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  text-align: right;
  position: relative !important;
}

.product-review-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #235034;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.product-review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-review-card__rating {
  display: flex;
  gap: 2px;
}

.product-review-card__date {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  color: #6A7282;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

.product-review-card__content {
  color: #364153;
  font-size: 16px;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  transition: color 0.2s ease;
}

.product-review-card__content:hover {
  color: #235034;
}

.product-review-card__content p {
  margin: 0;
}

/* Review Popup Modal */
.review-popup-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  direction: rtl !important;
  box-sizing: border-box !important;
}

.review-popup-modal.is-active {
  display: flex !important;
}

.review-popup-modal__overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 999999 !important;
}

.review-popup-modal__content {
  position: relative !important;
  z-index: 1000000 !important;
  background: #ffffff !important;
  border: 1px solid #efebe4 !important;
  border-radius: 24px !important;
  padding: 40px 32px 32px 32px !important;
  width: 90% !important;
  max-width: 520px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25) !important;
  max-height: 80vh !important;
  overflow-y: auto !important;
  box-sizing: border-box !important;
}

.review-popup-modal__close {
  position: absolute !important;
  top: 16px !important;
  left: 20px !important;
  background: transparent !important;
  border: none !important;
  font-size: 28px !important;
  line-height: 1 !important;
  color: #6A7282 !important;
  cursor: pointer !important;
  padding: 0 !important;
  outline: none !important;
}

.review-popup-modal__close:hover {
  color: #235034 !important;
}

.review-popup-modal__text {
  font-family: var(--font-family-heebo) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: #235034 !important;
  margin: 0 !important;
  text-align: right !important;
  word-break: break-word !important;
}

.product-reviews__navigation {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.product-reviews__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #efebe4;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}

.product-reviews__arrow:hover {
  background: #235034;
  color: #fff;
}

@media (max-width: 991px) {

  .product-reviews__container {
    padding: 0 20px;
  }

  .product-reviews__heading h2 {
    font-size: 32px;
  }

  .product-reviews__grid {
    flex-direction: column;
  }

  .product-review-card {
    padding: 24px;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}


/* Advise form*/

.product-advice {
  padding: 90px 0;
  direction: rtl;
  text-align: right;
}

.product-advice .container {
  width: 100% !important;
  max-width: 1432px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

.product-advice__wrapper {
  background: #166534;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.product-advice__heading {
  margin: 0 0 55px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  white-space: nowrap;
}

.product-advice__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.advice-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  border: 5px solid #0D7635;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
}

.purchase-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  border: 4px solid #F4F1E9;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
}

.advice-card__badge {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 50px;
  background: #F4F1E9;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #255b3a;
  margin-bottom: 30px;
  max-height: 40px;
}

.purchase-card__badge {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 50px;
  background: #FFF8F0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e57c18;
  max-height: 40px;
  max-width: 170px;
}

.advice-card__title,
.purchase-card__title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 700;
  color: #255b3a;
  line-height: 1.15;
}

.advice-card__description,
.purchase-card__description {
  color: #4A5565;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  margin-bottom: 45px;
}

.advice-card__actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.advice-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: .3s;
}

.advice-card__button--primary {
  background: #235034;
  color: #fff;
}

.advice-card__button--primary:hover {
  background: #1d4b30;
}

.advice-card__button--outline {
  border: 2px solid #255b3a;
  color: #255b3a;
  background: #fff;
}

.advice-card__button--outline:hover {
  background: #255b3a;
  color: #fff;
}

.advice-card__button--light {
  border: 2px solid #255b3a;
  background: #f5f2eb;
  color: #255b3a;
}

.purchase-card {
  display: flex;
  flex-direction: column;
}

.purchase-card__price {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 0px 0 45px;
}

.purchase-card__old-price {
  color: #9ca3af;
  font-size: 26px;
  text-decoration: line-through;
}

.purchase-card__current-price {
  color: #235034;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
}

.purchase-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px !important;
  height: 80px !important;
  border-radius: 50px !important;
  background: #ef7d16 !important;
  color: #fff !important;
  text-decoration: none;
  font-size: 24px !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 24px rgba(239, 125, 22, .35);
  transition: .3s;
  letter-spacing: 0px !important;
  font-family: var(--font-family-heebo) !important;
}

.purchase-card__button:hover {
  background: #dc6f0c;
}

@media (max-width:1024px) {

  .product-advice__wrapper {
    padding: 40px 25px;
  }

  .product-advice__heading {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 40px;
    white-space: normal;
  }

  .product-advice__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .advice-card,
  .purchase-card {
    padding: 32px 24px;
  }

  .advice-card__title,
  .purchase-card__title {
    font-size: 28px;
  }

  .purchase-card__current-price {
    font-size: 48px;
    line-height: 1.1;
  }

}

@media (max-width:767px) {

  .product-advice {
    padding: 40px 0;
  }

  .product-advice .container {
    padding: 0 15px !important;
  }

  .product-advice__wrapper {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .product-advice__heading {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 24px;
    white-space: normal;
  }

  .product-advice__grid {
    gap: 20px;
  }

  .advice-card,
  .purchase-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .advice-card__badge,
  .purchase-card__badge {
    font-size: 14px;
    padding: 6px 14px;
    margin-bottom: 16px;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .advice-card__title,
  .purchase-card__title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .advice-card__description,
  .purchase-card__description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .purchase-card__price {
    margin: 0 0 20px;
  }

  .purchase-card__current-price {
    font-size: 34px;
    line-height: 1.1;
  }

  .purchase-card__old-price {
    font-size: 18px;
  }

  .advice-card__button,
  .purchase-card__button {
    height: 52px !important;
    font-size: 17px !important;
  }

  .advice-card__actions {
    gap: 12px;
  }

}

@media (max-width:480px) {

  .product-advice__heading {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 20px;
  }

  .advice-card__title,
  .purchase-card__title {
    font-size: 18px;
  }

  .purchase-card__current-price {
    font-size: 30px;
  }

  .advice-card__button,
  .purchase-card__button {
    height: 48px !important;
    font-size: 16px !important;
  }

}


/*Preganancy banner*/


.pregnancy-banner {
  padding: 60px 0;
  /* background: #ffffff; */
  direction: rtl;
}

.pregnancy-banner .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

.pregnancy-banner__wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #E4F3EB;
  border-radius: 40px;
  min-height: 360px;
  direction: rtl;
}

.pregnancy-banner__content {
  flex: 1;
  padding: 56px 64px;
  text-align: right;
}

.pregnancy-banner__title {
  margin: 0 0 16px;
  color: #1B4D36;
  font-size: 44px;
  line-height: 1.25;
  font-weight: 800;
}

.pregnancy-banner__description {
  margin: 0 0 32px;
  color: #4A5568;
  font-size: 19px;
  line-height: 1.6;
}

.pregnancy-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: #1D4B34;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(29, 75, 52, 0.25);
  transition: all .3s ease;
}

.pregnancy-banner__button:hover {
  background: #153827;
  transform: translateY(-2px);
  color: #ffffff;
}

.pregnancy-banner__image {
  flex: 0 0 42%;
  height: 100%;
  align-self: stretch;
  position: relative;
}

.pregnancy-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, black 65%, transparent 100%);
  mask-image: linear-gradient(90deg, black 65%, transparent 100%);
}

@media (max-width: 991px) {

  .pregnancy-banner .container {
    padding: 0 20px;
  }

  .pregnancy-banner__wrapper {
    flex-direction: column-reverse;
    border-radius: 28px;
  }

  .pregnancy-banner__image {
    width: 100%;
    min-height: 250px;
  }

  .pregnancy-banner__image img {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .pregnancy-banner__content {
    padding: 36px 24px;
    text-align: center;
  }

  .pregnancy-banner__title {
    font-size: 32px;
  }

  .pregnancy-banner__description {
    font-size: 17px;
  }

  .pregnancy-banner__button {
    width: 100%;
  }

}



/* =========================================
   Discount Sale Box
========================================= */

/* =========================================
   Discount Sale Box
========================================= */

.discount-sale-box {
  width: 100%;
  padding: 60px 0;
  background-color: #fdfcf9;
  direction: rtl;
}

.discount-sale-box__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

.discount-sale-box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  direction: rtl;
}

.discount-sale-box__card {
  width: 100%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #efebe4;
  border-radius: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

/* Title */
.discount-sale-box__title {
  width: 100%;
  margin: 0 0 28px;
  color: #235034;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 700;

}

/* Product Bundle */
.discount-sale-box__products {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  padding: 0;
}

.discount-sale-box__product {
  flex: 0 0 192px;
  width: 192px;
  height: 192px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #E84D2B;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-sale-box__product-image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}

/* Plus Icon */
.discount-sale-box__plus {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8F2EA;
  border: 2px solid #235034;
  border-radius: 50%;
  box-shadow: none;
}

.discount-sale-box__plus span {
  color: #235034;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

/* Footer */
.discount-sale-box__footer {
  width: 480px;
  max-width: 100%;
  margin: auto auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  direction: rtl;
  gap: 16px;
}

/* Add to Cart Button */
.discount-sale-box__button {
  flex: 0 0 132px !important;
  width: 132px !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #235034 !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(35, 80, 52, 0.15) !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box !important;
}

.discount-sale-box__button:hover {
  background-color: #1a3c27;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Discount Content */
.discount-sale-box__discount {
  flex: 0 0 192px;
  width: 192px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.discount-sale-box__discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  background-color: #E67E22;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  min-height: 36px;
  min-width: 94px;
}

.discount-sale-box__discount-title {
  margin: 8px 0 2px;
  color: #235034;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 700;
}

.discount-sale-box__discount-note {
  margin: 0;
  color: #6A7282;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 991px) {

  .discount-sale-box__container {
    padding: 0 20px;
  }

  .discount-sale-box__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .discount-sale-box__card {
    padding: 28px 20px;
  }

  .discount-sale-box__title {
    font-size: 26px;
  }

  .discount-sale-box__product {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    border-radius: 16px;
  }

  .discount-sale-box__product-image {
    border-radius: 16px;
  }

  .discount-sale-box__products {
    width: 100% !important;
    justify-content: center !important;
  }

  .discount-sale-box__footer {
    width: 100% !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    text-align: center !important;
    gap: 16px !important;
  }

  .discount-sale-box__discount {
    width: 100% !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    text-align: center !important;
  }

  .discount-sale-box__button {
    width: 100% !important;
    flex: 1 1 auto !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .discount-sale-box {
    padding: 40px 0;
  }

  .discount-sale-box__container {
    padding: 0 15px;
  }

  .discount-sale-box__card {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .discount-sale-box__title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
  }

  .discount-sale-box__products {
    gap: 12px;
    margin-bottom: 24px;
  }

  .discount-sale-box__product {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 14px;
  }

  .discount-sale-box__product-image {
    border-radius: 14px;
  }

  .discount-sale-box__plus {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .discount-sale-box__plus span {
    font-size: 18px;
  }

  .discount-sale-box__discount-title {
    font-size: 16px;
    line-height: 24px;
  }

  .discount-sale-box__discount-note {
    font-size: 14px;
    white-space: normal;
  }

  .discount-sale-box__button {
    height: 50px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .discount-sale-box__card {
    padding: 20px 12px;
  }

  .discount-sale-box__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .discount-sale-box__products {
    gap: 8px;
  }

  .discount-sale-box__product {
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    border-radius: 12px;
  }

  .discount-sale-box__product-image {
    border-radius: 12px;
  }

  .discount-sale-box__plus {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }

  .discount-sale-box__plus svg {
    max-width: 14px;
    height: auto;
  }

  .discount-sale-box__discount-badge {
    font-size: 13px;
    min-height: 32px;
    padding: 4px 12px;
  }
}


/*RECOMMEND CSS*/


/* ==========================================
   RECOMMEND SECTION STYLES (RTL & Right Aligned)
   ========================================== */

.recommend-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px 0;
  background-color: #ffffff;
  direction: rtl !important;
  text-align: right !important;
}

.recommend-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: 100%;
}

.recommend-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 80px;
  max-width: 1600px;
  width: 100%;
  direction: rtl !important;
  text-align: right !important;
}

/* Header & Title */
.recommend-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  direction: rtl !important;
  text-align: right !important;
}

.recommend-title {
  text-align: right !important;
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--text-rgb-35-80-52);
  margin: 0;
}

/* Layout Grid */
.recommend-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 0 0 0;
  width: 100%;
  direction: rtl !important;
}

.recommend-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap !important;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  direction: rtl !important;
}

/* Card Component */
.recommend-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  flex: 0 0 calc(33.333% - 16px);
  width: calc(33.333% - 16px);
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px -1px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border: 1px solid #EFEBE4;
  border-radius: 32px;
  direction: rtl !important;
  text-align: right !important;
}

.recommend-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.recommend-image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  background-color: #FDFCF9;
  border-radius: 20px;
  overflow: hidden;
}

.recommend-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.recommend-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  padding: 8px 32px 32px 32px;
  flex-grow: 1;
  width: 100%;
  direction: rtl !important;
  text-align: right !important;
  box-sizing: border-box;
}

.recommend-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  width: 100%;
  direction: rtl !important;
  text-align: right !important;
}

.recommend-item-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  direction: rtl !important;
  text-align: right !important;
}

.recommend-item-title {
  text-align: right !important;
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-rgb-35-80-52);
  margin: 0;
}

.recommend-item-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 0 0 0;
  width: 100%;
  direction: rtl !important;
  text-align: right !important;
}

.recommend-item-desc {
  text-align: right !important;
  font-family: var(--font-family-heebo);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4A5565;
  margin: 0;
}

.recommend-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  margin-top: auto;
  direction: rtl !important;
}

/* Price on RIGHT, Button on LEFT in RTL */
.recommend-price-wrapper {
  order: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  direction: rtl !important;
  text-align: right !important;
}

.recommend-price {
  text-align: right !important;
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--text-rgb-35-80-52);
  direction: rtl !important;
  display: inline-block;
}

.recommend-price del {
  display: none !important;
}

.recommend-price ins {
  text-decoration: none !important;
  background: transparent !important;
  color: inherit !important;
  font-weight: inherit !important;
}

.recommend-add-btn {
  order: 2 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 24px !important;
  background-color: #235034 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  direction: rtl !important;
}

.recommend-add-btn:hover {
  background-color: #1a3c27;
}

.recommend-cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend-btn-text {
  text-align: center;
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .recommend-container {
    padding: 0 20px !important;
  }

  .recommend-content {
    padding-top: 24px !important;
  }

  .recommend-grid {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .recommend-card {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .recommend-details {
    padding: 8px 20px 24px 20px !important;
  }
}



/* ==========================================
   RECOMMENDATION SUGGESTIONS STYLES
   ========================================== */

.recommendation-suggestions-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0 0 0;
  width: 100%;
  max-width: 1432px;
  margin: 0 auto;
  direction: rtl !important;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.recommendation-suggestions-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  border: 1px solid #EFEBE4;
  border-radius: 20px;
  background-color: #FDFCF9;
  width: 100%;
  overflow: hidden;
  direction: rtl !important;
  box-sizing: border-box;
}

.recommendation-suggestions-btn {
  flex: 1 1 33.333%;
  width: 33.333%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px 16px;
  background-color: #FDFCF9;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  direction: rtl !important;
  box-sizing: border-box;
  margin: 0;
}

.recommendation-suggestions-btn:not(:last-child) {
  border-left: 1px solid #EFEBE4 !important;
}

.recommendation-suggestions-btn:hover {
  background-color: #F7F3EB;
}

.recommendation-suggestions-text {
  margin: 0;
  text-align: center !important;
  font-family: var(--font-family-heebo, 'Heebo', sans-serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #235034;
  direction: rtl !important;
}

.recommendation-suggestions-text span {
  display: inline-block;
}

/* Active tab state */
.recommendation-suggestions-btn--active {
  background-color: #ffffff !important;
  box-shadow: inset 0 -3px 0 0 #235034 !important;
}

.recommendation-suggestions-btn--active .recommendation-suggestions-text {
  color: #235034 !important;
}

/* Default hide for non-written panels (JS will control display) */
.video-recommendations,
.whatsapp-recommendations {
  display: none;
}

.loadMoreBtn {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #235034;
  border-radius: 25px;
  padding: 8px 36px;
  font-size: 16px;
  font-weight: 700;
  color: #235034;
  transition: all 0.25s ease;
  display: inline-block;
  outline: none;
}

.loadMoreBtn:hover {
  background: #235034;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(35, 80, 52, 0.2);
}

/* WhatsApp & Video Recommendations Grid Containers */
.whatsapp-recommendations,
.video-recommendations {
  max-width: 1600px !important;
  margin: 30px auto !important;
  padding: 0 80px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  direction: rtl !important;
}

.whatsapp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  direction: rtl;
}

.whatsapp-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #efebe4;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.whatsapp-card-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdfcf9;
}

.whatsapp-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Video Recommendations Grid */

.video-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #efebe4;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.video-card-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-card-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .recommendation-suggestions-wrapper {
    padding: 24px 16px 0 16px !important;
  }

  .recommendation-suggestions-container {
    border-radius: 14px !important;
  }

  .recommendation-suggestions-btn {
    padding: 16px 8px !important;
  }

  .recommendation-suggestions-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}




/* ==========================================
   VIDEO SECTION STYLES
   ========================================== */

.video-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 96px 0;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.video-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
}

.video-section-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: 100% !important;
  width: 100% !important;
}

.video-section-content {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
}

.video-section-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 24px !important;
  width: 100% !important;
  direction: rtl !important;
}

/* --- Video Card Component --- */

.video-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  flex: 0 0 calc(33.333% - 16px) !important;
  width: calc(33.333% - 16px) !important;
  max-width: calc(33.333% - 16px) !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 992px) {
  .video-card {
    flex: 0 0 calc(50% - 12px) !important;
    width: calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
  }
}

@media (max-width: 600px) {
  .video-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.video-card-thumbnail-wrapper {
  position: relative;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}

.video-card-image-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  opacity: 0.1;
  width: 100%;
}

.video-card-image {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.video-card-play-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 6px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 17.65%;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 33554400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  height: 80px;
}

.video-card-play-icon {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.video-card-play-vector {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 2.666663885116577px solid rgba(35, 80, 52, 1);
  fill: rgba(35, 80, 52, 1);
  border: none;
  outline: none;
}

.video-card-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
}

.video-card-title {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-heebo);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-35-80-52);
}

.gift-box {
  display: none !important;
}

.spacial-product-page #wpgs-gallery.wcgs-woocommerce-product-gallery {
  top: 0 !important;
}

h1.eb-title,
.eb-title {
  display: none !important;
}

/* ==========================================
   MASTER MOBILE RESPONSIVENESS (< 768px)
   ========================================== */
@media (max-width: 768px) {

  html,
  body,
  .single-product,
  .page-content {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .sp-product-page {
    padding: 0 !important;
  }

  /* Container paddings */
  .container,
  .sp-hero-row,
  .product-reviews__container,
  .product-reviews__heading,
  .product-faq-boxes .container,
  .video-banner .container,
  .whatsapp-recommendations,
  .video-recommendations,
  .benefit-section__container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Hero Gallery & Summary */
  .sp-hero-row {
    flex-direction: column !important;
    gap: 20px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sp-hero-gallery,
  .sp-hero-summary,
  .sp-hero__summary {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .product-subtitle-desc {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .product-subtitle-desc2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .sp-hero-gallery .wcgs-carousel,
  .sp-hero-gallery .flex-viewport,
  .sp-hero-gallery .woocommerce-product-gallery__wrapper,
  .sp-hero-gallery #wpgs-gallery,
  .sp-hero-gallery .wcgs-woocommerce-product-gallery {
    height: 320px !important;
    max-height: 320px !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 16px !important;
  }

  .sp-hero-gallery .gallery-navigation-carousel,
  .sp-hero-gallery .flex-control-thumbs {
    width: 100% !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  .sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb,
  .sp-hero-gallery .flex-control-thumbs li {
    width: calc(25% - 6px) !important;
    height: 70px !important;
    flex: 0 0 calc(25% - 6px) !important;
    max-width: calc(25% - 6px) !important;
  }

  .sp-hero-gallery .gallery-navigation-carousel .wcgs-thumb img,
  .sp-hero-gallery .flex-control-thumbs img {
    width: 100% !important;
    height: 70px !important;
    object-fit: cover !important;
  }

  /* Titles & Add to cart */
  .spacial-product-title,
  .woocommerce div.product .product_title,
  .product_title {
    font-size: 26px !important;
    line-height: 34px !important;
    margin-top: 32px !important;
  }

  .sp-add-to-cart button {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 14px 20px !important;
    width: 100% !important;
    border-radius: 40px !important;
  }

  .sp-price-card,
  .sp-features-mini,
  .sp-add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sp-price-card {
    padding: 20px 16px !important;
  }

  /* Benefit Section Highlight Banner */
  .benefit-section__highlight {
    border-radius: 20px !important;
    min-height: auto !important;
  }

  .benefit-section__content {
    padding: 24px 16px !important;
    max-width: 100% !important;
  }

  .benefit-section__highlight-title {
    font-size: 22px !important;
    line-height: 32px !important;
    white-space: normal !important;
    margin-bottom: 12px !important;
    word-break: break-word !important;
  }

  .benefit-section__highlight-text {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  /* FAQ Boxes */
  .product-faq-boxes {
    padding: 40px 0 !important;
  }

  .product-faq-boxes__grid {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .product-faq-boxes__card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .product-faq-boxes__title {
    font-size: 18px !important;
  }

  /* Video Banner */
  .video-banner {
    padding: 40px 0 !important;
  }

  .video-banner__wrapper {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .video-banner__title {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  /* Product Reviews Section */
  .product-reviews {
    padding: 40px 0 !important;
  }

  .product-reviews__heading h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .product-review-card {
    width: 100%;
    padding: 20px 16px !important;
  }

  /* Recommendation grids */
  .whatsapp-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .video-section-grid {
    gap: 16px !important;
  }

  .video-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.add_to_cart_button {
  border: none !important;
}

.single_add_to_cart_button {
  border-radius: 50px !important;
}

.single_add_to_cart_button {
  font-size: 24px !important;
}

.product-subtitle-desc {
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 41.25px;
  letter-spacing: 0;
  text-align: right;
  color: #4A5565;
}

.product-subtitle-desc2 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0;
  text-align: right;
  color: #4A5565;
}


.custom-video-section {
  width: 100%;
  padding: 64px 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

.custom-video-section *,
.custom-video-section *::before,
.custom-video-section *::after {
  box-sizing: border-box;
}

.custom-video-section__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

.custom-video-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
}

.custom-video-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  cursor: pointer;
}

.custom-video-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background-color: #153422;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.custom-video-card__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.custom-video-card__player video,
.custom-video-card__player iframe,
.custom-video-card__player embed,
.custom-video-card__player object,
.custom-video-card__player .wp-video,
.custom-video-card__player .wp-video-shortcode,
.custom-video-card__media video,
.custom-video-card__media iframe,
.custom-video-card__media .wp-video,
.custom-video-card__media .wp-video-shortcode {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  border: 0 !important;
}

.custom-video-card__media .mejs-container {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.custom-video-card__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.75;
  z-index: 2;
  transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.custom-video-card:hover .custom-video-card__thumbnail {
  transform: scale(1.03);
  opacity: 0.85;
}

.custom-video-card__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.custom-video-card__media.is-playing .custom-video-card__thumbnail,
.custom-video-card__media.is-playing .custom-video-card__play-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.custom-video-card__play-button:hover,
.custom-video-card:hover .custom-video-card__play-button {
  background-color: #FFFFFF;
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.custom-video-card__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3px;
}

.custom-video-card__play-icon svg {
  display: block;
  width: 22px;
  height: 26px;
}

.custom-video-card__title {
  margin-top: 18px;
  margin-bottom: 0;
  font-family: var(--font-family-heebo, 'Heebo', sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #235034;
  text-align: center;
  direction: rtl;
  transition: color 0.2s ease;
}

.custom-video-card:hover .custom-video-card__title {
  color: #173824;
}

/* =========================================
Tablet
========================================= */

@media (max-width: 1024px) {

  .custom-video-section__container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .custom-video-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .custom-video-card__play-button {
    width: 62px;
    height: 62px;
  }

  .custom-video-card__play-icon svg {
    width: 18px;
    height: 22px;
  }

  .custom-video-card__title {
    font-size: 17px;
    margin-top: 14px;
  }

}

@media (max-width: 991px) {
  .custom-video-section__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* =========================================
Mobile
========================================= */

@media (max-width: 767px) {

  .custom-video-section {
    padding: 44px 0;
  }

  .custom-video-section__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .custom-video-section__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .custom-video-card__media {
    border-radius: 16px;
  }

  .custom-video-card__play-button {
    width: 58px;
    height: 58px;
  }

  .custom-video-card__play-icon svg {
    width: 16px;
    height: 20px;
  }

  .custom-video-card__title {
    font-size: 18px;
    margin-top: 12px;
  }

}