/*
Theme Name: Phoenix
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Icon Box - Left Care Icon */
.left-care-icon {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 0 !important;
	overflow: visible;
}

.left-care-icon .icon-box-img {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.left-care-icon .icon-box-img .icon-inner img {
	border-radius: 50%;
	border: 2px solid #e0e0e0;
	background: #f5f5f5;
	object-fit: cover;
	width: 128px;
	height: 128px;
}

.left-care-icon .icon-box-text {
	position: relative;
	z-index: 1;
	background: #e87722;
	margin-left: -64px;
	padding: 30px 2px 30px 80px;
	border-radius: 0 20px 20px 0;
	width: 100%;
}

.left-care-icon .icon-box-text p {
	color: #fff !important;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
	margin-left:20px;
	text-transform: uppercase;
	text-align: center;
}


/* Box border cam - Left Care */
.row:has(.left-care) {
	align-items: stretch !important;
}

.left-care {
	display: flex !important;
	height: 100%;
}

.left-care > .col-inner {
	border: 2px solid #e87722;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-radius: 16px;
	padding: 24px 24px 20px 24px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 170px;
}

.left-care .text p {
	font-size: 1.4rem;
	color: #333;
	margin: 0;
	text-align: left !important;
	line-height: 1.4;
}

.left-care .button {
	align-self: flex-end;
	width: 48px;
	height: 48px;
	min-height: 48px;
	border-radius: 50% !important;
	border: 3px solid #e87722 !important;
	background: transparent !important;
	color: #e87722 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 8px 0 0 0;
	font-size: 0;
	line-height: 1;
	position: relative;
	transition: background .25s, border-color .25s;
}

.left-care .button span {
	font-size: 0;
}

.left-care .button::after {
	content: "→";
	font-size: 24px;
	font-weight: 900;
	color: #e87722;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -5px;
	transition: color .25s;
}

.left-care .button:hover {
	background: #e87722 !important;
}

.left-care .button:hover::after {
	color: #fff;
}

/* Section Background - image-section */
.image-section {
	position: relative;
	overflow: hidden;
}

.image-section::before,
.image-section::after {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 600px auto;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none;
}

.image-section::before {
	top: -100px;
	left: -150px;
	background-position: right bottom;
}

.image-section::after {
	top: 45%;
	right: -150px;
	background-position: left center;
}

.image-section .section-content {
	position: relative;
	z-index: 1;
}

/* Popup Section - pop-class */
.pop-class {
	position: relative;
	overflow: hidden;
	padding-top: 161px !important;
	min-height: 646px !important;
}

.pop-class .section-bg {
	top: auto !important;
	bottom: 0 !important;
	height: 485px !important;
}

.pop-class .section-bg img {
	object-fit: cover;
	object-position: 55% 100%;
	height: 100% !important;
}

.pop-class::before {
	content: "";
	position: absolute;
	top: -80px;
	left: -100px;
	width: 450px;
	height: 450px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 500px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
	pointer-events: none;
	opacity: 0.7;
}

.pop-class .section-content {
	position: relative;
	z-index: 1;
}

/* Blog Box - home-blog */
.home-blog .box-blog-post {
	border: 3px solid #e87722;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}

.home-blog .box-blog-post .box-image {
	border-radius: 17px !important;
}

.home-blog .box-blog-post .box-text {
	padding: 16px 12px;
}

.home-blog .box-blog-post .post-title a {
	font-size:1.2rem;
}

.home-blog .box-blog-post .is-divider {
	display: none;
}

/* Icon Box Home - ico-home */
.ico-home .box-text {
	background: #e87722;
	border-radius: 10px;
	padding: 12px 16px;
	margin-top: -12px;
}

.ico-home .box-text p,
.ico-home .box-text span {
	color: #fff !important;
	font-size:18px;
}

/* Popup Lightbox */
#rm-lightbox-body {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

#rm-lightbox-body .pop-class {
	border: 2px solid #e87722;
	border-radius: 17px;
	margin: 15px;
	overflow: hidden;
	max-width: calc(100% - 30px);
	box-sizing: border-box;
}

#rm-lightbox-body .pop-class .is-border {
	display: none;
}

#rm-lightbox-close {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	z-index: 10;
	width: 36px !important;
	height: 36px !important;
	min-height: unset !important;
	max-width: unset !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: #e87722 !important;
	color: #fff !important;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

/* Icon CSRM */
.csrm-ico {
	display: flex;
	align-items: center;
}

.csrm-ico .icon-box-text h4 {
	color: #e87722;
}

/* Shop Page */
.custom-shop-page .shop-hero {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 60px;
}

.custom-shop-page .shop-hero img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
}

.custom-shop-page #main {
	position: relative;
	background-color: #fdf6ef;
}

.custom-shop-page #main::before,
.custom-shop-page #main::after {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 500px auto;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none;
	opacity: 0.5;
}

.custom-shop-page #main::before {
	top: 0;
	left: -80px;
	background-position: right bottom;
	transform: rotate(-15deg);
}

.custom-shop-page #main::after {
	bottom: 50px;
	right: -80px;
	background-position: left top;
	transform: rotate(160deg) scale(0.7);
}

.custom-shop-page .products {
	position: relative;
	z-index: 1;
}

.custom-shop-page .products .product-small {
	padding: 0 10px;
	margin-bottom: 20px;
}

.custom-shop-page .product-small {
	background: transparent !important;
}

.custom-shop-page .product-small .box {
	display: flex;
	flex-direction: column;
}

.custom-shop-page .product-small .box .box-text {
	display: contents;
}

.custom-shop-page .product-small .title-wrapper {
	order: -1;
}

.custom-shop-page .product-small .box-image {
	border: 3px solid #e87722;
	border-radius: 16px;
	padding: 15px;
	background: #fff;
}

.custom-shop-page .product-small .box-image img {
	border-radius: 10px;
}

.custom-shop-page .product-small .box-image {
	position: relative;
	overflow: hidden;
}

.custom-shop-page .product-small .box-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 70%, transparent 100%);
	transition: none;
	pointer-events: none;
	z-index: 2;
}

.custom-shop-page .product-small .box-image:hover::after {
	left: 120%;
	transition: left 0.6s ease;
}

.custom-shop-page .product-small .product-title {
	font-size: 18px;
	font-weight: 700;
	color: #e87722;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.custom-shop-page .product-small .product-title a {
	color: #e87722 !important;
}

.custom-shop-page .product-small .short-description {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.custom-shop-page .product-small .price {
	display: none;
}

.shop-card-buttons {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	padding: 0 10px 10px;
}

.btn-shop-detail,
.btn-shop-buy {
	flex: 1;
	text-align: center;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity .2s;
}

.btn-shop-detail {
	background: #e87722;
	color: #fff !important;
}

.btn-shop-detail:hover {
	opacity: 0.85;
}

.btn-shop-buy {
	background: #4caf50;
	color: #fff !important;
}

.btn-shop-buy:hover {
	opacity: 0.85;
}

/* Related Products (Single Product Page) */
.custom-relate .product-small .box {
	display: flex !important;
	flex-direction: column !important;
}

.custom-relate .box-text.box-text-products {
	display: contents !important;
}

.custom-relate .title-wrapper {
	order: -2 !important;
}

.custom-relate .box-image {
	order: -1 !important;
	border: 3px solid #e87722 !important;
	border-radius: 16px !important;
	padding: 10px !important;
	background: #fff !important;
	position: relative;
	overflow: hidden;
}

.custom-relate .box-image img {
	border-radius: 10px;
}

.custom-relate .price-wrapper {
	display: none !important;
}

.custom-relate .product-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #e87722 !important;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.custom-relate .product-title a {
	color: #e87722 !important;
}

.custom-relate .box-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 70%, transparent 100%);
	transition: none;
	pointer-events: none;
	z-index: 2;
}

.custom-relate .box-image:hover::after {
	left: 120%;
	transition: left 0.6s ease;
}

/* Blog Category Page */
.blog-cat-hero {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
}

.blog-cat-hero img {
	width: 100%;
	height: auto;
	display: block;
}

.blog-cat-page {
	background-color: #fdf6ef;
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}

.blog-cat-page::before {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 500px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
	pointer-events: none;
	opacity: 0.3;
	top: 200px;
	left: -120px;
	transform: rotate(-18deg);
}

.blog-cat-page::after {
	content: "";
	position: absolute;
	width: 350px;
	height: 350px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 440px auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	pointer-events: none;
	opacity: 0.25;
	bottom: 100px;
	right: -100px;
	transform: rotate(150deg) scale(0.8);
}

.blog-cat-page .container {
	position: relative;
	z-index: 1;
}

.blog-cat-tabs {
	padding: 28px 0 20px;
	border-bottom: 1px solid #f0e6db;
	margin-bottom: 40px;
}

.blog-cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.blog-cat-link {
	display: inline-block;
	padding: 10px 28px;
	font-size: 16px;
	font-weight: 600;
	color: #e87722;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: border-color .2s, color .2s;
}

.blog-cat-link:hover {
	border-bottom-color: #f5a85c;
	color: #d06a1a;
}

.blog-cat-link.active {
	border-bottom-color: #e87722;
	color: #e87722;
}

/* Featured Slider */
.blog-featured-slider {
	background: #fff;
	border: 2px solid #e87722;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}

.blog-featured-slides {
	display: flex;
	transition: transform .4s ease;
	will-change: transform;
	cursor: grab;
}

.blog-featured-slides.dragging {
	transition: none;
	cursor: grabbing;
}

.blog-featured-item {
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	align-items: stretch;
	padding: 0;
	user-select: none;
}

.blog-featured-image {
	flex: 0 0 45%;
	max-width: 45%;
	overflow: hidden;
	background: #faf5ef;
	position: relative;
}

.blog-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 280px;
	transition: transform .4s;
}

.blog-featured-image:hover img {
	transform: scale(1.05);
}

.blog-featured-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 70%, transparent 100%);
	transition: none;
	pointer-events: none;
	z-index: 2;
}

.blog-featured-image:hover::after {
	left: 120%;
	transition: left 0.6s ease;
}

.blog-featured-placeholder {
	width: 100%;
	height: 280px;
	background: #faf5ef;
}

.blog-featured-text {
	flex: 1;
	padding: 32px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blog-featured-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 14px;
	line-height: 1.4;
}

.blog-featured-title a {
	color: #e87722;
	text-decoration: none;
	transition: color .2s;
}

.blog-featured-title a:hover {
	color: #d06a1a;
}

.blog-featured-excerpt {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.blog-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: rgba(232,119,34,0.85);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 5;
	opacity: 0;
	transition: opacity .3s, background .2s;
}

.blog-featured-slider:hover .blog-slider-arrow {
	opacity: 1;
}

.blog-slider-arrow:hover {
	background: #e87722;
}

.blog-slider-prev {
	left: 14px;
}

.blog-slider-next {
	right: 14px;
}

/* Blog Grid */
.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}

.blog-grid-card {
	background: #fff;
	border: 2px solid #e87722;
	border-radius: 16px;
	overflow: hidden;
	transition: box-shadow .2s;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blog-grid-card:hover {
	box-shadow: 0 4px 20px rgba(232,119,34,0.15);
}

.blog-grid-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4/3;
	position: relative;
}

.blog-grid-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s;
}

.blog-grid-card:hover .blog-grid-image img {
	transform: scale(1.05);
}

.blog-grid-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 70%, transparent 100%);
	transition: none;
	pointer-events: none;
	z-index: 2;
}

.blog-grid-card:hover .blog-grid-image::after {
	left: 120%;
	transition: left 0.6s ease;
}

.blog-grid-placeholder {
	width: 100%;
	aspect-ratio: 4/3;
	background: #faf5ef;
}

.blog-grid-body {
	padding: 18px 20px 22px;
	flex: 1;
}

.blog-grid-title {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 0 0 10px;
	line-height: 1.4;
}

.blog-grid-title a {
	color: #e87722;
	text-decoration: none;
	transition: color .2s;
}

.blog-grid-title a:hover {
	color: #d06a1a;
}

.blog-grid-excerpt {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

.blog-pagination {
	text-align: center;
	padding: 20px 0;
}

.blog-pagination a,
.blog-pagination span {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 4px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background .2s, color .2s;
}

.blog-pagination a {
	color: #e87722;
	border: 1px solid #e87722;
}

.blog-pagination a:hover {
	background: #e87722;
	color: #fff;
}

.blog-pagination span.current {
	background: #e87722;
	color: #fff;
	border: 1px solid #e87722;
}

.blog-empty {
	text-align: center;
	color: #999;
	font-size: 16px;
	padding: 60px 0;
}

@media only screen and (max-width: 48em) {
	.blog-cat-hero img {
		height: auto;
	}
	.blog-featured-item.active {
		flex-direction: column;
	}

	.blog-featured-image {
		flex: none;
		max-width: 100%;
	}

	.blog-featured-image img {
		min-height: 200px;
	}

	.blog-featured-text {
		padding: 20px;
	}

	.blog-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.blog-cat-link {
		padding: 8px 16px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Single Post Page */
.single-post-page {
	background-color: #fdf6ef;
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}

.single-post-page::before {
	content: "";
	position: absolute;
	width: 380px;
	height: 380px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 480px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
	pointer-events: none;
	opacity: 0.25;
	top: 300px;
	left: -120px;
	transform: rotate(-22deg);
}

.single-post-page::after {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 400px auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	pointer-events: none;
	opacity: 0.2;
	bottom: 200px;
	right: -90px;
	transform: rotate(145deg) scale(0.75);
}

.single-post-page .container {
	position: relative;
	z-index: 1;
}

.sp-breadcrumb {
	font-size: 14px;
	color: #999;
	padding: 16px 0 20px;
	border-bottom: 1px solid #f0e6db;
	margin-bottom: 28px;
}

.sp-breadcrumb a {
	color: #e87722;
	text-decoration: none;
}

.sp-breadcrumb a:hover {
	color: #d06a1a;
}

.sp-breadcrumb span {
	margin: 0 4px;
}

.sp-breadcrumb .current {
	color: #666;
}

.sp-hero {
	position: relative;
	width: 100%;
	max-height: 480px;
	overflow: hidden;
}

.sp-hero img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	display: block;
}

.sp-hero-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 32px 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.55));
}

.sp-hero-cat {
	display: inline-block;
	background: #e87722;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	text-decoration: none;
}

.sp-hero-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.sp-title-no-hero {
	color: #e87722;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 24px;
	padding-top: 10px;
}

.sp-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 40px;
	align-items: start;
}

.sp-article {
	min-width: 0;
}

.sp-content {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.sp-content h2 {
	font-size: 22px;
	font-weight: 700;
	color: #e87722;
	margin: 32px 0 14px;
	padding-left: 14px;
	border-left: 4px solid #e87722;
}

.sp-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 24px 0 10px;
}

.sp-content p {
	margin: 0 0 16px;
}

.sp-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 16px 0;
}

.sp-content ul,
.sp-content ol {
	margin: 0 0 16px;
	padding-left: 24px;
}

.sp-content li {
	margin-bottom: 6px;
}

.sp-content a {
	color: #e87722;
}

.sp-content blockquote {
	border-left: 4px solid #e87722;
	margin: 20px 0;
	padding: 16px 20px;
	background: #fff;
	border-radius: 0 10px 10px 0;
	font-style: italic;
	color: #555;
}

.sp-nav-posts {
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid #f0e6db;
}

.sp-nav-prev,
.sp-nav-next {
	max-width: 45%;
}

.sp-nav-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	transition: color .2s;
}

.sp-nav-link:hover {
	color: #e87722;
}

.sp-nav-arrow {
	font-size: 24px;
	font-weight: 700;
	color: #e87722;
	line-height: 1;
}

.sp-sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: sticky;
	top: 80px;
}

.sp-side-card {
	background: #fff;
	border-radius: 14px;
	padding: 18px 20px;
	box-shadow: 0 2px 12px rgba(232,119,34,0.06);
}

.sp-side-title {
	font-size: 14px;
	font-weight: 700;
	color: #e87722;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e87722;
}

.sp-toc-item {
	display: block;
	padding: 7px 0;
	font-size: 14px;
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #f5ede3;
	transition: color .2s;
}

.sp-toc-item:last-child {
	border-bottom: none;
}

.sp-toc-item:hover {
	color: #e87722;
}

.sp-side-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f5ede3;
	text-decoration: none;
	transition: background .15s;
}

.sp-side-item:last-child {
	border-bottom: none;
}

.sp-side-thumb {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
	background: #faf5ef;
}

.sp-side-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sp-side-item-title {
	font-size: 14px;
	color: #333;
	line-height: 1.35;
	transition: color .2s;
}

.sp-side-item:hover .sp-side-item-title {
	color: #e87722;
}

.sp-related-section {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #f0e6db;
	padding-bottom: 20px;
}

.sp-related-heading {
	font-size: 20px;
	font-weight: 700;
	color: #e87722;
	margin: 0 0 20px;
}

.sp-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.sp-rel-card {
	background: #fff;
	border: 2px solid #e87722;
	border-radius: 16px;
	overflow: hidden;
	transition: box-shadow .2s;
}

.sp-rel-card:hover {
	box-shadow: 0 4px 20px rgba(232,119,34,0.15);
}

.sp-rel-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4/3;
	position: relative;
}

.sp-rel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s;
}

.sp-rel-card:hover .sp-rel-image img {
	transform: scale(1.05);
}

.sp-rel-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 70%, transparent 100%);
	transition: none;
	pointer-events: none;
	z-index: 2;
}

.sp-rel-card:hover .sp-rel-image::after {
	left: 120%;
	transition: left 0.6s ease;
}

.sp-rel-body {
	padding: 16px 18px 20px;
}

.sp-rel-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.3;
}

.sp-rel-title a {
	color: #e87722;
	text-decoration: none;
	transition: color .2s;
}

.sp-rel-title a:hover {
	color: #d06a1a;
}

.sp-rel-excerpt {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

@media only screen and (max-width: 48em) {
	.sp-hero {
		border-radius: 0;
		max-height: 260px;
	}

	.sp-hero img {
		height: 260px;
	}

	.sp-hero-title {
		font-size: 20px;
	}

	.sp-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sp-sidebar {
		position: static;
	}

	.sp-related-grid {
		grid-template-columns: 1fr;
	}

	.sp-nav-posts {
		flex-direction: column;
		gap: 12px;
	}

	.sp-nav-prev,
	.sp-nav-next {
		max-width: 100%;
	}
}

/* Cart Page */
.custom-cart-page #main {
	background-color: #fdf6ef;
	position: relative;
	overflow: hidden;
	padding-top: 50px !important;
	padding-bottom: 80px !important;
}

.custom-cart-page #main::before {
	content: "";
	position: absolute;
	width: 380px;
	height: 380px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 480px auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	pointer-events: none;
	opacity: 0.35;
	top: -40px;
	left: -100px;
	transform: rotate(-20deg);
}

.custom-cart-page #main::after {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 420px auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	pointer-events: none;
	opacity: 0.3;
	bottom: 30px;
	right: -80px;
	transform: rotate(155deg) scale(0.8);
}

.custom-cart-page .cart-container {
	position: relative;
	z-index: 1;
}

.custom-cart-page .woocommerce {
	position: relative;
	z-index: 1;
}

.custom-cart-page .woocommerce-notices-wrapper .woocommerce-message {
	background: #fff;
	border: 1px solid #e87722;
	border-left: 4px solid #e87722;
	border-radius: 10px;
	color: #333;
	padding: 14px 20px;
	font-size: 15px;
	margin-bottom: 24px;
}

.custom-cart-page .woocommerce-notices-wrapper .woocommerce-message::before {
	color: #e87722;
}

.custom-cart-page .woocommerce-cart-form {
	margin-bottom: 30px;
}

.custom-cart-page table.shop_table {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: none !important;
	box-shadow: 0 2px 16px rgba(232,119,34,0.08);
	border-collapse: separate !important;
	border-spacing: 0;
}

.custom-cart-page table.shop_table thead {
	background: linear-gradient(135deg, #e87722, #f59e4c);
}

.custom-cart-page table.shop_table thead th {
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 14px 18px;
	border: none !important;
}

.custom-cart-page table.shop_table tbody td {
	border-bottom: 1px solid #f0e6db !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding: 18px !important;
	vertical-align: middle;
}

.custom-cart-page table.shop_table tbody tr:last-child td {
	border-bottom: none !important;
}

.custom-cart-page table.shop_table .product-thumbnail img {
	border-radius: 10px;
	border: 2px solid #f0e6db;
}

.custom-cart-page table.shop_table .product-name a {
	color: #333 !important;
	font-weight: 600;
	font-size: 15px;
	transition: color .2s;
}

.custom-cart-page table.shop_table .product-name a:hover {
	color: #e87722 !important;
}

.custom-cart-page table.shop_table .product-price,
.custom-cart-page table.shop_table .product-subtotal {
	font-weight: 600;
	color: #e87722;
	font-size: 15px;
}

.custom-cart-page table.shop_table .quantity input.qty {
	border: 1px solid #e0d5c9;
	border-radius: 8px;
	padding: 6px 8px;
	width: 56px;
	text-align: center;
	font-size: 15px;
}

.custom-cart-page table.shop_table .product-remove a {
	color: #ccc !important;
	font-size: 20px;
	transition: color .2s;
}

.custom-cart-page table.shop_table .product-remove a:hover {
	color: #e87722 !important;
}

.custom-cart-page table.shop_table td.actions {
	padding: 16px 18px !important;
	background: #faf5ef;
}

.custom-cart-page table.shop_table td.actions .coupon input {
	border: 1px solid #e0d5c9;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	background: #fff;
}

.custom-cart-page table.shop_table td.actions .coupon .button,
.custom-cart-page table.shop_table td.actions > .button {
	background: #e87722 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 8px 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: opacity .2s;
	cursor: pointer;
}

.custom-cart-page table.shop_table td.actions .coupon .button:hover,
.custom-cart-page table.shop_table td.actions > .button:hover {
	opacity: 0.85;
}

.custom-cart-page .cart-collaterals .cart_totals {
	background: #fff;
	border-radius: 14px;
	padding: 28px;
	box-shadow: 0 2px 16px rgba(232,119,34,0.08);
	border: 1px solid #e97a25;
}

.custom-cart-page .cart-collaterals .cart_totals h2 {
	color: #e87722;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #f0e6db;
}

.custom-cart-page .cart-collaterals .cart_totals table {
	border: none !important;
}

.custom-cart-page .cart-collaterals .cart_totals table th {
	border: none !important;
	color: #666;
	font-weight: 500;
	padding: 10px;
	font-size: 15px;
}

.custom-cart-page .cart-collaterals .cart_totals table td {
	border: none !important;
	text-align: right;
	font-weight: 600;
	color: #333;
	padding: 10px 0;
	font-size: 15px;
}

.custom-cart-page .cart-collaterals .cart_totals table .order-total td {
	color: #e87722;
	font-size: 20px;
	font-weight: 700;
}

.custom-cart-page .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
	background: linear-gradient(135deg, #e87722, #f59e4c) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 8px 24px !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: opacity .2s, transform .2s;
	box-shadow: 0 4px 12px rgba(232,119,34,0.25);
}

.custom-cart-page .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(232,119,34,0.3);
}

.custom-cart-page .return-to-shop a,
.custom-cart-page a.button.wc-backward {
	border: 2px solid #e87722 !important;
	color: #e87722 !important;
	background: transparent !important;
	border-radius: 10px !important;
	padding: 12px 24px;
	font-weight: 600;
	font-size: 14px;
	transition: background .2s, color .2s;
}

.custom-cart-page .return-to-shop a:hover,
.custom-cart-page a.button.wc-backward:hover {
	background: #e87722 !important;
	color: #fff !important;
}

.custom-cart-page .woocommerce-cart-form + .cart-collaterals::before {
	content: "";
	display: block;
	width: 260px;
	height: 260px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(40deg);
	margin-top: -130px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 340px auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.25;
	pointer-events: none;
	z-index: 0;
}

/* Ẩn coupon gốc */
.custom-cart-page .cart-collaterals > .coupon-area-original,
.custom-cart-page .woocommerce-form-coupon-toggle,
.custom-cart-page .checkout_coupon.woocommerce-form-coupon,
.custom-cart-page form.ux-cart-coupon {
	display: none !important;
}

/* Coupon trong cart_totals box */
.cart-coupon-inline {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f0e6db;
	margin-bottom: 16px;
}
.cart-coupon-inline label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #e87722;
	margin-bottom: 8px;
}
.cart-coupon-inline .coupon-inline-wrap {
	display: flex;
	gap: 8px;
}
.cart-coupon-inline .coupon-inline-wrap input {
	flex: 1;
	border: 1.5px solid #e0d5c9;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	background: #fff;
	outline: none;
	transition: border-color .2s;
}
.cart-coupon-inline .coupon-inline-wrap input:focus {
	border-color: #e87722;
}
.cart-coupon-inline .coupon-inline-wrap input::placeholder {
	color: #c4b5a5;
}
.cart-coupon-inline .coupon-inline-wrap button {
	background: linear-gradient(135deg, #e87722, #f59e4c);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 1px 18px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	transition: opacity .2s;
}
.cart-coupon-inline .coupon-inline-wrap button:hover {
	opacity: 0.85;
}

/* Checkout Page */
.custom-checkout-page #main {
	background-color: #fdf6ef;
	position: relative;
	overflow: hidden;
	padding-top: 50px !important;
	padding-bottom: 80px !important;
}

.custom-checkout-page #main::before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 520px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
	pointer-events: none;
	opacity: 0.3;
	top: -60px;
	left: -120px;
	transform: rotate(-25deg);
}

.custom-checkout-page #main::after {
	content: "";
	position: absolute;
	width: 350px;
	height: 350px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 450px auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	pointer-events: none;
	opacity: 0.25;
	bottom: 20px;
	right: -90px;
	transform: rotate(140deg) scale(0.75);
}

.custom-checkout-page .woocommerce {
	position: relative;
	z-index: 1;
}

.custom-checkout-page #billing_country_field,
.custom-checkout-page #billing_postcode_field {
	display: none !important;
}

.custom-checkout-page .woocommerce-checkout h3,
.custom-checkout-page .woocommerce-checkout h3#order_review_heading {
	color: #e87722;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.custom-checkout-page .woocommerce-checkout .form-row input,
.custom-checkout-page .woocommerce-checkout .form-row textarea,
.custom-checkout-page .woocommerce-checkout .form-row select {
	border: 1px solid #e0d5c9 !important;
	border-radius: 4px !important;
	padding: 12px 16px !important;
	font-size: 15px;
	background: #fff;
	box-shadow:none;
	transition: border-color .2s;
}

.custom-checkout-page .woocommerce-checkout .form-row input:focus,
.custom-checkout-page .woocommerce-checkout .form-row textarea:focus {
	border-color: #e87722 !important;
	outline: none;
	box-shadow: 0 0 0 2px rgba(232,119,34,0.1);
}

.custom-checkout-page .woocommerce-checkout .form-row label {
	color: #555;
	font-weight: 500;
	font-size: 14px;
}

.custom-checkout-page .woocommerce-checkout .col2-set {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 2px 16px rgba(232,119,34,0.08);
	margin-bottom: 30px;
}

.custom-checkout-page #order_review_heading {
	margin-top: 10px;
}

.custom-checkout-page .woocommerce-checkout-review-order {
	background: #fff;
	border-radius: 14px;
	padding: 28px;
	box-shadow: 0 2px 16px rgba(232,119,34,0.08);
	border: 2px solid #f0e6db;
}

.custom-checkout-page .woocommerce-checkout-review-order table {
	border: none !important;
}

.custom-checkout-page .woocommerce-checkout-review-order table th,
.custom-checkout-page .woocommerce-checkout-review-order table td {
	border: none !important;
	padding: 12px 0;
	font-size: 15px;
}

.custom-checkout-page .woocommerce-checkout-review-order table thead th {
	color: #e87722;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 2px solid #f0e6db !important;
	padding-bottom: 14px;
}

.custom-checkout-page .woocommerce-checkout-review-order table tbody td {
	border-bottom: 1px solid #f5ede3 !important;
}

.custom-checkout-page .woocommerce-checkout-review-order table tfoot th {
	color: #666;
	font-weight: 500;
}

.custom-checkout-page .woocommerce-checkout-review-order table tfoot td {
	font-weight: 600;
	color: #333;
	text-align: right;
}

.custom-checkout-page .woocommerce-checkout-review-order table .order-total th {
	color: #333;
	font-weight: 700;
}

.custom-checkout-page .woocommerce-checkout-review-order table .order-total td {
	color: #e87722;
	font-size: 20px;
	font-weight: 700;
}

.custom-checkout-page #place_order {
	background: linear-gradient(135deg, #e87722, #f59e4c) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 16px 24px !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	width: 100%;
	cursor: pointer;
	transition: opacity .2s, transform .2s;
	box-shadow: 0 4px 12px rgba(232,119,34,0.25);
}

.custom-checkout-page #place_order:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(232,119,34,0.3);
}

.custom-checkout-page .woocommerce-privacy-policy-text {
	font-size: 13px;
	color: #888;
	margin-top: 12px;
}

.custom-checkout-page .woocommerce-info {
	background: #fff;
	border: 1px solid #f0e6db;
	border-left: 4px solid #e87722;
	border-radius: 10px;
	color: #555;
	padding: 14px 20px;
}

.custom-checkout-page .woocommerce-info::before {
	color: #e87722;
}

.custom-checkout-page .woocommerce-info a {
	color: #e87722;
}

/* Ẩn coupon trên checkout (đã nhập ở giỏ hàng) */
.custom-checkout-page .woocommerce-form-coupon-toggle,
.custom-checkout-page .checkout_coupon.woocommerce-form-coupon {
	display: none !important;
}

/* Float label fix - tăng chiều cao input & cỡ chữ label */
.custom-checkout-page .fl-wrap .fl-label {
	font-size: 14px !important;
	top: -10px !important;
	left: 14px !important;
	background: #fff;
	padding: 0 6px;
	z-index: 2;
}
.custom-checkout-page .fl-wrap.fl-is-active .fl-label {
	font-size: 12px !important;
	opacity: 1 !important;
	top: -10px !important;
}
.custom-checkout-page .woocommerce-checkout .form-row input.input-text,
.custom-checkout-page .woocommerce-checkout .form-row textarea,
.custom-checkout-page .woocommerce-checkout .form-row select {
	height: 52px !important;
	padding: 14px 16px !important;
	font-size: 15px !important;
}
.custom-checkout-page .woocommerce-checkout .form-row textarea {
	height: auto !important;
	min-height: 100px;
}

@media only screen and (max-width: 64em) {
	.custom-shop-page .products .product-small {
		width: 50% !important;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.custom-shop-page .products .product-small,
	.custom-shop-page .row .col.small-6,
	.custom-shop-page .products .product {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.custom-shop-page .shop-hero img {
		height: 200px;
	}

	.custom-cart-page table.shop_table thead {
		display: none;
	}

	.custom-cart-page .cart-collaterals .cart_totals {
		margin-top: 20px;
	}

	.custom-checkout-page .woocommerce-checkout .col2-set {
		padding: 20px 16px;
	}

	.custom-checkout-page .woocommerce-checkout-review-order {
		padding: 20px 16px;
	}
}

/* ===== THANK YOU PAGE ===== */
.custom-thankyou-page #main {
	background-color: #fdf6ef;
	position: relative;
	overflow: hidden;
	padding-top: 40px !important;
	padding-bottom: 80px !important;
}
.custom-thankyou-page #main::before {
	content: "";
	position: absolute;
	width: 380px;
	height: 380px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 480px auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	pointer-events: none;
	opacity: 0.3;
	top: -50px;
	left: -100px;
	transform: rotate(-20deg);
}
.custom-thankyou-page #main::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	background-image: url('/wp-content/uploads/2026/07/bg-watercolor.webp');
	background-size: 400px auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	pointer-events: none;
	opacity: 0.25;
	bottom: 20px;
	right: -80px;
	transform: rotate(150deg) scale(0.8);
}
.custom-thankyou-page .woocommerce {
	position: relative;
	z-index: 1;
}

/* Success banner */
.custom-thankyou-page .woocommerce-notice--success.woocommerce-thankyou-order-received,
.custom-thankyou-page .woocommerce-thankyou-order-received {
	background: linear-gradient(135deg, #e87722, #f59e4c) !important;
	color: #fff !important;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 24px 30px;
	border-radius: 14px;
	margin-bottom: 30px;
	border: none !important;
	box-shadow: 0 4px 16px rgba(232,119,34,0.2);
	letter-spacing: 0.3px;
}
.custom-thankyou-page .woocommerce-notice--success::before,
.custom-thankyou-page .woocommerce-thankyou-order-received::before {
	display: none !important;
}

/* Order overview box */
.custom-thankyou-page .woocommerce-order-overview {
	background: #fff;
	border-radius: 14px;
	padding: 24px 28px;
	box-shadow: 0 2px 16px rgba(232,119,34,0.08);
	border: 1px solid #f0e6db;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none !important;
	margin: 0 0 30px 0 !important;
}
.custom-thankyou-page .woocommerce-order-overview li {
	flex: 1 1 50%;
	padding: 12px 0;
	border-bottom: 1px solid #f5ede3;
	font-size: 15px;
	color: #666;
}
.custom-thankyou-page .woocommerce-order-overview li:nth-last-child(-n+2) {
	border-bottom: none;
}
.custom-thankyou-page .woocommerce-order-overview li strong {
	color: #333;
	font-weight: 700;
}

/* Order details heading */
.custom-thankyou-page .woocommerce-order-details h2,
.custom-thankyou-page .woocommerce-column__title,
.custom-thankyou-page h2 {
	color: #e87722;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0e6db;
}

/* Order details table */
.custom-thankyou-page .woocommerce-table--order-details {
	background: #fff;
	border-radius: 14px !important;
	overflow: hidden;
	border: none !important;
	box-shadow: 0 2px 16px rgba(232,119,34,0.08);
	border-collapse: separate !important;
	border-spacing: 0;
}
.custom-thankyou-page .woocommerce-table--order-details thead {
	background: linear-gradient(135deg, #e87722, #f59e4c);
}
.custom-thankyou-page .woocommerce-table--order-details thead th {
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 20px;
	border: none !important;
}
.custom-thankyou-page .woocommerce-table--order-details tbody td,
.custom-thankyou-page .woocommerce-table--order-details tbody th {
	padding: 14px 20px;
	border-bottom: 1px solid #f5ede3 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	font-size: 15px;
	vertical-align: middle;
}
.custom-thankyou-page .woocommerce-table--order-details tbody .product-name a {
	color: #e87722;
	font-weight: 600;
}
.custom-thankyou-page .woocommerce-table--order-details tfoot th {
	text-align: left;
	padding: 12px 20px;
	font-weight: 500;
	color: #666;
	border-bottom: 1px solid #f5ede3 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.custom-thankyou-page .woocommerce-table--order-details tfoot td {
	text-align: right;
	padding: 12px 20px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #f5ede3 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.custom-thankyou-page .woocommerce-table--order-details tfoot tr:last-child th {
	color: #333;
	font-weight: 700;
	font-size: 16px;
}
.custom-thankyou-page .woocommerce-table--order-details tfoot tr:last-child td {
	color: #e87722;
	font-weight: 700;
	font-size: 20px;
}

/* Customer details / address */
.custom-thankyou-page .woocommerce-customer-details {
	background: #fff;
	border-radius: 14px;
	padding: 24px 28px;
	box-shadow: 0 2px 16px rgba(232,119,34,0.08);
	border: 1px solid #f0e6db;
	margin-top: 30px;
}
.custom-thankyou-page .woocommerce-customer-details address {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	border: none !important;
	padding: 0 !important;
}
.custom-thankyou-page .woocommerce-customer-details address p {
	margin-bottom: 4px;
}

/* Payment method text */
.custom-thankyou-page p.woocommerce-thankyou-order-details,
.custom-thankyou-page .woocommerce > p:first-of-type {
	font-size: 15px;
	color: #555;
	margin-bottom: 20px;
}

/* ===== PRODUCT DETAIL TABS (UX Builder) ===== */
.single-product .tabbed-content > .nav-tabs {
	border-bottom: 2px solid #e87722;
	gap: 6px;
	display: flex;
	justify-content: center;
}
.single-product .tabbed-content > .nav-tabs .tab a {
	display: inline-block;
	padding: 10px 28px;
	border-radius: 8px 8px 0 0;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.3px;
	transition: background .3s, color .3s;
	border: none;
	text-decoration: none;
}
.single-product .tabbed-content > .nav-tabs .tab.active a {
	background: #e87722;
	color: #fff;
}
.single-product .tabbed-content > .nav-tabs .tab:not(.active) a {
	background: rgba(232, 119, 34, 0.2);
	color: #e87722;
}
.single-product .tabbed-content > .nav-tabs .tab:not(.active) a:hover {
	background: rgba(232, 119, 34, 0.4);
}
/* Ẩn WooCommerce product tabs bên trong UX Builder tab */
.single-product .woocommerce-tabs .product-tabs {
	display: none !important;
}