.elementor .e-9527f5a{width:1340px;margin-block-start:50px;margin-block-end:100px;flex-direction:column;/* 
======================================================================
[STYLE DLA KARTY PRODUKTU WOOCOMMERCE / ELEMENTOR]
1. Wklej ten kod w "Dodatkowy CSS" (Wygląd -> Dostosuj).
2. Kod bezbłędnie formatuje Tytuł, Cenę, Koszyk i Tabele opisu.
3. Zachowano w 100% spójność z nowym systemem typografii (Poppins/Inter).
======================================================================
*/

/* --- IMPORT FONTÓW (Na wypadek, gdyby brakowało) --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');

:root {
  --swf-green: #77b72a !important;
  --swf-green-light: rgba(119, 183, 42, 0.1) !important;
  --swf-dark: #1a1a1a !important;
  --swf-light: #ffffff !important;
  --swf-text: #4a4c4f !important;
  --swf-border: #eaedf0 !important;
  --swf-bg-light: #f8f9fa !important;
  --swf-transition: all 0.3s ease !important;
  
  --swf-font-heading: 'Poppins', sans-serif !important;
  --swf-font-body: 'Inter', sans-serif !important;
}

/* --- BREADCRUMBS (Ścieżka powrotu) --- */
.woocommerce-breadcrumb {
  font-family: var(--swf-font-body) !important;
  font-size: 14px !important;
  color: #888 !important;
  margin-bottom: 30px !important;
}

.woocommerce-breadcrumb a {
  color: var(--swf-text) !important;
  text-decoration: none !important;
  transition: var(--swf-transition) !important;
}

.woocommerce-breadcrumb a:hover {
  color: var(--swf-green) !important;
}

/* --- GALERIA PRODUKTU --- */
.woocommerce-product-gallery {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  border: 1px solid var(--swf-border) !important;
  background-color: var(--swf-light) !important;
}

/* --- TYTUŁ PRODUKTU --- */
.product_title.entry-title {
  font-family: var(--swf-font-heading) !important;
  font-size: 38px !important;
  color: var(--swf-dark) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
  letter-spacing: -0.5px !important;
}

/* --- CENA --- */
.woocommerce-product-price .price {
  font-family: var(--swf-font-heading) !important;
  font-size: 34px !important;
  color: var(--swf-green) !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
}

/* --- KRÓTKI OPIS --- */
.woocommerce-product-details__short-description {
  font-family: var(--swf-font-body) !important;
  color: var(--swf-text) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 35px !important;
}

.woocommerce-product-details__short-description h3 {
  font-family: var(--swf-font-heading) !important;
  color: var(--swf-dark) !important;
  font-size: 18px !important;
  margin-bottom: 15px !important;
}

/* --- SEKCJA DODAJ DO KOSZYKA --- */
form.cart {
  display: flex !important;
  gap: 15px !important;
  margin-bottom: 35px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

/* Pole ilości */
.quantity input.qty {
  width: 80px !important;
  height: 52px !important;
  border: 2px solid var(--swf-border) !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-family: var(--swf-font-heading) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--swf-dark) !important;
  background-color: var(--swf-bg-light) !important;
  transition: var(--swf-transition) !important;
  padding: 0 !important;
}

.quantity input.qty:focus {
  border-color: var(--swf-green) !important;
  outline: none !important;
  background-color: var(--swf-light) !important;
}

/* Przycisk Koszyka */
.single_add_to_cart_button {
  font-family: var(--swf-font-heading) !important;
  background-color: var(--swf-green) !important;
  color: var(--swf-light) !important;
  border: none !important;
  height: 52px !important;
  padding: 0 40px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: var(--swf-transition) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 15px rgba(119, 183, 42, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.single_add_to_cart_button:hover {
  background-color: var(--swf-dark) !important;
  box-shadow: 0 8px 25px rgba(26, 26, 26, 0.3) !important;
  transform: translateY(-2px) !important;
}

/* --- META (Kategorie tagi) --- */
.product_meta {
  font-family: var(--swf-font-body) !important;
  font-size: 14px !important;
  color: #888 !important;
  border-top: 1px solid var(--swf-border) !important;
  padding-top: 20px !important;
}

.product_meta a {
  color: var(--swf-green) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: var(--swf-transition) !important;
}

.product_meta a:hover {
  color: var(--swf-dark) !important;
}

/* ======================================================================
 [ZAKŁADKI (TABS) - OPIS / OPINIE]
 ====================================================================== */
.woocommerce-tabs {
  margin-top: 60px !important;
}

/* Nawigacja zakładek */
.wc-tabs {
  display: flex !important;
  gap: 35px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
  border-bottom: 2px solid var(--swf-border) !important;
}

.wc-tabs li {
  margin: 0 !important;
  padding: 0 0 15px 0 !important;
  position: relative !important;
  background: transparent !important;
  border: none !important;
}

.wc-tabs li a {
  font-family: var(--swf-font-heading) !important;
  color: var(--swf-text) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: var(--swf-transition) !important;
}

.wc-tabs li:hover a {
  color: var(--swf-green) !important;
}

.wc-tabs li.active a {
  color: var(--swf-dark) !important;
}

/* Zielona linia dla aktywnej zakładki */
.wc-tabs li.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background-color: var(--swf-green) !important;
  border-radius: 3px 3px 0 0 !important;
}

/* --- TREŚĆ ZAKŁADKI (Długi Opis) --- */
.woocommerce-Tabs-panel {
  font-family: var(--swf-font-body) !important;
  color: var(--swf-text) !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.woocommerce-Tabs-panel > h2 { 
  display: none !important; /* Ukrywa duplikat słowa "Opis" na początku */
}

.woocommerce-Tabs-panel h3 {
  font-family: var(--swf-font-heading) !important;
  color: var(--swf-dark) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 40px 0 20px 0 !important;
}

.woocommerce-Tabs-panel ul, .woocommerce-Tabs-panel ol {
  margin-bottom: 30px !important;
  padding-left: 20px !important;
}

.woocommerce-Tabs-panel li {
  margin-bottom: 10px !important;
}

/* --- TABELA SPECYFIKACJI --- */
.woocommerce-Tabs-panel table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 30px 0 40px 0 !important;
  background-color: var(--swf-light) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
  border: 1px solid var(--swf-border) !important;
}

.woocommerce-Tabs-panel table thead td {
  background-color: var(--swf-bg-light) !important;
  font-family: var(--swf-font-heading) !important;
  font-weight: 700 !important;
  color: var(--swf-dark) !important;
  padding: 18px 25px !important;
  border-bottom: 2px solid var(--swf-border) !important;
}

.woocommerce-Tabs-panel table tbody td {
  padding: 18px 25px !important;
  border-bottom: 1px solid var(--swf-border) !important;
  color: var(--swf-text) !important;
  font-size: 15px !important;
}

.woocommerce-Tabs-panel table tbody tr:last-child td {
  border-bottom: none !important;
}

/* --- CYTAT / WSKAZÓWKA (Alert Box) --- */
.woocommerce-Tabs-panel blockquote {
  background-color: var(--swf-bg-light) !important;
  border-left: 5px solid var(--swf-green) !important;
  padding: 25px 30px !important;
  margin: 40px 0 0 0 !important;
  border-radius: 0 12px 12px 0 !important;
  font-size: 15px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
}

.woocommerce-Tabs-panel blockquote p {
  margin: 0 !important;
}

.woocommerce-Tabs-panel blockquote b {
  color: var(--swf-dark) !important;
}

/* ======================================================================
 [MEDIA QUERIES - RESPONSYWNOŚĆ] 
 ====================================================================== */
@media (max-width: 768px) {
  .product_title.entry-title { font-size: 28px !important; }
  .woocommerce-product-price .price { font-size: 28px !important; }
  
  /* Na smartfonach przycisk Koszyka na 100% szerokości */
  form.cart { flex-direction: column !important; align-items: stretch !important; }
  .quantity input.qty { width: 100% !important; }
  .single_add_to_cart_button { width: 100% !important; }
  
  .wc-tabs { gap: 20px !important; flex-wrap: wrap !important; }
  .wc-tabs li a { font-size: 18px !important; }
  
  .woocommerce-Tabs-panel table tbody td, 
  .woocommerce-Tabs-panel table thead td {
      padding: 12px 15px !important;
      font-size: 14px !important;
  }
}\n}