/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


button:hover .woosq-btn-text
{
	color:white;
}

[type=button],[type=submit],button {border: 1px solid black !important;}
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {background-color: var(--e-global-color-primary) !important; color: white !important;}


.quick-sale ul li img {
  aspect-ratio: 0.7 / 1;  /* square */
  width: 100%;
  object-fit: cover;
  background: #fff;     
  display: block;
}

.quick-sale .price,
.quick-sale .woocommerce-Price-amount {
  color: var(--e-global-color-primary);
  font-size: 1em;
}
.woocommerce-loop-product__title
{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

/* Sale + regular prices shown together */
.quick-sale .price ins { color: var(--e-global-color-primary) !important; text-decoration: none; }
.quick-sale .price del { color: black !important; }

/* Button default */
.quick-sale .products li.product a.button,
.quick-sale .add_to_cart_button,
.quick-sale a.button,
.quick-sale .added_to_cart {
  background-color: #e9e6ed;
  color: black !important;
  border: none;
  padding: 10px 14px;
  text-transform: none;
  transition: background-color .2s ease, transform .05s ease;
  font-size : 100%;
      font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    padding: .618em 1em;
    border-radius: 3px;
    line-height: 1;
}

/* Button hover/focus/active */
.quick-sale .products li.product a.button:hover,
.quick-sale .add_to_cart_button:hover,
.quick-sale a.button:hover,
.quick-sale .added_to_cart:hover,
.quick-sale .products li.product a.button:focus {
  background-color: var(--e-global-color-primary);
  color: #fff !important;
  transform: translateY(-1px);
}

.quick-sale { text-align: center; }

/* Optional: make buttons full width under each product card */
.quick-sale .products li.product a.button { text-align: center; }

/* Optional: adjust price size inside product cards */
.quick-sale ul.products li.product .price { font-size: 1em;}
