/*
Theme Name: Himmelstuermer
Theme URI: https://himmelstuermer.de/
Author: Himmelstuermer
Description: WordPress theme based for Himmelstuermer 
Version: 0.1.0
Text Domain: himmelstuermer
Requires at least: 6.0
Requires PHP: 7.4
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

[x-cloak] {
  display: none !important;
}

footer summary::-webkit-details-marker {
  display: none;
}

html,
body {
  font-family: "Soehne", "Inter", sans-serif;
}

.font-\[\'Soehne\'\] {
  font-family: "Soehne", "Inter", sans-serif !important;
}

.site-logo {
  display: block;
  width: auto;
  height: 3rem;
  max-width: min(18rem, 58vw);
  max-height: 3rem;
  object-fit: contain;
}

.site-logo--scrolled {
  height: 2.25rem;
  max-height: 2.25rem;
}

@media (min-width: 640px) {
  .site-logo {
    height: 3.5rem;
    max-height: 3.5rem;
  }

  .site-logo--scrolled {
    height: 2.25rem;
    max-height: 2.25rem;
  }
}

@font-face {
  font-family: "Soehne";
  src: url("./assets/fonts/soehne-buch 1.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("./assets/fonts/soehne-kraftig 1.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("./assets/fonts/soehne-halbfett 1.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.himmelstuermer-newsletter .tnp,
.himmelstuermer-newsletter .tnp-subscription,
.himmelstuermer-newsletter .tnp-subscription-minimal {
  max-width: none;
  margin: 0;
}

.himmelstuermer-newsletter .tnp > form {
    text-align: left !important;
}

.himmelstuermer-newsletter .tnp-field {
  margin: 0;
}

.himmelstuermer-newsletter .tnp-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.himmelstuermer-newsletter .tnp input[type="email"],
.himmelstuermer-newsletter .tnp input.tnp-email {
  height: 4rem;
  width: 100%;
  border: 1px solid rgb(10 10 10 / 0.2);
  background: #f7f7f5;
  padding: 0 1.25rem;
  color: #0a0a0a;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.himmelstuermer-newsletter .tnp input[type="email"]:focus,
.himmelstuermer-newsletter .tnp input.tnp-email:focus {
  border-color: #006D6D;
  background: #fff;
}

.himmelstuermer-newsletter .tnp input[type="submit"],
.himmelstuermer-newsletter .tnp input.tnp-submit,
.himmelstuermer-newsletter .tnp button[type="submit"] {
  height: 4rem;
  width: 200px;
  background: #006D6D;
  padding: 0 2.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background-color 0.2s ease;
}

.himmelstuermer-newsletter .tnp input[type="submit"]:hover,
.himmelstuermer-newsletter .tnp input.tnp-submit:hover,
.himmelstuermer-newsletter .tnp button[type="submit"]:hover {
  background: #0a0a0a;
}

@media (min-width: 640px) {
  .himmelstuermer-newsletter .tnp form,
  .himmelstuermer-newsletter .tnp-subscription-minimal form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .himmelstuermer-newsletter .tnp input[type="submit"],
  .himmelstuermer-newsletter .tnp input.tnp-submit,
  .himmelstuermer-newsletter .tnp button[type="submit"] {
    width: auto;
  }
}

@media (max-width: 639px) {
  .himmelstuermer-newsletter,
  .himmelstuermer-newsletter .tnp,
  .himmelstuermer-newsletter .tnp-subscription,
  .himmelstuermer-newsletter .tnp-subscription-minimal,
  .himmelstuermer-newsletter .tnp-field,
  .himmelstuermer-newsletter .tnp-field-email {
    width: 100%;
  }

  .himmelstuermer-newsletter .tnp form,
  .himmelstuermer-newsletter .tnp-subscription-minimal form {
    grid-template-columns: 1fr;
  }
}

.hs-home-product-cover {
  background: transparent;
  aspect-ratio: 1;
  display: flex;
  align-items: flex-start;
}

.hs-home-product-cover > img {
  display: block;
  width: 100%;
  height: auto;
}

.woocommerce-notices-wrapper,
.woocommerce-notices-wrapper ul {
  margin: 0;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  margin: 1rem auto;
  max-width: 1400px;
  border: 1px solid rgb(10 10 10 / 0.12);
  background: #fff;
  padding: 1rem 1.25rem;
  color: #1e2a2d;
  font-size: 0.875rem;
  line-height: 1.6;
}

.woocommerce-notices-wrapper .woocommerce-error {
  border-color: rgb(0 109 109 / 0.35);
}

.woocommerce-notices-wrapper a {
  color: #006D6D;
  font-weight: 900;
}

.single-product .woocommerce-notices-wrapper {
  display: none !important;
}

.single-product .hs-product-title {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .single-product main > section:first-child > div {
    padding-inline: clamp(2rem, 4.8vw, 3rem) !important;
    padding-bottom: clamp(3.5rem, 6vw, 4.5rem) !important;
  }

  .single-product main > section:first-child .mt-9.grid {
    grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: clamp(2rem, 4.5vw, 3rem) !important;
  }

  .single-product main > section:first-child .mt-9.grid > div:first-child {
    max-width: clamp(16rem, 36vw, 21rem) !important;
    margin-inline: 0 auto !important;
  }

  .single-product main > section:first-child .mt-9.grid > article {
    max-width: none !important;
    padding-top: 0 !important;
  }

  .single-product .hs-product-title {
    margin-top: 1rem !important;
    font-size: clamp(2.55rem, 5.8vw, 3.7rem) !important;
    line-height: 0.92 !important;
  }

  .single-product .hs-product-title + p {
    margin-top: 0.75rem !important;
    font-size: clamp(0.95rem, 1.8vw, 1.125rem) !important;
  }

  .single-product .hs-single-cart {
    max-width: none !important;
    margin-top: 1.5rem !important;
  }

  .single-product .hs-single-cart .price,
  .single-product .hs-single-cart .woocommerce-variation-price .price {
    font-size: clamp(1.65rem, 3vw, 2rem) !important;
  }

  .single-product .hs-single-cart .hs-variation-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .single-product .hs-single-cart .hs-variation-option__button {
    min-height: 4.25rem !important;
    padding: 0.85rem 1rem !important;
  }

  .single-product .hs-single-cart form.cart:not(.variations_form):not(.grouped_form),
  .single-product .hs-single-cart .woocommerce-variation-add-to-cart {
    grid-template-columns: minmax(4.75rem, 0.32fr) minmax(0, 1fr) !important;
  }

  .single-product main > section:first-child dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.25rem 1rem !important;
    margin-top: 2rem !important;
  }

  .single-product main > section:first-child dl > div {
    gap: 0.75rem !important;
  }

  .single-product #cr_floatingtrustbadge {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .single-product main > section:first-child > div {
    padding-inline: 3rem !important;
  }

  .single-product main > section:first-child .mt-9.grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr) !important;
    gap: clamp(3rem, 5vw, 4rem) !important;
  }

  .single-product main > section:first-child .mt-9.grid > div:first-child {
    max-width: 27rem !important;
  }

  .single-product .hs-product-title {
    font-size: clamp(4rem, 6.4vw, 4.7rem) !important;
  }

  .single-product #cr_floatingtrustbadge {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 839px) {
  .single-product main > section:first-child .mt-9.grid {
    grid-template-columns: minmax(13.5rem, 0.68fr) minmax(0, 1fr) !important;
    gap: 1.75rem !important;
  }

  .single-product main > section:first-child .mt-9.grid > div:first-child {
    max-width: 16.5rem !important;
  }

  .single-product .hs-product-title {
    font-size: clamp(2.35rem, 5.4vw, 2.85rem) !important;
  }

  .single-product .hs-single-cart .hs-variation-option__button-label {
    font-size: 0.7rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-product main > section:first-child > div,
  .tax-product_cat main > section:first-child > div,
  .tax-product_tag main > section:first-child > div,
  .post-type-archive-product #hs-filter-area > div,
  .tax-product_cat #hs-filter-area > div,
  .tax-product_tag #hs-filter-area > div,
  .post-type-archive-product #hs-catalog-section > div,
  .tax-product_cat #hs-catalog-section > div,
  .tax-product_tag #hs-catalog-section > div {
    padding-inline: clamp(2rem, 4.8vw, 3.5rem) !important;
  }

  .post-type-archive-product main > section:first-child h1,
  .tax-product_cat main > section:first-child h1,
  .tax-product_tag main > section:first-child h1 {
    font-size: clamp(4.4rem, 8vw, 5.6rem) !important;
  }

  .post-type-archive-product #hs-catalog-section > div,
  .tax-product_cat #hs-catalog-section > div,
  .tax-product_tag #hs-catalog-section > div {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem !important;
  }

  .post-type-archive-product #hs-filter-area form > .grid,
  .tax-product_cat #hs-filter-area form > .grid,
  .tax-product_tag #hs-filter-area form > .grid {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .post-type-archive-product #hs-filter-area button,
  .tax-product_cat #hs-filter-area button,
  .tax-product_tag #hs-filter-area button {
    min-height: 4.5rem !important;
    padding-inline: 1.25rem !important;
  }

  .post-type-archive-product #hs-catalog-section aside,
  .tax-product_cat #hs-catalog-section aside,
  .tax-product_tag #hs-catalog-section aside {
    position: static !important;
  }

  .post-type-archive-product #hs-catalog-section aside > button,
  .tax-product_cat #hs-catalog-section aside > button,
  .tax-product_tag #hs-catalog-section aside > button {
    display: none !important;
  }

  .post-type-archive-product #hs-sidebar-controls,
  .tax-product_cat #hs-sidebar-controls,
  .tax-product_tag #hs-sidebar-controls {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    align-items: start !important;
  }

  .post-type-archive-product #hs-sidebar-controls > section,
  .tax-product_cat #hs-sidebar-controls > section,
  .tax-product_tag #hs-sidebar-controls > section {
    min-height: 0 !important;
    margin-top: 0 !important;
    border: 1px solid rgb(10 10 10 / 0.12);
    background: #fff;
    padding: 1.25rem !important;
    box-shadow: none;
  }

  .post-type-archive-product #hs-sidebar-controls > section:nth-child(n+3),
  .tax-product_cat #hs-sidebar-controls > section:nth-child(n+3),
  .tax-product_tag #hs-sidebar-controls > section:nth-child(n+3) {
    display: none !important;
  }

  .post-type-archive-product #hs-sidebar-controls h2,
  .tax-product_cat #hs-sidebar-controls h2,
  .tax-product_tag #hs-sidebar-controls h2 {
    margin: 0 !important;
    font-size: 0.8rem !important;
  }

  .post-type-archive-product #hs-sidebar-controls section > button:first-child,
  .tax-product_cat #hs-sidebar-controls section > button:first-child,
  .tax-product_tag #hs-sidebar-controls section > button:first-child {
    min-height: 3rem !important;
  }

  .post-type-archive-product #hs-sidebar-controls select,
  .tax-product_cat #hs-sidebar-controls select,
  .tax-product_tag #hs-sidebar-controls select {
    min-height: 3.25rem !important;
    height: 3.25rem !important;
    font-size: 0.9rem !important;
  }

  .post-type-archive-product #hs-sidebar-controls section:nth-child(2) > .px-1,
  .tax-product_cat #hs-sidebar-controls section:nth-child(2) > .px-1,
  .tax-product_tag #hs-sidebar-controls section:nth-child(2) > .px-1 {
    padding-inline: 0 !important;
  }

  .post-type-archive-product #hs-sidebar-controls section:nth-child(2) .relative.h-9,
  .tax-product_cat #hs-sidebar-controls section:nth-child(2) .relative.h-9,
  .tax-product_tag #hs-sidebar-controls section:nth-child(2) .relative.h-9 {
    height: 2.25rem !important;
  }

  .post-type-archive-product #hs-sidebar-controls section:nth-child(2) .mt-2,
  .tax-product_cat #hs-sidebar-controls section:nth-child(2) .mt-2,
  .tax-product_tag #hs-sidebar-controls section:nth-child(2) .mt-2 {
    margin-top: 0.35rem !important;
    font-size: 0.85rem !important;
  }

  .post-type-archive-product #hs-sidebar-controls section:nth-child(2) .mt-4,
  .tax-product_cat #hs-sidebar-controls section:nth-child(2) .mt-4,
  .tax-product_tag #hs-sidebar-controls section:nth-child(2) .mt-4 {
    margin-top: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .post-type-archive-product #hs-sidebar-controls input[type="number"],
  .tax-product_cat #hs-sidebar-controls input[type="number"],
  .tax-product_tag #hs-sidebar-controls input[type="number"] {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 3.25rem !important;
    height: 3.25rem !important;
    font-size: 0.9rem !important;
  }

  .post-type-archive-product #hs-archive-results > .order-\[10\],
  .tax-product_cat #hs-archive-results > .order-\[10\],
  .tax-product_tag #hs-archive-results > .order-\[10\] {
    margin-top: 0.25rem !important;
    margin-bottom: 1.5rem !important;
  }

  .post-type-archive-product #hs-archive-results .order-\[20\].grid,
  .tax-product_cat #hs-archive-results .order-\[20\].grid,
  .tax-product_tag #hs-archive-results .order-\[20\].grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 2.75rem clamp(1.5rem, 3.4vw, 2.5rem) !important;
  }

  .post-type-archive-product #hs-archive-results .hs-home-product-cover + div,
  .tax-product_cat #hs-archive-results .hs-home-product-cover + div,
  .tax-product_tag #hs-archive-results .hs-home-product-cover + div {
    margin-top: 1rem !important;
  }

  .post-type-archive-product #hs-archive-results .hs-home-product-cover + div p,
  .post-type-archive-product #hs-archive-results .hs-product-card-title,
  .tax-product_cat #hs-archive-results .hs-home-product-cover + div p,
  .tax-product_cat #hs-archive-results .hs-product-card-title,
  .tax-product_tag #hs-archive-results .hs-home-product-cover + div p,
  .tax-product_tag #hs-archive-results .hs-product-card-title {
    font-size: clamp(0.72rem, 1.25vw, 0.875rem) !important;
    line-height: 1.35 !important;
  }

  .post-type-archive-product #cr_floatingtrustbadge,
  .tax-product_cat #cr_floatingtrustbadge,
  .tax-product_tag #cr_floatingtrustbadge {
    display: none !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .post-type-archive-product #hs-archive-results .order-\[20\].grid,
  .tax-product_cat #hs-archive-results .order-\[20\].grid,
  .tax-product_tag #hs-archive-results .order-\[20\].grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.hs-home-hero-title {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.home main > section:first-child > .mx-auto {
    grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 0.82fr) !important;
    min-height: 34rem !important;
    gap: clamp(2rem, 4vw, 3rem) !important;
    padding-inline: clamp(2.5rem, 5vw, 3.5rem) !important;
    padding-block: clamp(3rem, 6vw, 4rem) !important;
  }

  body.home main > section:first-child > .mx-auto > div:first-child {
    max-width: none !important;
  }

  body.home .hs-home-hero-title {
    font-size: clamp(3.5rem, 7vw, 4.5rem) !important;
    line-height: 0.94 !important;
  }

  body.home .hs-home-hero-title + p {
    max-width: 34rem !important;
    margin-top: 1.5rem !important;
    font-size: clamp(1rem, 1.75vw, 1.125rem) !important;
    line-height: 1.55 !important;
  }

  body.home .hs-home-hero-title + p + div {
    margin-top: 2rem !important;
  }

  body.home .hs-home-hero-title + p + div a {
    height: 3.5rem !important;
    padding-inline: clamp(1.5rem, 3vw, 2.5rem) !important;
    white-space: nowrap;
  }

  body.home main > section:first-child > .mx-auto > div:first-child > div:last-child {
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
  }

  body.home main > section:first-child > .mx-auto > div:nth-child(2) {
    max-width: 24rem !important;
    padding-bottom: 4.5rem !important;
  }

  body.home main > section:first-child > .mx-auto > div:nth-child(2) > div:nth-child(2) {
    width: min(72%, 17rem) !important;
    min-width: 0 !important;
  }

  body.home main > section:first-child > .mx-auto > div:nth-child(2) > div:last-child {
    left: auto !important;
    right: 0 !important;
    max-width: 18rem !important;
    padding: 1rem !important;
  }

  body.home #books > .mx-auto,
  body.home #bestseller > .mx-auto,
  body.home main > section:nth-child(4) > .mx-auto,
  body.home main > section:nth-child(5) > .mx-auto {
    padding-inline: clamp(2.5rem, 5vw, 3.5rem) !important;
  }

  body.home #books .grid:has(.hs-home-product-cover),
  body.home #bestseller .grid:has(.hs-home-product-cover) {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 2rem clamp(1.25rem, 2.6vw, 2.5rem) !important;
  }

  body.home .hs-home-product-cover + div {
    margin-top: 1rem !important;
  }

  body.home .hs-home-product-cover + div p,
  body.home .hs-home-product-cover + div .hs-product-card-title {
    font-size: clamp(0.72rem, 1.25vw, 0.875rem) !important;
    line-height: 1.35 !important;
  }

  body.home main > section:nth-child(4) .grid.gap-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.home main > section:nth-child(4) .grid.gap-3 > a {
    height: clamp(8.5rem, 15vw, 11rem) !important;
  }

  body.home main > section:nth-child(4) .grid.gap-3 > a span:first-child {
    font-size: clamp(2rem, 3.9vw, 3rem) !important;
  }

  body.home main > section:nth-child(4) section.mt-10,
  body.home main > section:nth-child(5) .grid.overflow-hidden {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  body.home main > section:nth-child(4) section.mt-10 > div:last-child,
  body.home main > section:nth-child(5) .grid.overflow-hidden > div:first-child {
    padding: clamp(2.5rem, 4vw, 3rem) !important;
  }

  body.home main > section:nth-child(4) section.mt-10 h2 {
    font-size: clamp(3rem, 5.5vw, 4rem) !important;
  }

  body.home main > section:nth-child(5) h2 {
    font-size: clamp(2.45rem, 4.5vw, 3.25rem) !important;
  }

  body.home main > section:nth-child(5) .himmelstuermer-newsletter {
    max-width: none !important;
  }

  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp form,
  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp-subscription-minimal form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(7.5rem, auto) !important;
    gap: 0 !important;
  }

  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp input[type="submit"],
  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp input.tnp-submit,
  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp button[type="submit"] {
    width: auto !important;
    min-width: 7.5rem !important;
    padding-inline: 1rem !important;
  }

  body.home #cr_floatingtrustbadge {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  body.home main > section:first-child > .mx-auto {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.72fr) !important;
    min-height: 0 !important;
    align-items: center !important;
    gap: 1.5rem clamp(1.75rem, 4vw, 2.5rem) !important;
    padding-block: 3rem 3.5rem !important;
  }

  body.home main > section:first-child > .mx-auto > div:first-child {
    display: contents !important;
  }

  body.home .hs-home-hero-title {
    grid-column: 1 !important;
    font-size: clamp(3.15rem, 6.8vw, 3.7rem) !important;
  }

  body.home .hs-home-hero-title + p {
    grid-column: 1 !important;
    max-width: 34rem !important;
    margin-top: 0 !important;
    font-size: 1rem !important;
  }

  body.home .hs-home-hero-title + p + div {
    grid-column: 1 !important;
    margin-top: 0.25rem !important;
  }

  body.home main > section:first-child > .mx-auto > div:first-child > div:last-child {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 0.25rem !important;
    padding-top: 1.5rem !important;
  }

  body.home main > section:first-child > .mx-auto > div:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 / span 3 !important;
    max-width: 19rem !important;
    padding-bottom: 4rem !important;
  }

  body.home main > section:first-child > .mx-auto > div:nth-child(2) > div:first-child {
    display: none !important;
  }

  body.home main > section:first-child > .mx-auto > div:nth-child(2) > div:nth-child(2) {
    width: min(88%, 15rem) !important;
    min-width: 0 !important;
  }

  body.home main > section:first-child > .mx-auto > div:nth-child(2) > div:last-child {
    left: auto !important;
    right: -1rem !important;
    max-width: 17rem !important;
    padding: 1rem !important;
  }

  body.home main > section:nth-child(4) section.mt-10 h2 {
    font-size: clamp(2.55rem, 6vw, 3.2rem) !important;
  }

  body.home main > section:nth-child(5) .grid.overflow-hidden {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  }

  body.home main > section:nth-child(5) h2 {
    font-size: clamp(2.25rem, 5vw, 2.9rem) !important;
  }

  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp form,
  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp-subscription-minimal form {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp input[type="submit"],
  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp input.tnp-submit,
  body.home main > section:nth-child(5) .himmelstuermer-newsletter .tnp button[type="submit"] {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 819px) {
  body.home .hs-home-hero-title + p + div {
    align-items: stretch !important;
    flex-direction: column !important;
    max-width: 18rem !important;
  }

  body.home .hs-home-hero-title + p + div a {
    width: 100% !important;
  }
}

.hs-single-cart form.cart {
  margin: 0;
}

.hs-single-cart .price,
.hs-single-cart .woocommerce-variation-price .price {
  color: #006D6D;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.hs-single-cart .price del {
  margin-right: 0.5rem;
  color: rgb(10 10 10 / 0.45);
  font-size: 1.1rem;
  font-weight: 700;
}

.hs-single-cart .price ins {
  text-decoration: none;
}

.price ins,
.woocommerce-Price-amount ins,
.hs-product-card-title + p ins,
.hs-commerce-content ins {
  text-decoration: none;
}

.hs-single-cart .variations {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: separate;
  border-spacing: 0 0.85rem;
}

.hs-single-cart .variations tr,
.hs-single-cart .variations th,
.hs-single-cart .variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.hs-single-cart .variations label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgb(10 10 10 / 0.64);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hs-single-cart .variations select {
  height: 3.5rem;
  width: 100%;
  border: 1px solid rgb(10 10 10 / 0.22);
  border-radius: 0;
  background: rgb(255 255 255 / 0.78);
  padding: 0 1rem;
  color: #0a0a0a;
  font-size: 0.875rem;
  font-weight: 800;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.hs-single-cart .variations select:focus {
  border-color: #006D6D;
  background: #fff;
}

.hs-single-cart .hs-native-variation-select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hs-single-cart .hs-variation-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
}

.hs-single-cart .hs-variation-option {
  display: grid;
  min-width: 0;
  cursor: pointer;
  gap: 1rem;
}

.hs-single-cart .hs-variation-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hs-single-cart .hs-variation-option__meta,
.hs-single-cart .hs-variation-option__button {
  display: block;
}

.hs-single-cart .hs-variation-option__meta {
  display: none;
}

.hs-single-cart .hs-variation-option__label {
  display: block;
  color: #006D6D;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hs-single-cart .hs-variation-option__price {
  display: block;
  margin-top: 0.55rem;
  color: #0a0a0a;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.hs-single-cart .hs-variation-option__button {
  display: inline-flex;
  min-height: 4.15rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 2px solid rgb(10 10 10 / 0.16);
  background: #fff;
  padding: 0.75rem 1rem;
  color: #1f2933;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.hs-single-cart .hs-variation-option__icon {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
}

.hs-single-cart .hs-variation-option__button-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hs-single-cart .hs-variation-option:hover .hs-variation-option__button,
.hs-single-cart .hs-variation-option.is-selected .hs-variation-option__button {
  border-color: #006D6D;
  color: #006D6D;
  box-shadow: 0 16px 32px rgb(0 109 109 / 0.08);
}

.hs-single-cart .reset_variations {
  /*display: inline-flex; */
  display: none;
  margin-top: 0.65rem;
  color: rgb(10 10 10 / 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.hs-single-cart .reset_variations:hover {
  color: #006D6D;
}

.woocommerce-variation-price {
    margin-bottom: 30px;
}

.hs-single-cart .woocommerce-variation-price::after {
  content: "Preis inkl. gesetzl. MwSt., Versandkostenfrei ab 39,90 Euro Warenwert";
  display: block;
  margin-top: 0.45rem;
  color: rgb(10 10 10 / 0.68);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.hs-single-cart .single_variation {
  margin: 0.5rem 0 1rem;
}

.hs-single-cart .woocommerce-variation-description,
.hs-single-cart .woocommerce-variation-availability {
  display: none !important;
}

.hs-single-cart .stock {
  margin-top: 0.75rem;
  color: rgb(10 10 10 / 0.68);
  font-size: 0.875rem;
  line-height: 1.6;
}

.hs-single-cart .stock.in-stock {
  color: #1e2a2d;
  font-weight: 800;
}

.hs-single-cart form.cart:not(.variations_form):not(.grouped_form),
.hs-single-cart .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.hs-single-cart .quantity {
  min-width: 0;
}

.hs-single-cart .quantity .qty {
  height: 3.5rem;
  width: 100%;
  min-width: 0;
  border: 1px solid rgb(10 10 10 / 0.22);
  border-radius: 0;
  background: #fff;
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  outline: none;
  transition: border-color 0.2s ease;
}

.hs-single-cart .quantity .qty:focus {
  border-color: #006D6D;
}

.hs-single-cart .single_add_to_cart_button {
  grid-column: 1 / -1;
}

.hs-single-cart .quantity ~ .single_add_to_cart_button {
  grid-column: auto;
}

.hs-single-cart .single_add_to_cart_button,
.hs-single-cart .added_to_cart {
  display: inline-flex;
  min-height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: #006D6D;
  padding: 0 1.75rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgb(0 109 109 / 0.2);
  transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.hs-single-cart button.single_add_to_cart_button.button.alt,
.hs-single-cart .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
  display: inline-flex !important;
  min-height: 3.5rem !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #006D6D !important;
  color: #fff !important;
  font-family: "Soehne", "Inter", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  padding: 0 1.75rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 42px rgb(0 109 109 / 0.2) !important;
  opacity: 1 !important;
}

.hs-single-cart button.single_add_to_cart_button.button.alt.disabled,
.hs-single-cart button.single_add_to_cart_button.button.alt:disabled,
.hs-single-cart button.single_add_to_cart_button.button.alt[disabled] {
  background: #006D6D !important;
  cursor: not-allowed !important;
  opacity: 0.72 !important;
  transform: none !important;
}

.hs-single-cart .single_add_to_cart_button:hover,
.hs-single-cart .added_to_cart:hover {
  background: #0a0a0a;
  transform: translateY(-0.25rem);
}

.hs-single-cart button.single_add_to_cart_button.button.alt:not(.disabled):not(:disabled):hover {
  background: #0a0a0a !important;
  color: #fff !important;
  transform: translateY(-0.25rem) !important;
}

.hs-single-cart .hs-single-cart-added {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  align-items: center;
  margin-top: 0.15rem;
  color: rgb(10 10 10 / 0.7);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.5;
}

.hs-single-cart .hs-single-cart-added a {
  color: #006D6D;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgb(0 109 109 / 0.35);
  text-underline-offset: 0.2rem;
}

.hs-single-cart .hs-single-cart-added a:hover {
  color: #0a0a0a;
  text-decoration-color: rgb(10 10 10 / 0.35);
}

.hs-single-cart .single_add_to_cart_button.disabled,
.hs-single-cart .single_add_to_cart_button:disabled,
.hs-single-cart .single_add_to_cart_button[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.hs-single-cart .grouped_form table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background: #fff;
}

.hs-single-cart .grouped_form td {
  border-bottom: 1px solid rgb(10 10 10 / 0.1);
  padding: 0.9rem;
  vertical-align: middle;
}

.hs-product-description p {
  margin: 0 0 1.5rem;
}

.hs-product-description p:last-child {
  margin-bottom: 0;
}

.hs-product-description ul,
.hs-product-description ol {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
}

.hs-product-description ul {
  list-style: disc;
}

.hs-product-description ol {
  list-style: decimal;
}

.hs-product-description a {
  color: #006D6D;
  font-weight: 900;
}

.hs-product-description .shariff {
  margin-top: 2rem;
}

.hs-product-description .shariff ul,
.hs-product-description ul.shariff-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  padding-left: 0;
  list-style: none;
}

.hs-product-description .shariff .shariff-button,
.hs-product-description .shariff-buttons .shariff-button {
  float: none !important;
  flex: 0 1 8.75rem !important;
  width: 8.75rem !important;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgb(0 109 109 / 0.18);
  border-radius: 0;
  background: #006D6D !important;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hs-product-description .shariff .shariff-button:hover,
.hs-product-description .shariff-buttons .shariff-button:hover {
  border-color: rgb(10 10 10 / 0.24);
  box-shadow: 0 10px 24px rgb(0 109 109 / 0.16);
  transform: translateY(-1px);
}

.hs-product-description .shariff .shariff-link,
.hs-product-description .shariff-buttons .shariff-link {
  min-height: 2.75rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 1rem !important;
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.hs-product-description .shariff .shariff-icon,
.hs-product-description .shariff-buttons .shariff-icon {
  display: none !important;
}

.hs-product-description .shariff .shariff-text,
.hs-product-description .shariff-buttons .shariff-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.hs-product-description .shariff .shariff-button.info,
.hs-product-description .shariff-buttons .shariff-button.info {
  display: none !important;
}

.hs-product-card-title {
  display: -webkit-box;
  min-height: 2.5rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 480px) {
  .hs-product-description .shariff .shariff-button,
  .hs-product-description .shariff-buttons .shariff-button {
    flex: 1 1 calc(50% - 0.65rem);
    min-width: 0;
  }

  .hs-single-cart .hs-variation-options {
    grid-template-columns: 1fr;
  }

  .hs-single-cart form.cart:not(.variations_form):not(.grouped_form),
  .hs-single-cart .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr;
  }

  .hs-single-cart .quantity ~ .single_add_to_cart_button {
    grid-column: 1;
  }
}

.hs-commerce-content .woocommerce {
  color: #0a0a0a;
}

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

.hs-commerce-content .woocommerce-notices-wrapper {
  margin-bottom: 1.5rem;
}

.hs-commerce-content .woocommerce-notices-wrapper .woocommerce-message,
.hs-commerce-content .woocommerce-notices-wrapper .woocommerce-info,
.hs-commerce-content .woocommerce-notices-wrapper .woocommerce-error {
  margin: 0 0 1rem;
  max-width: none;
}

.hs-commerce-content .woocommerce-info,
.hs-commerce-content .woocommerce-message,
.hs-commerce-content .woocommerce-error,
.hs-commerce-content .woocommerce-NoticeGroup,
.hs-commerce-content .woocommerce-form-coupon-toggle,
.hs-commerce-content .woocommerce-form-login-toggle {
  border: 1px solid rgb(10 10 10 / 0.12);
  background: #fff;
  padding: 1rem 1.25rem;
  color: #1e2a2d;
  font-size: 0.925rem;
  line-height: 1.7;
}

.hs-commerce-content .woocommerce-info::before,
.hs-commerce-content .woocommerce-message::before,
.hs-commerce-content .woocommerce-error::before,
.hs-commerce-content .woocommerce-notices-wrapper .woocommerce-message::before,
.hs-commerce-content .woocommerce-notices-wrapper .woocommerce-info::before,
.hs-commerce-content .woocommerce-notices-wrapper .woocommerce-error::before {
  content: none !important;
}

.hs-commerce-content .woocommerce-info li,
.hs-commerce-content .woocommerce-message li,
.hs-commerce-content .woocommerce-error li {
  margin: 0;
  list-style: none;
}

.hs-commerce-content .woocommerce-error {
  border-color: rgb(0 109 109 / 0.35);
  list-style: none;
}

.hs-commerce-content .woocommerce-info a,
.hs-commerce-content .woocommerce-message a,
.hs-commerce-content .woocommerce-error a {
  color: #006D6D;
  font-weight: 900;
}

.hs-commerce-content a {
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.hs-commerce-content a:hover {
  color: #006D6D;
}

.hs-commerce-content .button,
.hs-commerce-content button.button,
.hs-commerce-content input.button,
.hs-commerce-content a.button,
.hs-commerce-content .checkout-button,
.hs-commerce-content .wc-forward,
.hs-commerce-content .woocommerce-button,
.hs-commerce-content .wc-block-components-button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: #006D6D;
  padding: 0 1.75rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgb(0 109 109 / 0.16);
  transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.hs-commerce-content .button:hover,
.hs-commerce-content button.button:hover,
.hs-commerce-content input.button:hover,
.hs-commerce-content a.button:hover,
.hs-commerce-content .checkout-button:hover,
.hs-commerce-content .wc-forward:hover,
.hs-commerce-content .woocommerce-button:hover,
.hs-commerce-content .wc-block-components-button:hover {
  background: #0a0a0a;
  color: #fff;
  transform: translateY(-0.2rem);
}

.hs-commerce-content .button *,
.hs-commerce-content button.button *,
.hs-commerce-content input.button *,
.hs-commerce-content a.button *,
.hs-commerce-content .checkout-button *,
.hs-commerce-content .wc-forward *,
.hs-commerce-content .woocommerce-button *,
.hs-commerce-content .wc-block-components-button * {
  color: inherit !important;
}

.hs-commerce-content .button.disabled,
.hs-commerce-content .button:disabled,
.hs-commerce-content .button[disabled],
.hs-commerce-content .wc-block-components-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.hs-commerce-content .button.alt,
.hs-commerce-content .checkout-button {
  width: 100%;
  min-height: 4rem;
  font-size: 0.8rem;
}

.hs-commerce-content input[type="text"],
.hs-commerce-content input[type="email"],
.hs-commerce-content input[type="tel"],
.hs-commerce-content input[type="password"],
.hs-commerce-content input[type="number"],
.hs-commerce-content input[type="search"],
.hs-commerce-content textarea,
.hs-commerce-content select,
.hs-commerce-content .select2-container--default .select2-selection--single,
.hs-commerce-content .wc-block-components-text-input input,
.hs-commerce-content .wc-block-components-textarea,
.hs-commerce-content .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  min-height: 3.5rem;
  width: 100%;
  border: 1px solid rgb(10 10 10 / 0.18);
  border-radius: 0;
  background: #fff;
  padding: 0 1rem;
  color: #0a0a0a;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.hs-commerce-content textarea,
.hs-commerce-content .wc-block-components-textarea {
  min-height: 8rem;
  padding-top: 0.95rem;
}

.hs-commerce-content input:focus,
.hs-commerce-content textarea:focus,
.hs-commerce-content select:focus,
.hs-commerce-content .select2-container--default.select2-container--focus .select2-selection--single,
.hs-commerce-content .wc-block-components-text-input input:focus,
.hs-commerce-content .wc-block-components-textarea:focus {
  border-color: #006D6D;
  background: #fff;
}

.hs-commerce-content label,
.hs-commerce-content .wc-block-components-checkbox__label,
.hs-commerce-content .wc-block-components-text-input label {
  color: rgb(10 10 10 / 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hs-commerce-content .required {
  color: #006D6D;
}

.hs-commerce-content .form-row {
  margin: 0 0 1rem;
}

.hs-commerce-content .form-row-first,
.hs-commerce-content .form-row-last {
  width: calc(50% - 0.5rem);
}

.hs-commerce-content .form-row-first {
  float: left;
}

.hs-commerce-content .form-row-last {
  float: right;
}

.hs-commerce-content .form-row-wide {
  clear: both;
}

.hs-commerce-content table.shop_table,
.hs-commerce-content .woocommerce-orders-table,
.hs-commerce-content .woocommerce-table,
.hs-commerce-content .wc-block-cart-items {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 18px 45px rgb(0 0 0 / 0.035);
}

.hs-commerce-content table.shop_table th,
.hs-commerce-content .wc-block-cart-items__header th {
  padding: 1rem;
  color: #1e2a2d;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.hs-commerce-content table.shop_table td,
.hs-commerce-content .wc-block-cart-items td {
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.95rem;
}

.hs-commerce-content table.shop_table tr:last-child td {
  border-bottom: 0;
}

.hs-commerce-content .product-thumbnail img,
.hs-commerce-content .wc-block-cart-item__image img {
  width: 76px;
  max-width: 76px;
  aspect-ratio: 0.63;
  object-fit: cover;
  box-shadow: 0 10px 24px rgb(0 0 0 / 0.16);
}

.hs-commerce-content .product-name,
.hs-commerce-content .wc-block-cart-item__product {
  font-weight: 900;
  text-transform: uppercase;
}

.hs-commerce-content .product-name a,
.hs-commerce-content .wc-block-cart-item__product a {
  color: #0a0a0a;
}

.hs-commerce-content .product-name a:hover,
.hs-commerce-content .wc-block-cart-item__product a:hover {
  color: #006D6D;
}

.hs-commerce-content .variation,
.hs-commerce-content .wc-block-components-product-metadata {
  margin-top: 0.4rem;
  color: rgb(10 10 10 / 0.62);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
}

.hs-commerce-content .variation dt,
.hs-commerce-content .variation dd {
  display: inline;
  margin: 0;
}

.hs-commerce-content .variation dd::after {
  content: " ";
}

.hs-commerce-content .product-price,
.hs-commerce-content .product-subtotal,
.hs-commerce-content .cart-subtotal td,
.hs-commerce-content .order-total td,
.hs-commerce-content .wc-block-components-totals-item__value {
  font-weight: 900;
}

.hs-commerce-content .product-subtotal,
.hs-commerce-content .order-total td,
.hs-commerce-content .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #006D6D;
}

.hs-commerce-content .product-remove .remove,
.hs-commerce-content .wc-block-cart-item__remove-link {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgb(10 10 10 / 0.16);
  border-radius: 0;
  color: rgb(10 10 10 / 0.55);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.hs-commerce-content .product-remove .remove:hover,
.hs-commerce-content .wc-block-cart-item__remove-link:hover {
  border-color: #006D6D;
  background: #006D6D;
  color: #fff;
}

.hs-commerce-content .quantity .qty,
.hs-commerce-content .wc-block-components-quantity-selector {
  width: 5.5rem;
  min-height: 3rem;
  border: 1px solid rgb(10 10 10 / 0.18);
  border-radius: 0;
  background: #fff;
  text-align: center;
}

.hs-commerce-content .coupon {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.hs-commerce-content .coupon label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hs-commerce-content .coupon .input-text {
  max-width: 18rem;
}

.hs-commerce-content .actions {
  background: #fbfbfa;
}

.hs-commerce-content .actions > .button {
  float: right;
}

.hs-commerce-content .cart-collaterals {
  margin-top: 2rem;
}

.hs-commerce-content .cart_totals,
.hs-commerce-content .woocommerce-checkout-review-order,
.hs-commerce-content .woocommerce-billing-fields,
.hs-commerce-content .woocommerce-shipping-fields,
.hs-commerce-content .woocommerce-additional-fields,
.hs-commerce-content .woocommerce-MyAccount-content,
.hs-commerce-content .woocommerce-form-login,
.hs-commerce-content .woocommerce-form-register,
.hs-commerce-content .woocommerce-ResetPassword,
.hs-commerce-content .wc-block-components-sidebar,
.hs-commerce-content .wc-block-components-main {
  border: 1px solid rgb(10 10 10 / 0.1);
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 18px 45px rgb(0 0 0 / 0.035);
}

.hs-commerce-content .cart_totals {
  margin-left: auto;
  max-width: 430px;
}

.hs-commerce-content .cart_totals h2,
.hs-commerce-content .woocommerce-billing-fields h3,
.hs-commerce-content .woocommerce-shipping-fields h3,
.hs-commerce-content .woocommerce-additional-fields h3,
.hs-commerce-content #order_review_heading,
.hs-commerce-content .woocommerce-column__title,
.hs-commerce-content .woocommerce-order-details__title,
.hs-commerce-content .woocommerce-Address-title h3 {
  margin: 0 0 1.25rem;
  color: #1e2a2d;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hs-commerce-content .wc-proceed-to-checkout {
  padding: 1rem 0 0;
}

.hs-commerce-content .cross-sells {
  margin-top: 3rem;
}

.hs-commerce-content .cross-sells h2 {
  margin-bottom: 1.5rem;
  color: #1e2a2d;
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hs-commerce-content .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.hs-commerce-content .woocommerce-checkout #customer_details,
.hs-commerce-content .woocommerce-checkout #order_review_heading,
.hs-commerce-content .woocommerce-checkout #order_review {
  float: none;
  min-width: 0;
  width: auto;
}

.hs-commerce-content .woocommerce-checkout #order_review_heading,
.hs-commerce-content .woocommerce-checkout #order_review {
  grid-column: 1;
  grid-row: auto;
}

.hs-commerce-content .woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

.hs-commerce-content .woocommerce-checkout #customer_details .col-1,
.hs-commerce-content .woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
  max-width: none;
}

.hs-commerce-content .woocommerce-checkout-review-order {
  overflow: hidden;
}

.hs-commerce-content .woocommerce-checkout-review-order table.shop_table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

.hs-commerce-content .woocommerce-checkout-review-order table.shop_table th,
.hs-commerce-content .woocommerce-checkout-review-order table.shop_table td {
  min-width: 0;
  padding: 0.95rem;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hs-commerce-content .woocommerce-checkout-review-order table.shop_table .product-name {
  width: 68%;
  min-width: 0;
  line-height: 1.35;
}

.hs-commerce-content .woocommerce-checkout-review-order table.shop_table .product-total {
  width: 32%;
  text-align: right;
  white-space: normal;
}

.hs-commerce-content .woocommerce-checkout-review-order .cart_item .product-name img,
.hs-commerce-content .woocommerce-checkout-review-order .cart_item .product-thumbnail img {
  width: 58px;
  max-width: 58px;
  height: auto;
}

.hs-commerce-content .woocommerce-checkout-review-order .variation,
.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-product-name-left,
.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-product-name-right {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-cart-info,
.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-cart-info.units-info,
.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-product-name-left,
.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-product-name-right,
.hs-commerce-content .woocommerce-checkout-review-order .product-name {
  box-sizing: border-box;
}

.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-product-name-left {
  float: left;
  width: 64px;
  max-width: 64px;
  padding-right: 0.75rem;
}

.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-product-name-right {
  float: none;
  width: auto;
  margin-left: 64px;
}

.hs-commerce-content .woocommerce-checkout-review-order .wc-gzd-product-name-left img {
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
}

.hs-commerce-content .woocommerce-checkout-review-order .product-quantity {
  white-space: nowrap;
}

.hs-commerce-content .woocommerce-checkout-review-order .cart-subtotal th,
.hs-commerce-content .woocommerce-checkout-review-order .woocommerce-shipping-totals th,
.hs-commerce-content .woocommerce-checkout-review-order .order-total th,
.hs-commerce-content .woocommerce-checkout-review-order .tax-rate th {
  width: 68%;
}

.hs-commerce-content .woocommerce-checkout-review-order .cart-subtotal td,
.hs-commerce-content .woocommerce-checkout-review-order .woocommerce-shipping-totals td,
.hs-commerce-content .woocommerce-checkout-review-order .order-total td,
.hs-commerce-content .woocommerce-checkout-review-order .tax-rate td {
  width: 32%;
  text-align: right;
}

.hs-commerce-content .woocommerce-checkout-payment {
  margin-top: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
}

.hs-commerce-content .woocommerce-checkout-payment ul.payment_methods {
  display: grid;
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  back
}

.hs-commerce-content .woocommerce-checkout #order_review_heading {
    margin-top: 20px;
}

.hs-commerce-content .woocommerce-checkout-payment li {
  position: relative;
  border: 1px solid rgb(10 10 10 / 0.12);
  background: #fff;
  padding: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hs-commerce-content .woocommerce-checkout-payment li:has(input.input-radio:checked) {
  border-color: #006D6D;
  background: #fff;
  box-shadow: 0 14px 32px rgb(0 109 109 / 0.08);
}

.hs-commerce-content .woocommerce-checkout-payment li.payment_method_selected,
.hs-commerce-content .woocommerce-checkout-payment li.wc_payment_method--selected {
  border-color: #006D6D;
  background: #fff;
  box-shadow: 0 14px 32px rgb(0 109 109 / 0.08);
}

.hs-commerce-content .woocommerce-checkout-payment li input.input-radio {
  position: absolute;
  left: 1rem;
  top: 1.05rem;
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #006D6D;
}

.hs-commerce-content .woocommerce-checkout-payment li label {
  display: flex;
  min-height: 3.1rem;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem 0.95rem 2.85rem;
  color: #0a0a0a;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hs-commerce-content .woocommerce-checkout-payment li label img {
  max-height: 1.4rem;
  width: auto;
  margin: 0 0 0 auto;
}

.hs-commerce-content .payment_box {
  margin: 0;
  border-top: 1px solid rgb(10 10 10 / 0.08);
  background: #fbfbfa;
  padding: 0.9rem 1rem 1rem 2.85rem;
  color: rgb(10 10 10 / 0.68);
  font-size: 0.82rem;
  line-height: 1.6;
}

.hs-commerce-content .payment_box p {
  margin: 0;
}

.hs-commerce-content .place-order {
  margin: 1.25rem 0 0;
}

.hs-commerce-content .wc-gzd-order-submit,
.hs-commerce-content .wc-gzd-place-order {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.hs-commerce-content #place_order,
.hs-commerce-content .wc-gzd-order-submit #place_order,
.hs-commerce-content .wc-gzd-place-order #place_order,
.hs-commerce-content button[name="woocommerce_checkout_place_order"].button.alt {
  display: inline-flex !important;
  min-height: 3.75rem !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #006D6D !important;
  color: #fff !important;
  font-family: "Soehne", "Inter", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  padding: 0 1.75rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 42px rgb(0 109 109 / 0.18) !important;
  opacity: 1 !important;
}

.hs-commerce-content #place_order:hover,
.hs-commerce-content .wc-gzd-order-submit #place_order:hover,
.hs-commerce-content .wc-gzd-place-order #place_order:hover,
.hs-commerce-content button[name="woocommerce_checkout_place_order"].button.alt:hover {
  background: #0a0a0a !important;
  color: #fff !important;
}

.hs-commerce-content .woocommerce-terms-and-conditions-wrapper {
  margin: 1rem 0;
  color: rgb(10 10 10 / 0.68);
  font-size: 0.88rem;
  line-height: 1.7;
}

.hs-commerce-content #order_payment_heading,
.hs-commerce-content #order_review_heading {
  margin: 0 0 1rem;
  color: #1e2a2d;
  font-family: "Soehne", "Inter", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hs-commerce-content .wc-gzd-checkbox-placeholder {
  margin: 0.85rem 0;
}

.hs-commerce-content .wc-gzd-checkbox-placeholder p,
.hs-commerce-content .wc-gzd-checkbox-placeholder .form-row {
  margin: 0;
}

.hs-commerce-content .woocommerce-form__label-for-checkbox,
.hs-commerce-content .wc-gzd-checkbox-placeholder label.checkbox,
.hs-commerce-content .cr-customer-consent label {
  display: grid !important;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  width: 100%;
  border: 1px solid rgb(10 10 10 / 0.1);
  background: #fff;
  padding: 0.9rem 1rem;
  color: rgb(10 10 10 / 0.74);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.65;
  text-transform: none;
}

.hs-commerce-content .woocommerce-form__label-for-checkbox input[type="checkbox"],
.hs-commerce-content .wc-gzd-checkbox-placeholder input[type="checkbox"],
.hs-commerce-content .cr-customer-consent-checkbox {
  width: 1.05rem !important;
  height: 1.05rem !important;
  margin: 0.18rem 0 0 !important;
  border: 1px solid rgb(10 10 10 / 0.3);
  accent-color: #006D6D;
}

.hs-commerce-content .woocommerce-form__label-for-checkbox a,
.hs-commerce-content .wc-gzd-checkbox-placeholder a {
  color: #006D6D;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgb(0 109 109 / 0.35);
  text-underline-offset: 0.18rem;
}

.hs-commerce-content .woocommerce-form__label-for-checkbox .required,
.hs-commerce-content .wc-gzd-checkbox-placeholder .required {
  color: #006D6D;
  font-weight: 900;
  text-decoration: none;
}

.hs-commerce-content .woocommerce-account .woocommerce,
.hs-commerce-content .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
  min-width: 0;
}

.hs-commerce-content .woocommerce-MyAccount-navigation {
  float: left;
  width: 260px;
}

.hs-commerce-content .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  border: 1px solid rgb(10 10 10 / 0.1);
  background: #fff;
  list-style: none;
  box-shadow: 0 18px 45px rgb(0 0 0 / 0.035);
}

.hs-commerce-content .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgb(10 10 10 / 0.08);
}

.hs-commerce-content .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

.hs-commerce-content .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 1rem 1.15rem;
  color: #0a0a0a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hs-commerce-content .woocommerce-MyAccount-navigation .is-active a,
.hs-commerce-content .woocommerce-MyAccount-navigation a:hover {
  background: #006D6D;
  color: #fff;
}

.hs-commerce-content .woocommerce-MyAccount-content {
  float: right;
  width: calc(100% - 300px);
  min-height: 18rem;
  color: rgb(10 10 10 / 0.72);
  line-height: 1.7;
}

.hs-commerce-content .woocommerce-MyAccount-content p {
  margin: 0 0 1rem;
}

.hs-commerce-content .woocommerce-MyAccount-content strong,
.hs-commerce-content .woocommerce-MyAccount-content mark {
  background: transparent;
  color: #0a0a0a;
  font-weight: 900;
}

.hs-commerce-content .woocommerce-MyAccount-content a {
  color: #006D6D;
  font-weight: 900;
}

.hs-commerce-content .woocommerce-MyAccount-content .button,
.hs-commerce-content .woocommerce-MyAccount-content button.button,
.hs-commerce-content .woocommerce-MyAccount-content input.button,
.hs-commerce-content .woocommerce-MyAccount-content a.button,
.hs-commerce-content .woocommerce-MyAccount-content .wc-forward,
.hs-commerce-content .woocommerce-MyAccount-content .woocommerce-button {
  color: #fff !important;
}

.hs-commerce-content .woocommerce-MyAccount-content .woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.hs-commerce-content .woocommerce-MyAccount-content .woocommerce-info .button,
.hs-commerce-content .woocommerce-MyAccount-content .woocommerce-info .wc-forward {
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 14.5rem;
}

.hs-commerce-content .woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 1.25rem;
}

.hs-commerce-content .woocommerce-Addresses::before,
.hs-commerce-content .woocommerce-Addresses::after {
  display: none !important;
  content: none !important;
}

.hs-commerce-content .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-commerce-content .woocommerce-Addresses .woocommerce-Address,
.hs-commerce-content .woocommerce-Addresses .u-column1,
.hs-commerce-content .woocommerce-Addresses .u-column2,
.hs-commerce-content .woocommerce-Addresses .col-1,
.hs-commerce-content .woocommerce-Addresses .col-2 {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

.hs-commerce-content .woocommerce-Address {
  border: 1px solid rgb(10 10 10 / 0.1);
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 18px 45px rgb(0 0 0 / 0.035);
}

.hs-commerce-content .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.hs-commerce-content .woocommerce-Address-title h2,
.hs-commerce-content .woocommerce-Address-title h3 {
  margin: 0;
  color: #1e2a2d;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.hs-commerce-content .woocommerce-Address-title .edit,
.hs-commerce-content .woocommerce-Address a.edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 0;
  color: #006D6D;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hs-commerce-content .woocommerce-Address-title .edit:hover,
.hs-commerce-content .woocommerce-Address a.edit:hover {
  background: transparent;
  color: #0a0a0a;
}

.hs-commerce-content .woocommerce-Address address {
  color: rgb(10 10 10 / 0.68);
  font-style: normal;
  line-height: 1.7;
}

.hs-commerce-content .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.hs-commerce-content .u-column1,
.hs-commerce-content .u-column2 {
  width: auto;
}

.hs-commerce-content .u-column1 h2,
.hs-commerce-content .u-column2 h2,
.hs-commerce-content .woocommerce-form-login h2,
.hs-commerce-content .woocommerce-form-register h2 {
  margin: 0 0 1.25rem;
  color: #1e2a2d;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hs-commerce-content .woocommerce-order {
  border: 1px solid rgb(10 10 10 / 0.1);
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 18px 45px rgb(0 0 0 / 0.035);
}

.hs-commerce-content .woocommerce-order .woocommerce-thankyou-order-received {
  margin: 0 0 1.5rem;
  border-left: 4px solid #006D6D;
  background: #f7f7f5;
  padding: 1rem 1.25rem;
  color: #1e2a2d;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.6;
}

.hs-commerce-content .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.hs-commerce-content .woocommerce-order-overview li {
  border: 1px solid rgb(10 10 10 / 0.1);
  background: #f7f7f5;
  padding: 1rem;
  color: rgb(10 10 10 / 0.64);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hs-commerce-content .woocommerce-order-overview strong {
  display: block;
  margin-top: 0.45rem;
  color: #0a0a0a;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.hs-commerce-content .woocommerce-order-details,
.hs-commerce-content .woocommerce-customer-details {
  margin-top: 2rem;
}

.hs-commerce-content .woocommerce-order-details__title,
.hs-commerce-content .woocommerce-column__title {
  margin: 0 0 1rem;
}

.hs-commerce-content .woocommerce-order-details table.shop_table {
  margin: 0;
  border: 1px solid rgb(10 10 10 / 0.08);
  box-shadow: none;
}

.hs-commerce-content .woocommerce-order-details table.shop_table tfoot th,
.hs-commerce-content .woocommerce-order-details table.shop_table tfoot td {
  background: #f7f7f5;
  font-weight: 900;
}

.hs-commerce-content .woocommerce-customer-details address {
  border: 1px solid rgb(10 10 10 / 0.1);
  background: #f7f7f5;
  padding: 1.25rem;
  color: rgb(10 10 10 / 0.72);
  font-style: normal;
  line-height: 1.7;
}

.hs-commerce-content .wc-block-cart,
.hs-commerce-content .wc-block-checkout {
  margin: 0;
}

.hs-commerce-content .wc-block-components-sidebar,
.hs-commerce-content .wc-block-components-main {
  box-sizing: border-box;
}

.hs-commerce-content .wc-block-components-title,
.hs-commerce-content .wc-block-cart__totals-title,
.hs-commerce-content .wc-block-components-checkout-step__title {
  color: #1e2a2d;
  font-weight: 900;
  text-transform: uppercase;
}

.hs-commerce-content .wc-block-components-panel,
.hs-commerce-content .wc-block-components-totals-wrapper {
  border-color: rgb(10 10 10 / 0.1);
}

#hs-blog-filter-area a {
  padding-top: 13px;
}

@media (max-width: 1024px) {
  .hs-commerce-content .woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .hs-commerce-content .woocommerce-checkout #customer_details,
  .hs-commerce-content .woocommerce-checkout #order_review_heading,
  .hs-commerce-content .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .hs-commerce-content .woocommerce-MyAccount-navigation,
  .hs-commerce-content .woocommerce-MyAccount-content {
    float: none;
    width: auto;
  }

  .hs-commerce-content .woocommerce-MyAccount-navigation {
    margin-bottom: 1.5rem;
  }

  .hs-commerce-content .woocommerce-MyAccount-content .woocommerce-info {
    flex-direction: column;
    align-items: stretch;
  }

  .hs-commerce-content .woocommerce-MyAccount-content .woocommerce-info .button,
  .hs-commerce-content .woocommerce-MyAccount-content .woocommerce-info .wc-forward {
    width: 100%;
    margin-left: 0;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .hs-commerce-content .form-row-first,
  .hs-commerce-content .form-row-last {
    float: none;
    width: 100%;
  }

  .hs-commerce-content .u-columns,
  .hs-commerce-content .woocommerce-Addresses,
  .hs-commerce-content .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .hs-commerce-content .woocommerce-Address-title {
    flex-direction: column;
  }

  .hs-commerce-content table.shop_table thead {
    display: none;
  }

  .hs-commerce-content table.shop_table,
  .hs-commerce-content table.shop_table tbody,
  .hs-commerce-content table.shop_table tr,
  .hs-commerce-content table.shop_table td {
    display: block;
    width: 100%;
  }

  .hs-commerce-content table.shop_table tr {
    border-bottom: 1px solid rgb(10 10 10 / 0.12);
    padding: 1rem;
  }

  .hs-commerce-content table.shop_table td {
    border-bottom: 0;
    padding: 0.45rem 0;
  }

  .hs-commerce-content table.shop_table td[data-title]::before {
    display: block;
    margin-bottom: 0.2rem;
    color: rgb(10 10 10 / 0.52);
    content: attr(data-title);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot {
    display: block !important;
    width: 100% !important;
  }
  
  .hs-commerce-content .woocommerce-checkout-review-order table.shop_table .product-total {
    text-align: left !important;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(6.5rem, auto);
    gap: 0.75rem;
    align-items: start;
    width: 100% !important;
    border-bottom: 1px solid rgb(10 10 10 / 0.1);
    padding: 0.9rem 0 !important;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot tr:last-child {
    border-bottom: 0;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot th,
  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot th {
    color: #0a0a0a;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot td {
    justify-self: end;
    color: #0a0a0a;
    font-size: 0.82rem;
    font-weight: 900;
    text-align: right !important;
    overflow-wrap: anywhere;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot td::before {
    content: none !important;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot .order-total td {
    color: #006D6D;
    font-size: 0.95rem;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot .includes_tax,
  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot small {
    display: block;
    margin-top: 0.25rem;
    color: rgb(10 10 10 / 0.55);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.35;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot #shipping_method {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot #shipping_method li {
    margin: 0;
  }

  .hs-commerce-content .woocommerce-checkout-review-order-table tfoot #shipping_method label {
    display: block;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
  }

  .hs-commerce-content .product-thumbnail {
    display: inline-block;
    width: auto;
  }

  .hs-commerce-content .coupon {
    display: grid;
  }

  .hs-commerce-content .coupon .input-text {
    max-width: none;
  }

  .hs-commerce-content .actions > .button {
    float: none;
    width: 100%;
    margin-top: 0.75rem;
  }

  .hs-commerce-content .cart_totals {
    max-width: none;
  }
}

.woocommerce-cart .hs-commerce-content .woocommerce {
  max-width: 1120px;
  margin: 0 auto;
}

.woocommerce table.shop_table tbody > tr > td {
  border: 0 !important
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0) !important;
}

.woocommerce-cart .hs-commerce-content table.shop_table th {
  padding: 0.85rem 0.9rem;
  font-size: 0.68rem;
}

.woocommerce-cart .hs-commerce-content table.shop_table td {
  padding: 0.85rem 0.9rem;
  font-size: 0.88rem;
}

.woocommerce-cart .hs-commerce-content .product-thumbnail img {
  width: 58px;
  max-width: 58px;
}

.woocommerce-cart .hs-commerce-content .product-name {
  font-size: 0.86rem;
  line-height: 1.35;
}

.woocommerce-cart .hs-commerce-content .variation {
  font-size: 0.76rem;
}

.woocommerce-cart .hs-commerce-content .quantity .qty {
  width: 4.5rem;
  min-height: 2.75rem;
}

.woocommerce-cart .hs-commerce-content .coupon .input-text {
  width: 34rem;
  max-width: min(34rem, 56vw);
}

.hs-cart-auto-update .woocommerce-cart .hs-commerce-content .actions > button[name="update_cart"],
.hs-cart-auto-update .woocommerce-cart .hs-commerce-content .actions > input[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart .hs-commerce-content .woocommerce-cart-form {
  position: relative;
  transition: opacity 0.2s ease;
}

.woocommerce-cart .hs-commerce-content .woocommerce-cart-form.is-updating-cart {
  opacity: 0.58;
  pointer-events: none;
}

.woocommerce-cart .hs-commerce-content .woocommerce-cart-form.has-pending-cart-update .quantity .qty {
  border-color: #006D6D;
}

.woocommerce-cart .hs-commerce-content .cart-collaterals {
  width: 100%;
}

.woocommerce-cart .hs-commerce-content .cart_totals {
  float: none !important;
  width: 100% !important;
  max-width: none;
  margin-left: 0;
  padding: 1.25rem;
}

.woocommerce-cart .hs-commerce-content .cart_totals h2 {
  font-size: 1.25rem;
}

.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table th,
.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table td {
  padding: 0.85rem 0.75rem;
  font-size: 0.82rem;
}

.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table th {
  width: 58%;
}

.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table td {
  width: 42%;
  text-align: right;
  white-space: nowrap;
}

.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table,
.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table th,
.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table td,
.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table tr,
.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table tbody,
.woocommerce-cart .hs-commerce-content .cart_totals table.shop_table tfoot {
  border: 0 !important;
}

.woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout {
  display: grid;
  gap: 0.85rem;
}

.woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce-cart .hs-commerce-content .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  min-height: 3.55rem !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #006D6D !important;
  color: #fff !important;
  font-family: "Soehne", "Inter", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  padding: 0 1.25rem !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 42px rgb(0 109 109 / 0.16) !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: normal !important;
}

.woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout .checkout-button font,
.woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward font {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-align: center !important;
  text-transform: inherit !important;
  vertical-align: middle !important;
}

.woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  background: #0a0a0a !important;
  color: #fff !important;
}

.woocommerce-cart .hs-commerce-content .ppc-button-wrapper {
  margin-top: 0 !important;
}

.woocommerce-cart .hs-commerce-content .paypal-buttons {
  width: 100% !important;
}

.woocommerce-cart .hs-commerce-content .paypal-button-container,
.woocommerce-cart .hs-commerce-content .paypal-autoresize-container,
.woocommerce-cart .hs-commerce-content .ppc-button-wrapper .paypal-button-container,
.woocommerce-cart .hs-commerce-content .ppc-button-wrapper .paypal-autoresize-container {
  max-width: unset !important;
  width: 100% !important;
}

.order-tax td {
  text-align: right !important;
}

@media (max-width: 768px) {
  .woocommerce-cart .hs-commerce-content .woocommerce {
    max-width: 100%;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table {
    box-shadow: 0 16px 36px rgb(0 0 0 / 0.04);
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 0 1rem;
    padding: 1rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item td {
    display: flex;
    min-height: 2.7rem;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid rgb(10 10 10 / 0.1);
    padding: 0.65rem 0;
    text-align: right;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item td[data-title]::before {
    margin: 0;
    flex: 0 0 auto;
    text-align: left;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-remove {
    display: flex;
    grid-column: 1 / -1;
    width: auto;
    justify-content: flex-start;
    border-bottom: 0;
    min-height: 0;
    padding: 0 0 0.75rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-remove::before {
    content: none;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-thumbnail {
    display: block;
    grid-column: 1;
    grid-row: 2;
    width: 5.25rem;
    min-height: 0;
    margin: 0;
    border-bottom: 0;
    padding: 0;
  }



.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 0px !important;
}

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-thumbnail::before {
    content: none;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-thumbnail img {
    width: 5.25rem;
    max-width: 5.25rem;
    box-shadow: 0 10px 22px rgb(0 0 0 / 0.16);
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-name {
    display: block;
    grid-column: 2;
    grid-row: 2;
    overflow: visible;
    min-height: 0;
    border-bottom: 0;
    padding: 0;
    text-align: left;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-name::before {
    display: block;
    margin-bottom: 0.35rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-name a {
    display: block;
    font-size: 0.94rem;
    line-height: 1.2;
    text-align: left;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .variation {
    margin-top: 0.35rem;
    font-size: 0.78rem;
    line-height: 1.45;
    text-align: left;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-price {
    grid-column: 1 / -1;
    clear: both;
    margin-top: 0.9rem;
    border-top: 1px solid rgb(10 10 10 / 0.1);
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-price,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-subtotal {
    grid-column: 1 / -1;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-quantity {
    grid-column: 1 / -1;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .quantity {
    justify-self: end;
    margin-left: auto;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .quantity .qty {
    width: 4.25rem;
    min-height: 2.6rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr:last-child td.actions {
    padding: 0;
  }

  .woocommerce-cart .hs-commerce-content .actions {
    display: grid;
    gap: 0.85rem;
    background: #fff;
  }

  .woocommerce-cart .hs-commerce-content .coupon {
    display: grid;
    gap: 0.65rem;
  }

  .woocommerce-cart .hs-commerce-content .coupon .input-text {
    width: 100%;
    max-width: none;
  }

  .woocommerce-cart .hs-commerce-content .coupon .button,
  .woocommerce-cart .hs-commerce-content .actions > .button {
    width: 100%;
    margin-top: 0;
  }

  .hs-cart-auto-update .woocommerce-cart .hs-commerce-content .actions > button[name="update_cart"],
  .hs-cart-auto-update .woocommerce-cart .hs-commerce-content .actions > input[name="update_cart"] {
    display: none !important;
  }

  .woocommerce-cart .hs-commerce-content .cart-collaterals {
    margin-top: 1.5rem;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals {
    max-width: none;
    padding: 1rem;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals h2 {
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table tr {
    padding: 0;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table th,
  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table td {
    display: flex;
    width: 50%;
    align-items: center;
    padding: 0.8rem 0.65rem;
  }

  .woocommerce table.shop_table tbody th, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 0 !important;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table tr {
    display: flex;
    align-items: stretch;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table th {
    justify-content: flex-start;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table td {
    justify-content: flex-end;
    text-align: right;
    white-space: nowrap;
  }

  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table td[data-title]::before {
    content: none;
  }

  .woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout .checkout-button,
  .woocommerce-cart .hs-commerce-content .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    min-height: 3.35rem !important;
    font-size: 0.75rem !important;
  }
}

@media (max-width: 420px) {
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item {
    padding: 0.9rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item td {
    gap: 0.75rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item td[data-title]::before,
  .woocommerce-cart .hs-commerce-content .cart_totals table.shop_table th {
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .woocommerce-cart .hs-commerce-content .button,
  .woocommerce-cart .hs-commerce-content button.button,
  .woocommerce-cart .hs-commerce-content input.button,
  .woocommerce-cart .hs-commerce-content a.button {
    min-height: 3.25rem;
    font-size: 0.7rem;
  }
}

.woocommerce-cart .hs-commerce-content table.cart td.actions {
  padding: 1rem 1.25rem !important;
}

.woocommerce-cart .hs-commerce-content table.cart td.actions .coupon {
  float: none !important;
  display: grid !important;
  grid-template-columns: minmax(24rem, 45rem) auto;
  gap: 0.9rem;
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch;
}

.woocommerce-cart .hs-commerce-content table.cart td.actions .coupon input.input-text,
.woocommerce-cart .hs-commerce-content table.cart td.actions .coupon input#coupon_code,
.woocommerce-cart .hs-commerce-content .coupon .input-text {
  float: none !important;
  display: block !important;
  width: 100% !important;
  min-width: 24rem !important;
  max-width: none !important;
  margin: 0 !important;
}

.woocommerce-cart .hs-commerce-content table.cart td.actions .coupon .button {
  min-width: 14rem;
  white-space: nowrap;
}
.hs-commerce-content .woocommerce-info {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .woocommerce-cart .hs-commerce-content table.cart td.actions {
    padding: 1rem !important;
  }

  .woocommerce-cart .hs-commerce-content table.cart td.actions .coupon {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
  }

  .woocommerce-cart .hs-commerce-content table.cart td.actions .coupon input.input-text,
  .woocommerce-cart .hs-commerce-content table.cart td.actions .coupon input#coupon_code,
  .woocommerce-cart .hs-commerce-content .coupon .input-text {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .woocommerce-cart .hs-commerce-content table.cart td.actions .coupon .button {
    width: 100% !important;
    min-width: 0;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item {
    display: grid !important;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 0 1rem;
    padding: 1rem !important;
    background: #fff;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item td {
    width: auto !important;
    min-height: 0;
    padding: 0 !important;
    border-bottom: 0;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-remove {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex !important;
    justify-content: flex-start;
    margin-bottom: 0.9rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-remove::before,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-thumbnail::before,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-name::before {
    content: none !important;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-thumbnail {
    grid-column: 1;
    grid-row: 2;
    display: block !important;
    width: 6rem !important;
    align-self: start;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-thumbnail img {
    width: 6rem !important;
    max-width: 6rem !important;
    aspect-ratio: 0.63;
    object-fit: cover;
    box-shadow: 0 12px 26px rgb(0 0 0 / 0.16);
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-name {
    grid-column: 2;
    grid-row: 2;
    display: block !important;
    align-self: start;
    text-align: left !important;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-name a {
    display: block;
    max-width: 100%;
    color: #0a0a0a;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.22;
    text-align: left !important;
    text-transform: uppercase;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .variation {
    margin-top: 0.45rem;
    color: rgb(10 10 10 / 0.64);
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: left !important;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-price,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-quantity,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-subtotal {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 3rem;
    border-top: 1px solid rgb(10 10 10 / 0.1);
    text-align: right !important;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-price {
    margin-top: 1rem;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-price::before,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-quantity::before,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-subtotal::before {
    display: block !important;
    margin: 0;
    color: rgb(10 10 10 / 0.55);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-price::before {
    content: "Preis" !important;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-quantity::before {
    content: "Anzahl" !important;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-subtotal::before {
    content: "Zwischensumme" !important;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-price,
  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-subtotal {
    font-size: 0.95rem;
    font-weight: 900;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-quantity .quantity {
    margin-left: 0;
  }

  .woocommerce-cart .hs-commerce-content table.shop_table tr.cart_item .product-quantity .qty {
    width: 4.75rem;
    min-height: 2.75rem;
  }
}

.hs-blog-content > * + *,
.hs-page-content > * + * {
  margin-top: 1.75rem;
}

.hs-blog-content p:first-of-type {
  color: #1e2a2d;
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.hs-blog-content h2,
.hs-page-content h2 {
  padding-top: 1.25rem;
  color: #0a0a0a;
  font-family: "Soehne", "Inter", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hs-blog-content h3,
.hs-page-content h3 {
  color: #0a0a0a;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hs-blog-content blockquote {
  margin: 3rem 0;
  border-left: 4px solid #006D6D;
  padding: 0.5rem 0 0.5rem 1.75rem;
  color: #006D6D;
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 500;
  line-height: 1.35;
}

.hs-blog-content ul,
.hs-blog-content ol,
.hs-page-content ul,
.hs-page-content ol {
  padding-left: 1.25rem;
}

.hs-blog-content ul,
.hs-page-content ul {
  list-style: disc;
}

.hs-blog-content ol,
.hs-page-content ol {
  list-style: decimal;
}

.hs-blog-content a,
.hs-page-content a,
.hs-sitemap a {
  color: inherit;
  text-decoration: none;
}

.hs-blog-content a,
.hs-page-content a {
  font-weight: 900;
  color: #006D6D;
}

.hs-blog-content img,
.hs-page-content img {
  max-width: 100%;
  height: auto;
}

.paypal-button-container, .paypal-button-row {
    max-width: unset !important;
}
