/** Shopify CDN: Minification failed

Line 406:8 Expected identifier but found whitespace
Line 475:0 Expected "}" to go with "{"

**/
/* Colours */
:root {
  --main-colour: #000000;
  --grey-colour: #444444;
  --light-grey-colour: #999999;
}

/* Fonts */
body, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Montserrat', sans-serif;
}
body {
  color: var(--main-colour);
}
.button {
  background: #FFF;
  color: var(--main-colour);
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #FFF;
}
@media screen and (min-width: 990px) {
  .page-width {
    padding: 0 100px;
  }
}

/* ----- HEADER/NAV ----- */
.header-wrapper {
  background: #FFF;
}
.header__icon {
  color: var(--main-colour);
}
.header__search {
  display: none !important;
}
.header .menu-drawer, .menu-drawer__submenu {
  background-color: var(--main-colour) !important;
}
.header__menu-item, .header__active-menu-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-decoration: none !important;
  color: #000;
}
.header__menu-item:hover, .header__menu-item:hover span {
  color: var(--grey-colour);
  opacity: 0.9;
  text-decoration: none;
}
.header__submenu .header__menu-item {
  color: var(--main-colour);
}
.header__submenu .header__menu-item:hover {
  color: var(--main-colour);
  opacity: 0.9;
  text-decoration: none;
}
.header__submenu.list-menu {
  padding: 10px 0;
}
@media only screen and (max-width: 989px) {
  .header__logo { /* show logo on mobile */
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 990px) {
  .header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .header__heading, .header__logo {
    display: none !important; /* Hide left logo on wide screen & show center */
  }
  .header--top-center {
    grid-template-areas: "left-icon navigation icons" !important;
    grid-template-columns: 40px 1fr 40px;
  }
  .header__menu-item {
    line-height: 0.6 !important; /* align links with logo */
    padding: 15px 18px;
    color: var(--main-colour);
  }
  .header__active-menu-item, .header__menu-item:hover, .header__menu-item:hover span {
    color: var(--grey-colour);
  }
  .header_menu_logo {
    margin: 0px 25px;
  }
}

/* ----- HOME ----- */
.spaced-section {
  margin-top: 0px !important;
}

/* ----- HOME - HERO/BANNER ----- */
.banner__box {
  background: transparent !important;
}
.banner__heading {
  color: #FFF;
  font-size: 50px;
  text-shadow: 0 0 12px var(--grey-colour);
}
@media screen and (min-width: 750px) {
  .banner--small:not(.banner--adapt) {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1200px) {
  .banner--small:not(.banner--adapt) {
    min-height: 600px !important;
  }
}

/* ----- HOME - PRODUCTS ----- */
body .collection {
  background: #FFF;
}
body .collection .title, body .collection a, body .collection .price {
  color: var(--main-colour);
}
.collection a:hover, .card-wrapper:hover .card-information__text {
  text-decoration: none !important;
}
.collection .title-wrapper-with-link {
  margin: 0px !important;
}
.collection .title {
  margin: 0px auto;
  padding: 30px 0;
  font-size: 28px;
}
.card-information__text {
  text-align: center;
  text-transform: lowercase;
  font-size: 18px;
}
body .collection .price {
  display: block;
  color: var(--grey-colour);
  width: 100%;
  text-align: center;
  font-size: 14px;
}

/* ----- HOME - NEWSLETTER SIGNUP ----- */
.newsletter__wrapper {
  background: var(--main-colour) !important;
  padding-top: 40px;
  padding-bottom: 20px;
}
.newsletter-text-wrapper h2 {
  font-size: 26px;
  color: #FFF;
  margin: 0px;
  margin-bottom: -15px;
  z-index: 999;
}
.newsletter-text-wrapper .newsletter__subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  color: var(--light-grey-colour);
}
.newlsetter-form-wrapper {
  margin-top: 0px !important;
}
.newsletter .field__input {
  color: #FFF;
  border: 1px solid #FFF;
}
.newsletter .field__label, .newsletter .field__button {
  color: #FFF;
}
@media only screen and (min-width: 990px) {
  .newsletter-text-wrapper, .newlsetter-form-wrapper {
    display: inline-block;
    width: 50%;
  }
  .newsletter-text-wrapper {
    vertical-align: middle;
  }
  .newlsetter-form-wrapper {
    height: 76px;
    line-height: 76px;
  }
}
@media only screen and (max-width: 989px) {
  .newsletter__wrapper {
    padding-bottom: 40px;
  }
  .newsletter-text-wrapper {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 435px) {
  .newsletter-text-wrapper .newsletter__subheading {
    font-size: 26px;
  }
}

/* ----- PRODUCTS ----- */
.product {
  padding-top: 50px;
}
.product__title {
  color: var(--grey-colour);
  text-align: center;
  text-transform: lowercase;
}
.product .price {
  display: block;
  width: 100%;
  text-align: center;
}
.price .price-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--main-colour);
  margin: 0px auto;
  font-size: 20px;
}
.product__tax {
  display: none;
}
.product__description {
  color: var(--grey-colour);
  font-size: 14px;
}
variant-radios {
  text-align: center;
}
variant-radios .form__label {
  text-transform: lowercase;
}
variant-radios .product-form__input {
  margin: 0px !important;
  margin-bottom: 20px !important;
  max-width: none;
}
variant-radios .product-form__input input[type=radio] {
  border-color: var(--main-colour);
}
variant-radios .product-form__input input[type=radio]:checked + label {
  background: var(--main-colour);
}
.product-form__quantity, .product-form__buttons-wrapper {
  display: inline-block;
  max-width: 50% !important;
  min-width: unset !important;
  width: 50%;
  text-align: center;
  margin-top: 20px !important;
  vertical-align: top;
  padding: 0px 5px !important;
}
.quantity_label {
  display: none;
}
.product-form__quantity .quantity {
  height: 46px !important;
  width: 100%;
}
.quantity__button, .quantity__input {
  border: 1px solid var(--grey-colour);
  height: 46px;
}
.quantity__input {
  border-left: none;
  border-right: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.product-form__submit {
  background: var(--main-colour);
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: lowercase;
  border: 0;
  box-shadow: none;
}
.product-form__submit:hover {
  box-shadow: none !important;
  opacity: 0.9;
}
.product__info-container .product-form {
  margin: 0px !important;
}
.shopify-payment-button {
  display: none;
}
.share-button__button {
  color: var(--main-colour);
  font-size: 18px;
  text-transform: lowercase;
}
.recommended-sub-title {
  display: none;
}
@media only screen and (max-width: 969px) {
  .product-form__submit {
    font-size: 18px;
    height: 46px;
  }
}

/* ----- SHOP/COLLECTION ----- */
.collection-hero__title {
  width: 100%;
  text-align: center;
  font-size: 24px;
}

/* ----- ABOUT ----- */
.customer-reviews-text {
  font-size: 14px;
}
.customer-reviews-text h3 {
  text-transform: uppercase;
  text-align: center;
  color: var(--grey-colour);
}
.customer-reviews-hearts {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
}

/* ----- FOOTER ----- */
.footer {
  background: var(--main-colour);
  color: #FFF;
}
.footer h2, .footer a {
  color: #FFF;
}
.footer__content-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-block {
  padding-bottom: 0 !important;
}
.footer-block--newsletter {
  margin-top: 0 !important;
}
.footer__content-bottom-wrapper {
  display: block !important;
}
.footer__content-bottom {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
.footer__content-bottom .footer__column {
  display: block;
  width: 100%;
  text-align: center;
}
.footer-column-links {
  font-size: 12px;
  margin: 0;
}
.footer-column-links a {
  display: inline-block;
  text-decoration: none !important;
}
.footer__copyright {
  text-align: center !important;
  margin-top: 5px !important;
}
@media screen and (max-width: 749px) {
  .footer .grid, .footer-block__details-content {
    margin-bottom: 0 !important;
  }
}
/* Show illustration overlapping footer */
.footer__blocks-wrapper .footer-block:first-child {
  margin-top: -100px !important;
  margin-bottom: 0 !important;
}
.footer-block.grid__item {
  margin: 0 !important;
}
.footer__content-top .grid {
  row-gap: 0 !important;
}
.header__menu-item span {
  text-transform: uppercase !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important; /* or 300 if you prefer lighter */
  letter-spacing: 0.2rem !important; /* optional: adjust spacing */
  color:
.header_menu_logo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 60px; /* adjust as needed */
}

.header_menu_logo img {
  max-width: 250px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain;
}
.header_menu_logo img {
  max-width: 250px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain;
}/* Hide default logo on mobile */
@media only screen and (max-width: 749px) {
  .header__heading-logo {
    display: none !important;
  }

  /* Show your custom mobile logo */
  .custom-mobile-logo {
    display: block !important;
    max-width: 150px;
    margin: 0 auto;
  }
}

/* Hide the mobile logo on desktop */
@media only screen and (min-width: 750px) {
  .custom-mobile-logo {
    display: none !important;
  }
}
.newsletter__subheading p {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .site-header,
  header,
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    height: 60px;
  }

  .site-header img,
  .header img,
  header img {
    max-height: 40px;
    width: auto;
    height: auto;
  }

  .header__menu-item,
  .list-menu__item {
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

