.skiptranslate {
    display: none !important;
}
button.js-close-banner.banner-close-btn {
    position: absolute;
    right: 0;
    background: none;
    border: 0;
    font-size: 24px;
    font-weight: bold;
}

.language-picker {
    text-align: center;
    padding: 20px;
}
.product-title-detail {
    font-size: 2.4rem;
}
.language-picker h3 {
    font-size: 4rem;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language-picker h3 span {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 1rem;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
}

.language-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.flag-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s;
}

.flag-item:hover {
    transform: scale(1.1);
}

.flag-item img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.flag-item span {
    font-size: 12px;
    color: #696969;
    margin-top: 5px;
}

.config-section {
    position: relative;
    cursor: pointer;
}
.wrap-config {
    position: absolute;
    right: 0;
    top: calc(100% + 1.5rem);
    padding: 2rem;
    border-radius: 1rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 360px;
    background-color: #fff;
    box-shadow: 0 6px 12px 4px #00000014;
    -webkit-box-shadow: 0 6px 12px 4px rgba(0, 0, 0, .08);
}

.wrap-config .title-config {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.config-section:hover .wrap-config {
    opacity: 1;
    visibility: visible;
}

.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-26{
    font-size: 2.6rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.object-cover {
    object-fit: cover !important;
}
.hover-img{
    overflow: hidden;
}
.hover-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}
.hover-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.spacing-2{
    letter-spacing: 2px;
}
.color-red{
    color: red;
}

a {
    color: var(--color-highlight);
}

.object-cover {
    object-fit: cover !important; 
}
.object-scale {
    object-fit: scale-down !important;
}
.color-text {
    color: var(--color-text);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.rounded{
    border-radius: 0.5rem !important;
}
.text-underline {
    text-decoration: underline;
}


.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top>.container>.row>div>div {
    width: max-content;
}
.setting-menu .menu-sect{
    /* text-align: center; */
    width: 100%;
}
.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.search-section .form-dropdown input {
    min-height: 4.5rem;
}

.slider-main .swiper-slide-active .swiper-slide--tile {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}
.slider-main .swiper-slide-active .swiper-slide--description {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider-main .swiper-slide-active .btn-submit {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.slider-main, .slider-main img {
    width: 100%;
    /* object-fit: cover; */
}

.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
.swiper-pagination-bullet {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 4px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--color-highlight);
    opacity: 1;
    border-radius: 50%;
}
.swiper-pagination-bullet-active {
    background: var(--color-highlight);
}
.swiper-button-prev, .swiper-button-next {
    width: 4rem;
    height: 4rem;
    background: var(--color-highlight);
    color: white;
    font-size: 1.6rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-main);
    color: white;
}

.product-item-hover:hover {
    box-shadow: 0px 4px 15px rgba(20, 25, 26, 0.2);
}
.swiper .swiper-slide{
    height: auto;
    /* margin-bottom:3rem; */
}
.cate-home-section .item:nth-child(2n+2)>.row {
    flex-direction: row-reverse;
}
.cate-home-section .cate-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 16rem 0;
}
.instagram-section .image:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    transition: all .5s ease;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

.instagram-section .image:after {
    content: "\f16d";
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 5rem;
    transition: all .5s ease;
    opacity: 0;
    z-index:2
}

.instagram-section .swiper-slide:hover .image:before, .instagram-section .swiper-slide:hover .image:after {
    opacity: 1;
    transition: all .5s ease;
}
.testimonial-section .img img {
    width: 10rem;
    height: 10rem;
    object-fit: cover;
}
footer {
    background: var(--color-highlight);
}
.footer-menu-section ul li {
    margin-bottom: 1rem;
}
.footer-menu-section ul li:last-child {
    margin: 0;
}
.footer-menu-section ul li a:hover {
    color: white !important;
    text-decoration: underline;
}
.social-section li {
    margin-right: 1rem;
}

.social-section li a {
    color: var(--color-highlight);
    font-size: 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.social-section li a:hover {
    color: var(--color-highlight);
    background: white;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control {
    border-color: #e4e4e4;
    min-height: -5.4rem;
}
.newsletter .btn-submit {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    height: calc(100% - 0.4rem);
}
.newsletter .invalid-feedback {
    position: absolute;
    color: white !important;
    bottom:-2.5rem;
}
.contact-fixed {
    z-index: 999;
    right: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 20rem;
    position: absolute;
    bottom: 8rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -0.7rem;
    right: 2.5rem;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    padding: 0.8rem;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}

@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}

/* .banner-section .item a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.banner-section .item a:after {
    content: "";
    background-color: #00000014;
    padding: 30px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    -moz-transform: rotate3d(1, 1, 0, 100deg);
    -ms-transform: rotate3d(1, 1, 0, 100deg);
    -o-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
}
.banner-section .item a:hover:after {
    opacity: 1;
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0);
} */
.contact-info .item i {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: var(--color-highlight);
    color: white;
    border-radius: 50%;
    font-size: 2.5rem;
    display: inline-block;
}


.product-btn .btn-product-action {
    background: var(--color-highlight);
}
.product-btn .btn-product-action:hover{
    border-color: var(--color-highlight);
    color: var(--color-highlight);
    background: transparent;
}
.view-small .article-item .article-title a {
    font-weight: 400;
    font-size: 1.4rem;
}

.title-line:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--light);
}
.title-line span{
    background:white;
    position:relative;
    padding: 0 2rem;
}
.title-left .title-line span {
    padding-left: 0;
}


.product-image-detail .inner-image {
    padding-top: 100%;
    margin: 0;
}
.invalid-feedback {
    color: #dc3545 !important;
}
.bootstrap-select>.dropdown-toggle {
    min-height: 4.5rem;
}
.toolbar__item a img {
    width: 20px !important;
    height: 20px !important;
}
.product-action .btn-product-action:last-child {
    margin-right: 0;
}
.product-detail-footer .nav li a.active::before {
    background-color: #000001;
}

.product-detail-footer .nav li:last-child {
    padding: 0 !important;
}
.title-article-detail {
    font-size: 2.4rem;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}
body {
  counter-reset: section;
  position: unset !important;
  inset: 0 !important;
}

.file-number::before {
  counter-increment: section;
  content: counter(section);
}
.list-file .article-title a{
    color: var(--color-main);
}


.is-mobile .menu-section{
    position: fixed;
    width: 29rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-29rem, 0, 0);
    -moz-transform: translate3d(-29rem, 0, 0);
    -ms-transform: translate3d(-29rem, 0, 0);
    -o-transform: translate3d(-29rem, 0, 0);
    transform: translate3d(-29rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}
.is-mobile .menu-top{
    display: block;
    position: relative;
    margin: 1.5rem;
}
.is-mobile .menu-section.open{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.is-mobile .menu-section .close-sidebar{
    position: absolute;
    font-size: 3rem;
    color: var(--color-main);
    top: -0.5rem;
    right: 0;
}

.is-mobile .menu-section > ul {
    background-color: transparent;
    position: static;
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section > ul li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section > ul li:last-child {
    border-bottom: 0;
}
.is-mobile .menu-section > ul li a {
	height: 5rem;
	line-height: inherit;
	padding: 0 4rem 0 1.5rem !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.is-mobile .menu-section > ul > li > a {
    text-align: left;
    color: var(--color-main);
}
.is-mobile .menu-section > ul > li:last-child {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section > ul > li.has-child:hover > a {
    background-color: transparent;
    color: var(--color-main);
}
.is-mobile .menu-section .grower {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    border-left: 0.1rem solid #e3e3e3;
    pointer-events: auto;
}
.is-mobile .menu-section .grower::after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    vertical-align: bottom;
    font-weight: 600;
}
.is-mobile .menu-section .grower.open::after {
    content: "\f068";
}
.is-mobile .menu-section .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--color-text);
    font-size: 1.4rem !important;
}
.is-mobile .menu-section .menu-title::before {
    content: none;
}
.is-mobile .menu-section .row-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
}
.is-mobile .menu-section .row-menu > div,
.is-mobile .menu-section .row-menu li {
    max-width: 100%;
    padding: 0;
}
.is-mobile .menu-section .container-menu {
    min-height: auto !important;
}
.is-mobile .menu-section .container-menu .sub-menu {
    display: none;
    padding: 0;
    margin-bottom: 0 !important;
}
.is-mobile .menu-section .container-menu .sub-menu li {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .container-menu .sub-menu li:last-child {
    border-bottom: 0;
}
.is-mobile .menu-section .child-indicator {
    display: none;
}
.is-mobile .menu-section .entry-menu {
    background-color: transparent;
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.dropdown ul {
    border-top: 0.1rem solid #e3e3e3;
    background-color: transparent;
    position: static;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    display: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.is-mobile .menu-section .entry-menu.full-width .container-menu {
    padding: 0;
    width: 100%;
}
.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu:last-child {
    border-bottom: 0;
}
.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.multil-column .row-menu > div {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.multil-column .row-menu:last-child > div {
    border-bottom: 0;
}
.is-mobile .menu-section .entry-menu.multil-column .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .has-child {
    position: relative;
}
.is-mobile .menu-section .has-child > a {
    position: relative;
}
.is-mobile .menu-section .has-child > a > span {
    display: none !important;
}
.is-mobile .menu-section .has-child > .entry-menu {
    position: static;
    padding: 0;
    min-width: auto;
    width: auto;
    display: none;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.is-mobile .menu-section .has-child > .entry-menu::before {
    content: none;
}
.is-mobile .menu-section .has-child:hover > a {
    background-color: transparent !important;
    color: var(--color-main) !important;
}
.is-mobile .btn-menu-mobile {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 3.5rem;
    display: inline-block;
    color: var(--color-main);
}
.is-mobile .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}
.is-mobile .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}
.is-mobile .setting-menu>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-item .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


.setting-menu-mb >.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drop_hover:hover .dropdown-menu {
  display: block;
}

@media (min-width:992px) {
	header > .header-top .container, footer .container {
		max-width: 1500px;
		padding: 0 40px;
	}
    .header-top .menu-container{
        display: none;
    }
    .setting-menu .menu-sect {
        border-top: 1px solid #eee;
    }
    .setting-menu{
        border-bottom: 1px solid #eee;
    }
    
    .col-lg-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media (min-width:1024px) {
    .col-xl-3-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-9-custom{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .swiper-button-prev, .swiper-button-next {
        opacity: 0 !important;
    }
    .swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
        opacity: 1 !important;
    }
    .swiper-button-prev{
        left:-5rem;
    }
    .swiper-button-next{
        right:-5rem;
    }
    
    .swiper:hover .swiper-button-prev{
        left:1rem;
    }
    .swiper:hover .swiper-button-next{
        right:1rem;
    }
}

@media (max-width:992px) {
    .setting-menu .menu-container{
        display: none;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .setting-menu>.container>.row>div{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-item .price-amount {
        display: block;
    }
    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }

    .list-category-right .img-category>div {
        padding-top: 75%;
    }
    .setting-menu-mb .entire-action-header {
        padding-left: 0 !important;
    }
    #nh-admin-bar {
        display: none;
    }
    
    .swiper-slide--tile {
        font-size: 3rem;    
    }
    .product-content-detail .add-to-cart {
        padding: 0 1rem;
        font-size: 1.2rem;
    }
    
    .product-quantity input {
        width: 4rem;
    }
}

@media (max-width:991px) {
    [class^="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0; 
    }
    .cate-home-section .cate-bg {
        padding: 5rem 0;
    }
}

@media only screen and (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .block-tab.nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
    }
    .btn-mini-cart {
        margin: 0 1rem;
    }
    .btn-submit-mb {
        padding: 1rem 1.5rem !important;
    }
    
    .btn-submit {
        padding: 1rem 2rem;
    }

    .header-top>.container>.row>div:first-child {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .header-top>.container>.row>div:last-child {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

.btn.btn-trust {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 28px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid var(--color-highlight);
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.btn-trust span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.btn-trust--fixed {
    width: 158px;
    max-width: 100%;
}

.btn-trust--primary {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
    color: var(--white);
}

.btn-trust--primary:hover {
    filter: brightness(0.94);
    color: var(--white);
}

.btn-trust--outline {
    background: var(--white);
    border-color: var(--color-highlight);
    color: var(--color-highlight);
}

.btn-trust--outline:hover {
    background: var(--light);
    color: var(--color-highlight);
}

.nh-search {
    box-sizing: border-box;
}

.nh-search--global {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    border: 1px solid var(--gray);
    border-radius: 999px;
    background: var(--white);
    overflow: hidden;
}

.header-top .nh-search--global .nh-search__input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 4.4rem;
    padding: 0 1.6rem;
    border: 0;
    outline: none;
    font-size: 1.5rem;
    background: transparent;
    color: var(--color-black);
}

.header-top .nh-search--global .nh-search__submit--global {
    height: 36px;
    margin-right: 5px;
    flex-shrink: 0;
    border: 0;
    border-left: 1px solid #ececec;
    border-radius: 3rem;
    background: var(--color-highlight);
    color: var(--white);
    font-weight: 500;
    padding: 0 20px;
}

.header-top .nh-search--global .nh-search__submit--global:hover {
    filter: brightness(0.94);
    color: var(--white);
}

@media (min-width: 992px) {
    .header-top .nh-search--global {
        max-width: none;
        margin: 0;
    }
}

.nh-search--store {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 32rem;
    min-height: 32px;
    background: var(--white);
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    position: relative;
}

.nh-search--store .nh-search__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    padding: 0 12px;
    font-size: 14px;
    color: var(--color-black);
    background: transparent;
    outline: none;
}

.nh-search--store .nh-search__submit--store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--gray);
    border-radius: 0 30px 30px 0;
    background: var(--white);
    color: var(--color-main);
}

.nh-search--store .nh-search__submit--store:hover {
    color: var(--color-highlight);
}

.setting-menu .nh-store-search-wrap {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding: 0 !important;
    min-width: 0;
    flex: 1 1 auto;
}

@media (min-width: 992px) {
    .setting-menu .nh-search--store {
        max-width: 28rem;
    }
}

.header-top {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 992px) {
    .header-top .container > .row > [class*="col-"] {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 1.2rem 3rem;
    }

    .header-top .logo-section {
        flex: 0 0 auto;
    }

    .header-top form {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }

    .header-top .config-section {
        margin-left: auto;
    }

    .header-top form + .language-section {
        margin-left: auto;
    }
}

.header-top .logo-section img {
    max-height: 2.2rem;
}

.header-top form {
    width: 100%;
    position: relative;
}

.header-top .config-section {
    position: relative;
}

.header-top .config-section .btn-config {
    display: inline-flex;
    align-items: center;
    /* padding: 0.6rem 1rem; */
    /* border: 1px solid #e5e5e5; */
    border-radius: 0.4rem;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    color: var(--black);
}

.header-top .config-section .wrap-config {
    right: 0;
    left: auto;
    min-width: 26rem;
}

.header-top .language-section .d-flex > div {
    margin-left: 0.4rem;
}

.header-top .language-section img {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid #eee;
}

.header-top .entire-action-header {
    padding: 0 !important;
}

.header-top .btn-action-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    min-height: 4rem;
}

.setting-menu {
    background: var(--color-main);
    border-bottom: 0;
}

.setting-menu.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

.setting-menu .menu-sect {
    border-top: 0 !important;
}

.setting-menu .menu-section > ul > li > a {
    color: #fff;
    font-weight: 600;
    height: 4.8rem;
    line-height: 4.8rem;
}

.setting-menu .menu-section > ul > li:hover > a,
.setting-menu .menu-section > ul > li > a.active {
    color: #fff !important;
    background-color: #203688;
}

@media (max-width: 991px) {
    .header-top .nh-search--global {
        max-width: 100%;
    }

    .header-top .config-section {
        margin-left: 0;
    }

    .setting-menu .menu-container {
        display: block;
    }
}

.header-brand-bar__meta {
    min-width: 0;
}

.header-brand-bar {
    border-color: #e5e7eb !important;
}

.header-brand-bar__logo img {
    width: 64px;
    height: 64px;
}

.section-content-block__body img {
    max-width: 100%;
    height: auto;
}

.section-cta__lead p:last-child {
    margin-bottom: 0;
}

/* csb = company supplier bar */
.csb {
    position: relative;
    /* padding: 40px 0; */
}

.csb-w {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 15px;
}

@media (min-width: 768px) {
    .csb-w {
        padding: 15px 0;
    }
}

.csb-gr {
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .csb-gr {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

.csb-lg {
    margin-bottom: 1rem;
    padding-right: 0;
}

@media (min-width: 768px) {
    .csb-lg {
        flex: 0 0 200px !important;
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        margin-bottom: 0;
        margin-right: 40px;
        padding-right: 0;
    }
}

.csb-bd {
    min-width: 0;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    color: var(--color-black);
}

@media (min-width: 768px) {
    .csb-bd {
        flex: 1 1 auto !important;
        max-width: none !important;
        margin-bottom: 0;
        margin-right: 24px;
        padding-right: 0;
    }
}

.csb-bt {
    padding-left: 0;
}

@media (min-width: 768px) {
    .csb-bt {
        flex: 0 0 160px !important;
        width: 160px !important;
        min-width: 160px !important;
        max-width: 160px !important;
        padding-left: 0;
    }
}

.csb-la {
    line-height: 0;
}

.csb-li {
    display: block;
    width: 160px;
    height: 96px;
    border-radius: 4px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .csb-li {
        width: 200px;
        height: 120px;
    }
}

.csb-tt {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

@media (max-width: 767px) {
    .csb-tt {
        font-size: clamp(1.125rem, 4vw, 1.5rem);
    }
}

.csb-tn {
    display: inline-block;
    margin-right: 0;
    max-width: 700px;
    vertical-align: top;
}

@media (min-width: 768px) {
    .csb-tn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .csb-tn {
        max-width: 100%;
        font-size: 24px;
    }
}

.csb-cv {
    margin-left: 5px;
    line-height: 16px;
    vertical-align: top;
    opacity: 0.55;
    color: var(--gray-bold);
}

.csb-me {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 0 12px;
    padding: 0;
    line-height: 20px;
}

.csb-me:empty {
    display: none;
    margin: 0;
}

.csb-md {
    opacity: 0.7;
}

.csb-bg {
    display: inline-block;
    margin-right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: var(--black);
    border-radius: 2px;
}

.csb-lc {
    line-height: 20px;
}

.csb-pd {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 0 12px;
    padding: 0;
    line-height: normal;
}

.csb-pl {
    font-weight: 600;
}

.csb-ex {
    margin-top: 8px;
    font-size: 0.9286em;
    line-height: 1.5;
    color: var(--color-text);
}

.csb-ac {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 0;
}

@media (min-width: 768px) {
    .csb-ac {
        width: 160px;
        align-items: center;
    }
}

.csb-ac .btn-trust {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}

.csb-ac .btn-trust:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .csb-ac .btn-trust {
        margin-left: 0;
        margin-right: 0;
    }
}

.csb-ex img {
    max-width: 100%;
    height: auto;
}

/* introduce block */
.intro-ab .ratio-16-9,
.intro-ab .inner-image {
    border-radius: 0;
    overflow: hidden;
}

.intro-ab__content {
    text-align: center;
    padding: 8px 0 0;
}

.intro-ab__title {
    margin-bottom: 12px !important;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
}

.intro-ab__title a {
    color: var(--color-main) !important;
    text-decoration: none;
}

.intro-ab__mota {
    margin-bottom: 18px !important;
    font-size: 15px;
    color: var(--black) !important;
}

.intro-ab__more {
    display: inline-block;
    padding: 12px 26px 8px;
    border: 2px solid #111;
    border-radius: 999px;
    color: #111 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.intro-ab__more:hover {
    background: #111;
    color: #fff !important;
}

@media (max-width: 1199px) {
    .intro-ab__title {
        font-size: 34px;
    }

    .intro-ab__mota {
        font-size: 22px;
    }

    .intro-ab__more {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .intro-ab__content {
        text-align: left;
    }

    .intro-ab__title {
        font-size: 28px;
    }

    .intro-ab__mota {
        max-width: 100%;
        font-size: 16px;
    }

    .intro-ab__more {
        padding: 8px 20px;
        font-size: 18px;
    }
}

.product_slider {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-top: 2px solid;
}

.product_header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: 50% no-repeat;
    background-size: cover;
    border-bottom: 1px solid var(--border-soft);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding: 12px 20px;
    align-items: center;
}

.product_content {
    padding: 30px 60px 15px;
}

/* product top-rated slider (prs) */
.prs-box {
    border: 1px solid var(--border-soft);
    background: var(--white);
}

.prs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-soft);
}

.prs-head__title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.prs-head__more {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-highlight, #0066c3);
    text-decoration: none;
    white-space: nowrap;
}

.prs-head__more:hover {
    text-decoration: underline;
}

.prs-body {
    padding: 20px;
    position: relative;
}

.prs-swiper {
    position: relative;
    padding-bottom: 36px;
}

.prs-slide {
    height: auto;
}

.prs-row {
    margin-left: 0;
    margin-right: 0;
}

.prs-col-media,
.prs-col-info {
    padding-left: 12px;
    padding-right: 12px;
}

.prs-media__inner {
    position: relative;
    overflow: hidden;
}

.prs-media__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prs-video {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.prs-play {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.prs-play__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    font-size: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.prs-info {
    padding: 8px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.prs-title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
}

.prs-title a {
    color: var(--color-black);
    text-decoration: none;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.prs-title a:hover {
    color: var(--color-highlight, #0066c3);
}

.prs-price {
    margin-bottom: 10px;
}

.prs-price__main {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-highlight, #ff6600);
    letter-spacing: 0;
}

.prs-price__unit {
    font-size: 0.85em;
    font-weight: 700;
    margin-left: 2px;
}

.prs-price__old {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
}

.prs-moq {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.prs-detail-btn {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #111;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 999px;
    line-height: 1.2;
    width: max-content;
    margin-top: auto;
    margin-bottom: 2rem;
}

.prs-detail-btn:hover {
    border-color: #111;
    color: #111;
}

.prs-swiper .prs-pagination {
    bottom: 0 !important;
}

.prs-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
}

.prs-swiper .swiper-pagination-bullet-active {
    background: var(--color-highlight, #ff6600);
}

.prs-swiper .prs-nav {
    width: 36px;
    height: 36px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    border-radius: 0;
    background: transparent;
}

.prs-swiper .prs-nav::after {
    display: none;
}

.prs-swiper .prs-nav i {
    font-size: 22px;
    font-weight: 300;
}

.prs-swiper .prs-nav--prev {
    left: 0;
}

.prs-swiper .prs-nav--next {
    right: 0;
}

@media (max-width: 767px) {
    .prs-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .prs-col-info {
        padding-top: 16px;
    }

    .prs-price__main {
        font-size: 20px;
    }
}

/* Lưới SP: viền tổng trên .product-grid-wrap — từng ô chỉ vách trong (tránh đúp cạnh) */
.product-grid-wrap {
    border: 1px solid var(--border-soft);
    background: #fff;
}

/* Mặc định thẻ SP (swiper / không bọc lưới): một viền ô */
.product-grid-card {
    border: 1px solid var(--border-soft);
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px;
    position: relative;
    z-index: 0;
}

.product-grid-wrap > [class*="col-"] > .product-grid-card {
    border: 0;
    margin: 0;
    border-right: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}

.product-grid-wrap > [class*="col-"] > .product-grid-card:hover {
    z-index: 1;
}

/* Cột cuối mỗi hàng (ô thứ 4, 8, …): bỏ vách phải — áp mọi layout col từ 768px */
@media (min-width: 768px) {
    .product-grid-wrap > [class*="col-"]:nth-child(4n) > .product-grid-card {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .product-grid-wrap > .col-6:nth-child(2n) > .product-grid-card {
        border-right: 0;
    }
}

.product-grid-wrap > .col-12 > .product-grid-card {
    border-right: 0;
}

/* product grid card — phần nội dung ô (item.tpl) */
.product-grid-card__media {
    position: relative;
}

.product-grid-card__ratio {
    position: relative;
    overflow: hidden;
}

.product-grid-card__img-link {
    display: block;
    line-height: 0;
}

.product-grid-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-grid-card .prs-play__btn {
    width: 48px;
    height: 48px;
    font-size: 16px;
}

.product-grid-card__body {
    padding-top: 12px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-grid-card__title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    width: 100%;
}

.product-grid-card__title a {
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.product-grid-card__title a:hover {
    color: var(--color-highlight, #0066c3);
}

.product-grid-card__price {
    width: 100%;
}

.product-grid-card__price-main {
    color: #111;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.product-grid-card__price .currency-symbol {
    font-weight: 700;
    margin-left: 1px;
}

.product-grid-card__price-old {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.product-grid-card__moq {
    margin: 10px 0 0;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
}

/* Actions row — Chat ngay + nút giỏ hàng nằm cùng hàng, cùng chiều cao */
.product-grid-card__actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--border-soft);
}

.product-grid-card__action-btn {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    background: var(--color-highlight, #0066c3);
    border: 1px solid var(--color-highlight, #0066c3);
    transition: background .2s, color .2s;
}

.product-grid-card__action-btn:hover {
    background: transparent;
    color: var(--color-highlight, #0066c3);
}

.product-grid-card__actions .cart-action {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.product-grid-card__actions .btn-product-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 16px;
    color: var(--color-highlight, #0066c3);
    border: 1px solid var(--color-highlight, #0066c3);
    background: transparent;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.product-grid-card__actions .btn-product-action:hover {
    background: var(--color-highlight, #0066c3);
    color: #fff;
}

.currency-symbol-2 {
    font-size: 20px;
    text-decoration: underline;
    margin-left: 7px;
    vertical-align: text-top;
}

.currency-symbol-3 {
    font-size: 11px;
    text-decoration: underline;
    margin-left: 5px;
    vertical-align: text-top;
}

/* Category home — MAIN PRODUCTS (view_home + item_img) */
.cate-mp {
    padding: 4rem 3rem 3.5rem;
    color: #fff;
    background-color: #0c1628;
    background-image:
        linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, transparent 45%),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 4px,
            rgba(255, 255, 255, 0.03) 4px,
            rgba(255, 255, 255, 0.03) 8px
        );
}

.cate-mp__title-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 7rem;
    text-align: center;
}

.cate-mp__title {
    margin: 0;
    padding: 0.85rem 2rem;
    border: 4px solid #fff;
    color: #fff;
    font-size: 7.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cate-mp__row {
    margin-left: -10px;
    margin-right: -10px;
}

.cate-mp__row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.cate-mp-item {
    display: block;
    margin-bottom: 5rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.2s ease;
}

.cate-mp-item:hover {
    color: #fff;
    opacity: 0.92;
    text-decoration: none;
}

.cate-mp-item__img {
    border: 1px solid #fff;
    background: #f0f0f0;
    margin-bottom: 1.2rem;
    line-height: 0;
    padding: 3px;
    border-radius: 5px;
    overflow: hidden;
}

.cate-mp-item__img-el {
    width: 100%;
    height: auto;
    display: block;
}

.cate-mp-item__name {
    display: block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .cate-mp-item__name {
        font-size: 1.4rem;
    }
}

.cate-mp__btn-wrap {
    margin-top: 1.75rem;
    text-align: center;
}

.cate-mp__btn {
    display: inline-block;
    padding: 1rem 4rem;
    border: 2px solid #fff;
    color: #fff !important;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.2s ease;
}

.cate-mp__btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    text-decoration: none;
}
.banner-section-left {
    position: fixed;
    left: 0;
    bottom: 50%;
    width: 180px;
    height: 186px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.banner-section-right{
    position: fixed;
    right: 0;
    bottom: 50%;
    width: 180px;
    height: 186px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.banner-section-left.hide-banner,
.banner-section-right.hide-banner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.banner-section-left:not(.hide-banner),
.banner-section-right:not(.hide-banner) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-detail-footer .inner-content table{
    border: 0;
    display: table;
    width: 100% !important;
    border-color: transparent;
}
.product-detail-footer .inner-content table tbody > tr:nth-child(2n+1){
    background-color: var(--light);
}
.product-detail-footer .inner-content table td{
    padding: 7px 15px;
}
.product-detail-footer .title-content {
    font-size: 25px;
}
.title-content {
    font-weight: 400;
    margin-bottom: 20px;
}
/* block/html/pgujk6e.tpl */
.bg-ct{
     background: #d8e2e8;
}

.ct {
    text-align: center;
    color: #000;
    padding: 48px 16px;
    background: #d8e2e8;
}

.ct .container {
    max-width: 960px;
}

.ct-h {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    font-weight: 900;
}

@media (min-width: 768px) {
    .ct-h {
        font-size: 48px;
    }
}

.ct-bd {
    font-size: 18px;
    line-height: 1.65;
}

@media (min-width: 768px) {
    .ct-bd {
        font-size: 20px;
        line-height: 1.6;
    }
}

.ct-line + .ct-line {
    margin-top: 16px;
}

.ct-k {
    font-weight: 700;
    margin-right: 4px;
}

.ct-v {
    font-weight: 400;
}

.ct-a {
    color: white;
    text-decoration: underline;
}

.ct-a:hover {
    color: #000;
}

.ct-ex {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ct-br {
    font-style: normal;
}

/* block/slider/view_why_choose.tpl */
.w-why {
    position: relative;
    overflow: hidden;
    background-color: #1c2128;
    background-size: cover;
    background-position: center;
    padding: 48px 16px 52px;
}

.w-why-o {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
    pointer-events: none;
}

.w-why-in {
    position: relative;
}

.w-why-h {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) {
    .w-why-h {
        font-size: 40px;
        margin-bottom: 24px;
    }
}

.w-why-d {
    color: var(--white);
    font-size: 16px;
    line-height: 1.55;
    margin: 0 auto 28px;
    max-width: 900px;
}

.w-why-tags {
    gap: 10px 12px;
}

.w-why-a {
    display: inline-block;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.72);
    color: #222;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.w-why-a:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    text-decoration: none;
}

/* block/slider/view_company_intro.tpl */
.co-tt {
    font-size: 18px;
    color: var(--color-main);
    letter-spacing: 0.04em;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbe3ef;
}

@media (min-width: 768px) {
    .co-tt {
        font-size: 24px;
    }
}

.co-vm {
    font-size: 16px;
    color: #444;
}

.co-vm-l {
    margin-right: 6px;
}

.co-vm-i {
    color: #eab308;
    font-size: 18px;
    vertical-align: -2px;
}

.co-vm-r {
    color: var(--color-main);
}

.co-gr {
    margin-left: -12px;
    margin-right: -12px;
}

.co-gr > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.co-it {
    font-size: 16px;
    line-height: 1.45;
}

.co-ic {
    width: 52px;
    height: 52px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    font-size: 20px;
    color: #888;
    margin-right: 14px;
}

.co-lb {
    color: #344a9c;
    margin-bottom: 4px;
}

.co-val {
    color: #333;
}

.co-hl .co-tx * {
    color: #344a9c;
}

.co-gimg {
    width: 100%;
    display: block;
}

.co-btn {
    background: var(--color-highlight);
    border: none;
    color: #fff !important;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
}

.co-btn:hover {
    background: #c2410c;
    color: #fff !important;
}

.co-btn-ic {
    font-size: 18px;
}

.co-lk {
    color: var(--color-main);
    font-size: 16px;
    text-decoration: none;
}

.co-lk:hover {
    text-decoration: underline;
    color: var(--color-highlight, #0d6efd);
}

/* block/html/r4ihl1q.tpl — supf = gửi tin nhà cung cấp (màu: var gốc variable.css) */
.supf {
    border-color: var(--gray) !important;
    border-radius: 4px;
}

.supf-bd {
    padding: 24px 16px 28px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .supf-bd {
        padding: 30px 36px 32px;
    }
}

.supf-h {
    font-size: 17px;
    color: var(--color-main);
    letter-spacing: 0.02em;
}

@media (min-width: 768px) {
    .supf-h {
        font-size: 18px;
    }
}

.supf-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px 0;
    margin-bottom: 14px;
}

@media (min-width: 576px) {
    .supf-row {
        grid-template-columns: 132px minmax(0, 1fr);
        column-gap: 16px;
        margin-bottom: 16px;
    }

    .supf-row--ta {
        align-items: start;
    }

    .supf-row--ta .supf-lb {
        padding-top: 10px;
    }

    .supf-row--bt {
        align-items: center;
        margin-bottom: 0;
        margin-top: 4px;
    }
}

.supf-lb {
    margin: 0;
    font-size: 15px;
    color: var(--color-main);
    font-weight: 600;
    line-height: 1.4;
}

@media (min-width: 576px) {
    .supf-lb {
        text-align: right;
        padding-top: 10px;
    }
}

.supf-lb .supf-req {
    color: var(--red);
    margin-right: 4px;
}

.supf-lb--e {
    display: none;
}

@media (min-width: 576px) {
    .supf-lb--e {
        display: block;
    }
}

.supf-ipt {
    width: 100%;
    border: 1px solid var(--gray);
    border-radius: 4px;
    font-size: 14px;
    color: var(--color-black);
    padding: 8px 12px;
    background: var(--white);
}

.supf-ipt::placeholder {
    color: var(--gray-bold);
}

.supf-ipt:focus {
    border-color: var(--gray-bold);
    box-shadow: none;
    outline: none;
}

.supf-tw {
    position: relative;
}

.supf-ta {
    width: 100%;
    resize: vertical;
    border: 1px solid var(--gray);
    border-radius: 4px;
    font-size: 15px;
    color: var(--color-black);
    padding: 10px 12px 30px;
    line-height: 1.5;
    background: var(--white);
}

.supf-ta::placeholder {
    color: var(--gray-bold);
}

.supf-ta:focus {
    border-color: var(--gray-bold);
    box-shadow: none;
    outline: none;
}

.supf-n {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
    color: var(--gray-bold) !important;
}

.supf-bt {
    background: var(--color-highlight);
    border: none;
    color: var(--white) !important;
    border-radius: 999px;
    padding: 6px 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.supf-bt:hover {
    filter: brightness(0.92);
    color: var(--white) !important;
}

/* —— Mobile: w-why, co-, cate-mp, ct, csb, supf (không scope trang) —— */
@media (max-width: 991.98px) {
    .cate-mp {
        padding: 3rem 1.25rem 2.75rem;
    }

    .cate-mp__title-wrap {
        margin-bottom: 3rem;
    }

    .cate-mp__title {
        font-size: clamp(2.25rem, 8vw, 4.5rem);
        padding: 0.6rem 1.25rem;
        border-width: 3px;
    }

    .cate-mp-item {
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 767.98px) {
    .w-why {
        padding: 32px 12px 40px;
    }

    .w-why-h {
        font-size: 24px;
        line-height: 1.22;
        margin-bottom: 14px;
    }

    .w-why-d {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 4px;
    }

    .w-why-tags {
        gap: 8px 10px;
    }

    .w-why-a {
        font-size: 14px;
        padding: 9px 12px;
    }

    .co-tt {
        font-size: 18px;
        padding-bottom: 14px;
    }

    .co-vm {
        font-size: 15px;
    }

    .co-it {
        font-size: 15px;
    }

    .co-ic {
        width: 46px;
        height: 46px;
        font-size: 18px;
        margin-right: 12px;
    }

    .co-ft {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px;
    }

    .co-btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .co-lk {
        margin-left: 0 !important;
        text-align: center;
        display: block;
    }

    .co-ga .col-12 {
        margin-bottom: 10px;
    }

    .cate-mp {
        padding: 2.25rem 0.875rem 2rem;
    }

    .cate-mp__title-wrap {
        margin-bottom: 2.25rem;
    }

    .cate-mp__title {
        font-size: 32px;
        padding: 0.5rem 1rem;
        border-width: 2px;
        letter-spacing: 0.06em;
    }

    .cate-mp-item {
        margin-bottom: 2.25rem;
    }

    .cate-mp__btn-wrap {
        margin-top: 1.25rem;
    }

    .cate-mp__btn {
        padding: 0.7rem 1.35rem;
        font-size: 15px;
        letter-spacing: 0.08em;
    }

    .ct {
        padding: 36px 12px;
    }

    .ct-h {
        font-size: 26px;
        margin-bottom: 12px;
        letter-spacing: 0.035em;
    }

    .ct-bd {
        font-size: 16px;
        line-height: 1.55;
    }

    .ct-line + .ct-line {
        margin-top: 12px;
    }

    .csb {
        padding: 0;
    }

    .csb-w {
        padding: 16px 12px;
    }

    .supf-bd {
        padding: 18px 12px 22px;
    }

    .supf-h {
        font-size: 16px;
    }

    .supf-bt {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 10px 18px;
        font-size: 15px;
    }

    .supf-ta {
        min-height: 130px;
        font-size: 14px;
    }
    
    .logo-section img {
        max-height: 3rem;
    }

	.csb-lo,
	.csb-pd,
	.csb-ac .btn-trust {
		display: none;
	}

	.product_content {
	    padding: 30px 10px 15px;
	}
	
	.title-section {
	    font-size: 18px;
	}
	
	.prs-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 479.98px) {
    .w-why {
        padding: 26px 10px 34px;
    }

    .w-why-d {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .w-why-tags {
        justify-content: flex-start;
    }

    .w-why-a {
        font-size: 13px;
        padding: 8px 10px;
    }

    .co-vm,
    .co-it {
        font-size: 14px;
    }

    .co-ic {
        width: 42px;
        height: 42px;
        font-size: 16px;
        margin-right: 10px;
    }

    .cate-mp {
        padding: 1.75rem 0.65rem 1.75rem;
    }

    .cate-mp__title-wrap {
        margin-bottom: 1.75rem;
    }

    .cate-mp__btn {
        padding: 0.65rem 1.1rem;
        font-size: 14px;
    }

    .ct {
        padding: 28px 10px;
    }

    .ct-h {
    }

    .ct-bd {
        font-size: 15px;
    }

    .csb-w {
        padding: 14px 10px;
    }

    .csb-li {
        width: 140px;
        height: 84px;
    }

    .supf-bd {
        padding: 14px 10px 18px;
    }

    .supf-lb {
        font-size: 14px;
    }

    .supf-ipt {
        font-size: 16px;
    }
}

.footer-setting {
    background: #D8E2E8;
    background: #344a9c;
}

.ft-info {
    background-color: #344a9c;
    padding: 30px 0;
    color: white;
    height: 100%;
}

.footer-menu-section,
.newsletter {
    padding-top: 30px;
}

.is-mobile .ft-info {
    background-color: transparent;
    color: var(--white);
    padding: 0;
}

.is-mobile .footer-menu-section,
.is-mobile .newsletter {
    padding-top: 0;
}

.product-detail-footer.my-80 {
    margin: 5rem 0px;
}

/* ========================================================
   PRODUCT IMAGE - LAYOUT DỌC THUMBNAILS (ALIBABA STYLE)
   ======================================================== */

/* Layout 2 cột: thumb trái + ảnh chính phải */
.product-image-layout {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

/* Cột thumbnails dọc */
.product-thumb-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 68px;
    flex-shrink: 0;
}

/* Nút điều hướng lên/xuống thumbnails */
.thumb-nav-btn {
    width: 68px;
    height: 28px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #555;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
    user-select: none;
}
.thumb-nav-btn:hover {
    background: var(--color-highlight);
    color: #fff;
    border-color: var(--color-highlight);
}
.thumb-nav-btn i {
    font-size: 1.2rem;
}

/* Swiper dọc chứa thumbnails */
.product-thumb-swiper-v {
    flex: 1;
    height: 0; /* Swiper tự tính theo flex */
    width: 68px !important;
    overflow: hidden;
}
.product-thumb-swiper-v .swiper-slide {
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.2s;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}
.product-thumb-swiper-v .swiper-slide-thumb-active,
.product-thumb-swiper-v .swiper-slide:hover {
    opacity: 1;
    border-color: var(--color-highlight);
}
.product-thumb-swiper-v .ratio-1-1 {
    padding-top: 100%;
    position: relative;
}
.product-thumb-swiper-v .ratio-1-1 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Cột ảnh chính */
.product-image-main-col {
    flex: 1;
    min-width: 0;
    position: relative;
}
.product-image-main-col .inner-image {
    padding-top: 75%;
    position: relative;
}
.product-image-main-col .inner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Action buttons bên phải ảnh */
.image-side-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}
.side-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #555;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
    text-decoration: none;
}
.side-action-btn:hover {
    background: var(--color-highlight);
    color: #fff;
    border-color: var(--color-highlight);
}

/* Ẩn swiper button cũ khi layout mới */
.product-image-layout .swiper-button-next,
.product-image-layout .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.product-image-layout .swiper-button-next::after,
.product-image-layout .swiper-button-prev::after {
    display: none;
}
.product-image-layout .swiper-button-next i,
.product-image-layout .swiper-button-prev i {
    font-size: 1.4rem;
    color: #333;
}

/* Bọc toàn bộ image + info layout khi sidebar actions cần không gian */
.product-detail-head .product-image-detail {
    padding-right: 0;
}

/* Responsive mobile: ẩn thumbs dọc, hiện lại ảnh full */
@media (max-width: 767px) {
    .product-image-layout {
        flex-direction: column-reverse;
        gap: 6px;
    }
    .product-thumb-col {
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    .product-thumb-swiper-v {
        width: 100% !important;
        height: 64px !important;
    }
    .product-thumb-swiper-v .swiper-wrapper {
        flex-direction: row !important;
    }
    .thumb-nav-btn {
        width: 28px;
        height: 64px;
    }
    .image-side-actions {
        right: 6px;
        top: 6px;
    }
    .product-detail-head .product-image-detail {
        padding-right: 0;
    }
}

/* ========================================================
   PRODUCT DETAIL - ALIBABA STYLE CARD LAYOUT
   ======================================================== */

/* Tabs Ảnh / Video */
.product-media-tabs {
    display: flex;
    gap: 0.8rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1.2rem;
}
.product-media-tab {
    background: none;
    border: none;
    padding: 0.6rem 1.4rem;
    font-size: 1.4rem;
    color: var(--color-text);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all 0.2s;
}
.product-media-tab.active,
.product-media-tab:hover {
    color: var(--color-highlight);
    border-bottom-color: var(--color-highlight);
    font-weight: 600;
}
.product-media-tab i {
    margin-right: 0.4rem;
}

/* Card bọc toàn bộ info bên phải */
.product-info-card {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* Section chung - border-bottom phân cách */
.product-info-section {
    padding: 1.6rem 2rem;
    border-bottom: 1px solid #f0f0f0;
}
.product-info-section:last-child {
    border-bottom: none;
}

/* Section giá */
.product-info-price-section {
    background: #fafafa;
}
.product-info-price-section .price-amount {
    font-size: 2.8rem !important;
    font-weight: 700;
    color: var(--color-highlight);
}
.product-info-price-section .old-price {
    font-size: 1.8rem !important;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
    margin-left: 1rem;
}

/* Section meta (mã, danh mục, thương hiệu) */
.product-info-meta-section {
    background: #fff;
}
.meta-row {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.5;
}
.meta-row:last-child {
    margin-bottom: 0;
}
.meta-label {
    color: #666;
    white-space: nowrap;
    flex-shrink: 0;
}
.meta-value {
    color: var(--color-main);
    font-weight: 500;
}
.meta-row-dimensions {
    flex-wrap: wrap;
    gap: 0.8rem 2rem;
}
.meta-dim-item {
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

/* Section biến thể */
.product-info-variant-section {
    background: #fff;
}
.variant-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-main);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.variant-section-title i {
    color: var(--color-highlight);
}

/* Section vận chuyển */
.product-info-shipping-section {
    background: #fff;
}
.shipping-label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}
.shipping-label i {
    color: var(--color-highlight);
    font-size: 1.6rem;
}
.shipping-note {
    font-size: 1.3rem;
    color: #666;
    padding-left: 2.4rem;
}

/* Section nút hành động */
.product-info-actions-section {
    background: #fff;
}
.actions-quantity-row {
    margin-bottom: 1.2rem;
}
.actions-btn-row {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}
.btn-action-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1.2rem 2.4rem;
    background: var(--color-highlight);
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    border: 2px solid var(--color-highlight);
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.2s;
    flex: 1;
    min-width: 140px;
    text-align: center;
}
.btn-action-primary:hover {
    background: #fff;
    color: var(--color-highlight);
}
.btn-action-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 1.4rem;
    background: #fff;
    color: var(--color-highlight);
    font-weight: 700;
    font-size: 13px;
    border: 2px solid var(--color-highlight);
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.2s;
    flex: 1;
    min-width: 140px;
    text-align: center;
}
.btn-action-secondary:hover {
    background: var(--color-highlight);
    color: #fff;
}

/* Section chính sách bảo vệ */
.product-info-policy-section {
    background: #fff;
    padding: 1.2rem 2rem;
}
.policy-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    color: var(--color-main);
    transition: color 0.2s;
}
.policy-link:hover {
    color: var(--color-highlight);
}
.policy-link i:first-child {
    color: var(--color-highlight);
    font-size: 1.6rem;
}
.policy-arrow {
    margin-left: auto;
    color: #999;
}

/* Section thanh toán an toàn */
.product-info-trust-section {
    background: #fafafa;
    padding: 1.2rem 2rem;
}
.trust-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.trust-icon {
    color: #2ecc71;
    font-size: 1.8rem;
}
.trust-label {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-main);
}
.trust-badges {
    display: flex;
    gap: 0.6rem;
    margin-left: auto;
}
.trust-badge {
    display: inline-block;
    padding: 0.2rem 0.8rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #555;
    background: #fff;
}

/* Section mua cùng */
.product-info-section.thuong-duoc-mua-cung {
    background: #fff;
}
.mua-cung-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: var(--color-main);
}

/* Sticky sidebar trên desktop */
@media (min-width: 992px) {
    .product-detail-row > .col-lg-6:last-child {
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .product-info-card {
        border: none;
        border-radius: 0;
    }
    .product-info-section {
        padding: 1.2rem 1.4rem;
    }
    .product-info-price-section .price-amount {
        font-size: 2.2rem !important;
    }
    .btn-action-primary,
    .btn-action-secondary {
        padding: 1rem 1.4rem;
        font-size: 1.4rem;
    }
}

.contact-fixed__list > .contact-fixed__item:nth-child(4) > span > img {
    filter: none;
}
.color-gray-bold {
    color: #576670;
}
.info-contact .desc {
    max-width: 80rem;
    margin: 0 auto;
}

.contact-form-section .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 2.4rem;
}

.contact-form-section .btn {
    border-radius: 5rem;
}
.product-thumb-col .swiper .swiper-slide {
    height: auto !important;
    /* margin-bottom: 3rem; */
}
.product-content-detail .btn-action-primary{
    font-size: 13px;
}
.product-content-detail .entire-attribute .list-attribute .product-attribute-switch {
    margin-bottom: 0;
    overflow: hidden;
    overflow: auto;
    flex-wrap: wrap;
}
.csb-bd{
        color: var(--color-main);
}

/*CSS by quyettq*/
.is-mobile .phone-info {
    color: var(--white) !important;
    -webkit-text-fill-color: var(--white) !important;
}

.product-info-sticky {
    position: sticky;
    top: 65px;
    box-sizing: border-box;
    background-color: #fff;
}

.product-info-sticky .product-info-card {
    padding-bottom: 120px;
    max-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
}