/* 
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 */

a.added_to_cart.wc-forward {
    display: none;
}


/* Woocomerce */
/* Konteiners: meta un action blakus */
.product-meta-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Meta aizņem visu atlikušo vietu (lai title/cena sarautu pareizi) */
.product-meta {
  flex: 1 1 auto;
  min-width: 0; /* svarīgi, lai overflow: ellipsis darbotos */
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Ja nepieciešams, ierobežo nosaukuma garumu rindā */
.product-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Mūsu speciālā add-to-cart ikona-poga (reset tēmas .button iedarbību) */
.custom-ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #222;        /* pielāgo pēc vajadzības */
  color: #fff;
  text-decoration: none;
  line-height: 1;
  border: 0;
  box-sizing: border-box;
}

/* Ikonas izmērs */
.custom-ac-btn i {
  font-size: 16px;
  display: block;
}

/* Hover stils */
.custom-ac-btn:hover {
  background: #000;
  color: #fff;
}

/* Ja tēma stipri pārraksta .button, vari izmantot šādu resetu (izmanto tikai, ja nepieciešams) */
/* .custom-ac-btn.button { padding: 0; background: #222; border: 0; } */

/* Ja konflikti turpinās — pēdējā līnija ar !important var palīdzēt */
.custom-ac-btn {
  /* -- tikai kā pēdējais līdzeklis:
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background: #222 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 0 !important;
  */
}
