﻿:root {
    --ast-normal-container-width: 1440px;
}

.page-id-1224 .entry-content {
    max-width: 1520px;
    margin: 0 auto;
    padding-inline: 28px;
    padding-bottom: 36px;
}

.page-id-1224 .entry-content > * + * {
    margin-top: 26px;
}

.page-id-1224 .entry-content .home-hero {
    overflow: hidden;
    border-radius: 0 0 28px 28px;
}

.page-id-1224 .entry-content .home-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(74, 55, 31, 0.1) 0%, rgba(46, 31, 16, 0.29) 100%) !important;
    opacity: 1 !important;
}

.page-id-1224 .entry-content .home-hero .wp-block-cover__inner-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 32px 24px 42px;
    text-align: center;
}

.page-id-1224 .entry-content .home-hero h1 {
    font-size: clamp(40px, 6vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.page-id-1224 .entry-content .home-hero p {
    font-size: 18px;
    line-height: 1.6;
}

.page-id-1224 .entry-content .home-hero .wp-block-buttons {
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
}

.page-id-1224 .entry-content .home-hero .wp-block-button__link {
    min-width: 176px;
    padding: 13px 22px;
    border-radius: 999px;
}

.page-id-1224 .entry-content .home-hero .is-style-outline .wp-block-button__link {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(4px);
}

.page-id-1224 .entry-content .home-hero-benefits {
    list-style: none;
    margin: 26px 0 0 !important;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.page-id-1224 .entry-content .home-hero-benefits li {
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 250, 242, 0.92);
    color: #1f1b16;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 10px 24px rgba(20, 16, 11, 0.14);
}

.page-id-1224 .entry-content .home-categories-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.page-id-1224 .entry-content .home-categories-intro h2 {
    margin-bottom: 8px;
}

.page-id-1224 .entry-content .home-categories-grid {
    margin-top: 0 !important;
    gap: 22px;
    align-items: stretch;
}

.page-id-1224 .entry-content .home-categories-grid + .home-categories-grid {
    margin-top: 14px !important;
}

.page-id-1224 .entry-content .home-categories-grid > .wp-block-column {
    display: flex;
}

.page-id-1224 .entry-content .home-category-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 14px 14px 18px;
    border: 1px solid #eadfce;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    box-shadow: 0 14px 28px rgba(35, 27, 18, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.page-id-1224 .entry-content .home-category-card > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page-id-1224 .entry-content .home-category-card .wp-block-group {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
}

.page-id-1224 .entry-content .home-category-card .wp-block-group__inner-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
}

.page-id-1224 .entry-content .home-category-card:hover {
    transform: translateY(-4px);
    border-color: #e9b86e;
    box-shadow: 0 18px 34px rgba(35, 27, 18, 0.09);
}

.page-id-1224 .entry-content .home-category-card figure {
    margin-bottom: 14px;
}

.page-id-1224 .entry-content .home-category-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 14px;
}

.page-id-1224 .entry-content .home-category-card h3 {
    margin: 0 0 6px;
    font-size: 28px;
    line-height: 1.18;
    text-align: center;
}

.page-id-1224 .entry-content .home-category-card p {
    margin: 0;
    text-align: center;
    line-height: 1.55;
}

.page-id-1224 .entry-content .home-category-card p + p {
    margin-top: 6px !important;
}

.page-id-1224 .entry-content .home-category-card .category-subtext {
    color: #736657;
}

.page-id-1224 .entry-content .home-category-link,
.page-id-1224 .entry-content .home-category-card .wp-block-buttons {
    margin-top: auto !important;
    padding-top: 10px;
    text-align: center;
    justify-content: center;
}

.page-id-1224 .entry-content .home-category-link a,
.page-id-1224 .entry-content .home-category-card .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid rgba(195, 123, 34, 0.24);
    border-radius: 999px;
    background: rgba(199, 134, 54, 0.09);
    color: #b46e1c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(35, 27, 18, 0.04);
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.page-id-1224 .entry-content .home-category-link a:hover,
.page-id-1224 .entry-content .home-category-card .wp-block-button__link:hover {
    background: rgba(199, 134, 54, 0.16);
    border-color: rgba(195, 123, 34, 0.34);
    color: #975914;
    transform: translateY(-1px);
}

.page-id-1224 .entry-content .home-showroom-cta {
    margin-top: 28px !important;
    margin-bottom: 56px !important;
    padding: 28px 30px;
    border: 1px solid #e8dccb;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffcf6 0%, #fff7ec 100%);
    box-shadow: 0 14px 28px rgba(35, 27, 18, 0.04);
}

.page-id-1224 .entry-content .home-showroom-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.page-id-1224 .entry-content .home-showroom-cta__content {
    flex: 1 1 0;
    max-width: 760px;
    text-align: left;
}

.page-id-1224 .entry-content .home-showroom-cta h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.08;
}

.page-id-1224 .entry-content .home-showroom-cta p {
    margin: 0;
    color: #5f5345;
    line-height: 1.65;
}

.page-id-1224 .entry-content .home-showroom-cta .wp-block-button {
    flex: 0 0 auto;
    margin-left: 12px;
    display: flex;
    justify-content: flex-end;
}

.page-id-1224 .entry-content .home-showroom-cta .wp-block-button__link {
    min-width: 0;
    padding: 12px 18px;
    border-radius: 999px;
    background: #c97f25;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
}

.page-id-1224 .entry-content .home-showroom-cta .wp-block-button__link:hover {
    background: #b56f1e;
    color: #ffffff;
}

.page-id-1224 .entry-content .home-trust-strip {
    padding: 18px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff7ea 0%, #fffdf8 100%);
    border: 1px solid #eadfce;
}

.page-id-1224 .entry-content .home-trust-strip .wp-block-columns {
    gap: 18px;
}

.page-id-1224 .entry-content .home-trust-strip p {
    margin: 0;
    text-align: center;
    line-height: 1.55;
}

.page-id-1224 .entry-content .home-trust-strip strong {
    display: block;
    margin-bottom: 4px;
    color: #1f1b16;
}

body.post-type-archive-product .site-content .ast-container,
body.woocommerce-shop .site-content .ast-container,
body.tax-product_cat .site-content .ast-container {
    max-width: 1440px;
    align-items: flex-start;
    column-gap: 30px;
}

body.post-type-archive-product .woocommerce-products-header,
body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
    margin-bottom: 10px;
    padding-top: 0;
}

body.post-type-archive-product .woocommerce-products-header__title.page-title,
body.woocommerce-shop .woocommerce-products-header__title.page-title,
body.tax-product_cat .woocommerce-products-header__title.page-title {
    margin-bottom: 4px;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

body.tax-product_cat .term-description,
body.tax-product_cat .archive-description,
body.tax-product_cat .woocommerce-products-header__description {
    display: none !important;
}

body.post-type-archive-product .njm-shop-intro,
body.woocommerce-shop .njm-shop-intro,
body.tax-product_cat .njm-shop-intro {
    max-width: 720px;
    margin: 0 0 12px;
    color: #64584a;
    font-size: 15px;
    line-height: 1.5;
}

body.post-type-archive-product .site-content .widget-area .widget,
body.woocommerce-shop .site-content .widget-area .widget,
body.tax-product_cat .site-content .widget-area .widget {
    margin-bottom: 18px;
    padding: 18px 18px 16px;
    border: 1px solid #eadfce;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffbf6 0%, #ffffff 100%);
    box-shadow: 0 10px 22px rgba(35, 27, 18, 0.04);
}

body.post-type-archive-product .site-content .widget-area .widget-title,
body.woocommerce-shop .site-content .widget-area .widget-title,
body.tax-product_cat .site-content .widget-area .widget-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.015em;
    color: #241d16;
}

body.post-type-archive-product .site-content .widget-area .wc-layered-nav-term,
body.woocommerce-shop .site-content .widget-area .wc-layered-nav-term,
body.tax-product_cat .site-content .widget-area .wc-layered-nav-term,
body.post-type-archive-product .site-content .widget-area .woocommerce-widget-layered-nav-list__item,
body.woocommerce-shop .site-content .widget-area .woocommerce-widget-layered-nav-list__item,
body.tax-product_cat .site-content .widget-area .woocommerce-widget-layered-nav-list__item {
    margin-bottom: 8px;
    line-height: 1.45;
}

body.post-type-archive-product .site-content .widget-area .woocommerce-widget-layered-nav-list,
body.woocommerce-shop .site-content .widget-area .woocommerce-widget-layered-nav-list,
body.tax-product_cat .site-content .widget-area .woocommerce-widget-layered-nav-list {
    margin: 0;
}

body.post-type-archive-product .site-content .widget-area .woocommerce-widget-layered-nav-list__item a,
body.woocommerce-shop .site-content .widget-area .woocommerce-widget-layered-nav-list__item a,
body.tax-product_cat .site-content .widget-area .woocommerce-widget-layered-nav-list__item a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4f4438;
    text-decoration: none;
}

body.post-type-archive-product .site-content .widget-area .woocommerce-widget-layered-nav-list__item a:hover,
body.woocommerce-shop .site-content .widget-area .woocommerce-widget-layered-nav-list__item a:hover,
body.tax-product_cat .site-content .widget-area .woocommerce-widget-layered-nav-list__item a:hover {
    color: #2f261f;
}

body.post-type-archive-product .site-content .widget-area .woocommerce-widget-layered-nav-list__item.chosen a,
body.woocommerce-shop .site-content .widget-area .woocommerce-widget-layered-nav-list__item.chosen a,
body.tax-product_cat .site-content .widget-area .woocommerce-widget-layered-nav-list__item.chosen a {
    font-weight: 700;
    color: #2b241d;
}

body.post-type-archive-product .site-content .widget-area .price_slider_wrapper,
body.woocommerce-shop .site-content .widget-area .price_slider_wrapper,
body.tax-product_cat .site-content .widget-area .price_slider_wrapper {
    padding: 14px 14px 10px;
    border: 1px solid #ede2d3;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffaf4 0%, #fffdf9 100%);
}

body.post-type-archive-product .site-content .widget-area .price_slider_wrapper .ui-widget-content,
body.woocommerce-shop .site-content .widget-area .price_slider_wrapper .ui-widget-content,
body.tax-product_cat .site-content .widget-area .price_slider_wrapper .ui-widget-content {
    background: #ece3d7;
}

body.post-type-archive-product .site-content .widget-area .price_slider_wrapper .ui-slider .ui-slider-range,
body.woocommerce-shop .site-content .widget-area .price_slider_wrapper .ui-slider .ui-slider-range,
body.tax-product_cat .site-content .widget-area .price_slider_wrapper .ui-slider .ui-slider-range {
    background: #d6b488;
}

body.post-type-archive-product .site-content .widget-area .price_slider_wrapper .ui-slider .ui-slider-handle,
body.woocommerce-shop .site-content .widget-area .price_slider_wrapper .ui-slider .ui-slider-handle,
body.tax-product_cat .site-content .widget-area .price_slider_wrapper .ui-slider .ui-slider-handle {
    border: 2px solid #cda36d;
    background: #fffaf3;
    box-shadow: none;
}

body.post-type-archive-product .site-content .widget-area .price_slider_wrapper .button,
body.woocommerce-shop .site-content .widget-area .price_slider_wrapper .button,
body.tax-product_cat .site-content .widget-area .price_slider_wrapper .button {
    border-radius: 999px;
    background: #f9ad4a;
    border-color: #f9ad4a;
}

body.post-type-archive-product .site-content .widget-area .price_slider_wrapper .button:hover,
body.woocommerce-shop .site-content .widget-area .price_slider_wrapper .button:hover,
body.tax-product_cat .site-content .widget-area .price_slider_wrapper .button:hover {
    background: #ef9b2d;
    border-color: #ef9b2d;
}

body.post-type-archive-product .site-content .widget-area .price_slider_amount,
body.woocommerce-shop .site-content .widget-area .price_slider_amount,
body.tax-product_cat .site-content .widget-area .price_slider_amount {
    color: #5a4e42;
    font-size: 14px;
}

body.post-type-archive-product .site-content .widget-area .njm-filter-toggle,
body.woocommerce-shop .site-content .widget-area .njm-filter-toggle,
body.tax-product_cat .site-content .widget-area .njm-filter-toggle {
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #a8681f;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

body.post-type-archive-product .site-content .widget-area .njm-filter-toggle:hover,
body.woocommerce-shop .site-content .widget-area .njm-filter-toggle:hover,
body.tax-product_cat .site-content .widget-area .njm-filter-toggle:hover {
    color: #8f5618;
}

body.post-type-archive-product ul.products,
body.woocommerce-shop ul.products,
body.tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
    gap: 22px !important;
}

body.post-type-archive-product ul.products li.product.product-category,
body.woocommerce-shop ul.products li.product.product-category,
body.tax-product_cat ul.products li.product.product-category {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    min-height: 100%;
    height: 100%;
    padding: 16px 16px 18px;
    border: 1px solid #eadfce;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    box-shadow: 0 14px 28px rgba(35, 27, 18, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.post-type-archive-product ul.products li.product.product-category:hover,
body.woocommerce-shop ul.products li.product.product-category:hover,
body.tax-product_cat ul.products li.product.product-category:hover {
    transform: translateY(-4px);
    border-color: #e3b36b;
    box-shadow: 0 18px 32px rgba(35, 27, 18, 0.08);
}

body.post-type-archive-product ul.products li.product.product-category a,
body.woocommerce-shop ul.products li.product.product-category a,
body.tax-product_cat ul.products li.product.product-category a {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    align-items: stretch;
    text-decoration: none;
}

body.post-type-archive-product ul.products li.product.product-category a img,
body.woocommerce-shop ul.products li.product.product-category a img,
body.tax-product_cat ul.products li.product.product-category a img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-bottom: 14px;
    border-radius: 14px;
}

body.post-type-archive-product ul.products li.product.product-category .woocommerce-loop-category__title,
body.woocommerce-shop ul.products li.product.product-category .woocommerce-loop-category__title,
body.tax-product_cat ul.products li.product.product-category .woocommerce-loop-category__title {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    width: auto !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.28;
    flex: 1 1 auto;
    min-height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-wrap: balance;
    overflow-wrap: break-word;
    word-break: normal;
    color: #1f1b16;
    letter-spacing: -0.01em;
}

body.post-type-archive-product ul.products li.product.product-category .woocommerce-loop-category__title mark,
body.woocommerce-shop ul.products li.product.product-category .woocommerce-loop-category__title mark,
body.tax-product_cat ul.products li.product.product-category .woocommerce-loop-category__title mark {
    display: none !important;
}

body.post-type-archive-product ul.products li.product.product-category .count,
body.woocommerce-shop ul.products li.product.product-category .count,
body.tax-product_cat ul.products li.product.product-category .count {
    display: none !important;
}

body.post-type-archive-product ul.products li.product.product-category>a:hover .woocommerce-loop-category__title,
body.woocommerce-shop ul.products li.product.product-category>a:hover .woocommerce-loop-category__title,
body.tax-product_cat ul.products li.product.product-category>a:hover .woocommerce-loop-category__title {
    background: transparent !important;
}

body.post-type-archive-product ul.products li.product:not(.product-category),
body.woocommerce-shop ul.products li.product:not(.product-category),
body.tax-product_cat ul.products li.product:not(.product-category) {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 14px 14px 16px;
    border: 1px solid #eadfce;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    box-shadow: 0 14px 28px rgba(35, 27, 18, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.njm-global-catalog-mode ul.products li.product:not(.product-category) {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.post-type-archive-product ul.products li.product:not(.product-category):hover,
body.woocommerce-shop ul.products li.product:not(.product-category):hover,
body.tax-product_cat ul.products li.product:not(.product-category):hover {
    transform: translateY(-4px);
    border-color: #e3b36b;
    box-shadow: 0 18px 34px rgba(35, 27, 18, 0.09);
}

body.post-type-archive-product ul.products li.product:not(.product-category) a img,
body.woocommerce-shop ul.products li.product:not(.product-category) a img,
body.tax-product_cat ul.products li.product:not(.product-category) a img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: center;
    background: #fffdf9;
    border-radius: 14px;
    margin-bottom: 14px;
}

body.njm-global-catalog-mode ul.products li.product:not(.product-category) .astra-shop-thumbnail-wrap,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .woocommerce-loop-product__link {
    display: block;
}

body.njm-global-catalog-mode ul.products li.product:not(.product-category) .astra-shop-thumbnail-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 276px;
    margin-bottom: 2px;
}

body.njm-global-catalog-mode ul.products li.product:not(.product-category) .astra-shop-thumbnail-wrap img,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) a.woocommerce-LoopProduct-link img,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: 260px !important;
    max-width: 100%;
    max-height: 260px;
    object-fit: contain !important;
    object-position: center;
}

body.post-type-archive-product ul.products li.product:not(.product-category) a.woocommerce-LoopProduct-link,
body.woocommerce-shop ul.products li.product:not(.product-category) a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product:not(.product-category) a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    text-decoration: none;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .price,
body.woocommerce-shop ul.products li.product:not(.product-category) .price,
body.tax-product_cat ul.products li.product:not(.product-category) .price {
    margin: 0 !important;
    min-height: 2.6em;
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
    align-items: flex-end;
    justify-content: flex-start;
    color: #2b241d;
    font-weight: 700;
    line-height: 1.3;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .price del,
body.woocommerce-shop ul.products li.product:not(.product-category) .price del,
body.tax-product_cat ul.products li.product:not(.product-category) .price del,
body.post-type-archive-product ul.products li.product:not(.product-category) .price ins,
body.woocommerce-shop ul.products li.product:not(.product-category) .price ins,
body.tax-product_cat ul.products li.product:not(.product-category) .price ins,
body.post-type-archive-product ul.products li.product:not(.product-category) .price .amount,
body.woocommerce-shop ul.products li.product:not(.product-category) .price .amount,
body.tax-product_cat ul.products li.product:not(.product-category) .price .amount {
    white-space: nowrap;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .price del,
body.woocommerce-shop ul.products li.product:not(.product-category) .price del,
body.tax-product_cat ul.products li.product:not(.product-category) .price del {
    order: 1;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .price ins,
body.woocommerce-shop ul.products li.product:not(.product-category) .price ins,
body.tax-product_cat ul.products li.product:not(.product-category) .price ins {
    order: 2;
    text-decoration: none;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .button,
body.woocommerce-shop ul.products li.product:not(.product-category) .button,
body.tax-product_cat ul.products li.product:not(.product-category) .button {
    align-self: flex-start;
    margin-top: 0;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .astra-shop-summary-wrap,
body.woocommerce-shop ul.products li.product:not(.product-category) .astra-shop-summary-wrap,
body.tax-product_cat ul.products li.product:not(.product-category) .astra-shop-summary-wrap {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product:not(.product-category) .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
    min-height: 3.95em;
    font-weight: 600;
    line-height: 1.32;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .ast-loop-product__link,
body.woocommerce-shop ul.products li.product:not(.product-category) .ast-loop-product__link,
body.tax-product_cat ul.products li.product:not(.product-category) .ast-loop-product__link {
    text-decoration: none;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .ast-woo-product-category,
body.woocommerce-shop ul.products li.product:not(.product-category) .ast-woo-product-category,
body.tax-product_cat ul.products li.product:not(.product-category) .ast-woo-product-category {
    min-height: 1.6em;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .button,
body.woocommerce-shop ul.products li.product:not(.product-category) .button,
body.tax-product_cat ul.products li.product:not(.product-category) .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #f9ad4a;
    border-color: #f9ad4a;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

body.njm-global-catalog-mode ul.products li.product:not(.product-category) a.button,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .button.add_to_cart_button,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .button.product_type_simple,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .button.product_type_variable,
body.njm-global-catalog-mode .site-content .widget-area .price_slider_wrapper .button {
    background: #f9ad4a !important;
    border-color: #f9ad4a !important;
    color: #ffffff !important;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .button:hover,
body.woocommerce-shop ul.products li.product:not(.product-category) .button:hover,
body.tax-product_cat ul.products li.product:not(.product-category) .button:hover {
    background: #ef9b2d;
    border-color: #ef9b2d;
}

body.njm-global-catalog-mode ul.products li.product:not(.product-category) a.button:hover,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .button.add_to_cart_button:hover,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .button.product_type_simple:hover,
body.njm-global-catalog-mode ul.products li.product:not(.product-category) .button.product_type_variable:hover,
body.njm-global-catalog-mode .site-content .widget-area .price_slider_wrapper .button:hover {
    background: #ef9b2d !important;
    border-color: #ef9b2d !important;
    color: #ffffff !important;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .astra-shop-summary-wrap,
body.woocommerce-shop ul.products li.product:not(.product-category) .astra-shop-summary-wrap,
body.tax-product_cat ul.products li.product:not(.product-category) .astra-shop-summary-wrap {
    justify-content: space-between;
}

body.post-type-archive-product ul.products li.product:not(.product-category) .astra-shop-summary-wrap > *:last-child,
body.woocommerce-shop ul.products li.product:not(.product-category) .astra-shop-summary-wrap > *:last-child,
body.tax-product_cat ul.products li.product:not(.product-category) .astra-shop-summary-wrap > *:last-child {
    margin-top: auto;
}

body.post-type-archive-product .woocommerce-ordering,
body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
    float: none;
    margin: 0 0 14px auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

body.post-type-archive-product .woocommerce-ordering select.orderby,
body.woocommerce-shop .woocommerce-ordering select.orderby,
body.tax-product_cat .woocommerce-ordering select.orderby {
    min-width: 250px;
    min-height: 42px;
    padding: 9px 40px 9px 14px;
    border: 1px solid #ded2c2;
    border-radius: 12px;
    background-color: #fffdf9;
    color: #3d342b;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(35, 27, 18, 0.04);
}

body.post-type-archive-product .woocommerce-ordering select.orderby:focus,
body.woocommerce-shop .woocommerce-ordering select.orderby:focus,
body.tax-product_cat .woocommerce-ordering select.orderby:focus {
    border-color: #caa26f;
    outline: none;
}

body.post-type-archive-product .woocommerce-products-header,
body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
    max-width: 880px;
}

body.post-type-archive-product .woocommerce-products-header + ul.products,
body.woocommerce-shop .woocommerce-products-header + ul.products,
body.tax-product_cat .woocommerce-products-header + ul.products {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
    margin-bottom: 3px;
    color: #8d7f70;
    font-size: 12px;
    line-height: 1.35;
}

body.post-type-archive-product .site-content .widget-area,
body.woocommerce-shop .site-content .widget-area,
body.tax-product_cat .site-content .widget-area {
    width: 260px;
}

body.post-type-archive-product .site-content .content-area,
body.woocommerce-shop .site-content .content-area,
body.tax-product_cat .site-content .content-area {
    width: calc(100% - 290px);
}

body.post-type-archive-product .site-content,
body.woocommerce-shop .site-content,
body.tax-product_cat .site-content {
    padding-bottom: 4px;
}

.page-id-3251 .entry-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 24px 36px;
}

.page-id-3251 .entry-content > * + * {
    margin-top: 14px;
}

.page-id-3251 .entry-content .catalog-intro {
    padding: 28px 30px;
    border: 1px solid #eadfce;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    box-shadow: 0 14px 28px rgba(35, 27, 18, 0.05);
    text-align: center;
}

.page-id-3251 .entry-content .catalog-intro p {
    margin: 0;
    line-height: 1.7;
    color: #4f453a;
}

.page-id-3251 .entry-content .catalog-intro .has-large-font-size {
    font-size: 20px !important;
    line-height: 1.5;
}

.page-id-3251 .entry-content .catalog-intro p + p {
    margin-top: 10px;
}

.page-id-3251 .entry-content .catalog-section {
    padding-top: 0;
}

.page-id-3251 .entry-content .catalog-section > h2 {
    display: inline-block;
    margin-bottom: 6px;
    padding-bottom: 8px;
    font-size: 31px;
    line-height: 1.12;
    letter-spacing: -0.015em;
    border-bottom: 2px solid #f0dcc0;
}

.page-id-3251 .entry-content .catalog-section-intro {
    margin-bottom: 8px !important;
    color: #6f6253;
    font-size: 15px;
    line-height: 1.55;
}

.page-id-3251 .entry-content .catalog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 0 !important;
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.page-id-3251 .entry-content .catalog-card-grid > * {
    margin: 0 !important;
}

.page-id-3251 .entry-content .catalog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: stretch;
    padding: 14px 14px 18px;
    border: 1px solid #eadfce;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    box-shadow: 0 14px 28px rgba(35, 27, 18, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.page-id-3251 .entry-content .catalog-card > * {
    margin: 0 !important;
}

.page-id-3251 .entry-content .catalog-card:hover {
    transform: translateY(-4px);
    border-color: #e3b36b;
    box-shadow: 0 18px 34px rgba(35, 27, 18, 0.09);
}

.page-id-3251 .entry-content .catalog-card figure {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 14px;
}

.page-id-3251 .entry-content .catalog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.page-id-3251 .entry-content .catalog-card h3 {
    font-size: 20px;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: -0.01em;
    min-height: 2.48em;
}

.page-id-3251 .entry-content .catalog-card h3 a {
    color: #1f1b16;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page-id-3251 .entry-content .catalog-card h3 a:hover {
    color: #a96012;
}

.page-id-3251 .entry-content .catalog-card-meta {
    margin: 0;
    color: #7b6d5d;
    font-size: 14px;
    line-height: 1.45;
    min-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-id-3251 .entry-content .catalog-card-link {
    margin-top: auto !important;
    padding-top: 8px;
    text-align: center;
}

.page-id-3251 .entry-content .catalog-card-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 24px;
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: linear-gradient(180deg, #fffaf3 0%, #fff6ec 100%);
    color: #b07120;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 16px rgba(35, 27, 18, 0.04);
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.page-id-3251 .entry-content .catalog-card-link a:hover {
    color: #a96012;
    border-color: #e3b36b;
    background: #fff3e2;
    transform: translateY(-1px);
}

body.page-id-17883 .entry-content,
body.page-id-17885 .entry-content,
body.page-id-17990 .entry-content,
body.page-id-18002 .entry-content,
body.page-id-18023 .entry-content,
body.page-id-18034 .entry-content,
body.page-id-18036 .entry-content,
body.page-id-18137 .entry-content,
body.page-id-18160 .entry-content,
body.page-id-18185 .entry-content,
body.page-id-18235 .entry-content {
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 24px 34px;
}

body.page-id-17883 .entry-content > * + *,
body.page-id-17885 .entry-content > * + *,
body.page-id-17990 .entry-content > * + *,
body.page-id-18002 .entry-content > * + *,
body.page-id-18023 .entry-content > * + *,
body.page-id-18034 .entry-content > * + *,
body.page-id-18036 .entry-content > * + *,
body.page-id-18137 .entry-content > * + *,
body.page-id-18160 .entry-content > * + *,
body.page-id-18185 .entry-content > * + *,
body.page-id-18235 .entry-content > * + * {
    margin-top: 12px;
}

body.page-id-17883 .entry-content h1,
body.page-id-17885 .entry-content h1,
body.page-id-17990 .entry-content h1,
body.page-id-18002 .entry-content h1,
body.page-id-18023 .entry-content h1,
body.page-id-18034 .entry-content h1,
body.page-id-18036 .entry-content h1,
body.page-id-18137 .entry-content h1,
body.page-id-18160 .entry-content h1,
body.page-id-18185 .entry-content h1,
body.page-id-18235 .entry-content h1 {
    margin-bottom: 6px;
    font-size: 44px;
    line-height: 1.06;
    letter-spacing: -0.02em;
}

body.page-id-17883 .entry-content .has-text-align-center:first-child,
body.page-id-17885 .entry-content .has-text-align-center:first-child,
body.page-id-17990 .entry-content .has-text-align-center:first-child,
body.page-id-18002 .entry-content .has-text-align-center:first-child,
body.page-id-18023 .entry-content .has-text-align-center:first-child,
body.page-id-18034 .entry-content .has-text-align-center:first-child,
body.page-id-18036 .entry-content .has-text-align-center:first-child,
body.page-id-18137 .entry-content .has-text-align-center:first-child,
body.page-id-18160 .entry-content .has-text-align-center:first-child,
body.page-id-18185 .entry-content .has-text-align-center:first-child,
body.page-id-18235 .entry-content .has-text-align-center:first-child {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.4;
}

body.page-id-17883 .entry-content .has-text-align-center:first-child a,
body.page-id-17885 .entry-content .has-text-align-center:first-child a,
body.page-id-17990 .entry-content .has-text-align-center:first-child a,
body.page-id-18002 .entry-content .has-text-align-center:first-child a,
body.page-id-18023 .entry-content .has-text-align-center:first-child a,
body.page-id-18034 .entry-content .has-text-align-center:first-child a,
body.page-id-18036 .entry-content .has-text-align-center:first-child a,
body.page-id-18137 .entry-content .has-text-align-center:first-child a,
body.page-id-18160 .entry-content .has-text-align-center:first-child a,
body.page-id-18185 .entry-content .has-text-align-center:first-child a,
body.page-id-18235 .entry-content .has-text-align-center:first-child a {
    color: #b7771b;
    text-decoration: none;
    opacity: 0.92;
}

body.page-id-17883 .entry-content .wp-block-shortcode,
body.page-id-17885 .entry-content .wp-block-shortcode,
body.page-id-17990 .entry-content .wp-block-shortcode,
body.page-id-18002 .entry-content .wp-block-shortcode,
body.page-id-18023 .entry-content .wp-block-shortcode,
body.page-id-18034 .entry-content .wp-block-shortcode,
body.page-id-18036 .entry-content .wp-block-shortcode,
body.page-id-18137 .entry-content .wp-block-shortcode,
body.page-id-18160 .entry-content .wp-block-shortcode,
body.page-id-18185 .entry-content .wp-block-shortcode,
body.page-id-18235 .entry-content .wp-block-shortcode,
body.page-id-17883 .entry-content ._df_book,
body.page-id-17885 .entry-content ._df_book,
body.page-id-17990 .entry-content ._df_book,
body.page-id-18002 .entry-content ._df_book,
body.page-id-18023 .entry-content ._df_book,
body.page-id-18034 .entry-content ._df_book,
body.page-id-18036 .entry-content ._df_book,
body.page-id-18137 .entry-content ._df_book,
body.page-id-18160 .entry-content ._df_book,
body.page-id-18185 .entry-content ._df_book,
body.page-id-18235 .entry-content ._df_book {
    border: 1px solid #eadfce;
    border-radius: 24px;
    box-shadow: 0 10px 22px rgba(35, 27, 18, 0.045);
}

body.page-id-17883 .entry-content .wp-block-shortcode,
body.page-id-17885 .entry-content .wp-block-shortcode,
body.page-id-17990 .entry-content .wp-block-shortcode,
body.page-id-18002 .entry-content .wp-block-shortcode,
body.page-id-18023 .entry-content .wp-block-shortcode,
body.page-id-18034 .entry-content .wp-block-shortcode,
body.page-id-18036 .entry-content .wp-block-shortcode,
body.page-id-18137 .entry-content .wp-block-shortcode,
body.page-id-18160 .entry-content .wp-block-shortcode,
body.page-id-18185 .entry-content .wp-block-shortcode,
body.page-id-18235 .entry-content .wp-block-shortcode {
    padding: 14px;
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

body.page-id-17883 .entry-content ._df_book,
body.page-id-17885 .entry-content ._df_book,
body.page-id-17990 .entry-content ._df_book,
body.page-id-18002 .entry-content ._df_book,
body.page-id-18023 .entry-content ._df_book,
body.page-id-18034 .entry-content ._df_book,
body.page-id-18036 .entry-content ._df_book,
body.page-id-18137 .entry-content ._df_book,
body.page-id-18160 .entry-content ._df_book,
body.page-id-18185 .entry-content ._df_book,
body.page-id-18235 .entry-content ._df_book {
    overflow: hidden;
}

.page-id-3154 .entry-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 24px 36px !important;
    color: #2b241d;
}

.page-id-3154 .entry-content > .wp-block-spacer,
.page-id-3154 .entry-content .wp-block-spacer {
    display: none !important;
}

.page-id-3154 .entry-content > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.page-id-3154 .entry-content > * + * {
    margin-top: 14px !important;
}

.page-id-3154 .entry-content .wp-block-group {
    margin: 0;
}

.page-id-3154 .entry-content p {
    margin: 0;
    line-height: 1.72;
}

.page-id-3154 .entry-content h2 {
    margin: 0 0 10px !important;
    font-size: 28px;
    line-height: 1.16;
    color: #1f1b16;
}

.page-id-3154 .entry-content ul,
.page-id-3154 .entry-content ol {
    margin: 12px 0 0 1.15em !important;
    padding: 0;
}

.page-id-3154 .entry-content li {
    margin-bottom: 7px;
    line-height: 1.6;
}

.page-id-3154 .entry-content .wp-block-buttons {
    justify-content: flex-start;
    gap: 12px;
    margin-top: 18px !important;
}

.page-id-3154 .entry-content .wp-block-button__link,
.page-id-3154 .entry-content .wp-block-button a.wp-block-button__link {
    min-width: 164px;
    padding: 12px 20px;
}

.page-id-3154 .entry-content .about-page-intro .wp-block-button.is-style-outline .wp-block-button__link,
.page-id-3154 .entry-content .about-page-intro .wp-block-button.is-style-outline a.wp-block-button__link {
    background: #ffffff !important;
    color: #f9ad4a !important;
    border: 1px solid #efc27c !important;
    box-shadow: inset 0 0 0 1px rgba(249, 173, 74, 0.18) !important;
    opacity: 1 !important;
}

.page-id-3154 .entry-content .about-page-intro .wp-block-button.is-style-outline .wp-block-button__link:hover,
.page-id-3154 .entry-content .about-page-intro .wp-block-button.is-style-outline a.wp-block-button__link:hover {
    background: #fff4e3 !important;
    color: #ef9b2d !important;
    border-color: #e5a84f !important;
}

.page-id-3154 .entry-content .about-page-intro {
    position: relative;
    padding: 32px 34px 20px;
    border: 1px solid #eadfce;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    box-shadow: 0 16px 34px rgba(35, 27, 18, 0.05);
}

.page-id-3154 .entry-content .about-page-intro .has-large-font-size {
    font-size: 22px !important;
    line-height: 1.45;
    color: #1f1b16;
}

.page-id-3154 .entry-content .about-page-intro p + p {
    margin-top: 10px !important;
    color: #5c5044;
}

.page-id-3154 .entry-content .about-page-benefits {
    list-style: none;
    margin: 16px 0 0 !important;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.page-id-3154 .entry-content .about-page-benefits li {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #efe3d3;
    border-radius: 16px;
    background: #fff;
    color: #2b241d;
    font-weight: 600;
    line-height: 1.45;
    box-shadow: inset 0 3px 0 #f9ad4a;
}

.page-id-3154 .entry-content .about-page-section {
    padding: 18px 22px 10px;
    border: 1px solid #eadfce;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.page-id-3154 .entry-content .about-page-why {
    padding-top: 8px;
}

.page-id-3154 .entry-content .about-page-why,
.page-id-3154 .entry-content .about-page-catalog,
.page-id-3154 .entry-content .about-page-process {
    padding-bottom: 2px;
}

.page-id-3154 .entry-content .about-page-why h2,
.page-id-3154 .entry-content .about-page-catalog h2,
.page-id-3154 .entry-content .about-page-process h2 {
    margin-bottom: 8px !important;
}

.page-id-3154 .entry-content .about-page-why p:last-child,
.page-id-3154 .entry-content .about-page-catalog p:last-child,
.page-id-3154 .entry-content .about-page-catalog ul:last-child,
.page-id-3154 .entry-content .about-page-process p:last-child,
.page-id-3154 .entry-content .about-page-process ol:last-child {
    margin-bottom: 0 !important;
}

.page-id-3154 .entry-content .about-page-catalog ul,
.page-id-3154 .entry-content .about-page-process ol {
    margin-top: 8px !important;
}

.page-id-3154 .entry-content .about-page-why p:last-child,
.page-id-3154 .entry-content .about-page-intro .wp-block-buttons:last-child,
.page-id-3154 .entry-content .about-page-intro .about-page-benefits:last-child {
    margin-bottom: 0 !important;
}

.page-id-3154 .entry-content .about-page-section p + ul,
.page-id-3154 .entry-content .about-page-section p + ol {
    margin-top: 12px !important;
}

.page-id-3154 .entry-content .about-page-catalog ul {
    columns: 2;
    column-gap: 28px;
}

.page-id-3154 .entry-content .about-page-highlight,
.page-id-3154 .entry-content .about-page-muted,
.page-id-3154 .entry-content .about-page-contact {
    padding: 20px 24px;
}

.page-id-3154 .entry-content .about-page-highlight {
    background: linear-gradient(180deg, #fff7ea 0%, #fffdf8 100%);
    text-align: center;
}

.page-id-3154 .entry-content .about-page-highlight h2 {
    text-align: center;
}

.page-id-3154 .entry-content .about-page-highlight ul {
    list-style: none;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 12px auto 0 !important;
    padding-left: 0;
    text-align: left;
}

.page-id-3154 .entry-content .about-page-highlight li {
    position: relative;
    padding-left: 18px;
    text-align: left;
}

.page-id-3154 .entry-content .about-page-highlight li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2b241d;
    transform: translateY(-50%);
}

.page-id-3154 .entry-content .about-page-muted {
    background: #faf7f2;
}

.page-id-3154 .entry-content .about-page-contact {
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(35, 27, 18, 0.06);
    text-align: center;
    max-width: 920px;
}

.page-id-3154 .entry-content .about-page-contact h2 {
    display: block;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.page-id-3154 .entry-content .about-page-contact p:first-of-type {
    margin: 0 auto 10px;
    max-width: 360px;
    color: #1f1b16;
}

.page-id-3154 .entry-content .about-page-contact > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.page-id-3154 .entry-content .about-page-contact ul {
    list-style: none;
    margin: 22px auto 0 !important;
    padding: 0;
    max-width: 620px;
    border-top: 1px solid #eee4d7;
}

.page-id-3154 .entry-content .about-page-contact li {
    margin: 0;
    padding: 14px 18px;
    border-bottom: 1px solid #eee4d7;
    font-size: 18px;
    line-height: 1.45;
}

.page-id-3156 .entry-header {
    display: none;
}

.page-id-3156 .entry-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 12px 24px 44px !important;
    color: #2b241d;
}

.page-id-3156 .entry-content > .wp-block-spacer,
.page-id-3156 .entry-content .wp-block-spacer,
.page-id-3156 .entry-content > .wp-block-cover,
.page-id-3156 .entry-content > .wp-block-media-text {
    display: none !important;
}

.page-id-3156 .entry-content > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.page-id-3156 .entry-content > * + * {
    margin-top: 0 !important;
}

.page-id-3156 .entry-content .contact-page {
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-3156 .entry-content .contact-page__intro {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.page-id-3156 .entry-content .contact-page__intro h1 {
    margin: 0 0 12px;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: #1f1b16;
}

.page-id-3156 .entry-content .contact-page__intro p {
    margin: 0;
    font-size: 18px;
    line-height: 1.68;
    color: #5d5144;
}

.page-id-3156 .entry-content .contact-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.page-id-3156 .entry-content .contact-card {
    height: 100%;
    padding: 28px 30px;
    border: 1px solid #eadfce;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
    box-shadow: 0 16px 34px rgba(35, 27, 18, 0.05);
}

.page-id-3156 .entry-content .contact-card h2 {
    margin: 0 0 16px !important;
    font-size: 28px;
    line-height: 1.16;
    color: #1f1b16;
}

.page-id-3156 .entry-content .contact-card p {
    margin: 0;
    line-height: 1.68;
}

.page-id-3156 .entry-content .contact-card p + p,
.page-id-3156 .entry-content .contact-card ul + p,
.page-id-3156 .entry-content .contact-card p + ul {
    margin-top: 10px;
}

.page-id-3156 .entry-content .contact-main__eyebrow {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a95a12;
}

.page-id-3156 .entry-content .contact-main__name {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.08;
    color: #1f1b16;
}

.page-id-3156 .entry-content .contact-main__details {
    display: grid;
    gap: 8px;
    margin: 0;
}

.page-id-3156 .entry-content .contact-main__details a {
    color: #2b241d;
    text-decoration: none;
}

.page-id-3156 .entry-content .contact-main__details a:hover {
    color: #a95a12;
}

.page-id-3156 .entry-content .contact-hours {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eee2d2;
}

.page-id-3156 .entry-content .contact-hours h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #1f1b16;
}

.page-id-3156 .entry-content .contact-hours ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: grid;
    gap: 8px;
}

.page-id-3156 .entry-content .contact-hours li {
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    line-height: 1.55;
    color: #4f4337;
}

.page-id-3156 .entry-content .contact-billing {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eee2d2;
}

.page-id-3156 .entry-content .contact-billing h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #1f1b16;
}

.page-id-3156 .entry-content .contact-billing p + p {
    margin-top: 6px;
}

.page-id-3156 .entry-content .contact-map-link,
.page-id-3156 .entry-content .contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 20px;
    border: 1px solid #f9ad4a;
    border-radius: 999px;
    background: #f9ad4a;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.page-id-3156 .entry-content .contact-map-link {
    margin-top: 22px;
}

.page-id-3156 .entry-content .contact-map-link:hover {
    background: #ef9b2d;
    border-color: #ef9b2d;
    color: #1a1a1a;
}

.page-id-3156 .entry-content .contact-form button:hover {
    background: #ef9b2d;
    border-color: #ef9b2d;
    color: #1a1a1a;
}

.page-id-3156 .entry-content .contact-form__intro {
    margin: 0 0 16px;
    color: #5d5144;
}

.page-id-3156 .entry-content .contact-notice {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.55;
}

.page-id-3156 .entry-content .contact-notice--success {
    border: 1px solid #cfe6bd;
    background: #f4fbef;
    color: #2f5a1f;
}

.page-id-3156 .entry-content .contact-notice--error {
    border: 1px solid #efcfc4;
    background: #fff7f3;
    color: #9a4422;
}

.page-id-3156 .entry-content .contact-form {
    display: grid;
    gap: 14px;
}

.page-id-3156 .entry-content .contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.page-id-3156 .entry-content .contact-form label {
    display: grid;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #2b241d;
}

.page-id-3156 .entry-content .contact-form input,
.page-id-3156 .entry-content .contact-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #dfd0bf;
    border-radius: 14px;
    background: #fffdfa;
    color: #2b241d;
    font: inherit;
    box-sizing: border-box;
}

.page-id-3156 .entry-content .contact-form textarea {
    min-height: 164px;
    resize: vertical;
}

.page-id-3156 .entry-content .contact-form input:focus,
.page-id-3156 .entry-content .contact-form textarea:focus {
    outline: none;
    border-color: #e2a457;
    box-shadow: 0 0 0 3px rgba(249, 173, 74, 0.14);
}

.page-id-3156 .entry-content .contact-form__submit {
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
}

.page-id-3156 .entry-content .contact-form__submit button {
    margin: 0;
}

.page-id-3156 .entry-content .contact-team {
    margin: 52px 0 68px;
}

.page-id-3156 .entry-content .contact-team > h2 {
    margin: 0 0 24px !important;
    text-align: center;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1f1b16;
}

.page-id-3156 .entry-content .contact-team__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 22px;
}

.page-id-3156 .entry-content .contact-team-card {
    flex: 1 1 300px;
    max-width: 360px;
    width: 100%;
    padding: 32px 30px 28px;
    border: 1px solid #e7ddd1;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(35, 27, 18, 0.035);
}

.page-id-3156 .entry-content .contact-team-card h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 700;
    color: #1f1b16;
}

.page-id-3156 .entry-content .contact-team-card__role {
    margin: 0 0 14px;
    color: #c9822b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.page-id-3156 .entry-content .contact-team-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.72;
    color: #564a3f;
}

.page-id-3156 .entry-content .contact-team-card__description {
    min-height: 82px;
}

.page-id-3156 .entry-content .contact-team-card__meta {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ead9c2;
}

.page-id-3156 .entry-content .contact-team-card__meta p {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.page-id-3156 .entry-content .contact-team-card__meta p + p {
    margin-top: 9px;
}

.page-id-3156 .entry-content .contact-team-card__label {
    flex: 0 0 56px;
    font-size: 14px;
    font-weight: 600;
    color: #6c6258;
}

.page-id-3156 .entry-content .contact-team-card__value {
    min-width: 0;
    color: #4e453d;
}

.page-id-3156 .entry-content .contact-team-card__value a {
    color: #4e453d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.page-id-3156 .entry-content .contact-team-card__value a:hover,
.page-id-3156 .entry-content .contact-team-card__value a:focus-visible {
    color: #c7771a;
}

.ast-builder-menu-1 .njm-header-search {
    display: none;
}

@media (min-width: 769px) {
    #ast-desktop-header .site-primary-header-wrap .ast-builder-grid-row {
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 32px;
        align-items: center;
    }

    #ast-desktop-header .site-header-primary-section-right,
    #ast-desktop-header .ast-builder-menu-1 {
        flex: 1 1 auto;
        min-width: 0;
    }

    #ast-desktop-header .site-header-primary-section-right {
        position: relative;
        justify-content: flex-end;
        padding-right: 252px;
    }

    .ast-builder-menu-1 .ast-main-header-bar-alignment {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .ast-builder-menu-1 .main-header-bar-navigation,
    .ast-builder-menu-1 .site-navigation,
    .ast-builder-menu-1 .main-navigation {
        min-width: 0;
    }

    .ast-builder-menu-1 .main-header-bar-navigation {
        display: flex;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
    }

    .ast-builder-menu-1 .site-navigation {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .ast-builder-menu-1 .main-navigation {
        justify-content: center;
        width: 100%;
    }

    .ast-builder-menu-1 .main-header-menu {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        gap: 0;
    }

    .ast-builder-menu-1 .njm-header-search {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 232px;
        max-width: 232px;
        min-width: 232px;
        z-index: 3;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-wrapp,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-form {
        width: 100%;
        min-width: 0;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-sf-wrapp {
        padding: 0;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-input {
        height: 38px;
        border-radius: 999px;
        border: 1px solid #ddd6cb;
        background: #fff;
        padding-left: 34px;
        padding-right: 14px;
        font-size: 14px;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-input:focus {
        border-color: #f9ad4a;
        background-color: #fff1dc;
        box-shadow: 0 0 0 3px rgba(249, 173, 74, 0.22);
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-wrapp.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp {
        background-color: #fff1dc;
        border-radius: 999px;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-wrapp.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-search-input {
        border-color: #f9ad4a !important;
        background-color: #fff1dc !important;
        box-shadow: 0 0 0 3px rgba(249, 173, 74, 0.22) !important;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-input:focus + .dgwt-wcas-search-submit,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-form:focus-within .dgwt-wcas-search-submit {
        color: #d88719;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-wrapp.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-search-submit svg path {
        fill: #d88719;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-suggestions-wrapp,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-wrapp {
        border-color: #eadfce !important;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 18px 42px rgba(26, 26, 26, 0.14);
        background: #fffdfa;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-wrapp.dgwt-wcas-is-detail-box {
        display: flex;
        align-items: flex-start;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-suggestions-wrapp {
        margin-top: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
        max-height: min(70vh, 560px);
        overflow-y: auto;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-is-detail-box .dgwt-wcas-details-wrapp {
        display: block;
        position: sticky;
        top: 6px;
        align-self: flex-start;
        max-height: min(70vh, 560px);
        overflow-y: auto;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-suggestion {
        border-bottom-color: #f0e7da;
        transition: background-color 0.16s ease, color 0.16s ease;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-suggestion:hover,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-suggestion-selected {
        background-color: #fff1dc;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-st,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-tpd-rest-title,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-pd-title .product-title {
        color: #1f1b16;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-sku,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-sd,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-product-sku {
        color: #8a7d6d;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-sp,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-tpd-price,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-pd-price {
        color: #2b241d;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-si img,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-tpd-image {
        border-color: #efe4d4;
        border-radius: 10px;
    }

    .ast-builder-menu-1 .njm-header-search a.dgwt-wcas-product-details-readmore,
    .ast-builder-menu-1 .njm-header-search a.dgwt-wcas-details-more-products {
        color: #a96012;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-space .button,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-space .ast-button,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-space a.button {
        background: #f9ad4a;
        color: #1a1a1a;
        border-radius: 999px;
        box-shadow: none;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-space .button:hover,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-space .ast-button:hover,
    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-details-space a.button:hover {
        background: #ef9b2d;
        color: #1a1a1a;
    }

    .ast-builder-menu-1 .njm-header-search .dgwt-wcas-search-submit {
        left: 10px;
        right: auto;
        color: #1a1a1a;
    }
}

@media (max-width: 768px) {
    body.post-type-archive-product .site-content .ast-container,
    body.woocommerce-shop .site-content .ast-container,
    body.tax-product_cat .site-content .ast-container {
        column-gap: 0;
    }

    body.post-type-archive-product .woocommerce-products-header__title.page-title,
    body.woocommerce-shop .woocommerce-products-header__title.page-title,
    body.tax-product_cat .woocommerce-products-header__title.page-title {
        font-size: 34px;
    }

    body.post-type-archive-product .njm-shop-intro,
    body.woocommerce-shop .njm-shop-intro,
    body.tax-product_cat .njm-shop-intro {
        font-size: 16px;
        margin-bottom: 18px;
    }

    body.post-type-archive-product ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.post-type-archive-product ul.products li.product.product-category,
    body.woocommerce-shop ul.products li.product.product-category,
    body.tax-product_cat ul.products li.product.product-category {
        padding: 14px 14px 16px;
    }

    body.post-type-archive-product ul.products li.product.product-category .woocommerce-loop-category__title,
    body.woocommerce-shop ul.products li.product.product-category .woocommerce-loop-category__title,
    body.tax-product_cat ul.products li.product.product-category .woocommerce-loop-category__title {
        font-size: 24px;
    }

    body.post-type-archive-product .woocommerce-ordering,
    body.woocommerce-shop .woocommerce-ordering,
    body.tax-product_cat .woocommerce-ordering {
        justify-content: stretch;
    }

    body.post-type-archive-product .woocommerce-ordering select.orderby,
    body.woocommerce-shop .woocommerce-ordering select.orderby,
    body.tax-product_cat .woocommerce-ordering select.orderby {
        width: 100%;
        min-width: 0;
    }

    body.post-type-archive-product .site-content .widget-area,
    body.woocommerce-shop .site-content .widget-area,
    body.post-type-archive-product .site-content .content-area,
    body.woocommerce-shop .site-content .content-area {
        width: 100%;
    }

    body.page-id-17883 .entry-content,
    body.page-id-17885 .entry-content,
    body.page-id-17990 .entry-content,
    body.page-id-18002 .entry-content,
    body.page-id-18023 .entry-content,
    body.page-id-18034 .entry-content,
    body.page-id-18036 .entry-content,
    body.page-id-18137 .entry-content,
    body.page-id-18160 .entry-content,
    body.page-id-18185 .entry-content,
    body.page-id-18235 .entry-content {
        padding: 8px 16px 24px;
    }

    body.page-id-17883 .entry-content h1,
    body.page-id-17885 .entry-content h1,
    body.page-id-17990 .entry-content h1,
    body.page-id-18002 .entry-content h1,
    body.page-id-18023 .entry-content h1,
    body.page-id-18034 .entry-content h1,
    body.page-id-18036 .entry-content h1,
    body.page-id-18137 .entry-content h1,
    body.page-id-18160 .entry-content h1,
    body.page-id-18185 .entry-content h1,
    body.page-id-18235 .entry-content h1 {
        font-size: 34px;
    }

    body.page-id-17883 .entry-content .wp-block-shortcode,
    body.page-id-17885 .entry-content .wp-block-shortcode,
    body.page-id-17990 .entry-content .wp-block-shortcode,
    body.page-id-18002 .entry-content .wp-block-shortcode,
    body.page-id-18023 .entry-content .wp-block-shortcode,
    body.page-id-18034 .entry-content .wp-block-shortcode,
    body.page-id-18036 .entry-content .wp-block-shortcode,
    body.page-id-18137 .entry-content .wp-block-shortcode,
    body.page-id-18160 .entry-content .wp-block-shortcode,
    body.page-id-18185 .entry-content .wp-block-shortcode,
    body.page-id-18235 .entry-content .wp-block-shortcode {
        padding: 12px;
        border-radius: 18px;
    }

    .page-id-1224 .entry-content > * + * {
        margin-top: 20px;
    }

    .page-id-3251 .entry-content {
        padding: 8px 18px 28px;
    }

    .page-id-3251 .entry-content > * + * {
        margin-top: 12px;
    }

    .page-id-3251 .entry-content .catalog-intro {
        padding: 22px 18px;
    }

    .page-id-3251 .entry-content .catalog-section > h2 {
        font-size: 28px;
    }

    .page-id-3251 .entry-content .catalog-card-grid {
        grid-template-columns: 1fr;
    }

    .page-id-3251 .entry-content .catalog-card {
        padding: 12px 12px 16px;
        gap: 12px;
    }

    .page-id-3251 .entry-content .catalog-card figure {
        height: 280px;
    }

    .page-id-3251 .entry-content .catalog-card h3 {
        font-size: 18px;
    }

    .page-id-3251 .entry-content .catalog-card-meta {
        font-size: 13px;
    }

    .page-id-1224 .entry-content .home-hero {
        border-radius: 0 0 22px 22px;
    }

    .page-id-1224 .entry-content .home-hero .wp-block-cover__inner-container {
        padding: 22px 18px 28px;
    }

    .page-id-1224 .entry-content .home-hero h1 {
        font-size: 34px;
    }

    .page-id-1224 .entry-content .home-hero p {
        font-size: 16px;
    }

    .page-id-1224 .entry-content .home-hero-benefits {
        grid-template-columns: 1fr;
    }

    .page-id-1224 .entry-content .home-category-card {
        padding: 12px 12px 16px;
    }

    .page-id-1224 .entry-content .home-category-card h3 {
        font-size: 24px;
    }

    .page-id-1224 .entry-content .home-categories-grid + .home-categories-grid {
        margin-top: 12px !important;
    }

    .page-id-1224 .entry-content .home-trust-strip {
        padding: 16px 16px;
    }

    .page-id-1224 .entry-content .home-showroom-cta {
        margin-top: 22px !important;
        margin-bottom: 36px !important;
        padding: 22px 18px;
    }

    .page-id-1224 .entry-content .home-showroom-cta__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 18px;
    }

    .page-id-1224 .entry-content .home-showroom-cta h2 {
        font-size: 28px;
    }

    .page-id-1224 .entry-content .home-showroom-cta .wp-block-button {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .page-id-1224 .entry-content .home-showroom-cta .wp-block-button__link {
        width: auto;
        justify-content: center;
    }

    .page-id-3154 .entry-content {
        padding: 8px 18px 28px !important;
    }

    .page-id-3154 .entry-content > * + * {
        margin-top: 12px !important;
    }

    .page-id-3154 .entry-content h2 {
        font-size: 24px;
    }

    .page-id-3154 .entry-content .about-page-intro {
        padding: 24px 20px 18px;
    }

    .page-id-3154 .entry-content .about-page-intro .has-large-font-size {
        font-size: 19px !important;
    }

    .page-id-3154 .entry-content .about-page-benefits {
        grid-template-columns: 1fr;
    }

    .page-id-3154 .entry-content .about-page-catalog ul {
        columns: 1;
    }

    .page-id-3154 .entry-content .about-page-highlight,
    .page-id-3154 .entry-content .about-page-muted,
    .page-id-3154 .entry-content .about-page-contact {
        padding: 18px 16px;
    }

    .page-id-3154 .entry-content .about-page-section {
        padding: 16px 16px 10px;
    }

    .page-id-3156 .entry-content {
        padding: 8px 18px 36px !important;
    }

    .page-id-3156 .entry-content .contact-page__intro {
        margin-bottom: 20px;
    }

    .page-id-3156 .entry-content .contact-page__grid,
    .page-id-3156 .entry-content .contact-team__grid,
    .page-id-3156 .entry-content .contact-form__row {
        grid-template-columns: 1fr;
    }

    .page-id-3156 .entry-content .contact-card {
        padding: 22px 20px;
    }

    .page-id-3156 .entry-content .contact-main__name {
        font-size: 28px;
    }

    .page-id-3156 .entry-content .contact-hours li {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .page-id-3156 .entry-content .contact-team {
        margin: 38px 0 54px;
    }

    .page-id-3156 .entry-content .contact-team > h2 {
        font-size: 26px;
    }

    .page-id-3156 .entry-content .contact-team-card {
        padding: 26px 22px 24px;
    }

    .page-id-3156 .entry-content .contact-team-card__description {
        min-height: 0;
    }

    .page-id-3156 .entry-content .contact-team-card__meta p {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .page-id-3156 .entry-content .contact-map-link,
    .page-id-3156 .entry-content .contact-form__submit {
        justify-content: center;
    }
}

.single-product .product.njm-catalog-mode form.cart .quantity,
.single-product .product.njm-catalog-mode form.variations_form .quantity,
.single-product .product.njm-catalog-mode button.single_add_to_cart_button,
.single-product .product.njm-catalog-mode .stock,
.single-product .product.njm-catalog-mode .woocommerce-variation-availability,
.single-product .product.njm-catalog-mode .ast-shop-product-out-of-stock,
.single-product .ast-sticky-add-to-cart,
.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce ul.products li.product .stock,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .stock,
.ast-site-header-cart,
.site-header .ast-addon-cart-wrap,
.site-header .widget_shopping_cart,
.site-header .cart-container,
.site-header .menu-item-woocommerce-cart {
    display: none !important;
}

.single-product .product.njm-catalog-mode .single_variation_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.single-product .product.njm-catalog-mode .woocommerce-variation-add-to-cart,
.single-product .product.njm-catalog-mode .variations_button {
    display: block !important;
    width: 100%;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border: 1px solid #d7d3cb;
    background-color: #fffdf9;
    color: #2f2a23;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
    --wvs-hover-item-box-shadow: 0 0 0 2px rgba(227, 154, 82, 0.18);
    --wvs-selected-item-box-shadow: 0 0 0 3px rgba(249, 173, 74, 0.32);
    --wvs-selected-item-background-color: #f9ad4a;
    --wvs-selected-item-text-color: #1a1a1a;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
    background: transparent;
    color: inherit;
    transition: background-color 0.18s ease, color 0.18s ease;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

body.single-product.woo-variation-swatches form.variations_form.cart .wvs-style-squared.variable-items-wrapper .variable-item.button-variable-item {
    overflow: hidden;
    background-image: none !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):not(.selected):not([aria-checked="true"]):hover,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):not(.selected):not([aria-checked="true"]):focus {
    border-color: #e39a52 !important;
    background-color: #fff4e8 !important;
    box-shadow: 0 0 0 2px rgba(227, 154, 82, 0.18) !important;
    color: #2f2a23 !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[aria-checked="true"],
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[aria-checked="true"]:hover,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:focus,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[aria-checked="true"]:focus {
    border-color: #8e5a18 !important;
    background-color: #f9ad4a !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.92), 0 0 0 3px rgba(142, 90, 24, 0.22) !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected:not(.no-stock) {
    background-color: #f9ad4a !important;
    color: #1a1a1a !important;
    border-color: #8e5a18 !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"]:not(.no-stock) {
    background-color: #f9ad4a !important;
    color: #1a1a1a !important;
    border-color: #8e5a18 !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected:not(.no-stock) .variable-item-span,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"]:not(.no-stock) .variable-item-span,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.selected .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item[aria-checked="true"] .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.selected .variable-item-span,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item[aria-checked="true"] .variable-item-span {
    background-color: #f9ad4a !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

body.single-product.woo-variation-swatches form.variations_form.cart .wvs-style-squared.variable-items-wrapper .variable-item.button-variable-item.selected:not(.no-stock),
body.single-product.woo-variation-swatches form.variations_form.cart .wvs-style-squared.variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"]:not(.no-stock),
body.single-product.woo-variation-swatches form.variations_form.cart .wvs-style-squared.variable-items-wrapper .variable-item.button-variable-item.selected:not(.no-stock) .variable-item-contents,
body.single-product.woo-variation-swatches form.variations_form.cart .wvs-style-squared.variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"]:not(.no-stock) .variable-item-contents,
body.single-product.woo-variation-swatches form.variations_form.cart .wvs-style-squared.variable-items-wrapper .variable-item.button-variable-item.selected:not(.no-stock) .variable-item-span-button,
body.single-product.woo-variation-swatches form.variations_form.cart .wvs-style-squared.variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"]:not(.no-stock) .variable-item-span-button {
    background: #f9ad4a !important;
    background-color: #f9ad4a !important;
    color: #1a1a1a !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected:not(.no-stock) .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"]:not(.no-stock) .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected:not(.no-stock) .variable-item-span-button,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"]:not(.no-stock) .variable-item-span-button {
    background-color: #f9ad4a !important;
    color: #1a1a1a !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-span,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus .variable-item-span {
    background-color: #fff4e8 !important;
    color: #2f2a23 !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.selected):not([aria-checked="true"]):hover .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.selected):not([aria-checked="true"]):hover .variable-item-span-button,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.selected):not([aria-checked="true"]):focus .variable-item-contents,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.selected):not([aria-checked="true"]):focus .variable-item-span-button {
    background-color: #fff4e8 !important;
    color: #2f2a23 !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    padding: 4px 0;
    color: #2f2a23;
    transition: color 0.18s ease;
}

body.single-product.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover label,
body.single-product.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:focus-within label {
    color: #a95a12;
}

body.single-product.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected label {
    color: #a14f06;
    font-weight: 600;
}

.site-footer .footer-adv .widget {
    margin-bottom: 0;
}

.site-footer .footer-adv .widget-title {
    margin-bottom: 14px;
    color: #fff7ee;
    font-size: 18px;
    letter-spacing: 0.01em;
}

.site-footer .footer-adv .textwidget p,
.site-footer .footer-adv .textwidget span {
    color: #d8cec2;
}

.site-footer .footer-adv .textwidget p {
    margin-bottom: 10px;
    line-height: 1.7;
}

.site-footer .footer-adv .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-adv .menu li {
    margin: 0 0 10px;
}

.site-footer .footer-adv .menu a,
.site-footer .footer-adv .textwidget a {
    color: #f6ede1;
}

.site-footer .footer-adv .menu a:hover,
.site-footer .footer-adv .textwidget a:hover {
    color: #f0b866;
}

.site-footer .footer-adv .widget_media_image img {
    max-width: 148px;
}

.site-footer .footer-adv .textwidget .njm-footer-hours {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .footer-adv .textwidget .njm-footer-hours strong {
    display: block;
    margin-bottom: 8px;
    color: #fff7ee;
    font-weight: 700;
}

.site-footer .footer-adv .textwidget .njm-footer-hours span {
    display: block;
    margin-bottom: 4px;
}

.site-footer .footer-adv .textwidget .njm-footer-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid rgba(240, 184, 102, 0.6);
    border-radius: 999px;
    background: rgba(240, 184, 102, 0.08);
    color: #fff7ee;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.site-footer .footer-adv .textwidget .njm-footer-map-link:hover {
    background: rgba(240, 184, 102, 0.16);
    border-color: #f0b866;
    color: #ffffff;
}

.site-primary-footer-wrap .footer-widget-area,
.site-below-footer-wrap .ast-footer-copyright,
.site-below-footer-wrap .ast-footer-html-1 {
    width: 100%;
}

.site-primary-footer-wrap .footer-widget-area,
.site-below-footer-wrap .ast-footer-copyright,
.site-below-footer-wrap .ast-footer-html-1 {
    width: 100%;
}

.site-primary-footer-wrap .footer-widget-area {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background: linear-gradient(180deg, #121212 0%, #171717 100%);
}

.site-primary-footer-wrap .ast-builder-grid-row {
    column-gap: 24px;
    row-gap: 24px;
}

.site-primary-footer-wrap .footer-widget-area .widget,
.site-below-footer-wrap .ast-footer-copyright,
.site-below-footer-wrap .ast-footer-html-1 {
    margin-bottom: 0;
}

.site-primary-footer-wrap .footer-widget-area .widget {
    height: 100%;
    padding: 26px 28px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: none;
}

.site-primary-footer-wrap .footer-widget-area .widget-title {
    margin-bottom: 14px;
    color: #f4f4f4;
    font-size: 16px;
    letter-spacing: 0.01em;
}

.site-primary-footer-wrap .footer-widget-area .textwidget p,
.site-primary-footer-wrap .footer-widget-area .textwidget span,
.site-below-footer-wrap .ast-footer-copyright,
.site-below-footer-wrap .ast-builder-html-element {
    color: #d0d0d0;
    font-size: 15px;
}

.site-primary-footer-wrap .footer-widget-area .textwidget p {
    margin-bottom: 10px;
    line-height: 1.75;
    text-wrap: pretty;
    overflow-wrap: break-word;
    word-break: normal;
}

.site-primary-footer-wrap .footer-widget-area .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-primary-footer-wrap .footer-widget-area .menu li {
    margin: 0 0 10px;
}

.site-primary-footer-wrap .footer-widget-area .menu a,
.site-primary-footer-wrap .footer-widget-area .textwidget a,
.site-below-footer-wrap .ast-builder-html-element a {
    color: #e5e5e5;
}

.site-primary-footer-wrap .footer-widget-area .menu a:hover,
.site-primary-footer-wrap .footer-widget-area .textwidget a:hover,
.site-below-footer-wrap .ast-builder-html-element a:hover {
    color: #ffffff;
}

.site-primary-footer-wrap .widget_media_image {
    display: none;
}

.site-primary-footer-wrap .textwidget .njm-footer-hours {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-primary-footer-wrap .textwidget .njm-footer-hours strong {
    display: block;
    margin-bottom: 8px;
    color: #f4f4f4;
    font-weight: 700;
    font-size: 15px;
}

.site-primary-footer-wrap .textwidget .njm-footer-hours span {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}

.site-primary-footer-wrap .textwidget .njm-footer-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #f3f3f3;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.site-primary-footer-wrap .textwidget .njm-footer-map-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background: #101010;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-below-footer-wrap .ast-builder-grid-row {
    align-items: center;
    column-gap: 24px;
}

.site-below-footer-wrap .site-footer-below-section-2 {
    display: flex;
    justify-content: flex-end;
}

.site-below-footer-wrap .ast-footer-copyright p,
.site-below-footer-wrap .ast-builder-html-element p {
    margin: 0;
}

.site-below-footer-wrap .ast-footer-copyright {
    font-size: 13px;
    color: #8f8f8f;
}

.site-below-footer-wrap .ast-builder-html-element {
    font-size: 13px;
    color: #969696;
}

.site-below-footer-wrap .ast-footer-copyright,
.site-below-footer-wrap .ast-footer-html-1 {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.site-below-footer-wrap .ast-footer-html-1 {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 320px;
    margin-left: auto;
    text-align: right;
}

.site-below-footer-wrap .ast-builder-html-element .njm-footer-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px 14px;
}

.site-below-footer-wrap .ast-builder-html-element .njm-footer-meta__phone,
.site-below-footer-wrap .ast-builder-html-element .njm-footer-meta__links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-below-footer-wrap .ast-builder-html-element .njm-footer-meta__links span {
    color: rgba(255, 255, 255, 0.18);
    font-size: 11px;
}

.site-below-footer-wrap .ast-builder-html-element a {
    color: #b5b5b5;
}

.site-below-footer-wrap .ast-builder-html-element a:hover {
    color: #f2f2f2;
}

@media (max-width: 921px) {
    .site-footer .footer-adv .widget-title {
        margin-bottom: 10px;
    }

    .site-footer .footer-adv .widget {
        text-align: left;
    }

    .site-primary-footer-wrap .footer-widget-area .widget-title {
        margin-bottom: 10px;
    }

    .site-primary-footer-wrap .footer-widget-area .widget {
        padding: 22px 24px;
    }

    .site-below-footer-wrap .ast-builder-html-element .njm-footer-meta {
        justify-content: flex-start;
    }

    .site-below-footer-wrap .site-footer-below-section-2 {
        justify-content: flex-start;
    }

    .site-below-footer-wrap .ast-footer-html-1 {
        max-width: none;
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 544px) {
    .site-primary-footer-wrap .ast-builder-grid-row {
        row-gap: 18px;
    }

    .site-below-footer-wrap .ast-builder-html-element .njm-footer-meta,
    .site-below-footer-wrap .ast-builder-html-element .njm-footer-meta__phone,
    .site-below-footer-wrap .ast-builder-html-element .njm-footer-meta__links {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .site-below-footer-wrap .ast-footer-html-1 {
        text-align: center;
    }
}
