.elementor-7846 .elementor-element.elementor-element-89fe453{--display:flex;}/* Start custom CSS for html, class: .elementor-element-20bb7c7 *//* =========================================
HERO
========================================= */

.salonais-shirt-hero h1{
    color:#b9c4ae;
}

.salonais-shirt-hero{
    position:relative;

    overflow:hidden;

    border-radius:36px;

    min-height:700px;

    display:flex;
    align-items:flex-end;

    padding:90px;

    background-image:url('https://www.le-salonais.fr/wp-content/uploads/2026/04/t-shirt-authentic-japanese-woman.jpg');
    background-size:cover;
    background-position:center;

    box-shadow:
    0 30px 70px rgba(0,0,0,0.18);

    margin-bottom:120px;
}

.shirt-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,0.08),
        rgba(0,0,0,0.72)
    );

    z-index:1;
}

.shirt-content{
    position:relative;
    z-index:2;

    max-width:760px;

    color:#fff;
}

.shirt-badge{
    display:inline-block;

    padding:12px 20px;

    border-radius:999px;

    background:rgba(255,255,255,0.10);

    border:1px solid rgba(255,255,255,0.10);

    backdrop-filter:blur(12px);

    margin-bottom:26px;

    font-size:14px;
    font-weight:700;
}

.shirt-content h1{
    font-size:96px;
    line-height:0.95;

    font-weight:800;

    margin-bottom:24px;
}

.shirt-subtitle{
    font-size:22px;
    line-height:1.8;

    color:rgba(255,255,255,0.82);

    margin-bottom:42px;
}

.shirt-features{
    display:flex;
    flex-wrap:wrap;

    gap:14px;
}

.shirt-feature{
    padding:14px 20px;

    border-radius:18px;

    background:rgba(255,255,255,0.10);

    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(10px);

    font-size:15px;
    font-weight:600;
}

/* =========================================
SECTIONS
========================================= */

.salonais-shirt-section{
    margin:140px 0;
}

.shirt-section-header{
    text-align:center;

    max-width:850px;

    margin:0 auto 70px auto;
}

.shirt-mini-title{
    display:inline-block;

    margin-bottom:18px;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(93,122,93,0.10);

    color:#5d7a5d;

    border:1px solid rgba(93,122,93,0.12);

    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.shirt-section-header h2{
    font-size:58px;
    line-height:1.05;

    margin-bottom:24px;

    font-weight:800;
}

.shirt-section-header p{
    font-size:20px;
    line-height:1.8;

    color:#666;
}

/* =========================================
CONCEPT GRID
========================================= */

.shirt-concept-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.shirt-concept-card{
    position:relative;

    overflow:hidden;

    padding:42px 36px;

    border-radius:30px;

    background:#fff;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.08);

    transition:all 0.35s ease;
}

.shirt-concept-card:hover{
    transform:translateY(-8px);
}

.shirt-concept-card.featured{
    background:#5d7a5d;

    color:#fff;
}

.concept-glow{
    position:absolute;

    width:240px;
    height:240px;

    background:rgba(255,255,255,0.18);

    filter:blur(90px);

    top:-80px;
    right:-80px;
}

.concept-icon{
    font-size:52px;

    margin-bottom:26px;
}

.shirt-concept-card h3{
    font-size:32px;

    margin-bottom:20px;
}

.shirt-concept-card p{
    font-size:17px;
    line-height:1.8;
}

/* =========================================
DETAILS
========================================= */

.salonais-shirt-details{
    display:grid;
    grid-template-columns:1.3fr 0.7fr;

    gap:40px;

    margin:140px 0;
}

.shirt-details-left{
    padding:60px;

    border-radius:36px;

    background:#f7f7f3;
}

.shirt-details-left h2{
    font-size:52px;

    margin:24px 0;
}

.shirt-details-left p{
    font-size:19px;
    line-height:1.8;

    color:#666;

    margin-bottom:34px;
}

.shirt-details-list{
    list-style:none;

    padding:0;
    margin:0;
}

.shirt-details-list li{
    padding:16px 0;

    border-bottom:1px solid rgba(0,0,0,0.08);

    font-size:18px;
}

.shirt-highlight-card{
    height:100%;

    padding:60px 42px;

    border-radius:36px;

    background:
    radial-gradient(circle at top right, rgba(93,122,93,0.18), transparent 35%),
    #111;

    color:#fff;
}

.highlight-icon{
    font-size:56px;

    margin-bottom:28px;
}

.shirt-highlight-card h3{
    font-size:42px;
    color:#b9c4ae;
    text-transform:none;
    margin-bottom:28px;
}

.shirt-highlight-card ul{
    padding-left:20px;
}

.shirt-highlight-card li{
    margin-bottom:16px;

    font-size:18px;
    line-height:1.7;
}


/* =========================================
MOBILE
========================================= */

@media(max-width:768px){

    .salonais-shirt-hero{

        min-height:520px;

        padding:42px 28px;

        border-radius:26px;
    }

    .shirt-content h1{
        font-size:52px;
    }

    .shirt-subtitle{
        font-size:18px;
    }

    .shirt-features{
        flex-direction:column;
    }

    .shirt-concept-grid,
    .salonais-shirt-details{
        grid-template-columns:1fr;
    }

    .shirt-section-header h2,
    .shirt-details-left h2{
        font-size:38px;
    }

    .shirt-details-left,
    .shirt-highlight-card,
    .salonais-shirt-artist{
        padding:40px 28px;
    }

}/* End custom CSS */