@charset "UTF-8";
/* 1.8 - Anmaiton css3 */
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes popoverTheLookDot {
  from {
    opacity: 0.6;
    transform: scale(0.6); }
  to {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes pulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0; } }

@keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes downscroll {
  0% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(3px); } }

/* 1.9 Image & Loading */
img {
  max-width: 100%; }

img.lazyload:not([src]) {
  visibility: hidden; }

.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line, .section-home-lookbooks .list-lookbooks-loading .mask-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative; }

.loading-mask .loading-mask__image {
  position: relative;
  overflow: hidden;
  width: 100%; }

.loading-mask .loading-mask__detail {
  padding: 10px; }

.loading-mask .loading-mask__detail .mask-line {
  height: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 4px 0; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%; }

.boxlazy-img__insert {
  position: relative;
  height: 0;
  display: block;
  width: 100%; }

.boxlazy-img__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain; }

.slider-index .owl-dots {
  position: absolute;
  bottom: 28px;
  text-align: center;
  width: 100%; }
  .slider-index .owl-dots .owl-dot {
    display: inline-block; }
    .slider-index .owl-dots .owl-dot span {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      border-radius: 50%;
      cursor: pointer;
      background: transparent;
      border: 2px solid #fff;
      -webkit-transition: color 0.2s ease-in-out,background 0.2s ease-in-out;
      transition: color 0.2s ease-in-out,background 0.2s ease-in-out; }
  .slider-index .owl-dots .owl-dot.active span {
    background: #fff; }

.slider-index .owl-carousel .owl-nav .owl-prev, .slider-index .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0; }

.slider-index .owl-carousel .owl-nav .owl-prev:before, .slider-index .owl-carousel .owl-nav .owl-next:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  border-radius: 50%; }

.slider-index .owl-carousel .owl-nav .owl-prev {
  left: 35px; }

.slider-index .owl-carousel .owl-nav .owl-prev:before {
  content: ""; }

.slider-index .owl-carousel .owl-nav .owl-next {
  right: 35px; }

.slider-index .owl-carousel .owl-nav .owl-next:before {
  content: ""; }

.slider-index .owl-carousel .owl-stage {
  margin: 0 auto; }

.slider-index .owl-carousel:not(.owl-loaded) .item:first-child {
  position: relative;
  z-index: 99; }

.slider-index .owl-carousel:not(.owl-loaded) .item + .item {
  position: absolute;
  top: 0;
  left: 0; }

.slider-index .owl-carousel:not(.owl-loaded) img {
  width: 100%; }

.ega-home-preorder .slider-item-haft .owl-carousel .owl-stage {
  display: flex; }

.ega-home-preorder .slider-item-haft .owl-item {
  display: flex;
  flex: 1 0 auto; }

.ega-home-preorder .owl-carousel .owl-item .item {
  height: 100%; }
  .ega-home-preorder .owl-carousel .owl-item .item .ega-pd-item {
    height: calc(100% - 14px); }

.ega-home-preorder .ega-pd-item {
  background: #fff; }

.vth-section {
  position: relative;
  padding: 1px 24px 40px;
  background-color: #ffcc00; }
  .vth-section .owl-carousel .owl-stage-outer {
    padding-top: 20px; }
  .vth-section .owl-carousel .owl-item .item {
    margin: 5px;
    padding: 2px; }
  .vth-section .owl-nav .owl-prev {
    left: -70px; }
  .vth-section .owl-nav div {
    opacity: .35;
    position: absolute;
    top: calc(50% - 35px);
    font-size: 0;
    color: #333; }
  .vth-section .owl-nav .owl-prev:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px; }
  .vth-section .owl-nav .owl-next {
    right: -70px; }
  .vth-section .owl-nav .owl-next:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px; }
  .vth-section .owl-carousel:not(.owl-loaded) {
    height: 235px;
    overflow: hidden;
    padding-top: 24px; }
  .vth-section .owl-carousel:not(.owl-loaded) > .item {
    width: calc(50% - 8px);
    display: inline-block;
    margin-right: 5px;
    vertical-align: top; }

.vth-section-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 30px; }

.AOa {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.65); }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.618;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.Ka {
  background-color: transparent;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 0; }
  .Ka .thumb {
    width: 100%; }
  .Ka .ratio-1-1 > .content {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden; }
  .Ka h4 {
    font-weight: 700;
    font-size: 1.14rem;
    line-height: 1.84452rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .Ka a {
    text-decoration: none !important; }
  .Ka p {
    font-size: .9rem;
    line-height: 1.4562rem;
    color: #575757; }

.Ka, .Ka:active, .Ka:focus, .Ka:hover, .Ka:visited {
  color: inherit;
  text-decoration: none; }

.Ka.thumbnail .caption {
  background: #fff;
  border-bottom-left-radius: 6px;
  overflow: hidden;
  border-bottom-right-radius: 6px; }

.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.ratio-1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0; }

.A0b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform .135s ease-in;
  transform: scale(1);
  transform-style: initial !important;
  -webkit-transform-style: initial !important; }

.A0a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity .135s ease-in;
  opacity: 0;
  z-index: 2; }

.A0c {
  display: inherit;
  z-index: 999;
  transition: transform .135s ease-out;
  transform: scale(1.3);
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
  border: none !important; }

.A0c > span:not(last-child) {
  margin-right: 5px; }

.A0c > span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.31);
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%; }

.Kl, .Kl:after {
  transition: .25s; }

.Kl {
  opacity: 1;
  z-index: 9; }

.A0b:hover .A0a {
  opacity: 1; }
  .A0b:hover .A0a .A0c {
    transform: scale(1); }

.A0b:not(.no-effect):hover img {
  transform: scale(1.12); }

.Kc {
  line-height: 1.4142;
  overflow: visible !important; }

.Kc > div {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #e02417;
  border-radius: 50%;
  right: 6px;
  top: -12px;
  height: 60px;
  width: 60px;
  font-size: 12px;
  z-index: 2; }
  .Kc > div .Ke {
    font-size: 13.8px;
    font-weight: 700; }

.Kc > div:before {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  content: "";
  visibility: visible;
  border-radius: 50%;
  border: 1px dashed #fff;
  z-index: 2; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.Kb {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end; }

.Kf > div {
  display: inline-block;
  width: auto;
  padding: 6.3px 13.5px 9px;
  background-color: rgba(0, 0, 0, 0.65); }

.Kf.Kg .Ki, .Kf.Kg .Kh, .Kf .Ki, .Kf .Kh {
  font-size: 20.25px; }

.Kf span {
  color: #fff; }

.Kf.Kg .Kh {
  font-size: 14px;
  opacity: .65;
  text-decoration: line-through;
  font-size: 14px;
  opacity: .65;
  text-decoration: line-through; }

.Ko {
  height: 170px; }

.Ka:hover h4 {
  color: #ebbc00; }

.AOe {
  margin-top: 2rem; }

.btn-white {
  border: none;
  border-radius: 4px;
  font-size: 15px;
  line-height: 24.27px;
  padding: 8px 17px;
  transition: .135s;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.65);
  border-color: #8f8f8f;
  color: #333;
  background-color: #fff; }

.vth-post {
  background-color: #666666;
  background-image: url(https://static.vaithuhay.com/3UDo88bS.png);
  background-size: contain; }
  .vth-post .vth-section-title {
    margin-bottom: 40px; }

.ARb, .ARb:active, .ARb:focus, .ARb:hover, .ARb:visited {
  color: inherit;
  text-decoration: none; }

.ARb {
  height: 160px;
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.65);
  display: block;
  transition: .135s;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative; }

.ARb, .ARf {
  overflow: hidden; }

.ARf {
  width: 100%;
  background-color: #fff;
  height: 100%; }
  .ARf img {
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    margin-top: 80px; }

.ARa {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 0 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ARc {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  line-height: 31.9px;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0; }

.ARb:hover {
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.65); }

.vth-post-form {
  background-color: white; }
  .vth-post-form .vth-section-title {
    margin-bottom: 40px; }
  .vth-post-form .item img {
    width: 70%;
    height: auto;
    margin: 0 15% 20px;
    max-width: 160px; }

.service-title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6em; }

.vth-contact {
  border-width: 10px;
  padding: 40px 40px 20px;
  font-size: 16.25px;
  margin-top: 40px;
  margin-bottom: 20px;
  border: 10px solid #bfbfbf;
  padding: 40px 20px 20px;
  font-size: 16.25px;
  background-size: cover; }
  .vth-contact .btn-theme {
    color: #333;
    background-color: #fc0;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    line-height: 24.27px;
    padding: 8px 17px;
    transition: .135s;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.65); }

.contact-form {
  width: 60%;
  margin: 32px 20%;
  font-size: 20px; }
  .contact-form .control-label {
    width: 120px;
    float: left;
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px; }
  .contact-form #email {
    margin-left: 120px;
    width: calc(100% - 120px);
    border-bottom: 1px solid #333;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-radius: 0; }
  .contact-form .register {
    padding-top: 24px; }

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px; }

.form-group {
  margin-bottom: 15px; }

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: none; }

.form-control, output {
  display: block;
  font-size: 12.5px;
  line-height: 1.618;
  color: #555; }

.vth-youtube .vth-section-title {
  font-size: 28px;
  font-weight: initial; }

.vth-youtube .btn {
  background-color: #DA251E;
  padding: 5px 20px;
  margin-right: 20px; }
  .vth-youtube .btn a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 18px; }

.vth-youtube .AOe {
  font-size: 18px;
  font-weight: 700; }

.item-youtube {
  margin: 40px 15px;
  position: relative; }
  .item-youtube .icon {
    position: absolute;
    width: 80px;
    top: 40%;
    transform: translate(50%, -50%);
    right: 0; }
  .item-youtube .title {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    min-height: 70px; }
    .item-youtube .title span {
      font-size: 16px;
      font-weight: 700;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .item-youtube a {
    color: #000;
    text-decoration: none !important; }
  .item-youtube .content {
    border-radius: 6px;
    overflow: hidden; }
  .item-youtube img {
    width: 100%; }
  .item-youtube .img {
    background-color: #fff;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden; }
    .item-youtube .img img {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      width: 100%;
      will-change: transform;
      transition: transform .135s ease-in;
      transform: scale(1); }

.row-youtube {
  margin: -30px; }

.item-youtube:hover .content {
  box-shadow: 0 6px 20px -5px black; }

.owl-carousel .owl-stage {
  z-index: 1; }

.owl-carousel .owl-stage-outer {
  z-index: 0; }

@media only screen and (max-width: 426px) {
  .img-fluid {
    width: 100%; }
  .vth-section-title {
    font-size: 20px;
    line-height: 32.36px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .Kf > div {
    padding: 4.41px 9.45px 6.3px; }
  .Kf.Kg .Ki, .Kf.Kg .Kh, .Kf .Ki, .Kf .Kh {
    font-size: 14px; }
  .Kf.Kg .Kh {
    font-size: 10.625px; }
  .vth-section {
    padding: 1px 0 40px; }
    .vth-section .owl-controls {
      display: none; }
  .Ka h4 {
    font-size: 10.72px;
    line-height: 17.34496px; }
  .Ka h4, .Kk h4 {
    margin-top: 0; }
  .Ko {
    height: 68px; }
    .Ko .Kj {
      display: none; }
  .item-youtube {
    margin: 20px 0;
    position: relative; }
    .item-youtube .icon {
      display: none; }
  .ARc {
    font-size: 15.4px; }
  .ARb {
    height: 120px; }
  .item h4 {
    font-size: 12.5px;
    line-height: 20.225px; }
  .vth-contact {
    display: none; }
  .vth-youtube .vth-section-title {
    font-size: 18px; }
  .vth-youtube .btn {
    margin: 0 0 20px; }
  .vth-youtube .AOe strong {
    display: block; }
  .row-youtube {
    margin: -15px; } }

.articles-img {
  padding-bottom: 100%;
  position: relative; }
  .articles-img .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .articles-img .content img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      will-change: transform;
      transition: transform .135s ease-in;
      transform: scale(1); }

.article-des {
  color: #fff; }
  .article-des .title {
    font-size: 13.125px;
    line-height: 21.23625px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.AOa:hover {
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.65); }

.tikpage-youtube-container {
  margin-top: 35px;
  margin-bottom: 40px; }

@media only screen and (max-width: 768px) {
  h3.tikpage-onsale-title {
    font-size: 20px; }
  .tikpage-onsale-container {
    margin-top: 30px; } }

@media (min-width: 900px) {
  .tikpage-youtube-container, .tikpage-onsale-container {
    margin-top: 50px; } }

.ega-home-brand {
  background: #fff;
  padding: 30px 0; }
  .ega-home-brand .home-brand-list .owl-stage {
    padding-left: 0 !important; }
  .ega-home-brand .item-brand .featured-box {
    display: block;
    position: relative; }
  .ega-home-brand .item-brand .featured-box__img {
    height: 200px;
    position: relative;
    border-radius: 40px 40px 0 0;
    overflow: hidden; }
    .ega-home-brand .item-brand .featured-box__img .featured-img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .ega-home-brand .item-brand .featured-box__img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    top: 0;
    left: 0; }
  .ega-home-brand .item-brand .brand-logo {
    width: 90px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%); }
  .ega-home-brand .item-brand .brand-featured__title {
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    line-height: calc(37/30);
    color: #FFF;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: #000;
    z-index: 2;
    padding: 12px 0; }
  .ega-home-brand .item-brand .item-brand__description {
    font-size: 16px;
    line-height: calc(28/16);
    text-align: justify;
    margin-top: 13px; }
  .ega-home-brand .item-brand .link-more {
    font-weight: 600;
    font-size: 17px;
    line-height: calc(34/25);
    color: #000;
    display: flex;
    align-items: center;
    background: #FFDE50;
    border-radius: 0;
    justify-content: center;
    margin-top: 15px;
    position: relative;
    height: 45px;
    text-decoration: none; }
    .ega-home-brand .item-brand .link-more svg {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 12px;
      height: 12px; }

@media (max-width: 767px) {
  .ega-home-brand {
    position: relative;
    padding-top: 35px; }
    .ega-home-brand .home-brand-list-mb .item-brand .featured-box__img {
      width: 111px;
      height: 111px;
      border-radius: 12px; }
    .ega-home-brand .item-brand .featured-box__img .featured-img {
      margin: 0; }
    .ega-home-brand .item-brand .brand-logo {
      width: 80px;
      margin: 0; }
    .ega-home-brand .item-brand .brand-featured__title {
      display: none; }
    .ega-home-brand .item-brand .item-brand__description {
      font-size: 10px;
      line-height: 16px;
      margin-top: 0;
      text-align: initial; }
    .ega-home-brand .item-brand .link-more {
      font-weight: 600;
      font-size: 10px;
      line-height: 22px;
      height: 22px;
      max-width: 109px;
      width: 100%;
      border-radius: 11px;
      position: absolute;
      bottom: 0; }
      .ega-home-brand .item-brand .link-more svg {
        width: 4px;
        height: 6px; }
  .ega-home-brand:before {
    position: absolute;
    content: "";
    background: url(https://theme.hstatic.net/1000069970/1000898538/14/bg-brand-home1.png);
    width: 100%;
    height: 100px;
    background-size: cover;
    top: 0; }
  .ega-home-brand:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #767676;
    top: 72px;
    z-index: 1; }
  .ega-section-form .ega-home-brand .vth-section-title {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    .ega-section-form .ega-home-brand .vth-section-title span {
      color: #fff; }
  .home-brand-list-mb {
    z-index: 2; }
    .home-brand-list-mb .owl-stage {
      padding-left: 0 !important; }
    .home-brand-list-mb .item-brand {
      display: flex;
      padding: 7px;
      border-radius: 12px;
      background: #EAEAEA;
      margin-bottom: 10px; }
      .home-brand-list-mb .item-brand .item-brand__detail {
        padding-left: 10px;
        flex: 1;
        position: relative;
        padding-bottom: 30px; }
    .home-brand-list-mb .item-brand__featured {
      width: 111px;
      height: 111px; } }

.slider-sidebar {
  display: none; }
  .slider-sidebar a {
    color: var(--shop-color-text); }
  .slider-sidebar .tab-content {
    position: relative;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px;
    background: #D0A930;
    flex-grow: 1; }
    .slider-sidebar .tab-content .tab-pane {
      height: 100%;
      border-radius: 25px;
      padding: 12px;
      background: #171717; }
    .slider-sidebar .tab-content #thuonghieu .menu-vendor-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      text-align: center;
      grid-gap: 10px; }
  .slider-sidebar .tab-pane {
    padding: 0; }
  .slider-sidebar .nav-link {
    color: #ffffff; }
  .slider-sidebar ul .nav-item:first-child {
    background: #D0A930;
    color: #333; }
  .slider-sidebar .nav-item.active {
    position: relative;
    background: #D0A930;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
  .slider-sidebar .nav-item:first-child.active:before {
    position: absolute;
    bottom: 0;
    right: -20px;
    content: "";
    width: 40px;
    height: 25px;
    background: #D0A930; }
  .slider-sidebar .nav-item.active + .nav-item {
    border-radius: 25px;
    background-color: #535353;
    position: relative; }
  .slider-sidebar .nav-item.active + .nav-item:before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 0;
    content: "";
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }

.slider-sidebar > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 50px;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #0b0b0b; }
  .slider-sidebar > ul .nav-item {
    display: block;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px; }

.nav-item:last-child .nav-link {
  color: rgba(255, 255, 255, 0.7); }

.ega-item-sidebar {
  border-radius: 0px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
  align-items: center;
  grid-gap: 14px;
  margin-bottom: 0px;
  cursor: pointer;
  color: inherit;
  font-size: 14px; }
  .ega-item-sidebar .sidebar-icon-wrap {
    background: #fff;
    border: 15px;
    width: 30px;
    height: 30px;
    display: none; }

.ega-item-sidebar:hover > a, .ega-item-sidebar:focus > a {
  color: var(--shop-color-hover); }

.ega-item-sidebar:hover > .ega-sidebar-submenu {
  display: block; }

.ega-item-sidebar.levelthree {
  grid-template-columns: auto;
  padding: 5px 10px;
  color: inherit;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 30px; }

.vendor-item-menu {
  cursor: pointer;
  display: flex;
  justify-content: center; }
  .vendor-item-menu img {
    height: 50px;
    width: 100%;
    object-fit: contain; }
  .vendor-item-menu .img-vendor-hover {
    display: none; }

.vendor-item-menu:hover .img-vendor-hover {
  display: block; }

.vendor-item-menu:hover .img-vendor {
  display: none; }

.ega-sidebar-submenu {
  display: none;
  position: absolute;
  width: auto;
  height: calc(100% - 20px);
  background: #171717;
  left: calc(100% - 25px);
  top: 10px;
  z-index: 9;
  padding: 10px;
  border-radius: 0 25px 25px 0;
  min-width: 315px; }

.ega-sidebar-submenu > a {
  display: block;
  padding: 5px 10px;
  color: inherit;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 30px; }

.ega-sidebar-submenu > a:hover {
  color: #D0A930; }

.ega-vendor-menu-mobile {
  display: none; }

@media (max-width: 1199px) {
  .ega-vendor-menu-mobile {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: -1px;
    background: #575757;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 25px; }
    .ega-vendor-menu-mobile .ega-item-sidebar {
      width: 80px;
      min-height: 100px;
      background: #fff;
      border-radius: 10px;
      grid-template-rows: 60px 1fr;
      grid-template-columns: auto;
      padding: 7px 8px;
      grid-gap: 5px;
      font-size: 9px;
      color: inherit;
      text-align: center;
      margin: 2px; }
      .ega-vendor-menu-mobile .ega-item-sidebar .sidebar-icon-wrap {
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #333;
        border-radius: 20px;
        background-image: url(sidebar-menu-bg.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover; }
    .ega-vendor-menu-mobile .ega-item-sidebar:hover .sidebar-icon-wrap {
      background: #fdde50; }
      .ega-vendor-menu-mobile .ega-item-sidebar:hover .sidebar-icon-wrap img {
        filter: invert(1); }
    .ega-vendor-menu-mobile .ega-item-sidebar > span {
      color: inherit;
      white-space: initial;
      font-weight: 700; }
  .vendor-menu-mobile-wrap {
    display: flex; } }

.main-index .ega-pd-item .ega-action-product-item {
  display: none; }

.main-index .homecoll-mb-wrap .item--coming-soon .ega-pd-item .ega-action-product-item {
  display: block;
  height: auto; }

.slider-sidebar.vendor-tab-active ul {
  background: #D0A930;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #535353; }

.slider-sidebar.vendor-tab-active .nav-item:first-child {
  position: relative;
  background: #535353;
  border-top-right-radius: 0; }

.slider-sidebar.vendor-tab-active .nav-item:first-child:before {
  position: absolute;
  width: 20px;
  height: 25px;
  background: #535353;
  right: 0;
  bottom: 0;
  content: "";
  border-bottom-right-radius: 20px;
  z-index: 1; }

.slider-sidebar.vendor-tab-active .nav-item.active {
  background-color: #D0A930;
  border-top-left-radius: 20px; }

.slider-sidebar.vendor-tab-active .nav-item.active:before {
  position: absolute;
  bottom: 0;
  left: -20px;
  content: "";
  width: 40px;
  height: 25px;
  background: #D0A930; }

.slider-sidebar.vendor-tab-active .tab-pane.active {
  border-top-left-radius: 20px; }

@media (min-width: 375px) {
  .vth-section .owl-carousel:not(.owl-loaded) {
    height: 260px; } }

@media (min-width: 1200px) {
  .vth-section .owl-carousel:not(.owl-loaded) {
    height: 442px;
    height: auto;
    display: flex;
    flex-wrap: wrap; }
    .vth-section .owl-carousel:not(.owl-loaded) .item:nth-child(4) ~ .item {
      display: none; }
  .vth-section .owl-carousel:not(.owl-loaded) > .item {
    width: calc(25% - 8px); }
  .vth-section.vth-article .owl-carousel:not(.owl-loaded) {
    height: 400px; }
  .slider-index-wrap {
    width: calc(100% - 295px); }
  .slider-index {
    margin-bottom: 25px;
    display: flex;
    gap: 15px; }
  .slider-sidebar {
    display: flex;
    background: #535353;
    border-radius: 25px;
    flex-direction: column;
    width: 285px; }
    .slider-sidebar .tab-content #danhmuc {
      max-height: 350px;
      overflow-y: auto;
      min-height: 100%; }
    .slider-sidebar .tab-content #danhmuc::-webkit-scrollbar {
      width: 3px; }
    .slider-sidebar .tab-content #danhmuc::-webkit-scrollbar-thumb {
      background-color: #FFDE50 !important;
      outline: 1px solid #FFDE50; } }

.section_home_slider {
  margin-top: 20px; }

/** Tab product pre order**/
.home_listproduct_preorder .showcase-wrapper {
  width: 100%;
  padding-top: 32px; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .showcase-wrapper {
      max-width: 100%; } }
  .home_listproduct_preorder .showcase-wrapper .showcase-main {
    justify-content: center;
    align-items: stretch;
    border-radius: 24px;
    background: linear-gradient(180deg, var(--Bay-of-Many-950, #3b230d) 0%, var(--Neutral-900, #171717) 15.48%, var(--Neutral-900, #171717) 87.7%, var(--Bay-of-Many-950, #3b230d) 103.18%);
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    padding: 48px 30px 32px; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .showcase-main {
      max-width: 100%;
      padding: 28px 15px; } }
  .home_listproduct_preorder .showcase-wrapper .background-decoration {
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    display: flex;
    min-height: 125px;
    width: 1912px;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    height: 243px;
    background: linear-gradient(180deg, var(--Neutral-800, #262626) 50%, var(--Neutral-900, #171717) 112.3%); }
  .home_listproduct_preorder .showcase-wrapper .showcase-header {
    border-radius: 100px;
    z-index: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-family: var(--Typography-font-family-font-heading, "Fz Poppins");
    color: var(--text-white-100, #fff);
    font-weight: 500;
    justify-content: center;
    padding-bottom: 30px; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .showcase-header {
      max-width: 100%; } }
  .home_listproduct_preorder .showcase-wrapper .main-title {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-heading-heading-1, -1.7px);
    font: var(--Typography-font-size-heading-heading-1, 40px)/var(--Typography-line-height-heading-heading-1, 52px) var(--Typography-font-family-font-heading, "Fz Poppins"); }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .main-title {
      max-width: 100%; } }
  .home_listproduct_preorder .showcase-wrapper .price-container {
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: end;
    gap: 12px;
    justify-content: start; }
    .home_listproduct_preorder .showcase-wrapper .price-container .current-price {
      display: flex;
      align-items: end;
      gap: 4px;
      color: #e0d468;
      letter-spacing: -0.5px;
      justify-content: start;
      font: 500 16px / 1 "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
      .home_listproduct_preorder .showcase-wrapper .price-container .current-price .price-amount {
        color: #e0d468;
        letter-spacing: -0.5px;
        text-decoration-skip-ink: none;
        font: 16px / 21px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
      .home_listproduct_preorder .showcase-wrapper .price-container .current-price .price-currency {
        text-decoration: underline;
        color: #e0d468; }
    .home_listproduct_preorder .showcase-wrapper .price-container .original-price {
      display: flex;
      align-items: end;
      gap: 4px;
      font-size: 14px;
      color: #6b7280;
      font-weight: 400;
      text-decoration: line-through;
      letter-spacing: -0.2px;
      line-height: 21px;
      justify-content: start; }
      .home_listproduct_preorder .showcase-wrapper .price-container .original-price .price-amount-old {
        color: #6b7280;
        letter-spacing: -0.2px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        font: 14px / 21px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
      .home_listproduct_preorder .showcase-wrapper .price-container .original-price .price-currency-old {
        font-family: "Poppins", -apple-system, Roboto, Helvetica, sans-serif;
        text-decoration: underline; }
  .home_listproduct_preorder .showcase-wrapper .explore-button {
    color: var(--text-white-100, #fff);
    letter-spacing: -0.2px;
    border-radius: 100px;
    margin-top: 12px;
    gap: 8px;
    overflow: hidden;
    text-transform: uppercase;
    background: linear-gradient(180deg, var(--Bay-of-Many-500, #d0a930) 0%, var(--Bay-of-Many-600, #b78828) 100%);
    padding: 10px 38px;
    font: 16px/1 var(--Typography-font-family-font-heading, "Fz Poppins");
    border: none;
    cursor: pointer; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .explore-button {
      padding: 10px 20px; } }
  .home_listproduct_preorder .showcase-wrapper .products-grid {
    z-index: 0;
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    justify-content: center;
    flex-wrap: wrap; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .products-grid {
      max-width: 100%; } }
  .home_listproduct_preorder .showcase-wrapper .product-column {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .product-column {
      max-width: 100%; } }
  .home_listproduct_preorder .showcase-wrapper .product-card {
    border-radius: 8px;
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    justify-content: start; }
  .home_listproduct_preorder .showcase-wrapper .product-card-featured {
    border-radius: 8px;
    align-self: stretch;
    display: flex;
    min-width: 315px;
    align-items: stretch;
    justify-content: start;
    width: 430px;
    margin: auto 0; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .product-card-featured {
      max-width: 100%; } }
  .home_listproduct_preorder .showcase-wrapper .product-image-container {
    border-radius: 12px 0px 0px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-size: 12px;
    color: var(--text-white-100, #fff);
    text-align: center;
    letter-spacing: -0.2px;
    line-height: 1;
    justify-content: center;
    width: 168px; }
  .home_listproduct_preorder .showcase-wrapper .product-image-featured {
    border-radius: 12px 0px 0px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-size: 12px;
    color: var(--text-white-100, #fff);
    text-align: center;
    letter-spacing: -0.2px;
    line-height: 1;
    justify-content: center;
    width: 181px; }
    .home_listproduct_preorder .showcase-wrapper .product-image-featured .product-image {
      aspect-ratio: 0.87;
      object-fit: cover;
      object-position: center;
      width: 100%;
      z-index: 0;
      flex: 1; }
  .home_listproduct_preorder .showcase-wrapper .product-image-alt {
    aspect-ratio: 0.8;
    object-fit: cover;
    object-position: center;
    width: 100%;
    z-index: 0;
    flex: 1; }
  .home_listproduct_preorder .showcase-wrapper .coming-soon-badge {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    gap: 6px;
    overflow: hidden;
    left: 5px;
    top: 6px;
    background: linear-gradient(180deg, var(--Bay-of-Many-500, #d0a930) 0%, var(--Bay-of-Many-600, #b78828) 100%);
    padding: 3px 10px; }
  .home_listproduct_preorder .showcase-wrapper .coming-soon-badge-featured {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    gap: 8px;
    overflow: hidden;
    left: 7px;
    top: 6px;
    background: linear-gradient(180deg, var(--Bay-of-Many-500, #d0a930) 0%, var(--Bay-of-Many-600, #b78828) 100%);
    padding: 6px 16px; }
  .home_listproduct_preorder .showcase-wrapper .badge-text {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-body-badge, -0.2px);
    align-self: stretch;
    gap: 5px;
    margin: auto 0;
    font: var(--Typography-font-size-body-badge, 12px)/var(--Typography-line-height-body-badge, 14px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .badge-text-featured {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-body-badge, -0.2px);
    align-self: stretch;
    gap: 6px;
    margin: auto 0;
    font: var(--Typography-font-size-body-badge, 12px)/var(--Typography-line-height-body-badge, 14px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .product-content {
    justify-content: center;
    align-items: stretch;
    border-radius: 0px 12px 12px 0px;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background: linear-gradient(180deg, var(--Bay-of-Many-950, #3b230d) 0%, var(--Neutral-900, #171717) 15.34%, var(--Neutral-900, #171717) 86.95%, var(--Bay-of-Many-950, #3b230d) 102.29%);
    padding: 10px 8px; }
  .home_listproduct_preorder .showcase-wrapper .product-content-featured {
    justify-content: center;
    align-items: stretch;
    border-radius: 0px 12px 12px 0px;
    border-top: 1px solid var(--Neutral-700, #404040);
    border-right: 1px solid var(--Neutral-700, #404040);
    border-bottom: 1px solid var(--Neutral-700, #404040);
    display: flex;
    min-width: 220px;
    flex-direction: column;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background: linear-gradient(180deg, var(--Bay-of-Many-950, #3b230d) 0%, var(--Neutral-900, #171717) 15.34%, var(--Neutral-900, #171717) 86.95%, var(--Bay-of-Many-950, #3b230d) 102.29%);
    padding: 16px 10px; }
  .home_listproduct_preorder .showcase-wrapper .product-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--text-white-100, #fff);
    text-overflow: ellipsis;
    letter-spacing: -0.2px;
    width: 100%;
    font: 14px/21px var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .product-title-featured {
    color: var(--text-white-100, #fff);
    letter-spacing: -0.2px;
    width: 100%;
    font: 14px/21px var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .countdown-section {
    display: flex;
    margin-top: 8px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center; }
  .home_listproduct_preorder .showcase-wrapper .countdown-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center; }
  .home_listproduct_preorder .showcase-wrapper .countdown-wrapper {
    width: 100%; }
  .home_listproduct_preorder .showcase-wrapper .countdown-header {
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    width: 100%;
    gap: 6px;
    font-size: 12px;
    color: var(--text-white-100, #fff);
    letter-spacing: -0.2px;
    line-height: 1;
    background: linear-gradient(180deg, var(--Bay-of-Many-400, #d9c446) 0%, var(--Bay-of-Many-500, #d0a930) 14.42%, var(--Bay-of-Many-600, #b78828) 52.88%);
    padding: 6px 10px; }
  .home_listproduct_preorder .showcase-wrapper .countdown-date {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-body-badge, -0.2px);
    align-self: stretch;
    gap: 4px;
    margin: auto 0;
    font: var(--Typography-font-size-body-badge, 12px)/var(--Typography-line-height-body-badge, 14px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .countdown-timer {
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid var(--Bay-of-Many-600, #b78828);
    display: flex;
    width: 100%;
    gap: 8px;
    color: var(--Bay-of-Many-600, #b78828);
    white-space: nowrap;
    background-color: var(--Bay-of-Many-50, #fcfbee);
    padding: 8px 16px 12px; }
  .home_listproduct_preorder .showcase-wrapper .countdown-timer-featured {
    align-items: center;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid var(--Bay-of-Many-600, #b78828);
    display: flex;
    width: 100%;
    gap: 12px;
    color: var(--Bay-of-Many-600, #b78828);
    white-space: nowrap;
    justify-content: center;
    background-color: var(--Bay-of-Many-50, #fcfbee);
    padding: 8px 16px 12px; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .countdown-timer,
    .home_listproduct_preorder .showcase-wrapper .countdown-timer-featured {
      white-space: initial;
      gap: 7px; } }
  .home_listproduct_preorder .showcase-wrapper .timer-unit {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 0; }
  @media (max-width: 991px) {
    .home_listproduct_preorder .showcase-wrapper .timer-unit {
      white-space: initial; } }
  .home_listproduct_preorder .showcase-wrapper .timer-number {
    color: var(--Bay-of-Many-600, #b78828);
    letter-spacing: var(--Typography-letter-spacing-heading-heading-6, -0.5px);
    font: var(--Typography-font-size-heading-heading-6, 16px)/var(--Typography-line-height-heading-heading-6, 21px) var(--Typography-font-family-font-heading, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .timer-label {
    color: var(--Bay-of-Many-600, #b78828);
    letter-spacing: var(--Typography-letter-spacing-body-badge, -0.2px);
    font: var(--Typography-font-size-body-badge, 12px)/var(--Typography-line-height-body-badge, 14px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .timer-separator {
    color: var(--Bay-of-Many-600, #b78828);
    letter-spacing: var(--Typography-letter-spacing-body-badge, -0.2px);
    align-self: stretch;
    width: 4px;
    margin: auto 0;
    font: 600 12px/1 var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_listproduct_preorder .showcase-wrapper .register-button-container {
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: center;
    font-size: 13px;
    color: var(--Bay-of-Many-500, #d0a930);
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 1;
    justify-content: start; }
  .home_listproduct_preorder .showcase-wrapper .register-button-container-featured {
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: center;
    font-size: 13px;
    color: var(--text-white-100, #fff);
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 1;
    justify-content: start; }
  .home_listproduct_preorder .showcase-wrapper .register-button {
    color: var(--Bay-of-Many-500, #d0a930);
    letter-spacing: var(--Typography-letter-spacing-button-btn-sm, -0.2px);
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid var(--Bay-of-Many-500, #d0a930);
    min-height: 36px;
    width: 100%;
    gap: 8px;
    overflow: hidden;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 6px 16px;
    font: var(--Typography-font-size-button-btn-sm, 13px)/var(--Typography-line-height-button-btn-sm, 13px) var(--Typography-font-family-font-heading, "Fz Poppins");
    background: transparent;
    cursor: pointer; }
    .home_listproduct_preorder .showcase-wrapper .register-button:hover {
      background: linear-gradient(180deg, var(--Bay-of-Many-500, #d0a930) 0%, var(--Bay-of-Many-600, #b78828) 100%);
      color: var(--text-white-100, #fff); }
  .home_listproduct_preorder .showcase-wrapper .register-button-featured {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-button-btn-sm, -0.2px);
    align-self: stretch;
    border-radius: 100px;
    background: linear-gradient(180deg, var(--Bay-of-Many-500, #d0a930) 0%, var(--Bay-of-Many-600, #b78828) 100%);
    min-height: 36px;
    width: 100%;
    gap: 8px;
    overflow: hidden;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 6px 16px;
    font: var(--Typography-font-size-button-btn-sm, 13px)/var(--Typography-line-height-button-btn-sm, 13px) var(--Typography-font-family-font-heading, "Fz Poppins");
    border: none;
    cursor: pointer; }
  .home_listproduct_preorder .showcase-wrapper .navigation-buttons {
    align-self: center;
    z-index: 0;
    display: flex;
    margin-top: 30px;
    align-items: end;
    gap: 8px;
    justify-content: start; }
  .home_listproduct_preorder .showcase-wrapper .nav-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, var(--Picton-Blue-300, #d0c474) 0%, var(--Picton-Blue-400, #c5b358) 14.42%, var(--Picton-Blue-500, #b29a40) 52.88%);
    padding: 0 8px;
    border: none;
    cursor: pointer; }
  .home_listproduct_preorder .showcase-wrapper .nav-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0; }

/** Tab list product pre order**/
.home_tab_listproduct_preorder {
  margin-top: 64px;
  margin-bottom: 64px;
  /*
	.filter-button--active {
	justify-content:center;
	align-items:center;
	border-radius:100px;
	align-self:stretch;
	display:flex;
	gap:8px;
	overflow:hidden;
	color:var(--Bay-of-Many-700, #996724);
	background-color:var(--background-white-100, #fff);
	margin:auto 0;
	padding:8px 32px;
	.filter-text {
	color:var(--Bay-of-Many-700, #996724);
}
}
	*/ }
  .home_tab_listproduct_preorder .showcase-content {
    border-radius: 24px;
    overflow: hidden;
    background-color: #D0A930;
    padding: 40px 16px 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; }
  .home_tab_listproduct_preorder .showcase-header {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-weight: 500;
    justify-content: start;
    margin-bottom: 30px; }
  .home_tab_listproduct_preorder .main-title {
    color: var(--text-white-100, #fff);
    text-align: center;
    letter-spacing: var(--Typography-letter-spacing-heading-heading-1, -1.7px);
    font: var(--Typography-font-size-heading-heading-1, 40px)/var(--Typography-line-height-heading-heading-1, 52px) var(--Typography-font-family-font-heading, "Fz Poppins");
    margin: 0; }
  .home_tab_listproduct_preorder .filter-navigation {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    align-self: center;
    display: flex;
    margin-top: 12px;
    gap: 16px;
    font-size: 14px;
    color: var(--Bay-of-Many-500, #d0a930);
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 1;
    flex-wrap: wrap;
    background-color: var(--Bay-of-Many-600, #b78828);
    padding: 4px 20px 4px 4px; }
  .home_tab_listproduct_preorder .filter-button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-family: inherit;
    text-transform: capitalize; }
    .home_tab_listproduct_preorder .filter-button.nav-button-active {
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      align-self: stretch;
      display: flex;
      gap: 8px;
      overflow: hidden;
      color: var(--Bay-of-Many-700, #996724);
      background-color: var(--background-white-100, #fff);
      margin: auto 0;
      padding: 8px 32px; }
      .home_tab_listproduct_preorder .filter-button.nav-button-active .filter-text {
        color: var(--Bay-of-Many-700, #996724); }
  .home_tab_listproduct_preorder .filter-button--inactive {
    border-radius: 100px;
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    justify-content: center;
    margin: auto 0; }
    .home_tab_listproduct_preorder .filter-button--inactive .filter-text {
      color: var(--Bay-of-Many-500, #d0a930);
      letter-spacing: var(--Typography-letter-spacing-button-btn-md, -0.2px);
      font: var(--Typography-font-size-button-btn-md, 14px)/var(--Typography-font-size-button-btn-md, 14px) var(--Typography-font-family-font-heading, "Fz Poppins"); }
  .home_tab_listproduct_preorder .filter-text {
    color: inherit;
    font-variant-numeric: lining-nums proportional-nums;
    letter-spacing: var(--Typography-letter-spacing-button-btn-md, -0.2px);
    align-self: stretch;
    margin: auto 0;
    font: var(--Typography-line-height-button-btn-md, 14px)/var(--Typography-font-size-button-btn-md, 14px) var(--Typography-font-family-font-heading, "Fz Poppins"); }
  .home_tab_listproduct_preorder .products-grid {
    overflow-x: auto;
    align-self: stretch;
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: center;
    gap: 16px;
    justify-content: center; }
  .home_tab_listproduct_preorder .product-card {
    border-radius: 12px;
    align-self: stretch;
    display: flex;
    min-width: 310px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0; }
  .home_tab_listproduct_preorder .product-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1; }
  .home_tab_listproduct_preorder .image-aspect-keeper {
    transform: rotate(-0.7854rad);
    z-index: 0;
    display: flex;
    min-height: 310px;
    width: 100%; }
  .home_tab_listproduct_preorder .product-img {
    object-fit: cover;
    object-position: center;
    width: 100%; }
  .home_tab_listproduct_preorder .product-content {
    justify-content: center;
    align-items: stretch;
    border-right: 1px solid var(--Neutral-700, #404040);
    border-bottom: 1px solid var(--Neutral-700, #404040);
    border-left: 1px solid var(--Neutral-700, #404040);
    display: flex;
    width: 100%;
    flex-direction: column;
    background: linear-gradient(180deg, var(--Neutral-900, #171717) 44.27%, var(--Bay-of-Many-950, #3b230d) 100%);
    padding: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
  .home_tab_listproduct_preorder .product-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: var(--text-white-100, #fff);
    font-weight: 500;
    letter-spacing: -0.2px;
    justify-content: start; }
  .home_tab_listproduct_preorder .product-badge {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    align-self: start;
    display: flex;
    gap: 8px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    background: linear-gradient(180deg, var(--Bay-of-Many-500, #d0a930) 0%, var(--Bay-of-Many-600, #b78828) 100%);
    padding: 4px 12px;
    max-width: 125px; }
  .home_tab_listproduct_preorder .badge-frame {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin: auto 0; }
  .home_tab_listproduct_preorder .badge-text {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-body-badge, -0.2px);
    align-self: stretch;
    margin: auto 0;
    font: var(--Typography-font-size-body-badge, 13px)/var(--Typography-line-height-body-badge, 14px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_tab_listproduct_preorder .product-title a {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-body-bold, -0.2px);
    margin: 8px 0 0 0;
    font: var(--Typography-font-size-body-bold, 14px)/var(--Typography-line-height-body-bold, 21px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_tab_listproduct_preorder .product-stats {
    align-items: start;
    border-radius: 8px;
    display: flex !important;
    margin-top: 12px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    background-color: var(--Neutral-700, #404040);
    padding: 8px; }
  .home_tab_listproduct_preorder .quantity-info {
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.2px;
    justify-content: start; }
  .home_tab_listproduct_preorder .quantity-label {
    align-self: stretch;
    display: flex;
    align-items: end;
    gap: 4px;
    color: var(--text-white-100, #fff);
    font-weight: 300;
    justify-content: start;
    margin: auto 0; }
  .home_tab_listproduct_preorder .label-text {
    color: var(--text-white-100, #fff);
    letter-spacing: var(--Typography-letter-spacing-body-regular, -0.2px);
    font: var(--Typography-font-size-body-regular, 14px)/var(--Typography-line-height-body-regular, 21px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_tab_listproduct_preorder .quantity-value {
    align-self: stretch;
    display: flex;
    align-items: end;
    gap: 4px;
    color: var(--Bay-of-Many-300, #e0d468);
    font-weight: 500;
    white-space: nowrap;
    justify-content: start;
    margin: auto 0; }
  .home_tab_listproduct_preorder .value-text {
    color: var(--Bay-of-Many-300, #e0d468);
    letter-spacing: var(--Typography-letter-spacing-body-bold, -0.2px);
    font: var(--Typography-font-size-body-bold, 14px)/var(--Typography-line-height-body-bold, 21px) var(--Typography-font-family-font-body, "Fz Poppins"); }
  .home_tab_listproduct_preorder .progress-bar {
    align-items: start;
    align-self: stretch;
    border-radius: 50px;
    display: flex;
    margin-top: 6px;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    background-color: var(--Neutral-500, #737373);
    padding: 0; }
  .home_tab_listproduct_preorder .progress-fill {
    display: flex;
    min-height: 10px;
    width: 108px;
    max-width: 100%; }
  .home_tab_listproduct_preorder .progress-indicator {
    object-fit: contain;
    object-position: center;
    width: 108px;
    stroke-width: 12px;
    stroke: #d0a930;
    max-width: 100%; }
  .home_tab_listproduct_preorder .campaign-info {
    display: flex;
    margin-top: 6px;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.2px;
    justify-content: start; }
  .home_tab_listproduct_preorder .campaign-label {
    align-self: stretch;
    display: flex;
    align-items: end;
    gap: 4px;
    color: var(--text-white-100, #fff);
    font-weight: 300;
    justify-content: start;
    margin: auto 0; }
  .home_tab_listproduct_preorder .campaign-value {
    align-self: stretch;
    display: flex;
    align-items: end;
    gap: 4px;
    color: var(--Bay-of-Many-300, #e0d468);
    font-weight: 500;
    white-space: nowrap;
    justify-content: start;
    margin: auto 0; }
  .home_tab_listproduct_preorder .navigation-controls {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: end;
    gap: 8px;
    justify-content: center; }
  .home_tab_listproduct_preorder .nav-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 0 8px;
    border: none;
    cursor: pointer; }
  .home_tab_listproduct_preorder .nav-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0; }

@media (max-width: 991px) {
  .home_tab_listproduct_preorder .showcase-content {
    max-width: 100%; }
  .home_tab_listproduct_preorder .main-title {
    max-width: 100%; }
  .home_tab_listproduct_preorder .filter-navigation {
    max-width: 100%; }
  .home_tab_listproduct_preorder .filter-button--active {
    padding: 10px 20px; }
  .home_tab_listproduct_preorder .products-grid {
    max-width: 100%; }
  .home_tab_listproduct_preorder .quantity-value {
    white-space: initial; }
  .home_tab_listproduct_preorder .campaign-value {
    white-space: initial; } }

/** flash-sale-section **/
:root {
  --Background-Promote: #b51f29;
  --text-white-100: #fff;
  --Text-Promote: #b51f29;
  --Bay-of-Many-100: #f5f3d0;
  --Bay-of-Many-200: #ebe69c;
  --Bay-of-Many-500: #d0a930;
  --Bay-of-Many-600: #b78828;
  --Text-Dark-V1: #0a0a0a;
  --Text-Dark-V3: #6b7280;
  --background-white-100: #fff;
  --Picton-Blue-500: #b29a40;
  --Typography-letter-spacing-heading-heading-1: -1.7px;
  --Typography-font-size-heading-heading-1: 40px;
  --Typography-line-height-heading-heading-1: 52px;
  --Typography-font-family-font-heading: "Fz Poppins";
  --Typography-letter-spacing-heading-heading-5: -0.5px;
  --Typography-font-size-heading-heading-5: 18px;
  --Typography-line-height-heading-heading-5: 23px;
  --Typography-letter-spacing-body-regular: -0.2px;
  --Typography-font-size-body-regular: 14px;
  --Typography-line-height-body-regular: 21px;
  --Typography-font-family-font-body: "Fz Poppins";
  --Typography-line-height-button-btn-md: 14px;
  --Typography-font-size-button-btn-md: 14px;
  --Typography-letter-spacing-button-btn-md: -0.2px;
  --Typography-font-size-body-badge: 12px;
  --Typography-line-height-body-badge: 14px;
  --Typography-letter-spacing-body-badge: -0.2px;
  --Typography-letter-spacing-body-bold: -0.2px;
  --Typography-font-size-body-bold: 14px;
  --Typography-line-height-body-bold: 21px;
  --Typography-letter-spacing-heading-heading-6: -0.5px;
  --Typography-font-size-heading-heading-6: 16px;
  --Typography-line-height-heading-heading-6: 21px;
  --Typography-font-size-button-btn-sm: 13px;
  --Typography-line-height-button-btn-sm: 13px;
  --Typography-letter-spacing-button-btn-sm: -0.2px; }

.flash-sale-section {
  padding: 0 0 64px 0; }
  .flash-sale-section .flash-sale-container {
    align-items: center;
    border-radius: 24px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    background-color: var(--Background-Promote); }
  .flash-sale-section .flash-sale-content {
    border-radius: 24px;
    width: 100%;
    padding: 40px 16px 24px; }
  .flash-sale-section .flash-sale-header {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 12px;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin: auto 0; }
  .flash-sale-section .title-and-countdown {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 12px;
    justify-content: start;
    flex-wrap: wrap;
    width: 89%;
    margin: auto 0; }
  .flash-sale-section .flash-sale-title {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--Typography-font-size-heading-heading-1);
    color: var(--text-white-100);
    font-weight: 500;
    text-align: center;
    letter-spacing: var(--Typography-letter-spacing-heading-heading-1);
    line-height: 1.3;
    justify-content: start;
    margin: auto 0; }
  .flash-sale-section .title-text {
    color: var(--text-white-100);
    letter-spacing: var(--Typography-letter-spacing-heading-heading-1);
    align-self: stretch;
    margin: auto 0;
    font: var(--Typography-font-size-heading-heading-1)/var(--Typography-line-height-heading-heading-1) var(--Typography-font-family-font-heading);
    font-weight: 500; }
  .flash-sale-section .countdown-timer {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: stretch;
    gap: 4px;
    color: var(--Text-Promote);
    white-space: nowrap;
    justify-content: start;
    width: 363px;
    margin: auto 0; }
  .flash-sale-section .countdown-item {
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 6px;
    height: 100%;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background: linear-gradient(0deg, var(--Bay-of-Many-100) 0%, var(--Bay-of-Many-200) 100%);
    padding: 4px 6px 4px 5px; }
  .flash-sale-section .countdown-item:nth-child(2) {
    padding: 4px 8px; }
  .flash-sale-section .countdown-item:nth-child(3) {
    padding: 4px 7px 4px 6px; }
  .flash-sale-section .countdown-item:nth-child(4) {
    padding: 4px 8px; }
  .flash-sale-section .countdown-tab {
    align-items: center;
    border-radius: 4px;
    align-self: stretch;
    display: flex;
    gap: 8px;
    justify-content: start;
    margin: auto 0;
    padding: 6px 8px; }
  .flash-sale-section .countdown-content {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin: auto 0; }
  .flash-sale-section .countdown-number {
    color: var(--Text-Promote);
    letter-spacing: var(--Typography-letter-spacing-heading-heading-5);
    align-self: stretch;
    margin: auto 0;
    font: 500 var(--Typography-font-size-heading-heading-5)/var(--Typography-line-height-heading-heading-5) var(--Typography-font-family-font-heading); }
  .flash-sale-section .countdown-label {
    color: var(--Text-Promote);
    letter-spacing: var(--Typography-letter-spacing-body-regular);
    align-self: stretch;
    margin: auto 0;
    font: 300 var(--Typography-font-size-body-regular)/var(--Typography-line-height-body-regular) var(--Typography-font-family-font-body); }
  .flash-sale-section .view-all-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(180deg, var(--Bay-of-Many-500) 0%, var(--Bay-of-Many-600) 100%);
    align-self: stretch;
    display: flex;
    min-height: 40px;
    gap: 8px;
    overflow: hidden;
    font-size: var(--Typography-font-size-button-btn-md);
    color: var(--text-white-100);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: var(--Typography-letter-spacing-button-btn-md);
    line-height: 1;
    margin: auto 0;
    padding: 8px 32px;
    border: none;
    cursor: pointer; }
    .flash-sale-section .view-all-button .button-text {
      color: var(--text-white-100);
      font-variant-numeric: lining-nums proportional-nums;
      letter-spacing: var(--Typography-letter-spacing-button-btn-md);
      align-self: stretch;
      margin: auto 0;
      font: var(--Typography-line-height-button-btn-md)/var(--Typography-font-size-button-btn-md) var(--Typography-font-family-font-heading);
      font-weight: 500; }
  .flash-sale-section .button-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0; }
  .flash-sale-section .product-card {
    border-radius: 12px;
    align-self: stretch;
    display: flex;
    min-width: 310px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0; }
  .flash-sale-section .product-image {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .flash-sale-section .product-info {
    justify-content: center;
    align-items: stretch;
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: var(--background-white-100); }
  .flash-sale-section .product-badge-container {
    display: flex;
    width: 100%;
    align-items: start;
    color: var(--text-white-100);
    text-align: center;
    letter-spacing: var(--Typography-letter-spacing-body-badge);
    justify-content: start;
    font: 500 var(--Typography-font-size-body-badge)/1 var(--Typography-font-family-font-body), -apple-system, Roboto, Helvetica, sans-serif; }
  .flash-sale-section .product-badge {
    justify-content: center;
    align-items: center;
    display: flex;
    min-width: 240px;
    width: 100%;
    gap: 8px;
    overflow: hidden;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background-color: var(--Bay-of-Many-600);
    padding: 8px 12px; }
  .flash-sale-section .badge-frame {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin: auto 0; }
  .flash-sale-section .badge-text {
    color: var(--text-white-100);
    letter-spacing: var(--Typography-letter-spacing-body-badge);
    align-self: stretch;
    margin: auto 0;
    font: var(--Typography-font-size-body-badge)/var(--Typography-line-height-body-badge) var(--Typography-font-family-font-body);
    font-weight: 500; }
  .flash-sale-section .product-details {
    width: 100%;
    padding: 12px; }
  .flash-sale-section .product-content {
    width: 100%; }
  .flash-sale-section .product-title {
    margin: 0;
    letter-spacing: var(--Typography-letter-spacing-body-bold);
    font: 500 var(--Typography-font-size-body-bold)/var(--Typography-line-height-body-bold) var(--Typography-font-family-font-body); }
    .flash-sale-section .product-title a {
      color: var(--Text-Dark-V1); }
  .flash-sale-section .product-pricing {
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: end;
    gap: 12px;
    justify-content: start; }
  .flash-sale-section .current-price {
    display: flex;
    align-items: end;
    gap: 4px;
    color: var(--Bay-of-Many-600);
    letter-spacing: var(--Typography-letter-spacing-heading-heading-6);
    justify-content: start;
    font: 500 var(--Typography-font-size-heading-heading-6)/1 var(--Typography-font-family-font-heading), -apple-system, Roboto, Helvetica, sans-serif; }
    .flash-sale-section .current-price .price-value {
      color: var(--Bay-of-Many-600);
      letter-spacing: var(--Typography-letter-spacing-heading-heading-6);
      text-decoration-skip-ink: none;
      font: var(--Typography-font-size-heading-heading-6)/var(--Typography-line-height-heading-heading-6) var(--Typography-font-family-font-heading);
      font-weight: 500; }
    .flash-sale-section .current-price .price-amount {
      color: var(--Bay-of-Many-600); }
    .flash-sale-section .current-price .price-currency {
      text-decoration: underline;
      color: var(--Bay-of-Many-600); }
  .flash-sale-section .original-price {
    display: flex;
    align-items: end;
    gap: 4px;
    font-size: var(--Typography-font-size-body-regular);
    color: var(--Text-Dark-V3);
    font-weight: 400;
    text-decoration: line-through;
    letter-spacing: var(--Typography-letter-spacing-body-regular);
    line-height: var(--Typography-line-height-body-regular);
    justify-content: start; }
    .flash-sale-section .original-price .price-value {
      color: var(--Text-Dark-V3);
      letter-spacing: var(--Typography-letter-spacing-body-regular);
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      font: var(--Typography-font-size-body-regular)/var(--Typography-line-height-body-regular) var(--Typography-font-family-font-body);
      font-weight: 400; }
  .flash-sale-section .strikethrough .price-amount {
    font-family: var(--Typography-font-family-font-body), -apple-system, Roboto, Helvetica, sans-serif;
    text-decoration: none; }
  .flash-sale-section .strikethrough .price-currency {
    font-family: var(--Typography-font-family-font-body), -apple-system, Roboto, Helvetica, sans-serif;
    text-decoration: underline; }
  .flash-sale-section .buy-now-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--Picton-Blue-500);
    display: flex;
    min-height: 36px;
    margin-top: 12px;
    width: 100%;
    gap: 8px;
    overflow: hidden;
    color: var(--Picton-Blue-500);
    text-transform: uppercase;
    letter-spacing: var(--Typography-letter-spacing-button-btn-sm);
    padding: 6px 16px;
    font: 500 var(--Typography-font-size-button-btn-sm)/1 var(--Typography-font-family-font-heading), -apple-system, Roboto, Helvetica, sans-serif;
    background: transparent;
    cursor: pointer; }
    .flash-sale-section .buy-now-button .button-text {
      color: var(--Picton-Blue-500);
      letter-spacing: var(--Typography-letter-spacing-button-btn-sm);
      align-self: stretch;
      margin: auto 0;
      font: var(--Typography-font-size-button-btn-sm)/var(--Typography-line-height-button-btn-sm) var(--Typography-font-family-font-heading);
      font-weight: 500; }
  .flash-sale-section .navigation-controls {
    display: flex;
    width: 100%;
    align-items: end;
    gap: 8px;
    justify-content: center; }
  .flash-sale-section .nav-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, var(--Bay-of-Many-500) 0%, var(--Bay-of-Many-600) 100%);
    padding: 0 8px;
    border: none;
    cursor: pointer; }
  .flash-sale-section .nav-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0; }
  .flash-sale-section .view-all-button:hover, .flash-sale-section .nav-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    transition: all 0.2s ease; }
  .flash-sale-section .buy-now-button:hover {
    background-color: var(--Picton-Blue-500);
    color: var(--text-white-100);
    transition: all 0.2s ease; }
    .flash-sale-section .buy-now-button:hover .button-text {
      color: var(--text-white-100); }
  .flash-sale-section .product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }

@media (max-width: 991px) {
  .flash-sale-section .flash-sale-container {
    max-width: 100%; }
  .flash-sale-section .flash-sale-content {
    max-width: 100%; }
  .flash-sale-section .flash-sale-inner {
    max-width: 100%; }
  .flash-sale-section .flash-sale-wrapper {
    max-width: 100%; }
  .flash-sale-section .flash-sale-header {
    max-width: 100%; }
  .flash-sale-section .title-and-countdown {
    max-width: 100%; }
  .flash-sale-section .countdown-timer {
    white-space: initial; }
  .flash-sale-section .countdown-item {
    white-space: initial; }
  .flash-sale-section .countdown-tab {
    white-space: initial; }
  .flash-sale-section .countdown-content {
    white-space: initial; }
  .flash-sale-section .view-all-button {
    padding: 0 20px; }
  .flash-sale-section .products-grid {
    max-width: 100%; } }

.flash-sale-products-swiper {
  padding: 20px 0; }

/** end flash-sale-section **/
.section-home-lookbooks {
  background: #171717;
  padding: 40px 0;
  margin: 0;
  /* Navigation Controls - Match design */
  /* Hide default Swiper navigation buttons */ }
  .section-home-lookbooks .section-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px; }
    .section-home-lookbooks .section-header .header-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
    .section-home-lookbooks .section-header .section-title {
      color: #fff;
      text-align: center;
      letter-spacing: -1.7px;
      font: 40px/52px "Fz Poppins";
      font-weight: 600;
      margin-bottom: 16px; }
    @media (max-width: 768px) {
      .section-home-lookbooks .section-header .section-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -1.2px; } }
    .section-home-lookbooks .section-header .view-more-btn {
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
      display: flex;
      min-height: 40px;
      gap: 8px;
      overflow: hidden;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: -0.2px;
      line-height: 1;
      padding: 12px 32px;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease; }
    .section-home-lookbooks .section-header .view-more-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(208, 169, 48, 0.3); }
    @media (max-width: 768px) {
      .section-home-lookbooks .section-header .view-more-btn {
        padding: 10px 24px;
        font-size: 12px; } }
    .section-home-lookbooks .section-header .btn-text {
      color: #fff;
      font-variant-numeric: lining-nums proportional-nums;
      font-weight: 500; }
    .section-home-lookbooks .section-header .btn-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 24px;
      flex-shrink: 0; }
  .section-home-lookbooks .lookbooks-banner {
    border-radius: 8px;
    overflow: hidden; }
    .section-home-lookbooks .lookbooks-banner__photo {
      position: relative; }
      .section-home-lookbooks .lookbooks-banner__photo .popover-dot {
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 12px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        cursor: pointer;
        display: block;
        border: 0;
        outline: none;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
        opacity: 1; }
      .section-home-lookbooks .lookbooks-banner__photo .popover-dot:before {
        content: "";
        width: 36px;
        height: 36px;
        position: absolute;
        top: -8px;
        left: -8px;
        background: #fff;
        border-radius: 50%;
        z-index: -1;
        -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
        animation: 1.2s popoverTheLookDot ease-in-out infinite; }
      .section-home-lookbooks .lookbooks-banner__photo .popover-dot svg {
        fill: #000000;
        height: 100%;
        display: block;
        margin: 0 auto;
        width: 12px;
        opacity: 0.8; }
    .section-home-lookbooks .lookbooks-banner__detail {
      margin: 15px 0 0;
      display: flex;
      justify-content: space-between; }
      .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
        font-size: 18px;
        font-weight: 500;
        padding-right: 15px; }
      .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button {
        flex: 0 0 auto; }
      .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button .btn-lb {
        text-transform: uppercase; }
  .section-home-lookbooks .popover {
    z-index: 990;
    border: 0 !important; }
    .section-home-lookbooks .popover .popover-body {
      padding: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
    .section-home-lookbooks .popover .popover-product {
      cursor: pointer;
      display: flex;
      flex-wrap: nowrap; }
      .section-home-lookbooks .popover .popover-product .prod-img {
        max-width: 80px;
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px; }
        .section-home-lookbooks .popover .popover-product .prod-img img {
          border: 1px solid #ececec; }
      .section-home-lookbooks .popover .popover-product .prod-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990; }
      .section-home-lookbooks .popover .popover-product .product--detail {
        padding: 0 0px 0 12px;
        text-align: left;
        max-width: calc(100% - 60px);
        -webkit-flex-basis: calc(100% - 60px);
        -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px); }
      .section-home-lookbooks .popover .popover-product .prod-title {
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 4px;
        color: #000000;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .section-home-lookbooks .popover .popover-product .prod-price {
        margin: 0;
        font-size: 13px;
        color: red; }
        .section-home-lookbooks .popover .popover-product .prod-price .price-del {
          color: #878c8f;
          text-decoration: line-through;
          font-size: 12px; }
      .section-home-lookbooks .popover .popover-product:hover .prod-title {
        text-decoration: underline; }
  .section-home-lookbooks .list-lookbooks-loading {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .section-home-lookbooks .list-lookbooks-loading .loading-mask__image .mask-line {
      min-height: 675px; }
    .section-home-lookbooks .list-lookbooks-loading > div {
      flex: 0 0 calc((100% - 60px) /4);
      margin-right: 15px; }
    .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--title {
      height: 29px;
      width: 50%;
      border-radius: 8px; }
    .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
      height: 48px;
      width: 30%;
      border-radius: 8px; }
  @media (min-width: 992px) {
    .section-home-lookbooks .swiper-nav {
      display: none; }
    .section-home-lookbooks .lookbooks-banner__detail {
      flex-direction: column; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
      margin-bottom: 10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-home-lookbooks .list-lookbooks-loading {
      display: -webkit-flex;
      display: flex;
      overflow: hidden; }
      .section-home-lookbooks .list-lookbooks-loading > div {
        flex: 0 0 calc((100% - 20px) /2);
        margin-right: 20px; }
      .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
        min-height: 37px; } }
  @media (max-width: 767px) {
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
      font-size: 16px; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button .btn-lb {
      font-size: 12px;
      padding: 8px 15px; }
    .section-home-lookbooks .list-lookbooks-loading {
      display: -webkit-flex;
      display: flex;
      overflow: hidden; }
      .section-home-lookbooks .list-lookbooks-loading .loading-mask__image .mask-line {
        min-height: 520px; }
      .section-home-lookbooks .list-lookbooks-loading > div {
        flex: 0 0 100%;
        margin-right: 0; }
      .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
        min-height: 37px; } }
  .section-home-lookbooks .productSwiper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .section-home-lookbooks .swiper-wrapper {
    display: flex;
    align-items: stretch;
    box-sizing: border-box; }
  .section-home-lookbooks .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    box-sizing: border-box;
    flex-shrink: 0; }
  .section-home-lookbooks .navigation-controls {
    display: flex;
    justify-content: center;
    gap: 16px; }
  .section-home-lookbooks .nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); }
  .section-home-lookbooks .nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, #E6C547 0%, #CD950C 100%); }
  .section-home-lookbooks .nav-btn:active {
    transform: translateY(0); }
  .section-home-lookbooks .nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none; }
  .section-home-lookbooks .nav-btn.swiper-button-disabled:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); }
  .section-home-lookbooks .nav-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1); }
  .section-home-lookbooks .swiper-button-next,
  .section-home-lookbooks .swiper-button-prev {
    display: none !important; }

/* Main featured-products section container */
.featured-products-section {
  padding: 64px 0px; }
  .featured-products-section .product-stats, .featured-products-section .product-badge {
    display: none !important; }
  .featured-products-section .container .section-header {
    display: flex;
    width: 100%;
    align-items: end;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .featured-products-section .container .section-header {
        max-width: 100%;
        justify-content: center; } }
    .featured-products-section .container .section-header .header-content {
      min-width: 240px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .featured-products-section .container .section-header .header-content {
          max-width: 100%; } }
      .featured-products-section .container .section-header .header-content .title-container {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: -1.7px;
        line-height: 1.3;
        justify-content: start; }
        @media (max-width: 991px) {
          .featured-products-section .container .section-header .header-content .title-container {
            max-width: 100%; } }
        .featured-products-section .container .section-header .header-content .title-container .section-title {
          color: #fff;
          letter-spacing: -1.7px;
          align-self: stretch;
          margin: auto 0;
          font: 40px / 52px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
          @media (max-width: 991px) {
            .featured-products-section .container .section-header .header-content .title-container .section-title {
              max-width: 100%;
              text-align: center; } }
      .featured-products-section .container .section-header .header-content .filter-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        margin-top: 12px;
        gap: 16px;
        font-size: 14px;
        color: #d9c446;
        text-transform: uppercase;
        letter-spacing: -0.2px;
        line-height: 1;
        background-color: #b78828;
        padding: 4px 20px 4px 4px; }
        @media (max-width: 991px) {
          .featured-products-section .container .section-header .header-content .filter-navigation {
            max-width: 100%; } }
        .featured-products-section .container .section-header .header-content .filter-navigation .filter-button {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 100px;
          align-self: stretch;
          gap: 8px;
          overflow: hidden;
          margin: auto 0;
          padding: 8px 32px;
          border: none;
          cursor: pointer;
          background: transparent; }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button.nav-button-active {
            color: #996724;
            background-color: #fff; }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button.nav-button-link {
            background: transparent; }
          @media (max-width: 991px) {
            .featured-products-section .container .section-header .header-content .filter-navigation .filter-button {
              padding: 0 20px; } }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button .filter-text {
            letter-spacing: -0.2px;
            align-self: stretch;
            margin: auto 0;
            font: 13px / 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
            .featured-products-section .container .section-header .header-content .filter-navigation .filter-button .filter-text.filter-text--highlighted {
              text-decoration: none;
              color: #d0a930; }
    .featured-products-section .container .section-header .navigation-controls {
      display: flex;
      align-items: end;
      gap: 8px;
      justify-content: space-between;
      width: 88px; }
      .featured-products-section .container .section-header .navigation-controls .nav-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        gap: 8px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
        padding: 0 8px;
        border: none;
        cursor: pointer; }
        .featured-products-section .container .section-header .navigation-controls .nav-button .nav-icon {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 24px;
          align-self: stretch;
          margin: auto 0; }
  .featured-products-section .container .products-grid {
    margin-top: 30px; }
  .featured-products-section .container .view-more-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
    align-self: center;
    display: inline-block;
    min-height: 40px;
    margin-top: 32px;
    gap: 8px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    padding: 8px 32px;
    font: 500 14px / 1 "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
    border: none;
    cursor: pointer; }
    .featured-products-section .container .view-more-button .view-more-text {
      color: #fff;
      font-variant-numeric: lining-nums proportional-nums;
      align-self: stretch;
      margin: auto 0; }
    .featured-products-section .container .view-more-button .view-more-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 24px;
      align-self: stretch;
      flex-shrink: 0;
      margin: auto 0; }

.featured-brands-section {
  padding-bottom: 64px; }
  .featured-brands-section .section-title {
    color: #fff;
    /* var(--text-white-100) */
    text-align: center;
    letter-spacing: -1.7px;
    /* var(--Typography-letter-spacing-heading-heading-1) */
    font: 500 40px / 52px "Fz Poppins";
    /* var(--Typography-font-size-heading-heading-1) / var(--Typography-line-height-heading-heading-1) var(--Typography-font-family-font-heading) */
    margin-bottom: 32px; }
  .featured-brands-section .brandsSwiper {
    width: 100%; }
    .featured-brands-section .brandsSwiper .swiper-wrapper {
      transition-timing-function: linear; }
    .featured-brands-section .brandsSwiper .swiper-slide {
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
    .featured-brands-section .brandsSwiper .swiper-pagination-brands {
      position: relative;
      margin-top: 20px; }
      .featured-brands-section .brandsSwiper .swiper-pagination-brands .swiper-pagination-bullet {
        background-color: #b78828;
        opacity: 0.5; }
        .featured-brands-section .brandsSwiper .swiper-pagination-brands .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #d0a930;
          opacity: 1; }
  .featured-brands-section .brand-item {
    border-radius: 12px;
    align-self: stretch;
    overflow: hidden;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0; }
    .featured-brands-section .brand-item .brand-wrapper {
      display: flex;
      width: 100%;
      align-items: center;
      gap: 10px;
      justify-content: start; }
      .featured-brands-section .brand-item .brand-wrapper .brand-card {
        align-items: center;
        border-radius: 12px;
        border: 1px solid #f5f3d0;
        /* var(--Bay-of-Many-100) */
        align-self: stretch;
        display: flex;
        gap: 10px;
        justify-content: start;
        flex: 1;
        flex-shrink: 1;
        flex-basis: 0%;
        background-color: #fff;
        /* var(--background-white-100) */
        margin: auto 0;
        padding: 16px; }
        .featured-brands-section .brand-item .brand-wrapper .brand-card .image-container {
          align-self: stretch;
          position: relative;
          width: 100%;
          overflow: hidden;
          flex: 1;
          flex-shrink: 1;
          flex-basis: 0%;
          margin: auto 0; }
          .featured-brands-section .brand-item .brand-wrapper .brand-card .image-container .brand-logo {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 200px; }

.news-section {
  padding-bottom: 64px; }
  .news-section .news-header {
    align-self: center;
    display: flex;
    max-width: 60%;
    flex-direction: column;
    align-items: stretch;
    font-family: "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 500;
    justify-content: start;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .news-section .news-header {
        max-width: 100%; } }
    .news-section .news-header .news-title-container {
      align-self: center;
      display: flex;
      align-items: center;
      gap: 16px;
      font-size: 40px;
      color: #f9fafb;
      /* var(--Text-Light-V1) */
      text-align: center;
      letter-spacing: -1.7px;
      line-height: 1.3;
      justify-content: center; }
      .news-section .news-header .news-title-container .news-title {
        color: #f9fafb;
        /* var(--Text-Light-V1) */
        letter-spacing: -1.7px;
        /* var(--Typography-letter-spacing-heading-heading-1) */
        align-self: stretch;
        margin: auto 0;
        font: 40px / 52px "Fz Poppins";
        /* var(--Typography-font-size-heading-heading-1) / var(--Typography-line-height-heading-heading-1) var(--Typography-font-family-font-heading) */ }
  .news-section .news-navigation {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    display: flex;
    margin-top: 12px;
    width: 100%;
    gap: 16px;
    font-size: 14px;
    color: #d0a930;
    /* var(--Bay-of-Many-500) */
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 1;
    flex-wrap: wrap;
    background-color: #b78828;
    /* var(--Bay-of-Many-600) */
    padding: 4px 20px 4px 4px;
    /*
		.nav-button {
		border: none;
		cursor: pointer;
		background: transparent;
		border-radius: 100px;
		align-self: stretch;
		display: flex;
		align-items: center;
		gap: 8px;
		justify-content: center;
		margin: auto 0;
		padding: 8px 32px;

		&.nav-button-active {
		color: #996724;
		background-color: #fff; 
		overflow: hidden;
	}

		&.nav-button-link {
		text-decoration: underline;
	}

		@media (max-width: 991px) {
		padding: 0 20px;
	}

		.nav-text {
		color: inherit;
		font-variant-numeric: lining-nums proportional-nums;
		letter-spacing: -0.2px; 
		align-self: stretch;
		margin: auto 0;
		font: 14px / 14px "Fz Poppins"; 

		&.nav-button-active {
		color: #996724; 
	}

		&.nav-button-link {
		color: #d0a930; 
	}

		&.nav-button-link span {
		text-decoration: none;
	}
	}
	}
		*/ }
  .news-section .news-grid {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: center;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .news-section .news-grid {
        max-width: 100%; } }
    .news-section .news-grid .news-article {
      border-radius: 8px;
      align-self: stretch;
      display: flex;
      min-width: 240px;
      flex-direction: column;
      overflow: hidden;
      align-items: stretch;
      justify-content: center;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      margin: auto 0; }
      .news-section .news-grid .news-article .article-image {
        position: relative;
        width: 100%;
        overflow: hidden; }
        .news-section .news-grid .news-article .article-image .article-img {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 100%; }
      .news-section .news-grid .news-article .article-content {
        width: 100%;
        font-family: "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
        background: var(--Linear, linear-gradient(180deg, var(--Neutral-900, #171717) 44.27%, var(--Bay-of-Many-950, #3B230D) 100%));
        padding: 12px 12px 16px; }
        .news-section .news-grid .news-article .article-content .article-meta {
          display: flex;
          width: 100%;
          align-items: center;
          gap: 8px;
          font-size: 14px;
          color: #d1d5db;
          /* var(--Text-Light-V3) */
          font-weight: 300;
          white-space: nowrap;
          letter-spacing: -0.2px;
          justify-content: start; }
          @media (max-width: 991px) {
            .news-section .news-grid .news-article .article-content .article-meta {
              white-space: initial; } }
          .news-section .news-grid .news-article .article-content .article-meta .calendar-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 20px;
            align-self: stretch;
            flex-shrink: 0;
            margin: auto 0; }
          .news-section .news-grid .news-article .article-content .article-meta .article-date {
            color: #d1d5db;
            /* var(--Text-Light-V3) */
            letter-spacing: -0.2px;
            /* var(--Typography-letter-spacing-body-regular) */
            align-self: stretch;
            margin: auto 0;
            font: 14px / 21px "Fz Poppins";
            /* var(--Typography-font-size-body-regular) / var(--Typography-line-height-body-regular) var(--Typography-font-family-font-body) */ }
        .news-section .news-grid .news-article .article-content .article-text {
          margin-top: 8px;
          width: 100%;
          color: #fff;
          /* var(--text-white-100) */ }
          .news-section .news-grid .news-article .article-content .article-text .article-title {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #fff;
            /* var(--text-white-100) */
            text-overflow: ellipsis;
            letter-spacing: -0.5px;
            /* var(--Typography-letter-spacing-heading-heading-6) */
            font: 500 16px / 21px "Fz Poppins";
            /* var(--Typography-font-size-heading-heading-6) / var(--Typography-line-height-heading-heading-6) var(--Typography-font-family-font-heading) */
            margin: 0; }
          .news-section .news-grid .news-article .article-content .article-text .article-description {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #fff;
            /* var(--text-white-100) */
            text-overflow: ellipsis;
            letter-spacing: -0.2px;
            /* var(--Typography-letter-spacing-body-regular) */
            margin-top: 4px;
            font: 300 14px / 21px "Fz Poppins";
            /* var(--Typography-font-size-body-regular) / var(--Typography-line-height-body-regular) var(--Typography-font-family-font-body) */
            margin-bottom: 0; }

.video-review-section {
  padding-bottom: 64px; }
  .video-review-section .container .section-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    letter-spacing: -1.7px;
    font: 500 40px / 52px "Fz Poppins";
    margin: 0 0 32px 0; }
  .video-review-section .container .product-cards-container {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: start;
    gap: 16px;
    justify-content: start;
    flex-wrap: wrap; }
    .video-review-section .container .product-cards-container .product-card {
      border-radius: 12px;
      position: relative;
      display: flex;
      min-width: 315px;
      flex-direction: column;
      overflow: hidden;
      align-items: stretch;
      justify-content: center;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .video-review-section .container .product-cards-container .product-card:hover .play-button {
        transform: translate(-50%, -50%) scale(1.1); }
      .video-review-section .container .product-cards-container .product-card:hover .product-img {
        transform: scale(1.05); }
      .video-review-section .container .product-cards-container .product-card .video-link {
        display: block;
        position: relative;
        text-decoration: none;
        color: inherit; }
      .video-review-section .container .product-cards-container .product-card .product-image {
        position: relative;
        z-index: 0;
        width: 100%;
        overflow: hidden;
        margin: 0; }
        .video-review-section .container .product-cards-container .product-card .product-image .product-img {
          aspect-ratio: 1.77;
          object-fit: cover;
          object-position: center;
          width: 100%;
          transition: transform 0.3s ease; }
      .video-review-section .container .product-cards-container .product-card .product-info {
        justify-content: center;
        align-items: stretch;
        z-index: 0;
        display: flex;
        width: 100%;
        flex-direction: column;
        color: #fff;
        letter-spacing: -0.2px;
        background-color: #262626;
        padding: 16px 12px 12px;
        font: 500 14px / 21px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
        .video-review-section .container .product-cards-container .product-card .product-info .product-title-wrapper {
          width: 100%; }
          .video-review-section .container .product-cards-container .product-card .product-info .product-title-wrapper .product-title {
            color: #fff;
            letter-spacing: -0.2px;
            font: 500 14px / 21px "Fz Poppins";
            margin: 0; }
      .video-review-section .container .product-cards-container .product-card .play-button {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 48px;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 48px;
        transition: transform 0.3s ease;
        cursor: pointer; }
      .video-review-section .container .product-cards-container .product-card .video-overlay {
        position: absolute;
        bottom: 70px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 4px 8px;
        border-radius: 4px;
        display: flex;
        gap: 8px;
        z-index: 1; }
        .video-review-section .container .product-cards-container .product-card .video-overlay .video-duration, .video-review-section .container .product-cards-container .product-card .video-overlay .video-views {
          color: #fff;
          font-size: 12px;
          font-weight: 400; }
        .video-review-section .container .product-cards-container .product-card .video-overlay .video-duration:after {
          content: "•";
          margin-left: 8px; }

/* Fancybox customizations */
.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.9); }

.fancybox__toolbar {
  --fancybox-color: #fff; }

.fancybox__nav {
  --fancybox-color: #fff; }

.nav-button {
  border: none;
  cursor: pointer;
  background: transparent;
  border-radius: 100px;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: auto 0;
  padding: 8px 32px; }
  .nav-button.nav-button-active {
    color: #996724;
    background-color: #fff;
    overflow: hidden; }
  .nav-button.nav-button-link {
    text-decoration: underline; }
  .nav-button .nav-text {
    color: inherit;
    font-variant-numeric: lining-nums proportional-nums;
    letter-spacing: -0.2px;
    align-self: stretch;
    margin: auto 0;
    font: 14px / 14px "Fz Poppins"; }
    .nav-button .nav-text.nav-button-active {
      color: #996724; }
    .nav-button .nav-text.nav-button-link {
      color: #d0a930; }
    .nav-button .nav-text.nav-button-link span {
      text-decoration: none; }

.slider-index-wrap {
  border-radius: 25px;
  overflow: hidden; }

/****/
/* Lookbooks Grid Layout - 3 rows x 4 items */
.section-home-lookbooks .lookbooks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px; }

.lookbooks-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }

.lookbooks-column {
  flex: 1;
  max-width: calc(25% - 15px); }

/* Mobile responsive */
@media (max-width: 768px) {
  .lookbooks-row {
    flex-direction: column;
    gap: 15px; }
  .lookbooks-column {
    max-width: 100%; }
  .section-home-lookbooks .lookbooks-wrapper {
    gap: 20px; } }

@media (max-width: 992px) and (min-width: 769px) {
  .lookbooks-column {
    max-width: calc(50% - 10px); }
  .lookbooks-row {
    flex-wrap: wrap; } }

/* Popover dot styles */
.section-home-lookbooks .lookbooks-banner__photo .popover-dot {
  transition: transform 0.3s ease; }
