.ge-about-container {
  color: var(--ge-text);
  line-height: 1.6;
}

.container_about_us_one {
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px);
  padding-left: 0;
  padding-right: 0;
}
.ge-hero-with-bg {
  background: url("/image/catalog/photo_aboutNEW.svg") center center / cover
    no-repeat;
  padding: 0 0 30px;
  text-align: center;
  border-radius: 0 0 40px 40px;
  color: var(--ge-white);
  position: relative;
  display: flex;
  align-items: center;
}

.container_about_us_one .breadcrumb-custom {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 90px 0 0 0;
  margin: 0;
  background: transparent !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
}
@media screen and (max-width: 1300px) {
  .container_about_us_one .breadcrumb-custom {
    width: calc(100% - 20px);
  }
}
.ge-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  margin-top: 30px;
}
.ge-breadcrumb a,
.ge-breadcrumb span {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
}
.ge-label {
  color: var(--White-text, #f6f7f9);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 10px;
  display: flex;
}

.ge-main-title {
  color: var(--White-text, #f6f7f9);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.ge-hero-desc {
  color: var(--White-text, #f6f7f9);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0 auto;
  width: 100%;
  max-width: 592px;
}

.category-layout {
  display: flex;
  gap: 35px;
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px);
  margin-top: 40px;
}

.category-sidebar {
  width: 280px;
}

.category-content {
  flex: 1;
}

.category-search {
  margin-bottom: 15px;
  border-radius: 20px;
  background: #fff;
  padding: 10px;
}

.category-search--autocomplete .category-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.category-search--autocomplete .category-search-form input {
  width: 100%;
}
html, body {
  overflow-x: hidden;
}

.search-icon {
    position: absolute;
    left: 11px;
    display: flex;
    align-items: center;
    pointer-events: none; 
}

.search-icon svg {
    width: 24px; 
    height: 24px;
}

#categorySearch {
    width: 100%;
    padding-left: 42px; 
    height: 45px;     
    border-radius: 10px; 
    border: 1px solid var(--Grey-text, #8A8C8D);
    outline: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}
#categorySearch:focus + .search-icon svg path {
    fill: #333;
}
.category-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  max-height: 320px;
  overflow-y: auto;
  z-index: 100;
  display: none;
}

.category-search-dropdown.is-visible {
  display: block;
}

.category-search-dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s;
}

.category-search-dropdown__item:last-child {
  border-bottom: none;
}

.category-search-dropdown__item:hover {
  background: #f0f7ff;
}

.category-search-dropdown__thumb {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.category-search-dropdown__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-search-dropdown__name {
  flex: 1;
  min-width: 0;
}

.category-search-form {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.btn-filter-close {
    display: none;
}


.category-search-form input {
  flex: 1;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.category-search-form .category-search-btn {
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid #25b461;
  background: #25b461;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.category-search-form .category-search-btn:hover {
  background: #1e9a52;
  border-color: #1e9a52;
}

.category-search input {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid var(--Grey-text, #8a8c8d);
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-card {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 30px;
  height: 100%;
}

.product-image img {
  width: 100%;
  border-radius: 20px;
  max-width: 280px;
  min-width: 280px;
  height: auto;
  max-height: 230px;
  min-height: 210px;
  object-fit: cover;
}

.product-title {
    color: #000 !important;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    margin: 0;
    margin-bottom: 10px;
}

.product-description {
    color: #404040;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;        
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card .product-title a {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    margin-bottom: 10px;    
}

.product-top-content {
  flex-grow: 0;
}

.product-action {
  margin-top: auto !important; 
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
}

.product-action__tags {
  flex: 1;                      
}

.product-info {
  display: flex;
  flex-direction: column;
  flex: 1;            
  justify-content: flex-start;
  min-height: 100%;   
}

.product-title, 
.product-description, 
.product-filter-tags {
  flex-shrink: 0; 
}
@media (min-width: 1280px) and (max-width: 1299px) {
    .container_about_us_one .breadcrumb-custom {
        padding: 80px 0 0 0;
    }
}
.product-action {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
  gap: 5px;
}

.product-description,
.product-filter-tags__list {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 770px;
}

@media (max-width: 767px) {
  .product-action {
    flex-direction: column;
    align-items: flex-start;
  }

  
}

.btn-more {
  color: #fff;
  border: none;
  border-radius: 30px;
  background: var(--Green, #25b461);
  align-items: center;
  color: var(--White-text, #f6f7f9);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  padding: 10px 10px 10px 20px;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  border: 1px solid var(--Green, #25b461);
  height: auto;
  max-height: 50px;
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.btn-more:hover {
  background: #ffffff;
  color: #25b461;
  border: 1px solid var(--Green, #25b461);
}
.btn-more:hover .btn-arrow-icon {
  background: #25b461;
}

.btn-arrow-icon {
  position: relative;
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn-arrow-icon svg:first-child {
  transform: translateX(0);
}
.btn-arrow-icon svg:nth-child(2) {
  transform: translateX(-40px);
}

.btn-more:hover .btn-arrow-icon svg:first-child {
  transform: translateX(40px);
}
.btn-arrow-icon svg {
  width: 16px;
  height: 14px;
  fill: #25b461;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
}

.btn-more:hover .btn-arrow-icon svg:nth-child(2) {
  transform: translateX(0);
  fill: #ffffff;
}

.category-pagination {
  margin-top: 30px;
  text-align: center;
}

.category-description {
  margin-top: 60px;
  background: #f6f7f9;
  padding: 30px;
  border-radius: 30px;
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px);
  margin-bottom: 70px;
  margin-top: 70px;
}

.category-description h2 {
  color: var(--Black-text, #000);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  margin-bottom: 15px;
}

.category-description-text {
  line-height: 1.7;
  color: #555;
}
.category-description .page_project_p {
  color: var(--Black-text, #000);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.category-description hr {
  border: none;
  border-top: 2px solid #8A8C8D;
  margin: 30px 0;
}
.category-description h3 {
  color: var(--Black-text, #000);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
  margin-bottom: 20px;
}
.category-description p {
  color: var(--Black-text, #000);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.filter-box {
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
}
.filter-block {
  margin-bottom: 50px;
}
.category-description ul li {
  color: var(--Black-text, #000);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.category-description ul {
  padding-left: 25px;
  margin: 5px 0 0 0;
}

.filter-title {
    background: #232323;
    color: #ffffff;
    padding: 15px 20px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px 20px 0 0;
}

.block-arrow {
  transition: transform 0.3s ease;
}

.filter-block.active .block-arrow {
  transform: rotate(180deg);
}

.filter-items {
  display: none;
  background: #fff;
}

.filter-block.active .filter-items {
  display: block;
}

.filter-link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #4c9bc4; 
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s;
  cursor: pointer;
}

.filter-link:hover,
.filter-link.active {
  background: #fff;
}
.filter-link:hover {
  background: #fff;
  text-decoration: underline;
}

.filter-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.filter-item-container.active .filter-arrow {
  transform: rotate(0deg); 
}

.filter-sub-items {
  display: none;
  background: #fcfcfc;
}

.all-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border-bottom: 1px solid #f0f0f0;
  padding-right: 20px;
  cursor: pointer;
}


.category-layout #column-left {
    padding: 0;
}
.all-link {
  flex: 1;
  border-bottom: none !important;
  font-weight: 700 !important;
  color: #212121 !important;
}

.main-toggle-arrow {
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 5px;
}

.filter-list-body {
  transition: all 0.3s ease;
}
.filter-sub-link {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 20px;
  color: #4c9bc4;
  text-decoration: none;
  font-size: 14px;
}

.filter-sub-link .icon-bolt {
  margin-right: 10px;
  width: 12px;
}

.filter-sub-link.active {
  background: #ffffff;
  color: #333;
  font-weight: 600;
  box-shadow: inset 5px 0 0 #25b461; 
}

.filter-sub-item-wrap {
  border-bottom: none;
}
.filter-sub-item-wrap.filter-sub-item-wrap.category-module-child
  .filter-sub-row,
.filter-item-container.category-module-child .filter-sub-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-sub-item-wrap.category-module-child .filter-sub-link,
.filter-item-container.category-module-child .filter-link {
  flex: 1;
}
.category-module-expand {
  background: none;
  border: none;
  padding: 8px 12px 8px 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-module-expand .filter-arrow--sub {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.filter-sub-item-wrap.category-module-child.expanded .filter-arrow--sub,
.filter-item-container.category-module-child.expanded .filter-arrow--sub {
  transform: rotate(180deg);
}
.filter-item-container.category-module-child .filter-link {
  padding: 10px 20px 10px 20px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.filter-item-container.category-module-child .filter-link .icon-bolt {
  margin-right: 10px;
  width: 12px;
}
.filter-sub-items--level2 {
  background: #fff;
  border-top: 1px solid var(--Grey-text, #8A8C8D);
}
.filter-sub-link--level2 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.filter-sub-link--level2 .icon-bolt {
  width: 10px;
  margin-right: 8px;
  width: 10px;
  height: 18px;
  flex-shrink: 0;
}

.container_about_us_one .breadcrumb-custom .current-page {
  color: var(--White-text, #f6f7f9);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.container_about_us_one li a {
  color: var(--White-text, #f6f7f9);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.container_about_us_one .breadcrumb-custom li:not(:last-child)::after {
  content: "";
  background-color: #f6f7f9;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.breadcrumb-custom li .home-link:hover {
  color: var(--Green, #25b461);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  fill: var(--Green, #25b461);
}
.breadcrumb-custom li .home-link:hover {
  color: #25b461;
  fill: var(--Green, #25b461);
}

.breadcrumb-custom li .home-link svg:hover {
  color: #25b461;
  fill: var(--Green, #25b461);
}

.project-pagination-wrapper {
  margin: 30px 0 100px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.project-pagination-wrapper ul.pagination {
  display: flex !important;
  list-style: none !important;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.project-pagination-wrapper .pagination li a,
.project-pagination-wrapper .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; 
  height: 40px;
  text-decoration: none;
  color: #000;
  background-color: #f8f9fa;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid transparent;
}
.project-pagination-wrapper .pagination li.active span {
  background-color: #f4fdf6 !important;
  border: 1px solid #25b461 !important;
  color: #25b461 !important;
}

.project-pagination-wrapper .pagination li a:not(.step-arrow):hover {
  background-color: #f4fdf6;
  color: #25b461;
  border: 1px solid #25b461;
}

.project-pagination-wrapper .pagination li a.step-arrow {
  background-color: #25b461 !important;
  color: #fff !important;
  border: none !important;
}

.project-pagination-wrapper .pagination li a.step-arrow:hover {
  background-color: #000 !important;
}

.project-pagination-wrapper .pagination > li:first-child > a,
.project-pagination-wrapper .pagination > li:last-child > a {
  border-radius: 12px !important;
}

.pagination:not(.project-pagination-wrapper .pagination) {
  display: none !important;
}

.project-pagination-wrapper .pagination {
  display: flex !important;
  justify-content: center;
  list-style: none;
  gap: 8px;
}

.filter-box--attributes .filter-block--apply .filter-items {
  display: block;
}
.filter-box--attributes .filter-block--apply .filter-title {
  display: none;
}
.filter-link--checkbox {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-link--checkbox .icon-bolt {
  margin-right: 10px;
  width: 12px;
  flex-shrink: 0;
}
.filter-link--checkbox .filter-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filter-link--checkbox:hover,
.filter-link--checkbox.active {
  background: #fff;
}
.filter-link--checkbox.active {
  font-weight: 600;
  box-shadow: inset 5px 0 0 #25b461;
}
.filter-item-container--filter .filter-sub-row {
  display: flex;
  align-items: center;
}
.filter-item-container--filter .filter-link--checkbox {
  flex: 1;
}
.filter-apply-wrap {
  background: #eee;
}
.btn-filter-apply {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #25b461;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-filter-apply:hover {
  background: #1e9a50;
}

.category-products-ajax-wrap {
  position: relative;
  min-height: 120px;
}
.category-products-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 20;
}
.category-products-loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #25b461;
  border-radius: 50%;
  animation: category-products-spin 0.8s linear infinite;
}
.category-products-loading-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #333;
}
@keyframes category-products-spin {
  to {
    transform: rotate(360deg);
  }
}


.product-filter-tags__group {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.product-filter-tags__group:last-child {
  margin-bottom: 0;
}
.product-filter-tags__label {
    color: #404040;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; 
    margin: 0;
}
.product-filter-tags__list {
  display: -webkit-box;
  -webkit-line-clamp: 2;         
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-filter-tag {
    display: inline-block;
    border-radius: 10px;
    background: #F1F1F1;
    padding: 5px 10px;
    color: #8A8C8D;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px; 
    margin-top: 5px;
}


.filter-item-container {
    border-bottom: 1px solid var(--Grey-text, #8A8C8D);
}

.filter-sub-items a:hover {
    color:#000;
    text-decoration: underline;
    cursor: pointer;
}


.filter-title-one {
    display: flex;
    height: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 0 0 20px 20px;
    background: #232323;
}

@media screen and (max-width: 1300px) {
   .breadcrumb-custom {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;   
        white-space: nowrap;
        padding: 10px 0 12px 0;      
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #f1f1f1; 
        
    }

    .breadcrumb-custom li {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
        margin-bottom: 5px;  
    }
    .breadcrumb-custom::-webkit-scrollbar {
        height: 1px;              
        display: block !important;  
        
    }
    .breadcrumb-custom::-webkit-scrollbar-track {
        background: #f1f1f1;        
        border-radius: 10px;
    }
    .breadcrumb-custom::-webkit-scrollbar-thumb {
        background-color: #27ae60;   
        border-radius: 10px;
        border: none;    
        
    }
}
@media screen and (max-width: 739px) {
    .container_about_us_one  {
        width: calc(100% - 10px);
    }
    .container_about_us_one .breadcrumb-custom {
        width: calc(100% - 10px);
    }
    .category-layout {
        width: calc(100% - 20px);
    }
    .category-description {
        width: calc(100% - 20px);
        padding: 30px 15px ;
    }
    .category-description ul li {
        font-size: 14px;
    }
    .category-description p {
        font-size: 14px;
    }
    .category-description h3 {
        margin-bottom: 15px;
    }
    .category-description .page_project_p {
        font-size: 14px;
    }
    .category-description h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .project-pagination-wrapper {
        margin-bottom: 0;
    }
    .product-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .ge-main-title {
        font-size: 24px;
    }
    .ge-hero-desc {
        font-size: 14px;
        line-height: 25px;
    }
}

.btn-mobile-filter {
    display: none;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #8A8C8D;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 16px;
    height: 45px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

@media (min-width: 1280px) and (max-width: 1520px) {
    .hero-bar {
        width: calc(100% - 80px)!important;
        backdrop-filter: blur(10px);
        box-sizing: border-box;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1520px) {
    .category-layout {
        width: calc(100% - 80px);
    }
    .category-description {
        width: calc(100% - 80px);
    }
    .container_about_us_one {
        width: calc(100% - 80px);
    }

}
@media screen and (min-width: 1280px) and (max-width: 1420px) {
    .product-image img {
        max-width: 250px;
        min-width: 250px;
        max-height: 250px;
        min-height: 250px;
    }
}
@media (max-width: 1279px) {
    .hero-bar {
        width: calc(100% - 40px) !important;
    }
    .category-layout {
        width: calc(100% - 40px);
    }
    .category-description {
        width: calc(100% - 40px);
    }
    .container_about_us_one {
        width: calc(100% - 40px);
    }
    .product-image img {
        max-width: 100%;
        min-width: auto;
        max-height: 240px;
        min-height: auto;
    }
}

@media screen and (max-width: 1279px) {
    .btn-mobile-filter {
        display: flex; 
        padding: 10px;
    }
    .category-search {
        display: flex;
        gap: 10px;
    }

    .category-layout {
        flex-direction: column; 
        width: calc(100% - 40px);
    }
    .filter-block   {
      margin-bottom: 0;
    }
}

   @media screen and (max-width: 1279px) {
    #column-left {
        position: fixed;
        top: 0;
        left: -100%; 
        width: 100%;
        max-width: 470px;
        height: 100%;
        background: transparent;
        z-index: 9999;
        transition: left 0.3s ease;
        overflow-y: auto;

    }
    .filter-box {
        border-radius: 0 20px 20px 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: transparent;
    }

    #column-left.active {
        left: 0 !important; 
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .product-description, .product-filter-tags__list {
        max-width: 100%;
    }
    .filter-title-one {
      border-radius: 0 0 20px 0;
    }
    .filter-title {
      border-radius:0 20px 0 0;
    }
   

    .category-sidebar {
        width: 100%;
    }
}

.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* background: rgba(91, 91, 91, 0.74); */

  backdrop-filter: blur(3px);
  /* -webkit-backdrop-filter: blur(3px); */

  opacity: 0;
  visibility: hidden;

  transition: opacity 0.3s ease;

  z-index: 9998;
}

/* активний */
.filter-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1279px) {
    .btn-filter-close {
        display: flex;
        position: absolute;
        top: 8px;
        right: 10px;
        background: #f5f5f5;
        border: none;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        color: #333;
        padding: 0;
        transition: background 0.2s;
    }

    .btn-filter-close:hover {
        background: #eeeeee;
        opacity: 0.7;
    }
    .btn-filter-close:hover svg path {
        fill: var(--Text, #25B461);
    }

}
@media screen and (max-width: 1000px) {
    .product-card {
        flex-direction: column;
    }
    .product-image img {
       max-height: 400px;
    }
    .product-action {
      flex-direction: column;
      align-items: baseline;
    }
    .btn-more {
      width: 100%;
      justify-content: center;
      margin-top: 5px;
    }
    .product-filter-tags__list {
      -webkit-line-clamp: 4;
    }
    .product-description, .product-filter-tags__list {
      -webkit-line-clamp: 4;
    }
    #column-right {
    position: fixed;
    top: 0;
    right: -300px; /* сховане за екраном */
    width: 300px;
    height: 100%;
    background: #fff;
    transition: right 3s ease; /* 3 секунди */
    z-index: 999;
}

/* коли активне */
#column-right.active {
    right: 0;
}
}

a:focus {
  background: #ffffff;
  outline: none !important;
  color: #25b461 !important;
  border: 1px solid var(--Green, #25b461) !important;
  /* border: white !important; */
  text-decoration: auto;
}

@media screen and (max-width: 739px) {
  .hero-bar {
    width: calc(100% - 20px) !important;
  }
  .category-layout {
    width: calc(100% - 20px);
  }
  .category-description {
    width: calc(100% - 20px);
  }
  .container_about_us_one {
    width: calc(100% - 20px);
  }
   .product-image img {
       max-height: fit-content;
    }
/* Сайдбар (меню) */
#column-left {
  max-width: 100%;
  top: 0;
  left: -320px; /* ховаємо */
  width: 320px;
  height: 100%;
  z-index: 9999;

  transition: left 0.5s ease; /* 👈 анімація */
}

/* Коли відкритий */
#column-left.active {
  left: 0;
}

}