.shop-category-subtitle {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    color: #111;
    text-decoration: none;
}

.shop-category-subtitle a {
    color: #111;
    text-decoration: none;
}

.article-unavailable {
    opacity: 0.7;
    filter: grayscale(100%);
}

@media all and (min-width: 854px) {
    .shop-content .shop-article .article-image,
    .shop-content .shop-article.shop-article-layout-3 .article-image {
        float: left !important;
    }

    .shop-content .shop-article .article-image img,
    .shop-content .shop-article.shop-article-layout-3 .article-image img {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .shop-content .shop-article.shop-article.shop-article-layout-3 .article-ordering-block-desktop {
        left: 400px;
    }

    .shop-content .shop-article .article-info {
        float: right !important;
    }
}

.shop-article-single {
    min-height: 350px;
}

.article-video video {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.article-video.small video {
    width: 150px;
    height: 150px;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

@media all and (max-width: 854px) {
    .article-video.small video {
        width: 100px;
        height: 100px;
    }
}

@media all and (max-width: 853px) {
    .shop-content .shop-article .article-image,
    .shop-content .shop-article.shop-article-layout-3 .article-image {
        float: none !important;
        clear: both;
    }

    .shop-content .shop-article .article-info,
    .shop-content .shop-article.shop-article-layout-3 .article-info {
        width: 100% !important;
        float: none !important;
        clear: both;
        margin-top: 20px !important;
    }

    .shop-content .shop-article .article-image,
    .shop-content .shop-article.shop-article-layout-3 .article-image {
        width: 100% !important;
        text-align: center;
        margin: 0 auto !important;
        width: 350px !important;
        height: 350px !important;
        max-width: 100% !important;
    }

    .shop-content .shop-article .article-image img,
    .shop-content .shop-article.shop-article-layout-3 .article-image img,
    .shop-content .shop-article .article-image video,
    .shop-content .shop-article.shop-article-layout-3 .article-image video {
        display: inline-block;
        margin: 0 auto !important;
        width: 350px !important;
        height: 350px !important;
        max-width: 100% !important;
        object-fit: cover;
        border-radius: 16px !important;
    }

    .shop-content .shop-article .article-image.small video,
    .shop-content .shop-article.shop-article-layout-3 .article-image.small video {
        width: 100px !important;
        height: 100px !important;
    }

    .shop-content .shop-article.shop-article-layout-3 .article-ordering-block-mobile {
        position: relative !important;
        width: 100% !important;
        clear: both !important;
        float: none !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 20px !important;
    }
}

.language-btn {
    width: 64px !important;
    text-align: center;
    padding-top: 10px !important;
}