/** Shopify CDN: Minification failed

Line 55:0 Unexpected "{"
Line 55:1 Expected identifier but found "%"
Line 83:0 Unexpected "{"
Line 83:1 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.augustsale-banner {
    width: 100%;
    display: block;
}
.augustsale-banner .banner-image {
    width: 100%;
    height: auto;
    display: block;
}
.augustsale-banner .desktop-only { display: block; }
.augustsale-banner .mobile-only { display: none; }

@media (max-width: 768px) {
    .augustsale-banner .desktop-only { display: none; }
    .augustsale-banner .mobile-only { display: block; }
}
@media(max-width:767px) {
    .shop-by-collections-section {
        padding-top: 40px;
    }
    .shop-by-collections-section .customImageBanner-row > .customImageBanner-child {
        width: 50% !important;
        display: inline-block;
        margin-top: 12px;
    }
    .shop-by-collections-section .customImageBanner-item {
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }
}
@media(max-width:767px) {
    .hero-slideshow-wrapper {
        padding: 10px 15px 0 !important;
    }
    .hero-slideshow-wrapper .slideshow {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }
}

/* CSS from snippet stylesheet tags */
{%- if collection.handle == 'august-sale' -%}
.tag-36hours-group,
.tag-36hours-group span {
    color: #000;
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tag-36hours-group {
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.tag-36hours-group img {
    display: inline-block !important;
    vertical-align: middle !important;
    width: 70px !important;
    height: auto !important;
    margin: 2px 2px;
}
@media(max-width:560px) {
    .tag-36hours-group img { width:55px !important; }
    .tag-36hours-group, .tag-36hours-group span { font-size:10px; }
}
{% endif %}