
/* Strait Hat Company v0.5d — Richardson visual scale balance
   Makes Richardson 112 appear about 11% larger than Yupoong without changing card height. */

.shop-card:first-child .shop-image img{
    max-width:78%;
    max-height:218px;
}

@media(max-width:1000px){
    .shop-card:first-child .shop-image img{
        max-width:76%;
        max-height:207px;
    }
}

@media(max-width:680px){
    .shop-card:first-child .shop-image img{
        max-width:84%;
        max-height:192px;
    }
}
