.product-card__rating .icon.no-rating{
    fill: #ccc;
}
.product-main__rating .icon.no-rating{
    fill: #ccc;
}
.just-validate-error-label{
    font-size: 12px;
    margin-top: 4px;
}
.form-errors{
    font-size: 13px;
    color: rgb(184, 17, 17);
}
.form-group-recaptcha .just-validate-error-label{
    display: none;
}


.compare-badges {
    position: fixed;
    top: 70px;
    right: 40px;
    max-width: 350px;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    row-gap: 16px; }
.compare-badges .switch {
    align-self: flex-end;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: var(--fill_dark_lite_hover);
    width: auto;
    height: auto; }

.compare-badge {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: var(--card_bg_black);
    padding: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s; }
.compare-badge.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
.compare-badge__left {
    flex-shrink: 0;
    width: 60px;
    margin-right: 25px; }
.compare-badge__right span {
    font-size: 14px;
    color: var(--lite_basic_text_black); }
.compare-badge__title {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--basic_text_black); }
.compare-badge .icon {
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all ease .3s;
    fill: var(--fill_dark_light);
    cursor: pointer; }
.compare-badge .icon:hover {
    fill: var(--fill_dark_lite_hover); }

@media (max-width: 991.75px){
    .main-row__aside, .catalog .main-row__aside {
        display: none;
    }
}

.photo-item img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}

.pagination-wrapper {
  margin-top: 60px;    /* Отступ сверху от предыдущего контента */
  margin-bottom: 0px; /* Отступ снизу до следующего контента */
  clear: both;
  width: 100%;
  display: flex;         /* Включаем flexbox */
  justify-content: center; /* Центрируем содержимое по горизонтали */
}

/* Это правило нужно, чтобы сама пагинация не растягивалась на всю ширину */
.pagination-wrapper .pagination {
    width: auto;
}
:root {
  --scrollWidth: calc(100vw - 100%);
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
