/*
Theme Name: Seeds
Theme URI: https://trademore.ae
Author: Amen Khaled
Author URI: https://www.linkedin.com/in/amen-khaled-b9a706131/
Description: Trademore International landing theme powered by Carbon Fields.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seeds
*/

.nav-desktop ul,
.mobile-nav ul,
.footer-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-desktop ul {
	display: contents;
}

.mobile-nav-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}

.footer-grid ul {
	display: block;
}

.origin-visual img {
	width: 100%;
	height: auto;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.seeds-breadcrumbs {
	font-size: 0.85rem;
	margin-bottom: 1rem;
}

.seeds-breadcrumbs a {
	color: inherit;
}

.product-card {
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.product-card .thumb img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

body.product-detail-open .product-hover-portal,
body.product-detail-open .product-detail-backdrop {
	z-index: 2100;
}

body.product-detail-open .wa-float {
	z-index: 1000;
}
