/** Shopify CDN: Minification failed

Line 182:0 Unexpected "}"
Line 249:2 Unexpected ".404-section"
Line 421:18 Unexpected "-->"
Line 453:17 Unexpected "-->"

**/
.shopify-section {
  padding:0;
  margin:0;
}

.padding-1:empty, .padding-2:empty, .padding-3:empty, .padding-4:empty  { display:block; }

h1,h2,h3,h4,h5,h6 { font-family: 'FoundersGrotesk';}
body {
  font-family: 'FoundersGrotesk';
}

header.page-width {
    max-width: inherit;
}

nav.header__inline-menu {
  text-align: center;
}

nav.header__inline-menu a {
  font-size:1.3em;
  text-transform:uppercase;
  color:#333;
}

nav.header__inline-menu a:hover {
  color: #008c79;
}

.header__menu-item:hover span {
  text-decoration: none;
}


.header__active-menu-item {
  text-decoration:none;
  color: #008c79;
}



footer.gradient {
  background:#ece6d8;
 }

.footer__content-bottom {
  background:#ece6d8;
}

.footer-heading {
      text-transform: uppercase;
    font-weight: inherit;
    font-size: 1.1em;
}

footer a {
  color:black;
}

.footer__content-bottom {
  margin-top:50px;
}

  

small { font-size:100% }

.announcement-bar {
  background: #bb7f09;
  color:white;
}
.announcement-bar p {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
  	padding:0.3em;
}

.collection-hero {
  display:none;
}

.cart-items thead th {
    font-size: 1em;
}

button { border:0; }

cart-remove-button .icon-remove {
    color: white;
}

cart-remove-button .button {
  margin-top: -3px !important;
}

h1,h2,h3,h4,h5 { text-transform:uppercase; }

.predictive-search__item--link {
    align-items: center;
}


.product__info-wrapper {
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
}

.product__media-wrapper {
    width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
}

@media screen and (min-width: 750px) {
  
  .product__media-wrapper {
    width: calc(50% - 1rem * 3 / 4) !important;
    max-width: 50%;
}
  
  .product__info-wrapper {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(50% - 1rem * 3 / 4) !important;
    max-width: 50%;
  }
}

@media screen and (min-width: 990px) {
.product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
  max-width:50% !important;
  width:calc(50% - 1rem * 3 / 4) !important;
}
}

::selection {
  color:white;
  background:#008c79;
}

.section-product-page {
  margin-top: 30px !important;
}


.shopify-payment-button__button--unbranded {
    font-size: 1.3em;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 1.5rem 6rem;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  min-width: 150px;
  max-width: 400px;
  margin: 0;
  background: #008c79;
  color: white;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition: border-color 0.2s, color 0.2s, background 0.2s;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  border:0;
}


}
.shopify-payment-button__button--unbranded:hover {
  background: #00bfa5;
  color: white;
  border:0;
}

.product__info-container .product-form {
  margin:0 !important;
}

.product-form__submit {
  width:100%;
  max-width:100%;
}

.buy-wrapper {
  border-top:1px dashed lightgrey;
  border-bottom:1px dashed lightgrey;
  margin-top:10px;
    margin-bottom:10px;
  padding-top:20px;
    padding-bottom:20px;
}

.product-table {
  font-size:1em;
  margin-top:20px;
  margin-bottom:20px;
}

.product-table tr {
  border-top:1px solid #333;
  vertical-align: top;
}

.product-table tr td {
  padding:10px;
}

.product-table tr td:first-child {
  width:40%;
}

@media (max-width: 768px) {
.product-table tr td:first-child {
    font-weight: bold;
}
.product-table tr td {
    display: inline-block;
}
}




.norre-product-title {
  font-size:1.5em;
  line-height: 1.05em;
}
.norre-product-title span {
  font-size:1.75em;
  display:block;
}


@media (min-width: 768px) {
  .404-section {
    padding-top:130px;
    padding-bottom:130px;
  }
}

.section-first .row-100vh > div {
  height: 90vh;
}

@media (max-width: 991px) {
.section-first .row-100vh > div {
    height: auto;
  }
}
  
  .section-colored {
  background:#ece6d8;
  }
  
  .section-product-detail {
    padding-top:60px;
    padding-bottom:60px;
  }

.section-icons {
  background:#ece6d8;
}
.section-icons p {
  font-size:1em;
  font-weight:bold;
  line-height:1.2em;
}
.section-product-page {
  padding-bottom:60px;
}

.product-page p, .text-page p {
  font-size:1.2em;
}

.link-image-wrapper img {
     transition: all .1s ease;
    vertical-align: middle;
}

.link-image-wrapper {
  overflow:hidden;
}


.link-image-wrapper img:hover {
    transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
}

.cart-notification {
  color: #333;
}

.cart-notification .button {
  padding: 1rem 3rem;
  font-size:12px;
  width:100%;
}

summary.list-menu__item {
    text-transform: uppercase;
    color: #333;
    font-size: 1.2em;
}
.list-menu__item {
    line-height: 50px;
    min-height: 50px;
    height: 50px;
}

.list-menu li {
  margin-right:10px;
}
.list-menu li:last-child {
  margin-right:0;
}

.list-menu__item:hover {
  color:#008c79;
}

h1 a,h2 a, h3 a, h4 a, h5 a {
  color:inherit;
  text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color:inherit;
}

.js .menu-drawer__menu li {
  text-transform:uppercase;
}

.cart-remove-button .icon-remove {
    vertical-align: middle;
}

.capsules {
  margin:0;
  padding:0;
  padding-top:20px;
  list-style:none;
}

.capsules li {
  background: #ece6d8;
  border-radius:16px;
  padding:15px 25px;
  display:inline-block;
  margin-bottom:15px;
}

#shopify-privacy-banner-inner-div {
  font-size:11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

#shopify-privacy-banner-div button {
  font-size:14px;
  margin-left:25px;
}
#shopify-privacy-banner-body-div {
  flex-grow:1;
}

.newsletter-form__message {
     font-weight: normal;
    color: #333;
  text-transform:inherit;
}

body {
  font-size:14px;
}

.list-payment li:last-child, .list-social li:last-child {
  margin-bottom:5px;
}

#shopify-privacy-banner-div button.decline {
    border: 0;
}

.star-rating {
  color:#c7af37;
  font-size:150%;
}

.review-content {
padding-left:20px;
padding-right:20px;
}

.review-content .review-details {
  font-size:1em;
}
.review-content p {
  font-size:1.2em;
}

<!-- judgmereview -->
.jdgm-rev-widg {
    padding: 0 !important;
    border: 0 !important;
    margin-top: 24px;
    margin-bottom: 24px;
}

.jdgm-rev-widg__title {
  display:none;
}
.jdgm-rev__body p {
 font-size:1.25em;
  line-height:1.65;
}

.jdgm-rev__header {
    margin-bottom: 20px;
}

.jdgm-divider-top {
  border: 0;
  padding-bottom:30px;
  padding-top:30px;
}

.jdgm-histogram {
    padding: 4px 60px;
    margin: 0 24px;
    border-left: 0;
    border-right: 0;
}
<!-- judgeme end -->