@media(max-width: 767.98px){
.s-come {
    background-color: white!important;
}
}

.c-catalog__view-item {
    cursor: pointer;
}

.c-card-product__size-item.is-disabled {
    color: var(--gray-300);
    pointer-events: none;
}

.c-card-product .c-card-product__color-item{
    pointer-events: none;
}
.s-come__content.is-white{
    color:white;
}

.c-checkout__save-address .f-link:not(.is-active){
    cursor: pointer;
}

.c-card-cart-small__body .c-card-cart-small__title {
    padding-right: 65px;
}

.hidden{
    display: none !important;;
}

#popup-side-product-info-1 .buyer{
    text-transform: uppercase;
}

body.preloader{
    overflow: hidden
}
#product-technologies .c-card-detail__preview{
    padding-bottom:0;
}
.c-availability-stores__color{
    display: flex!important;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .u-align-xl2-right>* {
        margin-left: auto;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px){
    .u-align-xl2-left>* {
        margin-left: unset!important;
    }
}

.c-cart__table-body .add2favourite.is-active .ui-icon:first-child{
    display:none;
}
.c-cart__table-body .add2favourite .ui-icon:first-child{
    display:inline-block;
}
.c-cart__table-body .add2favourite.is-active .ui-icon:nth-child(2){
    display:inline-block;
}
.c-cart__table-body .add2favourite .ui-icon:nth-child(2){
    display:none;
}
.air-datepicker-global-container {
    z-index: 99999 !important;
}

.ui-checkbox__input:disabled~.ui-checkbox__label::before {
    border: 1px solid var(--gray-300);
}

.c-availability-stores__table th{
    text-align: center;
}

.s-come__title{
    max-width: 400px!important;
}
#title-error, #review-error{
    color:red;
}

.c-catalog__body-ctn{
    margin-bottom: 50px;
}

.js-forgot-password-message.success {
    color: #228B22; /* зелёный */
}

.js-forgot-password-message.error {
    color: #B22222; /* красный */
}

/* Стили для кнопки "Наверх" */
.scroll-to-top {
    display: none;
    position: fixed;
    z-index: 100000;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.93);
    -webkit-box-shadow: 0 12px 30px 0 rgb(91 91 91 / .1);
    box-shadow: 0 12px 30px 0 rgb(91 91 91 / .1);
}

.scroll-to-top svg {
    fill: var(--gray-900);
}
@media (min-width: 769px) {
    .scroll-to-top {
        display: none !important;
    }
}

#popup-side-registration .ui-popup-side__box,
#popup-side-login .ui-popup-side__box{
    height: 100%;
}


/* Styles for readonly inputs */
input[readonly] {
    background-color: rgba(121,121,121,0.07); /* Light gray background to indicate non-editable */
    color: #707070; /* Muted text color for readability */
    cursor: not-allowed; /* Cursor indicates field is non-editable */
    opacity: 0.8; /* Slight transparency to visually differentiate */
}

input[readonly]:focus {
    outline: none; /* Remove default focus outline */
}

.ui-popup-side {
    z-index: 100001 !important;
}

.c-size-selection-preview p{
    margin-bottom: 16px;
}