/* Catalog Page Styles */
.catalog-page {
    background-color: #f5f5f5;
    position: relative;
    margin: 30px 20px 0; /* Отступы как на главной странице */
}

.catalog-main-section {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 clamp(20px, calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))), 100px);
    padding-top: clamp(60px, calc(60px + (160 - 60) * ((100vw - 991px) / (1920 - 991))), 160px);
    padding-bottom: clamp(20px, calc(20px + (40 - 20) * ((100vw - 991px) / (1920 - 991))), 40px);
}

.catalog-header {
    padding: 0 clamp(20px, calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))), 100px);
    text-align: center;
}

.catalog-title {
    font-family: "Vetrino", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(60px, calc(60px + (60 - 60) * ((100vw - 991px) / (1920 - 991))), 60px);
    leading-trim: CAP_HEIGHT;
    line-height: 90%;
    letter-spacing: -3%;
    text-align: center;
    text-transform: uppercase;
    color: #353331;
    margin: 0;
}

.catalog-selectors {
    display: flex;
    width: 100%;
    margin-top: clamp(27px, calc(27px + (56 - 27) * ((100vw - 991px) / (1920 - 991))), 56px);
}

.catalog-selector {
    flex: 1;
    background: none;
    border: none;
    font-family: "Commissioner", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #D9D9D9;
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: color 0.3s ease;
}

.catalog-selector.active {
    color: #353331;
}

.catalog-selector {
    flex: 1;
    background: none;
    border: none;
    font-family: "Commissioner", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #D9D9D9;
    cursor: pointer;
    padding: 0;
    padding-bottom: clamp(5px, calc(5px + (10 - 5) * ((100vw - 991px) / (1920 - 991))), 10px);
    position: relative;
    transition: color 0.3s ease;
}

.catalog-selector.active {
    color: #353331;
}

.catalog-selector::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: background-color 0.3s ease;
}

.catalog-filter-wrapper {
    margin-top: clamp(10px, calc(10px + (20 - 10) * ((100vw - 991px) / (1920 - 991))), 20px);
    position: relative;
    z-index: 1;
}

.catalog-content {
    padding: 0 clamp(20px, calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))), 100px);
    margin-top: clamp(40px, calc(40px + (80 - 40) * ((100vw - 991px) / (1920 - 991))), 80px);
}

.catalog-collections-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: clamp(20px, calc(0.0271 * 100vw + 7.9px), 60px); /* 20 моб, 44 пад, 60 деск */
    leading-trim: CAP_HEIGHT;
    line-height: 80%;
    letter-spacing: -3%;
    color: #353331;
    margin-top: clamp(20px, calc(20px + (55 - 20) * ((100vw - 575px) / (991 - 575))), 55px);
    margin-bottom: 0;
    text-align: left;
    position: relative;
    z-index: 0;
}

@media (min-width: 992px) {
    .catalog-collections-title {
        margin-top: 60px;
        font-size: 60px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .catalog-collections-title {
        margin-top: 55px;
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .catalog-collections-title {
        margin-top: 20px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .catalog-header {
        margin-top: 120px;
        padding: 0 20px;
    }
    
    .catalog-title {
        font-family: "Vetrino", serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 60px;
        leading-trim: CAP_HEIGHT;
        line-height: 88%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    
    .catalog-content {
        padding: 0 20px;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .catalog-main-section {
        border-radius: 10px;
    }
    .catalog-header {
        margin-top: 60px;
        padding: 0 15px;
    }
    
    .catalog-title {
        font-family: "Vetrino", serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 32px;
        leading-trim: CAP_HEIGHT;
        line-height: 92%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    
    .catalog-content {
        padding: 0 15px;
        margin-top: 40px;
    }
} 

.catalog-collections-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .catalog-collections-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .catalog-collections-list {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
} 

.catalog-collections-row-scroll {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 2px;
    margin-top: 30px;
    margin-bottom: 0;
    scrollbar-width: none; /* Firefox */
}
.catalog-collections-row-scroll::-webkit-scrollbar {
    display: none;
}
.catalog-collections-row-scroll .collection-item {
    flex: 0 0 auto;
}

/* Download PDF block */
.catalog-download-block {
    width: 100%;
    margin: 20px 0 0 0;
    background: #353331;
    border-radius: 10px;
    padding: 15px 15px 15px 30px; /* desktop */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.catalog-download-text {
    color: #FFFFFF;
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, calc(16px + (30 - 16) * ((100vw - 575px) / (1920 - 575))), 30px);
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: -4%;
}

.white-button.catalog-download-button .btn-icon-wrap .btn-square img {
    filter: none;
    transition: transform 0.3s ease;
    opacity: 1 !important;
}
.white-button.catalog-download-button .btn-icon-wrap .btn-square {
    opacity: 1 !important;
}
.white-button.catalog-download-button span:first-of-type {
    transition: opacity 0.3s ease;
}
.white-button.catalog-download-button:hover span:first-of-type {
    opacity: 0.8;
}
.white-button.catalog-download-button:hover .btn-icon-wrap .btn-square img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1 !important;
}
.white-button.catalog-download-button:hover .btn-icon-wrap .btn-square {
    opacity: 1 !important;
}

@media (max-width: 991px) {
    .catalog-download-block {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .catalog-download-text { line-height: 90%; }
}

@media (max-width: 575px) {
    .catalog-download-block {
        padding: 20px;
        gap: 10px;
    }
    .catalog-download-text { line-height: 90%; }
}

@media (max-width: 991px) {
    .catalog-collections-row-scroll {
        gap: 20px;
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .catalog-collections-row-scroll {
        gap: 10px;
        margin-top: 15px;
    }
} 

/* Секция каталога объектов */
.catalog-properties-section {
    margin-top: 40px;
    padding: 0 clamp(20px, calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))), 100px);
}

.catalog-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.catalog-sort {
    position: relative;
}

.catalog-sort-select {
    background: #353331;
    border: none;
    border-radius: 6px;
    padding: 11px 40px 11px 35px;
    color: #FFFFFF;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -3%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.catalog-sort::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../images/sort.svg') no-repeat center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.catalog-sort::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url('../images/filter_arrow_white.svg') no-repeat center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 575px) {
    .catalog-sort::before {
        left: 8px;
        width: 16px;
        height: 16px;
    }
    
    .catalog-sort::after {
        right: 8px;
        width: 10px;
        height: 6px;
    }
}

.catalog-view-buttons {
    display: flex;
    gap: 8px;
}

.catalog-view-btn {
    background: transparent;
    border: 1px solid #353331;
    border-radius: 6px;
    padding: 11px 16px;
    color: #353331;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -3%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.catalog-view-btn[data-view="grid"]::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/block.svg') no-repeat center;
    background-size: contain;
    display: block;
}

.catalog-view-btn[data-view="list"]::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/list.svg') no-repeat center;
    background-size: contain;
    display: block;
}

.catalog-view-btn[data-view="map"]::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/map.svg') no-repeat center;
    background-size: contain;
    display: block;
}

.catalog-view-btn.active {
    background: #353331;
    color: #FFFFFF;
    border-color: #353331;
}

.catalog-view-btn:hover:not(.active) {
    background: rgba(53, 51, 49, 0.05);
}

.catalog-properties-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

/* Сброс стилей для карточек в каталоге */
.catalog-properties-grid .property-card {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
}

@media (max-width: 1200px) {
    .catalog-properties-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .catalog-properties-section {
        margin-top: 40px;
    }
    .catalog-properties-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .catalog-properties-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .catalog-properties-section {
        margin-top: 25px;
        padding: 0 10px;
    }
    
    .catalog-controls {
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }
    
    .catalog-sort-select {
        width: auto;
        font-family: 'Commissioner', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -3%;
        padding: 10px 30px 10px 25px;
    }
    
    .catalog-view-buttons {
        justify-content: flex-end;
        gap: 6px;
    }
    
    .catalog-view-btn {
        padding: 6px;
        font-size: 0;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .catalog-view-btn::before {
        margin: 0;
    }
    
    .catalog-view-btn .btn-text {
        display: none;
    }
    
    .catalog-properties-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }
} 

/* Блок пагинации */
.catalog-pagination-section {
    margin-top: 20px;
    border-top: 1px solid #35333133;
    padding-top: 40px;
    margin-bottom: 140px;
}

/* ===== Catalog Download Modal (based on partners modal) ===== */
.catalog-download-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #000000B2;
    z-index: 1001;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
}
.catalog-download-modal-overlay.active { opacity: 1; visibility: visible; }

.catalog-download-modal-container {
    position: fixed;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 1000px; max-height: 90vh; overflow-y: auto;
    background: #fff; border-radius: 15px; padding: 15px;
}

.catalog-download-modal-close {
    position: fixed;
    top: 100px; right: 100px;
    background: none; border: none; padding: 0; cursor: pointer;
    width: 21px; height: 21px; display: flex; align-items: center; justify-content: center; z-index: 1002;
}

.catalog-download-modal-content {
    display: flex; gap: 20px; align-items: stretch;
}
.catalog-download-modal-left { flex: 1; padding: 25px 0 25px 25px; display: flex; flex-direction: column; order: 1; }
.catalog-download-modal-right { flex: 1; position: relative; min-height: 0; order: 2; }
.catalog-download-modal-img { position: absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; border-radius: 10px; }

/* Title and subtitle */
.catalog-download-modal-title {
    font-family: 'Vetrino', serif; font-weight: 400; font-style: normal;
    font-size: clamp(22px, calc(22px + (36 - 22) * ((100vw - 575px) / (1920 - 575))), 36px);
    leading-trim: CAP_HEIGHT; line-height: 95%; letter-spacing: -3%; text-transform: uppercase; color:#353331; margin: 0 0 15px 0;
}
.catalog-download-modal-subtitle {
    font-family: 'Commissioner', sans-serif; font-weight: 400; font-style: normal;
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 575px) / (1920 - 575))), 18px);
    leading-trim: CAP_HEIGHT; line-height: 90%; letter-spacing: -4%; color:#353331; margin: 0 0 20px 0;
}

/* Form */
.catalog-download-form-row { display: flex; flex-direction: column; gap: 10px; background: transparent; backdrop-filter: blur(10px); padding: 0; border-radius: 10px; }
.catalog-download-input { width: 100%; background: #fff; border: 1px solid #35333133; border-radius: 6px; padding: 20px; font-family:'Commissioner', sans-serif; font-weight: 400; font-size: 16px; leading-trim: CAP_HEIGHT; line-height: 100%; letter-spacing: -6%; box-sizing: border-box; color:#353331; }
.catalog-download-input::placeholder { color:#353331B3; font-family: 'Commissioner', sans-serif; font-weight: 400; font-style: normal; font-size: 16px; line-height: 100%; letter-spacing: -6%; leading-trim: CAP_HEIGHT; }
.catalog-download-consent { margin-top: 10px; }
.catalog-download-checkbox { width: 20px; height: 20px; accent-color: transparent; background-color: transparent; border: 1px solid #353331; border-radius: 3px; appearance: none; -webkit-appearance: none; -moz-appearance: none; position: relative; cursor: pointer; flex-shrink: 0; vertical-align: middle; margin-right: 8px; }
.catalog-download-checkbox:checked { background-color: #353331; border-color: #353331; }
.catalog-download-checkbox:checked::after { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #FFFFFF; font-size: 14px; font-weight: bold; }
.catalog-download-consent-label { font-family: 'Commissioner', sans-serif; font-weight: 400; font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 991px) / (1920 - 991))), 16px); leading-trim: CAP_HEIGHT; line-height: 120%; letter-spacing: -6%; color: #353331; cursor: pointer; }
.catalog-download-consent-label .catalog-download-underline { text-decoration: underline; text-decoration-style: solid; text-decoration-offset: 0%; text-decoration-thickness: 6%; text-decoration-skip-ink: auto; color: #353331; transition: opacity 0.3s ease; }
.catalog-download-consent-label .catalog-download-underline:hover { opacity: 0.7; }

.catalog-download-submit { display: inline-flex; align-items: center; justify-content: space-between; text-decoration: none; font-family: 'Commissioner', sans-serif; font-weight: 500; font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 991px) / (1920 - 991))), 18px); line-height: 100%; letter-spacing: -0.04em; text-align: left; color: #FFFFFF; padding: 5px 5px 5px 15px; background-color: #353331; border-radius: 7px; white-space: nowrap; width: 100%; border: none; cursor: pointer; margin-top: 20px; transition: background-color 0.3s ease; }
.catalog-download-submit:hover { background-color: #2a2724; }
.catalog-download-submit .catalog-download-submit-icon { display: inline-flex; justify-content: center; align-items: center; width: clamp(35px, calc(35px + (45 - 35) * ((100vw - 991px) / (1920 - 991))), 45px); height: clamp(35px, calc(35px + (45 - 35) * ((100vw - 991px) / (1920 - 991))), 45px); background-color: #FFFFFF; border-radius: 5px; }
.catalog-download-submit span:first-of-type { transition: opacity 0.3s ease; }
.catalog-download-submit:hover span:first-of-type { opacity: 0.8; }
.catalog-download-submit .catalog-download-submit-icon img { width: 10px; height: 10px; filter: none; transition: transform 0.3s ease; }
.catalog-download-submit:hover .catalog-download-submit-icon img { transform: rotate(45deg); }

/* Tablets */
@media (max-width: 991px) {
    .catalog-download-modal-container { width: 75%; padding: 15px; border-radius: 15px; }
    .catalog-download-modal-content { flex-direction: column; gap: 20px; }
    .catalog-download-modal-left { padding: 0; order: 2; }
    .catalog-download-modal-right { order: 1; max-height: 550px; overflow: hidden; }
    .catalog-download-form-row { padding: 0; background: transparent; }
    .catalog-download-input::placeholder { font-family: 'Commissioner', sans-serif; font-weight: 400; font-style: normal; font-size: 16px; line-height: 100%; letter-spacing: -6%; leading-trim: CAP_HEIGHT; }
    .catalog-download-checkbox { width: 15px; height: 15px; min-width: 15px; min-height: 15px; }
    .catalog-download-consent-label { font-family: 'Commissioner', sans-serif; font-weight: 400; font-style: normal; font-size: 16px; line-height: 120%; letter-spacing: -6%; leading-trim: CAP_HEIGHT; }
    .catalog-download-submit { font-family: 'Commissioner', sans-serif; font-weight: 500; font-style: normal; font-size: 18px; line-height: 100%; letter-spacing: -4%; leading-trim: CAP_HEIGHT; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 5px 5px 5px 15px; box-sizing: border-box; }
    /* Close button like partners CEO */
    .catalog-download-modal-close { top: 30px; right: 30px; width: 18px; height: 18px; }
    .catalog-download-modal-close img { width: 18px; height: 18px; }
    /* Image behavior like partners CEO */
    .catalog-download-modal-right { position: static; }
    .catalog-download-modal-img { position: static !important; max-height: 550px; object-fit: cover; width: 100%; height: auto; }
}

/* Mobile */
@media (max-width: 575px) {
    .catalog-download-modal-container { width: 75%; padding: 10px; border-radius: 10px; }
    .catalog-download-modal-content { flex-direction: column; gap: 20px; }
    .catalog-download-modal-right { max-height: 300px; overflow: hidden; position: static; }
    .catalog-download-form-row { padding: 0; background: transparent; }
    .catalog-download-input { padding: 15px 14px; }
    .catalog-download-input::placeholder { font-family: 'Commissioner', sans-serif; font-weight: 400; font-style: Regular; font-size: 16px; leading-trim: CAP_HEIGHT; line-height: 100%; letter-spacing: -6%; }
    .catalog-download-consent-label { font-family: 'Commissioner', sans-serif; font-weight: 400; font-style: Regular; font-size: 14px; leading-trim: CAP_HEIGHT; line-height: 120%; letter-spacing: -6%; }
    /* Close button like partners CEO */
    .catalog-download-modal-close { top: 30px; right: 30px; width: 18px; height: 18px; }
    .catalog-download-modal-close img { width: 18px; height: 18px; }
    /* Image behavior like partners CEO */
    .catalog-download-modal-img { position: static !important; width: 100%; height: auto; max-height: 300px; object-fit: cover; }
}

.catalog-pagination-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.catalog-show-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.catalog-show-label {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -6%;
    color: #353331;
}

.catalog-show-params {
    display: flex;
    align-items: center;
    gap: 0;
}

.catalog-show-param {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -6%;
    color: #3533314D;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
}

.catalog-show-param:not(:last-child)::after {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
    color: #3533314D;
}

.catalog-show-param.active {
    color: #353331;
}

.catalog-show-param:hover {
    color: #353331;
}

.catalog-pagination {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.catalog-pagination-numbers {
    display: flex;
    align-items: center;
    gap: 5px;
}

.catalog-page-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #3533310D;
    color: #3533314D;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -6%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.catalog-page-number.active {
    background: #353331;
    color: #FFFFFF;
}

.catalog-page-number:hover {
    background: #353331;
    color: #FFFFFF;
}

.catalog-page-dots {
    color: #3533314D;
    font-size: 16px;
    margin: 0 5px;
}

.catalog-pagination-arrows {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 30px;
}

.catalog-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #353331;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    text-decoration: none;
}

.catalog-arrow.disabled {
    background: #EAEAEA;
    cursor: not-allowed;
    pointer-events: none;
}

.catalog-arrow img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.catalog-arrow.disabled img {
    filter: brightness(0) invert(0.5);
}

.catalog-load-more-wrapper {
    display: flex;
    justify-content: center;
}

.catalog-load-more-btn {
    background: #353331;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 19px 15px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.catalog-load-more-btn:hover:not(:disabled) {
    background: #232A39;
}

.catalog-load-more-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

.catalog-load-more-btn.loading {
    background: #666;
    cursor: wait;
}

@media (max-width: 991px) {
    .catalog-pagination-section {
        margin-top: 15px;
        padding-top: 30px;
        margin-bottom: 100px;
    }
    
    .catalog-pagination-top {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    
    .catalog-show-options {
        justify-content: center;
    }
    
    .catalog-pagination {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .catalog-page {
        margin: 7px 10px;
    }
    .catalog-pagination-section {
        margin-top: 10px;
        padding-top: 20px;
        margin-bottom: 60px;
    }
    
    .catalog-pagination-top {
        gap: 15px;
    }
    
    .catalog-show-options {
        flex-direction: column;
        gap: 5px;
    }
    
    .catalog-pagination {
        flex-direction: column;
        gap: 10px;
    }
    
    .catalog-pagination-arrows {
        margin-left: 0;
    }
} 