

/* breadcrumb */
body .product-breadcrumb-nav {
	padding: 1rem 0;
}

body .product-breadcrumb-nav-list {
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 6px;
}
body .product-breadcrumb-nav-list * {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #253262;
}
body .product-breadcrumb-nav-list li:last-child * {
    font-weight: 600;
}
/*. breadcrumb */

/* product category hero*/
body .product-category-hero-wrapper {
    border: 1px solid var(--sv-gray-200);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-sm);
    padding: 1.75rem;
    margin-bottom: 1rem;
}

/* . product category hero */
/*product category filter */
.product-filter-options-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 20px;
}

.product-filter-options-wrapper .product-filter-nav {
    gap: 0.75rem;
}

.product-filter-options-wrapper .product-filter-result {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.product-filter-options-wrapper .field-text {
    font-weight: 700;
}
.product-filter-options-wrapper .field-content {
    width: auto !important;
    height: auto !important;
    padding: .55rem .9rem;
    line-height: 1 !important;
    border-radius: 32px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.product-filter-options-wrapper .expand-icon svg {
    width: 18px;
    height: 18px;
}
/* . product category filter */


/*product loop item ver 2*/
:root {
	/* Brand colors */
	--sv-primary: #7550C5;
	--sv-primary-600: #764ED4;
	--sv-slate: #2F3A47;
	--sv-mint: #E6F3EF;
	--sv-teal: #7EB4B5;
	--sv-orange: #DFA25A;

	/* Gray scale */
	--sv-gray-50:  #f8fafc;
	--sv-gray-100: #eef2f7;
	--sv-gray-200: #e5e7eb;
	--sv-gray-300: #d1d5db;
	--sv-gray-600: #4b5563;

	/* Radius */
	--radius: 12px;
	--radius-lg: 18px;

	/* Shadows */
	--shadow-sm: 0 2px 10px rgba(0,0,0,.06);
	--shadow-md: 0 6px 18px rgba(0,0,0,.08);

	/* Layout */
	--container: 1200px;
}



.product-card {
	border:1px solid var(--sv-gray-200);
	border-radius:var(--radius);
	background:#fff;
	box-shadow:var(--shadow-sm);
	overflow:hidden;
	transition:transform .15s ease, box-shadow .15s ease;
}
.product-card:hover {
	transform:translateY(-2px);
	box-shadow:var(--shadow-md);
}

/* ảnh sản phẩm */
.product-card__link {
	position: relative;
}
.product-card__image-wrapper {
	aspect-ratio:1/1;
	background:#fafafa;
	border-bottom:1px solid var(--sv-gray-200);
	display:flex;
	align-items:center;
	justify-content:center;
}
.product-card__img {
	width:100%;
	height:100%;
	object-fit:contain;
}

/* nội dung */
body .product-list-wrapper a {
    color: #253262;
}
.product-card__details {padding:.9rem}
.product-card__brand {
	font-size:.75rem;
	color:#6b7280;
	margin:0 0 .25rem 0;
}
.product-card__name {
	display:block;
	margin:0 0 .35rem 0;
	font-weight:700;
	font-size:.95rem;
	font-size: 1rem;
	line-height: 1.6;	
}
.product-card__name a {
	color:var(--sv-slate);
	text-decoration:none;
	font-size: 1rem;
	line-height: 1.6;
}
.product-card__name a:hover {color:var(--sv-primary)}

.product-card__price-block {display:flex;align-items:center;gap:.5rem}
.product-card__price {
	font-weight:800;
	color:#111827;
}
.product-card__price-old {
	font-size:.85rem;
	color:#6b7280;
	text-decoration:line-through;
}

/* badge giảm giá */
.product-card__badge {
	position:absolute;
	top:.5rem;
	left:.5rem;
	display:flex;
	gap:.25rem;
}
.product-card__badge-item {
	background:var(--sv-primary);
	color:#fff;
	padding:.25rem .4rem;
	border-radius:6px;
	font-size:.75rem;
	font-weight: 700;
	display:flex;
	align-items:center;
	gap:.25rem;
}

/* pagination */
.pagination {
	display:flex;
	gap:.4rem;
	justify-content:center;
	align-items:center;
	padding:1.25rem 0 2.5rem 0;
	font-weight:600;
}
body .pagination a,
body .pagination span {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:2rem;
	height:2rem;
	padding:.25rem .5rem;
	border-radius:6px;
	border:1px solid var(--sv-gray-200);
	background:#fff;
	color:var(--sv-slate);
	text-decoration:none;
	font-weight: 600;
	color: #253262;
}
.pagination a:not(.active):hover {
	border-color:var(--sv-primary);
	color:var(--sv-primary);
}
.pagination .active {
	background:var(--sv-primary);
	border-color:var(--sv-primary);
	color:#fff;
}
/*bottom product category page*/
.trust-strip {
	background: var(--sv-mint);
	border-top: 1px solid var(--sv-gray-200);
	border-bottom: 1px solid var(--sv-gray-200);
}
.trust-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1rem;
	padding: 1rem 0;
}
.trust-item {
	display: flex;
	align-items: center;
	gap: .75rem;
	background: #fff;
	border: 1px solid var(--sv-gray-200);
	border-radius: 14px;
	padding: .85rem 1rem;
	box-shadow: var(--shadow-sm);
}
.trust-item > *:nth-child(2) {
    width: calc(100% - 0.75rem - 28px);
}
.trust-item h4 {
	margin: 0;
	font-size: .95rem;
	line-height: 1.6;
	font-weight: 800;
	color: var(--sv-slate);
}
.trust-item p {
	margin: 0;
	font-size: .85rem;
	line-height: 1.6;
	font-weight: 500;
	color: #475569;
}
.trust-ico {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--sv-primary);
	color: #fff;
}

/* Responsive */
@media (max-width:992px){
	.trust-grid {grid-template-columns:1fr 1fr}
}
