/* Modern B2B refresh for the Normbel October CMS theme. */
:root {
    --nb-ink: #172033;
    --nb-ink-soft: #26344d;
    --nb-muted: #667085;
    --nb-line: #e5e9f0;
    --nb-surface: #f6f8fb;
    --nb-surface-strong: #eef3f8;
    --nb-card: #ffffff;
    --nb-blue: #0f51a3;
    --nb-blue-dark: #083873;
    --nb-red: #c9162b;
    --nb-yellow: #f0b90b;
    --nb-green: #138a57;
}

html {
    scroll-behavior: smooth;
}

body.style-2 {
    background: #eef2f7;
    color: var(--nb-ink);
    font-size: 15px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

body.style-2 a {
    color: var(--nb-blue);
}

body.style-2 a:hover {
    color: var(--nb-red);
}

body.style-2 input,
body.style-2 select,
body.style-2 textarea,
body.style-2 button {
    font: inherit;
}

#content-block {
    min-height: 0;
}

#loader-wrapper {
    display: none !important;
}

.content-center,
.position-center {
    max-width: 1460px;
    box-shadow: 0 24px 80px rgba(15, 31, 56, 0.07);
}

.content-push {
    padding-top: 34px;
}

.fixed-header-margin {
    padding-top: 0 !important;
}

.article-container.style-1 {
    color: var(--nb-ink);
    line-height: 1.65;
}

.information-blocks {
    margin-bottom: 38px;
}

.block-title,
body.style-2 .block-title {
    color: var(--nb-ink);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom-color: var(--nb-line);
}

.button,
.btn,
input[type="submit"].button {
    border-radius: 6px;
    letter-spacing: 0;
}

.button.style-10,
.button.style-12,
.button.style-18,
.btn.btn-primary {
    background: var(--nb-blue);
    border-color: var(--nb-blue);
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(15, 81, 163, 0.18);
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
}

.button.style-10:hover,
.button.style-12:hover,
.btn.btn-primary:hover {
    background: var(--nb-blue-dark);
    border-color: var(--nb-blue-dark);
    color: #fff;
}

.button.style-14 {
    background: var(--nb-ink);
    border-color: var(--nb-ink);
    border-radius: 6px;
    text-transform: none;
}

.button.style-15,
.button.style-16,
.button.style-17 {
    border-radius: 6px;
    text-transform: none;
}

.header-wrapper.style-2 {
    position: relative;
    z-index: 20;
}

.header-wrapper.style-2 header {
    background: #fff;
}

#content-block .header-wrapper header {
    padding: 0;
    position: static;
}

.header-top {
    background: linear-gradient(90deg, var(--nb-ink) 0%, #1f2d45 58%, #231d24 100%);
    border-bottom: 0;
    color: #fff;
    min-height: 46px;
    padding: 0 16px;
}

.header-top-entry {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 18px;
    padding: 14px 0;
}

.header-top-entry .title {
    border-left: 0;
    padding: 0;
    font-weight: 650;
}

header .socials-box {
    margin-top: 6px;
}

.modern-facebook-link {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    font-size: 12px !important;
    line-height: 1;
    padding: 7px 11px !important;
    width: auto !important;
}

.modern-facebook-link .fa {
    padding: 0;
}

.modern-facebook-link:hover {
    background: #3b5999;
}

.menu-button {
    color: #fff;
}

.header-middle {
    align-items: center;
    border-bottom: 1px solid var(--nb-line);
    display: flex;
    gap: 28px;
    padding: 26px 16px;
}

.logo-wrapper {
    display: block;
    flex: 0 0 220px;
    width: auto;
}

#logo {
    display: inline-block;
}

#logo img {
    display: block;
    height: auto;
    max-width: 180px;
}

.middle-entry {
    display: flex;
    flex: 1 1 auto;
    gap: 14px;
    justify-content: center;
}

header .icon-entry {
    align-items: center;
    background: linear-gradient(180deg, #fff 0%, var(--nb-surface) 100%);
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    min-height: 58px;
    padding: 10px 14px;
    box-shadow: 0 12px 30px rgba(15, 31, 56, 0.05);
}

header .icon-entry .image {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    color: var(--nb-blue);
    flex: 0 0 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
}

header .icon-entry:hover .image {
    background: var(--nb-blue);
    border-color: var(--nb-blue);
    color: #fff;
}

header .icon-entry .text {
    color: var(--nb-muted);
    font-size: 13px;
    line-height: 1.35;
}

header .icon-entry .text b {
    color: var(--nb-ink);
    font-weight: 800;
}

.header-middle .right-entries {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
}

.header-functionality-entry {
    align-items: center;
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 999px;
    color: var(--nb-ink);
    display: inline-flex;
    gap: 8px;
    min-height: 40px;
    padding: 9px 13px;
    white-space: nowrap;
}

.header-functionality-entry .fa {
    color: var(--nb-blue);
    margin-right: 0;
    top: 0;
}

.header-functionality-entry b {
    color: var(--nb-red);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
}

.header-functionality-entry:hover {
    border-color: var(--nb-blue);
    color: var(--nb-blue);
}

.cart-box.popup {
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(15, 31, 56, 0.18);
}

.navigation {
    background: var(--nb-blue);
    border-bottom: 0;
    border-radius: 8px;
    height: auto;
    min-height: 58px;
    margin: 0 16px 12px;
    box-shadow: 0 14px 30px rgba(15, 81, 163, 0.18);
}

.header-wrapper nav {
    margin-left: 0;
}

nav > ul > li {
    padding-left: 6px;
    padding-right: 6px;
}

nav > ul > li > a,
.header-wrapper.style-2 header:not(.fixed-header) nav > ul > li > a {
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 42px;
    margin: 8px 0;
    padding: 0 12px;
    text-decoration: none;
    text-transform: none;
}

nav > ul > li:hover > a,
nav > ul > li > a.active {
    background: rgba(255, 255, 255, 0.13);
    text-decoration: none;
}

.navigation-search-content {
    margin-left: 0;
}

.navigation-search-content .search-box,
.search-nav .search-box,
.search-box.popup {
    border-radius: 8px;
    overflow: hidden;
}

.search-box.size-1 {
    border: 1px solid var(--nb-line);
    box-shadow: 0 14px 32px rgba(15, 31, 56, 0.08);
}

.search-box .search-field input {
    color: var(--nb-ink);
    font-size: 14px;
}

body.style-2 .search-button,
.header-wrapper.style-2 .search-button {
    background: var(--nb-yellow);
}

.search-nav {
    background: transparent !important;
    margin: 0 16px 24px !important;
}

.search-nav .navigation-search-content {
    height: 68px;
}

.search-nav .navigation-search-content .search-box {
    left: 0;
    right: 0;
    top: 8px;
}

.navigation-banner-swiper {
    margin-bottom: 32px;
}

.navigation-banner-wrapper {
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(15, 31, 56, 0.11);
    overflow: hidden;
}

.navigation-banner-wrapper:after {
    background: linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.15) 48%, rgba(23,32,51,0.08));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.navigation-banner-content {
    height: 420px;
    position: relative;
    z-index: 1;
}

body.style-2 .navigation-banner-content .subtitle {
    color: var(--nb-red);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: uppercase;
}

body.style-2 .navigation-banner-content .title {
    color: var(--nb-ink);
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: 14px;
    max-width: 650px;
}

body.style-2 .navigation-banner-content .description {
    color: var(--nb-ink-soft);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.5;
    max-width: 560px;
}

.sidebar-navigation,
body.style-2 .sidebar-navigation,
.categories-border-wrapper {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 31, 56, 0.07);
    overflow: hidden;
}

.content-push > .row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.content-push > .row:before,
.content-push > .row:after {
    display: none;
}

@media (min-width: 992px) {
    .content-push > .row > .col-md-3,
    .blog-sidebar {
        position: sticky;
        top: 16px;
        z-index: 2;
    }
}

body.style-2 .sidebar-navigation {
    margin-top: 0 !important;
}

.content-center > .sidebar-navigation.col-md-3 {
    background: transparent;
    border: 0;
    box-shadow: none;
    float: none;
    margin: 18px 0 28px !important;
    max-width: none;
    overflow: visible;
    position: relative;
    right: auto;
    width: 100%;
}

.content-center > .sidebar-navigation.col-md-3 .list {
    border: 1px solid var(--nb-line);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 42px rgba(15, 31, 56, 0.14);
    max-width: 320px;
    overflow: hidden;
    position: absolute !important;
    z-index: 30;
}

.content-center > .sidebar-navigation.col-md-3 .title {
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 31, 56, 0.1);
    display: inline-flex;
    justify-content: space-between;
    min-width: 304px;
    line-height: 20px !important;
    padding: 16px 20px !important;
}

.content-center > .sidebar-navigation.col-md-3 .title .fa {
    line-height: 1 !important;
    margin-left: 12px;
}

body.style-2 .sidebar-navigation .title,
.sidebar-navigation .title {
    background: var(--nb-ink);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0;
    padding: 18px 20px;
    text-transform: none;
}

.sidebar-navigation .title .fa {
    line-height: 53px;
}

body.style-2 .sidebar-navigation .entry,
.sidebar-navigation .entry {
    background: #fff;
    border: 0;
    border-bottom: 1px solid var(--nb-line);
    color: var(--nb-ink);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
    margin: 0;
    padding: 14px 18px;
}

body.style-2 .sidebar-navigation .entry:hover,
body.style-2 .sidebar-navigation .entry.active,
.sidebar-navigation .entry:hover,
.sidebar-navigation .entry.active {
    color: #fff;
}

.categories-border-wrapper {
    padding: 20px;
}

.categories-border-wrapper .block-title {
    border-bottom: 1px solid var(--nb-line);
    font-size: 22px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.accordeon-title {
    border-bottom: 1px solid var(--nb-line);
    color: var(--nb-ink);
    font-weight: 800;
    min-height: 46px;
    padding: 14px 28px 14px 0;
}

.accordeon-title a {
    color: inherit;
}

.accordeon-title:hover {
    color: var(--nb-blue);
}

.accordeon-title:after {
    color: var(--nb-blue);
    line-height: 46px;
}

body.style-2 .sidebar-navigation .entry:before {
    background: var(--nb-blue);
}

body.style-2 .sidebar-navigation .entry .fa {
    color: var(--nb-red);
}

.page-selector {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 14px;
}

.page-selector:first-child {
    box-shadow: 0 16px 36px rgba(15, 31, 56, 0.06);
}

.shop-grid-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    width: 100%;
}

#content-block .shop-grid-controls .entry {
    align-items: center;
    background: var(--nb-surface);
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    line-height: 30px;
    margin: 0 !important;
    min-height: 40px;
    padding: 5px 10px;
}

.shop-grid-controls .view-button {
    background: #fff;
    border: 1px solid var(--nb-line);
    color: var(--nb-muted);
    height: 32px;
    line-height: 30px;
    width: 34px;
}

.shop-grid-controls .view-button.active {
    background: var(--nb-ink);
    border-color: var(--nb-ink);
    color: #fff;
}

.shop-grid-controls .inline-text {
    color: var(--nb-muted);
    float: none;
    font-size: 13px;
    margin-right: 0;
}

.shop-grid-controls .simple-drop-down {
    float: none;
    margin-right: 0;
}

.simple-drop-down select,
.simple-field input,
.simple-field select,
.simple-field textarea {
    background-color: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 6px;
    color: var(--nb-ink);
    min-height: 34px;
    padding-left: 10px;
}

.view-button,
.sort-button,
.square-button {
    border-radius: 6px;
}

.shop-grid.grid-view {
    display: flex;
    flex-wrap: wrap;
}

.shop-grid.grid-view:before,
.shop-grid.grid-view:after {
    display: none;
}

.shop-grid-item {
    display: flex;
    margin-bottom: 24px;
}

.shop-grid-item:nth-child(n) {
    clear: none;
}

.product-slide-entry {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 31, 56, 0.06);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    max-width: none;
    min-height: 100%;
    overflow: hidden;
    padding: 14px;
    text-align: left;
    width: 100%;
}

.product-slide-entry:hover {
    border-color: rgba(15, 81, 163, 0.28);
    box-shadow: 0 18px 36px rgba(15, 31, 56, 0.1);
    transform: translateY(-2px);
}

.product-slide-entry .product-image {
    align-items: center;
    background: var(--nb-surface);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    margin: -2px -2px 14px;
    min-height: 190px;
}

.product-slide-entry .product-image img {
    max-height: 210px;
    object-fit: contain;
}

.products-swiper {
    padding: 2px 0 6px;
}

.products-swiper:before,
.products-swiper:after {
    display: none;
}

.swiper-slide .paddings-container {
    padding-left: 8px;
    padding-right: 8px;
}

.product-slide-entry .tag,
.traditional-cart-entry .tag {
    color: var(--nb-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-slide-entry .title {
    color: var(--nb-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
    min-height: 42px;
}

.product-slide-entry .title:hover {
    color: var(--nb-blue);
}

.product-slide-entry .article-container {
    color: var(--nb-muted);
    font-size: 13px;
    line-height: 1.45;
}

.product-slide-entry .price {
    margin-top: auto;
    margin-bottom: 14px;
}

.price .current,
.product-slide-entry .price .current,
.product-detail-box .price .current {
    color: var(--nb-red);
    font-family: inherit;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
}

.account-cta {
    background: #fff7e0;
    border: 1px solid #f6d46f;
    border-radius: 7px;
    color: #6d5200;
    font-size: 13px;
    line-height: 1.45;
    margin-top: auto;
    padding: 12px;
}

.list-buttons .button {
    width: 100%;
}

.account-cta a {
    color: var(--nb-blue);
    font-weight: 800;
}

.product-image .bottom-line,
.product-slide-entry .product-image .bottom-line.left-attached {
    background: rgba(23, 32, 51, 0.9);
}

.bottom-line-a,
.top-line-a {
    color: #fff;
}

.product-detail .information-blocks:first-child {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(15, 31, 56, 0.07);
    padding: 24px;
}

.product-detail > .information-blocks {
    clear: both;
}

.product-preview-box {
    background: var(--nb-surface);
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    padding: 14px;
}

.product-preview-swiper {
    border-radius: 7px;
}

.product-preview-swiper .pagination {
    margin-top: 14px;
}

.product-zoom-image {
    background: #fff;
    border-radius: 7px;
}

.product-zoom-image img,
.product-thumbnails-swiper img {
    height: auto;
    object-fit: contain;
}

.product-thumbnails-swiper .paddings-container {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 7px;
    overflow: hidden;
}

.product-thumbnails-swiper .selected .paddings-container {
    border-color: var(--nb-blue);
}

.product-detail-box {
    color: var(--nb-ink);
    padding-left: 10px;
}

.product-title,
.product-detail-box .product-title {
    color: var(--nb-ink);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 14px;
}

.product-description {
    background: var(--nb-surface);
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    color: var(--nb-muted);
    padding: 16px;
}

#ref-box {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-left: 4px solid var(--nb-yellow);
    border-radius: 7px;
    color: var(--nb-ink);
    font-size: 15px;
    margin-top: 12px;
    padding: 12px 14px;
    text-align: left;
}

.detail-info-entry-title {
    color: var(--nb-ink);
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.quantity-selector .entry {
    border-color: var(--nb-line);
}

.quantity-selector.detail-info-entry {
    align-items: center;
    background: var(--nb-surface);
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    display: inline-flex;
    gap: 0;
    padding: 10px;
}

.quantity-selector .entry.number-minus,
.quantity-selector .entry.number-plus {
    background: #fff;
    color: var(--nb-blue);
}

.tabs-container.style-1,
.tabs-container {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    overflow: hidden;
}

.product-detail .tabs-container {
    box-shadow: 0 14px 34px rgba(15, 31, 56, 0.05);
}

.tabs-container .swiper-tabs {
    background: var(--nb-surface);
    border-bottom: 1px solid var(--nb-line);
    padding: 16px 18px 0;
}

.swiper-tabs:before {
    display: none;
}

.swiper-tabs .title {
    color: var(--nb-ink);
    font-weight: 900;
}

.tabs-container.style-1 .tab-switcher,
.swiper-tabs .block-title {
    color: var(--nb-muted);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.tabs-container.style-1 .tab-switcher.active,
.swiper-tabs .block-title.active {
    color: var(--nb-blue);
}

.tabs-entry {
    padding: 18px;
}

#variants-table {
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    overflow: hidden;
}

#variants-table td,
#variants-table th {
    border-bottom: 1px solid var(--nb-line);
    padding: 12px;
}

.breadcrumb-box {
    background: transparent;
    border: 0;
    color: var(--nb-muted);
    margin-bottom: 18px;
}

.breadcrumb-box a {
    color: var(--nb-muted);
    font-size: 13px;
}

.breadcrumb-box a:hover {
    color: var(--nb-blue);
}

.cart-table {
    border-collapse: separate;
    border-spacing: 0;
    color: var(--nb-ink);
}

.cart-table th {
    background: var(--nb-surface);
    border-bottom: 1px solid var(--nb-line);
    border-top: 1px solid var(--nb-line);
    color: var(--nb-ink);
    font-weight: 800;
}

.cart-table td {
    border-bottom: 1px solid var(--nb-line);
}

.traditional-cart-entry .image {
    background: var(--nb-surface);
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    overflow: hidden;
}

.traditional-cart-entry .title {
    color: var(--nb-ink);
    font-weight: 800;
}

.cart-table .subtotal,
.cart-summary-box .grand-total {
    color: var(--nb-red);
    font-weight: 900;
}

.cart-summary-box {
    background: #fff;
    border: 1px solid var(--nb-line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 31, 56, 0.07);
    padding: 22px;
}

.cart-submit-buttons-box {
    margin-top: 18px;
}

.remove-button {
    background: #fff0f2;
    border: 1px solid #ffd0d7;
    border-radius: 6px;
    color: var(--nb-red);
}

.checkout-progress-widget,
.checkout-progress-widget .step-entry,
.simple-form,
.styled-form {
    border-radius: 8px;
}

.footer-wrapper.style-2 {
    background: var(--nb-ink);
    border-radius: 8px 8px 0 0;
    color: rgba(255, 255, 255, 0.76);
    margin-top: 24px;
}

.footer-wrapper.style-2 footer {
    padding: 0 28px;
}

.footer-bottom-navigation {
    padding: 34px 0;
}

.footer-bottom-navigation .title,
.footer-bottom-navigation .copyright {
    color: rgba(255, 255, 255, 0.78);
}

.footer-bottom-navigation .title.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.footer-bottom-navigation .footer-links a {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.footer-wrapper.style-2 .footer-bottom-navigation .footer-links a:hover {
    color: var(--nb-yellow);
}

.payment-methods img {
    background: #fff;
    border-radius: 5px;
    margin-left: 8px;
    padding: 2px;
}

@media (max-width: 1199px) {
    .content-center,
    .position-center {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-middle {
        gap: 18px;
    }

    .middle-entry {
        justify-content: flex-start;
    }

    header .icon-entry {
        max-width: 260px;
    }
}

@media (max-width: 991px) {
    .header-middle {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .logo-wrapper {
        flex-basis: 180px;
    }

    .middle-entry {
        order: 3;
        width: 100%;
    }

    .header-middle .right-entries {
        margin-left: auto;
    }

    .navigation {
        background: var(--nb-ink);
        border-radius: 0;
        height: 100%;
        margin: 0;
        min-height: 0;
        box-shadow: none;
    }

    nav > ul > li > a,
    .header-wrapper.style-2 header:not(.fixed-header) nav > ul > li > a {
        display: block;
        line-height: 14px;
        margin: 0;
        padding: 15px 45px 15px 20px;
    }

    .product-title,
    .product-detail-box .product-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .cc-theme-block {
        align-items: center;
        display: flex;
        gap: 10px;
        padding: 8px 10px;
        text-align: left;
    }

    .cc-theme-block span {
        flex: 1 1 auto;
        font-size: 12px;
        line-height: 1.35;
        padding: 0;
    }

    .cc-compliance {
        flex: 0 0 auto;
        margin: 0;
    }

    .content-center,
    .position-center {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-push {
        padding-top: 18px;
    }

    .header-top {
        min-height: 52px;
    }

    .header-middle {
        padding: 16px 0;
    }

    #logo img {
        max-width: 150px;
    }

    .middle-entry {
        display: none;
    }

    .header-functionality-entry {
        border-radius: 8px;
        min-height: 38px;
        padding: 7px 9px;
    }

    .header-functionality-entry span,
    .header-functionality-entry b {
        display: none;
    }

    .header-functionality-entry .fa {
        font-size: 18px;
        height: auto;
        line-height: 1;
        width: auto;
    }

    .shop-grid-controls {
        align-items: stretch;
        flex-direction: column;
    }

    #content-block .shop-grid-controls .entry {
        justify-content: space-between;
        width: 100%;
    }

    .product-slide-entry {
        padding: 12px;
    }

    .product-slide-entry .product-image {
        min-height: 150px;
    }

    .product-detail .information-blocks:first-child {
        padding: 14px;
    }

    .product-title,
    .product-detail-box .product-title {
        font-size: 24px;
    }

    .tabs-container .swiper-tabs {
        padding: 12px 14px 0;
    }

    .tabs-entry {
        padding: 14px;
    }

    .footer-wrapper.style-2 footer {
        padding: 0 18px;
    }
}

@media (max-width: 480px) {
    .content-center > .sidebar-navigation.col-md-3 .title {
        min-width: 0;
        width: 100%;
    }

    .shop-grid-item {
        width: 100%;
    }

    .page-selector {
        padding: 10px;
    }

    .price .current,
    .product-slide-entry .price .current,
    .product-detail-box .price .current {
        font-size: 20px;
    }
}

/* Industrial B2B mockup adaptation for Normbel. */
:root {
    --nb-industrial-navy: #071833;
    --nb-industrial-blue: #0045a8;
    --nb-industrial-blue-strong: #005ed3;
    --nb-industrial-sky: #eaf2ff;
    --nb-industrial-bg: #f4f7fb;
    --nb-industrial-border: #dce5f1;
}

body.style-2 {
    background: var(--nb-industrial-bg);
    color: #10213f;
    font-family: Raleway, Lato, Arial, sans-serif;
}

.content-center,
.position-center {
    background: #fff;
    box-shadow: none;
    max-width: 1400px;
    padding-left: 48px;
    padding-right: 48px;
}

.header-wrapper.style-2 {
    border-bottom: 1px solid var(--nb-industrial-border);
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
}

.header-top {
    align-items: center;
    background: var(--nb-industrial-navy);
    display: flex;
    min-height: 34px;
    padding: 0 18px;
}

.header-top-entry {
    font-size: 12px;
    padding: 8px 0;
}

.header-top-entry .title {
    font-weight: 700;
}

header .socials-box {
    margin-left: auto;
    margin-top: 0;
}

.modern-facebook-link {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
}

.header-middle {
    border-bottom: 0;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) auto;
    gap: 24px;
    padding: 24px 0;
}

.logo-wrapper {
    align-items: center;
    display: flex;
    flex-basis: auto;
}

#logo img {
    max-width: 170px;
}

.middle-entry {
    display: grid;
    grid-template-columns: repeat(2, minmax(210px, 1fr));
    gap: 18px;
    justify-content: stretch;
}

header .icon-entry {
    background: #fff;
    border: 1px solid var(--nb-industrial-border);
    box-shadow: 0 10px 28px rgba(12, 35, 74, 0.07);
    min-height: 72px;
}

header .icon-entry .image {
    background: var(--nb-industrial-sky);
    border-color: #c9dcf6;
    color: var(--nb-industrial-blue);
}

header .icon-entry .text {
    color: #53637d;
    font-size: 13px;
}

header .icon-entry .text b {
    color: #10213f;
    font-size: 15px;
}

.header-middle .right-entries {
    gap: 10px;
}

.header-functionality-entry {
    border-color: var(--nb-industrial-border);
    border-radius: 8px;
    min-height: 48px;
    padding: 10px 14px;
}

.header-functionality-entry .fa {
    color: var(--nb-industrial-blue);
}

.navigation {
    background: linear-gradient(90deg, #00358f 0%, #005ac7 100%);
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 69, 168, 0.2);
    margin: 0 0 20px;
    min-height: 54px;
}

.navigation .nav-overflow {
    padding-left: 8px;
    padding-right: 8px;
}

nav > ul > li > a,
.header-wrapper.style-2 header:not(.fixed-header) nav > ul > li > a {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 38px;
    margin: 8px 0;
    padding: 0 15px;
    text-transform: uppercase;
}

.search-nav {
    margin: 0 0 28px !important;
}

.search-nav .navigation-search-content {
    height: 58px;
}

.search-nav .navigation-search-content .search-box {
    top: 0;
}

.search-box.size-1 {
    border: 1px solid var(--nb-industrial-border);
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(12, 35, 74, 0.08);
}

.search-box.size-1 .search-button {
    background: var(--nb-industrial-blue-strong);
    width: 58px;
}

.search-box.size-1 .search-field {
    height: 54px;
    margin-right: 58px;
}

.search-box.size-1 .search-field input[type="text"] {
    color: #36465f;
    height: 52px;
    line-height: 52px;
    padding-left: 18px;
}

.search-box.size-1 .search-button,
.search-box.size-1 .search-button .fa {
    height: 54px;
    line-height: 54px;
}

.content-push {
    padding-top: 24px;
}

.page-home .content-push > .row {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
}

.page-home .content-push > .row:before,
.page-home .content-push > .row:after {
    display: none;
}

.page-home .content-push > .row > .col-md-3,
.page-home .content-push > .row > .col-md-9 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.page-home .content-push > .row > .col-md-3 {
    position: sticky;
    top: 18px;
    z-index: 3;
}

.sidebar-navigation,
body.style-2 .sidebar-navigation {
    border-color: var(--nb-industrial-border);
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(12, 35, 74, 0.08);
}

body.style-2 .sidebar-navigation .title,
.sidebar-navigation .title {
    background: var(--nb-industrial-navy);
    font-size: 13px;
    font-weight: 900;
    padding: 17px 18px;
    text-transform: uppercase;
}

body.style-2 .sidebar-navigation .entry,
.sidebar-navigation .entry {
    color: #243955;
    font-size: 13px;
    font-weight: 750;
    padding: 13px 16px;
}

body.style-2 .sidebar-navigation .entry .fa {
    color: var(--nb-industrial-blue);
}

.navigation-banner-swiper {
    margin-bottom: 28px;
}

.navigation-banner-wrapper {
    border-radius: 7px;
    box-shadow: 0 20px 44px rgba(12, 35, 74, 0.14);
}

.navigation-banner-wrapper:after {
    background: linear-gradient(90deg, rgba(5, 15, 35, 0.88) 0%, rgba(5, 15, 35, 0.66) 42%, rgba(5, 15, 35, 0.08) 100%);
}

.navigation-banner-content {
    height: 390px;
    padding-left: 48px;
}

.navigation-banner-content .cell-view {
    width: 700px;
}

body.style-2 .navigation-banner-content .subtitle {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 800;
}

body.style-2 .navigation-banner-content .title {
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 900;
    letter-spacing: 0 !important;
    line-height: 1.08;
    max-width: 560px;
    text-transform: uppercase;
}

body.style-2 .navigation-banner-content .description {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-style: normal;
    max-width: 520px;
}

.navigation-banner-content .button,
.navigation-banner-content .button.style-1 {
    background: var(--nb-industrial-blue-strong);
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 850;
    letter-spacing: 0;
    padding: 13px 18px;
    text-transform: none;
}

.tabs-container {
    border-color: var(--nb-industrial-border);
    border-radius: 6px;
    box-shadow: 0 12px 26px rgba(12, 35, 74, 0.05);
}

.tabs-container .swiper-tabs {
    background: #fff;
    padding: 18px 18px 0;
}

.block-title,
body.style-2 .block-title,
.swiper-tabs .block-title.active {
    border-bottom: 3px solid var(--nb-industrial-blue);
    color: #071833;
    display: inline-block;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.products-swiper {
    margin-left: -10px;
    margin-right: -10px;
}

.swiper-slide .paddings-container {
    padding-left: 10px;
    padding-right: 10px;
}

.product-slide-entry {
    border-color: var(--nb-industrial-border);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(12, 35, 74, 0.06);
    padding: 14px;
}

.product-slide-entry:hover {
    border-color: rgba(0, 69, 168, 0.32);
    box-shadow: 0 18px 34px rgba(12, 35, 74, 0.12);
}

.product-slide-entry .product-image {
    aspect-ratio: 1.18 / 1;
    background: #f8fafd;
    min-height: 0;
}

.product-slide-entry .product-image a,
.product-slide-entry .product-image {
    align-items: center;
    justify-content: center;
}

.product-slide-entry .product-image img,
.product-slide-entry > img:first-child {
    object-fit: contain;
}

.product-slide-entry .tag {
    color: var(--nb-industrial-blue);
    font-size: 10px;
}

.product-slide-entry .title {
    color: #142542;
    font-size: 14px;
    min-height: 48px;
}

.page-home .product-slide-entry > div:not(.product-image):not(.price):not(.list-buttons):not(.article-container),
.product-slide-entry .account-cta {
    color: #60708a;
    font-size: 12px;
    line-height: 1.45;
}

.product-slide-entry .price .current,
.price .current {
    color: #d9132f;
}

.fa.fa-youtube-play {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    display: flex;
    height: 54px;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
}

.page-home .products-swiper .pagination {
    margin-top: 16px;
}

.page-home .tabs-container .tabs-entry {
    padding-top: 8px;
}

.industrial-category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industrial-category-card {
    background: var(--nb-industrial-navy);
    border-radius: 7px;
    display: block;
    min-height: 178px;
    overflow: hidden;
    position: relative;
}

.industrial-category-card img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0.68;
    position: absolute;
    width: 100%;
}

.industrial-category-card-overlay {
    background: linear-gradient(180deg, rgba(7, 24, 51, 0.1) 0%, rgba(7, 24, 51, 0.88) 100%);
    inset: 0;
    position: absolute;
}

.industrial-category-card-title,
.industrial-category-card-link {
    color: #fff;
    left: 18px;
    position: absolute;
    right: 18px;
    z-index: 1;
}

.industrial-category-card-title {
    bottom: 48px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.12;
    text-transform: uppercase;
}

.industrial-category-card-link {
    bottom: 18px;
    font-size: 13px;
    font-weight: 850;
}

.industrial-category-card:hover img {
    opacity: 0.9;
    transform: scale(1.04);
}

.footer-wrapper.style-2 {
    background: #f8fbff;
    border-top: 1px solid var(--nb-industrial-border);
    border-radius: 0;
    color: #53637d;
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
}

.footer-wrapper.style-2 footer {
    padding: 0;
}

.footer-bottom-navigation {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(260px, 1.2fr) minmax(260px, 1fr) auto;
    padding: 38px 0;
}

.footer-bottom-navigation .cell-view {
    display: block;
}

.footer-bottom-navigation .title.copyright {
    color: var(--nb-industrial-blue);
}

.footer-bottom-navigation .title,
.footer-bottom-navigation .copyright,
.footer-bottom-navigation .footer-links a {
    color: #53637d;
}

.footer-bottom-navigation .footer-links {
    display: grid;
    gap: 7px;
    margin: 16px 0;
}

.payment-methods img {
    border: 1px solid var(--nb-industrial-border);
    margin-left: 8px;
}

@media (max-width: 1199px) {
    html,
    body,
    #content-block {
        max-width: 100%;
        overflow-x: hidden;
    }

    .content-center,
    .position-center {
        padding-left: 24px;
        padding-right: 24px;
    }

    .header-wrapper.style-2,
    .footer-wrapper.style-2 {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    #content-block .header-wrapper header {
        padding: 0 !important;
        position: static !important;
    }

    .header-middle {
        align-items: center;
        display: flex;
        gap: 16px;
    }

    .navigation {
        border-radius: 0;
        box-shadow: none;
        left: 0;
        margin: 0;
        max-width: 290px;
        position: fixed;
        transform: translateX(-290px);
        width: 290px;
    }

    header.opened .navigation {
        transform: translateX(0);
    }

    .navigation .nav-overflow {
        padding-left: 0;
        padding-right: 0;
    }

    .content-push {
        transform: none !important;
    }

    .page-home .content-push > .row {
        grid-template-columns: 230px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .middle-entry {
        display: none;
    }

    .page-home .content-push > .row {
        display: block;
    }

    .page-home .content-push > .row > .col-md-3 {
        position: relative;
        top: auto;
    }

    .page-home .content-push > .row > .col-md-9 {
        margin-top: 20px;
    }

    .navigation-banner-content {
        height: 340px;
        padding-left: 28px;
    }

    .navigation-banner-content .cell-view {
        width: 100%;
    }

    body.style-2 .navigation-banner-content .title {
        font-size: 32px !important;
        max-width: 420px;
    }

    .footer-bottom-navigation {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .content-center,
    .position-center {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .header-wrapper.style-2,
    .footer-wrapper.style-2 {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-top {
        min-height: 38px;
        padding-left: 10px;
        padding-right: 48px;
        position: relative;
    }

    .header-top-entry.hidden-xs {
        display: block !important;
    }

    .header-top-entry .title {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .menu-button {
        color: #fff;
        right: 12px;
        top: 7px;
    }

    .header-middle {
        min-height: 72px;
        padding: 12px 0;
    }

    .logo-wrapper {
        flex: 1 1 auto;
    }

    #logo img {
        max-width: 118px;
    }

    .header-middle .right-entries {
        flex: 0 0 auto;
        gap: 6px;
        margin-left: 0;
    }

    .header-functionality-entry {
        border-radius: 6px;
        min-height: 42px;
        padding: 4px 7px;
    }

    .header-functionality-entry .fa {
        color: var(--nb-industrial-blue);
        font-size: 19px;
    }

    .content-push {
        padding-top: 16px;
    }

    .sidebar-navigation.home-list-page .list {
        display: none !important;
    }

    .sidebar-navigation.home-list-page.active .list {
        display: block !important;
    }

    .navigation-banner-wrapper {
        min-height: 280px;
    }

    .navigation-banner-content {
        align-items: flex-start;
        display: flex;
        height: 280px !important;
        padding: 28px 18px;
        text-align: left !important;
        width: 100% !important;
    }

    .navigation-banner-content .cell-view {
        display: block;
        width: 100% !important;
    }

    body.style-2 .navigation-banner-content .subtitle {
        font-size: 11px;
        margin-bottom: 8px;
    }

    body.style-2 .navigation-banner-content .title {
        background: rgba(7, 24, 51, 0.78);
        border-radius: 5px;
        display: inline-block;
        font-size: 22px !important;
        line-height: 1.12;
        max-width: 280px;
        padding: 8px 10px;
        text-align: left;
    }

    body.style-2 .navigation-banner-content .description {
        display: none;
    }

    .navigation-banner-content .button,
    .navigation-banner-content .button.style-1 {
        font-size: 12px;
        margin-top: 10px;
        padding: 10px 13px;
    }

    .tabs-container .swiper-tabs {
        margin-bottom: 0;
        padding: 14px 14px 0;
    }

    .tabs-container .swiper-tabs .list {
        display: block !important;
    }

    .swiper-tabs .title {
        display: none;
    }

    .block-title,
    body.style-2 .block-title,
    .swiper-tabs .block-title.active {
        font-size: 16px;
    }

    .product-slide-entry {
        padding: 10px;
    }

    .product-slide-entry .product-image {
        min-height: 118px;
    }

    .product-slide-entry .title {
        font-size: 12px;
        line-height: 1.28;
        min-height: 44px;
    }

    .industrial-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industrial-category-card {
        min-height: 138px;
    }

    .industrial-category-card-title {
        bottom: 42px;
        font-size: 13px;
    }

    .industrial-category-card-link {
        font-size: 11px;
    }

    .footer-bottom-navigation {
        gap: 16px;
        padding: 28px 0;
    }
}

/* Mockup alignment pass: industrial B2B composition. */
body.style-2 {
    background: #f3f6fb;
}

.content-center,
.position-center {
    max-width: none;
    padding-left: 48px;
    padding-right: 48px;
}

.content-push {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.header-wrapper.style-2 {
    background: #fff;
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
}

.header-wrapper.style-2 header {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.header-top {
    border-radius: 0;
    display: flex;
    gap: 18px;
    margin-left: -48px;
    margin-right: -48px;
    min-height: 36px;
    padding-left: 48px;
    padding-right: 48px;
}

.industrial-utility-left,
.industrial-utility-right {
    align-items: center;
    display: flex;
    gap: 18px;
}

.industrial-utility-left {
    flex: 1 1 auto;
}

.industrial-utility-right {
    margin-left: auto;
}

.industrial-utility-right a,
.industrial-utility-right span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
}

.industrial-utility-right a:hover {
    color: #fff;
}

.header-top .socials-box {
    margin-left: 0;
}

.header-middle {
    grid-template-columns: 270px minmax(420px, 1fr) auto;
    min-height: 116px;
    padding: 25px 0 22px;
}

#logo img {
    max-width: 205px;
}

.middle-entry {
    gap: 22px;
}

header .icon-entry {
    min-height: 82px;
    padding: 14px 18px;
}

header .icon-entry .image {
    flex-basis: 44px;
    height: 44px;
    line-height: 42px;
}

.header-middle .right-entries {
    display: grid;
    grid-template-columns: repeat(2, minmax(96px, auto));
    gap: 10px;
}

@media (min-width: 768px) {
    .header-middle .right-entries .open-search-popup {
        display: none;
    }
}

.header-functionality-entry {
    align-items: center;
    border-radius: 10px;
    display: inline-grid;
    grid-template-columns: auto 1fr;
    min-height: 58px;
    min-width: 108px;
}

.header-functionality-entry span {
    color: #334461;
    font-size: 12px;
    font-weight: 800;
}

.header-functionality-entry b {
    justify-self: end;
}

.navigation {
    border-radius: 4px;
    margin-bottom: 24px;
}

nav > ul > li > a,
.header-wrapper.style-2 header:not(.fixed-header) nav > ul > li > a {
    line-height: 42px;
    padding-left: 18px;
    padding-right: 18px;
}

.search-nav {
    margin-bottom: 26px !important;
}

.search-nav .navigation-search-content {
    height: 64px;
}

.search-box.size-1 {
    height: 64px;
}

.search-box.size-1 form {
    height: 100%;
}

.search-category-select {
    align-items: center;
    border-left: 1px solid var(--nb-industrial-border);
    color: #52627b;
    display: flex;
    font-size: 13px;
    font-weight: 750;
    gap: 10px;
    height: 64px;
    justify-content: space-between;
    padding: 0 18px;
    position: absolute;
    right: 64px;
    top: 0;
    width: 250px;
    z-index: 2;
}

.search-box.size-1 .search-button {
    height: 64px;
    width: 64px;
}

.search-box.size-1 .search-button .fa {
    font-size: 22px;
    line-height: 64px;
}

.search-box.size-1 .search-field {
    height: 64px;
    margin-right: 314px;
}

.search-box.size-1 .search-field input[type="text"] {
    height: 62px;
    line-height: 62px;
}

.page-home .content-push > .row {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
}

.navigation-banner-wrapper .navigation-banner-content {
    float: left !important;
    text-align: left !important;
    width: 58% !important;
}

.navigation-banner-content {
    height: 420px;
    padding-left: 42px;
}

.navigation-banner-content .cell-view {
    width: 620px;
}

body.style-2 .navigation-banner-content .title {
    font-size: 43px !important;
    max-width: 540px;
}

.product-slide-entry .product-image {
    aspect-ratio: 1.12 / 1;
}

.product-slide-entry .account-cta {
    min-height: 62px;
}

.footer-wrapper.style-2 {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
}

.footer-wrapper.style-2 footer {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-navigation {
    grid-template-columns: 1.1fr 1fr auto;
}

@media (max-width: 1199px) {
    .content-center,
    .position-center {
        padding-left: 24px;
        padding-right: 24px;
    }

    .header-wrapper.style-2,
    .footer-wrapper.style-2 {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .header-top {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .header-middle {
        grid-template-columns: 210px minmax(0, 1fr) auto;
    }

    .header-middle .right-entries {
        display: flex;
    }
}

@media (max-width: 991px) {
    .header-middle {
        min-height: 82px;
    }

    .search-category-select {
        display: none;
    }

    .search-box.size-1 .search-field {
        margin-right: 64px;
    }

    .navigation-banner-content .cell-view {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .content-center,
    .position-center {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .content-push {
        max-width: none;
    }

    .header-wrapper.style-2,
    .footer-wrapper.style-2 {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-top {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 48px;
    }

    .industrial-utility-left {
        min-width: 0;
    }

    .industrial-utility-right {
        display: none !important;
    }

    .industrial-utility-left > div:not(:first-child),
    .header-top .socials-box {
        display: none;
    }

    .header-middle {
        display: flex;
        min-height: 68px;
    }

    #logo img {
        max-width: 122px;
    }

    .header-middle .right-entries {
        display: flex;
    }

    .header-functionality-entry {
        display: inline-flex;
        min-height: 40px;
        min-width: 40px;
    }

    .header-functionality-entry span,
    .header-functionality-entry b {
        display: none;
    }

    .search-nav {
        display: none;
    }

    .page-home .content-push > .row {
        display: block;
    }

    .navigation-banner-content {
        height: 300px !important;
        padding: 24px 16px;
    }

    body.style-2 .navigation-banner-content .title {
        font-size: 24px !important;
        max-width: 285px;
    }

    .industrial-category-grid {
        gap: 10px;
    }

    .footer-bottom-navigation {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr !important;
        text-align: left;
    }

    .footer-bottom-navigation .cell-view {
        display: block;
        width: 100%;
    }

    .footer-bottom-navigation .title.copyright {
        font-size: 14px;
        line-height: 1.25;
    }

    .footer-bottom-navigation .footer-links {
        gap: 8px;
    }

    .payment-methods img {
        margin-left: 0;
        margin-right: 8px;
    }
}

@media screen and (max-width: 767px) {
    .header-top .header-top-entry.industrial-utility-right,
    .header-top .industrial-utility-right.hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }
}

/* Final mockup calibration: denser industrial commerce layout. */
.content-center,
.position-center {
    background: #f3f6fb;
    box-shadow: none;
}

.content-push,
.header-wrapper.style-2 header,
.footer-wrapper.style-2 footer {
    max-width: 1760px;
}

.cc-window {
    align-items: center !important;
    background: rgba(243, 247, 252, 0.98) !important;
    border: 0 !important;
    box-shadow: 0 1px 0 rgba(10, 28, 58, 0.08) !important;
    color: #66758b !important;
    display: flex !important;
    font-family: Raleway, Lato, Arial, sans-serif !important;
    gap: 14px !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 6px 32px !important;
}

.cc-window .cc-message {
    color: #66758b !important;
    display: block !important;
    flex: 0 1 auto !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    max-width: 1120px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.cc-window .cc-btn,
.cc-window .cc-dismiss {
    background: #0a55c2 !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    flex: 0 0 auto !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    min-width: 76px !important;
    padding: 8px 14px !important;
    text-align: center !important;
}

.header-wrapper.style-2 {
    border-bottom: 0;
}

.header-top {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.header-top .socials-box {
    margin-left: 8px;
}

.modern-facebook-link {
    border-radius: 999px;
    font-size: 11px;
    line-height: 24px;
    padding: 0 13px;
}

.header-middle {
    gap: 30px;
    grid-template-columns: 260px minmax(460px, 1fr) auto;
    min-height: 106px;
    padding: 22px 0;
}

#logo img {
    max-width: 215px;
}

.header-middle .middle-entry .icon-entry {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-height: 64px;
    padding: 0;
}

.header-middle .middle-entry .icon-entry .image {
    background: transparent;
    border: 0;
    color: #0a55c2;
    flex-basis: 52px;
    font-size: 35px;
    height: 52px;
    line-height: 52px;
}

.header-middle .middle-entry .icon-entry .fa {
    color: #0a55c2;
}

.header-middle .middle-entry .icon-entry .text {
    font-size: 12px;
    line-height: 1.32;
}

.header-middle .middle-entry .icon-entry .text b {
    font-size: 14px;
    line-height: 1.2;
}

.header-functionality-entry {
    background: #fff;
    box-shadow: 0 8px 18px rgba(12, 35, 74, 0.05);
}

.navigation {
    border-radius: 2px;
    box-shadow: 0 10px 22px rgba(0, 69, 168, 0.18);
    margin-bottom: 14px;
}

.search-nav {
    margin-bottom: 24px !important;
}

.search-box.size-1 {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 24px rgba(12, 35, 74, 0.08);
}

.page-home .content-push > .row {
    grid-template-columns: 292px minmax(0, 1fr);
}

.home-hero-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 292px minmax(0, 1fr);
    margin-bottom: 34px;
}

.home-category-column {
    position: sticky;
    top: 18px;
    z-index: 3;
}

.home-hero-layout {
    align-items: end;
}

.home-category-column {
    align-self: end;
}

.home-hero-column > .information-blocks,
.home-hero-column .navigation-banner-swiper {
    margin-bottom: 0;
}

.sidebar-navigation,
body.style-2 .sidebar-navigation {
    border-radius: 4px;
    box-shadow: 0 12px 26px rgba(12, 35, 74, 0.08);
}

.sidebar-navigation .title,
body.style-2 .sidebar-navigation .title {
    border-radius: 4px 4px 0 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.sidebar-navigation .entry,
body.style-2 .sidebar-navigation .entry {
    min-height: 38px;
}

.navigation-banner-wrapper {
    border-radius: 4px;
    box-shadow: 0 18px 40px rgba(12, 35, 74, 0.13);
}

.navigation-banner-content {
    height: 412px;
    padding-left: 48px;
}

@media (min-width: 992px) {
    .home-category-column .sidebar-navigation {
        height: 480px;
        overflow: hidden;
    }

    .home-category-column .sidebar-navigation .list {
        max-height: 424px;
        overflow-y: auto;
        scrollbar-color: rgba(0, 69, 168, 0.45) transparent;
        scrollbar-width: thin;
    }
}

.page-home .products-swiper .swiper-container:not(.initialized) {
    opacity: 0;
    visibility: hidden;
}

.page-home .products-swiper .swiper-container.initialized {
    opacity: 1;
    transition: opacity 0.18s ease;
}

body.style-2 .navigation-banner-content .title {
    font-size: 42px !important;
}

.page-home .content-push > .row > .col-md-9 > .information-blocks {
    margin-bottom: 34px;
}

.page-home .content-push > .information-blocks {
    margin-bottom: 42px;
}

.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-home .content-push > .information-blocks .tabs-container {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .swiper-tabs {
    background: transparent;
    margin-bottom: 12px;
    padding: 0;
}

.page-home .content-push > .information-blocks .tabs-container .swiper-tabs {
    background: transparent;
    margin-bottom: 12px;
    padding: 0;
}

.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .tabs-entry {
    padding-top: 0;
}

.page-home .content-push > .information-blocks .tabs-container .tabs-entry {
    padding-top: 0;
}

.block-title,
body.style-2 .block-title,
.swiper-tabs .block-title.active {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

.product-slide-entry {
    background: #fff;
    border-radius: 5px;
    min-height: 100%;
}

.product-slide-entry .product-image {
    background: #fff;
    border: 1px solid #edf2f8;
    border-radius: 4px;
}

.product-slide-entry .tag {
    display: block;
    line-height: 1.2;
    margin-top: 13px;
    min-height: 25px;
    text-transform: uppercase;
}

.product-slide-entry .title {
    font-weight: 850;
    line-height: 1.25;
}

.industrial-category-card {
    background:
        linear-gradient(135deg, rgba(11, 55, 116, 0.24) 0 1px, transparent 1px 18px),
        linear-gradient(145deg, #071833 0%, #0a2247 100%);
    border-radius: 5px;
}

.industrial-category-card:after {
    border: 1px solid rgba(255, 255, 255, 0.12);
    content: "";
    height: 86px;
    position: absolute;
    right: -22px;
    top: 24px;
    transform: rotate(28deg);
    width: 132px;
}

.industrial-category-card img + .industrial-category-card-overlay {
    background: linear-gradient(180deg, rgba(7, 24, 51, 0.04) 0%, rgba(7, 24, 51, 0.9) 100%);
}

.footer-wrapper.style-2 {
    background: #eef4fb;
    margin-top: 18px;
}

@media (max-width: 1199px) {
    .header-middle {
        grid-template-columns: 210px minmax(0, 1fr) auto;
    }

    .page-home .content-push > .row {
        grid-template-columns: 246px minmax(0, 1fr);
    }

    .home-hero-layout {
        grid-template-columns: 246px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .page-home .content-push > .row {
        display: block;
    }

    .page-home .content-push > .row > .col-md-9 {
        margin-top: 18px;
    }

    .home-hero-layout {
        display: block;
    }

    .home-category-column {
        position: relative;
        top: auto;
    }

    .home-hero-column {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .cc-window {
        align-items: flex-start !important;
        gap: 8px !important;
        justify-content: flex-start !important;
        min-height: 38px !important;
        padding: 6px 72px 6px 10px !important;
    }

    .cc-window .cc-message {
        display: -webkit-box !important;
        font-size: 10px !important;
        line-height: 1.25 !important;
        max-height: 38px !important;
        max-width: none !important;
        text-align: left !important;
        white-space: normal !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
    }

    .cc-window .cc-btn,
    .cc-window .cc-dismiss {
        min-width: 55px !important;
        padding: 7px 9px !important;
        position: absolute !important;
        right: 8px !important;
        top: 8px !important;
    }

    .header-top {
        min-height: 34px;
    }

    .header-middle {
        padding: 10px 0;
    }

    #logo img {
        max-width: 124px;
    }

    .navigation-banner-wrapper {
        border-radius: 4px;
        min-height: 318px;
    }

    .navigation-banner-content {
        height: 318px !important;
        padding: 22px 14px;
    }

    body.style-2 .navigation-banner-content .title {
        font-size: 21px !important;
        line-height: 1.08;
        max-width: 252px;
    }

    .navigation-banner-content .button,
    .navigation-banner-content .button.style-1 {
        display: inline-block;
        margin-top: 8px;
    }

    .page-home .content-push > .row > .col-md-9 > .information-blocks {
        margin-bottom: 28px;
    }

    .page-home .content-push > .information-blocks {
        margin-bottom: 30px;
    }

    .page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .swiper-tabs {
        margin-bottom: 10px;
    }

    .page-home .content-push > .information-blocks .tabs-container .swiper-tabs {
        margin-bottom: 10px;
    }

    .product-slide-entry .product-image {
        min-height: 112px;
    }

    .industrial-category-card:after {
        height: 70px;
        right: -42px;
        width: 112px;
    }
}

/* QA polish from review screenshots */
.cc-window,
.cc-theme-block {
    align-items: center !important;
    display: flex !important;
    gap: 14px !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 6px 18px !important;
}

.cc-window .cc-message,
.cc-theme-block span {
    flex: 0 1 auto !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    max-width: calc(100% - 110px) !important;
    padding: 0 !important;
    text-align: center !important;
}

.cc-window .cc-btn,
.cc-window .cc-dismiss,
.cc-compliance .cc-btn,
.cc-compliance .cc-dismiss {
    align-items: center !important;
    align-self: center !important;
    border-radius: 16px !important;
    display: inline-flex !important;
    font-weight: 800 !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 28px !important;
    padding: 7px 15px !important;
    position: static !important;
    white-space: nowrap !important;
}

.modern-facebook-link {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #fff !important;
    font-weight: 800;
}

.modern-facebook-link .fa {
    color: #fff !important;
}

.modern-facebook-link:hover,
.modern-facebook-link:focus {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--nb-industrial-blue) !important;
}

.modern-facebook-link:hover .fa,
.modern-facebook-link:focus .fa {
    color: var(--nb-industrial-blue) !important;
}

.header-middle .middle-entry .icon-entry:hover {
    background: #fff !important;
    border-color: #c8d5e6 !important;
    box-shadow: 0 12px 32px rgba(12, 35, 74, 0.1);
}

.header-middle .middle-entry .icon-entry:hover .image,
.header-middle .middle-entry .icon-entry:hover .fa {
    background: var(--nb-industrial-blue-strong) !important;
    border-color: var(--nb-industrial-blue-strong) !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.header-middle .right-entries .header-functionality-entry,
.header-middle .right-entries .industrial-cart-link {
    align-items: center;
    display: grid !important;
    gap: 4px 10px;
    grid-template-columns: 22px auto;
    grid-template-rows: auto auto;
    min-height: 58px;
    min-width: 108px;
    padding: 10px 14px !important;
    text-align: left;
}

.header-middle .right-entries .header-functionality-entry .fa {
    grid-row: 1 / span 2;
}

.header-middle .right-entries .header-functionality-entry span {
    color: var(--nb-industrial-ink);
    display: block;
    font-weight: 850;
    line-height: 1.1;
}

.header-middle .right-entries .header-functionality-entry b {
    background: transparent;
    color: var(--nb-industrial-red);
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    min-height: 12px;
}

.header-middle .right-entries .industrial-cart-link b::after {
    color: #66758d;
    content: " article";
    font-weight: 700;
}

.search-box.size-1 .search-field {
    margin-right: 64px !important;
}

.search-category-select {
    display: none !important;
}

.products-swiper .swiper-wrapper {
    align-items: stretch !important;
    display: flex !important;
}

.products-swiper .swiper-slide {
    display: flex !important;
    height: auto !important;
}

.products-swiper .swiper-slide .paddings-container {
    display: flex;
    height: 100%;
    width: 100%;
}

.product-slide-entry {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 430px;
}

.product-slide-entry .product-image {
    flex: 0 0 268px;
    min-height: 268px !important;
}

.product-slide-entry .product-image img {
    max-height: 238px;
    object-fit: contain;
}

.product-slide-entry .tag {
    min-height: 30px;
}

.product-slide-entry .title {
    min-height: 42px;
}

.product-slide-entry .account-cta,
.product-slide-entry .price,
.product-slide-entry .list-buttons {
    margin-top: auto;
}

.footer-bottom-navigation .cell-view:first-child .copyright:last-child {
    text-align: center;
}

@media (max-width: 767px) {
    .cc-window,
    .cc-theme-block {
        align-items: center !important;
        min-height: 44px !important;
        padding: 7px 86px 7px 10px !important;
        position: relative !important;
    }

    .cc-window .cc-message,
    .cc-theme-block span {
        display: block !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
        max-height: none !important;
        max-width: none !important;
        text-align: left !important;
        -webkit-line-clamp: initial !important;
    }

    .cc-window .cc-btn,
    .cc-window .cc-dismiss,
    .cc-compliance .cc-btn,
    .cc-compliance .cc-dismiss {
        min-width: 66px !important;
        position: absolute !important;
        right: 9px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .header-middle .right-entries .header-functionality-entry,
    .header-middle .right-entries .industrial-cart-link {
        display: inline-flex !important;
        min-height: 40px;
        min-width: 40px;
        padding: 9px !important;
        text-align: center;
    }

    .header-middle .right-entries .header-functionality-entry span,
    .header-middle .right-entries .header-functionality-entry b {
        display: none;
    }

    .product-slide-entry {
        min-height: 350px;
    }

    .product-slide-entry .product-image {
        flex-basis: 176px;
        min-height: 176px !important;
    }
}

/* Final header/footer/cookie fixes from 2026-06-28 review. */
.cc-window,
.cc-theme-block {
    align-items: center !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    justify-content: stretch !important;
    min-height: 38px !important;
    overflow: hidden !important;
    padding: 7px 14px !important;
    width: 100% !important;
}

.cc-window .cc-message,
.cc-theme-block span {
    display: block !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    text-align: center !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.cc-compliance {
    align-items: center !important;
    display: flex !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    min-width: max-content !important;
}

.cc-window .cc-btn,
.cc-window .cc-dismiss,
.cc-compliance .cc-btn,
.cc-compliance .cc-dismiss {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 28px !important;
    min-width: 72px !important;
    padding: 7px 14px !important;
    position: static !important;
    transform: none !important;
    white-space: nowrap !important;
}

.footer-bottom-navigation .cell-view:first-child .copyright:last-child {
    text-align: left !important;
}

@media (min-width: 1200px) {
    .header-middle .middle-entry {
        gap: 44px !important;
    }

    .header-middle .middle-entry .icon-entry {
        min-width: 278px !important;
    }

    .header-middle .middle-entry .icon-entry .text {
        min-width: 205px !important;
    }
}

/* Product overlays keep their original colours on hover and keyboard focus. */
.product-image .bottom-line-a:hover,
.product-image .bottom-line-a:focus,
.product-image .bottom-line-a.square.open-product:hover,
.product-image .bottom-line-a.square.open-product:focus {
    background: transparent !important;
    color: #fff !important;
}

.product-image .bottom-line-a:hover .fa-shopping-cart,
.product-image .bottom-line-a:focus .fa-shopping-cart,
.product-image .bottom-line-a.square.open-product:hover .fa,
.product-image .bottom-line-a.square.open-product:focus .fa {
    color: #fff !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .bottom-line-a.square.open-product:hover,
body:not(.page-home) .shop-grid.list-view .product-slide-entry .bottom-line-a.square.open-product:focus {
    background: #0a55c2 !important;
}

@media (max-width: 767px) {
    .cc-window,
    .cc-theme-block {
        gap: 8px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        min-height: 40px !important;
        padding: 6px 8px !important;
    }

    .cc-window .cc-message,
    .cc-theme-block span {
        font-size: 10px !important;
        line-height: 1.25 !important;
        text-align: left !important;
        -webkit-line-clamp: initial !important;
    }

    .cc-window .cc-btn,
    .cc-window .cc-dismiss,
    .cc-compliance .cc-btn,
    .cc-compliance .cc-dismiss {
        min-width: 64px !important;
        padding: 7px 10px !important;
    }
}

/* 2026-06-29 mockup alignment: production-faithful header and home structure. */
.header-wrapper.style-2 {
    background: #fff !important;
}

.header-wrapper.style-2 header {
    background: #fff !important;
    max-width: none !important;
}

.header-top {
    align-items: center !important;
    background: #061a38 !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: space-between !important;
    min-height: 48px !important;
    padding: 0 46px !important;
}

.header-top .industrial-utility-left {
    align-items: center !important;
    color: #fff !important;
    display: flex !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-top .industrial-utility-left .title {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

.header-top .socials-box {
    display: flex !important;
    float: none !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modern-facebook-link {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(87, 153, 255, 0.75) !important;
    border-radius: 999px !important;
    box-shadow: 0 0 0 3px rgba(25, 101, 234, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    gap: 8px !important;
    line-height: 1 !important;
    min-height: 32px !important;
    padding: 0 18px !important;
    text-transform: none !important;
    width: auto !important;
}

.modern-facebook-link .fa {
    color: #fff !important;
    font-size: 14px !important;
}

.modern-facebook-link:hover,
.modern-facebook-link:focus {
    background: #fff !important;
    color: #0b55c4 !important;
}

.modern-facebook-link:hover .fa,
.modern-facebook-link:focus .fa {
    color: #0b55c4 !important;
}

.modern-linkedin-link {
    border-color: rgba(10, 102, 194, 0.82) !important;
    box-shadow: 0 0 0 3px rgba(10, 102, 194, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.modern-linkedin-link:hover,
.modern-linkedin-link:focus {
    color: #0a66c2 !important;
}

.modern-linkedin-link:hover .fa,
.modern-linkedin-link:focus .fa {
    color: #0a66c2 !important;
}

.header-middle {
    align-items: center !important;
    border: 0 !important;
    display: grid !important;
    gap: 34px !important;
    grid-template-columns: 300px minmax(520px, 1fr) auto !important;
    min-height: 150px !important;
    padding: 28px 76px !important;
}

.logo-wrapper {
    flex: none !important;
    width: auto !important;
}

#logo img {
    max-width: 230px !important;
}

.middle-entry {
    align-items: center !important;
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.15fr) !important;
    justify-content: stretch !important;
}

.header-middle .middle-entry .icon-entry {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    min-height: 78px !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.header-middle .middle-entry .icon-entry + .icon-entry {
    border-left: 1px solid #dbe4f1 !important;
    padding-left: 34px !important;
}

.header-middle .middle-entry .icon-entry .image {
    align-items: center !important;
    background: #f2f6ff !important;
    border: 1px solid #dfe9fb !important;
    border-radius: 10px !important;
    color: #0a55c2 !important;
    display: inline-flex !important;
    flex-basis: auto !important;
    font-size: 31px !important;
    height: 64px !important;
    justify-content: center !important;
    line-height: 1 !important;
    width: 64px !important;
}

.header-middle .middle-entry .icon-entry .fa {
    color: #0a55c2 !important;
}

.header-middle .middle-entry .icon-entry:hover .image,
.header-middle .middle-entry .icon-entry:hover .fa {
    background: #e8f0ff !important;
    border-color: #bcd1f6 !important;
    color: #0a55c2 !important;
}

.header-middle .middle-entry .icon-entry .text {
    color: #263953 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-left: 0 !important;
    min-width: 0 !important;
    padding-top: 0 !important;
}

.header-middle .middle-entry .icon-entry .text b {
    color: #071a38 !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    margin-bottom: 3px !important;
}

.header-middle .right-entries {
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: flex-end !important;
}

.header-middle .right-entries .header-functionality-entry {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #dce6f4 !important;
    border-radius: 10px !important;
    box-shadow: 0 16px 34px rgba(12, 35, 74, 0.08) !important;
    color: #0a55c2 !important;
    display: inline-flex !important;
    gap: 12px !important;
    grid-template-columns: none !important;
    min-height: 58px !important;
    min-width: 116px !important;
    padding: 0 22px !important;
    text-align: center !important;
}

.header-middle .right-entries .header-functionality-entry .fa {
    color: #0a55c2 !important;
    font-size: 15px !important;
    grid-row: auto !important;
}

.header-middle .right-entries .header-functionality-entry span {
    color: #083b8d !important;
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

.navigation {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 48px 16px !important;
}

.navigation .nav-overflow {
    overflow: visible !important;
}

.navigation nav > ul {
    align-items: center !important;
    background: linear-gradient(135deg, #0a56bf 0%, #073b93 100%) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 26px rgba(10, 68, 158, 0.2) !important;
    display: flex !important;
    min-height: 58px !important;
    padding: 0 18px !important;
}

.navigation nav > ul > li > a {
    align-items: center !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    min-height: 58px !important;
    padding: 0 18px !important;
    text-transform: uppercase !important;
}

.navigation nav > ul > li > a:hover,
.navigation nav > ul > li.active > a {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.search-nav {
    margin: 0 48px 28px !important;
}

.page-home .search-nav {
    margin-left: 394px !important;
}

.search-nav .nav-overflow,
.search-nav .navigation-search-content {
    overflow: visible !important;
}

.search-box.size-1 {
    background: #fff !important;
    border: 1px solid #dce6f4 !important;
    border-radius: 7px !important;
    box-shadow: 0 14px 30px rgba(12, 35, 74, 0.08) !important;
    height: 58px !important;
    overflow: hidden !important;
}

.search-box.size-1 form {
    display: block !important;
    height: 100% !important;
}

.search-box.size-1 .search-field {
    height: 100% !important;
    margin-left: 0 !important;
    margin-right: 74px !important;
}

.search-box.size-1 .search-field input {
    color: #263953 !important;
    font-size: 14px !important;
    height: 100% !important;
    padding-left: 22px !important;
}

.search-box.size-1 .search-button {
    background: #0a55c2 !important;
    border-radius: 0 7px 7px 0 !important;
    height: 58px !important;
    width: 74px !important;
}

.search-box.size-1 .search-button .fa {
    color: #fff !important;
    font-size: 25px !important;
    line-height: 58px !important;
}

.home-hero-layout {
    align-items: end !important;
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: 318px minmax(0, 1fr) !important;
    margin: 0 48px 38px !important;
}

.home-category-column {
    margin-top: -86px !important;
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
}

.sidebar-navigation,
body.style-2 .sidebar-navigation {
    background: #fff !important;
    border: 1px solid #e2eaf6 !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 38px rgba(12, 35, 74, 0.1) !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 2 !important;
}

.sidebar-navigation .title,
body.style-2 .sidebar-navigation .title {
    align-items: center !important;
    background: #fff !important;
    border-bottom: 1px solid #e3ebf6 !important;
    color: #071a38 !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    justify-content: space-between !important;
    line-height: 1 !important;
    margin: 0 20px !important;
    padding: 22px 0 18px !important;
    position: relative !important;
    text-transform: uppercase !important;
    z-index: 2 !important;
}

.sidebar-navigation .title .fa,
body.style-2 .sidebar-navigation .title .fa {
    color: #6b7b92 !important;
    line-height: 1 !important;
    right: 0 !important;
    top: 20px !important;
}

.sidebar-navigation .title span,
body.style-2 .sidebar-navigation .title span {
    display: block !important;
    min-width: 0 !important;
}

.sidebar-navigation .title > .fa,
body.style-2 .sidebar-navigation .title > .fa {
    font-size: 15px !important;
    margin: 0 !important;
    position: static !important;
}

.home-category-column .sidebar-navigation .list {
    background: #fff !important;
    display: block !important;
    max-height: 334px !important;
    overflow-y: auto !important;
    padding: 0 12px 12px !important;
    scrollbar-color: rgba(10, 85, 194, 0.45) transparent;
    scrollbar-width: thin;
}

.sidebar-navigation .entry,
body.style-2 .sidebar-navigation .entry {
    align-items: center !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2f8 !important;
    color: #263953 !important;
    display: grid !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    gap: 12px !important;
    grid-template-columns: 28px minmax(0, 1fr) 18px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    min-height: 48px !important;
    padding: 12px 6px !important;
}

.sidebar-navigation .entry:before,
body.style-2 .sidebar-navigation .entry:before {
    background: rgba(10, 85, 194, 0.07) !important;
}

.sidebar-navigation .entry .fa,
body.style-2 .sidebar-navigation .entry .fa {
    color: #0a55c2 !important;
    margin-right: 0 !important;
}

.nb-category-icon {
    align-items: center !important;
    color: #0a55c2 !important;
    display: inline-flex !important;
    font-size: 18px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 28px !important;
}

.nb-category-label {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.nb-category-arrow {
    align-items: center !important;
    color: #7e8da6 !important;
    display: inline-flex !important;
    font-size: 15px !important;
    justify-content: flex-end !important;
}

.nb-category-arrow .fa {
    color: #7e8da6 !important;
}

.sidebar-navigation .entry:hover,
body.style-2 .sidebar-navigation .entry:hover {
    color: #0a55c2 !important;
}

.home-hero-column > .information-blocks {
    margin-bottom: 0 !important;
}

.navigation-banner-wrapper {
    border-radius: 12px !important;
    box-shadow: 0 18px 42px rgba(12, 35, 74, 0.16) !important;
    min-height: 390px !important;
    overflow: hidden !important;
}

.navigation-banner-wrapper:after {
    background: linear-gradient(90deg, rgba(5, 20, 45, 0.92) 0%, rgba(5, 20, 45, 0.7) 42%, rgba(5, 20, 45, 0.18) 100%) !important;
}

.navigation-banner-content {
    height: 390px !important;
    padding-left: 54px !important;
    width: 62% !important;
}

.navigation-banner-content .cell-view {
    vertical-align: middle !important;
}

body.style-2 .navigation-banner-content .subtitle {
    color: #3e86ff !important;
    font-family: "Space Grotesk", "Montserrat", sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
    text-transform: uppercase !important;
}

body.style-2 .navigation-banner-content .title {
    color: #fff !important;
    font-family: "Space Grotesk", "Montserrat", sans-serif !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    max-width: 640px !important;
}

body.style-2 .navigation-banner-content .description {
    color: #fff !important;
    font-family: "Space Grotesk", Raleway, Lato, Arial, sans-serif !important;
    font-size: 15px !important;
    font-style: normal !important;
    line-height: 1.55 !important;
    max-width: 560px !important;
    padding-right: 0 !important;
}

.navigation-banner-content .button,
.navigation-banner-content .button.style-1 {
    background: #0a55c2 !important;
    border: 1px solid #2f7bff !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    min-height: 48px !important;
    padding: 15px 22px !important;
    text-transform: none !important;
}

.page-home .content-push > .information-blocks,
.page-home .content-push > .row > .col-md-9 > .information-blocks,
.information-blocks {
    margin-left: 48px;
    margin-right: 48px;
}

.home-hero-layout .information-blocks {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.block-title,
body.style-2 .block-title,
.swiper-tabs .block-title.active {
    color: #071a38 !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

@media (max-width: 1199px) {
    .header-middle {
        grid-template-columns: 240px minmax(0, 1fr) auto !important;
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .middle-entry {
        gap: 18px !important;
    }

    .header-middle .middle-entry .icon-entry + .icon-entry {
        padding-left: 18px !important;
    }

    .navigation,
    .search-nav,
    .home-hero-layout {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }

    .page-home .search-nav {
        margin-left: 292px !important;
    }

    .home-category-column {
        margin-top: -86px !important;
    }
}

@media (max-width: 991px) {
    .header-top {
        padding: 0 18px !important;
    }

    .header-middle {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 18px !important;
        min-height: 0 !important;
        padding: 22px 18px !important;
    }

    .middle-entry {
        flex: 1 1 100% !important;
        grid-template-columns: 1fr 1fr !important;
        order: 3 !important;
    }

    .home-hero-layout {
        display: block !important;
    }

    .home-category-column {
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .navigation-banner-content {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .header-top {
        justify-content: center !important;
        min-height: 42px !important;
        padding: 0 12px !important;
    }

    .header-top .industrial-utility-left {
        display: none !important;
    }

    .modern-facebook-link {
        min-height: 30px !important;
        padding: 0 14px !important;
    }

    .middle-entry {
        grid-template-columns: 1fr !important;
    }

    .header-middle .middle-entry .icon-entry {
        grid-template-columns: 48px minmax(0, 1fr) !important;
        min-height: 54px !important;
    }

    .header-middle .middle-entry .icon-entry + .icon-entry {
        border-left: 0 !important;
        border-top: 1px solid #dbe4f1 !important;
        padding-left: 0 !important;
        padding-top: 14px !important;
    }

    .header-middle .middle-entry .icon-entry .image {
        font-size: 24px !important;
        height: 48px !important;
        width: 48px !important;
    }

    .navigation,
    .search-nav,
    .home-hero-layout,
    .page-home .content-push > .information-blocks,
    .page-home .content-push > .row > .col-md-9 > .information-blocks,
    .information-blocks {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }

    .navigation nav > ul {
        display: block !important;
        padding: 8px 0 !important;
    }

    .navigation nav > ul > li > a {
        min-height: 42px !important;
    }

    .search-box.size-1 {
        height: 52px !important;
    }

    .search-box.size-1 .search-field {
        margin-right: 58px !important;
    }

    .search-box.size-1 .search-button {
        height: 52px !important;
        width: 58px !important;
    }

    .search-box.size-1 .search-button .fa {
        line-height: 52px !important;
    }

    .home-category-column .sidebar-navigation .list {
        max-height: 300px !important;
    }

    .navigation-banner-wrapper {
        min-height: 320px !important;
    }

    .navigation-banner-content {
        height: 320px !important;
        padding: 24px 18px !important;
    }

    body.style-2 .navigation-banner-content .title {
        font-size: 27px !important;
        max-width: 100% !important;
    }
}

/* 2026-06-29 strict mockup corrections. */
@media (min-width: 1200px) {
    .header-middle {
        gap: 30px !important;
        grid-template-columns: 310px minmax(470px, 1fr) 252px !important;
        padding-bottom: 26px !important;
        padding-top: 30px !important;
    }

    .middle-entry {
        gap: 20px !important;
        grid-template-columns: minmax(180px, 0.86fr) minmax(290px, 1.14fr) !important;
        max-width: 660px !important;
    }

    .header-middle .middle-entry .icon-entry + .icon-entry {
        padding-left: 22px !important;
    }
}

.header-middle .middle-entry .icon-entry {
    justify-self: stretch !important;
    width: 100% !important;
}

.header-middle .middle-entry .icon-entry .text {
    width: 100% !important;
}

.header-middle .right-entries .header-functionality-entry[href*="login"] {
    align-items: center !important;
    background: linear-gradient(135deg, #0a2e79 0%, #061c4f 100%) !important;
    border: 1px solid rgba(66, 136, 255, 0.45) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 34px rgba(8, 31, 82, 0.32) !important;
    color: #fff !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 46px minmax(0, 1fr) 12px !important;
    min-height: 72px !important;
    min-width: 206px !important;
    padding: 0 16px !important;
    text-align: left !important;
}

.header-middle .right-entries .header-functionality-entry[href*="login"] .fa {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 2px solid #2f7bff !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 20px !important;
    height: 46px !important;
    justify-content: center !important;
    width: 46px !important;
}

.header-middle .right-entries .header-functionality-entry[href*="login"] span {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.header-middle .right-entries .header-functionality-entry[href*="login"]::after {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1;
}

.navigation {
    filter: drop-shadow(0 16px 24px rgba(8, 58, 141, 0.24)) !important;
    margin: 0 64px 16px !important;
}

.navigation nav > ul {
    background: linear-gradient(115deg, #073a92 0%, #0a57c4 48%, #082f84 100%) !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: none !important;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%) !important;
    min-height: 56px !important;
    padding-left: 24px !important;
    padding-right: 48px !important;
}

.navigation nav > ul > li:first-child > a::before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: normal;
    margin-right: 12px;
}

.navigation nav > ul > li > a {
    min-height: 56px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.navigation nav > ul > li > a:hover,
.navigation nav > ul > li.active > a {
    background: rgba(255, 255, 255, 0.13) !important;
}

.page-home .search-nav {
    margin-left: 442px !important;
    margin-right: 64px !important;
}

.home-hero-layout {
    gap: 28px !important;
    grid-template-columns: 318px minmax(0, 1fr) !important;
    margin-left: 96px !important;
    margin-right: 64px !important;
}

.home-category-column {
    margin-top: -86px !important;
    z-index: 1 !important;
}

.home-category-column .sidebar-navigation {
    height: 480px !important;
    z-index: 1 !important;
}

.home-category-column .sidebar-navigation .list {
    max-height: 424px !important;
}

@media (max-width: 1199px) {
    .navigation {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }

    .page-home .search-nav {
        margin-left: 292px !important;
        margin-right: 28px !important;
    }

    .home-hero-layout {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }

    .home-category-column {
        margin-top: -122px !important;
    }
}

@media (max-width: 991px) {
    .header-middle .right-entries .header-functionality-entry[href*="login"] {
        min-height: 64px !important;
        min-width: 176px !important;
    }

    .page-home .search-nav {
        margin-left: 28px !important;
    }

    .home-category-column {
        margin-top: 0 !important;
    }

    .home-category-column .sidebar-navigation {
        height: auto !important;
    }

    .home-category-column .sidebar-navigation .list {
        max-height: 320px !important;
    }
}

@media (max-width: 767px) {
    .header-middle .right-entries .header-functionality-entry[href*="login"] {
        grid-template-columns: 42px minmax(0, 1fr) 12px !important;
        min-height: 56px !important;
        min-width: 150px !important;
        padding: 0 14px !important;
    }

    .header-middle .right-entries .header-functionality-entry[href*="login"] .fa {
        font-size: 18px !important;
        height: 42px !important;
        width: 42px !important;
    }

    .header-middle .right-entries .header-functionality-entry[href*="login"] span {
        font-size: 15px !important;
    }

    .navigation {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }

    .navigation nav > ul {
        clip-path: none !important;
        padding-right: 0 !important;
    }

    .page-home .search-nav,
    .home-hero-layout {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
}

/* 2026-06-29 final header and section alignment corrections. */
.header-middle .right-entries .account-login-entry,
.header-middle .right-entries .header-functionality-entry[href*="login"] {
    align-items: center !important;
    column-gap: 14px !important;
    grid-template-columns: 46px minmax(0, 1fr) 14px !important;
    min-height: 72px !important;
    min-width: 184px !important;
    padding: 14px 18px !important;
}

.header-middle .right-entries .account-login-entry .fa,
.header-middle .right-entries .header-functionality-entry[href*="login"] .fa {
    grid-column: 1 !important;
    place-self: center !important;
}

.header-middle .right-entries .account-login-entry span,
.header-middle .right-entries .header-functionality-entry[href*="login"] span {
    align-self: end !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    line-height: 1.05 !important;
}

.header-middle .right-entries .account-login-entry b,
.header-middle .right-entries .header-functionality-entry[href*="login"] b {
    align-self: center !important;
    color: #fff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
}

.header-middle .right-entries .account-login-entry::after,
.header-middle .right-entries .header-functionality-entry[href*="login"]::after {
    grid-column: 3 !important;
    place-self: center !important;
}

.navigation nav > ul {
    background: linear-gradient(90deg, #0d3a92 0%, #103a8f 100%) !important;
    border-radius: 4px !important;
    clip-path: none !important;
    overflow: visible !important;
    padding-right: 24px !important;
    position: relative !important;
}

.navigation nav > ul::after {
    content: none !important;
    display: none !important;
}

.navigation nav > ul > li {
    position: relative !important;
    z-index: 1 !important;
}

.industrial-search-box {
    overflow: hidden !important;
}

.industrial-search-box form {
    align-items: stretch !important;
    display: flex !important;
    height: 58px !important;
}

.industrial-search-box .search-field {
    flex: 1 1 auto !important;
    float: none !important;
    height: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    position: relative !important;
}

.industrial-search-box .search-field-icon {
    align-items: center !important;
    color: #9aabc2 !important;
    display: inline-flex !important;
    font-size: 22px !important;
    inset: 0 auto 0 18px !important;
    line-height: 1 !important;
    pointer-events: none !important;
    position: absolute !important;
}

.industrial-search-box .search-field input[type="text"] {
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 20px 0 58px !important;
}

.industrial-search-box .search-button {
    align-items: center !important;
    border: 0 !important;
    border-radius: 0 7px 7px 0 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    flex: 0 0 188px !important;
    float: none !important;
    gap: 12px !important;
    height: 100% !important;
    justify-content: center !important;
    padding: 0 24px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
}

.industrial-search-box .search-button .fa {
    color: #fff !important;
    font-size: 23px !important;
    line-height: 1 !important;
}

.industrial-search-box .search-button span {
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

.industrial-search-box .search-button .search-submit-arrow {
    font-size: 22px !important;
}

.page-home .content-push > .information-blocks .tabs-container .swiper-tabs,
.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .swiper-tabs,
.page-home .industrial-featured-categories .tabs-container .swiper-tabs {
    align-items: flex-end !important;
    display: flex !important;
    min-height: 62px !important;
}

.page-home .content-push > .information-blocks .tabs-container .swiper-tabs .list,
.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .swiper-tabs .list,
.page-home .industrial-featured-categories .tabs-container .swiper-tabs .list {
    align-items: flex-end !important;
    display: flex !important;
    min-height: 100% !important;
    width: 100% !important;
}

.page-home .content-push > .information-blocks .tabs-container .block-title,
.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .block-title,
.page-home .industrial-featured-categories .tabs-container .block-title {
    align-self: flex-end !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .navigation nav > ul::after {
        display: none !important;
    }

    .navigation nav > ul {
        padding-right: 16px !important;
    }

    .industrial-search-box form {
        height: 52px !important;
    }

    .industrial-search-box .search-button span,
    .industrial-search-box .search-button .search-submit-arrow {
        display: none !important;
    }

    .industrial-search-box .search-button {
        flex-basis: 62px !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .header-middle .right-entries .account-login-entry,
    .header-middle .right-entries .header-functionality-entry[href*="login"] {
        grid-template-columns: 42px minmax(0, 1fr) 12px !important;
        min-height: 56px !important;
        min-width: 146px !important;
        padding: 10px 14px !important;
    }

    .header-middle .right-entries .account-login-entry span,
    .header-middle .right-entries .header-functionality-entry[href*="login"] span {
        font-size: 13px !important;
    }

    .header-middle .right-entries .account-login-entry b,
    .header-middle .right-entries .header-functionality-entry[href*="login"] b {
        font-size: 14px !important;
    }
}

/* Strong specificity overrides against the legacy search-box rules. */
.search-box.size-1.industrial-search-box form {
    display: flex !important;
}

.search-box.size-1.industrial-search-box .search-field {
    flex: 1 1 auto !important;
    float: none !important;
    height: 100% !important;
    margin-right: 0 !important;
    min-width: 0 !important;
}

.search-box.size-1.industrial-search-box .search-field input[type="text"] {
    min-width: 0 !important;
    width: 100% !important;
}

.search-box.size-1.industrial-search-box .search-button {
    flex: 0 0 188px !important;
    float: none !important;
    height: 100% !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 188px !important;
}

@media (max-width: 991px) {
    .search-box.size-1.industrial-search-box .search-button {
        flex-basis: 62px !important;
        width: 62px !important;
    }
}

/* 2026-06-29 fine-tuning: smaller login button and closer menu-end colors. */
.header-middle .right-entries .account-login-entry,
.header-middle .right-entries .header-functionality-entry[href*="login"] {
    column-gap: 12px !important;
    grid-template-columns: 40px minmax(0, 1fr) 12px !important;
    min-height: 64px !important;
    min-width: 170px !important;
    padding: 10px 16px !important;
}

.header-middle .right-entries .account-login-entry .fa,
.header-middle .right-entries .header-functionality-entry[href*="login"] .fa {
    font-size: 18px !important;
    height: 40px !important;
    width: 40px !important;
}

.header-middle .right-entries .account-login-entry b,
.header-middle .right-entries .header-functionality-entry[href*="login"] b {
    font-size: 15px !important;
}

.header-middle .right-entries .account-login-entry::after,
.header-middle .right-entries .header-functionality-entry[href*="login"]::after {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .header-middle .right-entries .account-login-entry,
    .header-middle .right-entries .header-functionality-entry[href*="login"] {
        grid-template-columns: 36px minmax(0, 1fr) 10px !important;
        min-height: 52px !important;
        min-width: 138px !important;
        padding: 8px 12px !important;
    }

    .header-middle .right-entries .account-login-entry .fa,
    .header-middle .right-entries .header-functionality-entry[href*="login"] .fa {
        font-size: 16px !important;
        height: 36px !important;
        width: 36px !important;
    }

    .header-middle .right-entries .account-login-entry b,
    .header-middle .right-entries .header-functionality-entry[href*="login"] b {
        font-size: 14px !important;
    }
}

/* 2026-06-29 header scroll fix: keep the sticky menu visually identical. */
@media (min-width: 1200px) {
    .header-wrapper.style-2 {
        z-index: auto !important;
    }

    .header-wrapper.style-2 header.fixed-header {
        z-index: 1000 !important;
    }

    .header-wrapper.style-2 header.fixed-header .navigation {
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        filter: none !important;
        margin: 0 64px 16px !important;
        min-height: 56px !important;
    }

    .header-wrapper.style-2 header.fixed-header .navigation .nav-overflow {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
        display: block !important;
        left: 112px !important;
        max-width: none !important;
        min-height: 56px !important;
        overflow: visible !important;
        padding: 0 8px !important;
        position: fixed !important;
        right: 112px !important;
        top: 0 !important;
        transform: none !important;
        width: auto !important;
        z-index: 1300 !important;
    }

    .header-wrapper.style-2 header.fixed-header nav {
        align-items: center !important;
        display: flex !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        max-width: none !important;
        min-height: 56px !important;
        padding: 0 !important;
        position: relative !important;
        text-align: left !important;
        width: 100% !important;
    }

    .header-wrapper.style-2 header.fixed-header nav > ul {
        align-items: center !important;
        background: linear-gradient(90deg, #0d3a92 0%, #103a8f 100%) !important;
        border-radius: 4px !important;
        filter: drop-shadow(0 16px 24px rgba(8, 58, 141, 0.24)) !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        min-height: 56px !important;
        overflow: visible !important;
        padding: 0 20px 0 24px !important;
        position: relative !important;
        width: 100% !important;
    }

    .header-wrapper.style-2 header.fixed-header nav > ul::after {
        content: none !important;
        display: none !important;
    }

    .header-wrapper.style-2 header.fixed-header nav > ul > li {
        align-items: center !important;
        display: flex !important;
        flex: 0 0 auto !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .header-wrapper.style-2 header.fixed-header nav > ul > li > a {
        align-items: center !important;
        border-radius: 0 !important;
        color: #fff !important;
        display: flex !important;
        font-size: 13px !important;
        font-weight: 850 !important;
        height: auto !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        min-height: 56px !important;
        padding: 0 19px !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    .header-wrapper.style-2 header.fixed-header nav > ul > li:hover > a,
    .header-wrapper.style-2 header.fixed-header nav > ul > li > a.active {
        background: rgba(255, 255, 255, 0.13) !important;
        color: #fff !important;
    }

    .header-wrapper.style-2 header.fixed-header .additional-header-logo,
    .header-wrapper.style-2 header.fixed-header .fixed-header-visible {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1327px) {
    .header-wrapper.style-2 header.fixed-header .navigation .nav-overflow {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.header-middle .right-entries .account-login-entry,
.header-middle .right-entries .header-functionality-entry[href*="login"] {
    align-items: center !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    gap: 12px !important;
    justify-content: center !important;
    min-height: 58px !important;
    min-width: 164px !important;
    padding: 10px 16px !important;
}

.header-middle {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
}

.header-middle .right-entries .account-login-entry .fa,
.header-middle .right-entries .header-functionality-entry[href*="login"] .fa {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 40px !important;
    height: 40px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    width: 40px !important;
}

.header-middle .right-entries .account-login-entry b,
.header-middle .right-entries .header-functionality-entry[href*="login"] b {
    align-items: center !important;
    display: inline-flex !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    min-height: 40px !important;
}

.header-middle .right-entries .account-login-entry::after,
.header-middle .right-entries .header-functionality-entry[href*="login"]::after {
    align-self: center !important;
    line-height: 1 !important;
}

@media (max-width: 1199px) {
    .header-wrapper.style-2 header.fixed-header .navigation,
    .header-wrapper.style-2 header.fixed-header .navigation .nav-overflow {
        min-height: 100vh !important;
    }
}

@media (max-width: 767px) {
    .header-middle {
        align-items: center !important;
        padding-bottom: 12px !important;
        padding-top: 12px !important;
    }

    .header-middle .right-entries .account-login-entry,
    .header-middle .right-entries .header-functionality-entry[href*="login"] {
        gap: 8px !important;
        min-height: 48px !important;
        min-width: 132px !important;
        padding: 6px 10px !important;
    }

    .header-middle .right-entries .account-login-entry .fa,
    .header-middle .right-entries .header-functionality-entry[href*="login"] .fa {
        flex-basis: 34px !important;
        height: 34px !important;
        width: 34px !important;
    }

    .header-middle .right-entries .account-login-entry b,
    .header-middle .right-entries .header-functionality-entry[href*="login"] b {
        display: inline-flex !important;
        font-size: 13px !important;
        min-height: 34px !important;
    }
}

/* 2026-06-29 mobile navigation drawer and stacking. */
@media (max-width: 1199px) {
    body.opened-menu {
        overflow: hidden !important;
    }

    .header-wrapper.style-2 {
        z-index: 200 !important;
    }

    body.opened-menu .header-wrapper.style-2,
    .header-wrapper.style-2 header.opened {
        z-index: 2147483000 !important;
    }

    .header-wrapper.style-2 .menu-button {
        align-items: center !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.26) !important;
        border-radius: 10px !important;
        color: #fff !important;
        display: flex !important;
        height: 38px !important;
        justify-content: center !important;
        line-height: 1 !important;
        position: absolute !important;
        right: 18px !important;
        top: 5px !important;
        width: 42px !important;
        z-index: 20 !important;
    }

    .header-wrapper.style-2 .menu-button .fa {
        display: block !important;
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .header-wrapper.style-2 .close-header-layer {
        background: rgba(6, 18, 38, 0.68) !important;
        bottom: 0 !important;
        display: none;
        left: 0 !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        z-index: 2147483000 !important;
    }

    body.opened-menu .header-wrapper.style-2 .close-header-layer {
        display: block !important;
    }

    .header-wrapper.style-2 .navigation,
    .header-wrapper.style-2 header.fixed-header .navigation {
        background: #fff !important;
        border: 0 !important;
        border-radius: 0 18px 18px 0 !important;
        box-shadow: 20px 0 60px rgba(5, 20, 45, 0.34) !important;
        filter: none !important;
        height: 100vh !important;
        height: 100dvh !important;
        left: 0 !important;
        margin: 0 !important;
        max-width: 360px !important;
        min-height: 0 !important;
        overflow: hidden !important;
        position: fixed !important;
        top: 0 !important;
        transform: translate3d(-110%, 0, 0) !important;
        transition: transform 260ms ease !important;
        width: min(88vw, 360px) !important;
        z-index: 2147483001 !important;
    }

    .header-wrapper.style-2 header.opened .navigation,
    .header-wrapper.style-2 header.opened.fixed-header .navigation {
        transform: translate3d(0, 0, 0) !important;
    }

    .header-wrapper.style-2 .navigation-header {
        align-items: center !important;
        background: linear-gradient(135deg, #061a38 0%, #0a3c93 100%) !important;
        border: 0 !important;
        display: flex !important;
        height: 72px !important;
        justify-content: space-between !important;
        padding: 0 18px 0 22px !important;
    }

    .header-wrapper.style-2 .navigation-header .title {
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
    }

    .header-wrapper.style-2 .navigation-header .close-menu {
        background: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 10px !important;
        height: 42px !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: 42px !important;
    }

    .header-wrapper.style-2 .navigation-header .close-menu:before,
    .header-wrapper.style-2 .navigation-header .close-menu:after {
        background: #fff !important;
        height: 2px !important;
        margin-left: -9px !important;
        width: 18px !important;
    }

    .header-wrapper.style-2 .navigation .nav-overflow,
    .header-wrapper.style-2 header.fixed-header .navigation .nav-overflow {
        background: #fff !important;
        border: 0 !important;
        bottom: 0 !important;
        box-shadow: none !important;
        display: block !important;
        height: auto !important;
        left: 0 !important;
        min-height: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding: 14px 12px 22px !important;
        position: absolute !important;
        right: 0 !important;
        top: 72px !important;
        transform: none !important;
        width: auto !important;
        z-index: auto !important;
    }

    .header-wrapper.style-2 .navigation nav,
    .header-wrapper.style-2 header.fixed-header .navigation nav {
        display: block !important;
        margin: 0 !important;
        max-width: none !important;
        min-height: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .header-wrapper.style-2 .navigation nav > ul,
    .header-wrapper.style-2 header.fixed-header .navigation nav > ul {
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        clip-path: none !important;
        display: block !important;
        margin: 0 !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
    }

    .header-wrapper.style-2 .navigation nav > ul::after,
    .header-wrapper.style-2 header.fixed-header .navigation nav > ul::after,
    .header-wrapper.style-2 .navigation .fixed-header-visible,
    .header-wrapper.style-2 .navigation .additional-header-logo {
        display: none !important;
    }

    .header-wrapper.style-2 .navigation nav > ul > li,
    .header-wrapper.style-2 header.fixed-header .navigation nav > ul > li {
        border: 0 !important;
        display: block !important;
        margin: 0 0 7px !important;
        padding: 0 !important;
        position: relative !important;
    }

    .header-wrapper.style-2 .navigation nav > ul > li > a,
    .header-wrapper.style-2 header.fixed-header .navigation nav > ul > li > a {
        align-items: center !important;
        background: #f5f8fc !important;
        border: 1px solid #e3ebf6 !important;
        border-radius: 10px !important;
        color: #10213b !important;
        display: flex !important;
        font-size: 13px !important;
        font-weight: 850 !important;
        justify-content: flex-start !important;
        line-height: 1.18 !important;
        margin: 0 !important;
        min-height: 50px !important;
        padding: 0 48px 0 16px !important;
        text-transform: uppercase !important;
        white-space: normal !important;
    }

    .header-wrapper.style-2 .navigation nav > ul > li:first-child > a::before {
        color: #0a55c2 !important;
        flex: 0 0 auto !important;
        margin-right: 11px !important;
    }

    .header-wrapper.style-2 .navigation nav > ul > li:hover > a,
    .header-wrapper.style-2 .navigation nav > ul > li > a.active,
    .header-wrapper.style-2 .navigation nav > ul > li.opened > a {
        background: #eaf2ff !important;
        border-color: #c9dafa !important;
        color: #0a55c2 !important;
    }

    .header-wrapper.style-2 .navigation nav > ul > li > .fa {
        color: #73839a !important;
        font-size: 13px !important;
        line-height: 42px !important;
        margin: 0 !important;
        position: absolute !important;
        right: 8px !important;
        text-align: center !important;
        top: 4px !important;
        width: 42px !important;
        z-index: 2 !important;
    }

    .header-wrapper.style-2 .navigation .submenu {
        background: #fff !important;
        border: 1px solid #e5edf7 !important;
        border-radius: 10px !important;
        box-shadow: none !important;
        margin: 7px 0 10px !important;
        overflow: hidden !important;
        padding: 4px !important;
        position: relative !important;
        top: auto !important;
        width: auto !important;
    }

    .header-wrapper.style-2 .navigation .submenu-list-title a,
    .header-wrapper.style-2 .navigation .submenu .list-type-1 li,
    .header-wrapper.style-2 .navigation nav .simple-list .submenu a {
        color: #263953 !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
        padding: 13px 42px 13px 14px !important;
        text-transform: none !important;
    }
}

@media (max-width: 767px) {
    .header-wrapper.style-2 .menu-button {
        right: 12px !important;
        top: 4px !important;
    }

    .header-wrapper.style-2 .navigation,
    .header-wrapper.style-2 header.fixed-header .navigation {
        border-radius: 0 16px 16px 0 !important;
        max-width: 340px !important;
        width: min(92vw, 340px) !important;
    }

    .header-wrapper.style-2 .navigation nav > ul > li > a,
    .header-wrapper.style-2 header.fixed-header .navigation nav > ul > li > a {
        min-height: 48px !important;
        padding-left: 14px !important;
    }
}

/* Taller home hero: show more of the slider artwork and keep the category rail aligned. */
@media (min-width: 1200px) {
    .home-hero-layout {
        align-items: stretch !important;
    }

    .navigation-banner-wrapper {
        min-height: 520px !important;
    }

    .navigation-banner-content {
        height: 520px !important;
    }

    .home-category-column .sidebar-navigation {
        height: 642px !important;
    }

    .home-category-column .sidebar-navigation .list {
        max-height: 586px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-banner-wrapper {
        min-height: 460px !important;
    }

    .navigation-banner-content {
        height: 460px !important;
    }

    .home-category-column .sidebar-navigation {
        height: 582px !important;
    }

    .home-category-column .sidebar-navigation .list {
        max-height: 526px !important;
    }
}

/* Normbel hero slider redesign */
.nb-slider-block {
    margin-bottom: 30px !important;
}

/* Home hero/sidebar alignment */
.home-hero-layout {
    margin-bottom: 75px !important;
}

.home-category-column {
    margin-top: -134px !important;
}

.home-category-column .sidebar-navigation {
    height: 634px !important;
}

.home-category-column .sidebar-navigation .list {
    max-height: 578px !important;
}

.nb-hero-slider {
    --nb-hero-blue: #0aa7ff;
    --nb-hero-blue-soft: rgba(10, 167, 255, 0.52);
    --nb-hero-navy: #03142c;
    --nb-hero-deep: #010b1b;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 139, 255, 0.24), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(0, 139, 255, 0.2), transparent 30%),
        linear-gradient(135deg, #021128 0%, #041d3e 48%, #020d21 100%);
    border-radius: 32px !important;
    box-shadow: 0 28px 70px rgba(0, 18, 45, 0.36) !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
    padding: clamp(8px, 1.2vw, 16px);
    position: relative;
}

.nb-hero-slider,
.nb-hero-slider * {
    box-sizing: border-box;
}

.nb-hero-swiper {
    background: var(--nb-hero-deep);
    border-radius: 28px !important;
    overflow: hidden !important;
}

.nb-hero-swiper:before,
.nb-hero-swiper:after {
    background: linear-gradient(90deg, transparent 0%, rgba(91, 199, 255, 0.85) 50%, transparent 100%);
    box-shadow: 0 0 18px rgba(39, 174, 255, 0.96), 0 0 36px rgba(39, 174, 255, 0.48);
    content: "";
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: min(260px, 28%);
    z-index: 12;
}

.nb-hero-swiper:before {
    top: 0;
}

.nb-hero-swiper:after {
    bottom: 0;
}

.nb-hero-slider .swiper-wrapper {
    cursor: grab !important;
}

.nb-hero-swiper:not(.initialized) .swiper-wrapper {
    height: auto !important;
    transform: none !important;
    width: 100% !important;
}

.nb-hero-swiper:not(.initialized) .swiper-slide {
    float: none !important;
    height: auto !important;
    width: 100% !important;
}

.nb-hero-swiper:not(.initialized) .swiper-slide:not(.active) {
    inset: 0;
    opacity: 0 !important;
    pointer-events: none;
    position: absolute !important;
    visibility: hidden !important;
}

.nb-hero-slider .swiper-slide {
    box-sizing: border-box;
}

.nb-hero-slider .navigation-banner-wrapper,
.nb-hero-slider .nb-hero-slide {
    background-color: var(--nb-hero-deep) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 1px solid rgba(31, 149, 255, 0.62) !important;
    border-radius: 28px !important;
    box-shadow:
        inset 0 0 0 1px rgba(116, 211, 255, 0.08),
        inset 0 0 70px rgba(0, 71, 155, 0.22),
        0 0 32px rgba(0, 129, 255, 0.18) !important;
    min-height: clamp(360px, 32vw, 480px) !important;
    overflow: hidden !important;
    position: relative;
}

.nb-hero-slider .navigation-banner-wrapper:after {
    background:
        linear-gradient(90deg, rgba(1, 10, 25, 0.96) 0%, rgba(2, 15, 35, 0.9) 34%, rgba(2, 18, 42, 0.58) 58%, rgba(2, 18, 42, 0.12) 100%),
        linear-gradient(180deg, rgba(1, 9, 22, 0.2) 0%, transparent 42%, rgba(1, 9, 22, 0.7) 100%) !important;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.nb-hero-slider .nb-hero-slide-empty:after {
    background:
        radial-gradient(circle at 76% 36%, rgba(10, 167, 255, 0.28), transparent 32%),
        linear-gradient(90deg, rgba(1, 10, 25, 0.98) 0%, rgba(2, 18, 42, 0.92) 58%, rgba(2, 18, 42, 0.68) 100%) !important;
}

.nb-hero-corner {
    background: linear-gradient(90deg, transparent, rgba(67, 192, 255, 0.92), transparent);
    box-shadow: 0 0 16px rgba(0, 166, 255, 0.9);
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: min(230px, 26%);
    z-index: 4;
}

.nb-hero-corner-top {
    top: -1px;
}

.nb-hero-corner-bottom {
    bottom: -1px;
}

.nb-hero-lines {
    bottom: -22px;
    height: 260px;
    left: -20px;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    width: 340px;
    z-index: 2;
}

.nb-hero-lines:before,
.nb-hero-lines:after {
    border-bottom: 1px solid rgba(0, 153, 255, 0.5);
    border-left: 1px solid rgba(0, 153, 255, 0.38);
    content: "";
    height: 190px;
    left: 0;
    position: absolute;
    top: 38px;
    transform: skewX(32deg);
    width: 270px;
}

.nb-hero-lines:after {
    left: 54px;
    opacity: 0.6;
    top: 92px;
    width: 250px;
}

.nb-hero-slider .navigation-banner-content,
.nb-hero-slider .nb-hero-content {
    display: table !important;
    height: clamp(340px, 30vw, 450px) !important;
    padding: clamp(34px, 4.5vw, 66px) clamp(28px, 5vw, 78px) clamp(44px, 5vw, 72px) !important;
    position: relative;
    width: min(72%, 1120px) !important;
    z-index: 3;
}

.nb-hero-slider .navigation-banner-content .cell-view {
    display: table-cell !important;
    height: auto !important;
    max-width: 1040px;
    vertical-align: middle !important;
    width: 100% !important;
}

body.style-2 .nb-hero-slider .navigation-banner-content .subtitle,
.nb-hero-slider .navigation-banner-content .subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
    font-family: "Sora", "Inter", "Montserrat", sans-serif !important;
    font-size: clamp(12px, 0.95vw, 16px) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
    margin: 0 0 clamp(18px, 2.4vw, 30px) !important;
    max-width: 760px !important;
    padding-bottom: 14px !important;
    position: relative;
    text-transform: uppercase !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
    overflow-wrap: break-word;
}

.nb-hero-slider .navigation-banner-content .subtitle:after {
    background: linear-gradient(90deg, rgba(80, 205, 255, 0.95) 0%, rgba(56, 160, 255, 0.62) 54%, transparent 100%);
    bottom: 0;
    box-shadow: 0 0 12px rgba(38, 174, 255, 0.84);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: min(560px, 78vw);
}

body.style-2 .nb-hero-slider .navigation-banner-content .title,
.nb-hero-slider .navigation-banner-content .title {
    color: #fff !important;
    font-family: "Sora", "Inter", "Montserrat", sans-serif !important;
    font-size: clamp(24px, 2.1vw, 32px) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 0.92 !important;
    margin: 0 0 clamp(18px, 2.4vw, 32px) !important;
    max-width: 1040px !important;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.62);
    text-transform: uppercase !important;
    overflow-wrap: break-word;
}

body.style-2 .nb-hero-slider .navigation-banner-content .description,
.nb-hero-slider .navigation-banner-content .description {
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: "Inter", "Space Grotesk", Raleway, Lato, Arial, sans-serif !important;
    font-size: clamp(11px, 0.82vw, 14px) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: -10px 0 20px !important;
    max-width: 600px !important;
    padding-right: 0 !important;
}

.nb-hero-slider .navigation-banner-content .info,
.nb-hero-slider .nb-hero-actions {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px;
}

body.style-2 .nb-hero-slider .navigation-banner-content .button,
body.style-2 .nb-hero-slider .navigation-banner-content .button.style-1,
body.style-2 .nb-hero-slider .nb-hero-cta,
.nb-hero-slider .navigation-banner-content .button,
.nb-hero-slider .navigation-banner-content .button.style-1,
.nb-hero-slider .nb-hero-cta {
    align-items: center !important;
    background: linear-gradient(180deg, rgba(10, 63, 142, 0.9) 0%, rgba(5, 24, 61, 0.88) 100%) !important;
    border: 1px solid var(--nb-hero-blue) !important;
    border-radius: 8px !important;
    box-shadow:
        inset 0 1px 0 rgba(169, 228, 255, 0.42),
        inset 0 -22px 42px rgba(0, 83, 186, 0.2),
        0 0 16px rgba(0, 166, 255, 0.28) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: "Sora", "Inter", Raleway, Lato, Arial, sans-serif !important;
    font-size: clamp(11px, 0.84vw, 15px) !important;
    font-weight: 900 !important;
    justify-content: space-between !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: clamp(44px, 3.4vw, 58px) !important;
    min-width: min(100%, 240px) !important;
    padding: 0 clamp(16px, 1.7vw, 24px) !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.nb-hero-slider .nb-hero-cta span {
    min-width: 0;
}

.nb-hero-slider .nb-hero-cta .fa {
    flex: 0 0 auto;
    font-size: 1.28em;
    margin-left: 22px;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.55);
}

.nb-hero-slider .nb-hero-cta:hover,
.nb-hero-slider .nb-hero-cta:focus {
    background: linear-gradient(180deg, rgba(0, 127, 255, 0.95) 0%, rgba(6, 41, 100, 0.94) 100%) !important;
    border-color: rgba(118, 218, 255, 0.98) !important;
    color: #fff !important;
    outline: none;
    transform: translateY(-1px);
}

#content-block .nb-hero-slider .nb-hero-arrow {
    align-items: center;
    background: rgba(4, 17, 39, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    box-shadow: inset 0 0 18px rgba(57, 155, 255, 0.12), 0 0 18px rgba(0, 0, 0, 0.28);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: clamp(34px, 3.2vw, 54px);
    height: clamp(52px, 5vw, 80px);
    justify-content: center;
    line-height: 1;
    margin-top: calc(clamp(52px, 5vw, 80px) / -2);
    opacity: 0.92;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
    width: clamp(52px, 5vw, 80px);
    z-index: 16;
}

#content-block .nb-hero-slider .nb-hero-arrow-prev {
    left: clamp(10px, 1.7vw, 24px);
}

#content-block .nb-hero-slider .nb-hero-arrow-next {
    left: auto;
    right: clamp(10px, 1.7vw, 24px);
}

#content-block .nb-hero-slider .nb-hero-arrow:hover,
#content-block .nb-hero-slider .nb-hero-arrow:focus {
    background: rgba(0, 125, 255, 0.28);
    border-color: rgba(144, 222, 255, 0.84);
    color: #fff;
    opacity: 1;
    outline: none;
    transform: scale(1.04);
}

#content-block .nb-hero-slider .nb-hero-arrow .fa {
    line-height: 1;
}

.nb-hero-slider .nb-hero-arrow,
.nb-hero-slider .pagination {
    display: none !important;
}

.nb-hero-slider .pagination .swiper-pagination-switch {
    background: rgba(255, 255, 255, 0.78);
    border: 0 !important;
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24);
    height: clamp(10px, 0.95vw, 16px);
    margin: 0 8px !important;
    opacity: 0.92;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: clamp(10px, 0.95vw, 16px);
}

.nb-hero-slider .pagination .swiper-active-switch {
    background: var(--nb-hero-blue) !important;
    box-shadow: 0 0 16px rgba(0, 166, 255, 0.9);
    transform: scale(1.08);
}

@media (min-width: 1200px) {
    .home-category-column .sidebar-navigation {
        height: calc(clamp(360px, 32vw, 480px) + 106px) !important;
    }

    .home-category-column .sidebar-navigation .list {
        max-height: calc(clamp(360px, 32vw, 480px) + 50px) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nb-hero-slider .navigation-banner-wrapper,
    .nb-hero-slider .nb-hero-slide,
    .nb-hero-slider .navigation-banner-content,
    .nb-hero-slider .nb-hero-content {
        min-height: 420px !important;
        height: 420px !important;
    }

    .home-category-column .sidebar-navigation {
        height: 526px !important;
    }

    .home-category-column .sidebar-navigation .list {
        max-height: 470px !important;
    }
}

@media (max-width: 991px) {
    .nb-hero-slider {
        border-radius: 24px !important;
        padding: 10px;
    }

    .nb-hero-swiper,
    .nb-hero-slider .navigation-banner-wrapper,
    .nb-hero-slider .nb-hero-slide {
        border-radius: 20px !important;
    }

    .nb-hero-slider .navigation-banner-wrapper,
    .nb-hero-slider .nb-hero-slide,
    .nb-hero-slider .navigation-banner-content,
    .nb-hero-slider .nb-hero-content {
        min-height: 410px !important;
        height: 410px !important;
    }

    .nb-hero-slider .navigation-banner-wrapper:after {
        background:
            linear-gradient(90deg, rgba(1, 10, 25, 0.98) 0%, rgba(2, 15, 35, 0.91) 58%, rgba(2, 18, 42, 0.44) 100%),
            linear-gradient(180deg, rgba(1, 9, 22, 0.2) 0%, transparent 32%, rgba(1, 9, 22, 0.78) 100%) !important;
    }

    .nb-hero-slider .navigation-banner-content,
    .nb-hero-slider .nb-hero-content {
        padding: 40px 26px 52px !important;
        width: 100% !important;
    }

    body.style-2 .nb-hero-slider .navigation-banner-content .title,
    .nb-hero-slider .navigation-banner-content .title {
        font-size: clamp(38px, 8vw, 58px) !important;
        max-width: 760px !important;
    }

    .nb-hero-slider .navigation-banner-content .subtitle:after {
        width: min(460px, 72vw);
    }
}

@media (max-width: 767px) {
    .nb-slider-block {
        margin-bottom: 24px !important;
    }

    .nb-hero-slider {
        border-radius: 18px !important;
        padding: 7px;
    }

    .nb-hero-swiper,
    .nb-hero-slider .navigation-banner-wrapper,
    .nb-hero-slider .nb-hero-slide {
        border-radius: 15px !important;
    }

    .nb-hero-slider .navigation-banner-wrapper,
    .nb-hero-slider .nb-hero-slide,
    .nb-hero-slider .navigation-banner-content,
    .nb-hero-slider .nb-hero-content {
        min-height: 350px !important;
        height: 350px !important;
    }

    .nb-hero-slider .navigation-banner-content,
    .nb-hero-slider .nb-hero-content {
        padding: 32px 18px 42px !important;
        text-align: left !important;
    }

    body.style-2 .nb-hero-slider .navigation-banner-content .subtitle,
    .nb-hero-slider .navigation-banner-content .subtitle {
        font-size: 14px !important;
        margin-bottom: 18px !important;
        padding-bottom: 12px !important;
    }

    body.style-2 .nb-hero-slider .navigation-banner-content .title,
    .nb-hero-slider .navigation-banner-content .title {
        font-size: clamp(30px, 10vw, 42px) !important;
        line-height: 0.96 !important;
        margin-bottom: 18px !important;
    }

    body.style-2 .nb-hero-slider .navigation-banner-content .description,
    .nb-hero-slider .navigation-banner-content .description {
        font-size: 13px !important;
        margin: -8px 0 16px !important;
    }

    body.style-2 .nb-hero-slider .navigation-banner-content .button,
    body.style-2 .nb-hero-slider .navigation-banner-content .button.style-1,
    body.style-2 .nb-hero-slider .nb-hero-cta,
    .nb-hero-slider .navigation-banner-content .button,
    .nb-hero-slider .navigation-banner-content .button.style-1,
    .nb-hero-slider .nb-hero-cta {
        font-size: 13px !important;
        min-height: 44px !important;
        min-width: 0 !important;
        padding: 10px 12px !important;
        white-space: normal !important;
        width: 100% !important;
    }

    .nb-hero-slider .nb-hero-cta .fa {
        margin-left: 14px;
    }

    .nb-hero-lines {
        opacity: 0.32;
        transform: scale(0.72);
        transform-origin: left bottom;
    }
}

/* Home product carousel redesign */
.page-home .content-push > .information-blocks .tabs-container {
    position: relative;
}

.page-home .content-push > .information-blocks .tabs-container .swiper-tabs {
    align-items: flex-start !important;
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 24px;
    min-height: auto !important;
    position: relative;
    z-index: 4;
}

.page-home .content-push > .information-blocks .tabs-container .swiper-tabs .list {
    flex: 1 1 auto !important;
    align-items: flex-start !important;
    display: flex !important;
    width: auto !important;
}

.page-home .content-push > .information-blocks .tabs-container .home-product-carousel-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 14px;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    position: relative;
    z-index: 20;
}

.page-home .content-push > .information-blocks .tabs-container .block-title,
.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .block-title,
.page-home .industrial-featured-categories .tabs-container .block-title {
    border: 0 !important;
    color: #07173d !important;
    display: inline-block !important;
    float: none !important;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif !important;
    font-size: clamp(28px, 2.1vw, 31px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    margin: 0 !important;
    padding: 0 0 34px !important;
    position: relative;
    text-transform: uppercase !important;
}

.page-home .content-push > .information-blocks .tabs-container .block-title:before,
.page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .block-title:before,
.page-home .industrial-featured-categories .tabs-container .block-title:before {
    background: #c78543 !important;
    border-radius: 999px;
    bottom: 0 !important;
    content: "" !important;
    height: 5px !important;
    left: 0 !important;
    position: absolute !important;
    width: 82px !important;
}

.page-home .products-swiper {
    margin: 0 !important;
    overflow: visible;
    padding: 0 0 54px !important;
    position: relative;
}

.page-home .products-swiper .swiper-container {
    overflow: visible !important;
    padding-bottom: 0;
}

.page-home .products-swiper .swiper-wrapper {
    align-items: stretch !important;
    float: none !important;
}

.page-home .products-swiper .swiper-slide {
    display: flex !important;
    height: auto !important;
}

.page-home .products-swiper .paddings-container {
    display: flex !important;
    height: 100%;
    padding: 0 clamp(10px, 0.9vw, 14px) !important;
    width: 100%;
}

.page-home .product-slide-entry {
    background: #fff !important;
    border: 1px solid rgba(7, 23, 61, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 22px 48px rgba(7, 23, 61, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 660px !important;
    overflow: hidden;
    padding: clamp(18px, 1.25vw, 24px) clamp(18px, 1.35vw, 26px) 24px !important;
    transition: box-shadow 180ms ease, transform 180ms ease;
    width: 100% !important;
}

.page-home .product-slide-entry:hover {
    box-shadow: 0 28px 62px rgba(7, 23, 61, 0.12) !important;
    transform: translateY(-2px);
}

.page-home .product-slide-entry .product-image {
    align-items: center;
    background: linear-gradient(180deg, #fbfcff 0%, #f3f6fb 100%);
    border-radius: 18px !important;
    display: flex !important;
    flex: 0 0 318px !important;
    justify-content: center;
    margin: 0 0 26px !important;
    min-height: 318px !important;
    overflow: hidden;
    position: relative;
}

.page-home .product-slide-entry .product-image img {
    display: block;
    height: 100% !important;
    max-height: 288px !important;
    max-width: 92% !important;
    object-fit: contain !important;
    width: auto !important;
}

.page-home .product-slide-entry .product-image:hover img {
    transform: none !important;
}

.page-home .product-image-placeholder {
    align-items: center;
    border: 3px solid #a9b2c4;
    border-radius: 6px;
    color: #a9b2c4 !important;
    display: flex;
    font-size: 56px;
    height: 84px;
    justify-content: center;
    line-height: 1;
    width: 94px;
}

.page-home .product-slide-entry .top-line-a,
.page-home .product-slide-entry .bottom-line {
    display: none !important;
}

.page-home .product-slide-entry .tag {
    color: #00449a !important;
    display: block;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    margin: 0 0 20px !important;
    min-height: 34px !important;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase !important;
}

.page-home .product-slide-entry .tag:after {
    background: #003f91;
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 36px;
}

.page-home .product-slide-entry .title {
    color: #07173d !important;
    display: block;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif !important;
    font-size: clamp(18px, 1.08vw, 22px) !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    margin: 0 0 30px !important;
    min-height: 88px !important;
    overflow-wrap: anywhere;
}

.page-home .product-slide-entry .title:hover {
    color: #00449a !important;
}

.page-home .product-slide-entry .account-cta,
.page-home .product-slide-entry .price,
.page-home .product-slide-entry .list-buttons {
    margin-top: auto !important;
}

.page-home .product-slide-entry .account-cta {
    align-items: center;
    background: linear-gradient(90deg, #fff5e5 0%, #fff9ef 100%) !important;
    border: 0 !important;
    border-radius: 14px !important;
    color: #07173d !important;
    display: grid;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500;
    grid-template-columns: 50px minmax(0, 1fr) 24px;
    line-height: 1.2 !important;
    min-height: 88px;
    padding: 14px 14px 14px 12px !important;
}

.page-home .product-slide-entry .account-cta:before {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(7, 23, 61, 0.08);
    color: #07173d;
    content: "\f023";
    display: flex;
    font-family: FontAwesome;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.page-home .product-slide-entry .account-cta:after {
    color: #07173d;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1;
    text-align: right;
}

.page-home .product-slide-entry .account-cta-text {
    display: block;
    min-width: 0;
    padding-left: 10px;
}

.page-home .product-slide-entry .account-cta a {
    color: #07173d !important;
    display: block;
    font-size: 15px;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.page-home .product-slide-entry .price .current {
    color: #00449a !important;
}

#content-block .page-home .home-product-carousel-actions .nb-product-arrow,
.page-home .home-product-carousel-actions .nb-product-arrow {
    align-items: center;
    border: 1px solid rgba(12, 35, 74, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 28px rgba(12, 35, 74, 0.16) !important;
    cursor: pointer;
    display: flex !important;
    font-size: 20px !important;
    height: 38px !important;
    justify-content: center;
    line-height: 1 !important;
    margin: 0 !important;
    pointer-events: auto !important;
    padding: 0 !important;
    position: static !important;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    width: 48px !important;
    z-index: 50 !important;
}

#content-block .page-home .home-product-carousel-actions .nb-product-arrow-prev,
.page-home .home-product-carousel-actions .nb-product-arrow-prev {
    background: #fff !important;
    color: #07173d !important;
    left: auto !important;
    right: auto !important;
}

#content-block .page-home .home-product-carousel-actions .nb-product-arrow-next,
.page-home .home-product-carousel-actions .nb-product-arrow-next {
    background: #003f91 !important;
    color: #fff !important;
    left: auto !important;
    right: auto !important;
}

.page-home .home-product-carousel-actions .nb-product-arrow:hover,
.page-home .home-product-carousel-actions .nb-product-arrow:focus {
    box-shadow: 0 18px 40px rgba(7, 23, 61, 0.22) !important;
    outline: none;
    transform: translateY(-1px);
}

.page-home .products-swiper .pagination {
    margin: 42px 0 0 !important;
    position: static !important;
    text-align: center;
    width: 100%;
}

.page-home .products-swiper .pagination .swiper-pagination-switch {
    background: #d6dae1 !important;
    border: 0 !important;
    border-radius: 999px !important;
    height: 16px !important;
    margin: 0 11px !important;
    opacity: 1 !important;
    width: 16px !important;
}

.page-home .products-swiper .pagination .swiper-active-switch {
    background: #003f91 !important;
}

@media (max-width: 1199px) {
    .page-home .product-slide-entry {
        min-height: 610px !important;
    }

    .page-home .product-slide-entry .product-image {
        flex-basis: 270px !important;
        min-height: 270px !important;
    }
}

@media (max-width: 767px) {
    .page-home .content-push > .information-blocks .tabs-container .swiper-tabs {
        margin-bottom: 20px;
        gap: 14px;
    }

    .page-home .content-push > .information-blocks .tabs-container .home-product-carousel-actions {
        gap: 10px;
        margin-bottom: 0;
    }

    .page-home .content-push > .information-blocks .tabs-container .block-title,
    .page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .block-title,
    .page-home .industrial-featured-categories .tabs-container .block-title {
        font-size: 25px !important;
        padding-bottom: 22px !important;
    }

    .page-home .content-push > .information-blocks .tabs-container .block-title:before,
    .page-home .content-push > .row > .col-md-9 > .information-blocks .tabs-container .block-title:before,
    .page-home .industrial-featured-categories .tabs-container .block-title:before {
        height: 4px !important;
        width: 58px !important;
    }

    .page-home .products-swiper .swiper-container {
        padding-bottom: 48px;
    }

    .page-home .product-slide-entry {
        border-radius: 18px !important;
        min-height: 560px !important;
        padding: 14px !important;
    }

    .page-home .product-slide-entry .product-image {
        border-radius: 14px !important;
        flex-basis: 220px !important;
        min-height: 220px !important;
    }

    .page-home .product-slide-entry .tag {
        font-size: 11px !important;
        min-height: 30px !important;
    }

    .page-home .product-slide-entry .title {
        font-size: 16px !important;
        min-height: 84px !important;
    }

    .page-home .product-slide-entry .account-cta {
        grid-template-columns: 42px minmax(0, 1fr) 22px;
        min-height: 74px;
        padding: 10px !important;
    }

    .page-home .product-slide-entry .account-cta:before {
        font-size: 17px;
        height: 42px;
        width: 42px;
    }

    .page-home .product-slide-entry .account-cta a {
        font-size: 14px;
    }

    #content-block .page-home .home-product-carousel-actions .nb-product-arrow,
    .page-home .home-product-carousel-actions .nb-product-arrow {
        font-size: 16px !important;
        height: 28px !important;
        width: 38px !important;
    }

    .page-home .products-swiper .pagination .swiper-pagination-switch {
        height: 12px !important;
        margin: 0 7px !important;
        width: 12px !important;
    }
}

body:not(.page-home) .content-push {
    padding-top: 46px;
}

body:not(.page-home) .article-container.style-1 {
    color: #172033;
}

body:not(.page-home) .static-content-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(15, 31, 56, 0.08);
    padding: 28px 32px 34px;
}

body:not(.page-home) .article-container.style-1 > .information-blocks:first-child,
body:not(.page-home) .article-container.style-1 > .breadcrumb-box:first-child,
body:not(.page-home) .article-container.style-1 > p:first-child,
body:not(.page-home) .article-container.style-1 > h1:first-child,
body:not(.page-home) .article-container.style-1 > h2:first-child,
body:not(.page-home) .article-container.style-1 > h3:first-child {
    margin-top: 0;
}

body:not(.page-home) .breadcrumb-box {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(15, 31, 56, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
    padding: 14px 18px;
}

body:not(.page-home) .breadcrumb-box a {
    align-items: center;
    color: #445168;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body:not(.page-home) .breadcrumb-box a:not(:last-child):after {
    color: #9aa7bb;
    content: "/";
    font-weight: 600;
}

body:not(.page-home) .page-selector,
body:not(.page-home) .blog-sidebar .information-blocks,
body:not(.page-home) .tabs-container.style-1,
body:not(.page-home) .product-preview-box,
body:not(.page-home) .product-detail-box,
body:not(.page-home) .article-container.style-1 > .information-blocks {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15, 31, 56, 0.08);
}

body:not(.page-home) .page-selector {
    margin-bottom: 26px;
    padding: 20px 24px;
}

body:not(.page-home) .shop-grid-controls {
    align-items: center;
    gap: 14px;
}

body:not(.page-home) #content-block .shop-grid-controls .entry {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 31, 56, 0.05);
    gap: 12px;
    min-height: 52px;
    padding: 8px 12px;
}

body:not(.page-home) .shop-grid-controls .inline-text {
    color: #5b677c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

body:not(.page-home) .shop-grid-controls .simple-drop-down,
body:not(.page-home) .simple-drop-down.simple-field {
    background: #f6f8fb;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 12px;
}

body:not(.page-home) .shop-grid-controls .view-button,
body:not(.page-home) .shop-grid-controls .sort-button,
body:not(.page-home) .pages-box .square-button {
    border-radius: 12px;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view {
    display: flex;
    flex-wrap: wrap;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .shop-grid-item {
    display: flex;
    margin-bottom: 30px;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border: 1px solid rgba(15, 31, 56, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 56px rgba(15, 31, 56, 0.09) !important;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
    padding: 18px !important;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry .product-image {
    background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
    border: 1px solid rgba(15, 31, 56, 0.06);
    border-radius: 18px;
    margin-bottom: 16px;
    min-height: 230px;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry .title {
    color: #172033 !important;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    min-height: 74px;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry .article-container.style-1 {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 14px;
    padding: 0;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry .account-cta {
    background: linear-gradient(135deg, #f7f9fc 0%, #eff4fa 100%);
    border: 1px solid rgba(15, 31, 56, 0.06);
    border-radius: 16px;
    color: #314055;
    margin-top: auto;
    padding: 14px 16px;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry .price {
    margin-top: auto;
}

body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry .list-buttons {
    margin-top: 14px;
}

body:not(.page-home) .blog-sidebar .information-blocks {
    padding: 22px;
}

body:not(.page-home) .blog-sidebar .block-title.size-2 {
    border-bottom: 0;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 0;
}

body:not(.page-home) .range-wrapper {
    border-radius: 18px;
    padding: 20px 18px;
}

body:not(.page-home) #prices-range {
    margin-bottom: 16px;
}

body:not(.page-home) .product-preview-box,
body:not(.page-home) .product-detail-box {
    height: 100%;
    padding: 26px;
}

body:not(.page-home) .product-preview-box .product-zoom-image {
    background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 20px;
    min-height: 480px;
    padding: 18px;
}

body:not(.page-home) .product-thumbnails-swiper .swiper-slide .paddings-container {
    background: #f7f9fc;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 14px;
}

body:not(.page-home) .product-detail-box .product-title {
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: clamp(28px, 2.8vw, 40px);
    line-height: 1.08;
    margin-bottom: 12px;
}

body:not(.page-home) .product-detail-box .product-description {
    color: #465469;
    font-size: 15px;
    line-height: 1.7;
}

body:not(.page-home) .product-detail-box .price .current {
    color: #0f51a3 !important;
    font-size: clamp(30px, 2.2vw, 40px) !important;
}

body:not(.page-home) .product-detail-box .quantity-selector,
body:not(.page-home) .product-detail-box .color-selector.detail-info-entry,
body:not(.page-home) .product-detail-box .detail-info-entry {
    border-radius: 16px;
}

body:not(.page-home) #variants-table {
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

body:not(.page-home) #variants-table thead td {
    background: #0f51a3;
    color: #fff;
    font-weight: 700;
}

body:not(.page-home) #variants-table td {
    border-bottom: 1px solid rgba(15, 31, 56, 0.08);
    padding: 14px 16px;
}

body:not(.page-home) .static-content-shell > h1,
body:not(.page-home) .static-content-shell > h2,
body:not(.page-home) .static-content-shell > h3,
body:not(.page-home) .static-content-shell > h4 {
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
}

@media (max-width: 991px) {
    body:not(.page-home) .content-push {
        padding-top: 32px;
    }

    body:not(.page-home) .page-selector,
    body:not(.page-home) .blog-sidebar .information-blocks,
    body:not(.page-home) .product-preview-box,
    body:not(.page-home) .product-detail-box,
    body:not(.page-home) .tabs-container.style-1 {
        border-radius: 18px;
    }

    body:not(.page-home) .product-preview-box .product-zoom-image {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    body:not(.page-home) .breadcrumb-box {
        border-radius: 16px;
        padding: 12px 14px;
    }

    body:not(.page-home) .page-selector {
        padding: 16px;
    }

    body:not(.page-home) #content-block .shop-grid-controls .entry {
        width: 100%;
    }

    body:not(.page-home):not(.page-catalogue) .shop-grid.grid-view .product-slide-entry {
        border-radius: 18px !important;
        padding: 14px !important;
    }

    body:not(.page-home) .product-preview-box,
    body:not(.page-home) .product-detail-box,
    body:not(.page-home) .blog-sidebar .information-blocks {
        padding: 18px;
    }

    body:not(.page-home) .product-preview-box .product-zoom-image {
        min-height: 260px;
        padding: 12px;
    }

    body:not(.page-home) .static-content-shell {
        border-radius: 18px;
        padding: 20px 18px 24px;
    }

}

/* Shared horizontal rhythm for every site section. */
:root {
    --nb-site-gutter: clamp(64px, 5vw, 96px);
    --nb-site-max-width: 1728px;
}

.content-center,
.position-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-wrapper.style-2,
.footer-wrapper.style-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-push {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    width: 100%;
}

.nb-site-container {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--nb-site-max-width) !important;
    width: calc(100% - var(--nb-site-gutter) - var(--nb-site-gutter)) !important;
}

.page-home .search-nav.nb-site-container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-top,
.header-middle {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: max(
        var(--nb-site-gutter),
        calc((100% - var(--nb-site-max-width)) / 2)
    ) !important;
    padding-right: max(
        var(--nb-site-gutter),
        calc((100% - var(--nb-site-max-width)) / 2)
    ) !important;
}

.header-top > .clear {
    display: none !important;
}

.search-nav .nav-overflow,
.search-nav .navigation-search-content,
.search-nav .search-box {
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

/* Home search placement: align the search with the category rail, above the slider. */
.page-home .header-wrapper.style-2 > header > .search-nav {
    display: none !important;
}

.page-home .home-hero-layout {
    align-items: start !important;
    gap: 28px !important;
}

.page-home .home-category-column {
    align-self: start !important;
    margin-top: 0 !important;
}

.page-home .home-slider-search {
    margin-bottom: 16px !important;
}

.page-home .home-slider-search .navigation-search-content,
.page-home .home-slider-search .search-box {
    box-sizing: border-box;
    width: 100% !important;
}

.page-home .home-slider-search .navigation-search-content {
    display: block !important;
    height: 58px !important;
    margin-left: 0 !important;
}

.page-home .home-slider-search .search-box.size-1 {
    left: auto !important;
    margin: 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
}

.page-home .home-slider-search + .nb-slider-block {
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .page-home .home-hero-layout {
        display: flex !important;
        flex-direction: column !important;
    }

    .page-home .home-hero-column {
        display: contents !important;
    }

    .page-home .home-slider-search {
        order: 1 !important;
    }

    .page-home .home-category-column {
        order: 2 !important;
    }

    .page-home .home-hero-column .nb-slider-block {
        order: 3 !important;
    }

    .page-home .home-slider-search {
        margin-bottom: 18px !important;
    }
}

.footer-wrapper.style-2 footer {
    max-width: none !important;
}

@media (min-width: 1200px) {
    .header-wrapper.style-2 .navigation .nav-overflow {
        padding-right: 56px !important;
    }

    .header-wrapper.style-2 header.fixed-header .navigation {
        margin-left: auto !important;
        margin-right: auto !important;
        width: calc(100% - var(--nb-site-gutter) - var(--nb-site-gutter)) !important;
    }

    .header-wrapper.style-2 header.fixed-header .navigation .nav-overflow {
        left: max(
            var(--nb-site-gutter),
            calc((100% - var(--nb-site-max-width)) / 2)
        ) !important;
        padding-left: 0 !important;
        padding-right: 56px !important;
        right: max(
            var(--nb-site-gutter),
            calc((100% - var(--nb-site-max-width)) / 2)
        ) !important;
    }
}

@media (max-width: 1199px) {
    :root {
        --nb-site-gutter: clamp(28px, 4vw, 48px);
    }
}

@media (max-width: 767px) {
    :root {
        --nb-site-gutter: 14px;
    }

    .header-wrapper.style-2 .navigation,
    .header-wrapper.style-2 header.fixed-header .navigation {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: min(92vw, 340px) !important;
    }
}

/* Connected B2B controls: header account/cart cluster and catalogue toolbar. */
.header-middle .right-entries {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: flex-end !important;
    min-width: min(100%, 520px) !important;
}

.header-middle .right-entries .header-functionality-entry:not(.account-login-entry) {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 28px rgba(8, 35, 82, 0.08) !important;
    box-sizing: border-box !important;
    color: #073b8d !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    gap: 12px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 64px !important;
    min-width: 132px !important;
    padding: 0 18px !important;
    position: relative !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.header-middle .right-entries .header-functionality-entry:not(.account-login-entry) .fa {
    color: #0a55c2 !important;
    flex: 0 0 auto !important;
    font-size: 20px !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: static !important;
    text-align: center !important;
    width: auto !important;
}

.header-middle .right-entries .header-functionality-entry:not(.account-login-entry) span,
.header-middle .right-entries .header-functionality-entry:not(.account-login-entry) b {
    color: #073b8d !important;
    display: inline-flex !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

.header-middle .right-entries .header-functionality-entry[href*="profil"] {
    min-width: 178px !important;
    padding-right: 44px !important;
}

.header-middle .right-entries .header-functionality-entry[href*="profil"]::after {
    color: #073b8d !important;
    content: "\f107" !important;
    font-family: FontAwesome;
    font-size: 18px !important;
    line-height: 1 !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.header-middle .right-entries .header-functionality-entry[data-request="onLogout"] {
    min-width: 128px !important;
}

.header-middle .right-entries .open-cart-popup {
    align-items: center !important;
    background: linear-gradient(135deg, #0b4fb5 0%, #062e83 100%) !important;
    border-color: #0b4fb5 !important;
    box-shadow: 0 16px 34px rgba(7, 54, 143, 0.24) !important;
    display: grid !important;
    gap: 3px 13px !important;
    grid-template-columns: 28px minmax(0, auto) 18px !important;
    grid-template-rows: auto auto !important;
    min-width: 184px !important;
    padding: 0 18px !important;
}

.header-middle .right-entries .header-functionality-entry.open-cart-popup {
    align-items: center !important;
    background: linear-gradient(135deg, #0b4fb5 0%, #062e83 100%) !important;
    border-color: #0b4fb5 !important;
    box-shadow: 0 16px 34px rgba(7, 54, 143, 0.24) !important;
    color: #fff !important;
    display: grid !important;
    gap: 3px 13px !important;
    grid-template-columns: 28px minmax(0, auto) 18px !important;
    grid-template-rows: auto auto !important;
    justify-content: center !important;
    min-height: 64px !important;
    min-width: 184px !important;
    padding: 0 18px !important;
}

.header-middle .right-entries .open-cart-popup::after {
    align-self: center !important;
    color: #fff !important;
    content: "\f107" !important;
    font-family: FontAwesome;
    font-size: 18px !important;
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    line-height: 1 !important;
}

.header-middle .right-entries .header-functionality-entry.open-cart-popup::after {
    align-self: center !important;
    color: #fff !important;
    content: "\f107" !important;
    display: block !important;
    font-family: FontAwesome;
    font-size: 18px !important;
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    line-height: 1 !important;
    position: static !important;
    transform: none !important;
}

.header-middle .right-entries .open-cart-popup .fa {
    color: #fff !important;
    font-size: 28px !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    place-self: center !important;
}

.header-middle .right-entries .header-functionality-entry.open-cart-popup .fa {
    color: #fff !important;
    flex: 0 0 auto !important;
    font-size: 28px !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    place-self: center !important;
    position: static !important;
    width: auto !important;
}

.header-middle .right-entries .open-cart-popup span,
.header-middle .right-entries .open-cart-popup b {
    color: #fff !important;
    grid-column: 2 !important;
    line-height: 1.05 !important;
}

.header-middle .right-entries .header-functionality-entry.open-cart-popup span,
.header-middle .right-entries .header-functionality-entry.open-cart-popup b {
    color: #fff !important;
    display: block !important;
    grid-column: 2 !important;
    line-height: 1.05 !important;
    margin: 0 !important;
}

.header-middle .right-entries .open-cart-popup span {
    align-self: end !important;
    font-size: 15px !important;
    grid-row: 1 !important;
}

.header-middle .right-entries .header-functionality-entry.open-cart-popup span {
    align-self: end !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    grid-row: 1 !important;
}

.header-middle .right-entries .open-cart-popup b {
    align-self: start !important;
    background: transparent !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    grid-row: 2 !important;
}

.header-middle .right-entries .header-functionality-entry.open-cart-popup b {
    align-self: start !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    grid-row: 2 !important;
    min-height: 0 !important;
}

.header-wrapper.style-2 .cart-box.popup {
    padding-top: 0 !important;
    width: min(390px, calc(100vw - 32px)) !important;
    z-index: 3000 !important;
}

.header-wrapper.style-2 .cart-box.popup:not(.active) {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.header-wrapper.style-2 .cart-box.popup.active {
    display: block !important;
    pointer-events: auto !important;
    z-index: 3000 !important;
}

.header-wrapper.style-2 .cart-box.popup .popup-container {
    background: #fff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 14px !important;
    box-shadow: 0 20px 44px rgba(8, 35, 82, 0.18) !important;
    overflow: visible !important;
    padding: 0 !important;
}

.header-wrapper.style-2 .cart-box.popup .popup-container::before {
    background: #fff !important;
    border-left: 1px solid #dbe5f2 !important;
    border-top: 1px solid #dbe5f2 !important;
    content: "" !important;
    height: 14px !important;
    right: 34px !important;
    top: -8px !important;
    transform: rotate(45deg) !important;
    width: 14px !important;
}

.header-wrapper.style-2 .cart-box.popup.cart-left .popup-container::before {
    left: 34px !important;
    right: auto !important;
}

.header-wrapper.style-2 .cart-box.popup #basket-empty {
    align-items: center !important;
    color: #52627b !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    font-family: "Sora", "Inter", Raleway, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    justify-content: center !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    min-height: 78px !important;
    padding: 24px 28px !important;
    text-align: center !important;
}

.header-wrapper.style-2 .cart-box.popup .basket-empty-state__icon {
    align-items: center !important;
    background: #eef5ff !important;
    border: 1px solid #d8e6fb !important;
    border-radius: 999px !important;
    color: #0a55c2 !important;
    display: inline-flex !important;
    height: 38px !important;
    justify-content: center !important;
    width: 38px !important;
}

.header-wrapper.style-2 .cart-box.popup .basket-empty-state__icon .fa {
    color: inherit !important;
    font-size: 17px !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: static !important;
}

.header-wrapper.style-2 .cart-box.popup .basket-empty-state__title {
    color: #1a2b49 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.header-wrapper.style-2 .cart-box.popup .mini-cart-heading {
    align-items: center !important;
    border-bottom: 1px solid #e5ebf3 !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 20px 22px 16px !important;
}

.header-wrapper.style-2 .cart-box.popup .mini-cart-heading__title {
    color: #071a38 !important;
    font-family: "Sora", "Inter", Raleway, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.header-wrapper.style-2 .cart-box.popup .mini-cart-heading__count {
    background: #edf4ff !important;
    border-radius: 999px !important;
    color: #0a55c2 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    padding: 7px 10px !important;
}

.header-wrapper.style-2 .cart-box.popup .mini-cart-products {
    max-height: min(330px, calc(100vh - 360px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    padding: 0 22px !important;
    scrollbar-color: #b9c8dc transparent !important;
    scrollbar-width: thin !important;
}

.header-wrapper.style-2 .cart-box.popup .cart-entry {
    align-items: start !important;
    border-bottom: 1px solid #e5ebf3 !important;
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 82px minmax(0, 1fr) 30px !important;
    margin: 0 !important;
    min-height: 114px !important;
    padding: 18px 0 !important;
    position: relative !important;
}

.header-wrapper.style-2 .cart-box.popup .cart-entry:last-child {
    border-bottom: 0 !important;
}

.header-wrapper.style-2 .cart-box.popup .image {
    align-items: center !important;
    align-self: stretch !important;
    background: #f7f9fc !important;
    border: 1px solid #e3e9f2 !important;
    border-radius: 10px !important;
    display: flex !important;
    float: none !important;
    height: 82px !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 6px !important;
    width: 82px !important;
}

.header-wrapper.style-2 .cart-box.popup .image img {
    display: block !important;
    height: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
}

.header-wrapper.style-2 .cart-box.popup .content {
    align-self: center !important;
    margin: 0 !important;
    min-width: 0 !important;
}

.header-wrapper.style-2 .cart-box.popup .content .title {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    color: #172640 !important;
    display: -webkit-box !important;
    font-family: "Inter", Raleway, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    margin: 0 0 7px !important;
    overflow: hidden !important;
    overflow-wrap: anywhere !important;
    text-decoration: none !important;
}

.header-wrapper.style-2 .cart-box.popup .content .title:hover {
    color: #0a55c2 !important;
    text-decoration: none !important;
}

.header-wrapper.style-2 .cart-box.popup .content .quantity {
    color: #77849a !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 6px !important;
}

.header-wrapper.style-2 .cart-box.popup .content .price {
    color: #0a55c2 !important;
    font-family: "Sora", "Inter", Raleway, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.header-wrapper.style-2 .cart-box.popup .button-x {
    align-items: center !important;
    background: #f3f6fa !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #77849a !important;
    cursor: pointer !important;
    display: inline-flex !important;
    height: 30px !important;
    justify-content: center !important;
    padding: 0 !important;
    position: static !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
    width: 30px !important;
}

.header-wrapper.style-2 .cart-box.popup .button-x:hover,
.header-wrapper.style-2 .cart-box.popup .button-x:focus {
    background: #fff0f0 !important;
    color: #c92b2b !important;
    outline: none !important;
}

.header-wrapper.style-2 .cart-box.popup .button-x .fa {
    font-size: 13px !important;
    line-height: 1 !important;
}

.header-wrapper.style-2 .cart-box.popup .summary {
    background: #f7f9fc !important;
    border-bottom: 1px solid #e5ebf3 !important;
    border-top: 1px solid #e5ebf3 !important;
    margin: 0 !important;
    padding: 16px 22px !important;
    text-align: left !important;
}

.header-wrapper.style-2 .cart-box.popup .summary .subtotal,
.header-wrapper.style-2 .cart-box.popup .summary .grandtotal {
    align-items: baseline !important;
    color: #69768a !important;
    display: flex !important;
    font-family: "Inter", Raleway, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 550 !important;
    justify-content: space-between !important;
    line-height: 1.35 !important;
    margin: 0 0 7px !important;
}

.header-wrapper.style-2 .cart-box.popup .summary .subtotal strong {
    color: #43516a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.header-wrapper.style-2 .cart-box.popup .summary .grandtotal {
    color: #071a38 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    margin: 12px 0 0 !important;
    padding-top: 12px !important;
    position: relative !important;
}

.header-wrapper.style-2 .cart-box.popup .summary .grandtotal::before {
    background: #dfe7f1 !important;
    content: "" !important;
    height: 1px !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.header-wrapper.style-2 .cart-box.popup .summary .grandtotal strong {
    color: #0a55c2 !important;
    font-size: 17px !important;
    font-weight: 850 !important;
}

.header-wrapper.style-2 .cart-box.popup .cart-buttons {
    padding: 16px 22px 20px !important;
}

.header-wrapper.style-2 .cart-box.popup .cart-buttons .button {
    align-items: center !important;
    background: #0a55c2 !important;
    border: 1px solid #0a55c2 !important;
    border-radius: 9px !important;
    box-shadow: 0 10px 22px rgba(10, 85, 194, 0.2) !important;
    color: #fff !important;
    display: flex !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    justify-content: center !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    text-transform: uppercase !important;
}

.header-wrapper.style-2 .cart-box.popup .cart-buttons .button:hover {
    background: #073f95 !important;
    border-color: #073f95 !important;
}

.header-wrapper.style-2 .cart-box.popup .cart-buttons .button .fa {
    font-size: 12px !important;
    margin-left: 10px !important;
}

@media (max-width: 480px) {
    .header-wrapper.style-2 .cart-box.popup {
        width: calc(100vw - 20px) !important;
    }

    .header-wrapper.style-2 .cart-box.popup .mini-cart-heading,
    .header-wrapper.style-2 .cart-box.popup .summary {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .header-wrapper.style-2 .cart-box.popup .mini-cart-products {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .header-wrapper.style-2 .cart-box.popup .cart-entry {
        gap: 10px !important;
        grid-template-columns: 68px minmax(0, 1fr) 28px !important;
    }

    .header-wrapper.style-2 .cart-box.popup .image {
        height: 68px !important;
        width: 68px !important;
    }

    .header-wrapper.style-2 .cart-box.popup .cart-buttons {
        padding: 14px 16px 16px !important;
    }
}

body:not(.page-home) .page-selector {
    background: #fff !important;
    border: 1px solid #dde6f2 !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 42px rgba(8, 35, 82, 0.08) !important;
    margin-bottom: 26px !important;
    padding: 22px 24px !important;
}

body:not(.page-home) .shop-grid-controls {
    align-items: center !important;
    display: grid !important;
    gap: 20px !important;
    grid-template-columns: minmax(310px, 1.2fr) auto minmax(250px, 0.85fr) !important;
    margin: 0 !important;
    width: 100% !important;
}

body:not(.page-home) #content-block .shop-grid-controls .entry {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 54px !important;
    padding: 0 !important;
}

body:not(.page-home):not(.page-catalogue) #content-block .shop-grid-controls .entry {
    gap: 14px !important;
}

body:not(.page-home) #content-block .shop-grid-controls .entry + .entry {
    border-left: 1px solid #dde6f2 !important;
    padding-left: 28px !important;
}

body:not(.page-home) #content-block .shop-grid-controls .entry:last-child {
    justify-content: flex-end !important;
}

body:not(.page-home) .shop-grid-controls .inline-text {
    color: #071a38 !important;
    flex: 0 0 auto !important;
    float: none !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
    text-transform: none !important;
}

body:not(.page-home) .shop-grid-controls .entry:last-child .inline-text:last-child {
    align-items: center !important;
    background: #f2f5fa !important;
    border: 1px solid #e3e9f2 !important;
    border-radius: 8px !important;
    color: #33415b !important;
    display: inline-flex !important;
    font-size: 13px !important;
    height: 44px !important;
    justify-content: center !important;
    padding: 0 16px !important;
    text-transform: uppercase !important;
}

body:not(.page-home) .shop-grid-controls .simple-drop-down {
    background: #fff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 24px rgba(8, 35, 82, 0.04) !important;
    float: none !important;
    height: 54px !important;
    margin: 0 !important;
    min-width: 230px !important;
    overflow: hidden !important;
    position: relative !important;
}

body:not(.page-home) .shop-grid-controls .entry:last-child .simple-drop-down {
    min-width: 112px !important;
    width: 112px !important;
}

body:not(.page-home) .shop-grid-controls .simple-drop-down select {
    background: transparent !important;
    border: 0 !important;
    color: #071a38 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    height: 100% !important;
    line-height: 54px !important;
    padding: 0 48px 0 18px !important;
}

body:not(.page-home) .shop-grid-controls .simple-drop-down::after {
    background: transparent !important;
    border: 0 !important;
    color: #183c78 !important;
    font-size: 18px !important;
    height: 54px !important;
    line-height: 54px !important;
    right: 10px !important;
    top: 0 !important;
    width: 28px !important;
}

body:not(.page-home) .shop-grid-controls .sort-button {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 10px !important;
    color: #0a55c2 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    float: none !important;
    font-size: 23px !important;
    height: 54px !important;
    justify-content: center !important;
    line-height: 1 !important;
    width: 54px !important;
}

body:not(.page-home) .shop-grid-controls .sort-button::before {
    content: "\f0dc" !important;
}

body:not(.page-home) .shop-grid-controls .entry:nth-child(2) {
    gap: 0 !important;
}

body:not(.page-home) .shop-grid-controls .view-button {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #dbe5f2 !important;
    color: #33415b !important;
    display: inline-flex !important;
    float: none !important;
    font-size: 22px !important;
    height: 54px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: relative !important;
    width: 64px !important;
}

body:not(.page-home) .shop-grid-controls .view-button:first-child {
    border-radius: 10px 0 0 10px !important;
}

body:not(.page-home) .shop-grid-controls .view-button:last-child {
    border-left: 0 !important;
    border-radius: 0 10px 10px 0 !important;
}

body:not(.page-home) .shop-grid-controls .view-button::after {
    display: none !important;
}

body:not(.page-home) .shop-grid-controls .view-button.active {
    background: #0a55c2 !important;
    border-color: #0a55c2 !important;
    color: #fff !important;
}

@media (max-width: 1199px) {
    .header-middle .right-entries {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        min-width: 0 !important;
    }

    .header-middle .right-entries .header-functionality-entry:not(.account-login-entry) {
        min-height: 56px !important;
    }

    body:not(.page-home) .shop-grid-controls {
        grid-template-columns: 1fr !important;
    }

    body:not(.page-home) #content-block .shop-grid-controls .entry + .entry {
        border-left: 0 !important;
        border-top: 1px solid #dde6f2 !important;
        padding-left: 0 !important;
        padding-top: 18px !important;
    }

    body:not(.page-home) #content-block .shop-grid-controls .entry:last-child {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .header-middle .right-entries {
        gap: 8px !important;
    }

    .header-middle .right-entries .header-functionality-entry:not(.account-login-entry) {
        min-height: 50px !important;
        min-width: 0 !important;
        padding: 0 12px !important;
    }

    .header-middle .right-entries .header-functionality-entry:not(.account-login-entry) span,
    .header-middle .right-entries .header-functionality-entry:not(.account-login-entry) b {
        font-size: 13px !important;
    }

    .header-middle .right-entries .header-functionality-entry[href*="profil"] {
        padding-right: 32px !important;
    }

    .header-middle .right-entries .open-cart-popup {
        grid-template-columns: 24px minmax(0, auto) 14px !important;
        min-width: 150px !important;
    }

    .header-middle .right-entries .open-cart-popup .fa {
        font-size: 24px !important;
    }

    body:not(.page-home) .page-selector {
        border-radius: 14px !important;
        padding: 16px !important;
    }

    body:not(.page-home) #content-block .shop-grid-controls .entry {
        align-items: stretch !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    body:not(.page-home) .shop-grid-controls .simple-drop-down {
        min-width: min(100%, 220px) !important;
    }
}

/* Catalogue list view: horizontal product cards without touching grid-view. */
body:not(.page-home) .shop-grid.list-view {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body:not(.page-home) .shop-grid.list-view::before,
body:not(.page-home) .shop-grid.list-view::after {
    display: none !important;
}

body:not(.page-home) .shop-grid.list-view .shop-grid-item {
    clear: none !important;
    display: block !important;
    float: none !important;
    margin-bottom: 18px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #dfe8f4 !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 38px rgba(8, 35, 82, 0.07) !important;
    display: grid !important;
    gap: 8px 24px !important;
    grid-template-columns: 210px minmax(0, 1fr) minmax(170px, auto) !important;
    grid-template-rows: auto auto auto auto !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 230px !important;
    overflow: hidden !important;
    padding: 18px 22px !important;
    position: relative !important;
    text-align: left !important;
    width: 100% !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry::after {
    display: none !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image {
    align-self: stretch !important;
    align-items: center !important;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%) !important;
    border: 1px solid rgba(15, 31, 56, 0.07) !important;
    border-radius: 16px !important;
    display: flex !important;
    float: none !important;
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    justify-content: center !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 190px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image a {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center !important;
    min-height: 190px !important;
    width: 100% !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry.shift-image .product-image img,
body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image img {
    display: block !important;
    height: 170px !important;
    left: auto !important;
    max-height: 170px !important;
    max-width: 88% !important;
    object-fit: contain !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry.shift-image .product-image img:not(:first-child) {
    display: none !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image:hover img {
    transform: none !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image .bottom-line,
body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image .bottom-line.left-attached {
    background: transparent !important;
    bottom: auto !important;
    display: none !important;
    gap: 8px !important;
    height: auto !important;
    left: auto !important;
    line-height: 1 !important;
    position: absolute !important;
    right: 12px !important;
    top: 12px !important;
    width: auto !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .bottom-line-a.square {
    align-items: center !important;
    background: #0a55c2 !important;
    border: 0 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    width: 34px !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .bottom-line-a.square .fa {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
    width: auto !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .tag {
    align-self: end !important;
    color: #0a55c2 !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .title {
    align-self: start !important;
    color: #071a38 !important;
    display: block !important;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 850 !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .article-container.style-1 {
    align-self: start !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #5b677c !important;
    display: block !important;
    font-size: 14px !important;
    grid-column: 2 !important;
    grid-row: 3 !important;
    line-height: 1.55 !important;
    margin: 4px 0 0 !important;
    max-width: 680px !important;
    padding: 0 !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .article-container.style-1 p {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .price,
body:not(.page-home) .shop-grid.list-view .product-slide-entry .account-cta {
    align-self: center !important;
    grid-column: 3 !important;
    grid-row: 1 / span 3 !important;
    justify-self: stretch !important;
    margin: 0 !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .price {
    color: #071a38 !important;
    text-align: right !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .price .current {
    color: #0a55c2 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .account-cta {
    background: #f5f8fc !important;
    border: 1px solid #e1e9f4 !important;
    border-radius: 14px !important;
    color: #34445c !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    padding: 14px 16px !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .account-cta a {
    color: #0a55c2 !important;
    display: block !important;
    font-weight: 850 !important;
    margin-bottom: 4px !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .list-buttons {
    align-self: end !important;
    display: block !important;
    grid-column: 3 !important;
    grid-row: 4 !important;
    justify-self: end !important;
    margin: 0 !important;
}

body:not(.page-home) .shop-grid.list-view .product-slide-entry .list-buttons .button {
    border-radius: 10px !important;
    min-height: 44px !important;
    padding: 13px 18px !important;
}

@media (max-width: 1199px) {
    body:not(.page-home) .shop-grid.list-view .product-slide-entry {
        grid-template-columns: 180px minmax(0, 1fr) !important;
    }

    body:not(.page-home) .shop-grid.list-view .product-slide-entry .price,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .account-cta,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .list-buttons {
        grid-column: 2 !important;
        grid-row: auto !important;
        justify-self: start !important;
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    body:not(.page-home) .shop-grid.list-view .shop-grid-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body:not(.page-home) .shop-grid.list-view .product-slide-entry {
        gap: 14px !important;
        grid-template-columns: 1fr !important;
        padding: 16px !important;
    }

    body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .tag,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .title,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .article-container.style-1,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .price,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .account-cta,
    body:not(.page-home) .shop-grid.list-view .product-slide-entry .list-buttons {
        grid-column: 1 !important;
        grid-row: auto !important;
        justify-self: stretch !important;
        text-align: left !important;
    }

    body:not(.page-home) .shop-grid.list-view .product-slide-entry .product-image {
        min-height: 220px !important;
    }

    body:not(.page-home) .shop-grid.list-view .product-slide-entry .title {
        font-size: 19px !important;
    }
}

/* ================================================================
   PAGE CATALOGUE — Design Ultra-Premium B2B 2026-06-30
   Toutes les règles sont strictement scopées à .page-catalogue
   ================================================================ */

/* ---- 1. Layout : sidebar gauche + grille droite ---- */

.page-catalogue .article-container.style-1.nb-site-container {
    max-width: var(--nb-site-max-width) !important;
    width: calc(100% - var(--nb-site-gutter) - var(--nb-site-gutter)) !important;
}

.page-catalogue .article-container.style-1 > .information-blocks {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-left: 0;
    margin-right: 0;
}

.page-catalogue .information-blocks > .row {
    align-items: flex-start;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}

.page-catalogue .information-blocks > .row:before,
.page-catalogue .information-blocks > .row:after {
    display: none;
}

/* Sidebar : reset Bootstrap pull, fixée à gauche */
.page-catalogue .blog-sidebar {
    flex: 0 0 266px;
    float: none !important;
    left: auto !important;
    order: -1;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    right: auto !important;
    top: 16px;
    width: 266px !important;
}

/* Colonne produits : reset Bootstrap push, prend le reste */
.page-catalogue .information-blocks > .row > .col-md-9 {
    flex: 1 1 auto;
    float: none !important;
    left: auto !important;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
}

/* ---- 2. Sidebar – Catégories ---- */

.page-catalogue .categories-border-wrapper {
    background: #fff !important;
    border: 1px solid #dde6f5 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 28px rgba(8, 24, 62, 0.07) !important;
    margin-bottom: 20px !important;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden !important;
    padding: 0 !important;
}

.page-catalogue .categories-border-wrapper .block-title {
    background: transparent;
    border-bottom: 3px solid #0f51a3 !important;
    color: #0f51a3 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: 0;
    margin: 0 18px !important;
    padding: 27px 0 18px !important;
    text-transform: uppercase !important;
}

.page-catalogue .accordeon {
    padding: 4px 0;
}

.page-catalogue .accordeon-title {
    border-bottom: none;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    min-height: 0;
    padding: 13px 36px 13px 18px;
    position: relative;
    transition: background 0.15s ease, color 0.15s ease;
}

.page-catalogue .categories-border-wrapper > .accordeon > .accordeon-title:first-child {
    border-top: none;
}

.page-catalogue .accordeon-title a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.page-catalogue .accordeon-title:hover {
    background: #f2f7ff;
    color: #0a55c2;
}

.page-catalogue .accordeon-title.active {
    background: #eaf2ff;
    color: #0a55c2;
    font-weight: 800;
}

.page-catalogue .accordeon-title:after {
    color: #8daacf;
    font-size: 12px;
    line-height: 40px;
    margin-top: 0;
    position: absolute;
    right: 14px;
    top: 0;
}

/* Sous-catégories */
.page-catalogue .accordeon-entry {
    background: #f8fbff;
    border-bottom: 1px solid #eef3fa;
    color: #334461;
    font-size: 13px;
    font-weight: 650;
    padding: 9px 18px 9px 30px;
}

.page-catalogue .accordeon-entry a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.page-catalogue .accordeon-entry:hover {
    background: #eef4ff;
    color: #0a55c2;
}

/* ---- 3. Sidebar – Filtre prix ---- */

.page-catalogue .blog-sidebar > .information-blocks:not(.categories-border-wrapper) {
    background: #fff !important;
    border: 1px solid #dde6f5 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 28px rgba(8, 24, 62, 0.07) !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.page-catalogue .blog-sidebar > .information-blocks .block-title {
    border-bottom: 1px solid #e1e6ee !important;
    color: #0f51a3 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: 0;
    margin: 0 18px !important;
    padding: 27px 0 18px !important;
    position: relative;
    text-transform: uppercase !important;
}

.page-catalogue .blog-sidebar > .information-blocks .block-title::after {
    background: #0a43ba;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}

.page-catalogue .blog-sidebar > .information-blocks .range-wrapper {
    padding: 26px 18px 20px;
}

.page-catalogue .range-limits {
    align-items: center;
    color: #111827;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 12px;
}

.page-catalogue .range-price {
    align-items: center;
    color: #334461;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 4px;
    margin-top: 28px;
}

.page-catalogue .range-price .min-price b,
.page-catalogue .range-price .max-price b {
    color: #071a38;
    font-weight: 900;
}

.page-catalogue #price-filter {
    align-items: center;
    background: #0a3ea8;
    border: 0;
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 24px;
    min-height: 44px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.15s;
    width: 100%;
}

.page-catalogue #price-filter:hover {
    background: #071a38;
    color: #fff;
}

/* Slider jQuery UI */
.page-catalogue .ui-widget-content {
    background: #e3ecf9;
    border: 0;
    border-radius: 99px;
    height: 4px;
    margin-top: 0;
}

.page-catalogue .ui-slider-range {
    background: #0a55c2;
    border-radius: 99px;
}

.page-catalogue .ui-slider-handle {
    background: #fff !important;
    border: 2px solid #0a55c2 !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(10, 55, 140, 0.3) !important;
    cursor: grab !important;
    height: 16px !important;
    margin-top: -7px !important;
    outline: none;
    top: 0 !important;
    width: 16px !important;
}

.page-catalogue .ui-slider-handle:focus-visible {
    box-shadow: 0 0 0 3px rgba(10, 85, 194, 0.25) !important;
}

/* ---- 4. Barre de contrôles ---- */

.page-catalogue .page-selector:first-of-type {
    background: #fff !important;
    border: 1px solid #edf0f5 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(8, 24, 62, 0.07) !important;
    margin-bottom: 22px !important;
    padding: 24px 32px !important;
}

.page-catalogue .shop-grid-controls {
    align-items: center;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 20px !important;
    margin: 0;
    width: 100%;
}

.page-catalogue #content-block .shop-grid-controls .entry {
    align-items: center;
    background: #f4f7fc;
    border: 1px solid #dde6f5;
    border-radius: 7px;
    display: flex;
    gap: 0 !important;
    margin: 0 !important;
    min-height: 36px;
    padding: 5px 10px;
}

.page-catalogue .shop-grid-controls .inline-text {
    color: #111827;
    float: none;
    font-size: 12.5px;
    font-weight: 700;
    margin-right: 0;
}

.page-catalogue .shop-grid-controls .simple-drop-down {
    float: none;
    margin-right: 0;
}

.page-catalogue .shop-grid-controls .simple-drop-down select,
.page-catalogue .shop-grid-controls select {
    background-color: transparent;
    border: 0;
    color: #1a2d4a;
    font-size: 13px;
    font-weight: 750;
    min-height: 26px;
    padding-left: 4px;
}

.page-catalogue .shop-grid-controls .view-button {
    background: #fff;
    border: 1px solid #dde6f5;
    border-radius: 6px;
    color: #7a90ab;
    height: 30px;
    line-height: 28px;
    transition: background 0.14s, border-color 0.14s, color 0.14s;
    width: 32px;
}

body.page-catalogue #content-block .shop-grid-controls .entry:last-child .inline-text:last-child {
    background: transparent !important;
    border: 0 !important;
    color: #111827 !important;
    font-size: 13px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
}

.page-catalogue .shop-grid-controls .view-button.active,
.page-catalogue .shop-grid-controls .view-button:hover {
    background: #0a55c2;
    border-color: #0a55c2;
    color: #fff;
}

.page-catalogue .shop-grid-controls .sort-button {
    border-color: #dde6f5;
    border-radius: 6px;
    height: 30px;
    transition: background 0.14s;
    width: 28px;
}

body.page-catalogue .shop-grid-controls .sort-button::before {
    content: "Z\A A" !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 0.8 !important;
    white-space: pre;
}

body.page-catalogue .shop-grid-controls .sort-button::after {
    content: "\2193";
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-left: 3px;
}

body.page-catalogue .shop-grid-controls .sort-button.active::before {
    content: "A\A Z" !important;
}

body.page-catalogue .shop-grid-controls .sort-button.active::after {
    content: "\2191";
}

.page-catalogue .shop-grid-controls .sort-button.active {
    background: #071a38;
    border-color: #071a38;
    color: #fff;
}

@media (min-width: 1200px) {
    .page-catalogue .shop-grid-controls {
        gap: 16px !important;
        grid-template-columns: minmax(315px, 1.2fr) 100px minmax(225px, 0.85fr) !important;
    }

    .page-catalogue #content-block .shop-grid-controls .entry + .entry {
        border-left: 0 !important;
        padding-left: 0 !important;
    }

    .page-catalogue #content-block .shop-grid-controls .entry:first-child .simple-drop-down {
        margin-left: 14px !important;
    }

    .page-catalogue #content-block .shop-grid-controls .entry:first-child .sort-button {
        margin-left: 12px !important;
    }

    .page-catalogue #content-block .shop-grid-controls .entry:last-child .simple-drop-down {
        margin-left: 14px !important;
    }

    body.page-catalogue #content-block .shop-grid-controls .entry:last-child .inline-text:last-child {
        margin-left: 12px !important;
    }

    .page-catalogue .shop-grid-controls .simple-drop-down {
        height: 48px !important;
        min-width: 190px !important;
        width: 190px !important;
    }

    .page-catalogue .shop-grid-controls .entry:last-child .simple-drop-down {
        min-width: 84px !important;
        width: 84px !important;
    }

    .page-catalogue .shop-grid-controls .simple-drop-down select,
    .page-catalogue .shop-grid-controls .simple-drop-down::after {
        height: 48px !important;
        line-height: 48px !important;
    }

    .page-catalogue .shop-grid-controls .sort-button {
        height: 48px !important;
        width: 48px !important;
    }

    .page-catalogue .shop-grid-controls .view-button {
        height: 48px !important;
        width: 50px !important;
    }

    body.page-catalogue .shop-grid-controls .sort-button::before {
        font-family: Arial, sans-serif !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        line-height: 0.8 !important;
        white-space: pre !important;
    }
}

@media (min-width: 1400px) {
    .page-catalogue .shop-grid-controls {
        gap: 20px !important;
        grid-template-columns: minmax(350px, 1.2fr) 110px minmax(250px, 0.85fr) !important;
    }

    .page-catalogue #content-block .shop-grid-controls .entry:first-child .simple-drop-down,
    .page-catalogue #content-block .shop-grid-controls .entry:last-child .simple-drop-down {
        margin-left: 22px !important;
    }

    .page-catalogue #content-block .shop-grid-controls .entry:first-child .sort-button,
    body.page-catalogue #content-block .shop-grid-controls .entry:last-child .inline-text:last-child {
        margin-left: 16px !important;
    }

    .page-catalogue .shop-grid-controls .simple-drop-down {
        min-width: 223px !important;
        width: 223px !important;
    }

    .page-catalogue .shop-grid-controls .entry:last-child .simple-drop-down {
        min-width: 100px !important;
        width: 100px !important;
    }

    .page-catalogue .shop-grid-controls .sort-button {
        width: 54px !important;
    }

    .page-catalogue .shop-grid-controls .view-button {
        width: 55px !important;
    }
}

/* ---- 5. Grille produits ---- */

.page-catalogue .shop-grid.grid-view {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-catalogue .shop-grid.grid-view:before,
.page-catalogue .shop-grid.grid-view:after {
    display: none;
}

.page-catalogue .shop-grid.grid-view .shop-grid-item {
    display: flex;
    float: none !important;
    margin-bottom: 0 !important;
    padding: 0;
    width: calc(25% - 12px) !important;
}

/* ---- 6. Carte produit ---- */

.page-catalogue .product-slide-entry {
    background: #fff !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 18px rgba(8, 24, 62, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 325px !important;
    overflow: hidden !important;
    padding: 0 !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    width: 100% !important;
}

.page-catalogue .product-slide-entry:hover {
    border-color: rgba(10, 85, 194, 0.32) !important;
    box-shadow: 0 14px 36px rgba(8, 24, 62, 0.12) !important;
    transform: translateY(-3px) !important;
}

/* Zone image */
.page-catalogue .product-slide-entry .product-image {
    align-items: center !important;
    aspect-ratio: 1.16 / 1;
    background: #fff !important;
    border-bottom: 0 !important;
    border-radius: 11px 11px 0 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
    position: relative;
}

.page-catalogue .product-slide-entry .product-image a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.page-catalogue .product-slide-entry .product-image img {
    max-height: 90% !important;
    max-width: 90% !important;
    object-fit: contain !important;
    transition: transform 0.22s ease;
}

.page-catalogue .product-slide-entry:hover .product-image img {
    transform: scale(1.05);
}

/* Overlay Quick View / panier dans image */
.page-catalogue .product-slide-entry .product-image .bottom-line {
    background: rgba(5, 18, 42, 0.86) !important;
    border-radius: 0 !important;
    opacity: 0;
    transition: opacity 0.18s;
}

.page-catalogue .product-slide-entry:hover .product-image .bottom-line {
    opacity: 1;
}

.page-catalogue .product-slide-entry .product-image .bottom-line-a {
    color: #fff !important;
    font-size: 12.5px;
    font-weight: 700;
}

/* Tag catégorie */
.page-catalogue .product-slide-entry > a.tag {
    color: #6b7280 !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    margin: 10px 16px 7px !important;
    min-height: 0 !important;
    text-transform: uppercase !important;
}

/* Titre produit */
.page-catalogue .product-slide-entry > a.title {
    color: #111827 !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 0 16px 12px !important;
    min-height: 38px !important;
    text-decoration: none !important;
    transition: color 0.14s;
}

.page-catalogue .product-slide-entry > a.title:hover {
    color: #0a55c2 !important;
}

/* Description courte */
.page-catalogue .product-slide-entry .article-container.style-1 {
    color: #5e7090 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin: 0 16px 10px !important;
}

/* Prix */
.page-catalogue .product-slide-entry .price {
    margin: auto 16px 12px !important;
}

.page-catalogue .product-slide-entry .price .current {
    color: #0645ad !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

/* CTA connexion (non connecté) */
.page-catalogue .product-slide-entry .account-cta {
    background: #f2f7ff !important;
    border: 1px solid #d5e5f9 !important;
    border-radius: 8px !important;
    color: #33445e !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin: auto 16px 14px !important;
    padding: 10px 12px !important;
}

.page-catalogue .product-slide-entry .account-cta a {
    color: #0a55c2 !important;
    font-weight: 800 !important;
}

/* Message validation en attente */
.page-catalogue .product-slide-entry > div.validation-pending-msg {
    color: #5e7090;
    font-size: 12px;
    line-height: 1.4;
    margin: auto 16px 14px;
}

/* Bouton Ajouter au panier */
.page-catalogue .product-slide-entry .list-buttons {
    margin-top: auto !important;
    padding: 0 16px 16px !important;
}

.page-catalogue .product-slide-entry .list-buttons .button {
    background: #0a55c2 !important;
    border: 0 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    min-height: 40px !important;
    padding: 10px 14px !important;
    text-align: center !important;
    text-transform: none !important;
    transition: background 0.15s;
    width: 100% !important;
}

.page-catalogue .product-slide-entry .list-buttons .button:hover {
    background: #071a38 !important;
    color: #fff !important;
}

/* ---- 7. Pagination ---- */

/* La pagination est rendue dans un .page-selector à l'intérieur du col-md-9 */
.page-catalogue .information-blocks > .row > .col-md-9 > .page-selector:last-child {
    align-items: center;
    background: #fff !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 18px rgba(8, 24, 62, 0.07) !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 20px;
    padding: 18px 28px !important;
}

.page-catalogue .information-blocks > .row > .col-md-9 > .page-selector .description {
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
}

.page-catalogue .page-selector .description strong {
    color: #0645ad;
    font-size: 17px;
    font-weight: 700;
    margin-left: 6px;
}

.page-catalogue .pages-box {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-left: auto;
}

.page-catalogue .square-button {
    align-items: center !important;
    background: #fff;
    border: 1px solid #dde6f5;
    border-radius: 7px;
    color: #334461;
    display: inline-flex !important;
    font-size: 13.5px;
    font-weight: 750;
    height: 36px;
    justify-content: center;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    min-width: 36px;
    padding: 0 8px;
    text-decoration: none;
    transition: background 0.14s, border-color 0.14s, color 0.14s;
}

.page-catalogue .square-button:hover {
    background: #eef4ff;
    border-color: #0a55c2;
    color: #0a55c2;
}

.page-catalogue .square-button.active {
    background: #d91527 !important;
    border-color: #d91527 !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-weight: 900 !important;
    min-width: 36px;
    width: 36px;
}

.page-catalogue .square-button.disabled {
    color: #9aa4b2;
    cursor: default;
    opacity: 0.65;
    pointer-events: none;
}

/* ---- 7b. Masquer description courte en vue grille ---- */

.page-catalogue .shop-grid.grid-view .article-container.style-1 {
    display: none !important;
}

/* ---- 7c. Ellipsis pagination ---- */

.page-catalogue .pages-box .divider {
    align-items: center;
    color: #5e7090;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
    min-width: 20px;
    padding: 0 2px;
}

/* ---- 8. Accessibilité focus ---- */

.page-catalogue a:focus-visible,
.page-catalogue button:focus-visible,
.page-catalogue .square-button:focus-visible,
.page-catalogue #price-filter:focus-visible {
    outline: 2px solid #0a55c2;
    outline-offset: 2px;
}

/* ---- 9. Responsive ---- */

@media (max-width: 1199px) {
    .page-catalogue .information-blocks > .row {
        gap: 20px;
    }

    .page-catalogue .blog-sidebar {
        flex-basis: 230px;
        width: 230px !important;
    }

    .page-catalogue .shop-grid.grid-view .shop-grid-item {
        width: calc(33.333% - 12px) !important;
    }
}

@media (max-width: 991px) {
    .page-catalogue .information-blocks > .row {
        flex-wrap: wrap !important;
    }

    .page-catalogue .blog-sidebar {
        flex: none;
        order: 2;
        position: static;
        width: 100% !important;
    }

    .page-catalogue .information-blocks > .row > .col-md-9 {
        order: 1;
        width: 100% !important;
    }

    .page-catalogue .shop-grid.grid-view .shop-grid-item {
        width: calc(33.333% - 12px) !important;
    }

    .page-catalogue .product-slide-entry {
        min-height: 340px !important;
    }
}

@media (max-width: 767px) {
    .page-catalogue .article-container.style-1.nb-site-container {
        width: calc(100% - 28px) !important;
    }

    .page-catalogue .information-blocks > .row {
        gap: 16px;
    }

    .page-catalogue .shop-grid.grid-view {
        gap: 14px;
    }

    .page-catalogue .shop-grid.grid-view .shop-grid-item {
        width: calc(50% - 7px) !important;
    }

    .page-catalogue .product-slide-entry {
        min-height: 300px !important;
    }

    .page-catalogue .product-slide-entry .price .current {
        font-size: 18px !important;
    }

    .page-catalogue .information-blocks > .row > .col-md-9 > .page-selector:last-child {
        align-items: center;
        flex-direction: column;
    }

    .page-catalogue .pages-box {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
    }
}

/* ================================================================
   CONTACT PAGE
   Dedicated scope: no visual impact outside /contact.
   ================================================================ */

.page-contact {
    background: #f4f7fb;
}

.page-contact .content-push {
    padding-top: 0;
}

.page-contact .contact-page-main {
    padding-bottom: 72px;
    padding-top: 20px;
}

.page-contact .contact-experience {
    background: #fff;
    border: 1px solid rgba(12, 54, 105, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(13, 43, 82, 0.12);
    color: #1d2838;
    overflow: hidden;
}

.page-contact .contact-experience__body {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    min-height: 620px;
    padding: 38px 48px 18px;
}

.page-contact .contact-experience__intro {
    border-right: 1px solid #dfe5ec;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-right: 50px;
}

.page-contact .contact-experience__copy {
    padding: 2px 0 18px;
}

.page-contact .contact-experience__eyebrow {
    color: #5081b8;
    display: block;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.page-contact .contact-experience h1,
.page-contact .contact-experience h2 {
    color: #073f7f;
    font-family: "Bebas Neue", "Sora", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.page-contact .contact-experience h1 {
    font-size: 42px;
    line-height: 1;
}

.page-contact .contact-experience h2 {
    font-size: 40px;
    line-height: 1;
}

.page-contact .contact-experience__copy p {
    color: #526071;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    margin: 18px 0 0;
    max-width: 520px;
}

.page-contact .contact-experience__visual {
    align-items: flex-end;
    display: flex;
    flex: 1;
    margin: 0 -22px 0 -32px;
    min-height: 360px;
    overflow: hidden;
}

.page-contact .contact-experience__visual img {
    display: block;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

.page-contact .contact-experience__form-panel {
    min-width: 0;
    padding: 4px 12px 28px 52px;
}

.page-contact .contact-experience__form-intro {
    color: #677486;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 22px;
}

.page-contact .ContactUsForm {
    margin: 0;
}

.page-contact .contact-form-field {
    margin-bottom: 14px;
}

.page-contact .ContactUsForm label {
    color: #263344;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 6px;
    padding: 0;
}

.page-contact .ContactUsForm .simple-field,
.page-contact .ContactUsForm .simple-drop-down.simple-field {
    background: #fff !important;
    border: 1px solid #cbd4df;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(24, 51, 83, 0.03);
    box-sizing: border-box;
    color: #172337;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    margin: 0;
    outline: none;
    padding: 0 13px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    width: 100%;
}

.page-contact .ContactUsForm .simple-drop-down.simple-field {
    border: 0;
    box-shadow: none;
    height: 42px;
    padding: 0;
}

.page-contact .ContactUsForm .simple-drop-down.simple-field:after {
    color: #1d2b3d;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
    right: 1px;
    top: 1px;
    width: 40px;
}

.page-contact .ContactUsForm .simple-drop-down select {
    appearance: none;
    background: #fff !important;
    border: 1px solid #cbd4df;
    border-radius: 4px;
    color: #172337;
    height: 42px;
    line-height: 40px;
    padding: 0 42px 0 13px;
    width: 100%;
}

.page-contact .ContactUsForm textarea.simple-field {
    height: 82px;
    line-height: 20px;
    min-height: 82px;
    padding-bottom: 10px;
    padding-top: 10px;
    resize: vertical;
}

.page-contact .ContactUsForm input.simple-field:hover,
.page-contact .ContactUsForm textarea.simple-field:hover,
.page-contact .ContactUsForm input.simple-field:focus,
.page-contact .ContactUsForm textarea.simple-field:focus,
.page-contact .ContactUsForm .simple-drop-down select:focus {
    background: #fff !important;
    border-color: #0a5aac;
    box-shadow: 0 0 0 3px rgba(10, 90, 172, 0.12);
}

.page-contact .contact-form-submit {
    align-items: center;
    background: #064a98;
    border: 1px solid #064a98;
    border-radius: 4px;
    box-shadow: 0 8px 18px rgba(6, 74, 152, 0.22);
    color: #fff;
    display: inline-flex;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 18px;
    min-height: 46px;
    padding: 11px 22px;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.page-contact .contact-form-submit:hover,
.page-contact .contact-form-submit:focus {
    background: #003c7e;
    border-color: #003c7e;
    color: #fff;
    transform: translateY(-1px);
}

.page-contact .contact-form-submit .fa {
    font-size: 18px;
}

.page-contact .confirm-container {
    margin-top: 16px;
}

.page-contact .confirm-container:empty {
    display: none;
}

.page-contact .confirm-container .message-box {
    margin: 0;
}

.page-contact .contact-experience__share {
    align-items: center;
    border-top: 1px solid #dfe5ec;
    display: flex;
    min-height: 66px;
    padding: 0 48px;
}

.page-contact .contact-experience__share .SocialSharingButtons {
    text-align: left;
}

.page-contact .contact-experience__share .share-box {
    align-items: center;
    display: flex;
    margin: 0;
}

.page-contact .contact-experience__share .share-box .title {
    color: #073f7f;
    float: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 22px 0 0;
    text-transform: none;
}

.page-contact .contact-experience__share .socials-box {
    display: flex;
    float: none;
    margin: 0;
}

.page-contact .contact-experience__share .socials-box .btn,
.page-contact .contact-experience__email-share {
    align-items: center;
    background: transparent !important;
    border: 0;
    border-left: 1px solid #dfe5ec;
    border-radius: 0;
    box-shadow: none;
    color: #064a98 !important;
    display: inline-flex;
    font-size: 17px;
    height: 34px;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    width: 54px;
}

.page-contact .contact-experience__share .socials-box .btn:hover,
.page-contact .contact-experience__email-share:hover {
    color: #002f66 !important;
}

.page-contact .contact-experience__share .socials-box .btn .fa {
    color: #064a98 !important;
    display: block;
    font-size: 17px;
    line-height: 34px;
    top: 0;
}

.page-contact .contact-experience__share .socials-box .btn:hover .fa {
    color: #002f66 !important;
    top: 0;
}

.page-contact .contact-experience__share .socials-box .btn:first-child {
    display: none;
}

.page-contact .contact-experience__share .clear {
    display: none;
}

@media (max-width: 1199px) {
    .page-contact .contact-experience__body {
        grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
        padding-left: 36px;
        padding-right: 36px;
    }

    .page-contact .contact-experience__intro {
        padding-right: 34px;
    }

    .page-contact .contact-experience__form-panel {
        padding-left: 38px;
    }
}

@media (max-width: 991px) {
    .page-contact .contact-page-main {
        padding-bottom: 48px;
        padding-top: 24px;
    }

    .page-contact .contact-experience__body {
        display: block;
        padding: 34px 34px 26px;
    }

    .page-contact .contact-experience__intro {
        border-bottom: 1px solid #dfe5ec;
        border-right: 0;
        padding: 0 0 28px;
    }

    .page-contact .contact-experience__visual {
        height: 340px;
        margin: 0;
        min-height: 0;
    }

    .page-contact .contact-experience__visual img {
        max-height: none;
        object-position: center 63%;
    }

    .page-contact .contact-experience__form-panel {
        padding: 34px 0 12px;
    }
}

@media (max-width: 767px) {
    .page-contact .contact-page-main {
        padding-bottom: 32px;
        padding-top: 16px;
        width: calc(100% - 28px) !important;
    }

    .page-contact .contact-experience {
        border-radius: 6px;
    }

    .page-contact .contact-experience__body {
        padding: 26px 20px 22px;
    }

    .page-contact .contact-experience h1,
    .page-contact .contact-experience h2 {
        font-size: 34px;
    }

    .page-contact .contact-experience__copy p {
        font-size: 14px;
    }

    .page-contact .contact-experience__visual {
        height: 240px;
        margin: 0 -10px;
    }

    .page-contact .contact-experience__visual img {
        object-position: center bottom;
    }

    .page-contact .contact-experience__share {
        min-height: 62px;
        overflow-x: auto;
        padding: 0 20px;
    }

    .page-contact .contact-experience__share .share-box .title {
        margin-right: 12px;
    }

    .page-contact .contact-experience__share .socials-box .btn,
    .page-contact .contact-experience__email-share {
        width: 44px;
    }

    .page-contact .contact-form-submit {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-catalogue .shop-grid.grid-view {
        gap: 12px;
    }

    .page-catalogue .shop-grid.grid-view .shop-grid-item {
        width: 100% !important;
    }
}

/*
 * Product detail page.
 */
body.page-produit {
    background: #f3f6fa;
}

body.page-produit .content-push > .article-container.style-1.nb-site-container {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding-bottom: 54px;
}

body.page-produit .product-breadcrumb {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: 9px;
    margin: 0 0 22px;
    padding: 0;
}

body.page-produit .product-breadcrumb a,
body.page-produit .product-breadcrumb span {
    align-items: center;
    color: #5a6678;
    display: inline-flex;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

body.page-produit .product-breadcrumb a {
    color: #1260b3;
}

body.page-produit .product-breadcrumb a:not(:last-child):after {
    color: #9aa8ba;
    content: ">";
    font-size: 12px;
    font-weight: 700;
    margin-left: 9px;
}

body.page-produit .product-breadcrumb span {
    color: #2a3343;
}

body.page-produit .product-detail-modern > .information-blocks {
    margin-bottom: 30px;
}

body.page-produit .product-detail-modern .product-hero-block {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

body.page-produit .product-hero-block > .row {
    align-items: stretch;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
    margin-left: 0;
    margin-right: 0;
}

body.page-produit .product-hero-block > .row:before,
body.page-produit .product-hero-block > .row:after {
    display: none;
}

body.page-produit .product-hero-block .information-entry {
    align-self: stretch;
    display: flex;
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

body.page-produit .product-preview-box,
body.page-produit .product-detail-box {
    background: #ffffff;
    border: 1px solid rgba(20, 42, 72, 0.09);
    border-radius: 10px;
    box-shadow: 0 20px 48px rgba(15, 36, 66, 0.08);
    align-self: stretch;
    box-sizing: border-box;
    height: 100%;
    max-width: none;
    width: 100%;
}

body.page-produit .product-preview-box {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

body.page-produit .product-detail-box {
    color: #253044;
    display: flex;
    flex-direction: column;
    padding: 30px 32px;
}

body.page-produit .product-preview-box .product-preview-swiper {
    flex: 1 1 auto;
    margin-bottom: 22px;
    width: 100%;
}

body.page-produit .product-preview-box .product-preview-swiper > .swiper-wrapper,
body.page-produit .product-preview-box .product-preview-swiper > .swiper-wrapper > .swiper-slide,
body.page-produit .product-preview-box .product-preview-swiper .product-zoom-image {
    height: 100% !important;
}

/*
 * Keep the first product image at its final width while the legacy Swiper
 * waits for window.load. Without this, the slide briefly uses the image's
 * intrinsic width before Swiper writes its calculated width inline.
 */
body.page-produit .product-preview-swiper:not(.initialized) > .swiper-wrapper {
    width: 100% !important;
}

body.page-produit .product-preview-swiper:not(.initialized) > .swiper-wrapper > .swiper-slide {
    width: 100% !important;
}

body.page-produit .product-preview-box .product-zoom-image {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 410px;
    padding: 28px;
}

body.page-produit .product-preview-box .product-zoom-image img {
    display: block;
    max-height: 360px;
    max-width: 86%;
    object-fit: contain;
    width: 100%;
}

body.page-produit .product-preview-box .swiper-hidden-edges {
    margin: 0;
    padding: 2px;
}

body.page-produit .product-thumbnails-swiper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

body.page-produit .product-thumbnails-swiper .swiper-wrapper {
    align-items: stretch;
    display: flex !important;
    gap: 14px;
    transform: none !important;
    width: auto !important;
}

body.page-produit .product-thumbnails-swiper .swiper-slide {
    flex: 0 0 180px;
    margin-right: 0 !important;
    padding: 0;
    width: 180px !important;
}

body.page-produit .product-thumbnails-swiper .swiper-slide .paddings-container {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(20, 42, 72, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    height: 134px;
    justify-content: center;
    padding: 12px;
    position: relative;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.page-produit .product-thumbnails-swiper .swiper-slide.selected .paddings-container,
body.page-produit .product-thumbnails-swiper .swiper-slide:hover .paddings-container {
    border: 2px solid #1260b3;
    box-shadow: none;
}

body.page-produit .product-thumbnails-swiper .swiper-slide:hover .paddings-container {
    transform: translateY(-2px);
}

body.page-produit .product-thumbnails-swiper .swiper-slide img {
    max-height: 78%;
    max-width: 78%;
    object-fit: contain;
    width: auto;
}

body.page-produit .product-detail-box .product-title {
    color: #172033;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: clamp(30px, 2.55vw, 36px);
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 18px;
}

body.page-produit .product-category-kicker {
    margin: 0 0 22px;
}

body.page-produit .product-category-kicker .tag {
    background: transparent;
    border: 0;
    color: #1260b3;
    display: inline-flex;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    padding: 0;
    text-transform: uppercase;
}

body.page-produit .product-detail-box .product-description {
    background: #f1f7ff;
    border: 1px solid #dcecff;
    border-radius: 8px;
    color: #39475c;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 18px;
    padding: 26px 28px;
}

body.page-produit .product-detail-box .product-description p {
    margin-bottom: 14px;
}

body.page-produit .product-detail-box .product-description ul {
    margin: 12px 0 0;
    padding-left: 0;
}

body.page-produit .product-detail-box .product-description li {
    color: #39475c;
    list-style: none;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

body.page-produit .product-detail-box .product-description li:before {
    background: #1260b3;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 2px;
    position: absolute;
    top: 10px;
    width: 6px;
}

body.page-produit #ref-box.product-reference {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cfe2f8;
    border-radius: 8px;
    color: #1c3f68;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 20px;
    margin: 18px 0 0;
    padding: 13px 16px;
}

body.page-produit #ref-box.product-reference:before {
    color: #1260b3;
    content: "\f02b";
    font-family: FontAwesome;
    font-size: 15px;
}

body.page-produit .product-order-note,
body.page-produit .product-detail-box .account-cta {
    align-items: flex-start;
    background: #f7f8fb;
    border: 1px solid rgba(20, 42, 72, 0.09);
    border-radius: 8px;
    color: #465469;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 15px 17px;
}

body.page-produit .product-order-note .fa {
    color: #1260b3;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
}

body.page-produit .product-detail-box .account-cta {
    display: block;
}

body.page-produit .product-detail-box .account-cta a {
    color: #1260b3;
    font-weight: 800;
}

body.page-produit .product-detail-box .quantity-selector.detail-info-entry {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    flex-direction: column;
    float: none;
    gap: 9px;
    margin: 0 0 18px;
    padding: 0;
}

body.page-produit .product-detail-box .quantity-selector .detail-info-entry-title {
    color: #253044;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    margin: 0;
}

body.page-produit .product-detail-box .quantity-controls {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(20, 42, 72, 0.06);
    display: grid;
    grid-template-columns: 46px 72px 46px;
    overflow: hidden;
}

body.page-produit .product-detail-box .quantity-controls .entry {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #253044;
    height: 46px;
    line-height: 44px;
    margin: 0;
    min-width: 0;
    padding: 0;
    width: 100%;
}

body.page-produit .product-detail-box .quantity-controls .number {
    appearance: textfield;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    cursor: text;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

body.page-produit .product-detail-box .quantity-controls .number::-webkit-inner-spin-button,
body.page-produit .product-detail-box .quantity-controls .number::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

body.page-produit .product-detail-box .quantity-controls .number-minus,
body.page-produit .product-detail-box .quantity-controls .number-plus {
    color: #1260b3;
}

body.page-produit .product-detail-box .quantity-controls .number-minus:hover,
body.page-produit .product-detail-box .quantity-controls .number-plus:hover {
    background: #1260b3;
}

body.page-produit .product-detail-box .quantity-controls .number-minus:focus,
body.page-produit .product-detail-box .quantity-controls .number-plus:focus {
    background: #edf5ff;
    outline: none;
}

body.page-produit .product-share-block {
    align-items: center;
    border-top: 0;
    display: block;
    margin-top: auto;
    min-height: 0;
    padding-top: 22px;
}

body.page-produit .product-share-block .SocialSharingButtons {
    text-align: left;
}

body.page-produit .product-share-block .share-box {
    align-items: center;
    border: 0 !important;
    display: block;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

body.page-produit .product-share-block .share-box .title {
    color: #253044;
    float: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: none;
}

body.page-produit .product-share-block .socials-box {
    display: flex;
    float: none;
    gap: 10px;
    margin: 0;
}

body.page-produit .product-share-block .socials-box .btn {
    align-items: center;
    background: #f4f7fb !important;
    border: 1px solid #dfe7f0;
    border-radius: 8px;
    box-shadow: none;
    color: #1260b3 !important;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    width: 42px;
}

body.page-produit .product-share-block .socials-box .btn-facebook,
body.page-produit .product-share-block .socials-box .btn-linkedin {
    color: #1260b3 !important;
}

body.page-produit .product-share-block .socials-box .btn-email,
body.page-produit .product-share-block .socials-box .btn-print {
    color: #657389 !important;
}

body.page-produit .product-share-block .socials-box .btn:hover {
    background: #1260b3 !important;
    border-color: #1260b3;
    color: #ffffff !important;
}

body.page-produit .product-share-block .socials-box .btn .fa {
    color: inherit !important;
    font-size: 15px;
    line-height: 38px;
    top: 0;
}

body.page-produit .product-share-block .clear {
    display: none;
}

body.page-produit .product-tabs-block,
body.page-produit .product-variants-block,
body.page-produit .product-related-block {
    background: #ffffff !important;
    border: 1px solid rgba(20, 42, 72, 0.09) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 44px rgba(15, 36, 66, 0.07) !important;
    padding: 28px !important;
}

body.page-produit .product-tabs-block .tabs-container,
body.page-produit .product-variants-block .tabs-container,
body.page-produit .product-related-block .tabs-container {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

body.page-produit .product-tabs-block .swiper-tabs,
body.page-produit .product-variants-block .swiper-tabs,
body.page-produit .product-related-block .swiper-tabs {
    align-items: center;
    border-bottom: 1px solid #e3eaf2;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 0;
}

body.page-produit .product-tabs-block .swiper-tabs .title,
body.page-produit .product-variants-block .swiper-tabs .title,
body.page-produit .product-related-block .swiper-tabs .title {
    color: #172033;
    float: none;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    margin: 0 30px 0 0;
}

body.page-produit .product-tabs-block .swiper-tabs .list,
body.page-produit .product-variants-block .swiper-tabs .list,
body.page-produit .product-related-block .swiper-tabs .list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.page-produit .product-tabs-block .tab-switcher,
body.page-produit .product-variants-block .tab-switcher,
body.page-produit .product-related-block .tab-switcher {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    color: #586679;
    display: inline-flex;
    float: none !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 0 14px;
    position: relative;
    text-transform: uppercase;
    width: auto !important;
}

body.page-produit .product-related-block .swiper-tabs .list .block-title.tab-switcher {
    display: inline-flex !important;
    font-size: 13px !important;
    line-height: 20px !important;
    margin: 0 22px 0 0 !important;
    padding: 0 0 14px !important;
}

body.page-produit .product-tabs-block .tab-switcher.active,
body.page-produit .product-variants-block .tab-switcher.active,
body.page-produit .product-related-block .tab-switcher.active {
    background: transparent !important;
    color: #1260b3 !important;
}

body.page-produit .product-tabs-block .tab-switcher.active:after,
body.page-produit .product-variants-block .tab-switcher.active:after,
body.page-produit .product-related-block .tab-switcher.active:after {
    background: #1260b3;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}

body.page-produit .product-tabs-block .article-container.style-1 {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

body.page-produit .product-tabs-block .tabs-entry,
body.page-produit .product-variants-block .tabs-entry,
body.page-produit .product-related-block .tabs-entry {
    border: 0;
    box-shadow: none;
    padding: 0;
}

body.page-produit .product-tabs-block h4 {
    color: #172033;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 14px;
}

body.page-produit .product-tabs-block p,
body.page-produit .product-tabs-block li {
    color: #465469;
    font-size: 15px;
    line-height: 25px;
}

body.page-produit .product-related-block .product-slide-entry {
    background: #ffffff !important;
    border: 1px solid rgba(20, 42, 72, 0.09) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(15, 36, 66, 0.07) !important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 16px !important;
}

body.page-produit .product-related-block .product-slide-entry .product-image {
    background: #f7f9fc;
    border: 1px solid #e5ebf3;
    border-radius: 8px;
    min-height: 198px;
}

body.page-produit .product-related-block .product-slide-entry .tag {
    color: #1260b3;
    font-size: 11px;
    font-weight: 800;
    margin-top: 14px;
}

body.page-produit .product-related-block .product-slide-entry .title {
    color: #172033 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 21px !important;
    min-height: 62px;
}

@media (max-width: 1199px) {
    body.page-produit .product-hero-block > .row {
        gap: 24px;
    }

    body.page-produit .product-detail-box .product-title {
        font-size: 32px;
        line-height: 38px;
    }

    body.page-produit .product-preview-box .product-zoom-image {
        min-height: 430px;
    }
}

@media (max-width: 991px) {
    body.page-produit .product-hero-block > .row {
        display: block;
    }

    body.page-produit .product-gallery-column {
        margin-bottom: 24px;
    }

    body.page-produit .product-preview-box .product-zoom-image {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    body.page-produit .content-push > .article-container.style-1.nb-site-container {
        padding-bottom: 34px;
    }

    body.page-produit .product-breadcrumb {
        gap: 7px;
        margin-bottom: 16px;
    }

    body.page-produit .product-breadcrumb a,
    body.page-produit .product-breadcrumb span {
        font-size: 11px;
        line-height: 17px;
    }

    body.page-produit .product-preview-box,
    body.page-produit .product-detail-box,
    body.page-produit .product-tabs-block,
    body.page-produit .product-variants-block,
    body.page-produit .product-related-block {
        border-radius: 8px !important;
        padding: 18px !important;
    }

    body.page-produit .product-preview-box .product-zoom-image {
        min-height: 260px;
        padding: 18px;
    }

    body.page-produit .product-detail-box .product-title {
        font-size: 26px;
        line-height: 32px;
    }

    body.page-produit .product-detail-box .product-description {
        padding: 18px;
    }

    body.page-produit .product-tabs-block .swiper-tabs,
    body.page-produit .product-variants-block .swiper-tabs,
    body.page-produit .product-related-block .swiper-tabs {
        align-items: flex-start;
        display: block;
    }

    body.page-produit .product-tabs-block .swiper-tabs .title,
    body.page-produit .product-variants-block .swiper-tabs .title,
    body.page-produit .product-related-block .swiper-tabs .title {
        margin-bottom: 14px;
    }
}

/*
 * Desktop navigation regression guard.
 * Keep this scoped to the site menu so page-specific work cannot alter it.
 */
@media (min-width: 1200px) {
    .header-wrapper.style-2 .navigation,
    .header-wrapper.style-2 header.fixed-header .navigation {
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        min-height: 72px !important;
    }

    .header-wrapper.style-2 .navigation nav,
    .header-wrapper.style-2 header.fixed-header .navigation nav {
        min-height: 72px !important;
        position: relative !important;
        width: 100% !important;
    }

    .header-wrapper.style-2 .navigation .nav-overflow,
    .header-wrapper.style-2 header.fixed-header .navigation .nav-overflow {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-wrapper.style-2 .navigation nav > ul,
    .header-wrapper.style-2 header.fixed-header .navigation nav > ul {
        align-items: center !important;
        background: linear-gradient(90deg, #123f98 0%, #18449d 100%) !important;
        border-radius: 4px 0 0 4px !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
        clip-path: none !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        height: 72px !important;
        margin: 0 !important;
        min-height: 72px !important;
        overflow: visible !important;
        padding: 0 28px !important;
        position: relative !important;
        width: calc(100% - 14px) !important;
        z-index: 1 !important;
    }

    .header-wrapper.style-2 .navigation nav::after,
    .header-wrapper.style-2 header.fixed-header .navigation nav::after {
        background: #18449d;
        clip-path: polygon(0 0, 100% 0, 22% 100%, 0 100%);
        content: "";
        height: 72px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 14px;
        z-index: 0;
    }

    .header-wrapper.style-2 .navigation nav > ul > li > a,
    .header-wrapper.style-2 header.fixed-header .navigation nav > ul > li > a {
        min-height: 72px !important;
    }

    .header-wrapper.style-2 header.fixed-header .navigation .nav-overflow {
        left: var(--nb-site-gutter) !important;
        min-height: 72px !important;
        right: var(--nb-site-gutter) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-catalogue .product-slide-entry,
    .page-catalogue .product-slide-entry .product-image img {
        transition: none !important;
    }
}

/*
 * Product information tabs.
 * The legacy tabs stylesheet forces the list back to display:block, which
 * removes spacing between labels. Keep this final override after all
 * responsive rules so the active tab matches the product-page mockup.
 */
body.page-produit .product-tabs-block {
    padding: 0 20px 24px !important;
}

body.page-produit .product-tabs-block .swiper-tabs {
    align-items: flex-end !important;
    border-bottom: 2px solid #1260b3 !important;
    display: flex !important;
    margin: 0 0 22px !important;
    min-height: 46px;
    padding: 0 !important;
}

body.page-produit .product-tabs-block .swiper-tabs::before {
    display: none !important;
}

body.page-produit .product-tabs-block .swiper-tabs .title {
    display: none !important;
}

body.page-produit .product-tabs-block .swiper-tabs .list {
    align-items: flex-end;
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-produit .product-tabs-block .swiper-tabs .list .tab-switcher {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 7px 7px 0 0;
    color: #526078 !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    justify-content: center;
    line-height: 18px !important;
    margin: 0 !important;
    min-height: 44px;
    padding: 12px 16px !important;
    text-transform: none;
    white-space: nowrap;
}

body.page-produit .product-tabs-block .swiper-tabs .list .tab-switcher:hover {
    background: #edf5ff !important;
    color: #1260b3 !important;
}

body.page-produit .product-tabs-block .swiper-tabs .list .tab-switcher.active {
    background: #1260b3 !important;
    box-shadow: 0 8px 18px rgba(18, 96, 179, 0.2);
    color: #ffffff !important;
}

body.page-produit .product-tabs-block .swiper-tabs .list .tab-switcher.active::after {
    display: none !important;
}

body.page-produit .product-tabs-block .swiper-tabs .list .clear {
    display: none !important;
}

@media (max-width: 767px) {
    body.page-produit .product-tabs-block {
        padding: 0 16px 20px !important;
    }

    body.page-produit .product-tabs-block .swiper-tabs .list {
        gap: 4px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        width: 100%;
    }

    body.page-produit .product-tabs-block .swiper-tabs .list::-webkit-scrollbar {
        display: none;
    }

    body.page-produit .product-tabs-block .swiper-tabs .list .tab-switcher {
        font-size: 12px !important;
        min-height: 40px;
        padding: 10px 12px !important;
    }
}

/* Dedicated 404 recovery page. */
body.page-404 .article-container.style-1 {
    padding-bottom: 36px;
}

body.page-404 .nb-404-breadcrumb {
    margin-bottom: 22px;
}

.nb-404 {
    color: var(--nb-ink);
    display: grid;
    gap: 22px;
}

.nb-404-hero {
    background:
        linear-gradient(135deg, rgba(15, 81, 163, 0.08) 0%, rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15, 31, 56, 0.08);
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px);
}

.nb-404-hero__content {
    align-self: center;
    max-width: 760px;
}

.nb-404-eyebrow {
    align-items: center;
    background: #fff7e0;
    border: 1px solid rgba(240, 185, 11, 0.38);
    border-radius: 999px;
    color: #7a5200;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    line-height: 1;
    margin-bottom: 16px;
    padding: 9px 12px;
    text-transform: uppercase;
}

.nb-404-eyebrow .fa {
    color: var(--nb-yellow);
}

.nb-404 h1 {
    color: var(--nb-ink);
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: clamp(34px, 4.7vw, 64px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0 0 18px;
}

.nb-404-hero__content > p {
    color: #43516a;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
    margin: 0 0 26px;
    max-width: 680px;
}

.nb-404-search {
    background: #ffffff;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(15, 31, 56, 0.08);
    margin-bottom: 22px;
    padding: 14px;
}

.nb-404-search__label {
    color: #526078;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.nb-404-search .industrial-search-box {
    box-shadow: none;
}

.nb-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nb-404-button {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(15, 31, 56, 0.1);
    border-radius: 8px;
    color: var(--nb-ink) !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 13px 18px;
    text-decoration: none !important;
}

.nb-404-button:hover {
    border-color: var(--nb-blue);
    color: var(--nb-blue) !important;
}

.nb-404-button--primary {
    background: var(--nb-blue);
    border-color: var(--nb-blue);
    box-shadow: 0 12px 26px rgba(15, 81, 163, 0.2);
    color: #ffffff !important;
}

.nb-404-button--primary:hover {
    background: var(--nb-blue-dark);
    border-color: var(--nb-blue-dark);
    color: #ffffff !important;
}

.nb-404-hero__visual {
    align-self: stretch;
    background:
        linear-gradient(180deg, rgba(23, 32, 51, 0.94) 0%, rgba(38, 52, 77, 0.96) 100%);
    border-radius: 18px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.nb-404-hero__visual:before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 26px 26px;
    content: "";
    inset: 0;
    opacity: 0.42;
    position: absolute;
}

.nb-404-code {
    color: rgba(255, 255, 255, 0.94);
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: clamp(76px, 10vw, 132px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.9;
    position: relative;
    z-index: 1;
}

.nb-404-workbench {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(42px, 1fr));
    margin: 24px 0;
    position: relative;
    z-index: 1;
}

.nb-404-workbench span {
    align-items: center;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    font-size: 20px;
    justify-content: center;
}

.nb-404-workbench span:nth-child(1) {
    color: #f0b90b;
}

.nb-404-workbench span:nth-child(2) {
    color: #75d6a9;
}

.nb-404-workbench span:nth-child(3) {
    color: #8abfff;
}

.nb-404-workbench span:nth-child(4) {
    color: #ff8b95;
}

.nb-404-note {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.nb-404-note strong,
.nb-404-note small {
    display: block;
}

.nb-404-note strong {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 4px;
}

.nb-404-note small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.45;
}

.nb-404-routes {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nb-404-route {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(15, 31, 56, 0.07);
    color: var(--nb-ink) !important;
    display: flex;
    gap: 13px;
    min-height: 126px;
    padding: 18px;
    text-decoration: none !important;
}

.nb-404-route:hover {
    border-color: rgba(15, 81, 163, 0.38);
    transform: translateY(-2px);
}

.nb-404-route__icon {
    align-items: center;
    background: #edf5ff;
    border: 1px solid rgba(15, 81, 163, 0.12);
    border-radius: 12px;
    color: var(--nb-blue);
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
}

.nb-404-route:nth-child(2) .nb-404-route__icon {
    background: #fff7e0;
    border-color: rgba(240, 185, 11, 0.2);
    color: #8a5d00;
}

.nb-404-route:nth-child(3) .nb-404-route__icon {
    background: #eaf8f1;
    border-color: rgba(19, 138, 87, 0.16);
    color: var(--nb-green);
}

.nb-404-route strong {
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 6px;
}

.nb-404-route small {
    color: #5c687d;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .nb-404-hero {
        grid-template-columns: 1fr;
    }

    .nb-404-hero__visual {
        min-height: 260px;
    }

    .nb-404-routes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.page-404 .article-container.style-1 {
        padding-bottom: 22px;
    }

    .nb-404-hero {
        border-radius: 18px;
        padding: 22px;
    }

    .nb-404-hero__content > p {
        font-size: 15px;
    }

    .nb-404-search {
        padding: 12px;
    }

    .nb-404-actions,
    .nb-404-button {
        width: 100%;
    }

    .nb-404-hero__visual {
        min-height: 220px;
        padding: 22px;
    }

    .nb-404-route {
        min-height: 0;
    }
}

/* Legal static pages: CGV and conditions particulieres. */
.static-content-shell:has(> .legal-page) {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-top: 0 !important;
}

.static-content-shell:has(> .legal-page) > .breadcrumb-box {
    display: none !important;
}

.legal-page {
    color: var(--nb-ink);
    display: grid;
    gap: 20px;
}

.legal-hero {
    background:
        linear-gradient(135deg, rgba(15, 81, 163, 0.08) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15, 31, 56, 0.08);
    overflow: hidden;
    padding: 24px 48px;
    position: relative;
}

.legal-hero__eyebrow {
    align-items: center;
    background: #eef5ff;
    border: 1px solid rgba(15, 81, 163, 0.14);
    border-radius: 999px;
    color: var(--nb-blue);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    line-height: 1;
    margin-bottom: 16px;
    padding: 9px 12px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.legal-page--specific .legal-hero__eyebrow {
    background: #fff7e0;
    border-color: rgba(240, 185, 11, 0.28);
    color: #805600;
}

.legal-hero h1 {
    color: var(--nb-ink);
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: clamp(32px, 2.5vw, 36px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 14px;
    max-width: none;
    position: relative;
    z-index: 1;
}

.legal-hero p {
    color: #43516a;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
    margin: 0;
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.legal-summary {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legal-summary__item {
    background: #ffffff;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(15, 31, 56, 0.07);
    min-height: 124px;
    padding: 20px;
}

.legal-summary__item > span {
    align-items: center;
    background: #edf5ff;
    border: 1px solid rgba(15, 81, 163, 0.12);
    border-radius: 12px;
    color: var(--nb-blue);
    display: flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 14px;
    width: 44px;
}

.legal-summary__item:nth-child(2) > span {
    background: #eaf8f1;
    border-color: rgba(19, 138, 87, 0.16);
    color: var(--nb-green);
}

.legal-summary__item:nth-child(3) > span {
    background: #fff7e0;
    border-color: rgba(240, 185, 11, 0.22);
    color: #8a5d00;
}

.legal-summary__item strong,
.legal-summary__item small {
    display: block;
}

.legal-summary__item strong {
    color: var(--nb-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 6px;
}

.legal-summary__item small {
    color: #5c687d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.legal-document {
    background: #ffffff;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15, 31, 56, 0.08);
    padding: clamp(26px, 3.2vw, 40px);
}

.legal-document h2 {
    border-bottom: 1px solid rgba(15, 31, 56, 0.09);
    color: var(--nb-ink);
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 22px;
    padding-bottom: 16px;
}

.legal-document > ol {
    counter-reset: legal-article;
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.legal-document > ol > li {
    background: #f8fafd;
    border: 1px solid rgba(15, 31, 56, 0.07);
    border-radius: 14px;
    color: #34435a;
    counter-increment: legal-article;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.72;
    padding: 18px 20px 18px 72px;
    position: relative;
}

.legal-document > ol > li:before {
    align-items: center;
    background: var(--nb-blue);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(15, 81, 163, 0.16);
    color: #ffffff;
    content: counter(legal-article, decimal-leading-zero);
    display: flex;
    font-family: "Sora", "Inter", "Montserrat", Raleway, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    left: 18px;
    line-height: 1;
    position: absolute;
    top: 18px;
    width: 38px;
}

.legal-page--specific .legal-document > ol > li:before {
    background: var(--nb-ink);
}

.legal-document > ol > li ul {
    background: #ffffff;
    border: 1px solid rgba(15, 31, 56, 0.07);
    border-radius: 12px;
    list-style: none;
    margin: 14px 0 0;
    padding: 14px 16px;
}

.legal-document > ol > li ul li {
    color: #4b586d;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 8px;
    padding-left: 20px;
    position: relative;
}

.legal-document > ol > li ul li:last-child {
    margin-bottom: 0;
}

.legal-document > ol > li ul li:before {
    background: var(--nb-yellow);
    border-radius: 999px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 7px;
}

.legal-document img {
    background: #ffffff;
    border: 1px solid rgba(15, 31, 56, 0.08);
    border-radius: 12px;
    display: block;
    height: auto;
    margin: 18px 0 0;
    max-width: 240px;
    padding: 12px;
}

@media (max-width: 991px) {
    .legal-hero h1 {
        white-space: normal;
    }

    .legal-summary {
        grid-template-columns: 1fr;
    }

    .legal-summary__item {
        min-height: 0;
    }
}

@media (min-width: 992px) {
    .legal-hero h1 {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .legal-hero,
    .legal-document {
        border-radius: 18px;
        padding: 28px 22px;
    }

    .legal-page {
        gap: 16px;
    }

    .legal-hero h1 {
        font-size: clamp(32px, 9.4vw, 40px);
        margin-bottom: 16px;
    }

    .legal-hero p {
        font-size: 15px;
    }

    .legal-document h2 {
        font-size: 21px;
    }

    .legal-document > ol > li {
        padding: 70px 16px 16px;
    }

    .legal-document > ol > li:before {
        left: 16px;
        top: 16px;
    }
}

/* Catalogue PDF email gate. */
.page-catalogue-pdf .article-container.style-1.nb-site-container {
    max-width: 1180px;
}

.catalogue-download {
    padding: 46px 0 64px;
}

.catalogue-download__panel {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid rgba(14, 40, 83, 0.1);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(14, 40, 83, 0.12);
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
    overflow: hidden;
}

.catalogue-download__content {
    background: #0b2346;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    padding: 52px;
}

.catalogue-download__eyebrow {
    align-items: center;
    color: #f3c445;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.catalogue-download__content h1 {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.06;
    margin: 0 0 18px;
}

.catalogue-download__content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 640px;
}

.catalogue-download__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 52px 52px 20px;
}

.catalogue-download__form label {
    color: #17243c;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.catalogue-download__field {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(14, 40, 83, 0.14);
    border-radius: 8px;
    display: flex;
    min-height: 58px;
    padding: 0 18px;
}

.catalogue-download__field:focus-within {
    border-color: #1d5bd1;
    box-shadow: 0 0 0 4px rgba(29, 91, 209, 0.12);
}

.catalogue-download__field i {
    color: #6c7c94;
    font-size: 18px;
    margin-right: 12px;
}

.catalogue-download__field input {
    background: transparent;
    border: 0;
    color: #17243c;
    flex: 1;
    font-size: 16px;
    min-width: 0;
    outline: 0;
}

.catalogue-download__field input::placeholder {
    color: #9aa7b8;
}

.catalogue-download__error {
    color: #b42318;
    font-size: 13px;
    min-height: 18px;
    margin: 8px 0 18px;
}

.catalogue-download__form button {
    align-items: center;
    background: #1d4fa8;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
    min-height: 54px;
    padding: 0 22px;
    transition: background 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.catalogue-download__form button:hover,
.catalogue-download__form button:focus-visible {
    background: #0f3679;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .catalogue-download__panel {
        grid-template-columns: 1fr;
    }

    .catalogue-download__content {
        min-height: 0;
        padding: 38px;
    }

    .catalogue-download__form {
        padding: 0 38px 38px;
    }
}

@media (max-width: 575px) {
    .catalogue-download {
        padding: 24px 0 42px;
    }

    .catalogue-download__content,
    .catalogue-download__form {
        padding-left: 22px;
        padding-right: 22px;
    }

    .catalogue-download__content {
        padding-top: 30px;
    }

    .catalogue-download__form {
        padding-bottom: 28px;
    }

    .catalogue-download__content h1 {
        font-size: 32px;
    }
}
