/*
 Theme Name:   Storefront Child
 Theme URI:    https://woocommerce.com/products/storefront/
 Description:  A child theme for Storefront, the official WooCommerce theme. Add your customizations here.
 Author:       Your Name
 Author URI:   https://yoursite.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  storefront-child
 Tags:         e-commerce, woocommerce
*/

/* ==========================================================================
   Custom Styles
   ========================================================================== */

/*
 * Add your custom CSS below this line.
 * These styles will override the parent theme styles.
 */

/* Site Background
   ========================================================================== */

body,
.site {
	background: #E2E2E2;
}

/* Homepage - White Background
   ========================================================================== */

body.home,
body.home .site {
	background: #ffffff;
}

/* Ensure no white space below footer on homepage */
body.home #page {
	background: #ffffff;
}

body.home .site-footer {
	background: transparent;
}

/* Fix white space below footer - target #primary element */
body.home #primary {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.home .content-area {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.home .site-main {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Remove bottom margin from site-main globally */
.site-main {
	margin-bottom: 0 !important;
}

/* Site Width
   ========================================================================== */

.col-full {
	max-width: 1300px;
}

/* Full width content (no sidebar) on all pages except shop
   ========================================================================== */

body:not(.woocommerce-shop):not(.tax-product_cat):not(.tax-product_tag):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) #primary {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

body:not(.woocommerce-shop):not(.tax-product_cat):not(.tax-product_tag).right-sidebar #primary,
body:not(.woocommerce-shop):not(.tax-product_cat):not(.tax-product_tag).left-sidebar #primary {
	width: 100%;
	max-width: 100%;
}

/* Top Bar Level 1 (верхний уровень)
   ========================================================================== */

.custom-top-bar {
	background: #1a1a1a;
	color: #ffffff;
	font-size: 1em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0.5em 0;
	min-height: 40px;
}

.top-bar-right {
	display: flex;
	align-items: center;
	gap: 1.5em;
}

.top-phone {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 500;
}

.top-phone:hover {
	color: #4CAF50;
}

.top-phone svg {
	flex-shrink: 0;
}

.work-hours {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95em;
}

.top-social {
	display: flex;
	gap: 0.75em;
	align-items: center;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.social-icon:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.social-icon svg {
	width: 18px;
	height: 18px;
}

.top-phone svg {
	width: 16px;
	height: 16px;
}

.top-lang-switcher {
	margin-left: 0.5em;
}

.top-lang-switcher select,
.top-lang-switcher .lang-item {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.4em 0.8em;
	border-radius: 4px;
	font-size: 0.95em;
	cursor: pointer;
	transition: all 0.3s ease;
}

.top-lang-switcher select:hover,
.top-lang-switcher .lang-item:hover {
	background: rgba(255, 255, 255, 0.2);
}

.top-lang-switcher select {
	outline: none;
}

.top-lang-switcher ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 0.5em;
}

.top-lang-switcher li {
	margin: 0;
}

.top-lang-switcher a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.4em 0.8em;
	display: block;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	transition: all 0.3s ease;
}

.top-lang-switcher a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.top-lang-switcher .current-lang a {
	background: rgba(255, 255, 255, 0.2);
	font-weight: 600;
}

/* Responsive Top Bar */
@media (max-width: 768px) {
	.custom-top-bar {
		display: none;
	}
}

/* Header Level 2 (Main Header)
   ========================================================================== */

.site-header {
	background: #000000 !important;
	box-shadow: none;
	transition: all 0.3s ease;
	border-bottom: none;
	padding: 0 !important;
	margin-bottom: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.site-header > .col-full {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Hide default Storefront elements */
.site-header .storefront-primary-navigation,
.site-header .site-header-cart,
.site-header .main-navigation,
.site-header .site-navigation,
.site-header nav,
.site-header .primary-navigation,
.site-header .secondary-navigation {
	display: none !important;
}

/* Hide any navigation in Level 2 header */
.custom-main-header nav,
.custom-main-header .main-navigation,
.custom-main-header .navigation,
.custom-main-header .menu {
	display: none !important;
}

.custom-main-header {
	padding: 1em 0;
	background: #000000;
	width: 100%;
}

.main-header-wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 2.617924em;
	box-sizing: content-box;
}

.main-header-content {
	display: flex;
	align-items: center;
	gap: 1.5em;
}

/* Logo */
.header-logo {
	flex-shrink: 0;
}

.header-logo a {
	display: block;
	line-height: 0;
}

.header-logo img {
	max-height: 80px;
	width: auto;
	display: block;
}

.header-logo .site-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 700;
	text-decoration: none;
}

/* Catalog Button */
.header-catalog {
	flex-shrink: 0;
}

.catalog-button {
	display: inline-block;
	padding: 0.65em 1.2em;
	background: #FFC107;
	color: #000000;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 600;
	font-size: 0.9em;
	transition: all 0.3s ease;
	border: none;
	text-transform: uppercase;
}

.catalog-button:hover {
	background: #FFD54F;
}

/* Search */
.header-search {
	flex: 1 1 auto;
	min-width: 200px;
}

.header-search form {
	position: relative;
	margin: 0;
}

.header-search input[type="search"],
.header-search input[type="text"] {
	width: 100%;
	padding: 0.7em 3em 0.7em 1em;
	border: none;
	background: #ffffff;
	border-radius: 3px;
	font-size: 0.9em;
	color: #333333;
}

.header-search form {
	border-radius: 3px;
	overflow: hidden;
}

.header-search input[type="search"]::placeholder,
.header-search input[type="text"]::placeholder {
	color: #999999;
}

.header-search input[type="search"]:focus,
.header-search input[type="text"]:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.3);
}

.header-search button,
.header-search input[type="submit"] {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	padding: 0.5em;
	cursor: pointer;
	color: #666666;
	transition: all 0.3s ease;
}

.header-search button:hover,
.header-search input[type="submit"]:hover {
	color: #FFC107;
}

/* Cart */
.header-cart {
	flex-shrink: 0;
}

.header-cart a.cart-contents {
	display: inline-block;
	padding: 0.65em 1.2em;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 600;
	font-size: 0.9em;
	transition: all 0.3s ease;
	border: 1px solid #333333;
}

.header-cart a.cart-contents:hover {
	background: #1a1a1a;
	border-color: #444444;
	color: #ffffff;
}

.header-cart a.cart-contents::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 0.5em;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* Account Button */
.header-account {
	flex-shrink: 0;
}

.account-button {
	display: inline-block;
	padding: 0.65em 1.2em;
	background: #FFC107;
	color: #000000;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 600;
	font-size: 0.9em;
	transition: all 0.3s ease;
	border: none;
	text-transform: uppercase;
}

.account-button:hover {
	background: #FFD54F;
}

/* Responsive Main Header */
@media (max-width: 992px) {
	.main-header-content {
		flex-wrap: wrap;
		gap: 1em;
		justify-content: space-between;
		width: 100%;
	}

	.header-search {
		order: 5;
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.custom-main-header {
		padding: 0.75em 0;
	}

	.header-logo img {
		max-height: 60px;
	}

	.main-header-wrapper {
		padding: 0 1em;
	}

	.main-header-content {
		gap: 0.5em;
	}

	.catalog-button,
	.account-button {
		font-size: 0.75em;
		padding: 0.5em 0.8em;
	}
}


/* Header Level 3 (Navigation Menu)
   ========================================================================== */

.custom-navigation-menu {
	width: 100%;
}

/* Center mobile menu toggle horizontally */
@media (max-width: 992px) {
	.custom-navigation-menu {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.custom-navigation-menu .mega-menu-wrap {
		width: auto;
	}
}

/* Navigation Enhancements */
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
	color: #ffffff;
	transition: all 0.3s ease;
	position: relative;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover {
	color: #fbbf24;
}

.main-navigation ul.menu > li > a::after,
.main-navigation ul.nav-menu > li > a::after {
	content: '';
	position: absolute;
	bottom: 0.5em;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 80%;
	height: 2px;
	background: #fbbf24;
	transition: transform 0.3s ease;
}

.main-navigation ul.menu > li > a:hover::after,
.main-navigation ul.nav-menu > li > a:hover::after {
	transform: translateX(-50%) scaleX(1);
}

/* WooCommerce Content Area - White Background
   ========================================================================== */

.woocommerce #primary,
.woocommerce-page #primary,
.woocommerce #secondary,
.woocommerce-page #secondary,
.single-product #primary,
.woocommerce-cart #primary,
.woocommerce-checkout #primary,
.woocommerce-account #primary {
	background: #ffffff;
	padding: 2em;
	border-radius: 3px;
	margin-bottom: 2em;
}

/* Remove excessive bottom padding from cart and checkout content */
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* WooCommerce My Account - Navigation on Left
   ========================================================================== */

/* Keep Minu konto header visible with default positioning */
.woocommerce-account .entry-header {
	margin-bottom: 1.5em;
}

/* Hide duplicate English titles inside entry-content */
.woocommerce-account .entry-content > h1,
.woocommerce-cart .entry-content > h1,
.woocommerce-checkout .entry-content > h1 {
	display: none !important;
}

/* Position info messages over right column */
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
	float: right !important;
	width: 74% !important;
	margin-left: 26% !important;
	margin-bottom: 1.5em !important;
	clear: right !important;
	box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left !important;
	margin-right: 4% !important;
	margin-left: 0 !important;
	width: 22% !important;
	background: #f8f8f8;
	padding: 1.5em;
	border-radius: 3px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right !important;
	margin-right: 0 !important;
	width: 74% !important;
	background: #ffffff;
	padding: 2em;
	border-radius: 3px;
}

/* Product Grid - Equal Height Cards
   ========================================================================== */

/* Fixed height for product title - always reserve space for 3 lines */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
	min-height: 4.8em !important;
	line-height: 1.6 !important;
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
}

/* Homepage Custom Product Block - Fixed height for titles */
.uagb-block-876d2fe5 h2.wp-block-post-title {
	height: 4.2em !important;
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
}

/* Homepage Custom Product Block - Black color, no underline for product titles */
.uagb-block-876d2fe5 .woocommerce-loop-product__link,
.uagb-block-876d2fe5 a.woocommerce-LoopProduct-link,
.uagb-block-876d2fe5 h2 a,
.uagb-block-876d2fe5 .woocommerce-loop-product__title a {
	color: #000000 !important;
	text-decoration: none !important;
}

.uagb-block-876d2fe5 .woocommerce-loop-product__link:hover,
.uagb-block-876d2fe5 a.woocommerce-LoopProduct-link:hover,
.uagb-block-876d2fe5 h2 a:hover,
.uagb-block-876d2fe5 .woocommerce-loop-product__title a:hover {
	color: #000000 !important;
	text-decoration: none !important;
}

/* Product title link - black color, no underline */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product h2 a,
.woocommerce-page ul.products li.product h2 a {
	color: #000000 !important;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link:hover,
.woocommerce ul.products li.product h2 a:hover,
.woocommerce-page ul.products li.product h2 a:hover {
	color: #000000 !important;
	text-decoration: none !important;
}

/* Hide post meta (date, author) on single posts
   ========================================================================== */

.single-post .entry-meta,
.single-post .posted-on,
.single-post .byline,
.single-post .vcard,
.single-post .author,
.single-post .fn,
.single-post .post-author {
	display: none !important;
}

/* Hide UAGB post meta everywhere */
.uagb-post-grid-byline,
.uagb-post__date,
.uagb-post__comment {
	display: none !important;
}

/* Remove left padding from WooCommerce Product Collection blocks */
.wp-block-woocommerce-product-collection,
.wc-block-product-template,
.wc-block-product-template__responsive,
ul.wc-block-product-template {
	padding-left: 0 !important;
	margin-left: 0 !important;
	list-style: none;
}

/* Reduce spacing between product title and price in Product Collection blocks */
.wc-block-product-template .wp-block-post-title,
.wc-block-product-template h2.wp-block-post-title {
	margin-bottom: 0.5rem !important;
}

.wc-block-product-template .wp-block-woocommerce-product-price {
	margin-top: 0.5rem !important;
}

/* Hide Apartment field on Checkout page
   ========================================================================== */

.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_address_2_field {
	display: none !important;
}

/* Sale Badge (SOODUS) - Top Right Corner with Red Background
   ========================================================================== */

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	left: auto;
	background: #e74c3c !important;
	color: #ffffff !important;
	padding: 0.5em 0.8em;
	border-radius: 3px;
	font-weight: 700;
	font-size: 0.85em;
	text-transform: uppercase;
	z-index: 10;
	margin: 0;
	min-height: auto;
	min-width: auto;
	line-height: 1.2;
}

/* WooCommerce Buttons - Rounded Corners */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page .button {
	border-radius: 3px;
}

/* Hide Shop Page Title and Header Container */
.woocommerce .page-title,
.woocommerce-page .page-title,
.woocommerce-products-header__title,
.woocommerce-products-header,
.storefront-product-section {
	display: none !important;
}

/* Reduce breadcrumb spacing */
.storefront-breadcrumb {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	margin-bottom: 0.5em !important;
}

.storefront-breadcrumb .col-full {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Custom Footer
   ========================================================================== */

.custom-footer {
	width: 100%;
}

/* Footer Main Section - Black Background */
.footer-main {
	background: #000000;
	padding: 3em 0;
	width: 100%;
	margin: 0;
}

/* Remove any default footer margins/paddings */
.site-footer {
	margin: 0 !important;
	padding: 0 !important;
}

/* Footer Copyright - Dark Background */
.footer-copyright {
	background: #1a1a1a;
	padding: 1.5em 0;
	text-align: center;
	width: 100%;
}

.footer-copyright p {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	font-size: 0.9em;
}

.footer-content {
	display: flex;
	gap: 3em;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* Footer Logo */
.footer-logo {
	flex-shrink: 0;
}

.footer-logo img {
	max-width: 100px;
	height: auto;
}

/* Footer Contact */
.footer-contact {
	flex-shrink: 0;
}

.footer-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-contact li {
	display: flex;
	align-items: center;
	gap: 0.8em;
	margin-bottom: 0;
	color: #ffffff;
}

.footer-contact svg {
	width: 16px;
	height: 16px;
	fill: #ffffff;
	flex-shrink: 0;
}

/* Footer Links */
.footer-links {
	flex-shrink: 0;
}

.footer-links a {
	color: #ffffff !important;
	text-decoration: none !important;
	line-height: 1.8;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #FFC107 !important;
}

/* Footer Social Icons */
.footer-social {
	display: flex;
	gap: 1em;
	flex-shrink: 0;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.footer-social a:hover {
	background: #FFC107;
	transform: translateY(-3px);
}

.footer-social svg {
	width: 20px;
	height: 20px;
	fill: #ffffff;
}

/* Footer Wrapper - Center content at 1300px */
.footer-wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 2.617924em;
	box-sizing: content-box;
}

/* Footer Copyright - Dark Background */
.footer-copyright {
	background: #1a1a1a;
	padding: 1.5em 0;
	text-align: center;
	width: 100%;
}

.footer-copyright p {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	font-size: 0.9em;
}

/* Responsive Footer - Modern Mobile Design */
@media (max-width: 992px) {
	.footer-content {
		flex-wrap: wrap;
		gap: 3em;
		justify-content: center;
		align-items: flex-start;
	}

	.footer-logo {
		flex: 1 1 100%;
		text-align: center;
		order: 1;
		margin-bottom: 1em;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer-contact {
		flex: 0 0 45%;
		text-align: center;
		order: 2;
	}

	.footer-links {
		flex: 0 0 45%;
		text-align: center;
		order: 3;
	}

	.footer-social {
		flex: 1 1 100%;
		justify-content: center;
		order: 4;
		margin-top: 1em;
	}

	.footer-contact li {
		justify-content: center;
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.footer-main {
		padding: 2em 0;
	}

	.footer-content {
		gap: 2em;
	}

	.footer-logo img {
		max-width: 80px;
	}
}

@media (max-width: 600px) {
	.footer-main {
		padding: 1.5em 0;
	}

	.footer-content {
		flex-direction: column;
		text-align: center;
		gap: 1.5em;
		align-items: center;
	}

	.footer-logo {
		order: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer-contact {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-links {
		order: 3;
		flex: 1 1 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-social {
		order: 4;
		margin-top: 0.5em;
	}

	.footer-contact,
	.footer-links,
	.footer-social {
		flex: 1 1 100%;
	}

	.footer-contact li {
		justify-content: center;
		align-items: center;
		margin-bottom: 0.8em;
	}

	.footer-contact svg {
		width: 14px;
		height: 14px;
	}

	.footer-links a {
		font-size: 0.95em;
		margin: 0.3em 0;
	}

	.footer-social a {
		width: 35px;
		height: 35px;
	}

	.footer-social svg {
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 480px) {
	.footer-wrapper {
		padding: 0 1.5em;
	}

	.footer-main {
		padding: 1.2em 0;
	}

	.footer-content {
		gap: 1.2em;
	}

	.footer-logo img {
		max-width: 70px;
	}

	.footer-contact svg {
		width: 12px;
		height: 12px;
	}

	.footer-contact span {
		font-size: 0.9em;
	}

	.footer-links a {
		font-size: 0.9em;
	}

	.footer-social a {
		width: 32px;
		height: 32px;
	}

	.footer-social svg {
		width: 16px;
		height: 16px;
	}

	.footer-copyright {
		padding: 1em 0;
	}

	.footer-copyright p {
		font-size: 0.85em;
	}
}

/* UAGB Info Box Title Links - White Color, No Underline
   ========================================================================== */

.uagb-ifb-title a,
a.uagb-ifb-title,
.uagb-ifb-title-wrap a,
a.uagb-ifb-title-wrap {
	color: #ffffff !important;
	text-decoration: none !important;
}

.uagb-ifb-title a:hover,
a.uagb-ifb-title:hover,
.uagb-ifb-title-wrap a:hover,
a.uagb-ifb-title-wrap:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

/* Kadence Blocks Gallery Carousel - Equal Logo Sizes
   ========================================================================== */

/* Применяем только к карусели с логотипами внутри конкретного блока */
.kb-row-layout-id10_71c20f-38 .kb-gallery-type-fluidcarousel img {
	max-width: 150px !important;
	max-height: 100px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	object-position: center !important;
}

.kb-row-layout-id10_71c20f-38 .kb-gallery-type-fluidcarousel .kb-gallery-figure {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 100px !important;
}
