/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2026 | 06:07:59 */
/* =====================================================
   POSISI SALE BADGE PER DEVICE
   PUREAIRSTORE
===================================================== */

/* DESKTOP */
@media (min-width:1025px){

    .woocommerce .onsale{
        top:18px !important;
        right:18px !important;
        left:auto !important;
        bottom:auto !important;
    }

}

/* TABLET / IPAD */
@media (min-width:768px) and (max-width:1024px){

    .woocommerce .onsale{
        top:15px !important;
        right:15px !important;
        left:auto !important;
        bottom:auto !important;
    }

}

/* MOBILE BESAR */
@media (min-width:481px) and (max-width:767px){

    .woocommerce .onsale{
        top:12px !important;
        right:12px !important;
        left:auto !important;
        bottom:auto !important;
    }

}

/* MOBILE KECIL */
@media (max-width:480px){

    .woocommerce .onsale{
        top:11px !important;
        right:10px !important;
        left:auto !important;
        bottom:auto !important;
    }

}







/* =====================================================
   SALE BADGE - HALAMAN PRODUK SAJA
   TIDAK MEMPENGARUHI BERANDA
===================================================== */

/* DESKTOP */
@media (min-width:1025px){

    body.post-type-archive-product .onsale,
    body.tax-product_cat .onsale,
    body.tax-product_tag .onsale{
        font-size:17px !important;
        line-height:1 !important;

        padding-top:7px !important;
        padding-bottom:7px !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }

}

/* TABLET / IPAD */
@media (min-width:768px) and (max-width:1024px){

    body.post-type-archive-product .onsale,
    body.tax-product_cat .onsale,
    body.tax-product_tag .onsale{
        font-size:14px !important;
        line-height:1 !important;

        padding-top:6px !important;
        padding-bottom:6px !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }

}

/* MOBILE BESAR */
@media (min-width:481px) and (max-width:767px){

    body.post-type-archive-product .onsale,
    body.tax-product_cat .onsale,
    body.tax-product_tag .onsale{
        font-size:15px !important;
        line-height:1 !important;

        padding-top:5px !important;
        padding-bottom:5px !important;
        padding-left:8px !important;
        padding-right:8px !important;
    }

}

/* MOBILE KECIL */
@media (max-width:480px){

    body.post-type-archive-product .onsale,
    body.tax-product_cat .onsale,
    body.tax-product_tag .onsale{
        font-size:14px !important;
        line-height:1 !important;

        padding-top:4px !important;
        padding-bottom:4px !important;
        padding-left:6px !important;
        padding-right:6px !important;
    }

}