#page {
  min-height: unset !important;
}

.elementor-element-ec1c454 {
  position: absolute;
  top: 0;
  background-color: none !important;
}

.ast-container {
  display: block !important;
}

/* Category Menu Styling based on the image */
.category-menu-wrapper {
  padding: 0 !important;
}

.category-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  align-items: center;
  border-left: 1px solid #dddddd;
}

.category-menu-item {
  text-align: center;
  padding: 20px 12px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-right: 1px solid #dddddd;
  border-bottom: solid 1px #dddddd;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.category-menu-item:hover {
  background: #143db1;
  color: #fff;
  border-color: #143db1;
}
.category-menu-item.active, .category-menu-item.current-cat {
  background: #143db1;
  color: #fff;
  border-color: #143db1;
}

/* Category description wrapper styling */
.category-description-wrapper {
  padding: 40px 0;
  display: flex;
  gap: 30px;
}

.category-description {
  color: #222222;
  font-size: 20px;
}
.category-description p {
  margin-bottom: 0px;
}

.product-links {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}

.product-link {
  color: #143db1;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  border-top: solid 1px #dddddd;
  width: 100%;
  min-width: 300px;
}
.product-link:last-child {
  border-bottom: solid 1px #dddddd;
}
.product-link span {
  display: block;
  line-height: normal;
}

/* Product Lineup Section */
.product-grid-wrapper {
  padding: 80px 0;
}

.product-lineup-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #222222;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.product-item {
  width: calc((100% - 120px) / 4);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  transition: all 0.3s ease;
}
.product-item:hover {
  border: solid 1px #143db1;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 1px rgba(20, 61, 177, 0.4);
}
.product-item:hover .thumb-title span {
  color: #143db1;
}
.product-item:hover .thumb-title svg {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.product-item:hover .thumb-img-wrapper {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: none;
}

.thumb-img-wrapper {
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #dddddd;
  border-radius: 12px;
  overflow: hidden;
}
.thumb-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.thumb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 24px 20px;
  position: relative;
}
.thumb-title span {
  transition: all 0.3s ease;
}
.thumb-title svg {
  position: absolute;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
  .product-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .product-grid-wrapper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .product-item {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=application-cat.css.map */