/** Shopify CDN: Minification failed

Line 84:0 Unexpected "}"
Line 423:28 Unexpected "{"
Line 462:29 Unexpected "{"

**/
/* BY MONO canonical breakpoints:
   - mobile: base styles (0–749px)
   - tablet: 750–989px
   - desktop: 990px+
   - large desktop: 1360px+
   - optional micro phones: max-width: 360px
*/


@media (min-width: 990px) {
  /* kill all native footer borders */
  .footer .footer-block {
    border-left: none !important;
    border-right: none !important;
  }

  /* your clean custom divider */
  .footer .footer-block--menu {
    position: relative;
    padding-left: 22px !important;  /* space from line → text */
  }
  .footer .footer-block--menu::before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(0,0,0,.12);
  }
}
@media (min-width: 990px) {
  .footer .footer-block--logo {
    margin-left: 180px !important; /* adjust value */
  }
}

@media (min-width: 990px) {
  .footer .footer__blocks-wrapper {
    margin-right: 180px !important; /* adjust value */
  }
}
@media (min-width: 990px) {
  /* reduce the space between logo block and menus */
  .footer .footer__blocks-wrapper {
    column-gap: 0px !important;   /* default was larger; try 16–24px */
  }

  /* tighten the menus' internal offset */
  .footer .footer-block--menu {
    padding-left: 20px !important; /* controls space between divider and text */
  }
}

/* Reduce spacing between email and phone in footer */
.footer .footer-block--logo a,
.footer .footer-block--logo p {
  margin-bottom: 4px !important;  /* smaller gap, adjust 0–6px */
}

/* Align footer contact text with logo text */
/* Only move email + phone, not logo */
.footer .footer-block--logo p,
.footer .footer-block--logo a[href^="mailto"],
.footer .footer-block--logo a[href^="tel"] {
  margin-left: 5px !important;
}

  /* align all footer columns to the top */
.footer .footer__blocks-wrapper {
    align-items: flex-start !important;
  }

  /* nudge the logo block up if still too low */
.footer .footer-block--logo {
    margin-top: -10px !important; /* adjust: -5px to -15px until level with menu headings */
  }
}




/* Mobile drawer: force black text/icons on all templates */
@media (max-width: 989px) {
  /* set variables + defaults on the actual container that holds the content */
  #menu-drawer .menu-drawer__inner-container {
    --color-foreground: 0,0,0 !important;
    color: #000 !important;
  }

  /* menu items (links + summary toggles) */
  #menu-drawer .menu-drawer__menu a,
  #menu-drawer .menu-drawer__menu .list-menu__item,
  #menu-drawer .menu-drawer__menu .menu-drawer__menu-item,
  #menu-drawer .menu-drawer__menu summary.menu-drawer__menu-item {
    color: #000 !important;
    opacity: 1 !important;          /* theme dims them on some pages */
    -webkit-text-fill-color: #000 !important;
    text-shadow: none !important;
    mix-blend-mode: normal !important;
  }

  /* icons inside the drawer */
  #menu-drawer .icon, 
  #menu-drawer svg {
    fill: #000 !important;
    stroke: #000 !important;
  }
}


/*HEADER SETTINGS */

/* ===== HEADER (desktop) – align items + tight underline ===== */
@media (min-width: 990px) {

  /* 1) First-level items: plain links + megamenu trigger inside li.list-menu-has-child */
  nav.header__menu > ul.list-menu--inline > li > a.header__menu-item,
  nav.header__menu > ul.list-menu--inline > li.list-menu-has-child > a.header__megamenu-item,
  nav.header__menu > ul.list-menu--inline > li > summary.list-menu__item {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    padding: 0 14px 6px !important;      /* horiz spacing + small gap for underline */
    line-height: 0.7rem !important;
    position: relative;                  /* for custom underline */
}

  /* 2) Caret in dropdown ("Shop") can lift text — nudge it down */
  nav.header__menu > ul.list-menu--inline > li.list-menu-has-child
  > a.header__megamenu-item .icon-caret,
  nav.header__menu > ul.list-menu--inline > li > summary.list-menu__item .icon-caret {
    position: relative !important;
    top: 2px !important;                 /* tweak 1–3px if needed */
  }

  /* ===========================
   PRODUCT PAGE – BYMONO tweaks
   Scope everything to product template if your theme has that class.
   Remove `.template-product` if your theme doesn’t set it.
   =========================== */
}

/* ---------- 2.1 Product text colors (title, price, description) ---------- */
/* Make content copy black, but keep buttons/pills as-is */
.template-product .product__title,
.template-product .card__title,
.template-product .product-single__title,
.template-product .product__description,
.template-product .product-info,
.template-product .product-meta,
.template-product .price--large,
.template-product .product__price,
.template-product .product-price {
  color: #111 !important;
}

/* ---------- 2.2 “EU shipping • …” (USP line) ---------- */
/* Center it under ATC, balanced size; keep mobile smaller */
.template-product .product-usp,
.template-product .product__usp,
.template-product .product-usp-wrap span {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 10px 0 0 !important;
  line-height: 1.4;
  font-size: 0.95rem;  /* desktop */
}

@media (max-width: 749px) {
  .template-product .product-usp,
  .template-product .product__usp,
  .template-product .product-usp-wrap span {
    font-size: 0.85rem; /* mobile downsize */
  }
}
/* BY MONO – tighten space between hero and icon row on mobile */
/* Reduce space inside each icon card on mobile */
@media (max-width: 749px) {
  .multicolumn .multicolumn-card__wrapper {
    padding: 6rem 0 !important;   /* reduce vertical padding */
  }
}

/* ---------- 2.3 Quantity + Add-to-Cart on one row ---------- */
/* This assumes your HTML has a wrapper like: <div class="qty-atc-row"> */
.template-product .qty-atc-row {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

/* Quantity box fixed width so the ATC button can stretch */
.template-product .qty-atc-row .product-form__quantity,
.template-product .product-form__input.product-form__quantity,
.template-product .quantity {
  flex: 0 0 140px;
  min-width: 140px;
  margin: 0;
}

/* Button takes the rest of the row */
.template-product .qty-atc-row .product-form__submit,
.template-product .qty-atc-row .product-form__buttons .button,
.template-product .product-form__submit {
  flex: 1 1 auto;
  width: auto !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* If your theme renders a second “small” ATC somewhere, hide it */
.template-product .product-form__submit--small {
  display: none !important;
}

/* On small screens, stack qty + ATC again if you prefer */
@media (max-width: 749px) {
  .template-product .qty-atc-row {
    flex-direction: column;
    align-items: stretch;
  }
  .template-product .qty-atc-row .product-form__quantity {
    width: 100%;
  }
}

/* ---------- 2.4 Stock status badges (we used .inv, .inv--in, .inv--low, .inv--out) ---------- */
/* These styles assume you output one of those classes in Liquid. */
.template-product .inventory-status,
.template-product .inv {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  margin: 4px 0 10px;
}

/* In stock (≥ 10) */
.template-product .inv--in {
  color: #1a7f37;                    /* dark green */
}
.template-product .inv--in::before {
  content: "✓";
  font-weight: 700;
}

/* Low stock (1–9) */
.template-product .inv--low {
  color: #b96900;                    /* orange/amber */
}
.template-product .inv--low::before {
  content: "!";
  font-weight: 900;
}

/* Out of stock (0) */
.template-product .inv--out {
  color: #b00020;                    /* red */
}
.template-product .inv--out::before {
  content: "✕";
  font-weight: 700;
}

/* If you place the stock badge above the ATC block and want it left-aligned */
.template-product .inv,
.template-product .inventory-status {
  justify-content: flex-start;
}

/* ---------- 2.5 Soft outlines for media + product info (optional) ---------- */
/* If you liked the soft “card” look around image & info panel, leave these on.
   Otherwise, remove this whole block. */
.template-product .product__media-wrapper,
.template-product .product-gallery,
.template-product .product__info-wrapper,
.template-product .product-info-wrapper {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  background: #fff;
}

/* Add a bit more space between the gallery and info on desktop */
@media (min-width: 990px) {
  .template-product .product__wrapper,
  .template-product .product-grid,
  .template-product .product-layout {
    column-gap: 2.4rem;  /* space between photo & info */
  }
}

/* ---------- 2.6 Minor polish ---------- */
/* Make breadcrumb a touch lower if it felt “stuck” to the top (optional) */
.template-product .breadcrumb_margin,
.template-product .breadcrumb {
  padding-top: 8px;
}

/* Ensure long titles don’t collide with controls */
.template-product .product__title,
.template-product .product-single__title {
  line-height: 1.15;
}

/* Price weight consistent (some themes render ultra-bold) */
.template-product .price--large,
.template-product .product__price,
.template-product .product-price {
  font-weight: 600;
}

/* ---------- 2.7 Safety: keep ATC button always visible (some themes set width:100%) ---------- */
.template-product .product-form__submit {
  max-width: 100%;
}

/* Add horizontal padding for the entire product section on larger screens */
@media (min-width: 1360px) {
  .product {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

/* MOBILE styles for cookie/privacy banners */
@media screen and (max-width: 749px) {

  /* Shopify's Customer Privacy Banner (new) */
  #shopify-pc__banner,
  .shopify-pc__banner {
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
  #shopify-pc__banner .shopify-pc__banner__message,
  .shopify-pc__banner .shopify-pc__banner__message {
    font-size: 10px !important;
  }
  #shopify-pc__banner .shopify-pc__banner__btn,
  .shopify-pc__banner .shopify-pc__banner__btn,
  #shopify-pc__banner button,
  .shopify-pc__banner button {
    font-size: 10px !important;
    padding: 10px 14px !important;

}
}
/* --- Smaller price in Popular products + You may also like only --- */

/* Desktop baseline */
.popular-products__item .card-information-block .price dd,
.popular-products__item .card-information-block .price .price-item,
.product-recommendations .card-information-block .price dd,
.product-recommendations .card-information-block .price .price-item {
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  font-weight: 500;
  text-align: left !important;
}

/* Mobile: shrink further */
@media (max-width: 749px) {
  .popular-products__item .card-information-block .price dd,
  .popular-products__item .card-information-block .price .price-item,
  .product-recommendations .card-information-block .price dd,
  .product-recommendations .card-information-block .price .price-item {
    font-size: 1.5rem !important;
  }
}

/* hide Shipping row */
body.template-cart .totals__shipping-wrapper { display:none !important; }

/* make Subtotal a single aligned row */
body.template-cart .totals__wrapper > .totals:not(.totals__shipping-wrapper) {
  display:flex !important;
  justify-content:space-between;
  align-items:baseline;
  gap:.75rem;
}

/* remove default h3/p spacing */
body.template-cart .totals__subtotal,
body.template-cart .totals__subtotal-value { margin:0 !important; }

/* MOBILE HEADER FIXES */
/* MOBILE — make the "Shop" summary match links on every page */
@media (max-width:749px){
.menu-drawer__navigation-container {
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
  color: rgb(17,17,17) !important;
  }
}


.shopify-section-header .header__menu-item,
.shopify-section-header .header__icon {
  background: transparent !important;
  box-shadow: none !important;
}
/* Keep header above everything 
.shopify-section-header{ position:sticky !important; top:0 !important; z-index:9999 !important; }*/

/* Icons stay outlined (no white blobs) */
.shopify-section-header .header__icon svg { fill: none !important; stroke: currentColor !important; }

/* ==== Mobile hero: remove top fade/overlay under header ==== 
@media (max-width: 749px)*/ {

  /* Dawn slideshow/banner top overlays (various themes) */
  .slideshow:before,
  .slideshow__slide:before,
  .slideshow__slide .media:before,
  .banner:before,
  .image-banner:before,
  .banner__media:before,
  .have-overlay:before,
  .have-overlay::before {
    content: none !important;
    background: none !important;
    opacity: 0 !important;
  }

  /* Some builds use --gradient-background on the media layer */
  .slideshow__slide .media,
  .banner__media,
  .image-banner .media {
    --gradient-background: transparent !important;
    background-image: none !important;
  }

  /* Make sure the hero sits flush to the header */
  main > .shopify-section:first-child { margin-top: 0 !important; }
  #MainContent { padding-top: 0 !important; }

  /* Keep header rendering clean on mobile */
  .shopify-section-header .header,
  .shopify-section-header .header-wrapper {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}

/* Mobile-only header polish 
/*@media (max-width: 749px)*/{
  .shopify-section-header .header,
  .shopify-section-header .header-wrapper,
  .shopify-section-header .header::before,
  .shopify-section-header .header-wrapper::before{
    -webkit-backdrop-filter:none !important; backdrop-filter:none !important; border:0 !important;
  }
  /* keep icons outlined */
  .shopify-section-header .header__icon svg{ fill:none !important; stroke:currentColor !important; }
  /* remove any gap that can show a strip */
  #MainContent{ padding-top:0 !important; }
  main > .shopify-section:first-child{ margin-top:0 !important; }
}

/* 1) Lock hero size so MAIN can't jump when media/controls load */
/*.slideshow, .banner, .image-banner, .banner__media { aspect-ratio: 16/9; }  adjust to your real ratio */
.banner__media img, .slideshow__slide img { width:100%; height:100%; object-fit:cover; }

/* 2) Reserve space for the header & top bars so MAIN doesn't shift */
.shopify-section-header .header-wrapper { min-height: 72px; }      /* your real header height */
.announcement-bar, .breadcrumbs { min-height: 36px; }              /* if you use them */

/* 3) Stop swiper controls from affecting layout */
.swiper-controllers { 
  position: absolute !important;    /* overlay, not in flow */
  inset: auto 16px 16px auto;       /* e.g., bottom-right (tweak) */
  width: auto; height: auto; 
  transform: translateZ(0);         /* avoids reflow on show/hide */
}
.slideshow, .banner, .image-banner { position: relative; }         /* anchor for absolute controls */

/* 4) Prevent “flash-in” transitions from moving things */
.swiper-controllers, .slideshow [class*="controls"], .banner [class*="controls"] {
  transition: opacity .2s ease;     /* fade only, not size */
  opacity: 1;
}

/* 5) Small guards for common late-hydration jumps */
.header__icons, .header__inline-menu { min-height: 48px; }
#MainContent { contain: paint; }    /* isolates minor inside changes */

.breadcrumb {
  padding-left: 100px;   /* move it in from the left edge */
  margin-bottom: 12px;  /* some spacing below */
}

/* Make "Cart — X" fully white in the header */
.shopify-section-header .header__icon--cart,
.shopify-section-header .header__icon--cart *,
.shopify-section-header .header__icon--cart::before,
.shopify-section-header .header__icon--cart::after {
  color: #ffffff !important;
  fill: currentColor !important;
}

@media (max-width: 749px) {
  /* make sure hero section is the anchor */
  .slideshow,
  .banner,
  .image-banner {
    position: relative;
  }
}

/*MOVE ARROWS UP ON MOBILE*/
/* BY MONO – mobile hero: arrows in top-right, keep native style */
@media screen and (max-width: 749px) {

  /* Make slideshow the positioning context */
  .slideshow {
    position: relative;
  }

  /* Move the whole controllers bar near the top-right */
  .slideshow .swiper-controllers {
    position: absolute !important;
    top: 13rem !important;     /* distance from top; tweak up/down */
    right: 0.75rem !important;  /* distance from right edge */
    left: auto !important;
    bottom: auto !important;
    height: auto !important;
    z-index: 5;
  }

  /* Let Swiper keep its own button styling & arrows */
  .slideshow .swiper-button-next,
  .slideshow .swiper-button-prev {
    position: static !important;  /* so they sit side-by-side in the bar */
    margin: 0 !important;
    /* IMPORTANT: we do NOT touch background, border-radius or transform */
  }
}



/* BY MONO – Final stable mobile hero text placement */
@media screen and (max-width: 749px) {

  /* ensure positioning context */
  .slideshow .slideshow-swiper__slide,
  .slideshow .slideshow-slide__inner {
    position: relative !important;
  }

  /* hard-position the text block */
  .slideshow .slideshow-slide__text {
    position: absolute !important;
    bottom: 0.4rem !important;     /* ↓ move text up/down */
    left: 1.5rem !important;        /* ↔ side padding */
    right: 1.5rem !important;
    margin: 0 !important;
    width: auto !important;
    transform: none !important;
    text-align: left !important;
    z-index: 3 !important;
  }

  /* heading */
  .slideshow .slideshow__title_lite,
  .slideshow .slideshow-slide__heading {
    font-size: 25px !important;
    line-height: 1.1 !important;
    margin-bottom: 0.6rem !important;
  }

  /* subtext */
  .slideshow .slideshow-slide__text p {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}
/* BY MONO – hero text placement + size for 0–1360px */
@media (max-width: 749px) {

  .slideshow .slideshow-swiper__slide,
  .slideshow .slideshow-slide__inner {
    position: relative !important;
  }

  .slideshow .slideshow-slide__text {
    position: absolute !important;
    bottom: 1.5rem !important;   /* adjust up/down */
    left: 1.5rem !important;
    right: 1.5rem !important;
    margin: 0 !important;
    width: auto !important;
    transform: none !important;
    text-align: left !important;
    z-index: 3 !important;
  }

  .slideshow .slideshow__title_lite,
  .slideshow .slideshow-slide__heading,
  .slideshow .h1,
  .slideshow h1.h1 {
    font-size: 28px !important;
    line-height: 1.1 !important;
    margin-bottom: 0.75rem !important;
  }

  .slideshow .slideshow-slide__text p {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1360px) {

  .slideshow .slideshow-swiper__slide,
  .slideshow .slideshow-slide__inner {
    position: relative !important;
  }

  .slideshow .slideshow-slide__text {
    position: absolute !important;
    bottom: 1.5rem !important;   /* adjust up/down */
    left: 1.5rem !important;
    right: 1.5rem !important;
    margin: 0 !important;
    width: auto !important;
    transform: none !important;
    text-align: left !important;
    z-index: 3 !important;
  }

  .slideshow .slideshow__title_lite,
  .slideshow .slideshow-slide__heading,
  .slideshow .h1,
  .slideshow h1.h1 {
    font-size: 35px !important;
    line-height: 1.1 !important;
    margin-bottom: 0.75rem !important;
  }

  .slideshow .slideshow-slide__text p {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
}

/* BY MONO – fix cart count alignment + size for 750–1099px */
@media screen and (min-width: 750px) and (max-width: 1099px) {

  /* align icon + label + number */
  .header__icon--cart {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.3rem !important;
  }

  /* THIS is the number you see */
  .header__icon--cart span[aria-hidden="true"] {
    font-size: 0.85rem !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    display: inline-block !important;
    padding-top: 0 !important;
  }

  /* ensure bubble doesn't shift things */
  .cart-count-bubble {
    transform: none !important;
    top: auto !important;
    margin: 0 !important;
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
  }
}
/*CONTACT PAGE FORM*/
/* Contact page – tighten desktop columns */
@media (min-width: 990px) {
  .contact__container{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important; /* kill space-between */
    padding-right: 50px;
  }
  .contact__text{
    flex:0 0 38% !important;              /* text column width */
    max-width:none !important;
    margin:0px 24px 0px 50px !important;         /* the ONLY gap */
    padding-right:0 !important;
  }
  .contact-form__block{
    flex:1 1 0 !important;
    margin:0 !important;
    padding-left:0 !important;            /* remove hidden left padding */
  }
}

@media (min-width: 1800px){
  .contact__container{ padding-left:200px !important; padding-right:200px !important; }
}

@media (min-width: 1100px){
  .contact__container{ padding-left:80px !important; padding-right:50px !important; }
}

@media (max-width: 1099px) {
.contact__text{
  display: none;        /* hide duplicate intro on phones */
  }
  }

/* 1 — Kill any theme box-shadow line */
.shopify-section-header,
.shopify-section-header .header-wrapper {
  box-shadow: none !important;
}

/* 2 — Kill any theme pseudo-element line */
.shopify-section-header::after,
.shopify-section-header::before,
.shopify-section-header .header-wrapper::after,
.shopify-section-header .header-wrapper::before {
  content: none !important;
  border: none !important;
}

.collection-card .collection-card__title {
  display: none !important;
}

/* PASSWORD PAGE – center Image banner text only */
body.template-password .image-banner__column-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
  width: 100%;
  z-index: 5;
}
