@charset "UTF-8";
/* =========================
   Be Vietnam Pro
   ========================= */
/* Thin */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-thinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

/* ExtraLight */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extralightitalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

/* Light */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

/* Regular */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

/* Medium */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

/* SemiBold */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-semibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

/* ExtraBold */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extrabolditalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

/* Black */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

:root {
  --bs-gutter-x: 15px;
  --bg-color-topbar: #E92F2D;
  --txt-color-topbar: #ffffff; }

@media (min-width: 1600px) {
  .container {
    max-width: none;
    padding: 0 80px; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  border: 0;
  background-color: #fff; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

html {
  height: -webkit-fill-available; }

.btn-1 {
  position: relative;
  background: #fff; }
  .btn-1 span {
    position: relative;
    z-index: 2;
    color: #000;
    transition: color 0.2s ease; }
  .btn-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #000;
    transition: height 0.2s ease;
    z-index: 1; }
  .btn-1:hover span {
    color: #fff; }
  .btn-1:hover::before {
    height: 100%; }

.btn-2 {
  position: relative;
  background: transparent; }
  .btn-2 span {
    position: relative;
    z-index: 2;
    color: #ffffff;
    transition: color 0.2s ease; }
  .btn-2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #ffffff;
    transition: height 0.2s ease;
    z-index: 1; }
  .btn-2:hover span {
    color: #000000; }
  .btn-2:hover::before {
    height: 100%; }

img {
  max-width: 100%; }

body {
  font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #000000;
  overflow-x: hidden;
  background: #ffffff;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.28px; }
  body.hidden-scroll {
    overflow: hidden; }
  @media (max-width: 991px) {
    body.hasNavigation {
      padding-bottom: 53px; } }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 13px 0;
  font-weight: bold;
  line-height: 1.2; }

img {
  max-width: 100%; }

a {
  color: #2e2e2e;
  text-decoration: none;
  outline: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

a:hover, a:focus {
  color: #2e2e2e;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img.lazyload {
  opacity: 0; }

button, input, textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0; }

.button {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.3px;
  font-weight: 500;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 4px; }
  @media (max-width: 991px) {
    .button {
      padding: 10px 20px; } }

@media (max-width: 991px) {
  .over-mb-section.swiper-initialized {
    margin-right: -15px; } }

.fix-style:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  gap: 20px; }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper {
      gap: 15px; } }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-gap-mb="5"] {
      gap: 5px; } }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="1"] {
    grid-template-columns: repeat(1, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="1"] .swiper-slide:nth-child(n+2) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="2"] {
    grid-template-columns: repeat(2, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="2"] .swiper-slide:nth-child(n+3) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="3"] {
    grid-template-columns: repeat(3, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="3"] .swiper-slide:nth-child(n+4) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="4"] {
    grid-template-columns: repeat(4, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="4"] .swiper-slide:nth-child(n+5) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="5"] {
    grid-template-columns: repeat(5, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="5"] .swiper-slide:nth-child(n+6) {
      display: none; }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2"] {
      grid-template-columns: repeat(2, 1fr); }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2"] .swiper-slide:nth-child(n+3) {
        display: none; } }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] {
      display: flex;
      overflow-x: hidden;
      gap: 15px;
      padding-right: 15px;
      margin-right: -15px; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] .swiper-slide {
        width: auto;
        min-width: calc(100% * 0.6);
        flex-shrink: inherit; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] .swiper-slide:nth-child(n+2) {
        display: block; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] .swiper-slide:nth-child(n+3) {
        display: none; } }
  .fix-style:not(.swiper-initialized) .swiper-wrapper.no-product {
    grid-template-columns: auto; }

input[type="checkbox"],
input[type="radio"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0;
  cursor: pointer;
  outline: 0 !important; }
  @media (max-width: 1199.98px) {
    input[type="checkbox"],
    input[type="radio"] {
      background: none;
      border: none; } }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #C6CBD0;
    cursor: pointer; }
  input[type="checkbox"]:before,
  input[type="radio"]:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.6);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.6);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.6);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  input[type="checkbox"]:checked:after,
  input[type="radio"]:checked:after {
    background-color: #2E2E2E;
    border-color: transparent; }
  input[type="checkbox"]:checked:before,
  input[type="radio"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.effect-loading {
  -webkit-animation: .45s linear infinite alternate skeletonAnimation;
  animation: .45s linear infinite alternate skeletonAnimation;
  will-change: opacity;
  cursor: none;
  pointer-events: none; }
  .effect-loading.product-loop .box-image a svg {
    position: absolute;
    width: 100%;
    height: 100%; }
  .effect-loading.product-loop .title-product {
    color: transparent;
    background: #f7f7f7; }
  .effect-loading.product-loop .price-box {
    color: transparent;
    background: #f7f7f7; }
  .effect-loading.product-loop .metafields .item-color span.black {
    background: #f7f7f7; }

@keyframes line {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes out {
  0% {
    margin-left: 0;
    width: 100%; }
  to {
    margin-left: 100%;
    width: 0; } }

@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }

@keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden; }

.style-navigation-2 {
  position: relative; }
  .style-navigation-2 .btn-nav {
    margin-top: 0;
    top: 32%;
    color: gray;
    position: absolute;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 4px 4px 60px rgba(233, 233, 233, 0.2);
    opacity: 1; }
    @media (max-width: 991px) {
      .style-navigation-2 .btn-nav {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
        top: 26%; } }
    .style-navigation-2 .btn-nav:after {
      font-size: 20px; }
      @media (max-width: 991px) {
        .style-navigation-2 .btn-nav:after {
          font-size: 18px; } }

.style-navigation-4 {
  position: relative; }
  .style-navigation-4 .btn-nav {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: gray;
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    opacity: 1; }
    @media (max-width: 991px) {
      .style-navigation-4 .btn-nav {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7); } }
    .style-navigation-4 .btn-nav:after {
      font-size: 20px;
      color: #fff; }
      @media (max-width: 991px) {
        .style-navigation-4 .btn-nav:after {
          font-size: 14px; } }
  .style-navigation-4:hover .group-swiper-button {
    opacity: 1;
    visibility: visible; }

.style-navigation-5 {
  position: relative; }
  .style-navigation-5 .btn-nav {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: gray;
    position: absolute;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 4px 4px 60px rgba(233, 233, 233, 0.2);
    opacity: 1; }
    @media (max-width: 991px) {
      .style-navigation-5 .btn-nav {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7); } }
    .style-navigation-5 .btn-nav:after {
      font-size: 20px; }
      @media (max-width: 991px) {
        .style-navigation-5 .btn-nav:after {
          font-size: 18px; } }

@media (min-width: 992px) {
  .style-navigation-3 .swiper-button-prev {
    top: 0; }
    .style-navigation-3 .swiper-button-prev:after {
      font-size: 20px;
      transform: rotate(90deg); }
  .style-navigation-3 .swiper-button-next {
    top: auto;
    bottom: 0; }
    .style-navigation-3 .swiper-button-next:after {
      font-size: 20px;
      transform: rotate(90deg); }
  .style-navigation-3 .btn-nav {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    left: 0; } }

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  padding: 10px 15px;
  background-color: #fff;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
  width: 60px;
  height: 60px;
  border: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9; }
  @media (max-width: 991px) {
    #scrollToTop {
      bottom: 60; } }
  .toggle-sticky #scrollToTop {
    bottom: 110px; }
    @media (max-width: 991px) {
      .toggle-sticky #scrollToTop {
        bottom: 185px; } }
  #scrollToTop svg {
    width: 25px;
    height: 25px; }
  #scrollToTop.isShow {
    opacity: 1;
    visibility: visible; }

.loading-ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-ovl.open {
    visibility: visible;
    opacity: 1; }
  .loading-ovl .load-3 .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite; }
  .loading-ovl .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

.topbar {
  background: var(--bg-color-topbar);
  text-align: center; }
  .topbar a {
    display: block;
    padding: 10px 0;
    color: var(--txt-color-topbar);
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }

#header-main {
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 11; }
  #header-main .wrap-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #header-main .wrap-header .logo-header {
      width: 15%; }
      #header-main .wrap-header .logo-header img {
        max-height: 60px; }
    #header-main .wrap-header .menu-header {
      width: 70%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        #header-main .wrap-header .menu-header {
          display: none; } }
      #header-main .wrap-header .menu-header .main-menu > ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 32px;
        list-style: none;
        align-items: center; }
        #header-main .wrap-header .menu-header .main-menu > ul > li {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          color: #111;
          cursor: pointer;
          display: flex;
          align-items: center; }
          #header-main .wrap-header .menu-header .main-menu > ul > li > a {
            display: flex;
            padding: 18px 0;
            align-items: center;
            gap: 6px; }
      #header-main .wrap-header .menu-header .main-menu .highlight {
        color: #d40000;
        font-weight: 600; }
      #header-main .wrap-header .menu-header .main-menu .has-dropdown .arrow {
        margin-left: 6px;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px; }
      #header-main .wrap-header .menu-header .main-menu .has-dropdown .sub2 {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 10; }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .sub2 li {
          border-bottom: 1px solid #f1f1f1; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .sub2 li:last-child {
            border-bottom: 0; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .sub2 li a {
            display: block;
            padding: 10px 14px;
            color: #000;
            transition: .2s;
            width: 100%; }
            #header-main .wrap-header .menu-header .main-menu .has-dropdown .sub2 li a:hover {
              background: #f5f5f5; }
      #header-main .wrap-header .menu-header .main-menu .has-dropdown:hover .sub2 {
        display: block; }
      #header-main .wrap-header .menu-header .main-menu .has-dropdown:hover .mega-menu {
        display: block; }
      #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        z-index: 10;
        display: none; }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu__inner {
          display: flex;
          gap: 32px; }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu__left {
          flex: 1;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 32px;
          padding: 30px 0 30px 80px; }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu__right {
          width: 45%;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 1px; }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .menu-col .menu-title {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          font-weight: 500;
          margin-bottom: 16px;
          text-transform: uppercase;
          color: #111; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .menu-col .menu-title:hover {
            color: #CA1911; }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .menu-col ul {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 8px; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .menu-col ul li a {
            font-size: 12px;
            line-height: 16.8px;
            letter-spacing: -0.24px;
            color: #000000;
            text-decoration: none;
            transition: .2s;
            text-transform: uppercase; }
            #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .menu-col ul li a:hover {
              color: #000; }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .banner {
          position: relative;
          overflow: hidden; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .4s ease; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .banner span {
            position: absolute;
            left: 0;
            bottom: 8px;
            color: #fff;
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 500;
            width: 100%;
            text-align: center; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .banner:hover img {
            transform: scale(1.05); }
        #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 {
          display: flex;
          gap: 20px;
          width: 100%; }
          #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 .four_banner {
            display: flex;
            padding: 30px 0;
            gap: 20px;
            width: 100%; }
            #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 .four_banner .item-banner {
              width: 25%; }
              #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 .four_banner .item-banner .box-banner {
                position: relative;
                overflow: hidden;
                border-radius: 4px; }
              #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 .four_banner .item-banner img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform .4s ease; }
                #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 .four_banner .item-banner img:hover {
                  transform: scale(1.05); }
              #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 .four_banner .item-banner a {
                display: block; }
              #header-main .wrap-header .menu-header .main-menu .has-dropdown .mega-menu .mega-menu__inner_2 .four_banner .item-banner p {
                margin: 12px 0 0 0;
                text-align: center;
                width: 100%; }
    #header-main .wrap-header .right-header {
      width: 15%; }
      #header-main .wrap-header .right-header .icon-group {
        display: flex;
        align-items: center;
        justify-content: end; }
        #header-main .wrap-header .right-header .icon-group .icon-item {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          padding: 18px 10px; }
          @media (max-width: 991px) {
            #header-main .wrap-header .right-header .icon-group .icon-item {
              padding: 20px 10px; } }
          #header-main .wrap-header .right-header .icon-group .icon-item svg {
            width: 22px;
            height: 22px; }
          @media (max-width: 991px) {
            #header-main .wrap-header .right-header .icon-group .icon-item.account-head {
              display: none; } }
          #header-main .wrap-header .right-header .icon-group .icon-item.burger-menu {
            display: none; }
            @media (max-width: 991px) {
              #header-main .wrap-header .right-header .icon-group .icon-item.burger-menu {
                display: block; } }
        #header-main .wrap-header .right-header .icon-group .badge-wrapper .badge {
          position: absolute;
          top: 6px;
          right: 0;
          background: #2C51B0;
          color: #fff;
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          font-weight: 500;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }

.mySlider {
  width: 100%; }
  .mySlider .container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .mySlider .container {
        top: auto;
        bottom: 40px; } }
  .mySlider .swiper-slide {
    position: relative; }
    .mySlider .swiper-slide picture img {
      width: 100%; }
  .mySlider .box-slider a {
    position: relative;
    display: block;
    padding-bottom: calc(100% * 807 / 2000);
    background: #f7f7f7; }
    @media (max-width: 991px) {
      .mySlider .box-slider a {
        padding-bottom: calc(100% * 2666 / 2000); } }
    .mySlider .box-slider a img {
      position: absolute;
      left: 0;
      top: 0;
      aspect-ratio: 2000 / 807;
      width: 100%;
      height: 100%; }
      @media (max-width: 991px) {
        .mySlider .box-slider a img {
          aspect-ratio: 2000 / 2666; } }
  .mySlider .slide-content {
    color: white; }
    .mySlider .slide-content .title {
      font-size: 64px;
      line-height: 89.6px;
      letter-spacing: -1.28px;
      font-weight: 700; }
      @media (max-width: 991px) {
        .mySlider .slide-content .title {
          font-size: 52px;
          line-height: 72.8px;
          letter-spacing: -1.04px; } }
    .mySlider .slide-content p {
      font-size: 23px;
      line-height: 32.2px;
      letter-spacing: -0.46px; }
      @media (max-width: 991px) {
        .mySlider .slide-content p {
          font-size: 19px;
          line-height: 26.6px;
          letter-spacing: -0.38px; } }
    .mySlider .slide-content .btn {
      display: inline-block;
      padding: 12px 40px;
      background: white;
      color: black;
      border-radius: 30px;
      text-decoration: none;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .mySlider .slide-content .btn {
          padding: 5px 40px;
          background: white;
          color: black;
          border-radius: 30px;
          text-decoration: none;
          font-weight: 500;
          height: 47px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: max-content; } }
  .mySlider .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
    opacity: 1; }
    .mySlider .swiper-pagination-bullet-active {
      background: #333;
      width: 26px; }
  .mySlider .swiper-button-next,
  .mySlider .swiper-button-prev {
    color: white;
    opacity: 0.8; }

.section-category {
  padding: 64px 0; }
  @media (max-width: 991px) {
    .section-category {
      padding: 40px 0; } }
  .section-category .category-section .section-title {
    font-size: 26px;
    line-height: 36.4px;
    letter-spacing: -0.52px;
    font-weight: 500;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .section-category .category-section .section-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px; } }
  .section-category .category-section .category-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    .section-category .category-section .category-slider .category-item {
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .section-category .category-section .category-slider .category-item a {
        position: relative;
        display: block;
        padding-bottom: calc(100% * 407 / 305);
        background: #f7f7f7; }
        .section-category .category-section .category-slider .category-item a img {
          position: absolute;
          left: 0;
          top: 0;
          aspect-ratio: 305 / 407;
          width: 100%;
          height: 100%; }
      .section-category .category-section .category-slider .category-item .title {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        font-weight: 500;
        color: white;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 991px) {
    .section-category .category-section .category-slider {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 15px;
      padding-right: 15px;
      margin-right: -15px;
      scrollbar-width: none; }
      .section-category .category-section .category-slider::-webkit-scrollbar {
        display: none; }
      .section-category .category-section .category-slider .category-item {
        min-width: calc(100% * 0.6);
        scroll-snap-align: start; } }

.section-two-banner {
  background: #F7F7F7;
  padding: 64px 0; }
  @media (max-width: 991px) {
    .section-two-banner {
      padding: 40px 0; } }
  .section-two-banner .banner-container {
    display: flex;
    gap: 20px; }
    .section-two-banner .banner-container .banner-item {
      position: relative;
      flex: 1;
      border-radius: 12px;
      overflow: hidden; }
      .section-two-banner .banner-container .banner-item .box-banner {
        position: relative;
        display: block;
        padding-bottom: calc(100% * 946 / 1260);
        background: #f7f7f7; }
        .section-two-banner .banner-container .banner-item .box-banner img {
          position: absolute;
          left: 0;
          top: 0;
          aspect-ratio: 1260 / 946;
          width: 100%;
          height: 100%; }
      .section-two-banner .banner-container .banner-item .banner-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
      .section-two-banner .banner-container .banner-item .banner-content {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        width: 100%;
        padding: 20px; }
        @media (max-width: 991px) {
          .section-two-banner .banner-container .banner-item .banner-content {
            flex-direction: column;
            align-items: start;
            gap: 10px; } }
        .section-two-banner .banner-container .banner-item .banner-content .content-innner h2 {
          font-size: 32px;
          line-height: 44.8px;
          letter-spacing: -0.64px;
          font-weight: 700;
          margin: 0; }
          @media (max-width: 991px) {
            .section-two-banner .banner-container .banner-item .banner-content .content-innner h2 {
              font-weight: 600; } }
        .section-two-banner .banner-container .banner-item .banner-content .content-innner p {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          margin-bottom: 0; }
          @media (max-width: 991px) {
            .section-two-banner .banner-container .banner-item .banner-content .content-innner p {
              font-size: 14px;
              line-height: 19.6px;
              letter-spacing: -0.28px; } }
  @media (max-width: 991px) {
    .section-two-banner .banner-container {
      flex-direction: column;
      gap: 15px; } }

.section-collection {
  padding: 64px 0; }
  @media (max-width: 991px) {
    .section-collection {
      padding: 40px 0; } }
  .section-collection .heading-section {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    font-weight: 500;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .section-collection .heading-section {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px; } }
  .section-collection .wrap-head-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .section-collection .wrap-head-tab {
        margin-bottom: 20px; } }
    .section-collection .wrap-head-tab .view-all {
      text-decoration: none;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 4px;
      border-bottom: 1px solid transparent; }
      .section-collection .wrap-head-tab .view-all:hover {
        border-color: #000; }
      @media (max-width: 991px) {
        .section-collection .wrap-head-tab .view-all {
          display: none; } }
  .section-collection .product-section .tabs {
    display: flex;
    gap: 12px; }
    @media (max-width: 991px) {
      .section-collection .product-section .tabs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 6px;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .section-collection .product-section .tabs::-webkit-scrollbar {
          display: none; } }
    .section-collection .product-section .tabs .tab {
      padding: 14px 30px;
      border: 1px solid #000;
      background: #fff;
      cursor: pointer;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500;
      border-radius: 4px;
      transition: 0.2s all;
      color: #000000; }
      @media (max-width: 991px) {
        .section-collection .product-section .tabs .tab {
          padding: 12px 20px; } }
      .section-collection .product-section .tabs .tab.active {
        background: #000;
        color: #fff; }
        .section-collection .product-section .tabs .tab.active span {
          color: #fff; }
  .section-collection .product-section .mb-view-all {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .section-collection .product-section .mb-view-all {
        display: none; } }
    .section-collection .product-section .mb-view-all a {
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 4px; }

.btn-tooltip {
  position: relative; }
  .btn-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    z-index: 10; }
  .btn-tooltip:hover::before {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #111 transparent transparent transparent;
    z-index: 10; }
  .btn-tooltip.btn-wishlist {
    width: 36px;
    height: 36px; }

.product-loop {
  position: relative; }
  @media (max-width: 991px) {
    .product-loop {
      overflow: hidden; } }
  .product-loop.disabled {
    opacity: 0.7;
    pointer-events: none;
    cursor: none; }
  .product-loop .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    border-radius: 4px; }
  .product-loop .box-image {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px 0;
    border-radius: 8px; }
    .product-loop .box-image a {
      position: relative;
      display: block;
      padding-bottom: calc(100% * 1800 / 1200);
      background: #f7f7f7; }
      .product-loop .box-image a img {
        position: absolute;
        left: 0;
        top: 0;
        aspect-ratio: 1200 / 1800;
        width: 100%;
        height: 100%; }
      .product-loop .box-image a picture {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -ms-transition: all 0.6s ease-in-out 0s; }
        .product-loop .box-image a picture:nth-child(2) {
          opacity: 0;
          visibility: hidden; }
      @media (min-width: 1200px) {
        .product-loop .box-image a:hover picture:nth-child(1) {
          visibility: hidden;
          opacity: 0; }
        .product-loop .box-image a:hover picture:nth-child(2) {
          opacity: 1;
          visibility: visible; } }
    .product-loop .box-image .quick-actions {
      position: absolute;
      left: 0;
      bottom: -80px;
      display: flex;
      opacity: 0;
      pointer-events: none;
      transition: .35s ease;
      width: 100%;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .product-loop .box-image .quick-actions {
          bottom: 8px;
          opacity: 1;
          pointer-events: auto;
          justify-content: end;
          padding-right: 8px; } }
      .product-loop .box-image .quick-actions .btn-quick {
        width: 45px;
        height: 45px;
        border: none;
        background: transparent;
        color: #fff;
        cursor: pointer;
        position: relative;
        transition: .25s;
        background: rgba(0, 0, 0, 0.5); }
        @media (max-width: 991px) {
          .product-loop .box-image .quick-actions .btn-quick {
            width: 35px;
            height: 35px; }
            .product-loop .box-image .quick-actions .btn-quick svg {
              width: 20px;
              height: 20px; } }
        .product-loop .box-image .quick-actions .btn-quick.buy-now {
          border-radius: 6px 0 0 6px; }
          @media (max-width: 991px) {
            .product-loop .box-image .quick-actions .btn-quick.buy-now {
              display: none; } }
        .product-loop .box-image .quick-actions .btn-quick.add-cart {
          border-radius: 0 6px 6px 0; }
          @media (max-width: 991px) {
            .product-loop .box-image .quick-actions .btn-quick.add-cart {
              border-radius: 6px; } }
        .product-loop .box-image .quick-actions .btn-quick:not(:last-child) {
          border-right: 1px solid #000000; }
        .product-loop .box-image .quick-actions .btn-quick:hover {
          background: #555; }
    @media (min-width: 992px) {
      .product-loop .box-image:hover .quick-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 12px; } }
  .product-loop .metafields {
    display: flex;
    gap: 6px;
    margin-bottom: 10px; }
    .product-loop .metafields .item-color {
      width: 24px;
      height: 24px;
      border-radius: 2px;
      border: 1px solid #ccc;
      background: #fff;
      padding: 2px;
      cursor: pointer;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      order: 2; }
      .product-loop .metafields .item-color.isMain {
        order: 1; }
      .product-loop .metafields .item-color .tool-tip {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: blue;
        bottom: 100%;
        background: #333;
        padding: 5px 8px;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        white-space: nowrap; }
      .product-loop .metafields .item-color:hover .tool-tip {
        left: 0;
        transform: translateX(0); }
      .product-loop .metafields .item-color.active {
        border: 1px solid #000; }
      .product-loop .metafields .item-color span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .product-loop .metafields .item-color span img {
          width: 100%;
          height: 100%; }
        .product-loop .metafields .item-color span.black {
          background: #000; }
        .product-loop .metafields .item-color span.white {
          background: #fff; }
        .product-loop .metafields .item-color span.pink {
          background: #f8d7da; }
        .product-loop .metafields .item-color span.green {
          background: #8da79d; }
      .product-loop .metafields .item-color.item-more {
        border: 1px solid transparent;
        padding: 0;
        order: 3; }
        .product-loop .metafields .item-color.item-more span {
          display: flex;
          align-items: center;
          justify-content: center; }
    .product-loop .metafields .btn-wishlist {
      border: none;
      outline: none;
      box-shadow: none;
      background: transparent;
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      order: 4; }
      .product-loop .metafields .btn-wishlist.in-wishlist {
        background: transparent !important; }
        .product-loop .metafields .btn-wishlist.in-wishlist path {
          fill: #000; }
  .product-loop .title-product {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    min-height: 42px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .product-loop .title-product {
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        min-height: 28px; } }
  .product-loop .price-box {
    display: flex;
    align-items: center;
    gap: 8px; }
    .product-loop .price-box .price {
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
      @media (max-width: 991px) {
        .product-loop .price-box .price {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px; } }
    .product-loop .price-box .old-price {
      text-decoration: line-through;
      color: #666666; }
      @media (max-width: 991px) {
        .product-loop .price-box .old-price {
          font-size: 11px;
          line-height: 15.4px;
          letter-spacing: -0.22px; } }
    .product-loop .price-box .sale {
      color: #E50000; }
      @media (max-width: 991px) {
        .product-loop .price-box .sale {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px; } }
  .product-loop .box-action-wishlist .remove-wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #000000;
    padding: 4px 8px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 15.4px;
    letter-spacing: -0.22px; }
  .product-loop .combo-action {
    width: 100%;
    margin-top: 10px; }
    .product-loop .combo-action .combo-selects {
      display: flex;
      gap: 10px;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .product-loop .combo-action .combo-selects {
          flex-direction: column; } }
      .product-loop .combo-action .combo-selects .select-wrap {
        flex: 1;
        position: relative; }
        .product-loop .combo-action .combo-selects .select-wrap select {
          width: 100%;
          height: 37px;
          padding: 0 30px 0 10px;
          border: 1px solid #CCCCCC;
          border-radius: 4px;
          appearance: none;
          cursor: pointer;
          appearance: none;
          background: url(https://cdn.hstatic.net/files/200000039280/file/chevron-down.svg);
          background-repeat: no-repeat;
          background-position: center right 10px;
          outline: none;
          box-shadow: none; }
    .product-loop .combo-action .btn-add-combo {
      width: 100%;
      padding: 10px 0;
      height: 45px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      font-weight: 400;
      border-radius: 4px;
      cursor: pointer;
      border: 1px solid #000;
      transition: 0.2s;
      outline: none;
      box-shadow: none;
      background: #000;
      color: #fff; }

.section-loyalty .member-loyalty {
  display: flex;
  align-items: center;
  width: 100%;
  background: #000;
  color: #fff; }
  @media (max-width: 991px) {
    .section-loyalty .member-loyalty {
      flex-direction: column; } }
  .section-loyalty .member-loyalty .content {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start; }
    @media (max-width: 991px) {
      .section-loyalty .member-loyalty .content {
        order: 2;
        padding: 30px 15px;
        width: 100%; } }
    .section-loyalty .member-loyalty .content .title {
      font-size: 56px;
      line-height: 78.4px;
      letter-spacing: -1.12px;
      font-weight: 700;
      margin-bottom: 32px; }
      @media (max-width: 1200px) {
        .section-loyalty .member-loyalty .content .title {
          font-size: 45px;
          line-height: 63px;
          letter-spacing: -0.9px; } }
      @media (min-width: 992px) {
        .section-loyalty .member-loyalty .content .title {
          padding-left: 64px;
          padding-right: 64px; } }
      @media (max-width: 991px) {
        .section-loyalty .member-loyalty .content .title {
          font-size: 32px;
          line-height: 44.8px;
          letter-spacing: -0.64px;
          margin-bottom: 20px; } }
    .section-loyalty .member-loyalty .content p {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px;
      margin-bottom: 32px; }
      @media (min-width: 992px) {
        .section-loyalty .member-loyalty .content p {
          padding-left: 64px;
          padding-right: 64px; } }
      @media (max-width: 991px) {
        .section-loyalty .member-loyalty .content p {
          margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .section-loyalty .member-loyalty .content .action-loyalty {
        padding-left: 64px;
        padding-right: 64px; } }
    @media (max-width: 991px) {
      .section-loyalty .member-loyalty .content .action-loyalty a {
        display: inline-block; } }
  .section-loyalty .member-loyalty .banner {
    flex: 1;
    width: 50%;
    height: 100%; }
    @media (max-width: 991px) {
      .section-loyalty .member-loyalty .banner {
        order: 1;
        width: 100%; } }
    .section-loyalty .member-loyalty .banner .banner-video {
      height: 100%;
      max-height: 450px;
      object-fit: cover;
      display: block; }
      @media (min-width: 1600px) {
        .section-loyalty .member-loyalty .banner .banner-video {
          max-height: none; } }
      @media (max-width: 991px) {
        .section-loyalty .member-loyalty .banner .banner-video {
          width: 100%;
          max-height: 270px; } }

.section-featured {
  padding: 64px 0; }
  @media (max-width: 991px) {
    .section-featured {
      padding: 40px 0; } }
  .section-featured .featured__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px; }
    .section-featured .featured__header h2 {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin: 0; }
    @media (max-width: 991px) {
      .section-featured .featured__header .view-all {
        display: none; } }
  .section-featured .view-all {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px; }
  .section-featured .wrap-viewall-mb {
    display: none; }
    @media (max-width: 991px) {
      .section-featured .wrap-viewall-mb {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px; } }
  .section-featured .featured__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .section-featured .featured__list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-right: 15px;
        margin-right: -15px;
        scrollbar-width: none; }
        .section-featured .featured__list::-webkit-scrollbar {
          display: none; } }
  .section-featured .item {
    background: #fff;
    overflow: hidden;
    scroll-snap-align: start;
    min-width: 100%; }
    @media (max-width: 991px) {
      .section-featured .item {
        min-width: calc(100% * 0.6); } }
    .section-featured .item .item__image a {
      position: relative;
      display: block;
      padding-bottom: calc(100% * 1800 / 1200);
      background: #f7f7f7; }
      .section-featured .item .item__image a img {
        position: absolute;
        left: 0;
        top: 0;
        aspect-ratio: 1200 / 1800;
        width: 100%;
        height: 100%; }
    .section-featured .item .item__image img {
      border-radius: 6px; }
      @media (max-width: 991px) {
        .section-featured .item .item__image img {
          border-radius: 8px; } }
    .section-featured .item .item__content {
      padding: 12px 0 0 0; }
      @media (max-width: 991px) {
        .section-featured .item .item__content {
          padding: 15px 0 0 0; } }
      .section-featured .item .item__content .rating {
        color: #CEB18F;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 4px; }
        .section-featured .item .item__content .rating svg {
          width: 20px;
          height: 20px; }
          .section-featured .item .item__content .rating svg path {
            fill: #CEB18F; }
      .section-featured .item .item__content h3 {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 600;
        margin-bottom: 12px;
        min-height: 44px; }
        @media (max-width: 991px) {
          .section-featured .item .item__content h3 {
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px; } }
      .section-featured .item .item__content p {
        margin: 0; }
        @media (max-width: 991px) {
          .section-featured .item .item__content p {
            font-size: 13px;
            line-height: 18.2px;
            letter-spacing: -0.26px; } }

.section-suggest-set {
  padding: 0 0 64px 0; }
  @media (max-width: 991px) {
    .section-suggest-set {
      padding: 0 0 40px 0; } }
  .section-suggest-set .suggest-set {
    width: 100%; }
    .section-suggest-set .suggest-set .title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin-bottom: 28px; }
      @media (max-width: 991px) {
        .section-suggest-set .suggest-set .title {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: -0.4px;
          margin-bottom: 15px; } }
    .section-suggest-set .suggest-set .set-list {
      display: flex;
      gap: 20px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .section-suggest-set .suggest-set .set-list {
          display: flex;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          gap: 15px;
          padding-right: 15px;
          scrollbar-width: none;
          margin-right: -15px; } }
    .section-suggest-set .suggest-set .set-item {
      flex: 1;
      min-width: 32%; }
      @media (max-width: 991px) {
        .section-suggest-set .suggest-set .set-item {
          min-width: calc(100% * 0.6);
          scroll-snap-align: start; } }
    .section-suggest-set .suggest-set .set-image {
      position: relative;
      width: 100%;
      border-radius: 8px; }
      .section-suggest-set .suggest-set .set-image .box-set-img {
        position: relative;
        display: block;
        padding-bottom: calc(100% * 2667 / 2000);
        background: #f7f7f7; }
        .section-suggest-set .suggest-set .set-image .box-set-img img {
          position: absolute;
          left: 0;
          top: 0;
          aspect-ratio: 2000 / 2667;
          width: 100%;
          height: 100%;
          border-radius: 8px; }
      .section-suggest-set .suggest-set .set-image .tag {
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: white;
        color: black;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease; }
        .section-suggest-set .suggest-set .set-image .tag .popup {
          position: absolute;
          left: 25px;
          top: 0;
          width: 250px;
          background: white;
          border-radius: 8px;
          padding: 10px;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          opacity: 0;
          pointer-events: none;
          transform: translateY(5px);
          transition: 0.25s ease;
          display: flex;
          align-items: start;
          gap: 8px;
          z-index: 9; }
          .section-suggest-set .suggest-set .set-image .tag .popup img {
            width: 40px;
            border-radius: 4px; }
          .section-suggest-set .suggest-set .set-image .tag .popup p {
            margin: 0;
            font-weight: 500; }
        @media (min-width: 1200px) {
          .section-suggest-set .suggest-set .set-image .tag:hover .popup {
            opacity: 1;
            pointer-events: all;
            transform: translateY(0); } }
    .section-suggest-set .suggest-set .set-name {
      margin-top: 20px;
      font-size: 18px;
      line-height: 25.2px;
      letter-spacing: -0.36px;
      font-weight: 400; }
      @media (max-width: 991px) {
        .section-suggest-set .suggest-set .set-name {
          font-size: 16px;
          line-height: 22.4px;
          letter-spacing: -0.32px; } }
    .section-suggest-set .suggest-set .set-desc {
      margin: 12px 0; }
      @media (max-width: 991px) {
        .section-suggest-set .suggest-set .set-desc {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px; } }
    .section-suggest-set .suggest-set .set-link {
      text-decoration: none;
      font-weight: 500;
      color: #000; }
      .section-suggest-set .suggest-set .set-link:hover {
        text-decoration: underline; }
    .section-suggest-set .suggest-set .swiper-set-list:not(.swiper-initialized) {
      overflow: initial; }
      .section-suggest-set .suggest-set .swiper-set-list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:last-child .set-image .tag .popup {
        left: auto;
        right: 25px; }
    .section-suggest-set .suggest-set .swiper-set-list .swiper-slide {
      transform: initial; }

.section-stylehint {
  padding: 0 0 64px 0; }
  @media (max-width: 991px) {
    .section-stylehint {
      padding: 0 0 40px 0; } }
  .section-stylehint .stylehint h2 {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    font-weight: 500;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .section-stylehint .stylehint h2 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        margin-bottom: 15px; } }
  .section-stylehint .stylehint .stylehint-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .section-stylehint .stylehint .stylehint-list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-right: 15px;
        scrollbar-width: none;
        margin-right: -15px; }
        .section-stylehint .stylehint .stylehint-list::-webkit-scrollbar {
          display: none; } }
    .section-stylehint .stylehint .stylehint-list .item {
      position: relative;
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      scroll-snap-align: start; }
      @media (max-width: 991px) {
        .section-stylehint .stylehint .stylehint-list .item {
          min-width: calc(100% * 0.6); } }
      @media (min-width: 992px) {
        .section-stylehint .stylehint .stylehint-list .item {
          position: relative;
          display: block;
          padding-bottom: calc(100% * 1777 / 1000);
          background: #f7f7f7; }
          .section-stylehint .stylehint .stylehint-list .item img, .section-stylehint .stylehint .stylehint-list .item video {
            position: absolute;
            left: 0;
            top: 0;
            aspect-ratio: 1000 / 1777;
            width: 100%;
            height: 100%; } }
      .section-stylehint .stylehint .stylehint-list .item .play-btn {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #000000;
        border-radius: 50%;
        cursor: pointer; }
        .section-stylehint .stylehint .stylehint-list .item .play-btn::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          background: url(https://cdn.hstatic.net/files/200000039280/file/frame.svg);
          background-repeat: no-repeat;
          left: 15px;
          top: 15px; }
        .section-stylehint .stylehint .stylehint-list .item .play-btn::after {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.25);
          animation: ripple 1.6s infinite ease-out; }

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.7; }
  100% {
    transform: scale(2.2);
    opacity: 0; } }

.news-section {
  padding: 0 0 64px 0; }
  @media (max-width: 991px) {
    .news-section {
      padding: 0 0 40px 0; } }
  .news-section .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .news-section .news-header {
        margin-bottom: 15px; } }
    .news-section .news-header h2 {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin: 0; }
      @media (max-width: 991px) {
        .news-section .news-header h2 {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: -0.4px; } }
    @media (max-width: 991px) {
      .news-section .news-header .view-all {
        display: none; } }
  .news-section .view-all {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px; }
  .news-section .news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .news-section .news-list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-right: 15px;
        scrollbar-width: none;
        margin-right: -15px; } }
    @media (max-width: 991px) {
      .news-section .news-list .news-item {
        min-width: calc(100% * 0.6); } }
    .news-section .news-list .news-item img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 20px; }
    .news-section .news-list .news-item h3 {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      margin-bottom: 8px;
      font-weight: 500; }
    .news-section .news-list .news-item .meta {
      color: #666666;
      margin-bottom: 8px; }
    .news-section .news-list .news-item .desc {
      margin: 0; }
  .news-section .wrap-viewall-mb {
    display: none; }
    @media (max-width: 991px) {
      .news-section .wrap-viewall-mb {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px; } }

.policy-section {
  background: #000; }
  @media (max-width: 991px) {
    .policy-section .container {
      padding: 0; } }
  .policy-section .top-info-bar {
    width: 100%;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: 20px 0; }
    @media (max-width: 991px) {
      .policy-section .top-info-bar {
        grid-template-columns: repeat(2, 1fr);
        padding: 0; } }
    .policy-section .top-info-bar .info-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px; }
      .policy-section .top-info-bar .info-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px; }
      @media (max-width: 991px) {
        .policy-section .top-info-bar .info-item {
          padding: 20px 15px; }
          .policy-section .top-info-bar .info-item:nth-child(1) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            border-right: 1px solid rgba(255, 255, 255, 0.3); }
          .policy-section .top-info-bar .info-item:nth-child(2) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          .policy-section .top-info-bar .info-item:nth-child(3) {
            border-right: 1px solid rgba(255, 255, 255, 0.3); } }
      .policy-section .top-info-bar .info-item svg {
        display: block; }
      .policy-section .top-info-bar .info-item a {
        color: #ffffff; }

.footer {
  background: #1a1a1a;
  color: #fff;
  padding: 64px 0 16px 0;
  /* LINKS COLUMN */
  /* SOCIAL */
  /* BOTTOM */ }
  @media (max-width: 991px) {
    .footer {
      padding: 40px 0 16px 0; } }
  .footer .container {
    max-width: 1200px; }
    @media (min-width: 1600px) {
      .footer .container {
        max-width: none;
        padding: 0 120px; } }
  .footer__top {
    display: flex;
    justify-content: space-between;
    gap: 40px; }
    @media (max-width: 1200px) {
      .footer__top {
        gap: 20px; } }
    @media (max-width: 991px) {
      .footer__top {
        gap: 40px;
        display: block;
        padding: 0; } }
  .footer .footer__col_fix {
    display: flex;
    justify-content: space-between;
    gap: 40px; }
    @media (min-width: 1600px) {
      .footer .footer__col_fix {
        width: 66%; } }
    @media (max-width: 991px) {
      .footer .footer__col_fix {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.3); } }
  .footer__brand {
    width: 28.4%;
    flex-shrink: 0; }
    @media (min-width: 1600px) {
      .footer__brand {
        width: 24%; } }
    @media (max-width: 991px) {
      .footer__brand {
        width: 100%;
        margin-bottom: 30px; } }
  .footer .footer__desc {
    margin: 20px 0 40px 0;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  .footer .footer__subscribe label {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 500; }
  .footer .footer__subscribe .subscribe__form {
    display: flex;
    padding: 5px;
    background: #fff;
    border-radius: 4px; }
    .footer .footer__subscribe .subscribe__form input {
      flex: 1;
      padding: 10px;
      border: none;
      border-radius: 4px 0 0 4px; }
      .footer .footer__subscribe .subscribe__form input:placeholder {
        color: #666666; }
    .footer .footer__subscribe .subscribe__form button {
      padding: 10px 20px;
      background: #000000;
      color: #fff;
      border: none;
      border-radius: 3px;
      cursor: pointer; }
  .footer .footer__subscribe .arlet-status {
    color: #00BA00;
    margin-top: 10px; }
    .footer .footer__subscribe .arlet-status.error {
      color: #CA1911; }
  @media (max-width: 991px) {
    .footer .footer__badges.footer__badges-desktop {
      display: none; } }
  .footer .footer__badges img {
    margin-right: 10px;
    margin-top: 20px;
    width: 110px; }
  .footer__col {
    position: relative;
    /* LIST */
    /* ACCORDION TOGGLE */ }
    @media (max-width: 991px) {
      .footer__col {
        padding: 0 15px; } }
    @media (max-width: 991px) {
      .footer__col.footer__links ~ .footer__links {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .footer__col.footer__links:nth-child(2) {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .footer__col.footer__links:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    .footer__col input[type="checkbox"] {
      display: none; }
    .footer__col .footer__title {
      font-weight: 500;
      font-size: 18px;
      line-height: 25.2px;
      letter-spacing: -0.36px;
      margin-bottom: 20px;
      display: block;
      cursor: pointer;
      position: relative; }
      @media (max-width: 991px) {
        .footer__col .footer__title {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px; } }
      .footer__col .footer__title svg {
        display: none; }
      @media (max-width: 991px) {
        .footer__col .footer__title {
          padding: 15px 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0; }
          .footer__col .footer__title svg {
            display: block; } }
    .footer__col .footer__list {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .footer__col .footer__list {
          max-height: 0;
          overflow: hidden;
          transition: 0.3s ease; } }
      .footer__col .footer__list li {
        margin-bottom: 12px; }
        .footer__col .footer__list li:last-child {
          margin-bottom: 0; }
      .footer__col .footer__list a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px; }
        .footer__col .footer__list a:hover {
          opacity: 1; }
    .footer__col input:checked ~ .footer__list {
      max-height: 400px;
      padding: 15px 0; }
      @media (max-width: 991px) {
        .footer__col input:checked ~ .footer__list {
          padding: 0 0 15px 0; } }
  .footer .payment__icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 40px 0 0 0; }
    @media (max-width: 991px) {
      .footer .payment__icons {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0 0; } }
    @media (max-width: 991px) {
      .footer .payment__icons.payment__icons-desktop {
        display: none; } }
  .footer__social {
    margin-top: 40px; }
    @media (max-width: 991px) {
      .footer__social {
        margin-top: 0; }
        .footer__social.footer__social-desktop {
          display: none; } }
    .footer__social h3 {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 25.2px;
      letter-spacing: -0.36px;
      font-weight: 500; }
    .footer__social .social__icons {
      display: flex;
      gap: 10px; }
  .footer .footer_mobile {
    display: none;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .footer .footer_mobile {
        display: flex;
        flex-direction: column;
        margin-top: 30px; } }
  .footer__bottom {
    text-align: center;
    margin-top: 64px;
    padding-top: 16px;
    border-top: 1px solid #4d4d4d; }
    @media (max-width: 991px) {
      .footer__bottom {
        margin-top: 30px; } }
    .footer__bottom span {
      display: block; }

#breadcrumb {
  margin: 16px 0; }
  @media (max-width: 991px) {
    #breadcrumb {
      margin: 15px 0; } }
  #breadcrumb ol {
    margin: 0;
    display: flex;
    gap: 12px;
    white-space: nowrap; }
    @media (max-width: 991px) {
      #breadcrumb ol {
        flex-wrap: nowrap;
        overflow: hidden; } }
  #breadcrumb .breadcrumb-item {
    color: #787878;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    flex: 0 0 auto;
    padding: 0;
    gap: 12px; }
    #breadcrumb .breadcrumb-item a {
      color: #787878; }
    #breadcrumb .breadcrumb-item span {
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #breadcrumb .breadcrumb-item.active {
      color: #000000; }
      #breadcrumb .breadcrumb-item.active a {
        color: #000000; }
    #breadcrumb .breadcrumb-item:before {
      display: none; }
    #breadcrumb .breadcrumb-item:last-child svg {
      display: none; }

.section-des-coll {
  padding: 20px 0; }
  .section-des-coll .collection-des {
    max-width: 700px; }
    .section-des-coll .collection-des .title {
      font-size: 40px;
      line-height: 56px;
      letter-spacing: -0.8px;
      font-weight: 500;
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .section-des-coll .collection-des .title {
          font-size: 24px;
          line-height: 33.6px;
          letter-spacing: -0.48px; } }
    .section-des-coll .collection-des .desc-wrapper {
      position: relative;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
      .section-des-coll .collection-des .desc-wrapper .desc {
        margin: 0;
        transition: all 0.3s ease; }
      .section-des-coll .collection-des .desc-wrapper .full {
        display: none; }
    .section-des-coll .collection-des .toggle-btn {
      background: none;
      border: none;
      margin-top: 16px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      color: #000; }
      .section-des-coll .collection-des .toggle-btn .arrow {
        margin-left: 5px;
        transition: transform 0.3s ease; }
    .section-des-coll .collection-des.expanded .short {
      display: none; }
    .section-des-coll .collection-des.expanded .full {
      display: block; }
    .section-des-coll .collection-des.expanded .toggle-btn svg {
      transform: rotate(180deg); }

.section-promotion {
  padding: 20px 0; }
  .section-promotion .head-promotion {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.32px;
    font-weight: 700;
    margin: 0 0 16px 0; }
  .section-promotion .coupon-list {
    display: flex;
    gap: 16px; }
    @media (max-width: 991px) {
      .section-promotion .coupon-list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-right: 12px;
        margin-right: -12px;
        scrollbar-width: none; }
        .section-promotion .coupon-list.hidden-scroll {
          overflow: hidden; } }
    .section-promotion .coupon-list .coupon-item-cus {
      width: 25%; }
      @media (max-width: 991px) {
        .section-promotion .coupon-list .coupon-item-cus {
          width: auto;
          flex-shrink: 0; } }

.style-modal-promotion {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  padding: 0; }
  .style-modal-promotion h3 {
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    padding: 10px 16px;
    font-weight: 500;
    margin: 0; }
  .style-modal-promotion p {
    padding: 10px 16px;
    margin: 0; }
    .style-modal-promotion p:nth-child(3) {
      background: #F2F2F2; }

.banner-collection img {
  width: 100%; }

.section-tool {
  margin: 40px 0 30px 0; }
  @media (max-width: 991px) {
    .section-tool {
      margin: 10px 0 25px 0; } }
  .section-tool .wrap-tool {
    display: flex;
    align-items: start;
    gap: 30px; }
    @media (min-width: 1600px) {
      .section-tool .wrap-tool {
        gap: 60px; } }
    @media (max-width: 991px) {
      .section-tool .wrap-tool {
        gap: 20px; } }
    .section-tool .wrap-tool .left-tool {
      width: 290px; }
      @media (min-width: 1600px) {
        .section-tool .wrap-tool .left-tool {
          width: 380px; } }
      @media (max-width: 991px) {
        .section-tool .wrap-tool .left-tool {
          width: auto; } }
      .section-tool .wrap-tool .left-tool .btn-filter {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        border-radius: 0;
        color: #000; }
    .section-tool .wrap-tool .right-tool {
      width: calc(100% - 320px);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 1600px) {
        .section-tool .wrap-tool .right-tool {
          width: calc(100% - 440px); } }
      @media (max-width: 991px) {
        .section-tool .wrap-tool .right-tool {
          width: auto;
          flex: 1; } }
      .section-tool .wrap-tool .right-tool .sort-collection {
        position: relative; }
        .section-tool .wrap-tool .right-tool .sort-collection .btn-sort {
          border: none;
          border-radius: 8px;
          cursor: pointer;
          background: transparent;
          font-weight: 600;
          display: flex;
          align-items: center;
          gap: 10px;
          color: #000; }
          .section-tool .wrap-tool .right-tool .sort-collection .btn-sort svg {
            width: 9px;
            height: 9px; }
          .section-tool .wrap-tool .right-tool .sort-collection .btn-sort.opened svg {
            transform: rotate(180deg); }
        .section-tool .wrap-tool .right-tool .sort-collection ul {
          list-style: none;
          position: absolute;
          background: #fff;
          padding: 8px 0;
          z-index: 9999;
          text-align: left;
          left: 0;
          top: 150%;
          margin: 0;
          display: none;
          border: none;
          width: 245px;
          box-shadow: 0 2px 4px rgba(142, 142, 142, 0.3); }
          @media (max-width: 991px) {
            .section-tool .wrap-tool .right-tool .sort-collection ul {
              position: fixed;
              left: 0;
              right: 0;
              bottom: -100%;
              background: #fff;
              z-index: 99;
              padding: 0 0 60px 0;
              border-radius: 16px 16px 0 0;
              box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
              transition: all .35s ease;
              max-height: 60vh;
              overflow-y: auto;
              display: block;
              width: 100%;
              top: auto; }
              .section-tool .wrap-tool .right-tool .sort-collection ul.sort-active {
                bottom: 0; } }
          .section-tool .wrap-tool .right-tool .sort-collection ul li {
            cursor: pointer; }
            .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus {
              display: none;
              position: sticky;
              top: 0;
              padding: 13px 20px;
              font-size: 20px;
              line-height: 28px;
              letter-spacing: -0.4px;
              font-weight: 500;
              align-items: center;
              justify-content: center;
              border-bottom: 1px solid #E6E6E6;
              background: #fff;
              z-index: 9; }
              @media (max-width: 991px) {
                .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus {
                  display: flex; } }
              .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus .head-sort-mb {
                padding: 0; }
              .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus .sort-close {
                position: absolute;
                right: 0;
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center; }
            .section-tool .wrap-tool .right-tool .sort-collection ul li span {
              display: block;
              padding: 8px 20px; }
              @media (max-width: 991px) {
                .section-tool .wrap-tool .right-tool .sort-collection ul li span {
                  padding: 13px 20px; } }
            .section-tool .wrap-tool .right-tool .sort-collection ul li.active {
              background: #f6f6f6 url(https://file.hstatic.net/200000959085/file/checked.png);
              background-position: calc(100% - 16px) center;
              background-repeat: no-repeat;
              background-size: 16px auto; }

.main-collection {
  padding: 0 0 40px 0; }
  .main-collection .wrap-collection {
    display: flex;
    align-items: start;
    gap: 30px; }
    @media (min-width: 1600px) {
      .main-collection .wrap-collection {
        gap: 60px; } }
    @media (max-width: 991px) {
      .main-collection .wrap-collection {
        flex-direction: column; } }
    .main-collection .wrap-collection .sidebar-collection {
      width: 290px;
      position: sticky;
      top: 60px;
      /* SIZE BOX */
      /* COLOR BOX */
      /* Hide body when closed */ }
      @media (min-width: 992px) {
        .main-collection .wrap-collection .sidebar-collection {
          height: 700px !important; } }
      @media (min-width: 1600px) {
        .main-collection .wrap-collection .sidebar-collection {
          width: 380px; } }
      @media (max-width: 991px) {
        .main-collection .wrap-collection .sidebar-collection {
          width: 100%;
          position: fixed;
          left: 0;
          right: 0;
          bottom: -100%;
          top: auto;
          height: 80vh;
          background: #fff;
          z-index: 99;
          border-radius: 12px 12px 0 0;
          padding: 0;
          overflow-y: auto;
          transition: all .35s ease; }
          .main-collection .wrap-collection .sidebar-collection.sidebar-active {
            bottom: 0; } }
      .main-collection .wrap-collection .sidebar-collection .head-sidebar {
        display: none;
        position: sticky;
        top: 0;
        padding: 13px 20px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        font-weight: 500;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #E6E6E6;
        background: #fff;
        z-index: 9; }
        @media (max-width: 991px) {
          .main-collection .wrap-collection .sidebar-collection .head-sidebar {
            display: flex; } }
        .main-collection .wrap-collection .sidebar-collection .head-sidebar .filter-close {
          position: absolute;
          right: 0;
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
      .main-collection .wrap-collection .sidebar-collection .filters {
        color: #000;
        width: 100%; }
        @media (min-width: 992px) {
          .main-collection .wrap-collection .sidebar-collection .filters {
            position: relative;
            overflow: hidden;
            scroll-behavior: smooth;
            height: 100% !important;
            overflow-y: scroll;
            left: auto !important;
            transform: none !important;
            overflow-x: hidden;
            display: flex;
            flex-direction: column; }
            .main-collection .wrap-collection .sidebar-collection .filters::-webkit-scrollbar {
              display: none; } }
        @media (max-width: 991px) {
          .main-collection .wrap-collection .sidebar-collection .filters {
            padding: 0 20px 100px 20px; } }
      .main-collection .wrap-collection .sidebar-collection .filter-group {
        padding: 20px 0;
        border-bottom: 1px solid #ececec;
        order: 2; }
        .main-collection .wrap-collection .sidebar-collection .filter-group[data-index="10"] {
          order: 1;
          padding-top: 0; }
        .main-collection .wrap-collection .sidebar-collection .filter-group.closed .filter-arrow {
          transform: rotate(0deg); }
      .main-collection .wrap-collection .sidebar-collection .filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .main-collection .wrap-collection .sidebar-collection .filter-header h3 {
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          margin: 0;
          font-weight: 600; }
        .main-collection .wrap-collection .sidebar-collection .filter-header .filter-arrow {
          transition: 0.3s;
          transform: rotate(-180deg); }
      .main-collection .wrap-collection .sidebar-collection .filter-body {
        margin-top: 20px; }
      .main-collection .wrap-collection .sidebar-collection .filter-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 12px; }
        .main-collection .wrap-collection .sidebar-collection .filter-item ~ .filter-item {
          margin-top: 12px; }
        .main-collection .wrap-collection .sidebar-collection .filter-item label {
          cursor: pointer; }
      .main-collection .wrap-collection .sidebar-collection .filter-size {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px; }
      .main-collection .wrap-collection .sidebar-collection .size-item label {
        border: 1px solid #dcdcdc;
        padding: 10px 25px;
        cursor: pointer;
        text-align: center;
        width: 100%; }
      .main-collection .wrap-collection .sidebar-collection .size-item input {
        display: none; }
        .main-collection .wrap-collection .sidebar-collection .size-item input:checked ~ label {
          background: #000;
          color: #fff;
          border-color: #000; }
      .main-collection .wrap-collection .sidebar-collection .filter-color {
        display: flex;
        flex-wrap: wrap;
        gap: 5px; }
      .main-collection .wrap-collection .sidebar-collection .color-item input {
        display: none; }
        .main-collection .wrap-collection .sidebar-collection .color-item input:checked ~ label {
          border-color: #000000; }
      .main-collection .wrap-collection .sidebar-collection .color-item label {
        width: 34px;
        height: 34px;
        display: block;
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid transparent;
        overflow: hidden;
        position: relative;
        padding: 2px; }
        .main-collection .wrap-collection .sidebar-collection .color-item label span {
          border: 1px solid transparent;
          width: 100%;
          height: 100%;
          display: block;
          border-radius: 2px;
          position: relative;
          overflow: hidden; }
        .main-collection .wrap-collection .sidebar-collection .color-item label[data-color="Trắng"] span {
          border-color: #E6E6E6; }
      .main-collection .wrap-collection .sidebar-collection .filter-group.closed .filter-body {
        display: none; }
    .main-collection .wrap-collection .right-column {
      width: calc(100% - 320px); }
      @media (min-width: 1600px) {
        .main-collection .wrap-collection .right-column {
          width: calc(100% - 440px); } }
      @media (max-width: 991px) {
        .main-collection .wrap-collection .right-column {
          width: 100%; } }

.collection-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (min-width: 1600px) {
    .collection-list {
      grid-template-columns: repeat(4, 1fr); } }
  .collection-list.collection-list-search {
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991px) {
      .collection-list.collection-list-search {
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 991px) {
    .collection-list {
      grid-template-columns: repeat(2, 1fr); } }
  .collection-list.empty-product {
    grid-template-columns: auto; }

.viewmore-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
  gap: 20px; }
  .viewmore-zone svg {
    animation: rotate360 2s linear infinite; }
  .viewmore-zone button {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #666666;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }

@keyframes rotate360 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media (max-width: 991px) {
  .product-detail .container {
    padding: 0; } }

.product-detail .product-page {
  display: flex; }
  @media (max-width: 991px) {
    .product-detail .product-page {
      flex-direction: column;
      padding: 0; } }
  .product-detail .product-page .left-col {
    position: relative; }
    @media (min-width: 992px) {
      .product-detail .product-page .left-col {
        width: 50%; } }
    @media (max-width: 991px) {
      .product-detail .product-page .left-col {
        width: 100%; } }
    .product-detail .product-page .left-col .product-gallery {
      position: sticky;
      top: 60px; }
      @media (max-width: 991px) {
        .product-detail .product-page .left-col .product-gallery {
          position: relative;
          display: block;
          gap: 0;
          top: 0; } }
      @media (min-width: 992px) {
        .product-detail .product-page .left-col .product-gallery .swiper-gallery {
          height: 967px !important;
          position: relative; } }
      .product-detail .product-page .left-col .product-gallery .swiper-gallery:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1px; }
        @media (min-width: 992px) {
          .product-detail .product-page .left-col .product-gallery .swiper-gallery:not(.swiper-initialized) .swiper-wrapper {
            position: relative;
            overflow: hidden;
            scroll-behavior: smooth;
            height: 100% !important;
            overflow-y: scroll;
            left: auto !important;
            transform: none !important;
            overflow-x: hidden;
            display: flex;
            flex-direction: column;
            grid-gap: 16px; }
            .product-detail .product-page .left-col .product-gallery .swiper-gallery:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
              display: none; } }
      .product-detail .product-page .left-col .product-gallery .item-gallery {
        position: relative;
        display: block;
        padding-bottom: calc(100% * 1800 / 1200); }
        .product-detail .product-page .left-col .product-gallery .item-gallery.empty svg {
          border: 1px solid #CCCCCC;
          position: absolute;
          left: 0;
          top: 0;
          aspect-ratio: 1200 / 1800;
          width: 100%;
          height: 100%; }
          @media (max-width: 991px) {
            .product-detail .product-page .left-col .product-gallery .item-gallery.empty svg {
              border: none; } }
        .product-detail .product-page .left-col .product-gallery .item-gallery img {
          position: absolute;
          left: 0;
          top: 0;
          aspect-ratio: 1200 / 1800;
          width: 100%;
          height: 100%; }
      .product-detail .product-page .left-col .product-gallery .gallery-counter {
        display: none; }
        @media (max-width: 991px) {
          .product-detail .product-page .left-col .product-gallery .gallery-counter {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 13px;
            line-height: 18.2px;
            letter-spacing: -0.26px;
            font-weight: 400;
            display: block;
            z-index: 9; } }
    .product-detail .product-page .left-col .btn-wishlist {
      background: rgba(0, 0, 0, 0.5);
      width: 36px;
      height: 36px;
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 9;
      border-radius: 4px;
      border: none;
      outline: none;
      box-shadow: none; }
      .product-detail .product-page .left-col .btn-wishlist.in-wishlist {
        background: rgba(0, 0, 0, 0.5) !important; }
  .product-detail .product-page .right-col {
    width: 50%;
    padding: 0 70px; }
    @media (min-width: 1600px) {
      .product-detail .product-page .right-col {
        padding: 0;
        max-width: 490px;
        margin: 0 auto; } }
    @media (max-width: 991px) {
      .product-detail .product-page .right-col {
        width: 100%;
        padding: 40px 15px; } }
    .product-detail .product-page .right-col .product-info {
      position: sticky;
      top: 90px; }
      .product-detail .product-page .right-col .product-info .product-title {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 400;
        margin-bottom: 15px; }
      .product-detail .product-page .right-col .product-info .product-price {
        margin-bottom: 15px;
        display: flex;
        gap: 8px;
        align-items: center; }
        .product-detail .product-page .right-col .product-info .product-price .price {
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          font-weight: 500; }
        .product-detail .product-page .right-col .product-info .product-price .price-old {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          text-decoration: line-through;
          color: #999; }
        .product-detail .product-page .right-col .product-info .product-price .discount {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          color: #e60023; }
        .product-detail .product-page .right-col .product-info .product-price .label-ctkm {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 10px 18px 10px 14px;
          background: #d81818;
          border-radius: 999px;
          color: #fff;
          font-weight: 500;
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          line-height: 1;
          text-transform: uppercase; }
          .product-detail .product-page .right-col .product-info .product-price .label-ctkm .label-dot {
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            flex-shrink: 0; }
          .product-detail .product-page .right-col .product-info .product-price .label-ctkm .label-text {
            white-space: nowrap; }
      .product-detail .product-page .right-col .product-info .coupon-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 15px 0; }
        .product-detail .product-page .right-col .product-info .coupon-wrapper .label {
          margin: 0;
          flex-shrink: 0; }
        .product-detail .product-page .right-col .product-info .coupon-wrapper .coupon-inner {
          display: flex;
          align-items: center;
          gap: 10px;
          overflow: auto; }
        .product-detail .product-page .right-col .product-info .coupon-wrapper .coupon {
          flex-shrink: 0;
          background: #F0F2FF;
          color: #2C51B0;
          font-weight: 600;
          padding: 10px 22px;
          border-radius: 2px;
          position: relative;
          cursor: pointer;
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px; }
          .product-detail .product-page .right-col .product-info .coupon-wrapper .coupon::before, .product-detail .product-page .right-col .product-info .coupon-wrapper .coupon::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 16px;
            height: 16px;
            background: white;
            border-radius: 50%;
            transform: translateY(-50%); }
          .product-detail .product-page .right-col .product-info .coupon-wrapper .coupon::before {
            left: -8px; }
          .product-detail .product-page .right-col .product-info .coupon-wrapper .coupon::after {
            right: -8px; }
      .product-detail .product-page .right-col .product-info .gift-box {
        width: 100%;
        padding: 6px 8px;
        border: 1px solid #CA1911;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer; }
        .product-detail .product-page .right-col .product-info .gift-box .gift-icon svg {
          width: 20px;
          height: 20px; }
        .product-detail .product-page .right-col .product-info .gift-box .gift-image img {
          width: 40px; }
        .product-detail .product-page .right-col .product-info .gift-box .gift-info {
          flex: 1; }
          .product-detail .product-page .right-col .product-info .gift-box .gift-info .gift-title {
            font-weight: 500;
            margin-bottom: 4px;
            color: #000; }
          .product-detail .product-page .right-col .product-info .gift-box .gift-info .gift-desc {
            color: #666666; }
      .product-detail .product-page .right-col .product-info .swatch-wrap {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 10px; }
        .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item {
          display: flex;
          flex-direction: column;
          gap: 12px; }
          @media (max-width: 991px) {
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item {
              gap: 10px; } }
          .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item[data-option="option3"] {
            display: none; }
          .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .cus-size {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .cus-size .guide-size {
              text-decoration: underline;
              font-weight: 500;
              cursor: pointer; }
          .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item > label {
            margin: 0;
            color: #666666; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item > label span {
              color: #252525; }
          .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .swatch-list {
            display: flex;
            gap: 10px;
            flex-wrap: wrap; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .swatch-list.swatch-list-size {
              display: grid;
              grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
              @media (max-width: 991px) {
                .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .swatch-list.swatch-list-size {
                  grid-template-columns: 1fr 1fr 1fr; } }
              .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label {
                background: #E6E6E6;
                color: #666666; }
                .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label::after {
                  display: none; }
          .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant {
            position: relative; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant input[type="radio"] {
              display: none; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant label {
              cursor: pointer;
              border: 1px solid #CCCCCC;
              border-radius: 2px;
              transition: 0.2s;
              user-select: none;
              overflow: hidden; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant input[type="radio"]:checked + label {
              border-color: #000; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant:not(.out-stock) label:hover {
              border-color: #000; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.out-stock label {
              cursor: not-allowed;
              position: relative; }
              .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.out-stock label::after {
                content: "";
                position: absolute;
                width: 140%;
                height: 1.5px;
                background: #000;
                transform: rotate(-45deg);
                left: -20%;
                top: 50%; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-color {
              order: 2; }
              .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-color label {
                width: 42px;
                height: 42px;
                padding: 3px;
                border-radius: 5px; }
                .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-color label img {
                  border-radius: 2px;
                  height: 100%; }
              .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-color.isCurrent {
                order: 1; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-size label {
              background: #fff;
              padding: 8px 14px;
              min-width: 42px;
              min-height: 38px;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 14px;
              line-height: 19.6px;
              letter-spacing: -0.28px;
              gap: 4px; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label {
              background: #000;
              color: #fff; }
              .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label path {
                fill: #fff; }
            .product-detail .product-page .right-col .product-info .swatch-wrap .swatch-item .item-variant.item-shortcode label {
              background: #fff;
              padding: 8px 14px;
              min-width: 42px;
              min-height: 38px;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 14px;
              line-height: 19.6px;
              letter-spacing: -0.28px; }
      .product-detail .product-page .right-col .product-info .warning-inventory {
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px; }
        .product-detail .product-page .right-col .product-info .warning-inventory span {
          color: #CA1911; }
      .product-detail .product-page .right-col .product-info .product-actions {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 30px 0 0 0; }
        .product-detail .product-page .right-col .product-info .product-actions .quantity-box {
          display: flex;
          align-items: center;
          border: 1px solid #B3B3B3;
          border-radius: 4px;
          width: 130px;
          overflow: hidden;
          height: 50px; }
          .product-detail .product-page .right-col .product-info .product-actions .quantity-box .qty-btn {
            width: 40px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border: none;
            cursor: pointer; }
            .product-detail .product-page .right-col .product-info .product-actions .quantity-box .qty-btn img {
              width: 10px;
              height: 10px; }
          .product-detail .product-page .right-col .product-info .product-actions .quantity-box .qty-number {
            flex: 1;
            text-align: center;
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px;
            border-left: 1px solid #B3B3B3;
            border-right: 1px solid #B3B3B3;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center; }
        .product-detail .product-page .right-col .product-info .product-actions .btn {
          width: 100%;
          padding: 10px 0;
          height: 50px;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          border-radius: 4px;
          cursor: pointer;
          border: 1px solid #000;
          transition: 0.2s;
          outline: none;
          box-shadow: none; }
          .product-detail .product-page .right-col .product-info .product-actions .btn .loader {
            border: 2px solid #fff;
            border-top: 2px solid #000;
            border-radius: 50%;
            width: 16px;
            height: 16px;
            animation: spin 0.6s linear infinite;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            right: 50px;
            font-size: 0; }
          .product-detail .product-page .right-col .product-info .product-actions .btn.loading-add {
            pointer-events: none;
            opacity: 0.7;
            background: #000;
            color: #fff; }
          .product-detail .product-page .right-col .product-info .product-actions .btn:not(.loading-add) .loader {
            display: none; }
        .product-detail .product-page .right-col .product-info .product-actions .add-to-cart {
          background: #fff;
          color: #000;
          width: calc(100% - 140px); }
        .product-detail .product-page .right-col .product-info .product-actions .buy-now {
          background: #000;
          color: #fff;
          border-color: #000; }
        .product-detail .product-page .right-col .product-info .product-actions .store-info {
          display: flex;
          align-items: center;
          gap: 8px;
          padding: 11px 12px;
          border: 1px solid #000;
          border-radius: 4px;
          width: 100%;
          cursor: pointer; }
      .product-detail .product-page .right-col .product-info .fundiin-box {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 15px 0 0 0; }
        @media (max-width: 991px) {
          .product-detail .product-page .right-col .product-info .fundiin-box {
            margin: 5px 0 0 0; } }
        .product-detail .product-page .right-col .product-info .fundiin-box .fundiin-logo {
          height: 14px; }
      .product-detail .product-page .right-col .product-info .product-description {
        margin: 30px 0; }
        .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item {
          border-bottom: 1px solid #e5e5e5; }
          @media (max-width: 991px) {
            .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item:last-child {
              border-bottom: none; } }
          .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0;
            cursor: pointer;
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 500; }
            @media (max-width: 991px) {
              .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-header {
                padding: 20px 0; } }
            .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-header .acc-title {
              display: flex;
              align-items: center;
              gap: 6px; }
              .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-header .acc-title img {
                width: 16px;
                height: 16px; }
            .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-header .acc-icon {
              transition: transform 0.25s ease; }
            .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-header.active .acc-icon {
              transform: rotate(180deg); }
          .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content {
            display: none;
            padding: 0 0 20px 0; }
            .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content .feature-box {
              display: flex;
              gap: 20px; }
              .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content .feature-box .feature-icon {
                width: 70px; }
                .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content .feature-box .feature-icon img {
                  width: 70px;
                  height: 70px; }
              .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content .feature-box .feature-text {
                flex: 1; }
                .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content .feature-box .feature-text .h-feature {
                  margin: 0 0 8px 0;
                  font-weight: 600; }
              .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content .feature-box p {
                margin: 0 0 8px 0; }
              .product-detail .product-page .right-col .product-info .product-description .accordion .acc-item .acc-content .feature-box .see-more {
                display: inline-block;
                font-size: 12px;
                line-height: 16.8px;
                letter-spacing: -0.24px;
                text-decoration: underline; }

.product-main-content {
  border-bottom: 1px solid #E6E6E6; }
  @media (max-width: 991px) {
    .product-main-content {
      word-break: break-word;
      overflow-wrap: break-word;
      border-top: 1px solid #E6E6E6; } }
  .product-main-content .product-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 60px 0; }
    @media (max-width: 991px) {
      .product-main-content .product-info {
        grid-template-columns: 1fr;
        padding: 40px 0;
        gap: 30px; } }
    .product-main-content .product-info .info-block {
      font-weight: 300; }
      .product-main-content .product-info .info-block h3 {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 400;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .product-main-content .product-info .info-block h3 {
            margin-bottom: 15px; } }
      .product-main-content .product-info .info-block ul {
        padding-left: 18px;
        list-style-type: inherit; }
        .product-main-content .product-info .info-block ul li {
          margin-bottom: 8px; }

@media (min-width: 1200px) {
  .mini-cart-head:hover #mini-cart-mso, .mini-cart-head.init-minicart #mini-cart-mso {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); } }

/*mini cart*/
@media (min-width: 1200px) {
  #mini-cart-mso {
    position: absolute;
    top: 100%;
    left: auto;
    right: 8px;
    z-index: 990;
    min-width: 400px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
    border-radius: 8px; } }

@media (max-width: 1199px) {
  #mini-cart-mso {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 80vh;
    background: #fff;
    z-index: 99;
    border-radius: 12px 12px 0 0;
    padding: 0;
    overflow-y: auto;
    transition: all .35s ease;
    top: auto !important; }
    #mini-cart-mso.active {
      bottom: 0; } }

#mini-cart-mso .cart-loading-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  border-radius: 16px; }
  #mini-cart-mso .cart-loading-overlay .spinner {
    animation: spin 0.8s linear infinite; }

#mini-cart-mso.loading .cart-loading-overlay {
  display: flex; }

.show-minicart #mini-cart-mso {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }

@media (max-width: 991px) {
  #mini-cart-mso .wrapper-mini-cart {
    height: 100%;
    display: flex;
    flex-direction: column; } }

#mini-cart-mso .wrapper-mini-cart .heading-mini-cart {
  padding: 20px;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    #mini-cart-mso .wrapper-mini-cart .heading-mini-cart {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      padding: 14px 20px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 9;
      border-bottom: 1px solid #E6E6E6; } }
  #mini-cart-mso .wrapper-mini-cart .heading-mini-cart .minicart-close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      #mini-cart-mso .wrapper-mini-cart .heading-mini-cart .minicart-close {
        display: none; } }

#mini-cart-mso .wrapper-mini-cart .content-mini-cart {
  padding: 0 20px;
  min-height: 240px; }
  @media (max-width: 991px) {
    #mini-cart-mso .wrapper-mini-cart .content-mini-cart {
      min-height: auto;
      flex: 1; } }
  #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 300px;
    overflow: auto; }
    #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px white;
      background-color: white; }
    #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart::-webkit-scrollbar {
      width: 2px;
      height: 0;
      background-color: #2E2E2E; }
    #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart::-webkit-scrollbar-thumb {
      background-color: #868D95;
      border: none; }
    @media (max-width: 991px) {
      #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart {
        max-height: 100%;
        overflow: auto;
        padding: 16px 0; } }
    #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini {
      display: flex;
      align-items: start;
      gap: 12px; }
      #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-media-cart-mini {
        width: 70px;
        position: relative; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-media-cart-mini img {
          border-radius: 4px; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-media-cart-mini .label-sale-cart-mini {
          background: #B01722;
          color: #FFFFFF;
          padding: 2px 10px;
          position: absolute;
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          font-style: normal;
          font-weight: 700;
          line-height: 15.6px;
          top: 16px;
          left: 0; }
      #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini {
        width: calc(100% - 82px);
        display: flex;
        flex-direction: column;
        align-items: start; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .brand-mini {
          font-size: 16px;
          line-height: 22.4px;
          letter-spacing: -0.32px;
          font-weight: 700;
          line-height: 18.2px;
          letter-spacing: 1px;
          text-transform: uppercase;
          margin: 0 0 4px 0; }
          #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .brand-mini.normal-name {
            text-transform: inherit; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .title-mini {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px;
          margin: 0 0 8px 0; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .variant-mini {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .wrap-properties {
          width: 90%;
          display: flex;
          flex-direction: column;
          align-items: start;
          gap: 8px;
          margin-top: 8px; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .wrap-gift-info {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .label-gift {
          background: #E9E9E9;
          border-radius: 2px;
          padding: 4px 10px;
          display: flex;
          align-items: center;
          gap: 6px;
          max-width: 100%; }
          #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .label-gift span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 13px;
            line-height: 18.2px;
            letter-spacing: -0.26px;
            width: calc(100% - 20px); }
          #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .label-gift svg {
            width: 14px;
            height: 14px; }
        #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini {
          margin: 8px 0 0 0;
          display: flex;
          align-items: end;
          justify-content: space-between;
          width: 100%; }
          #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .price-mini span {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 500; }
          #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .price-mini del {
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px;
            font-weight: 400;
            margin: 0; }
          #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .price-mini.hasSale {
            display: flex;
            flex-direction: column; }
            #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .price-mini.hasSale span {
              color: #B01722; }
          #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity {
            display: flex;
            align-items: center;
            gap: 12px; }
            #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity .inner-quantity-item {
              display: flex;
              align-items: center; }
              #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity .inner-quantity-item button {
                width: 24px;
                height: 24px;
                background: #FFFFFF;
                border: none;
                outline: none;
                box-shadow: none;
                padding: 0;
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #F2F2F2; }
                #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity .inner-quantity-item button.disabled {
                  pointer-events: none;
                  opacity: 0.5; }
                #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity .inner-quantity-item button.minus-button {
                  border-radius: 2px 0 0 2px; }
                #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity .inner-quantity-item button.plus-button {
                  border-radius: 0 2px 2px 0; }
              #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity .inner-quantity-item input {
                height: 24px;
                width: 30px;
                border: 1px solid #F2F2F2;
                text-align: center;
                outline: none;
                box-shadow: none;
                border-left: none;
                border-right: none;
                font-size: 12px;
                line-height: 16.8px;
                letter-spacing: -0.24px;
                font-weight: 400;
                line-height: 15.6px; }
            #mini-cart-mso .wrapper-mini-cart .content-mini-cart .list-item-mini-cart .item-cart-mini .box-info-cart-mini .action-mini .wrap-quantity .delete-line-item {
              background: none;
              border: none;
              padding: 0;
              margin: 0;
              outline: none;
              box-shadow: none; }

#mini-cart-mso .wrapper-mini-cart .footer-mini-cart {
  padding: 20px;
  box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    #mini-cart-mso .wrapper-mini-cart .footer-mini-cart {
      position: sticky;
      bottom: 0;
      background: #fff;
      z-index: 9; } }
  #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .subtotal-mini-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
    #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .subtotal-mini-cart .title-subtotal {
      display: flex;
      align-items: center; }
      #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .subtotal-mini-cart .title-subtotal h4 {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0; }
      #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .subtotal-mini-cart .title-subtotal span {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 400;
        margin: 0 0 0 4px; }
    #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .subtotal-mini-cart .price-subtotal {
      font-size: 18px;
      line-height: 25.2px;
      letter-spacing: -0.36px;
      font-weight: 600;
      text-transform: uppercase; }
  #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .action-mini-cart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 10px 0 0 0; }
    #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .action-mini-cart a {
      height: 45px;
      background: #F7F8F9;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 2px;
      cursor: pointer; }
      #mini-cart-mso .wrapper-mini-cart .footer-mini-cart .action-mini-cart a.btn-checkout-mini {
        background: #2E2E2E;
        color: #FFFFFF; }

.overflow-mini-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 989;
  display: none;
  cursor: pointer; }
  .show-minicart .overflow-mini-cart {
    display: block; }

.empty-state {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000; }
  .empty-state__icon {
    width: 120px;
    height: 120px;
    margin-bottom: 24px; }
    .empty-state__icon svg {
      width: 100%; }
  .empty-state__title {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 500;
    margin-bottom: 24px; }
  .empty-state__desc {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    max-width: 480px;
    margin: 0 auto 24px; }
  .empty-state__actions {
    display: flex;
    gap: 20px; }
    .empty-state__actions .btn {
      padding: 10px 30px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.25s ease; }
      .empty-state__actions .btn--outline {
        border: 1px solid #333;
        background: none; }
        .empty-state__actions .btn--outline:hover {
          background: #000;
          color: #fff; }

.template-cart.hasItem {
  padding-bottom: 126px; }
  @media (max-width: 991px) {
    .template-cart.hasItem {
      padding-bottom: 140px; } }

.template-cart-wrap[data-count="0"] {
  border-bottom: 1px solid #E6E6E6; }

.template-cart-wrap .wrap-main-cart {
  display: flex;
  gap: 30px;
  padding: 0 0 32px 0; }
  @media (max-width: 991px) {
    .template-cart-wrap .wrap-main-cart {
      flex-direction: column; } }
  .template-cart-wrap .wrap-main-cart .body-cart {
    width: 68%; }
    @media (max-width: 991px) {
      .template-cart-wrap .wrap-main-cart .body-cart {
        width: 100%; } }
    .template-cart-wrap .wrap-main-cart .body-cart .cart-title {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      font-weight: 400;
      color: #666666;
      margin: 32px 0 24px 0; }
      @media (max-width: 991px) {
        .template-cart-wrap .wrap-main-cart .body-cart .cart-title {
          margin: 0;
          padding: 10px 0; } }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-title strong {
        color: #000000; }
    .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item {
      display: flex;
      padding: 24px 0;
      border-top: 1px solid #E6E6E6; }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item:last-child {
        border-bottom: 1px solid #E6E6E6; }
      @media (max-width: 991px) {
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item {
          flex-direction: column;
          gap: 5px;
          padding: 15px 0; } }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .cart-showing {
        width: 65%;
        display: flex;
        gap: 18px; }
        @media (max-width: 991px) {
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .cart-showing {
            width: 100%;
            gap: 15px; } }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .cart-value {
        width: 35%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 991px) {
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .cart-value {
            width: 100%;
            flex-wrap: nowrap; } }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .thumb {
        width: 90px; }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .thumb img {
          width: 90px;
          border-radius: 4px; }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info {
        width: calc(100% - 108px); }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .name {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          margin-bottom: 8px; }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .variant {
          color: #252525;
          margin-bottom: 8px; }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .price-row {
          display: flex;
          gap: 12px;
          align-items: center; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .price-row .price {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 500; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .price-row .price-old {
            text-decoration: line-through;
            color: #666666; }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .wrap-promotion-item {
          display: flex;
          flex-direction: column;
          align-items: start; }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .promotion-item {
          background: #E9E9E9;
          border-radius: 2px;
          padding: 4px 10px;
          display: flex;
          align-items: center;
          gap: 6px;
          margin-top: 8px;
          max-width: 100%; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .promotion-item svg {
            width: 14px;
            height: 14px; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .info .promotion-item span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 13px;
            line-height: 18.2px;
            letter-spacing: -0.26px;
            width: calc(100% - 20px); }
      @media (min-width: 992px) {
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .hidden-gift {
          display: none; } }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 2px;
        margin-bottom: auto; }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty.qty-gift {
          border: none;
          min-width: 117px;
          justify-content: center; }
          @media (max-width: 991px) {
            .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty.qty-gift {
              min-width: auto; } }
        @media (max-width: 991px) {
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty {
            order: 3; } }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty button {
          width: 35px;
          height: 35px;
          border: none;
          background: transparent;
          cursor: pointer; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty button.disabled {
            opacity: 0.7;
            pointer-events: none;
            cursor: none; }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty input {
          padding: 0;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          width: 45px;
          border: none;
          height: 35px;
          text-align: center;
          border-right: 1px solid #E6E6E6;
          border-left: 1px solid #E6E6E6;
          outline: none;
          box-shadow: none;
          background: #fff; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .qty input[readonly] {
            border: none;
            width: 10px;
            padding: 0;
            margin: 0; }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .total {
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: -0.32px;
        font-weight: 500;
        text-align: right;
        margin-bottom: auto;
        margin-top: 7px; }
        @media (max-width: 991px) {
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .total {
            margin-top: 0;
            margin-bottom: 0;
            order: 2; } }
      .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .actions {
        display: flex;
        justify-content: end;
        gap: 8px;
        width: 100%;
        margin-top: auto; }
        @media (max-width: 991px) {
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .actions {
            margin-top: 0;
            width: auto;
            order: 1; } }
        .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .actions .icon {
          background: #E6E6E6;
          border: none;
          outline: none;
          box-shadow: none;
          border-radius: 3px;
          width: 24px;
          height: 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.2s all; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .actions .icon path {
            transition: 0.2s all; }
          .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .actions .icon:hover {
            background: #000000; }
            .template-cart-wrap .wrap-main-cart .body-cart .cart-wrap-item .cart-item .actions .icon:hover path {
              fill: #ffffff; }
  .template-cart-wrap .wrap-main-cart .sidebar-cart {
    width: 32%; }
    @media (max-width: 991px) {
      .template-cart-wrap .wrap-main-cart .sidebar-cart {
        width: 100%; } }

.template-cart-wrap .note-box {
  background: #f7f7f7;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  font-style: italic; }
  .template-cart-wrap .note-box .note-text {
    margin: 0; }
    .template-cart-wrap .note-box .note-text .note-label {
      color: #CA1911; }
  .template-cart-wrap .note-box .note-link {
    margin: 0;
    text-decoration: underline;
    cursor: pointer; }

.template-cart-wrap .free-shipping-box {
  width: 100%;
  background: #F7F8F9;
  padding: 16px;
  border-radius: 4px;
  margin: 0 0 16px 0; }
  .template-cart-wrap .free-shipping-box .title {
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    margin-bottom: 8px; }
    .template-cart-wrap .free-shipping-box .title .highlight {
      font-weight: 500;
      color: #000; }
  .template-cart-wrap .free-shipping-box .progress-bar {
    width: 100%;
    height: 6px;
    background: #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px; }
    .template-cart-wrap .free-shipping-box .progress-bar .progress {
      width: 80%;
      height: 100%;
      background: linear-gradient(90deg, #00BA00, #00FF00); }
  .template-cart-wrap .free-shipping-box .amount-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    color: #666666; }

.invoice {
  background: #F7F8F9;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 16px; }
  .invoice .input-invoice {
    position: relative; }
  .invoice .invoice-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 23px; }
    .invoice .invoice-action button {
      background: #2E2E2E;
      height: 40px;
      width: 100%;
      border: none;
      color: #fff;
      border-radius: 4px; }
  .invoice .note-invoice {
    color: red;
    font-style: italic;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px; }
  .invoice__form {
    margin-top: 16px; }
    .invoice__form label {
      margin-bottom: 4px;
      color: #8C8C8C; }
    .invoice__form select.form-control {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
      padding: 10px 6px; }
    .invoice__form .form-control {
      padding: 13px 11px;
      border: 1px solid #D9D9D9;
      border-radius: 4px;
      outline: none;
      box-shadow: none;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px; }
      .invoice__form .form-control:placeholder {
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        color: #8C8C8C; }
  .invoice span {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.32px;
    line-height: 20.8px; }
    .invoice span.text-danger {
      display: block;
      width: 100%;
      text-align: right;
      margin: 0px 0 0 0;
      position: absolute;
      right: 0;
      font-size: 11px;
      line-height: 15.4px;
      letter-spacing: -0.22px; }
  .invoice__show {
    display: flex;
    align-items: center;
    gap: 12px; }
    .invoice__show label {
      cursor: pointer; }

#noti-root {
  position: fixed;
  top: 44px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (max-width: 480px) {
    #noti-root {
      right: 15px;
      transform: translateX(0);
      left: auto;
      top: 15px; } }
  #noti-root .ml-noti {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    min-width: 240px;
    max-width: 320px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    opacity: 0;
    transform: translateY(-8px);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
    transition: 0.25s ease; }
    #noti-root .ml-noti .ml-noti-icon {
      width: 26px;
      height: 26px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.12);
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px;
      font-weight: 600; }
    #noti-root .ml-noti .ml-noti-text {
      flex: 1;
      line-height: 1.35; }
    #noti-root .ml-noti.show {
      opacity: 1;
      transform: translateY(0); }

.modal-sizeguide-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

@media (min-width: 992px) {
  #modal-size-guide {
    width: 100%;
    max-width: 750px;
    padding: 0;
    border-radius: 12px; } }

@media (max-width: 991px) {
  #modal-size-guide {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    height: 80vh;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    transition: transform .35s ease;
    display: flex !important;
    flex-direction: column; }
    #modal-size-guide.active {
      transform: translateY(0); } }

#modal-size-guide .head-sizeguide {
  padding: 12px 0;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  position: relative; }
  @media (max-width: 991px) {
    #modal-size-guide .head-sizeguide {
      padding: 12px 20px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  #modal-size-guide .head-sizeguide .btn-close-sizeguide {
    display: none; }
    @media (max-width: 991px) {
      #modal-size-guide .head-sizeguide .btn-close-sizeguide {
        position: absolute;
        right: 12px;
        background: none;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center; } }

#modal-size-guide .body-sizeguide {
  padding: 15px; }

.modal-store-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

@media (min-width: 992px) {
  .modal-store {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 570px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column; }
    .modal-store.active {
      transform: translateX(0); } }

@media (max-width: 991px) {
  .modal-store {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    height: 80vh;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column; }
    .modal-store.active {
      transform: translateY(0); } }

.modal-store .modal-header {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 14px 20px; }
  .modal-store .modal-header h3 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin: 0; }
  .modal-store .modal-header .btn-back {
    position: absolute;
    left: 12px;
    background: none;
    border: 0; }
    @media (max-width: 991px) {
      .modal-store .modal-header .btn-back {
        right: 0;
        left: auto;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; } }

.modal-store .modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0; }

.modal-store .empty-store {
  padding: 20px; }

.modal-store .store-filter .swatch-clone-wrap .swatch-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px; }
  .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (max-width: 991px) {
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item {
        gap: 10px; } }
    .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item[data-option="option3"] {
      display: none; }
    .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .cus-size {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .cus-size .guide-size {
        text-decoration: underline;
        font-weight: 500;
        cursor: pointer; }
    .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item > label {
      margin: 0;
      color: #666666; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item > label span {
        color: #252525; }
    .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .swatch-list {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .swatch-list.swatch-list-size {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
        .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label {
          background: #E6E6E6;
          color: #666666; }
          .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label::after {
            display: none; }
    .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant {
      position: relative; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant input[type="radio"] {
        display: none; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant label {
        cursor: pointer;
        border: 1px solid #CCCCCC;
        border-radius: 2px;
        transition: 0.2s;
        user-select: none;
        overflow: hidden; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant input[type="radio"]:checked + label {
        border-color: #000; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant:not(.out-stock) label:hover {
        border-color: #000; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.out-stock label {
        cursor: not-allowed;
        position: relative; }
        .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.out-stock label::after {
          content: "";
          position: absolute;
          width: 140%;
          height: 1.5px;
          background: #000;
          transform: rotate(-45deg);
          left: -20%;
          top: 50%; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-color {
        order: 2; }
        .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-color label {
          width: 42px;
          height: 42px;
          padding: 3px;
          border-radius: 5px; }
          .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-color label img {
            border-radius: 2px;
            height: 100%; }
        .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-color.isCurrent {
          order: 1; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-size label {
        background: #fff;
        padding: 8px 14px;
        min-width: 42px;
        min-height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        gap: 4px; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label {
        background: #000;
        color: #fff; }
        .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label path {
          fill: #fff; }
      .modal-store .store-filter .swatch-clone-wrap .swatch-wrap .swatch-item .item-variant.item-shortcode label {
        background: #fff;
        padding: 8px 14px;
        min-width: 42px;
        min-height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px; }

.modal-store .store-filter .swatch-clone-wrap {
  padding: 0 40px; }
  @media (max-width: 991px) {
    .modal-store .store-filter .swatch-clone-wrap {
      padding: 0 15px; } }
  .modal-store .store-filter .swatch-clone-wrap .swatch-wrap {
    margin-top: 0;
    margin-bottom: 0; }

.modal-store .store-filter .filter-item {
  margin: 20px 0 0 0;
  padding: 20px 40px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
  @media (max-width: 991px) {
    .modal-store .store-filter .filter-item {
      padding: 20px 15px; } }

.modal-store .store-filter select {
  width: 100%;
  height: 50px;
  border: 1px solid #D9D9D9;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff;
  outline: none;
  box-shadow: none;
  cursor: pointer; }

.modal-store .store-item {
  padding: 20px 40px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 13px; }
  @media (max-width: 991px) {
    .modal-store .store-item {
      padding: 20px 15px; } }
  .modal-store .store-item .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px; }
  .modal-store .store-item .address,
  .modal-store .store-item .time,
  .modal-store .store-item .phone {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
    color: #666666;
    display: flex;
    flex-direction: column; }
    .modal-store .store-item .address label,
    .modal-store .store-item .time label,
    .modal-store .store-item .phone label {
      color: #000000; }
  .modal-store .store-item .status label {
    color: #000000; }
  .modal-store .store-item .status.available {
    color: #1ca64c;
    font-weight: 500; }
  .modal-store .store-item .status.warning {
    color: #ff9800;
    font-weight: 500; }

.modal-store .form-modal-stock .product-backstock-form .outstock-notify {
  padding: 20px 40px; }
  @media (max-width: 991px) {
    .modal-store .form-modal-stock .product-backstock-form .outstock-notify {
      padding: 20px 15px; } }

.product-backstock-form .outstock-notify {
  padding: 20px 0 0 0; }
  .product-backstock-form .outstock-notify .title {
    color: #CA1911;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.32px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .product-backstock-form .outstock-notify .desc {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin-bottom: 10px; }
  .product-backstock-form .outstock-notify .notify-form {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #CCCCCC;
    padding: 4px;
    border-radius: 4px; }
    .product-backstock-form .outstock-notify .notify-form input {
      flex: 1;
      height: 40px;
      border-radius: 10px;
      border: none;
      padding: 0 18px;
      outline: none; }
      .product-backstock-form .outstock-notify .notify-form input::placeholder {
        color: #666666; }
    .product-backstock-form .outstock-notify .notify-form button {
      height: 40px;
      min-width: 110px;
      border-radius: 4px;
      background: #000;
      color: #fff;
      border: none;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      cursor: pointer;
      transition: .2s ease; }
      .product-backstock-form .outstock-notify .notify-form button:hover {
        opacity: .85; }
  .product-backstock-form .outstock-notify .warning-sub {
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    margin: 4px 0 0 0; }
    .product-backstock-form .outstock-notify .warning-sub.success {
      color: #00BA00; }
    .product-backstock-form .outstock-notify .warning-sub.error {
      color: #CA1911; }
  @media (max-width: 991px) {
    .product-backstock-form .outstock-notify .desc {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px; } }

.customer-actions {
  background-color: #000000;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 15px 0; }
  .customer-actions .reset-password {
    padding: 20px; }
  .customer-actions .container {
    max-width: 1340px; }
  .customer-actions .banner-left-account {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .customer-actions .banner-left-account img {
      max-height: 510px; }
  .customer-actions #customer_login,
  .customer-actions #create_customer {
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0; }
  .customer-actions .login-phone {
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0; }
  .customer-actions .wrapper-left-account {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .customer-actions__wrapper {
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .customer-actions__wrapper {
        padding: 16px;
        margin-top: 16px; } }
  .customer-actions__greeting h1 {
    font-size: 60px;
    line-height: 84px;
    letter-spacing: -1.2px;
    font-weight: 700;
    line-height: 72px;
    margin: 64px 0 0 0; }
    .customer-actions__greeting h1 span {
      display: block; }
  .customer-actions__greeting img {
    width: 140px; }
  @media (max-width: 991px) {
    .customer-actions__greeting {
      text-align: center; }
      .customer-actions__greeting img {
        width: 70px;
        height: auto; }
      .customer-actions__greeting h1 {
        margin: 24px 0;
        line-height: unset;
        font-size: 24px;
        line-height: 33.6px;
        letter-spacing: -0.48px;
        line-height: 28.8px; }
        .customer-actions__greeting h1 span {
          display: initial; } }
  .customer-actions__forms {
    position: relative;
    overflow: hidden; }
    .customer-actions__forms form > div {
      position: relative; }
    .customer-actions__forms .tab-header, .customer-actions__forms .nav-tabs, .customer-actions__forms .nav-link {
      border: 0; }
    .customer-actions__forms .tab-content {
      padding: 0 32px 32px 32px; }
      @media (max-width: 991px) {
        .customer-actions__forms .tab-content {
          padding: 0; } }
    .customer-actions__forms .tab-header {
      margin-bottom: 32px; }
    .customer-actions__forms .nav-tabs .nav-item {
      width: 50%; }
    .customer-actions__forms .nav-link {
      width: 100%;
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px;
      line-height: 20.8px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 16px;
      border-bottom: 2px solid #F0F0F0; }
      .customer-actions__forms .nav-link.active {
        font-weight: bold;
        border-color: #000000;
        color: #000000; }
    .customer-actions__forms .error-status {
      color: #EB5757;
      margin: 0 0 16px 0;
      background: url(https://file.hstatic.net/1000284478/file/x-circle_5a09cb6a5a5f42deb7fece091c21f300.svg);
      padding-left: 28px;
      min-height: 20px;
      margin-top: 16px;
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: left center; }
    .customer-actions__forms .success-status {
      color: #00BA00;
      margin: 0 0 16px 0;
      background: url(https://file.hstatic.net/1000284478/file/check-circle-broken_8e0b7fc6a36842aca5539e885bc69560.svg);
      padding-left: 28px;
      min-height: 20px;
      margin-top: 16px;
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: left center; }
    .customer-actions__forms .item-input-form {
      position: relative; }
      .customer-actions__forms .item-input-form ~ .item-input-form {
        margin: 16px 0 0 0; }
      .customer-actions__forms .item-input-form .text-error {
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        line-height: 15.6px;
        color: #EB5757;
        margin: 4px 0 0 0;
        display: none; }
      .customer-actions__forms .item-input-form.error .text-error {
        display: block; }
      .customer-actions__forms .item-input-form.error .form-control {
        border-color: #EB5757; }
      .customer-actions__forms .item-input-form button {
        background: #000000;
        color: #fff;
        border-radius: 40px !important;
        outline: none;
        box-shadow: none;
        padding: 10px 16px !important;
        height: 50px !important; }
    .customer-actions__forms .form-label {
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: -0.24px;
      font-weight: 500;
      line-height: 15.6px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .customer-actions__forms .form-label #change_login-phone, .customer-actions__forms .form-label #change_login-email {
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        font-weight: 500;
        line-height: 15.6px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .customer-actions__forms .form-label.error + input {
        border: 1px solid #f00; }
      .customer-actions__forms .form-label.error:after {
        content: attr(data-error);
        color: #f00;
        font-weight: 700; }
    .customer-actions__forms .form-control {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      height: 44px;
      padding: 12px 16px;
      border-color: #868D95;
      outline: none;
      box-shadow: none;
      border-radius: 40px; }
      .customer-actions__forms .form-control::placeholder {
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        color: #C6CBD0; }
      .customer-actions__forms .form-control.error {
        border-color: #E24C4C; }
        .customer-actions__forms .form-control.error + .form-error {
          display: block; }
      .customer-actions__forms .form-control:-webkit-autofill {
        background-color: white; }
    .customer-actions__forms .form-error {
      position: absolute;
      right: 0;
      display: none;
      margin-top: 5px;
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: -0.24px;
      color: #E24C4C; }
    .customer-actions__forms .redirect-form:not(.nav-link) {
      margin-top: 12px;
      text-align: right; }
      .customer-actions__forms .redirect-form:not(.nav-link).text-left {
        text-align: left; }
      .customer-actions__forms .redirect-form:not(.nav-link) svg {
        margin-right: 8px; }
    .customer-actions__forms .form-title, .customer-actions__forms .form-desc {
      margin-bottom: 25px;
      text-align: center; }
      .customer-actions__forms .form-title__link, .customer-actions__forms .form-desc__link {
        text-decoration: underline;
        display: block; }
    .customer-actions__forms .form-title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 700;
      text-transform: uppercase; }
    .customer-actions__forms .form-desc {
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: -0.24px;
      margin-bottom: 16px; }
    .customer-actions__forms .register-now {
      text-align: center; }
      .customer-actions__forms .register-now a {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 15px;
        color: #2C82F5; }
    .customer-actions__forms input[type="submit"] {
      letter-spacing: 2px; }
    .customer-actions__forms input[name="customer[gender]"] + label {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px; }
    .customer-actions__forms .verify-input-element {
      position: absolute;
      right: 16px;
      top: 38px;
      color: #50555B;
      text-decoration: underline;
      cursor: pointer; }
      .customer-actions__forms .verify-input-element.disabled {
        cursor: none;
        pointer-events: none;
        opacity: 0.5; }
  .customer-actions .login-n-sigup {
    transform: translateX(-670px); }
    .customer-actions .login-n-sigup__socials {
      padding-top: 16px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .customer-actions .login-n-sigup__socials .head-text {
        text-align: center;
        margin: 0 0 10px 0;
        width: 100%; }
      .customer-actions .login-n-sigup__socials .google-login, .customer-actions .login-n-sigup__socials .facebook-login {
        position: relative;
        color: #fff;
        padding: 4px 10px;
        width: calc(50% - 5px);
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: -0.32px;
        outline: none;
        box-shadow: none; }
        .customer-actions .login-n-sigup__socials .google-login svg, .customer-actions .login-n-sigup__socials .facebook-login svg {
          height: 20px;
          width: 20px;
          margin-left: -24px;
          margin-right: 4px; }
      .customer-actions .login-n-sigup__socials .google-login {
        color: #000;
        border: 1px solid #000000; }
      .customer-actions .login-n-sigup__socials .facebook-login {
        background-color: #1877F2; }
  .customer-actions .forgotten-password {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 510px;
    transform: translateX(670px);
    padding: 32px; }
    @media (max-width: 991px) {
      .customer-actions .forgotten-password {
        padding: 16px 0; } }
  .customer-actions .login-n-sigup,
  .customer-actions .forgotten-password {
    transition: all 1s;
    position: absolute;
    top: 0;
    width: 100%; }
    .customer-actions .login-n-sigup.show,
    .customer-actions .forgotten-password.show {
      transform: translateX(0); }
  .customer-actions button[type="submit"],
  .customer-actions button[type="button"] {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 32px;
    height: 55px;
    border-radius: 0; }
    @media (max-width: 991px) {
      .customer-actions button[type="submit"],
      .customer-actions button[type="button"] {
        padding: 16px; } }
  @media (max-width: 991px) {
    .customer-actions {
      padding: 8px 0;
      min-height: auto; } }

.eyes-password {
  position: absolute;
  top: 34px;
  right: 16px;
  cursor: pointer;
  pointer-events: none; }
  .eyes-password svg path {
    stroke: #C6CBD0; }

.input-password.error ~ .eyes-password, .input-password.hasValue ~ .eyes-password {
  pointer-events: all; }
  .input-password.error ~ .eyes-password svg path, .input-password.hasValue ~ .eyes-password svg path {
    stroke: black; }

.input-password[type="password"] + .eyes-password svg:nth-child(2) {
  display: none; }

.input-password[type="password"] + span + .eyes-password svg:nth-child(2) {
  display: none; }

.input-password[type="text"] + .eyes-password svg:nth-child(1) {
  display: none; }

.input-password[type="text"] + span + .eyes-password svg:nth-child(1) {
  display: none; }

.page-wrapper {
  padding: 40px 0;
  background-color: #f9f9f9; }
  .page-wrapper .page-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
    .page-wrapper .page-container .page-header {
      border-bottom: 1px solid #e0e0e0;
      padding: 20px 0; }
      .page-wrapper .page-container .page-header .page-title {
        font-size: 28px;
        line-height: 39.2px;
        letter-spacing: -0.56px;
        font-weight: 600;
        margin: 0;
        color: #333; }
    .page-wrapper .page-container .page-content {
      padding: 30px 0;
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px;
      line-height: 1.7;
      color: #444; }
      .page-wrapper .page-container .page-content h2, .page-wrapper .page-container .page-content h3, .page-wrapper .page-container .page-content h4 {
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        color: #222; }
      .page-wrapper .page-container .page-content p {
        margin-bottom: 1em; }
      .page-wrapper .page-container .page-content a {
        color: #007acc;
        text-decoration: underline; }
        .page-wrapper .page-container .page-content a:hover {
          color: #005f99; }
  .page-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
    .page-wrapper table th, .page-wrapper table td {
      border: 1px solid #ddd;
      padding: 12px 15px;
      text-align: left; }
    .page-wrapper table th {
      background-color: #f3f3f3;
      font-weight: 600; }
    .page-wrapper table tr:nth-child(even) {
      background-color: #fafafa; }
  @media (max-width: 991px) {
    .page-wrapper {
      padding: 20px 0; }
      .page-wrapper .page-container {
        padding: 0 15px; }
        .page-wrapper .page-container .page-header {
          padding: 15px 0; }
          .page-wrapper .page-container .page-header .page-title {
            font-size: 22px;
            line-height: 30.8px;
            letter-spacing: -0.44px; }
        .page-wrapper .page-container .page-content {
          padding: 20px 0;
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px; }
          .page-wrapper .page-container .page-content h2 {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.4px; }
          .page-wrapper .page-container .page-content h3 {
            font-size: 18px;
            line-height: 25.2px;
            letter-spacing: -0.36px; }
          .page-wrapper .page-container .page-content h4 {
            font-size: 16px;
            line-height: 22.4px;
            letter-spacing: -0.32px; } }

.layout-account {
  padding: 40px 0 80px 0; }
  @media (max-width: 991px) {
    .layout-account {
      padding: 32px 0; } }
  .layout-account .wrap-page {
    display: flex;
    gap: 32px; }
    @media (max-width: 991px) {
      .layout-account .wrap-page {
        flex-direction: column; } }
    .layout-account .wrap-page .column-left {
      width: 280; }
      @media (max-width: 991px) {
        .layout-account .wrap-page .column-left {
          width: 100%;
          display: none; }
          .template-customers_account .layout-account .wrap-page .column-left {
            display: block; } }
      .layout-account .wrap-page .column-left .avatar-customer {
        background: #fff;
        padding: 15px 10px;
        border-radius: 12px 12px 0 0;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 0.5px solid #EAEAEA; }
        .layout-account .wrap-page .column-left .avatar-customer .img-avatar {
          width: 50px;
          height: 50px; }
        .layout-account .wrap-page .column-left .avatar-customer .name-customer {
          font-weight: bold;
          width: calc(100% - 60px); }
          .layout-account .wrap-page .column-left .avatar-customer .name-customer a {
            font-weight: 400;
            font-size: 12px;
            line-height: 16.8px;
            letter-spacing: -0.24px;
            text-decoration: underline;
            width: 100%;
            display: block; }
      .layout-account .wrap-page .column-left .zone-link {
        background: #fff;
        padding: 3px 15px; }
        .layout-account .wrap-page .column-left .zone-link.style-zone1 {
          border-radius: 0 0 12px 12px; }
        .layout-account .wrap-page .column-left .zone-link.style-zone2 {
          border-radius: 12px;
          margin-top: 15px; }
        .layout-account .wrap-page .column-left .zone-link ul li ~ li a {
          border-top: 0.5px solid #EAEAEA; }
        .layout-account .wrap-page .column-left .zone-link ul li a {
          display: flex;
          padding: 12px 0;
          align-items: center;
          gap: 5px; }
        .layout-account .wrap-page .column-left .zone-link ul li img {
          width: 25px;
          height: 25px; }
        .layout-account .wrap-page .column-left .zone-link ul li span {
          width: calc(100% - 25px); }
    .layout-account .wrap-page .column-right {
      width: calc(100% - 280px);
      background: #fff;
      border-radius: 12px; }
      @media (max-width: 991px) {
        .layout-account .wrap-page .column-right {
          width: 100%; } }
      .layout-account .wrap-page .column-right h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 33.6px;
        letter-spacing: -0.48px;
        margin-bottom: 40px; }
        .layout-account .wrap-page .column-right h1.head-fix a {
          display: flex;
          align-items: center;
          gap: 10px; }
          @media (max-width: 991px) {
            .layout-account .wrap-page .column-right h1.head-fix a {
              flex-wrap: wrap; } }
        .layout-account .wrap-page .column-right h1.head-fix svg {
          display: block; }
        .layout-account .wrap-page .column-right h1.head-fix .ajax-status-order {
          padding: 4px 12px;
          border-radius: 999px;
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          font-weight: 500;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            .layout-account .wrap-page .column-right h1.head-fix .ajax-status-order {
              margin-left: 32px; } }
          .layout-account .wrap-page .column-right h1.head-fix .ajax-status-order.status--process {
            color: #f59f00;
            border: 1px solid #f59f00;
            background: #fff4e6; }
          .layout-account .wrap-page .column-right h1.head-fix .ajax-status-order.status--shipping {
            color: #2457ff;
            border: 1px solid #2457ff;
            background: #eef2ff; }
          .layout-account .wrap-page .column-right h1.head-fix .ajax-status-order.status--success {
            color: #2fb344;
            border: 1px solid #2fb344;
            background: #ebfbef; }
          .layout-account .wrap-page .column-right h1.head-fix .ajax-status-order.status--danger {
            color: #fa5252;
            border: 1px solid #fa5252;
            background: #fff0f0; }
        .layout-account .wrap-page .column-right h1 svg {
          display: none; }
          @media (max-width: 991px) {
            .layout-account .wrap-page .column-right h1 svg {
              display: block; } }
        @media (max-width: 991px) {
          .layout-account .wrap-page .column-right h1 {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.4px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 16px; } }
        @media (max-width: 991px) {
          .layout-account .wrap-page .column-right h1 a {
            display: flex;
            align-items: center;
            gap: 16px; } }
  .layout-account .column-mobile {
    display: none; }
    @media (max-width: 991px) {
      .layout-account .column-mobile {
        display: block;
        border-top: 1px solid #CCCCCC;
        margin-top: 30px;
        padding: 30px 15px; } }
  .layout-account .form-profile {
    padding: 24px 40px;
    max-width: 650px; }
    .layout-account .form-profile .des-note {
      margin: 0 0 20px 0; }
    .layout-account .form-profile #form-update-account {
      display: flex;
      flex-direction: column;
      gap: 15px; }
    .layout-account .form-profile .input-form-item input, .layout-account .form-profile .input-form-item select {
      height: 40px;
      vertical-align: middle;
      outline: none;
      box-shadow: none;
      border-radius: 8px;
      appearance: auto; }
    .layout-account .form-profile .input-form-item label {
      margin: 0 0 5px 0;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px; }
    .layout-account .form-profile .input-form-item-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 15px 0 0 0; }
      .layout-account .form-profile .input-form-item-btn button {
        height: 50px;
        border-radius: 40px;
        background: #000000;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 14px 20px;
        color: #fff;
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: -0.32px;
        line-height: 25px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        overflow: hidden; }
  .layout-account .order-list .tab-listing {
    padding: 0;
    margin: 0 0 40px 0; }
    .layout-account .order-list .tab-listing ul {
      display: flex;
      align-items: center; }
      .layout-account .order-list .tab-listing ul li {
        padding: 8px 10px;
        cursor: pointer;
        position: relative; }
        .layout-account .order-list .tab-listing ul li.active {
          color: #000000; }
          .layout-account .order-list .tab-listing ul li.active::after {
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: 1.5px solid #000000;
            content: "";
            width: 100%;
            height: auto; }
  .layout-account .order-list .content-tab .item-content {
    display: none; }
    .layout-account .order-list .content-tab .item-content.active {
      display: block; }
    .layout-account .order-list .content-tab .item-content .item-order {
      padding: 20px 0; }
      .layout-account .order-list .content-tab .item-content .item-order ~ .item-order {
        border-top: .5px solid #c0c0c0; }
      .layout-account .order-list .content-tab .item-content .item-order .head-order {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 20px 0; }
        .layout-account .order-list .content-tab .item-content .item-order .head-order .staus-order {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: -0.4px;
          font-weight: 700; }
        .layout-account .order-list .content-tab .item-content .item-order .head-order a svg {
          width: 12px;
          height: 12px; }
      .layout-account .order-list .content-tab .item-content .item-order .shipping-method {
        border-radius: 12px;
        background: linear-gradient(90deg, #E7FCFD 0%, #F7FFEE 100%);
        padding: 20px;
        margin: 0 0 20px 0;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        color: #000000;
        font-weight: 700; }
      .layout-account .order-list .content-tab .item-content .item-order .listing-product {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product {
          display: flex;
          align-items: end;
          justify-content: space-between;
          gap: 15px; }
          .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column {
            display: flex;
            gap: 15px;
            width: 70%; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column .box-img {
              width: 100px;
              height: 100px;
              position: relative;
              overflow: hidden;
              border: 1px solid #dee2e6;
              border-radius: 12px; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column .box-title h4 {
              font-size: 16px;
              line-height: 22.4px;
              letter-spacing: -0.32px;
              font-weight: 400;
              margin: 0 0 10px 0; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column .box-title p {
              margin: 0 0 5px 0; }
          .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .right-column {
            width: 30%;
            display: flex;
            align-items: center;
            justify-content: end;
            gap: 50px; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .right-column .quantity-item {
              font-size: 16px;
              line-height: 22.4px;
              letter-spacing: -0.32px; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .right-column .price-item {
              font-size: 16px;
              line-height: 22.4px;
              letter-spacing: -0.32px; }
      .layout-account .order-list .content-tab .item-content .item-order .footer-total {
        border-top: .5px solid #eaeaea;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        display: flex;
        align-items: end;
        justify-content: space-between; }
        .layout-account .order-list .content-tab .item-content .item-order .footer-total .left-total .total-line {
          margin: 0 0 5px 0;
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px; }
        .layout-account .order-list .content-tab .item-content .item-order .footer-total .right-total .line-total label {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px; }
        .layout-account .order-list .content-tab .item-content .item-order .footer-total .right-total .line-total span {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          font-weight: 700;
          margin: 0 0 0 5px; }
    .layout-account .order-list .content-tab .item-content .empty-main {
      display: flex;
      flex-direction: column;
      margin-top: 40px;
      padding-bottom: 0;
      max-width: 550px; }
      .layout-account .order-list .content-tab .item-content .empty-main p span {
        color: #000000;
        font-weight: 700; }
      .layout-account .order-list .content-tab .item-content .empty-main .action-empty {
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: center; }
        .layout-account .order-list .content-tab .item-content .empty-main .action-empty img {
          margin: 0 0 10px 0; }
        .layout-account .order-list .content-tab .item-content .empty-main .action-empty a {
          width: 100%;
          padding: 10px 0;
          height: 45px;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          border-radius: 4px;
          cursor: pointer;
          border: 1px solid #000;
          transition: 0.2s;
          outline: none;
          box-shadow: none;
          display: flex;
          align-items: center;
          justify-content: center; }
          .layout-account .order-list .content-tab .item-content .empty-main .action-empty a ~ a {
            background: #000;
            border-color: #000; }
            .layout-account .order-list .content-tab .item-content .empty-main .action-empty a ~ a span {
              color: #fff; }
    .layout-account .order-list .content-tab .item-content .ajax-render-item {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .layout-account .order-list .content-tab .item-content .order-card {
      background: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 8px; }
      .layout-account .order-list .content-tab .item-content .order-card .order-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 16px 10px 16px; }
      .layout-account .order-list .content-tab .item-content .order-card .order-info-top {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .layout-account .order-list .content-tab .item-content .order-card .order-status {
        padding: 4px 12px;
        border-radius: 999px;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        font-weight: 500;
        text-transform: uppercase; }
        .layout-account .order-list .content-tab .item-content .order-card .order-status.status--process {
          color: #f59f00;
          border: 1px solid #f59f00;
          background: #fff4e6; }
        .layout-account .order-list .content-tab .item-content .order-card .order-status.status--shipping {
          color: #2457ff;
          border: 1px solid #2457ff;
          background: #eef2ff; }
        .layout-account .order-list .content-tab .item-content .order-card .order-status.status--success {
          color: #2fb344;
          border: 1px solid #2fb344;
          background: #ebfbef; }
        .layout-account .order-list .content-tab .item-content .order-card .order-status.status--danger {
          color: #fa5252;
          border: 1px solid #fa5252;
          background: #fff0f0; }
      .layout-account .order-list .content-tab .item-content .order-card .order-price {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500; }
      .layout-account .order-list .content-tab .item-content .order-card .order-body {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 16px 16px 16px; }
      .layout-account .order-list .content-tab .item-content .order-card .order-code {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500; }
      .layout-account .order-list .content-tab .item-content .order-card .order-qty {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px; }
      .layout-account .order-list .content-tab .item-content .order-card .order-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        color: #666666; }
        .layout-account .order-list .content-tab .item-content .order-card .order-meta .divider {
          color: #ccc; }
        .layout-account .order-list .content-tab .item-content .order-card .order-meta strong {
          font-weight: 500;
          color: #000; }
      .layout-account .order-list .content-tab .item-content .order-card .order-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #E6E6E6;
        padding: 16px; }
      .layout-account .order-list .content-tab .item-content .order-card .btn-outline {
        padding: 8px 16px;
        border-radius: 4px;
        border: 1px solid #000000;
        background: #fff;
        font-weight: 400;
        cursor: pointer;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px; }
        .layout-account .order-list .content-tab .item-content .order-card .btn-outline:hover {
          background: #222;
          color: #fff; }
      .layout-account .order-list .content-tab .item-content .order-card .order-detail-link {
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        font-weight: 400;
        text-decoration: none; }
        .layout-account .order-list .content-tab .item-content .order-card .order-detail-link:hover {
          text-decoration: underline; }
  .layout-account .order-detail {
    padding: 24px 20px 24px 20px; }
    .layout-account .order-detail h1 {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      margin: 0 0 20px 0; }
    .layout-account .order-detail .shipping-method {
      border-radius: 12px;
      background: linear-gradient(90deg, #E7FCFD 0%, #F7FFEE 100%);
      padding: 20px;
      margin: 0 0 20px 0;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      color: #000000;
      font-weight: 700; }
    .layout-account .order-detail .shipping-detail {
      border-top: .5px solid #eaeaea;
      padding: 20px 0 0 0; }
      .layout-account .order-detail .shipping-detail .head-shipping {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 20px 0; }
        .layout-account .order-detail .shipping-detail .head-shipping span {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: -0.4px;
          font-weight: 700;
          text-transform: capitalize; }
        .layout-account .order-detail .shipping-detail .head-shipping a svg {
          width: 15px;
          height: 15px; }
      .layout-account .order-detail .shipping-detail .info-shipping .info-1 {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 700;
        margin: 0 0 5px 0; }
        .layout-account .order-detail .shipping-detail .info-shipping .info-1 span {
          color: #1F4EA5;
          font-weight: 700; }
      .layout-account .order-detail .shipping-detail .info-shipping .info-2 {
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px; }
    .layout-account .order-detail .prod-listing {
      border-top: 1px #f2f2f2 solid;
      padding: 20px 0 0 0;
      margin: 20px 0 0 0;
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .layout-account .order-detail .prod-listing .item-product {
        display: flex;
        gap: 15px; }
        .layout-account .order-detail .prod-listing .item-product .box-img {
          width: 95px;
          height: 95px;
          position: relative;
          overflow: hidden;
          border-radius: 12px; }
        .layout-account .order-detail .prod-listing .item-product .box-info {
          display: flex;
          flex-direction: column;
          width: calc(100% - 100px); }
          .layout-account .order-detail .prod-listing .item-product .box-info .title-prod {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            margin: 0 0 5px 0; }
          .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price {
            display: flex;
            width: 100%;
            margin-top: auto;
            align-items: center;
            justify-content: space-between; }
            .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod-normal {
              display: flex;
              align-items: center;
              gap: 15px;
              min-width: 220px; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod-normal span {
                font-size: 18px;
                line-height: 25.2px;
                letter-spacing: -0.36px;
                font-weight: 700; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod-normal del {
                font-size: 12px;
                line-height: 16.8px;
                letter-spacing: -0.24px; }
            .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .qty-prod {
              font-size: 16px;
              line-height: 22.4px;
              letter-spacing: -0.32px; }
            .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod {
              display: flex;
              align-items: center;
              gap: 15px;
              min-width: 220px;
              justify-content: end; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod span {
                font-size: 18px;
                line-height: 25.2px;
                letter-spacing: -0.36px;
                font-weight: 700; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod del {
                font-size: 12px;
                line-height: 16.8px;
                letter-spacing: -0.24px; }
    .layout-account .order-detail .method-payment {
      display: flex;
      flex-direction: column;
      border-top: 1px solid #f2f2f2;
      padding: 20px 0px 0px;
      margin: 20px 0px 0px;
      gap: 10px; }
      .layout-account .order-detail .method-payment .t-payment {
        color: #67686c;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        font-weight: 700;
        text-transform: capitalize; }
      .layout-account .order-detail .method-payment .info-payment {
        display: flex;
        align-items: center;
        gap: 15px; }
        .layout-account .order-detail .method-payment .info-payment .box-img {
          width: 45px;
          height: 45px; }
        .layout-account .order-detail .method-payment .info-payment .box-name {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          font-weight: 700; }
    .layout-account .order-detail .table-order {
      margin: 20px 0 0 0;
      padding: 20px 0 0 0; }
      .layout-account .order-detail .table-order .item-table {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .layout-account .order-detail .table-order .item-table:nth-child(1) {
          border-top: 1px dashed #eaeaea; }
          .layout-account .order-detail .table-order .item-table:nth-child(1) ~ .item-table {
            border-top: 1px dashed #eaeaea; }
        .layout-account .order-detail .table-order .item-table:last-child {
          border-bottom: 1px dashed #eaeaea; }
        .layout-account .order-detail .table-order .item-table .title-table {
          width: 100%;
          padding: 18px 0;
          border-right: 1px dashed #eaeaea;
          padding-right: 24px;
          text-align: right;
          width: 75%; }
          .layout-account .order-detail .table-order .item-table .title-table.bold1 {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 700; }
          .layout-account .order-detail .table-order .item-table .title-table.bold1 {
            font-size: 16px;
            line-height: 22.4px;
            letter-spacing: -0.32px;
            font-weight: 700; }
        .layout-account .order-detail .table-order .item-table .value-table {
          text-align: right;
          width: 25%; }
          .layout-account .order-detail .table-order .item-table .value-table.value-bold {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 700; }
  .layout-account .checkout-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 24px;
    align-items: start;
    /* LEFT */
    /* RIGHT */ }
    @media (max-width: 991px) {
      .layout-account .checkout-wrapper {
        grid-template-columns: 1fr; } }
    .layout-account .checkout-wrapper .checkout-left {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      border: 1px solid #E6E6E6; }
    .layout-account .checkout-wrapper .product-item {
      display: grid;
      grid-template-columns: 72px 1fr 40px 120px;
      gap: 16px; }
      @media (max-width: 991px) {
        .layout-account .checkout-wrapper .product-item {
          display: flex;
          flex-wrap: wrap;
          gap: 4px 15px; } }
      .layout-account .checkout-wrapper .product-item ~ .product-item {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid #E6E6E6; }
        @media (max-width: 991px) {
          .layout-account .checkout-wrapper .product-item ~ .product-item {
            margin-top: 15px;
            padding-top: 15px; } }
      .layout-account .checkout-wrapper .product-item.gift .gift-label {
        margin-top: 6px;
        font-size: 13px;
        color: #e53935;
        background: #fff1f0;
        display: inline-block;
        padding: 4px 8px;
        border-radius: 6px; }
    .layout-account .checkout-wrapper .product-thumb {
      width: 70px;
      height: auto;
      background: #f5f5f5;
      border-radius: 4px;
      overflow: hidden; }
      .layout-account .checkout-wrapper .product-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 991px) {
      .layout-account .checkout-wrapper .product-info {
        width: calc(100% - 86px); } }
    .layout-account .checkout-wrapper .product-name {
      margin-bottom: 5px; }
    .layout-account .checkout-wrapper .product-variant {
      margin-bottom: 5px; }
    .layout-account .checkout-wrapper .product-price .price-current {
      font-weight: 500; }
    .layout-account .checkout-wrapper .product-price .price-old {
      margin-left: 8px;
      text-decoration: line-through;
      color: #666666;
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px; }
    .layout-account .checkout-wrapper .product-qty {
      text-align: center;
      font-weight: 500; }
      @media (max-width: 991px) {
        .layout-account .checkout-wrapper .product-qty {
          order: 4; } }
    .layout-account .checkout-wrapper .product-total {
      text-align: right;
      font-weight: 500; }
      @media (max-width: 991px) {
        .layout-account .checkout-wrapper .product-total {
          order: 3;
          margin-left: auto; } }
      .layout-account .checkout-wrapper .product-total.free {
        color: #e53935; }
    .layout-account .checkout-wrapper .checkout-right {
      display: flex;
      flex-direction: column;
      gap: 16px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
    .layout-account .checkout-wrapper .box {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      border: 1px solid #E6E6E6; }
    .layout-account .checkout-wrapper .box-title {
      font-weight: 500;
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
    .layout-account .checkout-wrapper .line-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 12px; }
      .layout-account .checkout-wrapper .line-row strong {
        font-weight: 600; }
    .layout-account .checkout-wrapper .discount .head-discount {
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer; }
      .layout-account .checkout-wrapper .discount .head-discount:not(.active) svg {
        transform: rotate(180deg); }
    .layout-account .checkout-wrapper .wrap-list-coupon {
      display: none;
      flex-direction: column;
      gap: 10px; }
      .layout-account .checkout-wrapper .wrap-list-coupon.active {
        display: flex; }
      .layout-account .checkout-wrapper .wrap-list-coupon .coupon {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .layout-account .checkout-wrapper .wrap-list-coupon .coupon .code-coupon {
          border-radius: 4px;
          padding: 6px 12px;
          border: 1px dashed #000;
          background: #F2F2F2;
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px; }
    .layout-account .checkout-wrapper .minus {
      color: #e53935; }
    .layout-account .checkout-wrapper .total {
      display: flex;
      justify-content: space-between;
      font-weight: 600;
      margin-top: 20px;
      border-top: 1px solid #E6E6E6;
      padding-top: 20px; }
    .layout-account .checkout-wrapper .saving,
    .layout-account .checkout-wrapper .vat {
      margin-top: 3px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .layout-account .checkout-wrapper .vat {
      margin-top: 16px; }
    .layout-account .checkout-wrapper .free {
      color: #2e7d32; }
    .layout-account .checkout-wrapper .info-row {
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px; }
      .layout-account .checkout-wrapper .info-row:last-child {
        margin-bottom: 0; }
      .layout-account .checkout-wrapper .info-row .info-data {
        color: #666666; }
  .layout-account .address-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 52px; }
    @media (max-width: 991px) {
      .layout-account .address-layout {
        gap: 32px; } }
    .layout-account .address-layout .add-address-column,
    .layout-account .address-layout .address-list-column {
      background-color: #fff;
      border-radius: 12px;
      flex: 1 1 45%; }
      @media (max-width: 991px) {
        .layout-account .address-layout .add-address-column,
        .layout-account .address-layout .address-list-column {
          flex: 1 1 100%; } }
      .layout-account .address-layout .add-address-column h3,
      .layout-account .address-layout .address-list-column h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333; }
      .layout-account .address-layout .add-address-column .note-ship,
      .layout-account .address-layout .address-list-column .note-ship {
        color: #67686c;
        margin: 0 0 10px 0; }
      .layout-account .address-layout .add-address-column .form-group,
      .layout-account .address-layout .address-list-column .form-group {
        margin-bottom: 0; }
      .layout-account .address-layout .add-address-column .form-group-checked,
      .layout-account .address-layout .address-list-column .form-group-checked {
        display: flex;
        align-items: center;
        gap: 12px; }
      .layout-account .address-layout .add-address-column button.btn,
      .layout-account .address-layout .address-list-column button.btn {
        padding: 11px 30px;
        border: 1px solid #000;
        background: #000000;
        cursor: pointer;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 400;
        border-radius: 4px;
        transition: 0.2s all;
        color: #ffffff;
        width: fit-content; }
      .layout-account .address-layout .add-address-column .btn-primary,
      .layout-account .address-layout .address-list-column .btn-primary {
        background-color: #000000;
        border: none; }
      .layout-account .address-layout .add-address-column .btn-success,
      .layout-account .address-layout .address-list-column .btn-success {
        background-color: #000000;
        border: none; }
      .layout-account .address-layout .add-address-column .btn-link,
      .layout-account .address-layout .address-list-column .btn-link {
        color: #6c757d;
        text-decoration: underline;
        padding-left: 10px; }
    .layout-account .address-layout .address-list-column {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .layout-account .address-layout .address-list-column .address-item {
        border: #000000 solid 1px;
        border-radius: 6px;
        padding: 20px;
        background-color: #fff;
        position: relative;
        transition: box-shadow 0.3s;
        order: 2; }
        .layout-account .address-layout .address-list-column .address-item.address-item-default {
          order: 1; }
        .layout-account .address-layout .address-list-column .address-item .address-view .label-default {
          background: #E0F4E9;
          color: #66CC6F;
          display: block;
          width: fit-content;
          border-radius: 15px;
          padding: 4px 10px;
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          font-weight: 600; }
        .layout-account .address-layout .address-list-column .address-item .address-view p {
          margin: 0 0 10px;
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px; }
        .layout-account .address-layout .address-list-column .address-item .address-view .address-action {
          display: flex;
          align-items: center;
          gap: 10px;
          justify-content: space-between; }
        .layout-account .address-layout .address-list-column .address-item .address-edit-form {
          margin-top: 15px;
          background-color: #f1f4f9;
          padding: 15px;
          border-radius: 8px;
          border: 1px solid #d3dae3; }
          .layout-account .address-layout .address-list-column .address-item .address-edit-form .form-control {
            margin-bottom: 12px;
            outline: none;
            box-shadow: none; }
          .layout-account .address-layout .address-list-column .address-item .address-edit-form .btn {
            margin-right: 10px; }
  .layout-account .voucher-container h1 {
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: -0.44px;
    margin-bottom: 0;
    font-weight: 700;
    padding: 20px 20px 0 20px; }
  .layout-account .voucher-container .voucher-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px; }
  .layout-account .voucher-container .voucher-card {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }
  .layout-account .voucher-container .voucher-icon {
    width: 150px;
    text-align: center;
    padding: 6px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold; }
    .layout-account .voucher-container .voucher-icon strong {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px; }
    .layout-account .voucher-container .voucher-icon span {
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px;
      font-weight: 400; }
    .layout-account .voucher-container .voucher-icon.bg-yellow {
      background: #fcb900; }
    .layout-account .voucher-container .voucher-icon.bg-blue {
      background: #007bff; }
    .layout-account .voucher-container .voucher-icon.bg-purple {
      background: #9b59b6; }
    .layout-account .voucher-container .voucher-icon.bg-green {
      background: #2ecc71; }
  .layout-account .voucher-container .voucher-info {
    flex: 1;
    padding: 16px; }
    .layout-account .voucher-container .voucher-info h4 {
      margin: 0 0 6px;
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px;
      font-weight: 600; }
    .layout-account .voucher-container .voucher-info p {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      margin: 0 0 8px;
      color: #555; }
    .layout-account .voucher-container .voucher-info ul {
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px;
      color: #777;
      padding-left: 16px;
      margin-bottom: 10px; }
      .layout-account .voucher-container .voucher-info ul li {
        list-style: disc; }
    .layout-account .voucher-container .voucher-info .voucher-actions {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .layout-account .voucher-container .voucher-info .voucher-actions a {
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px;
        color: #007bff;
        text-decoration: underline;
        cursor: pointer; }
      .layout-account .voucher-container .voucher-info .voucher-actions button {
        background-color: #ff4d4f;
        color: white;
        border: none;
        padding: 8px 14px;
        border-radius: 5px;
        cursor: pointer; }
        .layout-account .voucher-container .voucher-info .voucher-actions button.outline {
          background-color: white;
          color: #ff4d4f;
          border: 1px solid #ff4d4f; }
  .layout-account .review-section {
    padding: 20px; }
    .layout-account .review-section h2 {
      font-size: 22px;
      line-height: 30.8px;
      letter-spacing: -0.44px;
      margin-bottom: 30px;
      font-weight: 700; }
    .layout-account .review-section .review-item {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      padding: 20px;
      border-radius: 12px; }
      .layout-account .review-section .review-item ~ .review-item {
        margin-top: 20px; }
      .layout-account .review-section .review-item .product-info {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        .layout-account .review-section .review-item .product-info .product-thumb {
          width: 60px;
          height: 60px;
          background: #ccc;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-weight: bold;
          margin-right: 16px; }
          .layout-account .review-section .review-item .product-info .product-thumb.bg-green {
            background: #a0e8c0; }
          .layout-account .review-section .review-item .product-info .product-thumb.bg-blue {
            background: #b2d5ff; }
          .layout-account .review-section .review-item .product-info .product-thumb.bg-pink {
            background: #ffd2e1; }
        .layout-account .review-section .review-item .product-info .product-meta h3 {
          font-size: 16px;
          line-height: 22.4px;
          letter-spacing: -0.32px;
          font-weight: 600;
          margin: 0 0 6px; }
        .layout-account .review-section .review-item .product-info .product-meta p {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px;
          color: #555;
          margin: 0; }
      .layout-account .review-section .review-item .rating {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        color: #f5a623;
        margin-bottom: 8px; }
        .layout-account .review-section .review-item .rating span {
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          color: #333;
          margin-left: 6px; }
      .layout-account .review-section .review-item .review-content {
        font-style: italic;
        background: #f9f9f9;
        padding: 12px 16px;
        border-left: 3px solid #eee;
        border-radius: 6px;
        margin-bottom: 12px; }
      .layout-account .review-section .review-item .review-date {
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        color: #888;
        margin-bottom: 12px; }
      .layout-account .review-section .review-item .reply-box {
        background: #f0f5ff;
        padding: 14px 16px;
        border-left: 4px solid #3366ff;
        border-radius: 8px;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px; }
        .layout-account .review-section .review-item .reply-box strong {
          display: block;
          margin-bottom: 6px;
          color: #3366ff; }
        .layout-account .review-section .review-item .reply-box p {
          margin: 0 0 6px;
          color: #333; }
        .layout-account .review-section .review-item .reply-box .reply-date {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          color: #666;
          text-align: right;
          display: block; }
  .layout-account .page-preview {
    padding: 20px; }
    .layout-account .page-preview h1 {
      font-size: 22px;
      line-height: 30.8px;
      letter-spacing: -0.44px;
      font-weight: 700;
      margin: 0 0 5px 0; }
    .layout-account .page-preview .des-preview {
      margin: 0 0 30px 0;
      color: #666; }
    .layout-account .page-preview .wrap-listing-product {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px; }
      .layout-account .page-preview .wrap-listing-product.empty-prod {
        grid-template-columns: repeat(1, 1fr); }
      @media (max-width: 991px) {
        .layout-account .page-preview .wrap-listing-product {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px; }
          .layout-account .page-preview .wrap-listing-product.empty-prod {
            grid-template-columns: repeat(1, 1fr); } }
  .layout-account .page-wishlist .des-wishlist {
    margin: 0 0 40px 0; }
    .layout-account .page-wishlist .des-wishlist span {
      color: #CA1911; }
  .layout-account .page-wishlist .wrap-listing-product #wishlist-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .layout-account .page-wishlist .wrap-listing-product #wishlist-container.empty-prod {
      grid-template-columns: repeat(1, 1fr); }
    @media (max-width: 991px) {
      .layout-account .page-wishlist .wrap-listing-product #wishlist-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; }
        .layout-account .page-wishlist .wrap-listing-product #wishlist-container.empty-prod {
          grid-template-columns: repeat(1, 1fr); } }
  .layout-account #wishlist-pagination.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
    width: 100%; }
    .layout-account #wishlist-pagination.pagination .page-btn {
      border: 1px solid #f2f2f2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 4px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      color: #333;
      background: #f2f2f2;
      cursor: pointer;
      transition: all 0.3s;
      position: relative;
      overflow: hidden; }
      .layout-account #wishlist-pagination.pagination .page-btn:hover {
        background-color: #000000;
        color: #fff;
        border-color: #000000;
        font-weight: bold; }
      .layout-account #wishlist-pagination.pagination .page-btn.active {
        background-color: #000000;
        color: #fff;
        border-color: #000000;
        font-weight: bold; }
  .layout-account .account-benefit .benefit-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .layout-account .account-benefit .benefit-summary {
        grid-template-columns: repeat(2, 1fr); } }
    .layout-account .account-benefit .benefit-summary .summary-card {
      border: 1px solid #CCCCCC;
      border-radius: 6px;
      padding: 20px;
      text-align: center; }
      @media (max-width: 991px) {
        .layout-account .account-benefit .benefit-summary .summary-card {
          padding: 12px; } }
      .layout-account .account-benefit .benefit-summary .summary-card .label {
        color: #666666;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .layout-account .account-benefit .benefit-summary .summary-card .label {
            margin-bottom: 8px; } }
      .layout-account .account-benefit .benefit-summary .summary-card .value {
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px; }
        @media (max-width: 991px) {
          .layout-account .account-benefit .benefit-summary .summary-card .value {
            font-size: 18px;
            line-height: 25.2px;
            letter-spacing: -0.36px;
            margin-bottom: 8px; } }
      .layout-account .account-benefit .benefit-summary .summary-card .sub {
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        color: #666666;
        margin: 0; }
      .layout-account .account-benefit .benefit-summary .summary-card .status {
        color: #CA1911;
        margin: 0; }
  .layout-account .account-benefit .benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px; }
    @media (max-width: 991px) {
      .layout-account .account-benefit .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
  .layout-account .account-benefit .benefit-item .thumb {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 18px; }
    .layout-account .account-benefit .benefit-item .thumb img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .layout-account .account-benefit .benefit-item .thumb.bg-green {
      background: #1be68c; }
      .layout-account .account-benefit .benefit-item .thumb.bg-green img {
        object-fit: contain; }
  .layout-account .account-benefit .benefit-item .title {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin-bottom: 4px; }
  .layout-account .account-benefit .benefit-item .expire {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin: 0; }
    @media (max-width: 991px) {
      .layout-account .account-benefit .benefit-item .expire {
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px; } }
    .layout-account .account-benefit .benefit-item .expire strong {
      color: #CA1911;
      font-weight: 500; }
  .layout-account .account-sidebar .account-header {
    position: relative; }
    .layout-account .account-sidebar .account-header .avatar {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #4c5a7d;
      color: #fff;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center; }
    .layout-account .account-sidebar .account-header .account-info {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px; }
      .layout-account .account-sidebar .account-header .account-info .greeting {
        margin-bottom: 6px; }
      .layout-account .account-sidebar .account-header .account-info .rank {
        margin-bottom: 32px; }
        .layout-account .account-sidebar .account-header .account-info .rank strong {
          font-weight: 600; }
      .layout-account .account-sidebar .account-header .account-info .progress-wrap {
        margin-bottom: 32px; }
        .layout-account .account-sidebar .account-header .account-info .progress-wrap .progress-bar {
          height: 4px;
          background: #e5e5e5;
          border-radius: 2px;
          overflow: hidden;
          margin-bottom: 8px; }
          .layout-account .account-sidebar .account-header .account-info .progress-wrap .progress-bar span {
            display: block;
            height: 100%;
            background: #2ecc71; }
        .layout-account .account-sidebar .account-header .account-info .progress-wrap .progress-text {
          margin-bottom: 4px; }
      .layout-account .account-sidebar .account-header .account-info .member-code {
        margin-bottom: 64px; }
        @media (max-width: 991px) {
          .layout-account .account-sidebar .account-header .account-info .member-code {
            margin-bottom: 0; } }
        .layout-account .account-sidebar .account-header .account-info .member-code strong {
          font-weight: 600; }
  @media (max-width: 991px) {
    .layout-account .account-sidebar .account-menu {
      display: none; } }
  .layout-account .account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px; }
    .layout-account .account-menu li a {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #666666;
      text-decoration: none;
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px; }
      .layout-account .account-menu li a:hover, .layout-account .account-menu li a.active {
        color: #000; }
      .layout-account .account-menu li a.logout {
        color: #e53935; }
      .layout-account .account-menu li a:not(.logout) svg:last-child {
        margin-left: auto; }
  .layout-account .account-profile {
    max-width: 520px; }
    .layout-account .account-profile .profile-block {
      padding: 40px 0;
      border-bottom: 1px solid #CCCCCC; }
      .layout-account .account-profile .profile-block:first-child {
        border-top: 1px solid #CCCCCC; }
    .layout-account .account-profile .block-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 6px; }
      .layout-account .account-profile .block-header h3 {
        margin: 0;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 400;
        color: #666666;
        text-transform: uppercase; }
    .layout-account .account-profile .block-action {
      margin: 24px 0 0 0; }
      .layout-account .account-profile .block-action p {
        margin: 8px 0 0 0; }
        .layout-account .account-profile .block-action p span {
          color: #CA1911; }
    .layout-account .account-profile .block-content .value {
      margin: 0 0 6px 0;
      color: #000; }
      .layout-account .account-profile .block-content .value:last-child {
        margin: 0; }
    .layout-account .account-profile .link-edit {
      font-size: 14px;
      color: #000;
      text-decoration: underline;
      cursor: pointer;
      white-space: nowrap; }
      .layout-account .account-profile .link-edit:hover {
        opacity: 0.7; }
  .layout-account .wrap-voucher-account .voucher-zone__title {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 24px; }
  .layout-account .wrap-voucher-account .voucher-zone__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .layout-account .wrap-voucher-account .voucher-zone__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575px) {
      .layout-account .wrap-voucher-account .voucher-zone__list {
        grid-template-columns: 1fr; } }
  .layout-account .wrap-voucher-account .voucher-divider {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #CCCCCC; }
  .layout-account .wrap-voucher-account .voucher-item {
    height: 120px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #f9f9f9; }

.modal-quickview-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

@media (min-width: 992px) {
  #quickview {
    width: 100%;
    max-width: 765px;
    padding: 0;
    border-radius: 12px; } }

@media (max-width: 991px) {
  #quickview {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    max-height: 80vh;
    border-radius: 10px 10px 0 0;
    transform: translateY(101%);
    transition: transform .35s ease;
    display: flex !important;
    flex-direction: column;
    overflow: auto; }
    #quickview.active {
      transform: translateY(0); } }

#quickview button.fancybox-button.fancybox-close-small {
  width: 40px;
  height: 40px;
  padding: 6px; }

#quickview .pqv-header {
  text-align: center;
  padding: 12px 20px;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC; }
  @media (max-width: 991px) {
    #quickview .pqv-header {
      padding: 14px 20px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 9; } }

#quickview .btn-close-quickview {
  display: none; }
  @media (max-width: 991px) {
    #quickview .btn-close-quickview {
      position: absolute;
      right: 0;
      background: none;
      border: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px; } }

#quickview .pqv-body {
  display: flex;
  padding: 30px;
  gap: 30px;
  width: 100%; }
  @media (max-width: 991px) {
    #quickview .pqv-body {
      flex-direction: column;
      padding: 0; } }

#quickview .pqv-left {
  flex: 0 0 calc(40% - 15px);
  max-width: calc(40% - 15px);
  background: #f3f1ef;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    #quickview .pqv-left {
      display: none; } }
  #quickview .pqv-left .box-img {
    position: relative;
    overflow: hidden; }
    #quickview .pqv-left .box-img .box-inner {
      position: relative;
      width: 100%;
      display: block;
      padding-bottom: calc(100% * 1800 / 1200);
      background: #f7f7f7; }
      #quickview .pqv-left .box-img .box-inner img {
        position: absolute;
        left: 0;
        top: 0;
        aspect-ratio: 1200 / 1800;
        width: 100%;
        height: 100%; }

#quickview .pqv-right {
  flex: 0 0 calc(60% - 15px);
  max-width: calc(60% - 15px); }
  @media (max-width: 991px) {
    #quickview .pqv-right {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px 0; } }

@media (max-width: 991px) {
  #quickview .pqv-info {
    display: flex;
    gap: 15px;
    padding: 0 15px; } }

#quickview .pqv-info-img {
  width: 70px; }
  @media (min-width: 992px) {
    #quickview .pqv-info-img {
      display: none; } }
  #quickview .pqv-info-img img {
    border-radius: 4px; }

#quickview .pqv-quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #E6E6E6;
  background: #fff;
  border-left: none;
  border-right: none;
  margin: 15px 0 0 0; }
  @media (min-width: 992px) {
    #quickview .pqv-quantity-wrapper {
      display: none; } }
  #quickview .pqv-quantity-wrapper .label {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  #quickview .pqv-quantity-wrapper .quantity-box {
    display: flex;
    align-items: center; }
    #quickview .pqv-quantity-wrapper .quantity-box .btn-qty {
      width: 24px;
      height: 24px;
      background: #000;
      color: #fff;
      border: none;
      border-radius: 2px;
      font-size: 10px;
      line-height: 14px;
      letter-spacing: -0.2px;
      cursor: pointer;
      line-height: 1; }
    #quickview .pqv-quantity-wrapper .quantity-box .qty-input {
      width: 40px;
      height: 24px;
      text-align: center;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      border: none;
      background: transparent;
      pointer-events: none; }

@media (max-width: 991px) {
  #quickview .pqv-info-right .product-title {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    margin-bottom: 6px; } }

@media (max-width: 991px) {
  #quickview .pqv-info-right .product-price {
    margin-bottom: 6px; } }

@media (max-width: 991px) {
  #quickview .pqv-info-right .product-price .price {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; } }

@media (max-width: 991px) {
  #quickview .pqv-info-right .product-price .price-old {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px; } }

@media (max-width: 991px) {
  #quickview .pqv-info-right .product-price .discount {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px; } }

#quickview .pqv-addtocart {
  margin-top: 30px; }
  @media (max-width: 991px) {
    #quickview .pqv-addtocart {
      margin-top: 0;
      padding: 15px 15px 0 15px; } }
  #quickview .pqv-addtocart .btn {
    width: 100%;
    padding: 10px 0;
    height: 50px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #000;
    transition: 0.2s;
    outline: none;
    box-shadow: none;
    background: #000;
    color: #fff;
    border-color: #000; }
    #quickview .pqv-addtocart .btn .loader {
      border: 2px solid #fff;
      border-top: 2px solid #000;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      animation: spin 0.6s linear infinite;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      right: 50px;
      font-size: 0; }
    #quickview .pqv-addtocart .btn.loading-add {
      pointer-events: none;
      opacity: 0.7;
      background: #000;
      color: #fff; }
    #quickview .pqv-addtocart .btn:not(.loading-add) .loader {
      display: none; }

#quickview .pqv-view-detail {
  text-align: center;
  margin-top: 16px;
  text-decoration: underline;
  cursor: pointer; }
  @media (max-width: 991px) {
    #quickview .pqv-view-detail {
      display: none; } }
  #quickview .pqv-view-detail a {
    text-decoration: underline; }

#quickview .pqv-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #E6E6E6;
  background: #fff;
  border-left: none;
  border-right: none;
  margin: 15px 0 0 0; }
  @media (min-width: 992px) {
    #quickview .pqv-total {
      display: none; } }
  #quickview .pqv-total .head-title {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  #quickview .pqv-total .total-price {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 500; }

#quickview .product-title {
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  font-weight: 400;
  margin-bottom: 15px; }

#quickview .product-price {
  margin-bottom: 15px;
  display: flex;
  gap: 8px;
  align-items: center; }
  #quickview .product-price .price {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 500; }
  #quickview .product-price .price-old {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    text-decoration: line-through;
    color: #999; }
  #quickview .product-price .discount {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #e60023; }

#quickview .swatch-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px; }
  #quickview .swatch-wrap .swatch-item {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (max-width: 991px) {
      #quickview .swatch-wrap .swatch-item {
        gap: 10px; } }
    #quickview .swatch-wrap .swatch-item[data-option="option3"] {
      display: none; }
    #quickview .swatch-wrap .swatch-item .cus-size {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #quickview .swatch-wrap .swatch-item .cus-size .guide-size {
        text-decoration: underline;
        font-weight: 500;
        cursor: pointer; }
    #quickview .swatch-wrap .swatch-item > label {
      margin: 0;
      color: #666666; }
      #quickview .swatch-wrap .swatch-item > label span {
        color: #252525; }
    #quickview .swatch-wrap .swatch-item .swatch-list {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      #quickview .swatch-wrap .swatch-item .swatch-list.swatch-list-size {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
        #quickview .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label {
          background: #E6E6E6;
          color: #666666; }
          #quickview .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label::after {
            display: none; }
    #quickview .swatch-wrap .swatch-item .item-variant {
      position: relative; }
      #quickview .swatch-wrap .swatch-item .item-variant input[type="radio"] {
        display: none; }
      #quickview .swatch-wrap .swatch-item .item-variant label {
        cursor: pointer;
        border: 1px solid #CCCCCC;
        border-radius: 2px;
        transition: 0.2s;
        user-select: none;
        overflow: hidden; }
      #quickview .swatch-wrap .swatch-item .item-variant input[type="radio"]:checked + label {
        border-color: #000; }
      #quickview .swatch-wrap .swatch-item .item-variant:not(.out-stock) label:hover {
        border-color: #000; }
      #quickview .swatch-wrap .swatch-item .item-variant.out-stock label {
        cursor: not-allowed;
        position: relative; }
        #quickview .swatch-wrap .swatch-item .item-variant.out-stock label::after {
          content: "";
          position: absolute;
          width: 140%;
          height: 1.5px;
          background: #000;
          transform: rotate(-45deg);
          left: -20%;
          top: 50%; }
      #quickview .swatch-wrap .swatch-item .item-variant.item-color {
        order: 2; }
        #quickview .swatch-wrap .swatch-item .item-variant.item-color label {
          width: 42px;
          height: 42px;
          padding: 3px;
          border-radius: 5px; }
          #quickview .swatch-wrap .swatch-item .item-variant.item-color label img {
            border-radius: 2px;
            height: 100%; }
        #quickview .swatch-wrap .swatch-item .item-variant.item-color.isCurrent {
          order: 1; }
      #quickview .swatch-wrap .swatch-item .item-variant.item-size label {
        background: #fff;
        padding: 8px 14px;
        min-width: 42px;
        min-height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        gap: 4px; }
      #quickview .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label {
        background: #000;
        color: #fff; }
        #quickview .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label path {
          fill: #fff; }
      #quickview .swatch-wrap .swatch-item .item-variant.item-shortcode label {
        background: #fff;
        padding: 8px 14px;
        min-width: 42px;
        min-height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px; }

@media (max-width: 991px) {
  #quickview .swatch-wrap {
    margin-top: 15px;
    margin-bottom: 15px; }
    #quickview .swatch-wrap .swatch-item {
      padding: 0 15px; }
      #quickview .swatch-wrap .swatch-item ~ .swatch-item {
        border-top: 1px solid #E6E6E6;
        padding-top: 15px; } }

#addcart-success {
  padding: 0;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 8px; }
  #addcart-success button.fancybox-button.fancybox-close-small {
    width: 40px;
    height: 40px;
    padding: 6px; }
    #addcart-success button.fancybox-button.fancybox-close-small path {
      fill: #ffffff; }
  #addcart-success .addcart-header {
    background: #00BA00;
    color: #fff;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 400; }
  #addcart-success .addcart-title {
    display: flex;
    align-items: center;
    gap: 8px; }
  #addcart-success .icon-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    color: #00BA00;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #addcart-success .addcart-close {
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: -0.44px;
    color: #fff;
    cursor: pointer; }
  #addcart-success .addcart-content {
    padding: 20px; }
  #addcart-success .addcart-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px; }
    #addcart-success .addcart-item:last-child {
      margin-bottom: 0; }
  #addcart-success .item-thumb {
    width: 70px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0; }
    #addcart-success .item-thumb img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  #addcart-success .item-info {
    flex: 1; }
  #addcart-success .item-title {
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    margin-bottom: 8px; }
  #addcart-success .item-meta {
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    margin-bottom: 8px; }
  #addcart-success .item-price {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 500; }
  #addcart-success .item-qty {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px; }
  #addcart-success .item-gift {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eee;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    margin-top: 4px; }
  #addcart-success .item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #addcart-success .addcart-footer {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.05); }
    #addcart-success .addcart-footer .btn {
      height: 45px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      font-weight: 400;
      border-radius: 2px;
      border: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none;
      box-shadow: none; }
  #addcart-success .btn-buy-more {
    background: #F2F2F2;
    color: #000; }
  #addcart-success .btn-view-cart {
    background: #000;
    color: #fff; }

#delete-noti-confirm {
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  padding: 20px 40px; }
  #delete-noti-confirm button.fancybox-button.fancybox-close-small {
    display: none; }
  #delete-noti-confirm .delete-popup {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  #delete-noti-confirm .delete-title {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 500; }
  #delete-noti-confirm .delete-desc {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    line-height: 1.5;
    color: #000; }
  #delete-noti-confirm .delete-actions {
    display: flex;
    gap: 10px; }
  #delete-noti-confirm .delete-actions button {
    flex: 1;
    height: 45px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    font-weight: 400;
    border-radius: 2px;
    border: 0;
    cursor: pointer; }
  #delete-noti-confirm .btn-delete {
    background: #F2F2F2;
    color: #000; }
  #delete-noti-confirm .btn-cancel {
    background: #000;
    color: #fff; }

.btn-wishlist.in-wishlist {
  background: #000000 !important; }
  .btn-wishlist.in-wishlist path {
    fill: #ffffff; }

@media (max-width: 991px) {
  .template-contact .container {
    padding: 0; } }

.template-contact .contact-wrapper {
  padding: 40px 0 0 0;
  display: flex; }
  @media (max-width: 991px) {
    .template-contact .contact-wrapper {
      flex-direction: column;
      padding: 30px 0; } }
  .template-contact .contact-wrapper .contact-left,
  .template-contact .contact-wrapper .contact-right {
    flex: 1; }
  .template-contact .contact-wrapper .contact-left {
    padding-right: 40px;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .template-contact .contact-wrapper .contact-left {
        padding-right: 0;
        padding-bottom: 0;
        padding: 0 15px; } }
  .template-contact .contact-wrapper .contact-right {
    border-left: 1px solid #E6E6E6;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .template-contact .contact-wrapper .contact-right {
        padding-left: 0;
        border-left: none;
        padding: 0 15px;
        border-top: 1px solid #E6E6E6;
        margin-top: 30px;
        padding-top: 30px; } }
  .template-contact .contact-wrapper .title {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.8px;
    font-weight: 500;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .template-contact .contact-wrapper .title {
        font-size: 24px;
        line-height: 33.6px;
        letter-spacing: -0.48px; } }
  .template-contact .contact-wrapper .description {
    margin-bottom: 24px; }
  .template-contact .contact-wrapper .contact-form .input {
    height: 50px; }
  .template-contact .contact-wrapper .contact-form .input,
  .template-contact .contact-wrapper .contact-form .textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px; }
  .template-contact .contact-wrapper .contact-form .textarea {
    height: 170px;
    resize: none; }
  .template-contact .contact-wrapper .contact-form .cus-input {
    display: flex;
    gap: 20px;
    margin-bottom: 20px; }
    .template-contact .contact-wrapper .contact-form .cus-input .input {
      flex: 1;
      margin-bottom: 0; }
    .template-contact .contact-wrapper .contact-form .cus-input .phone-group {
      position: relative;
      flex: 1; }
      .template-contact .contact-wrapper .contact-form .cus-input .phone-group .phone {
        padding-right: 50px; }
      .template-contact .contact-wrapper .contact-form .cus-input .phone-group .flag {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px; }
  .template-contact .contact-wrapper .contact-form .submit-btn {
    padding: 16px 40px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    cursor: pointer;
    transition: 0.25s; }
    .template-contact .contact-wrapper .contact-form .submit-btn:hover {
      background: #333; }
  .template-contact .contact-wrapper .contact-right .company-name {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    font-weight: 400;
    margin-bottom: 4px; }
  .template-contact .contact-wrapper .contact-right .time {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  .template-contact .contact-wrapper .contact-right .label {
    font-weight: 400;
    margin-bottom: 4px;
    color: #666666;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  .template-contact .contact-wrapper .contact-right .info {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  .template-contact .contact-wrapper .contact-right .store-btn {
    padding: 15px 30px;
    border: 1px solid #000;
    background: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    border-radius: 4px;
    display: inline-block; }
    .template-contact .contact-wrapper .contact-right .store-btn:hover {
      background: #000;
      color: #fff; }

.cart-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F0F0F0;
  padding: 20px 0;
  z-index: 20;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
  top: auto !important; }
  @media (max-width: 991px) {
    .cart-bottom-bar {
      padding: 10px 0; } }
  .cart-bottom-bar .wrap-cart-fixed {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .cart-bottom-bar .wrap-cart-fixed {
        flex-direction: column;
        align-items: start;
        gap: 10px; } }
  @media (max-width: 991px) {
    .cart-bottom-bar .cart-left {
      padding: 0 15px; } }
  .cart-bottom-bar .cart-left .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    font-weight: 600;
    color: #000; }
    .cart-bottom-bar .cart-left .title span {
      font-weight: 400;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
  .cart-bottom-bar .cart-left .price {
    margin-top: 4px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .cart-bottom-bar .cart-left .price {
        margin-top: 0; } }
    .cart-bottom-bar .cart-left .price .save {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 400; }
  .cart-bottom-bar .cart-right {
    display: flex;
    justify-content: center;
    gap: 15px; }
    @media (max-width: 991px) {
      .cart-bottom-bar .cart-right {
        gap: 10px;
        width: 100%; } }
    .cart-bottom-bar .cart-right a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      padding: 0 35px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      border-radius: 2px;
      text-decoration: none;
      transition: 0.2s;
      white-space: nowrap;
      min-width: 295px; }
      @media (max-width: 991px) {
        .cart-bottom-bar .cart-right a {
          padding: 0 15px;
          width: 50%;
          min-width: auto; } }
    .cart-bottom-bar .cart-right .btn-outline {
      background: #fff;
      color: #000;
      border: none; }
    .cart-bottom-bar .cart-right .btn-black {
      background: #000;
      color: #fff; }

#menu-mb-new {
  position: fixed;
  top: 0;
  bottom: 0;
  width: calc(100% - 60px);
  right: auto;
  left: 0;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 500;
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  transition: transform .35s;
  background: #fff; }
  .open-menu-mb #menu-mb-new {
    -webkit-transform: none;
    transform: none; }
  #menu-mb-new .mobile-menu {
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 3;
    height: 100%;
    overflow: hidden;
    margin-top: -68px; }
    #menu-mb-new .mobile-menu .menu-level {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      max-height: 100%;
      background: white;
      transition: left 0.3s ease;
      box-sizing: border-box;
      overflow: auto;
      padding-bottom: 80px; }
      #menu-mb-new .mobile-menu .menu-level.level-1 {
        margin-top: 68px; }
      #menu-mb-new .mobile-menu .menu-level.active {
        left: 0; }
      #menu-mb-new .mobile-menu .menu-level .menu-header {
        font-weight: bold;
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 17px;
        position: relative;
        background: #F2F2F2;
        font-weight: 500; }
        #menu-mb-new .mobile-menu .menu-level .menu-header .back {
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          width: 20px;
          height: 20px; }
          #menu-mb-new .mobile-menu .menu-level .menu-header .back svg {
            width: 20px;
            height: 20px; }
      #menu-mb-new .mobile-menu .menu-level .menu-item-banner {
        display: flex;
        padding: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 1px; }
        #menu-mb-new .mobile-menu .menu-level .menu-item-banner a {
          display: flex;
          flex-direction: column;
          position: relative;
          min-width: calc(100% * 0.6);
          scroll-snap-align: start; }
          #menu-mb-new .mobile-menu .menu-level .menu-item-banner a img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          #menu-mb-new .mobile-menu .menu-level .menu-item-banner a span {
            text-align: center;
            color: #fff;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 90%;
            text-transform: uppercase;
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 500;
            padding: 15px 0; }
      #menu-mb-new .mobile-menu .menu-level .four_banner {
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        gap: 20px; }
        #menu-mb-new .mobile-menu .menu-level .four_banner .item-banner {
          display: flex;
          flex-direction: column;
          gap: 12px;
          text-align: center; }
          #menu-mb-new .mobile-menu .menu-level .four_banner .item-banner a {
            color: #000; }
            #menu-mb-new .mobile-menu .menu-level .four_banner .item-banner a img {
              border-radius: 4px; }
          #menu-mb-new .mobile-menu .menu-level .four_banner .item-banner p {
            color: #000;
            margin: 0; }
      #menu-mb-new .mobile-menu .menu-level .menu-item {
        padding: 20px 15px;
        font-weight: 500;
        border-bottom: 1px solid #CCCCCC;
        cursor: pointer;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px; }
        #menu-mb-new .mobile-menu .menu-level .menu-item.hasChild {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        #menu-mb-new .mobile-menu .menu-level .menu-item.hasChildNew {
          border-bottom: none; }
        #menu-mb-new .mobile-menu .menu-level .menu-item.text-normal {
          font-weight: normal;
          border-top: 1px solid #CCCCCC; }
        #menu-mb-new .mobile-menu .menu-level .menu-item a.highlight {
          color: #CA1911; }
      #menu-mb-new .mobile-menu .menu-level .menu-banner {
        margin-top: 20px; }
        #menu-mb-new .mobile-menu .menu-level .menu-banner img {
          width: 100%;
          display: block; }
      #menu-mb-new .mobile-menu .menu-level .submenu3 {
        padding: 0 15px 15px 15px;
        border-bottom: 1px solid #CCCCCC;
        display: flex;
        flex-direction: column;
        gap: 12px; }
        #menu-mb-new .mobile-menu .menu-level .submenu3 a {
          color: #595959; }
  #menu-mb-new .close-mn-mb {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000; }
    #menu-mb-new .close-mn-mb svg {
      width: 24px;
      height: 24px; }
      #menu-mb-new .close-mn-mb svg path {
        fill: #fff; }
  #menu-mb-new .wrap-search-mb {
    padding: 20px;
    background: #fff; }
    #menu-mb-new .wrap-search-mb .form-search-mb {
      position: relative; }
    #menu-mb-new .wrap-search-mb .input-search {
      border: none;
      height: 48px;
      border-bottom: 3px solid #000000;
      padding: 0 15px;
      width: 100%;
      outline: none;
      box-shadow: none;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      line-height: 28px; }
    #menu-mb-new .wrap-search-mb button {
      border: none;
      background: transparent;
      outline: none;
      box-shadow: none;
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #menu-mb-new .wrap-search-mb button svg {
        width: 20px;
        height: 20px; }
    #menu-mb-new .wrap-search-mb .clear-text-search {
      position: absolute;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 55px;
      bottom: 10px;
      cursor: pointer; }
  #menu-mb-new .account-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #000;
    padding: 15px; }
    #menu-mb-new .account-bar__icon {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #menu-mb-new .account-bar__text .title {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 400;
      margin: 0;
      color: #fff; }
    #menu-mb-new .account-bar__text .subtitle {
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: -0.24px;
      font-weight: 400;
      margin: 0;
      color: #fff; }
      #menu-mb-new .account-bar__text .subtitle a {
        color: #fff; }

.overlay-mn-mb {
  background-color: rgba(64, 64, 64, 0.5);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .open-menu-mb .overlay-mn-mb {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.minicart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease; }
  .minicart-overlay.overlay-active {
    opacity: 1;
    visibility: visible; }

.filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease; }
  .filter-overlay.overlay-active {
    opacity: 1;
    visibility: visible; }

.sort-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease; }
  .sort-overlay.overlay-active {
    opacity: 1;
    visibility: visible; }

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: -0.26px;
  margin: 0 0 30px 0; }
  .selected-filters .filter-clear-all {
    background: #000;
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    border: none;
    cursor: pointer; }
  .selected-filters .filter-tag {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F3F3F3;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    line-height: 1;
    cursor: default; }
    .selected-filters .filter-tag .remove-tag {
      cursor: pointer;
      display: flex;
      align-items: center; }
      .selected-filters .filter-tag .remove-tag img {
        width: 9px;
        height: 9px; }

.product-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto !important;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease;
  /* MOBILE */ }
  @media (max-width: 1199px) {
    .product-sticky-bar {
      display: none; } }
  .product-sticky-bar.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .product-sticky-bar .sticky-inner {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px; }
  .product-sticky-bar .product-info {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    min-width: 0; }
    .product-sticky-bar .product-info .thumb {
      width: 40px;
      flex-shrink: 0;
      border-radius: 2px;
      overflow: hidden; }
      .product-sticky-bar .product-info .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .product-sticky-bar .product-info .info {
      min-width: 0; }
    .product-sticky-bar .product-info .title {
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px;
      margin: 0 0 6px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 400; }
    .product-sticky-bar .product-info .price {
      display: flex;
      align-items: center;
      gap: 8px; }
      .product-sticky-bar .product-info .price-current {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 500; }
      .product-sticky-bar .product-info .price-compare {
        text-decoration: line-through;
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px; }
      .product-sticky-bar .product-info .price-discount {
        color: #CA1911;
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px; }
  .product-sticky-bar .action {
    flex-shrink: 0; }
    .product-sticky-bar .action button {
      background: #fff;
      color: #000;
      border: none;
      padding: 10px 24px;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.2s ease;
      height: 40px; }
      .product-sticky-bar .action button:hover {
        background: #f2f2f2; }
  @media (max-width: 767px) {
    .product-sticky-bar .sticky-inner {
      flex-direction: column;
      gap: 12px; }
    .product-sticky-bar .product-info .title {
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .product-sticky-bar .action {
      width: 100%; }
      .product-sticky-bar .action .btn-add-cart {
        width: 100%; } }

/* ===== MOBILE FIXED ACTION ===== */
.mobile-fixed-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  gap: 10px;
  padding: 10px 15px;
  background: #F0F0F0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .mobile-fixed-actions {
      display: none; } }
  .mobile-fixed-actions.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .mobile-fixed-actions button {
    flex: 1;
    height: 45px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    cursor: pointer; }
  .mobile-fixed-actions .btn-add-cart-mb {
    background: #ffffff;
    color: #000; }
  .mobile-fixed-actions .btn-buy-now-mb {
    background: #000;
    color: #fff; }

/* Store */
.storeslist {
  padding: 20px 0 80px 0; }
  .storeslist h1 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin: 0 0 20px 0;
    font-weight: 400; }
  .storeslist .img-map {
    height: 100%; }
    @media (min-width: 992px) {
      .storeslist .img-map {
        min-height: 560px; } }
    @media (max-width: 991px) {
      .storeslist .img-map {
        height: 480px;
        margin-top: 15px; } }
    .storeslist .img-map iframe {
      width: 100%;
      height: 100%; }
  .storeslist .store-wrap {
    display: flex;
    gap: 40px; }
    .storeslist .store-wrap .left-store {
      width: 45%; }
      @media (max-width: 991px) {
        .storeslist .store-wrap .left-store {
          width: 100%; } }
    .storeslist .store-wrap .right-store {
      width: 55%; }
      @media (max-width: 991px) {
        .storeslist .store-wrap .right-store {
          display: none; } }

.banner-store {
  padding: 20px 0; }
  .banner-store img {
    width: 100%; }

.address-map .title-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0; }

.address-map .location-svg {
  width: 25px; }

.address-map h3 {
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  color: #333;
  padding: 8px 0 8px 40px;
  background-size: contain;
  margin: 0; }

.address-map .item-store select {
  width: 100%;
  border: 1px solid #D9D9D9;
  color: #333;
  text-indent: 5px;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: -0.26px;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
  padding: 15px 10px;
  outline: none;
  box-shadow: none;
  appearance: none;
  background: url(https://cdn.hstatic.net/files/200000039280/file/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 16px; }

.address-map .wrapper-select-store .select2-container--bootstrap {
  width: auto !important; }

.address-map .wrapper-select-store .item-store label {
  margin: 0 0 5px 0; }

.address-map .wrapper-select-store .item-store ~ .item-store {
  margin-top: 10px; }

.address-map .address-cont {
  overflow-y: auto;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .address-map .address-cont {
      overflow-y: inherit; } }
  .address-map .address-cont .address-detail ul {
    display: flex;
    flex-direction: column;
    max-height: 817px;
    overflow: auto; }
    @media (max-width: 991px) {
      .address-map .address-cont .address-detail ul {
        max-height: none;
        overflow: inherit; } }
    .address-map .address-cont .address-detail ul li {
      display: flex;
      flex-direction: column;
      gap: 13px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      cursor: pointer;
      padding: 15px 10px; }
      .address-map .address-cont .address-detail ul li.active {
        background: #F7F7F7; }
        @media (max-width: 991px) {
          .address-map .address-cont .address-detail ul li.active .iframe {
            display: block; }
            .address-map .address-cont .address-detail ul li.active .iframe iframe {
              width: 100%;
              height: 260px; } }
      .address-map .address-cont .address-detail ul li ~ li {
        padding-top: 20px;
        border-top: 1px solid #E6E6E6; }
        @media (max-width: 991px) {
          .address-map .address-cont .address-detail ul li ~ li {
            margin-top: 0; } }
      .address-map .address-cont .address-detail ul li .name {
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px; }
      .address-map .address-cont .address-detail ul li .address {
        color: #666666; }
      .address-map .address-cont .address-detail ul li .time {
        color: #666666; }
        .address-map .address-cont .address-detail ul li .time label {
          color: #000000;
          display: block; }
      .address-map .address-cont .address-detail ul li .phone {
        color: #666666; }
        .address-map .address-cont .address-detail ul li .phone label {
          color: #000000;
          display: block; }
      .address-map .address-cont .address-detail ul li .iframe {
        display: none; }

.template-size-guide {
  padding: 0 0 60px 0;
  /* TITLE */
  /* BLOCK */
  /* TABLE */
  /* table */ }
  @media (max-width: 991px) {
    .template-size-guide {
      padding: 0 0 20px 0; } }
  .template-size-guide .size-guide {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: flex-start;
    padding: 20px 0; }
    @media (max-width: 991px) {
      .template-size-guide .size-guide {
        grid-template-columns: 1fr;
        gap: 20px; } }
    .template-size-guide .size-guide__left {
      max-width: 720px; }
    .template-size-guide .size-guide__right img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      background: #f2f2f2; }
    @media (max-width: 991px) {
      .template-size-guide .size-guide__right {
        order: 2; } }
  .template-size-guide .size-title {
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.64px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .template-size-guide .size-title {
        margin-bottom: 20px; } }
  .template-size-guide .size-block ~ .size-block {
    margin-top: 40px; }
  .template-size-guide .size-heading {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .template-size-guide .table-wrapper {
    border: 1px solid #000;
    border-radius: 6px;
    overflow: hidden; }
  .template-size-guide .size-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.32px; }
    .template-size-guide .size-table th,
    .template-size-guide .size-table td {
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 11px 20px;
      text-align: center; }
    .template-size-guide .size-table th:last-child,
    .template-size-guide .size-table td:last-child {
      border-right: 0; }
    .template-size-guide .size-table tbody tr:last-child td {
      border-bottom: 0; }
    .template-size-guide .size-table thead th {
      font-weight: 500;
      background: #F2F2F2; }
      .template-size-guide .size-table thead th.col-size {
        background: #000;
        color: #fff;
        width: 140px;
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: -0.32px; }
    .template-size-guide .size-table tbody td:first-child {
      font-weight: 500;
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px; }

#BISWidgetBar {
  z-index: 9; }

.page-wrapper {
  padding: 40px 0;
  /* ===== Page Header ===== */
  /* ===== Page Content ===== */
  /* ===== Responsive ===== */ }
  .page-wrapper .page-layout {
    display: flex;
    justify-content: center; }
  .page-wrapper .page-main {
    width: 100%;
    max-width: 900px; }
  .page-wrapper .page-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #eee; }
  .page-wrapper .page-title {
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.64px;
    font-weight: 600;
    color: #111;
    margin: 0 0 16px; }
  .page-wrapper .page-content {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #333; }
    .page-wrapper .page-content p {
      margin-bottom: 16px; }
    .page-wrapper .page-content h2 {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      margin: 32px 0 16px;
      font-weight: 600; }
    .page-wrapper .page-content h3 {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      margin: 24px 0 12px;
      font-weight: 600; }
    .page-wrapper .page-content ul,
    .page-wrapper .page-content ol {
      padding-left: 20px;
      margin-bottom: 16px; }
    .page-wrapper .page-content img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 24px auto; }
  @media (max-width: 768px) {
    .page-wrapper .page-title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px; }
    .page-wrapper .page-wrapper {
      padding: 24px 0; } }

.blog-fashion {
  background: #fff;
  color: #000;
  /* ===== Header ===== */
  /* ===== Blog Item ===== */
  /* Image */
  /* Content */
  /* ===== Pagination ===== */
  /* ===== Empty ===== */
  /* ===== Responsive ===== */ }
  .blog-fashion .blog-header {
    margin-bottom: 32px; }
    .blog-fashion .blog-header .blog-title {
      font-size: 28px;
      line-height: 39.2px;
      letter-spacing: -0.56px;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .blog-fashion .blog-header .blog-desc {
      color: #777;
      text-transform: uppercase; }
  .blog-fashion .blog-item {
    display: flex;
    gap: 32px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee; }
    .blog-fashion .blog-item:last-child {
      border-bottom: none; }
  .blog-fashion .blog-thumb {
    width: 40%;
    overflow: hidden; }
    .blog-fashion .blog-thumb img {
      width: 100%;
      height: auto;
      object-fit: cover;
      filter: grayscale(100%);
      transition: all .4s ease; }
    .blog-fashion .blog-thumb:hover img {
      filter: grayscale(0%);
      transform: scale(1.05); }
  .blog-fashion .blog-info {
    width: 60%; }
  .blog-fashion .meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px; }
  .blog-fashion .blog-item-title {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 600;
    margin-bottom: 16px; }
    .blog-fashion .blog-item-title a {
      color: #111;
      text-decoration: none;
      transition: color .3s; }
      .blog-fashion .blog-item-title a:hover {
        color: #000;
        text-decoration: underline; }
  .blog-fashion .excerpt {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #444;
    margin-bottom: 20px; }
  .blog-fashion .readmore {
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    transition: all .3s; }
    .blog-fashion .readmore span {
      margin-left: 6px; }
    .blog-fashion .readmore:hover {
      opacity: 0.6; }
  .blog-fashion .blog-pagination {
    margin-top: 40px; }
  .blog-fashion .empty-blog {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #777; }
  @media (max-width: 991px) {
    .blog-fashion .blog-item {
      flex-direction: column; }
    .blog-fashion .blog-thumb,
    .blog-fashion .blog-info {
      width: 100%; }
    .blog-fashion .blog-header .blog-title {
      font-size: 32px;
      line-height: 44.8px;
      letter-spacing: -0.64px; } }

.blog-sidebar {
  padding-left: 32px;
  border-left: 1px solid #eee;
  /* ===== Responsive ===== */
  /* ===== Block ===== */
  /* ===== Title ===== */
  /* ===== Menu ===== */
  /* ===== Featured Posts ===== */ }
  @media (max-width: 991px) {
    .blog-sidebar {
      padding-left: 0;
      border-left: none; } }
  .blog-sidebar .sidebar-block {
    margin-bottom: 48px; }
  .blog-sidebar .sidebar-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px; }
    .blog-sidebar .sidebar-title:after {
      content: '';
      width: 32px;
      height: 2px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0; }
  .blog-sidebar .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .blog-sidebar .sidebar-menu li {
      margin-bottom: 12px; }
    .blog-sidebar .sidebar-menu a {
      color: #111;
      text-decoration: none;
      position: relative;
      padding-left: 16px;
      transition: all .3s ease; }
      .blog-sidebar .sidebar-menu a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 1px solid #000;
        position: absolute;
        left: 0;
        top: 6px;
        transition: all .3s ease; }
      .blog-sidebar .sidebar-menu a:hover {
        padding-left: 22px; }
        .blog-sidebar .sidebar-menu a:hover:before {
          background: #000; }
  .blog-sidebar .sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .blog-sidebar .sidebar-post {
    display: flex;
    gap: 12px; }
    .blog-sidebar .sidebar-post .thumb {
      width: 72px;
      height: 72px;
      overflow: hidden;
      flex-shrink: 0; }
      .blog-sidebar .sidebar-post .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: all .3s ease; }
      .blog-sidebar .sidebar-post .thumb:hover img {
        filter: grayscale(0%);
        transform: scale(1.1); }
    .blog-sidebar .sidebar-post .info h4 {
      font-weight: 500;
      margin-bottom: 6px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px; }
      .blog-sidebar .sidebar-post .info h4 a {
        color: #111;
        text-decoration: none; }
        .blog-sidebar .sidebar-post .info h4 a:hover {
          text-decoration: underline; }
    .blog-sidebar .sidebar-post .info .date {
      font-size: 11px;
      line-height: 15.4px;
      letter-spacing: -0.22px;
      color: #888;
      text-transform: uppercase; }

.article-fashion {
  padding: 60px 0;
  background: #fff;
  color: #111;
  /* ===== Layout ===== */
  /* ===== Header ===== */
  /* ===== Content ===== */
  /* ===== Comments ===== */
  /* ===== Comment List ===== */
  /* ===== Notice ===== */
  /* ===== Responsive ===== */ }
  .article-fashion .article-wrapper {
    max-width: 760px;
    margin: 0 auto; }
  .article-fashion .article-header {
    margin-bottom: 40px;
    text-align: center; }
  .article-fashion .article-title {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.8px;
    font-weight: 700;
    margin-bottom: 16px; }
  .article-fashion .article-meta {
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: #888; }
    .article-fashion .article-meta span {
      margin: 0 10px; }
  .article-fashion .article-content {
    font-size: 17px;
    line-height: 23.8px;
    letter-spacing: -0.34px;
    color: #222;
    margin-bottom: 60px; }
    .article-fashion .article-content h2 {
      font-size: 26px;
      line-height: 36.4px;
      letter-spacing: -0.52px;
      margin: 48px 0 20px;
      font-weight: 600; }
    .article-fashion .article-content h3 {
      font-size: 22px;
      line-height: 30.8px;
      letter-spacing: -0.44px;
      margin: 32px 0 16px;
      font-weight: 600; }
    .article-fashion .article-content p {
      margin-bottom: 20px; }
    .article-fashion .article-content img {
      max-width: 100%;
      margin: 32px auto;
      display: block; }
    .article-fashion .article-content blockquote {
      border-left: 3px solid #000;
      padding-left: 20px;
      margin: 40px 0;
      font-style: italic;
      color: #444; }
  .article-fashion .article-comments {
    border-top: 1px solid #eee;
    padding-top: 40px; }
  .article-fashion .comment-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
    text-transform: uppercase; }
  .article-fashion .comment-form {
    margin-bottom: 40px; }
    .article-fashion .comment-form input,
    .article-fashion .comment-form textarea {
      width: 100%;
      border: 1px solid #ccc;
      padding: 12px 14px;
      margin-bottom: 16px; }
  .article-fashion .btn-submit {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 32px;
    text-transform: uppercase;
    cursor: pointer; }
    .article-fashion .btn-submit:hover {
      opacity: .8; }
  .article-fashion .comment-item {
    padding: 20px 0;
    border-top: 1px solid #eee; }
  .article-fashion .comment-author {
    font-weight: 600;
    margin-bottom: 6px; }
    .article-fashion .comment-author span {
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: -0.24px;
      font-weight: 400;
      color: #888;
      margin-left: 10px; }
  .article-fashion .comment-body {
    color: #333; }
  .article-fashion .notice {
    margin-bottom: 16px; }
    .article-fashion .notice.success {
      color: #2e7d32; }
    .article-fashion .notice.error {
      color: #c62828; }
  @media (max-width: 768px) {
    .article-fashion .article-title {
      font-size: 28px;
      line-height: 39.2px;
      letter-spacing: -0.56px; }
    .article-fashion .article-fashion {
      padding: 40px 0; } }

.template-intro {
  /* ===== Content ===== */
  /* ===== Gallery ===== */
  /* Item */
  /* Center image nổi bật */
  /* ===== Title ===== */
  /* ===== Grid ===== */
  /* ===== Item ===== */
  /* ===== Icon ===== */
  /* ===== Text ===== */ }
  .template-intro .heritage-section {
    background: #111;
    color: #fff;
    padding: 80px 0; }
    @media (max-width: 991px) {
      .template-intro .heritage-section {
        padding: 40px 0; } }
  .template-intro .heritage-content {
    max-width: 700px;
    margin: 0 auto 64px;
    text-align: center; }
  .template-intro .heritage-title {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .template-intro .heritage-text {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #ddd; }
    .template-intro .heritage-text p {
      margin-bottom: 16px; }
  .template-intro .heritage-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .template-intro .heritage-gallery {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-right: 15px;
        margin-right: -15px;
        scrollbar-width: none; } }
  .template-intro .heritage-item {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform .4s ease, box-shadow .4s ease; }
    @media (max-width: 991px) {
      .template-intro .heritage-item {
        min-width: calc(100% * 0.6);
        scroll-snap-align: start; } }
    .template-intro .heritage-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: grayscale(100%);
      transition: all .4s ease; }
    .template-intro .heritage-item:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); }
      .template-intro .heritage-item:hover img {
        filter: grayscale(0%);
        transform: scale(1.05); }
  .template-intro .heritage-item.highlight {
    border-radius: 20px; }
  .template-intro .jockey-value {
    background: #fff;
    padding: 80px 0; }
    @media (max-width: 991px) {
      .template-intro .jockey-value {
        padding: 40px 0; } }
  .template-intro .section-title {
    text-align: center;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 48px; }
    @media (max-width: 991px) {
      .template-intro .section-title {
        margin-bottom: 24px; } }
  .template-intro .value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .template-intro .value-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-right: 15px;
        margin-right: -15px;
        scrollbar-width: none; } }
  .template-intro .value-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all .3s ease; }
    @media (max-width: 991px) {
      .template-intro .value-item {
        padding: 12px; } }
    .template-intro .value-item:hover {
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
      transform: translateY(-6px); }
    @media (max-width: 991px) {
      .template-intro .value-item {
        min-width: calc(100% * 0.6);
        scroll-snap-align: start; } }
  .template-intro .value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px; }
    .template-intro .value-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .template-intro .value-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #111; }
  .template-intro .value-desc {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #444;
    margin: 0; }
  .template-intro .section-two-banner {
    background: #ffffff;
    padding: 0 0 64px 0; }
    @media (max-width: 991px) {
      .template-intro .section-two-banner {
        padding: 0 0 40px 0; } }
    .template-intro .section-two-banner .banner-container {
      display: flex;
      gap: 20px; }
      .template-intro .section-two-banner .banner-container .banner-item {
        position: relative;
        flex: 1;
        border-radius: 12px;
        overflow: hidden;
        height: 480px; }
        .template-intro .section-two-banner .banner-container .banner-item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
        .template-intro .section-two-banner .banner-container .banner-item .banner-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
        .template-intro .section-two-banner .banner-container .banner-item .banner-content {
          position: absolute;
          left: 0;
          bottom: 0;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 30px;
          width: 100%;
          padding: 20px; }
          @media (max-width: 991px) {
            .template-intro .section-two-banner .banner-container .banner-item .banner-content {
              flex-direction: column;
              align-items: start;
              gap: 10px; } }
          .template-intro .section-two-banner .banner-container .banner-item .banner-content .content-innner h2 {
            font-size: 32px;
            line-height: 44.8px;
            letter-spacing: -0.64px;
            font-weight: 700;
            margin: 0; }
          .template-intro .section-two-banner .banner-container .banner-item .banner-content .content-innner p {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            margin-bottom: 0; }
    @media (max-width: 991px) {
      .template-intro .section-two-banner .banner-container {
        flex-direction: column;
        gap: 15px; } }

.support-page {
  background: #fff;
  padding: 32px 0 80px;
  /* ===== Layout ===== */
  /* ===== Sidebar ===== */
  /* ===== Content ===== */
  /* ===== Responsive ===== */ }
  @media (max-width: 991px) {
    .support-page {
      padding: 0 0 40px 0; } }
  .support-page .support-layout {
    display: flex;
    gap: 48px; }
    @media (max-width: 991px) {
      .support-page .support-layout {
        flex-direction: column;
        gap: 0; } }
  .support-page .support-sidebar {
    width: 260px;
    flex-shrink: 0; }
  .support-page .sidebar-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px; }
  .support-page .policy-mobile {
    display: none;
    margin-bottom: 40px;
    padding: 15px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; }
    @media (max-width: 991px) {
      .support-page .policy-mobile {
        display: block; } }
    .support-page .policy-mobile__header {
      border: 1px solid #E6E6E6;
      border-radius: 4px;
      padding: 8px 15px;
      cursor: pointer;
      position: relative; }
    .support-page .policy-mobile__label {
      display: block;
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: -0.24px;
      color: #8C8C8C;
      margin-bottom: 4px; }
    .support-page .policy-mobile__value {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      color: #000; }
    .support-page .policy-mobile .icon-arrow {
      width: 16px;
      height: 16px;
      transition: transform .25s ease;
      position: absolute;
      top: 41%;
      right: 16px; }
    .support-page .policy-mobile.open .icon-arrow {
      transform: rotate(180deg); }
    .support-page .policy-mobile__list {
      display: none;
      margin-top: 8px;
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      overflow: hidden;
      background: #fff; }
      .support-page .policy-mobile__list li {
        border-bottom: 1px solid #eee; }
        .support-page .policy-mobile__list li:last-child {
          border-bottom: none; }
        .support-page .policy-mobile__list li a {
          display: block;
          padding: 12px 16px;
          font-size: 14px;
          color: #111;
          text-decoration: none; }
          .support-page .policy-mobile__list li a:hover {
            background: #f5f5f5; }
        .support-page .policy-mobile__list li.active a {
          font-weight: 600;
          background: #f9f9f9; }
  .support-page .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 991px) {
      .support-page .sidebar-menu {
        display: none; } }
    .support-page .sidebar-menu li {
      position: relative; }
    .support-page .sidebar-menu a {
      position: relative;
      display: block;
      padding: 12px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      color: #111;
      text-decoration: none;
      border-radius: 4px;
      transition: background .2s ease, color .2s ease;
      /* line bên trái */ }
      .support-page .sidebar-menu a::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 8px;
        bottom: 8px;
        width: 3px;
        background: #000;
        opacity: 0;
        transition: opacity .2s ease; }
      .support-page .sidebar-menu a:hover {
        background: #e6e6e6;
        color: #000; }
      .support-page .sidebar-menu a.active {
        background: #000000;
        color: #fff; }
        .support-page .sidebar-menu a.active::before {
          opacity: 1; }
  .support-page .support-content {
    flex: 1;
    max-width: 760px; }
  .support-page .content-title {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 600;
    margin-bottom: 32px;
    text-transform: uppercase; }
  .support-page .content-body {
    color: #333;
    font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
    .support-page .content-body * {
      font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
    .support-page .content-body h1, .support-page .content-body h2, .support-page .content-body h3, .support-page .content-body h4, .support-page .content-body h5, .support-page .content-body h6 {
      font-weight: normal;
      line-height: 1.2; }
    .support-page .content-body h1 {
      font-size: 2em; }
    .support-page .content-body h2 {
      font-size: 1.5em; }
    .support-page .content-body h3 {
      font-size: 1.17em; }
    .support-page .content-body h4 {
      font-size: 13px; }
    .support-page .content-body h5 {
      font-size: 0.83em; }
    .support-page .content-body h6 {
      font-size: 0.67em; }
    .support-page .content-body ul {
      padding-left: 13px;
      margin-bottom: 13px; }
      .support-page .content-body ul li {
        list-style: disc;
        margin-bottom: 6px; }
  @media (max-width: 991px) {
    .support-page .support-sidebar {
      width: 100%; }
    .support-page .support-content {
      max-width: 100%; } }

#coupon-fancybox {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 390px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 100%; }
  @media (max-width: 1199px) {
    #coupon-fancybox {
      overflow: hidden; } }
  #coupon-fancybox.show-mini-coupon {
    overflow: hidden; }
  #coupon-fancybox.active {
    transform: translateX(0); }
  #coupon-fancybox .modal-header {
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 14px 20px; }
    #coupon-fancybox .modal-header h3 {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500;
      margin: 0; }
    #coupon-fancybox .modal-header .btn-back-coupon {
      position: absolute;
      left: 0;
      background: none;
      border: 0;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
  @media (max-width: 1199px) {
    #coupon-fancybox .coupon-body {
      flex: 1;
      max-height: 100%; } }
  #coupon-fancybox #render-coupon-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px; }
    @media (max-width: 1199px) {
      #coupon-fancybox #render-coupon-list {
        overflow: auto;
        height: calc(100% - 50px); } }

.coupon-item-cus {
  border-radius: 8px; }
  .coupon-item-cus .coupon-item-top {
    background: #1A1A1A;
    color: #fff;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  .coupon-item-cus .coupon-perforation {
    height: 8px;
    background: radial-gradient(circle at 6px 9px, #ffffff 4px, transparent 4.5px) repeat-x;
    background-size: 14px 8px;
    margin-top: -8px; }
  .coupon-item-cus .wrap-coupon-content {
    border: 1px solid #CCCCCC;
    border-radius: 0 0 8px 8px;
    border-top: none;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    color: #666666;
    display: flex;
    flex-direction: column;
    padding: 8px 15px; }
  .coupon-item-cus .coupon-item-body {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px; }
    .coupon-item-cus .coupon-item-body p {
      margin: 0; }
      .coupon-item-cus .coupon-item-body p span {
        color: #000; }
  .coupon-item-cus .toggle-detail {
    color: #000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px; }
    .coupon-item-cus .toggle-detail img {
      transition: 0.2s all; }
    .coupon-item-cus .toggle-detail.clicked img {
      transform: rotate(180deg); }
  .coupon-item-cus .coupon-item-footer {
    display: flex;
    justify-content: space-between; }
    .coupon-item-cus .coupon-item-footer button {
      background: #000;
      color: #fff;
      border-radius: 4px;
      padding: 6px 20px;
      border: none;
      cursor: pointer;
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px; }
  .coupon-item-cus .detail-coupon-show {
    position: relative;
    margin-left: auto; }
    @media (min-width: 1200px) {
      .coupon-item-cus .detail-coupon-show:hover .coupon-detail {
        display: block; } }
  .coupon-item-cus .overlay-coupon-detail {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none; }
  .coupon-item-cus .coupon-detail {
    display: none;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    position: absolute;
    right: 0;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    color: #000000;
    z-index: 100; }
    @media (max-width: 1199px) {
      .coupon-item-cus .coupon-detail {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 999;
        border-radius: 10px 10px 0 0;
        transform: translateY(100%);
        transition: transform .35s ease;
        display: flex;
        flex-direction: column;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        cursor: none;
        visibility: hidden; }
        .coupon-item-cus .coupon-detail.active {
          transform: translateY(0);
          opacity: 1;
          pointer-events: all;
          cursor: auto;
          visibility: visible; } }
    .coupon-item-cus .coupon-detail .coupon-head-mb {
      border-bottom: 1px solid #CCCCCC;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 0;
      padding: 12px 20px; }
      @media (min-width: 1200px) {
        .coupon-item-cus .coupon-detail .coupon-head-mb {
          display: none; } }
      .coupon-item-cus .coupon-detail .coupon-head-mb .btn-close-detail-coupon {
        right: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        background: none;
        border: 0;
        box-shadow: none; }
    .coupon-item-cus .coupon-detail .coupon-title {
      padding: 9px 15px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500;
      text-align: center;
      background: #000;
      color: #fff;
      border-radius: 8px 8px 0 0; }
      @media (max-width: 1199px) {
        .coupon-item-cus .coupon-detail .coupon-title {
          display: none; } }
    .coupon-item-cus .coupon-detail .coupon-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 9px 15px;
      background: #ffffff;
      gap: 20px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
      .coupon-item-cus .coupon-detail .coupon-line.bg-gray {
        background: #F2F2F2; }
      .coupon-item-cus .coupon-detail .coupon-line label {
        width: 80px; }
      .coupon-item-cus .coupon-detail .coupon-line .coupon-right {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1; }
        .coupon-item-cus .coupon-detail .coupon-line .coupon-right .coupon-code {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px; }
        .coupon-item-cus .coupon-detail .coupon-line .coupon-right .apply-coupon-modal-detail {
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent;
          border: none;
          padding: 0;
          cursor: pointer; }
          .coupon-item-cus .coupon-detail .coupon-line .coupon-right .apply-coupon-modal-detail img {
            width: 16px;
            height: 16px; }
    .coupon-item-cus .coupon-detail .coupon-wrap-info {
      padding: 10px 15px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      @media (max-width: 991px) {
        .coupon-item-cus .coupon-detail .coupon-wrap-info {
          padding: 10px 15px 45px 15px; } }
      .coupon-item-cus .coupon-detail .coupon-wrap-info p {
        margin: 0; }
      .coupon-item-cus .coupon-detail .coupon-wrap-info ul {
        padding: 8px 0 0 15px;
        list-style: inherit; }
        .coupon-item-cus .coupon-detail .coupon-wrap-info ul a {
          color: #2C51B0; }

.coupon-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

.bottom-nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 0;
  z-index: 10; }
  @media (max-width: 991px) {
    .bottom-nav {
      display: flex; } }
  .bottom-nav .nav-item {
    text-align: center;
    flex: 1;
    color: white;
    text-decoration: none;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px; }

@supports (padding: env(safe-area-inset-bottom)) {
  .bottom-nav {
    padding-bottom: env(safe-area-inset-bottom); } }

.template-bundle .wrap-tab-combo {
  padding: 64px 0; }
  @media (max-width: 991px) {
    .template-bundle .wrap-tab-combo {
      padding: 40px 0; } }
  .template-bundle .wrap-tab-combo .combo-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .template-bundle .wrap-tab-combo .combo-tabs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 20px; } }
    .template-bundle .wrap-tab-combo .combo-tabs .combo-tab {
      padding: 14px 30px;
      border: 1px solid #000;
      background: #fff;
      cursor: pointer;
      font-weight: 500;
      border-radius: 4px;
      transition: 0.2s all;
      color: #000000;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
      .template-bundle .wrap-tab-combo .combo-tabs .combo-tab:hover {
        background: #000;
        color: #fff; }
      .template-bundle .wrap-tab-combo .combo-tabs .combo-tab.active {
        background: #000;
        color: #fff; }
  .template-bundle .wrap-tab-combo .combo-content {
    display: flex;
    gap: 30px;
    align-items: start; }
    @media (max-width: 991px) {
      .template-bundle .wrap-tab-combo .combo-content {
        flex-direction: column; } }
    .template-bundle .wrap-tab-combo .combo-content .list-product {
      width: calc(100% - 420px); }
      @media (max-width: 991px) {
        .template-bundle .wrap-tab-combo .combo-content .list-product {
          width: 100%; } }

.sidebar-bundle {
  position: sticky;
  top: 65px;
  width: 100%;
  max-width: 390px; }
  @media (max-width: 991px) {
    .sidebar-bundle {
      max-width: none;
      position: relative;
      top: 0; }
      .sidebar-bundle.fixed-bottom {
        position: fixed;
        top: auto;
        bottom: 16px;
        padding: 0 15px; } }
  .sidebar-bundle .combo-sidebar {
    /* HEADER */
    /* PROGRESS */
    /* ITEMS */
    /* FOOTER */ }
    .sidebar-bundle .combo-sidebar .combo-box {
      border: 1px solid #000;
      border-radius: 12px;
      padding: 30px 20px; }
      @media (max-width: 991px) {
        .sidebar-bundle .combo-sidebar .combo-box {
          border: 1px solid rgba(0, 0, 0, 0.75);
          background: rgba(0, 0, 0, 0.75);
          color: #fff;
          padding: 20px; } }
    .sidebar-bundle .combo-sidebar .combo-header {
      text-align: center; }
      .sidebar-bundle .combo-sidebar .combo-header.opened h2 .arrow-down img {
        transform: rotate(180deg); }
      .sidebar-bundle .combo-sidebar .combo-header h2 {
        font-size: 24px;
        line-height: 33.6px;
        letter-spacing: -0.48px;
        font-weight: 500;
        margin-bottom: 12px; }
        @media (max-width: 991px) {
          .sidebar-bundle .combo-sidebar .combo-header h2 {
            font-size: 18px;
            line-height: 25.2px;
            letter-spacing: -0.36px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px; } }
        .sidebar-bundle .combo-sidebar .combo-header h2 .arrow-down {
          display: none; }
          @media (max-width: 991px) {
            .sidebar-bundle .combo-sidebar .combo-header h2 .arrow-down {
              display: block; } }
          .sidebar-bundle .combo-sidebar .combo-header h2 .arrow-down img {
            transition: 0.2s all; }
      .sidebar-bundle .combo-sidebar .combo-header .combo-description {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        margin-bottom: 24px; }
        @media (max-width: 991px) {
          .sidebar-bundle .combo-sidebar .combo-header .combo-description {
            display: none; } }
    .sidebar-bundle .combo-sidebar .combo-progress {
      display: flex;
      gap: 4px;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .sidebar-bundle .combo-sidebar .combo-progress {
          margin-bottom: 0; } }
      .sidebar-bundle .combo-sidebar .combo-progress .bar {
        flex: 1;
        height: 6px;
        background: #CCCCCC;
        border-radius: 20px; }
        .sidebar-bundle .combo-sidebar .combo-progress .bar.active {
          background: #00BA00; }
    @media (max-width: 991px) {
      .sidebar-bundle .combo-sidebar .combo-body {
        display: none;
        margin-top: 24px; } }
    .sidebar-bundle .combo-sidebar .combo-items {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .sidebar-bundle .combo-sidebar .combo-item {
      display: flex;
      gap: 20px;
      align-items: flex-start;
      /* PLACEHOLDER */ }
      .sidebar-bundle .combo-sidebar .combo-item .thumb {
        width: 92px;
        height: 120px;
        border-radius: 4px;
        overflow: hidden;
        position: relative; }
        .sidebar-bundle .combo-sidebar .combo-item .thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .sidebar-bundle .combo-sidebar .combo-item .info {
        flex: 1; }
        .sidebar-bundle .combo-sidebar .combo-item .info h4 {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px;
          font-weight: 400;
          margin-bottom: 8px; }
        .sidebar-bundle .combo-sidebar .combo-item .info .variant {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px;
          margin-bottom: 8px; }
        .sidebar-bundle .combo-sidebar .combo-item .info .price {
          display: flex;
          gap: 12px;
          align-items: center; }
          .sidebar-bundle .combo-sidebar .combo-item .info .price .current {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 500; }
          .sidebar-bundle .combo-sidebar .combo-item .info .price .old {
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px;
            color: #777;
            text-decoration: line-through; }
      .sidebar-bundle .combo-sidebar .combo-item .remove-btn {
        width: 24px;
        height: 24px;
        border-radius: 3px;
        border: none;
        background: #E6E6E6;
        cursor: pointer; }
      .sidebar-bundle .combo-sidebar .combo-item .combo-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 10px;
        border-radius: 2px;
        background-color: #E9E9E9;
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px;
        color: #252525;
        margin-top: 8px; }
        .sidebar-bundle .combo-sidebar .combo-item .combo-badge .icon {
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-color: #000;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
        .sidebar-bundle .combo-sidebar .combo-item .combo-badge .text {
          white-space: nowrap; }
          .sidebar-bundle .combo-sidebar .combo-item .combo-badge .text span {
            color: #CA1911; }
      .sidebar-bundle .combo-sidebar .combo-item.placeholder .thumb {
        height: 120px;
        background: #EBEAE7; }
      .sidebar-bundle .combo-sidebar .combo-item.placeholder .info .line {
        height: 14px;
        background: #EBEAE7;
        border-radius: 10px;
        margin-bottom: 10px; }
        .sidebar-bundle .combo-sidebar .combo-item.placeholder .info .line.long {
          width: 100%; }
        .sidebar-bundle .combo-sidebar .combo-item.placeholder .info .line.short {
          width: 60%; }
    .sidebar-bundle .combo-sidebar .combo-footer {
      border-top: 1px solid #E6E6E6;
      padding-top: 24px;
      margin-top: 24px; }
    .sidebar-bundle .combo-sidebar .add-to-cart-sidebar-combo {
      width: 100%;
      padding: 10px 0;
      height: 50px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      border-radius: 4px;
      cursor: pointer;
      border: 1px solid #000;
      transition: 0.2s;
      outline: none;
      box-shadow: none;
      background: #000;
      color: #fff; }
      .sidebar-bundle .combo-sidebar .add-to-cart-sidebar-combo[disabled] {
        background: #B3B3B3;
        border-color: #B3B3B3;
        color: #ffffff;
        cursor: none;
        pointer-events: none; }
      .sidebar-bundle .combo-sidebar .add-to-cart-sidebar-combo .loader {
        border: 2px solid #fff;
        border-top: 2px solid #000;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 0.6s linear infinite;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 50px;
        font-size: 0; }
      .sidebar-bundle .combo-sidebar .add-to-cart-sidebar-combo.loading-add {
        cursor: none;
        pointer-events: none;
        opacity: 0.7;
        background: #000;
        color: #fff; }
      .sidebar-bundle .combo-sidebar .add-to-cart-sidebar-combo:not(.loading-add) .loader {
        display: none; }

.template-loyalty {
  /* CARD */ }
  .template-loyalty .point-section {
    padding: 64px 0; }
    .template-loyalty .point-section .highlight {
      color: #CA1911;
      font-weight: 500; }
    @media (max-width: 991px) {
      .template-loyalty .point-section {
        padding: 40px 0; } }
    .template-loyalty .point-section__container {
      display: flex;
      gap: 40px;
      align-items: center; }
      @media (max-width: 991px) {
        .template-loyalty .point-section__container {
          flex-direction: column;
          gap: 30px; } }
    .template-loyalty .point-section__content {
      flex: 1; }
      @media (max-width: 991px) {
        .template-loyalty .point-section__content {
          width: 100%; } }
    .template-loyalty .point-section__title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .template-loyalty .point-section__title {
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px; } }
    .template-loyalty .point-section__desc {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .template-loyalty .point-section__desc {
          margin-bottom: 20px; } }
    .template-loyalty .point-section__cards {
      display: flex;
      gap: 20px; }
      @media (max-width: 991px) {
        .template-loyalty .point-section__cards {
          flex-direction: column;
          gap: 16px; } }
    .template-loyalty .point-section__banner {
      flex: 1; }
      .template-loyalty .point-section__banner img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        object-fit: cover; }
      @media (max-width: 991px) {
        .template-loyalty .point-section__banner {
          width: 100%; } }
  .template-loyalty .point-card {
    flex: 1;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    background: #fff; }
    @media (max-width: 991px) {
      .template-loyalty .point-card {
        padding: 20px; } }
    .template-loyalty .point-card__icon {
      width: 52px;
      height: 52px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .template-loyalty .point-card__title {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px;
      font-weight: 500;
      margin-bottom: 10px; }
    .template-loyalty .point-card__text {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
  .template-loyalty .member-rank {
    padding: 64px 0;
    background: url(https://cdn.hstatic.net/files/200000039280/file/d9194722c9201ec22c5cb84e7540f04f41513db9.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    /* =====================
       RESPONSIVE
       Không tách component
       ===================== */ }
    .template-loyalty .member-rank .section-title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin-bottom: 40px; }
    .template-loyalty .member-rank .rank-block {
      margin-bottom: 40px; }
    .template-loyalty .member-rank .block-title {
      font-size: 18px;
      line-height: 25.2px;
      letter-spacing: -0.36px;
      font-weight: 600;
      margin-bottom: 20px; }
      .template-loyalty .member-rank .block-title span {
        font-weight: 400;
        opacity: 0.7; }
    .template-loyalty .member-rank .rank-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px; }
    .template-loyalty .member-rank .rank-card {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 10px;
      padding: 20px 40px;
      text-align: center;
      backdrop-filter: blur(6px); }
      .template-loyalty .member-rank .rank-card h4 {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 700;
        margin-bottom: 16px; }
      .template-loyalty .member-rank .rank-card p {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500;
        margin: 0; }
      .template-loyalty .member-rank .rank-card.highlight {
        /* background: linear-gradient(135deg, rgba(220, 190, 140, 0.35), rgba(255, 255, 255, 0.08)); */
        /* border-color: rgba(255, 255, 255, 0.3);*/ }
    .template-loyalty .member-rank .rank-note h3 {
      font-size: 18px;
      line-height: 25.2px;
      letter-spacing: -0.36px;
      margin-bottom: 20px; }
    .template-loyalty .member-rank .rank-note ul {
      padding-left: 20px;
      list-style: inherit; }
      .template-loyalty .member-rank .rank-note ul li {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        margin-bottom: 14px; }
    @media (max-width: 1024px) {
      .template-loyalty .member-rank .rank-grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 991px) {
      .template-loyalty .member-rank {
        padding: 40px 0;
        background-position: left center;
        background-size: 1920px;
        background-repeat: repeat; }
        .template-loyalty .member-rank .section-title {
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px; }
        .template-loyalty .member-rank .rank-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
    @media (max-width: 480px) {
      .template-loyalty .member-rank .rank-grid {
        grid-template-columns: 1fr; }
      .template-loyalty .member-rank .rank-card {
        padding: 20px; } }
  .template-loyalty .exclusive-rights {
    padding: 64px 0; }
    @media (max-width: 991px) {
      .template-loyalty .exclusive-rights {
        padding: 40px 0; } }
    .template-loyalty .exclusive-rights .section-title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .template-loyalty .exclusive-rights .section-title {
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          margin-bottom: 20px; } }
    .template-loyalty .exclusive-rights .benefit-table {
      display: grid;
      grid-template-columns: 1.4fr repeat(5, 1fr);
      gap: 16px;
      border-bottom: 1px solid #E6E6E6;
      border-radius: 8px; }
      @media (max-width: 991px) {
        .template-loyalty .exclusive-rights .benefit-table {
          overflow-x: auto;
          padding: 10px 0 0 0; } }
    .template-loyalty .exclusive-rights .table-col {
      background: #F7F7F7;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      text-align: center; }
      .template-loyalty .exclusive-rights .table-col .col-header {
        padding: 16px;
        border-bottom: 1px solid #eee;
        box-shadow: 0px 2px 8px 0px rgba(31, 38, 77, 0.1);
        border-radius: 8px;
        background: #fff; }
        .template-loyalty .exclusive-rights .table-col .col-header h3 {
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          font-weight: 700;
          margin-bottom: 4px; }
        .template-loyalty .exclusive-rights .table-col .col-header p {
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          margin: 0; }
      .template-loyalty .exclusive-rights .table-col ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .template-loyalty .exclusive-rights .table-col ul li {
          padding: 16px 8px;
          border-bottom: 1px solid #E6E6E6;
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          min-height: 60px; }
          .template-loyalty .exclusive-rights .table-col ul li:last-child {
            border-bottom: none; }
          @media (max-width: 991px) {
            .template-loyalty .exclusive-rights .table-col ul li:nth-child(1) {
              min-height: auto;
              padding: 10px; } }
      .template-loyalty .exclusive-rights .table-col:last-child ul li:not(:nth-child(1)) {
        border-right: 1px solid #E6E6E6; }
      .template-loyalty .exclusive-rights .table-col:last-child ul li:last-child {
        border-radius: 0 0 8px 0; }
      @media (max-width: 1024px) {
        .template-loyalty .exclusive-rights .table-col {
          min-width: 220px; } }
    .template-loyalty .exclusive-rights .table-label {
      position: relative;
      border-left: 6px solid #00BA00;
      border-radius: 8px 0 0 8px; }
      .template-loyalty .exclusive-rights .table-label .brand {
        padding: 20px 12px;
        border-bottom: 1px solid #eee;
        box-shadow: 0px 2px 8px 0px rgba(31, 38, 77, 0.1);
        border-radius: 8px 8px 8px 0;
        background: #fff;
        min-height: 101px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .template-loyalty .exclusive-rights .table-label .brand svg {
          height: 30px; }
      .template-loyalty .exclusive-rights .table-label .label-list {
        list-style: none;
        margin: 0;
        padding: 0; }
        .template-loyalty .exclusive-rights .table-label .label-list li {
          padding: 16px;
          border-bottom: 1px solid #E6E6E6;
          text-align: left;
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px; }
          @media (max-width: 991px) {
            .template-loyalty .exclusive-rights .table-label .label-list li:nth-child(1) {
              min-height: auto;
              padding: 10px; } }
      @media (max-width: 991px) {
        .template-loyalty .exclusive-rights .table-label {
          min-width: 260px; } }
    .template-loyalty .exclusive-rights .member-rank-table {
      /* MOBILE */ }
      @media (max-width: 991px) {
        .template-loyalty .exclusive-rights .member-rank-table {
          border: 1px solid #e5e5e5;
          border-radius: 4px; } }
      .template-loyalty .exclusive-rights .member-rank-table .rank-tabs {
        display: none;
        gap: 24px;
        border-bottom: 1px solid #CCCCCC; }
        @media (max-width: 991px) {
          .template-loyalty .exclusive-rights .member-rank-table .rank-tabs {
            border-bottom: none;
            padding: 0 15px;
            overflow: auto;
            gap: 4px;
            display: grid;
            grid-template-columns: repeat(5, 1fr); } }
        .template-loyalty .exclusive-rights .member-rank-table .rank-tabs .tab {
          background: none;
          border: 0;
          font-weight: 600;
          padding: 16px 0;
          color: #666666;
          cursor: pointer; }
          @media (max-width: 991px) {
            .template-loyalty .exclusive-rights .member-rank-table .rank-tabs .tab {
              font-size: 11px;
              line-height: 15.4px;
              letter-spacing: -0.22px;
              padding: 12px 4px; } }
          .template-loyalty .exclusive-rights .member-rank-table .rank-tabs .tab.active {
            color: #000;
            border-bottom: 2px solid #000; }
      .template-loyalty .exclusive-rights .member-rank-table .rank-list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        border: 1px solid #e5e5e5;
        border-radius: 4px; }
        @media (max-width: 991px) {
          .template-loyalty .exclusive-rights .member-rank-table .rank-list {
            border: none; } }
      .template-loyalty .exclusive-rights .member-rank-table .rank-item {
        border-right: 1px solid #CCCCCC; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item:last-child {
          border-right: 0; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item .rank-head {
          display: flex;
          align-items: center;
          gap: 12px;
          border-bottom: 1px solid #CCCCCC;
          padding: 20px; }
          @media (max-width: 991px) {
            .template-loyalty .exclusive-rights .member-rank-table .rank-item .rank-head {
              border-bottom: none;
              padding-bottom: 0; } }
          .template-loyalty .exclusive-rights .member-rank-table .rank-item .rank-head h3 {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.4px;
            font-weight: 500;
            margin: 0; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item .rank-content {
          padding: 20px; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item .icon {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: #F2F2F2;
          display: flex;
          align-items: center;
          justify-content: center; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item .label {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          color: #666666;
          margin: 0; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item .value {
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          font-weight: 600;
          margin: 0; }
          .template-loyalty .exclusive-rights .member-rank-table .rank-item .value ~ .label {
            margin-top: 20px; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item ul {
          margin-top: 4px;
          padding-left: 18px;
          list-style: inherit; }
          .template-loyalty .exclusive-rights .member-rank-table .rank-item ul li {
            font-weight: 400; }
      @media (max-width: 991px) {
        .template-loyalty .exclusive-rights .member-rank-table .rank-list {
          grid-template-columns: 1fr; }
        .template-loyalty .exclusive-rights .member-rank-table .rank-item {
          display: none;
          border-right: 0; }
          .template-loyalty .exclusive-rights .member-rank-table .rank-item.active {
            display: block; } }
    .template-loyalty .exclusive-rights .note {
      margin-top: 40px; }
      @media (max-width: 991px) {
        .template-loyalty .exclusive-rights .note {
          margin-top: 30px; } }
      .template-loyalty .exclusive-rights .note h4 {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 600;
        margin-bottom: 20px; }
      .template-loyalty .exclusive-rights .note ul {
        padding-left: 20px;
        list-style: inherit; }
        .template-loyalty .exclusive-rights .note ul li {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          margin-bottom: 14px; }

.faq-section {
  border-top: 1px solid #E6E6E6;
  padding: 64px 0;
  /* LEFT */
  /* RIGHT */
  /* ACCORDION */ }
  @media (max-width: 991px) {
    .faq-section {
      padding: 40px 0; } }
  .faq-section .faq-container {
    display: flex;
    gap: 80px; }
    @media (max-width: 991px) {
      .faq-section .faq-container {
        flex-direction: column-reverse;
        gap: 30px; } }
  .faq-section .faq-heading {
    display: flex;
    gap: 80px;
    margin: 0 0 20px 0; }
    @media (max-width: 991px) {
      .faq-section .faq-heading {
        flex-direction: column;
        gap: 30px;
        margin: 0; } }
    .faq-section .faq-heading .faq-link {
      display: inline-block;
      margin-bottom: 0;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500;
      width: 35%; }
      @media (max-width: 991px) {
        .faq-section .faq-heading .faq-link {
          width: 100%; } }
    .faq-section .faq-heading .faq-title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      font-weight: 500;
      margin-bottom: 0;
      position: relative;
      width: 65%;
      display: flex;
      align-items: start;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .faq-section .faq-heading .faq-title {
          width: 100%;
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          gap: 10px;
          flex-direction: column; } }
      .faq-section .faq-heading .faq-title .faq-count {
        color: #B3B3B3; }
  .faq-section .faq-left {
    width: 35%; }
    @media (max-width: 991px) {
      .faq-section .faq-left {
        width: 100%; } }
    .faq-section .faq-left .faq-left-title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      font-weight: 500;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .faq-section .faq-left .faq-left-title {
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          margin-bottom: 16px; } }
    .faq-section .faq-left .faq-left-desc {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      margin-bottom: 30px;
      max-width: 320px; }
      @media (max-width: 991px) {
        .faq-section .faq-left .faq-left-desc {
          margin-bottom: 16px; } }
    .faq-section .faq-left .faq-btn {
      padding: 14px 30px;
      border: 1px solid #000;
      background: #fff;
      cursor: pointer;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500;
      border-radius: 4px;
      transition: 0.2s all;
      color: #000000; }
      .faq-section .faq-left .faq-btn:hover {
        background: #000;
        color: #fff; }
  .faq-section .faq-right {
    width: 65%; }
    @media (max-width: 991px) {
      .faq-section .faq-right {
        width: 100%; } }
  .faq-section .faq-item {
    border-bottom: 1px solid #e5e5e5; }
    .faq-section .faq-item .faq-question {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      padding: 28px 0;
      display: flex;
      justify-content: space-between;
      cursor: pointer;
      font-weight: 500; }
      @media (max-width: 991px) {
        .faq-section .faq-item .faq-question {
          padding: 14px 0; } }
    .faq-section .faq-item .faq-answer {
      display: none;
      padding-bottom: 24px; }
      .faq-section .faq-item .faq-answer p {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        margin-bottom: 8px;
        color: #666666; }
      .faq-section .faq-item .faq-answer.active {
        display: block; }
    .faq-section .faq-item.active .faq-question .icon svg g rect:nth-child(3), .faq-section .faq-item.active .faq-question .icon svg g rect:nth-child(4) {
      display: none; }

.template-set-product .section-set-product {
  padding: 0 0 64px 0; }
  @media (max-width: 991px) {
    .template-set-product .section-set-product {
      padding: 0 0 40px 0; } }
  .template-set-product .section-set-product .product-layout {
    display: flex;
    background: #fff; }
    @media (max-width: 991px) {
      .template-set-product .section-set-product .product-layout {
        flex-direction: column;
        height: auto; } }
    .template-set-product .section-set-product .product-layout__image {
      position: relative;
      flex: 1;
      overflow: hidden; }
      @media (max-width: 991px) {
        .template-set-product .section-set-product .product-layout__image {
          order: 2; } }
      .template-set-product .section-set-product .product-layout__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .template-set-product .section-set-product .product-layout__image .hotspot {
        position: absolute;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        @media (min-width: 1200px) {
          .template-set-product .section-set-product .product-layout__image .hotspot:hover .popup {
            opacity: 1;
            pointer-events: all;
            transform: translateY(0); } }
        .template-set-product .section-set-product .product-layout__image .hotspot .popup {
          position: absolute;
          left: 25px;
          top: 0;
          width: 180px;
          background: white;
          border-radius: 8px;
          padding: 10px;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          opacity: 0;
          pointer-events: none;
          transform: translateY(5px);
          transition: 0.25s ease;
          display: flex;
          gap: 4px;
          z-index: 10; }
          .template-set-product .section-set-product .product-layout__image .hotspot .popup img {
            width: 40px;
            border-radius: 4px; }
          .template-set-product .section-set-product .product-layout__image .hotspot .popup p {
            margin-top: 0;
            font-weight: 500; }
        .template-set-product .section-set-product .product-layout__image .hotspot--1 {
          top: 41%;
          left: 44%; }
        .template-set-product .section-set-product .product-layout__image .hotspot--2 {
          top: 54%;
          left: 42%; }
        .template-set-product .section-set-product .product-layout__image .hotspot--3 {
          top: 37%;
          left: 52%; }
        .template-set-product .section-set-product .product-layout__image .hotspot--4 {
          top: 57%;
          left: 52%; }
    .template-set-product .section-set-product .product-layout__cart {
      flex: 1;
      overflow-y: auto; }
  .template-set-product .section-set-product .wrap-layout-right {
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media (max-width: 991px) {
      .template-set-product .section-set-product .wrap-layout-right {
        padding: 30px 15px; } }
  .template-set-product .section-set-product .cart-item {
    display: flex;
    gap: 20px; }
    @media (max-width: 991px) {
      .template-set-product .section-set-product .cart-item {
        align-items: start; } }
    .template-set-product .section-set-product .cart-item img {
      width: 87px;
      object-fit: cover;
      border-radius: 6px; }
    .template-set-product .section-set-product .cart-item__info {
      flex: 1; }
      .template-set-product .section-set-product .cart-item__info h4 {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 400;
        margin-bottom: 10px; }
    .template-set-product .section-set-product .cart-item__options {
      display: flex;
      gap: 10px;
      margin-bottom: 10px; }
      .template-set-product .section-set-product .cart-item__options select {
        cursor: pointer;
        border: 1px solid #D9D9D9;
        transition: all 0.2s ease-out;
        color: #000;
        display: block;
        box-sizing: border-box;
        min-width: 145px;
        word-break: normal;
        outline: none;
        box-shadow: none;
        border-radius: 4px;
        min-height: 37px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 6px 8px;
        appearance: none;
        background: url(https://cdn.hstatic.net/files/200000039280/file/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center right 15px;
        padding-right: 40px; }
        @media (max-width: 991px) {
          .template-set-product .section-set-product .cart-item__options select {
            min-width: auto; } }
    .template-set-product .section-set-product .cart-item__price {
      display: flex;
      align-items: center;
      gap: 8px; }
      .template-set-product .section-set-product .cart-item__price .price {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500; }
      .template-set-product .section-set-product .cart-item__price .old-price {
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        text-decoration: line-through;
        color: #999; }
      .template-set-product .section-set-product .cart-item__price .sale {
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        color: #CA1911; }
  .template-set-product .section-set-product .cart-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #000;
    cursor: pointer;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 500;
    transition: 0.2s all;
    color: #000000;
    border: none;
    outline: none;
    box-shadow: none;
    gap: 10px;
    width: 100%; }
    .template-set-product .section-set-product .cart-footer[disabled] {
      opacity: .4;
      pointer-events: none;
      cursor: not-allowed; }
    .template-set-product .section-set-product .cart-footer .btn-add {
      background: transparent;
      color: #fff;
      border: none;
      cursor: pointer;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 600; }
    .template-set-product .section-set-product .cart-footer .line {
      color: #fff; }
    .template-set-product .section-set-product .cart-footer .total {
      color: #fff;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 600; }

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

@media (min-width: 992px) {
  .mini-search {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column; }
    .mini-search.active {
      transform: translateX(0); } }

@media (max-width: 991px) {
  .mini-search {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 80vh;
    background: #fff;
    z-index: 9999;
    border-radius: 12px 12px 0 0;
    padding: 0;
    overflow-y: auto;
    transition: all .35s ease;
    top: auto !important; }
    .mini-search.active {
      bottom: 0; } }

.mini-search__header {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 991px) {
    .mini-search__header {
      border-color: #CCCCCC;
      padding: 24px 20px; } }

.mini-search__input {
  flex: 1;
  border: none;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.3px;
  outline: none; }
  .mini-search__input::placeholder {
    color: #666666; }

.mini-search__close {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin-left: 12px; }

.mini-search__content {
  padding: 24px 32px; }
  @media (max-width: 991px) {
    .mini-search__content {
      padding: 20px; } }

.mini-search__title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin-bottom: 12px; }

.mini-search__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .mini-search__keywords a {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    cursor: pointer;
    transition: 0.2s; }
    .mini-search__keywords a:hover {
      background: #000;
      color: #fff;
      border-color: #000; }

.mini-search .emtpy-search {
  padding: 24px 32px 0 32px; }
  @media (max-width: 991px) {
    .mini-search .emtpy-search {
      padding: 20px 20px 0 20px; } }
  .mini-search .emtpy-search strong {
    font-weight: 500; }

.mini-search .wrap-have-search {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  @media (max-width: 991px) {
    .mini-search .wrap-have-search {
      height: calc(100% - 70px); } }

.mini-search .search-result__header {
  padding: 24px 32px 20px 32px;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.3px; }
  @media (max-width: 991px) {
    .mini-search .search-result__header {
      padding: 20px; } }
  .mini-search .search-result__header strong {
    font-weight: 500; }

.mini-search .search-result__list {
  flex: 1;
  overflow-y: auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (max-width: 991px) {
    .mini-search .search-result__list {
      padding: 0 20px 20px 20px; } }
  .mini-search .search-result__list::-webkit-scrollbar {
    width: 4px; }
  .mini-search .search-result__list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px; }

.mini-search .search-result__footer {
  padding: 20px 32px;
  border-top: 1px solid #CCCCCC; }

.mini-search .search-item {
  display: flex;
  gap: 18px;
  text-decoration: none;
  transition: 0.2s; }
  .mini-search .search-item:hover {
    opacity: 0.8; }
  .mini-search .search-item__thumb {
    width: 64px;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden; }
    .mini-search .search-item__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .mini-search .search-item__info {
    flex: 1; }
  .mini-search .search-item__title {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .mini-search .search-item__price {
    display: flex;
    gap: 10px;
    align-items: center; }
    .mini-search .search-item__price .price-current {
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
    .mini-search .search-item__price .price-compare {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      color: #666666;
      text-decoration: line-through; }

.mini-search .btn-view-all {
  width: 100%;
  padding: 10px 0;
  height: 50px;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.28px;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #000;
  transition: 0.2s;
  outline: none;
  box-shadow: none;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-head-search {
  padding: 24px 0; }
  .section-head-search .wrap-head {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .section-head-search .wrap-head .subhead {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
    .section-head-search .wrap-head .title {
      font-size: 40px;
      line-height: 56px;
      letter-spacing: -0.8px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .section-head-search .wrap-head .title {
          font-size: 32px;
          line-height: 44.8px;
          letter-spacing: -0.64px; } }

.section-box-search {
  margin: 0 0 24px 0; }
  .section-box-search .search-empty-page {
    max-width: 630px; }
  .section-box-search .search-empty-form {
    position: relative;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .section-box-search .search-empty-form {
        margin-bottom: 24px; } }
    .section-box-search .search-empty-form input {
      width: 100%;
      height: 60px;
      border: 1px solid #CCCCCC;
      border-radius: 6px;
      padding: 0 24px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      outline: none;
      box-shadow: none; }
      .section-box-search .search-empty-form input::placeholder {
        color: #666666; }
    .section-box-search .search-empty-form .btn-search {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      color: #000; }
      .section-box-search .search-empty-form .btn-search svg {
        display: block; }
  .section-box-search .search-empty-message {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
    .section-box-search .search-empty-message strong {
      font-weight: 500; }

.floating-input {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #666666;
  border-radius: 4px;
  display: flex;
  align-items: end;
  overflow: hidden; }
  .floating-input.border-1 {
    border-color: #D9D9D9; }
  .floating-input.error {
    border-color: #CA1911; }
  .floating-input.success {
    border-color: #66CC6F; }
  .floating-input select {
    width: 100%;
    height: 50px;
    padding: 15px 15px 0 15px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px; }
    .floating-input select[readonly] {
      background: #F2F2F2; }
      .floating-input select[readonly] + label {
        background: #F2F2F2; }
    .floating-input select:focus + label,
    .floating-input select:not(:placeholder-shown) + label {
      top: 15px;
      font-size: 12px; }
  .floating-input input {
    width: 100%;
    height: 50px;
    padding: 30px 15px 15px 15px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff; }
    .floating-input input[readonly] {
      background: #F2F2F2; }
      .floating-input input[readonly] + label {
        background: #F2F2F2; }
    .floating-input input:focus + label,
    .floating-input input:not(:placeholder-shown) + label {
      top: 15px;
      font-size: 12px; }
    .floating-input input.login-popup__input_birthday:placeholder-shown + label {
      top: 15px;
      font-size: 12px; }
  .floating-input label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    pointer-events: none;
    transition: all 0.25s ease;
    background: #fff; }
  .floating-input.password-field {
    position: relative; }
    .floating-input.password-field .toggle-password {
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      cursor: pointer;
      background: url("https://cdn.hstatic.net/files/200000039280/file/eye.svg") no-repeat center/contain; }
      .floating-input.password-field .toggle-password.hide {
        background: url("https://cdn.hstatic.net/files/200000039280/file/eye_off.svg") no-repeat center/contain; }

.modal-cus-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

@media (min-width: 992px) {
  .login-popup {
    width: 100%;
    max-width: 450px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center; } }

@media (max-width: 991px) {
  .login-popup {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -180%;
    height: 80vh;
    background: #fff;
    z-index: 9999;
    border-radius: 12px 12px 0 0;
    padding: 20px;
    overflow-y: auto;
    transition: all .35s ease;
    top: auto !important;
    display: block !important;
    text-align: center; }
    .login-popup.active-mb {
      bottom: 0; } }

.login-popup .cart-loading-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  border-radius: 16px; }
  .login-popup .cart-loading-overlay .spinner {
    animation: spin 0.8s linear infinite; }

.login-popup.loading .cart-loading-overlay {
  display: flex; }

.login-popup .fancybox-close-small {
  display: none; }

.login-popup__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px; }

.login-popup__close {
  position: absolute;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.login-popup__title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  font-weight: 400; }

.login-popup__desc {
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.28px;
  margin-bottom: 32px; }

.login-popup__form {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .login-popup__form .res-result {
    text-align: left;
    color: #CA1911; }

.login-popup__submit {
  width: 100%;
  padding: 10px 0;
  height: 50px;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.28px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #000;
  transition: 0.2s;
  outline: none;
  box-shadow: none;
  background: #000;
  color: #fff; }
  .login-popup__submit .loader {
    border: 2px solid #fff;
    border-top: 2px solid #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 50px;
    font-size: 0; }
  .login-popup__submit.loading-add {
    pointer-events: none;
    opacity: 0.7;
    background: #000;
    color: #fff; }
  .login-popup__submit:not(.loading-add) .loader {
    display: none; }

.login-popup__divider {
  position: relative;
  margin: 20px 0 12px 0; }

.login-popup__social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px; }

.login-popup__social-btn {
  height: 45px;
  border-radius: 4px;
  border: none;
  background: #F2F1F2;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  .login-popup__social-btn img {
    width: 18px;
    height: 18px; }
  .login-popup__social-btn.facebook {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998; }

.login-popup__secure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 32px; }

.login-popup__benefits {
  font-weight: 400;
  text-decoration: underline; }

.login-popup__extra {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 0 0;
  cursor: pointer;
  position: relative;
  text-align: center; }
  .login-popup__extra .arrow-title {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0; }
    .login-popup__extra .arrow-title img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; }
    .login-popup__extra .arrow-title .minus {
      opacity: 0; }
  .login-popup__extra.active .plus {
    opacity: 0; }
  .login-popup__extra.active .minus {
    opacity: 1; }

.login-popup__extra-content {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 18px 0; }

.login-popup__back {
  width: 100%;
  padding: 10px 0;
  height: 50px;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.28px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #000;
  transition: 0.2s;
  outline: none;
  box-shadow: none;
  background: #ffffff;
  color: #000000; }

.login-popup__btn_forgot_password {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  margin: 0 0 20px 0;
  text-decoration: underline;
  text-align: right; }

.login-popup__optional-method button {
  margin: 0; }

.login-popup__btn_optional {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  margin: 20px 0 0 0;
  text-decoration: underline; }

.login-popup__policy {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: -0.24px; }
  .login-popup__policy a {
    color: #000;
    text-decoration: underline; }
  .login-popup__policy p {
    margin: 0; }

.login-popup .login-popup_alert .cv-error {
  color: #CA1911; }

.login-popup .login-popup_alert .cv-info {
  color: #66CC6F; }

.login-popup .checkbox {
  display: flex;
  gap: 8px;
  cursor: pointer;
  text-align: left; }
  .login-popup .checkbox input {
    margin-top: 4px; }
  .login-popup .checkbox span {
    width: calc(100% - 26px); }

.login-popup .password-rules {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: -0.24px; }
  .login-popup .password-rules .rule {
    display: flex;
    align-items: center;
    color: #666666;
    gap: 6px; }
    .login-popup .password-rules .rule path {
      fill: #666666; }
    .login-popup .password-rules .rule.valid {
      color: #000; }
      .login-popup .password-rules .rule.valid path {
        fill: #66CC6F; }
    .login-popup .password-rules .rule.invalid path {
      fill: #666666; }

.login-popup .otp-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 20px 0; }
  .login-popup .otp-wrap .otp-inputs {
    display: flex;
    gap: 6px; }
    @media (max-width: 991px) {
      .login-popup .otp-wrap .otp-inputs {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr)); } }
    .login-popup .otp-wrap .otp-inputs .otp-input {
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      font-weight: 400;
      border: 1px solid #000000;
      border-radius: 4px;
      outline: none;
      box-shadow: none; }
      @media (max-width: 991px) {
        .login-popup .otp-wrap .otp-inputs .otp-input {
          width: auto;
          height: 53px; } }
      .login-popup .otp-wrap .otp-inputs .otp-input:focus {
        border-color: #000; }
      .login-popup .otp-wrap .otp-inputs .otp-input:disabled {
        background: #F2F2F2;
        border-color: #F2F2F2; }
  .login-popup .otp-wrap .otp-resend {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #999; }
    .login-popup .otp-wrap .otp-resend span {
      color: #8C8C8C; }
    .login-popup .otp-wrap .otp-resend .otp-resend-link {
      color: #000;
      text-decoration: underline;
      cursor: pointer; }
      .login-popup .otp-wrap .otp-resend .otp-resend-link.disabled {
        pointer-events: none;
        color: #ccc;
        text-decoration: none; }
    .login-popup .otp-wrap .otp-resend .otp-timer {
      margin-left: auto;
      color: #000;
      font-weight: 400; }

.login-popup .gender-group {
  display: flex;
  align-items: center;
  gap: 20px; }
  .login-popup .gender-group label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer; }

.modal-benefit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

@media (min-width: 992px) {
  .modal-benefit {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 570px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column; }
    .modal-benefit.active {
      transform: translateX(0); } }

@media (max-width: 991px) {
  .modal-benefit {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    height: 80vh;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column; }
    .modal-benefit.active {
      transform: translateY(0); } }

.modal-benefit .modal-header {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 14px 20px; }
  .modal-benefit .modal-header h3 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .modal-benefit .modal-header .btn-back-benefit {
    position: absolute;
    left: 12px;
    background: none;
    border: 0; }
    @media (max-width: 991px) {
      .modal-benefit .modal-header .btn-back-benefit {
        right: 0;
        left: auto;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; } }

.modal-benefit .modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0; }

.modal-benefit .modal-content {
  padding: 20px;
  border: none;
  border-radius: 0; }
  .modal-benefit .modal-content .title {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin-bottom: 8px; }
  .modal-benefit .modal-content .expire {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    margin-bottom: 16px; }
    .modal-benefit .modal-content .expire strong {
      color: #e53935;
      font-weight: 500; }
  .modal-benefit .modal-content p {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #111; }
  .modal-benefit .modal-content a {
    color: #111;
    text-decoration: underline; }

.ajax-pagi-order {
  width: 100%;
  margin-top: 24px; }
  .ajax-pagi-order .pagination-custom-ajax {
    gap: 12px; }
    .ajax-pagi-order .pagination-custom-ajax .titlePagi {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      color: #000;
      margin-right: 8px;
      white-space: nowrap; }
    .ajax-pagi-order .pagination-custom-ajax .pagi-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      .ajax-pagi-order .pagination-custom-ajax .pagi-item span {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        border-radius: 4px;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        color: #000;
        cursor: pointer;
        transition: all 0.2s ease;
        background: #fff; }
        .ajax-pagi-order .pagination-custom-ajax .pagi-item span svg path {
          transition: stroke 0.2s ease; }
        .ajax-pagi-order .pagination-custom-ajax .pagi-item span:hover {
          background: #000;
          color: #fff; }
          .ajax-pagi-order .pagination-custom-ajax .pagi-item span:hover svg path {
            stroke: #fff; }
        .ajax-pagi-order .pagination-custom-ajax .pagi-item span.active {
          background: #000;
          color: #fff;
          cursor: default; }
        .ajax-pagi-order .pagination-custom-ajax .pagi-item span.disabled {
          cursor: not-allowed;
          opacity: 0.4;
          pointer-events: none; }
      .ajax-pagi-order .pagination-custom-ajax .pagi-item.disabled span {
        border-color: #ccc;
        color: #ccc; }
        .ajax-pagi-order .pagination-custom-ajax .pagi-item.disabled span svg path {
          stroke: #ccc; }
  @media (max-width: 991px) {
    .ajax-pagi-order .pagination-custom-ajax {
      gap: 8px; }
      .ajax-pagi-order .pagination-custom-ajax .titlePagi {
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px; }
      .ajax-pagi-order .pagination-custom-ajax .pagi-item span {
        min-width: 28px;
        height: 28px;
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px; } }

.sitemap {
  padding: 60px 0;
  background: #fff;
  /* Mobile tối ưu tap & spacing */ }
  .sitemap .item-site-map ~ .item-site-map {
    margin-top: 40px; }
  .sitemap-title {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    font-weight: 500;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px; }
  .sitemap .sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; }
    @media (max-width: 1200px) {
      .sitemap .sitemap-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px; } }
    @media (max-width: 991px) {
      .sitemap .sitemap-grid {
        grid-template-columns: 1fr;
        gap: 24px; } }
  .sitemap .sitemap-col .sitemap-group h3 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .sitemap .sitemap-col .sitemap-group ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sitemap .sitemap-col .sitemap-group ul li {
      margin-bottom: 8px; }
      .sitemap .sitemap-col .sitemap-group ul li:last-child {
        margin-bottom: 0; }
      .sitemap .sitemap-col .sitemap-group ul li a {
        color: #0066cc;
        text-decoration: none; }
        .sitemap .sitemap-col .sitemap-group ul li a:hover {
          text-decoration: underline; }
  @media (max-width: 991px) {
    .sitemap .sitemap-col {
      border-bottom: 1px solid #eee;
      padding-bottom: 16px; }
      .sitemap .sitemap-col:last-child {
        border-bottom: none; }
      .sitemap .sitemap-col .sitemap-group h3 {
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: -0.32px;
        margin-bottom: 10px; }
      .sitemap .sitemap-col .sitemap-group ul li a {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px; } }

#ldp-flashsale {
  /* Marquee animation */ }
  #ldp-flashsale .flash-sale {
    background: #fff;
    overflow: hidden;
    /* MARQUEE */ }
    #ldp-flashsale .flash-sale__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 520px; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-sale__inner {
          grid-template-columns: 1fr; } }
    #ldp-flashsale .flash-sale__content {
      padding: 80px 70px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-sale__content {
          padding: 32px 15px; } }
    #ldp-flashsale .flash-sale__title {
      font-size: 64px;
      line-height: 89.6px;
      letter-spacing: -1.28px;
      font-weight: 500;
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-sale__title {
          font-size: 40px;
          line-height: 56px;
          letter-spacing: -0.8px;
          font-weight: 700;
          margin-bottom: 16px; } }
      #ldp-flashsale .flash-sale__title span {
        color: #C70900; }
    #ldp-flashsale .flash-sale__desc {
      max-width: 480px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      color: #333;
      margin: 0 auto 32px auto; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-sale__desc {
          margin: 0 auto 20px auto; } }
    #ldp-flashsale .flash-sale__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #ldp-flashsale .flash-sale .wrap-countdown {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
      /* Soon custom */ }
      #ldp-flashsale .flash-sale .wrap-countdown .flash-sale__label {
        font-weight: 500;
        margin: 0;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        padding: 6px 24px;
        border-radius: 40px;
        background: #000;
        color: #fff;
        text-transform: uppercase; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-sale .wrap-countdown .flip-js-countdown {
          width: 100%; } }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-sale .wrap-countdown #soon-espa > .soon-group {
          width: 100%; } }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa > .soon-group > .soon-group-inner {
        display: flex;
        gap: 16px; }
        @media (max-width: 991px) {
          #ldp-flashsale .flash-sale .wrap-countdown #soon-espa > .soon-group > .soon-group-inner {
            gap: 0;
            justify-content: space-between; } }
        #ldp-flashsale .flash-sale .wrap-countdown #soon-espa > .soon-group > .soon-group-inner > span.soon-group.soon-group-sub {
          border: 1px solid #000;
          border-radius: 12px;
          width: 98px;
          height: 98px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 991px) {
            #ldp-flashsale .flash-sale .wrap-countdown #soon-espa > .soon-group > .soon-group-inner > span.soon-group.soon-group-sub {
              width: 80px;
              height: 80px; } }
          #ldp-flashsale .flash-sale .wrap-countdown #soon-espa > .soon-group > .soon-group-inner > span.soon-group.soon-group-sub .soon-flip-inner {
            padding: 0; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-scale='s'], #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-scale='xs'], #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-scale='xxs'] {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -0.8px;
        font-weight: 500; }
        @media (max-width: 991px) {
          #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-scale='s'], #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-scale='xs'], #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-scale='xxs'] {
            font-size: 32px;
            line-height: 44.8px;
            letter-spacing: -0.64px; } }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-layout*=group] {
        padding: 0; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-layout*=group] .soon-group-sub > .soon-group-inner {
        margin: 0; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-fallback,
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-face {
        color: #000; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-bottom,
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-back {
        color: #000; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa .soon-wrapper[data-layout*=label-small] .soon-label,
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-layout*=label-small] .soon-label {
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        font-weight: 500;
        margin: 0;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          #ldp-flashsale .flash-sale .wrap-countdown #soon-espa .soon-wrapper[data-layout*=label-small] .soon-label,
          #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-layout*=label-small] .soon-label {
            margin-top: -10px; } }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa .soon-flip-front::after {
        box-shadow: none;
        background: transparent; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-bottom,
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-back {
        box-shadow: none;
        background: transparent; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-top::before,
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-front::before {
        background-color: transparent;
        box-shadow: none; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-bottom::before,
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-back::before {
        background-color: transparent;
        box-shadow: none; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-top::after {
        background: #fff; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-bottom::after {
        background: #fff; }
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-top,
      #ldp-flashsale .flash-sale .wrap-countdown #soon-espa.soon[data-face*=color-light] .soon-flip-front {
        box-shadow: none;
        background: transparent; }
    #ldp-flashsale .flash-sale__marquee {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      overflow: hidden;
      white-space: nowrap; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-sale__marquee {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; } }
  #ldp-flashsale .marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    padding: 14px 0;
    animation: marquee 20s linear infinite; }
    #ldp-flashsale .marquee-track span {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px;
      font-weight: 400;
      color: #000; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
  #ldp-flashsale .hotdeal {
    border-bottom: 1px solid #CCCCCC;
    /* LIST */ }
    @media (max-width: 991px) {
      #ldp-flashsale .hotdeal {
        border-bottom: none; } }
    #ldp-flashsale .hotdeal__grid {
      display: grid;
      grid-template-columns: 45% 55%;
      min-height: 720px; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__grid {
          grid-template-columns: 1fr;
          min-height: auto; } }
    #ldp-flashsale .hotdeal__media {
      padding: 32px; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__media {
          display: none;
          padding: 0; } }
    #ldp-flashsale .hotdeal__media_mobile {
      display: none; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__media_mobile {
          display: block;
          width: 127px; } }
    @media (max-width: 991px) {
      #ldp-flashsale .hotdeal__wrap_info {
        width: calc(100% - 142px); } }
    #ldp-flashsale .hotdeal__image {
      background: #f2f0ec;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 460px;
      margin: 0 auto;
      position: relative;
      overflow: hidden; }
    #ldp-flashsale .hotdeal__content {
      border-left: 1px solid #CCCCCC;
      display: flex;
      flex-direction: column; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__content {
          border-left: none;
          border-top: none;
          width: 100%;
          position: relative;
          overflow: hidden; } }
    #ldp-flashsale .hotdeal__header {
      padding: 20px 80px;
      border-bottom: 1px solid #CCCCCC; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__header {
          padding: 20px 15px; } }
      #ldp-flashsale .hotdeal__header h2 {
        font-size: 24px;
        line-height: 33.6px;
        letter-spacing: -0.48px;
        font-weight: 500;
        margin-bottom: 12px; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal__header h2 {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.4px; } }
      #ldp-flashsale .hotdeal__header p {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        color: #000;
        margin: 0; }
    #ldp-flashsale .hotdeal__product {
      padding: 40px 80px;
      border-bottom: 1px solid #CCCCCC; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__product {
          padding: 0; } }
    @media (max-width: 991px) {
      #ldp-flashsale .hotdeal .wrap-out {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0 15px;
        padding: 20px 15px;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 20px; } }
    #ldp-flashsale .hotdeal__badge {
      margin-bottom: 12px;
      display: block; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__badge {
          margin-bottom: 14px; } }
    #ldp-flashsale .hotdeal__name {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.32px;
      font-weight: 400;
      margin-bottom: 12px; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__name {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          margin-bottom: 14px;
          text-transform: uppercase; } }
    #ldp-flashsale .hotdeal__price {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__price {
          margin-bottom: 14px;
          gap: 8px; } }
      #ldp-flashsale .hotdeal__price .price-current {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 500; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal__price .price-current {
            font-size: 16px;
            line-height: 22.4px;
            letter-spacing: -0.32px; } }
      #ldp-flashsale .hotdeal__price .price-old {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        text-decoration: line-through;
        color: #666666; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal__price .price-old {
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px; } }
      #ldp-flashsale .hotdeal__price .price-sale {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        color: #CA1911;
        font-weight: 500; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal__price .price-sale {
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px; } }
      #ldp-flashsale .hotdeal__price .price-countdown {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 18px 10px 14px;
        background: #d81818;
        border-radius: 999px;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        line-height: 1;
        text-transform: uppercase; }
        #ldp-flashsale .hotdeal__price .price-countdown .label-dot {
          width: 6px;
          height: 6px;
          background: #fff;
          border-radius: 50%;
          flex-shrink: 0; }
        #ldp-flashsale .hotdeal__price .price-countdown .label-text {
          white-space: nowrap; }
    #ldp-flashsale .hotdeal .swatch-wrap {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 10px; }
      #ldp-flashsale .hotdeal .swatch-wrap .swatch-item {
        display: flex;
        flex-direction: column;
        gap: 12px; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item {
            gap: 10px; } }
        #ldp-flashsale .hotdeal .swatch-wrap .swatch-item[data-option="option3"] {
          display: none; }
        #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .cus-size {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .cus-size .guide-size {
            text-decoration: underline;
            font-weight: 500;
            cursor: pointer; }
        #ldp-flashsale .hotdeal .swatch-wrap .swatch-item > label {
          margin: 0;
          color: #666666; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item > label span {
            color: #252525; }
        #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .swatch-list {
          display: flex;
          gap: 10px;
          flex-wrap: wrap; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .swatch-list.swatch-list-size {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
            @media (max-width: 991px) {
              #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .swatch-list.swatch-list-size {
                grid-template-columns: 1fr 1fr 1fr; } }
            #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label {
              background: #E6E6E6;
              color: #666666; }
              #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .swatch-list.swatch-list-size .item-variant.out-stock label::after {
                display: none; }
        #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant {
          position: relative; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant input[type="radio"] {
            display: none; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant label {
            cursor: pointer;
            border: 1px solid #CCCCCC;
            border-radius: 2px;
            transition: 0.2s;
            user-select: none;
            overflow: hidden; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant input[type="radio"]:checked + label {
            border-color: #000; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant:not(.out-stock) label:hover {
            border-color: #000; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.out-stock label {
            cursor: not-allowed;
            position: relative; }
            #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.out-stock label::after {
              content: "";
              position: absolute;
              width: 140%;
              height: 1.5px;
              background: #000;
              transform: rotate(-45deg);
              left: -20%;
              top: 50%; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-color {
            order: 2; }
            #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-color label {
              width: 42px;
              height: 42px;
              padding: 3px;
              border-radius: 5px; }
              #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-color label img {
                border-radius: 2px;
                height: 100%; }
            #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-color.isCurrent {
              order: 1; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-size label {
            background: #fff;
            padding: 8px 14px;
            min-width: 42px;
            min-height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px;
            gap: 4px; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label {
            background: #000;
            color: #fff; }
            #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-size input[type="radio"]:checked + label path {
              fill: #fff; }
          #ldp-flashsale .hotdeal .swatch-wrap .swatch-item .item-variant.item-shortcode label {
            background: #fff;
            padding: 8px 14px;
            min-width: 42px;
            min-height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px; }
    #ldp-flashsale .hotdeal .swatch-wrap {
      margin-top: 0;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal .swatch-wrap {
          display: none; } }
    #ldp-flashsale .hotdeal__progress {
      margin-bottom: 20px; }
    #ldp-flashsale .hotdeal .progress-bar {
      height: 4px;
      background: #eee;
      margin-bottom: 8px; }
      #ldp-flashsale .hotdeal .progress-bar span {
        display: block;
        height: 100%;
        background: #e10600; }
    #ldp-flashsale .hotdeal .progress-text {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #555; }
    @media (max-width: 991px) {
      #ldp-flashsale .hotdeal__actions {
        padding: 0 15px 20px 15px; } }
    #ldp-flashsale .hotdeal__btn {
      width: 100%;
      padding: 10px 0;
      height: 50px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      border-radius: 4px;
      cursor: pointer;
      border: 1px solid #000;
      transition: 0.2s;
      outline: none;
      box-shadow: none;
      background: #000;
      color: #fff;
      max-width: 340px;
      position: relative; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__btn {
          grid-column: 1 / -1;
          max-width: none; } }
      #ldp-flashsale .hotdeal__btn.disabled {
        cursor: none;
        pointer-events: none;
        opacity: 0.7; }
      #ldp-flashsale .hotdeal__btn .loader {
        border: 2px solid #fff;
        border-top: 2px solid #000;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 0.6s linear infinite;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 50px;
        font-size: 0; }
      #ldp-flashsale .hotdeal__btn.loading-add {
        pointer-events: none;
        opacity: 0.7;
        background: #000;
        color: #fff; }
      #ldp-flashsale .hotdeal__btn:not(.loading-add) .loader {
        display: none; }
    @media (min-width: 992px) {
      #ldp-flashsale .hotdeal__list {
        flex: 1; } }
    @media (max-width: 991px) {
      #ldp-flashsale .hotdeal__list {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        #ldp-flashsale .hotdeal__list::-webkit-scrollbar {
          display: none; } }
    #ldp-flashsale .hotdeal__item {
      display: grid;
      grid-template-columns: 40px 47px 1fr;
      gap: 20px;
      padding: 10px 80px;
      border-bottom: 1px solid #eee;
      align-items: center; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal__item {
          padding: 10px 15px;
          border-color: #CCCCCC;
          gap: 10px;
          display: flex;
          min-width: calc(100% * 0.7); }
          #ldp-flashsale .hotdeal__item ~ .hotdeal__item {
            border-left: 1px solid #CCCCCC; } }
      @media (min-width: 992px) {
        #ldp-flashsale .hotdeal__item.disabled {
          opacity: 0.4; } }
    #ldp-flashsale .hotdeal .date {
      background: #CA1911;
      color: #fff;
      text-align: center;
      font-weight: 600;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 3px 0; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal .date {
          width: 30px;
          height: 30px;
          padding: 0; } }
      #ldp-flashsale .hotdeal .date p:nth-child(1) {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        margin: 0; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal .date p:nth-child(1) {
            font-size: 14px;
            line-height: 19.6px;
            letter-spacing: -0.28px; } }
      #ldp-flashsale .hotdeal .date p:nth-child(2) {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -0.2px;
        margin: 0;
        margin-top: -5px; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal .date p:nth-child(2) {
            font-size: 8px;
            line-height: 11.2px;
            letter-spacing: -0.16px;
            margin-top: -3px; } }
      #ldp-flashsale .hotdeal .date.gray {
        background: #ccc; }
        @media (max-width: 991px) {
          #ldp-flashsale .hotdeal .date.gray {
            background: #000;
            color: #fff; } }
    #ldp-flashsale .hotdeal .thumb {
      width: 47px;
      background: #fff; }
      #ldp-flashsale .hotdeal .thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 4px; }
    @media (max-width: 991px) {
      #ldp-flashsale .hotdeal .info {
        width: calc(100% - 97px); } }
    #ldp-flashsale .hotdeal .info h4 {
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px;
      font-weight: 400;
      margin-bottom: 4px; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal .info h4 {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    #ldp-flashsale .hotdeal .info .price .current {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal .info .price .current {
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px; } }
    #ldp-flashsale .hotdeal .info .price .old {
      text-decoration: line-through;
      color: #666666;
      margin-left: 8px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px; }
      @media (max-width: 991px) {
        #ldp-flashsale .hotdeal .info .price .old {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px; } }
    #ldp-flashsale .hotdeal .info .status {
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: -0.24px;
      color: #CA1911;
      font-weight: 500; }
  #ldp-flashsale .flash-time {
    padding: 64px 0; }
    @media (max-width: 991px) {
      #ldp-flashsale .flash-time {
        padding: 40px 0; } }
    #ldp-flashsale .flash-time__title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin-bottom: 28px; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-time__title {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: -0.4px; } }
    #ldp-flashsale .flash-time__tabs {
      display: flex;
      gap: 16px;
      /* mobile scroll */
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-time__tabs {
          gap: 12px; } }
      #ldp-flashsale .flash-time__tabs::-webkit-scrollbar {
        display: none; }
    #ldp-flashsale .flash-time__tab {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      margin-bottom: 28px; }
      @media (max-width: 991px) {
        #ldp-flashsale .flash-time__tab {
          min-width: calc(100% * 0.5);
          text-align: center; } }
      #ldp-flashsale .flash-time__tab .status {
        display: block;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px;
        font-weight: 400;
        margin-bottom: 0; }
      #ldp-flashsale .flash-time__tab .time {
        padding: 11px 30px;
        border: 1px solid #000;
        background: #fff;
        cursor: pointer;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500;
        border-radius: 4px;
        transition: 0.2s all;
        color: #000000; }
        @media (max-width: 991px) {
          #ldp-flashsale .flash-time__tab .time {
            width: 100%; } }
      #ldp-flashsale .flash-time__tab.active .time, #ldp-flashsale .flash-time__tab:hover .time {
        background: #000;
        color: #fff; }
        #ldp-flashsale .flash-time__tab.active .time span, #ldp-flashsale .flash-time__tab:hover .time span {
          color: #fff; }
  #ldp-flashsale .blog-web {
    padding: 40px 0 80px 0; }
    @media (max-width: 991px) {
      #ldp-flashsale .blog-web {
        padding: 0 0 40px 0; } }
    #ldp-flashsale .blog-web .blog-web-title {
      font-size: 24px;
      line-height: 33.6px;
      letter-spacing: -0.48px;
      font-weight: 500;
      margin: 0 0 28px 0; }
      @media (max-width: 991px) {
        #ldp-flashsale .blog-web .blog-web-title {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: -0.4px;
          margin: 0 0 20px 0; } }
    #ldp-flashsale .blog-web .blog-web-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 32px 20px; }
      @media (max-width: 991px) {
        #ldp-flashsale .blog-web .blog-web-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
    #ldp-flashsale .blog-web .blog-web-item .thumb {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      border-radius: 6px;
      overflow: hidden;
      background: #f5f5f5;
      margin-bottom: 18px; }
      #ldp-flashsale .blog-web .blog-web-item .thumb img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      #ldp-flashsale .blog-web .blog-web-item .thumb.bg-green {
        background: #1be68c; }
        #ldp-flashsale .blog-web .blog-web-item .thumb.bg-green img {
          object-fit: contain; }
    #ldp-flashsale .blog-web .blog-web-item .title {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      margin-bottom: 4px; }
    #ldp-flashsale .blog-web .blog-web-item .expire {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      margin: 0; }
      @media (max-width: 991px) {
        #ldp-flashsale .blog-web .blog-web-item .expire {
          font-size: 12px;
          line-height: 16.8px;
          letter-spacing: -0.24px; } }
      #ldp-flashsale .blog-web .blog-web-item .expire strong {
        color: #CA1911;
        font-weight: 500; }

.template-size-guide-new {
  padding: 40px 0 80px 0; }
  @media (max-width: 991px) {
    .template-size-guide-new {
      padding: 20px 0 40px 0; } }
  .template-size-guide-new .size-guide__top {
    display: grid;
    grid-template-columns: 740px 1fr;
    column-gap: 60px;
    margin-bottom: 48px; }
    @media (max-width: 991px) {
      .template-size-guide-new .size-guide__top {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 0; } }
  .template-size-guide-new .models {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
  .template-size-guide-new .model-card {
    position: relative; }
    .template-size-guide-new .model-card img {
      width: 100%;
      display: block; }
  .template-size-guide-new .guide-text h2 {
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.64px;
    font-weight: 500;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .template-size-guide-new .guide-text h2 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        margin-bottom: 16px; } }
  .template-size-guide-new .guide-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .template-size-guide-new .guide-text li {
    display: flex;
    align-items: center;
    gap: 12px; }
  .template-size-guide-new .guide-text .circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .template-size-guide-new .guide-text strong {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-weight: 400; }
  .template-size-guide-new .guide-text p {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px; }
  .template-size-guide-new .size-guide__tables {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
    @media (max-width: 991px) {
      .template-size-guide-new .size-guide__tables {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 40px; } }
  .template-size-guide-new .table-box h3 {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .template-size-guide-new .table-box h3 {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: 600;
        margin-bottom: 12px; } }
  .template-size-guide-new .table-box .table-wrap {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
    .template-size-guide-new .table-box .table-wrap thead tr:first-child th {
      border-top: 0; }
    .template-size-guide-new .table-box .table-wrap tbody tr:last-child td {
      border-bottom: 0; }
    .template-size-guide-new .table-box .table-wrap tr th:first-child,
    .template-size-guide-new .table-box .table-wrap tr td:first-child {
      border-left: 0; }
    .template-size-guide-new .table-box .table-wrap tr th:last-child,
    .template-size-guide-new .table-box .table-wrap tr td:last-child {
      border-right: 0; }
  .template-size-guide-new .table-box table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.32px; }
    @media (max-width: 991px) {
      .template-size-guide-new .table-box table {
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: -0.24px; } }
    .template-size-guide-new .table-box table th, .template-size-guide-new .table-box table td {
      border: 1px solid #CCCCCC;
      padding: 10px;
      text-align: center; }
      @media (max-width: 991px) {
        .template-size-guide-new .table-box table th, .template-size-guide-new .table-box table td {
          padding: 8px 4px; } }
    .template-size-guide-new .table-box table th {
      background: #ffffff;
      font-weight: 500; }
      .template-size-guide-new .table-box table th:nth-child(1) {
        border-radius: 8px 0 0 0; }
    .template-size-guide-new .table-box table .group td {
      background: #000;
      color: #fff;
      font-weight: 500;
      text-align: center; }
  .template-size-guide-new .table-box tbody tr {
    background: #fff; }
  .template-size-guide-new .table-box tbody.cus-border tr:nth-child(odd) {
    background: #F2F2F2; }
  .template-size-guide-new .table-box tbody tr.group {
    background: #000;
    color: #fff; }
    .template-size-guide-new .table-box tbody tr.group + tr {
      background: #F2F2F2; }
    .template-size-guide-new .table-box tbody tr.group + tr + tr {
      background: #fff; }
    .template-size-guide-new .table-box tbody tr.group + tr + tr + tr {
      background: #F2F2F2; }
    .template-size-guide-new .table-box tbody tr.group + tr + tr + tr + tr {
      background: #fff; }
    .template-size-guide-new .table-box tbody tr.group + tr + tr + tr + tr + tr {
      background: #F2F2F2; }
