/**
 * WooCommerce — cửa hàng & chi tiết sản phẩm.
 */

/* -------------------------------------------------------------------------- */
/* Shop archive                                                               */
/* -------------------------------------------------------------------------- */

.sanomart-shop {
	padding: 1.25rem 0 2.5rem;
}

.sanomart-shop__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
}

.sanomart-shop__main {
	min-width: 0;
}

.sanomart-shop__toolbar {
	margin-bottom: 0.75rem;
	padding-bottom: 0;
	border-bottom: 0;
}

.sanomart-shop__toolbar-head {
	min-width: 0;
}

.sanomart-shop__title {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 700;
	line-height: 1.3;
	color: #0f172a;
}

.sanomart-shop__breadcrumb {
	margin-top: 0.35rem;
	font-size: 0.8125rem;
}

.sanomart-shop__breadcrumb .woocommerce-breadcrumb {
	margin: 0;
}

.sanomart-shop__search-hero {
	padding: 0.75rem 0 1.5rem;
}

.sanomart-shop__breadcrumb--search {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	background: #f3f4f6;
	border-radius: 4px;
	text-align: left;
}

.sanomart-shop__breadcrumb--top {
	margin-bottom: 1.25rem;
}

.sanomart-shop__breadcrumb--search .woocommerce-breadcrumb {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #374151;
}

.sanomart-shop__breadcrumb--search .woocommerce-breadcrumb a {
	color: var( --sanomart-primary, #283b91 );
	font-weight: 500;
	text-decoration: none;
}

.sanomart-shop__breadcrumb--search .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.sanomart-shop__title--search {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.5rem 0 0.75rem;
}

.sanomart-shop__title-text {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.25rem;
}

.sanomart-shop__title-count,
.sanomart-shop__title-query {
	font-weight: 500;
}

/* Sort bar — pill buttons */
.sanomart-shop__sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin-bottom: 1rem;
}

.sanomart-shop__sort-label {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #111827;
	white-space: nowrap;
}

.sanomart-shop__sort-options {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-left: auto;
}

.sanomart-shop__sort-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0.45rem 1.1rem;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sanomart-shop__sort-pill:hover {
	border-color: var( --sanomart-primary, #283b91 );
	color: var( --sanomart-primary, #283b91 );
}

.sanomart-shop__sort-pill.is-active {
	background: var( --sanomart-primary, #283b91 );
	border-color: var( --sanomart-primary, #283b91 );
	color: #fff;
}

.sanomart-shop__products .woocommerce-result-count {
	display: none;
}

.sanomart-shop__products ul.products {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: none;
}

.sanomart-shop__products ul.products::before,
.sanomart-shop__products ul.products::after {
	display: none;
}

.sanomart-shop__products ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: 0 !important;
	background: transparent !important;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card {
	height: 100%;
	border: 1px solid var( --sanomart-primary, #283b91 );
	border-radius: 12px;
	box-shadow: none;
	padding: 1rem;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__thumb {
	position: relative;
	min-height: 140px;
	margin-bottom: 0.25rem;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__thumb img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__name {
	margin: 0.65rem 0 0.5rem;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__name a {
	color: #111827;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__prices {
	margin-bottom: 0.85rem;
	gap: 0.15rem;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__sale {
	color: #dc2626;
	font-size: 1rem;
	font-weight: 700;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__sale .hotdeal-product-line__unit {
	font-weight: 600;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__regular {
	font-size: 0.8125rem;
	color: #6b7280;
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__buy {
	border-radius: 999px;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.65rem 1rem;
	background: var( --sanomart-primary, #283b91 );
}

.sanomart-shop .sanomart-shop-product .hotdeal-card__buy:hover {
	background: var( --sanomart-primary-dark, #1d2b6a );
	color: #fff;
}

.sanomart-shop .sanomart-shop-product .hotdeal-product-line__gift-badge {
	margin: 0.65rem 0 0.35rem;
}

.sanomart-shop .sanomart-shop-product .hotdeal-product-line__gift-badge + .hotdeal-card__name {
	margin-top: 0.35rem;
}

.sanomart-shop .woocommerce-pagination {
	margin-top: 1.5rem;
	text-align: center;
}

@media (min-width: 640px) {
	.sanomart-shop__products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
}

@media (min-width: 992px) {
	.sanomart-shop__layout {
		grid-template-columns: 280px minmax(0, 1fr);
		gap: 1.5rem;
		align-items: start;
	}

	.sanomart-shop__products ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* -------------------------------------------------------------------------- */
/* Single product                                                             */
/* -------------------------------------------------------------------------- */

.sanomart-product--single {
	padding: 1.25rem 0 2.5rem;
}

.sanomart-pdp__breadcrumb {
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
	background: #f3f4f6;
	border-radius: 4px;
}

.sanomart-pdp__breadcrumb .woocommerce-breadcrumb {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #374151;
}

.sanomart-pdp__breadcrumb .woocommerce-breadcrumb a {
	color: var( --sanomart-primary, #283b91 );
	font-weight: 500;
	text-decoration: none;
}

.sanomart-pdp__breadcrumb .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.sanomart-product--single .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.sanomart-product--single div.product.sanomart-pdp {
	display: block;
	margin-bottom: 2rem;
}

.sanomart-product--single div.product.sanomart-pdp > .woocommerce-tabs,
.sanomart-product--single div.product.sanomart-pdp > .related.products,
.sanomart-product--single div.product.sanomart-pdp > .up-sells {
	width: 100%;
	margin-top: 2rem;
}

.sanomart-product--single div.product:not(.sanomart-pdp) {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.sanomart-product--single div.product div.images,
.sanomart-product--single div.product div.summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.sanomart-product--single div.product .product_title {
	margin: 0 0 1rem;
	font-size: clamp(1.25rem, 3vw, 1.825rem);
	font-weight: 600;
}

.sanomart-product--single div.product .woocommerce-product-gallery {
	margin-bottom: 0;
}

.sanomart-product--single .woocommerce-tabs {
	margin-top: 0;
}

.sanomart-product--single .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e8ecf0;
}

.sanomart-product--single .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.sanomart-product--single .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0.65rem 1rem;
	border-radius: 8px 8px 0 0;
	font-weight: 600;
	color: #475569;
	text-decoration: none;
}

.sanomart-product--single .woocommerce-tabs ul.tabs li.active a {
	color: #0f172a;
	background: #f8fafc;
}

.sanomart-product--single .woocommerce-Tabs-panel {
	padding: 0.25rem 0 0;
}

@media (min-width: 768px) {
	.sanomart-product--single div.product:not(.sanomart-pdp) {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: start;
	}
}

@media (min-width: 992px) {
	.sanomart-product--single div.product:not(.sanomart-pdp) {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: 2rem;
	}
}

/* Card sản phẩm related (single) */
.sanomart-product--single .related.products li.product {
	border: 1px solid #e8ecf0;
	border-radius: 12px;
	padding: 0.75rem;
	background: #fff;
	box-sizing: border-box;
}

.sanomart-product--single .related.products li.product a img {
	border-radius: 8px;
}

.sanomart-product--single .related.products li.product .woocommerce-loop-product__title {
	font-size: 0.9375rem;
	padding: 0.5rem 0 0.25rem;
}

.sanomart-product--single .related.products li.product .price {
	font-size: 0.9375rem;
	margin-bottom: 0.5rem;
}

.sanomart-product--single .related.products li.product .button {
	width: 100%;
}
.woocommerce a.added_to_cart.wc-forward {
	display: none !important;
}
