main {
  padding: 24px 16px 124px;
  background-color: var(--violet-color-200);
}

.woocommerce-breadcrumb {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}

.map-generator {
  max-width: 100%;
  max-height: 100%;
  background: none;
}

.google-maps-section .google-maps-wrapper {
  margin-top: 80px;
}

.google-maps-section .google-maps-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-data-section {
  margin-top: 40px;
}

.contact-data-section h2 {
  color: var(--black-color-400, #292929);
  /* Desktop/Text/body */
  font-family: "Poppins", "sans-serif";
  font-size: var(--body-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}

.contact-data-section span,
.contact-data-section p {
  display: block;
  color: var(--black-color-600, #292929);
  /* Desktop/Text/body */
  font-family: "Space Grotesk", "sans-serif";
  font-size: var(--body-mobile2-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}

.contact-data-section .contact-title {
  margin-bottom: 8px;
}

.contact-data-section a {
  display: block;
  font-family: "Space Grotesk", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 40.8px */
  letter-spacing: -0.68px;
  font-size: var(--h2-mobile2-fontsize);
}

.contact-data-section .email-link {
  color: var(--black-color-400, #292929);
  /* Mobile2/Headers/h2 */
}

.contact-data-section .phone-link {
  margin-top: 12px;
  color: var(--orange-color-400, #292929);
  /* Mobile2/Headers/h2 */
  font-size: var(--h2-mobile2-fontsize);
}

.contact-data-section .adress-wrapper,
.contact-data-section .opening-hours-wrapper,
.contact-data-section .how-to-book-wrapper {
  margin-top: 28px;
}

.contact-data-section .adress-wrapper .adress-texts-wrapper,
.contact-data-section .opening-hours-wrapper .opening-hours-texts-wrapper,
.contact-data-section .how-to-book-wrapper .how-to-book-texts-wrapper {
  margin-top: 8px;
}

.contact-form-section {
  margin-top: 48px;
}

.contact-form-section .contact-form-title {
  color: var(--black-color-400, #292929);
  /* Desktop/Text/body */
  font-family: "Poppins", "sans-serif";
  font-size: var(--body-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}

.contact-form-section form {
  margin-top: 42px;
}

.contact-form-section form label {
  padding-left: 8px;
}

.contact-form-section form label,
.contact-form-section form input,
.contact-form-section form input::placeholder,
.contact-form-section form textarea,
.contact-form-section form textarea::placeholder {
  color: var(--black-color-600, #292929) !important;
  /* Desktop/Text/body */
  font-family: "Poppins", "sans-serif" !important;
  font-size: var(--caption-desktop-fontsize) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important; /* 28.5px */
}

.contact-form-section form input::placeholder,
.contact-form-section form textarea::placeholder {
  color: var(--black-color-300) !important;
}

.contact-form-section form input,
.contact-form-section form textarea {
  width: 100%;
  padding: 4px 8px 12px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--black-color-600);
  border-radius: 0px;
  display: block;
}

.contact-form-section form textarea {
  padding: 24px 8px 12px;
  height: 54px;
  resize: vertical;
}

.contact-form-section form p {
  margin-top: 42px;
}

.contact-form-section form .wpcf7-not-valid-tip {
  margin-top: 8px;
}

.contact-form-section .contakt-form-agreetment {
  width: 8px;
  height: 8px;
}

.contact-form-section form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-form-section .wpcf7-list-item {
  margin: 0;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
}

.contact-form-section form input[type="checkbox"] {
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.contact-form-section form input[type="checkbox"]:checked {
  width: 12px;
  height: 12px;
  box-shadow: 0px 0px 0px 5px var(--violet-color-300) inset;
}

.contact-form-section form .wpcf7-submit {
  padding: 9px 27px 10px 17px;
  width: fit-content;
  border: none;
  color: var(--pink-color-200) !important;
  background: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: 91% 50%;
  background-color: var(--orange-color-400);
}

.contact-form-section form .wpcf7-response-output {
  border: none;
  padding: 0;
  color: var(--black-color-600, #292929);
  /* Desktop/Text/body */
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}

.link-to-shop-section {
  display: none;
}

@media (min-width: 760px) {
  main {
    padding: 32px 32px 124px;
  }
}

@media (min-width: 1025px) {
  main {
    padding: 0px;
  }

  .woocommerce-breadcrumb {
    display: none;
  }

  .contact-page-content-wrapper {
    padding: 80px 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .woocommerce-breadcrumb {
    flex-basis: 100%;
  }

  .google-maps-section {
    order: 3;
    width: 50%;
    margin-top: 70px;
  }

  .contact-data-section {
    order: 2;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }

  .contact-form-section {
    order: 4;
    margin-top: 86px;
    flex-basis: 100%;
    padding: 63px 40px 105px;
  }

  .contact-data-section .contact-title {
    order: 2;
    margin-top: 56px;
  }

  .contact-data-section .email-link {
    order: 3;
    margin-top: 28px;
  }

  .contact-data-section .phone-link {
    order: 4;
  }

  .contact-data-section .adress-wrapper {
    order: 1;
    margin-top: 0px;
  }

  section .opening-hours-wrapper {
    order: 5;
  }

  .contact-data-section .opening-hours-wrapper {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .contact-data-section .opening-hours-wrapper .opening-hours-texts-wrapper {
    margin-top: 40px;
  }

  .contact-data-section .how-to-book-wrapper {
    display: none;
  }

  .contact-data-section .adress-wrapper .adress-texts-wrapper {
    margin-top: 28px;
  }

  .contact-data-section
    .adress-wrapper
    .adress-texts-wrapper
    span:nth-of-type(2),
  .contact-data-section
    .adress-wrapper
    .adress-texts-wrapper
    span:nth-of-type(3) {
    display: inline-block;
  }

  .contact-data-section
    .adress-wrapper
    .adress-texts-wrapper
    span:nth-of-type(3) {
    margin-left: 8px;
  }

  .contact-data-section h2 {
    font-size: var(--h4-desktop-fontsize);
    line-height: 120%; /* 30px */
    letter-spacing: -0.5px;
  }

  .contact-data-section .adress-wrapper .adress-texts-wrapper span {
    font-size: var(--h3-desktop-fontsize);
    line-height: 120%; /* 30px */
    letter-spacing: -0.68px;
  }

  .contact-data-section span {
    font-size: var(--h3-desktop-fontsize);
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.68px;
  }

  .google-maps-section .google-maps-wrapper {
    margin-top: 0px;
  }

  .google-maps-section .google-maps-wrapper div {
    width: 100% !important;
    height: 600px !important;
  }

  .contact-form-section .contact-form-bcg-wrapper {
    padding: 122px 54px 80px;
    border-radius: 32px;
    background-color: var(--violet-color-100);
  }

  .contact-form-section .contact-form-title {
    font-size: var(--h4-desktop-fontsize);
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.5px;
  }

  .contact-form-section form {
    margin-top: 48px;
  }

  .contact-form-section form p {
    margin-top: 28px;
  }

  .contact-form-section form p:nth-last-of-type(2) {
    margin-top: 48px;
    max-width: 600px;
  }

  .contact-form-section form p:nth-last-of-type(1) {
    margin-top: 48px;
  }

  .contact-form-section form .wpcf7-acceptance label {
    gap: 10px;
  }

  .contact-form-section form input[type="checkbox"]:checked {
    width: 30px;
    height: 24px;
    box-shadow: 0px 0px 0px 6px var(--violet-color-300) inset;
  }

  section.link-to-shop-section {
    order: 5;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    padding: 140px 0;
    background-color: var(--violet-color-100);
  }

  section.link-to-shop-section h3 {
    color: var(--black-color-400, #292929);
    text-align: center;
    /* Desktop/Headers/h2 */
    font-family: "Space Grotesk", "sans-serif";
    font-size: var(--h2-desktop-fontsize);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1.35px;
    max-width: 900px;
  }

  section.link-to-shop-section h3 span {
    color: var(--orange-color-400, #292929);
  }

  section.link-to-shop-section a {
    display: block;
    width: 250px;
    padding: 14px 17px 15px;
    border-radius: 60px;
    background-color: var(--violet-color-300);
    color: var(--beige-color-200, #fbf8f5);
    text-align: center;
    /* Mobile/Text/body-small */
    font-family: "Poppins", "sans-serif";
    font-size: var(--bodysmall-mobile-fontsize);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}

@media (min-width: 1200px) {
  .contact-page-content-wrapper {
    padding: 80px 40px 0 80px;
  }

  .contact-form-section {
    padding: 63px 80px 105px;
  }
}

@media (min-width: 1400px) {
  .contact-page-content-wrapper {
    padding: 80px 80px 0 155px;
  }

  .contact-form-section {
    padding: 63px 155px 105px;
  }
}

@media (min-width: 1700px) {
  .contact-page-content-wrapper {
    padding: 80px 155px 0;
  }
}
