.woo-products-grid-b4aa8971 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.woo-product-card-b4aa8971 {
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}

.woo-product-card-b4aa8971:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.product-link-b4aa8971 {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-img-wrap-b4aa8971 {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1; /* overridden by JS/Elementor styles */
}

.product-img-wrap-b4aa8971 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Hover Image Setup */
.hover-img-b4aa8971 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.has-hover-img-b4aa8971:hover .main-img-b4aa8971 {
    opacity: 0;
}

.has-hover-img-b4aa8971:hover .hover-img-b4aa8971 {
    opacity: 1;
}

/* Fallback simple zoom if no hover image logic active */
.woo-product-card-b4aa8971:not(.has-hover-img-b4aa8971):hover .product-img-wrap-b4aa8971 img {
    transform: scale(1.05);
}

.product-details-b4aa8971 {
    padding: 15px 0;
    text-align: center;
}

.product-meta-b4aa8971 {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-meta-b4aa8971 a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}

.product-meta-b4aa8971 a:hover {
    color: #333;
}

.product-title-b4aa8971 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
}

.product-price-b4aa8971 {
    font-size: 14px;
    color: #666;
}

.product-actions-b4aa8971 {
    margin-top: auto;
    text-align: center;
    padding-bottom: 15px;
}

.product-actions-b4aa8971 .button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.product-actions-b4aa8971 .button:hover {
    background: #333;
}

.woo-products-swiper-b4aa8971 {
    position: relative;
    padding-bottom: 40px;
}

.woo-products-swiper-b4aa8971 .swiper-button-next,
.woo-products-swiper-b4aa8971 .swiper-button-prev {
    color: #000;
}
