/* natürlich drauf – WooCommerce Design, Richtung Entwurf 1 */

body.nd-shop-design {
  --nd-shop-bg: #f8f6e8;
  --nd-shop-surface: #fffdf8;
  --nd-shop-surface-soft: #eef2da;
  --nd-shop-cream: #efecbf;
  --nd-shop-green: #658633;
  --nd-shop-green-deep: #496523;
  --nd-shop-gold: #c6a359;
  --nd-shop-brown: #58514b;
  --nd-shop-muted: #6b645d;
  --nd-shop-border: rgba(88, 81, 75, 0.14);
  --nd-shop-shadow: 0 18px 48px rgba(88, 81, 75, 0.09);
  --nd-shop-ease: cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--nd-shop-bg);
  color: var(--nd-shop-brown);
}

body.nd-shop-design .page_header {
  border-bottom: 1px solid rgba(88, 81, 75, 0.1);
  background: rgba(248, 246, 232, 0.96);
  box-shadow: 0 4px 20px rgba(88, 81, 75, 0.05);
}

body.nd-shop-design .page_cover,
body.nd-shop-design .page_title {
  display: none !important;
}

body.nd-shop-design #page_content {
  overflow: clip;
  background:
    radial-gradient(circle at 92% 8%, rgba(143, 192, 69, 0.09), transparent 26rem),
    var(--nd-shop-bg);
}

body.nd-shop-design #page_content > .row {
  width: min(100% - 48px, 1180px);
  max-width: 1180px;
  margin-inline: auto;
}

body.nd-shop-design #page_content .cz_is_blank {
  padding-block: clamp(44px, 6vw, 76px) clamp(68px, 8vw, 104px);
}

body.nd-shop-design .nd-shop-eyebrow,
body.nd-shop-design .nd-loop-family,
body.nd-shop-design .nd-single-family {
  margin: 0 0 10px;
  color: var(--nd-shop-green-deep);
  font-family: var(--nd-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.nd-shop-design :is(a, button, select, input):focus-visible {
  outline: 3px solid var(--nd-shop-green);
  outline-offset: 3px;
}

/* Produktübersicht */
body.nd-shop-archive .nd-shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(32px, 7vw, 104px);
  margin-bottom: clamp(32px, 4vw, 48px);
}

body.nd-shop-archive .nd-shop-intro h1 {
  max-width: 16ch;
  margin: 0;
  color: var(--nd-shop-brown);
  font-family: var(--nd-font-head);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

body.nd-shop-archive .nd-shop-intro > p {
  max-width: 620px;
  margin: 0;
  color: var(--nd-shop-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.72;
}

body.nd-shop-archive .nd-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 26px;
  padding: 12px;
  border: 1px solid rgba(101, 134, 51, 0.16);
  border-radius: 24px;
  background: rgba(238, 242, 218, 0.66);
}

body.nd-shop-archive .nd-shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.nd-shop-archive .nd-shop-filter {
  min-height: 44px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #5e574f;
  cursor: pointer;
  font-family: var(--nd-font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  touch-action: manipulation;
  transition: background 0.22s var(--nd-shop-ease), border-color 0.22s var(--nd-shop-ease), color 0.22s var(--nd-shop-ease), box-shadow 0.22s var(--nd-shop-ease);
}

body.nd-shop-archive .nd-shop-filter.is-active {
  border-color: var(--nd-shop-green-deep);
  background: var(--nd-shop-green-deep);
  color: #fff;
  box-shadow: 0 7px 18px rgba(73, 101, 35, 0.18);
}

body.nd-shop-archive ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 3vw, 38px) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.nd-shop-archive ul.products::before,
body.nd-shop-archive ul.products::after {
  display: none !important;
}

body.nd-shop-archive ul.products > li.product {
  position: relative;
  display: block !important;
  float: none !important;
  width: auto !important;
  box-sizing: border-box;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 9px 9px 0 !important;
  overflow: hidden;
  scroll-snap-align: unset !important;
  border: 1px solid rgba(88, 81, 75, 0.12) !important;
  border-radius: 34px 20px 34px 20px !important;
  background: rgba(255, 253, 248, 0.96) !important;
  box-shadow: 0 14px 38px rgba(88, 81, 75, 0.075) !important;
  text-align: left !important;
  transition: border-color 0.22s var(--nd-shop-ease), box-shadow 0.22s var(--nd-shop-ease), transform 0.22s var(--nd-shop-ease);
}

body.nd-shop-archive ul.products > li.product[hidden] {
  display: none !important;
}

body.nd-shop-archive li.product .woocommerce-LoopProduct-link {
  display: block !important;
  height: auto;
  color: inherit;
  text-decoration: none;
}

body.nd-shop-archive .nd-loop-visual {
  position: relative;
  aspect-ratio: 1;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 28px 62px 18px 28px;
  background: var(--nd-shop-surface-soft);
}

body.nd-shop-archive .nd-loop-visual::after {
  position: absolute;
  inset: 7px;
  z-index: 1;
  display: block;
  border: 1px solid rgba(101, 134, 51, 0.3);
  border: 1px solid color-mix(in srgb, var(--nd-card-accent, var(--nd-shop-green)) 34%, transparent);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

body.nd-shop-archive .nd-loop-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  margin: 0 !important;
  object-fit: contain;
  transition: transform 0.35s var(--nd-shop-ease);
}

/* XTRA adds 50px above every catalogue thumbnail. The product visual already
   contains its own safe space, so that theme padding is intentionally removed. */
body.nd-shop-archive li.product :is(.xtra-product-thumbnail, .cz_image_in, .cz_main_image) {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.nd-shop-archive .nd-loop-badges {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 34px);
}

body.nd-shop-archive .nd-loop-badges > span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 5px 14px rgba(88, 81, 75, 0.1);
  color: #3f3934;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

body.nd-shop-archive .nd-loop-arrow {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--nd-shop-green-deep);
  box-shadow: 0 9px 20px rgba(73, 101, 35, 0.25);
  color: #fff;
  transition: background 0.22s var(--nd-shop-ease), color 0.22s var(--nd-shop-ease), transform 0.22s var(--nd-shop-ease);
}

body.nd-shop-archive .nd-loop-arrow svg {
  width: 21px;
  height: 21px;
}

body.nd-shop-archive .nd-loop-family {
  margin: 0;
  padding: 18px 18px 5px;
  color: #696159;
  font-size: 10px;
}

body.nd-shop-design.nd-shop-archive #page_content ul.products > li.product h2.woocommerce-loop-product__title {
  position: relative;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 18px 14px !important;
  padding: 0 0 13px !important;
  color: var(--nd-shop-brown) !important;
  font-family: var(--nd-font-brand, 'Courgette', cursive) !important;
  font-size: clamp(28px, 2.7vw, 36px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em;
  line-height: 1.08 !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

body.nd-shop-design.nd-shop-archive #page_content ul.products > li.product h2.woocommerce-loop-product__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: var(--nd-card-accent, var(--nd-shop-green));
  content: "";
}

body.nd-shop-archive .nd-loop-description {
  min-height: 0;
  margin: 0;
  padding: 0 18px 16px;
  color: var(--nd-shop-muted);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

body.nd-shop-archive .nd-loop-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-inline: 18px;
  padding-block: 15px 18px;
  border-top: 1px solid var(--nd-shop-border);
}

body.nd-shop-archive .nd-loop-footer strong {
  color: var(--nd-shop-green-deep) !important;
  font-family: var(--nd-font-body) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-variant-numeric: tabular-nums;
  line-height: 1.3 !important;
}

body.nd-shop-archive .nd-loop-footer strong :is(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol, bdi) {
  color: inherit !important;
  font: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

body.nd-shop-archive .nd-loop-footer span {
  color: #696159;
  font-size: 12px;
  font-weight: 700;
}

body.nd-shop-archive .woocommerce-pagination {
  margin-top: 48px;
}

/* Produktdetail */
body.nd-product-detail #page_content .cz_is_blank {
  padding-top: 34px;
}

body.nd-product-detail .pg-product-toolbar {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--nd-shop-muted);
  font-size: 13px;
}

body.nd-product-detail .pg-product-toolbar a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--nd-shop-green-deep);
  font-weight: 700;
  text-decoration: none;
}

body.nd-product-detail .pg-share-group {
  display: none !important;
}

body.nd-product-detail div.product .xtra-single-product {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: start;
  min-height: 0 !important;
  gap: clamp(34px, 5vw, 58px);
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(101, 134, 51, 0.15);
  border-radius: 64px 28px 64px 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(143, 192, 69, 0.13), transparent 22rem),
    linear-gradient(135deg, rgba(238, 242, 218, 0.86), rgba(255, 253, 248, 0.94) 56%, rgba(240, 233, 217, 0.76));
  box-shadow: 0 24px 70px rgba(88, 81, 75, 0.11);
  isolation: isolate;
}

body.nd-product-detail div.product .xtra-single-product::before {
  position: absolute;
  top: -185px;
  right: -125px;
  z-index: -1;
  width: 390px;
  aspect-ratio: 1;
  border-radius: 47% 53% 42% 58% / 59% 40% 60% 41%;
  background: rgba(143, 192, 69, 0.1);
  content: "";
  transform: rotate(20deg);
}

body.nd-product-detail div.product .woocommerce-product-gallery,
body.nd-product-detail div.product .nd-single-visual,
body.nd-product-detail div.product .summary {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

body.nd-product-detail div.product .nd-single-visual {
  position: relative;
  top: auto;
  align-self: start;
  box-sizing: border-box;
  aspect-ratio: auto;
  overflow: hidden;
  border: 8px solid rgba(255, 253, 248, 0.9);
  border-radius: 44% 18% 18px 24% / 24% 43% 18px 46%;
  background: var(--nd-shop-surface-soft);
  box-shadow: 0 24px 58px rgba(88, 81, 75, 0.16);
}

body.nd-product-detail div.product .nd-single-visual::after {
  position: absolute;
  inset: 7px;
  z-index: 1;
  display: block;
  border: 1px solid rgba(101, 134, 51, 0.3);
  border: 1px solid color-mix(in srgb, var(--nd-card-accent, var(--nd-shop-green)) 34%, transparent);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

body.nd-product-detail div.product .nd-single-visual img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  margin: 0 !important;
  object-fit: contain;
}

body.nd-product-detail div.product .woocommerce-product-gallery {
  position: sticky;
  top: 138px;
  overflow: hidden;
  opacity: 1 !important;
}

body.nd-product-detail .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
  overflow: hidden;
  border: 8px solid rgba(255, 253, 248, 0.9);
  border-radius: 44% 18% 39% 24% / 24% 43% 21% 46%;
  background: var(--nd-shop-surface-soft);
  box-shadow: 0 24px 58px rgba(88, 81, 75, 0.16);
  transform: none !important;
}

body.nd-product-detail .woocommerce-product-gallery .flex-viewport {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  height: auto !important;
  overflow: hidden;
}

body.nd-product-detail .woocommerce-product-gallery__image {
  flex: 0 0 100% !important;
  float: none !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
}

body.nd-product-detail .woocommerce-product-gallery__image > a {
  display: block;
  width: 100%;
}

body.nd-product-detail .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  object-fit: cover;
}

body.nd-product-detail .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px !important;
}

body.nd-product-detail .woocommerce-product-gallery .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
}

body.nd-product-detail .summary.entry-summary {
  position: relative;
  z-index: 1;
  padding-top: 4px;
}

body.nd-product-detail .nd-single-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

body.nd-product-detail .nd-single-badges > span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding-inline: 12px;
  border: 1px solid rgba(73, 101, 35, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: #5f5851;
  font-size: 12px;
  font-weight: 700;
}

body.nd-product-detail .nd-single-badges svg {
  width: 15px;
  height: 15px;
  color: var(--nd-shop-green-deep);
}

body.nd-product-detail div.product .product_title {
  position: relative;
  margin: 0 0 22px !important;
  padding-bottom: 20px;
  color: var(--nd-shop-brown) !important;
  font-family: var(--nd-font-brand, 'Courgette', cursive) !important;
  font-size: clamp(52px, 7vw, 88px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
  line-height: 0.98 !important;
}

body.nd-product-detail div.product .product_title::after {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 62px;
  height: 3px;
  border-radius: 999px;
  background: var(--nd-product-accent, var(--nd-shop-green));
  content: "";
}

body.nd-product-detail div.product .summary > .price {
  display: block;
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--nd-shop-green-deep) !important;
  font-family: var(--nd-font-head) !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 700 !important;
  font-variant-numeric: tabular-nums;
  direction: ltr;
  text-align: left;
}

body.nd-product-detail .nd-price-prefix {
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.nd-product-detail .woocommerce-product-details__short-description {
  margin-bottom: 22px;
  color: #625b54;
  font-size: 17px;
  line-height: 1.72;
}

body.nd-product-detail .woocommerce-product-details__short-description p {
  margin: 0;
}

body.nd-product-detail .nd-single-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.nd-product-detail .nd-single-facts li {
  min-width: 0;
  margin: 0 !important;
  padding: 14px 11px;
  border: 1px solid rgba(88, 81, 75, 0.13);
  border-radius: 16px 10px 16px 10px;
  background: rgba(255, 253, 248, 0.7);
  text-align: center;
}

body.nd-product-detail .nd-single-facts strong,
body.nd-product-detail .nd-single-facts span {
  display: block;
}

body.nd-product-detail .nd-single-facts strong {
  color: var(--nd-shop-brown);
  font-family: var(--nd-font-head);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}

body.nd-product-detail .nd-single-facts span {
  margin-top: 3px;
  color: var(--nd-shop-muted);
  font-size: 10px;
  line-height: 1.35;
}

body.nd-product-detail form.cart.variations_form {
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(198, 163, 89, 0.36);
  border-radius: 28px 14px 28px 14px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 16px 42px rgba(88, 81, 75, 0.1);
}

body.nd-product-detail form.cart table.variations,
body.nd-product-detail form.cart table.variations tbody,
body.nd-product-detail form.cart table.variations tr,
body.nd-product-detail form.cart table.variations th,
body.nd-product-detail form.cart table.variations td {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

body.nd-product-detail form.cart table.variations th.label {
  margin-bottom: 10px !important;
  color: #625b54;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.nd-product-detail form.cart table.variations select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--nd-shop-border);
  border-radius: 12px;
  background: var(--nd-shop-surface);
}

body.nd-product-detail form.cart.nd-variations-enhanced table.variations select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.nd-product-detail .nd-weight-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

body.nd-product-detail .nd-weight-option {
  min-height: 72px;
  padding: 10px 8px;
  border: 1px solid rgba(88, 81, 75, 0.17);
  border-radius: 15px 9px 15px 9px;
  background: #faf6ec;
  color: var(--nd-shop-brown);
  cursor: pointer;
  font-family: var(--nd-font-body);
  text-align: center;
  touch-action: manipulation;
  transition: background 0.2s var(--nd-shop-ease), border-color 0.2s var(--nd-shop-ease), box-shadow 0.2s var(--nd-shop-ease);
}

body.nd-product-detail .nd-weight-option strong,
body.nd-product-detail .nd-weight-option small {
  display: block;
}

body.nd-product-detail .nd-weight-option strong {
  font-size: 13px;
}

body.nd-product-detail .nd-weight-option small {
  margin-top: 5px;
  color: var(--nd-shop-muted);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

body.nd-product-detail .nd-weight-option.is-active {
  border-color: var(--nd-shop-green-deep);
  background: rgba(238, 242, 218, 0.85);
  box-shadow: 0 0 0 1px var(--nd-shop-green-deep), 0 7px 16px rgba(73, 101, 35, 0.11);
}

body.nd-product-detail form.cart .reset_variations {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 6px;
  color: var(--nd-shop-green-deep);
  font-size: 12px;
  font-weight: 700;
}

body.nd-product-detail .single_variation_wrap {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--nd-shop-border);
}

body.nd-product-detail .woocommerce-variation-description {
  display: none !important;
}

body.nd-product-detail .woocommerce-variation-price .price {
  color: var(--nd-shop-green-deep) !important;
  font-family: var(--nd-font-head);
  font-size: 27px !important;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

body.nd-product-detail .woocommerce-variation-add-to-cart .codevz-woo-add-to-cart {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 10px;
  margin-top: 14px;
  direction: ltr;
}

body.nd-product-detail form.cart .quantity {
  grid-column: 1;
  grid-row: 1;
  display: grid !important;
  grid-template-columns: 44px minmax(48px, 1fr) 44px;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
  min-height: 54px;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(88, 81, 75, 0.22) !important;
  border-radius: 999px !important;
  background: var(--nd-shop-bg) !important;
}

body.nd-product-detail form.cart .quantity input.qty {
  width: 100% !important;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-right: 1px solid rgba(88, 81, 75, 0.14) !important;
  border-left: 1px solid rgba(88, 81, 75, 0.14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nd-shop-brown) !important;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}

body.nd-product-detail form.cart .quantity :is(.quantity-down, .quantity-up) {
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 54px;
  box-sizing: border-box;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  color: var(--nd-shop-green-deep);
  font-size: 19px;
  font-weight: 700;
}

body.nd-product-detail form.cart .single_add_to_cart_button {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex !important;
  width: 100% !important;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 13px 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--nd-green-light), var(--nd-shop-green)) !important;
  box-shadow: 0 7px 20px rgba(73, 101, 35, 0.24) !important;
  color: #fff !important;
  font-family: var(--nd-font-body) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.nd-product-detail form.cart .single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

body.nd-product-detail .nd-product-information {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
  margin-top: clamp(54px, 7vw, 88px);
}

body.nd-product-detail .nd-ingredients-card {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(101, 134, 51, 0.15);
  border-radius: 48px 22px 48px 22px;
  background: rgba(238, 242, 218, 0.72);
}

body.nd-product-detail .nd-product-information h2 {
  margin: 0 0 22px;
  color: var(--nd-shop-brown);
  font-family: var(--nd-font-head);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

body.nd-product-detail .nd-ingredients-copy {
  margin: 0;
  color: #615a53;
  font-size: 16px;
  line-height: 1.78;
}

body.nd-product-detail .nd-allergen-note,
body.nd-product-detail .nd-table-note {
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--nd-shop-gold);
  color: #645d55;
  font-size: 13px;
  line-height: 1.6;
}

body.nd-product-detail .nd-nutrition-card {
  overflow: hidden;
  border: 1px solid var(--nd-shop-border);
  border-radius: 28px 14px 28px 14px;
  background: var(--nd-shop-surface);
  box-shadow: 0 14px 38px rgba(88, 81, 75, 0.08);
}

body.nd-product-detail .nd-nutrition-card summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  color: var(--nd-shop-brown);
  cursor: pointer;
  font-family: var(--nd-font-head);
  font-size: 25px;
  font-weight: 700;
  list-style: none;
}

body.nd-product-detail .nd-nutrition-card summary::-webkit-details-marker {
  display: none;
}

body.nd-product-detail .nd-nutrition-card summary small {
  color: var(--nd-shop-muted);
  font-family: var(--nd-font-body);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.nd-product-detail .nd-nutrition-card table {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
}

body.nd-product-detail .nd-nutrition-card tr {
  border-top: 1px solid rgba(88, 81, 75, 0.13);
}

body.nd-product-detail .nd-nutrition-card th,
body.nd-product-detail .nd-nutrition-card td {
  padding: 10px 20px !important;
  border: 0 !important;
  color: var(--nd-shop-brown);
  font-family: var(--nd-font-body);
  font-size: 13px;
}

body.nd-product-detail .nd-nutrition-card th {
  width: 68%;
  font-weight: 700;
  text-align: left;
}

body.nd-product-detail .nd-nutrition-card td {
  font-variant-numeric: tabular-nums;
  text-align: right;
}

body.nd-product-detail .nd-nutrition-card tr.is-sub th {
  padding-left: 34px !important;
  color: var(--nd-shop-muted);
  font-weight: 400;
}

body.nd-product-detail .nd-nutrition-pending {
  padding: 24px;
  border-top: 1px solid var(--nd-shop-border);
  color: var(--nd-shop-muted);
}

body.nd-product-detail .nd-nutrition-pending strong {
  color: var(--nd-shop-brown);
}

body.nd-product-detail .nd-nutrition-pending p {
  margin: 6px 0 0;
  line-height: 1.6;
}

@media (hover: hover) and (pointer: fine) {
  body.nd-shop-archive .nd-shop-filter:hover {
    border-color: rgba(73, 101, 35, 0.22);
    background: rgba(255, 253, 248, 0.68);
  }

  body.nd-shop-archive .nd-shop-filter.is-active:hover {
    border-color: var(--nd-shop-green-deep);
    background: #3f571f;
  }

  body.nd-shop-archive ul.products > li.product:hover {
    border-color: rgba(101, 134, 51, 0.34) !important;
    box-shadow: 0 22px 54px rgba(88, 81, 75, 0.13) !important;
    transform: translateY(-4px);
  }

  body.nd-shop-archive li.product:hover .nd-loop-visual img {
    transform: none;
  }

  body.nd-shop-archive li.product:hover .nd-loop-arrow {
    background: var(--nd-shop-gold);
    color: #352c22;
    transform: translateX(2px);
  }

  body.nd-product-detail form.cart .single_add_to_cart_button:hover {
    box-shadow: 0 10px 26px rgba(73, 101, 35, 0.31) !important;
    filter: brightness(1.04);
  }
}

@media (max-width: 1020px) {
  body.nd-shop-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nd-product-detail div.product .xtra-single-product {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 34px;
    padding: 34px;
  }

  body.nd-product-detail .nd-single-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  body.nd-shop-design #page_content > .row {
    width: min(100% - 32px, 1180px);
  }

  body.nd-shop-design #page_content .cz_is_blank {
    padding-block: 42px 72px;
  }

  body.nd-shop-archive .nd-shop-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.nd-shop-archive .nd-shop-toolbar {
    border-radius: 20px;
  }

  body.nd-product-detail div.product .xtra-single-product {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 24px;
    border-radius: 42px 20px 42px 20px;
  }

  body.nd-product-detail div.product .woocommerce-product-gallery,
  body.nd-product-detail div.product .nd-single-visual {
    position: relative;
    top: auto;
    width: min(100%, 560px) !important;
    margin-inline: auto !important;
  }

  body.nd-product-detail .nd-product-information {
    grid-template-columns: 1fr;
  }

  body.nd-product-detail .nd-single-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.nd-shop-design #page_content > .row {
    width: min(100% - 24px, 1180px);
  }

  body.nd-shop-archive .nd-shop-intro h1 {
    font-size: clamp(38px, 11vw, 46px);
  }

  body.nd-shop-archive .nd-shop-toolbar {
    margin-inline: -2px;
    padding: 10px;
  }

  body.nd-shop-archive .nd-shop-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body.nd-shop-archive .nd-shop-filter {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
    white-space: normal;
  }

  body.nd-shop-archive ul.products {
    grid-template-columns: 1fr;
    gap: 24px !important;
  }

  body.nd-shop-archive ul.products > li.product {
    width: 100% !important;
  }

  body.nd-shop-archive .nd-loop-visual {
    aspect-ratio: 1;
    border-radius: 24px 48px 16px 24px;
  }

  body.nd-shop-archive .nd-loop-description {
    min-height: 0;
  }

  body.nd-product-detail .pg-product-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  body.nd-product-detail .pg-share-group {
    width: 100%;
  }

  body.nd-product-detail div.product .xtra-single-product {
    margin-inline: -4px;
    padding: 16px;
    border-radius: 34px 16px 34px 16px;
  }

  body.nd-product-detail .woocommerce-product-gallery__wrapper {
    border-width: 5px;
  }

  body.nd-product-detail div.product .nd-single-visual {
    border-width: 5px;
  }

  body.nd-product-detail div.product .product_title {
    font-size: clamp(42px, 15vw, 62px) !important;
  }

  body.nd-product-detail .nd-single-facts {
    grid-template-columns: 1fr;
  }

  body.nd-product-detail form.cart.variations_form {
    padding: 18px 14px !important;
  }

  body.nd-product-detail .nd-weight-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nd-product-detail .woocommerce-variation-add-to-cart .codevz-woo-add-to-cart {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  body.nd-product-detail .nd-ingredients-card {
    padding: 28px 22px;
    border-radius: 34px 16px 34px 16px;
  }

  body.nd-product-detail .nd-nutrition-card th,
  body.nd-product-detail .nd-nutrition-card td {
    padding-inline: 14px !important;
  }
}

@media (max-width: 380px) {
  body.nd-product-detail .woocommerce-variation-add-to-cart .codevz-woo-add-to-cart {
    grid-template-columns: 1fr;
  }

  body.nd-product-detail form.cart .quantity {
    grid-column: 1;
    grid-row: 1;
  }

  body.nd-product-detail form.cart .single_add_to_cart_button {
    grid-column: 1;
    grid-row: 2;
  }

  body.nd-product-detail form.cart .quantity input.qty {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.nd-shop-design *,
  body.nd-shop-design *::before,
  body.nd-shop-design *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  body.nd-shop-design :is(.nd-shop-filter.is-active, .nd-loop-arrow, .single_add_to_cart_button) {
    border: 2px solid ButtonText !important;
  }
}
