/* 
Theme Name: LarisDigital WP Child
Theme URI: https://www.tokopress.id/downloads/larisdigital-woocommerce-wordpress-theme/
Author: TokoPressID
Author URI: https://www.tokopress.id
Description: The Best WooCommerce WordPress Theme Untuk Jualan Produk Digital
Version: 1.9.1
Template: larisdigital-wp
Tags: one-column, two-columns, blog, e-commerce
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Please add your custom CSS code below this line. */

.lihat-katalog-button {
    display: inline-block;
    background-color: #1aa3ff;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
}

.lihat-katalog-button:hover {
    background-color: #0e7ac7;
}

