/** Shopify CDN: Minification failed

Line 394:0 Unexpected "<"
Line 403:0 Unexpected "<"

**/
/* ==========================================================================
   ✅ Slideshow Button - Desktop
   ========================================================================== */
.caption-content .action_button {
  font-size: 20px;
  padding: 20px 40px;
  margin-bottom: 20px;
  display: inline-block;
  background: #b27ad6;
  color: #fff;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  line-height: 1.4;
  width: auto;
  min-width: 240px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.caption-content .action_button:hover {
  background-color: #9e63c7;
  transform: translateY(-2px);
}

@media (max-width: 749px) {
  .caption-content .action_button {
    font-size: 16px !important;
    padding: 14px 24px !important;
    max-width: 95vw !important;
    min-width: 200px !important;
    margin: 0 auto 20px auto !important;
    line-height: normal !important;
    height: auto !important;
    background: #b27ad6 !important;
    border-radius: 30px !important;
    border: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #fff !important;
    display: inline-block !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .caption-content {
    padding: 20px 10px !important;
  }
}

/* ==========================================================================
   ✅ Force Site Title White (Header)
   ========================================================================== */
h1.site-header__heading,
.site-header__heading,
.site-header__heading a {
  color: #ffffff !important;
}

.custom-site-title-wrapper {
  text-align: center;
  padding: 20px 10px;
  margin-top: 20px;
}

.custom-site-title {
  color: white !important;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .custom-site-title-wrapper {
    display: none !important;
  }
  #shopify-section-slideshow,
  .feature_image {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* ==========================================================================
   ✅ Return to Home Button
   ========================================================================== */
.return-home-button {
  display: block;
  background-color: #000;
  color: #fff !important;
  padding: 12px 20px;
  margin: 40px auto 60px auto;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s ease;
  width: fit-content;
  font-size: 16px;
}

.return-home-button:hover {
  background-color: #333;
}

/* ==========================================================================
   ✅ Page & Collection Title Styling (Single Clean Block)
   ========================================================================== */
@media screen and (min-width: 769px) {
  h1.collection-hero__title,
  h1.collection-title,
  .template-collection h1,
  .main-content h1,
  h1.title,
  h1.section-header__title {
    font-family: 'Cinzel', serif !important;
    font-size: 32px !important;
    color: #111 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 40px auto 20px auto !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ddd !important;
    max-width: 800px !important;
    display: block !important;
    float: none !important;
    clear: both !important;
  }
}

/* ==========================================================================
   ✅ Desktop Layout + Grid Fixes
   ========================================================================== */
@media screen and (min-width: 1025px) {
  .main-content,
  .page-width,
  .container.main.content,
  .template-page .content,
  .shopify-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid,
  .grid--uniform,
  .collection-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .grid__item,
  .collection-grid__item {
    flex: 1 1 300px;
    max-width: 300px;
  }
}
/* =====================================
   ✅ Fix: Center Collection Titles on Desktop
   ===================================== */
@media screen and (min-width: 769px) {
  .template-collection h1,
  .collection h1,
  h1.collection-title,
  h1.collection-hero__title,
  h1.page-title,
  h1.title {
    font-family: 'Cinzel', serif !important;
    font-size: 32px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 40px auto 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ddd !important;
    max-width: 800px !important;
    display: block !important;
    float: none !important;
    clear: both !important;
  }
}
@media screen and (min-width: 769px) {
  h1.collection-hero__title,
  h1.collection-title,
  .template-collection h1,
  .main-content h1,
  h1.title {
    font-family: 'Cinzel', serif !important;
    font-size: 32px !important;
    font-weight: bold !important;
    color: #111 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 40px auto 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ddd !important;
    max-width: 800px !important;
    display: block !important;
    float: none !important;
    clear: both !important;
  }
}
@media screen and (min-width: 769px) {
  .main-content,
  .collection-hero,
  .page-width,
  .template-collection .content {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;
  }
}
/* ✅ Hide first and second H1s and following paragraph on Page templates */
.template-page .page-content h1:first-of-type,
.template-page .page-content h1:nth-of-type(2),
.template-page .page-content h1:first-of-type + p,
.template-page .page-content h1:nth-of-type(2) + p {
  display: none !important;
}

/* Optional: adjust spacing after removing headers */
.template-page .page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ==========================================================================
   ✅ Read More Button Styling for Blog Cards
   ========================================================================== */
.read-more-button {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 24px;
  background-color: #b27ad6;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.4;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.read-more-button:hover {
  background-color: #9e63c7;
  transform: translateY(-2px);
}

@media screen and (max-width: 749px) {
  .read-more-button {
    font-size: 13px;
    padding: 12px 20px;
    width: 100%;
    max-width: 260px;
    margin: 10px auto 0 auto;
    display: block;
  }
}
/* ✅ Blog Card Staggered Layout */
.blog-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}

.blog-card:nth-child(even) {
  flex-direction: row-reverse;
}

/* ✅ Blog Card Image */
.blog-card img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ✅ Blog Card Text Block */
.blog-card .blog-content {
  flex: 1;
  min-width: 250px;
}

/* ✅ Responsive (Mobile Stack) */
@media (max-width: 768px) {
  .blog-card {
    flex-direction: column !important;
    text-align: center;
  }

  .blog-card:nth-child(even) {
    flex-direction: column !important;
  }

  .blog-card img {
    margin: 0 auto;
  }

  .blog-card .blog-content {
    text-align: left;
    padding: 0 10px;
  }
}
/* ✅ Universal Blog Heading Styles */
.blog h2 {
  font-size: 1.9em;
  font-weight: bold;
  margin-top: 2em;
}

.blog h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1.8em;
}

.blog h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1.5em;
}
.blog h2, .blog h3, .blog h4 {
  font-family: 'Cinzel', serif;
  color: #222;
}
/* ✅ Universal Blog Heading Styles (More Reliable Target) */
.article_content h2 {
  font-size: 1.9em;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  color: #222;
  margin-top: 2em;
}

.article_content h3 {
  font-size: 1.5em;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  color: #222;
  margin-top: 1.8em;
}

.article_content h4 {
  font-size: 1.3em;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  color: #222;
  margin-top: 1.5em;
}
a img:hover {
  transform: scale(1.03);
}
#shopify-section-footer {
  display: none !important;
}
<style>
.bmm-wrapper, .buddha-menu {
  z-index: 9999 !important;
  position: relative !important;
}

.buddha-menu .bmm-container {
  overflow: visible !important;
}
</style>
/* ✅ Prevent clipping of Buddha Mega Menu on Product Pages */
.template-product .shopify-section,
.template-product .main-content,
.template-product .product-single,
.template-product .product,
.template-product .content {
  overflow: visible !important;
  position: relative !important;
  z-index: 1;
}
/* Hide default Shopify product title block */
.product-single__title, 
h1.product__title, 
.product-title {
  display: none !important;
}
.product__title,
h1.product__title,
.product-single__title {
  display: none !important;
}
/* ✅ FORCE HIDE default Shopify product title and variants */
.product__title,
.product__title h1,
.product-single__title,
.product__title > h1,
h1.product__title,
.product__header,
.product-single__meta,
.product__description > h1,
.product__title + * {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}
