.megamenu__section-item[data-section*=-newin_image] {
    display: none;
}

    .megamenu__bu-container.is-open .megamenu__item[data-section-target*=-newin_image], 
    .megamenu__bu-container.isOpen .megamenu__item[data-section-target*=-newin_image],
    .megamenu__bu-container.is-active .megamenu__item[data-section-target*=-newin_image],
    .megamenu__bu-container.isActive .megamenu__item[data-section-target*=-newin_image] { 

        position: static; 
        opacity: 1; 
        transform: none; 
        padding: 0px; 
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-gap: 10px; 
        margin-block: 10px; 
        visibility: visible; 

    }

@media screen and ( max-width: 47.95em ) {
    
    .megamenu__item[data-section-target*=-newin_image] .megamenu__item-link {
        position: relative;
        display: grid;
        justify-content: start;
        align-items: end
    }
    
    .megamenu__item[data-section-target*=-newin_image] .megamenu__item-link > * {
        grid-row: 1;
        grid-column: 1;
    }
    
    .megamenu__item[data-section-target*=-newin_image] .megamenu__item-title {
        z-index: 2;
        margin: 5px;
        line-height: 1;
        font-size: 18px;
        font-weight: bold;
        color: white;
        text-shadow: 0 0 15px #555, 0 0 5px #555;
        display: block;
    }
    
    
    .megamenu__section-item[data-section$=newin_new-to-lc],
    .megamenu__section-item[data-section$=newin_latest-drops],
    .megamenu__section-item[data-section$=brands_featured-1],
    .megamenu__section-item[data-section$=brands_exclusive],
    .megamenu__section-item[data-section$=brands_new-in],
    .megamenu__section-item[data-section$=brands_coming-soon],
    .megamenu__section-item[data-section$=_brands],
    .megamenu__section-item[data-section$=_our-edits],
    .megamenu__section-item[data-section$=shoes_women_category],
    .megamenu__section-item[data-section$=shoes_men_category],
    .megamenu__section-item[data-section$=bags_women_category],
    .megamenu__section-item[data-section$=bags_men_category] {
        font-weight: bold;
        background-color: #e5e5e5;
        touch-action: none;
        pointer-events: none;
    }

    .megamenu__section-item[data-section*=brands_coming-soon] {
        touch-action: none;
        pointer-events: none;
    }

    .megamenu__section-item[data-section$=newin_new-to-lc] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=newin_latest-drops] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=brands_featured-1] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=brands_exclusive] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=brands_new-in] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=brands_coming-soon] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=_brands] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=_our-edits] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=shoes_women_category] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=shoes_men_category] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=bags_women_category] .megamenu__section-link:after,
    .megamenu__section-item[data-section$=bags_men_category] .megamenu__section-link:after,
    .megamenu__section-item[data-section*=brands_coming-soon] .megamenu__section-link:after,
    .megamenu__section-item[data-section*=trending] .megamenu__section-link:after {
        display: none;
    }

    
    .megamenu__section-item[data-section$=newin_new-to-lc] > a,
    .megamenu__section-item[data-section$=newin_latest-drops] > a,
    .megamenu__section-item[data-section$=brands_see-all-brands_mobile] > a,
    .megamenu__section-item[data-section$=brands_featured-1] > a,
    .megamenu__section-item[data-section$=brands_exclusive] > a,
    .megamenu__section-item[data-section$=brands_new-in] > a,
    .megamenu__section-item[data-section$=brands_coming-soon] > a,
    .megamenu__section-item[data-section$=_brands] > a,
    .megamenu__section-item[data-section$=brands_all-brands_mobile] > a,
    .megamenu__section-item[data-section$=_our-edits] > a,
    .megamenu__section-item[data-section$=shoes_women_category] > a,
    .megamenu__section-item[data-section$=shoes_men_category] > a,
    .megamenu__section-item[data-section$=bags_women_category] > a,
    .megamenu__section-item[data-section$=bags_men_category] > a,
    .megamenu__section-item[data-section*=discover_offers_mobile] > a,
    .megamenu__section-item[data-section$=discover_events_mobile] > a,
    .megamenu__section-item[data-section$=discover_gifting_mobile] > a,
    .megamenu__section-item[data-section$=discover_edits_mobile] > a,
    .megamenu__section-item[data-section$=-beauty_events-and-offers] > a,
    .megamenu__section-item[data-section*=trending] > a {
        font-weight: bold;
    }

}

@media screen and (min-width: 48em) {

    .megamenu__column {

        width: 25%;

	}
    
    .megamenu__item[data-section-target*=-newin_image] {
        margin-top: 0px;
    }

    .megamenu__bu-container[data-bu-target*="-newin"] .megamenu__column--1 {
        width: auto;
        margin-right: 10%;
    }

    .megamenu__bu-container[data-bu-target*="-newin"] .megamenu__item-item--image .megamenu__item-title {
        display: block;
        font-weight: bold;
        margin: 0 0 5px;
    }

    .megamenu__bu-container[data-bu-target*="-newin"] .megamenu__item-item--image {
        max-height: none;
    }

    .megamenu__bu-container[data-bu-target$="-discover"] .megamenu__column img, 
    .megamenu__bu-container[data-bu-target$="-discover"] .megamenu__item-item, 
    .megamenu__bu-container[data-bu-target$="-discover"] .megamenu__item-item--image {
        max-width: 98%;
        max-height: 100%;

    }
    .megamenu__bu-container[data-bu-target$="-discover"] .megamenu__column img, 
    .megamenu__bu-container[data-bu-target$="-discover"] .megamenu__item-item--image {
        padding-bottom: 10px;
    }

    li.megamenu__item-item[data-item*=_brands_see-all-brands],
    li.megamenu__item-item[data-item*=_category_see-all] {
        font-weight: bold;
    }
    
    .megamenu__section-item[data-section$=_special-offer] {
        color: red;
    }
    

}

@media screen and (max-width: 47.95em) {

    .megamenu__item-item--image,
    .megamenu__item-item--image .megamenu__item-link img {
        max-height: 220px;
        border: none
    }
}