.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-777 .elementor-element.elementor-element-8af08de{text-align:center;}.elementor-777 .elementor-element.elementor-element-8af08de .elementor-heading-title{font-family:"Rosarivo", Sans-serif;font-size:27px;font-weight:800;color:#000000;}/* Start custom CSS for shortcode, class: .elementor-element-f889e5d *//* =========================================
   HARVINDER FASHION STUDIO
   PRODUCT SHORTCODE STYLING
   ========================================= */

/* PRODUCT GRID */
.woocommerce ul.products,
.woocommerce-page ul.products {
    margin: 0;
    padding: 0;
}

/* PRODUCT CARD */
.woocommerce ul.products li.product {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 0 16px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

/* SOFT IMAGE EDGES */
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    object-fit: cover;

    /* VERY SOFT IMAGE EDGE */
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

/* IMAGE HOVER */
.woocommerce ul.products li.product:hover a img {
    transform: scale(1.015);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
}

/* PRODUCT TITLE */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #111111 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 12px 4px 6px;
    padding: 0;
}

/* PRICE */
.woocommerce ul.products li.product .price {
    color: #111111 !important;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 4px 12px;
}

/* SALE PRICE */
.woocommerce ul.products li.product .price ins {
    color: #111111 !important;
    text-decoration: none;
    font-weight: 600;
}

/* OLD PRICE */
.woocommerce ul.products li.product .price del {
    color: #888888 !important;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

/* ADD TO CART BUTTON */
.woocommerce ul.products li.product .button {
    background: #111111 !important;
    color: #ffffff !important;

    border: none;
    border-radius: 7px;

    padding: 10px 18px;
    font-size: 12px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.5px;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* BUTTON HOVER */
.woocommerce ul.products li.product .button:hover {
    background: #333333 !important;
    color: #ffffff !important;

    transform: translateY(-1px);

    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}

/* SALE BADGE */
.woocommerce span.onsale {
    background: #111111 !important;
    color: #ffffff !important;

    min-width: auto;
    min-height: auto;

    padding: 6px 10px;
    border-radius: 20px;

    font-size: 10px;
    font-weight: 500;

    line-height: 1;
    top: 10px;
    left: 10px;
    right: auto;

    z-index: 5;
}

/* REMOVE UNNECESSARY UNDERLINES */
.woocommerce ul.products li.product a {
    text-decoration: none !important;
}

/* REMOVE FOCUS/OUTLINE LOOK */
.woocommerce ul.products li.product a:focus {
    outline: none;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .woocommerce ul.products li.product {
        border-radius: 10px;
        padding-bottom: 12px;
    }

    .woocommerce ul.products li.product a img {
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.055);
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px;
        margin-top: 9px;
        margin-bottom: 4px;
    }

    .woocommerce ul.products li.product .price {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .woocommerce ul.products li.product .button {
        font-size: 10px;
        padding: 8px 12px;
        border-radius: 6px;
    }
}/* End custom CSS */