/*
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);
}
/* małe inputy (dodane w PHP jako input_class) */
.uh-input-sm { max-width: 160px; }

/* SKU box na listingu kategorii */
.uh-sku-box {
  background: #240000;   /* bordowy */
  color: #fff;           /* biały font */
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 6px;
}
/* CENA: większa + złoto-pomarańczowa */
.single-product .summary .price {
  display:block !important;   /* wymuś nowy wiersz */
  float:none !important;       /* wyłącz ewentualne floarty motywu */
  margin: 0 0 10px !important; /* odstęp pod ceną */
}
.single-product .summary .price .woocommerce-Price-amount {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #efb310 !important;   /* złoto-pomarańczowy */
}

/* SKU – bordowy badge POD ceną */
.uh-sku-box {
  background: #7b0000;
  color: #fff;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
}
.uh-sku-single {
  clear: both;                 /* gdyby cena była kiedyś floatowana */
  margin-top: 6px;
  font-size: 18px;
}
/* Cena – delikatnie mniejszy odstęp na górze, większy na dole */
.single-product .summary .price {
  margin: 0 0 10px !important;
}

/* SKU badge – odstęp pod spodem, żeby „odkleić” od opisu */
.single-product .summary .uh-sku-single {
  margin-top: 6px;
  margin-bottom: 14px; /* kluczowy odstęp od opisu */
}

/* Krótki opis – spójne marginesy i lepsza czytelność */
.single-product .summary .woocommerce-product-details__short-description {
  margin-top: 0 !important;   /* bo odległość robi badge powyżej */
  line-height: 1.6;
}
.single-product .summary .woocommerce-product-details__short-description p {
  margin: 0 0 10px;
}

/* Fallback dla motywów – gdyby opis miał inną klasę */
.single-product .summary .product-short-description,
.single-product .summary .entry-content {
  margin-top: 0 !important;
  line-height: 1.6;
}
/* Stylizacja footera */
.footer-lang-list a {
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin: 4px 0;
}

.price .uh-price-suffix-inline { white-space: nowrap; font-size: .95em; }
/* Styl tytułu */
.uh-currency-switcher-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff; /* biały napis główny */
    line-height: 1.2;
}

/* Styl podtytułu */
.uh-currency-switcher-title small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    color: #efecd9; /* beżowy pasujący do menu */
    margin-top: 3px;
}

/* Styl samego switchera Aelia */
.uh-currency-switcher-box {
    margin-top: 6px;
    text-align: center;
}

/* Opcjonalne dopasowanie wyglądu selecta */
.uh-currency-switcher-box select {
    background-color: transparent;
    border: 1px solid #efecd9;
    color: #efecd9;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
}

.uh-currency-switcher-box select option {
    color: #333;
}
.yoast-helper-text {
    display: none;
}
/* WYRÓŻNIJ "Sklep" na mobile + dodaj ikonę bez HTML/SVG (emoji) */
@media (max-width: 1024px){

  /* Shoptimizer offcanvas */
  .offcanvas .menu .uh-menu-shop > a,
  /* Max Mega Menu - mobilny panel */
  .mega-menu.mega-menu-mobile > li.uh-menu-shop > a.mega-menu-link{
    position: relative;
    display: block;
    font-size: 18px;            /* większy tekst */
    font-weight: 800;           /* mocniejszy */
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 1.2;
    padding: 14px 14px 14px 42px; /* miejsce na ikonę */
    border-radius: 10px;
    background: linear-gradient(180deg,#f1d67a,#efc84a); /* złoty */
    color: #1a0c0c !important;  /* ciemny tekst */
  }

  /* Ikona koszyka bez HTML – emoji (działa wszędzie, brak "markup") */
  .offcanvas .menu .uh-menu-shop > a::before,
  .mega-menu.mega-menu-mobile > li.uh-menu-shop > a.mega-menu-link::before{
    content: "🛒";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
  }

  /* Hover */
  .offcanvas .menu .uh-menu-shop > a:hover,
  .mega-menu.mega-menu-mobile > li.uh-menu-shop > a.mega-menu-link:hover{
    filter: brightness(1.06);
    box-shadow: 0 6px 18px rgba(239,200,74,.35);
  }
}

/* (opcjonalnie) lekko podkreśl "Sklep" na desktopie */
@media (min-width: 1025px){
  .main-navigation .menu > li.uh-menu-shop > a,
  .mega-menu.mega-menu-horizontal > li.uh-menu-shop > a.mega-menu-link{
    font-weight: 700;
    color: #efc84a !important;
  }
}
/* --- Newsletter Urbanowicz Haft --- */
.uh-newsletter-box {
  text-align: center;
  max-width: 420px;
  margin: 40px auto;
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
}

.uh-newsletter-heading {
  color: #efecd9; /* beżowy z Twojego motywu */
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.uh-newsletter-sub {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* Etykiety */
.uh-newsletter-box label {
  display: block;
  color: #efecd9;
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Pola formularza */
.uh-newsletter-box input[type="text"],
.uh-newsletter-box input[type="email"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #555;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 0.95rem;
  transition: border-color 0.3s, background-color 0.3s;
}

.uh-newsletter-box input[type="text"]:focus,
.uh-newsletter-box input[type="email"]:focus {
  border-color: #d4af37; /* złoty akcent */
  background-color: rgba(255,255,255,0.15);
  outline: none;
}

/* Przycisk */
.uh-newsletter-submit input[type="submit"] {
  background-color: #d4af37;
  color: #111;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.uh-newsletter-submit input[type="submit"]:hover {
  background-color: #e3c766;
  transform: translateY(-2px);
}

/* Responsywność */
@media (max-width: 480px) {
  .uh-newsletter-box {
    padding: 20px 15px;
  }
  .uh-newsletter-heading {
    font-size: 1.2rem;
  }
}
