.nav-bar-informator {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.nav-item > a {
  color: #000 !important;
}

.shop-container {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .shop-container {
    margin-top: 70px;
  }

  .shop-description-section {
    padding: 10px !important;
  }
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.shop-container .shop-title-container {
  border-radius: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.h1-heading {
  font-weight: 600;
}

.shop-description-section {
  background: white;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 5px solid var(--kropki-color);
}

.shop-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.shop-description-section p {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.image-wrapper {
  height: 200px;
}
