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


/* ==============================
   Product Card – Image Hover
============================== */

.img-prod .jet-listing-dynamic-image {
    display: block;
    overflow: hidden;
}

.img-prod .jet-listing-dynamic-image__img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.img-prod:hover .jet-listing-dynamic-image__img {
    transform: scale(1.10);
}


/* ==============================
   Product Card – Title Hover
============================== */

.prod-section .title-prod-section .elementor-heading-title {
    transition: color 0.3s ease;
}

.prod-section:hover .title-prod-section .elementor-heading-title {
    color: #079EF4 !important;
}


/* ==============================
   Mega Menu
============================== */

.ezy-mega ul.mega-menu > li > a.mega-menu-link {
    position: relative;
    font-family: "Inter", sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-decoration: none;
}

@media (min-width: 1920px) {
    .ezy-mega ul.mega-menu > li > a.mega-menu-link {
        font-size: 19px !important;
    }
}


/* ==============================
   Cart Header
============================== */

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes)
.elementor-menu-cart__product {
    grid-template-columns: 20% auto !important;
}


/* ==============================
   1920px Container
============================== */

@media (min-width: 1920px) {
    .cont-1920-dev {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding-left: calc((100vw - 1516px) / 2);
        padding-right: calc((100vw - 1516px) / 2);
    }
}


/* ==============================
   Gradient Background
============================== */

.gradient-back-dev {
    background: #EBF3F8;
    background: linear-gradient(
        90deg,
        rgba(235, 243, 248, 1) 0%,
        rgba(203, 238, 254, 1) 50%,
        rgba(235, 243, 248, 1) 100%
    );
}