:root {
    --cw-bg: #f5f1ea;
    --cw-paper: #ffffff;
    --cw-ink: #1b1713;
    --cw-muted: #6d6760;
    --cw-accent: #c07a3d;
    --cw-accent-2: #9e5f2f;
    --cw-line: #e6dfd4;
    --cw-dark: #14110f;
}

body.ceramica-theme {
    margin: 0;
    font-family: "Jost", "Noto Sans Armenian", "Manrope", sans-serif;
    color: var(--cw-ink);
    background:
        radial-gradient(circle at 0% 0%, #efe8dc 0, transparent 30%),
        radial-gradient(circle at 100% 0%, #f4ece2 0, transparent 24%),
        var(--cw-bg);
}

.ceramica-theme h1,
.ceramica-theme h2,
.ceramica-theme h3,
.ceramica-theme h4,
.ceramica-theme .font-dmserif {
    font-family: "Jost", "Noto Sans Armenian", sans-serif !important;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--cw-ink);
}

.ceramica-theme .container {
    max-width: 1320px;
    padding-left: 40px;
    padding-right: 40px;
}

.ceramica-theme .primary-button {
    border-radius: 999px;
    background: linear-gradient(120deg, var(--cw-accent), var(--cw-accent-2));
    border: 0;
    color: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ceramica-theme .primary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(192, 122, 61, 0.26);
}

.ceramica-theme .secondary-button {
    border-radius: 999px;
    border: 1px solid var(--cw-line);
    background: #fff;
    color: var(--cw-ink);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ceramica-theme .secondary-button:hover {
    border-color: var(--cw-accent);
    background: #fffaf4;
}

.ceramica-header {
    box-shadow: 0 8px 24px rgba(20, 17, 15, 0.08);
    background: #fff;
}

.ceramica-header-utility {
    display: none;
}

.ceramica-header-topline {
    display: none;
}

.ceramica-header-desktop > div {
    border: 0 !important;
    background: #fff;
    min-height: 90px;
}

.ceramica-header-row {
    min-height: 90px;
    border-color: #ece6dd !important;
}

.ceramica-header-left {
    gap: 34px;
}

.ceramica-header-logo img {
    width: 180px;
    height: auto;
}

.ceramica-header-desktop .group.relative.flex.h-\[77px\] {
    height: 90px;
}

.ceramica-header-desktop .group.relative.flex.h-\[77px\] > span > a {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    color: #302922;
}

.ceramica-header-desktop .group.relative.flex.h-\[77px\]:hover {
    border-color: var(--cw-accent);
}

.ceramica-header-search-trigger a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #eadfce;
    background: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ceramica-header-search-trigger a:hover {
    border-color: var(--cw-accent);
    transform: translateY(-1px);
}

.ceramica-header-desktop .icon-users,
.ceramica-header-desktop .icon-cart,
.ceramica-header-desktop .icon-compare,
.ceramica-header-desktop .icon-heart,
.ceramica-header-desktop .icon-search {
    color: #2f2821;
}

.ceramica-header-icons {
    margin-top: 0 !important;
    align-items: center;
    gap: 22px;
}

.ceramica-mobile-header {
    border-bottom: 1px solid #ece6dd;
    background: #fff;
    box-shadow: none;
}

.ceramica-mobile-header .icon-hamburger,
.ceramica-mobile-header .icon-cart,
.ceramica-mobile-header .icon-search {
    color: #2f2821;
}

.ceramica-hero {
    padding: 52px 0 14px;
}

.ceramica-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    gap: 24px;
}

.ceramica-hero-copy {
    border: 1px solid var(--cw-line);
    border-radius: 24px;
    background: linear-gradient(150deg, #fff 0%, #f8f3eb 100%);
    padding: 48px;
}

.ceramica-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cw-accent-2);
    margin: 0 0 16px;
}

.ceramica-hero-copy h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
    margin: 0;
    max-width: 18ch;
}

.ceramica-hero-copy p {
    margin-top: 20px;
    max-width: 52ch;
    line-height: 1.7;
    color: var(--cw-muted);
}

.ceramica-hero-tags {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ceramica-hero-tags span {
    border: 1px solid #e4d9ca;
    background: #fff;
    color: #4b4136;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.ceramica-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ceramica-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ceramica-btn:hover {
    transform: translateY(-1px);
}

.ceramica-btn-primary {
    background: var(--cw-dark);
    color: #fff;
}

.ceramica-btn-ghost {
    border: 1px solid #ddd0bd;
    color: #2f2923;
    background: #fff;
}

.ceramica-kpis {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ceramica-kpis div {
    border: 1px solid #e8dfd2;
    border-radius: 14px;
    padding: 14px 16px;
    background: #fff;
}

.ceramica-kpis strong {
    display: block;
    font-size: 21px;
    line-height: 1;
}

.ceramica-kpis span {
    margin-top: 6px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--cw-muted);
}

.ceramica-hero-stack {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
}

.ceramica-hero-media {
    border-radius: 24px;
    border: 1px solid var(--cw-line);
    overflow: hidden;
    position: relative;
    min-height: 520px;
}

.ceramica-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.36), transparent 48%);
    z-index: 1;
    pointer-events: none;
}

.ceramica-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
}

.ceramica-hero-floating {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border: 1px solid #e8dfd1;
    border-radius: 14px;
    padding: 12px 14px;
    min-width: 170px;
    max-width: min(92%, 350px);
}

.ceramica-hero-floating p {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #6c6155;
    font-weight: 700;
}

.ceramica-hero-floating strong {
    margin-top: 6px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #2f271f;
}

.ceramica-hero-slide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ceramica-hero-slide-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e4d9ca;
    text-decoration: none;
    display: block;
    min-height: 180px;
}

.ceramica-hero-slide-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceramica-hero-slide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.52), transparent 55%);
}

.ceramica-hero-slide-copy {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 1;
}

.ceramica-hero-slide-copy p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.82);
}

.ceramica-hero-slide-copy h3 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.ceramica-hero-quick-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ceramica-hero-quick-card {
    border: 1px solid #e4d9ca;
    border-radius: 14px;
    background: #fff;
    padding: 16px;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.ceramica-hero-quick-card:hover {
    transform: translateY(-2px);
    border-color: var(--cw-accent);
}

.ceramica-hero-quick-card p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #75695d;
    font-weight: 700;
}

.ceramica-hero-quick-card h3 {
    margin: 8px 0 0;
    font-size: 21px;
    line-height: 1.18;
    color: #221b15;
}

.ceramica-hero-strip {
    margin-top: 14px;
    border: 1px solid var(--cw-line);
    background: #fff;
    border-radius: 999px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
}

.ceramica-hero-strip p {
    margin: 0;
    text-align: center;
    padding: 14px 8px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #3e362e;
    border-right: 1px solid #efe8db;
}

.ceramica-hero-strip p:last-child {
    border-right: 0;
}

.ceramica-section {
    padding-top: 38px;
}

.ceramica-section-last {
    padding-bottom: 36px;
}

.ceramica-section-tight {
    padding-top: 24px;
}

.ceramica-category-showcase {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ceramica-category-showcase-card {
    display: block;
    text-decoration: none;
    border: 1px solid #e5dbc9;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ceramica-category-showcase-card:hover {
    transform: translateY(-2px);
    border-color: #d9c8ad;
    box-shadow: 0 16px 28px rgba(25, 20, 14, 0.08);
}

.ceramica-category-showcase-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.ceramica-category-showcase-card span {
    display: block;
    padding: 12px;
    font-weight: 600;
    line-height: 1.35;
    color: #221b16;
    text-align: center;
}

.ceramica-brand-strip {
    border: 1px solid #e5dccc;
    border-radius: 20px;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
        radial-gradient(circle at 96% 0%, rgba(192, 122, 61, 0.24), transparent 22%),
        #f4ecdf;
    padding: 28px 30px;
}

.ceramica-brand-strip h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 36px);
}

.ceramica-brand-strip .ceramica-eyebrow {
    margin-bottom: 10px;
}

.ceramica-brand-chips {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ceramica-brand-chips a {
    text-decoration: none;
    border: 1px solid #dfd2bf;
    border-radius: 999px;
    background: #fff;
    color: #2f2821;
    padding: 8px 14px;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-transform: uppercase;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ceramica-brand-chips a:hover {
    border-color: var(--cw-accent);
    transform: translateY(-1px);
}

.ceramica-featured-intro {
    margin-bottom: 20px;
    max-width: 780px;
}

.ceramica-featured-intro h2 {
    margin: 8px 0 0;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.08;
}

.ceramica-featured-intro p:last-child {
    margin-top: 14px;
    color: #6c6155;
    line-height: 1.7;
    max-width: 62ch;
}

.ceramica-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.ceramica-section-head .ceramica-eyebrow {
    margin-bottom: 8px;
}

.ceramica-section-head h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.05;
}

.ceramica-section-head a {
    text-decoration: none;
    color: #2f2821;
    border: 1px solid #e4d9ca;
    background: #fff;
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ceramica-section-head a:hover {
    border-color: var(--cw-accent);
    transform: translateY(-1px);
}

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

.ceramica-banner {
    border-radius: 20px;
    padding: 34px 30px;
    border: 1px solid #e4ddcf;
    background: linear-gradient(135deg, #fbf8f3 0%, #efe7db 100%);
    position: relative;
    overflow: hidden;
}

.ceramica-banner::after {
    content: "";
    position: absolute;
    right: -54px;
    top: -54px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(192, 122, 61, 0.23) 0, transparent 70%);
}

.ceramica-banner-dark {
    background: linear-gradient(135deg, #1e1813 0%, #3a2c20 100%);
    border-color: #20170f;
}

.ceramica-banner p {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #705c48;
}

.ceramica-banner h3 {
    margin: 12px 0 0;
    font-size: 30px;
    line-height: 1.16;
    max-width: 16ch;
}

.ceramica-banner a {
    display: inline-block;
    margin-top: 22px;
    color: #fff;
    background: var(--cw-dark);
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.ceramica-banner-dark p,
.ceramica-banner-dark h3 {
    color: #fff;
}

.ceramica-banner-dark a {
    background: #fff;
    color: #15110d;
}

.ceramica-banner-soft {
    background: linear-gradient(135deg, #f4efe7 0%, #f9f5ef 100%);
}

.ceramica-arrival-banner {
    border-radius: 20px;
    border: 1px solid #e3d8ca;
    padding: 52px 48px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
        radial-gradient(circle at 70% 20%, rgba(192, 122, 61, 0.24), transparent 35%),
        linear-gradient(140deg, #ece1d3 0%, #d4c0a8 100%);
}

.ceramica-arrival-banner > p {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #6e5c49;
}

.ceramica-arrival-banner h2 {
    margin: 14px 0 0;
    font-size: clamp(28px, 4.2vw, 52px);
    line-height: 1.05;
    max-width: 18ch;
}

.ceramica-arrival-banner .ceramica-hero-actions {
    margin-top: 26px;
}

.ceramica-arrival-banner > p:last-of-type {
    margin-top: 14px;
    max-width: 62ch;
    color: #534a3f;
    line-height: 1.7;
}

.ceramica-support-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ceramica-support-grid article {
    border: 1px solid #e7dece;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
}

.ceramica-support-grid h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.ceramica-support-grid p {
    margin: 10px 0 0;
    color: #6a5f53;
    line-height: 1.6;
}

.ceramica-theme .ceramica-product-card {
    border: 1px solid var(--cw-line);
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 8px 18px rgba(20, 17, 15, 0.05);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ceramica-theme .ceramica-product-card:hover {
    transform: translateY(-4px);
    border-color: #d6cbbd;
    box-shadow: 0 18px 34px rgba(20, 17, 15, 0.12);
}

.ceramica-theme .ceramica-product-card-media {
    border-bottom: 1px solid #efe6da;
    background: linear-gradient(160deg, #fcfaf6 0%, #f5eee2 100%);
}

.ceramica-theme .ceramica-product-card-info {
    padding: 14px !important;
    gap: 10px;
}

.ceramica-theme .ceramica-product-card-name {
    font-size: 15px;
    line-height: 1.45;
    color: #26201b;
}

.ceramica-theme .ceramica-product-card-price {
    color: #1f1914;
    font-size: 20px;
}

.ceramica-theme .ceramica-product-card-price > * {
    font-weight: 600 !important;
}

.ceramica-theme .ceramica-product-card-actions .secondary-button {
    border-radius: 999px !important;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.ceramica-theme .ceramica-product-card .bg-red-600,
.ceramica-theme .ceramica-product-card .bg-navyBlue {
    border-radius: 999px !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.ceramica-theme .ceramica-product-card-tools span {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ceramica-theme .ceramica-product-card-list {
    border: 1px solid var(--cw-line);
    border-radius: 14px;
    padding: 10px;
    background: #fff;
}

.ceramica-footer {
    border-top: 1px solid #e6ddcf;
    background: #f2eadf;
}

.ceramica-footer-top {
    background: #f2eadf;
}

.ceramica-footer-brand p,
.ceramica-footer-newsletter p {
    color: #5c5145;
}

.ceramica-footer-contact a {
    color: #2d261f;
    text-decoration: none;
    font-weight: 600;
}

.ceramica-footer-contact span {
    color: #8c7f71;
}

.ceramica-footer-links a,
.ceramica-footer-mobile-links a {
    color: #3d342c;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ceramica-footer-links a:hover,
.ceramica-footer-mobile-links a:hover {
    color: var(--cw-accent);
}

.ceramica-footer-mobile-links {
    border: 1px solid #e4d9ca !important;
    background: #f7f1e8;
}

.ceramica-footer-mobile-links [data-slot="header"] {
    background: #efe5d7;
}

.ceramica-footer-newsletter input {
    border-color: #e0d4c3 !important;
    background: #f8f3ea !important;
}

.ceramica-footer-newsletter input:focus {
    border-color: var(--cw-accent) !important;
}

.ceramica-footer-subscribe-btn {
    background: #fff;
    border: 1px solid #e4d9ca;
    color: #2c241c;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ceramica-footer-subscribe-btn:hover {
    border-color: var(--cw-accent);
    transform: translateY(-1px);
}

.ceramica-footer-bottom {
    border-top: 1px solid #e2d7c8;
    background: #ece2d3;
}

.ceramica-footer-bottom p {
    color: #685c4e;
}

.ceramica-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ceramica-service-card {
    border: 1px solid #e7dece;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}

.ceramica-service-icon {
    border-color: #ded2c0 !important;
    color: #30271f !important;
    background: #faf7f2 !important;
}

.ceramica-service-title {
    font-size: 20px;
    line-height: 1.2;
}

.ceramica-service-description {
    color: #6a5f53 !important;
}

@media (max-width: 1024px) {
    .ceramica-theme .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ceramica-header-row {
        min-height: 78px;
    }

    .ceramica-header-logo img {
        width: 150px;
    }

    .ceramica-header-left {
        gap: 16px;
    }

    .ceramica-header-icons {
        gap: 14px;
    }

    .ceramica-hero {
        padding-top: 24px;
    }

    .ceramica-hero-grid {
        grid-template-columns: 1fr;
    }

    .ceramica-hero-copy {
        padding: 30px 20px;
    }

    .ceramica-hero-media {
        min-height: 360px;
    }

    .ceramica-hero-floating {
        right: 12px;
        bottom: 12px;
        min-width: 0;
        max-width: calc(100% - 24px);
    }

    .ceramica-hero-slide-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ceramica-hero-slide-card {
        min-height: 160px;
    }

    .ceramica-kpis {
        grid-template-columns: 1fr;
    }

    .ceramica-hero-quick-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ceramica-hero-strip {
        grid-template-columns: 1fr 1fr;
        border-radius: 20px;
    }

    .ceramica-hero-strip p {
        border-right: 1px solid #efe8db;
        border-bottom: 1px solid #efe8db;
    }

    .ceramica-hero-strip p:nth-child(2n) {
        border-right: 0;
    }

    .ceramica-hero-strip p:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .ceramica-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ceramica-banners {
        grid-template-columns: 1fr 1fr;
    }

    .ceramica-category-showcase {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ceramica-brand-strip {
        padding: 22px 18px;
    }

    .ceramica-banner h3 {
        font-size: 24px;
    }

    .ceramica-arrival-banner {
        padding: 34px 22px;
    }

    .ceramica-support-grid {
        grid-template-columns: 1fr;
    }

    .ceramica-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ceramica-footer-top {
        gap: 24px;
    }

    .ceramica-theme .ceramica-product-card-info {
        padding: 8px !important;
    }

    .ceramica-theme .ceramica-product-card-price {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .ceramica-banners {
        grid-template-columns: 1fr;
    }

    .ceramica-hero-media {
        min-height: 270px;
    }

    .ceramica-hero-slide-grid {
        grid-template-columns: 1fr;
    }

    .ceramica-hero-quick-grid {
        grid-template-columns: 1fr;
    }

    .ceramica-hero-tags {
        gap: 6px;
    }

    .ceramica-header-icons {
        gap: 10px;
    }

    .ceramica-services-grid {
        grid-template-columns: 1fr;
    }

    .ceramica-category-showcase {
        grid-template-columns: 1fr 1fr;
    }

    .ceramica-category-showcase-card img {
        height: 150px;
    }

    .ceramica-brand-strip {
        border-radius: 14px;
    }

    .ceramica-brand-chips {
        gap: 8px;
    }

    .ceramica-brand-chips a {
        font-size: 11px;
        padding: 7px 11px;
    }

    .ceramica-footer-links {
        gap: 24px;
    }

    .ceramica-footer-newsletter input {
        padding-right: 120px !important;
    }
}

.ceramica-theme .ceramica-category-banner .aspect-\[4\/1\] {
    border-radius: 24px;
    border: 1px solid #e5dccf;
    box-shadow: 0 14px 28px rgba(18, 14, 10, 0.08);
}

.ceramica-theme .ceramica-category-description {
    color: #4f463e;
    line-height: 1.8;
}

.ceramica-theme .ceramica-catalog-layout,
.ceramica-theme .ceramica-search-layout {
    margin-top: 30px;
}

.ceramica-theme .ceramica-filters-panel {
    border: 1px solid #e8dfd3;
    border-radius: 18px;
    background: #fff;
    padding: 18px 16px 10px;
    box-shadow: 0 16px 32px rgba(31, 23, 14, 0.06);
}

.ceramica-theme .ceramica-filters-panel .h-\[50px\] {
    height: auto;
    border-bottom-color: #eee5d8;
    margin-bottom: 8px;
    padding-bottom: 14px;
}

.ceramica-theme .ceramica-filter-accordion {
    border-bottom-color: #f2ece3;
}

.ceramica-theme .ceramica-filter-search {
    border-radius: 999px;
    background: #fbf8f3;
    border-color: #e8dfd0;
    font-weight: 600;
}

.ceramica-theme .ceramica-filter-search:focus {
    border-color: var(--cw-accent);
    box-shadow: 0 0 0 3px rgba(192, 122, 61, 0.13);
}

.ceramica-theme .ceramica-toolbar-desktop {
    margin-bottom: 12px;
    padding: 10px 14px;
    border: 1px solid #e8dfd3;
    border-radius: 14px;
    background: #fff;
}

.ceramica-theme .ceramica-toolbar-select {
    border-radius: 999px !important;
    border-color: #e7dece !important;
    background: #fcfaf6 !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2e2720;
}

.ceramica-theme .ceramica-toolbar-select:hover,
.ceramica-theme .ceramica-toolbar-select:focus {
    border-color: var(--cw-accent) !important;
}

.ceramica-theme .ceramica-toolbar-mode span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: #fff;
}

.ceramica-theme .ceramica-catalog-products,
.ceramica-theme .ceramica-search-layout .mt-8.grid.grid-cols-1.gap-6 {
    margin-top: 18px !important;
}

.ceramica-theme .ceramica-search-header {
    margin-top: 20px;
    margin-bottom: 4px;
}

.ceramica-theme .ceramica-search-title {
    font-size: clamp(24px, 3.2vw, 44px) !important;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.ceramica-theme .ceramica-search-header form p {
    margin-top: 12px !important;
    color: #6d6358;
}

.ceramica-theme .ceramica-search-header form button {
    color: var(--cw-accent-2) !important;
    font-weight: 700;
}

.ceramica-theme .ceramica-product-main {
    margin-top: 14px;
}

.ceramica-theme .ceramica-product-gallery-desktop {
    top: 112px;
}

.ceramica-theme .ceramica-product-thumbs {
    border: 1px solid #e7dece;
    border-radius: 16px;
    padding: 12px 8px;
    background: #fff;
}

.ceramica-theme .ceramica-product-thumbs img,
.ceramica-theme .ceramica-product-thumbs video {
    border-radius: 12px !important;
    border-color: #efe6da !important;
}

.ceramica-theme .ceramica-product-stage .shimmer,
.ceramica-theme .ceramica-product-stage img,
.ceramica-theme .ceramica-product-stage video {
    border-radius: 20px !important;
    border: 1px solid #e5dccf;
    background: #fff;
}

.ceramica-theme .ceramica-product-summary {
    border: 1px solid #e5ddcf;
    border-radius: 24px;
    background: #fff;
    padding: 26px 24px 24px;
    box-shadow: 0 16px 34px rgba(30, 22, 13, 0.07);
}

.ceramica-theme .ceramica-product-summary h1 {
    font-size: clamp(26px, 2.9vw, 44px) !important;
    line-height: 1.1;
}

.ceramica-theme .ceramica-product-price {
    color: #1f1812;
    font-size: clamp(26px, 2.5vw, 35px) !important;
}

.ceramica-theme .ceramica-product-summary .text-zinc-500 {
    color: #6a5f53 !important;
}

.ceramica-theme .ceramica-configurable-options {
    margin-top: 4px;
}

.ceramica-theme .ceramica-option-label {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #5e5348;
    margin-bottom: 10px !important;
}

.ceramica-theme .ceramica-option-select {
    border-radius: 14px !important;
    border-color: #e4dacb !important;
    background: #fcfaf6 !important;
    color: #2b241d !important;
    font-weight: 600;
}

.ceramica-theme .ceramica-option-select:focus {
    border-color: var(--cw-accent) !important;
    box-shadow: 0 0 0 3px rgba(192, 122, 61, 0.13) !important;
}

.ceramica-theme .ceramica-product-buybox .secondary-button {
    border-radius: 14px !important;
    height: 54px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ceramica-theme .ceramica-product-summary .primary-button {
    border-radius: 14px !important;
    height: 54px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ceramica-theme .ceramica-product-actions {
    padding-top: 16px;
    margin-top: 18px !important;
    border-top: 1px solid #ede4d8;
}

.ceramica-theme .ceramica-product-tabs .tabs {
    border-top: 1px solid #e6dccf;
    margin-top: 26px;
    padding-top: 24px;
}

.ceramica-theme .ceramica-product-tabs [id$="-tab-button"] {
    border-radius: 999px;
    border: 1px solid #eadfce;
    padding: 10px 18px !important;
    margin: 0 6px;
    background: #fff;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.ceramica-theme .ceramica-product-tabs [id$="-tab-button"][aria-selected="true"] {
    background: #1e1914;
    color: #fff;
    border-color: #1e1914;
}

.ceramica-theme .ceramica-product-accordion .bg-gray-100 {
    background: #f4eee4 !important;
    border: 1px solid #ebdfcd;
    border-radius: 12px;
}

.ceramica-theme .ceramica-mobile-filterbar {
    border-top-color: #e8dece;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
}

.ceramica-theme .ceramica-mobile-filterbar .text-base.font-medium.uppercase {
    font-size: 12px !important;
    letter-spacing: 0.09em;
}

@media (max-width: 1180px) {
    .ceramica-theme .ceramica-product-summary {
        margin-top: 10px;
        border-radius: 16px;
        padding: 20px 16px;
    }

    .ceramica-theme .ceramica-product-buybox .secondary-button,
    .ceramica-theme .ceramica-product-summary .primary-button {
        height: 48px;
        font-size: 12px;
    }
}
