[class^="section-index-"] {
  padding: 80px 0 0; }

@media (max-width: 767px) {
  [class^="section-index-"] {
    padding: 40px 0 0; } }

@-webkit-keyframes policy {
  16.65% {
    transform: translateX(7px); }
  33.33% {
    transform: translateX(-5px); }
  49.95% {
    transform: translateX(3px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }

@keyframes policy {
  16.65% {
    transform: translateX(7px); }
  33.33% {
    transform: translateX(-5px); }
  49.95% {
    transform: translateX(3px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }

.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 3px;
    outline: 0; }
  .owl-carousel .owl-dots .owl-dot span {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 7px;
    height: 7px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5); }
  .owl-carousel .owl-dots .owl-dot.active {
    border-radius: 50%;
    border: 2px solid #fff; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff; }

@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    bottom: 5px; }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 2px; }
  .owl-carousel .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 4px; }
  .owl-carousel .owl-dots .owl-dot.active {
    border: 1px solid #fff; } }

.section-index-slider {
  padding: 0; }
  .section-index-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-index-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }

.section-index-category .category-item {
  position: relative;
  overflow: hidden; }
  .section-index-category .category-item .item-img img {
    transition: all 1.5s ease-out; }
  .section-index-category .category-item .item-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    .section-index-category .category-item .item-detail .title {
      font-size: 30px;
      font-weight: 600;
      color: var(--color1);
      margin-bottom: 10px; }
      .section-index-category .category-item .item-detail .title span {
        color: var(--color2); }
    .section-index-category .category-item .item-detail .desc {
      color: var(--color3);
      margin: 0; }
    .section-index-category .category-item .item-detail .btn-banner {
      display: inline-block;
      padding: 10px 20px;
      text-transform: uppercase;
      background: var(--color4);
      color: var(--color5);
      transition: all 0.3s;
      margin-top: 20px; }
      .section-index-category .category-item .item-detail .btn-banner:hover {
        background: var(--color1); }
        .section-index-category .category-item .item-detail .btn-banner:hover span {
          color: #fff; }
        .section-index-category .category-item .item-detail .btn-banner:hover.bg-w span {
          color: #333; }
  .section-index-category .category-item:hover .item-img img {
    transform: scale(1.07); }

@media (min-width: 1600px) {
  .section-index-category .category-item .item-detail .title {
    font-size: 40px; } }

@media (max-width: 991px) {
  .section-index-category .row {
    gap: 15px; } }

@media (max-width: 767px) {
  .section-index-category {
    padding-top: 15px; }
    .section-index-category .category-item .item-detail .title {
      font-size: 22px; } }

.section-index-policy .policy-item {
  border: 1px solid var(--shop-color-border);
  padding: 30px 10px;
  height: 100%; }
  .section-index-policy .policy-item .item-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    .section-index-policy .policy-item .item-header .icon img {
      max-height: 26px; }
    .section-index-policy .policy-item .item-header .title {
      font-size: 18px; }
  .section-index-policy .policy-item .item-desc {
    font-size: 14px;
    color: rgba(34, 34, 34, 0.7);
    margin: 10px 0 0; }
  .section-index-policy .policy-item:hover .item-header .icon img {
    -webkit-animation: policy 1.2s linear;
    animation: policy 1.2s linear; }

@media (max-width: 991px) {
  .section-index-policy .row {
    gap: 30px 0; } }

@media (max-width: 767px) {
  .section-index-policy .row {
    gap: 15px 0; }
  .section-index-policy .policy-item {
    padding: 20px 10px; } }

.section-index-collection-1 .list-product {
  display: flex;
  flex-flow: wrap;
  gap: 30px; }
  .section-index-collection-1 .list-product .product-loop {
    -ms-flex: 0 0 calc(100%/4 - 22.5px);
    flex: 0 0 calc(100%/4 - 22.5px);
    max-width: calc(100%/4 - 22.5px);
    margin: 0; }
    .section-index-collection-1 .list-product .product-loop, .section-index-collection-1 .list-product .product-loop .proloop-image {
      padding: 0; }

.section-index-collection-1 .has-banner .list-product .product-loop {
  -ms-flex: 0 0 calc(100%/3 - 20px);
  flex: 0 0 calc(100%/3 - 20px);
  max-width: calc(100%/3 - 20px); }

.section-index-collection-1 .banner-slider:not(.owl-loaded) {
  display: flex;
  overflow: hidden; }
  .section-index-collection-1 .banner-slider:not(.owl-loaded) .banner-item {
    flex: 0 0 100%; }

.section-index-collection-1 .banner-item {
  position: relative;
  overflow: hidden; }
  .section-index-collection-1 .banner-item img {
    transition: all 1.5s ease-out; }
  .section-index-collection-1 .banner-item:hover img {
    transform: scale(1.07); }

.section-index-collection-1 .owl-carousel .owl-item.active .banner-item img {
  transform: scale(1.07); }

.section-index-collection-1 .owl-carousel .owl-nav button {
  position: absolute;
  bottom: 10px;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border-radius: 3px;
  border: 1px solid var(--shop-color-main);
  color: var(--shop-color-main);
  background: #fff;
  outline: none;
  transition: all 0.3s; }
  .section-index-collection-1 .owl-carousel .owl-nav button svg {
    width: 12px;
    height: 12px;
    fill: currentColor; }
  .section-index-collection-1 .owl-carousel .owl-nav button.owl-prev {
    right: 68px; }
  .section-index-collection-1 .owl-carousel .owl-nav button.owl-next {
    right: 10px; }
  .section-index-collection-1 .owl-carousel .owl-nav button:hover {
    background: var(--shop-color-main);
    color: #fff; }

@media (max-width: 991px) {
  .section-index-collection-1 .row {
    gap: 30px 0;
    flex-flow: column-reverse; } }

@media (max-width: 767px) {
  .section-index-collection-1 .has-banner .list-product {
    gap: 10px; }
    .section-index-collection-1 .has-banner .list-product .product-loop {
      -ms-flex: 0 0 calc(100%/2 - 5px);
      flex: 0 0 calc(100%/2 - 5px);
      max-width: calc(100%/2 - 5px); }
  .section-index-collection-1 .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 38px; }
    .section-index-collection-1 .owl-carousel .owl-nav button.owl-prev {
      right: 60px; } }

.section-index-banner .banner-item {
  position: relative;
  overflow: hidden; }
  .section-index-banner .banner-item .item-img img {
    transition: all 1.5s ease-out; }
  .section-index-banner .banner-item .item-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 30px; }
    .section-index-banner .banner-item .item-detail .title {
      font-size: 35px; }
    .section-index-banner .banner-item .item-detail a {
      text-decoration: underline; }
  .section-index-banner .banner-item:hover .item-img img {
    transform: scale(1.07); }

@media (min-width: 1200px) {
  .section-index-banner .row > div:nth-child(odd) {
    padding-right: 10px; }
  .section-index-banner .row > div:nth-child(even) {
    padding-left: 10px; } }

@media (min-width: 1600px) {
  .section-index-banner .banner-item .item-detail .title {
    font-size: 40px; } }

@media (max-width: 991px) {
  .section-index-banner .row {
    gap: 15px 0; } }

@media (max-width: 767px) {
  .section-index-banner {
    padding-top: 15px; }
    .section-index-banner .banner-item .item-detail .title {
      font-size: 22px; } }

.section-index-collection-tab .tab-title .list-title {
  display: flex;
  gap: 10px 50px;
  justify-content: center;
  margin-bottom: 30px; }
  .section-index-collection-tab .tab-title .list-title .title {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent; }
    .section-index-collection-tab .tab-title .list-title .title.active {
      color: var(--shop-color-hover);
      border-color: var(--shop-color-hover); }
    .section-index-collection-tab .tab-title .list-title .title:hover {
      color: var(--shop-color-hover); }

.section-index-collection-tab .tab-detail .detail {
  display: none; }
  .section-index-collection-tab .tab-detail .detail.show {
    display: block; }

.section-index-collection-tab .list-pro .product-loop {
  margin: 0; }
  .section-index-collection-tab .list-pro .product-loop, .section-index-collection-tab .list-pro .product-loop .proloop-image {
    padding: 0; }

.section-index-collection-tab .btn-more {
  margin-top: 20px; }

@media (min-width: 1200px) {
  .section-index-collection-tab .list-pro {
    display: grid;
    gap: 15px 30px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(1) {
      grid-row-start: 1;
      grid-column-start: 3;
      grid-row-end: 3;
      grid-column-end: 5; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(2) {
      grid-row-start: 1;
      grid-column-start: 1;
      grid-row-end: 2;
      grid-column-end: 2; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(3) {
      grid-row-start: 2;
      grid-column-start: 1;
      grid-row-end: 4;
      grid-column-end: 2; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(4) {
      grid-row-start: 1;
      grid-column-start: 2;
      grid-row-end: 2;
      grid-column-end: 3; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(5) {
      grid-row-start: 2;
      grid-column-start: 2;
      grid-row-end: 3;
      grid-column-end: 3; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(6) {
      grid-row-start: 1;
      grid-column-start: 5;
      grid-row-end: 2;
      grid-column-end: 6; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(7) {
      grid-row-start: 1;
      grid-column-start: 6;
      grid-row-end: 2;
      grid-column-end: 7; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(8) {
      grid-row-start: 2;
      grid-column-start: 5;
      grid-row-end: 3;
      grid-column-end: 6; }
    .section-index-collection-tab .list-pro .pro-item:nth-child(9) {
      grid-row-start: 2;
      grid-column-start: 6;
      grid-row-end: 3;
      grid-column-end: 7; } }

@media (max-width: 1199px) {
  .section-index-collection-tab .list-pro {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px; }
    .section-index-collection-tab .list-pro .pro-item {
      flex: 0 0 calc(50% - 5px);
      max-width: calc(50% - 5px); }
      .section-index-collection-tab .list-pro .pro-item:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%; } }

@media (max-width: 991px) {
  .section-index-collection-tab .list-pro .pro-item:first-child .proloop-image .product--image img {
    width: 100%; } }

@media (max-width: 767px) {
  .section-index-collection-tab .tab-title .list-title {
    gap: 10px 25px;
    flex-flow: wrap; } }

.section-index-review .heading-title .title {
  margin-bottom: 30px; }

.section-index-review .list-review {
  padding-bottom: 50px; }

.section-index-review .review-item {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 40px 15px;
  display: flex;
  align-items: center;
  gap: 30px; }
  .section-index-review .review-item .item-left {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; }
    .section-index-review .review-item .item-left .icon {
      margin-bottom: 20px; }
      .section-index-review .review-item .item-left .icon img {
        border-radius: 50%; }
    .section-index-review .review-item .item-left .info .name {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px; }
    .section-index-review .review-item .item-left .info .position {
      margin: 0;
      color: rgba(34, 34, 34, 0.6); }
  .section-index-review .review-item .item-right {
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px); }
    .section-index-review .review-item .item-right .icon-quote {
      display: inline-block;
      margin-bottom: 15px; }
      .section-index-review .review-item .item-right .icon-quote svg {
        fill: var(--shop-color-main); }
    .section-index-review .review-item .item-right .desc {
      margin: 0;
      color: rgba(34, 34, 34, 0.6); }

.section-index-review .owl-carousel .owl-item {
  padding: 20px; }

.section-index-review .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 102, 0, 0.5); }

.section-index-review .owl-carousel .owl-dots .owl-dot.active {
  border-radius: 50%;
  border: 2px solid var(--shop-color-main); }

.section-index-review .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--shop-color-main); }

@media (max-width: 767px) {
  .section-index-review .review-item {
    gap: 15px;
    flex-flow: column;
    padding: 25px 15px; }
    .section-index-review .review-item .item-left, .section-index-review .review-item .item-right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.section-index-flashsale .heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px; }
  .section-index-flashsale .heading-title svg {
    width: 20px;
    height: 20px; }
  .section-index-flashsale .heading-title .title {
    margin: 0; }
  .section-index-flashsale .heading-title .icon-nav {
    cursor: pointer; }

.section-index-flashsale .list-product .product-loop {
  margin: 0; }
  .section-index-flashsale .list-product .product-loop, .section-index-flashsale .list-product .product-loop .proloop-image {
    padding: 0; }

.section-index-flashsale .flashsale-countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%; }
  .section-index-flashsale .flashsale-countdown .countdown {
    display: flex;
    gap: 10px; }
    .section-index-flashsale .flashsale-countdown .countdown .item-time {
      -ms-flex: 0 0 calc(100%/4 - 7.5px);
      flex: 0 0 calc(100%/4 - 7.5px);
      max-width: calc(100%/4 - 7.5px);
      text-align: center;
      padding: 5px 0;
      background: var(--shop-color-bg);
      color: var(--shop-color-text); }
      .section-index-flashsale .flashsale-countdown .countdown .item-time .num {
        display: block;
        font-size: 25px;
        line-height: 25px; }

.section-index-flashsale .owl-carousel .owl-nav {
  display: none; }

@media (max-width: 991px) {
  .section-index-flashsale .flashsale-countdown {
    padding: 10px; }
    .section-index-flashsale .flashsale-countdown .countdown {
      justify-content: center;
      gap: 6px; }
      .section-index-flashsale .flashsale-countdown .countdown .item-time {
        -ms-flex: 0 0 calc(100%/4 - 4.5px);
        flex: 0 0 calc(100%/4 - 4.5px);
        max-width: calc(100%/4 - 4.5px); }
        .section-index-flashsale .flashsale-countdown .countdown .item-time .num {
          font-size: 22px;
          line-height: 22px; } }

.section-index-blog .item-article .article-image a {
  position: relative;
  overflow: hidden;
  display: block; }

.section-index-blog .item-article .article-image img {
  transition: all 1.5s ease-out; }

.section-index-blog .item-article .article-post-meta {
  margin-bottom: 15px; }
  .section-index-blog .item-article .article-post-meta .date {
    color: rgba(34, 34, 34, 0.6); }
  .section-index-blog .item-article .article-post-meta .author:before, .section-index-blog .item-article .article-post-meta .comment:before {
    content: "-";
    display: inline-block;
    margin-left: 8px;
    padding-right: 12px;
    color: rgba(34, 34, 34, 0.6); }

.section-index-blog .item-article .article-title .post-title {
  font-size: 32px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 25px; }
  .section-index-blog .item-article .article-title .post-title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 40%;
    border-top: 1px solid var(--shop-color-text); }

.section-index-blog .item-article .entry-content {
  margin-bottom: 30px; }

.section-index-blog .item-article:hover .article-image img {
  transform: scale(1.07); }

.section-index-blog .owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  outline: none; }
  .section-index-blog .owl-carousel .owl-nav button svg {
    width: 30px;
    height: 30px; }
  .section-index-blog .owl-carousel .owl-nav button.owl-prev {
    left: -15px; }
  .section-index-blog .owl-carousel .owl-nav button.owl-next {
    right: -15px; }

@media (min-width: 1200px) {
  .section-index-blog .item-article .article-image, .section-index-blog .item-article .article-detail {
    padding: 0 40px; } }

@media (max-width: 991px) {
  .section-index-blog .item-article .article-inner {
    gap: 20px; }
  .section-index-blog .item-article .article-title .post-title {
    font-size: 24px; }
  .section-index-blog .item-article .article-detail {
    text-align: center; } }

@media (max-width: 767px) {
  .section-index-blog .item-article .article-title .post-title {
    font-size: 20px; }
  .section-index-blog .owl-carousel .owl-nav button svg {
    width: 20px;
    height: 20px; }
  .section-index-blog .owl-carousel .owl-nav button.owl-prev {
    left: 0; }
  .section-index-blog .owl-carousel .owl-nav button.owl-next {
    right: 0; } }

.section-index-saleday .saleday-bg {
  padding: 40px;
  background: rgba(34, 34, 34, 0.03); }

.section-index-saleday .sale-detail .desc {
  margin-bottom: 30px; }

.section-index-saleday .countdown-sale {
  display: flex;
  gap: 10px;
  max-width: 300px; }
  .section-index-saleday .countdown-sale .item-time {
    -ms-flex: 0 0 calc(100%/4 - 7.5px);
    flex: 0 0 calc(100%/4 - 7.5px);
    max-width: calc(100%/4 - 7.5px);
    text-align: center;
    padding: 5px 0;
    background: var(--shop-color-bg);
    color: var(--shop-color-text); }
    .section-index-saleday .countdown-sale .item-time .num {
      display: block;
      font-size: 30px;
      line-height: 30px; }

.section-index-saleday .btn-more {
  margin-top: 35px; }
  .section-index-saleday .btn-more .button {
    color: var(--shop-color-button);
    background-color: var(--shop-color-button-text); }
    .section-index-saleday .btn-more .button:before {
      background-color: var(--shop-color-button); }
    .section-index-saleday .btn-more .button:hover {
      color: var(--shop-color-button-text); }

@media (min-width: 992px) {
  .section-index-saleday .heading-title .title {
    padding-left: 0;
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .section-index-saleday .row {
    gap: 35px; }
  .section-index-saleday .sale-detail {
    text-align: center; }
  .section-index-saleday .countdown-sale {
    margin: 0 auto; } }

.section-index-gallery .list-gallery {
  gap: 30px; }
  .section-index-gallery .list-gallery .gallery-item {
    -ms-flex: 0 0 calc(100%/6 - 25px);
    flex: 0 0 calc(100%/6 - 25px);
    max-width: calc(100%/6 - 25px);
    position: relative;
    overflow: hidden; }
    .section-index-gallery .list-gallery .gallery-item img {
      transition: all 1.5s ease-out; }
    .section-index-gallery .list-gallery .gallery-item:hover img {
      transform: scale(1.07); }

@media (max-width: 991px) {
  .section-index-gallery .list-gallery {
    gap: 15px; }
    .section-index-gallery .list-gallery .gallery-item {
      -ms-flex: 0 0 calc(100%/3 - 10px);
      flex: 0 0 calc(100%/3 - 10px);
      max-width: calc(100%/3 - 10px); } }

@media (max-width: 767px) {
  .section-index-gallery .list-gallery {
    gap: 6px; }
    .section-index-gallery .list-gallery .gallery-item {
      -ms-flex: 0 0 calc(100%/3 - 4px);
      flex: 0 0 calc(100%/3 - 4px);
      max-width: calc(100%/3 - 4px); } }
