@charset "UTF-8";
/* Header transparente */
body[class*="in-parallax-hero-parallax"] .main-header.header-fixed.hSticky {
  --color1-header: #ffffff;
  --color2-header: #000000;
  --colorbd-header: none;
  --colorbg-header: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 29.38%, transparent 90.52%);
  --colorbg-mega: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 100%, transparent 30.52%);
  --colorbd-mega: #eee;
  --colortxt-mega: #fff;
  background-color: transparent;
  mix-blend-mode: difference; }
  body[class*="in-parallax-hero-parallax"] .main-header.header-fixed.hSticky .main-header--logo a img {
    filter: invert(1) brightness(200%);
    transform: scale(1.4);
    transform-origin: center;
    transition: transform 0.3s ease, filter 0.3s ease; }

/*-----------------------------------------------*/
/* HOME */
/*-----------------------------------------------*/
.section-mainbanner .list-banner {
  display: flex;
  flex-direction: column; }
  .section-mainbanner .list-banner .item-banner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.section-mainbanner .box-banner {
  position: relative;
  overflow: hidden; }
  .section-mainbanner .box-banner .box-thumb .aspect-ratio {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%; }
    .section-mainbanner .box-banner .box-thumb .aspect-ratio img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .section-mainbanner .box-banner .box-detail {
    display: flex;
    flex-direction: column;
    padding: 46px 60px;
    gap: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    justify-content: flex-end;
    align-items: center;
    background: linear-gradient(180deg, transparent 57.29%, rgba(0, 0, 0, 0.3) 80.35%), rgba(217, 217, 217, 0); }
    .section-mainbanner .box-banner .box-detail .box-detail--title div {
      color: #FFF;
      font-size: 12px;
      letter-spacing: -0.72px; }
    .section-mainbanner .box-banner .box-detail .box-detail--title h2 {
      color: #FFF;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.36px;
      margin-bottom: 0; }
  .section-mainbanner .box-banner.fullbanner .box-thumb .aspect-ratio {
    padding-bottom: calc(1200/900 * 100%); }

@media (min-width: 992px) {
  .section-mainbanner .list-banner {
    flex-direction: row; }
    .section-mainbanner .list-banner .item-banner {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .section-mainbanner .box-banner .box-detail {
    padding: 50px 60px; }
    .section-mainbanner .box-banner .box-detail .box-detail--title h2 {
      font-size: 38px; }
  .section-mainbanner .box-banner.fullbanner .box-thumb .aspect-ratio {
    padding-bottom: calc(700/1920 * 100%); } }

.section-collection.section-tab {
  padding: 30px 0 60px; }
  .section-collection.section-tab .tabcontent .tabpand {
    display: none; }
  .section-collection.section-tab .tabcontent .tabpand.active {
    display: block; }
  .section-collection.section-tab .tabaction {
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .section-collection.section-tab .tabwrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .section-collection.section-tab .tabinner {
    gap: 25px;
    flex-direction: column;
    display: flex; }
  @media (min-width: 1024px) {
    .section-collection.section-tab {
      padding: 72px 0 80px; }
      .section-collection.section-tab .tabinner {
        gap: 60px; } }

.section-parallax #hero-parallax {
  position: relative;
  display: grid; }
  .section-parallax #hero-parallax > .clab-parallax-media-wrapper,
  .section-parallax #hero-parallax > .clab-parallax-content-wrapper {
    grid-column: 1 / -1;
    grid-row: 1 / -1; }
  .section-parallax #hero-parallax .clab-parallax-media-wrapper {
    position: relative;
    width: 100%; }
  .section-parallax #hero-parallax .clab-parallax-slide {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  .section-parallax #hero-parallax .clab-parallax-media {
    position: absolute;
    inset: 0; }
  .section-parallax #hero-parallax .clab-parallax-image,
  .section-parallax #hero-parallax .clab-parallax-video {
    width: 100%;
    height: 110%;
    object-fit: cover;
    transform: translateY(0);
    will-change: transform; }
  .section-parallax #hero-parallax .clab-parallax-image--desktop,
  .section-parallax #hero-parallax .clab-parallax-video--desktop {
    display: none; }
  .section-parallax #hero-parallax .clab-parallax-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none; }
  .section-parallax #hero-parallax .clab-parallax-content-wrapper {
    position: relative;
    width: 100%;
    pointer-events: none;
    z-index: 5; }
  .section-parallax #hero-parallax .clab-parallax-menu-wrapper {
    position: sticky;
    top: 26vh;
    padding: 79px 0px 79px 0px;
    margin-top: 35svh !important;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none; }
  .section-parallax #hero-parallax .clab-parallax-menu-inner {
    pointer-events: auto;
    display: grid;
    gap: 8px;
    justify-items: center; }
  .section-parallax #hero-parallax .clab-parallax-menu-subtitle {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    text-align: center; }
  .section-parallax #hero-parallax .clab-parallax-menu-items {
    display: grid;
    gap: 24px; }
  .section-parallax #hero-parallax .clab-parallax-menu-item {
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 34px;
    transition: opacity 0.2s ease;
    padding: 0px;
    opacity: .5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    letter-spacing: -0.68px;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.8);
    text-align: center;
    outline: none; }
  .section-parallax #hero-parallax .clab-parallax-sub-label {
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    position: absolute;
    letter-spacing: 0px !important; }
  .section-parallax #hero-parallax .clab-parallax-menu-item.is-active {
    opacity: 1; }
  .section-parallax #hero-parallax .clab-parallax-discover-wrapper {
    display: flex;
    justify-content: center; }
  .section-parallax #hero-parallax .clab-parallax-discover {
    display: none;
    margin-top: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff; }
    .section-parallax #hero-parallax .clab-parallax-discover.active {
      display: inline-flex;
      justify-content: center;
      gap: 6px; }
  .section-parallax #hero-parallax .clab-menu-bottom-cta {
    margin-top: 16px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-bottom: none !important; }
    .section-parallax #hero-parallax .clab-menu-bottom-cta::before {
      display: none !important; }
  .section-parallax #hero-parallax .cta-glass-wrapper {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
    z-index: 0; }
    .section-parallax #hero-parallax .cta-glass-wrapper::after {
      content: '';
      position: absolute;
      inset: 0;
      padding: 1px;
      background: linear-gradient(110deg, #c9c9c900, #fff);
      border-radius: inherit;
      z-index: 3;
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask-composite: exclude;
      -webkit-mask-composite: destination-out;
      pointer-events: none; }
  .section-parallax #hero-parallax .cta-glass-blur {
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px) saturate(140%);
    -webkit-backdrop-filter: blur(4px) saturate(140%);
    filter: url(#cta-glass-fx);
    -webkit-filter: url(#cta-glass-fx);
    transform: scale(0.94);
    will-change: filter; }
  .section-parallax #hero-parallax .cta-glass-tint {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), inset 0 -1px 2px rgba(255, 255, 255, 0.05); }
  .section-parallax #hero-parallax .cta-text {
    position: relative;
    z-index: 1; }
  .section-parallax #hero-parallax .indicator-wrapper {
    position: absolute;
    right: 25px;
    bottom: 18%;
    height: calc(100% - 79px - 79px);
    width: 20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 0px - 0px);
    padding-top: 25px;
    padding-bottom: 25px; }
  .section-parallax #hero-parallax .indicator-active,
  .section-parallax #hero-parallax .indicator-total {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    opacity: 0.8; }
  .section-parallax #hero-parallax .indicator-total {
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    z-index: 2; }
  .section-parallax #hero-parallax .indicator-active {
    position: absolute;
    top: var(--active-number-top, 0);
    transition: top 0.3s ease-out;
    z-index: 3; }
  .section-parallax #hero-parallax .indicator-line-background {
    position: relative;
    width: 1px;
    background: #ffffff;
    margin-bottom: 5px;
    height: calc(100% - 121.5px);
    overflow: hidden;
    margin-top: auto;
    --empty-height: 0%; }
  .section-parallax #hero-parallax .indicator-line-active {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--empty-height);
    background: transparent;
    transition: height 0.3s ease-out; }

@media (min-width: 768px) {
  .section-parallax #hero-parallax .clab-parallax-slide {
    height: 100vh; }
  .section-parallax #hero-parallax .clab-parallax-image--mobile,
  .section-parallax #hero-parallax .clab-parallax-video--mobile {
    display: none; }
  .section-parallax #hero-parallax .clab-parallax-image--desktop,
  .section-parallax #hero-parallax .clab-parallax-video--desktop {
    display: block; }
  .section-parallax #hero-parallax .clab-parallax-menu-wrapper {
    top: 35vh;
    margin-top: 40vh;
    padding: 0px 0px 34vh 0px; }
  .section-parallax #hero-parallax .clab-parallax-menu-inner {
    gap: 12px; }
  .section-parallax #hero-parallax .clab-parallax-menu-subtitle {
    font-size: 14px; }
  .section-parallax #hero-parallax .clab-parallax-sub-label {
    font-size: 1rem; }
  .section-parallax #hero-parallax .clab-parallax-menu-item {
    font-size: 60px;
    letter-spacing: -1.2px; }
  .section-parallax #hero-parallax .clab-parallax-menu-items {
    gap: 26px; }
  .section-parallax #hero-parallax .clab-parallax-discover {
    font-size: 14px; }
  .section-parallax #hero-parallax .indicator-wrapper {
    right: 40px;
    bottom: 30%;
    height: 80%; } }

/*-----------------------------------------------*/
/* COLLECTION */
/*-----------------------------------------------*/
.collection-layout .collection-cate {
  overflow: hidden;
  position: relative; }
  .collection-layout .collection-cate .cate-menu {
    overflow-x: scroll;
    padding: 16px 0 0; }
    .collection-layout .collection-cate .cate-menu::-webkit-scrollbar {
      display: none; }
    .collection-layout .collection-cate .cate-menu:not(.swiper-initialized) .cate-menu--list {
      display: flex;
      gap: 10px 16px; }
      .collection-layout .collection-cate .cate-menu:not(.swiper-initialized) .cate-menu--list .catemenu {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: max-content; }
  .collection-layout .collection-cate .cate-menu--list .catemenu a {
    color: #949494;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.78px; }
  .collection-layout .collection-cate .cate-menu--list .catemenu.active a {
    color: #231F20; }
  @media (min-width: 992px) {
    .collection-layout .collection-cate .cate-menu--list .catemenu a {
      font-size: 16px; } }

.collection-layout .layered-filter--tags-wrapper .layered-filter--applied {
  display: flex;
  justify-content: space-between;
  margin: 16px 0; }
  .collection-layout .layered-filter--tags-wrapper .layered-filter--applied .filter-tag--remove-all {
    cursor: pointer;
    text-decoration: underline; }
    .collection-layout .layered-filter--tags-wrapper .layered-filter--applied .filter-tag--remove-all:hover {
      color: #B51F29; }

.collection-layout .layered-filter--tags-wrapper .layered-filter--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tag {
    height: 24px;
    background: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 30px;
    border: 1px solid #000102;
    border-radius: 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-weight: 600;
    display: none; }
    .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tag span.filter-tag--remove {
      width: 16px;
      height: 16px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tag span.filter-tag--remove svg {
        stroke: currentColor;
        width: 16px;
        height: 16px; }
    .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tag.opened {
      display: inline-flex; }
    .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tag:hover {
      border: 1px solid #27251f; }

.collection-layout .collection-title {
  padding: 12px 0 0; }
  .collection-layout .collection-title h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.72px; }
  @media (min-width: 992px) {
    .collection-layout .collection-title h1 {
      font-size: 30px; } }

.collection-layout .collection-head .action-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding-top: 16px; }
  .collection-layout .collection-head .action-wrapper > div {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: max-content; }
  .collection-layout .collection-head .action-wrapper .count-wrapper {
    text-align: right;
    color: #949494; }
  .collection-layout .collection-head .action-wrapper .button-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative; }
    .collection-layout .collection-head .action-wrapper .button-wrapper a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      height: 50px;
      width: 100%;
      white-space: nowrap;
      font-weight: 500; }
  @media (min-width: 992px) {
    .collection-layout .collection-head .action-wrapper {
      font-size: 16px; }
      .collection-layout .collection-head .action-wrapper .button-wrapper {
        width: auto;
        justify-content: flex-start;
        gap: 35px; }
        .collection-layout .collection-head .action-wrapper .button-wrapper a {
          display: inline-flex;
          width: auto;
          height: auto; } }

.collection-layout .collection-head .refinement-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative; }

.collection-layout .collection-body {
  margin: 25px 0 0; }
  .collection-layout .collection-body .gridcount-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .collection-layout .collection-body .gridcount-section .show-more {
      padding: 25px 0 50px;
      display: flex;
      justify-content: center; }
    .collection-layout .collection-body .gridcount-section .grid-empty {
      padding: 10px 12px;
      color: #000;
      background: #f5f5f5;
      border-color: #f5f5f5;
      font-size: 14px;
      margin-bottom: 0;
      width: 100%; }
  .collection-layout .collection-body .grid-products {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 2px;
    margin: 0 -16px; }
    .collection-layout .collection-body .grid-products .product-tile {
      -ms-flex: 0 0 calc((100% - (2px*1)) /2);
      flex: 0 0 calc((100% - (2px*1)) /2);
      max-width: calc((100% - (2px*1)) /2); }
  .collection-layout .collection-body .grid-section {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    .collection-layout .collection-body .grid-section > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .collection-layout .collection-body .grid-section {
      flex-direction: row; }
    .collection-layout .collection-body .grid-products {
      gap: 16px 8px;
      margin: 0; } }
  @media (min-width: 1024px) {
    .collection-layout .collection-body {
      margin: 25px 0 0; }
      .collection-layout .collection-body .gridcount-section .show-more {
        padding: 30px 0 60px; }
      .collection-layout .collection-body .grid-products {
        gap: 16px 8px; }
      .collection-layout .collection-body .grid-products .product-tile {
        -ms-flex: 0 0 calc((100% - (8px*2)) /3);
        flex: 0 0 calc((100% - (8px*2)) /3);
        max-width: calc((100% - (8px*2)) /3); } }
  @media (min-width: 1400px) {
    .collection-layout .collection-body.js-body-grid-5 .grid-products .product-tile {
      -ms-flex: 0 0 calc((100% - (8px*4)) /5);
      flex: 0 0 calc((100% - (8px*4)) /5);
      max-width: calc((100% - (8px*4)) /5); }
    .collection-layout .collection-body.js-body-grid-6 .grid-products .product-loop {
      -ms-flex: 0 0 calc((100% - (3px*5)) /6);
      flex: 0 0 calc((100% - (3px*5)) /6);
      max-width: calc((100% - (3px*5)) /6); } }

.collection-layout .collection-wrapper {
  display: flex;
  flex-direction: column; }
  .collection-layout .collection-wrapper > div {
    order: 1; }
  .collection-layout .collection-wrapper .collection-cate, .collection-layout .collection-wrapper .breadcrumb-wrapper {
    order: 0; }
  @media (min-width: 992px) {
    .collection-layout .collection-wrapper .collection-cate, .collection-layout .collection-wrapper .breadcrumb-wrapper {
      order: 1; } }

.sidebar-box.filter-group .sidebar-box--block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.sidebar-box.filter-group .sidebar-box--subtitle {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.28px; }
  .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control {
    width: 33px;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s; }
    .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control svg {
      width: 16px;
      height: 16px; }

.sidebar-box.filter-group .sidebar-box--content {
  display: none; }

.sidebar-box.filter-group .content-list {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .sidebar-box.filter-group .content-list .action-list {
    border-top: 0.5px solid #020617;
    display: flex;
    justify-content: flex-end; }
    .sidebar-box.filter-group .content-list .action-list a {
      width: 50%;
      padding: 0 10px;
      height: 40px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      text-align: center; }
      .sidebar-box.filter-group .content-list .action-list a.btn-close-box {
        border-right: 0.5px solid #020617; }
      .sidebar-box.filter-group .content-list .action-list a.btn-clear.disabled {
        cursor: not-allowed;
        pointer-events: none;
        color: #d0d1d2; }

.sidebar-box.filter-group .checkbox-list, .sidebar-box.filter-group .radio-list {
  margin: 0;
  padding-right: 7px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .sidebar-box.filter-group .checkbox-list li, .sidebar-box.filter-group .radio-list li {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .sidebar-box.filter-group .checkbox-list li input[type='checkbox'], .sidebar-box.filter-group .checkbox-list li input[type='radio'], .sidebar-box.filter-group .radio-list li input[type='checkbox'], .sidebar-box.filter-group .radio-list li input[type='radio'] {
      position: relative;
      width: 20px;
      height: 20px;
      border-radius: 4px;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:after, .sidebar-box.filter-group .checkbox-list li input[type='radio']:after, .sidebar-box.filter-group .radio-list li input[type='checkbox']:after, .sidebar-box.filter-group .radio-list li input[type='radio']:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
        border: 1px solid #231F20;
        background: #fff;
        border-radius: 4px; }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:before, .sidebar-box.filter-group .checkbox-list li input[type='radio']:before, .sidebar-box.filter-group .radio-list li input[type='checkbox']:before, .sidebar-box.filter-group .radio-list li input[type='radio']:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 6px;
        margin: auto;
        z-index: 1;
        width: 10px;
        height: 4px;
        border: 1.5px solid #fff;
        border-top-style: none;
        border-right-style: none;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -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); }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:checked:before, .sidebar-box.filter-group .checkbox-list li input[type='radio']:checked:before, .sidebar-box.filter-group .radio-list li input[type='checkbox']:checked:before, .sidebar-box.filter-group .radio-list li 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); }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:checked:after, .sidebar-box.filter-group .checkbox-list li input[type='radio']:checked:after, .sidebar-box.filter-group .radio-list li input[type='checkbox']:checked:after, .sidebar-box.filter-group .radio-list li input[type='radio']:checked:after {
        background: #231F20;
        border: 1px solid #231F20; }
    .sidebar-box.filter-group .checkbox-list li label, .sidebar-box.filter-group .radio-list li label {
      cursor: pointer;
      margin: 0;
      display: block;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: -0.78px; }
    .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:checked + label:after, .sidebar-box.filter-group .radio-list li input[type='checkbox']:checked + label:after {
      display: block;
      opacity: 1;
      visibility: visible; }
    .sidebar-box.filter-group .checkbox-list li:hover input:after, .sidebar-box.filter-group .radio-list li:hover input:after {
      border: 1px solid #231F20; }

.sidebar-box.filter-group .filter-color .checkbox-list {
  flex-direction: initial;
  flex-wrap: wrap;
  padding: 0; }
  .sidebar-box.filter-group .filter-color .checkbox-list li label {
    display: flex;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #C9C9C9;
    background: rgba(243, 243, 243, 0.5);
    width: 34px;
    height: 34px;
    justify-content: center; }
    .sidebar-box.filter-group .filter-color .checkbox-list li label:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96967 0.968522C7.11054 0.834411 7.298 0.760269 7.49249 0.76174C7.68698 0.763212 7.87329 0.840182 8.01212 0.976409C8.15094 1.11264 8.23141 1.29747 8.23655 1.4919C8.24169 1.68633 8.1711 1.87515 8.03967 2.01852L4.04967 7.00852C3.98106 7.08242 3.89825 7.14172 3.8062 7.18289C3.71415 7.22405 3.61474 7.24623 3.51392 7.2481C3.4131 7.24997 3.31294 7.23148 3.21943 7.19375C3.12591 7.15603 3.04097 7.09983 2.96967 7.02852L0.323669 4.38252C0.249983 4.31386 0.19088 4.23106 0.149888 4.13906C0.108896 4.04706 0.0868544 3.94775 0.0850777 3.84704C0.0833009 3.74634 0.101826 3.64631 0.139547 3.55292C0.177268 3.45954 0.233412 3.3747 0.304631 3.30348C0.37585 3.23226 0.460684 3.17612 0.554072 3.1384C0.64746 3.10068 0.747489 3.08215 0.848192 3.08393C0.948895 3.08571 1.04821 3.10775 1.14021 3.14874C1.23221 3.18973 1.31501 3.24883 1.38367 3.32252L3.47767 5.41552L6.95067 0.990522C6.95692 0.982823 6.9636 0.975478 6.97067 0.968522H6.96967Z' fill='%2394a3b8'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
      display: none;
      opacity: 0;
      visibility: hidden;
      width: 12px;
      height: 12px; }
    .sidebar-box.filter-group .filter-color .checkbox-list li label span.bg {
      display: inline-block;
      height: 24px;
      min-width: 24px;
      width: 24px;
      border: 1px solid rgba(204, 204, 204, 0.3);
      border-radius: 100%; }
    .sidebar-box.filter-group .filter-color .checkbox-list li label span:not(.bg) {
      text-transform: uppercase;
      display: block;
      text-align: center;
      line-height: 1.4;
      font-size: 12px;
      display: none; }
    .sidebar-box.filter-group .filter-color .checkbox-list li label[data-value="Nhiều màu"] {
      background-repeat: repeat-y, repeat;
      background-size: 50% 100%, 100% 100%;
      transform: rotate(35deg); }
  .sidebar-box.filter-group .filter-color .checkbox-list li input[type="checkbox"] {
    display: none; }
    .sidebar-box.filter-group .filter-color .checkbox-list li input[type="checkbox"]:checked + label span.bg {
      border: 1px solid #020617; }
    .sidebar-box.filter-group .filter-color .checkbox-list li input[type="checkbox"]:checked + label span:not(.bg) {
      font-weight: 600; }
    .sidebar-box.filter-group .filter-color .checkbox-list li input[type="checkbox"]:checked + label:before {
      content: none;
      position: absolute;
      top: 8px;
      left: 8px;
      height: 6px;
      width: 12px;
      z-index: 99;
      border: 2px solid #222;
      border-top-style: none;
      border-right-style: none;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.sidebar-box.filter-group.sidebar-box--show .sidebar-box--subtitle span.icon-control {
  transform: rotate(180deg); }

.sidebar-box.filter-group.sidebar-box--show .sidebar-box--content {
  display: block; }

/*-----------------------------------------------*/
/* PRODUCT */
/*-----------------------------------------------*/
.temp-product .main-header.header-fixed.hSticky {
  background-color: transparent;
  mix-blend-mode: difference; }
  .temp-product .main-header.header-fixed.hSticky .main-header--logo a img {
    filter: invert(1) brightness(200%); }

.productdetail-layout .boxlazy-img--insert .boxlazy-img--aspect {
  padding-bottom: calc(1004/803 * 100%);
  position: relative;
  overflow: hidden;
  display: block; }

.productdetail-layout .boxlazy-img--insert img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.productdetail-layout .breadcrumb-wrapper {
  display: none; }

.productdetail-layout .productdetail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px; }

.productdetail-layout .productdetail-head {
  display: flex;
  flex-direction: column;
  gap: 60px; }
  .productdetail-layout .productdetail-head > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .productdetail-layout .productdetail-head .productdetail-main {
    display: flex;
    flex-direction: column;
    gap: 20px 0; }
    .productdetail-layout .productdetail-head .productdetail-main > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
      overflow: hidden; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media {
        width: 100%; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media::-webkit-scrollbar {
          width: 0; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider {
          position: relative;
          margin: 0 -16px; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .swiper-container:not(.swiper-initialized) .swiper-slide {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .theme-images {
            width: 100%;
            position: relative; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .theme-img {
            width: 100%; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .product-media {
            opacity: 0.7;
            transition: all 0.4s; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .swiper-slide-active .product-media {
            opacity: 1; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .gallery-thumbnails {
          position: absolute;
          bottom: 20px;
          left: 20px;
          display: none;
          flex-direction: column;
          gap: 10px;
          width: 65px;
          z-index: 9;
          max-height: 400px;
          overflow-y: auto;
          scrollbar-width: none;
          scroll-behavior: smooth;
          cursor: grab;
          user-select: none; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .gallery-thumbnails:active {
            cursor: grabbing; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .gallery-thumbnails img {
            width: 60px;
            height: 75px;
            object-fit: cover;
            opacity: 0.4;
            border-radius: 4px;
            transition: all 0.3s ease;
            border: 1.5px solid transparent;
            flex-shrink: 0;
            cursor: pointer; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .gallery-thumbnails img.active {
            opacity: 1;
            border-color: #000; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .swiper-pagination {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          justify-content: center;
          position: absolute;
          bottom: 30px; }
      @media (min-width: 992px) {
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media {
          position: relative;
          height: 103vh;
          overflow-y: auto;
          scroll-behavior: smooth; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider {
            margin: 0; }
            .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .theme-images {
              display: grid !important;
              grid-template-columns: 1fr;
              gap: 5px;
              overflow: hidden; }
              .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .theme-images.swiper-wrapper {
                height: 101svh;
                scroll-behavior: smooth;
                overflow-y: scroll;
                scrollbar-width: none; }
                .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .theme-images.swiper-wrapper::-webkit-scrollbar {
                  display: none; }
            .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .product-slider .product-media {
              opacity: 1; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .gallery-thumbnails {
            display: flex; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-media .product-area--media .swiper-pagination {
            display: none; } }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
      display: flex;
      flex-direction: column; }
    .productdetail-layout .productdetail-head .productdetail-main .swiper-button {
      position: absolute;
      top: 50%;
      z-index: 12;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 92px;
      width: 43px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #2D2A2C;
      cursor: pointer; }
      .productdetail-layout .productdetail-head .productdetail-main .swiper-button.swiper-prev {
        left: 0; }
      .productdetail-layout .productdetail-head .productdetail-main .swiper-button.swiper-next {
        right: 0; }
  .productdetail-layout .productdetail-head .prd-info--tags .listing-tags {
    display: flex;
    gap: 17px;
    align-items: center;
    flex-wrap: wrap; }
    .productdetail-layout .productdetail-head .prd-info--tags .listing-tags span {
      display: inline-flex;
      padding: 3px 10px;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      background: #F3F3F3;
      width: max-content;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.6px; }
    .productdetail-layout .productdetail-head .prd-info--tags .listing-tags span.tag-trending {
      color: #2D2A2C;
      background: #C8FF85; }
    .productdetail-layout .productdetail-head .prd-info--tags .listing-tags span.tag-bestseller {
      color: #fff;
      background: #000; }
  .productdetail-layout .productdetail-head .prd-info--heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0; }
    .productdetail-layout .productdetail-head .prd-info--heading .prd-info--title {
      color: #000;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -1.2px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .productdetail-layout .productdetail-head .prd-info--heading .prd-info--tag {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .productdetail-layout .productdetail-head .prd-info--heading .prd-info--tag span {
        display: inline-flex;
        padding: 4px 12px;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #000;
        border-radius: 999px; }
  .productdetail-layout .productdetail-head .prd-info--prices {
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .productdetail-layout .productdetail-head .prd-info--prices .prd-price {
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-current {
      display: flex;
      align-items: center;
      gap: 12px; }
    .productdetail-layout .productdetail-head .prd-info--prices .price {
      font-size: 16px;
      font-weight: 400;
      color: #000000; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-compare {
      font-weight: 400;
      color: #6B7280; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-percent {
      font-size: 12px;
      height: 24px;
      display: inline-flex;
      align-items: center;
      font-weight: 600;
      color: #F9FAFB;
      border-radius: 2px;
      padding: 3px 10px;
      background: #B51F29; }
  .productdetail-layout .productdetail-head .prd-info--variants {
    border-bottom: 1px solid #E1E3E6; }
    .productdetail-layout .productdetail-head .prd-info--variants .select-swatch {
      display: flex;
      flex-direction: column; }
      .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px 0;
        border-top: 1px solid #E1E3E6; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch input {
          display: none; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-element.no-img--loading label {
          background: #f6f6f6 !important;
          border: none !important;
          padding: 0 !important; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-header {
          font-size: 13px;
          color: #000;
          letter-spacing: -0.78px; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-header > span.title {
            display: flex;
            gap: 8px;
            align-items: center; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-header > span > span:last-child {
            font-weight: 600; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-header.size > span > span:last-child {
            font-weight: 400; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap {
          align-items: center;
          display: flex;
          flex-wrap: wrap;
          list-style: none;
          gap: 8px;
          justify-content: flex-start; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap .swatch-element label {
            cursor: pointer;
            margin: 0; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap .swatch-element label.soldout {
            pointer-events: none; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            min-width: 69px;
            min-height: 84px !important;
            max-height: 81px !important;
            max-width: 65px; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element span {
              height: 100%;
              width: 100%;
              background: none !important; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label {
              position: relative;
              display: flex;
              height: 100%;
              width: 100%;
              left: 0px;
              top: 0px;
              position: absolute;
              display: flex;
              overflow: hidden;
              font-size: 0;
              padding: 1px;
              border-bottom: 1px solid transparent;
              background: rgba(243, 243, 243, 0.5); }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.sd {
              border-bottom: 1px solid #000000; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.unavai {
              box-shadow: none;
              overflow: hidden; }
              .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.unavai:before {
                content: ' ';
                display: block;
                height: 100%;
                left: 0;
                margin: 0;
                position: absolute;
                top: 0;
                width: 100%;
                background: linear-gradient(to top left, transparent calc(50% - 1px), #e5e7eb, transparent calc(50% + 1px)); }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element {
            height: 38px;
            min-width: 38px; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element .no-img--loading label {
              height: 38px;
              min-width: 50px; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label {
              font-weight: 500;
              font-size: 13px;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              padding: 0 24px !important;
              border-radius: 9999px;
              background: rgba(255, 255, 255, 0.15);
              border: 1px solid #231F20;
              box-shadow: unset;
              position: relative;
              overflow: hidden;
              backdrop-filter: blur(2.85px); }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element:hover label:not(.soldout) {
              background-color: #000;
              border-color: #000;
              color: #fff; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.sd {
              background-color: #000;
              border-color: #000;
              color: #fff; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.soldout:before {
              content: ' ';
              display: block;
              height: calc(100% - 2px);
              left: 1px;
              margin: 0;
              position: absolute;
              top: 1px;
              width: calc(100% - 2px);
              background: linear-gradient(to top left, transparent calc(50% - 1px), #e5e7eb, transparent calc(50% + 1px)); }
    .productdetail-layout .productdetail-head .prd-info--variants .prd-variant-selector-error {
      color: #F44336;
      font-weight: 500;
      margin-top: 10px;
      font-size: 0.875rem; }
  .productdetail-layout .productdetail-head .prd-info--actions {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 20px 0 0; }
    .productdetail-layout .productdetail-head .prd-info--actions .prd-controls {
      display: flex;
      gap: 6px;
      flex-direction: column;
      width: 100%; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls button, .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .btn {
        width: 100%;
        border-radius: 8px;
        border-color: #231F20; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .buy-now {
        background: #231F20;
        color: #fff; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart {
        color: #231F20; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart:not(.disabled):hover {
          background-color: #262626;
          border-color: #262626;
          color: #ffffff; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.disabled {
          background: #E7E7E7;
          border-color: #E7E7E7;
          color: #8C8C8C;
          cursor: not-allowed; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.disabled svg path {
            stroke: #8C8C8C; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.btnred {
          background: #c60a00;
          border-color: #c60a00;
          color: #fff; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.loading {
          background-color: #262626;
          position: relative;
          border-color: #262626; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.loading:before {
            content: "";
            animation: load .8s linear 0s infinite;
            border: 2px solid transparent;
            border-left: 2px solid #fff;
            border-radius: 50%;
            border-top: 2px solid #fff;
            height: 20px;
            left: 50%;
            margin: 0;
            position: absolute;
            top: 25%;
            width: 20px;
            z-index: 2; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.loading:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: #262626;
            z-index: 1; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.loading:hover {
            background-color: #ffcad4;
            border-color: #ffcad4; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart.loading span {
            display: none; }
    .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity {
      display: flex;
      gap: 8px;
      align-items: center; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity > span {
        color: #231F20;
        font-weight: 500; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper {
        display: inline-flex; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper button {
          height: 38px;
          width: 38px;
          border: none;
          background: none;
          outline: none; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper button svg {
            width: 20px;
            height: 20px; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper button.disabled {
            opacity: 0.4; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper input {
          outline: none;
          border: none;
          text-align: center;
          font-weight: 700;
          width: 40px;
          height: 40px;
          background: transparent;
          border-radius: 4px;
          background: #F3F4F6;
          font-size: 13px; }
  .productdetail-layout .productdetail-head .productdetail-desc {
    position: relative;
    overflow: hidden; }
    .productdetail-layout .productdetail-head .productdetail-desc img {
      width: auto !important;
      height: auto !important; }
    .productdetail-layout .productdetail-head .productdetail-desc table {
      min-width: initial !important; }
    .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--trigger {
      text-align: center; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--trigger .btn-viewmore, .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--trigger .btn-closemore {
        display: inline-block;
        outline: none;
        padding: 6px 20px;
        color: #2D2A2C;
        background: #fff;
        border: 1px solid #2D2A2C; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--trigger .btn-hidemore {
        visibility: hidden;
        opacity: 0; }
    .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner {
      position: relative;
      overflow: hidden;
      margin-bottom: 40px; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner:after {
        content: '';
        transition-property: top;
        transition-duration: 300ms;
        display: none;
        transition-timing-function: ease-in-out;
        background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 100%);
        position: absolute;
        top: calc(100% - 6.25em);
        left: 0;
        height: 6.25em;
        width: 100%; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner * {
        max-width: 100% !important; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner ul {
        list-style: initial;
        padding-left: 20px; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner ol {
        list-style-type: decimal;
        padding-left: 20px; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner ul ul {
        list-style-type: circle; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner ul ul ul {
        list-style-type: square; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner > hr:last-child {
        display: none; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner a {
        color: #007bff; }
        .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner a:hover {
          color: #000; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner.opened {
        height: 300px;
        margin-bottom: 0; }
        .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner.opened:after {
          display: block; }
      .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner.expanded + .expandable--trigger {
        display: block; }
  .productdetail-layout .productdetail-head .productdetail-accordion .accordion {
    display: flex;
    flex-direction: column;
    gap: 18px; }
    .productdetail-layout .productdetail-head .productdetail-accordion .accordion .accordion-header {
      cursor: pointer;
      transition: all 0.3s;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 30px;
      color: #000;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.78px; }
      .productdetail-layout .productdetail-head .productdetail-accordion .accordion .accordion-header .control {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 1.2%;
        transform: translateY(-50%);
        transition: transform 300ms ease;
        display: inline-flex; }
        .productdetail-layout .productdetail-head .productdetail-accordion .accordion .accordion-header .control:before {
          content: '';
          width: 16px;
          height: 16px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Cpath d='M7.13033 4.5L2.78973 9L1.87012 8.0339L4.62897 5.17373L5.33037 4.5L4.62897 3.82627L1.87012 0.966101L2.78974 8.03956e-08L7.13033 4.5Z' fill='black'/%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 10px; }
    .productdetail-layout .productdetail-head .productdetail-accordion .accordion .accordion-body {
      display: none;
      font-size: 14px; }
    .productdetail-layout .productdetail-head .productdetail-accordion .accordion .accordion--item {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .productdetail-layout .productdetail-head .productdetail-accordion .accordion .accordion--item .accordion-header.active .control:before {
        transform: rotate(90deg); }
  .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 97%;
    height: 100%;
    max-height: calc(var(--height-detailmedia) - 160px);
    overflow-y: scroll;
    padding-right: 20px; }
    .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock::-webkit-scrollbar-track {
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background: #E7E7E7; }
    .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: inset 0 0 6px #262626; }
    .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock::-webkit-scrollbar-thumb:window-inactive {
      background: #262626; }
    .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock .box {
      display: flex;
      padding: 16px;
      flex-direction: column;
      gap: 8px;
      border-radius: 8px;
      border: 1px solid #D0D0D0;
      color: #000;
      letter-spacing: -0.72px;
      font-size: 12px; }
      .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock .box .text.name {
        display: flex;
        gap: 11px;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase; }
      .productdetail-layout .productdetail-head .productdetail-accordion .listings-stock .box .text.desc {
        font-weight: 500; }
  .productdetail-layout .productdetail-head .productdetail-accordion .description-productdetail {
    text-transform: uppercase; }
  @media (min-width: 992px) {
    .productdetail-layout .productdetail-head .productdetail-main {
      flex-direction: row; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-accordion {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        order: 1;
        padding-right: 15px; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        order: 2; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        order: 2;
        padding-left: 15px; }
      .productdetail-layout .productdetail-head .productdetail-main .swiper-pagination {
        display: none; }
    .productdetail-layout .productdetail-head .prd-info--prices .price {
      font-size: 18px; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-compare {
      font-size: 16px; }
    .productdetail-layout .productdetail-head .productdetail-info {
      padding-top: 6%; }
    .productdetail-layout .productdetail-head .productdetail-accordion {
      padding-top: 6%; }
      .productdetail-layout .productdetail-head .productdetail-accordion .accordion {
        width: 90%;
        padding-top: 20px; }
        .productdetail-layout .productdetail-head .productdetail-accordion .accordion .accordion-header {
          font-size: 16px; } }
  @media (min-width: 1240px) {
    .productdetail-layout .productdetail-head .productdetail-main {
      flex-direction: row; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-accordion {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        order: 1; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        order: 2;
        padding: 0 3%; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        order: 2; } }

.productdetail-layout .productdetail-body {
  display: flex;
  flex-direction: column;
  gap: 60px; }

.productdetail-layout .section-cate-banner {
  overflow: hidden; }
  .productdetail-layout .section-cate-banner .box {
    --width: 564;
    --height: 1004; }
  .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) {
    padding-left: 0;
    margin: 0 -16px; }
    .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) .listing {
      display: flex;
      gap: 1px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none; }
      .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) .listing::-webkit-scrollbar {
        display: none; }
      .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) .listing .swiper-slide {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%; }
  @media (min-width: 786px) {
    .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) .listing .swiper-slide {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; } }
  @media (min-width: 992px) {
    .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) .listing .swiper-slide {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%; } }
  @media (min-width: 1240px) {
    .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) .listing .swiper-slide {
      -ms-flex: 0 0 18%;
      flex: 0 0 18%;
      max-width: 18%; } }
  @media (min-width: 1800px) {
    .productdetail-layout .section-cate-banner .swiper-container:not(.swiper-initialized) .listing {
      margin: 0 -40px; } }

/*----------------------------------------------*/
/* CART TEMPLATE */
/*----------------------------------------------*/
.cart-layout .cart-heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px; }
  .cart-layout .cart-heading h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000000; }
  @media (min-width: 992px) {
    .cart-layout .cart-heading h1 {
      font-size: 30px; } }

.cart-layout .button.btn-checkout {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  height: 40px; }

.cart-layout .button.btn-update {
  width: 100%;
  background: #fff;
  color: #000; }

.cart-layout .button.disabled {
  color: #000 !important;
  background: #cfcfcf;
  border: 1px solid #cfcfcf;
  opacity: 0.6;
  cursor: not-allowed; }

.cart-layout .cart-order {
  display: flex;
  flex-direction: column; }
  .cart-layout .cart-order.cart-order--loading {
    gap: 41px; }
  .cart-layout .cart-order .table-cart {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .cart-layout .cart-order .line-item {
    display: flex;
    position: relative;
    z-index: 1; }
    .cart-layout .cart-order .line-item .line-item--media {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      position: relative; }
      .cart-layout .cart-order .line-item .line-item--media .img {
        margin: 0 auto;
        text-align: center;
        position: relative; }
        .cart-layout .cart-order .line-item .line-item--media .img a {
          display: block;
          padding-bottom: calc(480/388 * 100%);
          border: 1px solid #efefef;
          overflow: hidden;
          position: relative; }
        .cart-layout .cart-order .line-item .line-item--media .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          object-fit: contain;
          transform: translate(-50%, -50%);
          background: #f5f5f5; }
      .cart-layout .cart-order .line-item .line-item--media .delete {
        position: absolute;
        top: 10px;
        left: 10px; }
        .cart-layout .cart-order .line-item .line-item--media .delete a {
          text-decoration: underline;
          display: inline-flex;
          width: 32px;
          height: 32px;
          background: #fff;
          align-items: center;
          justify-content: center;
          border-radius: 100%;
          font-size: 13px; }
    .cart-layout .cart-order .line-item .line-item--info {
      padding: 0 0 0 10px;
      font-size: 12px; }
      .cart-layout .cart-order .line-item .line-item--info .detail {
        display: flex;
        flex-direction: column;
        gap: 4px; }
      .cart-layout .cart-order .line-item .line-item--info .action {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 26px; }
      .cart-layout .cart-order .line-item .line-item--info .title a {
        font-weight: 500;
        font-size: 14px;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .cart-layout .cart-order .line-item .line-item--info .desc {
        width: 100%;
        display: flex;
        gap: 8px;
        flex-direction: column; }
      .cart-layout .cart-order .line-item .line-item--info .selected-variant {
        color: #737373; }
      .cart-layout .cart-order .line-item .line-item--info .qty-box {
        display: inline-flex;
        text-align: center;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid #E2E2E2;
        overflow: hidden; }
        .cart-layout .cart-order .line-item .line-item--info .qty-box svg {
          width: 16px;
          height: 16px; }
        .cart-layout .cart-order .line-item .line-item--info .qty-box input.qty-input {
          width: 50px;
          height: 30px;
          border: none;
          background: none;
          text-align: center;
          outline: none;
          color: #000;
          -webkit-appearance: none; }
          .cart-layout .cart-order .line-item .line-item--info .qty-box input.qty-input:focus {
            outline: none; }
        .cart-layout .cart-order .line-item .line-item--info .qty-box button.qty-btn {
          color: #000;
          height: 30px;
          width: 30px;
          border: none;
          background: none;
          outline: none;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .cart-layout .cart-order .line-item .line-item--info .qty-box button.qty-btn:focus {
            outline: none; }
        .cart-layout .cart-order .line-item .line-item--info .qty-box button.disabled {
          cursor: default;
          pointer-events: none;
          opacity: 0.3; }
      .cart-layout .cart-order .line-item .line-item--info .price {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px; }
        .cart-layout .cart-order .line-item .line-item--info .price del {
          color: #6B7280; }
        .cart-layout .cart-order .line-item .line-item--info .price span {
          color: #000000;
          font-size: 14px; }
      .cart-layout .cart-order .line-item .line-item--info .list-variant {
        display: flex;
        gap: 4px;
        font-weight: 500;
        color: #000102;
        align-items: center;
        width: 100%; }
        .cart-layout .cart-order .line-item .line-item--info .list-variant .variant-option {
          border: 1px solid #f3f3f3;
          background: #fff;
          height: 25px;
          width: 100%;
          max-width: 66px;
          display: inline-flex;
          align-items: center;
          position: relative; }
          .cart-layout .cart-order .line-item .line-item--info .list-variant .variant-option:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 6px;
            margin: auto;
            width: 14px;
            height: 14px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M5 7.66479L10 12.6648L15 7.66479' stroke='%23000102' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px; }
        .cart-layout .cart-order .line-item .line-item--info .list-variant select {
          border: none;
          width: 100%;
          outline: none;
          background: transparent;
          color: #000102;
          height: 100%;
          padding: 2px 6px;
          appearance: none; }
    @media (min-width: 768px) {
      .cart-layout .cart-order .line-item .line-item--media {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%; }
      .cart-layout .cart-order .line-item .line-item--info {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
        padding: 0 0 0 20px;
        font-size: 14px; }
        .cart-layout .cart-order .line-item .line-item--info .title a {
          font-size: 20px; }
        .cart-layout .cart-order .line-item .line-item--info .price span {
          font-size: 18px; }
        .cart-layout .cart-order .line-item .line-item--info .price del {
          font-size: 16px; } }

.cart-layout .cart-invoice {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .cart-layout .cart-invoice .invoice--show {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart-layout .cart-invoice .invoice--show label {
      margin-bottom: 0; }
    .cart-layout .cart-invoice .invoice--show input#input-invoice {
      display: block;
      width: 44px;
      height: 24px;
      background: #999;
      padding: 2px;
      border-radius: 12px;
      position: relative;
      appearance: none; }
    .cart-layout .cart-invoice .invoice--show input#input-invoice:after {
      content: '';
      width: 20px;
      height: 20px;
      background: #fff;
      position: absolute;
      top: 2px;
      left: 2px;
      border-radius: 555px;
      transition: all 0.2s linear; }
    .cart-layout .cart-invoice .invoice--show input#input-invoice:checked {
      background: #000; }
      .cart-layout .cart-invoice .invoice--show input#input-invoice:checked:after {
        left: unset;
        right: 2px; }
  .cart-layout .cart-invoice .invoice--form {
    background: #f8f8f8; }
    .cart-layout .cart-invoice .invoice--form label {
      display: none; }
    .cart-layout .cart-invoice .invoice--form input {
      background: transparent; }
    .cart-layout .cart-invoice .invoice--form .note-invoice {
      font-size: 14px; }
    .cart-layout .cart-invoice .invoice--form .invoice-action {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      padding: 10px 20px 20px; }
      .cart-layout .cart-invoice .invoice--form .invoice-action button {
        width: 100%;
        font-size: 12px; }
    .cart-layout .cart-invoice .invoice--form .invoice-company {
      padding: 20px; }
    @media (min-width: 768px) {
      .cart-layout .cart-invoice .invoice--form .invoice-action button {
        font-size: 14px; } }

.cart-layout .cart-notes {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .cart-layout .cart-notes textarea {
    border: 1px solid #e3e3e3;
    background: #fff;
    outline: none;
    margin-top: 10px;
    padding: 16px; }
  .cart-layout .cart-notes textarea:focus {
    border-color: #27251f; }

.cart-layout .cart-summary {
  overflow: hidden;
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 16px; }
  .cart-layout .cart-summary h2 {
    display: none;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: normal;
    font-family: var(--skin-layout-heading-font); }
  .cart-layout .cart-summary .summary-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; }
    .cart-layout .cart-summary .summary-action .total-price {
      width: 50%;
      color: #000;
      font-size: 12px;
      padding: 0 16px; }
      .cart-layout .cart-summary .summary-action .total-price span {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .cart-layout .cart-summary .summary-action .total-price span span {
        font-weight: 600; }
  .cart-layout .cart-summary .summary-notify {
    margin-top: 24px;
    display: none; }
  .cart-layout .cart-summary .checkout-total {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 6px; }
    .cart-layout .cart-summary .checkout-total .summary-line > div {
      display: flex;
      flex-direction: column; }
    .cart-layout .cart-summary .checkout-total .summary-line > div > span {
      align-items: center;
      gap: 8px;
      justify-content: space-between; }
    .cart-layout .cart-summary .checkout-total .summary-line span span {
      font-weight: 500;
      font-size: 22px; }
    .cart-layout .cart-summary .checkout-total .summary-line span.js-total-price {
      color: #B51F29; }
    .cart-layout .cart-summary .checkout-total .summary-line span.total-quanlity {
      display: none; }
    .cart-layout .cart-summary .checkout-total .summary-line span.total-price {
      display: flex; }
  @media (min-width: 768px) {
    .cart-layout .cart-summary {
      position: relative;
      bottom: unset;
      right: unset;
      left: unset;
      background: #f8f8f8; }
      .cart-layout .cart-summary .checkout-total {
        padding: 16px 0; }
        .cart-layout .cart-summary .checkout-total .summary-line span.total-quanlity {
          display: flex; }
      .cart-layout .cart-summary .summary-action .total-price, .cart-layout .cart-summary .summary-action .notify-cart {
        display: none; }
      .cart-layout .cart-summary .summary-notify {
        display: block; } }
  @media (min-width: 992px) {
    .cart-layout .cart-summary h2 {
      display: block; } }

.cart-layout .cart-emty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .cart-layout .cart-emty .empty-page-cart {
    margin-top: 15px; }
  .cart-layout .cart-emty .expanded-message {
    margin-bottom: 16px; }
    .cart-layout .cart-emty .expanded-message .link-continue {
      margin: 15px 0 0; }
    .cart-layout .cart-emty .expanded-message .link-continue .btn {
      cursor: pointer;
      padding: 10px 24px;
      outline: none;
      display: inline-flex; }

.cart-layout .cart-main {
  margin: 20px 0 50px;
  min-height: 60vh; }
  .cart-layout .cart-main .cart-push {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 48px;
    justify-content: space-between; }
    .cart-layout .cart-main .cart-push .cart-left, .cart-layout .cart-main .cart-push .cart-right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .cart-layout .cart-main .cart-sticky {
    display: flex;
    gap: 20px;
    flex-direction: column; }
  @media (min-width: 768px) {
    .cart-layout .cart-main {
      margin: 40px 0 72px; }
      .cart-layout .cart-main .cart-push .cart-left {
        -ms-flex: 0 0 calc(70% - 48px);
        flex: 0 0 calc(70% - 48px);
        max-width: calc(70% - 48px); }
      .cart-layout .cart-main .cart-push .cart-right {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; }
      .cart-layout .cart-main .cart-sticky {
        position: sticky;
        margin-bottom: 20px;
        border-top: none;
        top: calc(var(--height-header) + 20px); } }
