.elementor-247 .elementor-element.elementor-element-c65421b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-247 .elementor-element.elementor-element-b1fcc33{--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;}.elementor-247 .elementor-element.elementor-element-317e7d2{--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;}.elementor-247 .elementor-element.elementor-element-3bb435e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-247 .elementor-element.elementor-element-3bb435e.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-247 .elementor-element.elementor-element-b1fcc33{--width:33.3333%;}.elementor-247 .elementor-element.elementor-element-317e7d2{--width:66.6666%;}}@media(max-width:1024px){.elementor-247 .elementor-element.elementor-element-3bb435e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-247 .elementor-element.elementor-element-3bb435e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-b1fcc33 *//* تحويل الفلتر لـ بوطونات أنيقة ذهبية */
.widget_layered_nav ul {
    list-style: none !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.widget_layered_nav ul li {
    background: #F5EDD6 !important; /* البيج ديالنا */
    border: 1px solid #8B6F47 !important; /* الذهبي */
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    color: #8B6F47 !important;
    cursor: pointer;
}

.widget_layered_nav ul li a {
    color: #8B6F47 !important;
    text-decoration: none !important;
}

.widget_layered_nav ul li.chosen {
    background: #8B6F47 !important;
    color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c65421b *//* 
   AZLARA PREMIUM CATALOG - ELEMENTOR CUSTOM CSS 
   Paste this into the Advanced > Custom CSS of your Elementor Products Widget
*/

/* 1. Global Grid Alignment */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 32px !important;
    margin: 0 !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products::before,
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products::after {
    display: none !important;
}

/* 2. Product Card Container */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product {
    background: #FFFFFF !important;
    border: 1px solid #EAE2CE !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center !important;
    width: 100% !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 32px rgba(139, 111, 71, 0.08) !important;
}

/* 3. Product Image Area */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product a img {
    background: #F5EDD6 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.08 !important;
    object-fit: cover !important;
    mix-blend-mode: multiply !important;
    transition: transform 0.5s ease !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product:hover a img {
    transform: scale(1.03) !important;
}

/* 4. Product Title */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    margin: 24px 16px 8px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

/* 5. Product Pricing */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product .price {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #8B6F47 !important; /* Gold Color */
    margin: 0 16px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Handle duplicate / old prices gracefully */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product .price del {
    font-size: 13px !important;
    color: #8a7a5e !important;
    opacity: 0.6 !important;
    font-weight: 400 !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product .price ins {
    background: transparent !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* 6. Hover CTA Button (Commander Maintenant) */
/* We position the button at the bottom of the flex container */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product .button {
    margin: auto 16px 16px !important; /* Push to bottom */
    padding: 14px 0 !important;
    background: #1a1a1a !important;
    color: transparent !important; /* Hide default text */
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.3s ease !important;
    opacity: 0 !important;
    transform: translateY(10px) !important; /* Small slide up */
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    width: calc(100% - 32px) !important;
}

/* Add custom text properly centered */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product .button::after {
    content: "Commander Maintenant" !important;
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    text-align: center !important;
}

/* On hover of the card, reveal the button */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product:hover .button {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* On hover of the button itself, turn Gold */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce ul.products li.product .button:hover {
    background: #8B6F47 !important; 
}

/* 7. View More / Pagination Button (Bottom) */
.elementor-247 .elementor-element.elementor-element-c65421b .elementor-button,
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce-pagination .page-numbers {
    background: #1a1a1a !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 16px 32px !important;
    transition: background 0.3s ease !important;
    border: none !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .elementor-button:hover,
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce-pagination .page-numbers:hover {
    background: #8B6F47 !important;
}

/* =========================================
   8. WooCommerce Sidebar & Filters 
   ========================================= */

/* Widget Titles */
.elementor-247 .elementor-element.elementor-element-c65421b .widget-title,
.elementor-247 .elementor-element.elementor-element-c65421b .elementor-widget-heading h2,
.elementor-247 .elementor-element.elementor-element-c65421b .wp-block-heading {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
}

/* Filter Lists */
.elementor-247 .elementor-element.elementor-element-c65421b .widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .widget ul li {
    padding: 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    transition: color 0.2s ease !important;
    border-bottom: 1px solid #FAFAF8 !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .widget ul li:hover {
    color: #8B6F47 !important;
}

/* Filter Counts (e.g. "Afnan 1") */
.elementor-247 .elementor-element.elementor-element-c65421b .widget ul li .count {
    font-size: 11px !important;
    color: #8a7a5e !important;
    margin-left: 6px !important;
    background: #F5EDD6 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
}

/* Custom Checkboxes */
.elementor-247 .elementor-element.elementor-element-c65421b .widget ul li input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #D4C9B5 !important;
    border-radius: 4px !important;
    margin-right: 12px !important;
    outline: none !important;
    cursor: pointer !important;
    position: relative !important;
    background: #FFFFFF !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .widget ul li input[type="checkbox"]:checked {
    background: #8B6F47 !important;
    border-color: #8B6F47 !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .widget ul li input[type="checkbox"]:checked::after {
    content: '\2713' !important; /* Checkmark */
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: bold !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* Price Filter Inputs */
.elementor-247 .elementor-element.elementor-element-c65421b .widget_price_filter .price_slider_amount input[type="text"] {
    padding: 10px !important;
    border: 1px solid #EAE2CE !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    width: 80px !important;
    text-align: center !important;
}

/* Top Bar: Results Count & Sorting */
.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce-result-count {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #8a7a5e !important;
    margin-bottom: 0 !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce-ordering select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: #FFFFFF !important;
    border: 1px solid #EAE2CE !important;
    padding: 10px 36px 10px 16px !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #1a1a1a !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 14px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
}

.elementor-247 .elementor-element.elementor-element-c65421b .woocommerce-ordering select:focus {
    border-color: #8B6F47 !important;
    outline: none !important;
}/* End custom CSS */