.tf-product-info-heading h1.product-infor-name {
	font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: normal;
}



/* CHANGE HERE: Product detail page layout fix */

.ks-single-product-wrapper .section-product-single {
	padding: 40px 0 60px;
}

.ks-single-product-wrapper .product-thumbs-slider {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.ks-single-product-wrapper .tf-product-media-thumbs {
	width: 90px;
	flex: 0 0 90px;
}

.ks-single-product-wrapper .tf-product-media-thumbs .swiper-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ks-single-product-wrapper .tf-product-media-thumbs .swiper-slide {
	width: 90px !important;
	height: auto !important;
}

.ks-single-product-wrapper .ks-product-thumb {
	width: 82px;
	height: 110px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
}

.ks-single-product-wrapper .ks-product-thumb.active {
	border-color: #111;
}

.ks-single-product-wrapper .ks-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ks-single-product-wrapper .flat-wrap-media-product {
	flex: 1;
}

.ks-single-product-wrapper .tf-product-media-main .swiper-wrapper {
	display: block;
}

.ks-single-product-wrapper .tf-product-media-main .swiper-slide {
	display: none;
}

.ks-single-product-wrapper .tf-product-media-main .swiper-slide:first-child {
	display: block;
}

.ks-single-product-wrapper .tf-product-media-main img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.ks-single-product-wrapper .tf-product-info-list {
	padding-left: 35px;
}

.ks-single-product-wrapper .product-infor-cate {
	color: #777;
	font-size: 13px;
	margin-bottom: 8px;
}

.ks-single-product-wrapper .product-infor-name {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 12px;
	color: #111;
}

.ks-single-product-wrapper .product-infor-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.ks-single-product-wrapper .meta_rate {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ks-single-product-wrapper .product-infor-price {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 26px;
	font-weight: 600;
	color: #111;
	margin: 18px 0;
}

.ks-single-product-wrapper .product-infor-price del {
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

.ks-single-product-wrapper .product-infor-price ins {
	text-decoration: none;
}

.ks-single-product-wrapper .product-infor-desc {
	color: #555;
	line-height: 1.7;
	margin-bottom: 20px;
}

.ks-single-product-wrapper .br-line {
	border-top: 1px solid #eee;
	margin: 24px 0;
}

.ks-single-product-wrapper .br-line.type-vertical {
	width: 1px;
	height: 18px;
	border-top: 0;
	background: #ddd;
	margin: 0;
}

.ks-single-product-wrapper .tf-product-variant form.cart {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ks-single-product-wrapper .tf-product-variant .quantity {
	display: flex;
	align-items: center;
	width: 140px;
	border: 1px solid #ddd;
	height: 48px;
}

.ks-single-product-wrapper .tf-product-variant .quantity input.qty {
	width: 100%;
	height: 46px;
	border: 0;
	text-align: center;
}

.ks-single-product-wrapper .single_add_to_cart_button {
	width: 100%;
	min-height: 52px;
	background: #111 !important;
	color: #fff !important;
	border-radius: 0;
	font-weight: 600;
}

.ks-single-product-wrapper .ks-buy-now-wrap {
	margin-top: 12px;
}

.ks-single-product-wrapper .tf-btn,
.ks-single-product-wrapper .ks-pdp-buy-now,
.ks-single-product-wrapper .tf-btn.type-xl {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	background: #111;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	width: 100%;
}

.ks-single-product-wrapper .tf-product-extra-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
	margin: 24px 0;
}

.ks-single-product-wrapper .tf-product-extra-link a {
	color: #111;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
}

.ks-single-product-wrapper .tf-product-delivery-return {
	display: grid;
	gap: 12px;
	margin-bottom: 24px;
}

.ks-single-product-wrapper .product-delivery {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #444;
}

.ks-single-product-wrapper .tf-product-trust-seal {
	border: 1px solid #eee;
	padding: 18px;
	margin-top: 20px;
}

.ks-single-product-wrapper .list-card {
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding: 0;
	margin: 12px 0 0;
}

.ks-single-product-wrapper .card-item {
	border: 1px solid #ddd;
	padding: 8px 12px;
	font-size: 12px;
	background: #fff;
}

.ks-single-product-wrapper .section-product-description {
	padding: 40px 0;
}

.ks-single-product-wrapper .woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	gap: 40px;
	list-style: none;

}

/* KSHOP Amazon-style PDP tightening */
body.single-product .section-page-title-single {
	padding: 12px 0 !important;
	background: #fff !important;
	border-bottom: 1px solid #eef2f7;
}

body.single-product .breadcrumbs,
body.single-product .woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	color: #6b7280 !important;
	font-size: 13px !important;
}

body.single-product .woocommerce-breadcrumb a {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 9px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #2563eb !important;
	font-weight: 800;
	text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover {
	background: #fff5f5;
	color: #cf3033 !important;
}

body.single-product .ks-pdp-modern-v2 {
	padding: 34px 0 26px !important;
}

body.single-product .ks-pdp-modern-v2 .row {
	align-items: flex-start;
	row-gap: 24px;
}

body.single-product .ks-pdp-gallery-col .tf-product-media-wrap,
body.single-product .ks-pdp-modern-v2 .tf-product-info-list,
body.single-product .ks-pdp-side-card {
	border-radius: 10px !important;
}

body.single-product .ks-pdp-modern-v2 .product-infor-cate {
	margin-bottom: 6px !important;
	color: #565f70 !important;
	font-size: 12px !important;
}

body.single-product .ks-pdp-modern-v2 .product-infor-name {
	margin-bottom: 8px !important;
	font-size: 30px !important;
	line-height: 1.14 !important;
	font-weight: 800 !important;
}

body.single-product .ks-pdp-modern-v2 .product-infor-meta {
	margin-bottom: 12px !important;
	padding-bottom: 12px;
	border-bottom: 1px solid #eef2f7;
}

body.single-product .ks-pdp-modern-v2 .meta_rate {
	gap: 9px;
}

body.single-product .ks-pdp-modern-v2 .star-rating,
body.single-product .ks-pdp-modern-v2 .star-rating span {
	color: #f59e0b !important;
}

body.single-product .ks-pdp-review-link {
	color: #2563eb !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

body.single-product .ks-pdp-modern-v2 .product-infor-price {
	margin: 12px 0 10px !important;
	font-size: 24px !important;
	line-height: 1.2 !important;
}

body.single-product .ks-pdp-modern-v2 .product-infor-price {
	display: block !important;
	color: #111827 !important;
}

body.single-product .ks-pdp-amz-price {
	padding: 14px 0 10px;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

body.single-product .ks-pdp-price-row,
body.single-product .ks-pdp-mrp-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
}

body.single-product .ks-pdp-price-label {
	min-width: 48px;
	color: #565959;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

body.single-product .ks-pdp-selling-price {
	color: #b12704;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0;
}

body.single-product .ks-pdp-selling-price .woocommerce-Price-currencySymbol {
	font-size: 18px;
	vertical-align: 8px;
}

body.single-product .ks-pdp-mrp-row {
	margin-top: 8px;
	color: #565959;
	font-size: 14px;
}

body.single-product .ks-pdp-mrp-row del {
	color: #565959 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-decoration-thickness: 1px;
}

body.single-product .ks-pdp-discount {
	color: #cc0c39;
	font-size: 14px;
	font-weight: 700;
}

body.single-product .ks-pdp-tax-line {
	margin-top: 8px;
	color: #565959;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

body.single-product .ks-pdp-modern-v2 .product-infor-desc {
	margin-bottom: 12px !important;
	font-size: 14px;
	line-height: 1.55 !important;
}

body.single-product .ks-pdp-modern-v2 .br-line {
	margin: 16px 0 !important;
}

body.single-product .ks-real-wc-cart-form form.cart {
	gap: 10px !important;
}

body.single-product .ks-buy-now-wrap {
	margin-top: 10px !important;
}

body.single-product .tf-product-extra-link {
	margin: 16px 0 !important;
}

body.single-product .section-product-description {
	padding: 22px 0 !important;
}

body.single-product .section-product-description .container,
body.single-product section.flat-spacing .container {
	max-width: 1380px !important;
}

body.single-product .ks-pdp-tabs-nav {
	justify-content: flex-start !important;
	gap: 6px !important;
	border-bottom: 1px solid #d7dde7;
}

body.single-product .ks-pdp-tabs-nav .tf-btn-tab {
	min-height: 44px;
	padding: 0 14px !important;
	border-radius: 0 !important;
}

body.single-product .ks-pdp-tab-pane {
	padding: 18px 0 0 !important;
}

body.single-product .tf-review-wrap .review-head {
	display: grid !important;
	grid-template-columns: 170px minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
}

body.single-product .review-score h2 {
	font-size: 42px !important;
	line-height: 1 !important;
}
	padding: 0;
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
}

.ks-single-product-wrapper .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	padding: 0 0 14px;
}

.ks-single-product-wrapper .woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	font-weight: 500;
	color: #777;
	text-decoration: none;
}

.ks-single-product-wrapper .woocommerce-tabs ul.tabs li.active a {
	color: #111;
}

.ks-single-product-wrapper .woocommerce-tabs .panel {
	max-width: 980px;
	margin: 0 auto;
	line-height: 1.8;
	color: #444;
}

@media (max-width: 767px) {
	.ks-single-product-wrapper .product-thumbs-slider {
		flex-direction: column-reverse;
	}

	.ks-single-product-wrapper .tf-product-media-thumbs {
		width: 100%;
		flex: unset;
	}

	.ks-single-product-wrapper .tf-product-media-thumbs .swiper-wrapper {
		flex-direction: row;
		overflow-x: auto;
	}

	.ks-single-product-wrapper .tf-product-info-list {
		padding-left: 0;
		margin-top: 30px;
	}

	.ks-single-product-wrapper .product-infor-name {
		font-size: 26px;
	}

	.ks-single-product-wrapper .woocommerce-tabs ul.tabs {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
}










































































/* CHANGE HERE: FORCE Product Detail 2 Column Layout */
body.single-product .section-product-single .container > .row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 48px !important;
	align-items: flex-start !important;
}

body.single-product .section-product-single .container > .row > .col-md-6 {
	width: 100% !important;
	max-width: 100% !important;
	flex: unset !important;
}

/* CHANGE HERE: Gallery fixed size */
body.single-product .tf-product-media-wrap {
	width: 100% !important;
	max-width: 620px !important;
}

body.single-product .product-thumbs-slider {
	display: grid !important;
	grid-template-columns: 82px minmax(0, 1fr) !important;
	gap: 16px !important;
	align-items: flex-start !important;
}

body.single-product .tf-product-media-thumbs {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: 82px !important;
	max-width: 82px !important;
	overflow: hidden !important;
}

body.single-product .flat-wrap-media-product {
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 100% !important;
	max-width: 520px !important;
	overflow: hidden !important;
}

body.single-product .ks-product-main-gallery {
	width: 100% !important;
	max-width: 520px !important;
	height: 620px !important;
	overflow: hidden !important;
	border: 1px solid #eeeeee !important;
	border-radius: 12px !important;
	background: #f7f7f7 !important;
}

body.single-product .ks-product-main-gallery .swiper-wrapper,
body.single-product .ks-product-main-gallery .swiper-slide {
	width: 100% !important;
	height: 100% !important;
}

body.single-product .ks-gallery-main-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	display: block !important;
}

body.single-product .ks-product-thumb-gallery .swiper-wrapper {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

body.single-product .ks-product-thumb-gallery .swiper-slide {
	width: 82px !important;
	height: 110px !important;
}

body.single-product .ks-product-thumb-btn {
	width: 82px !important;
	height: 110px !important;
	padding: 0 !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	overflow: hidden !important;
}

body.single-product .ks-product-thumb-btn img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* CHANGE HERE: Mobile */
@media (max-width: 767px) {
	body.single-product .section-product-single .container > .row {
		grid-template-columns: 1fr !important;
	}

	body.single-product .product-thumbs-slider {
		grid-template-columns: 1fr !important;
	}

	body.single-product .tf-product-media-thumbs,
	body.single-product .flat-wrap-media-product {
		grid-column: 1 !important;
	}

	body.single-product .ks-product-main-gallery {
		max-width: 100% !important;
		height: 420px !important;
	}
}


/* CHANGE HERE: DIRECT FORCE GALLERY WIDTH FIX */

body.single-product .tf-main-product {
	padding: 40px 0 70px !important;
}

body.single-product .tf-main-product > .container {
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
}

body.single-product .tf-main-product .row {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 48px !important;
	align-items: flex-start !important;
}

body.single-product .tf-main-product .row > [class*="col-"] {
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
}

body.single-product .tf-product-media-wrap {
	width: 100% !important;
	max-width: 620px !important;
	overflow: hidden !important;
}

body.single-product .product-thumbs-slider {
	display: grid !important;
	grid-template-columns: 82px 1fr !important;
	gap: 16px !important;
	width: 100% !important;
	max-width: 620px !important;
}

body.single-product .flat-wrap-media-product {
	width: 100% !important;
	max-width: 520px !important;
	overflow: hidden !important;
}

body.single-product .ks-product-main-gallery {
	width: 520px !important;
	max-width: 520px !important;
	height: 620px !important;
	overflow: hidden !important;
	border-radius: 12px !important;
	border: 1px solid #eee !important;
	background: #f7f7f7 !important;
}

body.single-product .ks-product-main-gallery .swiper-wrapper,
body.single-product .ks-product-main-gallery .swiper-slide {
	width: 520px !important;
	height: 620px !important;
}

body.single-product .ks-gallery-main-img {
	width: 520px !important;
	height: 620px !important;
	object-fit: contain !important;
	display: block !important;
}

body.single-product .ks-product-thumb-gallery {
	width: 82px !important;
	max-width: 82px !important;
	overflow: hidden !important;
}

body.single-product .ks-product-thumb-gallery .swiper-wrapper {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

body.single-product .ks-product-thumb-gallery .swiper-slide,
body.single-product .ks-product-thumb-btn {
	width: 82px !important;
	height: 110px !important;
}

body.single-product .ks-product-thumb-btn img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

@media (max-width: 767px) {
	body.single-product .tf-main-product .row {
		grid-template-columns: 1fr !important;
	}

	body.single-product .product-thumbs-slider {
		grid-template-columns: 1fr !important;
	}

	body.single-product .ks-product-main-gallery,
	body.single-product .ks-product-main-gallery .swiper-wrapper,
	body.single-product .ks-product-main-gallery .swiper-slide,
	body.single-product .ks-gallery-main-img {
		width: 100% !important;
		max-width: 100% !important;
		height: 420px !important;
	}
}




































/* CHANGE HERE: Product detail gallery size fix */
.ks-single-product-wrapper .section-product-single .row {
	display: flex;
	align-items: flex-start;
}

.ks-single-product-wrapper .section-product-single .col-md-6 {
	width: 50%;
}

.ks-single-product-wrapper .tf-product-media-wrap {
	max-width: 620px;
}

.ks-single-product-wrapper .flat-wrap-media-product {
	width: calc(100% - 100px);
	max-width: 560px;
}

.ks-single-product-wrapper .ks-product-main-gallery {
	width: 100%;
	max-width: 560px;
	border-radius: 12px;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #eee;
}

.ks-single-product-wrapper .ks-product-main-gallery .swiper-slide {
	width: 100% !important;
	height: 620px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ks-single-product-wrapper .ks-gallery-main-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.ks-single-product-wrapper .ks-product-thumb-gallery {
	width: 82px;
	flex: 0 0 82px;
}

.ks-single-product-wrapper .ks-product-thumb-gallery .swiper-slide {
	width: 82px !important;
	height: 110px !important;
}

.ks-single-product-wrapper .ks-product-thumb-btn {
	width: 82px;
	height: 110px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
}

.ks-single-product-wrapper .ks-product-thumb-btn.active {
	border-color: #111;
}

.ks-single-product-wrapper .ks-product-thumb-btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 767px) {
	.ks-single-product-wrapper .section-product-single .col-md-6 {
		width: 100%;
	}

	.ks-single-product-wrapper .flat-wrap-media-product {
		width: 100%;
		max-width: 100%;
	}

	.ks-single-product-wrapper .ks-product-main-gallery {
		max-width: 100%;
	}

	.ks-single-product-wrapper .ks-product-main-gallery .swiper-slide {
		height: 420px;
	}

	.ks-single-product-wrapper .ks-product-thumb-gallery {
		width: 100%;
		flex: unset;
	}
}






































/* CHANGE HERE: Owner preview add to cart design */
.ks-owner-cart-preview {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}

.ks-owner-cart-preview .wg-quantity {
	height: 52px;
	border: 1px solid #e5e5e5;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
}

.ks-owner-cart-preview .wg-quantity input {
	width: 40px;
	border: 0;
	text-align: center;
	background: transparent;
}

.ks-owner-cart-preview .btn-quantity {
	border: 0;
	background: transparent;
	font-size: 22px;
	cursor: pointer;
}

.ks-owner-cart-preview .tf-btn {
	background: #111 !important;
	color: #fff !important;
	border-radius: 999px;
	opacity: .65;
}




/* CHANGE HERE: Same HTML Add to Cart layout */
body.single-product .ks-custom-cart-form {
	margin: 0 0 12px;
}

body.single-product .tf-product-total-quantity > p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #111;
}

body.single-product .group-action {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 12px;
	align-items: center;
}

body.single-product .wg-quantity {
	height: 52px;
	border: 1px solid #e5e5e5;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
	background: #fff;
}

body.single-product .wg-quantity .btn-quantity {
	border: 0;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #111;
}

body.single-product .wg-quantity input {
	border: 0 !important;
	background: transparent !important;
	width: 45px !important;
	text-align: center !important;
	font-weight: 600;
	padding: 0 !important;
}

body.single-product .btn-action-price {
	height: 52px;
	border-radius: 999px !important;
	background: #111 !important;
	color: #fff !important;
	border: 0 !important;
	font-weight: 700;
}

body.single-product .btn-action-price del {
	display: none;
}

body.single-product .btn-action-price ins {
	text-decoration: none;
	color: #fff;
}












/* CHANGE HERE: Custom review section */
.tf-review-wrap .review-head {
	display: grid;
	grid-template-columns: 240px 1fr auto;
	gap: 36px;
	align-items: center;
	margin-bottom: 42px;
}

.review-score h2 {
	font-size: 72px;
	line-height: 1;
	margin: 0 0 12px;
}

.star-wrap i {
	color: #e5b453;
	font-style: normal;
	font-size: 22px;
	margin-right: 3px;
}

.star-wrap i:not(.active):not(.selected):not(.hover) {
	color: #e5e7eb;
}

.review-bars {
	display: grid;
	gap: 10px;
}

.review-bar-row {
	display: grid;
	grid-template-columns: 20px 20px minmax(180px, 420px) 50px;
	gap: 8px;
	align-items: center;
}

.review-progress {
	height: 14px;
	background: #e9ecef;
	overflow: hidden;
}

.review-progress span {
	display: block;
	height: 100%;
	background: #e5b453;
}

.comment-item {
	margin-bottom: 28px;
}

.comment-head {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 12px;
}

.comment-head img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.comment-head h5 {
	margin: 0 0 4px;
	font-size: 20px;
}

.write-review-wrap {
	margin-top: 36px;
}

.write-review-wrap .head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.rate-click i {
	cursor: pointer;
	font-size: 28px;
	color: #e5e7eb;
}

.rate-click i.hover,
.rate-click i.selected {
	color: #e5b453;
}

.form-rating .tf-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-rating input,
.form-rating textarea {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 14px 16px;
	width: 100%;
}

.form-rating textarea {
	min-height: 230px;
}

.checkbox-wrap {
	margin-top: 18px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.ks-write-review-btn,
.ks-cancel-review-btn,
.form-rating .tf-btn {
	background: #111 !important;
	color: #fff !important;
	border-radius: 999px;
	padding: 14px 28px;
	border: 0;
}

@media (max-width: 768px) {
	.tf-review-wrap .review-head {
		grid-template-columns: 1fr;
	}

	.review-bar-row {
		grid-template-columns: 20px 20px 1fr 45px;
	}
}












/* CHANGE HERE: Review stars + sort dropdown fix */
.star-wrap i::before,
.review-bar-row i::before,
.rate-click i::before {
	color: inherit;
}

.review-bar-row i,
.star-wrap i.active,
.rate-click i.selected,
.rate-click i.hover {
	color: #e5b453 !important;
}

.star-wrap i:not(.active):not(.selected):not(.hover) {
	color: #e5e7eb !important;
}

.ks-review-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 36px 0 24px;
}

.ks-review-sort {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ks-review-sort select {
	min-width: 150px;
	height: 42px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 0 12px;
	background: #fff;
}

@media (max-width: 768px) {
	.ks-review-list-head {
		flex-direction: column;
		align-items: flex-start;
	}
}



/* CHANGE HERE: Review validation error box */
.ks-review-error-box {
	background: #fff3f3;
	border: 1px solid #ffb3b3;
	color: #b00020;
	padding: 12px 16px;
	border-radius: 8px;
	margin: 0 0 18px;
	font-size: 14px;
}






.ks-rv-tabs {
	justify-content: center;
	margin-bottom: 32px;
}

.ks-rv-panel {
	display: none;
}

.ks-rv-panel.active {
	display: block;
}

.ks-related-viewed-section .card-product_wrapper {
	background: #f5f5f5;
	border-radius: 12px;
	overflow: hidden;
}

.ks-related-viewed-section .product-img img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	display: block;
}

.ks-related-viewed-section .card-product_info {
	margin-top: 14px;
}

.ks-related-viewed-section .price-wrap {
	margin-top: 6px;
}



























/* KSHOP CHANGE START: Modern PDP Design v1 */
body.single-product .ks-pdp-modern-v1 {
	padding-top: 24px;
}

body.single-product .ks-pdp-modern-v1 .container {
	width: 1720px;
	max-width: 100%;
}

body.single-product .ks-pdp-modern-v1 .row {
	align-items: flex-start;
	row-gap: 28px;
}

body.single-product .ks-pdp-modern-v1 .tf-product-media-wrap,
body.single-product .ks-pdp-modern-v1 .tf-product-info-list,
body.single-product .ks-pdp-side-card,
body.single-product .ks-pdp-payment-card,
body.single-product .section-product-description .container {
	border: 1px solid #eceff3;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.04);
}

body.single-product .ks-pdp-modern-v1 .tf-product-media-wrap {
	padding: 18px;
	min-height: 520px;
	display: flex;
	align-items: center;
}

body.single-product .ks-pdp-modern-v1 .tf-product-info-list {
	padding: 22px 24px;
	border: 0;
	box-shadow: none;
}

body.single-product .ks-pdp-modern-v1 .product-infor-name {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: 0;
	color: #111827;
}

body.single-product .ks-pdp-modern-v1 .product-infor-price {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: var(--primary);
}

body.single-product .ks-pdp-modern-v1 .product-infor-desc {
	font-size: 14px;
	line-height: 22px;
	max-width: 520px;
}

body.single-product .ks-real-wc-cart-form table.variations {
	margin: 14px 0;
}

body.single-product .ks-real-wc-cart-form table.variations tr {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 14px;
}

body.single-product .ks-real-wc-cart-form table.variations th {
	width: 90px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #111827;
}

body.single-product .ks-real-wc-cart-form table.variations td {
	padding: 0;
}

body.single-product .ks-real-wc-cart-form select {
	min-width: 150px;
	height: 42px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 0 14px;
	background: #fff;
}

body.single-product .ks-real-wc-cart-form .quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	height: 42px;
}

body.single-product .ks-real-wc-cart-form .qty {
	width: 58px;
	height: 40px;
	border: 0;
	text-align: center;
}

body.single-product .ks-real-wc-cart-form .single_add_to_cart_button,
body.single-product .ks-buy-now-wrap .tf-btn {
	height: 52px;
	border-radius: 8px;
	font-weight: 700;
}

body.single-product .ks-buy-now-wrap {
	margin-top: 12px;
}

body.single-product .tf-product-extra-link {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	margin-top: 18px;
}

body.single-product .ks-pdp-trust-col {
	position: sticky;
	top: 120px;
}

body.single-product .ks-pdp-side-card,
body.single-product .ks-pdp-payment-card {
	padding: 22px;
	margin-bottom: 24px;
}

body.single-product .ks-pdp-side-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 14px 0;
}

body.single-product .ks-pdp-side-item:not(:last-child) {
	border-bottom: 1px solid #f1f3f5;
}

body.single-product .ks-pdp-side-item i {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff1f1;
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex: 0 0 42px;
}

body.single-product .ks-pdp-side-item strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #111827;
}

body.single-product .ks-pdp-side-item span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #6b7280;
}

body.single-product .ks-pdp-payment-card strong {
	display: block;
	text-align: center;
	margin-bottom: 14px;
	font-weight: 700;
}

body.single-product .ks-pdp-payment-card .list-card {
	display: flex;
	justify-content: center;
	gap: 8px;
}

body.single-product .ks-pdp-payment-card img {
	width: 42px;
	height: auto;
}

body.single-product .section-product-description {
	padding-top: 40px;
	padding-bottom: 24px;
}

body.single-product .section-product-description .container {
	width: 1720px;
	padding: 22px 32px;
}

body.single-product .ks-pdp-tabs-nav {
	display: flex;
	gap: 34px;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 22px;
}

body.single-product .ks-pdp-tabs-nav .tf-btn-tab {
	padding: 0 0 14px;
	color: #374151;
}

body.single-product .ks-pdp-tabs-nav .tf-btn-tab.active {
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
}

body.single-product .ks-pdp-tab-pane {
	display: none;
}

body.single-product .ks-pdp-tab-pane.active {
	display: block;
}

@media (max-width: 1199px) {
	body.single-product .ks-pdp-trust-col {
		position: static;
	}

	body.single-product .ks-pdp-modern-v1 .tf-product-media-wrap {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	body.single-product .ks-pdp-modern-v1 .product-infor-name {
		font-size: 24px;
		line-height: 32px;
	}

	body.single-product .section-product-description .container {
		padding: 18px;
	}

	body.single-product .ks-pdp-tabs-nav {
		gap: 18px;
		overflow-x: auto;
		white-space: nowrap;
	}
}
/* KSHOP CHANGE END */















