/*
Theme Name: Tobuy
Theme URI: https://tobuy.ae/
Description: Lightweight child theme for Tobuy based on Urna with safe performance optimizations.
Author: OpenAI
Version: 1.1.0
Template: urna
Text Domain: tobuy
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
*/

/* Lightweight frontend refinements */
img { height: auto; }
.site-logo img,
.logo img,
.header-logo img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .site-logo img,
    .logo img,
    .header-logo img {
        max-height: 44px;
        width: auto;
    }
}

/* Prevent layout jump on product images */
.woocommerce div.product div.images img,
.woocommerce ul.products li.product img {
    display: block;
}
