@charset "UTF-8";

/*!
 * Version - 1.1.1
 * Copyright (c) 2025

 * L’autorisation est accordée à toute personne qui en obtient une copie de ce style.
 * Il est strictement interdit de publier(vendre) sans l'autorisation préalable des auteurs.
 * Des spécialistes sont à l'origine des documents fournis.

*/

/* Home */
.lpe-cart-card {
    background-color: #fff !important;
    border-bottom: 1px solid #f5f5f58e !important;
    position: relative;
}

.lpe-cart-card .lpe-cart-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: transparent;
    padding: 0px;
    position: relative;
}

.lpe-cart-card .lpe-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #f5f5f5;
}

.lpe-cart-card .lpe-cart-product-category {
    font-family: var(--ff-title);
    font-weight: 500;
    font-size: 0.86rem;
    color: #2a2a2a;
}

.lpe-cart-card .lpe-cart-product-name {
    font-family: var(--ff-title);
    font-weight: 700;
    font-size: 1rem;
    color: var(--dark);
}

.lpe-cart-card .lpe-cart-product-price {
    font-weight: 800;
    color: #e7000c;
}