/*
Theme Name: Hello Elementor Child
Theme URI: https://borneocloud.com
Description: Child theme for Hello Elementor
Author: Si Edo
Author URI: https://edunetter.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/* =========================
   STICKY ADD TO CART - MOBILE
========================= */
@media (max-width: 768px) {

    .single-product .single_add_to_cart_button {
        position: fixed;
        bottom: 12px;
        left: 12px;
        right: 12px;
        width: auto;
        z-index: 9999;

        padding: 14px 16px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 10px;
    }

    /* beri ruang agar konten tidak ketutup */
    .single-product {
        padding-bottom: 80px;
    }
}
