.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-22 .elementor-element.elementor-element-5b63961{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-22 .elementor-element.elementor-element-5b63961 .elementor-heading-title{font-family:"Arial", Sans-serif;font-weight:800;color:#000000;}.elementor-22 .elementor-element.elementor-element-2181161{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-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-woocommerce-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-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-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-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-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-woocommerce-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-woocommerce-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-22 .elementor-element.elementor-element-839ca2f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-22 .elementor-element.elementor-element-839ca2f.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-22 .elementor-element.elementor-element-839ca2f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-839ca2f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-839ca2f *//* =========================================================
   STITCHMERE - PREMIUM PRODUCT CARDS
   COMPACT / CLEAN / BLACK & GOLD
   ========================================================= */

/* PRODUCT GRID */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================
   CARD
========================= */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {

    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;

    background: #fff !important;

    border: 1px solid #e3dccf !important;
    border-radius: 18px !important;

    box-shadow: 0 7px 22px rgba(0,0,0,0.07) !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    transition: all .25s ease !important;
}


/* HOVER */

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {

    transform: translateY(-3px) !important;

    border-color: #c9a227 !important;

    box-shadow: 0 12px 28px rgba(0,0,0,0.11) !important;
}


/* =========================
   PRODUCT IMAGE
========================= */

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {

    width: 100% !important;

    height: 300px !important;

    object-fit: cover !important;

    display: block !important;

    margin: 0 0 17px 0 !important;

    border-radius: 7px !important;
}


/* =========================
   SALE BADGE
========================= */

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {

    top: 27px !important;
    left: 27px !important;
    right: auto !important;

    width: 58px !important;
    height: 58px !important;

    min-width: 58px !important;
    min-height: 58px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;

    background: #c9a227 !important;
    color: #fff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    z-index: 5 !important;
}


/* =========================
   TITLE
========================= */

.woocommerce ul.products li.product
.woocommerce-loop-product__title,

.woocommerce-page ul.products li.product
.woocommerce-loop-product__title {

    padding: 0 !important;
    margin: 0 0 12px 0 !important;

    color: #111 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 18px !important;
    font-weight: 600 !important;

    line-height: 1.35 !important;

    min-height: 49px !important;
}


/* =========================
   PRICE
========================= */

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {

    margin: 0 0 18px 0 !important;

    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 5px !important;

    color: #b88a16 !important;

    font-size: 17px !important;

    font-weight: 700 !important;

    line-height: 1.3 !important;
}


/* OLD PRICE */

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {

    color: #b7b7b7 !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    opacity: 1 !important;
}


/* NEW PRICE */

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {

    color: #b88a16 !important;

    text-decoration: none !important;

    font-weight: 700 !important;
}


/* =========================
   BUTTON
========================= */

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {

    width: 100% !important;

    height: 50px !important;

    min-height: 50px !important;

    margin: auto 0 0 0 !important;

    padding: 10px 14px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    background: #000 !important;

    color: #fff !important;

    border: none !important;

    border-radius: 9px !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-align: center !important;

    transition: all .25s ease !important;
}


/* BUTTON HOVER */

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {

    background: #c9a227 !important;

    color: #fff !important;

    transform: translateY(-1px) !important;

    box-shadow: 0 5px 12px rgba(201,162,39,.25) !important;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .woocommerce ul.products,
    .woocommerce-page ul.products {

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 14px !important;
    }


    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {

        padding: 10px !important;

        border-radius: 14px !important;
    }


    /* SMALLER MOBILE IMAGE */

    .woocommerce ul.products li.product img,
    .woocommerce-page ul.products li.product img {

        height: 175px !important;

        margin-bottom: 12px !important;

        border-radius: 6px !important;
    }


    /* MOBILE SALE */

    .woocommerce ul.products li.product .onsale,
    .woocommerce span.onsale {

        top: 19px !important;
        left: 19px !important;

        width: 50px !important;
        height: 50px !important;

        min-width: 50px !important;
        min-height: 50px !important;

        font-size: 11px !important;
    }


    /* MOBILE TITLE */

    .woocommerce ul.products li.product
    .woocommerce-loop-product__title,

    .woocommerce-page ul.products li.product
    .woocommerce-loop-product__title {

        font-size: 15px !important;

        line-height: 1.3 !important;

        min-height: 40px !important;

        margin-bottom: 9px !important;
    }


    /* MOBILE PRICE */

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {

        font-size: 15px !important;

        margin-bottom: 12px !important;
    }


    .woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {

        font-size: 13px !important;
    }


    /* MOBILE BUTTON */

    .woocommerce ul.products li.product .button,
    .woocommerce-page ul.products li.product .button {

        height: 46px !important;

        min-height: 46px !important;

        padding: 8px 6px !important;

        font-size: 13px !important;

        border-radius: 8px !important;
    }
}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 400px) {

    .woocommerce ul.products,
    .woocommerce-page ul.products {

        gap: 10px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {

        padding: 8px !important;
    }

    .woocommerce ul.products li.product img,
    .woocommerce-page ul.products li.product img {

        height: 155px !important;
    }

    .woocommerce ul.products li.product
    .woocommerce-loop-product__title {

        font-size: 14px !important;
    }

}
/* ==========================================
   STITCHMERE PRODUCT WIDGET
   PREMIUM FONT + COLORS
   ========================================== */

/* LOAD FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* PRODUCT TITLE */
.elementor-22 .elementor-element.elementor-element-839ca2f .woocommerce-loop-product__title {
    font-family: 'Poppins', sans-serif !important;
    color: #1A1A1A !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}


/* PRICE */
.elementor-22 .elementor-element.elementor-element-839ca2f .price {
    font-family: 'Poppins', sans-serif !important;
    color: #B28A18 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}


/* OLD PRICE */
.elementor-22 .elementor-element.elementor-element-839ca2f .price del,
.elementor-22 .elementor-element.elementor-element-839ca2f .price del .amount {
    font-family: 'Poppins', sans-serif !important;
    color: #AFAFAF !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}


/* CURRENT / SALE PRICE */
.elementor-22 .elementor-element.elementor-element-839ca2f .price ins,
.elementor-22 .elementor-element.elementor-element-839ca2f .price ins .amount,
.elementor-22 .elementor-element.elementor-element-839ca2f .price > .amount {
    font-family: 'Poppins', sans-serif !important;
    color: #B28A18 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}


/* ADD TO CART BUTTON */
.elementor-22 .elementor-element.elementor-element-839ca2f .button {
    font-family: 'Poppins', sans-serif !important;
    background-color: #111111 !important;
    color: #FFFFFF !important;
    border-color: #111111 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 9px !important;
}


/* BUTTON HOVER */
.elementor-22 .elementor-element.elementor-element-839ca2f .button:hover {
    background-color: #B28A18 !important;
    border-color: #B28A18 !important;
    color: #FFFFFF !important;
}


/* SALE BADGE */
.elementor-22 .elementor-element.elementor-element-839ca2f .onsale {
    font-family: 'Poppins', sans-serif !important;
    background-color: #C9A227 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}


/* ALL TEXT INSIDE PRODUCT CARDS */
.elementor-22 .elementor-element.elementor-element-839ca2f .product,
.elementor-22 .elementor-element.elementor-element-839ca2f .product a,
.elementor-22 .elementor-element.elementor-element-839ca2f .product span,
.elementor-22 .elementor-element.elementor-element-839ca2f .product .amount {
    font-family: 'Poppins', sans-serif !important;
}/* End custom CSS */