* picture {
  font-size: 0;
  display: block;
}

.site-alert p {
  color: #333;
  font-size: 12px;
  line-height: 1;
}

.header .banner {
  background: #E2FF00;
}

@media only screen and (min-width: 64em) {
  .header-inner {
    padding: 0 70px !important;
  }
}

/* .header-outer {
  background: #333 !important;
} */

.header-outer .inner--left .logo {
  margin-right: 60px;
}

.header-outer .inner--left .nav-standard ul .shop,
.header-outer .inner--left .nav-standard ul .about {
  position: relative;
}

.header-outer .inner--left .nav-standard ul .shop::before,
.header-outer .inner--left .nav-standard ul .about::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-outer .inner--left .nav-standard ul .shop::after,
.header-outer .inner--left .nav-standard ul .about::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 20px;
  background: transparent;
  bottom: -15px;
  left: 0;
}

.header-outer .inner--left .nav-standard ul .shop a,
.header-outer .inner--left .nav-standard ul .about a {
  text-decoration: none;
}

.header-outer .inner--left .nav-standard ul .shop:hover .shop-drop-down,
.header-outer .inner--left .nav-standard ul .about:hover .shop-drop-down {
  top: 94px;
  animation: appear linear 0.4s;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down {
  left: 0;
  top: -100%;
  padding: 0;
  margin: 0;
/*   box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.25); */
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner {
  padding: 35px 70px 80px;
  max-width: 1440px;
}

@media only screen and (min-width: 80em) {
  .header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner,
  .header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner {
    padding-left: 200px;
  }
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--left,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--left {
  min-width: 33.3333%;
  width: auto;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--left li,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--left li {
  width: 50%;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--left li a,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--left li a {
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--left li a:hover,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--left li a:hover {
  color: #989898;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--left li .grandchild,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--left li .grandchild {
  padding-top: 10px;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--left li .grandchild a,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--left li .grandchild a {
  font-size: 14px;
  line-height: 1.7;
  padding: 0;
  white-space: nowrap;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right {
  width: 66.66667%;
  flex-direction: row;
  margin: 0 -12px;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner {
  padding: 0 12px;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner .image,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner .image {
  position: relative;
  width: 100%;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner .image a,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner .image a {
  display: block;
  font-size: 0;
  padding: 0;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner .image a:hover .icon,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner .image a:hover .icon {
  margin-left: 15px;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner .image .caption,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner .image .caption {
  position: absolute;
  left: 10px;
  bottom: 15px;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner .image .caption span,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner .image .caption span {
  width: auto;
  height: auto;
  padding: 6px 20px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  box-shadow: 4px 5px 9px -2px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.2;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner .image .caption span i,
.header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner .image .caption span i {
  background-image: url("../assets/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  display: block;
  width: 30px;
  height: 20px;
  margin-left: 5px;
  transition: linear 0.3s;
}

@media only screen and (max-width: 63.99em) {
  .header-outer .inner--right .search-icon {
    display: none;
  }
}

@media only screen and (min-width: 64em) {
  .header-outer .inner--right {
    margin-right: -14px;
  }
}

.mobile-navigation {
  color: #666666;
}

.mobile-navigation.is-open .navigation--body {
  left: -105%;
}

.mobile-navigation.is-open .navigation--body li {
  display: none;
}

.mobile-navigation.is-open .navigation--featured-collection {
  display: block;
}

.mobile-navigation.is-open .navigation--search {
  display: none;
}

.mobile-navigation.is-open .mobile-banner {
  display: none;
}

.mobile-navigation.is-open .collection-link-wrapper {
  padding: 0;
}

.mobile-navigation .panels-wrapper {
  overflow-x: hidden !important;
}

.mobile-navigation .navigation--featured-collection {
  display: none;
  overflow-x: auto;
  padding: 0 20px 100px;
}

.mobile-navigation .navigation--featured-collection::-webkit-scrollbar {
  height: 0;
}

.mobile-navigation .navigation--featured-collection .heading h3 {
  margin: 0;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.2;
}

.mobile-navigation .navigation--featured-collection .row {
  width: 3770px;
  margin: 0 -8px;
}

.mobile-navigation .navigation--featured-collection .row .product-item {
  padding: 0 8px;
  display: inline-block;
}

.mobile-navigation .navigation--featured-collection .row .product-item .product-caption {
  text-align: center;
}

.mobile-navigation .navigation--featured-collection .row .product-item .product-name a {
  color: #666666;
  font-size: 18px;
  line-height: 1.2;
}

.mobile-navigation .navigation--featured-collection .row .product-item .product-price {
  color: #333;
  font-size: 14px;
  line-height: 12px;
}

.mobile-navigation .navigation--featured-collection .row .product-item a {
  font-size: 0;
  display: block;
  text-align: center;
}

.mobile-navigation .navigation--featured-collection .row .product-item a img {
  width: 100%;
  max-height: 202px;
  max-width: 202px;
  border-radius: 50%;
  object-fit: cover;
}

.mobile-navigation .navigation--search .search-form {
  display: flex;
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
}

.mobile-navigation .navigation--search .search-form input {
  border: none;
  outline: none;
  background: #f5f5f5;
}

.mobile-navigation .navigation--search .search-form button {
  order: -1;
  width: 35px;
  height: 100%;
  background-image: url("../assets/search-mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  cursor: pointer;
}

.mobile-navigation .collection-link-wrapper {
  padding: 30px 20px;
}

.mobile-navigation .mobile-banner {
  padding: 0 20px 36px;
}

.mobile-navigation .mobile-banner .wrapper {
  overflow-x: auto;
}

.mobile-navigation .mobile-banner .wrapper::-webkit-scrollbar {
  height: 0;
}

.mobile-navigation .mobile-banner .row {
  width: 610px;
  margin: 0 -8px;
}

.mobile-navigation .mobile-banner .col-banner {
  width: 100%;
  max-width: 218px;
  display: inline-block;
  padding: 0 8px;
}

.mobile-navigation .mobile-banner .col-banner a {
  font-size: 0;
  display: block;
}

.mobile-navigation .mobile-banner .col-banner a picture {
  font-size: 0;
  display: block;
}

.mobile-navigation .mobile-banner .col-banner a picture img {
  width: 100%;
  padding-bottom: 12px;
}

.mobile-navigation .mobile-banner .col-banner .caption {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #333;
}

.mobile-navigation .navigation--body {
  border: none !important;
  padding: 30px 0 !important;
  margin: 0 !important;
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-navigation .navigation--body .shop-all,
.mobile-navigation .navigation--body .shop-by-feeling,
.mobile-navigation .navigation--body .shop-by-function,
.mobile-navigation .navigation--body .hemp-derived-supplements,
.mobile-navigation .navigation--body .about {
  border-bottom: 1px solid #e8e8ed;
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.mobile-navigation .navigation--body .shop-all.is-open,
.mobile-navigation .navigation--body .shop-by-feeling.is-open,
.mobile-navigation .navigation--body .shop-by-function.is-open,
.mobile-navigation .navigation--body .hemp-derived-supplements.is-open,
.mobile-navigation .navigation--body .about.is-open {
  display: block;
}

.mobile-navigation .navigation--body .shop-all::before,
.mobile-navigation .navigation--body .shop-by-feeling::before,
.mobile-navigation .navigation--body .shop-by-function::before,
.mobile-navigation .navigation--body .hemp-derived-supplements::before,
.mobile-navigation .navigation--body .about::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../assets/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  cursor: pointer;
}

.mobile-navigation .navigation--body .shop-all.parent a,
.mobile-navigation .navigation--body .shop-by-feeling.parent a,
.mobile-navigation .navigation--body .shop-by-function.parent a,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent a,
.mobile-navigation .navigation--body .about.parent a {
  display: none;
}

.mobile-navigation .navigation--body .shop-all.parent .nav-toggle,
.mobile-navigation .navigation--body .shop-by-feeling.parent .nav-toggle,
.mobile-navigation .navigation--body .shop-by-function.parent .nav-toggle,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent .nav-toggle,
.mobile-navigation .navigation--body .about.parent .nav-toggle {
  padding: 20px 0;
  display: block;
  position: relative;
  z-index: 1;
}

.mobile-navigation .navigation--body .shop-all.parent .nav-drop.is-open,
.mobile-navigation .navigation--body .shop-by-feeling.parent .nav-drop.is-open,
.mobile-navigation .navigation--body .shop-by-function.parent .nav-drop.is-open,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent .nav-drop.is-open,
.mobile-navigation .navigation--body .about.parent .nav-drop.is-open {
  position: relative;
  top: -70px;
  left: 100%;
  width: 100%;
  display: block;
  padding-left: 105px;
  animation: movin linear 0.4s;
}

@media only screen and (max-width: 25em) {
  .mobile-navigation .navigation--body .shop-all.parent .nav-drop.is-open,
  .mobile-navigation .navigation--body .shop-by-feeling.parent .nav-drop.is-open,
  .mobile-navigation .navigation--body .shop-by-function.parent .nav-drop.is-open,
  .mobile-navigation .navigation--body .hemp-derived-supplements.parent .nav-drop.is-open,
  .mobile-navigation .navigation--body .about.parent .nav-drop.is-open {
    padding-left: 55px;
  }
}

.mobile-navigation .navigation--body .shop-all.parent .nav-drop.is-open .heading,
.mobile-navigation .navigation--body .shop-by-feeling.parent .nav-drop.is-open .heading,
.mobile-navigation .navigation--body .shop-by-function.parent .nav-drop.is-open .heading,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent .nav-drop.is-open .heading,
.mobile-navigation .navigation--body .about.parent .nav-drop.is-open .heading {
  display: flex;
}

.mobile-navigation .navigation--body .shop-all.parent .nav-drop.is-open .heading a,
.mobile-navigation .navigation--body .shop-by-feeling.parent .nav-drop.is-open .heading a,
.mobile-navigation .navigation--body .shop-by-function.parent .nav-drop.is-open .heading a,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent .nav-drop.is-open .heading a,
.mobile-navigation .navigation--body .about.parent .nav-drop.is-open .heading a {
  display: block;
  line-height: 1.6;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
  width: 100%;
}

.mobile-navigation .navigation--body .shop-all.parent .nav-drop.is-open .heading .toggle span,
.mobile-navigation .navigation--body .shop-by-feeling.parent .nav-drop.is-open .heading .toggle span,
.mobile-navigation .navigation--body .shop-by-function.parent .nav-drop.is-open .heading .toggle span,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent .nav-drop.is-open .heading .toggle span,
.mobile-navigation .navigation--body .about.parent .nav-drop.is-open .heading .toggle span {
  background-image: url("../assets/chevron-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 65px;
  top: 20px;
}

@media only screen and (max-width: 25em) {
  .mobile-navigation .navigation--body .shop-all.parent .nav-drop.is-open .heading .toggle span,
  .mobile-navigation .navigation--body .shop-by-feeling.parent .nav-drop.is-open .heading .toggle span,
  .mobile-navigation .navigation--body .shop-by-function.parent .nav-drop.is-open .heading .toggle span,
  .mobile-navigation .navigation--body .hemp-derived-supplements.parent .nav-drop.is-open .heading .toggle span,
  .mobile-navigation .navigation--body .about.parent .nav-drop.is-open .heading .toggle span {
    left: 30px;
  }
}

.mobile-navigation .navigation--body .shop-all.parent .col-sub li,
.mobile-navigation .navigation--body .shop-by-feeling.parent .col-sub li,
.mobile-navigation .navigation--body .shop-by-function.parent .col-sub li,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent .col-sub li,
.mobile-navigation .navigation--body .about.parent .col-sub li {
  display: block;
}

.mobile-navigation .navigation--body .shop-all.parent .col-sub a,
.mobile-navigation .navigation--body .shop-by-feeling.parent .col-sub a,
.mobile-navigation .navigation--body .shop-by-function.parent .col-sub a,
.mobile-navigation .navigation--body .hemp-derived-supplements.parent .col-sub a,
.mobile-navigation .navigation--body .about.parent .col-sub a {
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #e8e8ed;
}

.mobile-navigation .navigation--body a {
  padding: 20px 0;
  display: block;
}

.mobile-navigation .navigation--body a span {
  color: #666666;
}

.mobile-navigation .navigation--body .nav-drop {
  display: none;
}

.other-links-wrapper {
  padding: 20px 20px 10px !important;
  border-bottom: none !important;
  position: relative;
}

.other-links-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  border-top: 1px solid #e8e8ed;
}

.other-links-wrapper li {
  padding-bottom: 16px;
}

.other-links-wrapper li a {
  padding: 0 !important;
  font-weight: 600;
  font-size: 15px !important;
}

.shine-culture-callout {
  background: #f0f1ea;
  width: 100%;
  margin-bottom: 80px;
}

.shine-culture-callout .callout--inner {
  padding: 28px 20px !important;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
}

.shine-culture-callout .callout--inner .callout__image {
  width: auto;
}

.shine-culture-callout .callout--inner .callout__image img {
  width: 100% !important;
  height: auto !important;
}

.shine-culture-callout .callout--inner .callout-content {
  padding-left: 20px;
  width: 50%;
}

.shine-culture-callout .callout--inner .callout-content .callout__body {
  padding: 8px 0 6px !important;
}

.shine-culture-callout .callout--inner .callout-content .button-arrow {
  color: #333333;
}

@keyframes appear {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

@keyframes movin {
  from {
    transform: translateX(50px);
  }
  to {
    transform: translateX(0px);
  }
}

.cms-section .col-img {
  position: relative;
}

.cms-section .col-img .image img {
  width: 100%;
}

.cms-section .col-img .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cms-section .col-img .caption .text {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  max-width: 570px;
}

@media only screen and (max-width: 63.99em) {
  .cms-section .col-img .caption .text {
    display: none;
  }
}

.pagewrap {
  background: #fff !important;
}

.collection-page.collection-grid .collection-products {
  margin: 0 auto;
  max-width: 1140px;
  padding: 40px 15px 0;
}

@media only screen and (min-width: 64em) {
  .collection-page.collection-grid .collection-products {
    padding: 40px 70px 0;
  }
}

@media only screen and (min-width: 80em) {
  .collection-page.collection-grid .collection-products {
    padding: 40px 0 0 0;
  }
}

.collection-page.collection-grid .collection-products .filters {
  padding-bottom: 30px;
}

@media only screen and (min-width: 64em) {
  .collection-page.collection-grid .collection-products .filters {
    padding-bottom: 76px;
  }
}

.collection-page.collection-grid .collection-products .filters .filter h6 {
  font-size: 32px;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 30px;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 64em) {
  .collection-page.collection-grid .collection-products .filters .filter h6 {
    font-size: 18px;
  }
}

.collection-page.collection-grid .collection-products .filters .filter h6::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #000;
  left: 130px;
  top: 35%;
}

@media only screen and (min-width: 64em) {
  .collection-page.collection-grid .collection-products .filters .filter h6::before {
    top: 25%;
    left: 75px;
  }
}

.collection-page.collection-grid .collection-products .filters .filter ul {
  display: flex;
  justify-content: space-between;
  border-radius: 75px;
  background: #f0f0ea;
  padding: 10px;
}

@media only screen and (max-width: 63.99em) {
  .collection-page.collection-grid .collection-products .filters .filter ul {
    background: #fff;
    overflow-x: auto;
  }
  .collection-page.collection-grid .collection-products .filters .filter ul::-webkit-scrollbar {
    height: 0;
  }
}

.collection-page.collection-grid .collection-products .filters .filter ul li {
  padding: 0 35px;
  border-radius: 20px;
  height: 40px;
  color: #000;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}

@media only screen and (min-width: 64em) {
  .collection-page.collection-grid .collection-products .filters .filter ul li {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 80em) {
  .collection-page.collection-grid .collection-products .filters .filter ul li {
    padding: 0 35px;
  }
}

.collection-page.collection-grid .collection-products .filters .filter ul li.selected {
  background: #e2ff00;
}

.collection-page.collection-grid .collection-products .product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (min-width: 80em) {
  .collection-page.collection-grid .collection-products .product-grid {
    margin: 0 -15px;
  }
}

.collection-page.collection-grid .collection-products .product-grid::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  content: "";
  background: url("loading.svg") no-repeat center;
  background-size: auto 100%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.collection-page.collection-grid .collection-products .product-grid.loading::after {
  opacity: 1;
  z-index: 99999;
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock {
  width: 50%;
  padding: 0 10px 62px;
  margin: 0 !important;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 80em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock {
    padding: 0 15px 52px;
    width: 25%;
  }
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock-image {
  position: relative;
  background: rgba(181, 178, 153, 0.2);
  border-radius: 0 0 15px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock-image img {
  height: auto;
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock-info {
  display: flex;
  flex-grow: 1;
  text-align: left;
  background: #fff;
  padding: 15px 0;
  color: #333;
  border-radius: 0 0 15px 15px;
  justify-content: space-between;
}

@media only screen and (min-width: 48em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock-info {
    background: #f9f8f8;
    padding: 15px;
    flex-direction: column-reverse;
  }
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock-info .title {
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  width: 65%;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock-info .title {
    padding: 10px 0 0;
    color: #000;
  }
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock-info .price, .collection-page.collection-grid .collection-products .product-grid .collectionBlock-info .is-sold-out {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 48em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock-info .price, .collection-page.collection-grid .collection-products .product-grid .collectionBlock-info .is-sold-out {
    line-height: 1.2;
    font-size: 20px;
  }
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn {
  position: absolute;
  top: unset;
  bottom: 55px;
  left: -10px;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  width: auto;
  height: 25px;
  padding: 8px 10px;
  color: #797979;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (min-width: 48em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn {
    left: unset;
    width: 110px;
    right: 15px;
    bottom: 73px;
    font-size: 12px;
    height: 25px;
    color: #000;
    justify-content: flex-end;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 80em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn {
    bottom: 62px;
  }
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 48em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn::before {
    display: flex;
    justify-content: flex-end;
    top: -15px;
    width: 100%;
    padding: inherit;
    font-size: 24px;
    z-index: 3;
  }
}

@media only screen and (max-width: 47.938em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn.adding {
    left: 0;
  }
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn.adding::after {
  content: none;
}

@media only screen and (max-width: 47.938em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn.adding::before {
    content: none;
  }
}

.collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 80%;
}

@media only screen and (min-width: 48em) {
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn::after {
    background: #f9f8f8;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
  }
}

.cartContainer .heading-xl, .cartContainer .js-free-shipping-message, .cartContainer .subtotal, .cartContainer .product_quantity--decrease, .cartContainer .product_quantity--increase {
  color: #333;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--left li, .header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--left li {
    width: 37%;
}

.header-outer .inner--left .nav-standard ul .shop .shop-drop-down .inner .column--right .col-banner .image a:hover .icon, .header-outer .inner--left .nav-standard ul .about .shop-drop-down .inner .column--right .col-banner .image a:hover .icon {
    margin-left: 11px!important;
}

@media only screen and (max-width: 813px) {
.mobile-navigation .panels-wrapper .shine-culture-callout .callout--inner .button-arrow {
    font-size: 12px;
    position: relative;
}

.mobile-navigation .panels-wrapper .other-links-wrapper a {
    font-family: 'mattersemibold';
}

.shine-culture-callout .callout--inner .callout__image {
    width: 43%;
}

.mobile-navigation.active {
    top: 100px;
}

.collection-link-wrapper {
    padding-bottom: 0px!important;
}
  
  .mobile-navigation .navigation--featured-collection {
    display: none;
    overflow-x: auto;
    padding: 0 20px 50px;
    margin-top: -31px;
}
  
  .mobile-navigation .panels-wrapper .navigation--body {
    padding: 12px 0 20px!important;
    margin-bottom: 20px;
}
  
  .collection-page.collection-grid .collection-products {
    margin: 0 auto;
    max-width: 1140px;
    padding: 40px 26px 0;
}
  
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock-info .title {
    color: #333;
    font-size: 14px!important;
    line-height: 20px!important;
}
  
  .collection-page.collection-grid .collection-products .filters .filter h6 {
    font-size: 32px;
    line-height: 25px;
    color: #000000;
    padding-bottom: 30px;
    margin: 0;
    position: relative;
}
  
  .collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn {
    font-family: 'matterregular';
    padding-top: 12px;
}
  
  collection-page.collection-grid .collection-products .product-grid .collectionBlock .btn::before {
    top: 53%!important;
}
  
  div#hamburger-bar {
    width: 22px;
}
  
  a.js-mobile-hamburger.mobile-hamburger ::before {
    width: 22px!important;
}
  
  .header-outer .cart-icon {
    left: -3px;
}
  
  .template-index .home-featured-collections .product-grid .collectionBlock .collectionBlock-image:hover {
    border: 0px solid #00000000!important;
}
}

@media only screen and (min-width: 813px) {
div#filterContainer {
    margin-left: -15px;
    margin-right: -15px;
}
  
  .collection-page.collection-grid .collection-products .filters {
    padding-bottom: 60px;
}
  
  .header-outer .inner--left .nav-standard ul .shop:hover .shop-drop-down, .header-outer .inner--left .nav-standard ul .about:hover .shop-drop-down {
    top: auto;
    animation: appear linear 0.4s;
}
}

.partners--outer .partners-repeater {
    justify-content: center;
}

a, :visited, .template-index .home-featured-collections .product-grid .collectionBlock .collectionBlock-image{ 
    outline: 0;
  -webkit-appearance: none;
    outline: none;
}
:active, :focus{
    outline: 0;
    outline: none;
  -webkit-appearance: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.pagewrap {
    scroll-behavior: smooth;
  --scroll-behavior: smooth;
}

span#qab_message strong {
    font-family: mattermedium!important;
  font-weight: 500;
}


@media only screen and (max-width: 813px) {
div#qab_bar {
    padding-left: 1%!important;
    padding-right: 1%!important;
}
  
  span#qab_message {
    font-size: 12px!important;
}
  
  .hero-wrapper {
    margin-top: 60px!important;
}
}

@media only screen and (max-width: 813px) {
.product-hero {
    padding: 100px 0 40px;
}

}