.elementor-3306 .elementor-element.elementor-element-8ebd1bd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3306 .elementor-element.elementor-element-a1ba394{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3306 .elementor-element.elementor-element-81c868a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3306 .elementor-element.elementor-element-a9e9ed5{--display:flex;}@media(min-width:768px){.elementor-3306 .elementor-element.elementor-element-a1ba394{--width:50%;}.elementor-3306 .elementor-element.elementor-element-81c868a{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-8ebd1bd *//* ================================
   STRONA PRODUKTU — GOTOWE NA SUKCES
   FULL CSS DO CUSTOM CSS
================================ */

/* Tło całej strony produktu */
body.single-product,
body.single-product #page,
body.single-product .site,
body.single-product .site-content,
body.single-product .content-area,
body.single-product main,
body.single-product .site-main,
body.single-product .elementor,
body.single-product .elementor-section,
body.single-product .elementor-container,
body.single-product .elementor-widget-wrap {
  background: #F5F0E8 !important;
  color: #2D2D2D !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Usuń granatowe / ciemne tła motywu */
body.single-product .site-header,
body.single-product .site-footer,
body.single-product .page-header,
body.single-product .entry-header {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ukryj tylko tytuły strony z motywu, ale nie tytuł produktu */
body.single-product .entry-title:not(.product_title),
body.single-product .page-title:not(.product_title) {
  display: none !important;
}

/* Breadcrumb */
body.single-product .woocommerce-breadcrumb {
  max-width: 1240px !important;
  margin: 22px auto 12px !important;
  padding: 0 12px !important;
  color: #8B8070 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body.single-product .woocommerce-breadcrumb a {
  color: #8B3A3A !important;
  text-decoration: none !important;
}

body.single-product .woocommerce-breadcrumb a:hover {
  color: #C94A13 !important;
}

/* Główna karta produktu */
body.single-product div.product {
  max-width: 1240px !important;
  margin: 28px auto 70px !important;
  padding: 42px !important;
  background: #FFFDF8 !important;
  border: 1px solid #E8DCCB !important;
  border-radius: 30px !important;
  box-shadow: 0 24px 80px rgba(45,45,45,.08) !important;

  display: grid !important;
  grid-template-columns: minmax(420px, 560px) 1fr !important;
  gap: 58px !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

/* Lewa kolumna — zdjęcie produktu */
body.single-product div.product div.images {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px !important;
  background: linear-gradient(180deg, #FFF8EB 0%, #F7EBD7 100%) !important;
  border: 1px solid #EFE2CD !important;
  border-radius: 26px !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.65),
    0 18px 50px rgba(201,168,76,.14) !important;
  position: relative !important;
}

body.single-product div.product div.images img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 680px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.10) !important;
  background: transparent !important;
}

/* Badge Promocja */
body.single-product span.onsale {
  background: #C9A84C !important;
  color: #1A1A1A !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  line-height: 1 !important;
  min-height: auto !important;
  min-width: auto !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  box-shadow: 0 12px 28px rgba(201,168,76,.24) !important;
  top: 20px !important;
  left: 20px !important;
  margin: 0 !important;
}

/* Ikona lupy */
body.single-product .woocommerce-product-gallery__trigger {
  width: 46px !important;
  height: 46px !important;
  top: 20px !important;
  right: 20px !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.13) !important;
  border: none !important;
}

/* Prawa kolumna produktu */
body.single-product div.product div.summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Tytuł produktu nad ceną */
body.single-product div.product div.summary .product_title,
body.single-product div.product div.summary h1.product_title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-family: 'Lora', serif !important;
  font-size: clamp(40px, 4.2vw, 60px) !important;
  line-height: 1.07 !important;
  letter-spacing: -0.8px !important;
  color: #1A1A1A !important;
  font-weight: 700 !important;
  margin: 0 0 16px !important;
  max-width: 680px !important;
  text-align: left !important;
}

/* Krótki opis produktu — jeśli dodasz go w WooCommerce */
body.single-product .woocommerce-product-details__short-description {
  margin: 0 0 24px !important;
  padding: 18px 20px !important;
  background: #FFF8E8 !important;
  border-left: 4px solid #C9A84C !important;
  border-radius: 16px !important;
  color: #4B453E !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  box-shadow: 0 10px 28px rgba(201,168,76,.08) !important;
}

body.single-product .woocommerce-product-details__short-description p {
  margin: 0 !important;
}

/* CSS-owy opis pod tytułem, gdy krótki opis w WooCommerce jest pusty */
body.single-product div.product div.summary .product_title::after {
  content: "Praktyczny ebook dla rodziców dzieci 5–12 lat, którzy chcą wspierać pewność siebie, samodzielność i spokój dziecka bez krzyku, presji i wieczornego poczucia winy.";
  display: block !important;
  margin-top: 18px !important;
  padding: 18px 20px !important;
  background: #FFF8E8 !important;
  border-left: 4px solid #C9A84C !important;
  border-radius: 16px !important;
  color: #4B453E !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  max-width: 620px !important;
  box-shadow: 0 10px 28px rgba(201,168,76,.08) !important;
}

/* Cena */
body.single-product p.price,
body.single-product span.price {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin: 0 0 24px !important;
}

body.single-product p.price del,
body.single-product span.price del {
  opacity: 1 !important;
  color: #9D8D79 !important;
  font-size: 23px !important;
  font-weight: 700 !important;
}

body.single-product p.price del .woocommerce-Price-amount,
body.single-product span.price del .woocommerce-Price-amount {
  color: #9D8D79 !important;
}

body.single-product p.price ins,
body.single-product span.price ins {
  text-decoration: none !important;
}

body.single-product p.price ins .woocommerce-Price-amount,
body.single-product span.price ins .woocommerce-Price-amount,
body.single-product p.price > .woocommerce-Price-amount,
body.single-product span.price > .woocommerce-Price-amount {
  color: #C9A84C !important;
  font-size: 46px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Formularz zakupu */
body.single-product form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 14px 0 22px !important;
}

/* Ilość */
body.single-product .quantity {
  margin: 0 !important;
}

body.single-product .quantity input.qty {
  width: 84px !important;
  min-width: 84px !important;
  height: 58px !important;
  border-radius: 14px !important;
  border: 1px solid #E2D6C2 !important;
  background: #FFFDF8 !important;
  color: #1A1A1A !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-align: center !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.04) !important;
}

/* Przycisk dodaj do koszyka */
body.single-product button.single_add_to_cart_button,
body.single-product .single_add_to_cart_button.button,
body.single-product .single_add_to_cart_button {
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 38px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #D4581A 0%, #C94A13 100%) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .4px !important;
  box-shadow: 0 14px 30px rgba(201,74,19,.28) !important;
  transition: all .2s ease !important;
}

body.single-product button.single_add_to_cart_button:hover,
body.single-product .single_add_to_cart_button.button:hover,
body.single-product .single_add_to_cart_button:hover {
  background: #1A1A1A !important;
  color: #C9A84C !important;
  transform: translateY(-2px) !important;
}

/* Trust line pod przyciskiem */
body.single-product form.cart::after {
  content: "✓ Natychmiastowy dostęp · ✓ 30 dni gwarancji · ✓ Bezpieczna płatność";
  display: block !important;
  width: 100% !important;
  margin-top: 4px !important;
  color: #6F675C !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Ukryj kategorię Bez kategorii */
body.single-product .product_meta {
  display: none !important;
}

/* Box korzyści pod przyciskiem */
body.single-product div.product div.summary::after {
  content: "Co dostajesz w środku? Konkretne przykłady rozmów z dzieckiem, proste sposoby reagowania na porażki i trudne emocje, wskazówki wzmacniające pewność siebie oraz praktyczne kroki do wdrożenia od razu w domu.";
  display: block !important;
  margin-top: 24px !important;
  padding: 20px 22px !important;
  background: #FFFDF8 !important;
  border: 1px solid #E8DCCB !important;
  border-radius: 18px !important;
  color: #3E3A34 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  box-shadow: 0 12px 30px rgba(45,45,45,.05) !important;
}

/* Tabs / opis produktu */
body.single-product .woocommerce-tabs {
  grid-column: 1 / -1 !important;
  margin-top: 32px !important;
  background: #FFFDF8 !important;
  border: 1px solid #E8DCCB !important;
  border-radius: 24px !important;
  padding: 32px !important;
  box-shadow: 0 16px 40px rgba(45,45,45,.05) !important;
}

/* Zakładki */
body.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  border: none !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  background: #FFF8E8 !important;
  border: 1px solid #E8DCCB !important;
  border-radius: 999px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  display: block !important;
  padding: 10px 16px !important;
  color: #1A1A1A !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
  background: #C9A84C !important;
  border-color: #C9A84C !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #1A1A1A !important;
}

/* Panel opisu */
body.single-product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 0 !important;
  color: #3E3A34 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body.single-product .woocommerce-tabs .panel h2 {
  font-family: 'Lora', serif !important;
  color: #1A1A1A !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
}

body.single-product .woocommerce-tabs .panel p {
  margin: 0 0 18px !important;
  color: #4B453E !important;
}

body.single-product .woocommerce-tabs .panel ul {
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product .woocommerce-tabs .panel ul li {
  position: relative !important;
  padding-left: 28px !important;
  margin-bottom: 10px !important;
  color: #2D2D2D !important;
}

body.single-product .woocommerce-tabs .panel ul li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #C9A84C !important;
  font-weight: 900 !important;
}

/* Podobne produkty */
body.single-product .related.products {
  grid-column: 1 / -1 !important;
  margin-top: 34px !important;
}

body.single-product .related.products > h2 {
  font-family: 'Lora', serif !important;
  color: #1A1A1A !important;
  font-size: 32px !important;
  margin: 0 0 18px !important;
}

body.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .related.products ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 18px !important;
  list-style: none !important;
  background: #FFFDF8 !important;
  border: 1px solid #E8DCCB !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 36px rgba(45,45,45,.05) !important;
  text-align: left !important;
}

body.single-product .related.products ul.products li.product a img {
  border-radius: 14px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.08) !important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px !important;
  line-height: 1.35 !important;
  color: #1A1A1A !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

body.single-product .related.products ul.products li.product .price {
  margin-bottom: 12px !important;
}

body.single-product .related.products ul.products li.product .price .woocommerce-Price-amount {
  color: #C9A84C !important;
  font-weight: 900 !important;
  font-size: 26px !important;
}

body.single-product .related.products ul.products li.product .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #C94A13 !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(201,74,19,.20) !important;
}

body.single-product .related.products ul.products li.product .button:hover {
  background: #1A1A1A !important;
  color: #C9A84C !important;
}

/* Mobile / tablet */
@media (max-width: 1100px) {
  body.single-product div.product {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    max-width: 760px !important;
  }

  body.single-product div.product div.images {
    max-width: 740px !important;
    margin: 0 auto !important;
  }

  body.single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.single-product div.product {
    margin: 18px 12px 40px !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.single-product .woocommerce-breadcrumb {
    margin: 12px 12px 8px !important;
    padding: 0 !important;
  }

  body.single-product div.product div.images {
    padding: 12px !important;
    border-radius: 18px !important;
  }

  body.single-product .product_title,
  body.single-product div.product div.summary .product_title,
  body.single-product div.product div.summary h1.product_title {
    font-size: 34px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.4px !important;
  }

  body.single-product div.product div.summary .product_title::after {
    font-size: 14px !important;
    padding: 15px 16px !important;
  }

  body.single-product p.price ins .woocommerce-Price-amount,
  body.single-product span.price ins .woocommerce-Price-amount,
  body.single-product p.price > .woocommerce-Price-amount,
  body.single-product span.price > .woocommerce-Price-amount {
    font-size: 34px !important;
  }

  body.single-product p.price del,
  body.single-product span.price del {
    font-size: 18px !important;
  }

  body.single-product form.cart {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.single-product .quantity input.qty,
  body.single-product button.single_add_to_cart_button,
  body.single-product .single_add_to_cart_button.button,
  body.single-product .single_add_to_cart_button {
    width: 100% !important;
  }

  body.single-product form.cart::after {
    text-align: center !important;
  }

  body.single-product .woocommerce-tabs {
    padding: 20px !important;
  }

  body.single-product .related.products ul.products {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */