/*
 * Product-template refinements. Scoped to the opt-in body class so the
 * stylesheet can be removed in one operation without touching WooCommerce.
 */
:root {
  --dy-ptr-ink: #241610;
  --dy-ptr-cream: #f7eddd;
  --dy-ptr-cream-soft: #fffaf0;
  --dy-ptr-dark: #12100d;
  --dy-ptr-dark-soft: #1c1813;
  --dy-ptr-gold: #a77b3a;
  --dy-ptr-red: #8d211d;
  --dy-ptr-line: #4d4032;
  --dy-ptr-space: clamp(18px, 2.6vw, 34px);
}

body.single-product.dy-product-experience .dy-container.woocommerce {
  width: min(1280px, calc(100% - 48px));
  max-width: 1280px;
}

body.single-product.dy-product-experience .woocommerce div.product {
  gap: var(--dy-ptr-space);
}

body.single-product.dy-product-experience .summary.entry-summary {
  box-sizing: border-box;
  color: var(--dy-ptr-ink);
  background: var(--dy-ptr-cream);
  border: 1px solid rgb(167 123 58 / 55%);
  box-shadow: none;
}

body.single-product.dy-product-experience .summary.entry-summary a:not(.button) {
  color: #6f1615;
}

body.single-product.dy-product-experience .summary .dy-product-kicker {
  margin-bottom: 8px;
  color: #704313;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.single-product.dy-product-experience .summary .product_title {
  margin-bottom: 12px;
  color: var(--dy-ptr-ink);
  font-size: clamp(2rem, 3.25vw, 3rem);
  line-height: 1.03;
}

body.single-product.dy-product-experience .summary > .price {
  margin: 0 0 14px;
  color: #541715;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 850;
  line-height: 1.2;
}

body.single-product.dy-product-experience .summary > .woocommerce-product-details__short-description {
  max-width: 62ch;
  margin-bottom: 18px;
  color: #3a281d;
  font-size: 0.98rem;
  line-height: 1.5;
}

body.single-product.dy-product-experience .dy-product-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 18px;
}

body.single-product.dy-product-experience .dy-product-badge {
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid rgb(112 67 19 / 35%);
  color: #3b2a1e;
  background: rgb(255 250 240 / 72%);
  font-size: 0.76rem;
  line-height: 1.25;
  text-align: center;
}

body.single-product.dy-product-experience .summary form.cart {
  margin: 0;
  padding-top: 2px;
}

body.single-product.dy-product-experience table.variations {
  margin: 0 0 16px;
}

body.single-product.dy-product-experience table.variations th,
body.single-product.dy-product-experience table.variations td {
  display: block;
  width: auto;
  padding: 0;
  text-align: start;
}

body.single-product.dy-product-experience table.variations tr + tr th {
  margin-top: 14px;
}

body.single-product.dy-product-experience table.variations label {
  display: block;
  margin-bottom: 7px;
  color: #332216;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.single-product.dy-product-experience .dy-variation-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.single-product.dy-product-experience .dy-native-variation-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

body.single-product.dy-product-experience .dy-variation-choice {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid #806446;
  border-radius: 2px;
  color: #302117;
  background: var(--dy-ptr-cream-soft);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: start;
  cursor: pointer;
}

body.single-product.dy-product-experience .dy-variation-choice:hover,
body.single-product.dy-product-experience .dy-variation-choice[aria-checked="true"] {
  border-color: #6f1715;
  color: #fff9ed;
  background: #6f1715;
}

body.single-product.dy-product-experience .dy-variation-choice:focus-visible,
body.single-product.dy-product-experience .single_add_to_cart_button:focus-visible,
body.single-product.dy-product-experience .dy-product-technical a:focus-visible {
  outline: 3px solid #d09543;
  outline-offset: 3px;
}

body.single-product.dy-product-experience .dy-variation-swatch {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: var(--dy-swatch-color);
}

body.single-product.dy-product-experience .single_variation_wrap {
  min-height: 0;
}

body.single-product.dy-product-experience.dy-product-template-ready .single_variation .woocommerce-variation-price {
  display: none;
}

body.single-product.dy-product-experience .single_add_to_cart_button {
  min-height: 52px;
  margin-top: 12px;
  padding: 12px 18px;
  border-radius: 2px;
  background: var(--dy-ptr-red);
  font-weight: 850;
}

body.single-product.dy-product-experience .single_add_to_cart_button:hover {
  background: #6d1715;
}

body.single-product.dy-product-experience .dy-product-key-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
  margin: 16px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid rgb(65 44 29 / 28%);
}

body.single-product.dy-product-experience .dy-product-key-facts > div {
  min-width: 0;
}

body.single-product.dy-product-experience .dy-product-key-facts dt {
  margin: 0 0 3px;
  color: #76501e;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.single-product.dy-product-experience .dy-product-key-facts dd {
  margin: 0;
  color: #352317;
  font-size: 0.87rem;
  line-height: 1.35;
}

body.single-product.dy-product-experience .summary .cart > .dy-product-key-facts {
  grid-column: 1 / -1;
  width: 100%;
}

body.single-product.dy-product-experience .summary .variations_form.cart > .dy-product-key-facts,
body.single-product.dy-product-experience .summary .variations_form.cart .woocommerce-variation-add-to-cart > .dy-product-key-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

body.single-product.dy-product-experience .dy-product-technical {
  margin-top: clamp(34px, 5vw, 68px);
  padding: clamp(22px, 3vw, 34px);
  border-top: 1px solid rgb(167 123 58 / 55%);
  border-bottom: 1px solid rgb(167 123 58 / 55%);
  color: #f9edd8;
  background: var(--dy-ptr-dark-soft);
}

body.single-product.dy-product-experience .dy-product-technical h2 {
  margin: 0 0 18px;
  color: #f9edd8;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

body.single-product.dy-product-experience .dy-product-technical dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px 28px;
  margin: 0;
}

body.single-product.dy-product-experience .dy-product-technical dt {
  margin: 0 0 4px;
  color: #d9ae6d;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.single-product.dy-product-experience .dy-product-technical dd {
  margin: 0;
  color: #f9edd8;
  line-height: 1.5;
}

body.single-product.dy-product-experience .dy-product-cta .dy-chip-row > a[hidden] {
  display: none;
}

@media (min-width: 961px) {
  body.single-product.dy-product-experience .woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(400px, 1fr);
    align-items: start;
  }

  body.single-product.dy-product-experience .woocommerce div.product .woocommerce-product-gallery,
  body.single-product.dy-product-experience .woocommerce div.product .summary {
    float: none;
    min-width: 0;
    width: auto;
    margin: 0;
  }

  body.single-product.dy-product-experience .summary.entry-summary {
    position: sticky;
    top: 24px;
    padding: clamp(24px, 2.5vw, 34px);
  }
}

@media (max-width: 960px) {
  body.single-product.dy-product-experience .dy-container.woocommerce {
    width: min(100% - 32px, 720px);
  }

  body.single-product.dy-product-experience .summary.entry-summary {
    margin-top: 18px;
    padding: clamp(20px, 4vw, 28px);
  }
}

@media (max-width: 640px) {
  body.single-product.dy-product-experience .dy-container.woocommerce {
    width: 100%;
  }

  body.single-product.dy-product-experience .woocommerce-product-gallery {
    margin-inline: 0;
  }

  body.single-product.dy-product-experience .summary.entry-summary {
    margin: 0;
    padding: 22px 18px 24px;
    border-right: 0;
    border-left: 0;
  }

  body.single-product.dy-product-experience .dy-product-badges {
    grid-template-columns: 1fr;
  }

  body.single-product.dy-product-experience .dy-product-badge {
    text-align: start;
  }

  body.single-product.dy-product-experience .dy-variation-choice {
    flex: 1 1 auto;
    justify-content: center;
  }

  body.single-product.dy-product-experience .dy-product-technical {
    margin-top: 32px;
    padding: 24px 18px;
  }

  body.single-product.dy-product-experience .dy-product-technical dl {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.single-product.dy-product-experience .related.products ul.products,
  body.single-product.dy-product-experience .related.products ul.products.columns-4 {
    display: flex;
    gap: 14px;
    margin-right: -18px;
    padding: 0 18px 8px 0;
    overflow-x: auto;
    scroll-padding-inline: 18px;
    scroll-snap-type: x proximity;
  }

  body.single-product.dy-product-experience .related.products ul.products > li.product {
    float: none;
    width: min(76vw, 285px);
    min-width: min(76vw, 285px);
    margin: 0;
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product.dy-product-experience * {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}

/* Gallery, long-form sections and FAQ share the same restrained workshop system. */
body.single-product.dy-product-experience .woocommerce-product-gallery .flex-viewport,
body.single-product.dy-product-experience .woocommerce-product-gallery__wrapper,
body.single-product.dy-product-experience .woocommerce-product-gallery__image,
body.single-product.dy-product-experience .woocommerce-product-gallery__image > a {
  background: #15120e;
}

body.single-product.dy-product-experience .woocommerce-product-gallery .flex-viewport {
  overflow: hidden;
  border: 1px solid rgb(167 123 58 / 48%);
  border-radius: 6px;
}

body.single-product.dy-product-experience .woocommerce-product-gallery__image > a,
body.single-product.dy-product-experience .woocommerce-product-gallery__image > a > img {
  display: block;
  width: 100%;
}

body.single-product.dy-product-experience .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0 !important;
  overflow: visible !important;
}

body.single-product.dy-product-experience .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 4px;
  overflow: hidden;
}

body.single-product.dy-product-experience .flex-control-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: .72;
}

body.single-product.dy-product-experience .flex-control-thumbs .flex-active {
  opacity: 1;
  box-shadow: inset 0 0 0 2px var(--dy-ptr-gold);
}

body.single-product.dy-product-experience .flex-control-thumbs li:nth-child(n + 6) {
  display: none;
}

body.single-product.dy-product-experience .summary .dy-stand-option {
  box-sizing: border-box;
  width: 100%;
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgb(65 44 29 / 28%);
  color: #352317;
}

body.single-product.dy-product-experience .summary .dy-stand-option > label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
}

body.single-product.dy-product-experience .summary .dy-stand-option input {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--dy-ptr-red);
}

body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: minmax(110px, 142px) minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  margin-top: 16px;
}

body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
}

body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .quantity .qty {
  width: 100%;
  min-height: 52px;
  border: 1px solid #806446;
  color: var(--dy-ptr-ink);
  background: var(--dy-ptr-cream-soft);
  text-align: center;
}

body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .dy-purchase-total,
body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .dy-product-key-facts {
  grid-column: 1 / -1;
}

body.single-product.dy-product-experience .summary .dy-purchase-total:not([hidden]) {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgb(65 44 29 / 28%);
  color: #3a281d;
  font-weight: 800;
}

body.single-product.dy-product-experience .summary .dy-purchase-total strong {
  color: #6f1715;
  font-size: 1.4rem;
}

body.single-product.dy-product-experience .summary .single_variation .woocommerce-variation-description:empty,
body.single-product.dy-product-experience .summary .single_variation .woocommerce-variation-availability:empty {
  display: none;
}

body.single-product.dy-product-experience .woocommerce-tabs,
body.single-product.dy-product-experience .dy-product-technical,
body.single-product.dy-product-experience .dy-product-assurance,
body.single-product.dy-product-experience .dy-faq-group,
body.single-product.dy-product-experience .related.products,
body.single-product.dy-product-experience .dy-product-cta,
body.single-product.dy-product-experience .dy-newsletter {
  width: min(1280px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

body.single-product.dy-product-experience .woocommerce-tabs {
  margin-top: clamp(34px, 5vw, 68px);
}

body.single-product.dy-product-experience .woocommerce-tabs ul.tabs,
body.single-product.dy-product-experience .woocommerce-tabs .wc-tabs {
  display: none;
}

body.single-product.dy-product-experience .woocommerce-Tabs-panel {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.single-product.dy-product-experience .dy-description-section {
  margin: 0 0 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 8px;
  color: #f4e7d1;
  background: linear-gradient(135deg, rgb(29 25 20 / 96%), rgb(18 16 13 / 96%));
}

body.single-product.dy-product-experience .dy-description-section h2,
body.single-product.dy-product-experience .dy-faq-group > h2,
body.single-product.dy-product-experience .related.products > h2,
body.single-product.dy-product-experience .dy-product-cta h2 {
  margin: 0 0 16px;
  color: #e3b36b;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.1;
}

body.single-product.dy-product-experience .dy-description-section h2::after,
body.single-product.dy-product-experience .dy-faq-group > h2::after,
body.single-product.dy-product-experience .related.products > h2::after {
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 12px;
  background: #d9ae6d;
  content: '';
}

body.single-product.dy-product-experience .dy-description-section p {
  max-width: 76ch;
  margin: 0 0 12px;
  color: #f4e7d1;
  font-size: 1.02rem;
  line-height: 1.62;
}

body.single-product.dy-product-experience .dy-description-section p:last-child {
  margin-bottom: 0;
}

body.single-product.dy-product-experience .dy-description-section--order {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-block: 20px;
}

body.single-product.dy-product-experience .dy-description-section--order h2 {
  flex: 0 0 auto;
  margin: 0;
  font-size: 1.15rem;
}

body.single-product.dy-product-experience .dy-description-section--order h2::after {
  display: none;
}

body.single-product.dy-product-experience .dy-description-section--order p {
  margin: 0;
}

body.single-product.dy-product-experience .dy-faq-group {
  margin-top: 34px;
}

body.single-product.dy-product-experience > .dy-product-assurance,
body.single-product.dy-product-experience .dy-product-assurance[data-dy-moved="true"] {
  box-sizing: border-box;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 7px;
  color: #f4e7d1;
  background: rgb(27 23 19 / 86%);
}

body.single-product.dy-product-experience .dy-faq-group details {
  margin: 0 0 9px;
  border: 1px solid rgb(167 123 58 / 38%);
  border-radius: 5px;
  background: rgb(27 23 19 / 82%);
}

body.single-product.dy-product-experience .dy-faq-group summary {
  min-height: 50px;
  padding: 14px 18px;
  color: #f4e7d1;
  cursor: pointer;
}

body.single-product.dy-product-experience .dy-faq-group .dy-faq-answer {
  padding: 0 18px 18px;
  color: #f4e7d1;
}

body.single-product.dy-product-experience .related.products {
  margin-top: 34px;
}

body.single-product.dy-product-experience .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.single-product.dy-product-experience .related.products ul.products > li.product {
  width: auto;
  margin: 0;
  padding: 0 0 14px;
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 6px;
  overflow: hidden;
  background: rgb(25 22 18 / 96%);
}

body.single-product.dy-product-experience .related.products ul.products > li.product .button,
body.single-product.dy-product-experience .related.products ul.products > li.product .price,
body.single-product.dy-product-experience .related.products ul.products > li.product .woocommerce-loop-product__title {
  margin-right: 13px;
  margin-left: 13px;
}

@media (max-width: 640px) {
  body.single-product.dy-product-experience .flex-control-thumbs {
    display: flex !important;
    gap: 9px;
    overflow-x: auto;
    padding: 0 16px 8px;
  }

  body.single-product.dy-product-experience .flex-control-thumbs li {
    min-width: 74px;
  }

  body.single-product.dy-product-experience .flex-control-thumbs li:nth-child(n + 6) {
    display: block;
  }

  body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart {
    grid-template-columns: minmax(102px, 130px) minmax(0, 1fr);
  }

  body.single-product.dy-product-experience .woocommerce-tabs,
  body.single-product.dy-product-experience .dy-product-technical,
  body.single-product.dy-product-experience .dy-product-assurance,
  body.single-product.dy-product-experience .dy-faq-group,
  body.single-product.dy-product-experience .related.products,
  body.single-product.dy-product-experience .dy-product-cta,
  body.single-product.dy-product-experience .dy-newsletter {
    width: min(100% - 32px, 720px);
  }

  body.single-product.dy-product-experience .dy-description-section--order {
    display: block;
  }

  body.single-product.dy-product-experience .dy-description-section--order h2 {
    margin-bottom: 8px;
  }
}

/* Product composition pass: a restrained editorial flow, without replacing
 * WooCommerce controls or product data. */
body.single-product.dy-product-experience .woocommerce div.product {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* Keep the long-form editorial cards on the same content grid as the
   technical and care cards, at every breakpoint. */
body.single-product.dy-product-experience .woocommerce div.product > .woocommerce-tabs {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.single-product.dy-product-experience .summary.entry-summary {
  padding: clamp(28px, 2.7vw, 36px);
}

body.single-product.dy-product-experience .summary .product_title {
  margin-bottom: 14px;
  font-size: clamp(2.15rem, 3.1vw, 2.9rem);
}

body.single-product.dy-product-experience .summary > .price {
  margin-bottom: 16px;
}

body.single-product.dy-product-experience .summary > .woocommerce-product-details__short-description {
  margin-bottom: 20px;
  line-height: 1.58;
}

body.single-product.dy-product-experience .dy-product-badges {
  margin-bottom: 20px;
}

body.single-product.dy-product-experience .dy-product-badge {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
}

body.single-product.dy-product-experience table.variations {
  width: 100%;
  margin-bottom: 20px;
}

body.single-product.dy-product-experience table.variations tr + tr th {
  margin-top: 16px;
}

body.single-product.dy-product-experience .dy-variation-choice-group {
  display: grid;
  width: 100%;
}

body.single-product.dy-product-experience table.variations tr:first-child .dy-variation-choice-group {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-product.dy-product-experience table.variations tr:nth-child(2) .dy-variation-choice-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product.dy-product-experience .dy-variation-choice {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  padding: 10px 11px;
  border-radius: 4px;
}

body.single-product.dy-product-experience .dy-variation-choice:hover,
body.single-product.dy-product-experience .dy-variation-choice[aria-checked="true"] {
  border-color: #8d211d;
  color: #302117;
  background: var(--dy-ptr-cream-soft);
  box-shadow: inset 0 0 0 1px #8d211d;
}

body.single-product.dy-product-experience .dy-variation-swatch {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  border-radius: 4px;
}

body.single-product.dy-product-experience .single_add_to_cart_button {
  min-height: 56px;
}

body.single-product.dy-product-experience .woocommerce-tabs {
  margin-top: clamp(40px, 5vw, 68px);
}

body.single-product.dy-product-experience .dy-description-section {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.single-product.dy-product-experience .dy-description-section--about {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(29 25 20 / 96%), rgb(18 16 13 / 96%));
}

body.single-product.dy-product-experience .dy-description-copy {
  min-width: 0;
}

body.single-product.dy-product-experience .dy-description-media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(167 123 58 / 62%);
  border-radius: 7px;
  background: #15120e;
}

body.single-product.dy-product-experience .dy-description-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.38 / 1;
  object-fit: cover;
}

body.single-product.dy-product-experience .dy-description-section--making {
  margin-top: 16px;
  padding: clamp(26px, 3.2vw, 42px);
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(29 25 20 / 96%), rgb(18 16 13 / 96%));
}

body.single-product.dy-product-experience .dy-description-section h2,
body.single-product.dy-product-experience .dy-faq-group > h2,
body.single-product.dy-product-experience .related.products > h2,
body.single-product.dy-product-experience .dy-product-cta h2 {
  margin-bottom: 17px;
}

body.single-product.dy-product-experience .dy-description-section p {
  max-width: 68ch;
  margin-bottom: 14px;
  font-size: 1.03rem;
  line-height: 1.66;
}

body.single-product.dy-product-experience .dy-product-information-grid,
body.single-product.dy-product-experience .dy-product-discovery-grid,
body.single-product.dy-product-experience .dy-product-support-grid {
  box-sizing: border-box;
  width: 100%;
}

body.single-product.dy-product-experience .dy-product-information-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

body.single-product.dy-product-experience .dy-product-information-grid--technical-only {
  grid-template-columns: 1fr;
}

body.single-product.dy-product-experience .dy-product-information-grid > .dy-product-technical,
body.single-product.dy-product-experience .dy-product-information-grid > .dy-description-section--care {
  box-sizing: border-box;
  width: auto;
  min-height: 100%;
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(29 25 20 / 96%), rgb(18 16 13 / 96%));
}

body.single-product.dy-product-experience .dy-product-information-grid > .dy-product-technical {
  border-top: 1px solid rgb(167 123 58 / 42%);
  border-bottom: 1px solid rgb(167 123 58 / 42%);
}

body.single-product.dy-product-experience .dy-product-information-grid .dy-product-technical h2 {
  margin-bottom: 18px;
  color: #e3b36b;
}

body.single-product.dy-product-experience .dy-product-information-grid .dy-product-technical dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

body.single-product.dy-product-experience .dy-product-information-grid .dy-product-technical dl > div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(167 123 58 / 26%);
}

body.single-product.dy-product-experience .dy-description-section--care p {
  max-width: none;
}

body.single-product.dy-product-experience .dy-description-section--order {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.7fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
  margin-top: 16px;
  padding: 20px clamp(22px, 3vw, 34px);
  border: 1px solid rgb(167 123 58 / 48%);
  border-radius: 7px;
  background: linear-gradient(90deg, rgb(33 29 23 / 95%), rgb(24 21 17 / 88%));
}

body.single-product.dy-product-experience .dy-description-section--order h2 {
  margin: 0;
  color: #e3b36b;
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
}

body.single-product.dy-product-experience .dy-description-section--order p {
  max-width: none;
  margin: 0;
}

body.single-product.dy-product-experience .dy-description-section--compare {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 2.05fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
  margin-top: 16px;
  padding: 22px clamp(22px, 3vw, 34px);
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 8px;
  background: rgb(24 21 17 / 72%);
}

body.single-product.dy-product-experience .dy-description-section--compare h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

body.single-product.dy-product-experience .dy-compare-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

body.single-product.dy-product-experience .dy-compare-links a {
  min-width: 0;
  padding: 8px 16px;
  border-left: 1px solid rgb(167 123 58 / 42%);
  color: #e3b36b;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

body.single-product.dy-product-experience .dy-compare-links a:first-child {
  border-left: 0;
}

body.single-product.dy-product-experience .dy-product-assurance[data-dy-moved="true"] {
  width: 100%;
  margin-top: 16px;
  padding: 16px clamp(20px, 2.8vw, 32px);
  border-radius: 7px;
  background: rgb(27 23 19 / 72%);
}

body.single-product.dy-product-experience .dy-product-assurance[data-dy-moved="true"] p {
  margin: 0 0 10px;
  color: #f4e7d1;
}

body.single-product.dy-product-experience .dy-product-assurance[data-dy-moved="true"] > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.single-product.dy-product-experience .dy-product-assurance[data-dy-moved="true"] a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgb(167 123 58 / 42%);
  color: #f4e7d1;
  background: transparent;
}

body.single-product.dy-product-experience .dy-product-discovery-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.83fr) minmax(0, 1.52fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
  margin-top: clamp(42px, 5vw, 68px);
}

body.single-product.dy-product-experience .dy-product-discovery-grid > .dy-faq-group,
body.single-product.dy-product-experience .dy-product-discovery-grid > .related.products {
  width: auto;
  margin: 0;
}

body.single-product.dy-product-experience .dy-product-discovery-grid .dy-faq-group details {
  margin-bottom: 10px;
}

body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products {
  gap: 12px;
}

body.single-product.dy-product-experience .related.products ul.products > li.product {
  padding-bottom: 16px;
  background: #1c1813;
}

body.single-product.dy-product-experience .related.products .woocommerce-loop-product__title,
body.single-product.dy-product-experience .related.products .woocommerce-loop-product__title a {
  color: #f7ead4 !important;
  font-size: 0.95rem;
  line-height: 1.35;
}

body.single-product.dy-product-experience .related.products .price,
body.single-product.dy-product-experience .related.products .price * {
  color: #e3b36b !important;
}

body.single-product.dy-product-experience .related.products .button {
  min-height: 40px;
  border-color: #a77b3a;
  color: #f7ead4;
  background: transparent;
}

body.single-product.dy-product-experience .dy-product-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: clamp(42px, 5vw, 68px);
  margin-bottom: clamp(42px, 5vw, 68px);
}

body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-cta,
body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
  box-sizing: border-box;
  width: auto;
  min-height: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 8px;
  background: rgb(27 23 19 / 86%);
}

body.single-product.dy-product-experience .dy-product-support-grid .dy-product-cta h2,
body.single-product.dy-product-experience .dy-product-support-grid .dy-newsletter h2 {
  color: #e3b36b;
  font-size: 1.28rem;
}

body.single-product.dy-product-experience .dy-product-support-grid .dy-chip-row,
body.single-product.dy-product-experience .dy-product-support-grid .dy-product-explore {
  display: grid;
  gap: 9px;
}

body.single-product.dy-product-experience .dy-product-support-grid .dy-chip-row a,
body.single-product.dy-product-experience .dy-product-support-grid .dy-product-explore > a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 5px;
  color: #f4e7d1;
  background: rgb(16 14 12 / 48%);
}

body.single-product.dy-product-experience .dy-product-support-grid .dy-product-explore > a::after,
body.single-product.dy-product-experience .dy-product-support-grid .dy-chip-row a::after {
  color: #e3b36b;
  content: '›';
  font-size: 1.45rem;
  line-height: 1;
}

body.single-product.dy-product-experience .dy-product-support-grid .dy-newsletter {
  display: block;
}

body.single-product.dy-product-experience .dy-product-support-grid .dy-newsletter-copy,
body.single-product.dy-product-experience .dy-product-support-grid .dy-newsletter-form {
  width: auto;
}

@media (min-width: 961px) {
  body.single-product.dy-product-experience .dy-container.woocommerce {
    padding-right: 0;
    padding-left: 0;
  }

  body.single-product.dy-product-experience .woocommerce div.product {
    grid-template-columns: minmax(0, 1.19fr) minmax(450px, 1fr);
    gap: clamp(28px, 2.5vw, 36px);
  }

  body.single-product.dy-product-experience .woocommerce div.product > .woocommerce-tabs,
  body.single-product.dy-product-experience .woocommerce div.product > .dy-product-information-grid,
  body.single-product.dy-product-experience .woocommerce div.product > .dy-description-section--order,
  body.single-product.dy-product-experience .woocommerce div.product > .dy-product-order-contact-grid,
  body.single-product.dy-product-experience .woocommerce div.product > .dy-description-section--compare,
  body.single-product.dy-product-experience .woocommerce div.product > .dy-product-assurance,
  body.single-product.dy-product-experience .woocommerce div.product > .dy-product-discovery-grid,
  body.single-product.dy-product-experience .woocommerce div.product > .dy-product-support-grid {
    grid-column: 1 / -1;
    min-width: 0;
  }
}

body.single-product.dy-product-experience .dy-product-discovery-grid > .dy-faq-group,
body.single-product.dy-product-experience .dy-product-discovery-grid > .related.products,
body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-cta,
body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
  grid-column: auto !important;
  grid-row: auto !important;
}

@media (max-width: 960px) {
  body.single-product.dy-product-experience .dy-product-information-grid,
  body.single-product.dy-product-experience .dy-product-discovery-grid,
  body.single-product.dy-product-experience .dy-product-support-grid {
    grid-template-columns: 1fr;
  }

  body.single-product.dy-product-experience .dy-product-discovery-grid,
  body.single-product.dy-product-experience .dy-product-support-grid {
    gap: 28px;
  }

  body.single-product.dy-product-experience .dy-product-discovery-grid > .dy-faq-group,
  body.single-product.dy-product-experience .dy-product-discovery-grid > .related.products {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  /* FlexSlider stacks the product slides vertically on some mobile browsers.
   * Show only the current WooCommerce slide instead of translating a tall
   * wrapper, which prevents the loaded image from being moved out of view. */
  body.single-product.dy-product-experience .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
  }

  body.single-product.dy-product-experience .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
  }

  body.single-product.dy-product-experience .woocommerce-product-gallery__image {
    display: none !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.single-product.dy-product-experience .woocommerce-product-gallery__image.flex-active-slide {
    display: block !important;
  }

  /* FlexSlider changes the active slide abruptly on mobile.  Fade only the
   * newly active photo, without changing its position or the gallery height. */
  body.single-product.dy-product-experience .woocommerce-product-gallery__image.flex-active-slide > a > img {
    animation: dy-gallery-mobile-photo-in 180ms ease-out both;
  }

  body.single-product.dy-product-experience .summary.entry-summary {
    padding: 24px 18px 26px;
  }

  body.single-product.dy-product-experience .dy-product-badge {
    min-height: 0;
    justify-content: flex-start;
  }

  body.single-product.dy-product-experience .dy-description-section--about {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 18px;
  }

  body.single-product.dy-product-experience .dy-description-section--making {
    padding: 26px 18px;
  }

  body.single-product.dy-product-experience .dy-product-information-grid {
    gap: 14px;
  }

  body.single-product.dy-product-experience .dy-product-information-grid > .dy-product-technical,
  body.single-product.dy-product-experience .dy-product-information-grid > .dy-description-section--care {
    padding: 24px 18px;
  }

  body.single-product.dy-product-experience .dy-product-information-grid .dy-product-technical dl {
    grid-template-columns: 1fr;
  }

  body.single-product.dy-product-experience .dy-description-section--order,
  body.single-product.dy-product-experience .dy-description-section--compare {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px;
  }

  body.single-product.dy-product-experience .dy-compare-links {
    grid-template-columns: 1fr;
  }

  body.single-product.dy-product-experience .dy-compare-links a,
  body.single-product.dy-product-experience .dy-compare-links a:first-child {
    padding: 11px 0;
    border-top: 1px solid rgb(167 123 58 / 32%);
    border-left: 0;
    text-align: start;
  }

  body.single-product.dy-product-experience .dy-compare-links a:first-child {
    border-top: 0;
  }

  body.single-product.dy-product-experience .dy-product-discovery-grid,
  body.single-product.dy-product-experience .dy-product-support-grid {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-cta,
  body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
    padding: 22px 18px;
  }
}

@keyframes dy-gallery-mobile-photo-in {
  from { opacity: .42; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product.dy-product-experience .woocommerce-product-gallery__image.flex-active-slide > a > img {
    animation-duration: 1ms;
  }
}

/* Targeted product-page pass: keeps WooCommerce data and interactions intact. */
body.single-product.dy-product-experience .woocommerce-product-gallery .flex-viewport {
  box-sizing: border-box;
  overflow: hidden !important;
}

/* Keep the loaded first product image visible while WooCommerce initialises FlexSlider. */
body.single-product.dy-product-experience .woocommerce-product-gallery {
  opacity: 1 !important;
}

body.single-product.dy-product-experience .woocommerce-product-gallery:not(.dy-gallery-ready) .woocommerce-product-gallery__wrapper {
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 641px) {
  body.single-product.dy-product-experience .flex-control-thumbs {
    display: flex !important;
    gap: 10px;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    padding: 0 0 9px;
    scrollbar-color: rgb(167 123 58 / 62%) transparent;
    scroll-snap-type: x proximity;
  }

  body.single-product.dy-product-experience .flex-control-thumbs li,
  body.single-product.dy-product-experience .flex-control-thumbs li:nth-child(n + 6) {
    display: block;
    min-width: 94px;
    scroll-snap-align: start;
  }
}

body.single-product.dy-product-experience .dy-description-section--order {
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.7fr);
  gap: clamp(22px, 3.4vw, 54px);
  min-height: 98px;
  margin-top: 22px;
  padding: 25px clamp(24px, 3.2vw, 40px);
  border-color: rgb(184 139 66 / 62%);
  background:
    linear-gradient(90deg, rgb(18 16 13 / 98%), rgb(30 26 21 / 96%)),
    #181510;
}

body.single-product.dy-product-experience .dy-description-section--order h2 {
  font-size: clamp(1.16rem, 1.65vw, 1.46rem);
  letter-spacing: .012em;
}

body.single-product.dy-product-experience .dy-description-section--order p {
  color: #f4e7d1;
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
  line-height: 1.5;
}

body.single-product.dy-product-experience .dy-product-contact {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr) auto;
  gap: 18px 28px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 12px;
  padding: 18px clamp(22px, 2.7vw, 34px);
  border: 1px solid rgb(167 123 58 / 42%);
  border-radius: 7px;
  color: #f4e7d1;
  background: rgb(27 23 19 / 74%);
}

body.single-product.dy-product-experience .dy-product-contact h2 {
  margin: 0;
  color: #e3b36b;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.25;
}

body.single-product.dy-product-experience .dy-product-contact p {
  max-width: 62ch;
  margin: 0;
  color: #f4e7d1;
  font-size: .96rem;
  line-height: 1.48;
}

body.single-product.dy-product-experience .dy-product-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.single-product.dy-product-experience .dy-product-contact-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid rgb(167 123 58 / 52%);
  border-radius: 4px;
  color: #f4e7d1;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

body.single-product.dy-product-experience .dy-product-contact-actions a:hover,
body.single-product.dy-product-experience .dy-product-contact-actions a:focus-visible {
  border-color: #d9ae6d;
  color: #fff7e7;
  background: rgb(167 123 58 / 18%);
}

body.single-product.dy-product-experience .dy-description-section--compare {
  display: block;
  margin-top: 16px;
  padding: clamp(24px, 3vw, 34px);
}

body.single-product.dy-product-experience .dy-description-section--compare h2 {
  margin-bottom: 20px;
}

body.single-product.dy-product-experience .dy-compare-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

body.single-product.dy-product-experience .dy-compare-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(167 123 58 / 46%);
  border-radius: 6px;
  color: #f7ead4;
  background: #1b1713;
  text-decoration: none;
}

body.single-product.dy-product-experience .dy-compare-card:hover,
body.single-product.dy-product-experience .dy-compare-card:focus-visible {
  border-color: #d9ae6d;
  color: #fff7e7;
  box-shadow: 0 0 0 1px rgb(217 174 109 / 32%);
}

body.single-product.dy-product-experience .dy-compare-card-media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #15120e;
}

body.single-product.dy-product-experience .dy-compare-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

body.single-product.dy-product-experience .dy-compare-card:hover .dy-compare-card-media img,
body.single-product.dy-product-experience .dy-compare-card:focus-visible .dy-compare-card-media img {
  transform: scale(1.035);
}

body.single-product.dy-product-experience .dy-compare-card-name {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 11px 13px 3px;
  color: inherit;
  font-size: clamp(.9rem, 1.14vw, 1rem);
  font-weight: 700;
  line-height: 1.32;
}

body.single-product.dy-product-experience .dy-compare-card-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 3px 13px 12px;
  color: #e3b36b;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
}

body.single-product.dy-product-experience .dy-product-discovery-grid {
  grid-template-columns: minmax(330px, .88fr) minmax(0, 1.62fr);
  gap: clamp(30px, 4.2vw, 64px);
}

body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products::before,
body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products::after {
  display: none !important;
  content: none;
}

body.single-product.dy-product-experience .related.products ul.products > li.product {
  float: none !important;
  clear: none !important;
  padding-bottom: 18px;
}

body.single-product.dy-product-experience .related.products .woocommerce-loop-product__title,
body.single-product.dy-product-experience .related.products .woocommerce-loop-product__title a {
  font-size: clamp(.96rem, 1.1vw, 1.06rem);
  line-height: 1.32;
}

body.single-product.dy-product-experience .dy-product-support-grid {
  gap: 22px;
}

body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-cta,
body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
  padding: 26px;
}

@media (min-width: 961px) {
  body.single-product.dy-product-experience .woocommerce div.product > .dy-product-contact {
    grid-column: 1 / -1;
    min-width: 0;
  }
}

@media (max-width: 960px) {
  body.single-product.dy-product-experience .dy-product-discovery-grid,
  body.single-product.dy-product-experience .dy-product-support-grid {
    grid-template-columns: 1fr;
  }

  body.single-product.dy-product-experience .dy-product-discovery-grid > .dy-faq-group,
  body.single-product.dy-product-experience .dy-product-discovery-grid > .related.products {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }

  body.single-product.dy-product-experience .dy-product-contact {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.single-product.dy-product-experience .dy-product-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body.single-product.dy-product-experience .dy-description-section--order {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 22px 18px;
  }

  body.single-product.dy-product-experience .dy-product-contact {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 18px;
  }

  body.single-product.dy-product-experience .dy-product-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product.dy-product-experience .dy-description-section--compare {
    padding: 22px 18px;
  }

  body.single-product.dy-product-experience .dy-compare-cards {
    display: flex;
    overflow-x: auto;
    margin-right: -18px;
    padding: 0 18px 8px 0;
    scroll-padding-inline: 18px;
    scroll-snap-type: x proximity;
  }

  body.single-product.dy-product-experience .dy-compare-card {
    min-width: min(72vw, 286px);
    scroll-snap-align: start;
  }

  body.single-product.dy-product-experience .dy-compare-card-name {
    min-height: 52px;
  }

  body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products {
    display: flex !important;
    grid-template-columns: none;
    gap: 14px;
    margin-right: -18px;
    padding: 0 18px 8px 0;
    overflow-x: auto;
    scroll-padding-inline: 18px;
    scroll-snap-type: x proximity;
  }

  body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products > li.product {
    width: min(76vw, 285px);
    min-width: min(76vw, 285px);
    scroll-snap-align: start;
  }
}

/* Feedback pass: keep all gallery photos visible in a wrapped thumbnail grid. */
body.single-product.dy-product-experience .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  grid-auto-flow: row !important;
  grid-auto-columns: auto !important;
  gap: 10px;
  overflow: visible !important;
  padding: 0 !important;
  scroll-snap-type: none;
}

body.single-product.dy-product-experience .flex-control-thumbs li,
body.single-product.dy-product-experience .flex-control-thumbs li:nth-child(n + 6) {
  display: block !important;
  min-width: 0 !important;
  scroll-snap-align: none;
}

/* The mobile header utility is injected by the shell. It must not float in desktop product content. */
@media (min-width: 961px) {
  body.single-product.dy-product-experience .dy-mobile-utility-links {
    display: none !important;
  }
}

/* Keep the useful category navigation and newsletter together, without the redundant article card. */
body.single-product.dy-product-experience .dy-product-article-cta {
  display: none !important;
}

body.single-product.dy-product-experience .dy-product-understand {
  display: block !important;
}

/* The order reassurance and the contact route form one coherent decision band. */
body.single-product.dy-product-experience .dy-product-order-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  border: 1px solid rgb(167 123 58 / 46%);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(29 25 20 / 96%), rgb(18 16 13 / 96%));
}

body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-description-section--order,
body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact {
  box-sizing: border-box;
  width: auto;
  min-height: 100%;
  margin: 0;
  padding: clamp(24px, 2.8vw, 34px);
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-description-section--order,
body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact {
  display: block;
}

body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-description-section--order h2,
body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact h2 {
  margin: 0 0 10px;
}

body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-description-section--order p,
body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact p {
  margin: 0;
}

body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact {
  position: relative;
}

body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact::before {
  position: absolute;
  top: clamp(20px, 2vw, 30px);
  bottom: clamp(20px, 2vw, 30px);
  left: 0;
  width: 1px;
  background: rgb(167 123 58 / 38%);
  content: '';
}

body.single-product.dy-product-experience .dy-product-order-contact-grid .dy-product-contact-actions {
  margin-top: 16px;
  justify-content: flex-start;
}

body.single-product.dy-product-experience .dy-product-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  margin-top: clamp(36px, 4vw, 52px);
  margin-bottom: clamp(36px, 4vw, 52px);
}

body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-understand,
body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-explore,
body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
  min-height: 100%;
}

body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
  padding: clamp(24px, 2.8vw, 34px);
}

body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter:only-child {
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  body.single-product.dy-product-experience .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  /* FlexSlider can initialise after the thumbnail images on mobile.  Do not
     leave the main frame empty during that short state. */
  body.single-product.dy-product-experience .woocommerce-product-gallery__wrapper:not(:has(.flex-active-slide)) .woocommerce-product-gallery__image:first-child {
    display: block !important;
  }
}

@media (min-width: 961px) {
  body.single-product.dy-product-experience .flex-control-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  body.single-product.dy-product-experience .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 960px) {
  body.single-product.dy-product-experience .dy-product-order-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact::before {
    top: 0;
    right: 18px;
    bottom: auto;
    left: 18px;
    width: auto;
    height: 1px;
  }

  body.single-product.dy-product-experience .dy-product-support-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Mobile-only finish: a denser buying flow while preserving desktop and the
   native WooCommerce controls. */
@media (max-width: 640px) {
  :root {
    --dy-mobile-flow-space: 24px;
  }

  body.single-product.dy-product-experience .dy-site-header {
    min-height: 0;
  }

  body.single-product.dy-product-experience .dy-header-actions {
    min-height: 46px;
  }

  body.single-product.dy-product-experience .dy-header-actions > * {
    min-height: 46px;
  }

  body.single-product.dy-product-experience .dy-header-search {
    min-height: 42px;
    height: 42px;
    margin-bottom: 6px;
  }

  body.single-product.dy-product-experience #dy-ppwr-shipping-notice {
    padding: 7px 12px;
  }

  body.single-product.dy-product-experience #dy-ppwr-shipping-notice > div {
    display: block;
  }

  body.single-product.dy-product-experience #dy-ppwr-shipping-notice strong {
    display: block;
    margin-bottom: 3px;
    font-size: .78rem;
    line-height: 1.25;
  }

  body.single-product.dy-product-experience #dy-ppwr-shipping-notice span {
    display: block;
    font-size: .7rem;
    line-height: 1.3;
  }

  body.single-product.dy-product-experience .dy-main {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  body.single-product.dy-product-experience .dy-container.woocommerce {
    padding-top: 14px;
    padding-bottom: 48px;
  }

  body.single-product.dy-product-experience .woocommerce div.product .woocommerce-product-gallery {
    margin-bottom: 20px;
    padding: 7px;
  }

  body.single-product.dy-product-experience .flex-control-thumbs {
    display: flex !important;
    gap: 8px;
    margin-top: 10px !important;
    padding: 0 10px 8px 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgb(167 123 58 / 62%) transparent;
  }

  body.single-product.dy-product-experience .flex-control-thumbs li,
  body.single-product.dy-product-experience .flex-control-thumbs li:nth-child(n + 6) {
    display: block !important;
    min-width: 62px !important;
    max-width: 62px;
    scroll-snap-align: start;
  }

  body.single-product.dy-product-experience .flex-control-thumbs img {
    aspect-ratio: 1 / 1;
  }

  body.single-product.dy-product-experience .flex-control-thumbs li:has(.flex-active) {
    border-color: #d9ae6d;
    box-shadow: 0 0 0 1px rgb(217 174 109 / 46%);
  }

  body.single-product.dy-product-experience .woocommerce div.product .summary.entry-summary {
    margin-top: 20px;
    padding: 22px 18px 20px;
  }

  body.single-product.dy-product-experience .summary .dy-product-kicker {
    margin-bottom: 6px;
  }

  body.single-product.dy-product-experience .summary .product_title {
    margin-bottom: 9px;
    font-size: clamp(1.9rem, 9vw, 2.35rem);
  }

  body.single-product.dy-product-experience .summary > .price {
    margin-bottom: 10px;
  }

  body.single-product.dy-product-experience .summary > .woocommerce-product-details__short-description {
    margin-bottom: 14px;
    font-size: .94rem;
    line-height: 1.48;
  }

  body.single-product.dy-product-experience .summary .dy-product-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 14px;
  }

  body.single-product.dy-product-experience .summary .dy-product-badge {
    min-height: 38px;
    padding: 6px 5px;
    font-size: .68rem;
    line-height: 1.18;
    text-align: center;
  }

  body.single-product.dy-product-experience .summary table.variations {
    margin-bottom: 14px;
    padding: 12px;
  }

  body.single-product.dy-product-experience .summary table.variations tr + tr th {
    margin-top: 10px;
  }

  body.single-product.dy-product-experience .summary table.variations label {
    margin-bottom: 5px;
  }

  body.single-product.dy-product-experience .summary .dy-variation-choice {
    min-height: 48px;
    padding: 8px 7px;
    font-size: .84rem;
  }

  body.single-product.dy-product-experience .summary .dy-variation-swatch {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  body.single-product.dy-product-experience .summary .dy-stand-option {
    margin-top: 10px;
    padding-top: 10px;
    font-size: .86rem;
  }

  body.single-product.dy-product-experience .woocommerce div.product .summary .woocommerce-variation-add-to-cart {
    display: grid;
    flex-direction: initial;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .dy-stand-option,
  body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .dy-product-key-facts {
    grid-column: 1 / -1;
  }

  body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .quantity {
    grid-column: 1;
  }

  body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    grid-column: 2;
  }

  body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .quantity .qty,
  body.single-product.dy-product-experience .single_add_to_cart_button {
    min-height: 48px;
  }

  body.single-product.dy-product-experience .single_add_to_cart_button {
    margin-top: 0;
    padding: 10px 14px;
  }

  body.single-product.dy-product-experience .summary .dy-purchase-total:not([hidden]) {
    padding-top: 9px;
  }

  body.single-product.dy-product-experience .summary .dy-product-key-facts {
    gap: 7px;
    margin-top: 12px;
    padding-top: 10px;
  }

  body.single-product.dy-product-experience .summary .dy-product-key-facts dt {
    font-size: .65rem;
  }

  body.single-product.dy-product-experience .summary .dy-product-key-facts dd {
    font-size: .76rem;
    line-height: 1.28;
  }

  body.single-product.dy-product-experience .woocommerce-tabs {
    margin-top: var(--dy-mobile-flow-space);
  }

  body.single-product.dy-product-experience .dy-description-section--about,
  body.single-product.dy-product-experience .dy-description-section--making,
  body.single-product.dy-product-experience .dy-product-information-grid > .dy-product-technical,
  body.single-product.dy-product-experience .dy-product-information-grid > .dy-description-section--care {
    padding: 20px 16px;
  }

  body.single-product.dy-product-experience .dy-description-section--making {
    margin-top: 14px;
    border: 1px solid rgb(167 123 58 / 42%);
    border-radius: 8px;
    background: linear-gradient(135deg, rgb(29 25 20 / 96%), rgb(18 16 13 / 96%));
  }

  body.single-product.dy-product-experience .dy-description-section h2,
  body.single-product.dy-product-experience .dy-faq-group > h2,
  body.single-product.dy-product-experience .related.products > h2,
  body.single-product.dy-product-experience .dy-product-cta h2,
  body.single-product.dy-product-experience .dy-newsletter h2 {
    margin-bottom: 12px;
    font-size: clamp(1.35rem, 6.2vw, 1.62rem);
  }

  body.single-product.dy-product-experience .dy-description-section h2::after,
  body.single-product.dy-product-experience .dy-faq-group > h2::after,
  body.single-product.dy-product-experience .related.products > h2::after {
    margin-top: 8px;
  }

  body.single-product.dy-product-experience .dy-description-section p {
    margin-bottom: 10px;
    font-size: .95rem;
    line-height: 1.52;
  }

  body.single-product.dy-product-experience .dy-description-section--about {
    gap: 16px;
  }

  body.single-product.dy-product-experience .dy-description-media img {
    aspect-ratio: 1.48 / 1;
  }

  body.single-product.dy-product-experience .dy-product-information-grid {
    gap: 14px;
    margin-top: 14px;
  }

  body.single-product.dy-product-experience .dy-product-technical,
  body.single-product.dy-product-experience .dy-description-section--care {
    min-height: 0;
  }

  body.single-product.dy-product-experience .dy-product-technical dl {
    gap: 12px;
  }

  body.single-product.dy-product-experience .dy-product-order-contact-grid {
    margin-top: 16px;
  }

  body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-description-section--order,
  body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact {
    padding: 18px 16px;
  }

  body.single-product.dy-product-experience .dy-product-order-contact-grid > .dy-product-contact::before {
    right: 16px;
    left: 16px;
  }

  body.single-product.dy-product-experience .dy-product-order-contact-grid .dy-product-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  body.single-product.dy-product-experience .dy-product-order-contact-grid .dy-product-contact-actions a {
    min-height: 44px;
    padding: 8px 6px;
    font-size: .78rem;
  }

  body.single-product.dy-product-experience .dy-description-section--compare {
    margin-top: 14px;
    padding: 20px 16px 18px;
  }

  body.single-product.dy-product-experience .dy-description-section--compare h2 {
    margin-bottom: 14px;
  }

  body.single-product.dy-product-experience .dy-compare-cards {
    gap: 12px;
    margin-right: -16px;
    padding: 0 16px 8px 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgb(167 123 58 / 62%) transparent;
  }

  body.single-product.dy-product-experience .dy-compare-card {
    min-width: min(76vw, 272px);
    scroll-snap-stop: always;
  }

  body.single-product.dy-product-experience .dy-compare-card-media {
    aspect-ratio: 4 / 3;
  }

  body.single-product.dy-product-experience .dy-compare-card-name {
    min-height: 44px;
    padding: 9px 11px 2px;
    font-size: .88rem;
  }

  body.single-product.dy-product-experience .dy-compare-card-action {
    min-height: 38px;
    padding: 2px 11px 10px;
    font-size: .82rem;
  }

  body.single-product.dy-product-experience .dy-product-discovery-grid {
    gap: var(--dy-mobile-flow-space);
    margin-top: 28px;
    margin-bottom: 28px;
  }

  body.single-product.dy-product-experience .dy-faq-group,
  body.single-product.dy-product-experience .related.products {
    margin-top: 0;
    padding-top: 0;
  }

  body.single-product.dy-product-experience .dy-faq-group details {
    margin-bottom: 10px;
  }

  body.single-product.dy-product-experience .dy-faq-group summary {
    min-height: 54px;
    padding: 14px 16px;
    line-height: 1.38;
  }

  body.single-product.dy-product-experience .dy-faq-group .dy-faq-answer {
    padding: 0 16px 16px;
    line-height: 1.5;
  }

  body.single-product.dy-product-experience .related.products ul.products,
  body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products {
    gap: 12px;
    margin-right: -16px;
    padding: 0 16px 8px 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgb(167 123 58 / 62%) transparent;
  }

  body.single-product.dy-product-experience .related.products ul.products > li.product,
  body.single-product.dy-product-experience .dy-product-discovery-grid .related.products ul.products > li.product {
    display: flex;
    width: min(76vw, 272px);
    min-width: min(76vw, 272px);
    min-height: 0;
    flex-direction: column;
    padding-bottom: 12px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.single-product.dy-product-experience .related.products ul.products > li.product .woocommerce-LoopProduct-link {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }

  body.single-product.dy-product-experience .related.products ul.products > li.product img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  body.single-product.dy-product-experience .related.products .woocommerce-loop-product__title {
    min-height: 2.7em;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: .88rem;
    line-height: 1.34;
  }

  body.single-product.dy-product-experience .related.products ul.products > li.product .price {
    min-height: 1.4em;
    margin-bottom: 10px;
  }

  body.single-product.dy-product-experience .related.products ul.products > li.product .button {
    min-height: 42px;
    margin-top: auto;
  }

  body.single-product.dy-product-experience .dy-product-support-grid {
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-understand,
  body.single-product.dy-product-experience .dy-product-support-grid > .dy-product-explore,
  body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
    min-height: 0;
    padding: 20px 16px;
  }

  body.single-product.dy-product-experience .dy-product-support-grid > .dy-newsletter {
    padding: 20px 16px;
  }

  body.single-product.dy-product-experience .dy-product-support-grid .dy-chip-row > a {
    min-height: 46px;
    padding: 10px 12px;
  }
}

@media (max-width: 400px) {
  body.single-product.dy-product-experience .dy-product-order-contact-grid .dy-product-contact-actions {
    grid-template-columns: 1fr;
  }
}

/* Keep the optional presentation stand inside the same visual grid as the choices. */
body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .dy-stand-option {
  box-sizing: border-box;
  width: 100%;
}

body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .dy-stand-option > label {
  display: flex;
  align-items: center !important;
  gap: 8px;
  width: 100%;
  margin: 0;
}

body.single-product.dy-product-experience .summary .woocommerce-variation-add-to-cart .dy-stand-option > label > input[type="checkbox"] {
  flex: 0 0 20px;
  margin: 0 !important;
}
/* Mobile content should use the available width once, not lose it to two
   stacked page gutters. The card padding remains unchanged for readability. */
@media (max-width: 640px) {
  body.single-product.dy-product-experience .dy-main {
    padding-right: 0;
    padding-left: 0;
  }
}
