.social-sharing,
.product-social-sharing,
.share-buttons {
    display: none !important;
}
/* ===== TABS ===== */

.custom-tabs {
  margin-top: 40px;
}

.tabs-header {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  color: #555;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.tab-btn:hover {
  color: #000;
}

.tab-btn.active {
  color: #2e7d5a;
  border-bottom: 2px solid #2e7d5a;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* dokumentacja */

.attachments-list {
  list-style: none;
  padding: 0;
}

.attachments-list li {
  margin-bottom: 8px;
}

.attachments-list a {
  color: #2e7d5a;
  text-decoration: none;
}

.attachments-list a:hover {
  text-decoration: underline;
}

/* ukrycie wariantów (dropdowny) */
.product-variants,
.product-variants-item,
.product-variants > * {
  display: none !important;
}
.variant-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.variant-actions input {
  height: 36px;
  width: 60px;
  box-sizing: border-box;
  padding: 0 6px;
  margin: 0;
}

.variant-actions button {
  height: 36px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  margin: 0;
}

.variant-qty {
  text-align: center;
}

.variant-filters {
  display: flex;
  flex-wrap: wrap;        /* 🔴 KLUCZOWE */
  gap: 15px;
  margin-bottom: 15px;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;    /* 🔴 nie łamie "Średnica:" */
  flex: 1 1 200px;
}

.filter-item label {
  font-weight: 600;
  margin: 0;
}

.filter-item select {
  min-width: 120px;       /* opcjonalne — żeby nie były za małe */
  height: 32px;
}

.stock {
  font-weight: 600;
}

.stock.available {
  color: #2e7d5a; /* Twój zielony */
}

.stock.low {
  color: #f9a825; /* żółty/pomarańcz */
}

.stock.none {
  color: #c62828; /* czerwony */
}
.btn-inquiry {
  background-color: #f9a825;
  border: none;
  color: #fff;
}

.btn-inquiry:hover {
  background-color: #f57f17;
}
td {
  vertical-align: middle;
}
.btn-secondary {
  background: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.inquiry-btn {
  background-color: #f9a825;
  border: none;
  color: #fff;
  transition: all 0.2s ease;
}

.inquiry-btn:hover {
  background-color: #f57f17;
  transform: translateY(-1px);
}
.add-to-cart-row,
.variant-ask-btn {
  height: 36px;
  min-width: 90px;   /* równa szerokość */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.variants-table td {
  vertical-align: middle;
}
.inquiry-modal {
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.inquiry-modal-content {
  background:#fff;
  padding:20px;
  width:400px;
}
.product-miniature .product-title a {
  text-transform: none !important;
}
 
.product-price-and-shipping {
  display: none !important;
}
.product-flags {
  display: none !important;
}
.product-miniature {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.2s ease;
}

.product-miniature:hover {
  border-color: #2e7d5a;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.product-description {
  text-align: center;
}

.product-title a {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  min-height: 38px;
}

.thumbnail-container {
  margin-bottom: 10px;
}

.quick-view {
  display: none !important;
}



