@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  background-color: #efefef;
}

.page-container {
  padding: 24px 32px;
}
@media only screen and (max-width: 768px) {
  .page-container {
    padding: 12px;
  }
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  text-wrap: nowrap;
}

.line {
  height: 1px;
  background: #E2E8F0;
}

.dot {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

input {
  border: none;
  outline: none;
}

button {
  border: none;
  background-color: transparent;
  text-wrap: nowrap;
}

select {
  outline: none;
  border: none;
}
select:focus {
  border: none;
  box-shadow: none;
  border: none;
}

textarea {
  resize: none;
  outline: none;
  border: none;
}

.section-title {
  color: #111814;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.75px;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 18px;
  }
}

.section-header .swipe-buttons {
  margin-left: auto;
  margin-right: 10px;
}

header {
  padding: 12px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  header {
    gap: 16px;
  }
}
header .header-input-div {
  flex-grow: 1;
}
header .header-search-mobile {
  margin-left: auto;
}
header .logo {
  height: 57.081px;
}
header .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav a {
  color: #111814;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
header .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  header .header-actions {
    display: none;
  }
}
header .header-actions .header-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 12px;
  border-radius: 24px;
  background: #F0F4F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu-button {
  width: -moz-fit-content;
  width: fit-content;
}
header .menu-button img {
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 768px) {
  header .menu-button {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header-input-div {
    display: none;
  }
}

.is-sticky {
  backdrop-filter: blur(104px);
  -webkit-backdrop-filter: blur(104px);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.is-sticky .black-icon {
  display: inline;
  width: 32px;
  height: 32px;
}
.is-sticky .white-icon {
  display: none;
}
.is-sticky .logo-div-blured {
  display: block;
  width: 106px;
  height: 32px;
  padding: 0;
}
.is-sticky .logo-div-blured img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.is-sticky .logo-div {
  display: none;
}
.is-sticky nav a {
  color: #000;
}
.is-sticky .header-actions .btn-group .dropdown-toggle {
  color: #000;
}

footer {
  padding: 64px 32px 32px 32px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 72px 24px 40px 24px;
    flex-direction: column;
    gap: 32px;
  }
}
footer .footer-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  footer .footer-intro {
    width: 100%;
  }
}
footer .footer-intro .logo {
  width: 266px;
  height: 86px;
}
footer .footer-intro .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
footer .footer-intro .intro-description {
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
footer .footer-intro .social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-intro .social-links .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F0F4F2;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .pages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .pages .pages-title {
  margin-bottom: 12px;
  color: #111814;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
footer .pages a {
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .contact .contact-title {
  color: #111814;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
footer .contact .contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .contact .contact-info img {
  width: 20px;
  height: 16px;
}
footer .contact .contact-info span {
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .hours {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .hours .hours-title {
  color: #111814;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
footer .hours .hour-info {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
footer .hours .hour-info .label {
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .hours .hour-info .value {
  color: #111814;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .hours .hour-info .value-danger {
  color: #EF4444;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  background-color: #fff;
  border-top: 1px solid #F0F4F2;
}
@media only screen and (max-width: 768px) {
  .bottom-bar {
    padding: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .bottom-bar {
    flex-direction: column;
  }
}
.bottom-bar .copyright {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .bottom-bar .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .bottom-bar .copyright {
    text-align: center;
  }
}
.bottom-bar .developed {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bottom-bar .developed img {
  width: 24px;
  height: 24px;
}
.bottom-bar .developed span {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.bottom-bar-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 360px) {
  .bottom-bar-links {
    justify-content: center;
  }
}
.bottom-bar-links a {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .bottom-bar-links a {
    font-size: 12px;
  }
}

.breadcrumb a {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.breadcrumb li {
  color: #111814;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.page-head .head-title {
  color: #111814;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.2px;
}
.page-head .head-description {
  color: #618972;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.header-input-div {
  padding: 11px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #F0F4F2;
}
.header-input-div input {
  flex-grow: 1;
  background-color: transparent;
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-searchbar {
  padding: 10px 16px;
  border-radius: 24px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-searchbar img {
  width: 16px;
  height: 16px;
}
.nav-searchbar input {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.input-with-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.input-with-label label {
  color: #111814;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.input-with-label .input-with-icon {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F6F8F7;
  padding-right: 16px;
}
.input-with-label .input-with-icon input {
  color: #9CA3AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-grow: 1;
  background-color: transparent;
  padding: 12px 16px;
}
.input-with-label .input-with-icon img {
  width: 14px;
  height: 14px;
}

.textarea-with-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.textarea-with-label label {
  color: #111814;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.textarea-with-label textarea {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F6F8F7;
  color: #9CA3AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 16px;
}

.header-search-mobile {
  height: 40px;
  width: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: width 0.25s ease;
  box-shadow: 0px 0px 10px -5px #000000;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .header-search-mobile {
    display: none;
  }
}
.header-search-mobile .search-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.header-search-mobile .search-input {
  position: absolute;
  left: 44px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.header-search-mobile.is-open {
  width: 260px;
  justify-content: flex-start;
  padding-left: 12px;
}
.header-search-mobile.is-open .search-input {
  opacity: 1;
  pointer-events: auto;
}

.whatsapp-button {
  border-radius: 24px;
  background: #25D366;
  box-shadow: 0 10px 15px -3px rgba(17, 212, 98, 0.2), 0 4px 6px -4px rgba(17, 212, 98, 0.2);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.whatsapp-button img {
  width: 16px;
  height: 16px;
}
.whatsapp-button span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.btn-green {
  padding: 16px 32px;
  border-radius: 24px;
  background: #11D462;
  box-shadow: 0 10px 15px -3px rgba(17, 212, 98, 0.3), 0 4px 6px -4px rgba(17, 212, 98, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-green span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .btn-green {
    padding: 8px 16px;
  }
  .btn-green span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-green {
    padding: 4px 8px;
  }
}

.btn-download {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 24px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}
.btn-download span {
  color: #111814;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.see-all {
  display: flex;
  align-items: center;
  gap: 8px;
}
.see-all span {
  color: #11D462;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .see-all span {
    font-size: 12px;
  }
  .see-all img {
    display: none;
  }
}

.contact-btn {
  padding: 16px 32px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.contact-btn span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.copy-btn {
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #000;
  padding: 6px;
  border-radius: 8px;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .copy-btn {
    display: flex !important;
  }
}
.copy-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}
.copy-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.copy-btn::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.copy-btn:hover::after, .copy-btn:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.homepage-feature-card {
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #F0F4F2;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-feature-card .card-icon {
  margin-bottom: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.homepage-feature-card .card-title {
  color: #111814;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.homepage-feature-card .card-description {
  color: #618972;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.homepage-feature-card .car {
  background: #EFF6FF;
}
.homepage-feature-card .recycle {
  background: #F0FDF4;
}
.homepage-feature-card .operator {
  background: #FFF7ED;
}
.homepage-feature-card .check {
  background: #EFF6FF;
}

.recently-product-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 32px;
  border: 1px solid #F0F4F2;
  background: #FFF;
  max-width: 290px;
}
.recently-product-card .product-img {
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.recently-product-card .product-img .favorite-icon {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.recently-product-card .product-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.recently-product-card .product-infos {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.recently-product-card .product-infos .product-title {
  color: #111814;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px;
  text-overflow: ellipsis;
            width: 80%;
            overflow: hidden;
            white-space: nowrap;
}
.recently-product-card .product-infos .product-size {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.recently-product-card .product-infos .badget-new {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(17, 212, 98, 0.1);
}
.recently-product-card .product-infos .badget-new span {
  color: #11D462;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.recently-product-card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recently-product-card .card-footer .product-price {
  color: #111814;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.recently-product-card .card-footer .shop-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #F0F4F2;
  border-radius: 50%;
}

.discounted-product-card {
  padding: 12px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  gap: 16px;
  min-width: 235px;
}
.discounted-product-card .product-img {
  width: 40%;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
}
.discounted-product-card .product-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.discounted-product-card .product-infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}
.discounted-product-card .product-infos .product-title {
  color: #111814;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  width: 80%;
}
.discounted-product-card .product-infos .product-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}
.discounted-product-card .product-infos .product-prices .discount-price {
  color: #EF4444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.discounted-product-card .product-infos .product-prices .main-price {
  color: #618972;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: line-through;
}

.popular-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 230px;
  background-color: #fff;
  border-radius: 24px;
}
.popular-product-card .product-image {
  height: 290px;
  border-radius: 24px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.popular-product-card .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.popular-product-card .product-infos {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.popular-product-card .product-infos .product-name {
  color: #111814;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 90%;
}
.popular-product-card .product-infos .product-price {
  color: #11D462;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.subscribe-card {
  padding: 48px;
  border-radius: 24px;
  border: 1px solid rgba(240, 244, 242, 0.1);
  background: #111814;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .subscribe-card {
    flex-direction: column;
  }
}
.subscribe-card .card-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .subscribe-card .card-intro {
    flex-direction: column;
    width: 100%;
  }
}
.subscribe-card .card-intro .card-title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.subscribe-card .card-intro .card-description {
  color: #9CA3AF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.subscribe-card .card-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .subscribe-card .card-form {
    width: 100%;
  }
}
.subscribe-card .card-form .form {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 480px) {
  .subscribe-card .card-form .form {
    flex-direction: column;
  }
}
.subscribe-card .card-form .form input {
  padding: 15px 20px;
  color: #9CA3AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-grow: 1;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 480px) {
  .subscribe-card .card-form .form input {
    width: 100%;
  }
}
.subscribe-card .card-form .form .subscribe-button {
  padding: 15px 32px;
  border-radius: 24px;
  background: #11D462;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.subscribe-card .card-form .form-warning {
  color: #6B7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.listed-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
  padding: 12px;
  border-radius: 24px;
  max-width: 180px;
}
.listed-product-card .product-image {
  height: 125px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.listed-product-card .product-image .badget {
  border-radius: 24px;
  background: #11D462;
  padding: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listed-product-card .product-image .badget span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.listed-product-card .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.listed-product-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.listed-product-card .card-body .category {
  color: #11D462;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.listed-product-card .card-body .product-name {
  color: #0F172A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.listed-product-card .card-body .product-description {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.listed-product-card .card-footer .product-price {
  color: #0F172A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.listed-product-card .card-footer .product-price span {
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.listed-product-card .card-footer .btn-add {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  border: 1px solid #E2E8F0;
  margin-left: auto;
}

.pagination {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.pagination li {
  display: flex;
}
.pagination .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  color: #4a5568;
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  transition: all 0.2s ease-in-out;
}
.pagination .page-link:hover:not(.active) {
  background-color: #f7fafc;
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.pagination .page-link.active {
  background-color: #10d068;
  color: #ffffff;
  border-color: #10d068;
  box-shadow: 0 8px 16px -4px rgba(16, 208, 104, 0.35);
}
.pagination .page-link svg {
  color: #64748b;
}
.pagination .page-link:hover:not(.active) svg {
  color: #4a5568;
}
.pagination .ellipsis {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 42px;
  color: #a0aec0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 6px;
}

.similar-product-card {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  max-width: 288px;
}
.similar-product-card .product-image {
  height: 290px;
  position: relative;
}
.similar-product-card .product-image .badget {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 8px;
  background: #EF4444;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar-product-card .product-image .badget span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}
.similar-product-card .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.similar-product-card .product-infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  padding-bottom: 0;
}
.similar-product-card .product-infos .product-category {
  color: #737373;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.similar-product-card .product-infos .product-name {
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.similar-product-card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.similar-product-card .card-footer .product-price {
  color: #11D462;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.similar-product-card .card-footer .take-a-look {
  border-radius: 16px;
  background: #F0F4F2;
  padding: 6px 12px;
  color: #111814;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.feature-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F8FAFC;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.feature-card .card-icon {
  max-width: 64px;
  max-height: 64px;
}
@media only screen and (max-width: 768px) {
  .feature-card .card-icon {
    max-width: 32px;
    max-height: 32px;
  }
}
.feature-card .card-title {
  color: #0F172A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.feature-card .card-description {
  color: #475569;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.75px;
  text-align: left;
}

.download-catalogue-card {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  background: #0A1F14;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  .download-catalogue-card {
    padding: 32px;
  }
}
.download-catalogue-card .card-title {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .download-catalogue-card .card-title {
    font-size: 24px;
  }
}
.download-catalogue-card .card-description {
  color: #CBD5E1;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .download-catalogue-card .card-description {
    font-size: 16px;
  }
}
.download-catalogue-card .card-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .download-catalogue-card .card-actions {
    flex-direction: column;
  }
}

.blog-card {
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
}
.blog-card .blog-card-image {
  height: 225px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  overflow: hidden;
}
.blog-card .blog-card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-card .blog-infos {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-card .blog-infos .blog-date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card .blog-infos .blog-date span {
  color: #618972;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.blog-card .blog-infos .blog-title {
  color: #111814;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
}
.blog-card .blog-infos .blog-description {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
}

.blog-subscribe-card {
  border-radius: 24px;
  background: #11D462;
  box-shadow: 0 10px 15px -3px rgba(17, 212, 98, 0.2), 0 4px 6px -4px rgba(17, 212, 98, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-subscribe-card .card-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.blog-subscribe-card .card-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.blog-subscribe-card input {
  padding: 8px 16px;
  border-radius: 16px;
  background: #FFF;
  color: #6B7280;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-subscribe-card .btn-subscribe {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 0;
}
.blog-subscribe-card .btn-subscribe span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.offcanvas {
  z-index: 9999;
  min-height: 100vh;
}
.offcanvas-header {
  padding: 12px;
}
.offcanvas-header .logo-div {
  display: block !important;
  width: 176px;
  height: 57.081px;
  aspect-ratio: 37/12;
}
.offcanvas-header .logo-div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.offcanvas-header .btn-group {
  margin-left: 10px;
}
.offcanvas-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.offcanvas-body .offcanvas-navs .nav-link {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in;
}
.offcanvas-body .offcanvas-navs .nav-link:hover {
  transform: scale(1.01);
}
.offcanvas-body .offcanvas-navs .nav-link span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offcanvas-body .offcanvas-navs .nav-link img {
  width: 24px;
  height: 24px;
}
.offcanvas-body .offcanvas-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
}
.offcanvas-body .offcanvas-actions .hover-button-white {
  display: inline-block;
}
.offcanvas-body .offcanvas-actions .view-projects {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px;
  text-decoration: none;
}

.filter-accordion .accordion-item {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.filter-accordion .accordion-button {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-accordion .accordion-button img {
  transition: all 0.2s ease-in;
}
.filter-accordion .accordion-button::after {
  display: none;
}
.filter-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.filter-accordion .accordion-body {
  padding: 0;
}
.filter-accordion .collapsed img {
  transform: rotate(-180deg);
}

.innovation-nav .nav-pills {
  display: flex;
  align-items: center;
  gap: 12px;
}
.innovation-nav .nav-pills .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 24px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}
.innovation-nav .nav-pills .nav-item .nav-link img {
  width: 16px;
  height: 16px;
}
.innovation-nav .nav-pills .nav-item .nav-link span {
  color: #111814;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.innovation-nav .active {
  background: #11D462 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.swipe-buttons {
  display: flex;
  gap: 8px;
}
.swipe-buttons .swipe-button {
  padding: 12px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroSwiper {
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .fotorama-container {
    gap: 12px;
  }
}
.fotorama-container .fotorama-wrapper {
  padding: 0;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fotorama-container .fotorama-wrapper .fotorama {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.fotorama-container .fotorama-wrapper .fotorama .stage {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  height: 400px;
}
.fotorama-container .fotorama-wrapper .fotorama .stage .swiper {
  height: 100%;
}
.fotorama-container .fotorama-wrapper .fotorama .stage .swiper-slide {
  height: 100%;
}
.fotorama-container .fotorama-wrapper .fotorama .stage .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .fotorama-container .fotorama-wrapper .fotorama .stage {
    height: 339px;
  }
}
.fotorama-container .fotorama-wrapper .fotorama .stage .pagination {
  z-index: 999;
  position: absolute;
  display: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
  height: -moz-fit-content;
  height: fit-content;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
}
.fotorama-container .fotorama-wrapper .fotorama .stage .pagination div {
  width: 100%;
  color: white;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .fotorama-container .fotorama-wrapper .fotorama .stage .pagination {
    display: inline;
  }
}
.fotorama-container .fotorama-wrapper .fotorama .stage .fullscreen-open {
  background: rgba(211, 203, 203, 0.55);
  padding: 10px;
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  outline: none;
  border: none;
}
.fotorama-container .fotorama-wrapper .fotorama .stage .fullscreen-open img {
  padding: 6px;
  width: 40px;
  height: 40px;
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .fotorama-container .fotorama-wrapper .fotorama .thumbs-container {
    display: none;
  }
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper {
  width: 100%;
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs {
  height: 100%;
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs .overlay {
  width: calc((100% - 60px) / 6);
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  color: #FFF;
  font-size: 21px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}
@media only screen and (max-width: 1200px) {
  .fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs .overlay {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs .overlay {
    font-size: 12px;
  }
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs .swiper-slide {
    height: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs .swiper-slide {
    height: 50px;
  }
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs-img {
  border-radius: 12px;
  height: 100px;
}
@media only screen and (max-width: 1024px) {
  .fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs-img {
    height: 100px;
  }
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.fotorama-container .fotorama-wrapper .fotorama .thumbs-container .mainThumbsSwiper .thumbs .active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
}
.fotorama-container .modal-content {
  background-color: black;
}
.fotorama-container .modal-content .fullscreen-close {
  background: rgba(211, 203, 203, 0.55);
  padding: 10px;
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  outline: none;
  border: none;
}
.fotorama-container .modal-content .fullscreen-close img {
  padding: 6px;
  width: 40px;
  height: 40px;
}
.fotorama-container .modal-content .fotorama {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px 0;
  gap: 10px;
}
.fotorama-container .modal-content .fotorama .stage {
  height: 85%;
}
.fotorama-container .modal-content .fotorama .stage .swiper {
  padding: 0;
  height: 100%;
}
.fotorama-container .modal-content .fotorama .stage .swiper .swiper-button-next {
  background-color: transparent;
  color: white;
}
.fotorama-container .modal-content .fotorama .stage .swiper .swiper-button-prev {
  background-color: transparent;
  color: white;
}
.fotorama-container .modal-content .fotorama .stage .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.fotorama-container .modal-content .fotorama .stage .swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.fotorama-container .modal-content .fotorama .thumbs {
  height: 10%;
}
.fotorama-container .modal-content .fotorama .thumbs .thumbSwiper {
  height: 100%;
}
.fotorama-container .modal-content .fotorama .thumbs .thumbSwiper .swiper-wrapper {
  padding: 0 5px;
}
.fotorama-container .modal-content .fotorama .thumbs .thumbSwiper .swiper-wrapper .swiper-slide {
  border-radius: 12px;
}
.fotorama-container .modal-content .fotorama .thumbs .thumbSwiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.fotorama-container .modal-content .fotorama .thumbs .thumbSwiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 12px;
}
.fotorama-container .modal-content .fotorama .thumbs .thumbSwiper .swiper-wrapper .swiper-slide.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
}

.homepage-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .homepage-container {
    gap: 0px;
  }
}
/*.homepage-container .homepage-hero {*/
/*  padding: 48px;*/
/*  background-color: #fff;*/
/*  display: flex;*/
/*  gap: 32px;*/
/*  border-radius: 24px;*/
/*}*/
/*@media only screen and (max-width: 1024px) {*/
/*  .homepage-container .homepage-hero {*/
/*    flex-direction: column;*/
/*  }*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 24px;*/
/*  flex-grow: 1;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .new-collection {*/
/*  padding: 4px 12px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*  width: -moz-fit-content;*/
/*  width: fit-content;*/
/*  border-radius: 9999px;*/
/*  background: rgba(17, 212, 98, 0.1);*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .new-collection .circle {*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  border-radius: 50%;*/
/*  background: #11D462;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .new-collection span {*/
/*  color: #11D462;*/
/*  font-size: 12px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 16px;*/
/*  letter-spacing: 0.3px;*/
/*  text-transform: uppercase;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .hero-title {*/
/*  color: #111814;*/
/*  font-size: 60px;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  line-height: 60px;*/
/*  letter-spacing: -1.5px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .hero-title span {*/
/*  color: #11D462;*/
/*  font-size: 60px;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  line-height: normal;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .hero-description {*/
/*  color: #618972;*/
/*  font-size: 18px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 29.25px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .hero-actions {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 16px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .hero-features {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 24px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .hero-features .hero-feature {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-intro .hero-features .hero-feature span {*/
/*  color: #618972;*/
/*  font-size: 14px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 20px;*/
/*  margin-top: 3px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image {*/
/*  border-radius: 24px;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  background-color: red;*/
/*  max-width: 500px;*/
/*  max-height: 400px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image img {*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget {*/
/*  position: absolute;*/
/*  bottom: 24px;*/
/*  left: 24px;*/
/*  right: 24px;*/
/*  z-index: 2;*/
/*  background-color: #fff;*/
/*  padding: 12px;*/
/*  border-radius: 24px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  gap: 16px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-icon {*/
/*  border-radius: 16px;*/
/*  background: #F3F4F6;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  padding: 12px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-icon img {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-infos {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  flex-grow: 1;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-infos .product-name {*/
/*  color: #111814;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 24px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-infos .product-category {*/
/*  color: #618972;*/
/*  font-size: 12px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 16px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-price {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-price .discount-price {*/
/*  color: #11D462;*/
/*  text-align: right;*/
/*  font-size: 18px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 28px;*/
/*}*/
/*.homepage-container .homepage-hero .hero-image .product-info-badget .badget-price .main-price {*/
/*  color: #618972;*/
/*  text-align: right;*/
/*  font-size: 10px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 15px;*/
/*  text-decoration-line: line-through;*/
/*}*/



.homepage-container .homepage-hero {
  position: relative;
  height: 555px;
}
.homepage-container .homepage-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.homepage-container .homepage-hero .hero-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .homepage-container .homepage-hero .hero-content {
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
  }
}
.homepage-container .homepage-hero .hero-content .new-collection {
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  background: rgba(17, 212, 98, 0.9);
}
.homepage-container .homepage-hero .hero-content .new-collection .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.homepage-container .homepage-hero .hero-content .new-collection span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.homepage-container .homepage-hero .hero-content .hero-title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.5px;
}
.homepage-container .homepage-hero .hero-content .hero-title span {
  color: #11D462;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.homepage-container .homepage-hero .hero-content .hero-description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.25px;
}
.homepage-container .homepage-hero .hero-content .hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.homepage-container .homepage-hero .hero-content .hero-features {
  display: flex;
  align-items: center;
  gap: 24px;
}
.homepage-container .homepage-hero .hero-content .hero-features .hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}
.homepage-container .homepage-hero .hero-content .hero-features .hero-feature span {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 3px;
}
.homepage-container .homepage-hero .hero-content .hero-features .hero-feature img {
  width: 24px;
  height: 24px;
}
.homepage-container .homepage-hero .hero-content .hero-features .hero-feature i {
  width: 24px;
  height: 24px;
}
.homepage-container .homepage-hero .hero-content .hero-features .hero-feature svg {
  width: 24px;
  height: 24px;
}
.homepage-container .homepage-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.homepage-container .homepage-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .homepage-container .homepage-features {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-container .homepage-features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.homepage-container .recently-added {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .homepage-container .recently-added {
    padding: 8px 0px 30px 0px;
    gap: 16px;
  }
}
.homepage-container .recently-added .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage-container .discounted-products-section {
  border-radius: 24px;
  border: 1px solid rgba(17, 212, 98, 0.1);
  background: rgba(17, 212, 98, 0.05);
  padding: 40px;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .homepage-container .discounted-products-section {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.homepage-container .discounted-products-section .section-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .homepage-container .discounted-products-section .section-intro {
    width: 100%;
  }
}
.homepage-container .discounted-products-section .section-intro .special-offer {
  padding: 4px 12px;
  border-radius: 24px;
  background: #FEE2E2;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}
.homepage-container .discounted-products-section .section-intro .special-offer span {
  color: #DC2626;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.homepage-container .discounted-products-section .section-intro .intro-description {
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.homepage-container .discounted-products-section .section-intro .all-sales {
  padding: 12px 24px;
  border-radius: 24px;
  background: #111814;
  width: -moz-fit-content;
  width: fit-content;
}
.homepage-container .discounted-products-section .section-intro .all-sales span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.homepage-container .discounted-products-section .discounted-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
  .homepage-container .discounted-products-section .discounted-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .homepage-container .discounted-products-section .discounted-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.homepage-container .popular-products {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}
.homepage-container .popular-products .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-page {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.products-page .products-hero {
  height: 506px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.products-page .products-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.products-page .products-hero .hero-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 16px;
}
.products-page .products-hero .hero-text .hero-title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.products-page .products-hero .hero-text .hero-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.products-page .products-container {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .products-page .products-container {
    flex-direction: column;
  }
}
.products-page .products-container .product-filter {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .products-page .products-container .product-filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .products-page .products-container .product-filter .line {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .products-page .products-container .product-filter {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-page .products-container .product-filter .line {
  height: 1px;
  background: #E2E8F0;
}
.products-page .products-container .product-filter .filter-type {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.products-page .products-container .product-filter .filter-type .type-title {
  margin-bottom: 3px;
  color: #0F172A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.products-page .products-container .product-filter .filter-type .filter-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div input {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  background: #FFF;
}
.products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div label {
  color: #475569;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.products-page .products-container .product-filter .filter-type .range-input {
  display: flex;
  flex-direction: column;
}
.products-page .products-container .product-filter .filter-type .range-input input {
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  background: #FFF;
  width: 80px;
  padding: 6px;
}
.products-page .products-container .product-filter .filter-type .range-input label {
  color: #475569;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.products-page .products-container .product-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.products-page .products-container .product-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-page .products-container .product-list-header .product-count {
  color: #0F172A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.products-page .products-container .product-list-header .sort {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products-page .products-container .product-list-header .sort .label {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.products-page .products-container .product-list-header .sort .select-div {
  border-radius: 24px;
  border: 2px solid #E2E8F0;
  background: #FFF;
  padding: 10px;
  min-width: 192px;
  cursor: pointer;
}
.products-page .products-container .product-list-header .sort .select-div select {
  color: #0F172A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
}
.products-page .products-container .product-list-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.products-page .products-container .product-list-body .product-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  width: 100%;
}
.products-page .products-container .product-list-body .product-cards .listed-product-card {
  max-width: 180px;
}

.product-details-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-details-page .product-details .product-meta {
  display: flex;
  gap: 64px;
}

@media only screen and (max-width:1024px){
    product-details-page .product-details .product-meta {
        flex-direction: column;
    }
}

.product-details-page .product-details .product-meta .fotorama-container {
  width: 60%;
}

@media only screen and (max-width: 1024px){
    .product-details-page .product-details .product-meta .fotorama-container{
        width: 100%;
    }
}

.product-details-page .product-details .product-meta .product-infos {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 1024px){
    .product-details-page .product-details .product-meta .product-infos{
        width: 100%;
    }
}

.product-details-page .product-details .product-meta .product-infos .stock {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #F0F4F2;
}
.product-details-page .product-details .product-meta .product-infos .stock span {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-details-page .product-details .product-meta .product-infos .product-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-details-page .product-details .product-meta .product-infos .product-header .product-code {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
.product-details-page .product-details .product-meta .product-infos .product-header .product-name {
  color: #171717;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.product-details-page .product-details .product-meta .product-infos .price-container {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #F0F4F2;
  background: #FBFCFC;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-details-page .product-details .product-meta .product-infos .price-container .product-price span:first-child {
  color: #11D462;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.product-details-page .product-details .product-meta .product-infos .price-container .product-price span:last-child {
  color: #737373;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-details-page .product-details .product-meta .product-infos .price-container .min-order {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-details-page .product-details .product-meta .product-infos .price-container .min-order .label {
  color: #525252;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-details-page .product-details .product-meta .product-infos .price-container .min-order .value {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-details-page .product-details .product-meta .product-infos .product-description {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.product-details-page .product-details .product-meta .product-infos .other-details {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.product-details-page .product-details .product-meta .product-infos .other-details .detail-box {
  display: flex;
  gap: 12px;
}
.product-details-page .product-details .product-meta .product-infos .other-details .detail-box img {
  max-width: 20px;
  height: auto;
}
.product-details-page .product-details .product-meta .product-infos .other-details .detail-box svg {
  width: 24px;
  height: 24px;
}
.product-details-page .product-details .product-meta .product-infos .other-details .detail-box .detail-infos {
  display: flex;
  flex-direction: column;
}
.product-details-page .product-details .product-meta .product-infos .other-details .detail-box .detail-infos .label {
  color: #737373;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.product-details-page .product-details .product-meta .product-infos .other-details .detail-box .detail-infos .value {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-details-page .product-details .product-meta .product-infos .whatsapp-button {
  margin-top: 32px;
}
.product-details-page .product-details .product-meta .product-infos .warning {
  color: #A3A3A3;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.product-details-page .product-details .line {
  margin-top: 32px;
}
.product-details-page .product-details .more-infos {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}
.product-details-page .product-details .more-infos .about-product {
  width: 60%;
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-details-page .product-details .more-infos .tecnical-parameters {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 40%;
  border-radius: 24px;
  border: 1px solid #F0F4F2;
  background: #FFF;
  padding: 24px;
}
.product-details-page .product-details .more-infos .tecnical-parameters .parameter {
  border-bottom: 1px solid #F0F4F2;
  display: flex;
  padding: 8px 0;
  align-items: center;
  justify-content: space-between;
}
.product-details-page .product-details .more-infos .tecnical-parameters .parameter .label {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-details-page .product-details .more-infos .tecnical-parameters .parameter .value {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-details-page .similar-products {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-details-page .similar-products .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.product-details-page .similar-products .section-body {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(4, 1fr);*/
/*  gap: 24px;*/
/*}*/

.about-us-page-container {
  background-color: #fff;
}
.about-us-page-container .about-us-hero {
  background-color: #fff;
  display: flex;
  gap: 32px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 506px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-page-container .about-us-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.about-us-page-container .about-us-hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 16px;
}
.about-us-page-container .about-us-hero .hero-content .hero-title {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.5px;
}
.about-us-page-container .about-us-hero .hero-content .hero-title span {
  color: #11D462;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-us-page-container .about-us-hero .hero-content .hero-description {
  color: #CBD5E1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.about-us-page-container .about-us-section {
  display: flex;
  gap: 80px;
  padding: 112px 32px;
}
@media only screen and (max-width: 1024px) {
  .about-us-page-container .about-us-section {
    flex-direction: column;
    padding: 56px 32px;
    gap: 40px;
  }
}
.about-us-page-container .about-us-section .section-image {
  border-radius: 24px;
  overflow: hidden;
  width: 50%;
  max-height: 425px;
}
@media only screen and (max-width: 1024px) {
  .about-us-page-container .about-us-section .section-image {
    width: 100%;
  }
}
.about-us-page-container .about-us-section .section-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .about-us-page-container .about-us-section .section-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.about-us-page-container .about-us-section .section-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .about-us-page-container .about-us-section .section-body {
    width: 100%;
  }
}
.about-us-page-container .about-us-section .section-body .text-content {
  color: #475569;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.about-us-page-container .about-us-section .section-body .counts {
  margin-top: 24px;
  display: flex;
  gap: 32px;
  margin-top: auto;
}
.about-us-page-container .about-us-section .section-body .counts .count {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-us-page-container .about-us-section .section-body .counts .count .value {
  color: #11D462;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media only screen and (max-width: 480px) {
  .about-us-page-container .about-us-section .section-body .counts .count .value {
    font-size: 20px;
  }
}
.about-us-page-container .about-us-section .section-body .counts .count .label {
  color: #0F172A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .about-us-page-container .about-us-section .section-body .counts .count .label {
    font-size: 10px;
  }
}
.about-us-page-container .our-goals {
  display: flex;
  flex-direction: column;
  gap: 64px;
  background: #F6F8F7;
  padding: 80px 0;
}
.about-us-page-container .our-goals .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.about-us-page-container .our-goals .section-header .section-description {
  color: #475569;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.about-us-page-container .our-goals .section-body {
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .about-us-page-container .our-goals .section-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us-page-container .our-goals .section-body .feature-card {
  background-color: #fff;
}
.about-us-page-container .our-advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 112px 0;
}
@media only screen and (max-width: 768px) {
  .about-us-page-container .our-advantages {
    padding: 56px 0;
    gap: 32px;
  }
}
.about-us-page-container .our-advantages .section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-us-page-container .our-advantages .section-header .section-name {
  color: #11D462;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.about-us-page-container .our-advantages .section-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .about-us-page-container .our-advantages .section-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .about-us-page-container .our-advantages .section-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us-page-container .download-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: #F6F8F7;
  padding: 80px 130px;
}
@media only screen and (max-width: 768px) {
  .about-us-page-container .download-section {
    padding: 16px;
  }
}
.about-us-page-container .download-section .download-catalogue-card {
  width: 100%;
}
.about-us-page-container .download-section .certificates {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .about-us-page-container .download-section .certificates {
    flex-direction: column;
  }
}
.about-us-page-container .download-section .certificates .certificate {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-us-page-container .download-section .certificates .certificate img {
  width: 24px;
  height: 24px;
}
.about-us-page-container .download-section .certificates .certificate span {
  color: #0F172A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.innovations-page-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.innovations-page-container .tab-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 0;
}
.innovations-page-container .tab-wrapper .blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .innovations-page-container .tab-wrapper .blog-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .innovations-page-container .tab-wrapper .blog-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-details-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-details-page .breadcrumb {
  margin-top: 32px;
  padding: 0 100px;
}
@media only screen and (max-width: 1200px) {
  .blog-details-page .breadcrumb {
    padding: 0 0;
  }
}
.blog-details-page .blog-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 100px;
}
@media only screen and (max-width: 1200px) {
  .blog-details-page .blog-head {
    padding: 0 0;
  }
}
.blog-details-page .blog-head .blog-date {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-details-page .blog-head .blog-date .date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-details-page .blog-head .blog-date .date img {
  width: 14px;
  height: 14px;
}
.blog-details-page .blog-head .blog-date .date span {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.blog-details-page .blog-head .blog-date .read {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-details-page .blog-head .blog-date .read img {
  width: 14px;
  height: 14px;
}
.blog-details-page .blog-head .blog-date .read span {
  color: #618972;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.blog-details-page .blog-image {
  height: 411px;
  border-radius: 24px;
  overflow: hidden;
  padding: 0 100px;
}
@media only screen and (max-width: 1200px) {
  .blog-details-page .blog-image {
    padding: 0 0;
  }
}
.blog-details-page .blog-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.blog-details-page .blog-details {
  display: flex;
  gap: 40px;
  padding: 0 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .blog-details-page .blog-details {
    padding: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .blog-details-page .blog-details {
    flex-direction: column;
  }
}
.blog-details-page .blog-details-text-side {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .blog-details-page .blog-details-text-side {
    width: 100%;
  }
}
.blog-details-page .blog-details-text-side .text-content {
  color: black !important;
}
.blog-details-page .blog-details-text-side .text-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 10px 0;
}
.blog-details-page .blog-details-text-side .see-catalogues {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(17, 212, 98, 0.2);
  background: #F6F8F7;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.blog-details-page .blog-details-text-side .see-catalogues .text-side {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.blog-details-page .blog-details-text-side .see-catalogues .text-side .section-title {
  color: #0F172A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.blog-details-page .blog-details-text-side .see-catalogues .text-side .section-description {
  color: #475569;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.blog-details-page .blog-details-left-side {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .blog-details-page .blog-details-left-side {
    width: 100%;
  }
}
.blog-details-page .blog-details-left-side .more-about-us {
  border-radius: 24px;
  border: 1px solid #F0F4F2;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-details-page .blog-details-left-side .more-about-us-head {
  display: flex;
  gap: 16px;
}
.blog-details-page .blog-details-left-side .more-about-us-head .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 212, 98, 0.2);
}
.blog-details-page .blog-details-left-side .more-about-us-head .head-infos {
  display: flex;
  flex-direction: column;
}
.blog-details-page .blog-details-left-side .more-about-us-head .head-infos span:first-child {
  color: #0F172A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.blog-details-page .blog-details-left-side .more-about-us-head .head-infos span:last-child {
  color: #618972;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.blog-details-page .blog-details-left-side .more-about-us .more-about-us-description {
  color: #475569;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.blog-details-page .blog-details-left-side .share-blog {
  border-radius: 24px;
  border: 1px solid #F0F4F2;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-details-page .blog-details-left-side .share-blog .share-title {
  color: #0F172A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.blog-details-page .blog-details-left-side .share-blog .share-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-details-page .blog-details-left-side .share-blog .share-links .link {
  border-radius: 50%;
  background: #F0F4F2;
}
.blog-details-page .blog-details-left-side .share-blog .share-links .link img {
  width: 16px;
  height: 16px;
}
.blog-details-page .similar-blogs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  border-top: 1px solid #F0F4F2;
  background: #FFF;
  padding: 24px;
}
.blog-details-page .similar-blogs .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-us-page-container .page-head {
  padding: 64px 48px;
  text-align: center;
}
.contact-us-page-container .contact-us {
  display: flex;
  gap: 64px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .contact-us-page-container .contact-us {
    flex-direction: column;
  }
}
.contact-us-page-container .contact-us .contact-infos {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 32px;
  border: 1px solid #DBE6E0;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 32px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .contact-us-page-container .contact-us .contact-infos {
    width: 100%;
  }
}
.contact-us-page-container .contact-us .contact-infos-title {
  color: #111814;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.contact-us-page-container .contact-us .contact-infos .contact-info {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.contact-us-page-container .contact-us .contact-infos .contact-info .info-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(17, 212, 98, 0.1);
}
.contact-us-page-container .contact-us .contact-infos .contact-info .info-texts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-us-page-container .contact-us .contact-infos .contact-info .info-texts .label {
  color: #111814;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us-page-container .contact-us .contact-infos .contact-info .info-texts .value {
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.contact-us-page-container .contact-us .contact-infos .follow-us {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-us-page-container .contact-us .contact-infos .follow-us-title {
  color: #111814;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us-page-container .contact-us .contact-infos .follow-us-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-us-page-container .contact-us .contact-infos .follow-us-links .follow-us-link {
  border-radius: 9999px;
  border: 1px solid #DBE6E0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.contact-us-page-container .contact-us .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 32px;
  border: 1px solid #DBE6E0;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 32px;
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .contact-us-page-container .contact-us .contact-form {
    width: 100%;
  }
}
.contact-us-page-container .contact-us .contact-form .form-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-us-page-container .contact-us .contact-form .form-head .form-title {
  color: #111814;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.contact-us-page-container .contact-us .contact-form .form-head .form-description {
  color: #618972;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us-page-container .contact-us .contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .contact-us-page-container .contact-us .contact-form form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-us-page-container .contact-us .contact-form form .last-item {
  grid-column: 1/span 2;
}
@media only screen and (max-width: 1024px) {
  .contact-us-page-container .contact-us .contact-form form .last-item {
    grid-column: 1/1;
  }
}
.contact-us-page-container .contact-us .contact-form form .last-item textarea {
  height: 130px;
}
.contact-us-page-container .contact-us .contact-form form .btn-green {
  justify-content: space-between;
  width: 200px;
}
.contact-us-page-container .map {
  height: 456px;
}
.contact-us-page-container .map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */


@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 32px!important;
text-align: center
  }
}

@media only screen and (max-width: 768px) {
  .hero-description{
    font-size: 16px;
text-align: center
  }
}


/* =========================================================
   ECOSTAR RESPONSIVE FIX PACK
   Add this block at the VERY END of style.css
   Scope: global layout guards, products list, filters,
   pagination, product details, about, blog/news, contact.
   ========================================================= */

/* ---------- 0) Global safe layout guards ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

input,
select,
textarea,
button {
  max-width: 100%;
  font-family: inherit;
}

.page-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* Global nowrap is useful in small buttons, but it breaks long content on mobile.
   These scoped resets prevent overflow in content-heavy areas. */
.breadcrumb a,
footer a,
footer span,
footer p,
.products-page label,
.products-page .product-name,
.products-page .product-description,
.product-details-page .product-name,
.product-details-page .product-description,
.product-details-page .about-product,
.blog-details-page .text-content,
.contact-us-page-container .value {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* ---------- 1) Header / sticky / mobile menu ---------- */
header {
  width: 100%;
  min-width: 0;
}

.is-sticky {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

header .logo,
header .logo-div,
header .logo-div-blured {
  flex: 0 0 auto;
}

header nav,
header .header-actions,
header .header-input-div {
  min-width: 0;
}

header nav {
  flex-wrap: wrap;
  row-gap: 10px;
}

.header-input-div input,
.nav-searchbar input,
.header-search-mobile .search-input {
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 10px 12px;
    gap: 10px;
  }

  header .logo {
    height: 44px;
    max-width: 142px;
  }

  header .logo img {
    object-fit: contain;
  }

  header .menu-button img {
    width: 32px;
    height: 32px;
  }

  .header-search-mobile.is-open {
    width: min(260px, calc(100vw - 92px));
  }

  .offcanvas-body {
    overflow-y: auto;
  }

  .offcanvas-body .offcanvas-navs .nav-link {
    min-height: 48px;
  }

  .offcanvas-body .offcanvas-actions {
    flex-wrap: wrap;
  }
}

/* ---------- 2) General typography / section spacing ---------- */
.section-title,
.page-head .head-title,
.homepage-container .homepage-hero .hero-content .hero-title,
.products-page .products-hero .hero-text .hero-title,
.about-us-page-container .about-us-hero .hero-content .hero-title {
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 768px) {
  .page-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
  }

  .page-head {
    padding: 32px 12px !important;
  }

  .page-head .head-title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.6px;
  }

  .page-head .head-description {
    font-size: 15px;
    line-height: 24px;
  }

  .section-header {
    gap: 12px;
    flex-wrap: wrap;
  }

  .section-header .swipe-buttons {
    margin-left: 0;
  }
}

/* ---------- 3) Buttons / forms ---------- */
.btn-green,
.btn-download,
.whatsapp-button,
.contact-btn {
  max-width: 100%;
}

.btn-green,
.whatsapp-button {
  min-height: 44px;
}

.btn-green span,
.whatsapp-button span,
.btn-download span {
  white-space: normal;
}

@media only screen and (max-width: 480px) {
  .btn-green,
  .btn-download,
  .whatsapp-button,
  .contact-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  .input-with-label .input-with-icon input,
  .textarea-with-label textarea {
    font-size: 15px;
  }
}

/* ---------- 4) Homepage responsive polish ---------- */
.homepage-container .homepage-hero {
  overflow: hidden;
  border-radius: 24px;
}

.homepage-container .homepage-hero .hero-content {
  max-width: 620px;
}

.homepage-container .homepage-hero .overlay {
  pointer-events: none;
}

.homepage-container .recently-added,
.homepage-container .popular-products,
.homepage-container .discounted-products-section {
  min-width: 0;
}

.recently-product-card,
.popular-product-card,
.discounted-product-card,
.similar-product-card,
.blog-card,
.listed-product-card {
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  .homepage-container {
    gap: 24px;
  }

  .homepage-container .homepage-hero {
    height: clamp(360px, 72vh, 520px);
    border-radius: 18px;
  }

  .homepage-container .homepage-hero .hero-content {
    width: 100%;
    max-width: 100%;
    left: 50%;
    padding: 0 18px;
    gap: 16px;
  }

  .homepage-container .homepage-hero .hero-content .hero-title,
  .homepage-container .homepage-hero .hero-content .hero-title span {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.08 !important;
    text-align: center;
  }

  .homepage-container .homepage-hero .hero-content .hero-description {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .homepage-container .homepage-hero .hero-content .hero-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .homepage-container .homepage-hero .hero-content .hero-features {
    justify-content: center;
    gap: 10px 16px;
    flex-wrap: wrap;
  }

  .homepage-container .discounted-products-section {
    border-radius: 20px;
    padding: 18px;
    gap: 20px;
  }

  .homepage-container .discounted-products-section .discounted-products {
    gap: 12px;
  }

  .discounted-product-card {
    width: 100%;
    min-width: 0;
  }

  .subscribe-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .subscribe-card .card-intro .card-title {
    font-size: 26px;
    line-height: 32px;
  }

  .subscribe-card .card-intro .card-description {
    font-size: 15px;
    line-height: 24px;
  }

  .subscribe-card .card-form .form {
    align-items: stretch;
  }

  .subscribe-card .card-form .form input,
  .subscribe-card .card-form .form .subscribe-button {
    width: 100%;
  }
}

/* ---------- 5) Products page: hero ---------- */
.products-page {
  min-width: 0;
}

.products-page .products-hero {
  isolation: isolate;
}

.products-page .products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.products-page .products-hero .hero-text {
  z-index: 1;
  max-width: min(560px, calc(100% - 64px));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@media only screen and (max-width: 768px) {
  .products-page {
    gap: 24px;
  }

  .products-page .products-hero {
    height: clamp(260px, 52vw, 360px);
    border-radius: 18px;
  }

  .products-page .products-hero .hero-text {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    max-width: none;
    padding: 14px;
    border-radius: 14px;
  }

  .products-page .products-hero .hero-text .hero-title {
    font-size: 26px;
    line-height: 32px;
  }

  .products-page .products-hero .hero-text .hero-description {
    font-size: 14px;
    line-height: 22px;
  }
}

/* ---------- 6) Products page: filter and list layout ---------- */
.products-page .products-container {
  align-items: flex-start;
  min-width: 0;
}

.products-page .products-container .product-filter {
  flex: 0 0 280px;
  width: 280px;
  min-width: 240px;
  position: sticky;
  top: 96px;
  align-self: flex-start;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  padding: 20px;
  gap: 20px;
}

.products-page .products-container .product-filter .filter-type {
  min-width: 0;
}

.products-page .products-container .product-filter .filter-type .type-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-page .products-container .product-filter .filter-type .filter-inputs {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

.products-page .products-container .product-filter .filter-type .filter-inputs::-webkit-scrollbar {
  width: 6px;
}

.products-page .products-container .product-filter .filter-type .filter-inputs::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #CBD5E1;
}

.products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div {
  min-width: 0;
}

.products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div label {
  cursor: pointer;
  line-height: 21px;
}

.products-page .products-container .product-filter .filter-type .range-input {
  gap: 8px;
}

.products-page .products-container .product-filter .filter-type .range-input input {
  width: 100%;
  min-height: 40px;
}

.products-page .products-container .product-list {
  min-width: 0;
  width: 100%;
}

.products-page .products-container .product-list-header {
  gap: 16px;
  min-width: 0;
}

.products-page .products-container .product-list-header .sort {
  min-width: 0;
}

.products-page .products-container .product-list-header .sort .select-div {
  min-width: 170px;
}

.products-page .products-container .product-list-body {
  width: 100%;
  align-items: stretch;
}

.products-page .products-container .product-list-body .product-cards {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  align-items: stretch;
}

.products-page .products-container .product-list-body .product-cards .listed-product-card,
.listed-product-card {
  width: 100%;
  max-width: none;
  height: 100%;
}

.listed-product-card .product-image {
  height: clamp(145px, 13vw, 190px);
}

.listed-product-card .product-image img,
.similar-product-card .product-image img,
.recently-product-card .product-img img,
.popular-product-card .product-image img {
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .listed-product-card:hover .product-image img,
  .similar-product-card:hover .product-image img,
  .recently-product-card:hover .product-img img,
  .popular-product-card:hover .product-image img {
    transform: scale(1.04);
  }
}

.listed-product-card .card-body .product-name,
.listed-product-card .card-body .product-description {
  width: 100%;
}

.listed-product-card .card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

@media only screen and (max-width: 992px) {
  .products-page .products-container {
    gap: 20px;
  }

  .products-page .products-container .product-filter {
    flex-basis: 240px;
    width: 240px;
    padding: 16px;
  }

  .products-page .products-container .product-list-body .product-cards {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .products-page .products-container {
    flex-direction: column;
    gap: 18px;
  }

  .products-page .products-container .product-filter {
    position: relative;
    top: auto;
    display: flex;
    width: 100%;
    min-width: 0;
    flex-basis: auto;
    padding: 16px;
    border-radius: 20px;
    gap: 16px;
    z-index: 1;
  }

  .products-page .products-container .product-filter .line {
    display: none;
  }

  .products-page .products-container .product-filter .filter-type {
    border-bottom: 1px solid #EEF2F7;
    padding-bottom: 14px;
  }

  .products-page .products-container .product-filter .filter-type:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .products-page .products-container .product-filter .filter-type .type-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .products-page .products-container .product-filter .filter-type .filter-inputs {
    max-height: 220px;
  }

  .products-page .products-container .product-list-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-page .products-container .product-list-header .product-count {
    font-size: 18px;
    line-height: 26px;
  }

  .products-page .products-container .product-list-header .sort {
    width: 100%;
    justify-content: space-between;
  }

  .products-page .products-container .product-list-header .sort .select-div {
    min-width: 0;
    flex: 1;
  }

  .products-page .products-container .product-list-body .product-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .listed-product-card {
    padding: 10px;
    border-radius: 18px;
    gap: 10px;
  }

  .listed-product-card .product-image {
    height: clamp(132px, 42vw, 180px);
    border-radius: 16px;
  }

  .listed-product-card .card-body .category {
    font-size: 10px;
    line-height: 14px;
  }

  .listed-product-card .card-body .product-name {
    font-size: 14px;
    line-height: 20px;
  }

  .listed-product-card .card-body .product-description {
    font-size: 12px;
    line-height: 18px;
  }

  .listed-product-card .card-footer .product-price {
    font-size: 15px;
    line-height: 22px;
  }

  .listed-product-card .card-footer .btn-add {
    padding: 9px;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 360px) {
  .products-page .products-container .product-list-body .product-cards {
    grid-template-columns: 1fr;
  }

  .listed-product-card .product-image {
    height: 190px;
  }
}

/* ---------- 7) Pagination fix: no more screen overflow ---------- */
.pagination,
nav[role="navigation"] .pagination,
.products-page .pagination,
.products-page nav[aria-label*="Pagination"] .pagination {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  overflow: visible;
}

.pagination li,
.pagination .page-item {
  flex: 0 0 auto;
}

.pagination .page-link {
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 14px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  width: auto;
  min-width: 42px;
}

.products-page .product-list-body > nav,
.products-page .product-list-body > .pagination,
.products-page .product-list-body nav[role="navigation"] {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  padding-top: 4px;
}

@media only screen and (max-width: 576px) {
  .pagination,
  nav[role="navigation"] .pagination,
  .products-page .pagination {
    gap: 6px;
  }

  .pagination .page-link {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 13px;
  }

  .pagination .ellipsis {
    width: 18px;
    height: 36px;
  }
}

@media only screen and (max-width: 380px) {
  .pagination .page-link {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 12px;
  }
}

/* ---------- 8) Product details page ---------- */
.product-details-page {
  min-width: 0;
}

.product-details-page .breadcrumb {
  flex-wrap: wrap;
  gap: 4px 8px;
}

.product-details-page .product-details .product-meta {
  align-items: flex-start;
  min-width: 0;
}

.product-details-page .product-details .product-meta .fotorama-container,
.product-details-page .product-details .product-meta .product-infos {
  min-width: 0;
}

/* Fix existing selector typo in original CSS:
   "product-details-page ..." was missing the leading dot. */
@media only screen and (max-width: 1024px) {
  .product-details-page .product-details .product-meta {
    flex-direction: column;
    gap: 28px;
  }

  .product-details-page .product-details .product-meta .fotorama-container,
  .product-details-page .product-details .product-meta .product-infos {
    width: 100%;
  }
}

.product-details-page .product-details .product-meta .product-infos .product-header .product-name {
  overflow-wrap: anywhere;
}

.product-details-page .product-details .product-meta .product-infos .price-container {
  width: 100%;
}

.product-details-page .product-details .product-meta .product-infos .price-container .min-order {
  flex-wrap: wrap;
}

.product-details-page .product-details .product-meta .product-infos .other-details {
  min-width: 0;
}

.product-details-page .product-details .more-infos {
  align-items: flex-start;
  min-width: 0;
}

.product-details-page .product-details .more-infos .about-product,
.product-details-page .product-details .more-infos .tecnical-parameters {
  min-width: 0;
}

.product-details-page .product-details .more-infos .tecnical-parameters .parameter {
  gap: 12px;
}

.product-details-page .product-details .more-infos .tecnical-parameters .parameter .value {
  text-align: right;
  overflow-wrap: anywhere;
}

.fotorama-container .fotorama-wrapper .fotorama .stage {
  height: clamp(320px, 38vw, 440px);
}

.fotorama-container .fotorama-wrapper .fotorama .stage .fullscreen-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.similar-product-card {
  width: 100%;
  max-width: none;
}

.similar-product-card .product-infos .product-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-details-page .similar-products .section-body {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .product-details-page {
    gap: 24px;
  }

  .product-details-page .product-details .product-meta {
    gap: 20px;
  }

  .product-details-page .product-details .product-meta .product-infos .product-header .product-name {
    font-size: 26px;
    line-height: 32px;
  }

  .product-details-page .product-details .product-meta .product-infos .price-container {
    border-radius: 20px;
    padding: 16px;
  }

  .product-details-page .product-details .product-meta .product-infos .price-container .product-price span:first-child {
    font-size: 26px;
    line-height: 32px;
  }

  .product-details-page .product-details .product-meta .product-infos .other-details {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-details-page .product-details .product-meta .product-infos .whatsapp-button {
    margin-top: 18px;
  }

  .product-details-page .product-details .more-infos {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }

  .product-details-page .product-details .more-infos .about-product,
  .product-details-page .product-details .more-infos .tecnical-parameters {
    width: 100%;
  }

  .product-details-page .product-details .more-infos .tecnical-parameters {
    padding: 18px;
    border-radius: 20px;
  }

  .product-details-page .product-details .more-infos .tecnical-parameters .parameter {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .product-details-page .product-details .more-infos .tecnical-parameters .parameter .value {
    text-align: left;
  }

  .fotorama-container .fotorama-wrapper .fotorama {
    gap: 12px;
  }

  .fotorama-container .fotorama-wrapper .fotorama .stage {
    height: clamp(280px, 82vw, 360px);
  }

  .fotorama-container .fotorama-wrapper .fotorama .stage .fullscreen-open {
    top: 8px;
    right: 8px;
    padding: 6px;
  }

  .fotorama-container .fotorama-wrapper .fotorama .stage .fullscreen-open img {
    width: 34px;
    height: 34px;
  }

  .similar-product-card .product-image {
    height: clamp(170px, 46vw, 240px);
  }
}

/* ---------- 9) About page ---------- */
.about-us-page-container,
.innovations-page-container,
.blog-details-page,
.contact-us-page-container {
  min-width: 0;
}

.about-us-page-container .about-us-hero {
  isolation: isolate;
}

.about-us-page-container .about-us-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.36));
  pointer-events: none;
}

.about-us-page-container .about-us-hero .hero-content {
  z-index: 1;
  width: min(760px, calc(100% - 64px));
  max-width: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.about-us-page-container .about-us-section,
.about-us-page-container .our-goals .section-body,
.about-us-page-container .our-advantages .section-body,
.about-us-page-container .download-section {
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  .about-us-page-container .about-us-hero {
    height: clamp(280px, 65vw, 380px);
    border-radius: 18px;
  }

  .about-us-page-container .about-us-hero img {
    border-radius: 18px;
  }

  .about-us-page-container .about-us-hero .hero-content {
    width: calc(100% - 32px);
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }

  .about-us-page-container .about-us-hero .hero-content .hero-title,
  .about-us-page-container .about-us-hero .hero-content .hero-title span {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.1;
  }

  .about-us-page-container .about-us-hero .hero-content .hero-description {
    font-size: 15px;
    line-height: 23px;
  }

  .about-us-page-container .about-us-section {
    padding: 40px 0;
    gap: 24px;
  }

  .about-us-page-container .about-us-section .section-image {
    max-height: none;
  }

  .about-us-page-container .about-us-section .section-image img {
    object-fit: cover;
    border-radius: 20px;
  }

  .about-us-page-container .about-us-section .section-body .counts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .about-us-page-container .our-goals {
    gap: 32px;
    padding: 48px 0;
  }

  .about-us-page-container .our-goals .section-body,
  .about-us-page-container .our-advantages .section-body {
    padding: 0;
    gap: 16px;
  }

  .about-us-page-container .download-section {
    padding: 32px 0;
    gap: 24px;
  }
}

/* ---------- 10) Blog / news list and detail ---------- */
.innovation-nav {
  min-width: 0;
  width: 100%;
}

.innovation-nav .nav-pills {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.innovation-nav .nav-pills .nav-item {
  flex: 0 0 auto;
}

.innovations-page-container .tab-wrapper {
  width: 100%;
}

.innovations-page-container .tab-wrapper .blog-cards {
  width: 100%;
}

.blog-card {
  width: 100%;
}

.blog-card .blog-infos .blog-title,
.blog-card .blog-infos .blog-description {
  width: 100%;
}

.blog-card .blog-infos .blog-title {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-card .blog-infos .blog-description {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-details-page .blog-head,
.blog-details-page .breadcrumb,
.blog-details-page .blog-image,
.blog-details-page .blog-details {
  max-width: 100%;
}

.blog-details-page .blog-details-text-side .see-catalogues {
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  .innovations-page-container {
    gap: 28px;
  }

  .innovations-page-container .tab-wrapper {
    gap: 28px;
  }

  .innovation-nav .nav-pills {
    justify-content: flex-start;
  }

  .innovation-nav .nav-pills .nav-item .nav-link {
    padding: 9px 14px;
  }

  .innovations-page-container .tab-wrapper .blog-cards {
    gap: 16px;
  }

  .blog-card .blog-card-image {
    height: 190px;
  }

  .blog-card .blog-infos {
    padding: 18px;
    gap: 12px;
  }

  .blog-details-page {
    gap: 24px;
  }

  .blog-details-page .blog-head {
    gap: 12px;
  }

  .blog-details-page .blog-head .section-title,
  .blog-details-page .blog-head h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .blog-details-page .blog-image {
    height: clamp(220px, 58vw, 320px);
    border-radius: 18px;
  }

  .blog-details-page .blog-image img {
    border-radius: 18px;
  }

  .blog-details-page .blog-details {
    gap: 24px;
    padding-bottom: 48px;
  }

  .blog-details-page .blog-details-text-side .see-catalogues {
    flex-direction: column;
    padding: 18px;
    border-radius: 18px;
  }
}

/* ---------- 11) Contact page ---------- */
.contact-us-page-container .page-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-page-container .contact-us {
  align-items: stretch;
  min-width: 0;
}

.contact-us-page-container .contact-us .contact-infos,
.contact-us-page-container .contact-us .contact-form {
  min-width: 0;
}

.contact-us-page-container .contact-us .contact-infos .contact-info {
  min-width: 0;
}

.contact-us-page-container .contact-us .contact-infos .contact-info .info-img {
  flex: 0 0 48px;
}

.contact-us-page-container .contact-us .contact-infos .contact-info .info-texts {
  min-width: 0;
}

.contact-us-page-container .contact-us .contact-form form {
  min-width: 0;
}

.contact-us-page-container .contact-us .contact-form form .btn-green {
  grid-column: 1 / -1;
}

.contact-us-page-container .map {
  overflow: hidden;
  border-radius: 24px;
}

@media only screen and (max-width: 768px) {
  .contact-us-page-container .page-head {
    padding: 40px 0 28px !important;
  }

  .contact-us-page-container .contact-us {
    gap: 20px;
    margin-bottom: 44px;
  }

  .contact-us-page-container .contact-us .contact-infos,
  .contact-us-page-container .contact-us .contact-form {
    padding: 20px;
    border-radius: 22px;
  }

  .contact-us-page-container .contact-us .contact-infos .contact-info {
    gap: 12px;
    margin-bottom: 22px;
  }

  .contact-us-page-container .contact-us .contact-infos .contact-info .info-img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .contact-us-page-container .contact-us .contact-form form {
    gap: 16px;
  }

  .contact-us-page-container .contact-us .contact-form form .btn-green {
    width: 100%;
  }

  .contact-us-page-container .map {
    height: 320px;
    border-radius: 18px;
  }
}

/* ---------- 12) Footer / bottom bar ---------- */
footer {
  min-width: 0;
}

footer .footer-intro,
footer .pages,
footer .contact,
footer .hours {
  min-width: 0;
}

footer .footer-intro .logo {
  max-width: 100%;
}

footer .contact .contact-info {
  align-items: flex-start;
  min-width: 0;
}

footer .contact .contact-info img {
  flex: 0 0 auto;
  margin-top: 3px;
}

footer .hours .hour-info {
  flex-wrap: wrap;
  gap: 8px 20px;
}

.bottom-bar {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-bar-links {
  flex-wrap: wrap;
  gap: 12px 20px;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 44px 18px 28px;
    gap: 28px;
  }

  footer .footer-intro .logo {
    width: 200px;
    height: auto;
  }

  footer .footer-intro .intro-description,
  footer .pages a,
  footer .contact .contact-info span,
  footer .hours .hour-info .label,
  footer .hours .hour-info .value,
  footer .hours .hour-info .value-danger {
    font-size: 14px;
    line-height: 22px;
  }

  .bottom-bar {
    padding: 16px 12px;
    justify-content: center;
    text-align: center;
  }

  .bottom-bar .developed,
  .bottom-bar-links {
    justify-content: center;
  }
}

/* ---------- 13) Very small device hardening ---------- */
@media only screen and (max-width: 340px) {
  .page-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title {
    font-size: 22px;
    line-height: 28px;
  }

  .products-page .products-container .product-filter,
  .contact-us-page-container .contact-us .contact-infos,
  .contact-us-page-container .contact-us .contact-form {
    padding: 14px;
  }
}
/* =========================================================
   ECOSTAR MOBILE NAVBAR + FILTER TOGGLE FIX
   Add this block AFTER ecostar-responsive-fix.css / at the end of style.css
   ========================================================= */

/* ---------- Mobile header / navbar polish ---------- */
@media only screen and (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 10px 14px;
    gap: 10px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }

  header .logo,
  header .logo-div,
  header .logo-div-blured {
    max-width: 150px;
    height: 46px;
    flex: 0 1 auto;
  }

  header .logo img,
  header .logo-div img,
  header .logo-div-blured img {
    object-fit: contain;
  }

  header .menu-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 999px;
    background: #F0F4F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  }

  header .menu-button img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  header .header-search-mobile {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    min-width: 42px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  }

  header .header-search-mobile.is-open {
    width: min(238px, calc(100vw - 118px));
    flex-basis: min(238px, calc(100vw - 118px));
  }
}

/* ---------- Offcanvas mobile menu redesign ---------- */
.offcanvas {
  --bs-offcanvas-width: min(88vw, 370px);
  width: var(--bs-offcanvas-width) !important;
  max-width: 370px;
  min-height: 100dvh;
  border: 0;
  border-radius: 0 26px 26px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 24px 0 70px rgba(15, 23, 42, 0.22);
}

.offcanvas-backdrop.show {
  opacity: 0.42;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.offcanvas-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid #EEF2F7;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.offcanvas-header .logo-div {
  width: 154px;
  max-width: 54vw;
  height: 50px;
}

.offcanvas-header .logo-div img {
  object-fit: contain;
}

.offcanvas-header .btn-close,
.offcanvas-header button[data-bs-dismiss="offcanvas"] {
  width: 38px;
  height: 38px;
  min-width: 38px;
  margin-left: auto;
  border-radius: 999px;
  background-color: #F0F4F2;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offcanvas-body {
  padding: 14px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.offcanvas-body .offcanvas-navs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offcanvas-body .offcanvas-navs .nav-link {
  min-height: 52px;
  padding: 14px 16px !important;
  border-radius: 18px;
  background: #F8FAFC;
  border: 1px solid #EEF2F7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111814;
  transform: none !important;
}

.offcanvas-body .offcanvas-navs .nav-link span,
.offcanvas-body .offcanvas-navs .nav-link a {
  color: #111814;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.offcanvas-body .offcanvas-navs .nav-link:hover,
.offcanvas-body .offcanvas-navs .nav-link:focus,
.offcanvas-body .offcanvas-navs .nav-link.active {
  background: rgba(17, 212, 98, 0.10);
  border-color: rgba(17, 212, 98, 0.28);
}

.offcanvas-body .offcanvas-navs .nav-link img {
  width: 22px;
  height: 22px;
  opacity: 0.75;
}

.offcanvas-body .nav-searchbar {
  width: 100%;
  border-radius: 18px;
  padding: 12px 14px;
  background: #F8FAFC;
}

.offcanvas-body .nav-searchbar input {
  width: 100%;
}

.offcanvas-body .offcanvas-actions {
  margin-top: auto;
  padding: 12px 0 0 !important;
  border-top: 1px solid #EEF2F7;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.offcanvas-body .offcanvas-actions .whatsapp-button,
.offcanvas-body .offcanvas-actions .view-projects,
.offcanvas-body .offcanvas-actions a,
.offcanvas-body .offcanvas-actions button {
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 380px) {
  .offcanvas {
    --bs-offcanvas-width: 92vw;
    border-radius: 0 22px 22px 0;
  }

  .offcanvas-header,
  .offcanvas-body {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* ---------- Product filters: mobile hide/show button ---------- */
.mobile-filter-toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  .products-page .products-container {
    gap: 14px;
  }

  .mobile-filter-toggle {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border-radius: 18px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #111814;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    position: sticky;
    top: 74px;
    z-index: 5;
  }

  .mobile-filter-toggle__left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .mobile-filter-toggle__icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 999px;
    background: rgba(17, 212, 98, 0.12);
    color: #11D462;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
  }

  .mobile-filter-toggle__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-filter-toggle__badge {
    display: none;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #11D462;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
  }

  .mobile-filter-toggle.has-active-filters .mobile-filter-toggle__badge {
    display: inline-block;
  }

  .mobile-filter-toggle__chevron {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 999px;
    background: #F0F4F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.22s ease, background 0.22s ease;
  }

  .mobile-filter-toggle.is-open {
    border-color: rgba(17, 212, 98, 0.42);
    box-shadow: 0 12px 32px rgba(17, 212, 98, 0.14);
  }

  .mobile-filter-toggle.is-open .mobile-filter-toggle__chevron {
    transform: rotate(180deg);
    background: rgba(17, 212, 98, 0.12);
  }

  .products-page .products-container .product-filter {
    display: flex !important;
    width: 100%;
    min-width: 0;
    flex-basis: auto;
    position: relative;
    top: auto;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0;
    border-width: 0;
    transform: translateY(-8px);
    transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease, padding 0.22s ease, border-width 0.22s ease;
  }

  .products-page .products-container .product-filter.is-open,
  .products-page .products-container.filter-panel-open .product-filter {
    max-height: min(72vh, 620px);
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
    padding: 16px !important;
    border-width: 1px;
    transform: translateY(0);
    overscroll-behavior: contain;
  }

  .products-page .products-container .product-filter .filter-type {
    gap: 12px;
  }

  .products-page .products-container .product-filter .filter-type .filter-inputs {
    max-height: none;
    overflow: visible;
  }

  .products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div {
    min-height: 34px;
    padding: 2px 0;
  }

  .products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div label {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .products-page .products-container .product-list-header {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 360px) {
  .mobile-filter-toggle {
    top: 68px;
    padding: 12px 13px;
    border-radius: 16px;
  }
}

/* =========================================================
   ECOSTAR FINAL V3 ADDITIONS - Mobile navbar + filter toggle
   ========================================================= */

/* =========================================================
   ECOSTAR - Mobile Navbar + Product Filter Toggle v3
   Add this file AFTER the main style.css and AFTER previous fixes.
   ========================================================= */

/* General safety */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

/* Mobile navbar/offcanvas polish */
@media only screen and (max-width: 768px) {
  header {
    position: relative;
    z-index: 1000;
    padding: 10px 12px !important;
    gap: 10px !important;
  }

  header .logo,
  header .logo-div,
  header .logo-div-blured {
    width: 128px !important;
    max-width: 48vw !important;
    height: auto !important;
  }

  header .logo img,
  header .logo-div img,
  header .logo-div-blured img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  header .menu-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  header .menu-button img {
    width: 22px !important;
    height: 22px !important;
  }

  .header-search-mobile {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08) !important;
  }

  .header-search-mobile.is-open {
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    top: 10px !important;
    width: calc(100% - 24px) !important;
    z-index: 1002 !important;
    background: #fff !important;
  }

  .offcanvas {
    z-index: 9999 !important;
    max-width: 88vw !important;
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    overflow: hidden !important;
  }

  .offcanvas-header {
    padding: 16px !important;
    border-bottom: 1px solid #f0f4f2 !important;
  }

  .offcanvas-header .logo-div {
    width: 150px !important;
    height: auto !important;
  }

  .offcanvas-body {
    padding: 8px 12px 18px !important;
    overflow-y: auto !important;
    justify-content: flex-start !important;
    gap: 18px !important;
  }

  .offcanvas-body .offcanvas-navs {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  .offcanvas-body .offcanvas-navs .nav-link {
    padding: 14px 12px !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
  }

  .offcanvas-body .offcanvas-navs .nav-link:hover,
  .offcanvas-body .offcanvas-navs .nav-link:active {
    transform: none !important;
    background: rgba(17, 212, 98, 0.1) !important;
  }

  .offcanvas-body .offcanvas-navs .nav-link span {
    color: #111814 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  .offcanvas-body .offcanvas-actions {
    padding: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .offcanvas-body .offcanvas-actions a,
  .offcanvas-body .offcanvas-actions button {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================================================
   Product filter toggle
   Important logic:
   - If JS is NOT loaded, filters stay visible on mobile.
   - Only when JS creates the button and adds body class,
     the filters become collapsed.
   ========================================================= */

.mobile-filter-toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  .products-page .products-container {
    flex-direction: column !important;
    gap: 16px !important;
  }

  /* Fallback: if JS does not work, do NOT hide filters completely */
  .products-page .products-container .product-filter,
  .products-page .product-filter,
  .mobile-product-filter-panel {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin: 0 !important;
  }

  /* Button style */
  .mobile-filter-toggle {
    width: 100% !important;
    min-height: 50px !important;
    display: none;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 13px 16px !important;
    margin: 0 0 12px 0 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(17, 212, 98, 0.24) !important;
    background: linear-gradient(135deg, #11d462 0%, #0fbf59 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(17, 212, 98, 0.2) !important;
    font-family: inherit !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.ecostar-mobile-filter-enabled .mobile-filter-toggle {
    display: flex !important;
  }

  .mobile-filter-toggle__left {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
  }

  .mobile-filter-toggle__icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .mobile-filter-toggle__text {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .mobile-filter-toggle__right {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
  }

  .mobile-filter-toggle__badge {
    min-width: 24px !important;
    height: 24px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  .mobile-filter-toggle.has-active-filters .mobile-filter-toggle__badge {
    display: inline-flex !important;
  }

  .mobile-filter-toggle__chevron {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    transition: transform 0.22s ease !important;
  }

  .mobile-filter-toggle.is-open .mobile-filter-toggle__chevron {
    transform: rotate(180deg) !important;
  }

  /* Collapsed mode only after JS is active */
  body.ecostar-mobile-filter-enabled .products-page .products-container .product-filter,
  body.ecostar-mobile-filter-enabled .products-page .product-filter,
  body.ecostar-mobile-filter-enabled .mobile-product-filter-panel {
    display: none !important;
  }

  body.ecostar-mobile-filter-enabled .products-page .products-container .product-filter.is-open,
  body.ecostar-mobile-filter-enabled .products-page .product-filter.is-open,
  body.ecostar-mobile-filter-enabled .mobile-product-filter-panel.is-open {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
    padding: 16px !important;
    margin: 0 0 16px 0 !important;
    border-radius: 22px !important;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1) !important;
    animation: ecostarFilterFade 0.18s ease both !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.ecostar-mobile-filter-enabled .products-page .products-container .product-filter .line,
  body.ecostar-mobile-filter-enabled .products-page .product-filter .line,
  body.ecostar-mobile-filter-enabled .mobile-product-filter-panel .line {
    display: none !important;
  }

  .products-page .products-container .product-filter .filter-type,
  .products-page .product-filter .filter-type,
  .mobile-product-filter-panel .filter-type {
    gap: 10px !important;
    padding: 0 0 14px 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
  }

  .products-page .products-container .product-filter .filter-type:last-child,
  .products-page .product-filter .filter-type:last-child,
  .mobile-product-filter-panel .filter-type:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .products-page .products-container .product-filter .filter-type .type-title,
  .products-page .product-filter .filter-type .type-title,
  .mobile-product-filter-panel .filter-type .type-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    margin: 0 0 4px 0 !important;
  }

  .products-page .products-container .product-filter .filter-type .filter-inputs,
  .products-page .product-filter .filter-type .filter-inputs,
  .mobile-product-filter-panel .filter-inputs {
    gap: 8px !important;
  }

  .products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div,
  .products-page .product-filter .filter-type .filter-inputs .filter-input-div,
  .mobile-product-filter-panel .filter-input-div {
    min-height: 40px !important;
    padding: 8px 10px !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    gap: 10px !important;
  }

  .products-page .products-container .product-filter .filter-type .filter-inputs .filter-input-div label,
  .products-page .product-filter .filter-type .filter-inputs .filter-input-div label,
  .mobile-product-filter-panel .filter-input-div label {
    font-size: 14px !important;
    line-height: 19px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .products-page .products-container .product-filter input[type="checkbox"],
  .products-page .products-container .product-filter input[type="radio"],
  .products-page .product-filter input[type="checkbox"],
  .products-page .product-filter input[type="radio"],
  .mobile-product-filter-panel input[type="checkbox"],
  .mobile-product-filter-panel input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    accent-color: #11d462 !important;
  }

  .products-page .products-container .product-filter .range-input,
  .products-page .product-filter .range-input,
  .mobile-product-filter-panel .range-input {
    gap: 6px !important;
  }

  .products-page .products-container .product-filter .range-input input,
  .products-page .product-filter .range-input input,
  .mobile-product-filter-panel .range-input input {
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 14px !important;
    padding: 10px 12px !important;
  }

  /* Product list header after filter */
  .products-page .products-container .product-list-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .products-page .products-container .product-list-header .product-count {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .products-page .products-container .product-list-header .sort {
    width: 100% !important;
    align-items: stretch !important;
    gap: 8px !important;
  }

  .products-page .products-container .product-list-header .sort .select-div {
    flex: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 769px) {
  .mobile-filter-toggle {
    display: none !important;
  }

  .products-page .products-container .product-filter,
  .products-page .product-filter,
  .mobile-product-filter-panel {
    display: flex !important;
  }
}

@keyframes ecostarFilterFade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== EcoStar Mobile Product Filter Toggle ===== */

.mobile-filter-toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  .products-page .products-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .products-page .products-container .mobile-filter-toggle {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    margin: 0 0 4px 0 !important;
    border: 1px solid #dbeee5 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
    color: #111814 !important;
    cursor: pointer !important;
  }

  .mobile-filter-toggle__left {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
  }

  .mobile-filter-toggle__icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 50% !important;
    background: #11D462 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .mobile-filter-toggle__text {
    color: #111814 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    white-space: normal !important;
  }

  .mobile-filter-toggle__action {
    padding: 6px 11px !important;
    border-radius: 999px !important;
    background: rgba(17, 212, 98, 0.1) !important;
    color: #11D462 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  .mobile-filter-toggle.is-open .mobile-filter-toggle__action {
    background: #11D462 !important;
    color: #fff !important;
  }

  .products-page .products-container .product-filter {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    z-index: 1 !important;
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
    overflow: hidden !important;
  }

  .products-page .products-container .product-filter.is-open {
    display: block !important;
    animation: ecoFilterFade 0.22s ease;
  }

  .products-page .product-filter form,
  .products-page .product-filter .filter-type,
  .products-page .product-filter .filter-accordion,
  .products-page .product-filter .accordion,
  .products-page .product-filter .accordion-item,
  .products-page .product-filter .accordion-body,
  .products-page .product-filter .filter-inputs {
    width: 100% !important;
    max-width: 100% !important;
  }

  .products-page .product-filter label,
  .products-page .product-filter span,
  .products-page .product-filter a {
    white-space: normal !important;
  }

  @keyframes ecoFilterFade {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* ===== EcoStar Mobile Filter Scroll Fix ===== */

@media only screen and (max-width: 768px) {
  .products-page .products-container .product-filter {
    overflow: visible !important;
  }

  .products-page .products-container .product-filter.is-open {
    display: block !important;
    max-height: calc(100dvh - 150px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    padding: 16px 16px calc(18px + env(safe-area-inset-bottom)) 16px !important;
  }

  .products-page .products-container .product-filter.is-open #filter-form,
  .products-page .products-container .product-filter.is-open .filter-inputs,
  .products-page .products-container .product-filter.is-open .accordion-body,
  .products-page .products-container .product-filter.is-open .accordion-collapse {
    overflow: visible !important;
    max-height: none !important;
    touch-action: pan-y !important;
  }

  .products-page .products-container .product-filter.is-open::-webkit-scrollbar {
    width: 4px;
  }

  .products-page .products-container .product-filter.is-open::-webkit-scrollbar-thumb {
    background: rgba(17, 212, 98, 0.45);
    border-radius: 999px;
  }

  .products-page .products-container .mobile-filter-toggle {
    position: sticky !important;
    top: 76px !important;
    z-index: 20 !important;
  }
}
