.elementor-4194 .elementor-element.elementor-element-1e0e702{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4194 .elementor-element.elementor-element-1e0e702.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4194 .elementor-element.elementor-element-08c03cf.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-4194 .elementor-element.elementor-element-1e0e702{--width:271px;}.elementor-4194 .elementor-element.elementor-element-08c03cf{width:var( --container-widget-width, 276px );max-width:276px;--container-widget-width:276px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-08c03cf *//* =========================
   BASE (DESKTOP)
   ========================= */

.kc-luxury-product {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    color: #ffffff;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.kc-container {
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.kc-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #c9a227;
    letter-spacing: 1px;
    line-height: 1.2;
}

/* SUBTITLE */
.kc-subtitle {
    text-align: center;
    font-size: 16px;
    opacity: 0.85;
    margin-top: 10px;
    line-height: 1.6;
}

/* DIVIDER */
.kc-divider {
    width: 80px;
    height: 3px;
    background: #c9a227;
    margin: 25px auto 50px;
    border-radius: 3px;
}

/* GRID */
.kc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

/* COLUMN */
.kc-col h2 {
    color: #c9a227;
    margin-bottom: 15px;
    font-size: 22px;
}

.kc-col p {
    line-height: 1.8;
    opacity: 0.9;
}

/* LIST */
.kc-list {
    list-style: none;
    padding: 0;
}

.kc-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* HIGHLIGHT BOX */
.kc-highlight {
    background: rgba(201,162,39,0.08);
    border: 1px solid rgba(201,162,39,0.25);
    padding: 40px;
    border-radius: 14px;
    margin-bottom: 50px;
}

.kc-highlight h2 {
    color: #c9a227;
    text-align: center;
    margin-bottom: 30px;
}

/* BENEFITS GRID */
.kc-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    font-size: 15px;
}

/* SECTIONS */
.kc-usage,
.kc-quality {
    margin-bottom: 40px;
}

.kc-usage h2,
.kc-quality h2 {
    color: #c9a227;
    margin-bottom: 15px;
}

.kc-usage p,
.kc-quality p {
    line-height: 1.8;
    opacity: 0.9;
}

/* =========================
   MOBILE OPTIMIZATION
   ========================= */

@media (max-width: 768px) {

    .kc-luxury-product {
        padding: 35px 15px;
    }

    .kc-title {
        font-size: 24px;
        letter-spacing: 0.5px;
    }

    .kc-subtitle {
        font-size: 13px;
    }

    .kc-divider {
        margin: 18px auto 30px;
        width: 60px;
    }

    /* FORCE SINGLE COLUMN FOR READABILITY */
    .kc-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kc-benefits {
        grid-template-columns: 1fr;
        font-size: 13px;
    }

    .kc-highlight {
        padding: 18px;
        margin-bottom: 30px;
    }

    .kc-col h2,
    .kc-usage h2,
    .kc-quality h2 {
        font-size: 18px;
    }

    .kc-col p,
    .kc-usage p,
    .kc-quality p {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* =========================
   SMALL MOBILE (VERY SMALL SCREENS)
   ========================= */

@media (max-width: 420px) {

    .kc-title {
        font-size: 20px;
    }

    .kc-subtitle {
        font-size: 12px;
    }

    .kc-highlight {
        padding: 15px;
    }
}/* End custom CSS */