/* ===== START BepHong Collection Luxury 2026 ===== */

body.bephong-theme-luxury .bph-collection-page {
	position: relative;
	isolation: isolate;
	background-color: #070707;
	background-image:
		linear-gradient(180deg, rgba(5,5,5,0.62), rgba(6,6,6,0.82)),
		url("bephong-body-marble-bg.png");
	background-repeat: repeat-y;
	background-position: top center;
	background-size: cover;
	color: #f8f1e6;
	font-family: "Be Vietnam Pro", Arial, sans-serif;
	overflow: hidden;
}

body.bephong-theme-luxury .bph-collection-page:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 0%, rgba(214,173,92,0.14), transparent 34%),
		radial-gradient(circle at 88% 8%, rgba(183,32,37,0.12), transparent 34%);
}

body.bephong-theme-luxury .bph-collection-container {
	width: min(1680px, calc(100% - 72px));
	max-width: 1680px;
	margin: 0 auto;
}

/* Hero đầu trang collection */
body.bephong-theme-luxury .bph-collection-hero {
	padding: 34px 0 26px;
	border-bottom: 1px solid rgba(214,173,92,0.22);
	background:
		linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.38));
}

body.bephong-theme-luxury .bph-collection-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	color: rgba(248,241,230,0.72);
	font-size: 14px;
	line-height: 1.4;
}

body.bephong-theme-luxury .bph-collection-breadcrumb a {
	color: rgba(248,241,230,0.78);
	text-decoration: none !important;
}

body.bephong-theme-luxury .bph-collection-breadcrumb a:hover {
	color: #d6ad5c;
}

body.bephong-theme-luxury .bph-collection-breadcrumb span {
	color: rgba(214,173,92,0.7);
}

body.bephong-theme-luxury .bph-collection-breadcrumb strong {
	color: #d6ad5c;
	font-weight: 700;
}

body.bephong-theme-luxury .bph-collection-hero-main {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	padding: 28px;
	border: 1px solid rgba(214,173,92,0.22);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.012)),
		rgba(0,0,0,0.34);
	box-shadow: 0 22px 60px rgba(0,0,0,0.28);
}

body.bephong-theme-luxury .bph-collection-eyebrow {
	margin: 0 0 8px;
	color: #d6ad5c;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

body.bephong-theme-luxury .bph-collection-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: 38px;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: -0.02em;
}

body.bephong-theme-luxury .bph-collection-hero-text > p:last-child {
	max-width: 780px;
	margin: 12px 0 0;
	color: rgba(248,241,230,0.78);
	font-size: 15px;
	line-height: 1.65;
}

body.bephong-theme-luxury .bph-collection-hero-meta {
	min-width: 160px;
	padding: 16px 18px;
	border-radius: 18px;
	border: 1px solid rgba(214,173,92,0.22);
	background: rgba(0,0,0,0.32);
	text-align: right;
}

body.bephong-theme-luxury .bph-collection-hero-meta span {
	display: block;
	color: rgba(248,241,230,0.62);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

body.bephong-theme-luxury .bph-collection-hero-meta strong {
	display: block;
	margin-top: 5px;
	color: #d6ad5c;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
}

/* Body layout */
body.bephong-theme-luxury .bph-collection-body {
	padding: 30px 0 56px;
}

body.bephong-theme-luxury .bph-collection-layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

body.bephong-theme-luxury .bph-collection-sidebar {
	min-width: 0;
}

body.bephong-theme-luxury .bph-collection-main {
	min-width: 0;
}

/* Toolbar */
body.bephong-theme-luxury .bph-collection-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
	padding: 18px 20px;
	border-radius: 20px;
	border: 1px solid rgba(214,173,92,0.2);
	background: rgba(0,0,0,0.34);
	box-shadow: 0 18px 46px rgba(0,0,0,0.22);
}

body.bephong-theme-luxury .bph-collection-toolbar-title span {
	display: block;
	color: rgba(248,241,230,0.58);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

body.bephong-theme-luxury .bph-collection-toolbar-title strong {
	display: block;
	margin-top: 3px;
	color: #d6ad5c;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
}

/* Sort */
body.bephong-theme-luxury .bph-collection-sort #sort-by {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

body.bephong-theme-luxury .bph-collection-sort label {
	margin: 0;
	color: rgba(248,241,230,0.76);
	font-size: 14px;
	font-weight: 700;
}

body.bephong-theme-luxury .bph-collection-sort select {
	height: 42px;
	min-width: 160px;
	border-radius: 12px;
	border: 1px solid rgba(214,173,92,0.32);
	background: rgba(10,10,10,0.88);
	color: #f8f1e6;
	padding: 0 14px;
	outline: none;
}

/* Tạm style grid/card cũ để không bị vỡ trước khi làm card mới */
body.bephong-theme-luxury .bph-collection-products .products-view-grid {
	margin: 0;
}

body.bephong-theme-luxury .bph-collection-products .row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0 !important;
}

body.bephong-theme-luxury .bph-collection-products [class*="col-"] {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
}

body.bephong-theme-luxury .bph-collection-products .item_product_main {
	height: 100%;
	border-radius: 20px;
	background: #f2ebde;
	border: 1px solid rgba(214,173,92,0.26);
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(0,0,0,0.26);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.bephong-theme-luxury .bph-collection-products .item_product_main:hover {
	transform: translateY(-3px);
	border-color: rgba(214,173,92,0.55);
	box-shadow: 0 24px 58px rgba(0,0,0,0.34);
}

body.bephong-theme-luxury .bph-collection-products .product-thumbnail {
	position: relative;
	display: block;
	background: #f2ebde;
	overflow: hidden;
}

body.bephong-theme-luxury .bph-collection-products .product-thumbnail img,
body.bephong-theme-luxury .bph-collection-products .image_thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: transparent;
	mix-blend-mode: multiply;
	padding: 16px;
}

body.bephong-theme-luxury .bph-collection-products .smart {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 26px;
	padding: 0 8px;
	border-radius: 999px;
	background: #b72025;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

body.bephong-theme-luxury .bph-collection-products .product-info {
	padding: 14px 14px 16px;
	background: #f2ebde;
}

body.bephong-theme-luxury .bph-collection-products .product-name {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 700;
}

body.bephong-theme-luxury .bph-collection-products .product-name a {
	color: #25211b;
	text-decoration: none !important;
}

body.bephong-theme-luxury .bph-collection-products .product-name a:hover {
	color: #b72025;
}

body.bephong-theme-luxury .bph-collection-products .price-box {
	min-height: 28px;
	color: #b72025;
	font-size: 15px;
	font-weight: 800;
}

body.bephong-theme-luxury .bph-collection-products .compare-price {
	margin-left: 6px;
	color: rgba(37,33,27,0.46);
	font-size: 13px;
	text-decoration: line-through;
	font-weight: 600;
}

body.bephong-theme-luxury .bph-collection-products .action {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

body.bephong-theme-luxury .bph-collection-products .btn-cart,
body.bephong-theme-luxury .bph-collection-products .quick-view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(183,32,37,0.24);
	background: #b72025;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

/* Empty */
body.bephong-theme-luxury .bph-collection-empty {
	padding: 28px;
	border-radius: 18px;
	border: 1px solid rgba(214,173,92,0.22);
	background: rgba(0,0,0,0.34);
	color: rgba(248,241,230,0.78);
}

/* Responsive */
@media (max-width: 1199px) {
	body.bephong-theme-luxury .bph-collection-products .row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.bephong-theme-luxury .bph-collection-container {
		width: min(100% - 32px, 1680px);
	}

	body.bephong-theme-luxury .bph-collection-layout {
		grid-template-columns: 1fr;
	}

	body.bephong-theme-luxury .bph-collection-hero-main {
		flex-direction: column;
		align-items: flex-start;
	}

	body.bephong-theme-luxury .bph-collection-hero-meta {
		text-align: left;
	}

	body.bephong-theme-luxury .bph-collection-products .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	body.bephong-theme-luxury .bph-collection-container {
		width: min(100% - 24px, 1680px);
	}

	body.bephong-theme-luxury .bph-collection-hero {
		padding: 22px 0 18px;
	}

	body.bephong-theme-luxury .bph-collection-hero-main {
		padding: 18px;
		border-radius: 18px;
	}

	body.bephong-theme-luxury .bph-collection-hero h1 {
		font-size: 28px;
	}

	body.bephong-theme-luxury .bph-collection-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	body.bephong-theme-luxury .bph-collection-sort #sort-by {
		justify-content: space-between;
	}

	body.bephong-theme-luxury .bph-collection-sort select {
		min-width: 150px;
	}

	body.bephong-theme-luxury .bph-collection-products .row {
		gap: 14px;
	}
}

/* ===== END BepHong Collection Luxury 2026 ===== */