/*-----------------------------------------------*/
/* HOME TEMPLATE */
/*-----------------------------------------------*/
.section-mainslider {
  margin-bottom: calc(var(--space-unit)*2);
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .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: calc(1000/800 * 100%);
    display: block; }
    .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 .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
    padding: 4.25%;
    left: auto;
    width: auto;
    z-index: 4; }
  @media (min-width: 992px) {
    .section-mainslider {
      margin-bottom: calc(var(--space-unit)*4);
      height: calc(100vh - 35px - 80px); }
      .section-mainslider .media {
        height: 100%;
        padding-bottom: 0; } }

.section-category .box-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .section-category .box-card a.box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, #000102 0%, rgba(0, 1, 2, 0) 50%); }
  .section-category .box-card h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 1;
    text-transform: uppercase; }
  .section-category .box-card .media {
    padding-bottom: calc(500/420 * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 4px; }
    .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%; }
  @media (min-width: 992px) {
    .section-category .box-card h3 {
      font-size: 20px; } }

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

.section-category .swiper:not(.swiper-initialized) {
  padding-left: 16px;
  margin: 0 -16px; }
  .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 85%;
      flex: 0 0 85%;
      max-width: 85%; }
  @media (min-width: 568px) {
    .section-category .swiper:not(.swiper-initialized) .slider-category .swiper-slide {
      -webkit-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; } }
  @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) {
      padding-left: 0px;
      margin: 0; }
      .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*4.5)) /5.5);
          flex: 0 0 calc((100% - (16px*4.5)) /5.5);
          max-width: calc((100% - (16px*4.5)) /5.5); } }

.section-brand .box-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .section-brand .box-card .media {
    padding-bottom: calc(190/420 * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6.16px;
    border: 1.54px solid #D5D5D5;
    background: #FFF; }
    .section-brand .box-card .media img {
      -o-object-fit: contain;
      object-fit: contain;
      object-position: top;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

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

.section-brand .swiper .swiper-wrapper {
  transition-timing-function: linear !important; }

.section-brand .swiper:not(.swiper-initialized) .slider-brand {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 10px; }
  .section-brand .swiper:not(.swiper-initialized) .slider-brand .swiper-slide {
    -webkit-flex: 0 0 calc((100% - (10px*1)) /2);
    flex: 0 0 calc((100% - (10px*1)) /2);
    max-width: calc((100% - (10px*1)) /2); }

@media (min-width: 768px) {
  .section-brand .swiper:not(.swiper-initialized) .slider-brand .swiper-slide {
    -webkit-flex: 0 0 calc((100% - (10px*2)) /3);
    flex: 0 0 calc((100% - (10px*2)) /3);
    max-width: calc((100% - (10px*2)) /3); } }

@media (min-width: 992px) {
  .section-brand .swiper:not(.swiper-initialized) .slider-brand {
    flex-wrap: nowrap;
    overflow: hidden;
    padding-left: 0px;
    margin: 0;
    gap: 16px; }
    .section-brand .swiper:not(.swiper-initialized) .slider-brand .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 .s-content {
  position: relative; }

.section-collection .s-banner {
  height: 100%; }
  .section-collection .s-banner a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: calc(378/1200 * 100%); }
  .section-collection .s-banner a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 992px) {
    .section-collection .s-banner a {
      padding-bottom: 100%;
      height: 100%; } }

.section-mixmatch .grid-outfit {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .section-mixmatch .grid-outfit .item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.section-mixmatch .box-card {
  padding: 12px;
  display: flex;
  gap: 16px;
  background: var(--bg-card); }
  .section-mixmatch .box-card > div {
    -webkit-flex: 0 0 calc((100% - (16px*1)) /2);
    flex: 0 0 calc((100% - (16px*1)) /2);
    max-width: calc((100% - (16px*1)) /2); }
  .section-mixmatch .box-card .box-listing {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    border-radius: 4px;
    background: #FFF; }

.section-mixmatch .s-content {
  margin: 0 -16px; }

@media (min-width: 992px) {
  .section-mixmatch .s-content {
    margin: 0; }
  .section-mixmatch .grid-outfit {
    flex-direction: row;
    gap: 16px; }
    .section-mixmatch .grid-outfit .item {
      -webkit-flex: 0 0 calc((100% - (16px*1)) /2);
      flex: 0 0 calc((100% - (16px*1)) /2);
      max-width: calc((100% - (16px*1)) /2); }
  .section-mixmatch .box-card {
    padding: 30px 20px; }
    .section-mixmatch .box-card .box-listing {
      padding: 17px 12px;
      border-radius: 8px;
      gap: 30px; } }

.section-bannergroup .box-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .section-bannergroup .box-card a.box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 37.76%, rgba(0, 0, 0, 0.3) 73.27%); }
  .section-bannergroup .box-card h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    color: #FFF;
    text-transform: uppercase; }
  .section-bannergroup .box-card .media {
    padding-bottom: calc(63/200 * 100%);
    position: relative;
    overflow: hidden; }
    .section-bannergroup .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-bannergroup .box-card .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    width: 100%; }
  @media (min-width: 992px) {
    .section-bannergroup .box-card h3 {
      font-size: 32px; }
    .section-bannergroup .box-card .text {
      padding: 57px 62px; } }

.section-bannergroup .grid-banner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  .section-bannergroup .grid-banner .item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .section-bannergroup .grid-banner .item.item-1 .box-card .text {
      display: none; }
    .section-bannergroup .grid-banner .item.item-1 .box-card .media {
      padding-bottom: calc(63/200 * 100%); }
    .section-bannergroup .grid-banner .item.item-2 .box-card .media, .section-bannergroup .grid-banner .item.item-3 .box-card .media {
      padding-bottom: calc(133/237 * 100%); }

@media (min-width: 992px) {
  .section-bannergroup .grid-banner .item-1 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .section-bannergroup .grid-banner .item-2, .section-bannergroup .grid-banner .item-3 {
    -webkit-flex: 0 0 calc((100% - 16px) /2);
    flex: 0 0 calc((100% - 16px) /2);
    max-width: calc((100% - 16px) /2); } }

.section-policy .grid-policy {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }

.section-policy .item {
  -webkit-flex: 0 0 calc((100% - (16px*1)) /2);
  flex: 0 0 calc((100% - (16px*1)) /2);
  max-width: calc((100% - (16px*1)) /2); }

.section-policy .box-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px 0; }
  .section-policy .box-card .box-card--icon {
    width: 100%; }
    .section-policy .box-card .box-card--icon img {
      width: 80px;
      height: 80px;
      margin: auto; }
  .section-policy .box-card .box-card--text {
    width: 100%; }
    .section-policy .box-card .box-card--text h3 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0; }

@media (min-width: 992px) {
  .section-policy .item {
    -webkit-flex: 0 0 calc((100% - (16px*3)) /4);
    flex: 0 0 calc((100% - (16px*3)) /4);
    max-width: calc((100% - (16px*3)) /4); } }

@media (min-width: 1024px) {
  .section-policy .grid-policy {
    width: 67%;
    margin: auto; } }
