body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  line-height: 1.3em;
  font-size: 16px;
  color: #222222;
}

a {
  text-decoration: none;
}

#page-container {
  height: auto;
  overflow: hidden;
}

.btn {
  --bs-btn-padding-x: 42px;
  --bs-btn-padding-y: 16px;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 22px;
  --bs-btn-border-radius: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
}
.btn.btn-fill-wthite {
  --bs-btn-color: #222222;
  --bs-btn-bg: #FFF7EA;
}
.btn.btn-fill-wthite:hover {
  --bs-btn-hover-color: #FFF7EA;
  --bs-btn-hover-bg: #222222;
}
@media (max-width: 1199.98px) {
  .btn.btn-fill-wthite {
    --bs-btn-padding-x: 28px;
    --bs-btn-padding-y: 14px;
    --bs-btn-line-height: 18px;
    --bs-btn-border-radius: 6px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .btn.btn-fill-wthite {
    --bs-btn-padding-x: 22px;
    --bs-btn-padding-y: 12px;
    --bs-btn-line-height: 15px;
    --bs-btn-border-radius: 4px;
    font-size: 12px;
  }
}
.btn.btn-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #787878;
  fill: #787878;
  text-decoration: none;
  letter-spacing: 0em;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
}
.btn.btn-link:hover {
  color: #A3BF4C;
  fill: #A3BF4C;
}
@media (max-width: 1199.98px) {
  .btn.btn-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.btn.btn-text-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.btn.btn-fill-dark {
  --bs-btn-color: #FFF7EA;
  --bs-btn-bg: #222222;
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 10px;
  font-size: 14px;
}
.btn.btn-fill-dark:hover {
  --bs-btn-hover-color: #FFF7EA;
  --bs-btn-hover-bg: #A3BF4C;
}
@media (max-width: 575.98px) {
  .btn.btn-fill-dark {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 8px;
    --bs-btn-border-radius: 6px;
    font-size: 12px;
  }
}

.container {
  max-width: 1636px;
}
@media (max-width: 1740.98px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}

.gap-48 {
  gap: 48px;
}

.icon-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}
.icon-box .icon-box-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.icon-box .icon-box-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #222222;
  margin: 0;
}
.icon-box .icon-box-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #747474;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .icon-box {
    gap: 8px;
  }
  .icon-box .icon-box-title {
    font-size: 16px;
  }
  .icon-box .icon-box-description {
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0em;
  }
  .icon-box .icon-box-svg svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1199.98px) {
  .icon-box {
    gap: 15px;
    flex-direction: column;
  }
  .icon-box .icon-box-svg svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575.98px) {
  .icon-box {
    flex-direction: row;
  }
  .icon-box .icon-box-description {
    max-width: 100%;
  }
}

/* ------------- header ------------- */
header {
  padding: 30px;
}
@media (max-width: 1399.98px) {
  header {
    padding: 20px;
  }
}

header .rounded-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: #8EA93B;
  border-radius: 12px;
  gap: 15px;
}
@media (max-width: 1399.98px) {
  header .rounded-header {
    padding: 14px 20px;
    gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  header .rounded-header .g-logo img {
    width: 126px;
  }
}
@media (max-width: 575.98px) {
  header .rounded-header {
    flex-wrap: wrap;
    padding: 12px;
  }
}

.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 25px;
  gap: 24px;
  width: 502px;
  background: #A3BF4C;
  border: 1px solid rgba(248, 248, 248, 0.1);
  border-radius: 8px;
  max-width: none;
}
@media (max-width: 1740.98px) {
  .search-form {
    width: 380px;
    padding: 14px 15px;
  }
}
@media (max-width: 1399.98px) {
  .search-form {
    width: 326px;
    padding: 10px 14px;
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .search-form {
    width: 282px;
    gap: 10px;
  }
  .search-form i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .search-form {
    width: 326px;
  }
}
@media (max-width: 575.98px) {
  .search-form {
    width: 100%;
    order: 1;
    margin: 0;
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.search-form input {
  border: none;
  background-color: transparent;
  flex-grow: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  outline: none;
  padding: 0;
  flex-grow: 1;
}
@media (max-width: 1399.98px) {
  .search-form input {
    font-size: 14px;
    letter-spacing: 0em;
  }
}
@media (max-width: 1199.98px) {
  .search-form input {
    font-size: 13px;
  }
}

.search-form input::-moz-placeholder {
  color: #FFFFFF;
}

.search-form input::placeholder {
  color: #FFFFFF;
}

.search-form button {
  color: #FFFFFF !important;
}

.menu {
  gap: 10px;
}
@media (max-width: 1399.98px) {
  .menu {
    gap: 4px;
  }
}
@media (max-width: 991.98px) {
  .menu {
    display: none !important;
  }
}

.menu li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  transition: all linear 0.4s;
}
@media (max-width: 1399.98px) {
  .menu li a {
    padding: 6px 18px;
    border-radius: 6px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .menu li a {
    padding: 7px 10px;
    font-size: 13px;
  }
}

.menu li a.active,
.menu li a:hover {
  background-color: #A3BF4C;
}

.action-menu {
  gap: 28px;
}
@media (max-width: 1399.98px) {
  .action-menu {
    gap: 16px;
  }
}
@media (max-width: 1199.98px) {
  .action-menu {
    gap: 14px;
  }
}

.rounded-icon {
  width: 36px;
  height: 36px;
  background-color: #F1F1F1;
  color: #8EA93B;
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .rounded-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.badge-count {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  padding: 2px 2px;
  background: #A3BF4C;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  position: absolute;
  top: -6px;
  right: -6px;
}

.cart-mini a {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1399.98px) {
  .cart-mini a {
    gap: 12px;
  }
}

.cart-text small {
  font-weight: 700;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 2px;
}

.cart-text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  color: #FFFFFF;
}
@media (max-width: 1399.98px) {
  .cart-text p {
    gap: 14px;
  }
}

.cart-text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .cart-text {
    display: none;
  }
}

/* ------------- header end ------------- */
/* ------------- Footer ------------- */
.people-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.people-tag a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #555555;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  gap: 10px;
  background: #EFFCEB;
  border-radius: 6px;
}
@media (max-width: 1399.98px) {
  .people-tag {
    gap: 10px;
  }
  .people-tag a {
    font-size: 14px;
    line-height: 1.3em;
    padding: 8px 12px;
    border-radius: 5px;
  }
}
@media (max-width: 575.98px) {
  .people-tag {
    gap: 5px;
  }
  .people-tag a {
    font-size: 12px;
    line-height: 1.3em;
    padding: 6px 8px;
    border-radius: 4px;
  }
}

.second--title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3em;
  text-transform: capitalize;
  color: #222222;
}
@media (max-width: 1399.98px) {
  .second--title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .second--title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .second--title {
    font-size: 20px;
  }
}

.tag-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1399.98px) {
  .tag-section {
    gap: 30px;
  }
}

.features-section {
  gap: 24px;
  padding: 80px 0;
}
.features-section .icon-box .icon-box-description {
  max-width: 220px;
}
@media (max-width: 1399.98px) {
  .features-section {
    gap: 18px;
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .features-section {
    flex-wrap: wrap;
  }
}

footer {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section .f--title {
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1399.98px) {
  .footer-section .f--title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-section .f--title {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.footer-section .f--columns {
  gap: 24px;
  padding: 60px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
@media (max-width: 1399.98px) {
  .footer-section .f--columns {
    gap: 18px;
    padding: 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .footer-section .f--columns {
    flex-wrap: wrap;
  }
}
.footer-section .f-column-5 {
  width: 23%;
}
@media (max-width: 1399.98px) {
  .footer-section .f-column-5 {
    width: 29%;
  }
}
@media (max-width: 1199.98px) {
  .footer-section .f-column-5 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .footer-section .f-column-5 {
    width: 100%;
  }
}
.footer-section .f-column-1 {
  width: 21%;
}
@media (max-width: 1399.98px) {
  .footer-section .f-column-1 {
    width: 20%;
  }
}
@media (max-width: 1199.98px) {
  .footer-section .f-column-1 {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer-section .f-column-2 {
    width: 100%;
  }
}
.footer-section ul:not(.social-links) li a {
  line-height: 2.14em;
  letter-spacing: 0.02em;
  color: #747474;
  transition: all linear 0.4s;
}
.footer-section ul:not(.social-links) li a:hover {
  color: #A3BF4C;
}
@media (max-width: 767.98px) {
  .footer-section ul:not(.social-links) li a {
    font-size: 14px;
    line-height: 1.8em;
  }
}
.footer-section .f-logo--social .f--logo {
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 1399.98px) {
  .footer-section .f-logo--social .f--logo {
    margin-bottom: 30px;
  }
}
.footer-section .f-logo--social .social-links {
  gap: 14px;
}
.footer-section .f-logo--social .social-links a {
  color: #A5A5A5;
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  color: #A5A5A5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.4s;
}
.footer-section .f-logo--social .social-links a:hover {
  box-shadow: 0px 6px 20px rgba(252, 250, 250, 0.1);
  color: #201F1F;
}
@media (max-width: 1399.98px) {
  .footer-section .f-logo--social .social-links {
    gap: 8px;
  }
  .footer-section .f-logo--social .social-links a {
    width: 40px;
    height: 40px;
  }
}
.footer-section .newsletter p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #747474;
  max-width: 100%;
  font-size: 16px;
}
.footer-section .newsletter .newsletter-form {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.footer-section .newsletter .newsletter-form input {
  padding: 8px 16px;
  height: 52px;
  background: #F4F4F4;
  border: 1px solid #F1F1F1;
  outline: none;
  font-size: 16px;
  flex-grow: 1;
  color: #949494;
}
.footer-section .newsletter .newsletter-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 17px;
  width: 105px;
  height: 52px;
  background-color: #222;
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer-section .newsletter .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }
  .footer-section .newsletter .newsletter-form input,
  .footer-section .newsletter .newsletter-form button {
    width: 100%;
    font-size: 14px;
    height: 48px;
    margin-bottom: 10px;
  }
  .footer-section .newsletter .newsletter-form button {
    margin-bottom: 0;
  }
}
.footer-section .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.footer-section .bottom-bar p {
  margin: 0;
  color: #747474;
}
@media (max-width: 767.98px) {
  .footer-section .bottom-bar {
    padding: 12px 0;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .footer-section .bottom-bar {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }
}

/* ------------- Footer end ------------- */
.hero-section {
  padding: 2px 30px 60px;
  --swiper-theme-color: #ffffff;
  --swiper-navigation-size: 30px;
}
.hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .slick-list {
  margin: -10px;
}
.hero-section img {
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .hero-section {
    padding: 2px 20px 30px !important;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    --swiper-navigation-size: 20px;
  }
  .hero-section .swiper-button-next,
  .hero-section .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .hero-section img {
    border-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .hero-section {
    --swiper-navigation-size: 14px;
  }
  .hero-section .swiper-button-next,
  .hero-section .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.hero-section .e-con {
  border-radius: 12px;
  overflow: hidden;
}
.hero-section .inner {
  background: linear-gradient(180deg, #8EA93B 30.14%, rgba(142, 169, 59, 0.7) 100%), url(../image/Rectangle-198.png), #8EA93B;
  background-blend-mode: normal, multiply, normal;
}
.hero-section .inner .inner-con {
  max-width: calc(100% - (100vw - 1636px) / 2);
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 12px;
  justify-content: space-between;
  gap: 24px;
}
.hero-section .inner .inner-con img {
  margin-bottom: -134px;
  max-width: 100%;
}
.hero-section .inner .inner-con .hero-right-img {
  width: calc(51% + (100vw - 1636px) / 2);
  text-align: right;
}
.hero-section .inner .inner-con .hero-content {
  width: calc(47% - (100vw - 1636px) / 2);
}
.hero-section .inner .inner-con .hero-content h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3em;
  color: #FFF7EA;
  margin-bottom: 30px;
}
.hero-section .inner .inner-con .hero-content p {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  text-transform: capitalize;
  max-width: 650px;
  color: #FBFBFB;
  margin-bottom: 50px;
}
@media (max-width: 1740.98px) {
  .hero-section .inner .inner-con {
    max-width: calc(100% - (100% - 1320px) / 2);
  }
  .hero-section .inner .inner-con .hero-right-img {
    width: calc(48% + (100vw - 1320px) / 2);
  }
  .hero-section .inner .inner-con .hero-content {
    width: calc(50% - (100vw - 1320px) / 2);
  }
  .hero-section .inner .inner-con .hero-content h1 {
    font-size: 52px;
  }
  .hero-section .inner .inner-con .hero-content p {
    font-size: 20px;
    max-width: 450px;
  }
}
@media (max-width: 1399.98px) {
  .hero-section .inner .inner-con {
    max-width: calc(100% - (100% - 1140px) / 2);
  }
  .hero-section .inner .inner-con .hero-right-img {
    width: calc(46% + (100vw - 1140px) / 2);
  }
  .hero-section .inner .inner-con .hero-content {
    width: calc(52% - (100vw - 1140px) / 2);
  }
  .hero-section .inner .inner-con .hero-content h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .hero-section .inner .inner-con .hero-content p {
    font-size: 18px;
    max-width: 400px;
    margin-bottom: 34px;
  }
}
@media (max-width: 1199.98px) {
  .hero-section .inner .inner-con {
    max-width: calc(100% - (100% - 960px) / 2);
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .hero-section .inner .inner-con .hero-right-img {
    width: calc(52% + (100vw - 960px) / 2);
  }
  .hero-section .inner .inner-con .hero-content {
    width: calc(48% - (100vw - 960px) / 2);
  }
  .hero-section .inner .inner-con .hero-content h1 {
    font-size: 36px;
  }
  .hero-section .inner .inner-con .hero-content p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .hero-section .inner .inner-con img {
    margin-bottom: -84px;
  }
}
@media (max-width: 991.98px) {
  .hero-section .inner .inner-con {
    max-width: calc(100% - (100% - 720px) / 2);
  }
  .hero-section .inner .inner-con .hero-right-img {
    width: calc(48% + (100vw - 720px) / 2);
  }
  .hero-section .inner .inner-con .hero-content {
    width: calc(50% - (100vw - 720px) / 2);
  }
  .hero-section .inner .inner-con .hero-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .hero-section .inner .inner-con .hero-content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-section .inner .inner-con {
    max-width: calc(100% - (100% - 540px) / 2);
  }
  .hero-section .inner .inner-con .hero-right-img {
    width: calc(50% + (100vw - 540px) / 2);
  }
  .hero-section .inner .inner-con .hero-content {
    width: calc(50% - (100vw - 540px) / 2);
  }
  .hero-section .inner .inner-con .hero-content h1 {
    font-size: 25px;
    margin-bottom: 16px;
    margin-right: -59%;
  }
  .hero-section .inner .inner-con .hero-content p {
    font-size: 13px;
    margin-bottom: 26px;
    margin-right: -40%;
  }
  .hero-section .inner .inner-con img {
    margin-bottom: -64px;
    margin-right: -20px;
  }
}
@media (max-width: 575.98px) {
  .hero-section .inner .inner-con {
    max-width: 100%;
    flex-direction: column;
    padding: 40px 20px;
  }
  .hero-section .inner .inner-con .hero-right-img {
    width: 100%;
  }
  .hero-section .inner .inner-con .hero-content {
    width: 100%;
  }
  .hero-section .inner .inner-con .hero-content h1 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-right: 0%;
  }
  .hero-section .inner .inner-con .hero-content p {
    font-size: 13px;
    margin-bottom: 26px;
    margin-right: 0%;
  }
  .hero-section .inner .inner-con img {
    margin-bottom: -64px;
    margin-right: 0;
    width: 80%;
    margin-top: -40px;
  }
}

.category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .category-top {
    margin-bottom: 0;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .category-top .btn-link .btn-text {
    display: none;
  }
}

.category-section {
  padding: 60px 0 40px 0;
}
.category-section .cate-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .category-section .cate-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .category-section .cate-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420.98px) {
  .category-section .cate-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category-section .cate-row .category-card {
  width: 100%;
}
.category-section .cate-row .category-card .category-bg {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}
.category-section .cate-row .category-card .category-bg:hover .category-name {
  background: rgba(142, 169, 59, 0.9);
}
.category-section .cate-row .category-card .category-name {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.category-section .cate-row .category-card-link {
  width: 100%;
}
.category-section .cate-row .category-card-link a {
  display: flex;
  color: #8ea93b;
  align-items: center;
  justify-content: center;
  background-color: rgba(142, 169, 59, 0.2);
  border-radius: 12px;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.category-section .cate-row .category-card-link a:hover {
  background-color: rgba(142, 169, 59, 0.8);
  color: #FFFFFF;
}
@media (max-width: 420.98px) {
  .category-section .cate-row .category-card-link a {
    padding: 15px;
  }
}
@media (max-width: 1399.98px) {
  .category-section {
    padding: 30px 0 15px 0;
  }
}
.category-section .swiper-wrapper {
  padding: 20px 0;
}
.category-section .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  height: 168px;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  transition: all linear 0.4s;
}
.category-section .swiper-slide a:hover {
  box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
}
.category-section .swiper-slide a i {
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .category-section .swiper-slide a {
    gap: 14px;
    height: 148px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .category-section .swiper {
    width: 200px;
    overflow: visible;
  }
}

.newly-arrived-section {
  padding: 60px 0 40px 0;
}
@media (max-width: 1399.98px) {
  .newly-arrived-section {
    padding: 30px 0 15px 0;
  }
}
@media (max-width: 575.98px) {
  .newly-arrived-section .swiper {
    width: 320px;
    overflow: visible;
  }
}
.newly-arrived-section .swiper-wrapper {
  padding: 20px 0;
}
.newly-arrived-section .napSwiper .swiper-slide a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 15px;
}
.newly-arrived-section .napSwiper .swiper-slide a img {
  width: 162px;
  border-radius: 12px;
  aspect-ratio: 3/2.7;
}
@media (max-width: 575.98px) {
  .newly-arrived-section .napSwiper .swiper-slide a img {
    width: 112px;
  }
}
.newly-arrived-section .napSwiper .swiper-slide a .na-prod {
  width: calc(100% - 162px - 15px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.newly-arrived-section .napSwiper .swiper-slide a .na-prod span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #C7C7C7;
}
.newly-arrived-section .napSwiper .swiper-slide a .na-prod p {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5em;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .newly-arrived-section .napSwiper .swiper-slide a .na-prod span {
    font-size: 12px;
  }
  .newly-arrived-section .napSwiper .swiper-slide a .na-prod p {
    font-size: 15px;
  }
}
@media (max-width: 1399.98px) {
  .newly-arrived-section .napSwiper .swiper-slide a {
    padding: 10px;
  }
  .newly-arrived-section .napSwiper .swiper-slide a img {
    width: 132px;
  }
  .newly-arrived-section .napSwiper .swiper-slide a .na-prod {
    width: calc(100% - 132px - 10px);
  }
}

.trending-p-section {
  padding: 60px 0;
}
@media (max-width: 1399.98px) {
  .trending-p-section {
    padding: 30px 0;
  }
}
.trending-p-section .trending-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F6F6F6;
}
@media (max-width: 991.98px) {
  .trending-p-section .trending-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .trending-p-section .trending-top {
    margin-bottom: 20px;
  }
}
.trending-p-section .nav--tabs {
  display: flex;
  gap: 45px;
}
@media (max-width: 1199.98px) {
  .trending-p-section .nav--tabs {
    gap: 22px;
  }
}
.trending-p-section .nav--tabs .nav--link {
  border: none;
  background-color: transparent;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #858585;
  transition: all 0.4s;
  padding: 0;
  position: relative;
  transition: all 0.4s;
}
.trending-p-section .nav--tabs .nav--link::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -34px;
}
.trending-p-section .nav--tabs .nav--link:hover {
  color: #A3BF4C;
}
.trending-p-section .nav--tabs .nav--link.active {
  color: #222222;
  font-weight: 700;
}
.trending-p-section .nav--tabs .nav--link.active::before {
  background-color: #A3BF4C;
}
@media (max-width: 1199.98px) {
  .trending-p-section .nav--tabs .nav--link {
    font-size: 13px;
    line-height: 1.3em;
  }
  .trending-p-section .nav--tabs .nav--link::before {
    bottom: -29px;
  }
}
@media (max-width: 991.98px) {
  .trending-p-section .nav--tabs .nav--link::before {
    bottom: -20px;
  }
}
@media (max-width: 575.98px) {
  .trending-p-section .nav--tabs .nav--link {
    white-space: nowrap;
  }
}
@media (max-width: 575.98px) {
  .trending-p-section .nav--tabs {
    gap: 30px;
    padding-bottom: 20px;
    margin-bottom: -20px;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
  }
}

.product-list {
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  display: grid;
}
@media (max-width: 1740.98px) {
  .product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199.98px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .product-list {
    grid-column-gap: 18px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 436.98px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-item {
  display: inline-block; 
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  cursor: pointer;
  transition: all ease 0.4s;
  padding: 0;  
  margin: 0;
}

.product-item img {
  display: block;
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .product-item {
    padding: 10px;
    gap: 12px;
    border-radius: 10px;
  }
}
.product-item:hover {
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.08);
}
.product-item:hover .prod--info h6 a {
  color: #A3BF4C;
}
.product-item .prod--img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/13;
  background: #F9F9F9;
  border-radius: 12px;
  position: relative;
}
.product-item .prod--img .heart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 10px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 30px;
  color: #222222;
  z-index: 9;
}
.product-item .prod--img .offer-set {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 4px;
  position: absolute;
  left: 15px;
  top: 14px;
  background: #A3BF4C;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.product-item .prod--img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .prod--img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  filter: drop-shadow(4px 6px 24px rgba(0, 0, 0, 0.16));
}
.product-item .prod--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-grow: 1;
}
.product-item .prod--info h6 {
  margin-bottom: 0;
}
.product-item .prod--info h6 a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 0;
  transition: all ease 0.4s;
}
@media (max-width: 1399.98px) {
  .product-item .prod--info h6 a {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .product-item .prod--info h6 a {
    font-size: 15px;
  }
}
.product-item .prod--info .prod--wet {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #9D9D9D;
}
@media (max-width: 575.98px) {
  .product-item .prod--info .prod--wet {
    font-size: 11px;
    line-height: 0.4em;
  }
}
.product-item .prod--info .prod--star {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .prod--info .prod--star i {
  font-size: 12px;
  color: #A3BF4C;
}
.product-item .prod--info .sold-set {
  display: flex;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ED8939;
}
.product-item .prod--info .prod--price--cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.product-item .prod--info .prod--price--cart p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .product-item .prod--info .prod--price--cart p {
    gap: 6px;
  }
}
.product-item .prod--info .prod--price--cart p s {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: line-through;
  text-transform: capitalize;
  color: #A8A8A8;
  margin-bottom: 2px;
}
@media (max-width: 1399.98px) {
  .product-item .prod--info .prod--price--cart p s {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (max-width: 767.98px) {
  .product-item .prod--info .prod--price--cart p s {
    font-size: 11px;
  }
}
.product-item .prod--info .prod--price--cart p span {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: capitalize;
  color: #8EA93B;
}
@media (max-width: 1399.98px) {
  .product-item .prod--info .prod--price--cart p span {
    font-size: 20px;
    line-height: 1.4em;
  }
}
@media (max-width: 767.98px) {
  .product-item .prod--info .prod--price--cart p span {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .product-item .prod--info .prod--price--cart p span {
    font-size: 14px;
  }
}
.product-item .prod--info .prod--price--cart .prod-add-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #8EA93B;
  border-radius: 38px;
  border: none;
  outline: none;
}
@media (max-width: 767.98px) {
  .product-item .prod--info .prod--price--cart .prod-add-cart {
    width: 34px;
    height: 34px;
  }
}

.advertisement-section {
  padding: 60px 0;
}
@media (max-width: 1399.98px) {
  .advertisement-section {
    padding: 30px 0;
  }
}
.advertisement-section .fer-advne {
  gap: 44px;
}
@media (max-width: 1199.98px) {
  .advertisement-section .fer-advne {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .advertisement-section .fer-advne {
    flex-direction: column;
  }
}
.advertisement-section .fer-advne .add-box {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 48px;
  width: 50%;
  gap: 15px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1399.98px) {
  .advertisement-section .fer-advne .add-box {
    padding: 44px 26px;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .advertisement-section .fer-advne .add-box {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .advertisement-section .fer-advne .add-box {
    flex-direction: column;
  }
  .advertisement-section .fer-advne .add-box .row--right {
    width: 100%;
    text-align: right;
  }
}
.advertisement-section .fer-advne .add-box.box-1 {
  background-color: #FFEADA;
  background-image: url(../image/bg-pattern.png);
}
.advertisement-section .fer-advne .add-box.box-1 img {
  filter: drop-shadow(0px 9px 19px rgba(106, 106, 106, 0.21));
}
@media (max-width: 1740.98px) {
  .advertisement-section .fer-advne .add-box.box-1 img {
    width: 210px;
  }
}
@media (max-width: 1199.98px) {
  .advertisement-section .fer-advne .add-box.box-1 img {
    width: 190px;
    margin: 60px 0 0 -40px;
  }
}
@media (max-width: 991.98px) {
  .advertisement-section .fer-advne .add-box.box-1 img {
    margin: 0;
    width: 210px;
  }
}
@media (max-width: 575.98px) {
  .advertisement-section .fer-advne .add-box.box-1 img {
    width: 230px;
    margin-top: -50px;
    margin-bottom: -30px;
  }
}
.advertisement-section .fer-advne .add-box.box-2 {
  background-image: url(../image/box-2-Mask-Group.png);
  background-color: #E1F7F9;
}
.advertisement-section .fer-advne .add-box.box-2 img {
  filter: drop-shadow(0px 14px 34px rgba(114, 137, 139, 0.39));
}
@media (max-width: 1740.98px) {
  .advertisement-section .fer-advne .add-box.box-2 img {
    width: 220px;
  }
}
@media (max-width: 1199.98px) {
  .advertisement-section .fer-advne .add-box.box-2 img {
    width: 198px;
    margin: 60px 0 0 -40px;
  }
}
@media (max-width: 991.98px) {
  .advertisement-section .fer-advne .add-box.box-2 img {
    margin: 0;
    width: 220px;
  }
}
@media (max-width: 575.98px) {
  .advertisement-section .fer-advne .add-box .box--content {
    width: 100%;
  }
}
.advertisement-section .fer-advne .add-box .box--content h6 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.025em;
  text-transform: capitalize;
  color: #BC4B68;
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .advertisement-section .fer-advne .add-box .box--content h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.advertisement-section .fer-advne .add-box .box--content h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  color: #222222;
  margin-bottom: 5px;
}
@media (max-width: 1740.98px) {
  .advertisement-section .fer-advne .add-box .box--content h3 {
    font-size: 28px;
  }
}
@media (max-width: 1399.98px) {
  .advertisement-section .fer-advne .add-box .box--content h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .advertisement-section .fer-advne .add-box .box--content h3 {
    font-size: 20px;
  }
}
.advertisement-section .fer-advne .add-box .box--content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.03em;
  color: #777777;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .advertisement-section .fer-advne .add-box .box--content p {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .advertisement-section .fer-advne .add-box .box--content p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.product-set-section {
  padding: 60px 0 30px 0;
}
.product-set-section .swiper-wrapper {
  padding: 30px 0;
}
@media (max-width: 1399.98px) {
  .product-set-section {
    padding: 30px 0 15px 0;
  }
  .product-set-section .swiper-wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .product-set-section .swiper {
    width: 280px;
    overflow: visible;
  }
}

.swiper--navigation {
  display: flex;
  gap: 15px;
}
.swiper--navigation .swiper-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 38px;
  height: 38px;
  background-color: #F1F1F1;
  border-radius: 10px;
  transition: all linear 0.4s;
}
.swiper--navigation .swiper-arrow:hover {
  background-color: #A3BF4C;
}
@media (max-width: 1199.98px) {
  .swiper--navigation .swiper-arrow {
    width: 32px;
    height: 32px;
  }
  .swiper--navigation .swiper-arrow svg {
    width: 7px;
  }
}

.swiper {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
  margin-right: -12px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles-set {
  padding: 60px 0;
}
@media (max-width: 1399.98px) {
  .articles-set {
    padding: 30px 0;
  }
}

.articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 30px;
}
@media (max-width: 1399.98px) {
  .articles {
    margin-top: 30px;
    gap: 24px;
  }
}
@media (max-width: 1199.98px) {
  .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .articles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.articles article {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  gap: 13px;
}
@media (max-width: 575.98px) {
  .articles article {
    padding: 18px;
  }
}
.articles article a {
  display: block;
}
.articles article a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 16/12.9492;
}
.articles article .post-text {
  padding: 10px;
}
.articles article .post-meta {
  display: flex;
  gap: 10px;
}
.articles article .post-meta li {
  padding-right: 12px;
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #9D9D9D;
}
.articles article .post-meta li:not(:last-child) {
  border-right: 2px solid #DEDEDE;
}
.articles article h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .articles article h3 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .articles article h3 {
    font-size: 18px;
  }
}
.articles article h3 a {
  color: #222222;
}
.articles article p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #747474;
}
@media (max-width: 1399.98px) {
  .articles article p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .articles article p {
    font-size: 13px;
    line-height: 1.7em;
  }
}

.testimonials-section {
  padding: 60px 0 120px 0;
}
@media (max-width: 1399.98px) {
  .testimonials-section {
    padding: 30px 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .testimonials-section {
    padding: 15px 0 30px 0;
  }
}
.testimonials-section .swiper-wrapper {
  padding: 20px 0;
}
.testimonials-section .swiper-slide {
  height: auto;
  flex-grow: 1;
}
.testimonials-section .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}
.testimonials-section .testimonial-item .stars-rating {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #A3BF4C;
  margin-bottom: 20px;
}
.testimonials-section .testimonial-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8em;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 40px;
}
.testimonials-section .testimonial-item .test--user {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}
.testimonials-section .testimonial-item .test--user img {
  width: 48px;
}
.testimonials-section .testimonial-item .test--user .test--user--name {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.testimonials-section .testimonial-item .test--user .test--user--name span {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}
.testimonials-section .testimonial-item .test--user .test--user--name small {
  font-size: 13px;
  color: #C7C7C7;
}
@media (max-width: 575.98px) {
  .testimonials-section .testimonial-item p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .testimonials-section .swiper {
    width: 280px;
    overflow: visible;
  }
}/*# sourceMappingURL=style.css.map */