/** Shopify CDN: Minification failed

Line 13:65 Unexpected "/"

**/
/*
  Street Garms Secondary Templates
  Scoped styles for information, contact, cart, account, blog, collection-list,
  404 and password templates. Shared tokens/typography live in sg-design-system.css.
*/

   Shared secondary-page rhythm
   ------------------------------------------------------------ */
.template-page #MainContent,
.template-blog #MainContent,
.template-article #MainContent,
.template-cart #MainContent,
.template-list-collections #MainContent,
body[class*="template-customers-"] #MainContent,
.template-404 #MainContent {
  color: var(--sg-site-text);
  font-family: var(--sg-site-font);
}

/* Legacy Kalles page headings -> Street Garms visual language. */
.template-page .header-banner,
.template-blog .header-banner,
.template-list-collections .header-banner,
body[class*="template-customers-"] .header-banner {
  background: #fff !important;
  background-image: none !important;
  color: var(--sg-site-text) !important;
}

.template-page .header-banner .page-head,
.template-blog .header-banner .page-head,
.template-list-collections .header-banner .page-head,
body[class*="template-customers-"] .header-banner .page-head {
  margin: 0 !important;
  padding: 40px 20px 24px !important;
  background: #fff !important;
}

.template-page .header-banner .page-head::before,
.template-blog .header-banner .page-head::before,
.template-list-collections .header-banner .page-head::before,
body[class*="template-customers-"] .header-banner .page-head::before {
  display: none !important;
}

.template-page .header-banner .title-head,
.template-blog .header-banner .title-head,
.template-list-collections .header-banner .title-head,
body[class*="template-customers-"] .header-banner .title-head {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin: 0 !important;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-size: clamp(34px, 4vw, 46px) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase !important;
}

.template-page .header-banner .title-head::before,
.template-page .header-banner .title-head::after,
.template-blog .header-banner .title-head::before,
.template-blog .header-banner .title-head::after,
.template-list-collections .header-banner .title-head::before,
.template-list-collections .header-banner .title-head::after,
body[class*="template-customers-"] .header-banner .title-head::before,
body[class*="template-customers-"] .header-banner .title-head::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  flex: 0 0 58px;
  background: #222;
}

.template-page .header-banner .breadcrumbs,
.template-blog .header-banner .breadcrumbs,
.template-list-collections .header-banner .breadcrumbs,
body[class*="template-customers-"] .header-banner .breadcrumbs {
  margin-top: 10px !important;
}

.template-page .header-banner .breadcrumbs__item,
.template-page .header-banner .breadcrumbs__item a,
.template-blog .header-banner .breadcrumbs__item,
.template-blog .header-banner .breadcrumbs__item a,
.template-list-collections .header-banner .breadcrumbs__item,
.template-list-collections .header-banner .breadcrumbs__item a,
body[class*="template-customers-"] .header-banner .breadcrumbs__item,
body[class*="template-customers-"] .header-banner .breadcrumbs__item a {
  color: #767676 !important;
}

/* ------------------------------------------------------------
   Generic content / information pages
   ------------------------------------------------------------ */
.template-page .t4s-main-page {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  color: var(--sg-site-muted);
  font-family: var(--sg-site-font) !important;
  font-size: 15px;
  line-height: 1.75;
}

.template-page .t4s-main-page > :first-child { margin-top: 0 !important; }
.template-page .t4s-main-page > :last-child { margin-bottom: 0 !important; }

.template-page .t4s-main-page h1,
.template-page .t4s-main-page h2,
.template-page .t4s-main-page h3,
.template-page .t4s-main-page h4 {
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

.template-page .t4s-main-page h2 { margin: 28px 0 12px !important; font-size: 22px !important; }
.template-page .t4s-main-page h3 { margin: 22px 0 10px !important; font-size: 18px !important; }
.template-page .t4s-main-page p { margin: 0 0 15px; }
.template-page .t4s-main-page ul,
.template-page .t4s-main-page ol { margin: 10px 0 18px; padding-left: 22px; }
.template-page .t4s-main-page li + li { margin-top: 6px; }
.template-page .t4s-main-page img { max-width: 100%; height: auto; border-radius: var(--sg-site-radius); }
.template-page .t4s-main-page hr { margin: 30px 0; border: 0; border-top: 1px solid #e5e5e5; }
.template-page .t4s-main-page a:not(.t4s-btn) {
  color: var(--sg-site-text) !important;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}
.template-page .t4s-main-page a:not(.t4s-btn):hover,
.template-page .t4s-main-page a:not(.t4s-btn):focus-visible { color: var(--sg-site-green) !important; }

/* Already-branded information/auth pages: harmonise outer rhythm only. */
.sg-info-page,
.sg-auth-page {
  padding-top: 46px !important;
  padding-bottom: 58px !important;
}

/* Prevent empty legacy main-page sections creating mystery whitespace. */
@supports selector(section:has(*)) {
  .template-page .t4s-section-main:has(.t4s-main-page:empty) {
    display: none !important;
  }
}

/* ------------------------------------------------------------
   Contact page
   ------------------------------------------------------------ */
.template-page .t4s-contact-form > .t4s-section-inner {
  margin-top: 8px !important;
  margin-bottom: 64px !important;
}

.template-page .t4s-contact-form .t4s-row {
  --ts-gutter-x: 26px;
  align-items: stretch;
}

.template-page .t4s-contact-form .t4s-col-item {
  min-width: 0;
}

.template-page .t4s-contact-form form,
.template-page .t4s-contact-form .t4s-contact-info {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--sg-site-border);
  border-radius: var(--sg-site-radius);
  background: #fff;
  box-shadow: var(--sg-site-shadow);
}

.template-page .t4s-contact-form .t4s-form-title,
.template-page .t4s-contact-form .t4s-info-heading {
  margin: 0 0 22px !important;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.template-page .t4s-contact-form label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--sg-site-text);
  font-size: 13px;
  font-weight: 700;
}

.template-page .t4s-contact-form input[type="text"],
.template-page .t4s-contact-form input[type="email"],
.template-page .t4s-contact-form input[type="tel"],
.template-page .t4s-contact-form textarea,
.template-page .t4s-contact-form select {
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: var(--sg-site-radius) !important;
  background: #fff !important;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-font) !important;
  font-size: 14px !important;
}

.template-page .t4s-contact-form textarea { min-height: 180px !important; resize: vertical; }
.template-page .t4s-contact-form input:focus,
.template-page .t4s-contact-form textarea:focus,
.template-page .t4s-contact-form select:focus {
  border-color: var(--sg-site-green) !important;
  outline: 2px solid rgba(34, 111, 84, .13) !important;
  outline-offset: 1px;
}

.template-page .t4s-contact-form .t4s-btn {
  min-height: 48px;
  border-radius: var(--sg-site-radius) !important;
  font-family: var(--sg-site-font) !important;
  font-weight: 700 !important;
}
.template-page .t4s-contact-form .t4s-btn:hover,
.template-page .t4s-contact-form .t4s-btn:focus-visible {
  border-color: var(--sg-site-green) !important;
  background: var(--sg-site-green) !important;
  color: #fff !important;
}

.template-page .t4s-contact-info,
.template-page .t4s-contact-info p,
.template-page .t4s-contact-info li {
  color: var(--sg-site-muted) !important;
  font-family: var(--sg-site-font) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.template-page .t4s-contact-info a { color: var(--sg-site-text) !important; font-weight: 700; }
.template-page .t4s-contact-info a:hover { color: var(--sg-site-green) !important; }

/* ------------------------------------------------------------
   Brands directory
   ------------------------------------------------------------ */
.template-page .t4s-main-brand-page {
  margin-top: 10px !important;
  margin-bottom: 64px !important;
}

.template-page .t4s-main-brand-page .t4s-row {
  row-gap: 12px;
}

.template-page .t4s-main-brand-page .t4s-filter-item {
  box-shadow: none !important;
}

.template-page .t4s-main-brand-page .t4s-vendor-item {
  height: 100%;
}

.template-page .t4s-main-brand-page .t4s-vendor-item a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 14px 12px !important;
  border: 1px solid var(--sg-site-border);
  border-radius: var(--sg-site-radius);
  background: #fff;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-font) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.template-page .t4s-main-brand-page .t4s-vendor-item a:hover,
.template-page .t4s-main-brand-page .t4s-vendor-item a:focus-visible {
  border-color: var(--sg-site-green);
  color: var(--sg-site-green) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.045);
  transform: translateY(-1px);
}

/* ------------------------------------------------------------
   Newsletter standalone page
   ------------------------------------------------------------ */
.template-page .t4s-section:has(.hero) .hero,
.template-page .t4s-section:has(.benefits) .benefits {
  font-family: var(--sg-site-font) !important;
}

.template-page .t4s-section:has(.hero) .hero h1,
.template-page .t4s-section:has(.benefits) .benefits h2 {
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-weight: 600 !important;
}

.template-page .t4s-section:has(.hero) .hero h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 14px auto 0;
  border-radius: 0;
  background: var(--sg-site-green);
}

.template-page .t4s-section:has(.benefits) .benefit-item {
  padding: 22px 18px;
  border: 1px solid var(--sg-site-border);
  border-radius: var(--sg-site-radius);
  background: #fff;
}

/* ------------------------------------------------------------
   Cart
   ------------------------------------------------------------ */
.template-cart .t4s-container {
  max-width: 1320px;
}

.template-cart .sg-cart-page-heading {
  max-width: 860px;
  margin: 0 auto 30px !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid #e2e2e2 !important;
  text-align: center;
}

.template-cart .sg-cart-page-heading__title {
  margin: 0 0 8px !important;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-size: clamp(36px, 4vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.template-cart .sg-cart-page-heading__text {
  margin-inline: auto !important;
  color: var(--sg-site-muted) !important;
  font-family: var(--sg-site-font) !important;
  line-height: 1.6 !important;
}

.template-cart .t4s-cartPage__form {
  margin-bottom: 58px;
  border-radius: var(--sg-site-radius);
}

.template-cart .t4s-cartPage__header {
  border-color: #e2e2e2 !important;
}

.template-cart .t4s-cartPage__footer {
  margin-top: 26px;
}

.template-cart .t4s-cart-note__input,
.template-cart input,
.template-cart select,
.template-cart textarea {
  border-radius: var(--sg-site-radius) !important;
}

.template-cart .t4s-btn__checkout,
.template-cart .t4s-btn__update,
.template-cart .t4s-btn-cart__emty,
.template-cart .t4s-return-to-shop a {
  border-radius: var(--sg-site-radius) !important;
}

.template-cart .t4s-mini_cart__emty {
  max-width: 620px;
  margin: 28px auto 40px;
  padding: 34px 24px;
  border: 1px solid var(--sg-site-border);
  border-radius: var(--sg-site-radius);
  background: #fff;
}

/* ------------------------------------------------------------
   Customer account / authentication system pages
   ------------------------------------------------------------ */
body[class*="template-customers-"] .t4s-customer {
  color: var(--sg-site-text);
  font-family: var(--sg-site-font) !important;
}

body[class*="template-customers-"] .t4s-customer.is--activate,
body[class*="template-customers-"] .t4s-customer.is--login,
body[class*="template-customers-"] .t4s-customer.is--register,
body[class*="template-customers-"] .t4s-customer.is--reset-password {
  width: calc(100% - 40px);
  max-width: 480px;
  min-height: 0 !important;
  margin: 22px auto 64px !important;
  padding: 30px !important;
  border: 1px solid var(--sg-site-border);
  border-radius: var(--sg-site-radius);
  background: #fff;
  box-shadow: var(--sg-site-shadow);
}

body[class*="template-customers-"] .t4s-customer h2,
body[class*="template-customers-"] .t4s_title_addresses {
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body[class*="template-customers-"] input.t4s_frm_input,
body[class*="template-customers-"] .t4s-customer select {
  min-height: 48px;
  border: 1px solid #d6d6d6 !important;
  border-radius: var(--sg-site-radius) !important;
  background: #fff;
  font-family: var(--sg-site-font) !important;
}

body[class*="template-customers-"] input.t4s_frm_input:focus,
body[class*="template-customers-"] .t4s-customer select:focus {
  border-color: var(--sg-site-green) !important;
  outline: 2px solid rgba(34,111,84,.13) !important;
  outline-offset: 1px;
}

body[class*="template-customers-"] .t4s_btn_submmit,
body[class*="template-customers-"] .t4s_btn_black,
body[class*="template-customers-"] .t4s_btn_white {
  border-radius: var(--sg-site-radius) !important;
  font-family: var(--sg-site-font) !important;
  font-weight: 700 !important;
}

body[class*="template-customers-"] .t4s-customer-account {
  margin-top: 28px !important;
  margin-bottom: 64px !important;
}

body[class*="template-customers-"] .t4s-account-nav ul,
body[class*="template-customers-"] .t4s-account-content {
  border-radius: var(--sg-site-radius);
}

body[class*="template-customers-"] .t4s-account-nav ul {
  overflow: hidden;
  border: 1px solid var(--sg-site-border) !important;
}

body[class*="template-customers-"] .t4s-account-nav .is--active a,
body[class*="template-customers-"] .t4s-account-nav a:hover {
  background: #f2f7f5 !important;
  color: var(--sg-site-green) !important;
}

body[class*="template-customers-"] .t4s-responsive-table {
  overflow: hidden;
  border: 1px solid var(--sg-site-border);
  border-radius: var(--sg-site-radius);
}

/* ------------------------------------------------------------
   Blog / article
   ------------------------------------------------------------ */
.template-blog .t4s-main-blog-page,
.template-article .t4s-main-article-page {
  margin-top: 38px;
  margin-bottom: 64px;
  color: var(--sg-site-text);
  font-family: var(--sg-site-font) !important;
}

.template-blog .t4s-post-item,
.template-article .t4s-article-related .t4s-post-item {
  overflow: hidden;
  border-radius: var(--sg-site-radius);
}

.template-blog .t4s-post-content,
.template-article .t4s-post-content {
  padding-top: 15px;
}

.template-blog .t4s-post-title,
.template-article .t4s-post-title,
.template-article .t4s-article-title,
.template-article .t4s-article-related-heading,
.template-article .t4s-comments-heading,
.template-article .t4s-comments-form__heading {
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.template-article .t4s-article-title {
  font-size: clamp(38px, 5vw, 56px) !important;
  line-height: 1 !important;
}

.template-article .t4s-article-content {
  max-width: 900px;
  margin-inline: auto;
  color: var(--sg-site-muted);
  font-family: var(--sg-site-font) !important;
  font-size: 15px;
  line-height: 1.8;
}

.template-article .t4s-article-content h2,
.template-article .t4s-article-content h3 {
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-font) !important;
  font-weight: 700 !important;
}

.template-article .t4s-article-image,
.template-article .t4s-article-image img {
  border-radius: var(--sg-site-radius);
}

.template-article .t4s-field__input,
.template-article .text-area {
  border-radius: var(--sg-site-radius) !important;
}

/* ------------------------------------------------------------
   List collections / directory cards
   ------------------------------------------------------------ */
.template-list-collections .t4s-section-main {
  margin-bottom: 64px;
}

.template-list-collections .cat_grid_item,
.template-list-collections .t4s-collection-item {
  overflow: hidden;
  border-radius: var(--sg-site-radius);
}

.template-list-collections .t4s-collection-item img,
.template-list-collections .cat_grid_item img {
  border-radius: var(--sg-site-radius);
}

/* ------------------------------------------------------------
   404
   ------------------------------------------------------------ */
.template-404 .error-404-wrap {
  min-height: 56vh;
  display: flex;
  align-items: center;
  padding: 56px 20px 72px;
}

.template-404 .error-404-wrap .t4s-container {
  max-width: 720px;
  padding: 38px 28px;
  border: 1px solid var(--sg-site-border);
  border-left: 3px solid var(--sg-site-green);
  border-radius: var(--sg-site-radius);
  background: #fff;
  box-shadow: var(--sg-site-shadow);
}

.template-404 .error-404-title {
  margin: 0 0 4px !important;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-size: clamp(72px, 12vw, 110px) !important;
  font-weight: 600 !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
}

.template-404 .error-404-subtext {
  margin: 0 0 18px !important;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-font) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}

.template-404 .error-404-link a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  border: 1px solid #111 !important;
  border-radius: var(--sg-site-radius);
  background: #111;
  color: #fff !important;
  font-family: var(--sg-site-font);
  font-weight: 700;
  text-decoration: none !important;
}
.template-404 .error-404-link a:hover { border-color: var(--sg-site-green) !important; background: var(--sg-site-green); }

/* ------------------------------------------------------------
/* ------------------------------------------------------------
   Universal form/button quality on secondary templates
   ------------------------------------------------------------ */
.template-page #MainContent button,
.template-page #MainContent .t4s-btn,
.template-blog #MainContent button,
.template-blog #MainContent .t4s-btn,
.template-article #MainContent button,
.template-article #MainContent .t4s-btn,
.template-list-collections #MainContent button,
.template-list-collections #MainContent .t4s-btn {
  border-radius: var(--sg-site-radius);
}

/* ------------------------------------------------------------
   Responsive spacing
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .template-page .header-banner .page-head,
  .template-blog .header-banner .page-head,
  .template-list-collections .header-banner .page-head,
  body[class*="template-customers-"] .header-banner .page-head {
    padding-top: 32px !important;
    padding-bottom: 20px !important;
  }

  .template-cart .sg-cart-page-heading { margin-bottom: 24px !important; }
}

@media (max-width: 767px) {
  .template-page .header-banner .page-head,
  .template-blog .header-banner .page-head,
  .template-list-collections .header-banner .page-head,
  body[class*="template-customers-"] .header-banner .page-head {
    padding: 28px 18px 18px !important;
  }

  .template-page .header-banner .title-head,
  .template-blog .header-banner .title-head,
  .template-list-collections .header-banner .title-head,
  body[class*="template-customers-"] .header-banner .title-head {
    gap: 11px;
    font-size: 32px !important;
  }

  .template-page .header-banner .title-head::before,
  .template-page .header-banner .title-head::after,
  .template-blog .header-banner .title-head::before,
  .template-blog .header-banner .title-head::after,
  .template-list-collections .header-banner .title-head::before,
  .template-list-collections .header-banner .title-head::after,
  body[class*="template-customers-"] .header-banner .title-head::before,
  body[class*="template-customers-"] .header-banner .title-head::after {
    width: 34px;
    flex-basis: 34px;
  }

  .sg-info-page,
  .sg-auth-page {
    padding: 34px 18px 44px !important;
  }

  .sg-info-page__hero,
  .sg-auth-page__hero {
    margin-bottom: 26px !important;
  }

  .sg-info-page__content {
    padding: 22px 18px !important;
  }

  .template-page .t4s-main-page {
    padding-inline: 4px;
    font-size: 14px;
    line-height: 1.72;
  }

  .template-page .t4s-contact-form > .t4s-section-inner {
    margin-top: 4px !important;
    margin-bottom: 44px !important;
  }

  .template-page .t4s-contact-form .t4s-row { row-gap: 14px; }
  .template-page .t4s-contact-form form,
  .template-page .t4s-contact-form .t4s-contact-info { padding: 22px 18px; }
  .template-page .t4s-contact-form .t4s-form-title,
  .template-page .t4s-contact-form .t4s-info-heading { font-size: 28px !important; }

  .template-page .t4s-main-brand-page { margin-bottom: 44px !important; }
  .template-page .t4s-main-brand-page .t4s-vendor-item a { min-height: 56px; font-size: 13px; }

  .template-page .t4s-section:has(.benefits) .benefit-item { padding: 18px 15px; }

  .template-cart .sg-cart-page-heading {
    margin: 0 auto 20px !important;
    padding: 0 8px 16px !important;
  }
  .template-cart .sg-cart-page-heading__title { font-size: 34px !important; }
  .template-cart .sg-cartPage__form { margin-bottom: 42px; }
  .template-cart .t4s-mini_cart__emty { margin: 18px 0 30px; padding: 26px 18px; }

  body[class*="template-customers-"] .t4s-customer.is--activate,
  body[class*="template-customers-"] .t4s-customer.is--login,
  body[class*="template-customers-"] .t4s-customer.is--register,
  body[class*="template-customers-"] .t4s-customer.is--reset-password {
    width: calc(100% - 36px);
    margin: 14px auto 44px !important;
    padding: 24px 18px !important;
  }

  body[class*="template-customers-"] .t4s-customer-account {
    margin-top: 16px !important;
    margin-bottom: 44px !important;
  }

  body[class*="template-customers-"] .t4s-account-sidebar { margin-bottom: 18px; }

  .template-blog .t4s-main-blog-page,
  .template-article .t4s-main-article-page {
    margin-top: 24px;
    margin-bottom: 44px;
  }
  .template-article .t4s-article-title { font-size: 38px !important; }
  .template-article .t4s-article-content { font-size: 14px; line-height: 1.72; }

  .template-list-collections .t4s-section-main { margin-bottom: 44px; }

  .template-404 .error-404-wrap { min-height: 48vh; padding: 34px 18px 50px; }
  .template-404 .error-404-wrap .t4s-container { padding: 30px 18px; }
}

@media (max-width: 420px) {
  .template-page .header-banner .title-head::before,
  .template-page .header-banner .title-head::after,
  .template-blog .header-banner .title-head::before,
  .template-blog .header-banner .title-head::after,
  .template-list-collections .header-banner .title-head::before,
  .template-list-collections .header-banner .title-head::after,
  body[class*="template-customers-"] .header-banner .title-head::before,
  body[class*="template-customers-"] .header-banner .title-head::after {
    width: 24px;
    flex-basis: 24px;
  }
}

/* ------------------------------------------------------------
   Password / coming-soon page
   ------------------------------------------------------------ */
.template-password .password-main {
  display: flex;
  min-height: calc(100vh - 100px);
  align-items: center;
  padding: 42px 0 58px;
  background: #fff;
  color: var(--sg-site-text);
  font-family: var(--sg-site-font);
}
.template-password .password-content {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 34px 28px;
  border: 1px solid var(--sg-site-border);
  border-left: 3px solid var(--sg-site-green);
  border-radius: var(--sg-site-radius);
  background: #fff;
  box-shadow: var(--sg-site-shadow);
}
.template-password .password-content__title {
  margin: 0 0 14px;
  color: var(--sg-site-text) !important;
  font-family: var(--sg-site-display) !important;
  font-size: clamp(38px, 6vw, 56px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}
.template-password .password-content .t4s-rte {
  color: var(--sg-site-muted);
  font-family: var(--sg-site-font);
  line-height: 1.7;
}
.template-password .t4s-newsletter__email,
.template-password .t4s-newsletter__submit {
  min-height: 48px;
  border-radius: var(--sg-site-radius) !important;
  font-family: var(--sg-site-font) !important;
}
@media (max-width: 767px) {
  .template-password .password-main { min-height: calc(100vh - 80px); padding: 28px 18px 44px; }
  .template-password .password-content { padding: 28px 18px; }
}

