/** Shopify CDN: Minification failed

Line 132:48 Unexpected "{"

**/
/* assets/community.css */

/* Flip the palette ONLY on Community */
.mode-community {
  --dark: #0E1513;
  --white: #E3E3CB; 
  --muted: #9aa08f;
  --border: #E3E3CB;
}

/* Apply to page background/text */
.mode-community,
.mode-community .shopify-section {
  background: var(--dark);
  color: var(--white);
}

/* Header + nav (scoped) */
.mode-community .header,
.mode-community .header-wrapper,
.mode-community .header__inline-menu,
.mode-community .announcement-bar,
.mode-community .mega-menu {
  background: var(--dark);
  color: var(--white);
}
.mode-community .header{
  border-bottom:1px solid var(--white);
}
.mode-community .menu-drawer__menu-item,
.mode-community .header__menu-item,
.mode-community .header__icon,
.mode-community .header__active-menu-item {
  color: var(--white);
}
.mode-community .header__heading-link{
    color: var(--white);
}
/* Buttons/inputs  */
.mode-community .button,
.mode-community button,
.mode-community .shopify-payment-button__button {
  background: var(--dark);
  color: var(--white);
  border-color: var(--white);
}
.mode-community .button--secondary,
.mode-community .shopify-payment-button__button--unbranded {
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--fg);
}

/* Footer (scoped) */
.mode-community .footer,
.mode-community .footer__content,
.mode-community .footer a,
.mode-community .amatizz-gallery-title,
.mode-community .amatizz-gallery-subtitle {
  background: var(--dark);
  color: var(--white);
}

/* Any borders/icons you want darker on the light bg */
.mode-community hr,
.mode-community .border,
.mode-community .icon,
.mode-community .field__input {
  border-color: var(--white);
  color: var(--white);
  fill: var(--white);
  stroke: var(--white);
}
.mode-community .footer-of-footer{
  border-top: 1px solid white;
}
.mode-community .footer-of-footer div, .amatizz-footer-block{
   border-color: var(--white);
    background: var(--dark) !Important;
}
.mode-community .footer-of-footer a, .footer-social-text, .footer-contact-text{
     color: var(--white) !Important;
}

.mode-community .amatizz-hero-bar{
     border-bottom: 1px solid var(--white)!important;
          border-top: 1px solid var(--white)!important;
         background: var(--dark) !Important;
}
.community-block__title p{
  margin:0;
  font-size: 14px;
}
.community-block,.community-desc{
  padding:2rem 0 7rem 2rem;
}


.community-desc h2, 
.community-desc p,
.community-block__title p{
color: #E3E3CB;
font-size: 14px;
font-family: 'DM Sans';


}

.mode-community .menu-drawer__inner-container {

    background: #041112;
}
.mode-community .menu-drawer__menu-item--active,.mode-community .menu-drawer__menu-item:hover, .mode-community .menu-drawer__close-button:hover {
    color: #041112;
    background-color: #e3e3cb;
}


.mode-community .community-desc h2{
  margin-bottom:30px;
  font-size:18px;
      text-transform: uppercase;
}
.mode-community p, .mode-community h1, .mode-community h2{
  color: #e3e3cb;
}
.mode-community .menu-drawer__menu-item--active,{
    color: #041112;
}
.mode-community .header__menu-item span{
  color: #e3e3cb;
}