.products-section {
  padding: 0 24px;
}

.products-section > .elementor-container {
  gap: 24px;
  flex-wrap: nowrap;
}

.products-section .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

.products-section .filters-column .product-filters {
  background-color: #eff3f8;
  border-radius: 24px;
  padding: 56px 24px 0 24px;
  margin-bottom: 16px;
}

.products-section .filters-column .product-filters::before {
  content: "Filtru";
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  width: 102px;
  height: 40px;
  padding: 8px 24px;
  background-image: url(/wp-content/uploads/2025/03/Subtract.svg);
  background-size: contain;
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #0d84f2;
}

.products-section .filters-column .product-filters h3 {
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #07468d;
  margin-bottom: 10px;
}

.products-section .filters-column .product-filters li {
  padding: 12px 0 !important;
  border-top: 1px solid #dee5ee;
  display: flex;
  align-items: center;
  gap: 16px;
}

.products-section .filters-column .product-filters input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #596980;
  border-radius: 4px;
  margin: 0;
}

.products-section
  .filters-column
  .product-filters
  input[type="checkbox"]:checked {
  border-color: #0d84f2;
  background-color: #0d84f2;
}

.products-section
  .filters-column
  .product-filters
  input[type="checkbox"]:checked:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 0;
  left: 4px;
  width: 6px;
  height: 10px;
}

.products-section .filters-column .product-filters label {
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #596980;
  text-align: left;
}

.products-section .filters-column .product-filters .checked label {
  color: #111725;
}

/* Filters sorting */

.products-section .filters-column .product-filters ul {
  display: grid;
}

.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23259"]
  .product-filters
  li:nth-child(1) {
  order: 4;
}

.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23259"]
  .product-filters
  li:nth-child(2) {
  order: 1;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23259"]
  .product-filters
  li:nth-child(3) {
  order: 5;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23259"]
  .product-filters
  li:nth-child(4) {
  order: 3;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23259"]
  .product-filters
  li:nth-child(5) {
  order: 2;
}

/* Echipamente speciale */

.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(1) {
  order: 1;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(9) {
  order: 2;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(4) {
  order: 3;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(8) {
  order: 4;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(12) {
  order: 5;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(2) {
  order: 6;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(11) {
  order: 7;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(10) {
  order: 8;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(3) {
  order: 9;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(7) {
  order: 10;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(6) {
  order: 11;
}
.products-section
  .filters-column
  .berocket_single_filter_widget[data-id="23487"]
  .product-filters
  li:nth-child(5) {
  order: 12;
}

/* --------------- */

.products-section .filters-column .contact-details {
  background-color: #eff3f8;
  border-radius: 16px;
  padding: 24px;
  margin: 0;
}

.products-section .filters-column .contact-details .pxl-text-editor {
  padding: 8px 0;
}

.products-section .filters-column .contact-details .button-contact {
  margin-top: 4px;
}

.products-section
  .filters-column
  .contact-details
  .button-contact
  .pxl-text-editor
  .pxl-item--inner {
  display: block;
}

.products-section .filters-column .contact-details .button-contact a {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #07468d;
  border-top: 1px solid #dedede;
  padding-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.products-section .products-grid-column .brand-details .woocommerce-category {
  display: none;
  height: 232px;
  border-radius: 24px;
  margin-bottom: 24px;
  position: relative;
}

.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(7, 70, 141, 0.3) 0%,
    rgba(7, 70, 141, 0.75) 70%
  );
  pointer-events: none;
}

.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category
  h3 {
  display: none;
}

.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category
  .category-logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: 64px;
  height: 48px;
  width: auto;
}

.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category
  p:not(:has(img)) {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: 128px;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #dee5ee;
  max-width: 700px;
  width: 100%;
  padding: 0 24px;
  margin: 0;
}

.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category
  .category-description
  img {
  position: absolute;
  z-index: -1;
  inset: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  height: 100%;
  width: 100%;
}

.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category
  .category-description
  .logo,
.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category
  p:has(a),
.products-section
  .products-grid-column
  .brand-details
  .woocommerce-category
  p:has(.long-desc) {
  display: none;
}

.products-section .products-grid-column .filter-chips li > a {
  background-color: #eff3f8;
  border: none;
  padding: 8px 32px 8px 12px;
  border-radius: 9999px;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #111725;
}

.products-section .products-grid-column .filter-chips li > a::before {
  width: 16px;
  height: 16px;
  right: 10px;
  top: 8px;
  font-family: Host Grotesk;
  font-size: 24px;
  color: #111725;
}

.products-section .products-grid-column .filter-chips .bapf_sfa_unall,
.products-section
  .products-grid-column
  .elementor-products-grid
  .pxl-shop-topbar-wrap {
  display: none !important;
}

.products-section .products-grid-column .elementor-products-grid .products {
  gap: 16px !important;
  /*grid-template-columns: repeat(1, 1fr);*/
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .products {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .products
  .product {
  height: 350px;
  width: 32%;
}

@media screen and (max-width: 1200px) {
  .products-section.dark
    .products-grid-column
    .elementor-products-grid
    .products
    .product {
    width: 31.5%;
  }
}

@media screen and (max-width: 1024px) {
  .products-section.dark
    .products-grid-column
    .elementor-products-grid
    .products {
    width: 100%;
  }
  .products-section.dark
    .products-grid-column
    .elementor-products-grid
    .products
    .product {
    width: 39.6%;
  }
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-inner,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-header,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-details,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-inner,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-header {
  height: 100%;
  width: 100%;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  img {
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  height: 100%;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-details {
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(7, 70, 141, 0.3) 0%,
    rgba(7, 70, 141, 0.75) 70%
  );
  pointer-events: none;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-details::after {
  content: "Vezi detalii →";
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  width: 170px;
  height: 68px;
  padding-top: 24px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #07468d;
  z-index: 15;
  background-image: url(/wp-content/uploads/2025/03/Union.svg);
  background-size: contain;
  pointer-events: none;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product--buttons,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .price,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-product--rating,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-product--excerpt,
.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-add-to--cart {
  display: none !important;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content {
  position: absolute;
  bottom: 56px;
  right: 24px;
  left: 24px;
  z-index: 100;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content {
  bottom: 40px;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-product--title {
  text-align: left;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-product--title {
  line-height: 20px;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-product--title
  a {
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-product--title
  a {
  font-size: 22px;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .lmp_products_loading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #596980;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul {
  column-gap: 8px;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers {
  width: 32px !important;
  min-width: 32px;
  height: 32px !important;
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 30px !important;
  border: 1px solid #07468d !important;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers:not(:hover),
.products-section
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.next::before {
  color: #07468d !important;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers:hover,
.products-section
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.current,
.products-section
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.next {
  color: #ffffff !important;
}

.products-section .products-grid-column .elementor-products-grid .lmp_button {
  background-color: transparent !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #07468d !important;
  padding: 16px 24px !important;
  margin-bottom: 16px !important;
}

.products-section
  .products-grid-column
  .elementor-products-grid
  .lmp_button:hover {
  background-color: transparent !important;
  color: #07468d !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .products-section > .elementor-container {
    flex-wrap: wrap;
  }

  .products-section
    .products-grid-column
    .elementor-products-grid
    .products
    .product {
    width: 100% !important;
  }
}

/*** DARK ***/

.products-section.dark .filters-column .product-filters {
  background-color: #1c2534;
}

.products-section.dark .filters-column .product-filters::before {
  background-image: url(/wp-content/uploads/2025/03/Subtract-dark.svg);
}

.products-section.dark .filters-column .product-filters h3,
.products-section.dark
  .products-grid-column
  .brand-details
  .woocommerce-category
  h3 {
  color: #ffffff;
}

.products-section.dark .filters-column .product-filters li {
  border-top-color: #596980;
}

.products-section.dark .filters-column .product-filters label,
.products-section.dark
  .products-grid-column
  .brand-details
  .woocommerce-category
  p {
  color: #dee5ee;
}

.products-section.dark .filters-column .product-filters .checked label {
  color: #ffffff;
}

.products-section.dark .filters-column .contact-details {
  background-color: #1c2534;
}

.products-section.dark .filters-column .contact-details .button-contact a {
  color: #ffffff;
  border-top-color: #596980;
}

.products-section.dark .products-grid-column .filter-chips li > a {
  background-color: #1c2534;
  color: #ffffff;
}

.products-section.dark .products-grid-column .filter-chips li > a::before {
  color: #ffffff;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-details::after {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2025/03/Union-1.svg);
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .products
  .product
  .woocommerce-product-content
  .woocommerce-product--title
  a {
  color: #ffffff;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .lmp_products_loading {
  color: #dedede;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers {
  border: 1px solid #def0a8 !important;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers:not(:hover),
.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.next:hover,
.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.next::before {
  color: #def0a8 !important;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers:hover,
.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.current,
.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.next,
.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.next:hover::before {
  color: #111725 !important;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers:hover,
.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .woocommerce-pagination
  ul
  .page-numbers.current {
  background-color: #def0a8 !important;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .lmp_button {
  color: #def0a8 !important;
}

.products-section.dark
  .products-grid-column
  .elementor-products-grid
  .lmp_button:hover {
  color: #def0a8 !important;
}

@media screen and (max-width: 768px) {
  .products-section .filters-column .contact-details {
    display: none;
  }

  .products-section .filters-column .product-filters {
    margin: 0;
  }

  .products-section .products-grid-column .elementor-products-grid .products {
    gap: 24px !important;
  }
}

.postid-24526 .hero-header-video.hero-large .pxl-item--title {
  max-width: 942px;
}
