﻿@media only screen and (max-width:1600px) {
    div.product-name span {
        font-size: 0.67em !important;
        display: inline-block;
    }
    span.cart {
        margin-right: -20px;
        margin-top: 5px;
        font-size: 11px;
        color:  #fff !important;
        font-weight: normal !important;
    }
    
}


@media only screen and (min-height:1637px) {
    /*iphone 11*/
    .product {
        width: 49.5% !important;
    }

    button.button-add-cart, input.button-add-cart {
        width: 79%
    }
    div.title > span {
        font-size: 27px !important;
    }

    div.inner-space {
        padding: 10px;
        background-color: #fff;
    }

    .product {
        width: 49.7% !important;
    }

    .sticker {
        width: 40px;
        margin-right: -9px !important;
        margin-top: -7px !important;
    }

    button.button-add-cart, input.button-add-cart {
        width: 83% !important;
        border-radius: 5px;
    }

    .product-name {
        margin-top: 0 !important;
        display: inline-block;
    }

        .product-name > span {
            font-size: 1.5em !important;
        }

    .product-price span {
        letter-spacing: 0.01em;
        font-weight: bolder !important;
    }

    .product-price {
        margin: 2px !important;
    }

    .fav {
        margin-left: -5px !important;
    }

    .product:nth-last-child(1):nth-child(odd) {
        width: 100% !important;
        margin: 0;
    }

        .product:nth-last-child(1):nth-child(odd) button.button-add-cart,
        .product:nth-last-child(1):nth-child(odd) input.button-add-cart {
            width: 90% !important;
        }

    .product:nth-child(2n) {
        margin-left: 0 !important;
    }
}

