/* Shop Teaser Home */
.shop_stage {
    width: 1200px;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 3.5% 0;
}

@media only screen and (max-width: 1200px) {
    .shop_stage {
        width: 95%;
    }
}

.shop-stage-text-wrapper {
    width: 70%;
    margin: auto;
}

@media only screen and (max-width: 654px) {
    .shop-stage-text-wrapper {
        width: 90%;
    }
}

.shopify-buy__collection-products.shopify-buy-frame--product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shopify-buy__product {
    width: 23%;
    position: relative;
}

@media only screen and (max-width: 900px) {
    .shopify-buy__product {
        width: 48%;
    }

    .shopify-buy__product:first-child,
    .shopify-buy__product:nth-child(2) {
        margin-bottom: 1em;
    }
}

.shopify-buy__product-img-wrapper {
    height: 250px;
    display: flex;
    align-items: center;
    border: 2px solid #efefef;
    padding: 10px;
}

@media only screen and (max-width: 900px) {
    .shopify-buy__product-img-wrapper {
        height: 190px;
    }
}

.shopify-buy__product__variant-img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.shopify-buy__product__title {
    font-size: 1.1em;
    font-family: 'DINWeb-Medium', sans-serif;
    margin: 1em 0 2em;
    hyphens: auto;
}

.shopify-buy__product__price {
    display: none;
}

.shopify-buy__btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}

.shopify-buy__btn {
    font-family: 'DINWeb-Medium', Arial, sans-serif;
    font-weight: 100;
    font-size: 1em;
    color: #00305e;
    background-color: transparent;
}

.shopify-buy__btn:hover {
    color: #E60004;
}

.shopify-buy__collection-pagination-button {
    display: none;
}

.shop-stage__btn {
    margin-top: 2em;
    display: inline-block;
}
