/* NutraTea — Product Pages CSS
 * Migrated from Simple Custom CSS & JS plugin
 * Source: 39823.css + 46915.css + 47855.css (product icon grid section)
 *
 * The .mt-2 .col-sm-2 icon block below was originally in 47855.css L134–272.
 * It was mistakenly placed in checkout.css during migration, where it never
 * loaded on product pages. Moved here 2026-07-21.
 */

/* ── Product page feature icon grid ──────────────────────────────────────────
   Controls the icon+label columns (.mt-2 .col-sm-2) in the product summary,
   and the .only-mobile / .only-desktop show/hide helpers.
   Source: 47855.css L134–272
   ──────────────────────────────────────────────────────────────────────────── */

/* Default (mobile-first base): each icon column full-width, stacks vertically */
.mt-2 .col-sm-2 {
  flex: 0 0 100% !important;
  max-width: 300px !important;
  padding: 0px !important;
  height: 35px;
}

.mt-2 .col-sm-2 p {
  font-size: 16px;
  margin-left: 3px;
}

/* Desktop reset: restore the Bootstrap 2-col grid width (810px+) */
@media screen and (max-width: 3800px) and (min-width: 810px) {
  .mt-2 .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

/* Tablet landscape 768–710px: show 2-column layout, hide mobile-only block */
@media screen and (max-width: 768px) and (min-width: 710px) {
  .only-mobile {
    display: none !important;
  }

  .mt-2 .col-sm-2 p {
    font-size: 16px;
    line-height: 15px;
  }

  .mt-2 .col-sm-2 {
    flex: 0 0 47% !important;
    max-width: 250px !important;
    padding: 0px !important;
    height: 45px;
  }
}

/* Tablet 1024–769px: 2-column icons, hide mobile-only block */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .only-mobile {
    display: none !important;
  }

  .mt-2 .col-sm-2 {
    flex: 0 0 48% !important;
    max-width: 220px !important;
    padding: 0px !important;
    height: 45px;
  }

  .mt-2 .col-sm-2 p {
    font-size: 16px;
    line-height: 15px;
  }
}

/* Desktop 1025px+: hide mobile-only block */
@media screen and (max-width: 5120px) and (min-width: 1025px) {
  .only-mobile {
    display: none !important;
  }
}

/* Small mobile 310–320px: tiny icon sizing */
@media screen and (max-width: 320px) and (min-width: 310px) {
  .mt-2 .col-sm-2 p {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    margin-left: 4px !important;
  }

  .mt-2 .col-sm-2 img {
    max-height: 28px !important;
    width: 28px !important;
    padding: 2px;
  }
}

/* Mobile 526–710px: 2-column layout, hide desktop block, show mobile block */
@media screen and (max-width: 710px) and (min-width: 526px) {
  .only-desktop {
    display: none !important;
  }

  .mt-2 .col-sm-2 {
    flex: 0 0 48% !important;
    max-width: 300px !important;
    padding: 0px !important;
  }

  .mt-2 .col-sm-2 p img {
    max-height: 28px !important;
    width: 28px !important;
    padding: 2px;
  }

  .only-mobile .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -4px;
  }

  .mt-2 .col-sm-2 p {
    font-size: 15px;
    margin-bottom: 10px !important;
    margin-left: 4px !important;
  }
}

/* Mobile 320–525px: 2-column, hide desktop, show mobile, small icon sizing */
@media screen and (max-width: 525px) and (min-width: 320px) {
  .only-desktop {
    display: none !important;
  }

  #kl_newsletter_checkbox_field label {
    font-size: 12px;
  }

  .mt-2 .col-sm-2 {
    flex: 0 0 48% !important;
    max-width: 300px !important;
    padding: 0px !important;
  }

  .mt-2 .col-sm-2 p img {
    max-height: 28px !important;
    width: 28px !important;
    padding: 2px;
  }

  .woocommerce-product-gallery .product-labels.labels-rounded .product-label {
    min-width: 40px !important;
    min-height: 40px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  .product-grid-item .product-labels.labels-rounded .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    min-height: 40px !important;
    border-radius: 35px;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  .only-mobile .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -3px;
  }

  .mt-2 .col-sm-2 p {
    font-size: 15px;
    margin-bottom: 10px !important;
    margin-left: 4px !important;
  }
}

/* ── End product page feature icon grid ──────────────────────────────────── */

@media screen and (max-width: 5120px) and (min-width: 1151px) {
  body .featuredin .vc_col-sm-10 {
    overflow: hidden !important;
  }

  body .featuredin .vc_col-sm-10 .wd-marquee {
    margin-left: 2%;
    margin-right: 2%;
  }

  .featuredin .wpb_column.vc_column_container.vc_col-sm-10 {
    max-width: 90% !important;
  }

  .featuredin .wpb_column.vc_column_container.vc_col-sm-2 {
    max-width: 10% !important;
  }

  .featuredin .vc_col-sm-2 .wd-wpb {
    margin-bottom: 0px !important;
  }
}

/* Featured In Style Coding */
.vc_custom_1775730913030 {
  padding-top: 0px !important;
}

/*  Featured In Style Coding */
/* Expert Testimonial Style */
.testimonial-content {
  display: flex;
  flex-direction: column;
}

.testimonial-content footer {
  order: -1 !important;
  margin-bottom: 10px;
  margin-top: -5px;
}

.testimonial-content footer>span::before {
  content: "" !important;
}

@media screen and (max-width: 1550px) and (min-width: 1401px) {
  .testimonials .wd-nav-pagin-wrap {
    position: relative;
    top: 120px;
    left: calc(30% + 30px) !important;
    transform: translateX(0);
    margin: 0;
    z-index: 5;
  }

  .testimonials .testimonial-content {
    padding-top: 30px !important;
    padding-left: 58px !important;
    margin-top: 80px !important;
    font-size: 19px !important;
    font-family: 'Gibson';
    height: 285px !important;
    overflow-y: auto !important;
    /* Required for flex scroll fix */
    flex: 1 1 auto;
    min-height: 0;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* Prevent carousel from hijacking scroll */
    overscroll-behavior: contain;
    touch-action: pan-y;
    /* Scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #40454b #f7f7f7;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .testimonials .wd-nav-pagin-wrap {
    position: relative;
    top: 120px;
    left: calc(33% + 30px) !important;
    transform: translateX(0);
    margin: 0;
    z-index: 5;
  }

  .testimonials .testimonial-content {
    padding-top: 20px !important;
    margin-top: 80px !important;
    padding-left: 72px !important;
    font-size: 19px !important;
    font-family: 'Gibson';
    height: 278px !important;
    overflow-y: auto !important;
    /* Required for flex scroll fix */
    flex: 1 1 auto;
    min-height: 0;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* Prevent carousel from hijacking scroll */
    overscroll-behavior: contain;
    touch-action: pan-y;
    /* Scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #40454b #f7f7f7;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1260px) and (min-width: 1200px) {
  .testimonials .wd-nav-pagin-wrap {
    position: absolute;
    top: 120px;
    left: calc(33% + 30px) !important;
    transform: translateX(0);
    margin: 0;
    z-index: 10;
  }

  .testimonials .testimonial-content {
    padding-top: 70px !important;
    padding-right: 40px !important;
    padding-bottom: 0px !important;
    padding-left: 40px !important;
    margin-top: 35px;
    font-size: 19px !important;
    font-family: 'Gibson';
    height: 313px !important;
    overflow-y: auto !important;
    /* Required for flex scroll fix */
    flex: 1 1 auto;
    min-height: 0;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* Prevent carousel from hijacking scroll */
    overscroll-behavior: contain;
    touch-action: pan-y;
    /* Scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #40454b #f7f7f7;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1224px) and (min-width: 1150px) {
  .testimonials .wd-nav-pagin-wrap {
    position: absolute;
    top: 120px;
    left: calc(37% + 30px) !important;
    transform: translateX(0);
    margin: 0;
    z-index: 5;
  }

  .testimonials .wd-nav-pagin-item {
    width: 64px !important;
    height: 64px !important;
    border-radius: 5%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.35;
    transition: all 0.25s ease;
    position: relative;
  }

  .testimonials .testimonial-content {
    padding-top: 50px !important;
    padding-right: 40px !important;
    padding-bottom: 0px !important;
    padding-left: 45px !important;
    margin-top: 60px !important;
    height: 292px !important;
    font-size: 16px !important;
    font-family: 'Gibson';
    overflow-y: auto !important;
    /* Required for flex scroll fix */
    flex: 1 1 auto;
    min-height: 0;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* Prevent carousel from hijacking scroll */
    overscroll-behavior: contain;
    touch-action: pan-y;
    /* Scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #40454b #f7f7f7;
    margin-bottom: 70px !important;
  }
}

/* =================================================
   WOODMART 8.3.7 – EXPERT TESTIMONIAL FINAL STYLE
================================================= */
.testimonials .wd-nav-pagin-item.wd-active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.testimonial-content footer>span {
  color: #40454b;
  font-weight: 400;
  display: flex !important;
  flex-direction: row !important;
}

/* LEFT: BIG IMAGE */

.testimonial-avatar img {
  width: 100%;
  height: 350px !important;
  object-fit: cover !important;
  min-width: 350px !important;
  max-width: 350px !important;
  border-radius: 5px !important;
}

/* ================================
   TESTIMONIAL IMAGE THUMB PAGINATION
================================ */

.testimonials .wd-nav-pagin {
  display: flex;
  gap: 14px;
  justify-content: center;
}

/* Pagination item */
.testimonials .wd-nav-pagin-item {
  width: 70px;
  height: 70px;
  border-radius: 5%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.35;
  transition: all 0.25s ease;
  position: relative;
}

/* KILL the default WoodMart bullet */
.testimonials .wd-nav-pagin-item span {
  display: none !important;
}

/* Injected thumbnail image */
.testimonials .wd-nav-pagin-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  /* keeps Swiper click working */
}

/* Active thumb */
.testimonials .wd-nav-pagin-item.wd-active {
  opacity: 1;
  transform: scale(1.08);
}

/* =====================================
   MOVE TESTIMONIAL THUMBS TO TOP
===================================== */
/* Make testimonials container flex */
.testimonials {
  display: flex;
  flex-direction: column;
}

/* Move pagination ABOVE carousel */
.testimonials .wd-nav-pagin-wrap {
  order: -1;
  margin-bottom: 30px;
}

/* Center thumbnails nicely */
.testimonials .wd-nav-pagin {
  justify-content: center;
}

/* Make testimonials container positioning context */
.testimonials {
  position: relative;
}

/* THUMBNAILS POSITION */
.testimonials .wd-nav-pagin-wrap {
  position: absolute;
  top: 120px;
  /* aligns with image top */
  left: calc(25% + 30px);
  /* pushes into right column */
  transform: translateX(0);
  margin: 0;
  z-index: 5;
}

/* RIGHT CONTENT COLUMN SPACING */
.testimonials .testimonial-content {
  padding: 75px;
  /* GAP FROM LEFT IMAGE */
  margin-top: 35px;
  /* SPACE FOR THUMBNAILS */
  font-size: 19px !important;
  font-family: 'Gibson';
  height: 350px;
  /* margin-left: 20px;	*/
}

.testimonials .testimonial-image {
  position: relative;
}

.testimonials .wd-nav-pagin-wrap {
  top: 3px;
}

/* Optional: tighten spacing */
.testimonials .wd-nav-pagin-item {
  margin: 0 6px;
}

/* Disable Swiper movement */
.testimonials .wd-carousel-wrap {
  transform: none !important;
  transition: none !important;
}

/* Stack testimonials */
.testimonials .testimonial.wd-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* Active testimonial */
.testimonials .testimonial.wd-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* =================================================
   IPAD – MOVE THUMBNAILS BELOW IMAGE/CONTENT
   Width: 769px – 1149px
================================================= */

@media screen and (min-width: 750px) and (max-width: 1149px) {

  /* Reset container layout */
  .testimonials {
    display: flex;
    flex-direction: column;
  }

  /* Remove absolute positioning */
  .testimonials .wd-nav-pagin-wrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    order: 3;
    /* move below image + content */
    margin-top: 25px;
    width: 100%;
  }

  /* Center thumbnails */
  .testimonials .wd-nav-pagin {
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  /* Slightly smaller thumbs for iPad */
  .testimonials .wd-nav-pagin-item {
    width: 60px;
    height: 60px;
  }

  /* Reduce spacing so layout fits nicely */
  .testimonials .testimonial-content {
    padding-top: 0px !important;
    padding-right: 40px !important;
    padding-bottom: 0px !important;
    padding-left: 40px !important;
    margin-top: 0 !important;
    height: 345px !important;
    font-size: 15px !important;
    font-family: 'Gibson';
    overflow-y: auto !important;
    /* Required for flex scroll fix */
    flex: 1 1 auto;
    min-height: 0;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* Prevent carousel from hijacking scroll */
    overscroll-behavior: contain;
    touch-action: pan-y;
    /* Scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #40454b #f7f7f7;
  }
}

/* iPad Only (all orientations) */
/* Force pagination visible on tablet */
@media (min-width: 750px) and (max-width: 1024px) {
  .testimonials .wd-nav-pagin-wrap.wd-hide-md-sm {
    display: block !important;
  }
}

/* =========================================================
   TESTIMONIALS RESPONSIVE FIX
   Mobile + large foldables + unfolded portrait foldables
   Cleaned for WoodMart testimonial section
   ========================================================= */
/* -------------------------
   Base safety resets
   ------------------------- */
@media screen and (max-width: 749px) {

  .testimonials .wd-nav-pagin-wrap.wd-hide-md-sm,
  .testimonials .wd-nav-pagin-wrap.wd-hide-sm {
    display: block !important;
    padding-left: 20px !important;
  }

  #homebannerbiottomsec .buttonmobile .vc_custom_1775746871260 {
    padding-top: 0px !important;
  }

  .testimon-align-left .testimonial-avatar,
  .testimon-align-right .testimonial-avatar {
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .testimonial-avatar img {
    width: 100% !important;
    height: 100% !important;
    min-width: unset !important;
    max-width: 100% !important;
    border-radius: 5px !important;
  }
}

/*=========================================================
   MOBILE Up to 749px
========================================================= */
@media screen and (max-width: 749px) {
  :is(.testimon-align-left, .testimon-align-right) .testimonial-inner {
    display: block;
    align-items: flex-start;
  }

  .testimonials {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .testimonials .wd-carousel-inner {
    order: 1;
  }

  .testimonials .wd-nav-pagin-wrap {
    order: 2;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .testimonials .wd-nav-pagin {
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .testimonials .wd-nav-pagin-item {
    width: 32px !important;
    height: 32px !important;
    margin: 0 4px;
    opacity: 0.45;
  }

  .testimonials .wd-nav-pagin-item.wd-active {
    opacity: 1;
    transform: scale(1.05);
  }

  .testimonials .testimonial-content {
    order: 3 !important;
    margin: 0 !important;
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    height: 200px !important;
    max-height: none !important;
    font-size: 15px !important;
    font-family: "Gibson", sans-serif !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overflow: visible;
    flex: 1 1 auto;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    scrollbar-width: thin;
    scrollbar-color: #40454b #f7f7f7;
  }
}

/* =========================================================
   FOLDABLES DETECTED BY MODERN BROWSER SUPPORT
   Best case for unfolded devices
   ========================================================= */
@media (horizontal-viewport-segments: 2),
(spanning: single-fold-vertical) {
  .testimonials {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}

/* Expert Testimonial Style */
/* =========================================================
   SPECIFIC FIX
   Trusted by health experts testimonial block only
   Portrait unfolded / awkward mid width touch screens
   ========================================================= */


.vc_custom_1755600963003 .vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 100%;
}

.vc_custom_1755600951285 .vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 100%;
}

.vc_custom_1755600311571 h3 {
  font-size: 30px;
  line-height: 28px;
}

.ruk_rating_snippet {
  color: #fbbc04 !important;
  margin-top: 5px !important;
}

#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta,
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta {
  margin: .5em 0 0;
  font-size: .92em !important;
  color: #888;
  display: none !important;
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
  background-image: linear-gradient(to right, var(--common-star-color) 99.9%, var(--common-star-color) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: #fbbc04 !important;
  -moz-text-fill-color: transparent;
}

#reviews_container .close {
  background-color: #1b1b1b;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 25px;
  left: -5px !important;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -7px !important;
  width: 25px;
  z-index: 100;
}

#widget-1 .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
  display: flex;
  flex-direction: row;
  justify-content: unset !important;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
}

.gx-5 .flagRow {
  text-align: center;
}

.gx-5 .justify-content-center h3 {
  text-align: center;
}

#post-39831 input[type='email'],
input[type='date'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: var(--wd-form-height);
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: 25px;
  background-color: white !important;
  box-shadow: none;
  color: var(--wd-form-color);
  vertical-align: middle;
  font-size: 18px;
  transition: border-color .5s ease;
}

#post-39831 .wpcf7 form:not(.sent) .wpcf7-response-output {
  background-color: transparent !important;
  /* color: #000; */
  /* justify-content: center; */
}

#post-39831 .wpcf7-form-control.wpcf7-submit.has-spinner.custombutton.contactsubmit {
  font-size: 23px !important;
  float: inline-end !important;
  width: 199px !important;
}

#post-39831 .custombuttoncontainer::after {
  border: 1px solid #fff;
  position: inherit;
  left: 203px;
  top: 5px;
  content: "";
  z-index: 0;
  height: 48px;
  width: 199px;
  float: right;
}

#post-39831 .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#post-39831 .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

#post-39831 .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  #post-39831 .col-lg-6 {
    flex: 0 0 85%;
    max-width: 100%;
  }

  .vc_custom_1755600963003 .wpb_column.vc_column_container.vc_col-sm-2 {
    max-width: 100%;
  }

  .vc_custom_1755600951285 .wpb_column.vc_column_container.vc_col-sm-2 {
    max-width: 100%;
  }

  #post-39831 .custombuttoncontainer::after {
    border: 1px solid #fff;
    position: inherit;
    left: 4px;
    top: -43px;
    content: "";
    z-index: 0;
    height: 48px;
    width: 199px;
    float: right;
  }

  .RatingBarWidget-prefix .RatingBarWidget {
    display: inline-flex;
    vertical-align: top;
    flex-direction: column;
    font-size: 14px !important;
    font-family: var(--base-font-family);
    max-width: var(--base-maxwidth, 380px);
    width: 100%;
    white-space: normal;
    direction: ltr;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
}

#product-9721 .chamomile {
  color: #ef4a81;
  margin-left: -1px !important;
  font-size: 26px;
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  body

  /* Generic Page CSS Changes */
  .vc_custom_1740401180118 .wd-el-table tr {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: unset !important;
    padding: 4px;
    margin-bottom: -7px;
  }

  body .vc_custom_1727711094757 {
    margin-bottom: 40px !important;
  }

  body .vc_custom_1740401180118 .wd-el-table th img {
    float: left;
    width: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {

  .vc_custom_1740401180118 table,
  td,
  th {
    color: white;
    border-bottom: inherit;
    width: unset !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px !important;
    margin-top: 0px;
  }

  .vc_custom_1740401180118 .wd-el-table :is(td, th) {
    text-align: var(--text-align);
    display: flex;
    font-size: 20px;
    line-height: 22px;
  }

  .vc_custom_1740401180118 .wd-el-table th img {
    float: left;
  }

  body .vc_custom_1727711094757 {
    margin-bottom: 20px !important;
  }

  .vc_custom_1740401180118 .wd-el-table tr {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: unset !important;
    padding: 4px;
    margin-bottom: 10px;
  }
}

/* Generic Page CSS Changes */

/* ========== From 46915.css ========== */
@media (max-width: 525px) {
  .single-product .wd-builder-off {
    --wd-single-spacing: 20px;
    padding-block: 10px !important;
  }

  .wd-content-area>.single-breadcrumbs-wrapper {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1024px) {
  .single-product .wd-builder-off {
    --wd-single-spacing: 20px;
    padding-block: 20px;
  }

  .wd-content-area>.single-breadcrumbs-wrapper {
    margin-bottom: 10px !important;
  }
}

#product-9708 .promo-container {
  display: none;
}

#product-10376 .promo-container {
  display: none;
}

#product-10384 .promo-container {
  display: none;
}

#product-19492 .promo-container {
  display: none;
}

#product-10392 .promo-container {
  display: none;
}

#product-10399 .promo-container {
  display: none;
}

#product-19629 .promo-container {
  display: none;
}

#product-43741 .promo-container {
  display: none;
}

.wd-product-info .wd-info-msg:before {
  content: "UK ";
  line-height: var(--wd-text-line-height);
  font-weight: 100 !important;
  font-family: 'Gibson-light';
}

@media (max-width: 768.98px) {
  .wd-sticky-btn-on-mb {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .wd-product-info {
    position: relative;
    line-height: 1;
    margin-bottom: 0px !important;
    background-color: #1983211c;
    width: 100% !important;
  }

  form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: var(--content-align);
    max-width: 100% !important;
  }

  .spend-text-adc {
    font-size: 13px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 3800px) and (min-width: 810px) {
  .wd-sticky-btn .wd-sticky-btn-cart {
    display: flex;
    align-items: center;
    margin-top: 5px !important;
    gap: 12px;
  }

  .wd-sticky-btn .wd-sticky-btn-cart div.quantity {
    justify-content: flex-start;
    display: flex; /* was: none — quantity now shows on desktop too */
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    min-width: 110px;
    align-items: center;
  }

  .wd-sticky-btn .wd-sticky-btn-cart .promo-container {
    display: none;
  }

  .wd-sticky-btn .wd-sticky-btn-cart div.add-to-cart-container {
    margin-left: auto !important;
    display: inline-flex !important;
    justify-content: flex-end;
    align-items: center;
    min-width: 250px;
    flex-shrink: 0;
    margin-top: 0px !important;
  }
}


.promo-container {
  width: 100%;
  overflow: unset;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  display: unset;
  align-items: center;
  color: #fa4616;
  white-space: unset;
  flex-wrap: unset;
}

.spend-text-adc {
  font-size: 16px;
  margin-top: 0px;
  margin-left: 0px;
  font-family: 'Gibson-light';
}

.static-text {
  flex-shrink: 0;
  margin-right: 2px;
  white-space: nowrap;
}

.animated-text {
  display: unset;
  overflow: hidden;
  white-space: unset;
  max-width: 100%;
}

@media (max-width: 768px) {
  .promo-container {
    font-size: 16px;
  }

  .spend-text-adc {
    font-size: 16px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    font-family: 'Gibson-light';
  }

  .wd-product-info {
    position: relative;
    line-height: 1;
    margin-bottom: 0px !important;
    background-color: #1983211c;
    width: 100% !important;
  }

  form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: var(--content-align);
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .promo-container {
    font-size: 16px;
    align-items: flex-start;
    height: 50px;
    width: 100%;
    overflow: none;
    font-weight: 500;
    color: #fa4616;
    white-space: unset;
    flex-wrap: unset;
  }

  .animated-text {
    text-align: left;
    display: unset;
    overflow: visible;
    white-space: wrap;
    max-width: 100%;
    line-height: 25px;
  }

  .spend-text-adc {
    font-size: 15px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    font-family: 'Gibson-light';
  }

  .wd-sticky-btn-cart .promo-container {
    display: none !important;
  }

  form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: var(--content-align);
    max-width: 100% !important;
  }

  .wd-product-info {
    position: relative;
    line-height: 1;
    margin-bottom: 0px !important;
    background-color: #1983211c;
    width: 100%;
  }

  body .vc_custom_1739956122585 {
    margin-bottom: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body .vc_custom_1737461857319 .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MIGRATED FROM 17913.css + 17915.css — product-page-specific rules
   2026-07-21
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Product summary row top padding ─────────────────────────────────────────
   Source: 17913.css L356-358 */
.row.product-image-summary-wrap {
  padding-top: 20px;
}

/* ── Product page vertical gallery thumb ─────────────────────────────────────
   Source: 17915.css L159-162 */
.single-product-page .thumbs-position-left .wd-gallery-thumb .wd-carousel-item img {
  height: calc(100% - var(--wd-gap));
  margin-bottom: var(--wd-gap);
  object-fit: contain;
}

/* ── Product tab bar dark line ───────────────────────────────────────────────
   Source: 17915.css L164-172 — the 3px dark rule above the tabs panel */
.single-product-page .product-tabs-wrapper::before {
  content: "";
  width: 94% !important;
  height: 3px;
  background: rgb(64, 69, 75) !important;
  position: absolute;
  left: 3%;
  right: 1%;
}

/* ── Single product nav wrapper width ────────────────────────────────────────
   Source: 17915.css L182-188 */
.single-product .wd-nav-wrapper ul {
  width: 90% !important;
}

.single-product .wd-nav-wrapper .wd-nav>li {
  position: relative;
  width: 15% !important;
}

/* ── Offer intro spacing ─────────────────────────────────────────────────────
   Source: 17915.css L193-195 */
.offer-intro {
  margin-bottom: 0px !important;
}

/* ── Offer/promo vc_custom wrapper ──────────────────────────────────────────
   Source: 17915.css L208-210 */
.vc_custom_1732534754385 .wd-wpb {
  margin-bottom: 5px !important;
}

/* ── Product tab nav links ───────────────────────────────────────────────────
   Source: 17913.css L821-823 */
.woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs .wd-nav[class*="wd-style-underline"] .nav-link-text {
  font-size: 15pt;
}

/* ── #product-9721 chamomile colour ──────────────────────────────────────────
   Source: 17915.css L121-125 */
#product-9721 .gx-5 .chamomile {
  color: #ef4a81;
  font-size: 1.5rem !important;
  margin-left: -5px !important;
}

/* ── Product-specific woocommerce tab overrides ──────────────────────────────
   Source: 17915.css L52-69 (hide tabs on specific bundle products) */
#product-43741 .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs {
  display: none !important;
}

#product-49168 .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs {
  display: none;
}

#product-49170 .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs {
  display: none;
}

#product-49189 .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs {
  display: none;
}

#product-49195 .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs {
  display: none;
}

#product-49207 .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs {
  display: none;
}

#product-43741 .woocommerce-tabs.tabs-layout-accordion.wd-accordion {
  display: none !important;
}

#product-43741 .wcsatt-add-to-subscription-action-label {
  display: none !important;
}

#product-43741 .woocommerce-product-details__short-description>*:last-child {
  display: none !important;
}

/* ── Short description hide last-child on kit products ───────────────────────
   Source: 17915.css L407-421 + 47855.css equivalent */
#product-49195 .woocommerce-product-details__short-description>*:last-child {
  display: none !important;
}

#product-49207 .woocommerce-product-details__short-description>*:last-child {
  display: none !important;
}

#product-49170 .woocommerce-product-details__short-description>*:last-child {
  display: none !important;
}

#product-49168 .woocommerce-product-details__short-description>*:last-child {
  display: none !important;
}

#product-49189 .woocommerce-product-details__short-description>*:last-child {
  display: none !important;
}

/* ── Per-product price margin adjustments ────────────────────────────────────
   Source: 17915.css / 47855.css */
body #product-19629 .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

body #product-43741 .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

body #product-49207 .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

body #product-49195 .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

body #product-49189 .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

body #product-49170 .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

body #product-49168 .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

body #product-43741 .single-product .price {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

#product-10399 .price {
  margin-top: 3px !important;
  margin-bottom: -3px !important;
}

#product-10392 .price {
  margin-top: 3px !important;
  margin-bottom: -3px !important;
}

#product-10384 .price {
  margin-top: 3px !important;
  margin-bottom: -3px !important;
}

#product-19492 .price {
  margin-top: 3px !important;
  margin-bottom: -3px !important;
}

#product-41174 .price {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

#product-41194 .price {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

#product-41189 .price {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

#product-41196 .price {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

/* ── #product-43741 add to cart button border ────────────────────────────────
   Source: 17915.css L70-93 */
#product-43741 .single_add_to_cart_button:after {
  opacity: 1 !important;
  border-radius: 0;
  vertical-align: middle;
  border: 1px solid #40454b;
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  z-index: 0;
  height: 100%;
  width: 100%;
}

/* ── Single-product page mobile quantity input ───────────────────────────────
   Source: 17915.css L379-399 */
@media screen and (max-width: 810px) and (min-width: 310px) {
  div.quantity input[type="number"] {
    width: 37px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    font-size: medium !important;
    font-weight: 600 !important;
    color: #40454b;
    height: 42px;
  }

  div.quantity input[type="button"] {
    padding: 0 5px;
    min-width: 37px;
    min-height: unset;
    height: 42px;
    border: var(--wd-form-brd-width) solid rgb(0 0 0 / 9%);
    background: var(--wd-form-bg);
    box-shadow: none;
    font-size: large !important;
    color: #40454b !important;
  }
}

/* ── Product tab container min-width ─────────────────────────────────────────
   Source: 17913.css L1503-1506 (UW), 17915.css L877-884 */
@media screen and (max-width: 5120px) and (min-width: 2560px) {
  body .product-tabs-wrapper .container {
    min-width: 40%;
  }
}

@media (min-width: 769px) {
  .wd-sticky-btn-on {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 768.98px) {
  .sticky-toolbar-on.wd-sticky-btn-on-mb {
    padding-bottom: 0px !important;
  }
}

/* ── Woodmart single nav width: 1440–1250px ──────────────────────────────────
   Source: 17915.css (duplicate in product context, confirmed) */
@media screen and (max-width: 1440px) and (min-width: 1250px) {
  .single-product .wd-nav-wrapper .wd-nav>li {
    position: relative;
    width: 16% !important;
  }

  .single-product .wd-nav-wrapper ul {
    width: 99% !important;
  }
}

/* ── #post-38872 (Ethos page) single image ───────────────────────────────────
   Source: 17915.css L47-51 */
#post-38872 .wpb_single_image img {
  height: auto;
  max-width: 97% !important;
  vertical-align: top;
}

/* ═══════════════════════════════════════════════════════════════════════════
   END MIGRATION FROM 17913.css + 17915.css (product-pages-specific)
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════════
   STICKY "ADD TO BASKET" BAR — Mobile fixes
   Two problems visible in iPhone screenshots:
     1. Product thumbnail (.wd-sticky-btn-thumbnail) and info text
        bleed into / overflow the sticky bar on narrow screens.
     2. Safari's floating bottom URL bar overlaps the fixed sticky bar
        (needs env(safe-area-inset-bottom) + viewport-fit=cover).
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Fix 1: Hide thumbnail + product info on mobile; keep only ATC button ── */
@media (max-width: 768.98px) {

  /* Hide the product image thumbnail from the sticky bar entirely */
  .wd-sticky-btn .wd-sticky-btn-thumbnail {
    display: none !important;
  }

  /* Hide the product title + rating row — not needed on small screens */
  .wd-sticky-btn .wd-sticky-btn-info {
    display: none !important;
  }

  /* Also hide any stray images inside the sticky cart form */
  .wd-sticky-btn-cart form.cart img,
  .wd-sticky-btn-cart img {
    display: none !important;
  }

  /* Make the cart section fill the full bar width since thumbnail is gone */
  .wd-sticky-btn .wd-sticky-btn-cart {
    width: 100%;
    justify-content: center;
  }
}

/* ── Fix 2: iOS safe-area-inset-bottom — Safari bottom bar clearance ─────── */
/*
   Safari on iPhone renders a floating URL / home bar that overlaps
   position:fixed elements. env(safe-area-inset-bottom) pushes the sticky
   bar up above it.  viewport-fit=cover must be set in the HTML meta viewport
   tag for this to work — add it via the Woodmart child theme wp_head hook or
   via a plugin such as Simple Custom CSS & JS / header injection.
*/
@supports (padding-bottom: env(safe-area-inset-bottom)) {

  /* Pad the bar itself — background fills behind the home indicator */
  .wd-sticky-btn {
    padding-bottom: env(safe-area-inset-bottom);
  }

  /* Compensate page-body bottom gap so content is never hidden under the bar */
  .sticky-toolbar-on.wd-sticky-btn-on-mb {
    padding-bottom: calc(env(safe-area-inset-bottom) + 60px) !important;
  }
}