/** Shopify CDN: Minification failed

Line 60:0 Unexpected "@media"

**/
/* Make sticky header not split */
@media (min-width: 769px) {
  .cc-header--sticky .header.is-out .main-menu__disclosure {
    max-height: 100%;
    }
}
/* Styling for category description at bottom of page */
.collection-description {
    border-top: 2px solid #f7f7f7;
    padding-top: 4rem;
    margin-bottom: 48px;
}
.collection-description p {
    margin-bottom: 20px;
}
/* Make featured categories title fit on small screen */
@media (max-width: 378px) {
  #shopify-section-template--16427383488625__collection-list {
    .card__title {
      padding-left: 1rem !important;
      padding-right: 0 !important;
    }
    .text-current {
      font-size: 19px !important;
    }
  }
}
@media (max-width: 599px) {
  #shopify-section-template--16427383488625__collection-list {
    .gap-y-10 {
      row-gap: calc(5 * var(--space-unit));
    }
  }
}
/* Make subtitle on category page grey */
.card__subtitle {
  color: rgba(var(--text-color) / .6);
  margin-top: 1rem;
}
/* Change search font size */
.predictive-result__title {
  font-size: 18px !important;
}
/* Make search background white */
.predictive-search__results, .predictive-search .tablist {
  background: white !important;
}
.predictive-search__results .tablist:after {
  background: white !important;
  border-right: 1px solid #ebebeb;
}

border-right
/* Remove border from Mobile category page */
@media (max-width: 768.98px) {
    .main-products-grid[data-layout=grid] .grid-cols-2>li {
        border: none !important;
    }
}
/* Make quick links color black */
.secondary-nav__item:not(.secondary-nav__cta) {
  color: #222222;
}

/* Make price larger on category page */
@media (min-width: 769px) {
    .card--product .price__current {
      font-size: 1.4em;
    }
}
.price__current {
    color: #a62b47;
}

/* Fix colors of pickup info */
.pickup-status .pickup-icon {
	color: #006557;
}
.pickup-status strong {
	color: #006557;
}
.pickup-status .link {
	color: #a62b47;
}

/* Remove bottom padding on Brands menu */
.main-nav__grandchild {
    padding: 0 16px 0;
}

.product-message {
  border-radius: 0 !important;
  margin-bottom: 1rem;
}

/* Make bullet point smaller */
.rte ul li:before {
  width: 6px;
  height: 6px;
}

/* Update breadcrumbs */
.breadcrumbs-list {
  color: #006557;
  text-decoration: underline;
  font-size: 14px;
}

/* Remove right border on filters */
@media (min-width: 1024px) {
  .main-products-grid__filters {
    border-inline-end: none !important;
  }
  .facets .drawer__content {
    background: #f7f7f7 !important;
    padding: 2rem !important;
  }
}
@media (min-width: 768px) {
  .products-toolbar {
    background: #f7f7f7;
    padding: 1.5rem 2rem;
    border: none !important;
  }
  body:not(.tab-used) .products-toolbar__sort .custom-select__btn {
    background: none !important;
  }
}

/* Hide triangle on collection on mobile */
.triangle-icon {
  display: none;
}
@media (min-width: 768px) {
  .triangle-icon {
    display: inline-block;
  }
}
/* Make images smaller/fit more on large screens */
@media (min-width: 1350px) {
  .main-nav .md\:nav-grid-cols-4 {
    grid-template-columns: repeat(6,minmax(0,1fr)) !important;
  }
}

/* Add border to images in menu on hover */
.grandchild-nav__item:hover .grandchild-nav__image img {
  border: 1px solid #a62b47;
}
.grandchild-nav__item:hover {
  color: #a62b47;
  transition: none !important;
}
/* Make background of menu white */
.main-nav__child {
  background: white;
}
/* Align text to center of images in menu */
.mega-nav--sidebar .main-nav__grandchild .main-nav__item {
  text-align: center;
}
/* Add space to left of categories in dropdown menu */
@media (min-width: 769px) {
  .mega-nav--sidebar .child-nav__item {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1rem !important;
  }
}
/* Add border bottom to dropdown mega menu */
@media (min-width: 769px) {
  .is-open>.main-nav__child {
    border-bottom: 1.5px solid #a62b47 !important;
 }
}

/* Make active swatches green */
.opt-btn:checked+.opt-label:not(.opt-label--swatch):after {
  box-shadow: 0 0 0 2px #006557 !important;
}
.opt-btn:checked+.opt-label--btn {
  background-color: #006557 !important;
  color: white !important;
}

/* Add map bin before location on announcement bar */
.js-announcement-link::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
    color: inherit;
}

.footer-block__text a:nth-of-type(1):before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
}
.footer .rte a {
  text-decoration: none !important;
}

/* Reduce bottom margin on individual filters to fit more */
.filter li:not(:last-child) {
    margin-bottom: calc(2 * var(--space-unit)) !important;
}

/* Remove skip to content link button */
.skip-link.btn {
  display: none;
}

.shoppable-image__text .shoppable-brand-logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}


.google-logo {
  max-width: 200px;
  margin-right: 6rem;
  border-left: 1px solid #e8e8e8;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .google-logo {
    max-width: 150px;
   }
}
/* Hide 'this product is backordered and will ship when' text on product page/cart drawer that shows when 'continue when selling out of stock' is clicked */
.backorder p {
  display: none;
}

/* Style delivery notice on product page */
.delivery-info-box {
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  padding: 20px;
  margin-top: 24px;
}

@media (min-width: 769px) {
  .product-main + .product-details > .container {
    max-width: 50% !important;
  }
}

/* Make Add Order Note prominent */
#shopify-section-sections--16427384176753__cart-drawer .js-show-note {
  color: #a62b47;
  font-weight: bold;
  font-size: 16px;
}
/* Make estimated shipping section look locked for Australia and Victoria */
.js-country-select:disabled,
.js-province-select:disabled {
  background-color: #f7f7f7;
  color: #333333; 
  cursor: not-allowed; 
}
.cart__shipping-calculator {
  padding: 0 !important;
  background: none !important;
}
.cart__shipping-calculator .h5 {
  color: #222222;
}
/* Fix colour of cart recommendations title */
.cart-recommendations .text-current, .cart-item__title {
  color: #222222;
}

/* Change price font */
.price__current {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
}
