/*
 * Static layout fallback for the Shopify North theme snapshot.
 * Loaded after the original theme styles so the page remains usable when
 * the former shop domain or Shopify theme assets are unavailable.
 */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-body, #fff);
  color: var(--color-text, #151515);
  font-family: "Harmonia Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.panel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--color-link-hover, #666); }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button { color: inherit; }
figure, h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { line-height: 1.15; font-weight: 400; }
h1 { font-size: clamp(42px, 6vw, 82px); }
h2 { font-size: clamp(32px, 4vw, 54px); }
h3 { font-size: clamp(25px, 3vw, 38px); }
h4 { font-size: 20px; }
custom-element, announcement-bar, theme-header, full-menu, product-card,
localization-form, modal-dialog, quick-shop, cookie-notice, back-to-top {
  display: block;
}
.hidden, .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.screen-reader-shortcut {
  position: fixed;
  z-index: 10000;
  left: 16px;
  top: -100px;
  padding: 10px 16px;
  background: #fff;
  color: #151515;
}
.screen-reader-shortcut:focus { top: 16px; }
#wrapper { width: 100%; overflow: clip; }
.row {
  width: min(100%, 1440px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  flex-wrap: wrap;
}
.row.full-width-row { max-width: none; }
.row.no-padding { padding-left: 0; padding-right: 0; }
.row.align-center { justify-content: center; }
.row.align-middle, .row.row-o-content-middle { align-items: center; }
.row.align-stretch { align-items: stretch; }
.columns { width: 100%; min-width: 0; padding-left: 14px; padding-right: 14px; }
.small-12 { width: 100%; }
.small-6 { width: 50%; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.section-padding { padding-top: 80px; padding-bottom: 80px; }
.section-margin { margin-top: 80px; margin-bottom: 80px; }
.section-no-top-margin { margin-top: 0 !important; }
.section-no-bottom-margin { margin-bottom: 0 !important; }
.vc_empty_space { display: block; }
.rte > :last-child { margin-bottom: 0; }

/* Announcement */
.thb-global-notification {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 48px;
  font-size: 13px;
  letter-spacing: .02em;
  text-align: center;
}
.thb-global-notification .row { padding: 0; }
.thb-global-notification p { margin: 0; }
.thb-notification-close {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* Header */
.header-section { position: relative; z-index: 80; }
.header {
  display: block;
  width: 100%;
  min-height: var(--header-height, 75px);
  background: #fff;
  border-bottom: 1px solid rgba(21, 21, 21, .08);
}
.header.fixed { position: sticky; top: 0; }
.header .row { max-width: none; }
.header-grid {
  min-height: var(--header-height, 75px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}
.menu-holder { display: flex; align-items: center; }
.thb-full-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.thb-full-menu a, .account-holder a, .search-modal__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
}
.thb-full-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 1px;
  background: currentColor;
  transition: right .2s ease;
}
.thb-full-menu > li:hover > a::after,
.thb-full-menu > li.active > a::after { right: 0; }
.logo-holder { justify-self: center; }
.logolink { display: block; }
.header .logolink .logoimg {
  width: auto;
  max-width: 160px;
  max-height: 42px;
  object-fit: contain;
}
.logoimg.bg--dark { display: none; }
.account-holder {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 28px);
  white-space: nowrap;
}
.float_count {
  display: inline-grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  margin-left: 6px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
}
.toggle-holder { display: none; }
.mobile-toggle {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.mobile-toggle span {
  display: block;
  height: 1px;
  margin: 5px 0;
  transition: transform .2s ease, opacity .2s ease;
}

/* Hero */
.north-hero {
  position: relative;
  isolation: isolate;
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #154569;
  color: #fff;
}
.north-hero > .thb-parallax-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.north-hero-overlay { position: absolute; inset: 0; z-index: -1; }
.north-hero > .row { width: 100%; padding-bottom: 64px; }
.north-hero h1 { margin-bottom: 0; text-shadow: 0 2px 18px rgba(0,0,0,.24); }
.btn, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1px solid #151515;
  background: #151515;
  color: #fff;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn.pill, .button.pill { border-radius: 999px; }
.btn.alt.white { border-color: #fff; background: #fff; color: #154569; }
.btn:hover, .button:hover { background: transparent; color: #151515; }
.btn.alt.white:hover { background: transparent; color: #fff; }

/* Multicolumn cards */
.multicolumn .row { max-width: none; }
.multicolumn .horizontal-textbox { padding: 0; }
.horizontal-textbox-inner {
  height: 100%;
  padding-bottom: 38px;
  overflow: hidden;
}
.multicolumn--image {
  position: relative;
  width: 100%;
  aspect-ratio: 1050 / 1558;
  margin-bottom: 28px;
  overflow: hidden;
}
.multicolumn--image img { width: 100%; height: 100%; object-fit: cover; }
.horizontal-textbox h4 { margin: 0 20px 10px; letter-spacing: .07em; }
.horizontal-textbox .rte { max-width: 300px; margin: 0 auto; padding: 0 22px; }

/* Rich text */
.rich-text { max-width: 1000px; margin: 0 auto; padding: 8px 28px; }
.rich-text h3 { margin-bottom: 0; }

/* Products */
.products { margin-left: -14px; margin-right: -14px; row-gap: 46px; }
product-card.product { display: block; }
.product_thumbnail {
  position: relative;
  width: 100%;
  margin: 0 0 22px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(255,255,255,.08);
}
.product_thumbnail > a { position: absolute; inset: 0; display: block; }
.product_thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s ease, transform .5s ease;
}
.product_thumbnail .product_thumbnail_hover { position: absolute; inset: 0; z-index: 2; opacity: 0; transition: opacity .3s ease; }
.product_thumbnail .product_thumbnail_hover img { position: absolute; inset: 0; }
.product_thumbnail:hover .product_thumbnail_hover { opacity: 1; }
.product_thumbnail:hover > a > img { transform: scale(1.025); }
.product h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.35; }
.product .price { font-size: 14px; }
.product ins { text-decoration: none; }

/* Image with text */
.section-image-with-text .row-direction-image-right { display: flex; }
.section-image-with-text .content-side,
.section-image-with-text .image-side { display: flex; min-height: 560px; }
.content-side-inner {
  width: min(100%, 580px);
  margin: auto;
  padding: 72px clamp(32px, 6vw, 90px);
}
.image-side-holder { position: relative; width: 100%; min-height: 100%; overflow: hidden; }
.image-side-holder img { width: 100%; height: 100%; object-fit: cover; }

/* Blog */
.blog-posts .row { margin-left: -14px; margin-right: -14px; }
.post { height: 100%; }
.post-gallery { position: relative; aspect-ratio: 8 / 5; overflow: hidden; margin: 0 0 22px; }
.post-gallery a, .post-gallery img { width: 100%; height: 100%; }
.post-gallery img { object-fit: cover; transition: transform .45s ease; }
.post-gallery:hover img { transform: scale(1.025); }
.post-title h4 { margin-bottom: 8px; }
.post-meta { margin-bottom: 15px; font-size: 12px; opacity: .68; }
.post-excerpt { font-size: 15px; }

/* Newsletter */
.email-signup-section { padding: 90px 28px; }
.email-signup-inner { max-width: 740px; margin: 0 auto; }
.email-signup-section .rte { margin-bottom: 26px; }
.thb_subscribe fieldset, .searchform fieldset { position: relative; margin: 0; padding: 0; border: 0; }
.widget_subscribe, .search-field {
  width: 100%;
  height: 54px;
  padding: 0 58px 0 20px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  outline: none;
}
.widget_subscribe.pill, .search-field.pill { border-radius: 999px; }
.widget_subscribe::placeholder, .search-field::placeholder { color: currentColor; opacity: .72; }
.widget_subscribe_btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* Footer */
.footer {
  padding: 52px 0 28px;
  background: var(--footer-bg, #151515);
  color: var(--footer-text, #eaeaea);
  font-size: 13px;
}
.footer a { color: var(--footer-link, #fff); }
.footer a:hover { color: var(--footer-link-hover, #eceef4); }
.footer .row { row-gap: 20px; }
.footer hr { border: 0; border-top: 1px solid var(--footer-border, #2b2b2b); margin: 20px 0; }
.shopify-localization-form { display: flex; flex-wrap: wrap; gap: 10px; }
.shopify-localization-form .select { position: relative; }
.shopify-localization-form select {
  min-height: 38px;
  padding: 8px 34px 8px 12px;
  border: 1px solid var(--footer-border, #2b2b2b);
  background: transparent;
  color: inherit;
}
.shopify-localization-form option { color: #151515; }
.thb-footer-menu { display: flex; list-style: none; margin: 20px 0 0; padding: 0; gap: 20px; }
.footer-right-side { text-align: right; }
.footer-payment-icons { display: flex; justify-content: flex-end; }
.paymenttypes { margin: 0; }

/* Side panels and search modal */
.side-panel {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: min(430px, 92vw);
  height: 100dvh;
  background: #fff;
  color: #151515;
  box-shadow: -12px 0 40px rgba(0,0,0,.16);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform .3s ease, visibility .3s ease;
  overflow-y: auto;
}
#mobile-menu { left: 0; right: auto; transform: translateX(-105%); }
.side-panel.is-open { transform: translateX(0); visibility: visible; }
.side-panel > header {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.side-panel > header h6 { margin: 0; font-size: 18px; }
.thb-close, .search-modal__toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.side-panel-content { padding: 28px 24px 50px; }
.mobile-menu { list-style: none; margin: 28px 0 0; padding: 0; }
.mobile-menu li { border-bottom: 1px solid #eaeaea; }
.mobile-menu a { display: block; padding: 15px 0; font-size: 19px; }
.mobile-secondary-menu a { font-size: 15px; }
.thb-mobile-menu-switchers { padding: 0 24px 30px; }
.click-capture {
  position: fixed;
  z-index: 190;
  inset: 0;
  background: rgba(0,0,0,.34);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.click-capture.is-open { opacity: 1; visibility: visible; }
.search-modal {
  position: fixed;
  z-index: 220;
  inset: 0;
  background: rgba(255,255,255,.98);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.search-modal.is-open { opacity: 1; visibility: visible; }
.search-modal__content { min-height: 100%; padding: 80px 28px; display: grid; place-items: center; position: relative; }
.search-modal__toggle { position: absolute; top: 22px; right: 22px; }
.thb-close-text { position: absolute; top: 35px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .14em; }
.searchpopup-inner { width: min(850px, 90vw); }
.searchpopup-inner .search-field { height: 72px; padding: 0 110px 0 6px; border-width: 0 0 1px; font-size: clamp(28px, 5vw, 56px); }
#search-results-submit { position: absolute; right: 0; top: 0; height: 72px; padding: 0 4px; border: 0; background: transparent; cursor: pointer; }
quick-shop > button.quick-shop { display: none; }
#Quick-Drawer .products { margin: 0 -7px; }
#Quick-Drawer product-card { width: 50%; padding: 0 7px; }

/* Cookie and utility */
.thb-cookie {
  position: fixed;
  z-index: 180;
  left: 22px;
  bottom: 22px;
  width: min(390px, calc(100vw - 44px));
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 10px 34px rgba(0,0,0,.2);
  font-size: 13px;
}
.thb-cookie-text { flex: 1; }
.thb-cookie-text p { margin: 0; }
.button-accept { flex: 0 0 auto; padding: 8px 12px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
back-to-top.back-to-top {
  position: fixed;
  z-index: 150;
  right: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #eaeaea;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity .2s ease, visibility .2s ease;
}
back-to-top.back-to-top.is-visible { opacity: 1; visibility: visible; }
.animation { opacity: 1 !important; transform: none !important; }

@media (min-width: 768px) {
  .medium-4 { width: 33.333333%; }
  .medium-5 { width: 41.666667%; }
  .medium-6 { width: 50%; }
  .medium-7 { width: 58.333333%; }
  .footer-left-side { text-align: left; }
}
@media (min-width: 1024px) {
  .large-4 { width: 33.333333%; }
  .large-5 { width: 41.666667%; }
  .large-8 { width: 66.666667%; }
  .show-for-large { display: block; }
  .hide-for-large { display: none !important; }
}
@media (max-width: 1023px) {
  .show-for-large { display: none !important; }
  .hide-for-large { display: block; }
  .toggle-holder { display: block; justify-self: start; }
  .header-grid { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .account-holder { gap: 16px; }
  .account-holder #quick_profile { display: none; }
  .account-holder .search-modal__opener { display: none; }
  .header .logolink .logoimg { max-width: 132px; }
  .north-hero { min-height: 480px; }
}
@media (max-width: 767px) {
  .row { padding-left: 14px; padding-right: 14px; }
  .columns { padding-left: 8px; padding-right: 8px; }
  .section-padding { padding-top: 48px; padding-bottom: 48px; }
  .section-margin { margin-top: 40px; margin-bottom: 40px; }
  .header-grid { min-height: 66px; }
  .header { min-height: 66px; }
  .account-holder { font-size: 13px; }
  .account-holder #cart-drawer-toggle { min-height: 38px; }
  .north-hero { min-height: 400px; }
  .north-hero > .row { padding-bottom: 42px; }
  .north-hero h1 { font-size: clamp(38px, 12vw, 58px); }
  .multicolumn .pixel-padding { gap: 0; }
  .multicolumn .horizontal-textbox { width: 100%; }
  .horizontal-textbox-inner { padding-bottom: 30px; }
  .multicolumn--image { aspect-ratio: 4 / 5; }
  .products { row-gap: 32px; }
  .product_thumbnail { margin-bottom: 14px; }
  .product h3 { font-size: 14px; }
  .section-image-with-text .row-direction-image-right { flex-direction: column; }
  .section-image-with-text .content-side,
  .section-image-with-text .image-side { width: 100%; min-height: auto; }
  .content-side-inner { padding: 48px 28px; }
  .image-side-holder { aspect-ratio: 1 / 1; }
  .blog-posts .item { width: 100%; margin-bottom: 36px; }
  .email-signup-section { padding: 62px 20px; }
  .footer-right-side { text-align: left; }
  .footer-payment-icons { justify-content: flex-start; }
  .thb-cookie { left: 12px; right: 12px; bottom: 12px; width: auto; }
  back-to-top.back-to-top { right: 12px; bottom: 12px; }
}
