.bxv56r-catalog,
.bxv56r-single-product{
    background:#f6f9fc;
}
.bxv56r-catalog-hero{
    padding:64px 0;
    background:
        radial-gradient(circle at 82% 20%,rgba(69,194,51,.18),transparent 22%),
        linear-gradient(120deg,#041c38,#0d548c);
    color:#fff;
}
.bxv56r-catalog-hero__inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) 350px;
    gap:50px;
    align-items:center;
}
.bxv56r-catalog-hero__copy>span,
.bxv56r-catalog-hero__promise>span,
.bxv56r-section-heading span,
.bxv56r-product-details article>span{
    color:#83e473;
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
}
.bxv56r-catalog-hero h1{
    margin:10px 0 14px;
    color:#fff;
    font-size:clamp(42px,5.7vw,72px);
    line-height:1;
}
.bxv56r-catalog-hero p{
    max-width:760px;
    color:#dceaf6;
    font-size:17px;
    line-height:1.7;
}
.bxv56r-catalog-hero__actions{
    display:flex;
    gap:10px;
    margin-top:24px;
}
.bxv56r-catalog-hero__promise{
    padding:25px;
    border:1px solid rgba(255,255,255,.17);
    border-radius:17px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
}
.bxv56r-catalog-hero__promise h2{
    margin:8px 0 12px;
    color:#fff;
    font-size:25px;
}
.bxv56r-catalog-hero__promise ul{
    margin:0;
    padding-left:19px;
    color:#dceaf6;
    line-height:1.9;
}

.bxv56r-category-navigation{
    padding:42px 0 25px;
    background:#fff;
}
.bxv56r-section-heading{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:18px;
}
.bxv56r-section-heading h2{
    margin:6px 0 0;
    color:#06264a;
    font-size:31px;
}
.bxv56r-section-heading>a{
    color:#06264a;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
}
.bxv56r-category-navigation__track{
    display:flex;
    gap:11px;
    overflow-x:auto;
    padding:3px 2px 13px;
    scroll-snap-type:x mandatory;
}
.bxv56r-category-navigation__track>a{
    flex:0 0 205px;
    display:flex;
    min-height:84px;
    flex-direction:column;
    justify-content:center;
    padding:15px;
    border:1px solid #d8e4ed;
    border-radius:14px;
    background:#fff;
    color:#06264a;
    text-decoration:none;
    scroll-snap-align:start;
}
.bxv56r-category-navigation__track>a:hover,
.bxv56r-category-navigation__track>a.is-active{
    border-color:#7fd171;
    background:#f1faef;
    box-shadow:0 10px 25px rgba(6,38,74,.08);
}
.bxv56r-category-navigation__track small{
    margin-top:5px;
    color:#65798b;
}

.bxv56r-catalog-main{
    padding:25px 0 75px;
}
.bxv56r-catalog-toolbar{
    display:grid;
    grid-template-columns:auto minmax(320px,1fr) auto;
    gap:15px;
    align-items:center;
    padding:15px;
    border:1px solid #d8e4ed;
    border-radius:15px;
    background:#fff;
    box-shadow:0 9px 28px rgba(6,38,74,.05);
}
.bxv56r-catalog-toolbar__count{
    color:#43596c;
    font-size:12px;
    font-weight:800;
}
.bxv56r-catalog-toolbar__search{
    display:flex;
}
.bxv56r-catalog-toolbar__search input{
    width:100%;
    min-height:45px;
    padding:0 14px;
    border:1px solid #c8d7e3;
    border-radius:9px 0 0 9px;
    outline:none;
}
.bxv56r-catalog-toolbar__search button{
    min-width:110px;
    border:0;
    border-radius:0 9px 9px 0;
    background:#06264a;
    color:#fff;
    font-weight:900;
}
.bxv56r-catalog-toolbar__actions{
    display:flex;
    align-items:center;
    gap:8px;
}
.bxv56r-filter-toggle{
    min-height:43px;
    padding:0 15px;
    border:0;
    border-radius:9px;
    background:#36c82c;
    color:#071d16;
    font-weight:900;
}
.bxv56r-catalog-toolbar select{
    min-height:43px;
    border:1px solid #c8d7e3;
    border-radius:9px;
    background:#fff;
}

.bxv56r-catalog-layout{
    display:grid;
    grid-template-columns:260px minmax(0,1fr);
    gap:20px;
    align-items:start;
    margin-top:20px;
}
.bxv56r-filter-sidebar{
    position:sticky;
    top:80px;
    padding:20px;
    border:1px solid #d8e4ed;
    border-radius:16px;
    background:#fff;
}
.bxv56r-filter-sidebar__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    padding-bottom:16px;
    border-bottom:1px solid #e2ebf1;
}
.bxv56r-filter-sidebar__head span{
    color:#2c982a;
    font-size:9px;
    font-weight:900;
}
.bxv56r-filter-sidebar__head h2{
    margin:5px 0 0;
    color:#06264a;
    font-size:21px;
}
.bxv56r-filter-sidebar__head button{
    display:none;
    width:36px;
    height:36px;
    border:1px solid #d8e4ed;
    border-radius:50%;
    background:#fff;
    font-size:22px;
}
.bxv56r-filter-group{
    padding:18px 0;
    border-bottom:1px solid #e2ebf1;
}
.bxv56r-filter-group h3{
    margin:0 0 11px;
    color:#06264a;
    font-size:14px;
}
.bxv56r-filter-links{
    display:grid;
    gap:6px;
}
.bxv56r-filter-links a{
    display:flex;
    min-height:38px;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:0 9px;
    border-radius:8px;
    color:#40566a;
    font-size:11px;
    font-weight:700;
    text-decoration:none;
}
.bxv56r-filter-links a:hover,
.bxv56r-filter-links a.is-active{
    background:#eef8ec;
    color:#196f2a;
}
.bxv56r-filter-links small{
    display:grid;
    min-width:24px;
    height:24px;
    place-items:center;
    border-radius:999px;
    background:#eef3f7;
    font-size:9px;
}
.bxv56r-filter-advisor{
    margin-top:18px;
    padding:17px;
    border-radius:12px;
    background:#06264a;
    color:#fff;
}
.bxv56r-filter-advisor>span{
    color:#83e473;
    font-size:8px;
    font-weight:900;
}
.bxv56r-filter-advisor h3{
    margin:8px 0;
    color:#fff;
}
.bxv56r-filter-advisor p{
    color:#dceaf6;
    font-size:10px;
    line-height:1.55;
}
.bxv56r-filter-advisor a{
    display:flex;
    min-height:38px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#36c82c;
    color:#071d16;
    font-size:10px;
    font-weight:900;
    text-decoration:none;
}

.bxv56r-product-grid,
.bxv56r-catalog-results .products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:19px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}
.bxv56r-product-card{
    position:relative;
    min-width:0;
    overflow:hidden;
    border:1px solid #d8e4ed;
    border-radius:17px;
    background:#fff;
    box-shadow:0 10px 28px rgba(6,38,74,.06);
    transition:transform .23s ease,box-shadow .23s ease;
}
.bxv56r-product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 45px rgba(6,38,74,.13);
}
.bxv56r-product-card__badges{
    position:absolute;
    top:12px;
    left:12px;
    z-index:4;
    display:flex;
    flex-wrap:wrap;
    gap:5px;
}
.bxv56r-product-card__badges span{
    padding:6px 9px;
    border-radius:999px;
    background:#eef3f7;
    color:#06264a;
    font-size:8px;
    font-weight:900;
}
.bxv56r-product-card__badges .is-stock{
    background:#e6f8e4;
    color:#18742c;
}
.bxv56r-product-card__badges .is-order{
    background:#fff1df;
    color:#9a590f;
}
.bxv56r-product-card__badges .is-featured{
    background:#06264a;
    color:#fff;
}
.bxv56r-product-card__media{
    display:grid;
    min-height:260px;
    place-items:center;
    padding:28px 18px 18px;
    background:linear-gradient(180deg,#fff,#f8fbfd);
}
.bxv56r-product-card__media img{
    width:100%;
    height:220px;
    object-fit:contain;
}
.bxv56r-product-card__body{
    padding:17px;
    border-top:1px solid #edf2f5;
}
.bxv56r-product-card__category,
.bxv56r-product-card__category a{
    color:#299329;
    font-size:9px;
    font-weight:900;
    text-decoration:none;
}
.bxv56r-product-card h2{
    margin:8px 0;
    font-size:17px;
    line-height:1.32;
}
.bxv56r-product-card h2 a{
    color:#06264a;
    text-decoration:none;
}
.bxv56r-product-card__sku{
    color:#708294;
    font-size:9px;
}
.bxv56r-product-card__specs,
.bxv56r-product-card__services{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:12px;
}
.bxv56r-product-card__specs span{
    padding:5px 7px;
    border-radius:999px;
    background:#eef3f7;
    color:#43596c;
    font-size:8px;
    font-weight:800;
}
.bxv56r-product-card__services span{
    padding:5px 7px;
    border-radius:999px;
    background:#eef8ec;
    color:#196f2a;
    font-size:8px;
    font-weight:900;
}
.bxv56r-product-card__actions{
    display:grid;
    grid-template-columns:1fr 1.25fr;
    gap:8px;
    margin-top:16px;
}
.bxv56r-product-card__actions a{
    display:flex;
    min-height:42px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    font-size:10px;
    font-weight:900;
    text-decoration:none;
}
.bxv56r-product-card__detail{
    border:1px solid #c9d8e3;
    color:#06264a;
}
.bxv56r-product-card__quote{
    background:#36c82c;
    color:#071d16;
}
.bxv56r-pagination{
    margin-top:28px;
}
.bxv56r-pagination ul{
    display:flex!important;
    justify-content:center;
    gap:7px;
    border:0!important;
}
.bxv56r-pagination li{
    border:0!important;
}
.bxv56r-pagination a,
.bxv56r-pagination span{
    display:grid!important;
    min-width:40px;
    height:40px;
    place-items:center;
    border:1px solid #d8e4ed!important;
    border-radius:8px;
    background:#fff;
}
.bxv56r-empty-catalog{
    padding:60px 30px;
    border:1px dashed #c7d6e2;
    border-radius:16px;
    background:#fff;
    text-align:center;
}
.bxv56r-empty-catalog>span{
    color:#2c982a;
    font-size:9px;
    font-weight:900;
}
.bxv56r-empty-catalog h2{
    color:#06264a;
}

.bxv56r-commercial-path{
    padding:65px 0;
    background:#06264a;
    color:#fff;
}
.bxv56r-commercial-path .bxv5-container>div{
    max-width:820px;
}
.bxv56r-commercial-path span:first-child{
    color:#83e473;
    font-size:9px;
    font-weight:900;
}
.bxv56r-commercial-path h2{
    margin:8px 0;
    color:#fff;
    font-size:37px;
}
.bxv56r-commercial-path p{
    color:#dceaf6;
}
.bxv56r-commercial-path ol{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin:25px 0;
    padding:0;
    list-style:none;
}
.bxv56r-commercial-path li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:15px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:11px;
}
.bxv56r-commercial-path li b{
    display:grid;
    width:31px;
    height:31px;
    place-items:center;
    border-radius:50%;
    background:#36c82c;
    color:#071d16;
}

/* Single product */
.bxv56r-breadcrumbs{
    padding:24px 0 10px;
    color:#637689;
    font-size:11px;
}
.bxv56r-product-main{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
    gap:45px;
    padding:25px 0 55px;
}
.bxv56r-product-gallery{
    position:relative;
    display:grid;
    min-height:590px;
    place-items:center;
    padding:35px;
    border:1px solid #d8e4ed;
    border-radius:18px;
    background:#fff;
}
.bxv56r-product-gallery>img{
    max-width:100%;
    max-height:520px;
    object-fit:contain;
}
.bxv56r-product-gallery__badges{
    position:absolute;
    top:16px;
    left:16px;
    display:flex;
    gap:6px;
}
.bxv56r-product-gallery__badges span{
    padding:6px 9px;
    border-radius:999px;
    background:#eef3f7;
    font-size:9px;
    font-weight:900;
}
.bxv56r-product-gallery__badges .is-stock{
    background:#e6f8e4;
    color:#18742c;
}
.bxv56r-product-gallery__thumbs{
    position:absolute;
    left:25px;
    right:25px;
    bottom:20px;
    display:flex;
    gap:8px;
    overflow-x:auto;
}
.bxv56r-product-gallery__thumbs img{
    width:70px;
    height:70px;
    padding:5px;
    border:1px solid #d8e4ed;
    border-radius:8px;
    background:#fff;
    object-fit:contain;
}
.bxv56r-product-summary{
    padding:12px 0;
}
.bxv56r-product-summary__category,
.bxv56r-product-summary__category a{
    color:#299329;
    font-size:10px;
    font-weight:900;
    text-decoration:none;
}
.bxv56r-product-summary h1{
    margin:10px 0;
    color:#06264a;
    font-size:clamp(34px,4vw,52px);
    line-height:1.08;
}
.bxv56r-product-summary__meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.bxv56r-product-summary__meta span{
    padding:6px 9px;
    border-radius:999px;
    background:#eef3f7;
    color:#516679;
    font-size:9px;
    font-weight:900;
}
.bxv56r-product-summary__excerpt{
    margin:20px 0;
    color:#596e81;
    font-size:15px;
    line-height:1.7;
}
.bxv56r-product-quote{
    padding:23px;
    border:1px solid #d8e4ed;
    border-radius:16px;
    background:#fff;
    box-shadow:0 12px 30px rgba(6,38,74,.06);
}
.bxv56r-product-quote>span{
    color:#299329;
    font-size:9px;
    font-weight:900;
}
.bxv56r-product-quote h2{
    margin:7px 0;
    color:#06264a;
}
.bxv56r-product-quote p{
    color:#617487;
}
.bxv56r-product-quote__actions{
    display:flex;
    gap:9px;
    margin:17px 0;
}
.bxv56r-product-quote__actions .is-outline{
    border-color:#06264a;
    color:#06264a;
}
.bxv56r-product-quote ul{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}
.bxv56r-product-quote li{
    color:#42586c;
    font-size:10px;
}
.bxv56r-product-quote li::before{
    content:"✓ ";
    color:#299329;
    font-weight:900;
}
.bxv56r-key-specs{
    margin-top:23px;
}
.bxv56r-key-specs h2{
    color:#06264a;
    font-size:21px;
}
.bxv56r-key-specs dl{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
}
.bxv56r-key-specs dl>div{
    padding:11px;
    border:1px solid #d8e4ed;
    border-radius:9px;
    background:#fff;
}
.bxv56r-key-specs dt{
    color:#718496;
    font-size:9px;
}
.bxv56r-key-specs dd{
    margin:4px 0 0;
    color:#06264a;
    font-size:10px;
    font-weight:900;
}

.bxv56r-product-details{
    overflow:hidden;
    border:1px solid #d8e4ed;
    border-radius:18px;
    background:#fff;
}
.bxv56r-product-details__nav{
    display:flex;
    gap:7px;
    overflow-x:auto;
    padding:12px;
    border-bottom:1px solid #d8e4ed;
    background:#f8fbfd;
}
.bxv56r-product-details__nav a{
    flex:0 0 auto;
    padding:10px 13px;
    border-radius:8px;
    color:#06264a;
    font-size:11px;
    font-weight:900;
    text-decoration:none;
}
.bxv56r-product-details__nav a:hover{
    background:#06264a;
    color:#fff;
}
.bxv56r-product-details article{
    padding:35px;
    border-bottom:1px solid #e2ebf1;
}
.bxv56r-product-details article:last-child{
    border-bottom:0;
}
.bxv56r-product-details article>span{
    color:#299329;
}
.bxv56r-product-details article h2{
    color:#06264a;
}
.bxv56r-product-description{
    color:#53697c;
    line-height:1.75;
}
.bxv56r-service-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}
.bxv56r-service-cards>div{
    padding:18px;
    border:1px solid #d8e4ed;
    border-radius:12px;
}
.bxv56r-service-cards b{
    color:#06264a;
}
.bxv56r-service-cards p{
    color:#65798b;
    font-size:11px;
}
.bxv56r-product-details details{
    padding:14px 0;
    border-bottom:1px solid #e2ebf1;
}
.bxv56r-product-details summary{
    color:#06264a;
    font-weight:900;
    cursor:pointer;
}
.bxv56r-text-link{
    color:#299329;
    font-weight:900;
    text-decoration:none;
}
.bxv56r-related-products{
    padding:65px 0;
}

.price,
.woocommerce-Price-amount,
.amount{
    display:none!important;
}

@media(max-width:1080px){
    .bxv56r-catalog-hero__inner{
        grid-template-columns:1fr;
    }
    .bxv56r-catalog-layout{
        grid-template-columns:1fr;
    }
    .bxv56r-filter-sidebar{
        position:fixed;
        inset:0 auto 0 0;
        z-index:2300;
        width:min(90vw,380px);
        overflow:auto;
        border-radius:0;
        transform:translateX(-105%);
        transition:transform .25s ease;
    }
    .bxv56r-filter-sidebar.is-open{
        transform:none;
    }
    .bxv56r-filter-sidebar__head button{
        display:block;
    }
    .bxv56r-product-grid,
    .bxv56r-catalog-results .products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .bxv56r-product-main{
        grid-template-columns:1fr;
    }
}
@media(max-width:760px){
    .bxv56r-catalog-hero{
        padding:48px 0;
    }
    .bxv56r-catalog-hero__actions,
    .bxv56r-product-quote__actions{
        flex-direction:column;
    }
    .bxv56r-catalog-toolbar{
        grid-template-columns:1fr;
    }
    .bxv56r-catalog-toolbar__actions{
        justify-content:space-between;
    }
    .bxv56r-commercial-path ol,
    .bxv56r-service-cards{
        grid-template-columns:repeat(2,1fr);
    }
    .bxv56r-product-gallery{
        min-height:430px;
    }
}
@media(max-width:560px){
    .bxv56r-product-grid,
    .bxv56r-catalog-results .products{
        grid-template-columns:1fr!important;
    }
    .bxv56r-product-card__actions{
        grid-template-columns:1fr;
    }
    .bxv56r-commercial-path ol,
    .bxv56r-service-cards,
    .bxv56r-product-quote ul,
    .bxv56r-key-specs dl{
        grid-template-columns:1fr;
    }
    .bxv56r-product-gallery{
        min-height:360px;
        padding:25px 15px 95px;
    }
    .bxv56r-product-details article{
        padding:24px 18px;
    }
}

.bxv56r-filter-backdrop{
    position:fixed;
    inset:0;
    z-index:2250;
    background:rgba(3,20,38,.62);
}
.bxv56r-filter-backdrop[hidden]{display:none}

/* En-tête plus compact sur les pages commerciales. */
body.woocommerce .bxv5-header-main,
body.post-type-archive-product .bxv5-header-main,
body.tax-product_cat .bxv5-header-main{
    min-height:118px!important;
    padding-block:14px!important;
}
body.woocommerce .bxv5-brand img,
body.post-type-archive-product .bxv5-brand img,
body.tax-product_cat .bxv5-brand img{
    max-height:76px!important;
    width:auto!important;
}
body.woocommerce .bxv5-header-actions,
body.post-type-archive-product .bxv5-header-actions,
body.tax-product_cat .bxv5-header-actions{
    margin-top:0!important;
}
