/**
* @file index.scss
**/
/**
* @file _config.scss
**/
/**
* @file _reset.scss
**/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: bottom;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1;
  }
  
  ol,
  ul {
    list-style: none;
  }
  
  *:focus {
    outline: none;
  }
  
  blockquote,
  q {
    quotes: none;
  }
  
  blockquote::before, blockquote::after,
  q::before,
  q::after {
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  button {
    border: 0;
    outline: none;
    cursor: pointer;
  }
  
  input[type='submit'],
  input[type='button'] {
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
  }
  
  input[type='submit']::-webkit-search-decoration,
  input[type='button']::-webkit-search-decoration {
    display: none;
  }
  
  input[type='submit']:focus,
  input[type='button']:focus {
    outline-offset: -2px;
  }
  
  input,
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  
  /**
  * @file _media.scss
  **/
  /**
  * @file _footer.scss
  **/
  .footer-wrapper {
    position: relative !important;
    margin-top: 100px;
  }
  
  @media screen and (max-width: 768px) {
    .footer-wrapper {
      margin-top: 50px;
    }
  }
  
  /**
  * @file _header.scss
  **/
  .mobile-nav__logo-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  @media screen and (max-width: 1280px) {
    .site-header__logo {
      padding-left: 0 !important;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .site-header__wrapper__left {
      -ms-flex-preferred-size: 150px !important;
      flex-basis: 150px !important;
    }
  }
  
  @media screen and (max-width: 992px) {
    .site-header__wrapper__left {
      -ms-flex-preferred-size: 130px !important;
      flex-basis: 130px !important;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .site-header__wrapper__left img {
      width: 150px !important;
    }
  }
  
  @media screen and (max-width: 992px) {
    .site-header__wrapper__left img {
      width: 130px !important;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .site-header .site-nav__link {
      padding: 10px !important;
    }
  }
  
  @media screen and (max-width: 992px) {
    .site-header .site-nav__link {
      padding: 8px !important;
      font-size: 13px !important;
    }
  }
  
  .site-header .site-nav__dropdown {
    width: 300px;
  }
  
  @media screen and (max-width: 992px) {
    .site-header .site-nav__dropdown {
      width: 200px;
    }
  }
  
  .site-header .site-nav__dropdown .icon-dropdown {
    -webkit-transform: translateY(-50%) rotate(-90deg) !important;
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 0;
    transform: translateY(-50%) rotate(-90deg) !important;
  }
  
  .site-header .site-nav__subdropdown {
    -webkit-transition: 0.4s;
    display: none !important;
    width: 200px;
    transition: 0.4s;
  }
  
  .site-header .site-nav__subdropdown.is-active {
    -webkit-transform: translateX(0);
    display: block !important;
    visibility: visible !important;
    transform: translateX(0);
    opacity: 1 !important;
  }
  
  @media screen and (max-width: 1280px) {
    .site-header__links {
      padding: 0 !important;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .site-header__links a {
      padding: 10px !important;
    }
  }
  
  @media screen and (max-width: 992px) {
    .site-header__links a {
      padding: 8px !important;
    }
  }
  
  #account .main-content,
  #create-account .main-content,
  #addresses .main-content {
    padding: 50px 0 100px;
  }
  
  #account .page-main--wrapper,
  #create-account .page-main--wrapper,
  #addresses .page-main--wrapper {
    width: 100%;
    max-width: 900px;
    margin: auto;
  }
  
  /**
  * @file _l-common.scss
  **/
  .station-tabs img {
    width: auto;
  }
  
  .logo-container {
    padding: 0 60px;
  }
  
  .featured-collections-wrapper img {
    -o-object-fit: contain !important;
    height: auto !important;
    object-fit: contain !important;
  }
  
  /* @media screen and (max-width: 768px) {
    .featured-collections-wrapper img {
      height: 40vh !important;
    }
  } */
  
  @media screen and (max-width: 992px) {
    .sold-out-button {
      margin: initial !important;
    }
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
    .product-images-container {
      width: 90%;
    }
  }
  
  input:focus,
  select:focus,
  textarea:focus {
    border: initial !important;
  }
  
  .swatch input:focus + label {
    outline: initial !important;
  }
  
  .template-page .main-content,
  .template-collection .main-content,
  .template-product .main-content,
  .template-cart .main-content {
    padding-top: 50px;
  }
  
  .main-page-container {
    margin-bottom: 0 !important;
  }
  
  .page--title {
    margin-bottom: 0 !important;
  }
  
  .sitewide--title-wrapper {
    margin-bottom: 0px;
  }
  
  @media screen and (max-width: 768px) {
    .sitewide--title-wrapper {
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 768px) {
    #contact-us .main-content {
      padding-top: 15px !important;
    }
  }
  
  #contact-us .main-content .main-page-container > .grid > .grid__item > .grid {
    display: none;
  }
  
  #contact-us .main-content .page--title {
    margin-bottom: 10px !important;
  }
  
  @media screen and (max-width: 768px) {
    #contact-us .main-content .page--title {
      margin-bottom: -20px !important;
    }
  }
  
  #contact-us .main-content section .homepage-sections-wrapper {
    margin-top: -50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  /**
  * @file _l-index.scss
  **/
  .homepage-section--slideshow-wrapper .homepage-sections--title {
    text-transform: initial !important;
  }
  
  .homepage-section--slideshow-wrapper .swiper-container {
    padding: 0 60px !important;
  }
  
  @media screen and (max-width: 992px) {
    .homepage-section--slideshow-wrapper .swiper-container {
      padding: 0 !important;
    }
  }
  
  /* .homepage-section--slideshow-wrapper .swiper-wrapper img {
    height: 45vh !important;
  } */
  
  .homepage-section--slideshow-wrapper .image--slideshow__navigation .flex-next {
    fill: var(--text-color);
    right: 0 !important;
    margin-right: 0 !important;
    color: var(--text-color);
  }
  
  .homepage-section--slideshow-wrapper .image--slideshow__navigation .flex-prev {
    fill: var(--text-color);
    left: 0 !important;
    margin-left: 0 !important;
    color: var(--text-color);
  }
  
  .homepage-section--slideshow-wrapper .homepage-featured-content-box-inner.wow.fadeInUp {
    max-width: 470px;
  }
  
  @media screen and (max-width: 768px) {
    .homepage-section--slideshow-wrapper .homepage-featured-content-box-inner.wow.fadeInUp {
      max-width: initial;
    }
  }
  
  .homepage-section--slideshow-wrapper .slideshow-wrapper--captionHorizontal-left .homepage-featured-content-box {
    left: 0 !important;
  }
  
  .slideshow-wrapper--captionAlignment-left .homepage-featured-content-box .homepage-featured-content-box-inner {
    position: relative;
    left: 30px;
  }
  
  @media screen and (max-width: 768px) {
    .slideshow-wrapper--captionAlignment-left .homepage-featured-content-box .homepage-featured-content-box-inner {
      left: 0;
    }
  }
  
  .featured-collections-wrapper .collection-grid.collection-grid--items-4 {
    padding: 0 45px !important;
  }
  
  @media screen and (max-width: 992px) {
    .featured-collections-wrapper .collection-grid.collection-grid--items-4 {
      padding: 0 15px !important;
    }
  }
  
  .homepage-featured-content-box-inner .homepage-sections--title {
    margin-bottom: 20px !important;
  }
  
  @media screen and (max-width: 768px) {
    .homepage-featured-content-box-inner .homepage-sections--title {
      margin-bottom: 10px !important;
    }
  }
  
  .homepage-featured-content-box-inner .homepage-featured-box-btn {
    background: var(--text-color);
  }
  
  #news-blog .main-content .main-page-container > .grid > .grid__item > .grid {
    display: none;
  }
  
  #news-blog .main-content .page--title {
    margin-bottom: 10px !important;
  }
  
  @media screen and (max-width: 768px) {
    #news-blog .main-content .page--title {
      margin-bottom: -20px !important;
    }
  }
  
  #news-blog .responsive-image-wrapper {
    height: auto !important;
  }
  
  #news-blog .blog-view-all {
    margin-bottom: 50px;
    text-align: center;
  }
  
  #news-blog .blog-view-all a {
    -webkit-transition: all 0.15s ease-in-out 0s;
    display: inline-block;
    padding: 15px 35px;
    border: 0;
    border-radius: var(--alt-btn-border-radius);
    background: var(--primary-btn-bg-color);
    color: var(--primary-btn-text-color);
    color: var(--primary-btn-text-color);
    font-style: var(--alt-btn-font-style);
    font-weight: var(--alt-btn-font-weight);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: var(--button-text-case);
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.15s ease-in-out 0s;
  }
  
  #news-blog .shopify-section:nth-child(5) {
    background-color: var(--color-scheme-light-background);
  }
  
  #news-blog .grid .grid__item.large--one-half.push--large--one-quarter img {
    max-width: initial !important;
    max-height: initial !important;
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
    #news-blog .grid .grid__item.large--one-third {
      width: 32%;
    }
    #news-blog .grid .grid__item.large--one-third:not(:first-of-type) {
      margin-left: 2%;
    }
  }
  
  @media screen and (max-width: 768px) {
    #challenge .main-content {
      padding-bottom: 100px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #product-category .main-content {
      padding-top: 15px !important;
    }
  }
  
  #product-category .main-content .main-page-container > .grid > .grid__item > .grid {
    display: none;
  }
  
  #product-category .main-content .page--title {
    margin-bottom: 10px !important;
  }
  
  @media screen and (max-width: 768px) {
    #product-category .main-content .page--title {
      margin-bottom: -20px !important;
    }
  }
  
  .template-product .station-tabs-link > span {
    text-transform: uppercase;
  }
  
  .template-product .product-description table {
    max-width: 1200px;
  }
  
  .template-product .product-description table td {
    padding: 5px;
    border-bottom: initial;
  }
  
  @media screen and (max-width: 768px) {
    .template-product .product-description table td {
      padding: 2px;
    }
  }
  
  .template-product .product-description table tr,
  .template-product .product-description table td {
    vertical-align: baseline;
  }
  
  .template-product .product-description table td a {
    display: block;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    border-bottom: initial;
  }
  
  .template-product .product-description table td a:hover img {
    -webkit-transform: scale(1.05) translate(-50%, -50%);
    transform: scale(1.05) translate(-50%, -50%);
    opacity: 0.8;
  }
  
  .template-product .product-description table td a img {
    -webkit-transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -o-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: 0.4s;
  }
  
  @media screen and (max-width: 768px) {
    #shop-guide-amp-faqs .main-content {
      padding-top: 20px !important;
    }
  }
  
  #shop-guide-amp-faqs .main-content .page--title {
    margin-bottom: 80px !important;
  }
  
  @media screen and (max-width: 768px) {
    #shop-guide-amp-faqs .main-content .page--title {
      margin-bottom: 10px !important;
    }
  }
  
  #shop-guide-amp-faqs ol {
    margin-left: 0 !important;
  }
  
  .template-article .main-content {
    padding-top: 50px;
  }
  