/** Shopify CDN: Minification failed

Line 392:0 Unexpected "}"

**/
.contact img {
    max-width: 100%;
    }

    .contact .form__message {
      align-items: flex-start;
      }

      .contact .icon-success {
        margin-top: 0.2rem;
        }

        .contact .field {
          margin-bottom: 1.5rem;
          }

          @media screen and (min-width: 750px) {
            .contact .field {
                margin-bottom: 2rem;
                  }
                  }

                  .contact__button {
                    margin-top: 3rem;
                    }

                    @media screen and (min-width: 750px) {
                      .contact__button {
                          margin-top: 4rem;
                            }
                            }

                            @media screen and (min-width: 750px) {
                              .contact__fields {
                                  display: grid;
                                      grid-template-columns: repeat(2, 1fr);
                                          grid-column-gap: 2rem;
                                            }
                                            }


                                            /* WIAG accordion distributor cards */

                                            .wiag-distributors {
                                              margin-top: 3rem;
                                              }

                                              .wiag-distributors__title {
                                                font-size: 1.4rem;
                                                  font-weight: 600;
                                                    color: #6b3f2e;
                                                      margin-bottom: 1.2rem;
                                                      }

                                                      /* Remove default marker on details summary */
                                                      .wiag-accordion summary::-webkit-details-marker {
                                                        display: none;
                                                        }
                                                        .wiag-accordion {
                                                          border-radius: 18px;
                                                            background: #ffffff;
                                                              box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
                                                                border-left: 4px solid #6b3f2e;
                                                                  margin-bottom: 1rem;
                                                                    overflow: hidden;
                                                                    }

                                                                    .wiag-accordion__summary {
                                                                      display: flex;
                                                                        align-items: center;
                                                                          justify-content: space-between;
                                                                            padding: 0.9rem 1.1rem;
                                                                              cursor: pointer;
                                                                              }

                                                                              .wiag-accordion__summary:hover {
                                                                                background: #faf6f3;
                                                                                }

                                                                                .wiag-accordion__left {
                                                                                  display: flex;
                                                                                    align-items: center;
                                                                                      gap: 0.75rem;
                                                                                      }

                                                                                      .wiag-accordion__flag {
                                                                                        width: 32px;
                                                                                          height: auto;
                                                                                            border-radius: 4px;
                                                                                            }

                                                                                            .wiag-accordion__title {
                                                                                              font-size: 1rem;
                                                                                                font-weight: 600;
                                                                                                }

                                                                                                /* Chevron icon using CSS only */
                                                                                                .wiag-accordion__chevron {
                                                                                                  position: relative;
                                                                                                    width: 12px;
                                                                                                      height: 12px;
                                                                                                      }
                                                                                                      .wiag-accordion__chevron::before,
                                                                                                      .wiag-accordion__chevron::after {
                                                                                                        content: "";
                                                                                                          position: absolute;
                                                                                                            left: 0;
                                                                                                              right: 0;
                                                                                                                margin: auto;
                                                                                                                  width: 12px;
                                                                                                                    height: 2px;
                                                                                                                      background: #6b3f2e;
                                                                                                                        transition: transform 0.2s ease;
                                                                                                                        }
                                                                                                                        .wiag-accordion__chevron::before {
                                                                                                                          transform: rotate(90deg);
                                                                                                                          }
                                                                                                                          .wiag-accordion__chevron::after {
                                                                                                                            transform: rotate(0deg);
                                                                                                                            }

                                                                                                                            /* When open, show minus instead of plus */
                                                                                                                            .wiag-accordion[open] .wiag-accordion__chevron::before {
                                                                                                                              transform: rotate(0deg);
                                                                                                                              }

                                                                                                                              .wiag-accordion__body {
                                                                                                                                padding: 0 1.1rem 1rem 1.1rem;
                                                                                                                                  border-top: 1px solid #f0e6de;
                                                                                                                                    font-size: 0.9rem;
                                                                                                                                      line-height: 1.6;
                                                                                                                                        color: #444444;
                                                                                                                                        }

                                                                                                                                        .wiag-accordion__body a {
                                                                                                                                          color: #6b3f2e;
                                                                                                                                            text-decoration: none;
                                                                                                                                            }
                                                                                                                                            .wiag-accordion__body a:hover {
                                                                                                                                              text-decoration: underline;
                                                                                                                                              }

                                                                                                                                              









                                                                                                                                              /* ===== WIAG contact form styling ===== */

.contact.page-width--narrow {
  max-width: 850px;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 2.2rem 2.4rem 2.6rem;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.06);
}

/* Heading */

.contact .title {
  margin-bottom: 1.8rem;
  font-weight: 600;
}

/* Fields */

.contact__fields {
  gap: 1.25rem;
}

.field {
  margin-bottom: 1.2rem;
}

.field__input,
.text-area {
  border-radius: 12px;
  border: 1px solid #e5ddd3;
  background: #fcfaf8;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.field__input::placeholder,
.text-area::placeholder {
  color: #a9a3a0;
}

/* Focus state */

.field__input:focus,
.text-area:focus {
  outline: 0;
  border-color: #6b3f2e;
  background: #ffffff;
  box-shadow: 0 0 0 1px #6b3f2e1a, 0 0 0 4px rgba(107, 63, 46, 0.12);
}

/* Labels */

.field__label,
.form__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a7b73;
}

/* Button */

.contact__button {
  margin-top: 1.4rem;
}

.contact__button .button {
  border-radius: 999px;
  padding-inline: 2.4rem;
  padding-block: 0.9rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #000000;
  border: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.contact__button .button:hover {
  background: #222222;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

/* Mobile spacing */

@media screen and (max-width: 749px) {
  .contact.page-width--narrow {
    padding: 1.6rem 1.4rem 2rem;
    border-radius: 18px;
  }
}

/* ===== WIAG accordion distributor cards ===== */

.wiag-distributors {
  margin-top: 3rem;
}

.wiag-distributors__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #6b3f2e;
  margin-bottom: 1.2rem;
}

/* Remove default marker on details summary */
.wiag-accordion summary::-webkit-details-marker {
  display: none;
}

.wiag-accordion {
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #6b3f2e;
  margin-bottom: 1rem;
  overflow: hidden;
}

.wiag-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.1rem;
  cursor: pointer;
}

.wiag-accordion__summary:hover {
  background: #faf6f3;
}

.wiag-accordion__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wiag-accordion__flag {
  width: 32px;
  height: auto;
  border-radius: 4px;
}

.wiag-accordion__title {
  font-size: 1rem;
  font-weight: 600;
}

/* Chevron icon using CSS only */

.wiag-accordion__chevron {
  position: relative;
  width: 12px;
  height: 12px;
}

.wiag-accordion__chevron::before,
.wiag-accordion__chevron::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #6b3f2e;
  transition: transform 0.2s ease;
}

.wiag-accordion__chevron::before {
  transform: rotate(90deg);
}

.wiag-accordion__chevron::after {
  transform: rotate(0deg);
}

/* When open, show minus instead of plus */

.wiag-accordion[open] .wiag-accordion__chevron::before {
  transform: rotate(0deg);
}

.wiag-accordion__body {
  padding: 0 1.1rem 1rem 1.1rem;
  border-top: 1px solid #f0e6de;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444444;
}

.wiag-accordion__body a {
  color: #6b3f2e;
  text-decoration: none;
}

.wiag-accordion__body a:hover {
  text-decoration: underline;
}



/* ===== WIAG Export Enquiry Button ===== */

.wiag-export-btn-wrapper {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wiag-export-btn {
  display: inline-block;
  background: #6b3f2e;
  color: #ffffff;
  padding: 0.9rem 2.2rem;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.wiag-export-btn:hover {
  background: #593424;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}


}