/* Commerce additions inherit the Elementor global palette and shell variable. */
.nishka-category-menu[hidden], .nishka-category-menu__panel[hidden], .nishka-card-purchase__choices[hidden] { display: none !important; }
.nishka-category-menu { position: relative; z-index: 80; font-family: var(--font-body, Manrope, sans-serif); }
.nishka-category-menu__trigger { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 10px 17px; border: 1px solid var(--color-brand-green, #245f48); border-radius: var(--radius-pill, 999px); background: var(--color-brand-green, #245f48); color: #fff; font: 750 14px/1.2 var(--font-body, Manrope, sans-serif); white-space: nowrap; cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.nishka-category-menu__trigger:hover, .nishka-category-menu__trigger[aria-expanded="true"] { background: #194b37; box-shadow: 0 8px 22px #245f4822; }
.nishka-category-menu__trigger:active { transform: translateY(1px); }
.nishka-category-menu__bars { display: grid; gap: 3px; width: 16px; }
.nishka-category-menu__bars i { display: block; height: 2px; width: 16px; border-radius: 2px; background: currentColor; }
.nishka-category-menu__bars i:nth-child(2) { width: 12px; }
.nishka-category-menu__chevron { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.nishka-category-menu__trigger[aria-expanded="true"] .nishka-category-menu__chevron { transform: rotate(225deg) translate(-2px,-1px); }
.nishka-category-menu__panel { position: absolute; left: 0; top: calc(100% + 12px); width: min(790px, calc(100vw - 340px)); max-height: min(70vh, 670px); overflow-y: auto; padding: 21px; border: 1px solid var(--color-storefront-line, #e9e0d9); border-top: 3px solid var(--color-brand-coral, #be3e51); border-radius: 18px; background: var(--color-warm-white, #fefcfa); box-shadow: 0 22px 55px #17181729; }
.nishka-category-menu__intro { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.nishka-category-menu__eyebrow { margin: 0; color: var(--color-brand-green, #245f48); font-size: 16px; font-weight: 850; line-height: 1.2; }
.nishka-category-menu__all { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 40px; padding: 9px 15px; border-radius: var(--radius-pill, 999px); background: var(--color-warm-cream, #f7f0ea); color: var(--color-brand-green, #245f48); font-size: 12px; font-weight: 800; white-space: nowrap; text-decoration: none; }
.nishka-category-menu__all:hover, .nishka-category-menu__all:focus-visible { background: var(--color-rose-soft, #ebd1d5); color: var(--color-brand-coral-deep, #a93245); }
.nishka-category-menu__cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.nishka-category-menu__cards .nishka-category-card { display: grid; grid-template-columns: 68px minmax(0,1fr); grid-template-rows: 1fr auto; align-items: center; column-gap: 11px; min-width: 0; min-height: 84px; padding: 8px; border: 1px solid var(--color-storefront-line, #e9e0d9); border-radius: 13px; background: #fff; color: var(--color-storefront-ink, #171817); text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.nishka-category-menu__cards .nishka-category-card:hover, .nishka-category-menu__cards .nishka-category-card:focus-visible { border-color: var(--color-brand-coral, #be3e51); transform: translateY(-2px); box-shadow: 0 9px 23px #1718170d; }
.nishka-category-menu__cards .nishka-category-card__image { grid-row: 1 / 3; display: block; width: 68px; height: 68px; overflow: hidden; border-radius: 9px; background: var(--color-warm-cream, #f7f0ea); }
.nishka-category-menu__cards .nishka-category-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nishka-category-menu__cards .nishka-category-card__name { min-width: 0; font-size: 13px; font-weight: 800; line-height: 1.25; }
.nishka-category-menu__cards .nishka-category-card small { align-self: start; color: var(--color-storefront-muted, #5e5955); font-size: 10px; }
@media (max-width: 1270px) and (min-width: 1100px) { .nishka-category-menu__cards { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 1100px) {
  .elementor-location-header [data-id="4e2eecc"]:has(> .nishka-category-menu) { grid-template-columns: minmax(200px,250px) auto minmax(220px,1fr) auto !important; gap: clamp(12px,1.65vw,30px) !important; align-items: center !important; }
  .elementor-location-header [data-id="4e2eecc"] > .nishka-category-menu { grid-column: 2; grid-row: 1; }
  .elementor-location-header [data-id="4e2eecc"] > [data-id="d467b79"] { grid-column: 3; grid-row: 1; min-width: 0; }
  .elementor-location-header [data-id="4e2eecc"] > [data-id="6086a09"] { grid-column: 4; grid-row: 1; }
}
@media (max-width: 1099px) { .elementor-location-header .nishka-category-menu { display: none; } }

/* A real form follows each Elementor-linked card; no nested interactive HTML. */
.nishka-product-loop-item:has(> .nishka-card-purchase) { display: flex !important; flex-direction: column; min-width: 0; border: 1px solid var(--color-storefront-line, #e9e0d9); border-radius: var(--radius-md, 12px); background: var(--color-white, #fff); }
.nishka-product-loop-item > .nishka-loop-product-card { flex: 1 1 auto; border: 0 !important; border-radius: var(--radius-md, 12px) var(--radius-md, 12px) 0 0 !important; }
.nishka-card-purchase { position: relative; margin: 0; padding: 0 13px 14px; background: var(--color-white, #fff); border-radius: 0 0 var(--radius-md, 12px) var(--radius-md, 12px); }
.nishka-card-purchase:has(.nishka-card-purchase__choices:not([hidden])) { z-index: 70; }
.nishka-card-purchase > button, .nishka-card-purchase__choices > button { display: inline-flex; justify-content: center; align-items: center; width: 100%; min-height: 42px; padding: 10px 13px; border: 1px solid var(--color-brand-coral, #be3e51); border-radius: var(--radius-pill,999px); background: var(--color-brand-coral, #be3e51); color: #fff; font: 750 13px/1.2 var(--font-body, Manrope, sans-serif); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.nishka-card-purchase > button:hover, .nishka-card-purchase__choices > button:hover { background: #a52f43; }
.nishka-card-purchase button:disabled { opacity: .55; cursor: not-allowed; }
.nishka-card-purchase__choices { position: absolute; top: calc(100% - 5px); left: 0; width: min(280px,calc(100vw - 32px)); margin: 0; padding: 14px; border: 1px solid var(--color-storefront-line,#e9e0d9); border-top: 3px solid var(--color-brand-coral,#be3e51); border-radius: var(--radius-md,12px); background: var(--color-warm-white,#fefcfa); box-shadow: 0 14px 35px #17181724; }
.nishka-product-loop-item:nth-child(4n) .nishka-card-purchase__choices { left: auto; right: 0; }
.nishka-card-purchase__choices fieldset { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 10px; padding: 0; border: 0; }
.nishka-card-purchase__choices legend { width: 100%; margin-bottom: 8px; font-size: 12px; font-weight: 750; }
.nishka-card-purchase__choices label { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border: 1px solid var(--color-storefront-line,#e9e0d9); border-radius: var(--radius-pill,999px); font-size: 11px; cursor: pointer; }
.nishka-card-purchase__choices label:has(input:checked) { border-color: var(--color-brand-green,#245f48); background: var(--color-warm-cream,#f7f0ea); }
.nishka-card-purchase__dot { width: 13px; height: 13px; border-radius: 50%; background: var(--swatch-color,#d8a69e); box-shadow: inset 0 0 0 1px #17181722; }
.nishka-card-purchase__choices > button { min-height: 38px; }
@media (max-width: 767px) { .nishka-product-loop-item:nth-child(even) .nishka-card-purchase__choices { left: auto; right: 0; } }

/* Scroll-snap recommendations under product and cart, not inside Elementor. */
.nishka-related { width: var(--storefront-shell-width,calc(100% - 32px)); max-width: none; margin: clamp(42px,5vw,82px) auto clamp(70px,7vw,110px); padding: 27px 0 0; border-top: 1px solid var(--color-storefront-line,#e9e0d9); color: var(--color-storefront-ink,#171817); font-family: var(--font-body, Manrope, sans-serif); }
.nishka-related__heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }
.nishka-related__eyebrow { color: var(--color-brand-coral,#be3e51); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nishka-related h2 { margin: 5px 0 0; color: var(--color-brand-green,#245f48); font-size: clamp(24px,2.4vw,36px); font-weight: 800; line-height: 1.2; }
.nishka-related__arrows { display: flex; gap: 8px; }
.nishka-related__arrows button { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; padding: 0; border: 1px solid var(--color-storefront-line,#e9e0d9); border-radius: 50%; background: var(--color-warm-white,#fefcfa); color: var(--color-brand-green,#245f48); cursor: pointer; }
.nishka-related__arrows svg { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nishka-related__arrows button:hover { border-color: var(--color-brand-green,#245f48); background: var(--color-warm-cream,#f7f0ea); }
.nishka-related__track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(205px,23vw,290px); gap: clamp(12px,1.8vw,24px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--color-brand-coral,#be3e51) var(--color-warm-cream,#f7f0ea); overscroll-behavior-inline: contain; padding: 0 1px 12px; }
.nishka-related__card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--color-storefront-line,#e9e0d9); border-radius: var(--radius-md,12px); background: #fff; color: inherit; text-decoration: none; scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease; }
.nishka-related__card:hover { transform: translateY(-3px); box-shadow: 0 9px 25px #17181715; }
.nishka-related__image { display: block; aspect-ratio: 1.18; overflow: hidden; background: var(--color-warm-cream,#f7f0ea); }
.nishka-related__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nishka-related__name { margin: 15px 14px 5px; font-size: 15px; font-weight: 800; }
.nishka-related__price { margin: 0 14px; color: var(--color-brand-coral,#be3e51); font-size: 15px; font-weight: 800; }
.nishka-related__discover { display: flex; justify-content: space-between; margin: auto 14px 0; padding: 13px 0 14px; color: var(--color-brand-green,#245f48); font-size: 12px; font-weight: 750; }

/* Mobile purchase path keeps native forms and validation authoritative. */
.nishka-sticky-buy { display: none; }
@media (max-width: 767px) {
  body:has(.nishka-sticky-buy) { padding-bottom: calc(88px + env(safe-area-inset-bottom,0px)); }
  .nishka-sticky-buy { position: fixed; display: block; left: 0; right: 0; bottom: 0; z-index: 900; padding: 10px max(16px,env(safe-area-inset-left,0px)) calc(10px + env(safe-area-inset-bottom,0px)) max(16px,env(safe-area-inset-right,0px)); border-top: 1px solid var(--color-storefront-line,#e9e0d9); background: var(--color-warm-white,#fefcfa); box-shadow: 0 -9px 25px #17181712; color: var(--color-storefront-ink,#171817); font-family: var(--font-body,Manrope,sans-serif); }
  .nishka-sticky-buy__inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; max-width: 590px; margin: auto; }
  .nishka-sticky-buy__identity { display: grid; gap: 2px; min-width: 0; }
  .nishka-sticky-buy__caption { overflow: hidden; color: var(--color-storefront-muted,#5e5955); font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
  .nishka-sticky-buy__identity strong { color: var(--color-storefront-ink,#171817); font-size: 15px; font-weight: 800; white-space: nowrap; }
  .nishka-sticky-buy__actions { display: flex; align-items: center; gap: 8px; }
  .nishka-sticky-buy__primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 116px; min-height: 49px; padding: 11px 17px; border: 0; border-radius: var(--radius-pill,999px); background: var(--color-brand-green,#245f48); color: #fff !important; font: 800 13px/1.1 var(--font-body,Manrope,sans-serif); text-decoration: none !important; white-space: nowrap; cursor: pointer; }
  .nishka-sticky-buy__primary:hover { background: #194b37; }
  .nishka-sticky-buy__quantity { display: flex; align-items: center; min-height: 43px; border: 1px solid var(--color-storefront-line,#e9e0d9); border-radius: var(--radius-pill,999px); background: #fff; }
  .nishka-sticky-buy__quantity button { width: 28px; height: 40px; padding: 0; border: 0; background: transparent; color: var(--color-brand-green,#245f48); font-size: 18px; cursor: pointer; }
  .nishka-sticky-buy__quantity output { min-width: 22px; text-align: center; font-size: 13px; font-weight: 750; }
  .nishka-sticky-buy--product .nishka-sticky-buy__identity { max-width: 86px; }
  .nishka-sticky-buy--product .nishka-sticky-buy__primary { min-width: 80px; }
  .nishka-related { margin-top: 35px; margin-bottom: 50px; }
  .nishka-related__track { grid-auto-columns: minmax(190px,62vw); }
  .nishka-related__heading { margin-bottom: 17px; }
  .nishka-related__arrows button { flex-basis: 36px; width: 36px; height: 36px; }
}
@media (max-width: 360px) {
  .nishka-sticky-buy__inner { gap: 7px; }
  .nishka-sticky-buy__actions { gap: 5px; }
  .nishka-sticky-buy__quantity button { width: 23px; }
  .nishka-sticky-buy__primary { min-width: 104px; padding-inline: 11px; }
  .nishka-sticky-buy--product .nishka-sticky-buy__identity { max-width: 63px; }
}
@media (prefers-reduced-motion: reduce) {
  .nishka-category-menu *, .nishka-related__card, .nishka-card-purchase button { transition: none !important; }
  .nishka-related__track { scroll-behavior: auto; }
}

/* An off-canvas version of the Elementor-owned navigation, with live WC pictures. */
.nishka-mobile-categories[hidden], .nishka-mobile-drawer[hidden], .nishka-mobile-drawer-backdrop[hidden] { display: none !important; }
.nishka-mobile-drawer__head, .nishka-mobile-categories { display: none; }
@media (max-width: 767px) {
  body.nishka-mobile-menu-open { overflow: hidden; }
  .elementor-location-header .nishka-mobile-menu-toggle { justify-content: center; gap: 11px; border-color: var(--color-brand-green,#245f48); border-radius: var(--radius-pill,999px); background: var(--color-brand-green,#245f48); color: #fff; font-weight: 800; letter-spacing: 0; text-transform: none; }
  .elementor-location-header .nishka-mobile-menu-toggle::after { content: ""; display: block; width: 17px; height: 14px; flex: 0 0 17px; background: linear-gradient(currentColor,currentColor) 0 0/17px 2px no-repeat,linear-gradient(currentColor,currentColor) 0 6px/13px 2px no-repeat,linear-gradient(currentColor,currentColor) 0 12px/17px 2px no-repeat; transform: none; }
  .elementor-location-header .nishka-mobile-menu-toggle[aria-expanded="true"]::after { transform: none; }
  .nishka-mobile-drawer-backdrop { position: fixed; inset: 0; z-index: 1999; width: 100%; height: 100%; padding: 0; border: 0; background: #171817a8; opacity: 0; transition: opacity .27s ease; cursor: pointer; }
  .nishka-mobile-drawer-backdrop.is-open { opacity: 1; }
  body > .nishka-mobile-drawer { position: fixed !important; inset: 0 auto 0 0; z-index: 2000; display: block !important; width: min(390px,89vw) !important; height: 100dvh; max-height: 100dvh; margin: 0 !important; padding: 0 0 max(18px,env(safe-area-inset-bottom,0px)) !important; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border: 0 !important; border-radius: 0 20px 20px 0 !important; background: var(--color-warm-white,#fefcfa) !important; box-shadow: 18px 0 48px #17181726; transform: translateX(-105%); transition: transform .27s cubic-bezier(.2,.8,.2,1); }
  body > .nishka-mobile-drawer.is-open { transform: translateX(0); }
  body.admin-bar > .nishka-mobile-drawer { top: 46px; height: calc(100dvh - 46px); max-height: calc(100dvh - 46px); }
  .nishka-mobile-drawer__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; padding: 17px 21px; border-bottom: 1px solid var(--color-storefront-line,#e9e0d9); background: var(--color-warm-white,#fefcfa); }
  .nishka-mobile-drawer__head strong { color: var(--color-brand-green,#245f48); font: 800 21px/1.1 var(--font-body,Manrope,sans-serif); white-space: nowrap; }
  .nishka-mobile-drawer__close { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; padding: 0 0 3px; border: 1px solid var(--color-storefront-line,#e9e0d9); border-radius: 50%; background: #fff; color: var(--color-brand-green,#245f48); font: 400 31px/1 Arial,sans-serif; cursor: pointer; }
  .nishka-mobile-drawer > .nishka-nav-link { display: block !important; width: auto !important; margin: 0 18px !important; border-bottom: 1px solid var(--color-storefront-line,#e9e0d9) !important; }
  .nishka-mobile-drawer > .nishka-nav-link a { display: flex !important; align-items: center; min-height: 50px; width: 100% !important; padding: 12px 4px !important; color: var(--color-storefront-ink,#171817) !important; font-size: 14px !important; font-weight: 750 !important; text-decoration: none !important; }
  .nishka-mobile-drawer > .nishka-nav-link a:hover, .nishka-mobile-drawer > .nishka-nav-link a:focus-visible { color: var(--color-brand-coral,#be3e51) !important; }
  .nishka-mobile-categories { display: block; margin-top: 13px; padding: 16px 19px 5px; }
  .nishka-mobile-categories__eyebrow { margin: 0 0 13px; color: var(--color-brand-green,#245f48); font-size: 15px; font-weight: 850; }
  .nishka-mobile-categories__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .nishka-mobile-categories__item { display: grid; grid-template-columns: 56px minmax(0,1fr); grid-template-rows: 1fr auto; align-items: center; column-gap: 9px; min-height: 70px; padding: 7px; border: 1px solid var(--color-storefront-line,#e9e0d9); border-radius: var(--radius-md,12px); background: #fff; color: var(--color-storefront-ink,#171817); text-decoration: none; }
  .nishka-mobile-categories__item:hover, .nishka-mobile-categories__item:focus-visible { border-color: var(--color-brand-coral,#be3e51); }
  .nishka-mobile-categories__image { grid-row: 1/3; display: block; width: 56px; height: 56px; overflow: hidden; border-radius: 8px; background: var(--color-warm-cream,#f7f0ea); }
  .nishka-mobile-categories__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .nishka-mobile-categories__name { min-width: 0; font-size: 12px; font-weight: 800; line-height: 1.2; }
  .nishka-mobile-categories__item small { color: var(--color-storefront-muted,#5e5955); font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .nishka-mobile-drawer, .nishka-mobile-drawer-backdrop { transition: none !important; }
}
