@charset "UTF-8";
.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
  width: 100%;
}

.page-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0;
  overflow-x: hidden;
}

.header {
  position: relative;
  z-index: 100;
}
.header .container {
  height: auto;
  align-items: center;
}
.header .container .header_content .header_top {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .header_content .header_top .logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header .container .header_content .header_top .logo img {
  height: 50px;
}
.header .container .header_content .header_top .logo .searchItem {
  display: flex;
  align-items: center;
  margin-left: 0.75rem;
  border: 1px solid #333;
  border-radius: 8px;
  width: auto;
  height: 50px;
  overflow: hidden;
}
.header .container .header_content .header_top .logo .searchItem input {
  width: 90%;
  border: none;
  margin: 0 0.5rem;
  font-size: 16px;
  outline: none;
}
.header .container .header_content .header_top .logo .searchItem i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.5rem;
  background-color: #76a713;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  margin-left: -0.75rem;
}
.header .container .header_content .header_top .shopping_cart {
  position: relative;
  z-index: 200;
  display: flex;
  justify-content: flex-end;
}
.header .container .header_content .header_top .shopping_cart .contact {
  border: 2px solid;
  border-radius: 8px;
  margin: 0 0.5rem;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.header .container .header_content .header_top .shopping_cart .contact p {
  margin-left: 0.5rem;
}
.header .container .header_content .header_top .shopping_cart div {
  display: flex;
  background-color: #679210;
  border: 2px solid;
  border-radius: 8px;
  margin: 0 0.5rem;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.header .container .header_content .header_top .shopping_cart div i {
  cursor: pointer;
}
.header .container .header_content .header_top .shopping_cart div:hover {
  background-color: #76a713;
  border-radius: 8px;
}
.header .container .header_content .header_top .shopping_cart .cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #679210;
  border: 2px solid;
  border-radius: 8px;
  margin: 0 0.5rem;
  color: #fff;
  cursor: pointer;
  overflow: visible;
}
.header .container .header_content .header_top .shopping_cart .cart-icon i {
  font-size: 18px;
}
.header .container .header_content .header_top .shopping_cart .cart-icon .cart-count {
  display: flex;
  width: 60%;
  height: 60%;
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  z-index: 100;
  line-height: 1;
  min-width: 18px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  padding: 0 4px;
}
.header .container .header_content .header_top .shopping_cart .cart-icon:hover {
  background-color: #76a713;
}
.header .container .header_content .header_top .shopping_cart .cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 400px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.header .container .header_content .header_top .shopping_cart .cart-panel.active {
  transform: translateX(0);
}
.header .container .header_content .header_menu {
  position: relative;
  overflow: hidden;
  /* Ẩn cuộn ngang/dọc */
  white-space: nowrap;
  /* Giữ các item trên cùng 1 dòng */
}
.header .container .header_content .header_menu .header_content {
  display: flex;
  margin-top: 0.5rem;
  background-color: #679210;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.header .container .header_content .header_menu .header_content .level-1 a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 0.25rem 0.25rem;
  margin: 0 0.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 40px;
  transition: background-color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
}
.header .container .header_content .header_menu .header_content .level-1 a:hover {
  background-color: #76a713;
}
.header .container .header_content .header_menu .header_content li {
  position: relative;
  list-style: none;
}
.header .container .header_content .header_menu .header_content li button,
.header .container .header_content .header_menu .header_content li .spTitle {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0.5rem 0.5rem;
  margin: 0 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 50px;
  transition: background-color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
}
.header .container .header_content .header_menu .header_content li button:hover,
.header .container .header_content .header_menu .header_content li .spTitle:hover {
  background-color: #76a713;
}
.header .container .header_content .header_menu .header_content li.spContent {
  position: static;
}
.header .container .header_content .header_menu .header_content li.spContent .spTitle {
  display: flex;
  align-items: center;
}
.header .container .header_content .header_menu .header_content li.spContent .spTitle button,
.header .container .header_content .header_menu .header_content li.spContent .spTitle a,
.header .container .header_content .header_menu .header_content li.spContent .spTitle i {
  margin: 0;
  padding: 0;
}
.header .container .header_content .header_menu .header_content li.spContent .dropdownMenu {
  z-index: 300;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: row;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  overflow: hidden;
}
.header .container .header_content .header_menu .header_content li.spContent .dropdownMenu .menu_child {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.header .container .header_content .header_menu .header_content li.spContent .dropdownMenu .menu_child h2 {
  color: #679210;
}
.header .container .header_content .header_menu .header_content li.spContent .dropdownMenu .menu_child h2,
.header .container .header_content .header_menu .header_content li.spContent .dropdownMenu .menu_child ul li {
  cursor: pointer;
}
.header .container .header_content .header_menu .header_content li.spContent .dropdownMenu .image_salad {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .header_content .header_menu .header_content li.spContent .dropdownMenu .image_salad img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .container .header_content .header_menu .header_content li.spContent:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 1024px) and (max-width: 1160px) {
  .header {
    width: 100%;
  }
  .header .container {
    padding: 0 2rem;
  }
  .header .header_top {
    margin-bottom: 15px;
  }
  .header .header_top .logo {
    width: 40%;
    align-items: flex-start;
  }
  .header .header_top .logo .searchItem {
    width: 100%;
    margin-top: 1rem;
  }
  .header .header_top .shopping_cart {
    width: 60%;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }
  .header .header_menu {
    display: none;
  }
  .header .header_menu ul.header_content {
    flex-direction: column;
    gap: 0.5rem;
  }
  .header .header_menu ul.header_content li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    width: 100%;
  }
  .header .container {
    padding: 0 2rem;
  }
  .header .header_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .header_top .logo {
    align-items: flex-start;
    flex: 1;
  }
  .header .header_top .logo .searchItem {
    width: 100%;
    margin-top: 1rem;
  }
  .header .header_top .shopping_cart {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }
  .header .header_menu {
    display: none;
  }
  .header .header_menu ul.header_content {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .header {
    width: 100%;
  }
  .header .container {
    padding: 0 1rem;
  }
  .header .header_top {
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
  }
  .header .header_top .logo {
    align-items: stretch;
  }
  .header .header_top .logo .searchItem {
    flex: 1;
    width: 800%;
    margin-top: 1rem;
  }
  .header .header_top .shopping_cart {
    gap: 0.75rem;
    margin-top: 1rem;
    display: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    justify-content: center;
  }
  .header .header_top .shopping_cart .contact {
    display: none;
  }
  .header .header_menu ul.header_content {
    flex-direction: column;
    gap: 0.5rem;
  }
  .header .header_menu ul.header_content li.level-1,
  .header .header_menu ul.header_content .spContent {
    width: 100%;
    text-align: left;
  }
  .header .header_menu ul.header_content .dropdownMenu {
    flex-direction: column;
  }
  .header .header_menu ul.header_content .dropdownMenu .menu_child {
    grid-template-columns: repeat(2, 1fr);
  }
  .header .header_menu ul.header_content .dropdownMenu .image_salad {
    display: none;
  }
  .header .menu-toggle {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .header .header_menu {
    display: none;
  }
  .header .header_menu.active {
    display: block;
  }
}
@media (max-width: 549px) {
  .header {
    width: 100%;
  }
  .header .container {
    padding: 0 1rem;
  }
  .header .header_top {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .header_top .logo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .header .header_top .logo .searchItem {
    flex: 1;
    width: 800%;
    margin-top: 1rem;
  }
  .header .header_top .shopping_cart {
    gap: 0.75rem;
    margin-top: 1rem;
    display: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    justify-content: center;
  }
  .header .header_menu ul.header_content {
    flex-direction: column;
    gap: 0.5rem;
  }
  .header .header_menu ul.header_content li.level-1,
  .header .header_menu ul.header_content .spContent {
    width: 100%;
    text-align: left;
  }
  .header .header_menu ul.header_content .dropdownMenu {
    flex-direction: column;
  }
  .header .header_menu ul.header_content .dropdownMenu .menu_child {
    grid-template-columns: repeat(2, 1fr);
  }
  .header .header_menu ul.header_content .dropdownMenu .image_salad {
    display: none;
  }
  .header .menu-toggle {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .header .header_menu {
    display: none;
  }
  .header .header_menu.active {
    display: block;
  }
}
.carousel {
  z-index: 10;
  overflow: hidden;
  position: relative;
  width: calc(100% + 200px);
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-top: -2rem;
}
.carousel img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/6;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 993px) and (max-width: 1350px) {
  .carousel {
    width: 100%;
    left: 0;
    transform: none;
  }
  .carousel img {
    aspect-ratio: 16/6;
    transform: scale(0.9);
    transform-origin: center;
  }
}
@media (max-width: 992px) {
  .carousel {
    width: 100%;
    left: 0;
    transform: none;
  }
  .carousel img {
    aspect-ratio: 16/8;
    display: none;
  }
}

.btn_1, .btn_2 {
  background-color: red;
  border: none;
  border-radius: 5px;
  padding: 1rem 3rem;
  color: white;
}

.btn_2 {
  text-transform: uppercase;
}

.heading-1 {
  font-size: 2rem;
}

.heading-2 {
  font-size: 4rem;
}

.heading-3 {
  font-size: 6rem;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

a.active {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 0.5rem;
  color: #679210 !important;
  position: relative;
}
a.active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #679210;
  transform: scale(1, 1) !important;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

/* .backToTop */
.backToTop {
  width: 50px;
  height: 50px;
  background: #679210;
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: white;
  transition: all 0.2s;
  box-shadow: -4px 4px 24px -10px #f55f8d;
  opacity: 0;
}

.cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top--fade-out {
  opacity: 0.8;
}

.products .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.products .typesanpham {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  justify-items: center;
  align-items: center;
}
.products .typesanpham .sanphamicon {
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
}
.products .typesanpham .sanphamicon img {
  justify-content: center;
}
.products .typesanpham .sanphamicon button {
  justify-content: center;
}
.products .typesanpham .sanphamicon:hover {
  box-shadow: 0 0 10px #009900;
  border-radius: 8px;
}
.products .products__content {
  margin-top: 3rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
.products .products__content .products__item .card {
  background-color: transparent;
  padding: 3rem;
  box-shadow: 6px 6px 12px #e2ebfc, -6px -6px 12px #fff;
  border-radius: 1rem;
}
.products .products__content .products__item .card .img-container {
  width: 100%;
  height: 100%;
}
.products .products__content .products__item .card .img-container img {
  width: 100%;
  height: 100%;
  box-shadow: 6px 6px 12px #e2ebfc, -6px -6px 12px #fff;
  border-radius: 1rem;
}
.products .products__content .products__item .card .card__body .card__body-top .info h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  width: 100%;
  height: 100px;
}
.products .products__content .products__item .card .card__body .card__body-top .info p {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin-top: 0.5rem;
}
.products .products__content .products__item .card .card__body .card__body-top .info .rating i {
  color: #21f912;
}
.products .products__content .products__item .card .card__body .card__body-top .price h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.products .products__content .products__item .card .card__body .card__body-top .price .oldPrice {
  text-decoration: line-through;
  color: gray;
}
.products .products__content .products__item .card .card__body .card__body-bottom {
  margin-top: 1rem;
}
.products .products__content .products__item .card .card__body .card__body-bottom .buy button {
  padding: 0.5rem 1rem;
  border: none;
  box-shadow: 6px 6px 4px #e2ebfc, -6px -6px 4px #fff;
  background-color: #76a713;
  color: #f8f9fa;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 5px;
}
.products .products__content .products__item:hover {
  box-shadow: 0 0 10px #009900;
  border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .products {
    width: 100%;
    overflow: hidden;
  }
  .products .typesanpham {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .products .products__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .products .products__item .card {
    padding: 2rem;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .products {
    width: 100%;
    overflow: hidden;
  }
  .products .title {
    font-size: 1.5rem;
  }
  .products .typesanpham {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
    align-items: center;
  }
  .products .products__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    justify-content: center;
  }
  .products .products__item .card {
    padding: 1.5rem;
  }
  .products .products__item .card img {
    height: 100px;
  }
  .products .products__item .card .card__body .info h2 {
    font-size: 1.2rem;
    height: auto;
  }
  .products .products__item .card .buy button {
    font-size: 13px;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 424px) {
  .products {
    width: 100%;
    overflow: hidden;
  }
  .products .title {
    font-size: 1.5rem;
  }
  .products .typesanpham {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    justify-items: center;
    align-items: center;
  }
  .products .products__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-content: center;
  }
  .products .products__item .card {
    padding: 1.5rem;
  }
  .products .products__item .card img {
    height: 100px;
  }
  .products .products__item .card .card__body .info h2 {
    font-size: 1.2rem;
    height: auto;
  }
  .products .products__item .card .buy button {
    font-size: 13px;
    padding: 0.5rem 0.75rem;
  }
}
.footer {
  background-color: #efffcf;
}
.footer h1 {
  color: #749d23;
  text-transform: uppercase;
}
.footer .container {
  display: flex;
  justify-content: center;
}
.footer .container .thanhtoan {
  padding: 1rem;
  margin: 1rem;
  width: 35%;
}
.footer .container .thanhtoan .thanhtoan_img {
  display: flex;
  width: 15%;
}
.footer .container .chinhsach {
  padding: 1rem;
  margin: 1rem;
  width: 20%;
}
.footer .container .thongtin {
  padding: 1rem;
  margin: 1rem;
  width: 20%;
}
.footer .container .thongtin .lienket_img {
  display: flex;
  width: 15%;
}
.footer .container .instagram {
  padding: 1rem;
  margin: 1rem;
  width: 25%;
}
.footer .container .instagram .insta_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .container .thanhtoan,
  .footer .container .chinhsach,
  .footer .container .thongtin,
  .footer .container .instagram {
    width: 80%;
    margin: 1rem 0;
  }
  .footer .container .insta_img {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .footer .container {
    flex-direction: column;
    align-items: stretch;
  }
  .footer .container .thanhtoan,
  .footer .container .chinhsach,
  .footer .container .thongtin,
  .footer .container .instagram {
    width: 100%;
    margin: 1rem 1rem;
  }
  .footer .container .insta_img {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .footer h1 {
    font-size: 1.2rem;
    text-align: center;
  }
}
.style_panel {
  overflow: hidden;
  z-index: 100;
  /* Hiệu ứng khi panel mở */
}
.style_panel #cartPanel.active {
  scale: 1;
}
.style_panel #cartOverlay.active {
  display: block;
}

/* --- Responsive cho modal giỏ hàng --- */
@media (max-width: 425px) {
  .style_panel {
    padding: 1rem !important;
    /* thu gọn padding quanh modal */
  }
  .style_panel .relative {
    width: 100% !important;
    /* full chiều rộng */
    max-width: 100% !important;
    height: auto !important;
    max-height: 80vh;
    /* chiếm tối đa 80% chiều cao */
    overflow-y: auto;
    border-radius: 0.75rem;
    /* bo góc nhẹ hơn */
  }
  .style_panel .relative .p-6,
  .style_panel .relative .p-8 {
    padding: 1rem !important;
    /* giảm padding bên trong */
  }
  .style_panel .relative h3 {
    font-size: 1rem !important;
  }
  .style_panel .relative #cartItems .cart-item {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0.5rem !important;
  }
  .style_panel .relative #cartItems .cart-item img {
    width: 48px !important;
    height: 48px !important;
  }
  .style_panel .relative #cartItems .cart-item h4 {
    font-size: 0.9rem !important;
  }
  .style_panel .relative #cartItems .cart-item .text-sm {
    font-size: 0.8rem !important;
  }
  .style_panel .relative #cartItems .cart-item button {
    width: 22px !important;
    height: 22px !important;
    font-size: 0.8rem;
  }
  .style_panel .relative .flex.justify-center {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem !important;
  }
  .style_panel .relative .flex.justify-center button {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.5rem;
  }
}/*# sourceMappingURL=index.css.map */