/** Shopify CDN: Minification failed

Line 2595:2 Expected identifier but found "*"
Line 2776:2 Expected identifier but found "*"
Line 6426:2 Expected identifier but found "*"
Line 9690:2 Expected identifier but found "*"
Line 9703:2 Expected identifier but found "*"
Line 11286:10 Unexpected "'.collection-list'"

**/
@charset "UTF-8";
/*============================================================================
  Broadcast | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ TOOLS ================*/
/**
 * Mixins
 */
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ REM Function https://github.com/pierreburel/sass-rem MIT License ================*/
/*================ Color ================*/
/*================ VARIABLES ================*/
/**
 * Variables
 */
/*================ Typography ================*/
@font-face {
  font-family: "DIN Neuzeit Grotesk";
  font-weight: 300;
  font-style: normal;
  src: url("//sagelynaturals.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.a0f3c74e63f622e59b916bd3ad28c501f51e0350.woff2?h1=c2FnZWx5LW5hdHVyYWxzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2FnZWx5bmF0dXJhbHMuY29t&hmac=66b9362b2a9599f120c584387b5f715d9a3bbdff58bcfe025ed3f4e9928e6ff9") format("woff2"), url("//sagelynaturals.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.7652704516cc290a4e9a5e4108824e968ea40fa9.woff?h1=c2FnZWx5LW5hdHVyYWxzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2FnZWx5bmF0dXJhbHMuY29t&hmac=b130c87c0b0f2feb97b25a4c2ad16cb2f4691d2c75e4a0d270321a370631eda9") format("woff"); }

@font-face {
  font-family: "DIN Neuzeit Grotesk";
  font-weight: 300;
  font-style: normal;
  src: url("//sagelynaturals.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.a0f3c74e63f622e59b916bd3ad28c501f51e0350.woff2?h1=c2FnZWx5LW5hdHVyYWxzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2FnZWx5bmF0dXJhbHMuY29t&hmac=66b9362b2a9599f120c584387b5f715d9a3bbdff58bcfe025ed3f4e9928e6ff9") format("woff2"), url("//sagelynaturals.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.7652704516cc290a4e9a5e4108824e968ea40fa9.woff?h1=c2FnZWx5LW5hdHVyYWxzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2FnZWx5bmF0dXJhbHMuY29t&hmac=b130c87c0b0f2feb97b25a4c2ad16cb2f4691d2c75e4a0d270321a370631eda9") format("woff"); }

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
.search.open {
  border-top: 1px solid #f0f0f0; }

select,
.dropdown {
  background-color: rgba(255, 255, 255, 0); }

#ActiveWrapper.loading {
  background: url(//sagelynaturals.com/cdn/shop/t/127/assets/loading.gif?v=80102107862799239311646164970) no-repeat center center; }

#ActiveWrapper .bx-prev {
  background: url(//sagelynaturals.com/cdn/shop/t/127/assets/icons.png?v=118372997153998466541646164968) 0 -30px no-repeat transparent; }

.fader.loading {
  background: url(//sagelynaturals.com/cdn/shop/t/127/assets/loading.gif?v=80102107862799239311646164970) no-repeat center center; }

#ActiveWrapper .bx-next {
  background: url(//sagelynaturals.com/cdn/shop/t/127/assets/icons.png?v=118372997153998466541646164968) -30px -30px no-repeat transparent; }

#ProductThumbs li {
  background-image: url(//sagelynaturals.com/cdn/shop/t/127/assets/loading.gif?v=80102107862799239311646164970); }

/*================ VENDOR ================*/
/**
 * Core Owl CAROUSEL
 * v1.3.2
 */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.grabbing {
  cursor: move; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/**
 * EASY DROPDOWN
 */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

.dropdown {
  display: inline-block;
  position: relative;
  min-width: 150px;
  padding-right: 30px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.dropdown.open {
  z-index: 9999; }

.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

.dropdown .selected,
.dropdown li {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  color: #6b6b6b;
  overflow: hidden;
  white-space: nowrap; }

.dropdown.disabled .selected {
  opacity: 0.8; }

.dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #f0f0f0;
  overflow: hidden;
  opacity: 0; }

.touch .dropdown div {
  max-height: 350px;
  overflow-y: scroll; }

@media screen and (max-width: 640px) {
  .dropdown div {
    max-height: 350px;
    overflow-y: scroll; } }
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

.dropdown li {
  list-style: none;
  padding: 0 5px;
  margin: 0; }

.dropdown li.focus {
  position: relative;
  z-index: 3;
  font-weight: 700; }

.dropdown li.active {
  font-weight: 700; }

.svg-placeholder {
  background-color: #f7f7f7;
  height: 100%;
  position: relative;
  width: 100%; }
  .svg-placeholder svg {
    fill: #6b6b6b;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/**
 * SLICK SLIDER
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-slide:focus {
    outline: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*============================================================================
  #Slick Theme
==============================================================================*/
/* Slider */
.slick-loading .slick-list {
  background: white; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  z-index: 500;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.75;
  -webkit-text-size-adjust: none;
  font-size: 1px;
  letter-spacing: -1px;
  transition: opacity .2s ease-out; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 46px;
    font-size: 3rem;
    letter-spacing: normal;
    color: #f0f0f0; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }

/* Dots */
.product__thumbs--square .slick-dots {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%; }
  .product__thumbs--square .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 7px 0;
    cursor: pointer; }
    .product__thumbs--square .slick-dots li img {
      height: 75px;
      width: 75px;
      display: block; }

.modal__inner__wrapper .product__thumbs--square .slick-dots li img {
  height: 60px;
  width: 60px; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      opacity: 1; }

.slick-arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default; }

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-slider--default .flickity-prev-next-button {
  background: transparent;
  transform: translateY(-50%);
  margin-top: -35px; }
  .flickity-slider--default .flickity-prev-next-button .flickity-button-icon {
    width: 60px;
    height: 60px;
    fill: #f1f1f1; }
  .flickity-slider--default .flickity-prev-next-button.previous {
    left: 0; }
    .flickity-slider--default .flickity-prev-next-button.previous .flickity-button-icon {
      top: 10px;
      left: 15px; }
  .flickity-slider--default .flickity-prev-next-button.next {
    right: 0; }
    .flickity-slider--default .flickity-prev-next-button.next .flickity-button-icon {
      top: -28px;
      left: -30px; }
.flickity-slider--default .flickity-button:focus {
  box-shadow: none; }
.flickity-slider--default[data-arrows-style="dark"] .flickity-prev-next-button .flickity-button-icon {
  fill: #222; }

/*============================================================================
  #Magnific Popup CSS (used on password page)
==============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom,
.product__photo img[data-mfp-src] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044; }
  .mfp-preloader:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    animation: spin 1s infinite linear; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  background: transparent;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 30px; }
  .mfp-image-holder .mfp-close svg,
  .mfp-iframe-holder .mfp-close svg {
    pointer-events: none; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

button.mfp-close {
  margin: 30px;
  font-size: 2.5rem;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

/*============ Theme Specific MFP ==================*/
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.75); }

/* Wider images for zoom */
.mfp-figure figure {
  overflow-y: scroll; }

img.mfp-img {
  max-height: none !important; }

button.mfp-close {
  margin: 0px; }

/* Size chart popup for product page */
.mfp-content .product-modal {
  position: relative;
  background: #fff;
  padding: 45px 30px;
  width: auto;
  margin: 20px auto;
  max-width: 1180px; }
  @media only screen and (min-width: 750px) {
    .mfp-content .product-modal {
      padding: 45px 15px; } }

.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out; }
  .mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-bg.mfp-fade.mfp-removing {
    transition: all 0.3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  transition: all 0.3s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

@font-face {
  font-family: 'Icons';
  src: url("./open-iconic.eot");
  src: url("./open-iconic.eot?#iconic-sm") format("embedded-opentype"), url("./open-iconic.woff") format("woff"), url("./open-iconic.ttf") format("truetype"), url("./open-iconic.otf") format("opentype"), url("./open-iconic.svg#iconic-sm") format("svg");
  font-weight: normal;
  font-style: normal; }

.oi[data-glyph].oi-text-replace {
  font-size: 0;
  line-height: 0; }

.oi[data-glyph].oi-text-replace:before {
  width: 1em;
  text-align: center; }

.oi[data-glyph]:before {
  position: relative;
  top: 1px;
  font-family: 'Icons';
  display: inline-block;
  speak: none;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.oi[data-glyph]:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box; }
.oi[data-glyph].oi-align-left:before {
  text-align: left; }
.oi[data-glyph].oi-align-right:before {
  text-align: right; }
.oi[data-glyph].oi-align-center:before {
  text-align: center; }
.oi[data-glyph].oi-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }
.oi[data-glyph].oi-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(1, -1); }
.oi[data-glyph].oi-flip-horizontal-vertical:before {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, -1); }

.oi[data-glyph=account-login]:before {
  content: '\e000'; }

.oi[data-glyph=account-logout]:before {
  content: '\e001'; }

.oi[data-glyph=action-redo]:before {
  content: '\e002'; }

.oi[data-glyph=action-undo]:before {
  content: '\e003'; }

.oi[data-glyph=align-center]:before {
  content: '\e004'; }

.oi[data-glyph=align-left]:before {
  content: '\e005'; }

.oi[data-glyph=align-right]:before {
  content: '\e006'; }

.oi[data-glyph=aperture]:before {
  content: '\e007'; }

.oi[data-glyph=arrow-bottom]:before {
  content: '\e008'; }

.oi[data-glyph=arrow-circle-bottom]:before {
  content: '\e009'; }

.oi[data-glyph=arrow-circle-left]:before {
  content: '\e00a'; }

.oi[data-glyph=arrow-circle-right]:before {
  content: '\e00b'; }

.oi[data-glyph=arrow-circle-top]:before {
  content: '\e00c'; }

.oi[data-glyph=arrow-left]:before {
  content: '\e00d'; }

.oi[data-glyph=arrow-right]:before {
  content: '\e00e'; }

.oi[data-glyph=arrow-thick-bottom]:before {
  content: '\e00f'; }

.oi[data-glyph=arrow-thick-left]:before {
  content: '\e010'; }

.oi[data-glyph=arrow-thick-right]:before {
  content: '\e011'; }

.oi[data-glyph=arrow-thick-top]:before {
  content: '\e012'; }

.oi[data-glyph=arrow-top]:before {
  content: '\e013'; }

.oi[data-glyph=audio-spectrum]:before {
  content: '\e014'; }

.oi[data-glyph=audio]:before {
  content: '\e015'; }

.oi[data-glyph=badge]:before {
  content: '\e016'; }

.oi[data-glyph=ban]:before {
  content: '\e017'; }

.oi[data-glyph=bar-chart]:before {
  content: '\e018'; }

.oi[data-glyph=basket]:before {
  content: '\e019'; }

.oi[data-glyph=battery-empty]:before {
  content: '\e01a'; }

.oi[data-glyph=battery-full]:before {
  content: '\e01b'; }

.oi[data-glyph=beaker]:before {
  content: '\e01c'; }

.oi[data-glyph=bell]:before {
  content: '\e01d'; }

.oi[data-glyph=bluetooth]:before {
  content: '\e01e'; }

.oi[data-glyph=bold]:before {
  content: '\e01f'; }

.oi[data-glyph=bolt]:before {
  content: '\e020'; }

.oi[data-glyph=book]:before {
  content: '\e021'; }

.oi[data-glyph=bookmark]:before {
  content: '\e022'; }

.oi[data-glyph=box]:before {
  content: '\e023'; }

.oi[data-glyph=briefcase]:before {
  content: '\e024'; }

.oi[data-glyph=british-pound]:before {
  content: '\e025'; }

.oi[data-glyph=browser]:before {
  content: '\e026'; }

.oi[data-glyph=brush]:before {
  content: '\e027'; }

.oi[data-glyph=bug]:before {
  content: '\e028'; }

.oi[data-glyph=bullhorn]:before {
  content: '\e029'; }

.oi[data-glyph=calculator]:before {
  content: '\e02a'; }

.oi[data-glyph=calendar]:before {
  content: '\e02b'; }

.oi[data-glyph=camera-slr]:before {
  content: '\e02c'; }

.oi[data-glyph=caret-bottom]:before {
  content: '\e02d'; }

.oi[data-glyph=caret-left]:before {
  content: '\e02e'; }

.oi[data-glyph=caret-right]:before {
  content: '\e02f'; }

.oi[data-glyph=caret-top]:before {
  content: '\e030'; }

.oi[data-glyph=cart]:before {
  content: '\e031'; }

.oi[data-glyph=chat]:before {
  content: '\e032'; }

.oi[data-glyph=check]:before {
  content: '\e033'; }

.oi[data-glyph=chevron-bottom]:before {
  content: '\e034'; }

.oi[data-glyph=chevron-left]:before {
  content: '\e035'; }

.oi[data-glyph=chevron-right]:before {
  content: '\e036'; }

.oi[data-glyph=chevron-top]:before {
  content: '\e037'; }

.oi[data-glyph=circle-check]:before {
  content: '\e038'; }

.oi[data-glyph=circle-x]:before {
  content: '\e039'; }

.oi[data-glyph=clipboard]:before {
  content: '\e03a'; }

.oi[data-glyph=clock]:before {
  content: '\e03b'; }

.oi[data-glyph=cloud-download]:before {
  content: '\e03c'; }

.oi[data-glyph=cloud-upload]:before {
  content: '\e03d'; }

.oi[data-glyph=cloud]:before {
  content: '\e03e'; }

.oi[data-glyph=cloudy]:before {
  content: '\e03f'; }

.oi[data-glyph=code]:before {
  content: '\e040'; }

.oi[data-glyph=cog]:before {
  content: '\e041'; }

.oi[data-glyph=collapse-down]:before {
  content: '\e042'; }

.oi[data-glyph=collapse-left]:before {
  content: '\e043'; }

.oi[data-glyph=collapse-right]:before {
  content: '\e044'; }

.oi[data-glyph=collapse-up]:before {
  content: '\e045'; }

.oi[data-glyph=command]:before {
  content: '\e046'; }

.oi[data-glyph=comment-square]:before {
  content: '\e047'; }

.oi[data-glyph=compass]:before {
  content: '\e048'; }

.oi[data-glyph=contrast]:before {
  content: '\e049'; }

.oi[data-glyph=copywriting]:before {
  content: '\e04a'; }

.oi[data-glyph=credit-card]:before {
  content: '\e04b'; }

.oi[data-glyph=crop]:before {
  content: '\e04c'; }

.oi[data-glyph=dashboard]:before {
  content: '\e04d'; }

.oi[data-glyph=data-transfer-download]:before {
  content: '\e04e'; }

.oi[data-glyph=data-transfer-upload]:before {
  content: '\e04f'; }

.oi[data-glyph=delete]:before {
  content: '\e050'; }

.oi[data-glyph=dial]:before {
  content: '\e051'; }

.oi[data-glyph=document]:before {
  content: '\e052'; }

.oi[data-glyph=dollar]:before {
  content: '\e053'; }

.oi[data-glyph=double-quote-sans-left]:before {
  content: '\e054'; }

.oi[data-glyph=double-quote-sans-right]:before {
  content: '\e055'; }

.oi[data-glyph=double-quote-serif-left]:before {
  content: '\e056'; }

.oi[data-glyph=double-quote-serif-right]:before {
  content: '\e057'; }

.oi[data-glyph=droplet]:before {
  content: '\e058'; }

.oi[data-glyph=eject]:before {
  content: '\e059'; }

.oi[data-glyph=elevator]:before {
  content: '\e05a'; }

.oi[data-glyph=ellipses]:before {
  content: '\e05b'; }

.oi[data-glyph=envelope-closed]:before {
  content: '\e05c'; }

.oi[data-glyph=envelope-open]:before {
  content: '\e05d'; }

.oi[data-glyph=euro]:before {
  content: '\e05e'; }

.oi[data-glyph=excerpt]:before {
  content: '\e05f'; }

.oi[data-glyph=expand-down]:before {
  content: '\e060'; }

.oi[data-glyph=expand-left]:before {
  content: '\e061'; }

.oi[data-glyph=expand-right]:before {
  content: '\e062'; }

.oi[data-glyph=expand-up]:before {
  content: '\e063'; }

.oi[data-glyph=external-link]:before {
  content: '\e064'; }

.oi[data-glyph=eye]:before {
  content: '\e065'; }

.oi[data-glyph=eyedropper]:before {
  content: '\e066'; }

.oi[data-glyph=file]:before {
  content: '\e067'; }

.oi[data-glyph=fire]:before {
  content: '\e068'; }

.oi[data-glyph=flag]:before {
  content: '\e069'; }

.oi[data-glyph=flash]:before {
  content: '\e06a'; }

.oi[data-glyph=folder]:before {
  content: '\e06b'; }

.oi[data-glyph=fork]:before {
  content: '\e06c'; }

.oi[data-glyph=fullscreen-enter]:before {
  content: '\e06d'; }

.oi[data-glyph=fullscreen-exit]:before {
  content: '\e06e'; }

.oi[data-glyph=globe]:before {
  content: '\e06f'; }

.oi[data-glyph=graph]:before {
  content: '\e070'; }

.oi[data-glyph=grid-four-up]:before {
  content: '\e071'; }

.oi[data-glyph=grid-three-up]:before {
  content: '\e072'; }

.oi[data-glyph=grid-two-up]:before {
  content: '\e073'; }

.oi[data-glyph=hard-drive]:before {
  content: '\e074'; }

.oi[data-glyph=header]:before {
  content: '\e075'; }

.oi[data-glyph=headphones]:before {
  content: '\e076'; }

.oi[data-glyph=heart]:before {
  content: '\e077'; }

.oi[data-glyph=home]:before {
  content: '\e078'; }

.oi[data-glyph=image]:before {
  content: '\e079'; }

.oi[data-glyph=inbox]:before {
  content: '\e07a'; }

.oi[data-glyph=infinity]:before {
  content: '\e07b'; }

.oi[data-glyph=info]:before {
  content: '\e07c'; }

.oi[data-glyph=italic]:before {
  content: '\e07d'; }

.oi[data-glyph=justify-center]:before {
  content: '\e07e'; }

.oi[data-glyph=justify-left]:before {
  content: '\e07f'; }

.oi[data-glyph=justify-right]:before {
  content: '\e080'; }

.oi[data-glyph=key]:before {
  content: '\e081'; }

.oi[data-glyph=laptop]:before {
  content: '\e082'; }

.oi[data-glyph=layers]:before {
  content: '\e083'; }

.oi[data-glyph=lightbulb]:before {
  content: '\e084'; }

.oi[data-glyph=link-broken]:before {
  content: '\e085'; }

.oi[data-glyph=link-intact]:before {
  content: '\e086'; }

.oi[data-glyph=list-rich]:before {
  content: '\e087'; }

.oi[data-glyph=list]:before {
  content: '\e088'; }

.oi[data-glyph=location]:before {
  content: '\e089'; }

.oi[data-glyph=lock-locked]:before {
  content: '\e08a'; }

.oi[data-glyph=lock-unlocked]:before {
  content: '\e08b'; }

.oi[data-glyph=loop-circular]:before {
  content: '\e08c'; }

.oi[data-glyph=loop-square]:before {
  content: '\e08d'; }

.oi[data-glyph=loop]:before {
  content: '\e08e'; }

.oi[data-glyph=magnifying-glass]:before {
  content: '\e08f'; }

.oi[data-glyph=map-marker]:before {
  content: '\e090'; }

.oi[data-glyph=map]:before {
  content: '\e091'; }

.oi[data-glyph=media-pause]:before {
  content: '\e092'; }

.oi[data-glyph=media-play]:before {
  content: '\e093'; }

.oi[data-glyph=media-record]:before {
  content: '\e094'; }

.oi[data-glyph=media-skip-backward]:before {
  content: '\e095'; }

.oi[data-glyph=media-skip-forward]:before {
  content: '\e096'; }

.oi[data-glyph=media-step-backward]:before {
  content: '\e097'; }

.oi[data-glyph=media-step-forward]:before {
  content: '\e098'; }

.oi[data-glyph=media-stop]:before {
  content: '\e099'; }

.oi[data-glyph=medical-cross]:before {
  content: '\e09a'; }

.oi[data-glyph=menu]:before {
  content: '\e09b'; }

.oi[data-glyph=microphone]:before {
  content: '\e09c'; }

.oi[data-glyph=minus]:before {
  content: '\e09d'; }

.oi[data-glyph=monitor]:before {
  content: '\e09e'; }

.oi[data-glyph=moon]:before {
  content: '\e09f'; }

.oi[data-glyph=move]:before {
  content: '\e0a0'; }

.oi[data-glyph=musical-note]:before {
  content: '\e0a1'; }

.oi[data-glyph=paperclip]:before {
  content: '\e0a2'; }

.oi[data-glyph=pencil]:before {
  content: '\e0a3'; }

.oi[data-glyph=people]:before {
  content: '\e0a4'; }

.oi[data-glyph=person]:before {
  content: '\e0a5'; }

.oi[data-glyph=phone]:before {
  content: '\e0a6'; }

.oi[data-glyph=pie-chart]:before {
  content: '\e0a7'; }

.oi[data-glyph=pin]:before {
  content: '\e0a8'; }

.oi[data-glyph=play-circle]:before {
  content: '\e0a9'; }

.oi[data-glyph=plus]:before {
  content: '\e0aa'; }

.oi[data-glyph=power-standby]:before {
  content: '\e0ab'; }

.oi[data-glyph=print]:before {
  content: '\e0ac'; }

.oi[data-glyph=project]:before {
  content: '\e0ad'; }

.oi[data-glyph=pulse]:before {
  content: '\e0ae'; }

.oi[data-glyph=puzzle-piece]:before {
  content: '\e0af'; }

.oi[data-glyph=question-mark]:before {
  content: '\e0b0'; }

.oi[data-glyph=rain]:before {
  content: '\e0b1'; }

.oi[data-glyph=random]:before {
  content: '\e0b2'; }

.oi[data-glyph=reload]:before {
  content: '\e0b3'; }

.oi[data-glyph=resize-both]:before {
  content: '\e0b4'; }

.oi[data-glyph=resize-height]:before {
  content: '\e0b5'; }

.oi[data-glyph=resize-width]:before {
  content: '\e0b6'; }

.oi[data-glyph=rss-alt]:before {
  content: '\e0b7'; }

.oi[data-glyph=rss]:before {
  content: '\e0b8'; }

.oi[data-glyph=script]:before {
  content: '\e0b9'; }

.oi[data-glyph=share-boxed]:before {
  content: '\e0ba'; }

.oi[data-glyph=share]:before {
  content: '\e0bb'; }

.oi[data-glyph=shield]:before {
  content: '\e0bc'; }

.oi[data-glyph=signal]:before {
  content: '\e0bd'; }

.oi[data-glyph=signpost]:before {
  content: '\e0be'; }

.oi[data-glyph=sort-ascending]:before {
  content: '\e0bf'; }

.oi[data-glyph=sort-descending]:before {
  content: '\e0c0'; }

.oi[data-glyph=spreadsheet]:before {
  content: '\e0c1'; }

.oi[data-glyph=star]:before {
  content: '\e0c2'; }

.oi[data-glyph=sun]:before {
  content: '\e0c3'; }

.oi[data-glyph=tablet]:before {
  content: '\e0c4'; }

.oi[data-glyph=tag]:before {
  content: '\e0c5'; }

.oi[data-glyph=tags]:before {
  content: '\e0c6'; }

.oi[data-glyph=target]:before {
  content: '\e0c7'; }

.oi[data-glyph=task]:before {
  content: '\e0c8'; }

.oi[data-glyph=terminal]:before {
  content: '\e0c9'; }

.oi[data-glyph=text]:before {
  content: '\e0ca'; }

.oi[data-glyph=thumb-down]:before {
  content: '\e0cb'; }

.oi[data-glyph=thumb-up]:before {
  content: '\e0cc'; }

.oi[data-glyph=timer]:before {
  content: '\e0cd'; }

.oi[data-glyph=transfer]:before {
  content: '\e0ce'; }

.oi[data-glyph=trash]:before {
  content: '\e0cf'; }

.oi[data-glyph=underline]:before {
  content: '\e0d0'; }

.oi[data-glyph=vertical-align-bottom]:before {
  content: '\e0d1'; }

.oi[data-glyph=vertical-align-center]:before {
  content: '\e0d2'; }

.oi[data-glyph=vertical-align-top]:before {
  content: '\e0d3'; }

.oi[data-glyph=video]:before {
  content: '\e0d4'; }

.oi[data-glyph=volume-high]:before {
  content: '\e0d5'; }

.oi[data-glyph=volume-low]:before {
  content: '\e0d6'; }

.oi[data-glyph=volume-off]:before {
  content: '\e0d7'; }

.oi[data-glyph=warning]:before {
  content: '\e0d8'; }

.oi[data-glyph=wifi]:before {
  content: '\e0d9'; }

.oi[data-glyph=wrench]:before {
  content: '\e0da'; }

.oi[data-glyph=x]:before {
  content: '\e0db'; }

.oi[data-glyph=yen]:before {
  content: '\e0dc'; }

.oi[data-glyph=zoom-in]:before {
  content: '\e0dd'; }

.oi[data-glyph=zoom-out]:before {
  content: '\e0de'; }

.aos-initialized {
  /*# sourceMappingURL=aos.css.map*/ }
  .aos-initialized [data-aos][data-aos][data-aos-duration="50"], .aos-initialized body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="50"], .aos-initialized body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="50"].aos-animate, .aos-initialized body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="100"], .aos-initialized body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="100"], .aos-initialized body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="100"].aos-animate, .aos-initialized body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="150"], .aos-initialized body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="150"], .aos-initialized body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="150"].aos-animate, .aos-initialized body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="200"], .aos-initialized body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="200"], .aos-initialized body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="200"].aos-animate, .aos-initialized body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="250"], .aos-initialized body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="250"], .aos-initialized body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="250"].aos-animate, .aos-initialized body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="300"], .aos-initialized body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="300"], .aos-initialized body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="300"].aos-animate, .aos-initialized body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="350"], .aos-initialized body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="350"], .aos-initialized body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="350"].aos-animate, .aos-initialized body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="400"], .aos-initialized body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="400"], .aos-initialized body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="400"].aos-animate, .aos-initialized body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="450"], .aos-initialized body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="450"], .aos-initialized body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="450"].aos-animate, .aos-initialized body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="500"], .aos-initialized body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="500"], .aos-initialized body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="500"].aos-animate, .aos-initialized body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="550"], .aos-initialized body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="550"], .aos-initialized body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="550"].aos-animate, .aos-initialized body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="600"], .aos-initialized body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="600"], .aos-initialized body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="600"].aos-animate, .aos-initialized body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="650"], .aos-initialized body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="650"], .aos-initialized body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="650"].aos-animate, .aos-initialized body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="700"], .aos-initialized body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="700"], .aos-initialized body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="700"].aos-animate, .aos-initialized body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="750"], .aos-initialized body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="750"], .aos-initialized body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="750"].aos-animate, .aos-initialized body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="800"], .aos-initialized body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="800"], .aos-initialized body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="800"].aos-animate, .aos-initialized body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="850"], .aos-initialized body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="850"], .aos-initialized body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="850"].aos-animate, .aos-initialized body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="900"], .aos-initialized body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="900"], .aos-initialized body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="900"].aos-animate, .aos-initialized body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="950"], .aos-initialized body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="950"], .aos-initialized body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="950"].aos-animate, .aos-initialized body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1000"], .aos-initialized body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1000"], .aos-initialized body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .aos-initialized body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1050"], .aos-initialized body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1050"], .aos-initialized body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .aos-initialized body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1100"], .aos-initialized body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1100"], .aos-initialized body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .aos-initialized body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1150"], .aos-initialized body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1150"], .aos-initialized body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .aos-initialized body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1200"], .aos-initialized body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1200"], .aos-initialized body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .aos-initialized body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1250"], .aos-initialized body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1250"], .aos-initialized body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .aos-initialized body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1300"], .aos-initialized body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1300"], .aos-initialized body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .aos-initialized body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1350"], .aos-initialized body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1350"], .aos-initialized body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .aos-initialized body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1400"], .aos-initialized body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1400"], .aos-initialized body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .aos-initialized body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1450"], .aos-initialized body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1450"], .aos-initialized body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .aos-initialized body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1500"], .aos-initialized body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1500"], .aos-initialized body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .aos-initialized body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1550"], .aos-initialized body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1550"], .aos-initialized body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .aos-initialized body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1600"], .aos-initialized body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1600"], .aos-initialized body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .aos-initialized body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1650"], .aos-initialized body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1650"], .aos-initialized body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .aos-initialized body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1700"], .aos-initialized body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1700"], .aos-initialized body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .aos-initialized body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1750"], .aos-initialized body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1750"], .aos-initialized body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .aos-initialized body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1800"], .aos-initialized body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1800"], .aos-initialized body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .aos-initialized body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1850"], .aos-initialized body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1850"], .aos-initialized body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .aos-initialized body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1900"], .aos-initialized body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1900"], .aos-initialized body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .aos-initialized body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="1950"], .aos-initialized body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1950"], .aos-initialized body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .aos-initialized body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2000"], .aos-initialized body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2000"], .aos-initialized body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .aos-initialized body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2050"], .aos-initialized body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2050"], .aos-initialized body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .aos-initialized body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2100"], .aos-initialized body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2100"], .aos-initialized body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .aos-initialized body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2150"], .aos-initialized body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2150"], .aos-initialized body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .aos-initialized body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2200"], .aos-initialized body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2200"], .aos-initialized body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .aos-initialized body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2250"], .aos-initialized body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2250"], .aos-initialized body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .aos-initialized body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2300"], .aos-initialized body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2300"], .aos-initialized body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .aos-initialized body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2350"], .aos-initialized body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2350"], .aos-initialized body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .aos-initialized body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2400"], .aos-initialized body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2400"], .aos-initialized body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .aos-initialized body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2450"], .aos-initialized body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2450"], .aos-initialized body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .aos-initialized body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2500"], .aos-initialized body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2500"], .aos-initialized body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .aos-initialized body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2550"], .aos-initialized body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2550"], .aos-initialized body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .aos-initialized body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2600"], .aos-initialized body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2600"], .aos-initialized body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .aos-initialized body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2650"], .aos-initialized body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2650"], .aos-initialized body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .aos-initialized body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2700"], .aos-initialized body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2700"], .aos-initialized body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .aos-initialized body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2750"], .aos-initialized body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2750"], .aos-initialized body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .aos-initialized body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2800"], .aos-initialized body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2800"], .aos-initialized body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .aos-initialized body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2850"], .aos-initialized body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2850"], .aos-initialized body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .aos-initialized body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2900"], .aos-initialized body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2900"], .aos-initialized body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .aos-initialized body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="2950"], .aos-initialized body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2950"], .aos-initialized body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .aos-initialized body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s; }
  .aos-initialized [data-aos][data-aos][data-aos-duration="3000"], .aos-initialized body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="3000"], .aos-initialized body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0; }
  .aos-initialized [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .aos-initialized body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s; }
  .aos-initialized [data-aos][data-aos][data-aos-easing=linear], .aos-initialized body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease], .aos-initialized body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease; }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in], .aos-initialized body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in; }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-out], .aos-initialized body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out; }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out], .aos-initialized body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out; }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-back], .aos-initialized body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-back], .aos-initialized body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-back], .aos-initialized body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-sine], .aos-initialized body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-sine], .aos-initialized body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .aos-initialized body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quad], .aos-initialized body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quad], .aos-initialized body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .aos-initialized body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-cubic], .aos-initialized body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-cubic], .aos-initialized body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .aos-initialized body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quart], .aos-initialized body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quart], .aos-initialized body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .aos-initialized body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .aos-initialized [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform; }
  .aos-initialized [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0); }
  .aos-initialized [data-aos=fade-up] {
    transform: translateY(50px); }
  .aos-initialized [data-aos=fade-down] {
    transform: translateY(-50px); }
  .aos-initialized [data-aos=fade-right] {
    transform: translate(-50px); }
  .aos-initialized [data-aos=fade-left] {
    transform: translate(50px); }
  .aos-initialized [data-aos=fade-up-right] {
    transform: translate(-50px, 50px); }
  .aos-initialized [data-aos=fade-up-left] {
    transform: translate(50px, 50px); }
  .aos-initialized [data-aos=fade-down-right] {
    transform: translate(-50px, -50px); }
  .aos-initialized [data-aos=fade-down-left] {
    transform: translate(50px, -50px); }
  .aos-initialized [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform; }
  .aos-initialized [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1); }
  .aos-initialized [data-aos=zoom-in] {
    transform: scale(0.6); }
  .aos-initialized [data-aos=zoom-in-up] {
    transform: translateY(50px) scale(0.6); }
  .aos-initialized [data-aos=zoom-in-down] {
    transform: translateY(-50px) scale(0.6); }
  .aos-initialized [data-aos=zoom-in-right] {
    transform: translate(-50px) scale(0.6); }
  .aos-initialized [data-aos=zoom-in-left] {
    transform: translate(50px) scale(0.6); }
  .aos-initialized [data-aos=zoom-out] {
    transform: scale(1.2); }
  .aos-initialized [data-aos=zoom-out-up] {
    transform: translateY(50px) scale(1.2); }
  .aos-initialized [data-aos=zoom-out-down] {
    transform: translateY(-50px) scale(1.2); }
  .aos-initialized [data-aos=zoom-out-right] {
    transform: translate(-50px) scale(1.2); }
  .aos-initialized [data-aos=zoom-out-left] {
    transform: translate(50px) scale(1.2); }
  .aos-initialized [data-aos^=slide][data-aos^=slide] {
    transition-property: transform; }
  .aos-initialized [data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translate(0); }
  .aos-initialized [data-aos=slide-up] {
    transform: translateY(100%); }
  .aos-initialized [data-aos=slide-down] {
    transform: translateY(-100%); }
  .aos-initialized [data-aos=slide-right] {
    transform: translateX(-100%); }
  .aos-initialized [data-aos=slide-left] {
    transform: translateX(100%); }
  .aos-initialized [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform; }
  .aos-initialized [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg); }
  .aos-initialized [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0); }
  .aos-initialized [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg); }
  .aos-initialized [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0); }
  .aos-initialized [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg); }
  .aos-initialized [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0); }
  .aos-initialized [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg); }
  .aos-initialized [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0); }
  .aos-initialized [data-aos="img-in"] {
    opacity: 0;
    transform: scale(1.2);
    transition-property: transform, opacity; }
    .aos-initialized [data-aos="img-in"].aos-animate {
      opacity: 1;
      transform: scale(1); }
  .aos-initialized [data-aos="svg-dash"] path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100; }
  .aos-initialized [data-aos="svg-dash"].aos-animate path {
    animation: dash 1.5s linear forwards 1; }

@keyframes dash {
  from {
    stroke-dashoffset: 100; }

  to {
    stroke-dashoffset: 0; } }

@media only screen and (max-width: 749px) {
  html.iframe [data-aos] {
    opacity: 1 !important;
    transform: none !important; } }

.swatch {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  flex: 0 1 100%; }
  .text-center .swatch {
    justify-content: center; }
  .swatch .header {
    width: 100%;
    font-size: 11.4px;
    line-height: normal;
    padding: 2px 0;
    margin: 0 0 8px;
    display: block; }
  .swatch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    border-radius: 10%;
    z-index: 2;
    cursor: pointer; }
    .swatch input:checked + label::after {
      opacity: 1;
      visibility: visible;
      transition: opacity .2s ease, visibility 0s linear 0s;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .swatch label {
    position: relative;
    float: left;
    height: 25px !important;
    min-width: 25px !important;
    margin: 0;
    text-align: center;
    line-height: 25px;
    white-space: nowrap;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center; }
    .swatch label span {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #ddd;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
    .swatch label::after {
      content: '';
      position: absolute;
      top: -3px;
      left: -3px;
      right: -3px;
      bottom: -3px;
      border: 1px solid rgba(107, 107, 107, 0.5);
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      transition: opacity .2s ease, visibility 0s linear .2s; }
  .swatch .swatch-element {
    position: relative;
    margin: 0 10px 10px 0;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */ }
    .swatch .swatch-element label {
      padding: 0 10px;
      cursor: pointer; }
    .swatch .swatch-element .crossed-out {
      display: none; }
    .swatch .swatch-element.color label {
      padding: 0; }
    .swatch .swatch-element.soldout .crossed-out {
      display: block; }
    .swatch .swatch-element.soldout label {
      filter: alpha(opacity=60);
      /* internet explorer */
      -khtml-opacity: 0.6;
      /* khtml, old safari */
      -moz-opacity: 0.6;
      /* mozilla, netscape */
      opacity: 0.6;
      /* fx, safari, opera */ }
    .swatch .swatch-element.white label span {
      box-shadow: inset 0 0 0 1px #f0f0f0; }
    @media only screen and (max-width: 749px) {
      .swatch .swatch-element {
        float: none;
        display: inline-block;
        margin: 0 5px 10px; } }
    .swatch .swatch-element::after {
      content: attr(data-value);
      position: absolute;
      left: 0;
      top: 100%;
      margin-top: 8px;
      background: white;
      color: #4c4d4d;
      padding: 2px 5px;
      border-radius: 3px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      border: 1px solid #f0f0f0;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: transform .15s ease, opacity .15s ease, visibility 0s linear .15s;
      font-size: 11.4px;
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }
    .swatch .swatch-element:hover {
      z-index: 5; }
      .swatch .swatch-element:hover::after {
        opacity: 1;
        visibility: visible;
        transition: transform .3s ease, opacity .3s ease, visibility 0s linear 0s;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .swatch.error {
    background-color: #e8d2d2 !important;
    color: #333 !important;
    padding: 1em; }
    .swatch.error p {
      margin: 0.7em 0; }
      .swatch.error p:first-child {
        margin-top: 0; }
      .swatch.error p:last-child {
        margin-bottom: 0; }
    .swatch.error code {
      font-family: monospace; }

/*================ GLOBAL ================*/
/**
 * Reset
 */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

html {
  overflow-y: scroll; }

ol {
  list-style-type: decimal; }

p {
  margin: 0 0 1em 0; }

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: 700; }

td {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

select {
  max-width: 99%;
  /* for ff */ }

input[type="text"].error, input[type="email"].error, input[type="password"].error {
  border-color: #dd0000; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/**
 * Helpers
 */
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #4c4d4d;
  background-color: white;
  padding: 20px;
  z-index: 5000;
  transition: none; }

/**
 * UTILS
 */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.gutter-top {
  padding-top: 50px; }

.gutter-bottom {
  padding-bottom: 50px; }

.mobile {
  display: none; }

.mobile-small {
  display: none; }

@media only screen and (max-width: 749px) {
  .mobile {
    display: block; }

  .mobile--hidden {
    display: none; } }
@media screen and (max-width: 480px) {
  .mobile-small {
    display: block; } }
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.block-scroll {
  overflow: hidden !important; }

/**
 * Grid
 */
.grid, .grid--full {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after, .grid--full::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 749px) {
    .grid, .grid--full {
      margin-left: -15px; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .grid, .grid--full {
      margin-left: -20px; } }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .grid__item {
      padding-left: 15px; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .grid__item {
      padding-left: 20px; } }
  .grid__item[class*='--push'] {
    position: relative; }

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left; }

  .small--text-right {
    text-align: right; }

  .small--text-center {
    text-align: center; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.33333%; }

  .medium--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%; }

  .medium--two-sixths {
    width: 33.33333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.66667%; }

  .medium--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.33333%; }

  .medium--two-twelfths {
    width: 16.66667%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.33333%; }

  .medium--five-twelfths {
    width: 41.66667%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.33333%; }

  .medium--eight-twelfths {
    width: 66.66667%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.33333%; }

  .medium--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--one-eighth:nth-child(8n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left; }

  .medium--text-right {
    text-align: right; }

  .medium--text-center {
    text-align: center; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left; }

  .medium-up--text-right {
    text-align: right; }

  .medium-up--text-center {
    text-align: center; } }
@media only screen and (max-width: 989px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.33333%; }

  .medium-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.66667%; }

  .medium-down--two-sixths {
    width: 33.33333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.66667%; }

  .medium-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.33333%; }

  .medium-down--two-twelfths {
    width: 16.66667%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.33333%; }

  .medium-down--five-twelfths {
    width: 41.66667%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.33333%; }

  .medium-down--eight-twelfths {
    width: 66.66667%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.33333%; }

  .medium-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-down--one-half:nth-child(2n+1),
  .grid--uniform .medium-down--one-third:nth-child(3n+1),
  .grid--uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-down--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left; }

  .medium-down--text-right {
    text-align: right; }

  .medium-down--text-center {
    text-align: center; } }
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.33333%; }

  .large--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.66667%; }

  .large--two-sixths {
    width: 33.33333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.66667%; }

  .large--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.33333%; }

  .large--two-twelfths {
    width: 16.66667%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.33333%; }

  .large--five-twelfths {
    width: 41.66667%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.33333%; }

  .large--eight-twelfths {
    width: 66.66667%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.33333%; }

  .large--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

  .large--text-left {
    text-align: left; }

  .large--text-right {
    text-align: right; }

  .large--text-center {
    text-align: center; } }
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%; }

  /* Halves */
  .large-down--one-half {
    width: 50%; }

  /* Thirds */
  .large-down--one-third {
    width: 33.33333%; }

  .large-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-down--one-quarter {
    width: 25%; }

  .large-down--two-quarters {
    width: 50%; }

  .large-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-down--one-fifth {
    width: 20%; }

  .large-down--two-fifths {
    width: 40%; }

  .large-down--three-fifths {
    width: 60%; }

  .large-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-down--one-sixth {
    width: 16.66667%; }

  .large-down--two-sixths {
    width: 33.33333%; }

  .large-down--three-sixths {
    width: 50%; }

  .large-down--four-sixths {
    width: 66.66667%; }

  .large-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-down--one-eighth {
    width: 12.5%; }

  .large-down--two-eighths {
    width: 25%; }

  .large-down--three-eighths {
    width: 37.5%; }

  .large-down--four-eighths {
    width: 50%; }

  .large-down--five-eighths {
    width: 62.5%; }

  .large-down--six-eighths {
    width: 75%; }

  .large-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-down--one-tenth {
    width: 10%; }

  .large-down--two-tenths {
    width: 20%; }

  .large-down--three-tenths {
    width: 30%; }

  .large-down--four-tenths {
    width: 40%; }

  .large-down--five-tenths {
    width: 50%; }

  .large-down--six-tenths {
    width: 60%; }

  .large-down--seven-tenths {
    width: 70%; }

  .large-down--eight-tenths {
    width: 80%; }

  .large-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-down--one-twelfth {
    width: 8.33333%; }

  .large-down--two-twelfths {
    width: 16.66667%; }

  .large-down--three-twelfths {
    width: 25%; }

  .large-down--four-twelfths {
    width: 33.33333%; }

  .large-down--five-twelfths {
    width: 41.66667%; }

  .large-down--six-twelfths {
    width: 50%; }

  .large-down--seven-twelfths {
    width: 58.33333%; }

  .large-down--eight-twelfths {
    width: 66.66667%; }

  .large-down--nine-twelfths {
    width: 75%; }

  .large-down--ten-twelfths {
    width: 83.33333%; }

  .large-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-down--one-half:nth-child(2n+1),
  .grid--uniform .large-down--one-third:nth-child(3n+1),
  .grid--uniform .large-down--one-quarter:nth-child(4n+1),
  .grid--uniform .large-down--one-fifth:nth-child(5n+1),
  .grid--uniform .large-down--one-sixth:nth-child(6n+1),
  .grid--uniform .large-down--two-sixths:nth-child(3n+1),
  .grid--uniform .large-down--three-sixths:nth-child(2n+1),
  .grid--uniform .large-down--one-eighth:nth-child(8n+1),
  .grid--uniform .large-down--two-eighths:nth-child(4n+1),
  .grid--uniform .large-down--four-eighths:nth-child(2n+1),
  .grid--uniform .large-down--five-tenths:nth-child(2n+1),
  .grid--uniform .large-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

  .large-down--text-left {
    text-align: left; }

  .large-down--text-right {
    text-align: right; }

  .large-down--text-center {
    text-align: center; } }
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%; }

  .large-up--three-sixths {
    width: 50%; }

  .large-up--four-sixths {
    width: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--two-eighths {
    width: 25%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--four-eighths {
    width: 50%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--six-eighths {
    width: 75%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--two-tenths {
    width: 20%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--four-tenths {
    width: 40%; }

  .large-up--five-tenths {
    width: 50%; }

  .large-up--six-tenths {
    width: 60%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--eight-tenths {
    width: 80%; }

  .large-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left; }

  .large-up--text-right {
    text-align: right; }

  .large-up--text-center {
    text-align: center; } }
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%; }

  /* Halves */
  .large-down--one-half {
    width: 50%; }

  /* Thirds */
  .large-down--one-third {
    width: 33.33333%; }

  .large-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-down--one-quarter {
    width: 25%; }

  .large-down--two-quarters {
    width: 50%; }

  .large-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-down--one-fifth {
    width: 20%; }

  .large-down--two-fifths {
    width: 40%; }

  .large-down--three-fifths {
    width: 60%; }

  .large-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-down--one-sixth {
    width: 16.66667%; }

  .large-down--two-sixths {
    width: 33.33333%; }

  .large-down--three-sixths {
    width: 50%; }

  .large-down--four-sixths {
    width: 66.66667%; }

  .large-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-down--one-eighth {
    width: 12.5%; }

  .large-down--two-eighths {
    width: 25%; }

  .large-down--three-eighths {
    width: 37.5%; }

  .large-down--four-eighths {
    width: 50%; }

  .large-down--five-eighths {
    width: 62.5%; }

  .large-down--six-eighths {
    width: 75%; }

  .large-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-down--one-tenth {
    width: 10%; }

  .large-down--two-tenths {
    width: 20%; }

  .large-down--three-tenths {
    width: 30%; }

  .large-down--four-tenths {
    width: 40%; }

  .large-down--five-tenths {
    width: 50%; }

  .large-down--six-tenths {
    width: 60%; }

  .large-down--seven-tenths {
    width: 70%; }

  .large-down--eight-tenths {
    width: 80%; }

  .large-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-down--one-twelfth {
    width: 8.33333%; }

  .large-down--two-twelfths {
    width: 16.66667%; }

  .large-down--three-twelfths {
    width: 25%; }

  .large-down--four-twelfths {
    width: 33.33333%; }

  .large-down--five-twelfths {
    width: 41.66667%; }

  .large-down--six-twelfths {
    width: 50%; }

  .large-down--seven-twelfths {
    width: 58.33333%; }

  .large-down--eight-twelfths {
    width: 66.66667%; }

  .large-down--nine-twelfths {
    width: 75%; }

  .large-down--ten-twelfths {
    width: 83.33333%; }

  .large-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-down--one-half:nth-child(2n+1),
  .grid--uniform .large-down--one-third:nth-child(3n+1),
  .grid--uniform .large-down--one-quarter:nth-child(4n+1),
  .grid--uniform .large-down--one-fifth:nth-child(5n+1),
  .grid--uniform .large-down--one-sixth:nth-child(6n+1),
  .grid--uniform .large-down--two-sixths:nth-child(3n+1),
  .grid--uniform .large-down--three-sixths:nth-child(2n+1),
  .grid--uniform .large-down--one-eighth:nth-child(8n+1),
  .grid--uniform .large-down--two-eighths:nth-child(4n+1),
  .grid--uniform .large-down--four-eighths:nth-child(2n+1),
  .grid--uniform .large-down--five-tenths:nth-child(2n+1),
  .grid--uniform .large-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

  .large-down--text-left {
    text-align: left; }

  .large-down--text-right {
    text-align: right; }

  .large-down--text-center {
    text-align: center; } }
@media only screen and (min-width: 1400px) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%; }

  /* Halves */
  .widescreen--one-half {
    width: 50%; }

  /* Thirds */
  .widescreen--one-third {
    width: 33.33333%; }

  .widescreen--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%; }

  .widescreen--two-quarters {
    width: 50%; }

  .widescreen--three-quarters {
    width: 75%; }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%; }

  .widescreen--two-fifths {
    width: 40%; }

  .widescreen--three-fifths {
    width: 60%; }

  .widescreen--four-fifths {
    width: 80%; }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.66667%; }

  .widescreen--two-sixths {
    width: 33.33333%; }

  .widescreen--three-sixths {
    width: 50%; }

  .widescreen--four-sixths {
    width: 66.66667%; }

  .widescreen--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%; }

  .widescreen--two-eighths {
    width: 25%; }

  .widescreen--three-eighths {
    width: 37.5%; }

  .widescreen--four-eighths {
    width: 50%; }

  .widescreen--five-eighths {
    width: 62.5%; }

  .widescreen--six-eighths {
    width: 75%; }

  .widescreen--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%; }

  .widescreen--two-tenths {
    width: 20%; }

  .widescreen--three-tenths {
    width: 30%; }

  .widescreen--four-tenths {
    width: 40%; }

  .widescreen--five-tenths {
    width: 50%; }

  .widescreen--six-tenths {
    width: 60%; }

  .widescreen--seven-tenths {
    width: 70%; }

  .widescreen--eight-tenths {
    width: 80%; }

  .widescreen--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.33333%; }

  .widescreen--two-twelfths {
    width: 16.66667%; }

  .widescreen--three-twelfths {
    width: 25%; }

  .widescreen--four-twelfths {
    width: 33.33333%; }

  .widescreen--five-twelfths {
    width: 41.66667%; }

  .widescreen--six-twelfths {
    width: 50%; }

  .widescreen--seven-twelfths {
    width: 58.33333%; }

  .widescreen--eight-twelfths {
    width: 66.66667%; }

  .widescreen--nine-twelfths {
    width: 75%; }

  .widescreen--ten-twelfths {
    width: 83.33333%; }

  .widescreen--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .widescreen--one-half:nth-child(2n+1),
  .grid--uniform .widescreen--one-third:nth-child(3n+1),
  .grid--uniform .widescreen--one-quarter:nth-child(4n+1),
  .grid--uniform .widescreen--one-fifth:nth-child(5n+1),
  .grid--uniform .widescreen--one-sixth:nth-child(6n+1),
  .grid--uniform .widescreen--two-sixths:nth-child(3n+1),
  .grid--uniform .widescreen--three-sixths:nth-child(2n+1),
  .grid--uniform .widescreen--one-eighth:nth-child(8n+1),
  .grid--uniform .widescreen--two-eighths:nth-child(4n+1),
  .grid--uniform .widescreen--four-eighths:nth-child(2n+1),
  .grid--uniform .widescreen--five-tenths:nth-child(2n+1),
  .grid--uniform .widescreen--one-twelfth:nth-child(12n+1),
  .grid--uniform .widescreen--two-twelfths:nth-child(6n+1),
  .grid--uniform .widescreen--three-twelfths:nth-child(4n+1),
  .grid--uniform .widescreen--four-twelfths:nth-child(3n+1),
  .grid--uniform .widescreen--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .widescreen--show {
    display: block !important; }

  .widescreen--hide {
    display: none !important; }

  .widescreen--text-left {
    text-align: left; }

  .widescreen--text-right {
    text-align: right; }

  .widescreen--text-center {
    text-align: center; } }
@media only screen and (min-width: 1200px) {
  /** Whole */
  .laptop--one-whole {
    width: 100%; }

  /* Halves */
  .laptop--one-half {
    width: 50%; }

  /* Thirds */
  .laptop--one-third {
    width: 33.33333%; }

  .laptop--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .laptop--one-quarter {
    width: 25%; }

  .laptop--two-quarters {
    width: 50%; }

  .laptop--three-quarters {
    width: 75%; }

  /* Fifths */
  .laptop--one-fifth {
    width: 20%; }

  .laptop--two-fifths {
    width: 40%; }

  .laptop--three-fifths {
    width: 60%; }

  .laptop--four-fifths {
    width: 80%; }

  /* Sixths */
  .laptop--one-sixth {
    width: 16.66667%; }

  .laptop--two-sixths {
    width: 33.33333%; }

  .laptop--three-sixths {
    width: 50%; }

  .laptop--four-sixths {
    width: 66.66667%; }

  .laptop--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .laptop--one-eighth {
    width: 12.5%; }

  .laptop--two-eighths {
    width: 25%; }

  .laptop--three-eighths {
    width: 37.5%; }

  .laptop--four-eighths {
    width: 50%; }

  .laptop--five-eighths {
    width: 62.5%; }

  .laptop--six-eighths {
    width: 75%; }

  .laptop--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .laptop--one-tenth {
    width: 10%; }

  .laptop--two-tenths {
    width: 20%; }

  .laptop--three-tenths {
    width: 30%; }

  .laptop--four-tenths {
    width: 40%; }

  .laptop--five-tenths {
    width: 50%; }

  .laptop--six-tenths {
    width: 60%; }

  .laptop--seven-tenths {
    width: 70%; }

  .laptop--eight-tenths {
    width: 80%; }

  .laptop--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .laptop--one-twelfth {
    width: 8.33333%; }

  .laptop--two-twelfths {
    width: 16.66667%; }

  .laptop--three-twelfths {
    width: 25%; }

  .laptop--four-twelfths {
    width: 33.33333%; }

  .laptop--five-twelfths {
    width: 41.66667%; }

  .laptop--six-twelfths {
    width: 50%; }

  .laptop--seven-twelfths {
    width: 58.33333%; }

  .laptop--eight-twelfths {
    width: 66.66667%; }

  .laptop--nine-twelfths {
    width: 75%; }

  .laptop--ten-twelfths {
    width: 83.33333%; }

  .laptop--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .laptop--one-half:nth-child(2n+1),
  .grid--uniform .laptop--one-third:nth-child(3n+1),
  .grid--uniform .laptop--one-quarter:nth-child(4n+1),
  .grid--uniform .laptop--one-fifth:nth-child(5n+1),
  .grid--uniform .laptop--one-sixth:nth-child(6n+1),
  .grid--uniform .laptop--two-sixths:nth-child(3n+1),
  .grid--uniform .laptop--three-sixths:nth-child(2n+1),
  .grid--uniform .laptop--one-eighth:nth-child(8n+1),
  .grid--uniform .laptop--two-eighths:nth-child(4n+1),
  .grid--uniform .laptop--four-eighths:nth-child(2n+1),
  .grid--uniform .laptop--five-tenths:nth-child(2n+1),
  .grid--uniform .laptop--one-twelfth:nth-child(12n+1),
  .grid--uniform .laptop--two-twelfths:nth-child(6n+1),
  .grid--uniform .laptop--three-twelfths:nth-child(4n+1),
  .grid--uniform .laptop--four-twelfths:nth-child(3n+1),
  .grid--uniform .laptop--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .laptop--show {
    display: block !important; }

  .laptop--hide {
    display: none !important; }

  .laptop--text-left {
    text-align: left; }

  .laptop--text-right {
    text-align: right; }

  .laptop--text-center {
    text-align: center; } }
@media only screen and (max-width: 1199px) {
  /** Whole */
  .laptop-down--one-whole {
    width: 100%; }

  /* Halves */
  .laptop-down--one-half {
    width: 50%; }

  /* Thirds */
  .laptop-down--one-third {
    width: 33.33333%; }

  .laptop-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .laptop-down--one-quarter {
    width: 25%; }

  .laptop-down--two-quarters {
    width: 50%; }

  .laptop-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .laptop-down--one-fifth {
    width: 20%; }

  .laptop-down--two-fifths {
    width: 40%; }

  .laptop-down--three-fifths {
    width: 60%; }

  .laptop-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .laptop-down--one-sixth {
    width: 16.66667%; }

  .laptop-down--two-sixths {
    width: 33.33333%; }

  .laptop-down--three-sixths {
    width: 50%; }

  .laptop-down--four-sixths {
    width: 66.66667%; }

  .laptop-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .laptop-down--one-eighth {
    width: 12.5%; }

  .laptop-down--two-eighths {
    width: 25%; }

  .laptop-down--three-eighths {
    width: 37.5%; }

  .laptop-down--four-eighths {
    width: 50%; }

  .laptop-down--five-eighths {
    width: 62.5%; }

  .laptop-down--six-eighths {
    width: 75%; }

  .laptop-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .laptop-down--one-tenth {
    width: 10%; }

  .laptop-down--two-tenths {
    width: 20%; }

  .laptop-down--three-tenths {
    width: 30%; }

  .laptop-down--four-tenths {
    width: 40%; }

  .laptop-down--five-tenths {
    width: 50%; }

  .laptop-down--six-tenths {
    width: 60%; }

  .laptop-down--seven-tenths {
    width: 70%; }

  .laptop-down--eight-tenths {
    width: 80%; }

  .laptop-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .laptop-down--one-twelfth {
    width: 8.33333%; }

  .laptop-down--two-twelfths {
    width: 16.66667%; }

  .laptop-down--three-twelfths {
    width: 25%; }

  .laptop-down--four-twelfths {
    width: 33.33333%; }

  .laptop-down--five-twelfths {
    width: 41.66667%; }

  .laptop-down--six-twelfths {
    width: 50%; }

  .laptop-down--seven-twelfths {
    width: 58.33333%; }

  .laptop-down--eight-twelfths {
    width: 66.66667%; }

  .laptop-down--nine-twelfths {
    width: 75%; }

  .laptop-down--ten-twelfths {
    width: 83.33333%; }

  .laptop-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .laptop-down--one-half:nth-child(2n+1),
  .grid--uniform .laptop-down--one-third:nth-child(3n+1),
  .grid--uniform .laptop-down--one-quarter:nth-child(4n+1),
  .grid--uniform .laptop-down--one-fifth:nth-child(5n+1),
  .grid--uniform .laptop-down--one-sixth:nth-child(6n+1),
  .grid--uniform .laptop-down--two-sixths:nth-child(3n+1),
  .grid--uniform .laptop-down--three-sixths:nth-child(2n+1),
  .grid--uniform .laptop-down--one-eighth:nth-child(8n+1),
  .grid--uniform .laptop-down--two-eighths:nth-child(4n+1),
  .grid--uniform .laptop-down--four-eighths:nth-child(2n+1),
  .grid--uniform .laptop-down--five-tenths:nth-child(2n+1),
  .grid--uniform .laptop-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .laptop-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .laptop-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .laptop-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .laptop-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .laptop-down--show {
    display: block !important; }

  .laptop-down--hide {
    display: none !important; }

  .laptop-down--text-left {
    text-align: left; }

  .laptop-down--text-right {
    text-align: right; }

  .laptop-down--text-center {
    text-align: center; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium--push-one-third {
    left: 33.33333%; }

  .medium--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium--push-one-quarter {
    left: 25%; }

  .medium--push-two-quarters {
    left: 50%; }

  .medium--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium--push-one-fifth {
    left: 20%; }

  .medium--push-two-fifths {
    left: 40%; }

  .medium--push-three-fifths {
    left: 60%; }

  .medium--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium--push-one-sixth {
    left: 16.66667%; }

  .medium--push-two-sixths {
    left: 33.33333%; }

  .medium--push-three-sixths {
    left: 50%; }

  .medium--push-four-sixths {
    left: 66.66667%; }

  .medium--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium--push-one-eighth {
    left: 12.5%; }

  .medium--push-two-eighths {
    left: 25%; }

  .medium--push-three-eighths {
    left: 37.5%; }

  .medium--push-four-eighths {
    left: 50%; }

  .medium--push-five-eighths {
    left: 62.5%; }

  .medium--push-six-eighths {
    left: 75%; }

  .medium--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium--push-one-tenth {
    left: 10%; }

  .medium--push-two-tenths {
    left: 20%; }

  .medium--push-three-tenths {
    left: 30%; }

  .medium--push-four-tenths {
    left: 40%; }

  .medium--push-five-tenths {
    left: 50%; }

  .medium--push-six-tenths {
    left: 60%; }

  .medium--push-seven-tenths {
    left: 70%; }

  .medium--push-eight-tenths {
    left: 80%; }

  .medium--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium--push-one-twelfth {
    left: 8.33333%; }

  .medium--push-two-twelfths {
    left: 16.66667%; }

  .medium--push-three-twelfths {
    left: 25%; }

  .medium--push-four-twelfths {
    left: 33.33333%; }

  .medium--push-five-twelfths {
    left: 41.66667%; }

  .medium--push-six-twelfths {
    left: 50%; }

  .medium--push-seven-twelfths {
    left: 58.33333%; }

  .medium--push-eight-twelfths {
    left: 66.66667%; }

  .medium--push-nine-twelfths {
    left: 75%; }

  .medium--push-ten-twelfths {
    left: 83.33333%; }

  .medium--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 989px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-down--push-one-third {
    left: 33.33333%; }

  .medium-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-down--push-one-quarter {
    left: 25%; }

  .medium-down--push-two-quarters {
    left: 50%; }

  .medium-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-down--push-one-fifth {
    left: 20%; }

  .medium-down--push-two-fifths {
    left: 40%; }

  .medium-down--push-three-fifths {
    left: 60%; }

  .medium-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-down--push-one-sixth {
    left: 16.66667%; }

  .medium-down--push-two-sixths {
    left: 33.33333%; }

  .medium-down--push-three-sixths {
    left: 50%; }

  .medium-down--push-four-sixths {
    left: 66.66667%; }

  .medium-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-down--push-one-eighth {
    left: 12.5%; }

  .medium-down--push-two-eighths {
    left: 25%; }

  .medium-down--push-three-eighths {
    left: 37.5%; }

  .medium-down--push-four-eighths {
    left: 50%; }

  .medium-down--push-five-eighths {
    left: 62.5%; }

  .medium-down--push-six-eighths {
    left: 75%; }

  .medium-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-down--push-one-tenth {
    left: 10%; }

  .medium-down--push-two-tenths {
    left: 20%; }

  .medium-down--push-three-tenths {
    left: 30%; }

  .medium-down--push-four-tenths {
    left: 40%; }

  .medium-down--push-five-tenths {
    left: 50%; }

  .medium-down--push-six-tenths {
    left: 60%; }

  .medium-down--push-seven-tenths {
    left: 70%; }

  .medium-down--push-eight-tenths {
    left: 80%; }

  .medium-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-down--push-one-twelfth {
    left: 8.33333%; }

  .medium-down--push-two-twelfths {
    left: 16.66667%; }

  .medium-down--push-three-twelfths {
    left: 25%; }

  .medium-down--push-four-twelfths {
    left: 33.33333%; }

  .medium-down--push-five-twelfths {
    left: 41.66667%; }

  .medium-down--push-six-twelfths {
    left: 50%; }

  .medium-down--push-seven-twelfths {
    left: 58.33333%; }

  .medium-down--push-eight-twelfths {
    left: 66.66667%; }

  .medium-down--push-nine-twelfths {
    left: 75%; }

  .medium-down--push-ten-twelfths {
    left: 83.33333%; }

  .medium-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /* Halves */
  .large--push-one-half {
    left: 50%; }

  /* Thirds */
  .large--push-one-third {
    left: 33.33333%; }

  .large--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%; }

  .large--push-two-quarters {
    left: 50%; }

  .large--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%; }

  .large--push-two-fifths {
    left: 40%; }

  .large--push-three-fifths {
    left: 60%; }

  .large--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.66667%; }

  .large--push-two-sixths {
    left: 33.33333%; }

  .large--push-three-sixths {
    left: 50%; }

  .large--push-four-sixths {
    left: 66.66667%; }

  .large--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%; }

  .large--push-two-eighths {
    left: 25%; }

  .large--push-three-eighths {
    left: 37.5%; }

  .large--push-four-eighths {
    left: 50%; }

  .large--push-five-eighths {
    left: 62.5%; }

  .large--push-six-eighths {
    left: 75%; }

  .large--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%; }

  .large--push-two-tenths {
    left: 20%; }

  .large--push-three-tenths {
    left: 30%; }

  .large--push-four-tenths {
    left: 40%; }

  .large--push-five-tenths {
    left: 50%; }

  .large--push-six-tenths {
    left: 60%; }

  .large--push-seven-tenths {
    left: 70%; }

  .large--push-eight-tenths {
    left: 80%; }

  .large--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.33333%; }

  .large--push-two-twelfths {
    left: 16.66667%; }

  .large--push-three-twelfths {
    left: 25%; }

  .large--push-four-twelfths {
    left: 33.33333%; }

  .large--push-five-twelfths {
    left: 41.66667%; }

  .large--push-six-twelfths {
    left: 50%; }

  .large--push-seven-twelfths {
    left: 58.33333%; }

  .large--push-eight-twelfths {
    left: 66.66667%; }

  .large--push-nine-twelfths {
    left: 75%; }

  .large--push-ten-twelfths {
    left: 83.33333%; }

  .large--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 1399px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-down--push-one-third {
    left: 33.33333%; }

  .large-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-down--push-one-quarter {
    left: 25%; }

  .large-down--push-two-quarters {
    left: 50%; }

  .large-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-down--push-one-fifth {
    left: 20%; }

  .large-down--push-two-fifths {
    left: 40%; }

  .large-down--push-three-fifths {
    left: 60%; }

  .large-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-down--push-one-sixth {
    left: 16.66667%; }

  .large-down--push-two-sixths {
    left: 33.33333%; }

  .large-down--push-three-sixths {
    left: 50%; }

  .large-down--push-four-sixths {
    left: 66.66667%; }

  .large-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-down--push-one-eighth {
    left: 12.5%; }

  .large-down--push-two-eighths {
    left: 25%; }

  .large-down--push-three-eighths {
    left: 37.5%; }

  .large-down--push-four-eighths {
    left: 50%; }

  .large-down--push-five-eighths {
    left: 62.5%; }

  .large-down--push-six-eighths {
    left: 75%; }

  .large-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-down--push-one-tenth {
    left: 10%; }

  .large-down--push-two-tenths {
    left: 20%; }

  .large-down--push-three-tenths {
    left: 30%; }

  .large-down--push-four-tenths {
    left: 40%; }

  .large-down--push-five-tenths {
    left: 50%; }

  .large-down--push-six-tenths {
    left: 60%; }

  .large-down--push-seven-tenths {
    left: 70%; }

  .large-down--push-eight-tenths {
    left: 80%; }

  .large-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-down--push-one-twelfth {
    left: 8.33333%; }

  .large-down--push-two-twelfths {
    left: 16.66667%; }

  .large-down--push-three-twelfths {
    left: 25%; }

  .large-down--push-four-twelfths {
    left: 33.33333%; }

  .large-down--push-five-twelfths {
    left: 41.66667%; }

  .large-down--push-six-twelfths {
    left: 50%; }

  .large-down--push-seven-twelfths {
    left: 58.33333%; }

  .large-down--push-eight-twelfths {
    left: 66.66667%; }

  .large-down--push-nine-twelfths {
    left: 75%; }

  .large-down--push-ten-twelfths {
    left: 83.33333%; }

  .large-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 990px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }

  .large-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }

  .large-up--push-two-quarters {
    left: 50%; }

  .large-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }

  .large-up--push-two-fifths {
    left: 40%; }

  .large-up--push-three-fifths {
    left: 60%; }

  .large-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }

  .large-up--push-two-sixths {
    left: 33.33333%; }

  .large-up--push-three-sixths {
    left: 50%; }

  .large-up--push-four-sixths {
    left: 66.66667%; }

  .large-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%; }

  .large-up--push-two-eighths {
    left: 25%; }

  .large-up--push-three-eighths {
    left: 37.5%; }

  .large-up--push-four-eighths {
    left: 50%; }

  .large-up--push-five-eighths {
    left: 62.5%; }

  .large-up--push-six-eighths {
    left: 75%; }

  .large-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }

  .large-up--push-two-tenths {
    left: 20%; }

  .large-up--push-three-tenths {
    left: 30%; }

  .large-up--push-four-tenths {
    left: 40%; }

  .large-up--push-five-tenths {
    left: 50%; }

  .large-up--push-six-tenths {
    left: 60%; }

  .large-up--push-seven-tenths {
    left: 70%; }

  .large-up--push-eight-tenths {
    left: 80%; }

  .large-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }

  .large-up--push-two-twelfths {
    left: 16.66667%; }

  .large-up--push-three-twelfths {
    left: 25%; }

  .large-up--push-four-twelfths {
    left: 33.33333%; }

  .large-up--push-five-twelfths {
    left: 41.66667%; }

  .large-up--push-six-twelfths {
    left: 50%; }

  .large-up--push-seven-twelfths {
    left: 58.33333%; }

  .large-up--push-eight-twelfths {
    left: 66.66667%; }

  .large-up--push-nine-twelfths {
    left: 75%; }

  .large-up--push-ten-twelfths {
    left: 83.33333%; }

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 1399px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-down--push-one-third {
    left: 33.33333%; }

  .large-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-down--push-one-quarter {
    left: 25%; }

  .large-down--push-two-quarters {
    left: 50%; }

  .large-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-down--push-one-fifth {
    left: 20%; }

  .large-down--push-two-fifths {
    left: 40%; }

  .large-down--push-three-fifths {
    left: 60%; }

  .large-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-down--push-one-sixth {
    left: 16.66667%; }

  .large-down--push-two-sixths {
    left: 33.33333%; }

  .large-down--push-three-sixths {
    left: 50%; }

  .large-down--push-four-sixths {
    left: 66.66667%; }

  .large-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-down--push-one-eighth {
    left: 12.5%; }

  .large-down--push-two-eighths {
    left: 25%; }

  .large-down--push-three-eighths {
    left: 37.5%; }

  .large-down--push-four-eighths {
    left: 50%; }

  .large-down--push-five-eighths {
    left: 62.5%; }

  .large-down--push-six-eighths {
    left: 75%; }

  .large-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-down--push-one-tenth {
    left: 10%; }

  .large-down--push-two-tenths {
    left: 20%; }

  .large-down--push-three-tenths {
    left: 30%; }

  .large-down--push-four-tenths {
    left: 40%; }

  .large-down--push-five-tenths {
    left: 50%; }

  .large-down--push-six-tenths {
    left: 60%; }

  .large-down--push-seven-tenths {
    left: 70%; }

  .large-down--push-eight-tenths {
    left: 80%; }

  .large-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-down--push-one-twelfth {
    left: 8.33333%; }

  .large-down--push-two-twelfths {
    left: 16.66667%; }

  .large-down--push-three-twelfths {
    left: 25%; }

  .large-down--push-four-twelfths {
    left: 33.33333%; }

  .large-down--push-five-twelfths {
    left: 41.66667%; }

  .large-down--push-six-twelfths {
    left: 50%; }

  .large-down--push-seven-twelfths {
    left: 58.33333%; }

  .large-down--push-eight-twelfths {
    left: 66.66667%; }

  .large-down--push-nine-twelfths {
    left: 75%; }

  .large-down--push-ten-twelfths {
    left: 83.33333%; }

  .large-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1400px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%; }

  /* Thirds */
  .widescreen--push-one-third {
    left: 33.33333%; }

  .widescreen--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .widescreen--push-one-quarter {
    left: 25%; }

  .widescreen--push-two-quarters {
    left: 50%; }

  .widescreen--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .widescreen--push-one-fifth {
    left: 20%; }

  .widescreen--push-two-fifths {
    left: 40%; }

  .widescreen--push-three-fifths {
    left: 60%; }

  .widescreen--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .widescreen--push-one-sixth {
    left: 16.66667%; }

  .widescreen--push-two-sixths {
    left: 33.33333%; }

  .widescreen--push-three-sixths {
    left: 50%; }

  .widescreen--push-four-sixths {
    left: 66.66667%; }

  .widescreen--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .widescreen--push-one-eighth {
    left: 12.5%; }

  .widescreen--push-two-eighths {
    left: 25%; }

  .widescreen--push-three-eighths {
    left: 37.5%; }

  .widescreen--push-four-eighths {
    left: 50%; }

  .widescreen--push-five-eighths {
    left: 62.5%; }

  .widescreen--push-six-eighths {
    left: 75%; }

  .widescreen--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .widescreen--push-one-tenth {
    left: 10%; }

  .widescreen--push-two-tenths {
    left: 20%; }

  .widescreen--push-three-tenths {
    left: 30%; }

  .widescreen--push-four-tenths {
    left: 40%; }

  .widescreen--push-five-tenths {
    left: 50%; }

  .widescreen--push-six-tenths {
    left: 60%; }

  .widescreen--push-seven-tenths {
    left: 70%; }

  .widescreen--push-eight-tenths {
    left: 80%; }

  .widescreen--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .widescreen--push-one-twelfth {
    left: 8.33333%; }

  .widescreen--push-two-twelfths {
    left: 16.66667%; }

  .widescreen--push-three-twelfths {
    left: 25%; }

  .widescreen--push-four-twelfths {
    left: 33.33333%; }

  .widescreen--push-five-twelfths {
    left: 41.66667%; }

  .widescreen--push-six-twelfths {
    left: 50%; }

  .widescreen--push-seven-twelfths {
    left: 58.33333%; }

  .widescreen--push-eight-twelfths {
    left: 66.66667%; }

  .widescreen--push-nine-twelfths {
    left: 75%; }

  .widescreen--push-ten-twelfths {
    left: 83.33333%; }

  .widescreen--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1200px) {
  /* Halves */
  .laptop--push-one-half {
    left: 50%; }

  /* Thirds */
  .laptop--push-one-third {
    left: 33.33333%; }

  .laptop--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .laptop--push-one-quarter {
    left: 25%; }

  .laptop--push-two-quarters {
    left: 50%; }

  .laptop--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .laptop--push-one-fifth {
    left: 20%; }

  .laptop--push-two-fifths {
    left: 40%; }

  .laptop--push-three-fifths {
    left: 60%; }

  .laptop--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .laptop--push-one-sixth {
    left: 16.66667%; }

  .laptop--push-two-sixths {
    left: 33.33333%; }

  .laptop--push-three-sixths {
    left: 50%; }

  .laptop--push-four-sixths {
    left: 66.66667%; }

  .laptop--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .laptop--push-one-eighth {
    left: 12.5%; }

  .laptop--push-two-eighths {
    left: 25%; }

  .laptop--push-three-eighths {
    left: 37.5%; }

  .laptop--push-four-eighths {
    left: 50%; }

  .laptop--push-five-eighths {
    left: 62.5%; }

  .laptop--push-six-eighths {
    left: 75%; }

  .laptop--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .laptop--push-one-tenth {
    left: 10%; }

  .laptop--push-two-tenths {
    left: 20%; }

  .laptop--push-three-tenths {
    left: 30%; }

  .laptop--push-four-tenths {
    left: 40%; }

  .laptop--push-five-tenths {
    left: 50%; }

  .laptop--push-six-tenths {
    left: 60%; }

  .laptop--push-seven-tenths {
    left: 70%; }

  .laptop--push-eight-tenths {
    left: 80%; }

  .laptop--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .laptop--push-one-twelfth {
    left: 8.33333%; }

  .laptop--push-two-twelfths {
    left: 16.66667%; }

  .laptop--push-three-twelfths {
    left: 25%; }

  .laptop--push-four-twelfths {
    left: 33.33333%; }

  .laptop--push-five-twelfths {
    left: 41.66667%; }

  .laptop--push-six-twelfths {
    left: 50%; }

  .laptop--push-seven-twelfths {
    left: 58.33333%; }

  .laptop--push-eight-twelfths {
    left: 66.66667%; }

  .laptop--push-nine-twelfths {
    left: 75%; }

  .laptop--push-ten-twelfths {
    left: 83.33333%; }

  .laptop--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 1199px) {
  /* Halves */
  .laptop-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .laptop-down--push-one-third {
    left: 33.33333%; }

  .laptop-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .laptop-down--push-one-quarter {
    left: 25%; }

  .laptop-down--push-two-quarters {
    left: 50%; }

  .laptop-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .laptop-down--push-one-fifth {
    left: 20%; }

  .laptop-down--push-two-fifths {
    left: 40%; }

  .laptop-down--push-three-fifths {
    left: 60%; }

  .laptop-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .laptop-down--push-one-sixth {
    left: 16.66667%; }

  .laptop-down--push-two-sixths {
    left: 33.33333%; }

  .laptop-down--push-three-sixths {
    left: 50%; }

  .laptop-down--push-four-sixths {
    left: 66.66667%; }

  .laptop-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .laptop-down--push-one-eighth {
    left: 12.5%; }

  .laptop-down--push-two-eighths {
    left: 25%; }

  .laptop-down--push-three-eighths {
    left: 37.5%; }

  .laptop-down--push-four-eighths {
    left: 50%; }

  .laptop-down--push-five-eighths {
    left: 62.5%; }

  .laptop-down--push-six-eighths {
    left: 75%; }

  .laptop-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .laptop-down--push-one-tenth {
    left: 10%; }

  .laptop-down--push-two-tenths {
    left: 20%; }

  .laptop-down--push-three-tenths {
    left: 30%; }

  .laptop-down--push-four-tenths {
    left: 40%; }

  .laptop-down--push-five-tenths {
    left: 50%; }

  .laptop-down--push-six-tenths {
    left: 60%; }

  .laptop-down--push-seven-tenths {
    left: 70%; }

  .laptop-down--push-eight-tenths {
    left: 80%; }

  .laptop-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .laptop-down--push-one-twelfth {
    left: 8.33333%; }

  .laptop-down--push-two-twelfths {
    left: 16.66667%; }

  .laptop-down--push-three-twelfths {
    left: 25%; }

  .laptop-down--push-four-twelfths {
    left: 33.33333%; }

  .laptop-down--push-five-twelfths {
    left: 41.66667%; }

  .laptop-down--push-six-twelfths {
    left: 50%; }

  .laptop-down--push-seven-twelfths {
    left: 58.33333%; }

  .laptop-down--push-eight-twelfths {
    left: 66.66667%; }

  .laptop-down--push-nine-twelfths {
    left: 75%; }

  .laptop-down--push-ten-twelfths {
    left: 83.33333%; }

  .laptop-down--push-eleven-twelfths {
    left: 91.66667%; } }
/**
 * Layout
 */
html, body {
  min-height: 100%; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 0.95rem;
  padding: 0 !important; }
  html body {
    color: #4c4d4d;
    background-color: white;
    font-family: "NeuzeitGro", sans-serif;
    font-size: 0.95rem; }
    html body.cart__open {
      max-width: 100vw; }
    html body * {
      -webkit-font-smoothing: antialiased; }
  html.mobile-menu--open {
    overflow: hidden !important; }

.container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  min-height: 100%;
  background-color: white; }

.content-container {
  margin: auto;
  max-width: 1100px; }

#IE8bg {
  display: none; }

.just {
  text-align: justify;
  font-size: 0.01em; }

.product-grid.just {
  font-size: 0.001px; }

.just > * {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem; }

.just:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

/**
 * CONTENT WRAPPER
 */
.main-content {
  margin: 0;
  min-width: 100%;
  display: block; }
  @media only screen and (max-width: 749px) {
    .main-content {
      padding-top: 46px;
      padding-bottom: 0; } }

@media only screen and (min-width: 750px) {
  .template-product .main-content,
  .template-index .main-content,
  .template-collection .main-content,
  .template-list-collections .main-content,
  .template-search .main-content,
  .template-blog .main-content,
  #what-is-cbd-sagely-naturals .main-content {
    padding: 0; } }

.wrapper {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px; }
  .wrapper::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 749px) {
    .wrapper {
      padding: 0 25px; } }

.wrapper--full {
  max-width: none;
  margin: 0 30px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .wrapper--full {
      padding: 0 20px; } }
  @media only screen and (max-width: 749px) {
    .wrapper--full {
      padding: 0 25px;
      margin: 0; } }

.wrapper--wide {
  max-width: none;
  margin: 0 60px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .wrapper--wide {
      padding: 0 30px; } }
  @media only screen and (max-width: 749px) {
    .wrapper--wide {
      padding: 0 25px; } }

.page-margin {
  margin-top: 60px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .page-margin {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 749px) {
    .page-margin {
      padding-bottom: 24px; } }

/**
 * TABLES
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f0f0f0;
  margin: 1em 0; }

table tr > th,
table tr > td {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 10px;
  line-height: 1.3;
  vertical-align: middle; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

dl {
  margin-bottom: 1.5em; }

dt,
dd {
  line-height: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin-left: .8em; }

/* Freight Display Pro */
@font-face {
  font-family: 'FreightDispPro';
  font-weight: 300;
  font-style: normal;
  src: url("./FreightDispProLight-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProLight-Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProBook-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProBook-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProMedium-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProMedium-Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProSemibold-Regular.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProSemibold-Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProBold-Regular.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProBold-Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProBlack-Regular.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'FreightDispPro';
  src: url("./FreightDispProBlack-Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic; }

/* Neuzeit Grotesk */
@font-face {
  font-family: 'NeuzeitGro';
  src: url("./NeuzeitGro-Lig.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'NeuzeitGro';
  src: url("./NeuzeitGro-Reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'NeuzeitGro';
  src: url("./NeuzeitGro-Bol.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'NeuzeitGro';
  src: url("./NeuzeitGro-Bla.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'NeuzeitGroCond';
  src: url("./NeuzeitGroCon-Bla.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'NeuzeitGroExtCond';
  src: url("./NeuzeitGroExtCond-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

/**
 * Typography
 */
h1, h2, h3, h4, h5, h6, .article__tags, .blog .article__image .article__tags, .article__author-bio h3, .editorial__meta {
  font-family: "FreightDispPro", serif;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 .5em 0; }
  h1.theme, h2.theme, h3.theme, h4.theme, h5.theme, h6.theme, .theme.article__tags, .blog .article__image .theme.article__tags, .article__author-bio h3.theme, .theme.editorial__meta {
    text-align: center;
    position: relative; }

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.1; }
  @media only screen and (max-width: 749px) {
    h1, .h1 {
      font-size: 1.8rem; } }

h2, .h2 {
  font-size: 1.8rem;
  line-height: 1.2; }
  @media only screen and (max-width: 749px) {
    h2, .h2 {
      font-size: 1.62rem; } }

h3, .h3 {
  font-size: 1.62rem;
  line-height: 1.3; }
  @media only screen and (max-width: 749px) {
    h3, .h3 {
      font-size: 1.35rem; } }

h4, .h4 {
  font-size: 1.35rem;
  line-height: 1.5; }
  @media only screen and (max-width: 749px) {
    h4, .h4 {
      font-size: 1.215rem; } }

h5, .h5 {
  font-size: 0.9rem;
  line-height: 1.6; }

h6, .article__tags, .blog .article__image .article__tags, .article__author-bio h3, .editorial__meta, .h6 {
  font-size: 0.7875rem;
  line-height: 1.6; }

/*================ Headings with body font ================*/
.body, .h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.info__subtotal--before,
.info__subtotal--discounts,
.h6--body {
  font-family: "NeuzeitGro", sans-serif;
  font-weight: 400;
  font-style: normal; }

.h1--body {
  font-size: 1.9rem;
  line-height: 1.1; }
  @media only screen and (max-width: 749px) {
    .h1--body {
      font-size: 2.67425rem; } }

.h2--body {
  font-size: 1.59125rem;
  line-height: 1.54; }
  @media only screen and (max-width: 749px) {
    .h2--body {
      font-size: 1.71rem; } }

.h3--body {
  font-size: 1.425rem;
  line-height: 1.3; }
  @media only screen and (max-width: 749px) {
    .h3--body {
      font-size: 1.78125rem; } }

.h4--body {
  font-size: 1.425rem;
  line-height: 1.5; }

.h5--body, .info__subtotal--before,
.info__subtotal--discounts {
  font-size: 1.1875rem;
  line-height: 1.6; }

.h6--body {
  font-size: 0.83125rem;
  line-height: 1.6; }

.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.info__subtotal--before,
.info__subtotal--discounts,
.h6--body {
  text-transform: none;
  letter-spacing: 0px;
  margin: 0 0 0.75em;
  line-height: 1.4; }
  .h1--body a,
  .h2--body a,
  .h3--body a,
  .h4--body a,
  .h5--body a,
  .info__subtotal--before a,
  .info__subtotal--discounts a,
  .h6--body a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Standard elements ================*/
p,
.p,
.cart table th,
.cart table tbody td {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.5em; }

.strong, strong {
  font-weight: 700; }

small, .small, .btn.sml, .shopify-payment-button .sml.shopify-payment-button__button--unbranded, .sml.spr-summary-actions-newreview,
.buttom.sml, .cart table tbody td a.remove-from-cart, .cart-info-container small, .cart-info-container h3 span, .item__price p, .account .forgot-password a, .address-actions {
  font-size: 0.875em;
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #4c4d4d; }

a:hover {
  color: #94a781; }

blockquote {
  padding-left: 1.5em;
  border-left: 5px solid #4c4d4d;
  margin: 0 0 1.5em 1.25em; }

ul, ol {
  margin: 0 0 1.5em 1.3em; }
  ul.unstyled, ol.unstyled {
    list-style-type: none;
    margin-left: 0; }
  ul.inline-list li, ol.inline-list li {
    display: inline-block;
    margin-bottom: 0; }

li {
  margin: 0 0 0.25em 0; }

hr, .hr {
  clear: both;
  border-top: solid #f0f0f0;
  border-width: 1px 0 0;
  margin: 1.25rem 0;
  height: 0; }
  hr.hr--small, .hr.hr--small {
    margin: 0.625rem 0; }
  hr.hr--tall, .hr.hr--tall {
    margin: 2.5rem 0; }
  hr.hr--clear, .hr.hr--clear {
    border-top-color: transparent; }
  hr.hr--dash, .hr.hr--dash {
    margin: 50px auto;
    width: 40px; }
  hr.hr--thick, .hr.hr--thick {
    border-width: 2px 0 0; }
  hr.hr--underline, .hr.hr--underline {
    margin-top: 10px;
    margin-bottom: 20px; }
  hr.hr--no-margin, .hr.hr--no-margin {
    margin: 0; }

.caps, .promo, .product-item .sale-box, .breadcrumbs, .search-submit, .blog .article__image .article__tags, .footer__secondary,
.footer__quicklinks {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.76em;
  font-family: "NeuzeitGro", sans-serif;
  font-weight: 400 !important; }

.highlight {
  background-color: rgba(148, 167, 129, 0.05);
  color: #94a781;
  padding: 3px 6px;
  border-radius: 3px; }

.coll-heading {
  margin: 0;
  padding: 40px 0;
  font-weight: 400;
  font-size: 60px; }
  .coll-heading .icon {
    width: 36px;
    height: 36px;
    margin-right: 12px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .coll-heading {
      padding: 30px 0; } }
  @media only screen and (max-width: 749px) {
    .coll-heading {
      padding: 15px 0;
      font-size: 40px; } }

/**
 * Icons
 */
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px;
  height: 40px; }

.oi.small, .oi.btn.sml, .shopify-payment-button .oi.sml.shopify-payment-button__button--unbranded, .oi.sml.spr-summary-actions-newreview,
.oi.buttom.sml, .cart table tbody td a.oi.remove-from-cart, .cart-info-container small.oi, .cart-info-container h3 span.oi, .item__price p.oi, .account .forgot-password a.oi, .oi.address-actions {
  font-size: 0.7em;
  margin-left: 8px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/**
 * Rich Text Editor
 */
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 25px 50px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/**
 * Responsive tables
 * defined with .responsive-table on table element.
 */
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 25px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 25px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 25px;
      right: 25px;
      border-bottom: 1px solid #f0f0f0; } }
/**
 * Links & Buttons
 */
button {
  width: auto;
  overflow: visible; }

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview,
.button,
button {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.5;
  transition: all 0.15s ease;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 0px;
  font-weight: 700;
  font-size: 14px;
  font-family: "NeuzeitGro", sans-serif;
  cursor: pointer;
  background: #94a781;
  color: #fff;
  padding: 7px 14px;
  text-transform: uppercase;
  letter-spacing: 2.24px; }
  @media only screen and (max-width: 749px) {
    .btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview,
    .button,
    button {
      padding: 5px 10px; } }
  .btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .spr-summary-actions-newreview:hover,
  .button:hover,
  button:hover {
    color: #fff;
    background: #879d72;
    box-shadow: 0 2px 6px rgba(148, 167, 129, 0.06), 0 1px 3px rgba(148, 167, 129, 0.04); }
  .btn:active, .shopify-payment-button .shopify-payment-button__button--unbranded:active, .spr-summary-actions-newreview:active,
  .button:active,
  button:active {
    transform: translateY(1px); }
  .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .spr-summary-actions-newreview:focus,
  .button:focus,
  button:focus {
    color: #fff;
    background: #7a9065;
    outline: none; }

.btn--secondary, .spr-summary-actions-newreview {
  background-color: rgba(255, 255, 255, 0);
  color: #94a781;
  border: 1px solid #94a781;
  box-shadow: none; }
  .btn--secondary:hover, .spr-summary-actions-newreview:hover, .btn--secondary:active, .spr-summary-actions-newreview:active, .btn--secondary:focus, .spr-summary-actions-newreview:focus {
    background-color: #94a781;
    color: white;
    border: 1px solid #94a781; }
  .btn--secondary:active, .spr-summary-actions-newreview:active {
    transform: translateY(1px);
    border: 1px solid #879d72; }

.btn--neutral, .text-dark .hero__btn {
  background-color: #4c4d4d;
  color: white;
  box-shadow: 0 2px 6px rgba(76, 77, 77, 0.06), 0 1px 3px rgba(76, 77, 77, 0.04); }
  .btn--neutral:hover, .text-dark .hero__btn:hover {
    color: white;
    box-shadow: 0 3px 14px rgba(76, 77, 77, 0.06), 0 2px 4px rgba(76, 77, 77, 0.04);
    background: #3f4040; }
  .btn--neutral:active, .text-dark .hero__btn:active, .btn--neutral:focus, .text-dark .hero__btn:focus {
    background: #333333;
    color: white;
    box-shadow: 0 1px 3px rgba(76, 77, 77, 0.04), 0 1px 2px rgba(76, 77, 77, 0.04); }

.btn--secondary.btn--neutral, .text-dark .btn--secondary.hero__btn, .text-dark .hero__btn.spr-summary-actions-newreview, .btn--neutral.spr-summary-actions-newreview {
  background-color: rgba(255, 255, 255, 0);
  color: #4c4d4d;
  border: 1px solid #4c4d4d;
  box-shadow: none; }
  .btn--secondary.btn--neutral:hover, .text-dark .btn--secondary.hero__btn:hover, .text-dark .hero__btn.spr-summary-actions-newreview:hover, .btn--neutral.spr-summary-actions-newreview:hover, .btn--secondary.btn--neutral:active, .text-dark .btn--secondary.hero__btn:active, .text-dark .hero__btn.spr-summary-actions-newreview:active, .btn--neutral.spr-summary-actions-newreview:active, .btn--secondary.btn--neutral:focus, .text-dark .btn--secondary.hero__btn:focus, .text-dark .hero__btn.spr-summary-actions-newreview:focus, .btn--neutral.spr-summary-actions-newreview:focus {
    background-color: #4c4d4d;
    color: #fff;
    border: 1px solid #4c4d4d;
    box-shadow: none; }

.btn--accent {
  background-color: #94a781;
  color: white; }
  .btn--accent:hover {
    color: #94a781;
    box-shadow: 0 2px 6px rgba(148, 167, 129, 0.06), 0 1px 3px rgba(148, 167, 129, 0.04); }
  .btn--accent:active, .btn--accent:focus {
    background-color: #fff;
    color: #94a781; }

.btn--secondary.btn--accent, .btn--accent.spr-summary-actions-newreview {
  background-color: rgba(255, 255, 255, 0);
  color: #94a781;
  border: 1px solid #94a781;
  box-shadow: none; }
  .btn--secondary.btn--accent:hover, .btn--accent.spr-summary-actions-newreview:hover, .btn--secondary.btn--accent:active, .btn--accent.spr-summary-actions-newreview:active, .btn--secondary.btn--accent:focus, .btn--accent.spr-summary-actions-newreview:focus {
    background-color: #94a781;
    color: #fff;
    border: 1px solid #94a781;
    box-shadow: none; }

.btn--white, .text-light .hero__btn {
  background-color: #fff;
  color: #2e2e2e; }
  .btn--white:hover, .text-light .hero__btn:hover {
    color: #4c4d4d;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(76, 77, 77, 0.04), 0 1px 2px rgba(76, 77, 77, 0.04); }
  .btn--white:active, .text-light .hero__btn:active, .btn--white:focus, .text-light .hero__btn:focus {
    background-color: #fff;
    color: #4c4d4d; }

.btn--secondary.btn--white, .text-light .btn--secondary.hero__btn, .text-light .hero__btn.spr-summary-actions-newreview, .btn--white.spr-summary-actions-newreview {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none; }
  .btn--secondary.btn--white:hover, .text-light .btn--secondary.hero__btn:hover, .text-light .hero__btn.spr-summary-actions-newreview:hover, .btn--white.spr-summary-actions-newreview:hover, .btn--secondary.btn--white:active, .text-light .btn--secondary.hero__btn:active, .text-light .hero__btn.spr-summary-actions-newreview:active, .btn--white.spr-summary-actions-newreview:active, .btn--secondary.btn--white:focus, .text-light .btn--secondary.hero__btn:focus, .text-light .hero__btn.spr-summary-actions-newreview:focus, .btn--white.spr-summary-actions-newreview:focus {
    background-color: #fff;
    color: #4c4d4d;
    border: 1px solid #fff;
    box-shadow: none; }

.btn.sml, .shopify-payment-button .sml.shopify-payment-button__button--unbranded, .sml.spr-summary-actions-newreview,
.buttom.sml {
  padding: 5px 10px; }

.btn--unstyled {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.btn--half {
  margin: 0;
  min-width: 50%; }
  @media only screen and (max-width: 749px) {
    .btn--half {
      width: 100%; } }

.btn--large {
  padding: 18px 28px;
  width: 100%;
  max-width: max-content; }
  @media only screen and (max-width: 749px) {
    .btn--large {
      padding: 12px; } }

a.btn--large {
  padding-top: 19px;
  padding-bottom: 17px; }

.btn--small, .spr-summary-actions-newreview {
  font-size: 0.83125em;
  padding: 5px 10px; }
  @media only screen and (max-width: 749px) {
    .btn--small, .spr-summary-actions-newreview {
      padding: 4px 8px; } }

.btn--full {
  width: 100%; }

.btn--pill {
  border: none;
  padding: 3px 10px;
  background-color: whitesmoke;
  color: #4c4d4d;
  border-radius: 20px;
  box-shadow: none;
  transition: all .15s ease;
  font-size: 0.83125rem; }
  .btn--pill:hover {
    box-shadow: none;
    background-color: #f0f0f0;
    color: #4c4d4d; }
  .btn--pill:active, .btn--pill:focus {
    background-color: #f0f0f0;
    box-shadow: none;
    outline: none; }
  .btn--pill .oi {
    margin-left: 6px; }

.btn-group {
  display: flex; }
  .btn-group .btn, .btn-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .btn-group .shopify-payment-button__button--unbranded, .btn-group .spr-summary-actions-newreview {
    margin: 0 4px; }
    .btn-group .btn:first-child, .btn-group .shopify-payment-button .shopify-payment-button__button--unbranded:first-child, .shopify-payment-button .btn-group .shopify-payment-button__button--unbranded:first-child, .btn-group .spr-summary-actions-newreview:first-child {
      margin-left: 0; }
    .btn-group .btn:last-child, .btn-group .shopify-payment-button .shopify-payment-button__button--unbranded:last-child, .shopify-payment-button .btn-group .shopify-payment-button__button--unbranded:last-child, .btn-group .spr-summary-actions-newreview:last-child {
      margin-right: 0; }

.text-link {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none !important;
  cursor: pointer;
  color: #4c4d4d;
  border-bottom: 1px solid whitesmoke;
  padding: 0 0 3px;
  transition: all 0.25s ease-in; }
  .text-link:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #4c4d4d;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 1px;
    margin-bottom: 2px;
    box-shadow: none; }
  .text-link:active, .text-link:focus {
    background-color: rgba(255, 255, 255, 0);
    color: #4c4d4d;
    transform: translateY(2px);
    outline: none;
    border-bottom: 1px solid gainsboro;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none; }

.btn + .text-link, .shopify-payment-button .shopify-payment-button__button--unbranded + .text-link, .spr-summary-actions-newreview + .text-link,
button + .text-link {
  margin-left: 15px; }

.inline-nav {
  list-style: none;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0; }
  .inline-nav li {
    display: inline-block;
    padding: 5px 0;
    margin: 5px 20px; }
    @media only screen and (max-width: 749px) {
      .inline-nav li {
        margin: 5px 15px 5px 0; } }
  .inline-nav li a {
    color: #4c4d4d;
    position: relative; }
    .inline-nav li a:after {
      content: "";
      margin: auto;
      width: 10%;
      height: 2px;
      position: absolute;
      bottom: -4px;
      left: 0;
      opacity: 0;
      background: #94a781;
      transition: all 0.15s ease-in;
      box-shadow: 0 1px 3px rgba(148, 167, 129, 0.04), 0 1px 2px rgba(148, 167, 129, 0.04); }
  .inline-nav li.inline-nav--active a,
  .inline-nav li a:hover {
    color: #4c4d4d; }
  .inline-nav li.inline-nav--active a:after,
  .inline-nav li a:hover:after {
    color: #4c4d4d;
    opacity: 1;
    width: 100%; }

.input-group.newsletter-form {
  border: 1px solid #94a781; }
  .input-group.newsletter-form .input-group-btn,
  .input-group.newsletter-form .input-group-btn .btn,
  .input-group.newsletter-form .input-group-btn .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .input-group.newsletter-form .input-group-btn .shopify-payment-button__button--unbranded,
  .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview,
  .input-group.newsletter-form .input-group-btn .btn:active,
  .input-group.newsletter-form .input-group-btn .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .shopify-payment-button .input-group.newsletter-form .input-group-btn .shopify-payment-button__button--unbranded:active,
  .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview:active,
  .input-group.newsletter-form .input-group-btn .btn:focus,
  .input-group.newsletter-form .input-group-btn .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button .input-group.newsletter-form .input-group-btn .shopify-payment-button__button--unbranded:focus,
  .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview:focus {
    background-color: #94a781;
    color: white; }
  .input-group.newsletter-form input {
    color: #4c4d4d;
    border: none; }
    .input-group.newsletter-form input:active, .input-group.newsletter-form input:focus {
      border: none;
      box-shadow: none; }

.input-group.newsletter-form .input-group-btn .btn, .input-group.newsletter-form .input-group-btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group.newsletter-form .input-group-btn .shopify-payment-button__button--unbranded, .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview {
  border-radius: 0px; }

/**
 * Forms
 */
input,
textarea,
select,
.input-group {
  border: 1px solid #f0f0f0;
  font-size: 0.95em;
  border-radius: 0px;
  max-width: 100%;
  padding: 9px 16px;
  margin: 7px 0;
  background: rgba(255, 255, 255, 0);
  font-family: "NeuzeitGro", sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media only screen and (max-width: 749px) {
    input,
    textarea,
    select,
    .input-group {
      padding: 9px 10px;
      font-size: 16px; } }
  input:focus,
  textarea:focus,
  select:focus,
  .input-group:focus {
    border: 1px solid #4c4d4d;
    outline: none; }
  input[disabled],
  textarea[disabled],
  select[disabled],
  .input-group[disabled] {
    cursor: default;
    background-color: #e8e8e8;
    border-color: #b0b0b0; }

textarea {
  min-height: 100px;
  padding: 16px; }

.form-item,
.form-field {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  line-height: 1;
  text-align: left;
  position: relative; }

.form-item select {
  width: 100%; }

.form-field label {
  background: white;
  color: #4c4d4d;
  font-size: 12px;
  font-weight: 700;
  left: 9px;
  opacity: 0;
  padding: 0 .5em;
  position: absolute;
  top: 2em;
  transition: all 0.15s ease-in;
  z-index: -1; }
.form-field label.label--float {
  opacity: 1;
  top: -0.8em;
  z-index: 1; }

.form-field input[type="text"],
.form-field input[type="password"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
  display: block;
  width: 100%;
  outline: none; }

input[type="checkbox"] {
  margin: 4px 3px 2px 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  margin: 11px 3px 4px 0px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  appearance: radio; }

legend {
  padding-bottom: 6px; }

.label--block {
  display: block; }

/*================ Input Group ================*/
.input-group {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  display: table;
  border-collapse: separate;
  padding: 0; }
  .input-group .btn, .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .shopify-payment-button__button--unbranded, .input-group .spr-summary-actions-newreview {
    box-shadow: none; }
  .input-group input,
  .input-group input:focus,
  .input-group input:active {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
    margin: 0; }
    .input-group input::-moz-focus-inner,
    .input-group input:focus::-moz-focus-inner,
    .input-group input:active::-moz-focus-inner {
      border: 0;
      padding: 0;
      margin-top: -1px;
      margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
  margin: 0; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//sagelynaturals.com/cdn/shop/t/127/assets/ico-select.svg?v=115630813262522069291646164965);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  background-size: 11px auto;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #4c4d4d;
  background-color: #989a9a;
  color: #4c4d4d; }

@media only screen and (min-width: 750px) {
  .form-padding--medium-up {
    padding-right: 10px; } }

form .errors {
  padding: 10px 15px;
  border: 1px solid #f5c6cb;
  border-radius: 0px;
  margin: 0 auto 35px;
  max-width: 400px;
  font-size: 14px;
  background-color: #f8d7da;
  color: #721c24; }
  form .errors ul {
    list-style-type: none;
    margin: 10px 20px;
    padding: 0;
    color: inherit; }

.cart-form-errors {
  padding: 0.9375rem 1.25rem;
  border: 1px solid #f5c6cb;
  border-radius: 0px;
  margin: 2em 0;
  background-color: #f8d7da;
  color: #721c24; }
  .cart-form-errors ul {
    list-style-type: none;
    margin: 10px 20px;
    padding: 0;
    color: inherit; }

.form-success {
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  margin: 0 0 1.875rem 0;
  padding: 0.9375rem 1.25rem;
  color: #4c4d4d;
  box-shadow: 0 1px 3px rgba(240, 240, 240, 0.04), 0 1px 2px rgba(240, 240, 240, 0.04); }

.form--search input {
  width: 80%; }
.form--search .btn, .form--search .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .form--search .shopify-payment-button__button--unbranded, .form--search .spr-summary-actions-newreview {
  width: 19%;
  padding: 10px 0; }

.contact-form .form-success {
  max-width: 400px;
  margin: 30px auto; }

.template-:not(#challenge) .main-content {
  margin-top: 30px; }

/**
 * Blank States
 */
.placeholder-svg {
  display: block;
  fill: #6b6b6b;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #f7f7f7; }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/**
 * Images
 */
.lazy-image {
  display: block;
  position: relative;
  background-size: cover;
  cursor: auto; }
  .lazy-image.zoom--active [data-product-image] {
    display: none; }

.lazy-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.fade-in.lazyloaded {
  opacity: 1; }

.fade-in {
  opacity: 0;
  transition: opacity .25s ease-in-out; }

.no-js .lazyload {
  display: none !important; }
.no-js .no-js-image {
  display: block; }
.no-js [data-aos] {
  opacity: 1 !important;
  transform: none !important; }

.loader {
  position: relative;
  height: 4px;
  display: block;
  background-color: rgba(148, 167, 129, 0.1);
  border-radius: 2px;
  overflow: hidden;
  width: 150px;
  margin: 30px auto; }
  .loadMore .loader {
    opacity: 1;
    visibility: visible; }

.loader-indeterminate {
  background-color: #94a781; }
  .loader-indeterminate::before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
  .loader-indeterminate::after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }

  60% {
    left: 100%;
    right: -90%; }

  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }

  60% {
    left: 107%;
    right: -8%; }

  100% {
    left: 107%;
    right: -8%; } }

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #efede5;
  z-index: 10000;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  opacity: 1;
  pointer-events: auto; }
  .page-loaded .loader-overlay {
    opacity: 0;
    pointer-events: none; }

.flickity-enabled .flickity-page-dots .dot {
  width: 40px;
  height: 1px;
  margin-left: 7px;
  margin-right: 7px;
  background: #454643;
  border-radius: 0; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 7px 0; }
    .slick-dots li:only-child {
      display: none; }
    .slick-dots li.slick-active button {
      background-color: #94a781; }
      .slick-dots li.slick-active button:before {
        display: none; }
    .slick-dots li button {
      padding: 0;
      width: 40px;
      height: 1px;
      margin-left: 7px;
      margin-right: 7px;
      background: #454643;
      border-radius: 0; }
      .slick-dots li button:focus:before {
        display: none; }
      .slick-dots li button:active {
        transform: translateY(0); }

@media only screen and (max-width: 749px) {
  .small--hide {
    display: none; }

  .small--show {
    display: block; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .medium--hide {
    display: none; }

  .medium--show {
    display: block; } }
@media only screen and (min-width: 750px) {
  .medium-up--hide {
    display: none; }

  .medium-up--show {
    display: block; } }
@media only screen and (max-width: 989px) {
  .medium-down--hide {
    display: none; }

  .medium-down--show {
    display: block; } }
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .large--hide {
    display: none; }

  .large--show {
    display: block; } }
@media only screen and (max-width: 1399px) {
  .large-down--hide {
    display: none; }

  .large-down--show {
    display: block; } }
@media only screen and (min-width: 990px) {
  .large-up--hide {
    display: none; }

  .large-up--show {
    display: block; } }
@media only screen and (max-width: 1399px) {
  .large-down--hide {
    display: none; }

  .large-down--show {
    display: block; } }
@media only screen and (min-width: 1400px) {
  .widescreen--hide {
    display: none; }

  .widescreen--show {
    display: block; } }
@media only screen and (min-width: 1200px) {
  .laptop--hide {
    display: none; }

  .laptop--show {
    display: block; } }
@media only screen and (max-width: 1199px) {
  .laptop-down--hide {
    display: none; }

  .laptop-down--show {
    display: block; } }
.privy-bar-container {
  display: none !important; }

.privy-pusher {
  height: 0 !important; }

.visibility--hidden {
  visibility: hidden; }

iframe[src="javascript:false"] {
  display: none; }

#product-batch-information blockquote {
  border: none;
  padding: 0;
  margin-left: 0; }

/*================ MODULES ================*/
/**
 * Header
 */
.site-header {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
  vertical-align: baseline;
  text-align: center; }
  .site-header .wrap {
    position: relative;
    line-height: 1;
    z-index: 99; }
  .site-header .search-outer {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 749px) {
      .site-header .search-outer {
        margin-bottom: 15px; } }

@keyframes headerFade {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.is-sticky .header__content {
  animation: headerFade 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.header__content {
  position: absolute;
  top: auto;
  width: 100%;
  color: inherit; }
  .is-sticky .header__content {
    position: fixed;
    top: 0; }
  .header__content img.logo--transparent {
    display: none; }
  @media only screen and (min-width: 750px) {
    [data-overlay="true"]:not(.is-sticky) .header__content {
      background-color: transparent; }
      [data-overlay="true"]:not(.is-sticky) .header__content .logo--default {
        display: none; }
      [data-overlay="true"]:not(.is-sticky) .header__content .logo--transparent {
        display: inline-block; }
      [data-overlay="true"]:not(.is-sticky) .header__content .nav__links {
        background-color: transparent;
        border-color: transparent; }
      [data-overlay="true"]:not(.is-sticky) .header__content .header-content {
        background-color: transparent; }
      [data-overlay="true"]:not(.is-sticky) .header__content .parent .main-menu-dropdown {
        padding-top: 12px;
        border: none; }
      [data-overlay="true"]:not(.is-sticky) .header__content .logo__wrapper a,
      [data-overlay="true"]:not(.is-sticky) .header__content .main-menu > li > a,
      [data-overlay="true"]:not(.is-sticky) .header__content .header__currency select.currency-picker,
      [data-overlay="true"]:not(.is-sticky) .header__content .header-content a {
        color: white; }
      [data-overlay="true"]:not(.is-sticky) .header__content .header-content a svg,
      [data-overlay="true"]:not(.is-sticky) .header__content .nav-carat-small svg,
      [data-overlay="true"]:not(.is-sticky) .header__content .header__currency .selectArrow {
        fill: white; }
        [data-overlay="true"]:not(.is-sticky) .header__content .header-content a svg:hover,
        [data-overlay="true"]:not(.is-sticky) .header__content .nav-carat-small svg:hover,
        [data-overlay="true"]:not(.is-sticky) .header__content .header__currency .selectArrow:hover {
          fill: #94a781; } }
  @media only screen and (max-width: 749px) {
    .header__content {
      position: fixed;
      top: 0;
      background: white; } }

.meganav--visible .header__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1; }
.meganav--visible[data-overlay="true"]:not(.is-sticky) .logo--default {
  display: inline-block !important; }
.meganav--visible[data-overlay="true"]:not(.is-sticky) .logo--transparent {
  display: none !important; }
.meganav--visible[data-overlay="true"]:not(.is-sticky) .header__content .logo__wrapper a,
.meganav--visible[data-overlay="true"]:not(.is-sticky) .header__content .main-menu > li > a,
.meganav--visible[data-overlay="true"]:not(.is-sticky) .header__content .header__currency select.currency-picker,
.meganav--visible[data-overlay="true"]:not(.is-sticky) .header__content .header-content a {
  color: #4c4d4d; }
.meganav--visible[data-overlay="true"]:not(.is-sticky) .header__content .header-content a svg,
.meganav--visible[data-overlay="true"]:not(.is-sticky) .header__content .nav-carat-small svg,
.meganav--visible[data-overlay="true"]:not(.is-sticky) .header__content .header__currency .selectArrow {
  fill: #4c4d4d; }

.main-menu > li:first-child .megamenu__container a {
  margin-left: 0; }

.main-menu .megamenu__container .megamenu__wrapper ul {
  padding: 25px 30px 10px 0;
  margin: 0;
  width: calc(calc(100% - 380px) / 2); }
  @media only screen and (max-width: 989px) {
    .main-menu .megamenu__container .megamenu__wrapper ul {
      width: 100%;
      padding: 10px 10px 10px 0; } }

.megamenu__wrapper {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  .megamenu__wrapper .megamenu__image {
    max-width: 380px;
    width: 100%;
    height: 225px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 989px) {
      .megamenu__wrapper .megamenu__image {
        display: none; } }

.submegamenu__wrapper {
  position: relative;
  display: none;
  justify-content: space-between; }
  .submegamenu__wrapper.active {
    display: flex; }

.submegamenu-link-parent {
  transition: all 0.5s; }
  .submegamenu-link-parent.active a:after {
    background-color: #4c4d4d; }
  @media only screen and (min-width: 990px) {
    .submegamenu-link-parent:hover a {
      color: #94a781; }
      .submegamenu-link-parent:hover a:after {
        background-color: #94a781; } }
  .submegamenu-link-parent > a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.57;
    letter-spacing: 2.24px;
    position: relative;
    transition: all 0.5s;
    text-transform: uppercase; }
    @media only screen and (max-width: 989px) {
      .submegamenu-link-parent > a {
        font-size: 16px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.81 !important;
        letter-spacing: 2.56px !important;
        text-align: left; } }
    .submegamenu-link-parent > a:after {
      content: '';
      position: absolute;
      background-color: transparent;
      right: 0;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 100%;
      transition: all 0.5s; }
      @media only screen and (max-width: 989px) {
        .submegamenu-link-parent > a:after {
          content: unset; } }

.submegamenu__wrapper--child {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 30%;
  transition: all 0.5s;
  overflow: auto;
  height: 100%; }
  @media only screen and (max-width: 989px) {
    .submegamenu__wrapper--child {
      display: none; } }
  .submegamenu__wrapper--child.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0; }
  .submegamenu__wrapper--child li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: normal;
    transition: all 0.5s; }
    @media only screen and (min-width: 990px) {
      .submegamenu__wrapper--child li a:hover {
        color: #94a781; } }
    @media only screen and (max-width: 989px) {
      .submegamenu__wrapper--child li a {
        font-size: 16px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.75 !important;
        letter-spacing: normal;
        text-align: left;
        text-transform: unset; } }
    .submegamenu__wrapper--child li a:hover {
      color: #94a781; }

.submegamenu__wrapper--child--mobile {
  padding-left: 15px !important; }
  @media only screen and (min-width: 990px) {
    .submegamenu__wrapper--child--mobile {
      display: none; } }

.megamenu__container .megamenu__tab {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 749px) {
    .megamenu__container .megamenu__tab {
      flex-wrap: wrap; } }
.megamenu__container .megamenu__tab-button {
  padding: 16px 26px 14px;
  font-size: 14px;
  font-family: "NeuzeitGro", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 2.24px;
  color: #4c4d4d;
  background-color: #efede5;
  display: inline-block;
  transition: all 0.5s; }
  @media only screen and (min-width: 990px) {
    .megamenu__container .megamenu__tab-button:hover, .megamenu__container .megamenu__tab-button:focus {
      color: #94a781;
      cursor: pointer;
      background-color: transparent;
      box-shadow: none; } }
  @media only screen and (max-width: 989px) {
    .megamenu__container .megamenu__tab-button {
      width: 100%;
      max-width: 300px;
      padding: 8px 5px;
      border: 1px solid #efede5;
      flex: 0 1 auto;
      text-align: center; }
      .megamenu__container .megamenu__tab-button:hover, .megamenu__container .megamenu__tab-button:focus {
        color: #4c4d4d; } }
  @media only screen and (max-width: 749px) {
    .megamenu__container .megamenu__tab-button {
      margin-left: -17px !important; } }
  .megamenu__container .megamenu__tab-button:active {
    transform: none; }
  .megamenu__container .megamenu__tab-button.active {
    background-color: transparent; }

.logo {
  display: block;
  max-width: 100%;
  max-height: 200px;
  height: auto;
  object-fit: contain; }
  @media only screen and (max-width: 749px) {
    .logo {
      max-height: 100px; } }

.logo__wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-family: "FreightDispPro", serif;
  line-height: 1;
  margin: 0;
  display: block;
  z-index: 1050;
  text-align: center;
  transition: all .3s ease-in-out;
  top: 50%; }
  .logo__wrapper a {
    text-decoration: none;
    color: #4c4d4d;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    max-width: 440px; }
    .logo__wrapper a span {
      display: block;
      padding: .2em 0; }
  @media only screen and (max-width: 989px) {
    .logo__wrapper {
      font-size: 24px;
      padding: 0;
      margin: 0 auto;
      max-width: calc(100% - 132px); }
      .logo__wrapper a {
        display: block;
        min-height: 0;
        max-height: 120px;
        overflow: hidden;
        padding: 10px 0; }
        .logo__wrapper a img {
          width: auto;
          height: auto; }
        .logo__wrapper a span {
          display: block;
          padding: 9px 0; } }
  @media screen and (max-width: 639px) {
    .logo__wrapper {
      max-width: calc(100% - 160px); } }
  @media screen and (max-width: 374px) {
    .logo__wrapper {
      font-size: 24px; } }

.header__social {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  display: flex;
  align-items: center;
  font-size: 20px; }
  .header__social ul {
    display: flex; }
    .header__social ul li {
      margin-right: 18px; }
  @media only screen and (max-width: 749px) {
    .header__social {
      display: none; } }

.header__social--mobile {
  display: none; }
  @media only screen and (max-width: 749px) {
    .header__social--mobile {
      border-top: 1px solid #f0f0f0;
      width: 100%;
      display: block;
      background-color: white; }
      .header__social--mobile .social__links {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 22px 20px; }
        .header__social--mobile .social__links li {
          padding: 22px 30px 0 0; }
        .header__social--mobile .social__links svg {
          fill: #4c4d4d; }
        .header__social--mobile .social__links a:hover svg {
          fill: #94a781; } }

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 12px 30px;
  z-index: 1050;
  position: relative;
  background: white;
  transition: background 0.2s ease-in-out; }
  @media only screen and (max-width: 989px) {
    .header-content {
      padding: 0 25px;
      min-height: 60px; } }

.header-content a {
  text-decoration: none;
  color: #4c4d4d; }
  .header-content a svg {
    fill: #4c4d4d; }
  .header-content a:hover {
    color: #94a781; }
    .header-content a:hover svg {
      fill: #94a781; }

#SearchToggle {
  border: 0; }

.user-links {
  top: 0;
  right: 7px;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal; }
  @media only screen and (min-width: 750px) {
    .user-links {
      padding-right: 30px; } }
  .user-links a {
    margin-left: 23px;
    height: 100%;
    display: flex;
    align-items: center; }
  .user-links .icon {
    width: 15px;
    height: 17px; }

.header__cart__icon__wrapper {
  position: relative; }

.header__cart__wrapper {
  position: relative; }

.header__cart__icon {
  font-size: 1.2em; }

.header__cart__count {
  position: absolute;
  top: 1px;
  right: -9px;
  border: 1px solid #fff;
  height: 13px;
  min-width: 13px;
  padding: 1px 2px 2px 2px;
  border-radius: 50%;
  line-height: 1em;
  font-size: 11px;
  font-weight: 500;
  background-color: #94a781;
  color: white;
  text-decoration: none;
  transition: all ease-out 0.35s; }

.header__cart__wrapper:hover .header__cart__count {
  color: white; }

@keyframes pulse-cart-icon {
  from {
    transform: scale3d(1, 1, 1); }

  50% {
    transform: scale3d(1.25, 1.25, 1.25); }

  to {
    transform: scale3d(1, 1, 1); } }

.pulse-cart-icon {
  animation-name: pulse-cart-icon;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

.header-content a:hover,
.header-content a:hover span,
.search--open,
.search--open .search-toggle {
  color: #94a781; }

.search-toggle {
  padding-top: 3px; }

.header__account__link {
  font-size: 0.95em; }

.search {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #f7f6f4;
  transform: translateY(-120%);
  z-index: 0;
  opacity: 0;
  transition: all .3s ease-in-out; }
  .search.search--open {
    top: 100%;
    transform: translateY(0);
    opacity: 1; }
  .search input:focus {
    outline: none; }
  .search input::-webkit-input-placeholder {
    letter-spacing: 2.25px;
    color: #4c4d4d;
    text-transform: uppercase; }
  .search input::-moz-placeholder {
    letter-spacing: 2.25px;
    color: #4c4d4d;
    text-transform: uppercase; }
  .search input:-ms-input-placeholder {
    letter-spacing: 2.25px;
    color: #4c4d4d;
    text-transform: uppercase; }
  .search input:-moz-placeholder {
    letter-spacing: 2.25px;
    color: #4c4d4d;
    text-transform: uppercase; }
  .search .search-query {
    margin: 0;
    border: 0;
    border-left: solid 1px #454643;
    padding: 5px 15px;
    width: 100%;
    letter-spacing: 2.24px;
    font-size: 16px;
    font-family: "NeuzeitGro", sans-serif;
    color: #4c4d4d;
    background-color: #f7f6f4;
    outline: none; }
    .search .search-query:focus {
      border-top: 0;
      border-right: 0;
      border-bottom: 0; }
  .search .remove-search {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    color: white;
    width: 30px;
    height: 30px; }
    .search .remove-search:before, .search .remove-search:after {
      content: '';
      position: absolute;
      width: 18px;
      top: 50%;
      left: 6px;
      height: 1px;
      background: #4c4d4d; }
      .search .remove-search:before:hover, .search .remove-search:after:hover {
        background: #333333; }
  .search .search-results-text {
    padding-bottom: 0; }

.search__form {
  padding: 24px 30px;
  overflow: hidden;
  position: relative;
  background-color: #f7f6f4; }

.search__submit {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  padding: 0;
  width: 25px;
  background-color: transparent; }
  .search__submit:focus, .search__submit:hover {
    background-color: transparent;
    box-shadow: none; }
    .search__submit:focus svg, .search__submit:hover svg {
      color: #94a781; }
  .search__submit:active {
    transform: none; }
  .search__submit svg {
    width: 100%;
    color: #454643; }

.search__results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out; }
  .search__results .pagination {
    padding: 0; }

.loader--search {
  margin: 30px auto 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility 0s linear .2s; }
  .search--loading .loader--search {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease, visibility 0s linear 0s; }
  .search--loaded .loader--search {
    display: none; }

.search__results-scroller {
  overflow: auto;
  max-height: calc(100vh - 80px); }

.product-grid--results .product-item {
  width: 25%; }
  @media only screen and (max-width: 749px) {
    .product-grid--results .product-item {
      width: 50%; } }

li.has-sub-nav > a .icon {
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/**
 * DROPDOWNS
 */
/*================ Desktop ================*/
@media only screen and (min-width: 990px) {
  .nav-link {
    letter-spacing: 2.24px; }

  .nav__links {
    flex: 0 1 100%;
    display: flex;
    justify-content: center;
    z-index: 1400;
    background-color: white;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out; }

  .main-menu {
    display: inline-block; }
    .main-menu > li {
      display: inline-block;
      padding: 14px 5px 11px 5px; }
      .main-menu > li:first-child a {
        margin-left: -5px; }
      .main-menu > li > a {
        margin-left: 20px;
        padding: 14px 5px;
        white-space: nowrap;
        color: #4c4d4d;
        text-transform: uppercase; }
        .main-menu > li > a.nav-carat {
          padding: 0;
          margin-left: 0; }
          .main-menu > li > a.nav-carat .nav-carat-small {
            padding: 0; }
            .main-menu > li > a.nav-carat .nav-carat-small svg {
              margin-top: -4px; }
        .main-menu > li > a:hover {
          color: #94a781; }
  .nav-carat-small {
    padding-left: 8px; }

  .nav-carat-small svg {
    width: 8px;
    transform: rotateZ(0deg);
    transition: transform 0.25s ease-out;
    fill: #4c4d4d; }

  .main-menu > li:hover > a > .nav-carat-small svg {
    transform: rotateZ(90deg);
    fill: #94a781; }

  .grandparent > .main-menu-dropdown > ul > .parent .nav-carat,
  .grandparent > .main-menu-dropdown > ul > .parent .nav-carat-small {
    display: none; }

  .nav-carat {
    margin: 0;
    padding-left: 0;
    vertical-align: middle; }

  .main-menu a {
    text-decoration: none; }

  .main-menu-dropdown {
    text-align: left; }
    .main-menu-dropdown ul {
      list-style-type: none; }

  /*================ Large Dropdown ================*/
  .main-menu > .parent > .main-menu-dropdown {
    display: none;
    position: absolute;
    z-index: 5000;
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 0 40px 20px 30px;
    margin-top: 11px;
    min-width: 130px; }
    .main-menu > .parent > .main-menu-dropdown ul {
      margin: 0;
      padding: 0; }
    .main-menu > .parent > .main-menu-dropdown ul > li > a {
      color: #4c4d4d; }
      .main-menu > .parent > .main-menu-dropdown ul > li > a:hover {
        color: #94a781; }

  .main-menu > .parent:hover > .main-menu-dropdown,
  .main-menu > .parent.active > .main-menu-dropdown {
    display: block; }

  .main-menu > .parent:first-child > .main-menu-dropdown {
    margin-left: -30px; }

  /*================ Large MegaNav ================*/
  .nav {
    position: relative; }

  .grandparent > .main-menu-dropdown {
    display: none;
    top: 100%;
    position: absolute;
    background-color: white;
    width: 100vw;
    left: 0;
    margin: 0;
    z-index: 1000;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 20px; }
    .grandparent > .main-menu-dropdown li:hover a {
      color: #94a781; }
    .grandparent > .main-menu-dropdown a {
      color: #4c4d4d; }
      .grandparent > .main-menu-dropdown a.megamenu__image-title, .grandparent > .main-menu-dropdown a.megamenu__image-btn {
        color: #fff; }

  .grandparent:hover > .main-menu-dropdown,
  .grandparent.active > .main-menu-dropdown {
    display: block; }
    .grandparent:hover > .main-menu-dropdown .main-menu-dropdown,
    .grandparent.active > .main-menu-dropdown .main-menu-dropdown {
      display: block; }

  .grandparent > .main-menu-dropdown ul {
    margin: 0 auto;
    max-width: 1180px;
    padding: 11px 30px 20px 30px; }
    .grandparent > .main-menu-dropdown ul:first-child {
      padding-left: 0; }
    .grandparent > .main-menu-dropdown ul li a {
      letter-spacing: 2.24px; }
    .grandparent > .main-menu-dropdown ul li .main-menu-dropdown ul li a {
      letter-spacing: normal; }

  .grandparent > .main-menu-dropdown > ul > .parent > a,
  .grandparent > .main-menu-dropdown > ul > .child > a {
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
    font-family: 'NeuzeitGro', sans-serif;
    font-weight: 400; }

  .grandparent .main-menu-dropdown a:hover {
    color: #94a781 !important; }

  .grandparent > a {
    position: relative; }

  /* catch the cast where a grandparent has a child */
  .grandparent > .main-menu-dropdown > ul > .parent,
  .grandparent > .main-menu-dropdown > ul > .child {
    float: left;
    min-height: 1px;
    padding-left: 30px;
    padding-top: 0;
    vertical-align: top; }

  .grandparent > .main-menu-dropdown > ul > .parent > a {
    text-transform: uppercase; }

  .kids-2.grandparent > .main-menu-dropdown > ul > li,
  .kids-1.grandparent > .main-menu-dropdown > ul > li {
    width: 50%; }
    .kids-2.grandparent > .main-menu-dropdown > ul > li:nth-child(2n+1),
    .kids-1.grandparent > .main-menu-dropdown > ul > li:nth-child(2n+1) {
      clear: both; }

  .kids-3.grandparent > .main-menu-dropdown > ul > li,
  .kids-6.grandparent > .main-menu-dropdown > ul > li,
  .kids-9.grandparent > .main-menu-dropdown > ul > li {
    width: 33.333%; }
    .kids-3.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1),
    .kids-6.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1),
    .kids-9.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1) {
      clear: both; }

  .kids-4.grandparent > .main-menu-dropdown > ul > li,
  .kids-7.grandparent > .main-menu-dropdown > ul > li,
  .kids-8.grandparent > .main-menu-dropdown > ul > li {
    width: 25%; }
    .kids-4.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1),
    .kids-7.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1),
    .kids-8.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1) {
      clear: both; }

  .kids-5.grandparent > .main-menu-dropdown > ul > li,
  .kids-10.grandparent > .main-menu-dropdown > ul > li {
    width: 20%; }
    .kids-5.grandparent > .main-menu-dropdown > ul > li:nth-child(5n+1),
    .kids-10.grandparent > .main-menu-dropdown > ul > li:nth-child(5n+1) {
      clear: both; }

  .grandparent > .main-menu-dropdown--megamenu {
    padding: 0 0 10px 0;
    background-color: #f7f6f4; }
    .grandparent > .main-menu-dropdown--megamenu > ul {
      max-width: 100%;
      padding: 0;
      display: flex; }
      .grandparent > .main-menu-dropdown--megamenu > ul > li {
        padding: 0; }
        .grandparent > .main-menu-dropdown--megamenu > ul > li:first-child {
          width: 100%;
          max-width: 455px;
          order: 100; }
        .grandparent > .main-menu-dropdown--megamenu > ul > li.parent {
          padding: 55px 0 35px;
          flex: 1 1; }
    .grandparent > .main-menu-dropdown--megamenu:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 25px; } }
      @media only screen and (min-width: 990px) and (max-width: 1399px) {
        .main-menu > li > a {
          margin-left: 13px; } }
      @media only screen and (min-width: 990px) and (max-width: 1199px) {
        .main-menu > li > a {
          margin-left: -5px; } }

/**
 * Mega menu
 */
.megamenu__image {
  height: 350px;
  max-height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden; }

.megamenu__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.megamenu__image-title {
  position: relative;
  margin-bottom: 15px; }

.megamenu__image-btn {
  position: relative; }

@media only screen and (max-width: 1199px) {
  .grandparent > .main-menu-dropdown--megamenu {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    border: 0;
    background-color: #f7f6f4; }
    .grandparent > .main-menu-dropdown--megamenu > ul > li:first-child {
      display: none; }
    .grandparent > .main-menu-dropdown--megamenu > ul > li a {
      font-family: NeuzeitGro, sans-serif;
      font-size: 16px;
      letter-spacing: 2.5px;
      text-align: left;
      text-transform: uppercase;
      color: #4c4d4d; }
    .grandparent > .main-menu-dropdown--megamenu > ul > li .nav-carat-small {
      display: none; }

  .main-menu-dropdown .main-menu-dropdown--has-links {
    display: block;
    border-left: 0; }
    .main-menu-dropdown .main-menu-dropdown--has-links ul li.child a {
      text-transform: none; }

  .main-menu-dropdown__btn--back {
    margin-bottom: 20px;
    margin-left: -20px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    color: #4c4d4d;
    background-color: transparent; }
    .main-menu-dropdown__btn--back:active {
      color: #4c4d4d;
      background-color: transparent;
      transform: translate(0); }
    .main-menu-dropdown__btn--back .nav-carat-small {
      margin-left: 0; }
      .main-menu-dropdown__btn--back .nav-carat-small svg {
        margin-top: -2px;
        transform: rotateY(-180deg); } }
@media (min-width: 990px) and (max-width: 1199.98px) {
  .grandparent > .main-menu-dropdown--megamenu {
    padding-right: 35px; }

  .grandparent > .main-menu-dropdown > ul > .parent > a, .grandparent > .main-menu-dropdown--megamenu > ul > li a {
    font-size: 14px; } }
/**
 * Currency picker
 */
.header__currency {
  text-align: left;
  padding: 0 15px; }
  @media only screen and (min-width: 750px) {
    .header__currency {
      position: absolute;
      top: 0;
      right: 10px;
      height: 100%;
      text-align: right; } }
  .header__currency .currency-picker {
    height: 100%;
    position: relative; }
  .header__currency select.currency-picker {
    border: 0;
    font-size: 0.95em;
    line-height: normal;
    padding: 0 15px 0 0;
    margin: 0;
    min-height: 100%;
    height: 46px;
    background-image: none;
    z-index: 5;
    font-family: "NeuzeitGro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4c4d4d; }
    @media only screen and (max-width: 989px) {
      .header__currency select.currency-picker {
        width: 100%; } }
    .header__currency select.currency-picker:focus {
      box-shadow: 0 2px #f0f0f0;
      color: #94a781; }
  .header__currency .selectArrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
    display: flex;
    align-items: center;
    fill: #4c4d4d; }

.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(1) {
  animation-duration: 0.1s; }

.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(2) {
  animation-duration: 0.2s; }

.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(3) {
  animation-duration: 0.3s; }

.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(4) {
  animation-duration: 0.4s; }

.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(5),
.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(6),
.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(7),
.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(8),
.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(9),
.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent:nth-child(10) {
  animation-duration: 0.5s; }

.meganav--visible .grandparent > .main-menu-dropdown > ul > .parent {
  animation-name: expand;
  animation-timing-function: cubic-bezier(0, 0, 0.5, 0.99); }

@keyframes expand {
  0% {
    transform: translateY(-10px);
    opacity: 0; }

  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes scale-in-image {
  0% {
    transform: scale(1.05);
    opacity: 0.75; }

  100% {
    transform: scale(1);
    opacity: 1; } }

/*================ Touch ================*/
@media only screen and (max-width: 989px) {
  .navigation__wrapper {
    position: absolute;
    top: 60px;
    left: 0;
    transform: translateX(-101%);
    padding: 50px 0;
    width: 92%;
    height: 110vh;
    background-color: #f7f6f4;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform .3s ease-in-out; }

  .navigation__wrapper.active {
    transform: translateX(0); }

  .main-menu {
    background-color: #f7f6f4;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left; }
    .main-menu a {
      font-size: 33px;
      line-height: 1.5;
      font-family: "FreightDispPro", serif;
      color: #454643; }
      .main-menu a.megamenu__image-title {
        color: #fff; }
      .main-menu a.megamenu__image-btn {
        color: #fff; }
    .main-menu a:hover {
      color: #94a781; }

  .main-menu li,
  .nav__account {
    position: relative;
    font-size: 16.15px;
    font-weight: 400; }

  .nav__account a,
  .nav-link {
    padding: 15px 30px 15px 25px;
    display: inline-block;
    letter-spacing: 2.24px; }

  .nav__account a {
    font-weight: 600;
    font-size: 14px;
    font-family: "NeuzeitGro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    color: #94a781; }

  .main-menu-dropdown .nav-link {
    padding: 0;
    font-size: 13.3px; }

  .nav-carat {
    position: absolute;
    right: 0;
    top: 3px;
    padding: 10px 15px;
    transform: rotateZ(90deg);
    transition: transform 0.15s ease-out;
    display: none;
    align-items: center;
    justify-content: center; }
    .nav-carat svg {
      width: 15px;
      height: 15px;
      color: #4c4d4d;
      fill: #4c4d4d; }
    .nav-carat:hover svg {
      color: #94a781;
      fill: #94a781; }
    .nav-carat[aria-expanded="true"] {
      transform: rotateZ(270deg); }
      .nav-carat[aria-expanded="true"] svg {
        color: #4c4d4d;
        fill: #4c4d4d; }

  .nav-carat-small {
    margin-left: 10px;
    color: #94a781; }
    .nav-carat-small svg.icon {
      width: 20px;
      height: 15px;
      fill: #94a781; }

  .main-menu-dropdown {
    top: 0;
    transform: translateX(-100%);
    transition: all .3s ease-in-out; }
    .main-menu-dropdown.expanded {
      transform: translateX(0);
      padding-left: 35px;
      padding-right: 35px; }

  .main-menu > li > .main-menu-dropdown .nav-carat {
    top: 0; }

  .main-menu-dropdown .main-menu-dropdown {
    display: none;
    position: relative;
    transform: translateX(0);
    padding-left: 35px; }
    .main-menu-dropdown .main-menu-dropdown.expanded {
      display: block; }

  .nav-link.expanded .main-menu-dropdown .main-menu-dropdown {
    display: block; } }
.main-menu .talkable__item {
  display: none; }

@media only screen and (max-width: 749px) {
  .main-menu .talkable__item {
    display: block;
    margin-top: 50px; }
    .main-menu .talkable__item .talkable__button {
      display: inline-block;
      padding: 15px 25px;
      font-weight: 600;
      font-size: 14px;
      font-family: "NeuzeitGro", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2.25px;
      color: #94a781; } }
@media only screen and (max-width: 989px) {
  .desktop {
    display: none; }

  a.toggle-menus {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 48px;
    transform: rotate(0deg);
    cursor: pointer;
    overflow: hidden;
    z-index: 9999; }

  .toggle-menus-lines {
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    margin: -12px 0 0;
    width: 34px;
    height: 24px;
    transition: .5s ease-in-out; }
    .toggle-menus-lines span {
      display: block;
      position: absolute;
      height: 3px;
      width: 50%;
      background: #4c4d4d;
      opacity: 1;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .toggle-menus-lines span:nth-child(even) {
        left: calc(50% - 7px);
        border-radius: 0 3px 3px 0; }
      .toggle-menus-lines span:nth-child(odd) {
        left: 7px;
        border-radius: 3px 0 0 3px; }
      .toggle-menus-lines span:nth-child(1), .toggle-menus-lines span:nth-child(2) {
        top: 3px; }
      .toggle-menus-lines span:nth-child(3), .toggle-menus-lines span:nth-child(4) {
        top: 10px; }
      .toggle-menus-lines span:nth-child(5), .toggle-menus-lines span:nth-child(6) {
        top: 17px; }

  a.toggle-menus--open span {
    background: #4c4d4d; }
    a.toggle-menus--open span:nth-child(1), a.toggle-menus--open span:nth-child(6) {
      transform: rotate(45deg); }
    a.toggle-menus--open span:nth-child(2), a.toggle-menus--open span:nth-child(5) {
      transform: rotate(-45deg); }
    a.toggle-menus--open span:nth-child(1) {
      left: 7px;
      top: 9px; }
    a.toggle-menus--open span:nth-child(2) {
      left: calc(50% - 7px);
      top: 9px; }
    a.toggle-menus--open span:nth-child(3) {
      opacity: 0; }
    a.toggle-menus--open span:nth-child(4) {
      opacity: 0; }
    a.toggle-menus--open span:nth-child(5) {
      left: 7px;
      top: 12px; }
    a.toggle-menus--open span:nth-child(6) {
      left: calc(50% - 7px);
      top: 12px; }

  .header-content {
    z-index: 5; }

  .user-links {
    position: absolute;
    justify-content: flex-start; }
    .user-links a {
      margin: 0 16px 0 0; }
      .user-links a.user-link--icon {
        font-size: 0;
        line-height: 0;
        text-indent: -100%;
        overflow: hidden;
        position: relative;
        display: inline-block;
        height: 22px; }

  #SearchToggle {
    order: 1; }

  #customer_logout_link {
    order: 2; }

  #account-links {
    display: none; }

  #CartButton {
    padding: 0 10px;
    order: 2; }

  .touch .header-content a.toggle-menus {
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out; } }
@media only screen and (max-width: 989px) and (max-width: 749px) {
  #account-link {
    display: none; } }

@media screen and (max-width: 649px) {
  #CartButton {
    padding: 0; } }

/**
 * PROMO BAR
 */
.promo {
  position: relative;
  font-size: 0.76em;
  text-align: center;
  padding: 0.6em 1em;
  z-index: 100;
  display: none; }
  .promo strong {
    display: inline-block;
    margin-right: 5px; }
  @media only screen and (max-width: 749px) {
    .promo {
      display: none; } }
  .promo a {
    letter-spacing: 1.76px; }

.promo__break {
  opacity: 0.5;
  padding: 0 1em; }
  @media only screen and (max-width: 749px) {
    .promo__break {
      padding: 0 0.5em; } }

.promo__close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 0; }
  .promo__close-btn:hover, .promo__close-btn:focus {
    background: none;
    box-shadow: unset; }
  .promo__close-btn .icon {
    width: 10px;
    height: 10px;
    stroke: currentColor; }

.talkable__button {
  position: relative;
  padding-top: 5px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 2.24px;
  text-align: left;
  color: #4c4d4d;
  cursor: pointer;
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .talkable__button {
      display: none; } }
  .talkable__button:hover {
    color: #94a781; }
  .talkable__button [data-talkable-generated]:not(#talkable-offer-iframe-popup) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1; }
    .talkable__button [data-talkable-generated]:not(#talkable-offer-iframe-popup) iframe {
      position: absolute !important;
      top: -10px;
      left: -5px;
      width: 100% !important;
      height: 100% !important;
      opacity: 0.01 !important; }

[data-talkable-generated]:not(#talkable-offer-iframe-popup) {
  opacity: 0; }
  [data-talkable-generated]:not(#talkable-offer-iframe-popup) iframe {
    z-index: 100; }

/**
 * Home page spacing
 */
.index-product {
  padding-bottom: 90px; }
  @media only screen and (max-width: 749px) {
    .index-product {
      padding-bottom: 30px; } }

.index-rte,
.index-page {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 749px) {
    .index-rte,
    .index-page {
      padding-top: 30px;
      padding-bottom: 15px; } }

.index-products {
  margin: 50px 0 80px; }
  @media only screen and (max-width: 749px) {
    .index-products {
      margin: 0 0 50px;
      overflow-x: hidden; }
      .index-products .btn, .index-products .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .index-products .shopify-payment-button__button--unbranded, .index-products .spr-summary-actions-newreview {
        margin-top: 40px; }
      .index-products .flickity-page-dots {
        left: 0; } }

/*=============== Backgrounds ===============*/
.homepage-columns,
.index-collections-list,
.index-product,
.index-products,
.index-instagram,
.index-newsletter,
.index-page,
.index-rte,
.index-blog {
  background-color: white; }

/*=============== Sections Helpers ===============*/
.rte--homepage {
  font-size: 1.14em;
  margin-bottom: 0; }

.wide-image {
  overflow: hidden;
  position: relative;
  background-color: transparent; }

.background-size-cover {
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.responsive-wide-image {
  width: 100%;
  display: block; }

.screen-height-full {
  height: 100vh; }

.screen-height-three-quarters {
  height: 75vh; }

.screen-height-two-thirds {
  height: 66vh; }

.screen-height-one-half {
  height: 50vh; }

.screen-height-one-third {
  height: 33vh; }

.screen-height-one-half-width {
  height: 50vw; }

.seven-fifty-height-hero {
  height: 750px; }

.sixty-fifty-height-hero {
  height: 650px; }

.five-fifty-height-hero {
  height: 550px; }

.four-fifty-height-hero {
  height: 450px; }

.three-fifty-height-hero {
  height: 350px; }

.two-fifty-height-hero {
  height: 250px; }

@media only screen and (max-width: 749px) {
  .seven-fifty-height-hero {
    min-height: 750px;
    height: 100%; }

  .sixty-fifty-height-hero {
    min-height: 650px;
    height: 100%; }

  .five-fifty-height-hero {
    min-height: 550px;
    height: 100%; }

  .four-fifty-height-hero {
    min-height: 450px;
    height: 100%; }

  .three-fifty-height-hero {
    min-height: 350px;
    height: 100%; }

  .two-fifty-height-hero {
    min-height: 250px;
    height: 100%; } }
@media only screen and (max-width: 749px) {
  .image-with-text-section.screen-height-full, .about__banner.screen-height-full {
    min-height: 100vh;
    height: 100%; }
  .image-with-text-section.screen-height-three-quarters, .about__banner.screen-height-three-quarters {
    min-height: 75vh;
    height: 100%; }
  .image-with-text-section.screen-height-two-thirds, .about__banner.screen-height-two-thirds {
    min-height: 66vh;
    height: 100%; }
  .image-with-text-section.screen-height-one-half, .about__banner.screen-height-one-half {
    min-height: 50vh;
    height: 100%; }
  .image-with-text-section.screen-height-one-third, .about__banner.screen-height-one-third {
    min-height: 33vh;
    height: 100%; } }

/*=============== Overlays ===============*/
.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.align--top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left; }

.align--top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center; }

.align--top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right; }

.align--middle-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left; }

.align--middle-center {
  align-items: center;
  justify-content: center;
  text-align: center; }

.align--middle-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right; }

.align--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left; }

.align--bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center; }

.align--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right; }

.text-align--left {
  text-align: left; }

.text-align--center {
  text-align: center; }

.text-align--right {
  text-align: right; }

/*=== Hero Section Layout ==*/
.template-index .container {
  background-color: rgba(255, 255, 255, 0); }

.hero__content__wrapper {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.hero__content {
  margin: 60px;
  padding: 60px;
  max-width: 60%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04); }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .hero__content {
      max-width: 70%;
      padding: 45px;
      margin: 30px; } }
  @media only screen and (max-width: 749px) {
    .hero__content {
      max-width: 80%;
      padding: 30px;
      margin: 20px; } }

.hero__button-image {
  max-width: 50%;
  padding: 60px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .hero__button-image {
      max-width: 70%;
      padding: 45px; } }
  @media only screen and (max-width: 749px) {
    .hero__button-image {
      max-width: 80%;
      padding: 30px; } }
  .hero__button-image img {
    display: block;
    width: 100%; }

.hero__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  height: auto;
  max-width: 100%; }

.hero__title {
  margin-top: 0;
  margin-bottom: 0.625rem; }
  @media only screen and (max-width: 749px) {
    .hero__title {
      font-size: 1.5em; } }

.hero__description {
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 989px) {
    .hero__description {
      margin-bottom: 1em; } }
  .hero__description p {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit; }

.text-light {
  color: #fff; }
  .text-light .image-overlay {
    background-color: #000; }
  .text-light .hero__content {
    background-color: #2e2e2e; }

.text-dark .image-overlay, .text-dark .hero__content {
  background-color: #FFFFFF; }

.hero__content--transparent .hero__content {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }

/*=============== Index Columns ===============*/
.index-columns {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .index-columns {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 749px) {
    .index-columns {
      padding-top: 15px;
      padding-bottom: 15px; } }

.column__grid__item {
  padding-bottom: 30px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .column__grid__item {
      padding-bottom: 15px; } }

.wrapper--columns {
  max-width: none;
  margin: 0 30px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .wrapper--columns {
      margin: 0 20px; } }
  @media only screen and (max-width: 749px) {
    .wrapper--columns {
      margin: 0 15px; } }

@media only screen and (max-width: 749px) {
  .index-columns .grid__item:not(:last-child) a.btn, .index-columns .grid__item:not(:last-child) .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button .index-columns .grid__item:not(:last-child) a.shopify-payment-button__button--unbranded, .index-columns .grid__item:not(:last-child) a.spr-summary-actions-newreview {
    margin-bottom: 40px; } }
.column__heading {
  margin-top: 1.25rem;
  margin-bottom: 0.1875rem; }

.column__text p {
  margin-top: 10px; }

.column__image {
  display: block;
  height: 0;
  position: relative;
  overflow: hidden; }

.column__image__bg {
  position: absolute;
  display: block;
  top: -1px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

.column__image__wrapper {
  position: relative; }

.column__image__link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.icon__play--column {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .15s ease; }
  .icon__play--column:hover {
    opacity: 0.75; }

.icon__play--column svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  fill: #fff; }

.column__text + .btn, .shopify-payment-button .column__text + .shopify-payment-button__button--unbranded, .column__text + .spr-summary-actions-newreview {
  margin-top: 15px; }

/**
 * General modal styles
 */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  display: none; }

.modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .modal__wrapper .product__photo {
    background-color: #f7f7f5; }

.modal__outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 901; }
  .modal__outer span.close {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    cursor: pointer; }
    .modal__outer span.close .icon {
      stroke: #454643;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .modal__outer span.close:hover .icon {
    stroke: #d8d8d8; }
  .modal__outer a.more {
    text-decoration: none; }
  .modal__outer a.prev,
  .modal__outer a.next {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    z-index: 20;
    margin: 0;
    opacity: 1; }
    .modal__outer a.prev .icon,
    .modal__outer a.next .icon {
      stroke: #b1b1b1;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .modal__outer a.prev {
    right: 100px;
    left: auto; }
    .modal__outer a.prev:hover .icon {
      stroke: #d8d8d8; }
  .modal__outer a.next {
    right: 60px; }
    .modal__outer a.next:hover .icon {
      stroke: #d8d8d8; }

/**
 * Home Modal
 */
.modal--newsletter {
  background-color: #fff;
  position: relative;
  max-width: 90vw;
  max-height: 90vh; }
  .modal--newsletter span.close {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px; }
  .modal--newsletter .image-with-text__image {
    max-height: none;
    width: 45vw;
    height: 45vw;
    border: 1px solid #fff;
    max-height: 90vh; }
    .modal--newsletter .image-with-text__image img {
      width: 100%; }
  .modal--newsletter .image-with-text__text {
    height: auto; }
  .modal--newsletter .image-with-text-wrapper--no-image {
    justify-content: center; }
    .modal--newsletter .image-with-text-wrapper--no-image .image-with-text__text {
      width: 100%; }
  .modal--newsletter .modal__subtitle {
    margin-top: -30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem; }

@media only screen and (max-width: 749px) {
  .modal__overlay.modal__overlay--newsletter,
  .modal__overlay--newsletter .modal__outer {
    position: fixed;
    top: initial;
    left: initial;
    right: initial;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 9999;
    padding: 0; }

  .modal__overlay--newsletter .modal--newsletter {
    width: 100%;
    max-width: 100%; }
  .modal__overlay--newsletter .image-with-text-wrapper {
    flex-direction: row-reverse; }
  .modal__overlay--newsletter .image-with-text__text {
    padding: 10px 10px 10px calc(10px + 40%); }
  .modal__overlay--newsletter .image-with-text-wrapper--no-image .image-with-text__text {
    padding-left: 10px; }
  .modal__overlay--newsletter .modal__subtitle {
    margin-top: 0;
    margin-bottom: 10px; }
  .modal__overlay--newsletter .input-group-field {
    padding: 3px 6px; }
  .modal__overlay--newsletter .modal--newsletter span.close {
    padding: 3px;
    top: 5px;
    right: 10px;
    width: 22px;
    height: 22px; }
  .modal__overlay--newsletter .image-with-text__image {
    position: absolute;
    width: 40%;
    left: 0;
    height: 100%;
    border: none; } }
/**
 * Gift cards
 */
.template-giftcard,
.template-giftcard body {
  background: white; }
  .template-giftcard a,
  .template-giftcard body a {
    text-decoration: none; }

.template-gift_card #logo {
  margin-top: 40px; }

.template-giftcard .wrapper {
  max-width: 588px; }
  .template-giftcard .wrapper img, .template-giftcard .wrapper object, .template-giftcard .wrapper iframe {
    max-width: 100%; }

.giftcard-header {
  padding: 60px 0;
  font-size: 1em;
  text-align: center;
  -webkit-animation: fadein 0.5s ease-in-out both 0.4s;
  animation: fadein 0.5s ease-in-out both 0.4s; }

.shop-url {
  display: none; }

.giftcard {
  -webkit-animation: slideup 0.8s ease-in-out;
  animation: slideup 0.8s ease-in-out; }

.giftcard__border {
  background-color: #f0f0f0;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  padding: 1em;
  -webkit-animation: container-slide 0.8s ease-in-out;
  animation: container-slide 0.8s ease-in-out; }

.giftcard__content {
  *zoom: 1;
  background-color: #fff;
  color: #4c4d4d;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-animation: cardslide 0.8s ease-in-out;
  animation: cardslide 0.8s ease-in-out; }
  .giftcard__content::after {
    content: '';
    display: table;
    clear: both; }

.giftcard__header {
  *zoom: 1;
  border-bottom: 1px solid #f7f7f7;
  padding: 15px; }
  .giftcard__header::after {
    content: '';
    display: table;
    clear: both; }

.giftcard__title {
  float: left;
  margin-bottom: 0; }

.giftcard__tag {
  display: block;
  float: right;
  background-color: #656767;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1; }

.giftcard__tag--active {
  background: transparent;
  color: #4c4d4d;
  border: 1px solid #7f8080; }

.giftcard__wrap {
  position: relative;
  margin: 15px 15px 30px; }
  .giftcard__wrap img {
    position: relative;
    display: block;
    border-radius: 10px;
    z-index: 2; }
  .giftcard__wrap:before, .giftcard__wrap:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 47px;
    z-index: 3; }
  .giftcard__wrap:before {
    background: url("//cdn.shopify.com/s/assets/gift-card/corner-top-left-2ba3edcd9e97ba146cd01a8161365c5e.svg") 0 0 no-repeat;
    top: -1px;
    left: -1px; }
  .giftcard__wrap:after {
    background: url("//cdn.shopify.com/s/assets/gift-card/corner-bottom-right-1fb9bf49ff9564325e6b7c0fb0a7ff45.svg") 0 0 no-repeat;
    bottom: -1px;
    right: -1px; }
  .lt-ie9 .giftcard__wrap:before, .lt-ie9 .giftcard__wrap:after {
    display: none; }

.giftcard__code {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 50; }

.giftcard__code--medium {
  font-size: .875em; }

.giftcard__code--small {
  font-size: .75em; }

.giftcard__code__inner {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  padding: .5em;
  border-radius: 4px;
  max-width: 450px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .giftcard__code--small .giftcard__code__inner {
    overflow: auto; }

.giftcard__code__text {
  font-size: 1.875em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px dashed #f7f7f7;
  padding: .4em .5em;
  display: inline-block;
  vertical-align: baseline;
  color: #777;
  line-height: 1; }
  .disabled .giftcard__code__text {
    color: #999;
    text-decoration: line-through; }

.giftcard__amount {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 2.75em;
  line-height: 1.2;
  padding: 15px;
  z-index: 50; }
  .giftcard__amount strong {
    display: block;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); }

.giftcard__amount--medium {
  font-size: 2em; }

.tooltip {
  display: block;
  position: absolute;
  top: -50%;
  right: 50%;
  margin-top: 16px;
  z-index: 3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-animation: popup 0.5s ease-in-out both 0.7s;
  animation: popup 0.5s ease-in-out both 0.7s; }
  .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -5px;
    margin-bottom: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #333;
    border-top: 5px solid rgba(51, 51, 51, 0.9); }

.tooltip__label {
  display: block;
  position: relative;
  right: -50%;
  border: none;
  border-radius: 4px;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  min-height: 14px;
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  text-shadow: none;
  padding: .5em .75em;
  margin-left: .25em; }
  .tooltip__label small {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #b3b3b3;
    font-size: .875em; }

.giftcard__instructions {
  text-align: center;
  margin: 0 15px 30px; }

.giftcard__actions {
  position: relative;
  border-top: 1px solid #f7f7f7;
  padding: 30px 15px;
  text-align: center;
  overflow: hidden; }

.action-link {
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 0.875em;
  display: block;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #656767;
  margin-top: -10px; }
  .action-link:hover, .action-link:focus {
    color: #4c4d4d; }

.action-link__print {
  display: inline-block;
  vertical-align: baseline;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.25;
  background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png");
  background-repeat: no-repeat;
  background-position: 0 0; }
  .svg .action-link__print {
    background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-6a10b2fb86d223b8c783c9696eaf4c31.svg"); }
  .action-link:hover .action-link__print {
    opacity: 0.4; }

.giftcard__footer {
  text-align: center;
  padding: 60px 0;
  -webkit-animation: fadein 0.5s ease-in-out both 0.4s;
  animation: fadein 0.5s ease-in-out both 0.4s; }

.giftcard__icon {
  width: 45px;
  display: inline-block;
  vertical-align: baseline; }

#QrCode {
  text-align: center; }
  #QrCode img {
    padding: 30px;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    margin: 0 auto 30px; }

/*============================================================================
  #Media Queries
==============================================================================*/
/*================ Medium-down width ================*/
@media screen and (max-width: 580px) {
  .giftcard {
    font-size: 12px; }

  .giftcard-header {
    padding: 30px 0; }

  .header-logo {
    font-size: 2em; }

  .giftcard__border {
    padding: 15px; }

  .giftcard__actions {
    padding: 15px; }

  .giftcard__actions .btn, .giftcard__actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .giftcard__actions .shopify-payment-button__button--unbranded, .giftcard__actions .spr-summary-actions-newreview {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .action-link {
    display: none; } }
/*================ Small width ================*/
@media screen and (max-width: 400px) {
  .giftcard__amount strong {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }

  .giftcard__wrap:before,
  .giftcard__wrap:after {
    display: none; }

  .giftcard__code {
    font-size: .75em; }

  .giftcard__code--medium {
    font-size: .65em; }

  .giftcard__code--small {
    font-size: .55em; } }
/*================ Small height ================*/
@media screen and (max-height: 800px) {
  .header-logo img {
    max-height: 90px; } }
/*============================================================================
  #Print Styles
==============================================================================*/
@media print {
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  html, body {
    background-color: #fff; }

  .giftcard-header {
    padding: 10px 0; }

  .giftcard__content,
  .giftcard__border {
    border: 0 none; }

  .giftcard__actions,
  .giftcard__wrap:before,
  .giftcard__wrap:after,
  .tooltip,
  .add-to-apple-wallet {
    display: none; }

  .giftcard__title {
    float: none;
    text-align: center; }

  .giftcard__code__text {
    color: #555; }

  .shop-url {
    display: block; }

  .logo {
    color: #58686F; } }
/*============================================================================
  #Keyframe Animations
==============================================================================*/
@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }

@-ms-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }

@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }

@-webkit-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }

  80% {
    -webkit-transform: translateY(2px); }

  100% {
    -webkit-transform: translateY(0); } }

@-ms-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }

  80% {
    -webkit-transform: translateY(2px); }

  100% {
    -webkit-transform: translateY(0); } }

@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }

  80% {
    -webkit-transform: translateY(2px); }

  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@-ms-keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 100; } }

@-ms-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 100; } }

@keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 100; } }

/**
 * NEWSLETTER
 */
.index-newsletter .hero__content {
  margin: 0;
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .index-newsletter .hero__content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 749px) {
    .index-newsletter .hero__content {
      padding-left: 25px;
      padding-right: 25px; } }
.index-newsletter .hero__content--full {
  width: 100%;
  max-width: 100%; }
.index-newsletter .hero__content--default {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 750px) {
    .index-newsletter .hero__content--default {
      padding-left: 50px;
      padding-right: 50px; } }

.newsletter__content {
  max-width: 450px; }
  .align--middle-center .newsletter__content {
    margin-left: auto;
    margin-right: auto; }
  .align--middle-right .newsletter__content {
    margin-left: auto;
    margin-right: 0; }

.newsletter-signup {
  position: relative;
  max-width: 300px;
  margin: auto;
  margin-top: 25px; }
  .align--middle-left .newsletter-signup {
    margin-left: 0; }
  .align--middle-right .newsletter-signup {
    margin-right: 0; }
  @media only screen and (max-width: 749px) {
    .newsletter-signup {
      max-width: none; } }

.input-group-btn .caps, .input-group-btn .promo, .input-group-btn .product-item .sale-box, .product-item .input-group-btn .sale-box, .input-group-btn .breadcrumbs, .input-group-btn .search-submit, .input-group-btn .blog .article__image .article__tags, .blog .article__image .input-group-btn .article__tags, .input-group-btn .footer__secondary,
.input-group-btn .footer__quicklinks {
  font-weight: 700 !important; }

.testimonials {
  text-align: center;
  position: relative; }

.testimonials__slider {
  position: relative; }

.testimonials__slider-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -22px;
  transition: top .3s ease; }
  @media only screen and (min-width: 750px) {
    .testimonials__slider-arrow {
      top: 50% !important; } }
  @media only screen and (max-width: 749px) {
    .testimonial__content .testimonials__slider-arrow {
      margin-top: -54px; } }
  .testimonials__slider-arrow svg {
    width: 23px;
    height: 43px; }
    .testimonials__slider-arrow svg path {
      fill: #d0d0d0; }
    @media only screen and (max-width: 749px) {
      .testimonials__slider-arrow svg {
        width: 16px;
        height: 30px; } }

.testimonials__slider-arrow--left {
  left: 10px; }
  .testimonial__content .testimonials__slider-arrow--left {
    left: -52px;
    margin-left: -10px; }
    @media only screen and (max-width: 1399px) {
      .testimonial__content .testimonials__slider-arrow--left {
        left: -30px; } }
    @media only screen and (max-width: 749px) {
      .testimonial__content .testimonials__slider-arrow--left {
        left: -20px; } }

.testimonials__slider-arrow--right {
  right: 10px; }
  .testimonial__content .testimonials__slider-arrow--right {
    right: -52px;
    margin-right: -10px; }
    @media only screen and (max-width: 1399px) {
      .testimonial__content .testimonials__slider-arrow--right {
        right: -30px; } }
    @media only screen and (max-width: 749px) {
      .testimonial__content .testimonials__slider-arrow--right {
        right: -20px; } }

.testimonial {
  display: flex;
  align-items: center;
  min-height: 50vw; }
  @media only screen and (min-width: 1400px) {
    .testimonial {
      min-height: 725px; } }
  @media only screen and (max-width: 749px) {
    .testimonial {
      flex-direction: column-reverse; } }

.tesimonial__quotes {
  display: block;
  font-size: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 749px) {
    .tesimonial__quotes {
      font-size: 32px;
      margin-bottom: 30px; } }

.testimonial--no-image {
  justify-content: center; }

.testimonial__image {
  align-self: stretch;
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 749px) {
    .testimonial__image {
      width: 100%;
      height: 50vh; } }

.testimonial__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.testimonial__button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 69px;
  font-size: 11px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media only screen and (max-width: 749px) {
    .testimonial__button {
      height: 60px; } }

.testimonial__content {
  width: 50%;
  text-align: left;
  padding: 104px; }
  @media only screen and (max-width: 749px) {
    .testimonial__content {
      text-align: center; } }
  .testimonial__content blockquote {
    border: 0;
    padding: 0;
    margin: 0 0 71px;
    font-size: 22px;
    line-height: 1.73; }
    @media only screen and (max-width: 1399px) {
      .testimonial__content blockquote {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 749px) {
      .testimonial__content blockquote {
        margin-bottom: 30px;
        font-size: 20px; } }
    .testimonial__content blockquote p {
      font-size: inherit;
      line-height: inherit; }
    .testimonial__content blockquote svg {
      display: block;
      width: 41px;
      height: 31px;
      margin-bottom: 64px; }
      @media only screen and (max-width: 1399px) {
        .testimonial__content blockquote svg {
          margin-bottom: 42px; } }
      @media only screen and (max-width: 749px) {
        .testimonial__content blockquote svg {
          margin-bottom: 20px;
          margin-left: auto;
          margin-right: auto; } }
      .testimonial--no-image .testimonial__content blockquote svg {
        margin-left: auto;
        margin-right: auto; }
  @media only screen and (max-width: 1399px) {
    .testimonial__content {
      padding: 60px; } }
  @media only screen and (max-width: 749px) {
    .testimonial__content {
      width: 100%;
      padding: 40px; } }
  .testimonial--no-image .testimonial__content {
    text-align: center; }

.testimonial__author {
  position: relative;
  padding-left: 87px;
  margin-bottom: 78px; }
  @media only screen and (max-width: 1399px) {
    .testimonial__author {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 749px) {
    .testimonial__author {
      margin-bottom: 40px;
      padding-left: 0; } }
  .testimonial__author strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 2px; }
  .testimonial__author span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .testimonial--no-image .testimonial__author {
    display: inline-block; }

.testimonial__author--no-bio-image {
  padding-left: 0; }

.testimonial__author-bio-image {
  position: absolute;
  top: -10px;
  left: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .testimonial__author-bio-image .placeholder-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    max-width: 150%;
    max-height: 150%;
    transform: translate(-50%, -50%); }
  @media only screen and (max-width: 749px) {
    .testimonial__author-bio-image {
      position: static;
      display: block;
      margin: 0 auto 20px; } }

.testimonial__tweet-url {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1399px) {
    .testimonial__tweet-url {
      margin-bottom: 15px; } }

.index-look {
  text-align: center;
  position: relative; }

.look__slider {
  position: relative; }

.look__slider-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -22px;
  transition: top .3s ease; }
  .look__slider-arrow svg {
    width: 23px;
    height: 43px; }
    .look__slider-arrow svg path {
      fill: #d0d0d0; }
    @media only screen and (max-width: 749px) {
      .look__slider-arrow svg {
        width: 16px;
        height: 30px; } }

.look__slider-arrow--left {
  left: 10px; }
  .look__content .look__slider-arrow--left {
    left: -52px;
    margin-left: -10px; }
    @media only screen and (max-width: 1399px) {
      .look__content .look__slider-arrow--left {
        left: -30px; } }
    @media only screen and (max-width: 749px) {
      .look__content .look__slider-arrow--left {
        left: -20px; } }

.look__slider-arrow--right {
  right: 10px; }
  .look__content .look__slider-arrow--right {
    right: -52px;
    margin-right: -10px; }
    @media only screen and (max-width: 1399px) {
      .look__content .look__slider-arrow--right {
        right: -30px; } }
    @media only screen and (max-width: 749px) {
      .look__content .look__slider-arrow--right {
        right: -20px; } }

.look {
  display: flex;
  align-items: center;
  min-height: 50vw; }
  @media only screen and (min-width: 1400px) {
    .look {
      min-height: 725px; } }
  @media only screen and (max-width: 749px) {
    .look {
      flex-direction: column; } }

.look__title--mobile {
  display: none;
  text-align: center;
  padding-top: 30px; }
  @media only screen and (max-width: 749px) {
    .look__title--mobile {
      display: block; } }

.look__title {
  text-align: center;
  padding-bottom: 30px; }
  @media only screen and (max-width: 749px) {
    .look__title {
      display: none; } }

.look__image {
  align-self: stretch;
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 749px) {
    .look__image {
      width: 50%;
      height: 50vw;
      margin: 30px auto 0 auto; } }

.look__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.look__content {
  width: 50%;
  text-align: left;
  padding: 104px; }
  @media only screen and (max-width: 1399px) {
    .look__content {
      padding: 60px; } }
  @media only screen and (max-width: 749px) {
    .look__content {
      width: 100%;
      padding: 40px; } }

.look__dot__wrapper {
  position: absolute; }

.look__dot {
  position: absolute;
  z-index: 100;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 10px; }
  .look__dot::after {
    content: "";
    width: 25px;
    height: 25px;
    background-color: inherit;
    border-radius: 25px;
    opacity: 0.3;
    position: absolute;
    top: -5px;
    left: -5px; }
  .look__dot::before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: inherit;
    border-radius: 25px;
    opacity: 0.3;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: pulse 2.5s linear;
    animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0.0; }

  89% {
    transform: scale(0);
    opacity: 0; }

  90% {
    transform: scale(1);
    opacity: 0.2; }

  100% {
    transform: scale(5);
    opacity: 0.0; } }

.look__instagram__link {
  z-index: 51;
  position: absolute;
  bottom: 10px;
  right: 10px; }
  .look__instagram__link:hover {
    opacity: 0.7; }
  .look__instagram__link svg {
    height: 25px;
    width: 25px;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2)); }

.bounce-animation {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: bounce-custom;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); }

@keyframes bounce-custom {
  0% {
    transform: translateY(0); }

  60% {
    transform: translateY(0); }

  65% {
    transform: translateY(-10px); }

  70% {
    transform: translateY(0); }

  75% {
    transform: translateY(-2px); }

  80% {
    transform: translateY(0); }

  100% {
    transform: translateY(0); } }

.instagram__oembed__post {
  max-height: 90vh;
  overflow-y: scroll; }

.instagram__oembed__post iframe {
  border: none !important; }
  @media only screen and (min-width: 750px) {
    .instagram__oembed__post iframe {
      width: 500px; } }

.look__content .product-item {
  border-left: 1px solid #f0f0f0;
  width: 20vw;
  margin: 0 auto; }
  @media only screen and (max-width: 749px) {
    .look__content .product-item {
      width: 50vw; } }
.look__content .product-information {
  padding: 12px; }
  .look__content .product-information h3 {
    font-size: 14.4px;
    margin: 0 0 5px 0; }
  .look__content .product-information .price {
    font-size: 12.35px; }

/**
 * List Collections Index
 */
.collection-list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #f0f0f0; }
  @media only screen and (max-width: 749px) {
    .collection-list {
      display: block; } }

.collection-list__title {
  font-size: 60px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #454643;
  background-color: #f7f6f4; }

.collection-item {
  position: relative;
  border: 1px solid #f0f0f0;
  border-left: 0;
  background: #fff;
  margin-top: -1px; }
  .collection-item.collection-item--no-image .svg-placeholder {
    fill: #f7f7f7; }
    .collection-item.collection-item--no-image .svg-placeholder svg:not(.icon) {
      fill: #6b6b6b; }

.collection-item__image {
  display: block;
  padding-top: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  transition: transform 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035); }

.collection-item__bg {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  .collection-item__bg:hover {
    transform: scale(1.1); }
    @media only screen and (max-width: 749px) {
      .collection-item__bg:hover {
        transform: scale(1); } }

.collection-item__info {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  height: 70px;
  overflow: hidden; }
  .collection-item__info h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal; }
    @media screen and (max-width: 1023px) {
      .collection-item__info h3 {
        font-size: 16px; } }

/**
 * List Collections Page
 */
.index-list-collections .coll-heading {
  padding: 27px 75px 35px;
  text-align: left;
  background-color: #f7f6f4; }
  @media only screen and (max-width: 989px) {
    .index-list-collections .coll-heading {
      padding: 27px 20px 35px; } }
  @media only screen and (max-width: 749px) {
    .index-list-collections .coll-heading {
      padding: 17px 20px 25px;
      text-align: center; } }

.collection-block__wrapper {
  display: block;
  width: 100%;
  position: relative; }
  .collection-block__wrapper .index-products {
    margin: 0;
    padding: 30px 22px; }
    @media only screen and (max-width: 749px) {
      .collection-block__wrapper .index-products {
        padding: 10px 0; } }
  .collection-block__wrapper .product-grid {
    border-left: 0;
    padding-top: 30px; }

.collection-block__content {
  height: 100%;
  text-align: left;
  padding: 60px 0 15px; }
  @media only screen and (max-width: 749px) {
    .collection-block__content {
      padding: 20px 0 15px; } }
  .collection-block__content p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    color: #454643; }
    @media screen and (max-width: 767px) {
      .collection-block__content p {
        display: none; } }

.collection-block__title {
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .collection-block__title {
      font-size: 40px;
      line-height: 1.5;
      margin-bottom: 0; } }

.collection-block__button {
  margin-top: 10px; }

.collection-block__image {
  align-self: stretch;
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 749px) {
    .collection-block__image {
      width: 100%;
      height: 50vw;
      margin: 30px auto 0 auto; } }

.collection-block__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.template-list-collections .collection-list {
  padding: 0 75px;
  position: relative; }
  @media screen and (max-width: 964px) {
    .template-list-collections .collection-list {
      padding: 40px 20px;
      overflow-x: hidden; } }
.template-list-collections .product-grid {
  margin: 0 -75px; }
  @media screen and (max-width: 767px) {
    .template-list-collections .product-grid {
      margin: 0 -20px; } }
.template-list-collections .show-blog-filter--mobile {
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 2.24px;
  text-align: center;
  color: #4c4d4d;
  border: 0;
  background: #f7f6f4;
  width: 100%;
  margin: 0; }
.template-list-collections #show_blog_filter {
  transform: translate(-50%) rotate(-90deg);
  position: fixed;
  top: 50%;
  z-index: 22;
  left: 20px; }
  .template-list-collections #show_blog_filter.not-fixed {
    position: absolute;
    bottom: 150px;
    top: unset; }
.template-list-collections .blog-filters #close_blog_filter {
  left: -40px; }
.template-list-collections .blog-filters.opened + .after-bg {
  display: block; }
.template-list-collections .blog-filters .blog-filters--mobile {
  width: 100%; }
.template-list-collections .after-bg {
  content: '';
  position: fixed;
  width: 9999px;
  height: 9999px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.7);
  display: none; }

.collection-block__link {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #4c4d4d;
  text-decoration: underline;
  font-family: "FreightDispPro", serif; }

/**
 * Password
 */
.password-page__wrapper {
  height: 100%;
  width: 100%;
  position: absolute; }

.password-page__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.password-page__signup-form {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .password-page__signup-form h1, .password-page__signup-form h3, .password-page__signup-form p, .password-page__signup-form small, .password-page__signup-form i, .password-page__signup-form a {
    color: #fff; }
  .password-page__signup-form a:hover {
    color: #94a781; }
  .password-page__signup-form h3 {
    margin-bottom: 40px;
    padding-bottom: 0; }
  .password-page__signup-form .errors {
    font-size: 12px; }
    .password-page__signup-form .errors ul {
      text-align: center; }
  @media only screen and (max-width: 749px) {
    .password-page__signup-form .wrapper {
      height: 100%;
      overflow: auto;
      padding-bottom: 25px; } }

.toggle-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 749px) {
    .toggle-wrapper {
      position: relative;
      text-align: center;
      right: 0px;
      margin-bottom: 25px; } }

#CustomerSignup,
#AdminLogin {
  padding-bottom: 20px; }

.signup-input,
.password-input {
  background-color: #fff;
  height: 40px;
  padding: 0 11px;
  vertical-align: middle; }

.signup-input {
  min-width: 280px; }

.customer-signup-button,
.password-login-button {
  height: 40px;
  padding: 0 11px;
  vertical-align: middle;
  border: 1px solid transparent; }
  .customer-signup-button:focus,
  .password-login-button:focus {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.signup-input,
.password-input,
.signup-input:hover,
.password-input:hover {
  border: none; }

.template-password {
  height: 100vh;
  text-align: center; }
  .template-password .main-content {
    height: 100vh;
    padding: 0; }
  .template-password .newsletter-form {
    border: 1px solid rgba(240, 240, 240, 0.5); }

.password-section {
  width: 100%;
  height: 100%; }

.password__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  color: #4c4d4d;
  background-color: #4c4d4d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white; }
  .password__wrapper .password__footer__inner {
    color: #fff; }
  .password__wrapper a {
    color: inherit; }

.password__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 50px; }
  @media only screen and (max-width: 749px) {
    .password__main__inner {
      padding: 16.66667px 16.66667px; } }
  @media only screen and (min-width: 750px) {
    .password__main__inner {
      padding: 16.66667px 50px; } }

.password__box {
  background-color: white;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0 0 0; }

.password__hero {
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media only screen and (min-width: 750px) {
    .password__hero {
      font-size: 50px; } }
  @media only screen and (min-width: 990px) {
    .password__hero {
      font-size: 55px; } }
  .password__hero .logo {
    max-width: 100%;
    max-height: 200px; }

.password__message {
  font-size: 120%; }
  .password__message img {
    max-width: 100%; }

.password__logo,
.password__logo--text {
  margin-bottom: 20px;
  text-align: center; }

.password__hero,
.password__message,
.password__login-form,
.password__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password__login-form {
  text-align: center;
  padding: 100px 50px; }

.password__login-form,
.password__box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden; }

.password-login {
  color: #fff; }

.password__login-form,
.password__signup-form {
  background-color: white;
  padding: 50px; }
  .password__login-form .input-group,
  .password__signup-form .input-group {
    width: 100%; }
  .password__login-form .errors,
  .password__signup-form .errors {
    font-size: 12px; }
    .password__login-form .errors ul,
    .password__signup-form .errors ul {
      color: #fff;
      list-style-type: none;
      margin-left: 0; }

.password__signup-form {
  padding-top: 50px; }

.password__signup-form__heading {
  margin-bottom: 0.8em; }

.admin-login {
  margin-top: 25px;
  margin-bottom: 0; }
  .admin-login a {
    text-decoration: none; }

.admin-login {
  font-size: 95%; }

.password__social-sharing .sharing {
  padding: 20px 0; }
.password__social-sharing a svg {
  fill: white; }
.password__social-sharing a:hover svg {
  fill: #94a781; }

.password__footer {
  display: table-row;
  height: 1px; }

.password__footer__inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 50px;
  line-height: 20px;
  font-size: 95%;
  color: #4c4d4d; }
  .password__footer__inner a {
    text-decoration: none;
    margin: 0 25px; }
    @media only screen and (max-width: 749px) {
      .password__footer__inner a {
        display: block;
        margin-top: 25px; } }

/**
 * Product Grid
 */
.product-grid {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding-top: 1px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: mandatory;
  scroll-snap-destination: 0% 100%;
  scroll-snap-points-x: repeat(100%); }
  .product-grid .flickity-button:disabled {
    opacity: 0; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .product-grid {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 749px) {
    .product-grid {
      padding-left: 15px;
      padding-right: 15px; } }

.product-item {
  position: relative;
  border-left: 0;
  background: #fff;
  margin-top: -1px;
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 30px;
  min-height: 100%;
  scroll-snap-align: start; }
  .small-padding .product-item {
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (max-width: 1199px) {
      .small-padding .product-item {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 749px) {
      .small-padding .product-item {
        width: 100%;
        padding-left: 9px;
        padding-right: 9px; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .product-item {
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 749px) {
    .product-item {
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 15px; } }
  .product-item .product-link {
    display: block;
    height: 100%;
    color: #4c4d4d; }
  .product-item .sale-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 35px;
    width: 80px;
    overflow: hidden;
    line-height: 35px;
    text-align: center;
    color: white;
    background: #4c4d4d; }

.product-item__image {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }

.product-item__img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.product-item__img__under {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.product-item__bg {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

.product-information {
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  font-family: 'NeuzeitGro', sans-serif;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 749px) {
    .product-information {
      letter-spacing: 0.05em;
      padding: 12px 0; } }
  .product-information h3, .product-information h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    font-family: inherit;
    margin: 0; }
    @media only screen and (min-width: 990px) {
      .product-information h3, .product-information h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 749px) {
      .product-information h3, .product-information h4 {
        line-height: 1.5; } }
  .product-information .title {
    transition: all .3s ease; }
    .product-information .title:hover {
      color: #94a781; }
  .product-information .price {
    font-size: 14px;
    line-height: 2;
    font-family: inherit; }
    @media only screen and (min-width: 990px) {
      .product-information .price {
        font-size: 16px; } }
    @media only screen and (max-width: 749px) {
      .product-information .price {
        line-height: 1.5; } }
  .product-information .item-type {
    color: #4c4d4d; }

.old-price {
  color: #4c4d4d;
  text-decoration: line-through;
  opacity: .5;
  margin-right: 10px; }

.price.sale {
  color: #4c4d4d; }

.no-results {
  padding: 50px 30px;
  text-align: center;
  width: 100%; }

@media only screen and (max-width: 749px) {
  .product-grid__inner {
    width: 100%; }

  .product-grid--horizontally {
    position: relative;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .product-grid--horizontally .product-item {
      min-width: 250px; }

  div:not('.collection-list') .product-grid--vertically .product-item {
    width: 100%; } }
.no-touch .double__image .product-item__bg__under,
.no-touch .double__image .product-item__img__under {
  opacity: 0; }
.no-touch .double__image:hover .product-item__bg,
.no-touch .double__image:hover .product-item__img {
  opacity: 0; }
.no-touch .double__image:hover .product-item__bg__under,
.no-touch .double__image:hover .product-item__img__under {
  opacity: 1;
  background-color: #ffffff; }

.touch .product-item__bg__under {
  display: none; }

.product-item__bg__under {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  background-color: #ffffff; }

.widget__products {
  margin-top: 30px; }

.product__column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  min-height: 120px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
  border: 1px solid #f0f0f0; }
  .product__column .meta--light {
    margin-top: 8px;
    font-size: 0.83125rem;
    color: #919292; }
  .product__column:hover {
    border: 1px solid #e8e8e8; }

.product__column__image__wrapper {
  width: 33%; }
  .product__column__image__wrapper img {
    display: block; }

.product__column__contents {
  padding: 10px 10px 10px 5%;
  flex: 1; }

.product__column__title {
  margin: 0 0 9px 0;
  color: #4c4d4d; }

.product__column__image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 33%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

/**
 * Quick View Modal
 */
.slideup {
  position: absolute;
  bottom: -60px;
  -webkit-transition: bottom 0.25s ease-in;
  -moz-transition: bottom 0.25s ease-in;
  -ms-transition: bottom 0.25s ease-in;
  -o-transition: bottom 0.25s ease-in;
  transition: bottom 0.25s ease-in;
  width: 100%;
  background: #f7f7f7;
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 12px;
  line-height: 1.42;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold; }
  .slideup span {
    width: 50%; }
  .slideup::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: #fff; }

.product-item__image .slideup {
  position: absolute;
  z-index: 1;
  opacity: 0;
  text-align: center;
  transition: opacity .2s ease-in-out, bottom .2s ease-in-out; }
  .product-item__image .slideup span:hover {
    color: #fff; }
.product-item__image:hover .slideup {
  bottom: -10px;
  opacity: 1; }

.no-touch .slideup.up {
  bottom: 0; }

.slideup span {
  text-decoration: none;
  display: block;
  color: #efede5;
  padding: 20px; }

.no-touch .slideup span:hover {
  color: #fff; }

.modal__inner__wrapper {
  background: white;
  border: 1px solid #f0f0f0;
  padding: 0px;
  max-width: 960px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .modal__inner__wrapper {
      width: 360px; } }
  .modal__inner__wrapper .product__submit__add {
    color: white; }
  .modal__inner__wrapper .product__thumbs--square {
    position: unset;
    transform: none; }
    .modal__inner__wrapper .product__thumbs--square ul {
      text-align: center;
      margin-top: 10px; }
      .modal__inner__wrapper .product__thumbs--square ul li {
        margin: 0 3px; }
  .modal__inner__wrapper .product__price-divider {
    vertical-align: text-bottom; }

.modal__content {
  padding: 60px 30px 30px 12px; }
  @media only screen and (max-width: 989px) {
    .modal__content {
      padding: 20px 20px 20px 0; } }
  @media only screen and (max-width: 749px) {
    .modal__content {
      padding: 20px; } }
  .modal__content .product__form-inner .product__submit__buttons {
    display: none; }
  .modal__content .js-qty__adjust {
    height: 58px; }
  .modal__content .product__title {
    font-size: 60px;
    line-height: 1;
    margin: 15px 0; }
    @media only screen and (max-width: 989px) {
      .modal__content .product__title {
        font-size: 40px;
        margin-top: 0; } }
  .modal__content .product-description {
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 27px; }
  .modal__content .quantity-selector {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 18px; }
  .modal__content .quantity__plus {
    padding-right: 28px; }
    @media only screen and (max-width: 989px) {
      .modal__content .quantity__plus {
        padding-right: 10px; } }
  .modal__content .quantity__minus {
    padding-left: 28px; }
    @media only screen and (max-width: 989px) {
      .modal__content .quantity__minus {
        padding-left: 10px; } }
  .modal__content .quantity__input {
    width: 113px;
    height: 58px;
    margin: 0;
    font-size: 13px;
    line-height: normal;
    padding: 0 30px; }
    @media only screen and (max-width: 989px) {
      .modal__content .quantity__input {
        width: 80px; } }
  .modal__content .product__submit {
    display: inline-block;
    vertical-align: top; }
  .modal__content .product__submit__add {
    margin: 0;
    font-size: 13px;
    line-height: normal;
    height: 58px;
    margin-bottom: 18px; }
  .modal__content .product__submit:not(.product__submit--spb) .product__submit__add {
    height: 58px;
    padding: 0 28px; }
  .modal__content .more {
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold; }

.modal--product .quantity-selector {
  margin-bottom: 15px; }
.modal--product .product__photo {
  margin-bottom: 0; }
.modal--product .product__slides {
  visibility: hidden;
  height: 1px; }
.modal--product .product__slides.slick-initialized {
  visibility: visible;
  height: auto; }
.modal--product .product__slides.product__slides--single {
  visibility: visible;
  height: auto; }

/**
 * Product Page
 */
.product__wrapper .form__inner__wrapper {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 405px; }
  @media only screen and (min-width: 750px) {
    .product__wrapper .form__inner__wrapper {
      padding-right: 25px; } }
  @media only screen and (min-width: 990px) {
    .product__wrapper .form__inner__wrapper {
      padding-right: 0; } }
  .product__wrapper .form__inner__wrapper .product__submit__add {
    background: #94a781; }
    .product__wrapper .form__inner__wrapper .product__submit__add[disabled] .product__price-divider {
      display: none; }
  @media only screen and (min-width: 750px) {
    .product__wrapper .form__inner__wrapper {
      padding: 20px 50px 0;
      max-width: none; } }
  .product__wrapper .form__inner__wrapper .product__form {
    order: 3;
    margin: 0 0 22px; }
.product__wrapper .product-description {
  margin-bottom: 20px; }
  .product__wrapper .product-description p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5; }
    @media only screen and (min-width: 990px) {
      .product__wrapper .product-description p {
        font-size: 16px; } }
  .product__wrapper .product-description ul {
    margin-left: 30px; }
    .product__wrapper .product-description ul li {
      position: relative;
      list-style-type: none;
      padding-left: 3px;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 10px; }
      @media only screen and (min-width: 990px) {
        .product__wrapper .product-description ul li {
          font-size: 16px; } }
      .product__wrapper .product-description ul li:after {
        content: '';
        position: absolute;
        top: -2px;
        left: -25px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain; }
        @media only screen and (max-width: 989px) {
          .product__wrapper .product-description ul li:after {
            top: -5px; } }
.product__wrapper .product__head {
  order: 1; }
  @media only screen and (max-width: 749px) {
    .product__wrapper .product__head {
      padding: 0 25px; } }
.product__wrapper .form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

.product__preorder-message {
  display: none;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #454643;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0; }
  @media only screen and (min-width: 990px) {
    .product__preorder-message {
      font-size: 16px; } }
  @media only screen and (max-width: 749px) {
    .product__preorder-message {
      padding: 0 25px; } }

.breadcrumbs {
  margin-top: -50px;
  margin-bottom: 30px; }
  .breadcrumbs a {
    display: inline-block;
    vertical-align: middle; }

.breadcrumbs__arrow {
  opacity: 0.7;
  padding: 0 10px; }
  .breadcrumbs__arrow svg {
    width: 5px;
    height: 10px; }

.product__images {
  position: relative; }

.product__photo {
  cursor: zoom-in; }
  .product__photo .zoom--active {
    cursor: zoom-out; }

.product__thumbs--square {
  position: relative;
  top: -30px;
  width: 100%;
  text-align: center; }
  .product__thumbs--square ul.slick-dots {
    text-align: center; }
  @media only screen and (max-width: 749px) {
    .product__thumbs--square {
      top: -25px; } }

@media only screen and (max-width: 749px) {
  .form__width {
    display: flex;
    flex-direction: column; } }
@media only screen and (min-width: 990px) {
  .form__width {
    margin: 0 auto; } }

@media only screen and (max-width: 749px) {
  .product__title {
    margin-top: 0.5em;
    margin-bottom: 0.75em;
    font-size: 30px; } }
@media only screen and (min-width: 750px) {
  .product__title {
    margin-bottom: 0.5em;
    font-size: 40px; } }
@media only screen and (min-width: 990px) {
  .product__title {
    margin-bottom: 10px;
    font-size: 50px; } }

.product__collection {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.8;
  font-family: NeuzeitGro, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media only screen and (min-width: 990px) {
    .product__collection {
      font-size: 16px; } }

.product__price {
  margin-bottom: 0.75em; }
  @media only screen and (max-width: 749px) {
    .product__price {
      font-size: 0.95em; } }

.product__price--strike {
  opacity: 0.7; }

.product__price--sale {
  color: #4c4d4d;
  margin-right: 5px; }

.product__badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  .product__badge .yotpo .text-m {
    line-height: 1.6;
    font-size: 14px;
    font-family: "NeuzeitGro", sans-serif; }
    @media only screen and (min-width: 990px) {
      .product__badge .yotpo .text-m {
        font-size: 16px; } }

.product__selectors {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 750px) {
    .product__selectors {
      margin-top: 10px; } }
  .product__selectors .selector-wrapper select {
    font-size: 16px; }
    @media only screen and (max-width: 749px) {
      .product__selectors .selector-wrapper select {
        font-size: 14px; } }

.selector-wrapper {
  margin-top: 20px;
  min-width: 50%;
  flex-grow: 1; }
  @media only screen and (max-width: 749px) {
    .selector-wrapper {
      margin-left: 25px;
      margin-right: 25px; } }
  .selector-wrapper select {
    border-color: #a09aab;
    padding: 20px 30px;
    width: 100%; }
  .selector-wrapper label {
    font-size: 14px;
    text-transform: uppercase; }

.quantity-selector {
  position: relative;
  display: inline-block;
  max-width: 115px;
  background-color: #ffffff; }
  @media only screen and (min-width: 750px) {
    .quantity-selector {
      margin-right: 10px; } }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.quantity__input {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-appearance: none;
  font-size: 16px;
  border-color: #94a781;
  color: #94a781; }
  @media only screen and (max-width: 749px) {
    .quantity__input {
      font-size: 14px; } }

.quantity__plus,
.quantity__minus {
  cursor: pointer; }

.quantity__plus {
  right: 0;
  justify-content: flex-end;
  padding-right: 30px; }

.quantity__minus {
  left: 0;
  justify-content: flex-start;
  padding-left: 30px; }

.quantity__plus,
.quantity__minus {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center; }
  .quantity__plus svg,
  .quantity__minus svg {
    width: 8px;
    height: 8px; }
  .quantity__plus:active,
  .quantity__minus:active {
    transform: translateY(1px); }

.product__vendor {
  margin: 1.25rem 0; }

script,
#recently-viewed-product-template {
  display: none !important; }

.recent__wrapper {
  border-top: 1px solid #f0f0f0;
  display: none;
  margin-top: 20px;
  overflow: hidden;
  opacity: 1; }
  @media only screen and (min-width: 990px) {
    .recent__wrapper {
      margin-top: 60px; } }

.recent__wrapper.loading {
  opacity: 0; }

.recent__title {
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #4c4d4d;
  text-transform: capitalize;
  background: white;
  padding: 20px 0;
  margin: 50px 0 30px; }
  @media only screen and (max-width: 749px) {
    .recent__title {
      font-size: 40px;
      margin-top: 20px; } }

.recent__content {
  margin-top: -1px; }

.recent__content .title {
  padding: 0; }
  .recent__content .title h5 {
    margin: 0; }

.recent__content .title:after {
  content: ''; }

.recent__content a {
  opacity: 1;
  width: auto;
  height: auto;
  line-height: 1;
  display: block; }

.fb_iframe_widget span {
  vertical-align: top !important; }

.fb_iframe_widget iframe {
  z-index: 4000; }

.sharing {
  padding: 20px 0;
  position: relative;
  overflow: visible;
  width: 100%;
  display: block; }

.sharing ul {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  height: 20px;
  display: block; }

.sharing ul li {
  float: left;
  display: inline-block;
  height: 33px; }

.product__form-inner {
  display: flex;
  width: 100%;
  transition: all .3s ease-in-out;
  margin-top: 20px; }
  @media only screen and (max-width: 749px) {
    .product__form-inner {
      padding: 0 25px; } }

.product__additional-info {
  line-height: 1.5;
  letter-spacing: 2px;
  color: #454643;
  order: 4; }
  @media only screen and (max-width: 749px) {
    .product__additional-info {
      padding-left: 25px;
      padding-right: 25px; } }
  .product__additional-info p {
    font-size: 14px; }
    @media only screen and (min-width: 990px) {
      .product__additional-info p {
        font-size: 16px; } }

.product__additional-icons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  order: 4; }
  @media only screen and (max-width: 989px) {
    .product__additional-icons {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 749px) {
    .product__additional-icons {
      padding-left: 25px;
      padding-right: 25px; } }

.product__additional-icon-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: calc(50% - 10px); }
  @media only screen and (max-width: 989px) {
    .product__additional-icon-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .product__additional-icon-item:nth-child(2) img {
    margin-left: -4px;
    margin-right: 14px; }
  .product__additional-icon-item img {
    width: 60px;
    height: auto;
    margin-right: 10px; }
    @media only screen and (max-width: 989px) {
      .product__additional-icon-item img {
        width: 40px; } }
  .product__additional-icon-item p {
    font-size: 16px;
    margin-bottom: 0; }
    @media only screen and (max-width: 989px) {
      .product__additional-icon-item p {
        font-size: 14px; } }

/*================ Smart Shopify Payment Buttons ================*/
.product__submit {
  width: 100%;
  flex: 1 1; }

.product__submit__add {
  margin-bottom: 0;
  border: 1px solid transparent;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px; }
  @media only screen and (max-width: 749px) {
    .product__submit__add {
      padding: 7px 14px;
      font-size: 14px; } }
  .product__submit__add .product__price {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    font-size: inherit;
    line-height: 1; }

.product__submit:not(.product__submit--spb) .product__submit__buttons {
  display: inline-block; }
.product__submit:not(.product__submit--spb) .product__submit__add {
  padding: 8px 15px;
  height: 49px; }

.product__submit--spb .quantity-selector {
  display: block; }
.product__submit--spb .product__submit__add {
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  box-shadow: none; }
  .product__submit--spb .product__submit__add:hover, .product__submit--spb .product__submit__add:active, .product__submit--spb .product__submit__add:focus {
    background-color: #94a781;
    color: #ffffff; }
  .product__submit--spb .product__submit__add:active {
    transform: translateY(0); }

.product__submit--spb .product__submit__buttons {
  margin: 0 0 10px 0;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%; }
  .product__submit--spb .product__submit__buttons .shopify-payment-button,
  .product__submit--spb .product__submit__buttons .product__submit__add {
    margin: 10px 10px 0 0;
    min-width: 155px;
    flex: auto; }

.variant--soldout .quantity-selector__wrapper,
.variant--soldout .shopify-payment-button,
.variant--soldout .product__price,
.variant--unavailabe .quantity-selector__wrapper,
.variant--unavailabe .shopify-payment-button,
.variant--unavailabe .product__price {
  opacity: 0; }
  .variant--soldout .quantity-selector__wrapper label, .variant--soldout .quantity-selector__wrapper input, .variant--soldout .quantity-selector__wrapper button,
  .variant--soldout .shopify-payment-button label,
  .variant--soldout .shopify-payment-button input,
  .variant--soldout .shopify-payment-button button,
  .variant--soldout .product__price label,
  .variant--soldout .product__price input,
  .variant--soldout .product__price button,
  .variant--unavailabe .quantity-selector__wrapper label,
  .variant--unavailabe .quantity-selector__wrapper input,
  .variant--unavailabe .quantity-selector__wrapper button,
  .variant--unavailabe .shopify-payment-button label,
  .variant--unavailabe .shopify-payment-button input,
  .variant--unavailabe .shopify-payment-button button,
  .variant--unavailabe .product__price label,
  .variant--unavailabe .product__price input,
  .variant--unavailabe .product__price button {
    cursor: default; }

.variant--soldout .product__submit__add,
.variant--soldout .product__submit__add:hover {
  border-color: #999999;
  background-color: #e6e6e6;
  color: white;
  cursor: not-allowed; }

/*================ Smart Shopify Payment Buttons ================*/
.shopify-payment-button {
  max-width: 400px;
  transition: opacity 0.4s ease-out; }

.shopify-payment-button .shopify-payment-button__button {
  border-radius: 0px;
  overflow: hidden;
  transition: all .15s ease; }
  .shopify-payment-button .shopify-payment-button__button:active, .shopify-payment-button .shopify-payment-button__button:focus {
    transform: translateY(1px); }

.shopify-payment-button .shopify-payment-button__button--unbranded {
  width: 100%;
  min-height: 44px;
  font-size: 0.9975rem; }
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]), .shopify-payment-button .shopify-payment-button__button--unbranded:active, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    background-color: #879d72; }

.shopify-payment-button .shopify-payment-button__more-options {
  font-weight: bold;
  font-size: 0.855rem;
  color: #4c4d4d; }
  .shopify-payment-button .shopify-payment-button__more-options:active {
    text-decoration: underline;
    outline: none;
    transform: translateY(1px); }

.product__sharing .sharing {
  display: flex;
  color: #fff;
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid whitesmoke; }

/*================ Reviews ================*/
.product__reviews {
  padding: 25px 0 50px;
  background-color: #f7f7f5; }
  @media only screen and (min-width: 750px) {
    .product__reviews {
      padding: 110px 0 70px; } }
  .product__reviews .product__reviews-heading {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #4c4d4d; }
    @media only screen and (min-width: 750px) {
      .product__reviews .product__reviews-heading {
        font-size: 50px; } }
  .product__reviews .product__reviews-based {
    max-width: 825px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 20px auto 10px; }
    .product__reviews .product__reviews-based .yotpo .text-m {
      display: none !important; }
    .product__reviews .product__reviews-based .separate {
      margin-left: 10px;
      margin-right: 10px; }
  .product__reviews .yotpo .yotpo-review .yotpo-header {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element {
      text-align: center; }
    .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
      margin: 0 0 10px !important;
      float: unset !important; }
    .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-actions {
      float: unset !important; }
    .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
    .product__reviews .yotpo .yotpo-review .yotpo-header .label-with-tooltip {
      display: none !important; }
  .product__reviews .yotpo .main-widget {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 825px; }
  .product__reviews .yotpo .write-question-review-buttons-container {
    float: unset;
    text-align: center;
    padding-right: 0 !important; }
    .product__reviews .yotpo .write-question-review-buttons-container .write-question-review-button {
      width: auto !important;
      transition: all 0.15s ease;
      background-color: #94a781 !important; }
      .product__reviews .yotpo .write-question-review-buttons-container .write-question-review-button:hover {
        color: #94a781 !important;
        background-color: transparent !important; }
        .product__reviews .yotpo .write-question-review-buttons-container .write-question-review-button:hover .write-question-review-button-text {
          color: #94a781 !important; }
    .product__reviews .yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon {
      display: none; }
    .product__reviews .yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
      font-size: 13px;
      font-weight: normal;
      color: #ffffff !important;
      letter-spacing: 2px !important;
      text-transform: uppercase; }
  .product__reviews .yotpo .new-yotpo-small-box {
    border: none !important; }
  .product__reviews .yotpo .yotpo-nav-content {
    margin-top: 100px !important; }
  .product__reviews .yotpo .yotpo-review {
    position: relative; }
    .product__reviews .yotpo .yotpo-review:after {
      content: "";
      position: absolute;
      margin: 0 auto;
      top: -15px;
      left: 0;
      right: 0;
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #94a781; }
    .product__reviews .yotpo .yotpo-review:last-child:before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #94a781; }
    .product__reviews .yotpo .yotpo-review .yotpo-footer {
      display: none !important; }
  .product__reviews .yotpo .yotpo-review .yotpo-main {
    margin: 25px 0; }
  .product__reviews .yotpo .yotpo-review .yotpo-main .content-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: "NeuzeitGro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    text-align: center;
    float: unset;
    display: block; }
    @media only screen and (min-width: 990px) {
      .product__reviews .yotpo .yotpo-review .yotpo-main .content-title {
        font-size: 16px; } }
  .product__reviews .yotpo .yotpo-review .yotpo-footer .footer-additional-actions {
    display: none !important; }
  .product__reviews .yotpo.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions {
    display: inline-block !important; }
  .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: "NeuzeitGro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.25px; }
    @media only screen and (min-width: 990px) {
      .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
        font-size: 16px; } }
  .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    float: none;
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: "NeuzeitGro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    color: #94a781; }
    @media only screen and (min-width: 990px) {
      .product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
        font-size: 16px; } }
  .product__reviews .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
    font-size: 14px;
    line-height: 1.79;
    text-align: center;
    font-family: "NeuzeitGro", sans-serif; }
    @media only screen and (min-width: 990px) {
      .product__reviews .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
        font-size: 16px; } }
    .product__reviews .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper * {
      font-family: "NeuzeitGro", sans-serif;
      font-size: 14px;
      line-height: 1.79;
      text-align: center; }
      @media only screen and (min-width: 990px) {
        .product__reviews .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper * {
          font-size: 16px; } }
  .product__reviews .yotpo .yotpo-review .yotpo-read-more {
    color: #94a781; }
  .product__reviews .yotpo .main-widget .yotpo-reviews-header {
    display: none !important; }
  .product__reviews .yotpo .yotpo-nav-primary {
    display: none !important; }
  .product__reviews .yotpo .yotpo-label-container {
    display: none !important; }
  .product__reviews .yotpo .yotpo-regular-box {
    padding: 10px 0;
    margin: 30px 0;
    border: none !important; }
    .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop {
      display: block !important; }
      @media only screen and (max-width: 749px) {
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop {
          margin-bottom: 70px; } }
      .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 749px) {
          .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper {
            flex-direction: column; } }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper * {
          position: unset;
          float: unset;
          margin: 0 !important;
          padding: 0 !important;
          height: 100%; }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items {
          margin-right: 15px !important; }
          @media only screen and (max-width: 749px) {
            .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items {
              margin: 0 auto 10px !important; } }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .yotpo-star-distribution-wrapper {
          margin-left: 15px !important; }
          @media only screen and (max-width: 749px) {
            .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .yotpo-star-distribution-wrapper {
              margin: 0 auto !important; } }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .avg-score {
          display: inline-block;
          margin: 0 auto 5px !important; }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .yotpo-filter-stars {
          display: flex;
          justify-content: center; }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .sr-only {
          position: absolute !important;
          width: 1px !important;
          height: 1px !important;
          padding: 0 !important;
          margin: -1px !important; }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .reviews-qa-labels-container {
          margin-top: 5px !important;
          margin-bottom: 5px !important; }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .reviews-qa-label {
          font-family: "NeuzeitGro", sans-serif;
          font-size: 14px; }
        .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop .bottom-line-items-wrapper .yotpo-distribution-row {
          margin: 0 auto !important;
          display: flex;
          align-items: center;
          justify-content: space-between; }
    .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-mobile {
      display: none !important; }
  .product__reviews .yotpo .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container {
    margin: 10px 0; }
  .product__reviews .yotpo.yotpo-main-widget .yotpo-icon-star, .product__reviews .yotpo.yotpo-main-widget .yotpo-icon {
    font-size: 26px !important; }
  .product__reviews .yotpo .yotpo-default-button,
  .product__reviews .yotpo .primary-color-btn,
  .product__reviews .yotpo input[type="button"].primary-color-btn {
    padding: 22px 20px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #ffffff !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    float: none;
    border: 1px solid #94a781 !important;
    height: auto;
    border-radius: 0 !important; }
    .product__reviews .yotpo .yotpo-default-button:hover,
    .product__reviews .yotpo .primary-color-btn:hover,
    .product__reviews .yotpo input[type="button"].primary-color-btn:hover {
      border: 1px solid #94a781 !important;
      color: #94a781 !important;
      background-color: transparent !important; }
      .product__reviews .yotpo .yotpo-default-button:hover .yotpo-icon,
      .product__reviews .yotpo .yotpo-default-button:hover .yotpo-icon-button-text,
      .product__reviews .yotpo .primary-color-btn:hover .yotpo-icon,
      .product__reviews .yotpo .primary-color-btn:hover .yotpo-icon-button-text,
      .product__reviews .yotpo input[type="button"].primary-color-btn:hover .yotpo-icon,
      .product__reviews .yotpo input[type="button"].primary-color-btn:hover .yotpo-icon-button-text {
        color: #94a781 !important; }
  .product__reviews .yotpo .primary-color-btn,
  .product__reviews .yotpo input[type="button"].primary-color-btn {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .product__reviews .yotpo form .yotpo-mandatory-explain {
    display: none; }
  .product__reviews .yotpo form span.yotpo-mandatory-mark {
    display: none; }
  .product__reviews .yotpo form .y-label {
    font-weight: 700 !important;
    padding: 0 !important;
    margin-bottom: 10px !important; }
  .product__reviews .yotpo form .yotpo-text-box {
    margin: 0; }
  .product__reviews .yotpo form .write-review .socialize-wrapper {
    width: 100%;
    position: unset;
    display: flex !important;
    align-items: center; }
    .product__reviews .yotpo form .write-review .socialize-wrapper .socialize {
      width: auto !important; }
    .product__reviews .yotpo form .write-review .socialize-wrapper .yotpo-or {
      margin-top: 10px; }
  .product__reviews .yotpo form .write-review .connect-wrapper {
    padding-left: 0; }
  .product__reviews .yotpo form .y-input {
    margin-bottom: 0; }
  .product__reviews .yotpo form .form-element {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 15px; }
  .product__reviews .spr-container {
    border: none !important;
    padding: 0 25px !important; }
    .product__reviews .spr-container .spr-review-reportreview {
      display: none; }
    .product__reviews .spr-container .spr-starrating,
    .product__reviews .spr-container .spr-starratings {
      margin: 0; }
    .product__reviews .spr-container .spr-header-title {
      margin-bottom: 55px;
      font-size: 40px;
      line-height: 1.2;
      text-align: center;
      color: #4c4d4d; }
      @media only screen and (min-width: 750px) {
        .product__reviews .spr-container .spr-header-title {
          font-size: 50px; } }
    .product__reviews .spr-container .spr-summary {
      text-align: center; }
      .product__reviews .spr-container .spr-summary .spr-summary-caption,
      .product__reviews .spr-container .spr-summary .spr-summary-starrating {
        display: inline-block; }
      .product__reviews .spr-container .spr-summary .spr-summary-caption {
        font-size: 14px;
        text-transform: uppercase; }
        @media only screen and (min-width: 990px) {
          .product__reviews .spr-container .spr-summary .spr-summary-caption {
            font-size: 16px; } }
        .product__reviews .spr-container .spr-summary .spr-summary-caption span:before {
          content: "|";
          padding: 0 15px; }
      .product__reviews .spr-container .spr-summary .spr-summary-actions {
        display: block;
        margin-top: 55px;
        margin-bottom: 20px;
        text-align: center; }
      .product__reviews .spr-container .spr-summary .spr-summary-actions-newreview {
        padding: 22px 20px;
        min-width: 185px;
        font-size: 13px;
        font-weight: normal;
        color: #ffffff;
        letter-spacing: 2px;
        background-color: #94a781;
        float: none; }
        @media only screen and (min-width: 990px) {
          .product__reviews .spr-container .spr-summary .spr-summary-actions-newreview {
            font-size: 16px; } }
        .product__reviews .spr-container .spr-summary .spr-summary-actions-newreview:hover {
          color: #94a781;
          background-color: transparent; }
    .product__reviews .spr-container .spr-review {
      border: 0;
      text-align: center; }
      .product__reviews .spr-container .spr-review:before {
        content: "";
        display: inline-block;
        margin-bottom: 20px;
        width: 20px;
        height: 2px;
        background-color: #94a781; }
    .product__reviews .spr-container .spr-review-header {
      text-align: center; }
    .product__reviews .spr-container .spr-review-header-starratings {
      margin-bottom: 30px; }
    .product__reviews .spr-container .spr-review-header-title,
    .product__reviews .spr-container .spr-review-header-byline {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      font-family: "NeuzeitGro", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2.25px;
      opacity: 1; }
      @media only screen and (min-width: 990px) {
        .product__reviews .spr-container .spr-review-header-title,
        .product__reviews .spr-container .spr-review-header-byline {
          font-size: 16px; } }
      .product__reviews .spr-container .spr-review-header-title strong,
      .product__reviews .spr-container .spr-review-header-byline strong {
        font-weight: normal; }
    .product__reviews .spr-container .spr-review-header-byline {
      margin: 5px 0 30px; }
    .product__reviews .spr-container .spr-review-content {
      margin: 0 auto;
      max-width: 825px;
      text-align: center;
      font-size: 14px; }
      @media only screen and (min-width: 990px) {
        .product__reviews .spr-container .spr-review-content {
          font-size: 16px; } }
      .product__reviews .spr-container .spr-review-content p {
        font-size: 14px;
        line-height: 1.79; }
        @media only screen and (min-width: 990px) {
          .product__reviews .spr-container .spr-review-content p {
            font-size: 16px; } }
    .product__reviews .spr-container .spr-review-footer {
      display: none; }
    .product__reviews .spr-container .spr-icon {
      font-size: 90%;
      padding: 0 1px; }
      .product__reviews .spr-container .spr-icon:before {
        content: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJoZWFydCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWhlYXJ0IGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZmlsbD0iIzk0YTc4MSI+PHBhdGggZmlsbD0iIzk0YTc4MSIgZD0iTTQ2Mi4zIDYyLjZDNDA3LjUgMTUuOSAzMjYgMjQuMyAyNzUuNyA3Ni4yTDI1NiA5Ni41bC0xOS43LTIwLjNDMTg2LjEgMjQuMyAxMDQuNSAxNS45IDQ5LjcgNjIuNmMtNjIuOCA1My42LTY2LjEgMTQ5LjgtOS45IDIwNy45bDE5My41IDE5OS44YzEyLjUgMTIuOSAzMi44IDEyLjkgNDUuMyAwbDE5My41LTE5OS44YzU2LjMtNTguMSA1My0xNTQuMy05LjgtMjA3Ljl6Ij48L3BhdGg+PC9zdmc+"); }
    .product__reviews .spr-container .spr-pagination {
      border: 0; }
      .product__reviews .spr-container .spr-pagination .spr-pagination-prev {
        position: static;
        padding-right: 30px; }
      .product__reviews .spr-container .spr-pagination .spr-pagination-next {
        position: static;
        padding-left: 30px; }
    .product__reviews .spr-container .spr-form {
      margin-left: auto;
      margin-right: auto;
      border: 0;
      max-width: 825px; }
      .product__reviews .spr-container .spr-form .spr-form-title {
        display: none; }
      .product__reviews .spr-container .spr-form .spr-form-label {
        margin-bottom: 10px;
        text-transform: uppercase; }
      .product__reviews .spr-container .spr-form .spr-form-input-text,
      .product__reviews .spr-container .spr-form .spr-form-input-email,
      .product__reviews .spr-container .spr-form .spr-form-input-textarea {
        border-color: #454643;
        padding: 20px 30px; }
        .product__reviews .spr-container .spr-form .spr-form-input-text:focus,
        .product__reviews .spr-container .spr-form .spr-form-input-email:focus,
        .product__reviews .spr-container .spr-form .spr-form-input-textarea:focus {
          border-color: #94a781; }
      .product__reviews .spr-container .spr-form .spr-button-primary {
        border: 1px solid #94a781;
        padding: 22px 20px;
        min-width: 185px;
        font-weight: normal;
        font-size: 13px;
        color: #ffffff;
        letter-spacing: 2px;
        background-color: #94a781; }
        .product__reviews .spr-container .spr-form .spr-button-primary:hover {
          color: #94a781;
          background-color: transparent;
          box-shadow: none; }
      .product__reviews .spr-container .spr-form .spr-form-review-rating .spr-icon-star:hover {
        opacity: 1; }

.spr-starrating {
  display: block;
  margin: 0 !important;
  font-size: 13px;
  font-weight: normal;
  color: #94a781;
  vertical-align: middle; }
  .spr-starrating .spr-icon {
    font-size: 90%;
    padding: 0 1px; }
    .spr-starrating .spr-icon:before {
      content: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJoZWFydCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWhlYXJ0IGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZmlsbD0iIzk0YTc4MSI+PHBhdGggZmlsbD0iIzk0YTc4MSIgZD0iTTQ2Mi4zIDYyLjZDNDA3LjUgMTUuOSAzMjYgMjQuMyAyNzUuNyA3Ni4yTDI1NiA5Ni41bC0xOS43LTIwLjNDMTg2LjEgMjQuMyAxMDQuNSAxNS45IDQ5LjcgNjIuNmMtNjIuOCA1My42LTY2LjEgMTQ5LjgtOS45IDIwNy45bDE5My41IDE5OS44YzEyLjUgMTIuOSAzMi44IDEyLjkgNDUuMyAwbDE5My41LTE5OS44YzU2LjMtNTguMSA1My0xNTQuMy05LjgtMjA3Ljl6Ij48L3BhdGg+PC9zdmc+"); }

.spr-badge-caption {
  display: none; }

.yotpo.bottomLine a {
  margin-left: 10px; }

#shopify-product-reviews {
  margin: 0 !important; }

/*================ Cart dropdown ================*/
.cart-popover {
  position: fixed;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
  text-align: center;
  transform: translate3d(0, -100%, 0);
  background-color: white;
  box-shadow: -1px 5px 15px 10px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1200px) {
    .cart-popover {
      width: 50vw; } }
  @media only screen and (min-width: 1400px) {
    .cart-popover {
      max-width: 680px; } }
  .cart-popover .product__price--crossed {
    text-decoration: line-through; }
  .cart-popover .product__price--free {
    color: red; }
  .cart-popover.contains-errors {
    position: static !important;
    width: 100%;
    padding-bottom: 20px; }
  .cart-popover.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, transform .5s ease, visibility 0s linear 0s;
    transform: translate3d(0, 0, 0); }
  @media only screen and (max-width: 749px) {
    .cart-popover {
      width: 100%; } }
  .cart-popover h3 {
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 1.6px; }
    @media only screen and (min-width: 750px) {
      .cart-popover h3 {
        margin-bottom: 10px; } }
  .cart-popover h6, .cart-popover .article__tags, .cart-popover .blog .article__image .article__tags, .blog .article__image .cart-popover .article__tags, .cart-popover .article__author-bio h3, .article__author-bio .cart-popover h3, .cart-popover .editorial__meta {
    text-transform: uppercase;
    font-family: "NeuzeitGro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 32px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 750px) {
      .cart-popover h6, .cart-popover .article__tags, .cart-popover .blog .article__image .article__tags, .blog .article__image .cart-popover .article__tags, .cart-popover .article__author-bio h3, .article__author-bio .cart-popover h3, .cart-popover .editorial__meta {
        font-size: 12px; } }
  .cart-popover p {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 1.6px; }
    @media only screen and (min-width: 750px) {
      .cart-popover p {
        margin-bottom: 10px; } }
  .cart-popover .buttons-wrap {
    margin-top: 10px;
    border-top: solid 1px #454643;
    width: 100%; }
    @media only screen and (max-width: 749px) {
      .cart-popover .buttons-wrap {
        position: absolute;
        bottom: 0; } }
    .cart-popover .buttons-wrap .btn, .cart-popover .buttons-wrap .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popover .buttons-wrap .shopify-payment-button__button--unbranded, .cart-popover .buttons-wrap .spr-summary-actions-newreview {
      display: block;
      width: 100%;
      font-size: 13px;
      letter-spacing: 2.08px;
      padding: 17px 20px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase; }
      .cart-popover .buttons-wrap .btn:hover, .cart-popover .buttons-wrap .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .cart-popover .buttons-wrap .shopify-payment-button__button--unbranded:hover, .cart-popover .buttons-wrap .spr-summary-actions-newreview:hover {
        background: #879d72; }
      .cart-popover .buttons-wrap .btn.disabled, .cart-popover .buttons-wrap .shopify-payment-button .disabled.shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popover .buttons-wrap .disabled.shopify-payment-button__button--unbranded, .cart-popover .buttons-wrap .disabled.spr-summary-actions-newreview {
        opacity: 0.3;
        pointer-events: none;
        background-color: #454643; }
  .cart-popover .product__variant {
    font-style: italic;
    text-align: left; }
  .cart-popover .close {
    position: absolute;
    top: 4px;
    right: 12px;
    width: auto;
    height: 20px;
    padding: 5px;
    z-index: 20;
    cursor: pointer;
    color: #94a781; }
    .cart-popover .close .icon {
      stroke: #333;
      width: 10px;
      height: 10px;
      pointer-events: none; }
  .cart-popover .errors {
    max-width: 100%;
    margin: 0;
    padding: 24px 30px; }
    @media only screen and (max-width: 749px) {
      .cart-popover .errors {
        padding: 15px 20px; } }
    .cart-popover .errors .close .icon {
      stroke: #721c24; }

.product__add__notification {
  height: 100%; }
  @media only screen and (max-width: 1199px) {
    .product__add__notification {
      padding-top: 25px; } }

.product__add__success {
  height: 100%;
  background-color: white; }
  @media only screen and (min-width: 750px) {
    .product__add__success > p {
      padding-bottom: 25px; } }
  .product__add__success .gift-note__btn-open {
    color: #454643;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 115px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    text-transform: inherit; }
    @media only screen and (max-width: 749px) {
      .product__add__success .gift-note__btn-open {
        padding-left: 20px;
        padding-right: 20px; } }
    .product__add__success .gift-note__btn-open.open:after {
      transform: translateY(-50%) rotate(90deg); }
    .product__add__success .gift-note__btn-open:before {
      content: '';
      position: absolute;
      right: 120px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 12px;
      background: black; }
      @media only screen and (max-width: 749px) {
        .product__add__success .gift-note__btn-open:before {
          right: 20px; } }
    .product__add__success .gift-note__btn-open:after {
      content: '';
      position: absolute;
      right: 125px;
      top: 50%;
      transform: translateY(-50%);
      height: 12px;
      width: 2px;
      background: black;
      transition: .2s; }
      @media only screen and (max-width: 749px) {
        .product__add__success .gift-note__btn-open:after {
          right: 25px; } }
  .product__add__success .gift-note__wrapper {
    padding: 0 20px;
    text-align: left;
    display: none; }
    @media only screen and (min-width: 750px) {
      .product__add__success .gift-note__wrapper {
        padding: 0 115px;
        margin-bottom: 20px; } }
    .product__add__success .gift-note__wrapper label {
      font-size: 14px; }
  .product__add__success #gift-note {
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none; }
    @media only screen and (max-width: 749px) {
      .product__add__success #gift-note {
        height: 46px;
        padding: 10px;
        min-height: unset;
        margin: 0; } }
    @media screen and (min-width: 768px) and (max-height: 790px) {
      .product__add__success #gift-note {
        height: 60px;
        padding: 10px;
        min-height: unset; } }

.product__add__success__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #454643; }

@media only screen and (min-width: 750px) {
  .gift-note-enabled .product__add__success__list {
    max-height: 420px; } }
  @media only screen and (min-width: 750px) and (max-height: 885px) {
    .gift-note-enabled .product__add__success__list {
      max-height: 325px; } }
  @media only screen and (min-width: 750px) and (max-height: 790px) {
    .gift-note-enabled .product__add__success__list {
      margin-bottom: 10px;
      max-height: 255px; } }
@media only screen and (max-width: 749px) {
  .gift-note-enabled .product__add__success__list {
    margin-bottom: 20px;
    max-height: 230px; } }
  @media only screen and (max-width: 749px) and (max-height: 600px) {
    .gift-note-enabled .product__add__success__list {
      max-height: 140px; } }
  @media only screen and (max-width: 749px) and (max-height: 500px) {
    .gift-note-enabled .product__add__success__list {
      max-height: 122px; } }

.product__add__success__list {
  margin: 0 0 55px 0;
  padding: 0 0 0 25px;
  max-height: 320px;
  overflow-y: auto; }
  @media only screen and (min-width: 750px) {
    .product__add__success__list {
      padding-left: 100px;
      padding-right: 130px;
      max-height: 420px; } }
    @media only screen and (min-width: 750px) and (max-height: 740px) {
      .product__add__success__list {
        max-height: 325px; } }
  @media only screen and (max-width: 749px) {
    .product__add__success__list {
      margin-bottom: 110px;
      max-height: 300px; } }
    @media only screen and (max-width: 749px) and (max-height: 600px) {
      .product__add__success__list {
        max-height: 210px; } }
    @media only screen and (max-width: 749px) and (max-height: 500px) {
      .product__add__success__list {
        max-height: 122px; } }

.product__add__success__item {
  display: flex;
  margin-bottom: 10px;
  list-style: none; }

.product__add__success__image {
  width: 145px;
  height: 200px; }
  @media only screen and (max-width: 749px) {
    .product__add__success__image {
      width: 100px;
      height: 150px; } }

.product__add__success__image-bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.product__add__success__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1;
  width: 100%;
  padding: 20px;
  text-align: left; }
  .product__add__success__content .product__title {
    font-family: "NeuzeitGro", sans-serif;
    text-transform: uppercase; }
  .product__add__success__content .product__quantity {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 1.6px; }
    .product__add__success__content .product__quantity .quantity-selector {
      max-width: 90px;
      margin: 0 0 0 10px; }
      .product__add__success__content .product__quantity .quantity-selector .quantity__minus {
        padding-left: 15px; }
      .product__add__success__content .product__quantity .quantity-selector .quantity__plus {
        padding-right: 15px; }
    .product__add__success__content .product__quantity button {
      font-weight: normal;
      font-size: 10px;
      color: #4c4d4d;
      text-transform: uppercase;
      background-color: transparent;
      margin-left: auto; }
      .product__add__success__content .product__quantity button:hover {
        color: #94a781;
        background-color: transparent;
        box-shadow: none; }

.product__add__success--hide {
  display: none; }

/*====== Video button =======*/
.product__photo {
  position: relative; }

.product__play {
  z-index: 100;
  transition: opacity 0.2s ease-out; }
  .product__play:hover {
    opacity: 0.75; }
  .product__play .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    fill: #fff;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2)); }

/* Product CTA bar */
.product__cta-bar {
  position: fixed;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 25px;
  width: 100%;
  background-color: #f7f6f4;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out; }
  .product__cta-bar .product__collection {
    margin-bottom: 7px;
    line-height: 1.2; }
  @media only screen and (min-width: 750px) {
    .product__cta-bar.visible {
      visibility: visible;
      opacity: 1; } }
  @media only screen and (min-width: 1200px) {
    .product__cta-bar {
      padding-left: 125px;
      padding-right: 125px; } }
  .product__cta-bar .product__title {
    margin-bottom: 0;
    font-size: 26px; }
    @media only screen and (min-width: 990px) {
      .product__cta-bar .product__title {
        font-size: 34px; } }
  .product__cta-bar .product__submit {
    width: auto;
    flex-grow: 0; }
  .product__cta-bar .product__submit__add {
    padding: 15px 25px;
    width: auto; }

/* Product accordion */
.product__accordion-list {
  margin: 0;
  padding: 0 25px;
  order: 3; }
  @media only screen and (min-width: 750px) {
    .product__accordion-list {
      padding: 0; } }

.product__accordion-item {
  margin-bottom: 0;
  border-top: solid 1px #a09aab;
  padding: 20px 0;
  list-style: none; }
  .product__accordion-item:last-child {
    border-bottom: solid 1px #a09aab; }
  .product__accordion-item h3 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1;
    font-family: NeuzeitGro, sans-serif;
    color: #4c4d4d;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer; }
    @media only screen and (min-width: 990px) {
      .product__accordion-item h3 {
        font-size: 16px; } }

.product__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.product__accordion-content {
  display: none;
  margin-top: 20px; }
  .product__accordion-content p, .product__accordion-content ul, .product__accordion-content ol {
    font-size: 14px; }
    @media only screen and (min-width: 990px) {
      .product__accordion-content p, .product__accordion-content ul, .product__accordion-content ol {
        font-size: 16px; } }
    .product__accordion-content p:last-of-type, .product__accordion-content ul:last-of-type, .product__accordion-content ol:last-of-type {
      margin-bottom: 0; }

.product__accordion-btn--toggle {
  padding: 0;
  color: #4c4d4d;
  background-color: transparent; }
  .product__accordion-btn--toggle:active, .product__accordion-btn--toggle:focus, .product__accordion-btn--toggle:hover {
    color: #94a781;
    background-color: transparent; }
  .product__accordion-btn--toggle .toggle-minus {
    display: none; }
  .open .product__accordion-btn--toggle .toggle-plus {
    display: none; }
  .open .product__accordion-btn--toggle .toggle-minus {
    display: block; }
  .product__accordion-btn--toggle svg {
    width: 10px;
    height: 10px; }

@media only screen and (max-width: 749px) {
  .template-product .intercom-launcher-frame {
    bottom: 70px !important;
    left: 10px !important; } }
.template-product .product__images .product__photo {
  background-color: #f7f7f5; }

/**
 * Cart
 */
.cart {
  width: auto;
  padding: 0 20px;
  position: relative;
  margin: 40px auto 0;
  overflow: visible;
  display: block;
  text-align: left;
  max-width: 1100px; }

.cart .theme {
  text-align: left; }

.cart .empty .theme {
  text-align: center; }

.cart a {
  text-decoration: none; }

.cart .empty {
  text-align: center; }

.cart table {
  margin: 20px 0px;
  width: 100%;
  border: 0;
  table-layout: fixed; }

.cart table th {
  font-size: 1em;
  border-right: 0;
  color: #4c4d4d; }

.cart table thead th:last-child {
  text-align: right; }

.cart table tbody td {
  font-size: 1em;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 4px;
  vertical-align: middle;
  font-weight: 400; }
  @media (max-width: 480px) {
    .cart table tbody td {
      padding: 20px 0; } }
  .cart table tbody td.desc {
    word-break: break-word; }
    .cart table tbody td.desc small {
      display: block;
      font-size: 0.875em;
      opacity: .7; }

.cart table tbody td:last-child {
  text-align: right; }

.cart td.properties {
  padding-top: 0 !important; }

.cart table tbody td input:focus {
  outline: none; }

.cart table tbody td a.remove-from-cart {
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: .7; }

.cart table tbody td a.remove_from_cart:hover {
  color: white; }

.cart table tbody td img {
  max-height: 50px;
  max-width: 100%; }

@media only screen and (max-width: 749px) {
  .cart table {
    table-layout: auto; }
    .cart table tbody td.item td.quantity {
      text-align: right; }
    .cart table tbody td.quantity {
      padding-right: 10px; }
    .cart table tbody td.item td.img {
      padding-right: 25px; }
      .cart table tbody td.item td.img img {
        margin-bottom: 5px; } }
.cart table tr.item.with-props td {
  border-bottom: 0; }
.cart table input {
  font-size: 1em; }

.cart table tbody tr.props .__props {
  display: block;
  position: relative;
  border-left: 2px solid #94a781;
  padding: 4px 0 4px 15px !important; }
.cart table tbody tr.props td {
  border-bottom: 0;
  padding: 5px 0 10px !important;
  text-align: left; }
.cart table tbody tr.props + tr.item td {
  border-top: 1px solid #f0f0f0; }

.cart__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media only screen and (max-width: 749px) {
    .cart__foot {
      display: none; } }

#CartOuter {
  width: 68%; }

.cart-info-container {
  text-align: left;
  width: 25%;
  margin: 20px 0; }

.cart-info-container small.additional-checkout {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 15px; }

.additional-checkout-button {
  width: 100%;
  margin-left: 0 !important; }

.cart-info-container h3 span {
  font-weight: 400;
  margin-right: 10px; }

.cart-info-container .additional {
  text-align: center;
  margin-top: 0px; }

.cart-info-container input[type="image"] {
  clear: both;
  background: transparent; }

.cart-info-container textarea {
  width: 100%;
  height: 100px;
  outline: none; }

.cart input.quantity {
  text-align: center; }

.cart .quantity-selector {
  display: block; }
  .cart .quantity-selector.qty--disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2; }

.proceed .large-btn {
  width: 100%;
  margin-top: 15px;
  font-weight: 700;
  padding: 15px; }

.cart-extra {
  margin: 20px 0; }

.cart-extra small a {
  display: inline-block;
  line-height: 1.2; }

#NoteForSeller,
#ShippingCalculator {
  display: none; }

#NoteForSeller {
  margin: 0 0 20px; }

.show-note:before,
.show-calculator:before {
  content: '+';
  display: inline-block;
  width: 16px; }

.show-note.open:before,
.show-calculator.open:before {
  content: '\2013';
  display: inline-block;
  width: 16px; }

#ShippingCalculator {
  border: 1px solid #f0f0f0;
  padding: 20px; }
  #ShippingCalculator p {
    margin-bottom: 1em; }
  #ShippingCalculator label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.875em;
    line-height: 1.2; }
  #ShippingCalculator input,
  #ShippingCalculator select {
    margin: 0;
    width: 100% !important; }
  #ShippingCalculator .btn, #ShippingCalculator .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button #ShippingCalculator .shopify-payment-button__button--unbranded, #ShippingCalculator .spr-summary-actions-newreview {
    margin: 15px 0 0;
    white-space: normal; }
  #ShippingCalculator p#shipping-rates-feedback {
    font-style: italic; }
  #ShippingCalculator #wrapper-response {
    margin-top: 20px; }

.error,
p.error,
label.error {
  color: #bb0000; }

#shipping-rates {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid whitesmoke; }
  #shipping-rates li {
    border-bottom: 1px solid whitesmoke;
    padding: 15px 0; }

@media screen and (max-width: 768px) {
  .cart table tbody td img {
    max-width: 75px; } }
@media screen and (max-width: 767px) {
  .cart table tbody td img {
    max-width: 75px; }

  #CartOuter,
  .cart-info-container {
    width: 100%; }

  .cart-info-container .proceed,
  .cart-info-container .cart-extra,
  .cart-info-container .additional {
    display: inline-block;
    width: 48%;
    vertical-align: top; }

  .cart-info-container .cart-extra {
    margin: 10px 0 0 3%; } }
@media screen and (max-width: 639px) {
  .cart {
    margin: 20px auto; }

  .cart .remove {
    display: none; }

  .info__subtotal, .info__tax {
    text-align: right; }

  .cart-info-container .proceed,
  .cart-info-container .cart-extra {
    width: 100%;
    margin: 20px 0; } }
@media screen and (max-width: 480px) {
  .cart table {
    margin-top: 0; }

  .cart table th,
  .cart .desc,
  .cart .price {
    display: none; }

  .cart .update {
    padding: 10px 0; }

  .cart .update .btn, .cart .update .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart .update .shopify-payment-button__button--unbranded, .cart .update .spr-summary-actions-newreview {
    margin: 0; }

  .cart table tbody tr:first-child > td {
    border-top: 1px solid #f0f0f0; }

  .cart-info-container .proceed,
  .cart-info-container .cart-extra {
    margin: 0 0 20px; }

  .cart-info-container .additional {
    margin-top: -20px;
    margin-bottom: 20px; } }
/*================ Discounts ================*/
.cart .quantity-selector {
  float: right;
  padding-right: 0; }

.item__price--sale {
  color: rgba(107, 107, 107, 0.5);
  text-decoration: line-through; }

.line--sale .item__price--aftersale {
  margin-left: 6px; }

.line--discounted .item__price {
  color: #2e2e2e; }

.line__discounts {
  color: #94a781; }

.cart__discounts svg {
  width: 0.9em;
  height: 0.9em;
  position: relative; }
  .cart__discounts svg path {
    stroke: rgba(107, 107, 107, 0.4) !important;
    fill: none !important; }

.item__total__savings {
  background-color: rgba(148, 167, 129, 0.05);
  color: #94a781;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px; }

.cart__icon--tags svg {
  width: 0.9em;
  height: 0.9em;
  position: relative; }
  .cart__icon--tags svg path {
    stroke: rgba(148, 167, 129, 0.8) !important;
    fill: none !important; }

/**
 * Pages
 */
.page {
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  max-width: 975px;
  padding: 40px 30px; }

.page .giftcard__wrap img {
  margin: auto; }

.page-fullwidth {
  max-width: 100%; }

.page img,
.page iframe {
  max-width: 100%; }

.gift-card-footer {
  text-align: center; }

#QrCode {
  padding: 10px 0 20px; }
  #QrCode img {
    display: inline-block !important; }

.search-page {
  margin: 110px auto 0;
  padding: 0;
  max-width: 100%; }
  @media only screen and (min-width: 750px) {
    .search-page {
      margin-top: 140px; } }

.search-page .coll-heading {
  padding: 0 0 20px; }

.search-outer {
  max-width: 460px;
  padding: 0 30px;
  margin: 10px auto 40px; }

.search-form {
  position: relative; }

.search-form input[type="text"] {
  width: 100%;
  margin: 0;
  padding: 15px;
  font-size: 17.1px; }

.search-submit {
  font-weight: 700 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  padding: 0 10px;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.search-results-text {
  margin-bottom: 35px;
  padding: 0 25px 0 35px; }
  @media only screen and (min-width: 750px) {
    .search-results-text {
      margin-bottom: 70px;
      padding: 0 55px 0 65px; } }

.search-term {
  margin-right: 20px;
  font-family: "FreightDispPro", serif;
  font-size: 40px;
  line-height: 1;
  color: #454643;
  text-transform: capitalize; }
  @media only screen and (min-width: 750px) {
    .search-term {
      margin-right: 30px;
      font-size: 60px; } }

.search-count {
  font-size: 14px;
  line-height: 1.8;
  color: #454643; }

.rich-text {
  padding: 50px 0;
  text-align: center; }
  .rich-text p {
    margin: 20px auto; }

.rich-text-image {
  max-width: 150px;
  margin: 0 auto 30px; }
  @media only screen and (max-width: 749px) {
    .rich-text-image {
      max-width: 80px; } }
  .rich-text-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }
  .rich-text-image .placeholder-svg-filled {
    border: 1px solid #f0f0f0; }

section.rich-text {
  padding-top: 100px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 749px) {
    section.rich-text {
      padding: 50px 0; } }
  section.rich-text .rich-text__content p {
    font: 400 60px/1 FreightDispPro, serif;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      section.rich-text .rich-text__content p {
        font-size: 30px; } }
    section.rich-text .rich-text__content p a {
      color: #94a781; }
      section.rich-text .rich-text__content p a:hover {
        opacity: 0.7; }

.text--404 {
  padding: 30px 0; }

.page-terms {
  max-width: 965px;
  padding: 50px 0;
  font-size: 13px;
  line-height: 1.92; }
  @media only screen and (max-width: 749px) {
    .page-terms {
      padding: 15px 0;
      font-size: 14px;
      line-height: 1.79; } }
  .page-terms h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 25px 0 40px; }
    @media only screen and (max-width: 749px) {
      .page-terms h2 {
        font-size: 40px;
        line-height: 1.13; } }
  .page-terms p {
    font-size: inherit;
    line-height: inherit;
    margin: 25px 0; }
  .page-terms .page__content {
    width: 965px;
    max-width: calc(100% - 50px);
    margin: 0 auto; }

.page-terms-wholesale {
  font-size: 13px;
  line-height: 1.92; }
  .page-terms-wholesale input,
  .page-terms-wholesale textarea,
  .page-terms-wholesale select {
    border-color: #454643;
    height: 41px;
    font-size: 14px; }
  .page-terms-wholesale textarea {
    height: 137px; }
  .page-terms-wholesale .btn, .page-terms-wholesale .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-terms-wholesale .shopify-payment-button__button--unbranded, .page-terms-wholesale .spr-summary-actions-newreview {
    height: 58px; }
  @media only screen and (max-width: 749px) {
    .page-terms-wholesale {
      font-size: 14px;
      line-height: 1.92; } }
  .page-terms-wholesale h1 {
    font-size: 50px;
    line-height: 1.2;
    margin: 25px 0; }
    @media only screen and (max-width: 749px) {
      .page-terms-wholesale h1 {
        font-size: 40px;
        line-height: 1.13; } }
  .page-terms-wholesale p {
    font-size: inherit;
    line-height: inherit;
    margin: 25px 0; }
  .page-terms-wholesale .page__top {
    padding: 50px 0;
    background: #f7f6f4;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .page-terms-wholesale .page__top {
        padding: 20px 0; } }
  .page-terms-wholesale .page__content {
    width: 542px;
    max-width: calc(100% - 50px);
    margin: 0 auto; }
    .page-terms-wholesale .page__content p {
      max-width: 440px;
      margin-left: auto;
      margin-right: auto; }
  .page-terms-wholesale .form-wrapper {
    width: 820px;
    max-width: calc(100% - 50px);
    padding: 70px 0;
    margin: 0 auto; }
    @media only screen and (min-width: 750px) {
      .page-terms-wholesale .form-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .page-terms-wholesale .form-wrapper .errors {
          width: 100%;
          max-width: 100%; } }
  @media only screen and (min-width: 750px) {
    .page-terms-wholesale .form-field,
    .page-terms-wholesale .form-item {
      width: 100%;
      max-width: 100%;
      margin: 0 0 20px; }
      .page-terms-wholesale .form-field.size--half,
      .page-terms-wholesale .form-item.size--half {
        width: calc(50% - 25px); } }
  .page-terms-wholesale .form-field label,
  .page-terms-wholesale .form-item label {
    display: block;
    width: 100%;
    position: static;
    left: auto;
    z-index: auto;
    opacity: 1;
    font-weight: normal;
    padding: 0;
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media only screen and (max-width: 749px) {
      .page-terms-wholesale .form-field label,
      .page-terms-wholesale .form-item label {
        font-size: 14px; } }
  .page-terms-wholesale .form-field .btn, .page-terms-wholesale .form-field .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-terms-wholesale .form-field .shopify-payment-button__button--unbranded, .page-terms-wholesale .form-field .spr-summary-actions-newreview,
  .page-terms-wholesale .form-item .btn,
  .page-terms-wholesale .form-item .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .page-terms-wholesale .form-item .shopify-payment-button__button--unbranded,
  .page-terms-wholesale .form-item .spr-summary-actions-newreview {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    letter-spacing: 0.1em; }
  .page-terms-wholesale .terms-text {
    font-size: 13px;
    line-height: 1.54;
    text-align: center; }
    .page-terms-wholesale .terms-text a {
      text-decoration: underline; }

.contact__success-message {
  margin-bottom: 50px;
  width: 100%;
  text-align: center; }
  .contact__success-message .form-success {
    border: 0; }

.contact__error-message {
  width: 100%; }

.shopify-challenge__container {
  padding-top: 100px;
  padding-bottom: 100px; }

/**
 * About
 */
.about__banner {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 749px) {
    .about__banner {
      min-height: 0;
      flex-direction: column; } }

.about__banner-image {
  width: 50%;
  height: 100%;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .about__banner-image {
      width: 100%;
      height: 395px; } }
  @media only screen and (min-width: 1400px) {
    .about__banner-image {
      width: 730px; } }
  .about__banner-image img {
    display: block;
    width: 100%;
    height: auto; }
  .image-height .about__banner-image {
    height: auto; }

.about__banner-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.about__banner-content {
  width: 50%; }
  @media only screen and (max-width: 749px) {
    .about__banner-content {
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 1400px) {
    .about__banner-content {
      width: calc(100% - 730px); } }
  .about__banner-content h1 {
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    text-align: left; }
    @media only screen and (max-width: 749px) {
      .about__banner-content h1 {
        font-size: 40px;
        line-height: 1.5;
        text-align: center;
        display: block; } }

.about__banner-content-inner {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 749px) {
    .about__banner-content-inner {
      padding: 83px 24px 48px; } }

@media only screen and (min-width: 750px) {
  .about__banner-image + .about__banner-content--overlapped .about__banner-content-inner {
    position: relative;
    width: 200%;
    margin-left: -100%; } }

.about__banner-content--overlapped {
  text-align: center; }

.about__nav {
  position: absolute;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .about__nav.is-sticky {
    position: fixed;
    top: 60px; }
    @media only screen and (max-width: 749px) {
      .about__nav.is-sticky {
        top: auto !important;
        bottom: 0; } }

.about__nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 749px) {
    .about__nav-links {
      width: 100%;
      font-size: 11px;
      line-height: 20px; } }

.about__nav-link {
  padding: 0 39px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .about__nav-link {
      padding: 0 20px; } }
  @media only screen and (max-width: 749px) {
    .about__nav-link {
      padding: 0;
      flex: 1;
      white-space: nowrap;
      position: relative; }
      .about__nav-link + .about__nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background: #94a781; } }
  .about__nav-link:first-child {
    padding-left: 0; }
  .about__nav-link:last-child {
    padding-right: 0; }
  .about__nav-link a {
    display: inline-block;
    padding: 2px 0; }
    @media only screen and (max-width: 749px) {
      .about__nav-link a {
        display: block;
        width: 100%;
        padding: 20px; } }

@media only screen and (min-width: 750px) {
  .about__nav-link--active a {
    border-bottom: 1px solid; } }

.about__nav-push {
  height: 60px; }
  @media only screen and (max-width: 749px) {
    .about__nav-push {
      height: 0; } }

.about__top {
  text-align: center;
  padding: 70px 50px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .about__top {
      padding: 50px 30px; } }
  @media only screen and (max-width: 749px) {
    .about__top {
      padding: 32px 24px 56px; } }
  .about__top img {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto 40px; }
  .about__top h3 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 10px; }
    @media only screen and (max-width: 749px) {
      .about__top h3 {
        font-size: 30px;
        line-height: 1.33; } }
  .about__top p {
    font-size: 13px;
    line-height: 1.92;
    max-width: 628px;
    margin: 20px auto; }
    @media only screen and (max-width: 749px) {
      .about__top p {
        font-size: 14px;
        line-height: 1.5; } }

.about__blocks .content-container {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 749px) {
    .about__blocks .content-container {
      padding-top: 55px;
      padding-bottom: 20px; } }
  .about__blocks .content-container::before {
    position: absolute;
    top: 112px;
    left: 46px;
    right: 24px;
    bottom: 46px;
    z-index: -1; }
    @media only screen and (max-width: 749px) {
      .about__blocks .content-container::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }

.about__blocks-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 56px; }
  @media only screen and (max-width: 749px) {
    .about__blocks-item {
      flex-direction: column;
      padding: 0 24px; } }

@media only screen and (min-width: 750px) {
  .about__blocks-item--reverse {
    flex-direction: row-reverse; } }
@media only screen and (max-width: 749px) {
  .about__blocks-item--reverse {
    flex-direction: column-reverse; } }

.about__blocks-item__image {
  width: calc(50% - 32px);
  margin-bottom: 50px; }
  .about__blocks-item__image img {
    display: block;
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .about__blocks-item__image {
      width: 50%; } }
  @media only screen and (max-width: 749px) {
    .about__blocks-item__image {
      width: 100%;
      margin-bottom: 46px; } }

.about__blocks-item__content {
  width: calc(50% - 32px);
  margin-bottom: 50px;
  padding: 50px;
  text-align: center; }
  @media only screen and (min-width: 1400px) {
    .about__blocks-item__content {
      padding: 0; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .about__blocks-item__content {
      width: 50%;
      padding: 30px; } }
  @media only screen and (max-width: 749px) {
    .about__blocks-item__content {
      width: 100%;
      padding: 0;
      margin-bottom: 46px; } }
  .about__blocks-item__content h3 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 10px; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .about__blocks-item__content h3 {
        font-size: 40px; } }
    @media only screen and (max-width: 749px) {
      .about__blocks-item__content h3 {
        font-size: 30px;
        line-height: 1.33; } }
  .about__blocks-item__content p {
    font-size: 13px;
    line-height: 1.92;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 749px) {
      .about__blocks-item__content p {
        font-size: 14px;
        line-height: 1.5; } }

.about__blocks--ingredients {
  padding-bottom: 100px; }
  @media only screen and (max-width: 749px) {
    .about__blocks--ingredients {
      padding: 0; } }
  @media only screen and (max-width: 749px) {
    .about__blocks--ingredients .about__blocks-item__image {
      margin-bottom: 28px; } }
  .about__blocks--ingredients .about__blocks-item:last-child {
    padding-bottom: 0; }
    @media only screen and (min-width: 750px) {
      .about__blocks--ingredients .about__blocks-item:last-child .about__blocks-item__image {
        margin-bottom: 0; } }
  .about__blocks--ingredients .about__blocks-item__content {
    padding: 50px 85px; }
    @media only screen and (max-width: 749px) {
      .about__blocks--ingredients .about__blocks-item__content {
        padding: 0;
        text-align: center;
        margin-bottom: 28px; } }
  @media only screen and (max-width: 749px) {
    .about__blocks--ingredients .about__blocks-item--reverse {
      flex-direction: column; } }

.about__blocks--values .about__blocks-item {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 749px) {
    .about__blocks--values .about__blocks-item {
      flex-direction: column-reverse; } }
@media only screen and (min-width: 750px) {
  .about__blocks--values .about__blocks-item--reverse {
    flex-direction: row; } }

.about__bottom {
  padding: 90px 0;
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .about__bottom {
      background: #f7f7f5; } }
  .about__bottom .icon-circle {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #e5d5c6;
    margin-bottom: 18px; }

.about__bottom-image {
  position: relative;
  max-width: 100%;
  min-height: 240px;
  margin: 0 auto 92px;
  padding: 0 13%; }
  @media only screen and (max-width: 749px) {
    .about__bottom-image {
      padding: 0; } }
  .about__bottom-image img {
    display: block;
    width: 100%;
    height: auto; }
  .about__bottom-image h2 {
    font-size: 60px;
    line-height: 1.42;
    margin: 0; }
    @media only screen and (max-width: 749px) {
      .about__bottom-image h2 {
        font-size: 40px;
        line-height: 1.5; } }
  .about__bottom-image p {
    font-size: 14px;
    line-height: 1.79;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .about__bottom-image .svg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (max-width: 749px) {
    .about__bottom-image {
      margin-bottom: 82px; } }

.about__bottom-image-left {
  position: absolute;
  top: -70px;
  left: 24px; }
  @media only screen and (min-width: 1400px) {
    .about__bottom-image-left {
      left: 0; } }
  @media only screen and (max-width: 749px) {
    .about__bottom-image-left {
      top: -50px; } }

.about__bottom-image-right {
  position: absolute;
  bottom: -40px;
  right: 24px; }
  @media only screen and (min-width: 1400px) {
    .about__bottom-image-right {
      right: 0; } }
  @media only screen and (max-width: 749px) {
    .about__bottom-image-right {
      bottom: -70px; } }

.about__bottom-text {
  padding: 0 50px; }
  .about__bottom-text p {
    font-family: "FreightDispPro", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5; }
    @media only screen and (max-width: 749px) {
      .about__bottom-text p {
        font-size: 16px;
        line-height: 1.56; } }
    .about__bottom-text p a {
      color: #94a781; }
      .about__bottom-text p a:hover {
        color: #879d72; }
  @media only screen and (min-width: 1400px) {
    .about__bottom-text {
      padding: 0; } }
  @media only screen and (max-width: 749px) {
    .about__bottom-text {
      padding: 0 24px; } }

/**
 * Account
 */
.account-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem; }
  .account-header h1 {
    margin-bottom: 0; }
  .account-header button, .account-header .btn, .account-header .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .account-header .shopify-payment-button__button--unbranded, .account-header .spr-summary-actions-newreview {
    margin-bottom: 10px; }

#Login.just {
  text-align: justify; }

#Login.just h2.theme {
  text-align: left; }

#Login {
  text-align: center; }

.account {
  padding: 0 30px;
  max-width: 1160px;
  margin: 40px auto; }

.account input[type="submit"] {
  font-weight: normal;
  padding: 9px 14px 6px; }

.account .col {
  display: inline-block;
  width: 45%; }

.account form {
  padding: 20px 0; }

.account .forgot-password {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  text-align: right; }

.account .forgot-password a {
  text-decoration: none; }

.errors ul {
  text-align: left;
  color: #bb0000; }

.action-bottom .note {
  margin: 0 10px; }

.note > a {
  margin-left: 5px; }

.align-left .form-field {
  margin: 0 0 15px; }

.account table {
  width: 100%; }

.account table th {
  background: #f7f7f7;
  color: #6b6b6b;
  border: 1px solid #f7f7f7;
  -webkit-backface-visibility: visible; }

.account-sidebar {
  width: 22%; }

.account-sidebar ul {
  list-style: none;
  margin: 0; }

.account-sidebar li {
  margin: 8px 0; }

.account-main {
  width: 74%; }

.account-main h2.theme,
.account h4.theme {
  text-align: left; }

.account table.customer-address-table,
.account table.customer-address-table th,
.account table.customer-address-table td {
  border: 0;
  padding: 15px 0 0; }

.account table.customer-address-table input[type="text"] {
  width: 100%; }

.address-tables {
  padding-top: 10px; }

.account .edit-address table,
.account .edit-address form {
  margin: 0;
  padding: 0; }

.account .edit-address table td {
  padding: 0 0 15px; }

.account .edit-address select {
  max-width: 150px; }

.account .edit-address label {
  padding: 0 15px 0 0; }

.account table a {
  text-decoration: underline; }

#OrderAddress .col {
  width: auto;
  margin-right: 40px; }

#OrderInfo {
  width: 100%;
  margin-bottom: 30px; }

#OrderInfo p {
  line-height: 1; }

#OrderInfo span.status {
  font-style: italic; }

.account-sidebar--mobile {
  display: none; }

@media only screen and (max-width: 749px) {
  .account-sidebar,
  .account-main {
    width: 100%;
    margin: 0 0 20px; }

  .address-table,
  #AddAddress {
    width: 100%; }

  .account {
    padding: 15px;
    margin: 0 auto; }

  .account-sidebar {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    min-height: 0;
    position: relative;
    background: #f7f7f7; }

  .account-sidebar--mobile {
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative; }

  .account-sidebar--mobile:after {
    font-family: 'Icons';
    content: '\e02d';
    position: absolute;
    right: 15px;
    font-size: 75%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

  .account-sidebar ul {
    position: absolute;
    z-index: 999;
    background: #f7f7f7;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in; }

  .account-sidebar ul.visible {
    max-height: 640px; }

  .account-sidebar li {
    margin: 0;
    display: block;
    border-top: 1px solid #f0f0f0; }

  .account-sidebar a {
    display: block;
    padding: 15px; } }
@media screen and (max-width: 480px) {
  .account .col {
    width: 100%; }

  .account .edit-address table td {
    display: block;
    padding: 0 0 10px; }

  .account table .payment-status,
  .account table .total {
    display: none; }

  #OrderAddress .col {
    width: 100%;
    margin: 0 0 15px; }

  #OrderDetailsM,
  #OrderDetailsM td {
    border: 0;
    vertical-align: top; }

  #OrderDetailsM p {
    margin: 0; } }
.order__item__savings {
  margin-top: 10px; }

.order__item--original {
  color: rgba(107, 107, 107, 0.5);
  text-decoration: line-through; }

/**
 * Blog
 */
.blog {
  position: relative;
  text-align: left; }
  .blog .content-container {
    margin-bottom: 50px; }

.blog-title {
  padding: 50px 20px;
  margin: 0;
  text-align: center; }
  .blog-title .oi {
    font-size: 75%; }

.blog-nav {
  padding-bottom: 50px;
  margin: 0;
  text-align: center; }
  .blog-nav .oi {
    font-size: 85%; }

@media only screen and (max-width: 749px) {
  .blog-listing {
    padding-left: 32px;
    padding-right: 32px;
    margin: 0;
    overflow: hidden; }
    .blog-listing .slick-list {
      overflow: visible !important; } }
.index-blog .blog-listing {
  margin: 0; }
  .index-blog .blog-listing .article {
    padding: 0; }
  @media only screen and (max-width: 749px) {
    .index-blog .blog-listing {
      margin: 0 20px; } }
.blog-listing .article__tags {
  padding: 15px 0; }

.blog-listing-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px; }

.blog-listing-arrow--left {
  left: -10px; }

.blog-listing-arrow--right {
  right: -10px; }

.blog--no-title {
  padding-top: 50px; }

/* Blog articles */
.article {
  -ms-break-inside: avoid;
  -webkit-break-inside: avoid;
  break-inside: avoid; }

.article-grid-item {
  margin-bottom: 30px; }

.article__title {
  font-size: 1.32rem;
  line-height: 1.25;
  margin-bottom: 8px; }
  .article__title a {
    display: inline-block;
    width: 100%; }

.article__meta {
  margin-bottom: 16px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: normal;
  opacity: .7; }
  .article__meta .separator {
    margin: 0 5px;
    opacity: 0.75; }

.article__image {
  display: block;
  max-width: 100%;
  margin-bottom: 16px; }
  .index-blog .article__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.article__excerpt {
  font-size: 0.865rem;
  margin-top: 16px;
  margin-bottom: 16px; }

.article__link {
  font-size: 0.865rem;
  margin-bottom: 0; }

.article__tags {
  width: 100%;
  padding: 0 15px 5px 25px;
  margin-bottom: -20px; }

.article__tag {
  line-height: 1;
  display: inline-block;
  border: 1px solid #4c4d4d;
  color: #4c4d4d;
  padding: 3px 8px;
  margin: 0 10px 10px 0; }
  .article__tag:hover {
    color: #4c4d4d;
    opacity: .9; }

.article__text-wrapper {
  padding: 25px; }
  .article__text-wrapper .article__main-tag {
    text-transform: uppercase; }
    @media only screen and (min-width: 990px) {
      .article__text-wrapper .article__main-tag {
        font-size: 16px; } }

.blog .article__image {
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0; }
  .blog .article__image .article__tags {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    margin-bottom: 0; }
  .blog .article__image .article__tag {
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #fff; }
    .blog .article__image .article__tag:hover {
      color: #fff; }

.article__image-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0); }

.comment-count {
  display: block;
  padding-top: 7px; }

.comments-form {
  margin-top: 20px;
  position: relative; }
  .comments-form .btn, .comments-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comments-form .shopify-payment-button__button--unbranded, .comments-form .spr-summary-actions-newreview {
    margin: 10px 0; }

.flash {
  margin-bottom: 1em; }

.blog .flash {
  text-align: center; }
.blog .comments {
  margin: 10px 0 20px;
  padding-top: 20px;
  position: relative; }
  .blog .comments .gravatar {
    float: left;
    margin-right: 15px;
    width: 50px; }
  .blog .comments .label {
    float: right; }
  .blog .comments .comment {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #f0f0f0; }
.blog .comment-body {
  overflow: hidden; }
.blog .paginate {
  text-align: center; }

.paginate .num {
  margin: 0 5px; }

.blog__title {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1; }
  @media only screen and (min-width: 750px) {
    .blog__title {
      margin-bottom: 50px;
      font-size: 60px; } }
  .blog__title + .content-container {
    margin-top: -30px; }

.blog__text {
  margin: 0; }

.blog__button {
  margin-top: 20px; }

.blog-section.index-blog {
  padding: 35px 0 50px; }
  @media only screen and (min-width: 750px) {
    .blog-section.index-blog {
      padding: 65px 20px 85px; } }
  @media only screen and (max-width: 749px) {
    .blog-section.index-blog .blog-listing {
      margin: 0;
      padding: 0; } }
  @media only screen and (max-width: 749px) {
    .blog-section.index-blog {
      padding-left: 0;
      padding-right: 0; } }
  .blog-section.index-blog .article__image {
    height: 335px; }
    @media only screen and (min-width: 990px) {
      .blog-section.index-blog .article__image {
        height: 450px; } }
  .blog-section.index-blog .article__inner {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (min-width: 990px) {
      .blog-section.index-blog .article__inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (min-width: 1200px) {
      .blog-section.index-blog .article__inner {
        padding-left: 40px;
        padding-right: 40px; } }
  .blog-section.index-blog .article__text-wrapper {
    padding: 50px 20px 20px;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .blog-section.index-blog .article__text-wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
  .blog-section.index-blog .article__title {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2; }
    @media only screen and (min-width: 990px) {
      .blog-section.index-blog .article__title {
        font-size: 32px; } }
  .blog-section.index-blog .article__category {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: 2.24px;
    margin: 0 0 0.5em; }
  .blog-section.index-blog .article__meta {
    font-family: "NeuzeitGro", sans-serif;
    font-size: 13px;
    line-height: 1.92;
    opacity: 1; }
  .blog-section.index-blog .article__meta {
    font-family: NeuzeitGro, sans-serif;
    opacity: 1; }
  .blog-section.index-blog .article__category {
    text-transform: uppercase; }
  .blog-section.index-blog .slick-dots {
    margin: 50px 0 0; }
.blog-section .btn, .blog-section .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .blog-section .shopify-payment-button__button--unbranded, .blog-section .spr-summary-actions-newreview {
  margin-top: 50px; }
  @media only screen and (max-width: 749px) {
    .blog-section .btn, .blog-section .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .blog-section .shopify-payment-button__button--unbranded, .blog-section .spr-summary-actions-newreview {
      margin-top: 20px; } }

.blog-hero {
  display: flex; }
  @media screen and (max-width: 964px) {
    .blog-hero {
      flex-direction: column-reverse; } }

.blog-hero__content {
  flex: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px 50px 78px;
  position: relative; }
  @media screen and (max-width: 1064px) {
    .blog-hero__content {
      padding-top: 40px;
      justify-content: flex-start; } }
  @media screen and (max-width: 964px) {
    .blog-hero__content {
      padding: 42px 23px 130px; } }

.blog-hero__image-wrapper {
  flex: 50%; }

.blog-hero__image {
  background-size: cover; }

.blog-hero__logo-wrapper {
  width: 34px;
  margin-left: 90px;
  margin-bottom: 35px; }
  @media screen and (max-width: 964px) {
    .blog-hero__logo-wrapper {
      margin-left: 0;
      margin-bottom: 23px; } }

.blog-hero__add-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 2.24px;
  font-family: "NeuzeitGro", sans-serif;
  margin-bottom: 0; }
  @media screen and (max-width: 964px) {
    .blog-hero__add-text {
      margin-bottom: 10px; } }

.blog-hero__heading {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 14px; }
  @media screen and (max-width: 964px) {
    .blog-hero__heading {
      font-size: 40px;
      line-height: 1.5; } }

.blog-hero__description {
  max-width: 360px; }
  @media screen and (max-width: 964px) {
    .blog-hero__description {
      display: none; } }
  .blog-hero__description * {
    font-family: "NeuzeitGro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal; }

.blog__scroll-to-content {
  position: absolute;
  left: 80px;
  bottom: 50px;
  height: 90px;
  width: 15px;
  display: flex;
  justify-content: center; }
  @media (min-width: 965px) and (max-width: 1200px) {
    .blog__scroll-to-content {
      bottom: 6%;
      height: 11%; } }
  @media screen and (max-width: 964px) {
    .blog__scroll-to-content {
      bottom: 20px;
      left: 30px; } }
  .blog__scroll-to-content .arrow-down {
    height: 100%;
    width: 1px;
    background-color: #454643;
    position: relative;
    justify-content: center; }
    .blog__scroll-to-content .arrow-down:before {
      content: '';
      height: 8px;
      position: absolute;
      bottom: -1px;
      right: 3px;
      width: 1px;
      background-color: #454643;
      transform: rotate(-47deg); }
    .blog__scroll-to-content .arrow-down:after {
      content: '';
      height: 8px;
      position: absolute;
      bottom: -1px;
      left: 3px;
      width: 1px;
      background-color: #454643;
      transform: rotate(47deg); }

@keyframes topDown {
  0% {
    transform: translateY(0); }

  50% {
    transform: translateY(-20px); }

  100% {
    transform: translateY(0); } }

.blog-search {
  width: 400px;
  max-width: 100%;
  text-align: center; }

.blog-search__logo-wrapper {
  width: 34px;
  margin: 50px auto; }
  @media only screen and (max-width: 749px) {
    .blog-search__logo-wrapper {
      margin: 15px auto 20px; } }

.blog-search__form {
  position: relative; }
  .blog-search__form .searchBox {
    width: 100%;
    text-align: center;
    border: none;
    border-bottom: 1px solid #454643;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: 2.24px; }
    .blog-search__form .searchBox::placeholder, .blog-search__form .searchBox::-webkit-input-placeholder, .blog-search__form .searchBox::-moz-placeholder, .blog-search__form .searchBox:-ms-input-placeholder, .blog-search__form .searchBox:-moz-placeholder {
      color: #454643; }
    @media screen and (max-width: 964px) {
      .blog-search__form .searchBox {
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.08;
        letter-spacing: 1.92px; } }
  .blog-search__form .search--submit {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    border: none; }

#blogSearchBtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  #blogSearchBtn .search-toggle svg {
    width: 14px;
    height: 13px; }

.blog-filters {
  position: fixed;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(-100%);
  height: 100vh;
  background-color: #f7f6f4;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 45px 40px 80px; }
  @media screen and (max-width: 964px) {
    .blog-filters {
      display: none; } }
  .blog-filters.opened {
    transform: translateX(0); }
  .blog-filters ul {
    list-style-type: none;
    margin: 0; }
    .blog-filters ul li:not(:last-child) {
      margin-bottom: 30px; }
    .blog-filters ul li a {
      font-size: 50px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: left;
      color: #454643;
      font-family: "FreightDispPro", serif;
      transition: .3s; }
      .blog-filters ul li a:hover {
        color: #94a781; }

.show-blog-filter--mobile {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 1.92px;
  color: #454643;
  text-transform: uppercase;
  text-align: center;
  display: none;
  padding: 10px 10px 7px;
  margin: 0 -25px;
  border-bottom: 1px solid #efede5;
  border-top: 1px solid #efede5; }
  @media only screen and (max-width: 749px) {
    .show-blog-filter--mobile {
      display: block; } }

.blog-filters--mobile {
  padding: 60px 24px;
  background-color: #f7f6f4;
  margin: 0 -25px;
  display: none; }
  @media screen and (min-width: 965px) {
    .blog-filters--mobile {
      display: none; } }
  .blog-filters--mobile ul {
    list-style-type: none;
    margin: 0; }
    .blog-filters--mobile ul li:not(:last-child) {
      margin-bottom: 27px; }
    .blog-filters--mobile ul li a {
      font-size: 33px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.52;
      letter-spacing: normal;
      text-align: left;
      color: #454643;
      font-family: "FreightDispPro", serif;
      transition: .3s; }
      .blog-filters--mobile ul li a:hover {
        color: #94a781; }

#show_blog_filter {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 2.24px;
  text-align: center;
  color: #4c4d4d;
  text-transform: uppercase;
  position: absolute;
  top: 180px;
  left: -30px;
  transition: color .3s; }
  @media screen and (max-width: 964px) {
    #show_blog_filter {
      display: none; } }
  #show_blog_filter:hover {
    color: #94a781; }
  #show_blog_filter.fixed {
    position: fixed;
    top: 50%;
    transform: rotate(-90deg) translate(-50%);
    left: -9px; }

#close_blog_filter {
  transform: rotate(-90deg) translateY(-50%);
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 2.24px;
  text-align: center;
  color: #4c4d4d;
  z-index: 100;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: -55px;
  transition: .3s; }
  #close_blog_filter:hover {
    color: #94a781; }

#blogContent {
  position: relative; }

.blog-page .wrapper--full {
  margin: 0 20px; }
  @media screen and (max-width: 964px) {
    .blog-page .wrapper--full {
      margin: 0; } }
.blog-page .blog-listing {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0; }
  @media screen and (max-width: 964px) {
    .blog-page .blog-listing {
      padding: 0; } }
.blog-page .featured-image__wrapper {
  height: 100%; }
.blog-page .featured-image {
  display: flex; }
  .blog-page .featured-image:hover a {
    visibility: visible;
    opacity: 1; }
  .blog-page .featured-image a {
    margin: auto auto 120px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: 2.24px;
    text-align: center;
    color: #4c4d4d;
    text-transform: uppercase;
    background-color: white;
    min-width: 204px;
    padding: 24px 24px 20px;
    opacity: 0;
    visibility: visible;
    transition: .5s ease-out; }
    .blog-page .featured-image a:hover {
      background: #4c4d4d;
      color: #fff; }
.blog-page .article {
  padding: 0 40px;
  margin-bottom: 50px;
  overflow: hidden; }
  @media screen and (max-width: 749px) {
    .blog-page .article {
      padding: 0; } }
@media screen and (max-width: 964px) {
  .blog-page .article-featured {
    display: none; } }
.blog-page .article__image {
  background-position: center;
  background-size: cover;
  margin-bottom: 27px; }
.blog-page .article__title {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #4c4d4d; }
.blog-page .article__main-tag {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 2.24px;
  text-align: center;
  color: #4c4d4d;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block; }

.blog-pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: 85px; }
  @media screen and (max-width: 964px) {
    .blog-pagination {
      padding: 0; } }
  .blog-pagination .prev-page a,
  .blog-pagination .next-page a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #4c4d4d;
    font-family: "FreightDispPro", serif; }
  .blog-pagination .next-page {
    margin-left: auto; }
  .blog-pagination .arrow-right {
    height: 1px;
    width: 100px;
    background-color: #454643;
    position: relative;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin-left: 20px;
    top: 1px; }
    @media screen and (max-width: 964px) {
      .blog-pagination .arrow-right {
        width: 50px; } }
    .blog-pagination .arrow-right:before {
      content: '';
      height: 8px;
      position: absolute;
      bottom: -7px;
      right: 3px;
      width: 1px;
      background-color: #454643;
      transform: rotate(47deg); }
    .blog-pagination .arrow-right:after {
      content: '';
      height: 8px;
      position: absolute;
      bottom: 0;
      right: 3px;
      width: 1px;
      background-color: #454643;
      transform: rotate(-47deg); }
  .blog-pagination .arrow-left {
    height: 1px;
    width: 100px;
    background-color: #454643;
    position: relative;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin-right: 20px;
    top: 1px; }
    @media screen and (max-width: 964px) {
      .blog-pagination .arrow-left {
        width: 50px; } }
    .blog-pagination .arrow-left:before {
      content: '';
      height: 8px;
      position: absolute;
      bottom: -1px;
      left: 2px;
      width: 1px;
      background-color: #454643;
      transform: rotate(47deg); }
    .blog-pagination .arrow-left:after {
      content: '';
      height: 8px;
      position: absolute;
      bottom: -7px;
      left: 2px;
      width: 1px;
      background-color: #454643;
      transform: rotate(-47deg); }

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    .blog-header {
      flex-direction: column; } }
  @media only screen and (max-width: 1199px) {
    .blog-header .blog-filter {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 749px) {
    .blog-header .blog-filter {
      display: none; } }
  .blog-header .blog-filter ul {
    margin: 0; }
    .blog-header .blog-filter ul li {
      display: inline-block;
      margin: 0 30px 0 0; }
      .blog-header .blog-filter ul li a {
        font-family: "FreightDispPro", serif;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.3;
        letter-spacing: normal;
        padding: 8px 2px; }
        .blog-header .blog-filter ul li a:hover {
          border-bottom: 1px solid; }

.read-category {
  padding: 40px 25px 96px; }
  @media only screen and (max-width: 749px) {
    .read-category {
      padding: 40px 0 20px; } }

.read-category__list {
  display: flex; }
  @media only screen and (max-width: 749px) {
    .read-category__list {
      flex-direction: column; } }
  .read-category__list .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-left: 0;
    margin-top: 55px; }
    .read-category__list .slick-dots button {
      background: #454643;
      width: 36px;
      height: 1px;
      padding: 0; }
      .read-category__list .slick-dots button:active::before, .read-category__list .slick-dots button:focus::before {
        opacity: 0; }
    .read-category__list .slick-dots li {
      padding: 7px; }
      .read-category__list .slick-dots li.slick-active button {
        background: #a1b4c2; }

.read-category__image {
  background-size: cover;
  background-position: center; }

.read-category__heading {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #4c4d4d;
  margin-bottom: 60px; }
  @media only screen and (max-width: 749px) {
    .read-category__heading {
      font-size: 30px;
      line-height: 2;
      margin-bottom: 30px; } }

.read-category__item {
  flex: 1;
  padding: 0 35px; }
  .read-category__item a {
    outline: none; }
  .read-category__item.small-item {
    padding: 0 20px; }
    @media only screen and (max-width: 1199px) {
      .read-category__item.small-item {
        padding: 0 10px; } }
    @media only screen and (max-width: 749px) {
      .read-category__item.small-item {
        padding: 0 17px; } }
  @media only screen and (max-width: 749px) {
    .read-category__item {
      padding: 0 17px; } }
  .read-category__item h4 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: 2.24px;
    text-align: center;
    color: #4c4d4d;
    font-family: "NeuzeitGro", sans-serif;
    margin-top: 36px;
    text-transform: uppercase;
    transition: .3s; }
    .read-category__item h4:hover {
      color: #94a781; }

/**
 * Article
 */
.article--single {
  padding: 50px 0;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .article--single {
      padding-top: 0; } }
  .article--single .article {
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (max-width: 749px) {
      .article--single .article {
        margin-bottom: 0; } }
  .article--single .article__title {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    max-width: 464px; }
    @media screen and (max-width: 767px) {
      .article--single .article__title {
        font-size: 30px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        margin-top: 15px;
        margin-bottom: 0; } }
  .article--single .article__excerpt {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal;
    max-width: 464px; }
    @media screen and (max-width: 767px) {
      .article--single .article__excerpt {
        margin-bottom: 0; } }
  .article--single .article__category {
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .article--single .article__meta {
    padding: 7px 0;
    opacity: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #4c4d4d;
    border-bottom: 1px solid #4c4d4d;
    font-size: 14px;
    letter-spacing: 2.24px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .article--single .article__meta {
        flex-direction: column;
        padding: 14px; } }
    .article--single .article__meta time {
      line-height: 1; }
  .article--single .article__tags {
    margin: 13px 0;
    padding: 0;
    width: auto;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2.24px;
    font-family: "NeuzeitGro", sans-serif; }
    .article--single .article__tags.article__tags--border {
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid #4c4d4d;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .article--single .article__tags.article__tags--border {
          border-left: none;
          margin-left: 0;
          padding-left: 0;
          margin-bottom: 0; } }
    .article--single .article__tags .label {
      text-transform: uppercase; }
  .article--single .article__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 128%;
    width: 100%; }
    .article--single .article__image .image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
  .article--single .article__footer {
    padding: 0 56px; }
    @media screen and (max-width: 767px) {
      .article--single .article__footer {
        padding: 0; } }
  @media only screen and (max-width: 749px) {
    .article--single .hr {
      margin: 10px 0; } }

.article__content {
  padding: 14px 0 0;
  font-size: 18px;
  line-height: 26px; }
  .article__content h1 {
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #4c4d4d; }
    @media screen and (max-width: 767px) {
      .article__content h1 {
        font-size: 30px;
        line-height: 1.33; } }
  .article__content p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #4c4d4d;
    margin: 0 0 24px; }
  .article__content a {
    color: #94a781; }
  .article__content blockquote {
    font-size: 50px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #454643;
    border: none;
    padding: 0;
    font-family: "FreightDispPro", serif;
    quotes: "“" "”" "‘" "’";
    margin: 30px 0 50px; }
    .article__content blockquote:before {
      content: open-quote;
      display: block; }
    .article__content blockquote p {
      margin: 0; }
  .article__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px 0; }
  @media only screen and (min-width: 750px) {
    .article__content {
      margin-left: 60px;
      min-height: 130px; } }
  @media only screen and (min-width: 1400px) {
    .article__content {
      margin-left: 0; } }
  @media only screen and (max-width: 749px) {
    .article__content {
      font-size: 15px; } }

.article__author + time:before {
  content: '•';
  margin: 0 7px; }

.article__author-bio {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #4c4d4d; }
  @media screen and (max-width: 767px) {
    .article__author-bio {
      display: block;
      padding: 40px 20px; } }

.article__author__text {
  max-width: 578px;
  font-size: 13px;
  line-height: 1.92; }

.article__author__image {
  flex-shrink: 0;
  margin-right: 25px;
  position: relative;
  width: 111px;
  height: 111px;
  display: inline-block;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .article__author__image {
      width: 127px;
      height: 127px;
      float: left;
      margin-right: 9px; } }
  .article__author__image img {
    max-width: 100%; }

.article__content__wrapper {
  position: relative;
  max-width: 650px;
  padding: 0 20px;
  margin: 57px auto 100px; }
  @media screen and (max-width: 767px) {
    .article__content__wrapper {
      margin: 15px auto 50px;
      max-width: 100%; } }

.article__social {
  position: absolute;
  top: 0; }
  .article__social .sharing {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0 0; }
    .article__social .sharing .share {
      padding: 0;
      margin-bottom: 15px; }
      .article__social .sharing .share:last-child {
        margin-bottom: 0; }
  @media only screen and (min-width: 750px) {
    .article__social {
      width: 60px;
      margin-left: 0; }
      .article__social .share span {
        display: none; } }
  @media only screen and (min-width: 1400px) {
    .article__social {
      margin-left: -135px;
      width: 135px; }
      .article__social .share span {
        display: block; } }
  @media only screen and (max-width: 749px) {
    .article__social {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      height: auto;
      top: auto !important;
      z-index: 1000; }
      .article__social .sharing {
        position: static;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .article__social .sharing .share {
          margin: 0 10px; } }

.comments-container {
  margin: 80px 0 40px;
  padding: 0 56px; }
  @media only screen and (max-width: 749px) {
    .comments-container {
      margin: 22px;
      padding: 0; } }

.comments h3 {
  margin: 0;
  font-size: 1.265rem;
  line-height: 1.2; }
  @media only screen and (max-width: 749px) {
    .comments h3 {
      font-size: 16px;
      line-height: 1.5; } }

.comment-body {
  margin: 32px 0;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 17px; }
  .comment-body p {
    font-size: inherit;
    line-height: inherit; }
  @media only screen and (max-width: 749px) {
    .comment-body {
      margin: 20px 0;
      font-size: 13px;
      line-height: 15px; } }

.comment-meta {
  margin: 15px 0;
  font-weight: bold; }
  @media only screen and (max-width: 749px) {
    .comment-meta {
      margin: 6px 0;
      font-weight: normal;
      opacity: .7; } }

.comments-form {
  margin-top: 13px; }
  .comments-form h3 {
    margin: 0;
    font-size: 1.265rem;
    line-height: 1.2;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .comments-form h3 {
        font-size: 18px;
        line-height: 1.5; } }

.comment-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 4px 0 0; }
  .comment-form .form-field {
    max-width: 100%; }
  .comment-form p {
    font-size: 12px;
    line-height: 17px; }
    .comment-form p.error {
      margin-bottom: 1.75em; }
  .comment-form .form-row {
    display: flex;
    justify-content: space-between; }
    .comment-form .form-row .form-field {
      width: calc(50% - 5px); }
      .comment-form .form-row .form-field .label--float {
        top: -0.3em; }
  .comment-form .btn, .comment-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comment-form .shopify-payment-button__button--unbranded, .comment-form .spr-summary-actions-newreview {
    font-size: 15px;
    line-height: normal;
    height: 44px;
    padding: 0 42px; }
  @media only screen and (max-width: 749px) {
    .comment-form {
      padding-top: 11px; }
      .comment-form .form-field {
        margin-bottom: 8px; }
        .comment-form .form-field textarea {
          height: 158px; }
      .comment-form .form-row .form-field {
        width: calc(50% - 4px); }
      .comment-form .btn, .comment-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comment-form .shopify-payment-button__button--unbranded, .comment-form .spr-summary-actions-newreview {
        font-size: 13px;
        height: 35px;
        padding: 0 15px; } }

.sidebar {
  max-width: 100%;
  padding-left: 20px;
  width: 340px; }
  @media only screen and (max-width: 749px) {
    .sidebar {
      padding-left: 0;
      width: calc(100% + 30px);
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 54px;
      margin-left: -15px;
      margin-right: -15px; } }

.pinterest__image {
  max-width: 365px; }

.widget {
  padding-bottom: 47px; }
  @media only screen and (min-width: 750px) {
    .widget:first-child {
      padding-top: 25px; } }
  @media only screen and (max-width: 749px) {
    .widget {
      padding-bottom: 3px; } }

.widget__title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  padding: 8px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0; }

.widget__links {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px; }
  .widget__links li {
    list-style: none; }
  .widget__links a {
    display: block;
    color: #4c4d4d;
    padding: 6px 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .widget__links a:hover {
      color: #94a781; }
  .widget__links .has-sub-nav > a {
    position: relative;
    padding: 6px 24px 6px 0; }
    .widget__links .has-sub-nav > a::after {
      font-family: 'Icons';
      content: '\e034';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      padding: 0 14px 0 0;
      font-size: 12px; }
  .widget__links .has-sub-nav.active > a {
    opacity: 1; }
    .widget__links .has-sub-nav.active > a::after {
      content: '\e037'; }
  .widget__links .submenu {
    font-weight: normal;
    margin: 4px 0 4px 2px;
    padding: 0 0 0 15px;
    border-left: 2px solid #f0f0f0;
    display: none; }
    .widget__links .submenu li.active a {
      opacity: 1; }
  @media only screen and (max-width: 749px) {
    .widget__links .has-sub-nav > a::after {
      content: none;
      display: none; }
    .widget__links .submenu {
      display: none !important; } }

@media only screen and (max-width: 749px) {
  .widget--categories {
    border-bottom: 1px solid #f0f0f0;
    margin: 0; }
    .widget--categories .widget__title {
      font-size: 14px;
      padding: 9px 10px;
      text-align: center;
      margin-bottom: 0; }
    .widget--categories .widget__links {
      text-align: center;
      height: 33px;
      overflow: hidden;
      z-index: 1; }
      .widget--categories .widget__links li {
        margin: 0; }
        .widget--categories .widget__links li a {
          padding: 8px 10px;
          font-weight: normal;
          opacity: 1; }
      .widget--categories .widget__links .slick-arrow {
        margin: 0;
        top: 0;
        bottom: 0;
        color: #4c4d4d;
        background: white;
        box-shadow: none;
        font-size: 21px;
        line-height: 1;
        display: flex;
        align-items: center;
        opacity: .7;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .widget--categories .widget__links .slick-prev {
        left: 0;
        padding-left: 12px; }
        .widget--categories .widget__links .slick-prev svg {
          -webkit-transform: rotateY(-180deg);
          -o-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
      .widget--categories .widget__links .slick-next {
        right: 0;
        padding-right: 12px; } }

.widget__links--active a {
  color: #94a781; }

.widget--pinterest .widget__image {
  margin-top: 20px;
  position: relative;
  overflow: hidden; }
  .widget--pinterest .widget__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px; }

.widget__recent {
  margin-top: 30px; }

.article__column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  min-height: 120px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
  border: 1px solid #f0f0f0; }
  .article__column:last-child {
    margin-bottom: 0; }
  .article__column .meta--light {
    margin-top: 8px;
    font-size: 0.83125rem;
    color: #919292; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .article__column .meta--light {
        color: white; } }
  .article__column:hover {
    border: 1px solid #e8e8e8; }

.article__column__image__wrapper {
  width: 33%; }
  .article__column__image__wrapper img {
    display: block; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .article__column__image__wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.article__column__contents {
  padding: 10px 10px 10px 5%;
  flex: 1; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .article__column__contents {
      position: relative;
      z-index: 2; } }

.article__column__title {
  margin: 0 0 9px 0;
  color: #4c4d4d; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .article__column__title {
      color: white; } }

.article__column__image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 33%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .article__column__image {
      width: 100%; } }

.article-header {
  display: flex;
  padding: 108px 20px;
  background-color: #f7f6f4; }
  @media screen and (max-width: 767px) {
    .article-header {
      flex-direction: column;
      padding: 30px 20px; } }

.article-header__img-wrapper {
  flex: 1;
  margin: auto;
  max-width: 357px; }
  @media screen and (max-width: 767px) {
    .article-header__img-wrapper {
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .article-header__img-wrapper .article__image {
      margin-bottom: 37px; } }

.article-header__img-container {
  flex: 1; }

.article-header__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .article-header__content .article__main-tag {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: 2.24px;
    text-transform: uppercase; }

.blog-pagination--article {
  padding: 0; }
  .blog-pagination--article .prev-page,
  .blog-pagination--article .next-page {
    flex: 1;
    display: flex; }
    .blog-pagination--article .prev-page .arrow-left,
    .blog-pagination--article .prev-page .arrow-right,
    .blog-pagination--article .next-page .arrow-left,
    .blog-pagination--article .next-page .arrow-right {
      width: 70px; }
    .blog-pagination--article .prev-page a.article__main-tag,
    .blog-pagination--article .next-page a.article__main-tag {
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.79;
      letter-spacing: 2.24px;
      text-transform: uppercase;
      font-family: "NeuzeitGro", sans-serif;
      margin-bottom: 15px; }
  .blog-pagination--article .next-page {
    justify-content: flex-end;
    padding-left: 32px; }
    @media screen and (max-width: 767px) {
      .blog-pagination--article .next-page {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0; } }
  .blog-pagination--article .prev-page {
    padding-right: 32px; }
    @media screen and (max-width: 1023px) {
      .blog-pagination--article .prev-page {
        display: none; } }

.pagination-article {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .pagination-article {
      flex-direction: column; } }

.pagination-article__img-wrapper {
  min-width: 160px;
  max-width: 160px; }
  @media screen and (max-width: 767px) {
    .pagination-article__img-wrapper {
      min-width: 150px;
      max-width: 150px;
      margin-bottom: 32px; } }

.pagination-article__image {
  padding-top: 120%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.pagination-article__content {
  margin: 0 14px;
  max-width: 220px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.pagination-article__title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  font-style: normal; }
  @media screen and (max-width: 767px) {
    .pagination-article__title {
      margin-bottom: 20px; } }

.template-article .main-content {
  padding: 0; }

.blog-editorial {
  text-align: center;
  position: relative; }

.editorial__slider {
  position: relative; }

.editorial {
  display: flex;
  align-items: center;
  min-height: 50vw;
  background: #f7f7f7; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .editorial {
      min-height: 500px; } }
  @media only screen and (min-width: 990px) and (max-width: 1399px) {
    .editorial {
      min-height: 600px; } }
  @media only screen and (min-width: 1400px) {
    .editorial {
      min-height: 785px; } }
  @media only screen and (max-width: 749px) {
    .editorial {
      flex-direction: column; } }

.editorial__content {
  height: 100%;
  width: 50%;
  text-align: left;
  padding: 104px; }
  @media only screen and (max-width: 1399px) {
    .editorial__content {
      padding: 90px 60px; } }
  @media only screen and (max-width: 749px) {
    .editorial__content {
      width: 100%;
      padding: 40px; } }

.editorial__subheading {
  position: absolute;
  top: 10%;
  padding-left: 5px; }
  @media only screen and (max-width: 749px) {
    .editorial__subheading {
      position: relative;
      padding-bottom: 30px; } }

.editorial__meta {
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0;
  opacity: 0.7; }

.editorial__image {
  align-self: stretch;
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 749px) {
    .editorial__image {
      width: 100%;
      height: 50vw;
      margin: 30px auto 0 auto; } }

.editorial__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.editorial__slider-arrow {
  position: absolute;
  z-index: 10;
  top: 90%;
  margin-top: -22px;
  transition: top .3s ease; }
  @media only screen and (max-width: 749px) {
    .editorial__slider-arrow {
      top: 10%;
      left: -30px; } }
  .editorial__slider-arrow svg {
    width: 16px;
    height: 30px; }
    .editorial__slider-arrow svg path {
      fill: #d0d0d0; }

.editorial__slider-arrow--left {
  left: 104px; }
  @media only screen and (max-width: 1399px) {
    .editorial__slider-arrow--left {
      left: 60px; } }
  @media only screen and (max-width: 749px) {
    .editorial__slider-arrow--left {
      left: 6px; } }

.editorial__slider-arrow--right {
  right: initial;
  left: 160px; }
  @media only screen and (max-width: 1399px) {
    .editorial__slider-arrow--right {
      right: initial;
      left: 100px; } }
  @media only screen and (max-width: 749px) {
    .editorial__slider-arrow--right {
      right: 6px;
      left: initial; } }

/**
 * Js dropdown
 */
.js-dropdown {
  padding: 0;
  text-align: left;
  min-height: 0;
  border: 0;
  position: relative;
  overflow: visible;
  display: block; }

.js-dropdown__label {
  display: block;
  padding: 15px;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid whitesmoke; }

.js-dropdown__label::after {
  font-family: 'Icons';
  content: '\e02d';
  position: absolute;
  right: 15px;
  font-size: 75%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.js-dropdown__list {
  padding: 0;
  position: absolute;
  z-index: 99;
  background: #f7f7f7;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in; }

.js-dropdown__list.visible {
  max-height: 400px;
  overflow-y: scroll; }

.js-dropdown__list li {
  display: block;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  cursor: pointer; }
  .js-dropdown__list li:hover {
    color: #94a781;
    background: white; }
  .js-dropdown__list li.active a {
    box-shadow: none; }

/**
 * Collections
 */
.collection .product-grid {
  padding-top: 120px; }
  @media only screen and (max-width: 749px) {
    .collection .product-grid {
      padding-top: 60px;
      margin-bottom: 0; } }

.collection__hero {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch; }
  @media only screen and (max-width: 749px) {
    .collection__hero {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      min-height: 0; } }

.collection__hero-image {
  width: 50%;
  height: 100%; }
  @media only screen and (max-width: 749px) {
    .collection__hero-image {
      height: 390px;
      width: 100%; } }

.collection__hero-content {
  width: 50%;
  padding: 125px;
  display: flex; }
  @media only screen and (max-width: 1399px) {
    .collection__hero-content {
      padding: 80px; } }
  @media only screen and (max-width: 989px) {
    .collection__hero-content {
      padding: 40px 40px 80px; } }
  @media only screen and (max-width: 749px) {
    .collection__hero-content {
      width: 100%;
      padding: 40px 25px 80px; } }
  .collection__hero-content .collection__title {
    padding: 0; }

.collection__hero-arrow {
  position: absolute;
  left: 125px;
  bottom: 48px;
  display: block;
  width: 16px;
  height: 42px;
  will-change: animate; }
  @media only screen and (max-width: 1399px) {
    .collection__hero-arrow {
      left: 80px;
      bottom: 36px; } }
  @media only screen and (max-width: 989px) {
    .collection__hero-arrow {
      left: 40px;
      bottom: 24px; } }
  @media only screen and (max-width: 749px) {
    .collection__hero-arrow {
      left: 25px;
      bottom: 18px; } }
  .collection__hero-arrow .icon {
    display: block;
    width: 100%;
    height: 100%; }

.collection__title {
  font-size: 60px;
  line-height: 1;
  margin: 0 0 25px;
  padding-left: 55px;
  padding-right: 55px; }
  @media only screen and (max-width: 989px) {
    .collection__title {
      font-size: 40px;
      line-height: 1.5;
      margin-bottom: 20px;
      padding-left: 25px;
      padding-right: 25px; } }
  .collection__title .hero__title {
    font-size: 60px;
    margin-bottom: .5em; }
    @media only screen and (max-width: 749px) {
      .collection__title .hero__title {
        font-size: 40px; } }
  .collection__title .hero__description {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    color: #454643; }

.collection__description p {
  font-size: 14px;
  line-height: 1.79; }

.collection__nav,
.product-grid {
  background-color: white; }

.filter-tag {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: block;
  padding: 0px 30px;
  min-height: 45px;
  text-align: center; }

.filter-tag ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }

.filter-tag li {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 700; }

.filter-tag li a {
  font-family: "FreightDispPro", serif;
  text-decoration: none;
  color: #6b6b6b;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  padding: 15px;
  display: block; }

.filter-tag li.back a {
  margin-left: 0px; }

.filter-tag li a:hover,
.filter-tag li.active a {
  text-decoration: none;
  color: #2e2e2e; }

.filter-tag li.active a {
  box-shadow: 0 2px #2e2e2e; }

.collection__sorting {
  width: 200px;
  display: flex;
  align-items: flex-end; }
  .collection__sorting .js-dropdown {
    width: 200px; }

@media only screen and (max-width: 749px) {
  .collection__sorting {
    width: 100%; }
    .collection__sorting .js-dropdown {
      width: 100%; } }
@media only screen and (min-width: 750px) {
  .collection__nav--sort {
    display: flex;
    justify-content: space-between; }

  .collection__nav {
    background: #f7f7f7; } }
/**
 * COLLECTION PAGE HEADER
 */
.collection__by-type .collection__title {
  padding: 27px 75px 35px; }

.collection__title .hero__title {
  padding: 0;
  margin: 0; }
.collection__title .hero__description {
  padding: 0;
  margin: 0; }
.collection__title .hero__title + .hero__description {
  margin-top: 0.5em; }

.filter-tag--mobile {
  display: none; }

@media only screen and (max-width: 749px) {
  .filter-tag {
    padding: 0;
    text-align: left;
    min-height: 0;
    border: 0; }

  .filter-tag--mobile {
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid whitesmoke; }

  .filter-tag--mobile::after {
    font-family: 'Icons';
    content: '\e02d';
    position: absolute;
    right: 15px;
    font-size: 75%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

  .filter-tag ul {
    position: absolute;
    z-index: 99;
    background: #f7f7f7;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in; }

  .filter-tag ul.visible {
    max-height: 400px;
    overflow-y: scroll; }

  .filter-tag li {
    display: block;
    border-top: 1px solid #f0f0f0;
    font-weight: 400;
    font-family: "NeuzeitGro", sans-serif; }
    .filter-tag li.active a {
      box-shadow: none; } }
@media only screen and (max-width: 749px) {
  .slideup {
    display: none !important; } }
.pagination {
  text-align: center;
  padding: 20px 0; }

.pagination span {
  margin: 0 5px; }

.pagination .current {
  font-weight: 700; }

.pagination a {
  text-decoration: none; }

.product-grid--search .product-item {
  width: 33.33%; }
  @media only screen and (max-width: 749px) {
    .product-grid--search .product-item {
      width: 50%; } }

.collection-all .collection__title {
  padding: 0px; }

.template-collection .product-information h4,
.template-list-collections .product-information h4 {
  display: none; }

/*================ Collection Reviews ================*/
.product-item .yotpo.bottomLine {
  display: flex;
  margin-bottom: 5px; }
  @media only screen and (max-width: 749px) {
    .product-item .yotpo.bottomLine .yotpo-bottomline {
      flex-direction: column; } }
  .product-item .yotpo.bottomLine a {
    line-height: 1.6;
    font-size: 14px;
    font-family: "NeuzeitGro", sans-serif;
    text-transform: capitalize; }
    @media only screen and (min-width: 990px) {
      .product-item .yotpo.bottomLine a {
        font-size: 16px; } }
    @media only screen and (max-width: 749px) {
      .product-item .yotpo.bottomLine a {
        margin-top: 5px;
        margin-left: 0; } }

@media only screen and (min-width: 750px) {
  .transparent-header #FeaturedImage-collection {
    min-height: 360px; }
  .transparent-header .collection__title {
    padding-top: 110px; } }

/*================ Animations ================*/
.bounce {
  animation: bounce 1.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite; }

@keyframes bounce {
  0% {
    transform: translateY(0%); }

  50% {
    transform: translateY(-40%); }

  80% {
    transform: translateY(0%); }

  100% {
    transform: translateY(0%); } }

/**
 * Footer
 */
.site-footer-wrapper {
  position: relative;
  z-index: 2;
  background-color: #efede5;
  color: #454643;
  text-align: left; }
  .site-footer-wrapper hr {
    border-top: 1px solid rgba(69, 70, 67, 0.5); }
  .site-footer-wrapper a {
    color: #454643; }
    .site-footer-wrapper a:hover {
      color: #94a781; }
  .site-footer-wrapper[data-parallax-src] {
    overflow: hidden;
    position: relative;
    background-color: transparent; }

.site-footer {
  position: relative;
  z-index: 100;
  padding: 40px 25px 25px; }
  @media only screen and (min-width: 1400px) {
    .site-footer .grid__item {
      padding-left: 60px; }
    .site-footer .grid, .site-footer .grid--full {
      margin-left: -60px; } }
  @media only screen and (min-width: 750px) {
    .site-footer {
      padding: 40px 30px 30px; } }
  @media only screen and (min-width: 990px) {
    .site-footer {
      padding: 64px 60px 57px; } }

.footer__bottom {
  display: flex;
  align-items: center;
  margin-top: 60px; }
  @media only screen and (max-width: 749px) {
    .footer__bottom {
      margin-top: 45px;
      flex-wrap: wrap; } }

.footer__bottom--right {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 749px) {
    .footer__bottom--right {
      justify-content: center; } }

.footer__logo {
  display: inline-block; }

.footer__logo--mobile {
  display: none;
  margin-bottom: 60px;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .footer__logo--mobile {
      display: block;
      margin-bottom: 20px; } }

.footer__logo--desktop {
  display: none; }
  @media only screen and (min-width: 750px) {
    .footer__logo--desktop {
      display: block; } }

.footer__block {
  margin-top: 75px; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .footer__block {
      margin-top: 50px; } }
  @media only screen and (max-width: 749px) {
    .footer__block {
      margin-top: 30px; } }

.footer__quicklinks {
  padding-top: 0; }
  @media only screen and (max-width: 749px) {
    .footer__quicklinks {
      margin-bottom: 20px;
      margin-right: 10px; } }
  .footer__quicklinks li {
    margin: 0 0 15px 0; }
    @media only screen and (max-width: 749px) {
      .footer__quicklinks li {
        margin-bottom: 25px; } }

.footer__social {
  margin: 0; }
  @media only screen and (max-width: 749px) {
    .footer__social {
      text-align: center; } }
  .footer__social li {
    padding: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center; }
    .footer__social li:not(:last-child) {
      margin-right: 30px; }
    .footer__social li a {
      color: #ffffff; }
    .footer__social li svg {
      fill: #94a781; }
      .footer__social li svg:hover {
        fill: #454643; }

.footer__social__text,
.footer__newsletter__text {
  margin-bottom: 15px; }

.footer__newsletter__text {
  margin-bottom: 22px; }
  .footer__newsletter__text p {
    font-size: 12px;
    letter-spacing: 1.82px; }
  @media only screen and (max-width: 749px) {
    .footer__newsletter__text {
      text-align: left; }
      .footer__newsletter__text p {
        font-size: 11px; } }

.footer__secondary {
  margin-bottom: 0;
  font-size: 9.5px; }
  .footer__secondary li {
    display: inline-block;
    padding: 15px 20px 10px 0;
    font-size: 12px; }
    @media only screen and (max-width: 749px) {
      .footer__secondary li {
        padding: 15px 10px 10px; } }
  @media only screen and (max-width: 749px) {
    .footer__secondary {
      text-align: left;
      margin: 20px 0;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }

@media only screen and (max-width: 749px) {
  .footer__copyright {
    padding-left: 20px;
    order: 100;
    width: 100%; } }

.footer__payment {
  margin: 50px 0 40px 0;
  text-align: right; }
  .footer__payment li {
    display: inline-block;
    padding: 0 10px 10px 0; }
  .footer__payment a {
    text-decoration: none; }
  .footer__payment .payment-icon {
    width: 36px; }
  @media only screen and (max-width: 749px) {
    .footer__payment {
      line-height: 2em;
      text-align: left;
      margin: 15px 0; }
      .footer__payment li {
        padding: 0 15px 5px 0; }
        .footer__payment li:last-child {
          padding-right: 0; } }

.site-footer-wrapper .input-group.newsletter-form {
  border: 1px solid #454643; }
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .btn,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .site-footer-wrapper .input-group.newsletter-form .input-group-btn .shopify-payment-button__button--unbranded,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .btn:active,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .shopify-payment-button .site-footer-wrapper .input-group.newsletter-form .input-group-btn .shopify-payment-button__button--unbranded:active,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview:active,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .btn:focus,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button .site-footer-wrapper .input-group.newsletter-form .input-group-btn .shopify-payment-button__button--unbranded:focus,
  .site-footer-wrapper .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview:focus {
    background-color: #454643;
    color: #efede5; }
  .site-footer-wrapper .input-group.newsletter-form input {
    color: #454643; }

.newsletter-form input[type=email] {
  width: 70%;
  margin-right: 10px;
  padding: 24px 30px;
  border: 1px solid #454643;
  color: #454643; }
  @media only screen and (max-width: 749px) {
    .newsletter-form input[type=email] {
      padding-top: 23px;
      padding-bottom: 23px;
      width: 100%;
      margin-bottom: 10px; } }
  .newsletter-form input[type=email]:hover {
    border-color: #94a781; }
.newsletter-form input[type=submit] {
  margin: 0;
  padding: 23px 22px 22px;
  font-weight: 700;
  width: 31%;
  margin-left: 10px; }
  @media only screen and (max-width: 749px) {
    .newsletter-form input[type=submit] {
      width: 100%;
      margin-left: 0; } }

.footer__block__title {
  font-weight: 700 !important; }

.footer__quicklinks a {
  font-size: 12px; }
  @media only screen and (max-width: 749px) {
    .footer__quicklinks a {
      letter-spacing: 1.4px; } }

@media only screen and (max-width: 749px) {
  .suffix-about-ingredients .cookie-bar {
    bottom: 60px; } }

.cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 25px;
  background-color: #e5d5c6;
  transition: all .3s ease-in-out; }
  @media only screen and (max-width: 749px) {
    .cookie-bar {
      flex-direction: column;
      padding: 16px 60px 0 20px; } }
  .cookie-bar.close {
    transform: translateY(200%); }
  .cookie-bar .cookie-bar__content {
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .cookie-bar .cookie-bar__content {
        text-align: left; } }
    .cookie-bar .cookie-bar__content p {
      margin-bottom: 0;
      letter-spacing: 1px; }
  .cookie-bar .cookie-bar__close {
    position: relative;
    right: -20px;
    padding: 10px;
    color: #000000;
    background-color: transparent; }
    @media only screen and (min-width: 750px) {
      .cookie-bar .cookie-bar__close {
        right: -15px; } }
    .cookie-bar .cookie-bar__close .icon {
      width: 10px;
      height: 10px;
      stroke: currentColor; }

body .intercom-lightweight-app-launcher {
  right: 20px; }
  @media only screen and (min-width: 750px) {
    body .intercom-lightweight-app-launcher {
      right: 50px; } }

.footer__newsletter-success {
  display: none; }

.footer__bottom-text {
  background-color: #f7f7f5;
  padding: 49px 60px 40px; }
  @media only screen and (max-width: 989px) {
    .footer__bottom-text {
      padding: 25px 30px; } }
  @media only screen and (max-width: 749px) {
    .footer__bottom-text {
      padding: 25px; } }
  .footer__bottom-text p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #4c4d4d; }

/**
 * Password
 */
.password-page__wrapper {
  height: 100%;
  width: 100%;
  position: absolute; }

.password-page__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.password-page__signup-form {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .password-page__signup-form h1, .password-page__signup-form h3, .password-page__signup-form p, .password-page__signup-form small, .password-page__signup-form i, .password-page__signup-form a {
    color: #fff; }
  .password-page__signup-form a:hover {
    color: #94a781; }
  .password-page__signup-form h3 {
    margin-bottom: 40px;
    padding-bottom: 0; }
  .password-page__signup-form .errors {
    font-size: 12px; }
    .password-page__signup-form .errors ul {
      text-align: center; }
  @media only screen and (max-width: 749px) {
    .password-page__signup-form .wrapper {
      height: 100%;
      overflow: auto;
      padding-bottom: 25px; } }

.toggle-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 749px) {
    .toggle-wrapper {
      position: relative;
      text-align: center;
      right: 0px;
      margin-bottom: 25px; } }

#CustomerSignup,
#AdminLogin {
  padding-bottom: 20px; }

.signup-input,
.password-input {
  background-color: #fff;
  height: 40px;
  padding: 0 11px;
  vertical-align: middle; }

.signup-input {
  min-width: 280px; }

.customer-signup-button,
.password-login-button {
  height: 40px;
  padding: 0 11px;
  vertical-align: middle;
  border: 1px solid transparent; }
  .customer-signup-button:focus,
  .password-login-button:focus {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.signup-input,
.password-input,
.signup-input:hover,
.password-input:hover {
  border: none; }

.template-password {
  height: 100vh;
  text-align: center; }
  .template-password .main-content {
    height: 100vh;
    padding: 0; }
  .template-password .newsletter-form {
    border: 1px solid rgba(240, 240, 240, 0.5); }

.password-section {
  width: 100%;
  height: 100%; }

.password__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  color: #4c4d4d;
  background-color: #4c4d4d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white; }
  .password__wrapper .password__footer__inner {
    color: #fff; }
  .password__wrapper a {
    color: inherit; }

.password__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 50px; }
  @media only screen and (max-width: 749px) {
    .password__main__inner {
      padding: 16.66667px 16.66667px; } }
  @media only screen and (min-width: 750px) {
    .password__main__inner {
      padding: 16.66667px 50px; } }

.password__box {
  background-color: white;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0 0 0; }

.password__hero {
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media only screen and (min-width: 750px) {
    .password__hero {
      font-size: 50px; } }
  @media only screen and (min-width: 990px) {
    .password__hero {
      font-size: 55px; } }
  .password__hero .logo {
    max-width: 100%;
    max-height: 200px; }

.password__message {
  font-size: 120%; }
  .password__message img {
    max-width: 100%; }

.password__logo,
.password__logo--text {
  margin-bottom: 20px;
  text-align: center; }

.password__hero,
.password__message,
.password__login-form,
.password__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password__login-form {
  text-align: center;
  padding: 100px 50px; }

.password__login-form,
.password__box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden; }

.password-login {
  color: #fff; }

.password__login-form,
.password__signup-form {
  background-color: white;
  padding: 50px; }
  .password__login-form .input-group,
  .password__signup-form .input-group {
    width: 100%; }
  .password__login-form .errors,
  .password__signup-form .errors {
    font-size: 12px; }
    .password__login-form .errors ul,
    .password__signup-form .errors ul {
      color: #fff;
      list-style-type: none;
      margin-left: 0; }

.password__signup-form {
  padding-top: 50px; }

.password__signup-form__heading {
  margin-bottom: 0.8em; }

.admin-login {
  margin-top: 25px;
  margin-bottom: 0; }
  .admin-login a {
    text-decoration: none; }

.admin-login {
  font-size: 95%; }

.password__social-sharing .sharing {
  padding: 20px 0; }
.password__social-sharing a svg {
  fill: white; }
.password__social-sharing a:hover svg {
  fill: #94a781; }

.password__footer {
  display: table-row;
  height: 1px; }

.password__footer__inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 50px;
  line-height: 20px;
  font-size: 95%;
  color: #4c4d4d; }
  .password__footer__inner a {
    text-decoration: none;
    margin: 0 25px; }
    @media only screen and (max-width: 749px) {
      .password__footer__inner a {
        display: block;
        margin-top: 25px; } }

/**
 * Tabs
 */
.tabs-wrapper {
  padding-top: 30px; }

.product-tabs {
  max-width: 100%; }

ul.tabs {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  position: relative; }

ul.tabs > li {
  background: none;
  color: #4c4d4d;
  display: inline-block;
  padding: 10px 0px;
  margin: 0rem 3rem 0rem 0rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 3px solid transparent; }

ul.tabs > li.current {
  border-bottom: 3px solid #f0f0f0;
  color: #656565;
  font-weight: 700; }

.tab-content {
  display: none;
  padding: 15px 15px 15px 0px;
  min-height: 6rem; }

.tab-content.current {
  display: inherit; }

.accordion {
  border-bottom: 1px solid #f0f0f0; }

.accordion-toggle {
  cursor: pointer;
  border-top: 1px solid #f0f0f0;
  padding: 1rem 0;
  margin-bottom: auto;
  color: #4c4d4d; }

.accordion-content {
  display: none;
  color: #4c4d4d;
  padding-bottom: 50px; }

.accordion-content.accordion--open {
  display: block; }

.accordion .accordion__icon {
  float: right;
  margin-top: 3px;
  color: #f0f0f0;
  transition: all 0.3s ease-in-out; }
  .accordion .accordion__icon.rotate-90 {
    transform: rotate(450deg); }

/**
 * Image with text
 */
.image-with-text-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%; }
  @media only screen and (max-width: 749px) {
    .image-with-text-wrapper {
      flex-direction: column; } }
  .image-with-text-wrapper.image-with-text--no-text .image-with-text__image {
    width: 100%; }
  .image-height .image-with-text-wrapper {
    height: auto;
    align-items: center; }

.image-with-text-wrapper--reverse {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 749px) {
    .image-with-text-wrapper--reverse {
      flex-direction: column; } }

.image-with-collection__inner {
  margin: auto; }
  .image-with-collection__inner .video__title {
    font-size: 48px;
    line-height: 1; }
    @media only screen and (max-width: 749px) {
      .image-with-collection__inner .video__title {
        font-size: 40px;
        line-height: 1.3; } }
  .image-with-collection__inner .video__subtitle {
    margin-bottom: 1em;
    font-size: 15px;
    text-transform: uppercase; }
  .image-with-collection__inner .video__description {
    margin-bottom: 20px; }
    .image-with-collection__inner .video__description p {
      font-size: 16px;
      line-height: 1.8; }
      @media only screen and (min-width: 990px) {
        .image-with-collection__inner .video__description p {
          font-size: 17px; } }

.image-with-text__inner {
  max-width: 385px;
  margin: auto; }
  .image-with-text__inner .video__title {
    font-size: 48px;
    line-height: 1; }
    @media only screen and (max-width: 749px) {
      .image-with-text__inner .video__title {
        font-size: 40px;
        line-height: 1.3; } }
  .image-with-text__inner .video__subtitle {
    margin-bottom: 1em;
    font-size: 15px;
    text-transform: uppercase; }
  .image-with-text__inner .video__description {
    margin-bottom: 20px; }
    .image-with-text__inner .video__description p {
      font-size: 16px;
      line-height: 1.8; }
      @media only screen and (min-width: 990px) {
        .image-with-text__inner .video__description p {
          font-size: 16px; } }

.image-with-text__text,
.image-with-text__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .image-with-text__text,
    .image-with-text__image {
      height: 50%;
      width: 100%; } }

.image-with-text__text {
  flex-direction: column;
  padding: 25px 20px;
  text-align: left; }
  @media only screen and (max-width: 749px) {
    .image-with-text__text {
      order: 2; } }
  @media only screen and (min-width: 750px) {
    .image-with-text__text {
      padding: 50px; } }

.image-with-text__image {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .image-with-text__image {
      order: 1;
      min-height: 420px; } }
  .image-with-text__image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .image-height .image-with-text__image {
    height: auto; }
    .image-height .image-with-text__image img {
      display: block;
      width: 100%;
      height: auto; }

.image-with-text__image-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  z-index: 0; }
  .image-with-text__image-img svg {
    display: block;
    height: 100%;
    margin: auto;
    fill: #e0e0e0;
    background-color: #f7f7f7; }
  .image-height .image-with-text__image-img {
    position: relative;
    bottom: auto;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
    .image-height .image-with-text__image-img svg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.image-with-text__button {
  position: relative;
  z-index: 100;
  color: #4c4d4d;
  border-radius: 0px;
  border: solid 1px #4c4d4d;
  background: rgba(0, 0, 0, 0);
  padding: 15px 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2.24px; }
  @media only screen and (max-width: 749px) {
    .image-with-text__button {
      margin: 0 auto 20px; } }
  .image-with-text__button .icon {
    margin-left: 10px; }
  .image-with-text__button:hover {
    color: #fff;
    border-color: #94a781;
    background: #94a781; }
  .image-height .image-with-text__button {
    position: absolute; }
  .image-with-text__button.video__play {
    padding: 0;
    background: transparent !important;
    border: 0 !important; }
    .image-with-text__button.video__play span {
      display: none; }
    .image-with-text__button.video__play svg.icon-play {
      margin: 0;
      fill: #4c4d4d !important; }

.image-with-text__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  width: 100%; }

.image-with-text__icon {
  flex: 1 1;
  height: 100%;
  max-width: 70px; }
  .image-with-text__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

button.mfp-close svg {
  width: 24px;
  height: 24px;
  stroke: #fff; }
button.mfp-close:hover {
  background-color: transparent;
  box-shadow: none; }

/**
 * Featured Video
 */
.featured-video-section {
  position: relative; }

.play-button-mobile {
  display: none;
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 0;
  z-index: 10; }

@-webkit-keyframes loading {
  0% {
    width: 0px; }

  60% {
    width: 100px;
    margin-left: -50px; }

  100% {
    margin-left: 50px;
    width: 0px; } }

@keyframes loading {
  0% {
    width: 0px; }

  60% {
    width: 100px;
    margin-left: -50px; }

  100% {
    margin-left: 50px;
    width: 0px; } }

.video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
  overflow: hidden; }

.video__iframe {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 5;
  background-color: #000;
  transition: opacity 1s linear; }

.video__iframe iframe {
  position: absolute;
  width: 190vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.video__iframe {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.loaded .video__iframe {
  opacity: 1; }

.video__iframe.loaded {
  opacity: 1; }

.video__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1; }

.video__image-bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .video__image-bg.placeholder-bg {
    background-image: url("//sagelynaturals.com/cdn/shop/t/127/assets/blank.svg?v=166720474022973836551646164957"); }

.video__play {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 1em; }

.text-light .video__play svg {
  fill: #fff; }

.text-dark .video__play svg {
  fill: #4c4d4d; }

/**
 * Home Map
 */
.map-section--display-map:not(.image-height) .map-section__image {
  display: none !important; }

.map-section__image img {
  display: block;
  width: 100%;
  height: auto; }
  .map-section__image img.image-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }

.image-height .map-section__image + .map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .map-section--load-error {
    width: 50%;
    margin: 0 auto; } }
.map-section--load-error .errors {
  width: 100%; }

.map-section__container {
  min-height: 100%; }

.flex--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.no-js .lazy-image {
  display: none; }

.no-js .homepage-slideshow,
.no-js .homepage-image:not(.column__block) {
  height: auto !important; }

.map__text {
  margin-bottom: 1.5625rem; }

/*=============== Image Columns ===============*/
.homepage-columns {
  display: flex;
  align-items: stretch; }

.column__block {
  position: relative;
  overflow: hidden;
  float: none; }
  .column__block .flex--centered {
    padding: 15px; }

.homepage-columns .column__block {
  height: 100%; }
.homepage-columns.image-height .column__block {
  height: auto; }
.homepage-columns.image-height.auto-height .column__block {
  height: 33vw;
  display: flex;
  align-items: center;
  justify-content: center; }

.column__block .text-left .home__subtitle::after {
  right: initial; }

.column__block .text-right .home__subtitle::after {
  left: initial; }

@media only screen and (max-width: 749px) {
  .homepage-columns.screen-height-full {
    height: auto; }
    .homepage-columns.screen-height-full .column__block {
      height: 100vh; }

  .homepage-columns.screen-height-three-quarters {
    height: auto; }
    .homepage-columns.screen-height-three-quarters .column__block {
      height: 66vh; }

  .homepage-columns.screen-height-two-thirds {
    height: auto; }
    .homepage-columns.screen-height-two-thirds .column__block {
      height: 66vh; }

  .homepage-columns.screen-height-one-half {
    height: auto; }
    .homepage-columns.screen-height-one-half .column__block {
      height: 50vh; }

  .homepage-columns.screen-height-one-third {
    height: auto; }
    .homepage-columns.screen-height-one-third .column__block {
      height: 33vh; } }
/**
 * Home Slideshow
 */
.homepage-slideshow {
  position: relative; }
  .homepage-slideshow .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none; }
    .homepage-slideshow .slick-dots li {
      margin: 0 4px; }
      .homepage-slideshow .slick-dots li.slick-active button:before {
        color: #fff; }
    .homepage-slideshow .slick-dots button {
      position: relative; }

.slideshow__arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .slideshow__arrow .icon {
    transition: all 0.3s ease;
    width: 40px;
    height: 40px; }
    @media only screen and (max-width: 749px) {
      .slideshow__arrow .icon {
        width: 25px;
        height: 25px; } }

.slideshow__arrow--next {
  right: 0; }
  @media only screen and (max-width: 749px) {
    .slideshow__arrow--next {
      justify-content: flex-end; } }

.slideshow__arrow--prev {
  left: 0; }
  @media only screen and (max-width: 749px) {
    .slideshow__arrow--prev {
      justify-content: flex-start; } }

.slideshow__slide {
  position: relative; }

.slideshow__slide img {
  max-width: 100%; }

.slideshow__slide {
  height: 100%; }

/* .screen-height-full .slideshow__slide{ height: 100vh; }
.screen-height-three-quarters .slideshow__slide{ height: 75vh; }
.screen-height-two-thirds .slideshow__slide{ height: 66vh; }
.screen-height-one-half .slideshow__slide{ height: 50vh; }
.screen-height-one-half-width .slideshow__slide{ height: 50vw; }
.screen-height-one-third .slideshow__slide{ height: 33vh; }
.seven-fifty-height-hero .slideshow__slide{ height: 750px; }
.sixty-fifty-height-hero .slideshow__slide{ height: 650px; }
.five-fifty-height-hero .slideshow__slide{ height: 550px; }
.four-fifty-height-hero .slideshow__slide{ height: 450px; }
.three-fifty-height-hero .slideshow__slide{ height: 350px; }


.homepage-slideshow.screen-height-full{ min-height: 100vh; }
.homepage-slideshow.screen-height-three-quarters{ min-height: 75vh; }
.homepage-slideshow.screen-height-two-thirds{ min-height: 66vh; }
.homepage-slideshow.screen-height-one-half{ min-height: 50vh; }
.homepage-slideshow.screen-height-one-third{ min-height: 33vh; }
.homepage-slideshow.screen-height-one-half-width{ min-height: 50vw; }
.homepage-slideshow.seven-fifty-height-hero{ min-height: 750px; }
.homepage-slideshow.sixty-fifty-height-hero { min-height: 650px; }
.homepage-slideshow.five-fifty-height-hero{ min-height: 550px; }
.homepage-slideshow.four-fifty-height-hero{ min-height: 450px; }
.homepage-slideshow.three-fifty-height-hero{ min-height: 350px; } */
@media only screen and (max-width: 749px) {
  .screen-height-one-half-width .slideshow__slide {
    height: 100vw; }

  .homepage-slideshow.screen-height-one-half-width {
    min-height: 100vw; }

  .homepage-slideshow:not(.transparent__wrapper).screen-height-full .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).screen-height-full .image-overlay {
    height: 100vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-three-quarters .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).screen-height-three-quarters .image-overlay {
    height: 75vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-two-thirds .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).screen-height-two-thirds .image-overlay {
    height: 66vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half .image-overlay {
    height: 50vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-one-third .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-third .image-overlay {
    height: 33vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half-width .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half-width .image-overlay {
    height: 100vw; }
  .homepage-slideshow:not(.transparent__wrapper).seven-fifty-height-hero .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).seven-fifty-height-hero .image-overlay {
    height: 750px; }
  .homepage-slideshow:not(.transparent__wrapper).sixty-fifty-height-hero .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).sixty-fifty-height-hero .image-overlay {
    height: 650px; }
  .homepage-slideshow:not(.transparent__wrapper).five-fifty-height-hero .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).five-fifty-height-hero .image-overlay {
    height: 550px; }
  .homepage-slideshow:not(.transparent__wrapper).four-fifty-height-hero .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).four-fifty-height-hero .image-overlay {
    height: 450px; }
  .homepage-slideshow:not(.transparent__wrapper).three-fifty-height-hero .background-size-cover, .homepage-slideshow:not(.transparent__wrapper).three-fifty-height-hero .image-overlay {
    height: 350px; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-full .hero__content__wrapper {
    margin-top: 70vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-three-quarters .hero__content__wrapper {
    margin-top: 60vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-two-thirds .hero__content__wrapper {
    margin-top: 45vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half .hero__content__wrapper {
    margin-top: 25vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-one-third .hero__content__wrapper {
    margin-top: 16vh; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half-width .hero__content__wrapper {
    margin-top: 25vh; }
  .homepage-slideshow:not(.transparent__wrapper).seven-fifty-height-hero {
    height: 500px; }
  .homepage-slideshow:not(.transparent__wrapper).sixty-fifty-height-hero {
    height: 433.33333px; }
  .homepage-slideshow:not(.transparent__wrapper).five-fifty-height-hero {
    height: 366.66667px; }
  .homepage-slideshow:not(.transparent__wrapper).four-fifty-height-hero {
    height: 300px; }
  .homepage-slideshow:not(.transparent__wrapper).three-fifty-height-hero {
    height: 233.33333px; }
  .homepage-slideshow:not(.transparent__wrapper).screen-height-full .slideshow__slide, .homepage-slideshow:not(.transparent__wrapper).screen-height-three-quarters .slideshow__slide, .homepage-slideshow:not(.transparent__wrapper).screen-height-two-thirds .slideshow__slide, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half .slideshow__slide, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half-width .slideshow__slide, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-third .slideshow__slide, .homepage-slideshow:not(.transparent__wrapper).screen-height-full, .homepage-slideshow:not(.transparent__wrapper).screen-height-three-quarters, .homepage-slideshow:not(.transparent__wrapper).screen-height-two-thirds, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-half, .homepage-slideshow:not(.transparent__wrapper).screen-height-one-third {
    height: auto;
    min-height: auto; }
  .homepage-slideshow:not(.transparent__wrapper) .hero__content__wrapper {
    align-items: center;
    justify-content: center;
    text-align: center; } }
.text-light.slideshow__arrow .icon {
  color: #f1f1f1;
  fill: #f1f1f1; }

.text-dark.slideshow__arrow .icon {
  color: #333333;
  fill: #333333; }

.background-size-cover--slide {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.button-image {
  display: block;
  width: 100%; }
  .button-image:focus {
    outline: 0;
    opacity: 0.8;
    padding-top: 2px; }

.slideshow__slide .hero__content__wrapper {
  position: relative;
  z-index: 100; }
  .image-height .slideshow__slide .hero__content__wrapper {
    position: absolute; }

/**
 * Instagram
 */
.instagram__image {
  display: block;
  position: relative;
  border: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: all 0.15s ease-out; }
  .instagram__image::after {
    content: "";
    display: block;
    padding-bottom: 100%; }

.instagram__feed a:hover {
  opacity: 0.9; }

.index--gray .instagram__image {
  border-color: #f7f7f7; }

.instagram__product {
  position: absolute; }

.instagram__dot {
  position: absolute;
  z-index: 100;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 10px; }
  .instagram__dot::after {
    content: "";
    width: 25px;
    height: 25px;
    background-color: inherit;
    border-radius: 25px;
    opacity: 0.3;
    position: absolute;
    top: -5px;
    left: -5px; }
  .instagram__dot::before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: inherit;
    border-radius: 25px;
    opacity: 0.3;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: pulse 2.5s linear;
    animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0.0; }

  89% {
    transform: scale(0);
    opacity: 0; }

  90% {
    transform: scale(1);
    opacity: 0.2; }

  100% {
    transform: scale(5);
    opacity: 0.0; } }

.instagram__tooltip {
  position: absolute;
  background-color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
  box-shadow: 0 2px 6px rgba(76, 77, 77, 0.06), 0 1px 3px rgba(76, 77, 77, 0.04); }

.instagram__tooltip__name {
  font-weight: 700;
  color: #4c4d4d;
  font-size: 13.3px; }

.instagram__tooltip__price {
  color: #4c4d4d;
  font-size: 11.4px; }

.instagram__tooltip__price, .instagram__tooltip__name {
  margin: 0; }

.instagram__tooltip--below {
  top: 15px; }

.instagram__tooltip--above {
  bottom: 0px; }

.instagram__tooltip--after {
  left: 20px; }

.instagram__tooltip--before {
  right: 5px; }

.index-instagram .placeholder-svg {
  vertical-align: middle; }

.instagram__image {
  position: relative; }
  .instagram__image .instagram__tooltip {
    opacity: 0;
    transition: opacity 0.25s linear, transform 0.15s ease-in;
    transform: translate(0, 10px); }
  .instagram__image:hover .instagram__tooltip {
    opacity: 1;
    transform: translate(0, 0); }
  .instagram__image .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.ig-js-error {
  position: absolute;
  color: #333;
  z-index: 100;
  width: 100%;
  text-align: center;
  margin: 20px auto; }

/*================ Instagram standard ================*/
.instagram--square {
  display: block;
  position: relative;
  border: none;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: all 0.15s ease-out;
  cursor: pointer; }
  .instagram--square::after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .instagram--square:hover {
    opacity: 0.9; }

.index-instagram .placeholder-svg {
  vertical-align: middle; }

/**
 * Social sharing
 */
.social-sharing {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid whitesmoke; }

.share {
  display: flex;
  align-items: center;
  text-align: left;
  color: #4c4d4d;
  padding: 0.9375rem 1.875rem 0.9375rem 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 9.5px;
  transition: background-color .25s ease-in;
  color: #6b6b6b; }
  .share svg {
    fill: #4c4d4d;
    transition: transform .25s ease-out;
    margin: 0 0.625rem 0 0;
    height: 25px;
    width: 25px; }
  .share span {
    transform: translateY(2px); }

.share--pinterest:hover {
  color: #BD081C; }
  .share--pinterest:hover svg {
    fill: #a00718; }

.share--facebook:hover {
  color: #3b5998; }
  .share--facebook:hover svg {
    fill: #324c82; }

.share--twitter:hover {
  color: #1da1f2; }
  .share--twitter:hover svg {
    fill: #0d92e3; }

/**
 * Logo list
 */
.logo-list {
  padding: 50px 0 50px;
  overflow: hidden; }
  @media only screen and (min-width: 750px) {
    .logo-list {
      padding: 70px 0 70px; } }
  @media only screen and (min-width: 990px) {
    .logo-list {
      padding: 160px 0; } }

.logo-list__wrapper {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px; }
  .logo-list__wrapper .slideshow__arrow {
    fill: #4c4d4d;
    top: auto;
    bottom: 0;
    height: 90px; }
    .logo-list__wrapper .slideshow__arrow:not(.slick-arrow) {
      display: none; }
  .logo-list__wrapper .slick-prev {
    left: -40px; }
  .logo-list__wrapper .slick-next {
    right: -40px; }
  .logo-list__wrapper .slick-track {
    margin: auto; }
  @media only screen and (max-width: 749px) {
    .logo-list__wrapper {
      padding: 0 30px; }
      .logo-list__wrapper .slick-prev {
        left: -30px; }
      .logo-list__wrapper .slick-next {
        right: -30px; } }

.logo-list__slider {
  height: 100%;
  margin: auto; }
  .logo-list__slider:not(.slick-initialized) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 990px) {
      .logo-list__slider:not(.slick-initialized) {
        justify-content: space-between; } }

.logo-list__slide {
  min-width: 160px;
  text-align: center; }
  .logo-list__slide a:active, .logo-list__slide a:focus {
    outline: none; }

.logo-list__item {
  display: inline-block;
  width: 130px;
  height: 33px;
  margin: 0 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  text-align: center;
  outline: none; }
  .logo-list__item.svg-placeholder {
    background-color: transparent; }
  .logo-list__item a {
    display: flex;
    justify-content: center;
    outline: none; }
    .logo-list__item a:active, .logo-list__item a:focus {
      outline: none; }

.logo-list__slider {
  position: relative; }
  @media screen and (max-width: 1439px) {
    .logo-list__slider {
      width: 960px;
      margin: auto; } }
  @media screen and (max-width: 1023px) {
    .logo-list__slider {
      width: 800px; } }
  @media screen and (max-width: 991px) {
    .logo-list__slider {
      width: 640px; } }
  @media screen and (max-width: 767px) {
    .logo-list__slider {
      width: 480px; } }
  @media screen and (max-width: 639px) {
    .logo-list__slider {
      width: 320px; } }
  @media screen and (max-width: 374px) {
    .logo-list__slider {
      width: 160px; } }
  .logo-list__slider .logo-list__item {
    transition: opacity .3s ease;
    cursor: pointer; }
    .logo-list__slider .logo-list__item:hover {
      opacity: 1; }

.logo-list__slide.is-active .logo-list__item {
  opacity: 1; }

.logo-list__slider-text {
  margin: 30px 0; }

/**
 * Index text row
 */
.text-row {
  margin-bottom: 80px;
  padding: 30px 80px; }
  .text-row[data-text-alignment="left"] {
    text-align: left; }
  .text-row[data-text-alignment="center"] {
    text-align: center; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .text-row {
      padding: 30px 20px; } }
  @media only screen and (max-width: 749px) {
    .text-row {
      padding: 20px 15px;
      margin-bottom: 30px; } }

.icon__column__icon {
  padding-bottom: 10px; }

.icon__column__icon svg {
  width: 20px;
  height: 20px;
  fill: none !important; }

.icon--large .icon__column__icon svg {
  width: 40px;
  height: 40px; }

.icon--left .icon__column {
  display: flex; }
.icon--left .icon__column__icon {
  padding: 0 20px; }

.icon--left.icon--large .icon__column__icon {
  display: flex;
  align-items: center; }

.icon__column__image {
  height: 45px; }

.rte.icon__column__paragraph {
  margin-bottom: 0; }
  .rte.icon__column__paragraph p {
    margin-bottom: 0; }

.icon__column__text {
  margin-top: 35px; }
  .icon__column__text h5 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "NeuzeitGro", sans-serif;
    letter-spacing: 2.25px;
    text-transform: uppercase; }
    @media only screen and (max-width: 989px) {
      .icon__column__text h5 {
        font-size: 14px; } }
  .icon__column__text p {
    font-size: 16px;
    line-height: 1.8; }
    @media only screen and (max-width: 989px) {
      .icon__column__text p {
        font-size: 16px; } }

.text-row__buttons {
  display: flex;
  justify-content: center;
  margin: 80px auto 0; }
  .text-row__buttons .btn, .text-row__buttons .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .text-row__buttons .shopify-payment-button__button--unbranded, .text-row__buttons .spr-summary-actions-newreview {
    margin: 0 9px;
    max-height: 57px; }
  @media only screen and (max-width: 989px) {
    .text-row__buttons .btn, .text-row__buttons .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .text-row__buttons .shopify-payment-button__button--unbranded, .text-row__buttons .spr-summary-actions-newreview {
      margin: 0 0px;
      max-height: 57px; } }
  @media only screen and (max-width: 749px) {
    .text-row__buttons {
      display: flex;
      flex-direction: column; } }

.text-row__disclaimer {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 45px 0 0; }
  @media only screen and (max-width: 989px) {
    .text-row__disclaimer {
      font-size: 14px; } }

/**
 * Split Slideshow
 */
@media only screen and (min-width: 750px) {
  .split-slideshow__container {
    display: flex; } }
.split-slideshow__container [data-arrows="false"] ~ .slideshow__arrow {
  display: none !important; }
.split-slideshow__container .slick-slider,
.split-slideshow__container .slick-list {
  height: 100%; }

@media only screen and (min-width: 750px) {
  .split-slideshow__column {
    width: 50%; } }
@media only screen and (max-width: 749px) {
  .split-slideshow__column .homepage-slideshow.sixty-fifty-height-hero {
    min-height: 405px;
    height: 405px; } }

.split-slideshow__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  height: 100%; }

.split-slideshow__content {
  max-width: 500px; }

.collection-reviews-green a.text-m,
.collection-reviews-green a.text-m:hover,
.collection-reviews-green span.yotpo-icon.yotpo-icon-star.rating-star.pull-left,
.collection-reviews-green .yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: white !important; }

/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none; }

.sm\:min-h-three-quarters .slick-track {
  height: 100%; }

.sm\:min-h-two-thirds .slick-track {
  height: 100%; }

.sm\:min-h-one-half .slick-track {
  height: 100%; }

.sm\:min-h-one-half-width .slick-track {
  height: 100%; }

.sm\:min-h-one-third .slick-track {
  height: 100%; }

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.heading-font,
.heading-font p,
.heading-font h2 {
  font: 400 45px/1 FreightDispPro, serif !important; }

li.product-information:first-child {
  margin-left: 5%; }
  @media only screen and (max-width: 989px) {
    li.product-information:first-child {
      margin-left: 0px; } }

.slick-track {
  height: 100%; }

.heading-font a {
  color: #9DAF8A !important; }

div#storemapper-form {
  padding: 10px; }

button#storemapper-go {
  background-color: #9DAF8A !important;
  line-height: 1.5 !important;
  transition: all 0.15s ease !important;
  display: inline-block !important;
  width: auto !important;
  text-decoration: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  border: 0 !important;
  border-radius: 0px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  font-family: "NeuzeitGro", sans-serif !important;
  cursor: pointer !important;
  color: #fff !important;
  padding: 23px 22px 22px !important;
  text-transform: uppercase !important;
  letter-spacing: 2.24px !important; }
  @media only screen and (max-width: 989px) {
    button#storemapper-go {
      width: 100% !important; } }

@media only screen and (max-width: 989px) {
  a.btn.btn--large, .shopify-payment-button a.btn--large.shopify-payment-button__button--unbranded, a.btn--large.spr-summary-actions-newreview {
    width: 100%;
    min-width: 100%; } }

select#storemapper-distance,
input#storemapper-zip {
  display: block;
  min-height: 60px;
  width: 100% !important;
  padding: 20px !important;
  border: 1px solid lightgrey; }

div.text-white i {
  border-bottom: 1px solid white !important; }

div.text-shopify-green i {
  border-bottom: 0px solid #9DAF8A !important; }

.highlighted,
span.highlighted {
  color: #9DAF8A !important;
  border-bottom: 2px solid #9daf8a !important; }

/* .font-serif {
  font: 400 45px/1 'FreightDispPro', serif!important;
  font-family: 'FreightDispPro', serif!important;
} */
.font-large {
  font: 400 45px/1 'FreightDispPro', serif !important;
  font-family: 'FreightDispPro', serif !important; }

.slideshow-soft-grey {
  background-color: #F4F4F4; }

.rich-text-content {
  font-family: 'Neuzeit Grotesk';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  letter-spacing: 0.05em;
  /* Neutral/Grey / 100 */
  color: #4C4D4D; }

/* custom css */
.grid, .grid--full {
  display: inherit !important; }

.display-grid, .grid-display {
  display: grid !important; }

.display-grid-desktop {
  display: flex; }
  @media only screen and (min-width: 750px) {
    .display-grid-desktop {
      display: grid !important; } }

.split-slideshow__heading {
  margin-bottom: 50px;
  font: 400 45px/1 FreightDispPro, serif; }
  @media only screen and (min-width: 750px) {
    .split-slideshow__heading {
      font-size: 60px; } }

.split-slideshow__subheading {
  min-height: 100px;
  font-size: 14px; }
  @media only screen and (min-width: 990px) {
    .split-slideshow__subheading {
      font-size: 16px; } }
  .split-slideshow__subheading p {
    margin: 0;
    display: none;
    font-size: 16px; }
    @media only screen and (min-width: 990px) {
      .split-slideshow__subheading p {
        font-size: 17px; } }
    .split-slideshow__subheading p:first-child {
      display: block; }
  @media only screen and (min-width: 750px) {
    .split-slideshow__subheading {
      min-height: 50px; } }

.split-slideshow__keyword {
  position: relative;
  font-style: italic;
  display: none; }
  @media only screen and (max-width: 749px) {
    .split-slideshow__keyword {
      border-bottom: 2px solid #4c4d4d; } }
  .split-slideshow__keyword:first-child {
    display: inline; }
  .split-slideshow__keyword:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: currentColor; }
    @media only screen and (max-width: 749px) {
      .split-slideshow__keyword:after {
        display: none; } }

/**
 * Newsletter modal
 */
.newsletter-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 35px 20px;
  width: 100%;
  max-width: 683px;
  transform: translateY(130%);
  transition: all .5s ease; }
  .newsletter-modal.open {
    transform: translateY(0); }
  .newsletter-modal .input-field {
    margin: 9px 0;
    border-color: transparent;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #4c4d4d;
    background-color: #ffffff; }
    @media only screen and (min-width: 750px) {
      .newsletter-modal .input-field {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .newsletter-modal .input-field:focus {
      border-color: #94a781; }
    .newsletter-modal .input-field::-webkit-input-placeholder {
      color: #4c4d4d; }
    .newsletter-modal .input-field::-moz-placeholder {
      color: #4c4d4d; }
    .newsletter-modal .input-field:-ms-input-placeholder {
      color: #4c4d4d; }
    .newsletter-modal .input-field:-moz-placeholder {
      color: #4c4d4d; }
  .newsletter-modal .btn, .newsletter-modal .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletter-modal .shopify-payment-button__button--unbranded, .newsletter-modal .spr-summary-actions-newreview {
    border-color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2.25px;
    color: #94a781;
    background-color: #ffffff;
    padding: 15px 28px 16px; }
    .newsletter-modal .btn:last-child, .newsletter-modal .shopify-payment-button .shopify-payment-button__button--unbranded:last-child, .shopify-payment-button .newsletter-modal .shopify-payment-button__button--unbranded:last-child, .newsletter-modal .spr-summary-actions-newreview:last-child {
      margin-bottom: 0; }
    .newsletter-modal .btn:hover, .newsletter-modal .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .newsletter-modal .shopify-payment-button__button--unbranded:hover, .newsletter-modal .spr-summary-actions-newreview:hover {
      color: #ffffff;
      border-color: #94a781;
      background-color: #94a781; }
      .newsletter-modal .btn:hover:disabled, .newsletter-modal .shopify-payment-button .shopify-payment-button__button--unbranded:hover:disabled, .shopify-payment-button .newsletter-modal .shopify-payment-button__button--unbranded:hover:disabled, .newsletter-modal .spr-summary-actions-newreview:hover:disabled {
        color: #94a781;
        background-color: #ffffff; }
    .newsletter-modal .btn:disabled, .newsletter-modal .shopify-payment-button .shopify-payment-button__button--unbranded:disabled, .shopify-payment-button .newsletter-modal .shopify-payment-button__button--unbranded:disabled, .newsletter-modal .spr-summary-actions-newreview:disabled {
      opacity: .75;
      cursor: no-drop; }
  .newsletter-modal .newsletter-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #454643;
    padding: 10px;
    background-color: transparent; }
    .newsletter-modal .newsletter-modal__close:hover {
      box-shadow: unset;
      background: transparent; }
    .newsletter-modal .newsletter-modal__close svg {
      width: 10px;
      height: 10px;
      fill: currentColor;
      stroke: currentColor; }

.newsletter-modal__inner {
  margin: 0 auto;
  max-width: 400px; }
  .newsletter-modal__inner img {
    max-width: 40px; }

.newsletter-modal__header {
  margin-bottom: 15px; }

.newsletter-modal__heading {
  margin: 14px 0; }
  .newsletter-modal__heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2.25px;
    color: #454643;
    text-transform: uppercase;
    margin: 0; }

.newsletter-modal__subheading p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #454643;
  margin: 0; }

.newsletter-modal__form {
  margin: 0 auto;
  max-width: 300px; }

.newsletter-modal__success {
  display: none;
  max-width: 300px; }
  .newsletter-modal__success .newsletter-modal__subheading {
    margin-top: 50px;
    margin-bottom: 40px; }
  .newsletter-modal__success .discount-code {
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 39px;
    line-height: 1;
    font-family: "FreightDispPro", serif;
    text-align: center;
    color: #4c4d4d; }
    .newsletter-modal__success .discount-code:focus {
      border-color: transparent; }

.newsletter-modal__error {
  display: none;
  margin: 50px 0;
  text-align: center;
  color: crimson; }

.ingredients {
  margin-top: 60px; }
  @media only screen and (max-width: 989px) {
    .ingredients {
      margin-top: 40px; } }
  .ingredients .ingredients__header {
    text-align: center; }
  .ingredients .ingredients__icon {
    margin-bottom: 20px; }
  .ingredients .ingredients__heading {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 70px; }
    @media only screen and (max-width: 989px) {
      .ingredients .ingredients__heading {
        font-size: 40px;
        padding: 0 25px;
        margin-bottom: 50px; } }
  .ingredients .ingredients__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto 45px; }
    @media only screen and (max-width: 1199px) {
      .ingredients .ingredients__items {
        padding: 0 30px; } }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__items {
        padding: 0 20px;
        margin-bottom: 0; } }
    .ingredients .ingredients__items .ingredients__item {
      width: 210px;
      text-align: center; }
      @media only screen and (max-width: 989px) {
        .ingredients .ingredients__items .ingredients__item {
          width: 45%;
          margin-bottom: 30px; } }
      .ingredients .ingredients__items .ingredients__item .ingredients__item-image {
        height: 125px;
        margin-bottom: 35px; }
      .ingredients .ingredients__items .ingredients__item .ingredients__item-heading {
        font-family: NeuzeitGro, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 2.24px;
        color: #454643;
        text-transform: uppercase;
        margin-bottom: 15px; }
        @media only screen and (min-width: 990px) {
          .ingredients .ingredients__items .ingredients__item .ingredients__item-heading {
            font-size: 16px; } }
      .ingredients .ingredients__items .ingredients__item .ingredients__item-text {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.79;
        letter-spacing: normal; }
        @media only screen and (min-width: 990px) {
          .ingredients .ingredients__items .ingredients__item .ingredients__item-text {
            font-size: 16px; } }
        @media only screen and (max-width: 749px) {
          .ingredients .ingredients__items .ingredients__item .ingredients__item-text {
            line-height: 1.5; } }
  .ingredients .ingredients__info {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__info {
        border: none; } }
    .ingredients .ingredients__info .ingredients__info-container {
      display: flex;
      max-width: 1120px;
      margin: 0 auto; }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-container {
          flex-direction: column; } }
    .ingredients .ingredients__info .ingredients__info-left {
      width: 50%;
      padding: 55px 65px 55px 0;
      border-right: 1px solid #f5f5f5; }
      @media only screen and (max-width: 1199px) {
        .ingredients .ingredients__info .ingredients__info-left {
          padding: 55px 30px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-left {
          width: 100%;
          padding: 0 25px; } }
    .ingredients .ingredients__info .ingredients__info-text {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.79;
      letter-spacing: normal;
      text-align: left; }
      @media only screen and (min-width: 990px) {
        .ingredients .ingredients__info .ingredients__info-text {
          font-size: 16px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-text {
          text-align: center; } }
    .ingredients .ingredients__info .ingredients__info-right {
      width: 50%;
      padding: 55px 0 55px 65px; }
      @media only screen and (max-width: 1199px) {
        .ingredients .ingredients__info .ingredients__info-right {
          padding-left: 30px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-right {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          padding: 45px 25px; } }
    .ingredients .ingredients__info .ingredients__info-logo {
      height: 76px;
      margin: 0 129px 50px 0; }
      @media only screen and (max-width: 1199px) {
        .ingredients .ingredients__info .ingredients__info-logo {
          margin-right: 112px; } }
      @media only screen and (max-width: 989px) {
        .ingredients .ingredients__info .ingredients__info-logo {
          margin-right: 49px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-logo {
          margin-right: 20px; } }
      .ingredients .ingredients__info .ingredients__info-logo:nth-child(3n) {
        margin-right: 0; }
      .ingredients .ingredients__info .ingredients__info-logo:nth-child(n+4) {
        margin-bottom: 0; }
    .ingredients .ingredients__info .ingredients__info-links {
      margin-top: 35px; }
      .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link {
        font-family: "FreightDispPro",serif;
        font-size: 16px;
        font-weight: normal;
        font-style: italic;
        line-height: 1.56;
        letter-spacing: normal;
        text-decoration: underline;
        margin-right: 50px; }
        @media only screen and (max-width: 989px) {
          .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link {
            display: block;
            margin: 0 0 10px; } }
        @media only screen and (max-width: 749px) {
          .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link {
            text-align: center; } }
        .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link:last-child {
          margin: 0; }
  .ingredients .ingredients__free {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 1199px) {
      .ingredients .ingredients__free {
        padding: 40px 30px; } }
    @media only screen and (max-width: 989px) {
      .ingredients .ingredients__free {
        flex-wrap: wrap;
        padding: 40px 30px 50px; } }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__free {
        padding: 40px 0 50px; } }
    .ingredients .ingredients__free .ingredients__free-item {
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 2.24px; }
      @media only screen and (max-width: 989px) {
        .ingredients .ingredients__free .ingredients__free-item {
          width: 50%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__free .ingredients__free-item {
          width: 100%;
          text-align: center;
          border-top: 1px solid #f5f5f5;
          margin-bottom: 0;
          padding: 10px 20px;
          font-size: 12px; }
          .ingredients .ingredients__free .ingredients__free-item:last-child {
            border-bottom: 1px solid #f5f5f5; } }
      .ingredients .ingredients__free .ingredients__free-item span {
        vertical-align: middle;
        line-height: 21px; }
  .ingredients .ingredients__popup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 45px 45px 70px;
    max-width: 100%;
    width: 625px;
    min-height: 540px;
    transform: translateY(130%);
    transition: all .5s ease;
    background: #fff;
    border-top: solid 1px #454643;
    border-right: solid 1px #454643; }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__popup {
        min-height: 470px;
        padding: 40px 20px;
        border: solid 1px #454643; } }
    .ingredients .ingredients__popup.open {
      transform: translateY(0); }
    .ingredients .ingredients__popup .ingredients__popup-close {
      position: absolute;
      right: 25px;
      top: 20px;
      font-size: 20px;
      padding: 4px 10px;
      cursor: pointer; }
      .ingredients .ingredients__popup .ingredients__popup-close:hover {
        opacity: 0.6; }
    .ingredients .ingredients__popup .ingredients__popup-heading {
      font-family: NeuzeitGro, sans-serif;
      font-size: 12px;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 1.92px;
      text-align: center;
      margin-bottom: 60px;
      text-transform: uppercase; }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__popup .ingredients__popup-heading {
          margin-bottom: 40px; } }
    .ingredients .ingredients__popup .ingredients__popup-top-heading,
    .ingredients .ingredients__popup .ingredients__popup-bottom-heading {
      font-family: NeuzeitGro, sans-serif;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: normal; }
    .ingredients .ingredients__popup .ingredients__popup-table {
      border-top: solid 3px #454643;
      border-bottom: solid 3px #454643;
      margin: 15px 0; }
    .ingredients .ingredients__popup .ingredients__popup-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 20px 15px 0;
      border-bottom: solid 1px #454643; }
      .ingredients .ingredients__popup .ingredients__popup-row:last-child {
        border: none; }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__popup .ingredients__popup-row--coa {
        flex-direction: column;
        align-items: flex-start; } }
    .ingredients .ingredients__popup .ingredients__popup-row-heading,
    .ingredients .ingredients__popup .ingredients__popup-row-value {
      font-family: NeuzeitGro, sans-serif;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: normal;
      margin: 0; }
    .ingredients .ingredients__popup a.ingredients__popup-row-value {
      color: #94a781; }

/**
 * Ingredients on About Ingredients page
 */
.ingredients__container {
  padding: 80px 30px; }
  @media only screen and (min-width: 1400px) {
    .ingredients__container {
      padding: 110px 0; } }
  @media only screen and (max-width: 749px) {
    .ingredients__container {
      padding: 67px 24px 48px; } }
  .ingredients__container h2 {
    font-size: 50px;
    line-height: 1.2;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .ingredients__container h2 {
        font-size: 40px;
        line-height: 1.25; } }

.ingredients__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #454643;
  border-bottom: 1px solid #454643;
  padding: 90px 0 26px; }
  @media only screen and (max-width: 749px) {
    .ingredients__list {
      padding: 48px 0 18px; } }

.ingredients__list-item {
  width: calc(33.333333% - 50px);
  margin: 0 0 64px; }
  @media only screen and (max-width: 749px) {
    .ingredients__list-item {
      width: calc(50% - 8px);
      margin-bottom: 30px;
      text-align: center; } }
  .ingredients__list-item img {
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 0 28px; }
  .ingredients__list-item h4 {
    font-size: 13px;
    line-height: 1.92;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "NeuzeitGro", sans-serif;
    margin: 0 0 16px;
    color: #454643; }
    @media only screen and (max-width: 749px) {
      .ingredients__list-item h4 {
        font-size: 14px;
        line-height: 1.5; } }
  .ingredients__list-item p {
    font-size: 13px;
    line-height: 1.92;
    margin: 0 0 10px; }
    @media only screen and (max-width: 749px) {
      .ingredients__list-item p {
        font-size: 14px;
        line-height: 1.5; } }

.ingredients__list-item-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.56;
  text-decoration: underline;
  font-style: italic;
  font-family: "FreightDispPro", serif; }

#frequently-asked-questions .main-content {
  background-color: #f7f6f4; }

.faq-page {
  max-width: 860px;
  padding-bottom: 140px; }
  @media screen and (max-width: 767px) {
    .faq-page {
      padding: 40px 20px 70px; } }

.faq__h1 {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #4c4d4d;
  margin-bottom: 56px;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .faq__h1 {
      font-size: 40px;
      line-height: 1.5;
      margin-top: 20px; } }

.faq__block {
  border-bottom: 1px solid #4c4d4d;
  padding: 4px 10px; }
  @media screen and (max-width: 767px) {
    .faq__block {
      padding: 16px 10px; } }

.faq__question {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .faq__question {
      font-size: 16px;
      line-height: 1.2; } }
  .faq__question a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .faq__question svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px; }
  .faq__question .icon-minus {
    display: none; }

.faq__answer {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .faq__answer {
      margin-top: 20px;
      margin-bottom: 0; } }
  .faq__answer * {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal; }

.faq__heading {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 45px;
  margin-left: 5px; }
  @media screen and (max-width: 767px) {
    .faq__heading {
      font-size: 40px;
      line-height: 1.5;
      margin-bottom: 20px; } }

.page-contact .one-half {
  width: 45%;
  margin: unset;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .page-contact .one-half {
      width: 100%; } }
.page-contact .submit-item {
  text-align: center; }
  .page-contact .submit-item input.btn--large {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.92;
    letter-spacing: 2.08px;
    text-align: center;
    color: #efede5;
    max-width: 238px;
    padding: 17px 28px;
    margin-top: 68px; }
    @media screen and (max-width: 767px) {
      .page-contact .submit-item input.btn--large {
        margin-top: 20px; } }
.page-contact .additional-text {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #454643;
  margin-top: 20px; }
.page-contact #contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  padding: 0 20px;
  margin: 70px auto 25px;
  justify-content: space-between; }
.page-contact .custom-form__block {
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .page-contact .custom-form__block {
      margin-bottom: 16px; } }
  .page-contact .custom-form__block label {
    position: unset;
    opacity: 1;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.15;
    letter-spacing: 2.08px;
    text-align: left;
    color: #4c4d4d;
    text-transform: uppercase;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .page-contact .custom-form__block label {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: 2.24px; } }
  .page-contact .custom-form__block input {
    height: 41px; }
  .page-contact .custom-form__block textarea {
    height: 114px; }
  .page-contact .custom-form__block input, .page-contact .custom-form__block textarea {
    border: solid 1px #454643;
    margin-top: 0; }

.page-contact__header {
  background-color: #f7f6f4;
  padding: 80px 20px 35px; }
  .page-contact__header h1 {
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #4c4d4d; }
  .page-contact__header .rte {
    text-align: center; }
    .page-contact__header .rte p, .page-contact__header .rte em {
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.92;
      letter-spacing: normal;
      color: #4c4d4d;
      margin-bottom: 0; }

.cbd-questions {
  padding: 105px 0; }
  @media screen and (max-width: 964px) {
    .cbd-questions {
      padding: 70px 0 90px; } }
  .cbd-questions .cbd__description {
    max-width: 668px;
    padding: 0 20px;
    margin: 0 auto; }
    .cbd-questions .cbd__description p {
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.92;
      letter-spacing: normal;
      text-align: center; }
      .cbd-questions .cbd__description p:empty {
        margin-bottom: 20px; }
  .cbd-questions .cbd__blocks {
    margin-top: 60px; }
  .cbd-questions .cbd-block__img {
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 964px) {
      .cbd-questions .cbd-block__img {
        margin-bottom: 80px; } }
  .cbd-questions .cbd-block {
    display: flex;
    padding: 0 80px;
    max-width: 1140px;
    margin: 0 auto 114px; }
    @media screen and (max-width: 964px) {
      .cbd-questions .cbd-block {
        flex-direction: column;
        padding: 0 20px;
        align-items: center !important;
        margin: 0 auto 45px; } }
    .cbd-questions .cbd-block.natural {
      flex-direction: row-reverse; }
      @media screen and (max-width: 964px) {
        .cbd-questions .cbd-block.natural {
          flex-direction: column-reverse; } }
      @media screen and (max-width: 964px) {
        .cbd-questions .cbd-block.natural .cbd-block__img {
          margin-bottom: 0;
          margin-top: 80px; } }
  .cbd-questions .cbd-block__img-wrapper {
    width: 50%;
    padding: 0 40px; }
    @media screen and (max-width: 964px) {
      .cbd-questions .cbd-block__img-wrapper {
        padding: 0;
        width: 100%; } }
  .cbd-questions .cbd-block__content-wrapper {
    width: 50%;
    max-width: 456px;
    padding: 30px 40px; }
    @media screen and (max-width: 964px) {
      .cbd-questions .cbd-block__content-wrapper {
        padding: 0;
        width: 100%;
        text-align: center; } }
    .cbd-questions .cbd-block__content-wrapper p {
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.92;
      letter-spacing: normal; }
      @media screen and (max-width: 964px) {
        .cbd-questions .cbd-block__content-wrapper p {
          font-size: 14px;
          line-height: 1.5; } }
      .cbd-questions .cbd-block__content-wrapper p:empty {
        margin-bottom: 26px; }
    .cbd-questions .cbd-block__content-wrapper a {
      text-decoration: underline;
      color: #94a781; }
  .cbd-questions .cbd-block__heading {
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 26px; }
    @media screen and (max-width: 964px) {
      .cbd-questions .cbd-block__heading {
        font-size: 30px;
        line-height: 1.33;
        margin-bottom: 20px; } }

.sbd__footer {
  margin-top: 65px; }
  .sbd__footer h3 {
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 964px) {
      .sbd__footer h3 {
        font-size: 30px;
        line-height: 1.33;
        text-transform: capitalize; } }
  .sbd__footer .btn-group {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 964px) {
      .sbd__footer .btn-group {
        padding: 0 15px; } }
    .sbd__footer .btn-group .image-with-text__button {
      margin: 0 8px;
      letter-spacing: 2.08px;
      padding: 17px 25px 14px; }
      @media screen and (max-width: 964px) {
        .sbd__footer .btn-group .image-with-text__button {
          margin: 0 5px;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.29;
          letter-spacing: 2.24px;
          padding: 17px 18px 14px; } }

.cbd__title {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  padding: 0 20px;
  max-width: 720px;
  margin: 0 auto 19px; }
  @media screen and (max-width: 964px) {
    .cbd__title {
      font-size: 30px;
      line-height: 1.33; } }

.cbd-info__wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 76px 0 60px; }
  @media screen and (max-width: 964px) {
    .cbd-info__wrapper {
      padding: 76px 0; } }
  .cbd-info__wrapper .cbd__title {
    margin-bottom: 40px; }

.cbd-info__link {
  font-family: "FreightDispPro", serif; }
  .cbd-info__link svg {
    width: 27px;
    height: 11px;
    position: relative;
    top: -1px; }

.cbd-info__blocks {
  display: flex;
  flex-wrap: wrap; }

.cbd-info__block {
  width: 50%;
  padding: 25px 50px; }
  @media screen and (max-width: 964px) {
    .cbd-info__block {
      width: 100%;
      padding: 25px 20px; } }

.cbd-info__block p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left; }
.cbd-info__block a {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
  margin-top: 14px;
  display: inline-block; }
.cbd-info__block .cbd-block__heading {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  font-family: "NeuzeitGro", sans-serif;
  margin-bottom: 10px; }

.cbd-cta {
  padding: 65px 20px 128px; }
  .cbd-cta h3 {
    max-width: 734px;
    margin: 0 auto 61px; }

@media screen and (max-width: 964px) {
  .cbd-hero {
    flex-direction: column; } }
.cbd-hero .blog-hero__heading {
  font-size: 60px;
  line-height: 1;
  letter-spacing: normal; }
  @media screen and (max-width: 964px) {
    .cbd-hero .blog-hero__heading {
      font-size: 40px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.13; } }
.cbd-hero .blog__scroll-to-content {
  height: 70px; }
  @media screen and (max-width: 964px) {
    .cbd-hero .blog__scroll-to-content {
      left: calc(50% - 7.5px);
      height: 50px; } }
@media screen and (max-width: 964px) {
  .cbd-hero .blog-hero__content {
    padding: 60px 23px 130px;
    text-align: center; }
  .cbd-hero .blog__scroll-to-content {
    left: calc(50% - 7.5px); } }

.ingredients {
  margin-top: 60px; }
  @media only screen and (max-width: 989px) {
    .ingredients {
      margin-top: 40px; } }
  .ingredients .ingredients__header {
    text-align: center; }
  .ingredients .ingredients__icon {
    margin-bottom: 20px; }
  .ingredients .ingredients__heading {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 70px; }
    @media only screen and (max-width: 989px) {
      .ingredients .ingredients__heading {
        font-size: 40px;
        padding: 0 25px;
        margin-bottom: 50px; } }
  .ingredients .ingredients__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto 45px; }
    @media only screen and (max-width: 1199px) {
      .ingredients .ingredients__items {
        padding: 0 30px; } }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__items {
        padding: 0 20px;
        margin-bottom: 0; } }
    .ingredients .ingredients__items .ingredients__item {
      width: 210px;
      text-align: center; }
      @media only screen and (max-width: 989px) {
        .ingredients .ingredients__items .ingredients__item {
          width: 45%;
          margin-bottom: 30px; } }
      .ingredients .ingredients__items .ingredients__item .ingredients__item-image {
        height: 125px;
        margin-bottom: 35px; }
      .ingredients .ingredients__items .ingredients__item .ingredients__item-heading {
        font-family: NeuzeitGro, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 2.24px;
        color: #454643;
        text-transform: uppercase;
        margin-bottom: 15px; }
        @media only screen and (min-width: 990px) {
          .ingredients .ingredients__items .ingredients__item .ingredients__item-heading {
            font-size: 16px; } }
      .ingredients .ingredients__items .ingredients__item .ingredients__item-text {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.79;
        letter-spacing: normal; }
        @media only screen and (min-width: 990px) {
          .ingredients .ingredients__items .ingredients__item .ingredients__item-text {
            font-size: 16px; } }
        @media only screen and (max-width: 749px) {
          .ingredients .ingredients__items .ingredients__item .ingredients__item-text {
            line-height: 1.5; } }
  .ingredients .ingredients__info {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__info {
        border: none; } }
    .ingredients .ingredients__info .ingredients__info-container {
      display: flex;
      max-width: 1120px;
      margin: 0 auto; }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-container {
          flex-direction: column; } }
    .ingredients .ingredients__info .ingredients__info-left {
      width: 50%;
      padding: 55px 65px 55px 0;
      border-right: 1px solid #f5f5f5; }
      @media only screen and (max-width: 1199px) {
        .ingredients .ingredients__info .ingredients__info-left {
          padding: 55px 30px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-left {
          width: 100%;
          padding: 0 25px; } }
    .ingredients .ingredients__info .ingredients__info-text {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.79;
      letter-spacing: normal;
      text-align: left; }
      @media only screen and (min-width: 990px) {
        .ingredients .ingredients__info .ingredients__info-text {
          font-size: 16px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-text {
          text-align: center; } }
    .ingredients .ingredients__info .ingredients__info-right {
      width: 50%;
      padding: 55px 0 55px 65px; }
      @media only screen and (max-width: 1199px) {
        .ingredients .ingredients__info .ingredients__info-right {
          padding-left: 30px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-right {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          padding: 45px 25px; } }
    .ingredients .ingredients__info .ingredients__info-logo {
      height: 76px;
      margin: 0 129px 50px 0; }
      @media only screen and (max-width: 1199px) {
        .ingredients .ingredients__info .ingredients__info-logo {
          margin-right: 112px; } }
      @media only screen and (max-width: 989px) {
        .ingredients .ingredients__info .ingredients__info-logo {
          margin-right: 49px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__info .ingredients__info-logo {
          margin-right: 20px; } }
      .ingredients .ingredients__info .ingredients__info-logo:nth-child(3n) {
        margin-right: 0; }
      .ingredients .ingredients__info .ingredients__info-logo:nth-child(n+4) {
        margin-bottom: 0; }
    .ingredients .ingredients__info .ingredients__info-links {
      margin-top: 35px; }
      .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link {
        font-family: "FreightDispPro",serif;
        font-size: 16px;
        font-weight: normal;
        font-style: italic;
        line-height: 1.56;
        letter-spacing: normal;
        text-decoration: underline;
        margin-right: 50px; }
        @media only screen and (max-width: 989px) {
          .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link {
            display: block;
            margin: 0 0 10px; } }
        @media only screen and (max-width: 749px) {
          .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link {
            text-align: center; } }
        .ingredients .ingredients__info .ingredients__info-links .ingredients__info-link:last-child {
          margin: 0; }
  .ingredients .ingredients__free {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 1199px) {
      .ingredients .ingredients__free {
        padding: 40px 30px; } }
    @media only screen and (max-width: 989px) {
      .ingredients .ingredients__free {
        flex-wrap: wrap;
        padding: 40px 30px 50px; } }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__free {
        padding: 40px 0 50px; } }
    .ingredients .ingredients__free .ingredients__free-item {
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 2.24px; }
      @media only screen and (max-width: 989px) {
        .ingredients .ingredients__free .ingredients__free-item {
          width: 50%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__free .ingredients__free-item {
          width: 100%;
          text-align: center;
          border-top: 1px solid #f5f5f5;
          margin-bottom: 0;
          padding: 10px 20px;
          font-size: 12px; }
          .ingredients .ingredients__free .ingredients__free-item:last-child {
            border-bottom: 1px solid #f5f5f5; } }
      .ingredients .ingredients__free .ingredients__free-item span {
        vertical-align: middle;
        line-height: 21px; }
  .ingredients .ingredients__popup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 45px 45px 70px;
    max-width: 100%;
    width: 625px;
    min-height: 540px;
    transform: translateY(130%);
    transition: all .5s ease;
    background: #fff;
    border-top: solid 1px #454643;
    border-right: solid 1px #454643; }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__popup {
        min-height: 470px;
        padding: 40px 20px;
        border: solid 1px #454643; } }
    .ingredients .ingredients__popup.open {
      transform: translateY(0); }
    .ingredients .ingredients__popup .ingredients__popup-close {
      position: absolute;
      right: 25px;
      top: 20px;
      font-size: 20px;
      padding: 4px 10px;
      cursor: pointer; }
      .ingredients .ingredients__popup .ingredients__popup-close:hover {
        opacity: 0.6; }
    .ingredients .ingredients__popup .ingredients__popup-heading {
      font-family: NeuzeitGro, sans-serif;
      font-size: 12px;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 1.92px;
      text-align: center;
      margin-bottom: 60px;
      text-transform: uppercase; }
      @media only screen and (max-width: 749px) {
        .ingredients .ingredients__popup .ingredients__popup-heading {
          margin-bottom: 40px; } }
    .ingredients .ingredients__popup .ingredients__popup-top-heading,
    .ingredients .ingredients__popup .ingredients__popup-bottom-heading {
      font-family: NeuzeitGro, sans-serif;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: normal; }
    .ingredients .ingredients__popup .ingredients__popup-table {
      border-top: solid 3px #454643;
      border-bottom: solid 3px #454643;
      margin: 15px 0; }
    .ingredients .ingredients__popup .ingredients__popup-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 20px 15px 0;
      border-bottom: solid 1px #454643; }
      .ingredients .ingredients__popup .ingredients__popup-row:last-child {
        border: none; }
    @media only screen and (max-width: 749px) {
      .ingredients .ingredients__popup .ingredients__popup-row--coa {
        flex-direction: column;
        align-items: flex-start; } }
    .ingredients .ingredients__popup .ingredients__popup-row-heading,
    .ingredients .ingredients__popup .ingredients__popup-row-value {
      font-family: NeuzeitGro, sans-serif;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: normal;
      margin: 0; }
    .ingredients .ingredients__popup a.ingredients__popup-row-value {
      color: #94a781; }

/**
 * Ingredients on About Ingredients page
 */
.ingredients__container {
  padding: 80px 30px; }
  @media only screen and (min-width: 1400px) {
    .ingredients__container {
      padding: 110px 0; } }
  @media only screen and (max-width: 749px) {
    .ingredients__container {
      padding: 67px 24px 48px; } }
  .ingredients__container h2 {
    font-size: 50px;
    line-height: 1.2;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .ingredients__container h2 {
        font-size: 40px;
        line-height: 1.25; } }

.ingredients__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #454643;
  border-bottom: 1px solid #454643;
  padding: 90px 0 26px; }
  @media only screen and (max-width: 749px) {
    .ingredients__list {
      padding: 48px 0 18px; } }

.ingredients__list-item {
  width: calc(33.333333% - 50px);
  margin: 0 0 64px; }
  @media only screen and (max-width: 749px) {
    .ingredients__list-item {
      width: calc(50% - 8px);
      margin-bottom: 30px;
      text-align: center; } }
  .ingredients__list-item img {
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 0 28px; }
  .ingredients__list-item h4 {
    font-size: 13px;
    line-height: 1.92;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "NeuzeitGro", sans-serif;
    margin: 0 0 16px;
    color: #454643; }
    @media only screen and (max-width: 749px) {
      .ingredients__list-item h4 {
        font-size: 14px;
        line-height: 1.5; } }
  .ingredients__list-item p {
    font-size: 13px;
    line-height: 1.92;
    margin: 0 0 10px; }
    @media only screen and (max-width: 749px) {
      .ingredients__list-item p {
        font-size: 14px;
        line-height: 1.5; } }

.ingredients__list-item-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.56;
  text-decoration: underline;
  font-style: italic;
  font-family: "FreightDispPro", serif; }

/**
 * Ingredients
 */
.certificates {
  padding: 80px 30px;
  text-align: center; }
  @media only screen and (min-width: 1400px) {
    .certificates {
      padding: 138px 0; } }
  @media only screen and (max-width: 749px) {
    .certificates {
      padding: 50px 0; } }
  .certificates h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 53px; }
    @media only screen and (max-width: 749px) {
      .certificates h2 {
        font-size: 40px;
        margin-bottom: 25px; } }
  .certificates p {
    font-size: 16px;
    line-height: 2.88;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 46px; }

.certificates__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 24px 0 10px; }
  @media only screen and (max-width: 749px) {
    .certificates__list {
      padding: 0; } }

.certificates__list-item {
  margin: 0 11px 22px; }
  .certificates__list-item img {
    display: block;
    width: 77px;
    height: 77px; }

.landing-page-template {
  max-width: 1240px;
  width: 100%;
  padding: 0 30px;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .landing-page-template {
      padding: 0 25px; } }
  .landing-page-template .button {
    padding: 14px 26px;
    line-height: 1.2;
    font-weight: lighter;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .landing-page-template .container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0; }
    .landing-page-template .container .homepage_content {
      margin: 10px 0; }
      .landing-page-template .container .homepage_content .title {
        font-size: 34px;
        line-height: 1.5;
        margin: 23px auto; }
        @media only screen and (max-width: 749px) {
          .landing-page-template .container .homepage_content .title {
            margin: 10px auto;
            font-size: 30px; } }
      .landing-page-template .container .homepage_content .featured_text p {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 1.6; }
        @media only screen and (max-width: 989px) {
          .landing-page-template .container .homepage_content .featured_text p {
            font-size: 15px; } }
  .landing-page-template .featured_collections {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 749px) {
      .landing-page-template .featured_collections {
        flex-direction: column; } }
    .landing-page-template .featured_collections .featured-link__img-wrap {
      width: 50%; }
      @media only screen and (max-width: 749px) {
        .landing-page-template .featured_collections .featured-link__img-wrap {
          width: 100%; } }
      .landing-page-template .featured_collections .featured-link__img-wrap img {
        width: 100%;
        display: block; }
    .landing-page-template .featured_collections .featured-link__content {
      width: 50%;
      display: inline-block;
      padding: 0 8%; }
      @media only screen and (max-width: 989px) {
        .landing-page-template .featured_collections .featured-link__content {
          padding: 0 3%; } }
      @media only screen and (max-width: 749px) {
        .landing-page-template .featured_collections .featured-link__content {
          width: 100%;
          padding: 20px 0; } }
      .landing-page-template .featured_collections .featured-link__content .collection_title {
        font-size: 34px;
        margin-bottom: 15px;
        line-height: 1; }
      .landing-page-template .featured_collections .featured-link__content .description p {
        font-size: 17px;
        margin: 0 0 15px;
        line-height: 1.6; }
        @media only screen and (max-width: 989px) {
          .landing-page-template .featured_collections .featured-link__content .description p {
            font-size: 15px; } }
  @media only screen and (min-width: 750px) {
    .landing-page-template .featured_collections--right {
      flex-direction: row-reverse; } }
  .landing-page-template .landing-collection {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 749px) {
      .landing-page-template .landing-collection {
        flex-direction: column; } }
    .landing-page-template .landing-collection .landing-collection__item {
      flex: 1;
      margin: 0 10px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media only screen and (max-width: 749px) {
        .landing-page-template .landing-collection .landing-collection__item {
          margin: 20px 0; } }
      .landing-page-template .landing-collection .landing-collection__item .title {
        display: block;
        line-height: 1.6;
        font-size: 18px;
        font-weight: normal; }
        @media only screen and (max-width: 749px) {
          .landing-page-template .landing-collection .landing-collection__item .title {
            font-size: 20px;
            line-height: 2; } }

/*============ Add any custom styles below this line ==================*/
.promo__close-btn {
  background: transparent; }

html body[data-talkable-offer-state-228381402~="offer"],
html body[data-talkable-offer-state="offer"] {
  height: auto !important;
  position: initial !important; }

.landing-hero {
  margin-bottom: 30px; }
  .landing-hero .hero__content__wrapper .hero__content {
    position: relative;
    background-color: unset; }
    .landing-hero .hero__content__wrapper .hero__content * {
      position: relative; }
    .landing-hero .hero__content__wrapper .hero__content .hero__content-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .landing-hero .landing-hero__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .landing-hero .landing-hero__image {
    width: 100vw;
    vertical-align: middle; }
    @media screen and (max-width: 749px) {
      .landing-hero .landing-hero__image {
        width: auto;
        min-width: 100vw;
        min-height: 66vh; } }

.suffix-landing-2 .text-row,
.suffix-landing-metafields .text-row {
  margin-bottom: 0; }
@media screen and (max-width: 749px) {
  .suffix-landing-2 .index-double,
  .suffix-landing-metafields .index-double {
    display: inline; } }
.suffix-landing-2 .index-double .image-with-text__inner,
.suffix-landing-metafields .index-double .image-with-text__inner {
  text-align: center; }
.suffix-landing-2 .colors-landing-block .image-with-text__button,
.suffix-landing-metafields .colors-landing-block .image-with-text__button {
  padding: 16px 25px 14px; }

.suffix-landing-2 .hero__content .newsletter-form,
.suffix-landing-3 .hero__content .newsletter-form,
.suffix-landing-metafields .hero__content .newsletter-form {
  margin-bottom: 30px; }
  .suffix-landing-2 .hero__content .newsletter-form input[type=email],
  .suffix-landing-3 .hero__content .newsletter-form input[type=email],
  .suffix-landing-metafields .hero__content .newsletter-form input[type=email] {
    margin-bottom: 0;
    border: none;
    color: inherit;
    padding: 16px; }
    .suffix-landing-2 .hero__content .newsletter-form input[type=email]::placeholder,
    .suffix-landing-3 .hero__content .newsletter-form input[type=email]::placeholder,
    .suffix-landing-metafields .hero__content .newsletter-form input[type=email]::placeholder {
      color: inherit; }
  .suffix-landing-2 .hero__content .newsletter-form input[type=submit],
  .suffix-landing-3 .hero__content .newsletter-form input[type=submit],
  .suffix-landing-metafields .hero__content .newsletter-form input[type=submit] {
    padding: 15px 15px 10px; }

.product__gift-promotion-sold-out {
  display: none; }
  .product__gift-promotion-sold-out p {
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 20px; }

.text-with-slideshow {
  padding: 100px;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .text-with-slideshow {
      padding: 60px 20px; } }
  @media screen and (max-width: 767px) {
    .text-with-slideshow {
      padding: 50px 20px; } }
  .text-with-slideshow .text-with-slideshow__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .text-with-slideshow .text-with-slideshow__container {
        flex-direction: column-reverse; } }
  .text-with-slideshow .text-with-slideshow__content {
    width: 410px;
    text-align: left;
    padding-right: 30px; }
    @media screen and (max-width: 1023px) {
      .text-with-slideshow .text-with-slideshow__content {
        width: 100%;
        text-align: center;
        padding-right: 0; } }
  .text-with-slideshow .text-with-slideshow__subheading {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2.24px;
    color: #4c4d4d;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: 'NeuzeitGro'; }
    @media only screen and (min-width: 990px) {
      .text-with-slideshow .text-with-slideshow__subheading {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .text-with-slideshow .text-with-slideshow__subheading {
        margin-bottom: 25px; } }
  .text-with-slideshow .text-with-slideshow__heading {
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #4c4d4d;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .text-with-slideshow .text-with-slideshow__heading {
        font-size: 30px;
        margin-bottom: 35px; } }
  .text-with-slideshow .text-with-slideshow__slideshow {
    width: calc(100% - 410px); }
    @media screen and (max-width: 1023px) {
      .text-with-slideshow .text-with-slideshow__slideshow {
        width: calc(100% - 50px);
        margin-bottom: 75px; } }
    @media screen and (max-width: 767px) {
      .text-with-slideshow .text-with-slideshow__slideshow {
        width: calc(100% - 30px); } }
  .text-with-slideshow .text-with-slideshow__image {
    width: 100%;
    height: 564px;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1199px) {
      .text-with-slideshow .text-with-slideshow__image {
        height: 380px; } }
    @media screen and (max-width: 1023px) {
      .text-with-slideshow .text-with-slideshow__image {
        height: 64vw; } }
  .text-with-slideshow .slick-dots {
    position: absolute;
    margin: 0;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px; }
  .text-with-slideshow .slick-arrow {
    color: #454643;
    margin: 0;
    transform: translateY(-50%);
    background: transparent;
    box-shadow: none;
    opacity: 1; }
    .text-with-slideshow .slick-arrow:hover {
      color: #94a781; }
    @media screen and (min-width: 768px) {
      .text-with-slideshow .slick-arrow svg {
        width: 28px;
        height: 28px; } }
  .text-with-slideshow .slick-next {
    right: -50px; }
    @media screen and (max-width: 767px) {
      .text-with-slideshow .slick-next {
        right: -38px; } }
  .text-with-slideshow .slick-prev {
    left: -50px; }
    @media screen and (max-width: 767px) {
      .text-with-slideshow .slick-prev {
        left: -38px; } }

.secondary-menu {
  margin-left: auto; }

@media screen and (min-width: 990px) {
  .link-mobile {
    display: none !important; } }

ul.unstyled.footer__second-menu {
  margin: 0 auto; }

.footer__flex-menu {
  display: flex; }

.newsletter-form {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 749px) {
    .newsletter-form {
      display: block; } }

.landing-simplified-view .product-item__image .slideup {
  display: none; }
.landing-simplified-view .product-item__bg {
  opacity: 1 !important; }
.landing-simplified-view .product-item__bg__under {
  display: none; }

.landing-meta-template {
  display: flex;
  flex-direction: column; }

.certificate-page-heading {
  padding: 100px 15px 90px; }
  @media only screen and (max-width: 749px) {
    .certificate-page-heading {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .certificate-page-heading .certificate-page-heading__heading, .certificate-page-heading .certificate-page-heading__text {
    text-align: center;
    margin: 0 auto;
    width: 100%; }
  .certificate-page-heading .certificate-page-heading__heading {
    font-size: 40px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 749px) {
      .certificate-page-heading .certificate-page-heading__heading {
        font-size: 30px; } }
  .certificate-page-heading .certificate-page-heading__text {
    margin-bottom: 50px; }
    @media only screen and (max-width: 749px) {
      .certificate-page-heading .certificate-page-heading__text {
        margin-bottom: 30px; } }
    .certificate-page-heading .certificate-page-heading__text * {
      font-size: 18px; }
      @media only screen and (max-width: 749px) {
        .certificate-page-heading .certificate-page-heading__text * {
          font-size: 14px; } }
    .certificate-page-heading .certificate-page-heading__text:nth-of-type(2) {
      margin-bottom: 30px; }
  .certificate-page-heading .certificate-page-heading__form {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 749px) {
      .certificate-page-heading .certificate-page-heading__form {
        margin-bottom: 30px; } }
  .certificate-page-heading .certificate-page-heading__input {
    margin: 0;
    padding: 16px;
    width: 100%;
    max-width: 330px; }
    @media only screen and (max-width: 749px) {
      .certificate-page-heading .certificate-page-heading__input {
        padding: 11px; } }
    .certificate-page-heading .certificate-page-heading__input::placeholder {
      font-size: 16px; }
  .certificate-page-heading .certificate-page-heading__submit {
    padding: 16px 11px;
    margin: 0;
    text-transform: uppercase;
    background-color: #94a781;
    border: 1px solid #94a781;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    transition: all 0.5s; }
    @media only screen and (max-width: 749px) {
      .certificate-page-heading .certificate-page-heading__submit {
        padding: 11px; } }
    .certificate-page-heading .certificate-page-heading__submit:hover {
      background-color: #ffffff;
      color: #94a781;
      border-color: #f0f0f0; }
  .certificate-page-heading .certificate-page-errors {
    padding-top: 20px;
    font-size: 26px;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .certificate-page-heading .certificate-page-errors {
        padding-top: 10px;
        font-size: 22px; } }
  .certificate-page-heading .certificate-page__scroll-indicator {
    padding-top: 30px;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .certificate-page-heading .certificate-page__scroll-indicator {
        padding-top: 0; } }
    .certificate-page-heading .certificate-page__scroll-indicator svg {
      width: 58px;
      height: 58px;
      padding: 10px;
      transform: rotate(90deg); }
      @media only screen and (max-width: 749px) {
        .certificate-page-heading .certificate-page__scroll-indicator svg {
          width: 48px;
          height: 48px; } }

.certificate-page-loader {
  margin: 0 auto;
  display: none;
  border: 16px solid #94a781;
  border-top: 16px solid #efede5;
  border-bottom: 16px solid #efede5;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite; }
  @media only screen and (max-width: 749px) {
    .certificate-page-loader {
      width: 50px;
      height: 50px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.certificate-page-product {
  border-top: 1px solid #f0f0f0;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 750px;
  width: 100%;
  display: flex; }
  @media only screen and (max-width: 749px) {
    .certificate-page-product {
      flex-direction: column;
      padding-top: 25px;
      padding-bottom: 25px; } }
  .certificate-page-product:last-child {
    border-bottom: 1px solid #f0f0f0; }
  .certificate-page-product .certificate-page-product__image-container {
    width: 32%;
    overflow: hidden; }
    @media only screen and (max-width: 749px) {
      .certificate-page-product .certificate-page-product__image-container {
        width: 65%;
        margin: 0 auto; } }
  .certificate-page-product .certificate-page-product__image-wrapper {
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #f0f0f0; }
  .certificate-page-product .certificate-page-product__image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .certificate-page-product .certificate-page-product__content {
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px; }
    @media only screen and (max-width: 749px) {
      .certificate-page-product .certificate-page-product__content {
        width: 100%;
        padding: 15px 0 0; } }
  .certificate-page-product .certificate-page-product__title {
    margin-bottom: 20px;
    font-size: 21px; }
  .certificate-page-product .certificate-page-product__description {
    margin-bottom: 35px; }
  .certificate-page-product .certificate-page-product__link {
    display: inline-block;
    padding: 11px 11px 10px;
    border: 1px solid #94a781;
    text-align: center;
    text-transform: uppercase;
    max-width: 170px;
    width: 100%; }

.landing-block__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .landing-block__image-wrapper.align-top {
    align-items: flex-start; }
  .landing-block__image-wrapper .landing-block__image {
    min-width: 590px;
    min-height: 605px;
    max-width: none;
    vertical-align: middle; }
    @media screen and (max-width: 749px) {
      .landing-block__image-wrapper .landing-block__image {
        min-width: 100%;
        min-height: 420px; } }

.lazyload {
  opacity: 0; }

.yotpo-referral__mobile-image-wrapper {
  position: relative;
  width: 100%;
  height: 300px; }
  @media only screen and (min-width: 750px) {
    .yotpo-referral__mobile-image-wrapper {
      display: none; } }

.yotpo-referral__mobile-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.yotpo-referral {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px; }
  @media only screen and (max-width: 749px) {
    .yotpo-referral {
      margin-bottom: 0; } }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-tile-box {
    padding-top: 30px;
    width: 100%;
    max-width: 550px; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-tile {
    padding: 0 20px;
    min-height: 500px; }
  .yotpo-referral .yotpo-background.yotpo-center-background {
    padding: 0 !important;
    height: auto !important;
    background: transparent !important; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-header-text {
    padding-bottom: 40px; }
    @media only screen and (max-width: 749px) {
      .yotpo-referral .yotpo-widget-referral-widget .yotpo-header-text {
        padding-bottom: 30px; } }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-email-label {
    font-size: 20px !important; }
    @media only screen and (max-width: 749px) {
      .yotpo-referral .yotpo-widget-referral-widget .yotpo-email-label {
        font-size: 16px !important; } }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-email-input {
    border-color: #4c4d4d; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-action-button-widget {
    margin-top: 35px !important; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-filled-button {
    width: 100%;
    max-width: 240px; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-filled-button span {
    font-family: "NeuzeitGro", sans-serif !important; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-referral-history-grid {
    border: 1px solid #4c4d4d; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-referral-history-grid.yotpo-is-mobile {
    width: 100%; }
  @media only screen and (max-width: 749px) {
    .yotpo-referral .yotpo-widget-referral-widget .yotpo-referral-history-explanation-container {
      padding-top: 20px; } }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-referral-history-redeem-text {
    padding: 0;
    max-width: 500px;
    margin: 0 auto; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-tabs-text {
    font-size: 16px;
    font-family: "NeuzeitGro", sans-serif !important; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-lower-line-tab {
    padding: 0;
    border-bottom: none !important;
    color: #4c4d4d !important; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-lower-line-tab.yotpo-tab-active .yotpo-tabs-text {
    text-decoration: underline; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-is-mobile .yotpo-tab-details {
    min-height: 400px; }
  .yotpo-referral .yotpo-widget-referral-widget .yotpo-tabs-content {
    margin-top: 80px; }
    @media only screen and (max-width: 749px) {
      .yotpo-referral .yotpo-widget-referral-widget .yotpo-tabs-content {
        margin-top: 40px; } }

div#rc_container {
  margin-top: 25px; }
  @media only screen and (max-width: 749px) {
    div#rc_container {
      padding-left: 25px;
      padding-right: 25px; } }
  div#rc_container select.rc_select {
    margin-top: 0;
    border: unset; }
  div#rc_container input.rc_radio {
    margin-right: 7px;
    width: 10px;
    height: 14px; }
    div#rc_container input.rc_radio:after {
      width: 16px;
      height: 16px;
      border-radius: 15px;
      top: -2px;
      left: -2px;
      position: relative;
      background-color: #ffffff;
      content: '';
      display: inline-block;
      visibility: visible;
      border: 1px solid #94a781; }
    div#rc_container input.rc_radio:checked:after {
      background-color: #94a781; }
  div#rc_container label.rc_label {
    display: inline-block !important;
    padding-top: 5px; }

.rct_navigation {
  margin-bottom: 20px; }

.rct_sidebar {
  padding-top: 100px; }

.rc_layout__container {
  padding-top: 50px; }

.rc_layout .button {
  margin-top: 10px;
  font-weight: normal;
  padding: 15px 14px 11px; }

.container {
  max-width: 100% !important; }
