body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fafafa;
  font-size: 14px;
  color: #595959;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}

h2, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

a {
  color: #0056A4;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

.admin-bar .site-header {
  top: 32px;
}

.container {
  position: relative;
}

.link-seller {
  color: #57AF33;
}

.btn-w, .btn-interested {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 12px 24px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-outline-w {
  border: 1px solid #57AF33;
  color: #57AF33;
  background-color: #fafafa;
}
.btn-outline-w:hover {
  color: #fafafa;
  background-color: #57AF33;
}

.btn-primary-w, .btn-interested {
  border: 1px solid #57AF33;
  color: #fafafa;
  background-color: #57AF33;
}
.btn-primary-w:hover, .btn-interested:hover {
  border: 1px solid #57AF33;
  color: #fafafa;
  background-color: #57AF33;
  opacity: 0.7;
}

.btn-secondary-w {
  border: 1px solid #0056A4;
  color: #fafafa;
  background-color: #0056A4;
}
.btn-secondary-w:hover {
  border: 1px solid #0056A4;
  color: #fafafa;
  background-color: #0056A4;
  opacity: 0.7;
}

.btn-interested {
  width: 100%;
}
.btn-interested .icon {
  width: 32px;
  height: 24px;
  background: url(../images/icon-interested.svg) no-repeat center center;
  margin-top: -6px;
}

.btn-reset {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: transparent;
  color: #0056A4;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.btn-reset:hover {
  opacity: 0.7;
}

.tag-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
}

.tag-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tag-list .tag-item {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0056A4;
  border: 1px solid #0056A4;
  border-radius: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.price, .pay-methods {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #0056A4;
  display: block;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  padding: 24px;
  box-sizing: content-box;
}
.price .price__description, .pay-methods .price__description {
  font-size: 14px;
  line-height: 14px;
}
.price .price__currency, .pay-methods .price__currency {
  font-size: 12px;
  line-height: 12px;
}
.price .price__real, .pay-methods .price__real {
  font-size: 28px;
  line-height: 28px;
}
.price .price__cents, .pay-methods .price__cents {
  font-size: 20px;
  line-height: 28px;
}

.p-32 {
  padding: 32px !important;
}

.ps-32 {
  padding-left: 32px !important;
}

@media (min-width: 992px) {
  .ps-lg-32 {
    padding-left: 32px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}

#hero-slider .carousel-indicators {
  left: initial;
}
#hero-slider .carousel-indicators button {
  width: 6px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 2px;
  transition: all 0.2s ease;
  background-color: #57AF33;
  opacity: 1;
}
#hero-slider .carousel-indicators button.active {
  height: 38px;
}

@media (max-width: 991px) {
  .section--hero-slider .container {
    padding: 0;
  }
  #hero-slider .carousel-indicators {
    bottom: 0;
    left: 0;
    top: initial !important;
    right: initial !important;
    margin: 16px 24px !important;
  }
  #hero-slider .carousel-indicators button {
    width: 10px;
    height: 6px;
  }
  #hero-slider .carousel-indicators button.active {
    width: 38px;
    height: 6px;
  }
}
.section--featured-categories .splide__slide {
  padding: 0 16px;
  overflow: hidden;
}
.section--featured-categories .splide__img {
  border-radius: 10px;
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.section--featured-categories .splide__text {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section--featured-categories .splide__arrows .splide__arrow {
  width: 48px;
  height: 48px;
  opacity: 1;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.16));
}
.section--featured-categories .splide__arrows .splide__arrow svg {
  display: none;
}
.section--featured-categories .splide__arrows .splide__arrow--prev {
  left: -8px;
  background: url(../images/arrow-left.svg) center center no-repeat #fff;
}
.section--featured-categories .splide__arrows .splide__arrow--next {
  right: -8px;
  background: url(../images/arrow-right.svg) center center no-repeat #fff;
}

@media (max-width: 991px) {
  .section--featured-categories .splide {
    margin: 0 -12px;
  }
  .section--featured-categories .splide__track {
    overflow-x: auto;
  }
  .section--featured-categories .splide__list {
    display: flex !important;
  }
  .section--featured-categories .splide__slide {
    width: 148px;
  }
  .section--featured-categories .splide__img {
    margin-top: 4px;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    object-fit: cover;
    border: 4px solid #fff;
    outline: 2px solid #0056A4;
    box-sizing: border-box;
  }
  .section--featured-categories .splide__text {
    font-size: 16px;
    text-align: center;
  }
}
.home__list {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home__list .home__item {
  background-color: rgba(87, 175, 51, 0.2);
}
.home__list a {
  text-decoration: none;
  color: #3A3A3A;
  transition: all 0.2s ease;
}
.home__list a:hover {
  opacity: 0.7;
}
.home__list .home__name {
  color: #3A3A3A;
  font-size: 24px;
}
.home__list .home__detail {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #898989;
  font-size: 16px;
}
.home__list .home__price {
  font-size: 20px;
}

@media (max-width: 991px) {
  .home__list .home__item,
  .home__list .home__link,
  .home__list .home__img {
    width: 100%;
  }
  .home__list .home__item:last-child {
    margin-bottom: 0 !important;
  }
  .home__list .home__name {
    font-size: 18px;
  }
  .home__list .home__detail {
    font-size: 14px;
  }
  .home__list .home__price {
    font-size: 20px;
  }
  .view-more button {
    width: 100%;
  }
}
.section--popular-categories {
  background-color: rgba(0, 86, 164, 0.2);
  padding: 80px 0;
}
.section--popular-categories h1, .section--popular-categories h2 {
  text-align: left !important;
}
.section--popular-categories .home-title-2 {
  color: #616161;
  line-height: 1.5em;
}
.section--popular-categories .splide__texts {
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 8px;
}
.section--popular-categories .splide__texts .splide__text-a {
  font-size: 16px;
  color: #616161;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section--popular-categories .splide__texts .splide__text-b {
  font-size: 28px;
  color: #3A3A3A;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section--popular-categories .splide__texts .splide__link {
  position: absolute;
  left: 100%;
  bottom: 0;
  border-radius: 8px;
  text-indent: -999px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  background: url(../images/arrow-link.svg) center center no-repeat #0056A4;
}
.section--popular-categories .splide__texts .splide__link:hover {
  opacity: 0.7;
}
.section--popular-categories .splide__slide {
  border-radius: 8px;
}
.section--popular-categories .splide__slide .splide__img {
  height: 83%;
  border-radius: 8px;
  transition: height 0.3s ease;
  width: 100%;
  object-fit: cover;
}
.section--popular-categories .splide__slide .splide__texts {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.section--popular-categories .splide__slide.is-active .splide__img {
  height: 100%;
}
.section--popular-categories .splide__slide.is-active .splide__texts {
  opacity: 1;
}
.section--popular-categories .splide__arrow {
  width: 48px;
  height: 48px;
  background: url(../images/arrow-right.svg) center center no-repeat #fff;
}
.section--popular-categories .splide__arrow svg {
  display: none;
}
.section--popular-categories .splide__arrow.splide__arrow--prev {
  display: none;
}
.section--popular-categories .splide__pagination .splide__pagination__page {
  height: 6px;
  width: 10px;
  background-color: #0056A4;
  transition: all 0.2s ease;
  border-radius: 2px;
  opacity: 0.8;
}
.section--popular-categories .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  opacity: 0.8;
  width: 38px;
}

@media (max-width: 991px) {
  .section--popular-categories {
    padding: 48px 0;
  }
  .section--popular-categories .section--popular-categories__nav {
    overflow-x: auto;
    margin: 0 -12px;
  }
  .section--popular-categories .section--popular-categories__button {
    padding: 10px 12px;
    background-color: #f2f2f2;
    color: #0056A4;
    border-radius: 8px;
    text-decoration: none;
    border: none;
  }
  .section--popular-categories .section--popular-categories__button:active, .section--popular-categories .section--popular-categories__button:hover {
    background-color: #0056A4;
    color: #fff;
  }
  .section--popular-categories .section--popular-categories__button:first-child {
    margin-left: 12px;
  }
  .section--popular-categories .section--popular-categories__button:last-child {
    margin-right: 12px;
  }
  .section--popular-categories .splide__slide {
    display: none;
    margin: 0 !important;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) {
    display: block;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__texts {
    opacity: 1;
    background: transparent;
    right: 0;
    bottom: 0;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__text-a,
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__text-b {
    display: none;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__link {
    transform: scale(0.5);
    left: initial;
    right: 0;
  }
  .section--popular-categories .splide__list {
    display: grid !important;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 158px 68px 230px;
    height: 464px;
  }
  .section--popular-categories .splide__slide:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .section--popular-categories .splide__slide:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .section--popular-categories .splide__slide:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .section--popular-categories .splide__slide:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.home .section {
  margin-bottom: 80px;
}
.home .home-title {
  color: #3A3A3A;
  line-height: 1.2em;
}
.home .home-title-1 {
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home .home-title-2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home .btn-w, .home .btn-interested {
  min-width: 240px;
}
.home #menu-principal .nav-item:nth-child(2) {
  display: none;
}

@media (max-width: 991px) {
  .home .section {
    margin-bottom: 48px;
  }
  .home .home-title-1 {
    font-size: 24px;
  }
  .home .home-title-2 {
    font-size: 16px;
  }
}

/*# sourceMappingURL=home.css.map */
