/* ===== MediTech — layout fixes (added 20.08.2026). Delete this block to revert. ===== */

/* Product page: cap the photo so portrait images stop creating dead space */
.single-product .woocommerce-product-gallery{max-width:520px;margin-left:auto;margin-right:auto}
.single-product .woocommerce-product-gallery img{max-height:520px;width:auto;margin-left:auto;margin-right:auto;display:block}

/* Close the empty gap between the short description and the Описание tab */
.single-product div.product .summary{margin-bottom:10px}
.single-product div.product .woocommerce-tabs{padding-top:0;margin-top:10px}
.single-product div.product .woocommerce-tabs .panel{padding-top:14px}

/* Catalogue grid: equal card heights so rows line up */
.woocommerce ul.products li.product a img{max-height:240px;width:auto;margin-left:auto;margin-right:auto;object-fit:contain}


/* Footer: show the right language block (WPML does not translate widget text here) */
html[lang^="ru"] .mt-foot-en{display:none!important}
html[lang^="en"] .mt-foot-ru{display:none!important}
