body#template-product {
	/*background-color: var(--body-background);*/
	font-size: 13px;
}
.large-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
#gallery_1:not(.slick-slider) {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#gallery_1:not(.slick-slider) .item {
	width: 100%;
	flex: 0 0 100%;
	text-align: center;
}
#gallery_1:not(.slick-slider) img {
	content-visibility: initial !important;
	text-align: center;
}
#gallery_1:not(.slick-slider) img.lazyload:not(.loaded) {
	display: none;
}
#gallery_1 .slick-arrow {
	background: #fff;
	border: none;
}
#gallery_1 .icon-button-play {
	width: 64px !important;
}
#gallery_02 {
	/**.item.slick-slide.slick-current.slick-active{
	border-color: var(--primary-color);
}
	**/
}
#gallery_02:not(.slick-slider) {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#gallery_02:not(.slick-slider) .icon-button-play {
	display: none;
}
#gallery_02:not(.slick-slider) .item {
	width: 102px;
	flex: 0 0 102px;
	border: 1px solid transparent;
	text-align: center;
	margin: auto;
}
@media (max-width: 767px) {
	#gallery_02:not(.slick-slider) .item {
		width: 80px;
		flex: 0 0 80px;
	}
}
#gallery_02:not(.slick-slider) .item + .item {
	margin-left: 10px;
}
#gallery_02:not(.slick-slider) img {
	max-height: 80px;
	object-fit: contain;
}
#gallery_02 .item.slick-slide.slick-slide {
	margin: 0 5px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid transparent;
}
#gallery_02 .item.slick-slide.slick-current.slick-active {
	border-color: var(--primary-color);
}
#gallery_02 .item.slick-slide {
	position: relative;
	height: 80px;
}
#gallery_02 .item.slick-slide img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 2px;
}
/** product right **/
.product-policises {
	font-size: 14px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.product-policises {
		grid-template-columns: 1fr;
	}
}
.product-policises-wrapper {
	margin-top: var(--block-spacing);
	padding: var(--block-spacing) 0;
}
.product-policises .media > div:not(.media-body) {
	width: 24px;
	height: 24px;
}
.product-policises .media + * {
	margin-top: 10px;
	border-top: 1px dashed var(--border-color);
	padding-top: 10px;
}
#content {
	overflow: hidden;
	word-break: break-word;
}
#content img {
	max-width: 100% !important;
	height: auto !important;
}
#content iframe, #content video {
	max-width: 100% !important;
}
.product_getcontent {
	max-height: 370px;
	overflow: hidden;
}
.ega-pro__seemore {
	position: relative;
}
.ega-pro__seemore.show:before {
	content: none;
}
.ega-pro__seemore:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%);
}
/** Related pro **/

@media (max-width: 768px) {
	.product_related.row {
		flex-wrap: nowrap;
		overflow: auto;
	}
	.product_related.row::-webkit-scrollbar {
		display: none;
	}
	.product_related.row {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	.product_related.row .col-12 {
		padding: 5px;
	}
}
#cr-addon-pro, .crbtn-modal.crbtn-modal---toast .crbtn-modal__body {
	font-size: 14px !important;
	line-height: 21px !important;
}
.crbtn-modal__header {
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	color: var(--text-color) !important;
}
.crbtn-modal__left {
	border: none !important;
	border-radius: 0px !important;
}
.ega-cr-addon .ega-menu__item.disabled {
	opacity: 0.6 !important;
}
.bpr-products-module-heading {
	padding-top: 5px;
	border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
	#ega-sticky-addcart {
		display: none;
	}
}
#ega-sticky-addcart .productAnchor_horizonalNavs {
	align-items: center;
	background: #fff;
	top: 0 !important;
	transition: all 0.5s ease;
	z-index: 99;
	width: 100%;
	padding: 5px 0px;
}
#ega-sticky-addcart .productAnchor_horizonalNav {
	display: flex;
	align-items: center;
}
#ega-sticky-addcart .product_info_image {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	position: relative;
}
#ega-sticky-addcart .product_info_image img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#ega-sticky-addcart .product_info_name {
	line-height: 1.1;
	line-height: 1.4;
	color: #191919;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: initial;
	overflow: hidden;
	padding: 2px 0;
}
#ega-sticky-addcart .product-price {
	font-weight: bold;
	color: var(--price-color);
}
#ega-sticky-addcart .product_info_buttons {
	display: grid;
	margin-left: auto;
	align-items: center;
	grid-template-columns: 1fr 200px 140px;
	grid-gap: 15px;
}
#ega-sticky-addcart .product_info_content {
	max-width: 500px;
}
#ega-sticky-addcart .product_info_buttons .input_number_product {
	margin: 0;
}
#ega-sticky-addcart .product_info_buttons .form-product {
	grid-column: 3;
}
#ega-sticky-addcart .btn_base {
	border-radius: 2px;
	height: 42px;
	background: var(--cta-color);
	font-size: 14px;
	outline: none;
	box-shadow: none;
	padding: 3px 10px;
	color: #fff;
	line-height: 1.25;
	border-radius: 5px;
}
#ega-sticky-addcart .product_info_buttons .btn.btn_traGop {
	margin-left: 10px;
	background: #e81313;
	color: #fff;
}
#ega-sticky-addcart .selector-wrapper label {
	display: none;
}
#ega-sticky-addcart .selector-wrapper select {
	word-wrap: normal;
	border-radius: 5px;
	height: 30px;
	border-color: #ccc;
	margin: 0;
	width: 100%;
	font-size: 14px;
}
#ega-sticky-addcart .selector-wrapper {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px !important;
	max-width: 115px;
}
#ega-sticky-addcart .product_info_buttons .btn.action-buy span {
	display: block;
	width: 100%;
	text-align: center;
}
#ega-sticky-addcart .button_actions {
	margin-bottom: 0px;
}
.coupon_item {
	padding: 7px !important;
}
.coupon_item .coupon_body .coupon_title {
	font-size: 14px !important;
}
.coupon_item .coupon_body {
	padding: 5px 5px 5px 10px !important;
}
.coupon_item .coupon_body button span {
	line-height: 22px !important;
	height: 22px !important;
}
.coupon_item .coupon_body .coupon_desc {
	padding-bottom: 10px !important;
}
.flashsale__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.details-product .flashsale {
	padding: 0;
	border-radius: 4px;
	margin-top: 20px;
}
.details-product .flashsale__title h5 {
	font-size: 14px;
	font-weight: 700;
}
.details-product .flashsale__countdown-label {
	font-size: 14px;
}
.flashsale__header,
.flashsale__product{
	padding: 5px 8px;
}
.details-product .flashsale__bottom{
	padding: 0px
}
.flashsale__product{
	background: #FFF6DD;
	border-radius: 0 0 4px 4px;
}
.details-product .ega-badge-ctd__item + span {
	display: none;
}
.details-product .ega-badge-ctd__item {
	font-size: 13px;
}
.details-product .ega-badge-ctd > div:not(.ega-badge-ctd__colon) {
	width: 22px;
	height: 21px;
}
@media (max-width: 575px) {
	.details-product .flashsale__title {
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.details-product .flashsale__countdown-wrapper {
flex-direction: row;
	}
	.details-product .flashsale__countdown-label {
		display: block!important;
	}
}
@media (max-width: 1024px) {
	.product-sidebar-title {
		display: flex;
		overflow: auto;
	}
	.item_product_main.product--media {
		margin-bottom: 0.75rem;
		flex: 0 0 40%;
	}
}
@media (max-width: 767px) {
	.product-sidebar-title {
		flex-wrap: wrap;
	}
	.item_product_main.product--media {
		flex: 0 0 100%;
	}
}
.filter-item-toggle {
	margin: auto;
	color: var(--primary-color);
}
@media (min-width: 768px) {
	.overflow-item:not(.show) {
		display: none;
	}
}
.filter-item-toggle .fas {
	transitions: all 0.3s ease-out;
}
.filter-item-toggle.show {
	display: inline-block;
}
.filter-item-toggle.show .fas {
	transform: rotate(180deg);
}
.pp_gallery {
	display: none !important;
}
#stock-notify-form {
	max-width: 400px;
}
#stock-notify-form .btn {
	font-size: 14px;
}
.stock-notify-title {
	color: var(--primary-color);
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 8px;
	display: block;
}
div#stock-notify {
	padding: 15px 20px;
	background: #eef2f8;
	border-radius: 4px;
	margin-bottom: 20px;
}
.product-trustbadge .title-menu {
	border-bottom: 1px dashed var(--border-color);
	padding-bottom: 10px;
}
.details-main .heading-bar {
	padding-top: 0;
}
.heading-bar__title {
	font-size: 20px;
}
.product-right > div:not(:first-of-type) {
	margin-top: 15px;
}

/* TOTO Tuantu PDP redesign */
.ttt-pdp {
	--ttt-gold: #a88748;
	--ttt-gold-dark: #8d7039;
	--ttt-border: #d2d2d2;
	--ttt-soft: #f0efec;
	--ttt-text: #111;
	--ttt-muted: #6b6b6b;
	background: #fff;
	color: var(--ttt-text);
}

.ttt-pdp__hero-section {
	padding-top: 0;
}

.ttt-pdp__hero {
	padding: 0;
}

.ttt-pdp__hero-row {
	align-items: flex-start;
	gap: 0;
}

@media (min-width: 1200px) {
	.ttt-pdp__gallery {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.ttt-pdp__info {
		flex: 0 0 47%;
		max-width: 47%;
	}

	.ttt-pdp__aside {
		flex: 0 0 23%;
		max-width: 23%;
	}

	.ttt-pdp__content-grid .ttt-pdp__description {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.ttt-pdp__content-grid .ttt-pdp__specs {
		flex: 0 0 40%;
		max-width: 40%;
	}
}

.ttt-pdp__gallery,
.ttt-pdp__info {
	border-radius: 0;
	padding-top: 0 !important;
}

.ttt-pdp__gallery {
	padding-left: 0;
	padding-right: 24px;
}

.ttt-pdp__info {
	padding-left: 0 !important;
	padding-right: 26px !important;
}

.ttt-pdp .large-image {
	padding-bottom: 0 !important;
}

.ttt-pdp #gallery_1 {
	border: 0;
	background: #f8f8f6;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 400px;
	margin: 0;
}

.ttt-pdp #gallery_1 .slick-list,
.ttt-pdp #gallery_1 .slick-track,
.ttt-pdp #gallery_1 .item,
.ttt-pdp #gallery_1 a {
	height: 100%;
}

.ttt-pdp #gallery_1 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.ttt-pdp #gallery_1 .slick-arrow {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(235, 235, 232, .9);
	color: transparent;
	font-size: 0;
	line-height: 0;
	display: block !important;
	position: absolute;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 3;
	box-shadow: none;
}

.ttt-pdp #gallery_1 .slick-arrow:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #5b5b5b;
	border-right: 2px solid #5b5b5b;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: 0;
	text-indent: 0;
}

.ttt-pdp #gallery_1 .slick-prev {
	left: 10px;
}

.ttt-pdp #gallery_1 .slick-prev:before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.ttt-pdp #gallery_1 .slick-next {
	right: 10px;
}

.ttt-pdp #gallery_1 .slick-next:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.ttt-pdp .slickthumb_relative_product_1 {
	max-width: 400px;
	margin-top: 18px;
}

.ttt-pdp #gallery_02 .item.slick-slide {
	width: 78px !important;
	height: 74px;
	margin: 0 6px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #f8f8f6;
}

.ttt-pdp #gallery_02 .item.slick-slide.slick-current.slick-active {
	border-color: #777;
}

.ttt-pdp #gallery_02 .item.slick-slide img {
	padding: 3px;
	max-height: 70px;
}

.ttt-pdp .title-product {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 800;
	margin: 0 0 14px;
	color: #111;
}

.ttt-pdp .starbaprv-widget-detail {
	margin-bottom: 8px;
	min-height: 22px;
}

.ttt-pdp .group-status {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: 17px;
	line-height: 1.35;
	color: #202020;
	margin-bottom: 4px;
}

.ttt-pdp .group-status .first_status {
	position: relative;
	margin: 0 !important;
}

.ttt-pdp .ttt-pdp-status-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	border-radius: 50%;
	background: #18d13a;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
}

.ttt-pdp .group-status .status_name,
.ttt-pdp .group-status .status_name a {
	color: #111 !important;
	font-weight: 400;
}

.ttt-pdp .pd-compare-product-add {
	display: inline-flex !important;
	align-items: center;
	margin: 0 0 0 6px !important;
	color: #111 !important;
	font-size: 16px;
	vertical-align: middle;
}

.ttt-pdp .pd-compare-product-add i {
	color: var(--ttt-gold);
}

.ttt-pdp .details-product .details-pro .price-box {
	display: grid;
	grid-template-columns: auto auto 1fr;
	align-items: baseline;
	gap: 0 6px;
	background: var(--ttt-gold);
	border-radius: 7px;
	margin: 20px 0 10px;
	padding: 12px 18px 14px;
	color: #fff;
}



.ttt-pdp .details-product .details-pro .special-price {
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: 8px;
}

.ttt-pdp .details-product .details-pro .product-price {
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
}

.ttt-pdp .details-product .details-pro .old-price {
	grid-column: 2;
	grid-row: 1;
	justify-self: start;
}

.ttt-pdp .details-product .details-pro .product-price-old {
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	text-decoration-thickness: 1px;
	margin: 0;
	opacity: .95;
}

.ttt-pdp .details-product .details-pro .save-price,
.ttt-pdp .details-product .price-box .label_product {
	background: var(--ttt-gold);
	color: #fff;
	border-radius: 6px;
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	margin: 16px 0 0;
	padding: 8px 14px;
}

.ttt-pdp .details-product .details-pro .save-price {
	grid-column: 1;
	grid-row: 3;
	width: 100%;
}

.ttt-pdp .details-product .details-pro .save-price span {
	color: #fff;
}

.ttt-pdp .details-product .details-pro .save-price:empty,
.ttt-pdp .details-product .price-box .label_product:empty {
	display: none !important;
}

.ttt-pdp .details-product .price-box .label_product {
	grid-column: 2;
	grid-row: 3;
	width: 130px;
	justify-content: flex-start;
	margin-left: 8px;
}

.ttt-pdp__info .product-promo-tag,
.ttt-pdp__info .product-badge {
	display: none !important;
}

.ttt-pdp__variant-row {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 0 18px;
}

.ttt-pdp .soluong {
	display: inline-flex !important;
	align-items: center;
	grid-template-columns: none;
	margin: 0;
	gap: 12px;
	flex: 0 0 auto;
}

.ttt-pdp .soluong label,
.ttt-pdp .swatch .header {
	color: #222;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	min-width: auto;
}

.ttt-pdp .input_number_product {
	height: 38px;
}

.ttt-pdp button.btn.btn_num {
	width: 38px;
	height: 36px;
	background: #fff;
}

.ttt-pdp .prd_quantity {
	width: 60px !important;
	height: 36px;
	font-size: 18px;
}

.ttt-pdp__swatches,
.ttt-pdp__swatches .swatch {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.ttt-pdp__swatches {
	flex: 0 0 auto;
}

.ttt-pdp .swatch .position-relative {
	margin: 0;
}

.ttt-pdp .swatch input {
	display: none;
}

.ttt-pdp .swatch.swatch-color label {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #d5d5d5;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.ttt-pdp .swatch.swatch-color input:checked + label {
	border-color: #5c5c5c;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #777;
}

.ttt-pdp .swatch.swatch-color .position-relative,
.ttt-pdp .swatch.swatch-color .swatch-element.color {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
}

.ttt-pdp .swatch.swatch-color .swatch-element.color label {
	display: block !important;
	flex: 0 0 36px !important;
	width: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	height: 36px !important;
	min-height: 36px !important;
	max-height: 36px !important;
	border-radius: 50% !important;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
	cursor: pointer;
	box-sizing: border-box;
}

.ttt-pdp .swatch.swatch-color .swatch-element.color > span {
	display: none !important;
}

.ttt-pdp .button_actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0;
}

.ttt-pdp .button_actions > .buynow {
	grid-column: 1 / -1;
	width: 100%;
	height: 80px;
	background: #000;
	color: #fff;
	border-radius: 6px;
	font-size: 23px;
	line-height: 1.15;
	margin: 0;
}



.ttt-pdp .ttt-pdp__secondary-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	width: 100%;
	grid-column: 1 / -1;
}

.ttt-pdp .button_actions .btn-cart,
.ttt-pdp .button_actions .btn-installment {
	width: 100%;
	height: 80px;
	margin: 0;
	background: #fff;
	border: 1px solid #9e9e9e;
	color: #111;
	border-radius: 6px;
	font-size: 22px;
	font-weight: 800;
}

.ttt-pdp .button_actions .btn-installment {
	color: var(--ttt-gold);
}

.ttt-pdp .button_actions .btn-cart.is-full,
.ttt-pdp .button_actions .btn-installment.is-full {
	grid-column: 1 / -1;
}

.ttt-pdp-promo-card {
	background: #fff;
	border: 1px solid #adadad;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 22px;
}

.ttt-pdp-promo-card h2 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 12px 14px;
	color: #111;
}

.ttt-pdp-promo-card ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ttt-pdp-promo-card--offers li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 8px;
	align-items: center;
	min-height: 56px;
	padding: 8px 14px;
	border-top: 1px solid #cfcfcf;
}

.ttt-pdp-promo-card__icon {
	color: #1caeea;
	font-size: 24px;
	text-align: center;
}

.ttt-pdp-promo-card strong {
	display: block;
	font-size: 17px;
	line-height: 1.15;
	color: var(--ttt-gold);
}

.ttt-pdp-promo-card small {
	display: block;
	font-size: 11px;
	line-height: 1.4;
	color: #a8864c;
	margin-top: 4px;
	text-transform: none;
}

.ttt-pdp-promo-card--special h2 {
	background: #000;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.ttt-pdp-promo-card__body {
	padding: 20px 16px 22px;
	font-size: 18px;
	line-height: 1.45;
	color: #111;
}

.ttt-pdp-promo-card__body > ul > li {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding-left: 0;
	margin-bottom: 18px;
}

.ttt-pdp-special-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	border-radius: 50%;
	background: #19d53b;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
}

.ttt-pdp-special-content {
	flex: 1 1 auto;
	min-width: 0;
}

.ttt-pdp-promo-card__body ul ul {
	list-style: disc;
	padding-left: 22px;
	margin-top: 4px;
}

.ttt-pdp-promo-card__body ul ul li {
	margin: 0;
}

.ttt-pdp__content-section {
	margin-top: 30px;
}

.ttt-pdp__description,
.ttt-pdp__specs {
	background: transparent;
	padding-left: 0;
}

.ttt-pdp__description.card,
.ttt-pdp .product-specifications.card {
	border-radius: 0;
	padding: 0;
}

.ttt-pdp__content-grid .ttt-pdp__description {
	border-top: 1px solid #c8c8c8;
}

.ttt-pdp__tabs {
	display: flex;
	align-items: flex-end;
}

.ttt-pdp__tab {
	border: 0;
	background: #e8e7e3;
	color: #111;
	min-height: 46px;
	padding: 9px 24px;
	font-size: 22px;
	line-height: 1;
}

.ttt-pdp__tab--active {
	background: var(--ttt-gold);
	color: #fff;
}

.ttt-pdp__description .product_getcontent {
	border: 1px solid #c8c8c8;
	background: #fff;
	max-height: 480px;
	padding: 28px 38px;
	font-size: 20px;
	line-height: 1.45;
}

.ttt-pdp__description .content h2,
.ttt-pdp__description .content h3,
.ttt-pdp__description .content h4,
.ttt-pdp__description .content h5,
.ttt-pdp__description .content h6 {
	font-size: 27px;
	line-height: 1.2;
	font-weight: 800;
	color: #111;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ttt-pdp .ega-pro__seemore {
	margin: 0;
}

.ttt-pdp .ega-pro__seemore .btn {
	background: #e7e6e2;
	border: 0;
	color: #111;
	border-radius: 0;
	height: 52px;
	font-size: 22px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ttt-pdp .product-specifications .heading-bar {
	padding: 0;
	background: transparent;
}

.ttt-pdp .product-specifications .heading-bar__title {
	background: var(--ttt-gold);
	color: #fff;
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	font-weight: 800;
	margin: 0;
	padding: 13px 18px;
	text-transform: uppercase;
}

.ttt-pdp .product-specifications .product_getcontent {
	max-height: 480px;
	border: 1px solid #bcbcbc;
	border-bottom: 0;
	background: #fff;
}

.ttt-pdp .product-specifications table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.ttt-pdp .product-specifications table td {
	border: 1px solid #bcbcbc;
	padding: 10px 12px;
	font-size: 19px;
	line-height: 1.35;
}

.ttt-pdp .product-specifications table tr:nth-of-type(odd) {
	background: #f4f4f4;
}

.ttt-pdp .product-specifications table tr td:first-child {
	width: 50%;
	font-weight: 800;
	color: #111;
}

.ttt-pdp .product-specifications table tr:first-child td:first-child,
.ttt-pdp .product-specifications table tr:first-child td:last-child,
.ttt-pdp .product-specifications table tr:last-child td:first-child,
.ttt-pdp .product-specifications table tr:last-child td:last-child {
	border-radius: 0;
}

.ttt-pdp__sticky-section {
	margin-top: 28px;
}

#ega-sticky-addcart .ttt-pdp__sticky-card {
	border: 1px solid #d6d6d6;
	border-radius: 0;
	box-shadow: none;
}

#ega-sticky-addcart .productAnchor_horizonalNavs {
	padding: 18px 22px;
}

#ega-sticky-addcart .productAnchor_horizonalNav {
	gap: 18px;
}

#ega-sticky-addcart .product_info_image {
	width: 84px;
	height: 84px;
	margin-right: 0;
}

#ega-sticky-addcart .product_info_content {
	max-width: none;
	flex: 1 1 auto;
}

#ega-sticky-addcart .product_info_name {
	font-size: 18px;
	font-weight: 400;
	max-width: 520px;
}

#ega-sticky-addcart .product_info_content .price-box {
	margin: 3px 0 0;
	gap: 8px;
}

#ega-sticky-addcart .product-price {
	color: var(--ttt-gold);
	font-size: 16px;
}

#ega-sticky-addcart .product_info_buttons {
	grid-template-columns: minmax(120px, 160px) 170px 170px;
	gap: 22px;
}

#ega-sticky-addcart .product_info_buttons .btn_base {
	background: #222;
	color: #fff;
	height: 46px;
	border-radius: 5px;
	font-size: 15px;
}

@media (max-width: 1199px) {
	.ttt-pdp__gallery,
	.ttt-pdp__info,
	.ttt-pdp__aside {
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ttt-pdp #gallery_1,
	.ttt-pdp .slickthumb_relative_product_1 {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

	.ttt-pdp__info {
		margin-top: 24px !important;
	}
}

@media (max-width: 767px) {
	.ttt-pdp__hero-section {
		padding-top: 16px;
	}

	.ttt-pdp .title-product {
		font-size: 21px;
	}

	.ttt-pdp .group-status,
	.ttt-pdp .pd-compare-product-add {
		font-size: 14px;
	}

	.ttt-pdp .details-product .details-pro .product-price-old {
		font-size: 16px;
	}

	.ttt-pdp .details-product .details-pro .product-price {
		font-size: 28px;
	}

	.ttt-pdp .details-product .details-pro .save-price,
	.ttt-pdp .details-product .price-box .label_product {
		font-size: 18px;
		width: 100%;
		margin-left: 0;
	}

	.ttt-pdp__variant-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.ttt-pdp .button_actions {
		grid-template-columns: 1fr;
	}

	.ttt-pdp .button_actions > .buynow,
	.ttt-pdp .button_actions .btn-cart,
	.ttt-pdp .button_actions .btn-installment {
		height: 64px;
		font-size: 18px;
	}

	.ttt-pdp__tab {
		font-size: 16px;
		padding: 9px 12px;
	}

	.ttt-pdp__description .product_getcontent {
		padding: 18px;
		font-size: 16px;
	}

	.ttt-pdp .product-specifications table td {
		font-size: 15px;
	}
}

/* force split price boxes: main and saving */
.ttt-pdp .details-product .details-pro .ttt-pdp-price-main {
	display: grid;
	grid-template-columns: auto auto 1fr;
	align-items: baseline;
	gap: 0 6px;
	background: var(--ttt-gold);
	border-radius: 7px;
	margin: 20px 0 10px;
	padding: 12px 18px 14px;
	color: #fff;
}

.ttt-pdp .details-product .details-pro .ttt-pdp-price-save {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	column-gap: 14px;
	background: var(--ttt-gold);
	border-radius: 6px;
	margin: 0 0 16px;
	padding: 8px 14px;
}

.ttt-pdp .details-product .details-pro .ttt-pdp-price-save .save-price,
.ttt-pdp .details-product .details-pro .ttt-pdp-price-save .label_product {
	background: transparent;
	min-height: 0;
	margin: 0;
	padding: 0;
	display: inline-flex !important;
	font-size: 18px;
	color: #fff;
}

/* final price box normalization */
.ttt-pdp .details-product .details-pro > .price-box {
	display: none;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save {
	display: grid;
}



.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .ttt-pdp-price-main__label {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price {
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price-old {
	font-size: 16px;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	margin-top: 10px;
	width: 100%;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .save-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .label_product {
	font-size: 18px;
	width: auto;
	margin: 0 !important;
	flex: 0 0 auto;
}

/* =============================================
   TABBAR: left tabs + right THÔNG SỐ KỸ THUẬT
   ============================================= */
.ttt-pdp__tabbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
}

.ttt-pdp__tabbar-left {
	display: flex;
	align-items: flex-end;
	gap: 0;
}

.ttt-pdp__tabbar-right {
	display: flex;
	align-items: flex-end;
}

@media (min-width: 1200px) {
	.ttt-pdp__tabbar {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0;
	}

	.ttt-pdp__tabbar-left {
		flex: 0 0 66.6667%;
		max-width: 66.6667%;
	}

	/* Tab title "THÔNG SỐ KỸ THUẬT" — cùng padding-left với box content bên dưới */
	.ttt-pdp__tabbar-right {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		justify-content: flex-start;
		padding-left: 24px !important;
	}

	.ttt-pdp__content-grid .ttt-pdp__specs {
		padding-left: 0 !important;
	}
}

/* Override old .ttt-pdp__tabs — keep for backward compat but hide if replaced by tabbar */
.ttt-pdp__tabs {
	display: none;
}

/* Spec tab (right) keeps gold active look same as left tabs */
.ttt-pdp__tab--spec {
	background: var(--ttt-gold);
	color: #fff;
}

/* Content grid aligns top edge with tab bottom */
.ttt-pdp__content-grid {
	margin-top: 0 !important;
}

/* Description tabpanel border-top: connect visually to active tab */
.ttt-pdp__description .ttt-pdp__tabpanel--active.product_getcontent {
	border-top: 1px solid #c8c8c8;
}

/* On mobile: stack tabbar vertically */
@media (max-width: 767px) {
	.ttt-pdp__tabbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.ttt-pdp__tabbar-left,
	.ttt-pdp__tabbar-right {
		width: 100%;
	}

	.ttt-pdp__tab--spec {
		width: 100%;
	}
}

/* =============================================
   BUG FIXES
   ============================================= */

/* Fix 1: THÊM VÀO GIỒ – prevent text wrapping to 2 lines */
.ttt-pdp .button_actions .btn-cart {
	white-space: nowrap;
	font-size: 18px;
}

/* Fix 1b: BẤM VÀO ĐÂY label – prevent "BẤM VÀO / ĐÂY" split */

/* Fix 3: Hide DUPLICATE "THÔNG SỐ KỸ THUẬT" heading INSIDE the specs card
   (already shown in the tabbar-right button above) */
.ttt-pdp__specs .ttt-pdp-spec-card .title_module_main,
.ttt-pdp__specs .ttt-pdp-spec-card .heading-bar {
	display: none !important;
}

/* Fix 4: BẤM VÀO ĐÂY – ensure label is bold large, sub is smaller gold */
/* Fix 6: Price save box – add space after colon */
.ttt-pdp .ttt-pdp-price-save .save-price {
	letter-spacing: 0.01em;
}

/* Fix 7: Promo icons in KHUYẾN MÃI ƯU ĐÃI card – ensure FA icons render correctly */
.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	flex: 0 0 44px;
}

.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon i {
	font-size: 22px;
	color: #1caeea;
}

/* Fix icon colors per type */
.ttt-pdp-promo-card--offers li:nth-child(1) .ttt-pdp-promo-card__icon i { color: #0ea5e9; } /* truck */
.ttt-pdp-promo-card--offers li:nth-child(2) .ttt-pdp-promo-card__icon i { color: #a88748; } /* store */
.ttt-pdp-promo-card--offers li:nth-child(3) .ttt-pdp-promo-card__icon i { color: #f59e0b; } /* bolt */
.ttt-pdp-promo-card--offers li:nth-child(4) .ttt-pdp-promo-card__icon i { color: #10b981; } /* sync */
.ttt-pdp-promo-card--offers li:nth-child(5) .ttt-pdp-promo-card__icon i { color: #ef4444; } /* gift */

.ttt-pdp__hero-section {
	padding-top: 0;
}

.ttt-pdp__content-section {
	margin-top: 34px;
}

@media (min-width: 1200px) {
	.ttt-pdp__gallery {
		flex: 0 0 30% !important;
		max-width: 30% !important;
		padding-right: 28px !important;
	}

	.ttt-pdp__info {
		flex: 0 0 47% !important;
		max-width: 47% !important;
		padding-right: 26px !important;
	}

	.ttt-pdp__aside {
		flex: 0 0 23% !important;
		max-width: 23% !important;
	}

	.ttt-pdp__content-grid .ttt-pdp__description {
		flex: 0 0 66.6667% !important;
		max-width: 66.6667% !important;
	}

	.ttt-pdp__content-grid .ttt-pdp__specs {
		flex: 0 0 33.3333% !important;
		max-width: 33.3333% !important;
	}
}

.ttt-pdp #gallery_1 {
	max-width: 400px !important;
	background: #fff;
}

.ttt-pdp .slickthumb_relative_product_1 {
	max-width: 400px !important;
	overflow: hidden;
}

.ttt-pdp #gallery_02,
.ttt-pdp #gallery_02 .slick-track {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.ttt-pdp #gallery_02 .item {
	flex: 0 0 78px !important;
	width: 78px !important;
	height: 74px;
	margin-right: 12px !important;
}

.ttt-pdp .title-product {
	font-size: 24px;
	line-height: 1.28;
	margin-bottom: 10px;
}

.ttt-pdp .group-status {
	gap: 12px;
	font-size: 15px;
	margin-bottom: 0;
}

.ttt-pdp .pd-compare-product-add {
	font-size: 15px;
	margin-left: 0 !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main {
	display: grid !important;
	grid-template-columns: auto auto !important;
	align-items: baseline;
	justify-content: start;
	gap: 8px 6px;
	margin: 18px 0 10px !important;
	padding: 12px 18px 14px !important;
	border-radius: 6px;
	background: var(--ttt-gold);
	color: #fff;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .special-price {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	margin: 0 !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .old-price {
	grid-column: 2 !important;
	grid-row: 1 !important;
	margin: 0 !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .ttt-pdp-price-main__label,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price-old {
	font-size: 15px !important;
	line-height: 1.2;
}

.ttt-pdp .details-product .details-pro .product-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price {
	font-size: 24px !important;
	line-height: 1 !important;
	font-weight: 800;
	color: #fff;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save {
	display: flex !important;
	align-items: center;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: 100% !important;
	min-height: 40px;
	margin: 0 0 18px !important;
	padding: 8px 14px !important;
	border-radius: 6px;
	background: var(--ttt-gold);
	color: #fff;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .save-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .label_product {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	font-size: 16px !important;
	line-height: 1.2;
	color: #fff;
}

.ttt-pdp__variant-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0 0 16px;
}

.ttt-pdp .soluong,
.ttt-pdp .soluong.show {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
}

.ttt-pdp .soluong label,
.ttt-pdp .swatch .header {
	font-size: 15px;
	line-height: 1;
}

.ttt-pdp .custom.input_number_product {
	display: inline-flex;
	align-items: center;
	height: 30px;
	border: 1px solid #d7dce2;
	border-radius: 4px;
	overflow: hidden;
}

.ttt-pdp button.btn.btn_num,
.ttt-pdp .prd_quantity {
	height: 28px !important;
	border: 0 !important;
	box-shadow: none !important;
}

.ttt-pdp button.btn.btn_num {
	width: 36px !important;
	padding: 0 !important;
}

.ttt-pdp .prd_quantity {
	width: 46px !important;
	padding: 0 !important;
	font-size: 15px !important;
	text-align: center;
}

.ttt-pdp .button_actions {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px !important;
	width: 100%;
	margin: 0 !important;
}

.ttt-pdp .button_actions > .buynow {
	grid-column: 1 / -1 !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 76px !important;
	padding: 10px 16px !important;
	border: 0 !important;
	border-radius: 5px !important;
	background: #000 !important;
	color: #fff !important;
}

.ttt-pdp .ttt-pdp__secondary-actions {
	display: grid !important;
	grid-column: 1 / -1 !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px !important;
	width: 100% !important;
}

.ttt-pdp .button_actions .btn-cart,
.ttt-pdp .button_actions .btn-installment {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	width: 100% !important;
	height: 68px !important;
	padding: 8px 12px !important;
	margin: 0 !important;
	border: 1px solid #9e9e9e !important;
	border-radius: 5px !important;
	background: #fff !important;
}

.ttt-pdp .button_actions .btn-cart {
	color: #111 !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	white-space: nowrap;
}

.ttt-pdp .button_actions > .buynow {
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	letter-spacing: 0;
}

.ttt-pdp .button_actions > .buynow > span,
.ttt-pdp .button_actions .btn-installment > span {
	display: block;
	margin-top: 5px;
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
}

.ttt-pdp .button_actions .btn-installment > strong {
	display: block;
	font-size: 17px !important;
	line-height: 1.15 !important;
	font-weight: 800 !important;
	white-space: nowrap;
}

.ttt-pdp .button_actions .btn-installment {
	color: var(--ttt-gold) !important;
}

.ttt-pdp .button_actions .btn-installment > span {
	color: var(--ttt-gold) !important;
}

.ttt-pdp-promo-card h2 {
	font-size: 20px;
}

.ttt-pdp-promo-card strong {
	font-size: 16px;
}

.ttt-pdp-promo-card__body {
	font-size: 17px;
}

.ttt-pdp-promo-card--special h2 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 6px;
	vertical-align: -4px;
}

.ttt-pdp-promo-card--special h2 span img {
	width: 22px;
	height: 22px;
}

.ttt-pdp__tab {
	min-height: 46px;
	padding: 10px 24px;
	font-size: 20px;
	text-transform: none;
}

.ttt-pdp__description .product_getcontent {
	max-height: 520px;
	padding: 28px 38px;
	font-size: 16px;
	line-height: 1.5;
}

.ttt-pdp__description .content h2,
.ttt-pdp__description .content h3,
.ttt-pdp__description .content h4,
.ttt-pdp__description .content h5,
.ttt-pdp__description .content h6 {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 12px;
}

.ttt-pdp .product-specifications .product_getcontent {
	max-height: 520px;
}

.ttt-pdp .product-specifications table td {
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1.35;
}

.ttt-pdp .ega-pro__seemore .btn {
	position: relative;
	height: 52px;
	font-size: 20px;
}

.ttt-pdp__sticky-section {
	margin-top: 28px !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart,
.ttt-pdp__sticky-section #ega-sticky-addcart .section {
	background: transparent !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .ttt-pdp__sticky-card {
	border: 1px solid #d7d7d7 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .productAnchor_horizonalNavs {
	padding: 18px 22px !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .productAnchor_horizonalNav {
	display: flex !important;
	align-items: center !important;
	gap: 22px !important;
	width: 100%;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_image {
	width: 86px !important;
	height: 86px !important;
	flex: 0 0 86px !important;
	margin: 0 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_content {
	flex: 1 1 auto !important;
	max-width: none !important;
	min-width: 0;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_name {
	display: block;
	max-width: 680px !important;
	font-size: 16px !important;
	line-height: 1.18;
	font-weight: 400 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_content .price-box {
	display: flex !important;
	align-items: baseline;
	gap: 8px;
	margin: 6px 0 0 !important;
	background: transparent !important;
	padding: 0 !important;
	color: #111 !important;
	line-height: 1.15 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_content,
.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_content *,
.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_buttons,
.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_buttons * {
	font-weight: 400 !important;
	line-height: 1.15;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_content .special-price,
.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_content .old-price {
	margin: 0 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_content .product-price {
	color: var(--ttt-gold) !important;
	font-size: 16px !important;
	line-height: 1.15;
	font-weight: 400 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_buttons {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end;
	gap: 20px !important;
	flex: 0 0 auto;
	margin-left: auto;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .product_info_buttons .box-variant {
	display: none !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .soluong {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .soluong label {
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.15;
	margin: 0 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .custom.input_number_product {
	height: 34px !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .prd_quantity {
	width: 48px !important;
	height: 32px !important;
	font-size: 14px !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart button.btn.btn_num {
	width: 34px !important;
	height: 32px !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .form-product {
	margin: 0 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .button_actions {
	display: block !important;
	width: 160px !important;
	margin: 0 !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .button_actions .btn-cart {
	width: 160px !important;
	height: 48px !important;
	border: 0 !important;
	border-radius: 5px !important;
	background: #242326 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.15 !important;
}

@media (max-width: 767px) {
	.ttt-pdp .button_actions,
	.ttt-pdp .ttt-pdp__secondary-actions {
		grid-template-columns: 1fr !important;
	}

	.ttt-pdp .button_actions > .buynow,
	.ttt-pdp .button_actions .btn-cart,
	.ttt-pdp .button_actions .btn-installment {
		height: 62px !important;
	}
}

/* PDP audit pass: lock details against older theme rules */
.ttt-pdp .group-status {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap !important;
	gap: 14px !important;
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

.ttt-pdp .group-status .first_status,
.ttt-pdp .group-status .status_name,
.ttt-pdp .pd-compare-product-add {
	white-space: nowrap !important;
}

.ttt-pdp .group-status .first_status {
	min-width: 0;
}

.ttt-pdp .group-status .product_sku {
	flex: 0 1 auto;
	max-width: 100%;
}

.ttt-pdp .pd-compare-product-add {
	display: inline-flex !important;
	align-items: center;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2;
}

.ttt-pdp .pd-compare-product-add span:last-child {
	display: inline-block;
	white-space: nowrap !important;
}

.ttt-pdp .price-box.ttt-pdp-price-save,
.ttt-pdp .details-product .details-pro .price-box.ttt-pdp-price-save,
.ttt-pdp .details-product .details-pro > .price-box.ttt-pdp-price-save {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: 100% !important;
}

.ttt-pdp .price-box.ttt-pdp-price-save .save-price,
.ttt-pdp .price-box.ttt-pdp-price-save .label_product {
	flex: 0 0 auto !important;
	width: auto !important;
	margin: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
}

.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	opacity: 1;

}

/* Gap + Equal height cho 2 box content: mô tả trái + THÔNG SỐ KỸ THUẬT phải */
@media (min-width: 1200px) {
	.ttt-pdp__content-grid {
		align-items: stretch !important;
	}

	.ttt-pdp__content-grid .ttt-pdp__specs {
		padding-left: 24px !important;
	}

	/* Cả 2 cột fill đều chiều cao hàng */
	.ttt-pdp__content-grid .ttt-pdp__description,
	.ttt-pdp__content-grid .ttt-pdp__specs {
		display: flex !important;
		flex-direction: column;
		align-self: stretch;
	}

	/* Card mô tả fill full height */
	.ttt-pdp__content-grid .ttt-pdp__description.card {
		height: 100% !important;
	}

	/* Specs wrapper fill full height */
	.ttt-pdp__content-grid .ttt-pdp__specs > div {
		height: 100%;
	}
}


/* PDP Canva reference pass */
.ttt-pdp .container,
#section-easy-review .container {
	max-width: 1280px;
}

.ttt-pdp__wide-products {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.ttt-pdp__wide-products > .row > .col-12 > .card {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ttt-pdp__hero-section {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}

.ttt-pdp__hero {
	background: #fff;
}

@media (min-width: 1200px) {
	.ttt-pdp__gallery {
		flex: 0 0 30% !important;
		max-width: 30% !important;
		padding-right: 24px !important;
	}

	.ttt-pdp__info {
		flex: 0 0 47% !important;
		max-width: 47% !important;
		padding-left: 0 !important;
		padding-right: 24px !important;
	}

	.ttt-pdp__aside {
		flex: 0 0 23% !important;
		max-width: 23% !important;
		padding-left: 0 !important;
	}
}

.ttt-pdp #gallery_1 {
	width: 100%;
	max-width: 350px !important;
	background: #fff;
}

.ttt-pdp .slickthumb_relative_product_1 {
	max-width: 350px !important;
	margin-top: 18px;
}

.ttt-pdp #gallery_02 .item,
.ttt-pdp #gallery_02 .item.slick-slide {
	flex: 0 0 72px !important;
	width: 72px !important;
	height: 70px;
	margin-right: 12px !important;
	border-radius: 2px;
}

.ttt-pdp #gallery_02 .item.slick-slide img {
	max-height: 68px;
	padding: 3px;
}

.ttt-pdp .title-product {
	font-size: 25px;
	line-height: 1.28;
	font-weight: 800;
	margin-bottom: 12px;
}

.ttt-pdp .starbaprv-widget-detail {
	margin-bottom: 8px;
	min-height: 23px;
}

.ttt-pdp .group-status {
	gap: 12px !important;
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 0;
}

.ttt-pdp .ttt-pdp-status-check {
	width: 14px;
	height: 14px;
	font-size: 9px;
}

.ttt-pdp .pd-compare-product-add {
	font-size: 16px;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main {
	min-height: 102px;
	margin: 24px 0 10px !important;
	padding: 14px 18px 16px !important;
	border-radius: 6px;
	background: var(--ttt-gold);
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .ttt-pdp-price-main__label,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price-old {
	font-size: 20px !important;
	font-weight: 400;
	line-height: 1.2;
}

.ttt-pdp .details-product .details-pro .product-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price {
	font-size: 32px !important;
	line-height: 1 !important;
	font-weight: 800;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save {
	min-height: 50px;
	margin: 0 0 20px !important;
	padding: 10px 20px !important;
	border-radius: 6px;
	background: var(--ttt-gold);
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .save-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .label_product {
	font-size: 24px !important;
	line-height: 1.2;
}

.ttt-pdp__variant-row {
	gap: 23px;
	margin: 0 0 22px;
}

.ttt-pdp .soluong label,
.ttt-pdp .swatch .header {
	font-size: 18px;
	line-height: 1;
}

.ttt-pdp .custom.input_number_product {
	height: 38px;
}

.ttt-pdp button.btn.btn_num,
.ttt-pdp .prd_quantity {
	height: 36px !important;
}

.ttt-pdp button.btn.btn_num {
	width: 38px !important;
}

.ttt-pdp .prd_quantity {
	width: 58px !important;
	font-size: 18px !important;
}

.ttt-pdp .swatch.swatch-color label {
	width: 36px;
	height: 36px;
}

.ttt-pdp .button_actions {
	gap: 8px !important;
}

.ttt-pdp .button_actions > .buynow {
	height: 80px !important;
	border-radius: 6px !important;
	font-size: 22px !important;
}

.ttt-pdp .button_actions > .buynow > span {
	margin-top: 8px;
	font-size: 20px !important;
	line-height: 1.15 !important;
}

.ttt-pdp .button_actions .btn-cart,
.ttt-pdp .button_actions .btn-installment {
	height: 80px !important;
	border-radius: 6px !important;
	font-size: 22px !important;
}

.ttt-pdp .button_actions .btn-installment > strong {
	font-size: 21px !important;
}

.ttt-pdp .button_actions .btn-installment > span {
	font-size: 18px !important;
}

.ttt-pdp-promo-card {
	border: 1px solid #a9a9a9;
	border-radius: 7px;
	margin-bottom: 22px;
}

.ttt-pdp-promo-card h2 {
	padding: 12px 14px;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 800;
}

.ttt-pdp-promo-card--offers li {
	grid-template-columns: 44px 1fr;
	min-height: 56px;
	padding: 8px 14px;
}

.ttt-pdp-promo-card strong {
	font-size: 17px;
	line-height: 1.15;
	color: var(--ttt-gold);
}

.ttt-pdp-promo-card small {
	font-size: 11px;
	line-height: 1.35;
	color: #a88748;
}

.ttt-pdp-promo-card__body {
	padding: 22px 16px 20px;
	font-size: 18px;
	line-height: 1.42;
}

.ttt-pdp-promo-card__body > ul > li {
	margin-bottom: 18px;
}

.ttt-pdp-special-check {
	margin-top: 3px;
}

.ttt-pdp__content-section {
	margin-top: 34px !important;
}

.ttt-pdp__tab {
	min-height: 46px;
	padding: 10px 24px;
	font-size: 22px;
	line-height: 1;
}

.ttt-pdp__tabbar-left .ttt-pdp__tab--active,
.ttt-pdp__tab--spec {
	background: var(--ttt-gold);
	color: #fff;
}

.ttt-pdp__description .product_getcontent {
	max-height: 482px;
	padding: 28px 38px;
	border: 1px solid #c8c8c8;
	font-size: 20px;
	line-height: 1.45;
}

.ttt-pdp__description .content h2,
.ttt-pdp__description .content h3,
.ttt-pdp__description .content h4,
.ttt-pdp__description .content h5,
.ttt-pdp__description .content h6 {
	font-size: 27px;
	line-height: 1.2;
	margin: 0 0 12px;
	font-weight: 800;
}

.ttt-pdp .product-specifications .product_getcontent {
	max-height: 482px;
	border: 1px solid #bcbcbc;
	border-bottom: 0;
}

.ttt-pdp .product-specifications table td {
	padding: 10px 12px;
	font-size: 19px;
	line-height: 1.35;
}

.ttt-pdp .ega-pro__seemore {
	margin-top: 0 !important;
}

.ttt-pdp .ega-pro__seemore .btn {
	height: 52px;
	background: #e7e6e2;
	border: 0;
	border-radius: 0;
	color: #111;
	font-size: 22px;
	font-weight: 400;
}

.ttt-pdp__sticky-section {
	margin-top: 28px !important;
}

.ttt-pdp__sticky-section #ega-sticky-addcart .productAnchor_horizonalNavs {
	padding: 18px 22px !important;
}

@media (max-width: 1199px) {
	.ttt-pdp #gallery_1,
	.ttt-pdp .slickthumb_relative_product_1 {
		max-width: 520px !important;
	}
}

@media (max-width: 767px) {
	.ttt-pdp__hero-section {
		padding-top: 16px !important;
	}

	.ttt-pdp .title-product {
		font-size: 21px;
	}

	.ttt-pdp .group-status {
		flex-wrap: wrap !important;
		font-size: 14px;
	}

	.ttt-pdp .details-product .details-pro .product-price,
	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price {
		font-size: 28px !important;
	}

	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .ttt-pdp-price-main__label,
	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price-old {
		font-size: 16px !important;
	}

	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .save-price,
	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .label_product {
		font-size: 18px !important;
	}

	.ttt-pdp__variant-row {
		gap: 16px;
	}

	.ttt-pdp .button_actions > .buynow,
	.ttt-pdp .button_actions .btn-cart,
	.ttt-pdp .button_actions .btn-installment {
		height: 64px !important;
	}

	.ttt-pdp .button_actions > .buynow > span,
	.ttt-pdp .button_actions .btn-installment > span {
		font-size: 13px !important;
	}

	.ttt-pdp__description .product_getcontent {
		padding: 18px;
		font-size: 16px;
	}
}

/* PDP typography trim */
.ttt-pdp .group-status,
.ttt-pdp .pd-compare-product-add,
.ttt-pdp .soluong label,
.ttt-pdp .swatch .header {
	font-size: 15px !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .ttt-pdp-price-main__label,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price-old {
	font-size: 19px !important;
}

.ttt-pdp .details-product .details-pro .product-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price {
	font-size: 31px !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .save-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .label_product {
	font-size: 23px !important;
}

.ttt-pdp .prd_quantity {
	font-size: 17px !important;
}

.ttt-pdp .button_actions > .buynow,
.ttt-pdp .button_actions .btn-cart,
.ttt-pdp .button_actions .btn-installment {
	font-size: 20px !important;
}

.ttt-pdp .button_actions > .buynow > span {
	font-size: 19px !important;
}

.ttt-pdp .button_actions .btn-installment > strong {
	font-size: 19px !important;
}

.ttt-pdp .button_actions .btn-installment > span {
	font-size: 17px !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main {
	margin: 14px 0 8px !important;
	padding: 8px 14px 10px !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .special-price {
	margin-top: 5px !important;
}

.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save {
	min-height: 0 !important;
	margin: 0 0 14px !important;
	padding: 7px 14px !important;
}

.ttt-pdp .button_actions {
	gap: 7px !important;
}

.ttt-pdp .button_actions > .buynow {
	height: 64px !important;
	padding: 6px 12px !important;
}

.ttt-pdp .button_actions > .buynow > span {
	margin-top: 4px !important;
}

.ttt-pdp .ttt-pdp__secondary-actions {
	gap: 7px !important;
}

.ttt-pdp .button_actions .btn-cart,
.ttt-pdp .button_actions .btn-installment {
	height: 58px !important;
	padding: 6px 10px !important;
}

.ttt-pdp .container,
#section-easy-review .container {
	max-width: 1200px !important;
}

.ttt-pdp__wide-products {
	max-width: 1200px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.ttt-pdp-promo-card h2 {
	font-size: 20px !important;
}

.ttt-pdp-promo-card strong {
	font-size: 16px !important;
}

.ttt-pdp-promo-card small {
	font-size: 10px !important;
}

.ttt-pdp-promo-card__body {
	font-size: 17px !important;
}

.ttt-pdp-promo-card {
	margin-bottom: 18px !important;
}

.ttt-pdp-promo-card h2 {
	padding: 9px 12px !important;
}

.ttt-pdp-promo-card--offers li {
	grid-template-columns: 38px 1fr !important;
	min-height: 48px !important;
	padding: 8px 12px !important;
}

.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon,
.ttt-pdp-promo-card__icon {
	width: 30px !important;
	height: 30px !important;
}

.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon img {
	width: 23px !important;
	height: 23px !important;
}

.ttt-pdp-promo-card strong {
	line-height: 1.08 !important;
}

.ttt-pdp-promo-card small {
	line-height: 1.2 !important;
}

.ttt-pdp-promo-card__body {
	padding: 19px 13px 18px !important;
	line-height: 1.32 !important;
}

.ttt-pdp-promo-card__body > ul > li {
	margin-bottom: 14px !important;
	gap: 10px !important;
}

.ttt-pdp-special-check {
	width: 18px !important;
	height: 18px !important;
	margin-top: 2px !important;
	font-size: 10px !important;
}

.ttt-pdp-promo-card__body ul ul {
	margin-top: 4px !important;
}

.ttt-pdp-promo-card h2 {
	font-size: 19px !important;
}

.ttt-pdp .button_actions > .buynow,
.ttt-pdp .button_actions .btn-cart,
.ttt-pdp .button_actions .btn-installment {
	font-size: 19px !important;
}

.ttt-pdp .button_actions > .buynow > span,
.ttt-pdp .button_actions .btn-installment > span {
	font-size: 16px !important;
}

.ttt-pdp .button_actions .btn-installment > strong {
	font-size: 18px !important;
}

@media (max-width: 767px) {
	.ttt-pdp .container {
		max-width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.ttt-pdp__hero {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ttt-pdp__gallery,
	.ttt-pdp__info,
	.ttt-pdp__aside {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ttt-pdp #gallery_1,
	.ttt-pdp .slickthumb_relative_product_1 {
		max-width: 100% !important;
	}

	.ttt-pdp .slickthumb_relative_product_1 {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
	}

	.ttt-pdp #gallery_02 {
		min-width: 0 !important;
	}

	.ttt-pdp #gallery_02 .item,
	.ttt-pdp #gallery_02 .item.slick-slide {
		flex: 0 0 64px !important;
		width: 64px !important;
		height: 62px !important;
		margin-right: 9px !important;
	}

	.ttt-pdp .title-product {
		font-size: 20px !important;
		line-height: 1.28 !important;
	}

	.ttt-pdp .group-status {
		gap: 8px 12px !important;
		font-size: 14px !important;
		line-height: 1.35 !important;
	}

	.ttt-pdp .pd-compare-product-add {
		width: 100%;
		font-size: 14px !important;
	}

	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main {
		padding: 9px 14px 10px !important;
	}

	.ttt-pdp .details-product .details-pro .product-price,
	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price {
		font-size: 29px !important;
	}

	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .save-price,
	.ttt-pdp .details-product .details-pro > .ttt-pdp-price-save .label_product {
		font-size: 17px !important;
	}

	.ttt-pdp__variant-row {
		align-items: flex-start !important;
		gap: 20px !important;
	}

	.ttt-pdp .button_actions > .buynow,
	.ttt-pdp .button_actions .btn-cart,
	.ttt-pdp .button_actions .btn-installment {
		height: 54px !important;
		font-size: 17px !important;
	}

	.ttt-pdp .button_actions > .buynow > span,
	.ttt-pdp .button_actions .btn-installment > span {
		font-size: 13px !important;
	}

	.ttt-pdp-promo-card {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		margin-top: 16px !important;
		overflow: hidden !important;
	}

	.ttt-pdp-promo-card--offers li {
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.ttt-pdp__content-section {
		margin-top: 22px !important;
	}

	.ttt-pdp__tabbar {
		display: block !important;
		margin-bottom: 0 !important;
	}

	.ttt-pdp__tabbar-left {
		width: 100% !important;
	}

	.ttt-pdp__tabbar-right {
		display: none !important;
	}

	.ttt-pdp__tab {
		width: 100% !important;
		min-height: 42px !important;
		padding: 9px 16px !important;
		font-size: 18px !important;
		line-height: 1.1 !important;
		text-align: center !important;
	}

	.ttt-pdp__content-grid {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.ttt-pdp__description,
	.ttt-pdp__specs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ttt-pdp__description .product_getcontent {
		max-height: 440px;
		padding: 16px 14px !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
	}

	.ttt-pdp__description .content h2,
	.ttt-pdp__description .content h3,
	.ttt-pdp__description .content h4,
	.ttt-pdp__description .content h5,
	.ttt-pdp__description .content h6 {
		font-size: 20px !important;
		line-height: 1.2 !important;
		margin-bottom: 10px !important;
	}

	.ttt-pdp .ega-pro__seemore .btn {
		height: 44px !important;
		font-size: 18px !important;
	}

	.ttt-pdp__specs .ttt-pdp-spec-card .title_module_main,
	.ttt-pdp__specs .ttt-pdp-spec-card .heading-bar {
		display: flex !important;
		margin: 18px 0 0 !important;
	}

	.ttt-pdp .product-specifications .heading-bar__title {
		width: 100% !important;
		padding: 10px 14px !important;
		background: var(--ttt-gold) !important;
		color: #fff !important;
		font-size: 18px !important;
		line-height: 1.1 !important;
		text-align: center;
	}

	.ttt-pdp .product-specifications .product_getcontent {
		max-height: 420px !important;
		border-top: 0 !important;
		overflow-x: auto;
	}

	.ttt-pdp .product-specifications table {
		width: 100% !important;
		min-width: 0 !important;
	}

	.ttt-pdp .product-specifications table td {
		padding: 8px 10px !important;
		font-size: 14px !important;
		line-height: 1.35 !important;
	}

	#section-easy-review,
	#section-comments,
	.ttt-pdp__wide-products,
	#recent-view-coll {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box !important;
		overflow: hidden !important;
	}

	#section-easy-review .container,
	#section-comments .container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#section-comments .card,
	.ttt-pdp__wide-products .card,
	#recent-view-coll .card {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
	}

	#section-comments .heading-bar__title,
	.ttt-pdp__wide-products .heading-bar__title,
	#recent-view-coll .heading-bar__title {
		font-size: 18px !important;
		line-height: 1.25 !important;
		margin-bottom: 12px !important;
	}

	#section-comments {
		margin-top: 18px !important;
	}

	#section-comments .card {
		border: 1px solid #ddd !important;
		border-radius: 4px !important;
		padding: 14px !important;
	}

	.ttt-pdp__wide-products {
		margin-top: 22px !important;
	}

	.ttt-pdp__wide-products > .row,
	#recent-view-coll > .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.ttt-pdp__wide-products > .row > .col-12,
	#recent-view-coll > .row > .col-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ttt-pdp__wide-products .section_prd_feature {
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow: hidden !important;
	}

	.ttt-pdp__content-section .container,
	#section-easy-review,
	#section-comments,
	.ttt-pdp__wide-products,
	#recent-view-coll {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.ttt-pdp__tabbar,
	.ttt-pdp__content-grid,
	.ttt-pdp__description .product_getcontent,
	.ttt-pdp .product-specifications .product_getcontent {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
}

.ttt-pdp__description .content h3 {
	font-size: 16px !important;
	line-height: 25px !important;
}

/* PDP typography final lock */
.ttt-pdp .title-product {
	font-size: 24px !important;
	line-height: 29px !important;
}
.ttt-pdp__description .product_getcontent,
.ttt-pdp__description .content,
.ttt-pdp__description .content p,
.ttt-pdp .product-specifications .product_getcontent,
.ttt-pdp .product-specifications table td,
.ttt-pdp-promo-card,
.ttt-pdp-promo-card__body,
.ttt-pdp-promo-card__body li,
.ttt-pdp-promo-card__body p,
.ttt-pdp-promo-card small {
	font-size: 15px !important;
	line-height: 25px !important;
}
.ttt-pdp__description .content h1,
.ttt-pdp__description .content h1 * {
	font-size: 24px !important;
	line-height: 29px !important;
}
.ttt-pdp__description .content h2,
.ttt-pdp__description .content h2 * {
	font-size: 20px !important;
	line-height: 25px !important;
}
.ttt-pdp__description .content h3,
.ttt-pdp__description .content h3 * {
	font-size: 16px !important;
	line-height: 25px !important;
}
.ttt-pdp-promo-card__heading,
.ttt-pdp .product-specifications .heading-bar__title,
.ttt-pdp__tab {
	font-size: 16px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
}
.ttt-pdp-promo-card strong,
.ttt-pdp-promo-card__body strong {
	font-size: 15px !important;
	line-height: 25px !important;
}
.ttt-pdp .details-product .details-pro .product-price,
.ttt-pdp .details-product .details-pro > .ttt-pdp-price-main .product-price {
	font-size: 25px !important;
	line-height: 29px !important;
}
.ttt-pdp .button_actions > .buynow,
.ttt-pdp .button_actions .btn-cart,
.ttt-pdp .button_actions .btn-installment,
.ttt-pdp .button_actions .btn-installment > strong {
	font-size: 16px !important;
	line-height: 20px !important;
}
.ttt-pdp .button_actions > .buynow > span,
.ttt-pdp .button_actions .btn-installment > span {
	font-size: 15px !important;
	line-height: 20px !important;
}
.ttt-pdp-promo-card__heading {
	margin: 0;
	padding: 9px 12px;
	color: #111;
}
.ttt-pdp-promo-card--special .ttt-pdp-promo-card__heading {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #000;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.ttt-pdp-promo-card--special .ttt-pdp-promo-card__heading span {
	display: inline-flex;
	align-items: center;
}
.ttt-pdp-promo-card--special .ttt-pdp-promo-card__heading img {
	width: 22px;
	height: 22px;
}

.ttt-pdp-promo-card--offers h2,
.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__heading {
	font-size: 15px !important;
	padding: 8px 12px !important;
}

.ttt-pdp-promo-card--offers li {
	grid-template-columns: 32px 1fr !important;
	min-height: 0 !important;
	padding: 5px 12px !important;
	gap: 8px !important;
}

.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon {
	width: 28px !important;
	height: 28px !important;
}

.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon img {
	width: 28px !important;
	height: 28px !important;
}

.ttt-pdp-promo-card--offers strong {
	font-size: 13px !important;
	font-weight: 500 !important;
}

.ttt-pdp-promo-card--special h2,
.ttt-pdp-promo-card--special .ttt-pdp-promo-card__heading {
	font-size: 15px !important;
	padding: 8px 12px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__body {
	padding: 10px 12px !important;
	font-size: 13px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__body > ul > li {
	margin-bottom: 8px !important;
	gap: 8px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-special-check {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 16px !important;
	width: 16px !important;
	min-width: 16px !important;
	max-width: 16px !important;
	height: 16px !important;
	min-height: 16px !important;
	max-height: 16px !important;
	margin-top: 1px !important;
	border-radius: 50% !important;
	box-sizing: border-box;
	font-size: 8px !important;
	line-height: 16px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-special-check i {
	display: block;
	line-height: 1 !important;
}

/* PDP compact commitment box */
.ttt-pdp-promo-card--offers {
	margin-bottom: 14px !important;
}

.ttt-pdp-promo-card--offers h2,
.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__heading {
	font-size: 16px !important;
	line-height: 22px !important;
	padding: 8px 12px !important;
}

.ttt-pdp-promo-card--offers li {
	grid-template-columns: 30px 1fr !important;
	gap: 8px !important;
	min-height: 0 !important;
	padding: 5.5px 12px 7px !important;
}

.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon,
.ttt-pdp-promo-card--offers .ttt-pdp-promo-card__icon img {
	width: 26px !important;
	height: 26px !important;
}

.ttt-pdp-promo-card--offers strong {
	font-size: 14px !important;
	line-height: 17px !important;
	font-weight: 700 !important;
}

.ttt-pdp-promo-card--offers small {
	font-size: 11px !important;
	line-height: 16px !important;
	margin-top: 2px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__heading {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	line-height: 22px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__heading span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	line-height: 0 !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__heading img {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	object-fit: contain;
}

/* PDP special promo aligns with secondary action buttons */
.ttt-pdp-promo-card--special {
	margin-bottom: 0 !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__body {
	padding: 15px 12px !important;
	line-height: 23px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__body > ul > li {
	align-items: flex-start !important;
	margin-bottom: 7px !important;
	line-height: 23px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__body > ul > li:last-child {
	margin-bottom: 0 !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-special-content,
.ttt-pdp-promo-card--special .ttt-pdp-special-content * {
	line-height: 23px !important;
}

.ttt-pdp-promo-card--special .ttt-pdp-promo-card__body ul ul {
	margin-top: 3px !important;
	padding-left: 18px !important;
}

/* PDP thumbnail gallery final lock */
.ttt-pdp .slickthumb_relative_product_1 {
	overflow: hidden !important;
}

.ttt-pdp #gallery_02.slick-slider,
.ttt-pdp #gallery_02.slider-nav {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.ttt-pdp #gallery_02 .slick-list {
	display: block !important;
	width: 100% !important;
	overflow: hidden !important;
	margin: 0 -6px !important;
}

.ttt-pdp #gallery_02 .slick-track {
	display: flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	margin-left: 0 !important;
}

.ttt-pdp #gallery_02 .item,
.ttt-pdp #gallery_02 .item.slick-slide {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 72px !important;
	float: none !important;
	width: 72px !important;
	height: 70px !important;
	margin: 0 6px !important;
	box-sizing: border-box !important;
}

.ttt-pdp #gallery_02 .item a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
}

.ttt-pdp #gallery_02 .item img,
.ttt-pdp #gallery_02 .item.slick-slide img {
	position: static !important;
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 64px !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}

.ttt-pdp .group-status {
	display: flex !important;
	flex-wrap: wrap !important;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

@media (max-width: 767px) {
	.ttt-pdp__wide-products .section_prd_feature {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
	}
}
