.elementor-kit-5{--e-global-color-primary:#26231F;--e-global-color-secondary:#7A7168;--e-global-color-text:#26231F;--e-global-color-accent:#B08A5A;--e-global-color-ce231c7:#F8F6F1;--e-global-color-147162c:#EAE5DB;--e-global-color-1446069:#FBFAF7;--e-global-color-11228a1:#D9D1C4;--e-global-color-7735ad0:#181512;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:0.16em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.14em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   NEXART — FINAL MASTER CSS
   Header Dropdown + Homepage Gateway + Marquee + Intro
   Studio Page + Mobile Hamburger Popup
   Cleaned: no old nx-mobile-drawer, no nth-child nav hacks
   Logo fixed: NO class on logo Image widget
   Logo controlled only via nx-header-left
   ========================================================= */


/* =========================================================
   00. GLOBAL VARIABLES
   ========================================================= */

:root {
  --nx-ivory:     #F8F6F1;
  --nx-stone:     #EAE5DB;
  --nx-porcelain: #FBFAF7;
  --nx-umber:     #26231F;
  --nx-taupe:     #7A7168;
  --nx-sand:      #D9D1C4;
  --nx-bronze:    #B08A5A;
  --nx-footer:    #181512;

  --nx-pad-x: 76px;
  --nx-pad-m: 24px;
}

html,
body {
  background: var(--nx-ivory) !important;
}

/* =========================================================
   00A. GLOBAL BREADCRUMB SYSTEM — FINAL
   Shortcode: [nexart_product_breadcrumb]
   Widget class: .nx-product-breadcrumb-widget
   Containers supported:
   .nx-breadcrumb-wrap
   .nx-collection-breadcrumb
   .nx-product-breadcrumb
   ========================================================= */

/* Container */
.nx-breadcrumb-wrap,
.nx-collection-page .nx-collection-breadcrumb,
.nx-studio-page .nx-product-breadcrumb,
.nx-collection-page .nx-product-breadcrumb,
.nx-single-product .nx-product-breadcrumb {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 42px !important;

  margin: 0 !important;
  padding: 14px clamp(18px, 3vw, 44px) 13px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  text-align: left !important;

  background: var(--nx-stone, #EAE5DB) !important;
  border-top: 0.5px solid var(--nx-sand, #D9D1C4) !important;
  border-bottom: 0.5px solid var(--nx-sand, #D9D1C4) !important;

  overflow: visible !important;
}

/* Single product lives inside the 1440 shell, so no additional horizontal padding */
.nx-single-product .nx-product-breadcrumb {
  padding-left: 0 !important;
  padding-right: 0 !important;

  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(33, 29, 26, 0.08) !important;
}

/* Elementor wrapper reset */
.nx-breadcrumb-wrap > .e-con-inner,
.nx-collection-page .nx-collection-breadcrumb > .e-con-inner,
.nx-studio-page .nx-product-breadcrumb > .e-con-inner,
.nx-collection-page .nx-product-breadcrumb > .e-con-inner,
.nx-single-product .nx-product-breadcrumb > .e-con-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

/* Widget */
.nx-product-breadcrumb-widget,
.nx-product-breadcrumb-widget .elementor-widget-container {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 auto 0 0 !important;
  padding: 0 !important;

  text-align: left !important;
}

/* Hard left alignment for Elementor container/widget alignment settings */
.nx-breadcrumb-wrap,
.nx-collection-page .nx-collection-breadcrumb,
.nx-studio-page .nx-product-breadcrumb,
.nx-collection-page .nx-product-breadcrumb,
.nx-single-product .nx-product-breadcrumb,
.nx-breadcrumb-wrap > .e-con-inner,
.nx-collection-page .nx-collection-breadcrumb > .e-con-inner,
.nx-studio-page .nx-product-breadcrumb > .e-con-inner,
.nx-collection-page .nx-product-breadcrumb > .e-con-inner,
.nx-single-product .nx-product-breadcrumb > .e-con-inner,
.nx-product-breadcrumb-widget,
.nx-product-breadcrumb-widget .elementor-widget-container {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.nx-product-breadcrumb-widget.elementor-align-center,
.nx-product-breadcrumb-widget.elementor-align-right,
.nx-product-breadcrumb-widget .elementor-align-center,
.nx-product-breadcrumb-widget .elementor-align-right,
.nx-product-breadcrumb-widget [style*="text-align: center"],
.nx-product-breadcrumb-widget [style*="text-align:center"],
.nx-product-breadcrumb-widget [style*="text-align: right"],
.nx-product-breadcrumb-widget [style*="text-align:right"] {
  text-align: left !important;
}

.nx-product-breadcrumb-widget nav,
.nx-product-breadcrumb-widget p,
.nx-product-breadcrumb-widget div {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

/* Output normalization */
.nx-product-breadcrumb-widget,
.nx-product-breadcrumb-widget *,
.nx-product-breadcrumb-widget *::before,
.nx-product-breadcrumb-widget *::after {
  box-sizing: border-box !important;
}

.nx-product-breadcrumb-widget p,
.nx-product-breadcrumb-widget div,
.nx-product-breadcrumb-widget nav {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

/* Typography */
.nx-product-breadcrumb-widget,
.nx-product-breadcrumb-widget .elementor-widget-container,
.nx-product-breadcrumb-widget p,
.nx-product-breadcrumb-widget div,
.nx-product-breadcrumb-widget nav,
.nx-product-breadcrumb-widget a,
.nx-product-breadcrumb-widget span,
.nx-product-breadcrumb-widget .separator,
.nx-product-breadcrumb-widget .breadcrumb-separator {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 8.5px !important;
  font-weight: 550 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;

  color: rgba(33, 29, 26, 0.52) !important;

  text-align: left !important;
  text-decoration: none !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Links */
.nx-product-breadcrumb-widget a {
  color: rgba(33, 29, 26, 0.58) !important;

  transition:
    color 0.22s ease,
    opacity 0.22s ease !important;
}

.nx-product-breadcrumb-widget a:hover {
  color: var(--nx-bronze, #B08A5A) !important;
}

/* Separators */
.nx-product-breadcrumb-widget .separator,
.nx-product-breadcrumb-widget .breadcrumb-separator,
.nx-product-breadcrumb-widget span.separator {
  display: inline-block !important;

  margin: 0 8px !important;

  color: var(--nx-bronze, #B08A5A) !important;
  opacity: 0.78 !important;
}

/* Last item */
.nx-product-breadcrumb-widget .last,
.nx-product-breadcrumb-widget .breadcrumb_last,
.nx-product-breadcrumb-widget span:last-child {
  color: rgba(33, 29, 26, 0.42) !important;
}

/* Single product sticky top breadcrumb */
.nx-single-product .nx-product-breadcrumb {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;

  background: rgba(248, 246, 241, 0.94) !important;

  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.admin-bar .nx-single-product .nx-product-breadcrumb {
  top: 32px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .nx-breadcrumb-wrap,
  .nx-collection-page .nx-collection-breadcrumb,
  .nx-studio-page .nx-product-breadcrumb,
  .nx-collection-page .nx-product-breadcrumb,
  .nx-single-product .nx-product-breadcrumb {
    min-height: 40px !important;

    padding-top: 12px !important;
    padding-bottom: 11px !important;
  }

  .nx-product-breadcrumb-widget,
  .nx-product-breadcrumb-widget .elementor-widget-container,
  .nx-product-breadcrumb-widget p,
  .nx-product-breadcrumb-widget div,
  .nx-product-breadcrumb-widget nav,
  .nx-product-breadcrumb-widget a,
  .nx-product-breadcrumb-widget span,
  .nx-product-breadcrumb-widget .separator,
  .nx-product-breadcrumb-widget .breadcrumb-separator {
    font-size: 8px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.14em !important;
  }

  .nx-product-breadcrumb-widget .separator,
  .nx-product-breadcrumb-widget .breadcrumb-separator,
  .nx-product-breadcrumb-widget span.separator {
    margin: 0 6px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .nx-breadcrumb-wrap,
  .nx-collection-page .nx-collection-breadcrumb,
  .nx-studio-page .nx-product-breadcrumb,
  .nx-collection-page .nx-product-breadcrumb,
  .nx-single-product .nx-product-breadcrumb {
    min-height: 38px !important;

    padding:
      11px
      18px
      10px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scrollbar-width: none !important;
  }

  .nx-single-product .nx-product-breadcrumb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nx-breadcrumb-wrap::-webkit-scrollbar,
  .nx-collection-page .nx-collection-breadcrumb::-webkit-scrollbar,
  .nx-studio-page .nx-product-breadcrumb::-webkit-scrollbar,
  .nx-collection-page .nx-product-breadcrumb::-webkit-scrollbar,
  .nx-single-product .nx-product-breadcrumb::-webkit-scrollbar {
    display: none !important;
  }

  body.admin-bar .nx-single-product .nx-product-breadcrumb {
    top: 46px !important;
  }

  .nx-product-breadcrumb-widget,
  .nx-product-breadcrumb-widget .elementor-widget-container,
  .nx-product-breadcrumb-widget p,
  .nx-product-breadcrumb-widget div,
  .nx-product-breadcrumb-widget nav,
  .nx-product-breadcrumb-widget a,
  .nx-product-breadcrumb-widget span,
  .nx-product-breadcrumb-widget .separator,
  .nx-product-breadcrumb-widget .breadcrumb-separator {
    font-size: 7.4px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.115em !important;

    white-space: nowrap !important;
  }

  .nx-product-breadcrumb-widget .separator,
  .nx-product-breadcrumb-widget .breadcrumb-separator,
  .nx-product-breadcrumb-widget span.separator {
    margin: 0 5px !important;
  }
}

@media (max-width: 390px) {
  .nx-breadcrumb-wrap,
  .nx-collection-page .nx-collection-breadcrumb,
  .nx-studio-page .nx-product-breadcrumb,
  .nx-collection-page .nx-product-breadcrumb {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .nx-single-product .nx-product-breadcrumb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nx-product-breadcrumb-widget,
  .nx-product-breadcrumb-widget .elementor-widget-container,
  .nx-product-breadcrumb-widget p,
  .nx-product-breadcrumb-widget div,
  .nx-product-breadcrumb-widget nav,
  .nx-product-breadcrumb-widget a,
  .nx-product-breadcrumb-widget span,
  .nx-product-breadcrumb-widget .separator,
  .nx-product-breadcrumb-widget .breadcrumb-separator {
    font-size: 7.1px !important;
    letter-spacing: 0.10em !important;
  }
}




/* =========================================================
   01. HEADER — FINAL SAFE VERSION
   Logo image widget is NOT controlled by CSS.
   Logo size must be set inside Elementor Image widget.
   ========================================================= */


/* -----------------------------
   Header shell
------------------------------ */

.nx-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999999 !important;

  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  box-sizing: border-box !important;

  padding: 0 34px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;

  background: rgba(248, 246, 241, 0.96) !important;
  border-bottom: 0.5px solid var(--nx-sand) !important;
  box-shadow: none !important;

  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;

  overflow: visible !important;
}


/* -----------------------------
   Header left / logo container
   IMPORTANT:
   Do NOT add class to logo Image widget.
   Do NOT target logo image with CSS.
------------------------------ */

.nx-header-left {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 132px !important;
  max-width: 160px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}


/* -----------------------------
   Header nav row
------------------------------ */

.nx-header-nav {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;

  gap: 28px !important;

  margin: 0 !important;
  padding: 0 !important;

  position: relative !important;
  z-index: 1000000 !important;

  white-space: nowrap !important;
  overflow: visible !important;
}

.nx-header-nav .elementor-widget,
.nx-header-nav .elementor-widget-container {
  width: auto !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
}


/* -----------------------------
   Studio / MUSE parent group
------------------------------ */

.nx-nav-group {
  position: relative !important;

  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;

  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 1 !important;
  overflow: visible !important;
}


/* -----------------------------
   Main nav typography
------------------------------ */

.nx-nav-link,
.nx-nav-link a,
.nx-nav-link .elementor-heading-title,
.nx-nav-link .elementor-widget-container {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;

  color: var(--nx-taupe) !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  margin: 0 !important;
  padding: 0 !important;

  transition: color 0.22s ease !important;
}

.nx-nav-link {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  line-height: 1 !important;
}

.nx-nav-link a,
.nx-nav-link .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  line-height: 1 !important;
}

.nx-nav-link a:hover,
.nx-nav-link .elementor-heading-title:hover,
.nx-nav-group:hover > .nx-nav-link,
.nx-nav-group:hover > .nx-nav-link a,
.nx-nav-group:hover > .nx-nav-link .elementor-heading-title {
  color: var(--nx-umber) !important;
}


/* -----------------------------
   Dropdown arrow
------------------------------ */

.nx-nav-group::after {
  content: "" !important;

  display: inline-block !important;
  flex: 0 0 auto !important;

  width: 4px !important;
  height: 4px !important;

  border-right: 0.5px solid var(--nx-bronze) !important;
  border-bottom: 0.5px solid var(--nx-bronze) !important;

  transform: rotate(45deg) translateY(-2px) !important;

  margin-left: 8px !important;
  margin-top: 0 !important;

  opacity: 0.85 !important;
  vertical-align: middle !important;
}

/* Kill duplicate arrows */
.nx-nav-group > .nx-nav-link::after,
.nx-nav-group > .nx-nav-link a::after,
.nx-nav-group > .nx-nav-link .elementor-heading-title::after {
  content: none !important;
  display: none !important;
}


/* -----------------------------
   Dropdown panel
------------------------------ */

.nx-nav-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;

  min-width: 255px !important;
  padding: 18px 20px !important;

  background: rgba(248, 246, 241, 0.98) !important;
  border: 0.5px solid var(--nx-sand) !important;
  box-shadow: 0 24px 54px rgba(38, 35, 31, 0.12) !important;

  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transform: translateX(-50%) translateY(8px) !important;

  z-index: 1000001 !important;

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease !important;
}

.nx-nav-dropdown::before {
  content: "";
  position: absolute;

  top: 0;
  left: 20px;
  right: 20px;

  height: 0.5px;

  background: var(--nx-bronze);
  opacity: 0.72;
}

/* Hover bridge */
.nx-nav-dropdown::after {
  content: "";
  position: absolute;

  left: 0;
  right: 0;
  top: -22px;

  height: 22px;
}

.nx-nav-group:hover .nx-nav-dropdown,
.nx-nav-group:focus-within .nx-nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}


/* -----------------------------
   Dropdown links
------------------------------ */

.nx-nav-dropdown-link,
.nx-nav-dropdown-link a,
.nx-nav-dropdown-link .elementor-heading-title,
.nx-nav-dropdown-link .elementor-widget-container {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  color: var(--nx-taupe) !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-nav-dropdown-link a,
.nx-nav-dropdown-link .elementor-heading-title {
  display: flex !important;
  align-items: center !important;

  width: 100% !important;

  padding: 10px 0 !important;

  transition:
    color 0.22s ease,
    transform 0.22s ease !important;
}

.nx-nav-dropdown-link a::before,
.nx-nav-dropdown-link .elementor-heading-title::before {
  content: "";
  display: inline-block;

  width: 12px;
  height: 0.5px;

  background: var(--nx-bronze);

  margin-right: 10px;

  opacity: 0.65;

  transition:
    width 0.22s ease,
    opacity 0.22s ease !important;
}

.nx-nav-dropdown-link a:hover,
.nx-nav-dropdown-link .elementor-heading-title:hover {
  color: var(--nx-umber) !important;
  transform: translateX(2px);
}

.nx-nav-dropdown-link a:hover::before,
.nx-nav-dropdown-link .elementor-heading-title:hover::before {
  width: 18px;
  opacity: 1;
}


/* -----------------------------
   Enquire
------------------------------ */

.nx-enquire-btn {
  flex: 0 0 auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-enquire-btn a,
.nx-enquire-btn .elementor-button,
.nx-enquire-btn .elementor-heading-title {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;

  color: var(--nx-umber) !important;
  text-decoration: none !important;

  border: 0.5px solid var(--nx-sand) !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;

  padding: 9px 14px !important;

  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease !important;
}

.nx-enquire-btn a:hover,
.nx-enquire-btn .elementor-button:hover,
.nx-enquire-btn .elementor-heading-title:hover {
  color: var(--nx-bronze) !important;
  border-color: var(--nx-bronze) !important;
}


/* -----------------------------
   Language
------------------------------ */

.nx-lang-placeholder,
.nx-lang-placeholder a,
.nx-lang-placeholder .elementor-heading-title,
.nx-lang-placeholder .elementor-widget-container {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;

  color: var(--nx-taupe) !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* -----------------------------
   Hamburger
------------------------------ */

.nx-hamburger-trigger {
  display: none !important;
}

.nx-hamburger-trigger,
.nx-hamburger-trigger a,
.nx-hamburger-trigger .elementor-icon,
.nx-hamburger-trigger .elementor-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  color: var(--nx-umber) !important;

  padding: 0 !important;
  margin: 0 !important;
}

.nx-hamburger-trigger svg {
  width: 22px !important;
  height: 22px !important;
  fill: var(--nx-umber) !important;
}

.nx-hamburger-trigger:hover svg {
  fill: var(--nx-bronze) !important;
}


/* -----------------------------
   Header focus cleanup
------------------------------ */

.nx-header a,
.nx-header button,
.nx-header svg,
.nx-header img {
  -webkit-tap-highlight-color: transparent !important;
}

.nx-header a:focus,
.nx-header a:focus-visible,
.nx-header button:focus,
.nx-header button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}


/* -----------------------------
   Tablet / mobile header
------------------------------ */

@media (max-width: 1024px) {
  .nx-header {
    height: 56px !important;
    min-height: 56px !important;

    padding: 0 22px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 14px !important;

    background: rgba(248, 246, 241, 0.98) !important;
    border-bottom: 0.5px solid rgba(217, 209, 196, 0.55) !important;

    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  .nx-header-left {
    min-width: 112px !important;
    max-width: 132px !important;
  }

  .nx-header-nav {
    flex: 0 0 auto !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 14px !important;
  }

  .nx-nav-group,
  .nx-desktop-nav,
  .nx-lang-placeholder {
    display: none !important;
  }

  .nx-enquire-btn {
    display: inline-flex !important;
  }

  .nx-enquire-btn a,
  .nx-enquire-btn .elementor-button,
  .nx-enquire-btn .elementor-heading-title {
    font-size: 9.5px !important;
    padding: 8px 13px !important;
  }

  .nx-hamburger-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .nx-header {
    padding: 0 20px !important;
    gap: 12px !important;
  }

  .nx-header-left {
    min-width: 108px !important;
    max-width: 124px !important;
  }

  .nx-enquire-btn a,
  .nx-enquire-btn .elementor-button,
  .nx-enquire-btn .elementor-heading-title {
    font-size: 9px !important;
    padding: 8px 12px !important;
  }

  .nx-hamburger-trigger svg {
    width: 20px !important;
    height: 20px !important;
  }
}
/* =========================================================
   02. HOMEPAGE GATEWAY
   ========================================================= */

.nx-gateway {
  width: 100%;
  height: calc(100vh - 58px);
  min-height: 620px;

  display: flex !important;
  flex-direction: row !important;

  overflow: hidden;

  margin: 0;
  padding: 0;

  background: var(--nx-ivory);
}

.nx-panel {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
  color: var(--nx-umber);

  transition:
    flex 0.85s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease;
}

.nx-panel--studio {
  background: var(--nx-ivory);
}

.nx-panel--muse {
  background: var(--nx-stone);
}

.nx-panel--studio::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  width: 1px;
  height: 64%;
  background: var(--nx-sand);
  opacity: 1;
  transition: opacity 0.35s ease;
}

.nx-panel::before {
  content: attr(data-ghost);
  position: absolute;
  left: clamp(36px, 4vw, 68px);
  bottom: -8px;
  z-index: 0;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(110px, 13vw, 190px);
  font-weight: 300;
  line-height: 0.85;
  letter-spacing: -0.02em;

  color: rgba(38, 35, 31, 0.045);

  pointer-events: none;
  user-select: none;
  white-space: nowrap;

  transition: color 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.nx-panel-inner {
  position: relative;
  z-index: 1;

  min-height: 100%;
  box-sizing: border-box;

  display: grid;
  align-items: end;

  padding:
    clamp(42px, 5vw, 76px)
    clamp(36px, 4vw, 68px)
    clamp(124px, 15vh, 176px)
    clamp(36px, 4vw, 68px);
}

.nx-panel-closed,
.nx-panel-reveal {
  grid-area: 1 / 1;
  align-self: end;
  max-width: 620px;

  transition:
    opacity 0.42s ease,
    transform 0.42s ease,
    visibility 0.42s ease;
}

.nx-panel-closed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nx-panel-reveal {
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  pointer-events: none;
}

.nx-eyebrow {
  margin: 0 0 20px 0 !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;

  color: var(--nx-taupe) !important;
}

.nx-panel-title {
  max-width: 620px;
  margin: 0 0 22px 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(34px, 3.1vw, 46px) !important;
  font-weight: 300 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;

  color: var(--nx-umber) !important;
}

.nx-title-soft {
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
  letter-spacing: -0.02em !important;
  color: rgba(122, 113, 104, 0.56) !important;
}

.nx-panel-text {
  max-width: 460px;
  margin: 22px 0 0 0 !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;

  color: var(--nx-taupe) !important;
}

.nx-panel-links {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nx-panel-links a {
  display: block !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 2.35 !important;

  color: var(--nx-umber) !important;
  text-decoration: none !important;

  transition: color 0.2s ease;
}

.nx-panel-links a::before {
  content: "→  " !important;
  color: var(--nx-bronze) !important;
}

.nx-panel-links a:hover,
.nx-panel-links a:focus-visible {
  color: var(--nx-bronze) !important;
}

.nx-cta {
  display: inline-block !important;
  width: fit-content !important;

  margin-top: 24px !important;
  padding: 0 0 3px 0 !important;

  border: 0 !important;
  border-bottom: 1px solid var(--nx-umber) !important;
  background: transparent !important;
  box-shadow: none !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;

  color: var(--nx-umber) !important;
  text-decoration: none !important;

  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.nx-cta:hover,
.nx-cta:focus-visible {
  color: var(--nx-bronze) !important;
  border-color: var(--nx-bronze) !important;
}

@media (min-width: 1025px) {
  .nx-gateway:hover .nx-panel {
    flex: 0.82 1 42%;
    opacity: 0.84;
  }

  .nx-gateway .nx-panel:hover,
  .nx-gateway .nx-panel:focus-within {
    flex: 1.18 1 58%;
    opacity: 1;
  }

  .nx-gateway .nx-panel:hover .nx-panel-closed,
  .nx-gateway .nx-panel:focus-within .nx-panel-closed {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .nx-gateway .nx-panel:hover .nx-panel-reveal,
  .nx-gateway .nx-panel:focus-within .nx-panel-reveal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nx-gateway:hover .nx-panel--studio::after {
    opacity: 0;
  }

  .nx-gateway .nx-panel:hover::before {
    color: rgba(38, 35, 31, 0.075);
  }
}

/* Mobile / Tablet Gateway */
@media (max-width: 1024px) {
  .nx-gateway {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
    background: var(--nx-ivory) !important;
  }

  .nx-panel {
    position: relative !important;
    width: 100% !important;
    flex: none !important;
    min-height: 56vh !important;
    overflow: hidden !important;
    cursor: pointer !important;

    transition:
      min-height 0.75s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.55s ease !important;
  }

  .nx-panel + .nx-panel {
    border-top: 1px solid var(--nx-sand) !important;
  }

  .nx-panel--studio::after {
    display: none !important;
  }

  .nx-panel-inner {
    position: relative !important;
    min-height: 56vh !important;
    box-sizing: border-box !important;
    display: grid !important;
    align-items: end !important;
    padding: 72px 20px 64px 20px !important;
  }

  .nx-panel-closed,
  .nx-panel-reveal {
    grid-area: 1 / 1 !important;
    align-self: end !important;
    max-width: 390px !important;

    transition:
      opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.75s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.75s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .nx-panel-closed {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .nx-panel-reveal {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(16px) !important;
    pointer-events: none !important;
  }

  .nx-panel.is-open .nx-panel-closed {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-12px) !important;
    pointer-events: none !important;
  }

  .nx-panel.is-open .nx-panel-reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .nx-panel.is-collapsed {
    min-height: 112px !important;
    opacity: 0.66 !important;
  }

  .nx-panel.is-collapsed .nx-panel-inner {
    min-height: 112px !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .nx-panel.is-collapsed .nx-panel-closed {
    opacity: 0.42 !important;
    transform: translateY(0) !important;
  }

  .nx-panel.is-collapsed .nx-panel-title,
  .nx-panel.is-collapsed .nx-panel-text {
    display: none !important;
  }

  .nx-panel::before {
    left: 20px !important;
    bottom: -4px !important;
    font-size: clamp(96px, 30vw, 150px) !important;
    color: rgba(38, 35, 31, 0.045) !important;
  }

  .nx-panel.is-open::before {
    color: rgba(38, 35, 31, 0.075) !important;
  }

  .nx-eyebrow {
    font-size: 9.5px !important;
  }

  .nx-eyebrow::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    margin-right: 8px;
    transform: translateY(-3px);
    background: var(--nx-bronze);
    opacity: 0.7;
  }

  .nx-panel-title {
    max-width: 390px !important;
    font-size: clamp(31px, 8.6vw, 38px) !important;
    line-height: 1.13 !important;
  }

  .nx-panel-text {
    max-width: 320px !important;
    font-size: 12.5px !important;
    line-height: 1.7 !important;
  }

  .nx-panel-links a {
    font-size: 12.5px !important;
  }

  .nx-cta {
    font-size: 10.5px !important;
  }
}

@media (max-width: 390px) {
  .nx-panel-title {
    font-size: clamp(30px, 8.3vw, 36px) !important;
    line-height: 1.14 !important;
  }
}


/* =========================================================
   03. MARQUEE
   ========================================================= */

.nx-marquee {
  width: 100%;
  height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--nx-stone);
  border-top: 1px solid rgba(217, 209, 196, 0.65);
  border-bottom: 1px solid rgba(217, 209, 196, 0.65);
}

.nx-marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: nx-marquee-scroll 52s linear infinite;
  will-change: transform;
}

.nx-marquee-text {
  flex: 0 0 auto;
  padding-right: 72px;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;

  color: var(--nx-taupe) !important;
}

@keyframes nx-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


/* =========================================================
   04. SAFE FULL WIDTH FIX
   ========================================================= */

body.home .nx-home-fullwidth {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .nx-home-fullwidth > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .nx-home-fullwidth .elementor-widget-html,
body.home .nx-home-fullwidth .elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.home .nx-home-fullwidth .nx-gateway,
body.home .nx-home-fullwidth .nx-marquee {
  width: 100% !important;
  max-width: 100% !important;
}


/* =========================================================
   05. INTRO ANIMATION
   ========================================================= */

.nx-intro {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #14120F;
  overflow: hidden;
  animation: nxVeilUp 1.3s cubic-bezier(0.76, 0, 0.24, 1) 2.9s forwards;
}

.nx-intro-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nx-intro-logo svg {
  width: 120px;
  height: auto;
  color: var(--nx-ivory);
  display: block;
  clip-path: inset(0 0 100% 0);
  animation: nxLogoWipe 1.3s cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}

.nx-intro-count {
  position: absolute;
  bottom: 46px;
  right: 50px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
  color: rgba(248, 246, 241, 0.85);
  font-variant-numeric: tabular-nums;
}

.nx-intro-label {
  position: absolute;
  bottom: 56px;
  left: 50px;
  font-size: 8px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(248, 246, 241, 0.28);
}

.nx-intro-prog {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--nx-bronze);
  width: 0;
  animation: nxProgFill 2.4s cubic-bezier(0.65, 0, 0.35, 1) 0.3s forwards;
}

.nx-intro-hair {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0.5px;
  background: var(--nx-bronze);
  transform: translate(-50%, 52px);
  animation: nxHairIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1.6s forwards;
}

.nx-intro-corner {
  position: absolute;
  font-size: 8px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(248, 246, 241, 0);
  animation: nxCornerIn 0.9s ease 1.4s forwards;
}

.nx-i-tl { top: 34px; left: 38px; }
.nx-i-tr { top: 34px; right: 38px; }
.nx-i-bl { bottom: 34px; left: 38px; }
.nx-i-br { bottom: 34px; right: 38px; }

@keyframes nxLogoWipe {
  from { clip-path: inset(0 0 100% 0); }
  to   { clip-path: inset(0 0 0% 0); }
}

@keyframes nxProgFill {
  to { width: 100%; }
}

@keyframes nxHairIn {
  from { width: 0; }
  to   { width: 60px; }
}

@keyframes nxCornerIn {
  to { color: rgba(248, 246, 241, 0.3); }
}

@keyframes nxVeilUp {
  to {
    transform: translateY(-100%);
    visibility: hidden;
  }
}

body.home .nx-gateway {
  animation: nxSiteIn 1.4s cubic-bezier(0.22, 1, 0.36, 1) 2.9s backwards;
}

@keyframes nxSiteIn {
  from {
    transform: scale(1.04);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Header intro fade-in only.
   Does not affect gateway/panel/marquee motion. */

body.home [data-elementor-type="header"],
body.home .elementor-location-header,
body.home .ct-header,
body.home header.site-header {
  opacity: 0;
  visibility: visible !important;
  pointer-events: none;
  overflow: visible !important;
  z-index: 999999 !important;
  animation: nxHeaderIn 0.6s ease 4.2s forwards;
}

@keyframes nxHeaderIn {
  to {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* Home header wrappers must not clip dropdown */
body.home .elementor-location-header,
body.home .elementor-location-header .elementor,
body.home .elementor-location-header .elementor-section,
body.home .elementor-location-header .elementor-container,
body.home .elementor-location-header .e-con,
body.home .elementor-location-header .e-con-inner,
body.home .elementor-location-header .elementor-widget,
body.home .elementor-location-header .elementor-widget-container {
  overflow: visible !important;
}

/* Header always above homepage visual layers */
body.home .nx-header,
body.home .nx-header-left,
body.home .nx-header-nav,
body.home .nx-nav-group {
  overflow: visible !important;
  z-index: 999999 !important;
}

body.home .nx-nav-dropdown {
  z-index: 1000001 !important;
}

@media (max-width: 767px) {
  .nx-intro-logo svg { width: 88px; }
  .nx-intro-count { font-size: 46px; bottom: 34px; right: 30px; }
  .nx-intro-label { bottom: 42px; left: 30px; }
  .nx-intro-hair { transform: translate(-50%, 40px); }
  .nx-intro-corner { font-size: 7px; }
}


/* =========================================================
   06. STUDIO PAGE
   ========================================================= */

.nx-studio-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--nx-ivory);
  color: var(--nx-umber);
  overflow: hidden;
}

.nx-studio-page,
.nx-studio-page * {
  box-sizing: border-box;
}

.nx-studio-page a {
  color: inherit;
  text-decoration: none !important;
}

.nx-studio-page .elementor-section,
.nx-studio-page .e-con,
.nx-studio-page .elementor-widget,
.nx-studio-page .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nx-studio-page p:last-child {
  margin-bottom: 0 !important;
}

.nx-studio-page > .e-con,
.nx-studio-page > .elementor-element,
.nx-breadcrumb-wrap,
.nx-studio-hero,
.nx-studio-visual-band,
.nx-studio-collection-row,
.nx-studio-acoustic-row,
.nx-studio-atelier-row,
.nx-studio-production-row,
.nx-studio-closing,
.nx-studio-footer-band {
  width: 100% !important;
  max-width: 100% !important;
}

/* Studio breadcrumb is handled by 00A. GLOBAL BREADCRUMB SYSTEM. */

/* Studio typography */
.nx-row-title,
.nx-row-title .elementor-heading-title,
.nx-split-title,
.nx-split-title .elementor-heading-title,
.nx-closing-title,
.nx-closing-title .elementor-heading-title {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 300 !important;
  color: var(--nx-umber) !important;
  margin: 0 !important;
}

.nx-row-text,
.nx-row-text p,
.nx-row-text .elementor-widget-container,
.nx-split-text,
.nx-split-text p,
.nx-split-text .elementor-widget-container {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
  letter-spacing: 0.01em !important;
  color: var(--nx-taupe) !important;
}

/* Studio hero */
.nx-studio-hero {
  min-height: 390px !important;
  background: var(--nx-ivory);
  padding: 72px var(--nx-pad-x) 68px;
  border-bottom: 0.5px solid var(--nx-sand);
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.nx-hero-title,
.nx-hero-title .elementor-heading-title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(56px, 7vw, 104px) !important;
  font-weight: 300 !important;
  line-height: 0.88 !important;
  letter-spacing: -0.045em !important;
  color: var(--nx-umber) !important;
  max-width: 760px !important;
  margin: 0 !important;
}

.nx-hero-text,
.nx-hero-text p,
.nx-hero-text .elementor-widget-container {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
  letter-spacing: 0.01em !important;
  color: var(--nx-taupe) !important;
  max-width: 600px !important;
  margin: 28px 0 0 !important;
}

.nx-studio-hero::after {
  content: "SCROLL";
  position: absolute;
  right: var(--nx-pad-x);
  bottom: 64px;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--nx-taupe);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.nx-studio-hero::before {
  content: "";
  position: absolute;
  right: calc(var(--nx-pad-x) + 16px);
  bottom: 140px;
  width: 1px;
  height: 54px;
  background: var(--nx-bronze);
  opacity: 0.72;
}

/* Visual band */
.nx-studio-visual-band {
  min-height: 360px !important;
  aspect-ratio: 16 / 4.8;
  background: var(--nx-stone);
  border-bottom: 0.5px solid var(--nx-sand);
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}

.nx-studio-visual-band img,
.nx-studio-visual-band .elementor-widget-image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.nx-studio-visual-band::after {
  content: "Collection — editorial furniture image";
  position: relative;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nx-taupe);
}

/* Collection row */
.nx-studio-collection-row {
  min-height: 235px !important;
  background: var(--nx-ivory);
  border-bottom: 0.5px solid var(--nx-sand);
  padding: 58px var(--nx-pad-x) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  align-items: center;
  gap: 56px;
}

.nx-studio-collection-row .nx-row-copy {
  width: 100% !important;
  max-width: 760px !important;
  justify-self: start;
}

.nx-studio-collection-row .nx-row-action {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.nx-row-title,
.nx-row-title .elementor-heading-title {
  font-size: clamp(36px, 4.2vw, 58px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
}

.nx-row-text,
.nx-row-text p,
.nx-row-text .elementor-widget-container {
  margin: 16px 0 0 !important;
  max-width: 640px !important;
}

/* CTA links */
.nx-link-cta,
.nx-link-cta a,
.nx-link-cta .elementor-heading-title,
.nx-link-cta .elementor-widget-container {
  font-family: "Inter", sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--nx-umber) !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.nx-link-cta a,
.nx-link-cta .elementor-heading-title {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 0 !important;
  border: none !important;
  text-decoration: none !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nx-link-cta a::before,
.nx-link-cta .elementor-heading-title::before {
  content: "";
  width: 30px;
  height: 0.5px;
  background: var(--nx-bronze);
  display: inline-block;
  opacity: 0.82;
  transition: width 0.25s ease, opacity 0.25s ease;
}

.nx-link-cta a::after,
.nx-link-cta .elementor-heading-title::after {
  display: none !important;
  content: none !important;
}

.nx-link-cta a:hover,
.nx-link-cta .elementor-heading-title:hover {
  color: var(--nx-bronze) !important;
  transform: translateX(3px);
}

.nx-link-cta a:hover::before,
.nx-link-cta .elementor-heading-title:hover::before {
  width: 42px;
  opacity: 1;
}

/* Split rows */
.nx-studio-acoustic-row,
.nx-studio-atelier-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: 460px !important;
  background: var(--nx-ivory);
  border-bottom: 0.5px solid var(--nx-sand);
  padding: 0 !important;
  gap: 0 !important;
  overflow: hidden !important;
}

.nx-studio-acoustic-row > *,
.nx-studio-atelier-row > * {
  min-width: 0 !important;
  width: 100% !important;
}

.nx-split-copy {
  min-height: 460px !important;
  padding: 76px var(--nx-pad-x) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  background: var(--nx-ivory) !important;
}

.nx-split-title,
.nx-split-title .elementor-heading-title {
  font-size: clamp(40px, 4.6vw, 66px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
  max-width: 440px !important;
}

.nx-split-text,
.nx-split-text p,
.nx-split-text .elementor-widget-container {
  max-width: 440px !important;
  margin: 18px 0 30px !important;
}

.nx-split-visual {
  min-height: 460px !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4 / 3;
  background: var(--nx-stone) !important;
  position: relative !important;
  display: block !important;
  align-self: stretch !important;
  overflow: hidden !important;
}

.nx-split-visual img,
.nx-split-visual .elementor-widget-image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.nx-split-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 34px;
  border: 0.5px solid rgba(176, 138, 90, 0.34);
  pointer-events: none;
}

.nx-split-visual::after {
  position: absolute;
  z-index: 3;
  left: 50px;
  bottom: 46px;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nx-taupe);
}

.nx-acoustic-visual::after {
  content: "Acoustic systems — material study";
}

.nx-atelier-visual::after {
  content: "Atelier Privé — bespoke commission";
}

.nx-studio-acoustic-row .nx-split-copy {
  grid-column: 1;
}

.nx-studio-acoustic-row .nx-split-visual {
  grid-column: 2;
}

.nx-studio-atelier-row .nx-split-visual {
  grid-column: 1;
  grid-row: 1;
}

.nx-studio-atelier-row .nx-split-copy {
  grid-column: 2;
  grid-row: 1;
}

/* Production row */
.nx-studio-production-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: 360px !important;
  background: var(--nx-stone) !important;
  border-bottom: 0.5px solid var(--nx-sand);
  padding: 0 !important;
  gap: 0 !important;
  overflow: hidden !important;
}

.nx-studio-production-row .nx-row-copy {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 360px !important;
  padding: 76px var(--nx-pad-x) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.nx-studio-production-row .nx-row-action {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 360px !important;
  padding: 76px var(--nx-pad-x) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.nx-studio-production-row .nx-row-title,
.nx-studio-production-row .nx-row-title .elementor-heading-title {
  font-size: clamp(34px, 3.8vw, 54px) !important;
  max-width: 420px !important;
}

.nx-studio-production-row .nx-row-text,
.nx-studio-production-row .nx-row-text p,
.nx-studio-production-row .nx-row-text .elementor-widget-container {
  max-width: 380px !important;
}

/* Closing */
.nx-studio-closing {
  min-height: 350px !important;
  background: var(--nx-ivory);
  border-bottom: 0.5px solid var(--nx-sand);
  padding: 88px var(--nx-pad-x) !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nx-closing-title,
.nx-closing-title .elementor-heading-title {
  font-size: clamp(50px, 5.2vw, 82px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.04em !important;
  max-width: 1040px !important;
  margin: 0 0 36px !important;
}

.nx-studio-closing .nx-link-cta {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

/* Footer */
.nx-studio-footer-band {
  min-height: 138px !important;
  background: var(--nx-footer);
  color: var(--nx-ivory);
  padding: 0 var(--nx-pad-x) !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  column-gap: 56px !important;
  border-bottom: none !important;
}

.nx-footer-logo {
  grid-column: 1 !important;
  justify-self: start !important;
  align-self: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.nx-footer-logo,
.nx-footer-logo .elementor-heading-title,
.nx-footer-logo .elementor-widget-container {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  line-height: 1 !important;
  color: var(--nx-ivory) !important;
  margin: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.nx-footer-logo img,
.nx-footer-logo svg,
.nx-footer-logo .elementor-widget-image img,
.nx-footer-logo .elementor-image img,
.nx-footer-logo .elementor-widget-container img {
  height: 17px !important;
  max-height: 26px !important;
  width: auto !important;
  max-width: none !important;
  display: block !important;
  object-fit: contain !important;
}

.nx-footer-logo .elementor-widget-container,
.nx-footer-logo .elementor-image,
.nx-footer-logo .elementor-widget-image {
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
}

.nx-footer-meta {
  grid-column: 2 !important;
  justify-self: end !important;
  align-self: center !important;
}

.nx-footer-meta,
.nx-footer-meta p,
.nx-footer-meta .elementor-heading-title,
.nx-footer-meta .elementor-widget-container {
  font-family: "Inter", sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.28em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
  color: rgba(248, 246, 241, 0.82) !important;
  margin: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

/* Studio tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --nx-pad-x: 42px;
  }

  .nx-studio-hero {
    min-height: 360px !important;
    padding: 64px var(--nx-pad-x) 58px !important;
  }

  .nx-studio-hero::after,
  .nx-studio-hero::before {
    display: none;
  }

  .nx-hero-title,
  .nx-hero-title .elementor-heading-title {
    font-size: clamp(62px, 9vw, 86px) !important;
    max-width: 720px !important;
  }

  .nx-hero-text,
  .nx-hero-text p,
  .nx-hero-text .elementor-widget-container {
    max-width: 560px !important;
  }

  .nx-studio-visual-band {
    min-height: auto !important;
    aspect-ratio: 16 / 6.2;
  }

  .nx-studio-collection-row {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 220px !important;
    padding: 54px var(--nx-pad-x) !important;
    gap: 36px;
  }

  .nx-row-title,
  .nx-row-title .elementor-heading-title {
    font-size: clamp(40px, 6vw, 56px) !important;
  }

  .nx-studio-acoustic-row,
  .nx-studio-atelier-row,
  .nx-studio-production-row {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .nx-studio-acoustic-row .nx-split-copy,
  .nx-studio-atelier-row .nx-split-copy,
  .nx-studio-production-row .nx-row-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: auto !important;
    padding: 64px var(--nx-pad-x) 58px !important;
  }

  .nx-studio-acoustic-row .nx-split-visual,
  .nx-studio-atelier-row .nx-split-visual {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: auto !important;
    height: auto !important;
    aspect-ratio: 16 / 7.2;
  }

  .nx-studio-production-row .nx-row-action {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: auto !important;
    padding: 0 var(--nx-pad-x) 64px !important;
    justify-content: flex-start !important;
  }

  .nx-split-title,
  .nx-split-title .elementor-heading-title {
    font-size: clamp(48px, 7vw, 68px) !important;
    max-width: 620px !important;
  }

  .nx-split-text,
  .nx-split-text p,
  .nx-split-text .elementor-widget-container {
    max-width: 560px !important;
  }

  .nx-split-visual::before {
    inset: 30px;
  }

  .nx-split-visual::after {
    left: 44px;
    bottom: 40px;
  }

  .nx-studio-closing {
    min-height: 320px !important;
    padding: 82px var(--nx-pad-x) !important;
  }

  .nx-closing-title,
  .nx-closing-title .elementor-heading-title {
    font-size: clamp(52px, 7vw, 76px) !important;
    max-width: 850px !important;
  }

  .nx-studio-footer-band {
    min-height: 124px !important;
    padding: 0 var(--nx-pad-x) !important;
    grid-template-columns: auto 1fr !important;
    column-gap: 36px !important;
  }

  .nx-footer-logo,
  .nx-footer-logo .elementor-heading-title,
  .nx-footer-logo .elementor-widget-container {
    font-size: 21px !important;
    letter-spacing: 0.12em !important;
  }

  .nx-footer-logo img,
  .nx-footer-logo svg,
  .nx-footer-logo .elementor-widget-image img,
  .nx-footer-logo .elementor-image img,
  .nx-footer-logo .elementor-widget-container img {
    height: 23px !important;
    max-height: 23px !important;
  }

  .nx-footer-meta,
  .nx-footer-meta p,
  .nx-footer-meta .elementor-heading-title,
  .nx-footer-meta .elementor-widget-container {
    font-size: 8px !important;
    letter-spacing: 0.22em !important;
    line-height: 1.35 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }
}

/* Studio mobile */
@media (max-width: 767px) {
  :root {
    --nx-pad-x: 24px;
    --nx-pad-m: 24px;
  }

  .nx-studio-hero {
    min-height: auto !important;
    padding: 56px var(--nx-pad-m) 52px !important;
  }

  .nx-studio-hero::after,
  .nx-studio-hero::before {
    display: none;
  }

  .nx-eyebrow {
    font-size: 8px !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 20px !important;
  }

  .nx-hero-title,
  .nx-hero-title .elementor-heading-title {
    font-size: clamp(50px, 15.5vw, 68px) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.048em !important;
    max-width: 100% !important;
  }

  .nx-hero-text,
  .nx-hero-text p,
  .nx-hero-text .elementor-widget-container {
    font-size: 13px !important;
    line-height: 1.72 !important;
    margin-top: 24px !important;
    max-width: 100% !important;
  }

  .nx-studio-visual-band {
    min-height: auto !important;
    aspect-ratio: 4 / 3.05;
  }

  .nx-studio-visual-band::after {
    font-size: 7.5px;
    letter-spacing: 0.15em;
    max-width: 230px;
    text-align: center;
    line-height: 1.65;
    padding: 0 20px;
  }

  .nx-studio-collection-row,
  .nx-studio-production-row {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .nx-studio-collection-row .nx-row-copy,
  .nx-studio-production-row .nx-row-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    padding: 50px var(--nx-pad-m) 28px !important;
  }

  .nx-studio-collection-row .nx-row-action,
  .nx-studio-production-row .nx-row-action {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    padding: 0 var(--nx-pad-m) 52px !important;
    justify-content: flex-start !important;
  }

  .nx-row-title,
  .nx-row-title .elementor-heading-title {
    font-size: clamp(40px, 12vw, 54px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
  }

  .nx-row-text,
  .nx-row-text p,
  .nx-row-text .elementor-widget-container {
    font-size: 13px !important;
    line-height: 1.72 !important;
    max-width: 100% !important;
  }

  .nx-link-cta,
  .nx-link-cta a,
  .nx-link-cta .elementor-heading-title,
  .nx-link-cta .elementor-widget-container {
    font-size: 8px !important;
    letter-spacing: 0.18em !important;
  }

  .nx-link-cta a::before,
  .nx-link-cta .elementor-heading-title::before {
    width: 24px;
  }

  .nx-link-cta a:hover::before,
  .nx-link-cta .elementor-heading-title:hover::before {
    width: 32px;
  }

  .nx-studio-acoustic-row,
  .nx-studio-atelier-row {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .nx-studio-acoustic-row .nx-split-copy,
  .nx-studio-atelier-row .nx-split-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: auto !important;
    padding: 50px var(--nx-pad-m) 46px !important;
  }

  .nx-studio-acoustic-row .nx-split-visual,
  .nx-studio-atelier-row .nx-split-visual {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: auto !important;
    height: auto !important;
    aspect-ratio: 4 / 3.35;
  }

  .nx-split-title,
  .nx-split-title .elementor-heading-title {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
  }

  .nx-split-text,
  .nx-split-text p,
  .nx-split-text .elementor-widget-container {
    font-size: 13px !important;
    line-height: 1.72 !important;
    margin: 18px 0 28px !important;
    max-width: 100% !important;
  }

  .nx-split-visual::before {
    inset: 22px;
  }

  .nx-split-visual::after {
    left: 34px;
    bottom: 32px;
    max-width: calc(100% - 68px);
    line-height: 1.6;
    font-size: 7.2px;
    letter-spacing: 0.15em;
  }

  .nx-studio-production-row {
    background: var(--nx-stone) !important;
  }

  .nx-studio-closing {
    min-height: auto !important;
    padding: 68px var(--nx-pad-m) 64px !important;
    text-align: center !important;
  }

  .nx-closing-title,
  .nx-closing-title .elementor-heading-title {
    font-size: clamp(40px, 12vw, 56px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.045em !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 32px !important;
  }

  .nx-studio-closing .nx-link-cta {
    justify-content: center !important;
  }

  .nx-studio-closing .nx-link-cta a,
  .nx-studio-closing .nx-link-cta .elementor-heading-title {
    justify-content: center !important;
  }

  .nx-studio-footer-band {
    min-height: 96px !important;
    padding: 0 22px !important;
    background: var(--nx-footer) !important;
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    column-gap: 18px !important;
    text-align: left !important;
    border-bottom: none !important;
  }

  .nx-footer-logo {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .nx-footer-logo,
  .nx-footer-logo .elementor-heading-title,
  .nx-footer-logo .elementor-widget-container {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    color: var(--nx-ivory) !important;
    text-align: left !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }

  .nx-footer-logo img,
  .nx-footer-logo svg,
  .nx-footer-logo .elementor-widget-image img,
  .nx-footer-logo .elementor-image img,
  .nx-footer-logo .elementor-widget-container img {
    height: 16px !important;
    max-height: 14px !important;
    width: auto !important;
    max-width: none !important;
    display: block !important;
    object-fit: contain !important;
  }

  .nx-footer-meta {
    grid-column: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .nx-footer-meta,
  .nx-footer-meta p,
  .nx-footer-meta .elementor-heading-title,
  .nx-footer-meta .elementor-widget-container {
    font-size: 6.4px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
    color: rgba(248, 246, 241, 0.78) !important;
    text-align: right !important;
    white-space: nowrap !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 390px) {
  :root {
    --nx-pad-m: 20px;
  }

  .nx-hero-title,
  .nx-hero-title .elementor-heading-title {
    font-size: clamp(46px, 15vw, 58px) !important;
  }

  .nx-row-title,
  .nx-row-title .elementor-heading-title,
  .nx-split-title,
  .nx-split-title .elementor-heading-title {
    font-size: clamp(38px, 12vw, 50px) !important;
  }

  .nx-closing-title,
  .nx-closing-title .elementor-heading-title {
    font-size: clamp(38px, 12vw, 52px) !important;
    max-width: 290px !important;
  }

  .nx-studio-visual-band {
    aspect-ratio: 4 / 3.4;
  }

  .nx-split-visual {
    aspect-ratio: 4 / 3.7;
  }

  .nx-studio-footer-band {
    min-height: 92px !important;
    padding: 0 18px !important;
    column-gap: 14px !important;
  }

  .nx-footer-logo,
  .nx-footer-logo .elementor-heading-title,
  .nx-footer-logo .elementor-widget-container {
    font-size: 12px !important;
    letter-spacing: 0.105em !important;
  }

  .nx-footer-logo img,
  .nx-footer-logo svg,
  .nx-footer-logo .elementor-widget-image img,
  .nx-footer-logo .elementor-image img,
  .nx-footer-logo .elementor-widget-container img {
    height: 12px !important;
    max-height: 15px !important;
  }

  .nx-footer-meta,
  .nx-footer-meta p,
  .nx-footer-meta .elementor-heading-title,
  .nx-footer-meta .elementor-widget-container {
    font-size: 5.8px !important;
    letter-spacing: 0.105em !important;
  }
}


/* =========================================================
   07. MOBILE HAMBURGER POPUP
   Current HTML classes:
   nx-mobile-panel
   nx-mobile-panel-inner
   nx-mobile-panel-head
   nx-mobile-logo
   nx-mobile-close
   nx-mobile-panel-body
   nx-mobile-world
   nx-mobile-world-title
   nx-mobile-subnav
   nx-mobile-basic
   nx-mobile-panel-foot
   nx-mobile-foot-top
   nx-mobile-enquire
   nx-mobile-lang
   nx-mobile-social
   ========================================================= */

.elementor-popup-modal,
.elementor-popup-modal .dialog-widget-content {
  background: rgba(20, 18, 15, 0.96) !important;
}

.elementor-popup-modal .dialog-widget-content {
  width: 100vw !important;
  height: 100dvh !important;
  max-width: 100vw !important;
  max-height: 100dvh !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.elementor-popup-modal .dialog-message {
  width: 100vw !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.elementor-popup-modal .dialog-close-button {
  display: none !important;
}

.elementor-popup-modal .elementor,
.elementor-popup-modal .elementor-section,
.elementor-popup-modal .elementor-container,
.elementor-popup-modal .elementor-widget,
.elementor-popup-modal .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.nx-mobile-panel {
  width: 100vw !important;
  height: 100dvh !important;
  background: #14120F !important;
  color: var(--nx-ivory) !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.nx-mobile-panel-inner {
  width: 100% !important;
  height: 100% !important;
  background: #14120F !important;
  border-radius: 26px !important;
  padding:
    calc(24px + env(safe-area-inset-top))
    24px
    calc(24px + env(safe-area-inset-bottom)) !important;

  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  row-gap: 22px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.nx-mobile-panel-head {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  column-gap: 20px !important;
  padding-bottom: 18px !important;
  border-bottom: 0.5px solid rgba(248, 246, 241, 0.10) !important;
}

.nx-mobile-logo {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 126px !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.nx-mobile-logo img {
  display: block !important;
  width: auto !important;
  max-width: 126px !important;
  max-height: 12px !important;
  height: auto !important;
  object-fit: contain !important;
}

.nx-mobile-close {
  appearance: none !important;
  border: none !important;
  background: transparent !important;
  color: rgba(248, 246, 241, 0.82) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

.nx-mobile-close:hover {
  color: var(--nx-bronze) !important;
}

.nx-mobile-panel-body {
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  padding: 0 0 18px !important;
}

.nx-mobile-panel-body::-webkit-scrollbar {
  display: none !important;
}

.nx-mobile-world {
  border-bottom: 0.5px solid rgba(248, 246, 241, 0.10) !important;
  padding: 16px 0 15px !important;
}

.nx-mobile-world-title {
  display: flex !important;
  align-items: baseline !important;
  gap: 9px !important;
  margin-bottom: 12px !important;
}

.nx-mobile-world-title span {
  font-family: "Inter", sans-serif !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  letter-spacing: 0.20em !important;
  line-height: 1 !important;
  color: rgba(176, 138, 90, 0.82) !important;
}

.nx-mobile-world-title a,
.nx-mobile-world-title strong {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  color: var(--nx-ivory) !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
  transition: color 0.22s ease;
}

.nx-mobile-world-title a:hover {
  color: var(--nx-bronze) !important;
}

.nx-mobile-subnav {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.nx-mobile-subnav a {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;

  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;

  color: rgba(248, 246, 241, 0.56) !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;

  transition: color 0.22s ease, transform 0.22s ease !important;
}

.nx-mobile-subnav a::before {
  content: "";
  display: inline-block !important;
  width: 12px !important;
  height: 0.5px !important;
  background: rgba(176, 138, 90, 0.62) !important;
  margin-right: 10px !important;
  transform: translateY(0.5px) !important;
}

.nx-mobile-subnav a:hover {
  color: var(--nx-ivory) !important;
  transform: translateX(2px) !important;
}

.nx-mobile-basic {
  padding: 16px 0 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 11px !important;
}

.nx-mobile-basic a {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: rgba(248, 246, 241, 0.82) !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.nx-mobile-basic a:hover {
  color: var(--nx-bronze) !important;
}

.nx-mobile-panel-foot {
  border-top: 0.5px solid rgba(248, 246, 241, 0.10) !important;
  padding-top: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.nx-mobile-foot-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.nx-mobile-enquire {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: var(--nx-bronze) !important;
  color: #14120F !important;

  padding: 11px 20px !important;
  min-width: 82px !important;

  font-family: "Inter", sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;

  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.nx-mobile-enquire:hover {
  background: var(--nx-ivory) !important;
  color: #14120F !important;
}

.nx-mobile-lang {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;

  font-family: "Inter", sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;

  color: rgba(248, 246, 241, 0.45) !important;
}

.nx-mobile-lang a,
.nx-mobile-lang span {
  color: rgba(248, 246, 241, 0.45) !important;
  text-decoration: none !important;
}

.nx-mobile-lang a:hover {
  color: var(--nx-bronze) !important;
}

.nx-mobile-social {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.nx-mobile-social a {
  font-family: "Inter", sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;

  color: rgba(248, 246, 241, 0.50) !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.nx-mobile-social a:hover {
  color: var(--nx-bronze) !important;
}

.nx-mobile-panel a:focus,
.nx-mobile-panel a:focus-visible,
.nx-mobile-panel button:focus,
.nx-mobile-panel button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nx-mobile-panel {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px !important;
  }

  .nx-mobile-panel-inner {
    max-width: 430px !important;
    border-radius: 28px !important;
    padding:
      calc(28px + env(safe-area-inset-top))
      30px
      calc(30px + env(safe-area-inset-bottom)) !important;
  }

  .nx-mobile-world-title a,
  .nx-mobile-world-title strong {
    font-size: 26px !important;
  }
}

@media (max-width: 390px) {
  .nx-mobile-panel {
    padding: 8px !important;
  }

  .nx-mobile-panel-inner {
    border-radius: 24px !important;
    padding:
      calc(22px + env(safe-area-inset-top))
      24px
      calc(24px + env(safe-area-inset-bottom)) !important;
    row-gap: 20px !important;
  }

  .nx-mobile-logo {
    max-width: 112px !important;
  }

  .nx-mobile-logo img {
    max-width: 112px !important;
    max-height: 11px !important;
  }

  .nx-mobile-world {
    padding: 15px 0 13px !important;
  }

  .nx-mobile-world-title a,
  .nx-mobile-world-title strong {
    font-size: 23px !important;
  }

  .nx-mobile-subnav a {
    font-size: 11.5px !important;
  }

  .nx-mobile-basic a {
    font-size: 12.5px !important;
  }

  .nx-mobile-enquire {
    padding: 10px 18px !important;
  }
}


/* =========================================================
   08. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nx-marquee-track {
    animation: none !important;
  }

  .nx-panel,
  .nx-panel-closed,
  .nx-panel-reveal,
  .nx-cta,
  .nx-nav-dropdown,
  .nx-mobile-panel,
  .nx-mobile-panel * {
    transition: none !important;
  }
}

/* =========================================================
   NEXART COLLECTION PAGE — FINAL CONSOLIDATED CSS
   Breadcrumb + Hero + Filter Bar + WooCommerce Loop Grid
   Desktop 3 columns / Tablet 2 / Mobile 1
   Hero title remains two lines on every device
   ========================================================= */


/* =========================================================
   00. PAGE SHELL
   ========================================================= */

.nx-collection-page {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: var(--nx-ivory) !important;
  color: var(--nx-umber) !important;

  overflow: visible !important;
  overflow-x: clip !important;
  overflow-y: visible !important;

  box-sizing: border-box !important;
}

.nx-collection-page,
.nx-collection-page * {
  box-sizing: border-box !important;
}

.nx-collection-page a {
  color: inherit !important;
  text-decoration: none !important;
}

.nx-collection-page .elementor-widget,
.nx-collection-page .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* =========================================================
   01. COLLECTION BREADCRUMB
   Handled by 00A. GLOBAL BREADCRUMB SYSTEM.
   ========================================================= */

/* =========================================================
   02. COLLECTION HERO
   ========================================================= */

.nx-collection-page .nx-collection-hero {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 270px !important;

  margin: 0 !important;
  padding: 78px 44px 68px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;

  background: var(--nx-ivory) !important;
  border-bottom: 0.5px solid var(--nx-sand) !important;
}

.nx-collection-page .nx-collection-hero .elementor-widget,
.nx-collection-page .nx-collection-hero .elementor-widget-container,
.nx-collection-page .nx-collection-hero .elementor-heading-title,
.nx-collection-page .nx-collection-hero p {
  margin: 0 !important;
  padding: 0 !important;
}


/* Hero eyebrow */

.nx-collection-page .nx-collection-eyebrow,
.nx-collection-page .nx-collection-eyebrow .elementor-heading-title,
.nx-collection-page .nx-collection-eyebrow .elementor-widget-container {
  width: 100% !important;

  margin: 0 0 22px !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;

  text-align: center !important;
  color: var(--nx-bronze) !important;
}


/* Hero title */

.nx-collection-page .nx-collection-title,
.nx-collection-page .nx-collection-title .elementor-widget-container,
.nx-collection-page .nx-collection-title p,
.nx-collection-page .nx-collection-title .elementor-heading-title {
  width: 100% !important;
  max-width: 760px !important;

  margin: 0 auto !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(44px, 5vw, 60px) !important;
  font-weight: 300 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;

  text-align: center !important;
  color: var(--nx-umber) !important;
}

.nx-collection-page .nx-collection-title em,
.nx-collection-page .nx-collection-title i {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  color: var(--nx-bronze) !important;
}

/* Hero divider */

.nx-collection-page .nx-collection-divider {
  width: 40px !important;
  height: 0.5px !important;

  margin: 28px auto 24px !important;

  background: var(--nx-bronze) !important;
  opacity: 0.75 !important;
}


/* Hero note */

.nx-collection-page .nx-collection-note,
.nx-collection-page .nx-collection-note .elementor-heading-title,
.nx-collection-page .nx-collection-note .elementor-widget-container {
  width: 100% !important;

  margin: 0 !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;

  text-align: center !important;
  color: var(--nx-taupe) !important;
}


/* =========================================================
   03. FILTER BAR — BASE / DESKTOP
   ========================================================= */

.nx-collection-page .nx-collection-filterbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 8500 !important;

  width: 100% !important;
  max-width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;

  margin: 0 !important;
  padding: 0 44px !important;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 32px !important;

  background: var(--nx-porcelain) !important;
  border-bottom: 0.5px solid var(--nx-sand) !important;

  overflow: visible !important;
}

.nx-collection-page .nx-collection-filterbar > .e-con-inner,
.nx-collection-page .nx-collection-filterbar > .e-con,
.nx-collection-page .nx-collection-filterbar >
.elementor-element:not(.nx-filter-left):not(.nx-filter-right) {
  display: contents !important;
}

.nx-collection-page .nx-collection-filterbar .elementor-widget,
.nx-collection-page .nx-collection-filterbar .elementor-widget-container,
.nx-collection-page .nx-collection-filterbar .elementor-heading-title {
  width: auto !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 1 !important;
}


/* Filter left */

.nx-collection-page .nx-collection-filterbar .nx-filter-left {
  flex: 1 1 auto !important;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 54px !important;

  gap: clamp(18px, 2vw, 30px) !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
}


/* Filter right */

.nx-collection-page .nx-collection-filterbar .nx-filter-right {
  flex: 0 0 auto !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;

  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;

  margin: 0 0 0 auto !important;
  padding: 0 !important;
}


/* Filter typography */

.nx-collection-page .nx-filter-link,
.nx-collection-page .nx-filter-link a,
.nx-collection-page .nx-filter-link .elementor-heading-title,
.nx-collection-page .nx-filter-link .elementor-widget-container,
.nx-collection-page .nx-sort-placeholder,
.nx-collection-page .nx-sort-placeholder .elementor-heading-title,
.nx-collection-page .nx-sort-placeholder .elementor-widget-container {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;

  color: var(--nx-taupe) !important;

  margin: 0 !important;
  padding: 0 !important;

  text-decoration: none !important;
  white-space: nowrap !important;
}


/* Filter links */

.nx-collection-page .nx-filter-link {
  position: relative !important;

  flex: 0 0 auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  height: 54px !important;

  cursor: pointer !important;
}

.nx-collection-page .nx-filter-link a,
.nx-collection-page .nx-filter-link .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  height: 54px !important;

  color: var(--nx-taupe) !important;

  transition: color 0.22s ease !important;
}

.nx-collection-page .nx-filter-link:hover,
.nx-collection-page .nx-filter-link:hover a,
.nx-collection-page .nx-filter-link:hover .elementor-heading-title,
.nx-collection-page .nx-filter-link.is-active,
.nx-collection-page .nx-filter-link.is-active a,
.nx-collection-page .nx-filter-link.is-active .elementor-heading-title {
  color: var(--nx-umber) !important;
}

.nx-collection-page .nx-filter-link.is-active::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: 13px;

  width: 100%;
  height: 0.5px;

  background: var(--nx-bronze) !important;
}

.nx-collection-page .nx-filter-link:not(.is-active)::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: 13px;

  width: 0;
  height: 0.5px;

  background: var(--nx-bronze) !important;
  opacity: 0;

  transition:
    width 0.24s ease,
    opacity 0.24s ease;
}

.nx-collection-page .nx-filter-link:not(.is-active):hover::after {
  width: 100%;
  opacity: 0.72;
}

.nx-collection-page .nx-sort-placeholder,
.nx-collection-page .nx-sort-placeholder .elementor-heading-title,
.nx-collection-page .nx-sort-placeholder .elementor-widget-container {
  color: rgba(122, 113, 104, 0.62) !important;
  pointer-events: none !important;
}

/* =========================================================
   04. LOOP GRID WRAPPER
   ========================================================= */

.nx-collection-page .nx-collection-loop-wrap,
.nx-collection-loop-wrap .elementor-widget-loop-grid,
.nx-collection-loop-wrap .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-collection-page .nx-collection-loop-wrap {
  min-height: 240px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  background: var(--nx-ivory) !important;
  border-bottom: 0.5px solid var(--nx-sand) !important;
}

.nx-collection-loop-wrap .elementor-loop-container {
  width: 100% !important;
  max-width: 100% !important;

  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nx-collection-loop-wrap .e-loop-item {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 1025px) {
  .nx-collection-loop-wrap .e-loop-item:nth-child(3n) .nx-product-card {
    border-right: 0 !important;
  }
}


/* =========================================================
   05. PRODUCT CARD
   ========================================================= */

.nx-product-card {
  position: relative !important;
  isolation: isolate !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  background: var(--nx-ivory) !important;
  color: var(--nx-umber) !important;

  border-right: 0.5px solid var(--nx-sand) !important;
  border-bottom: 0.5px solid var(--nx-sand) !important;

  overflow: hidden !important;

  transition: background-color 0.3s ease !important;
}

.nx-product-card:hover {
  background: var(--nx-porcelain) !important;
}

.nx-product-card .elementor-widget,
.nx-product-card .elementor-widget-container,
.nx-product-card .elementor-heading-title,
.nx-product-card p {
  margin: 0 !important;
}


/* Product visual */

.nx-product-visual {
  position: relative !important;

  flex: 0 0 auto !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  aspect-ratio: 4 / 5 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: block !important;

  background: var(--nx-stone) !important;

  overflow: hidden !important;
}

.nx-product-visual::after {
  content: "";
  position: absolute;

  inset: 26px;
  z-index: 3;

  border: 0.5px solid rgba(176, 138, 90, 0.24);

  pointer-events: none;

  transition:
    inset 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s ease;
}

.nx-product-card:hover .nx-product-visual::after {
  inset: 20px;
  border-color: rgba(176, 138, 90, 0.4);
}


/* =========================================================
   PRODUCT IMAGES — FINAL STABLE VERSION
   Desktop: hover/focus swaps to second image
   Tablet + mobile: automatic crossfade
   IMPORTANT: animated opacity must NOT use !important
   ========================================================= */

/* Shared image layers */

.nx-collection-page .nx-product-image,
.nx-collection-page .nx-product-hover-image,
.nx-collection-page .nx-product-image .elementor-widget-container,
.nx-collection-page .nx-product-hover-image .elementor-widget-container,
.nx-collection-page .nx-product-image a,
.nx-collection-page .nx-product-hover-image a {
  position: absolute !important;
  inset: 0 !important;

  display: block !important;

  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
}

/* Prevent Elementor responsive helpers from hiding the second image */

.nx-collection-page .nx-product-hover-image.elementor-hidden-desktop,
.nx-collection-page .nx-product-hover-image.elementor-hidden-tablet,
.nx-collection-page .nx-product-hover-image.elementor-hidden-mobile {
  display: block !important;
}

/* Actual image elements */

.nx-collection-page .nx-product-image img,
.nx-collection-page .nx-product-hover-image img {
  display: block !important;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center center !important;

  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;

  pointer-events: none !important;
}


/* Primary image */

.nx-collection-page .nx-product-image {
  z-index: 1 !important;

  opacity: 1;
  visibility: visible !important;

  pointer-events: none !important;
}

.nx-collection-page .nx-product-image img {
  opacity: 1;
  transform: scale(1);

  transition:
    opacity 0.55s ease,
    transform 0.75s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


/* Secondary image */

.nx-collection-page .nx-product-hover-image {
  z-index: 2 !important;

  opacity: 0;
  visibility: visible !important;

  pointer-events: none !important;

  transition: opacity 0.55s ease !important;
}

.nx-collection-page .nx-product-hover-image img {
  opacity: 1;
  transform: scale(1.025);

  transition:
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


/* Desktop — second image appears only on hover/focus */

@media (min-width: 1025px) {

  .nx-collection-page .nx-product-hover-image,
  .nx-collection-page .nx-product-hover-image img {
    animation: none !important;
  }

  .nx-collection-page .nx-product-card:hover .nx-product-image img,
  .nx-collection-page .nx-product-card:focus-within .nx-product-image img {
    opacity: 0;
    transform: scale(1.02);
  }

  .nx-collection-page .nx-product-card:hover .nx-product-hover-image,
  .nx-collection-page .nx-product-card:focus-within .nx-product-hover-image {
    opacity: 1;
  }

  .nx-collection-page .nx-product-card:hover .nx-product-hover-image img,
  .nx-collection-page .nx-product-card:focus-within .nx-product-hover-image img {
    transform: scale(1);
  }
}


/* Tablet + mobile — automatic crossfade */

@media (max-width: 1024px) {

  .nx-collection-page .nx-product-image {
    opacity: 1;
    visibility: visible !important;
  }

  .nx-collection-page .nx-product-image img {
    opacity: 1;
    transform: scale(1);
  }

  .nx-collection-page .nx-product-hover-image {
    display: block !important;
    visibility: visible !important;

    animation: nxProductCrossfade 8s ease-in-out infinite;
    will-change: opacity;
  }

  .nx-collection-page .nx-product-hover-image img {
    animation: nxProductCrossfadeZoom 8s ease-in-out infinite;
    will-change: transform;
  }
}


/* Crossfade timeline */

@keyframes nxProductCrossfade {
  0%,
  30% {
    opacity: 0;
  }

  42%,
  68% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes nxProductCrossfadeZoom {
  0%,
  30% {
    transform: scale(1.025);
  }

  42%,
  68% {
    transform: scale(1);
  }

  80%,
  100% {
    transform: scale(1.025);
  }
}


/* Card interaction */

.nx-product-card:focus-visible {
  outline: 1px solid var(--nx-bronze) !important;
  outline-offset: -1px !important;
}

.nx-product-card {
  cursor: pointer !important;
  text-decoration: none !important;
}


/* Reduced motion: keep only the primary image */

@media (prefers-reduced-motion: reduce) {
  .nx-collection-page .nx-product-image,
  .nx-collection-page .nx-product-image img,
  .nx-collection-page .nx-product-hover-image,
  .nx-collection-page .nx-product-hover-image img {
    animation: none !important;
    transition: none !important;
  }

  .nx-collection-page .nx-product-image,
  .nx-collection-page .nx-product-image img {
    opacity: 1 !important;
  }

  .nx-collection-page .nx-product-hover-image {
    opacity: 0 !important;
  }
}


/* Product category */

.nx-product-category {
  position: absolute !important;

  top: 18px !important;
  left: 24px !important;
  z-index: 5 !important;

  width: auto !important;
  max-width: calc(100% - 48px) !important;
}

.nx-product-category,
.nx-product-category a,
.nx-product-category .elementor-heading-title,
.nx-product-category .elementor-widget-container {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 7px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;

  color: var(--nx-bronze) !important;
}
/* =========================================================
   PRODUCT DIMENSIONS — FINAL STABLE
   ACF-compatible and visible on every breakpoint
   ========================================================= */

.nx-collection-page .nx-product-dimensions {
  position: absolute !important;
  top: 34px !important;
  right: 34px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 10 !important;

  display: block !important;
  width: auto !important;
  min-width: 1px !important;
  max-width: 160px !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;

  text-align: right !important;
  pointer-events: none !important;
  overflow: visible !important;
}

.nx-collection-page .nx-product-dimensions.elementor-widget,
.nx-collection-page .nx-product-dimensions .elementor-widget-container,
.nx-collection-page .nx-product-dimensions .elementor-heading-title,
.nx-collection-page .nx-product-dimensions p,
.nx-collection-page .nx-product-dimensions span,
.nx-collection-page .nx-product-dimensions div {
  display: block !important;
  width: auto !important;
  min-width: 1px !important;
  max-width: 160px !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 7px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;

  text-align: right !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;

  color: var(--nx-taupe) !important;
}

/* Tablet */

@media (min-width: 768px) and (max-width: 1024px) {
  .nx-collection-page .nx-product-dimensions {
    top: 30px !important;
    right: 30px !important;
    max-width: 145px !important;
  }

  .nx-collection-page .nx-product-dimensions.elementor-widget,
  .nx-collection-page .nx-product-dimensions .elementor-widget-container,
  .nx-collection-page .nx-product-dimensions .elementor-heading-title,
  .nx-collection-page .nx-product-dimensions p,
  .nx-collection-page .nx-product-dimensions span,
  .nx-collection-page .nx-product-dimensions div {
    max-width: 145px !important;
    font-size: 6.7px !important;
    letter-spacing: 0.09em !important;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .nx-collection-page .nx-product-dimensions {
    top: 28px !important;
    right: 28px !important;
    max-width: 132px !important;
  }

  .nx-collection-page .nx-product-dimensions.elementor-widget,
  .nx-collection-page .nx-product-dimensions .elementor-widget-container,
  .nx-collection-page .nx-product-dimensions .elementor-heading-title,
  .nx-collection-page .nx-product-dimensions p,
  .nx-collection-page .nx-product-dimensions span,
  .nx-collection-page .nx-product-dimensions div {
    max-width: 132px !important;
    font-size: 6.4px !important;
    letter-spacing: 0.085em !important;
  }

  .nx-collection-page .nx-product-category {
    top: 28px !important;
    left: 28px !important;
  }
}

@media (max-width: 390px) {
  .nx-collection-page .nx-product-dimensions {
    top: 26px !important;
    right: 26px !important;
    max-width: 116px !important;
  }

  .nx-collection-page .nx-product-dimensions.elementor-widget,
  .nx-collection-page .nx-product-dimensions .elementor-widget-container,
  .nx-collection-page .nx-product-dimensions .elementor-heading-title,
  .nx-collection-page .nx-product-dimensions p,
  .nx-collection-page .nx-product-dimensions span,
  .nx-collection-page .nx-product-dimensions div {
    max-width: 116px !important;
    font-size: 6.1px !important;
  }

  .nx-collection-page .nx-product-category {
    top: 26px !important;
    left: 26px !important;
  }
}


/* Product info */

.nx-product-info {
  flex: 1 1 auto !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 20px 24px 24px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}


/* Product top */

.nx-product-top {
  width: 100% !important;
  min-width: 0 !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: space-between !important;

  gap: 18px !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* Product title */

.nx-product-title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.nx-product-title,
.nx-product-title a,
.nx-product-title .elementor-heading-title,
.nx-product-title .elementor-widget-container {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;

  color: var(--nx-umber) !important;

  overflow-wrap: normal !important;
  word-break: normal !important;
}


/* Product price */

.nx-product-price {
  flex: 0 0 auto !important;

  width: auto !important;
  min-width: max-content !important;

  align-self: baseline !important;
  text-align: right !important;
}

.nx-product-price,
.nx-product-price .elementor-heading-title,
.nx-product-price .elementor-widget-container,
.nx-product-price .woocommerce-Price-amount,
.nx-product-price .woocommerce-Price-currencySymbol {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1 !important;

  color: var(--nx-umber) !important;
  white-space: nowrap !important;
}

.nx-product-price p,
.nx-product-price .price,
.nx-product-price ins,
.nx-product-price del {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  text-decoration: none !important;
}


/* Product story */

.nx-product-story {
  width: 100% !important;
  margin: 8px 0 0 !important;
}

.nx-product-story,
.nx-product-story p,
.nx-product-story .elementor-widget-container {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  line-height: 1.5 !important;

  color: var(--nx-taupe) !important;
}


/* Product material */

.nx-product-material {
  width: 100% !important;

  margin: 12px 0 0 !important;
  padding: 11px 0 0 !important;

  border-top: 0.5px solid var(--nx-stone) !important;
}

.nx-product-material,
.nx-product-material .elementor-heading-title,
.nx-product-material .elementor-widget-container {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;

  color: rgba(122, 113, 104, 0.72) !important;
}


/* =========================================================
   06. TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

  .nx-collection-page .nx-collection-hero {
    padding: 68px 42px 60px !important;
  }

  .nx-collection-page .nx-collection-title,
  .nx-collection-page .nx-collection-title .elementor-widget-container,
  .nx-collection-page .nx-collection-title p,
  .nx-collection-page .nx-collection-title .elementor-heading-title {
    font-size: clamp(42px, 6.2vw, 56px) !important;
  }

  .nx-collection-page .nx-collection-filterbar {
    top: 0 !important;

    display: block !important;

    min-height: 52px !important;
    height: 52px !important;

    padding: 0 !important;

    overflow: hidden !important;
  }

  .nx-collection-page .nx-filter-left {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 52px !important;

    gap: 26px !important;
    padding: 0 42px !important;

    white-space: nowrap !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;

    scroll-snap-type: x proximity !important;
    overscroll-behavior-inline: contain !important;
    touch-action: pan-x !important;
  }

  .nx-collection-page .nx-filter-left::-webkit-scrollbar {
    display: none !important;
  }

  .nx-collection-page .nx-filter-link,
  .nx-collection-page .nx-filter-link a,
  .nx-collection-page .nx-filter-link .elementor-heading-title,
  .nx-collection-page .nx-filter-link .elementor-widget-container {
    flex: 0 0 auto !important;

    width: auto !important;
    min-width: max-content !important;
    height: 52px !important;

    white-space: nowrap !important;
  }

  .nx-collection-page .nx-filter-right {
    display: none !important;
  }

  .nx-collection-loop-wrap .elementor-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nx-collection-loop-wrap .e-loop-item:nth-child(2n) .nx-product-card {
    border-right: 0 !important;
  }

  .nx-product-info {
    padding: 19px 22px 23px !important;
  }

  .nx-product-title,
  .nx-product-title a,
  .nx-product-title .elementor-heading-title {
    font-size: 22px !important;
  }

  .nx-product-price,
  .nx-product-price .woocommerce-Price-amount {
    font-size: 19px !important;
  }
}


/* =========================================================
   07. MOBILE
   ========================================================= */

@media (max-width: 767px) {

  /* Hero */

  .nx-collection-page .nx-collection-hero {
    min-height: auto !important;

    padding: 48px 18px 42px !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
  }

    .nx-collection-page .nx-collection-eyebrow,
  .nx-collection-page .nx-collection-eyebrow .elementor-heading-title,
  .nx-collection-page .nx-collection-eyebrow .elementor-widget-container {
    margin: 0 0 18px !important;

    font-size: 7.3px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.18em !important;
  }

  .nx-collection-page .nx-collection-title,
  .nx-collection-page .nx-collection-title .elementor-widget-container,
  .nx-collection-page .nx-collection-title p,
  .nx-collection-page .nx-collection-title .elementor-heading-title {
    width: 100% !important;
    max-width: 330px !important;

    margin: 0 auto !important;

    font-size: clamp(29px, 8.7vw, 36px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.032em !important;

    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .nx-collection-page .nx-collection-title br {
    display: block !important;
  }

 
  .nx-collection-page .nx-collection-divider {
    width: 34px !important;

    margin: 24px auto 19px !important;
  }

  .nx-collection-page .nx-collection-note,
  .nx-collection-page .nx-collection-note .elementor-heading-title,
  .nx-collection-page .nx-collection-note .elementor-widget-container {
    font-size: 7.1px !important;
    letter-spacing: 0.16em !important;
  }


  /* Grid */

  .nx-collection-loop-wrap .elementor-loop-container {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .nx-collection-loop-wrap .e-loop-item .nx-product-card {
    border-right: 0 !important;
  }


  /* Mobile product card */

  .nx-product-visual {
    aspect-ratio: 4 / 5 !important;
  }

  .nx-product-visual::after {
    inset: 20px !important;
  }

  .nx-product-category {
    top: 15px !important;
    left: 20px !important;
  }

 
  .nx-product-info {
    padding: 18px 20px 22px !important;
  }

  .nx-product-top {
    gap: 14px !important;
  }

  .nx-product-title,
  .nx-product-title a,
  .nx-product-title .elementor-heading-title {
    font-size: 24px !important;
  }

  .nx-product-price,
  .nx-product-price .elementor-heading-title,
  .nx-product-price .woocommerce-Price-amount,
  .nx-product-price .woocommerce-Price-currencySymbol {
    font-size: 20px !important;
  }

  .nx-product-story,
  .nx-product-story p,
  .nx-product-story .elementor-widget-container {
    font-size: 12.5px !important;
  }
}


/* =========================================================
   08. SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

  .nx-collection-page .nx-collection-hero {
    padding: 44px 16px 40px !important;
  }

  .nx-collection-page .nx-collection-title,
  .nx-collection-page .nx-collection-title .elementor-widget-container,
  .nx-collection-page .nx-collection-title p,
  .nx-collection-page .nx-collection-title .elementor-heading-title {
    max-width: 292px !important;
    font-size: clamp(27px, 8.4vw, 33px) !important;
    line-height: 1.07 !important;
  }

  .nx-product-info {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* =========================================================
   09. FILTER MOTION
   ========================================================= */

@keyframes nxCollectionFilterHint {
  0%,
  100% {
    transform: translateY(-53%) translateX(-1px);
    opacity: 0.42;
  }

  50% {
    transform: translateY(-53%) translateX(2px);
    opacity: 0.9;
  }
}


/* =========================================================
   10. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nx-collection-page .nx-collection-filterbar::after {
    animation: none !important;
  }

  .nx-product-card,
  .nx-product-image img,
  .nx-product-visual::after {
    transition: none !important;
  }
}
/* =========================================================
   NEXART COLLECTION — FINAL MOBILE FILTER
   ALL stays visible; remaining categories scroll horizontally
   ========================================================= */

@media (max-width: 767px) {

  /* Filter bar shell */

  .nx-collection-page .nx-collection-filterbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 8500 !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 50px !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: var(--nx-porcelain) !important;

    border-top: 0 !important;
    border-bottom: 0.5px solid var(--nx-sand) !important;

    overflow: hidden !important;
    isolation: isolate !important;
  }


  /* Actual horizontal scroll track */

  .nx-collection-page .nx-collection-filterbar .nx-filter-left {
    position: relative !important;
    z-index: 1 !important;

    flex: 0 0 100% !important;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 50px !important;
    min-height: 50px !important;

    gap: 15px !important;

    margin: 0 !important;
    padding: 0 38px 0 18px !important;

    overflow-x: scroll !important;
    overflow-y: hidden !important;

    white-space: nowrap !important;

    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;

    scroll-behavior: smooth !important;
    scroll-snap-type: none !important;
    scroll-padding-left: 18px !important;

    overscroll-behavior-x: contain !important;
    touch-action: pan-x !important;

    cursor: grab !important;
  }

  .nx-collection-page .nx-collection-filterbar .nx-filter-left:active {
    cursor: grabbing !important;
  }

  .nx-collection-page .nx-collection-filterbar .nx-filter-left::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }


  /* Force Elementor children to create real horizontal width */

  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-left
  > .elementor-element,
  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-left
  > .elementor-widget {
    flex: 0 0 auto !important;

    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  /* Individual filter item */

  .nx-collection-page .nx-collection-filterbar .nx-filter-link {
    position: relative !important;

    flex: 0 0 auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;

    height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
  }

  .nx-collection-page .nx-collection-filterbar .nx-filter-link a,
  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-link
  .elementor-heading-title,
  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-link
  .elementor-widget-container {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;

    height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: "Inter", system-ui, sans-serif !important;
    font-size: 7.8px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.105em !important;
    text-transform: uppercase !important;

    white-space: nowrap !important;
  }


  /* Keep ALL permanently visible at the left */

  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-left
  .nx-filter-link:first-child {
    position: sticky !important;
    left: -18px !important;
    z-index: 6 !important;

    padding-left: 18px !important;
    padding-right: 11px !important;

    background: var(--nx-porcelain) !important;

    box-shadow:
      8px 0 10px -10px rgba(38, 35, 31, 0.35) !important;
  }


  /* Active / hover underline */

  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-link.is-active::after,
  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-link:not(.is-active)::after {
    bottom: 9px !important;
  }

  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-left
  .nx-filter-link:first-child::after {
    left: 18px !important;
    width: calc(100% - 29px) !important;
  }


  /* Desktop sort is hidden */

  .nx-collection-page .nx-collection-filterbar .nx-filter-right {
    display: none !important;
  }


  /* Small right-side scroll hint */

  .nx-collection-page .nx-collection-filterbar::before {
    content: "";
    position: absolute;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 8 !important;

    width: 22px !important;

    background:
      linear-gradient(
        90deg,
        rgba(251, 250, 247, 0),
        var(--nx-porcelain) 72%
      ) !important;

    pointer-events: none !important;
  }

  .nx-collection-page .nx-collection-filterbar::after {
    content: "›";
    position: absolute;

    top: 50% !important;
    right: 4px !important;
    z-index: 9 !important;

    transform: translateY(-53%);

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1 !important;

    color: rgba(176, 138, 90, 0.72) !important;

    pointer-events: none !important;

    animation: nxCollectionFilterHint 1.9s ease-in-out infinite !important;
  }
}


/* Very small mobile */

@media (max-width: 390px) {

  .nx-collection-page .nx-collection-filterbar .nx-filter-left {
    gap: 13px !important;
    padding-right: 36px !important;
    padding-left: 16px !important;
    scroll-padding-left: 16px !important;
  }

  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-left
  .nx-filter-link:first-child {
    left: -16px !important;

    padding-left: 16px !important;
    padding-right: 10px !important;
  }

  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-link
  a,
  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-link
  .elementor-heading-title,
  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-link
  .elementor-widget-container {
    font-size: 7.4px !important;
    letter-spacing: 0.09em !important;
  }

  .nx-collection-page
  .nx-collection-filterbar
  .nx-filter-left
  .nx-filter-link:first-child::after {
    left: 16px !important;
    width: calc(100% - 26px) !important;
  }
}


/* Existing animation can remain */

@keyframes nxCollectionFilterHint {
  0%,
  100% {
    transform: translateY(-53%) translateX(-1px);
    opacity: 0.42;
  }

  50% {
    transform: translateY(-53%) translateX(2px);
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nx-collection-page .nx-collection-filterbar::after {
    animation: none !important;
  }
}


/* =========================================================
   11. WORDPRESS ADMIN BAR OFFSET
   Front-end visitors remain at top: 0
   Logged-in administrators sit below the WP admin bar
   ========================================================= */

@media (min-width: 783px) {
  body.admin-bar .nx-collection-page .nx-collection-filterbar {
    top: 32px !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .nx-collection-page .nx-collection-filterbar {
    top: 46px !important;
  }
}
/* =========================================================
   COLLECTION SORT DROPDOWN
   ========================================================= */

.nx-collection-page .nx-filter-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: max-content;
}

.nx-collection-page .nx-sort-control {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  white-space: nowrap;
}

.nx-collection-page .nx-sort-label {
  color: rgba(37, 31, 27, 0.48);
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nx-collection-page .nx-sort-select {
  width: auto;
  min-width: 62px;
  max-width: 190px;
  height: auto;
  margin: 0;
  padding: 4px 18px 4px 2px;

  color: rgba(37, 31, 27, 0.62);
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;

  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  cursor: pointer;
  outline: none;
  appearance: auto;
  -webkit-appearance: auto;
}

.nx-collection-page .nx-sort-select:hover,
.nx-collection-page .nx-sort-select:focus {
  color: #251f1b;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.nx-collection-page .nx-sort-select option {
  color: #251f1b;
  background: #f8f6f1;
  font-family: Inter, sans-serif;
  font-size: 11px;
  text-transform: none;
}

@media (max-width: 767px) {
  .nx-collection-page .nx-filter-right {
    flex: 0 0 auto;
    padding-left: 14px;
  }

  .nx-collection-page .nx-sort-label {
    display: none;
  }

  .nx-collection-page .nx-sort-select {
    max-width: 78px;
    padding-right: 14px;
    font-size: 8px;
    text-overflow: ellipsis;
  }
}
/* =========================================================
   COLLECTION — VIEW MORE BUTTON
   ========================================================= */

.nx-collection-page .elementor-pagination {
  margin-top: 48px !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}

.nx-collection-page .elementor-pagination .page-numbers,
.nx-collection-page .e-load-more-anchor,
.nx-collection-page .e-load-more-spinner,
.nx-collection-page .e-load-more-message {
  font-family: "Inter", system-ui, sans-serif;
}

.nx-collection-page .e-load-more-button,
.nx-collection-page .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 138px !important;
  padding: 15px 28px !important;

  color: #2b2521 !important;
  background: transparent !important;
  border: 1px solid rgba(43, 37, 33, 0.28) !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease !important;
}

.nx-collection-page .e-load-more-button:hover,
.nx-collection-page .e-load-more-button:focus,
.nx-collection-page .elementor-button:hover,
.nx-collection-page .elementor-button:focus {
  color: #f8f6f1 !important;
  background: #2b2521 !important;
  border-color: #2b2521 !important;
  transform: translateY(-1px);
}

.nx-collection-page .e-load-more-button:focus-visible,
.nx-collection-page .elementor-button:focus-visible {
  outline: 1px solid #2b2521 !important;
  outline-offset: 4px !important;
}

@media (max-width: 767px) {
  .nx-collection-page .elementor-pagination {
    margin-top: 36px !important;
    margin-bottom: 18px !important;
  }

  .nx-collection-page .e-load-more-button,
  .nx-collection-page .elementor-button {
    min-width: 126px !important;
    padding: 14px 22px !important;
    font-size: 9px !important;
  }
}
/* =========================================================
   NEXART STUDIO — SINGLE PRODUCT
   CLEAN MASTER CSS v4
   Stable WooCommerce Gallery Flow
   Root required: .nx-single-product
   ========================================================= */


/* =========================================================
   01. TOKENS / SHELL
   ========================================================= */

.nx-single-product {
  --nx-sp-ink: #211d1a;
  --nx-sp-soft: #4f4741;
  --nx-sp-muted: #81776f;
  --nx-sp-bronze: #9a7654;

  --nx-sp-ivory: #f8f6f1;
  --nx-sp-panel: #f4f0e9;
  --nx-sp-gallery: #ebe5dc;

  --nx-sp-line: rgba(33, 29, 26, 0.12);
  --nx-sp-line-soft: rgba(33, 29, 26, 0.08);
  --nx-sp-line-strong: rgba(33, 29, 26, 0.24);

  --nx-sp-display: "Cormorant Garamond", Georgia, serif;
  --nx-sp-ui: "Inter", system-ui, sans-serif;

  width: 100% !important;
  max-width: 1440px !important;

  margin: 0 auto !important;
  padding: 0 clamp(24px, 3vw, 42px) !important;

  color: var(--nx-sp-ink) !important;
  background: var(--nx-sp-ivory) !important;

  overflow: visible !important;
}

.nx-single-product,
.nx-single-product *,
.nx-single-product *::before,
.nx-single-product *::after {
  box-sizing: border-box !important;
}

.nx-single-product img {
  display: block !important;
  max-width: 100% !important;
}

.nx-single-product p,
.nx-single-product h1,
.nx-single-product h2,
.nx-single-product h3 {
  margin-top: 0 !important;
}


/* =========================================================
   02. ELEMENTOR WRAPPER NORMALIZATION
   ========================================================= */

.nx-single-product > .e-con-inner,
.nx-single-product .nx-product-breadcrumb > .e-con-inner,
.nx-single-product .nx-product-hero > .e-con-inner,
.nx-single-product .nx-product-gallery > .e-con-inner,
.nx-single-product .nx-product-summary > .e-con-inner,
.nx-single-product .nx-product-summary-inner > .e-con-inner,
.nx-single-product .nx-product-spec-rail > .e-con-inner,
.nx-single-product .nx-product-aftercare > .e-con-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   03. SINGLE PRODUCT BREADCRUMB
   Handled by 00A. GLOBAL BREADCRUMB SYSTEM.
   ========================================================= */

/* =========================================================
   04. HERO — ONE RESPONSIVE BLOCK
   Gallery determines height, summary stretches to match
   ========================================================= */

.nx-single-product .nx-product-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 56.5fr) minmax(460px, 43.5fr) !important;
  align-items: stretch !important;

  width: 100% !important;
  max-width: 100% !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: clamp(36px, 4vw, 56px) 0 0 !important;
  padding: 0 !important;
  gap: clamp(18px, 1.8vw, 26px) !important;

  background: transparent !important;
  border: 0 !important;

  overflow: visible !important;
}

.nx-single-product .nx-product-gallery,
.nx-single-product .nx-product-summary {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  align-self: stretch !important;
}

/* =========================================================
   05. GALLERY — FLEXSLIDER-SAFE WOO FLOW
   Do not override Flexslider inline widths / transforms
   ========================================================= */

.nx-single-product .nx-product-gallery {
  position: relative !important;

  background: var(--nx-sp-gallery) !important;
  border: 0 !important;

  overflow: visible !important;
}

.nx-single-product .nx-single-gallery-widget,
.nx-single-product .nx-single-gallery-widget > .elementor-widget-container,
.nx-single-product .nx-single-gallery-widget .woocommerce-product-gallery {
  position: relative !important;

  max-width: none !important;

  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: var(--nx-sp-gallery) !important;
  overflow: visible !important;
}

/* Flexslider viewport */
.nx-single-product .nx-single-gallery-widget .flex-viewport {
  position: relative !important;

  margin: 0 !important;
  padding: 0 !important;

  background: var(--nx-sp-gallery) !important;
  overflow: hidden !important;
}

/*
   Critical:
   Do NOT set width on .woocommerce-product-gallery__wrapper
   Do NOT set width on .woocommerce-product-gallery__image
   Flexslider controls those with inline styles.
*/

.nx-single-product .nx-single-gallery-widget .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-single-gallery-widget .woocommerce-product-gallery__image,
.nx-single-product .nx-single-gallery-widget .woocommerce-product-gallery__image a {
  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-single-gallery-widget .woocommerce-product-gallery__image img {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center center !important;
}

/* Thumbnail rail */
.nx-single-product .nx-single-gallery-widget .flex-control-thumbs {
  position: relative !important;

  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 12px !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 12px 0 0 !important;
  padding: 0 !important;

  list-style: none !important;

  background: var(--nx-sp-ivory) !important;
  border: 0 !important;

  overflow: visible !important;
}

.nx-single-product .nx-single-gallery-widget .flex-control-thumbs li {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;

  margin: 0 !important;
  padding: 0 !important;

  float: none !important;
  overflow: hidden !important;
}

.nx-single-product .nx-single-gallery-widget .flex-control-thumbs img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center center !important;

  opacity: 0.56 !important;

  border: 1px solid transparent !important;
  filter: saturate(0.9) contrast(0.98) !important;

  cursor: pointer !important;

  transition:
    opacity 0.24s ease,
    border-color 0.24s ease,
    filter 0.24s ease !important;
}

.nx-single-product .nx-single-gallery-widget .flex-control-thumbs img:hover,
.nx-single-product .nx-single-gallery-widget .flex-control-thumbs img.flex-active {
  opacity: 1 !important;
  border-color: rgba(33, 29, 26, 0.34) !important;
  filter: saturate(1) contrast(1) !important;
}

/* Zoom trigger */
.nx-single-product .nx-single-gallery-widget .woocommerce-product-gallery__trigger {
  top: 18px !important;
  right: 18px !important;
  z-index: 8 !important;

  width: 42px !important;
  height: 42px !important;

  border: 1px solid rgba(33, 29, 26, 0.12) !important;
  border-radius: 0 !important;

  background: rgba(248, 246, 241, 0.88) !important;
  color: var(--nx-sp-ink) !important;

  box-shadow: none !important;

  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

/* =========================================================
   06. SUMMARY PANEL
   ========================================================= */

.nx-single-product .nx-product-summary {
  display: flex !important;
  align-items: stretch !important;

  background: var(--nx-sp-panel) !important;
  border: 1px solid rgba(33, 29, 26, 0.08) !important;

  overflow: hidden !important;
}

.nx-single-product .nx-product-summary-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  width: 100% !important;
  max-width: none !important;

  height: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding:
    clamp(52px, 5vw, 74px)
    clamp(38px, 4.1vw, 56px)
    clamp(32px, 2.8vw, 38px) !important;

  gap: 0 !important;

  background: transparent !important;
  overflow: hidden !important;
}

.nx-single-product .nx-product-summary-inner > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  width: 100% !important;
  max-width: none !important;

  height: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 0 !important;
}

.nx-single-product .nx-product-summary-inner > *,
.nx-single-product .nx-product-summary-inner > .e-con-inner > * {
  flex: 0 0 auto !important;

  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;

  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* =========================================================
   07. PRODUCT TYPOGRAPHY
   ========================================================= */

.nx-single-product .nx-product-eyebrow {
  margin: 0 0 22px !important;
}

.nx-single-product .nx-product-eyebrow,
.nx-single-product .nx-product-eyebrow .elementor-heading-title,
.nx-single-product .nx-product-eyebrow .elementor-widget-container {
  font-family: var(--nx-sp-ui) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;

  color: var(--nx-sp-bronze) !important;

  margin-top: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-title {
  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-title,
.nx-single-product .nx-product-title .elementor-heading-title,
.nx-single-product .nx-product-title .product_title {
  font-family: var(--nx-sp-display) !important;
  font-size: clamp(62px, 5.35vw, 84px) !important;
  font-weight: 400 !important;
  line-height: 0.90 !important;
  letter-spacing: -0.045em !important;

  color: var(--nx-sp-ink) !important;

  margin: 0 !important;
  padding: 0 !important;

  text-wrap: balance;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.nx-single-product .nx-product-tagline {
  max-width: 520px !important;

  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-tagline,
.nx-single-product .nx-product-tagline p,
.nx-single-product .nx-product-tagline .elementor-widget-container {
  font-family: var(--nx-sp-display) !important;
  font-size: clamp(18px, 1.35vw, 21px) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
  letter-spacing: -0.01em !important;

  color: var(--nx-sp-muted) !important;

  margin: 0 !important;
  padding: 0 !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}


/* =========================================================
   08. PRICE + LEAD
   ========================================================= */

.nx-single-product .nx-product-commerce-meta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(112px, auto) !important;
  align-items: end !important;

  width: 100% !important;
  min-width: 0 !important;

  gap: 28px !important;

  margin: clamp(32px, 3.7vw, 48px) 0 0 !important;
  padding: 0 0 26px !important;

  border-bottom: 1px solid var(--nx-sp-line) !important;
}

.nx-single-product .nx-product-price {
  justify-self: start !important;
  align-self: end !important;

  width: auto !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}

.nx-single-product .nx-product-price,
.nx-single-product .nx-product-price .price,
.nx-single-product .nx-product-price .woocommerce-Price-amount,
.nx-single-product .nx-product-price .woocommerce-Price-currencySymbol,
.nx-single-product .nx-product-price .elementor-widget-container {
  font-family: var(--nx-sp-display) !important;
  font-size: clamp(31px, 2.45vw, 37px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.025em !important;

  color: var(--nx-sp-ink) !important;

  text-align: left !important;
  white-space: nowrap !important;
  text-decoration: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-price p,
.nx-single-product .nx-product-price .price,
.nx-single-product .nx-product-price ins,
.nx-single-product .nx-product-price del {
  margin: 0 !important;
  padding: 0 !important;

  text-decoration: none !important;
  border: 0 !important;
}

.nx-single-product .nx-product-lead-inline {
  justify-self: end !important;
  align-self: end !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;

  width: auto !important;
  min-width: 112px !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 9.5px !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em !important;
  text-align: right !important;
  text-transform: uppercase !important;

  color: var(--nx-sp-muted) !important;
}

.nx-single-product .nx-product-lead-inline::before {
  content: "MADE TO ORDER" !important;

  display: block !important;

  margin: 0 0 8px !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 8.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;

  color: var(--nx-sp-bronze) !important;
}


/* =========================================================
   09. SPEC RAIL
   ========================================================= */

.nx-single-product .nx-product-spec-rail {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
  align-content: start !important;

  width: 100% !important;
  min-width: 0 !important;

  gap: 28px !important;

  margin: clamp(30px, 3.3vw, 46px) 0 0 !important;
  padding: 0 0 28px !important;

  border-bottom: 1px solid var(--nx-sp-line) !important;
}

.nx-single-product .nx-product-spec-rail > .e-con-inner {
  display: contents !important;
}

.nx-single-product .nx-spec-material,
.nx-single-product #nx-spec-material,
.nx-single-product .nx-spec-finish,
.nx-single-product .nx-spec-format,
.nx-single-product .nx-product-spec-rail > .nx-product-spec-rail {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 10px !important;

  border: 0 !important;
}

.nx-single-product .nx-spec-label,
.nx-single-product .nx-spec-label .elementor-heading-title,
.nx-single-product .nx-spec-label .elementor-widget-container {
  font-family: var(--nx-sp-ui) !important;
  font-size: 8.5px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;

  color: var(--nx-sp-muted) !important;

  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-spec-value,
.nx-single-product .nx-spec-value p,
.nx-single-product .nx-spec-value .elementor-widget-container {
  font-family: var(--nx-sp-ui) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;

  color: var(--nx-sp-soft) !important;

  margin: 0 !important;
  padding: 0 !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

/* =========================================================
   10. ORDER — REAL PRODUCT DOM
   Actual structure:
   form.cart > .quantity + button.single_add_to_cart_button
   ========================================================= */

.nx-single-product .nx-product-order {
  width: 100% !important;
  max-width: none !important;

  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-order,
.nx-single-product .nx-product-order > .elementor-widget-container,
.nx-single-product .nx-product-order .elementor-widget-container,
.nx-single-product .nx-product-order .elementor-add-to-cart,
.nx-single-product .nx-product-order .elementor-product-simple,
.nx-single-product .nx-product-order form.cart {
  width: 100% !important;
  max-width: none !important;

  height: auto !important;
  min-height: 0 !important;

  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-order form.cart {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  align-items: stretch !important;

  gap: 14px !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-order form.cart .quantity {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  height: 56px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: 1px solid var(--nx-sp-line-strong) !important;
  border-radius: 0 !important;

  box-shadow: none !important;
}

.nx-single-product .nx-product-order form.cart .qty {
  width: 40px !important;
  height: 54px !important;
  min-height: 54px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  color: var(--nx-sp-ink) !important;
  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  text-align: center !important;

  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.nx-single-product .nx-product-order form.cart .qty::-webkit-inner-spin-button,
.nx-single-product .nx-product-order form.cart .qty::-webkit-outer-spin-button {
  margin: 0 !important;

  appearance: none !important;
  -webkit-appearance: none !important;
}

.nx-single-product .nx-product-order .ct-increase,
.nx-single-product .nx-product-order .ct-decrease {
  position: absolute !important;
  top: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 28px !important;
  height: 100% !important;

  transform: none !important;

  cursor: pointer !important;
}

.nx-single-product .nx-product-order .ct-decrease {
  left: 0 !important;
}

.nx-single-product .nx-product-order .ct-increase {
  right: 0 !important;
}

.nx-single-product .nx-product-order form.cart .single_add_to_cart_button,
.nx-single-product .nx-product-order form.cart button.single_add_to_cart_button,
.nx-single-product .nx-product-order form.cart .single_add_to_cart_button.elementor-button,
.nx-single-product .nx-product-order form.cart button.elementor-button.button.alt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 56px !important;

  margin: 0 !important;
  padding: 16px 24px !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 9.5px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  color: var(--nx-sp-ivory) !important;
  background: var(--nx-sp-ink) !important;

  border: 1px solid var(--nx-sp-ink) !important;
  border-radius: 0 !important;

  box-shadow: none !important;
}

.nx-single-product .nx-product-order form.cart .single_add_to_cart_button:hover,
.nx-single-product .nx-product-order form.cart .single_add_to_cart_button:focus {
  color: var(--nx-sp-ink) !important;
  background: transparent !important;
  border-color: var(--nx-sp-ink) !important;
}

.nx-single-product .nx-product-order .single_add_to_cart_button .elementor-button-content-wrapper,
.nx-single-product .nx-product-order .single_add_to_cart_button .elementor-button-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;

  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
/* =========================================================
   11. AFTERCARE
   ========================================================= */

.nx-single-product .nx-product-aftercare {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  width: 100% !important;
  min-width: 0 !important;

  margin: 16px 0 0 !important;
  padding: 16px 0 0 !important;

  gap: 0 !important;

  border-top: 1px solid var(--nx-sp-line) !important;
}

.nx-single-product .nx-product-aftercare > .e-con-inner {
  display: contents !important;
}

.nx-single-product .nx-product-aftercare .elementor-widget {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-aftercare .elementor-widget:first-child,
.nx-single-product .nx-purchase-assurance {
  margin-bottom: 12px !important;
}

.nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child) {
  padding: 10px 0 !important;
}

.nx-single-product .nx-product-aftercare .elementor-widget:nth-child(3),
.nx-single-product .nx-product-b2b-link {
  border-top: 1px solid var(--nx-sp-line-soft) !important;
}

.nx-single-product .nx-product-aftercare .elementor-widget:first-child,
.nx-single-product .nx-product-aftercare .elementor-widget:first-child p,
.nx-single-product .nx-purchase-assurance,
.nx-single-product .nx-purchase-assurance p {
  font-family: var(--nx-sp-ui) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;

  color: rgba(33, 29, 26, 0.54) !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child),
.nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child) a,
.nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child) .elementor-heading-title,
.nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child) .elementor-widget-container,
.nx-single-product .nx-product-customise-link,
.nx-single-product .nx-product-customise-link a,
.nx-single-product .nx-product-customise-link .elementor-heading-title,
.nx-single-product .nx-product-b2b-link,
.nx-single-product .nx-product-b2b-link a,
.nx-single-product .nx-product-b2b-link .elementor-heading-title {
  font-family: var(--nx-sp-ui) !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;

  color: var(--nx-sp-soft) !important;
  text-decoration: none !important;

  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nx-single-product .nx-product-aftercare a::after,
.nx-single-product .nx-product-customise-link a::after,
.nx-single-product .nx-product-b2b-link a::after {
  content: none !important;
}

.nx-single-product .nx-product-aftercare a:hover,
.nx-single-product .nx-product-customise-link a:hover,
.nx-single-product .nx-product-b2b-link a:hover {
  color: var(--nx-sp-bronze) !important;
}


/* =========================================================
   12. DESKTOP NARROW
   ========================================================= */

@media (min-width: 1101px) and (max-width: 1366px) {
  .nx-single-product {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .nx-single-product .nx-product-hero {
    grid-template-columns: minmax(0, 55fr) minmax(450px, 45fr) !important;
  }

  .nx-single-product .nx-product-summary-inner {
    padding: 54px 42px 34px !important;
  }

  .nx-single-product .nx-product-title,
  .nx-single-product .nx-product-title .elementor-heading-title,
  .nx-single-product .nx-product-title .product_title {
    font-size: clamp(58px, 5.1vw, 74px) !important;
  }

  .nx-single-product .nx-product-tagline,
  .nx-single-product .nx-product-tagline p {
    font-size: 19px !important;
  }

  .nx-single-product .nx-product-commerce-meta {
    margin-top: 32px !important;
    padding-bottom: 24px !important;
  }

  .nx-single-product .nx-product-spec-rail {
    margin-top: 28px !important;
    padding-bottom: 24px !important;
    gap: 22px !important;
  }

  .nx-single-product .nx-product-order {
    margin-top: 22px !important;
  }
}


/* =========================================================
   13. TABLET LANDSCAPE
   ========================================================= */

@media (min-width: 901px) and (max-width: 1100px) {
  .nx-single-product {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .nx-single-product .nx-product-hero {
    grid-template-columns: minmax(0, 52fr) minmax(390px, 48fr) !important;
  }

  .nx-single-product .nx-product-summary-inner {
    padding: 42px 30px 30px !important;
  }

  .nx-single-product .nx-product-title,
  .nx-single-product .nx-product-title .elementor-heading-title,
  .nx-single-product .nx-product-title .product_title {
    font-size: clamp(50px, 5.8vw, 64px) !important;
  }

  .nx-single-product .nx-product-tagline,
  .nx-single-product .nx-product-tagline p {
    font-size: 18px !important;
  }

  .nx-single-product .nx-product-commerce-meta {
    margin-top: 26px !important;
    padding-bottom: 20px !important;
  }

  .nx-single-product .nx-product-spec-rail {
    grid-template-columns: 1fr !important;
    gap: 0 !important;

    margin-top: 22px !important;
    padding-bottom: 0 !important;
  }

  .nx-single-product .nx-spec-material,
  .nx-single-product #nx-spec-material,
  .nx-single-product .nx-spec-finish,
  .nx-single-product .nx-spec-format,
  .nx-single-product .nx-product-spec-rail > .nx-product-spec-rail {
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--nx-sp-line-soft) !important;
  }

  .nx-single-product .nx-spec-format {
    border-bottom: 0 !important;
  }

  .nx-single-product .nx-product-order {
    margin-top: 20px !important;
  }
}


/* =========================================================
   14. MOBILE
   ========================================================= */

@media (max-width: 900px) {
  .nx-single-product {
    max-width: none !important;
    padding: 0 18px 48px !important;
  }

  .nx-single-product .nx-product-hero {
    display: flex !important;
    flex-direction: column !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin-top: 28px !important;
    gap: 14px !important;
  }

  .nx-single-product .nx-product-gallery,
  .nx-single-product .nx-product-summary {
    height: auto !important;
    min-height: 0 !important;
  }

  .nx-single-product .nx-single-gallery-widget .flex-control-thumbs {
    display: flex !important;

    gap: 8px !important;

    margin: 8px 0 0 !important;
    padding: 0 0 8px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    background: transparent !important;

    scrollbar-width: none !important;
  }

  .nx-single-product .nx-single-gallery-widget .flex-control-thumbs::-webkit-scrollbar {
    display: none !important;
  }

  .nx-single-product .nx-single-gallery-widget .flex-control-thumbs li {
    flex: 0 0 72px !important;
    width: 72px !important;
    height: 72px !important;
    aspect-ratio: auto !important;
  }

  .nx-single-product .nx-single-gallery-widget .flex-control-thumbs img {
    width: 72px !important;
    height: 72px !important;
  }

  .nx-single-product .nx-product-summary-inner {
    height: auto !important;
    min-height: 0 !important;

    padding: 42px 22px 42px !important;
  }

  .nx-single-product .nx-product-title,
  .nx-single-product .nx-product-title .elementor-heading-title,
  .nx-single-product .nx-product-title .product_title {
    font-size: clamp(50px, 15vw, 68px) !important;
  }

  .nx-single-product .nx-product-tagline {
    max-width: 360px !important;
    margin-top: 20px !important;
  }

  .nx-single-product .nx-product-tagline,
  .nx-single-product .nx-product-tagline p {
    font-size: 18px !important;
  }

  .nx-single-product .nx-product-commerce-meta {
    margin-top: 28px !important;
    padding-bottom: 22px !important;
    gap: 16px !important;
  }

  .nx-single-product .nx-product-price,
  .nx-single-product .nx-product-price .price,
  .nx-single-product .nx-product-price .woocommerce-Price-amount,
  .nx-single-product .nx-product-price .woocommerce-Price-currencySymbol,
  .nx-single-product .nx-product-price .elementor-widget-container {
    font-size: 32px !important;
  }

  .nx-single-product .nx-product-lead-inline {
    min-width: 108px !important;
    font-size: 9px !important;
  }

  .nx-single-product .nx-product-spec-rail {
    grid-template-columns: 1fr !important;

    gap: 0 !important;

    margin-top: 24px !important;
    padding-bottom: 0 !important;
  }

  .nx-single-product .nx-spec-material,
  .nx-single-product #nx-spec-material,
  .nx-single-product .nx-spec-finish,
  .nx-single-product .nx-spec-format,
  .nx-single-product .nx-product-spec-rail > .nx-product-spec-rail {
    padding: 13px 0 !important;
    border-bottom: 1px solid var(--nx-sp-line-soft) !important;
  }

  .nx-single-product .nx-spec-format {
    border-bottom: 0 !important;
  }

  .nx-single-product .nx-product-order {
    margin-top: 22px !important;
  }

  .nx-single-product .nx-product-order .ct-cart-actions {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .nx-single-product .nx-product-order .ct-cart-actions .quantity {
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    height: 54px !important;
  }

  .nx-single-product .nx-product-order .ct-cart-actions .qty {
    width: 32px !important;
    height: 52px !important;
    min-height: 52px !important;
  }

  .nx-single-product .nx-product-order .ct-cart-actions .single_add_to_cart_button {
    min-height: 54px !important;

    padding-right: 12px !important;
    padding-left: 12px !important;

    font-size: 8.7px !important;
    letter-spacing: 0.13em !important;
  }

  .nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child),
  .nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child) a,
  .nx-single-product .nx-product-aftercare .elementor-widget:not(:first-child) .elementor-heading-title {
    font-size: 10.8px !important;
  }
}


/* =========================================================
   15. NARROW MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .nx-single-product {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .nx-single-product .nx-product-summary-inner {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .nx-single-product .nx-product-commerce-meta {
    grid-template-columns: 1fr !important;
    align-items: start !important;

    gap: 12px !important;
  }

  .nx-single-product .nx-product-lead-inline {
    justify-self: start !important;
    align-items: flex-start !important;

    min-width: 0 !important;

    text-align: left !important;
  }

  .nx-single-product .nx-product-order .ct-cart-actions {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }

  .nx-single-product .nx-product-order .ct-cart-actions .quantity {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
  }
}


/* =========================================================
   16. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nx-single-product *,
  .nx-single-product *::before,
  .nx-single-product *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;

    transition-duration: 0.01ms !important;

    scroll-behavior: auto !important;
  }
}
/* =========================================================
   NEXART STUDIO — PRODUCT SIGNATURE STATEMENT
   Dynamic ACF field: product_signature_statement
   Root: .nx-single-product
   ========================================================= */

.nx-single-product .nx-product-statement {
  width: 100% !important;
  max-width: 100% !important;

  margin: clamp(64px, 5.6vw, 88px) 0 0 !important;
  padding:
    clamp(76px, 6.4vw, 96px)
    clamp(24px, 5vw, 72px)
    clamp(72px, 6vw, 90px) !important;

  background: transparent !important;

  border-top: 1px solid rgba(33, 29, 26, 0.08) !important;
  border-bottom: 1px solid rgba(33, 29, 26, 0.08) !important;

  overflow: hidden !important;
}

.nx-single-product .nx-product-statement > .e-con-inner {
  width: 100% !important;
  max-width: 920px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-statement-line {
  width: 100% !important;
  max-width: 820px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-statement-line,
.nx-single-product .nx-product-statement-line p,
.nx-single-product .nx-product-statement-line .elementor-widget-container {
  font-family: var(--nx-sp-display) !important;
  font-size: clamp(29px, 2.25vw, 37px) !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.022em !important;

  color: rgba(33, 29, 26, 0.78) !important;

  text-align: center !important;

  margin: 0 !important;
  padding: 0 !important;

  text-wrap: balance;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.nx-single-product .nx-product-statement-line p {
  margin: 0 !important;
}

.nx-single-product .nx-product-statement-line em,
.nx-single-product .nx-product-statement-line i {
  font-family: var(--nx-sp-display) !important;
  font-style: italic !important;
  font-weight: 400 !important;

  color: var(--nx-sp-bronze) !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {
  .nx-single-product .nx-product-statement {
    margin-top: 58px !important;
    padding:
      66px
      32px
      66px !important;
  }

  .nx-single-product .nx-product-statement > .e-con-inner {
    max-width: 760px !important;
  }

  .nx-single-product .nx-product-statement-line {
    max-width: 700px !important;
  }

  .nx-single-product .nx-product-statement-line,
  .nx-single-product .nx-product-statement-line p,
  .nx-single-product .nx-product-statement-line .elementor-widget-container {
    font-size: clamp(27px, 3.7vw, 34px) !important;
    line-height: 1.42 !important;
    letter-spacing: -0.023em !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .nx-single-product .nx-product-statement {
    margin-top: 48px !important;
    padding:
      54px
      22px
      58px !important;
  }

  .nx-single-product .nx-product-statement > .e-con-inner {
    max-width: 430px !important;
  }

  .nx-single-product .nx-product-statement-line {
    max-width: 335px !important;
  }

  .nx-single-product .nx-product-statement-line,
  .nx-single-product .nx-product-statement-line p,
  .nx-single-product .nx-product-statement-line .elementor-widget-container {
    font-size: clamp(25px, 6.8vw, 31px) !important;
    line-height: 1.4 !important;
    letter-spacing: -0.024em !important;
  }

  .nx-single-product .nx-product-statement-line br {
    display: none !important;
  }
}


/* =========================================================
   VERY NARROW MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .nx-single-product .nx-product-statement {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .nx-single-product .nx-product-statement-line {
    max-width: 310px !important;
  }

  .nx-single-product .nx-product-statement-line,
  .nx-single-product .nx-product-statement-line p,
  .nx-single-product .nx-product-statement-line .elementor-widget-container {
    font-size: clamp(24px, 7.2vw, 30px) !important;
    line-height: 1.4 !important;
  }
}
/* =========================================================
   NEXART STUDIO — PRODUCT DETAILS
   Compact two-card ACF detail image system
   Image standard: 1500 × 1000 px / 3:2 horizontal
   Root: .nx-single-product
   ========================================================= */

.nx-single-product .nx-product-details {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding:
    clamp(58px, 5vw, 78px)
    0
    clamp(62px, 5.2vw, 84px) !important;

  background: transparent !important;

  border-bottom: 1px solid rgba(33, 29, 26, 0.08) !important;

  overflow: hidden !important;
}

.nx-single-product .nx-product-details > .e-con-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   DETAILS GRID
   ========================================================= */

.nx-single-product .nx-product-details-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start !important;

  width: 100% !important;
  max-width: 100% !important;

  gap: clamp(18px, 1.8vw, 28px) !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-details-grid > .e-con-inner {
  display: contents !important;
}


/* =========================================================
   DETAIL CARD
   ========================================================= */

.nx-single-product .nx-product-detail-card {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  overflow: visible !important;
}

.nx-single-product .nx-product-detail-card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   NEXART PRODUCT DETAILS — MEDIA FRAME / IMAGE / CAPTION
   Desktop: subtle premium reveal
   Tablet + Mobile: clear image, no hover veil
   Root: .nx-single-product
   ========================================================= */


/* =========================================================
   MEDIA FRAME
   ========================================================= */

.nx-single-product .nx-product-detail-media {
  position: relative !important;
  isolation: isolate !important;

  width: 100% !important;
  aspect-ratio: 3 / 2 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #ece6dd !important;

  border: 1px solid rgba(33, 29, 26, 0.10) !important;
  border-radius: 0 !important;

  overflow: hidden !important;

  cursor: default !important;

  transition:
    border-color 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.72s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.nx-single-product .nx-product-detail-media > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   DESKTOP OVERLAYS
   Base state intentionally veiled only on fine pointer devices.
   Touch devices remove this later.
   ========================================================= */

/* Soft ivory veil */
.nx-single-product .nx-product-detail-media::before {
  content: "" !important;

  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;

  background:
    linear-gradient(
      90deg,
      rgba(248, 246, 241, 0.34) 0%,
      rgba(248, 246, 241, 0.20) 44%,
      rgba(248, 246, 241, 0.06) 100%
    ) !important;

  opacity: 0.58 !important;

  pointer-events: none !important;

  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* Tangent reveal plane */
.nx-single-product .nx-product-detail-media::after {
  content: "" !important;

  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: -13% !important;
  z-index: 3 !important;

  width: 30% !important;

  background: rgba(248, 246, 241, 0.48) !important;

  transform: skewX(-10deg) translateX(0) !important;
  transform-origin: center !important;

  pointer-events: none !important;

  transition:
    opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* =========================================================
   IMAGE WIDGET
   ========================================================= */

.nx-single-product .nx-product-detail-image,
.nx-single-product .nx-product-detail-image .elementor-widget-container {
  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
}

.nx-single-product .nx-product-detail-image img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: center center !important;

  filter:
    saturate(0.94)
    contrast(0.98)
    brightness(1.02) !important;

  transform: scale(1) !important;
  transform-origin: center center !important;

  transition:
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* =========================================================
   CAPTION
   ========================================================= */

.nx-single-product .nx-product-detail-caption {
  width: 100% !important;

  margin: 11px 0 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-detail-caption,
.nx-single-product .nx-product-detail-caption .elementor-heading-title,
.nx-single-product .nx-product-detail-caption .elementor-widget-container {
  font-family: var(--nx-sp-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;

  color: rgba(33, 29, 26, 0.42) !important;

  text-align: left !important;

  margin-top: 0 !important;
  padding: 0 !important;

  transition:
    color 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 0.62s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* =========================================================
   DESKTOP HOVER — SUBTLE PREMIUM REVEAL
   Only mouse / trackpad devices
   ========================================================= */

@media (hover: hover) and (pointer: fine) {
  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-media {
    border-color: rgba(33, 29, 26, 0.18) !important;
    background: #e9e1d6 !important;
  }

  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-media::before {
    opacity: 0.16 !important;
    transform: translateX(3%) !important;
  }

  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-media::after {
    opacity: 0.10 !important;
    transform: skewX(-10deg) translateX(-44%) !important;
  }

  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-image img {
    transform: scale(1.032) !important;

    filter:
      saturate(1)
      contrast(1)
      brightness(1) !important;
  }

  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-caption,
  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-caption .elementor-heading-title,
  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-caption .elementor-widget-container {
    color: var(--nx-sp-bronze) !important;
    letter-spacing: 0.215em !important;
  }
}


/* =========================================================
   TOUCH DEVICE CLARITY
   Tablet and mobile must show clear images.
   No veil, no tangent panel, no fake hover drama.
   ========================================================= */

@media (hover: none), (pointer: coarse), (max-width: 1100px) {
  .nx-single-product .nx-product-detail-media::before,
  .nx-single-product .nx-product-detail-media::after {
    opacity: 0 !important;
    transform: none !important;
  }

  .nx-single-product .nx-product-detail-image img,
  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-image img {
    transform: none !important;

    filter:
      saturate(1)
      contrast(1)
      brightness(1) !important;
  }

  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-media {
    background: #ece6dd !important;
    border-color: rgba(33, 29, 26, 0.10) !important;
  }

  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-caption,
  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-caption .elementor-heading-title,
  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-caption .elementor-widget-container {
    color: rgba(33, 29, 26, 0.42) !important;
    letter-spacing: 0.20em !important;
  }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {
  .nx-single-product .nx-product-details {
    padding-top: 52px !important;
    padding-bottom: 60px !important;
  }

  .nx-single-product .nx-product-details-grid {
    gap: 18px !important;
  }

  .nx-single-product .nx-product-detail-media {
    aspect-ratio: 3 / 2 !important;
  }

  .nx-single-product .nx-product-detail-caption {
    margin-top: 10px !important;
  }

  .nx-single-product .nx-product-detail-caption,
  .nx-single-product .nx-product-detail-caption .elementor-heading-title,
  .nx-single-product .nx-product-detail-caption .elementor-widget-container {
    font-size: 7.8px !important;
    letter-spacing: 0.18em !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .nx-single-product .nx-product-details {
    padding-top: 44px !important;
    padding-bottom: 52px !important;
  }

  .nx-single-product .nx-product-details-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .nx-single-product .nx-product-detail-media {
    aspect-ratio: 3 / 2 !important;
  }

  .nx-single-product .nx-product-detail-caption {
    margin-top: 10px !important;
  }

  .nx-single-product .nx-product-detail-caption,
  .nx-single-product .nx-product-detail-caption .elementor-heading-title,
  .nx-single-product .nx-product-detail-caption .elementor-widget-container {
    font-size: 7.8px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.17em !important;
  }
}


/* =========================================================
   VERY NARROW MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .nx-single-product .nx-product-details {
    padding-top: 40px !important;
    padding-bottom: 48px !important;
  }

  .nx-single-product .nx-product-details-grid {
    gap: 24px !important;
  }

  .nx-single-product .nx-product-detail-caption,
  .nx-single-product .nx-product-detail-caption .elementor-heading-title,
  .nx-single-product .nx-product-detail-caption .elementor-widget-container {
    font-size: 7.5px !important;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nx-single-product .nx-product-detail-media,
  .nx-single-product .nx-product-detail-media::before,
  .nx-single-product .nx-product-detail-media::after,
  .nx-single-product .nx-product-detail-image img,
  .nx-single-product .nx-product-detail-caption,
  .nx-single-product .nx-product-detail-caption .elementor-heading-title,
  .nx-single-product .nx-product-detail-caption .elementor-widget-container {
    transition-duration: 0.01ms !important;
  }

  .nx-single-product .nx-product-detail-card:hover .nx-product-detail-image img {
    transform: none !important;
  }
}

/* =========================================================
   NEXART STUDIO — PRODUCT SPECIFICATION
   ACF + shortcode generated section
   Root: .nx-single-product
   ========================================================= */

.nx-single-product .nx-product-specification {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding:
    clamp(72px, 6vw, 104px)
    0
    clamp(78px, 6.5vw, 112px) !important;

  background: transparent !important;
  border-bottom: 1px solid rgba(33, 29, 26, 0.08) !important;

  overflow: hidden !important;
}

.nx-single-product .nx-product-specification > .e-con-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   SPECIFICATION SHELL
   ========================================================= */

.nx-single-product .nx-specification-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
  align-items: stretch !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding:
    clamp(44px, 4.8vw, 68px)
    clamp(38px, 5vw, 72px) !important;

  background: #f4f0e9 !important;
  border: 1px solid rgba(33, 29, 26, 0.10) !important;

  gap: clamp(42px, 5vw, 78px) !important;
}


/* =========================================================
   LEFT COLUMN
   ========================================================= */

.nx-single-product .nx-specification-left {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: flex-start !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-specification-editorial {
  width: 100% !important;
  max-width: 360px !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-specification-kicker {
  margin: 0 0 18px !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 8.5px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;

  color: var(--nx-sp-bronze) !important;
}

.nx-single-product .nx-specification-title {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-display) !important;
  font-size: clamp(34px, 3vw, 48px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;

  color: var(--nx-sp-ink) !important;
}

.nx-single-product .nx-specification-copy {
  max-width: 330px !important;

  margin: 28px 0 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  letter-spacing: 0.002em !important;

  color: var(--nx-sp-soft) !important;
}


/* =========================================================
   CERTIFICATION
   ========================================================= */

.nx-single-product .nx-specification-certification {
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  align-items: center !important;

  width: 100% !important;
  max-width: 370px !important;

  gap: 20px !important;

  margin: clamp(46px, 5vw, 72px) 0 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-specification-cert-logo {
  width: 78px !important;
  height: 118px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;
}

.nx-single-product .nx-specification-cert-logo img {
  display: block !important;

  width: 78px !important;
  max-width: 78px !important;
  height: auto !important;
  max-height: 118px !important;

  object-fit: contain !important;
}

.nx-single-product .nx-specification-cert-copy {
  min-width: 0 !important;
}

.nx-single-product .nx-specification-cert-title {
  margin: 0 0 6px !important;
  padding: 0 !important;

  font-family: var(--nx-sp-display) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;

  color: var(--nx-sp-ink) !important;
}

.nx-single-product .nx-specification-cert-text {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;

  color: rgba(33, 29, 26, 0.58) !important;
}


/* =========================================================
   RIGHT COLUMN / TABLE
   ========================================================= */

.nx-single-product .nx-specification-right {
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-specification-table {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border-top: 1px solid rgba(33, 29, 26, 0.08) !important;
}

.nx-single-product .nx-specification-row {
  display: grid !important;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr) !important;
  align-items: center !important;

  width: 100% !important;
  min-height: 54px !important;

  margin: 0 !important;
  padding: 15px 0 !important;

  border-bottom: 1px solid rgba(33, 29, 26, 0.08) !important;
}

.nx-single-product .nx-specification-row-label {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 8.5px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;

  color: rgba(33, 29, 26, 0.46) !important;
}

.nx-single-product .nx-specification-row-value {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-display) !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.018em !important;

  color: var(--nx-sp-ink) !important;

  text-align: right !important;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.nx-single-product .nx-specification-actions {
  width: 100% !important;

  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-specification-download {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 24px !important;
  align-items: center !important;

  width: 100% !important;
  min-height: 74px !important;

  margin: 0 !important;
  padding: 18px 22px !important;

  background: transparent !important;
  border: 1px solid rgba(154, 118, 84, 0.42) !important;

  text-decoration: none !important;

  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease !important;
}

.nx-single-product .nx-specification-download:hover {
  background: rgba(248, 246, 241, 0.42) !important;
  border-color: rgba(33, 29, 26, 0.24) !important;
}

.nx-single-product .nx-specification-download-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.nx-single-product .nx-specification-download-title {
  margin: 0 0 5px !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;

  color: var(--nx-sp-ink) !important;
}

.nx-single-product .nx-specification-download-subtitle {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 9.5px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;

  color: rgba(33, 29, 26, 0.48) !important;
}

.nx-single-product .nx-specification-download-icon {
  justify-self: end !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1 !important;

  color: var(--nx-sp-bronze) !important;
}

.nx-single-product .nx-specification-download--custom {
  margin-top: 0 !important;
}

.nx-single-product .nx-specification-download--custom .nx-specification-download-icon {
  font-size: 16px !important;
}

.nx-single-product .nx-specification-custom-link {
  display: block !important;

  margin: 18px 0 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;

  color: rgba(33, 29, 26, 0.58) !important;

  text-decoration: none !important;
}

.nx-single-product .nx-specification-custom-link span,
.nx-single-product .nx-specification-custom-link strong {
  display: inline !important;
}

.nx-single-product .nx-specification-custom-link strong {
  font-weight: 500 !important;
  color: var(--nx-sp-ink) !important;

  transition: color 0.25s ease !important;
}

.nx-single-product .nx-specification-custom-link:hover strong {
  color: var(--nx-sp-bronze) !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {
  .nx-single-product .nx-product-specification {
    padding-top: 64px !important;
    padding-bottom: 76px !important;
  }

  .nx-single-product .nx-specification-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 46px !important;

    padding: 48px 42px !important;
  }

  .nx-single-product .nx-specification-left {
    justify-content: flex-start !important;
  }

  .nx-single-product .nx-specification-editorial {
    max-width: 520px !important;
  }

  .nx-single-product .nx-specification-copy {
    max-width: 460px !important;
  }

  .nx-single-product .nx-specification-certification {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 18px !important;

    max-width: 360px !important;
    margin-top: 38px !important;
  }

  .nx-single-product .nx-specification-cert-logo {
    width: 72px !important;
    height: 108px !important;
  }

  .nx-single-product .nx-specification-cert-logo img {
    width: 72px !important;
    max-width: 72px !important;
    max-height: 108px !important;
  }

  .nx-single-product .nx-specification-row-value {
    font-size: 18px !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .nx-single-product .nx-product-specification {
    padding-top: 52px !important;
    padding-bottom: 64px !important;
  }

  .nx-single-product .nx-specification-shell {
    grid-template-columns: 1fr !important;
    gap: 42px !important;

    padding: 42px 24px !important;
  }

  .nx-single-product .nx-specification-editorial {
    max-width: none !important;
  }

  .nx-single-product .nx-specification-title {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  .nx-single-product .nx-specification-copy {
    max-width: none !important;
    font-size: 12px !important;
  }

  .nx-single-product .nx-specification-certification {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 16px !important;

    max-width: none !important;

    margin-top: 36px !important;
  }

  .nx-single-product .nx-specification-cert-logo {
    width: 64px !important;
    height: 96px !important;
  }

  .nx-single-product .nx-specification-cert-logo img {
    width: 64px !important;
    max-width: 64px !important;
    max-height: 96px !important;
  }

  .nx-single-product .nx-specification-cert-title {
    font-size: 16px !important;
  }

  .nx-single-product .nx-specification-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;

    min-height: 0 !important;

    padding: 16px 0 !important;
  }

  .nx-single-product .nx-specification-row-value {
    text-align: left !important;
    font-size: 18px !important;
  }

  .nx-single-product .nx-specification-download {
    min-height: 70px !important;
    padding: 17px 18px !important;
  }

  .nx-single-product .nx-specification-download-title {
    font-size: 12px !important;
  }

  .nx-single-product .nx-specification-download-subtitle {
    font-size: 9px !important;
  }

  .nx-single-product .nx-specification-custom-link {
    font-size: 10.8px !important;
  }
}


/* =========================================================
   VERY NARROW MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .nx-single-product .nx-specification-shell {
    padding: 38px 20px !important;
  }

  .nx-single-product .nx-specification-title {
    font-size: 32px !important;
  }

  .nx-single-product .nx-specification-certification {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .nx-single-product .nx-specification-cert-logo {
    width: 58px !important;
    height: 88px !important;
  }

  .nx-single-product .nx-specification-cert-logo img {
    width: 58px !important;
    max-width: 58px !important;
    max-height: 88px !important;
  }
}
/* =========================================================
   NEXART STUDIO — PRODUCT ORIGINAL
   Authenticity / provenance statement
   Root: .nx-single-product
   ========================================================= */

.nx-single-product .nx-product-original {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding:
    clamp(72px, 6.2vw, 96px)
    clamp(24px, 5vw, 72px)
    clamp(74px, 6.4vw, 98px) !important;

  background: #211d1a !important;
  color: #f8f6f1 !important;

  border: 0 !important;

  overflow: hidden !important;
}

.nx-single-product .nx-product-original > .e-con-inner {
  width: 100% !important;
  max-width: 760px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}


/* =========================================================
   INNER
   ========================================================= */

.nx-single-product .nx-product-original-inner {
  width: 100% !important;
  max-width: 760px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  text-align: center !important;
}

.nx-single-product .nx-product-original-inner > .e-con-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 auto !important;
  padding: 0 !important;
}


/* =========================================================
   KICKER — NEXART MUST STAY SMALL / WORDMARK-LIKE
   ========================================================= */

.nx-single-product .nx-product-original-kicker {
  width: 100% !important;

  margin: 0 0 20px !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-original-kicker,
.nx-single-product .nx-product-original-kicker .elementor-heading-title,
.nx-single-product .nx-product-original-kicker .elementor-widget-container {
  font-family: var(--nx-sp-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;

  color: rgba(154, 118, 84, 0.88) !important;

  text-align: center !important;

  margin-top: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   TITLE
   ========================================================= */

.nx-single-product .nx-product-original-title {
  width: 100% !important;
  max-width: 520px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-original-title,
.nx-single-product .nx-product-original-title .elementor-heading-title,
.nx-single-product .nx-product-original-title .elementor-widget-container {
  font-family: var(--nx-sp-display) !important;
  font-size: clamp(30px, 2.65vw, 40px) !important;
  font-weight: 400 !important;
  line-height: 1.14 !important;
  letter-spacing: -0.026em !important;

  color: #f8f6f1 !important;

  text-align: center !important;

  margin-top: 0 !important;
  padding: 0 !important;

  text-wrap: balance;
}

.nx-single-product .nx-product-original-title em,
.nx-single-product .nx-product-original-title i,
.nx-single-product .nx-product-original-title .elementor-heading-title em,
.nx-single-product .nx-product-original-title .elementor-heading-title i {
  font-family: var(--nx-sp-display) !important;
  font-style: italic !important;
  font-weight: 400 !important;

  color: var(--nx-sp-bronze) !important;
}


/* =========================================================
   COPY
   ========================================================= */

.nx-single-product .nx-product-original-copy {
  width: 100% !important;
  max-width: 650px !important;

  margin: 30px auto 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-original-copy,
.nx-single-product .nx-product-original-copy p,
.nx-single-product .nx-product-original-copy .elementor-widget-container {
  font-family: var(--nx-sp-ui) !important;
  font-size: clamp(11.5px, 0.82vw, 13px) !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;

  color: rgba(248, 246, 241, 0.62) !important;

  text-align: center !important;

  margin-top: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-original-copy p {
  margin: 0 !important;
}


/* =========================================================
   META
   ========================================================= */

.nx-single-product .nx-product-original-meta {
  width: 100% !important;

  margin: 28px auto 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-product-original-meta,
.nx-single-product .nx-product-original-meta p,
.nx-single-product .nx-product-original-meta .elementor-widget-container,
.nx-single-product .nx-product-original-meta .elementor-heading-title {
  font-family: var(--nx-sp-ui) !important;
  font-size: 7.8px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;

  color: rgba(154, 118, 84, 0.82) !important;

  text-align: center !important;

  margin-top: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {
  .nx-single-product .nx-product-original {
    padding:
      68px
      36px
      72px !important;
  }

  .nx-single-product .nx-product-original > .e-con-inner,
  .nx-single-product .nx-product-original-inner {
    max-width: 700px !important;
  }

  .nx-single-product .nx-product-original-title,
  .nx-single-product .nx-product-original-title .elementor-heading-title,
  .nx-single-product .nx-product-original-title .elementor-widget-container {
    font-size: clamp(30px, 4.2vw, 38px) !important;
    line-height: 1.16 !important;
  }

  .nx-single-product .nx-product-original-copy {
    max-width: 600px !important;
    margin-top: 28px !important;
  }

  .nx-single-product .nx-product-original-meta {
    margin-top: 28px !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .nx-single-product .nx-product-original {
    padding:
      58px
      22px
      62px !important;
  }

  .nx-single-product .nx-product-original > .e-con-inner,
  .nx-single-product .nx-product-original-inner {
    max-width: 420px !important;
  }

  .nx-single-product .nx-product-original-kicker {
    margin-bottom: 18px !important;
  }

  .nx-single-product .nx-product-original-kicker,
  .nx-single-product .nx-product-original-kicker .elementor-heading-title,
  .nx-single-product .nx-product-original-kicker .elementor-widget-container {
    font-size: 7.8px !important;
    letter-spacing: 0.22em !important;
  }

  .nx-single-product .nx-product-original-title,
  .nx-single-product .nx-product-original-title .elementor-heading-title,
  .nx-single-product .nx-product-original-title .elementor-widget-container {
    font-size: clamp(30px, 8vw, 38px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.03em !important;
  }

  .nx-single-product .nx-product-original-copy {
    max-width: 350px !important;
    margin-top: 28px !important;
  }

  .nx-single-product .nx-product-original-copy,
  .nx-single-product .nx-product-original-copy p,
  .nx-single-product .nx-product-original-copy .elementor-widget-container {
    font-size: 11.5px !important;
    line-height: 1.7 !important;
  }

  .nx-single-product .nx-product-original-meta {
    max-width: 330px !important;
    margin-top: 28px !important;
  }

  .nx-single-product .nx-product-original-meta,
  .nx-single-product .nx-product-original-meta p,
  .nx-single-product .nx-product-original-meta .elementor-widget-container,
  .nx-single-product .nx-product-original-meta .elementor-heading-title {
    font-size: 7.4px !important;
    letter-spacing: 0.17em !important;
  }
}


/* =========================================================
   VERY NARROW MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .nx-single-product .nx-product-original {
    padding:
      54px
      18px
      58px !important;
  }

  .nx-single-product .nx-product-original-title,
  .nx-single-product .nx-product-original-title .elementor-heading-title,
  .nx-single-product .nx-product-original-title .elementor-widget-container {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .nx-single-product .nx-product-original-copy {
    max-width: 310px !important;
  }

  .nx-single-product .nx-product-original-meta {
    max-width: 300px !important;
  }
}
/* =========================================================
   NEXART SINGLE PRODUCT — RELATED / FOOTER TRANSITION
   Outer: .nx-product-related
   Inner: .nx-product-related-inner
   Single separator, compact spacing
   ========================================================= */

/* Root altındaki fazladan 64px boşluğu kaldır */
.nx-single-product {
  padding-bottom: 0 !important;
}

/* Tek ayırıcı çizgi yalnızca dış related container'da */
.nx-single-product > .nx-product-related,
.nx-single-product .nx-product-related {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding:
    clamp(68px, 5.8vw, 96px)
    0
    clamp(48px, 4.2vw, 64px) !important;

  background: transparent !important;

  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--nx-sp-line-soft) !important;
  border-left: 0 !important;

  box-shadow: none !important;
  overflow: hidden !important;
}

/* Dış Elementor wrapper kesinlikle ikinci çizgi üretmesin */
.nx-single-product .nx-product-related > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* İç Elementor container sadece içerik taşıyacak */
.nx-single-product .nx-product-related-inner {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

/* İç container'ın olası Elementor wrapper'ı */
.nx-single-product .nx-product-related-inner > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Shortcode katmanlarında spacing veya border bırakma */
.nx-single-product .nx-product-related-inner .elementor-widget-shortcode,
.nx-single-product .nx-product-related-inner .elementor-widget-container,
.nx-single-product .nx-product-related-inner .elementor-shortcode,
.nx-single-product .nx-product-related-inner .nx-related-shell {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Footer çizgi veya üst boşluk eklemesin */
.nx-studio-footer {
  margin-top: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Tablet */
@media (min-width: 701px) and (max-width: 1100px) {
  .nx-single-product .nx-product-related {
    padding-top: 64px !important;
    padding-bottom: 52px !important;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .nx-single-product {
    padding-bottom: 0 !important;
  }

  .nx-single-product .nx-product-related {
    padding-top: 56px !important;
    padding-bottom: 44px !important;
  }
}

/* Very narrow mobile */
@media (max-width: 390px) {
  .nx-single-product .nx-product-related {
    padding-top: 52px !important;
    padding-bottom: 40px !important;
  }
}

/* =========================================================
   RELATED SHELL
   ========================================================= */

.nx-single-product .nx-related-shell {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-single-product .nx-related-heading {
  width: 100% !important;

  margin: 0 0 clamp(34px, 3.4vw, 48px) !important;
  padding: 0 !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 8.5px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;

  color: rgba(33, 29, 26, 0.46) !important;

  text-align: center !important;
}


/* =========================================================
   RELATED GRID — DESKTOP
   Controlled 3 columns, no oversized cards
   ========================================================= */

.nx-single-product .nx-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 360px)) !important;
  justify-content: center !important;
  align-items: start !important;

  width: 100% !important;
  max-width: 100% !important;

  gap: clamp(20px, 2.1vw, 32px) !important;

  margin: 0 auto !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
}


/* =========================================================
   RELATED CARD
   ========================================================= */

.nx-single-product .nx-related-card {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  color: var(--nx-sp-ink) !important;
  text-decoration: none !important;

  overflow: visible !important;
}


/* =========================================================
   CARD MEDIA — 4:5 VERTICAL PRODUCT RATIO
   ========================================================= */

.nx-single-product .nx-related-card-media {
  position: relative !important;
  isolation: isolate !important;

  width: 100% !important;
  aspect-ratio: 4 / 5 !important;

  margin: 0 !important;
  padding: clamp(14px, 1.45vw, 22px) !important;

  background: #ebe5dc !important;
  border: 1px solid rgba(33, 29, 26, 0.10) !important;

  overflow: hidden !important;

  transition:
    border-color 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.62s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.nx-single-product .nx-related-card:hover .nx-related-card-media {
  background: #e8e0d5 !important;
  border-color: rgba(154, 118, 84, 0.30) !important;
}

.nx-single-product .nx-related-card-media::before {
  content: "" !important;

  position: absolute !important;
  inset: clamp(14px, 1.45vw, 22px) !important;
  z-index: 2 !important;

  border: 1px solid rgba(154, 118, 84, 0.18) !important;

  pointer-events: none !important;

  transition:
    border-color 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.nx-single-product .nx-related-card:hover .nx-related-card-media::before {
  border-color: rgba(154, 118, 84, 0.36) !important;
}

.nx-single-product .nx-related-card-media::after {
  content: "" !important;

  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;

  background:
    linear-gradient(
      90deg,
      rgba(248, 246, 241, 0.28) 0%,
      rgba(248, 246, 241, 0.15) 44%,
      rgba(248, 246, 241, 0.05) 100%
    ) !important;

  opacity: 0.44 !important;

  pointer-events: none !important;

  transition:
    opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.nx-single-product .nx-related-card:hover .nx-related-card-media::after {
  opacity: 0.14 !important;
  transform: translateX(3%) !important;
}


/* =========================================================
   CARD IMAGE
   ========================================================= */

.nx-single-product .nx-related-card-image {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: center center !important;

  filter:
    saturate(0.92)
    contrast(0.97)
    brightness(1.02) !important;

  transform: scale(1) !important;
  transform-origin: center center !important;

  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.nx-single-product .nx-related-card:hover .nx-related-card-image {
  transform: scale(1.025) !important;

  filter:
    saturate(1)
    contrast(1)
    brightness(1) !important;
}


/* Placeholder if product has no image */

.nx-single-product .nx-related-card-placeholder {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 100% !important;

  font-family: var(--nx-sp-display) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;

  color: rgba(33, 29, 26, 0.20) !important;

  text-align: center !important;
}


/* =========================================================
   CARD FOOTER
   ========================================================= */

.nx-single-product .nx-related-card-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: baseline !important;

  width: 100% !important;

  gap: 16px !important;

  margin: 0 !important;
  padding:
    clamp(15px, 1.35vw, 19px)
    0
    0 !important;

  background: transparent !important;
}

.nx-single-product .nx-related-card-title {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-display) !important;
  font-size: clamp(21px, 1.35vw, 25px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;

  color: var(--nx-sp-ink) !important;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  transition:
    color 0.35s ease !important;
}

.nx-single-product .nx-related-card:hover .nx-related-card-title {
  color: var(--nx-sp-bronze) !important;
}

.nx-single-product .nx-related-card-price {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-sp-display) !important;
  font-size: clamp(14px, 0.85vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.015em !important;

  color: rgba(33, 29, 26, 0.72) !important;

  text-align: right !important;
  white-space: nowrap !important;
}

.nx-single-product .nx-related-card-price .price,
.nx-single-product .nx-related-card-price .woocommerce-Price-amount,
.nx-single-product .nx-related-card-price .woocommerce-Price-currencySymbol,
.nx-single-product .nx-related-card-price ins,
.nx-single-product .nx-related-card-price del {
  font: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}


/* =========================================================
   TABLET — HORIZONTAL SNAP RAIL
   Still 4:5, cards do not shrink too much
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {
  .nx-single-product .nx-product-related {
  padding-top: 64px !important;
  padding-bottom: 52px !important;
}

  .nx-single-product .nx-related-heading {
    margin-bottom: 34px !important;
  }

  .nx-single-product .nx-related-grid {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;

    gap: 18px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;

    padding-bottom: 4px !important;
  }

  .nx-single-product .nx-related-grid::-webkit-scrollbar {
    display: none !important;
  }

  .nx-single-product .nx-related-card {
    flex: 0 0 42% !important;
    max-width: 340px !important;
    scroll-snap-align: start !important;
  }

  .nx-single-product .nx-related-card-media {
    aspect-ratio: 4 / 5 !important;
    padding: 18px !important;
  }

  .nx-single-product .nx-related-card-media::before {
    inset: 18px !important;
  }

  .nx-single-product .nx-related-card-footer {
    padding-top: 15px !important;
  }

  .nx-single-product .nx-related-card-title {
    font-size: 23px !important;
  }

  .nx-single-product .nx-related-card-price {
    font-size: 15.5px !important;
  }
}


/* =========================================================
   MOBILE — HORIZONTAL SNAP RAIL
   4:5 vertical cards, readable size
   ========================================================= */

@media (max-width: 700px) {
  .nx-single-product .nx-product-related {
  padding-top: 56px !important;
  padding-bottom: 44px !important;
}
  .nx-single-product .nx-related-heading {
    margin-bottom: 28px !important;

    font-size: 8px !important;
    letter-spacing: 0.20em !important;
  }

  .nx-single-product .nx-related-grid {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;

    gap: 16px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;

    padding-bottom: 4px !important;
  }

  .nx-single-product .nx-related-grid::-webkit-scrollbar {
    display: none !important;
  }

  .nx-single-product .nx-related-card {
    flex: 0 0 72% !important;
    max-width: 330px !important;
    scroll-snap-align: start !important;
  }

  .nx-single-product .nx-related-card-media {
    aspect-ratio: 4 / 5 !important;
    padding: 15px !important;
  }

  .nx-single-product .nx-related-card-media::before {
    inset: 15px !important;
  }

  .nx-single-product .nx-related-card-footer {
    grid-template-columns: 1fr !important;
    gap: 8px !important;

    padding-top: 14px !important;
  }

  .nx-single-product .nx-related-card-title {
    font-size: 23px !important;
    white-space: normal !important;
  }

  .nx-single-product .nx-related-card-price {
    font-size: 15.5px !important;
    text-align: left !important;
  }
}


/* =========================================================
   VERY NARROW MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .nx-single-product .nx-related-card {
    flex-basis: 78% !important;
    max-width: 310px !important;
  }
.nx-single-product .nx-product-related {
  padding-top: 52px !important;
  padding-bottom: 40px !important;
}
  .nx-single-product .nx-related-card-media {
    padding: 14px !important;
  }

  .nx-single-product .nx-related-card-media::before {
    inset: 14px !important;
  }

  .nx-single-product .nx-related-card-title {
    font-size: 22px !important;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nx-single-product .nx-related-card,
  .nx-single-product .nx-related-card-media,
  .nx-single-product .nx-related-card-media::before,
  .nx-single-product .nx-related-card-media::after,
  .nx-single-product .nx-related-card-image,
  .nx-single-product .nx-related-card-title {
    transition-duration: 0.01ms !important;
  }

  .nx-single-product .nx-related-card:hover .nx-related-card-image {
    transform: none !important;
  }
}
/* =========================================================
   NEXART STUDIO — GLOBAL STUDIO FOOTER
   Elementor Footer Template
   Scope: .nx-studio-footer
   ========================================================= */

.nx-studio-footer {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding:
    clamp(18px, 1.7vw, 24px)
    clamp(28px, 5vw, 72px) !important;

  background: #211d1a !important;
  color: #f8f6f1 !important;

  border: 0 !important;
  overflow: hidden !important;
}

.nx-studio-footer > .e-con-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   INNER LAYOUT
   ========================================================= */

.nx-studio-footer .nx-studio-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;

  width: 100% !important;
  max-width: 100% !important;

  min-height: 58px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  gap: clamp(20px, 3vw, 42px) !important;
}

.nx-studio-footer .nx-studio-footer-inner > .e-con-inner {
  display: contents !important;
}


/* =========================================================
   LEFT — NEXART SVG LOGO
   White SVG expected
   ========================================================= */

.nx-studio-footer .nx-studio-footer-brand {
  justify-self: start !important;

  width: auto !important;
  max-width: 142px !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-studio-footer .nx-studio-footer-brand .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.nx-studio-footer .nx-studio-footer-brand a {
  display: inline-flex !important;
  align-items: center !important;

  width: auto !important;

  text-decoration: none !important;
}

.nx-studio-footer .nx-studio-footer-brand img,
.nx-studio-footer .nx-studio-footer-brand svg {
  display: block !important;

  width: auto !important;
  max-width: 126px !important;
  height: auto !important;
  max-height: 21px !important;

  object-fit: contain !important;

  opacity: 0.92 !important;
}


/* =========================================================
   CENTER — BACK TO TOP
   ========================================================= */

.nx-studio-footer .nx-studio-footer-top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 38px !important;
  height: 38px !important;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 999px !important;

  background: rgba(248, 246, 241, 0.86) !important;
  border: 1px solid rgba(248, 246, 241, 0.34) !important;

  font-family: var(--nx-sp-ui) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;

  color: #211d1a !important;

  text-decoration: none !important;

  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.20),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;

  transform: translateY(0) !important;

  transition:
    background-color 0.32s ease,
    color 0.32s ease,
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease !important;
}

.nx-studio-footer .nx-studio-footer-top:hover {
  background: #f8f6f1 !important;
  color: #211d1a !important;

  border-color: rgba(248, 246, 241, 0.62) !important;

  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;

  transform: translateY(-2px) !important;
}


/* =========================================================
   RIGHT — META
   ========================================================= */

.nx-studio-footer .nx-studio-footer-meta {
  justify-self: end !important;

  margin: 0 !important;
  padding: 0 !important;
}

.nx-studio-footer .nx-studio-footer-meta,
.nx-studio-footer .nx-studio-footer-meta .elementor-heading-title,
.nx-studio-footer .nx-studio-footer-meta .elementor-widget-container {
  font-family: var(--nx-sp-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;

  color: rgba(248, 246, 241, 0.58) !important;

  text-align: right !important;

  margin-top: 0 !important;
  padding: 0 !important;

  white-space: nowrap !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {
  .nx-studio-footer {
    padding:
      18px
      36px !important;
  }

  .nx-studio-footer .nx-studio-footer-inner {
    min-height: 56px !important;
    gap: 28px !important;
  }

  .nx-studio-footer .nx-studio-footer-brand img,
  .nx-studio-footer .nx-studio-footer-brand svg {
    max-width: 118px !important;
    max-height: 20px !important;
  }

  .nx-studio-footer .nx-studio-footer-top {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
  }

  .nx-studio-footer .nx-studio-footer-meta,
  .nx-studio-footer .nx-studio-footer-meta .elementor-heading-title,
  .nx-studio-footer .nx-studio-footer-meta .elementor-widget-container {
    font-size: 7.6px !important;
    letter-spacing: 0.15em !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .nx-studio-footer {
    padding:
      30px
      22px
      32px !important;
  }

  .nx-studio-footer .nx-studio-footer-inner {
    grid-template-columns: 1fr !important;
    justify-items: center !important;

    min-height: auto !important;

    gap: 20px !important;
  }

  .nx-studio-footer .nx-studio-footer-brand {
    justify-self: center !important;
  }

  .nx-studio-footer .nx-studio-footer-brand img,
  .nx-studio-footer .nx-studio-footer-brand svg {
    max-width: 122px !important;
    max-height: 21px !important;
  }

  .nx-studio-footer .nx-studio-footer-top {
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
  }

  .nx-studio-footer .nx-studio-footer-meta {
    justify-self: center !important;
  }

  .nx-studio-footer .nx-studio-footer-meta,
  .nx-studio-footer .nx-studio-footer-meta .elementor-heading-title,
  .nx-studio-footer .nx-studio-footer-meta .elementor-widget-container {
    font-size: 7.7px !important;
    line-height: 1.45 !important;
    letter-spacing: 0.15em !important;

    text-align: center !important;

    white-space: normal !important;
  }
}


/* =========================================================
   VERY NARROW MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .nx-studio-footer {
    padding:
      28px
      18px
      30px !important;
  }

  .nx-studio-footer .nx-studio-footer-inner {
    gap: 18px !important;
  }

  .nx-studio-footer .nx-studio-footer-brand img,
  .nx-studio-footer .nx-studio-footer-brand svg {
    max-width: 112px !important;
    max-height: 19px !important;
  }

  .nx-studio-footer .nx-studio-footer-top {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
  }

  .nx-studio-footer .nx-studio-footer-meta,
  .nx-studio-footer .nx-studio-footer-meta .elementor-heading-title,
  .nx-studio-footer .nx-studio-footer-meta .elementor-widget-container {
    font-size: 7.3px !important;
    letter-spacing: 0.13em !important;
  }
}
/* =========================================================
   NEXART — WOOCOMMERCE CART
   WooCommerce Blocks
   Scope: Cart page / post-12 only
   ========================================================= */

/* -----------------------------
   PAGE SHELL
------------------------------ */

#post-12 {
  --nx-cart-ink: #211d1a;
  --nx-cart-soft: #4f4741;
  --nx-cart-muted: #81776f;
  --nx-cart-bronze: #9a7654;
  --nx-cart-ivory: #f8f6f1;
  --nx-cart-panel: #f4f0e9;
  --nx-cart-line: rgba(33, 29, 26, 0.12);
  --nx-cart-line-soft: rgba(33, 29, 26, 0.08);
  --nx-cart-display: "Cormorant Garamond", Georgia, serif;
  --nx-cart-ui: "Inter", system-ui, sans-serif;

  width: 100% !important;
  max-width: 1440px !important;

  margin: 0 auto !important;
  padding:
    clamp(56px, 5vw, 82px)
    clamp(24px, 4.8vw, 72px)
    clamp(80px, 7vw, 112px) !important;

  color: var(--nx-cart-ink) !important;
  background: var(--nx-cart-ivory) !important;
}

#post-12,
#post-12 *,
#post-12 *::before,
#post-12 *::after {
  box-sizing: border-box !important;
}

/* Remove Blocksy constrained widths */
#post-12 .hero-section,
#post-12 .entry-header,
#post-12 .entry-content,
#post-12 .wp-block-woocommerce-cart {
  width: 100% !important;
  max-width: none !important;

  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* -----------------------------
   PAGE TITLE
------------------------------ */

#post-12 .hero-section {
  margin: 0 0 clamp(50px, 5vw, 72px) !important;
  padding: 0 0 26px !important;

  border-bottom: 1px solid var(--nx-cart-line) !important;
  background: transparent !important;
}

#post-12 .page-title {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-cart-display) !important;
  font-size: clamp(46px, 4.6vw, 68px) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;

  color: var(--nx-cart-ink) !important;
}

/* -----------------------------
   MAIN CART LAYOUT
------------------------------ */

#post-12 .wc-block-components-sidebar-layout.wc-block-cart {
  display: grid !important;
  grid-template-columns:
    minmax(0, 1.65fr)
    minmax(330px, 0.9fr) !important;
  align-items: start !important;

  width: 100% !important;
  max-width: none !important;

  gap: clamp(48px, 6vw, 88px) !important;

  margin: 0 !important;
  padding: 0 !important;
}

#post-12 .wc-block-cart__main,
#post-12 .wc-block-cart__sidebar {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* -----------------------------
   CART TABLE
------------------------------ */

#post-12 .wc-block-cart-items {
  width: 100% !important;

  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;

  background: transparent !important;
}

#post-12 .wc-block-cart-items__header {
  border-bottom: 1px solid var(--nx-cart-line) !important;
}

#post-12 .wc-block-cart-items__header th {
  padding: 0 0 16px !important;
  border: 0 !important;

  font-family: var(--nx-cart-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;

  color: var(--nx-cart-muted) !important;
}

#post-12 .wc-block-cart-items__header-total {
  text-align: right !important;
}

#post-12 .wc-block-cart-items__row {
  border-bottom: 1px solid var(--nx-cart-line) !important;
}

#post-12 .wc-block-cart-items__row td {
  padding-top: 24px !important;
  padding-bottom: 24px !important;

  border: 0 !important;
  vertical-align: top !important;
}

/* -----------------------------
   PRODUCT IMAGE
------------------------------ */

#post-12 .wc-block-cart-item__image {
  width: 112px !important;
  padding-right: 20px !important;
}

#post-12 .wc-block-cart-item__image a {
  display: block !important;
  width: 92px !important;
  aspect-ratio: 1 / 1 !important;

  background: #ebe5dc !important;
  border: 1px solid var(--nx-cart-line) !important;

  overflow: hidden !important;
}

#post-12 .wc-block-cart-item__image img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;
}

/* -----------------------------
   PRODUCT DETAILS
------------------------------ */

#post-12 .wc-block-cart-item__product {
  padding-right: 24px !important;
}

#post-12 .wc-block-cart-item__wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

#post-12 .wc-block-components-product-name {
  margin: 0 !important;

  font-family: var(--nx-cart-display) !important;
  font-size: clamp(24px, 2vw, 30px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;

  color: var(--nx-cart-ink) !important;
  text-decoration: none !important;

  transition: color 0.25s ease !important;
}

#post-12 .wc-block-components-product-name:hover {
  color: var(--nx-cart-bronze) !important;
}

#post-12 .wc-block-cart-item__prices {
  margin: 7px 0 0 !important;
}

#post-12 .wc-block-cart-item__prices,
#post-12 .wc-block-cart-item__prices * {
  font-family: var(--nx-cart-ui) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;

  color: var(--nx-cart-soft) !important;
}

#post-12 .wc-block-components-product-metadata {
  margin: 10px 0 0 !important;
}

#post-12 .wc-block-components-product-metadata,
#post-12 .wc-block-components-product-metadata p {
  max-width: 340px !important;

  margin: 0 !important;

  font-family: var(--nx-cart-display) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.45 !important;

  color: var(--nx-cart-muted) !important;
}

/* -----------------------------
   QUANTITY + REMOVE
------------------------------ */

#post-12 .wc-block-cart-item__quantity {
  display: flex !important;
  align-items: center !important;

  gap: 14px !important;

  margin: 18px 0 0 !important;
}

#post-12 .wc-block-components-quantity-.elementor-kit-5 {
  display: grid !important;
  grid-template-columns: 32px 38px 32px !important;
  align-items: center !important;

  width: 102px !important;
  height: 46px !important;

  margin: 0 !important;

  border: 1px solid var(--nx-cart-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#post-12 .wc-block-components-quantity-.elementor-kit-5::after {
  content: none !important;
  display: none !important;
}

#post-12 .wc-block-components-quantity-.elementor-kit-5__input {
  grid-column: 2 !important;

  width: 38px !important;
  height: 44px !important;

  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  font-family: var(--nx-cart-ui) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-align: center !important;

  color: var(--nx-cart-ink) !important;
}

#post-12 .wc-block-components-quantity-.elementor-kit-5__button {
  position: static !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 32px !important;
  min-width: 32px !important;
  height: 44px !important;

  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;

  font-family: var(--nx-cart-ui) !important;
  font-size: 15px !important;
  font-weight: 400 !important;

  color: var(--nx-cart-soft) !important;
}

#post-12 .wc-block-components-quantity-.elementor-kit-5__button--minus {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

#post-12 .wc-block-components-quantity-.elementor-kit-5__button--plus {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

#post-12 .wc-block-cart-item__remove-link {
  position: static !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 34px !important;
  height: 34px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: var(--nx-cart-muted) !important;
}

#post-12 .wc-block-cart-item__remove-link svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

#post-12 .wc-block-cart-item__remove-link:hover {
  color: var(--nx-cart-bronze) !important;
}

/* -----------------------------
   LINE TOTAL
------------------------------ */

#post-12 .wc-block-cart-item__total {
  min-width: 120px !important;

  padding-left: 20px !important;

  text-align: right !important;
}

#post-12 .wc-block-cart-item__total,
#post-12 .wc-block-cart-item__total * {
  font-family: var(--nx-cart-display) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;

  color: var(--nx-cart-ink) !important;
  text-decoration: none !important;
}

/* -----------------------------
   CART TOTALS PANEL
------------------------------ */

#post-12 .wc-block-cart__sidebar {
  padding: 30px 30px 32px !important;

  background: var(--nx-cart-panel) !important;
  border: 1px solid var(--nx-cart-line) !important;
}

#post-12 .wc-block-cart__totals-title {
  margin: 0 !important;
  padding: 0 0 20px !important;

  border-bottom: 1px solid var(--nx-cart-line) !important;

  font-family: var(--nx-cart-ui) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;

  color: var(--nx-cart-muted) !important;
}

#post-12 .wc-block-components-totals-wrapper {
  padding: 0 !important;
  border: 0 !important;
}

#post-12 .wc-block-components-totals-coupon {
  margin: 0 !important;
  padding: 0 !important;

  border-bottom: 1px solid var(--nx-cart-line) !important;
}

#post-12 .wc-block-components-panel__button {
  min-height: 58px !important;

  padding: 0 !important;

  font-family: var(--nx-cart-ui) !important;
  font-size: 11px !important;
  font-weight: 400 !important;

  color: var(--nx-cart-soft) !important;
}

#post-12 .wc-block-components-panel__button-icon {
  width: 18px !important;
  height: 18px !important;

  fill: var(--nx-cart-muted) !important;
}

#post-12 .wc-block-components-totals-footer-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: baseline !important;

  min-height: 76px !important;

  margin: 0 !important;
  padding: 24px 0 !important;

  border-bottom: 1px solid var(--nx-cart-line) !important;
}

#post-12 .wc-block-components-totals-footer-item
.wc-block-components-totals-item__label {
  font-family: var(--nx-cart-display) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;

  color: var(--nx-cart-ink) !important;
}

#post-12 .wc-block-components-totals-footer-item
.wc-block-components-totals-item__value,
#post-12 .wc-block-components-totals-footer-item
.wc-block-components-formatted-money-amount {
  font-family: var(--nx-cart-display) !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  color: var(--nx-cart-ink) !important;
}

/* -----------------------------
   CHECKOUT BUTTON
------------------------------ */

#post-12 .wc-block-cart__submit {
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

#post-12 .wc-block-cart__submit-container {
  margin: 0 !important;
  padding: 0 !important;
}

#post-12 .wc-block-cart__submit-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 58px !important;

  margin: 0 !important;
  padding: 17px 24px !important;

  border: 1px solid var(--nx-cart-ink) !important;
  border-radius: 0 !important;
  background: var(--nx-cart-ink) !important;
  box-shadow: none !important;

  font-family: var(--nx-cart-ui) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  color: var(--nx-cart-ivory) !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease !important;
}

#post-12 .wc-block-cart__submit-button:hover,
#post-12 .wc-block-cart__submit-button:focus {
  color: var(--nx-cart-ink) !important;
  background: transparent !important;
}

#post-12 .wc-block-cart__submit-button
.wc-block-components-button__text {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

/* -----------------------------
   TABLET
------------------------------ */

@media (min-width: 701px) and (max-width: 1024px) {
  #post-12 {
    padding:
      54px
      36px
      82px !important;
  }

  #post-12 .wc-block-components-sidebar-layout.wc-block-cart {
    grid-template-columns:
      minmax(0, 1.4fr)
      minmax(290px, 0.8fr) !important;

    gap: 34px !important;
  }

  #post-12 .wc-block-cart__sidebar {
    padding: 26px 24px 28px !important;
  }

  #post-12 .wc-block-cart-item__image {
    width: 96px !important;
  }

  #post-12 .wc-block-cart-item__image a {
    width: 78px !important;
  }
}

/* -----------------------------
   MOBILE
------------------------------ */

@media (max-width: 700px) {
  #post-12 {
    padding:
      42px
      18px
      64px !important;
  }

  #post-12 .hero-section {
    margin-bottom: 38px !important;
    padding-bottom: 20px !important;
  }

  #post-12 .page-title {
    font-size: clamp(42px, 13vw, 58px) !important;
  }

  #post-12 .wc-block-components-sidebar-layout.wc-block-cart {
    display: flex !important;
    flex-direction: column !important;

    gap: 42px !important;
  }

  #post-12 .wc-block-cart-items__header {
    display: none !important;
  }

  #post-12 .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;

    padding: 0 0 26px !important;
  }

  #post-12 .wc-block-cart-items__row td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #post-12 .wc-block-cart-item__image {
    grid-column: 1 !important;

    width: 84px !important;
    padding-right: 14px !important;
  }

  #post-12 .wc-block-cart-item__image a {
    width: 70px !important;
  }

  #post-12 .wc-block-cart-item__product {
    grid-column: 2 !important;
    padding-right: 0 !important;
  }

  #post-12 .wc-block-cart-item__total {
    display: none !important;
  }

  #post-12 .wc-block-components-product-name {
    font-size: 25px !important;
  }

  #post-12 .wc-block-components-product-metadata,
  #post-12 .wc-block-components-product-metadata p {
    font-size: 13px !important;
  }

  #post-12 .wc-block-cart-item__quantity {
    margin-top: 15px !important;
  }

  #post-12 .wc-block-cart__sidebar {
    padding: 26px 22px 28px !important;
  }

  #post-12 .wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
    font-size: 20px !important;
  }

  #post-12 .wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value,
  #post-12 .wc-block-components-totals-footer-item
  .wc-block-components-formatted-money-amount {
    font-size: 23px !important;
  }
}

/* -----------------------------
   NARROW MOBILE
------------------------------ */

@media (max-width: 390px) {
  #post-12 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #post-12 .wc-block-cart__sidebar {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* =========================================================
   NEXART — CHECKOUT + SINGLE PRODUCT CART NOTICE
   Checkout: #post-13 / WooCommerce Blocks
   ========================================================= */


/* =========================================================
   01. SINGLE PRODUCT — ADDED TO CART NOTICE
   ========================================================= */

body.single-product .woocommerce-notices-wrapper {
  width: min(1440px, calc(100% - 48px)) !important;

  margin: 0 auto !important;
  padding: 10px 0 0 !important;
}

body.single-product .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.single-product .woocommerce-message {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 100% !important;
  min-height: 62px !important;

  gap: 24px !important;

  margin: 0 !important;
  padding: 12px 12px 12px 52px !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em !important;

  color: rgba(33, 29, 26, 0.72) !important;
  background: #f4f0e9 !important;

  border: 1px solid rgba(33, 29, 26, 0.10) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.single-product .woocommerce-message::before {
  content: "✓" !important;

  position: absolute !important;
  top: 50% !important;
  left: 20px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 20px !important;
  height: 20px !important;

  transform: translateY(-50%) !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 650 !important;

  color: #9a7654 !important;

  border: 1px solid rgba(154, 118, 84, 0.46) !important;
  border-radius: 50% !important;
  background: transparent !important;
}

body.single-product .woocommerce-message::after {
  content: none !important;
  display: none !important;
}

body.single-product .woocommerce-message .button.wc-forward {
  order: 2 !important;
  flex: 0 0 auto !important;
  float: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 116px !important;
  min-height: 40px !important;

  margin: 0 !important;
  padding: 12px 20px !important;

  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 8.5px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  color: #f8f6f1 !important;
  background: #211d1a !important;

  border: 1px solid #211d1a !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease !important;
}

body.single-product .woocommerce-message .button.wc-forward:hover,
body.single-product .woocommerce-message .button.wc-forward:focus {
  color: #211d1a !important;
  background: transparent !important;
}

@media (max-width: 700px) {
  body.single-product .woocommerce-notices-wrapper {
    width: calc(100% - 36px) !important;
  }

  body.single-product .woocommerce-message {
    align-items: flex-start !important;
    flex-direction: column !important;

    gap: 14px !important;

    padding: 18px 18px 18px 48px !important;
  }

  body.single-product .woocommerce-message::before {
    top: 18px !important;
    left: 16px !important;

    transform: none !important;
  }

  body.single-product .woocommerce-message .button.wc-forward {
    width: 100% !important;
    min-height: 44px !important;
  }
}


/* =========================================================
   02. CHECKOUT — PAGE SHELL
   ========================================================= */

#post-13 {
  --nx-checkout-ink: #211d1a;
  --nx-checkout-soft: #4f4741;
  --nx-checkout-muted: #81776f;
  --nx-checkout-bronze: #9a7654;
  --nx-checkout-ivory: #f8f6f1;
  --nx-checkout-panel: #f4f0e9;
  --nx-checkout-line: rgba(33, 29, 26, 0.12);
  --nx-checkout-line-soft: rgba(33, 29, 26, 0.08);
  --nx-checkout-display: "Cormorant Garamond", Georgia, serif;
  --nx-checkout-ui: "Inter", system-ui, sans-serif;

  width: 100% !important;
  max-width: 1440px !important;

  margin: 0 auto !important;
  padding:
    clamp(56px, 5vw, 82px)
    clamp(24px, 4.8vw, 72px)
    clamp(80px, 7vw, 112px) !important;

  color: var(--nx-checkout-ink) !important;
  background: var(--nx-checkout-ivory) !important;
}

#post-13,
#post-13 *,
#post-13 *::before,
#post-13 *::after {
  box-sizing: border-box !important;
}

#post-13 .hero-section,
#post-13 .entry-header,
#post-13 .entry-content,
#post-13 .wp-block-woocommerce-checkout {
  width: 100% !important;
  max-width: none !important;

  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* =========================================================
   03. CHECKOUT TITLE
   ========================================================= */

#post-13 .hero-section {
  margin: 0 0 clamp(50px, 5vw, 72px) !important;
  padding: 0 0 26px !important;

  border-bottom: 1px solid var(--nx-checkout-line) !important;
  background: transparent !important;
}

#post-13 .page-title {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-checkout-display) !important;
  font-size: clamp(46px, 4.6vw, 68px) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;

  color: var(--nx-checkout-ink) !important;
}


/* =========================================================
   04. CHECKOUT LAYOUT
   ========================================================= */

#post-13 .wc-block-components-sidebar-layout.wc-block-checkout {
  display: grid !important;
  grid-template-columns:
    minmax(0, 1.6fr)
    minmax(340px, 0.86fr) !important;
  align-items: start !important;

  width: 100% !important;
  max-width: none !important;

  gap: clamp(54px, 6vw, 88px) !important;

  margin: 0 !important;
  padding: 0 !important;
}

#post-13 .wc-block-checkout__main,
#post-13 .wc-block-checkout__sidebar {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
}

#post-13 .wc-block-checkout__main {
  padding: 0 !important;
}


/* =========================================================
   05. CHECKOUT STEPS
   ========================================================= */

#post-13 .wc-block-components-checkout-step {
  margin: 0 0 34px !important;
  padding: 0 !important;

  border: 0 !important;
}

#post-13 .wc-block-components-checkout-step__heading-container {
  margin: 0 0 16px !important;
}

#post-13 .wc-block-components-checkout-step__title,
#post-13 .wc-block-components-title {
  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--nx-checkout-display) !important;
  font-size: clamp(25px, 2vw, 31px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;

  color: var(--nx-checkout-ink) !important;
}

#post-13 .wc-block-components-checkout-step__content {
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   06. FORM FIELDS
   ========================================================= */

#post-13 .wc-block-components-address-form {
  gap: 12px !important;
}

#post-13 .wc-block-components-text-input,
#post-13 .wc-blocks-components-select {
  margin: 0 !important;
}

#post-13 .wc-block-components-text-input input,
#post-13 .wc-blocks-components-select__select {
  width: 100% !important;
  min-height: 54px !important;

  padding: 20px 16px 7px !important;

  font-family: var(--nx-checkout-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;

  color: var(--nx-checkout-ink) !important;
  background: transparent !important;

  border: 1px solid var(--nx-checkout-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;

  transition: border-color 0.22s ease !important;
}

#post-13 .wc-block-components-text-input input:focus,
#post-13 .wc-blocks-components-select__select:focus {
  border-color: var(--nx-checkout-bronze) !important;
  box-shadow: none !important;
}

#post-13 .wc-block-components-text-input label,
#post-13 .wc-blocks-components-select__label {
  font-family: var(--nx-checkout-ui) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;

  color: var(--nx-checkout-muted) !important;
}

#post-13 .wc-block-components-address-form__address_2-toggle {
  display: inline-block !important;

  margin: 2px 0 4px !important;

  font-family: var(--nx-checkout-ui) !important;
  font-size: 10.5px !important;

  color: var(--nx-checkout-soft) !important;
}


/* =========================================================
   07. CHECKBOX / TERMS
   ========================================================= */

#post-13 .wc-block-components-checkbox__input {
  border: 1px solid var(--nx-checkout-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#post-13 .wc-block-components-checkbox__label,
#post-13 .wc-block-checkout__terms {
  font-family: var(--nx-checkout-ui) !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;

  color: var(--nx-checkout-soft) !important;
}

#post-13 .wc-block-checkout__terms {
  margin: 24px 0 !important;
  padding: 24px 0 0 !important;

  border-top: 1px solid var(--nx-checkout-line) !important;
}


/* =========================================================
   08. ORDER SUMMARY
   ========================================================= */

#post-13 .wc-block-checkout__sidebar {
  padding: 28px 28px 30px !important;

  background: var(--nx-checkout-panel) !important;
  border: 1px solid var(--nx-checkout-line) !important;
}

#post-13 .wc-block-components-checkout-order-summary__title {
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 0 20px !important;

  border-bottom: 1px solid var(--nx-checkout-line) !important;
}

#post-13 .wc-block-components-checkout-order-summary__title-text {
  margin: 0 !important;

  font-family: var(--nx-checkout-display) !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;

  color: var(--nx-checkout-ink) !important;
}

#post-13 .wc-block-components-order-summary-item {
  padding: 20px 0 !important;
}

#post-13 .wc-block-components-order-summary-item__image img {
  width: 58px !important;
  height: 58px !important;

  object-fit: cover !important;

  border: 1px solid var(--nx-checkout-line) !important;
}

#post-13 .wc-block-components-order-summary-item__quantity {
  background: var(--nx-checkout-bronze) !important;
  color: #fff !important;
}

#post-13 .wc-block-components-order-summary-item
.wc-block-components-product-name {
  font-family: var(--nx-checkout-display) !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;

  color: var(--nx-checkout-ink) !important;
}

#post-13 .wc-block-components-order-summary-item
.wc-block-components-product-metadata,
#post-13 .wc-block-components-order-summary-item
.wc-block-components-product-metadata p {
  margin: 6px 0 0 !important;

  font-family: var(--nx-checkout-display) !important;
  font-size: 12px !important;
  font-style: italic !important;
  line-height: 1.4 !important;

  color: var(--nx-checkout-muted) !important;
}

#post-13 .wc-block-components-totals-wrapper {
  padding: 0 !important;
  border-top: 1px solid var(--nx-checkout-line) !important;
}

#post-13 .wc-block-components-totals-item,
#post-13 .wc-block-components-panel__button {
  min-height: 56px !important;
  padding: 16px 0 !important;

  font-family: var(--nx-checkout-ui) !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;

  color: var(--nx-checkout-soft) !important;
}

#post-13 .wc-block-components-totals-footer-item {
  min-height: 72px !important;
}

#post-13 .wc-block-components-totals-footer-item
.wc-block-components-totals-item__label {
  font-family: var(--nx-checkout-display) !important;
  font-size: 21px !important;
  color: var(--nx-checkout-ink) !important;
}

#post-13 .wc-block-components-totals-footer-item
.wc-block-components-formatted-money-amount {
  font-family: var(--nx-checkout-display) !important;
  font-size: 24px !important;
  font-weight: 400 !important;

  color: var(--nx-checkout-ink) !important;
}


/* =========================================================
   09. PLACE ORDER BUTTON
   ========================================================= */

#post-13 .wc-block-checkout__actions {
  margin: 0 !important;
  padding: 0 !important;
}

#post-13 .wc-block-components-checkout-place-order-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 58px !important;

  margin: 0 !important;
  padding: 17px 24px !important;

  font-family: var(--nx-checkout-ui) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;

  color: var(--nx-checkout-ivory) !important;
  background: var(--nx-checkout-ink) !important;

  border: 1px solid var(--nx-checkout-ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease !important;
}

#post-13 .wc-block-components-checkout-place-order-button:hover,
#post-13 .wc-block-components-checkout-place-order-button:focus {
  color: var(--nx-checkout-ink) !important;
  background: transparent !important;
}

#post-13 .wc-block-components-checkout-place-order-button *,
#post-13 .wc-block-components-checkout-place-order-button__text {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}


/* =========================================================
   10. ERROR NOTICES
   Keep visible; payment configuration still required
   ========================================================= */

#post-13 .wc-block-components-notice-banner.is-error {
  padding: 14px 16px !important;

  font-family: var(--nx-checkout-ui) !important;
  font-size: 10.5px !important;
  line-height: 1.5 !important;

  border: 1px solid rgba(142, 55, 47, 0.24) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}


/* =========================================================
   11. TABLET / MOBILE
   ========================================================= */

@media (max-width: 900px) {
  #post-13 {
    padding:
      48px
      24px
      76px !important;
  }

  #post-13 .wc-block-components-sidebar-layout.wc-block-checkout {
    display: flex !important;
    flex-direction: column !important;

    gap: 44px !important;
  }

  #post-13 .wc-block-checkout__main,
  #post-13 .wc-block-checkout__sidebar {
    width: 100% !important;
  }

  #post-13 .wc-block-checkout__sidebar {
    position: static !important;
    order: 2 !important;
  }
}

@media (max-width: 700px) {
  #post-13 {
    padding:
      40px
      18px
      64px !important;
  }

  #post-13 .hero-section {
    margin-bottom: 38px !important;
    padding-bottom: 20px !important;
  }

  #post-13 .page-title {
    font-size: clamp(42px, 13vw, 58px) !important;
  }

  #post-13 .wc-block-components-checkout-step {
    margin-bottom: 30px !important;
  }

  #post-13 .wc-block-components-checkout-step__title,
  #post-13 .wc-block-components-title {
    font-size: 25px !important;
  }

  #post-13 .wc-block-checkout__sidebar {
    padding: 24px 20px 26px !important;
  }
}

@media (max-width: 390px) {
  #post-13 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}/* =========================================================
   NEXART — ATELIER PRIVÉ / HIGH-END FINAL
   Fresh replacement stylesheet — scoped to .nx-atelier-page
   ========================================================= */

.nx-atelier-page {
  --nx-ap-ivory: #f8f6f1;
  --nx-ap-paper: #fbfaf7;
  --nx-ap-stone: #ebe6dc;
  --nx-ap-panel: #f1ede5;
  --nx-ap-ink: #211d1a;
  --nx-ap-body: #534b44;
  --nx-ap-muted: #81776f;
  --nx-ap-bronze: #a68158;
  --nx-ap-line: rgba(33, 29, 26, .12);
  --nx-ap-line-soft: rgba(33, 29, 26, .075);
  --nx-ap-display: "Cormorant Garamond", Georgia, serif;
  --nx-ap-ui: "Inter", system-ui, sans-serif;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--nx-ap-ink) !important;
  background: var(--nx-ap-ivory) !important;
  overflow: clip !important;
}

.nx-atelier-page,
.nx-atelier-page *,
.nx-atelier-page *::before,
.nx-atelier-page *::after { box-sizing: border-box !important; }

.nx-atelier-page img { display: block; max-width: 100%; }
.nx-atelier-page p:last-child { margin-bottom: 0 !important; }
.nx-atelier-page a { color: inherit; }

/* Elementor width-variable normalization. */
.nx-atelier-page > .e-con-inner,
.nx-atelier-page .nx-atelier-hero-inner,
.nx-atelier-page .nx-atelier-path,
.nx-atelier-page .nx-atelier-path-inner,
.nx-atelier-page .nx-configurator-inner,
.nx-atelier-page .nx-config-products,
.nx-atelier-page .nx-config-products-widget,
.nx-atelier-page .nx-config-materials,
.nx-atelier-page .nx-config-material-columns,
.nx-atelier-page .nx-config-group,
.nx-atelier-page .nx-config-action,
.nx-atelier-page .nx-commission-inner,
.nx-atelier-page .nx-commission-form-shell,
.nx-atelier-page .nx-commission-form,
.nx-atelier-page .nx-process-inner,
.nx-atelier-page .nx-process-steps,
.nx-atelier-page .nx-process-step,
.nx-atelier-page .nx-atelier-closing-inner {
  --width: 100% !important;
  --container-widget-width: 100% !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.nx-atelier-page .e-con > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Shared editorial typography. */
.nx-atelier-page .nx-atelier-title,
.nx-atelier-page .nx-path-title,
.nx-atelier-page .nx-configurator-title,
.nx-atelier-page .nx-commission-title,
.nx-atelier-page .nx-process-title,
.nx-atelier-page .nx-atelier-closing-line {
  font-family: var(--nx-ap-display) !important;
  font-weight: 400 !important;
  letter-spacing: -.035em !important;
  color: var(--nx-ap-ink) !important;
}

.nx-atelier-page .nx-atelier-kicker,
.nx-atelier-page .nx-configurator-kicker,
.nx-atelier-page .nx-commission-kicker,
.nx-atelier-page .nx-process-kicker,
.nx-atelier-page .nx-path-label,
.nx-atelier-page .nx-config-step-label,
.nx-atelier-page .nx-config-group-title {
  font-family: var(--nx-ap-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: .23em !important;
  text-transform: uppercase !important;
  color: var(--nx-ap-bronze) !important;
}

/* =========================================================
   HERO
   ========================================================= */
.nx-atelier-page .nx-atelier-hero {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 520px !important;
  margin: 0 !important;
  padding: 92px 32px 96px !important;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.72), transparent 38%),
    var(--nx-ap-ivory) !important;
  border-bottom: 1px solid var(--nx-ap-line-soft) !important;
}

.nx-atelier-page .nx-atelier-hero::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: var(--nx-ap-bronze);
  opacity: .7;
}

.nx-atelier-page .nx-atelier-hero-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.nx-atelier-page .nx-atelier-kicker { margin: 0 0 24px !important; }

.nx-atelier-page .nx-atelier-title,
.nx-atelier-page .nx-atelier-title .elementor-heading-title {
  margin: 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(68px, 7.2vw, 108px) !important;
  font-weight: 400 !important;
  line-height: .88 !important;
  letter-spacing: -.052em !important;
  color: var(--nx-ap-ink) !important;
}

.nx-atelier-page .nx-atelier-tagline {
  margin: 34px 0 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(21px, 1.8vw, 28px) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  color: rgba(83,75,68,.62) !important;
}

.nx-atelier-page .nx-atelier-intro {
  max-width: 720px !important;
  margin: 32px auto 0 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
  color: var(--nx-ap-body) !important;
}

/* =========================================================
   TWO PATHS
   ========================================================= */
.nx-atelier-page .nx-atelier-paths {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border-bottom: 1px solid var(--nx-ap-line-soft) !important;
}

.nx-atelier-page .nx-atelier-path {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.nx-atelier-page .nx-atelier-path--refine {
  background: var(--nx-ap-paper) !important;
  border-right: 1px solid var(--nx-ap-line) !important;
}
.nx-atelier-page .nx-atelier-path--commission { background: var(--nx-ap-panel) !important; }

.nx-atelier-page .nx-atelier-path-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-height: 680px !important;
  padding: clamp(64px, 6vw, 92px) clamp(42px, 6vw, 86px) 72px !important;
}

.nx-atelier-page .nx-path-label {
  width: auto !important;
  margin: 0 0 24px !important;
  font-family: var(--nx-ap-display) !important;
  font-size: 15px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.nx-atelier-page .nx-path-title,
.nx-atelier-page .nx-path-title .elementor-heading-title {
  max-width: 430px !important;
  margin: 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(45px, 4.2vw, 67px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
  color: var(--nx-ap-ink) !important;
}

.nx-atelier-page .nx-path-copy {
  max-width: 410px !important;
  margin: 26px 0 0 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
  color: var(--nx-ap-body) !important;
}

.nx-atelier-page .nx-path-link {
  width: fit-content !important;
  margin: 34px 0 0 !important;
}
.nx-atelier-page .nx-path-link a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 0 0 9px !important;
  border-bottom: 1px solid rgba(33,29,26,.55) !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: transparent !important;
  background-color: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.nx-atelier-page .nx-path-link a::after { content: "→"; color: var(--nx-ap-bronze); }

.nx-atelier-page .nx-path-visual {
  --width: 100% !important;
  --container-widget-width: 100% !important;
  position: relative !important;
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  margin: auto 0 0 !important;
  padding: 14px !important;
  background: #e9e3d8 !important;
  border: 1px solid var(--nx-ap-line-soft) !important;
  overflow: hidden !important;
}
.nx-atelier-page .nx-path-visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(166,129,88,.28);
  pointer-events: none;
}
.nx-atelier-page .nx-path-image,
.nx-atelier-page .nx-path-image .elementor-widget-container,
.nx-atelier-page .nx-path-image img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nx-atelier-page .nx-path-image img { object-fit: cover !important; object-position: center !important; }

/* =========================================================
   CONFIGURATOR
   ========================================================= */
.nx-atelier-page .nx-atelier-configurator {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 104px 32px 112px !important;
  background: var(--nx-ap-ivory) !important;
}
.nx-atelier-page .nx-configurator-inner {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.nx-atelier-page .nx-configurator-header,
.nx-atelier-page .nx-commission-header {
  --width: 100% !important;
  width: 100% !important;
  max-width: 840px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.nx-atelier-page .nx-configurator-kicker { margin: 0 0 22px !important; }
.nx-atelier-page .nx-configurator-title,
.nx-atelier-page .nx-configurator-title .elementor-heading-title {
  margin: 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(50px, 5vw, 74px) !important;
  line-height: .98 !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
}
.nx-atelier-page .nx-configurator-intro,
.nx-atelier-page .nx-commission-intro {
  max-width: 650px !important;
  margin: 26px auto 0 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 11.5px !important;
  line-height: 1.75 !important;
  color: var(--nx-ap-body) !important;
}

.nx-atelier-page .nx-config-products { margin: 82px 0 0 !important; }
.nx-atelier-page .nx-config-step-heading {
  --width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 0 36px !important;
}
.nx-atelier-page .nx-config-step-number {
  --width: 36px !important;
  --container-widget-width: 36px !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border: 1px solid rgba(166,129,88,.75) !important;
  border-radius: 50% !important;
  font-family: var(--nx-ap-display) !important;
  font-size: 16px !important;
  font-style: italic !important;
  color: var(--nx-ap-bronze) !important;
}
.nx-atelier-page .nx-config-step-label { width: auto !important; color: var(--nx-ap-body) !important; }
.nx-atelier-page .nx-config-step-label .elementor-heading-title,
.nx-atelier-page .nx-config-group-title .elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: .23em !important;
  text-transform: uppercase !important;
  color: inherit !important;
}

.nx-atelier-page .nx-config-product-picker { width: 100% !important; overflow: hidden !important; }
.nx-atelier-page .nx-config-product-track {
  display: flex !important;
  width: 100% !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  border: 1px solid var(--nx-ap-line) !important;
}
.nx-atelier-page .nx-config-product-track::-webkit-scrollbar { display: none; }
.nx-atelier-page .nx-config-product-card {
  flex: 1 0 170px !important;
  min-height: 108px !important;
  padding: 22px 16px !important;
  background: var(--nx-ap-paper) !important;
  border: 0 !important;
  border-right: 1px solid var(--nx-ap-line) !important;
  border-radius: 0 !important;
  color: var(--nx-ap-ink) !important;
  cursor: pointer !important;
}
.nx-atelier-page .nx-config-product-card.is-active {
  background: var(--nx-ap-panel) !important;
  box-shadow: inset 0 -2px 0 var(--nx-ap-bronze) !important;
}
.nx-atelier-page .nx-config-product-name {
  font-family: var(--nx-ap-display) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.nx-atelier-page .nx-config-product-category {
  margin-top: 8px !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 6.5px !important;
  font-weight: 650 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--nx-ap-muted) !important;
}

.nx-atelier-page .nx-config-product-preview {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr) !important;
  width: 100% !important;
  min-height: 530px !important;
  background: var(--nx-ap-stone) !important;
  border: 1px solid var(--nx-ap-line) !important;
  border-top: 0 !important;
}
.nx-atelier-page .nx-config-product-preview-media {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  padding: clamp(34px, 5vw, 66px) !important;
}
.nx-atelier-page .nx-config-product-preview-image {
  width: min(100%, 520px) !important;
  max-height: 450px !important;
  object-fit: contain !important;
}
.nx-atelier-page .nx-config-product-preview-meta {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 54px 42px !important;
  background: rgba(251,250,247,.78) !important;
  border-left: 1px solid var(--nx-ap-line) !important;
}
.nx-atelier-page .nx-config-product-preview-category {
  font-family: var(--nx-ap-ui) !important;
  font-size: 7px !important;
  font-weight: 650 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  color: var(--nx-ap-bronze) !important;
}
.nx-atelier-page .nx-config-product-preview-title {
  margin-top: 14px !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(38px, 3.4vw, 54px) !important;
  line-height: .96 !important;
  letter-spacing: -.04em !important;
}

/* Materials. */
.nx-atelier-page .nx-config-materials {
  display: block !important;
  min-height: 0 !important;
  margin: 86px 0 0 !important;
  padding: 68px 0 0 !important;
  border-top: 1px solid var(--nx-ap-line) !important;
}
.nx-atelier-page .nx-config-material-columns {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  align-items: start !important;
  gap: clamp(64px, 8vw, 120px) !important;
  margin-top: 34px !important;
}
.nx-atelier-page .nx-config-group { display: block !important; }
.nx-atelier-page .nx-config-group-title { margin: 0 0 26px !important; color: var(--nx-ap-muted) !important; }
.nx-atelier-page .nx-config-group .elementor-widget-html,
.nx-atelier-page .nx-config-group .elementor-widget-container {
  --width: 100% !important;
  --container-widget-width: 100% !important;
  width: 100% !important;
  max-width: none !important;
}
.nx-atelier-page .nx-config-option-grid { width: 100% !important; margin: 0 !important; }
.nx-atelier-page .nx-config-wood-grid {
  grid-template-columns: repeat(4, minmax(82px, 1fr)) !important;
  gap: 24px 14px !important;
}
.nx-atelier-page .nx-config-finish-grid {
  grid-template-columns: repeat(5, minmax(62px, 1fr)) !important;
  gap: 25px 14px !important;
}
.nx-atelier-page .nx-config-option {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--nx-ap-ink) !important;
  cursor: pointer !important;
}
.nx-atelier-page .nx-config-wood-option .nx-config-swatch {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: .82 / 1 !important;
  border: 1px solid rgba(33,29,26,.15) !important;
}
.nx-atelier-page .nx-config-finish-option .nx-config-swatch {
  display: block !important;
  width: clamp(58px, 5vw, 76px) !important;
  height: clamp(58px, 5vw, 76px) !important;
  margin: 0 auto !important;
  border: 1px solid rgba(33,29,26,.14) !important;
  border-radius: 50% !important;
}

/* Material presentation colours. Wood uses layered grain-like gradients;
   these are presentation swatches, not photographic species samples. */
.nx-atelier-page .nx-config-swatch--american-black-cherry { background: linear-gradient(105deg,#6c3528 0%,#a95d43 38%,#7a3e2e 55%,#b66c50 72%,#5c2d24 100%) !important; }
.nx-atelier-page .nx-config-swatch--american-hard-maple { background: linear-gradient(105deg,#dec99b 0%,#f2e3c2 38%,#d5bc89 55%,#eee0bd 76%,#c9aa77 100%) !important; }
.nx-atelier-page .nx-config-swatch--american-walnut { background: linear-gradient(105deg,#32241d 0%,#674a34 38%,#3f2e24 55%,#78573b 75%,#291d18 100%) !important; }
.nx-atelier-page .nx-config-swatch--ash { background: linear-gradient(105deg,#d1bd93 0%,#eee1be 38%,#c3aa78 55%,#eadab3 76%,#b49b70 100%) !important; }
.nx-atelier-page .nx-config-swatch--beech { background: linear-gradient(105deg,#c79668 0%,#e0b98f 38%,#c18b61 55%,#e5c09a 76%,#ad7653 100%) !important; }
.nx-atelier-page .nx-config-swatch--european-oak { background: linear-gradient(105deg,#96703f 0%,#c6a061 38%,#a27c46 55%,#d1ad70 76%,#826039 100%) !important; }
.nx-atelier-page .nx-config-swatch--padauk { background: linear-gradient(105deg,#752816 0%,#bd4e2b 38%,#8c301b 55%,#ca6037 76%,#642113 100%) !important; }
.nx-atelier-page .nx-config-swatch--super-white { background:#e5dfd2 !important; }
.nx-atelier-page .nx-config-swatch--smoke-5 { background:#b8a27d !important; }
.nx-atelier-page .nx-config-swatch--shell-grey { background:#6f624d !important; }
.nx-atelier-page .nx-config-swatch--red-velvet { background:#7e352d !important; }
.nx-atelier-page .nx-config-swatch--pure { background:#ad9a62 !important; }
.nx-atelier-page .nx-config-swatch--natural { background:#c1ad8a !important; }
.nx-atelier-page .nx-config-swatch--midnight-sky { background:#344454 !important; }
.nx-atelier-page .nx-config-swatch--hazelnut { background:#8b5e31 !important; }
.nx-atelier-page .nx-config-swatch--fern { background:#354238 !important; }
.nx-atelier-page .nx-config-swatch--dark-roast { background:#4e3d31 !important; }
.nx-atelier-page .nx-config-swatch--dark-oak { background:#8a6a3d !important; }
.nx-atelier-page .nx-config-swatch--cotton-white { background:#ddd3bf !important; }
.nx-atelier-page .nx-config-swatch--chocolate { background:#554438 !important; }
.nx-atelier-page .nx-config-swatch--charcoal { background:#383733 !important; }
.nx-atelier-page .nx-config-swatch--black { background:#302f2b !important; }
.nx-atelier-page .nx-config-swatch--arabica { background:#6f4328 !important; }
.nx-atelier-page .nx-config-swatch--almond { background:#a78150 !important; }
.nx-atelier-page .nx-config-swatch--walnut-finish { background:#877653 !important; }
.nx-atelier-page .nx-config-option.is-active .nx-config-swatch {
  outline: 1px solid var(--nx-ap-bronze) !important;
  outline-offset: 4px !important;
}
.nx-atelier-page .nx-config-option-label {
  display: block !important;
  margin-top: 10px !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 6.5px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: .08em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: var(--nx-ap-body) !important;
  overflow-wrap: anywhere !important;
}
.nx-atelier-page .nx-config-option-note {
  display: block !important;
  margin-top: 5px !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 6px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: var(--nx-ap-bronze) !important;
}
.nx-atelier-page .nx-config-swatch--other,
.nx-atelier-page .nx-config-swatch--other-finish {
  display: grid !important;
  place-items: center !important;
  background: transparent !important;
  border-style: dashed !important;
}

.nx-atelier-page .nx-config-action {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin: 76px 0 0 !important;
  padding: 68px 0 0 !important;
  border-top: 1px solid var(--nx-ap-line) !important;
}
.nx-atelier-page .nx-config-notice {
  width: min(100%, 980px) !important;
  padding: 34px 44px !important;
  text-align: center !important;
  background: var(--nx-ap-stone) !important;
  border-left: 2px solid var(--nx-ap-bronze) !important;
}
.nx-atelier-page .nx-config-notice-title {
  font-family: var(--nx-ap-display) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: var(--nx-ap-ink) !important;
}
.nx-atelier-page .nx-config-notice-title .elementor-heading-title {
  margin: 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: var(--nx-ap-ink) !important;
}
.nx-atelier-page .nx-config-notice-copy {
  margin-top: 10px !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  color: var(--nx-ap-muted) !important;
}
.nx-atelier-page .nx-config-submit {
  width: min(100%, 340px) !important;
  margin: 32px auto 0 !important;
}
.nx-atelier-page .nx-config-submit a,
.nx-atelier-page .nx-config-submit .elementor-button {
  width: 100% !important;
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--nx-ap-ink) !important;
  border: 1px solid var(--nx-ap-ink) !important;
  border-radius: 0 !important;
  color: var(--nx-ap-ivory) !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
}
.nx-atelier-page .nx-config-selection {
  margin-top: 18px !important;
  font-family: var(--nx-ap-display) !important;
  font-size: 14px !important;
  font-style: italic !important;
  color: rgba(166,129,88,.72) !important;
}

/* =========================================================
   COMMISSION / FLUENT FORM
   ========================================================= */
.nx-atelier-page .nx-atelier-commission {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 104px 32px 112px !important;
  background: #1c1917 !important;
  color: var(--nx-ap-ivory) !important;
}
.nx-atelier-page .nx-commission-inner { max-width: 1160px !important; margin: 0 auto !important; }
.nx-atelier-page .nx-commission-kicker { margin-bottom: 22px !important; }
.nx-atelier-page .nx-commission-title,
.nx-atelier-page .nx-commission-title .elementor-heading-title {
  margin: 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(54px, 5.4vw, 80px) !important;
  font-weight: 400 !important;
  line-height: .96 !important;
  letter-spacing: -.045em !important;
  color: var(--nx-ap-ivory) !important;
}
.nx-atelier-page .nx-commission-intro { color: rgba(248,246,241,.62) !important; }
.nx-atelier-page .nx-commission-form-shell { margin: 70px auto 0 !important; max-width: 1080px !important; }
.nx-atelier-page .nx-commission-form,
.nx-atelier-page .nx-commission-form .fluentform,
.nx-atelier-page .nx-commission-form form { width: 100% !important; }
.nx-atelier-page .nx-commission-form .ff-el-group { margin-bottom: 24px !important; }
.nx-atelier-page .nx-commission-form label {
  margin-bottom: 9px !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 7px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: rgba(196,158,109,.92) !important;
}
.nx-atelier-page .nx-commission-form input:not([type="checkbox"]):not([type="radio"]),
.nx-atelier-page .nx-commission-form select,
.nx-atelier-page .nx-commission-form textarea {
  width: 100% !important;
  min-height: 56px !important;
  padding: 16px 18px !important;
  background: rgba(255,255,255,.025) !important;
  border: 1px solid rgba(248,246,241,.20) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--nx-ap-ivory) !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 11px !important;
}
.nx-atelier-page .nx-commission-form textarea { min-height: 168px !important; resize: vertical !important; }
.nx-atelier-page .nx-commission-form input:focus,
.nx-atelier-page .nx-commission-form select:focus,
.nx-atelier-page .nx-commission-form textarea:focus {
  border-color: var(--nx-ap-bronze) !important;
  outline: 0 !important;
}
.nx-atelier-page .nx-commission-form .ff-t-cell { padding-left: 10px !important; padding-right: 10px !important; }
.nx-atelier-page .nx-commission-form .ff-t-row { margin-left: -10px !important; margin-right: -10px !important; }
.nx-atelier-page .nx-atelier-consent,
.nx-atelier-page .nx-atelier-consent label {
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(248,246,241,.54) !important;
}
.nx-atelier-page .nx-commission-form button.ff-btn.ff-btn-submit,
.nx-atelier-page .nx-commission-form .ff-btn-submit,
.nx-atelier-page .nx-commission-form button[type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 340px) !important;
  min-height: 58px !important;
  margin: 38px auto 0 !important;
  padding: 16px 28px !important;
  background: var(--nx-ap-bronze) !important;
  border: 1px solid var(--nx-ap-bronze) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #171411 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
}
/* Fluent/Elementor emits a later per-widget !important background rule.
   This deliberately more-specific .elementor-kit-5 keeps the Atelier CTA on-brand. */
body .nx-atelier-page .nx-atelier-commission .nx-commission-form.fluentform-widget-submit-button-custom button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style,
body .nx-atelier-page .nx-atelier-commission .nx-commission-form .fluentform button.ff-btn.ff-btn-submit.ff_btn_style {
  background: var(--nx-ap-bronze) !important;
  background-color: var(--nx-ap-bronze) !important;
  border-color: var(--nx-ap-bronze) !important;
  color: #171411 !important;
  box-shadow: none !important;
}
.nx-atelier-page .nx-commission-response-note {
  margin: 20px auto 0 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 7px !important;
  font-weight: 600 !important;
  letter-spacing: .15em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: rgba(248,246,241,.36) !important;
}

/* =========================================================
   PROCESS + CLOSING
   ========================================================= */
.nx-atelier-page .nx-atelier-process {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 100px 32px 104px !important;
  background: var(--nx-ap-paper) !important;
}
.nx-atelier-page .nx-process-inner { max-width: 1220px !important; margin: 0 auto !important; text-align: center !important; }
.nx-atelier-page .nx-process-kicker { margin: 0 0 22px !important; }
.nx-atelier-page .nx-process-title,
.nx-atelier-page .nx-process-title .elementor-heading-title {
  margin: 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(46px, 4.6vw, 68px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
}
.nx-atelier-page .nx-process-steps {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0,1fr)) !important;
  margin: 70px 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--nx-ap-line) !important;
  border-bottom: 1px solid var(--nx-ap-line) !important;
}
.nx-atelier-page .nx-process-step {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  min-height: 210px !important;
  padding: 42px 18px 36px !important;
  border-right: 1px solid var(--nx-ap-line) !important;
  text-align: center !important;
}
.nx-atelier-page .nx-process-step:last-child { border-right: 0 !important; }
.nx-atelier-page .nx-process-number {
  --width: 40px !important;
  --container-widget-width: 40px !important;
  flex: 0 0 40px !important;
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: -63px auto 30px !important;
  padding: 0 !important;
  background: var(--nx-ap-paper) !important;
  border: 1px solid rgba(166,129,88,.7) !important;
  border-radius: 50% !important;
  font-family: var(--nx-ap-display) !important;
  font-size: 15px !important;
  font-style: italic !important;
  color: var(--nx-ap-bronze) !important;
}
.nx-atelier-page .nx-process-number .elementor-widget-container,
.nx-atelier-page .nx-process-number .elementor-heading-title {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  color: inherit !important;
}
.nx-atelier-page .nx-process-step-title,
.nx-atelier-page .nx-process-step-title .elementor-heading-title {
  margin: 0 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--nx-ap-ink) !important;
}
.nx-atelier-page .nx-process-step-copy {
  max-width: 170px !important;
  margin: 16px auto 0 !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 9px !important;
  line-height: 1.6 !important;
  color: var(--nx-ap-muted) !important;
}

.nx-atelier-page .nx-atelier-closing {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 410px !important;
  padding: 88px 32px !important;
  background: var(--nx-ap-stone) !important;
  text-align: center !important;
}
.nx-atelier-page .nx-atelier-closing-inner { max-width: 980px !important; margin: 0 auto !important; }
.nx-atelier-page .nx-atelier-closing-line,
.nx-atelier-page .nx-atelier-closing-line p {
  margin: 0 !important;
  font-family: var(--nx-ap-display) !important;
  font-size: clamp(38px, 4.2vw, 62px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  color: rgba(33,29,26,.72) !important;
}
.nx-atelier-page .nx-atelier-closing-line em { color: var(--nx-ap-bronze) !important; }
.nx-atelier-page .nx-atelier-closing-meta {
  margin-top: 28px !important;
  font-family: var(--nx-ap-ui) !important;
  font-size: 7px !important;
  font-weight: 650 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  color: var(--nx-ap-muted) !important;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (min-width: 768px) and (max-width: 1100px) {
  .nx-atelier-page .nx-atelier-hero { min-height: 480px !important; padding: 88px 32px 82px !important; }
  .nx-atelier-page .nx-atelier-path-inner { min-height: 620px !important; padding: 60px 42px 56px !important; }
  .nx-atelier-page .nx-path-title,
  .nx-atelier-page .nx-path-title .elementor-heading-title { font-size: clamp(42px, 5.6vw, 58px) !important; }
  .nx-atelier-page .nx-path-visual { aspect-ratio: 4 / 3 !important; }
  .nx-atelier-page .nx-atelier-configurator,
  .nx-atelier-page .nx-atelier-commission { padding: 88px 28px 96px !important; }
  .nx-atelier-page .nx-config-product-preview { grid-template-columns: minmax(0, 2fr) minmax(230px, 1fr) !important; min-height: 460px !important; }
  .nx-atelier-page .nx-config-product-preview-media { padding: 40px !important; }
  .nx-atelier-page .nx-config-product-preview-meta { padding: 42px 30px !important; }
  .nx-atelier-page .nx-config-material-columns { gap: 54px !important; }
  .nx-atelier-page .nx-config-wood-grid { grid-template-columns: repeat(3, minmax(76px,1fr)) !important; }
  .nx-atelier-page .nx-config-finish-grid { grid-template-columns: repeat(4, minmax(60px,1fr)) !important; }
  .nx-atelier-page .nx-process-steps { grid-template-columns: repeat(5,minmax(0,1fr)) !important; }
  .nx-atelier-page .nx-process-step { padding-left: 12px !important; padding-right: 12px !important; }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  .nx-atelier-page .nx-atelier-hero { min-height: 420px !important; padding: 76px 20px 66px !important; }
  .nx-atelier-page .nx-atelier-hero::before { top: 42px; height: 22px; }
  .nx-atelier-page .nx-atelier-title,
  .nx-atelier-page .nx-atelier-title .elementor-heading-title { font-size: clamp(54px, 17vw, 72px) !important; line-height: .92 !important; }
  .nx-atelier-page .nx-atelier-tagline { margin-top: 26px !important; font-size: 20px !important; }
  .nx-atelier-page .nx-atelier-intro { margin-top: 25px !important; font-size: 11px !important; line-height: 1.7 !important; }

  .nx-atelier-page .nx-atelier-paths { grid-template-columns: 1fr !important; }
  .nx-atelier-page .nx-atelier-path--refine { border-right: 0 !important; border-bottom: 1px solid var(--nx-ap-line) !important; }
  .nx-atelier-page .nx-atelier-path-inner { min-height: 0 !important; padding: 56px 22px 48px !important; }
  .nx-atelier-page .nx-path-title,
  .nx-atelier-page .nx-path-title .elementor-heading-title { max-width: 330px !important; font-size: clamp(43px, 13vw, 56px) !important; }
  .nx-atelier-page .nx-path-copy { font-size: 11px !important; }
  .nx-atelier-page .nx-path-visual { max-width: none !important; aspect-ratio: 4 / 3 !important; margin-top: 46px !important; }

  .nx-atelier-page .nx-atelier-configurator,
  .nx-atelier-page .nx-atelier-commission { padding: 72px 18px 78px !important; }
  .nx-atelier-page .nx-configurator-title,
  .nx-atelier-page .nx-configurator-title .elementor-heading-title,
  .nx-atelier-page .nx-commission-title,
  .nx-atelier-page .nx-commission-title .elementor-heading-title { font-size: clamp(44px, 13vw, 58px) !important; }
  .nx-atelier-page .nx-configurator-intro,
  .nx-atelier-page .nx-commission-intro { font-size: 10.8px !important; }
  .nx-atelier-page .nx-config-products { margin-top: 60px !important; }
  .nx-atelier-page .nx-config-product-card { flex: 0 0 142px !important; min-height: 96px !important; padding: 19px 12px !important; }
  .nx-atelier-page .nx-config-product-name { font-size: 19px !important; }
  .nx-atelier-page .nx-config-product-preview { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .nx-atelier-page .nx-config-product-preview-media { min-height: 370px !important; padding: 30px 22px !important; }
  .nx-atelier-page .nx-config-product-preview-image { max-height: 330px !important; }
  .nx-atelier-page .nx-config-product-preview-meta { min-height: 150px !important; padding: 30px 24px !important; border-left: 0 !important; border-top: 1px solid var(--nx-ap-line) !important; }
  .nx-atelier-page .nx-config-product-preview-title { font-size: 38px !important; }

  .nx-atelier-page .nx-config-materials { margin-top: 64px !important; padding-top: 54px !important; }
  .nx-atelier-page .nx-config-material-columns { grid-template-columns: 1fr !important; gap: 60px !important; margin-top: 30px !important; }
  .nx-atelier-page .nx-config-wood-grid { grid-template-columns: repeat(3, minmax(72px,1fr)) !important; gap: 24px 12px !important; }
  .nx-atelier-page .nx-config-finish-grid { grid-template-columns: repeat(3, minmax(64px,1fr)) !important; gap: 26px 12px !important; }
  .nx-atelier-page .nx-config-finish-option .nx-config-swatch { width: 64px !important; height: 64px !important; }
  .nx-atelier-page .nx-config-action { margin-top: 62px !important; padding-top: 54px !important; }
  .nx-atelier-page .nx-config-notice { padding: 28px 20px !important; }

  .nx-atelier-page .nx-commission-form-shell { margin-top: 54px !important; }
  .nx-atelier-page .nx-commission-form .ff-t-row { display: block !important; margin: 0 !important; }
  .nx-atelier-page .nx-commission-form .ff-t-cell { width: 100% !important; padding: 0 !important; }
  .nx-atelier-page .nx-commission-form textarea { min-height: 150px !important; }
  .nx-atelier-page .nx-commission-form button.ff-btn.ff-btn-submit,
  .nx-atelier-page .nx-commission-form .ff-btn-submit { width: 100% !important; }

  .nx-atelier-page .nx-atelier-process { padding: 74px 20px 82px !important; }
  .nx-atelier-page .nx-process-title,
  .nx-atelier-page .nx-process-title .elementor-heading-title { font-size: clamp(42px, 12vw, 54px) !important; }
  .nx-atelier-page .nx-process-steps { grid-template-columns: 1fr !important; margin-top: 58px !important; border-bottom: 0 !important; }
  .nx-atelier-page .nx-process-step { align-items: flex-start !important; min-height: 0 !important; padding: 34px 20px 34px 72px !important; border-right: 0 !important; border-bottom: 1px solid var(--nx-ap-line) !important; text-align: left !important; }
  .nx-atelier-page .nx-process-number { position: absolute !important; top: 32px !important; left: 14px !important; margin: 0 !important; }
  .nx-atelier-page .nx-process-step-copy { max-width: none !important; margin: 12px 0 0 !important; text-align: left !important; }

  .nx-atelier-page .nx-atelier-closing { min-height: 360px !important; padding: 72px 20px !important; }
  .nx-atelier-page .nx-atelier-closing-line,
  .nx-atelier-page .nx-atelier-closing-line p { font-size: clamp(35px, 10.5vw, 47px) !important; line-height: 1.1 !important; }
}

@media (max-width: 390px) {
  .nx-atelier-page .nx-config-wood-grid { grid-template-columns: repeat(2, minmax(86px,1fr)) !important; }
  .nx-atelier-page .nx-config-finish-grid { grid-template-columns: repeat(3, minmax(58px,1fr)) !important; }
  .nx-atelier-page .nx-path-visual { aspect-ratio: 1 / 1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .nx-atelier-page *,
  .nx-atelier-page *::before,
  .nx-atelier-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}/* End custom CSS */