@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

.art-page-centre-holistique {
    background-color: #F5F0E8;
    color: #2A2520;
    font-family: 'Lato', sans-serif;
    padding-bottom: 56px;
    width: 100%;
}

/* Header */
.ch-header {
    background-color: #FDFAF5;
    background: linear-gradient(180deg, #FFFFFF 0%, #FDFAF5 100%);
    border-bottom: 1px solid rgba(42, 37, 32, 0.08);
    width: 100%;
}

.ch-header-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 20px 48px 20px;
}

.ch-header-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ch-header-main-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ch-header-title {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    color: #2A2520;
    margin: 0;
    letter-spacing: -0.01em;
}

.ch-header-title em {
    font-weight: 400;
    font-style: italic;
}

.ch-header-subtitle {
    color: #B87C4C;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin: 0;
}

.ch-header-description {
    color: #7A7268;
    font-size: 15.5px;
    line-height: 1.6;
    max-width: 640px;
    margin: 4px 0 0 0;
}

/* Trust Bar (Avatars + Ratings) */
.ch-header-trust-bar {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 8px 16px 8px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(42, 37, 32, 0.1);
    border-radius: 9999px;
    box-shadow: 0 2px 10px rgba(42, 37, 32, 0.04);
    margin-top: 8px;
    width: fit-content;
}

.ch-header-practitioners {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ch-avatar-stack {
    display: flex;
    align-items: center;
}

.ch-avatar-stack-item {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    margin-left: -10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    background-color: #EDE7D9;
    flex-shrink: 0;
}

.ch-avatar-stack-item:first-child {
    margin-left: 0;
}

.ch-avatar-stack-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ch-avatar-stack-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4A6B5A;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ch-header-practitioners-text {
    font-size: 13px;
    color: #2A2520;
    white-space: nowrap;
}

.ch-header-divider {
    width: 1px;
    height: 18px;
    background-color: rgba(42, 37, 32, 0.15);
}

.ch-header-rating-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    white-space: nowrap;
}

.ch-header-rating-score {
    font-weight: 700;
    color: #2A2520;
}

.ch-header-rating-count {
    color: #7A7268;
    font-size: 12.5px;
}

/* Desktop sticky filter bar */
.ch-filter-bar {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: rgba(245, 240, 232, 0.95);
    border-bottom: 1px solid rgba(42, 37, 32, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ch-filter-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 14px 20px;
}

.ch-filter-pills {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar Firefox */
}

.ch-filter-pills::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar Chrome/Safari */
}

.ch-filter-pill,
.art-page-centre-holistique .ch-filter-bar .ch-filter-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 14px !important;
    border-radius: 9999px !important;
    font-size: 13px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
    border: 1px solid rgba(42, 37, 32, 0.15) !important;
    background-color: #FDFAF5 !important;
    color: #2A2520 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    line-height: 1.5 !important;
}

.ch-filter-pill svg {
    flex-shrink: 0;
}

.ch-filter-pill:hover,
.art-page-centre-holistique .ch-filter-bar .ch-filter-pill:hover {
    background-color: #EDE7D9 !important;
    color: #2A2520 !important;
}

.ch-filter-pill.active,
.art-page-centre-holistique .ch-filter-bar .ch-filter-pill.active {
    background-color: #4A6B5A !important;
    color: #FDFAF5 !important;
    border-color: #4A6B5A !important;
    font-weight: 700 !important;
}

/* Mobile sticky dropdown filter */
.ch-mobile-filter {
    display: none;
}

/* Main Grid & Content */
.ch-main-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 32px 20px;
}

.ch-count {
    color: #7A7268;
    font-size: 14px;
    margin-bottom: 24px;
}

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

.ch-grid-empty {
    text-align: center;
    padding: 80px 20px;
    color: #7A7268;
}

.ch-grid-empty svg {
    margin: 0 auto 12px auto;
    opacity: 0.3;
}

/* Product Card */
.ch-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FDFAF5;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(42, 37, 32, 0.12);
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(42, 37, 32, 0.06);
    text-decoration: none !important;
    color: inherit;
}

.ch-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(42, 37, 32, 0.13);
}

/* Stretched Link Strategy */
.ch-card-title-link {
    color: inherit;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ch-card-title-link:hover {
    color: #B87C4C !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* Elevate interactive elements above stretched-link overlay */
.ch-practitioner-slider,
.ch-cta-button,
.ch-card-badge,
.ch-practitioner-nav,
.ch-practitioner-prev,
.ch-practitioner-next {
    position: relative;
    z-index: 2;
}

.ch-card-top-row {
    display: block;
    width: 100%;
}

.ch-card-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 526 / 395;
    background-color: #E8E0D0;
    overflow: hidden;
}

.ch-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}

.ch-card:hover .ch-card-image {
    transform: scale(1.04);
}

.ch-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ch-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.ch-badge {
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.ch-badge-emerald {
    background-color: #d1fae5;
    color: #065f46;
}

.ch-badge-rose {
    background-color: #ffe4e6;
    color: #9f1239;
}

.ch-badge-amber {
    background-color: #fef3c7;
    color: #92400e;
}

/* Card Body */
.ch-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
    gap: 12px;
}

.ch-card-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    color: #2A2520;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.ch-card-description {
    font-family: 'Lato', sans-serif;
    color: #7A7268;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3em;
}

/* Practitioner Slider inside Card */
.ch-practitioner-slider {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    width: 100%;
}

.ch-practitioner-avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ch-practitioner-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ch-practitioner-info {
    flex: 1;
    min-width: 0;
}

.ch-practitioner-name {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #2A2520;
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ch-practitioner-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #7A7268;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ch-slider-controls {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.ch-practitioner-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    flex-shrink: 0;
    user-select: none;
}

.ch-practitioner-prev,
.ch-practitioner-next {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    color: #9A9288;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px 2px;
    transition: color 0.2s ease;
    box-shadow: none;
}

.ch-practitioner-prev:hover,
.ch-practitioner-next:hover {
    background: transparent;
    color: #2A2520;
    border-color: transparent;
}

.ch-practitioner-indicator {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #7A7268;
    letter-spacing: 0.03em;
    line-height: 1;
}

.ch-slider-btn {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #7A7268;
    transition: background-color 0.2s ease;
}

.ch-slider-btn:hover {
    background-color: #EDE7D9;
}

.ch-slider-indicator {
    font-size: 10px;
    color: #7A7268;
    font-variant-numeric: tabular-nums;
}

.ch-practitioner-item {
    display: none;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.ch-practitioner-item.active {
    display: flex;
}

/* Card Footer Row */
.ch-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 4px;
    border-top: 1px solid rgba(42, 37, 32, 0.12);
    margin-top: auto;
    min-height: 48px;
    flex-shrink: 0;
}

.ch-card-meta-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
    min-width: 0;
    min-height: 34px;
}

.ch-card-meta-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #7A7268;
    line-height: 1.3;
}

.ch-card-meta-line-rating {
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ch-card-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.ch-stars {
    display: inline-flex;
    gap: 2px;
    align-items: center;
    line-height: 1;
    overflow: visible;
}

.ch-star {
    width: 12px;
    height: 12px;
    display: block;
    flex-shrink: 0;
    overflow: visible;
    fill: #e2e8f0;
    color: #e2e8f0;
}

.ch-star.filled {
    fill: #f59e0b;
    color: #f59e0b;
}

.ch-rating-text {
    font-size: 11px;
    color: #7A7268;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.ch-rating-text span {
    opacity: 0.6;
}

.ch-price-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    flex-shrink: 0;
    height: 34px;
}

.ch-price-line {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 2px;
    height: 14px;
    line-height: 1;
}

.ch-price-line .ch-badge {
    padding: 1px 6px;
    font-size: 9.5px;
    line-height: 1;
    border-radius: 9999px;
}

.ch-price-original {
    text-decoration: line-through;
    color: #7A7268;
    font-size: 10px;
    line-height: 1;
}

.ch-price-from {
    font-size: 8.5px;
    color: #7A7268;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 2px;
    height: 14px;
    display: flex;
    align-items: center;
}

.ch-price-active {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 16px;
    color: #2A2520;
    line-height: 1;
}

/* CTA */
.ch-card-cta,
.art-page-centre-holistique .ch-grid .ch-card .ch-card-cta {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 10px 0 !important;
    border-radius: 8px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background-color: #EDE7D9 !important;
    color: #2A2520 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.ch-card:hover .ch-card-cta,
.art-page-centre-holistique .ch-grid .ch-card:hover .ch-card-cta {
    background-color: #4A6B5A !important;
    color: #FDFAF5 !important;
}

/* Card classes for filtering */
.ch-card.hidden {
    display: none !important;
}

/* Responsive Overrides */
@media (max-width: 768px) {
    .ch-header-container {
        padding: 32px 16px 36px 16px;
    }

    .ch-header-content {
        gap: 12px;
    }

    .ch-header-title {
        font-size: 1.8rem;
    }

    .ch-header-subtitle {
        font-size: 11px;
    }

    .ch-header-description {
        font-size: 14px;
    }

    .ch-header-trust-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 16px;
        width: 100%;
    }

    .ch-header-divider {
        display: none;
    }

    .ch-filter-bar {
        display: none;
    }

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

    .ch-mobile-filter {
        display: block;
        position: sticky;
        top: 0;
        z-index: 99;
        background-color: rgba(245, 240, 232, 0.95);
        border-bottom: 1px solid rgba(42, 37, 32, 0.12);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding: 10px 16px;
    }

    .ch-mobile-dropdown-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 16px;
        background-color: #FDFAF5;
        border: 1px solid rgba(42, 37, 32, 0.12);
        border-radius: 10px;
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        color: #2A2520;
        cursor: pointer;
    }

    .ch-mobile-dropdown-btn span {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ch-mobile-dropdown-list {
        position: absolute;
        top: 100%;
        left: 16px;
        right: 16px;
        margin-top: 4px;
        background-color: #FDFAF5;
        border: 1px solid rgba(42, 37, 32, 0.12);
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(42, 37, 32, 0.15);
        z-index: 100;
        overflow: hidden;
        display: none;
    }

    .ch-mobile-dropdown-list.open {
        display: block;
    }

    .ch-mobile-dropdown-item {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 12px 16px !important;
        border: none !important;
        border-bottom: 1px solid rgba(42, 37, 32, 0.08) !important;
        background: transparent !important;
        font-size: 13px !important;
        font-family: 'Lato', sans-serif !important;
        text-align: left !important;
        color: #2A2520 !important;
        cursor: pointer !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        float: none !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .ch-mobile-dropdown-item:last-child {
        border-bottom: none !important;
    }

    .ch-mobile-dropdown-item.active {
        color: #4A6B5A !important;
        font-weight: 700 !important;
        background-color: #EDE7D9 !important;
        background: #EDE7D9 !important;
    }

    .ch-main-content {
        padding: 20px 16px;
    }

    .ch-grid {
        grid-template-cols: 1fr;
        gap: 16px;
    }

    .ch-card {
        box-shadow: 0 2px 10px rgba(42, 37, 32, 0.07);
    }

    /* Horizontal card top part */
    .ch-card-top-row {
        display: flex;
        width: 100%;
    }

    .ch-card-image-wrap {
        width: 33%;
        aspect-ratio: auto !important;
        flex-shrink: 0;
    }

    .ch-card-body {
        width: 67%;
        padding: 12px;
        gap: 8px;
        justify-content: center;
    }

    .ch-card-title {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .ch-practitioner-avatar {
        width: 28px;
        height: 28px;
    }

    .ch-practitioner-name {
        font-size: 11px;
    }

    .ch-card-description {
        font-size: 11px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }

    .ch-card-footer {
        flex-direction: row;
        align-items: center;
        padding: 6px 10px;
        background-color: #FDFAF5;
        gap: 6px;
    }

    .ch-card-meta-line {
        flex-wrap: wrap;
        gap: 3px 6px;
        font-size: 10px;
    }

    .ch-price-col {
        align-items: flex-end;
        text-align: right;
    }

    .ch-price-active {
        font-size: 13.5px;
    }

    .ch-card-cta {
        width: auto;
        padding: 6px 12px;
        font-size: 11px;
        border-radius: 6px;
        background-color: #4A6B5A;
        color: #FDFAF5;
        white-space: nowrap;
    }
}

/* =============================================================
   SKELETON LOADER
   Shimmer placeholders shown while the JSON API request is in-flight
============================================================= */

@keyframes ch-shimmer {
    0% {
        background-position: -600px 0;
    }

    100% {
        background-position: 600px 0;
    }
}

.ch-skeleton-box,
.ch-skeleton-line,
.ch-skeleton-avatar {
    background: linear-gradient(90deg, #e8e4dc 25%, #f4f1eb 50%, #e8e4dc 75%);
    background-size: 600px 100%;
    animation: ch-shimmer 1.5s infinite linear;
    border-radius: 6px;
}

.ch-card-skeleton {
    pointer-events: none;
}

.ch-card-skeleton .ch-card-overlay.ch-skeleton-box {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
}

.ch-skeleton-title {
    height: 18px;
    width: 75%;
    margin-bottom: 12px;
    border-radius: 4px;
}

.ch-skeleton-line {
    height: 13px;
    border-radius: 4px;
}

.ch-skeleton-practitioner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ch-skeleton-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Hide skeleton once the grid is populated */
.ch-skeleton-grid:empty {
    display: none;
}

/* =============================================================
   PRODUCT SLIDER CARD
============================================================= */

.ch-card-product-slider {
    position: relative;
}

.ch-product-slides-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ch-product-slide {
    display: none;
    width: 100%;
}

.ch-product-slide.active {
    display: block;
    animation: ch-fade-in 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes ch-fade-in {
    from {
        opacity: 0;
        transform: scale(0.99);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Product Slider Controls Overlay */
.ch-product-slider-controls {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(253, 250, 245, 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(42, 37, 32, 0.12);
    border-radius: 999px;
    padding: 4px 8px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(42, 37, 32, 0.08);
}

.ch-product-slider-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #2A2520;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ch-product-slider-btn:hover {
    background-color: #EDE7D9;
    color: #2A2520;
}

.ch-product-slider-indicator {
    font-size: 11px;
    font-weight: 700;
    color: #7A7268;
    font-family: 'Lato', sans-serif;
    font-variant-numeric: tabular-nums;
    user-select: none;
}

/* Responsive adjust for horizontal layout on mobile */
@media (max-width: 768px) {
    .ch-product-slider-controls {
        top: 8px;
        right: 8px;
        padding: 2px 6px;
        gap: 4px;
    }

    .ch-product-slider-btn {
        width: 20px;
        height: 20px;
    }

    .ch-product-slider-btn svg {
        width: 10px;
        height: 10px;
    }

    .ch-product-slider-indicator {
        font-size: 10px;
    }
}

/* Duplicated practitioner bios on single product page */
.ch-duplicated-bio-card {
    margin-top: 40px !important;
}

/* Pricing Selector and Table Styles */
.ch-pricing-container-wrapper {
    margin: 60px auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
}

.ch-pricing-practitioner-selector-wrapper {
    text-align: center;
    width: 100%;
}

.ch-pricing-selector-title {
    font-family: 'Hanken Grotesk', 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #8A8276;
    letter-spacing: 0.15em;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}

.ch-pricing-selector-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    max-width: 100%;
    margin: 0 auto;
}

.ch-pricing-selector-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 140px;
    max-width: 150px;
    padding: 8px 6px;
    border-radius: 16px;
    cursor: pointer;
    background: transparent;
    transition: all 0.25s ease;
    user-select: none;
    flex: 0 0 auto;
}

.ch-pricing-selector-tab:hover {
    background: transparent;
    transform: translateY(-2px);
}

.ch-pricing-selector-tab .ch-tab-avatar-wrap {
    position: relative !important;
    width: 76px !important;
    height: 76px !important;
    border-radius: 50% !important;
    padding: 3px !important;
    border: 2.5px solid transparent !important;
    transition: all 0.25s ease !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.ch-pricing-selector-tab.active .ch-tab-avatar-wrap {
    border-color: #4E6A5B !important;
}

.ch-pricing-selector-tab .ch-tab-avatar {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
    border: 1px solid rgba(42, 37, 32, 0.12) !important;
    transition: all 0.25s ease !important;
    background: #FFF !important;
    box-sizing: border-box !important;
}

.ch-pricing-selector-tab .ch-tab-avatar-sparkle {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    background: #F5F2EB !important;
    border: 1px solid rgba(42, 37, 32, 0.12) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #4A453F !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
}

/* Active State Styling */
.ch-pricing-selector-tab.active .ch-tab-avatar-sparkle {
    background: #EAF0EC !important;
    color: #4E6A5B !important;
}

.ch-tab-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.ch-tab-name {
    font-family: 'Hanken Grotesk', 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    transition: color 0.2s ease;
}

.ch-pricing-selector-tab:not(.active) .ch-tab-name {
    color: #2A2520;
}

.ch-pricing-selector-tab.active .ch-tab-name {
    color: #4E6A5B;
}

.ch-tab-availability {
    font-family: 'Hanken Grotesk', 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 2px;
    text-align: center;
    color: #7A7268;
    white-space: nowrap;
}

/* Summary Header */
.ch-pricing-practitioner-header {
    background: #FFF;
    border: 1px solid #EAE5DF;
    border-radius: 12px;
    padding: 10px 20px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);
}

.ch-header-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Hanken Grotesk', 'Poppins', sans-serif;
    font-size: 14px;
    color: #4A453F;
}

.ch-stars-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.ch-rating-text strong {
    color: #2A2520;
}

.ch-avail-text {
    font-weight: 500;
}

.ch-tagline-text {
    color: #7A7268;
    font-style: italic;
}

/* Pricing columns */
.ch-pricing-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.ch-pricing-columns.single-column {
    justify-content: center;
}

.ch-pricing-columns.single-column .ch-pricing-card {
    max-width: 380px;
    width: 100%;
}

/* Pricing Slider Layout */
.ch-pricing-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.ch-pricing-slider-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

.ch-pricing-card-slide {
    flex: 0 0 calc((100% - 60px) / 3);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* Disable slide styling when count <= 3 on desktop */
@media (min-width: 769px) {
    .ch-pricing-slider-container.no-desktop-slide .ch-pricing-slider-track {
        transform: none !important;
        justify-content: center;
    }

    .ch-pricing-slider-container.no-desktop-slide .ch-pricing-card-slide {
        flex: 0 1 360px;
    }
}

/* Slider Controls */
.ch-pricing-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #EAE5DF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    z-index: 10;
    transition: all 0.25s;
    padding: 0;
    color: #4A453F;
}

.ch-pricing-arrow:hover {
    background: #4E6A5B;
    color: #FFF;
    border-color: #4E6A5B;
}

.ch-pricing-arrow svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.ch-pricing-arrow.prev {
    left: 10px;
}

.ch-pricing-arrow.next {
    right: 10px;
}

.ch-pricing-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
    width: 100%;
}

.ch-pricing-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EAE5DF;
    cursor: pointer;
    transition: background 0.3s;
}

.ch-pricing-dot.active {
    background: #4E6A5B;
}

.ch-pricing-badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #B87C4C;
    color: #FFF;
    font-family: 'Hanken Grotesk', 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 14px;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(184, 124, 76, 0.3);
    white-space: nowrap;
}

.ch-pricing-card {
    background: #FFF;
    border: 1px solid #EAE5DF;
    border-radius: 20px;
    padding: 25px;
    flex: 1 1 300px;
    max-width: 360px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
    overflow: hidden;
}

.ch-pricing-card.is-featured {
    border-color: #4E6A5B;
    box-shadow: 0 8px 30px rgba(78, 106, 91, 0.15);
    transform: translateY(-4px);
}

.ch-pricing-card-image {
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 20px;
    width: calc(100% + 50px);
    height: 230px;
    overflow: hidden;
    border-bottom: 1px solid #EAE5DF;
}

.ch-pricing-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ch-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(42, 37, 32, 0.05);
    border-color: rgba(78, 106, 91, 0.2);
}

.ch-pricing-card-header {
    margin-bottom: 15px;
}

.ch-title-group {
    margin-bottom: 12px;
}

.ch-pricing-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #2A2520;
    line-height: 1.25;
    margin: 0 0 4px 0;
}

.ch-pricing-subtitle {
    font-family: 'Hanken Grotesk', 'Poppins', sans-serif;
    font-size: 14px;
    color: #7A7268;
    margin: 0;
}

.ch-pricing-price-meta-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ch-pricing-price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ch-price-top-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.ch-price-regular {
    font-family: 'Hanken Grotesk', 'Lato', sans-serif;
    font-size: 14px;
    text-decoration: line-through;
    color: #A0978C;
}

.ch-discount-badge {
    background: #FAF3EB;
    color: #B87C4C;
    font-family: 'Hanken Grotesk', 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}

.ch-price-main-row {
    display: flex;
    align-items: baseline;
}

.ch-price-sale {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 700;
    color: #2A2520;
    line-height: 1;
}

.ch-pricing-meta-items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
    margin-bottom: 0;
}

.ch-pricing-duration,
.ch-pricing-availability {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Hanken Grotesk', 'Lato', sans-serif;
    font-size: 12px;
    color: #7A7268;
    white-space: nowrap;
}

.ch-pricing-duration svg,
.ch-pricing-availability svg {
    color: #B87C4C;
    flex-shrink: 0;
}

.ch-pricing-card-separator {
    border: none;
    border-top: 1px solid #FAF8F5;
    margin: 0 0 20px 0;
}

.ch-pricing-desc {
    font-family: 'Hanken Grotesk', 'Poppins', sans-serif;
    font-size: 14px;
    color: #4A453F;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* Premium checkmarks styling for variation lists */
.ch-pricing-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ch-pricing-desc li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #4A453F;
    line-height: 1;
}

.ch-pricing-desc li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234b6a5a'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.ch-pricing-card-footer {
    margin-top: auto;
}

.ch-pricing-button {
    display: block;
    width: 100%;
    text-align: center;
    background: #4E6A5B;
    color: #FFF;
    border: none;
    padding: 14px 20px;
    border-radius: 30px;
    font-family: 'Hanken Grotesk', 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.ch-pricing-button:hover {
    background: #3D5448;
    box-shadow: 0 4px 15px rgba(78, 106, 91, 0.25);
}

/* Mobile responsive selector */
@media (max-width: 768px) {
    .ch-pricing-selector-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding: 8px 16px 16px 16px !important;
        gap: 16px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        scroll-behavior: smooth !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .ch-pricing-selector-tabs::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    .ch-pricing-selector-tab {
        scroll-snap-align: center !important;
        flex: 0 0 115px !important;
        width: 115px !important;
        max-width: 115px !important;
        padding: 4px !important;
        box-sizing: border-box !important;
    }

    .ch-pricing-selector-tab .ch-tab-avatar-wrap {
        width: 64px !important;
        height: 64px !important;
        margin-bottom: 6px !important;
    }

    .ch-tab-name {
        font-size: 12px !important;
    }

    .ch-tab-tagline {
        font-size: 10px !important;
    }

    .ch-pricing-columns {
        flex-direction: column;
        align-items: center;
    }

    .ch-pricing-card {
        width: 100%;
        max-width: 100%;
    }
}

/* Bio Slider Shortcode Layout */
.ch-bio-slider-container-wrap {
    width: 100%;
    margin: 40px auto;
    max-width: 1140px;
    position: relative;
    box-sizing: border-box;
}

.ch-bio-slider {
    position: relative;
    overflow: hidden !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.ch-bio-slider-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.ch-bio-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}

.ch-bio-slider.has-multiple-slides .ch-bio-slide {
    padding: 0 !important;
}

.ch-bio-card-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    background: #FFF;
    border: 1px solid #EAE5DF;
    border-radius: 24px;
    padding: 30px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}


.ch-bio-avatar-col {
    flex: 0 0 220px;
    width: 220px;
}

.ch-bio-avatar-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    object-fit: cover;
}

.ch-bio-content-col {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.ch-bio-title {
    font-family: 'Hanken Grotesk', 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.9;
    color: #1C244B;
    margin: 0 0 5px 0;
}

.ch-bio-title .highlight {
    color: #8D5B4C;
}

.ch-bio-title .medium-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.1;
    color: #4A453F;
}

.ch-bio-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1.35;
    color: #4A453F;
}

.ch-bio-text p {
    margin: 0 0 15px 0;
}

.ch-bio-text p:last-child {
    margin-bottom: 0;
}

/* Arrows controls */
.ch-bio-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #EAE5DF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    z-index: 10;
    transition: all 0.25s;
    padding: 0;
    color: #4A453F;
}

.ch-bio-slider-arrow:hover {
    background: #4E6A5B;
    color: #FFF;
    border-color: #4E6A5B;
}

.ch-bio-slider-arrow svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.ch-bio-slider-arrow.prev {
    left: 15px;
}

.ch-bio-slider-arrow.next {
    right: 15px;
}

.ch-bio-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.ch-bio-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EAE5DF;
    cursor: pointer;
    transition: background 0.3s;
}

.ch-bio-slider-dot.active {
    background: #4E6A5B;
}

/* Recommendation Card */
.ch-recommendation-card-wrap {
    margin-top: 30px;
    width: 100%;
}

.ch-recommendation-card {
    background: #FFF;
    border-radius: 30px;
    padding: 30px 40px;
    position: relative;
    border: 1px solid #EAE5DF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.ch-recommendation-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.ch-recommendation-slide.active {
    display: block;
    opacity: 1;
}

.ch-recommendation-content {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1.4;
    color: #4A453F;
    text-align: left;
}

/* Mobile responsive styling */
@media (max-width: 768px) {
    .ch-bio-slider-arrow {
        display: none !important;
    }

    .ch-bio-slider.has-multiple-slides .ch-bio-slide {
        padding: 25px !important;
    }

    .ch-bio-card-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .ch-bio-avatar-col {
        flex: 0 0 100%;
        max-width: 60%;
    }

    .ch-bio-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .ch-bio-title {
        font-size: 28px;
    }

    .ch-bio-title .medium-title {
        font-size: 20px;
    }

    .ch-recommendation-card {
        padding: 20px 25px;
    }

    .ch-recommendation-content {
        text-align: center;
    }

    /* Pricing Slider Mobile Overrides */
    .ch-pricing-slider-track {
        gap: 0px !important;
    }

    .ch-pricing-card-slide {
        flex: 0 0 100% !important;
        padding: 0 15px;
    }

    .ch-pricing-arrow {
        display: flex !important;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 10;
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #EAE5DF;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .ch-pricing-arrow.prev {
        left: 0px;
    }

    .ch-pricing-arrow.next {
        right: 0px;
    }
}

/* Practitioners Grid Layout */
.ch-single-practitioners-grid-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

.ch-grid-title {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #7A7268;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    text-align: center;
}

.ch-practitioners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.ch-practitioner-grid-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(42, 37, 32, 0.1);
    border-radius: 12px;
    background: #FFF;
    cursor: default !important;
    pointer-events: none !important;
    box-sizing: border-box;
    width: 100%;
    min-width: 0 !important;
}

.ch-grid-avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0;
    flex-shrink: 0;
}

.ch-grid-info {
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
    min-width: 0 !important;
    overflow: hidden;
}

.ch-grid-name {
    font-size: 13px;
    font-weight: 700;
    color: #2A2520;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ch-grid-tagline {
    font-size: 11px;
    color: #7A7268;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/* Mobile responsive styling overrides */
@media (max-width: 600px) {
    .ch-practitioners-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
}