/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
CSS
body .image-feature a::before {
   background-color: rgba(0,0,0,0);
}
 /* Wyglad napisu pod Logo */
 .site-description {
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4); /* delikatny cień dla kontrastu */
	text-align: center;           /* wyśrodkowanie tekstu */
    display: block;               /* pewność, że się zachowa */
}
.site-branding .site-description {
    color: #ffffff !important;
}
/* Urbanowicz Haft – czytelna karta informacji na PDP */
.uh-card{
  --uh-gold:#d4af37;        /* złoty akcent */
  --uh-bg:#ffffff;
  --uh-text:#171717;
  --uh-muted:#616161;
  --uh-border:#dcdcdc;

  background:var(--uh-bg);
  color:var(--uh-text);
  border:2px solid var(--uh-border);
  border-radius:16px;
  padding:18px 18px 16px;
  box-shadow:0 8px 28px rgba(0,0,0,.06);
  position:relative;
  overflow:hidden;
}

/* złota belka u góry dla „ramki premium” */
.uh-card::before{
  content:"";
  position:absolute; inset:0 0 auto 0; height:6px;
  background:linear-gradient(90deg,var(--uh-gold),#f1d77a);
}

/* nagłówek */
.uh-card__head h3{
  margin:10px 0 12px;
  font-size:18px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.2px;
}

/* badge PRODUKCJA WŁASNA */
.uh-pill{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  background:rgba(212,175,55,.12);
  color:#7a5b00;
  border:1px solid rgba(212,175,55,.45);
  border-radius:999px;
  padding:4px 10px;
}

/* lista punktowana – bardzo czytelna */
.uh-card__list{
  list-style:none;
  margin:0 0 14px;
  padding:0;
  display:grid;
  gap:8px;
}
.uh-card__list li{
  position:relative;
  padding-left:30px;
}
.uh-card__list li::before{
  content:"";
  position:absolute; left:0; top:3px;
  width:18px; height:18px; border-radius:50%;
  border:2px solid var(--uh-gold);
  background:
    radial-gradient(circle at 50% 50%, var(--uh-gold) 0 5px, transparent 6px);
}

/* telefony – „przyciski” z dobrą klikalnością */
.uh-card__phones{
  display:flex; flex-wrap:wrap; gap:8px 10px;
  align-items:center; margin:4px 0 8px;
}
.uh-card__label{ font-weight:700; margin-right:6px; }
.uh-btn{
  display:inline-block; text-decoration:none;
  border:1px solid var(--uh-border);
  border-radius:10px; padding:6px 10px;
  font-weight:700; line-height:1.1;
  color:var(--uh-text);
  transition:transform .06s ease, box-shadow .15s ease, background .2s ease;
}
.uh-btn:hover{
  background:#f6f6f6;
  box-shadow:0 6px 14px rgba(0,0,0,.06);
  transform:translateY(-1px);
}

/* notka o dostępności */
.uh-card__note{
  margin:6px 0 12px;
  font-size:14px;
  color:var(--uh-muted);
}

/* blok z „pieczątkami” bezpieczeństwa */
.uh-card

