/** Shopify CDN: Minification failed

Line 304:1 Unexpected "{"

**/
/* Fonts */
h1, h1 a, #nav li a, div.title a, .headline, .collection_title { 
  font-family: var(--font-soehne-breit) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

@media only screen and (max-width: 479px){
 .collection_title {
    font-size: 32px !important;
 }
}

.pretext { 
  font-family: var(--font-soehne-mono) !important; 
}

body, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, #nav li a,
.faqAccordion>dt>button,
.title, .subtitle, .description, .rte-setting, .caption,
.nav-desktop__tier-1-link, .nav-desktop__tier-2-link, .nav-desktop__tier-3-link,
.top-bar .top-bar__menu a, .top-bar .social_icons a, .top-bar .mobile-menu-title,
.promo-banner { 
  font-family: var(--font-soehne) !important;
  line-height: 1.2 !important;
}

p {
  line-height: 1.3 !important;
}

.blog-article__main p a {
  font-weight: bold;
  text-decoration: underline;
}

h2, h2 a {
  line-height: 1.2 !important;
}

@media only screen and (min-width: 1025px) {
  .caption .subtitle {
    font-size: 20px;
  }  
}

.headline .tm {
  font-size: 40%;
  top: -1.08em;
}

.cart__item--title {
  font-family: var(--font-soehne-mono) !important;
  font-size: 28px !important;
}

.sidebar-block__heading {
  font-size: 24px !important;
}

@media only screen and (max-width: 799px) {
  .shopify-section--featured-collection h2 {
    font-size: 32px !important;
  }
}

/* END Fonts */

[data-nav-desktop-submenu] {
  background-color: var(--color--bg-secondary-menu);
}

.logo-list.logo-list--grid {
  align-items: center;
  gap: 2em;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .logo-list.logo-list--grid {
    gap: 2.5em;
    flex-direction: row;
  }
}

.logo-list .flickity-viewport .flickity-slider {
  display: flex !important;
  align-items: center !important;
}

@media screen and (max-width: 800px) {
  .index .shopify-section--image-with-text-overlay/*:first-of-type*/  .caption {
    top: 15px;
    transform: translateY(25%);
  }

  .shopify-section--image-with-text-overlay .button-grid-container {
    width: 100%;
  }

  .shopify-section--image-with-text-overlay .caption .subtitle {
    font-size: 14px;
  }

  .shopify-section--image-with-text-overlay .caption .headline {
    font-size: 30px !important;
  }

  .shopify-section--image-with-text-overlay .caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 600px) {
  .index .shopify-section--image-with-text-overlay/*:first-of-type*/  .caption {
    transform: translateY(0%);
    height: 100%;
  }

  .shopify-section--image-with-text-overlay .button-grid-container {
    position: absolute;
    padding: 0 20px;
    margin-bottom: 30px;
    left: 0;
    bottom: 15px;
  }
}

/* SECTION - Text column with images */
.shopify-section--text-columns-with-images {
  overflow: hidden;
}
.shopify-section--text-columns-with-images .swiper {
  width: 100%;
}

.text-columns-images-swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 1rem;
}

.section-wrap--text-columns-images {
  position: relative;
}
.shopify-section--text-columns-with-images .swiper-button-prev:after, 
.shopify-section--text-columns-with-images .swiper-rtl .swiper-button-prev:after,
.shopify-section--text-columns-with-images .swiper-button-next:after, 
.shopify-section--text-columns-with-images .swiper-rtl .swiper-button-after:after,
.empty-cart-swiper .swiper-button:after {
  display: none;
}

.shopify-section--text-columns-with-images .swiper-button,
.empty-cart-swiper .swiper-button {
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 30px;
  line-height: 1;  
  display: none;
}

.empty-cart-swiper .swiper-button {
  margin: 0;
}

.shopify-section--text-columns-with-images .image-element__wrap {
  max-width: none !important;
}

.shopify-section--text-columns-with-images .section[data-display="desktop"] {
  display: none;
}

.shopify-section--text-columns-with-images .text-columns-with-images__button {
  margin-bottom: 0;
}

.shopify-section--text-columns-with-images .swiper {
  overflow: visible;
}

@media screen and (min-width: 768px) { 
  .text-columns-images-swiper:not(.swiper-initialized) .swiper-slide {
    width: 33.33%;
  }
  
  .shopify-section--text-columns-with-images img {
    margin: 0;
  }
  
  .shopify-section--text-columns-with-images .column .text-wrap {
    padding-top: 10px;
  }

  .shopify-section--text-columns-with-images .section[data-display="desktop"] {
    display: block;
  }  
  .shopify-section--text-columns-with-images .section[data-display="mobile"] {
    display: none;
  }

  .shopify-section--text-columns-with-images .swiper-button,
  .empty-cart-swiper .swiper-button { 
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) { 
  .text-columns-images-swiper:not(.swiper-initialized) .swiper-slide {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .shopify-section--text-columns-with-images .columns.mobile-scroll {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .shopify-section--text-columns-with-images .columns.mobile-scroll .column {
    min-width: 75%;
  }  
}
/* END - SECTION - Text column with images */

/* Product Page */

.product-container .product_name {
  font-family: var(--font-soehne-mono) !important;
  font-size: 1.6em;
  line-height: 1.2 !important;
  text-transform: none !important;  
}

.product-block .section {
  width: 100%;
}

[data-read_more_less="true"] p:not(:first-of-type),
[data-read_more_less="true"] ul {
  display: none;
}
[data-read-more-toggle] {
  text-decoration: underline;
}

[data-list_more_less="true"] li:nth-child(n+5) {
  display: none;
}
[data-list_more_less="false"] li:nth-child(n+5) {
  display: block;
}

.collapsible-tab__heading {
  font-family: var(--font-soehne-mono);
  font-size: 14px;
  padding: 20px 0px;
}

@media only screen and (max-width: 480px) {
.spr-header-title, .spr-summary  {
    text-align: left !important;
}}

.spr-starrating {
  padding-bottom: 10px;
}

[data-option-name="mlveda_country"] {
  display: none;
}

/* Product Image Gallery */

.product_gallery {
    margin-bottom: 10px;
  }

@media only screen and (min-width: 799px) {
  .product-container .gallery-wrap {
    position: sticky;
    top: 40px;
  }

  .product__images {
    max-width: 540px;
  }
  .product_section {
    justify-content: center;
  }

}

/* Price per serve */

 {
  padding-bottom: 15px;
  font-size: 14px;
  font-style: italic;
}

/* END - Product Page */

/* Collection Pages */

@media only screen and (max-width: 798px) {
  .collection h1 {
    font-size: 36px;
  }
}

.collection .price,
.product-details .price {
  display: none;
}

/* END - Collection Pages */


/* SECTION - Newsletter */

.newsletter_section .title {
font-size: 26px;
color: #df0057;
margin-bottom: 10px;
}

.newsletter_section .container {
max-width: 60em;

}

.newsletter input[type=email] {
  background: transparent;
  border-bottom: 1.5px #ecdbe3 solid;
  border-top: none;
  border-right:none;
  border-left:none;
  border-radius: 0;
  padding: 0;
  color: #ecdbe3;
}

@media only screen and (max-width: 798px) {
    .newsletter_section .container {
        display: flex;
        justify-content: center !important;
    }
    .newsletter_section .input-row {
      margin-left: 0;
      margin-right: 0;
      flex-direction: column;
    }
    .newsletter_section input.newsletter-form__sign-up[type=submit] {
        margin-left: 0px;
    }
    .newsletter_section .section_form {
      padding: 0;
    }
    .newsletter_section .five-eighths {
      width: 80%;
    }
    .newsletter_section {
      padding-top: 30px;
      text-align: left;
    }
}

/*klaviyo*/
.needsclick input[name=email] {
  background: transparent !important;
  border-bottom: 1.5px #ecdbe3 solid !important;
  border-top: none !important;
  border-right:none !important;
  border-left:none !important;
  padding: 0 !important;
}

button.needsclick {
  padding-left: 20px !important;
  padding-right: 20px !important;
}  
/* END - SECTION - Newsletter */

/* Location Popup */
.location-popup {
  background: #ecdbe3;
  padding: 2rem;
}
.location-popup .location-title {
  margin: 0;
  padding: 0;
}
.location-popup .location-options {
  margin: 2rem 0 1.75rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.location-popup .location-item {
  width: calc(50% - 0.5rem);
}
.location-popup .location-item a:focus {
  outline: none;
}
.location-popup .location-item .country {
  font-size: 1rem;
  padding-top: 0.25rem
}
.location-popup .location-item img {
  width: 100%;
}
.location-popup .location-row {
  margin: 0 0 2rem;
}
.location-popup .location-row a {
  text-decoration: underline;
}
.location-popup .location-footer {
  font-size: 0.95rem;
}
.location-popup .fancybox-close-small {
  padding: 5px;
  display: block !important;
}
.location-popup .fancybox-close-small:before {
  display: none;
}

.location-popup .fancybox-close-small svg {
  display: block !important;
}

.top-bar__redirects [data-trigger-dropdown] {
  display: flex;
  align-items: center;
  gap: 2px;
}
.top-bar__redirects [data-trigger-dropdown] span {
  color: #ecdbe3;
}

.top-bar__redirects .redirect-options {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  min-width: 100px;
  opacity: 0;
  background-color: var(--color--bg-secondary-menu);
  transition: all ease-in 0.2s;
}

.top-bar__redirects ul {
  margin-left: 0;
  padding: 0; 
  list-style: none;
}
.top-bar__redirects ul li {
  display: block;
  padding: 5px;
  margin-left: 5px;
}

.top-bar__redirects ul li a {
  font-size: 14px;
}
.top-bar__redirects ul li a span {
  padding: 0;
}

[data-desktop-header] .top-bar__redirects:hover .redirect-options,
[data-trigger-dropdown].open + .redirect-options {
  visibility: visible;
  z-index: 9;
  opacity: 1;
}

[data-trigger-dropdown].open + .redirect-options {
  top: 100%;
}
#header .redirect-options span {
  color: inherit !important;
}

#header .top-bar__redirects ul {
  margin: 5px 0;
}

#header .top-bar__redirects ul li {
  margin: 0 5px;
}

@media screen and (min-width: 600px) {
  .location-popup {
    max-width: 500px;
    padding: 3rem;
  }  
}
/* END - Location Popup */

/* Policy Pages */

.shopify-policy-template h1 {
  margin-bottom: 40px;
}

/* END - Policy Pages */

html {
scroll-behavior: smooth;
}

.image-with-text__text-column .collection_title {
  margin-bottom: 28px;
}
.image-with-text__text-column .description {
  margin-bottom: 35px;
}

.page-no-title .container {
  	max-width: 780px !important;
}

#stockist-widget .stockist-map .stockist-cluster.stockist-cluster-active div {
  	color: #f6edf1 !important;
  	background: #990049 !important;
}

.cart-container .mini_cart {
  color: #e3b4c6;
}

.thumbnail .product-details {
  margin: 0.75rem 0;
}

.empty-cart-recommendations .swiper {
  overflow: visible;
}

.empty-cart-recommendations .thumbnail {
  text-align: center;
  width: 100%;
}
.empty-cart-recommendations .thumbnail .price {
  display: none;
}

.empty-cart-swiper .swiper-button {
  transform: translateY(-125%);
  z-index: 9;
}


/* SKIO - customer portal login */

.zI7 input#email {
  border-color: #e3b4c6 !important;
}

.KO4 {
  margin-top: 60px !important;
}

._yT {
  display: none !important;
}

.product-block--form_buttons + afterpay-placement {
  margin-top: 1rem;
}

.klaviyo-bis-trigger {
  width: 100% !important;
  margin-bottom: 1rem !important;
}

.hide-afterpay afterpay-placement {
  display: none !important;
}

#rc_login {
  display: none;
}

.account-manage-subscription {
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}

/* Landing pages */

.section-comparison {
  max-width: 1200px;
  margin: 10px auto;
}

.section-comparison .product-card-wrap {
  margin: 0 0.5rem;
}

.section-comparison .product-card-wrap.main {
  /*border: 1px solid #2c0323;
  border-radius: 20px;*/
  background: #ecdbe3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;    
}
.section-comparison .product-card-wrap:not(.main) {
  /*border: 1px solid #2c0323;
  border-radius: 20px;*/
  background: #f6edf1;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 798px) {
  .section-comparison .product-card-wrap:not(.main) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.section-comparison .product-card-badge {
  padding: 1rem;
  background: #2c0323;
  /*border-top-left-radius: 20px;
  border-top-right-radius: 20px;*/
  color: #ecdbe3;
  font-size: 1.25rem;
}

.section-comparison .product-card-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.section-comparison .product-card-wrap.main .product-card-badge {
  background: #990049;
  /*border-top-left-radius: 20px;
  border-top-right-radius: 20px;*/
}

.section-comparison .product-card-title {
  margin: 1.25rem 0 0.25rem;
}

.section-comparison  .product-card-subtitle {
  margin: 0 0 1.5rem;
}

.section-comparison .product-card-featured-image {
  margin: 20px;
}

.section-comparison .product-card-featured-image img {
  border-radius: 15px;
}

.section-comparison .product-card-key-points ul {
  list-style: none;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.section-comparison .product-card-key-points ul li:before {
  content: '✔';
  display: inline-block;
  margin-right: 0.5rem;
}

.section-comparison .product-card-price-info {
  margin: 0 0 2rem;
}

.section-comparison .price-savings {
  text-decoration: line-through;
  font-size: 1.25rem;
  margin: 0 0 0.2rem;
  opacity: 50%;
}

.section-comparison .price {
  margin: 0 0 0.8rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.section-comparison .product-card-feature {
  font-size: 1rem;
}

.section-comparison .product-card-atc form {
  margin: 0 0 2rem;
}

.section-comparison .afterpay-logo {
  background: #2c0323;
  /*border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;*/
  color: #fff;
}

.section-comparison .afterpay-logo div {
  padding: 0 0 0.25rem;
  font-size: 1rem;
}

.section-comparison .product-review-stars {
  margin: 0 0 2rem;
}
.section-comparison .product-review-stars svg path {
  fill: #990049;
}

.section-comparison .afterpay-logo img {
  display: block;
  width: 100%; 
}

.page-campaign-nz .nav, .page-campaign-powder-nz .nav,
.page-campaign-nz .search-container, .page-campaign-powder-nz .search-container,
.page-campaign-nz .icon-search, .page-campaign-powder-nz .icon-search,
.page-campaign-nz .mobile_nav, .page-campaign-powder-nz .mobile_nav,
.page-campaign-nz .top-bar-menu, .page-campaign-powder-nz .top-bar-menu {
  display: none;
}

.page-campaign-nz .mobile_nav-fixed--true .top-bar__redirects,
.page-campaign-powder-nz .mobile_nav-fixed--true .top-bar__redirects {
  margin: 16px 8px;
}

@media only screen and (max-width: 479px){
  .page-campaign-nz h2,
  .page-campaign-powder-nz h2 {
    font-size: 30px !important;
    text-align: left !important;
  }
  .page-campaign-nz .rich-text__content,
  .page-campaign-powder-nz .rich-text__content {
    text-align: left !important;
  }
}

/* END - Landing pages */

.delivery-info {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
  padding: 20px;
  background: #ecdbe3;
}

.delivery-info img {
  max-width: 10%;
  max-height: 10%;
  margin: auto 20px auto 0;
}

.delivery-info p {
  margin: auto 0 auto 0;
}

.delivery-info .free-shipping {
  padding-left: 25px;
  margin-left: 0;
}

.delivery-info .shipping-location {
  border-right: 1px #e3b4c6 solid;
  padding-right: 25px;
}

@media only screen and (max-width: 479px) {
  .delivery-info img {
      max-width: 15%;
      max-height: 15%;
  }
}

/* HP Promo/Launch slider */

.index .gallery-cell .headline {
  color: #df0057 !important;
}

.index .gallery-cell:nth-of-type(1) .headline {
  color: #ecdbe3 !important;
  font-size: 56px;
}

.index.gallery-cell .pretext {
  color: #2c0323;
}

.index .gallery-cell:nth-of-type(2) p {
  color: #2c0323;
}

.index .gallery-cell:nth-of-type(1) .global-button--primary {
  --button-color-border: #B8E600;
  --button-color-background: #B8E600;
  --button-color-text: #2c0323;
  --button-color-border-hover: #B8E600;
  --button-color-background-hover: #B8E600;
  --button-color-text-hover: #2c0323;
}

.index .gallery-cell:nth-of-type(1) .global-button--banner {
  --button-color-border: #ecdbe3;
  --button-color-background: transparent;
  --button-color-text: #ecdbe3;
  --button-color-border-hover: #B8E600;
  --button-color-background-hover: #B8E600;
  --button-color-text-hover: #2c0323;
}

/*@media only screen and (min-width: 601px) {
  .index .gallery-cell:nth-of-type(2) .caption-content {
    padding-left: 50px !important;
  }
  .index .gallery-cell h1 {
  font-size: 65px !important;
}
}*/

@media screen and (max-width: 798px) {
  .index .gallery-cell  .caption {
    top: 30px;
    transform: translateY(0%);
    height: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  /*.index .gallery-cell:nth-of-type(1) .caption {
    padding: 25px 50px 30px 50px !important;
  }*/
  
  .index .gallery-cell .caption-content {
    top: 15px;
    height: 100%;
    width: 100%;
  }

  .index .gallery-cell .caption .subtitle {
    font-size: 14px;
  }

  .index .gallery-cell .caption .headline {
    font-size: 42px;
  }

  .index .gallery-cell:nth-of-type(1) .caption .headline {
    font-size: 24px;
  }

  .index .gallery-cell .button-grid-container {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    left: 0;
    bottom: 15px;
  }

  /*.index .gallery-cell:nth-of-type(1) .button-grid-container {
    padding: 0 50px 30px 50px;
  }*/
}