/* Application couleur refacto */
body {
    font-family: 'Averia Serif Libre', serif;
}

a {
    color: #482119;
    text-decoration: none;
}

a:hover {
    color: #e36109 !important;
    text-decoration: none;
}

.text-blanc {
    color: #fff !important;
}

.text-primaire {
    color: #e36109;
}

.text-secondaire {
    color: #482119;
}

.bg-secondaire {
    color: #e36109 !important;
}

.bg-secondary {
    background-color: #e36109 !important;
}

.bg-success {
    background-color: #157347 !important;
}

.btn-primaire {
    background-color: #e36109;
    color: #fff;
}

.btn-secondaire {
    background-color: #482119;
    color: #fff;
}

.border-primaire {
    border-color: #482119;
}

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

.bg-blanc {
    background-color: #fff;
    border: 1px solid #e36109;
}

.icon-color {
    color: #e36109;
}

.bg-noir {
    background-color: #565555;
}

.border-primary {
    border: 1px solid #e36109 !important;
}

.btn-outline-secondary {
    color: #e36109 !important;
    border-color: #e36109 !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #e36109 !important;
    border-color: #e36109 !important;
}

/* css cart  */
.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.cart-drawer.open {
    transform: translateX(0);
}

.cart-footer {
    text-align: center;
    margin-top: 20px;
    /* Espace supplémentaire au-dessus du bouton */
}

#total-text {
    font-weight: bolder;
}

/* end css cart */

/* css drawer favoris */
.heart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.heart-drawer.open {
    transform: translateX(0);
}

/* end css */
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #482119;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Averia Serif Libre', serif;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #482119;
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), #e36109);
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #e36109;
    background: #e36109;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {

    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {

    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}

/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: #e36109 !important;
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);

}

/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px;
    height: 130px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: #482119 !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}

.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}

/* Loaders sections (derniers produits, catégories, vente flash) — couleurs plateforme */
@keyframes lastProductsSpin {
    to {
        transform: rotate(360deg);
    }
}

#last-products-loader.last-products-loader,
#categories-loader.last-products-loader,
#flash-products-loader.last-products-loader,
#boutique-products-loader.last-products-loader {
    min-height: 240px;
}

#boutique-categories-loader.last-products-loader {
    min-height: 160px;
}

#last-products-loader .last-products-loader-spinner,
#categories-loader .last-products-loader-spinner,
#flash-products-loader .last-products-loader-spinner,
#boutique-categories-loader .last-products-loader-spinner,
#boutique-products-loader .last-products-loader-spinner {
    width: 52px;
    height: 52px;
    border: 3px solid rgba(72, 33, 25, 0.12);
    border-top-color: #e36109;
    border-right-color: #482119;
    border-radius: 50%;
    animation: lastProductsSpin 0.85s linear infinite;
    box-shadow: 0 2px 12px rgba(227, 97, 9, 0.12);
}

/* --- Product cards (Derniers produits) : dimensions fixes, design moderne --- */
#LastProdContainer .product-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

#LastProdContainer .product-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

#LastProdContainer .product-card .fruite-img.product-card-img {
    flex-shrink: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #f8f9fa;
}

#LastProdContainer .product-card .product-card-img-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

#LastProdContainer .product-card:hover .product-card-img-el {
    transform: scale(1.05);
}

#LastProdContainer .product-card .product-card-body {
    border: none;
    border-top: none;
    background: #fff;
}

#LastProdContainer .product-card .product-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#LastProdContainer .product-card .product-card-desc {
    font-size: 0.85rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#LastProdContainer .product-card .product-card-price {
    font-size: 1rem;
    font-weight: 600;
}

#LastProdContainer .product-card .reduction-card,
#LastProdContainer .product-card .promo-card {
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 1;
}

/* --- Vente Flash : mêmes cartes (dimensions fixes, design moderne) --- */
#flashSection .product-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

#flashSection .product-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

#flashSection .product-card .fruite-img.product-card-img {
    flex-shrink: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #f8f9fa;
}

#flashSection .product-card .product-card-img-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

#flashSection .product-card:hover .product-card-img-el {
    transform: scale(1.05);
}

#flashSection .product-card .product-card-body {
    border: none;
    background: #fff;
}

#flashSection .product-card .product-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#flashSection .product-card .product-card-desc {
    font-size: 0.85rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#flashSection .product-card .product-card-price {
    font-size: 1rem;
    font-weight: 600;
}

#flashSection .product-card .reduction-card,
#flashSection .product-card .promo-card {
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 1;
}

/* --- Modal Catégorie : mêmes cartes (dimensions fixes, design moderne) --- */
#productsModal .product-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

#productsModal .product-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

#productsModal .product-card .fruite-img.product-card-img {
    flex-shrink: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #f8f9fa;
}

#productsModal .product-card .product-card-img-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

#productsModal .product-card:hover .product-card-img-el {
    transform: scale(1.05);
}

#productsModal .product-card .product-card-body {
    border: none;
    background: #fff;
}

#productsModal .product-card .product-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#productsModal .product-card .product-card-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#productsModal .product-card .product-card-price {
    font-size: 0.95rem;
    font-weight: 600;
}

#productsModal .product-card .reduction-card {
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 1;
}

/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: #e36109;
    padding: 5px 25px;
    border: 1px solid #e36109;
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: #e36109;
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: #e36109;
    padding: 5px 25px;
    border: 1px solid #e36109;
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: #e36109;
    color: var(--bs-white);
}

/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn {
    background: var(--bs-white);
}

/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}

/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}

.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #e36109;
    margin: 0 4px;
}

.pagination a:hover {
    color: #fff !important;
}

.pagination a.active {
    background-color: #482119;
    color: var(--bs-light);
    border: 1px solid #482119;
}

.pagination a:hover:not(.active) {
    background-color: #e36109
}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}

/*** Single Page End ***/


/*** Footer Start ***/
/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: #e36109 !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}

/*** Footer End ***/

/* ==========================================================================
   MODERN ZANGO PREMIUM DESIGN SYSTEM & RESPONSIVE LAYOUT UPGRADE
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* Typography & Base Variables */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    background-color: #faf9f7;
    color: #334155;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.hero-header h1 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
}

/* Glassmorphic Sticky Header */
.container-fluid.fixed-top {
    background: transparent !important;
}

.navbar {
    position: sticky !important;
    top: 15px !important;
    margin: 10px 15px !important;
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(227, 97, 9, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    padding: 12px 24px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1100 !important;
}

.navbar-brand img {
    height: 38px !important;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    font-size: 0.95rem !important;
    padding: 8px 16px !important;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #e36109 !important;
}

/* Modernized Buttons */
.btn-primary,
.btn-primaire,
.btn-secondary,
.btn-secondaire {
    border-radius: 30px !important;
    padding: 10px 24px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.02em !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
}

.btn-primary,
.btn-primaire {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(227, 97, 9, 0.25) !important;
}

.btn-primary:hover,
.btn-primaire:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(227, 97, 9, 0.38) !important;
    color: #ffffff !important;
}

.btn-secondary,
.btn-secondaire {
    background: #1e293b !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(30, 41, 59, 0.15) !important;
}

.btn-secondary:hover,
.btn-secondaire:hover {
    background: #0f172a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(30, 41, 59, 0.28) !important;
}

/* Premium Product Cards Grid & Overlays */
.vesitable-item,
.product-item,
.fruite-item {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(227, 97, 9, 0.05) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.vesitable-item:hover,
.product-item:hover,
.fruite-name:hover {
    transform: translateX(4px) !important;
}

/* ==========================================================================
   CONTACT PAGE MODERN DESIGN UPGRADES
   ========================================================================== */
.contact .bg-light {
    background: #ffffff !important;
    border: 1px solid rgba(227, 97, 9, 0.08) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02) !important;
    border-radius: 24px !important;
    padding: 40px !important;
}

.contact h1.text-primaire {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    font-size: 2.5rem !important;
    margin-bottom: 10px !important;
}

.contact p {
    color: #64748b !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}

.contact .form-control {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 14px 20px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.contact .form-control:focus {
    background: #ffffff !important;
    border-color: #e36109 !important;
    box-shadow: 0 0 12px rgba(227, 97, 9, 0.1) !important;
}

#FormContact button[type="submit"] {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 14px !important;
    box-shadow: 0 4px 15px rgba(227, 97, 9, 0.25) !important;
    transition: all 0.3s ease !important;
    font-size: 0.95rem !important;
}

#FormContact button[type="submit"]:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(227, 97, 9, 0.38) !important;
    color: #ffffff !important;
}

/* Contact Details Cards on the right */
.contact .col-lg-5 .bg-white {
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

.contact .col-lg-5 .bg-white:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(227, 97, 9, 0.15) !important;
    box-shadow: 0 8px 20px rgba(227, 97, 9, 0.04) !important;
}

.contact .col-lg-5 i {
    background: rgba(227, 97, 9, 0.08) !important;
    width: 55px !important;
    height: 55px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    color: #e36109 !important;
    font-size: 1.25rem !important;
}

.contact .col-lg-5 h4 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    font-size: 1.1rem !important;
    margin-bottom: 4px !important;
}

.contact .col-lg-5 p {
    color: #64748b !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}

/* Smooth Image Scale on Hover */
.vesitable-item .fruite-img,
.product-item img,
.fruite-item img {
    overflow: hidden !important;
    border-radius: 20px 20px 0 0 !important;
}

.vesitable-item img,
.product-item img,
.fruite-item img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    object-fit: cover !important;
}

.vesitable-item:hover img,
.product-item:hover img,
.fruite-item:hover img {
    transform: scale(1.05) !important;
}

/* Badges styling */
.vesitable-item .bg-secondary,
.product-item .bg-secondary,
.fruite-item .bg-secondary {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    font-size: 0.72rem !important;
    padding: 6px 12px !important;
    box-shadow: 0 4px 10px rgba(227, 97, 9, 0.25) !important;
}

/* Card Body spacing */
.vesitable-item .p-4,
.product-item .p-4,
.fruite-item .p-4 {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    padding: 20px !important;
}

.vesitable-item h4,
.product-item h4,
.fruite-item h4 {
    font-size: 1.15rem !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
}

.vesitable-item p,
.product-item p,
.fruite-item p {
    color: #64748b !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
}

/* Modern inputs & search modals */
.form-control {
    border-radius: 12px !important;
    border: 2px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 0.9rem !important;
    transition: all 0.25s ease !important;
}

.form-control:focus {
    border-color: #e36109 !important;
    box-shadow: 0 0 0 3px rgba(227, 97, 9, 0.15) !important;
}

/* Custom Scrollbar for modern touch */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 8px;
    transition: background 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: #e36109;
}

/* Mobile responsive fixes */
@media (max-width: 991.98px) {
    .navbar {
        margin: 5px 10px !important;
        padding: 8px 16px !important;
        border-radius: 14px !important;
    }

    .navbar-collapse {
        background: #ffffff !important;
        border-radius: 12px !important;
        margin-top: 10px !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
        padding: 15px !important;
        border: 1px solid rgba(227, 97, 9, 0.06) !important;
    }

    #carouselId,
    .hero-header .carousel-item {
        height: 300px !important;
    }
}

/* ==========================================================================
   CART DRAWER & CATEGORY CARDS MODERN LAYOUT
   ========================================================================== */

/* Elevate Cart Drawer above Navigation header (z-index: 1100) */
.cart-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 420px !important;
    max-width: 100vw !important;
    height: 100vh !important;
    background-color: #ffffff !important;
    z-index: 2000 !important;
    /* well above navbar */
    transform: translateX(100%) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

.cart-drawer.open {
    transform: translateX(0) !important;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15) !important;
}

.cart-drawer .card {
    border: none !important;
    border-radius: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.cart-drawer .cart-header {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    padding: 24px 20px !important;
    border-radius: 0 !important;
    border: none !important;
}

.cart-drawer .cart-header h3 {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cart-drawer .car-body {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    padding: 20px !important;
}

.cart-drawer .cart-items {
    max-height: none !important;
    flex-grow: 1 !important;
    overflow-y: auto !important;
    margin-bottom: 15px !important;
}

/* Transform Table list into clean modular rows in drawer */
.cart-drawer table.table {
    display: block !important;
    width: 100% !important;
    border: none !important;
}

.cart-drawer table.table thead {
    display: none !important;
    /* hide header names */
}

.cart-drawer table.table tbody {
    display: block !important;
    width: 100% !important;
}

.cart-drawer tr.cart-item {
    display: flex !important;
    align-items: center !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
    background: #f8fafc !important;
    border: 1px solid rgba(227, 97, 9, 0.05) !important;
    border-radius: 14px !important;
    gap: 12px !important;
    position: relative !important;
    transition: border-color 0.2s ease;
}

.cart-drawer tr.cart-item:hover {
    border-color: rgba(227, 97, 9, 0.15) !important;
}

.cart-drawer tr.cart-item td {
    border: none !important;
    padding: 0 !important;
    display: block !important;
    background: transparent !important;
}

/* Item Image wrapper */
.cart-drawer tr.cart-item td:nth-child(1) {
    flex-shrink: 0 !important;
}

.cart-drawer tr.cart-item td:nth-child(1) img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
}

/* Item title */
.cart-drawer tr.cart-item td:nth-child(2) {
    flex-grow: 1 !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    font-size: 0.9rem !important;
    text-align: left !important;
    padding-bottom: 30px !important;
    /* make room for price/qty below */
}

/* Item Price */
.cart-drawer tr.cart-item td:nth-child(3) {
    font-size: 0.85rem !important;
    color: #e36109 !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    text-align: left !important;
    position: absolute !important;
    left: 89px !important;
    bottom: 12px !important;
}

/* Quantity selector buttons */
.cart-drawer tr.cart-item td:nth-child(4) {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    position: absolute !important;
    right: 50px !important;
    bottom: 10px !important;
}

.cart-drawer tr.cart-item td:nth-child(4) button {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #475569 !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    padding: 0 !important;
    font-weight: 700 !important;
    transition: all 0.2s ease !important;
}

.cart-drawer tr.cart-item td:nth-child(4) button:hover {
    border-color: #e36109 !important;
    color: #e36109 !important;
    background: #fff8f4 !important;
}

/* Close/delete button */
.cart-drawer tr.cart-item td:nth-child(5) {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
}

.cart-drawer tr.cart-item td:nth-child(5) button.remove-from-cart {
    background: transparent !important;
    border: none !important;
    color: #94a3b8 !important;
    font-size: 1.25rem !important;
    padding: 0 !important;
    transition: color 0.2s ease !important;
    line-height: 1 !important;
}

.cart-drawer tr.cart-item td:nth-child(5) button.remove-from-cart:hover {
    color: #ef4444 !important;
}

/* Promo application group */
.cart-promo-section {
    padding: 0 !important;
    margin-bottom: 15px !important;
}

/* Grand total box layout */
.cart-drawer tr.total-row {
    display: block !important;
    border: none !important;
    padding: 16px 0 !important;
    margin-top: 10px !important;
    border-top: 2px dashed #e2e8f0 !important;
}

.cart-drawer tr.total-row td {
    display: block !important;
    border: none !important;
    text-align: right !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.cart-drawer tr.total-row td span.text-success {
    color: #10b981 !important;
    font-size: 1.25rem !important;
}

.cart-drawer tr.total-row td small {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
}

/* Action checkout panel footer */
.cart-drawer .cart-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 10px !important;
    padding-top: 15px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.cart-drawer .cart-footer button#ValiderCommande {
    flex-grow: 1 !important;
    margin-right: 15px !important;
    border-radius: 30px !important;
    padding: 12px 24px !important;
}

.cart-drawer .cart-footer a {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #64748b !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.cart-drawer .cart-footer a:hover {
    color: #e36109 !important;
}

/* Premium Categories Cards */
#carouselInner .card {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(227, 97, 9, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    overflow: hidden !important;
}

#carouselInner .card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(227, 97, 9, 0.25) !important;
    box-shadow: 0 20px 40px rgba(227, 97, 9, 0.08) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffcf8 100%) !important;
}

#carouselInner .card-body {
    border: none !important;
    /* remove old borders */
    padding: 26px !important;
}

#carouselInner .card-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#carouselInner .card-title span.float-end {
    background: rgba(227, 97, 9, 0.08) !important;
    color: #e36109 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    transition: all 0.25s ease !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

#carouselInner .card:hover .card-title span.float-end {
    background: #e36109 !important;
    color: #ffffff !important;
}

#carouselInner .card-text {
    color: #64748b !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Modernized Vente Flash Card Design */
#flashSection .product-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    border: 1px solid rgba(239, 68, 68, 0.08) !important;
    /* Soft red/orange borders */
    box-shadow: 0 10px 25px rgba(239, 68, 68, 0.02) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
}

#flashSection .product-card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(239, 68, 68, 0.3) !important;
    box-shadow: 0 20px 40px rgba(239, 68, 68, 0.08) !important;
}

/* Badge styles */
#flashSection .promo-card {
    background: linear-gradient(135deg, #ef4444 0%, #ff6b6b 100%) !important;
    /* Vivid red gradient for Flash */
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    border-radius: 30px !important;
    padding: 6px 14px !important;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.25) !important;
    position: static !important;
}

#flashSection .reduction-card {
    background: #0f172a !important;
    /* Modern dark badge for percent */
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    border-radius: 30px !important;
    padding: 6px 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    position: static !important;
}

/* Flash Sales Prices */
#flashSection .product-card-price p {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

#flashSection .product-card-price span.text-success {
    color: #e36109 !important;
    /* Zango Orange */
    font-size: 1.25rem !important;
    font-weight: 800 !important;
}

#flashSection .product-card-price span.text-decoration-line-through {
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
}

/* Action buttons */
#flashSection .btn-outline-success {
    border: 2px solid #cbd5e1 !important;
    color: #475569 !important;
    font-weight: 700 !important;
    background: #ffffff !important;
}

#flashSection .btn-outline-success:hover {
    border-color: #e36109 !important;
    color: #e36109 !important;
    background: #fff8f4 !important;
}

#flashSection .btn-success {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(227, 97, 9, 0.2) !important;
}

#flashSection .btn-success:hover {
    box-shadow: 0 6px 18px rgba(227, 97, 9, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Modernized Search Bar in Latest Products */
#LastProdContainer .input-group {
    background: #ffffff !important;
    border-radius: 40px !important;
    border: 1px solid rgba(227, 97, 9, 0.12) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    padding: 6px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
}

#LastProdContainer .input-group:focus-within {
    border-color: #e36109 !important;
    box-shadow: 0 12px 35px rgba(227, 97, 9, 0.12) !important;
}

#LastProdContainer .input-group-text {
    background: transparent !important;
    border: none !important;
    color: #94a3b8 !important;
    padding-left: 18px !important;
    padding-right: 8px !important;
}

#LastProdContainer input#productSearchInput {
    background: transparent !important;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    box-shadow: none !important;
}

#LastProdContainer input#productSearchInput::placeholder {
    color: #94a3b8 !important;
}

#LastProdContainer button#productSearchBtn {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    border: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 10px 28px !important;
    box-shadow: 0 4px 15px rgba(227, 97, 9, 0.25) !important;
    transition: all 0.3s ease !important;
}

#LastProdContainer button#productSearchBtn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(227, 97, 9, 0.38) !important;
}

/* Premium Latest Product Cards specific styling */
#products-container .product-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(227, 97, 9, 0.05) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#products-container .product-card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(227, 97, 9, 0.25) !important;
    box-shadow: 0 20px 40px rgba(227, 97, 9, 0.08) !important;
}

#products-container .product-card-title {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
}

#products-container .product-card-price span.text-success {
    color: #e36109 !important;
    /* Zango Orange */
    font-weight: 800 !important;
    font-size: 1.2rem !important;
}

#products-container .product-card-price span.text-decoration-line-through {
    color: #94a3b8 !important;
    font-size: 0.85rem !important;
}

#products-container .btn-outline-success {
    border: 2px solid #cbd5e1 !important;
    color: #475569 !important;
    font-weight: 700 !important;
    background: #ffffff !important;
}

#products-container .btn-outline-success:hover {
    border-color: #e36109 !important;
    color: #e36109 !important;
    background: #fff8f4 !important;
}

#products-container .btn-success {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(227, 97, 9, 0.2) !important;
}

#products-container .btn-success:hover {
    box-shadow: 0 6px 18px rgba(227, 97, 9, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Modern Flash Countdown Timer Styles */
.flash-countdown {
    background: #0f172a !important;
    /* Dark Slate background */
    border-radius: 16px !important;
    padding: 10px 20px !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15) !important;
    border: 1px solid rgba(227, 97, 9, 0.15) !important;
}

.countdown-unit {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-width: 45px !important;
}

.countdown-value {
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.35rem !important;
    line-height: 1.1 !important;
}

.countdown-unit:nth-child(even) .countdown-value,
.countdown-unit:last-child .countdown-value {
    color: #e36109 !important;
    /* highlight last units in Zango Orange */
}

.countdown-label {
    color: #94a3b8 !important;
    font-size: 0.65rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-top: 3px !important;
    font-weight: 700 !important;
}

.countdown-separator {
    color: #e36109 !important;
    font-weight: 800 !important;
    font-size: 1.35rem !important;
    margin: 0 8px !important;
    line-height: 1.1 !important;
    align-self: flex-start !important;
    margin-top: -2px !important;
}

/* ==========================================================================
   BANNER, FEATURS, FOOTER & COPYRIGHT MODERNIZATION
   ========================================================================== */

/* 1. Banner Section Modernization */
.banner.bg-secondary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    /* Dark obsidian gradient */
    border-radius: 30px !important;
    margin: 60px 15px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(227, 97, 9, 0.1) !important;
}

.banner .display-3 {
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
}

.banner p.text-dark {
    color: #cbd5e1 !important;
    font-size: 0.95rem !important;
}

.banner .banner-btn {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(227, 97, 9, 0.3) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.banner .banner-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(227, 97, 9, 0.45) !important;
    color: #ffffff !important;
}

/* Floating animation for banner image */
@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.banner img {
    animation: floatImage 4s ease-in-out infinite !important;
}

.banner .position-absolute {
    background: rgba(227, 97, 9, 0.95) !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: 0 10px 25px rgba(227, 97, 9, 0.3) !important;
    border: 2px solid #ffffff !important;
}

.banner .position-absolute h4 {
    color: #ffffff !important;
    font-weight: 800 !important;
}

/* 2. Featurs Section Modernization */
.featurs-item {
    background: #ffffff !important;
    border-radius: 24px !important;
    border: 1px solid rgba(227, 97, 9, 0.05) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02) !important;
    padding: 30px 24px !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 100% !important;
}

.featurs-item:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(227, 97, 9, 0.2) !important;
    box-shadow: 0 20px 35px rgba(227, 97, 9, 0.06) !important;
}

.featurs-icon {
    background: rgba(227, 97, 9, 0.08) !important;
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    margin-bottom: 20px !important;
}

.featurs-icon i {
    color: #e36109 !important;
    font-size: 1.75rem !important;
}

.featurs-item:hover .featurs-icon {
    background: #e36109 !important;
    transform: scale(1.08) !important;
}

.featurs-item:hover .featurs-icon i {
    color: #ffffff !important;
}

.featurs-content h5 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

/* 3. Premium Footer Styling */
.footer.bg-noir,
.copyright.bg-noir {
    background-color: #090d16 !important;
    /* Rich obsidian dark background */
}

.footer {
    border-top: 1px solid rgba(227, 97, 9, 0.1) !important;
}

.footer h1.text-white {
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: -0.02em;
}

.footer h4.text-light {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 1.15rem !important;
    margin-bottom: 24px !important;
    position: relative;
    padding-bottom: 8px;
}

.footer h4.text-light::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: #e36109;
    border-radius: 2px;
}

/* Newsletter styling */
#FormNewsletter .position-relative {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 40px !important;
    padding: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
}

#FormNewsletter .position-relative:focus-within {
    border-color: #e36109 !important;
    box-shadow: 0 0 15px rgba(227, 97, 9, 0.2);
}

#FormNewsletter input#numeroTel {
    background: transparent !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 20px !important;
    box-shadow: none !important;
    font-size: 0.9rem !important;
}

#FormNewsletter input#numeroTel::placeholder {
    color: #94a3b8 !important;
}

#FormNewsletter button[type="submit"] {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    border-radius: 30px !important;
    border: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    box-shadow: 0 4px 12px rgba(227, 97, 9, 0.25) !important;
    transition: all 0.3s ease !important;
    top: 4px !important;
    right: 4px !important;
}

#FormNewsletter button[type="submit"]:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(227, 97, 9, 0.38) !important;
}

/* Social links icons */
.footer .btn-outline-secondary {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #94a3b8 !important;
    transition: all 0.3s ease !important;
}

.footer .btn-outline-secondary:hover {
    background: #e36109 !important;
    border-color: #e36109 !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 15px rgba(227, 97, 9, 0.3) !important;
}

/* Footer links style */
.footer .footer-item .btn-link {
    color: #94a3b8 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    transition: all 0.25s ease !important;
    padding: 4px 0 !important;
}

.footer .footer-item .btn-link:hover {
    color: #e36109 !important;
    padding-left: 6px !important;
}

.footer .footer-item p {
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
}

/* Copyright footer spacing */
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    font-size: 0.85rem !important;
}

.copyright span,
.copyright div {
    color: #64748b !important;
}

.copyright a {
    color: #e36109 !important;
    font-weight: 600 !important;
}

/* Back to Top button styling */
.back-to-top {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(227, 97, 9, 0.3) !important;
    transition: all 0.3s ease !important;
}

.back-to-top:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 22px rgba(227, 97, 9, 0.45) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   HERO SLIDER PREMIUM GLASSMORPHIC LAYOUT OVERRIDES
   ========================================================================== */
.hero-header .carousel-item {
    position: relative !important;
}

.hero-header .carousel-caption {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 40px !important;
    background: linear-gradient(90deg, rgba(9, 13, 22, 0.7) 0%, rgba(9, 13, 22, 0.25) 100%) !important;
    border-radius: 20px !important;
    z-index: 10 !important;
}

.hero-overlay-card {
    background: rgba(9, 13, 22, 0.45) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    max-width: 580px !important;
    text-align: left !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25) !important;
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(0);
}

.hero-overlay-card h1 {
    font-size: 2.75rem !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
}

.hero-overlay-card h4 {
    letter-spacing: 0.08em !important;
    color: #ff8c42 !important;
    /* premium soft orange */
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
}

/* Custom next/prev rounded button rings */
#carouselId .carousel-control-prev,
#carouselId .carousel-control-next {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0.85 !important;
    z-index: 20 !important;
}

#carouselId .carousel-control-prev:hover,
#carouselId .carousel-control-next:hover {
    background: #e36109 !important;
    border-color: #e36109 !important;
    opacity: 1 !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 8px 24px rgba(227, 97, 9, 0.4) !important;
}

#carouselId .carousel-control-prev {
    left: 30px !important;
}

#carouselId .carousel-control-next {
    right: 30px !important;
}

#carouselId .carousel-control-prev-icon,
#carouselId .carousel-control-next-icon {
    width: 22px !important;
    height: 22px !important;
}

/* Float visual touch on hero image slides */
.hero-header .carousel-item img {
    filter: brightness(0.95);
    transition: transform 12s linear !important;
}

.hero-header .carousel-item.active img {
    transform: scale(1.08);
    /* Slow ken burns zoom effect for slides */
}

/* Layout Padding adjustments */
.hero-header {
    background: #faf9f7 !important;
    /* hide the fruit/drawing background template image */
    padding-top: 110px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
}

@media (max-width: 991.98px) {
    .hero-header {
        background: #faf9f7 !important;
        padding-top: 80px !important;
    }

    .hero-header .carousel-caption {
        padding: 20px !important;
    }

    .hero-overlay-card {
        max-width: 100% !important;
        padding: 24px !important;
    }

    .hero-overlay-card h1 {
        font-size: 1.85rem !important;
        margin-bottom: 16px !important;
    }

    #carouselId .carousel-control-prev {
        left: 15px !important;
    }

    #carouselId .carousel-control-next {
        right: 15px !important;
    }
}

/* Navbar Mobile Toggler styles */
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: transparent !important;
}

.navbar-toggler[aria-expanded="true"] {
    transform: rotate(90deg) !important;
}

/* ==========================================================================
   BOUTIQUE PAGE MODERN DESIGN UPGRADES
   ========================================================================== */

/* 1. Page Header Modernization */
.page-header {
    background: linear-gradient(rgba(9, 13, 22, 0.55), rgba(9, 13, 22, 0.55)), url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=1600&q=80) !important;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.page-header h1.principalPage {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 900 !important;
    font-size: 3rem !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.page-header .breadcrumb {
    background: rgba(9, 13, 22, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 10px 28px !important;
    border-radius: 30px !important;
    display: inline-flex !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item.active {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
}

/* 2. Boutique Search Bar Modernization */
#boutiqueSearchGroup {
    background: #ffffff !important;
    border-radius: 40px !important;
    border: 1px solid rgba(227, 97, 9, 0.12) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    padding: 6px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
}

#boutiqueSearchGroup:focus-within {
    border-color: #e36109 !important;
    box-shadow: 0 12px 35px rgba(227, 97, 9, 0.12) !important;
}

#boutiqueSearchGroup .input-group-text {
    background: transparent !important;
    border: none !important;
    color: #94a3b8 !important;
    padding-left: 18px !important;
    padding-right: 8px !important;
}

#boutiqueSearchGroup input#productSearchInputBoutique {
    background: transparent !important;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    box-shadow: none !important;
}

#boutiqueSearchGroup input#productSearchInputBoutique::placeholder {
    color: #94a3b8 !important;
}

#boutiqueSearchGroup button#productSearchBtnBoutique {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    border: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 10px 28px !important;
    box-shadow: 0 4px 15px rgba(227, 97, 9, 0.25) !important;
    transition: all 0.3s ease !important;
}

#boutiqueSearchGroup button#productSearchBtnBoutique:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(227, 97, 9, 0.38) !important;
}

/* 3. Boutique Sidebar Categories */
.col-lg-3 h4 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    font-size: 1.25rem !important;
}

.fruite-categorie {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(227, 97, 9, 0.06) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02) !important;
    padding: 24px !important;
}

.fruite-categorie li {
    border-bottom: 1px solid rgba(241, 245, 249, 0.8) !important;
    padding: 12px 0 !important;
}

.fruite-categorie li:last-child {
    border-bottom: none !important;
}

.fruite-categorie li a {
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.fruite-categorie li a:hover {
    color: #e36109 !important;
    transform: translateX(4px) !important;
}

.fruite-categorie li a span {
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 12px !important;
    transition: all 0.25s ease !important;
}

.fruite-categorie li a:hover span {
    background: #e36109 !important;
    color: #ffffff !important;
}

/* 4. Pagination Modern Styling */
#pagination-container .page-link,
#pagination-container a.rounded {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: #475569 !important;
    font-weight: 700 !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    transition: all 0.25s ease !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
}

#pagination-container .page-link:hover,
#pagination-container a.rounded:hover {
    background: #fff8f4 !important;
    border-color: #e36109 !important;
    color: #e36109 !important;
    transform: translateY(-1px) !important;
}

#pagination-container .active .page-link,
#pagination-container a.rounded.active {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    border-color: #e36109 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(227, 97, 9, 0.2) !important;
}

/* ==========================================================================
   CATEGORY PRODUCTS MODAL UPGRADES (OVERRIDING GREEN BUTTONS/PRICES)
   ========================================================================== */
#productsModal .modal-content {
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15) !important;
}

#productsModal .modal-header h5 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

#productsModal .product-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(227, 97, 9, 0.05) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.35s ease !important;
}

#productsModal .product-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(227, 97, 9, 0.2) !important;
    box-shadow: 0 15px 30px rgba(227, 97, 9, 0.06) !important;
}

#productsModal .product-card-title {
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
}

#productsModal .product-card-price span.text-success {
    color: #e36109 !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
}

#productsModal .product-card-price span.text-decoration-line-through {
    color: #94a3b8 !important;
    font-size: 0.85rem !important;
}

#productsModal .btn-outline-success {
    border: 2px solid #cbd5e1 !important;
    color: #475569 !important;
    font-weight: 700 !important;
    background: #ffffff !important;
    font-size: 0.8rem !important;
    padding: 6px 16px !important;
}

#productsModal .btn-outline-success:hover {
    border-color: #e36109 !important;
    color: #e36109 !important;
    background: #fff8f4 !important;
}

#productsModal .btn-success {
    background: linear-gradient(135deg, #e36109 0%, #ff7e36 100%) !important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    padding: 6px 16px !important;
    box-shadow: 0 4px 10px rgba(227, 97, 9, 0.2) !important;
}

#productsModal .btn-success:hover {
    box-shadow: 0 6px 15px rgba(227, 97, 9, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Modernized search bar inside products modal */
#productsModal .input-group {
    background: #f8fafc !important;
    border-radius: 30px !important;
    border: 1px solid rgba(227, 97, 9, 0.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    overflow: hidden !important;
    padding: 2px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
}

#productsModal .input-group:focus-within {
    border-color: #e36109 !important;
    box-shadow: 0 8px 25px rgba(227, 97, 9, 0.08) !important;
}

#productsModal .input-group-text {
    background: transparent !important;
    border: none !important;
    color: #94a3b8 !important;
    padding-left: 15px !important;
}

#productsModal input#productSearchInputModal {
    background: transparent !important;
    border: none !important;
    padding: 8px 12px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    box-shadow: none !important;
}