/*
Theme Name:     Herti theme 2025.28
Theme URI:      https://nanogo.ee
Template:       kadence
Author:         NANO GO
Author URI:     n/a
Description:    Child Theme Description
Version:        2.3
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  display: none !important;
}

/* ------------------------------
   WooCommerce form labels
------------------------------ */
.woocommerce form .form-row label {
  line-height: 2.4;
  font-weight: 700;
  color: var(--global-palette5);
  font-size: 100%;
}

/* ------------------------------
   WooCommerce tables
------------------------------ */
.woocommerce table.shop_table {
  margin: 0 -1px 1.5em 0;
  text-align: left;
  width: 100%;
  border-radius: 3px;
  font-size: 100%;
  border-collapse: collapse;
}

/* ------------------------------
   "On sale" badge (fixed min-width)
------------------------------ */
.woocommerce span.onsale {
  min-height: 1em;
  min-width: 3.2em; /* buvo klaida: min-width:transform; */
  padding: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  top: 0.5rem;
  left: 0.9rem;
  margin: 0;
  border-radius: 15rem;
  background-color: var(--global-palette-highlight);
  color: var(--global-palette-highlight-alt2);
  font-size: 1em;
  z-index: 9;
}

/* ------------------------------
   Pagination (added visible borders & states)
------------------------------ */
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: inline-block;
  margin-right: 0.5em;
  min-width: 4em;
  line-height: 4em;
  text-align: center;
  text-decoration: underline;
  border-radius: .25rem;
  border: 1px solid red; /* anksčiau buvo tik border-color */
  color: red;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
  text-decoration: none;
  outline: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  border-style: solid;
  font-weight: 700;
}

/* ------------------------------
   Single product price
------------------------------ */
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--global-palette1);
}

/* ------------------------------
   Cart actions (coupon only) – saugiai
------------------------------ */


/* =============================
   IŠ TĖVINĖS TEMOS – PALIKTA, SUDERINTA
   ============================= */
.page-title .kadence-breadcrumbs{
  margin-left:24px; font-style:normal; font-weight:400; font-size:8px;
  font-family:Verdana, Geneva, sans-serif;
}
.page-title .entry-title{
  margin-left:24px; font-style:normal; font-weight:700; font-size:20px;
  font-family:Verdana, Geneva, sans-serif;
}