.premium-product-page {
    background: #f9f7f2;
    color: #252525;
}

.premium-product-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e0d5c1;
    padding: 0.65rem 0;
}

.premium-product-heading {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
}

.premium-product-brand-logo {
    border-color: #e0d5c1;
    margin-top: 0.5rem;
}

.premium-product-title h1 {
    color: #252525;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.18;
    margin: 0;
}

.premium-product-kicker {
    color: #c5a059;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.premium-product-main {
    align-items: flex-start;
    gap: 0;
    margin-bottom: 2rem;
}

.premium-product-media,
.premium-product-info {
    padding: 0;
}

.premium-product-main-image {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    padding: 1rem;
}

.premium-product-main-image a {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #f9f7f2;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
}

.premium-product-main-image img {
    height: 100%;
    max-height: none;
    object-fit: contain;
    padding: 0.75rem;
    width: 100%;
}

.premium-product-page .product-gallery {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    margin-bottom: 1rem;
    padding: 0.75rem;
}

.premium-product-page .product-gallery .gallery-item {
    aspect-ratio: 1 / 1;
    background: #f9f7f2;
    border: 1px solid #e0d5c1;
    border-radius: 6px;
    height: auto;
    overflow: hidden;
    width: auto;
}

.premium-product-page .product-gallery .gallery-item a {
    display: block;
    height: 100%;
}

.premium-product-page .product-gallery .gallery-item img {
    height: 100%;
    object-fit: contain;
    padding: 0.35rem;
    width: 100%;
}

.premium-product-panel,
.premium-product-section {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    padding: 1rem;
}

.premium-product-meta-row {
    align-items: center;
    border-bottom: 1px solid #e0d5c1;
    color: #6f6a61;
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.premium-product-meta-row span {
    font-weight: 500;
}

.premium-product-meta-row a {
    color: #252525;
    font-weight: 600;
}

.premium-product-content {
    clear: both;
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

.premium-product-code {
    color: #6f6a61;
    font-size: 0.95rem;
}

.premium-product-section {
    color: #6f6a61;
    padding: 1.25rem;
}

.premium-product-section h2 {
    color: #252525;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.premium-product-section table {
    margin-top: 1rem;
}

.premium-product-text {
    line-height: 1.7;
}

.premium-product-text p {
    margin-bottom: 1rem;
}

.premium-product-summary {
    background: #f9f7f2;
    border-left: 3px solid #c5a059;
    color: #252525;
    line-height: 1.6;
    padding: 1rem;
}

.premium-related-section {
    background: #f9f7f2;
}

.premium-related-section h3 {
    color: #252525;
}

.catalog-category-page {
    background: #f9f7f2;
    color: #252525;
}

.catalog-category-hero {
    align-items: center;
    background: #f9f7f2;
    background-position: center;
    background-size: cover;
    display: flex;
    margin-bottom: 0;
    min-height: 18rem;
    overflow: hidden;
    position: relative;
}

.catalog-category-hero.has-image {
    min-height: 22rem;
}

.catalog-category-hero .hero-overlay {
    inset: 0;
    position: absolute;
    z-index: 1;
}

.catalog-category-hero-content {
    margin: 0 auto;
    max-width: 56rem;
    padding: 3rem 1rem;
    position: relative;
    text-align: center;
    z-index: 2;
}

.catalog-category-hero-content h1 {
    color: #252525;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0.9rem;
}

.catalog-category-hero-content .has-image h1,
.catalog-category-hero.has-image .catalog-kicker,
.catalog-category-hero.has-image .catalog-category-intro,
.catalog-category-hero.has-image .catalog-category-hero-content h1 {
    color: #fff;
}

.catalog-kicker {
    color: #c5a059;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.catalog-category-intro {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #6f6a61;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 48rem;
    overflow: hidden;
}

.catalog-category-intro p {
    margin: 0;
}

.catalog-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e0d5c1;
    padding: 0.6rem 0;
}

.catalog-section {
    margin: 1.5rem 0;
}

.catalog-section.compact {
    margin: 1rem 0;
}

.catalog-category-cards {
    row-gap: 0.75rem;
}

.catalog-category-card {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    height: 100%;
    padding: 0.75rem;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.catalog-category-card:hover {
    border-color: #c5a059;
    box-shadow: 0 12px 28px rgba(37, 37, 37, 0.08);
    transform: translateY(-2px);
}

.catalog-category-card h3 {
    color: #252525;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 0.75rem 0.25rem 0;
    text-align: center;
}

.catalog-category-card-image {
    background: #f9f7f2;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
}

.catalog-category-card-image img {
    object-fit: cover;
}

.catalog-category-links {
    padding: 0.25rem 0 0.5rem;
}

.catalog-category-links a {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 999px;
    color: #252525;
    padding: 0.5rem 0.9rem;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.catalog-category-links a:hover {
    background: #252525;
    border-color: #252525;
    color: #fff;
}

.catalog-category-links h3 {
    font-size: 0.9rem;
    font-weight: 500;
}

.catalog-consultation {
    margin: 1.5rem 0 2rem;
}

.catalog-consultation-box {
    align-items: center;
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.25rem;
}

.catalog-consultation-box h2 {
    color: #252525;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.catalog-consultation-box p {
    color: #6f6a61;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.catalog-consultation-box a {
    background: #252525;
    border: 1px solid #252525;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
    min-width: 12rem;
    padding: 0.75rem 1rem;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.catalog-consultation-box a:hover {
    background: #c5a059;
    border-color: #c5a059;
    color: #252525;
}

.catalog-products-section {
    padding-bottom: 2rem;
}

.catalog-products-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.catalog-listing-toolbar {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    color: #6f6a61;
    margin: 0 0.5rem 1rem;
    padding: 0.75rem 1rem;
}

.catalog-listing-count {
    color: #6f6a61;
}

.catalog-product-cell {
    padding: 0.5rem;
}

.catalog-seo-content {
    margin: 1rem 0 2rem;
}

.catalog-seo-content-inner {
    background: #fff;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    color: #6f6a61;
    padding: 1.25rem;
}

.catalog-seo-content-inner h2,
.catalog-seo-content-inner h3 {
    color: #252525;
    font-weight: 600;
}

.catalog-seo-content-inner p {
    line-height: 1.65;
}

.catalog-listing-pagination {
    border-bottom: 1px solid #e0d5c1;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.catalog-sort-wrap .p-sort-btn {
    border-color: #e0d5c1;
    color: #252525;
}

@media (min-width: 768px) {
    .premium-product-media {
        padding-right: 1rem;
    }

    .premium-product-info {
        padding-left: 1rem;
    }
}

@media (min-width: 1024px) {
    .premium-product-heading {
        margin-bottom: 1.5rem;
        padding: 1.25rem 1.5rem;
        text-align: left;
    }

    .premium-product-brand-logo {
        margin-top: 0;
    }

    .premium-product-title h1 {
        font-size: 2.4rem;
    }

    .premium-product-media {
        padding-right: 2rem;
    }

    .premium-product-info {
        padding-left: 0.5rem;
        position: static;
        top: auto;
    }

    .premium-product-main-image {
        padding: 1.25rem;
    }

    .premium-product-main-image a {
        aspect-ratio: 5 / 4;
    }

    .premium-product-panel,
    .premium-product-section {
        padding: 1.5rem;
    }

    .premium-product-content {
        margin-top: 2rem;
    }

    .catalog-category-hero {
        min-height: 21rem;
    }

    .catalog-category-hero.has-image {
        min-height: 28rem;
    }

    .catalog-category-hero-content {
        padding: 4.5rem 1rem;
    }

    .catalog-category-hero-content h1 {
        font-size: 3rem;
    }

    .catalog-category-intro {
        font-size: 1.08rem;
    }

    .catalog-consultation-box {
        flex-direction: row;
        padding: 1.5rem 1.75rem;
    }

    .catalog-product-cell {
        padding: 0.75rem;
    }

    .catalog-seo-content-inner {
        padding: 2rem;
    }
}

.catalog-category-intro.seo-category-intro {
    background: #f9f7f2;
    color: #252525;
    display: block;
    padding: 28px 0 24px;
    text-align: center;
}

.catalog-category-intro.seo-category-intro h1 {
    color: #252525;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 14px;
}

.catalog-category-intro.seo-category-intro .intro-text {
    color: #6f6a61;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 900px;
    overflow: visible;
    text-align: center;
    width: 76%;
}

.catalog-category-intro.seo-category-intro .intro-text p {
    margin: 0;
}

.category-intro-toggle {
    background: transparent;
    border: 0;
    color: #c5a059;
    display: none;
    font-weight: 600;
    margin: 10px auto 0;
    padding: 0;
}

@media (max-width: 768px) {
    .catalog-breadcrumb {
        padding: 0.5rem 0;
    }

    .catalog-category-intro.seo-category-intro {
        padding: 22px 0 18px;
    }

    .catalog-category-intro.seo-category-intro h1 {
        font-size: 32px;
    }

    .catalog-category-intro.seo-category-intro .intro-text {
        font-size: 15px;
        line-height: 1.5;
        width: 92%;
    }

    .catalog-category-intro.seo-category-intro .intro-text.is-collapsed {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }

    .category-intro-toggle {
        display: block;
    }
}

/* Catalog Generative Foundation v1B */
.catalog-category-page .catalog-breadcrumb {
    margin-bottom: 0;
}

.catalog-category-page .catalog-category-intro.seo-category-intro,
.catalog-category-page .seo-category-intro {
    background: #f7f3ee;
    padding: 26px 0 24px;
    text-align: center;
}

.catalog-category-page .catalog-category-intro.seo-category-intro h1,
.catalog-category-page .seo-category-intro h1 {
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.16;
    margin: 0 0 12px;
}

.catalog-category-page .catalog-category-intro.seo-category-intro .intro-text,
.catalog-category-page .seo-category-intro .intro-text {
    color: #5f544a;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 1100px;
    overflow: visible;
    text-align: center;
    width: 86%;
}

.catalog-category-page .catalog-category-intro.seo-category-intro .intro-text p,
.catalog-category-page .seo-category-intro .intro-text p {
    margin: 0;
}

@media (min-width: 769px) {
    .catalog-category-page .catalog-category-intro.seo-category-intro .intro-text.is-collapsed,
    .catalog-category-page .seo-category-intro .intro-text.is-collapsed {
        -webkit-box-orient: initial;
        -webkit-line-clamp: initial;
        display: block;
        overflow: visible;
    }
}

.catalog-category-page .catalog-category-nav-row {
    border-top: 1px solid #e8ddcf;
    margin-top: 22px;
    padding-top: 14px;
}

.catalog-category-page .catalog-products-section {
    padding-bottom: 2.5rem;
}

.catalog-category-page .catalog-products-listing,
.catalog-category-page .products-listing {
    margin-top: 28px;
}

.catalog-category-page .catalog-listing-pagination {
    border-bottom: 1px solid #e0d5c1;
    margin: 0 0.5rem 18px;
    padding-bottom: 12px;
}

.catalog-category-page .catalog-listing-pagination a.block {
    color: #6f6a61;
    font-size: 15px;
    font-weight: 500;
}

.catalog-category-page .catalog-listing-toolbar {
    background: #fffaf4;
    border: 1px solid #e3d6c5;
    border-radius: 10px;
    color: #6f6a61;
    margin: 24px 0.5rem 30px;
    padding: 16px 22px;
}

.catalog-category-page .catalog-listing-count {
    color: #5f544a;
    font-weight: 500;
}

.catalog-category-page .catalog-sort-wrap .p-sort .p-sort-btn {
    background: #fff;
    border: 1px solid #e0d5c1;
    color: #252525;
    padding-right: 0.75rem;
}

.catalog-category-page .catalog-sort-wrap .p-sort .p-sort-btn::after {
    content: none !important;
    display: none !important;
}

.catalog-category-page .catalog-seo-content blockquote,
.catalog-category-page .page-sections blockquote {
    quotes: none;
}

.catalog-category-page .catalog-seo-content blockquote::before,
.catalog-category-page .catalog-seo-content blockquote::after,
.catalog-category-page .page-sections blockquote::before,
.catalog-category-page .page-sections blockquote::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 768px) {
    .catalog-category-page .catalog-category-intro.seo-category-intro,
    .catalog-category-page .seo-category-intro {
        padding: 22px 0 18px;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro h1,
    .catalog-category-page .seo-category-intro h1 {
        font-size: 30px;
        line-height: 1.22;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro .intro-text,
    .catalog-category-page .seo-category-intro .intro-text {
        font-size: 15px;
        line-height: 1.45;
        width: 92%;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro .intro-text.is-collapsed,
    .catalog-category-page .seo-category-intro .intro-text.is-collapsed {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }

    .catalog-category-page .catalog-category-nav-row {
        margin-top: 18px;
        padding-top: 12px;
    }

    .catalog-category-page .catalog-listing-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 22px;
        padding: 14px 16px;
    }
}

.catalog-generative-page .catalog-seo-content {
    margin: 1.25rem 0;
}

.catalog-related-generative-links {
    background: #f9f7f2;
    margin: 0 0 1.5rem;
}

.catalog-related-generative-links h2 {
    color: #252525;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.85rem;
}

.catalog-related-generative-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.catalog-related-generative-links-list a {
    background: #fffaf4;
    border: 1px solid #e0d5c1;
    border-radius: 999px;
    color: #252525;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.55rem 0.95rem;
    transition: border-color 160ms ease, color 160ms ease;
}

.catalog-related-generative-links-list a:hover {
    border-color: #c5a059;
    color: #9f7b35;
}

.catalog-furniture-products-listing .nobili-product-availability {
    color: #008f72;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin: 8px 0 18px;
    text-align: center;
}

.catalog-furniture-products-listing .nobili-product-card-meta-line {
    color: #6f6a61;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    margin: 4px 0 0;
    text-align: center;
}

.catalog-furniture-products-listing .nobili-listing-price-row {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .catalog-furniture-products-listing .nobili-product-card-meta-line {
        font-size: 12.5px;
        line-height: 1.2;
        margin-top: 3px;
    }

    .catalog-furniture-products-listing .nobili-product-availability {
        font-size: 17px;
        margin: 6px 0 14px;
    }
}

/* Category mobile listing optimization v2 */
@media (max-width: 768px) {
    .catalog-category-page .catalog-breadcrumb {
        margin-bottom: 0 !important;
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem !important;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro,
    .catalog-category-page .seo-category-intro {
        padding: 18px 0 12px !important;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro .container,
    .catalog-category-page .seo-category-intro .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro h1,
    .catalog-category-page .seo-category-intro h1 {
        font-size: 28px !important;
        line-height: 1.18 !important;
        margin-bottom: 9px !important;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro .intro-text,
    .catalog-category-page .seo-category-intro .intro-text {
        font-size: 14px !important;
        line-height: 1.45 !important;
        margin-bottom: 10px !important;
        width: 96% !important;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro .intro-text.is-collapsed,
    .catalog-category-page .seo-category-intro .intro-text.is-collapsed {
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 4 !important;
        display: -webkit-box !important;
        max-height: calc(1.45em * 4) !important;
        overflow: hidden !important;
    }

    .catalog-category-page .category-intro-toggle {
        display: none !important;
    }

    .catalog-category-page .catalog-products-section {
        padding-bottom: 1.25rem !important;
    }

    .catalog-category-page .catalog-products-section > .container {
        max-width: 100% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        width: 100% !important;
    }

    .catalog-category-page .catalog-products-listing,
    .catalog-category-page .products-listing {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 12px !important;
        width: 100% !important;
    }

    .catalog-category-page .catalog-listing-pagination {
        margin: 0 0 8px !important;
        padding: 4px !important;
    }

    .catalog-category-page .catalog-listing-pagination a,
    .catalog-category-page .catalog-listing-pagination h2,
    .catalog-category-page .catalog-listing-pagination span {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .catalog-category-page .catalog-listing-toolbar {
        align-items: center !important;
        flex-direction: row !important;
        gap: 8px !important;
        justify-content: space-between !important;
        margin: 8px 0 12px !important;
        min-height: auto !important;
        padding: 8px 10px !important;
    }

    .catalog-category-page .catalog-listing-count {
        flex: 0 0 auto !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    .catalog-category-page .catalog-sort-wrap {
        flex: 0 1 auto !important;
        gap: 6px !important;
        margin-left: auto !important;
    }

    .catalog-category-page .catalog-sort-wrap .p-sort .p-sort-btn {
        font-size: 12px !important;
        height: 30px !important;
        line-height: 1.2 !important;
        max-width: 132px !important;
        min-height: 30px !important;
        overflow: hidden !important;
        padding: 4px 8px !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .catalog-category-page .catalog-sort-wrap .p-sort-options {
        font-size: 12px !important;
        left: auto !important;
        min-width: 140px !important;
        right: 0 !important;
    }

    .catalog-furniture-products-listing .catalog-product-cell {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 5px !important;
        width: 50% !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card.product-n {
        border-radius: 8px !important;
        margin: 0 !important;
        max-width: none !important;
        overflow: hidden !important;
        padding: 8px 6px 10px !important;
        width: 100% !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-wrap {
        height: auto !important;
        min-height: 0 !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img {
        align-items: center !important;
        aspect-ratio: auto !important;
        background: #fffaf4 !important;
        display: flex !important;
        height: 160px !important;
        justify-content: center !important;
        min-height: 160px !important;
        padding: 4px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img a {
        align-items: center !important;
        display: flex !important;
        height: 100% !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img img {
        display: block !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        width: 100% !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-brand {
        font-size: 11.5px !important;
        line-height: 1.25 !important;
        margin-top: 7px !important;
        min-height: 15px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-name {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        margin: 6px 0 5px !important;
        min-height: 36px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-name a {
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
    }

    .catalog-furniture-products-listing .nobili-product-availability {
        color: #008f72 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        margin: 5px 0 9px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-price-row {
        margin-top: 2px !important;
        min-height: 20px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-price {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 380px) {
    .catalog-furniture-products-listing .nobili-listing-product-card {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img {
        height: 150px !important;
        min-height: 150px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-name {
        font-size: 13.5px !important;
    }

    .catalog-furniture-products-listing .nobili-product-availability {
        font-size: 15px !important;
    }
}

/* Mobile product cards and related cleanup v1 */
.catalog-furniture-products-listing .nobili-product-availability {
    color: #008f72 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    margin: 6px 0 12px !important;
}

@media (max-width: 768px) {
    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img {
        height: 180px !important;
        max-height: 180px !important;
        min-height: 180px !important;
        padding: 2px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img img {
        height: 100% !important;
        max-height: 180px !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    .premium-related-section.related-products,
    .premium-product-page .same-brand-products,
    .premium-product-page .more-from-brand {
        margin-top: 14px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .premium-related-section.related-products > .container {
        max-width: 100% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        width: 100% !important;
    }

    .premium-related-section.related-products .products-listing {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .premium-related-section.related-products .products-listing > div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 5px !important;
        width: 50% !important;
    }

    .premium-related-section.related-products .product-n {
        border-radius: 8px !important;
        margin: 0 !important;
        max-width: none !important;
        overflow: hidden !important;
        padding: 8px 6px 10px !important;
        width: 100% !important;
    }

    .premium-related-section.related-products .product-n .prod-wrap {
        height: auto !important;
        min-height: 0 !important;
    }

    .premium-related-section.related-products .product-n .prod-img {
        align-items: center !important;
        aspect-ratio: auto !important;
        background: #fffaf4 !important;
        display: flex !important;
        height: 160px !important;
        justify-content: center !important;
        max-height: 160px !important;
        min-height: 160px !important;
        padding: 2px !important;
    }

    .premium-related-section.related-products .product-n .prod-img a {
        align-items: center !important;
        display: flex !important;
        height: 100% !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .premium-related-section.related-products .product-n .prod-img img {
        display: block !important;
        height: 100% !important;
        max-height: 160px !important;
        object-fit: contain !important;
        object-position: center !important;
        width: 100% !important;
    }

    .premium-related-section.related-products .product-n .prod-brand {
        font-size: 11.5px !important;
        line-height: 1.25 !important;
        margin-top: 7px !important;
    }

    .premium-related-section.related-products .product-n .prod-name {
        font-size: 14px !important;
        line-height: 1.25 !important;
        margin: 6px 0 7px !important;
        min-height: 36px !important;
    }

    .premium-related-section.related-products .product-n .prod-name a {
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
    }

    .premium-related-section.related-products .product-n .add-to-cart,
    .premium-related-section.related-products .product-n add-to-cart,
    .premium-related-section.related-products .product-n .wishlist-1,
    .premium-related-section.related-products .product-n .add-to-wishlist,
    .premium-related-section.related-products .product-n .d-percent {
        display: none !important;
    }

    .premium-product-page .same-brand-products small-slider,
    .premium-product-page .more-from-brand small-slider {
        display: block !important;
        width: 100% !important;
    }

    .premium-product-page .same-brand-products .img-box-1-1,
    .premium-product-page .more-from-brand .img-box-1-1 {
        align-items: center !important;
        background: #fffaf4 !important;
        display: flex !important;
        height: 160px !important;
        justify-content: center !important;
        max-height: 160px !important;
        min-height: 160px !important;
        padding: 2px !important;
    }

    .premium-product-page .same-brand-products .img-box-1-1 img,
    .premium-product-page .more-from-brand .img-box-1-1 img {
        display: block !important;
        height: 100% !important;
        max-height: 160px !important;
        object-fit: contain !important;
        object-position: center !important;
        width: 100% !important;
    }
}

@media (max-width: 380px) {
    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img {
        height: 165px !important;
        max-height: 165px !important;
        min-height: 165px !important;
    }

    .catalog-furniture-products-listing .nobili-listing-product-card .prod-img img {
        max-height: 165px !important;
    }

    .catalog-furniture-products-listing .nobili-product-availability {
        font-size: 15px !important;
    }

    .premium-related-section.related-products .product-n .prod-img,
    .premium-product-page .same-brand-products .img-box-1-1,
    .premium-product-page .more-from-brand .img-box-1-1 {
        height: 145px !important;
        max-height: 145px !important;
        min-height: 145px !important;
    }

    .premium-related-section.related-products .product-n .prod-img img,
    .premium-product-page .same-brand-products .img-box-1-1 img,
    .premium-product-page .more-from-brand .img-box-1-1 img {
        max-height: 145px !important;
    }
}

/* Category mobile intro and collections compact controls v1 */
.catalog-category-page .catalog-collection-toggle {
    display: none;
}

@media (max-width: 768px) {
    .catalog-category-page .category-intro-toggle,
    .catalog-category-page .catalog-collection-toggle {
        align-items: center !important;
        background: transparent !important;
        border: 0 !important;
        color: #9f7b35 !important;
        cursor: pointer !important;
        display: inline-flex !important;
        height: 28px !important;
        justify-content: center !important;
        margin: 6px auto 0 !important;
        padding: 0 !important;
        width: 42px !important;
    }

    .catalog-category-page .category-intro-toggle::before,
    .catalog-category-page .catalog-collection-toggle::before {
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
        content: "";
        display: block;
        height: 9px;
        transform: rotate(45deg);
        transition: transform 160ms ease;
        width: 9px;
    }

    .catalog-category-page .category-intro-toggle.is-expanded::before,
    .catalog-category-page .catalog-collection-toggle.is-expanded::before {
        transform: rotate(225deg);
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro .intro-text.is-collapsed,
    .catalog-category-page .seo-category-intro .intro-text.is-collapsed {
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 4 !important;
        display: -webkit-box !important;
        max-height: calc(1.45em * 4) !important;
        overflow: hidden !important;
    }

    .catalog-category-page .catalog-category-intro.seo-category-intro .intro-text:not(.is-collapsed),
    .catalog-category-page .seo-category-intro .intro-text:not(.is-collapsed) {
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .catalog-category-page .catalog-collection-links-top {
        margin: 0 0 0.6rem !important;
        padding: 2px 0 0 !important;
    }

    .catalog-category-page .catalog-collection-links-top h2 {
        display: none !important;
    }

    .catalog-category-page .catalog-collection-links-top .container {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .catalog-category-page .catalog-collection-links-top .catalog-related-generative-links-list {
        gap: 0.35rem !important;
        justify-content: center !important;
        margin-top: 6px !important;
        width: 100% !important;
    }

    .catalog-category-page .catalog-collection-links-top .catalog-related-generative-links-list.is-collapsed {
        display: none !important;
    }

    .catalog-category-page .catalog-collection-links-top .catalog-related-generative-links-list a {
        font-size: 12px !important;
        line-height: 1.2 !important;
        padding: 0.42rem 0.7rem !important;
    }
}

@media (min-width: 769px) {
    .catalog-category-page .catalog-collection-links-top .catalog-related-generative-links-list.is-collapsed {
        display: flex !important;
    }
}
