/** Shopify CDN: Minification failed

Line 23:13 Unexpected "@media"
Line 32:13 Unexpected "@media"

**/
.h6 {
    text-transform: none;
}

.shopify-section--newsletter {
    border-bottom: solid #444 1px;
}

.shopify-section--slideshow {
    .slideshow__slide-content {
        p.h6 {
            font-size: 18px;
            letter-spacing: normal;
            margin-block-start: 0.75rem;
            line-height: 1.4;

            &@media screen and (min-width: 1150px) {
                line-height: 1.7;
            }
        }
        p.h1 {
            font-size: 28px;
            font-weight: bold;
            line-height: 34px;

            &@media screen and (min-width: 1150px) {
                line-height: 42px;
            }
        }

        .button-group {
            margin-block-start: 0.75rem;
        }
    }
}

@media screen and (min-width: 1200px) {
    .slideshow__slide .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) {
        max-width: 55vw;
    }

    .shopify-section--slideshow {
        .slideshow__slide-content.sm\:place-self-center-end {
            margin-right: 50px;
        }
        .slideshow__slide-content.sm\:place-self-center-start {
            margin-left: 50px;
        }
        .slideshow__slide-content {
            p.h6 {
                font-size: 28px;
            }

            p.h1 {
                font-size: 40px;
            }
        }
    }
}

.header__primary-nav {
    @media screen and (min-width: 1000px) {
        margin-right: auto;
        margin-left: auto;
    }

    .h6 {
        font-size: 16px;
        font-weight: 500;
    }
}

.footer__inner {
    input {
        border-color: rgb(var(--input-text-color, var(--text-color)) / .6);
    }

    .social-media--list svg {
        width: 1.75rem;
    }
}

.localization-selectors button{
    font-size: 12px;
}

.shopify-section--collection-list .collection-list {
    justify-content: center;

    .collection-card__content {
        margin: auto;
        text-align: center;
    }
}


/*
 * Product Page
 */
.lionway-product-showcase {
    --media-grid-row-height: 180px;
    --media-grid-gap: 1.5rem;}

@media screen and (min-width: 700px) {
    .lionway-product-showcase {
        --media-grid-row-height: 290px;
    }
}

@media screen and (min-width: 1150px) {
    .lionway-product-showcase {
        --media-grid-gap: 1.875rem;
    }
}

.color-swatch {
    border-radius: 20px;
}

div[data-block-id="description"] li {
    font-size: 16px;
    @media screen and (min-width: 700px) {
        font-size: 14px;
    }
}

.shopify-section--main-product {
    .shopify-section--image-with-text {
        img {
            @media screen and (min-width: 1150px) {
                margin: 40px 120px;
                width: calc(100% - 120px);
            }
            @media screen and (min-width: 1600px) {
                margin: 40px 200px;
                width: calc(100% - 200px);
            }
        }
    }

    .product-info__block-list {
        div[data-block-type="@app"] {
            margin-top: -35px;
            float: right;
        }
    }
}
