@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap" rel="stylesheet"');
.large-header {
  width: 100%;
  height: 45px;
  background-color: var(--orange);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.3s ease-in-out;
}
.large-header .large-header-container {
  width: 1320px;
  height: 100%;
  margin: auto;
}
.large-header .large-header-container .large-header-row {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.large-header .large-header-container .large-header-row .logo {
  width: 10%;
  height: 100%;
}
.large-header .large-header-container .large-header-row .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.large-header .large-header-container .large-header-row .menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.large-header .large-header-container .large-header-row .menu ul {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.large-header .large-header-container .large-header-row .menu ul li {
  height: 100%;
  list-style: none;
}
.large-header .large-header-container .large-header-row .menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  font-family: var(--Exo2);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: var(--f-600);
}
.large-header .large-header-container .large-header-row .menu .search-box-container {
  width: 100%;
  height: 40%;
  display: none;
}
.large-header .large-header-container .large-header-row .menu .search-box-container .search-box-header {
  width: 680px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.large-header .large-header-container .large-header-row .menu .search-box-container .search-box-header input[type=text] {
  width: 93%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
}
.large-header .large-header-container .large-header-row .menu .search-box-container .search-box-header .btn {
  width: 7%;
  height: 100%;
  border: none;
  outline: none;
  background-color: var(--blue);
  font-size: 22px;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.large-header .large-header-container .large-header-row .header-right {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.large-header .large-header-container .large-header-row .header-right a {
  color: white;
  font-size: 20px;
}

.large-footer {
  width: 100%;
  height: 600px;
  background-color: var(--header-slider);
  background-image: url(../../images/common/Footer\ bg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.large-footer .large-footer-container {
  width: 1320px;
  display: flex;
  justify-content: space-between;
}
.large-footer .large-footer-container .large-footer-items .items-title {
  height: 60px;
  color: white;
  font-size: 16px;
  font-family: var(--Montserrat);
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
}
.large-footer .large-footer-container .large-footer-items .footer-items {
  display: flex;
  flex-direction: column;
}
.large-footer .large-footer-container .large-footer-items .footer-items span {
  color: white;
  font-size: 13px;
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 40px;
}
.large-footer .large-footer-container .large-footer-left-items .items-logo {
  width: 200px;
  height: 60px;
}
.large-footer .large-footer-container .large-footer-left-items .items-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.large-footer .large-footer-container .large-footer-left-items .footer-left-items {
  display: flex;
  flex-direction: column;
}
.large-footer .large-footer-container .large-footer-left-items .footer-left-items span {
  color: white;
  font-size: 13px;
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 40px;
}
.large-footer .large-footer-container .large-footer-left-items .footer-left-social-items {
  gap: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 15px;
}

.small-header {
  width: 100%;
  height: 60px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: var(--orange);
}
.small-header .small-header-container {
  width: 95%;
  margin: auto;
  height: 100%;
}
.small-header .small-header-container .small-header-row {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.small-header .small-header-container .small-header-row .nav-icon {
  font-size: 20px;
  color: var(--blue);
}
.small-header .small-header-container .small-header-row .small-header-logo {
  width: 100px;
}
.small-header .small-header-container .small-header-row .small-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.small-header .small-header-container .small-header-row .small-header-right {
  display: flex;
  gap: 20px;
  color: var(--blue);
}
.small-header .small-header-container .small-header-row .small-header-right .small-header-bag {
  font-size: 20px;
}
.small-header .small-header-container .small-header-row .small-header-right .small-header-search {
  font-size: 20px;
}

.small-header-search-box {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 999999;
  background-color: var(--orange);
  display: none;
}
.small-header-search-box .small-search-box-container {
  width: 95%;
  margin: auto;
  height: 100%;
}
.small-header-search-box .small-search-box-container .small-search-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-header-search-box .small-search-box-container .small-search-box .search-box-container {
  width: 80%;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.small-header-search-box .small-search-box-container .small-search-box .search-box-container input[type=text] {
  width: 90%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
}
.small-header-search-box .small-search-box-container .small-search-box .search-box-container .btn {
  width: 10%;
  height: 100%;
  border: none;
  outline: none;
  background-color: var(--blue);
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-footer {
  width: 100%;
  height: 100%;
  background-color: var(--header-slider);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.small-footer .small-footer-container {
  width: 95%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  color: white;
}
.small-footer .small-footer-container .footer-logo {
  width: 100%;
  height: 40px;
}
.small-footer .small-footer-container .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.small-footer .small-footer-container .footer-social {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 30px;
  color: white;
}
.small-footer .small-footer-container #corporate {
  width: 100%;
}
.small-footer .small-footer-container #corporate .corporate-container {
  width: 100%;
  height: 100%;
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: grey;
  display: inline-block;
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-header i {
  font-size: 5vw;
  padding: 0 20px;
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-header span {
  font-size: 4vw;
  font-weight: 600;
  font-family: var(--Montserrat);
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-content {
  width: 100%;
  height: 90%;
  display: none;
  margin: 0 auto;
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-content ul {
  width: 100%;
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-content ul li {
  padding: 15px 0;
  list-style: none;
}
.small-footer .small-footer-container #corporate .corporate-container .corporate-content ul li a {
  text-decoration: none;
}
.small-footer .small-footer-container #customer-service {
  width: 100%;
}
.small-footer .small-footer-container #customer-service .customer-service-container {
  width: 100%;
  height: 100%;
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: grey;
  display: inline-block;
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header i {
  font-size: 5vw;
  padding: 0 20px;
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header span {
  font-size: 4vw;
  font-weight: 600;
  font-family: var(--Montserrat);
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content {
  width: 100%;
  height: 90%;
  display: none;
  margin: 0 auto;
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content ul {
  width: 100%;
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content ul li {
  padding: 15px 0;
  list-style: none;
}
.small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content ul li a {
  text-decoration: none;
}
.small-footer .small-footer-container #account {
  width: 100%;
}
.small-footer .small-footer-container #account .account-container {
  width: 100%;
  height: 100%;
}
.small-footer .small-footer-container #account .account-container .account-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}
.small-footer .small-footer-container #account .account-container .account-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: grey;
  display: inline-block;
}
.small-footer .small-footer-container #account .account-container .account-header i {
  font-size: 5vw;
  padding: 0 20px;
}
.small-footer .small-footer-container #account .account-container .account-header span {
  font-size: 4vw;
  font-weight: 600;
  font-family: var(--Montserrat);
}
.small-footer .small-footer-container #account .account-container .account-content {
  width: 100%;
  height: 90%;
  display: none;
  margin: 0 auto;
}
.small-footer .small-footer-container #account .account-container .account-content ul {
  width: 100%;
}
.small-footer .small-footer-container #account .account-container .account-content ul li {
  padding: 15px 0;
  list-style: none;
}
.small-footer .small-footer-container #account .account-container .account-content ul li a {
  text-decoration: none;
}
.small-footer .small-footer-container #contact {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.small-footer .small-footer-container #contact .contact-container {
  width: 100%;
  height: 100%;
}
.small-footer .small-footer-container #contact .contact-container .contact-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  margin-bottom: 20px;
}
.small-footer .small-footer-container #contact .contact-container .contact-header i {
  font-size: 5vw;
  padding: 0 20px;
}
.small-footer .small-footer-container #contact .contact-container .contact-header span {
  font-size: 4vw;
  font-weight: 600;
  font-family: var(--Montserrat);
}
.small-footer .small-footer-container #contact .contact-container .contact-content {
  width: 100%;
  height: 100%;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-place {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin: auto;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-place i {
  font-size: 4vw;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-place span {
  font-size: 3vw;
  font-weight: 500;
  font-family: var(--Montserrat);
  margin-left: 10px;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-email {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin: auto;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-email i {
  font-size: 3vw;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-email span {
  font-size: 3vw;
  font-weight: 500;
  font-family: var(--Montserrat);
  margin-left: 10px;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-phone {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin: auto;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-phone i {
  font-size: 3vw;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-phone span {
  font-size: 3vw;
  font-weight: 500;
  font-family: var(--Montserrat);
  margin-left: 10px;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-online {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin: auto;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-online i {
  font-size: 3vw;
}
.small-footer .small-footer-container #contact .contact-container .contact-content .contact-online span {
  font-size: 3vw;
  font-weight: 500;
  font-family: var(--Montserrat);
  margin-left: 10px;
}
.small-footer .small-footer-container #payment-method {
  width: 100%;
  height: 100%;
  padding: 20px 0 0 0;
  position: relative;
}
.small-footer .small-footer-container #payment-method::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.006rem;
  background-color: rgb(203, 203, 203);
}
.small-footer .small-footer-container #payment-method .payment-method-corperate {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-footer .small-footer-container #payment-method .payment-method-corperate span {
  font-size: 4vw;
  font-weight: 600;
  font-family: var(--Montserrat);
}

.open-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
}
@keyframes openNav {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.open-nav .open-nav-container {
  width: 80%;
  height: 100%;
  background-color: var(--featured-prduct-bg);
}
.open-nav .open-nav-container .open-nav-header {
  width: 100%;
  height: 80px;
  background-color: var(--orange);
}
.open-nav .open-nav-container .open-nav-header .open-nav-header-container {
  width: 95%;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.open-nav .open-nav-container .open-nav-header .open-nav-header-container .open-nav-logo {
  width: 50%;
  height: 100%;
}
.open-nav .open-nav-container .open-nav-header .open-nav-header-container .open-nav-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.open-nav .open-nav-container .open-nav-header .open-nav-header-container .open-nav-close {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 26px;
  color: var(--blue);
}
.open-nav .open-nav-container .open-nav-content {
  width: 95%;
  height: 100%;
  margin: auto;
}
.open-nav .open-nav-container .open-nav-content .open-nav-menu {
  width: 100%;
}
.open-nav .open-nav-container .open-nav-content .open-nav-menu ul {
  width: 100%;
  list-style-type: none;
}
.open-nav .open-nav-container .open-nav-content .open-nav-menu ul li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  border-bottom: 1px solid #dadada;
}
.open-nav .open-nav-container .open-nav-content .open-nav-menu ul li a {
  font-size: 16px;
  font-family: var(--Exo2);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--blue);
}

.header-slider {
  width: 100%;
  height: 576px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header-slider .header-slider-container {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.header-slider-top {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 9;
}
.header-slider-top .search-box {
  width: 680px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.header-slider-top .search-box input[type=text] {
  width: 93%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
}
.header-slider-top .search-box .btn {
  width: 7%;
  height: 100%;
  border: none;
  outline: none;
  background-color: var(--orange);
  font-size: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-slider-top .choose-language {
  width: 200px;
  height: 45px;
  border-radius: 8px;
  background-color: white;
}
.header-slider-top .choose-language:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.header-slider-top .choose-language:hover .main-items {
  z-index: 9;
}
.header-slider-top .choose-language:hover .main-items .sub-items {
  display: block;
  z-index: 9;
}
.header-slider-top .choose-language .main-items {
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
}
.header-slider-top .choose-language .main-items li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  font-family: var(--Exo2);
  text-transform: uppercase;
  font-weight: 600;
}
.header-slider-top .choose-language .main-items li a {
  width: 100%;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-slider-top .choose-language .main-items li a img {
  width: 30px;
  height: 20px;
  margin-right: 20px;
  border-radius: 8px;
}
.header-slider-top .choose-language .main-items .sub-items {
  width: 100%;
  background-color: white;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.header-slider-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-slider-content .headerSlider {
  width: 100%;
  height: 100%;
}
.header-slider-content .headerSlider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.header-slider-content .headerSlider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-slider-content .headerSlider .swiper-wrapper .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
.header-slider-content .headerSlider .swiper-wrapper .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
}
.header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container {
  width: 30%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .title {
  font-family: var(--DancingScript);
  font-size: 60px;
  text-align: center;
  color: var(--header-title);
}
.header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn a {
  width: 250px;
  height: 50px;
  background-color: var(--orange);
  text-decoration: none;
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--Exo2);
  border-radius: 8px;
}
.header-slider-content .headerSlider .swiper-button-next {
  background-color: white;
  color: black;
  padding: 30px;
  font-size: 16px;
  border-radius: 50%;
}
.header-slider-content .headerSlider .swiper-button-next::after {
  font-size: 16px;
}
.header-slider-content .headerSlider .swiper-button-prev {
  background-color: white;
  color: black;
  padding: 30px;
  font-size: 16px;
  border-radius: 50%;
}
.header-slider-content .headerSlider .swiper-button-prev::after {
  font-size: 16px;
}

.new-product {
  width: 100%;
  height: 650px;
  background-color: var(--new-prduct-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-product .new-product-container {
  width: 1320px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-product .new-product-container .new-product-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.new-product .new-product-container .new-product-title span:first-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
}
.new-product .new-product-container .new-product-title span:last-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  margin-left: 10px;
}
.new-product .new-product-container .new-product-items {
  width: 100%;
  height: 430px;
}
.new-product .new-product-container .new-product-items .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide {
  width: 420px;
  height: 200px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide:hover {
  cursor: pointer;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide:hover .swiper-slide-container {
  transform: scale(1.02);
  transition: 0.2s ease-in-out;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  transition: 0.2s ease-in-out;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image {
  width: 160px;
  height: 100%;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description {
  width: calc(100% - 180px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title {
  display: flex;
  justify-content: center;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title span {
  font-family: var(--Montserrat);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  display: none;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content {
  width: 100%;
  text-align: start;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content span {
  font-size: 16px;
  font-family: var(--Exo2);
  font-weight: 400;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom {
  display: flex;
  justify-content: space-between;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
  width: 180px;
  height: 30px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-family: var(--Montserrat);
  font-weight: 400px;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn:hover {
  cursor: pointer;
  background-color: var(--blue);
  color: white;
  transition: all 0.3s ease-in-out;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: all 0.3s ease-in-out;
}
.new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite:hover {
  cursor: pointer;
  background-color: var(--blue);
  color: white;
  transition: all 0.3s ease-in-out;
}

.featured-product {
  width: 100%;
  height: 650px;
  background-color: var(--featured-prduct-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-product .featured-product-container {
  width: 1320px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-product .featured-product-container .featured-product-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.featured-product .featured-product-container .featured-product-title span:first-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
}
.featured-product .featured-product-container .featured-product-title span:last-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  margin-left: 10px;
}
.featured-product .featured-product-container .featured-product-items {
  width: 100%;
  height: 430px;
}
.featured-product .featured-product-container .featured-product-items .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide {
  width: 420px;
  height: 200px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide:hover {
  cursor: pointer;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide:hover .swiper-slide-container {
  transform: scale(1.02);
  transition: 0.2s ease-in-out;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  transition: 0.2s ease-in-out;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-image {
  width: 160px;
  height: 100%;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description {
  width: calc(100% - 180px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title {
  display: flex;
  justify-content: center;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title span {
  font-family: var(--Montserrat);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  display: none;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content {
  width: 100%;
  text-align: start;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content span {
  font-size: 16px;
  font-family: var(--Exo2);
  font-weight: 400;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom {
  display: flex;
  justify-content: space-between;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
  width: 180px;
  height: 30px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-family: var(--Montserrat);
  font-weight: 400px;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn:hover {
  cursor: pointer;
  background-color: var(--blue);
  color: white;
  transition: all 0.3s ease-in-out;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: all 0.3s ease-in-out;
}
.featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite:hover {
  cursor: pointer;
  background-color: var(--blue);
  color: white;
  transition: all 0.3s ease-in-out;
}

.banner {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}
.banner .banner-container {
  width: 1320px;
  height: 100%;
  max-width: 100%;
  padding: 50px 0;
}
.banner .banner-container .banner-row {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-container .banner-row .col-6 {
  max-width: 618px;
  width: 48%;
  height: 300px;
  background-color: rgba(69, 155, 182, 0.1294117647);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.banner .banner-container .banner-row .col-6:hover {
  cursor: pointer;
}
.banner .banner-container .banner-row .col-6:hover .banner-img img {
  transition: 0.1s ease-in-out;
  transform: scale(1.05);
}
.banner .banner-container .banner-row .col-6 .banner-header {
  width: 50%;
  height: 25%;
  position: absolute;
  top: 10%;
  left: 8%;
}
.banner .banner-container .banner-row .col-6 .banner-header span {
  display: block;
  color: var(--banner-header);
  font-weight: 800;
  font-size: 36px;
  line-height: 42.2px;
  font-family: var(--Montserrat);
}
.banner .banner-container .banner-row .col-6 .banner-desc {
  width: 50%;
  height: 35%;
  position: absolute;
  top: 35%;
  left: 8%;
  display: flex;
  align-items: center;
}
.banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container {
  width: 100%;
  height: 50%;
}
.banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container span {
  display: block;
  font-family: var(--Montserrat);
  color: var(--banner-header);
  font-size: 28.98px;
  line-height: 35.07px;
  font-weight: 500;
}
.banner .banner-container .banner-row .col-6 .banner-btn {
  width: 50%;
  height: 20%;
  position: absolute;
  bottom: 0%;
  left: 8%;
}
.banner .banner-container .banner-row .col-6 .banner-btn button {
  width: 120px;
  height: 30px;
  color: white;
  background-color: var(--blue);
  border-radius: 8px;
  border: none;
  font-family: var(--Montserrat);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.banner .banner-container .banner-row .col-6 .banner-btn button:hover {
  cursor: pointer;
}
.banner .banner-container .banner-row .col-6 .banner-circle {
  width: 400px;
  height: 330px;
  position: absolute;
  right: -16%;
  bottom: -40%;
  background-color: var(--banner-header);
  border-radius: 50%;
}
.banner .banner-container .banner-row .col-6 .banner-circle .banner-img {
  width: 300px;
  height: 300px;
  position: relative;
}
.banner .banner-container .banner-row .col-6 .banner-circle .banner-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 30%;
  left: 0%;
  transition: 0.1s ease-in-out;
}
.banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle {
  width: 400px;
  height: 330px;
  position: absolute;
  right: -16%;
  bottom: -40%;
  background-color: var(--banner-header);
  border-radius: 50%;
}
.banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img {
  width: 300px;
  height: 300px;
  position: relative;
}
.banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 30%;
  left: 0%;
  transition: 0.1s ease-in-out;
}

.customer-feedback {
  width: 100%;
  height: 600px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-feedback .customer-feedback-container {
  width: 1320px;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customer-feedback .customer-feedback-container .customer-feedback-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.customer-feedback .customer-feedback-container .customer-feedback-title span:first-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
}
.customer-feedback .customer-feedback-container .customer-feedback-title span:last-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  margin-left: 10px;
}
.customer-feedback .customer-feedback-container .customer-feedback-items {
  width: 100%;
  height: 400px;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback {
  width: 100%;
  height: 100%;
  position: relative;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide-next .swiper-slide-layout {
  display: none;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide {
  width: 420px;
  height: 320px;
  text-align: center;
  font-size: 18px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1px solid #E4E4E4;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title {
  text-align: start;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title span {
  font-family: var(--Exo2);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content {
  text-align: start;
  margin-top: 27px;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content span {
  color: #767676;
  font-size: 16px;
  font-family: var(--Exo2);
  font-weight: 400;
  line-height: 26px;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image {
  width: 70px;
  height: 70px;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description {
  margin-left: 15px;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name {
  text-align: start;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name span {
  font-size: 15px;
  font-family: var(--Exo2);
  font-weight: 600;
  text-transform: uppercase;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position {
  text-align: start;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position span {
  color: #767676;
  font-size: 14px;
  font-family: var(--Exo2);
  font-weight: 400;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-rate {
  text-align: start;
  font-size: 15px;
  color: #FF9900;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-layout {
  width: 100%;
  height: 100%;
  background-color: rgba(228, 228, 228, 0.4);
  position: absolute;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-pagination {
  width: 20%;
  position: absolute;
  left: 1000px;
  bottom: 0;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF9900;
}

.blog {
  width: 100%;
  height: 650px;
  background-color: var(--featured-prduct-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-container {
  width: 1320px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .blog-container .blog-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.blog .blog-container .blog-title span:first-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
}
.blog .blog-container .blog-title span:last-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  margin-left: 10px;
}
.blog .blog-container .blog-items {
  width: 100%;
  height: 430px;
}
.blog .blog-container .blog-items .blogSwiper {
  width: 100%;
  height: 100%;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container {
  width: 100%;
  height: 100%;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image {
  width: 100%;
  height: 220px;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description {
  width: 100%;
  height: calc(100% - 220px);
  padding: 25px;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date {
  text-align: start;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date span {
  font-size: 14px;
  font-family: var(--Montserrat);
  font-weight: 400;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title {
  text-align: start;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title span {
  font-size: 15px;
  font-family: var(--Montserrat);
  font-weight: 600;
  text-transform: uppercase;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content {
  text-align: start;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content span {
  font-size: 14px;
  font-family: var(--Exo2);
  font-weight: 400;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn {
  text-align: start;
}
.blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn a {
  text-decoration: none;
  font-size: 13px;
  font-family: var(--Exo2);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  color: black;
}

.partner {
  width: 100%;
  height: 400px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .partner-container {
  width: 1320px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partner .partner-container .partner-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.partner .partner-container .partner-title span:first-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
}
.partner .partner-container .partner-title span:last-child {
  font-family: var(--Montserrat);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  margin-left: 10px;
}
.partner .partner-container .partner-items {
  width: 100%;
  height: 180px;
}
.partner .partner-container .partner-items .partnerSwiper {
  width: 100%;
  height: 100%;
}
.partner .partner-container .partner-items .partnerSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.content {
  width: 100%;
  background-color: var(--new-prduct-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .content-container {
  width: 1320px;
  padding: 50px 0;
}
.content .content-container .page-path {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}
.content .content-container .page-path .path-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content .content-container .page-path .path-item a {
  color: #848484;
  font-size: 12px;
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.content .content-container .filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .content-container .filter .left {
  width: 200px;
  height: 30px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.content .content-container .filter .left span {
  color: black;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 24px;
}
.content .content-container .filter .left i {
  font-size: 18px;
}
.content .content-container .filter .right {
  width: 200px;
  height: 30px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.content .content-container .filter .right span {
  color: black;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 24px;
}
.content .content-container .filter .right span:nth-child(2) {
  height: 80%;
  background-color: #0095DB;
  padding: 10px;
  font-family: var(--Montserrat);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  color: white;
}
.content .content-container .filter .right i {
  font-size: 18px;
}
.content .content-container .main-items {
  width: 100%;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.content .content-container .main-items .item {
  width: 100%;
  height: 200px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.content .content-container .main-items .item:hover {
  cursor: pointer;
}
.content .content-container .main-items .item:hover .swiper-slide-container {
  transform: scale(1.02);
  transition: 0.2s ease-in-out;
}
.content .content-container .main-items .item .item-container {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  transition: 0.2s ease-in-out;
}
.content .content-container .main-items .item .item-container .item-image {
  width: 160px;
  height: 100%;
}
.content .content-container .main-items .item .item-container .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content-container .main-items .item .item-container .item-description {
  width: calc(100% - 180px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .content-container .main-items .item .item-container .item-description .item-title {
  display: flex;
  justify-content: center;
}
.content .content-container .main-items .item .item-container .item-description .item-title span {
  font-family: var(--Montserrat);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.content .content-container .main-items .item .item-container .item-description .item-title .item-favorite {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  display: none;
}
.content .content-container .main-items .item .item-container .item-description .item-content {
  width: 100%;
  text-align: start;
}
.content .content-container .main-items .item .item-container .item-description .item-content span {
  font-size: 16px;
  font-family: var(--Exo2);
  font-weight: 400;
}
.content .content-container .main-items .item .item-container .item-description .item-bottom {
  display: flex;
  justify-content: space-between;
}
.content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn {
  width: 180px;
  height: 30px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-family: var(--Montserrat);
  font-weight: 400px;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .content-container .main-items .item .item-container .item-description .item-bottom .item-favorite {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px rgba(1, 26, 255, 0.08) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}

.basket-items {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
.basket-items .basket-item {
  width: 100%;
  height: 100px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 4px rgba(1, 26, 255, 0.04);
}
.basket-items .basket-item .basket-item-img {
  width: 20%;
  height: 90%;
}
.basket-items .basket-item .basket-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.basket-items .basket-item .basket-item-content {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
}
.basket-items .basket-item .basket-item-content span {
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
  line-height: 24px;
}
.basket-items .basket-item .basket-item-content span:first-child::after {
  content: "-";
  margin: 0 10px;
}
.basket-items .basket-item .basket-item-delete-btn {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-items .basket-item .basket-item-delete-btn .item-icon {
  width: 40px;
  height: 40px;
  background-color: #0057A8;
  border-radius: 8px;
}
.basket-items .basket-item .basket-item-delete-btn .item-icon span {
  width: 100%;
  height: 100%;
  font-family: var(--Montserrat);
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.submit-btn {
  width: 600px;
  height: 60px;
  margin: auto;
  border-radius: 8px;
  margin-top: 50px;
  background-color: #0057A8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-btn span {
  color: white;
  font-size: 22px;
  font-family: var(--Exo2);
  font-weight: 500;
  line-height: 24px;
}

.filter-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
  gap: 100px;
}
.filter-btn .by-market {
  width: 400px;
  height: 50px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: var(--Montserrat);
  font-weight: 500;
}
.filter-btn .by-market:hover {
  cursor: pointer;
}
.filter-btn .active {
  background-color: #0057A8;
  color: white;
}
.filter-btn .by-product {
  width: 400px;
  height: 50px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: var(--Montserrat);
  font-weight: 500;
}
.filter-btn .by-product:hover {
  cursor: pointer;
}

.market-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.market-items .item {
  width: 100%;
  background-color: white;
  box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
  border-radius: 8px;
  overflow: hidden;
}
.market-items .item:hover {
  cursor: pointer;
}
.market-items .item:last-child .item-sub {
  display: block;
}
.market-items .item .item-main {
  width: 100%;
  padding: 0 40px;
  height: 100px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.market-items .item .item-main .market-logo {
  width: 20%;
  height: 90%;
}
.market-items .item .item-main .market-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.market-items .item .item-main .market-name span {
  font-size: 26px;
  font-family: var(--Montserrat);
}
.market-items .item .item-main .market-total-price span {
  font-size: 26px;
  font-family: var(--Montserrat);
}
.market-items .item .item-sub {
  width: 100%;
  display: none;
  border-radius: 8px;
}
.market-items .item .item-sub .sub-product {
  width: 100%;
  height: 100px;
  padding: 10px 40px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.market-items .item .item-sub .sub-product .sub-product-img {
  height: 100%;
}
.market-items .item .item-sub .sub-product .sub-product-img img {
  height: 100%;
}
.market-items .item .item-sub .sub-product .sub-product-name {
  display: flex;
}
.market-items .item .item-sub .sub-product .sub-product-name .product-brand::after {
  content: "-";
  margin: 0 10px;
}
.market-items .item .item-sub .sub-product .sub-product-name .product-brand span {
  font-size: 18px;
  font-family: var(--Montserrat);
}
.market-items .item .item-sub .sub-product .sub-product-name .product-name span {
  font-size: 18px;
  font-family: var(--Montserrat);
}
.market-items .item .item-sub .sub-product .sub-product-price {
  display: flex;
}
.market-items .item .item-sub .sub-product .sub-product-price span {
  font-size: 18px;
  font-family: var(--Montserrat);
}

@media only screen and (max-width: 479px) and (min-width: 0px) {
  .large-header {
    display: none;
  }
  .header-slider {
    width: 100%;
    height: 276px;
    background-color: var(--header-slider);
    background-image: url(../../images/index-page/height_276.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header-slider .header-slider-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .header-slider-top {
    display: none;
  }
  .header-slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-slider-content .headerSlider {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    transform: translate(0%, 0%);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .title {
    width: 50%;
    height: 70%;
    font-family: var(--DancingScript);
    font-size: 30px;
    text-align: center;
    color: var(--header-title);
    display: flex;
    align-items: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn a {
    width: 130px;
    height: 30px;
    background-color: var(--orange);
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--Exo2);
    border-radius: 8px;
  }
  .header-slider-content .headerSlider .swiper-button-next {
    display: none;
  }
  .header-slider-content .headerSlider .swiper-button-prev {
    display: none;
  }
  .new-product {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-product .new-product-container {
    width: 95%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new-product .new-product-container .new-product-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .new-product .new-product-container .new-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .new-product .new-product-container .new-product-items {
    width: 100%;
    height: 350px;
  }
  .new-product .new-product-container .new-product-items .swiper {
    width: 100%;
    height: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover {
    cursor: pointer;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .banner {
    width: 100%;
    height: 490px;
    display: flex;
    justify-content: center;
  }
  .banner .banner-container {
    width: 95%;
    height: 100%;
    max-width: 100%;
    padding: 30px 0;
  }
  .banner .banner-container .banner-row {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .banner .banner-container .banner-row .col-6 {
    width: 100%;
    height: 200px;
    background-color: rgba(69, 155, 182, 0.1294117647);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .banner .banner-container .banner-row .col-6:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6:hover .banner-img img {
    transition: 0.1s ease-in-out;
    transform: scale(1.05);
  }
  .banner .banner-container .banner-row .col-6 .banner-header {
    width: 50%;
    height: 25%;
    position: absolute;
    top: 10%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-header span {
    display: block;
    color: var(--banner-header);
    font-weight: 800;
    font-size: 20px;
    line-height: 22.2px;
    font-family: var(--Montserrat);
  }
  .banner .banner-container .banner-row .col-6 .banner-desc {
    width: 50%;
    height: 35%;
    position: absolute;
    top: 35%;
    left: 4%;
    display: flex;
    align-items: center;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container {
    width: 100%;
    height: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container span {
    display: block;
    font-family: var(--Montserrat);
    color: var(--banner-header);
    font-size: 18.98px;
    line-height: 25.07px;
    font-weight: 500;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn {
    width: 50%;
    height: 20%;
    position: absolute;
    bottom: 5%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button {
    width: 120px;
    height: 30px;
    color: white;
    background-color: var(--blue);
    border-radius: 8px;
    border: none;
    font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle {
    width: 250px;
    height: 200px;
    position: absolute;
    right: -16%;
    bottom: -40%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img {
    width: 200px;
    height: 200px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 30%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle {
    width: 250px;
    height: 200px;
    position: absolute;
    right: -16%;
    bottom: -40%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img {
    width: 180px;
    height: 180px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 30%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .featured-product {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .featured-product .featured-product-container {
    width: 95%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .featured-product .featured-product-container .featured-product-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .featured-product .featured-product-container .featured-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .featured-product .featured-product-container .featured-product-items {
    width: 100%;
    height: 350px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct {
    width: 100%;
    height: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide:hover {
    cursor: pointer;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .customer-feedback {
    width: 100%;
    height: 380px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container {
    width: 95%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items {
    width: 100%;
    height: 260px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide-next .swiper-slide-layout {
    display: none;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1px solid #E4E4E4;
    border-radius: 8px;
    padding: 30px;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title span {
    font-family: var(--Exo2);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content {
    text-align: start;
    margin-top: 20px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content span {
    color: #767676;
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
    line-height: 22px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image {
    width: 70px;
    height: 70px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description {
    margin-left: 15px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name span {
    font-size: 15px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position span {
    color: #767676;
    font-size: 14px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-rate {
    text-align: start;
    font-size: 15px;
    color: #FF9900;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-layout {
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0);
    position: absolute;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-pagination {
    display: none;
  }
  .blog {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog .blog-container {
    width: 95%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .blog .blog-container .blog-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .blog .blog-container .blog-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .blog .blog-container .blog-items {
    width: 100%;
    height: 350px;
  }
  .blog .blog-container .blog-items .blogSwiper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image {
    width: 100%;
    height: 150px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description {
    width: 100%;
    height: calc(100% - 150px);
    padding: 10px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date span {
    font-size: 10px;
    font-family: var(--Montserrat);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title span {
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 600;
    text-transform: uppercase;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content span {
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn a {
    text-decoration: none;
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: black;
  }
  .partner {
    width: 100%;
    height: 210px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner .partner-container {
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .partner .partner-container .partner-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .partner .partner-container .partner-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .partner .partner-container .partner-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .partner .partner-container .partner-items {
    width: 100%;
    height: 100px;
  }
  .partner .partner-container .partner-items .partnerSwiper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .large-footer {
    display: none;
  }
  .small-footer {
    display: block;
  }
  .content {
    width: 100%;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .content-container {
    width: 95%;
    padding: 50px 0;
  }
  .content .content-container .page-path {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
  }
  .content .content-container .page-path .path-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content .content-container .page-path .path-item a {
    color: #848484;
    font-size: 12px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  .content .content-container .filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content .content-container .filter .left {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .left span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .left i {
    font-size: 18px;
  }
  .content .content-container .filter .right {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .right span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .right span:nth-child(2) {
    height: 80%;
    background-color: #0095DB;
    padding: 10px;
    font-family: var(--Montserrat);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: white;
  }
  .content .content-container .filter .right i {
    font-size: 18px;
  }
  .content .content-container .main-items {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .content .content-container .main-items .item {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .content .content-container .main-items .item:hover {
    cursor: pointer;
  }
  .content .content-container .main-items .item:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container .item-image {
    width: 100%;
    height: 200px;
  }
  .content .content-container .main-items .item .item-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content .content-container .main-items .item .item-container .item-description {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content {
    width: 100%;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .basket-items {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
  }
  .basket-items .basket-item {
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .basket-items .basket-item .basket-item-img {
    width: 15%;
    height: 90%;
  }
  .basket-items .basket-item .basket-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .basket-items .basket-item .basket-item-content {
    width: 75%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .basket-items .basket-item .basket-item-content span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: start;
  }
  .basket-items .basket-item .basket-item-content span:first-child::after {
    display: none;
  }
  .basket-items .basket-item .basket-item-delete-btn {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon {
    width: 25px;
    height: 25px;
    background-color: #0057A8;
    border-radius: 5px;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon span {
    width: 100%;
    height: 100%;
    font-family: var(--Montserrat);
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }
  .submit-btn {
    width: 100%;
    height: 40px;
    margin: auto;
    border-radius: 8px;
    margin-top: 50px;
    background-color: #0057A8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submit-btn span {
    color: white;
    font-size: 18px;
    font-family: var(--Exo2);
    font-weight: 500;
    line-height: 24px;
  }
  .filter-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 0;
  }
  .filter-btn .by-market {
    width: 47%;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .filter-btn .active {
    background-color: #0057A8;
    color: white;
  }
  .filter-btn .by-product {
    width: 47%;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .market-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .market-items .item {
    width: 100%;
    background-color: white;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    border-radius: 8px;
    overflow: hidden;
  }
  .market-items .item:hover {
    cursor: pointer;
  }
  .market-items .item:last-child .item-sub {
    display: block;
  }
  .market-items .item .item-main {
    width: 100%;
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .market-items .item .item-main .market-logo {
    width: 20%;
    height: 90%;
  }
  .market-items .item .item-main .market-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .market-items .item .item-main .market-name span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-main .market-total-price span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-sub {
    width: 100%;
    display: none;
    border-radius: 8px;
  }
  .market-items .item .item-sub .sub-product {
    width: 100%;
    height: 60px;
    padding: 10px 10px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .market-items .item .item-sub .sub-product .sub-product-img {
    height: 100%;
  }
  .market-items .item .item-sub .sub-product .sub-product-img img {
    height: 100%;
  }
  .market-items .item .item-sub .sub-product .sub-product-name {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-brand::after {
    content: "";
    margin: 0;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-brand span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-name span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .market-items .item .item-sub .sub-product .sub-product-price {
    display: flex;
    flex-direction: column;
  }
  .market-items .item .item-sub .sub-product .sub-product-price span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .large-header {
    display: none;
  }
  .header-slider {
    width: 100%;
    height: 376px;
    background-color: var(--header-slider);
    background-image: url(../../images/index-page/height_276.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header-slider .header-slider-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .header-slider-top {
    display: none;
  }
  .header-slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-slider-content .headerSlider {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    transform: translate(0%, 0%);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .title {
    width: 30%;
    height: 70%;
    font-family: var(--DancingScript);
    font-size: 30px;
    text-align: center;
    color: var(--header-title);
    display: flex;
    align-items: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn a {
    width: 130px;
    height: 30px;
    background-color: var(--orange);
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--Exo2);
    border-radius: 8px;
  }
  .header-slider-content .headerSlider .swiper-button-next {
    display: none;
  }
  .header-slider-content .headerSlider .swiper-button-prev {
    display: none;
  }
  .new-product {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-product .new-product-container {
    width: 95%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new-product .new-product-container .new-product-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
  }
  .new-product .new-product-container .new-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
  }
  .new-product .new-product-container .new-product-items {
    width: 100%;
    height: 370px;
  }
  .new-product .new-product-container .new-product-items .swiper {
    width: 100%;
    height: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover {
    cursor: pointer;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .banner {
    width: 100%;
    height: 590px;
    display: flex;
    justify-content: center;
  }
  .banner .banner-container {
    max-width: 450px;
    height: 100%;
    padding: 30px 0;
  }
  .banner .banner-container .banner-row {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .banner .banner-container .banner-row .col-6 {
    width: 100%;
    height: 250px;
    background-color: rgba(69, 155, 182, 0.1294117647);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .banner .banner-container .banner-row .col-6:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6:hover .banner-img img {
    transition: 0.1s ease-in-out;
    transform: scale(1.05);
  }
  .banner .banner-container .banner-row .col-6 .banner-header {
    width: 50%;
    height: 25%;
    position: absolute;
    top: 10%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-header span {
    display: block;
    color: var(--banner-header);
    font-weight: 800;
    font-size: 26px;
    line-height: 32.2px;
    font-family: var(--Montserrat);
  }
  .banner .banner-container .banner-row .col-6 .banner-desc {
    width: 50%;
    height: 35%;
    position: absolute;
    top: 35%;
    left: 4%;
    display: flex;
    align-items: center;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container {
    width: 100%;
    height: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container span {
    display: block;
    font-family: var(--Montserrat);
    color: var(--banner-header);
    font-size: 20.98px;
    line-height: 30.07px;
    font-weight: 500;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn {
    width: 50%;
    height: 20%;
    position: absolute;
    bottom: 0%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button {
    width: 150px;
    height: 30px;
    color: white;
    background-color: var(--blue);
    border-radius: 8px;
    border: none;
    font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle {
    width: 300px;
    height: 250px;
    position: absolute;
    right: -16%;
    bottom: -40%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img {
    width: 200px;
    height: 200px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 30%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle {
    width: 300px;
    height: 250px;
    position: absolute;
    right: -16%;
    bottom: -40%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img {
    width: 200px;
    height: 200px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 30%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .featured-product {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .featured-product .featured-product-container {
    width: 95%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .featured-product .featured-product-container .featured-product-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
  }
  .featured-product .featured-product-container .featured-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
  }
  .featured-product .featured-product-container .featured-product-items {
    width: 100%;
    height: 370px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct {
    width: 100%;
    height: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide:hover {
    cursor: pointer;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .customer-feedback {
    width: 100%;
    height: 380px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container {
    max-width: 450px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items {
    width: 100%;
    height: 260px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide-next .swiper-slide-layout {
    display: none;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1px solid #E4E4E4;
    border-radius: 8px;
    padding: 30px;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title span {
    font-family: var(--Exo2);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content {
    text-align: start;
    margin-top: 20px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content span {
    color: #767676;
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
    line-height: 22px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image {
    width: 70px;
    height: 70px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description {
    margin-left: 15px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name span {
    font-size: 15px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position span {
    color: #767676;
    font-size: 14px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-rate {
    text-align: start;
    font-size: 15px;
    color: #FF9900;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-layout {
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0);
    position: absolute;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-pagination {
    display: none;
  }
  .blog {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog .blog-container {
    width: 95%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .blog .blog-container .blog-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .blog .blog-container .blog-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .blog .blog-container .blog-items {
    width: 100%;
    height: 370px;
  }
  .blog .blog-container .blog-items .blogSwiper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image {
    width: 100%;
    height: 150px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description {
    width: 100%;
    height: calc(100% - 150px);
    padding: 10px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date span {
    font-size: 10px;
    font-family: var(--Montserrat);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title span {
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 600;
    text-transform: uppercase;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content span {
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn a {
    text-decoration: none;
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: black;
  }
  .partner {
    width: 100%;
    height: 210px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner .partner-container {
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .partner .partner-container .partner-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .partner .partner-container .partner-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
  }
  .partner .partner-container .partner-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .partner .partner-container .partner-items {
    width: 100%;
    height: 100px;
  }
  .partner .partner-container .partner-items .partnerSwiper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .large-footer {
    display: none;
  }
  .content {
    width: 100%;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .content-container {
    width: 95%;
    padding: 50px 0;
  }
  .content .content-container .page-path {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
  }
  .content .content-container .page-path .path-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content .content-container .page-path .path-item a {
    color: #848484;
    font-size: 12px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  .content .content-container .filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content .content-container .filter .left {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .left span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .left i {
    font-size: 18px;
  }
  .content .content-container .filter .right {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .right span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .right span:nth-child(2) {
    height: 80%;
    background-color: #0095DB;
    padding: 10px;
    font-family: var(--Montserrat);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: white;
  }
  .content .content-container .filter .right i {
    font-size: 18px;
  }
  .content .content-container .main-items {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .content .content-container .main-items .item {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .content .content-container .main-items .item:hover {
    cursor: pointer;
  }
  .content .content-container .main-items .item:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container .item-image {
    width: 100%;
    height: 200px;
  }
  .content .content-container .main-items .item .item-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content .content-container .main-items .item .item-container .item-description {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content {
    width: 100%;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .basket-items {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
  }
  .basket-items .basket-item {
    width: 100%;
    height: 60px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .basket-items .basket-item .basket-item-img {
    width: 15%;
    height: 90%;
  }
  .basket-items .basket-item .basket-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .basket-items .basket-item .basket-item-content {
    width: 75%;
    height: 50%;
    display: flex;
    align-items: center;
  }
  .basket-items .basket-item .basket-item-content span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: start;
  }
  .basket-items .basket-item .basket-item-content span:first-child::after {
    content: "-";
    margin: 0 15px 0 15px;
  }
  .basket-items .basket-item .basket-item-delete-btn {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon {
    width: 30px;
    height: 30px;
    background-color: #0057A8;
    border-radius: 8px;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon span {
    width: 100%;
    height: 100%;
    font-family: var(--Montserrat);
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .submit-btn {
    width: 100%;
    height: 40px;
    margin: auto;
    border-radius: 8px;
    margin-top: 50px;
    background-color: #0057A8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submit-btn span {
    color: white;
    font-size: 18px;
    font-family: var(--Exo2);
    font-weight: 500;
    line-height: 24px;
  }
  .filter-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 0;
  }
  .filter-btn .by-market {
    width: 47%;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .filter-btn .active {
    background-color: #0057A8;
    color: white;
  }
  .filter-btn .by-product {
    width: 47%;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .market-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .market-items .item {
    width: 100%;
    background-color: white;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    border-radius: 8px;
    overflow: hidden;
  }
  .market-items .item:hover {
    cursor: pointer;
  }
  .market-items .item:last-child .item-sub {
    display: block;
  }
  .market-items .item .item-main {
    width: 100%;
    padding: 0 10px;
    height: 70px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .market-items .item .item-main .market-logo {
    width: 20%;
    height: 90%;
  }
  .market-items .item .item-main .market-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .market-items .item .item-main .market-name span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-main .market-total-price span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-sub {
    width: 100%;
    display: none;
    border-radius: 8px;
  }
  .market-items .item .item-sub .sub-product {
    width: 100%;
    height: 70px;
    padding: 10px 10px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .market-items .item .item-sub .sub-product .sub-product-img {
    height: 100%;
  }
  .market-items .item .item-sub .sub-product .sub-product-img img {
    height: 100%;
  }
  .market-items .item .item-sub .sub-product .sub-product-name {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-brand::after {
    content: "-";
    margin: 0 10px;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-brand span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-name span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
  }
  .market-items .item .item-sub .sub-product .sub-product-price {
    display: flex;
    flex-direction: column;
  }
  .market-items .item .item-sub .sub-product .sub-product-price span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .large-header {
    display: none;
  }
  .open-nav .open-nav-container .open-nav-header .open-nav-header-container .open-nav-logo {
    width: 30%;
    height: 100%;
  }
  .open-nav .open-nav-container .open-nav-header .open-nav-header-container .open-nav-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-slider {
    width: 100%;
    height: 376px;
    background-color: var(--header-slider);
    background-image: url(../../images/index-page/height_276.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header-slider .header-slider-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .header-slider-top {
    display: none;
  }
  .header-slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-slider-content .headerSlider {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    transform: translate(0%, 0%);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .title {
    width: 30%;
    height: 70%;
    font-family: var(--DancingScript);
    font-size: 30px;
    text-align: center;
    color: var(--header-title);
    display: flex;
    align-items: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn a {
    width: 130px;
    height: 30px;
    background-color: var(--orange);
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--Exo2);
    border-radius: 8px;
  }
  .header-slider-content .headerSlider .swiper-button-next {
    display: none;
  }
  .header-slider-content .headerSlider .swiper-button-prev {
    display: none;
  }
  .new-product {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-product .new-product-container {
    width: 95%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new-product .new-product-container .new-product-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
  }
  .new-product .new-product-container .new-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
  }
  .new-product .new-product-container .new-product-items {
    width: 100%;
    height: 370px;
  }
  .new-product .new-product-container .new-product-items .swiper {
    width: 100%;
    height: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover {
    cursor: pointer;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .banner {
    width: 100%;
    height: 690px;
    display: flex;
    justify-content: center;
  }
  .banner .banner-container {
    max-width: 650px;
    height: 100%;
    padding: 30px 0;
  }
  .banner .banner-container .banner-row {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .banner .banner-container .banner-row .col-6 {
    width: 100%;
    height: 300px;
    background-color: rgba(69, 155, 182, 0.1294117647);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .banner .banner-container .banner-row .col-6:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6:hover .banner-img img {
    transition: 0.1s ease-in-out;
    transform: scale(1.05);
  }
  .banner .banner-container .banner-row .col-6 .banner-header {
    width: 50%;
    height: 25%;
    position: absolute;
    top: 10%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-header span {
    display: block;
    color: var(--banner-header);
    font-weight: 800;
    font-size: 36px;
    line-height: 45.2px;
    font-family: var(--Montserrat);
  }
  .banner .banner-container .banner-row .col-6 .banner-desc {
    width: 50%;
    height: 35%;
    position: absolute;
    top: 35%;
    left: 4%;
    display: flex;
    align-items: center;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container {
    width: 100%;
    height: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container span {
    display: block;
    font-family: var(--Montserrat);
    color: var(--banner-header);
    font-size: 32.98px;
    line-height: 45.07px;
    font-weight: 500;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn {
    width: 50%;
    height: 20%;
    position: absolute;
    bottom: 0%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button {
    width: 200px;
    height: 30px;
    color: white;
    background-color: var(--blue);
    border-radius: 8px;
    border: none;
    font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle {
    width: 350px;
    height: 300px;
    position: absolute;
    right: -10%;
    bottom: -30%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img {
    width: 300px;
    height: 300px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 20%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle {
    width: 350px;
    height: 300px;
    position: absolute;
    right: -10%;
    bottom: -30%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img {
    width: 300px;
    height: 300px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 20%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .featured-product {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .featured-product .featured-product-container {
    width: 95%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .featured-product .featured-product-container .featured-product-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
  }
  .featured-product .featured-product-container .featured-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
  }
  .featured-product .featured-product-container .featured-product-items {
    width: 100%;
    height: 370px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct {
    width: 100%;
    height: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide:hover {
    cursor: pointer;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .featured-product .featured-product-container .featured-product-items .featuredProduct .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .customer-feedback {
    width: 100%;
    height: 380px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container {
    width: 95%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items {
    width: 100%;
    height: 260px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide-next .swiper-slide-layout {
    display: none;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1px solid #E4E4E4;
    border-radius: 8px;
    padding: 30px;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title span {
    font-family: var(--Exo2);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content {
    text-align: start;
    margin-top: 20px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content span {
    color: #767676;
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
    line-height: 22px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image {
    width: 70px;
    height: 70px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description {
    margin-left: 15px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name span {
    font-size: 15px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position span {
    color: #767676;
    font-size: 14px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-rate {
    text-align: start;
    font-size: 15px;
    color: #FF9900;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-layout {
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0);
    position: absolute;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-pagination {
    display: none;
  }
  .blog {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog .blog-container {
    width: 95%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .blog .blog-container .blog-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .blog .blog-container .blog-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .blog .blog-container .blog-items {
    width: 100%;
    height: 370px;
  }
  .blog .blog-container .blog-items .blogSwiper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image {
    width: 100%;
    height: 150px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description {
    width: 100%;
    height: calc(100% - 150px);
    padding: 10px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date span {
    font-size: 10px;
    font-family: var(--Montserrat);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title span {
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 600;
    text-transform: uppercase;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content span {
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn a {
    text-decoration: none;
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: black;
  }
  .partner {
    width: 100%;
    height: 210px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner .partner-container {
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .partner .partner-container .partner-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .partner .partner-container .partner-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
  }
  .partner .partner-container .partner-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .partner .partner-container .partner-items {
    width: 100%;
    height: 100px;
  }
  .partner .partner-container .partner-items .partnerSwiper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .large-footer {
    display: none;
  }
  .content {
    width: 100%;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .content-container {
    width: 95%;
    padding: 50px 0;
  }
  .content .content-container .page-path {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
  }
  .content .content-container .page-path .path-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content .content-container .page-path .path-item a {
    color: #848484;
    font-size: 12px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  .content .content-container .filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content .content-container .filter .left {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .left span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .left i {
    font-size: 18px;
  }
  .content .content-container .filter .right {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .right span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .right span:nth-child(2) {
    height: 80%;
    background-color: #0095DB;
    padding: 10px;
    font-family: var(--Montserrat);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: white;
  }
  .content .content-container .filter .right i {
    font-size: 18px;
  }
  .content .content-container .main-items {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    row-gap: 30px;
  }
  .content .content-container .main-items .item {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .content .content-container .main-items .item:hover {
    cursor: pointer;
  }
  .content .content-container .main-items .item:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container .item-image {
    width: 100%;
    height: 200px;
  }
  .content .content-container .main-items .item .item-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content .content-container .main-items .item .item-container .item-description {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content {
    width: 100%;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .basket-items {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }
  .basket-items .basket-item {
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .basket-items .basket-item .basket-item-img {
    width: 25%;
    height: 90%;
  }
  .basket-items .basket-item .basket-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .basket-items .basket-item .basket-item-content {
    width: 65%;
    height: 50%;
    display: flex;
    align-items: center;
  }
  .basket-items .basket-item .basket-item-content span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: start;
  }
  .basket-items .basket-item .basket-item-content span:first-child::after {
    content: "-";
    margin: 0 15px 0 15px;
  }
  .basket-items .basket-item .basket-item-delete-btn {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon {
    width: 30px;
    height: 30px;
    background-color: #0057A8;
    border-radius: 8px;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon span {
    width: 100%;
    height: 100%;
    font-family: var(--Montserrat);
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .submit-btn {
    width: 100%;
    height: 50px;
    margin: auto;
    border-radius: 8px;
    margin-top: 50px;
    background-color: #0057A8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submit-btn span {
    color: white;
    font-size: 18px;
    font-family: var(--Exo2);
    font-weight: 500;
    line-height: 24px;
  }
  .filter-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 0;
  }
  .filter-btn .by-market {
    width: 47%;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .filter-btn .active {
    background-color: #0057A8;
    color: white;
  }
  .filter-btn .by-product {
    width: 47%;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .market-items .item {
    width: 100%;
    background-color: white;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    border-radius: 8px;
    overflow: hidden;
  }
  .market-items .item:hover {
    cursor: pointer;
  }
  .market-items .item:last-child .item-sub {
    display: block;
  }
  .market-items .item .item-main {
    width: 100%;
    padding: 0 10px;
    height: 80px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .market-items .item .item-main .market-logo {
    width: 20%;
    height: 90%;
  }
  .market-items .item .item-main .market-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .market-items .item .item-main .market-name span {
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-main .market-total-price span {
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-sub {
    width: 100%;
    display: none;
    border-radius: 8px;
  }
  .market-items .item .item-sub .sub-product {
    width: 100%;
    height: 80px;
    padding: 10px 10px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .market-items .item .item-sub .sub-product .sub-product-img {
    height: 100%;
  }
  .market-items .item .item-sub .sub-product .sub-product-img img {
    height: 100%;
  }
  .market-items .item .item-sub .sub-product .sub-product-name {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-brand::after {
    content: "-";
    margin: 0 10px;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-brand span {
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-sub .sub-product .sub-product-name .product-name span {
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
  .market-items .item .item-sub .sub-product .sub-product-price {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .market-items .item .item-sub .sub-product .sub-product-price span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .large-header {
    display: none;
  }
  .open-nav .open-nav-container .open-nav-header .open-nav-header-container .open-nav-logo {
    width: 20%;
    height: 100%;
  }
  .open-nav .open-nav-container .open-nav-header .open-nav-header-container .open-nav-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-slider {
    width: 100%;
    height: 356px;
    background-color: var(--header-slider);
    background-image: url(../../images/index-page/height_276.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header-slider .header-slider-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .header-slider-top {
    display: none;
  }
  .header-slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-slider-content .headerSlider {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    transform: translate(0%, 0%);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .title {
    width: 30%;
    height: 70%;
    font-family: var(--DancingScript);
    font-size: 30px;
    text-align: center;
    color: var(--header-title);
    display: flex;
    align-items: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn a {
    width: 130px;
    height: 30px;
    background-color: var(--orange);
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--Exo2);
    border-radius: 8px;
  }
  .header-slider-content .headerSlider .swiper-button-next {
    display: none;
  }
  .header-slider-content .headerSlider .swiper-button-prev {
    display: none;
  }
  .new-product {
    width: 100%;
    height: 500px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-product .new-product-container {
    width: 80%;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new-product .new-product-container .new-product-title {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 26px;
    font-weight: 700;
  }
  .new-product .new-product-container .new-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin-left: 10px;
  }
  .new-product .new-product-container .new-product-items {
    width: 100%;
    height: 370px;
  }
  .new-product .new-product-container .new-product-items .swiper {
    width: 100%;
    height: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover {
    cursor: pointer;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 18px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 100%;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .new-product .new-product-container .new-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .banner {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
  }
  .banner .banner-container {
    width: 80%;
    height: 100%;
    padding: 30px 0;
  }
  .banner .banner-container .banner-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .banner-container .banner-row .col-6 {
    width: 47%;
    height: 250px;
    background-color: rgba(69, 155, 182, 0.1294117647);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .banner .banner-container .banner-row .col-6:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6:hover .banner-img img {
    transition: 0.1s ease-in-out;
    transform: scale(1.05);
  }
  .banner .banner-container .banner-row .col-6 .banner-header {
    width: 50%;
    height: 25%;
    position: absolute;
    top: 10%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-header span {
    display: block;
    color: var(--banner-header);
    font-weight: 800;
    font-size: 26px;
    line-height: 30.2px;
    font-family: var(--Montserrat);
  }
  .banner .banner-container .banner-row .col-6 .banner-desc {
    width: 50%;
    height: 35%;
    position: absolute;
    top: 35%;
    left: 4%;
    display: flex;
    align-items: center;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container {
    width: 100%;
    height: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container span {
    display: block;
    font-family: var(--Montserrat);
    color: var(--banner-header);
    font-size: 26.98px;
    line-height: 35.07px;
    font-weight: 500;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn {
    width: 50%;
    height: 20%;
    position: absolute;
    bottom: 0%;
    left: 4%;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button {
    width: 150px;
    height: 30px;
    color: white;
    background-color: var(--blue);
    border-radius: 8px;
    border: none;
    font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle {
    width: 80%;
    height: 80%;
    position: absolute;
    right: -30%;
    bottom: -20%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img {
    width: 250px;
    height: 250px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 30%;
    left: -15%;
    transition: 0.1s ease-in-out;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle {
    width: 80%;
    height: 80%;
    position: absolute;
    right: -30%;
    bottom: -20%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img {
    width: 200px;
    height: 200px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 30%;
    left: -10%;
    transition: 0.1s ease-in-out;
  }
  .customer-feedback {
    width: 100%;
    height: 380px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container {
    width: 80%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items {
    width: 100%;
    height: 260px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide-next .swiper-slide-layout {
    display: none;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1px solid #E4E4E4;
    border-radius: 8px;
    padding: 30px;
    position: relative;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-title span {
    font-family: var(--Exo2);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content {
    text-align: start;
    margin-top: 20px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-content span {
    color: #767676;
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
    line-height: 22px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image {
    width: 70px;
    height: 70px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description {
    margin-left: 15px;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-name span {
    font-size: 15px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position {
    text-align: start;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-position span {
    color: #767676;
    font-size: 14px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-container .feedback-author .author-description .author-rate {
    text-align: start;
    font-size: 15px;
    color: #FF9900;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-wrapper .swiper-slide .swiper-slide-layout {
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0);
    position: absolute;
  }
  .customer-feedback .customer-feedback-container .customer-feedback-items .customerFeedback .swiper-pagination {
    display: none;
  }
  .blog {
    width: 100%;
    height: 480px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog .blog-container {
    width: 80%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .blog .blog-container .blog-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
  }
  .blog .blog-container .blog-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .blog .blog-container .blog-items {
    width: 100%;
    height: 370px;
  }
  .blog .blog-container .blog-items .blogSwiper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container {
    width: 100%;
    height: 100%;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image {
    width: 100%;
    height: 150px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description {
    width: 100%;
    height: calc(100% - 150px);
    padding: 10px;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-date span {
    font-size: 10px;
    font-family: var(--Montserrat);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-title span {
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 600;
    text-transform: uppercase;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-content span {
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 300;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn {
    text-align: start;
  }
  .blog .blog-container .blog-items .blogSwiper .swiper-wrapper .swiper-slide .blog-item-container .blog-item-description .blog-item-description-container .blog-item-btn a {
    text-decoration: none;
    font-size: 13px;
    font-family: var(--Exo2);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: black;
  }
  .featured-product {
    width: 100%;
    height: 500px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .featured-product .featured-product-container {
    width: 80%;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .featured-product .featured-product-container .featured-product-title {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 26px;
    font-weight: 700;
  }
  .featured-product .featured-product-container .featured-product-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin-left: 10px;
  }
  .featured-product .featured-product-container .featured-product-items {
    width: 100%;
    height: 370px;
  }
  .featured-product .featured-product-container .featured-product-items .swiper {
    width: 100%;
    height: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide:hover {
    cursor: pointer;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-image {
    width: 100%;
    height: 200px;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description {
    width: 100%;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content {
    width: 100%;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-content span {
    font-size: 18px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn {
    width: 100%;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .featured-product .featured-product-container .featured-product-items .swiper .swiper-slide .swiper-slide-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .large-footer {
    display: none;
  }
  .partner {
    width: 100%;
    height: 210px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner .partner-container {
    width: 80%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .partner .partner-container .partner-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .partner .partner-container .partner-title span:first-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
  }
  .partner .partner-container .partner-title span:last-child {
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
  }
  .partner .partner-container .partner-items {
    width: 100%;
    height: 100px;
  }
  .partner .partner-container .partner-items .partnerSwiper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .partner .partner-container .partner-items .partnerSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .small-footer {
    width: 100%;
    height: 100%;
    background-color: var(--header-slider);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .small-footer .small-footer-container {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    color: white;
  }
  .small-footer .small-footer-container .footer-logo {
    width: 100%;
    height: 40px;
  }
  .small-footer .small-footer-container .footer-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .small-footer .small-footer-container .footer-social {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 30px;
    color: white;
  }
  .small-footer .small-footer-container #corporate {
    width: 100%;
  }
  .small-footer .small-footer-container #corporate .corporate-container {
    width: 100%;
    height: 100%;
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: grey;
    display: inline-block;
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-header i {
    font-size: 5vw;
    padding: 0 20px;
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-header span {
    font-size: 2vw;
    font-weight: 600;
    font-family: var(--Montserrat);
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-content {
    width: 100%;
    height: 90%;
    display: none;
    margin: 0 auto;
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-content ul {
    width: 100%;
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-content ul li {
    padding: 15px 0;
    list-style: none;
  }
  .small-footer .small-footer-container #corporate .corporate-container .corporate-content ul li a {
    text-decoration: none;
  }
  .small-footer .small-footer-container #customer-service {
    width: 100%;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container {
    width: 100%;
    height: 100%;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: grey;
    display: inline-block;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header i {
    font-size: 5vw;
    padding: 0 20px;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-header span {
    font-size: 2vw;
    font-weight: 600;
    font-family: var(--Montserrat);
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content {
    width: 100%;
    height: 90%;
    display: none;
    margin: 0 auto;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content ul {
    width: 100%;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content ul li {
    padding: 15px 0;
    list-style: none;
  }
  .small-footer .small-footer-container #customer-service .customer-service-container .customer-service-content ul li a {
    text-decoration: none;
  }
  .small-footer .small-footer-container #account {
    width: 100%;
  }
  .small-footer .small-footer-container #account .account-container {
    width: 100%;
    height: 100%;
  }
  .small-footer .small-footer-container #account .account-container .account-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
  }
  .small-footer .small-footer-container #account .account-container .account-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: grey;
    display: inline-block;
  }
  .small-footer .small-footer-container #account .account-container .account-header i {
    font-size: 5vw;
    padding: 0 20px;
  }
  .small-footer .small-footer-container #account .account-container .account-header span {
    font-size: 2vw;
    font-weight: 600;
    font-family: var(--Montserrat);
  }
  .small-footer .small-footer-container #account .account-container .account-content {
    width: 100%;
    height: 90%;
    display: none;
    margin: 0 auto;
  }
  .small-footer .small-footer-container #account .account-container .account-content ul {
    width: 100%;
  }
  .small-footer .small-footer-container #account .account-container .account-content ul li {
    padding: 15px 0;
    list-style: none;
  }
  .small-footer .small-footer-container #account .account-container .account-content ul li a {
    text-decoration: none;
  }
  .small-footer .small-footer-container #contact {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .small-footer .small-footer-container #contact .contact-container {
    width: 100%;
    height: 100%;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    margin-bottom: 20px;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-header i {
    font-size: 5vw;
    padding: 0 20px;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-header span {
    font-size: 2vw;
    font-weight: 600;
    font-family: var(--Montserrat);
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content {
    width: 100%;
    height: 100%;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-place {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-place i {
    font-size: 2vw;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-place span {
    font-size: 2vw;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-left: 10px;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-email {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-email i {
    font-size: 2vw;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-email span {
    font-size: 2vw;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-left: 10px;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-phone {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-phone i {
    font-size: 2vw;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-phone span {
    font-size: 2vw;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-left: 10px;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-online {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-online i {
    font-size: 2vw;
  }
  .small-footer .small-footer-container #contact .contact-container .contact-content .contact-online span {
    font-size: 2vw;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-left: 10px;
  }
  .small-footer .small-footer-container #payment-method {
    width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
    position: relative;
  }
  .small-footer .small-footer-container #payment-method::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.006rem;
    background-color: rgb(203, 203, 203);
  }
  .small-footer .small-footer-container #payment-method .payment-method-corperate {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .small-footer .small-footer-container #payment-method .payment-method-corperate span {
    font-size: 2vw;
    font-weight: 600;
    font-family: var(--Montserrat);
  }
  .content {
    width: 100%;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .content-container {
    width: 80%;
    padding: 50px 0;
  }
  .content .content-container .page-path {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
  }
  .content .content-container .page-path .path-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content .content-container .page-path .path-item a {
    color: #848484;
    font-size: 12px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  .content .content-container .filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content .content-container .filter .left {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .left span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .left i {
    font-size: 18px;
  }
  .content .content-container .filter .right {
    width: 45%;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .right span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .right span:nth-child(2) {
    height: 80%;
    background-color: #0095DB;
    padding: 10px;
    font-family: var(--Montserrat);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: white;
  }
  .content .content-container .filter .right i {
    font-size: 18px;
  }
  .content .content-container .main-items {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    row-gap: 30px;
  }
  .content .content-container .main-items .item {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .content .content-container .main-items .item:hover {
    cursor: pointer;
  }
  .content .content-container .main-items .item:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container .item-image {
    width: 100%;
    height: 200px;
  }
  .content .content-container .main-items .item .item-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content .content-container .main-items .item .item-container .item-description {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title .item-favorite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content {
    width: 100%;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom {
    display: flex;
    justify-content: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn .fa-shopping-cart {
    display: none;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-favorite {
    display: none;
  }
  .basket-items {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .basket-items .basket-item {
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px rgba(1, 26, 255, 0.04);
  }
  .basket-items .basket-item .basket-item-img {
    width: 25%;
    height: 90%;
  }
  .basket-items .basket-item .basket-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .basket-items .basket-item .basket-item-content {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .basket-items .basket-item .basket-item-content span {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
    line-height: 24px;
  }
  .basket-items .basket-item .basket-item-delete-btn {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon {
    width: 30px;
    height: 30px;
    background-color: #0057A8;
    border-radius: 8px;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon span {
    width: 100%;
    height: 100%;
    font-family: var(--Montserrat);
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {
  .small-header {
    display: none;
  }
  .large-header {
    width: 100%;
    height: 45px;
    background-color: var(--orange);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    transition: 0.3s ease-in-out;
  }
  .large-header .large-header-container {
    width: 90%;
    height: 100%;
    margin: auto;
  }
  .large-header .large-header-container .large-header-row {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .large-header .large-header-container .large-header-row .logo {
    width: 10%;
    height: 100%;
  }
  .large-header .large-header-container .large-header-row .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .large-header .large-header-container .large-header-row .menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .large-header .large-header-container .large-header-row .menu ul {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .large-header .large-header-container .large-header-row .menu ul li {
    height: 100%;
    list-style: none;
  }
  .large-header .large-header-container .large-header-row .menu ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-family: var(--Exo2);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: var(--f-600);
  }
  .large-header .large-header-container .large-header-row .menu .search-box-container {
    width: 100%;
    height: 40%;
    display: none;
  }
  .large-header .large-header-container .large-header-row .menu .search-box-container .search-box-header {
    width: 680px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .large-header .large-header-container .large-header-row .menu .search-box-container .search-box-header input[type=text] {
    width: 93%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
  }
  .large-header .large-header-container .large-header-row .menu .search-box-container .search-box-header .btn {
    width: 7%;
    height: 100%;
    border: none;
    outline: none;
    background-color: var(--blue);
    font-size: 22px;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .large-header .large-header-container .large-header-row .header-right {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-slider {
    width: 100%;
    height: 576px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header-slider .header-slider-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .header-slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header-slider-content .headerSlider {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .slide-img img {
    width: 100%;
    height: 100%;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container {
    width: 30%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .title {
    font-family: var(--DancingScript);
    font-size: 60px;
    text-align: center;
    color: var(--header-title);
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .header-slider-content .headerSlider .swiper-wrapper .swiper-slide .swiper-slide-container .slider-btn a {
    width: 250px;
    height: 50px;
    background-color: var(--orange);
    text-decoration: none;
    color: white;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: var(--Exo2);
    border-radius: 8px;
  }
  .header-slider-content .headerSlider .swiper-button-next {
    background-color: white;
    color: black;
    padding: 30px;
    font-size: 16px;
    border-radius: 50%;
  }
  .header-slider-content .headerSlider .swiper-button-next::after {
    font-size: 16px;
  }
  .header-slider-content .headerSlider .swiper-button-prev {
    background-color: white;
    color: black;
    padding: 30px;
    font-size: 16px;
    border-radius: 50%;
  }
  .header-slider-content .headerSlider .swiper-button-prev::after {
    font-size: 16px;
  }
  .new-product {
    width: 100%;
    height: 650px;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-product .new-product-container {
    width: 90%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .banner {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
  }
  .banner .banner-container {
    width: 90%;
    height: 100%;
    max-width: 100%;
    padding: 50px 0;
  }
  .banner .banner-container .banner-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .banner-container .banner-row .col-6 {
    max-width: 618px;
    width: 48%;
    height: 300px;
    background-color: rgba(69, 155, 182, 0.1294117647);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .banner .banner-container .banner-row .col-6:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6:hover .banner-img img {
    transition: 0.1s ease-in-out;
    transform: scale(1.05);
  }
  .banner .banner-container .banner-row .col-6 .banner-header {
    width: 50%;
    height: 25%;
    position: absolute;
    top: 10%;
    left: 8%;
  }
  .banner .banner-container .banner-row .col-6 .banner-header span {
    display: block;
    color: var(--banner-header);
    font-weight: 800;
    font-size: 36px;
    line-height: 42.2px;
    font-family: var(--Montserrat);
  }
  .banner .banner-container .banner-row .col-6 .banner-desc {
    width: 50%;
    height: 35%;
    position: absolute;
    top: 35%;
    left: 8%;
    display: flex;
    align-items: center;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container {
    width: 100%;
    height: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-desc .banner-desc-container span {
    display: block;
    font-family: var(--Montserrat);
    color: var(--banner-header);
    font-size: 28.98px;
    line-height: 35.07px;
    font-weight: 500;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn {
    width: 50%;
    height: 20%;
    position: absolute;
    bottom: 0%;
    left: 8%;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button {
    width: 120px;
    height: 30px;
    color: white;
    background-color: var(--blue);
    border-radius: 8px;
    border: none;
    font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .banner .banner-container .banner-row .col-6 .banner-btn button:hover {
    cursor: pointer;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle {
    width: 400px;
    height: 330px;
    position: absolute;
    right: -16%;
    bottom: -40%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img {
    width: 300px;
    height: 300px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6 .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 30%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle {
    width: 400px;
    height: 330px;
    position: absolute;
    right: -16%;
    bottom: -40%;
    background-color: var(--banner-header);
    border-radius: 50%;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img {
    width: 300px;
    height: 300px;
    position: relative;
  }
  .banner .banner-container .banner-row .col-6:nth-child(2) .banner-circle .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 30%;
    left: 0%;
    transition: 0.1s ease-in-out;
  }
  .customer-feedback {
    width: 100%;
    height: 600px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-feedback .customer-feedback-container {
    width: 90%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .featured-product {
    width: 100%;
    height: 650px;
    background-color: var(--featured-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .featured-product .featured-product-container {
    width: 90%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog {
    width: 100%;
    height: 650px;
    background-color: var(--featured-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog .blog-container {
    width: 90%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .partner {
    width: 100%;
    height: 400px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner .partner-container {
    width: 90%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .small-footer {
    display: none;
  }
  .large-footer {
    width: 100%;
    height: 500px;
    background-color: var(--header-slider);
    background-image: url(../../images/common/Footer\ bg2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .large-footer .large-footer-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  .large-footer .large-footer-container .large-footer-items .items-title {
    height: 60px;
    color: white;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
  }
  .large-footer .large-footer-container .large-footer-items .footer-items {
    display: flex;
    flex-direction: column;
  }
  .large-footer .large-footer-container .large-footer-items .footer-items span {
    color: white;
    font-size: 13px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 40px;
  }
  .large-footer .large-footer-container .large-footer-left-items .items-logo {
    width: 200px;
    height: 60px;
  }
  .large-footer .large-footer-container .large-footer-left-items .items-logo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .large-footer .large-footer-container .large-footer-left-items .footer-left-items {
    display: flex;
    flex-direction: column;
  }
  .large-footer .large-footer-container .large-footer-left-items .footer-left-items span {
    color: white;
    font-size: 13px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 40px;
  }
  .large-footer .large-footer-container .large-footer-left-items .footer-left-social-items {
    gap: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
  }
  .content {
    width: 100%;
    background-color: var(--new-prduct-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .content-container {
    width: 90%;
    padding: 50px 0;
  }
  .content .content-container .page-path {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
  }
  .content .content-container .page-path .path-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content .content-container .page-path .path-item a {
    color: #848484;
    font-size: 12px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  .content .content-container .filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content .content-container .filter .left {
    width: 200px;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .left span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .left i {
    font-size: 18px;
  }
  .content .content-container .filter .right {
    width: 200px;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .content .content-container .filter .right span {
    color: black;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 400;
    line-height: 24px;
  }
  .content .content-container .filter .right span:nth-child(2) {
    height: 80%;
    background-color: #0095DB;
    padding: 10px;
    font-family: var(--Montserrat);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: white;
  }
  .content .content-container .filter .right i {
    font-size: 18px;
  }
  .content .content-container .main-items {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .content .content-container .main-items .item {
    width: 100%;
    height: 200px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(1, 26, 255, 0.04);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .content .content-container .main-items .item:hover {
    cursor: pointer;
  }
  .content .content-container .main-items .item:hover .swiper-slide-container {
    transform: scale(1.02);
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    transition: 0.2s ease-in-out;
  }
  .content .content-container .main-items .item .item-container .item-image {
    width: 160px;
    height: 100%;
  }
  .content .content-container .main-items .item .item-container .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content .content-container .main-items .item .item-container .item-description {
    width: calc(100% - 180px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title {
    display: flex;
    justify-content: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title span {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .content .content-container .main-items .item .item-container .item-description .item-title .item-favorite {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    display: none;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content {
    width: 100%;
    text-align: start;
  }
  .content .content-container .main-items .item .item-container .item-description .item-content span {
    font-size: 16px;
    font-family: var(--Exo2);
    font-weight: 400;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom {
    display: flex;
    justify-content: space-between;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-add-btn {
    width: 180px;
    height: 30px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 400px;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .content-container .main-items .item .item-container .item-description .item-bottom .item-favorite {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0.5px rgba(1, 26, 255, 0.08) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
  .basket-items {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .basket-items .basket-item {
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px rgba(1, 26, 255, 0.04);
  }
  .basket-items .basket-item .basket-item-img {
    width: 20%;
    height: 90%;
  }
  .basket-items .basket-item .basket-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .basket-items .basket-item .basket-item-content {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .basket-items .basket-item .basket-item-content span {
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 500;
    line-height: 24px;
  }
  .basket-items .basket-item .basket-item-content span:first-child:after {
    content: "-";
    margin: 0 10px;
  }
  .basket-items .basket-item .basket-item-delete-btn {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon {
    width: 40px;
    height: 40px;
    background-color: #0057A8;
    border-radius: 8px;
  }
  .basket-items .basket-item .basket-item-delete-btn .item-icon span {
    width: 100%;
    height: 100%;
    font-family: var(--Montserrat);
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1440px) {
  .small-header {
    display: none;
  }
  .small-footer {
    display: none;
  }
  .large-footer {
    width: 100%;
    height: 500px;
    background-color: var(--header-slider);
    background-image: url(../../images/common/Footer\ bg2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1600px) {
  .small-header {
    display: none;
  }
  .small-footer {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --Montserrat: "Montserrat", sans-serif;
  --Jost: "Jost", sans-serif;
  --Exo2: "Exo 2", sans-serif;
  --DancingScript: "Dancing Script", cursive;
  --orange: #FF9900;
  --blue: #0057A8;
  --header-slider: #222A35;
  --header-title: #EED673;
  --new-prduct-bg: #E5EAED;
  --featured-prduct-bg: #E5EAED;
  --banner-header: #68B9D5;
  --customer-item-bg: #E4E4E4;
}/*# sourceMappingURL=style.css.map */