@charset "UTF-8";
/*-----------------------------------------------*/
/* HOME */
/*-----------------------------------------------*/
.section-mainslider {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 35px; }
  .section-mainslider .swiper-container {
    height: 100%;
    width: 100%; }
  .section-mainslider .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative; }
  .section-mainslider .swiper-slide--inner {
    height: 100%;
    width: 100%;
    position: relative; }
  .section-mainslider .media {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: calc(256/393 * 100%); }
    .section-mainslider .media img {
      -o-object-fit: cover;
      object-fit: cover;
      transform: scale(1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .section-mainslider .media video {
      -o-object-fit: cover;
      object-fit: cover;
      transform: scale(1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section-mainslider .content {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-mainslider .content .box {
      max-width: 500px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      text-align: center; }
      .section-mainslider .content .box .heading {
        display: flex;
        flex-direction: column;
        gap: 1px; }
        .section-mainslider .content .box .heading div {
          margin-bottom: 0;
          font-size: 24px;
          font-weight: 600;
          color: var(--skin-layout-title-color); }
    .section-mainslider .content .link {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: none; }
  .section-mainslider .container {
    padding: 0; }
  @media (min-width: 992px) {
    .section-mainslider {
      padding: 0 0 45px; }
      .section-mainslider .media {
        padding-bottom: calc(450/1800 * 100%); }
      .section-mainslider .content .box {
        gap: 40px; }
        .section-mainslider .content .box h2 {
          font-size: 32px; }
        .section-mainslider .content .box div {
          font-size: 16px; } }
  @media screen and (min-width: 1800px) {
    .section-mainslider .container {
      padding: 0 40px; } }

.section-collection .s-heading.has-countdown .title {
  flex-direction: row;
  gap: 10px;
  align-items: center; }

.section-collection .s-heading.has-countdown .title, .section-collection .s-heading.has-countdown .action {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.section-collection .s-heading.has-countdown h2 {
  position: relative;
  padding: 0 20px; }
  .section-collection .s-heading.has-countdown h2:before, .section-collection .s-heading.has-countdown h2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10C8.94889 10 10 8.95082 10 0C10 8.94889 11.0492 10 20 10C11.0511 10 10 11.0492 10 20C10 11.0511 8.95082 10 0 10Z' fill='%23006B31'/%3E%3C/svg%3E"); }
  .section-collection .s-heading.has-countdown h2:before {
    left: 0;
    -webkit-animation: blink-1 .8s 1s infinite both;
    animation: blink-1 .8s 1s infinite both; }
  .section-collection .s-heading.has-countdown h2:after {
    right: 0;
    -webkit-animation: blink-1 .8s 2s infinite both;
    animation: blink-1 .8s 2s infinite both; }

.section-collection .s-heading.has-menu .heading-box {
  display: inline-flex;
  flex-direction: row;
  gap: 16px 20px;
  padding: 8px 0;
  border-bottom: 0.5px solid #666666;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between; }

.section-collection .s-heading.has-menu .title h2 {
  position: relative; }
  .section-collection .s-heading.has-menu .title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3cb149; }

.section-collection .s-heading.has-menu .menu {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap; }
  .section-collection .s-heading.has-menu .menu a.active {
    color: #3cb149; }
  .section-collection .s-heading.has-menu .menu::-webkit-scrollbar {
    display: none; }

@media (min-width: 992px) {
  .section-collection .s-heading.has-menu .heading-box {
    gap: 16px 40px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    justify-content: flex-start; }
  .section-collection .s-heading.has-menu .title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%; }
    .section-collection .s-heading.has-menu .title h2:after {
      bottom: -8.5px; }
  .section-collection .s-heading.has-menu .menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: max-content;
    overflow-x: hidden; }
  .section-collection .s-heading.has-countdown h2 {
    padding: 0 30px; }
  .section-collection.collection-grid.two .s-heading.has-menu {
    justify-content: flex-end; }
    .section-collection.collection-grid.two .s-heading.has-menu .heading-box {
      flex-direction: row-reverse; }
    .section-collection.collection-grid.two .s-heading.has-menu .action svg {
      transform: rotate(180deg); } }

.section-collection-gr {
  padding: 0 0 35px; }
  .section-collection-gr .s-heading {
    justify-content: center; }
  .section-collection-gr .s-swrapper {
    gap: 24px; }
  .section-collection-gr .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 30px; }
    .section-collection-gr .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-collection-gr .item {
    margin-bottom: 2px; }
  .section-collection-gr .box {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #EEF2F6;
    border-bottom: 1px solid #3CB049; }
    .section-collection-gr .box .box-thumb a {
      position: relative;
      overflow: hidden;
      padding-bottom: 100%;
      display: block; }
      .section-collection-gr .box .box-thumb a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .section-collection-gr .box .box-title {
      padding: 28px 0 8px;
      text-align: center; }
      .section-collection-gr .box .box-title h3 {
        margin-bottom: 0;
        color: #016937;
        font-size: 18px;
        font-weight: 400; }
        .section-collection-gr .box .box-title h3 a {
          color: #016937; }
  @media (min-width: 992px) {
    .section-collection-gr {
      padding: 0 0 80px; }
      .section-collection-gr .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (30px*2)) /3);
        flex: 0 0 calc((100% - (30px*2)) /3);
        max-width: calc((100% - (30px*2)) /3); }
      .section-collection-gr .box .box-thumb:hover a img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); }
      .section-collection-gr .box .box-title h3 {
        font-size: 20px; } }

.section-banners {
  padding: 0 0 40px; }
  .section-banners .box-video {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: calc(576/1624 * 100%); }
    .section-banners .box-video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section-banners .box-banner {
    --mb-width-img: 1624;
    --mb-height-img: 576; }
  .section-banners .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 16px; }
    .section-banners .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .section-banners {
      padding: 0 0 80px; }
      .section-banners .box-video {
        padding-bottom: calc(288/605 * 100%); }
      .section-banners .box-banner {
        --width-img: 1624;
        --height-img: 576; }
      .section-banners .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(2) {
        -webkit-flex: 0 0 calc(62% - 16px);
        flex: 0 0 calc(62% - 16px);
        max-width: calc(62% - 16px); }
      .section-banners .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1) {
        -webkit-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        height: auto; }
      .section-banners .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide > div {
        height: 100%; } }

.section-instagram {
  padding: 0 0 40px; }
  .section-instagram .s-heading {
    justify-content: center; }
  .section-instagram .listing {
    display: flex;
    overflow-x: scroll;
    margin: 0 -16px;
    padding-left: 16px; }
    .section-instagram .listing::-webkit-scrollbar {
      display: none; }
    .section-instagram .listing .item {
      -webkit-flex: 0 0 40;
      flex: 0 0 40%;
      max-width: 40%; }
  @media (min-width: 992px) {
    .section-instagram {
      padding: 0 0 80px; }
      .section-instagram .listing {
        overflow: none;
        margin: 0;
        padding-left: 0; }
        .section-instagram .listing .item {
          -webkit-flex: 0 0 calc(100%/5);
          flex: 0 0 calc(100%/5);
          max-width: calc(100%/5); } }

/*-----------------------------------------------*/
/* COLLECTION */
/*-----------------------------------------------*/
.collection-layout .breadcrumb-inner {
  display: flex;
  background: #F6F6F8;
  flex-direction: column; }
  .collection-layout .breadcrumb-inner .breadcrumb-list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .collection-layout .breadcrumb-inner .collection-banner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .collection-layout .breadcrumb-inner .aspect-ratio {
    padding-bottom: calc(216/1280 * 100%);
    overflow: hidden;
    position: relative; }
    .collection-layout .breadcrumb-inner .aspect-ratio img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
  @media (min-width: 992px) {
    .collection-layout .breadcrumb-inner {
      flex-direction: row;
      gap: 0 30px;
      align-items: center;
      justify-content: space-between; }
      .collection-layout .breadcrumb-inner .breadcrumb-list {
        -ms-flex: 0 0 20%;
        flex: 0 0 53.5%;
        max-width: 53.5%; }
      .collection-layout .breadcrumb-inner .collection-banner {
        -ms-flex: 0 0 calc(46.5% - 30px);
        flex: 0 0 calc(46.5% - 30px);
        max-width: calc(46.5% - 30px); } }

.collection-layout .layered-filter--tags-wrapper {
  margin-bottom: 16px; }
  .collection-layout .layered-filter--tags-wrapper .layered-filter--applied {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px; }
    .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: 8px; }
    .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: 0.5px solid #0B0C28;
      border-radius: 30px;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      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: 0.5px solid #016937; }

.collection-layout .collection-title {
  padding: 12px 0 0; }
  .collection-layout .collection-title h1 {
    font-size: 24px;
    font-weight: 700;
    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;
  gap: 16px 20px;
  flex-direction: column; }
  .collection-layout .collection-head .action-wrapper > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .collection-layout .collection-head .action-wrapper .count-wrapper {
    text-align: right;
    padding: 0 16px;
    color: #000;
    display: none; }
  .collection-layout .collection-head .action-wrapper .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    background: #f6f6f8; }
    .collection-layout .collection-head .action-wrapper .button-wrapper:before {
      content: "";
      height: 20px;
      width: 1px;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #ddd; }
    .collection-layout .collection-head .action-wrapper .button-wrapper a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: #f6f6f8;
      height: 40px;
      width: 100%;
      padding: 6px;
      color: #000;
      white-space: nowrap;
      text-transform: uppercase; }

@media (min-width: 992px) {
  .collection-layout .collection-head {
    display: none; }
    .collection-layout .collection-head .action-wrapper {
      margin: 0;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      .collection-layout .collection-head .action-wrapper .count-wrapper {
        padding: 0;
        font-size: 16px; }
      .collection-layout .collection-head .action-wrapper .button-wrapper {
        width: auto;
        border-bottom: none;
        border-top: none;
        background: transparent;
        justify-content: flex-start;
        display: none;
        gap: 35px; }
        .collection-layout .collection-head .action-wrapper .button-wrapper:before {
          content: none; }
        .collection-layout .collection-head .action-wrapper .button-wrapper a {
          background: transparent;
          display: inline-flex;
          width: auto;
          height: auto;
          padding: 0px; }
      .collection-layout .collection-head .action-wrapper > div {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: max-content; } }

.collection-layout .collection-body {
  margin: 8px 0 40px; }
  .collection-layout .collection-body .gridfilter-section {
    display: none; }
  .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: 30px 0 0;
      display: flex;
      justify-content: center;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity .7s ease, transform .7s ease; }
      .collection-layout .collection-body .gridcount-section .show-more.show {
        opacity: 1;
        transform: translateY(0); }
    .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: 20px 8px; }
    .collection-layout .collection-body .grid-products .product-tile {
      -ms-flex: 0 0 calc((100% - (8px*1)) /2);
      flex: 0 0 calc((100% - (8px*1)) /2);
      max-width: calc((100% - (8px*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 .gridfilter-section {
      display: block; }
    .collection-layout .collection-body .grid-section {
      flex-direction: row;
      gap: 0 30px; }
      .collection-layout .collection-body .grid-section .gridfilter-section {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
      .collection-layout .collection-body .grid-section .gridcount-section {
        -ms-flex: 0 0 calc(80% - 30px);
        flex: 0 0 calc(80% - 30px);
        max-width: calc(80% - 30px); }
    .collection-layout .collection-body.js-body-grid-4 .grid-products {
      gap: 20px 8px; }
    .collection-layout .collection-body.js-body-grid-4 .grid-products .product-tile {
      -ms-flex: 0 0 calc((100% - (8px*3)) /4);
      flex: 0 0 calc((100% - (8px*3)) /4);
      max-width: calc((100% - (8px*3)) /4); } }
  @media (min-width: 1024px) {
    .collection-layout .collection-body {
      margin: 20px 0 80px; }
      .collection-layout .collection-body .gridcount-section .show-more {
        padding: 40px 0 0; }
      .collection-layout .collection-body.js-body-grid-4 .grid-products {
        gap: 20px 16px; }
      .collection-layout .collection-body.js-body-grid-4 .grid-products .product-tile {
        -ms-flex: 0 0 calc((100% - (16px*3)) /4);
        flex: 0 0 calc((100% - (16px*3)) /4);
        max-width: calc((100% - (16px*3)) /4); } }

.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; } }

.collection-layout .collection-filter--mb {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top: 0.5px solid #020617;
  z-index: 16;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  -webkit-transition: -webkit-transform 0.3s, all 0.3s;
  -moz-transition: -moz-transform 0.3s, all 0.3s;
  transition: transform 0.3s, all 0.3s; }
  .collection-layout .collection-filter--mb.filter--mb-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .collection-layout .collection-filter--mb .sidebar-tab {
    background: #ffffff;
    position: absolute;
    z-index: 14;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav {
      border-bottom: 0.5px solid #020617;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 20px;
      position: relative;
      gap: 20px; }
      .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav h4 {
        font-family: var(--skin-layout-heading-font);
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
        display: none; }
        .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav h4.active {
          display: block; }
      .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav button {
        border: none;
        background: transparent;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        outline: none; }
    .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist {
      height: calc(100% - 80px);
      width: 100%;
      padding-bottom: 0px;
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      scroll-behavior: smooth; }
      .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist .sidebar-boxscrol {
        padding: 16px 20px;
        display: none;
        height: var(--height-boxscroll); }
        .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist .sidebar-boxscrol.active {
          display: block; }
      .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist .sidebar-box + .sidebar-box {
        padding-top: 20px; }
  @media (min-width: 992px) {
    .collection-layout .collection-filter--mb {
      display: none; } }

.collection-layout .collection-filter--desk .wrapper-filter {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.collection-layout .collection-filter--desk .filter-box-title {
  padding: 12px 8px;
  background: rgba(60, 176, 73, 0.12); }
  .collection-layout .collection-filter--desk .filter-box-title h2 {
    margin: 0;
    color: #016937;
    font-size: 16px;
    font-weight: 400; }

.collection-layout .collection-filter--desk .filter-box-scroll .boxscroll {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .collection-layout .collection-filter--desk .filter-box-scroll .boxscroll .layered-filter--group {
    display: flex;
    flex-direction: column;
    gap: 24px; }

@media (min-width: 1024px) {
  .collection-layout .collection-filter--desk {
    position: sticky;
    top: 10px;
    transition: all 0.3s; } }

.collection-layout .description-wrapper {
  position: relative;
  overflow: hidden;
  margin: 40px 0 0; }
  .collection-layout .description-wrapper .description-content .expandable-action {
    position: relative;
    padding: 20px 0; }
    .collection-layout .description-wrapper .description-content .expandable-action .expandable-action-toggle {
      outline: none;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      gap: 8px;
      border: none;
      padding: 0;
      position: relative;
      text-align: center;
      background: transparent;
      text-decoration: underline; }
  .collection-layout .description-wrapper .description-content.expandable-toggle.opened .expandable-detail {
    max-height: 300px;
    overflow: hidden; }
  .collection-layout .description-wrapper .description-content.expandable-toggle.opened .expandable-action:before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 250px;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, white); }
  @media (min-width: 992px) {
    .collection-layout .description-wrapper {
      margin: 80px 0 0; } }

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

.sidebar-box.filter-group .sidebar-box--subtitle {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  color: #0B0C28;
  border-bottom: 0.5px solid #666666;
  margin-bottom: 14px; }
  .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control {
    width: 20px;
    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;
    position: relative;
    right: -4px; }
    .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control:after {
      background: #0B0C28;
      content: '';
      display: block;
      position: absolute;
      margin-right: 7px;
      top: 50%;
      right: 0;
      left: 0;
      margin: auto;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear;
      width: 1px;
      height: 9px;
      transform-origin: center;
      -moz-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
      -webkit-transform: translateY(-50%) scale(1, 1);
      transform: translateY(-50%) scale(1, 1); }
    .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control:before {
      background: #0B0C28;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: auto;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear;
      width: 9px;
      height: 1px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.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: 0; }
  .sidebar-box.filter-group .checkbox-list li, .sidebar-box.filter-group .radio-list li {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center; }
    .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: 16px;
      height: 16px;
      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: 16px;
        height: 16px;
        cursor: pointer;
        transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
        border: 1px solid #666666;
        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: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        width: 8px;
        height: 8px;
        border-radius: 2px;
        background: #3CB049;
        -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: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: 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: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: 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: #fff;
        border: 1px solid #3CB049; }
    .sidebar-box.filter-group .checkbox-list li label, .sidebar-box.filter-group .radio-list li label {
      cursor: pointer;
      margin: 0;
      display: flex;
      font-size: 14px;
      color: #666;
      align-items: center;
      gap: 4px; }
    .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 #3CB049; }
    .sidebar-box.filter-group .checkbox-list li + li, .sidebar-box.filter-group .radio-list li + li {
      padding-top: 12px; }

.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 .filter-grit .checkbox-list li {
  gap: 12px; }

.sidebar-box.filter-group .filter-grit .checkbox-list li span.icon {
  width: 12px;
  height: 12px;
  border-radius: 100%; }
  .sidebar-box.filter-group .filter-grit .checkbox-list li span.icon[data-grittype="xxc"] {
    background: #111111; }
  .sidebar-box.filter-group .filter-grit .checkbox-list li span.icon[data-grittype="xc"] {
    background: #996F99; }
  .sidebar-box.filter-group .filter-grit .checkbox-list li span.icon[data-grittype="c"] {
    background: #27AE60; }
  .sidebar-box.filter-group .filter-grit .checkbox-list li span.icon[data-grittype="m"] {
    background: #2F80ED; }
  .sidebar-box.filter-group .filter-grit .checkbox-list li span.icon[data-grittype="f"] {
    background: #EB5757; }
  .sidebar-box.filter-group .filter-grit .checkbox-list li span.icon[data-grittype="xf"] {
    background: #E7B51C; }

.sidebar-box.filter-group.sidebar-box--show .sidebar-box--subtitle span.icon-control:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

@media (min-width: 1024px) {
  .main-header.hSticky-nav.hSticky-up + .body-main .collection-layout .collection-filter--desk {
    top: calc(81px + 10px); }
  .main-header.hSticky-nav.hSticky-up-2 + .body-main .collection-layout .collection-filter--desk {
    top: calc(var(--height-header) + 10px); } }

/*-----------------------------------------------*/
/* PRODUCT DETAIL */
/*-----------------------------------------------*/
.productdetail-layout .boxlazy-img--insert .boxlazy-img--aspect {
  padding-bottom: calc(1/1 * 100%);
  position: relative;
  overflow: hidden;
  display: block;
  background: #F6F6F8; }

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

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

.productdetail-layout .productdetail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 8px 0 0 0; }

.productdetail-layout .productdetail-head {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .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 16px; }
    .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 .gallery-container {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin: 0 -8px; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-main {
        width: 100%;
        position: relative;
        overflow: hidden;
        border: 0.5px solid #eeeeee; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-main:not(.swiper-initialized) .swiper-slide {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs {
        padding: 0 16px;
        width: 100%;
        position: relative;
        overflow: hidden; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
          gap: 8px; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs:not(.swiper-initialized) .swiper-slide {
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          max-width: 80px; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .product-thumb {
          padding: 0 0 6px 0;
          position: relative; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .product-thumb:before {
            content: '';
            position: absolute;
            left: 0;
            top: unset;
            bottom: 0;
            right: 0;
            background: transparent;
            height: 2px;
            width: 40px;
            margin: auto; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide img {
          border: 1px solid #F6F6F8; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide-thumb-active {
          opacity: 1; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide-thumb-active img {
            border: 1px solid #006B31; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide-thumb-active .product-thumb:before {
            background: #006D31; }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-info > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--sub .productdetail-info--sub-inner {
        flex-direction: row;
        overflow-x: scroll;
        display: flex;
        gap: 16px; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--main {
        --spacing-small: 8px;
        --spacing-big: 16px;
        display: flex;
        flex-direction: column;
        gap: var(--spacing-big); }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--main.has-promos {
          --spacing-small: 8px;
          --spacing-big: 16px; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--main .productdetail-info--main-bottom,
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--main .productdetail-info--main-top {
          display: flex;
          flex-direction: column;
          gap: var(--spacing-big); }
    .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: none;
      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--heading {
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .productdetail-layout .productdetail-head .prd-info--heading .prd-info--title {
      font-size: 20px;
      font-weight: 600;
      color: #016937;
      margin: 0; }
    .productdetail-layout .productdetail-head .prd-info--heading .prd-info--meta {
      display: flex;
      align-items: center;
      gap: 41px; }
      .productdetail-layout .productdetail-head .prd-info--heading .prd-info--meta > div {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #666666;
        position: relative; }
        .productdetail-layout .productdetail-head .prd-info--heading .prd-info--meta > div:not(:last-child):after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: -21px;
          margin: auto;
          width: 1px;
          height: 12px;
          background: #666; }
      .productdetail-layout .productdetail-head .prd-info--heading .prd-info--meta span.number {
        color: #0B0C28; }
      .productdetail-layout .productdetail-head .prd-info--heading .prd-info--meta span.icon svg {
        margin-top: -3px; }
    .productdetail-layout .productdetail-head .prd-info--heading .count-review .hrv-crv-star-groups {
      display: none; }
    .productdetail-layout .productdetail-head .prd-info--heading .count-review .hrv-crv-star-total {
      color: #666 !important; }
  .productdetail-layout .productdetail-head .prd-info--flashsale .flashsale-box {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 8px;
    background: #FF7936; }
  .productdetail-layout .productdetail-head .prd-info--flashsale .flashsale-countdown {
    display: flex;
    gap: 8px;
    align-items: center; }
  .productdetail-layout .productdetail-head .prd-info--flashsale .countdown-status {
    color: #FFFFFF;
    white-space: nowrap; }
  .productdetail-layout .productdetail-head .prd-info--flashsale .countdown {
    display: flex;
    gap: 4px;
    align-items: center; }
    .productdetail-layout .productdetail-head .prd-info--flashsale .countdown > div {
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 4px;
      background: #F5F5F5;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .productdetail-layout .productdetail-head .prd-info--flashsale .countdown small {
      font-size: 10px;
      color: #3CB049;
      font-weight: 300;
      display: none; }
    .productdetail-layout .productdetail-head .prd-info--flashsale .countdown span {
      font-size: 12px;
      color: #3CB049;
      display: block;
      font-weight: 600; }
    .productdetail-layout .productdetail-head .prd-info--flashsale .countdown span.spe {
      font-size: 16px;
      color: #FFFFFF; }
  .productdetail-layout .productdetail-head .prd-info--promos .promo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px 16px;
    margin-top: 10px; }
  .productdetail-layout .productdetail-head .prd-info--promos .promo-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 150px; }
    .productdetail-layout .productdetail-head .prd-info--promos .promo-box .box-wrapper {
      display: flex;
      flex-direction: column;
      border: 1px solid;
      border-radius: 8px;
      padding: 16px;
      align-items: flex-start;
      gap: 12px;
      background: #fff;
      z-index: 3;
      height: 150px;
      transition: all 0.3s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .promo-box .box-header {
      display: flex;
      gap: 4px;
      align-items: center;
      background: #fff;
      padding: 0px 6px 4px;
      margin-top: -30px; }
      .productdetail-layout .productdetail-head .prd-info--promos .promo-box .box-header h3 {
        color: var(--color-promo);
        font-size: 14px;
        font-weight: 400;
        margin: 0; }
    .productdetail-layout .productdetail-head .prd-info--promos .promo-box .box-content {
      width: 100%; }
  .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app {
    --color-promo: #3CB049; }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .box-wrapper {
      border: 1px dashed var(--color-promo); }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .box-content {
      position: relative;
      overflow: hidden; }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--content {
      min-height: 104px;
      height: 104px;
      transition: all 0.3s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists {
      display: flex;
      gap: 0px;
      flex-direction: column; }
      .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .gift-promo--group {
        display: flex;
        gap: 0px;
        flex-direction: column; }
      .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .gift-promo--title {
        display: none; }
      .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .gift-promo--row {
        display: flex;
        gap: 0px;
        flex-direction: column; }
      .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .gift-promo--item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 4px; }
      .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .box-gift {
        display: flex;
        gap: 8px;
        align-items: center; }
        .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .box-gift .box-thumb {
          width: 42px;
          height: 42px;
          overflow: hidden;
          border-radius: 4px;
          position: relative;
          border: 0.5px solid #F6F6F8;
          background: #F6F6F8;
          display: flex; }
        .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .box-gift .box-thumb img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .box-gift .box-detail {
          -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
          max-width: calc(100% - 50px);
          display: flex;
          gap: 0px;
          flex-direction: column;
          color: #666666; }
          .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .box-gift .box-detail .box-namepromo {
            font-size: 10px;
            font-weight: 600;
            color: #3CB049; }
          .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--lists .box-gift .box-detail .box-nameproduct {
            font-size: 12px;
            line-height: 1.4;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 35px;
            overflow: hidden; }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--more {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--more a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 0;
        height: 20px; }
        .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--more a svg {
          transition: all 0.4s; }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app .gift-promo--group:nth-child(n+3) {
      height: 0;
      overflow: hidden;
      transition: all 0.2s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app.is-collapsed .box-wrapper {
      height: auto;
      position: absolute;
      transition: all 0.6s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app.is-collapsed .gift-promo--content {
      height: auto;
      height: calc-size(auto, size); }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app.is-collapsed .gift-promo--more a svg {
      transform: rotate(180deg); }
    .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app.is-collapsed .gift-promo--group {
      height: auto;
      height: calc-size(auto, size); }
  .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app {
    --color-promo: #006B31; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .box-wrapper {
      border: 1px solid var(--color-promo); }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--content {
      min-height: 108px;
      height: 108px;
      transition: all 0.3s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .promotion-wrapper {
      display: flex;
      gap: 4px;
      flex-direction: column; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .promotion-item {
      display: flex;
      gap: 6px;
      flex-direction: column; }
      .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .promotion-item .promotion-title {
        display: none; }
      .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .promotion-item .promotion-groupitem {
        display: flex;
        gap: 10px;
        flex-direction: column; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .promotion-item .promotion-groupitem .groupitem-title {
          font-weight: 600;
          display: none; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .promotion-item .promotion-groupitem .groupitem-products {
          display: flex;
          gap: 4px;
          flex-direction: column; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .promotion-item .promotion-groupitem.item-buy {
          display: none; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .buydiscount-promo--item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount {
      display: flex;
      gap: 4px;
      flex-direction: column; }
      .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-top {
        display: flex;
        gap: 8px;
        align-items: center; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-top .box-thumb {
          width: 42px;
          height: 42px;
          overflow: hidden;
          border-radius: 4px;
          position: relative;
          background: #F6F6F8;
          display: flex; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-top .box-thumb img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-top .box-detail {
          -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
          max-width: calc(100% - 50px);
          display: flex;
          gap: 2px;
          flex-direction: column;
          color: #666666; }
          .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-top .box-detail .box-nameproduct {
            font-size: 13px;
            line-height: 1.4;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 35px;
            overflow: hidden; }
      .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-bottom {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-between; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-bottom .box-price {
          display: flex;
          gap: 8px;
          align-items: center; }
          .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-bottom .box-price span {
            color: #FF7936;
            font-size: 16px;
            font-weight: 600; }
          .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-bottom .box-price del {
            color: #666666;
            font-weight: 300; }
        .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-bottom .box-action {
          height: 24px; }
          .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--lists .box-buydiscount .box-bottom .box-action a {
            padding: 0 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #E6F2EC; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--more a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0 0;
      height: 20px; }
      .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .buydiscount-promo--more a svg {
        transition: all 0.4s; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .groupitem-product:nth-child(n+2) {
      height: 0;
      overflow: hidden;
      transition: all 0.2s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .promotion-item:nth-child(n+2) {
      height: 0;
      overflow: hidden;
      transition: all 0.2s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app .promotion-groupitem:nth-child(n+3) {
      height: 0;
      overflow: hidden;
      transition: all 0.2s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app.is-collapsed .box-wrapper {
      height: auto;
      position: absolute;
      transition: all 0.6s ease-in-out; }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app.is-collapsed .groupitem-product {
      height: auto;
      height: calc-size(auto, size); }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app.is-collapsed .promotion-item {
      height: auto;
      height: calc-size(auto, size); }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app.is-collapsed .promotion-groupitem {
      height: auto;
      height: calc-size(auto, size); }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app.is-collapsed .buydiscount-promo--more a svg {
      transform: rotate(180deg); }
    .productdetail-layout .productdetail-head .prd-info--promos .buydiscount-promo--app.is-collapsed .buydiscount-promo--content {
      height: auto;
      height: calc-size(auto, size); }
  .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: row;
      gap: 12px; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-current {
      display: flex;
      align-items: center;
      gap: 8px; }
    .productdetail-layout .productdetail-head .prd-info--prices .price {
      font-size: 18px;
      font-weight: 600;
      color: #FF7936; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-compare {
      font-size: 14px;
      font-weight: 400;
      color: #6B7280; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-percent {
      font-size: 12px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      font-weight: 600;
      color: #fff;
      border-radius: 4px;
      padding: 2px 15px;
      background: #016937; }
  .productdetail-layout .productdetail-head .prd-info--variants .select-swatch {
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .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 {
        color: #0B0C28;
        display: flex;
        gap: 8px;
        align-items: center; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-header > span.title {
          color: #666666; }
      .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        gap: 16px;
        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--title {
          display: 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;
          border-radius: 100%;
          display: -ms-flexbox;
          display: flex;
          height: 30px;
          width: 30px;
          position: relative; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element span {
            height: 22px;
            width: 22px;
            border-radius: 100%;
            position: relative; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label {
            position: relative;
            height: 30px;
            width: 30px;
            border-radius: 100%;
            left: 0px;
            top: 0px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            font-size: 0;
            padding: 3px;
            border: 1px solid rgba(207, 207, 207, 0.5);
            background: rgba(243, 243, 243, 0.5);
            background-image: none !important; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.sd {
            border: 1px solid #006e31; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.soldout span {
            box-shadow: none;
            overflow: hidden; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.soldout span: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% - 0.5px), #666666, transparent calc(50% + 0.5px)); }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element {
          height: 40px;
          min-width: 40px; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label {
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            padding: 0 16px;
            border-radius: 8px;
            background: #F6F6F8;
            border: 0.5px solid #666666;
            box-shadow: unset;
            position: relative;
            overflow: hidden;
            color: #666666; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element:hover label:not(.soldout):not(.sd) {
            background-color: rgba(0, 109, 49, 0.1);
            border-color: #006B31;
            color: #006B31; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.sd:not(.soldout) {
            background-color: #006B31;
            border-color: #006B31;
            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% - 0.5px), #666666, transparent calc(50% + 0.5px)); }
  .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--variants .btn-sizeguide {
    text-decoration: underline;
    font-size: 0.875rem; }
  .productdetail-layout .productdetail-head .prd-info--actions {
    display: flex;
    gap: var(--spacing-small);
    flex-direction: column; }
    .productdetail-layout .productdetail-head .prd-info--actions .btn.disabled, .productdetail-layout .productdetail-head .prd-info--actions .btn:disabled {
      cursor: default; }
    .productdetail-layout .productdetail-head .prd-info--actions .add-cart {
      width: 100%;
      background: rgba(0, 109, 49, 0.1);
      color: #006D31;
      border: none; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart:not(.mb) {
        display: none; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart:not(.disabled):hover {
        background: #006d31;
        color: #ffffff; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.disabled {
        background: #E7E7E7;
        border-color: #E7E7E7;
        color: #8C8C8C; }
        .productdetail-layout .productdetail-head .prd-info--actions .add-cart.disabled svg path {
          stroke: #8C8C8C; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading {
        position: relative; }
        .productdetail-layout .productdetail-head .prd-info--actions .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: 0%;
          right: 0;
          bottom: 0;
          top: 0;
          margin: 0 auto;
          position: absolute;
          top: 25%;
          width: 20px;
          z-index: 2; }
        .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 110, 49, 0.2);
          z-index: 1; }
        .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading:hover {
          background-color: #ffcad4;
          border-color: #ffcad4; }
    .productdetail-layout .productdetail-head .prd-info--actions .prd-controls {
      display: flex;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 4;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls button {
        font-size: 14px; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .add-cart {
        width: 45%;
        gap: 2px; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .buy-now {
        width: 55%; }
    .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity {
      display: flex;
      gap: 8px;
      align-items: center;
      width: 100%; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity > span {
        color: #6B7280;
        display: none; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper {
        display: inline-flex;
        border: 0.5px solid #006D31; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper button {
          height: 38px;
          width: 36px;
          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: 60px;
          background: transparent; }
    @media (min-width: 992px) {
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart:not(.mb) {
        display: inline-flex; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.mb {
        display: none; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls {
        position: initial;
        box-shadow: none; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-controls button {
          font-size: 16px; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-controls .buy-now {
          width: 100%; } }
  .productdetail-layout .productdetail-head .prd-info--benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background: #F6F6F8;
    border-radius: 16px;
    max-width: 300px;
    min-width: 300px; }
    .productdetail-layout .productdetail-head .prd-info--benefits .box-title {
      font-size: 14px;
      color: #016937;
      font-weight: 600; }
    .productdetail-layout .productdetail-head .prd-info--benefits .box-list {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .productdetail-layout .productdetail-head .prd-info--benefits .box-list .benefit-item {
        display: flex;
        gap: 8px;
        align-items: center; }
        .productdetail-layout .productdetail-head .prd-info--benefits .box-list .benefit-item .benefit-icon {
          width: 40px;
          height: 40px; }
        .productdetail-layout .productdetail-head .prd-info--benefits .box-list .benefit-item .benefit-content {
          color: #0B0C28;
          width: calc(100% - 48px);
          font-size: 12px; }
  .productdetail-layout .productdetail-head .prd-info--voucher {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background: #F6F6F8;
    border-radius: 16px;
    max-width: 300px;
    min-width: 300px; }
    .productdetail-layout .productdetail-head .prd-info--voucher .box-title {
      font-size: 14px;
      color: #016937;
      font-weight: 600; }
    .productdetail-layout .productdetail-head .prd-info--voucher .box-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
      height: 100%;
      justify-content: space-between; }
      .productdetail-layout .productdetail-head .prd-info--voucher .box-list .voucher-item {
        display: flex;
        gap: 12px;
        align-items: center; }
        .productdetail-layout .productdetail-head .prd-info--voucher .box-list .voucher-item .voucher-ticket {
          width: 53px; }
        .productdetail-layout .productdetail-head .prd-info--voucher .box-list .voucher-item .voucher-content {
          color: #0B0C28;
          width: calc(100% - 70px); }
  .productdetail-layout .productdetail-head .productdetail-tab {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    .productdetail-layout .productdetail-head .productdetail-tab .tabnav {
      overflow: hidden;
      width: 80%; }
      .productdetail-layout .productdetail-head .productdetail-tab .tabnav .tabnav-listing {
        display: flex;
        gap: 22px;
        align-items: center;
        border-bottom: 0.5px solid #666666;
        gap: 10px;
        justify-content: space-between;
        padding-bottom: 0;
        /*
          padding-bottom: 6px;overflow-y: hidden; overflow-x: scroll;
          &::-webkit-scrollbar {width: 2px;height: 2px; }
    			&::-webkit-scrollbar-track {-webkit-border-radius: 0px;border-radius: 0px;background: #efefef; }
    			&::-webkit-scrollbar-thumb {-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: inset 0 0 6px rgba(0, 1, 2, 0.35); }
    			&::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 1, 2, 0.35); }
          */ }
        .productdetail-layout .productdetail-head .productdetail-tab .tabnav .tabnav-listing a {
          color: #666666;
          text-align: center;
          font-size: 16px;
          white-space: nowrap;
          position: relative; }
          .productdetail-layout .productdetail-head .productdetail-tab .tabnav .tabnav-listing a:after {
            content: '';
            position: absolute;
            bottom: -0.5px;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            background: transparent; }
          .productdetail-layout .productdetail-head .productdetail-tab .tabnav .tabnav-listing a.active {
            color: #016937;
            font-weight: 600; }
            .productdetail-layout .productdetail-head .productdetail-tab .tabnav .tabnav-listing a.active:after {
              background: #3cb149; }
      @media (min-width: 992px) {
        .productdetail-layout .productdetail-head .productdetail-tab .tabnav {
          width: 100%; } }
    .productdetail-layout .productdetail-head .productdetail-tab .tabcontents .tabpand {
      display: none; }
    .productdetail-layout .productdetail-head .productdetail-tab .tabcontents .tabpand.active {
      display: block; }
    .productdetail-layout .productdetail-head .productdetail-tab .protab1 table tr td:first-child, .productdetail-layout .productdetail-head .productdetail-tab .protab1 table tr th:first-child {
      padding-right: 14px; }
    .productdetail-layout .productdetail-head .productdetail-tab .protab1 table tr td {
      border: 1px solid #fff; }
    .productdetail-layout .productdetail-head .productdetail-tab .protab1 table tr td p {
      margin: 0; }
    .productdetail-layout .productdetail-head .productdetail-tab .protab1 table tr td p + p {
      margin-top: 8px; }
  .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-closemore {
        visibility: hidden;
        opacity: 0; }
    .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner {
      position: relative;
      overflow: hidden; }
      .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: 500px;
        margin-bottom: 40px; }
        .productdetail-layout .productdetail-head .productdetail-desc .detail--expandable .expandable--inner.opened:after {
          display: block; }

@media (min-width: 992px) {
  .productdetail-layout .breadcrumb-wrapper {
    display: block; }
  .productdetail-layout .productdetail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 40px 0 0 0; }
  .productdetail-layout .productdetail-head {
    gap: 80px; }
    .productdetail-layout .productdetail-head .productdetail-main {
      flex-direction: row; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%; }
      .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
        -ms-flex: 0 0 calc(62% - 16px);
        flex: 0 0 calc(62% - 16px);
        max-width: calc(62% - 16px);
        flex-direction: row;
        height: 100%; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--main {
          --spacing-small: 8px;
          --spacing-big: 16px;
          -ms-flex: 0 0 calc(100% - 290px);
          flex: 0 0 calc(100% - 290px);
          max-width: calc(100% - 290px);
          justify-content: space-between; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--main.has-promos {
            --spacing-small: 4px;
            --spacing-big: 10px; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--sub {
          -ms-flex: 0 0 278px;
          flex: 0 0 278px;
          max-width: 278px; }
          .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--sub .productdetail-info--sub-inner {
            flex-direction: column;
            overflow: hidden; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container {
        flex-direction: row-reverse;
        gap: 20px;
        margin: 0;
        height: var(--height-gallery-main);
        overflow: hidden; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs {
          padding: 0;
          -ms-flex: 0 0 90px;
          flex: 0 0 90px;
          max-width: 90px;
          height: var(--height-gallery-main); }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
            gap: 20px;
            flex-direction: column;
            height: 478px; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .product-thumb {
            padding: 0 0 0 10px; }
            .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .product-thumb:before {
              width: 4px;
              height: 64px;
              left: 0;
              top: 0;
              bottom: 0;
              right: unset; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide {
            height: auto !important;
            cursor: pointer; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs[data-size="2"] .swiper-wrapper, .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs[data-size="3"] .swiper-wrapper, .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs[data-size="4"] .swiper-wrapper {
            gap: 20px; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs[data-size="5"] .swiper-wrapper {
            transform: translate3d(0px, 0px, 0px) !important;
            height: 100% !important;
            justify-content: space-between; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-main {
          -ms-flex: 0 0 calc(100% - 110px);
          flex: 0 0 calc(100% - 110px);
          max-width: calc(100% - 110px);
          min-width: 0;
          height: var(--height-gallery-main); }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .product-gallery {
          height: var(--height-gallery-main); }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .product-gallery div, .productdetail-layout .productdetail-head .productdetail-main .gallery-container .product-gallery a {
            height: var(--height-gallery-main); }
      .productdetail-layout .productdetail-head .productdetail-main .wrapbox-image.no-gallery {
        height: var(--height-gallery-main);
        overflow: hidden; }
        .productdetail-layout .productdetail-head .productdetail-main .wrapbox-image.no-gallery .boxlazy-img--aspect {
          padding: 0;
          height: var(--height-gallery-main); }
          .productdetail-layout .productdetail-head .productdetail-main .wrapbox-image.no-gallery .boxlazy-img--aspect img {
            object-position: center; }
      .productdetail-layout .productdetail-head .productdetail-main .swiper-button {
        display: inline-flex; }
    .productdetail-layout .productdetail-head .prd-info--benefits {
      max-width: initial;
      min-width: initial; }
      .productdetail-layout .productdetail-head .prd-info--benefits .box-list {
        gap: 8px; }
        .productdetail-layout .productdetail-head .prd-info--benefits .box-list .benefit-item .benefit-icon {
          width: 44px;
          height: 44px; }
        .productdetail-layout .productdetail-head .prd-info--benefits .box-list .benefit-item .benefit-content {
          width: calc(100% - 69px);
          font-size: 14px; }
    .productdetail-layout .productdetail-head .prd-info--voucher {
      max-width: initial;
      min-width: initial; }
      .productdetail-layout .productdetail-head .prd-info--voucher .box-list {
        height: auto; }
        .productdetail-layout .productdetail-head .prd-info--voucher .box-list .voucher-item .voucher-ticket {
          width: 65px; }
        .productdetail-layout .productdetail-head .prd-info--voucher .box-list .voucher-item .voucher-content {
          width: calc(100% - 110px); }
    .productdetail-layout .productdetail-head .prd-info--promos {
      min-height: 155px; }
      .productdetail-layout .productdetail-head .prd-info--promos .promo-wrapper {
        flex-direction: row; }
      .productdetail-layout .productdetail-head .prd-info--promos .promo-box {
        -ms-flex: 0 0 calc((100% - 16px) /2);
        flex: 0 0 calc((100% - 16px) /2);
        max-width: calc((100% - 16px) /2);
        min-height: auto; }
      .productdetail-layout .productdetail-head .prd-info--promos .gift-promo--app {
        height: 150px; }
    .productdetail-layout .productdetail-head .prd-info--prices .price {
      font-size: 20px; }
    .productdetail-layout .productdetail-head .prd-info--prices .price-compare {
      font-size: 16px; } }

@media (min-width: 1200px) {
  .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%; }
  .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
    -ms-flex: 0 0 calc(58% - 16px);
    flex: 0 0 calc(58% - 16px);
    max-width: calc(58% - 16px); }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--main {
      -ms-flex: 0 0 calc(100% - 290px);
      flex: 0 0 calc(100% - 290px);
      max-width: calc(100% - 290px); }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-info .productdetail-info--sub {
      -ms-flex: 0 0 278px;
      flex: 0 0 278px;
      max-width: 278px; } }

/*----------------------------------------------*/
/* 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 .cart-group {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .cart-layout .cart-order .line-item {
    display: flex;
    gap: 16px;
    overflow: hidden; }
    .cart-layout .cart-order .line-item .line-item--left {
      width: 90px;
      position: relative;
      overflow: hidden; }
      .cart-layout .cart-order .line-item .line-item--left a {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: calc(100/100 * 100%);
        position: relative;
        overflow: hidden;
        border: 1px solid #efefef; }
      .cart-layout .cart-order .line-item .line-item--left img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .cart-layout .cart-order .line-item .line-item--left .item-img {
        /*height: 100%;*/
        position: relative; }
      .cart-layout .cart-order .line-item .line-item--left .item-sku {
        position: absolute;
        left: 8px;
        top: 8px; }
    .cart-layout .cart-order .line-item .line-item--right {
      width: calc(100% - 90px - 16px);
      display: flex;
      gap: 8px;
      font-size: 12px;
      flex-direction: column;
      justify-content: space-between; }
      .cart-layout .cart-order .line-item .line-item--right .item-info {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .cart-layout .cart-order .line-item .line-item--right .item-info h3 {
          font-size: 16px;
          font-weight: 500;
          margin: 0; }
        .cart-layout .cart-order .line-item .line-item--right .item-info h3 a {
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
      .cart-layout .cart-order .line-item .line-item--right .item-title {
        display: flex;
        flex-direction: column;
        gap: 4px; }
      .cart-layout .cart-order .line-item .line-item--right .item-desc {
        display: none; }
      .cart-layout .cart-order .line-item .line-item--right .item-price {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px; }
        .cart-layout .cart-order .line-item .line-item--right .item-price * {
          display: inline-block; }
        .cart-layout .cart-order .line-item .line-item--right .item-price del {
          color: #6B7280; }
        .cart-layout .cart-order .line-item .line-item--right .item-price span {
          font-weight: 400;
          color: #000000;
          font-size: 14px;
          letter-spacing: -0.13px; }
      .cart-layout .cart-order .line-item .line-item--right .item-meta {
        margin: 12px 0;
        display: flex;
        flex-direction: column;
        gap: 0; }
        .cart-layout .cart-order .line-item .line-item--right .item-meta .selected-variant {
          position: relative;
          display: flex;
          align-items: center;
          gap: 6px;
          color: #737373;
          font-size: 13px;
          letter-spacing: -0.13px; }
          .cart-layout .cart-order .line-item .line-item--right .item-meta .selected-variant span.icon {
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 100%;
            border: 1px solid #E2E2E2; }
      .cart-layout .cart-order .line-item .line-item--right .item-remove {
        text-align: right; }
        .cart-layout .cart-order .line-item .line-item--right .item-remove a {
          display: inline-flex;
          align-items: center;
          text-decoration: underline;
          gap: 6px; }
      .cart-layout .cart-order .line-item .line-item--right .item-actions {
        display: flex;
        align-items: flex-end; }
      .cart-layout .cart-order .line-item .line-item--right .item-quan {
        display: inline-flex;
        align-items: center;
        gap: 4px; }
        .cart-layout .cart-order .line-item .line-item--right .item-quan .quan-wrapper {
          display: inline-flex;
          border: 0.5px solid #006D31; }
        .cart-layout .cart-order .line-item .line-item--right .item-quan button {
          height: 28px;
          width: 26px;
          border: none;
          background: none;
          outline: none; }
          .cart-layout .cart-order .line-item .line-item--right .item-quan button.disabled {
            opacity: 0.3; }
          .cart-layout .cart-order .line-item .line-item--right .item-quan button svg {
            width: 12px;
            height: 12px; }
        .cart-layout .cart-order .line-item .line-item--right .item-quan input {
          outline: none;
          border: none;
          text-align: center;
          font-weight: 700;
          width: 40px;
          background: transparent; }
      .cart-layout .cart-order .line-item .line-item--right .item-total-price {
        font-weight: bold; }
      .cart-layout .cart-order .line-item .line-item--right .item-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .cart-layout .cart-order .line-item .line-item--right .item-gift {
        background: rgba(0, 110, 49, 0.1);
        padding: 10px;
        border-radius: 4px; }
        .cart-layout .cart-order .line-item .line-item--right .item-gift .gifts-list {
          display: flex;
          flex-direction: column;
          gap: 4px; }
          .cart-layout .cart-order .line-item .line-item--right .item-gift .gifts-list h4 {
            margin-bottom: 0;
            font-size: 14px; }
    @media (min-width: 768px) {
      .cart-layout .cart-order .line-item .line-item--left {
        width: 100px; }
      .cart-layout .cart-order .line-item .line-item--right {
        width: calc(100% - 100px - 16px);
        font-size: 14px; }
        .cart-layout .cart-order .line-item .line-item--right .item-meta .list-variant .variant-option {
          height: 30px;
          max-width: 80px; }
        .cart-layout .cart-order .line-item .line-item--right .item-meta .list-variant .variant-option:after {
          background-size: 14px;
          width: 14px;
          height: 14px;
          right: 10px; } }

.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: 16px; }
  .cart-layout .cart-notes .cart-notes--title {
    font-weight: 500;
    font-size: 16px; }
  .cart-layout .cart-notes textarea {
    border: 1px solid #e3e3e3;
    background: #fff;
    outline: none;
    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: 20px;
    font-weight: 500;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: normal; }
  .cart-layout .cart-summary .summary-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px; }
    .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-action .btn-link {
      width: 100%;
      display: flex;
      justify-content: center;
      text-decoration: underline; }
  .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;
      gap: 8px; }
    .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 {
        margin-bottom: 20px;
        border-top: none; } }

#screenshot {
  position: absolute;
  background: #F6F6F8;
  border: 0.5px solid #016937;
  color: #fff;
  z-index: 10;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 4px;
  pointer-events: none;
  -webkit-box-shadow: 6px 3px 8.4px rgba(140, 140, 140, 0.25);
  -moz-box-shadow: 6px 3px 8.4px rgba(140, 140, 140, 0.25);
  box-shadow: 6px 3px 8.4px rgba(140, 140, 140, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transform-origin: top left;
  transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  #screenshot img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain; }
  #screenshot.is-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.js-split-text .split-char,
.js-split-text .split-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px); }

.js-split-text.is-visible .split-char,
.js-split-text.is-visible .split-word {
  animation: splitFadeUp 1.2s ease forwards; }

@keyframes splitFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
