/** Shopify CDN: Minification failed

Line 603:58 Unexpected "img"

**/
/* HELPERS */

* {
  letter-spacing: 0px;
}


.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}

.hidden{
  display: none;
}

.pile {
  display: grid;
  place-content: center;
}

.pile > * {
  grid-area: 1/1;
}

.font-bold {
  font-family: var(--text-font-bold-family);
  font-weight: 700;
}

.mb-0{
  margin-bottom: 0;
}

/* CUSTOM FEATURED COLLECTIONS */
.custom-featured-collections {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.custom-featured-collections__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0;
  list-style: none;
}

.custom-featured-collections__item a {
  position: relative;
  padding: 32px 10px 32px 20px;
  background: rgb(var(--secondary-background));
  overflow: hidden;
  border-radius: var(--block-border-radius-reduced)
}

@media screen and (max-width: 739px) {
  .custom-featured-collections__item a {
    padding: 20px 10px 20px 20px;
  }
}

.custom-featured-collections__item h4 {
  position: relative;
  margin: 0;
  z-index: 1;
  background: rgb(var(--secondary-background));
  padding: 0 0.25rem;
  border-radius: 0.25rem;
}
.custom-featured-collections__item span {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  transform: rotate(-180deg);
  z-index: 1;
}
.custom-featured-collections__item img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
  z-index: 0;

  height: 100%;
  object-fit: contain;
  object-position: center right;
}
@media (hover: hover) {
  .custom-featured-collections__item a:hover img {
    transform: translateY(-50%) scale(1.1);
  }
}

/* FOOTER ASIDE */
.footer__aside {
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .footer__aside {
    flex-direction: row;
    gap: 0;
  }
}

/* FOOTER COMPANY INFO */
.footer__company-info ul {
  flex-direction: column;
  padding: 0;
  list-style: none;
  gap: 4px;
}
@media screen and (min-width: 1200px) {
  .footer__company-info ul {
    flex-direction: row;
    gap: 16px;
  }
}

/* Labels */

.labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.label {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1px;
  padding-bottom: px;
  font-size:12px;
  border-radius:50px;
}

@media screen and (max-width: 739px) {
  .label {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1.5px;
  padding-bottom: .5px;
  font-size:9px;
  border-radius:50px;
  }
}

/* Gallery slider */

[dir='ltr'] .gallery__item:not(:first-child) {
  margin-left: 10px;
}

.gallery__image-container,
.gallery__caption {
  position: relative;
}

.gallery__logo {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.gallery__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery__caption.rte strong {
  display: inline-block;
  margin-top: 2rem;
}

/**********************************/
/* Certificates */
/**********************************/

.certificates {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.certificate {
  aspect-ratio: 1;
}

/* Product item - Certificates */

.product-item .certificates {
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: unset;
}

.product-item .certificates .certificate {
  width: 1.5rem;
}

@media screen and (min-width: 740px) {
  .product-item .certificates .certificate {
    width: 1.8rem;
  }
}

/* Modal - Certificates */

.certificate-content {
  display: flex;
  gap: var(--gtc-modal-spacing);
}

.certificate-icon {
  flex-shrink: 0;
  position: relative;
}

.certificate-icon img {
  position: sticky;
  top: 0;
}

/* GTC modal - certificates */

.modal__certificate .gtc-modal__header {
  padding: var(--gtc-modal-spacing);
  border-bottom: unset;
}

.modal__certificate .gtc-modal__container {
  padding-top: 0;
}

.modal__certificate .gtc-close-button svg {
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1;
}

/* .metafield-rich_text_field p{
  margin-top: 0;
  margin-bottom: 0;
} */

/**********************************/
/* Payment Methods */
/**********************************/

.gtc-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gtc-payment-icon {
  width: 2.375rem;
  height: 1.5rem;
}

/**********************************/
/* Terms */
/**********************************/

.inline-terms.terms__cart-page {
  display: flex;
}

.inline-terms__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}

.inline-terms__label * {
  margin: 0;
  padding: 0;
}

.inline-terms__label a {
  text-decoration: underline;
}

.terms {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;

  display: flex;
  flex-direction: column;

  padding: 20px 0 0;

  z-index: 20;
  background-color: rgb(var(--background));

  transform: translateY(100%);
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.terms.terms__cart-page {
  position: fixed;
}

.terms > * {
  padding-left: 30px;
  padding-right: 30px;
}

.terms.active {
  transform: translateY(0);
  pointer-events: all;
}

.expanded-hidden {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.expanded-hidden > * {
  overflow: hidden;
}

.terms.expanded .expanded-hidden {
  grid-template-rows: 0fr;
  margin: 0;
}

.expanded-visible {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.expanded-visible > * {
  overflow: hidden;
}

.terms.expanded .expanded-visible {
  grid-template-rows: 1fr;
}

.expanded-header {
  width: 100%;
  position: sticky;
  display: flex;
  top: 0;
  right: 0;
}

.expanded-close {
  position: relative;
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgb(var(--background));
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.expanded-close > * {
  pointer-events: none;
}

.terms.expanded .expanded-close {
  opacity: 1;
  pointer-events: all;
}
.expanded-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: black;
  transform: translate(-50%, -50%);
}

.terms-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 10;
}

.terms.active + .terms-overlay {
  opacity: 1;
  pointer-events: all;
}

.terms a {
  text-decoration: underline;
}

.terms__heading {
  text-align: center;
  font-size: 14px;
  color: black;
  margin: 0;
  margin-bottom: 2rem;
}

.terms__heading h4 {
  margin: 0;
}

.terms__heading h3 {
  font-size: 16px;
  color: black;
  margin: 0;
}

.terms__heading h4 + h3 {
  margin-top: 0.5rem;
}

.terms__content {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.terms__page-content-inner > *:last-child {
  margin-bottom: 2rem;
}

.terms__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
  gap: 1rem;
  background: rgb(var(--background));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-bottom: max(30px, env(safe-area-inset-bottom, 0px) + 30px);
}

.terms.expanded .terms__footer {
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
}

/**********************************/
/* PDP */
/**********************************/

.pre-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.pre-header .vendor-logo {
  margin-left: auto;
  max-height: 32px;
}

.product-item .vendor-logo {
  max-height:32px !important;
}


/*********************/
/* Linked products */
/*********************/
/* Variables */
:root {
  --linked-product-button-background: var(--button-background, #000000);
  --linked-product-button-text-color: var(--button-text-color, #ffffff);
  --linked-product-gap: var(--gap, 1rem);
  --linked-product-border-color: var(--border, #bbbbbb);
  --linked-product-variant-radius: var(--variant-radius, 0px);

  --linked-product-modal-background: var(--background, #ffffff);
}

.linked-products {
  padding-bottom: 24px;
}

.linked-products [data-current-color-name] {
  opacity: 0.7;
}

.linked-products .label {
  display: block;
  margin-bottom: 0.5rem;
}

.linked-products__container {
  display: grid;
  overflow: auto;
}

.linked-products__button .linked-products__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 100%;

  background-color: var(--linked-product-button-background);
  color: var(--linked-product-button-text-color);
  border: 1px solid currentColor;

  pointer-events: none;
}

.linked-products__button svg {
  width: 30%;
}

.linked-product {
  position: relative;
}

.linked-product__container {
  display: grid;
  place-content: center;
  border: 1px solid var(--linked-product-border-color);
  border-radius: var(--linked-product-variant-radius);
  background: rgb(var(--secondary-background));
  overflow: hidden;
  height: 100%;
}

.linked-product--rounded .linked-product__container,
.linked-product--rounded .linked-products__button-container {
  border-radius: 8px;
}

.linked-product--round .linked-product__container,
.linked-product--round .linked-products__button-container {
  border-radius: 50px;
}

.linked-product img {
  object-fit: contain;
  /* height: 100%; */
  padding: 0.25rem;
}

.linked-product a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*********************/
/* Linked products - Swatches */
/*********************/

.linked-products__swatches {
  margin-top: 1rem;
}

.linked-products__swatches .linked-products__container > *img {
  object-fit: contain;
}

.swatch-number {
  display: grid;
  place-content: center;
}

.swatch-number > * {
  grid-area: 1/1;
}

/*********************/
/* PDP USP */
/*********************/

.pdp-usps-container {
  font-family: var(--text-font-family);
  color: var(--heading-color);
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.pdp-usps {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0;
}

.pdp-usps li {
  list-style-type: none;
}

.pdp-usp {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.pdp-usp-icon,
.pdp-usp-image {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 30px; */
}

.pdp-usp svg {
  height: auto;
  /* width: 30px; */
}

/*********************/
/* PDP image grid */
/*********************/

.product-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.image-frame {
  overflow: hidden;
  background: rgb(var(--secondary-background));
  border-radius: var(--block-border-radius-reduced);
  /* z-index: 0; */
}

.image-frame img {
  object-fit: cover;
}

.image-frame img.exempted,
.product-image-grid img.exempted {
  object-fit: contain;
}

.mini-cart__recommendations-inner .image-frame img.exempted,
.mini-cart__recommendations-inner .product-image-grid img.exempted {
  padding: 0;
}

/* @media screen and (min-width: 999px) {
  .product-image-grid .aspect-ratio{
    aspect-ratio: 1/1;
  }
} */

/* PDP image grid - mobile */
flickity-carousel .image-frame {
  background: unset;
}

flickity-carousel .image-frame img {
  background: rgb(var(--secondary-background));
}

/* flickity-carousel .product__media-image-wrapper.aspect-ratio,
flickity-carousel .video-wrapper {
  aspect-ratio: 2/3;
} */

/*********************/
/* PDP - variant guide */
/*********************/

.variant-guide {
  margin-left: auto;
}
/*********************/
/* PDP - variant guide */
/*********************/

@media screen and (max-width: 739px) {
  .product-meta__title {
    font-size: 30px;
  }
}

/*********************/
/* GTC - Size guide - table */
/*********************/

.gtc-size-guide__content table {
  width: 100%;
  height: auto;
  display: block;
  background: #e8e8e1;
  background: var(--colorBorder);
  overflow: auto;
}

.gtc-size-guide__content tbody {
  table-layout: auto;
  width: 100%;
  display: table;
}

.gtc-size-guide__content table,
.gtc-size-guide__content td {
  border: none;
  border-color: transparent;
}

.gtc-size-guide__content tbody tr:first-of-type,
.gtc-size-guide__content tbody tr td:first-of-type {
  font-weight: 700;
}

.gtc-size-guide__content tbody tr {
  background-color: #fafafa;
}

.gtc-size-guide__content tbody tr:nth-child(even) {
  background-color: #f6f5f2;
}

.gtc-size-guide__content td {
  padding: 16px;
  white-space: nowrap;
}

/*********************/
/* gtc-drawer-tabs */
/*********************/

.gtc-drawer.gtc-drawer-tabs,
.gtc-drawer.gtc-drawer-nested {
  max-width: 900px;
}

.gtc-drawer-tabs .gtc-drawer__header {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0;
  gap: 0;
}

.gtc-drawer-tabs .gtc-drawer__title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}

.gtc-drawer-tabs .gtc-close-button {
  height: 100%;
  display: grid;
  place-content: center;
  background: rgb(var(--secondary-background));
  aspect-ratio: 1;
}

.gtc-drawer-tabs .gtc-close-button > * {
  grid-area: 1/1;
}

.gtc-tabs {
  display: flex;
  height: 100%;
  overflow: auto;
  white-space: nowrap;
}

.tab-header-item {
  display: grid;
  place-content: center;
  padding: 0.75rem 1rem;

  width: 100%;
  height: 100%;

  cursor: pointer;
}

.tab-header-item > * {
  grid-area: 1/1;
}

.tab-header-item.active {
  background-color: rgb(var(--primary-button-background));
  color: rgb(var(--primary-button-text-color));
}

.tab-content-item:not(.active) {
  display: none;
}

.tabs-container {
  margin-top: 2rem;
}

/*********************/
/* gtc-drawer-nested */
/*********************/

.gtc-drawer-nested .gtc-drawer__header {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0;
  padding-left: var(--gtc-drawer-spacing);
  gap: 1rem;
}

.gtc-drawer-nested .gtc-drawer__header h3 {
  margin: 0;
}

.gtc-drawer-nested .gtc-drawer__title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: var(--gtc-drawer-spacing);
}

.gtc-drawer-nested .gtc-close-button {
  display: grid;
  place-content: center;
  background: rgb(var(--secondary-background));
  aspect-ratio: 1;
}

.gtc-drawer-nested .gtc-close-button > * {
  grid-area: 1/1;
}

/*********************/
/* Vendor logo */
/*********************/
.product-item .vendor-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100%;
  height: 15%;
  max-width: 100px;
  max-height: 40px;
  object-fit: contain;
  object-position: right;
  z-index: 1;
  pointer-events: none;
}

/*********************/
/* Product documents */
/*********************/

.product-documents {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product-document {
  display: flex;
  justify-content: space-between;
  background: rgb(var(--secondary-background));

  text-decoration: none !important;
}

.product-document > * {
  padding: 0.5rem 1rem;
}

.product-document__file-type {
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.product-document__file-type > * {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-document__file-type svg {
  margin: auto;
  transform: translateY(-100%);
  opacity: 0;
}

.product-document:hover .product-document__file-type svg {
  transform: translateY(0%);
  opacity: 1;
}

.product-document__file-type span {
  transform: translateY(0%);
  opacity: 1;
}

.product-document:hover .product-document__file-type span {
  transform: translateY(100%);
  opacity: 0;
}

/*********************/
/* Toggle Tax */
/*********************/

.toggle-tax {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  margin-left: 1rem;
  align-items: center;
  justify-content: center;
  color: rgb(var(--header-text-color));
}

.toggle-tax span {
  color: rgb(var(--header-text-color));
  font-family: var(--text-font-family);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.slide-toggle {
  aspect-ratio: 3/1;
  position: relative;
  width: 3rem;
  border-radius: 2rem;
  background-color: rgb(255, 100, 24);

  overflow: hidden;
}

/* Slide knob*/
.slide-toggle::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  display: block;
  height: 100%;
  border-radius: 50%;
  background-color: currentColor;

  transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

.slide-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  border: 2rem;
  background-color: rgb(76, 76, 76);

  transform: translateX(80%);

  transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle-tax[aria-checked='false'] .slide-toggle::after {
  transform: translateX(-200%);
}

.toggle-tax[aria-checked='false'] .slide-toggle::before {
  transform: translateX(20%);
}

@media screen and (max-width: 739px) {
  .slide-toggle {
    width: 2rem;
  }

  .toggle-tax span {
    text-align: center;
    font-size: 0.7rem;
  }
}

/*********************/
/* Collection list */
/*********************/

.list-collections__item-info {
  top: auto;
  bottom: 10%;
  transform: unset;

  text-transform: uppercase;
}

/*********************/
/* Gallery */
/*********************/
.gallery__caption__flex {
  display: flex;
  gap: 1rem;
  align-items: start;
  padding-right: 1rem;
}
.gallery__caption__flex .button {
  white-space: nowrap;
  margin-top: 5px;
}

/*********************/
/* Mobile nav */
/*********************/
.mobile-nav__item > .flex a {
  width: 100%;
} 

.mobile-nav__item > .flex button:not(.inline-button-link) {
  width: 3rem;
  justify-content: center;
}


#mobile-menu-drawer .drawer__content::-webkit-scrollbar {
  width: unset;
}

#mobile-menu-drawer .drawer__content::-webkit-scrollbar-track {
  background: unset;
}

#mobile-menu-drawer .drawer__content::-webkit-scrollbar-thumb {
  background-color: unset;
}


/*********************/
/* Mega menu */
/*********************/

.mega-menu__inner::-webkit-scrollbar {
  width: unset;
}

.mega-menu__inner::-webkit-scrollbar-track {
  background: unset;
}

.mega-menu__inner::-webkit-scrollbar-thumb {
  background-color: unset;
}

/*********************/
/* Product page -  Sticky from */
/*********************/

.product-sticky-form .product-variant-title {
  align-self: center;
  padding: 0 1rem;
}

@media screen and (max-width: 1000px) {
  .product-sticky-form {
    padding: calc(var(--container-gutter) / 2) 0;
    background: rgb(var(--background));
    box-shadow: 0 0 0 1px rgb(var(--border-color));
  }

  .product-sticky-form .product-sticky-form__bottom-info {
    margin-bottom: 1rem;
  }

  .product-sticky-form .product-variant-title {
    align-self: unsafe;
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .product-sticky-form .select-wrapper {
    margin-bottom: 1rem;
  }
}

/* Product page - Washing instructions */

.product-washing-instructions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}


/*********************/
/* Product items */
/*********************/
/* .product-item__info .product-item-meta__title{
  margin-bottom: 0;
} */

/* .product-item__info .product-meta__produkt-number{
  display: block;
  margin-bottom: .75rem;
} */

.product-meta__produkt-number{
  display: block;
}

.product-meta__produkt-number + *{
  margin-top: .75rem;
  margin-bottom: .75rem;
}
/*.product-meta__produkt-number {
  color:#A1A1A1 !important;
}*/

.product-meta__produkt-number {
  font-family: var(--text-font-family);
  text-transform:none;
  font-weight:400;
}

.product-meta__produkt-number::before {
  content:"Art.nr. ";
}

@media screen and (min-width: 741px)
.button:not(.button--text){
  font-size: calc(var(--base-font-size) - 0px);

}

@media screen and (min-width: 1000px)
.price--large:not(.price--compare) {
    font-size: calc(var(--base-font-size) + 10px);
}

@media screen and (min-width: 1000px) {
  .product-meta {
    margin-top: 0;
  }

  .product-meta__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 741px) {
  .product-meta {
    margin-top: 0;
  }

  .product-meta__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 739px) {
  .product-meta {
    margin-top: 0;
  }

  .product-meta__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.product-meta__price-list-container {
  margin-top:40px;
}

.certificates {
  margin-top:20px;
  margin-bottom:20px;
}

@media screen and (min-width: 1000px) {
  .pre-header {
    margin-bottom:20px;
    margin-top:0px;
  }
}

@media screen and (max-width: 999px) and (min-width:741px) {
  .pre-header {
    margin-bottom:20px;
    margin-top:40px;
  }
}

@media screen and (max-width: 739px) {
  .pre-header {
    margin-bottom:20px;
    margin-top:40px;
  }
}

/*********************/
/* Scroll Bar */
/*********************/

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #191b1d;
}

::-webkit-scrollbar-thumb {
  background-color: #ff6418;
}
/*********************/
/* Remove breadcrumbs */
/*********************/

.breadcrumb {
   display: none;
}

.shopify-section--main-product .product{
margin-top:3.5em;
}

/**************************/
/* Inventory Product Page */
/**************************/
.inventory {
  font-size:16px;
}

/**************************/
/* Buttons */
/**************************/
/*
.button:not(.button--text) {
  font-size: calc(var(--heading-font-weight) - 1px);
}
*/

.business-form-block {
  padding: 56px 52px;
  border-radius: 10px;
  background-color: #F4F5F6;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.business-form-block p {
  margin-block-start: 0em;
    margin-block-end: 0em;
}

.business-form-block__heading{
  font-size: 22px;
  line-height: 1.25;
}

.business-form-block__subheading{
  font-size: 22px;
  line-height: 1.25;
  color: var(--block-subheading-color)
}

.business-form-block__content{
  font-size: 15px;
  line-height: 150%;
  padding: 12px 0px 30px;
}

.business-form-block__button{
  width: fit-content;
}

.business-form-popup{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.business-form-popup p {
  margin-block-start: 0em;
    margin-block-end: 0em;
}

.business-form-popup__heading{
  text-align: center;
}

.business-form-popup__content{
  text-align: center;
  font-size: 12px;
  padding-top: 15px
}

.business-form-popup input[type="text"],
.business-form-popup input[type="tel"],
.business-form-popup input[type="email"]{
  width: 100%;
  border-radius: 9999px;
  padding: 10px 20px;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.business-form-popup input[type="submit"]{
  margin-top: 20px;
}

.business-form-popup__success{
  padding-top: 10px;
  color: green;
}

.business-form-popup__error{
  padding-top: 10px;
  color: red;
}

.modal__business-form{
  border-radius: 24px !important;
  max-width: 660px !important;
}

.modal__business-form .gtc-modal__header{
  border: none !important;
  padding: 0 !important;
}

.modal__business-form .gtc-modal__header::before{
  content: "";
  width: 60px;
}

.modal__business-form .gtc-modal__header h4{
  padding-top: 72px;
  text-align: center;
}

.modal__business-form .gtc-modal__header button{
  align-self: flex-start;
}

.modal__business-form .gtc-modal__container{
  padding: 0px 104px 72px !important;
}

@media screen and (max-width: 800px) {
  .business-form-block {
    padding: 30px 24px;
  }

  .modal__business-form .gtc-modal__header h4{
    padding-top: 20px;
  }
  
  .modal__business-form .gtc-modal__container{
    padding: 0px 24px 20px !important;
  }
}