/* Minimalne „ratunkowe” klasy – bez Tailwinda */



/* Szybkie poprawki Woo (przykład – ostrożnie!) */

.woocommerce-products-header {
  display: none;
}
.bb-breadcrumb-wrapper::before {
  top: 7px;
}
.bb-add-to-cart-accent {
  position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.shade-wide {
  width: 150px!important;
  height: 50px!important;
}
.shade-wide::before {
  left: 132px!important;
}
.shade-wide::after {
  top: 33px!important;
}
.woocommerce-Tabs-panel>h2:first-child {
display: none;
}
.woocommerce-Tabs-panel>h2 {
  margin-bottom: 20px;
    margin-top: 40px;
}
.woocommerce-notices-wrapper>div {
  border-radius: 1rem;
}
.woocommerce-notices-wrapper a.button {
  background: white;
  color: #010101 !important;
  border-radius: 1rem !important;
  font-weight: normal !important;
}
.wp-block-woocommerce-cart .wc-block-components-product-name {
  color: #000;
}
.wp-block-woocommerce-cart .wc-block-components-product-name:hover {
color: #435cff;
}
.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  border-radius: 1rem;
  background-color: #435cff;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  transition: all .3s;
}
.wp-element-button.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: #2946ff;
}
.product p {
  margin-bottom: 10px;
}
.bb-konsultacje-single.text-white p strong {
  font-weight: normal;
  background-color: #3a3a3a;
}
.product ol,
.product ul {
  list-style: auto;
}
.product .wp-block-list li {
  margin-left: 20px;
  margin-bottom: 5px;
}

/* DESKTOP */
@media (min-width: 1024px) {

  .shade-wide::before {
    left: 132px!important;
  }
  .bb-add-to-cart-accent {
      /* bottom: 7px; */
    }

}
