/** Shopify CDN: Minification failed

Line 250:12 Expected identifier but found whitespace
Line 250:14 Unexpected "{"
Line 250:23 Expected ":"
Line 657:0 Unexpected "{"
Line 657:1 Expected identifier but found "%"
Line 665:0 Unexpected "{"
Line 665:1 Expected identifier but found "%"
Line 667:0 Unexpected "{"
Line 667:1 Expected identifier but found "%"
Line 667:33 Expected identifier but found "%"
... and 28 more hidden warnings

**/


/* CSS from section stylesheet tags */
.totals h3 strong {
    font-size: 20px;
  }

  .template-cart .main-content .cart-recs {
    margin-top: 150px;
  } 

  .cart-recs .product--root {
    padding: 5px;
  }

  .circle-button { 
    border-radius: 50%;
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
    display: inline-block;
    padding: 0px 3px;
    height: 20px;
    font-size: 18px;
    width: 20px;
    vertical-align: middle;
    transition: all ease 0.3s;
    text-align: center;
  }

  .circle-button a {
    color: #9a9a9a;
    display: block;
  }

  @media (min-width: 500px) {
    .circle-button:hover {
      background: #dcdbdb;
    }
  }
.product-grid--root[data-items-per-row="3"]> .callout {
    width: 66.6666%;
    padding: 15px; 
  }
  .flex {
    display: flex;
  }
  .callout .inner-div {
    background-color: #fff6f6;
    height: 100%;
    display: flex;
    align-items: center;
    background-position: right;
    background-size: cover;
  }  
  .callout .text-box {
    /* background: #ffffff; */
    padding: 20px;
  }
  .callout .text-box h2 {
    text-transform: none;
    letter-spacing: 0px; 
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .callout .text-box p {
    margin-bottom: 25px; 
  }
  .callout .text-box a {
    background: #272727;
    border-color: #ebebeb;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: none; 
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    width: auto;
  }
  .filter {
    margin: 20px 0px !important;  
  }
  .filter-button {
    display: none; 
    margin: 1.25em;
    padding: 15px;
    background: #272727;
    border-color: #ebebeb;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .filter .title {  
    text-transform: uppercase; 
    font-weight: 700; 
    font-size: 11px;
    margin-bottom: 10px;  
    display: block;
  } 
  .filter select {
    border-radius: 0px;
    border: 0px;
    background-color: #fdefef;
    min-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
  }
  .filter option {
    background-color: #fff;
  }
  .arrow:not(.no-rotate) {
    border: solid #bbbbbb;
    border-width: 0 2px 2px 0;
    display: inline-block; 
    padding: 3px;
    transform: rotate(45deg);
    float: right;
    margin-top: 5px;
    transition: all ease 0.3s;  
  }
  .hide-filter .arrow {
    transform: rotate(-45deg) scale(1, -1);
    margin-top: 10px; 
  }
  .mobile-open-filter {
    display: none; 
    text-transform: uppercase;
    font-weight: 700;
  }
  .filter {
    display: block;
  } 
  .filter-title {
    text-align: center; 
    font-size: 16px;
    text-transform: capitalize;
    padding: 1.8em 0em 0.5em;
    letter-spacing: 1px;
  }
  .open-drawer {
    padding: 15px;
    display: block;
  }
  .no--results {
    margin: auto 2.5em 2em;
  }
  .collections-suggestion {  
    display: inline-block;
    background: #f8b1b3;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    transition: all ease 0.3s;
    font-size: 12px;
    font-weight: 700;
  }  
  .image--container {
    background-color: #feeee8; 
  }

  @media screen and (min-width: 767px) {
    .collections-suggestion:hover {
      background: #ffb7b7; 
    }
    .filter {
      display: block !important;
    }
    .small-only {
      display: none;
    }
    .cta-button-wrapper-sm {
      display: none;
    }
  } 

  @media screen and (max-width: 767px) {
    .sort-by { 
      display: none;
    }
    .mobile-open-filter {
      display: block;
    }
    .filter {
      display: none;
    }
    .open {
      display: block;
    }  
    .product-grid--root[data-items-per-row="3"]> .callout {
      width: 50%;
      padding: 5px;   
    } 
    .filter-button { 
      display: block;
      text-align: center;
      font-weight: 700;
      margin-bottom: 2.5em;
    }
    .callout .inner-div { 
      align-items: flex-end;
    } 
    .callout .inner-div .text-box {
      background: #ffffff00;
      width: 50%;
      padding: 20px 0 20px 8%;
    } 
    .callout .inner-div .text-box h2 { 
      font-size: 18px;
      margin-bottom: 3px !important; 
    }
    .callout .inner-div .text-box p { 
      margin-bottom: 6px !important;
    }
    .cta-button-wrapper-lg {
      display: none;
    }
    .cta-button-wrapper-sm {
      display: auto;
    }
    .cta-button-wrapper-sm a {
      background: none !important;
      padding: 0 6px !important;
      color: {{ section.settings.banner_color }};
    }
    .cta-button-wrapper-sm span:first-child { 
      text-decoration: #F8D1CE wavy underline !important;
    }
    .flex {
      display: block;
    }
  }

  .product--title {
    padding-bottom: 0px !important;
  }
  .product--price-wrapper {
    margin-bottom: 2.5rem;  
  }
  .open-drawer:before {
    content: "Show ";
  } 
  .hide-filter:before {
    content: "Hide ";
  } 
  .jdgm-widget .jdgm-star {
    padding-right: 2px !important;
  } 

  /* @media screen and (max-width: 480px) {
    .callout .text-box a {
      height: 35px;
      line-height: 35px;
    }
    .callout .text-box p {
      display: none; 
    }
  } general styling */

  @media screen and (max-width: 600px) {
    .callout .text-box a {
      height: 35px;
      line-height: 35px;
    }
    .callout .text-box p {
      display: none; 
    }
  }
h2 {
  font-family: "Raleway", sans-serif;
}

.coll--header {
  padding: 15px;
}


@media only screen and (max-width: 767px) {
  .coll--header {
    padding: 5px !important
  }
}

.coll--header .inner-header {
  background-color: #ffd7d7;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 15px; 
}

.coll--header .inner-header h2 {
  font-weight: 700; 
  text-align: center; 
  width: 100%;
  letter-spacing: 0.2em; 
}
h2 {
  font-family: "Raleway", sans-serif;
}

.coll--header {
  padding: 15px;
}

.coll--header .inner-header {
  background-color: #ffd7d7;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 15px; 
}

.coll--header .inner-header h2 {
  font-weight: 700; 
  text-align: center; 
  width: 100%;
  letter-spacing: 0.2em; 
}
#shopify-section-media-articles {
  background: #feeee8; 
  margin-top: 3rem;
  margin-bottom: -50px;
  padding-bottom: 60px;
}

#shopify-section-media-articles .grid.grid--uniform {
  display: -webkit-box;
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#shopify-section-media-articles .block-article .article-img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  background-color: #ffdeda;
}

#shopify-section-media-articles .block-article .article-img a {
  display: block;
  position: absolute;
  top: 0;
}

#shopify-section-media-articles .block-article .article-img img {
  transition: all ease 0.3s;
  cursor: pointer; 
}

#shopify-section-media-articles .block-article .article-text {
  padding: 2rem 2rem 3rem;
}

#shopify-section-media-articles .block-article .article-text h3 {
  font-size: 1.25rem;
  font-family: 'museo-sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  letter-spacing: normal; 
}

#shopify-section-media-articles .block-article .article_layout-no-img .article-text h3 {
  font-size: 1.875rem;
  letter-spacing: normal;
}

#shopify-section-media-articles .block-article {
  width: 100%; 
  padding: 1rem;
}

#shopify-section-media-articles .block-article .review_logo {
  height: 30px;
  margin-bottom: 1.5rem;
} 


#shopify-section-media-articles .load-more {
  margin: 2rem auto;
  display: block;
  max-width: 200px;
  text-align: center; 
} 

#shopify-section-media-articles .block-article .review_logo img {
  max-height: 30px; 
}

#shopify-section-media-articles .article_layout-no-img,
#shopify-section-media-articles .article_layout-img {
  background: #fff;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative; 
}

#shopify-section-media-articles .arrow-bottom {
  bottom: 0;
  right: 0; 
  position: absolute;
  padding: 1rem; 
}

#shopify-section-media-articles .arrow-bottom svg {
  width: 30px;
  transition: all ease 0.3s;
}
 
#shopify-section-media-articles .arrow-bottom svg path {
  fill: #f8b1b3; 
  transition: all ease 0.3s;
}

#shopify-section-media-articles .article_layout-no-img {
  background: #f9d0cd; 
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-end;
}

#shopify-section-media-articles .article_layout-no-img .review_logo {
  position: absolute;
  top: 2rem;
  max-width: 170px;
}

#shopify-section-media-articles .article_layout-no-img .review_logo img {
  max-height: 50px;
}

#shopify-section-media-articles .article_layout-no-img .text-section {
  padding-top: 4rem;
}

#shopify-section-media-articles .article-list > div:nth-child(n+7) {
  display: none; 
}



@media (min-width: 600px) {
  #shopify-section-media-articles .block-article {
    width: 50%; 
  }

  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 900px) {
  #shopify-section-media-articles .block-article .article-img img:hover {
    transform: scale(1.1);
    opacity: 0.6;
  }

  #shopify-section-media-articles .block-article .arrow-bottom:hover svg {
    transform: scale(1.1) translate(5px);
  }

  #shopify-section-media-articles .block-article .arrow-bottom:hover svg path {
    fill: #b57272;
  } 

  #shopify-section-media-articles .block-article {
    width: 33.3333%;  
  }

}
.media-page .media-header {
  max-width: 1200px;
  margin: auto;
} 

.media-page .img-header,
.media-page .text-header {
  width: 100%;
  max-width: 100%;
}

.slider-header .owl-wrapper {
  align-items: center !important;
}

.slider-header .owl-controls .owl-page {
  margin: 0 0.2rem;
}

.slider-header .owl-controls .owl-page span {
  border-radius: 50%;
  height: 12px !important;
  width: 12px !important;
  display: block;
  background: #ffd7d75c;
}

.slider-header .owl-controls .owl-page.active span {
  background: #ffd7d7;
}
 
.media-page .block-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 100%;
  width: 100%;
} 

.media-page .text-header {
  max-width: 100%;
  background: white; 
  padding: 1rem;
  z-index: 2;
}

.media-page .slider-header {
  overflow: hidden;
  display: flex;
  width: 100%;
}

.media-page .media-header .review_logo {
  padding-bottom: 2rem;
  max-width: 150px;
}

.ft_layout-left .text-header,
.ft_layout-right .text-header {
  order: 2;
  margin-left: 0;
  margin-right: 0;
}

.ft_layout-right .img-header, 
.ft_layout-left .img-header {
  order: 1;
}

.media-page .owl-buttons .owl-next,
.media-page .owl-buttons .owl-prev {
  width: 20px;
  height: 20px;
  border: solid 15px transparent;
  margin-top: -30px; 
} 

.media-page .owl-buttons .owl-prev { 
  float: left;
  border-right: solid 15px #ffd7d7;
}

.media-page .owl-buttons .owl-next {
  float: right;
  border-left: solid 15px #ffd7d7;
} 
 
@media (min-width: 800px) {
  .media-page .owl-buttons {
    display: none;
  }

  .media-page .media-header {
    padding: 2rem;
  } 

  .media-page .img-header,
  .media-page .text-header {
    min-width: 50%;
    max-width: 50%;
  }

  .media-page .text-header {
    max-width: 60%;
    padding: 2rem;
  }

  .ft_layout-left .text-header {
    order: 2;
    margin-left: -10%;
  }

  .ft_layout-right .text-header {
    order: 1;
    margin-right: -10%;
  }

  .ft_layout-right .img-header {
    order: 2; 
  }

}
.wrap-quantity {
  display: flex;
  flex-direction: row;
}
.button--add--to--cart-form {
  white-space: nowrap;
  width: 100% !important;
}
.compare-price {
  text-decoration: line-through;
  font-size: 14px;
  text-transform: lowercase;
  color: #747474;
  font-style: italic;
}
.actual-price {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mobile-price {
    display: none;
  }
  .desktop-price {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .desktop-price {
    display: none;
  }
}
{% comment %}
/*.product-description-text {
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}*/
{% endcomment %}

{% comment %} Main Product Page {% endcomment %}
  .ship-badge {
    position: absolute;
    z-index: 2;
    color: #fff;
    background: #272727;
    width: 60px;
    height: 60px;
    right: 20px;
    top: 0px;
    text-align: center; 
    padding: 10px;
    text-transform: uppercase; 
    font-size: 10px;
    font-weight: 700;
  }

  .product-page--zoom-image {
    z-index: 2;
  }

  .template-product .row.similar-products {
    padding-top: 20px;
    padding-bottom: 0px;  
    margin-bottom: 100px;
  }

  .template-product .row.similar-products article {
    padding-bottom: 0px; 
  }

  .similar-products.crosssell {
    background: #f9f9f9;
  }

  .template-product article .product-unavailable {
    background: #f9f9f9;
    max-width: 100% !important;
    padding: 1rem; 
  }

  .addon {
    margin-top: 30px;
  }

  .addon-button {
    border: 1px solid #feeee8;
    margin-bottom: 15px;
    border-radius: 4px;
    transition: all ease 0.3s;
    cursor: pointer;
  }

  .addon-button .image-outer {
    background-color: #ffffff;
  } 

  .addon-button .image-outer { 
    background-color: #fbe6e6;
    transition: all ease 0.3s;
  }

  .addon-button .image-outer, .addon-button .details {
    display: inline-block;
    vertical-align: middle;
  }  
 
  .addon-button .details {
    width: calc(100% - 95px);
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  .details:after {
    color: #f8b1b3;
    content: "Select product";
    text-transform: uppercase;
    display: block;
    font-weight: 700;
  }
  .details.added-to-cart:after {
    color: #f8b1b3;
    content: "Add to Cart";
    text-transform: uppercase;
    display: block;
    font-weight: 700;
  } 

  .selected-addon .details:after {
    content: "Remove product";
  }

  .selected-addon {
    background: #feeee8;
    border-color: #f8b2ba;
    box-shadow: 0 0 0 2px #f8b2ba;
  }

  .selected-addon .image-outer { 
    opacity: 1;
  }

  .disabled {
    opacity: 0.4;
    pointer-events: none;
  }

  .disabled .details:after {
    content: "In cart" !important;
  }

  .accordion {
    border-top: 1px solid #eaeaea;
  } 

  .toggleHeader {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    text-align: left; 
    text-transform: uppercase;
    padding: 10px;
    transition: all ease 0.3s;
    cursor: pointer;
  }

  .main-description ul {
    display: flex;
    padding-left: 0 !important;
    list-style: none;
    text-align: center;
  } 

  .main-description ul li {
    width: 33%; 
    padding: 0 1rem;
  }

  .main-description ul li img {
    max-width: 50px;
    display: block;
    margin: auto;
  }

  .toggleHeader:before {
    content: "+";
    content: "+";
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 1.2rem;
    font-weight: 200;
  }

  .toggleHeader.open {
    background: #fdefef;
    font-weight: 600;
  }

  .open:before {
    content: "-";
  }

  .collapse {
    display: none;
  }

  .toggleContent {
    padding: 1.5rem;
  }

  .how-to-use {
    display: flex;
    flex-wrap: wrap;
  }

  .how-to-use > * {
    width: 50%;
  }

  .how-to-use ul, .how-to-use ol {
    width: 100%;
    border-top: 1px solid #eaeaea;
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding-left: 0 !important;
  }
 
  .how-to-use ul li:nth-child(odd){
    max-width: 50px;
  }

  .how-to-use ul li:nth-child(even) {
    width: calc(100% - 50px);
    padding-left: 1rem;
  }
  
  .how-to-use ul.no-icons {
    padding-top: 1rem !important;
  }
  
  .how-to-use ul.no-icons li:nth-child(odd),
  .how-to-use ul.no-icons li:nth-child(even)  {
    max-width: 100% !important;
    padding-left: 0;
  }

  .ingr { 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .ingr p:nth-child(odd) {
    width: 50px;
  } 

  .ingr p:nth-child(even) {
    width: calc(100% - 50px);
    padding-left: 1rem;
  }

  {% comment %}
  QUICK CART SECTION
  Quick Cart - Layout
  {% endcomment %}

  .main-header .cart .recently-added table tfoot .items, .main-header .cart .recently-added table tfoot .items td { 
    padding: 7px 0; 
  } 
  
  tfoot tr td h2 {
    text-transform: initial;
    letter-spacing: 0px;
  }

  .recommended-cart {
    margin: 0px -10px -20px;
    background-color: #f7f7f7; 
    padding: 20px; 
  }

  .main-header .cart .recently-added table thead, .main-header .cart .recently-added table tbody {
    background: #ffd7d730 !important;
  }

  .main-header .cart .recently-added.mobile {
    margin-top: -180px !important;
  }  

  .main-header .cart .recently-added.mobile.added-addon {
    margin-top: -250px !important; 
  }  

  {% comment %}Quick Cart - Free Shipping / Free Gift{% endcomment %}
  .recently-added .free-shipping {
    margin: 10px 15px 20px; 
    text-align: center;
  }

  .recently-added .free-shipping .message, .recently-added .free-gift-upsell .message, .claim-gifts .message {
    display: block;
    margin: 10px 0px 10px;
    font-size: 12px;
    text-transform: initial;
    color: #e07275;
  }
  .claim-gifts .message {
    margin-bottom: -10px;
  }
 
  .recently-added .free-shipping .ship-metre-bg, .gift-metre-bg {
    background: #ffdeda;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
  } 
  .claim-gifts .gift-metre-bg {
    background: white;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
  }  
 
  .recently-added .free-shipping .ship-metre, .gift-metre  { 
    height: 10px;
    background: #e78390;
    transition: width ease 0.3s;
    position: absolute;
    border-radius: 5px;
    top: 0px;
    left: 0px;
  }

  .metre-container {
    position: relative;
    height: 10px;
    padding: 5px 20px;
  }
  .claim-gifts .metre-container {
    margin-top: 10px;
  }
  .claim-gifts {
    font-size: 12px;
    background-color: #ffdeda;
    margin-bottom: -15px;
    padding: 20px;
  }
  .claim-gifts-placeholder {
    margin-bottom: -15px;
  }
  .free-shipping-and-gift-topper {
    top: -20px;
    position: relative;
  }
  .shipping-text {
    color: lightgray;
    width: 90%;
    text-align: right;
    font-size: 10px;
  }
  .claim-now {
    color: #e78390 !important;
    font-size: 15px;
    font-weight: bold;
  }
  .claim-now::after {
    content: "→";
    color: #e78390;
  }

  {% comment %}Quick Cart - Cart Items{% endcomment %}

  .main-header .cart .recently-added table tfoot {
    border-top: 0px solid #fff !important;
  }
  .main-header .cart .recently-added table .cart-item {
    padding-left: 10px !important;
  }

  .main-header .cart .recently-added table .cart-price {
    padding-right: 10px !important;
  }  

  .recently-added .money-free-ship {
    display: inline-block !important;
  }

  .recently-added .secondary--button {
    border: 2px solid #272727 !important;
    color: #272727;
    background: none;
    margin-top: 10px !important;
  }

  {% comment %}Quick Cart - Recommended Products{% endcomment %}  

 .recommended-cart article {
    width: 100%;
    padding: 0px !important;
  }

  .recommended-cart .product--image {
    width: 60px;
  }

  .recommended-cart .title {
    display: none;
  } 
   
  .template-product .recommended-cart .similar-products {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    margin-bottom: -30px !important;
  } 

  .recommended-cart .crosssell {
    display: none;
  } 

  .recommended-cart .product--details {
    width: calc(100% - 80px);
    float: right; 
    text-align: left;  
    padding-top: 0px !important;
  }

  .recommended-cart .product--image-wrapper {
    position: absolute; 
    height: 60px !important; 
  } 

  .recommended-cart .product-grid--root {
    padding-bottom: 0px !important;
  }

  .recommended-cart .new-badge {
    display: none;
  }

  .recently-added .product--review {
    display: none;
  }

  {% comment %}Quick Cart - Mobile {% endcomment %}

  p.cart-item {
    width: 31%;
  }

  p.cart-item img { 
    max-width: 100% !important;    
  }  

  .addon-text {
    font-size: 12px;
    display: none;
  }

  .addon-item-added {
    margin-right: 5px;
  }

  .max-order {
    color: #e07275;
    font-size: 11px;
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1;
    text-transform: lowercase;
  }

  {% comment %}Quick Cart - Addon Notification {% endcomment %}

  .addon-added, .recently-added .checkout-buttons {
    display: none; 
  }
 
 .addon-added {
    background: #fff7f7 !important;
  }

  .product-recently-added {
    background: #fff7f7;
  }

  .product-recently-added h2 {
    text-transform: uppercase;
  }

  .main-header .cart .recently-added table .product-recently-added .cart-detail {
    padding-left: 10px;
    width: 100%;
  }

  .visible {
    display: table-row !important;
  }

  .checkout-buttons.visible {
    display: block !important;
  }  

  .product-page--smart-payment-buttons {
    display: none !important;
  }

  {% comment %}Quick Cart - Error Message{% endcomment %}

  .message-error .error {
    display: block !important;
  } 

  .message-error .recommended-cart, .message-error thead, .message-error .product-recently-added, .message-error.mobile .cart-item, .message-error.mobile .columns .all-caps {
    display: none !important;
  }

  @media (max-width:766px) {
    .visible {
      display: inline-block !important; 
    }
  }


@media (max-width: 768px) { 
  .product-grid--root[data-centered="true"] .product--root:last-child {
    display: block !important;
  }  
}