/*
 * Lille Europe Chapter — WooCommerce
 * Boutique : 2 grandes colonnes
 */

body.lec-shop-page {
    background: #f4f4f2;
}

body.lec-shop-page .page-header {
    display: none !important;
}

/* =========================================================
   HERO
   ========================================================= */

.lec-shop-hero {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 82% 28%,
            rgba(243,108,33,.24),
            transparent 30%
        ),
        linear-gradient(
            115deg,
            #080808 0%,
            #141414 62%,
            #241208 100%
        );

    color: #fff;
}

.lec-shop-hero::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 5px;

    background: #f36c21;
}

.lec-shop-hero-inner {
    padding: 72px 0 78px;
}

.lec-shop-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 14px;

    color: #f36c21;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: .18em;

    text-transform: uppercase;
}

.lec-shop-eyebrow::before {
    content: "";

    width: 34px;
    height: 3px;

    background: #f36c21;
}

.lec-shop-hero h1 {
    margin: 0 0 12px;

    color: #fff;

    font-size: clamp(38px, 5.5vw, 60px);
    line-height: 1;
    font-weight: 900;

    text-transform: uppercase;
}

.lec-shop-hero p {
    max-width: 700px;

    margin: 0;

    color: rgba(255,255,255,.74);

    font-size: 17px;
    line-height: 1.7;
}

/* =========================================================
   CONTENU
   ========================================================= */

.lec-shop-content {
    padding: 0 0 80px;
}

.lec-shop-card {
    position: relative;
    z-index: 2;

    width: min(1280px, calc(100% - 28px));

    margin: -34px auto 0;
    padding: 24px;

    border-radius: 10px;

    background: #fff;

    box-shadow: 0 16px 42px rgba(0,0,0,.12);
}

/* Barre de tri */
.lec-shop-card .oceanwp-toolbar {
    margin-bottom: 26px !important;
    padding-bottom: 16px !important;

    border-bottom: 1px solid #e4e4e1 !important;
}

.lec-shop-card .oceanwp-grid-list {
    display: none !important;
}

/* =========================================================
   GRILLE 2 COLONNES
   ========================================================= */

.lec-shop-card ul.products {
    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 28px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.lec-shop-card ul.products::before,
.lec-shop-card ul.products::after {
    display: none !important;
}

/* =========================================================
   CARTE PRODUIT
   ========================================================= */

.lec-shop-card ul.products li.product {
    display: block !important;

    width: auto !important;

    float: none !important;
    clear: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    border: 1px solid #dededb !important;
    border-radius: 10px !important;

    background: #fff !important;

    box-shadow: 0 8px 24px rgba(0,0,0,.07) !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.lec-shop-card ul.products li.product:hover {
    transform: translateY(-4px);

    border-color: #f36c21 !important;

    box-shadow: 0 18px 38px rgba(0,0,0,.13) !important;
}

.lec-shop-card .product-inner {
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   IMAGE GRAND FORMAT
   ========================================================= */

.lec-shop-card .woo-entry-image,
.lec-shop-card .image-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.lec-shop-card .woo-entry-image img,
.lec-shop-card .image-wrap img {
    display: block !important;

    width: 100% !important;
    height: 360px !important;

    margin: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    background: #111 !important;
}

/* =========================================================
   TEXTE
   ========================================================= */

.lec-shop-card .woo-entry-inner {
    display: flex !important;

    flex-direction: column !important;

    min-height: 220px;

    margin: 0 !important;
    padding: 24px !important;
}

.lec-shop-card .woo-entry-inner > li.title {
    margin: 0 0 12px !important;
}

.lec-shop-card .woo-entry-inner > li.title h2 {
    margin: 0 !important;

    color: #111 !important;

    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

.lec-shop-card .woo-entry-inner > li.title h2 a {
    color: #111 !important;

    text-decoration: none !important;
}

.lec-shop-card .woo-entry-inner > li.title h2 a:hover {
    color: #f36c21 !important;
}

/* =========================================================
   PRIX
   ========================================================= */

.lec-shop-card .price-wrap {
    margin: 0 0 12px !important;
}

.lec-shop-card .price {
    color: #f36c21 !important;

    font-size: 19px !important;
    font-weight: 900 !important;
}

/* =========================================================
   DESCRIPTION
   ========================================================= */

.lec-shop-card .woo-desc {
    margin: 0 0 15px !important;

    color: #777 !important;

    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* =========================================================
   BOUTON
   ========================================================= */

.lec-shop-card .btn-wrap {
    margin-top: auto !important;
}

.lec-shop-card .btn-wrap .button {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 0 20px !important;

    border: 0 !important;
    border-radius: 5px !important;

    background: #f36c21 !important;

    color: #fff !important;

    font-size: 14px !important;
    font-weight: 800 !important;

    text-decoration: none !important;
}

.lec-shop-card .btn-wrap .button:hover {
    background: #c9500e !important;
    color: #fff !important;
}

/* =========================================================
   PAGINATION
   ========================================================= */

.lec-shop-card .woocommerce-pagination {
    margin-top: 38px !important;
}

.lec-shop-card .woocommerce-pagination .page-numbers {
    color: #f36c21 !important;
}

.lec-shop-card .woocommerce-pagination .page-numbers.current {
    background: #f36c21 !important;
    color: #fff !important;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 850px) {

    .lec-shop-card {
        width: calc(100% - 24px);
        padding: 20px;
    }

    .lec-shop-card ul.products {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .lec-shop-card .woo-entry-image img,
    .lec-shop-card .image-wrap img {
        height: 300px !important;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .lec-shop-hero-inner {
        padding: 58px 0 64px;
    }

    .lec-shop-card {
        width: calc(100% - 20px);
        padding: 14px;
    }

    .lec-shop-card ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .lec-shop-card .woo-entry-image img,
    .lec-shop-card .image-wrap img {
        height: 240px !important;
    }

    .lec-shop-card .woo-entry-inner {
        min-height: 200px;
        padding: 20px !important;
    }

    .lec-shop-card .woo-entry-inner > li.title h2 {
        font-size: 21px !important;
    }
}

/* =========================================================
   ACCESSIBILITÉ
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .lec-shop-card ul.products li.product {
        transition: none;
    }
}