.page-home #product-blue .item-main img {max-height:none;}
.page-home #product-blue .item-details {grid-template-columns:1.2fr .8fr;width:92%;gap:28px 6%;}
.page-home #product-blue .item-details .item-photo:first-child {grid-row:1 / span 2;}
.page-home #product-blue .item-details .item-photo:nth-child(2) {margin-top:44px;}
.page-home #product-blue .item-details .item-photo:nth-child(3) {grid-column:2;}
@media(max-width:650px){
 .page-home #product-blue .item-details {width:100%;gap:16px;}
 .page-home #product-blue .item-details .item-photo:nth-child(2) {margin-top:24px;}
}
