/* =====================================================
   SINGLE PRODUCT GALLERY – SAPURA CLEAN
   ===================================================== */

.woocommerce div.product div.images,
.woocommerce-product-gallery {
  position: relative;
  width: 100%;
}

.woocommerce div.product div.images .flex-viewport {
  width: calc(100% - 88px) !important;
  margin-left: 88px !important;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  background: #f7f4ef;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
}

.woocommerce div.product div.images .zoomImg {
  border-radius: 20px;
}

/* Remove the rating slot and title margin only when a product has no reviews. */
body.single-product .elementor-element-37c9303:has(.product-rating-inline--empty) {
  display: none !important;
}

body.single-product .elementor-element-879b06a:has(.product-rating-inline--empty) .elementor-element-f23f338 .product_title {
  margin-bottom: 0 !important;
}

/* Product WYSIWYG: give consecutive customer-maintained paragraphs room to breathe. */
body.single-product .elementor-widget-woocommerce-product-content > p + p {
  margin-top: 1.25rem !important;
}

body.single-product .elementor-widget-woocommerce-product-content > p + h2,
body.single-product .elementor-widget-woocommerce-product-content > p + h3,
body.single-product .elementor-widget-woocommerce-product-content > p + h4 {
  margin-top: 2rem !important;
}

/* Product description: H2 is the first content-heading level, but deliberately
   keeps the compact visual scale previously used for customer-entered H3s. */
body.single-product .elementor-widget-woocommerce-product-content > h2 {
  font-size: 22px;
  font-size: calc(clamp(20px, 2.2vw, 28px) * var(--scale-h));
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0 0 var(--space-2);
}

/* Product WYSIWYG lists: match body line-height and use the Sapura arrow marker. */
body.single-product .elementor-widget-woocommerce-product-content > ul,
body.single-product .woocommerce-product-details__short-description > ul {
  list-style: none;
  margin: 1.25rem 0 !important;
  padding: 0 !important;
}

body.single-product .elementor-widget-woocommerce-product-content > ul > li,
body.single-product .woocommerce-product-details__short-description > ul > li {
  line-height: 1.6;
  margin: 0 !important;
  padding-left: 26px;
  position: relative;
}

body.single-product .elementor-widget-woocommerce-product-content > ul > li + li,
body.single-product .woocommerce-product-details__short-description > ul > li + li {
  margin-top: 0.625rem !important;
}

body.single-product .elementor-widget-woocommerce-product-content > ul > li::before,
body.single-product .woocommerce-product-details__short-description > ul > li::before {
  background: url('/wp-content/uploads/2026/07/rechter-pfeil.svg') center / contain no-repeat;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 0.8em;
  transform: translateY(-50%);
  width: 12px;
}

.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  z-index: 3;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 68px !important;
  height: 68px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 68px !important;
  height: 68px !important;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  opacity: 1;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: .8;
  transform: translateY(-1px);
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: #3f3b37;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img.emoji {
  width: 17px !important;
  height: 17px !important;
}

/* =====================================================
   PRODUCT GALLERY – TABLET / MOBILE
   ===================================================== */

@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce div.product div.images .flex-viewport {
    width: calc(100% - 78px) !important;
    margin-left: 78px !important;
  }

  .woocommerce div.product div.images .flex-control-nav.flex-control-thumbs {
    width: 58px !important;
    gap: 10px;
  }

  .woocommerce div.product div.images .flex-control-thumbs li,
  .woocommerce div.product div.images .flex-control-thumbs li img {
    width: 58px !important;
    height: 58px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-viewport {
    width: 100% !important;
    margin-left: 0 !important;
    border-radius: 18px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image,
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    border-radius: 18px;
  }

  .woocommerce div.product div.images .flex-control-nav.flex-control-thumbs {
    position: static;
    width: 100% !important;
    margin: 12px 0 0 !important;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px !important;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    flex: 0 0 62px;
    width: 62px !important;
    height: 62px;
  }

  .woocommerce div.product div.images .flex-control-thumbs li img {
    width: 62px !important;
    height: 62px !important;
    border-radius: 10px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }
}

/* =====================================================
   ADD TO CART BUTTON – SINGLE PRODUCT PAGE
   ===================================================== */

body.single-product .single_add_to_cart_button,
body.single-product .elementor-widget-wc-add-to-cart .button {
  background-color: var(--e-global-color-116f76d) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 16px 40px !important;
  border: none !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-transform: none !important;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product .elementor-widget-wc-add-to-cart .button:hover {
  background-color: var(--e-global-color-2252940) !important;
  color: var(--e-global-color-116f76d) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

body.single-product .single_add_to_cart_button.disabled,
body.single-product .single_add_to_cart_button:disabled {
  opacity: 0.7 !important;
  background-color: var(--e-global-color-116f76d) !important;
  color: #ffffff !important;
}

/* =====================================================
   WOO VARIATIONS – CLEAN UI
   ===================================================== */

.woocommerce div.product form.cart .variations {
  margin-bottom: 3em !important;
}

.single-product table.variations {
  width: 100%;
  margin: 28px 0 20px;
  border: 0;
}

.single-product table.variations tbody,
.single-product table.variations tr,
.single-product table.variations th,
.single-product table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.single-product table.variations tr {
  display: grid;
  gap: 10px;
}

.single-product table.variations th.label label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #333;
}

.single-product table.variations td.value {
  position: relative;
}

.single-product table.variations select {
  width: 100%;
  min-height: 56px;
  padding: 0 56px 0 20px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 999px;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L14 2' fill='none' stroke='%23333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 24px center !important;
  background-size: 16px 10px !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.2;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.single-product table.variations select::-ms-expand {
  display: none;
}

.single-product table.variations td.value::after,
.single-product table.variations td.value::before {
  display: none !important;
  content: none !important;
}

.single-product table.variations select:hover {
  border-color: rgba(0,0,0,0.35);
}

.single-product table.variations select:focus {
  outline: none;
  border-color: #4f4b47;
  box-shadow: 0 0 0 3px rgba(79,75,71,0.12);
}

.single-product table.variations .reset_variations {
  display: none !important;
}

/* =====================================================
   ACCORDIONS – FAQ + PRODUCT INFO
   ===================================================== */

.product-faq-accordion,
.product-info-accordion {
  border-top: 1px solid #000;
}

.product-faq-accordion .faq-item,
.product-info-accordion .info-item {
  border-bottom: 1px solid #000;
  padding: 8px 0;
}

.product-faq-accordion .faq-question,
.product-info-accordion .info-title {
  cursor: pointer;
  font-weight: 500;
  font-size: 22px;
  font-size: calc(clamp(20px, 2.2vw, 28px) * var(--scale-h));
  line-height: 1.4;
  /* 18px caret + at least 30px clear space between title and caret. */
  padding: 10px 48px 10px 0;
  position: relative;
}

.product-faq-accordion .faq-question::after,
.product-info-accordion .info-title::after,
.product-reviews-accordion .reviews-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}

.product-faq-accordion .faq-item.open .faq-question::after,
.product-info-accordion .info-item.open .info-title::after,
.product-reviews-accordion.open .reviews-header::after {
  transform: translateY(-50%) rotate(-135deg);
}

.product-faq-accordion .faq-answer,
.product-info-accordion .info-content,
.product-reviews-accordion .reviews-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

.product-faq-accordion .faq-item.open .faq-answer,
.product-info-accordion .info-item.open .info-content {
  max-height: 800px;
  opacity: 1;
}

.product-faq-accordion .faq-answer p,
.product-info-accordion .info-content p {
  margin: 0 0 8px;
  padding: 30px 0;
}

/* =====================================================
   EINNAHME CHECKLISTE
   ===================================================== */

.einnahme ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.einnahme ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.einnahme ul li::before {
  content: "\e90e";
  font-family: "eicons";
  font-size: 18px;
  color: #2bb673;
  line-height: 1;
  margin-top: 4px;
  flex-shrink: 0;
}

/* =====================================================
   PRODUKT GRUNDPREIS
   ===================================================== */

/* Match the main product price to the product title scale. */
body.single-product .elementor-widget-woocommerce-product-price .price,
body.single-product .elementor-widget-woocommerce-product-price .price .woocommerce-Price-amount,
body.single-product .elementor-widget-woocommerce-product-price .price .woocommerce-Price-currencySymbol {
  font-size: calc(clamp(24px, 3.2vw, 36px) * var(--scale-h)) !important;
  line-height: 1.15 !important;
}

/* WooCommerce gives sale prices independent nested sizes. Keep the crossed-out
   regular price visibly smaller than the current price instead of allowing the
   general price rule above to enlarge it again. */
body.single-product .elementor-widget-woocommerce-product-price .price del .woocommerce-Price-amount,
body.single-product .elementor-widget-woocommerce-product-price .price del .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  line-height: inherit !important;
}

body.single-product .elementor-widget-woocommerce-product-price .price ins,
body.single-product .price.price-unit.wc-gzd-additional-info ins {
  text-decoration: none !important;
}

body.single-product .elementor-widget-woocommerce-product-price .price .sapura-product-tax-info {
  color: #4b4a49 !important;
  display: block;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4 !important;
  margin-top: 5px;
}

.sapura-product-unit-price {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin: -8px 0 16px;
}

.sapura-product-unit-price .woocommerce-Price-amount,
.sapura-product-unit-price .unit,
.sapura-product-unit-price .unit-base {
  font-size: inherit;
}

/* Germanized shortcode placed directly below Elementor's product price widget. */
body.single-product .elementor-widget-woocommerce-product-price + .elementor-widget-shortcode:has(.price.price-unit.wc-gzd-additional-info) {
  margin: -30px 0 15px !important;
}

body.single-product .price.price-unit.wc-gzd-additional-info {
  margin: 0 !important;
  color: #4b4a49 !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4;
}

body.single-product .price.price-unit.wc-gzd-additional-info .woocommerce-Price-amount,
body.single-product .price.price-unit.wc-gzd-additional-info .unit,
body.single-product .price.price-unit.wc-gzd-additional-info .unit-base {
  color: inherit !important;
  font-size: inherit !important;
}

/* Germanized/WooCommerce enlarges and boldens sale unit prices by default.
   A basic price must remain one compact, uniform 12px line. */
body.single-product .price.price-unit.wc-gzd-additional-info del,
body.single-product .price.price-unit.wc-gzd-additional-info ins,
body.single-product .price.price-unit.wc-gzd-additional-info del .woocommerce-Price-amount,
body.single-product .price.price-unit.wc-gzd-additional-info ins .woocommerce-Price-amount,
body.single-product .price.price-unit.wc-gzd-additional-info del .woocommerce-Price-currencySymbol,
body.single-product .price.price-unit.wc-gzd-additional-info ins .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* The browser's native line-through uses the font metrics of the nested
   WooCommerce amount and can visually land below the compact 12px unit
   price. Draw this one strike explicitly through the value instead. */
body.single-product .price.price-unit.wc-gzd-additional-info del {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}

body.single-product .price.price-unit.wc-gzd-additional-info del::after {
  border-top: 1px solid currentColor;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.single-product .price.price-unit.wc-gzd-additional-info::before {
  content: "Grundpreis: ";
}

@media (max-width: 767px) {
  body.single-product .elementor-widget-woocommerce-product-price + .elementor-widget-shortcode:has(.price.price-unit.wc-gzd-additional-info) {
    margin-top: -20px !important;
  }

  .sapura-product-unit-price {
    font-size: 14px;
  }

  body.single-product .price.price-unit.wc-gzd-additional-info {
    font-size: 12px !important;
  }
}

/* =====================================================
   PRODUCT LOOP CAROUSEL - FEW RESULTS
   ===================================================== */

body.single-product .sapura-product-carousel-static .elementor-loop-container:not(.swiper-initialized) .swiper-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	gap: var(--swiper-slides-gap, 20px);
}

body.single-product .sapura-product-carousel-static .elementor-loop-container:not(.swiper-initialized) .swiper-wrapper > .swiper-slide {
	flex: 0 0 var(--sapura-product-carousel-card-width) !important;
	margin-right: 0 !important;
	width: var(--sapura-product-carousel-card-width) !important;
}

body.single-product .sapura-product-carousel-static .elementor-swiper-button {
	display: none !important;
}

/* =====================================================
   PRODUKT-LIEFERZEIT (WOOCOMMERCE GERMANIZED)
   ===================================================== */

.sapura-product-delivery-time,
.sapura-product-delivery-time .wc-gzd-additional-info,
.sapura-product-delivery-time .delivery-time-inner {
  margin: 0 !important;
}

.sapura-product-delivery-time-widget {
  flex: 0 0 auto !important;
  width: 100%;
}

.sapura-product-delivery-time .wc-gzd-additional-info,
.sapura-product-delivery-time .delivery-time-inner {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  gap: 0;
  line-height: 1.6;
}

.sapura-product-delivery-time .wc-gzd-additional-info::before,
.sapura-product-delivery-time .delivery-time-inner::before {
  background: radial-gradient(circle, #5ccf73 0 7px, transparent 7.5px);
  content: '';
  flex: 0 0 20px;
  height: 25.6px;
  width: 20px;
}

@media (max-width: 767px) {
  .sapura-product-delivery-time .wc-gzd-additional-info,
  .sapura-product-delivery-time .delivery-time-inner {
    font-size: 15px;
  }
}

/* =====================================================
   PRODUKT-VORTEILE (GEMEINSAMES SHORTCODE-RASTER)
   ===================================================== */

.sapura-product-benefits {
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sapura-product-benefits-widget {
  flex: 0 0 100% !important;
  width: 100% !important;
}

.sapura-product-benefits__row {
  align-items: center;
  display: flex;
  gap: 12px;
  line-height: inherit;
  margin: 0;
  min-height: 25.6px;
  padding: 0;
  width: 100%;
}

.sapura-product-benefits__icon {
  box-sizing: border-box;
  color: #000;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.sapura-product-benefits__icon--delivery {
  background: radial-gradient(circle, #5ccf73 0 7px, transparent 7.5px);
}

.sapura-product-benefits__icon--delivery-unavailable {
  background: radial-gradient(circle, #e15252 0 7px, transparent 7.5px);
}

/* The delivery-status dot replaces WooCommerce's separate in-stock label. */
body.single-product .elementor-widget-woocommerce-product-stock:has(.stock.in-stock),
body.single-product .stock.in-stock {
  display: none !important;
}

.sapura-product-benefits__text {
  min-width: 0;
}

.sapura-product-benefits__row--delivery .delivery-time-inner,
.sapura-product-benefits__row--delivery .wc-gzd-additional-info {
  color: inherit;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.sapura-product-benefits__row--delivery .delivery-time-inner::before,
.sapura-product-benefits__row--delivery .wc-gzd-additional-info::before {
  content: none;
  display: none;
}

.sapura-product-benefits__row--accordion {
  display: block;
  min-height: 0;
}

/* Separate the service promises from the legal product disclosures. */
.sapura-product-benefits__row:not(.sapura-product-benefits__row--accordion) + .sapura-product-benefits__row--accordion {
  margin-top: 16px;
}

.sapura-product-benefits__row--accordion .product-safety-accordion {
  width: 100%;
}

/* =====================================================
   PRODUKT SICHERHEITSHINWEISE
   ===================================================== */

.product-safety-accordion {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

/* The two disclosure shortcodes live below the purchase benefits in Elementor. */
body.single-product .elementor-element.elementor-element-268df11.sapura-product-disclosures-active {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  column-gap: 0;
  overflow: visible !important;
  row-gap: 0;
}

body.single-product .elementor-element.elementor-element-268df11:has(.sapura-product-benefits-widget) {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  row-gap: 0;
}

/* Keep the nested disclosure container flush with the preceding benefit rows. */
body.single-product .elementor-element.elementor-element-268df11.sapura-product-disclosures-active > .elementor-element-9efedd2 {
  align-items: stretch;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  min-width: 100%;
  padding: 0 !important;
  width: 100% !important;
}

body.single-product .elementor-element.elementor-element-268df11:has(.sapura-product-benefits-widget) > .elementor-element-9efedd2 {
  display: none !important;
}

body.single-product .elementor-element.elementor-element-268df11.sapura-product-disclosures-active > .elementor-widget-icon-list {
  flex: 0 0 auto !important;
  width: 100% !important;
}

/* Elementor keeps the shortcode widget even when no safety notice exists. */
body.single-product .elementor-element.elementor-element-268df11 .elementor-widget-shortcode:has(.sapura-product-safety-empty) {
  display: none !important;
}

body.single-product .elementor-element.elementor-element-268df11 .sapura-product-disclosure-widget {
  flex: 0 0 auto !important;
  margin: 0 !important;
  min-width: 100%;
  position: relative;
  width: 100% !important;
  z-index: 1;
}

body.single-product .elementor-element.elementor-element-268df11 .sapura-product-disclosure-widget + .sapura-product-disclosure-widget {
  margin-top: 0 !important;
}

body.single-product .elementor-element.elementor-element-268df11 .sapura-product-disclosures-single {
  align-self: stretch;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
  width: 100% !important;
}

.product-safety-accordion__trigger {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #333 !important;
  cursor: pointer;
  display: flex;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  justify-content: space-between;
  letter-spacing: normal !important;
  line-height: 1.6 !important;
  list-style: none;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0;
  padding: 0 !important;
  text-align: left;
  text-transform: none !important;
  white-space: normal;
  overflow-wrap: anywhere;
  width: 100%;
}

.product-safety-accordion__trigger::-webkit-details-marker {
  display: none;
}

.product-safety-accordion__trigger::marker {
  content: '';
}

.product-safety-accordion__label {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.product-safety-accordion__icon {
  box-sizing: content-box;
  color: #000;
  flex: 0 0 20px;
  height: 20px;
  margin: 0;
  width: 20px;
}

.product-safety-accordion__label > span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.product-safety-accordion__trigger:hover .product-safety-accordion__label > span {
  text-decoration: none;
}

.product-safety-accordion__caret {
  display: none;
}

.product-safety-accordion__content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: none;
  padding: 0;
  width: 100%;
}

.product-safety-accordion[open] .product-safety-accordion__content {
  display: block;
  margin: 0;
  padding: 8px 0 16px 32px;
}

.product-safety-accordion__content p {
  margin: 0;
  padding: 0;
}

.product-manufacturer-accordion .product-safety-accordion__content {
  left: 0;
  right: auto;
}

.product-manufacturer-accordion .wc-gzd-manufacturer-address,
.product-manufacturer-accordion .wc-gzd-manufacturer-eu-address {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.product-manufacturer-accordion .wc-gzd-manufacturer-eu-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 16px 0 4px;
}

@media (max-width: 900px) {
  body.single-product .elementor-element.elementor-element-268df11.sapura-product-disclosures-active {
    align-items: flex-start;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    row-gap: 0;
  }

  body.single-product .elementor-element.elementor-element-268df11 .sapura-product-disclosure-widget {
    flex-basis: auto !important;
    max-width: none;
    width: 100% !important;
  }

  body.single-product .elementor-element.elementor-element-268df11 .sapura-product-disclosures-single {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none;
    width: 100% !important;
  }

  .product-safety-accordion__content,
  .product-manufacturer-accordion .product-safety-accordion__content {
    bottom: auto;
    left: 0;
    min-width: 0;
    right: auto;
    top: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .product-safety-accordion__trigger {
    font-size: 16px !important;
    line-height: 1.6 !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
}

/* =====================================================
   PRODUKTGRÖSSEN-BOX
   ===================================================== */

.product-size-box {
  display: inline-block;
  border: 2px solid #111;
  border-radius: 14px;
  padding: 16px 20px;
  line-height: 1.2;
}

.product-size-box strong {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.product-size-box span {
  display: inline-block;
  font-size: 15px;
  margin-top: 4px;
}

/* =====================================================
   REVIEWS
   ===================================================== */

#comments .woocommerce-Reviews-title {
  font-size: clamp(18px, 1.6vw, 24px);
}

.woocommerce-Reviews {
  margin-top: 40px;
}

.woocommerce-Reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-Reviews .commentlist > li {
  border-top: 1px solid #000;
  padding: 24px 0;
}

.woocommerce-Reviews .comment-text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.woocommerce-Reviews #review_form_wrapper {
  margin-top: 32px;
}

.woocommerce-Reviews #reply-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.woocommerce-Reviews label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.woocommerce-Reviews .comment-form-rating {
  margin-bottom: 18px;
}

.woocommerce-Reviews .stars a {
  font-size: 28px;
  margin-right: 6px;
}

.woocommerce-Reviews .comment-form-rating .stars a,
.woocommerce-Reviews .comment-form-rating .stars a:hover,
.woocommerce-Reviews .comment-form-rating .stars a:hover ~ a,
.woocommerce-Reviews .comment-form-rating .stars.selected a,
.woocommerce-Reviews .comment-form-rating .stars.selected a.active,
.woocommerce-Reviews .comment-form-rating .stars.selected a.active ~ a,
.woocommerce-Reviews .star-rating,
.woocommerce-Reviews .star-rating::before,
.woocommerce-Reviews .star-rating span::before,
.product-rating-inline .star-rating,
.product-rating-inline .star-rating::before,
.product-rating-inline .star-rating span::before {
  color: #f5a623;
}

.woocommerce-Reviews textarea,
.woocommerce-Reviews input[type="text"],
.woocommerce-Reviews input[type="email"] {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #111;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.woocommerce-Reviews textarea:focus,
.woocommerce-Reviews input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

.woocommerce-Reviews form button[type="submit"],
.woocommerce-Reviews form input[type="submit"] {
  display: inline-block;
  margin-top: 12px;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 999px !important;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .25s ease;
}

.woocommerce-Reviews form button[type="submit"]:hover,
.woocommerce-Reviews form input[type="submit"]:hover {
  background: #fff !important;
  color: #000 !important;
}

.woocommerce-Reviews form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.woocommerce-Reviews .required {
  color: #000;
}

.product-reviews-accordion {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
}

.product-reviews-accordion.open {
  border-bottom: 0;
}

.product-reviews-accordion .reviews-header {
  cursor: pointer;
  padding: 18px 30px 18px 0;
  position: relative;
}

.product-reviews-accordion .reviews-header h2 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
}

.product-reviews-accordion.open .reviews-content {
  max-height: 6000px;
  opacity: 1;
}

@media (max-width: 768px) {
  .woocommerce-Reviews textarea {
    border-radius: 16px;
  }
}

/* Product-page type scale: on phones all key labels share the title scale. */
@media (max-width: 768px) {
  body.single-product {
    --sapura-product-mobile-title-size: 23px;
  }

  body.single-product h1.product_title,
  body.single-product h2,
  body.single-product .elementor-widget-woocommerce-product-price .price,
  body.single-product .elementor-widget-woocommerce-product-price .price .woocommerce-Price-amount,
  body.single-product .elementor-widget-woocommerce-product-price .price .woocommerce-Price-currencySymbol {
    font-size: var(--sapura-product-mobile-title-size) !important;
    line-height: 1.25 !important;
  }

  /* The safety and manufacturer links are list items, not headings. */
  body.single-product .product-safety-accordion__trigger {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* Einzelprodukt */
