﻿/*
 * ieShop WooCommerce Integration Styling
 * Wird nach style.css geladen.
 */

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
  margin: 0 0 20px;
  color: var(--ieShop-text-muted);
  font-size: 0.9rem;
  line-height: 1;
}

/* Bricks WooCommerce Breadcrumbs Element */
.brxe-woocommerce-breadcrumbs,
.brxe-woocommerce-breadcrumbs nav,
.brxe-woocommerce-breadcrumbs .woocommerce-breadcrumb,
.brxe-woocommerce-breadcrumbs span.navigation {
  line-height: 1 !important;
}

.brxe-woocommerce-breadcrumbs nav span.navigation {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1 !important;
}

.brxe-woocommerce-breadcrumbs nav span.navigation > *,
.brxe-woocommerce-breadcrumbs .woocommerce-breadcrumb > * {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
}

/* Leere Spans verstecken (verursachen Zeilenumbruch) */
.brxe-woocommerce-breadcrumbs nav span.navigation > span:empty {
  display: none !important;
}

.brxe-woocommerce-breadcrumbs nav span.navigation a,
.brxe-woocommerce-breadcrumbs nav span.navigation span {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

.brxe-woocommerce-breadcrumbs .ieshop-breadcrumb-separator,
.woocommerce-breadcrumb .ieshop-breadcrumb-separator {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  line-height: 1 !important;
  position: relative;
  top: 0;
  color: var(--ieShop-text-main);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 20px;
}

/* Shop Archive v5 */
.ieshop-shop-archive-template,
.ieshop-shop-archive-template__container {
  width: 100%;
}

.ieshop-shop-archive-template {
  padding: 0;
}

.ieshop-shop-archive-template__container {
  max-width: none;
  padding: 0;
}

.ieshop-shop-archive-v5 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 72px;
}

.ieshop-product-category-archive-v5 {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.ieshop-shop-archive-v5__breadcrumb {
  margin-bottom: 22px;
}

.ieshop-shop-archive-v5__breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.ieshop-shop-archive-v5__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.ieshop-shop-archive-v5__header h1 {
  margin: 0 0 4px;
  color: var(--ieShop-primary);
  font-size: 2rem;
  font-weight: var(--ieShop-font-weight-xbold);
  line-height: var(--ieShop-line-height-tight);
}

.ieshop-shop-archive-v5__count,
.ieshop-shop-archive-v5__count .woocommerce-result-count {
  margin: 0;
  color: var(--ieShop-text-muted);
  font-size: 0.85rem;
}

.ieshop-shop-archive-v5__header-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.ieshop-shop-archive-v5__header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.ieshop-shop-archive-v5__xin {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid var(--ieShop-accent-border);
  border-radius: 999px;
  background: var(--ieShop-accent-tint);
  color: var(--ieShop-accent);
  font-size: 0.78rem;
  font-weight: var(--ieShop-font-weight-semibold);
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ieshop-shop-archive-v5__xin:hover,
.ieshop-shop-archive-v5__xin.is-active {
  border-color: var(--ieShop-accent);
  background: var(--ieShop-accent);
  color: #ffffff;
}

.ieshop-shop-archive-v5__toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  margin-bottom: 28px;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  background: var(--ieShop-surface);
  box-shadow: var(--ieShop-shadow-sm);
}

.ieshop-shop-archive-v5__filter-label {
  flex-shrink: 0;
  color: var(--ieShop-text-muted);
  font-size: 0.78rem;
  font-weight: var(--ieShop-font-weight-semibold);
}

.ieshop-shop-archive-v5__chips {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 8px;
}

.ieshop-shop-archive-v5__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid var(--ieShop-border);
  border-radius: 999px;
  background: var(--ieShop-surface);
  color: var(--ieShop-text-muted);
  font-size: 0.8rem;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ieshop-shop-archive-v5__chip:hover {
  border-color: var(--ieShop-primary);
  background: var(--ieShop-highlight);
  color: var(--ieShop-primary);
}

.ieshop-shop-archive-v5__chip.is-active {
  border-color: var(--ieShop-primary);
  background: var(--ieShop-primary);
  color: #ffffff;
}

.ieshop-shop-archive-v5__ordering {
  flex-shrink: 0;
}

.ieshop-shop-archive-v5__ordering .woocommerce-ordering {
  margin: 0;
}

.ieshop-shop-archive-v5__ordering select {
  height: 34px;
  min-height: 34px;
  max-height: 34px;
  margin-bottom: 2px;
  padding: 5px 30px 5px 10px;
  border: 1px solid var(--ieShop-border);
  border-radius: 10px;
  background: var(--ieShop-surface);
  color: var(--ieShop-text-main);
  font-family: var(--ieShop-font-main);
  font-size: 0.78rem;
  line-height: 1;
}

.ieshop-shop-archive-v5__ordering select option {
  padding: 12px 15px;
}

body .ieshop-shop-archive-v5__loop ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body .ieshop-shop-archive-v5__loop ul.products li.product {
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-lg);
  background: var(--ieShop-surface);
  box-shadow: var(--ieShop-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body .ieshop-shop-archive-v5__loop ul.products li.product > * {
  min-width: 0;
  flex-shrink: 0;
}

body .ieshop-shop-archive-v5__loop ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(41, 64, 72, 0.14);
}

body .ieshop-shop-archive-v5__loop ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  color: inherit;
  text-decoration: none;
}

body .ieshop-shop-archive-v5__loop ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 4 / 3;
  height: auto !important;
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  background: var(--ieShop-highlight);
}

body .ieshop-shop-archive-v5__loop ul.products li.product .onsale {
  top: 12px;
  left: 12px;
  right: auto;
  min-height: 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: 1.2;
}

.ieshop-shop-card__category {
  padding: 1px 16px 0;
  color: var(--ieShop-text-muted);
  font-size: 0.64rem;
  font-weight: var(--ieShop-font-weight-bold);
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 5px 16px 0;
  color: var(--ieShop-primary);
  font-size: 0.88rem;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: 1.25;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.75em;
  max-height: none;
  overflow: hidden;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .woocommerce-loop-product__title:hover {
  color: var(--ieShop-accent);
}

/* Shop Archive v5: fixer unterer Kartenblock. Nicht ohne Ruecksprache aendern. */
.ieshop-shop-card__rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 16px;
  transform: translateY(-36px);
  line-height: 1;
}

.ieshop-shop-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.76rem;
  letter-spacing: 1px;
  line-height: 1;
}

.ieshop-shop-card__stars-filled,
.ieshop-shop-card__stars-empty {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.ieshop-shop-card__stars-filled {
  color: var(--ieShop-accent);
}

.ieshop-shop-card__stars-empty {
  color: var(--ieShop-accent-border);
}

.ieshop-shop-card__review-count {
  color: var(--ieShop-text-muted);
  font-size: 0.76rem;
  line-height: 1;
}

.ieshop-shop-card__payments {
  margin: -18px 16px 0;
  padding-bottom: 2px;
  transform: translateY(-46px);
  border-bottom: 1px solid var(--ieShop-divider);
  color: var(--ieShop-text-muted);
  font-size: 0.68rem;
  font-weight: var(--ieShop-font-weight-medium);
  line-height: 1.05;
}

.ieshop-shop-card__rating + .ieshop-shop-card__payments {
  margin-top: -18px;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 2px;
  margin: auto 16px 0 !important;
  transform: translateY(-60px);
  padding-top: 0;
  color: var(--ieShop-secondary);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.35;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .price del {
  order: 2;
  color: var(--ieShop-text-muted);
  font-size: 0.78rem;
  font-weight: var(--ieShop-font-weight-normal);
  line-height: 1;
  opacity: 1;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .price ins {
  order: 1;
  color: var(--ieShop-secondary);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .price > .woocommerce-Price-amount {
  color: var(--ieShop-secondary);
  font-size: 1.12rem;
  font-weight: 500;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .woocommerce-price-suffix,
body .ieshop-shop-archive-v5__loop ul.products li.product .wc-gzd-additional-info {
  display: none !important;
}

.ieshop-shop-card__format {
  margin: 4px 16px 0 !important;
  transform: translateY(-48px);
  color: var(--ieShop-accent);
  font-size: 0.66rem;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .button {
  align-self: flex-start;
  width: auto !important;
  margin: 8px 16px -36px !important;
  transform: translateY(-48px);
  padding: 7px 13px;
  border: 1px solid var(--ieShop-button-bg);
  border-radius: 999px;
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text);
  font-size: 0.76rem;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
}

body .ieshop-shop-archive-v5__loop ul.products li.product a.button,
body .ieshop-shop-archive-v5__loop ul.products li.product .add_to_cart_button {
  margin-top: 8px !important;
}

body .ieshop-shop-archive-v5__loop ul.products li.product .woocommerce-LoopProduct-link + .button,
body .ieshop-shop-archive-v5__loop ul.products li.product .woocommerce-LoopProduct-link + .add_to_cart_button {
  margin-top: 8px !important;
}
/* Ende fixer unterer Kartenblock. */

body .ieshop-shop-archive-v5__loop ul.products li.product .button:hover {
  border-color: var(--ieShop-button-bg-hover);
  background: var(--ieShop-button-bg-hover);
  color: var(--ieShop-button-text);
}

body .ieshop-shop-archive-v5__loop ul.products li.product a.added_to_cart.wc-forward {
  align-self: flex-start;
  width: auto !important;
  margin: 8px 16px -36px !important;
  transform: translateY(-48px);
  padding: 7px 13px;
  border: 1px solid var(--ieShop-primary);
  border-radius: 999px;
  background: var(--ieShop-surface);
  color: var(--ieShop-primary) !important;
  font-size: 0.76rem;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
  text-decoration: none !important;
}

body .ieshop-shop-archive-v5__loop ul.products li.product a.added_to_cart.wc-forward:hover {
  border-color: var(--ieShop-primary);
  background: var(--ieShop-primary);
  color: #ffffff !important;
}

.ieshop-shop-archive-v5__pagination {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.ieshop-shop-archive-v5__pagination .woocommerce-pagination {
  margin: 0;
}

.ieshop-shop-archive-v5__pagination ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.ieshop-shop-archive-v5__pagination ul.page-numbers li {
  border: 0;
}

.ieshop-shop-archive-v5__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--ieShop-border);
  border-radius: 10px;
  background: var(--ieShop-surface);
  color: var(--ieShop-text-main);
  font-size: 0.85rem;
  font-weight: var(--ieShop-font-weight-semibold);
  text-decoration: none;
}

.ieshop-shop-archive-v5__pagination .page-numbers:hover,
.ieshop-shop-archive-v5__pagination .page-numbers.current {
  border-color: var(--ieShop-primary);
  background: var(--ieShop-primary);
  color: #ffffff;
}

/* Produktlisten */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  padding: 16px;
  list-style: none;
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  box-shadow: 0 8px 22px var(--ieShop-shadow-color);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ieShop-primary);
  font-size: 1.05rem;
  line-height: 1.35;
  min-height: 2.7em;
}

.woocommerce ul.products li.product .price {
  color: var(--ieShop-secondary);
  font-weight: 700;
}

.woocommerce ul.products li.product .button {
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text);
  border-radius: 999px;
  border: 1px solid var(--ieShop-button-bg);
  padding: 10px 16px;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--ieShop-button-bg-hover);
  border-color: var(--ieShop-button-bg-hover);
}

/* Single Product – nur Hauptbild-Bereich bekommt Hintergrund */
.woocommerce-product-gallery {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 !important;
}

/* Single Product – Galerie und div.images immer oben bündig */
.single-product div.product div.images,
.single-product div.product .woocommerce-product-gallery {
  margin-top: 0 !important;
  padding-top: 0 !important;
  float: none !important;
}

.woocommerce-product-gallery .flex-viewport {
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-lg);
  margin-bottom: 12px;
  padding: 12px 0;
}

/* Thumbnails – kein Hintergrund */
.woocommerce-product-gallery .flex-control-thumbs {
  background: transparent !important;
}

/* Single Product – Produktgalerie Hauptbild begrenzen */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  max-height: 520px;
  width: 100%;
  object-fit: contain;
  display: block;
  vertical-align: top;
  margin: 0 !important;
}

/* Kein Abstand zwischen Hauptbild und Thumbnails */
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin-bottom: 8px !important;
}

/* Thumbnails */
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: var(--ieShop-radius-sm);
  border: 2px solid var(--ieShop-border);
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.4s, border-color 0.4s, transform 0.4s;
  display: block;
}

.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: var(--ieShop-accent);
  transform: scale(1.03);
}

.woocommerce-product-gallery .flex-control-thumbs .flex-active {
  opacity: 1;
  border-color: var(--ieShop-accent);
}

/* Single Product */
.single-product div.product {
  padding: 24px;
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-lg);
  box-shadow: 0 10px 28px var(--ieShop-shadow-color);
}

.single-product div.product .product_title {
  color: var(--ieShop-primary);
  margin-bottom: 14px;
}

.single-product div.product p.price,
.single-product div.product span.price {
  color: var(--ieShop-secondary);
  font-size: 1.25rem;
  font-weight: 700;
}


.single-product div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 999px;
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text);
  border: 1px solid var(--ieShop-button-bg);
  transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.single-product div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--ieShop-button-bg-hover);
  border-color: var(--ieShop-button-bg-hover);
  color: var(--ieShop-button-text);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(246, 146, 34, 0.22);
}

/* Variationen */
.single-product table.variations,
.single-product table.variations tbody {
  display: block !important;
}

.single-product table.variations tr {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  margin-bottom: 6px;
}

.single-product table.variations td {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.single-product table.variations td.label label,
.woocommerce .single-product table.variations label {
  font-size: 0.85rem !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ieShop-text-muted);
}

.single-product table.variations select {
  font-size: 0.85rem !important;
  line-height: 1 !important;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
  padding: 3px 10px !important;
}

.single-product table.variations select:focus {
  border-color: var(--ieShop-border);
  outline: 1px solid var(--ieShop-accent);
  box-shadow: none;
}

/* Warenkorb */
body.ieshop-woo-cart .brxe-shortcode,
body.ieshop-woo-cart .brxe-shortcode > *,
body.ieshop-woo-cart .woocommerce-notices-wrapper {
  width: 100%;
  max-width: none;
}

body.ieshop-woo-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 280px);
  gap: 24px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--ieShop-primary);
}

body.ieshop-woo-cart .woocommerce::after {
  content: "";
  display: block;
  clear: both;
}

body.ieshop-woo-cart .woocommerce-cart-form {
  width: 100%;
  min-width: 0;
  margin: 0;
  grid-column: 1;
  grid-row: 1;
}

body.ieshop-woo-cart .cart-collaterals {
  width: 100%;
  min-width: 0;
  margin: 0;
  grid-column: 2;
  grid-row: 1;
}

body.ieshop-woo-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

body.ieshop-woo-cart table.shop_table,
body.ieshop-woo-cart .cart_totals {
  overflow: hidden;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  background: var(--ieShop-surface);
  box-shadow: var(--ieShop-shadow-sm);
}

body.ieshop-woo-cart table.shop_table {
  width: 100%;
  margin: 0 0 var(--ieShop-space-l);
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-remove {
  width: 28px;
}

body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-thumbnail {
  width: 80px;
}

body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-name {
  width: auto;
}

body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-price {
  width: 112px;
}

body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-quantity {
  width: 128px;
}

body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-subtotal {
  width: 144px;
}

body.ieshop-woo-cart table.shop_table th {
  height: auto;
  min-height: 0;
  padding: 14px 14px;
  border-bottom: 1px solid var(--ieShop-divider);
  background: var(--ieShop-highlight);
  color: var(--ieShop-primary);
  font-size: inherit;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: 1;
  text-align: left;
}

body.ieshop-woo-cart table.shop_table thead tr {
  height: auto;
  min-height: 0;
}

body.ieshop-woo-cart table.shop_table .product-remove {
  width: 28px;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
}

body.ieshop-woo-cart table.ieshop-cart-table .product-remove {
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  padding-right: 2px;
  padding-left: 2px;
}

body.ieshop-woo-cart table.shop_table .product-thumbnail {
  box-sizing: border-box;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  margin: 0;
  padding: 4px;
}

body.ieshop-woo-cart table.shop_table .product-name {
  background: var(--ieShop-surface);
}

body.ieshop-woo-cart table.shop_table .product-price {
  width: 112px;
}

body.ieshop-woo-cart table.shop_table .product-quantity {
  width: 128px;
  text-align: center;
}

body.ieshop-woo-cart table.shop_table .product-subtotal {
  width: 144px;
  text-align: right;
}

body.ieshop-woo-cart table.shop_table td {
  padding: 14px;
  border-bottom: 1px solid var(--ieShop-divider);
  color: var(--ieShop-primary);
  font-size: inherit;
  vertical-align: middle;
}

body.ieshop-woo-cart table.shop_table th.product-thumbnail,
body.ieshop-woo-cart table.shop_table td.product-thumbnail {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  padding: 4px;
  margin: 0;
}

body.ieshop-woo-cart table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.ieshop-woo-cart table.shop_table .product-thumbnail img {
  display: block;
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: var(--ieShop-radius-sm);
  background: var(--ieShop-highlight);
}

body.ieshop-woo-cart table.shop_table .product-thumbnail a {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.ieshop-woo-cart table.shop_table .product-name a {
  color: var(--ieShop-primary);
  font-size: inherit;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.35;
  text-decoration: none;
}

body.ieshop-woo-cart table.shop_table td.product-name {
  background: var(--ieShop-surface) !important;
  font-size: inherit;
}

body.ieshop-woo-cart table.shop_table th.product-name {
  background: var(--ieShop-highlight);
}

body.ieshop-woo-cart table.shop_table th.product-price,
body.ieshop-woo-cart table.shop_table th.product-quantity,
body.ieshop-woo-cart table.shop_table th.product-subtotal {
  background: var(--ieShop-highlight);
}

body.ieshop-woo-cart table.shop_table th.product-quantity,
body.ieshop-woo-cart table.shop_table td.product-quantity {
  text-align: center;
  line-height: 1;
}

body.ieshop-woo-cart table.shop_table td.product-name,
body.ieshop-woo-cart table.shop_table td.product-price,
body.ieshop-woo-cart table.shop_table td.product-quantity,
body.ieshop-woo-cart table.shop_table td.product-subtotal {
  vertical-align: middle;
}

body.ieshop-woo-cart table.shop_table th.product-name {
  padding-left: 10px;
  padding-right: 10px;
}

body.ieshop-woo-cart table.shop_table td.product-name {
  padding-left: 10px;
  padding-right: 10px;
}

body.ieshop-woo-cart table.shop_table th.product-price,
body.ieshop-woo-cart table.shop_table td.product-price,
body.ieshop-woo-cart table.shop_table th.product-quantity,
body.ieshop-woo-cart table.shop_table td.product-quantity {
  padding-left: 8px;
  padding-right: 8px;
}

body.ieshop-woo-cart table.shop_table th.product-subtotal,
body.ieshop-woo-cart table.shop_table td.product-subtotal {
  padding-left: 12px;
  padding-right: 24px;
}

body.ieshop-woo-cart table.shop_table .product-name a:hover {
  color: var(--ieShop-accent);
}

body.ieshop-woo-cart table.shop_table .amount {
  color: var(--ieShop-primary);
  font-size: inherit;
  font-weight: var(--ieShop-font-weight-semibold);
}

body.ieshop-woo-cart table.shop_table .quantity .qty {
  width: 40px;
  max-width: 40px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  padding: 0 4px;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
  color: var(--ieShop-primary);
  text-align: center;
}

body.ieshop-woo-cart table.shop_table .quantity,
body.ieshop-woo-cart table.shop_table .ieshop-cart-quantity-control {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 auto !important;
  gap: 4px;
  line-height: 1;
  transform: translateY(-3px);
  vertical-align: middle;
  white-space: nowrap;
}

body.ieshop-woo-cart table.shop_table .quantity > *,
body.ieshop-woo-cart table.shop_table .ieshop-cart-quantity-control > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.ieshop-woo-cart table.shop_table .ieshop-cart-quantity-control {
  gap: 4px;
}

body.ieshop-woo-cart table.shop_table .quantity .minus,
body.ieshop-woo-cart table.shop_table .quantity .plus,
body.ieshop-woo-cart table.shop_table .quantity button,
body.ieshop-woo-cart table.shop_table .ieshop-cart-qty-button {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  padding: 0;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
  background: var(--ieShop-surface);
  color: var(--ieShop-primary);
  cursor: pointer;
  line-height: 1;
}

body.ieshop-woo-cart table.shop_table .ieshop-cart-qty-button:hover {
  border-color: var(--ieShop-accent);
  color: var(--ieShop-accent);
}

body.ieshop-woo-cart table.shop_table .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  background: var(--ieShop-surface);
}

body.ieshop-woo-cart table.shop_table .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  float: none;
  margin: 0;
  flex: 0 0 auto;
}

body.ieshop-woo-cart table.shop_table button[name="update_cart"] {
  margin-left: auto;
  flex: 0 0 auto;
}

body.ieshop-woo-cart table.shop_table .coupon .input-text {
  width: 220px;
  max-width: 220px;
  min-height: 30px;
  padding: 5px 14px;
  border: 1px solid var(--ieShop-border);
  border-radius: 999px;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-sm);
}

body.ieshop-woo-cart .woocommerce a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid var(--ieShop-border);
  border-radius: 999px;
  color: var(--ieShop-text-muted) !important;
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none;
}

body.ieshop-woo-cart .woocommerce a.remove:hover {
  border-color: var(--ieShop-accent);
  background: var(--ieShop-accent);
  color: #ffffff !important;
}

body.ieshop-woo-cart .cart_totals {
  padding: 14px 18px 18px;
}

body.ieshop-woo-cart .cart_totals h2 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ieShop-divider);
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-m, 1rem);
  line-height: 1.25;
}

body.ieshop-woo-cart .cart_totals table {
  width: 100%;
  margin: 0 0 12px;
  border: 0;
  box-shadow: none;
  table-layout: fixed;
}

body.ieshop-woo-cart .cart_totals table th,
body.ieshop-woo-cart .cart_totals table td {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--ieShop-primary);
  font-size: inherit;
  line-height: 1.15;
}

body.ieshop-woo-cart .cart_totals table tbody,
body.ieshop-woo-cart .cart_totals table tr {
  display: block;
}

body.ieshop-woo-cart .cart_totals table tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
  align-items: baseline;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 3px 0 !important;
  border-bottom: 1px solid var(--ieShop-divider);
  line-height: 1.15;
}

body.ieshop-woo-cart .cart_totals table tr th,
body.ieshop-woo-cart .cart_totals table tr td {
  display: block;
  width: auto;
  min-width: 0;
  padding: 0;
  border: 0;
}

body.ieshop-woo-cart .cart_totals table tr td {
  justify-self: end;
  font-size: inherit;
  text-align: right;
}

body.ieshop-woo-cart .cart_totals table tr td .amount {
  font-size: inherit;
  white-space: nowrap;
}

body.ieshop-woo-cart .cart_totals table tr.cart-subtotal,
body.ieshop-woo-cart .cart_totals table tr.shipping,
body.ieshop-woo-cart .cart_totals table tr.tax-total {
  min-height: 0 !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

body.ieshop-woo-cart .cart_totals table tr td,
body.ieshop-woo-cart .cart_totals table tr td * {
  overflow-wrap: anywhere;
}

body.ieshop-woo-cart .cart_totals .shipping td {
  font-size: inherit;
  line-height: 1.15;
}

body.ieshop-woo-cart .cart_totals .shipping td label {
  display: inline;
  font-size: 0;
}

body.ieshop-woo-cart .cart_totals .shipping td label .woocommerce-Price-amount,
body.ieshop-woo-cart .cart_totals .shipping td label .amount {
  display: inline;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-s, 0.875rem);
  white-space: nowrap;
}

body.ieshop-woo-cart .cart_totals .shipping td .woocommerce-shipping-destination,
body.ieshop-woo-cart .cart_totals .shipping td .shipping-calculator-button {
  display: none !important;
}

body.ieshop-woo-cart .cart_totals .order-total th,
body.ieshop-woo-cart .cart_totals .order-total td,
body.ieshop-woo-cart .cart_totals .order-total .amount {
  font-size: inherit;
  font-weight: var(--ieShop-font-weight-bold);
}

body.ieshop-woo-cart .cart_totals table tr.order-total {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
}

body.ieshop-woo-cart .cart_totals table tr.order-total th,
body.ieshop-woo-cart .cart_totals table tr.order-total td,
body.ieshop-woo-cart .cart_totals table tr.order-total td .amount {
  white-space: nowrap;
}

body.ieshop-woo-cart .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

body.ieshop-woo-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 38px;
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text) !important;
  font-size: var(--ieShop-font-size-xs);
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
  text-decoration: none;
}

body.ieshop-woo-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--ieShop-button-bg-hover);
}

body.ieshop-woo-cart .woocommerce .button,
body.ieshop-woo-cart .woocommerce button.button,
body.ieshop-woo-cart .woocommerce input.button {
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: var(--ieShop-font-size-xs);
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
}

body.ieshop-woo-cart .cart-empty,
body.ieshop-woo-cart .return-to-shop {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.ieshop-woo-cart .cart-empty {
  padding: 28px;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  background: var(--ieShop-surface);
  box-shadow: var(--ieShop-shadow-sm);
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-md);
}

/* Checkout Review (teilt Basis-Styles) */
.woocommerce-checkout .woocommerce-checkout-review-order {
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  padding: 18px;
  box-shadow: var(--ieShop-shadow-md);
}

/* Checkout */
body.ieshop-woo-checkout .woocommerce {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.ieshop-woo-order-received .woocommerce-order {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--ieShop-primary);
}

body.ieshop-woo-order-received .woocommerce-thankyou-order-received {
  margin: 28px 0 22px;
  padding: 12px 18px;
  border: 1px solid rgba(39, 174, 96, 0.28);
  border-radius: var(--ieShop-radius-md);
  background: var(--ieShop-success-bg);
  color: #1a5c33;
  font-size: var(--ieShop-font-size-sm);
  font-weight: var(--ieShop-font-weight-semibold);
  text-align: center;
}

body.ieshop-woo-order-received .woocommerce-order-overview,
body.ieshop-woo-order-received ul.order_details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 34px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  background: var(--ieShop-surface);
  box-shadow: var(--ieShop-shadow-sm);
  list-style: none;
}

body.ieshop-woo-order-received .woocommerce-order-overview li,
body.ieshop-woo-order-received ul.order_details li {
  float: none;
  margin: 0;
  padding: 14px 18px;
  border-right: 1px solid var(--ieShop-divider);
  border-bottom: 1px solid var(--ieShop-divider);
  color: var(--ieShop-text-muted);
  font-size: var(--ieShop-font-size-xs);
  line-height: 1.35;
  text-transform: none;
}

body.ieshop-woo-order-received .woocommerce-order-overview li:nth-child(2n),
body.ieshop-woo-order-received ul.order_details li:nth-child(2n) {
  border-right: 0;
}

body.ieshop-woo-order-received .woocommerce-order-overview li strong,
body.ieshop-woo-order-received ul.order_details li strong {
  display: block;
  margin-top: 4px;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-sm);
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.35;
}

body.ieshop-woo-order-received .woocommerce-order-details,
body.ieshop-woo-order-received .woocommerce-customer-details {
  margin-top: 28px;
}

body.ieshop-woo-order-received .woocommerce-order-details__title,
body.ieshop-woo-order-received .woocommerce-column__title {
  margin: 0 0 14px;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-xl);
  line-height: var(--ieShop-line-height-tight);
}

body.ieshop-woo-order-received table.woocommerce-table--order-details {
  width: 100%;
  margin: 0 0 26px;
  overflow: hidden;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ieShop-surface);
  box-shadow: var(--ieShop-shadow-sm);
}

body.ieshop-woo-order-received table.woocommerce-table--order-details th,
body.ieshop-woo-order-received table.woocommerce-table--order-details td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--ieShop-divider);
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-sm);
  line-height: 1.4;
}

body.ieshop-woo-order-received table.woocommerce-table--order-details th {
  font-weight: var(--ieShop-font-weight-semibold);
  text-align: left;
}

body.ieshop-woo-order-received table.woocommerce-table--order-details td:last-child,
body.ieshop-woo-order-received table.woocommerce-table--order-details th:last-child {
  text-align: right;
}

body.ieshop-woo-order-received table.woocommerce-table--order-details tr:last-child th,
body.ieshop-woo-order-received table.woocommerce-table--order-details tr:last-child td {
  border-bottom: 0;
}

body.ieshop-woo-checkout .woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: start;
}

body.ieshop-woo-checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 4;
}

body.ieshop-woo-checkout #order_review_heading,
body.ieshop-woo-checkout #order_review {
  grid-column: 2;
}

body.ieshop-woo-checkout #order_review_heading {
  grid-row: 1;
  margin-bottom: 12px;
}

body.ieshop-woo-checkout #order_review {
  grid-row: 2;
}

body.ieshop-woo-checkout .woocommerce-form-coupon-toggle,
body.ieshop-woo-checkout .woocommerce-form-coupon,
body.ieshop-woo-checkout .woocommerce-NoticeGroup,
body.ieshop-woo-checkout .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.ieshop-woo-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding: 14px 18px;
  border: 1px solid var(--ieShop-accent-border);
  border-radius: var(--ieShop-radius-md);
  background: var(--ieShop-notice-bg);
  color: var(--ieShop-secondary);
  font-size: 0.95rem;
}

body.ieshop-woo-checkout .woocommerce-form-coupon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 18px 22px;
  background: #f5f5f5;
}

body.ieshop-woo-checkout .woocommerce-form-coupon p {
  margin: 0;
}

body.ieshop-woo-checkout .woocommerce-form-coupon .form-row-first {
  flex: 1 1 auto;
}

body.ieshop-woo-checkout .woocommerce-form-coupon .form-row-last {
  flex: 0 0 auto;
}

body.ieshop-woo-checkout .woocommerce-form-coupon button[name="apply_coupon"] {
  min-height: 34px !important;
  padding: 6px 18px !important;
  border-radius: var(--ieShop-radius-full) !important;
  font-size: 1rem !important;
  font-weight: var(--ieShop-font-weight-semibold) !important;
  line-height: 1.2 !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  padding: 24px;
  margin-bottom: 18px;
  box-shadow: var(--ieShop-shadow-md);
}

body.ieshop-woo-checkout .woocommerce-checkout h3,
body.ieshop-woo-checkout .woocommerce-checkout h2 {
  margin: 0 0 18px;
  color: var(--ieShop-primary);
  font-size: 1.45rem;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: var(--ieShop-line-height-tight);
}

body.ieshop-woo-checkout .woocommerce form .form-row {
  margin: 0 0 14px;
}

body.ieshop-woo-checkout .woocommerce form .form-row label {
  margin-bottom: 6px;
  color: var(--ieShop-secondary);
  font-size: 0.88rem;
  font-weight: var(--ieShop-font-weight-normal);
  line-height: 1.25;
}

body.ieshop-woo-checkout .woocommerce-billing-fields__field-wrapper,
body.ieshop-woo-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

body.ieshop-woo-checkout .woocommerce-billing-fields__field-wrapper .form-row,
body.ieshop-woo-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
  float: none !important;
  clear: none !important;
}

body.ieshop-woo-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
body.ieshop-woo-checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
body.ieshop-woo-checkout .woocommerce-shipping-fields__field-wrapper .form-row-first,
body.ieshop-woo-checkout .woocommerce-shipping-fields__field-wrapper .form-row-last {
  width: calc(50% - 8px) !important;
}

body.ieshop-woo-checkout #billing_postcode_field,
body.ieshop-woo-checkout #billing_city_field,
body.ieshop-woo-checkout #billing_state_field,
body.ieshop-woo-checkout #billing_country_field,
body.ieshop-woo-checkout #billing_phone_field,
body.ieshop-woo-checkout #billing_email_field,
body.ieshop-woo-checkout #shipping_first_name_field,
body.ieshop-woo-checkout #shipping_last_name_field,
body.ieshop-woo-checkout #shipping_postcode_field,
body.ieshop-woo-checkout #shipping_city_field,
body.ieshop-woo-checkout #shipping_state_field,
body.ieshop-woo-checkout #shipping_country_field {
  width: calc(50% - 8px) !important;
  flex: 0 0 calc(50% - 8px);
}

body.ieshop-woo-checkout #billing_postcode_field {
  order: 50;
}

body.ieshop-woo-checkout #billing_city_field {
  order: 51;
}

body.ieshop-woo-checkout #billing_state_field {
  order: 53;
}

body.ieshop-woo-checkout #billing_country_field {
  order: 52;
}

body.ieshop-woo-checkout #billing_phone_field {
  order: 81;
}

body.ieshop-woo-checkout #billing_email_field {
  order: 80;
}

body.ieshop-woo-checkout #shipping_first_name_field {
  order: 10;
}

body.ieshop-woo-checkout #shipping_last_name_field {
  order: 20;
}

body.ieshop-woo-checkout #shipping_address_1_field {
  order: 50;
}

body.ieshop-woo-checkout #shipping_address_2_field {
  order: 60;
}

body.ieshop-woo-checkout #shipping_postcode_field {
  order: 65;
}

body.ieshop-woo-checkout #shipping_city_field {
  order: 66;
}

body.ieshop-woo-checkout #shipping_country_field {
  order: 67;
}

body.ieshop-woo-checkout #shipping_state_field {
  order: 68;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
  min-height: 36px;
  padding: 5px 12px;
  background: #fff;
}

body.ieshop-woo-checkout .woocommerce form .form-row input.input-text,
body.ieshop-woo-checkout .woocommerce form .form-row textarea {
  min-height: 34px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

body.ieshop-woo-checkout .select2-container--default .select2-selection--single {
  height: 34px !important;
  min-height: 34px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

body.ieshop-woo-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 26px !important;
}

body.ieshop-woo-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px !important;
}

body.ieshop-woo-checkout .select2-container--default .select2-results__option,
body.ieshop-woo-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: var(--ieShop-font-size-xs) !important;
  line-height: 1.35 !important;
}

body.ieshop-woo-checkout .select2-container--default .select2-results__option {
  padding: 5px 10px !important;
}

.woocommerce-checkout #payment {
  border-radius: var(--ieShop-radius-md);
  border: 1px solid var(--ieShop-border);
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order,
body.ieshop-woo-checkout .woocommerce-checkout-payment,
body.ieshop-woo-checkout #payment {
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  box-shadow: var(--ieShop-shadow-md);
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table {
  width: 100% !important;
  max-width: 100%;
  table-layout: fixed;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-xs);
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table th,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table td {
  padding: 10px 12px;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-xs);
  line-height: 1.35;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table th:first-child,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table td:first-child {
  width: 64%;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table th:last-child,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table td:last-child {
  width: 36%;
  text-align: right;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table td.product-total,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot td {
  text-align: right;
  white-space: normal;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal th,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal td,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total th,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td {
  border-top: 1px solid var(--ieShop-divider);
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping th,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.tax-total th,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.tax-total td {
  border-top: 0;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td {
  font-size: var(--ieShop-font-size-xs);
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td label,
body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td .amount {
  display: inline;
  max-width: 100%;
  font-size: var(--ieShop-font-size-xs);
  line-height: 1.25;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td label {
  font-size: 0;
  line-height: 0;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td label .amount {
  display: inline;
  font-size: var(--ieShop-font-size-xs);
  line-height: 1.25;
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table tbody td.product-name .product-quantity {
  float: right;
  margin-left: 8px;
  white-space: nowrap;
  font-weight: var(--ieShop-font-weight-semibold);
}

body.ieshop-woo-checkout .woocommerce-checkout-review-order table.shop_table img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

body.ieshop-woo-checkout #order_review {
  display: flex;
  flex-direction: column;
}

body.ieshop-woo-checkout #order_review_heading {
  order: 1;
}

body.ieshop-woo-checkout #order_payment_heading {
  order: 3;
  margin: 22px 0 10px;
}

body.ieshop-woo-checkout #order_review_heading::after {
  content: "Eine wirklich gute Wahl!";
  display: block;
  margin-top: 2px;
  color: var(--ieShop-text-muted);
  font-size: var(--ieShop-font-size-xs);
  font-weight: var(--ieShop-font-weight-normal);
  line-height: 1.3;
}

body.ieshop-woo-checkout #order_review .woocommerce-checkout-review-order-table {
  order: 2;
}

body.ieshop-woo-checkout #order_review #payment {
  order: 5;
}

body.ieshop-woo-checkout #order_review .wc-gzd-order-submit,
body.ieshop-woo-checkout #order_review .place-order {
  order: 4;
}

body.ieshop-woo-checkout #order_review .wc-gzd-checkbox-placeholder,
body.ieshop-woo-checkout #order_review .wc-gzd-checkbox-placeholder-legal,
body.ieshop-woo-checkout #order_review .wc-gzd-checkbox-placeholder-data-service,
body.ieshop-woo-checkout #order_review .woocommerce-terms-and-conditions-wrapper {
  order: 6;
  margin-top: 20px;
}

body.ieshop-woo-checkout #order_review .wc-gzd-checkbox-placeholder,
body.ieshop-woo-checkout #order_review .wc-gzd-checkbox-placeholder p,
body.ieshop-woo-checkout #order_review .wc-gzd-checkbox-placeholder label,
body.ieshop-woo-checkout #order_review .woocommerce-terms-and-conditions-wrapper,
body.ieshop-woo-checkout #order_review .woocommerce-terms-and-conditions-wrapper p,
body.ieshop-woo-checkout #order_review .woocommerce-terms-and-conditions-wrapper label {
  color: var(--ieShop-text-main);
  font-size: var(--ieShop-font-size-xs);
  font-weight: var(--ieShop-font-weight-normal);
  line-height: 1.55;
}

body.ieshop-woo-checkout #order_review .wc-gzd-checkbox-placeholder strong,
body.ieshop-woo-checkout #order_review .woocommerce-terms-and-conditions-wrapper strong {
  font-weight: var(--ieShop-font-weight-normal);
}

body.ieshop-woo-checkout #payment {
  padding: 18px;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
}

body.ieshop-woo-checkout #payment ul.payment_methods {
  order: 2;
  padding: 0;
  border: 0;
}

body.ieshop-woo-checkout #payment div.payment_box {
  margin: 12px 0 0;
  padding: 16px;
  border-radius: var(--ieShop-radius-sm);
  background: var(--ieShop-background);
  color: var(--ieShop-text-main);
}

body.ieshop-woo-checkout #payment #place_order,
body.ieshop-woo-checkout #order_review #place_order {
  order: 1;
  align-self: flex-start;
  width: auto !important;
  margin: 0 0 16px;
  padding: 8px 22px !important;
  border-radius: var(--ieShop-radius-full);
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text);
  font-size: var(--ieShop-font-size-sm) !important;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: 1.2;
}

body.ieshop-woo-checkout #payment #place_order:hover,
body.ieshop-woo-checkout #order_review #place_order:hover {
  background: var(--ieShop-button-bg-hover);
  color: var(--ieShop-button-text);
}

/* Mein Konto */
.woocommerce-account #brx-content {
  background: var(--ieShop-background);
  padding: var(--ieShop-space-xl) var(--ieShop-space-l) var(--ieShop-space-2xl);
}

.woocommerce-account #brx-content > h1 {
  max-width: 1120px;
  margin: 0 auto var(--ieShop-space-xl);
  font-size: 2rem;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: var(--ieShop-line-height-tight);
  color: var(--ieShop-primary);
}

.woocommerce-account #brx-content > .woocommerce:has(.ieshop-account-auth) {
  display: block !important;
}

.woocommerce-account .ieshop-account-auth {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ieShop-space-2xl);
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  align-items: stretch;
}

.woocommerce-account .ieshop-account-auth--login-only {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}

.woocommerce-account .ieshop-account-auth__panel {
  display: flex !important;
  flex-direction: column;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: var(--ieShop-space-xl);
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-lg);
  box-shadow: var(--ieShop-shadow-md);
}

.woocommerce-account .ieshop-account-auth__panel--register {
  border-color: var(--ieShop-accent-border);
  background: linear-gradient(180deg, var(--ieShop-surface) 0%, #fffaf4 100%);
}

.woocommerce-account .ieshop-account-auth__header {
  margin-bottom: var(--ieShop-space-l);
  padding-bottom: var(--ieShop-space-m);
  border-bottom: 1px solid var(--ieShop-divider);
}

.woocommerce-account .ieshop-account-auth__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 10px;
  border: 1px solid var(--ieShop-accent-border);
  border-radius: 999px;
  background: var(--ieShop-accent-tint);
  color: var(--ieShop-accent);
  font-size: var(--ieShop-font-size-xs);
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
}

.woocommerce-account .ieshop-account-auth__header h2 {
  margin: 0 0 8px;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-lg);
  font-weight: var(--ieShop-font-weight-bold);
  line-height: var(--ieShop-line-height-tight);
}

.woocommerce-account .ieshop-account-auth__header p,
.woocommerce-account .ieshop-account-auth__hint {
  margin: 0;
  color: var(--ieShop-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.woocommerce-account .ieshop-account-auth__form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0;
}

.woocommerce-account .ieshop-account-auth__form .form-row {
  margin: 0 0 var(--ieShop-space-m) !important;
  padding: 0 !important;
}

.woocommerce-account .ieshop-account-auth__form label {
  display: block;
  margin: 0 0 7px;
  color: var(--ieShop-text-main);
  font-size: var(--ieShop-font-size-xs);
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.25;
}

.woocommerce-account .ieshop-account-auth__form input.input-text,
.woocommerce-account .ieshop-account-auth__form .woocommerce-Input {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
  background: var(--ieShop-surface);
  color: var(--ieShop-text-main);
  font-size: 0.95rem;
  line-height: 1.35;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account .ieshop-account-auth__form input.input-text:focus,
.woocommerce-account .ieshop-account-auth__form .woocommerce-Input:focus {
  border-color: var(--ieShop-accent);
  outline: none;
  box-shadow: 0 0 0 3px var(--ieShop-accent-tint);
}

.woocommerce-account .ieshop-account-auth__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ieShop-space-m);
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.woocommerce-account .ieshop-account-auth__actions--login {
  flex-wrap: wrap;
}

.woocommerce-account .ieshop-account-auth .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--ieShop-text-muted);
  font-size: 0.86rem;
  font-weight: var(--ieShop-font-weight-medium);
  line-height: 1.25;
}

.woocommerce-account .ieshop-account-auth .woocommerce-form-login__rememberme input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--ieShop-accent);
}

.woocommerce-account .ieshop-account-auth__legal {
  margin: var(--ieShop-space-m) 0 var(--ieShop-space-l);
  padding: 12px 14px;
  border: 1px solid var(--ieShop-accent-border);
  border-radius: var(--ieShop-radius-sm);
  background: var(--ieShop-accent-tint);
  color: var(--ieShop-text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.woocommerce-account .ieshop-account-auth__legal a {
  color: var(--ieShop-primary);
  font-weight: var(--ieShop-font-weight-semibold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-account .ieshop-account-auth__legal a:hover {
  color: var(--ieShop-accent);
}

.woocommerce-account .ieshop-account-auth .button,
.woocommerce-account .ieshop-account-auth button.button {
  min-height: 42px;
  margin: 0;
  padding: 10px 22px;
  border: 1px solid var(--ieShop-button-bg);
  border-radius: 999px;
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text);
  font-size: 0.9rem;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.woocommerce-account .ieshop-account-auth .button:hover,
.woocommerce-account .ieshop-account-auth button.button:hover {
  background: var(--ieShop-button-bg-hover);
  border-color: var(--ieShop-button-bg-hover);
  color: var(--ieShop-button-text);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(246, 146, 34, 0.22);
}

.woocommerce-account .ieshop-account-auth .lost_password {
  margin: var(--ieShop-space-m) 0 0;
  padding-top: var(--ieShop-space-m);
  border-top: 1px solid var(--ieShop-divider);
  font-size: 0.9rem;
  line-height: 1.35;
}

.woocommerce-account .ieshop-account-auth .lost_password a {
  color: var(--ieShop-primary);
  font-weight: var(--ieShop-font-weight-semibold);
  text-decoration: none;
}

.woocommerce-account .ieshop-account-auth .lost_password a:hover {
  color: var(--ieShop-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-account #brx-content > .woocommerce {
  display: flex !important;
  align-items: flex-start !important;
  gap: var(--ieShop-space-l);
  max-width: 1200px;
  margin: 0 auto;
}

.woocommerce-account .woocommerce::after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  padding: 10px;
  box-shadow: var(--ieShop-shadow-md);
  width: 25%;
  min-width: 280px;
  height: auto;
  height: fit-content;
  align-self: flex-start;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: var(--ieShop-radius-sm);
  color: var(--ieShop-text-main);
  font-size: 0.86rem;
  font-weight: var(--ieShop-font-weight-medium);
  line-height: 1.25;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--ieShop-highlight);
  color: var(--ieShop-primary);
}

.woocommerce-account .woocommerce-MyAccount-content {
  background: var(--ieShop-surface);
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  padding: var(--ieShop-space-xl);
  box-shadow: var(--ieShop-shadow-md);
  min-height: 460px;
  width: calc(75% - var(--ieShop-space-l));
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ieShop-text-main);
  max-width: 760px;
}

.woocommerce-account .ieshop-account-dashboard-intro {
  margin-bottom: var(--ieShop-space-m);
}

.woocommerce-account .ieshop-account-dashboard-intro h2 {
  margin: 0 0 6px;
  color: var(--ieShop-primary);
  font-size: 1.25rem;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: 1.3;
}

.woocommerce-account .ieshop-account-dashboard-meta {
  margin: 0;
  color: var(--ieShop-text-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.woocommerce-account .ieshop-account-dashboard-stats {
  display: flex !important;
  gap: 14px;
  align-items: stretch !important;
  margin: var(--ieShop-space-l) 0 var(--ieShop-space-xl);
}

.woocommerce-account .ieshop-account-stat {
  display: flex !important;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-self: stretch !important;
  box-sizing: border-box;
  margin: 0 !important;
  position: relative;
  top: 0 !important;
  transform: none !important;
  background: #f8fcfd;
  border: 1px solid #dbeef5;
  border-radius: var(--ieShop-radius-md);
  padding: 16px 18px;
  min-height: 104px !important;
  height: 104px !important;
}

.woocommerce-account .ieshop-account-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ieShop-primary);
  font-size: 1.35rem;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: 1;
}

.woocommerce-account .ieshop-account-stat span {
  color: var(--ieShop-text-muted);
  font-size: 0.82rem;
  font-weight: var(--ieShop-font-weight-semibold);
}

.woocommerce-account .ieshop-account-recent-orders {
  background: var(--ieShop-surface);
  border: 1px solid #dbeef5;
  border-radius: var(--ieShop-radius-md);
  padding: var(--ieShop-space-l);
}

.woocommerce-account .ieshop-account-recent-orders h3 {
  margin: 0 0 var(--ieShop-space-m);
  color: var(--ieShop-primary);
  font-size: 1.25rem;
  font-weight: var(--ieShop-font-weight-bold);
}

.woocommerce-account .ieshop-account-order-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: var(--ieShop-space-m);
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--ieShop-divider);
  font-size: 0.9rem;
}

.woocommerce-account .ieshop-account-order-row:first-of-type {
  border-top: 0;
}

.woocommerce-account .ieshop-account-order-number {
  display: block;
  color: var(--ieShop-primary);
  font-size: 0.95rem;
  font-weight: var(--ieShop-font-weight-bold);
}

.woocommerce-account .ieshop-account-order-row span {
  display: block;
  margin-top: 2px;
  color: var(--ieShop-text-main);
  font-size: 0.86rem;
}

.woocommerce-account .ieshop-account-order-row strong {
  color: var(--ieShop-text-main);
  font-size: 0.9rem;
  font-weight: var(--ieShop-font-weight-medium);
  white-space: nowrap;
}

.woocommerce-account .ieshop-account-order-row em {
  background: var(--ieShop-success-bg);
  color: #16733d;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: var(--ieShop-font-weight-semibold);
  white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--ieShop-primary);
  font-weight: var(--ieShop-font-weight-semibold);
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--ieShop-accent);
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 1.25rem;
  color: var(--ieShop-primary);
  font-weight: var(--ieShop-font-weight-bold);
  margin-bottom: var(--ieShop-space-m);
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  width: 100%;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  background: var(--ieShop-highlight);
  color: var(--ieShop-primary);
  padding: 12px 14px;
  font-size: 0.78rem;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  background: var(--ieShop-surface);
  padding: 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  vertical-align: middle;
  border-top: 1px solid var(--ieShop-divider);
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody th {
  background: var(--ieShop-surface);
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table td a {
  font-size: inherit;
}

.woocommerce-account .woocommerce-orders-table__cell-order-number {
  font-weight: var(--ieShop-font-weight-semibold);
  white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table__cell-order-total {
  white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions {
  text-align: right;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-table--order-downloads,
.woocommerce-account .woocommerce-MyAccount-downloads {
  width: 100%;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-md);
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.woocommerce-account .woocommerce-table--order-downloads th,
.woocommerce-account .woocommerce-MyAccount-downloads th {
  background: var(--ieShop-highlight);
  color: var(--ieShop-primary);
  padding: 12px 14px;
  font-size: 0.78rem;
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-table--order-downloads td,
.woocommerce-account .woocommerce-MyAccount-downloads td {
  background: var(--ieShop-surface);
  padding: 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  vertical-align: middle;
  border-top: 1px solid var(--ieShop-divider);
}

.woocommerce-account .woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ieShop-space-m);
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 14px 18px;
}

.woocommerce-account .woocommerce-info .button {
  flex-shrink: 0;
  margin-left: auto;
}

.woocommerce-account .woocommerce-Addresses {
  display: flex !important;
  align-items: flex-start !important;
  gap: var(--ieShop-space-xl);
  margin-top: var(--ieShop-space-xl);
}

.woocommerce-account .woocommerce-Address {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 0;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: flex-start !important;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px !important;
  min-height: 0 !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-column__title {
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: var(--ieShop-font-weight-bold);
  color: var(--ieShop-primary);
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-Address-title .edit {
  color: var(--ieShop-accent);
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: var(--ieShop-font-weight-semibold);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-Address-title .edit:hover {
  color: var(--ieShop-accent-hover);
}

.woocommerce-account .woocommerce-Address address,
.woocommerce-account address {
  color: var(--ieShop-text-main);
  font-size: 1.05rem;
  line-height: 1.65;
  font-style: italic;
  margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields {
  max-width: 760px;
}

.woocommerce-account .woocommerce-EditAccountForm::after,
.woocommerce-account .woocommerce-address-fields::after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-address-fields .form-row {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .form-row-last,
.woocommerce-account .woocommerce-address-fields .form-row-first,
.woocommerce-account .woocommerce-address-fields .form-row-last {
  float: left !important;
  width: calc(50% - 20px) !important;
  clear: none !important;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-address-fields .form-row-first {
  margin-right: 40px !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper {
  display: block;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row {
  margin-bottom: 14px !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row label {
  margin-bottom: 6px !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper > * {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-address-fields h2,
.woocommerce-account .woocommerce-address-fields h3,
.woocommerce-account .woocommerce-MyAccount-content > h2 {
  margin: 0 0 var(--ieShop-space-m);
  color: var(--ieShop-primary);
  font-size: 1.25rem;
  font-weight: var(--ieShop-font-weight-bold);
  line-height: 1.3;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-first + .form-row-last,
.woocommerce-account .woocommerce-address-fields .form-row-first + .form-row-last {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-address-fields .form-row-wide {
  clear: both;
  width: 100% !important;
}

.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-address-fields label {
  display: block;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--ieShop-text-main);
  font-size: 0.78rem;
  font-weight: var(--ieShop-font-weight-medium);
  line-height: 1.15;
}

.woocommerce-account .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-address-fields input.input-text,
.woocommerce-account .woocommerce-address-fields select,
.woocommerce-account .woocommerce-address-fields textarea,
.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
  background: var(--ieShop-surface);
  color: var(--ieShop-text-main);
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-address-fields .select2-container {
  width: 100% !important;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  min-height: 38px !important;
  height: 38px !important;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: var(--ieShop-text-main);
  font-size: 0.9rem;
  line-height: 1.35;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.woocommerce-account .woocommerce-EditAccountForm em {
  display: block;
  margin-top: 3px;
  color: var(--ieShop-text-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.woocommerce-account .woocommerce-EditAccountForm .password-input,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-strength,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-hint {
  margin-top: 2px !important;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
}

.woocommerce-account .woocommerce-EditAccountForm legend {
  padding: 0 8px;
  color: var(--ieShop-primary);
  font-size: 1rem;
  font-weight: var(--ieShop-font-weight-semibold);
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-account .woocommerce-address-fields .button {
  min-height: 40px;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: var(--ieShop-font-weight-semibold);
}

.woocommerce-account .woocommerce-MyAccount-content .button {
  border-radius: 999px;
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text);
  font-weight: var(--ieShop-font-weight-semibold);
  padding: 8px 16px;
  font-size: 0.85rem;
  line-height: 1.2;
}

/* Hinweise */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--ieShop-border);
  border-radius: var(--ieShop-radius-sm);
}

.woocommerce-message {
  background: var(--ieShop-success-bg);
}

.woocommerce-message .button.wc-forward,
.woocommerce-message a.wc-forward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 32px;
  margin: 0 0 0 12px;
  padding: 7px 14px;
  border: 1px solid var(--ieShop-button-bg);
  border-radius: 999px;
  background: var(--ieShop-button-bg);
  color: var(--ieShop-button-text) !important;
  font-size: var(--ieShop-font-size-xs);
  font-weight: var(--ieShop-font-weight-semibold);
  line-height: 1.2;
  text-decoration: none !important;
}

.woocommerce-message .button.wc-forward:hover,
.woocommerce-message a.wc-forward:hover {
  border-color: var(--ieShop-button-bg-hover);
  background: var(--ieShop-button-bg-hover);
  color: var(--ieShop-button-text) !important;
}

.ieshop-shop-archive-v5 .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0 0 18px;
  padding: 12px 14px;
  color: var(--ieShop-primary);
  font-size: var(--ieShop-font-size-sm);
  line-height: 1.35;
}

.woocommerce-info {
  background: var(--ieShop-notice-bg);
}

.woocommerce-error {
  background: var(--ieShop-error-bg);
}

/* Produkt-Tabs (Beschreibung, Bewertungen, etc.) */
.woocommerce-tabs {
  border-top: none !important;
  padding-top: 0 !important;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.woocommerce-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a:link,
.woocommerce-tabs ul.tabs li a:visited {
  display: block;
  padding: 10px 20px;
  font-size: var(--ieShop-font-size-s);
  font-weight: 400;
  color: var(--ieShop-text-muted) !important;
  text-decoration: none !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
  line-height: 1.4;
  outline: none;
}

.woocommerce-tabs ul.tabs li a:hover {
  color: var(--ieShop-primary) !important;
  text-decoration: none !important;
  border-bottom: 2px solid var(--ieShop-accent) !important;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a:link,
.woocommerce-tabs ul.tabs li.active a:visited {
  color: var(--ieShop-primary) !important;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 2px solid var(--ieShop-accent) !important;
}

.woocommerce-tabs .panel {
  padding: 24px 0 0;
  border: none;
  background: transparent;
}


/* Ähnliche Produkte – Loop Grid */
.ieshop-loop-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  justify-items: start;
  width: 100%;
}


/* Ähnliche Produkte – Karten Hover */
.ieshop-karte {
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.ieshop-karte:hover {
  box-shadow: 0 8px 24px rgba(41, 64, 72, 0.15);
  transform: translateY(-3px);
}

@media (max-width: 1100px) {
  body .ieshop-shop-archive-v5__loop ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

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

  .ieshop-shop-archive-v5__toolbar {
    align-items: stretch;
  }

  .ieshop-shop-archive-v5__header-controls {
    gap: 12px;
  }

  .ieshop-shop-archive-v5__header-actions {
    flex: 1 1 auto;
    gap: 8px;
    min-width: 0;
  }

  .ieshop-shop-archive-v5__xin {
    flex: 0 0 auto;
    min-height: 26px;
    padding: 4px 9px;
    font-size: 0;
  }

  .ieshop-shop-archive-v5__xin::after {
    content: "XIN";
    font-size: 0.72rem;
    line-height: 1;
  }

  .ieshop-shop-archive-v5__ordering {
    flex: 1 1 auto;
    min-width: 0;
  }

  .ieshop-shop-archive-v5__ordering,
  .ieshop-shop-archive-v5__ordering form,
  .ieshop-shop-archive-v5__ordering select {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .ieshop-shop-archive-v5 {
    padding: 30px 16px 52px;
  }

  .ieshop-shop-archive-v5__header {
    align-items: flex-start;
  }

  .ieshop-shop-archive-v5__header h1 {
    font-size: 1.65rem;
  }

  body .ieshop-shop-archive-v5__loop ul.products {
    grid-template-columns: 1fr !important;
  }

  body .ieshop-shop-archive-v5__loop ul.products li.product .price {
    transform: translateY(-42px);
  }

  .ieshop-shop-archive-v5__chips {
    flex-basis: 100%;
  }
}

@media (max-width: 900px) {
  body.ieshop-woo-cart .woocommerce {
    display: block;
  }

  body.ieshop-woo-cart .woocommerce-cart-form,
  body.ieshop-woo-cart .cart-collaterals {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  body.ieshop-woo-cart .cart-collaterals {
    margin-top: var(--ieShop-space-l);
  }
}

@media (max-width: 760px) and (min-width: 641px) {
  body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-price {
    width: 96px;
  }

  body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-quantity {
    width: 118px;
  }

  body.ieshop-woo-cart table.ieshop-cart-table .ieshop-cart-col-subtotal {
    width: 120px;
  }

  body.ieshop-woo-cart table.shop_table th,
  body.ieshop-woo-cart table.shop_table td {
    font-size: var(--ieShop-font-size-sm);
  }

  body.ieshop-woo-cart table.shop_table th.product-subtotal,
  body.ieshop-woo-cart table.shop_table td.product-subtotal {
    padding-right: 14px;
  }
}

@media (max-width: 640px) {
  body.ieshop-woo-cart table.shop_table {
    display: block;
    overflow: hidden;
  }

  body.ieshop-woo-cart table.shop_table thead {
    display: none;
  }

  body.ieshop-woo-cart table.shop_table tbody,
  body.ieshop-woo-cart table.shop_table tr,
  body.ieshop-woo-cart table.shop_table td {
    display: block;
    width: 100% !important;
  }

  body.ieshop-woo-cart table.shop_table tr.cart_item {
    position: relative;
    padding: 14px 14px 12px 104px;
    border-bottom: 1px solid var(--ieShop-divider);
  }

  body.ieshop-woo-cart table.shop_table tr.cart_item td {
    padding: 3px 0;
    border-bottom: 0;
    text-align: left !important;
  }

  body.ieshop-woo-cart table.shop_table .product-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto !important;
  }

  body.ieshop-woo-cart table.shop_table .product-thumbnail {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 72px !important;
  }

  body.ieshop-woo-cart table.shop_table .product-thumbnail img {
    width: 72px;
    height: 72px;
  }

  body.ieshop-woo-cart table.shop_table .product-name {
    padding-right: 34px;
    font-weight: var(--ieShop-font-weight-semibold);
  }

  body.ieshop-woo-cart table.shop_table .product-price,
  body.ieshop-woo-cart table.shop_table .product-quantity,
  body.ieshop-woo-cart table.shop_table .product-subtotal {
    font-size: var(--ieShop-font-size-xs);
  }

  body.ieshop-woo-cart table.shop_table .product-price::before {
    content: "Preis: ";
    color: var(--ieShop-text-muted);
    font-weight: var(--ieShop-font-weight-normal);
  }

  body.ieshop-woo-cart table.shop_table .product-quantity::before {
    content: "Anzahl: ";
    color: var(--ieShop-text-muted);
    font-weight: var(--ieShop-font-weight-normal);
  }

  body.ieshop-woo-cart table.shop_table .product-subtotal::before {
    content: "Zwischensumme: ";
    color: var(--ieShop-text-muted);
    font-weight: var(--ieShop-font-weight-normal);
  }

  body.ieshop-woo-cart table.shop_table .actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  body.ieshop-woo-cart table.shop_table .coupon {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    float: none;
    width: 100%;
  }

  body.ieshop-woo-cart table.shop_table .coupon .input-text,
  body.ieshop-woo-cart table.shop_table .coupon .button,
  body.ieshop-woo-cart table.shop_table button[name="update_cart"] {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .single-product div.product {
    padding: 18px;
  }

  body.ieshop-woo-checkout .woocommerce form.checkout {
    grid-template-columns: 1fr;
  }

  body.ieshop-woo-checkout #customer_details,
  body.ieshop-woo-checkout #order_review_heading,
  body.ieshop-woo-checkout #order_review {
    grid-column: auto;
    grid-row: auto;
  }

  body.ieshop-woo-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ieshop-woo-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
  body.ieshop-woo-checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
  body.ieshop-woo-checkout .woocommerce-shipping-fields__field-wrapper .form-row-first,
  body.ieshop-woo-checkout .woocommerce-shipping-fields__field-wrapper .form-row-last,
  body.ieshop-woo-checkout #billing_postcode_field,
  body.ieshop-woo-checkout #billing_city_field,
  body.ieshop-woo-checkout #billing_state_field,
  body.ieshop-woo-checkout #billing_country_field,
  body.ieshop-woo-checkout #billing_phone_field,
  body.ieshop-woo-checkout #billing_email_field,
  body.ieshop-woo-checkout #shipping_first_name_field,
  body.ieshop-woo-checkout #shipping_last_name_field,
  body.ieshop-woo-checkout #shipping_postcode_field,
  body.ieshop-woo-checkout #shipping_city_field,
  body.ieshop-woo-checkout #shipping_state_field,
  body.ieshop-woo-checkout #shipping_country_field {
    width: 100% !important;
    flex-basis: 100%;
  }

  body.ieshop-woo-checkout .select2-container--default .select2-results__option,
  body.ieshop-woo-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: var(--ieShop-font-size-sm) !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    display: block;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    overflow-x: auto;
  }

  .woocommerce-account .woocommerce-EditAccountForm,
  .woocommerce-account .woocommerce-address-fields {
    max-width: 100%;
  }

}

@media (max-width: 1100px) {
  .woocommerce-account #brx-content > .woocommerce,
  .woocommerce-account .woocommerce {
    display: block !important;
    max-width: 100% !important;
  }

  .woocommerce-account .ieshop-account-auth {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: var(--ieShop-space-l) !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    overflow-x: auto;
  }

  .woocommerce-account .ieshop-account-dashboard-stats {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .ieshop-shop-archive-v5 .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce-message .button.wc-forward,
  .woocommerce-message a.wc-forward {
    margin-left: 0;
  }

  body.ieshop-woo-order-received .woocommerce-order-overview,
  body.ieshop-woo-order-received ul.order_details {
    grid-template-columns: 1fr;
  }

  body.ieshop-woo-order-received .woocommerce-order-overview li,
  body.ieshop-woo-order-received ul.order_details li {
    border-right: 0;
  }

  body.ieshop-woo-order-received table.woocommerce-table--order-details th,
  body.ieshop-woo-order-received table.woocommerce-table--order-details td {
    padding: 10px 12px;
    font-size: var(--ieShop-font-size-xs);
  }

  .woocommerce-account #brx-content {
    padding: var(--ieShop-space-l) var(--ieShop-space-m) var(--ieShop-space-xl);
  }

  .woocommerce-account #brx-content > h1 {
    font-size: var(--ieShop-font-size-xl);
  }

  .woocommerce-account .ieshop-account-auth {
    gap: var(--ieShop-space-m);
  }

  .woocommerce-account .ieshop-account-auth__panel {
    padding: var(--ieShop-space-l);
  }

  .woocommerce-account .ieshop-account-auth__header h2 {
    font-size: 1.35rem;
  }

  .woocommerce-account .ieshop-account-auth__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .woocommerce-account .ieshop-account-auth .button,
  .woocommerce-account .ieshop-account-auth button.button {
    width: 100%;
    text-align: center;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: var(--ieShop-space-m);
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 42px;
    font-size: var(--ieShop-font-size-s);
  }

  .woocommerce-account .woocommerce-MyAccount-content table.shop_table {
    display: block;
    overflow-x: auto;
    font-size: 0.82rem;
  }

  .woocommerce-account .woocommerce-table--order-downloads,
  .woocommerce-account .woocommerce-MyAccount-downloads {
    display: block;
    overflow-x: auto;
    font-size: 0.82rem;
  }

  .woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
  .woocommerce-account .woocommerce-MyAccount-content table.shop_table td,
  .woocommerce-account .woocommerce-table--order-downloads th,
  .woocommerce-account .woocommerce-table--order-downloads td,
  .woocommerce-account .woocommerce-MyAccount-downloads th,
  .woocommerce-account .woocommerce-MyAccount-downloads td {
    padding: 10px;
    font-size: 0.82rem;
  }

  .woocommerce-account .woocommerce-MyAccount-content .button {
    font-size: 0.8rem;
    padding: 7px 12px;
  }

  .woocommerce-account .woocommerce-info {
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.82rem;
  }

  .woocommerce-account .woocommerce-info .button {
    margin-left: 0;
  }

  .woocommerce-account .ieshop-account-dashboard-stats {
    flex-direction: column;
  }

  .woocommerce-account .ieshop-account-order-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .woocommerce-account .ieshop-account-order-row strong,
  .woocommerce-account .ieshop-account-order-row em {
    justify-self: start;
  }

  .woocommerce-account .woocommerce-Addresses {
    flex-direction: column;
    gap: var(--ieShop-space-l);
  }

  .woocommerce-account .woocommerce-Address-title h2,
  .woocommerce-account .woocommerce-column__title,
  .woocommerce-account .woocommerce-Address-title .edit {
    font-size: 1rem;
  }

  .woocommerce-account .woocommerce-Address-title {
    min-height: 0;
  }

  .woocommerce-account .woocommerce-Address address,
  .woocommerce-account address {
    font-size: 0.95rem;
  }

  .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-last,
  .woocommerce-account .woocommerce-address-fields .form-row-first,
  .woocommerce-account .woocommerce-address-fields .form-row-last {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 14px;
  }
}

