/*
Theme Name: Astra Child
Theme URI:  https://www.wpserveur.net
Author:     Zulqarnain
Author URI: https://www.wpserveur.net
Template:   astra
Version:    1.0
License:    GNU General Public License v2 or later
*/

.ctm-product-card {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.ctm-product-img,
.ctm-product-img a,
.ctm-product-img a img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 5px;
}

.ctm-product-card h3 {
	font-size: 18px !important;
}

.ctm-product-card .ctm-product-details ul.product-categories {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.ctm-product-card .ctm-product-details ul.product-categories a {
	font-size: 14px !important;
	white-space: nowrap;
}

.ctm-product-card .ctm-product-details ul.product-categories li {
	padding: 0 !important;
}

.ctm-product-card .ctm-product-details ul.product-categories li:not(:last-child)::after {
	content: "|";
	display: inline;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}
/* === Category Top Content Styling === */
.category-top-content {
    margin-bottom: 30px;
    padding: 15px 0;
}

.scroll-content {
    max-height: 300px; /* Adjust height as you want */
    overflow-y: auto;
    padding-right: 10px;
}

/* Optional scrollbar style */
.scroll-content::-webkit-scrollbar {
    width: 6px;
}

.scroll-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.scroll-content::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.category-top-content h1,
.category-top-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.category-top-content p {
    font-size: 16px;
    line-height: 1.6;
}
