.cs-description-section.show {
    z-index: 100;
}

#MainContent {
    overflow: hidden !important;
}

nav > ul > li > div {
    padding: 24px;
}

nav > ul > li:first-child > div > ul > li {
    .showcase-tile img {
        border: none;
    }
    > div > a > div:first-child {
        border: 2px solid black;
        border-radius: 8px;
    }
    &:nth-child(-n + 2) .showcase-tile img {
        padding: 24px;
    }
    &:nth-child(3) .showcase-tile {
        div {
            overflow: clip !important;
        }

        img {
            transform: scale(1.1);
            transform-origin: center;
        }
    }
}

#left-drawer-slot > div > ul > li:nth-child(1) > data-island > div > ul > li {
    .showcase-tile img {
        border: none;
    }
    > div > a > div:first-child {
        border: 2px solid black;
        border-radius: 8px;
    }
    &:nth-child(-n + 2) .showcase-tile img {
        padding: 24px;
    }
    &:nth-child(3) .showcase-tile {
        div {
            overflow: clip !important;
        }
        img {
            transform: scale(1);
            transform-origin: center;
        }
    }
}

#shopify-section-template--23783910670643__product-grid {
    margin-top: 40px;
    .price-item {
        display: none;
    }

    .product-tile {
        > a {
            justify-items: center;
            transform: translateY(-40px);
        }
        @media (min-width: 768px) {
            margin-bottom: -80px;
        }
        @media (max-width: 768px) h3 {
            font-size: 12px !important;
        }
        h3 {
            margin-top: 64px;
        }
    }
}
