html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #2D2928;
    background-color: #fff;
}

a {
    transition: all 0.4s ease-out;
    color: #2D2928;
    text-decoration: none;
}

a.disabled {
    pointer-events: none;
}

a.disabled:hover {
    color: inherit;
}

*:focus {
    outline: none;
    box-shadow: none;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.containerWidth {
    max-width: 70%;
    margin: 0 auto;
    position: relative;
}

.paddingSection {
    padding-top: 4%;
    padding-bottom: 4%;
}

.text-pink {
    color: #D00B5E;
}

.submit-button button, a.submit-button {
    font-size: 18px;
    height: 52px;
    margin: 0 auto;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* -----------------header--------------- */

#page-top {
    position: relative;
}

.logoTop {
    width: 150px;
}

.navbar-brand {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 100;
}

.paddingLeftMenuTop {
    padding-left: 150px;
}

.topBar {
    background-color: #2D2928;
    padding: 10px;
}

.topBar .icon img {
    padding: 0 15px;
    height: 20px;
}

.topBar ul {
    padding-left: 0px;
}

.topBar ul.dropdown-menu {
    padding: 0px 20px;
}

.dropdown-menu.show {
    min-width: 350px;
}

.topBar .dropdown {
    padding: 3px 10px;
}

.topBar .dropdown a {
    color: #fff;
    font-size: 14px;
}

.topBar .dropdown a:hover {
    color: #fff !important;
    font-size: 14px;
}

ul.dropdown-menu {
    border: none;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.11);
    transform: translate3d(-10px, 32px, 0px) !important;
}

ul.dropdown-menu li a h6 {
    color: #2D2928;
    text-wrap: wrap;
}

ul.dropdown-menu li a small {
    color: #2D2928;
    opacity: 0.7;
    text-wrap: wrap;
    line-height: 1px;
}

.dropdown-toggle.custom-arrow {
    position: relative;
    padding-right: 40px;
}

.dropdown-toggle.custom-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 12px;
    height: 7px;
    transform: translateY(-50%);
    background: url('../images/arrow_top.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
    border: none !important;
}

.dropdown ul.dropdown-menu li a {
    border-bottom: 1px solid #d8d6ce;
    padding: 10px 10px 10px 10px;
}

.dropdown ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown ul.dropdown-menu li a:hover {
    background-color: #f2f2ec;
}

.topBar .dropdown-item {
    padding: 10px 20px;
}

.bg-menu {
    background-color: #fff !important;
}

.custom-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(50,50,50, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-expand-xl .navbar-nav .nav-link {
    color: #2D2928;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-expand-xl .navbar-nav .nav-link.active {
    color: #D00B5E;
    font-weight: 500;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #D00B5E;
}

.searchForm {
    width: auto;
}

.form-control {
    border-radius: 50px !important;
    padding: 15px;
}

.form-control::placeholder {
    color: #999999;
    font-size: 14px;
    border-color: inherit !important;
}

textarea.form-control {
    border-radius: 0.375rem !important;
}

form.searchForm input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #EAEAEA !important;
}

/* ------------header image------------- */

h1 {
    font-family: "Poppins", serif;
    line-height: 1.2;
    color: #fff;
    font-size: calc(24px + (38 - 24) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 700;
    text-transform: uppercase;
}

#headerCarousel {
    overflow: hidden;
}

#headerCarousel .carousel-caption-center p.depuis {
    background-color: #D00B5E;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 150px;
    text-align: center;
    letter-spacing: 2px;
}

.discoverMore {
    max-width: 150px;
}

#headerCarousel .carousel-item {
    position: relative;
}

#headerCarousel .carousel-item img {
    object-fit: cover;
    object-position: 35% center;
    max-height: 930px;
    /* height: 100%; */
}

#headerCarousel .carousel-caption-center {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%, -50%);
    z-index: 2;
    max-width: 50%;
}

#headerCarousel .carousel-caption-center p {
    color: #fff;
    font-size: calc(16px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 300;
}

#headerCarousel .carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

#headerCarousel .carousel-indicators [data-bs-target],
#headerCarousel .carousel-indicators button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 25px;
    margin-left: 25px;
    position: relative;
    border: none;
}

.carousel-indicators button {
    position: relative;
}

#headerCarousel .carousel-indicators .active {
    opacity: 1;
    width: 32px;
    height: 32px;
}

#headerCarousel .carousel-indicators button.active::before {
    content: attr(data-progress);
    position: absolute;
    top: -25px;
    left: 1610%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
}

.indicator-wrapper,
button {
    position: relative;
    overflow: visible;
}

/* circle border */
/*
#headerCarousel .carousel-indicators button.active::before {
    border: 1px solid #fff;
    background-color: transparent;
    content: '';
    display: block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-top: 15px;
    box-sizing: border-box;
} */


/* Draw a horizontal line centered vertically */

#headerCarousel .carousel-indicators [data-bs-target]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #fff;
    opacity: 0.6;
}

/* Remove line from the last dot */
#headerCarousel .carousel-indicators [data-bs-target]:last-child::after {
    display: none;
}

#headerCarousel .carousel-item a img.stampDiscover {
    max-height: 143px;
}

.stats {
    position: relative;
    background: url(../images/blur_rectangle_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 15px;
}

img.iconsStats {
    width: 36px;
    height: auto;
    margin-right: 20px;
}

.stats h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.stats p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 1.2;
}

/* -----------------best deals section-----------------*/

.bestDeals {
    background: url(../images/grunge_small.png);
    background-color: #EAE8DF;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 4%;
    padding-bottom: 4%;
}

.bestDeals .productBlock {
    transition: transform 0.6s ease, box-shadow 0.3s ease;
}

.bestDeals .productBlock:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
}

h2 {
    line-height: 1.2;
    font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 700;
    margin-bottom: 0;
}

.bestDeals h6,
.categories h6,
.aboutUs h6,
.similarProducts h6 {
    text-transform: uppercase;
    color: #D00B5E;
    letter-spacing: 2px;
}

.recipes h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.viewAllbtn {
    width: 250px;
    text-align: center;
    background-color: #2D2928;
    color: #fff;
    border-radius: 50px;
    padding: 20px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 5;
    cursor: pointer;
}

a.viewAllbtn:hover {
    background-color: #D00B5E;
}

.img-prod-wrapper {
    height: 250px;
    overflow: hidden;
}

.productBlock {
    padding: 20px;
    margin-bottom: 1.5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
    position: relative;
    cursor: pointer;
}

.bestDeals .productBlock {
    margin-bottom: 0;
}

.productBlock img {
    width: 100%;
    border-radius: 11px;
}

.productBlock h3 {
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 500;
    padding: 1.5rem 1rem .5rem 0;
    margin-bottom: 0;
}

hr.lineSepProducts {
    border: 0.5px solid #2D2928;
}

.productBlock p.price {
    color: #D00B5E;
    font-weight: 600;
    font-size: calc(16px + (22 - 18) * ((100vw - 300px) / (1200 - 300)));
    padding: 0 1rem 0 0;
    margin: 0;
    white-space: nowrap;
}

.productBlock .add-to-cart {
    height: 90px;
}

.productBlock .add-to-cart .price {
    margin-top: 15px;
}

.productBlock .cartProduct, .price-container .cartProduct {
    width: 72px;
    height: 72px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D2928;
    border-radius: 50px;
    width: 160px;
    height: 72px;
    overflow: hidden;
}

.quantity-button {
    flex: 1;
    color: white;
    background-color: #2D2928;
    border: none;
    font-size: 19px;
    cursor: pointer;
    height: 100%;
}

.quantity-button:hover {
    background-color: #3f3b39;
}

.quantity-display input {
    flex: 1;
    background-color: #D00B5E;
    color: white;
    text-align: center;
    font-size: 19px;
    line-height: 65px;
    font-weight: 500;
    width: 55px;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

/* Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-button:focus {
    outline: none;
}

.arrowsNav {
    width: 78px;
    height: 78px;
    cursor: pointer;
}

.arrowsNav:hover {
    opacity: 0.8;
}

/* ----------------categories--------------- */
.categories {
    background: url(../images/bg_categories.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.catTitleContainer {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    white-space: nowrap;
}

.catTitleContainer span.catTitle {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: calc(14px + (22 - 16) * ((100vw - 300px) / (1200 - 300)));
    transition: all 0.4s ease-out;
}

.productBlockLink:hover .catTitle {
    background-color: #D00B5E;
}

.productBlock img {
    transition: transform 0.4s ease, filter 0.4s ease;
    object-fit: cover;
    height: 400px;
}

.productBlockLink:hover img {
    transform: scale(1.02);
    filter: brightness(0.7);
}

.steps p.txtSec {
    font-size: calc(20px + (23 - 18) * ((100vw - 300px) / (1200 - 300)));
}

.steps p {
    font-weight: 300;
    font-size: 17px;
}

.steps img {
    width: 124px;
    height: 124px;
    margin-bottom: 1.7rem;
}

.stepsIconArrow,
.stepsIconArrowDown {
    position: relative;
}

.stepsIconArrow::after {
    content: '';
    position: absolute;
    background: url(../images/steps_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 171px;
    height: 48px;
    top: 50%;
    left: 100%;
    transform: translate(-20%, -70%);
}

.stepsIconArrowDown::after {
    content: '';
    position: absolute;
    background: url(../images/steps_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 171px;
    height: 48px;
    top: 70%;
    left: 100%;
    -webkit-transform: translate(-20%, -70%) scaleY(-1);
    transform: translate(-20%, -70%) scaleY(-1);
}

.stepsIconArrow:last-child::after {
    content: none;
}

.sliderLink {
    width: 250px;
    text-align: center;
    background-color: #D00B5E;
    color: #fff;
    border-radius: 50px;
    padding: 20px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

a.sliderLink:hover {
    background-color: #2D2928;
}

.shopNow {
    width: 250px;
    text-align: center;
    background-color: #D00B5E;
    color: #fff;
    border-radius: 50px;
    padding: 20px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

a.shopNow:hover {
    background-color: #2D2928;
}

/* ----------------recipes--------------- */

.recipesContainer {
    position: relative;
    overflow: hidden;
}

.recipes {
    background: url(../images/bg_recipes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8%;
}

.slider {
    position: relative;
    max-width: 1330px;
    width: 100%;
    /* padding-top: 23%; */
    overflow: visible;
    margin: 0 auto;
    margin-top: 8rem !important;
}

.slideRecipe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.7s ease;
    opacity: 0.4;
    /* filter: blur(2px); */
    transform-origin: center;
    z-index: 1;
}

.slideRecipe img {
    width: 100%;
    max-width: 960px;
    border-radius: 25px;
}

.slideRecipe.active {
    z-index: 3;
    opacity: 1;
    /* filter: none; */
    transform: translateX(-50%) scale(1.3);
}

.slideRecipe.active a.shopNow {
    transform: scale(0.8) !important;
}

.slideRecipe.active img {
    border: 4px solid #D00B5E;
}

.slideRecipe.left {
    transform: translateX(-80%);
    z-index: 2;
}

.slideRecipe.right {
    transform: translateX(-20%);
    z-index: 2;
}

.slideRecipe .caption {
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    margin-top: 1.5rem;
}

.slideRecipe.active .caption {
    opacity: 1;
    pointer-events: auto;
}

.slideRecipe.active .caption p {
    margin-top: 20px;
    color: #fff;
}

.dots {
    margin-top: 4rem;
    display: flex;
    gap: 14px;
    justify-content: center;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.dot.active {
    background: #e00079;
    padding: 0 25px;
    border-radius: 20px;
}

/* -----------testimonials--------------- */
.steps,
.testimonials,
.contactForm {
    background: url(../images/grunge_small.png);
}

#testimonials .carousel-inner {
    max-width: 75%;
    margin: 0 auto;
}

.testimonialsImgContainer {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
    padding: 20px;
    margin: 0.5rem 2rem 0.5rem 0.5rem;
}

.testImg {
    border-radius: 10px;
    width: 100%;
}

.testiContent p.txtSec {
    font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1200 - 300)));
}

p.tesimonialsQuote {
    font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1200 - 300)));
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

.carousel-control-next-icon {
    background-image: url(../images/next_arrow.svg);
    background-repeat: no-repeat;
    width: 78px;
    height: 78px;
}

.carousel-control-prev-icon {
    background-image: url(../images/next_arrow.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 78px;
    height: 78px;
}

/* ---------------about us---------------- */

.aboutUs {
    background: url(../images/grunge_small.png);
    background-color: #EAE8DF;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 5%;
    padding-bottom: 6%;
    position: relative;
}

.aboutUs::after {
    content: '';
    position: absolute;
    right: 11%;
    top: 10%;
    background: url(../images/bgAboutUs.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 530px;
    z-index: 1;
}

.aboutUs img {
    width: 100%;
    border-radius: 10px;
}

.bgAboutUs {
    max-width: 530px;
}

.ab01 {
    margin-right: 20px;
}

/* ---------------footer---------------- */

.paddingSectionFooter {
    padding-top: 3%;
    padding-bottom: 0;
}

.footer {
    background-color: #2D2928;
    position: relative;
    /* overflow-x: hidden; */
    color: #fff;
    font-weight: 300;
}

.footer::after {
    content: '';
    position: absolute;
    background: url(../images/grunge_ending_footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 101%;
    height: 100%;
    max-height: 90px;
    top: -10%;
    left: -1px;
    z-index: 2;
}

.logoBottom {
    width: 227px;
    z-index: 5;
}

img.socialIcons {
    width: 62px;
    height: 62px;
}

ul.linksBtm,
ul.linksBtmLoc {
    padding-left: 13px;
}

ul.linksBtm li {
    list-style: disc;
}

ul.linksBtm li::marker {
    color: #D00B5E;
    font-size: 15px;
}

ul.linksBtm li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding-left: 10px;
    transition: color 0.3 ease;
    cursor: pointer;
}

ul.linksBtm li a:hover,
ul.linksBtmLoc li a:hover {
    color: #D00B5E;
}

ul.linksBtmLoc li {
    list-style-image: url(../images/pin_footer.svg);
}

ul.linksBtmLoc li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding-left: 10px;
}

img.paymentsLogos {
    padding-right: 10px;
}

img.paymentsLogosLast {
    padding-right: 0px;
}

div.text-footer span,
p.text-footer-copyright {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 10px;
}

.copyrightBar {
    padding: 10px 15px 25px 15px;
}

hr.lineFooter {
    margin-top: 3rem;
    border: 0.5px solid gray;
}

.footer h5 {
    text-transform: uppercase;
    font-weight: 400;
}

/* ------------ produits page ------------------ */

.headerInsideContainer {
    background: url(../images/headerInside.jpg);
    background-size: cover;
    padding: 5%;
}

.headerInsideContainer p {
    margin-bottom: 0;
}

/* ------------ breadcrumbs style ------------------ */

.breadcrumbs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #D00B5E transparent;
    padding-bottom: 8px;
}

.breadcrumbs::-webkit-scrollbar {
    height: 4px;
}

.breadcrumbs::-webkit-scrollbar-track {
    background: transparent;
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background: #D00B5E;
    border-radius: 2px;
}

.breadcrumbs::-webkit-scrollbar-thumb:hover {
    background: #a00949;
}

.breadcrumbs a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 3px 0 0;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    display: inline-block;
}

.breadcrumbs a:hover {
    color: #D00B5E;
}

.breadcrumbs a.active {
    color: #D00B5E;
    font-weight: 500;
    letter-spacing: 2px;
}

.breadcrumbs a::after {
    content: "/";
    margin: 0 8px;
    color: #2D2928;
    font-size: 0.8em;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.breadcrumbs a:last-of-type::after {
    content: "";
}

@media (min-width: 768px) {
    .breadcrumbs {
        overflow-x: visible;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        position: relative;
    }

    .breadcrumbs::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        pointer-events: none;
        opacity: 0.8;
    }
}

.menu-inside-categories {
    background-color: #D0CDC2;
    border: 1px solid #BFBCB2;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-inside-categories:hover {
    border: 1px solid #D00B5E;
}

.selected {
    border: 1px solid #D00B5E;
    background-color: #D00B5E;
    color: #fff;
}

.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D5D5D5;
    background: transparent;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.page-number:hover {
    border: 2px solid #D00B5E;
    background-color: #F5F5F5;
}

.current-page {
    background-color: #D00B5E;
    border: none;
    color: #fff;
}

.current-page:hover {
    background-color: #D00B5E;
}

.productPage .arrowsNav {
    width: 58px;
    height: 58px;
}


/* ----------------product-detail--------------- */
.product-detail {
    background: url(../images/grunge_small.png);
}

.added-to-cart-notification {
    background-color: #F5F5F5;
    border: 1px solid #E8E8E8;
    padding: 10px 22px;
    border-radius: 10px;
}

.added-to-cart-notification p {
    margin: 0 0 0 10px;
}

.view-cart-btn {
    background-color: #D00B5E;
    padding: 20px 20px;
    border-radius: 10px;
    color: #fff;
    width: 210px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.view-cart-btn:hover {
    background-color: #2D2928;
}

.product-detail-insideContent img {
    border-radius: 10px;
}

/* product gallery */

.glide__slide img {
    aspect-ratio: 3/2;
}

.glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.glide__arrow--left {
    left: 20px;
}

.glide__arrow--right {
    right: 20px;
}

.btn-dark {
    width: 50px;
    height: 50px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.glide__track {
    position: relative;
}

.glide__bullet img {
    max-width: 119px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e2e2e2;
    transition: border 0.1s ease-in;
    display: block;
}

.glide__bullet:hover img {
    border: 2px solid #D00B5E;
}

.glide__bullet.glide__bullet--active img {
    border: 2px solid #D00B5E;
}

/* end product gallery */

#accordion .card:last-child {
    border-bottom: 1px solid #d4d4d4;
}

.accordion-button {
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    background-color: #F5F5F5;
    color: #2D2928;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed):focus {
    outline: none;
    box-shadow: none;
}

.similarProducts {
    background: url(../images/grunge_small.png);
    background-color: #EAE8DF;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 4%;
    padding-bottom: 4%;
}

.similarProducts .productBlock {
    transition: transform 0.6s ease, box-shadow 0.3s ease;
}

.similarProducts .productBlock:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
}

.origin {
    position: relative;
    padding-left: 15px;
    color: #D00B5E;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
}

.origin::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/pin_origin.svg);
    background-repeat: no-repeat;
    transform: scale(1.2);
    width: 8px;
    height: 10px;
}

.price-container {
    background-color: #2D2928;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: 0 10px 10px 0;
    justify-content: center;
}

.price-container.not-in-cart {
    background-color: #EDEBE4;
    color: #D00B5E;
}

.title-container {
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 190px;
    background-color: #EDEBE4;
    border-radius: 10px 0 0 10px;
}

.title-container h2 {
    font-size: calc(21px + (23 - 21) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 500;
}

.price-container .quantity-wrapper {
    border: 1px solid #514D4C;
    margin: 10px 0;
}

.price-in-box {
    font-size: 25px;
    font-weight: 600;
    white-space: nowrap;
}

.comment {
    color: #D00B5E;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.comment::before {
    content: '';
    position: absolute;
    top: 7.5px;
    left: 0;
    background: url(../images/comment_icon.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
}

a.comment {
    display: inline-block;
    margin-bottom: 1rem;
}

a.comment:hover::before {
    background: url(../images/comment_icon_hover.svg);
    background-repeat: no-repeat;
}

a.comment:hover {
    color: #2D2928;
    text-decoration: underline;
}

.pickup {
    color: #57A771;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.pickup::before {
    content: '';
    position: absolute;
    top: 5.5px;
    left: 0;
    background: url(../images/pickup_available.svg);
    background-repeat: no-repeat;
    transform: scale(1.2);
    width: 15px;
    height: 15px;
}

/* ----------recipe product detail------------ */
.recRecipe {
    background: url(../images/bg_recipes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.viewRecipe {
    width: 250px;
    text-align: center;
    background-color: #D00B5E;
    color: #fff;
    border-radius: 50px;
    padding: 20px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.viewRecipe:hover, .viewRecipe:focus, .viewRecipe:active {
    background-color: #2D2928 !important;
    color: #fff !important;
}

.recRecipe img {
    border-radius: 10px;
}

p.txtRecipeInside {
    font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1200 - 300)));
}

/* --------------contact / location page----------------- */

.locationContainerWidth {
    background: url(../images/bg_recipes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
}

.containerWidthLocation {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.locationContainer {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.02);
}

.locationContainer img.store-img {
    border-radius: 10px;
    margin-right: 30px;
    width: 50%;
}

.phone-number {
    background-color: #D00B5E;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}

.phone-number img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.phone-number p {
    margin-bottom: 0;
    text-wrap: nowrap;
}

.txtLocation {
    color: #2D2928;
    text-align: left;
}

p.hours {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}

p.hours::before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    background: url(../images/hours_icon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.contactForm h6 {
    text-transform: uppercase;
}

.backgroundContactImg {
    background: url(../images/image_contact.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 4% 0;
}

/* contact form */

.contactFormInside {
    max-width: 535px;
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contactFormInside form {
    display: flex;
    flex-direction: column;
}

.contactFormInside input,
.contactFormInside select,
.contactFormInside textarea {
    border: none;
    border-bottom: 1px solid #707070;
    padding: 20px 4px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
    background: transparent;
}

.contactFormInside input:focus,
.contactFormInside select:focus,
.contactFormInside textarea:focus {
    border-color: #D00B5E;
}

.contactFormInside button {
    margin-top: 25px;
    padding: 20px 12px;
    background-color: #D00B5E;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contactFormInside select {
    color: #707070;
}

.contactFormInside button:hover {
    background-color: #2D2928;
}

.instagramContact {
    background: url(../images/grunge_small.png);
    background-color: #EAE8DF;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 4%;
    padding-bottom: 4%;
}

img.followImg {
    width: 100%;
    max-width: 316px;
}

.imgsInsta {
    margin-top: 30px;
}

.imgsInsta img {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.iconImgInsta {
    position: relative;
}

.iconImgInsta::after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/instagram.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.iconImgInsta img {
    transition: transform 0.6s ease, filter 0.3s ease;
}

.iconImgInsta img:hover {
    transform: scale(1.02);
    filter: brightness(0.7);
}

/* --------checkout page--------- */

.checkoutBgContent {
    background: url(../images/grunge_small.png);
    background-color: #EAE8DF;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 10%;
    padding-bottom: 10%;
}

.checkout-container-inside {
    background-color: #fff;
    border-radius: 10px;
    padding: 3% 2%;
}

img.check-icon {
    width: 35px;
    height: 35px;
}

.step {
    z-index: 2;
    width: 25%;
    position: relative;
    text-align: center;
}

.step-circle {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.step-label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.progress-line {
    position: absolute;
    top: 18px;
    height: 4px;
    z-index: 1;
    border-radius: 2px;
}

.gradient-line {
    left: 12.5%;
    width: 25%;
    background: linear-gradient(to right, #4CAF50, #D00B5E);
}

.gradient-line.left {
    left: 37.5%;
    width: 25%;
    background: linear-gradient(to right, #4CAF50, #D00B5E);
}

.green-line.start {
    left: 12.5%;
    width: 25%;
    background-color: #4CAF50;
}

.gray-line.start {
    left: 12.5%;
    width: 25%;
    background-color: #ddd;
}

.gray-line.left {
    left: 37.5%;
    width: 25%;
    background-color: #ddd;
}

.gray-line.right {
    left: 62.5%;
    width: 25%;
    background-color: #ddd;
}

.bg-pink {
    background-color: #D00B5E;
}

.bg-gray {
    background-color: #D9D9D9;
}

.step-inside-content {
    background-color: #FAF9F7;
    padding: 3%;
    border-radius: 10px;
}

.date-radio {
    display: none;
}

.date-label {
    display: block;
    padding: 1rem 1rem;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.02);
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.date-radio:checked+.date-label {
    border-color: #D00B5E;
    color: #D00B5E;
    font-weight: 600;
}


.product-categories {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.categories-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    min-width: 250px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 5px;
}

.product-categories:hover .categories-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.categories-dropdown ul {
    padding-left: 13px;
}

.categories-dropdown ul li {
    list-style: disc;
    white-space: nowrap;
}

.categories-dropdown ul li::marker {
    color: #D00B5E;
    font-size: 15px;
}

.categories-dropdown ul li a {
    font-weight: 300;
    font-size: 16px;
    padding-left: 10px;
    transition: color 0.3 ease;
    cursor: pointer;
}

.categories-dropdown ul li a:hover {
    color: #D00B5E;
}

.product-card {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    position: relative;
}

.product-image {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
    overflow: hidden;
}

.product-info {
    flex: 1;
}

.product-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

.product-price {
    color: #e91e63;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.comment-link {
    color: #e91e63;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.comment-link:hover {
    color: #d81b60;
}

.rotate-arrow {
    transform: rotate(180deg);
}

.account-menu {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.account-menu .menu-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.account-menu .menu-item {
    margin-bottom: 0.5rem;
}

.account-menu .menu-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.account-menu .menu-link:hover {
    background: #f8f9fa;
    color: #e91e63;
}

.account-menu .menu-item.active .menu-link {
    background: #e91e63;
    color: #fff;
}

.account-menu .menu-link svg {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .account-menu {
        margin-bottom: 2rem;
    }
}

/* État vide */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.empty-state svg {
    color: #ddd;
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.empty-state p {
    color: #666;
    margin-bottom: 0;
}

/* my account informations */
.my-account-information {
    max-width: 70%;
}

.my-account-information table{
    width: 100%;
}

@media (max-width: 1380px) {
    .my-account-information {
        max-width: 100%;
    }
}

/* Liste des commandes */
.orders-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.order-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.order-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: wrap;
    gap: 1rem;
}

.order-info-group {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.order-info-item {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.info-value {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

.order-detail-header {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.order-detail-header .badge, .order-card .badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-detail-title h2 {
    margin: 0;
}

/* Corps de la commande */
.order-body {
    padding: 1.5rem;
}

.order-body .order-detail {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.order-body .order-detail-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: -28px;
}

.order-body .order-detail-title i {
    font-size: 1.1rem;
}


.order-body .detail-label {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.order-body .detail-value {
    display: block;
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}


.order-detail svg {
    color: #e91e63;
    flex-shrink: 0;
    margin-top: 2px;
}

.order-detail-status {
    margin-top: 5px;
}

.order-info-card,
.order-items-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.detail-label {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Pied de la commande */
.order-footer {
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
}

.btn-view-order {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: transparent;
    color: #e91e63;
    border: 2px solid #e91e63;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-view-order:hover {
    background: #e91e63;
    color: #fff;
}

.btn-view-order svg {
    transition: transform 0.3s ease;
}

.btn-view-order:hover svg {
    transform: translateX(4px);
}

.order-card:has(.OrderList_loader) {
    background: linear-gradient(
        90deg,
        #f0f0f0 0%,
        #e0e0e0 20%,
        #f0f0f0 40%,
        #f0f0f0 100%
    );
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    min-height: 300px;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Responsive */
@media (max-width: 768px) {
    .order-header {
        flex-direction: column;
    }

    .order-info-group {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }

    .order-status {
        width: 100%;
    }

    .order-footer {
        justify-content: center;
    }
}

/* Favorite products */
.favorite-products-container {
    max-width: 70%;
    margin: 0 auto;
    position: relative;

    padding-top: 4%;
    padding-bottom: 4%;
}

.grunge-background {
    background: url(../images/grunge_small.png);
    background-color: #EAE8DF;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
}

.favorite-products-card {
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ----------------Mode Small Product Card--------------- */

.product-small-block {
    padding: 15px;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.product-small-block:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.product-small-unpublished {
    cursor: default;
    opacity: 0.85;
}

.product-small-unpublished:hover {
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
    transform: none;
}

.product-small-img-wrapper {
    height: 300px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 12px;
    position: relative;
}

.product-small-img-wrapper img {
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.product-small-block:hover .product-small-img-wrapper img {
    transform: scale(1.05);
}

.product-small-unpublished .product-small-img-wrapper img {
    filter: grayscale(50%) brightness(0.8);
}

.product-small-unpublished:hover .product-small-img-wrapper img {
    transform: none;
}

.product-small-unavailable-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 41, 40, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    z-index: 2;
}

.product-small-unavailable-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
    padding: 10px;
}

.product-small-content {
    padding: 8px 4px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-small-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.3;
    color: #2D2928;
}

.product-small-unpublished .product-small-title {
    color: #666;
}

.product-small-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

.product-small-price {
    color: #D00B5E;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    align-self: center;
}

.product-small-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.product-small-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D2928;
    border-radius: 25px;
    width: 120px;
    height: 40px;
    overflow: hidden;
}

.product-small-quantity-button {
    flex: 1;
    color: white;
    background-color: #2D2928;
    border: none;
    font-size: 16px;
    cursor: pointer;
    height: 100%;
    transition: background-color 0.2s ease;
}

.product-small-quantity-button:hover {
    background-color: #3f3b39;
}

.product-small-quantity-input {
    flex: 1;
    background-color: #D00B5E;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 45px;
    height: 100%;
    border: none;
    line-height: 40px;
    padding: 0;
}

.product-small-quantity-input::-webkit-inner-spin-button,
.product-small-quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.product-small-quantity-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-small-unit {
    font-size: 11px;
    color: #666;
}

.product-small-add-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.product-small-add-btn:hover {
    transform: scale(1.1);
}

.product-small-add-btn img {
    width: 50px;
    height: 50px;
}

/* Responsive pour le mode small */
@media (max-width: 768px) {
    .product-small-block {
        min-height: 280px;
    }

    .product-small-img-wrapper {
        height: 280px;
    }

    .product-small-title {
        font-size: 14px;
    }

    .product-small-price {
        font-size: 16px;
    }

    .product-small-quantity-wrapper {
        width: 100px;
        height: 36px;
    }

    .product-small-add-btn img {
        width: 45px;
        height: 45px;
    }

    .product-small-unavailable-text {
        font-size: 14px;
    }
}


/** <------------ Empty state favorite products ----------> */

.product-small-empty-state {
    background-color: #fff;
    border-radius: 12px;
    padding: 4rem 2rem;
    text-align: center;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
    margin: 2rem 0;
}

.product-small-empty-icon {
    margin-bottom: 1.5rem;
}

.product-small-empty-icon svg {
    color: #D00B5E;
    opacity: 0.3;
}

.product-small-empty-title {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 600;
    color: #2D2928;
    margin-bottom: 1rem;
}

.product-small-empty-text {
    font-size: 16px;
    color: #666;
    max-width: 500px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.product-small-empty-btn {
    display: inline-block;
    background-color: #D00B5E;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.product-small-empty-btn:hover {
    background-color: #2D2928;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(208, 11, 94, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .product-small-empty-state {
        padding: 3rem 1.5rem;
    }

    .product-small-empty-icon svg {
        width: 60px;
        height: 60px;
    }

    .product-small-empty-title {
        font-size: 18px;
    }

    .product-small-empty-text {
        font-size: 14px;
    }
}

/* Carte de connexion produits préférés */
.product-small-login-card {
    background: linear-gradient(135deg, #fff 0%, #FAF9F7 100%);
    border-radius: 16px;
    padding: 4rem 2rem;
    text-align: center;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
    margin: 2rem 0;
    border: 2px solid #f0f0f0;
}

.product-small-login-icon {
    margin-bottom: 1.5rem;
}

.product-small-login-icon svg {
    color: #D00B5E;
    opacity: 0.8;
}

.product-small-login-title {
    font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 600;
    color: #2D2928;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-small-login-text {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}

.product-small-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #D00B5E;
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(208, 11, 94, 0.2);
}

.product-small-login-btn:hover {
    background-color: #2D2928;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(208, 11, 94, 0.3);
}

.product-small-login-btn svg {
    transition: transform 0.3s ease;
}

.product-small-login-btn:hover svg {
    transform: translateX(3px);
}

.product-small-login-secondary {
    margin-top: 2rem;
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.product-small-login-link {
    color: #D00B5E;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.product-small-login-link:hover {
    color: #2D2928;
}

/* Responsive */
@media (max-width: 768px) {
    .product-small-login-card {
        padding: 3rem 1.5rem;
        margin: 1.5rem 0;
    }

    .product-small-login-icon svg {
        width: 60px;
        height: 60px;
    }

    .product-small-login-title {
        font-size: 20px;
    }

    .product-small-login-text {
        font-size: 14px;
        margin-bottom: 2rem;
    }

    .product-small-login-btn {
        padding: 15px 35px;
        font-size: 13px;
    }

    .product-small-login-secondary {
        font-size: 13px;
        margin-top: 1.5rem;
    }
}

/** <------------ Create account page ----------> */

.create-account {
    background: #EAE8DF url(../images/grunge_small.png) repeat;
}

.input-group .invalid-feedback {
    display: none !important;
}

.create-account .auth-form-container input.password-field {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.create-account .auth-form-container .btn-outline-secondary {
    padding-right: 20px;
    border-radius: 0 50px 50px 0 !important;
    background-color: #ffffff;
    border-color: #ced4da;
}

.create-account .auth-form-container .btn-outline-secondary:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #495057;
}


/** <------------ Login & Password Refresh ----------> */
.auth-page {
    background: #EAE8DF url(../images/grunge_small.png) repeat;
}

.auth-page-container {
    width: 100%;
}

.auth-content-wrapper {
    width: 100%;
    align-items: stretch;
}

.auth-left-img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50%;
    flex-shrink: 0;
    padding: 2rem 1rem;
}

.auth-left-img .image-wrapper {
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.auth-left-img .image-wrapper img {
    max-width: 100%;
    max-height: 65vh;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 10px !important;
}

.auth-right-form {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.auth-form-container {
    max-width: 585px;
    width: 100%;
}

.auth-form-container .section-title h4 {
    text-align: center;
    margin-bottom: 0;
}

.auth-form-container input.form-control {
    border-radius: 50px !important;
}

.auth-form-container .btn.btn-primary {
    font-size: 18px;
    width: 230px;
    height: 52px;
    margin: 0 auto;
    border-radius: 25px;
    display: block;
}

.auth-form-container .instruction-text {
    font-size: 16px;
    text-align: left;
    color: #495057;
    margin: 0;
}

/** <------------ Login specific styles ----------> */
.loginPage .auth-form-container input.password-field {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.loginPage .auth-form-container .btn-outline-secondary {
    padding-right: 20px;
    border-radius: 0 50px 50px 0 !important;
    background-color: #ffffff;
    border-color: #ced4da;
}

.loginPage .auth-form-container .btn-outline-secondary:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #495057;
}

/** <------------ Responsive ----------> */
@media (max-width: 768px) {
    .auth-left-img {
        display: none !important;
    }

    .auth-right-form {
        width: 100%;
        padding: 2rem 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .auth-content-wrapper {
        gap: 2rem;
    }

    .auth-left-img {
        padding: 2rem 0.5rem;
    }

    .auth-form-container .instruction-text {
        font-size: 15px;
    }
}

/** <------------ Update Password Page ----------> */
.table-box.updatePasswordForm input.form-control {
    border-radius: 50px !important;
}

.table-box.updatePasswordForm input.password-field {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.table-box.updatePasswordForm .btn-outline-secondary {
    border-radius: 0 50px 50px 0 !important;
    background-color: #ffffff;
    border-color: #ced4da;
    padding-right: 20px;
}

.table-box.updatePasswordForm .btn-outline-secondary:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #495057;
}

.table-box.updatePasswordForm .input-group {
    width: 100%;
}

.table-box.updatePasswordForm table td {
    padding: 10px 15px;
}

.table-box.updatePasswordForm table td:first-child {
    font-weight: bold;
}

.table-box.updatePasswordForm .btn-primary {
    font-size: 18px;
    min-width: 230px;
    height: 52px;
    border-radius: 25px;
    padding: 12px 40px;
}

.table-box.updatePasswordForm .password-requirements {
    margin-top: 15px;
    font-weight: bold;
    font-style: italic;
}

.table-box.updatePasswordForm .password-requirements small {
    font-size: 0.875rem;
    line-height: 1.4;
}

.updatePasswordForm .title-sm {
    font-weight: bold;
}

/** <------------ Password Refresh Page ----------> */
.table-box.passwordRefreshPage input.form-control {
    border-radius: 50px !important;
}

.table-box.passwordRefreshPage input.password-field {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.table-box.passwordRefreshPage .btn-outline-secondary {
    border-radius: 0 50px 50px 0 !important;
    background-color: #ffffff;
    border-color: #ced4da;
    padding-right: 20px;
}

.table-box.passwordRefreshPage .btn-outline-secondary:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #495057;
}

.table-box.passwordRefreshPage .input-group {
    width: 100%;
}

.table-box.passwordRefreshPage table td {
    padding: 10px 15px;
}

.table-box.passwordRefreshPage table td:first-child {
    font-weight: bold;
}

.table-box.passwordRefreshPage .btn-primary {
    font-size: 18px;
    min-width: 230px;
    height: 52px;
    border-radius: 25px;
    padding: 12px 40px;
}

.table-box.passwordRefreshPage .password-requirements {
    margin-top: 15px;
    font-weight: bold;
    font-style: italic;
}

.table-box.passwordRefreshPage .password-requirements small {
    font-size: 0.875rem;
    line-height: 1.4;
}

.passwordRefreshPage .title-sm {
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}


/** <------------ Contact Us Page ----------> */
.contactUs #form_description:invalid,
.contactUs #form_description.is-invalid {
    background-position: top 4rem right 0.5rem !important;
}

.contactUs #form_description:valid,
.contactUs #form_description.is-valid {
    background-position: top 4rem right 0.5rem !important;
}

.contactUs #form_submit {
    font-size: 18px;
    min-width: 230px;
    height: 52px;
    border-radius: 25px;
    padding: 12px 40px;
    margin-top: 20px;
}

.contactUs .breadcrumb {
    margin-left: 0px !important;
}

.contactUs .breadcrumb-item.active {
    color: #D00B5E;
}

.contactUs .contactForm-wrapper {
    margin-left: 12rem;
    margin-right: 12rem;
}

.contactUs .portail .btn-primary {
    font-size: 18px;
    min-width: 230px;
    height: 52px;
    border-radius: 25px;
    padding: 12px 40px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .contactUs .contactForm-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .contactUs .contactForm-wrapper h3 {
        margin-top: 20px;
    }
}

/* Specific style for product-card in cart */
.product-card.cart {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

.product-card-cart-content {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

/* Left part (image + info) */
.product-card-cart-left {
    display: flex;
    flex-grow: 1;
    align-items: flex-start; /* Force le contenu en haut */
}

.product-card.cart .product-image {
    flex-shrink: 0;
}

.product-card.cart .product-info {
    padding: 1rem;
}

/* Right part (price + quantity) */
.product-card-cart-right {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
}

.product-card-cart-price {
    padding: 0.75rem;
}

.product-card-cart-quantity {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .product-card.cart {
        min-height: auto;
    }

    .product-card-cart-content {
        flex-direction: column;
    }

    .product-card-cart-left {
        margin-bottom: 1rem;
    }

    .product-card-cart-right {
        border-top: 1px solid #dee2e6;
        padding-top: 1rem;
        justify-content: space-between;
        align-items: center;
    }

    .product-card.cart .product-image img {
        max-width: 80px;
    }

    .product-card.cart .product-name {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .product-card.cart {
        min-height: 140px;
    }
}

/* Payment card */
.payment-card {
    display: block;
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.payment-card:hover {
    border-color: #f41572;
    box-shadow: 0 2px 8px rgba(255, 192, 203, 0.2);
}

.payment-card-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-card-radio:checked ~ .payment-card-content,
.payment-card:has(.payment-card-radio:checked) {
    border-color: #D00B5E;
}

.payment-card:has(.payment-card-radio:checked) {
    border-color: #D00B5E;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.1);
}

.payment-card-content {
    display: flex;
    flex-direction: column;
}

.payment-card-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #333;
}

.payment-card-logos {
    display: flex;
    gap: 0.5rem;
}

.paymentsLogos {
    height: 24px;
    width: auto;
}

.payment-card::after {
    content: '';
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.payment-card:has(.payment-card-radio:checked)::after {
    border-color: #D00B5E;
    background: #D00B5E;
    box-shadow: inset 0 0 0 4px #fff;
}

@media (max-width: 767px) {
    .payment-card {
        padding: 1rem;
    }

    .payment-card-title {
        font-size: 1rem;
    }

    .paymentsLogos {
        height: 20px;
    }
}

.product-slide {
    transition: width 0.3s ease;
}

.steps-app-promo {
    background: url(../images/grunge_small.png);
    padding-top: 11%;
    padding-bottom: 9%;
}

.app-promo {
    display: flex;
    align-items: center;
    background-color: #2D2928;
    padding: 50px;
    border-radius: 20px;
}

.app-promo-image {
    flex: 1;
    max-width: 570px;
    margin: -170px -70px -100px 0;
}

.app-promo-image img {
    width: 100%;
    height: auto;
    margin: 0;
}

.app-promo-content {
    flex: 1;
    color: white;
    text-align: center;
}

.app-promo-content h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.app-promo-content p {
    margin-bottom: 2rem;
}

.app-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.app-buttons img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 1380px) {
    .steps-app-promo {
        padding-top: 14%;
        padding-bottom: 18%;
    }

    .app-promo-image {
        max-width: 570px;
        margin: -225px -70px -105px 0;
    }

    .app-buttons img {
        height: 60px;
    }
}

@media (max-width: 1204px) {
    .steps-app-promo {
        padding-top: 14%;
        padding-bottom: 18%;
    }

    .app-promo {
        padding: 40px;
    }

    .app-promo-image {
        margin: -225px -70px -105px 0;
        max-width: 470px;
    }

    .app-promo-content h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .app-buttons img {
        height: 60px;
    }
}


@media (max-width: 768px) {
    .steps-app-promo {
        padding-top: 20%;
        padding-bottom: 18%;
    }

    .app-promo {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .app-promo-image {
        margin: -135px 0 25px 0;
    }

    .app-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .app-buttons img {
        height: 50px;
    }
}

/*
 PRODUCT LIST
 */

.product-promo-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #D00B5E;
    color: white;
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    border-radius: 6px 6px 0 0;
}

.product-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-small-price-original {
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
    margin: 0;
}

.product-small-price-promo {
    background-color: #D00B5E;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
}

/*
 PRODUCT DETAIL
 */

.product-promo-banner-detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #D00B5E;
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    border-radius: 4px 4px 0 0;
    margin: 5px;
}

.price-promo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.price-original-detail {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

.price-promo-detail {
    background-color: #D00B5E !important; /* Couleur rose, adapte selon ta variable */
    color: white !important;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 6px;
}

.product-promo-banner-cart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #D00B5E;
    color: white;
    text-align: center;
    padding: 4px 0;
    font-size: 11px;
    font-weight: bold;
    z-index: 10;
}
