.showroom-page,
.showroom-home {
    --showroom-surface: #ffffff;
    --showroom-border: #e3e7ee;
    --showroom-primary: #173f9b;
    --showroom-primary-dark: #12337c;
    --showroom-text: #111827;
    --showroom-muted: #637084;
    --showroom-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    --showroom-radius: 16px;
}

.showroom-page {
    --primary: var(--showroom-primary);
    --background: #dde4f2;
    background: #f7f9fc;
    padding: 20px 15px 40px;
}

.showroom-page .showroom-sidebar-column,
.showroom-page .showroom-content-column {
    margin-bottom: 24px;
}

.showroom-page .showroom-mobile-filter-toggle {
    margin-bottom: 14px;
}

.showroom-page .showroom-mobile-filter-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--showroom-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--showroom-text);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--showroom-shadow);
}

.showroom-page .showroom-mobile-filter-button:hover,
.showroom-page .showroom-mobile-filter-button:focus {
    color: var(--showroom-primary);
    text-decoration: none;
}

.showroom-page .showroom-mobile-filter-button > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.showroom-page .showroom-mobile-filter-button .fa-angle-down {
    transition: transform 0.2s ease;
}

.showroom-page .showroom-mobile-filter-button[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
}

.showroom-page .showroom-filters-shell {
    display: block;
}

.showroom-page .showroom-sticky {
    position: sticky;
    top: 110px;
}

.showroom-page .showroom-sidebar-intro,
.showroom-page .showroom-hero,
.showroom-page .showroom-results-panel,
.showroom-page .sidebar-products-main {
    background: var(--showroom-surface);
    border: 1px solid var(--showroom-border);
    border-radius: var(--showroom-radius);
    box-shadow: var(--showroom-shadow);
}

.showroom-page .showroom-sidebar-intro {
    padding: 4px 0 12px;
    margin-bottom: 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.showroom-page .showroom-sidebar-kicker,
.showroom-page .showroom-overline,
.showroom-home .showroom-overline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(23, 63, 155, 0.08);
    color: var(--showroom-primary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.showroom-page .showroom-sidebar-intro h3 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1;
    color: var(--showroom-text);
}

.showroom-page .showroom-sidebar-intro p,
.showroom-page .showroom-description,
.showroom-page .showroom-results-copy {
    margin: 0;
    color: var(--showroom-muted);
    font-size: 13px;
    line-height: 1.45;
}

.showroom-page .showroom-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    background: transparent;
}

.showroom-page .showroom-breadcrumbs li,
.showroom-page .showroom-breadcrumbs span {
    list-style: none;
    margin: 0;
}

.showroom-page .showroom-breadcrumbs a {
    margin: 0;
    color: var(--showroom-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.showroom-page .showroom-breadcrumbs li:last-child a,
.showroom-page .showroom-breadcrumbs li:last-child {
    color: var(--showroom-primary);
}

.showroom-page .showroom-hero {
    padding: 24px 26px;
    margin-bottom: 18px;
}

.showroom-page .product-top {
    margin: 12px 0 0;
}

.showroom-page .categoryTitle {
    margin: 0;
    color: var(--showroom-text);
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.showroom-page .showroom-subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.showroom-page .buttonCategory {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    margin: 0;
    border: 1px solid var(--showroom-border);
    border-radius: 999px;
    background: #f8fafc;
    color: var(--showroom-primary);
    font-size: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.showroom-page .buttonCategory:hover,
.showroom-page .buttonCategory:focus {
    background: var(--showroom-primary);
    border-color: var(--showroom-primary);
    color: #ffffff;
    text-decoration: none;
}

.showroom-page .sidebar-single {
    margin-bottom: 6px;
}

.showroom-page .sidebar-products-main {
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.showroom-page .sidebar-title a {
    display: block;
    padding: 12px 14px;
    color: var(--showroom-muted);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.18s ease;
}

.showroom-page .sidebar-title a:hover,
.showroom-page .sidebar-title a:focus,
.showroom-page .sidebar-title a[aria-expanded="true"] {
    background: #ffffff;
    color: var(--showroom-primary);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.showroom-page .title-sidebar,
.showroom-page #orderLabelText {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
}

.showroom-page .title-sidebar i {
    width: 18px;
    text-align: center;
    font-size: 14px;
}

.showroom-page .showroom-filter-chevron {
    color: inherit;
    opacity: 0.8;
}

.showroom-page .showroom-filter-chevron i {
    transition: transform 0.18s ease;
}

.showroom-page .sidebar-title a[aria-expanded="true"] .showroom-filter-chevron i {
    transform: rotate(180deg);
}

.showroom-page .slider-box {
    margin: 4px 0 10px;
    padding: 8px 12px 4px 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
}

.showroom-page .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: var(--showroom-muted);
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid rgba(228, 233, 242, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.showroom-page .dropdown-item:last-child {
    border-bottom: 0;
}

.showroom-page .dropdown-item:hover,
.showroom-page .dropdown-item:focus {
    color: var(--showroom-primary);
    text-decoration: none;
}

.showroom-page .price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f7f9fc;
    color: var(--showroom-text);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.showroom-page .slider-container {
    position: relative;
    height: 28px;
    margin-bottom: 10px;
}

.showroom-page .slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 999px;
    background: #dde4f2;
    transform: translateY(-50%);
}

.showroom-page input[type="range"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    transform: translateY(-50%);
}

.showroom-page input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--showroom-primary);
    box-shadow: 0 6px 16px rgba(23, 63, 155, 0.25);
}

.showroom-page input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--showroom-primary);
    box-shadow: 0 6px 16px rgba(23, 63, 155, 0.25);
}

.showroom-page input[name="brands_ids"] {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    accent-color: var(--showroom-primary);
    vertical-align: middle;
}

.showroom-page #brandCollapse label {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 30px);
    margin: 0 0 10px;
    color: var(--showroom-muted);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    vertical-align: middle;
}

.showroom-page .showroom-filter-action,
.showroom-page .showroom-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: var(--showroom-primary);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.showroom-page .showroom-filter-action:hover,
.showroom-page .showroom-filter-action:focus,
.showroom-page .showroom-reset:hover,
.showroom-page .showroom-reset:focus {
    background: var(--showroom-primary-dark);
    color: #ffffff;
    text-decoration: none;
}

.showroom-page .showroom-reset {
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
}

.showroom-page .showroom-results-panel {
    padding: 22px;
}

.showroom-page .showroom-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.showroom-page .showroom-results-head h2 {
    margin: 8px 0 0;
    color: var(--showroom-text);
    font-size: 22px;
    font-weight: 700;
}

.showroom-page .showroom-view-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--showroom-border);
    border-radius: 10px;
    background: #f8fafc;
    color: var(--showroom-primary);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.showroom-page .products {
    position: relative;
    min-height: 320px;
}

.showroom-page #filter_html {
    margin-left: -12px;
    margin-right: -12px;
}

.showroom-page .showroom-products-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.showroom-page .product-row {
    float: none;
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 18px;
}

.showroom-page .showroom-desktop-card {
    display: block;
}

.showroom-page .showroom-mobile-card {
    display: none;
}

.showroom-page .b2b-product-card,
.showroom-home .b2b-product-card {
    border: 1px solid var(--showroom-border) !important;
    background: #ffffff !important;
    overflow: hidden !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.showroom-page .b2b-product-card {
    width: 100%;
    margin: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
}

.showroom-page .b2b-product-card:hover,
.showroom-home .b2b-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(23, 63, 155, 0.2) !important;
}

.showroom-page .b2b-product-card:hover {
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08) !important;
}

.showroom-page .b2b-product-image,
.showroom-home .b2b-product-image {
    position: relative;
    background: #f8fafc;
    overflow: hidden;
}

.showroom-page .b2b-product-image {
    padding-top: 66.6667%;
}

.showroom-home .b2b-product-image {
    padding-top: 66.6667%;
}

.showroom-page .b2b-product-image > a,
.showroom-home .b2b-product-image > a {
    position: absolute;
    inset: 12px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.showroom-page .b2b-product-image img,
.showroom-home .b2b-product-image img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none;
    transition: transform 0.25s ease;
}

.showroom-page .b2b-product-card:hover .b2b-product-image img,
.showroom-home .b2b-product-card:hover .b2b-product-image img {
    transform: scale(1.03);
}

.showroom-page .b2b-product-badge,
.showroom-home .b2b-product-badge,
.showroom-home .b2b-badge-featured,
.showroom-home .b2b-badge-discount {
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--showroom-primary);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: none;
}

.showroom-home .b2b-badge-discount {
    left: auto;
    right: 12px;
    background: #5d3a0c;
}

.showroom-page .b2b-product-content,
.showroom-home .b2b-product-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    flex: 1;
}

.showroom-page .b2b-product-content {
    padding: 14px !important;
}

.showroom-home .b2b-product-content {
    padding: 14px !important;
}

.showroom-page .b2b-product-title,
.showroom-home .b2b-product-title {
    margin: 0 !important;
    color: var(--showroom-text) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}

.showroom-page .b2b-product-title {
    min-height: 44px !important;
}

.showroom-home .b2b-product-title {
    min-height: 44px !important;
}

.showroom-page .b2b-product-title a,
.showroom-home .b2b-product-title a {
    color: inherit;
}

.showroom-page .b2b-product-title a:hover,
.showroom-home .b2b-product-title a:hover {
    color: var(--showroom-primary);
    text-decoration: none;
}

.showroom-home .b2b-product-description {
    margin-bottom: 0;
    color: var(--showroom-muted);
}

.showroom-page .b2b-qty-box-banner,
.showroom-home .b2b-qty-box-banner {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    min-height: 28px;
    margin-top: -2px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #173f9b;
    color: #fff3b0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.showroom-page .b2b-qty-box-banner span,
.showroom-home .b2b-qty-box-banner span {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
}

.showroom-page .b2b-price-section,
.showroom-home .b2b-price-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0;
    text-align: left;
}

.showroom-page .b2b-price-old,
.showroom-home .b2b-price-old {
    width: 100%;
    margin-bottom: -2px;
    color: #98a2b3 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: line-through !important;
}

.showroom-page .b2b-price-current,
.showroom-home .b2b-price-current {
    color: var(--showroom-text) !important;
    font-size: 1.65rem !important;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700 !important;
}

.showroom-page .b2b-price-vat,
.showroom-home .b2b-price-vat {
    width: 100%;
    color: var(--showroom-muted) !important;
    font-size: 10px !important;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.showroom-page .b2b-price-section {
    min-height: 58px;
}

.showroom-page .b2b-cart-section,
.showroom-home .b2b-cart-section {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin-top: auto;
}

.showroom-home .b2b-cart-section {
    margin-top: 4px;
}

.showroom-page .b2b-quantity-input,
.showroom-home .b2b-quantity-input {
    flex: 0 0 64px !important;
    width: 64px !important;
    min-height: 38px !important;
    margin-bottom: 0 !important;
    border: 1px solid var(--showroom-border) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 12px !important;
}

.showroom-page .b2b-btn,
.showroom-home .b2b-btn {
    flex: 1 !important;
    min-height: 38px !important;
    border-radius: 8px !important;
    border: 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.showroom-page .b2b-btn i,
.showroom-home .b2b-btn i {
    margin-right: 6px !important;
}

.showroom-page .b2b-btn-primary,
.showroom-home .b2b-btn-primary {
    background: var(--showroom-primary) !important;
    color: #ffffff !important;
}

.showroom-page .b2b-btn-primary:hover,
.showroom-page .b2b-btn-primary:focus,
.showroom-home .b2b-btn-primary:hover,
.showroom-home .b2b-btn-primary:focus {
    background: var(--showroom-primary-dark) !important;
    color: #ffffff !important;
}

.showroom-page .b2b-btn-update,
.showroom-home .b2b-btn-update {
    background: #e8eefb !important;
    color: var(--showroom-primary) !important;
}

.showroom-page .b2b-btn-update:hover,
.showroom-page .b2b-btn-update:focus,
.showroom-home .b2b-btn-update:hover,
.showroom-home .b2b-btn-update:focus {
    background: #d8e3fb !important;
    color: var(--showroom-primary-dark) !important;
}

.showroom-page .b2b-btn-disabled,
.showroom-home .b2b-btn-disabled {
    background: #eef2f7 !important;
    color: #98a2b3 !important;
}

.showroom-page .loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: rgba(247, 249, 253, 0.82);
    backdrop-filter: blur(4px);
    z-index: 5;
}

.showroom-page .spinner {
    width: 54px;
    height: 54px;
    border: 6px solid rgba(23, 63, 155, 0.12);
    border-top-color: var(--showroom-primary);
    border-radius: 50%;
    animation: showroom-spin 0.9s linear infinite;
}

@keyframes showroom-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.showroom-page .horizontal-card {
    display: flex;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--showroom-border);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.showroom-page .horizontal-card img {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    border-radius: 10px;
    background: #f7f9fc;
    object-fit: contain;
    padding: 10px;
}

.showroom-page .horizontal-card .card-content {
    flex: 1;
    min-width: 0;
}

.showroom-page .horizontal-card .showroom-mobile-link {
    color: inherit;
    text-decoration: none;
}

.showroom-page .horizontal-card .card-content h4 {
    margin: 0 0 8px;
    color: var(--showroom-text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.showroom-page .horizontal-card .input-group {
    width: 100%;
    margin-top: 10px;
}

.showroom-page .horizontal-card .form-control {
    height: 40px;
    border-color: var(--showroom-border);
    border-radius: 8px 0 0 8px;
    box-shadow: none;
}

.showroom-page .horizontal-card .input-group-btn .b2b-btn {
    min-height: 40px;
    border-radius: 0 8px 8px 0;
}

.showroom-home {
    background: #f7f9fc;
    padding: 14px 0 36px;
}

.showroom-home .showroom-home-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 30px;
}

.showroom-home .wstmegamenucolr-home {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--showroom-shadow);
    background: var(--showroom-surface);
}

/* .showroom-home #carousel-example-generic-home,
.showroom-home .carousel-inner,
.showroom-home .carousel-inner > .item,
.showroom-home .carousel-inner > .item > a {
    border-radius: 16px;
} */

.showroom-home .carousel-inner > .item img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.showroom-home .top-info-home {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0 !important;
    padding: 0 !important;
    max-width: none;
}

.showroom-home .top-info-single {
    padding: 30px 24px !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    text-align: center !important;
    align-items: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    cursor: pointer;
}

.showroom-home .top-info-shipping {
    background: linear-gradient(135deg, #173f9b 0%, #0099ff 100%) !important;
}

.showroom-home .top-info-pricing {
    background: linear-gradient(135deg, #173f9b 0%, #0099ff 100%) !important;
}

.showroom-home .top-info-support {
    background: linear-gradient(135deg, #173f9b 0%, #0099ff 100%) !important;
}

.showroom-home .top-info-single:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16) !important;
}

.showroom-home .top-info-single i {
    width: auto;
    height: auto;
    margin: 0 0 16px !important;
    border-radius: 0;
    background: transparent;
    color: #ffffff !important;
    display: block !important;
    font-size: 52px !important;
}

.showroom-home .top-info-single .title {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 10px;
}

.showroom-home .top-info-single .description {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.showroom-home .featured-products {
    margin: 0 0 24px !important;
    padding: 20px 20px 10px !important;
    border: 1px solid var(--showroom-border) !important;
    border-radius: 14px !important;
    box-shadow: var(--showroom-shadow) !important;
    background: var(--showroom-surface) !important;
}

.showroom-home .highlighted-products {
    background: var(--showroom-surface) !important;
}

.showroom-home .carouselTitle {
    margin: 0 0 18px !important;
    padding: 0 0 10px !important;
    color: var(--showroom-text) !important;
    font-size: clamp(1.7rem, 2.5vw, 2.2rem) !important;
    font-weight: 700 !important;
    text-align: left !important;
    letter-spacing: -0.03em;
    text-transform: none !important;
}

.showroom-home .carouselTitle::after {
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: var(--showroom-primary);
}

.showroom-home .carouselTitle i {
    margin-right: 10px;
    color: var(--showroom-primary);
    animation: none;
}

.showroom-home .featured-items {
    margin: 0 -6px;
}

.showroom-home .owl-carousel .item {
    padding: 0 2px 8px;
}

.showroom-home .b2b-product-card {
    margin: 6px !important;
    height: calc(100% - 12px) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
}

.showroom-home .b2b-product-card:hover {
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08) !important;
}

.showroom-home .containerBanner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 24px;
    padding: 0;
}

.showroom-home .cardBanner {
    border-radius: 12px;
    border: 1px solid var(--showroom-border);
    box-shadow: var(--showroom-shadow);
    background: var(--showroom-surface);
}

.showroom-home .cardBanner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.showroom-home .cardBanner-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 16px 14px;
    background: linear-gradient(to top, rgba(17, 24, 39, 0.88), transparent);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.showroom-home .owl-carousel .owl-nav button {
    background: #ffffff !important;
    color: var(--showroom-primary) !important;
    border: 1px solid var(--showroom-border) !important;
}

.showroom-home .owl-carousel .owl-nav button:hover {
    background: var(--showroom-primary) !important;
    color: #ffffff !important;
}

.showroom-home .owl-carousel .owl-dot.active {
    background: var(--showroom-primary) !important;
}

@media (max-width: 991px) {
    .showroom-page .showroom-products-grid {
        display: block;
    }

    .showroom-page .showroom-sticky {
        position: static;
    }

    .showroom-page .showroom-filters-shell {
        margin-bottom: 18px;
        padding: 14px;
        border: 1px solid var(--showroom-border);
        border-radius: 12px;
        background: #f7f9fc;
        box-shadow: var(--showroom-shadow);
    }

    .showroom-page .showroom-desktop-card {
        display: none !important;
    }

    .showroom-page .showroom-mobile-card {
        display: block;
        margin-bottom: 14px;
    }

    .showroom-page .showroom-hero,
    .showroom-page .showroom-results-panel,
    .showroom-page .showroom-sidebar-intro,
    .showroom-page .sidebar-products-main {
        border-radius: 14px;
    }

    .showroom-page .showroom-sidebar-intro {
        padding-top: 0;
    }

    .showroom-page .slider-box {
        padding-left: 12px;
        margin-left: 0;
    }

    .showroom-home .top-info-home,
    .showroom-home .containerBanner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .showroom-page .showroom-mobile-filter-toggle {
        display: none !important;
    }

    .showroom-page .showroom-filters-shell.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .showroom-page .b2b-cart-section,
    .showroom-home .b2b-cart-section {
        justify-content: flex-end;
    }

    .showroom-page .b2b-btn,
    .showroom-home .b2b-btn {
        flex: 0 0 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        padding: 0 !important;
        font-size: 0 !important;
    }

    .showroom-page .b2b-btn i,
    .showroom-home .b2b-btn i {
        margin: 0 !important;
        font-size: 14px !important;
    }

    .showroom-page .showroom-mobile-card {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .showroom-page {
        padding: 16px 10px 30px;
    }

    .showroom-page .showroom-hero,
    .showroom-page .showroom-results-panel,
    .showroom-page .showroom-sidebar-intro,
    .showroom-page .sidebar-products-main {
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 14px;
    }

    .showroom-page .showroom-hero {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .showroom-page .showroom-results-panel {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .showroom-page .showroom-results-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .showroom-page .categoryTitle {
        font-size: 30px;
    }

    .showroom-page .buttonCategory {
        width: 100%;
        justify-content: flex-start;
    }

    .showroom-page .slider-box {
        padding-left: 16px;
        padding-right: 16px;
    }

    .showroom-page .b2b-product-content {
        padding: 16px !important;
    }

    .showroom-page .b2b-qty-box-banner,
    .showroom-home .b2b-qty-box-banner {
        font-size: 9px;
        padding: 6px 8px;
    }

    .showroom-home {
        padding-bottom: 28px;
    }

    /* .showroom-home .wstmegamenucolr-home,
    .showroom-home #carousel-example-generic-home,
    .showroom-home .carousel-inner,
    .showroom-home .carousel-inner > .item,
    .showroom-home .carousel-inner > .item > a {
        border-radius: 12px;
    } */

    .showroom-home .carousel-inner > .item img {
        max-height: 220px;
    }

    .showroom-home .featured-products {
        padding: 16px 16px 8px !important;
        border-radius: 12px !important;
    }

    .showroom-home .top-info-home,
    .showroom-home .containerBanner {
        grid-template-columns: 1fr;
    }

    .showroom-home .cardBanner img {
        height: 180px;
    }

    .showroom-page .horizontal-card img {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
    }
}

.perfex-nav .dropdown {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.perfex-nav .dropdown-item {
    color: var(--foreground);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.perfex-nav .dropdown-item:hover {
    background-color: var(--secondary);
    color: var(--accent);
}

.perfex-nav .dropdown-item i,
.perfex-nav .dropdown i {
    font-size: 1.1rem;
}

.perfex-nav li.dropdown a {
    color: #ffffff;
}

.perfex-nav ul.my-dropdown-menu a {
    color: #111827;
    border-bottom: 1px solid #173f9b;
}

.perfex-nav .perfex-nav-bar {
    background-color: #173f9b;
}

.perfex-nav .my-navbar-wrapper {
    position: relative;
    background-color: #173f9b;
    color: #fff;
    overflow: visible;
    height: 50px;
}

.promo-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: min(85%, 1320px);
    margin: 10px auto 14px;
    padding: 9px 12px;
    border: 1px solid rgba(23, 63, 155, 0.14);
    border-left: 4px solid #ff9800;
    border-radius: 10px;
    background: linear-gradient(135deg, #f7f9ff 0%, #fff8ea 100%);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    color: #173f9b;
    overflow: hidden;
}

.promo-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 152, 0, 0.18), transparent 34%),
        radial-gradient(circle at bottom left, rgba(23, 63, 155, 0.12), transparent 36%);
    pointer-events: none;
}

.promo-banner > span {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    color: #173f9b;
    font-size: 12.5px;
    line-height: 1.35;
    font-weight: 500;
}

.promo-banner > span strong {
    color: #12337c;
    font-weight: 700;
}

.promo-banner button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #173f9b;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(23, 63, 155, 0.18);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.promo-banner button:hover,
.promo-banner button:focus {
    background: #ff9800;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 152, 0, 0.28);
    outline: none;
}

.promo-banner.slideUpFade {
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.perfex-nav .my-nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    left: 28px;
    position: absolute;
    width: 95%;
    top: 6px;
}

.perfex-nav .my-nav-scroll::-webkit-scrollbar {
    display: none;
}

.perfex-nav .my-scroll-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1001;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}

.perfex-nav .my-scroll-left {
    left: 0;
}

.perfex-nav .my-scroll-right {
    right: 0;
}

.perfex-nav .my-nav-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.perfex-nav .my-nav-list > li {
    display: inline-block;
    position: relative;
}

.perfex-nav .my-nav-list > li > a {
    padding: 5px 5px;
    display: block;
}

.perfex-nav .my-dropdown-menu {
    padding: 0.5rem;
    position: sticky;
    top: 100%;
    left: 0;
    z-index: 9000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 10px 10px;
}

.perfex-nav .my-dropdown-menu > li > a {
    padding: 5px 5px;
    display: block;
    white-space: nowrap;
}

.perfex-nav .my-nav-list > li:hover > .my-dropdown-menu {
    display: block;
}

@media only screen and (max-width: 919px) {
    .perfex-nav .my-navbar-wrapper {
        top: 50px;
    }

    .perfex-nav .my-nav-scroll {
        width: 85%;
    }

    .promo-banner {
        width: calc(100% - 24px);
        margin: 8px 12px 12px;
        padding: 8px 10px;
        gap: 8px;
        border-radius: 10px;
    }

    .promo-banner > span {
        font-size: 12px;
        line-height: 1.35;
    }

    .promo-banner button {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .promo-banner {
        align-items: flex-start;
    }

    .promo-banner > span {
        padding-right: 2px;
    }
}
