body#template-product {
	background-color: var(--body-background);
}
.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: var(--maxHeightContent);
	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;
}
.card h2.starbap-rev-widg__title {
    color: var(--text-color);
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.2;
}
.card .title-bl h2 {
    color: var(--text-color);
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.2;
}
.card .starbap-rev-widg {
    margin: 0;
    padding: 0;
    border: none;
}
@media (max-width: 767px) {
	.hrv-product-reviews-summary{
		width: 100%!important;
	}
	.product-reviews-summary-actions{
		float: none!important
	}
	.hrv-product-reviews-form{
		width: 100%!important;
		margin-top: 1rem
	}
}

#cro-buy-add-cart .crbtn__content{
	flex-direction: row !important;
	grid-gap: 5px;
}
#cro-buy-add-cart .crbtn__content .cr-icon{
	margin: 0;
	padding: 0;
}
#cro-buy-add-cart .crbtn__content .crbtn__title{
	font-size: 12px !important;
}
/* Mobile polish for product page */
@media (max-width: 767px) {
  .product-images {
    padding: 12px !important;
  }
  .large-image {
    margin-bottom: 8px;
  }
  #gallery_1,
  #gallery_1 .item,
  .large-image > a,
  .large-image .embed-responsive {
    min-height: 280px;
  }
  #gallery_02 .item.slick-slide,
  #gallery_02:not(.slick-slider) .item {
    height: 64px;
    width: 64px;
    flex: 0 0 64px;
  }
  #gallery_02:not(.slick-slider) img {
    max-height: 60px;
  }
  .details-pro {
    padding: 16px !important;
    margin-top: 12px !important;
  }
  .title-product {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  .group-status {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
  }
  .price-box,
  .form-product,
  .product-promotion,
  .product-summary,
  .form_button_details {
    margin-top: 10px;
  }
  .product-promotion {
    padding: 10px 12px;
  }
  .product-promotion__heading {
    font-size: 14px;
  }
  .form_product_content .soluong {
    display: block !important;
  }
  .button_actions,
  .form_product_content > div[style*='display: flex'] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
    width: 100%;
  }
  .button_actions .btn,
  .btn_add_cart,
  .buynow,
  .btn-installment {
    width: 100% !important;
    min-height: 48px;
    font-size: 15px;
  }
  .product-hotline {
    font-size: 13px;
    line-height: 1.5;
  }
  .section.sec_tab.product-description-section {
    margin-top: 12px;
  }
  .product-content.card {
    padding: 14px !important;
  }
  #content {
    font-size: 14px;
    line-height: 1.6;
  }
  #section-comments {
    margin-top: 16px !important;
  }
  #section-comments .card {
    padding: 12px !important;
  }
  #section-comments .heading-bar__title,
  #section-comments h2 {
    font-size: 16px;
  }
  .related-product {
    padding: 14px !important;
  }
  .related-product .heading-bar {
    margin-bottom: 10px;
  }
  .related-product .heading-bar__title {
    font-size: 18px;
  }
  .product_related.row .item,
  .js-same-brand .item,
  .js-same-type .item {
    min-width: 170px;
    flex: 0 0 170px;
    padding: 0 6px;
  }
}

@media (max-width: 767px) {
  .details-product > .row {
    row-gap: 10px;
  }
  .product-images.bg-white,
  .details-pro.bg-white,
  .product-content.card,
  .related-product,
  #section-comments .card {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
  }
  .product-detail-left .share-buttons,
  .share-buttons,
  .social-sharing {
    margin-top: 8px;
    padding-top: 8px;
  }
  .product-detail-left strong,
  .product-detail-left .share-buttons strong {
    font-size: 13px;
  }
  .product-detail-left .share-buttons a,
  .share-buttons a,
  .social-sharing a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    border-radius: 50%;
    background: #f6f7fb;
  }
  .group-status {
    margin-top: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e5e7eb;
  }
  .group-status .first_status,
  .pd-compare-product-add {
    font-size: 13px;
    line-height: 1.5;
  }
  .special-price .product-price,
  .price-box .price,
  .details-pro .product-price {
    font-size: 28px !important;
    line-height: 1.2;
    font-weight: 700;
  }
  .old-price,
  .save-price,
  .details-pro .old-price,
  .details-pro .save-price {
    font-size: 13px;
  }
  .product-promotion {
    border-radius: 10px;
    background: #fff8f0;
    border: 1px solid #ffe2bf;
  }
  .product-promotion ul,
  .promotion-box {
    margin-bottom: 0;
    padding-left: 18px;
  }
  .swatch {
    margin-top: 10px;
  }
  .swatch .header,
  .swatch .swatch-header {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .form_button_details {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px 0 8px;
    z-index: 8;
  }
  .soluong_type_1 {
    margin-bottom: 10px;
  }
  .custom-btn-number,
  .input_number_product {
    max-width: 140px;
  }
  .button_actions .btn_add_cart,
  .button_actions .buynow,
  .button_actions .btn-installment,
  .button_actions .btn {
    border-radius: 10px;
    font-weight: 700;
  }
  .heading-bar__title,
  .title_module_main .heading-bar__title {
    font-size: 18px !important;
    line-height: 1.3;
  }
  #content p,
  #content li,
  .product_getcontent p,
  .product_getcontent li {
    font-size: 14px;
    line-height: 1.7;
  }
  .product-specifications {
    margin-top: 12px;
    padding: 12px !important;
  }
  .product-specifications table {
    font-size: 13px;
  }
  .related-product .heading-bar {
    margin-bottom: 12px;
  }
  .related-product .heading-bar__title {
    font-size: 16px !important;
  }
  .product_related.row,
  .js-same-brand,
  .js-same-type {
    gap: 10px;
    padding-bottom: 4px;
  }
  .product_related.row .item,
  .js-same-brand .item,
  .js-same-type .item {
    min-width: 150px;
    flex: 0 0 150px;
    padding: 0;
  }
  #section-comments {
    order: 99;
  }
  #section-comments .fb-comments,
  #section-comments iframe {
    max-height: 320px !important;
  }
  #section-comments .card {
    padding: 10px !important;
  }
}

@media (max-width: 767px) {
  .product-comments-end {
    margin-top: 22px !important;
  }
  .product-comments-end .heading-bar__title,
  .product-comments-end h2 {
    font-size: 15px !important;
    line-height: 1.3;
  }
  .product-comments-end .card {
    padding: 10px !important;
  }
  .product-comments-end iframe,
  .product-comments-end .fb-comments {
    max-height: 280px !important;
  }
}

@media (max-width: 767px) {
  .large-image,
  .large-image .embed-responsive,
  .large-image .embed-responsive-1by1 {
    min-height: 220px !important;
    max-height: 240px;
  }
  #gallery_1,
  #gallery_1 .item {
    min-height: 220px !important;
  }
  .product-detail-left {
    padding-bottom: 6px !important;
  }
  .product-detail-left .share-buttons,
  .product-detail-left strong,
  .product-detail-left .social-sharing {
    font-size: 12px !important;
  }
  .product-detail-left .share-buttons a,
  .share-buttons a,
  .social-sharing a {
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
  .title-product {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .details-pro {
    padding: 14px !important;
  }
  .group-status {
    gap: 4px;
    font-size: 12px;
  }
  .price-box,
  .details-pro .price-box {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .special-price .product-price,
  .price-box .price,
  .details-pro .product-price {
    font-size: 24px !important;
  }
  .swatch {
    margin-top: 8px;
  }
  .swatch .header,
  .swatch .swatch-header,
  .swatch-element label {
    font-size: 12px !important;
  }
  .form_button_details {
    padding-top: 8px;
  }
  .soluong_type_1 label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .custom-btn-number,
  .input_number_product {
    max-width: 124px;
  }
  .button_actions {
    gap: 8px !important;
  }
  .button_actions .btn_add_cart,
  .button_actions .buynow,
  .button_actions .btn-installment,
  .button_actions .btn {
    min-height: 44px;
    font-size: 14px;
  }
  .product-hotline {
    margin-top: 8px;
    font-size: 12px;
  }
  .product-content.card,
  .product-specifications,
  .related-product {
    padding: 12px !important;
  }
  .product_related.row .item,
  .js-same-brand .item,
  .js-same-type .item {
    min-width: 138px;
    flex: 0 0 138px;
  }
  .item_product_main .product-name,
  .item_product_main h3,
  .item_product_main .product-name a {
    font-size: 13px !important;
    line-height: 1.45;
  }
  .item_product_main .price,
  .item_product_main .product-price,
  .item_product_main .special-price {
    font-size: 14px !important;
  }
}


@media (max-width: 767px) {
  .bread-crumb {
    margin: 4px 0 6px;
    padding: 0 10px;
  }
  .bread-crumb .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    font-size: 11px;
    padding-bottom: 2px;
  }
  .top-banner {
    display: none;
  }
  .product-detail-left {
    position: relative;
  }
  .product-detail-left .share-buttons,
  .share-buttons,
  .social-sharing {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: rgba(255,255,255,.92);
    padding: 6px 4px;
    border-radius: 10px;
    z-index: 2;
  }
  .product-detail-left .share-buttons strong,
  .share-buttons strong,
  .social-sharing strong {
    display: none;
  }
  .title-product {
    font-size: 18px !important;
    line-height: 1.35;
  }
  .group-status {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 11px;
    margin-top: 6px;
  }
  .group-status .first_status,
  .pd-compare-product-add {
    font-size: 11px;
    line-height: 1.45;
  }
  .pd-compare-product-add {
    margin-top: 6px !important;
  }
  .button_actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .button_actions .btn_add_cart,
  .button_actions .buynow,
  .button_actions .btn-installment,
  .button_actions .btn {
    min-height: 42px;
    font-size: 13px;
    padding: 8px 10px;
  }
  .button_actions .btn span {
    font-size: 13px;
  }
  .related-product {
    margin-top: 14px;
  }
  .product-comments-end {
    margin-top: 18px !important;
    order: 999;
  }
}

/* Phone-only final CTA/layout fixes */
@media (max-width: 480px) {
  .product-detail-left .share-buttons,
  .share-buttons,
  .social-sharing {
    top: 6px;
    right: 6px;
    gap: 3px;
    padding: 4px 3px;
  }
  .product-detail-left .share-buttons a,
  .share-buttons a,
  .social-sharing a {
    width: 26px;
    height: 26px;
    margin-right: 0;
  }
  .details-pro {
    padding: 12px !important;
  }
  .title-product {
    font-size: 17px !important;
    line-height: 1.3;
  }
  .group-status,
  .group-status .first_status,
  .pd-compare-product-add {
    font-size: 10.5px !important;
    line-height: 1.4;
  }
  .group-status {
    gap: 1px;
  }
  .form_product_content .soluong {
    margin-bottom: 8px;
  }
  .form_product_content .soluong label,
  .swatch .header,
  .swatch .swatch-header {
    font-size: 11px !important;
  }
  .button_actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .button_actions > *,
  .button_actions .btn,
  .button_actions .btn_add_cart,
  .button_actions .buynow,
  .button_actions .btn-installment {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 44px !important;
    height: 44px !important;
    line-height: 1.2 !important;
    padding: 0 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }
  .button_actions .btn span,
  .button_actions .btn_add_cart span,
  .button_actions .buynow span {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
  .button_actions .btn .text_1 {
    display: inline !important;
  }
  .product-hotline {
    font-size: 11px !important;
  }
  .product_related.row .item,
  .js-same-brand .item,
  .js-same-type .item {
    min-width: 132px;
    flex: 0 0 132px;
  }
  .item_product_main .product-name,
  .item_product_main h3,
  .item_product_main .product-name a {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .item_product_main .price,
  .item_product_main .product-price,
  .item_product_main .special-price {
    font-size: 13px !important;
  }
  .product-comments-end {
    margin-top: 24px !important;
  }
}

@media (max-width: 480px) {
  .product-detail-left .share-buttons,
  .share-buttons,
  .social-sharing {
    opacity: 0.82;
    transform: scale(0.92);
    transform-origin: top right;
  }
  .large-image,
  .large-image .embed-responsive,
  .large-image .embed-responsive-1by1,
  #gallery_1,
  #gallery_1 .item {
    min-height: 190px !important;
    max-height: 210px !important;
  }
  .details-pro {
    margin-top: 8px !important;
  }
  .button_actions {
    grid-template-columns: 1fr 1fr !important;
  }
  .button_actions .btn-installment,
  .button_actions a.btn-installment {
    grid-column: 1 / -1 !important;
    min-height: 40px !important;
    height: 40px !important;
    font-size: 12px !important;
    margin-top: 2px;
  }
  .button_actions .buynow,
  .button_actions .btn_add_cart {
    min-height: 42px !important;
    height: 42px !important;
  }
  #section-comments {
    margin-top: 28px !important;
  }
  .product-comments-end {
    order: 9999;
  }
}


@media (max-width: 480px) {
  .button_actions .btn-installment,
  .button_actions a.btn-installment {
    display: none !important;
  }
  .button_actions {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 480px) {
  body#template-product .mid-header {
    padding: 4px 0 !important;
  }
  body#template-product .mid-header .row {
    align-items: center;
    row-gap: 4px;
  }
  body#template-product .header-left,
  body#template-product .header-center,
  body#template-product .header-right {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body#template-product .header-left {
    flex: 0 0 28%;
    max-width: 28%;
  }
  body#template-product .header-center {
    flex: 0 0 56%;
    max-width: 56%;
    order: 0 !important;
    margin-top: 0 !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  body#template-product .header-right {
    flex: 0 0 16%;
    max-width: 16%;
    display: flex;
    justify-content: flex-end;
  }
  body#template-product .mid-header .logo-wrapper {
    max-width: 110px !important;
  }
  body#template-product #search-header {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#template-product #search-header .custom-input-group .input-group-field {
    height: 30px !important;
    min-height: 30px !important;
    font-size: 11px !important;
    padding-left: 10px;
    padding-right: 38px;
  }
  body#template-product #search-header .btn {
    min-height: 30px !important;
    width: 34px;
    padding: 0 !important;
  }
  body#template-product .header-right li:first-child {
    display: none !important;
  }
  body#template-product .header-right img,
  body#template-product .header-right .fas {
    max-width: 16px !important;
    font-size: 16px !important;
  }
  .bread-crumb {
    margin: 2px 0 4px !important;
    padding: 0 8px !important;
  }
  .bread-crumb .breadcrumb {
    font-size: 10px !important;
  }
  .details-product > .row {
    row-gap: 8px;
  }
  .product-images {
    padding: 8px !important;
  }
  .large-image,
  .large-image .embed-responsive,
  .large-image .embed-responsive-1by1,
  #gallery_1,
  #gallery_1 .item {
    min-height: 165px !important;
    max-height: 185px !important;
  }
  #gallery_02,
  .slickthumb_relative_product_1 {
    margin-top: 6px !important;
  }
  #gallery_02 .item.slick-slide,
  #gallery_02:not(.slick-slider) .item {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
  }
  #gallery_02:not(.slick-slider) img {
    max-height: 50px !important;
  }
  .product-detail-left .share-buttons,
  .share-buttons,
  .social-sharing {
    top: 4px !important;
    right: 4px !important;
    gap: 2px !important;
    padding: 3px 2px !important;
    opacity: .72;
  }
  .product-detail-left .share-buttons a,
  .share-buttons a,
  .social-sharing a {
    width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
  }
  .title-product {
    font-size: 16px !important;
    line-height: 1.28 !important;
    margin-bottom: 6px !important;
  }
  .group-status,
  .group-status .first_status,
  .pd-compare-product-add {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }
  .group-status {
    gap: 0 !important;
    margin-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .price-box,
  .details-pro .price-box {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .special-price .product-price,
  .price-box .price,
  .details-pro .product-price {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }
  .swatch,
  .form-product,
  .product-promotion,
  .form_button_details {
    margin-top: 6px !important;
  }
  .button_actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    width: 100% !important;
  }
  .button_actions .btn-installment,
  .button_actions a.btn-installment {
    display: none !important;
  }
  .button_actions .btn_add_cart,
  .button_actions .buynow,
  .button_actions .btn {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    border-radius: 8px !important;
  }
  .button_actions .btn span,
  .button_actions .btn_add_cart span,
  .button_actions .buynow span {
    font-size: 12px !important;
  }
  .soluong_type_1 {
    margin-bottom: 6px !important;
  }
  .soluong_type_1 label,
  .swatch .header,
  .swatch .swatch-header {
    font-size: 10.5px !important;
    margin-bottom: 4px !important;
  }
  .custom-btn-number,
  .input_number_product {
    max-width: 112px !important;
  }
  .product-hotline {
    font-size: 10.5px !important;
    margin-top: 6px !important;
  }
  .product-content.card,
  .product-specifications,
  .related-product {
    padding: 10px !important;
  }
  .heading-bar__title,
  .title_module_main .heading-bar__title {
    font-size: 15px !important;
  }
  #content p,
  #content li,
  .product_getcontent p,
  .product_getcontent li {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  .related-product {
    margin-top: 12px !important;
  }
  .related-product .heading-bar__title {
    font-size: 15px !important;
  }
  .product_related.row,
  .js-same-brand,
  .js-same-type {
    gap: 8px !important;
  }
  .product_related.row .item,
  .js-same-brand .item,
  .js-same-type .item {
    min-width: 124px !important;
    flex: 0 0 124px !important;
  }
  .item_product_main .product-name,
  .item_product_main h3,
  .item_product_main .product-name a {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
  .item_product_main .price,
  .item_product_main .product-price,
  .item_product_main .special-price {
    font-size: 12px !important;
  }
  .product-comments-end,
  #section-comments {
    margin-top: 22px !important;
    order: 9999;
  }
  #section-comments .heading-bar__title,
  #section-comments h2 {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .product-phone-only {
    display: block !important;
  }
  .product-phone-shell {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
  }
  .phone-product-top {
    display: block;
  }
  .phone-gallery-wrap {
    position: relative;
  }
  .phone-gallery-main {
    min-height: 150px;
    max-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .phone-main-image {
    max-height: 160px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
  }
  .phone-gallery-thumbs {
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .phone-thumb-item {
    width: 46px;
    flex: 0 0 46px;
  }
  .phone-share-rail {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: rgba(255,255,255,.9);
    padding: 4px 3px;
    border-radius: 8px;
    z-index: 3;
  }
  .phone-share-rail a {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    border-radius: 50%;
    font-size: 11px;
    color: var(--text-color);
  }
  .phone-product-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .phone-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 10.5px;
    color: #555;
  }
  .phone-meta strong {
    font-weight: 600;
    color: #222;
  }
  .phone-price-variant-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .phone-price-box .special-price .product-price,
  .phone-price-box .price-box .price,
  .phone-price-box .product-price {
    font-size: 22px !important;
    line-height: 1.15;
    font-weight: 700;
  }
  .phone-variant-box .swatch,
  .phone-variant-box .header,
  .phone-variant-box .swatch-header,
  .phone-variant-box .swatch-element label {
    font-size: 11px !important;
  }
  .phone-qty-wrap label {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .phone-buy-box {
    margin-top: 8px;
  }
  .phone-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .phone-cta-grid .btn {
    min-height: 40px;
    height: 40px;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
  }
  .phone-product-body {
    margin-top: 12px;
  }
  .phone-section-block {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
  }
  .phone-section-title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .phone-section-content p,
  .phone-section-content li,
  .phone-section-content td,
  .phone-section-content th {
    font-size: 13px;
    line-height: 1.6;
  }
  .phone-section-content table {
    font-size: 12px;
  }
  .d-none.d-md-block {
    display: none !important;
  }
}

@media (max-width: 480px) {
  body#template-product {
    background: #f5f5f5 !important;
  }
  body#template-product > .banner,
  body#template-product .top-banner,
  body#template-product .details-product > .row > .product-right,
  body#template-product #section-comments,
  body#template-product #equalprice-products,
  body#template-product #recent-view-coll,
  body#template-product .section.sec_tab:not(.product-phone-only) {
    display: none !important;
  }

  body#template-product .mid-header {
    padding: 6px 8px !important;
    background: #fff !important;
    border-bottom: 1px solid #ebebeb !important;
  }
  body#template-product .mid-header .row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
  }
  body#template-product .header-left,
  body#template-product .header-center,
  body#template-product .header-right {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body#template-product .header-left { flex: 0 0 74px !important; max-width: 74px !important; }
  body#template-product .header-center { flex: 1 1 auto !important; min-width: 0 !important; padding: 0 6px !important; }
  body#template-product .header-right { flex: 0 0 32px !important; max-width: 32px !important; justify-content: flex-end !important; }
  body#template-product .mid-header .logo-wrapper,
  body#template-product #search-header .custom-input-group .input-group-field {
    height: 30px !important; min-height: 30px !important; border-radius: 16px !important; font-size: 11px !important;
    padding: 0 32px 0 10px !important; line-height: 30px !important; background: #f7f7f7 !important; border: 1px solid #ececec !important;
  }
  body#template-product #search-header .btn { width: 28px !important; height: 28px !important; min-height: 28px !important; padding: 0 !important; }
  body#template-product .header-right li:first-child,
  body#template-product .header-right .compare-link,
  body#template-product .header-right .js-compare-product { display: none !important; }
  body#template-product .header-right li:last-child a {
    display: flex !important; align-items: center !important; justify-content: center !important; width: 28px !important; height: 28px !important;
    background: #fff7ed; border-radius: 50%;
  }

  body#template-product .bread-crumb {
    display: block !important; padding: 6px 10px 0 !important; margin: 0 !important; background: #f5f5f5 !important;
  }
  body#template-product .bread-crumb .breadcrumb {
    display: block !important; white-space: nowrap !important; overflow-x: auto !important; font-size: 10px !important; line-height: 1.2 !important;
    margin: 0 !important; padding: 0 0 2px !important; color: #666;
  }
  body#template-product .bread-crumb .breadcrumb li,
  body#template-product .bread-crumb .breadcrumb a,
  body#template-product .bread-crumb .breadcrumb span { display: inline !important; font-size: 10px !important; }

  .phone-container-narrow { padding-left: 8px !important; padding-right: 8px !important; }
  .phone-mediamart-style {
    padding: 10px !important; background: #fff !important; border-radius: 10px !important; box-shadow: 0 1px 3px rgba(0,0,0,.06) !important;
  }
  .phone-gallery-wrap {
    border: 1px solid #ededed; border-radius: 10px; background: #fff; padding: 8px; position: relative;
  }
  .phone-gallery-main {
    min-height: 210px !important; max-height: 240px !important; display: flex; align-items: center; justify-content: center; background: #fff;
  }
  .phone-main-image { max-height: 220px !important; width: auto !important; }
  .phone-gallery-thumbs { justify-content: center; gap: 6px; }
  .phone-thumb-item {
    width: 42px; height: 42px; border: 1px solid #ececec; border-radius: 8px; overflow: hidden; margin-right: 0 !important; background: #fff;
  }
  .phone-share-rail { top: 8px; right: 6px; display: flex; flex-direction: column; gap: 6px; }
  .phone-share-icon {
    width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
    background: #f7f7f7; color: #333; font-size: 9px; font-weight: 700;
  }
  .phone-product-title { font-size: 16px !important; line-height: 1.35 !important; font-weight: 700 !important; margin-top: 10px; margin-bottom: 6px !important; }
  .phone-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; font-size: 10px; color: #777; margin-bottom: 8px !important; }

  .phone-mini-offers {
    display: flex; flex-wrap: wrap; gap: 6px;
  }
  .phone-mini-offer {
    display: inline-flex; align-items: center; justify-content: center; padding: 5px 8px; border-radius: 999px; background: #f3f4f6; color: #555; font-size: 10px; font-weight: 600;
  }
  .phone-mini-offer.is-hot { background: #fff1f2; color: #e11d48; }

  .phone-feature-strip { display: none !important; }

  .phone-price-variant-row { display: block !important; }
  .phone-price-box {
    background: #fffaf3; border: 1px solid #fed7aa; border-radius: 10px; padding: 10px; margin-bottom: 8px;
  }
  .phone-price-box .price,
  .phone-price-box .special-price,
  .phone-price-box .product-price { color: #dc2626 !important; font-size: 28px !important; font-weight: 800 !important; }
  .phone-variant-box { background: #fff; border: 1px solid #ececec; border-radius: 10px; padding: 10px; }
  .phone-variant-box .header,
  .phone-variant-box .swatch-header { display: none !important; }
  .phone-qty-wrap label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 6px; }
  .phone-buy-box { background: #fff; border: 1px solid #ececec; border-radius: 10px; padding: 10px; }
  .phone-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .phone-cta-grid .btn { min-height: 42px; height: 42px; border-radius: 8px; font-size: 12px; font-weight: 700; }
  .phone-buy-box .buynow { background: #ea580c !important; }
  .phone-buy-box .btn_add_cart { background: #fff !important; color: #ea580c !important; border: 1px solid #ea580c !important; }
  .product-hotline { font-size: 11px; color: #666; margin-top: 8px; }

  .phone-mobile-tabs {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 14px 0 0; position: sticky; top: 0; z-index: 3;
    background: #fff; padding-top: 8px;
  }
  .phone-mobile-tabs a {
    display: block; text-align: center; font-size: 11px; font-weight: 700; color: #444; background: #f8f8f8; border: 1px solid #ececec; border-radius: 999px; padding: 8px 4px;
  }

  .phone-section-block { padding: 12px 0 0 !important; background: transparent !important; }
  .phone-section-title, .phone-related-title { font-size: 15px !important; font-weight: 700 !important; margin-bottom: 10px !important; }
  .phone-section-content { font-size: 13px; line-height: 1.65; color: #333; }

  .phone-related-wrap {
    margin-top: 14px !important; padding: 12px 10px !important; background: #fff !important; border-radius: 10px !important; box-shadow: 0 1px 3px rgba(0,0,0,.05) !important;
  }
  .phone-related-wrap .related-product { padding: 0 !important; background: transparent !important; box-shadow: none !important; }
  .phone-related-wrap .product_related.row,
  .phone-related-wrap .js-same-brand,
  .phone-related-wrap .js-same-type { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 10px !important; overflow: visible !important; }
  .phone-related-wrap .item {
    min-width: 0 !important; flex: none !important; width: auto !important; background: #fff !important; border: 1px solid #ececec !important; border-radius: 10px !important; padding: 8px !important;
  }
  .phone-related-wrap .item_product_main .product-name,
  .phone-related-wrap .item_product_main h3,
  .phone-related-wrap .item_product_main .product-name a { font-size: 11px !important; line-height: 1.4 !important; min-height: 32px; }
  .phone-related-wrap .item_product_main .price,
  .phone-related-wrap .item_product_main .product-price,
  .phone-related-wrap .item_product_main .special-price { font-size: 12px !important; color: #dc2626 !important; font-weight: 700 !important; }
  .phone-related-wrap .slick-arrow,
  .phone-related-wrap .owl-nav,
  .phone-related-wrap .owl-prev,
  .phone-related-wrap .owl-next,
  .phone-related-wrap .swiper-button-prev,
  .phone-related-wrap .swiper-button-next,
  .phone-related-wrap .compare-price,
  .phone-related-wrap .product-review,
  .phone-related-wrap .haravan-product-reviews-badge,
  .phone-related-wrap .ajax_addtocart,
  .phone-related-wrap .add_to_cart,
  .phone-related-wrap button.btn-cart,
  .phone-related-wrap .smartview,
  .phone-related-wrap .quick-view,
  .phone-related-wrap .line-clamp,
  .phone-related-wrap .product-action,
  .phone-related-wrap .product-thumbnail__buttons,
  .phone-related-wrap .heading-bar,
  .phone-related-wrap .button_next,
  .phone-related-wrap .button_prev { display: none !important; }

  #section-comments-phone {
    display: block !important; margin-top: 14px !important; background: #fff; border-radius: 10px; padding: 12px 10px !important; box-shadow: 0 1px 3px rgba(0,0,0,.05) !important;
  }
  #section-comments-phone .phone-section-block { padding: 0 !important; }
  #section-comments-phone .fb-comments,
  #section-comments-phone iframe { width: 100% !important; max-height: 220px !important; }

  body#template-product .phone-product-shell + .text,
  body#template-product .phone-product-shell ~ .text { display: none !important; }
}



@media (max-width: 480px) {
  .product-phone-only .haravan-product-reviews-badge,
  .product-phone-only .product-review,
  .product-phone-only .compare-price,
  .product-phone-only .button_next,
  .product-phone-only .button_prev,
  .product-phone-only .slick-arrow,
  .product-phone-only .owl-nav,
  .product-phone-only .owl-prev,
  .product-phone-only .owl-next,
  .product-phone-only .swiper-button-prev,
  .product-phone-only .swiper-button-next,
  .product-phone-only .social-media,
  .product-phone-only .social-sharing,
  .product-phone-only .icon,
  .product-phone-only .fa,
  .product-phone-only i[class*="fa-"],
  .product-phone-only .star-off,
  .product-phone-only .star-on,
  .product-phone-only .review-star,
  .product-phone-only .product-thumbnail__buttons,
  .product-phone-only .quick-view,
  .product-phone-only .smartview,
  .product-phone-only .product-action,
  .product-phone-only .ajax_addtocart,
  .product-phone-only .add_to_cart,
  .product-phone-only button.btn-cart,
  .product-phone-only .compare-link,
  .product-phone-only .wishlist,
  .product-phone-only .btn-views,
  .product-phone-only .pro-brand,
  .product-phone-only .pro-vendor,
  .product-phone-only .fancybox,
  .product-phone-only .zoomContainer,
  .product-phone-only [class*="rating"],
  .product-phone-only [class*="review"] {
    display: none !important;
  }

  .product-phone-only .product_related.row > * {
    width: 50% !important;
    max-width: 50% !important;
  }

  .product-phone-only .item_product_main img {
    width: 100% !important;
    height: auto !important;
  }
}


@media (max-width: 480px) {
  .product-phone-only .phone-share-rail { display: none !important; }
  .product-phone-only .phone-block-related,
  .product-phone-only .phone-related-wrap { display: none !important; }
  .product-phone-only .phone-mobile-tabs {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .product-phone-only .phone-mobile-tabs a {
    font-size: 12px !important;
  }
  .product-phone-only .phone-block {
    margin-bottom: 10px;
  }
  .product-phone-only .phone-price-box,
  .product-phone-only .phone-variant-box,
  .product-phone-only .phone-buy-box,
  .product-phone-only #section-comments-phone {
    box-shadow: none !important;
  }
}


@media (max-width: 480px) {
  .phone-price-current { font-size: 28px; line-height: 1.2; font-weight: 800; color: #dc2626; }
  .phone-price-old { margin-top: 4px; font-size: 13px; color: #888; text-decoration: line-through; }
  .phone-variant-label { font-size: 12px; font-weight: 600; margin-bottom: 8px; }
  .phone-variant-values { display: flex; flex-wrap: wrap; gap: 8px; }
  .phone-variant-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 12px; border: 1px solid #dcdcdc; border-radius: 999px; font-size: 12px; background: #fff; }
  .phone-variant-pill.is-active { border-color: #ea580c; color: #ea580c; background: #fff7ed; }
  .phone-block-buy .btn_add_cart { display: inline-flex !important; align-items: center; justify-content: center; }
}




