/**
Theme Name: Netpren 
Author: Aang Azij
Author URI: https://aangazij.my.id
Description: Theme ini untuk optimasi dari segi SEO, Page Speed, serta customisasi Woocommerce. Pake aja rasakan sensasinya hehe.

Jangan hapus theme Astra, karena itu adalah induk dari theme ini,
jadi ketika theme Astra diperbarui, maka functions atau css yang dimodifikasi tidak akan berubah. Itulah fungsinya theme ini. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: netpren
Template: astra
*/

/* Mengimpor Font Lexend dari Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=lexend:wght@300;400;500;600;700&display=swap');

/* Menghilangkan Tombol "Add to Cart" dan Quantity Box */
.single_add_to_cart_button, .woocommerce div.product form.cart .quantity {
    display: none !important;
}
/* Breadcrumb */
.woocommerce-breadcrumb {
    display: none !important;
}

.single-product .woocommerce-Price-amount.amount::before {
    content: "Rp. ";
    margin-right: 4px;
}

.single-product .woocommerce-Price-amount.amount bdi::after {
    content: ""; /* Menghilangkan desimal .00 */
}

.single-product .woocommerce-Price-currencySymbol {
    display: none;
}
.ahfb-svg-iconset{
    display: none;!important!
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    top: 5.5em;
    left: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #ffffff00;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
    backface-visibility: hidden;
}
.woocommerce a.button{
    font-size: 1rem !important;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #25D366;
    color: #fff;
    border: none;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 8px 15px rgba(0, 114, 185, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}
.woocommerce a.button:hover, input[type="submit"]:hover, .button:hover {
    background-color: #128C7E;
    color: #ffffff;
}
/* Menambahkan margin atas ke gambar produk pada halaman produk */
.woocommerce div.product div.images {
    margin-top: 20px;
}

/* Kustomisasi Kategori Produk */
.single-product .summary .single-product-category {
    display: block;
    margin-top: 20px;
}
