.mega-sale-intro {
    /* background-color: #112238; */
    background-color: #242E3A;
    background-image: url("img/mega-sale-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.mega-sale-intro-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mega-sale-intro-dates {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.mega-sale-intro-name {
    font-weight: 900;
    font-size: 86px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #FFE52B;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}
.mega-sale-intro-subheader {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.mega-sale-intro-label {
    display: inline-block;
    font-weight: bold;
    font-size: 37px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: #242E3A;
    background: #FDE711;
    border-radius: 6px;
    padding: 11px 22px;
    /* margin-bottom: 20px; */
    transform: rotate(-3deg);
}
.mega-sale-intro-icon {
    position: absolute;
    top: -10px;
    right: -190px;
    background-image: url("img/-50.webp");
    width: 209px;
    height: 170px;
}
.section-sale {
    margin-top: 50px;
    margin-bottom: 100px;
}
.mega-sale-desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
}
.mega-sale-icons {
    text-align: center;
    margin-bottom: 80px;
}
.mega-sale-icon-img {
    margin-bottom: 20px;
    max-width: 110px;
}
.mega-sale-icon-text {
    font-size: 20px;
    line-height: 24px;
}
.mega-sale-cards {

}
.mega-sale-card {
    font-family: var(--font-numbers);
    border-radius: 6px;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px 25px;
    background-image: url("img/card-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.mega-sale-card:hover {
    text-decoration: none;
}
.mega-sale-card-img {

}
.mega-sale-card-name {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 12px;
}
.mega-sale-card-discount {
    background: #FFE52B;
    border-radius: 5px;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #221F1F;
    display: inline-block;
    padding: 8px 20px;
}
.second-highlight-color {

}
.second-highlight-color .mega-sale-card-discount {
    background-color: #E64C3C;
    color: white;
}
.card-apraty .mega-sale-card-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 4px;
}
.container {

}
.mega-sale-products {
    margin: 30px 15px 30px;
}
.mega-sale-products .product-item-images,
.mega-sale-products .product-item-desc {
    display: none;
}
.section-sale .category-hot-products-header {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {

    .mega-sale-intro {
        min-height: auto;
        padding: 40px 15px 40px;
        background-image: none;
    }
    .mega-sale-intro-dates {
        font-size: 16px;
    }
    .mega-sale-intro-name {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 20px;
    }
    .mega-sale-intro-subheader {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .mega-sale-intro-label {
        font-size: 20px;
        /* margin-bottom: 15px; */
    }
    .mega-sale-intro-icon {
        display: none;
    }
    .section-sale {

        margin-top: 30px;

    }
    .mega-sale-desc {
        font-size: 18px;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .mega-sale-icons {
        margin: 0 15px 30px;
    }
    .mega-sale-icon-img {
        margin-bottom: 10px;
        max-width: 80px;
    }
    .mega-sale-icon-text {
        margin: 0 15px 30px;
        font-size: 18px;
    }
    .mega-sale-cards {
        margin: 0 15px 20px;
    }
    .mega-sale-card {

    }
    .mega-sale-card-img {
        max-width: 120px;
    }
    .mega-sale-card-name {
        font-size: 24px;
    }
    .mega-sale-card-discount {
        font-size: 14px;
        padding: 4px 16px;
    }
    .container {

    }
}

@media only screen and (min-width: 768px) {

    .mega-sale-intro {

    }
    .mega-sale-intro-dates {

    }
    .mega-sale-intro-name {

    }
    .mega-sale-intro-label {

    }
    .mega-sale-intro-icon {

    }
    .section-sale {

    }
    .mega-sale-desc {

    }
    .mega-sale-icons {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mega-sale-icon-img {

    }
    .mega-sale-icon-text {

    }
    .mega-sale-cards {
        margin: 0 15px 0;
    }
    .mega-sale-card {

    }
    .mega-sale-card-img {

    }
    .mega-sale-card-name {

    }
    .mega-sale-card-discount {

    }
    .container {

    }
}

@media only screen and (max-width: 900px) {
    .mega-sale-intro-icon {
        display: none;
    }
}
