/*
Theme Name: Flatsome Child
Description: Child theme of Flatsome
Author: Your Name
Template: flatsome
Version: 3.20.5
*/

/* =========================
   SINGLE POST CUSTOM
========================= */

.sg-single-post {
	background: #ffffff;
}

/* HERO */
.sg-post-hero {
	width: 100%;
	height: 463px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* WRAP */
.sg-post-section {
	padding: 75px 0 60px;
	background: #ffffff;
}

.sg-post-container {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 255px 1fr;
	gap: 30px;
	align-items: start;
}

/* =========================
   SIDEBAR
========================= */

.sg-post-sidebar {
	width: 100%;
}

.sg-sidebar-box {
	background: #001F35;
	padding: 30px;
	text-align: center;
}

.sg-sidebar-box h3 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	/* line-height: 1.2; */
	text-transform: uppercase;
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
}

.sg-sidebar-box h3:not(:first-child) {
	margin-top: 26px;
}

.sg-sidebar-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	background: #ffffff;
	color: #001F35;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;
	transition: 0.25s ease;
}

.custom-sp-size {
    font-size: 14px !important;
}

.sg-sidebar-btn:hover {
	background: #97171A;
	color: #ffffff;
}

/* =========================
   MAIN CONTENT
========================= */

.sg-post-main {
	width: 100%;
}

.sg-toc-bar {
	height: 54px;
	background: #001F35;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 30px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.sg-toc-icon {
	font-size: 40px;
	line-height: 1;
}

.sg-content-label {
    width: fit-content;
	position: relative;
	display: inline-block;
	color: #001F35;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding-bottom: 8px;
}

.sg-content-label::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #001F35;
}

.sg-post-title {
	color: #001F35;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.sg-post-entry {
	color: #001F35;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.sg-post-entry p {
	margin-bottom: 16px;
}

.sg-post-entry h2,
.sg-post-entry h3 {
	color: #001F35;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 28px 0 12px;
}

.sg-post-entry img {
	width: 100%;
	height: auto;
	display: block;
	margin: 24px 0;
}

.sg-post-sidebar {
	position: sticky !important;
	top: 150px !important;
	align-self: flex-start !important;
}

/* =========================
RELATED POSTS
========================= */

.sg-related-posts {
	margin-top: 40px;
	text-align: center;
}

.sg-related-line {
	width: 100%;
	height: 2px;
	background: #001F35;
	margin-bottom: 60px;
}

.sg-related-posts h2 {
	color: #001F35;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.sg-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	text-align: left;
}

.sg-related-card {
	display: block;
	background: #ffffff;
	text-decoration: none;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #001F35;
}

.sg-related-thumb {
	width: 100%;
	height: 173px;
	overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sg-related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: 0.5s ease;
}

.sg-related-card:hover .sg-related-thumb img {
	transform: scale(1.06);
}

.sg-related-card h3 {
	color: #001F35;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 10px ;
    margin: 0;

    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	overflow: hidden;
	text-overflow: ellipsis;

	min-height: 42px;
	line-height: 1.3;
	word-break: break-word;
}

.sg-related-card p {
	color: #001F35;
	font-size: 14px;
	/* line-height: 1.35; */
	padding: 0 10px 15px;
}

.sg-post-entry ul {
	list-style-position: outside;
	padding-left: 22px;
	margin-left: 0;
}

.sg-post-entry li {
	padding-left: 4px;
	margin-bottom: 8px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 849px) {

    .sg-content-label {
        font-size: 20px;
    }

    .sg-content-label::after {
        height: 2px;
    }

	.sg-post-hero {
		height: 239px;
	}

	.sg-post-section {
		padding: 40px 15px 50px;
	}

	.sg-post-container {
		max-width: 100%;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.sg-post-sidebar {
		order: 2;
	}

	.sg-post-main {
		order: 1;
	}

	.sg-sidebar-box {
		max-width: 360px;
		margin: 0 auto;
	}


	.sg-related-thumb {
		height: 220px;
	}

	.sg-related-thumb {
		height: 160px !important;
	}

    .sg-post-sidebar {
		display: none !important;
	}



    .sg-toc-bar {
		font-size: 24px;
	}

}

@media (max-width: 549px) {
	.sg-post-hero {
		height: 164px;
	}

	.sg-toc-bar {
		height: 44px;
	}

	.sg-post-title,
	.sg-post-entry h2,
	.sg-post-entry h3 {
		font-size: 16px;
	}

	.sg-post-entry {
		font-size: 13px;
	}

	.sg-related-posts h2 {
		font-size: 18px;
	}

    .sg-related-card:nth-child(n+3) {
        display: none !important;
	}

    .sg-related-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}

	.sg-related-thumb {
		height: 144px !important;
	}
}


/* ==============================
   SG BLOG CAROUSEL FULL CSS
   - Center mode
   - Active chữ nét
   - Side không bị đẩy xa
   - Shadow không bị cắt
   - Nav tự tạo bằng JS
============================== */

.sg-blog-carousel {
	position: relative !important;
	width: 100% !important;
	height: 448px !important;
	background: #001F35 !important;
	overflow: visible !important;
	box-sizing: border-box !important;
}

/* VIEWPORT */
.sg-blog-viewport {
	position: relative !important;
	width: 100% !important;
	max-width: 1110px !important;
	height: 430px !important;
	margin: 0 auto !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

/* TRACK */
.sg-blog-track {
	height: 100% !important;

	display: flex !important;
	align-items: center !important;
	gap: 30px !important;

	will-change: transform;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* SLIDE SLOT */
.sg-blog-slide {
	position: relative !important;

	flex: 0 0 379px !important;
	width: 379px !important;
	height: 395px !important;

	opacity: 0 !important;
	pointer-events: none !important;
	z-index: 1 !important;

	transition: opacity 0.45s ease !important;
}

/* CARD THẬT */
.sg-blog-card {
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;

	width: 540px !important;
	height: 395px !important;

	overflow: hidden !important;
	text-decoration: none !important;
	background: #ffffff !important;

	transform: translate(-50%, -50%) scale(0.702) !important;
	transform-origin: center center !important;

	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) !important;

	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
	backface-visibility: hidden !important;
	will-change: transform;
}

.sg-blog-card img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

/* ACTIVE */
.sg-blog-slide.is-active {
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: 5 !important;
}

.sg-blog-slide.is-active .sg-blog-card {
	transform: translate(-50%, -50%) scale(1) !important;
}

/* SIDE */
.sg-blog-slide.is-prev,
.sg-blog-slide.is-next {
	opacity: 0.85 !important;
	z-index: 2 !important;
}

.sg-blog-slide.is-prev .sg-blog-card,
.sg-blog-slide.is-next .sg-blog-card {
	transform: translate(-50%, -50%) scale(0.702) !important;
}

/* OVERLAY ACTIVE */
.sg-blog-slide.is-active .sg-blog-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 1;
}

/* TEXT */
.sg-blog-info {
	display: none !important;
}

.sg-blog-slide.is-active .sg-blog-info {
	display: flex !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 38px !important;
	z-index: 2 !important;

	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;

	padding: 0 20px !important;
	transform: none !important;
	filter: none !important;
}

.sg-blog-info h3 {
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-transform: uppercase !important;
	margin: 0 0 16px !important;
}

.sg-blog-info span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;

	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;

	border-bottom: 2px solid #ffffff !important;
	padding-bottom: 8px !important;

	overflow: visible !important;
}

.sg-blog-info span::after {
	content: "" !important;
	display: inline-block !important;

	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	flex: 0 0 15px !important;

	margin-left: 0 !important;

	background-image: url('/wp-content/uploads/2026/06/xt-white.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}

.sg-blog-info span:hover {
	color: #97171A !important;
	border-color: #97171A !important;
}

.sg-blog-info span:hover::after {
	background-image: url('/wp-content/uploads/2026/06/Vector.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}

/* ==============================
   NAV AUTO CREATED BY JS
============================== */

.sg-blog-carousel-nav {
	position: absolute !important;
	top: var(--sg-blog-nav-top, 50%) !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;

	width: 100% !important;
	max-width: 1110px !important;
	height: 0 !important;

	z-index: 9999 !important;
	pointer-events: none !important;
}

.sg-blog-carousel-nav button {
	position: absolute !important;
	top: 0 !important;
	transform: translateY(-50%) !important;

	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;

	padding: 0 !important;
	margin: 0 !important;

	border: none !important;
	border-radius: 50% !important;

	background: #ffffff !important;
	box-shadow: inset 0px 4px 4px 0px rgba(15, 45, 65, 0.5) !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	cursor: pointer !important;
	pointer-events: auto !important;
	z-index: 10000 !important;
}

.sg-blog-carousel-prev {
	left: -65px !important;
}

.sg-blog-carousel-next {
	right: -65px !important;
}

.sg-blog-carousel-nav button img {
	width: 17px !important;
	height: 17px !important;
	display: block !important;
	object-fit: contain !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none !important;
}

.sg-blog-carousel-prev img {
	transform: rotate(180deg) !important;
}

/* ==============================
   TABLET
============================== */
@media (min-width: 550px) and (max-width: 1024px) {
	.sg-blog-carousel {
		height: 300px !important;
	}

	.sg-blog-viewport {
		max-width: 760px !important;
		height: 280px !important;
		overflow: hidden !important;
	}

	.sg-blog-track {
		gap: 24px !important;
	}

	.sg-blog-slide {
		flex: 0 0 210px !important;
		width: 210px !important;
		height: 242px !important;
	}

	.sg-blog-card {
		width: 330px !important;
		height: 242px !important;
		transform: translate(-50%, -50%) scale(0.636) !important;
	}

	.sg-blog-slide.is-active .sg-blog-card {
		transform: translate(-50%, -50%) scale(1) !important;
	}

	.sg-blog-slide.is-prev .sg-blog-card,
	.sg-blog-slide.is-next .sg-blog-card {
		transform: translate(-50%, -50%) scale(0.636) !important;
	}

	.sg-blog-slide.is-active .sg-blog-info {
		bottom: 24px !important;
	}

	.sg-blog-info h3,
	.sg-blog-info span {
		font-size: 18px !important;
	}

	.sg-blog-carousel-nav {
		max-width: 100% !important;
	}

	.sg-blog-carousel-prev {
		left: 10px !important;
	}

	.sg-blog-carousel-next {
		right: 10px !important;
	}
}

/* ==============================
   MOBILE
============================== */
@media (max-width: 549px) {
	.sg-blog-carousel {
		height: 325px !important;
	}

	.sg-blog-viewport {
		max-width: 100% !important;
		height: 287px !important;
		overflow: hidden !important;
	}

	.sg-blog-track {
		gap: 18px !important;
	}

	.sg-blog-slide {
		flex: 0 0 min(391px, calc(100vw - 30px)) !important;
		width: min(391px, calc(100vw - 30px)) !important;
		height: 287px !important;

		opacity: 0 !important;
	}

	.sg-blog-slide.is-active {
		opacity: 1 !important;
	}

	.sg-blog-slide.is-prev,
	.sg-blog-slide.is-next {
		opacity: 0 !important;
	}

	.sg-blog-card {
		width: min(391px, calc(100vw - 30px)) !important;
		height: auto !important;
		aspect-ratio: 391 / 287 !important;
		transform: translate(-50%, -50%) scale(1) !important;
	}

	.sg-blog-slide.is-active .sg-blog-card,
	.sg-blog-slide.is-prev .sg-blog-card,
	.sg-blog-slide.is-next .sg-blog-card {
		transform: translate(-50%, -50%) scale(1) !important;
	}

	.sg-blog-slide.is-active .sg-blog-info {
		bottom: 35px !important;
	}

	.sg-blog-info h3,
	.sg-blog-info span {
		font-size: 18px !important;
	}

	.sg-blog-carousel-nav {
		max-width: 100% !important;
	}

	.sg-blog-carousel-prev {
		left: -17px !important;
	}

	.sg-blog-carousel-next {
		right: -17px !important;
	}

	.sg-blog-carousel-nav button {
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		max-width: 34px !important;
		max-height: 34px !important;
	}

	.sg-blog-carousel-nav button img {
		width: 15px !important;
		height: 15px !important;
	}
}

.sg-blog-carousel {
	cursor: grab !important;
	user-select: none !important;
	-webkit-user-select: none !important;
	touch-action: pan-y !important;
}

.sg-blog-carousel.is-dragging {
	cursor: grabbing !important;
}

.sg-blog-carousel.is-dragging a {
	pointer-events: none !important;
}

/* =========================
   PRODUCT TOP FIX
========================= */

.sg-product-top {
	background: #001F35 !important;
	padding: 50px 15px 45px !important;
}

/* PRODUCT TOP 50/50 */
.sg-product-top-inner {
	width: 100% !important;
	max-width: 1110px !important;
	margin: 0 auto !important;

	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 30px !important;
	align-items: flex-start !important;
}

/* GALLERY LEFT */
.sg-product-gallery {
	width: 100% !important;
	max-width: 100% !important;
}

.sg-product-main-img {
	width: 100% !important;

	/* Tỉ lệ gần giống size cũ 447x329 */
	aspect-ratio: 447 / 329 !important;

	height: auto !important;
	background: #ffffff !important;
	overflow: hidden !important;
}

.sg-product-main-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

/* THUMBNAILS */
.sg-product-thumbs {
	width: 100% !important;

	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 6px !important;
	margin-top: 8px !important;
}

.sg-product-thumb {
	width: 100% !important;

	/* Tự co theo chiều rộng thumbnail */
	aspect-ratio: 107 / 77 !important;

	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;

	background: transparent !important;
	cursor: pointer !important;
	overflow: hidden !important;
	border: 2px solid transparent !important;
}

.sg-product-thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.sg-product-thumb.active {
	border-color: #97171A !important;
}

/* SUMMARY RIGHT */
.sg-product-summary {
	width: 100% !important;
	max-width: 100% !important;

	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;

	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	min-width: 0 !important;
}
.sg-product-summary h1 {
	color: #ffffff !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	text-transform: uppercase !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
	background: transparent !important;
}

.sg-product-short {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	max-width: 590px !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
	background: transparent !important;
}

.sg-product-short p {
	color: #ffffff !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

/* Ẩn các phần WooCommerce mặc định nếu bị chèn vào summary */
.sg-product-summary .price,
.sg-product-summary form.cart,
.sg-product-summary .product_meta,
.sg-product-summary .woocommerce-product-rating {
	display: none !important;
}

/* COLOR LIST */
.sg-product-colors {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.sg-product-colors h4 {
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	background: transparent !important;
}

.sg-color-list {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 10px;

	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.sg-color-item {
	width: 139px;
	max-width: 139px ;
	text-align: center !important;
	color: #ffffff !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.sg-color-item span {
	display: block !important;
	width: 139px !important;
	height: 32px !important;
	margin: 0 0 16px;
	padding: 0 !important;

	border: 1px solid #fff !important;
	box-shadow: none !important;
	background-clip: padding-box !important;
}

.sg-color-item p {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

/* TABLET */
@media (max-width: 849px) {
	

	.sg-product-thumb {
		width: 100% !important;
		height: 57px !important;
	}

	.sg-product-top-inner {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	.sg-product-gallery,
	.sg-product-main-img,
	.sg-product-thumbs,
	.sg-product-summary {
		width: 100% !important;
		max-width: 100% !important;
	}

	.sg-product-main-img {
		height: 243px !important;
	}

	.sg-product-summary h1 {
		font-size: 26px !important;
	}

	.sg-color-list {
		flex-wrap: wrap !important;
/* 		gap: 14px; */
	}

	.sg-color-item,
	.sg-color-item span {
		width: 73px !important;
		max-width: 73px !important;
	}
	
		
	.sg-color-item span {
		margin-bottom: 7px !important;
	}


	.sg-color-item p {
		font-size: 8px !important;
	}
}

/* MOBILE */
@media (max-width: 549px) {
	.sg-product-top {
		padding: 35px 15px !important;
	}
	
	.sg-product-gallery {
		
		max-width: 370px !important;
		max-height: 345px !important;
		margin: 0 auto !important;
	}

	.sg-product-main-img {
		max-width: 370px !important;
		
		height: 272px !important;
	}

	.sg-product-thumbs {
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.sg-product-thumb {
		height: 63px !important;
	}

	.sg-product-summary h1 {
		font-size: 22px !important;
	}

	.sg-color-list {
/* 		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important; */
/* 		gap: 17px !important; */
		width: 100% !important;
	}

	
	.sg-color-item,
	.sg-color-item span {
		width: 90px !important;
		max-width: 90px !important;
	}

	.sg-color-item p {
		font-size: 10px !important;
	}
}


/* =========================
   PRODUCT CONTENT
========================= */

.sg-product-content-section {
	padding: 60px 15px 30px !important;
	background: #ffffff !important;
}

.sg-product-content-inner {
	max-width: 1110px !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: 261px minmax(0, 1fr) !important;
	gap: 30px !important;
	align-items: start !important;
}

/* SIDEBAR */
.sg-product-sidebar {
	position: sticky !important;
	top: 100px !important;
	align-self: flex-start !important;
}

.sg-sidebar-box {
	background: #001F35 !important;
	padding: 26px 28px !important;
	text-align: center !important;
}

.sg-sidebar-box h3 {
	color: #ffffff !important;
	font-size: 26px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	margin: 0 0 18px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid #ffffff !important;
}

.sg-sidebar-box h3:not(:first-child) {
	margin-top: 28px !important;
}

.sg-sidebar-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 38px !important;

	background: #ffffff !important;
	color: #001F35 !important;

	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;

	margin-bottom: 14px !important;
	padding: 8px 10px !important;
	transition: 0.25s ease !important;
}

.sg-sidebar-btn:hover {
	background: #97171A !important;
	color: #ffffff !important;
}

/* MAIN CONTENT */
.sg-product-main-content {
	width: 100% !important;
	color: #001F35 !important;
}

.sg-product-main-content h2 {
	position: relative !important;
	display: inline-block !important;

	color: #001F35 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;

	margin: 0 0 24px !important;
	padding-bottom: 8px !important;
}

.sg-product-main-content>h2::after {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 137px !important;
	height: 2px !important;
	background: #001F35 !important;
}

.sg-product-desc {
	color: #001F35 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

.sg-product-desc h2,
.sg-product-desc h3,
.sg-product-desc h4 {
	color: #001F35 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-transform: uppercase !important;
	margin: 24px 0 12px !important;
}

.sg-product-desc p {
	color: #001F35 !important;
	margin-bottom: 12px !important;
}

.sg-product-desc ul {
	list-style-position: outside !important;
	padding-left: 22px !important;
	margin-left: 0 !important;
}

.sg-product-desc li {
	color: #001F35 !important;
	margin-bottom: 5px !important;
}

.sg-product-desc img {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 28px auto !important;
}


/* FIX MÔ TẢ SẢN PHẨM BỊ CẮT */
.sg-product-content-section,
.sg-product-content-inner,
.sg-product-main-content,
.sg-product-desc {
	overflow: visible !important;
}

/* Quan trọng: cho cột nội dung được co lại */
.sg-product-content-inner {
	grid-template-columns: 261px minmax(0, 1fr) !important;
}

/* Quan trọng: tránh chữ bị cắt trong grid */
.sg-product-main-content {
	min-width: 0 !important;
	max-width: 100% !important;
	overflow: visible !important;
}

/* Nội dung tự xuống dòng */
.sg-product-desc,
.sg-product-desc * {
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.sg-product-desc p,
.sg-product-desc li,
.sg-product-desc div,
.sg-product-desc span {
	white-space: normal !important;
	overflow-wrap: break-word !important;
	word-break: normal !important;
}

/* Ảnh không tràn */
.sg-product-desc img {
	max-width: 100% !important;
	height: auto !important;
}

/* =========================
   RESPONSIVE LOWER CONTENT
========================= */

@media (max-width: 849px) {
	.sg-product-content-inner {
		grid-template-columns: 1fr !important;
	}

	.sg-product-sidebar {
		display: none !important;
	}


}

@media (max-width: 549px) {
	
}

.sg-product-short * {
	background: transparent !important;
	color: #ffffff !important;
}

.sg-product-short section,
.sg-product-short .section,
.sg-product-short .row,
.sg-product-short .col,
.sg-product-short .col-inner {
	display: none !important;
}

/* =========================
   PRODUCT RELATED INSIDE CONTENT
========================= */

.sg-product-section-line {
	width: 100% !important;
	height: 2px !important;
	background: #001F35 !important;
	margin: 60px 0 60px !important;
}

.sg-product-related-project,
.sg-similar-products {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 52px !important;
	padding: 0 !important;
	text-align: center !important;
	background: #ffffff !important;
}

.sg-product-related-project h2,
.sg-similar-products h2 {
	color: #001F35 !important;
	font-size: 30px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	margin: 0 0 40px !important;
	padding: 0 !important;
}

/* SLIDER WRAP */
.sg-slider-wrap {
	position: relative !important;
	width: 100% !important;
/* 	max-width: 760px !important; */
	margin: 0 auto !important;
	overflow: visible !important;
}

/* SLIDER ROW */
.sg-related-project-grid,
.sg-similar-grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 30px !important;

	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 2px 12px !important;

	overflow-x: hidden !important;
	overflow-y: visible !important;
	scroll-behavior: smooth !important;
}

/* 3 ITEMS VISIBLE */
.sg-project-card,
.sg-similar-card {
	flex: 0 0 calc((100% - 48px) / 3) !important;
}

/* =========================
   PROJECT CARD
========================= */

.sg-project-card {
	display: block !important;
	background: #ffffff !important;
	color: #001F35 !important;
	text-decoration: none !important;
	text-align: center !important;
	box-shadow: 0px 6px 12.9px -4px rgba(0, 0, 0, 0.25) !important;
}

.sg-project-thumb {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	height: 255px !important;
	overflow: hidden !important;
}



.sg-project-card:hover .sg-project-thumb img {
	transform: scale(1.08) !important;
}

.sg-project-thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;

	transform: scale(1) translateZ(0) !important;
	transform-origin: center center !important;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;

	will-change: transform !important;
	backface-visibility: hidden !important;
	-webkit-backface-visibility: hidden !important;
}

.sg-project-card:hover .sg-project-thumb img {
	transform: scale(1.08) translateZ(0) !important;
}

.sg-project-card h3 {
	color: #001F35 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-transform: uppercase !important;
	padding: 0 10px;
	margin: 20px 0 15px;

	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.sg-project-card p {
	color: #001F35 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	padding: 0 12px 16px !important;

	display: -webkit-box !important;
/* 	-webkit-line-clamp: 3 !important; */
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

/* =========================
   SIMILAR PRODUCT CARD
========================= */

.sg-similar-card {
	position: relative !important;
	display: block !important;
	height: 195px;
	overflow: hidden !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #001F35 !important;
}

.sg-similar-card img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	transition: 0.4s ease !important;
}

.sg-similar-card:hover img {
	transform: scale(1.06) !important;
}

.sg-similar-card::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: rgba(0, 31, 53, 0.45) !important;
	z-index: 1 !important;
}

.sg-similar-overlay {
	position: absolute !important;
	inset: 0 !important;
	z-index: 2 !important;

	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-end !important;

	text-align: center !important;
	padding: 12px !important;
}

.sg-similar-overlay h3 {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	margin: 0 0 6px !important;

	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.sg-similar-overlay span {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	border-bottom: 2px solid #ffffff !important;
	padding-bottom: 4px !important;
}

/* =========================
   COLUMN NAV FOR PRODUCT DETAIL
========================= */

.sg-slider-wrap .column-slider-nav {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;

	width: calc(100% + 100px) !important;
	height: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;

	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;

	z-index: 20 !important;
	pointer-events: none !important;
}

.sg-slider-wrap .column-slider-nav button.column-prev,
.sg-slider-wrap .column-slider-nav button.column-next {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;

	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;

	padding: 0 !important;
	margin: 0 !important;

	border: none !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	box-shadow: inset 0px 4px 4px 0px rgba(15, 45, 65, 0.5) !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	cursor: pointer !important;
	z-index: 30 !important;
	pointer-events: auto !important;
}

.sg-slider-wrap .column-slider-nav button img {
	width: 17px !important;
	height: 17px !important;
	display: block !important;
	object-fit: contain !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sg-slider-wrap .column-slider-nav button.column-prev img {
	transform: rotate(180deg) !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 849px) {
	.sg-slider-wrap {
		max-width: 100% !important;
	}

	.sg-related-project-grid,
	.sg-similar-grid {
		gap: 30px !important;
	}

	.sg-project-card,
	.sg-similar-card {
		flex: 0 0 calc((100% - 20px) / 2) !important;

	}
	
	.sg-similar-card {
		height: 255px;
	}

	.sg-slider-wrap .column-slider-nav {
		width: calc(100% + 20px) !important;
	}

	.sg-product-related-project h2,
	.sg-similar-products h2 {
		font-size: 24px !important;
	}
}

@media (max-width: 549px) {
	.sg-project-card,
	.sg-similar-card {
/* 		flex: 0 0 100% !important; */
	}

	.sg-project-thumb {
		height: 180px !important;
	}

	.sg-similar-card {
		height: 163px !important;
	}

	.sg-slider-wrap .column-slider-nav {
		width: calc(100% + 10px) !important;
	}
}


/* =========================
   CUSTOM FILTER WRAP
========================= */

.custom-filter-wrap {
	width: 100%;
/* 	max-width: 1110px; */
/* 	margin: 0 auto 24px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
/* 	box-shadow: 0px 6px 12.9px -4px rgba(0, 0, 0, 0.25); */
}

/* Hàng phân khúc */
.custom-filter-wrap .filter-row:first-child {
	width: 100%;
	max-width: 1110px;
	min-height: 126px;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 30px;
	flex-wrap: wrap;
	margin: 0;
	padding: 57px 0px;
	background: #ffffff;
}

/* Tiêu đề PHÂN KHÚC */
.title-phankhuc h1 {
	position: relative;
	color: #0F2D41;
	font-size: 34px;
	font-weight: 700;
/* 	line-height: 1.2; */
	text-transform: uppercase;
/* 	letter-spacing: 0; */
	padding: 0 0 0 26px;
	margin-right: 28px;
	margin-bottom: 0;
	text-align: left;
}

.title-phankhuc h1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 64px;
	background-color: #97171A;
}

/* Button phân khúc */
.filter-btn2 {
	min-width: 160px;
	height: 40px;
/* 	padding: 0 18px; */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #001F35;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	border-radius: 0;
	border: 1px solid rgba(0, 31, 53, 0.3);
	box-shadow: 0px 6px 12.9px -4px rgba(0, 0, 0, 0.25);
}

.filter-btn2:hover,
.filter-btn2.active {
	background: #97171A;
	color: #ffffff;
	border-color: rgba(0, 31, 53, 0.3);
	box-shadow: 0px 6px 12.9px -4px rgba(0, 0, 0, 0.25);
}

/* HÀNG DANH MỤC */
.line-row {
	width: 100%;
	min-height: 132px;
	background: #001F35;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	column-gap: 0;
	row-gap: 30px;

	margin: 0;
	padding: 36px 160px;
	border: none;
}


/* WRAP NGOÀI */
.filter-row.line-row {
	width: 100%;
	background: #001F35;
	padding: 36px 0;
	margin: 0;
	border: none;
}

/* CONTAINER BUTTON */
.filter-row.line-row .container-row {
	max-width: 1110px;
	margin: 0 auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	column-gap: 30px; /* 15px - line - 15px */
	row-gap: 30px;
}

/* BUTTON 160x44 */
.filter-btn3 {
	position: relative;

	width: 160px ;
	height: 44px ;

	display: flex !important;
	align-items: center;
	justify-content: center;

	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;

	border: none !important;
	background: transparent !important;
}

/* LINE DỌC GIỮA BUTTON */
.filter-btn3:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);

	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.85);
}

/* LINE ĐỎ DƯỚI CHÂN CHỈ DÀI BẰNG NỘI DUNG */
.filter-btn3 {
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 8px;
	text-decoration-color: transparent;
}

.filter-btn3:hover,
.filter-btn3.active {
	color: #C91D22;
	text-decoration-color: #97171A;
}



/* =========================
   PRODUCT SECTION TITLE
========================= */

.custom-product-section {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.custom-product-section-title {
	width: 100%;
	margin: 54px 0;
}

.custom-product-section-title h2 {
	position: relative;
	color: #001F35;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
	padding-left: 22px;
	text-align: left;
}

.custom-product-section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 64px;
	background: #97171A;
}


/* =========================
   PRODUCT GRID
========================= */

.custom-product-grid {
	width: 100%;
	max-width: 1110px;
	margin: 45px auto 0;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 28px;
}

.custom-product-section .custom-product-grid {
	margin-top: 0;
}

.custom-product-card {
	position: relative;
	width: 100%;
	height: 255px;
	overflow: hidden;
	background: #001F35;
	box-shadow: 0px 6px 12.9px -4px rgba(0, 0, 0, 0.25);
}

.custom-product-card .product-thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.custom-product-card .product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: 0.45s ease;
}

.custom-product-card .product-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 31, 53, 0.35);
	z-index: 1;
}

.custom-product-card:hover .product-thumb img {
	transform: scale(1.06);
}

.custom-product-card .product-card-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 2;

	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;

	padding: 0 10px;
}

.custom-product-card .product-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 8px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.custom-product-card .detail-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	color: #ffffff;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;

	border-bottom: 2px solid #ffffff;
	padding-bottom: 5px;
}

.custom-product-card .detail-btn::after {
	content: "→";
/* 	margin-left: 8px; */
}


/* =========================
   CUSTOM PAGINATION
========================= */

.custom-product-pagination {
	width: fit-content;
	min-height: 40px;
	margin: 45px auto 70px;
	padding: 0 30px;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;

	background: #ffffff;
	border: 1px solid rgba(0, 31, 53, 0.3);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.custom-product-pagination a,
.custom-product-pagination span {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.custom-product-pagination a.active {
	color: #97171A;
	font-weight: 900;
}

.custom-product-pagination a:hover {
	color: #97171A;
}

.custom-product-pagination a:first-child:hover,
.custom-product-pagination a:nth-child(2):hover,
.custom-product-pagination a:nth-last-child(1):hover,
.custom-product-pagination a:nth-last-child(2):hover {
	color: #000000;
}


/* =========================
   NO PRODUCT
========================= */

.custom-no-product {
	max-width: 1110px;
	margin: 50px auto;
	color: #001F35;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 849px) {
	.custom-filter-wrap .filter-row:first-child {
		padding: 36px 15px;
		gap: 16px;
		justify-content: center;
	}

	.title-phankhuc h1 {
		font-size: 24px;
		margin-right: 0;
	}

	.title-phankhuc h1::before {
		height: 46px;
		width: 7px;
	}

	.filter-btn2 {
		min-width: 130px;
		height: 38px;
		font-size: 15px;
	}

	.line-row {
		padding: 28px 15px;
	}

	.custom-product-grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 15px;		
	}

	.custom-product-section {
		padding: 0 0 24px;
	}
	
	.custom-product-section-title {
		padding: 0 15px;
		
	}

	.custom-product-section-title h2 {
		font-size: 24px;
	}

	.custom-product-card {
		height: 255px;
	}
}

@media (max-width: 549px) {
	.custom-product-grid {
/* 		grid-template-columns: 1fr; */
	}

	.custom-product-card {
		height: 163px;
	}

	.custom-product-pagination {
		gap: 12px;
		padding: 0 18px;
	}
}

/* =========================
   PRODUCT GRID
========================= */

.custom-product-grid {
	width: 100%;
	max-width: 1110px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* Card */
.custom-product-card {
	position: relative;
	width: 100%;
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	text-align: center;
}

.custom-product-card:hover {
	border: none;
}

/* Image */
.product-thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 255px;
	overflow: hidden;
}

.product-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.58),
		rgba(0, 0, 0, 0.08)
	);
	z-index: 1;
	pointer-events: none;
}

.product-thumb img,
.custom-product-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
	transform: scale(1);
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-product-card:hover .product-thumb img {
	transform: scale(1.08);
}

/* Ẩn badge phân khúc / danh mục trên ảnh */
.product-segment,
.product-category {
	display: none !important;
}

/* Nội dung đè trên ảnh */
/* .product-card-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	z-index: 3;
	padding: 0 16px;
	text-align: center;
	pointer-events: none;
} */

/* Title */
.product-title {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 5px;
}


.product-title a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
}

.product-title::before {
	display: none;
}

/* Button xem thêm */
.detail-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;

	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;

	padding-bottom: 5px;
	border-bottom: 2px solid #ffffff;

	pointer-events: auto;
}

/* Icon mũi tên SVG */
.detail-btn::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('/wp-content/uploads/2026/06/xt-white.svg') no-repeat center;
	background-size: contain;
	flex-shrink: 0;
}

/* Hover giữ màu trắng */
.detail-btn:hover,
.custom-product-card:hover .detail-btn,
.custom-product-card:hover .product-title a {
	color: #ffffff;
}

/* Hover icon */
.detail-btn:hover::after {

}



.container-row {
	width: 100%;
	max-width: 1110px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 849px) {

	.custom-filter-wrap {
		max-width: 100%;
	}

	.custom-filter-wrap .filter-row:first-child {
		min-height: auto;
		padding: 50px 15px 40px 15px;
		gap: 30px;
	}


	.title-phankhuc {
		width: 100%;
		font-size: 22px;
		margin-right: 0;
		margin-bottom: 8px;
	}

	.filter-btn2 {
		min-width: 150px;
		height: 40px;
		font-size: 16px;
	}

	.line-row {
		min-height: auto;
		padding: 24px 16px;
	}

	.filter-btn3 {
		width: fit-content;
			min-width: 90px;
			max-width: 152px;
/* 		font-size: 18px;
		padding: 0 18px;
		min-width: 160px;
		height: 44px; */
	}

	.custom-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-thumb {
		height: 255px;
	}
}

@media (max-width: 549px) {
	
	.custom-product-card .product-card-content {
		bottom: 15px;
		
	}
	
	
	.custom-product-card .product-title {
		font-size: 12px !important;
	}
	
	.product-title a {
		font-size: 12px !important;
	}
	
	.detail-btn {
		font-size: 14px;
	}

	.product-thumb {
		height: 163px;
	}

	.line-row {
		justify-content: flex-start;
	}

	.filter-btn3 {
/* 		width: 50%;
		padding: 8px 12px;
		text-align: center; */
	}

	.filter-btn3:not(:last-child)::after {
/* 		display: none; */
	}

	.filter-btn2 {
		min-width: 130px;
	}
		.filter-btn2 {
		min-width: 150px;
		font-size: 14px;
	}
}


/* TABLET GIỮ 2 CỘT, KHÔNG CẮT CHỮ */
@media (min-width: 550px) and (max-width: 1024px) {
	
	.sg-product-top-inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 24px !important;
		align-items: flex-start !important;
	}

	.sg-product-gallery,
	.sg-product-summary {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.sg-product-main-img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 447 / 329 !important;
	}

	.sg-product-thumbs {
		width: 100% !important;
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.sg-product-thumb {
		height: auto !important;
		aspect-ratio: 107 / 77 !important;
	}

	.sg-product-summary h1,
	.sg-product-short,
	.sg-product-short p {
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: break-word !important;
		word-break: normal !important;
	}
	
	
/* 	.sg-product-top-inner {
		display: grid !important;
		grid-template-columns: 45% minmax(0, 1fr) !important;
		gap: 24px !important;
		align-items: flex-start !important;
	}

	.sg-product-gallery,
	.sg-product-main-img,
	.sg-product-thumbs {
		width: 100% !important;
		max-width: 100% !important;
	}

	.sg-product-main-img {
		height: 240px !important;
	}

	.sg-product-summary {
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: visible !important;
	}

	.sg-product-summary h1 {
		font-size: 26px !important;
		line-height: 1.25 !important;
		white-space: normal !important;
		overflow-wrap: break-word !important;
		word-break: normal !important;
	}

	.sg-product-short,
	.sg-product-short p {
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: break-word !important;
		overflow: visible !important;
	} */

	.sg-color-list {
		flex-wrap: wrap !important;
/* 		gap: 18px !important; */
	}
}