body.nm-fabric-refresh {
    --fabric-bg: #f4f6fb;
    --fabric-surface: #ffffff;
    --fabric-surface-alt: #f4f6fb;
    --fabric-line: #d7ddea;
    --fabric-line-strong: #c6943e;
    --fabric-text: #0d1428;
    --fabric-muted: #5e697d;
    --fabric-accent: #c6943e;
    --fabric-accent-soft: #f7ecd2;
    --fabric-brand-navy: #060C21;
    --fabric-gold-highlight: #F3D078;
    --fabric-gold-mid: #C6943E;
    --fabric-gold-shadow: #825A1E;
    --fabric-gold-gradient: linear-gradient(135deg, var(--fabric-gold-highlight) 0%, var(--fabric-gold-mid) 52%, var(--fabric-gold-shadow) 100%);
    --fabric-font-family: "Avenir Next", "Avenir", "Century Gothic", "Futura", "Segoe UI", sans-serif;
    --e-global-typography-primary-font-family: var(--fabric-font-family);
    --e-global-typography-secondary-font-family: var(--fabric-font-family);
    --e-global-typography-text-font-family: var(--fabric-font-family);
    --e-global-typography-accent-font-family: var(--fabric-font-family);
    --fabric-shadow: 0 24px 60px rgba(6, 12, 33, 0.08);
    background: linear-gradient(180deg, #fcfdff 0%, #f1f4f9 100%);
    color: var(--fabric-text);
    font-family: var(--fabric-font-family);
}

body.nm-fabric-refresh .nm-page-overflow,
body.nm-fabric-refresh .nm-page-wrap,
body.nm-fabric-refresh .nm-page-wrap-inner,
body.nm-fabric-refresh #nm-footer {
    background: transparent;
}

body.nm-fabric-refresh h1,
body.nm-fabric-refresh h2,
body.nm-fabric-refresh h3,
body.nm-fabric-refresh h4,
body.nm-fabric-refresh h5,
body.nm-fabric-refresh h6,
body.nm-fabric-refresh .woocommerce-loop-product__title,
body.nm-fabric-refresh .product_title {
    color: var(--fabric-text);
    font-family: var(--fabric-font-family);
    font-weight: 500;
    letter-spacing: 0.01em;
}

body.nm-fabric-refresh,
body.nm-fabric-refresh p,
body.nm-fabric-refresh li,
body.nm-fabric-refresh input,
body.nm-fabric-refresh select,
body.nm-fabric-refresh textarea,
body.nm-fabric-refresh button {
    color: var(--fabric-text);
    font-family: var(--fabric-font-family);
}

body.nm-fabric-refresh .nm-menu li a,
body.nm-fabric-refresh .button,
body.nm-fabric-refresh button.button,
body.nm-fabric-refresh input.button,
body.nm-fabric-refresh .woocommerce a.button,
body.nm-fabric-refresh .woocommerce button.button,
body.nm-fabric-refresh .woocommerce input.button,
body.nm-fabric-refresh .single_add_to_cart_button,
body.nm-fabric-refresh .elementor-button,
body.nm-fabric-refresh .elementor-heading-title,
body.nm-fabric-refresh .woocommerce-loop-product__title,
body.nm-fabric-refresh .product_title,
body.nm-fabric-refresh .price,
body.nm-fabric-refresh .amount,
body.nm-fabric-refresh .woocommerce-Price-amount,
body.nm-fabric-refresh .widget-title,
body.nm-fabric-refresh input,
body.nm-fabric-refresh select,
body.nm-fabric-refresh textarea {
    font-family: var(--fabric-font-family);
}

body.nm-fabric-refresh a {
    color: inherit;
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.nm-fabric-refresh a:hover,
body.nm-fabric-refresh a:focus {
    color: var(--fabric-accent);
}

body.nm-fabric-refresh ::placeholder {
    color: rgba(111, 97, 84, 0.78);
}

body.nm-fabric-refresh input[type="text"],
body.nm-fabric-refresh input[type="email"],
body.nm-fabric-refresh input[type="password"],
body.nm-fabric-refresh input[type="search"],
body.nm-fabric-refresh input[type="tel"],
body.nm-fabric-refresh input[type="number"],
body.nm-fabric-refresh textarea,
body.nm-fabric-refresh select,
body.nm-fabric-refresh .select2-container--default .select2-selection--single,
body.nm-fabric-refresh .select2-container--default .select2-selection--multiple {
    background: var(--fabric-surface);
    border: 1px solid var(--fabric-line);
    border-radius: 6px;
    box-shadow: none;
}

body.nm-fabric-refresh input[type="text"],
body.nm-fabric-refresh input[type="email"],
body.nm-fabric-refresh input[type="password"],
body.nm-fabric-refresh input[type="search"],
body.nm-fabric-refresh input[type="tel"],
body.nm-fabric-refresh input[type="number"],
body.nm-fabric-refresh select {
    min-height: 52px;
    padding: 0 18px;
}

body.nm-fabric-refresh textarea {
    min-height: 140px;
    padding: 16px 18px;
}

body.nm-fabric-refresh input:focus,
body.nm-fabric-refresh textarea:focus,
body.nm-fabric-refresh select:focus,
body.nm-fabric-refresh .select2-container--default.select2-container--focus .select2-selection--multiple,
body.nm-fabric-refresh .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--fabric-line-strong);
    outline: none;
}

body.nm-fabric-refresh .select2-container .select2-selection--single {
    min-height: 52px;
}

body.nm-fabric-refresh .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--fabric-text);
    line-height: 50px;
    padding-left: 18px;
    padding-right: 42px;
}

body.nm-fabric-refresh .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 12px;
}

body.nm-fabric-refresh .button,
body.nm-fabric-refresh button.button,
body.nm-fabric-refresh input.button,
body.nm-fabric-refresh .woocommerce a.button,
body.nm-fabric-refresh .woocommerce button.button,
body.nm-fabric-refresh .woocommerce input.button,
body.nm-fabric-refresh .single_add_to_cart_button,
body.nm-fabric-refresh .elementor-button,
body.nm-fabric-refresh .wp-block-button__link {
    align-items: center;
    background: var(--fabric-brand-navy);
    border: 1px solid var(--fabric-brand-navy);
    border-radius: 4px;
    box-shadow: none;
    color: var(--fabric-gold-highlight);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.14em;
    min-height: 52px;
    padding: 0 26px;
    text-transform: uppercase;
}

body.nm-fabric-refresh .button.border,
body.nm-fabric-refresh .woocommerce .button.border,
body.nm-fabric-refresh .woocommerce a.button.border,
body.nm-fabric-refresh .woocommerce button.button.border {
    background: transparent;
    border-color: rgba(198, 148, 62, 0.45);
    color: var(--fabric-brand-navy);
}

body.nm-fabric-refresh .button:hover,
body.nm-fabric-refresh button.button:hover,
body.nm-fabric-refresh input.button:hover,
body.nm-fabric-refresh .woocommerce a.button:hover,
body.nm-fabric-refresh .woocommerce button.button:hover,
body.nm-fabric-refresh .woocommerce input.button:hover,
body.nm-fabric-refresh .single_add_to_cart_button:hover,
body.nm-fabric-refresh .elementor-button:hover,
body.nm-fabric-refresh .wp-block-button__link:hover {
    background: var(--fabric-gold-gradient);
    border-color: var(--fabric-gold-mid);
    color: var(--fabric-brand-navy);
    transform: translateY(-1px);
}

body.nm-fabric-refresh .button.border:hover,
body.nm-fabric-refresh .woocommerce .button.border:hover,
body.nm-fabric-refresh .woocommerce a.button.border:hover,
body.nm-fabric-refresh .woocommerce button.button.border:hover {
    color: var(--fabric-brand-navy);
}

body.nm-fabric-refresh .woocommerce-message,
body.nm-fabric-refresh .woocommerce-info,
body.nm-fabric-refresh .woocommerce-error {
    background: var(--fabric-surface);
    border: 1px solid var(--fabric-line);
    border-radius: 6px;
    box-shadow: var(--fabric-shadow);
    color: var(--fabric-text);
    margin-bottom: 24px;
}

body.nm-fabric-refresh .nm-top-bar,
body.nm-fabric-refresh #nm-header {
    background: linear-gradient(180deg, rgba(6, 12, 33, 0.98) 0%, rgba(8, 16, 42, 0.98) 100%);
    border-bottom: 1px solid rgba(198, 148, 62, 0.34);
    box-shadow: 0 18px 40px rgba(6, 12, 33, 0.28);
    backdrop-filter: none;
}

body.nm-fabric-refresh #nm-header .nm-header-inner {
    padding-left: clamp(18px, 3vw, 34px);
    padding-right: clamp(18px, 3vw, 34px);
}

body.nm-fabric-refresh .nm-header-logo img {
    height: auto;
    max-height: 42px;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.22));
}

body.nm-fabric-refresh .nm-menu li a {
    color: var(--fabric-gold-mid);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.nm-fabric-refresh #nm-header .nm-menu li > a,
body.nm-fabric-refresh .nm-top-bar a {
    background-image: var(--fabric-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.nm-fabric-refresh #nm-header .nm-menu li.current-menu-item > a,
body.nm-fabric-refresh #nm-header .nm-menu li.current_page_item > a,
body.nm-fabric-refresh #nm-header .nm-menu li > a:hover,
body.nm-fabric-refresh #nm-header .nm-menu li > a:focus,
body.nm-fabric-refresh .nm-top-bar a:hover,
body.nm-fabric-refresh .nm-top-bar a:focus {
    filter: brightness(1.08);
}

body.nm-fabric-refresh .nm-main-menu > ul > li > a,
body.nm-fabric-refresh .nm-right-menu > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

body.nm-fabric-refresh .nm-right-menu .menu-item-default > a {
    background-color: rgba(243, 208, 120, 0.04);
    border: 1px solid rgba(243, 208, 120, 0.22);
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
}

body.nm-fabric-refresh .nm-main-menu .sub-menu,
body.nm-fabric-refresh #nm-mobile-menu,
body.nm-fabric-refresh #nm-shop-sidebar {
    background: rgba(255, 252, 247, 0.98);
}

body.nm-fabric-refresh .nm-shop-taxonomy-heading,
body.nm-fabric-refresh .nm-shop-header,
body.nm-fabric-refresh .nm-single-product-bg,
body.nm-fabric-refresh .woocommerce-cart-form,
body.nm-fabric-refresh .cart-collaterals,
body.nm-fabric-refresh .woocommerce-checkout #customer_details > div,
body.nm-fabric-refresh .woocommerce-checkout #order_review,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-content,
body.nm-fabric-refresh .woocommerce form.login,
body.nm-fabric-refresh .woocommerce form.register,
body.nm-fabric-refresh .woocommerce form.checkout_coupon,
body.nm-fabric-refresh .woocommerce form.woocommerce-form-login {
    background: var(--fabric-surface);
    border: 1px solid var(--fabric-line);
    border-radius: 8px;
    box-shadow: var(--fabric-shadow);
}

body.nm-fabric-refresh .nm-shop-taxonomy-heading {
    margin-bottom: 30px;
    padding: clamp(28px, 4vw, 42px);
}

body.nm-fabric-refresh .nm-shop-taxonomy-heading h1 {
    font-size: clamp(2rem, 4.6vw, 3.8rem);
    line-height: 1.05;
    margin: 0;
}

body.nm-fabric-refresh .nm-shop-taxonomy-heading h1,
body.nm-fabric-refresh .nm-single-product .product_title,
body.nm-fabric-refresh .elementor-widget-heading .elementor-heading-title,
body.nm-fabric-refresh .wp-block-heading,
body.nm-fabric-refresh .woocommerce-products-header__title {
    background-image: var(--fabric-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: var(--fabric-gold-mid);
    -webkit-text-fill-color: transparent;
}

body.nm-fabric-refresh .nm-shop-header {
    margin-bottom: 28px;
    overflow: hidden;
}

body.nm-fabric-refresh .nm-shop-menu {
    padding: clamp(18px, 3vw, 28px) clamp(20px, 4vw, 34px);
}

body.nm-fabric-refresh #nm-shop-filter-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.nm-fabric-refresh #nm-shop-filter-menu li,
body.nm-fabric-refresh .nm-shop-results-bar li,
body.nm-fabric-refresh .nm-shop-active-filters li {
    margin: 0;
}

body.nm-fabric-refresh #nm-shop-filter-menu a,
body.nm-fabric-refresh .nm-shop-reset-button,
body.nm-fabric-refresh .nm-shop-active-filters a {
    background: var(--fabric-surface-alt);
    border: 1px solid var(--fabric-line);
    border-radius: 4px;
    color: var(--fabric-text);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: 0.12em;
    min-height: 44px;
    padding: 0 16px;
    text-transform: uppercase;
}

body.nm-fabric-refresh #nm-shop-filter-menu a:hover,
body.nm-fabric-refresh .nm-shop-reset-button:hover,
body.nm-fabric-refresh .nm-shop-active-filters a:hover {
    border-color: var(--fabric-line-strong);
}

body.nm-fabric-refresh #nm-shop-categories-wrap,
body.nm-fabric-refresh .nm-shop-sidebar-inner {
    border-top: 1px solid var(--fabric-line);
    padding: 22px clamp(20px, 4vw, 34px) 28px;
}

body.nm-fabric-refresh .nm-shop-categories li a {
    color: var(--fabric-muted);
}

body.nm-fabric-refresh .nm-shop-results-bar {
    margin-bottom: 26px;
}

body.nm-fabric-refresh .nm-shop-results-bar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.nm-fabric-refresh ul.products li.product {
    margin-bottom: 34px;
}

body.nm-fabric-refresh ul.products li.product .nm-shop-loop-product-wrap {
    background: var(--fabric-surface);
    border: 1px solid var(--fabric-line);
    border-radius: 0;
    box-shadow: 0 18px 44px rgba(6, 12, 33, 0.06);
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    overflow: hidden;
    padding: 18px;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.nm-fabric-refresh ul.products li.product .nm-shop-loop-product-wrap::before {
    background: var(--fabric-gold-gradient);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

body.nm-fabric-refresh ul.products li.product:hover .nm-shop-loop-product-wrap {
    border-color: var(--fabric-line-strong);
    box-shadow: 0 28px 56px rgba(6, 12, 33, 0.14);
    transform: translateY(-8px);
}

body.nm-fabric-refresh .nm-shop-loop-thumbnail {
    background: #f3f5fa;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}

body.nm-fabric-refresh .nm-shop-loop-thumbnail img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.6s ease;
    width: 100%;
}

body.nm-fabric-refresh ul.products li.product:hover .nm-shop-loop-thumbnail img {
    transform: scale(1.04);
}

body.nm-fabric-refresh .nm-shop-loop-details {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
}

body.nm-fabric-refresh .nm-shop-loop-title-price {
    display: grid;
    gap: 10px;
}

body.nm-fabric-refresh .woocommerce-loop-product__title,
body.nm-fabric-refresh .nm-shop-loop-product-wrap .woocommerce-loop-product__title {
    font-size: 1.15rem;
    line-height: 1.35;
    margin: 0;
}

body.nm-fabric-refresh .price,
body.nm-fabric-refresh .amount,
body.nm-fabric-refresh .woocommerce-Price-amount {
    color: var(--fabric-muted);
    font-weight: 600;
}

body.nm-fabric-refresh .price del {
    opacity: 0.55;
}

body.nm-fabric-refresh .nm-shop-loop-actions {
    margin-top: auto;
}

body.nm-fabric-refresh .nm-shop-loop-actions .button,
body.nm-fabric-refresh ul.products li.product .button,
body.nm-fabric-refresh ul.products li.product .added_to_cart {
    width: 100%;
}

body.nm-fabric-refresh .onsale,
body.nm-fabric-refresh .out-of-stock {
    background: var(--fabric-accent-soft);
    border: 1px solid rgba(143, 109, 76, 0.18);
    border-radius: 0;
    color: var(--fabric-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 9px 12px;
    text-transform: uppercase;
}

body.nm-fabric-refresh .star-rating span:before,
body.nm-fabric-refresh .star-rating:before {
    color: var(--fabric-accent);
}

body.nm-fabric-refresh .nm-single-product-top {
    margin-bottom: 26px;
}

body.nm-fabric-refresh #nm-breadcrumb {
    color: var(--fabric-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.nm-fabric-refresh #nm-breadcrumb .delimiter {
    opacity: 0.4;
}

body.nm-fabric-refresh .nm-single-product-menu {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

body.nm-fabric-refresh .nm-single-product-menu a {
    align-items: center;
    background: var(--fabric-surface-alt);
    border: 1px solid var(--fabric-line);
    border-radius: 4px;
    color: var(--fabric-text);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

body.nm-fabric-refresh .nm-single-product-bg {
    padding: clamp(22px, 4vw, 42px);
}

body.nm-fabric-refresh .nm-single-product .woocommerce-product-gallery,
body.nm-fabric-refresh .nm-single-product .summary {
    background: #ffffff;
    border: 1px solid rgba(198, 148, 62, 0.18);
    border-radius: 0;
    padding: clamp(18px, 3vw, 30px);
}

body.nm-fabric-refresh .nm-single-product .woocommerce-product-gallery {
    overflow: hidden;
}

body.nm-fabric-refresh .nm-single-product .product_title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    margin-bottom: 12px;
}

body.nm-fabric-refresh .single-product .summary .price {
    font-size: 1.15rem;
    margin-bottom: 18px;
}

body.nm-fabric-refresh .single-product .woocommerce-product-details__short-description,
body.nm-fabric-refresh .single-product .woocommerce-product-details__short-description p {
    color: var(--fabric-muted);
    font-size: 1rem;
    line-height: 1.8;
}

body.nm-fabric-refresh .single-product form.cart,
body.nm-fabric-refresh .single-product .variations_form.cart {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

body.nm-fabric-refresh .single-product table.variations td,
body.nm-fabric-refresh .single-product table.variations th {
    padding: 10px 0;
}

body.nm-fabric-refresh .single-product .reset_variations {
    color: var(--fabric-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.nm-fabric-refresh .nm-quantity-wrap .quantity {
    align-items: center;
    background: var(--fabric-surface);
    border: 1px solid var(--fabric-line);
    border-radius: 4px;
    display: inline-flex;
    gap: 10px;
    min-height: 54px;
    padding: 0 12px;
}

body.nm-fabric-refresh .nm-quantity-wrap input.qty {
    background: transparent;
    border: 0;
    min-height: auto;
    padding: 0;
    text-align: center;
    width: 3.5em;
}

body.nm-fabric-refresh .nm-qty-minus,
body.nm-fabric-refresh .nm-qty-plus {
    align-items: center;
    background: var(--fabric-accent-soft);
    border-radius: 2px;
    color: var(--fabric-accent);
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

body.nm-fabric-refresh .single-product .single_add_to_cart_button,
body.nm-fabric-refresh .single-product .woocommerce-variation-add-to-cart .button {
    flex: 1 1 240px;
}

body.nm-fabric-refresh .woocommerce-tabs {
    margin-top: 34px;
}

body.nm-fabric-refresh .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.nm-fabric-refresh .woocommerce-tabs ul.tabs li,
body.nm-fabric-refresh .woocommerce-tabs ul.tabs li.active {
    margin: 0;
}

body.nm-fabric-refresh .woocommerce-tabs ul.tabs li a {
    background: var(--fabric-surface-alt);
    border: 1px solid var(--fabric-line);
    border-radius: 4px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    min-height: 44px;
    padding: 0 18px;
    text-transform: uppercase;
}

body.nm-fabric-refresh .woocommerce-tabs ul.tabs li.active a {
    background: var(--fabric-brand-navy);
    border-color: var(--fabric-brand-navy);
    color: var(--fabric-gold-highlight);
}

body.nm-fabric-refresh .woocommerce-Tabs-panel .nm-tabs-panel-inner,
body.nm-fabric-refresh #nm-product-accordion .nm-product-accordion-content-inner {
    background: var(--fabric-surface);
    border: 1px solid var(--fabric-line);
    border-radius: 0;
    padding: clamp(22px, 4vw, 34px);
}

body.nm-fabric-refresh .woocommerce-cart-form,
body.nm-fabric-refresh .cart-collaterals,
body.nm-fabric-refresh .woocommerce-checkout #customer_details > div,
body.nm-fabric-refresh .woocommerce-checkout #order_review,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-content {
    padding: clamp(22px, 4vw, 34px);
}

body.nm-fabric-refresh table.shop_table {
    background: transparent;
    border-collapse: separate;
    border-spacing: 0;
}

body.nm-fabric-refresh table.shop_table th,
body.nm-fabric-refresh table.shop_table td {
    border-color: var(--fabric-line);
    padding-top: 18px;
    padding-bottom: 18px;
}

body.nm-fabric-refresh .woocommerce-cart-form__contents .product-thumbnail img {
    background: var(--fabric-surface-alt);
    border-radius: 0;
}

body.nm-fabric-refresh .cart-collaterals .shop_table,
body.nm-fabric-refresh #order_review .shop_table {
    margin-top: 10px;
}

body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}

body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation li + li {
    border-top: 1px solid var(--fabric-line);
}

body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation a {
    color: var(--fabric-text);
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 16px 0;
    text-transform: uppercase;
}

body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: var(--fabric-accent);
}

body.nm-fabric-refresh #nm-shop-sidebar .widget,
body.nm-fabric-refresh .nm-footer-widgets .widget {
    background: #ffffff;
    border: 1px solid rgba(198, 148, 62, 0.16);
    border-radius: 0;
    padding: 20px;
}

body.nm-fabric-refresh #nm-shop-sidebar .widget + .widget,
body.nm-fabric-refresh .nm-footer-widgets .widget + .widget {
    margin-top: 18px;
}

body.nm-fabric-refresh .nm-footer {
    padding-top: 40px;
}

body.nm-fabric-refresh .nm-footer-widgets,
body.nm-fabric-refresh .nm-footer-bar {
    background: transparent;
}

body.nm-fabric-refresh .nm-footer-widgets-inner,
body.nm-fabric-refresh .nm-footer-bar-inner {
    background: var(--fabric-surface);
    border: 1px solid var(--fabric-line);
    border-radius: 8px;
    box-shadow: var(--fabric-shadow);
    padding-left: clamp(20px, 4vw, 34px);
    padding-right: clamp(20px, 4vw, 34px);
}

body.nm-fabric-refresh .nm-footer-widgets-inner {
    padding-bottom: clamp(24px, 4vw, 36px);
    padding-top: clamp(24px, 4vw, 36px);
}

body.nm-fabric-refresh .nm-footer-bar-inner {
    margin-top: 18px;
    padding-bottom: 22px;
    padding-top: 22px;
}

body.nm-fabric-refresh .nm-footer-widgets .widget-title,
body.nm-fabric-refresh .nm-footer-bar-text,
body.nm-fabric-refresh #nm-footer-bar-menu a {
    color: var(--fabric-text);
}

body.nm-fabric-refresh .nm-footer-widgets .widget-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

body.nm-fabric-refresh .nm-footer-bar-logo img {
    max-height: 34px;
    width: auto;
}

body.nm-fabric-refresh #nm-footer-bar-menu a,
body.nm-fabric-refresh .nm-footer a {
    color: var(--fabric-muted);
}

body.nm-fabric-refresh #nm-footer-bar-menu a:hover,
body.nm-fabric-refresh .nm-footer a:hover {
    color: var(--fabric-accent);
}

@media (max-width: 991px) {
    body.nm-fabric-refresh .nm-main-menu > ul > li > a,
    body.nm-fabric-refresh .nm-right-menu > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.nm-fabric-refresh .nm-single-product .woocommerce-product-gallery,
    body.nm-fabric-refresh .nm-single-product .summary {
        padding: 20px;
    }

    body.nm-fabric-refresh .woocommerce-cart-form,
    body.nm-fabric-refresh .cart-collaterals,
    body.nm-fabric-refresh .woocommerce-checkout #customer_details > div,
    body.nm-fabric-refresh .woocommerce-checkout #order_review {
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    body.nm-fabric-refresh #nm-header .nm-header-inner,
    body.nm-fabric-refresh .nm-shop-menu,
    body.nm-fabric-refresh #nm-shop-categories-wrap,
    body.nm-fabric-refresh .nm-shop-sidebar-inner,
    body.nm-fabric-refresh .nm-single-product-bg,
    body.nm-fabric-refresh .woocommerce-cart-form,
    body.nm-fabric-refresh .cart-collaterals,
    body.nm-fabric-refresh .woocommerce-checkout #customer_details > div,
    body.nm-fabric-refresh .woocommerce-checkout #order_review,
    body.nm-fabric-refresh .nm-footer-widgets-inner,
    body.nm-fabric-refresh .nm-footer-bar-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.nm-fabric-refresh .nm-shop-taxonomy-heading {
        padding: 22px 18px;
    }

    body.nm-fabric-refresh .nm-single-product-menu {
        justify-content: flex-start;
        margin-top: 16px;
    }

    body.nm-fabric-refresh .single-product form.cart {
        flex-direction: column;
        align-items: stretch;
    }

    body.nm-fabric-refresh .single-product .single_add_to_cart_button,
    body.nm-fabric-refresh .single-product .woocommerce-variation-add-to-cart .button,
    body.nm-fabric-refresh .nm-shop-loop-actions .button,
    body.nm-fabric-refresh ul.products li.product .button,
    body.nm-fabric-refresh ul.products li.product .added_to_cart {
        width: 100%;
    }

    body.nm-fabric-refresh .woocommerce-tabs ul.tabs {
        gap: 10px;
    }
}

/* Refinement Pass
--------------------------------------------------------------- */
body.nm-fabric-refresh {
    --fabric-line-soft: rgba(6, 12, 33, 0.1);
    --fabric-line-accent: rgba(198, 148, 62, 0.24);
    --fabric-shadow-soft: 0 18px 38px rgba(6, 12, 33, 0.05);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.nm-fabric-refresh p,
body.nm-fabric-refresh li,
body.nm-fabric-refresh td,
body.nm-fabric-refresh th,
body.nm-fabric-refresh label,
body.nm-fabric-refresh .elementor-widget-text-editor,
body.nm-fabric-refresh .elementor-widget-text-editor p,
body.nm-fabric-refresh .woocommerce-breadcrumb,
body.nm-fabric-refresh .woocommerce-product-details__short-description,
body.nm-fabric-refresh .woocommerce-product-details__short-description p {
    color: var(--fabric-muted);
    line-height: 1.72;
}

body.nm-fabric-refresh strong,
body.nm-fabric-refresh b,
body.nm-fabric-refresh .price,
body.nm-fabric-refresh .amount,
body.nm-fabric-refresh .woocommerce-Price-amount {
    color: var(--fabric-text);
    font-weight: 600;
}

body.nm-fabric-refresh ::placeholder {
    color: rgba(94, 105, 125, 0.68);
}

body.nm-fabric-refresh .nm-main-menu .sub-menu,
body.nm-fabric-refresh #nm-mobile-menu,
body.nm-fabric-refresh #nm-shop-sidebar,
body.nm-fabric-refresh .select2-dropdown {
    background: var(--fabric-surface);
}

body.nm-fabric-refresh .nm-right-menu .menu-item-default > a,
body.nm-fabric-refresh #nm-shop-filter-menu a,
body.nm-fabric-refresh .nm-shop-reset-button,
body.nm-fabric-refresh .nm-shop-active-filters a,
body.nm-fabric-refresh .woocommerce-tabs ul.tabs li a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

body.nm-fabric-refresh #nm-menu-search-btn,
body.nm-fabric-refresh #nm-menu-cart-btn,
body.nm-fabric-refresh .nm-menu-account a,
body.nm-fabric-refresh .nm-menu-wishlist a {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
}

body.nm-fabric-refresh .nm-right-menu .has-icon .nm-font,
body.nm-fabric-refresh .nm-right-menu .has-icon i,
body.nm-fabric-refresh .nm-right-menu .has-icon svg {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
}

body.nm-fabric-refresh .nm-right-menu .menu-item-default > a,
body.nm-fabric-refresh .woocommerce-message,
body.nm-fabric-refresh .woocommerce-info,
body.nm-fabric-refresh .woocommerce-error,
body.nm-fabric-refresh .nm-shop-taxonomy-heading,
body.nm-fabric-refresh .nm-shop-header,
body.nm-fabric-refresh .nm-single-product-bg,
body.nm-fabric-refresh .woocommerce-cart-form,
body.nm-fabric-refresh .cart-collaterals,
body.nm-fabric-refresh .woocommerce-checkout #customer_details > div,
body.nm-fabric-refresh .woocommerce-checkout #order_review,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-content,
body.nm-fabric-refresh .woocommerce form.login,
body.nm-fabric-refresh .woocommerce form.register,
body.nm-fabric-refresh .woocommerce form.checkout_coupon,
body.nm-fabric-refresh .woocommerce form.woocommerce-form-login,
body.nm-fabric-refresh .woocommerce-Tabs-panel .nm-tabs-panel-inner,
body.nm-fabric-refresh #nm-product-accordion .nm-product-accordion-content-inner,
body.nm-fabric-refresh .nm-footer-widgets-inner,
body.nm-fabric-refresh .nm-footer-bar-inner,
body.nm-fabric-refresh #nm-shop-sidebar .widget,
body.nm-fabric-refresh .nm-footer-widgets .widget,
body.nm-fabric-refresh .nm-single-product .woocommerce-product-gallery,
body.nm-fabric-refresh .nm-single-product .summary {
    border: 1px solid var(--fabric-line-soft);
    border-radius: 0;
    box-shadow: var(--fabric-shadow-soft);
}

body.nm-fabric-refresh .nm-shop-loop-product-wrap,
body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-wrapper,
body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-wrapper,
body.nm-fabric-refresh .nm-feature,
body.nm-fabric-refresh .nm-message-box {
    border: 1px solid var(--fabric-line-soft);
    border-radius: 0;
    box-shadow: var(--fabric-shadow-soft);
}

body.nm-fabric-refresh .nm-shop-loop-details {
    justify-content: space-between;
}

body.nm-fabric-refresh .nm-shop-loop-title-price {
    align-content: start;
    gap: 8px;
}

body.nm-fabric-refresh .nm-shop-loop-actions {
    display: grid;
    gap: 10px;
}

body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-wrapper,
body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-wrapper,
body.nm-fabric-refresh .nm-feature {
    align-items: flex-start;
    background: var(--fabric-surface);
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 24px;
    text-align: left;
}

body.nm-fabric-refresh .nm-feature.layout-icon_left,
body.nm-fabric-refresh .nm-feature.layout-icon_right,
body.nm-fabric-refresh .nm-feature.layout-centered,
body.nm-fabric-refresh .nm-feature.layout-default {
    padding: 24px;
    text-align: left;
}

body.nm-fabric-refresh .nm-feature.layout-icon_left .nm-feature-icon,
body.nm-fabric-refresh .nm-feature.layout-icon_right .nm-feature-icon {
    position: static;
}

body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-icon,
body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-img,
body.nm-fabric-refresh .nm-feature .nm-feature-icon {
    margin: 0;
}

body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-icon a,
body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-icon span,
body.nm-fabric-refresh .nm-feature .nm-feature-icon,
body.nm-fabric-refresh .nm-feature.icon-style-background .nm-feature-icon,
body.nm-fabric-refresh .nm-feature.icon-style-border .nm-feature-icon {
    align-items: center;
    background: var(--fabric-surface-alt);
    border: 1px solid var(--fabric-line-accent);
    border-radius: 0 !important;
    color: var(--fabric-accent);
    display: inline-flex;
    height: 58px;
    justify-content: center;
    min-width: 58px;
    padding: 0 !important;
    width: 58px;
}

body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-icon i,
body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-icon svg,
body.nm-fabric-refresh .nm-feature .nm-feature-icon i {
    font-size: 20px;
    line-height: 1;
}

body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-content,
body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-content,
body.nm-fabric-refresh .nm-feature .nm-feature-content {
    display: grid;
    gap: 8px;
    width: 100%;
}

body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-title,
body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-title,
body.nm-fabric-refresh .nm-feature h2,
body.nm-fabric-refresh .nm-feature h3 {
    color: var(--fabric-text);
    font-size: 1.08rem;
    line-height: 1.4;
    margin: 0;
}

body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-description,
body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-description,
body.nm-fabric-refresh .nm-feature p,
body.nm-fabric-refresh .nm-feature .wpb_text_column {
    color: var(--fabric-muted);
    margin: 0;
}

body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-img {
    overflow: hidden;
    width: 100%;
}

body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-img img {
    aspect-ratio: 4 / 3;
    border: 1px solid var(--fabric-line-soft);
    border-radius: 0;
    display: block;
    object-fit: cover;
    width: 100%;
}

body.nm-fabric-refresh .elementor-widget-icon-list .elementor-icon-list-item a {
    align-items: center;
    display: inline-flex;
    gap: 12px;
}

body.nm-fabric-refresh .elementor-widget-icon-list .elementor-icon-list-icon {
    display: inline-flex;
    justify-content: center;
    min-width: 16px;
}

body.nm-fabric-refresh .nm-message-box {
    align-items: start;
    background: var(--fabric-surface);
    color: var(--fabric-text);
    display: grid;
    gap: 14px;
    grid-template-columns: 38px minmax(0, 1fr);
    margin-bottom: 18px;
    padding: 18px 20px;
}

body.nm-fabric-refresh .nm-message-box .nm-message-box-icon {
    align-items: center;
    color: var(--fabric-accent);
    display: inline-flex;
    font-size: 18px;
    height: 38px;
    justify-content: center;
    left: auto;
    position: static;
    top: auto;
    width: 38px;
}

body.nm-fabric-refresh .nm-message-box .nm-message-box-text {
    padding-left: 0;
}

body.nm-fabric-refresh .nm-message-box.info {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

body.nm-fabric-refresh .nm-message-box.warning {
    background: linear-gradient(180deg, #fffef9 0%, #fbf4e6 100%);
}

body.nm-fabric-refresh .nm-message-box.success {
    background: linear-gradient(180deg, #ffffff 0%, #f2f8f3 100%);
}

body.nm-fabric-refresh .nm-message-box.danger {
    background: linear-gradient(180deg, #ffffff 0%, #fdf2ef 100%);
}

body.nm-fabric-refresh #nm-shop-sidebar .widget,
body.nm-fabric-refresh .nm-footer-widgets .widget {
    padding: 22px;
}

body.nm-fabric-refresh #nm-shop-sidebar .widget ul,
body.nm-fabric-refresh .nm-footer-widgets .widget ul {
    display: grid;
    gap: 12px;
}

body.nm-fabric-refresh #nm-shop-sidebar .widget li,
body.nm-fabric-refresh .nm-footer-widgets .widget li {
    margin: 0;
}

body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.nm-fabric-refresh .woocommerce-account .woocommerce-MyAccount-content,
body.nm-fabric-refresh .nm-footer-widgets-inner,
body.nm-fabric-refresh .nm-footer-bar-inner,
body.nm-fabric-refresh .woocommerce-cart-form,
body.nm-fabric-refresh .cart-collaterals {
    padding: clamp(22px, 4vw, 32px);
}

@media (max-width: 767px) {
    body.nm-fabric-refresh .elementor-widget-icon-box .elementor-icon-box-wrapper,
    body.nm-fabric-refresh .elementor-widget-image-box .elementor-image-box-wrapper,
    body.nm-fabric-refresh .nm-feature,
    body.nm-fabric-refresh .nm-message-box {
        padding: 20px 18px;
    }

    body.nm-fabric-refresh .nm-message-box {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 12px;
    }

    body.nm-fabric-refresh .nm-message-box .nm-message-box-icon {
        height: 32px;
        width: 32px;
    }
}
