/* .product-card__photo {
    -o-object-fit: contain;
    object-fit: contain;
} */

.cards-list-item__illustration--fit {
    -o-object-fit: contain;
    object-fit: contain;
}

a.product-card,
a.intro-item {
    display: block;
    text-decoration: none;
}

.categories-list-item a,
.cart-item__title a {
    color: #000;
    text-decoration: none;
}

.page-wrapper.hidden {
    display: none;
}

.inp-error input,
.inp-error textarea,
.inp-error select {
    color: #c51431;
    border: 1px solid #c51431;
}

.inp-error *::placeholder {
    color: #c51431;
}

.datepicker {
    cursor: pointer;
}

.datepicker-wrapper::after {
    content: ' ';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    right: 0;
    width: 44px;
    height: 44px;
    background: url(../img/icons/calendar-gray.svg) center center no-repeat;
    background-size: 12px auto;
}

.jq-selectbox__select {
    z-index: 2;
    gap: 0 1em;
    padding: 0;
    border-radius: 0;
}

.jq-selectbox__select-text {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}

.jq-selectbox__dropdown {
    margin: 1em 0 0 -1em;
}