.returnDetails__list {
display: none !important;
}

div.basketedit_rebatecodes_outline {display: block!important;}
#menu_security_policy {clear: both!important;}

#search .product__version_wrapper:not(:only-child):first-child {
    display: none;
}
#menu_newsletter, #account_newsletter {
    display: none !important;
}

/* === POCZĄTEK / TRUSTMATE - DANCAN.PL STYLIZACJA GWIAZDEK === */

/* Główny wrapper ocen */
.tm-multihornet__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

/* Kontener z oceną */
.tm-grade-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  font-weight: 600;
}

/* Sekcja gwiazdek */
.tm-grade-label__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

/* Pojedyncza gwiazdka */
.tm-grade-label__star img,
.tm-grade-label__half-star img {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 0.5px rgba(0,0,0,0.2));
}

/* Połówka gwiazdki */
.tm-grade-label__half-star {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-flex;
}

/* Pierwsza połowa gwiazdki */
.tm-grade-label__star--first-half {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* Druga połowa gwiazdki (wyszarzona) */
.tm-grade-label__star--second-half.tm-grade-label__star--dimmed img {
  opacity: 0.3;
}

/* Liczba oceny (np. 4.5) */
.tm-grade-label__text {
  font-size: 14px;
  color: #000;
  margin-left: 4px;
  line-height: 1;
}

/* Odznaka bestseller */
.tm-bestseller-badge {
  background-color: var(--tm-bestseller-badge-theme-color, #FF8000);
  color: #fff;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tm-bestseller-badge__icon {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

/* Responsywność */
@media (max-width: 600px) {
  .tm-grade-label__star img,
  .tm-grade-label__half-star img {
    width: 14px !important;
    height: 14px !important;
  }

  .tm-grade-label__text {
    font-size: 13px;
  }
}

/* === KONIEC / TRUSTMATE - DANCAN.PL STYLIZACJA GWIAZDEK === */