@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}
	.accordion {
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
  }

  .accordion-item {
    border-bottom: 1px solid #ddd;
  }

  .accordion-item:last-child {
    border-bottom: none;
  }

  .accordion-header {
    background: #f5f5f5;
    border: none;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }

  .accordion-content {
    padding: 10px;
    display: none;
    background: #fff;
  }

  details {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  summary {
    background: #f5f5f5;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
  }

  summary:hover {
    background: #eaeaea;
  }

  details[open] summary {
    background: #ddd;
  }

  details div {
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
  }
}
.smaller-text {
    font-size: 30px;
    line-height: 1.4;
}
.woocommerce .product .product-content ul {
  margin-left: 180px !important;
  padding-left: 0 !important;
  list-style-position: outside !important;
}
.woocommerce div.product .custom-indent ul {padding-left: 224px !important;
list-style-position: outside !important;}
.woocommerce div.product .custom-indent ul li {
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  .woocommerce div.product .custom-indent ul {
    padding-left: 42px !important;
  }
}
.woocommerce div.product .custom-indent_kasownik ul {padding-left: 366px !important;
list-style-position: outside !important;}
.woocommerce div.product .custom-indent_kasownik ul li {
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  .woocommerce div.product .custom-indent_kasownik ul {
    padding-left: 42px !important;
  }
}
ul li:empty {
  display: none !important;
}