/*
Theme Name: Authentic Perfume
Description: This is a child theme for Authentic Perfume Theme
Author: Sohel Rana
Template: astra
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #00BDB0; /* Red color */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
}

.woocommerce ul.products li.product {
    position: relative; /* Ensure positioning works properly */
}

.buy-now-button {
    display: inline-block;
    background-color: #ff6600;
    color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.buy-now-button:hover {
    background-color: #cc5500;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}