.elementor-1164 .elementor-element.elementor-element-26e8d44{--display:flex;--margin-top:-40px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-7ddcdd5{--display:flex;--margin-top:0px;--margin-bottom:110px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-9a860d0 .title{font-size:32px;}.elementor-1164 .elementor-element.elementor-element-87a388f div.product-category .wd-entities-title{font-size:20px;text-transform:capitalize;}.elementor-1164 .elementor-element.elementor-element-2821187f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:0100px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-510c8a7{--display:flex;}.elementor-1164 .elementor-element.elementor-element-bd33a88{--display:flex;}.elementor-1164 .elementor-element.elementor-element-98ceb31{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-382b7b3{--display:flex;}.elementor-1164 .elementor-element.elementor-element-8350b1d{--display:flex;}.elementor-1164 .elementor-element.elementor-element-0c6a6b9{--display:flex;}.elementor-1164 .elementor-element.elementor-element-8e25b64{--display:flex;}@media(max-width:1024px){.elementor-1164 .elementor-element.elementor-element-26e8d44{--margin-top:-40px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-7ddcdd5{--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-9a860d0 .title{font-size:26px;}.elementor-1164 .elementor-element.elementor-element-87a388f div.product-category .wd-entities-title{font-size:18px;}.elementor-1164 .elementor-element.elementor-element-2821187f{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}@media(max-width:768px){.elementor-1164 .elementor-element.elementor-element-26e8d44{--margin-top:-40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-7ddcdd5{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-1164 .elementor-element.elementor-element-9a860d0 .title{font-size:22px;}}/* Start custom CSS for wd_products, class: .elementor-element-4352a1de *//* =========================================================
   MAFASA — FEATURED PRODUCTS LUXURY DESIGN
   Targets existing WoodMart widget only
========================================================= */

.elementor-element-4352a1de {
    font-family: inherit !important;
}

/* GRID */
.elementor-element-4352a1de .products {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
    counter-reset: mafasa-index !important;
}

/* Override WoodMart widths */
.elementor-element-4352a1de .products > .wd-product {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
}

/* PRODUCT */
.elementor-element-4352a1de .wd-product {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    overflow: visible !important;
    counter-increment: mafasa-index !important;
}

/* Remove default card styling */
.elementor-element-4352a1de .product-wrapper,
.elementor-element-4352a1de .product-element-top {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* =========================================================
   IMAGE — MAIN PREMIUM PART
========================================================= */

.elementor-element-4352a1de .wd-product-thumb {
    position: relative !important;
    width: 100% !important;

    aspect-ratio: 4 / 5 !important;

    background: #f4f1eb !important;

    overflow: hidden !important;

    border-radius: 2px !important;
}

.elementor-element-4352a1de .product-image-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

.elementor-element-4352a1de .wd-product-thumb img {
    width: 100% !important;
    height: 100% !important;

    display: block !important;

    object-fit: cover !important;
    object-position: center !important;

    filter: saturate(1) !important;

    transition:
        transform .7s cubic-bezier(.22,.61,.36,1),
        filter .6s ease !important;
}

/* Premium slow zoom + subtle warmth on hover */
.elementor-element-4352a1de .wd-product:hover .wd-product-thumb img {
    transform: scale(1.045) !important;
    filter: saturate(1.08) brightness(1.02) !important;
}


/* subtle frame */

.elementor-element-4352a1de .wd-product-thumb:after {
    content: "" !important;

    position: absolute !important;

    inset: 10px !important;

    border: 1px solid rgba(255,255,255,0) !important;

    pointer-events: none !important;

    z-index: 5 !important;

    transition: all .4s ease !important;
}

.elementor-element-4352a1de .wd-product:hover .wd-product-thumb:after {
    inset: 13px !important;
    border-color: rgba(255,255,255,.6) !important;
}

/* faint darkening scrim so the hover number/badge always stay legible
   on light product photography */
.elementor-element-4352a1de .wd-product-thumb:before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 4 !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,0) 22%) !important;
    opacity: 0 !important;
    transition: opacity .4s ease !important;
}

.elementor-element-4352a1de .wd-product:hover .wd-product-thumb:before {
    opacity: 1 !important;
}


/* =========================================================
   SALE BADGE  (top-left)
========================================================= */

.elementor-element-4352a1de .product-labels {
    position: absolute !important;

    top: 14px !important;
    left: 14px !important;
    right: auto !important;

    z-index: 20 !important;

    margin: 0 !important;
}

.elementor-element-4352a1de .product-label,
.elementor-element-4352a1de .onsale {
    position: static !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: auto !important;
    height: 27px !important;

    padding: 0 11px !important;

    background: #111 !important;

    color: #fff !important;

    border: 0 !important;
    border-radius: 0 !important;

    font-family: inherit !important;
    font-size: 9px !important;
    font-weight: 600 !important;

    letter-spacing: 1px !important;

    box-shadow: none !important;
}


/* =========================================================
   EDITION NUMBER  (top-right — hover only)
   Lives in the opposite corner from the sale badge and the
   quick-action buttons (bottom), so it can never collide
   with either regardless of screen size or sale state.
========================================================= */

.elementor-element-4352a1de .wd-product-thumb::marker {
    content: none !important;
}

.elementor-element-4352a1de .product-image-link {
    position: relative !important;
}


.elementor-element-4352a1de .wd-product:hover .product-image-link::after {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


/* =========================================================
   PRODUCT DETAILS
========================================================= */

.elementor-element-4352a1de .wd-product-header {
    padding: 17px 2px 0 !important;
    margin: 0 !important;
}

/* Product name */

.elementor-element-4352a1de .wd-entities-title {
    margin: 0 0 px !important;

    font-family: inherit !important;

    font-size: 15px !important;
    line-height: 1.35 !important;

    font-weight: 600 !important;

    letter-spacing: .2px !important;
}

.elementor-element-4352a1de .wd-entities-title a {
    color: #111 !important;
    text-decoration: none !important;

    background-image: linear-gradient(#a9824d, #a9824d) !important;
    background-position: 0 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0% 1px !important;

    transition: color .25s ease, background-size .35s ease !important;
}

.elementor-element-4352a1de .wd-entities-title a:hover {
    color: #a9824d !important;
    background-size: 100% 1px !important;
}


/* =========================================================
   REMOVE CATEGORY TEXT

   Removes:
   Perfume, Women's Perfume, Unisex etc.
========================================================= */

.elementor-element-4352a1de .wd-product-cats {
    display: none !important;
}


/* =========================================================
   PRICE
========================================================= */

.elementor-element-4352a1de .wrap-price {
    margin: 10px 0px !important;
    padding: 10px 0px !important;
}

.elementor-element-4352a1de .price {
    display: flex !important;
    align-items: center !important;

    gap: 7px !important;

    font-family: inherit !important;

    color: #111 !important;

    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Original price */

.elementor-element-4352a1de .price del {
    color: #999 !important;

    font-size: 11px !important;
    font-weight: 400 !important;

    opacity: 1 !important;
}

/* Current price */

.elementor-element-4352a1de .price ins {
    color: #111 !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    text-decoration: none !important;
}


/* =========================================================
   WOODMART GALLERY DOTS
========================================================= */

.elementor-element-4352a1de .wd-product-grid-slider-pagin {
    bottom: 12px !important;

    z-index: 10 !important;
}

.elementor-element-4352a1de .wd-product-grid-slider-dot {
    width: 16px !important;
    height: 2px !important;

    border-radius: 0 !important;

    background: rgba(255,255,255,.55) !important;
}

.elementor-element-4352a1de .wd-product-grid-slider-dot.wd-active {
    width: 28px !important;

    background: #fff !important;
}


/* =========================================================
   QUICK ACTION BUTTONS  (bottom of image — clear of both
   the badge and the edition number, which live up top)
========================================================= */

.elementor-element-4352a1de .wd-buttons {
    opacity: 0 !important;

    transform: translateY(8px) !important;

    transition:
        opacity .3s ease,
        transform .3s ease !important;
}

.elementor-element-4352a1de .wd-product:hover .wd-buttons {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


/* =========================================================
   HIDE DEFAULT ADD TO CART AREA
   Makes design cleaner/editorial
========================================================= */

.elementor-element-4352a1de .wd-add-btn {
    display: none !important;
}


/* =========================================================
   PRODUCT SEPARATOR
========================================================= */

.elementor-element-4352a1de .wd-product:before {
    content: "" !important;

    position: absolute !important;

    bottom: -15px !important;
    left: 0 !important;

    width: 0 !important;
    height: 1px !important;

    background: #b18a54 !important;

    transition: width .45s ease !important;
}

.elementor-element-4352a1de .wd-product:hover:before {
    width: 45px !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

    .elementor-element-4352a1de .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 35px 16px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .elementor-element-4352a1de .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 10px !important;
    }

    .elementor-element-4352a1de .wd-product-thumb {
        aspect-ratio: 4 / 5 !important;
    }

    .elementor-element-4352a1de .wd-product-header {
        padding-top: 12px !important;
    }

    .elementor-element-4352a1de .wd-entities-title {
        font-size: 13px !important;
    }

    .elementor-element-4352a1de .price {
        font-size: 12px !important;
    }

    .elementor-element-4352a1de .price del {
        font-size: 10px !important;
    }

    .elementor-element-4352a1de .product-labels {
        top: 9px !important;
        left: 9px !important;
    }

    .elementor-element-4352a1de .product-label,
    .elementor-element-4352a1de .onsale {
        height: 23px !important;

        padding: 0 8px !important;

        font-size: 8px !important;
    }

    /* On touch devices hover can't be relied on — show the edition
       number at rest instead, smaller, so it never sits on top of
       the sale badge (they're still opposite corners). */
    .elementor-element-4352a1de .product-image-link::after {
        top: 9px !important;
        right: 9px !important;
        padding: 4px 7px !important;
        font-size: 8px !important;
        letter-spacing: 1px !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .elementor-element-4352a1de .products {
        gap: 27px 8px !important;
    }

}

/* Fix: WooCommerce's hidden "Original/Current price is" accessibility
   text is rendering visibly and overlapping the real price numbers */
.elementor-element-4352a1de .price .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Price container: fully unclipped, so the hover lift below never
   gets cut off by WoodMart's swap-wrapp / swap-elements masking */
.elementor-element-4352a1de .wrap-price,
.elementor-element-4352a1de .swap-wrapp,
.elementor-element-4352a1de .swap-elements {
    overflow: visible !important;
    height: auto !important;
}

/* Professional lift-on-hover — price rises slightly and the current
   price picks up the gold accent, echoing the title underline hover */
.elementor-element-4352a1de .price {
    line-height: 1.4 !important;
    transition: transform .35s cubic-bezier(.22,.61,.36,1) !important;
}

.elementor-element-4352a1de .price ins {
    transition: color .35s ease !important;
}

.elementor-element-4352a1de .wd-product:hover .price {
    transform: translateY(-4px) !important;
}

.elementor-element-4352a1de .wd-product:hover .price ins {
    color: #a9824d !important;
}/* End custom CSS */