/* ==========================================================================
   NoorGhor BD — main stylesheet
   Tokens → base → layout → header → sections → components → footer
   Motif: the arch (ঘর/জানালা) framed in gold, with the sun (নূর) from the logo.
   ========================================================================== */

:root {
	--ng-green: #0B4F3A;
	--ng-green-deep: #063A2B;
	--ng-green-2: #13694D;
	--ng-gold: #C6A052;
	--ng-gold-soft: #EFE3BF;
	--ng-cream: #FBF8F0;
	--ng-mint: #E6F0EA;
	--ng-ink: #17261F;
	--ng-muted: #5C6A62;
	--ng-line: #E8E1CF;
	--ng-white: #fff;
	--ng-red: #B3261E;

	--ng-font: 'Hind Siliguri', 'Noto Sans Bengali', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--ng-display: 'Noto Serif Bengali', 'Hind Siliguri', Georgia, serif;

	--ng-radius: 20px;
	--ng-radius-sm: 12px;
	--ng-shadow: 0 10px 30px rgba(0, 0, 0, .06);
	--ng-shadow-hover: 0 16px 40px rgba(11, 79, 58, .12);
	--ng-ease: cubic-bezier(.2, .7, .2, 1);
	--ng-wrap: 1240px;
	--ng-gap: clamp(16px, 2.4vw, 28px);
	--ng-sec: clamp(48px, 7vw, 88px);
}

/* Base ------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--ng-font);
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ng-ink);
	background: var(--ng-cream);
	-webkit-font-smoothing: antialiased;
	padding-bottom: 64px; /* mobile bottom nav */
}
@media (min-width: 900px) { body { padding-bottom: 0; } }
img, svg, video { max-width: 100%; height: auto; }
img { display: block; }
a { color: var(--ng-green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ng-green-2); }
h1, h2, h3, h4 { font-family: var(--ng-display); color: var(--ng-green); line-height: 1.3; margin: 0 0 .5em; font-weight: 700; }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ng-gold); outline-offset: 2px; border-radius: 6px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed !important; top: 8px; left: 8px; width: auto; height: auto; clip: auto; z-index: 9999; background: #fff; padding: 10px 16px; border-radius: 8px; box-shadow: var(--ng-shadow); }
.ng-icon { width: 22px; height: 22px; flex: none; }
.ng-muted { color: var(--ng-muted); }
.ng-hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Layout ----------------------------------------------------------------- */
.ng-container { width: 100%; max-width: var(--ng-wrap); margin: 0 auto; padding: 0 clamp(16px, 4vw, 32px); }
.ng-container--narrow { max-width: 820px; }
.ng-main { min-height: 50vh; }
.ng-section { padding: var(--ng-sec) 0 0; }
.ng-home > .ng-section-wrap:last-child .ng-section { padding-bottom: var(--ng-sec); }
.ng-page-head { padding: 32px 0 20px; }
.ng-page-title { font-size: clamp(1.75rem, 4vw, 2.5rem); margin: 0; }
.ng-entry { padding-bottom: 64px; }
.ng-entry > * + * { margin-top: 1em; }
.ng-meta { color: var(--ng-muted); font-size: .9rem; margin: 0 0 6px; }

/* Buttons ---------------------------------------------------------------- */
.ng-btn, .button, button.button, a.button, input[type="submit"] {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 46px; padding: 10px 22px;
	border: 1.5px solid transparent; border-radius: 999px;
	font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer;
	transition: background-color .2s var(--ng-ease), color .2s var(--ng-ease), border-color .2s, transform .2s var(--ng-ease);
}
.ng-btn--primary, .button, button.button, a.button, input[type="submit"] { background: var(--ng-green); color: #fff; }
.ng-btn--primary:hover, .button:hover, a.button:hover { background: var(--ng-green-deep); color: #fff; }
.ng-btn--gold { background: var(--ng-gold); color: var(--ng-green-deep); }
.ng-btn--gold:hover { background: #b88f3f; color: var(--ng-green-deep); }
.ng-btn--ghost { background: transparent; color: var(--ng-green); border-color: rgba(11, 79, 58, .35); }
.ng-btn--ghost:hover { border-color: var(--ng-green); background: var(--ng-mint); color: var(--ng-green); }
.ng-btn--lg { min-height: 54px; padding: 12px 30px; font-size: 1.0625rem; }
.ng-btn:active { transform: scale(.98); }
.ng-icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 12px; background: transparent; color: var(--ng-green); cursor: pointer; }
.ng-icon-btn:hover { background: var(--ng-mint); }
.ng-link-btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; padding: 6px 0; color: var(--ng-green); font-weight: 500; cursor: pointer; text-decoration: none; }
.ng-link-btn .ng-icon { width: 18px; height: 18px; }

/* Announcement ------------------------------------------------------------ */
.ng-announce { background: var(--ng-green-deep); color: var(--ng-gold-soft); font-size: .875rem; text-align: center; }
.ng-announce p, .ng-announce a { margin: 0; padding: 8px 0; color: inherit; text-decoration: none; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Header ----------------------------------------------------------------- */
.ng-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid var(--ng-line); }
.admin-bar .ng-header { top: 46px; }
@media (min-width: 783px) { .admin-bar .ng-header { top: 32px; } }
.ng-header__bar { display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: "menu logo actions" "search search search"; align-items: center; gap: 8px 12px; padding-top: 10px; padding-bottom: 10px; }
.ng-header__menu { grid-area: menu; }
.ng-logo { grid-area: logo; display: inline-flex; align-items: center; justify-self: start; }
.ng-logo__img { height: 48px; width: auto; }
.ng-header .ng-search { grid-area: search; }
.ng-header__actions { grid-area: actions; display: flex; align-items: center; gap: 4px; }
.ng-action { position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: 0; padding: 6px 10px; border-radius: 12px; color: var(--ng-green); text-decoration: none; font-size: .78rem; }
.ng-action:hover { background: var(--ng-mint); color: var(--ng-green); }
.ng-action__label { display: none; }
.ng-cart-count, .ng-wish-count {
	position: absolute; top: 0; right: 2px; min-width: 20px; height: 20px; padding: 0 5px;
	display: grid; place-items: center; border-radius: 999px;
	background: var(--ng-gold); color: var(--ng-green-deep); font-size: .72rem; font-weight: 700; line-height: 1;
}
.ng-cart-count.is-empty, .ng-wish-count.is-empty { display: none; }
.ng-hide-sm { display: none; }
@media (min-width: 900px) {
	.ng-header__bar { grid-template-columns: auto minmax(280px, 1fr) auto; grid-template-areas: "logo search actions"; gap: 32px; padding-top: 14px; padding-bottom: 14px; }
	.ng-header__menu { display: none; }
	.ng-logo__img { height: 60px; }
	.ng-hide-sm { display: inline-flex; }
	.ng-action__label { display: block; }
}

/* Search */
.ng-search { position: relative; display: flex; align-items: center; width: 100%; max-width: 640px; justify-self: center; }
.ng-search__input {
	width: 100%; height: 50px; padding: 0 56px 0 20px;
	border: 1.5px solid var(--ng-line); border-radius: 999px; background: var(--ng-cream);
	font-size: 1rem; transition: border-color .2s, background .2s, box-shadow .2s;
}
.ng-search__input::placeholder { color: #8a948e; }
.ng-search__input:focus { outline: none; border-color: var(--ng-green); background: #fff; box-shadow: 0 0 0 4px rgba(11, 79, 58, .08); }
.ng-search__btn { position: absolute; right: 5px; top: 5px; width: 40px; height: 40px; border: 0; border-radius: 999px; background: var(--ng-green); color: #fff; display: grid; place-items: center; cursor: pointer; }
.ng-search__btn .ng-icon { width: 20px; height: 20px; }
.ng-search__results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 60; background: #fff; border-radius: var(--ng-radius); box-shadow: 0 20px 50px rgba(0, 0, 0, .12); padding: 8px; max-height: 70vh; overflow: auto; }
.ng-sr__item { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 12px; text-decoration: none; color: var(--ng-ink); }
.ng-sr__item:hover, .ng-sr__item.is-active { background: var(--ng-mint); }
.ng-sr__item img { width: 48px; height: 48px; object-fit: cover; border-radius: 10px; }
.ng-sr__name { flex: 1; font-weight: 500; line-height: 1.35; }
.ng-sr__price { color: var(--ng-green); font-weight: 700; white-space: nowrap; }
.ng-sr__cats { display: flex; flex-wrap: wrap; gap: 6px; padding: 6px 8px 10px; }
.ng-sr__cats a { font-size: .85rem; padding: 4px 12px; border-radius: 999px; background: var(--ng-cream); text-decoration: none; }
.ng-sr__all { display: block; text-align: center; padding: 10px; font-weight: 600; text-decoration: none; }
.ng-sr__empty { padding: 16px; color: var(--ng-muted); margin: 0; }

/* Nav */
.ng-nav { display: none; border-top: 1px solid var(--ng-line); }
@media (min-width: 900px) { .ng-nav { display: block; } }
.ng-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow-x: auto; scrollbar-width: none; }
.ng-nav__inner::-webkit-scrollbar { display: none; }
.ng-nav__cats, .ng-nav__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.ng-nav__cats a, .ng-nav__list a { display: block; padding: 11px 12px; color: var(--ng-ink); text-decoration: none; font-weight: 500; font-size: .95rem; border-radius: 10px; white-space: nowrap; }
.ng-nav__cats a:hover, .ng-nav__list a:hover { color: var(--ng-green); background: var(--ng-mint); }
.ng-nav__cats li:first-child a { color: var(--ng-green); font-weight: 700; background: var(--ng-mint); }
.ng-nav__list { gap: 0; }
.ng-nav__list .current-menu-item > a { color: var(--ng-green); }
.ng-nav__list .sub-menu { display: none; }
@media (max-width: 1439px) { .ng-nav__list { display: none; } }

/* Drawers */
.ng-drawer { position: fixed; inset: 0; z-index: 100; }
.ng-drawer[hidden] { display: none; }
.ng-drawer__scrim { position: absolute; inset: 0; background: rgba(6, 58, 43, .45); animation: ngFade .2s ease; }
.ng-drawer__panel { position: absolute; top: 0; bottom: 0; left: 0; width: min(88vw, 360px); background: #fff; overflow-y: auto; padding: 16px 20px 32px; z-index: 1; animation: ngSlideL .28s var(--ng-ease); box-shadow: var(--ng-shadow); }
.ng-drawer--right .ng-drawer__panel { left: auto; right: 0; width: min(92vw, 420px); animation-name: ngSlideR; display: flex; flex-direction: column; }
.ng-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.ng-drawer__title { margin: 0; font-size: 1.25rem; }
.ng-logo--sm .ng-logo__img { height: 44px; }
.ng-drawer__label { margin: 18px 0 6px; color: var(--ng-muted); font-size: .85rem; }
.ng-drawer__list { list-style: none; margin: 0; padding: 0; }
.ng-drawer__list a { display: block; padding: 11px 4px; color: var(--ng-ink); text-decoration: none; font-weight: 500; border-bottom: 1px solid var(--ng-line); }
.ng-drawer__list .sub-menu { list-style: none; padding-left: 16px; }
.ng-drawer__contact { margin-top: 24px; display: grid; gap: 10px; }
.ng-drawer__contact a { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; }
@keyframes ngFade { from { opacity: 0; } }
@keyframes ngSlideL { from { transform: translateX(-100%); } }
@keyframes ngSlideR { from { transform: translateX(100%); } }
body.ng-locked { overflow: hidden; }

/* The arch motif --------------------------------------------------------- */
.ng-arch { display: block; position: relative; overflow: hidden; border-radius: 999px 999px var(--ng-radius) var(--ng-radius); background: var(--ng-mint); isolation: isolate; }
.ng-arch img { width: 100%; height: 100%; object-fit: cover; }
.ng-arch::after { content: ""; position: absolute; inset: 8px; border: 1.5px solid rgba(198, 160, 82, .75); border-radius: inherit; pointer-events: none; }

/* Section heads ---------------------------------------------------------- */
.ng-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: clamp(20px, 3vw, 32px); }
.ng-sec-head--center { justify-content: center; text-align: center; }
.ng-sec-title { font-size: clamp(1.5rem, 3.2vw, 2.25rem); margin: 0; }
.ng-sec-sub { margin: 6px 0 0; color: var(--ng-muted); font-size: 1.05rem; }
.ng-sec-link { display: inline-flex; align-items: center; gap: 2px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.ng-sec-link .ng-icon { width: 18px; height: 18px; }

/* Hero ------------------------------------------------------------------- */
.ng-hero { position: relative; overflow: hidden; padding: clamp(28px, 5vw, 64px) 0 clamp(8px, 2vw, 24px); background: radial-gradient(1200px 500px at 85% -10%, rgba(239, 227, 191, .75), transparent 60%), var(--ng-cream); }
.ng-hero__grid { display: grid; gap: 32px; align-items: center; }
.ng-hero__title { font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1.22; letter-spacing: -.005em; margin-bottom: 16px; color: var(--ng-green-deep); max-width: 14ch; }
.ng-hero__sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: #3d4b44; max-width: 38ch; margin-bottom: 28px; }
.ng-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.ng-hero__points { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--ng-green); font-weight: 500; }
.ng-hero__points li { display: inline-flex; align-items: center; gap: 6px; }
.ng-hero__points .ng-icon { width: 18px; height: 18px; color: var(--ng-gold); stroke-width: 2.4; }
.ng-hero__visual { position: relative; max-width: min(460px, 78vw); width: 100%; justify-self: center; }
.ng-arch--hero { aspect-ratio: 4 / 5; box-shadow: 0 30px 60px rgba(6, 58, 43, .14); }
.ng-arch--hero::after { inset: 12px; border-width: 2px; }
.ng-hero__sun {
	position: absolute; top: -6%; right: -8%; width: 38%; aspect-ratio: 1; border-radius: 50%; pointer-events: none;
	background: radial-gradient(circle, #fff9e6 0 18%, rgba(239, 206, 120, .85) 30%, rgba(239, 206, 120, 0) 68%);
	animation: ngGlow 6s ease-in-out infinite alternate;
}
@keyframes ngGlow { from { transform: scale(.94); opacity: .85; } to { transform: scale(1.06); opacity: 1; } }
@media (min-width: 900px) {
	.ng-hero__grid { grid-template-columns: 1.1fr .9fr; gap: 56px; }
	.ng-hero__visual { justify-self: end; }
}

/* Featured food ---------------------------------------------------------- */
.ng-food__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--ng-gap); }
@media (min-width: 900px) { .ng-food__grid { grid-template-columns: repeat(4, 1fr); } }
.ng-food-card { display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; color: var(--ng-ink); }
.ng-food-card__img { width: 100%; aspect-ratio: 4 / 5; transition: transform .35s var(--ng-ease), box-shadow .35s var(--ng-ease); box-shadow: var(--ng-shadow); }
.ng-food-card__img img { transition: transform .6s var(--ng-ease); }
.ng-food-card:hover .ng-food-card__img { transform: translateY(-4px); box-shadow: var(--ng-shadow-hover); }
.ng-food-card:hover .ng-food-card__img img { transform: scale(1.04); }
.ng-food-card__name { font-family: var(--ng-display); font-size: clamp(1.25rem, 2.6vw, 1.6rem); font-weight: 700; color: var(--ng-green); margin-top: 16px; }
.ng-food-card__desc { color: var(--ng-muted); font-size: .95rem; line-height: 1.5; margin-top: 2px; }
.ng-food-card__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; padding: 7px 18px; border-radius: 999px; border: 1.5px solid rgba(11, 79, 58, .3); color: var(--ng-green); font-weight: 600; font-size: .95rem; transition: background .2s, color .2s; }
.ng-food-card__cta .ng-icon { width: 16px; height: 16px; }
.ng-food-card:hover .ng-food-card__cta { background: var(--ng-green); color: #fff; border-color: var(--ng-green); }

/* Premium collection band ------------------------------------------------ */
.ng-collection .ng-container { background: var(--ng-green); border-radius: 28px; padding-top: clamp(32px, 5vw, 56px); padding-bottom: clamp(32px, 5vw, 56px); position: relative; overflow: hidden; }
.ng-collection .ng-container::before { content: ""; position: absolute; top: -120px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(239, 206, 120, .35), transparent 65%); }
.ng-collection .ng-sec-title { color: #fff; }
.ng-collection .ng-sec-sub { color: var(--ng-gold-soft); }
.ng-collection__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 18px; position: relative; }
.ng-collection__list a { display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; color: #fff; }
.ng-collection__img { width: 100%; max-width: 150px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 2px solid var(--ng-gold); padding: 5px; background: var(--ng-green-deep); transition: transform .3s var(--ng-ease); }
.ng-collection__img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.ng-collection__list a:hover .ng-collection__img { transform: translateY(-4px); }
.ng-collection__name { margin-top: 10px; font-weight: 600; font-size: 1.05rem; }
.ng-collection__count { font-size: .85rem; color: var(--ng-gold-soft); }

/* Products grid & card --------------------------------------------------- */
.ng-products { list-style: none; margin: 0 !important; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 2vw, 24px); }
@media (min-width: 700px) { .ng-products { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .ng-products.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .ng-products.columns-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.ng-products::before, .ng-products::after { display: none !important; }
.ng-card { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: 20px; box-shadow: var(--ng-shadow); overflow: hidden; transition: transform .3s var(--ng-ease), box-shadow .3s var(--ng-ease); width: auto !important; margin: 0 !important; float: none !important; }
.ng-card:hover { transform: translateY(-4px); box-shadow: var(--ng-shadow-hover); }
.ng-card__media { position: relative; background: var(--ng-cream); }
.ng-card__img { display: block; aspect-ratio: 1; overflow: hidden; }
.ng-card__img img { width: 100%; height: 100%; object-fit: cover; margin: 0 !important; transition: transform .5s var(--ng-ease); }
.ng-card:hover .ng-card__img img { transform: scale(1.04); }
.ng-card__badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.ng-badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: .78rem; font-weight: 700; line-height: 1.5; }
.ng-badge--sale { background: var(--ng-gold); color: var(--ng-green-deep); }
.ng-badge--new { background: var(--ng-green); color: #fff; }
.ng-badge--out { background: #fff; color: var(--ng-red); border: 1px solid #f0c7c4; }
.ng-wish { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--ng-green); cursor: pointer; box-shadow: 0 4px 12px rgba(0, 0, 0, .08); transition: transform .2s var(--ng-ease), color .2s; }
.ng-wish .ng-icon { width: 20px; height: 20px; }
.ng-wish:hover { transform: scale(1.08); }
.ng-wish.is-active { color: #C0392B; }
.ng-wish.is-active .ng-icon { fill: currentColor; }
.ng-wish--label { position: static; width: auto; height: auto; padding: 6px 0; border-radius: 0; background: none; box-shadow: none; gap: 6px; display: inline-flex; font-weight: 500; }
.ng-card__body { display: flex; flex-direction: column; flex: 1; padding: 14px 14px 16px; gap: 4px; }
@media (min-width: 700px) { .ng-card__body { padding: 16px 18px 18px; } }
.ng-card__cat { font-size: .8rem; color: var(--ng-muted); text-decoration: none; }
.ng-card__title { font-family: var(--ng-font); font-size: 1rem !important; font-weight: 600; line-height: 1.4; margin: 0; padding: 0 !important; color: var(--ng-ink); }
.ng-card__title a { color: inherit; text-decoration: none; }
.ng-card__title a:hover { color: var(--ng-green); }
.ng-card__desc { font-size: .85rem; color: var(--ng-muted); line-height: 1.45; margin: 0; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.ng-card__rating { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--ng-muted); min-height: 20px; }
.ng-card__price { margin-top: 4px; font-size: 1.1rem; font-weight: 700; color: var(--ng-green); }
.ng-card__price del { color: #9aa39e; font-weight: 400; font-size: .9rem; margin-right: 4px; }
.ng-card__price ins { text-decoration: none; }
.ng-card__stock { font-size: .78rem; margin: 0; }
.ng-card__stock.is-in { color: var(--ng-green-2); }
.ng-card__stock.is-out { color: var(--ng-red); }
.ng-card__actions { margin-top: auto; padding-top: 10px; display: grid; gap: 8px; }
.ng-card__actions .button, .ng-card__actions .ng-btn { width: 100%; min-height: 42px; padding: 8px 12px; font-size: .92rem; }
.ng-card__actions .added_to_cart { text-align: center; font-size: .85rem; font-weight: 600; }
.ng-card__actions .button.loading { opacity: .6; pointer-events: none; }

/* Stars */
.ng-stars { position: relative; display: inline-block; width: 84px; height: 16px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E3DAC4'%3E%3Cpath d='m12 3.5 2.6 5.3 5.9.9-4.3 4.1 1 5.8L12 16.9l-5.2 2.7 1-5.8-4.3-4.1 5.9-.9z'/%3E%3C/svg%3E") repeat-x 0 0 / 16.8px 16px; }
.ng-stars__fill { position: absolute; inset: 0 auto 0 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C6A052'%3E%3Cpath d='m12 3.5 2.6 5.3 5.9.9-4.3 4.1 1 5.8L12 16.9l-5.2 2.7 1-5.8-4.3-4.1 5.9-.9z'/%3E%3C/svg%3E") repeat-x 0 0 / 16.8px 16px; }

/* Offer ------------------------------------------------------------------ */
.ng-offer { display: grid; gap: 24px; align-items: center; background: linear-gradient(135deg, var(--ng-green-deep), var(--ng-green) 60%, var(--ng-green-2)); color: #fff; border-radius: 28px; padding: clamp(28px, 5vw, 56px); overflow: hidden; position: relative; }
.ng-offer::before { content: ""; position: absolute; right: -60px; bottom: -60px; width: 260px; height: 260px; border: 2px solid rgba(198, 160, 82, .35); border-radius: 50%; }
.ng-offer__badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; border-radius: 999px; background: rgba(198, 160, 82, .2); color: var(--ng-gold-soft); font-weight: 600; font-size: .9rem; margin-bottom: 14px; }
.ng-offer__badge .ng-icon { width: 16px; height: 16px; }
.ng-offer__title { color: #fff; font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: 10px; }
.ng-offer__sub { color: rgba(255, 255, 255, .85); max-width: 46ch; }
.ng-countdown { display: flex; gap: 10px; margin: 22px 0 26px; }
.ng-countdown div { min-width: 70px; padding: 10px 6px; text-align: center; border-radius: 16px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(239, 227, 191, .25); }
.ng-countdown strong { display: block; font-size: clamp(1.5rem, 4vw, 2.1rem); font-weight: 700; color: var(--ng-gold-soft); line-height: 1.1; font-variant-numeric: tabular-nums; }
.ng-countdown span { font-size: .8rem; color: rgba(255, 255, 255, .75); }
.ng-countdown.is-ended { opacity: .6; }
.ng-offer__visual { max-width: 340px; width: 100%; justify-self: center; position: relative; }
.ng-offer__visual .ng-arch { aspect-ratio: 4 / 5; }
@media (min-width: 900px) { .ng-offer { grid-template-columns: 1.2fr .8fr; } }

/* Why choose ------------------------------------------------------------- */
.ng-why__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--ng-gap); }
@media (min-width: 700px) { .ng-why__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .ng-why__grid { grid-template-columns: repeat(5, 1fr); } }
.ng-why__item { background: #fff; border-radius: 20px; padding: 24px 18px; text-align: center; box-shadow: var(--ng-shadow); }
.ng-why__icon { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--ng-mint); color: var(--ng-green); margin-bottom: 12px; box-shadow: inset 0 0 0 1.5px rgba(198, 160, 82, .55); }
.ng-why__icon .ng-icon { width: 26px; height: 26px; }
.ng-why__item h3 { font-family: var(--ng-font); font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.ng-why__item p { margin: 0; font-size: .9rem; color: var(--ng-muted); line-height: 1.5; }

/* Other categories ------------------------------------------------------- */
.ng-others__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--ng-gap); }
@media (min-width: 700px) { .ng-others__grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1100px) { .ng-others__grid { grid-template-columns: repeat(7, 1fr); } }
.ng-tile { display: flex; flex-direction: column; background: #fff; border-radius: 20px; overflow: hidden; text-decoration: none; color: var(--ng-ink); box-shadow: var(--ng-shadow); transition: transform .3s var(--ng-ease); height: 100%; }
.ng-tile:hover { transform: translateY(-4px); }
.ng-tile img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.ng-tile__name { padding: 10px 12px 0; font-weight: 600; line-height: 1.35; }
.ng-tile__meta { padding: 0 12px 12px; font-size: .8rem; color: var(--ng-green-2); }
.ng-tile__meta.is-soon { color: #9a7b33; }

/* Category preview ------------------------------------------------------- */
.ng-preview__box { display: grid; gap: 24px; background: #fff; border-radius: 28px; padding: clamp(20px, 4vw, 40px); box-shadow: var(--ng-shadow); }
.ng-preview__intro { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; }
.ng-preview__img { aspect-ratio: 4 / 5; }
.ng-preview__intro .ng-sec-title { margin-bottom: 12px; }
.ng-preview__intro .ng-btn { margin-top: 16px; }
.ng-preview__products .ng-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 1100px) {
	.ng-preview__box { grid-template-columns: 360px 1fr; align-items: center; }
	.ng-preview__intro { grid-template-columns: 1fr; }
	.ng-preview__img { max-width: 200px; }
	.ng-preview__products .ng-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ng-preview--baby .ng-preview__box { grid-template-columns: 1fr 360px; }
	.ng-preview--baby .ng-preview__intro { order: 2; }
}
.ng-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ng-chips a { display: inline-block; padding: 6px 14px; border-radius: 999px; background: var(--ng-cream); border: 1px solid var(--ng-line); color: var(--ng-ink); text-decoration: none; font-size: .9rem; }
.ng-chips a:hover { border-color: var(--ng-green); color: var(--ng-green); }
.ng-soon-badge { display: inline-block; vertical-align: middle; margin-left: 8px; padding: 3px 12px; border-radius: 999px; background: var(--ng-gold-soft); color: #7a5f22; font-family: var(--ng-font); font-size: .8rem; font-weight: 600; }
.ng-preview--soon .ng-preview__box { display: block; padding: clamp(18px, 3vw, 28px); }
.ng-preview--soon .ng-preview__intro { grid-template-columns: 96px 1fr; max-width: none; }
.ng-preview--soon .ng-preview__img { max-width: 96px; }
.ng-preview--soon .ng-sec-title { font-size: clamp(1.25rem, 2.4vw, 1.6rem); }
@media (min-width: 1100px) { .ng-preview--soon .ng-preview__intro { grid-template-columns: 120px 1fr; } .ng-preview--soon .ng-preview__img { max-width: 120px; } }
.ng-soon { display: flex; align-items: center; gap: 14px; padding: 28px; border: 1.5px dashed var(--ng-gold); border-radius: 20px; background: var(--ng-cream); color: var(--ng-muted); }
.ng-soon .ng-icon { width: 36px; height: 36px; color: var(--ng-gold); }
.ng-soon p { margin: 0; }
.ng-soon strong { display: block; color: var(--ng-green); font-size: 1.1rem; }

/* Reviews ---------------------------------------------------------------- */
.ng-reviews__grid { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--ng-gap); }
@media (min-width: 700px) { .ng-reviews__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .ng-reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.ng-review { display: flex; flex-direction: column; gap: 12px; background: #fff; border-radius: 20px; padding: 24px; box-shadow: var(--ng-shadow); }
.ng-review blockquote { margin: 0; font-size: 1.02rem; line-height: 1.65; flex: 1; }
.ng-review__who { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--ng-line); padding-top: 14px; }
.ng-review__who > div { flex: 1; min-width: 0; }
.ng-review__who strong { display: block; }
.ng-review__who span, .ng-review__who a { font-size: .82rem; color: var(--ng-muted); }
.ng-review__avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--ng-green); color: var(--ng-gold-soft); font-weight: 700; font-size: 1.1rem; flex: none; }
.ng-verified { display: inline-flex; align-items: center; gap: 4px; font-size: .78rem !important; color: var(--ng-green-2) !important; font-weight: 600; background: var(--ng-mint); padding: 3px 10px; border-radius: 999px; }
.ng-verified .ng-icon { width: 14px; height: 14px; stroke-width: 2.6; }

/* Trust strip ------------------------------------------------------------ */
.ng-trust .ng-container { background: var(--ng-mint); border-radius: 28px; padding-top: 32px; padding-bottom: 32px; }
.ng-trust__title { text-align: center; font-size: clamp(1.35rem, 3vw, 1.9rem); margin-bottom: 24px; }
.ng-trust__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (min-width: 900px) { .ng-trust__list { grid-template-columns: repeat(4, 1fr); } }
.ng-trust__list li { display: flex; gap: 12px; align-items: flex-start; }
.ng-trust__list .ng-icon { width: 32px; height: 32px; color: var(--ng-green); flex: none; }
.ng-trust__list strong { display: block; color: var(--ng-green); }
.ng-trust__list span { font-size: .9rem; color: var(--ng-muted); }

/* Newsletter ------------------------------------------------------------- */
.ng-news__box { display: grid; gap: 20px; align-items: center; padding: clamp(24px, 4vw, 44px); border-radius: 28px; background: #fff; border: 1.5px solid var(--ng-gold-soft); }
.ng-news__box p { margin: 6px 0 0; color: var(--ng-muted); }
.ng-news__form { display: flex; flex-wrap: wrap; gap: 10px; }
.ng-news__form input[type="email"] { flex: 1 1 220px; height: 52px; padding: 0 20px; border-radius: 999px; border: 1.5px solid var(--ng-line); background: var(--ng-cream); }
.ng-news__form input[type="email"]:focus { outline: none; border-color: var(--ng-green); }
.ng-news__msg { flex-basis: 100%; margin: 0; font-size: .92rem; min-height: 1.4em; }
.ng-news__msg.is-error { color: var(--ng-red); }
.ng-news__msg.is-ok { color: var(--ng-green-2); }
@media (min-width: 900px) { .ng-news__box { grid-template-columns: 1fr 1fr; } }

/* Footer ----------------------------------------------------------------- */
.ng-footer { margin-top: var(--ng-sec); background: var(--ng-green-deep); color: rgba(255, 255, 255, .82); }
.ng-footer__grid { display: grid; gap: 32px; padding-top: 56px; padding-bottom: 40px; }
@media (min-width: 700px) { .ng-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .ng-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.ng-footer__logo { display: inline-block; background: var(--ng-cream); border-radius: 16px; padding: 10px 16px; }
.ng-footer__logo .ng-logo__img { height: 64px; }
.ng-footer__about { margin: 16px 0; max-width: 34ch; }
.ng-footer__title { font-family: var(--ng-font); color: var(--ng-gold-soft); font-size: 1.05rem; margin-bottom: 12px; }
.ng-footer__links, .ng-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ng-footer a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.ng-footer a:hover { color: var(--ng-gold-soft); text-decoration: underline; }
.ng-footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.ng-footer__contact .ng-icon { color: var(--ng-gold); width: 20px; height: 20px; margin-top: 3px; }
.ng-footer__pay { font-size: .85rem; margin-top: 16px; color: rgba(255, 255, 255, .6); }
.ng-social { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; }
.ng-social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(239, 227, 191, .3); }
.ng-social a:hover { background: var(--ng-gold); color: var(--ng-green-deep); text-decoration: none; }
.ng-social .ng-icon { width: 18px; height: 18px; }
.ng-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 16px 0; font-size: .85rem; }
.ng-footer__copy { margin: 0; }

/* Floating WhatsApp & bottom nav ----------------------------------------- */
.ng-wa-float { position: fixed; right: 16px; bottom: 80px; z-index: 40; display: inline-flex; align-items: center; gap: 8px; padding: 12px; border-radius: 999px; background: #1F9D55; color: #fff; text-decoration: none; box-shadow: 0 10px 24px rgba(31, 157, 85, .35); font-weight: 600; }
.ng-wa-float:hover { color: #fff; background: #198549; }
.ng-wa-float .ng-icon { width: 28px; height: 28px; }
.ng-wa-float span { display: none; font-size: .9rem; padding-right: 6px; }
@media (min-width: 900px) { .ng-wa-float { bottom: 24px; right: 24px; padding: 12px 18px 12px 14px; } .ng-wa-float span { display: inline; } }
.ng-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-top: 1px solid var(--ng-line); padding: 4px 0 calc(4px + env(safe-area-inset-bottom)); }
.ng-bottom-nav a, .ng-bottom-nav button { position: relative; display: flex; flex-direction: column; align-items: center; gap: 1px; padding: 6px 0; border: 0; background: none; color: var(--ng-muted); font-size: .72rem; text-decoration: none; cursor: pointer; }
.ng-bottom-nav .is-active { color: var(--ng-green); font-weight: 600; }
.ng-bottom-nav .ng-cart-count { right: calc(50% - 22px); }
@media (min-width: 900px) { .ng-bottom-nav { display: none; } }

/* Toast */
.ng-toast { position: fixed; left: 50%; bottom: 88px; transform: translateX(-50%); z-index: 200; background: var(--ng-ink); color: #fff; padding: 12px 20px; border-radius: 999px; font-weight: 500; box-shadow: 0 10px 30px rgba(0, 0, 0, .2); animation: ngToast .25s var(--ng-ease); max-width: calc(100vw - 32px); }
.ng-toast a { color: var(--ng-gold-soft); margin-left: 8px; }
@keyframes ngToast { from { opacity: 0; transform: translate(-50%, 10px); } }
@media (min-width: 900px) { .ng-toast { bottom: 32px; } }

/* Forms, notices, empty states ------------------------------------------- */
.ng-form { display: grid; gap: 14px; }
.ng-form label { display: grid; gap: 6px; font-weight: 500; }
.ng-form input, .ng-form textarea, .ng-form select, .ng-filter__price input {
	width: 100%; min-height: 48px; padding: 10px 14px; border-radius: 12px; border: 1.5px solid var(--ng-line); background: #fff;
}
.ng-form input:focus, .ng-form textarea:focus { outline: none; border-color: var(--ng-green); box-shadow: 0 0 0 4px rgba(11, 79, 58, .08); }
.ng-form__row { display: grid; gap: 14px; }
@media (min-width: 700px) { .ng-form__row { grid-template-columns: 1fr 1fr; } }
.ng-form .ng-btn { justify-self: start; }
.ng-notice { padding: 14px 18px; border-radius: 14px; margin: 0 0 16px; }
.ng-notice--success { background: var(--ng-mint); color: var(--ng-green); }
.ng-notice--error { background: #FBEAE8; color: var(--ng-red); }
.ng-empty { text-align: center; padding: 56px 16px; }
.ng-empty > .ng-icon { width: 56px; height: 56px; color: var(--ng-gold); margin-bottom: 10px; }
.ng-empty .ng-search { margin: 20px auto; }
.ng-404__code { font-family: var(--ng-display); font-size: clamp(4rem, 14vw, 8rem); color: var(--ng-gold); line-height: 1; margin: 0 0 8px; }

/* Contact page */
.ng-contact-info p { display: flex; gap: 10px; align-items: flex-start; }
.ng-contact-info .ng-icon { color: var(--ng-gold); margin-top: 3px; }
.ng-map { margin-top: 20px; border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 10; background: var(--ng-mint); }
.ng-map iframe { width: 100%; height: 100%; border: 0; }
.ng-map__placeholder { height: 100%; display: grid; place-items: center; text-align: center; padding: 24px; color: var(--ng-muted); gap: 8px; align-content: center; }

/* Tracking */
.ng-track { margin-top: 28px; background: #fff; border-radius: 20px; padding: clamp(18px, 3vw, 28px); box-shadow: var(--ng-shadow); }
.ng-track__head { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 24px; }
@media (min-width: 700px) { .ng-track__head { grid-template-columns: repeat(4, 1fr); } }
.ng-track__head span { display: block; font-size: .8rem; color: var(--ng-muted); }
.ng-timeline { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 0; }
.ng-timeline li { position: relative; display: flex; align-items: center; gap: 14px; padding: 8px 0; color: var(--ng-muted); }
.ng-timeline li:not(:last-child)::after { content: ""; position: absolute; left: 15px; top: 38px; bottom: -8px; width: 2px; background: var(--ng-line); }
.ng-timeline__dot { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--ng-cream); border: 2px solid var(--ng-line); color: transparent; flex: none; z-index: 1; }
.ng-timeline__dot .ng-icon { width: 16px; height: 16px; stroke-width: 2.6; }
.ng-timeline li.is-done { color: var(--ng-ink); }
.ng-timeline li.is-done .ng-timeline__dot { background: var(--ng-green); border-color: var(--ng-green); color: #fff; }
.ng-timeline li.is-done::after { background: var(--ng-green); }
.ng-timeline li.is-current { color: var(--ng-green); font-weight: 700; }
.ng-timeline li.is-current .ng-timeline__dot { background: var(--ng-gold); border-color: var(--ng-gold); color: var(--ng-green-deep); box-shadow: 0 0 0 6px rgba(198, 160, 82, .2); }
@media (min-width: 900px) {
	.ng-timeline { grid-template-columns: repeat(7, 1fr); }
	.ng-timeline li { flex-direction: column; text-align: center; font-size: .88rem; }
	.ng-timeline li:not(:last-child)::after { left: calc(50% + 16px); right: calc(-50% + 16px); top: 23px; bottom: auto; width: auto; height: 2px; }
}
.ng-track__items { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ng-line); }
.ng-track__items li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--ng-line); }

/* Blog */
.ng-post-grid { display: grid; gap: var(--ng-gap); padding-bottom: 48px; }
@media (min-width: 700px) { .ng-post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .ng-post-grid { grid-template-columns: repeat(3, 1fr); } }
.ng-post-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--ng-shadow); }
.ng-post-card__img img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.ng-post-card__body { padding: 18px 20px 20px; }
.ng-post-card__title { font-size: 1.2rem; }
.ng-post-card__title a { text-decoration: none; }
.ng-post-hero img { border-radius: 20px; margin-bottom: 24px; }

/* Customizer: keep partial pencils visible above cards */
.customize-partial-edit-shortcut button { z-index: 5; }
