/*
 * Madrassat an-Noor — Sakinah Pastel Redesign 1.0.5
 * Global visual system for Blocksy, custom premium pages and WooCommerce.
 */

:root {
  color-scheme: only light;
  --mna-cream: #f6f1e9;
  --mna-sand: #e9dcc9;
  --mna-mint: #bfe7da;
  --mna-blush: #f4c7c3;
  --mna-lavender: #d9ccee;
  --mna-sky: #cfe7f7;
  --mna-gold: #e8d9a8;
  --mna-paper: #fffdf9;
  --mna-white: #ffffff;
  --mna-ink: #2d174b;
  --mna-copy: #4e4753;
  --mna-muted: #766d79;
  --mna-plum: #65477f;
  --mna-violet: #7857a4;
  --mna-berry: #983d78;
  --mna-teal: #2f756f;
  --mna-line: rgba(80, 55, 98, 0.13);
  --mna-line-strong: rgba(80, 55, 98, 0.22);
  --mna-shadow-xs: 0 6px 18px rgba(64, 45, 74, 0.07);
  --mna-shadow-sm: 0 12px 34px rgba(64, 45, 74, 0.1);
  --mna-shadow-md: 0 24px 65px rgba(64, 45, 74, 0.14);
  --mna-radius-sm: 16px;
  --mna-radius-md: 24px;
  --mna-radius-lg: 34px;
  --mna-radius-xl: 48px;
  --mna-shell: min(1180px, calc(100vw - 48px));
  --mna-reading: 760px;
  --mna-header-height: 113px;
  --mna-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

html {
  max-width: 100%;
  overflow-x: clip !important;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mna-header-height) + 24px);
}

html body.mna-sakinah-v1 {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
  color: var(--mna-copy) !important;
  background: var(--mna-cream) !important;
  font-family: "Quicksand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 500;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.mna-sakinah-v1 *,
body.mna-sakinah-v1 *::before,
body.mna-sakinah-v1 *::after {
  box-sizing: border-box;
}

body.mna-sakinah-v1 img,
body.mna-sakinah-v1 svg,
body.mna-sakinah-v1 video,
body.mna-sakinah-v1 iframe {
  max-width: 100%;
}

body.mna-sakinah-v1 img {
  height: auto;
}

body.mna-sakinah-v1 h1,
body.mna-sakinah-v1 h2,
body.mna-sakinah-v1 h3,
body.mna-sakinah-v1 h4,
body.mna-sakinah-v1 h5,
body.mna-sakinah-v1 h6,
body.mna-sakinah-v1 .page-title,
body.mna-sakinah-v1 .entry-title,
body.mna-sakinah-v1 .woocommerce-loop-product__title {
  color: var(--mna-ink) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

body.mna-sakinah-v1 h1 {
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

body.mna-sakinah-v1 h2 {
  font-size: clamp(2.05rem, 4.3vw, 3.75rem);
}

body.mna-sakinah-v1 h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

body.mna-sakinah-v1 p,
body.mna-sakinah-v1 li,
body.mna-sakinah-v1 label,
body.mna-sakinah-v1 input,
body.mna-sakinah-v1 textarea,
body.mna-sakinah-v1 select,
body.mna-sakinah-v1 button {
  font-family: "Quicksand", system-ui, sans-serif;
}

body.mna-sakinah-v1 :lang(ar),
body.mna-sakinah-v1 [dir="rtl"],
body.mna-sakinah-v1 .mna-arabic,
body.mna-sakinah-v1 .mn-flow-arabic,
body.mna-sakinah-v1 [class*="arabic"] {
  font-family: "Amiri", "Noto Naskh Arabic", serif !important;
  font-weight: 400;
  letter-spacing: 0 !important;
  line-height: 1.75;
}

body.mna-sakinah-v1 a {
  color: var(--mna-plum);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

body.mna-sakinah-v1 a:hover {
  color: var(--mna-berry);
}

body.mna-sakinah-v1 :where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--mna-teal) !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 6px rgba(191, 231, 218, 0.72) !important;
}

body.mna-sakinah-v1 ::selection {
  color: var(--mna-ink);
  background: var(--mna-mint);
}

body.mna-sakinah-v1 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
body.mna-sakinah-v1 textarea,
body.mna-sakinah-v1 select {
  min-height: 50px;
  border: 1px solid var(--mna-line-strong) !important;
  border-radius: 15px !important;
  color: var(--mna-copy) !important;
  background: rgba(255, 253, 249, 0.92) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.mna-sakinah-v1 textarea {
  min-height: 140px;
  resize: vertical;
}

body.mna-sakinah-v1 input:hover,
body.mna-sakinah-v1 textarea:hover,
body.mna-sakinah-v1 select:hover {
  border-color: rgba(120, 87, 164, 0.42) !important;
}

body.mna-sakinah-v1 input:focus,
body.mna-sakinah-v1 textarea:focus,
body.mna-sakinah-v1 select:focus {
  border-color: var(--mna-violet) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(217, 204, 238, 0.48) !important;
}

body.mna-sakinah-v1 :where(
  .button,
  button.button,
  .wp-element-button,
  .wp-block-button__link,
  input[type="submit"],
  .ct-button,
  .mn-home-btn,
  .mn-premium-btn,
  .mna-cta,
  .single_add_to_cart_button
) {
  position: relative;
  display: inline-flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.45rem !important;
  overflow: hidden;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--mna-berry), var(--mna-violet)) !important;
  box-shadow: 0 12px 26px rgba(112, 71, 133, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 0.96rem;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 220ms var(--mna-ease), box-shadow 220ms var(--mna-ease), filter 220ms ease !important;
}

body.mna-sakinah-v1 :where(
  .button,
  button.button,
  .wp-element-button,
  .wp-block-button__link,
  input[type="submit"],
  .ct-button,
  .mn-home-btn,
  .mn-premium-btn,
  .mna-cta,
  .single_add_to_cart_button
):hover {
  color: #fff !important;
  filter: saturate(1.08) brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(112, 71, 133, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

body.mna-sakinah-v1 :where(.mn-home-btn-menta, .mn-premium-btn--menta, .button.alt) {
  color: #173f3b !important;
  background: linear-gradient(135deg, var(--mna-mint), #9fdacb) !important;
  border-color: rgba(47, 117, 111, 0.18) !important;
  box-shadow: 0 12px 25px rgba(47, 117, 111, 0.16) !important;
}

body.mna-sakinah-v1 :where(.mn-premium-btn--outline, .mn-home-btn-secondary, .button.outline) {
  color: var(--mna-plum) !important;
  background: rgba(255, 253, 249, 0.88) !important;
  border-color: rgba(120, 87, 164, 0.28) !important;
  box-shadow: var(--mna-shadow-xs) !important;
}

body.mna-sakinah-v1 :where(.mn-premium-card, .mn-sp-card, .mn-card, .mn-home-start-card, .mna-seo-guide-card) {
  border: 1px solid rgba(80, 55, 98, 0.1) !important;
  border-radius: var(--mna-radius-md) !important;
  background: rgba(255, 253, 249, 0.9) !important;
  box-shadow: var(--mna-shadow-xs) !important;
  transition: transform 260ms var(--mna-ease), box-shadow 260ms var(--mna-ease), border-color 260ms ease;
}

body.mna-sakinah-v1 :where(.mn-premium-card, .mn-sp-card, .mn-card, .mn-home-start-card, .mna-seo-guide-card):hover {
  border-color: rgba(120, 87, 164, 0.2) !important;
  transform: translateY(-4px);
  box-shadow: var(--mna-shadow-sm) !important;
}

/* Header and navigation */
body.mna-sakinah-v1 .mn-custom-header-shell {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99990 !important;
  filter: drop-shadow(0 8px 24px rgba(59, 44, 68, 0.08));
}

body.mna-sakinah-v1 .mn-custom-announcement {
  min-height: 38px !important;
  color: #1e5f58 !important;
  background: linear-gradient(90deg, #bfe7da, #d7eee7 50%, #bfe7da) !important;
  border-bottom: 1px solid rgba(47, 117, 111, 0.13) !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.015em;
}

body.mna-sakinah-v1 .mn-ann-link {
  color: #174f49 !important;
  border-bottom: 1px solid rgba(23, 79, 73, 0.35);
}

body.mna-sakinah-v1 .mn-custom-header {
  min-height: 75px !important;
  background: rgba(255, 253, 249, 0.93) !important;
  border-bottom: 1px solid rgba(80, 55, 98, 0.08) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  backdrop-filter: blur(18px) saturate(1.15);
}

body.mna-sakinah-v1 .mn-custom-header-inner {
  width: min(1280px, calc(100% - 40px)) !important;
  max-width: 1280px !important;
  min-height: 74px !important;
  margin-inline: auto !important;
}

body.mna-sakinah-v1 .mn-custom-brand {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  border: 1px solid rgba(120, 87, 164, 0.21) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 9px 24px rgba(75, 53, 92, 0.11) !important;
}

body.mna-sakinah-v1 .mn-custom-brand::after {
  position: absolute;
  inset: -5px;
  z-index: -1;
  border: 1px solid rgba(232, 217, 168, 0.72);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

body.mna-sakinah-v1 .mn-custom-brand img,
body.mna-sakinah-v1 .mna-official-logo-mark {
  width: 78% !important;
  height: 78% !important;
  object-fit: contain !important;
}

body.mna-sakinah-v1 .mn-custom-link,
body.mna-sakinah-v1 .mn-custom-link a {
  color: #463b4d !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em;
}

body.mna-sakinah-v1 .mn-custom-link:hover,
body.mna-sakinah-v1 .mn-custom-link:focus-within,
body.mna-sakinah-v1 .mn-custom-dropdown[open] > .mn-custom-link {
  color: var(--mna-violet) !important;
  background: rgba(217, 204, 238, 0.28) !important;
}

body.mna-sakinah-v1 .mn-custom-submenu {
  overflow: hidden !important;
  border: 1px solid rgba(120, 87, 164, 0.13) !important;
  border-radius: 0 0 26px 26px !important;
  background:
    radial-gradient(circle at 94% 10%, rgba(207, 231, 247, 0.48), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(244, 199, 195, 0.3), transparent 27%),
    rgba(255, 253, 249, 0.98) !important;
  box-shadow: 0 28px 54px rgba(55, 37, 66, 0.16) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

body.mna-sakinah-v1 .mn-custom-mega-kicker {
  color: var(--mna-violet) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
}

body.mna-sakinah-v1 .mn-custom-mega-item {
  border-radius: 15px !important;
}

body.mna-sakinah-v1 .mn-custom-mega-item:hover {
  background: rgba(191, 231, 218, 0.32) !important;
}

body.mna-sakinah-v1 .mna-mobile-bag-link,
body.mna-sakinah-v1 .mn-custom-burger {
  border-color: rgba(120, 87, 164, 0.25) !important;
  color: var(--mna-violet) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 7px 20px rgba(70, 49, 85, 0.08) !important;
}

body.mna-sakinah-v1 .mna-mobile-menu-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(88vw, 380px) !important;
  max-width: calc(100vw - 24px) !important;
  height: 100dvh !important;
  border-left: 1px solid rgba(120, 87, 164, 0.16) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(217, 204, 238, 0.55), transparent 32%),
    linear-gradient(180deg, #fffdf9, #f6f1e9) !important;
  box-shadow: -24px 0 60px rgba(45, 23, 75, 0.18) !important;
  transition: transform 280ms var(--mna-ease), visibility 280ms !important;
  will-change: transform;
}

body.mna-sakinah-v1 .mna-mobile-menu-drawer[aria-hidden="true"] {
  visibility: hidden !important;
  transform: translate3d(105%, 0, 0) !important;
  pointer-events: none !important;
}

body.mna-sakinah-v1 .mna-mobile-menu-drawer[aria-hidden="false"] {
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto !important;
}

body.mna-sakinah-v1.mna-mobile-drawer-open {
  overflow: hidden !important;
}

body.mna-sakinah-v1 .mna-mobile-menu-close {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(120, 87, 164, 0.2) !important;
  border-radius: 50% !important;
  color: var(--mna-ink) !important;
  background: #fff !important;
}

body.mna-sakinah-v1 .mna-mobile-menu-nav a {
  min-height: 46px;
  border-radius: 12px;
  color: var(--mna-copy) !important;
  font-weight: 650;
}

body.mna-sakinah-v1 .mna-mobile-menu-nav a:hover {
  color: var(--mna-plum) !important;
  background: rgba(217, 204, 238, 0.3) !important;
}

/* Resolve accumulated header spacer overrides on all internal pages. */
body.mna-sakinah-v1:not(.home) {
  padding-top: var(--mna-header-height) !important;
}

body.mna-sakinah-v1:not(.home) main.site-main {
  padding-top: 0 !important;
}

body.mna-sakinah-v1:not(.home) main.site-main > .ct-container-full,
body.mna-sakinah-v1:not(.home) main.site-main > .ct-container {
  padding-top: 0 !important;
}

body.mna-sakinah-v1.page:not(.home) main.site-main > .ct-container:not(.ct-container-full) {
  padding-top: clamp(28px, 4vw, 54px) !important;
}

body.mna-sakinah-v1.single-post main.site-main,
body.mna-sakinah-v1.single-product main.site-main,
body.mna-sakinah-v1.archive main.site-main,
body.mna-sakinah-v1.search main.site-main,
body.mna-sakinah-v1.woocommerce-cart main.site-main,
body.mna-sakinah-v1.woocommerce-checkout main.site-main,
body.mna-sakinah-v1.woocommerce-account main.site-main {
  padding-top: clamp(28px, 4vw, 54px) !important;
}

/* Homepage */
body.mna-sakinah-v1.home main.site-main {
  padding-bottom: 0 !important;
  background: var(--mna-cream);
}

body.mna-sakinah-v1 .mn-home-shell,
body.mna-sakinah-v1 .mn-premium-shell,
body.mna-sakinah-v1 .mn-sp-container {
  width: var(--mna-shell) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.mna-sakinah-v1 .mn-home-hero {
  min-height: min(820px, 92vh) !important;
  padding: clamp(170px, 15vw, 210px) 0 clamp(72px, 8vw, 110px) !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 20%, rgba(244, 199, 195, 0.55) 0 8%, transparent 25%),
    radial-gradient(circle at 88% 18%, rgba(191, 231, 218, 0.52) 0 9%, transparent 28%),
    radial-gradient(circle at 80% 88%, rgba(207, 231, 247, 0.52) 0 10%, transparent 30%),
    linear-gradient(135deg, #fffdf9 0%, #f8f2f5 48%, #f3f6f1 100%) !important;
}

body.mna-sakinah-v1 .mn-home-hero::after {
  position: absolute;
  right: -4%;
  bottom: -110px;
  left: -4%;
  z-index: -1;
  height: 170px;
  border-radius: 50% 50% 0 0;
  background: var(--mna-sand);
  content: "";
}

body.mna-sakinah-v1 .mn-home-hero-inner {
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr) !important;
  gap: clamp(40px, 7vw, 100px) !important;
  align-items: center !important;
}

body.mna-sakinah-v1 .mn-home-hero-copy {
  max-width: 700px !important;
}

body.mna-sakinah-v1 .mn-home-hero-kicker,
body.mna-sakinah-v1 .mn-home-eyebrow,
body.mna-sakinah-v1 .mn-premium-kicker {
  color: var(--mna-violet) !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: clamp(0.72rem, 1.2vw, 0.88rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
}

body.mna-sakinah-v1 .mn-home-hero h1 {
  max-width: 760px;
  margin: 0.2em 0 0.12em !important;
  font-size: clamp(4.1rem, 7.4vw, 7.6rem) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.06em !important;
}

body.mna-sakinah-v1 .mn-home-hero-tagline {
  margin-bottom: 0.45em !important;
  color: #8a6db3 !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(2rem, 3.6vw, 3.3rem) !important;
  font-style: italic;
  line-height: 1.15 !important;
}

body.mna-sakinah-v1 .mn-home-hero-lead {
  max-width: 640px;
  color: #514a54 !important;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem) !important;
  line-height: 1.72 !important;
}

body.mna-sakinah-v1 .mn-home-hero-actions,
body.mna-sakinah-v1 .mn-premium-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  align-items: center;
}

body.mna-sakinah-v1 .mn-home-hero-actions br,
body.mna-sakinah-v1 .mn-premium-actions br {
  display: none !important;
}

body.mna-sakinah-v1 .mn-home-hero-mark {
  position: relative;
  display: flex !important;
  min-height: 440px !important;
  align-items: center;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px) !important;
  overflow: hidden;
  border: 1px solid rgba(120, 87, 164, 0.13) !important;
  border-radius: 48% 52% 42% 58% / 54% 42% 58% 46% !important;
  background:
    radial-gradient(circle at 23% 20%, rgba(244, 199, 195, 0.72) 0 8%, transparent 9%),
    radial-gradient(circle at 82% 78%, rgba(207, 231, 247, 0.84) 0 7%, transparent 8%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 233, 0.86)) !important;
  box-shadow: var(--mna-shadow-md), inset 0 1px 0 #fff !important;
  transform: rotate(1.2deg);
}

body.mna-sakinah-v1 .mn-home-hero-mark::before,
body.mna-sakinah-v1 .mn-home-hero-mark::after {
  position: absolute;
  z-index: 0;
  color: #d7b966;
  content: "✦";
  font-size: 2rem;
  filter: drop-shadow(0 4px 8px rgba(215, 185, 102, 0.25));
}

body.mna-sakinah-v1 .mn-home-hero-mark::before {
  top: 12%;
  right: 13%;
}

body.mna-sakinah-v1 .mn-home-hero-mark::after {
  bottom: 12%;
  left: 12%;
  color: #c5899f;
  font-size: 1.25rem;
}

body.mna-sakinah-v1 .mn-home-hero-mark img {
  position: relative;
  z-index: 1;
  width: min(100%, 480px) !important;
  max-height: 310px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  filter: saturate(1.05) contrast(1.02);
  transform: rotate(-1.2deg);
}

body.mna-sakinah-v1 .mn-home-hero-mark > span {
  display: none !important;
}

body.mna-sakinah-v1 .mn-home-section,
body.mna-sakinah-v1 .mn-premium-section {
  position: relative;
  padding-block: clamp(76px, 8vw, 126px) !important;
}

body.mna-sakinah-v1 .mn-home-section-heading {
  max-width: 780px !important;
  margin: 0 auto clamp(36px, 5vw, 62px) !important;
  text-align: center;
}

body.mna-sakinah-v1 .mn-home-section-heading p {
  max-width: 650px;
  margin-inline: auto;
  color: var(--mna-muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

body.mna-sakinah-v1 .mn-home-start {
  background:
    radial-gradient(circle at 15% 12%, rgba(232, 217, 168, 0.5) 0 3px, transparent 4px),
    var(--mna-sand) !important;
  background-size: 70px 70px, auto !important;
}

body.mna-sakinah-v1 .mn-home-start-grid {
  gap: clamp(18px, 2.6vw, 32px) !important;
}

body.mna-sakinah-v1 .mn-home-start-card {
  min-height: 100% !important;
  padding: clamp(26px, 3vw, 40px) !important;
  border-radius: 28px !important;
  background: rgba(255, 253, 249, 0.94) !important;
}

body.mna-sakinah-v1 .mn-home-start-card:nth-child(1) {
  border-top: 4px solid var(--mna-lavender) !important;
}

body.mna-sakinah-v1 .mn-home-start-card:nth-child(2) {
  border-top: 4px solid var(--mna-blush) !important;
}

body.mna-sakinah-v1 .mn-home-start-card:nth-child(3) {
  border-top: 4px solid var(--mna-mint) !important;
}

body.mna-sakinah-v1 .mn-home-start-card h3 {
  margin-top: 1rem !important;
}

body.mna-sakinah-v1 .mn-home-start-card > p:last-child a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.68rem 1rem;
  border-radius: 999px;
  color: var(--mna-plum) !important;
  background: rgba(217, 204, 238, 0.42);
  font-weight: 750;
  text-decoration: none;
}

body.mna-sakinah-v1 .mn-home-case-preview {
  background:
    radial-gradient(circle at 88% 16%, rgba(191, 231, 218, 0.42), transparent 28%),
    radial-gradient(circle at 14% 86%, rgba(244, 199, 195, 0.36), transparent 30%),
    linear-gradient(135deg, #fbf7f2, #f3edf7) !important;
}

body.mna-sakinah-v1 .mn-home-founder,
body.mna-sakinah-v1 .mn-home-gallery,
body.mna-sakinah-v1 .mn-home-faq {
  background: var(--mna-paper) !important;
}

body.mna-sakinah-v1 .mn-home-process {
  background: linear-gradient(180deg, var(--mna-sand), #efe5d7) !important;
}

body.mna-sakinah-v1 .mn-home-process-step {
  padding: 28px 20px !important;
  border: 1px solid rgba(80, 55, 98, 0.09);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.62);
}

body.mna-sakinah-v1 .mn-home-voices {
  background: linear-gradient(180deg, #f8f2e9, #fffdf9) !important;
}

body.mna-sakinah-v1 .mn-home-voice-card {
  border: 1px solid rgba(120, 87, 164, 0.12) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: var(--mna-shadow-xs) !important;
}

body.mna-sakinah-v1 .mn-home-newsletter {
  background:
    radial-gradient(circle at 10% 20%, rgba(244, 199, 195, 0.48), transparent 25%),
    linear-gradient(135deg, var(--mna-lavender), #e4dbf2 58%, var(--mna-sky)) !important;
}

body.mna-sakinah-v1 .mn-home-santuario {
  margin: clamp(22px, 3vw, 48px) !important;
  border: 1px solid rgba(120, 87, 164, 0.14);
  border-radius: var(--mna-radius-xl) !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(244, 199, 195, 0.58), transparent 26%),
    radial-gradient(circle at 90% 85%, rgba(191, 231, 218, 0.65), transparent 28%),
    rgba(255, 253, 249, 0.74) !important;
  box-shadow: var(--mna-shadow-sm);
}

body.mna-sakinah-v1 .mn-home-faq details,
body.mna-sakinah-v1 .mn-premium-page details {
  border: 1px solid rgba(120, 87, 164, 0.12) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 7px 18px rgba(64, 45, 74, 0.06) !important;
}

body.mna-sakinah-v1 .mn-home-faq summary,
body.mna-sakinah-v1 .mn-premium-page summary {
  min-height: 54px;
  padding: 15px 20px !important;
  color: var(--mna-ink) !important;
  font-weight: 750;
}

/* Premium internal pages */
body.mna-sakinah-v1 .mn-premium-page {
  margin: 0 !important;
  color: var(--mna-copy) !important;
  background: var(--mna-cream) !important;
}

body.mna-sakinah-v1 .mn-premium-hero {
  position: relative;
  min-height: 610px;
  padding: clamp(60px, 7vw, 105px) 0 clamp(72px, 8vw, 118px) !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 12%, rgba(244, 199, 195, 0.52), transparent 26%),
    radial-gradient(circle at 91% 16%, rgba(191, 231, 218, 0.58), transparent 28%),
    radial-gradient(circle at 72% 95%, rgba(207, 231, 247, 0.55), transparent 28%),
    linear-gradient(135deg, #fffdf9, #f7f0f4 52%, #f2f7f4) !important;
}

body.mna-sakinah-v1 .mn-premium-hero::before {
  position: absolute;
  right: -8%;
  bottom: -150px;
  left: -8%;
  z-index: -1;
  height: 220px;
  border-radius: 50% 50% 0 0;
  background: rgba(217, 204, 238, 0.34);
  content: "";
}

body.mna-sakinah-v1 .mn-flow-hero-grid {
  gap: clamp(36px, 6vw, 82px) !important;
  align-items: center !important;
}

body.mna-sakinah-v1 .mn-flow-hero-copy h1,
body.mna-sakinah-v1 .mn-premium-hero h1 {
  margin-block: 0.24em 0.22em !important;
  font-size: clamp(3.2rem, 5.7vw, 6.1rem) !important;
  letter-spacing: -0.05em !important;
}

body.mna-sakinah-v1 .mn-flow-hero-copy > p:not(.mn-premium-kicker):not(.mn-flow-arabic) {
  max-width: 650px;
  color: #554d57 !important;
  font-size: clamp(1.02rem, 1.35vw, 1.17rem) !important;
  line-height: 1.75 !important;
}

body.mna-sakinah-v1 .mn-flow-hero-media {
  position: relative;
  overflow: visible !important;
  border-radius: var(--mna-radius-lg) !important;
}

body.mna-sakinah-v1 .mn-flow-hero-media::before {
  position: absolute;
  inset: -14px 14px 14px -14px;
  z-index: -1;
  border: 1px solid rgba(232, 217, 168, 0.9);
  border-radius: inherit;
  background: rgba(255, 253, 249, 0.48);
  content: "";
  transform: rotate(-2deg);
}

body.mna-sakinah-v1 .mn-flow-hero-media img,
body.mna-sakinah-v1 .mn-premium-hero-media img {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(120, 87, 164, 0.12) !important;
  border-radius: var(--mna-radius-lg) !important;
  background: var(--mna-paper) !important;
  box-shadow: var(--mna-shadow-md) !important;
}

body.mna-sakinah-v1 .mn-flow-pill {
  min-height: 38px;
  padding: 0.55rem 0.92rem !important;
  border: 1px solid rgba(120, 87, 164, 0.13) !important;
  border-radius: 999px !important;
  color: var(--mna-plum) !important;
  background: rgba(255, 253, 249, 0.82) !important;
  font-size: 0.75rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

body.mna-sakinah-v1 .mn-premium-section--cream,
body.mna-sakinah-v1 .mn-sp-bg-crema {
  background: var(--mna-cream) !important;
}

body.mna-sakinah-v1 .mn-premium-section--white {
  background: var(--mna-paper) !important;
}

body.mna-sakinah-v1 .mn-premium-section--sand,
body.mna-sakinah-v1 .mn-sp-bg-sabbia {
  background: var(--mna-sand) !important;
}

body.mna-sakinah-v1 .mn-premium-section--lavanda {
  background: linear-gradient(135deg, var(--mna-lavender), #e7def3) !important;
}

body.mna-sakinah-v1 .mn-premium-heading {
  max-width: 800px !important;
  margin-inline: auto;
}

body.mna-sakinah-v1 .mn-premium-grid-2,
body.mna-sakinah-v1 .mn-sp-grid-2 {
  gap: clamp(20px, 3vw, 38px) !important;
}

/* Kids: joyful, calm and recognisably child-focused. */
body.mna-sakinah-v1.mna-kids-experience {
  --mna-kids-pink: #ef91b7;
  --mna-kids-purple: #9c79c8;
  --mna-kids-green: #74cbbb;
  background:
    radial-gradient(circle at 20px 20px, rgba(232, 217, 168, 0.22) 0 2px, transparent 2.5px),
    var(--mna-cream) !important;
  background-size: 52px 52px !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-premium-hero {
  min-height: 680px;
  background:
    radial-gradient(circle at 7% 18%, rgba(244, 199, 195, 0.76), transparent 25%),
    radial-gradient(circle at 94% 18%, rgba(191, 231, 218, 0.78), transparent 27%),
    radial-gradient(circle at 77% 90%, rgba(207, 231, 247, 0.72), transparent 25%),
    linear-gradient(135deg, #fffaf3, #fbf3ee 48%, #f4f5ef) !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-premium-hero::after {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: 78px;
  height: 78px;
  border: 2px dashed rgba(156, 121, 200, 0.34);
  border-radius: 50%;
  content: "";
  animation: mna-kids-orbit 18s linear infinite;
}

body.mna-sakinah-v1 .mna-kids-brand-stamp {
  position: absolute;
  top: clamp(18px, 3vw, 38px);
  right: clamp(20px, 4vw, 68px);
  z-index: 2;
  width: clamp(105px, 13vw, 170px) !important;
  height: auto !important;
  opacity: 0.16;
  filter: saturate(1.12);
  pointer-events: none;
}

body.mna-sakinah-v1.mna-kids-experience .mn-flow-gradient-text {
  color: var(--mna-kids-purple) !important;
  background: linear-gradient(90deg, #5f9fbe, #9b72c5 52%, #de719e) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-flow-arabic {
  color: var(--mna-teal) !important;
  font-size: clamp(1.45rem, 2.3vw, 2rem) !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-premium-section,
body.mna-sakinah-v1.mna-kids-experience [class*="mn-sp-bg-"] {
  overflow: hidden;
  border-top: 1px solid rgba(120, 87, 164, 0.07);
}

body.mna-sakinah-v1.mna-kids-experience .mn-premium-section:nth-of-type(3n + 1) {
  background:
    radial-gradient(circle at 92% 15%, rgba(244, 199, 195, 0.35), transparent 25%),
    var(--mna-paper) !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-premium-section:nth-of-type(3n + 2) {
  background:
    radial-gradient(circle at 8% 84%, rgba(191, 231, 218, 0.38), transparent 24%),
    var(--mna-cream) !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-premium-section:nth-of-type(3n) {
  background:
    radial-gradient(circle at 88% 78%, rgba(207, 231, 247, 0.42), transparent 25%),
    #fbf7f1 !important;
}

body.mna-sakinah-v1.mna-kids-experience :where(.mn-premium-card, .mn-sp-card, .mn-card) {
  position: relative;
  overflow: hidden;
  border-radius: 30px !important;
  background: rgba(255, 253, 249, 0.95) !important;
}

body.mna-sakinah-v1.mna-kids-experience :where(.mn-premium-card, .mn-sp-card, .mn-card)::after {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mna-gold);
  box-shadow: 18px 15px 0 -3px var(--mna-mint), -13px 20px 0 -4px var(--mna-blush);
  content: "";
  opacity: 0.82;
  pointer-events: none;
}

body.mna-sakinah-v1.mna-kids-experience :where(.mn-premium-grid-2, .mn-sp-grid-2, .mn-premium-cards, .mn-sp-grid) > :nth-child(4n + 1) {
  border-top: 4px solid var(--mna-blush) !important;
}

body.mna-sakinah-v1.mna-kids-experience :where(.mn-premium-grid-2, .mn-sp-grid-2, .mn-premium-cards, .mn-sp-grid) > :nth-child(4n + 2) {
  border-top: 4px solid var(--mna-mint) !important;
}

body.mna-sakinah-v1.mna-kids-experience :where(.mn-premium-grid-2, .mn-sp-grid-2, .mn-premium-cards, .mn-sp-grid) > :nth-child(4n + 3) {
  border-top: 4px solid var(--mna-lavender) !important;
}

body.mna-sakinah-v1.mna-kids-experience :where(.mn-premium-grid-2, .mn-sp-grid-2, .mn-premium-cards, .mn-sp-grid) > :nth-child(4n) {
  border-top: 4px solid var(--mna-sky) !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-sp-img img,
body.mna-sakinah-v1.mna-kids-experience .mna-case-study-slide {
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(82, 61, 93, 0.1) !important;
}

body.mna-sakinah-v1.mna-kids-experience .mn-premium-btn--menta {
  color: #fff !important;
  background: linear-gradient(135deg, #bd3c86, #a65bb8) !important;
  box-shadow: 0 13px 28px rgba(174, 64, 135, 0.24) !important;
}

@keyframes mna-kids-orbit {
  to { transform: rotate(360deg); }
}

/* Editorial and article reading experience */
body.mna-sakinah-v1.mna-reading-experience {
  background:
    linear-gradient(90deg, rgba(191, 231, 218, 0.76) 0, rgba(191, 231, 218, 0.76) calc((100% - 1230px) / 2), transparent calc((100% - 1230px) / 2)),
    var(--mna-cream) !important;
}

body.mna-sakinah-v1.single-post main.site-main > .ct-container {
  width: min(1220px, calc(100% - 40px)) !important;
  max-width: 1220px !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

body.mna-sakinah-v1.single-post article.post {
  width: 100% !important;
  max-width: 860px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 58px) !important;
  overflow: hidden;
  border: 1px solid rgba(120, 87, 164, 0.1) !important;
  border-radius: var(--mna-radius-lg) !important;
  background: rgba(255, 253, 249, 0.96) !important;
  box-shadow: var(--mna-shadow-sm) !important;
}

body.mna-sakinah-v1.single-post article.post > .ct-featured-image {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto clamp(28px, 4vw, 44px) !important;
  padding: 0 !important;
}

body.mna-sakinah-v1.single-post .ct-featured-image .ct-media-container,
body.mna-sakinah-v1.single-post .ct-featured-image img {
  width: 100% !important;
  overflow: hidden;
  border-radius: 24px !important;
  object-fit: cover;
}

body.mna-sakinah-v1.single-post .ct-featured-image figcaption {
  padding: 10px 8px 0;
  color: var(--mna-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

body.mna-sakinah-v1.single-post .hero-section,
body.mna-sakinah-v1.single-post .entry-content {
  width: 100% !important;
  max-width: var(--mna-reading) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
}

body.mna-sakinah-v1.single-post .entry-header {
  margin-bottom: clamp(30px, 5vw, 52px) !important;
  text-align: left !important;
}

body.mna-sakinah-v1.single-post .page-title {
  margin-bottom: 0.45em !important;
  font-size: clamp(2.45rem, 5.1vw, 4.7rem) !important;
  line-height: 0.98 !important;
  text-transform: none !important;
}

body.mna-sakinah-v1.single-post .entry-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px 14px !important;
  color: var(--mna-muted) !important;
  font-size: 0.78rem !important;
}

body.mna-sakinah-v1.single-post .entry-content {
  color: #49434a !important;
  font-size: clamp(1.04rem, 1.35vw, 1.16rem) !important;
  line-height: 1.84 !important;
}

body.mna-sakinah-v1.single-post .entry-content > * {
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.mna-sakinah-v1.single-post .entry-content > p,
body.mna-sakinah-v1.single-post .entry-content > ul,
body.mna-sakinah-v1.single-post .entry-content > ol,
body.mna-sakinah-v1.single-post .entry-content > blockquote {
  margin-bottom: 1.55em !important;
}

body.mna-sakinah-v1.single-post .entry-content h2 {
  margin: 1.7em 0 0.7em !important;
  padding-top: 0.2em;
  font-size: clamp(2rem, 3.6vw, 3rem) !important;
}

body.mna-sakinah-v1.single-post .entry-content h3 {
  margin: 1.55em 0 0.65em !important;
  color: var(--mna-plum) !important;
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
}

body.mna-sakinah-v1.single-post .entry-content :where(ul, ol) {
  padding-left: 1.35em !important;
}

body.mna-sakinah-v1.single-post .entry-content li {
  margin-bottom: 0.58em;
  padding-left: 0.25em;
}

body.mna-sakinah-v1.single-post .entry-content li::marker {
  color: var(--mna-violet);
  font-weight: 800;
}

body.mna-sakinah-v1.single-post .entry-content blockquote {
  padding: clamp(22px, 3vw, 34px) !important;
  border: 0 !important;
  border-left: 5px solid var(--mna-lavender) !important;
  border-radius: 0 22px 22px 0 !important;
  color: #4e4056 !important;
  background: linear-gradient(135deg, rgba(217, 204, 238, 0.38), rgba(207, 231, 247, 0.28)) !important;
}

body.mna-sakinah-v1.single-post .entry-content hr {
  width: 100% !important;
  margin: clamp(38px, 6vw, 64px) 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(120, 87, 164, 0.18) !important;
}

body.mna-sakinah-v1.single-post .mna-p1-direct-answer {
  margin-bottom: clamp(32px, 5vw, 50px) !important;
  padding: clamp(24px, 4vw, 38px) !important;
  border: 1px solid rgba(190, 151, 74, 0.3) !important;
  border-left: 5px solid #c59a4f !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(232, 217, 168, 0.34), rgba(255, 253, 249, 0.98)) !important;
  box-shadow: var(--mna-shadow-xs);
}

body.mna-sakinah-v1.single-post .mna-p1-direct-answer h2 {
  margin-top: 0 !important;
  color: #5c462d !important;
}

body.mna-sakinah-v1.single-post .ct-sidebar {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 320px !important;
  align-self: start;
  padding: 0 !important;
}

body.mna-sakinah-v1.single-post .ct-sidebar > * {
  width: 100% !important;
  min-width: 0 !important;
}

body.mna-sakinah-v1.single-post .ct-widget {
  padding: 24px !important;
  overflow: hidden;
  border: 1px solid rgba(120, 87, 164, 0.11) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 95% 0, rgba(217, 204, 238, 0.36), transparent 25%),
    rgba(255, 253, 249, 0.94) !important;
  box-shadow: var(--mna-shadow-xs) !important;
}

body.mna-sakinah-v1.single-post .ct-widget-title {
  font-family: "Playfair Display", serif !important;
  font-size: 1.35rem !important;
}

body.mna-sakinah-v1 .mna-table-scroll {
  width: 100%;
  margin-block: 1.5rem;
  overflow-x: auto;
  border: 1px solid var(--mna-line);
  border-radius: 18px;
  -webkit-overflow-scrolling: touch;
}

body.mna-sakinah-v1 .mna-table-scroll table {
  width: 100%;
  min-width: 620px;
  margin: 0 !important;
}

/* Archives, search and generic cards */
body.mna-sakinah-v1.archive,
body.mna-sakinah-v1.search,
body.mna-sakinah-v1.blog {
  background:
    radial-gradient(circle at 8% 8%, rgba(191, 231, 218, 0.45), transparent 25%),
    radial-gradient(circle at 92% 22%, rgba(217, 204, 238, 0.4), transparent 24%),
    var(--mna-cream) !important;
}

body.mna-sakinah-v1 :where(.entries, .products) {
  gap: clamp(20px, 3vw, 34px) !important;
}

body.mna-sakinah-v1 :where(.entries article, .products .product) {
  overflow: hidden;
  border: 1px solid rgba(120, 87, 164, 0.11) !important;
  border-radius: 26px !important;
  background: rgba(255, 253, 249, 0.95) !important;
  box-shadow: var(--mna-shadow-xs) !important;
  transition: transform 240ms var(--mna-ease), box-shadow 240ms var(--mna-ease);
}

body.mna-sakinah-v1 :where(.entries article, .products .product):hover {
  transform: translateY(-5px);
  box-shadow: var(--mna-shadow-sm) !important;
}

body.mna-sakinah-v1 :where(.entries article, .products .product) img {
  transition: transform 500ms var(--mna-ease);
}

body.mna-sakinah-v1 :where(.entries article, .products .product):hover img {
  transform: scale(1.025);
}

/* WooCommerce storefront and conversion flow */
body.mna-sakinah-v1.mna-commerce-experience,
body.mna-sakinah-v1.woocommerce-page {
  background:
    radial-gradient(circle at 3% 15%, rgba(191, 231, 218, 0.48), transparent 24%),
    radial-gradient(circle at 96% 16%, rgba(217, 204, 238, 0.5), transparent 25%),
    var(--mna-cream) !important;
}

body.mna-sakinah-v1.single-product .site-main {
  padding-bottom: clamp(60px, 8vw, 110px) !important;
}

body.mna-sakinah-v1.single-product article.post,
body.mna-sakinah-v1.single-product article.product {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.mna-sakinah-v1.single-product .product-entry-wrapper {
  display: grid !important;
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(34px, 6vw, 76px) !important;
  align-items: start !important;
  margin: 0 auto !important;
  padding: clamp(24px, 4vw, 48px) !important;
  border: 1px solid rgba(120, 87, 164, 0.11) !important;
  border-radius: var(--mna-radius-lg) !important;
  background: rgba(255, 253, 249, 0.92) !important;
  box-shadow: var(--mna-shadow-sm) !important;
}

body.mna-sakinah-v1.single-product .woocommerce-product-gallery {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(18px, 3vw, 34px) !important;
  border: 1px solid rgba(120, 87, 164, 0.1) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 199, 195, 0.52), transparent 22%),
    radial-gradient(circle at 10% 88%, rgba(191, 231, 218, 0.56), transparent 24%),
    #fffaf3 !important;
}

body.mna-sakinah-v1.single-product .ct-product-gallery-container,
body.mna-sakinah-v1.single-product .woocommerce-product-gallery figure {
  display: flex !important;
  width: 100% !important;
  min-height: 420px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 22px !important;
  background: rgba(255, 253, 249, 0.72) !important;
}

body.mna-sakinah-v1.single-product .woocommerce-product-gallery img {
  width: min(100%, 520px) !important;
  height: auto !important;
  max-height: 560px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 20px !important;
}

body.mna-sakinah-v1.single-product .summary {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  flex-direction: column;
  gap: 18px !important;
  margin: 0 !important;
  padding: clamp(10px, 2vw, 24px) 0 !important;
}

body.mna-sakinah-v1.single-product .product_title {
  order: -10;
  margin: 0 !important;
  font-size: clamp(2.6rem, 4.8vw, 4.7rem) !important;
  line-height: 0.98 !important;
}

body.mna-sakinah-v1.single-product .summary .price {
  order: -9;
  margin: 0 !important;
  color: var(--mna-berry) !important;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem) !important;
  font-weight: 800 !important;
}

body.mna-sakinah-v1.single-product .woocommerce-product-details__short-description {
  order: -8;
  color: var(--mna-copy);
  font-size: 1.03rem;
  line-height: 1.72;
}

body.mna-sakinah-v1.single-product .ct-product-divider {
  width: 100% !important;
  border-color: rgba(120, 87, 164, 0.12) !important;
}

body.mna-sakinah-v1.single-product .ct-product-add-to-cart,
body.mna-sakinah-v1.single-product form.cart,
body.mna-sakinah-v1.single-product .ct-cart-actions,
body.mna-sakinah-v1.single-product .single_add_to_cart_button {
  width: 100% !important;
}

body.mna-sakinah-v1.single-product .single_add_to_cart_button {
  min-height: 56px !important;
  font-size: 1rem !important;
}

body.mna-sakinah-v1.single-product .product_meta {
  display: grid !important;
  gap: 8px;
  padding: 18px !important;
  border: 1px solid rgba(120, 87, 164, 0.1);
  border-radius: 18px;
  color: var(--mna-muted) !important;
  background: rgba(217, 204, 238, 0.18);
  font-size: 0.78rem !important;
  overflow-wrap: anywhere;
}

body.mna-sakinah-v1.single-product .woocommerce-tabs {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin: clamp(44px, 7vw, 82px) auto 0 !important;
  padding: 0 !important;
}

body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs {
  display: flex !important;
  width: max-content !important;
  max-width: 100% !important;
  gap: 8px !important;
  margin: 0 auto 18px !important;
  padding: 6px !important;
  border: 1px solid rgba(120, 87, 164, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 249, 0.88) !important;
  box-shadow: var(--mna-shadow-xs);
}

body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs li,
body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs a {
  min-height: 42px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
}

body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs a {
  display: flex !important;
  align-items: center;
  padding: 0.65rem 1rem !important;
  color: var(--mna-plum) !important;
  font-weight: 750;
  text-decoration: none;
}

body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs .active a {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mna-berry), var(--mna-violet)) !important;
}

body.mna-sakinah-v1.single-product .woocommerce-tabs > article {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mna-sakinah-v1.single-product .woocommerce-Tabs-panel {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(24px, 4vw, 46px) !important;
  border: 1px solid rgba(120, 87, 164, 0.1) !important;
  border-radius: 26px !important;
  color: var(--mna-copy) !important;
  background: rgba(255, 253, 249, 0.94) !important;
  box-shadow: var(--mna-shadow-xs) !important;
}

body.mna-sakinah-v1.single-product .woocommerce-Tabs-panel > *,
body.mna-sakinah-v1.single-product #tab-description > * {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow-wrap: anywhere;
  word-break: normal !important;
}

body.mna-sakinah-v1.single-product .related.products {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin: clamp(50px, 8vw, 90px) auto 0 !important;
}

body.mna-sakinah-v1 .woocommerce-message,
body.mna-sakinah-v1 .woocommerce-info,
body.mna-sakinah-v1 .woocommerce-error {
  border: 1px solid rgba(47, 117, 111, 0.18) !important;
  border-radius: 18px !important;
  color: var(--mna-copy) !important;
  background: rgba(191, 231, 218, 0.42) !important;
  box-shadow: var(--mna-shadow-xs) !important;
}

body.mna-sakinah-v1 :where(.woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-billing-fields, .woocommerce-additional-fields, .woocommerce-form-login, .woocommerce-form-coupon, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content) {
  padding: clamp(22px, 3.5vw, 38px) !important;
  border: 1px solid rgba(120, 87, 164, 0.11) !important;
  border-radius: 24px !important;
  background: rgba(255, 253, 249, 0.94) !important;
  box-shadow: var(--mna-shadow-xs) !important;
}

body.mna-sakinah-v1 :where(.mna-account-intro, .mna-document-intro) {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(120, 87, 164, 0.12);
  border-radius: 26px;
  text-align: center;
  background:
    radial-gradient(circle at 10% 15%, rgba(191, 231, 218, 0.46), transparent 28%),
    radial-gradient(circle at 90% 85%, rgba(217, 204, 238, 0.48), transparent 30%),
    rgba(255, 253, 249, 0.94);
  box-shadow: var(--mna-shadow-xs);
}

body.mna-sakinah-v1 :where(.mna-account-intro, .mna-document-intro) p {
  margin: 0 0 6px;
  color: var(--mna-violet);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.mna-sakinah-v1 :where(.mna-account-intro, .mna-document-intro) h1 {
  margin: 0;
  font-size: clamp(2.25rem, 6vw, 3.7rem);
}

body.mna-sakinah-v1 .shop_table {
  overflow: hidden;
  border: 1px solid rgba(120, 87, 164, 0.1) !important;
  border-radius: 18px !important;
  background: #fffdf9 !important;
}

/* Footer branding */
body.mna-sakinah-v1 .mn-home-footer {
  color: #514952 !important;
  background:
    radial-gradient(circle at 8% 15%, rgba(244, 199, 195, 0.38), transparent 24%),
    linear-gradient(135deg, #eadfce, #eee3d3) !important;
  border-top: 1px solid rgba(120, 87, 164, 0.1) !important;
}

body.mna-sakinah-v1 .mn-home-footer-brand img.mna-official-logo-horizontal {
  width: min(100%, 245px) !important;
  max-height: 110px !important;
  object-fit: contain !important;
  object-position: left center;
}

body.mna-sakinah-v1 .mn-home-footer-arabic {
  color: var(--mna-teal) !important;
  font-size: 1.35rem !important;
}

body.mna-sakinah-v1 .mn-home-footer-social a,
body.mna-sakinah-v1 .mn-share-bar a {
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 87, 164, 0.16) !important;
  border-radius: 50% !important;
  color: var(--mna-plum) !important;
  background: rgba(255, 253, 249, 0.84) !important;
  text-decoration: none !important;
}

body.mna-sakinah-v1 .mna-legal-footer {
  border-top: 1px solid rgba(120, 87, 164, 0.1) !important;
  color: var(--mna-copy) !important;
  background: var(--mna-paper) !important;
}

/* Consent banner: compact, readable and on-brand. */
body.mna-sakinah-v1 .cmplz-cookiebanner {
  width: min(620px, calc(100vw - 36px)) !important;
  max-width: 620px !important;
  padding: 22px !important;
  overflow: auto !important;
  border: 1px solid rgba(120, 87, 164, 0.16) !important;
  border-radius: 26px !important;
  color: var(--mna-copy) !important;
  background: rgba(246, 241, 233, 0.97) !important;
  box-shadow: 0 22px 70px rgba(48, 32, 58, 0.22) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-title {
  color: var(--mna-ink) !important;
  font-family: "Playfair Display", serif !important;
  font-size: 1.3rem !important;
}

body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-message {
  color: var(--mna-copy) !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
}

body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-buttons {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-btn {
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 0.65rem 0.75rem !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-accept {
  color: #173f3b !important;
  background: #9fc8bb !important;
}

body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-deny,
body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-view-preferences {
  color: #fff !important;
  background: linear-gradient(135deg, #bd2f83, #9a68df) !important;
}

body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-close {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid #2b282d !important;
  border-radius: 12px !important;
  color: #2b282d !important;
  background: rgba(255, 253, 249, 0.9) !important;
}

/* Mobile conversion helper and back-to-top. */
body.mna-sakinah-v1 .mna-mobile-journey {
  display: none;
}

body.mna-sakinah-v1 .mna-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9990;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid rgba(120, 87, 164, 0.2) !important;
  border-radius: 50% !important;
  color: var(--mna-plum) !important;
  background: rgba(255, 253, 249, 0.94) !important;
  box-shadow: var(--mna-shadow-sm) !important;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
}

body.mna-sakinah-v1 .mna-back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1099px) {
  :root {
    --mna-header-height: 113px;
  }

  body.mna-sakinah-v1 .mn-custom-header-inner {
    width: 100% !important;
    padding-inline: 14px !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr) !important;
    gap: 40px !important;
  }

  body.mna-sakinah-v1.single-post main.site-main > .ct-container {
    grid-template-columns: minmax(0, 1fr) 280px !important;
  }
}

@media (min-width: 768px) and (max-width: 1098px) {
  html body.mna-sakinah-v1 .mn-custom-header-inner {
    position: relative !important;
    grid-template-columns: 96px minmax(0, 1fr) 116px !important;
  }

  html body.mna-sakinah-v1 .mn-custom-header-inner .mn-custom-burger,
  html body.mna-sakinah-v1 .mn-custom-header-inner .mna-mobile-bag-link {
    position: absolute !important;
    top: 50% !important;
    left: auto !important;
    width: 46px !important;
    height: 46px !important;
    transform: translateY(-50%) !important;
  }

  html body.mna-sakinah-v1 .mn-custom-header-inner .mn-custom-burger {
    right: 14px !important;
  }

  html body.mna-sakinah-v1 .mn-custom-header-inner .mna-mobile-bag-link {
    right: 72px !important;
  }
}

@media (max-width: 899px) {
  :root {
    --mna-shell: min(100% - 40px, 720px);
  }

  body.mna-sakinah-v1 .mn-home-hero {
    min-height: auto !important;
    padding: 154px 0 70px !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-copy {
    max-width: 670px !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-mark {
    width: min(100%, 620px) !important;
    min-height: 330px !important;
    margin-inline: auto !important;
  }

  body.mna-sakinah-v1.single-post main.site-main > .ct-container {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.mna-sakinah-v1.single-post article.post,
  body.mna-sakinah-v1.single-post .ct-sidebar {
    max-width: 760px !important;
    margin-inline: auto !important;
  }

  body.mna-sakinah-v1.single-product .product-entry-wrapper {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  :root {
    --mna-shell: calc(100% - 32px);
    --mna-radius-lg: 26px;
    --mna-radius-xl: 32px;
  }

  html {
    scroll-padding-top: 124px;
  }

  html body.mna-sakinah-v1 {
    font-size: 16px !important;
  }

  body.mna-sakinah-v1 .mn-custom-announcement {
    min-height: 39px !important;
    padding-inline: 8px !important;
    font-size: 0.69rem !important;
    letter-spacing: 0 !important;
    text-align: center;
  }

  body.mna-sakinah-v1 .mn-custom-header,
  body.mna-sakinah-v1 .mn-custom-header-inner {
    min-height: 74px !important;
  }

  body.mna-sakinah-v1 .mn-custom-header-inner {
    grid-template-columns: 76px 1fr 46px !important;
  }

  body.mna-sakinah-v1 .mn-custom-brand {
    width: 72px !important;
    height: 72px !important;
  }

  body.mna-sakinah-v1 .mna-mobile-bag-link {
    right: 68px !important;
    width: 44px !important;
    height: 44px !important;
  }

  body.mna-sakinah-v1 .mn-custom-burger {
    width: 44px !important;
    height: 44px !important;
  }

  body.mna-sakinah-v1 .mn-home-hero {
    padding: 145px 0 58px !important;
  }

  body.mna-sakinah-v1 .mn-home-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.2rem) !important;
    line-height: 0.9 !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-tagline {
    font-size: clamp(1.9rem, 9vw, 2.75rem) !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-actions,
  body.mna-sakinah-v1 .mn-premium-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-actions > *,
  body.mna-sakinah-v1 .mn-premium-actions > * {
    width: 100% !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-mark {
    min-height: 270px !important;
    padding: 28px !important;
    border-radius: 35% 65% 46% 54% / 55% 40% 60% 45% !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-mark img {
    max-height: 220px !important;
  }

  body.mna-sakinah-v1 .mn-home-section,
  body.mna-sakinah-v1 .mn-premium-section {
    padding-block: 68px !important;
  }

  body.mna-sakinah-v1 .mn-home-section-heading {
    margin-bottom: 34px !important;
    text-align: left;
  }

  body.mna-sakinah-v1 .mn-home-start-grid,
  body.mna-sakinah-v1 .mn-premium-grid-2,
  body.mna-sakinah-v1 .mn-sp-grid-2 {
    grid-template-columns: 1fr !important;
  }

  body.mna-sakinah-v1 .mn-home-start-card {
    padding: 28px !important;
  }

  body.mna-sakinah-v1 .mn-home-santuario {
    margin: 16px !important;
    padding-inline: 8px !important;
  }

  body.mna-sakinah-v1:not(.home) {
    padding-top: var(--mna-header-height) !important;
  }

  body.mna-sakinah-v1:not(.home) main.site-main,
  body.mna-sakinah-v1:not(.home) main.site-main > .ct-container-full {
    padding-top: 0 !important;
  }

  body.mna-sakinah-v1 .mn-premium-hero {
    min-height: auto !important;
    padding: 42px 0 68px !important;
  }

  body.mna-sakinah-v1 .mn-flow-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body.mna-sakinah-v1 .mn-flow-hero-copy {
    padding: 0 !important;
  }

  body.mna-sakinah-v1 .mn-flow-hero-copy h1,
  body.mna-sakinah-v1 .mn-premium-hero h1 {
    font-size: clamp(3rem, 14.5vw, 4.5rem) !important;
    line-height: 0.95 !important;
  }

  body.mna-sakinah-v1 .mn-flow-hero-media::before {
    inset: -8px 8px 8px -8px;
  }

  body.mna-sakinah-v1.mna-kids-experience .mn-flow-hero-copy {
    order: 1 !important;
  }

  body.mna-sakinah-v1.mna-kids-experience .mn-flow-hero-media {
    order: 2 !important;
    margin-top: 16px;
  }

  body.mna-sakinah-v1 .mna-kids-brand-stamp {
    top: 10px;
    right: 8px;
    width: 84px !important;
    opacity: 0.12;
  }

  body.mna-sakinah-v1.mna-kids-experience .mn-premium-hero::after {
    display: none;
  }

  body.mna-sakinah-v1.mna-kids-experience :where(.mn-premium-card, .mn-sp-card, .mn-card) {
    border-radius: 24px !important;
  }

  body.mna-sakinah-v1.single-post main.site-main {
    padding: 24px 0 60px !important;
  }

  body.mna-sakinah-v1.single-post main.site-main > .ct-container {
    width: min(100% - 24px, 680px) !important;
    max-width: min(100% - 24px, 680px) !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
    padding: 0 !important;
  }

  body.mna-sakinah-v1.single-post article.post {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 22px 20px 30px !important;
    border-radius: 25px !important;
  }

  body.mna-sakinah-v1.single-post .ct-featured-image,
  body.mna-sakinah-v1.single-post .hero-section,
  body.mna-sakinah-v1.single-post .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.mna-sakinah-v1.single-post .page-title {
    font-size: clamp(2.25rem, 11vw, 3.6rem) !important;
  }

  body.mna-sakinah-v1.single-post .entry-content {
    font-size: 1.03rem !important;
    line-height: 1.78 !important;
    overflow-wrap: break-word;
  }

  body.mna-sakinah-v1.single-post .entry-content h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem) !important;
  }

  body.mna-sakinah-v1.single-post .ct-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.mna-sakinah-v1.single-post .ct-widget {
    padding: 22px !important;
  }

  body.mna-sakinah-v1.single-product main.site-main {
    padding: 24px 0 70px !important;
  }

  body.mna-sakinah-v1.single-product .product-entry-wrapper {
    width: calc(100% - 24px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 16px !important;
    border-radius: 26px !important;
  }

  body.mna-sakinah-v1.single-product .woocommerce-product-gallery {
    padding: 14px !important;
    border-radius: 22px !important;
  }

  body.mna-sakinah-v1.single-product .ct-product-gallery-container,
  body.mna-sakinah-v1.single-product .woocommerce-product-gallery figure {
    min-height: 300px !important;
  }

  body.mna-sakinah-v1.single-product .woocommerce-product-gallery img {
    width: min(100%, 340px) !important;
    max-height: 380px !important;
  }

  body.mna-sakinah-v1.single-product .summary {
    min-height: 0 !important;
    padding: 8px !important;
  }

  body.mna-sakinah-v1.single-product .product_title {
    font-size: clamp(2.45rem, 12vw, 3.6rem) !important;
  }

  body.mna-sakinah-v1.single-product .woocommerce-tabs {
    width: calc(100% - 24px) !important;
    margin-top: 38px !important;
  }

  body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs {
    width: 100% !important;
    justify-content: stretch;
  }

  body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs li {
    flex: 1 1 0;
  }

  body.mna-sakinah-v1.single-product .woocommerce-tabs .tabs a {
    justify-content: center;
    padding-inline: 0.55rem !important;
    font-size: 0.78rem;
  }

  body.mna-sakinah-v1.single-product .woocommerce-Tabs-panel {
    min-height: 0 !important;
    padding: 24px 20px !important;
    border-radius: 22px !important;
  }

  body.mna-sakinah-v1.single-product .woocommerce-Tabs-panel > *,
  body.mna-sakinah-v1.single-product #tab-description > * {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1em !important;
    writing-mode: horizontal-tb !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.mna-sakinah-v1 .cmplz-cookiebanner {
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 24px) !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-title {
    font-size: 1.15rem !important;
  }

  body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-message {
    font-size: 0.8rem !important;
  }

  body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mna-sakinah-v1 .cmplz-cookiebanner .cmplz-view-preferences {
    grid-column: 1 / -1;
  }

  body.mna-sakinah-v1 .mna-mobile-journey {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 9980;
    display: block;
    opacity: 0;
    transform: translateY(calc(100% + 24px));
    pointer-events: none;
    transition: opacity 220ms ease, transform 280ms var(--mna-ease);
  }

  body.mna-sakinah-v1 .mna-mobile-journey.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.mna-sakinah-v1 .mna-mobile-journey a {
    display: grid;
    min-height: 68px;
    grid-template-columns: 38px 1fr 34px;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 22px;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(133, 58, 111, 0.97), rgba(101, 71, 127, 0.97));
    box-shadow: 0 18px 48px rgba(47, 29, 59, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }

  body.mna-sakinah-v1 .mna-mobile-journey__spark,
  body.mna-sakinah-v1 .mna-mobile-journey__arrow {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
  }

  body.mna-sakinah-v1 .mna-mobile-journey__spark {
    color: var(--mna-gold);
  }

  body.mna-sakinah-v1 .mna-mobile-journey__copy {
    display: grid;
    gap: 1px;
  }

  body.mna-sakinah-v1 .mna-mobile-journey__copy small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.64rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.mna-sakinah-v1 .mna-mobile-journey__copy strong {
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.25;
  }

  body.mna-sakinah-v1 .mna-back-to-top {
    right: 14px;
    bottom: 92px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  :root {
    --mna-shell: calc(100% - 28px);
  }

  body.mna-sakinah-v1 .mn-home-hero h1 {
    font-size: clamp(3.15rem, 17vw, 4.15rem) !important;
  }

  body.mna-sakinah-v1 .mn-home-hero-lead,
  body.mna-sakinah-v1 .mn-flow-hero-copy > p:not(.mn-premium-kicker):not(.mn-flow-arabic) {
    font-size: 1rem !important;
  }

  body.mna-sakinah-v1 .mn-flow-hero-copy h1,
  body.mna-sakinah-v1 .mn-premium-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 3.65rem) !important;
  }

  body.mna-sakinah-v1.single-post article.post {
    padding-inline: 18px !important;
  }

  body.mna-sakinah-v1.single-post .page-title {
    font-size: clamp(2.05rem, 10.4vw, 2.9rem) !important;
  }
}

/* Final high-specificity normalization for legacy snippets that used !important. */
html body.mna-sakinah-v1:not(.home) #main-container {
  width: 100% !important;
  margin: -27px 0 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html body.mna-sakinah-v1.page:not(.home) main article.page > .entry-content > p:first-child:has(+ .mn-premium-page) {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.mna-sakinah-v1:not(.home) #main-container main#main.site-main {
  width: 100% !important;
  margin: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
}

html body.mna-sakinah-v1:not(.home) #main-container main#main.site-main > .ct-container,
html body.mna-sakinah-v1:not(.home) #main-container main#main.site-main > .ct-container-full {
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
}

html body.mna-sakinah-v1.page:not(.home) #main-container main#main.site-main > .ct-container-full {
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
}

html body.mna-sakinah-v1.single-post #main-container main#main.site-main,
html body.mna-sakinah-v1.single-product #main-container main#main.site-main,
html body.mna-sakinah-v1.archive #main-container main#main.site-main,
html body.mna-sakinah-v1.search #main-container main#main.site-main,
html body.mna-sakinah-v1.woocommerce-cart #main-container main#main.site-main,
html body.mna-sakinah-v1.woocommerce-checkout #main-container main#main.site-main,
html body.mna-sakinah-v1.woocommerce-account #main-container main#main.site-main {
  padding-top: 36px !important;
}

html body.mna-sakinah-v1.single-product #main-container main#main.site-main > .ct-container-full {
  margin: 0 !important;
}

html body.mna-sakinah-v1.single-post #main-container main#main.site-main article.post {
  padding: clamp(28px, 4vw, 58px) !important;
}

html body.mna-sakinah-v1.single-product .summary > * {
  margin-bottom: 0 !important;
}

html body.mna-sakinah-v1.single-product .summary .ct-product-divider {
  margin: 0 !important;
}

html body.mna-sakinah-v1.single-product .ppcp-messages:empty,
html body.mna-sakinah-v1.single-product .ppc-button-wrapper:has(#ppc-button-ppcp-gateway:empty) {
  display: none !important;
}

html body.mna-sakinah-v1 a.mn-premium-btn.mn-premium-btn--menta,
html body.mna-sakinah-v1 button.mn-premium-btn.mn-premium-btn--menta {
  color: #173f3b !important;
  background: linear-gradient(135deg, var(--mna-mint), #9fdacb) !important;
  border-color: rgba(47, 117, 111, 0.18) !important;
}

html body.mna-sakinah-v1 a.mn-premium-btn.mn-premium-btn--outline,
html body.mna-sakinah-v1 button.mn-premium-btn.mn-premium-btn--outline {
  color: var(--mna-plum) !important;
  background: rgba(255, 253, 249, 0.96) !important;
  border-color: rgba(120, 87, 164, 0.3) !important;
  box-shadow: var(--mna-shadow-xs) !important;
}

html body.mna-sakinah-v1.mna-kids-experience a.mn-premium-btn.mn-premium-btn--menta,
html body.mna-sakinah-v1.mna-kids-experience button.mn-premium-btn.mn-premium-btn--menta {
  color: #fff !important;
  background: linear-gradient(135deg, #bd3c86, #a65bb8) !important;
  border-color: transparent !important;
}

html body.mna-sakinah-v1.single-product .ppcp-messages iframe {
  width: 100% !important;
  height: 32px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

html body.mna-sakinah-v1.single-product :where(.ppcp-messages, .ppc-button-wrapper) iframe[name^="__detect_close"],
html body.mna-sakinah-v1.single-product :where(.ppcp-messages, .ppc-button-wrapper) iframe[style*="display: none"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  aspect-ratio: auto !important;
}

html body.mna-sakinah-v1.single-product .ppc-button-wrapper iframe:not([name^="__detect_close"]) {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

html body.mna-sakinah-v1.single-product .woocommerce-product-gallery img {
  border-radius: 23% !important;
  clip-path: inset(0 round 23%);
}

html body.mna-sakinah-v1.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
}

html body.mna-sakinah-v1.single-product .woocommerce-tabs ul.tabs > li {
  width: auto !important;
  min-width: 0 !important;
  flex: 1 1 0 !important;
}

@media (max-width: 767px) {
  html body.mna-sakinah-v1 .mn-custom-header-inner .mn-custom-burger {
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
  }

  html body.mna-sakinah-v1 .mn-custom-header-inner .mna-mobile-bag-link {
    right: 68px !important;
  }

  html body.mna-sakinah-v1.single-post #main-container main#main.site-main,
  html body.mna-sakinah-v1.single-product #main-container main#main.site-main,
  html body.mna-sakinah-v1.archive #main-container main#main.site-main,
  html body.mna-sakinah-v1.search #main-container main#main.site-main,
  html body.mna-sakinah-v1.woocommerce-cart #main-container main#main.site-main,
  html body.mna-sakinah-v1.woocommerce-checkout #main-container main#main.site-main,
  html body.mna-sakinah-v1.woocommerce-account #main-container main#main.site-main {
    padding-top: 20px !important;
  }

  html body.mna-sakinah-v1.single-post #main-container main#main.site-main article.post {
    padding: 22px 20px 30px !important;
  }
}

@media (max-width: 420px) {
  html body.mna-sakinah-v1.single-post #main-container main#main.site-main article.post {
    padding-inline: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  body.mna-sakinah-v1 *,
  body.mna-sakinah-v1 *::before,
  body.mna-sakinah-v1 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body.mna-sakinah-v1 .mn-custom-header-shell,
  body.mna-sakinah-v1 .mna-mobile-menu-drawer,
  body.mna-sakinah-v1 .mna-mobile-journey,
  body.mna-sakinah-v1 .mna-back-to-top,
  body.mna-sakinah-v1 .cmplz-cookiebanner,
  body.mna-sakinah-v1 .mn-share-bar,
  body.mna-sakinah-v1 .ct-sidebar {
    display: none !important;
  }

  body.mna-sakinah-v1,
  body.mna-sakinah-v1:not(.home) {
    padding: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }

  body.mna-sakinah-v1.single-post main.site-main > .ct-container,
  body.mna-sakinah-v1.single-post article.post {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}

/* MNA INTERNAL HERO WAVE SCOPE 2026-08-28
   The large pastel curve belongs to the homepage transition only. */
body.mna-sakinah-v1:not(.home) .mn-premium-hero::before,
body.mna-sakinah-v1:not(.home) .mn-home-hero::after {
  display: none !important;
  content: none !important;
}

