body.shifa-products-page {
  background: #fbf8ee;
  color: #253d2a;
}

.shifa-products {
  --shifa-ink: #3b180f;
  --shifa-green: #496d2b;
  --shifa-cream: #fff9df;
  --shifa-coral: #9d261e;
  --shifa-line: #e5d7a9;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.shifa-products__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #4a1710 0%, #721c16 52%, #9d261e 100%);
  color: #fff;
}

.shifa-products__hero::after {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.03);
}

.shifa-products__hero-inner,
.shifa-products__catalog,
.shifa-products__note-band {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.shifa-products__hero-inner { position: relative; z-index: 1; padding: 76px 0 70px; }
.shifa-products__eyebrow,
.shifa-products__kicker {
  color: #f5dd91;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.shifa-products__eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #f1c978; }
.shifa-products h1 { max-width: 650px; margin: 16px 0 14px; color: #fff; font-size: clamp(35px, 5vw, 62px); line-height: 1.02; letter-spacing: -1.5px; }
.shifa-products__hero p { max-width: 600px; margin: 0; color: #f7eeda; font-size: 15px; line-height: 1.7; }
.shifa-products__trust-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; color: #f3ddb1; font-size: 12px; }
.shifa-products__trust-row b { display: block; margin-bottom: 3px; color: #fff; font-size: 15px; }

.shifa-products__catalog { padding: 62px 0 50px; }
.shifa-products__section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 24px; }
.shifa-products__section-heading h2 { margin: 7px 0 0; color: var(--shifa-ink); font-size: 30px; }
.shifa-products__section-heading p { max-width: 340px; margin: 0; color: #688087; font-size: 13px; line-height: 1.55; }
.shifa-products__section-heading .shifa-products__kicker { color: var(--shifa-green); }

.shifa-product-card { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--shifa-line); border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(22, 71, 76, .1); }
.shifa-product-card__gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; min-height: 440px; padding: 14px; background: #f1edcf; }
.shifa-product-card__image { position: relative; overflow: hidden; border-radius: 11px; background: #fff9df; }
.shifa-product-card__image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.shifa-product-card__image--secondary { margin-top: 58px; height: 270px; }
.shifa-product-card__badge { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; border-radius: 6px; background: rgba(24,59,69,.9); color: #fff; font-size: 10px; font-weight: 800; }
.shifa-product-card__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 46px; }
.shifa-product-card__category { color: var(--shifa-green); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.shifa-product-card h3 { margin: 10px 0 12px; color: var(--shifa-ink); font-size: 39px; }
.shifa-product-card__intro { max-width: 390px; margin: 0; color: #63777b; font-size: 14px; line-height: 1.7; }
.shifa-product-card__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; margin: 28px 0; }
.shifa-product-card__facts div { padding: 12px 10px; border: 1px solid var(--shifa-line); border-radius: 7px; background: #f8fcfb; }
.shifa-product-card__facts span { display: block; color: #779096; font-size: 10px; }
.shifa-product-card__facts strong { display: block; margin-top: 5px; color: var(--shifa-ink); font-size: 12px; }
.shifa-product-card__facts div:first-child strong { color: var(--shifa-coral); }
.shifa-product-card__facts a { color: var(--shifa-green); text-decoration: underline; }
.shifa-product-card__button,
.shifa-products__note-band a,
.shifa-product-modal__footer a { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 18px; border: 0; border-radius: 7px; background: var(--shifa-green); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.shifa-product-card__button:hover, .shifa-products__note-band a:hover, .shifa-product-modal__footer a:hover { background: #334f1f; color: #fff; }
.shifa-product-card__note { margin: 15px 0 0; color: #89999b; font-size: 11px; line-height: 1.5; }

.shifa-products__note-band { display: flex; align-items: center; gap: 16px; margin-bottom: 68px; padding: 19px 22px; border: 1px solid #d9c981; border-radius: 10px; background: #f5edc9; }
.shifa-products__note-band strong { color: var(--shifa-ink); font-size: 13px; }
.shifa-products__note-band p { margin: 4px 0 0; color: #547177; font-size: 12px; line-height: 1.5; }
.shifa-products__note-band a { margin-left: auto; flex-shrink: 0; min-height: 38px; }
.shifa-products__note-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #b39c4b; border-radius: 50%; color: var(--shifa-green); font-weight: 900; }

.shifa-product-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(10, 35, 42, .7); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.shifa-product-modal.is-open { opacity: 1; visibility: visible; }
.shifa-product-modal__panel { width: min(570px, 100%); overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.shifa-product-modal__header { display: flex; align-items: start; justify-content: space-between; padding: 25px 28px 18px; border-bottom: 1px solid var(--shifa-line); }
.shifa-product-modal__header .shifa-products__kicker { color: var(--shifa-green); }
.shifa-product-modal h2 { margin: 5px 0 0; color: var(--shifa-ink); font-size: 27px; }
.shifa-product-modal__close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf6f4; color: var(--shifa-ink); font-size: 24px; cursor: pointer; }
.shifa-product-modal__body { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 24px 28px; color: #5a7075; font-size: 13px; line-height: 1.6; }
.shifa-product-modal__body img { width: 130px; height: 150px; border-radius: 8px; object-fit: contain; background: #fff9df; }
.shifa-product-modal__body p { margin: 0 0 17px; }
.shifa-product-modal__availability { display: grid; gap: 4px; padding: 12px; border-radius: 7px; background: #f4edcf; }
.shifa-product-modal__availability strong { color: var(--shifa-ink); font-size: 12px; }
.shifa-product-modal__availability span { color: var(--shifa-green); font-size: 11px; font-weight: 700; }
.shifa-product-modal__small { color: #849598; font-size: 11px; }
.shifa-product-modal__footer { display: flex; justify-content: flex-end; padding: 16px 28px 22px; border-top: 1px solid var(--shifa-line); }
body.shifa-product-modal-open { overflow: hidden; }

@media (max-width: 760px) {
  .shifa-products__hero-inner, .shifa-products__catalog, .shifa-products__note-band { width: min(100% - 28px, 560px); }
  .shifa-products__hero-inner { padding: 52px 0 48px; }
  .shifa-products h1 { font-size: 39px; letter-spacing: -0.5px; }
  .shifa-products__section-heading { display: block; }
  .shifa-products__section-heading p { margin-top: 12px; }
  .shifa-product-card { grid-template-columns: 1fr; }
  .shifa-product-card__gallery { grid-template-columns: 1fr 0.82fr; min-height: 310px; padding: 10px; }
  .shifa-product-card__image--main { min-height: 310px; }
  .shifa-product-card__image--secondary { margin-top: 28px; height: 205px; }
  .shifa-product-card__content { padding: 29px 22px; }
  .shifa-product-card h3 { font-size: 32px; }
  .shifa-product-card__facts { gap: 6px; }
  .shifa-product-card__facts div { padding: 10px 7px; }
  .shifa-product-card__facts strong { font-size: 10px; }
  .shifa-products__note-band { align-items: flex-start; flex-wrap: wrap; margin-bottom: 42px; }
  .shifa-products__note-band a { width: 100%; margin-left: 44px; }
  .shifa-product-modal { align-items: flex-end; padding: 0; }
  .shifa-product-modal__panel { border-radius: 14px 14px 0 0; }
  .shifa-product-modal__header, .shifa-product-modal__body { padding-left: 20px; padding-right: 20px; }
  .shifa-product-modal__body { grid-template-columns: 84px 1fr; gap: 14px; padding-top: 20px; }
  .shifa-product-modal__body img { width: 84px; height: 108px; }
  .shifa-product-modal__footer { padding-left: 20px; padding-right: 20px; }
  .shifa-product-modal__footer a { width: 100%; }
}
