/**
 * Footer logo — override Optimole smart-scaling on the homepage (e.g. 598×150).
 * Cap matches the product-page rendered size (SVG native 319×80); mobile stays 248px via width:100%.
 */

.footer-container .meet-santy-2-1 {
	width: 100% !important;
	max-width: 319px !important;
	height: auto !important;
	object-fit: contain;
}
