/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/
/* BANNER SECTION */
.home-full-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.banner-background {
  width: 100%;
  height: 400px; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-overlay-text {
  background-color: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
  padding: 2rem;
  text-align: center;
  color: #fff;
  max-width: 90%;
}

.banner-overlay-text h1 {
  font-size: 2.5rem;
  margin: 0 0 1rem;
}

.banner-overlay-text p {
  font-size: 1.25rem;
  margin: 0;
}
} /* LAYOUT STARTS BELOW BANNER */
.page-width {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0.5rem;
  clear: both; /* ensures it clears any floated or block content above */
}
.side-by-side-inner {
  display: flex;
  gap: 2rem;
}
.left-column {
  width: 350px;
  flex-shrink: 0;
  padding: 1rem;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.right-column {
  flex-grow: 1;
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .side-by-side-inner {
    flex-direction: column;
  }
  .left-column {
    width: 100%;
  }
} /* Left Menu Wrapper */


/* --- Base Styles --- */
.custom-left-menu {
  border: 1px solid #e6e6e6;
  font-family: inherit;
}

.menu-heading {
  background-color: #f9f9f9;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; /* always show by default */
}

.menu-list li {
  border-bottom: 1px solid #e6e6e6;
}

.menu-list li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #111;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.menu-list li a:hover,
.menu-list li.active a {
  background-color: #a20704;
  color: #fff;
}

/* --- Toggle button hidden by default --- */
.menu-toggle {
  display: none;
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  background-color: #f9f9f9;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  cursor: pointer;
}

/* --- Mobile styles --- */
@media (max-width: 768px) {
  .menu-toggle {
    display: block; /* show toggle only on mobile */
  }

  .menu-heading {
    display: none; /* hide title on mobile */
  }

  .menu-list {
    display: none; /* hide menu on mobile by default */
  }

  .menu-list.open {
    display: block; /* show menu when open */
  }
}
/* Reduce space below heading */
.collection-card__content p {
  margin-bottom: 0.25rem; /* or try 0.2rem or 0 if needed */
}

/* Optional: tighten subheading spacing */
.collection-card__content .subheading {
  margin-top: 0; /* remove space above subheading */
  margin-bottom: 0.5rem; /* or whatever fits visually */
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}
.blog-post-card img {
  display: block;
  width: 100%;
  object-fit: cover; /* Crops image rather than squishing */
  object-position: center; /* Keeps center of image visible */
  border: 1px solid #ccc !important; /* Light gray border, change color if needed */
  border-radius: 5px; /* Adjust corner roundness */
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(1.02);
  height: 250px;
}
.blog-post-card img:hover {
  border-color: #000; /* Darker on hover */
  transform: scale(1.09);
  transition: all 0.3s ease;
}
footer .bold {
  font-size: 20px;         /* Adjust to your desired size */
  font-weight: 600;        /* Optional: reinforce boldness */
  line-height: 1.4;        /* Optional: spacing between lines */
  text-transform: none;    /* Optional: remove all-caps if applied */
}
.footer__block--menu {
    text-transform: uppercase;
}
.footer__block--menu {
    max-width: 350px !important;
    font-size: 14px !important;
}
.footer__block--text {
        font-size: 14px !important;
}
.header__main-nav {
    grid-area: main-nav;
    text-transform: uppercase;
    font-size: 14px;
  font-weight: 500;
}
.bg-secondary {
   background-color: #202020;
}
.custom-collection-banner {
  background-color: #202020;
  padding-bottom: 40px; /* no bottom padding here */
  margin-bottom: 0; /* keep flush */
  position: relative;
  overflow: visible;
}
.custom-banner-container {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 0px;
  position: relative;
}
.custom-banner-text {
  color: white;
  text-align: left;
}

.custom-banner-text h1 {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.custom-banner-text p {
  font-size: 1.1rem;
  color: #cccccc;
}

.custom-banner-image-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.custom-banner-image-wrapper img {
  object-fit: cover;
  z-index: 1;
}
.shopify-section--main-collection {
  background-color: #ffffff !important;     /* ✅ makes the drop area white */
  padding-top: 10px !important;             /* ✅ creates vertical space to reveal the image's overhang */
  position: relative !important;
  z-index: 0 !important;
}
.image-drop-spacer {
  background-color: #ffffff;
  margin-top: -40px; /* Pulls up into the space where the image sits */
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .custom-banner-container {
    grid-template-columns: 1fr !important;         /* Stack content vertically */
    text-align: center;
    padding-bottom: 0px;
  }

  .custom-banner-text {
    text-align: center !important;
    margin-top: 40px;
  }

  .custom-banner-image-wrapper {
    justify-content: center;
  }
.page-banner-image img {
justify-content: center;
  display:grid;
  }
.page-banner-text {
text-align: center;
    margin-top: 40px;;
}
  .page-banner-inner {
    grid-template-columns: 1fr;         /* Stack content vertically */
    text-align: center;
    padding-bottom: 0px;
}
  .shopify-section--main-collection {
    padding-top: 80px;                 /* Still enough to show image overhang */
  }
    .image-drop-spacer {
     display:none;
  }
}
#shopify-section-template--16713144041549__custom_liquid_izeeDL .sub-collection-item img {
    border: 1px solid #ddd;
}
[role=main] .shopify-section {
    background:#fff;
}
.bg-custom {
    border: 1px solid #ddd !important;
}
.header {
  box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
   position: relative  !important;        /* ⬅️ This enables z-index */
  z-index: 1000 !important;             /* ⬅️ Makes sure it stays above banner or content */
  background-color: #ffffff; /* ⬅️ Prevents content showing through */
}
.page-banner {
  background-color: #202020;
  color: white;
}

.page-banner-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.page-banner-text {
  text-align: left;
}

.page-banner-text p {
  color: #ccc;
  font-size: 1.1rem;
}

.page-banner-image img {
  object-fit: cover;
  border-radius: 12px;
}
.page-banner-text h1 {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.page {
    max-width:1600px !important;
}
/* === Custom Blog Banner Styling (to match collection banner) === */

.custom-blog-banner {
  background-color: #202020;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.custom-blog-banner .custom-banner-container {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 0px;
  position: relative;
}

.custom-blog-banner .custom-banner-text {
  color: white;
  text-align: left;
}

.custom-blog-banner .custom-banner-text h1 {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.custom-blog-banner .custom-banner-text p {
  font-size: 1.1rem;
  color: #cccccc;
}

.custom-blog-banner .custom-banner-image-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.custom-blog-banner .custom-banner-image-wrapper img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

/* Optional: Maintain same white drop-zone behavior */
.shopify-section--main-blog {
  background-color: #ffffff !important;
  padding-top: 10px !important;
  position: relative !important;
  z-index: 0 !important;
}

.image-drop-spacer {
  background-color: #ffffff;
  margin-top: -40px;
  z-index: 0;
  position: relative;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .custom-blog-banner .custom-banner-container {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding-bottom: 0px;
  }

  .custom-blog-banner .custom-banner-text {
    text-align: center !important;
    margin-top: 40px;
  }

  .custom-blog-banner .custom-banner-image-wrapper {
    justify-content: center;
  }
}
/* Remove top spacing above blog banner */
.shopify-section--main-blog {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Override all link colors inside product description / rich text in Impact theme */

/* Base link state */
.product .product__description a,
.product .product__description .rte a,
.product .rte a,
.rte a,
.prose a {
  color: #007aff !important;           /* change to your desired link color */
  text-decoration: none;               /* or keep underline if you prefer */
}

/* Hover & focus state */
.product .product__description a:hover,
.product .product__description .rte a:hover,
.product .rte a:hover,
.rte a:hover,
.prose a:hover,
.product .product__description a:focus,
.product .product__description .rte a:focus,
.product .rte a:focus,
.rte a:focus,
.prose a:focus {
  color: #0000EE!important;           /* change to your hover link color */
}

/* Visited state (optional) */
.product .product__description a:visited,
.product .product__description .rte a:visited,
.product .rte a:visited,
.rte a:visited,
.prose a:visited {
  color: #6e2cff !important;           /* change or remove if you don’t want visited state different */
}
/* assets/theme.css */
.rte [id], .rte [name], :target {
  scroll-margin-top: 140px; /* adjust to your header height */
}


