/* =========================================================
   HOT PRODUCTS SECTION
========================================================= */

.hot-products-section {
    position: relative;
    width: 100%;
    padding: 70px 30px 80px;
    background: #f4f4f4;
    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.hot-products-container {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.hot-products-heading {
    text-align: center;
    margin-bottom: 32px;
}

.hot-products-heading h2 {
    display: inline-block;
    margin: 0;

    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;

    text-transform: uppercase;

    color: #01c30c;
}


/* =========================================================
   DOTTED UNDERLINE
========================================================= */

.hot-products-heading span {
    display: none;

    width: 190px;
    height: 3px;

    margin: 12px auto 0;

    background-image: radial-gradient(
        circle,
        #2867c7 1px,
        transparent 1.5px
    );

    background-size: 8px 3px;
    background-repeat: repeat-x;
}


/* =========================================================
   GRID
========================================================= */

.hot-products-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 1px;

    background: #ddd;

    border: 1px solid #ddd;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.hot-product-card {
    position: relative;

    min-width: 0;
    min-height: 385px;

    display: flex;
    flex-direction: column;

    background: #fff;

    overflow: hidden;

    transition:
        box-shadow .25s ease,
        transform .25s ease;

    z-index: 1;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.hot-product-image {
    position: relative;

    width: 100%;
    height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 30px 5px;

    box-sizing: border-box;

    text-decoration: none;

    overflow: hidden;

    z-index: 1;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.hot-product-image > img {
    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    display: block;

    transition:
        transform .35s ease,
        opacity .25s ease;
}


/* =========================================================
   IMAGE HOVER
========================================================= */

.hot-product-card:hover
.hot-product-image > img {
    transform: scale(1.03);
}


/* =========================================================
   PRODUCT CONTENT
========================================================= */

.hot-product-content {
    position: relative;

    text-align: center;

    padding: 5px 15px 18px;

    background: #fff;

    z-index: 2;
}


/* =========================================================
   PRODUCT TITLE
========================================================= */

.hot-product-content h3 {
    margin: 0 0 10px;

    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.hot-product-content h3 a {
    color: #01c30c;
    text-decoration: none;
}

.hot-product-content h3 a:hover {
    color: #333;
}


/* =========================================================
   SHORT DESCRIPTION
========================================================= */

.hot-product-description {
    color: #888;

    font-size: 12px;
    line-height: 1.4;
}

.hot-product-description p {
    margin: 0;
}


/* =========================================================
   SHORT DESCRIPTION HEADINGS
========================================================= */

.hot-product-description h2,
.hot-product-description .pro_det_box1_text1 {
    font-size: 16px;
    color: #888;
}

.hot-product-description h2 {
    margin-bottom: 6px;
}


/* =========================================================
   FULL CARD HOVER OVERLAY
========================================================= */

.hot-product-hover {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 35px 40px;

    box-sizing: border-box;

    background: rgba(245, 245, 245, 0.96);

    /*
     * Initially hidden below the card
     */

    opacity: 0;
    visibility: hidden;

    transform: translateY(100%);

    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.25s ease,
        visibility 0s linear 0.45s;

    /*
     * IMPORTANT:
     * Overlay does NOT capture mouse clicks.
     * The transparent card link underneath/above it
     * handles the click.
     */

    pointer-events: none;

    z-index: 50;
}


/* =========================================================
   SHOW FULL OVERLAY ON CARD HOVER
========================================================= */

.hot-product-card:hover > .hot-product-hover {
    opacity: 1;

    visibility: visible;

    transform: translateY(0);

    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.25s ease,
        visibility 0s linear 0s;

    pointer-events: none;
}


/* =========================================================
   HOVER CONTENT
========================================================= */

.hot-product-hover-content {
    width: 100%;
    max-width: 390px;

    text-align: center;

    color: #444;

    font-size: 18px;
    line-height: 1.65;

    position: relative;

    z-index: 51;
}


/* =========================================================
   HOVER CONTENT PARAGRAPHS
========================================================= */

.hot-product-hover-content p {
    margin: 0 0 7px;
}

.hot-product-hover-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   HOVER CONTENT LISTS
========================================================= */

.hot-product-hover-content ul,
.hot-product-hover-content ol {
    margin: 8px 0;
    padding-left: 20px;

    text-align: left;
}


/* =========================================================
   HOVER CONTENT STRONG
========================================================= */

.hot-product-hover-content strong {
    color: #333;
}


/* =========================================================
   HOVER CONTENT HEADINGS
========================================================= */

.hot-product-hover-content h1,
.hot-product-hover-content h2,
.hot-product-hover-content h3,
.hot-product-hover-content h4,
.hot-product-hover-content h5,
.hot-product-hover-content h6 {
    margin-top: 0;
    margin-bottom: 12px;

    color: #333;
}


/* =========================================================
   COMPLETE CARD LINK
========================================================= */

/*
 * This link covers the complete card.
 *
 * It sits ABOVE the hover overlay,
 * so clicking anywhere on the overlay
 * opens the product page.
 */

.hot-product-card-link {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    display: block;

    text-decoration: none;

    z-index: 60;
}


/* =========================================================
   CARD HOVER
========================================================= */

.hot-product-card:hover {
    z-index: 10;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .12);
}


/* =========================================================
   HIDE NORMAL CONTENT DURING HOVER
========================================================= */

.hot-product-card:hover .hot-product-content {
    visibility: hidden;
}


/* =========================================================
   IMAGE FADE DURING HOVER
========================================================= */

.hot-product-card:hover .hot-product-image > img {
    opacity: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .hot-products-section {
        padding: 55px 20px 60px;
    }

    .hot-products-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .hot-product-card {
        min-height: 350px;
    }

    .hot-product-image {
        height: 265px;
    }

    .hot-product-hover {
        padding: 30px;
    }

    .hot-product-hover-content {
        font-size: 14px;
        line-height: 1.55;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .hot-products-section {
        padding: 45px 15px 50px;
    }

    .hot-products-heading {
        margin-bottom: 25px;
    }

    .hot-products-heading h2 {
        font-size: 25px;
    }

    .hot-products-grid {
        grid-template-columns: 1fr;
    }

    .hot-product-card {
        min-height: 360px;
    }

    .hot-product-image {
        height: 275px;

        padding: 15px 25px 5px;
    }

    .hot-product-content {
        padding: 5px 15px 18px;
    }

    .hot-product-content h3 {
        font-size: 17px;
    }

    .hot-product-hover {
        padding: 25px;
    }

    .hot-product-hover-content {
        font-size: 14px;
        line-height: 1.55;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hot-product-card {
        min-height: 340px;
    }

    .hot-product-image {
        height: 255px;
    }

    .hot-product-hover {
        padding: 20px;
    }

}