div.basketedit_rebatecodes_outline {display: block;}
#menu_security_policy {clear: both;}

#menu_blog_rss {
    display: none !important;
}

.roboto-font1 h2 {
    font-family: 'Roboto', sans-serif;
    color: black !important; /* Text color set to black */
}
.increase-font1 {
    font-size: 1.2em;
}
.increase-h1-font1 {
    font-size: 2em;
}
.increase-h2-font1 {
    font-size: 1.5em;
}
.bold-keywords1 b {
    font-weight: bold;
}
.gradient-background1 {
    background: linear-gradient(to right, #e0e0e0, #f5f5f5);
    padding: 10px;
    border-radius: 5px;
}
.messenger-chat {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #f0f4f8;
}
.message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.message.A {
    justify-content: flex-start;
}
.message.A .avatar {
    margin-right: 10px;
}
.message.A .text {
    margin-left: 0;
    margin-right: 10px;
}
.message.B {
    justify-content: flex-end;
}
.message.B .avatar {
    margin-left: 10px;
}
.message.B .text {
    margin-left: 0;
    margin-right: 10px;
}
.message .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.message .text {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    max-width: 90%;
    word-wrap: break-word;
}

img.blog_image{
display: none !important;
}


 /* Mobile */
@media (max-width: 768px) {
  .product__name {
    display: block; /* Ustawienie na block, aby min-height działał */
    min-height: 5em !important;
  }
}

/* PC */
@media (min-width: 769px) {
  .product__name {
    display: block; /* Ustawienie na block, aby min-height działał */
    min-height: 4em !important;
  }
}
/*
.produtcts {
    grid-template-columns: var(repeat(2, minmax(0, 1fr)););
}

:root {
        grid-template-columns: var(repeat(2, minmax(0, 1fr));
} */

.navbar-nav {
    justify-content: center;
}



/* FORCE: zawsze pokazuj ukrytą część opisu */
section.search_description.--top.cm .search_description__wrapper .search_categoriesdescription_next.cm,
section.search_description.--top.cm .search_description__wrapper .search_categoriesdescription_next,
section.search_description.--top.cm .search_description__wrapper .search_categoriesdescription_next:not(.expanded) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  max-height: none !important;
  height: auto !important;
  overflow: visible !important;

  position: static !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;

  pointer-events: auto !important;
}

/* Zdejmij ewentualne cięcie na wrapperze */
section.search_description.--top.cm .search_description__wrapper {
  display: block !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

/* Ukryj przyciski */
section.search_description.--top.cm a.show_description,
section.search_description.--top.cm a.hide_description {
  display: none !important;
}

@media (max-width: 978px) {
  .projector_tabs__sub {
    height: auto !important;
    overflow: visible !important;
  }
}