.footer-copyright,.search-grid-meta {display: none;}
.image-scale-hover img {width: 307.5px;height: 307.5px;}
.vs-search .search-grid-title a {color: inherit;font-size: .9em;font-family: Barlow, sans-serif;}
.vs-search {margin: 0 15px;}
.grid-item {width: 307.5px;}
.product-style2 .product-name {height: 39px;}
.category-heading {font-family: "Poppins", sans-serif; /* match your theme font */
    font-weight: 600;
    font-size: 36px;
    color: #fff; /* match theme heading color */
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

    .page-transition {
      opacity: 0;
      transform: translateX(-50px); /* Start left */
      animation: fadeSlideIn 1s ease forwards;
    }

    @keyframes fadeSlideIn {
      from {
        opacity: 0;
        transform: translateX(-50px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
	/* Mobile adjustments */
@media (max-width: 768px) {
    .category-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
}