/* Force the Grok storefront over Bridge / Qode / Elementor chrome */
html, body,
body.theme-bridge,
body.wp-theme-bridge {
  background: #ffffff !important;
  color: #4a3728 !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
}

body .wrapper,
body #wrapper,
body .wrapper_inner,
body .content,
body .content_inner,
body .container,
body .container_inner,
body .full_width,
body .full_width_inner,
body .grid_section,
body .section_inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  float: none !important;
}

.qodef-page-header,
.qodef-mobile-header,
.qodef-top-bar,
header.qode_header,
.side_menu,
.popup_menu,
.qode-toolbar,
.rs-module-wrap,
.elementor-location-header,
.elementor-location-footer,
.widget_icl_lang_sel_widget,
.qode_search_form,
.covered_boxes,
.qqvfw-button,
.qodef-quick-view-for-woocommerce,
a.yith-wcqv-button,
.added_to_cart.wc-forward,
.woocommerce-coming-soon-store-only,
.wp-block-woocommerce-coming-soon,
.ajax_loader,
.qode-page-spinner,
.pace,
#qode-preload {
  display: none !important;
}

/* Only kill the broken circular gallery on SINGLE products */
body.single-product .woocommerce-product-gallery,
body.single-product ol.flex-control-nav,
body.single-product .flex-control-thumbs,
body.single-product .product .images .thumbnails {
  display: none !important;
}

.woocommerce ul.products li.product img,
.ng-hero-collage img,
.ng-cat img,
.ng-single-img img,
.ng-about-img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.ng-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.4rem;
}

.ng-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(56px);
  pointer-events: none;
  opacity: 0.55;
  animation: drift 14s ease-in-out infinite;
}
.ng-orb-a { left: -4rem; top: 5rem; width: 18rem; height: 18rem; background: var(--primary); }
.ng-orb-b { right: -5rem; bottom: 2rem; width: 20rem; height: 20rem; background: #e6d4b8; animation-direction: reverse; animation-duration: 18s; }

.ng-blob {
  position: absolute;
  inset: 8%;
  background: var(--primary);
  border-radius: 62% 38% 46% 54% / 48% 42% 58% 52%;
  animation: blobMorph 12s ease-in-out infinite;
  z-index: 0;
}
.ng-blob-wrap { position: relative; display: grid; place-items: center; }
.ng-about-img { position: relative; z-index: 1; width: min(22rem, 70%); margin: 0 auto; }
.ng-about-photo {
  display: block;
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  border-radius: 1.25rem;
  border: 1px solid var(--border);
}

.grain { position: relative; overflow: hidden; }
.stagger-in > * { animation: rise 560ms cubic-bezier(0.2, 0, 0, 1) both; }
.stagger-in > *:nth-child(1) { animation-delay: 40ms; }
.stagger-in > *:nth-child(2) { animation-delay: 140ms; }
.stagger-in > *:nth-child(3) { animation-delay: 240ms; }
.stagger-in > *:nth-child(4) { animation-delay: 340ms; }
.stagger-in > *:nth-child(5) { animation-delay: 440ms; }
.float-slow { animation: floaty 5.5s ease-in-out infinite; }

@keyframes drift {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(14px,-16px,0) scale(1.07); }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes blobMorph {
  0%, 100% { border-radius: 62% 38% 46% 54% / 48% 42% 58% 52%; }
  33% { border-radius: 42% 58% 38% 62% / 54% 46% 54% 46%; }
  66% { border-radius: 54% 46% 62% 38% / 42% 58% 42% 58%; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(16px); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ng-marquee-track { animation: marquee 26s linear infinite; }
.ng-hero-grid > div:first-child { position: relative; z-index: 1; }
.ng-hero-collage { z-index: 1; }
.ng-hero-side { z-index: 2; }
.ng-hero-main { position: relative; z-index: 2; }

.ng-offer-grid { display: grid; gap: 1rem; }
@media (min-width: 800px) { .ng-offer-grid { grid-template-columns: 1fr 1fr; } }
.ng-offer {
  background: var(--primary);
  color: var(--primary-fg);
  border-radius: 1.6rem;
  padding: 1.6rem;
  position: relative;
  overflow: hidden;
  min-height: 14rem;
}
.ng-offer-alt { background: var(--surface); color: var(--fg); }
.ng-quote { font-family: Syne, sans-serif; font-size: clamp(1.3rem, 3vw, 1.85rem); line-height: 1.3; }
.ng-faq details { border-bottom: 1px solid var(--border); padding: 0.9rem 0; }
.ng-faq summary { font-family: Syne, sans-serif; font-size: 1.15rem; cursor: pointer; }
.ng-faq details p { color: var(--muted); margin: 0.5rem 0 0; }
.ng-dot {
  width: 0.5rem; height: 0.5rem; border-radius: 999px;
  background: var(--primary); display: inline-block; margin-top: 0.45rem; flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .ng-orb, .marquee-track, .float-slow, .ng-blob, .stagger-in > *,
  .ng-hero-side, .ng-hero-main, .ng-hero-collage, .ng-hero-grid > div:first-child { animation: none !important; }
  .ng-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
.qode_search_form,
.covered_boxes,
.qodef-woo-product-mark.qodef-new,
.qqvfw-button,
.qodef-quick-view-for-woocommerce,
a.yith-wcqv-button,
.added_to_cart.wc-forward {
  display: none !important;
}

.ng-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.ng-hero h1 {
  font-size: clamp(2.05rem, 8vw, 4.4rem);
  line-height: 0.95;
  max-width: 12ch;
}
.ng-hero-collage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.5%;
  min-height: 12rem;
  max-width: 100%;
  margin-inline: auto;
  overflow: visible;
}
.ng-hero-collage img {
  border-radius: 1.2rem;
  object-fit: contain !important;
  background: transparent;
}
.ng-hero-main {
  position: relative !important;
  z-index: 2;
  width: 40% !important;
  margin: 0 !important;
  display: block;
}
.ng-hero-side {
  display: block !important;
  position: relative !important;
  width: 28% !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 1;
}

@media (min-width: 1100px) {
  .ng-hero-grid { grid-template-columns: 1fr 1.15fr; }
  .ng-hero-collage {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    gap: 1.5%;
    min-height: 22rem;
    max-width: none;
  }
  .ng-hero-main { width: 42% !important; margin: 0 !important; position: relative !important; }
  .ng-hero-side, .ng-desktop-only {
    display: block !important;
    position: relative !important;
    width: 27% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 1;
  }
}

.ng-marquee {
  background: var(--primary);
  color: var(--primary-fg);
  overflow: hidden;
}
.ng-marquee-track {
  display: flex;
  gap: 2.4rem;
  padding: 0.85rem 0;
  width: max-content;
  animation: ng-mq 28s linear infinite;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@keyframes ng-mq {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ng-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  text-align: center;
}
@media (min-width: 700px) { .ng-cats { grid-template-columns: repeat(4, 1fr); } }
.ng-cat img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: contain;
  background: var(--bg);
  border-radius: 999px;
  background: var(--primary);
  padding: 0.35rem;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .ng-cat img { width: 9.5rem; height: 9.5rem; }
}
.ng-cat strong { display: block; font-family: Syne, sans-serif; font-size: 1.15rem; margin-top: 0.7rem; }
.ng-cat span { color: var(--muted); font-size: 0.85rem; }

.ng-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: center;
}
@media (min-width: 700px) { .ng-stats { grid-template-columns: repeat(4, 1fr); } }
.ng-stats p:first-child {
  font-family: Syne, sans-serif;
  font-size: 2rem;
  margin: 0;
}

.ng-why { display: grid; gap: 0.9rem; }
@media (min-width: 700px) { .ng-why { grid-template-columns: repeat(4, 1fr); } }
.ng-why article {
  background: var(--surface);
  border-radius: 1.2rem;
  padding: 1.1rem;
}
.ng-why .num {
  width: 2.6rem; height: 2.6rem; border-radius: 999px;
  background: var(--primary); display: grid; place-items: center;
  font-family: Syne, sans-serif; font-weight: 800;
}

.ng-about { display: grid; gap: 1.6rem; align-items: center; }
@media (min-width: 800px) { .ng-about { grid-template-columns: 1fr 1fr; } }
.ng-about-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ng-best-band {
  width: 100%;
  background: #4A3728;
  color: #F3EDE3;
  padding: 1.65rem 0;
}
.ng-best-band-row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  gap: 1.25rem;
}
.ng-best-band h2 {
  margin: 0;
  flex: 0 1 auto;
  padding: 0 9rem;
  font-family: Syne, sans-serif;
  font-size: clamp(1.25rem, 2.6vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  color: #F3EDE3;
  text-align: center;
}
.ng-best-band .ng-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #C4A574;
  color: #4A3728;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 699px) {
  .ng-best-band-row { flex-wrap: wrap; justify-content: center; }
  .ng-best-band h2 { padding: 0; text-align: center; width: 100%; }
  .ng-best-band .ng-btn { position: static; transform: none; }
}
.ng-about ul { list-style: none; padding: 0; display: grid; gap: 0.6rem; }
.ng-about li { display: flex; gap: 0.6rem; align-items: flex-start; }
.ng-check {
  width: 1.5rem; height: 1.5rem; border-radius: 999px;
  background: var(--primary); flex-shrink: 0;
  display: grid; place-items: center; font-size: 0.75rem;
}

.ng-cta {
  background: var(--fg);
  color: var(--surface);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.ng-cta h2 { margin: 0; font-size: clamp(1.5rem, 4vw, 2.2rem); }

/* Woo cards → Grok product cards */
.ng-page ul.products,
.woocommerce ul.products,
.home ul.products,
.ng-shop-wide ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  width: 100% !important;
}
@media (min-width: 800px) {
  .ng-page ul.products,
  .woocommerce ul.products,
  .home ul.products,
  .ng-shop-wide ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 0.65rem !important; }
}
@media (min-width: 1100px) {
  .ng-page ul.products,
  .woocommerce ul.products,
  .home ul.products,
  .ng-shop-wide ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}
@media (min-width: 1280px) {
  .ng-page ul.products,
  .woocommerce ul.products,
  .home ul.products,
  .ng-shop-wide ul.products { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: 0.55rem !important; }
}
.ng-page ul.products li.product,
.ng-page ul.products li.ng-card {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce ul.products li.product,
.woocommerce ul.products li.ng-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1.4rem;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--bg);
  margin: 0 !important;
  padding: 0.35rem;
}
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: Syne, sans-serif !important;
  font-size: 1.05rem !important;
  padding: 0.8rem 1rem 0 !important;
  margin: 0 !important;
}
.woocommerce ul.products .price {
  display: block;
  padding: 0.2rem 1rem 0.6rem;
  font-weight: 800;
  color: var(--fg) !important;
}
.woocommerce ul.products .price del { color: var(--muted); font-weight: 500; margin-right: 0.35rem; }
.woocommerce ul.products .button,
.woocommerce ul.products a.button,
.woocommerce ul.products a.add_to_cart_button {
  margin: 0.5rem 1rem 0 !important;
  width: calc(100% - 2rem) !important;
  min-height: 2.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
  border: 0 !important;
  font-weight: 700 !important;
  text-indent: 0 !important;
  padding: 0 1rem !important;
}
.woocommerce ul.products .button::before,
.woocommerce ul.products .button::after { display: none !important; content: none !important; }

.onsale {
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
  border-radius: 999px !important;
  left: 0.7rem !important;
  top: 0.7rem !important;
  right: auto !important;
  font-size: 11px !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1.3 !important;
  padding: 0.22rem 0.55rem !important;
  position: absolute !important;
  z-index: 2;
}
.ng-card-img { position: relative; display: block; }

.ng-star { font-size: 0.85rem; margin-right: 0.2rem; }
.ng-play {
  width: 1.9rem; height: 1.9rem; border-radius: 999px;
  background: var(--primary); display: grid; place-items: center;
  font-size: 0.65rem;
}
.ng-spark {
  position: absolute; color: var(--primary); font-size: 1.1rem;
  animation: ng-float 4s ease-in-out infinite; z-index: 2; opacity: 0.9;
}
.ng-spark.a { left: 42%; top: 1.4rem; }
.ng-spark.b { right: 8%; top: 18%; animation-delay: -1.4s; }
.ng-faces {
  display: flex; align-items: center; gap: 0.7rem; margin-top: 1.3rem;
}
.ng-faces span {
  width: 2.3rem; height: 2.3rem; border-radius: 999px;
  display: grid; place-items: center; font-size: 0.72rem; font-weight: 800;
  border: 2px solid var(--bg); margin-left: -0.45rem;
}
.ng-faces span:first-child { margin-left: 0; background: var(--primary); }
.ng-faces span:nth-child(2) { background: var(--fg); color: var(--surface); }
.ng-faces span:nth-child(3) { background: #e6d4b8; }
.ng-faces span:nth-child(4) { background: var(--surface); }
.ng-faces p { margin: 0; font-size: 0.82rem; font-weight: 700; }
.ng-faces p + p { font-size: 0.75rem; font-weight: 500; color: var(--muted); }

.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
  margin: 1rem 0 0.4rem;
}
.ng-var {
  margin-top: 0.4rem;
}
.ng-single-sum .ng-price,
.ng-var .woocommerce-variation-price,
.ng-var .woocommerce-variation-price .price {
  display: block;
  font-size: 1.55rem !important;
  font-weight: 800;
  margin: 0.15rem 0 0.35rem;
}
.ng-var .variations {
  width: 100%;
  border: 0;
  margin: 0;
}
.ng-var .variations th,
.ng-var .variations td {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
}
.ng-var .label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.4rem;
}
.ng-sizes { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0; }
.ng-var .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
}
.ng-var .quantity { width: fit-content; }
.ng-var .single_add_to_cart_button,
.ng-var .ng-buy-now-btn,
.ng-var .ng-checkout-btn {
  width: 100%;
  margin: 0 !important;
}
.woocommerce div.product form.cart .quantity,
.quantity.ng-qty,
.ng-qty {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 2.85rem;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 999px;
  padding: 0.15rem;
  margin: 0 !important;
  float: none !important;
}
.ng-qty-btn {
  width: 2.5rem !important;
  height: 2.5rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  vertical-align: middle;
  box-sizing: border-box !important;
}
.quantity input.qty,
.ng-qty input.qty {
  width: 2.4rem !important;
  height: 2.5rem !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 800;
  font-size: 1rem;
  -moz-appearance: textfield;
  appearance: textfield;
}
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  flex: 1 1 10rem;
  min-height: 2.85rem !important;
  margin: 0 !important;
  padding: 0 1.3rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
  font-weight: 700 !important;
  float: none !important;
}
.woocommerce div.product form.cart .ng-buy-now-btn {
  flex: 1 1 100%;
  width: 100%;
  min-height: 2.85rem !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--fg) !important;
  color: var(--surface) !important;
  font-weight: 700 !important;
}
.woocommerce div.product form.cart .ng-checkout-btn {
  flex: 1 1 100%;
  width: 100%;
}

.single-product .woocommerce-notices-wrapper,
.single-product .woocommerce-message { display: none !important; }
.woocommerce-message,
.woocommerce-info {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  background: var(--surface) !important;
  color: var(--fg) !important;
  border: 1px solid var(--border) !important;
  border-top: 1px solid var(--border) !important;
  border-radius: 1.1rem !important;
  padding: 0.75rem 1rem !important;
  box-shadow: none !important;
  list-style: none !important;
}
.woocommerce-message::before,
.woocommerce-info::before { display: none !important; content: none !important; }
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-message .button {
  float: none !important;
  margin: 0 !important;
  min-height: 2.4rem;
  padding: 0 1.1rem !important;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
  border: 0 !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center;
}

.woocommerce ul.products a.ng-buy,
.woocommerce ul.products a.ng-btn {
  margin: auto 0 0 !important;
  width: 100% !important;
}

.ng-reveal { opacity: 0; transform: translateY(40px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.ng-reveal.is-in { opacity: 1; transform: none; }

.ng-modal {
  display: none; position: fixed; inset: 0; z-index: 90;
  background: rgb(74 55 40 / 0.8); place-items: center; padding: 0.8rem;
}
.ng-modal.is-open { display: grid; }
.ng-modal-card {
  position: relative;
  width: min(56rem, calc(100vw - 1.6rem));
  max-height: min(92vh, 42rem);
  background: #1a120c;
  border-radius: 1.4rem;
  overflow: hidden;
}
.ng-modal-card img,
.ng-modal-card video {
  width: 100%;
  height: auto;
  max-height: min(78vh, 34rem);
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  background: #1a120c;
  display: block;
}
.ng-modal-cap {
  margin: 0;
  padding: 0.75rem 1rem 0.9rem;
  background: #4A3728;
  color: #F3EDE3;
  font-family: Syne, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.ng-modal-x {
  position: absolute; right: 0.7rem; top: 0.7rem; z-index: 2;
  width: 2.6rem; height: 2.6rem; border: 0; border-radius: 999px;
  background: var(--primary); font-size: 1.2rem; cursor: pointer;
}

body.woocommerce-page .content { background: var(--bg) !important; }

/* Animations (Grok storefront) */
.ng-orb,
.ng-spark,
.ng-blob { display: none !important; }

.ng-hero-grid > div:first-child { animation: ng-up 0.7s ease both; }
.ng-hero-collage { animation: ng-up 0.85s 0.12s ease both; will-change: transform; }
.ng-hero-side.a { animation: ng-float 5.2s ease-in-out infinite; }
.ng-hero-main { animation: ng-float 5.6s 0.35s ease-in-out infinite; }
.ng-hero-side.b { animation: ng-float 5.2s 0.7s ease-in-out infinite reverse; }
.ng-btn { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.ng-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgb(196 165 116 / 0.45); }
.ng-cat { transition: transform 0.35s ease; }
.ng-cat:hover { transform: translateY(-6px); }
.ng-header { transition: box-shadow 0.25s ease, background 0.25s ease; }
.ng-header.is-slim { box-shadow: 0 10px 28px rgb(74 55 40 / 0.1); background: #fff; }

.ng-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: calc(var(--d, 0) * 70ms);
}
.ng-reveal.is-in { opacity: 1; transform: none; }
.ng-cat.ng-reveal { transform: translateY(28px) scale(0.92); }
.ng-cat.ng-reveal.is-in { transform: none; }
.ng-why article.ng-reveal:nth-child(odd) { transform: translateX(-32px); }
.ng-why article.ng-reveal:nth-child(even) { transform: translateX(32px); }
.ng-why article.ng-reveal.is-in { transform: none; }
.ng-offer.ng-reveal { transform: translateY(36px) scale(0.97); }
.ng-offer.ng-reveal.is-in { transform: none; }
.woocommerce ul.products li.product.ng-reveal,
ul.products li.product.ng-reveal { transform: translateY(32px); }
.ng-stats > div.ng-reveal,
.ng-stat.ng-reveal { transform: translateY(24px) scale(0.96); }
.ng-stats > div.ng-reveal.is-in,
.ng-stat.ng-reveal.is-in { transform: none; }
.ng-faq details.ng-reveal,
.ng-contact-card.ng-reveal,
.ng-shop-chips a.ng-reveal { transform: translateY(18px); }
.ng-faq details.ng-reveal.is-in,
.ng-contact-card.ng-reveal.is-in,
.ng-shop-chips a.ng-reveal.is-in { transform: none; }
.ng-about-img.ng-reveal,
.ng-about-photo.ng-reveal,
.ng-about > div.ng-reveal { transform: translateY(28px); }
.ng-about-img.ng-reveal.is-in,
.ng-about-photo.ng-reveal.is-in,
.ng-about > div.ng-reveal.is-in { transform: none; }
.ng-check-hero.ng-reveal,
.ng-bag-item.ng-reveal,
.ng-empty.ng-reveal,
.ng-single-img.ng-reveal,
.ng-single-sum.ng-reveal { transform: translateY(22px); }
.ng-check-hero.ng-reveal.is-in,
.ng-bag-item.ng-reveal.is-in,
.ng-empty.ng-reveal.is-in,
.ng-single-img.ng-reveal.is-in,
.ng-single-sum.ng-reveal.is-in { transform: none; }

@keyframes ng-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes ng-pop {
  from { opacity: 0; transform: translateY(36px) scale(0.92); }
  to { opacity: 1; transform: none; }
}
@keyframes ng-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.ng-single-sum .ng-price del {
  margin-left: 0.4rem;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.78em;
}
.ng-single-sum .ng-sale-pill {
  vertical-align: middle;
}
.ng-single-grid {
  display: grid;
  gap: 1.6rem;
  align-items: start;
}
@media (min-width: 800px) {
  .ng-single-grid { grid-template-columns: 1fr 1fr; }
}
.ng-single-img img {
  width: 100%;
  border-radius: 1.4rem;
  background: var(--bg);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 0.6rem;
}
.ng-single-sum h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0.4rem 0 0.6rem;
}
.ng-single .quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.8rem 0;
}
.ng-single .quantity input {
  width: 4rem;
  min-height: 2.8rem;
  text-align: center;
  border-radius: 999px;
}
.ng-single-desc {
  margin-top: 2rem;
  max-width: 42rem;
  color: var(--muted);
}

.ng-buybox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 1rem 0 0.55rem;
}
.ng-buybox .ng-add { flex: 1 1 10rem; min-height: 2.85rem; }
.ng-single-sum .ng-buy,
.ng-single-sum .ng-btn-ghost {
  width: 100%;
  margin-top: 0.45rem;
}
.ng-modal:not(.is-open) { display: none !important; pointer-events: none !important; }
#ng-modal-bg { position: absolute; inset: 0; border: 0; background: transparent; }

.ng-empty {
  background: #fff;
  border: 1px dashed var(--border);
  border-radius: 1.3rem;
  padding: 2rem 1.2rem;
  text-align: center;
}
.ng-empty .ng-btn { margin-top: 1rem; }
.ng-bag {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.3rem;
}
.ng-bag-item {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 0.85rem;
  align-items: start;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
}
.ng-bag-item:last-child { border-bottom: 0; }
.ng-bag-img img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  background: var(--bg);
  border-radius: 0.9rem;
}
.ng-bag-name {
  display: block;
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.25;
}
.ng-bag-price { margin: 0.2rem 0 0.55rem; font-size: 0.9rem; font-weight: 800; }
.ng-bag-end { text-align: right; }
.ng-bag-line { margin: 0; font-weight: 800; }
.ng-bag-remove {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.4rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 1.4rem;
  line-height: 1;
}
.ng-bag-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 0;
}
.ng-bag-coupon {
  display: flex;
  flex: 1 1 16rem;
  gap: 0.45rem;
  min-width: 0;
}
.ng-bag-coupon input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 999px;
  min-height: 2.85rem;
  padding: 0 1rem;
  color: var(--fg);
}
.ng-bag-coupon .ng-btn,
.ng-update {
  min-height: 2.85rem;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-fg);
  font-weight: 700;
  cursor: pointer;
}
.ng-update { background: var(--fg); color: var(--surface); }
.ng-bag-totals {
  margin-top: 1.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0.55rem;
}
.ng-bag-sub { font-size: 1.15rem; margin: 0; display: flex; justify-content: space-between; gap: 1rem; }
.ng-bag-note { margin: 0; color: var(--muted); font-size: 0.88rem; }
.ng-bag-go { width: 100%; min-height: 3.1rem; }
@media (min-width: 720px) {
  .ng-bag-go { width: auto; justify-self: end; min-width: 14rem; }
}

.ng-toast {
  position: fixed;
  top: 4.6rem;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  z-index: 120;
  display: none;
  align-items: center;
  gap: 0.75rem;
  width: min(28rem, calc(100% - 1.25rem));
  background: #f6efe4;
  border: 1px solid var(--border);
  border-radius: 1.35rem;
  padding: 0.7rem 0.7rem 0.7rem 0.95rem;
  box-shadow: 0 14px 36px rgb(74 55 40 / 0.18);
}
.ng-toast.is-on { display: flex; transform: translateX(-50%) translateY(0); }
.ng-toast-check {
  width: 1.45rem; height: 1.45rem; border-radius: 999px;
  background: var(--fg); color: var(--surface);
  display: grid; place-items: center; font-size: 0.72rem; font-weight: 800; flex-shrink: 0;
}
.ng-toast strong { display: block; font-size: 0.95rem; }
.ng-toast p { margin: 0.1rem 0 0; font-size: 0.8rem; color: var(--muted); }
.ng-toast a {
  margin-left: auto;
  background: var(--primary);
  color: var(--primary-fg);
  border-radius: 999px;
  min-height: 2.2rem;
  padding: 0.35rem 1rem;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
}

.ng-check-hero {
  text-align: center;
  padding: 1.6rem 1rem 1.1rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.ng-check-hero h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.4rem); }
.ng-check-hero p { margin: 0.35rem 0 0; font-size: 0.82rem; color: var(--muted); }
.ng-confirm { color: var(--muted); font-size: 0.9rem; margin: 0 0 1.2rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ng-wa-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.15rem;
  padding: 0.9rem 1rem;
  margin: 0.8rem 0;
}
.ng-wa-box .ng-btn-wa { margin-top: 0.5rem; }

.ng-checkout #customer_details .woocommerce-billing-fields h3,
.ng-checkout .woocommerce-additional-fields h3,
.ng-checkout .woocommerce-shipping-fields,
.ng-checkout .woocommerce-form-login-toggle,
.ng-checkout #ship-to-different-address { display: none !important; }

.ng-checkout #order_review_heading {
  font-family: Syne, sans-serif;
  font-size: 1.05rem;
  margin: 0 0 0.7rem;
}
.ng-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  border: 0 !important;
}
.ng-checkout .woocommerce-checkout-review-order-table thead {
  display: none;
}
.ng-checkout .woocommerce-checkout-review-order-table th,
.ng-checkout .woocommerce-checkout-review-order-table td {
  border: 0 !important;
  background: transparent !important;
  padding: 0.4rem 0 !important;
  vertical-align: top;
}
.ng-checkout .woocommerce-checkout-review-order-table tbody tr {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.ng-checkout .woocommerce-checkout-review-order-table tfoot th {
  text-align: left;
  font-weight: 700;
}
.ng-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 800;
}
.ng-checkout tr.woocommerce-shipping-totals {
  display: table-row !important;
}
.ng-checkout .woocommerce-shipping-methods {
  display: grid !important;
  gap: 0.35rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ng-checkout .woocommerce-shipping-destination { display: none !important; }
.ng-ship {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.35rem;
}
.ng-ship strong { font-family: Syne, sans-serif; font-size: 1.02rem; }
.ng-ship span { color: var(--muted); font-size: 0.86rem; }
.ng-ship-ok {
  background: #e8f6ea;
  border-color: #b7dfbf;
}
.ng-ship-ok strong { color: #1d5c2a; }
.ng-ship-bar {
  height: 0.45rem;
  background: #efe6d6;
  border-radius: 999px;
  overflow: hidden;
}
.ng-ship-bar i {
  display: block;
  height: 100%;
  background: var(--primary);
  border-radius: 999px;
}
.ng-ship-review th {
  padding: 0.4rem 0 !important;
}
.ng-ship-review .ng-ship { margin: 0.2rem 0 0.6rem; }
.ng-bag-ship { font-size: 1rem !important; font-weight: 600 !important; }
.ng-checkout #payment ul.payment_methods {
  display: grid !important;
  gap: 0.55rem;
  border: 0;
  padding: 0.2rem 0 0;
}
.ng-checkout #payment li.wc_payment_method {
  display: block !important;
  margin: 0 !important;
  padding: 0.8rem 0.95rem !important;
}
.ng-checkout #payment li.wc_payment_method label {
  font-weight: 800;
  display: inline;
}
.ng-pay {
  margin-top: 0.55rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  padding: 0.85rem 0.9rem 1rem;
}
.ng-pay p { margin: 0.3rem 0; font-size: 0.86rem; }
.ng-pay-title { font-family: Syne, sans-serif; font-size: 1.05rem; font-weight: 700; margin: 0.7rem 0 0.35rem !important; }
.ng-pay dl { margin: 0.35rem 0 0.75rem; }
.ng-pay-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border);
}
.ng-pay-row:last-child { border-bottom: 0; }
.ng-pay dt { font-size: 0.68rem; color: var(--muted); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.ng-pay dt .urdu { text-transform: none; letter-spacing: 0; font-weight: 500; }
.ng-pay dd {
  margin: 0.15rem 0 0;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  word-break: break-all;
}
.ng-copy {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ng-copy:hover { background: var(--primary); color: var(--primary-fg); border-color: var(--primary); }
.ng-checkout #payment li.wc_payment_method:has(input:checked) {
  background: var(--surface);
  box-shadow: 0 0 0 2px var(--primary);
}

/* Classic checkout = Grok storefront */
.ng-checkout .woocommerce {
  display: block;
}
.ng-checkout .col2-set,
.ng-checkout .col-1,
.ng-checkout .col-2 {
  width: 100% !important;
  float: none !important;
}
.ng-checkout h3 {
  font-size: 1.05rem;
  margin: 1.2rem 0 0.6rem;
}
.ng-checkout .woocommerce-billing-fields h3,
.ng-checkout .woocommerce-shipping-fields h3,
.ng-checkout #order_review_heading {
  font-family: Syne, sans-serif;
}
.ng-checkout .form-row {
  padding: 0;
  margin: 0 0 0.7rem;
  width: 100% !important;
  float: none !important;
}
.ng-checkout .form-row label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.ng-checkout input.input-text,
.ng-checkout textarea,
.ng-checkout select,
.ng-checkout .select2-selection {
  width: 100% !important;
  border: 1px solid var(--border) !important;
  background: var(--surface) !important;
  border-radius: 999px !important;
  min-height: 2.85rem;
  padding: 0.45rem 1rem !important;
  color: var(--fg) !important;
  box-shadow: none !important;
}
.ng-checkout textarea { border-radius: 1.1rem !important; min-height: 5.5rem; }
.ng-checkout #order_review {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.4rem;
  padding: 1.1rem 1.15rem 1.2rem;
}
.ng-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  border: 0;
}
.ng-checkout .woocommerce-checkout-review-order-table th,
.ng-checkout .woocommerce-checkout-review-order-table td {
  border: 0;
  padding: 0.45rem 0;
  background: transparent !important;
}
.ng-checkout #payment {
  background: transparent !important;
  border-radius: 0;
  padding: 0;
}
.ng-checkout #payment ul.payment_methods {
  list-style: none;
  margin: 0.6rem 0;
  padding: 0;
  border: 0;
}
.ng-checkout #payment li.wc_payment_method {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  margin: 0 0 0.55rem;
  padding: 0.75rem 0.9rem;
}
.ng-checkout #payment li.wc_payment_method input { margin-right: 0.5rem; }
.ng-checkout #payment div.payment_box {
  background: transparent !important;
  padding: 0.55rem 0 0 !important;
  color: var(--muted);
}
.ng-checkout #payment div.payment_box::before { display: none; }
.ng-checkout #place_order {
  width: 100% !important;
  min-height: 3.1rem !important;
  margin-top: 0.6rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  float: none !important;
}
.ng-checkout .woocommerce-privacy-policy-text { font-size: 0.8rem; color: var(--muted); }
.ng-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border-radius: 1rem !important;
}

.ng-cart table.cart {
  width: 100%;
  border: 0;
  background: var(--surface);
  border-radius: 1.3rem;
}
.ng-cart table.cart th, .ng-cart table.cart td {
  border: 0;
  padding: 0.8rem;
  background: transparent;
}
.ng-cart .coupon input {
  border-radius: 999px !important;
  min-height: 2.7rem;
  border: 1px solid var(--border);
  padding: 0 1rem;
}
.ng-cart .checkout-button,
.ng-cart button[name="update_cart"],
.ng-cart button[name="apply_coupon"] {
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
  min-height: 2.7rem;
  border: 0 !important;
  font-weight: 700 !important;
}

.ng-card { position: relative; }
.ng-heart {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 4;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgb(74 55 40 / 0.08);
}
.ng-heart svg { display: block; }
.ng-heart.is-on svg { fill: var(--fg); }
.ng-heart-inline {
  position: relative;
  top: auto;
  right: auto;
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: middle;
  margin-left: 0.35rem;
}
.ng-search {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  background: color-mix(in srgb, var(--fg) 35%, transparent);
}
.ng-search.is-open { display: grid; place-items: start center; padding-top: 4.5rem; }
#ng-search-bg { position: absolute; inset: 0; border: 0; background: transparent; }
.ng-search-form {
  position: relative;
  z-index: 1;
  width: min(32rem, calc(100% - 1.5rem));
  display: flex;
  gap: 0.45rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
}
.ng-search-form input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  min-height: 2.4rem;
  color: var(--fg);
  font-size: 1rem;
}
.ng-contact-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 800px) {
  .ng-contact-grid { grid-template-columns: repeat(4, 1fr); }
}
.ng-contact-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  padding: 1rem 1.05rem;
  color: inherit;
  text-decoration: none;
}
.ng-contact-card strong { font-family: Syne, sans-serif; font-size: 1.15rem; }
.ng-contact-card p { margin: 0.3rem 0 0; color: var(--muted); font-size: 0.9rem; }
.ng-contact-form {
  margin: 1.6rem 0 0;
  max-width: 34rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.3rem;
  padding: 1.2rem;
  display: grid;
  gap: 0.7rem;
}
.ng-contact-form h2 { margin: 0; }
.ng-contact-form label { font-size: 0.88rem; font-weight: 600; display: grid; gap: 0.3rem; }
.ng-contact-form input,
.ng-contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--fg);
  border-radius: 999px;
  min-height: 2.85rem;
  padding: 0 1rem;
}
.ng-contact-form textarea { border-radius: 1rem; padding: 0.8rem 1rem; min-height: 8rem; }
.page .ng-page,
.ng-page {
  color: var(--fg);
}
.ng-page h1 { font-family: Syne, sans-serif; }
.ng-stat {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  padding: 1rem;
}
.ng-stat p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.9rem; }
.ng-field-label {
  margin: 0.45rem 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.ng-sale-pill {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #c45c4a;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  vertical-align: middle;
}
.ng-card .ng-price strong { font-size: 0.95rem; }
.ng-card .ng-price del { margin-left: 0.35rem; color: var(--muted); font-weight: 500; }
.ng-card-body .ng-btn { width: 100%; margin-top: 0; }
.ng-card-body .ng-qty { margin: 0; }
.woocommerce ul.products li.product.ng-card,
.ng-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  float: none !important;
}
.ng-card-img {
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ng-card-photo {
  position: absolute;
  inset: 0;
  display: block;
}
.ng-card-img img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}
.ng-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.45rem 0.55rem 0.55rem;
  gap: 0.2rem;
}
.ng-card .ng-field-label { display: none !important; }
.woocommerce ul.products .ng-sizes,
.ng-card .ng-sizes,
.woocommerce ul.products .ng-qty,
.ng-card .ng-qty { display: none !important; }
.ng-card-shop {
  margin-top: auto;
  display: grid;
  gap: 0.2rem;
}
.ng-card-actions {
  margin-top: 0;
  display: grid;
  gap: 0.3rem;
  padding-top: 0;
}
.ng-card-actions .ng-btn {
  width: 100%;
  margin: 0 !important;
  min-height: 2.15rem;
  white-space: nowrap;
  font-size: 0.78rem;
}
.ng-card .ng-sizes button,
.ng-card .ng-size {
  min-height: 1.55rem;
  padding: 0 0.45rem;
  font-size: 0.68rem;
}
.ng-var .woocommerce-variation-price { display: none; }
@media (min-width: 800px) {
  .ng-page ul.products,
  .woocommerce ul.products,
  .home ul.products,
  .ng-shop-wide ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}
@media (min-width: 1100px) {
  .ng-page ul.products,
  .woocommerce ul.products,
  .home ul.products,
  .ng-shop-wide ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}
@media (min-width: 1280px) {
  .ng-page ul.products,
  .woocommerce ul.products,
  .home ul.products,
  .ng-shop-wide ul.products { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
}
.ng-all-products {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0.85rem 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
  clear: both !important;
  float: none !important;
  position: relative;
  z-index: 4;
  grid-column: 1 / -1 !important;
  left: 0 !important;
  right: 0 !important;
}
.ng-all-products .ng-btn {
  width: auto !important;
  min-width: 13rem;
  margin: 0 auto !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
body.home .ng-section .ng-wrap.ng-page.ng-shop-wide {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.home .ng-section:has(.ng-all-products) {
  padding-bottom: 1rem !important;
}
.ng-var form.cart { display: grid; gap: 0.55rem; }
.ng-var .variations { margin: 0; }
.ng-var .label { font-size: 0.78rem; color: var(--muted); padding-right: 0.6rem; vertical-align: middle; }
.ng-var .woocommerce-variation-add-to-cart {
  display: grid;
  gap: 0.5rem;
  width: 100%;
}
.ng-var .quantity {
  width: fit-content;
}
.ng-var .variations th, .ng-var .variations td { border: 0; background: transparent; padding: 0.25rem 0; text-align: left; }
.ng-var .variations select {
  width: 100%;
  min-height: 2.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 0 1rem;
  color: var(--fg);
}
.ng-sizes { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.35rem 0 0.8rem; }
.ng-sizes button {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--fg);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font: 700 0.78rem/1.25 inherit;
  cursor: pointer;
  text-align: center;
}
.ng-sizes button {
  min-height: 2.5rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--fg);
  font-weight: 700;
  cursor: pointer;
}
.ng-sizes button.is-on { background: var(--fg); color: var(--surface); border-color: var(--fg); }
.ng-var .single_add_to_cart_button,
.ng-var .ng-buy-now-btn {
  width: 100%;
  margin-top: 0.45rem;
}
.ng-stars { color: var(--primary); font-size: 1.2rem; letter-spacing: 0.12em; margin: 0.6rem 0 0; }
.ng-quote {
  font-family: Syne, sans-serif;
  font-size: clamp(1.35rem, 3.4vw, 1.9rem);
  line-height: 1.35;
  margin: 1.4rem 0 0.8rem;
  min-height: 5.5rem;
}
.ng-qcity { color: var(--muted); margin-left: 0.4rem; }
.ng-qdots { display: flex; justify-content: center; align-items: center; gap: 0.4rem; margin-top: 1.15rem; }
.ng-qdots button {
  width: 0.55rem;
  height: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: var(--border);
  padding: 0;
  cursor: pointer;
  transition: width 0.2s, background 0.2s;
}
.ng-qdots button.is-on { width: 2rem; background: var(--primary); }

.ng-shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.1rem;
}
.ng-shop-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--fg) !important;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.ng-shop-chips a.is-on {
  background: var(--fg);
  color: var(--surface) !important;
  border-color: var(--fg);
}
.woocommerce ul.products li.product.is-off,
.woocommerce ul.products li.product.ng-card.is-off,
.ng-page ul.products li.product.is-off {
  display: none !important;
}

.ng-checkout.ng-wrap { max-width: 74rem; }
.ng-checkout .woocommerce-form-coupon-toggle,
.ng-checkout .woocommerce-form-login-toggle,
.ng-checkout .woocommerce-additional-fields { display: none !important; }

.ng-co { display: block; }
.ng-co-sum-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.1rem;
  margin: 0 0 1rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface);
  color: var(--fg);
  font-weight: 700;
  cursor: pointer;
}
.ng-co-side { display: none; margin: 0 0 1.4rem; }
.ng-co.is-sum-open .ng-co-side { display: block; }
.ng-co-side h2,
.ng-co-sec h2 {
  font-family: Syne, sans-serif;
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
}
.ng-co-sec { margin: 0 0 1.6rem; }
.ng-co-region,
.ng-co-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--surface);
  font-weight: 650;
  box-sizing: border-box;
}
.ng-co-region span,
.ng-co-choice span { color: var(--muted); font-weight: 600; }
.ng-co-choice.is-on,
.ng-co-ship {
  box-shadow: 0 0 0 2px var(--primary);
  border-color: var(--primary);
}
.ng-co-choice input { margin: 0 0.55rem 0 0; accent-color: var(--fg); }
.ng-co-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
}
.ng-co-hint { color: var(--muted); font-size: 0.86rem; margin: 0 0 0.75rem; }
.ng-co-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem 0.85rem;
}
.ng-co-extra[hidden],
#ng-bill-extra[hidden] {
  display: none !important;
}
.ng-co-fields .form-row {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ng-co-fields .form-row-wide { grid-column: 1 / -1; }
.ng-co-fields .form-row-first { grid-column: 1; }
.ng-co-fields .form-row-last { grid-column: 2; }
.ng-co .form-row label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ng-co input.input-text,
.ng-co textarea,
.ng-co select,
.ng-co .select2-selection,
.ng-co-coupon input {
  width: 100% !important;
  border: 1px solid var(--border) !important;
  background: var(--surface) !important;
  border-radius: 0.7rem !important;
  min-height: 2.85rem;
  padding: 0.5rem 0.9rem !important;
  color: var(--fg) !important;
  box-shadow: none !important;
}
.ng-co-coupon {
  display: flex;
  gap: 0.45rem;
  margin: 0.85rem 0 0.2rem;
}
.ng-co-coupon input { flex: 1 1 auto; min-width: 0; }
.ng-co-coupon .ng-btn {
  min-height: 2.85rem;
  padding: 0 1.05rem;
  border: 0;
  border-radius: 0.7rem;
  background: var(--fg);
  color: var(--surface);
  font-weight: 800;
  cursor: pointer;
}
.ng-co-side #order_review {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.ng-co .woocommerce-checkout-review-order-table { width: 100%; border: 0 !important; }
.ng-co .woocommerce-checkout-review-order-table tbody tr.ng-co-item { display: table-row !important; }
.ng-co .woocommerce-checkout-review-order-table td,
.ng-co .woocommerce-checkout-review-order-table th {
  border: 0 !important;
  background: transparent !important;
  padding: 0.55rem 0 !important;
  vertical-align: middle;
}
.ng-co-item .product-name {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
}
.ng-co-thumb { position: relative; flex-shrink: 0; }
.ng-co-thumb img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 0.7rem;
  border: 1px solid var(--border);
  background: var(--bg);
}
.ng-co-thumb i {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--fg);
  color: var(--surface);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.ng-co-item-copy { font-size: 0.88rem; font-weight: 700; line-height: 1.3; }
.ng-co .order-total th,
.ng-co .order-total td { font-size: 1.05rem; }
.ng-co .woocommerce-checkout-review-order-table tfoot th { text-align: left; font-weight: 700; }
.ng-co .woocommerce-checkout-review-order-table tfoot td { text-align: right; font-weight: 800; }
.ng-co-wa {
  margin: 0.35rem 0 0.7rem;
  font-size: 0.84rem;
  color: var(--muted);
}
.ng-co-wa a { color: var(--fg); font-weight: 800; text-decoration: underline; }
.ng-co-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin: 0.4rem 0 1.5rem;
  font-size: 0.82rem;
}
.ng-co-legal a { color: var(--muted); text-decoration: underline; }
.ng-legal { max-width: 40rem; display: grid; gap: 0.85rem; }
.ng-legal p { margin: 0; font-size: 1.02rem; line-height: 1.55; color: var(--fg); }

@media (max-width: 639px) {
  .ng-co-fields { grid-template-columns: 1fr; }
  .ng-co-fields .form-row-first,
  .ng-co-fields .form-row-last { grid-column: 1; }
}
@media (min-width: 960px) {
  .ng-co {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.88fr);
    gap: 2.4rem;
    align-items: start;
  }
  .ng-co-sum-toggle { display: none; }
  .ng-co-side,
  .ng-co.is-sum-open .ng-co-side {
    display: block;
    order: 2;
    position: sticky;
    top: 5.2rem;
    margin: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1.35rem;
    padding: 1.15rem 1.2rem 1.3rem;
  }
  .ng-co-main { order: 1; }
}

.ng-crumb {
  margin: 0 0 1.1rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.ng-crumb a { color: var(--muted); }
.ng-crumb a:hover { color: var(--fg); }
.ng-crumb span { margin: 0 0.35rem; }

.ng-gallery { display: grid; gap: 0.7rem; }
.ng-gallery-main {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1.4rem;
  overflow: hidden;
}
.ng-gallery-main img,
.ng-gallery-main img[data-ng-main] {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 36rem;
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
  padding: 0.8rem;
}
.ng-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
.ng-thumb {
  margin: 0;
  padding: 0.2rem;
  border: 1.5px solid var(--border);
  border-radius: 0.85rem;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.ng-thumb.is-on,
.ng-thumb:hover { border-color: var(--fg); }
.ng-thumb img {
  display: block;
  width: 100%;
  height: 4.6rem;
  object-fit: contain;
  background: #fff;
}
.ng-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  margin: 0.15rem 0 0.55rem;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.ng-stars span:last-child {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0;
  font-size: 0.88rem;
}
.ng-stars .ng-stars-fill {
  color: var(--primary);
  letter-spacing: 0.12em;
  font-size: 1.15rem;
  line-height: 1;
}
.ng-stars .ng-stars-score {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0;
  font-size: 1.05rem;
}
.ng-ship-note {
  margin: 0.15rem 0 0.8rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.ng-story {
  margin: 2.4rem auto 0;
  max-width: 44rem;
}
.ng-story h2 {
  font-family: Syne, sans-serif;
  font-size: 1.45rem;
  margin: 1.6rem 0 0.6rem;
}
.ng-story-lead {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--fg);
}
.ng-ticks {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.ng-ticks li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 650;
}
.ng-ticks span {
  display: inline-grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #2f6b3a;
  color: #fff;
  font-size: 0.72rem;
  flex: 0 0 auto;
  margin-top: 0.12rem;
}
.ng-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.ng-benefits li {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0.85rem 1rem;
}
.ng-benefits strong { display: block; margin-bottom: 0.2rem; }
.ng-benefits span { color: var(--muted); font-size: 0.95rem; }
.ng-prep {
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .ng-prep { grid-template-columns: 1fr 1fr; }
}
.ng-prep > div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  padding: 1rem 1.1rem 1.15rem;
}
.ng-prep h2,
.ng-prep h3 {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
}
.ng-prep ol {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--fg);
}
.ng-prep li { margin: 0.25rem 0; }
.ng-caution {
  margin-top: 1.2rem;
  padding: 0.8rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid var(--primary);
  background: rgba(196, 165, 116, 0.18);
  font-size: 0.92rem;
}
.ng-reviews {
  margin: 2.6rem auto 0;
  max-width: 44rem;
}
.ng-reviews h2 { font-family: Syne, sans-serif; font-size: 1.6rem; }
.ng-review-list {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.ng-review-list li {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1.05rem;
  padding: 0.95rem 1.05rem;
}
.ng-review-list .ng-stars { margin: 0 0 0.25rem; }
.ng-review-city { color: var(--muted); font-size: 0.86rem; margin-left: 0.35rem; }
.ng-review-empty { color: var(--muted); }
.ng-review-form {
  margin-top: 1.4rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  padding: 1.1rem 1.15rem 1.3rem;
}
.ng-review-form h3 { margin: 0 0 0.7rem; font-size: 1.1rem; }
.ng-review-form textarea,
.ng-review-form input[type="text"],
.ng-review-form input[type="email"] {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  background: #fff;
}
.ng-review-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: var(--fg);
}
.ng-review-form p { margin: 0 0 0.75rem; }
.ng-review-form .ng-btn { margin-top: 0.2rem; }
.ng-review-form .ng-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.ng-rate-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.8rem;
}
.ng-rate {
  display: inline-flex;
  gap: 0.15rem;
}
.ng-rate button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
  color: #d4c4ae;
}
.ng-rate button.is-on { color: var(--primary); }
.ng-review-wa {
  margin: 0.85rem 0 0 !important;
  font-size: 0.88rem;
  color: var(--muted);
}
.ng-review-wa a { color: var(--fg); font-weight: 700; }
.ng-also { margin: 2.8rem 0 1rem; }
.ng-also h2 {
  font-family: Syne, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 1rem;
  text-align: center;
}
.ng-also-grid { margin: 0; }
@media (min-width: 1100px) {
  .woocommerce ul.products.ng-also-grid,
  ul.products.ng-also-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
  }
}

body.single-product .ng-gallery,
body.single-product .ng-gallery-thumbs {
  visibility: visible !important;
  opacity: 1 !important;
}
body.single-product .ng-gallery { display: grid !important; }
body.single-product .ng-gallery-main img { display: block !important; }
body.single-product .ng-thumb img { display: block !important; visibility: visible !important; }


