.elementor-15336 .elementor-element.elementor-element-a782613{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products .attachment-woocommerce_thumbnail{border-radius:20px 20px 20px 20px;}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#FFFFFF;}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#FFFFFF;}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-secondary );}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-secondary );}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-secondary );}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-secondary );}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-secondary );}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product .button{color:#FFFFFF;background-color:#000000;font-family:"Barlow", Sans-serif;font-weight:500;border-style:solid;border-width:1px 1px 1px 1px;border-radius:50px 50px 50px 50px;}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products .added_to_cart{color:var( --e-global-color-secondary );}.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-15336 .elementor-element.elementor-element-49cd641.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-49cd641 *//* Oculta el botón "Add to Cart" */
.custom-product-preview .add_to_cart_button {
  display: none !important;
}

/* Estilo del nuevo botón "View More" */
.custom-product-preview .woocommerce-LoopProduct-link::after {
  content: "Order Now";
  display: inline-block;
  margin-top: 12px;
  padding: 10px 24px;
  border: 1.5px solid #fff;
  border-radius: 40px; /* hace los bordes redondeados como el original */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

/* Hover */
.custom-product-preview .woocommerce-LoopProduct-link:hover::after {
  background-color: #fff;
  color: #000;
}/* End custom CSS */