/*-----------------------------------------------*/
/* HOME */
/*-----------------------------------------------*/
@media screen and (min-width: 768px) {
  .temp-index .s-heading h2 {
    font-size: 48px; } }

.section-mainslider {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .section-mainslider .swiper-pagination {
    display: flex; }
  .section-mainslider .swiper-container {
    height: 100%;
    width: 100%; }
  .section-mainslider .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative; }
    .section-mainslider .swiper-slide .swiper-slide--inner {
      height: 100%;
      width: 100%;
      position: relative; }
  .section-mainslider .media {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%; }
    .section-mainslider .media img, .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 .link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block; }
  @media (min-width: 992px) {
    .section-mainslider .media {
      padding-bottom: calc(630/1920 * 100%); } }

.section-category .s-content {
  position: relative; }

.section-category .box-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px 10px 0 10px; }
  .section-category .box-card h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 28px;
    font-weight: 700; }
    .section-category .box-card h3 a {
      color: #005551; }
  .section-category .box-card .text {
    text-align: center; }
  .section-category .box-card .media {
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    overflow: hidden; }
    .section-category .box-card .media a {
      padding-bottom: 100%;
      position: relative;
      display: flex;
      height: 100%;
      width: 100%; }
    .section-category .box-card .media img {
      -o-object-fit: cover;
      object-fit: cover;
      object-position: top;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.section-category .swiper:not(.swiper-initialized) .slider-category {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  padding-left: 16px;
  margin: 0 -16px; }
  .section-category .swiper:not(.swiper-initialized) .slider-category::-webkit-scrollbar {
    display: none; }
  .section-category .swiper:not(.swiper-initialized) .slider-category .swiper-slide {
    -webkit-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%; }

@media (min-width: 568px) {
  .section-category .swiper:not(.swiper-initialized) .slider-category .swiper-slide {
    -webkit-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%; } }

@media (min-width: 768px) {
  .section-category .swiper:not(.swiper-initialized) .slider-category .swiper-slide {
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; } }

@media (min-width: 992px) {
  .section-category .swiper:not(.swiper-initialized) .slider-category {
    flex-wrap: nowrap;
    overflow: hidden;
    padding-left: 0px;
    margin: 0;
    gap: 16px; }
    .section-category .swiper:not(.swiper-initialized) .slider-category .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (16px*3)) /4);
      flex: 0 0 calc((100% - (16px*3)) /4);
      max-width: calc((100% - (16px*3)) /4); } }

.section-collection {
  --sectional-grid-gap: 8px; }
  .section-collection .s-content {
    position: relative; }
  .section-collection .s-tabs .s-tabpand {
    display: none;
    flex-direction: column;
    gap: 32px; }
  .section-collection .s-tabs .s-tabpand.active.show {
    display: flex; }
  @media (min-width: 992px) {
    .section-collection {
      --sectional-grid-gap: 32px; }
      .section-collection .s-tabs .s-tabpand {
        gap: 64px; } }

.section-intro .s-heading {
  text-align: left; }
  .section-intro .s-heading .s-heading--tab {
    margin-top: 16px;
    margin-bottom: 32px;
    overflow-x: scroll; }
    .section-intro .s-heading .s-heading--tab::-webkit-scrollbar {
      display: none; }
    .section-intro .s-heading .s-heading--tab .list {
      display: flex;
      align-items: center;
      gap: 8px; }
    .section-intro .s-heading .s-heading--tab .list a {
      color: #B0B0B0;
      background: #F4F4F4;
      font-weight: 700;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
      text-transform: uppercase;
      border-radius: 8px;
      white-space: nowrap; }
      .section-intro .s-heading .s-heading--tab .list a.active, .section-intro .s-heading .s-heading--tab .list a:hover {
        color: #005329;
        background: #99C84E; }

.section-intro .s-content .tabcontent > div {
  display: none; }

.section-intro .s-content .tabcontent > div.active {
  display: block; }

.section-intro .banner-box {
  --height: 800;
  --width: 800; }

@media (min-width: 992px) {
  .section-intro .s-wrapper {
    flex-direction: row;
    gap: 0; }
    .section-intro .s-wrapper .s-coll {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .section-intro .s-wrapper .s-coll.banner-box {
      padding-right: 118px; }
  .section-intro .s-heading .s-heading--tab {
    margin-top: 24px;
    margin-bottom: 72px;
    overflow: hidden; }
    .section-intro .s-heading .s-heading--tab .list {
      gap: 12px; }
    .section-intro .s-heading .s-heading--tab .list a {
      padding: 8px 12px; } }

.section-banner {
  position: relative;
  padding: 0; }
  .section-banner .banner-box {
    --height: 704;
    --width: 1920; }
  .section-banner .content-box {
    display: flex;
    justify-content: center; }
    .section-banner .content-box h2 {
      font-size: 28px;
      margin-bottom: 1.4rem;
      font-weight: 500;
      color: #1C1C1C;
      margin-bottom: 0; }
    .section-banner .content-box h4 {
      color: #007A3C;
      font-family: "Playball", cursive;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 0; }
    .section-banner .content-box p {
      margin-bottom: 0; }
    .section-banner .content-box .detail {
      padding: 2rem 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 26px 24px; }
    .section-banner .content-box .col-left, .section-banner .content-box .col-right, .section-banner .content-box .col-bottom {
      width: 100%; }
    .section-banner .content-box .col-bottom {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-banner .content-box .col-bottom a {
        width: fit-content; }
    .section-banner .content-box .col-right {
      color: #4D4D4D;
      font-weight: 600; }
  @media (min-width: 992px) {
    .section-banner .banner-box {
      --height: 704;
      --width: 1920; }
    .section-banner .content-box {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%; }
      .section-banner .content-box h4 {
        font-size: 32px; }
      .section-banner .content-box h2 {
        font-size: 40px;
        font-weight: 700; }
      .section-banner .content-box p {
        font-size: 16px; }
      .section-banner .content-box .detail {
        max-width: 55%;
        margin: 0 auto;
        padding: 5.275rem  0;
        width: 100%;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap; }
      .section-banner .content-box .col-left, .section-banner .content-box .col-right {
        width: calc((100% - 24px) /2); }
      .section-banner .content-box .col-left {
        text-align: right; }
      .section-banner .content-box .col-right {
        text-align: left; } }

.section-blog .s-content {
  position: relative; }

.section-blog .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  .section-blog .article-list .article-loop {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 768px) {
    .section-blog .article-list .article-loop {
      -webkit-flex: 0 0 calc((100% - (32px*1)) /2);
      flex: 0 0 calc((100% - (32px*1)) /2);
      max-width: calc((100% - (32px*1)) /2); } }
  @media (min-width: 992px) {
    .section-blog .article-list .article-loop {
      -webkit-flex: 0 0 calc((100% - (32px*3)) /4);
      flex: 0 0 calc((100% - (32px*3)) /4);
      max-width: calc((100% - (32px*3)) /4); } }

.section-blog .s-tabs .s-tabpand {
  display: none;
  flex-direction: column;
  gap: 32px; }

.section-blog .s-tabs .s-tabpand.active.show {
  display: flex; }

@media (min-width: 992px) {
  .section-blog .s-tabs .s-tabpand {
    gap: 64px; } }

.section-partner {
  background-attachment: fixed; }
  .section-partner .media {
    padding-bottom: calc(156/239 * 100%);
    position: relative;
    display: flex;
    height: 100%;
    width: 100%; }
    .section-partner .media img {
      -o-object-fit: cover;
      object-fit: cover;
      object-position: top;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section-partner .swiper .swiper-wrapper {
    transition-timing-function: linear !important; }
  .section-partner .swiper:not(.swiper-initialized) .slider-partner {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    overflow-x: scroll; }
    .section-partner .swiper:not(.swiper-initialized) .slider-partner::-webkit-scrollbar {
      display: none; }
    .section-partner .swiper:not(.swiper-initialized) .slider-partner .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (12px*1)) /2);
      flex: 0 0 calc((100% - (12px*1)) /2);
      max-width: calc((100% - (12px*1)) /2); }
  @media (min-width: 568px) {
    .section-partner .swiper:not(.swiper-initialized) .slider-partner .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (12px*3)) /4);
      flex: 0 0 calc((100% - (12px*3)) /4);
      max-width: calc((100% - (12px*3)) /4); } }
  @media (min-width: 992px) {
    .section-partner .swiper:not(.swiper-initialized) .slider-partner {
      flex-wrap: nowrap;
      overflow: hidden;
      gap: 30px; }
      .section-partner .swiper:not(.swiper-initialized) .slider-partner .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (30px*6)) /7);
        flex: 0 0 calc((100% - (30px*6)) /7);
        max-width: calc((100% - (30px*6)) /7); } }

/*-----------------------------------------------*/
/* COLLECTION */
/*-----------------------------------------------*/
.layout-collections:not(.has-banner) {
  padding-top: 240px; }

.layout-collections .breadcrumb-shop {
  display: none; }

.layout-collections .section-bg {
  overflow: hidden;
  position: relative;
  padding: 0; }
  .layout-collections .section-bg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 2; }
  .layout-collections .section-bg .aspect-ratio {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    z-index: 1; }
  .layout-collections .section-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 992px) {
    .layout-collections .section-bg .aspect-ratio {
      padding-bottom: calc(530/1920 * 100%); } }

.layout-collections .section-collection {
  padding: 40px 0; }
  .layout-collections .section-collection .collection-wrapper {
    display: flex;
    gap: 0 32px;
    flex-direction: column; }

.layout-collections .toolbar-products {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #404040; }
  .layout-collections .toolbar-products .head-title {
    flex: 0 0 auto; }
  .layout-collections .toolbar-products .head-title .product-count {
    display: flex;
    align-items: center;
    gap: 5px; }
  .layout-collections .toolbar-products .product-sort {
    position: relative;
    margin-left: auto; }
    .layout-collections .toolbar-products .product-sort .title {
      position: relative;
      margin-bottom: 0; }
    .layout-collections .toolbar-products .product-sort .text {
      margin-left: 15px;
      min-width: 200px;
      min-height: 40px;
      line-height: 40px;
      border: 1px solid #0d2e8a;
      display: inline-block;
      border-radius: 30px;
      padding: 0 15px; }
    .layout-collections .toolbar-products .product-sort .icon {
      position: absolute;
      right: 10px;
      top: calc(50% - 10px); }
    .layout-collections .toolbar-products .product-sort .icon svg {
      display: block;
      width: 20px;
      height: 100%;
      margin: auto; }
    .layout-collections .toolbar-products .product-sort:hover .sort-by-content {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
  .layout-collections .toolbar-products .sort-by-content {
    position: absolute;
    width: 200px;
    top: calc(100% - 0px);
    right: 0;
    z-index: 9;
    background: #fafafa;
    border: 1px #0d2e8a solid;
    padding: 8px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: transform 0.3s ease;
    border-radius: 4px; }
    .layout-collections .toolbar-products .sort-by-content li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 0px; }
      .layout-collections .toolbar-products .sort-by-content li:before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        margin: auto;
        z-index: 1;
        width: 12px;
        height: 6px;
        border: 1.5px solid var(--shop-color-main);
        border-top-style: none;
        border-right-style: none;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0); }
      .layout-collections .toolbar-products .sort-by-content li:hover:before, .layout-collections .toolbar-products .sort-by-content li.active:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }

.layout-collections .section-description {
  padding: 40px 0;
  background: #D9E7D2; }
  .layout-collections .section-description h2 {
    color: #005551;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px; }
  .layout-collections .section-description .collection-desc {
    position: relative;
    padding-bottom: 30px;
    margin-top: 12px; }
    .layout-collections .section-description .collection-desc--view {
      font-weight: 500;
      margin: 24px 0 0;
      text-align: center; }
      .layout-collections .section-description .collection-desc--view span {
        display: inline-block;
        cursor: pointer; }
      .layout-collections .section-description .collection-desc--view svg {
        transform: rotate(180deg);
        transition: all 0.4s; }
    .layout-collections .section-description .collection-desc.is-expandable .collection-desc--view svg {
      transform: rotate(0deg); }
    .layout-collections .section-description .collection-desc.is-expandable .collection-desc--info {
      height: 100px;
      overflow: hidden; }

.layout-collections .toolbar-pagi .pagination {
  margin: 40px 0 0;
  padding: 40px 0 0;
  justify-content: flex-end;
  border-top: 1px dashed #D9E7D2; }

@media (max-width: 991px) {
  .layout-collections .toolbar-products {
    margin-bottom: 16px; }
    .layout-collections .toolbar-products .head-title {
      margin-bottom: 15px;
      width: 100%;
      display: none; }
    .layout-collections .toolbar-products h1 {
      font-size: 18px; }
    .layout-collections .toolbar-products .product-sort .text {
      margin-left: 4px;
      padding: 0 10px; }
  .layout-collections .toolbar-products .product-count {
    font-size: 12px; }
  .layout-collections .toolbar-products .product-sort .text {
    min-width: 160px;
    min-height: 30px;
    line-height: 30px; }
  .layout-collections .toolbar-products .sort-by-content {
    width: 160px; }
  .layout-collections .toolbar-products .sort-by-content li {
    font-size: 12px; }
  .layout-collections .toolbar-products .product-sort .title {
    font-size: 12px; } }

@media (min-width: 992px) {
  .layout-collections .section-collection {
    padding: 80px 0 40px; }
    .layout-collections .section-collection .collection-wrapper {
      flex-direction: row; }
    .layout-collections .section-collection .sidebar-left {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .layout-collections .section-collection .main-container {
      -ms-flex: 0 0 calc(75% - 32px);
      flex: 0 0 calc(75% - 32px);
      max-width: calc(75% - 32px); }
  .layout-collections .section-description {
    padding: 80px 0; }
    .layout-collections .section-description h2 {
      font-size: 32px; } }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-sortby li.active:after {
    background: var(--shop-color-main); }
  .checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .checkbox-list li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px; }
  .checkbox-list li label {
    cursor: pointer;
    margin-bottom: 0; }
  .checkbox-list input[type='checkbox'], .checkbox-list input[type='radio'] {
    position: relative;
    margin-top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .checkbox-list input[type='checkbox']:after, .checkbox-list input[type='radio']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #99C84E;
    cursor: pointer;
    border-radius: 4px; }
  .checkbox-list input[type='checkbox']:before, .checkbox-list input[type='radio']:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-list input[type='checkbox']:checked:after, .checkbox-list input[type='radio']:checked:after {
    background: #99C84E; }
  .checkbox-list input[type='checkbox']:checked:before, .checkbox-list input[type='radio']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  .checkbox-list li:hover {
    color: #99C84E; }
  .checkbox-list li:hover input[type='checkbox']:after {
    border-color: #99C84E; }

.filter-tag4 .checkbox-list {
  flex-direction: row;
  flex-wrap: wrap; }
  .filter-tag4 .checkbox-list li input[type='checkbox'] {
    display: none; }
  .filter-tag4 .checkbox-list li label {
    border-radius: 16px;
    border: 1px solid  #99C84E;
    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center; }
  .filter-tag4 .checkbox-list li input[type='checkbox']:checked + label {
    background: #99C84E;
    color: #fff; }

.filter-inner .filter-head {
  display: none;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #99C84E; }
  .filter-inner .filter-head p {
    margin: 0; }

.filter-inner .layered-filter-title {
  text-transform: uppercase; }
  .filter-inner .layered-filter-title .title-filter {
    margin: 0;
    font-weight: 600;
    font-size: 14px; }
  .filter-inner .layered-filter-title .title-filter .icon-filter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    .filter-inner .layered-filter-title .title-filter .icon-filter svg {
      width: 20px;
      height: 30px;
      fill: #909097;
      stroke: #909097;
      -webkit-transition: 0.5s;
      transition: 0.5s; }

.filter-inner .layered-filter-container {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .filter-inner .layered-filter-container .layered-filter-group {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%; }

.filter-inner .filter-group .filter-group-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.filter-inner .filter-group .filter-group-subtitle {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #4D4D4D; }
  .filter-inner .filter-group .filter-group-subtitle span span {
    color: #005551;
    font-weight: 700; }
  .filter-inner .filter-group .filter-group-subtitle:before {
    content: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 24px;
    height: 24px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15.9141L12 9.91406L6 15.9141' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .filter-inner .filter-group .filter-group-subtitle.action-group:before {
    transform: rotate(180deg); }

.filter-inner .filter-group .filter-group-content {
  padding-top: 16px;
  border-top: 1px dashed  #D9E7D2; }

.filter-inner .filter-group + .filter-group {
  margin-top: 32px; }

.filter-current {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap; }
  .filter-current .list-tags {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px; }
    .filter-current .list-tags .filter-tags {
      position: relative;
      border-radius: 12px;
      font-size: 0;
      display: none;
      padding: 2px 10px 3px 24px;
      background: rgba(153, 200, 78, 0.2);
      color: #99c84e;
      border: 1px solid #99c84e; }
      .filter-current .list-tags .filter-tags b {
        font-size: 13px; }
      .filter-current .list-tags .filter-tags span.filter-tags-remove {
        position: absolute;
        left: 4px;
        top: 4px;
        width: 16px;
        height: 16px;
        cursor: pointer; }
        .filter-current .list-tags .filter-tags span.filter-tags-remove svg {
          width: 16px;
          height: 16px;
          vertical-align: inherit; }
      .filter-current .list-tags .filter-tags.opened {
        display: inline-flex; }
      .filter-current .list-tags .filter-tags.filter-tags-remove-all {
        cursor: pointer;
        border: 0;
        padding: 2px 5px; }
        .filter-current .list-tags .filter-tags.filter-tags-remove-all span {
          color: #04C8BB;
          border-bottom: 1px solid #D4FFF8; }
  .filter-current.is-show.is-mb .list-tags {
    display: flex; }
  @media (min-width: 992px) {
    .filter-current .list-tags {
      margin-bottom: 32px; }
    .filter-current.is-show .list-tags {
      display: flex; } }

.filter-footer {
  display: none; }

.product-filter-mb {
  display: none; }

@media (min-width: 992px) {
  .sticky-sidebar {
    top: var(--height-header);
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  .sticky-gallery, .sticky-info {
    top: 30px;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .sticky-gallery, body.scroll-body-up .sticky-info {
    top: 80px; } }

@media (max-width: 991px) {
  .product-filter-mb {
    padding: 5px 12px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #dde1ef;
    background: #fafafa;
    display: flex;
    align-items: center;
    font-size: 13px; }
    .product-filter-mb p {
      margin-right: 7px;
      margin-bottom: 0; }
  .filter-content {
    display: none;
    position: fixed;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    overflow: hidden; }
    .filter-content .filter-inner {
      position: absolute;
      height: 100%;
      width: 85%;
      max-width: 480px;
      background: #fafafa;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      flex-direction: column;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      display: flex;
      flex-wrap: nowrap;
      overflow: hidden; }
    .filter-content .filter-head {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 12px 15px;
      background: #fafafa;
      font-size: 22px;
      border-bottom: 1px solid var(--shop-color-border); }
      .filter-content .filter-head .btn-filter-close svg {
        width: 17px;
        height: 100%;
        margin: 0 auto;
        cursor: pointer; }
    .filter-content .filter-options {
      flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      padding: 10px 15px 10px;
      border-bottom: 1px solid var(--shop-color-border); }
    .filter-content .filter-footer {
      padding: 10px 5px 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .filter-content .filter-footer .btn-filter {
        display: block;
        position: relative;
        padding: 10px 15px;
        margin: 0 6px;
        border-radius: 2px;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer; }
      .filter-content .filter-footer .btn-filter-apply {
        color: #ffffff;
        background-color: var(--shop-color-main);
        border: 1px solid var(--shop-color-main); }
      .filter-content .filter-footer .btn-filter-clear {
        color: #000000;
        background-color: #f3f4f6;
        border: 1px solid #e5e7eb; }
    .filter-content.show-filter .overlays-rgba {
      pointer-events: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: rgba(0, 0, 0, 0.5); }
    .filter-content.show-filter .filter-inner {
      pointer-events: auto;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
  .filter-price--value {
    display: block;
    padding-right: 15px; }
  .filter-price--range {
    padding: 20px 22px 50px 12px; }
  .filter-price .noUi-tooltip {
    display: none; }
  .filter-price .noUi-value-horizontal:nth-child(4) {
    padding-right: 55px; }
  .filter-size .checkbox-list li {
    margin: 0 8px 8px 0; }
  .filter-color .checkbox-list li {
    margin: 0 8px 8px 0; } }

/*-----------------------------------------------*/
/* PRODUCT */
/*-----------------------------------------------*/
.select {
  display: none;
  visibility: hidden; }

.select-swatch .swatch {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .select-swatch .swatch.is-color .pro-title {
    min-height: 38px; }

.select-swatch .swatch input {
  display: none; }

.select-swatch .swatch .pro-title {
  margin-bottom: 5px; }

.select-swatch .swatch .pro-title strong {
  font-size: 85%;
  display: block;
  color: #4ea8cd;
  line-height: 1.1;
  padding-bottom: 3px; }

.select-swatch .swatch .swatch-element {
  display: inline-block;
  margin: 0 8px 8px 0;
  border-radius: 3px;
  position: relative;
  vertical-align: bottom; }
  .select-swatch .swatch .swatch-element:not(.color) {
    overflow: hidden; }

.select-swatch .swatch .swatch-element.color label {
  overflow: hidden; }

.select-swatch .swatch .swatch-element label {
  position: relative;
  display: block;
  margin: 0;
  padding: 7px 10px;
  min-width: 70px;
  font-size: 12px;
  font-weight: 500;
  color: var(--shop-color-title);
  background-color: #fff;
  border: 1px solid #bdbfbe;
  border-radius: 4px;
  text-align: center;
  cursor: pointer; }

.select-swatch .swatch .swatch-element label span {
  display: block;
  padding: 0 10px;
  overflow: hidden; }

.select-swatch .swatch .swatch-element.soldout {
  cursor: no-drop; }

.select-swatch .swatch .swatch-element.soldout label {
  opacity: .5;
  cursor: no-drop;
  pointer-events: none; }

.select-swatch .swatch .swatch-element.soldout label span:before, .select-swatch .swatch .swatch-element.soldout label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: 0;
  width: 100%;
  height: 1px;
  background: #bdbfbe; }

.select-swatch .swatch .swatch-element.soldout label span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.select-swatch .swatch .swatch-element.soldout label span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.select-swatch .swatch .swatch-element label.sd:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0px 19px 19px 0px;
  border-color: transparent var(--shop-color-main) transparent transparent; }

.select-swatch .swatch .swatch-element label.sd:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  right: -1px;
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-productDetail:not(.has-banner) {
  padding-top: 240px; }

.layout-productDetail .breadcrumb-shop {
  margin-bottom: 20px;
  border-bottom: 1px dashed  #D9E7D2; }

.layout-productDetail .section-bg {
  overflow: hidden;
  position: relative;
  padding: 0; }
  .layout-productDetail .section-bg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 2; }
  .layout-productDetail .section-bg .aspect-ratio {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    z-index: 1; }
  .layout-productDetail .section-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 992px) {
    .layout-productDetail .section-bg .aspect-ratio {
      padding-bottom: calc(530/1920 * 100%); } }

.layout-productDetail .lazy-img--prod {
  padding-bottom: 100%; }

.layout-productDetail .lazy-img-cb {
  padding-bottom: 100%;
  display: block;
  height: 0;
  position: relative; }
  .layout-productDetail .lazy-img-cb img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    object-fit: contain;
    transform: translate(-50%, -50%); }

.layout-productDetail .productDetail-main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 24px 0; }

.layout-productDetail .product-gallery {
  width: 100%; }
  .layout-productDetail .product-gallery .boxlazy-img--aspect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .layout-productDetail .product-gallery .boxlazy-img--aspect img {
      border-radius: 16px; }
  .layout-productDetail .product-gallery .swiper-button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease;
    transform: scale(1); }
    .layout-productDetail .product-gallery .swiper-button svg {
      width: 15px;
      height: 100%;
      display: block;
      margin: 0 auto;
      fill: #000;
      stroke: #000; }
    .layout-productDetail .product-gallery .swiper-button.swiper-prev {
      left: 10px; }
    .layout-productDetail .product-gallery .swiper-button.swiper-next {
      right: 10px; }
    .layout-productDetail .product-gallery .swiper-button.swiper-button-disabled {
      opacity: .8;
      cursor: default; }
      .layout-productDetail .product-gallery .swiper-button.swiper-button-disabled svg {
        fill: #9e9e9e; }
  .layout-productDetail .product-gallery--inner {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative; }
  .layout-productDetail .product-gallery--thumb {
    margin-top: 16px;
    width: 100%; }
    .layout-productDetail .product-gallery--thumb .product-thumb {
      border-radius: 8px;
      border: 1px solid #f7f7f7;
      transition: border-color 300ms ease;
      overflow: hidden;
      cursor: pointer;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .layout-productDetail .product-gallery--thumb .product-thumb a {
        padding-bottom: 100%;
        overflow: hidden;
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        .layout-productDetail .product-gallery--thumb .product-thumb a img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          left: 0;
          top: 0; }
      .layout-productDetail .product-gallery--thumb .product-thumb.swiper-slide-thumb-active {
        border: 1px solid #007A3C; }
    .layout-productDetail .product-gallery--thumb .swiper-button {
      left: calc(50% - 36px); }
      .layout-productDetail .product-gallery--thumb .swiper-button.swiper-prev {
        top: 10px; }
        .layout-productDetail .product-gallery--thumb .swiper-button.swiper-prev svg {
          transform: rotate(-90deg) !important; }
      .layout-productDetail .product-gallery--thumb .swiper-button.swiper-next {
        bottom: 10px;
        top: unset; }
        .layout-productDetail .product-gallery--thumb .swiper-button.swiper-next svg {
          transform: rotate(90deg) !important; }
      .layout-productDetail .product-gallery--thumb .swiper-button.swiper-button-disabled {
        opacity: .8;
        cursor: default; }
        .layout-productDetail .product-gallery--thumb .swiper-button.swiper-button-disabled svg {
          fill: #9e9e9e; }
    .layout-productDetail .product-gallery--thumb:not(.swiper-initialized) .product-thumb {
      flex: 0 0 calc((100% - 32px)/5);
      max-width: calc((100% - 32px)/5);
      margin-right: 8px; }
  .layout-productDetail .product-gallery--slide {
    width: 100%; }

.layout-productDetail .product-info {
  position: relative;
  width: 100%; }
  .layout-productDetail .product-info .product-name h1 {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px; }
  .layout-productDetail .product-info .product-desc {
    margin-bottom: 24px; }
  .layout-productDetail .product-info .product-price {
    display: none;
    flex-wrap: wrap;
    align-items: center; }
    .layout-productDetail .product-info .product-price span.pro-price {
      font-size: 20px;
      line-height: 34px;
      font-weight: 600;
      color: #ff2c26; }
    .layout-productDetail .product-info .product-price del {
      font-size: 16px;
      line-height: 32px;
      color: #9e9e9e;
      margin: 0 0 0 15px;
      font-weight: normal; }
    .layout-productDetail .product-info .product-price .pro-percent {
      display: inline-block;
      min-width: 36px;
      padding: 4px 10px;
      margin-left: 15px;
      background: #ff0000;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 0.5px;
      border-radius: 10px;
      vertical-align: text-bottom;
      line-height: 1.5;
      white-space: nowrap; }
  .layout-productDetail .product-info .product-variants {
    position: relative;
    z-index: 1; }
  .layout-productDetail .product-info .product-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px; }
    .layout-productDetail .product-info .product-meta > div {
      display: flex;
      align-items: center;
      gap: 8px; }
      .layout-productDetail .product-info .product-meta > div .list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px; }
        .layout-productDetail .product-info .product-meta > div .list span {
          border-radius: 16px;
          border: 1px solid #99C84E;
          display: inline-flex;
          padding: 4px 12px;
          justify-content: center;
          align-items: center; }
  .layout-productDetail .product-info .product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px; }
    .layout-productDetail .product-info .product-actions a {
      width: 100%;
      height: 48px; }

.layout-productDetail .section-suggest {
  background: #F6F4F0;
  padding: 40px 0; }
  .layout-productDetail .section-suggest .box-card {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 8px; }
    .layout-productDetail .section-suggest .box-card img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .layout-productDetail .section-suggest .swiper:not(.swiper-initialized) .slider-suggest {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    padding-left: 16px;
    margin: 0 -16px; }
    .layout-productDetail .section-suggest .swiper:not(.swiper-initialized) .slider-suggest::-webkit-scrollbar {
      display: none; }
    .layout-productDetail .section-suggest .swiper:not(.swiper-initialized) .slider-suggest .swiper-slide {
      -webkit-flex: 0 0 76%;
      flex: 0 0 76%;
      max-width: 76%; }
  @media (min-width: 768px) {
    .layout-productDetail .section-suggest .swiper:not(.swiper-initialized) .slider-suggest .swiper-slide {
      -webkit-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%; } }
  @media (min-width: 992px) {
    .layout-productDetail .section-suggest .swiper:not(.swiper-initialized) .slider-suggest {
      flex-wrap: nowrap;
      overflow: hidden;
      padding-left: 0px;
      margin: 0;
      gap: 32px; }
      .layout-productDetail .section-suggest .swiper:not(.swiper-initialized) .slider-suggest .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (32px*5)) /6);
        flex: 0 0 calc((100% - (32px*5)) /6);
        max-width: calc((100% - (32px*5)) /6); } }
  @media (min-width: 992px) {
    .layout-productDetail .section-suggest {
      padding: 40px 0 80px; }
      .layout-productDetail .section-suggest .box-card {
        border-radius: 16px; } }

@media (min-width: 992px) {
  .layout-productDetail .breadcrumb-shop {
    margin-bottom: 40px; }
  .layout-productDetail .product-gallery {
    width: 50%; }
  .layout-productDetail .product-info {
    width: 50%; }
  .layout-productDetail .productDetail-main {
    flex-direction: row;
    margin-bottom: 80px; }
  .layout-productDetail .product-gallery .boxlazy-img--aspect {
    padding: 16px; }
    .layout-productDetail .product-gallery .boxlazy-img--aspect img {
      border-radius: 32px;
      box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1); }
  .layout-productDetail .product-gallery--inner {
    flex-wrap: nowrap; }
  .layout-productDetail .product-gallery--thumb {
    flex: 0 0 auto;
    width: 120px;
    max-width: 120px;
    margin-top: 0;
    order: -1;
    padding-right: 32px; }
    .layout-productDetail .product-gallery--thumb .swiper-wrapper {
      gap: 16px; }
    .layout-productDetail .product-gallery--thumb .product-thumb {
      width: 88px;
      height: 88px !important;
      margin: 0 auto;
      border-radius: 16px; }
    .layout-productDetail .product-gallery--thumb:hover .swiper-nav-thumb .swiper-button {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    .layout-productDetail .product-gallery--thumb:not(.swiper-initialized) .swiper-wrapper {
      height: auto;
      flex-direction: column;
      gap: 16px; }
    .layout-productDetail .product-gallery--thumb:not(.swiper-initialized) .product-thumb {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      height: 100%;
      margin-right: 10px; }
  .layout-productDetail .product-gallery--slide {
    flex: 0 0 auto;
    width: calc(100% - 120px);
    max-width: calc(100% - 120px); }
    .layout-productDetail .product-gallery--slide .swiper-button {
      opacity: 0;
      visibility: hidden;
      transform: scale(0); }
    .layout-productDetail .product-gallery--slide:hover .swiper-nav-main .swiper-button {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
  .layout-productDetail .product-info {
    padding-left: 32px; }
    .layout-productDetail .product-info .product-name h1 {
      font-size: 28px; }
    .layout-productDetail .product-info .product-actions {
      gap: 32px; } }

/*-----------------------------------------------*/
/* DETAIL */
/*-----------------------------------------------*/
.section-intro .s-heading .s-heading--tab .list a {
  background: #fff;
  color: #000; }

@media (min-width: 992px) {
  .section-intro .s-heading .s-heading--tab .list a {
    padding: 8px; } }

@media (min-width: 992px) {
  .section-intro .s-heading .s-heading--tab {
    overflow: initial; } }
