@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//qhouse4u.pl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(148,59,0);
	--wd-alternative-color: rgb(148,59,0);
	--btn-default-bgcolor: #FFFFFF;
	--btn-default-bgcolor-hover: rgb(148,59,0);
	--btn-accented-bgcolor: rgb(148,59,0);
	--btn-accented-bgcolor-hover: rgb(148,59,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(102,20,0);
	--wd-link-color-hover: rgb(102,20,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://qhouse4u.pl/wp-content/uploads/2021/09/bikes-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center bottom;
}
.wd-footer {
	background-color: rgb(32,32,32);
	background-image: url(https://qhouse4u.pl/wp-content/uploads/2025/03/header-archive-qhause-wer005a.webp);
	background-size: cover;
	background-position: center center;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 23px;
	color: rgb(79,7,7);
}
html .wd-post:not(.blog-design-small) .wd-post-meta > div, html .wd-post:not(.blog-design-small) .wd-post-meta > div > a {
	color: rgb(0,0,0);
}
html .wd-post:not(.blog-design-small) .wd-post-meta > div > a:hover, html .post.wd-post .wd-post-meta .wd-post-share:hover {
	color: rgb(0,0,0);
}
.product-labels .product-label.new {
	background-color: rgb(221,153,51);
	color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.wd-product-cats {
    display: none;
} /*UKRYCIE KATEGORII PRODUKTU  M.IN. W ajaX */   
div.pswp__bg {
	background: #fff !important; /*biały kolor przy powiększeniu zdjęć produktów  - na podstawie xtemos*/
}

.woocommerce-product-gallery__image {
    margin: 0 auto; /* Opcjonalne: wyrównanie do środka poziomo */
}

a.wd-product-nav-btn {
    width: 30px;
    height: 30px;
}

.klasa_pomarancz [class*="wd-underline-colored"] u {
    color: rgb(255, 102, 0);
}
#pelna_pomarancz u {
    color: rgb(255, 102, 0);
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: rgb(197 103 40);
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f1770b;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-product .wd-product-sku 
 {
    color: #000000 !important; /*ustwieni koloru SKUna czarny*/
}

.menu-item-account {
    display: none !important;
}


.wd-product :is(.product-wrapper,.product-element-bottom,.product-list-content,[class*="-information"])>*:not(:is(.product-element-bottom,.wd-entities-title,[class*="wd-product-"],.price)) {
    margin-block: -9px;
}


/* Upewniamy się, że etykieta znajduje się na samej górze kontenera produktu */
.awl-product-label {
    display: inline-block !important;
    position: absolute !important;
    top: 0px !important; /* Przesunięcie w dół, aby uniknąć obcinania */
    left: 0px !important; /* Dopasowanie do lewej krawędzi */
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background: #943b00 !important; /* Kolor tła */
    padding: 1px 1px !important;
    border-radius: 0px !important;
       z-index: 99 !important;
    white-space: nowrap !important;
}

/* Ustawienia dla tekstu wewnątrz etykiety */
.awl-label-text {
    display: inline-block !important;
    padding: 0.2em 0.2em !important;
    position: relative !important;
    line-height: 1.0 !important;
    background: #943b00 !important;
	 
    }

/* Upewniamy się, że kontener produktu nie obcina etykiety */
.wd-product, 
.product-grid-item {
    position: relative !important;
    overflow: visible !important;
  
}

.wpclv-attribute-label { /*zmiana czcionki warian na biały w produktach z wariantami teraz Falk 31-03-2025 r.*/
    color: #ffffff;
}




.wpclv-term a {
    color: black;                   /* Kolor linku w nieaktywnym */
    }


/* Styl tekstu wewnątrz aktywnego, jeśli jest w <span> */
.wpclv-term.active span {
    color: #FF9600;
	font-weight: 600;
	border-color: #FF9600;
	}
.wpclv-attributes .wpclv-terms .wpclv-term span,
.wpclv-attributes .wpclv-terms .wpclv-term a {
  background-color: #ffffff; /* Białe tło */
}

.wpclv-attributes .wpclv-terms .wpclv-term.active, .wpclv-attributes .wpclv-terms .wpclv-term:hover {
  border-color: #FF9600;
	border-width: 2px;
}


.post-ratings
{
color: #ffffff; /* kolor rating na biały tekst przy gwiazdkach 01-04-2025*/
}

.out-of-stock
{
    display: none; /* nie znalazłem kody CSS w widoku archive ani w widoku single 09-04-2025*/
}

.wpclv-attributes {  /*ułożenie linked variations obok siebie - Wersja kolorystyczna i komin )atrapa na produktach Vive 45 widoczne bo sa 2 atrybuty po 2 wybory)*/
    display: flex;
    flex-wrap: wrap;
 }

.wpclv-attribute {
    flex: 1 1 auto; /* elastyczna szerokość */
    min-width: 200px; /* minimalna szerokość jednego atrybutu */
}

/* Ukrywanie wybranych kategorii i ich podkategorii w widżecie kategorii produktów */
.widget_product_categories .cat-item-461,
.widget_product_categories .cat-item-461 ul.children,
.widget_product_categories .cat-item-830,
.widget_product_categories .cat-item-830 ul.children,
.widget_product_categories .cat-item-833,
.widget_product_categories .cat-item-833 ul.children,
.widget_product_categories .cat-item-457,
.widget_product_categories .cat-item-457 ul.children,
/* Ukrywanie "Kuchnie ogrodowe" (ID 754), jej podkategorii oraz elementu aktywnego */
.widget_product_categories .cat-item-754,
.widget_product_categories .cat-item-754 ul.children,
.widget_product_categories .cat-item-754.wd-active-parent,
.widget_product_categories .cat-item-754.wd-active-parent ul.children {
  display: none !important;
}


/* QHouse4U — przyspieszenie wyświetlenia obrazów galerii (bez fade/transform) 2025-08-29 1215*/
.single-product .woocommerce-product-gallery__image img{
  opacity:1 !important;
  animation:none !important;
  transition:none !important;
  visibility:visible !important;
  transform:none !important;
}

/* QHouse4U — MOBILE: 1 zdjęcie LCP nad foldem + rezerwa pod dolny pasek */
@media (max-width: 767px){
  .lcp-img{
    display:block;
    /* dokładna rezerwa wysokości pod LCP (Twoje pliki ~1292×1080) */
    aspect-ratio: 1292 / 1080;
  }
  .lcp-img img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
  }

  /* rezerwa pod dolny pasek (Zadzwoń/Menu) – dopasuje się do różnych ekranów */
  body.single-product{
    padding-bottom: clamp(64px, 10vw, 96px);
  }

  /* (opcjonalnie) jeśli miniatury galerii “doskakują”, odkomentuj:
  .single-product .woocommerce-product-gallery .flex-control-nav{
    min-height:72px;
  } */
}


.lcp-img, .lcp-img img{
  opacity:1!important;
  transition:none!important;
  animation:none!important;
  transform:none!important;
  visibility:visible!important;
}


/* —— KONFIG — zmień pod swoją markę —— */
:root{
  --lb-icon:#000;          /* kolor ikon (czarny) */
  --lb-icon-hover:#000;    /* kolor ikon w hover */
  --lb-pill:#0ea5e9;       /* tło kółka */
  --lb-pill-hover:#0284c7; /* tło kółka w hover */
  --lb-size:42px;          /* średnica kółka */
}

/* Ikony w lightboxie (Elementor) */
.elementor-lightbox svg,
.elementor-lightbox svg *{
  fill: var(--lb-icon) !important;
  stroke: var(--lb-icon) !important;
}


/* po aktywacji pokazujemy */
body.qh-ui-ready .awl-label-wrap,
body.qh-ui-ready) .awl-product-label,
body.qh-ui-ready .awl-label-text {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}



/* ======================================================
   QHouse4U – GLOBAL CSS (Single product page – “qh-”)
   Autor: Piotrek / 12-01-2026
   WAŻNE: tu NIE wklejamy <style> ... </style>
   ====================================================== */

/* ----- Zmienne / baza ----- */
:root{
  --qh-bg: #ffffff;
  --qh-muted: #6b7280;
  --qh-text: #111827;
  --qh-line: #e5e7eb;
  --qh-accent: #8a4b22; /* CTA / akcent */
  --qh-card: #fafafa;
  --qh-dark: #111111;
  --qh-radius: 16px;
  --qh-shadow: 0 10px 30px rgba(0,0,0,.08);
  --qh-max: 1100px;
}

.qh-wrap{ max-width: var(--qh-max); margin: 0 auto; padding: 18px 14px; color: var(--qh-text); }
.qh-sec{ margin: 26px 0; }
.qh-card{ background: var(--qh-card); border: 1px solid var(--qh-line); border-radius: var(--qh-radius); box-shadow: var(--qh-shadow); }
.qh-pad{ padding: 18px; }
.qh-grid{ display: grid; gap: 16px; }
.qh-grid-2{ grid-template-columns: 1.2fr .8fr; }
.qh-grid-3{ grid-template-columns: repeat(3, 1fr); }
.qh-title{ font-size: 26px; line-height: 1.15; margin: 0 0 8px; }
.qh-h2{ font-size: 22px; margin: 0 0 10px; }
.qh-h3{ font-size: 16px; margin: 0 0 8px; }
.qh-p{ margin: 0 0 10px; color: var(--qh-text); }
.qh-small{ font-size: 13px; color: var(--qh-muted); }

.qh-kpis{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.qh-kpi{ border: 1px solid var(--qh-line); border-radius: 14px; padding: 10px 12px; background: #fff; }
.qh-kpi b{ display:block; font-size: 18px; margin-bottom: 2px; }
.qh-kpi span{ font-size: 12px; color: var(--qh-muted); }

.qh-btns{ display:flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.qh-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 14px; border-radius: 999px; text-decoration:none;
  border: 1px solid var(--qh-line); color: var(--qh-text); background: #fff;
  transition: transform .15s ease, border-color .15s ease;
}
.qh-btn:hover{ transform: translateY(-1px); border-color: #c9cbd1; }
.qh-btn--primary{ background: var(--qh-accent); border-color: var(--qh-accent); color: #fff; }

.qh-badges{ display:flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.qh-badge{
  font-size: 12px; color: var(--qh-text);
  border: 1px solid var(--qh-line); background: #fff;
  padding: 6px 10px; border-radius: 999px;
}

.qh-list{ margin: 0; padding-left: 18px; }
.qh-list li{ margin: 6px 0; }

.qh-split{ display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qh-box{ background:#fff; border:1px solid var(--qh-line); border-radius: 14px; padding: 14px; }
.qh-box--dark{ background: #1a1a1a; color:#fff; border-color:#2b2b2b; }
.qh-box--dark .qh-small{ color: rgba(255,255,255,.7); }
.qh-price{ font-size: 28px; margin: 6px 0 2px; }

/* ----- Tabela parametrów ----- */
.qh-spec{
  width:100%; border-collapse: collapse; background:#fff;
  border:1px solid var(--qh-line); border-radius: 14px; overflow:hidden;
}
.qh-spec th, .qh-spec td{ padding: 10px 12px; border-bottom:1px solid var(--qh-line); text-align:left; }
.qh-spec th{ width: 48%; color: var(--qh-muted); font-weight: 600; background: #fcfcfc; }
.qh-spec tr:last-child th, .qh-spec tr:last-child td{ border-bottom:none; }

/* ----- Zakładki rzutów ----- */
.qh-tabs{ border:1px solid var(--qh-line); border-radius: 14px; background:#fff; overflow:hidden; }
.qh-tabbar{ display:flex; gap: 10px; padding: 10px; border-bottom:1px solid var(--qh-line); background:#fcfcfc; flex-wrap: wrap; }
.qh-tabbtn{
  border:1px solid var(--qh-line); background:#fff; color: var(--qh-text);
  border-radius: 999px; padding: 8px 12px; cursor:pointer; font-size: 13px;
  font-weight: 600;
}
.qh-tabbtn[aria-selected="true"]{
  background: var(--qh-accent);
  border-color: var(--qh-accent);
  color:#fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
.qh-tabpanel{ padding: 14px; display:none; }
.qh-tabpanel[data-open="true"]{ display:block; }

.qh-media{
  border:1px solid var(--qh-line); border-radius: 14px; overflow:hidden; background:#fff;
}
.qh-media img{ display:block; width:100%; height:auto; }

/* ----- Oś procesu ----- */
.qh-steps{ display:grid; gap: 10px; }
.qh-step{ display:flex; gap: 12px; align-items:flex-start; padding: 14px; border:1px solid var(--qh-line); border-radius: 14px; background:#fff; }
.qh-step b{ display:inline-flex; width: 30px; height: 30px; border-radius: 999px; align-items:center; justify-content:center; background: var(--qh-accent); color:#fff; flex: 0 0 auto; }
.qh-step div{ flex: 1; }
.qh-step p{ margin: 4px 0 0; color: var(--qh-muted); font-size: 13px; }

/* ----- “Premium” czytelność dłuższych akapitów ----- */
.qh-card .qh-p{ max-width: 68ch; }
.qh-card .qh-h2, .qh-card .qh-title{ max-width: 62ch; }

/* ----- Specyfikacja: zebrowanie ----- */
.qh-spec tr:nth-child(even) td{ background: #fbfbfb; }
.qh-spec tr:nth-child(even) th{ background: #f7f7f7; }

/* ======================================================
   Sekcja: ŚCIANY (TEN DOM = TEN TYP)
   ====================================================== */
.qh-wall-hero{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px;
  border-radius:16px;
  border:1px solid var(--qh-line);
  background:#fff;
  margin-top:10px;
}

.qh-wall-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width: fit-content;
  padding:8px 12px;
  border-radius:999px;
  background: var(--qh-accent);
  color:#fff;
  font-weight:700;
}

.qh-wall-hero__meta{
  font-size:13px;
  color: var(--qh-text);
}

.qh-wall-focus{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  border:1px solid var(--qh-line);
  background:#fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
}

.qh-wall-focus img{
  width:100%;
  height:auto;
  border-radius:12px;
  display:block;
}

.qh-compare{
  border:1px solid var(--qh-line);
  border-radius:16px;
  padding:10px 12px;
  background:#fff;
  margin-top:14px;
}

.qh-compare__sum{
  cursor:pointer;
  font-weight:700;
  list-style:none;
}

.qh-compare__sum::-webkit-details-marker{ display:none; }

.qh-compare__grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  margin-top:12px;
}

.qh-compare__card{
  border:1px solid var(--qh-line);
  border-radius:14px;
  padding:10px;
  background:#fff;
}

.qh-compare__card img{
  width:100%;
  height:auto;
  border-radius:10px;
  margin-bottom:8px;
  display:block;
}

/* ----- Responsywność ----- */
@media (max-width: 920px){
  .qh-grid-2{ grid-template-columns: 1fr; }
  .qh-grid-3{ grid-template-columns: 1fr; }
  .qh-split{ grid-template-columns: 1fr; }
  .qh-kpis{ grid-template-columns: 1fr; }

  .qh-wall-focus{ grid-template-columns: 1fr; }
  .qh-compare__grid{ grid-template-columns: 1fr; }
}

/* === ŚCIANY: wariant „TEN DOM = TEN TYP” === */
.qh-wall-hero{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px;
  border-radius:16px;
  border:1px solid var(--qh-line);
  background:#fff;
  margin-top:10px;
}

.qh-wall-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width: fit-content;
  padding:8px 12px;
  border-radius:999px;
  background: var(--qh-accent);
  color:#fff;
  font-weight:700;
}

.qh-wall-hero__meta{
  font-size:13px;
  color: var(--qh-text);
}

.qh-wall-focus{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  border:1px solid var(--qh-line);
  background:#fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
}

.qh-wall-focus img{
  width:100%;
  height:auto;
  border-radius:12px;
}

.qh-compare{
  border:1px solid var(--qh-line);
  border-radius:16px;
  padding:10px 12px;
  background:#fff;
}

.qh-compare__sum{
  cursor:pointer;
  font-weight:700;
  list-style:none;
}

.qh-compare__sum::-webkit-details-marker{ display:none; }

.qh-compare__grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  margin-top:12px;
}

.qh-compare__card{
  border:1px solid var(--qh-line);
  border-radius:14px;
  padding:10px;
  background:#fff;
}

.qh-compare__card img{
  width:100%;
  height:auto;
  border-radius:10px;
  margin-bottom:8px;
}

@media (max-width: 920px){
  .qh-wall-focus{ grid-template-columns: 1fr; }
  .qh-compare__grid{ grid-template-columns: 1fr; }
}



/*przeniesienie CSS zwidoku 3D z single page - po aktualziacji woodmart i elemetor pro 20-01-2026 info to Tomka*/
/* GŁÓWNY WRAPPER */
#verkonfo{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* LEWA KOLUMNA – BUTTONY */
#buttonkonf{
  width: 100%;
  max-width: 320px;          /* możesz zmienić */
  height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* PRAWA KOLUMNA – PALETA */
#palletkolor{
  width: 200px;
  min-height: 153px;
  flex-shrink: 0;

  position: sticky;
  top: 0;

  border: 1px solid #444;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  overflow-y: auto;

  display: none; /* pokaże JS po kliknięciu */
}

/* GRID KOLORÓW */
#palletkolor .qh-swatches{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

#palletkolor .qh-swatch{
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(0,0,0,.35);
  cursor: pointer;
}
#palletkolor .qh-swatch.is-selected{
  outline: 3px solid #000;
}
