/* Çağrı native Enfold and WooCommerce product flow */
#top .cagri-catalog-intro > .container > .content {
	padding-top: 46px;
	padding-bottom: 46px;
}

#top .cagri-commerce-editorial-grid > .container > .content {
	display: flex;
	flex-wrap: wrap;
	gap: 34px 3%;
}

#top .cagri-commerce-editorial-grid .cagri-commerce-card {
	display: flex;
	flex-direction: column;
	float: none;
	width: 31.333%;
	margin: 0;
	padding-bottom: 26px;
	border-bottom: 1px solid #e3e5e8;
}

#top .cagri-commerce-card-image,
#top .cagri-commerce-card-image .avia-image-container-inner,
#top .cagri-commerce-card-image .avia-image-overlay-wrap {
	width: 100%;
	margin: 0;
}

#top .cagri-commerce-card-image img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

#top .cagri-product-eyebrow {
	margin: 20px 0 8px;
	color: #b51f34;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

#top .cagri-commerce-card-title h3 {
	margin: 0 0 10px;
	font-size: 25px;
	line-height: 1.16;
	text-transform: none;
}

#top .cagri-commerce-card-copy {
	flex: 1;
	min-height: 76px;
}

#top .cagri-shop-category:nth-of-type(even) {
	background: #f4f5f6;
}

#top .cagri-shop-category .cagri-section-copy {
	max-width: 720px;
	margin-bottom: 30px;
}

#top .cagri-shop-grid .products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

#top .cagri-shop-grid .products .product {
	float: none;
	width: auto;
	margin: 0;
	border: 1px solid #e3e5e8;
	background: #fff;
}

#top .cagri-shop-grid .products .product .inner_product {
	display: flex;
	height: 100%;
	flex-direction: column;
}

#top .cagri-shop-grid .products .product img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

#top .cagri-shop-grid .inner_product_header {
	flex: 1;
	min-height: 150px;
	padding: 21px !important;
}

#top .cagri-shop-grid .woocommerce-loop-product__title,
#top .cagri-shop-grid h2 {
	font-size: 22px;
	line-height: 1.18;
	text-transform: none;
}

#top .cagri-shop-grid .price,
#top.single-product .summary .price {
	color: #b51f34;
	font-size: 20px;
	font-weight: 800;
}

#top .cagri-price-unit {
	color: #60646c;
	font-size: 13px;
	font-weight: 700;
}

#top .cagri-product-intro .cagri-product-aside {
	padding-right: 34px;
	border-right: 1px solid #e3e5e8;
}

#top .cagri-product-intro .cagri-product-copy {
	padding-left: 30px;
}

#top .cagri-product-facts .flex_column {
	min-height: 170px;
	padding-right: 34px;
	border-right: 1px solid #d7dade;
}

#top .cagri-product-facts .flex_column:last-of-type {
	border-right: 0;
}

#top .cagri-product-facts .cagri-fact-title h3,
#top .cagri-product-process h3 {
	margin-top: 0;
	font-size: 21px;
	text-transform: none;
}

#top .cagri-product-specs .avia-data-table {
	margin-top: 0;
}

#top .cagri-product-specs .avia-data-table td {
	padding: 15px 18px;
	border-color: #e3e5e8;
}

#top .cagri-product-specs .avia-data-table td:first-child {
	width: 34%;
	background: #f4f5f6;
	font-weight: 800;
}

#top .cagri-product-gallery-image,
#top .cagri-product-gallery-image .avia-image-container-inner,
#top .cagri-product-gallery-image .avia-image-overlay-wrap {
	width: 100%;
	margin: 0;
}

#top .cagri-product-gallery-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#top .cagri-native-cta,
#top .cagri-native-cta h2,
#top .cagri-native-cta p {
	color: #fff !important;
}

#top .cagri-native-cta .avia-button-wrap {
	display: inline-block;
	margin: 18px 10px 0 0;
}

#top.single-product .product {
	padding-top: 46px;
}

#top.single-product .single-product-summary h1 {
	font-size: clamp(38px, 4.2vw, 62px);
	line-height: 1.03;
	text-transform: none;
}

#top.single-product .quantity input.qty {
	min-height: 48px;
}

#top.single-product .single_add_to_cart_button,
#top .woocommerce .button,
#top .woocommerce-page .button {
	min-height: 46px;
	padding: 14px 22px;
	border-radius: 0;
	background: #b51f34;
	color: #fff;
	font-weight: 800;
}

#top .cagri-editorial-link .button {
	background: #102b66;
}

#top .cagri-cart-section .woocommerce,
#top .cagri-checkout-section .woocommerce {
	max-width: 1080px;
	margin: 0 auto;
}

#top .woocommerce table.shop_table {
	border-color: #e3e5e8;
	border-radius: 0;
}

#top .woocommerce .woocommerce-info,
#top .woocommerce .woocommerce-message {
	border-top-color: #102b66;
	background: #f4f5f6;
}

#top .woocommerce form .form-row input.input-text,
#top .woocommerce form .form-row textarea {
	min-height: 48px;
	border: 1px solid #cdd1d5;
	background: #fff;
}

@media (max-width: 989px) {
	#top .cagri-commerce-editorial-grid .cagri-commerce-card {
		width: 48.5%;
	}

	#top .cagri-shop-grid .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	#top .cagri-commerce-editorial-grid > .container > .content {
		display: block;
	}

	#top .cagri-commerce-editorial-grid .cagri-commerce-card {
		width: 100%;
		margin-bottom: 34px;
	}

	#top .cagri-commerce-card-image img,
	#top .cagri-product-gallery-image img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	#top .cagri-commerce-card-copy {
		min-height: 0;
	}

	#top .cagri-shop-grid .products {
		display: block;
	}

	#top .cagri-shop-grid .products .product {
		margin-bottom: 26px;
	}

	#top .cagri-product-intro .cagri-product-aside {
		padding-right: 0;
		padding-bottom: 24px;
		border-right: 0;
		border-bottom: 1px solid #e3e5e8;
	}

	#top .cagri-product-intro .cagri-product-copy {
		padding: 28px 0 0;
	}

	#top .cagri-product-facts .flex_column {
		min-height: 0;
		padding: 0 0 22px;
		border-right: 0;
	}

	#top .cagri-product-gallery .flex_column {
		margin-bottom: 20px;
	}

	#top.single-product .single-product-summary h1 {
		font-size: 38px;
	}
}

