.elementor-kit-20{--e-global-color-primary:#032838;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#E77858;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-20 button,.elementor-kit-20 input[type="button"],.elementor-kit-20 input[type="submit"],.elementor-kit-20 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );}.elementor-kit-20 button:hover,.elementor-kit-20 button:focus,.elementor-kit-20 input[type="button"]:hover,.elementor-kit-20 input[type="button"]:focus,.elementor-kit-20 input[type="submit"]:hover,.elementor-kit-20 input[type="submit"]:focus,.elementor-kit-20 .elementor-button:hover,.elementor-kit-20 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-accent );}.elementor-kit-20 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce ul.products li.product a.button {
  background-color: #000000 !important; /* Change to your color */
  color: #e77858 !important; /* Change text color */
  border: none; /* Optional */
}

.woocommerce ul.products li.product a.button:hover {
  background-color: #e77858 !important;
  color: #000000 !important;
}

/* TI Wishlist — mobile card layout */
@media (max-width: 767px) {
  /* Make sure the wrapper fills the container */
  .elementor-widget-container .tinv-wishlist { width: 100%; }

  /* Hide table head and convert rows to blocks */
  .tinv-wishlist table.tinvwl-table-manage-list thead { display: none !important; }
  .tinv-wishlist table.tinvwl-table-manage-list,
  .tinv-wishlist table.tinvwl-table-manage-list tbody,
  .tinv-wishlist table.tinvwl-table-manage-list tr,
  .tinv-wishlist table.tinvwl-table-manage-list td {
    display: block !important;
    width: 100% !important;
  }

  /* Card styling for each wishlist item */
  .tinv-wishlist table.tinvwl-table-manage-list tr.wishlist_item {
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 14px 14px 12px;
    margin: 12px 0;
    position: relative;
    background: transparent; /* change if you use a light theme */
  }

  /* Remove checkbox column on mobile (optional) */
  .tinv-wishlist td.product-cb { display: none !important; }

  /* Position the remove (X) button */
  .tinv-wishlist td.product-remove {
    position: absolute;
    top: 8px; right: 8px;
    width: auto !important;
  }

  /* Image first, centered */
  .tinv-wishlist td.product-thumbnail {
    max-width: 140px;
    margin: 8px auto 10px;
    text-align: center;
  }

  /* Name below image */
  .tinv-wishlist td.product-name { margin: 4px 0 8px; text-align: center; }

  /* Price/stock/date inline chips */
  .tinv-wishlist td.product-price,
  .tinv-wishlist td.product-stock,
  .tinv-wishlist td.product-date {
    display: inline-block !important;
    width: auto !important;
    margin: 0 10px 8px 0;
    vertical-align: middle;
  }

  /* Action button block at the end */
  .tinv-wishlist td.product-action {
    margin-top: 8px;
    text-align: center;
  }

  /* Prevent weird table calculations */
  .tinv-wishlist table.tinvwl-table-manage-list { table-layout: auto !important; }
}/* End custom CSS */