body {
  background: #fff
}

.section_coupons .card{
	background-color: var(--section-coupon-bg);
	border-radius: 0;
	padding: 30px 15px;
	border: none;
}
.section_coupons [class*=col-]{
	padding: 5px 15px;
}

@media (max-width:767px) {
  .mid-header:after {
    content: '';
    width: 100%;
    position: absolute;
    background: var(--header-background);
    height: 200px;
    z-index: -1;
    clip-path: ellipse(100% 55% at 48% 44%);
    margin-top: 0;
    transform-origin: center center
  }

}

.sub_banner {
  display: grid;
  grid-gap: 15px
}

@media (max-width:1024px) {
  .sub_banner {
    grid-gap: 8px;
    padding-left: 10px
  }

}

@media (max-width:992px) {
  .sub_banner {
    grid-gap: 10px;
    padding-left: 10px
  }

}

@media (max-width:767px) {
  .sub_banner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
  }

}

.section_swiper {
  --swiper-navigation-size: 22px;
  --swiper-navigation-color: #fff;
  --swiper-theme-color: #fff;
  --cfs-hero-vh-offset: 220px;
  transition: background-color 0.35s ease;
}

.section_swiper .hp-swiper-container {
  width: 100%;
  overflow: hidden;
  height: calc(100dvh - var(--cfs-hero-vh-offset));
  min-height: 280px;
}

.section_swiper .hp-swiper-container .swiper-wrapper {
  height: 100%;
}

.section_swiper .section-swiper__slide {
  height: 100%;
  box-sizing: border-box;
}

.section_swiper .section-swiper__frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.section_swiper .section-swiper__media {
  display: block;
  position: absolute;
  inset: 0;
}

.section_swiper .section-swiper__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.section_swiper .section-swiper__content {
  position: absolute;
  inset: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem 1.5rem 2.5rem;
  background: transparent;
  color: #fff;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 4;
  max-width: 100%;
}

.section_swiper .section-swiper__content--pos-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}

.section_swiper .section-swiper__content--pos-bottom-center {
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.section_swiper .section-swiper__content--pos-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.section_swiper .section-swiper__content--pos-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section_swiper .section-swiper__content--pos-top-left {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}

.section_swiper .section-swiper__content--pos-top-center {
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}

.section_swiper .section-swiper__content--pos-top-right {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {

  .section_swiper .section-swiper__content--pos-bottom-left,
  .section_swiper .section-swiper__content--pos-top-left {
    padding-right: 35%;
  }

  .section_swiper .section-swiper__content--pos-bottom-right,
  .section_swiper .section-swiper__content--pos-top-right {
    padding-left: 35%;
  }
}

/* CFS-style overlay khi bật settings cfs_swiper_gradient_enable (class section_swiper--gradient) */
.section_swiper.section_swiper--gradient .section-swiper__content {
  z-index: 5;
  padding: 6rem 4rem 4rem 4rem;
  gap: 0.75rem;
  background: linear-gradient(to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.3) 80%,
    transparent 100%);
}

.section_swiper.section_swiper--gradient .section-swiper__content--pos-top-left,
.section_swiper.section_swiper--gradient .section-swiper__content--pos-top-center,
.section_swiper.section_swiper--gradient .section-swiper__content--pos-top-right {
  background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.15) 72%,
    transparent 100%);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.section_swiper.section_swiper--gradient .section-swiper__content--pos-center {
  background: radial-gradient(ellipse at center,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.35) 55%,
    transparent 72%);
}

.section_swiper .section-swiper__content a,
.section_swiper .section-swiper__content .section-swiper__actions,
.section_swiper .section-swiper__btn {
  pointer-events: auto;
}

.section_swiper .section-swiper__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.section_swiper .section-swiper__subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.45;
  opacity: 0.95;
  max-width: 36rem;
}

.section_swiper .section-swiper__content--pos-center .section-swiper__subtitle,
.section_swiper .section-swiper__content--pos-bottom-center .section-swiper__subtitle,
.section_swiper .section-swiper__content--pos-top-center .section-swiper__subtitle {
  margin-left: auto;
  margin-right: auto;
}

.section_swiper.section-swiper--ken-burns .section-swiper__img {
  transform: scale(1);
  transition: transform 9s ease-out;
  will-change: transform;
}

.section_swiper.section-swiper--ken-burns .swiper-slide-active .section-swiper__img {
  transform: scale(1.07);
}

@media (prefers-reduced-motion: reduce) {
  .section_swiper.section-swiper--ken-burns .section-swiper__img {
    transition: none;
  }

  .section_swiper.section-swiper--ken-burns .swiper-slide-active .section-swiper__img {
    transform: scale(1);
  }
}

.section_swiper .section-swiper__btn {
  display: inline-block;
  padding: 0.55rem 1.25rem;
  background: #fff;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
}

.section_swiper .section-swiper__btn:hover {
  opacity: 0.92;
  color: #111;
  text-decoration: none;
}

.section_swiper .section-swiper__nav {
  opacity: 0.9;
}

.section_swiper .section-swiper__pagination.swiper-pagination-bullets {
  bottom: 10px;
}

.section_swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.45;
}

.section_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 767px) {
  .section_swiper .section-swiper__frame {
    aspect-ratio: 9 / 16;
  }

  .section_swiper .section-swiper__title {
    font-size: 1.1rem;
  }

  .section_swiper .section-swiper__subtitle {
    font-size: 0.88rem;
  }

  .section_swiper.section_swiper--gradient .section-swiper__content {
    padding: 6rem 1.5rem 4.5rem;
    gap: 1rem;
  }

  .section_swiper.section_swiper--gradient .section-swiper__content--pos-bottom-center,
  .section_swiper.section_swiper--gradient .section-swiper__content--pos-center {
    align-items: center;
    text-align: center;
    justify-content: flex-end;
  }

  .section_swiper.section_swiper--gradient .section-swiper__content--pos-center {
    justify-content: center;
  }

  .section_swiper.section_swiper--gradient .section-swiper__content--pos-top-left,
  .section_swiper.section_swiper--gradient .section-swiper__content--pos-top-center,
  .section_swiper.section_swiper--gradient .section-swiper__content--pos-top-right {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .section_swiper.section_swiper--gradient .section-swiper__content--pos-top-center {
    align-items: center;
    text-align: center;
  }
}


@media (min-width:768px) {
  .section_blog_right {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #f7f7f7;
    position: absolute;
    top: 0;
    padding: 0 10px
  }

}

.section_product_top .tab-content.current .row, .flashsale .row, .slideshow-banner-wrap .module-product .row {
  --limit-column: 5;
  --percent: 65%
}

@media (max-width:1199px) {
  .section_product_top .tab-content.current .row, .flashsale .row, .slideshow-banner-wrap .module-product .row {
    display: grid;
    grid-template-rows: 1fr;
    margin: 0px;
    grid-template-columns: repeat(var(--limit-column), 30%);
    overflow: auto;
    justify-content: start
  }

  .section_product_top .tab-content.current .row::-webkit-scrollbar, .flashsale .row::-webkit-scrollbar {
    display: none
  }

  .section_product_top .tab-content.current .row, .flashsale .row, .slideshow-banner-wrap .module-product .row {
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .section_product_top .tab-content.current .row .col-12, 
	.flashsale .row .col-12,
	.slideshow-banner-wrap .module-product .row .col-12{
    padding: 5px
  }

}

@media (max-width:767px) {
  .section_product_top .tab-content.current .row, .flashsale .row, .slideshow-banner-wrap .module-product .row {
    display: grid;
    grid-template-rows: 1fr;
    overflow: auto;
    justify-content: start;
    grid-template-columns: repeat(var(--limit-column), var(--percent));
		
		grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }
	.section_product_top .tab-content.current .row.one_row,
	.flashsale .row.one_row,
	.slideshow-banner-wrap .module-product .row.one_row {
		grid-template-columns: repeat(var(--limit-column), var(--percent));
		overflow: auto;
		display: flex;
		flex-wrap: nowrap;
		overflow: auto
	}
	.section_product_top .tab-content.current .row.one_row .product-col,
	.flashsale .row.one_row .product-col,
	.slideshow-banner-wrap .module-product .row.one_row .product-col{
		flex: 0 0 65%;
    max-width: 65%;
	}

  .section_product_top .tab-content.current .row.one-row, .flashsale .row.one-row {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
  }

}

@media (max-width:767px) {
  .section_product_top .tab-content.current .row.one-row .product-col, 
  .flashsale .row.one-row .flashsale__item {
    flex: 0 0 65%;
    max-width:  65%
  }

}

.slick-pro-banner {
  width: 100%
}

.slick-pro-banner, .slick-new:not(.slick-slider) {
  display: flex;
  align-items: start;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap
}

.slick-pro-banner::-webkit-scrollbar, .slick-new:not(.slick-slider)::-webkit-scrollbar {
  display: none
}

.slick-pro-banner, .slick-new:not(.slick-slider) {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.slick-pro-banner .col-5, .slick-new:not(.slick-slider) .col-5 {
  padding: 5px
}

.flashsale__news-list {
  display: flex
}

.flashsale__news a {
  white-space: nowrap
}

@media (max-width:767px) {
  .flashsale__header>div img {
    max-width: 50px !important
  }

  .flashsale__header .flashsale__title a {
    font-size: 18px
  }

}

@media (max-width:991px) {
  .flashsale .heading-bar.has-tabs .flashsale__header {
    padding-bottom: 40px
  }
}

@media(max-width: 374px){
	.flashsale .heading-bar.has-tabs .flashsale__header{
		justify-content: center !important;
	}
}

.flash-sale-heading .flash-sale-tabs {
  margin-bottom: 15px
}

.flash-sale-heading .flash-sale-tabs .tab-link {
  background: #FFFFFF;
  border-radius: 999px;
  color: #272E5B;
  height: 38px;
  line-height: 38px;
  padding: 0;
  border: none;
  margin-right: 12px
}

.flash-sale-heading .flash-sale-tabs .tab-link.current {
  background: #272E5B;
  color: #FFFFFF
}

@media (max-width:991px) {
  .flash-sale-heading .flash-sale-tabs {
    position: absolute;
    width: 100%;
    bottom: 7px;
    margin: 0
  }

  .flash-sale-heading .flash-sale-tabs .tab-link {
    height: 26px;
    line-height: 26px;
    font-size: 14px
  }

}

.banner_col {
  order: -1
}

@media (min-width:768px) {
  .banner_col.right {
    order: 1
  }

}

@media (max-width:991px) {
  .section_brand .item {
    flex: 0 0 170px;
    max-width: 170px;
    padding: 10px
  }

  .section_brand .hrz-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: initial !important
  }

}

@media (max-width:767px) {
  .section_brand .item {
    flex: 0 0 140px;
    max-width: 140px;
    padding: 5px
  }

}

.section_brand:not(.brand--carousel) .row {
  display: grid;
  grid-template-columns: repeat(var(--item-display), 1fr);
  grid-gap: 10px;
  margin-top: 30px
}

@media (max-width:991px) {
  .section_brand .row {
    display: flex;
    margin-top: 10px
  }

}

.section_brand .heading-bar__title {
  position: relative;
  text-align: center
}

.section_brand .heading-bar__title a.link {
  position: relative;
  background: #ffff;
  padding: 0 30px
}

@media (max-width:991px) {
  .section_brand .heading-bar__title a.link {
    padding: 0 10px
  }

}

.section_brand .item {
  transition: transform .3s ease;
  align-content: center;
  min-height: 6.25rem;
  border: 1px solid #eee;
  margin: 2px;
}

.section_brand .item:hover {
  transform: scale(0.9)
}

.section_collections .item {
  padding: 10px 15px 0;
  margin: 0 auto;
  text-align: center
}

.section_collections .item:hover img {
  filter: brightness(1.05)
}

.section_collections .item:hover a {
  color: var(--primary-color)
}

.section_collections .item>a {
  --deg: 100deg;
  --start-color: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease-out
}

.section_collections img {
  z-index: 1;
  position: relative;
  margin: auto
}

.section_collections .item h3 a {
  text-align: center;
  margin: 12px 0px 0px;
  padding: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.2
}

.section_collections .item:hover img {
  animation: tada 2s infinite
}

@keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }

}

.section_collections .row {
  overflow: auto
}

.section_collections .row::-webkit-scrollbar {
  display: none
}

.section_collections .item {
  width: 10%;
  flex: 0 0 10%
}

@media (max-width:991px) {
  .section_collections .item {
    flex: 0 0 140px;
    max-width: 140px
  }

}

@media (max-width:767px) {
  .section_collections .item {
    flex: 0 0 30%;
    max-width: 30%
  }

}

.section_product_tag .menu {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden
}

.section_product_tag .menu__link {
  flex: 0 0 auto;
  white-space: nowrap
}

@media (max-width:992px) {
  .tag-list {
    white-space: nowrap;
    overflow: auto
  }

}

.tag-item {
  padding: 4px 8px;
  background: var(--tag-bg);
  color: var(--tag-color);
  margin-top: 10px;
  display: inline-block;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  transition: border .3s ease-out;
  border: 1px solid var(--tag-bg)
}

.tag-item+.tag-item {
  margin-right: 5px
}

.tag-item:hover {
  border: 1px solid var(--tag-color);
  color: var(--tag-color)
}

.blogwp h3, .blogwp h3 a.link {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600
}

.blogwp .card-body p {
  font-size: 14px;
  color: #727272
}

.blogwp .media .media-body {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px
}

.blogwp .button_custome_35.link {
  display: block;
  margin-top: 10px
}

.blogwp .content_blog a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.blogwp .content_blog .art-summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.section_ss_collection .heading-bar__title{
	margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:1200px) {
  .section_ss_collection .ss_body {
    margin-left: -15px;
    margin-right: -15px
  }

}
.section_ss_collection .ss_item a{
	color: var(--text-color)
}

.section_ss_collection .ss_item {
	position: relative;
	padding: 30px 15px;
	transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
	flex: 0 0 30%;
	max-width: 30%
}
/**
.section_ss_collection .ss_item:hover {
  transform: scale(1.08) translateZ(0)
}
*/
.section_ss_collection .ss_item:hover .ss_seemore {
  background: #000;
  color: #fff
}

@media (max-width:991px) {
  .section_ss_collection .ss_item {
    padding: 8px 5px;
  }

}

@media (max-width:767px) {
  .section_ss_collection .ss_item {
    flex: 0 0 40%;
    max-width: 40%
  }

}

.section_ss_collection .ss_info {
  position: absolute;
  bottom: 30px;
  left: 15px;
  width: 100%;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center
}

.section_ss_collection .ss_info .ss_name {
  text-align: left;
  font-size: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	overflow: hidden;
}

.section_ss_collection .ss_info .ss_number {
  text-align: left;
  color: #888
}

.section_ss_collection .ss_info .ss_seemore {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 999px;
  transition: all .3s
}

@media (max-width:991px) {
  .section_ss_collection .ss_info {
    position: relative;
    left: 0;
    padding: 0;
    bottom: 0;
    grid-template-columns: 1fr;
    font-size: 12px;
    margin-top: 10px
  }
	
  .ss_item.style2 {
    padding: 0px !important
  }

  .ss_item.style2 .ss_info .ss_name {
    font-size: 14px !important;
  }
  .ss_item.style2 .ss_info .ss_number {
      font-size: 12px !important;
  }
  .section_ss_collection .ss_item.style2 .ss_info .ss_seemore {
    display: none
  }
	
}

.section_ss_collection .hrz-scroll {
  overflow: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  justify-content: initial !important
}

@media (min-width:1200px) {
  .section_ss_collection .hrz-scroll:not(.slick-slider) {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden
  }

  .section_ss_collection .hrz-scroll:not(.slick-slider) .ss_item {
    width: 16.666%;
    max-width: 16.666%;
    flex: 0 0 16.666%;
    overflow: hidden
  }

}

.section_ss_collection .ss_item.style1 > a{
	position: relative;
	display: block;
}
.section_ss_collection .ss_item.style1 .ss_info{
	grid-template-columns: 1fr 30px;
	padding: 20px 5px;
	bottom: 0;
	left: 0;
	gap: 5px;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_name {
    font-size: 16px;
	line-height: 1.3;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_number {
    font-size: 14px;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_seemore {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_seemore > .icon{
	margin-top: -2px;
}

.ega-policies {
	overflow: hidden;
  padding: 15px 0;
  background: var(--policies-bg);
}

.ega-policies .policies-body {
  margin: auto;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
	gap: 15px;
	overflow: auto
}

.ega-policies .policies-body .policies-item {
  display: flex;
  grid-gap: 15px;
	color: var(--policies-color);
}

.ega-policies .policies-body .policies-item .policies-title {
  font-size: 16px;
	font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.ega-policies .policies-body .policies-item  {
  font-size: 14px;
	flex: 0 0 calc(25% - 15px);
	padding: 10px;
}

@media (max-width:991px) {
	
	.ega-policies .policies-body .policies-item  {
		grid-template-columns: 1fr;
		grid-gap: 10px;
		padding: 0;
		flex-basis: 75%;
		padding: 10px 5px;
	}
  
	.ega-policies .policies-body .policies-item .policies-title {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.ega-policies .policies-body .policies-item .policies-desc{
		font-size: 12px;
	}
}


.section_feedback {
	/* Căn lề ngang giống module CFS mới (--cfs-content-inset trên premium-slide) */
	--cfs-content-inset: 15px;
	/*padding-bottom: 80px;
	padding-top: 80px;
	background: var(--reviewBg)*/
  
}

.section_feedback .card {
  /*background: var(--reviewBg)*/
}

.section_feedback .feedback_body {
  /* Giống Instagram/CFS: sau padding ngang của section .container.card (15px),
     thêm inset nội dung như .premium-slide-scroll-track — đặt ở .feedback_body
     để Slick không “nuốt” lề như khi chỉ padding .feedback_item */
  /*padding-top: 50px;*/
}
.section_feedback .container.card > .feedback_body {
  padding-left: var(--cfs-content-inset);
  padding-right: var(--cfs-content-inset);
  box-sizing: border-box;
}
 .feedback_body .slick-track
{
    display: flex !important;
}

 .feedback_body  .slick-slide
{
    height: inherit !important;
}
.section_feedback .feedback_body>div {
  overflow: hidden
}

.section_feedback .slick-slide > div { height: 100%; }

.section_feedback .feedback_item {
  padding-left: 0;
  padding-right: 0;
}
.section_feedback .slick-arrow.slick-prev {
	left: 0;
}
.section_feedback .slick-arrow.slick-next {
	right: 0;
}
.section_feedback .feedback_body > .row:not(.slick-slider) .feedback_item:nth-child(3) ~ .feedback_item{
	display: none;
}
@media (max-width:991px) {
  .section_feedback .feedback_item {
    padding-left: 0;
    padding-right: 0;
  }

}

.section_feedback .feedback_item_wrap {
  padding: 24px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px
}

.section_feedback .feedback_item_wrap .feedback_content {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 10px
}

.section_feedback .feedback_item_wrap .feedback_info {
  text-align: left
}

.section_feedback .feedback_item_wrap .feedback_info .cusname {
  font-size: 20px;
  margin-bottom: 15px
}

.section_feedback .feedback_item_wrap .feedback_info .star-vote {
  margin-bottom: 15px
}

.section_feedback .feedback_item_wrap .feedback_info .star-vote .icon {
  font-size: 24px;
  color: var(--starColor)
}
.feedback_avatar img {
height: auto;
}
.section_feedback .feedback_item_wrap .feedback_footer {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
  margin-top: 15px
}

.section_feedback .feedback_item_wrap .feedback_footer .feedback_product {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  grid-gap: 15px
}
/* addon feedback item one*/

.section_feedback .heading-bar__title {
  display: none;
}
/*
@media (max-width: 767px) {
  .section_feedback .feedback_body--row .slick-arrow {
    --size:34px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    top: 56%;
  }
  .section_feedback .feedback_body--row .slick-arrow.slick-prev:before, .section_feedback .feedback_body--row .slick-arrow.slick-next:before {
    height: var(--size);
    width: var(--size);
  }
  .section_feedback .feedback_body--row .slick-arrow.slick-arrow:after {
    border-bottom-width: var(--size);
  }
}
@media (min-width: 768px) {
  .section_feedback .feedback_body--row .slick-arrow {
    --size:30px;
    top: 50%;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
  }
  .section_feedback .feedback_body--row .slick-arrow.slick-prev:before, .section_feedback .feedback_body--row .slick-arrow.slick-next:before {
    height: var(--size);
    width: var(--size);
  }
  .section_feedback .feedback_body--row .slick-arrow.slick-arrow:after {
    border-bottom-width: var(--size);
  }
}
*/
@media (max-width:480px){
	.section_feedback .slick-arrow{
		top: 60%;
	}
}
@media (max-width:375px){
	.section_feedback .slick-arrow{
		top: 57%;
	}
}
@media (max-width:320px){
	.section_feedback .slick-arrow{
		top: 55%;
	}
} 
.section_feedback .feedback_item--one {
  width: 100%;
}
@media (min-width: 991px) {
  .section_feedback .feedback_item--one {
    display: flex;
    flex-direction: column;
  }
}
.section_feedback .feedback_item--one .feedback_item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section_feedback .feedback_item--one .feedback_item_wrap {
    justify-content: flex-start;
    align-items: inherit;
  }
}
.section_feedback .feedback_item--one .feedback_header {
  /*width: calc(((500*2 / 1920) * 100vw) - 12vw); //467*/
  background-color: var(--reviewBg);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #FFFFFF;
  padding: 0;
  position: relative;
}
.section_feedback .feedback_item--one .feedback_header--left {
  width: 50%;
  padding: 75px 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}
.section_feedback .feedback_item--one .feedback_header--left:after {
  content: "";
  box-shadow: inset -60px 0 160px -10px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_feedback .feedback_item--one .feedback_header--left {
    padding: 8px 26px;
  }
}
@media screen and (max-width: 835px) {
  .section_feedback .feedback_item--one .feedback_header--left {
    padding: 8px 28px;
  }
}
@media screen and (min-width: 991px) {
  .section_feedback .feedback_item--one .feedback_header--left {
    padding: 55px 60px;
  }
}
@media screen and (min-width: 1600px) {
  .section_feedback .feedback_item--one .feedback_header--left {
    padding: 55px 68px;
  }
}
.section_feedback .feedback_item--one .feedback_header--left--top p {
  /*font-weight: 600;
  font-size: 21.6358px;
  line-height: 27px;
  margin: 0 0 40px 0;*/
  font-weight: 600;
  font-size: 22px;
  line-height: 19px;
  margin: 0 0 18px 0;
}
.section_feedback .feedback_item--one .feedback_header--left--top p i {
  color: var(--reviewBg);
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.section_feedback .feedback_item--one .feedback_header--left--top h4 {
  font-weight: 400;
  font-size: 29px;
  white-space: break-spaces;
  margin: 0px;
  line-height: 1.4;
}
@media screen and (max-width: 835px) {
  .section_feedback .feedback_item--one .feedback_header--left--top {
    text-align: center;
  }
  .section_feedback .feedback_item--one .feedback_header--left--top p {
	  font-size: 16px;
	  line-height: 16px;
	  margin: 12px 0;
  }
  .section_feedback .feedback_item--one .feedback_header--left--top p i {
	  width: 35px;
	  height: 35px;
	  line-height: 36px;
	  font-size: 0.8em;
	  margin: 0 0 6px 0;
  }
  .section_feedback .feedback_item--one .feedback_header--left--top h4 {
    font-size: 18px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .section_feedback .feedback_item--one .feedback_header--left--top p {
    font-size: 12px;
    line-height: 22px;
    margin: 12px 0;
  }
  .section_feedback .feedback_item--one .feedback_header--left--top p i {
    width: 20px;
    height: 20px;
    line-height: 19px;
    font-size: 0.7em;
    margin-right: 2px;
  }
  .section_feedback .feedback_item--one .feedback_header--left--top h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1440px) {
  .section_feedback .feedback_item--one .feedback_header--left--top h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .section_feedback .feedback_item--one .feedback_header--left--top h4 {
    font-size: 35px;
  }
}
.section_feedback .feedback_item--one .feedback_header--left--middle {
  font-size: 150px;
  text-align: left;
}
.section_feedback .feedback_item--one .feedback_header--left--middle i {
  opacity: 0.15;
}
@media screen and (max-width: 835px) {
  .section_feedback .feedback_item--one .feedback_header--left--middle {
    font-size: 65px;
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .section_feedback .feedback_item--one .feedback_header--left--middle {
    font-size: 90px;
    margin: 35px 0;
  }
}
@media screen and (min-width: 991px) {
  .section_feedback .feedback_item--one .feedback_header--left--middle {
    font-size: 110px;
    margin: 70px 0;
  }
}
.section_feedback .feedback_item--one .feedback_header--left--bottom h3 {
  font-weight: 600;
  font-size: 62px;
}
.section_feedback .feedback_item--one .feedback_header--left--bottom h5 {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 835px) {
	.section_feedback .feedback_item--one .feedback_header--left--bottom {
		margin: 0 0 15px;
	}
	.section_feedback .feedback_item--one .feedback_header--left--bottom h3 {
		font-weight: 600;
		font-size: 28px;
		line-height: 25px;
	}
	.section_feedback .feedback_item--one .feedback_header--left--bottom h5 {
		font-weight: 400;
		font-size: 14px;
		line-height: 23px;
	}

	.section_feedback .feedback_item--one .feedback_header--left--top p{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}
@media screen and (max-width: 767px) {
  .section_feedback .feedback_item--one .feedback_header--left--bottom h5 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .section_feedback .feedback_item--one .feedback_header--left--bottom h3 {
    font-size: 31px;
  }
}
@media screen and (min-width: 991px) {
  .section_feedback .feedback_item--one .feedback_header--left--bottom h3 {
    font-size: 49px;
  }
}
@media screen and (min-width: 1440px) {
  .section_feedback .feedback_item--one .feedback_header--left--bottom h3 {
    font-size: 58px;
  }
}
@media screen and (max-width: 480px){
	.section_feedback .feedback_item--one .feedback_header--left{
		padding: 10px 14px;
	}
	
	.section_feedback .feedback_item--one .feedback_header--left--bottom h3{
		font-size: 24px;
	}
}
.section_feedback .feedback_item--one .feedback_header--right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.section_feedback .feedback_item--one .feedback_header--right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.section_feedback .feedback_item--one .feedback_content {
  display: flex;
  flex-direction: column;
  padding: 25px;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_feedback .feedback_item--one .feedback_content--top {
  font-size: 150px;
  text-align: right;
  /*text-shadow: 4px 5px 12px rgba(0,0,0,0.1);*/
  color: rgba(93, 93, 254, 0.04);
  position: absolute;
  top: 0;
  right: 15px;
}
.section_feedback .feedback_item--one .feedback_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}
.section_feedback .feedback_item--one .feedback_content .star-vote {
  color: var(--starColor);
  font-size: 40px;
}
@media (max-width: 767px) {
  .section_feedback .feedback_item--one .feedback_content {
    padding: 15px;
    height: unset;
  }
  .section_feedback .feedback_item--one .feedback_content--top {
    font-size: 90px;
    display: none;
  }
  .section_feedback .feedback_item--one .feedback_content p {
    font-size: 14px;
    line-height: 20px;
  }
  .section_feedback .feedback_item--one .feedback_content .star-vote {
    font-size: 25px;
  }
}
@media (max-width: 835px) {
  .section_feedback .feedback_item--one .feedback_content--top {
    display: none;
  }
  .section_feedback .feedback_item--one .feedback_content p {
    line-height: 24px;
  }
}
@media (min-width: 991px) {
  .section_feedback .feedback_item--one .feedback_content {
    padding: 90px 75px;
    justify-content: end;
  }
  .section_feedback .feedback_item--one .feedback_content--top {
    display: block;
  }
  .section_feedback .feedback_item--one .feedback_content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .section_feedback .feedback_item--one .feedback_content {
    padding: 130px 75px;
  }
}

/* addon feedback item one*/


.section_imgtext .imgtext_content_wrap {
  align-items: center
}

.section_imgtext .imgtext_content_wrap .imgtext_content {
  width: 100%
}
.section_imgtext  .imgtext-title{
	font-weight: 600;
	color: var(--section-header-title-color);
}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
  margin-bottom: 25px
}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc {
	opacity: 0.7;
	text-align: justify;
}
.section_imgtext .imgtext_content_wrap .imgtext_content .link {
	text-decoration: underline;
}
@media (min-width:1200px) {
  .section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
    margin-bottom: 25px
  }

  .section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc {
    margin-bottom: 25px;
  }

}

@media (max-width:991px) {
  .section_imgtext .imgtext_content_wrap .imgtext_content {
    padding: 15px
  }

  .section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
    font-size: 1.2em;
  }

}

.section_imgtext.style2 .imgtext_content {
  text-align: left;
}

.section_imgtext .imgtext_body{
	display: grid;
	gap: clamp(15px, 4vw, 60px); 
	grid-template-columns: 1fr 1fr;
}
@media(min-width: 1200px){
	.section_imgtext .imgtext_content_wrap{
		display: flex;
	}
.section_imgtext .right-text {
  text-align: right;
}
	.section_imgtext.left-text .imgtext_body .imgtext_img{
		order: 1;
	}
}
.section_video .video-play-button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center
}
@media(max-width: 767px){
.section_imgtext .imgtext_body{
	grid-template-columns: 1fr;
}
}
.section_video .video-play-button {
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 75px;
  z-index: 9999;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  border: 5px solid #fff;
  color: #fff;
  cursor: pointer;
}
.section_video .video-play-button:hover{
	color: #FCFAF8;
    border-color: #FCFAF8;
}

@media (max-width:991px) {
  .section_video .video-play-button {
    width: 50px;
    height: 50px;
    line-height: 40px;
    box-sizing: content-box;
  }

  .section_video .video-play-button svg {
    font-size: 20px;
		margin-left: 3px;
  }

}

.section_video .video-title {
  color: #fff;
  font-size: 30px;
  margin-top: 5px;
  letter-spacing: 2px
}

@media (max-width:991px) {
  .section_video .video-title {
    display: none
  }

}

.ss_item.style2 {
    margin: 0 10px;
	padding: 15px;
}

.ss_item.style2 .ss_img {
	position: relative;
	overflow: hidden
}

.ss_item.style2 .ss_img:before {
	display: block;
	content: "";
  background: #ebebeb;
  width: 120px !important;
  height: 120px !important;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  z-index: -1 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}

.ss_item.style2 .ss_img img {
	--image-scale: 1;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	min-width: 1px;
	min-height: 1px
}

.ss_item.style2 .ss_info {
	position: relative;
	grid-template-columns: 1fr;
	padding: 0;
	left: auto;
	bottom: auto;
	margin-top: 10px
}

.ss_item.style2 .ss_info .ss_name {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.ss_item.style2 .ss_info .ss_number {
	text-align: center;
	font-size: 14px;
}

.ss_item.style2 .ss_info .ss_seemore {
	display: none
}
.ss_item.style2:hover .ss_img:before {
  background: var(--primary-color);
  transform: scale(1.1) translateZ(0)
}
@media (max-width:767px) {
	.flashsale .heading-bar.has-tabs .flashsale__header {
		padding-bottom: 10px
	}

	.flash-sale-tabs {
		margin-top: 10px;
		margin-bottom: 20px
	}

	.flash-sale-tabs .tabs li {
		padding: 5px 10px;
		font-size: 16px
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content {
		padding-left: 0;
		padding-right: 0;
	}
}

.heading-bar.heading-style2 .heading-bar__title{
	color: var(--section-header-title-color);
}

.heading-bar.heading-style2 {
	position: relative;
	margin-bottom:30px
}

.heading-bar.heading-style2 .tabs-group {
	position: absolute;
	flex-wrap: wrap;
	display: block !important;
	top: 100%;
	z-index: 99;
	background: #fff;
	padding: 15px 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	width: 100%;
	left: 30px;
	transform: translateZ(0);
	transition: all .2s ease-in-out;
	visibility: visible;
	opacity: 1;
	max-width: 220px
}

.heading-bar.heading-style2 .tabs-group li:not(.current) {
	margin-left: 0 !important
}

.heading-bar.heading-style2 .tabs-group li:not(.current):hover {
	color: #000
}

.heading-bar.heading-style2 .tabs-group li.current {
	margin-left: 0 !important;
	border: none
}
.heading-bar.heading-style2 .tabs-group li.current:after{
	content: none;
}
.heading-bar.heading-style2 .tabs-group li+li {
	margin-top: 15px
}

.heading-bar.heading-style2 .tabs-select {
	margin-left: 30px;
	font-size: 2em;
	cursor: pointer;
	border-bottom: 2px solid #000
}

.heading-bar.heading-style2 .tabs-select-wrap .tabs-select .icon {
	transition: transform .3s ease-in-out;
	transform: rotate(-90deg)
}

.heading-bar.heading-style2 .tabs-select-wrap.select-hide .tabs-select .icon {
	transform: rotate(90deg)
}

.heading-bar.heading-style2 .tabs-select-wrap.select-hide .tabs-group {
	opacity: 0;
	top: calc(100% + 20px);
	visibility: hidden
}
@media(max-width: 991px){
	.heading-bar.heading-style2 .tabs-select{
		margin-left: 0;
		padding-right: 30px;
	}
	.heading-bar.heading-style2 .tabs-select .icon {
		position: absolute;
		top: 15px;
		right: 0;
	}
}
.section__blogs {
    padding-top: 15px;
}
.section_blog .title_module_main{
	padding: 10px 10px 10px 0;
}

.section_blog .heading-bar__title{
	display: flex;
	align-items: center;
	font-weight: 600;
	margin: 0px;
	gap: 10px;
}
.section_blog .heading-bar__title a:not(:hover).link{
	color: inherit;
}
.section_blog .blogwp.media .image-blog {
	width: 190px;
	flex: 0 0 190px;
	border-radius: 8px;
	overflow: hidden;
}
.blogwp h3, .blogwp h3 a.link {
	font-size: 18px;
	line-height: 1.5;
}
.section_blog .blogwp.media h3, .section_blog .blogwp.media h3 a.link {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}
.section_blog .title_module_main{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
/*add on only style*/
.section_blog .blog-list-custom .blogwp{
    flex-wrap: wrap;
}
.section_blog .blog-list-custom .blogwp .image-blog{
    width: unset;
    flex: unset;
	border-radius:0;
}
.section_blog .blogwp.only-title{
    position: relative;
}
.section_blog .blogwp.only-title .content_blog {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 15px 0;
    transition: all 0.3s;
}

.section_blog .blogwp.only-title h3 a.link{
    color: var(--text-color);
    font-size: 1.125rem;
  	line-height:1.3;
}

.section_blog .blogwp.only-title .btn-view{
    padding: 0;
    color: var(--text-color);
    font-weight: 600;
    text-transform: uppercase;
}
.section_blog .title_module_main h2{
	font-weight: 600;
}

/*add on only style*/
@media (min-width: 768px) {
	.section_blog_right {
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		top: 0;
		padding: 0 10px;
	}
}
@media(max-width: 767px){
	.section_blog .blog-list-custom{
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: initial !important;
	}
	.section_blog .blog-list-custom .blog-list-custom--article{
		flex: 0 0 85%;
		max-width: 85%;
	}
	.blogwp {
		display: block;
	}
	.section_blog .blogwp.media {
		display: flex;
		margin-bottom: 10px;
	}
	.blogwp.media + * {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
	.section_blog .blogwp.media .image-blog {
		width: 115px;
		flex: 0 0 115px;
		display: block;
		margin-bottom: 5px;
	}
	.section_blog .blogwp.only-title .image-blog{
		width: unset;
		flex: unset;
	}

	.section_blog .blog-list-custom .col-12 {
		flex: 0 0 85%;
		max-width: 85%;
	}
}
.slideshow-banner-wrap{
	display: flex;
	flex-direction: column;
}

.slideshow-banner-wrap .section-slideshow-banner.bottom-pos{
	order: 1;
}

.section-slideshow-banner{
	display: flex;
	align-items: center;
	max-width: 100%;
	overflow: hidden;
}

.section-slideshow-banner .items{
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	overflow: hidden;
}

.section_banner_slide .banner_slide_body {
    padding-top: 50px
}

.banner_slide_body .slick-track {
    display: flex !important;
}

.banner_slide_body .slick-slide {
    height: inherit !important;
}

.section_banner_slide .banner_slide_body>div {
    overflow: hidden
}

.section_banner_slide .slick-slide>div {
    height: 100%;
}

.section_banner_slide .banner_slide_item {
    padding-left: 12px;
    padding-right: 12px
}

.section_banner_slide .slick-arrow.slick-prev {
    left: 12px;
}

.section_banner_slide .slick-arrow.slick-next {
    right: 12px;
}

.section_banner_slide .banner_slide_item_wrap {
    padding: 24px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px
}
.section_banner_slide .banner_slide_body > .row:not(.slick-slider) .banner_slide_item:nth-child(4) ~ .banner_slide_item{
	display: none;
}

@media (max-width:991px) {
    .section_banner_slide .banner_slide_item {
        padding-left: 0;
        padding-right: 0
    }
	.section_banner_slide .banner_slide_body{
		padding-top: 20px;
	}
}

.btn-slide--new button.slick-arrow{
	overflow: initial;
	border-radius: initial;
	border: none;
}

.btn-slide--new button.slick-arrow:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	border-bottom: 44px solid #ebebeb;
}
.btn-slide--new button.slick-arrow.slick-prev:after {
	border-right: 10px solid transparent;
}
.btn-slide--new button.slick-arrow.slick-next:after {
	left: auto;
	right: 100%;
	border-left: 10px solid transparent;
}
.btn-slide--new button.slick-arrow:not(.slick-disabled):hover:after {
   border-bottom-color: #fff;
}
/** SECTION - BENTO GRID (CFS, scoped .cfs-card.cfs-bento) — gap/padding đồng bộ .premium-slide-scroll-track + Instagram */
.cfs-card.cfs-bento {
	--cfs-slide-gap: 20px;
}

.cfs-card.cfs-bento .cfs-bento-heading-link {
	color: inherit;
	text-decoration: none;
}

.cfs-card.cfs-bento .cfs-bento-heading-link:hover {
	opacity: 0.88;
}

.cfs-card.cfs-bento .cfs-bento-grid-wrap {
	padding-left: var(--cfs-content-inset);
	padding-right: var(--cfs-content-inset);
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}

.cfs-card.cfs-bento .cfs-bento-grid {
	display: grid;
	gap: var(--cfs-slide-gap);
	grid-gap: var(--cfs-slide-gap);
	grid-template-columns: repeat(var(--bento-grid-desktop), minmax(0, 1fr));
}

.cfs-card.cfs-bento .cfs-bento-item {
	grid-column: span var(--bento-item-column) / span var(--bento-item-column);
	grid-row: span var(--bento-item-row) / span var(--bento-item-row);
	min-height: calc(var(--bento-item-row) * var(--min-height-desktop));
	position: relative;
	cursor: pointer;
	overflow: visible;
	border-radius: 0;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transform: translateZ(0);
	will-change: transform;
}

.cfs-card.cfs-bento:not(.cfs-card--square) .cfs-bento-item {
	border-radius: 8px;
}

.cfs-card.cfs-bento:not(.cfs-card--flat) .cfs-bento-item {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cfs-card.cfs-bento .cfs-bento-item > a.cfs-bento-card {
	display: block;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	border-radius: inherit;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.cfs-card.cfs-bento:not(.cfs-card--square) .cfs-bento-item > a.cfs-bento-card {
	border-radius: 8px;
}

.cfs-card.cfs-bento .cfs-bento-item:hover,
.cfs-card.cfs-bento .cfs-bento-item:focus-within {
	transform: translateY(-5px);
}

.cfs-card.cfs-bento:not(.cfs-card--flat) .cfs-bento-item:hover,
.cfs-card.cfs-bento:not(.cfs-card--flat) .cfs-bento-item:focus-within {
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.cfs-card.cfs-bento.cfs-card--flat .cfs-bento-item:hover,
.cfs-card.cfs-bento.cfs-card--flat .cfs-bento-item:focus-within {
	box-shadow: none;
}

.cfs-card.cfs-bento .cfs-bento-item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.cfs-card.cfs-bento .cfs-bento-grid {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		gap: var(--cfs-slide-gap);
		scroll-padding-left: var(--cfs-content-inset);
		scroll-padding-right: var(--cfs-content-inset);
		scroll-behavior: smooth;
		overscroll-behavior-x: contain;
	}

	.cfs-card.cfs-bento .cfs-bento-grid::-webkit-scrollbar {
		display: none;
	}

	.cfs-card.cfs-bento .cfs-bento-item {
		flex: 0 0 75%;
		max-width: 75%;
		min-height: 0;
	}

	.cfs-card.cfs-bento .cfs-bento-item-img {
		height: auto;
		position: initial;
	}
}

/*
 * CFS carousel (.cfs-card.premium-slide-wrapper) — quy ước cho section slider sau:
 * --cfs-content-inset: lề ngang chung (tiêu đề, tabs club, padding + scroll-padding của track).
 * --cfs-slide-peek: mobile — scroll-margin-inline-start trên từng card (trừ :first-child) để
 *   scroll-snap start vẫn lộ một phần card trước; desktop để 0.
 * Banner full-width: .premium-slide-scroll-track:not(.clubcoll-track). Club 2 cột: .clubcoll-track — không áp peek banner.
 */
/* --- .cfs-card: CFS-style carousel + cards (dùng chung nhiều section, scoped) --- */
.cfs-card.premium-slide-wrapper {
	--card-bg: #1f1f1f;
	--text-color: #ffffff;
	--cfs-content-inset: 15px;
	--cfs-slide-peek: 0;
}

.cfs-card .premium-slide-section {
	background-color: transparent;
	font-family: inherit;
	max-width: none;
	margin: 40px 0 10px;
	padding: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.cfs-card .premium-slide-main-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding-left: var(--cfs-content-inset);
	padding-right: var(--cfs-content-inset);
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	color: var(--section-header-title-color);
	text-align: left;
}

.cfs-card .premium-slide-carousel-wrapper {
	position: relative;
	width: 100%;
}

.cfs-card .premium-slide-scroll-track {
	--cfs-slide-gap: 20px;
	display: flex;
	overflow-x: auto;
	gap: var(--cfs-slide-gap);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: var(--cfs-content-inset);
	padding-right: var(--cfs-content-inset);
	scroll-padding-left: var(--cfs-content-inset);
	scroll-padding-right: var(--cfs-content-inset);
	scroll-behavior: smooth;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
}

.cfs-card .premium-slide-scroll-track::-webkit-scrollbar {
	display: none;
}

.cfs-card .premium-slide-card {
	position: relative;
	flex: 0 0 var(--new-col-card-w, 280px);
	min-width: 0;
	overflow: hidden;
	border-radius: 8px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: var(--card-bg);
	transform: translateZ(0);
	will-change: transform;
	scroll-snap-align: start;
}

.cfs-card .premium-slide-scroll-track:not(.clubcoll-track) .premium-slide-card {
	scroll-margin-inline-start: var(--cfs-slide-peek);
}

.cfs-card .premium-slide-scroll-track:not(.clubcoll-track) .premium-slide-card:first-child {
	scroll-margin-inline-start: 0;
}

.cfs-card .premium-slide-card:hover,
.cfs-card .premium-slide-card:focus-within,
.cfs-card .premium-slide-card:has(.premium-slide-cta-pill:active) {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.cfs-card .premium-slide-card--split:hover,
.cfs-card .premium-slide-card--split:focus-within,
.cfs-card .premium-slide-card--split:has(.premium-slide-cta-pill:active) {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.cfs-card .premium-slide-card-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.cfs-card .premium-slide-badge-container {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	z-index: 10;
	pointer-events: none;
}

.cfs-card .premium-slide-badge {
	background-color: var(--brand-color, #1e5929);
	color: #ffffff;
	font-family: inherit;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 6px 10px;
	border-radius: 4px;
	line-height: 1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cfs-card .premium-slide-card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
	text-align: left;
	z-index: 5;
}

.cfs-card .premium-slide-card-overlay--split {
	padding-bottom: 4.25rem;
}

.cfs-card .premium-slide-product-name {
	font-family: inherit;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.3;
	color: var(--text-color);
	margin: 0 0 1rem 0;
}

.cfs-card .premium-slide-cta-pill {
	display: inline-block;
	font-family: inherit;
	font-weight: 600;
	font-size: 0.875rem;
	color: #0a0a0a;
	background-color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.cfs-card .premium-slide-card:hover .premium-slide-cta-pill,
.cfs-card .premium-slide-card:focus-within .premium-slide-cta-pill {
	background-color: var(--brand-color, #1e5929);
	color: #ffffff;
}

.cfs-card .premium-slide-card--split .premium-slide-card-split-main:hover ~ .premium-slide-cta-pill,
.cfs-card .premium-slide-card--split:focus-within .premium-slide-cta-pill {
	background-color: var(--brand-color, #1e5929);
	color: #ffffff;
}

.cfs-card .premium-slide-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	padding: 0;
}

.cfs-card .premium-slide-nav-btn:hover:not(:disabled) {
	background-color: var(--brand-color, #1e5929);
	border-color: var(--brand-color, #1e5929);
}

.cfs-card .premium-slide-nav-btn svg {
	width: 20px;
	height: 20px;
	stroke: var(--brand-color, #1e5929);
	stroke-width: 2;
	fill: none;
}

.cfs-card .premium-slide-nav-btn:hover:not(:disabled) svg {
	stroke: #ffffff;
}

.cfs-card .premium-slide-nav-btn:disabled {
	opacity: 0.5;
	cursor: default;
	box-shadow: none;
}

.cfs-card .premium-slide-prev {
	left: -22px;
}

.cfs-card .premium-slide-next {
	right: -22px;
}

.cfs-card .premium-slide-card--split {
	display: block;
}

.cfs-card .premium-slide-card-split-main {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	border-radius: inherit;
}

.cfs-card .premium-slide-card--split .premium-slide-cta-pill {
	position: absolute;
	bottom: 1.25rem;
	left: 1.5rem;
	z-index: 15;
}

.cfs-card.cfs-card--square .premium-slide-card,
.cfs-card.cfs-card--square .premium-slide-card-split-main {
	border-radius: 0;
}

.cfs-card.cfs-card--square .premium-slide-badge {
	border-radius: 0;
}

.cfs-card.cfs-card--flat .premium-slide-card,
.cfs-card.cfs-card--flat .premium-slide-card--split {
	box-shadow: none;
}

.cfs-card.cfs-card--flat .premium-slide-card:hover,
.cfs-card.cfs-card--flat .premium-slide-card:focus-within,
.cfs-card.cfs-card--flat .premium-slide-card--split:hover,
.cfs-card.cfs-card--flat .premium-slide-card--split:focus-within {
	box-shadow: none;
}

/* --- Nhóm Video (tiktok_slide): CFS track, tối đa 4 card, giữ tỷ lệ ảnh upload --- */
.cfs-card.cfs-tiktokslide .premium-slide-scroll-track {
	--cfs-slide-gap: 16px;
}

.cfs-card.cfs-tiktokslide .premium-slide-card.cfs-tiktok-card {
	flex: 0 0 calc((100% - (3 * var(--cfs-slide-gap, 16px))) / 4);
}

.cfs-card.cfs-tiktokslide .cfs-tiktok-media {
	position: relative;
	overflow: hidden;
	border-radius: inherit;
	background: #0f0f0f;
}

.cfs-card.cfs-tiktokslide .premium-slide-card-img.cfs-tiktok-thumb {
	aspect-ratio: auto;
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.cfs-card.cfs-tiktokslide .premium-slide-card-img.cfs-tiktok-thumb--yt {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.cfs-card.cfs-tiktokslide .video-play-button-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 3;
	pointer-events: none;
}

.cfs-card.cfs-tiktokslide .video-play-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 4px solid #ffffff;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.cfs-card.cfs-tiktokslide .premium-slide-card:hover .video-play-button,
.cfs-card.cfs-tiktokslide .premium-slide-card:focus-within .video-play-button {
	transform: scale(1.06);
	border-color: #fcfaf8;
}

.cfs-card.cfs-tiktokslide .video-play-button svg {
	width: 24px;
	height: 24px;
}

/* --- Instagram: CFS track + gap đồng bộ section mới --- */
.cfs-card.cfs-instagram .premium-slide-card.cfs-insta-card {
	flex: 0 0 calc((100% - (4 * var(--cfs-slide-gap, 20px))) / 5);
}

.cfs-card.cfs-instagram .cfs-insta-media {
	position: relative;
	overflow: hidden;
	border-radius: inherit;
	background: #0f0f0f;
}

.cfs-card.cfs-instagram .cfs-insta-thumb {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.cfs-card.cfs-instagram .insta-icon-wrap {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
}

.cfs-card.cfs-instagram .insta-icon {
	align-items: center;
	background: #fff;
	color: var(--text-color);
	border-radius: 50%;
	display: flex;
	height: 55px;
	width: 55px;
	justify-content: center;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.32s cubic-bezier(0.4, 0, 0.21, 0.99), transform 0.32s cubic-bezier(0.4, 0, 0.21, 0.99);
	will-change: transform;
	color: #111111;
	position: relative;
	z-index: 4;
}

.cfs-card.cfs-instagram .insta-icon .icon {
	font-size: 30px;
}

.cfs-card.cfs-instagram .premium-slide-card:hover .insta-icon,
.cfs-card.cfs-instagram .premium-slide-card:focus-within .insta-icon {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 991px) {
	.cfs-card.cfs-tiktokslide .premium-slide-card.cfs-tiktok-card {
		flex: 0 0 78%;
	}

	.cfs-card.cfs-tiktokslide .video-play-button {
		width: 56px;
		height: 56px;
	}

	.cfs-card.cfs-tiktokslide .video-play-button svg {
		width: 20px;
		height: 20px;
	}

	.cfs-card.cfs-instagram .premium-slide-card.cfs-insta-card {
		flex: 0 0 78%;
	}
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
	.cfs-card .premium-slide-card,
	.cfs-card .premium-slide-card--split {
		flex: 0 0 calc((100% - 4 * var(--cfs-slide-gap, 20px)) / 5);
	}

	.cfs-card.cfs-tiktokslide .premium-slide-card.cfs-tiktok-card {
		flex: 0 0 calc((100% - (3 * var(--cfs-slide-gap, 16px))) / 4);
	}

	.cfs-card.cfs-instagram .premium-slide-card.cfs-insta-card {
		flex: 0 0 calc((100% - (4 * var(--cfs-slide-gap, 20px))) / 5);
	}
}

@media (min-width: 1800px) {
	.cfs-card .premium-slide-card,
	.cfs-card .premium-slide-card--split {
		flex: 0 0 calc((100% - 5 * var(--cfs-slide-gap, 20px)) / 6);
	}

	.cfs-card.cfs-tiktokslide .premium-slide-card.cfs-tiktok-card {
		flex: 0 0 calc((100% - (3 * var(--cfs-slide-gap, 16px))) / 4);
	}

	.cfs-card.cfs-instagram .premium-slide-card.cfs-insta-card {
		flex: 0 0 calc((100% - (4 * var(--cfs-slide-gap, 20px))) / 5);
	}
}

/* --- Nhóm 3 banner (banner_coll): CFS track + gap/padding đồng bộ Instagram --- */
.cfs-card.cfs-banner-coll.cfs-banner-coll--mt0-section .premium-slide-section {
	margin-top: 0;
}

.cfs-card.cfs-banner-coll .premium-slide-scroll-track {
	--cfs-slide-gap: 20px;
}

.cfs-card.cfs-banner-coll .premium-slide-card.cfs-banner-coll-card {
	flex: 0 0 calc((100% - (2 * var(--cfs-slide-gap, 20px))) / 3);
}

.cfs-card.cfs-banner-coll .cfs-banner-coll-media {
	position: relative;
	overflow: hidden;
	border-radius: inherit;
	background: #f5f5f5;
	line-height: 0;
}

.cfs-card.cfs-banner-coll .premium-slide-card-img.cfs-banner-coll-img {
	aspect-ratio: auto;
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

@media (max-width: 991px) {
	.cfs-card.cfs-banner-coll .premium-slide-card.cfs-banner-coll-card {
		flex: 0 0 78%;
	}
}

@media (max-width: 768px) {
	.cfs-card.premium-slide-wrapper {
		--cfs-slide-peek: 20px;
	}

	.cfs-card .premium-slide-section {
		margin: 30px 0 10px;
		padding: 0;
	}

	.cfs-card .premium-slide-main-title {
		font-size: 24px;
		margin: 0 0 15px 0;
	}

	.cfs-card.cfs-clubcoll .cfs-section-title--clubcoll {
		margin-block-end: 15px;
	}

	.cfs-card .premium-slide-scroll-track {
		--cfs-slide-gap: 15px;
		padding-top: 10px;
		padding-bottom: 30px;
		gap: var(--cfs-slide-gap);
	}

	.cfs-card.cfs-clubcoll .clubcoll-track {
		--cfs-slide-gap: 15px;
	}

	.cfs-card .premium-slide-card {
		flex: 0 0 85%;
	}

	.cfs-card .premium-slide-nav-btn,
	.cfs-card.cfs-clubcoll .premium-slide-nav-btn {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cfs-card .premium-slide-scroll-track {
		scroll-behavior: auto;
	}

	.cfs-card .premium-slide-card,
	.cfs-card .premium-slide-card--split,
	.cfs-card.cfs-clubcoll .clubcoll-card.premium-slide-card {
		transition: none;
	}
}

/* --- Club collection (theo CLB): tabs + card row + logo 1:1 --- */
.cfs-card.cfs-clubcoll .clubcoll-section-inner {
	margin: 40px 0 10px;
}

.cfs-card.cfs-clubcoll .cfs-section-title--clubcoll {
	margin-block: 0 10px;
	margin-inline: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.cfs-filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 8px 0;
	padding: 4px 0 12px 0;
	border-bottom: 1px solid #e5e5e5;
}

.cfs-card.cfs-clubcoll .cfs-filter-tabs {
	padding-left: var(--cfs-content-inset);
	padding-right: var(--cfs-content-inset);
}

.cfs-card.cfs-groupcoll .cfs-filter-tabs {
	padding-left: var(--cfs-content-inset);
	padding-right: var(--cfs-content-inset);
}

.cfs-filter-tab {
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 8px 14px;
	border-radius: 6px;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #333;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cfs-filter-tab:hover {
	border-color: var(--brand-color, #1e5929);
	color: var(--brand-color, #1e5929);
}

.cfs-filter-tab.is-active {
	background: var(--brand-color, #1e5929);
	color: #fff;
	border-color: var(--brand-color, #1e5929);
}

.cfs-card.cfs-clubcoll .clubcoll-track {
	--clubcoll-n: 2;
}

.cfs-card.cfs-clubcoll .clubcoll-card.premium-slide-card {
	flex: 0 0 calc((100% - (var(--clubcoll-n) - 1) * var(--cfs-slide-gap, 20px)) / var(--clubcoll-n));
	min-width: 0;
	max-width: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1rem 0.75rem;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	background: var(--clubcoll-card-bg, #fff);
}

.cfs-card.cfs-clubcoll.cfs-card--square .clubcoll-card.premium-slide-card {
	border-radius: 0;
}

.cfs-card.cfs-clubcoll .clubcoll-card.premium-slide-card:hover,
.cfs-card.cfs-clubcoll .clubcoll-card.premium-slide-card:focus-within {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
}

.cfs-card.cfs-clubcoll.cfs-card--flat .clubcoll-card.premium-slide-card:hover,
.cfs-card.cfs-clubcoll.cfs-card--flat .clubcoll-card.premium-slide-card:focus-within {
	box-shadow: none;
	transform: none;
}

.cfs-card.cfs-clubcoll .clubcoll-logo-frame {
	position: relative;
	width: 100%;
	max-width: var(--clubcoll-logo, 120px);
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	background: transparent;
	border-radius: 0;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cfs-card.cfs-clubcoll.cfs-card--square .clubcoll-logo-frame {
	border-radius: 0;
}

.cfs-card.cfs-clubcoll .clubcoll-logo__ph {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(243, 244, 246, 0.85);
	z-index: 1;
	transition: opacity 0.2s ease;
	border-radius: 8px;
}

.cfs-card.cfs-clubcoll .clubcoll-logo-frame:has(.clubcoll-logo-img[src]) .clubcoll-logo__ph {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.cfs-card.cfs-clubcoll .clubcoll-spinner {
	width: 28px;
	height: 28px;
	border: 2px solid #e0e0e0;
	border-top-color: var(--brand-color, #1e5929);
	border-radius: 50%;
	animation: clubcoll-spin 0.7s linear infinite;
}

@keyframes clubcoll-spin {
	to {
		transform: rotate(360deg);
	}
}

.cfs-card.cfs-clubcoll .clubcoll-logo-img {
	position: relative;
	z-index: 2;
	display: block;
	width: auto;
	height: auto;
	max-width: 85%;
	max-height: 85%;
	object-fit: contain;
	margin: auto;
	border-radius: 8px;
	overflow: hidden;
}

.cfs-card.cfs-clubcoll.cfs-card--square .clubcoll-logo-img {
	border-radius: 0;
}

.cfs-card.cfs-clubcoll.cfs-card--square .clubcoll-logo__ph {
	border-radius: 0;
}

.cfs-card.cfs-clubcoll .clubcoll-card__body {
	margin-top: 12px;
	width: 100%;
}

.cfs-card.cfs-clubcoll .clubcoll-card__h2 {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 4px 0;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cfs-card.cfs-clubcoll .clubcoll-card__h3 {
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 4px 0;
	color: #333;
}

.cfs-card.cfs-clubcoll .clubcoll-card__count {
	font-size: 0.8rem;
	margin: 0;
	color: #888;
}

/* --- Legend collection (theo danh thu): same UI language as club, 250x250 portrait cards --- */
.cfs-card.cfs-legendcoll .legendcoll-section-inner {
	margin: 40px 0 10px;
}

.cfs-card.cfs-legendcoll .legendcoll-track {
	--clubcoll-n: 2;
}

.cfs-card.cfs-legendcoll .legendcoll-card.premium-slide-card {
	flex: 0 0 calc((100% - (var(--clubcoll-n) - 1) * var(--cfs-slide-gap, 20px)) / var(--clubcoll-n));
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}

.cfs-card.cfs-legendcoll .legendcoll-card.premium-slide-card:hover,
.cfs-card.cfs-legendcoll .legendcoll-card.premium-slide-card:focus-within,
.cfs-card.cfs-legendcoll .legendcoll-card.premium-slide-card:focus,
.cfs-card.cfs-legendcoll .legendcoll-card.premium-slide-card:focus-visible {
	box-shadow: none;
	border-radius: 0;
	outline: none;
}

.cfs-card.cfs-legendcoll .legendcoll-img {
	display: block;
	width: 100%;
	max-width: var(--clubcoll-logo, 250px);
	aspect-ratio: 1 / 1;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	transition: transform 0.3s ease-in-out;
}

.cfs-card.cfs-legendcoll .legendcoll-card:hover .legendcoll-img,
.cfs-card.cfs-legendcoll .legendcoll-card:focus-within .legendcoll-img {
	transform: translateY(-5px);
}

.cfs-card.cfs-legendcoll .legendcoll-card__body {
	margin-top: 12px;
	min-height: 0;
}

.cfs-card.cfs-legendcoll .legendcoll-card__name {
	font-size: 1.02rem;
	line-height: 1.25;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.cfs-card.cfs-legendcoll .legendcoll-track {
		--clubcoll-n: 3;
	}
}

@media (min-width: 1024px) {
	.cfs-card.cfs-legendcoll .legendcoll-track {
		--clubcoll-n: 6;
	}
}

@media (max-width: 767px) {
	.cfs-card.cfs-legendcoll .legendcoll-track {
		--cfs-slide-gap: 10px;
		padding-left: 8px;
		padding-right: 16px; /* Peek phia sau nhieu hon mot chut */
		scroll-padding-left: 8px;
		scroll-padding-right: 16px;
	}

	.cfs-card.cfs-legendcoll .legendcoll-card.premium-slide-card {
		/* 2 card + lo nhe card thu 3 */
		flex: 0 0 calc((100% - 2 * var(--cfs-slide-gap)) / 2.35);
		scroll-snap-align: start;
	}
}

@media (min-width: 768px) {
	.cfs-card.cfs-clubcoll .clubcoll-track {
		--clubcoll-n: 3;
	}
}

@media (min-width: 1024px) {
	.cfs-card.cfs-clubcoll .clubcoll-track {
		--clubcoll-n: 6;
	}
}

/* Group collection: desktop >=1200px render 4/6 cards by setting */
@media (min-width: 1200px) {
	.cfs-card.cfs-newcoll .premium-slide-card,
	.cfs-card.cfs-newcoll .premium-slide-card--split {
		flex: 0 0 calc((100% - (var(--newcoll-desktop-cols, 4) - 1) * var(--cfs-slide-gap, 20px)) / var(--newcoll-desktop-cols, 4));
	}

	.cfs-card.cfs-groupcoll .groupcoll-track .premium-slide-card {
		flex: 0 0 calc((100% - (var(--groupcoll-desktop-cols, 4) - 1) * var(--cfs-slide-gap, 20px)) / var(--groupcoll-desktop-cols, 4));
	}
}

@media (prefers-reduced-motion: reduce) {
	.cfs-card.cfs-clubcoll .clubcoll-spinner {
		animation: none;
		border-top-color: #ccc;
	}
}

/* --- National collection (theo Quoc gia): compact flag cards --- */
.cfs-card.cfs-nationalcoll .nationalcoll-section-inner {
	margin: 40px 0 10px;
}

.cfs-card.cfs-nationalcoll .cfs-filter-tabs {
	padding-left: var(--cfs-content-inset);
	padding-right: var(--cfs-content-inset);
}

.cfs-card.cfs-nationalcoll .nationalcoll-track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding-top: 16px;
	overflow: visible;
}

.cfs-card.cfs-nationalcoll .nationalcoll-card.premium-slide-card {
	min-width: 0;
	max-width: none;
	padding: 0;
	border: 1px solid #ececec;
	box-shadow: none;
	background: var(--clubcoll-card-bg, #fff);
	border-radius: 6px;
}

.cfs-card.cfs-nationalcoll .nationalcoll-card__main {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 40px 10px 12px;
	position: relative;
}

.cfs-card.cfs-nationalcoll .nationalcoll-flag {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 3px;
	overflow: hidden;
}

.cfs-card.cfs-nationalcoll .nationalcoll-card__name {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cfs-card.cfs-nationalcoll .nationalcoll-card__count {
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #ff8f1f;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	flex: 0 0 auto;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1024px) {
	.cfs-card.cfs-nationalcoll .nationalcoll-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cfs-card.cfs-nationalcoll .nationalcoll-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-bottom: 10px;
	}

	.cfs-card.cfs-nationalcoll .nationalcoll-card__name {
		font-size: 0.88rem;
	}
}
