.elementor-2229 .elementor-element.elementor-element-398d5ee{--display:flex;}/* Start custom CSS for html, class: .elementor-element-48b46e1 */.btn-lihat-produk {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-lihat-produk:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-lihat-produk svg {
    transition: transform 0.3s ease;
}

.btn-lihat-produk:hover svg {
    transform: translateX(5px);
}/* End custom CSS */