.info-bar{
    display: none;
}
.block-search .action.search[disabled],
.block-search .action.search:before{
    color: #e9e9e9;
    font-size: 26px;
    opacity:1
}
header #search{
    background-color: black;
    color: white;
    border-radius: 15px;
    box-shadow: 0 0 6px rgb(255 255 255);
}
.search-box {
    border: 1px solid #bbb;
    border-radius: 30px;
    padding: 8px 14px;
    background: white;
}

.search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
}
.nav-toggle:before{
    color: black !important;
}
.widget.block.block-static-block:empty {
    margin-bottom: 0;
}

.rev_home_img img{
    min-width: 80px;
}
.page-footer .h2d {
    text-transform: uppercase;
    border:none;

}
body, footer, header, footer .footer{
    background-color: transparent;
    color: #4e4e4e;
}
footer a, footer a:visited,
.page-footer h2,
.page-footer{
    font-family: inherit;
    color: #4e4e4e !important;
}
.rev_home_desc .nkname{
    font-weight: 600;
    font-size: 110%;
}

.rev_home, .rev_home_1 {
    float: left;
    width: 100%;
    background-color: white;
    border-radius: 15px;
    border-bottom: solid 1px #e6e3e3;
    padding-bottom: 7px;
    margin-bottom: 16px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.rev_home,
.rev_home_1 {
    box-sizing: border-box;
    display: flex;
    align-items: center; /* ✅ centre verticalement l’image */
    gap: 15px;
    padding: 15px;
    margin: 10px 0;
}
@media (max-width: 500px) {
    .rev_home_img{
        margin: auto;
    }
    .rev_home,
    .rev_home_1 {
        flex-direction: column; /* image en haut */
        align-items: flex-start; /* texte aligné à gauche */
    }
    .price-box.price-final_price{
        flex-direction: column;
        gap:0;
    }
}
@media (max-width: 768px) {
    .breadcrumbs {
        padding: 10px;
    }
}
.socko_prod {
    margin:0;
}
/* conteneur */
.products-grid .product-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* item = 4 colonnes */
.products-grid .product-item.socko_p_list {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 54px) / 4) !important;
    max-width: calc((100% - 54px) / 4) !important;
    margin: 0 !important; /* important: parfois Magento met des margins */
    float: none !important; /* important: parfois float */
    display: flex !important; /* AJOUT */
}

/* IMPORTANT : on enlève le 300px inline en le surchargeant */
.products-grid .product-item.socko_p_list .product-image-container {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}

/* image responsive */
.products-grid .product-item.socko_p_list img.product-image-photo {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0;
    border-radius: 15px 15px 0 0;
}

li.socko_p_list {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}

li.socko_p_list .product-item-info {
    border: solid 1px #e1e1e1;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex !important; /* AJOUT */
    flex-direction: column !important; /* AJOUT */
    width: 100%; /* AJOUT */
    height: 100%; /* AJOUT pour étirer sur toute la hauteur */
    background-color: white;
}

li.socko_p_list .product-item-info .product-item-details {
    padding: 25px 15px 15px 15px;

}

li.socko_p_list .product-item-info .socko_link {
    margin: 0 !important;
    max-width: 100%;
}


li.socko_p_list .product-item-info .product_s_name {
    width: 100%; /* La div contenant le lien prend 100% */
}

li.socko_p_list .product-item-info .product_s_name .product-item-link {
    font-weight: 600;
    display: block; /* Le lien devient un block */
    width: 100%; /* Et prend 100% de son parent */
}


/* item = 4 colonnes - VERSION RENFORCÉE */

.products-grid .product-items.socko_p_list {
    box-sizing: border-box !important;
    flex: 0 0 calc((100% - 54px) / 4) !important;
    width: calc((100% - 54px) / 4) !important;
    min-width: calc((100% - 54px) / 4) !important;
    max-width: calc((100% - 54px) / 4) !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: flex !important;
}

/* Forcer tous les enfants à prendre 100% */
li.socko_p_list > *,
li.socko_p_list .product-item-info,
li.socko_p_list .product-item-info > *,
li.socko_p_list .socko_link,
li.socko_p_list .product-item-details,
li.socko_p_list .product_s_name {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 3 colonnes si < 1000px (tablette) */
@media screen and (max-width: 1000px) {
    .products-grid li.product-item.socko_p_list {
        flex: 0 0 calc((100% - 36px) / 3) !important;
        width: calc((100% - 36px) / 3) !important;
        min-width: calc((100% - 36px) / 3) !important;
        max-width: calc((100% - 36px) / 3) !important;
    }
}

/* 2 colonnes si < 750px (mobile) */
@media screen and (max-width: 700px) {
    .products-grid li.product-item.socko_p_list {
        flex: 0 0 calc((100% - 2px) / 2) !important;
        width: calc((100% - 2px) / 2) !important;
        min-width: calc((100% - 2px) / 2) !important;
        max-width: calc((100% - 1px) / 2) !important;
    }

    .products-grid .product-items {
        gap: 12px 2px;

    }
}

/* Conteneur des prix en ligne */
.product-item .price-box{
    margin:8px 0;
}
.price-box.price-final_price {
    display: flex !important;
    align-items: baseline !important; /* Alignement par la baseline (bas du texte) */
    gap: 5px;
}

/* Prix spécial à gauche - en grand */
.price-box .special-price .price {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.pcurrency{
    font-size: 15px !important;
    font-weight: 700 !important;
}
.price-final_price .pcurrencyB{
    display: none;
}
/* Prix barré à droite - plus petit */
.price-box .old-price {
    text-decoration: none;
}

.price-box .old-price .price {
    font-size: 15px !important;
    text-decoration: line-through;
}

/* Cacher les labels "Prix Spécial" et "Prix normal" */
.price-box .price-label {
    display: none;
}

#maincontent{
    background-color: white !important;
}

.footer.content,
body{
    background-color: #f4f4f4;
    color: #4e4e4e ;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;;
}
.product-info-main .page-title-wrapper .page-title,
h1{
    font-size: 25px;
    font-weight: 600;
    margin: 9px 0 18px;
}
.titlecent{
    text-align: center;
}
li.socko_p_list {
    transition: all 0.25s ease;
}

li.socko_p_list:hover {
    transform: translateY(-3px); /* Monte de 8px */

}
.img_socko_insert {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease-out;
}

.img_socko_insert.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 600px) {
    .product-options-bottom #product-addtocart-button, .box-tocart #product-addtocart-button {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 3000;
        text-transform: uppercase;
    }
    .nav-toggle:before{
        color: white !important;
    }
}
.review-form .action.submit.primary{
    border-radius: 15px !important;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px rgba(255, 122, 24, 0.25);
}
@media screen and (min-width: 601px) {
    .product-options-bottom #product-addtocart-button, .box-tocart #product-addtocart-button {
        border-radius: 15px;
        text-transform: uppercase;
        box-shadow: 2px 2px 5px rgba(255, 122, 24, 0.25);
    }
    .product-options-bottom #product-addtocart-button:hover, .box-tocart #product-addtocart-button:hover {
        transform: translateY(-2px);
        filter: brightness(1.05);
    }
}
.review-form .action.submit.primary, .action.primary, a.action.primary{
    text-transform: uppercase;
    border-radius: 10px;
}
.product_div .spec tr td:first-child {
    padding-right: 10px;
    width: initial;
}
.spec tr {
    display: flex;
    gap: 0;
}

.spec td {
    padding: 0;
    border: none;
}
.img_socko_insert{
    padding: 0 !important;
    margin: 15px 0 !important;
    border-radius: 10px;
}
.produit_associes_block_cron_inner img.product-image-photoX{
    border-radius: 15px;
}
#bestsellers .divname{
    text-align: left;
}
.page-footer h2{

}
table.spec {
    border-collapse: collapse; /* enlève l’espace entre cellules */
    border-spacing: 0;         /* supprime l’espacement résiduel */
    width: 100%;
}

table.spec td {
    padding: 0;                /* enlève padding interne */
    margin: 0;                 /* enlève margin */
    vertical-align: top;
}
.product_div .spec tr {
    border: none !important;
}

.product_div .spec tr td:first-child{
    padding-right: 6px !important;
    width: initial !important;
    font-weight: bold;
}
table.spec td:first-child::after {
    content: ":";
}