/** Shopify CDN: Minification failed

Line 21:26 Unexpected "{"
Line 21:35 Expected ":"
Line 21:42 Unexpected "{"
Line 30:28 Unexpected "{"
Line 30:37 Expected ":"
Line 30:44 Unexpected "{"
Line 35:26 Unexpected "{"
Line 35:35 Expected ":"
Line 41:28 Unexpected "{"
Line 41:37 Expected ":"
... and 58 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:contact-kaminspezialist (INDEX:14) */
#kaminspezialist-contact-{{ section.id }} {
  --ks-accent: #BA6A4F;
  --ks-text: #000000;
  --ks-muted: #555555;
  background: #ffffff;
  padding: 40px 0;
}

@media (min-width: 750px) {
  #kaminspezialist-contact-{{ section.id }} {
    padding: 60px 0;
  }
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 990px) {
  #kaminspezialist-contact-{{ section.id }} .ks-contact-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr) minmax(0, 1.2fr);
    align-items: center;
  }
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#kaminspezialist-contact-{{ section.id }} .ks-heading {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--ks-text);
}

@media (min-width: 990px) {
  #kaminspezialist-contact-{{ section.id }} .ks-heading {
    font-size: 1.9rem;
  }
}

#kaminspezialist-contact-{{ section.id }} .ks-subtext {
  margin: 0 0 16px;
  color: var(--ks-muted);
  max-width: 28rem;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--ks-accent);
  color: var(--ks-accent);
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-button:hover {
  background-color: var(--ks-accent);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-button-arrow {
  font-size: 1.1em;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-methods {
  gap: 14px;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

#kaminspezialist-contact-{{ section.id }} .ks-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kaminspezialist-contact-{{ section.id }} .ks-icon {
  width: 32px;
  height: 32px;
  color: var(--ks-accent);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-label {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ks-muted);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-main-link {
  font-size: 1rem;
  color: var(--ks-text);
  text-decoration: none;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-main-link:hover {
  text-decoration: underline;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-note {
  font-size: 0.85rem;
  color: var(--ks-muted);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-team {
  align-items: flex-end;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-text {
  text-align: right;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-heading {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ks-muted);
}

#kaminspezialist-contact-{{ section.id }} .ks-team-role {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ks-text);
}

#kaminspezialist-contact-{{ section.id }} .ks-team-image-wrap {
  margin-top: 8px;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-image {
  max-width: 240px;
  height: auto;
  display: block;
  object-fit: contain;
  margin-left: auto;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-image-placeholder {
  max-width: 240px;
  margin-left: auto;
  padding: 24px 16px;
  border-radius: 18px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 0.85rem;
  text-align: center;
  color: var(--ks-muted);
}

@media (max-width: 989px) {
  #kaminspezialist-contact-{{ section.id }} .ks-contact-team {
    align-items: flex-start;
  }

  #kaminspezialist-contact-{{ section.id }} .ks-team-text {
    text-align: left;
  }

  #kaminspezialist-contact-{{ section.id }} .ks-team-image,
  #kaminspezialist-contact-{{ section.id }} .ks-team-image-placeholder {
    margin-left: 0;
  }
}

/* Fade-In Animation */
#kaminspezialist-contact-{{ section.id }} .ks-fade {
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#kaminspezialist-contact-{{ section.id }} .ks-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* END_SECTION:contact-kaminspezialist */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-description (INDEX:144) */
.bek-product-accordion__description {
    padding: 18px 20px 22px;
  }
  @media screen and (min-width: 990px) {
    .shopify-section.product-full-width:has(.bek-product-accordion--description) {
      margin-top: -60px;
      position: relative;
      z-index: 1;
    }
  }
  .bek-product-accordion__description > :first-child { margin-top: 0; }
  .bek-product-accordion__description > :last-child { margin-bottom: 0; }
  .bek-description-source h2,
  .bek-description-source h3,
  .bek-description-source h4,
  .bek-description-source .h2,
  .bek-description-source .h3,
  .bek-description-source .h4 {
    font-weight: 700 !important;
  }
/* END_SNIPPET:product-description */

/* START_SNIPPET:product-detail-accordions (INDEX:145) */
.bek-product-accordion {
    --bekAccent: #EA5B1A;
    --bekAccentSoft: rgba(234, 91, 26, .14);
    --bekInk: var(--colorTextBody, #141414);
    --bekBody: rgba(20, 20, 20, .78);
    --bekMuted: rgba(20, 20, 20, .52);
    --bekLine: rgba(20, 20, 20, .12);
    --bekSurface: #fff;
    margin-top: 14px;
    border: 1px solid var(--bekLine);
    border-radius: 12px;
    background: var(--bekSurface);
    color: var(--bekInk);
    overflow: hidden;
  }

  html.theme-dark .bek-product-accordion {
    --bekAccent: #f0752e;
    --bekAccentSoft: rgba(240, 117, 46, .18);
    --bekInk: #f2f2f2;
    --bekBody: rgba(242, 242, 242, .78);
    --bekMuted: rgba(242, 242, 242, .5);
    --bekLine: rgba(255, 255, 255, .1);
    --bekSurface: rgba(255, 255, 255, .02);
  }

  .bek-product-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 60px;
    padding: 17px 20px;
    cursor: pointer;
    list-style: none;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
  }

  .bek-product-accordion__summary::-webkit-details-marker { display: none; }
  .bek-product-accordion__summary::marker { content: ""; }

  .bek-product-accordion__summary:hover,
  .bek-product-accordion__summary:focus-visible {
    background: rgba(234, 91, 26, .20);
    color: var(--bekAccent);
    outline: none;
  }

  .bek-product-accordion__summary:hover .bek-product-accordion__title,
  .bek-product-accordion__summary:focus-visible .bek-product-accordion__title {
    color: var(--bekAccent);
  }

  .bek-product-accordion__summary:hover .bek-product-accordion__icon,
  .bek-product-accordion__summary:focus-visible .bek-product-accordion__icon {
    border-color: var(--bekAccent);
    background: rgba(234, 91, 26, .12);
  }

  .bek-product-accordion__title {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.3;
    color: var(--bekInk);
  }

  .bek-product-accordion__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bekLine);
    border-radius: 999px;
    color: var(--bekAccent);
    transition: transform .25s ease, border-color .25s ease;
  }

  .bek-product-accordion__icon svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bek-product-accordion[open] .bek-product-accordion__icon {
    transform: rotate(180deg);
    border-color: var(--bekAccent);
  }

  .bek-product-accordion__panel {
    border-top: 1px solid var(--bekLine);
  }

  .bek-product-accordion--specs.bek-specs {
    margin-top: 14px;
  }

  .bek-product-accordion--specs .bek-specs__table-wrap {
    border: 0;
    border-radius: 0;
  }

  .bek-product-accordion__safety {
    padding: 18px 20px 20px;
    color: var(--bekBody);
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .bek-product-accordion__safety > :first-child { margin-top: 0; }
  .bek-product-accordion__safety > :last-child { margin-bottom: 0; }

  .bek-product-accordion__text {
    color: var(--bekBody);
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .bek-product-accordion__text br {
    display: block;
    content: "";
    margin-top: 5px;
  }

  .bek-included-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 16px 18px 18px 36px;
    color: var(--bekBody);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .bek-included-list__item {
    padding-left: 4px;
  }

  .bek-included-list__item::marker {
    color: var(--bekAccent);
    font-size: 0.95em;
  }

  .bek-downloads {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 14px 16px 16px;
    list-style: none;
  }

  .bek-downloads__item {
    width: 100%;
    border: 1px solid var(--bekLine);
    border-left: 3px solid rgba(234, 91, 26, .26);
    border-radius: 8px;
    background: var(--bekSurface);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
  }

  .bek-downloads__item:hover {
    border-color: rgba(234, 91, 26, .48);
    box-shadow: 0 4px 12px rgba(234, 91, 26, .08);
  }

  .bek-downloads__entry {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 58px;
    padding: 9px 11px 9px 16px;
  }

  .bek-downloads__meta {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bek-downloads__title {
    min-width: 0;
    color: var(--bekInk);
    font-weight: 650;
    line-height: 1.4;
    text-wrap: pretty;
  }

  .bek-downloads__type {
    flex: 0 0 auto;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--bekAccentSoft);
    color: var(--bekAccent);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .bek-downloads__actions {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .bek-downloads__action {
    min-height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  }

  .bek-downloads__action svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bek-downloads__action--preview {
    border: 1px solid var(--bekLine);
    background: transparent;
    color: var(--bekInk) !important;
  }

  .bek-downloads__action--preview:hover,
  .bek-downloads__action--preview:focus {
    border-color: var(--bekAccent);
    background: var(--bekAccentSoft);
    color: var(--bekAccent) !important;
  }

  .bek-downloads__action--download {
    border: 1px solid var(--bekAccent);
    background: var(--bekAccent);
    color: #fff !important;
  }

  .bek-downloads__action--download:hover,
  .bek-downloads__action--download:focus {
    border-color: var(--bekAccent);
    background: #d94f12;
    color: #fff !important;
    transform: translateY(-1px);
  }

  .bek-downloads__action[aria-busy="true"] {
    opacity: .62;
    pointer-events: none;
  }

  @media screen and (max-width: 589px) {
    .bek-product-accordion__summary {
      min-height: 56px;
      padding: 15px 16px;
    }

    .bek-product-accordion__title {
      font-size: 1.04rem;
    }

    .bek-product-accordion__safety {
      padding: 15px 16px 18px;
      font-size: 0.96rem;
    }

    .bek-included-list {
      gap: 8px;
      padding: 14px 14px 16px 30px;
      font-size: 0.96rem;
    }

    .bek-downloads {
      padding: 12px 12px 14px;
    }

    .bek-downloads__entry {
      grid-template-columns: minmax(0, 1fr);
      gap: 10px;
      padding: 13px;
    }

    .bek-downloads__meta {
      align-items: flex-start;
    }

    .bek-downloads__type {
      margin-top: 1px;
    }

    .bek-downloads__actions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bek-downloads__action {
      width: 100%;
    }
  }
/* END_SNIPPET:product-detail-accordions */

/* START_SNIPPET:product-spec-table (INDEX:154) */
.bek-specs {
    --bekAccent: #EA5B1A;
    --bekAccentHover: #d95a16;
    --bekAccentSoft: rgba(234, 91, 26, .07);
    --bekInk: var(--colorTextBody, #141414);
    --bekBody: rgba(20, 20, 20, .78);
    --bekLine: rgba(20, 20, 20, .12);
    --bekHead: #faf8f5;
    --bekSurface: #fff;
    margin-top: 32px;
    color: var(--bekInk);
  }

  html.theme-dark .bek-specs {
    --bekAccent: #f0752e;
    --bekAccentHover: #f2922e;
    --bekAccentSoft: rgba(240, 117, 46, .1);
    --bekInk: #f2f2f2;
    --bekBody: rgba(242, 242, 242, .78);
    --bekLine: rgba(255, 255, 255, .1);
    --bekHead: rgba(255, 255, 255, .04);
    --bekSurface: rgba(255, 255, 255, .02);
  }

  .bek-specs__header {
    margin-bottom: 14px;
  }

  .bek-specs__title {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--bekInk);
  }

  .bek-specs__table-wrap {
    overflow-x: auto;
    border: 1px solid var(--bekLine);
    border-radius: 10px;
    background: var(--bekSurface);
  }

  .bek-specs__table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .bek-specs__table th,
  .bek-specs__table td {
    padding: 14px 16px;
    vertical-align: top;
    border-bottom: 1px solid var(--bekLine);
  }

  .bek-specs__table tr:last-child th,
  .bek-specs__table tr:last-child td {
    border-bottom: 0;
  }

  .bek-specs__table th {
    width: 34%;
    min-width: 190px;
    background: var(--bekHead);
    color: var(--bekInk);
    font-weight: 600;
    letter-spacing: .01em;
    text-align: left;
  }

  .bek-specs__table td {
    color: var(--bekBody);
  }

  .bek-specs__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 7px;
    background: linear-gradient(120deg, #f2922e 0%, #EA5B1A 48%, #f04f16 100%) !important;
    background-size: 180% 100% !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none !important;
    box-shadow: 0 7px 18px rgba(234, 91, 26, .22);
    transition: transform .25s ease, box-shadow .25s ease, background-position .35s ease;
  }

  .bek-specs__button:hover,
  .bek-specs__button:focus {
    border-color: rgba(255, 255, 255, .36) !important;
    background-position: right center !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 11px 24px rgba(234, 91, 26, .34);
  }

  .bek-specs__text-link {
    display: inline-block;
    margin-left: 8px;
    color: var(--bekAccent);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .bek-specs__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .bek-specs__chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 11px;
    border: 1px solid var(--bekLine);
    border-radius: 999px;
    background: transparent;
    color: var(--bekInk);
    font-size: 0.92rem;
    line-height: 1.2;
  }

  .bek-specs__ean-list {
    margin: 0;
    padding-left: 18px;
  }

  .bek-specs__ean-list li + li {
    margin-top: 4px;
  }


  @media screen and (min-width: 990px) {
    .bek-specs__table-wrap {
      overflow: visible;
      padding: 12px;
    }

    .bek-specs__table,
    .bek-specs__table tbody {
      display: block;
      width: 100%;
      min-width: 0;
    }

    .bek-specs__table tbody {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-flow: row;
      gap: 10px;
    }

    .bek-specs__table tr {
      min-width: 0;
      display: grid;
      grid-template-columns: minmax(132px, 34%) minmax(0, 1fr);
      align-items: stretch;
      border: 1px solid var(--bekLine);
      border-radius: 8px;
      overflow: hidden;
      background: var(--bekSurface);
    }

    .bek-specs__table tr.bek-specs__row--wide {
      grid-column: 1 / -1;
      grid-template-columns: minmax(190px, 24%) minmax(0, 1fr);
    }

    .bek-specs__table tr:last-child th,
    .bek-specs__table tr:last-child td,
    .bek-specs__table th,
    .bek-specs__table td {
      width: auto;
      min-width: 0;
      border: 0;
      padding: 11px 13px;
      overflow-wrap: anywhere;
      word-break: normal;
      hyphens: auto;
    }

    .bek-specs__table th {
      display: flex;
      align-items: center;
    }

    .bek-specs__table td {
      display: flex;
      min-height: 48px;
      align-items: center;
    }

    .bek-specs__table td > *,
    .bek-specs__chips {
      min-width: 0;
      max-width: 100%;
    }

    .bek-specs__ean-list {
      overflow-wrap: anywhere;
    }
  }


  @media screen and (min-width: 990px) {
    .bek-specs__table-wrap,
    .bek-specs__table,
    .bek-specs__table tbody {
      background: transparent !important;
    }

    .bek-specs__table tbody {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 12px;
    }

    .bek-specs__table tr,
    .bek-specs__table tr.bek-specs__row--wide {
      grid-column: auto;
      grid-template-columns: minmax(132px, 34%) minmax(0, 1fr);
      border: 1px solid rgba(20, 20, 20, .11);
      border-left: 3px solid rgba(234, 91, 26, .24);
      background: var(--bekSurface);
      box-shadow: 0 2px 8px rgba(20, 20, 20, .045);
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    html.theme-dark .bek-specs__table tr,
    html.theme-dark .bek-specs__table tr.bek-specs__row--wide {
      border-color: rgba(255, 255, 255, .12);
      border-left-color: rgba(240, 117, 46, .5);
      box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
    }

    .bek-specs__table tr:hover {
      border-color: rgba(234, 91, 26, .5);
      box-shadow: 0 4px 12px rgba(234, 91, 26, .09);
    }

    .bek-specs__table th {
      background: rgba(234, 91, 26, .035);
    }

    html.theme-dark .bek-specs__table th {
      background: rgba(240, 117, 46, .07);
    }

    .bek-specs__table td,
    .bek-specs__table th {
      text-wrap: pretty;
    }

    .bek-specs__table td {
      overflow-wrap: break-word;
      word-break: normal;
      line-height: 1.5;
    }

    .bek-specs__table a {
      overflow-wrap: anywhere;
    }
  }

  @media screen and (max-width: 589px) {
    .bek-specs {
      margin-top: 24px;
    }

    .bek-specs__table,
    .bek-specs__table tbody,
    .bek-specs__table tr,
    .bek-specs__table th,
    .bek-specs__table td {
      display: block;
      width: 100%;
      min-width: 0;
    }

    .bek-specs__table tr {
      border-bottom: 1px solid var(--bekLine);
    }

    .bek-specs__table tr:last-child {
      border-bottom: 0;
    }

    .bek-specs__table th,
    .bek-specs__table td {
      border-bottom: 0;
      padding: 11px 14px;
    }

    .bek-specs__table th {
      padding-bottom: 4px;
      background: var(--bekHead);
    }

    .bek-specs__table td {
      padding-top: 4px;
    }

    .bek-specs__button {
      width: 100%;
    }

    .bek-specs__text-link {
      display: block;
      margin: 8px 0 0;
    }
  }
/* END_SNIPPET:product-spec-table */

/* START_SNIPPET:withdrawal-form (INDEX:183) */
.withdrawal-page-form {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .withdrawal-page-form__notice,
  .withdrawal-page-form__panel {
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
  }

  .withdrawal-page-form__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    margin-bottom: 22px;
  }

  .withdrawal-page-form__panel {
    padding: 28px 30px 32px;
  }

  .withdrawal-page-form__eyebrow {
    margin: 0 0 8px;
    color: #f2922e;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .withdrawal-page-form h2 {
    margin: 0 0 10px;
  }

  .withdrawal-page-form p {
    margin-bottom: 0;
  }

  .withdrawal-page-form__legal-note {
    margin: -2px 0 14px;
    color: #5d5d5d;
    font-size: 0.95rem;
  }

  .withdrawal-page-form__account-button,
  .withdrawal-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 280px;
    min-height: 52px;
    min-width: 240px;
    max-width: 320px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 0.95rem;
    letter-spacing: 0 !important;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    text-transform: none !important;
    overflow-wrap: anywhere;
    background-color: #f2922e;
    border-color: #f2922e;
  }

  .withdrawal-form {
    margin-top: 24px;
  }

  .withdrawal-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .withdrawal-form__field {
    margin-bottom: 18px;
  }

  .withdrawal-form__field label,
  .withdrawal-form__check {
    display: block;
    color: #2f2f2f;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .withdrawal-form__field input,
  .withdrawal-form__field select,
  .withdrawal-form__field textarea {
    width: 100%;
    margin-top: 7px;
  }

  .withdrawal-form__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 6px 0 22px;
  }

  .withdrawal-form__check input {
    margin-top: 4px;
  }

  .withdrawal-form__success {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-left: 4px solid #f2922e;
    background: #fff7ef;
    font-weight: 700;
  }

  .withdrawal-date {
    position: relative;
  }

  .withdrawal-date__display {
    cursor: pointer;
    padding-right: 48px;
  }

  .withdrawal-date__trigger {
    position: absolute;
    right: 6px;
    top: 13px;
    width: 34px;
    height: 34px;
    border: 0;
    background: #f2922e;
    color: #fff;
    line-height: 1;
    cursor: pointer;
  }

  .withdrawal-calendar {
    position: absolute;
    z-index: 20;
    top: calc(100% + 10px);
    left: 0;
    width: min(330px, 92vw);
    padding: 18px;
    border: 2px solid #f2922e;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(17, 17, 17, 0.18);
  }

  .withdrawal-calendar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    color: #111;
  }

  .withdrawal-calendar__nav {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 6px;
    background: #fff7ef;
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .withdrawal-calendar__nav:hover,
  .withdrawal-calendar__nav:focus-visible {
    background: #f2922e;
    color: #fff;
  }

  .withdrawal-calendar__week,
  .withdrawal-calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
  }

  .withdrawal-calendar__week {
    margin-bottom: 8px;
    color: #686868;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
  }

  .withdrawal-calendar__day {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #111;
    font-weight: 700;
    cursor: pointer;
  }

  .withdrawal-calendar__day:hover,
  .withdrawal-calendar__day:focus-visible,
  .withdrawal-calendar__day.is-selected {
    border-color: #f2922e;
    background: #f2922e;
    color: #fff;
  }

  .withdrawal-calendar__day.is-today {
    border-color: #f2922e;
  }

  @media screen and (max-width: 749px) {
    .withdrawal-page-form__notice {
      display: block;
      padding: 20px;
    }

    .withdrawal-page-form__account-button {
      flex-basis: auto;
      width: 100%;
      margin-top: 18px;
      text-align: center;
    }

    .withdrawal-page-form__panel {
      padding: 22px 20px 26px;
    }

    .withdrawal-form__grid {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .withdrawal-form__submit {
      width: 100%;
    }
  }
/* END_SNIPPET:withdrawal-form */