/** Shopify CDN: Minification failed

Line 149:0 Unexpected "}"

**/
/* Place any CSS overrides in this file. */
#shopify-section-sections--20524011323625__announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#shopify-section-sections--20524011323625__header {
  margin-top: 34px;
  position: sticky;
  top: 34px;
  z-index: 9998;
}
.mobile-nav__link {
  font-size: 26px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 14px 0;
  display: block;
}/* Restore nav font to theme default */
.mobile-nav__link,
.mobile-nav__sublist a,
.site-nav__link,
.site-nav a,
header nav a,
.header__nav a {
  font-family: var(--navigation-font-stack) !important;
}
/* Restore nav font to theme default */
.mobile-nav__link,
.mobile-nav__sublist a,
.site-nav__link,
.site-nav a,
header nav a,
.header__nav a {
  font-family: var(--navigation-font-stack) !important;
}

#shopify-section-sections--20524011323625__announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#shopify-section-sections--20524011323625__header {
  margin-top: 34px;
  position: sticky;
  top: 34px;
  z-index: 9998;
}

.mobile-nav__link {
  font-size: 26px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 14px 0;
  display: block;
}

/* Restore nav font to theme default */
.mobile-nav__link,
.mobile-nav__sublist a,
.site-nav__link,
.site-nav a,
header nav a,
.header__nav a {
  font-family: var(--navigation-font-stack) !important;
}

/* Cart Drawer: Hide View Cart button */
a.cart-drawer__footer--button.btn--secondary {
  display: none !important;
}

/* Cart Drawer: Checkout button — full width, header color */
#CartDrawer-Checkout {
  width: 100% !important;
  background-color: #baafa5 !important;
  color: #ffffff !important;
  border-color: #baafa5 !important;
}

#CartDrawer-Checkout:hover {
  background-color: #a89e94 !important;
  border-color: #a89e94 !important;
}

/* Cart Drawer: Stack buttons vertically */
.cart-drawer__footer--buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

/* Cart Drawer: Push drawer below announcement bar + header */
cart-drawer .global-drawer__content {
  top: 110px !important;
  height: calc(100% - 110px) !important;
}
/* Mobile cart page: more space between product and checkout area */
@media screen and (max-width: 768px) {
  .cart-drawer__product_card {
    margin-bottom: 32px !important;
  }

  .cart-drawer__sub-footer {
    margin-top: 24px !important;
  }
}
/* Mobile cart drawer - push sticky footer down */
@media (max-width: 767px) {
  cart-drawer .global-drawer__sticky-bottom {
    margin-top: 40px;
  }
}
/* Show desktop grid on mobile for Text Adverts */
.text-adverts-wrapper .small--hide {
  display: block !important;
}

/* Hide the mobile swiper version */
.text-adverts-wrapper .large--hide.small--show {
  display: none !important;
}

/* Force 3 columns side by side on mobile */
.text-adverts-wrapper .grid {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.text-adverts-wrapper .grid .grid__item {
  flex: 1 1 33.333% !important;
  max-width: 33.333% !important;
  min-width: 0 !important;
}

}

}

}







