/* ==========================================================================
   KHAAS ROYAL TEA — CLEAN LUXURY EDITORIAL STYLING
   ========================================================================== */

.krt-editorial-single-wrapper {
    background-color: #0B1A13 !important;
    color: #C9C7BD !important;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.krt-editorial-single-wrapper a {
    color: #C5A059;
    text-decoration: none;
    transition: color 0.3s ease;
}

.krt-editorial-single-wrapper a:hover {
    color: #DFCA8F;
}

/* Article Body Typography */
.krt-editorial-article-body h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 34px !important;
    font-weight: 500 !important;
    color: #F6F1E7 !important;
    line-height: 1.25 !important;
    margin: 45px 0 16px 0 !important;
}

.krt-editorial-article-body h3 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    color: #F6F1E7 !important;
    line-height: 1.3 !important;
    margin: 32px 0 14px 0 !important;
}

.krt-editorial-article-body p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.95 !important;
    color: #C9C7BD !important;
    margin-bottom: 24px !important;
}

.krt-editorial-lead {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    line-height: 1.7 !important;
    color: #F6F1E7 !important;
    margin-bottom: 30px !important;
}

.krt-editorial-quote {
    text-align: center;
    padding: 38px 30px;
    margin: 45px 0;
    border-top: 1px solid rgba(197, 160, 89, 0.3);
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

.krt-editorial-quote p {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 26px !important;
    font-style: italic !important;
    color: #F6F1E7 !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
}

.krt-editorial-quote cite {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #C5A059 !important;
    font-style: normal !important;
}

/* Related Cards Hover Animations */
.krt-related-card:hover {
    transform: translateY(-6px);
    border-color: #C5A059 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
}

.krt-related-card:hover img {
    transform: scale(1.06);
}

.krt-related-card:hover h3 a {
    color: #C5A059 !important;
}
/* ==========================================================================
   KHAAS ROYAL TEA — LUXURY STORE & WHATSAPP CONCIERGE ENHANCEMENTS
   ========================================================================== */

/* Category Filter Tabs */
.krt-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.krt-filter-tab {
    padding: 10px 22px;
    background: #0E1E17;
    border: 1px solid rgba(197, 160, 89, 0.28);
    border-radius: 30px;
    color: #C9C7BD;
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.krt-filter-tab:hover,
.krt-filter-tab.active {
    background: #C5A059;
    border-color: #C5A059;
    color: #07110D !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.35);
}

/* Product Card Ribbon Badges */
.krt-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(7, 17, 13, 0.88);
    border: 1px solid #C5A059;
    border-radius: 20px;
    padding: 4px 12px;
    color: #C5A059;
    font-family: 'Montserrat', sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

/* Interactive Quantity Counter */
.krt-qty-control {
    display: inline-flex;
    align-items: center;
    background: #07110D;
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 20px;
    padding: 2px 4px;
}

.krt-qty-btn {
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    color: #C5A059;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
}

.krt-qty-btn:hover {
    color: #F6F1E7;
    transform: scale(1.15);
}

.krt-qty-val {
    min-width: 24px;
    text-align: center;
    color: #F6F1E7;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

/* Steeping & Tasting Matrix Cards */
.krt-steeping-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
    margin: 16px 0;
}

.krt-steep-item {
    background: #0E1E17;
    border: 1px solid rgba(197, 160, 89, 0.22);
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.krt-steep-item:hover {
    border-color: #C5A059;
    transform: translateY(-3px);
}

.krt-steep-icon {
    font-size: 20px;
    margin-bottom: 4px;
}

.krt-steep-label {
    color: #C5A059;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.krt-steep-val {
    color: #F6F1E7;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
}

/* Floating WhatsApp Concierge Widget */
.krt-floating-concierge {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #07110D;
    border: 1.5px solid #C5A059;
    border-radius: 35px;
    padding: 10px 20px 10px 14px;
    color: #F6F1E7 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(197, 160, 89, 0.25);
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.krt-floating-concierge:hover {
    background: #C5A059;
    color: #07110D !important;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 14px 35px rgba(197, 160, 89, 0.45);
}

.krt-concierge-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #25D366;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);
}

.krt-concierge-text-wrap {
    display: flex;
    flex-direction: column;
}

.krt-concierge-status {
    font-family: 'Montserrat', sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #C5A059;
}

.krt-floating-concierge:hover .krt-concierge-status {
    color: #07110D;
}

.krt-concierge-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
}/* ==========================================================================
   KHAAS ROYAL TEA — PURE LUXURY BOUTIQUE & EDITORIAL STYLING
   ========================================================================== */

.krt-shop-boutique-wrapper,
.krt-single-product-wrapper {
    background-color: #0B1A13 !important;
    color: #C9C7BD !important;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

/* Product Card Luxury Hover Effects (Exact match with Blog Archive) */
.krt-luxury-product-card {
    background: #0E1E17;
    border: 1px solid rgba(197, 160, 89, 0.22);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.krt-luxury-product-card:hover {
    transform: translateY(-7px);
    border-color: #C5A059 !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 20px rgba(197, 160, 89, 0.15) !important;
}

.krt-luxury-product-card img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.krt-luxury-product-card:hover img {
    transform: scale(1.08);
}

.krt-luxury-product-card h3 a {
    color: #F6F1E7;
    transition: color 0.3s ease;
    text-decoration: none;
}

.krt-luxury-product-card:hover h3 a {
    color: #C5A059 !important;
}

/* Circular Arrow Action Button (Twin of Blog Archive) */
.krt-order-arrow-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.12);
    border: 1px solid #C5A059;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A059;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.krt-luxury-product-card:hover .krt-order-arrow-btn {
    background: #C5A059;
    color: #07110D !important;
    transform: translateX(3px);
    box-shadow: 0 0 12px rgba(197, 160, 89, 0.4);
}
/* ==========================================================================
   KHAAS ROYAL TEA — LUXURY TAB BAR & NON-STRETCHING GRID FIX
   ========================================================================== */

.krt-luxury-tab-bar {
    background: #07110D;
    border: 1px solid rgba(197, 160, 89, 0.32);
    border-radius: 40px;
    padding: 6px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.krt-filter-tab {
    padding: 10px 22px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #C9C7BD;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    outline: none;
}

.krt-filter-tab:hover {
    color: #F6F1E7;
    background: rgba(197, 160, 89, 0.12);
}

.krt-filter-tab.active {
    background: #C5A059 !important;
    border-color: #C5A059 !important;
    color: #07110D !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35);
}

/* Products Grid — Always 4 Columns on desktop, centered, NEVER stretching */
.krt-products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    max-width: 1320px;
    margin: 0 auto;
}

.krt-luxury-product-card {
    flex: 0 1 calc(25% - 22px);
    min-width: 275px;
    max-width: 305px;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s ease, box-shadow 0.35s ease, opacity 0.3s ease;
}

@media (max-width: 1200px) {
    .krt-luxury-product-card {
        flex: 0 1 calc(33.333% - 20px);
    }
}

@media (max-width: 900px) {
    .krt-luxury-product-card {
        flex: 0 1 calc(50% - 16px);
    }
}

@media (max-width: 600px) {
    .krt-luxury-product-card {
        flex: 0 1 100%;
        max-width: 340px;
    }
}

/* KRT Blog Grid Strict 4-Column Layout */
.page-id-6479 #grid_sec_6a8461ffad0ad .e-con-inner,
.page-id-6479 #grid_in_6a8461ffad0ae,
.page-id-6479 .elementor-element-grid_in_6a8461ffad0ae {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 24px !important;
    box-sizing: border-box !important;
}

.page-id-6479 #grid_in_6a8461ffad0ae > .e-con,
.page-id-6479 #grid_in_6a8461ffad0ae > .elementor-element,
.page-id-6479 .elementor-element-grid_in_6a8461ffad0ae > .e-con,
.page-id-6479 .elementor-element-grid_in_6a8461ffad0ae > .elementor-element {
    width: calc(25% - 18px) !important;
    max-width: calc(25% - 18px) !important;
    flex: 0 0 calc(25% - 18px) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 1024px) {
    .page-id-6479 #grid_in_6a8461ffad0ae > .e-con,
    .page-id-6479 #grid_in_6a8461ffad0ae > .elementor-element,
    .page-id-6479 .elementor-element-grid_in_6a8461ffad0ae > .e-con,
    .page-id-6479 .elementor-element-grid_in_6a8461ffad0ae > .elementor-element {
        width: calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
        flex: 0 0 calc(50% - 12px) !important;
    }
}

@media (max-width: 767px) {
    .page-id-6479 #grid_in_6a8461ffad0ae > .e-con,
    .page-id-6479 #grid_in_6a8461ffad0ae > .elementor-element,
    .page-id-6479 .elementor-element-grid_in_6a8461ffad0ae > .e-con,
    .page-id-6479 .elementor-element-grid_in_6a8461ffad0ae > .elementor-element {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}