.elementor-123 .elementor-element.elementor-element-eee078d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-123 .elementor-element.elementor-element-d4586a3.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-123 .elementor-element.elementor-element-d4586a3.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-123 .elementor-element.elementor-element-d4586a3.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-123 .elementor-element.elementor-element-d4586a3.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-d4586a3 *//* 1. Mengatur Bentuk Kotak Produk & Teks Rata Kiri (Semua Perangkat) */
.elementor-123 .elementor-element.elementor-element-d4586a3 ul.products li.product {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 15px;
    text-align: left; /* Diubah dari center menjadi left */
    transition: all 0.3s ease-in-out;
}

/* Menambahkan efek hover */
.elementor-123 .elementor-element.elementor-element-d4586a3 ul.products li.product:hover {
    box-shadow: 0px 8px 24px rgba(0,0,0,0.06);
    transform: translateY(-4px);
    border-color: #e2e2e2;
}

/* 2. Mengatur Judul Produk untuk Desktop (Default H3) */
.elementor-123 .elementor-element.elementor-element-d4586a3 ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px; /* Ukuran desktop */
    font-weight: 600;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 8px;
    text-align: left; /* Memastikan judul rata kiri */
}

/* 3. Aturan Khusus untuk Layar Mobile (Mengecilkan Judul) */
@media (max-width: 767px) {
    .elementor-123 .elementor-element.elementor-element-d4586a3 ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px; /* Judul lebih kecil di HP */
        line-height: 1.3;
        margin-bottom: 5px; /* Jarak bawah sedikit dirapatkan */
    }
    
    /* Opsional: Mengecilkan ukuran font harga sedikit agar seimbang dengan judul */
    .elementor-123 .elementor-element.elementor-element-d4586a3 ul.products li.product .price {
        font-size: 14px; 
    }
    
    .elementor-123 .elementor-element.elementor-element-d4586a3 ul.products li.product .price del {
        font-size: 12px;
    }
}/* End custom CSS */