.elementor-5479 .elementor-element.elementor-element-13f13a0{--display:flex;}.elementor-5479 .elementor-element.elementor-element-d1e556b{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5479 .elementor-element.elementor-element-7aed2ad .woocommerce-loop-product__link{width:100%;}/* Start custom CSS for kitify-wooproducts, class: .elementor-element-7aed2ad *//* ========================================================
   LUXURY PRODUCT CARD: "EDITORIAL MINIMALIST" V2
   ======================================================== */

/* 1. The Main Container (Borderless & Flat) */
.product-item {
    background-color: transparent !important;
    border: none !important; 
    border-radius: 0 !important; 
    box-shadow: none !important; /* Removes the "boxy" card look */
    padding: 0 0 15px 0 !important; 
    display: flex;
    flex-direction: column;
    margin-bottom: 40px !important; /* Extra breathing room */
    overflow: hidden !important; 
}

/* No jumping card effect - keeps it grounded and editorial */
.product-item:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* 2. The Product Image Wrapper & Zoom Effect */
.product-item .woocommerce-loop-product__link {
    display: block !important;
    overflow: hidden !important; /* Keeps the zoom inside the rounded corners */
    border-radius: 12px !important; /* Soft corners on the image container */
    margin-bottom: 20px !important;
}

.product-item img {
    width: 100% !important;
    height: auto;
    aspect-ratio: 1 / 1; /* Perfect square */
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s ease !important;
    margin: 0 !important;
    display: block;
    filter: brightness(0.92); /* Richer than opacity, gives a slightly moody editorial look */
}

/* Image zoom and brighten on hover */
.product-item:hover img {
    transform: scale(1.06) !important; /* Beautiful, slow editorial zoom */
    filter: brightness(1); /* Brightens to full color */
}

/* 3. The Title (Left Aligned & Elegant) */
.product-item h2, 
.product-item h3,
.product-item .woocommerce-loop-product__title,
.product-item .product-title {
    font-family: 'Belleza', sans-serif !important;
    font-size: 1.4rem !important; 
    color: #000000 !important; /* Pure Black */
    text-align: left !important; 
    margin: 0 5px 8px !important; 
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
}

/* 4. The Price (Stacked tightly under title) */
.product-item .price,
.product-item .amount {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1.1rem !important;
    color: #4B4036 !important; /* Warm brown */
    font-weight: 600 !important;
    text-align: left !important;
    margin: 0 5px 18px !important; 
    display: block !important;
    letter-spacing: 1px !important;
}

/* ========================================================
   5. THE ADD TO CART BUTTON (NEW LUXURY STYLING)
   ======================================================== */
.product-item .button,
.product-item .add_to_cart_button,
.product-item .ajax_add_to_cart,
.product-item .added_to_cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #663130 !important; /* Signature rich reddish-brown */
    color: #FFFFFF !important; /* FORCES TEXT TO BE WHITE */
    font-family: 'Work Sans', sans-serif !important;
    font-size: 0.75rem !important; /* High-fashion small text */
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 12px 25px !important;
    margin: 0 5px 15px !important; /* Aligned left with the text */
    border: none !important;
    border-radius: 0 !important; /* Sharp edges for a modern editorial feel */
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    width: max-content !important; /* Keeps the button fitted to the text */
}

/* Button Hover State */
.product-item .button:hover,
.product-item .add_to_cart_button:hover,
.product-item .ajax_add_to_cart:hover {
    background-color: #000000 !important; /* Turns pure black on hover */
    color: #FFFFFF !important;
    transform: translateY(-2px) !important; /* Gentle lift effect */
}

/* 6. Animated Accent Line on Hover */
.product-item::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #D4A373 !important; /* Gold/Tan accent */
    margin-left: 5px;
    transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.product-item:hover::after {
    width: 45px !important; /* Draws an elegant line under the card on hover */
}/* End custom CSS */