/* Products Name Line */
h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

/* Adjust product card container */
.woocommerce ul.products li.product {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 15px 30px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

/* Add hover effect */
.woocommerce ul.products li.product:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* Style product title */
.woocommerce ul.products li.product h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Style product price */
.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Add some spacing to buttons */
.woocommerce ul.products li.product .button {
    margin-top: 10px;
}

/* Style product image */
.woocommerce ul.products li.product img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* Add hover effect to product image */
.woocommerce ul.products li.product:hover img {
    transform: scale(1.1);
}

/* Buy Button effect */
.woocommerce-js button.button, .woocommerce-js input.button {
    margin: 4px;
    position: relative;
    overflow: visible;
    left: auto;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

/* WhatsApps Floating Button */
.floating_button {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 70px !important;
    background-color: #25D366 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3) !important;
    z-index: 9999999 !important;
    text-decoration: none;
}.price {
display: none !important;
}

.woocommerce-Price-amount {
display: none !important;
}/* Hide all WooCommerce prices */
.price,
.woocommerce-Price-amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.single-product .price,
.product .price {
display: none !important;
}

/* Hide sale badge */
.onsale {
display: none !important;
}

/* Hide add to cart buttons */
.add_to_cart_button,
.single_add_to_cart_button,
.product_type_simple,
.product_type_variable {
display: none !important;
}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 6a0663c91906369907a0f38b. Config Timestamp: 2026-05-15 00:07:36 UTC, Cached Timestamp: 2026-06-13 03:42:11 UTC -->