/** Shopify CDN: Minification failed

Line 109:1 Expected "}" to go with "{"

**/
body .worship-trust-strip .gov-trust-strip__box {
    box-shadow: none;
}
body .worship-trust-strip .gov-trust-strip__box {
  box-shadow: none;
}

/* Products mega menu - main category headings */
@media (min-width: 769px) {
  .mega-nav--columns summary.child-nav__item--toggle
  > .main-nav__item-content
  > a.child-nav__item {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }
}
/* Brands mega menu - tighter spacing */
@media (min-width: 769px) {
  .brand-mega-menu {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }

  .brand-mega-menu__btn {
    margin-top: 18px !important;
  }
}
/* Desktop header search - narrower */
@media (min-width: 769px) {
  .header__search {
    width: 420px !important;
    max-width: 420px !important;
    justify-self: center !important;
    margin-inline: auto !important;
  }

  .header__grid.container {
  width: 100% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}
/* Keep mobile navigation above chat widget */
@media (max-width: 768.98px) {
  .main-menu__disclosure.is-open {
    z-index: 2147483646 !important;
  }

  .main-menu__disclosure.is-open > .main-menu__content {
    z-index: 2147483646 !important;
  }

  body.overflow-hidden store-header.header {
    z-index: 2147483646 !important;
  }
}
#gravity-button {
  height:60px !important;
  border-radius:9px !important;
}
/* Mobile product breadcrumb cleanup */
@media screen and (max-width: 749px) {
  

  .product-breadcrumbs {
    padding-bottom: 6px !important;
  }
/* Mobile product breadcrumb */
.ow-breadcrumb-collection-mobile {
  display: none;
}

@media screen and (max-width: 749px) {

  .product-breadcrumbs .ow-breadcrumb-collection-desktop,
  .product-breadcrumbs .ow-breadcrumb-product-title {
    display: none !important;
  }

  .product-breadcrumbs .ow-breadcrumb-collection-mobile {
    display: flex !important;
  }

  .product-breadcrumbs {
    padding-bottom: 6px !important;
  }

  .product-breadcrumbs .breadcrumbs-list {
    margin-bottom: 0 !important;
  }
}
/* Desktop collection cards: show featured/hero image only */
@media screen and (min-width: 750px) {
  .card__hover-image {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}