.elementor-11656 .elementor-element.elementor-element-2ea7128{--display:flex;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11656 .elementor-element.elementor-element-70e0f21{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11656 .elementor-element.elementor-element-bdf5395 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;color:#949899;}@media(max-width:767px){.elementor-11656 .elementor-element.elementor-element-2ea7128{--margin-top:140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11656 .elementor-element.elementor-element-70e0f21{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:2px 2px;--row-gap:2px;--column-gap:2px;}.elementor-11656 .elementor-element.elementor-element-bdf5395{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:left;}.elementor-11656 .elementor-element.elementor-element-bdf5395 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for shortcode, class: .elementor-element-b5c51be */.woocommerce-loop-product__title{
    font-family: Poppins;
    font-size: 14px !important;
    color: #4A4D4E !important;
     font-weight: 600;
}

.woocommerce-loop-product__title:hover{
    text-decoration: underline !important;
}

.woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}

.woocommerce ul.products li.product .price .regular-price{
   color:#DB1400 !important;
     font-weight: 600;
}

.woocommerce ul.products li.product .price .sale-line{
   color:#768388 !important;
     font-weight: 600;
}

/* Sembunyikan tombol Add To Cart bawaan */
/* Sembunyikan tombol Add To Cart bawaan */
.woocommerce ul.products li.product .add_to_cart_button{
    display:none !important;
}

/* Container utama */
.archive-actions{
    display:flex !important;
    align-items:center !important;
    width:100%;
    gap:10px;
    margin-top:10px;
}

/* Quantity box memanjang */
.archive-actions .qty-box{
    flex:1;
    width:auto;
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:36px;
    border:1px solid #9e9e9e;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
}

/* Tombol minus & plus */
.archive-actions .qty-box button{
    width:40px;
    height:100%;
    border:none;
    background:transparent;
    font-size:22px;
    color:#666;
    cursor:pointer;
    padding:0;
}

.archive-actions .qty-box button:hover{
    background:#f5f5f5;
}

/* Input qty */
.archive-actions .qty-input{
    flex:1;
    border:none;
    text-align:center;
    font-size:14px;
    color:#666;
    background:transparent;
    outline:none;
    padding:0;
    -moz-appearance:textfield;
}

.archive-actions .qty-input::-webkit-outer-spin-button,
.archive-actions .qty-input::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

/* Wishlist di kanan */
.archive-actions .yith-wcwl-add-to-wishlist{
    flex-shrink:0;
    margin:0 !important;
    width:auto !important;
    display:flex !important;
    align-items:center;
}

/* Kotak wishlist */
.archive-actions .yith-wcwl-add-to-wishlist a{
    width:36px;
    height:36px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border:1px solid #9e9e9e;
    border-radius:8px;
    text-decoration:none;
    padding:0 !important;
    font-size:0 !important;
}

/* Icon hati */
.archive-actions .yith-wcwl-add-to-wishlist a:before{
    content:"♡";
    font-size:22px;
    line-height:1;
    color:#666;
}

/* Sembunyikan label Browse Wishlist */
.archive-actions .yith-wcwl-add-to-wishlist-button__label{
    display:none !important;
}

/* Paksa tombol wishlist jadi kotak */
.archive-actions .yith-wcwl-add-to-wishlist-button{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    padding:0 !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border:1px solid #9e9e9e !important;
    border-radius:8px;
    background:#fff !important;
}

/* Wrapper wishlist */
.archive-actions .yith-add-to-wishlist-button-block{
    flex-shrink:0 !important;
    width:36px !important;
}

/* Icon hati */
.archive-actions .yith-wcwl-icon{
    width:18px !important;
    height:18px !important;
}

/* Quantity tetap ambil semua sisa ruang */
.archive-actions .qty-box{
    flex:1 !important;
}

.yith-add-to-wishlist-button-block{
    display: none;
}
.onsale{
    display: none;
}/* End custom CSS */