/** Shopify CDN: Minification failed

Line 24:18 Unexpected "{"
Line 24:27 Expected ":"
Line 24:34 Unexpected "{"
Line 25:16 Expected identifier but found whitespace
Line 25:18 Unexpected "{"
Line 25:27 Expected ":"
Line 25:72 Expected ":"
Line 28:18 Unexpected "{"
Line 28:27 Expected ":"
Line 31:18 Unexpected "{"
... and 87 more hidden warnings

**/
/* Ishi_donate_now.css */

/* Import Clash Grotesk font */
@import url('https://fonts.googleapis.com/css2?family=Clash+Grotesk:wght@400;500;600;700&display=swap');

.ishidonatenow {
	margin-top: 40px;
}
#shopify-section-{{ section.id }} {
  margin-bottom: {{ section.settings.section_bottom_spacing_desktop }}px;
}

#shopify-section-{{ section.id }} .text-align-center {
  text-align: center;
}
#shopify-section-{{ section.id }} .text-align-left {
  text-align: left;
}
#shopify-section-{{ section.id }} .text-align-right {
  text-align: right;
}

#shopify-section-{{ section.id }} .donatenow-content-right,
#shopify-section-{{ section.id }} .donatenow-content-topright,
#shopify-section-{{ section.id }} .donatenow-content-bottomright {
  float: right;
}
#shopify-section-{{ section.id }} .donatenow-content-left,
#shopify-section-{{ section.id }} .donatenow-content-topleft,
#shopify-section-{{ section.id }} .donatenow-content-bottomleft {
  float: left;
}
#shopify-section-{{ section.id }} .donatenow-content-center,
#shopify-section-{{ section.id }} .donatenow-content-topcenter,
#shopify-section-{{ section.id }} .donatenow-content-bottomcenter {
  margin: 0 auto;
  float: unset;
}

#shopify-section-{{ section.id }} .page-width-topleft,
#shopify-section-{{ section.id }} .page-width-topcenter,
#shopify-section-{{ section.id }} .page-width-topright {
  top: 30px;
}
#shopify-section-{{ section.id }} .page-width-bottomleft,
#shopify-section-{{ section.id }} .page-width-bottomcenter,
#shopify-section-{{ section.id }} .page-width-bottomright {
  bottom: 30px;
}

@media (max-width: 543px) {
  #shopify-section-{{ section.id }} .mobile-donatenow-content-right,
  #shopify-section-{{ section.id }} .mobile-donatenow-content-topright,
  #shopify-section-{{ section.id }} .mobile-donatenow-content-bottomright {
    float: right !important;
  }
  #shopify-section-{{ section.id }} .mobile-donatenow-content-left,
  #shopify-section-{{ section.id }} .mobile-donatenow-content-topleft,
  #shopify-section-{{ section.id }} .mobile-donatenow-content-bottomleft {
    float: left !important;
  }
  #shopify-section-{{ section.id }} .mobile-donatenow-content-center,
  #shopify-section-{{ section.id }} .mobile-donatenow-content-topcenter,
  #shopify-section-{{ section.id }} .mobile-donatenow-content-bottomcenter {
    margin: 0 auto;
    float: unset !important;
  }

  #shopify-section-{{ section.id }} .mobile-page-width-topleft,
  #shopify-section-{{ section.id }} .mobile-page-width-topcenter,
  #shopify-section-{{ section.id }} .mobile-page-width-topright {
    top: 70px !important;
    bottom: auto !important;
  }

  #shopify-section-{{ section.id }} .mobile-page-width-bottomleft,
  #shopify-section-{{ section.id }} .mobile-page-width-bottomcenter,
  #shopify-section-{{ section.id }} .mobile-page-width-bottomright {
    bottom: 30px !important;
    top: auto !important;
  }

  #shopify-section-{{ section.id }} .mobile-page-width-left,
  #shopify-section-{{ section.id }} .mobile-page-width-right,
  #shopify-section-{{ section.id }} .mobile-page-width-center {
    top: auto !important;
    bottom: auto !important;
  }

  #shopify-section-{{ section.id }} .mobile-text-align-center {
    text-align: center !important;
  }
  #shopify-section-{{ section.id }} .mobile-text-align-left {
    text-align: left !important;
  }
  #shopify-section-{{ section.id }} .mobile-text-align-right {
    text-align: right !important;
  }
}

@media (max-width: 425px) {
  #shopify-section-{{ section.id }} .mobile-page-width-topleft,
  #shopify-section-{{ section.id }} .mobile-page-width-topcenter,
  #shopify-section-{{ section.id }} .mobile-page-width-topright {
    top: 55px !important;
    bottom: auto !important;
  }
}

@media (max-width: 350px) {
  #shopify-section-{{ section.id }} .mobile-page-width-topleft,
  #shopify-section-{{ section.id }} .mobile-page-width-topcenter,
  #shopify-section-{{ section.id }} .mobile-page-width-topright {
    top: 45px !important;
    bottom: auto !important;
  }
}

/* Button */
.donatenow-btn.btn {
  height: clamp(50px, 3.5vw, 68px);
  gap: 14.01px;
  border-radius: 9.57px;
  padding: clamp(10px, 1vw, 14px) clamp(40px, 3vw, 64px);
  font-family: Open Sans;
  font-weight: 700;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  background: #F9AB06;
  color: #111111 !important;
}

/* Subtitle */
.sub-title-donatenow {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(24px, 1.7vw, 36px);
  line-height: 160%;
  letter-spacing: -0.02em; /* -2% converted to em units */
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}


/* Title (Updated with Clash Grotesk) */
.main-title-donatenow {
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(56px, 3.9vw, 78px);
  line-height: 110%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 16px;
}

/* Image styles */
.ishidonatenow .desktop-donatenow img {
  height: 519px;
  width: 100%;
  object-fit: cover;
}

.ishidonatenow .desktop-donatenow .donatenow__link {
  position: relative;
  overflow: visible;
}

.ishidonatenow .desktop-donatenow .donatenow__link > .page-width {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  z-index: 2;
}

.ishidonatenow .desktop-donatenow .donatenow__link > .page-width .donatenow-content {
  pointer-events: auto;
  text-align: center;
}

.donatenow-content.col-md-5.col-sm-6.col-xs-6.donatenow-content-center.text-align-center {
  width: 100%;
}

.ishidonatenow .desktop-donatenow .donatenow__link {
  position: relative;
  overflow: hidden;
}

/* === CHANGED: Remove brown overlay so image displays cleanly === */
.ishidonatenow .desktop-donatenow .donatenow__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
  box-shadow: none;
  pointer-events: none;
}

/*********** Mobile responsive ***********/
@media (max-width: 767px) {
  .main-title-donatenow {
    font-size: clamp(32px, 5vw, 56px);
  }
  .sub-title-donatenow {
    font-size: clamp(18px, 2vw, 24px);
  }
  .ishidonatenow .desktop-donatenow img {
    height: 296px;
    width: 100%;
    object-fit: cover;
  }
  .donatenow-btn.btn {
    font-size: clamp(16px, 5vw, 18px);
  }
  .ishidonatenow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


@media screen and (max-width: 1440px) {
  .main-title-donatenow {
    font-size: clamp(32px, 3.5vw, 56px);
    line-height: 110%;
  }

  .sub-title-donatenow {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 150%;
  }

  .donatenow-btn.btn {
    font-size: clamp(16px, 1.4vw, 18px);
    padding: clamp(8px, 1.2vw, 12px) clamp(24px, 2.4vw, 40px);
    height: clamp(45px, 3vw, 56px);
  }
}