/* ==============================
   Fonts
============================== */
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* ==============================
   Variables
============================== */
:root {
  /* Brand */
  --base-color: #0a243d; /* monk blue */
  --monk-blue: var(--base-color); /* alias */
  --secondary-color: #999999;
  --dark-gray: #181a19;
  --medium-gray: #797471;
  --light-gray: #d9d9d9;
  /* Complements (were missing) */
  --white: #ffffff;
  --light-color: #f3f3f3;
  --alternate-color: #d37705; /* used on hovers/overlays */
  /* Typography */
  --alt-font: "Archivo", sans-serif;
  --secondary-font: "Archivo Black", sans-serif; /* heavy headings */
  --primary-font: "Work Sans", sans-serif;
}
/* Utility font class */
.secondary-font {
  font-family: var(--secondary-font) !important;
}
/* ==============================
   Typography
============================== */
body {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--medium-gray);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--secondary-font); /* Archivo Black */
  font-weight: 400; /* Archivo Black has fixed weight */
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: var(--dark-gray);
}
h4,
h5,
h6 {
  font-family: var(--alt-font); /* Archivo */
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5em;
  color: var(--dark-gray);
}
.page-title-heading {
  font-size: 4rem !important;
}
@media (max-width: 767.98px) {
  .page-title-heading {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
/* ==============================
   Pagination (Bootstrap)
============================== */
.page-item.active .page-link {
  background-color: var(--base-color);
  border-color: var(--base-color);
  color: #fff;
}
/* ==============================
   Navbar / Brand
============================== */
header .navbar-brand img {
  max-height: 80px;
}
a.navbar-brand img {
  max-width: 150%;
}
@media (max-width: 767px) {
  a.navbar-brand img {
    max-width: 80%;
  }
}
header.sticky .navbar-brand {
  padding: 5px 0;
}
.navbar .navbar-nav .nav-link {
  color: var(--base-color) !important;
}
/* ==============================
   Hero
============================== */
#home-hero {
  top: 100px;
  aspect-ratio: 1/1;
  border-radius: 50% !important;
}
/* ==============================
   Header CTA button
============================== */
.header-icon .btn-monk-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 150px;
  padding: 10px 16px;
}
.header-icon .btn-monk-blue .btn-double-text::before {
  display: none !important;
}
.header-icon .btn-monk-blue:hover,
.header-icon .btn-monk-blue:focus {
  color: #fff;
}
@media (max-width: 1200px) {
  .header-icon .btn-monk-blue {
    min-width: 130px;
    padding: 8px 14px;
  }
  .header-icon .btn-monk-blue .btn-double-text {
    font-size: 0.95rem;
  }
}
/* ==============================
   Text & Background Utilities
============================== */
.text-outline-color-secondary {
  color: var(--secondary-color) !important;
}
.text-monk-blue {
  color: var(--base-color);
}
.text-monk-gray {
  color: var(--secondary-color);
}
a.text-monk-gray-hover:hover {
  color: var(--secondary-color) !important;
}
.bg-monk-blue {
  background-color: var(--base-color);
}
.bg-monk-gray {
  background-color: var(--secondary-color);
}
.bg-monk-light-gray {
  background-color: var(--light-gray);
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active {
  color: var(--base-color);
}
li.breadcrumb-item.text-white a,
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
/* ==============================
   Buttons
============================== */
.btn.btn-monk-white {
  background-color: var(--white);
  color: var(--base-color);
}
.btn.btn-monk-white:hover {
  background-color: var(--secondary-color);
  color: var(--base-color);
}
.btn.btn-monk-blue {
  background-color: var(--base-color);
  color: var(--white);
}
.btn.btn-monk-blue:hover {
  background-color: var(--secondary-color);
  color: var(--base-color);
}
.btn.btn-monk-gray {
  background-color: var(--secondary-color);
  color: var(--base-color);
}
.btn.btn-monk-gray:hover {
  background-color: var(--light-color);
}
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active,
.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active,
.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active {
  background-color: var(--alternate-color);
  border-color: var(--alternate-color);
  color: #fff;
}
/* ==============================
   Cart Badges (Snipcart + Spreadshop)
   — identical visuals, no JS changes
============================== */
/* Parent should have position-relative via your markup */
.snipcart-total-price,
#spreadshop-badge,
.cart-count,
.snip-total-badge {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%); /* same as translate-middle */
  display: inline-block; /* JS may toggle to none */
  padding: 0.35em 0.6em;
  border-radius: 50rem; /* rounded-pill */
  background-color: var(--monk-blue);
  color: #fff;
  line-height: 1;
  font-size: 0.75rem; /* fs-12 */
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  z-index: 1;
  white-space: nowrap;
  font-family: var(--alt-font, inherit);
}
/* Keep the helper $0.00 badge permanently hidden */
.snip-total-badge {
  display: none !important;
}
@media (max-width: 480px) {
  .snipcart-total-price,
  #spreadshop-badge {
    font-size: 0.7rem;
    padding: 0.3em 0.55em;
  }
}
.header-icon .icon .header-cart > a {
  font-size: 22px;
}
button.snipcart-checkout {
  border: 0;
  background: none;
  font-size: 22px;
}
/* ==============================
   Spreadshop container (note: iframe content is isolated)
============================== */
.sprd-footer,
.sprd-header {
  display: none !important;
}
/* ==============================
   Overlays
============================== */
.transparent-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(210, 210, 210, 0.3);
  z-index: 2;
}
.background-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(219, 119, 5, 0.4);
  z-index: 1;
  pointer-events: none;
}
.image-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--alternate-color);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.cover-background span {
  position: relative;
  z-index: 2;
}
/* ==============================
   Section layering
============================== */
section.position-relative > .container,
section.position-relative > .bg-base-color,
section.position-relative figure,
section.position-relative .col-xxl-5 {
  position: relative;
  z-index: 2;
}
/* ==============================
   About Us Grid
============================== */
.bg-sliding-line {
  background-image: linear-gradient(
    135deg,
    transparent 45%,
    #d1b9b2 45%,
    #d1b9b2 55%,
    transparent 0
  );
  background-size: 5px 5px;
}
/* ==============================
   Sidebar
============================== */
.sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
}
/* ==============================
   Contact Page Form
============================== */
.contact-form-style-03 {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .contact-form-style-03 {
    margin-top: 0;
  }
}
/* ==============================
   Calendar
============================== */
.calendar-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.calendar-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .calendar-responsive {
    padding-bottom: 120%;
  }
}
/* Keep everything one line */
.navbar .container-fluid {
  display: flex;
  align-items: center;
}
.navbar .container-fluid > .d-flex {
  width: 100%;
} /* wrapper above */
/* Tighten on small screens */
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 44px;
  } /* smaller logo */
  .btn.btn-monk-blue.btn-xs {
    font-size: 0.72rem;
    letter-spacing: 0.3px;
  }
  .snipcart-checkout i,
  #myCart i {
    font-size: 1.125rem;
  } /* fs-5-ish */
  .snipcart-total-price,
  #spreadshop-badge {
    font-size: 0.625rem;
    padding: 0.25em 0.45em;
  }
  /* prevent wrapping */
  .navbar .container-fluid .d-flex {
    flex-wrap: nowrap;
  }
}
/* Optional: remove extra margin from the old theme button */
.header-icon .btn-monk-blue {
  margin: 0 !important;
}
/* Keep the whole navbar on one line */
.navbar .container-fluid {
  align-items: center;
  flex-wrap: nowrap;
}
/* Compact actions on small screens */
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 44px;
  } /* smaller logo */
  .header-icon {
    gap: 0.5rem !important;
  } /* gap-2-ish */
  .header-icon .btn.btn-monk-blue {
    padding: 0.35rem 0.6rem;
    font-size: 0.72rem; /* smaller CTA */
    line-height: 1;
    margin: 0 !important;
  }
  .header-icon .bi {
    font-size: 1.125rem;
    line-height: 1;
  } /* icon size */
  .snipcart-total-price,
  #spreadshop-badge {
    font-size: 0.625rem;
    padding: 0.25em 0.45em; /* smaller badge */
  }
  .navbar-toggler {
    margin-left: 0.5rem;
  } /* breathe next to actions */
}
/* Prevent accidental wrapping inside the actions cluster */
.header-icon {
  white-space: nowrap;
}
/* Make sure each action is a tight inline-block without extra line-height */
.header-icon .snipcart-checkout,
.header-icon #myCart {
  display: inline-block;
  line-height: 1;
}
/* (Optional) slightly reduce left/right “physics” around logo */
.navbar-brand {
  margin-right: 0.5rem;
}
/* Let Bootstrap handle flex; do NOT force flex-nowrap globally */
.navbar .container-fluid {
  align-items: center;
} /* default Bootstrap is flex with wrap */
/* Keep logo/actions tight on small screens */
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 44px;
  } /* smaller logo */
  .header-icon {
    gap: 0.5rem !important;
    white-space: nowrap;
  }
  .header-icon .btn.btn-monk-blue {
    min-width: auto;
    padding: 0.35rem 0.6rem;
    font-size: 0.72rem;
    line-height: 1;
    margin: 0 !important;
  }
  .header-icon .bi {
    font-size: 1.125rem;
    line-height: 1;
  }
  .snipcart-total-price,
  #spreadshop-badge {
    font-size: 0.625rem;
    padding: 0.25em 0.45em;
  }
  .navbar-toggler {
    margin-left: 0.5rem;
  } /* space from actions */
}
/* Ensure action icons don’t wrap individually */
.header-icon .snipcart-checkout,
.header-icon #myCart {
  display: inline-block;
  line-height: 1;
}
/* Mobile: cap logo column at 50% and remove right auto-margin */
@media (max-width: 576px) {
  .navbar .logo-col .navbar-brand {
    display: block;
    margin: 0; /* no extra brand margin */
  }
  .navbar .logo-col .navbar-brand img {
    max-height: 44px; /* keep it tidy */
    height: auto;
    width: auto;
  }
}
/* 1) Remove column padding (you aren't inside .row) */
.navbar .container-fluid > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* 2) Stop the theme from inflating images */
a.navbar-brand img {
  max-width: 100% !important;
  height: auto;
  display: block;
}
/* 3) Make the brand container tight: no extra margin/gaps */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  /* mobile/tablet */
  .navbar-brand .mobile-logo {
    display: block !important;
  }
}
@media (min-width: 992px) {
  /* desktop */
  .navbar-brand .default-logo {
    display: block !important;
  }
}
/* 5) Cap the *image* size (not the column); REMOVE any 50% column rule */
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 44px;
  } /* tune number if needed */
}
/* 6) Keep actions compact on mobile (same as before) */
@media (max-width: 576px) {
  .header-icon {
    gap: 0.5rem !important;
    white-space: nowrap;
  }
  .header-icon .btn.btn-monk-blue {
    min-width: auto;
    padding: 0.35rem 0.6rem;
    font-size: 0.72rem;
    line-height: 1;
    margin: 0 !important;
  }
  .snipcart-total-price,
  #spreadshop-badge {
    font-size: 0.625rem;
    padding: 0.25em 0.45em;
  }
  .navbar-toggler {
    margin-left: 0.5rem;
  }
} /* === Fine-tune the tiny badges over the icons === */
.header-icon .snipcart-total-price,
.header-icon #spreadshop-badge {
  font-size: 0.62rem; /* a touch smaller */
  padding: 0.22em 0.4em; /* tighter pill */
  transform: translate(-52%, -46%); /* nudge down/right slightly */
}
/* Optional: keep the money pill slightly bolder for legibility */
.header-icon .snipcart-total-price {
  font-weight: 700;
}
/* === Hamburger position === */
/* A) Closer to the actions (reduce the gap between icons and burger): 
     remove the big left margin that’s on the wrapper now */
@media (max-width: 576px) {
  .menu-order {
    margin-left: 0.5rem !important;
  } /* replaces ms-4 with something tiny */
}
/* B) Away from the right edge (add a little right margin to the button) */
@media (max-width: 576px) {
  .navbar-toggler {
    margin-right: 0.375rem;
  } /* nudge left just a tad from the edge */
}
/* === Badge Fine-tune (all screens) === */
.header-icon .snipcart-total-price,
.header-icon #spreadshop-badge {
  font-size: 0.7rem; /* consistent size */
  padding: 0.25em 0.45em; /* consistent pill */
  line-height: 1;
  transform: translate(-50%, -45%); /* one reliable anchor point */
}
/* Extra tweak: price badge a little wider */
.header-icon .snipcart-total-price {
  min-width: 2.2em;
  text-align: center;
  font-weight: 600;
}
/* === Mobile-only adjustments (tiny nudge, not full overrides) === */
@media (max-width: 576px) {
  .header-icon .snipcart-total-price,
  .header-icon #spreadshop-badge {
    font-size: 0.68rem; /* slightly smaller, not drastic */
    padding: 0.22em 0.42em;
    transform: translate(-50%, -42%); /* tiny tweak, consistent anchor */
  }
}
/* Reset the legacy cart-count circle */
#spreadshop-badge,
.header-cart-icon .cart-count {
  width: auto !important;
  height: auto !important;
  min-width: 0;
  min-height: 0;
}
/* Make both badges use the same positioning/size */
.header-icon .snipcart-total-price,
.header-icon #spreadshop-badge {
  position: absolute;
  left: auto !important; /* ignore start-100 */
  transform: none !important; /* ignore translate-middle */
  right: -4px; /* desktop baseline */
  top: -6px;
  font-size: 0.7rem;
  padding: 0.25em 0.45em;
  line-height: 1;
  border-radius: 50rem;
  background-color: var(--monk-blue);
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
}
/* Price bubble: keep room for $1.99, $10.00, etc. */
.header-icon .snipcart-total-price {
  min-width: 2.2em;
  text-align: center;
}
/* Mobile micro-tweak */
@media (max-width: 576px) {
  .header-icon .snipcart-total-price,
  .header-icon #spreadshop-badge {
    right: -2px;
    top: -4px;
    font-size: 0.66rem;
    padding: 0.2em 0.4em;
  }
}
/* Fallback if JS hasn’t run yet */
:root {
  --header-h: 72px;
}
/* Offset Snipcart modal by your live header height; respect iOS notch */
.snipcart-modal__container {
  padding-top: max(var(--header-h), env(safe-area-inset-top));
  /* Optional guard so it never gets silly tall on huge screens: */
  padding-top: clamp(56px, var(--header-h), 160px);
}
