﻿/* GLÜXXFUND – Mini-Warenkorb vollständig über dem Seiteninhalt */
body.wp-theme-blocksy .ct-header {
  isolation: isolate;
  z-index: 1000 !important;
}
body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content {
  background-color: var(--gf-paper, #fffaf4) !important;
  isolation: isolate;
  opacity: 1;
  z-index: 10000 !important;
}
@media (max-width: 768px) {
  body.woocommerce-cart:has(.ct-header-cart:hover) .woocommerce-cart-form .product-thumbnail,
  body.woocommerce-cart:has(.ct-header-cart:focus-within) .woocommerce-cart-form .product-thumbnail {
    visibility: hidden;
  }
}

﻿/* GLÜXXFUND – Mini-Warenkorb vollständig über dem Seiteninhalt */
body.wp-theme-blocksy .ct-header {
  isolation: isolate;
  z-index: 1000 !important;
}
body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content {
  background-color: var(--gf-paper, #fffaf4) !important;
  isolation: isolate;
  opacity: 1;
  z-index: 10000 !important;
}
@media (max-width: 768px) {
  body.woocommerce-cart:has(.ct-header-cart:hover) .woocommerce-cart-form .product-thumbnail,
  body.woocommerce-cart:has(.ct-header-cart:focus-within) .woocommerce-cart-form .product-thumbnail {
    visibility: hidden;
  }
}

body.wp-theme-blocksy .ct-header,
body.wp-theme-blocksy .site-header {
  background: rgba(255, 250, 244, .98);
  border-bottom: 1px solid var(--gf-line);
  box-shadow: 0 10px 28px rgba(88, 53, 31, .08);
}

body.wp-theme-blocksy .ct-header a,
body.wp-theme-blocksy .site-header a,
body.wp-theme-blocksy .ct-header button,
body.wp-theme-blocksy .site-header button {
  color: var(--gf-brown);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header a:hover,
body.wp-theme-blocksy .site-header a:hover,
body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible,
body.wp-theme-blocksy .ct-header button:focus-visible,
body.wp-theme-blocksy .site-header button:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}

body.wp-theme-blocksy [class*="offcanvas"],
body.wp-theme-blocksy #offcanvas,
body.wp-theme-blocksy #woo-cart-panel,
body.wp-theme-blocksy .ct-panel,
body.wp-theme-blocksy .ct-panel-inner,
body.wp-theme-blocksy .ct-panel-content,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] {
  --theme-font-family: var(--gf-font);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  --side-panel-background-color: var(--gf-paper);
  background: var(--gf-paper);
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy [class*="offcanvas"] a,
body.wp-theme-blocksy #offcanvas a,
body.wp-theme-blocksy #offcanvas .ct-menu-link,
body.wp-theme-blocksy .ct-panel a,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] a {
  color: var(--gf-brown);
  font-family: var(--gf-font);
  letter-spacing: 0;
  line-height: 1.35;
}

body.wp-theme-blocksy [class*="offcanvas"] a:hover,
body.wp-theme-blocksy [class*="offcanvas"] a:focus-visible,
body.wp-theme-blocksy #offcanvas a:hover,
body.wp-theme-blocksy #offcanvas a:focus-visible,
body.wp-theme-blocksy #offcanvas .ct-menu-link:hover,
body.wp-theme-blocksy #offcanvas .ct-menu-link:focus-visible,
body.wp-theme-blocksy .ct-panel a:hover,
body.wp-theme-blocksy .ct-panel a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] > ul,
body.wp-theme-blocksy #offcanvas .mobile-menu,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] [data-id="menu"] > ul {
  gap: 4px;
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] a,
body.wp-theme-blocksy #offcanvas .mobile-menu a {
  border-bottom: 1px solid var(--gf-line);
  padding: 12px 4px;
}

body.wp-theme-blocksy #offcanvas button,
body.wp-theme-blocksy .ct-panel button,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] button {
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content,
body.wp-theme-blocksy #woo-cart-panel .ct-cart-content,
body.wp-theme-blocksy .ct-panel .ct-cart-content {
  --mini-cart-background-color: var(--gf-paper);
  --mini-cart-divider-color: var(--gf-line-strong);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  background: var(--gf-paper);
  border: 1px solid var(--gf-line-strong);
  border-radius: var(--gf-radius-card);
  box-shadow: var(--gf-shadow);
  color: var(--gf-ink);
  font-family: var(--gf-font);
  max-width: calc(100vw - 24px);
  padding: 18px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart {
  background: transparent;
  color: var(--gf-ink);
  font-family: var(--gf-font);
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .ct-cart-item {
  align-items: center;
  border-bottom: 1px solid var(--gf-line);
  color: var(--gf-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  padding: 12px 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li:last-child {
  border-bottom: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart img,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart img,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart img {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: 12px;
  height: 58px;
  object-fit: contain;
  padding: 3px;
  width: 58px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: break-word;
  text-decoration: none;
  text-indent: 0;
  word-break: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove_from_cart_button {
  align-items: center;
  background: rgba(88, 53, 31, .08);
  border: 1px solid var(--gf-line);
  border-radius: 50%;
  color: var(--gf-brown);
  display: inline-flex;
  font-size: 1rem;
  height: 24px;
  justify-content: center;
  line-height: 1;
  opacity: .78;
  text-indent: 0;
  width: 24px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: var(--gf-radius-inner);
  color: var(--gf-ink);
  display: flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.35;
  margin: 16px 0 14px;
  padding: 12px 14px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward {
  align-items: center;
  border-radius: var(--gf-radius-pill);
  display: inline-flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  opacity: 1;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  white-space: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
  background: var(--gf-paper);
  border: 1px solid var(--gf-brown);
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.checkout {
  background: var(--gf-brown);
  border: 1px solid var(--gf-brown);
  color: var(--gf-paper);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}

/* Mini-Warenkorb: eigener, vollständig deckender Darstellungs-Layer. */
body.wp-theme-blocksy .ct-header {
  z-index: 2147483000 !important;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content {
  overflow: hidden;
  transform: translateZ(0);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content::before {
  background: var(--gf-paper, #fffaf4);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content > * {
  position: relative;
  z-index: 1;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart-item > .ct-media-container {
  grid-column: 1;
  grid-row: 1;
  inset: auto !important;
  transform: translateZ(0);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart-item > .product-data {
  grid-column: 2;
  grid-row: 1;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart-item > .remove {
  grid-column: 3;
  grid-row: 1;
  z-index: 2;
}
body.wp-theme-blocksy .ct-header,
body.wp-theme-blocksy .site-header {
  background: rgba(255, 250, 244, .98);
  border-bottom: 1px solid var(--gf-line);
  box-shadow: 0 10px 28px rgba(88, 53, 31, .08);
}

body.wp-theme-blocksy .ct-header a,
body.wp-theme-blocksy .site-header a,
body.wp-theme-blocksy .ct-header button,
body.wp-theme-blocksy .site-header button {
  color: var(--gf-brown);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header a:hover,
body.wp-theme-blocksy .site-header a:hover,
body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible,
body.wp-theme-blocksy .ct-header button:focus-visible,
body.wp-theme-blocksy .site-header button:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}

body.wp-theme-blocksy [class*="offcanvas"],
body.wp-theme-blocksy #offcanvas,
body.wp-theme-blocksy #woo-cart-panel,
body.wp-theme-blocksy .ct-panel,
body.wp-theme-blocksy .ct-panel-inner,
body.wp-theme-blocksy .ct-panel-content,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] {
  --theme-font-family: var(--gf-font);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  --side-panel-background-color: var(--gf-paper);
  background: var(--gf-paper);
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy [class*="offcanvas"] a,
body.wp-theme-blocksy #offcanvas a,
body.wp-theme-blocksy #offcanvas .ct-menu-link,
body.wp-theme-blocksy .ct-panel a,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] a {
  color: var(--gf-brown);
  font-family: var(--gf-font);
  letter-spacing: 0;
  line-height: 1.35;
}

body.wp-theme-blocksy [class*="offcanvas"] a:hover,
body.wp-theme-blocksy [class*="offcanvas"] a:focus-visible,
body.wp-theme-blocksy #offcanvas a:hover,
body.wp-theme-blocksy #offcanvas a:focus-visible,
body.wp-theme-blocksy #offcanvas .ct-menu-link:hover,
body.wp-theme-blocksy #offcanvas .ct-menu-link:focus-visible,
body.wp-theme-blocksy .ct-panel a:hover,
body.wp-theme-blocksy .ct-panel a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] > ul,
body.wp-theme-blocksy #offcanvas .mobile-menu,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] [data-id="menu"] > ul {
  gap: 4px;
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] a,
body.wp-theme-blocksy #offcanvas .mobile-menu a {
  border-bottom: 1px solid var(--gf-line);
  padding: 12px 4px;
}

body.wp-theme-blocksy #offcanvas button,
body.wp-theme-blocksy .ct-panel button,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] button {
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content,
body.wp-theme-blocksy #woo-cart-panel .ct-cart-content,
body.wp-theme-blocksy .ct-panel .ct-cart-content {
  --mini-cart-background-color: var(--gf-paper);
  --mini-cart-divider-color: var(--gf-line-strong);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  background: var(--gf-paper);
  border: 1px solid var(--gf-line-strong);
  border-radius: var(--gf-radius-card);
  box-shadow: var(--gf-shadow);
  color: var(--gf-ink);
  font-family: var(--gf-font);
  max-width: calc(100vw - 24px);
  padding: 18px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart {
  background: transparent;
  color: var(--gf-ink);
  font-family: var(--gf-font);
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .ct-cart-item {
  align-items: center;
  border-bottom: 1px solid var(--gf-line);
  color: var(--gf-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  padding: 12px 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li:last-child {
  border-bottom: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart img,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart img,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart img {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: 12px;
  height: 58px;
  object-fit: contain;
  padding: 3px;
  width: 58px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: break-word;
  text-decoration: none;
  text-indent: 0;
  word-break: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove_from_cart_button {
  align-items: center;
  background: rgba(88, 53, 31, .08);
  border: 1px solid var(--gf-line);
  border-radius: 50%;
  color: var(--gf-brown);
  display: inline-flex;
  font-size: 1rem;
  height: 24px;
  justify-content: center;
  line-height: 1;
  opacity: .78;
  text-indent: 0;
  width: 24px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: var(--gf-radius-inner);
  color: var(--gf-ink);
  display: flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.35;
  margin: 16px 0 14px;
  padding: 12px 14px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward {
  align-items: center;
  border-radius: var(--gf-radius-pill);
  display: inline-flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  opacity: 1;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  white-space: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
  background: var(--gf-paper);
  border: 1px solid var(--gf-brown);
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.checkout {
  background: var(--gf-brown);
  border: 1px solid var(--gf-brown);
  color: var(--gf-paper);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}



/* Germanized ergänzt im Blocksy-Mini-Warenkorb ein zweites Vorschaubild.
   Blocksys eigenes Produktbild bleibt die einzige sichtbare Miniatur. */
body.wp-theme-blocksy .ct-header-cart .ct-cart-content .wc-gzd-cart-item-thumbnail,
body.wp-theme-blocksy #woo-cart-panel .wc-gzd-cart-item-thumbnail,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .wc-gzd-cart-item-thumbnail {
  display: none !important;
}
body.wp-theme-blocksy .ct-header,
body.wp-theme-blocksy .site-header {
  background: rgba(255, 250, 244, .98);
  border-bottom: 1px solid var(--gf-line);
  box-shadow: 0 10px 28px rgba(88, 53, 31, .08);
}

body.wp-theme-blocksy .ct-header a,
body.wp-theme-blocksy .site-header a,
body.wp-theme-blocksy .ct-header button,
body.wp-theme-blocksy .site-header button {
  color: var(--gf-brown);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header a:hover,
body.wp-theme-blocksy .site-header a:hover,
body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible,
body.wp-theme-blocksy .ct-header button:focus-visible,
body.wp-theme-blocksy .site-header button:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}

body.wp-theme-blocksy [class*="offcanvas"],
body.wp-theme-blocksy #offcanvas,
body.wp-theme-blocksy #woo-cart-panel,
body.wp-theme-blocksy .ct-panel,
body.wp-theme-blocksy .ct-panel-inner,
body.wp-theme-blocksy .ct-panel-content,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] {
  --theme-font-family: var(--gf-font);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  --side-panel-background-color: var(--gf-paper);
  background: var(--gf-paper);
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy [class*="offcanvas"] a,
body.wp-theme-blocksy #offcanvas a,
body.wp-theme-blocksy #offcanvas .ct-menu-link,
body.wp-theme-blocksy .ct-panel a,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] a {
  color: var(--gf-brown);
  font-family: var(--gf-font);
  letter-spacing: 0;
  line-height: 1.35;
}

body.wp-theme-blocksy [class*="offcanvas"] a:hover,
body.wp-theme-blocksy [class*="offcanvas"] a:focus-visible,
body.wp-theme-blocksy #offcanvas a:hover,
body.wp-theme-blocksy #offcanvas a:focus-visible,
body.wp-theme-blocksy #offcanvas .ct-menu-link:hover,
body.wp-theme-blocksy #offcanvas .ct-menu-link:focus-visible,
body.wp-theme-blocksy .ct-panel a:hover,
body.wp-theme-blocksy .ct-panel a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] > ul,
body.wp-theme-blocksy #offcanvas .mobile-menu,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] [data-id="menu"] > ul {
  gap: 4px;
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] a,
body.wp-theme-blocksy #offcanvas .mobile-menu a {
  border-bottom: 1px solid var(--gf-line);
  padding: 12px 4px;
}

body.wp-theme-blocksy #offcanvas button,
body.wp-theme-blocksy .ct-panel button,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] button {
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content,
body.wp-theme-blocksy #woo-cart-panel .ct-cart-content,
body.wp-theme-blocksy .ct-panel .ct-cart-content {
  --mini-cart-background-color: var(--gf-paper);
  --mini-cart-divider-color: var(--gf-line-strong);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  background: var(--gf-paper);
  border: 1px solid var(--gf-line-strong);
  border-radius: var(--gf-radius-card);
  box-shadow: var(--gf-shadow);
  color: var(--gf-ink);
  font-family: var(--gf-font);
  max-width: calc(100vw - 24px);
  padding: 18px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart {
  background: transparent;
  color: var(--gf-ink);
  font-family: var(--gf-font);
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .ct-cart-item {
  align-items: center;
  border-bottom: 1px solid var(--gf-line);
  color: var(--gf-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  padding: 12px 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li:last-child {
  border-bottom: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart img,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart img,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart img {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: 12px;
  height: 58px;
  object-fit: contain;
  padding: 3px;
  width: 58px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: break-word;
  text-decoration: none;
  text-indent: 0;
  word-break: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove_from_cart_button {
  align-items: center;
  background: rgba(88, 53, 31, .08);
  border: 1px solid var(--gf-line);
  border-radius: 50%;
  color: var(--gf-brown);
  display: inline-flex;
  font-size: 1rem;
  height: 24px;
  justify-content: center;
  line-height: 1;
  opacity: .78;
  text-indent: 0;
  width: 24px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: var(--gf-radius-inner);
  color: var(--gf-ink);
  display: flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.35;
  margin: 16px 0 14px;
  padding: 12px 14px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward {
  align-items: center;
  border-radius: var(--gf-radius-pill);
  display: inline-flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  opacity: 1;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  white-space: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
  background: var(--gf-paper);
  border: 1px solid var(--gf-brown);
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.checkout {
  background: var(--gf-brown);
  border: 1px solid var(--gf-brown);
  color: var(--gf-paper);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}

/* Mini-Warenkorb: eigener, vollständig deckender Darstellungs-Layer. */
body.wp-theme-blocksy .ct-header {
  z-index: 2147483000 !important;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content {
  overflow: hidden;
  transform: translateZ(0);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content::before {
  background: var(--gf-paper, #fffaf4);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content > * {
  position: relative;
  z-index: 1;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart-item > .ct-media-container {
  grid-column: 1;
  grid-row: 1;
  inset: auto !important;
  transform: translateZ(0);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart-item > .product-data {
  grid-column: 2;
  grid-row: 1;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart-item > .remove {
  grid-column: 3;
  grid-row: 1;
  z-index: 2;
}
body.wp-theme-blocksy .ct-header,
body.wp-theme-blocksy .site-header {
  background: rgba(255, 250, 244, .98);
  border-bottom: 1px solid var(--gf-line);
  box-shadow: 0 10px 28px rgba(88, 53, 31, .08);
}

body.wp-theme-blocksy .ct-header a,
body.wp-theme-blocksy .site-header a,
body.wp-theme-blocksy .ct-header button,
body.wp-theme-blocksy .site-header button {
  color: var(--gf-brown);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header a:hover,
body.wp-theme-blocksy .site-header a:hover,
body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header a:focus-visible,
body.wp-theme-blocksy .site-header a:focus-visible,
body.wp-theme-blocksy .ct-header button:focus-visible,
body.wp-theme-blocksy .site-header button:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}

body.wp-theme-blocksy [class*="offcanvas"],
body.wp-theme-blocksy #offcanvas,
body.wp-theme-blocksy #woo-cart-panel,
body.wp-theme-blocksy .ct-panel,
body.wp-theme-blocksy .ct-panel-inner,
body.wp-theme-blocksy .ct-panel-content,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] {
  --theme-font-family: var(--gf-font);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  --side-panel-background-color: var(--gf-paper);
  background: var(--gf-paper);
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy [class*="offcanvas"] a,
body.wp-theme-blocksy #offcanvas a,
body.wp-theme-blocksy #offcanvas .ct-menu-link,
body.wp-theme-blocksy .ct-panel a,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] a {
  color: var(--gf-brown);
  font-family: var(--gf-font);
  letter-spacing: 0;
  line-height: 1.35;
}

body.wp-theme-blocksy [class*="offcanvas"] a:hover,
body.wp-theme-blocksy [class*="offcanvas"] a:focus-visible,
body.wp-theme-blocksy #offcanvas a:hover,
body.wp-theme-blocksy #offcanvas a:focus-visible,
body.wp-theme-blocksy #offcanvas .ct-menu-link:hover,
body.wp-theme-blocksy #offcanvas .ct-menu-link:focus-visible,
body.wp-theme-blocksy .ct-panel a:hover,
body.wp-theme-blocksy .ct-panel a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] > ul,
body.wp-theme-blocksy #offcanvas .mobile-menu,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] [data-id="menu"] > ul {
  gap: 4px;
}

body.wp-theme-blocksy #offcanvas [data-id="menu"] a,
body.wp-theme-blocksy #offcanvas .mobile-menu a {
  border-bottom: 1px solid var(--gf-line);
  padding: 12px 4px;
}

body.wp-theme-blocksy #offcanvas button,
body.wp-theme-blocksy .ct-panel button,
body.wp-theme-blocksy [data-behaviour*="offcanvas"] button {
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .ct-cart-content,
body.wp-theme-blocksy #woo-cart-panel .ct-cart-content,
body.wp-theme-blocksy .ct-panel .ct-cart-content {
  --mini-cart-background-color: var(--gf-paper);
  --mini-cart-divider-color: var(--gf-line-strong);
  --theme-text-color: var(--gf-ink);
  --theme-link-initial-color: var(--gf-brown);
  --theme-link-hover-color: var(--gf-caramel-dark);
  background: var(--gf-paper);
  border: 1px solid var(--gf-line-strong);
  border-radius: var(--gf-radius-card);
  box-shadow: var(--gf-shadow);
  color: var(--gf-ink);
  font-family: var(--gf-font);
  max-width: calc(100vw - 24px);
  padding: 18px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart {
  background: transparent;
  color: var(--gf-ink);
  font-family: var(--gf-font);
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .ct-cart-item,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .ct-cart-item {
  align-items: center;
  border-bottom: 1px solid var(--gf-line);
  color: var(--gf-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  padding: 12px 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart li:last-child,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart li:last-child {
  border-bottom: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart img,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart img,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart img {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: 12px;
  height: 58px;
  object-fit: contain;
  padding: 3px;
  width: 58px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .quantity,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: break-word;
  text-decoration: none;
  text-indent: 0;
  word-break: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:hover,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a:focus-visible {
  color: var(--gf-caramel-dark);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart a.remove_from_cart_button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart a.remove_from_cart_button {
  align-items: center;
  background: rgba(88, 53, 31, .08);
  border: 1px solid var(--gf-line);
  border-radius: 50%;
  color: var(--gf-brown);
  display: inline-flex;
  font-size: 1rem;
  height: 24px;
  justify-content: center;
  line-height: 1;
  opacity: .78;
  text-indent: 0;
  width: 24px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total {
  background: var(--gf-cream);
  border: 1px solid var(--gf-line);
  border-radius: var(--gf-radius-inner);
  color: var(--gf-ink);
  display: flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.35;
  margin: 16px 0 14px;
  padding: 12px 14px;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total strong,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__total .amount,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__total .amount {
  color: var(--gf-ink);
  font-family: var(--gf-font);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.button,
body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward {
  align-items: center;
  border-radius: var(--gf-radius-pill);
  display: inline-flex;
  font-family: var(--gf-font);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  opacity: 1;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  white-space: normal;
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
  background: var(--gf-paper);
  border: 1px solid var(--gf-brown);
  color: var(--gf-brown);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a.checkout,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a.checkout {
  background: var(--gf-brown);
  border: 1px solid var(--gf-brown);
  color: var(--gf-paper);
}

body.wp-theme-blocksy .ct-header .ct-header-cart .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy #woo-cart-panel .woocommerce-mini-cart__buttons a:focus-visible,
body.wp-theme-blocksy .ct-panel .woocommerce-mini-cart__buttons a:focus-visible {
  outline: 3px solid var(--gf-caramel);
  outline-offset: 3px;
}

