:root {
  --padding: 1rem;
  --font-size-1: 1.8rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

img {
  display: block;
}

body, html {
  font-size: 1.1rem;
  background: white;
  color: black;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
header .container .text-wap {
  background: black;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem;
}
header .container .icon-wrap {
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
}
header .container .icon-wrap .left-icon,
header .container .icon-wrap .right-icon {
  display: flex;
  padding: 1rem;
}
header .container .icon-wrap .left-icon img,
header .container .icon-wrap .right-icon img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
header .container .icon-wrap .left-icon img:last-child,
header .container .icon-wrap .right-icon img:last-child {
  margin-left: 0;
}
header .container .icon-wrap .right-icon img {
  margin-right: 0;
}
header .container .icon-wrap .logo-wrap {
  flex: 1;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
}
header .container .icon-wrap .logo-wrap img {
  max-width: 15rem;
  height: auto;
  max-height: 4rem;
}
header .container nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 3;
}
header .container nav.open {
  display: flex;
}
header .container nav ul {
  margin-top: 4rem;
  width: 100%;
  height: 100%;
}
header .container nav ul li {
  display: block;
}
header .container nav ul li a {
  display: block;
  padding: 1rem 1rem 0 1rem;
}
header .container nav ul li a img {
  width: 100%;
  border-radius: 5px;
}
header .container nav .menu-title {
  font-size: var(--font-size-1);
  position: absolute;
  left: 1rem;
  top: 1rem;
}
header .container nav .close-icon {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}
header .container nav .close-icon img {
  width: 2rem;
  height: 2rem;
}

main {
  padding-top: 5rem;
}
main .container .banner-wrap .text {
  background: #FE0000;
  color: white;
  text-align: center;
  padding: 0.3rem 0.5rem;
}
main .container .banner-wrap .image-wrap {
  display: block;
}
main .container .banner-wrap .image-wrap img {
  width: 100%;
}
main .container .btn-wrap {
  text-align: center;
  margin: 2rem 0;
}
main .container .btn-wrap .btn {
  border: 1px solid black;
  color: black;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.7rem 3rem;
}
main .container .hot-category-wrap {
  padding: 0 0.5rem;
}
main .container .hot-category-wrap .title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.5rem 0;
}
main .container .hot-category-wrap .content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
main .container .hot-category-wrap .content-wrap .image-item img {
  width: 100%;
}
main .container .category-image-wrap {
  margin-bottom: 1rem;
}
main .container .category-image-wrap .image-item img {
  width: 100%;
}
main .container .hot-product-wrap {
  padding-top: 1rem;
}
main .container .hot-product-wrap .title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
main .container .hot-product-wrap .desc {
  text-align: center;
  padding: 0 3rem 2rem 3rem;
}
main .container .hot-product-wrap .product-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
main .container .hot-product-wrap .product-wrap .image-item img {
  width: 100%;
}
main .container .category-swiper-wrap {
  background: #1C3048;
}
main .container .category-swiper-wrap.swiper-container .swiper-wrapper {
  width: 100%;
}
main .container .category-swiper-wrap.swiper-container .swiper-wrapper .swiper-slide .text-wrap {
  padding: 2rem 0 0.5rem 0;
  color: white;
}
main .container .category-swiper-wrap.swiper-container .swiper-wrapper .swiper-slide .text-wrap .title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
main .container .category-swiper-wrap.swiper-container .swiper-wrapper .swiper-slide .text-wrap .desc {
  text-align: center;
  padding: 0 1rem 2rem 1rem;
  opacity: 0.7;
  font-size: 1rem;
}
main .container .category-swiper-wrap.swiper-container .swiper-wrapper .swiper-slide .image-wrap img {
  width: 100%;
}
main .container .category-swiper-wrap.swiper-container .swiper-wrapper .swiper-slide .btn-wrap {
  padding-bottom: 1rem;
}
main .container .category-swiper-wrap.swiper-container .swiper-wrapper .swiper-slide .btn-wrap .btn {
  background: white;
}
main .container .category-swiper-wrap.swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 0.2rem;
  width: 4rem;
  border-radius: 0px;
  background: white;
  opacity: 0.7;
}
main .container .category-swiper-wrap.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem;
  height: 0.2rem;
  background: white;
  opacity: 1;
}
main .container .policy-wrap {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
main .container .policy-wrap .policy-item {
  text-align: center;
  padding: 1rem 0.7rem;
}
main .container .policy-wrap .policy-item img {
  display: inline-block;
  width: 3rem;
}
main .container .policy-wrap .policy-item .text1 {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 0;
}
main .container .policy-wrap .policy-item .text2 {
  color: #666;
}
main .container .item-wrap {
  margin-top: 1rem;
}
main .container .item-wrap .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
}
main .container .item-wrap .block-title .title {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
main .container .item-wrap .block-title img {
  width: 1.5rem;
  height: 1.5rem;
}
main .container .item-wrap ul li {
  padding: 0 1rem 0.5rem 1rem;
}
main .container .item-wrap ul li a {
  color: #666;
}
main .container .social-wrap {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem 1rem 1rem;
}
main .container .social-wrap img {
  height: 3rem;
}
main .container .social-wrap img:nth-child(2) {
  height: 2.5rem;
}

footer .container {
  background: black;
  color: white;
  padding: 1rem 1rem 2rem 1rem;
}
footer .container .country-wrap {
  display: flex;
  align-items: center;
}
footer .container .country-wrap img {
  margin-right: 0.5rem;
}
footer .container ul {
  padding: 1rem 0;
}
footer .container ul li {
  line-height: 1.8;
}
footer .container ul li a {
  color: white;
  font-weight: bold;
}
footer .container .copyright {
  text-align: center;
  padding-top: 1rem;
}/*# sourceMappingURL=home.css.map */