/** Shopify CDN: Minification failed

Line 81:1 Unexpected "`"

**/
/* general */

body {
    font-size: 1.4rem;
}

.hide {
  display: none !important;
}

* {
  scroll-behavior: smooth;
}

a { 
  color: #809A63; 
}

.welcome-notice {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

/* Container for the entire star rating section */
.rating-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stars-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #ffffffd6;
  border-radius: 20px;
  padding: 5px 10px;
}

.star-icon {
  width: 14px;
  height: 14px;
  color: #f5a521;
}

.review-count {
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
}

.rating-subtext {
  margin-top: 10px;
  font-size: 0.9em;
}


.welcome-notice p {
    margin: 0;
}

.welcome-notice a {
    color: #007bff;
    text-decoration: underline;
    font-weight: bold;
}

.welcome-notice a:hover {
    text-decoration: none;
}`


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

.rte ul, .rte ol {
    list-style-position: initial;
    padding-left: 2rem;
}
.button {
  text-transform: uppercase
}

.primary {
  color: #809A63
}

.mb-0 {
  margin-bottom: 0
}

.store-location .link {
  text-decoration: none;
}

html {
  scroll-padding-top: 250px; /* height of sticky header */
}

@media screen and (max-width: 749px) {
html {
  scroll-padding-top: 150px; /* height of sticky header */
}
}

/* payments */
afterpay-placement { 
 --messaging-font-size: 10px; 
}
#paypal-messages {
  line-height: 1;
  margin-bottom: 0 !important;
    margin-top: 0 !important;
  
}

.afterpay-main-text {
  padding-right: 0px !important;
  letter-spacing: 0em !important;
  font-size: 12px !important;
  line-height: 1em !important;
}

.message__messaging * {
    font-size: 14px !important;
    letter-spacing: 0.06rem !important;
    color: #2c4740;
}


/*  breadcrumb */

.breadcrumb-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  margin-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: '>';
  margin-right: 0.5rem;
  color: #999;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

/* header */

.header-wrapper--border-bottom {
  border-bottom: 0;
}
@media screen and (min-width: 750px) {
  .header__icon--phone span {
    margin-left:3px;
  }
  .header__icon--phone {
    width: fit-content;
    text-decoration: none;
    border-radius: 2em !important;
    color: #000;
    height: fit-content;
    vertical-align: middle;
    margin: auto;
    padding: 3px 10px;
  }
  .header--middle-left summary.list-menu__item {
    padding-right: 2.4rem;
  }

  .header__inline-menu .search {
    padding-left:0;
    padding-right:0;
  }
  .header--middle-left {
    gap: 1rem;
  }
}
@media screen and (max-width: 749px) {

  .header {
    display: grid;
    padding: 8px 1.5rem !important;
    grid-template-areas: "heading icons left-icons";
    grid-template-columns: 1fr auto auto;
  }
  .header .header__search {
    order:2;
  }
  .header .header__icon--cart {
    margin-right:0;
    order: 3;
  }
  .header header-drawer {
    margin-left: 0
  }
  .header .header__heading-link {
    justify-content: flex-start;
    width: 160px; 
    margin-right: auto !important;
  }
  .header .header__icons {
    padding-right:0;
  }
  .header .header__icon {
    height: 3.4rem;
    width: 3.4rem;
    
  }
  .header .header__heading {
    justify-self: flex-start
  }
  .header .header__icon--search {
    display: flex !important;
    justify-content: center;
  }
}
@media screen and (min-width: 750px) {
  .header {
    align-items: flex-start
  }
}
.header .list-menu--inline .header__menu-item {
  font-weight: 500;
  text-transform: uppercase;
}

.header__icon svg {
    margin: auto;
    vertical-align: middle;
}

.header__icon--phone {
  background: #E7D1D3;
  border-radius: 50%;
  border: 2px solid #000;
}
.header__icon--phone .icon-phone {
  fill:#000 
}
@media screen and (min-width: 990px) {
    .header {
        grid-template-columns: auto 1fr auto !important;
    }
    .header .list-menu--inline {
      display: inline-flex;
      flex-wrap: nowrap;
      flex: 1;
      width: 100%;
      justify-content: space-between;
    }
}


/* menu drawer */
.menu-drawer .menu-drawer__menu.has-submenu.list-menu li {
    border-bottom: 1px solid #B3BDB7;
    text-transform: uppercase;
    font-weight:500;
}

.menu-drawer .menu-drawer__menu.has-submenu.list-menu li:last-of-type {
border-bottom: 0;
}

.menu-drawer .menu-drawer__menu-item {
    padding-top:1em;
    padding-bottom:1em;
}
/* product  */

.card-information .price {
  font-weight: bold
}

.product__info-wrapper .product__description {
  margin-top: 0 !important;
}
.product__info-wrapper .product__title>* {
  text-transform: uppercase;
  font-weight: 600;
  font-size:1.5em;
  letter-spacing:2px;
  margin-bottom: 0 !important;
}
.product__info-wrapper .price--large {
  font-size:2em;
  font-weight: bold;
}
.product-form__buttons {
  max-width: 100% !important;
}

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

.product .price .badge, .product .price__container {
  vertical-align: middle;
}

.quantity__label  {
  display: none;
}

.buy-qty-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 0 !important;
}
.buy-qty-wrapper .product-form__input {
  flex:0;
}

.sticky-buy-button-wrapper .product-form__submit, .sticky-buy-button-wrapper .product-form__quantity {
    margin-bottom: 0;
}

.buy-qty-wrapper .product-form-wrapper {
  flex:1;
}
.buy-qty-wrapper .quantity:after, .buy-qty-wrapper .button:after, .buy-qty-wrapper .button {
  border-radius:10px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 750px) {
  .sticky-buy-button-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .sticky-buy-button-wrapper {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff;
      border-top: 1px solid #e1e1e1;
      padding: 10px;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
      z-index: 5;
      display: none; /* Initially hidden */
  }
}

variant-selects {
  margin-top: 0 !important
}

.product .product-form__input--pill .form__label {
  display: none;
}

/*  product description */

.product .product__description {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 0 !important;
}

.product .product__description.expanded {
    max-height: none;
}

.product .product__description:after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, #fff);
    content: "";
    display: block;
    clear: initial;
    height: 60px;
    width: 100%;
    bottom: 0;
    transition: opacity 0.3s ease-in-out;
}

.product .product__description.expanded:after {
    opacity: 0;
    height: 0;
}
.product .read-more {
  cursor: pointer
}




/* search header */
@media (min-width: 750px) {
  predictive-search.search-modal__form .field * {
    color: #000;
  }
}

.predictive-search__loading-state {
    max-width: 30px;
    margin: auto;
}

.header .search-modal__form {
  max-width: 100% ;
}
.header__inline-menu .search {
  margin-bottom: 10px;
  padding: 0 1.2rem;
  position: relative;
}
predictive-search[open] .predictive-search {
  left: 0 !important;
  right: 0 !important;
  transform: initial !important;
  top: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.list-menu--inline .mega-menu .mega-menu__list--condensed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
}

.mega-menu__title {
  border-bottom: 3px solid #809a63;
  color: #809a63;
  padding-bottom:5px;
  margin-bottom: 1em;
}

@media screen and (max-width: 749px) {
  .mega-menu__title {
    padding: 1.1rem 3rem !important;  
  }
  
}


/* collection image products  */
@media screen and (min-width: 990px) {
.collection-image--wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 750px) {
  
  .collection-image--holder {
    grid-template-rows: 1fr 1fr;
    min-width: 250px;
  }
}
@media screen and (max-width: 749px) {
  .collection-image--holder {
    min-height: 100vw;
    display: grid;
    grid-template-rows: 3fr 2fr;
    width: 100%;
  }
}

.collection-image--wrapper slider-component {
  width: 100%;
}
.collection-image--wrapper .product-grid {
  margin-top: 0 !important;
}

.collection-image--button {
  margin-top: auto;
  width: 100%;
  white-space: nowrap
}

.collection-image--content .button:after {
  box-shadow: none !important;
}

.collection-image--content {
  padding: 2em;
  color: #fff !important;
  position: relative;
  margin: auto;
  gap: 10px;
  width: 100%;
  display: grid;
}

.collection-image--content .title {
  color:#fff;
  margin: 0 0 10px 0;
}

.collection-image--content .badge-float {
  width: 33%;
  position: absolute;
  right: 1em;
  top:1em;
}

  
.collection-image--holder {
  display: grid;
  background: #809A63;
  width: 100%;
  position: relative;
}

.collection-image--wrapper .slider-counter {
    opacity: 0;
    width: 0;
    min-width: inherit;
}

@media(min-width:750px) {
  .collection-image--wrapper .slider-buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
}



.collection-image--image {
  position: relative;
  overflow: hidden;
}
.collection-image--image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    position: absolute;
    inset: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.collection-image--wrapper {
  grid-template-rows: auto; 
  position: relative;
}

/* collection list slider */

.collection-image--wrapper .slider__slide:first-child {
    margin-left: 0 !important;
    scroll-margin-left: 0 !important;
}

.slider-button[disabled] {
  background: #DFE7D3 !important;
  color: darkgreen !important;
}
.slider-button {
  font-weight: bold;
  background: #809A63 !important;
  color: #DFE7D3 !important;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
}
.slider-button .icono {
  height: 12px !important;
}

.collection-list-slider .multicolumn-card {
  height: 100%;
  display: flex;
  text-decoration: none;
  padding-right: .5em;
  padding-left: .5em;
  flex-direction: column;
}

.collection-list-slider .active.multicolumn-card .inline-richtext {
    color: green !important;
    font-weight: bold;
}

.collection-list-slider .multicolumn-list .multicolumn-list__item:last-child .multicolumn-card:before {
  content: initial;
}
.collection-list-slider .multicolumn-card:before {
  position: absolute;
  right: -0.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  width: 2px;
  background: #F2F2F2;
  content: ""; 
}

.collection-list-slider .multicolumn-card__info .link {
  margin-top: .5em;
}

.collection-list-slider .multicolumn-list h3 {
    font-size:14px;
    font-weight: normal;
  }

.collection-list-slider .multicolumn-card__info {
  padding: 1em 0 0 0 !important;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  height: 100%;
}

.hover-btn-prod {
  margin: auto;
  opacity:0;
  white-space: nowrap;
  transition: .3s ease-in-out;
  position: absolute;
  bottom: 1em;
  background:#29453D;
  right: 1em;
  left: 1em;
}

.card:hover .hover-btn-prod {
  opacity: 1;
}

/*image with text  */

.image-with-text  .image-with-text__content>*+* {
    margin-top: 1rem;
    font-weight: 600;
}
.image-with-text__content .image-with-text__text p + .rating-container {
    margin-top: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  .image-with-text .remove-padding-horizontal {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text .remove-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.image-with-text__text:empty {
    display: none;
}

/* footer */
.footer__blocks-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
footer .list-menu__item--link {
  padding-top: 0;
  padding-bottom: 0;
}

.footer__content-bottom-wrapper {
  justify-content: center;
}

footer p, footer .list-menu__item--link {
  font-size: 14px;
}
.footer-block--newsletter {
  border-top: 1px solid #dfe7d3;
  padding-top: 30px;
}
@media screen and (min-width: 750px) {
  /* brand info section */
  .footer__blocks-wrapper .footer-block:nth-child(1) {
    min-width: 25%;
    margin-right: 1.5rem;
  }
  .footer__blocks-wrapper .footer-block {
    flex: auto;
  }
}

/* customer accounts  */

#customer_login .errors ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

#customer_login .migration-error {
    text-align: left;
    background: #f2f2f2;
    padding: 10px;
    margin: 10px 0;
    border-left: 5px solid red;
    line-height: 1.5em;
}

#customer_login .migration-error a {
  display: inline-block;
}

/*  collage */ 
.custom-collage{
 grid-template-columns: 1fr 1fr 1fr 1fr;
}

.custom-collage .collage__item:nth-child(2) {
  grid-column: 3 !important;
}

.custom-collage .collage__item:nth-child(4) {
  grid-column: 3 / span 2 !important;
  grid-row: 2;
}

.custom-collage .collage__item:nth-child(3) {
  grid-column: 4;
}

/* slider arrow icon */

.arrow-circle .icon {
  fill: currentColor;
  height: 1.8rem !important;
}
.arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 4px;
    border: 1px solid;
    margin: auto !important;
    width: 20px;
    border-radius: 50%;
    color: #000 !important;
    vertical-align: sub;
}

.slider-button {
  color: #DFE7D3 !important
}
.slider-button .icon {
  transform: none !important;
}
.slider-button .icon {
  fill:currentColor;
  height: 1.8rem !important;
}

/* zapiet  */
#zapiet-delivery-validator {
  height: 0;
  visibility: hidden;
  display: none;
}

/*  reduce cart drawer height on mobile  */
.checkoutMethodsContainer .checkoutMethodImage svg {
    height: 20px;
    width: 20px;
}
.checkoutMethodsContainer .checkoutMethod {
    padding: 1em !important;
    flex-direction: row !important;
    gap: 8px;
}
.checkoutMethodsContainer .checkoutMethod.active {
    background: #809a63 !important;
    color: #fff;
    fill: #fff;
}
.checkoutMethodsContainer .checkoutMethodImage > div {
    display: flex;
}
.checkoutMethodsContainer .checkoutMethodImage {
    padding-bottom: 0 !important;
}
.checkoutMethodContainer {
  padding-top: 10px !important; 
}
.drawer__inner {
  overflow: auto !important;
}
@media screen and (max-width: 749px) {
  cart-drawer-items {
    overflow: initial !important;
  }
}
/* end zapiet  */

#notice-cut-off {
  display: none;
  margin-top: 1.9rem;
}
.cart-item__details dl .product-option {
    font-size: 12px !important;
}

.cart-item .cart-quantity {
    min-height: 3.5rem; 
}
cart-remove-button .button {
    width: 3.5rem !important;
    height: 3.5rem !important;
    min-width: 3.5rem !important;
    min-height: 3.5rem !important;
    margin: 0 0 0 1rem !important; 
}

/* store location */
@media screen and (min-width: 750px) {
  .store-info {
    display: grid;
    gap: 30px;
    grid-template-columns: 2fr 3fr;
  }
}
.map-container {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    border-radius: 12px;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* richtext */


/* .rich-text__blocks, .rich-text__wrapper {
  max-width: 100% !important;
  width: 100% !important;
  
} */

.collapsible-content .collapsible-content-wrapper-narrow {
  max-width: 100%;
}
.collapsible-content .accordion__content {
  padding-left: 0;
  padding-right: 0
}
@media screen and (min-width: 750px) {
  .collapsible-content .collapsible-content-wrapper-narrow {
      max-width: 50rem;
  }
}
@media screen and (min-width: 990px) {
  .collapsible-content .collapsible-content-wrapper-narrow {
      max-width: 78rem;
  }
}

/* cart */


.cart-count-bubble {
  background: #C21617;
  width: 1em;
  height: 1em;
}

.cart__min-order-message#notice-cut-off { 
  background: #fff6a4;
  border: 1px solid #cfc77c;
  border-radius: 4px;
}
#storePickupApp {
  margin-bottom: 1.3rem;
}
.cart__min-order-message { 
    background: #FFE7EE;
    border: 1px solid #F7D3DD;
    padding: 15px;
    line-height: 1.2em;
    margin-top: 0;
}

.cart-drawer .totals {
  margin-bottom: 1rem;
    justify-content: space-between;
}

.cart__checkout-button {
  max-width: 100% !important;
}

@media screen and (min-width: 750px) {
    .cart__footer>* {
        width: 100% !important;
    }
}

/* reviews  */

.okeReviews {
  max-width: 100% !important;
}

.oke-mediaStrip-container .oke-mediaStrip li img {
  object-fit: cover !important;
}
@media screen and (max-width: 749px) {
.oke-mediaStrip-container .oke-mediaStrip li {
     width: 100px !important;
      height: 130px !important;
  }
}
@media screen and (min-width: 750px) {
.oke-mediaStrip-container .oke-mediaStrip li {
    width: 200px !important;
    height: 250px !important;
}
}

.oke-w-review-reply {
    word-break: break-word;
}

/* policy  */
.shopify-policy__container {
    margin-bottom: 3%;
}

.suburb-with-links {
  margin:auto;
}
.suburb-with-links a {
  color: #000;
}

.store-image img {
  width: 100%;
  height: auto;
  display: block;
}