.elementor-39053 .elementor-element.elementor-element-abc20e3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-39053 .elementor-element.elementor-element-3a4aea7{--display:flex;}.elementor-39053 .elementor-element.elementor-element-0c5dc60{--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.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-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-39053 .elementor-element.elementor-element-c795393.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-39053 .elementor-element.elementor-element-c795393.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-39053 .elementor-element.elementor-element-c795393.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-39053 .elementor-element.elementor-element-c795393.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for text-editor, class: .elementor-element-0cd8aea */.match-style-link a {
  all: unset;
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: none;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-c795393 *//* Hide product star ratings */
.woocommerce .star-rating,
.woocommerce .woocommerce-product-rating {
    display: none !important;
}

/* Hide 'Add to cart' button */
.woocommerce ul.products li.product .button {
    display: none !important;
}

/* Product title styling */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
    font-family: 'Playfair Display', serif; /* Similar to your screenshot */
    font-size: 16px; /* Adjust if needed */
    font-weight: 400;
    text-transform: uppercase;
    color: #000000 !important; /* Black */
    letter-spacing: 0.5px;
}

/* Product price styling */
.woocommerce ul.products li.product .price {
    font-family: 'Playfair Display', serif; /* Matches the title font */
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important; /* Black */
}

/* Product hover slide effect */
.woocommerce ul.products li.product {
    transition: transform 0.3s ease-in-out;
}

.woocommerce ul.products li.product:hover {
    transform: translateX(10px); /* Moves product to the right */
}/* End custom CSS */