@media (min-width: 768px) {
  /* .home-page .sec-1 .nl-left {
    width: calc(100% - 437px);
  } */
}
.home-page .sec-1 .nl-slide-banner {
  border-radius: 8px;
  overflow: hidden;
}
.home-page .sec-1 .swiper-slide img {
  display: block;
  width: 100%;
  /* aspect-ratio: 840/400; */
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  max-height: 400px;
}
.home-page .sec-1 .nl-left .nl-btn {
  position: absolute;
  top: calc(50% - 19px);
  height: 38px;
  width: 38px;
  background: white;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home-page .sec-1 .nl-left .nl-btn img{
  width: 7px;
}
.home-page .sec-1 .nl-left .nl-btn.next{
  right: -6px;
}
.home-page .sec-1 .nl-left  .nl-btn.prev{
  left: -6px;
}
.home-page .sec-1 .nl-bottom {
  z-index: 10;
  position: relative;
  margin-top: 32px;
}
.home-page .sec-1 .action-banner {
  background-color: #F6F6F6;
  border-radius: 20px;
  height: 30px;
  width: 140px;
  justify-content: space-between;
  padding: 0 16px;
  gap: 5px;
  z-index: 10;
}
.home-page .sec-1 .action-banner .nl-btn{
  font-size: 16px;
  color: #4E4F4F;
}
.home-page .sec-1 .action-banner .nl-slide-number {
  font-size: 16px;
}
.home-page .sec-1 .action-banner .nl-slide-action {
  gap: 10px;
}
.home-page .sec-1 .divide {
  position: absolute;
  background: #E5E5E5;
  width: 87%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 0;
}
.home-page .sec-1 .divide-black {
  position: absolute;
  background: var(--text-color);
  width: 200px;
  height: 3px;
  z-index: 10;
  top: 46%;
  border-radius: 20px;
}
.home-page .swiper-pagination .swiper-pagination-bullet {
  background: #4F545C;
  width: 6px;
  height: 6px;
  opacity: 1;
}
.home-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #0550B2;
  width: 14px;
  height: 6px;
  border-radius: 3px;
}
.home-page .sec-2 {
  padding: 30px 0 80px;
}
.home-page .sec-2 h2 {
  font-size: 24px;
  color: var(--text-color);
  line-height: 70px;
  margin: 0 0 30px;
}
.home-page .sec-2 .swiper-pagination {
  bottom: -50px;
}
.home-page .sec-2 .nl-price {
  text-align: left;
}
.home-page .sec-3 {
  padding: 58px 0 0;
}
.home-page .sec-3 .nl-home-event .nl-title-part {
  line-height: 70px;
  margin: 0;
}
.home-page .sec-3 .nl-home-event .nl-right-part {
  padding: 0;
}
.home-page .sec-3 .nl-home-event .nl-slide-number {
  font-size: 17px;
  line-height: 70px;
}
.home-page .sec-3 .nl-flash-sale {
  padding-top: 80px;
}
.home-page .sec-3 .nl-flash-sale h2 {
  font-size: 24px;
  margin: 0 0 57px;
}
.home-page .sec-3 .nl-items {
  gap: 56px 40px;
}
.home-page .sec-3 .nl-flash-sale .nl-items {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 54px;
}
.home-page .sec-3 .nl-flash-sale .nl-mark.revenue {
  background-color: #0BA6B1;
  color: white;
}
.home-page .sec-3 .nl-flash-sale .nl-mark.event {
  background-color: #E65B88;
  color: white;
}
.home-page .sec-3 .nl-flash-sale .countdown {
  gap: 7px;
}
.home-page .sec-3 .nl-flash-sale .countdown div {
  background: #2F3488;
  color: white;
  border-radius: 3px;
  height: 22px;
  width: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.home-page .sec-3 .nl-flash-sale .countdown span {
 font-size: 14px;
}
.home-page .sec-3 .nl-item-content {
  margin-top: 5px;
}
.home-page .sec-3 .nl-home-categories .nl-title-part {
  margin: 28px 0 60px;
}
.home-page .sec-3 .nl-sub-banner .nl-btn {
  position: absolute;
  top: calc(50% - 11px);
  background: transparent;
}
.home-page .sec-3 .nl-sub-banner .nl-btn.prev {
  left: -28px;
}
.home-page .sec-3 .nl-sub-banner .nl-btn.next {
  right: -28px;
}
.home-page .sec-3 .nl-sub-banner .swiper-pagination {
  bottom: 33px;
}
.home-page .sec-4 .nl-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  height: 100%;
}
.home-page .sec-4 .nl-body .nl-right {
  width: auto;
}
.home-page .sec-4 .nl-body {
  gap: 20px 40px;
}
.home-page .sec-4 .nl-items .nl-item {
  width: 257px;
  flex: 1;
}
.home-page .sec-4 .nl-items .nl-item .nl-item-pic {
  margin-bottom: 12px;
}
.home-page .sec-4 .nl-items .nl-item .sale-off {
  background-image: url(../../public/img/sale_off.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: white;
  width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-page .sec-4 .nl-items .nl-item .sale-off .divide {
  height: 1px;
  width: 65px;
  background: white;
}
.home-page .sec-4 .nl-items .nl-item .sale-off b {
  font-size: 16px;
}
.home-page .sec-4 .nl-items .nl-item .sale-off .percent{
  font-size: 10px;
}
.home-page .sec-4 .nl-items .nl-mark.discount {
  background-color: #27BB85;
  color: white;
  margin-bottom: 15px;
}
.home-page .sec-4 .nl-items .nl-item-content h4 {
  margin-top: 0;
}
.home-page .sec-4 .nl-title-part {
  margin: 0 0 44px;
}
@media screen and (max-width: 1256px) {
  .home-page .nl-items .nl-mark.ht-edit {
    margin-top: 0px;
  }
  .nl-items.ht-edit {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .home-page .sec-1 {
    padding: 15px 0 20px;
  }
  .home-page .sec-1 .nl-bottom {
    margin: 15px 0px 0;
  }
  .home-page .sec-1 .divide {
    width: 70%;
  }
  .home-page .sec-1 .divide-black {
    width: 20%;
  }
  .home-page .sec-1 .action-banner .nl-slide-number {
    font-size: 11px;
  }
  .home-page .sec-1 .action-banner {
    width: 87px;
    height: 20px;
    padding: 0 4px;
  }
  .home-page .sec-1 .action-banner .nl-slide-action {
    gap: 5px;
  }
  .home-page .sec-1 .action-banner .nl-btn {
    font-size: 12px;
  }
  .home-page .nl-slide-action .nl-btn.pause .nl-icon {
    height: 6px;
  }
  .home-page .sec-2 {
    padding: 20px 0 50px;
  }
  .home-page .sec-2 h2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 100%;
  }
  .home-page .sec-2 .swiper-pagination {
    bottom: -35px;
  }
  .home-page .nl-items-slide .nl-item .nl-item-content {
    padding: 10px 8px !important;
  }
  .home-page .nl-items-slide .nl-item .nl-item-content .nl-name {
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3;
  }
  .home-page .nl-items-slide .nl-item .nl-item-content .nl-price {
    font-size: 14px;
  }
  .home-page .nl-items-slide .nl-item .nl-item-pic {
    width: 100%;
    height: fit-content;
  }
  .home-page .nl-items-slide .nl-item .nl-item-pic img {
    height: auto;
  }
  .home-page .sec-3 {
    padding-top: 30px;
  }
  .home-page .sec-3 .nl-home-event .nl-title-part {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
  }
  .home-page .sec-3 .nl-home-event .nl-slide-number {
    font-size: 16px;
    line-height: 100%;
  }
  .home-page .nl-home-event .nl-right .nl-body, .home-page .nl-home-event .nl-left .nl-body {
    margin-top: 15px;
  }
  .home-page .sec-3 .nl-flash-sale {
    padding: 0;
  }
  .home-page .sec-3 .nl-flash-sale h2 {
    text-align: left !important;
    margin-bottom: 21px;
  }
  .home-page .sec-3 .nl-divide {
    margin: 21px -14px;
    border: 5px solid #F5F5F5;
    width: 107%;
  }
  .home-page .sec-3 .nl-flash-sale .nl-items {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-page .sec-3 .nl-home-categories {
    padding: 0;
  }
  .home-page .sec-3 .nl-home-categories .nl-title-part {
    font-size: 18px;
    margin: 0 0 35px;
    text-align: left;
    font-weight: 700;
  }
  .home-page .sec-3 .nl-categories {
    gap: 16px 5px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    margin: 0 -10px;
    padding-bottom: 5px;
  }
  .home-page .sec-3 .nl-categories .nl-item {
    gap: 10px;
  }
  .home-page .sec-3 .nl-categories .nl-item .nl-icon {
    margin: 0 auto;
  }
  .home-page .nl-categories .nl-item .nl-text {
    font-size: 13px;
    line-height: 15px;
  }
  .home-page .sec-3 .nl-home-categories + .nl-title-part {
    margin: 15px 0 18px;
    font-size: 18px;
    font-weight: 700;
  }
  .home-page .sec-3 .nl-item-content .nl-price {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
  .home-page .nl-items .nl-item-content .nl-discount-rate {
    align-self: flex-end;
    font-size: 16px;
  }
  .home-page .nl-items .nl-item-content .nl-price .discount {
    margin: 5px 0 0;
  }
  /* .home-page .nl-items .nl-item-content .nl-rate {
    margin-top: 8px;
    gap: 0;
  } */
  .home-page .nl-items .nl-item-pic {
    margin-bottom: 18px;
  }
  .home-page .nl-items .nl-mark {
    margin: 0;
    width: 60px;
    height: 20px;
    font-size: 12px;
    padding: 0 4px;
  }
  .nl-items.ht-edit {
    margin-top: 15px;
  }
  .home-page .nl-items .nl-mark.ht-edit {
    width: 58px;
    height: 20px;
    font-size: 12px;
    padding: 0 4px;
    margin-top: 0px;
    overflow: hidden;
  }
  .home-page .sec-3 .nl-items {
    grid-template-columns: 1fr 1fr;
    gap: 24px 8px;
  }
  .home-page .nl-items .nl-item-content .nl-name {
    font-size: 14px;
    margin: 10px 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
  }
  .home-page .sec-3 .nl-sub-banner {
    padding: 30px 0 0;
  }
  .home-page .sec-3 .nl-sub-banner img {
    border-radius: 4px;
    min-height: 93px;
  }
  .home-page .nl-sec.sec-4 {
    padding: 18px 0 0;
  }
  .home-page .sec-4 .nl-title-part {
    margin-bottom: 14px;
  }
  .home-page .sec-4 .nl-body .nl-left {
    width: 100%;
    order: 0;
  }
  .home-page .sec-4 .nl-body .nl-left .nl-item .nl-item-content {
    height: 65px;
    padding: 14px 0;
  }
  .home-page .sec-4 .nl-body .nl-left .nl-item .nl-item-content .nl-view-more {
    height: 37px;
    font-size: 16px;
    width: 152px;
  }
  .home-page .sec-4 .nl-body .nl-right {
    border: 1px solid #E2E5EB;
    border-radius: 8px;
    padding: 11px;
  }
  .home-page .sec-4 .nl-items {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: hidden;
  }
  .home-page .sec-4 .nl-items .nl-item {
    width: fit-content;
  }
  .home-page .sec-4 .nl-items .nl-item .sale-off {
    width: 73px;
    left: 10px;
    bottom: 10px;
  }
  .home-page .sec-4 .nl-items .nl-item .sale-off b {
    font-size: 11px;
    line-height: 150%;
  }
  .home-page .sec-4 .nl-items .nl-item .sale-off .percent {
    font-size: 7px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .home-page .sec-2 .nl-btn {
    width: 12px;
    padding: 4px 0px;
  }
  .home-page .sec-2 .nl-btn.next {
    right: 4px;
  }
  .home-page .sec-2 .nl-btn.prev {
    left: 4px;
  }
}
@media (max-width: 576px) {
  .home-page .nl-home-event {
    display: block;
  }
}
@media (max-width: 576px) {
  .home-page .nl-home-event .nl-right,
  .home-page .nl-home-event .nl-left {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .home-page .nl-home-event .nl-right,
  .home-page .nl-home-event .nl-left {
    width: calc((100% - 54px) / 2);
  }
}
.home-page .nl-home-event .nl-right .nl-body,
.home-page .nl-home-event .nl-left .nl-body {
  border-radius: 8px;
  overflow: hidden;
}
.home-page .nl-home-event .nl-right .swiper-slide img,
.home-page .nl-home-event .nl-left .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 605/280;
  object-fit: cover;
  object-position: center;
}
/* @media (max-width: 576px) {
  .home-page .sec-3 .nl-categories .nl-item {
    width: 50%;
    margin-bottom: 12px;
  }
} */
.home-page .sec-3 .nl-categories .nl-icon {
  margin: 0 auto 10px;
}
@media (max-width: 576px) {
  /* .home-page .sec-3 .nl-items {
    display: block;
  } */
  .home-page .sec-3 .nl-items .nl-item {
    display: block;
    /* margin-bottom: 26px; */
  }

  .home-page .nl-items .nl-mark.ht-edit {
    width: 48px;
    font-size: 10px;
  }
}
.home-page .sec-2 .nl-item {
  display: block !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .home-page .sec-4 .nl-left {
    order: 2;
  }
  .home-page .sec-4 .nl-left .nl-item-pic {
    height: auto !important;
  }
}
/* @media (min-width: 768px) {
  .home-page .sec-4 .nl-body .nl-right {
    width: 818px;
  }
} */
@media (min-width: 768px) {
  .home-page .sec-4 .nl-items-slide {
    padding: 50px 54px;
  }
}

/*# sourceMappingURL=home-page.css.map */
