/*
 * Portable service-page presentation.
 *
 * The child-theme module adds semantic body classes and component wrappers.
 * No WordPress object ID, site URL, or route slug belongs in this stylesheet.
 */

@media (min-width: 768px) {
  body.store-service-page-view .header-wrapper {
    min-height: 104px;
  }
}

.store-content-page,
.store-service-page,
.store-contact-page {
  box-sizing: border-box;
  color: #000;
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.store-service-page {
  max-width: 65ch;
  margin: 0 auto;
  padding: 0 20px;
  background-color: transparent;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.store-service-page__title h1 {
  margin: 0 0 1em;
  padding: 0;
  color: #000;
  background-color: transparent;
  font-family: inherit;
  font-size: 2.308em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
}

.store-content-prose strong,
.store-service-page__content strong {
  font-weight: bolder;
}

.store-content-prose p,
.store-service-page__content p {
  margin: 0 0 15px;
}

.store-content-prose p:last-child,
.store-service-page__content p:last-child {
  margin-bottom: 0;
}

body.store-service-page-view--contact #main > .container {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

body.store-service-page-view--contact #main .main-content-wrap {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body.store-service-page-view--contact #main .main-content {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.store-contact-page {
  width: 100%;
  max-width: none;
  margin: -20px 0 0;
  padding: 0 30px 10px;
}

.store-contact-page__header {
  box-sizing: border-box;
  padding-top: 52px;
}

.store-contact-page__header h1 {
  margin: 0 0 33px;
  padding: 0;
  color: #202020;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: normal;
  text-transform: uppercase;
}

.store-contact-page__line {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0;
  padding: 0;
  background: #202020;
}

.store-contact-page__wrapper {
  margin-top: 59px;
}

.store-contact-form {
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  margin: 0;
  padding: 0;
}

.store-contact-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.store-contact-form__honeypot[hidden] {
  display: none !important;
}

.store-contact-form__group,
.store-contact-page__notice {
  margin: 0 0 20px;
}

.store-contact-form__group {
  width: 100%;
  padding: 0;
}

.store-contact-form label,
.store-contact-form input[type="text"],
.store-contact-form input[type="tel"],
.store-contact-form input[type="email"],
.store-contact-form textarea,
.store-contact-form input.store-contact-form__submit {
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
}

.store-contact-form label {
  display: inline-block;
  margin: 0 0 9px;
  padding: 0;
  color: #000;
  font-weight: 500;
  line-height: 23px;
}

.store-contact-form .required {
  margin-left: 3px;
  color: rgb(241, 21, 47);
}

.store-contact-form input[type="text"],
.store-contact-form input[type="tel"],
.store-contact-form input[type="email"],
.store-contact-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 7px 12px 5px;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  outline: 0;
  background: #fff;
  box-shadow: none;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 24px;
}

.store-contact-form input[type="text"],
.store-contact-form input[type="tel"],
.store-contact-form input[type="email"] {
  max-width: 380px;
  height: 38px;
}

.store-contact-form textarea {
  max-width: 620px;
  height: 222px;
  min-height: 222px;
  resize: vertical;
  line-height: 26px;
}

.store-contact-form input[type="text"]:focus,
.store-contact-form input[type="tel"]:focus,
.store-contact-form input[type="email"]:focus,
.store-contact-form textarea:focus {
  border-color: #cbcbcb;
  outline: 0;
  box-shadow: none;
}

.store-contact-form input.store-contact-form__submit {
  display: inline-block;
  box-sizing: border-box;
  width: 205px;
  min-width: 205px;
  height: 51px;
  margin: 5px 0 0;
  padding: 14px 15px 12px;
  border: 1px solid #202020;
  border-radius: 3px;
  background: #202020;
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}

.store-contact-form input.store-contact-form__submit:hover,
.store-contact-form input.store-contact-form__submit:active {
  border-color: #202020;
  outline: 0;
  background: #202020;
  color: #fff;
}

.store-contact-form input.store-contact-form__submit:focus,
.store-contact-form input.store-contact-form__submit:focus-visible {
  border-color: #000;
  outline: 0;
  background: #fff;
  color: #000;
}

.store-contact-page__notice {
  max-width: 840px;
}

@media (max-width: 767px) {
  .store-contact-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .store-contact-page__header h1 {
    font-size: 18px;
  }

  .store-contact-form input.store-contact-form__submit {
    height: 40px;
    padding: 8px 15px 7px;
  }

  .store-contact-form input[type="text"],
  .store-contact-form input[type="tel"],
  .store-contact-form input[type="email"],
  .store-contact-form textarea {
    max-width: none;
  }
}
