/*
Theme Name: Extendable PINEZO
Theme URI: https://github.com/extendify/extendable
Template: extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Tags: one-column,custom-colors,custom-menu,custom-logo,e-commerce,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments
Version: 2.0.33.1771577523
Updated: 2026-02-20 09:52:03

*/

.product-description {
  position: relative;
}

/* Accordion */
.product-accordion {
  position: relative;
  margin: 25px 0;
  padding: 15px 0;
}

/* Linie pełnej szerokości */
.product-accordion::before,
.product-accordion::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100%;
  height: 2px;
  background: #ddd;
}

.product-accordion::before {
  top: 0;
}

.product-accordion::after {
  bottom: 0;
}

/* Nagłówek */
.product-accordion summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 5px 25px 5px 0;
}

/* Usunięcie strzałki systemowej */
.product-accordion summary::-webkit-details-marker {
  display: none;
}

/* Ikona + / - */
.product-accordion summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: 0.2s ease;
}

.product-accordion[open] summary::after {
  content: "−";
}

/* Wnętrze */
.product-accordion ul {
  margin: 10px 0 10px 20px;
}
