/*
Theme Name: HIX Digital Theme
Description: WordPress Theme für Webseiten von HIX Digital
Author: HIX DIGITAL
Author URI: https://hix-digital.de
Author Email: ferkan@hix-design.de
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/* ================================
   VIELLA HAIR – BASIC RESET
================================ */

/* Keine automatischen Text-Abstände */
p,
.elementor-widget-text-editor p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Listen kontrollierbarer machen */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* =========================
   VIELLA VARIATION VALIDATION
========================= */

.viella-variation-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 4px;
  padding: 12px 14px;
  background: rgba(118, 15, 35, 0.055);
  border: 1px solid rgba(118, 15, 35, 0.22);
  color: #760f23;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.viella-variation-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.viella-variation-notice__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 19px;

  width: 19px;
  height: 19px;

  border: 1px solid currentColor;
  border-radius: 50%;

  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.viella-variation-notice__text {
  padding-top: 1px;
}

/* Fehlende Auswahl markieren */
.variations tr.viella-option-missing .value {
    outline: 1px solid rgba(118, 15, 35, 0.55);
    outline-offset: -1px;
}

.variations tr.viella-option-missing select {
  border-color: #760f23 !important;
}

/* Mobile */
@media (max-width: 767px) {
  .viella-variation-notice {
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 11px;
  }
}

.viella-marquee {
  width: 100%;
  height: 78px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #681020;
  border-top: 1px solid rgba(125, 31, 43, 0.18);
  border-bottom: 1px solid rgba(125, 31, 43, 0.18);
}

.viella-marquee-track {
  display: flex;
  width: max-content;
  animation: viella-marquee-scroll 32s linear infinite;
}

.viella-marquee-group {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
  flex-shrink: 0;
}
.viella-manifest-italic {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 200;
  color: #E8C9C1;
}

.viella-marquee span {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #f5eee7;
}

.viella-marquee b {
  font-weight: 400;
  color: #f5eee7;
  opacity: 0.55;
}

@keyframes viella-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .viella-marquee {
    height: 52px;
  }

  .viella-marquee-track {
    animation-duration: 22s;
  }

  .viella-marquee-group {
    gap: 36px;
    padding-right: 36px;
  }

  .viella-marquee span {
    font-size: 9px;
    letter-spacing: 0.35em;
  }
}
.viella-inline-italic {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 100;
}
/* =========================
   VIELLA CART BLOCK FINAL
========================= */

body.woocommerce-cart {
  background: #f5eee8 !important;
}

body.woocommerce-cart main,
body.woocommerce-cart .site-main,
body.woocommerce-cart .entry-content {
  background: #f5eee8 !important;
}

/* Seitenbreite */
body.woocommerce-cart .page-header,
body.woocommerce-cart .page-content {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Headline */
body.woocommerce-cart h1.entry-title,
body.woocommerce-cart .entry-title {
  margin: 0 0 46px !important;
  padding: 52px 0 0 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 52px;
  line-height: 0.9 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
}

/* Cart Wrapper */
body.woocommerce-cart .wp-block-woocommerce-cart {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 96px !important;
}

/* Desktop Layout: links Produkte, rechts Summe */
@media (min-width: 1025px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart,
  body.woocommerce-cart .wc-block-components-sidebar-layout.is-large {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(340px, 0.9fr) !important;
    column-gap: 32px !important;
    align-items: start !important;
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-components-main {
    width: auto !important;
    max-width: none !important;
    grid-column: 1 !important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-cart .wc-block-components-sidebar {
    width: auto !important;
    max-width: none !important;
    grid-column: 2 !important;
    margin-top: 0 !important;
  }
}

/* Tablet/Mobile untereinander */
@media (max-width: 1024px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart,
  body.woocommerce-cart .wc-block-components-sidebar-layout.is-large {
    display: block !important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-cart .wc-block-components-sidebar {
    margin-top: 28px !important;
  }
}

/* Linke und rechte Cart-Card */
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
  background: #fffaf6 !important;
  padding: 24px !important;
  border: 1px solid rgba(118, 15, 35, 0.10) !important;
}

/* Grundschrift */
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-cart * {
  font-family: "Inter", sans-serif;
}

/* Tabellenkopf / Summenüberschrift */
body.woocommerce-cart .wc-block-cart-items__header th,
body.woocommerce-cart .wc-block-cart__totals-title {
  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: #760f23 !important;
}
.wc-block-cart__main .wc-block-cart-items th {
	padding: 10px 16px 10px 0 !important;
}

/* Rechte Überschrift */
body.woocommerce-cart .wc-block-cart__totals-title {
  padding-bottom: 12px !important;
  padding-top: 10px;
}

/* Linien */
body.woocommerce-cart .wc-block-cart-items__header th,
body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-cart .wc-block-components-totals-wrapper {
  border-color: rgba(118, 15, 35, 0.14) !important;
}
.wc-block-components-totals-wrapper {
  padding: 0;
  border-top: 0;	
}

/* Produktbild */
body.woocommerce-cart .wc-block-cart-item__image img {
  width: 92px !important;
  height: 116px !important;
  object-fit: cover !important;
}

/* Produktname */
body.woocommerce-cart .wc-block-components-product-name {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 25px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
  opacity: 0.75 !important;
}

/* Preis / Attribute */
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-details {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: rgba(43, 20, 20, 0.78) !important;
}

/* Gesamtsumme in Produktzeile */
body.woocommerce-cart .wc-block-cart-item__total {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  color: #2b1414 !important;
}

/* Mengenfeld */
body.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid rgba(118, 15, 35, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button,
body.woocommerce-cart .wc-block-components-quantity-selector__input {
  background: transparent !important;
  color: #2b1414 !important;
  box-shadow: none !important;
}

/* Entfernen */
body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #760f23 !important;
  opacity: 0.8;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  opacity: 1;
}

/* Finale Summe: Label ausblenden, da Überschrift schon "Gesamtsumme" wird */
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  display: none !important;
}

/* Finaler Betrag */
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  display: block !important;

  font-family: "Cormorant Garamond", serif !important;
  font-size: 44px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
}

/* Kleinunternehmer-Hinweis */
body.woocommerce-cart .wc-gzd-small-business-info,
body.woocommerce-cart .wc-gzd-small-business-info p,
body.woocommerce-cart .wc-block-components-totals-item__description {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: rgba(43, 20, 20, 0.68) !important;
}

/* Checkout Button */
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button {
  min-height: 54px !important;
  width: 100% !important;

  border-radius: 0 !important;
  border: 1px solid #760f23 !important;
  background: #760f23 !important;
  color: #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-components-button:hover {
  background: #4f0717 !important;
  border-color: #4f0717 !important;
  color: #fffaf6 !important;
}

body.woocommerce-cart .wc-block-cart__submit-button span,
body.woocommerce-cart .wc-block-components-button span,
body.woocommerce-cart .wc-block-components-button__text {
  text-decoration: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-cart .page-header,
  body.woocommerce-cart .page-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.woocommerce-cart h1.entry-title,
  body.woocommerce-cart .entry-title {
    padding-top: 42px !important;
    margin-bottom: 34px !important;
    font-size: 40px !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart {
    padding-bottom: 72px !important;
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar {
    padding: 20px !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image img {
    width: 78px !important;
    height: 98px !important;
  }

  body.woocommerce-cart .wc-block-components-product-name {
    font-size: 22px !important;
  }

  body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 36px !important;
  }
}
/* =========================
   VIELLA CHECKOUT FINAL
   WooCommerce Checkout Block
========================= */

body.woocommerce-checkout {
  background: #f5eee8 !important;
}

body.woocommerce-checkout main,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .entry-content {
  background: #f5eee8 !important;
  padding-bottom: 80px;
}
/* Seitenbreite */
body.woocommerce-checkout .page-header,
body.woocommerce-checkout .page-content {
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-woocommerce-checkout {
	padding-top: 0px !important;
}

/* =========================
   LAYOUT / CONTAINER
========================= */

body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
  align-items: flex-start !important;
}

@media (min-width: 1025px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large {
    width: 100% !important;
    max-width: 1140px !important;

    display: grid !important;
    grid-template-columns: 660px 448px !important;
    column-gap: 32px !important;

    justify-content: stretch !important;
    align-items: start !important;
  }

  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-components-main {
    width: 660px !important;
    max-width: 660px !important;
    grid-column: 1 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar {
    width: 448px !important;
    max-width: 448px !important;
    grid-column: 2 !important;
    margin-top: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Linker und rechter Kasten */
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  background: #fffaf6 !important;
  border: 1px solid rgba(118, 15, 35, 0.12) !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  align-self: flex-start !important;
}

/* Rechte Spalte nicht künstlich strecken */
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Innenabstände rechts beruhigen */
body.woocommerce-checkout .wc-block-checkout__sidebar > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* =========================
   MOBILE / TABLET
========================= */

@media (max-width: 1024px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large {
    display: block !important;
  }

  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar {
    margin-top: 28px !important;
  }
}


/* =========================
   FELDER
   keine Checkboxen
========================= */

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-blocks-components-select__select,
body.woocommerce-checkout textarea {
  border-radius: 0 !important;
  border: 1px solid rgba(118, 15, 35, 0.22) !important;
  background: #fffaf6 !important;
  color: #2b1414 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-blocks-components-select__select:focus,
body.woocommerce-checkout textarea:focus {
  border-color: #760f23 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Autofill-Blau entfernen */
body.woocommerce-checkout input:-webkit-autofill,
body.woocommerce-checkout input:-webkit-autofill:hover,
body.woocommerce-checkout input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fffaf6 inset !important;
  -webkit-text-fill-color: #2b1414 !important;
  transition: background-color 9999s ease-in-out 0s;
}


/* =========================
   ÜBERSCHRIFTEN / TEXTE
========================= */

body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 28px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
}
body.woocommerce-checkout h1.entry-title, body.woocommerce-checkout .entry-title {
    margin: 0 0 10px !important;
    padding: 52px 0 0 !important;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 40px;
    line-height: 0.9 !important;
    font-weight: 500 !important;
    color: #760f23 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__button-text {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  color: #760f23 !important;
  margin: 0 0 14px 16px !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 19px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    font-size: 15px !important;
    color: #370408 !important;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
    font-size: 12px !important;
    color: #370408 !important;
}
.wc-block-components-checkbox.wc-gzd-checkbox a {
    color: #760f23;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    color: #760f23;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select {
	font-size: 15px !important;
}
.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
    font-weight: 600;
}

/* =========================
   RECHTE BESTELLÜBERSICHT
========================= */

body.woocommerce-checkout .wc-block-checkout__sidebar {
  background: #fffaf6 !important;
  border: 1px solid rgba(118, 15, 35, 0.12) !important;
}

/* Germanized erzeugt unten eine zweite Bestellübersicht:
   Produktliste + Titel dort ausblenden, aber Gesamtsumme/Button behalten */
body.woocommerce-checkout .wc-gzd-checkout-submit .wc-block-components-checkout-order-summary__title,
body.woocommerce-checkout .wc-gzd-checkout-submit .wc-block-components-order-summary {
  display: none !important;
}

/* Germanized-Submit nicht als extra riesigen Container darstellen */
body.woocommerce-checkout .wc-gzd-checkout-submit {
  margin-top: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

/* Germanized Gesamtsumme nicht nochmal als extra Card stylen */
body.woocommerce-checkout .wc-gzd-checkout-submit .wc-block-components-totals-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Button-Abstand im Germanized Submit Bereich */
body.woocommerce-checkout .wc-gzd-checkout-submit .wc-block-checkout__actions,
body.woocommerce-checkout .wc-gzd-checkout-submit .wc-block-checkout__actions_row {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* Button volle Breite im rechten Kasten */
body.woocommerce-checkout .wc-gzd-checkout-submit .wc-block-components-button {
  width: 100% !important;
}
.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    padding-top: 20px !important;
}
.wc-gzd-checkout .wc-block-components-order-summary, .wc-gzd-checkout .wc-block-components-order-summary.is-large {
    background-color: #f5eee845 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background: rgb(118 15 35) !important;
}


/* =========================
   BUTTON
========================= */

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button {
  min-height: 52px !important;

  border-radius: 0 !important;
  border: 1px solid #760f23 !important;
  background: #760f23 !important;
  color: #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;

  box-shadow: none !important;
}
.wc-block-components-address-card__edit {
    background-color: #760f23 !important;
    color: #fffaf6 !important; 
	border-radius: 0 !important;
}
.wc-block-components-address-card__edit:hover {
	background-color: #370408 !important;
    color: #fffaf6 !important; 
	text-decoration: none !important;
}
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	border-radius: 0px !important;
    box-shadow: inset 0 0 0 1px rgb(118 15 35) !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 1px solid color-mix(in srgb, rgb(118 15 35) 80%, transparent) !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #760f23 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-button:hover {
  background: #4f0717 !important;
  border-color: #4f0717 !important;
}
/* =========================
   VIELLA CHECKOUT – BACK TO CART BUTTON
========================= */

body.woocommerce-checkout .wc-block-checkout__sidebar .viella-back-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 40px !important;
  margin: 0 0 14px 0 !important;
  padding: 0 16px !important;

  border: 1px solid rgba(118, 15, 35, 0.18) !important;
  background: transparent !important;
  color: #760f23 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .viella-back-to-cart:hover {
  background: #760f23 !important;
  border-color: #760f23 !important;
  color: #fffaf6 !important;
  text-decoration: none !important;
}
/* =========================
   VIELLA CHECKOUT NOTICE / ERROR
========================= */

body.woocommerce-checkout .wc-block-components-notices {
  max-width: 1140px !important;
  margin: 0 auto 24px !important;
}

/* Hinweisbox */
body.woocommerce-checkout .wc-block-store-notice.wc-block-components-notice-banner {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;

  min-height: 58px !important;
  padding: 16px 18px !important;
  margin: 0 !important;

  border-radius: 0 !important;
  border: 1px solid rgba(118, 15, 35, 0.22) !important;
  background: #fffaf6 !important;
  color: #2b1414 !important;

  box-shadow: none !important;
}

/* Error-Variante */
body.woocommerce-checkout .wc-block-store-notice.wc-block-components-notice-banner.is-error {
  border-color: rgba(176, 0, 32, 0.38) !important;
  background: rgba(176, 0, 32, 0.035) !important;
}

/* Icon links */
body.woocommerce-checkout .wc-block-components-notice-banner > svg {
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    fill: #ffffff !important;
    background-color: #760f23 !important;
}

/* Text */
body.woocommerce-checkout .wc-block-components-notice-banner__content {
  flex: 1 !important;
  margin: 0 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: #2b1414 !important;
}

/* X Button resetten – überschreibt deinen globalen Button-Style */
body.woocommerce-checkout .wc-block-components-notice-banner__dismiss {
  position: static !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #760f23 !important;

  box-shadow: none !important;
  opacity: 0.65;
}
.wc-block-components-validation-error {
    color: #760f23 !important;
}

body.woocommerce-checkout .wc-block-components-notice-banner__dismiss:hover {
  background: transparent !important;
  color: #760f23 !important;
  opacity: 1;
}

/* X Icon */
body.woocommerce-checkout .wc-block-components-notice-banner__dismiss svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}/* =========================
   VIELLA THANK YOU / ORDER RECEIVED
   Final Clean
========================= */

body.woocommerce-order-received {
  background: #f5eee8 !important;
}

body.woocommerce-order-received main,
body.woocommerce-order-received .site-main,
body.woocommerce-order-received .entry-content {
  background: #f5eee8 !important;
}

/* Seitenbreite */
body.woocommerce-order-received .page-header,
body.woocommerce-order-received .page-content {
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Danke-Text */
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0 0 22px !important;

  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #2b1414 !important;
}

/* Bestellübersicht oben */
body.woocommerce-order-received .woocommerce-order-overview {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 !important;

  margin: 0 0 54px !important;
  padding: 0 !important;

  background: #fffaf6 !important;
  border: 1px solid rgba(118, 15, 35, 0.12) !important;
  list-style: none !important;
}

body.woocommerce-order-received .woocommerce-order-overview li {
  margin: 0 !important;
  padding: 18px 20px !important;
  border-right: 1px solid rgba(118, 15, 35, 0.12) !important;

  font-family: "Inter", sans-serif !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  color: rgba(118, 15, 35, 0.78) !important;
}

body.woocommerce-order-received .woocommerce-order-overview li:last-child {
  border-right: 0 !important;
}

body.woocommerce-order-received .woocommerce-order-overview strong {
  display: block !important;
  margin-top: 7px !important;

  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #2b1414 !important;
}

/* WooCommerce pseudo lines entfernen */
body.woocommerce-order-received .woocommerce ul.order_details::before,
body.woocommerce-order-received .woocommerce ul.order_details::after {
  display: none !important;
}

/* Abschnittsüberschriften */
body.woocommerce-order-received h2,
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 36px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
  margin: 0 0 22px !important;
}

/* Bestelldetails */
body.woocommerce-order-received .woocommerce-order-details {
  margin-bottom: 54px !important;
}

/* Bestelldetails-Tabelle */
body.woocommerce-order-received table.shop_table {
  width: 100% !important;
  margin: 0 !important;

  border: 1px solid rgba(118, 15, 35, 0.12) !important;
  border-collapse: collapse !important;
  background: #fffaf6 !important;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
  padding: 16px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(118, 15, 35, 0.12) !important;

  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #2b1414 !important;
}

body.woocommerce-order-received table.shop_table thead th {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #760f23 !important;
}

body.woocommerce-order-received table.shop_table tfoot tr:last-child th,
body.woocommerce-order-received table.shop_table tfoot tr:last-child td {
  border-bottom: 0 !important;
}

/* Produktlinks */
body.woocommerce-order-received table.shop_table a {
  color: #760f23 !important;
  text-decoration: none !important;
}

body.woocommerce-order-received table.shop_table a:hover {
  opacity: 0.72;
}

/* Produkt-Meta */
body.woocommerce-order-received ul.wc-item-meta {
  padding: 0 !important;
  margin: 4px 0 0 !important;
  list-style: none !important;
}

body.woocommerce-order-received ul.wc-item-meta li {
  margin: 0 !important;
  padding: 0 !important;
}

/* Gesamtsumme / letzte Tabellenzeile */
body.woocommerce-order-received table.shop_table tfoot tr:last-child th,
body.woocommerce-order-received table.shop_table tfoot tr:last-child td {
  color: #760f23 !important;
  font-weight: 600 !important;
}

/* Adressbereich */
body.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 0 !important;
  margin-bottom: 72px !important;
}

/* WooCommerce Floats neutralisieren */
body.woocommerce-order-received .woocommerce .col2-set::before,
body.woocommerce-order-received .woocommerce .col2-set::after,
body.woocommerce-order-received.woocommerce-page .col2-set::before,
body.woocommerce-order-received.woocommerce-page .col2-set::after {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-columns {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 32px !important;
  align-items: start !important;
}

body.woocommerce-order-received .woocommerce-column {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}

body.woocommerce-order-received address {
  min-height: 130px !important;
  padding: 22px !important;

  border: 1px solid rgba(118, 15, 35, 0.12) !important;
  background: #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #2b1414 !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-order-received .page-header,
  body.woocommerce-order-received .page-content {
    max-width: calc(100vw - 40px) !important;
  }

  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr !important;
    margin-bottom: 40px !important;
  }

  body.woocommerce-order-received .woocommerce-order-overview li {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(118, 15, 35, 0.12) !important;
  }

  body.woocommerce-order-received .woocommerce-order-overview li:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-order-received .woocommerce-order-details {
    overflow-x: auto !important;
    margin-bottom: 44px !important;
  }

  body.woocommerce-order-received table.shop_table th,
  body.woocommerce-order-received table.shop_table td {
    padding: 14px !important;
    font-size: 13px !important;
  }

  body.woocommerce-order-received .woocommerce-columns {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body.woocommerce-order-received .woocommerce-customer-details {
    margin-bottom: 56px !important;
  }
}
/* =========================
   VIELLA EMPTY CART
========================= */

/* Standard: ausblenden */
.viella-empty-cart {
  display: none;
}

/* Nur auf leerer Warenkorbseite anzeigen */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ~ .viella-empty-cart,
body.woocommerce-cart .wc-block-cart__empty-cart + .viella-empty-cart,
body.woocommerce-cart .wp-block-woocommerce-cart.is-empty ~ .viella-empty-cart {
  display: block;
}

/* Falls WooCommerce den Empty State anders rendert */
body.woocommerce-cart .page-content:has(.wc-block-cart__empty-cart) .viella-empty-cart,
body.woocommerce-cart .page-content:has(.wp-block-woocommerce-empty-cart-block) .viella-empty-cart {
  display: block;
}

/* Layout */
body.woocommerce-cart .viella-empty-cart {
  max-width: 1140px;
  margin: 0 auto 96px;
}

body.woocommerce-cart .viella-empty-cart__inner {
  max-width: 680px;
  padding: 48px;

  background: #fffaf6;
  border: 1px solid rgba(118, 15, 35, 0.12);
}

/* Eyebrow */
body.woocommerce-cart .viella-empty-cart__eyebrow {
  display: block;
  margin-bottom: 18px;

  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #760f23;
}

/* Headline */
body.woocommerce-cart .viella-empty-cart h2 {
  margin: 0 0 16px;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
  font-weight: 500;
  color: #760f23;
}

/* Text */
body.woocommerce-cart .viella-empty-cart p {
  max-width: 520px;
  margin: 0 0 30px;

  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2b1414;
}

/* Button */
body.woocommerce-cart .viella-empty-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 0 34px;

  background: #760f23;
  border: 1px solid #760f23;
  color: #fffaf6;

  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
}

body.woocommerce-cart .viella-empty-cart__button:hover {
  background: #4f0717;
  border-color: #4f0717;
  color: #fffaf6;
}

/* WooCommerce Standard-Leertexte entschärfen, falls sichtbar */
body.woocommerce-cart .wc-block-cart__empty-cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-cart .viella-empty-cart {
    max-width: calc(100vw - 40px);
    margin-bottom: 72px;
  }

  body.woocommerce-cart .viella-empty-cart__inner {
    padding: 30px;
  }

  body.woocommerce-cart .viella-empty-cart__button {
    width: 100%;
  }
}
/* =========================
   EMPTY CART – PAGE TITLE AUSBLENDEN
========================= */

body.woocommerce-cart:has(.wc-block-cart__empty-cart) .page-header,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) .page-header,
body.woocommerce-cart:has(.wp-block-woocommerce-cart.is-empty) .page-header {
  display: none !important;
}

/* optional: Empty-State etwas höher ziehen */
body.woocommerce-cart:has(.wc-block-cart__empty-cart) .viella-empty-cart,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) .viella-empty-cart,
body.woocommerce-cart:has(.wp-block-woocommerce-cart.is-empty) .viella-empty-cart {
  margin-top: 72px !important;
}
/* =========================
   VIELLA NAV CART ICON
========================= */

.viella-nav-cart .elementor-menu-cart__toggle .elementor-button {
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 0 !important;
  border: 1px solid rgba(118, 15, 35, 0.22) !important;
  background: transparent !important;
  color: #760f23 !important;

  box-shadow: none !important;
}

.viella-nav-cart .elementor-menu-cart__toggle .elementor-button:hover {
  background: #760f23 !important;
  border-color: #760f23 !important;
  color: #fffaf6 !important;
}

/* Icon */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button-icon {
  font-size: 17px !important;
  color: inherit !important;
}

/* Preis/Subtotal ausblenden */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button-text {
  display: none !important;
}

/* Count Badge */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before,
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty {
  background: #760f23 !important;
  color: #fffaf6 !important;
  border: 1px solid #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
}

/* Hover Count */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon[data-counter]:before,
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon .elementor-button-icon-qty {
  background: #fffaf6 !important;
  color: #760f23 !important;
  border-color: #760f23 !important;
}
/* =========================
   VIELLA MENU CART / MINI CART
========================= */

/* Toggle Icon im Header */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button {
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 0 !important;
  border: 1px solid rgba(118, 15, 35, 0.22) !important;
  background: transparent !important;
  color: #760f23 !important;

  box-shadow: none !important;
}
.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    margin-top: 20px;
}

.viella-nav-cart .elementor-menu-cart__toggle .elementor-button:hover {
  background: #760f23 !important;
  border-color: #760f23 !important;
  color: #fffaf6 !important;
}

/* Icon */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button-icon {
  color: inherit !important;
  font-size: 17px !important;
}

/* Text/Subtotal im Toggle ausblenden */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button-text {
  display: none !important;
}

/* Badge */
.viella-nav-cart .elementor-menu-cart__toggle .elementor-button-icon[data-counter]::before {
  background: #760f23 !important;
  color: #fffaf6 !important;
  border: 1px solid #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
}


/* =========================
   VIELLA MINI CART PANEL – COMPACT
========================= */

/* Overlay transparent lassen, damit die Seite dahinter sichtbar bleibt */
.elementor-menu-cart__container {
  background: transparent !important;
}
.woocommerce-mini-cart__empty-message {
    font-size: 16px !important;
    line-height: 1.4rem !important;
    color: #f5eee7 !important;
    padding: 20px !important;
    background: #681020;
}

/* Side Cart Panel */
.elementor-menu-cart__main {
  max-width: 88vw !important;
  background: #fffaf6 !important;
  color: #2b1414 !important;
  border-left: 1px solid rgba(118, 15, 35, 0.14) !important;
  box-shadow: none !important;
  padding: 20px !important;
}

/* Innenabstand kompakter */
.elementor-menu-cart__products {
  padding: 26px 20px 0 !important;
}

/* Produktitem kompakter */
.elementor-menu-cart__product {
  display: grid !important;
  grid-template-columns: 58px 1fr 20px !important;
  column-gap: 14px !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid rgba(118, 15, 35, 0.14) !important;
}
.elementor-menu-cart__product:last-child {
    border: none !important;
}

/* Bild kleiner */
.elementor-menu-cart__product-image img {
  width: 58px !important;
  height: 72px !important;
  object-fit: cover !important;
}

/* Titel kleiner */
.elementor-menu-cart__product-name,
.elementor-menu-cart__product-name a {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 21px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
  text-decoration: none !important;
}

/* Varianten / Meta kompakter */
.elementor-menu-cart__product .variation,
.elementor-menu-cart__product .variation dt,
.elementor-menu-cart__product .variation dd,
.elementor-menu-cart__product .variation p {
  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: rgba(43, 20, 20, 0.72) !important;
}

/* Preis / Menge kompakter */
.elementor-menu-cart__product-price,
.elementor-menu-cart__product-price .quantity,
.elementor-menu-cart__product-price .amount {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: rgba(43, 20, 20, 0.75) !important;
}

/* Entfernen Icon kleiner/dezenter */
.elementor-menu-cart__product-remove {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid rgba(118, 15, 35, 0.18) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background: #760f23;
    opacity: 1;
    bottom: inherit;
}
.elementor-menu-cart__product-remove:hover {
  opacity: 1;
}

/* Zwischensumme */
.elementor-menu-cart__subtotal {
  margin: 0 20px !important;
  padding: 18px 0 !important;

  border-top: 1px solid rgba(118, 15, 35, 0.14) !important;
  border-bottom: 1px solid rgba(118, 15, 35, 0.14) !important;

  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  color: #2b1414 !important;
}

/* Buttons untereinander */
.elementor-menu-cart__footer-buttons {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;

  padding: 20px !important;
}

/* Buttons */
.elementor-menu-cart__footer-buttons .elementor-button {
  min-height: 46px !important;
  width: 100% !important;
  padding: 0 18px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 0 !important;
  border: 1px solid #760f23 !important;
  background: #760f23 !important;
  color: #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  box-shadow: none !important;
}

/* Warenkorb anzeigen als Outline */
.elementor-menu-cart__footer-buttons .elementor-button:first-child {
  background: transparent !important;
  color: #760f23 !important;
}

/* Hover */
.elementor-menu-cart__footer-buttons .elementor-button:hover {
  background: #4f0717 !important;
  border-color: #4f0717 !important;
  color: #fffaf6 !important;
}

/* Close Icon */
.elementor-menu-cart__close-button,
.elementor-menu-cart__close-button::before,
.elementor-menu-cart__close-button::after {
  color: #760f23 !important;
}
/* =========================
   VIELLA EMPTY CHECKOUT / EMPTY KASSE
========================= */

/* Kasse leer – Wrapper */
body.woocommerce-checkout .wc-block-checkout__empty-cart,
body.woocommerce-checkout .wc-block-components-empty-cart,
body.woocommerce-checkout .wc-block-components-empty-cart-wrapper {
  max-width: 680px !important;
  margin: 0 auto 96px !important;
  padding: 48px !important;

  background: #fffaf6 !important;
  border: 1px solid rgba(118, 15, 35, 0.12) !important;

  text-align: left !important;
}

/* Icon ausblenden */
body.woocommerce-checkout .wc-block-checkout__empty-cart svg,
body.woocommerce-checkout .wc-block-components-empty-cart svg,
body.woocommerce-checkout .wc-block-components-empty-cart-wrapper svg {
  display: none !important;
}

/* Titel */
body.woocommerce-checkout .wc-block-checkout__empty-cart h2,
body.woocommerce-checkout .wc-block-components-empty-cart h2,
body.woocommerce-checkout .wc-block-components-empty-cart-wrapper h2 {
  margin: 0 0 18px !important;

  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 0.95 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
}

/* Text */
body.woocommerce-checkout .wc-block-checkout__empty-cart p,
body.woocommerce-checkout .wc-block-components-empty-cart p,
body.woocommerce-checkout .wc-block-components-empty-cart-wrapper p {
  max-width: 520px !important;
  margin: 0 0 30px !important;

  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #2b1414 !important;
}

/* Button */
body.woocommerce-checkout .wc-block-checkout__empty-cart a,
body.woocommerce-checkout .wc-block-components-empty-cart a,
body.woocommerce-checkout .wc-block-components-empty-cart-wrapper a,
body.woocommerce-checkout .wc-block-checkout__empty-cart .wc-block-components-button,
body.woocommerce-checkout .wc-block-components-empty-cart .wc-block-components-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 52px !important;
  padding: 0 34px !important;

  border-radius: 0 !important;
  border: 1px solid #760f23 !important;
  background: #760f23 !important;
  color: #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-checkout__empty-cart a:hover,
body.woocommerce-checkout .wc-block-components-empty-cart a:hover,
body.woocommerce-checkout .wc-block-components-empty-cart-wrapper a:hover,
body.woocommerce-checkout .wc-block-checkout__empty-cart .wc-block-components-button:hover,
body.woocommerce-checkout .wc-block-components-empty-cart .wc-block-components-button:hover {
  background: #4f0717 !important;
  border-color: #4f0717 !important;
  color: #fffaf6 !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-checkout .wc-block-checkout__empty-cart,
  body.woocommerce-checkout .wc-block-components-empty-cart,
  body.woocommerce-checkout .wc-block-components-empty-cart-wrapper {
    max-width: calc(100vw - 40px) !important;
    padding: 30px !important;
    margin-bottom: 72px !important;
  }

  body.woocommerce-checkout .wc-block-checkout__empty-cart a,
  body.woocommerce-checkout .wc-block-components-empty-cart a,
  body.woocommerce-checkout .wc-block-components-empty-cart-wrapper a {
    width: 100% !important;
  }
}
/* =========================
   VIELLA EMPTY CHECKOUT
   Nur leere Kasse
========================= */

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty {
  max-width: 680px !important;
  margin: 0 auto 96px !important;
  padding: 48px !important;

  background: #fffaf6 !important;
  border: 1px solid rgba(118, 15, 35, 0.12) !important;

  text-align: left !important;
}

/* Icon ausblenden */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty__image {
  display: none !important;
}

/* Kleine Label-Zeile */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty::before {
  content: "Kasse";
  display: block;
  margin-bottom: 18px;

  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: #760f23 !important;
}

/* Titel */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty__title {
  display: block !important;
  max-width: 560px !important;
  margin: 0 0 16px !important;

  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 0.95 !important;
  font-weight: 500 !important;
  color: #760f23 !important;
}

/* Beschreibung */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty__description {
  max-width: 520px !important;
  margin: 0 0 30px !important;

  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #2b1414 !important;
}

/* Button Wrapper */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty .wp-block-button {
  margin: 0 !important;
}

/* Button */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 52px !important;
  padding: 0 34px !important;

  border-radius: 0 !important;
  border: 1px solid #760f23 !important;
  background: #760f23 !important;
  color: #fffaf6 !important;

  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty .wp-block-button__link:hover {
  background: #4f0717 !important;
  border-color: #4f0717 !important;
  color: #fffaf6 !important;
}

/* Optional: Seitenheadline "Kasse" ausblenden, wenn Kasse leer ist */
body.woocommerce-checkout:not(.woocommerce-order-received):has(.wc-block-checkout-empty) .page-header {
  display: none !important;
}

/* Abstand nach oben, wenn Headline ausgeblendet ist */
body.woocommerce-checkout:not(.woocommerce-order-received):has(.wc-block-checkout-empty) .page-content {
  padding-top: 72px !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty {
    max-width: calc(100vw - 40px) !important;
    padding: 30px !important;
    margin-bottom: 72px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout-empty .wp-block-button__link {
    width: 100% !important;
  }
}

/* =========================
   VIELLA CUPONS SYTLING
   Im Warenkorb und Kasse, sowie Popup
========================= */
.wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
    background: #760f23 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
}
.p-AccordionItem--selected .p-PaymentAccordionButtonText {
    color: #760f23 !important;
}

/* =========================
   VIELLA Listing Styling
========================= */
/* =========================================
   PRODUKTBILD – QUADRATISCH + HOVER
   ========================================= */

.viella-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

/* Elementor-Struktur ebenfalls auf volle Höhe setzen */
.viella-card-image .elementor-widget-container,
.viella-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.viella-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;

  transition: transform 0.6s ease;
  transform-origin: center center;
  will-change: transform;
}

.viella-product-card:hover .viella-card-image img {
  transform: scale(1.05);
}


/* =========================================
   PRODUKT-LINK
   ========================================= */

.viella-product-link a {
  display: inline-flex;
  flex-direction: row !important;
  direction: ltr !important;
  align-items: center;
  gap: 8px;
  width: fit-content;

  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;

  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;

  transition:
    gap 0.3s ease,
    opacity 0.3s ease;
}

.viella-product-link a::before {
  content: none !important;
  display: none !important;
}

.viella-product-link a::after {
  content: "\2192";
  display: inline-block;
  order: 2;
  transition: transform 0.3s ease;
}

.viella-product-link a:hover {
  opacity: 0.7;
}

.viella-product-link a:hover::after {
  transform: translateX(5px);
}


/* =========================================
   PRODUKTKARTE
   ========================================= */

.viella-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.viella-product-link {
  margin-top: auto;
  padding-top: 20px;
}


/* =========================================
   BILD-VERLAUF BEIM HOVER
   ========================================= */

.viella-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    to top,
    rgba(91, 15, 31, 0.55) 0%,
    rgba(91, 15, 31, 0.22) 50%,
    rgba(91, 15, 31, 0.08) 100%
  );

  opacity: 0;
  transition: opacity 0.6s ease;
}

.viella-product-card:hover .viella-card-image::after {
  opacity: 1;
}


/* =========================================
   PRODUKT-BADGE
   ========================================= */

.viella-product-badge {
  transition:
    background-color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.viella-product-card:hover .viella-product-badge {
  background-color: #f8f3ea;
  color: #5b0f1f;
  border-color: #f8f3ea;
}


/* =========================================
   MOBILE REZENSIONEN
   Scrollbar ausblenden
   ========================================= */

@media (max-width: 767px) {

  .viella-review-slider .jet-listing-grid__items,
  .viella-review-slider .jet-listing-grid__scroll-slider {
    overflow-x: auto;
    overflow-y: hidden;

    /* Firefox */
    scrollbar-width: none;

    /* älterer Edge / IE */
    -ms-overflow-style: none;

    /* angenehmes Wischen auf iPhone */
    -webkit-overflow-scrolling: touch;
  }

  /* Chrome, Safari, Edge */
  .viella-review-slider .jet-listing-grid__items::-webkit-scrollbar,
  .viella-review-slider .jet-listing-grid__scroll-slider::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

