:root {
  --sf-header-height-xl: 168px;
  --sf-header-height-lg: 124px;
  --sf-header-height-md: 108px;
  --sf-header-height-sm: 72px;
  --sf-site-notice-height: 139px;
  --sf-section-paddings: 6rem;
}

.sf-site-notice-wrapper {
  padding: 1.5rem;
  margin: 0 auto;
  text-align: center;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--e-global-color-kadence9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sf-site-notice-wrapper .sf-site-notice {
  margin: 0 auto;
  max-width: var(--global-content-width);
}

.sf-main-header .sf-header-logo img {
  height: 120px;
  width: auto;
}

.sf-mobile-menu ul.elementor-nav-menu li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.sf-hero-section {
  padding: calc(var(--sf-header-height-xl) + var(--sf-section-paddings)) var(--sf-section-paddings) var(--sf-section-paddings) !important;
}

.sf-has-site-notice .sf-hero-section {
  padding-top: calc(var(--sf-header-height-xl) + var(--sf-site-notice-height) + var(--sf-section-paddings)) !important;
}

.sf-section {
  padding: var(--sf-section-paddings) !important;
}

.job-booking-widget-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 40rem;
  background-color: var(--e-global-color-kadence9);
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.job-booking-widget-wrapper .elementor-icon {
  font-size: 2rem;
  color: var(--e-global-color-primary);
}
.job-booking-widget-wrapper .elementor-icon svg {
  fill: var(--e-global-color-primary);
  height: 2rem;
}
.job-booking-widget-wrapper input {
  flex-grow: 1;
  border: none !important;
  padding: 0 !important;
}
.job-booking-widget-wrapper input:hover, .job-booking-widget-wrapper input:active, .job-booking-widget-wrapper input:focus {
  border: none;
  box-shadow: none !important;
}
.job-booking-widget-wrapper .job-booking-submit {
  border-radius: 0.5rem;
  white-space: nowrap;
}

.job-booking-widget-zip-codes-form {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.job-booking-widget-zip-codes-wrapper {
  padding-top: 1.5rem;
}
.job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-toggle {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  background: none !important;
}
.job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-toggle:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-toggle:hover, .job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-toggle:focus, .job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-toggle:active {
  background: none !important;
  box-shadow: none !important;
}
.job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-list-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-list-wrapper.show {
  max-height: 2000px;
}
.job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-list-wrapper .job-booking-zip-codes-list {
  margin: 0;
  padding: 1rem 0 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.job-booking-widget-zip-codes-wrapper .job-booking-zip-codes-list-wrapper .job-booking-zip-codes-list li {
  list-style: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--e-global-color-primary);
  border-radius: 2rem;
}

.sf-section-checkout {
  --sf-checkout-section-max-width: 1140px;
  max-width: min(100%, var(--sf-checkout-section-max-width));
  margin: 0 auto;
}
.sf-section-checkout .sf-checkout-summary {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 1px;
  position: sticky;
  bottom: 1.5rem;
  left: 50%;
  width: min(100% - 3rem, var(--sf-checkout-section-max-width) - 3rem);
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  transform: translateX(-1.5rem);
  font-size: 1.25rem;
  overflow: hidden;
}
.sf-section-checkout .sf-checkout-summary div {
  background-color: var(--e-global-color-primary);
  color: var(--global-palette9);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
}
.sf-section-checkout .sf-checkout-summary .sf-checkout-total {
  font-size: 1.5rem;
  font-weight: bold;
}
.sf-section-checkout .sf-checkout-summary .sf-checkout-service-text p {
  margin: 0;
  display: inline-block;
}
.sf-section-checkout .sf-checkout-section-title {
  text-align: center;
  padding: 0.25rem;
  border-bottom: 2px solid var(--e-global-color-primary);
  margin-bottom: 1.5rem;
}
.sf-section-checkout .sf-checkout-categories {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 3rem;
  flex-wrap: wrap;
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category {
  width: min(100%, 300px);
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category .sf-checkout-category-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category .sf-checkout-category-name {
  padding: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  transition: all 200ms ease-in-out;
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category .sf-checkout-category-name .sf-checkout-category-checkmark {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 2rem;
  transition: all 200ms ease-in-out;
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category:hover, .sf-section-checkout .sf-checkout-categories .sf-checkout-category.sf-checkout-category-selected {
  border-color: var(--e-global-color-primary);
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category:hover .sf-checkout-category-name, .sf-section-checkout .sf-checkout-categories .sf-checkout-category.sf-checkout-category-selected .sf-checkout-category-name {
  color: var(--e-global-color-primary);
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category:hover .sf-checkout-category-name .sf-checkout-category-checkmark, .sf-section-checkout .sf-checkout-categories .sf-checkout-category.sf-checkout-category-selected .sf-checkout-category-name .sf-checkout-category-checkmark {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: var(--e-global-color-primary);
}
.sf-section-checkout .sf-checkout-categories .sf-checkout-category.sf-checkout-category-selected .sf-checkout-category-checkmark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='256' style='fill:%232b6cb0'/%3E%3Cpath d='M406.5 102.9 197.8 296.5l-88.3-94.2L51.1 257l142.6 152.2 267-247.5-54.3-58.8Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
.sf-section-checkout .sf-checkout-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-bottom: 3rem;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details .sf-checkout-product-title {
  margin: 0;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details .sf-checkout-product-description {
  font-size: 1.25rem;
  color: #666666;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details .sf-checkout-product-description p {
  margin: 0 0 1rem;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details .sf-checkout-product-description p:last-child {
  margin-bottom: 0;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details .sf-checkout-product-features {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details .sf-checkout-product-features li.sf-checkout-product-feature {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0 1rem 0 0;
  color: var(--e-global-color-primary);
  background-color: rgb(from var(--e-global-color-primary) r g b/0.1);
  border-radius: 2rem;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-details .sf-checkout-product-features li.sf-checkout-product-feature:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg height='24pt' viewBox='0 0 512 512' width='24pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23004e91' d='m369.164062 174.769531c7.8125 7.8125 7.8125 20.476563 0 28.285157l-134.171874 134.175781c-7.8125 7.808593-20.472657 7.808593-28.285157 0l-63.871093-63.875c-7.8125-7.808594-7.8125-20.472657 0-28.28125 7.808593-7.8125 20.472656-7.8125 28.28125 0l49.730468 49.730469 120.03125-120.035157c7.8125-7.808593 20.476563-7.808593 28.285156 0zm142.835938 81.230469c0 141.503906-114.515625 256-256 256-141.503906 0-256-114.515625-256-256 0-141.503906 114.515625-256 256-256 141.503906 0 256 114.515625 256 256zm-40 0c0-119.394531-96.621094-216-216-216-119.394531 0-216 96.621094-216 216 0 119.394531 96.621094 216 216 216 119.394531 0 216-96.621094 216-216zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-pricing {
  display: flex;
  justify-content: space-between;
  background-color: rgb(from var(--e-global-color-primary) r g b/0.1);
  padding: 1rem;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-pricing .sf-checkout-product-quantity::before {
  display: block;
  font-size: 0.875rem;
  color: #666;
  text-transform: uppercase;
  content: "Qty";
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-pricing .sf-checkout-product-price {
  font-size: 2rem;
  font-weight: bold;
  color: var(--e-global-color-primary);
  line-height: 1;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-pricing .sf-checkout-product-quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sf-section-checkout .sf-checkout-products .sf-checkout-product .sf-checkout-product-pricing .sf-checkout-product-quantity select {
  width: 4rem;
  border-radius: 0.5rem;
  line-height: 1;
  padding: 0.375rem 0.5rem;
  border: none;
  font-size: 1.25rem;
}
.sf-section-checkout .sf-checkout-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 1rem;
  align-items: center;
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service:has(input[type=radio]:checked) {
  background-color: rgb(from var(--e-global-color-primary) r g b/0.1);
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service input[type=radio] {
  zoom: 2;
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details label {
  line-height: 1.5rem;
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details label .sf-checkout-service-title,
.sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details label .sf-checkout-service-price {
  font-size: 1.25rem;
  font-weight: bold;
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details label .sf-checkout-service-price {
  color: var(--e-global-color-primary);
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details label p {
  margin: 0;
  color: #666666;
}
.sf-section-checkout .sf-checkout-services .sf-checkout-service.disabled label, .sf-section-checkout .sf-checkout-services .sf-checkout-service.disabled label * {
  color: #ccc !important;
}
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form-wrapper {
  background-color: rgb(from var(--e-global-color-primary) r g b/0.1);
  padding: 1.5rem;
  border-radius: 1rem;
}
.sf-section-checkout .sf-checkout-form-section .sf-form-row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.sf-section-checkout .sf-checkout-form-section .sf-form-row .full-column {
  grid-column: 1/span 2;
}
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=submit]),
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=reset]),
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=button]),
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form select,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form textarea {
  border: 1px solid transparent !important;
  border-radius: 0.5rem !important;
  padding: 0.75rem 1rem !important;
  box-shadow: none !important;
  transition: all 200ms ease-in-out;
}
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=submit]):focus, .sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=submit]):active,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=reset]):focus,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=reset]):active,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=button]):focus,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=button]):active,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form select:focus,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form select:active,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form textarea:focus,
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form textarea:active {
  border-color: var(--e-global-color-primary) !important;
  box-shadow: none !important;
}
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form [type=submit] {
  display: block;
  margin: 1.5rem auto 0;
  width: min(100%, 25rem);
  padding: 1rem 1.5rem !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  background-color: var(--e-global-color-primary) !important;
  border: none !important;
  border-radius: 1rem;
  transition: all 200ms ease-in-out;
}
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form [type=submit]:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin: -0.25rem 0 0 0.5rem;
}
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form [type=submit]:hover, .sf-section-checkout .sf-checkout-form-section .sf-checkout-form [type=submit]:focus, .sf-section-checkout .sf-checkout-form-section .sf-checkout-form [type=submit]:active {
  background-color: hsl(from var(--e-global-color-primary) h s calc(l - 5)) !important;
}
.sf-section-checkout .sf-checkout-form-section .sf-checkout-form-error {
  display: none;
  margin-top: 1.5rem;
  padding: 1rem;
  text-align: center;
  color: rgb(128, 0, 0);
  background-color: rgb(255, 224, 224);
  border-radius: 1rem;
}

#sf-embedded-map {
  height: 100% !important;
  min-height: 500px;
}

@media screen and (max-width: 1399px) {
  .sf-main-header .sf-header-logo img {
    height: 76px;
  }
  .sf-hero-section {
    padding: calc(var(--sf-header-height-lg) + var(--sf-section-paddings)) var(--sf-section-paddings) var(--sf-section-paddings) !important;
  }
  .sf-has-site-notice .sf-hero-section {
    padding-top: calc(var(--sf-header-height-lg) + var(--sf-site-notice-height) + var(--sf-section-paddings)) !important;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --sf-section-paddings: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .sf-footer-menu a {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --sf-site-notice-height: 83px;
    --sf-section-paddings: 1.5rem;
  }
  .sf-site-notice-wrapper {
    padding: 1rem;
    font-size: 1.25rem;
  }
  .sf-has-site-notice .sf-hero-section {
    padding-top: calc(var(--sf-header-height-lg) + var(--sf-site-notice-height) + var(--sf-section-paddings)) !important;
    padding-bottom: calc(var(--sf-section-paddings) * 2) !important;
  }
  .sf-section {
    padding: var(--sf-section-paddings) !important;
  }
  .sf-section-checkout .sf-checkout-categories .sf-checkout-category {
    width: min(100%, 200px);
  }
  .sf-section-checkout .sf-checkout-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sf-site-notice-height: 83px;
  }
  .sf-hero-section {
    padding: calc(var(--sf-header-height-md) + var(--sf-section-paddings)) var(--sf-section-paddings) calc(var(--sf-section-paddings) * 2) !important;
  }
  .sf-has-site-notice .sf-hero-section {
    padding-top: calc(var(--sf-header-height-md) + var(--sf-site-notice-height) + var(--sf-section-paddings)) !important;
  }
  .job-booking-widget-wrapper {
    gap: 0.5rem;
    max-width: 100%;
    padding: 0.5rem;
  }
  .job-booking-widget-wrapper .elementor-icon {
    font-size: 1.5rem;
  }
  .job-booking-widget-wrapper .elementor-icon svg {
    height: 1.5rem;
  }
  .job-booking-widget-wrapper input {
    min-width: 6rem;
  }
  .job-booking-widget-wrapper .job-booking-submit {
    padding: 0.25rem 0.75rem;
    font-size: 87.5% !important;
  }
  .sf-section-checkout .sf-checkout-summary {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 1rem auto;
    bottom: 1rem;
    transform: translateX(0);
    background-color: var(--e-global-color-primary);
    padding: 0.25rem;
  }
  .sf-section-checkout .sf-checkout-summary div {
    padding: 0.25rem;
    font-size: 1rem;
  }
  .sf-section-checkout .sf-checkout-section-title {
    font-size: 1.5rem;
  }
  .sf-section-checkout .sf-checkout-categories .sf-checkout-category {
    width: min(100%, 300px);
  }
  .sf-section-checkout .sf-checkout-products {
    padding-bottom: 1.5rem;
  }
  .sf-section-checkout .sf-checkout-services {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .sf-section-checkout .sf-checkout-services .sf-checkout-service {
    padding: 1rem;
  }
  .sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details label .sf-checkout-service-title,
  .sf-section-checkout .sf-checkout-services .sf-checkout-service .sf-checkout-service-details label .sf-checkout-service-price {
    font-size: 1rem;
  }
  .sf-section-checkout .sf-checkout-form-section .sf-checkout-form-wrapper {
    padding: 1rem;
  }
  .sf-section-checkout .sf-checkout-form-section .sf-form-row {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .sf-section-checkout .sf-checkout-form-section .sf-form-row .full-column {
    grid-column: 1;
  }
  .sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=submit]),
  .sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=reset]),
  .sf-section-checkout .sf-checkout-form-section .sf-checkout-form input:not([type=button]),
  .sf-section-checkout .sf-checkout-form-section .sf-checkout-form select,
  .sf-section-checkout .sf-checkout-form-section .sf-checkout-form textarea {
    padding: 0.25rem 0.75rem !important;
  }
  .sf-section-checkout .sf-checkout-form-section .sf-checkout-form [type=submit] {
    margin: 1rem auto 0;
    width: 100%;
    padding: 0.5rem !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --sf-site-notice-height: 99px;
  }
  .sf-site-notice-wrapper {
    font-size: 1.1rem;
  }
  .sf-main-header .sf-header-logo img {
    height: 60px;
  }
  .sf-hero-section {
    padding: calc(var(--sf-header-height-sm) + var(--sf-section-paddings)) var(--sf-section-paddings) var(--sf-section-paddings) !important;
  }
  .sf-has-site-notice .sf-hero-section {
    padding-top: calc(var(--sf-header-height-sm) + var(--sf-site-notice-height) + var(--sf-section-paddings)) !important;
  }
  .sf-section {
    padding: var(--sf-section-paddings) !important;
  }
  .sf-section-checkout .sf-checkout-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
