/* Mixins */
@media screen and (max-width: 767px) {
  .section-header h2 {
    font-size: 20px; }
    .section-header h2:before {
      width: 30px;
      left: -45px; }
    .section-header h2:after {
      width: 30px;
      right: -45px; } }
.section-header h2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .section-header h2:before, .section-header h2:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.section-header a:hover h2 {
  color: #d6938a; }
  .section-header a:hover h2:before, .section-header a:hover h2:after {
    background-color: #d6938a; }

.topbar input:not([type="radio"]):not([type="checkbox"]),
.topbar button,
.topbar .button {
  height: 30px;
  line-height: 26px; }
.topbar .topbar--text .cr {
  color: #897775;
  font-weight: bold; }
.topbar input:not([type="radio"]):not([type="checkbox"]) {
  font-size: 11px;
  border: 1px solid #dbd6d5;
  border-radius: 20px 0 0 20px; }
.topbar .subscribe__form {
  border: 0;
  padding: 0;
  background-color: transparent; }
  .topbar .subscribe__form button {
    border-radius: 0 20px 20px 0; }

#jas-header .jas-header-search i,
#jas-header .jas-mini-cart i {
  color: white; }
#jas-header .jas-header-search form {
  background-color: #7e7070; }
  #jas-header .jas-header-search form input[type="text"] {
    border-bottom: 1px solid white;
    color: white; }
    #jas-header .jas-header-search form input[type="text"]:focus {
      border-bottom: 1px solid white;
      color: white; }
#jas-header .jas-mini-cart .count {
  background: white;
  color: #897775; }

#jas-header.is-sticky .header__mid {
  background-color: #897775; }

.jas-push-menu h3.bgb {
  background-color: #897775; }

.slideshow h3.slideshow__text--heading {
  line-height: 110%;
  margin-bottom: 0; }
  .slideshow h3.slideshow__text--heading span.thin-font {
    font-weight: 200; }
.slideshow div.slideshow__text--desc {
  line-height: 110%; }
  .slideshow div.slideshow__text--desc span.thin-font {
    font-weight: 200; }

.collection .page-header .jas-container p {
  color: white; }
  .collection .page-header .jas-container p a {
    color: white;
    text-decoration: underline; }
.collection .collection__title {
  background-color: #f7f3f3; }
  .collection .collection__title a {
    color: #7e7070; }
.collection:hover .collection__title {
  background-color: #897775; }
  .collection:hover .collection__title a {
    color: white; }
.collection .widget__category ul.menu li:before {
  color: #897775; }

.products .product .product__image,
.related-products .product .product__image {
  padding: 10px;
  border: 1px solid #dbd6d5; }
  .products .product .product__image .product__action .product__action--quickview,
  .products .product .product__image .product__action .product__action--atc,
  .related-products .product .product__image .product__action .product__action--quickview,
  .related-products .product .product__image .product__action .product__action--atc {
    background-color: #f7f3f3;
    color: #7e7070; }
    .products .product .product__image .product__action .product__action--quickview:hover,
    .products .product .product__image .product__action .product__action--atc:hover,
    .related-products .product .product__image .product__action .product__action--quickview:hover,
    .related-products .product .product__image .product__action .product__action--atc:hover {
      background-color: #897775;
      color: white; }
.products .product .product__info,
.related-products .product .product__info {
  text-align: center; }
.products .product .botton-actions,
.related-products .product .botton-actions {
  text-align: center;
  margin-top: 5px; }
  .products .product .botton-actions .product__action--atc,
  .related-products .product .botton-actions .product__action--atc {
    cursor: pointer;
    border: 2px solid #d6938a;
    background-color: #d6938a;
    padding: 0 20px;
    color: white;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .products .product .botton-actions .product__action--atc:hover,
    .related-products .product .botton-actions .product__action--atc:hover {
      background-color: white;
      color: #d6938a; }

.subscribe__form .subscribe__form--button {
  background-color: #897775;
  color: white; }
  .subscribe__form .subscribe__form--button:hover {
    background-color: #7e7070;
    color: white; }

.shopify-section.products-title {
  margin-top: 60px;
  text-align: center; }
  .shopify-section.products-title h2 {
    text-transform: uppercase; }
  .shopify-section.products-title .tab-item {
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    margin-top: 5px; }
    .shopify-section.products-title .tab-item + .tab-item:before {
      content: '/';
      padding-right: 5px; }
    .shopify-section.products-title .tab-item.active {
      font-weight: 700;
      cursor: default; }
  .shopify-section.products-title ~ .products-section {
    margin-top: 0 !important; }

.spr-badge[data-rating="0.0"] {
  display: none; }
.spr-badge .spr-icon {
  font-size: 12px !important; }
  .spr-badge .spr-icon + .spr-icon {
    padding-left: 3px; }
.spr-badge .spr-badge-caption {
  font-size: 12px;
  padding-left: 2px;
  position: relative;
  top: 1px; }

.article .article__info .article__excerpt {
  line-height: 150%; }
.article .article__info .read-more {
  padding-bottom: 0px;
  display: inline-block;
  border-bottom: 1px solid #897775;
  margin-top: 10px; }

.shopify-section .icon-boxes h3, .shopify-section .icon-boxes p, .shopify-section .icon-boxes .box__icon i {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.shopify-section .icon-boxes a:hover h3, .shopify-section .icon-boxes a:hover p, .shopify-section .icon-boxes a:hover .box__icon i {
  color: #d6938a; }

#shopify-section-search {
  margin-top: 60px; }
  #shopify-section-search .jas-container .search-wrapper {
    padding: 50px 0;
    background-color: #dbd6d5;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #shopify-section-search .jas-container .search-wrapper {
        padding: 30px 0; } }
    #shopify-section-search .jas-container .search-wrapper .search-info {
      display: inline-block;
      color: #897775;
      font-weight: bold;
      font-size: 24px;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        #shopify-section-search .jas-container .search-wrapper .search-info {
          display: block;
          clear: both;
          font-size: 20px;
          margin-bottom: 10px; } }
    #shopify-section-search .jas-container .search-wrapper .search-form {
      margin: 0 20px 0 40px;
      min-width: 250px;
      width: 250px;
      margin-right: 0;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        #shopify-section-search .jas-container .search-wrapper .search-form {
          margin: 0 auto;
          font-size: 14px;
          display: block;
          width: 90%;
          max-width: 300px; } }
      #shopify-section-search .jas-container .search-wrapper .search-form input {
        font-size: 14px;
        width: 100%; }
      #shopify-section-search .jas-container .search-wrapper .search-form button {
        position: absolute;
        top: 0;
        right: 10px;
        background-color: transparent;
        border-radius: 0;
        border: 0;
        padding: 0; }
        #shopify-section-search .jas-container .search-wrapper .search-form button i {
          color: #897775; }
        #shopify-section-search .jas-container .search-wrapper .search-form button:hover {
          background-color: transparent; }
          #shopify-section-search .jas-container .search-wrapper .search-form button:hover i {
            color: #897775; }
    #shopify-section-search .jas-container .search-wrapper .faq-link {
      display: inline-block;
      margin-left: 25px;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        #shopify-section-search .jas-container .search-wrapper .faq-link {
          margin: 10px auto 0 auto;
          width: 90%;
          max-width: 300px;
          display: block; } }
      #shopify-section-search .jas-container .search-wrapper .faq-link a {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border: 2px solid #897775;
        background-color: #897775;
        padding: 5px 20px;
        color: white;
        font-weight: 500;
        white-space: nowrap;
        display: block; }
        @media screen and (max-width: 767px) {
          #shopify-section-search .jas-container .search-wrapper .faq-link a {
            font-size: 14px;
            padding: 8px 15px; } }
        #shopify-section-search .jas-container .search-wrapper .faq-link a:hover {
          background-color: transparent;
          color: #897775; }
  #shopify-section-search .jas-container .sw-thin {
    padding: 20px 0; }

.widget__html .custom-html {
  background-color: #d6938a;
  color: white;
  padding: 20px;
  border: 2px solid #d6938a;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .widget__html .custom-html:hover {
    background-color: white;
    color: #d6938a; }
  .widget__html .custom-html p {
    margin: 0;
    color: white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .widget__html .custom-html p + p {
      margin-top: 20px; }
    .widget__html .custom-html p:hover {
      color: #d6938a; }
    .widget__html .custom-html p a {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .widget__html .custom-html p a:hover {
        color: #d6938a;
        background-color: white; }

.widget__html .custom-html--bottom {
  background-color: #d6938a;
  color: white;
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #d6938a;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .widget__html .custom-html--bottom:hover {
    background-color: white;
    color: #d6938a; }
  .widget__html .custom-html--bottom p {
    margin: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .widget__html .custom-html--bottom p + p {
      margin-top: 20px; }
    .widget__html .custom-html--bottom p:hover {
      color: #d6938a; }
    .widget__html .custom-html--bottom p a {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .widget__html .custom-html--bottom p a:hover {
        color: #d6938a;
        border: 1px solid #d6938a; }

#shopify-section-collection .page-header:before {
  background-color: rgba(126, 112, 112, 0.5); }
#shopify-section-collection .collection-view a {
  display: none; }
#shopify-section-collection .tagcloud a {
  color: #897775;
  border-color: #897775; }

.collection-header-content {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  color: white;
  font-size: 16px; }

#shopify-section-product-detail-main .product-single__content .product-single__title {
  font-size: 24px; }
#shopify-section-product-detail-main .product-single__content .review-wrapper .spr-badge {
  display: inline-block;
  margin-right: 20px; }
  #shopify-section-product-detail-main .product-single__content .review-wrapper .spr-badge .spr-icon {
    font-size: 14px !important; }
  #shopify-section-product-detail-main .product-single__content .review-wrapper .spr-badge .spr-badge-caption {
    display: inline-block;
    font-size: 14px;
    padding-left: 6px;
    top: 0; }
#shopify-section-product-detail-main .product-single__content .review-wrapper .write-review {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 1px solid #897775;
  cursor: pointer;
  line-height: 120%; }
#shopify-section-product-detail-main .product-single__content .short-description {
  overflow: overlay; }
  #shopify-section-product-detail-main .product-single__content .short-description .short-description__title {
    margin-top: 10px;
    margin-right: 10px;
    float: left; }
  #shopify-section-product-detail-main .product-single__content .short-description .short-description__content {
    margin-top: 10px;
    float: left; }
#shopify-section-product-detail-main .product-single__content .earn-rewards {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #d6938a;
  padding: 5px 15px;
  border: 1px solid #d6938a;
  display: inline-block; }
#shopify-section-product-detail-main .product-single__content .product__price {
  margin-top: 20px; }
  #shopify-section-product-detail-main .product-single__content .product__price span.product__price--original {
    color: #7e7070;
    font-weight: bold; }
#shopify-section-product-detail-main .product-single__content .form__atc--action button.button {
  border: 2px solid #d6938a;
  background-color: #d6938a;
  color: white;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #shopify-section-product-detail-main .product-single__content .form__atc--action button.button:hover {
    background-color: white;
    color: #d6938a; }
#shopify-section-product-detail-main .product-single__content .quantity {
  border-color: #897775; }
  #shopify-section-product-detail-main .product-single__content .quantity input.quantity__input {
    color: #897775; }
  #shopify-section-product-detail-main .product-single__content .quantity .quantity__adjust a {
    color: #897775; }
#shopify-section-product-detail-main .product-single__content .product-single__visitor {
  color: #897775; }
#shopify-section-product-detail-main .product-single__content div[class^="product-single"] {
  margin-bottom: 0; }
  #shopify-section-product-detail-main .product-single__content div[class^="product-single"] b {
    color: #897775; }
#shopify-section-product-detail-main .product-single__content .studio10-info {
  padding: 15px 0;
  border-top: 1px solid #dbd6d5;
  border-bottom: 1px solid #dbd6d5;
  margin-bottom: 20px;
  margin-top: 20px; }
  #shopify-section-product-detail-main .product-single__content .studio10-info:after {
    content: '';
    clear: both;
    display: table; }
  #shopify-section-product-detail-main .product-single__content .studio10-info .col {
    width: 50%;
    float: left; }
    @media screen and (max-width: 767px) {
      #shopify-section-product-detail-main .product-single__content .studio10-info .col {
        width: 100%;
        float: none; }
        #shopify-section-product-detail-main .product-single__content .studio10-info .col + .col {
          margin-top: 20px; } }
  #shopify-section-product-detail-main .product-single__content .studio10-info p {
    margin: 0; }
    #shopify-section-product-detail-main .product-single__content .studio10-info p + p {
      margin-top: 10px; }
    #shopify-section-product-detail-main .product-single__content .studio10-info p a {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #shopify-section-product-detail-main .product-single__content .studio10-info p a:hover {
        color: #d6938a; }
#shopify-section-product-detail-main .product-single__content .social--share {
  text-align: left;
  justify-content: start;
  float: left;
  display: block;
  margin-top: 0; }
  #shopify-section-product-detail-main .product-single__content .social--share a {
    margin: 0 20px 0 0; }
    #shopify-section-product-detail-main .product-single__content .social--share a svg {
      fill: #897775; }
#shopify-section-product-detail-main .product-single__content .free-icons {
  border: none;
  padding: 0;
  margin: 15px 0 10px 0; }
#shopify-section-product-detail-main .product-single__content .free-container .cruelty_free {
  background-color: white;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/Cruelty_Free_6.jpg?v=3521510071861166624"); }
#shopify-section-product-detail-main .product-single__content .free-container .paraben_free {
  background-color: white;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/PARABEN_6.jpg?v=13608117703192427670"); }
#shopify-section-product-detail-main .product-single__content .free-container .gluten_free {
  background-color: white;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/Gluten_Free_6.jpg?v=16320523473913159955"); }
#shopify-section-product-detail-main .product-single__content .free-container .vegan {
  background-color: white;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/VEGAN_6.jpg?v=13826586085189041425"); }
#shopify-section-product-detail-main .product-single__content .free-container .fragrance_free {
  background-color: white;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/Fragrance_Free_6.jpg?v=13105262043656063542"); }
#shopify-section-product-detail-main .product-single__content .free-container:after {
  content: '';
  clear: both;
  display: table; }
#shopify-section-product-detail-main .product-single__content nav.tab__nav {
  margin-bottom: 20px;
  margin-top: 30px; }
  #shopify-section-product-detail-main .product-single__content nav.tab__nav ul li a {
    color: #897775; }
    #shopify-section-product-detail-main .product-single__content nav.tab__nav ul li a.active {
      color: #897775;
      border-color: #897775; }
#shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content p {
  margin-bottom: 5px; }
  #shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content p ~ h4 {
    margin-top: 40px; }
#shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content a {
  border-bottom: 1px solid #897775; }
#shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content h4 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500; }
  #shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content h4 ~ h4 {
    margin-top: 40px; }
#shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content .video-wrapper {
  position: relative;
  padding-bottom: 337.5px !important;
  height: 0 !important;
  overflow: hidden !important;
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
  margin-top: 5px; }
#shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content .video-wrapper iframe,
#shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content .video-wrapper object,
#shopify-section-product-detail-main .product-single__content .tab .tab__item .tab__content .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
#shopify-section-product-detail-main .product-single__content .tab .tab__item.active:before, #shopify-section-product-detail-main .product-single__content .tab .tab__item.active:after {
  color: #7e7070; }
#shopify-section-product-detail-main .product-single__content #shopify-product-reviews h2.spr-header-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500; }
#shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-summary .spr-starrating {
  display: inline-block;
  margin-right: 10px; }
  #shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-summary .spr-starrating .spr-icon {
    font-size: 14px !important;
    color: #d6938a !important; }
    #shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-summary .spr-starrating .spr-icon + .spr-icon {
      padding-left: 3px; }
  #shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-summary .spr-starrating .spr-summary-caption {
    display: inline-block;
    font-size: 14px;
    padding-left: 6px;
    top: 0; }
#shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-reviews .spr-review .spr-starratings {
  display: inline-block; }
  #shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-reviews .spr-review .spr-starratings .spr-icon {
    font-size: 12px !important;
    color: #d6938a !important; }
    #shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-reviews .spr-review .spr-starratings .spr-icon + .spr-icon {
      padding-left: 3px; }
#shopify-section-product-detail-main .product-single__content #shopify-product-reviews .spr-form-review-rating .spr-form-input .spr-icon {
  font-size: 16px !important;
  color: #d6938a !important;
  padding-left: 3px; }

.template-blog #shopify-section-search,
.template-article #shopify-section-search {
  margin-top: 30px; }
.template-blog #shopify-section-search-thin,
.template-article #shopify-section-search-thin {
  margin-top: 15px; }
.template-blog .posts .post .post__meta,
.template-article .posts .post .post__meta {
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #897775;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media screen and (max-width: 767px) {
    .template-blog .posts .post .post__meta,
    .template-article .posts .post .post__meta {
      bottom: -120px; } }
  .template-blog .posts .post .post__meta:hover,
  .template-article .posts .post .post__meta:hover {
    background-color: rgba(225, 141, 122, 0.7); }
    .template-blog .posts .post .post__meta:hover div,
    .template-blog .posts .post .post__meta:hover h3,
    .template-blog .posts .post .post__meta:hover time,
    .template-article .posts .post .post__meta:hover div,
    .template-article .posts .post .post__meta:hover h3,
    .template-article .posts .post .post__meta:hover time {
      color: white; }
  .template-blog .posts .post .post__meta div,
  .template-blog .posts .post .post__meta h3,
  .template-blog .posts .post .post__meta time,
  .template-article .posts .post .post__meta div,
  .template-article .posts .post .post__meta h3,
  .template-article .posts .post .post__meta time {
    color: #897775; }
@media screen and (max-width: 767px) {
  .template-blog .make-space,
  .template-article .make-space {
    margin-top: 130px; } }
.template-blog .widget__recent_posts .menu .plus--before:before,
.template-article .widget__recent_posts .menu .plus--before:before {
  color: #897775; }
.template-blog .widget__tag .tagcloud a,
.template-article .widget__tag .tagcloud a {
  color: #897775;
  border-color: #897775; }

#shopify-section-article .single .page-header .jas-container h1 {
  font-size: 24px; }

.post__time time {
  font-size: 16px; }

.post__info .post__author,
.post__info .post__comment {
  font-size: 16px; }

.title-from-tag {
  position: relative; }
  .title-from-tag h2 {
    text-transform: capitalize;
    text-align: center; }
  .title-from-tag:after {
    content: '';
    width: 200px;
    height: 1px;
    background-color: #897775;
    opacity: 0.6;
    top: 50px;
    left: 55%;
    transform: translate(-50%, -50%);
    margin-left: -40px;
    position: absolute; }

.tips-short-description p {
  width: 80%;
  font-size: 16px;
  margin: 20px 0; }

.tips p {
  padding: 20px; }

.tips-container {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 20px;
  justify-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .tips-container {
      grid-template-columns: 100%;
      padding: 10px; } }
  .tips-container .line {
    grid-column: 1 / 3;
    height: 1px;
    background: #443b3a;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .tips-container .line {
        grid-column: 1 / 2; } }

.tips-text {
  margin: auto; }

.tips-img {
  padding: 20px; }

.tips-img--collection img {
  display: block;
  margin: 0 auto; }

.jas-mini-cart-content .mini-cart-subtotal {
  color: #7e7070; }
.jas-mini-cart-content .mini-cart-action input {
  background-color: #d6938a;
  border-color: #d6938a; }
  .jas-mini-cart-content .mini-cart-action input:hover {
    background-color: #cf8277;
    border-color: #cf8277; }
.jas-mini-cart-content .mini-cart-action a {
  background-color: #897775;
  border-color: #897775; }
  .jas-mini-cart-content .mini-cart-action a:hover {
    background-color: #524746;
    border-color: #524746; }

@media only screen and (min-width: 769px) {
  .images--vertical .product-single__thumbnail > .slick-list {
    height: 100% !important; } }
body .gridlock-fluid .row {
  background: none;
  background-color: white; }
body .rewards-page-wrapper {
  margin-bottom: 100px; }
  body .rewards-page-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    body .rewards-page-wrapper ul li {
      margin: 0;
      padding: 0; }
  body .rewards-page-wrapper .rewards-banner {
    position: relative; }
    @media screen and (max-width: 767px) {
      body .rewards-page-wrapper .rewards-banner {
        min-height: 360px; } }
    body .rewards-page-wrapper .rewards-banner img {
      width: 100%;
      height: auto;
      display: block; }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .rewards-banner img {
          height: 100%;
          width: auto;
          max-width: none;
          max-height: 360px;
          min-height: 360px; } }
    body .rewards-page-wrapper .rewards-banner:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #443b3a;
      opacity: 0.4;
      z-index: 1; }
    body .rewards-page-wrapper .rewards-banner .banner-content {
      padding: 0 15px;
      width: 80%;
      max-width: 680px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .rewards-banner .banner-content {
          width: 92%; } }
      body .rewards-page-wrapper .rewards-banner .banner-content h1 {
        color: white;
        font-size: 36px;
        margin: 0; }
        @media screen and (max-width: 767px) {
          body .rewards-page-wrapper .rewards-banner .banner-content h1 {
            font-size: 28px; } }
      body .rewards-page-wrapper .rewards-banner .banner-content p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 150%;
        color: white; }
        @media screen and (max-width: 767px) {
          body .rewards-page-wrapper .rewards-banner .banner-content p {
            font-size: 15px;
            line-height: 130%;
            font-size: 14px; } }
      body .rewards-page-wrapper .rewards-banner .banner-content a {
        margin-top: 10px;
        display: inline-block;
        padding: 12px 30px;
        border: 2px solid #d6938a;
        background-color: #d6938a;
        font-size: 16px;
        color: white;
        line-height: 100%;
        text-transform: uppercase;
        letter-spacing: 1px; }
        @media screen and (max-width: 767px) {
          body .rewards-page-wrapper .rewards-banner .banner-content a {
            font-size: 15px; } }
  body .rewards-page-wrapper .rewards-wrapper {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1100px; }
  body .rewards-page-wrapper .rewards-info {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 75px auto 0 auto; }
    @media screen and (max-width: 767px) {
      body .rewards-page-wrapper .rewards-info {
        margin-top: 40px; } }
    body .rewards-page-wrapper .rewards-info h2 {
      font-size: 28px;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .rewards-info h2 {
          font-size: 24px; } }
      body .rewards-page-wrapper .rewards-info h2:after {
        content: '';
        width: 80px;
        height: 1px;
        background-color: #897775;
        opacity: 0.3;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
        position: absolute; }
      body .rewards-page-wrapper .rewards-info h2 ~ h2 {
        margin-top: 60px; }
        @media screen and (max-width: 767px) {
          body .rewards-page-wrapper .rewards-info h2 ~ h2 {
            margin-top: 30px; } }
    body .rewards-page-wrapper .rewards-info p {
      font-size: 15px;
      margin-bottom: 5px;
      line-height: 160%; }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .rewards-info p {
          font-size: 15px; } }
      body .rewards-page-wrapper .rewards-info p strong {
        font-weight: bold; }
      body .rewards-page-wrapper .rewards-info p a {
        text-decoration: underline;
        color: #897775; }
  body .rewards-page-wrapper .rewards-faq ul li + li {
    margin-top: 20px; }
  body .rewards-page-wrapper .earn-grid {
    margin: 0 -15px; }
    body .rewards-page-wrapper .earn-grid:after {
      clear: both;
      display: table;
      content: ''; }
    body .rewards-page-wrapper .earn-grid li {
      margin: 20px 0;
      padding: 0 15px;
      float: left;
      width: 33.3%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .earn-grid li {
          width: 50%;
          margin: 10px 0; } }
      body .rewards-page-wrapper .earn-grid li .circle {
        background-color: #d6938a;
        border-radius: 0 0 5px 5px;
        width: 100%;
        max-width: 90px;
        height: 0;
        padding-bottom: 70px;
        display: inline-block;
        position: relative;
        margin: 50px auto 0 auto;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 82%; }
        body .rewards-page-wrapper .earn-grid li .circle:before {
          position: absolute;
          background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/gift_box_top.png?v=15624820954310347361");
          margin: 0 -5px;
          width: 100px;
          background-size: 100% auto;
          background-repeat: no-repeat;
          height: 45px;
          top: -47px;
          content: '';
          left: 0; }
        body .rewards-page-wrapper .earn-grid li .circle span {
          display: none;
          position: absolute;
          top: 0;
          width: 70px;
          top: 50%;
          left: 10px;
          z-index: 1;
          color: white;
          font-size: 15px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          text-align: center;
          line-height: 100%; }
          body .rewards-page-wrapper .earn-grid li .circle span strong {
            font-size: 36px;
            font-weight: 400;
            letter-spacing: -1px; }
        body .rewards-page-wrapper .earn-grid li .circle.circle-text span {
          display: block; }
        body .rewards-page-wrapper .earn-grid li .circle.circle-register {
          background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/icon_register.png?v=13339115985081216826"); }
        body .rewards-page-wrapper .earn-grid li .circle.circle-birthday {
          background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/icon_birthday.png?v=8474840428222237197"); }
        body .rewards-page-wrapper .earn-grid li .circle.circle-follow {
          background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/icon_follow.png?v=5696553569750040480"); }
        body .rewards-page-wrapper .earn-grid li .circle.circle-like {
          background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/icon_like.png?v=8923345197457259552"); }
        body .rewards-page-wrapper .earn-grid li .circle.circle-share {
          background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/icon_sharing.png?v=2401523403760754828"); }
      body .rewards-page-wrapper .earn-grid li:nth-child(3n+1) {
        clear: left; }
        @media screen and (max-width: 767px) {
          body .rewards-page-wrapper .earn-grid li:nth-child(3n+1) {
            clear: none; } }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .earn-grid li:nth-child(2n+1) {
          clear: left; } }
      body .rewards-page-wrapper .earn-grid li p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 120%; }
  body .rewards-page-wrapper .spend-box {
    margin: 0 -15px 100px -15px; }
    @media screen and (max-width: 767px) {
      body .rewards-page-wrapper .spend-box {
        margin-bottom: 60px; } }
    body .rewards-page-wrapper .spend-box:after {
      clear: both;
      display: table;
      content: ''; }
    body .rewards-page-wrapper .spend-box .box {
      width: 100%;
      height: auto;
      padding: 30px 20px 30px 40px;
      margin: 0 auto;
      line-height: 100%;
      background-color: #f7f3f3;
      max-width: 600px; }
      body .rewards-page-wrapper .spend-box .box:after {
        clear: both;
        display: table;
        content: ''; }
      body .rewards-page-wrapper .spend-box .box .img {
        float: right;
        width: 170px; }
        @media screen and (max-width: 599px) {
          body .rewards-page-wrapper .spend-box .box .img {
            float: none;
            margin: 0 auto; } }
        body .rewards-page-wrapper .spend-box .box .img img {
          width: 100%;
          height: auto; }
      body .rewards-page-wrapper .spend-box .box .info {
        float: left;
        padding-top: 40px; }
        @media screen and (max-width: 599px) {
          body .rewards-page-wrapper .spend-box .box .info {
            padding-top: 20px; } }
        body .rewards-page-wrapper .spend-box .box .info p {
          text-align: left;
          font-size: 16px; }
          @media screen and (max-width: 599px) {
            body .rewards-page-wrapper .spend-box .box .info p {
              text-align: center; } }
          body .rewards-page-wrapper .spend-box .box .info p strong {
            font-weight: bold;
            font-size: 20px; }
          body .rewards-page-wrapper .spend-box .box .info p:first-child {
            text-transform: uppercase; }
  body .rewards-page-wrapper .friends-grid:after {
    clear: both;
    display: table;
    content: ''; }
  body .rewards-page-wrapper .friends-grid li {
    float: left;
    width: 50%;
    padding: 15px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      body .rewards-page-wrapper .friends-grid li {
        padding: 15px 10px;
        width: 100%;
        float: none; } }
    body .rewards-page-wrapper .friends-grid li + li {
      border-left: 1px solid #897775; }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .friends-grid li + li {
          border-left: 0;
          border-top: 1px solid #897775;
          margin-top: 10px;
          padding-top: 25px; } }
    body .rewards-page-wrapper .friends-grid li em {
      background-color: #d6938a;
      border-radius: 0 0 5px 5px;
      width: 100%;
      max-width: 90px;
      height: 0;
      padding-bottom: 70px;
      display: inline-block;
      position: relative;
      margin: 50px auto 10px auto;
      text-align: center;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      body .rewards-page-wrapper .friends-grid li em:before {
        position: absolute;
        background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/gift_box_top.png?v=15624820954310347361");
        margin: 0 -5px;
        width: 100px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        height: 45px;
        top: -47px;
        content: '';
        left: 0; }
      body .rewards-page-wrapper .friends-grid li em.you-earn {
        background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/icon_you_earn.png?v=13924647031508783672"); }
      body .rewards-page-wrapper .friends-grid li em.friends-receives {
        background-image: url("//cdn.shopify.com/s/files/1/1628/7465/t/22/assets/icon_friends_receives.png?v=2992658625398320871"); }
    body .rewards-page-wrapper .friends-grid li p {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: -1px;
      line-height: 140%; }
      @media screen and (max-width: 767px) {
        body .rewards-page-wrapper .friends-grid li p {
          font-size: 18px; } }
    body .rewards-page-wrapper .friends-grid li span {
      font-size: 15px;
      margin-top: 15px;
      line-height: 140%; }

.sr-l {
  max-width: 100%;
  flex-basis: 50%; }

.sr-m {
  margin-top: 20px; }

.sr-posts {
  min-width: 50%; }

.sr-pages {
  min-width: 50%; }

.sr-header {
  padding: 0 15px; }

#article-container {
  display: none; }

#page-container {
  display: none; }

.result-buttons-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  justify-items: center; }

.result-button-separator {
  width: 1px;
  height: 100%;
  background: #443b3a; }

.sr-button {
  border: none;
  font-size: 20px;
  color: #897775;
  width: 90%;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .sr-button {
      font-size: 15px;
      padding: 0; } }
  .sr-button:hover {
    background: #d6938a;
    color: white; }

.active-sr-button {
  background: #d6938a;
  color: white;
  border: none;
  font-size: 20px;
  width: 90%;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .active-sr-button {
      font-size: 15px;
      padding: 0; } }
  .active-sr-button:hover {
    background: #d6938a;
    color: white; }

.masonry__html .video-container {
  position: relative; }
  .masonry__html .video-container .mainpage-video {
    position: relative;
    top: 0;
    left: 0; }
  .masonry__html .video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px; }

.collection-header-content {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  color: white;
  font-size: 16px; }

.bqQGYX,
.qYFrN {
  border-radius: 40px !important;
  width: 300px !important; }

.dPmTqm {
  margin-left: -15px !important; }

.chbuKD {
  margin-bottom: 3px !important;
  margin-left: -95px !important; }

.hidden {
  display: none !important; }
