/** Shopify CDN: Minification failed

Line 163:0 Unexpected "}"

**/
/* ================================================
   CGT CUSTOM STYLES
   ================================================ */

/* Top-level nav links */
.site-nav__link {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  position: relative !important;
  display: inline-block !important;
}

/* Dropdown links */
.site-nav__dropdown-link {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* Nav hover state */
.site-nav__link:hover,
.site-nav__dropdown-link:hover {
  font-weight: 600 !important;
  color: #F3D54E !important;
}

/* Hover dot */
.site-nav__item {
  position: relative;
}
.nav-hover-dot {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #F3D54E;
  font-size: 10px;
  line-height: 1;
  pointer-events: none;
}

/* Body text */
body, p, li, span, a, input, button, textarea {
  font-family: 'Lato', sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Junge', serif !important;
}

.quote-png {
  width: 128px;
  height: 128px;
  text-align: center;
  margin: 0 auto;
}

.quote {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 60% !important;
}

.quote p {
    font-size: calc(var(--typeBaseSize)*1.2);
}

.title {
  font-size: 12px !important;
}

/* Custom Spotlight Product Feature */

.spotlight-content .page-width {
  max-width: 1200px;
}

.spotlight-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spotlight-content .custom__item:first-child {
  flex: 0 0 62%;
  max-width: 62%;
  z-index: 1;
}

.spotlight-content .custom__item:nth-child(2) {
  flex: 0 0 38%;
  max-width: 38%;
  margin-left: -5%;
  z-index: 5;
}

.spotlight-content .spotlight {
  background: #fff;
  padding: 45px;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  position: relative;
  z-index: 10;
  max-width: 430px;
}

.spotlight-content #eyebrow {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 12px;
}

.spotlight-content .spotlight h2 {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .spotlight-content {
    display: block;
  }

  .spotlight-content .custom__item:first-child,
  .spotlight-content .custom__item:nth-child(2) {
    width: 100%;
    max-width: 100%;
    flex: none;
    margin-left: 0;
  }

  .spotlight-content .custom__item:first-child .image-wrap {
    transform: none;
  }

  .spotlight-content .spotlight {
    max-width: calc(100% - 32px);
    margin: -40px auto 0;
    padding: 32px 28px;
  }
}

/* Remove bottom spacing from following rich text section */
#shopify-section-template--17789899243728__rich_text_gAEmLV, #shopify-section-template--17790222696656__rich_text_gAEmLV, #shopify-section-template--17790269063376__rich_text_gAEmLV, #shopify-section-template--17790289248464__rich_text_gAEmLV, #shopify-section-template--17790289281232__rich_text_gAEmLV, #shopify-section-template--17790319001808__rich_text_gAEmLV, #shopify-section-template--17790329061584__rich_text_gAEmLV{
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
    .site-nav__link.site-nav__link--icon.js-drawer-open-nav.large-up--hide {
      display: none !important;
    }
  }
}
#shopify-section-template--17834980475088__main,
#shopify-section-template--17834980475088__main > .shopify-section,
section#shopify-section-template--17834980475088__main {
  margin-bottom: -120px !important;
}
.subscription-module {
  margin-top: -120px;
}
.collection-description {
  max-width: 100%!important;
}