@media screen and (min-width: 800px) {
  .side_nav {
    display: none !important;
  }
  .content {
    margin: 0 auto !important;
    max-width: var(--shell-max);
  }
}
.prod_info_top_cont {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 951px) {
  .prod_info_top_cont {
    margin-top: 24px;
  }
}
.pdp-header {
  grid-column: 1;
  grid-row: 1;
}
.prod_info_top_cont > .gallery-container {
  grid-column: 1;
  grid-row: 2;
}
.prod_info_top_cont > .contentText.prod_info_right {
  grid-column: 1;
  grid-row: 3;
}
.prod_info_top_cont > form,
.prod_info_top_cont > .p_info_warenkorb {
  grid-column: 1;
  grid-row: 4;
}
@media only screen and (min-width: 450px) and (max-width: 620px) {
  .gallery-container {
    min-height: 400px;
    display: block;
  }
}
@media only screen and (max-width: 449px) {
  .gallery-container {
    min-height: 200px;
    display: block;
  }
}
@media only screen and (min-width: 951px) {
  .prod_info_top_cont {
    --grid-desktop-horizontal-spacing: 48px;
    grid-template-columns: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
    grid-template-rows: auto auto auto 1fr;
    column-gap: var(--grid-desktop-horizontal-spacing);
    align-items: start;
  }
  .pdp-header,
  .prod_info_top_cont > .contentText.prod_info_right,
  .prod_info_top_cont > form,
  .prod_info_top_cont > .p_info_warenkorb {
    grid-column: 2;
  }
  .pdp-header {
    grid-row: 1;
  }
  .prod_info_top_cont > .gallery-container {
    grid-column: 1;
    grid-row: 1 / span 4;
    position: sticky;
    top: var(--sticky-offset);
    align-self: start;
  }
  .prod_info_top_cont > .contentText.prod_info_right {
    grid-row: 2;
  }
  .prod_info_top_cont > form,
  .prod_info_top_cont > .p_info_warenkorb {
    grid-row: 3;
  }
}
.p_info_warenkorb,
.prod_info_right {
  min-width: 0;
  width: auto;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.prod_info_top_cont > .gallery-container {
  background: #fff;
  border: 1px solid #e5e3df;
  border-radius: 12px;
  padding: 14px;
}
#gallery {
  transition: opacity 0.3s ease-in-out;
}
.pdp-header.p_desc {
  border: none;
  padding: 0;
  margin: 0 0 6px;
}
.pdp-header h1 {
  font-size: clamp(23px, 2.5vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.08;
}
@media screen and (min-width: 769px) {
  .pdp-header .product-action-buttons {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
  }
}
.pdp-header .product-action-btn {
  width: 40px;
  height: 40px;
}
.pdp-header .product-header-wrapper {
  margin-bottom: 0;
}
.pdp-price-block {
  margin: 14px 0 4px;
}
#variant-price-container {
  margin: 14px 0 4px !important;
  padding: 0 !important;
}
.pdp-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.pdp-price,
#end_total.pdp-price {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1;
  color: #14110f;
}
.pdp-price-special {
  color: #e50000;
}
.pdp-price-note {
  font-size: 13px;
  color: #8a8781;
  font-weight: 400;
}
.pdp-price-note a {
  color: #8a8781;
  text-decoration: underline;
}
#variant-price-display #end_total {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
#variant-price-display #end_total + span {
  font-size: 13px !important;
  color: #8a8781 !important;
  font-weight: 400 !important;
}
#variant-price-display {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 6px;
}
#variant-price-display > div:last-child {
  margin-top: 0 !important;
  font-size: 13px !important;
  color: #8a8781 !important;
  text-decoration: underline;
}
#variant-price-display > div:last-child a {
  color: #8a8781 !important;
  text-decoration: underline;
}
.pdp-savings-badge {
  display: inline-block;
  background: #28a745;
  color: white;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.pdp-stock-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 14px 0 20px;
  padding: 12px 16px;
  border: 1px solid #e5e3df;
  border-radius: 10px;
  background: #f8f9fa;
}
.pdp-stock-row:has(.stock-availability.is-available) {
  background: #edf6ee;
  border-color: #cfe6d1;
}
.pdp-stock-row:has(.stock-availability.is-low) {
  background: #fff8ef;
  border-color: #ffe0b3;
}
.pdp-stock-row:has(.stock-availability.is-sold-out) {
  background: #fdecea;
  border-color: #f5c6cb;
}
.pdp-availability {
  margin: 0;
}
.pdp-availability .stock-availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border-radius: 0;
  background: none;
  font-weight: 700;
  font-size: 14px;
}
.pdp-availability .stock-availability::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.pdp-stock-row #variant-delivery-info {
  margin: 0;
}
.pdp-stock-row p {
  margin: 0;
  font-size: 13.5px;
}
.pdp-stock-row .lieferzeit_0::before,
.pdp-stock-row .lieferzeit_3::before {
  display: none;
}
.variant-option-group {
  margin: 20px 0 0;
}
.variant-option-label {
  font-weight: 700;
  font-size: 15px;
  display: block;
  margin-bottom: 16px;
}
.variant-option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.variant-option-value {
  min-width: 56px;
  min-height: 52px;
  padding: 0 16px;
  border: 1.5px solid #d8d5ce;
  border-radius: 10px;
  background: #fff;
  color: #14110f;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.12s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.variant-option-value.available {
  background: #fff;
  color: #14110f;
  border-color: #d8d5ce;
}
.variant-option-value:hover,
.variant-option-value.available:hover {
  border-color: #14110f;
}
.variant-option-value.unavailable {
  background: #f8f9fa;
  color: #6c6963;
  border-color: #e5e3df;
  opacity: 0.7;
}
.variant-option-value.unavailable:hover {
  border-color: #222;
  color: #222;
  background: #fff;
}
.variant-option-value.selected {
  background: var(--add-to-cart);
  color: #fff !important;
  border-color: var(--variant-border);
  opacity: 1 !important;
}
.variant-option-value.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.variant-option-value img {
  display: block;
}
.variant-color-swatch {
  position: relative;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}
.variant-color-swatch:hover {
  border-color: #007bff;
  transform: scale(1.05);
}
.variant-color-swatch.selected {
  border-color: #007bff;
  border-width: 3px;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.variant-color-swatch.size-klein {
  width: 30px;
  height: 30px;
}
.variant-color-swatch.size-mittel {
  width: 60px;
  height: 60px;
}
.variant-color-swatch.size-gross {
  width: 120px;
  height: 120px;
}
.variant-color-inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  border-radius: 2px;
}
.variant-grid-container {
  margin: 10px 0;
}
.variant-color-item {
  text-align: center;
}
.variant-color-label {
  margin-top: 5px;
  padding: 4px 8px;
  font-size: 12px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.variant-color-label:hover {
  background: #e9ecef;
  border-color: #007bff;
}
.variant-color-label.selected {
  background: #007bff;
  color: white;
  border-color: #007bff;
}
@media screen and (max-width: 768px) {
  .variant-color-swatch.size-gross {
    width: 80px;
    height: 80px;
  }
  .variant-grid-container {
    gap: 8px !important;
  }
}
.variant-grid-container.large-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.variant-grid-container.large-buttons .variant-color-item {
  flex: 0 0 auto;
}
.variant-image {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover !important;
}
#variantenauswahl {
  display: none;
}
.variant-option-label .selected-value {
  color: var(--add-to-cart);
  font-weight: 700;
}
#variant-options-display {
  padding: 20px 40px !important;
  margin: 10px 20px;
  background-color: #6b6b6b;
  color: white;
  transition: all 0.3s ease;
}
#variant-options-display.show-border {
  animation: pdpFadeIn 0.5s ease forwards;
}
@keyframes pdpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pdp-buy-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
select.pdp-qty {
  flex: none;
  width: 96px !important;
  height: 56px;
  text-align: center;
  border: 1.5px solid #14110f !important;
  border-radius: 10px;
  margin: 0;
  padding: 0 26px 0 12px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  color: #14110f;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 10px center;
}
.pdp-buy-row .right_center {
  flex: 1;
  display: flex;
  min-width: 0;
}
.p_info_warenkorb .pdp-buy-row .primary-button,
.pdp-cart-btn {
  flex: 1;
  width: 100%;
  min-height: var(--btn-height);
  gap: 10px;
}
.pdp-cart-btn[disabled],
.pdp-cart-btn-soldout {
  opacity: 0.6;
  cursor: not-allowed;
}
.shipping-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
.shipping-accordion {
  border: none;
  overflow: visible;
  background: transparent;
}
.shipping-toggle {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #777;
  text-decoration: underline;
}
.shipping-toggle:hover {
  color: #333;
}
.shipping-content {
  display: block;
  padding: 1.5rem;
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
}
.shipping-selector {
  margin-bottom: 1.5rem;
}
.shipping-selector label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}
#normal-shipping-country,
#variant-shipping-country {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #000;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 10px center;
  cursor: pointer;
}
#normal-shipping-country:focus,
#variant-shipping-country:focus {
  outline: none;
  border-color: #e67e22;
  box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.25);
}
.shipping-result {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
}
.shipping-weight {
  margin: 0 0 0.5rem 0;
  color: #6c757d;
}
.shipping-cost {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}
.shipping-cost strong {
  color: #333;
}
#normalShippingCost {
  color: #e67e22;
  font-weight: 600;
}
.shipping-info-text {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e0e0e0;
}
.shipping-info-text small {
  color: #6c757d;
  display: block;
}
.unit-short {
  display: none;
}
.unit-full {
  display: inline;
}
#variant-price-tbody {
  transition: opacity 0.1s ease-out;
}
@media (max-width: 949px) {
  .unit-short {
    display: inline;
  }
  .unit-full {
    display: none;
  }
}
.table_wrapper {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.table_wrapper table.infobox {
  width: auto;
  white-space: nowrap;
}
#price-info-button:hover {
  background-color: #f8f9fa;
  border-color: #495057;
  color: #495057;
}
@media (max-width: 767px) {
  #price-info-tooltip {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    white-space: normal;
  }
  #price-info-tooltip > div:last-child {
    display: none;
  }
}
.p_info_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 32px 8px 12px;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}
.pdp-section {
  width: 100%;
  flex: 0 0 100%;
  border: none;
  border-bottom: 1px solid #d8d5ce;
  border-radius: 0;
  margin: 0;
  overflow: visible;
  background: none;
}
.pdp-section.pdp-description {
  border-top: 1px solid #d8d5ce;
  margin-top: 1.5em;
}
.pdp-section > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 2px;
  background: none;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #14110f;
}
.pdp-section > summary::-webkit-details-marker {
  display: none;
}
.pdp-section > summary::after {
  content: "+";
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: var(--add-to-cart);
  transition: transform 0.2s;
  flex: none;
}
.pdp-section[open] > summary::after {
  transform: rotate(45deg);
}
.pdp-section {
  interpolate-size: allow-keywords;
}
.pdp-section::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    block-size 0.25s ease,
    opacity 0.2s ease,
    content-visibility 0.25s allow-discrete;
}
.pdp-section[open]::details-content {
  block-size: auto;
  opacity: 1;
}
.pdp-section .pdp-section-body {
  padding: 0 2px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a473f;
}
.produktbeschreibung-grid {
  margin-top: 0;
}
.baustein-grid-0,
.baustein-grid-1,
.baustein-grid-2 {
  width: 100%;
  padding: 10px 2px 2px;
  margin: 10px 0;
}
#stein_titel,
#stein_description {
  padding: 0 8px;
}
.cart-variant-error {
  margin: 1em 0;
  padding: 0.8em 1em;
  background: #fee;
  border: 1px solid #c00;
  color: #900;
  border-radius: 4px;
  font-weight: 600;
}
.cat-link {
  position: relative;
}
.marketing-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1em 0.2em;
  margin-right: -1px;
  margin-top: -1px;
  z-index: 10;
}
.pdp-header-logo {
  text-align: left;
}
#manufacturer-logo-container:empty {
  display: none;
}
.manufacturer-logo-img {
  max-width: 300px;
  max-height: 100px;
  width: auto;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .manufacturer-logo-img {
    max-width: 180px !important;
    max-height: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .manufacturer-logo-img {
    max-width: 120px !important;
    max-height: 40px !important;
  }
}
.pdp-hl #end_total,
.pdp-hl #end_total *,
.pdp-hl #end_total_stueck,
.pdp-hl .cat-preis,
.pdp-hl .productSpecialPrice,
.pdp-hl #productPrice,
.pdp-hl .preis_brutto {
  color: #e50000 !important;
}
.pdp-hl #netto_end_total,
.pdp-hl #netto_end_total *,
.pdp-hl .preis_ohne_mwst,
.pdp-hl .preis_netto {
  color: inherit !important;
}
#kein-widerruf-baustein.p_desc {
  padding: 0;
  border: none;
  margin-bottom: 1em;
}
#kein-widerruf-baustein .infobox--legal {
  background: #fff;
  overflow: hidden;
}
#kein-widerruf-baustein .infobox--legal .ui-widget-header {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #111;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 16px;
  padding: 11px 0 9px;
  border-bottom: 2px solid var(--primary);
}
#kein-widerruf-baustein .infobox--legal .ui-widget-content {
  padding: 12px 16px 14px;
  border: none;
}
#kein-widerruf-baustein .infobox--legal .ico {
  flex: none;
  width: 19px;
  height: 19px;
}
#kein-widerruf-baustein .infobox--legal #kein-widerruf-text {
  display: block;
  font-size: 14.5px;
  line-height: 1.55;
  color: #3a3a3a;
  font-weight: 400;
}
