.container-bristol-hoteis-destinos {
    background-color: #FBF8F8;
    width: 100%;
}

.container-bristol-hoteis-destinos .row {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 64px;
    background-color: #FBF8F8;
    box-sizing: border-box;
}

.container-bristol-hoteis-destinos .header {
    display: flex;
    gap: 48px;
    margin-bottom: 64px;
    flex-direction: row;
    justify-content: space-between;
}

.container-bristol-hoteis-destinos .header-left {
    width: 384px;
    min-width: 384px;
}

.container-bristol-hoteis-destinos .header-title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;

    line-height: 115%;
    margin: 0 0 16px 0;
}

.container-bristol-hoteis-destinos .header-line {
    width: 40px;
    height: 2px;
    background-color: #C2A175;
}

.container-bristol-hoteis-destinos .header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 864px;
}


.container-bristol-hoteis-destinos .header-description {
    line-height: 1.6;
}

.container-bristol-hoteis-destinos .body {
    display: flex;
    gap: 48px;
}

.container-bristol-hoteis-destinos .sidebar {
    width: 400px;
    min-width: 400px;
}

.container-bristol-hoteis-destinos .sidebar-inner {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-top: 4px solid #C2A175;
    padding: 32px 24px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.container-bristol-hoteis-destinos .sidebar-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.container-bristol-hoteis-destinos .sidebar-title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #322617;
    margin: 0;
    text-transform: uppercase;
}

.container-bristol-hoteis-destinos .sidebar-mobile-toggle {
    display: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    align-items: center;
    justify-content: center;
}

.container-bristol-hoteis-destinos .sidebar-inner.is-mobile-open .sidebar-mobile-toggle {
    transform: rotate(180deg);
}

.container-bristol-hoteis-destinos .selected-filters-wrapper {
    display: none;
    margin-bottom: 24px;
}

.container-bristol-hoteis-destinos .selected-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.container-bristol-hoteis-destinos .selected-filters-title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #322617;
    text-transform: uppercase;
}

.container-bristol-hoteis-destinos .clear-filters-btn {
    background: none;
    border: none;
    color: #322617;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.container-bristol-hoteis-destinos .selected-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.container-bristol-hoteis-destinos .filter-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FBF8F8;
    border-radius: 8px;
    border: 1px solid var(--Secundary-700, #735835);
    opacity: 0.8;
    padding: 12px;
    color: var(--Secundary-700, #735835);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;

}

.container-bristol-hoteis-destinos .filter-chip .chip-remove {
    cursor: pointer;
    color: #C2A175;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-bristol-hoteis-destinos .selected-filters-divider {
    height: 1px;
    background-color: #E5E5E5;
}

.container-bristol-hoteis-destinos .filter-groups {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.container-bristol-hoteis-destinos .filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
}

.container-bristol-hoteis-destinos .filter-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #322617;
    text-transform: uppercase;
}

.container-bristol-hoteis-destinos .filter-custom-select {
    position: relative;
}

.container-bristol-hoteis-destinos .filter-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 4px 0;
}

.container-bristol-hoteis-destinos .trigger-text {
    line-height: 1.5;
}

.container-bristol-hoteis-destinos .trigger-icon {
    display: flex;
    transition: transform 0.3s ease;
}

.container-bristol-hoteis-destinos .filter-group.is-open .trigger-icon {
    transform: rotate(180deg);
}

.container-bristol-hoteis-destinos .filter-popup {
    position: absolute;
    top: 100%;
    left: -24px;
    width: 400px;
    background: #FFFFFF;
    border-bottom: 3px solid #C2A175;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.container-bristol-hoteis-destinos .filter-group.is-open .filter-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.container-bristol-hoteis-destinos .popup-inner-scroll {
    max-height: 480px;
    overflow-y: auto;
    padding: 24px 32px 48px 48px;
    display: flex;
    flex-direction: column;
}

.container-bristol-hoteis-destinos .popup-inner-scroll::-webkit-scrollbar {
    width: 7px;
}

.container-bristol-hoteis-destinos .popup-inner-scroll::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, 0.2);
    border-radius: 4px;
}

.container-bristol-hoteis-destinos .popup-inner-scroll::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 4px;
}

.container-bristol-hoteis-destinos .popup-item {
color: #735835;
    padding: 24px 0;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: opacity 0.2s ease;
}

.container-bristol-hoteis-destinos .popup-item:not(:last-child) {
    border-bottom: 1px solid rgba(215, 204, 190, 0.4);
}

.container-bristol-hoteis-destinos .popup-item:hover {
    opacity: 0.7;
}

.container-bristol-hoteis-destinos .filter-select-wrapper {
    position: relative;
}

.container-bristol-hoteis-destinos .filter-select {
    width: 100%;
    border: none;
    background: transparent;
line-height: 1.5;
    color: #333333;
    appearance: none;
    cursor: pointer;
    padding: 0;
}

.container-bristol-hoteis-destinos .filter-select-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    pointer-events: none;
}

.container-bristol-hoteis-destinos .grid-wrapper {
    flex: 1;
}

.container-bristol-hoteis-destinos .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 864px;
}

.container-bristol-hoteis-destinos .hotel-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    width: 272px;
    height: 440px;
}

.container-bristol-hoteis-destinos .hotel-card-image {
    width: 100%;
    height: 100%;
}

.container-bristol-hoteis-destinos .hotel-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.container-bristol-hoteis-destinos .hotel-card:hover .hotel-card-image img {
    transform: scale(1.05);
}

.container-bristol-hoteis-destinos .hotel-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}

.container-bristol-hoteis-destinos .hotel-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.container-bristol-hoteis-destinos .hotel-card-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.container-bristol-hoteis-destinos .hotel-card-title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.container-bristol-hoteis-destinos .hotel-card-location {
    font-weight: 300;
    font-size: 14px;
    line-height: 19.6px;
    color: #FFFFFF;
}

.container-bristol-hoteis-destinos .hotel-card-link-icon {
    width: 27px;
    height: 27px;
    background: rgba(158, 85, 32, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.container-bristol-hoteis-destinos .hotel-card:hover .hotel-card-link-icon {
    background: rgba(158, 85, 32, 1);
}

.container-bristol-hoteis-destinos .btn-filtrar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    margin-top: 24px;
    line-height: 1;
    border: 1.5px solid #9e5520;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.2583px;
    text-transform: uppercase;
    color: #9e5520;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.container-bristol-hoteis-destinos .btn-filtrar:hover {
    background-color: #9e5520;
    color: #ffffff;
}



@media (max-width: 1365px) {
    .container-bristol-hoteis-destinos .row {
        padding: 40px;
    }

    .container-bristol-hoteis-destinos .header {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }

    .container-bristol-hoteis-destinos .header-left {
        width: 100%;
        min-width: unset;
    }

    .container-bristol-hoteis-destinos .body {
        flex-direction: column;
        gap: 32px;
    }

    .container-bristol-hoteis-destinos .sidebar {
        width: 100%;
        min-width: 100%;
    }

    .container-bristol-hoteis-destinos .grid {
        grid-template-columns: repeat(2, 1fr); /* Fallback */
    }

    .container-bristol-hoteis-destinos .sidebar-mobile-toggle {
        display: flex;
    }

    .container-bristol-hoteis-destinos .sidebar-title-wrapper {
        margin-bottom: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #E5E5E5;
        cursor: pointer;
    }

    .container-bristol-hoteis-destinos .sidebar-collapsible-content {
        display: none;
        padding-top: 24px;
    }
}

@media (max-width: 1024px) {
    .container-bristol-hoteis-destinos .row {
        padding: 40px 20px;
    }

    .container-bristol-hoteis-destinos .header {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }

    .container-bristol-hoteis-destinos .header-left {
        width: 100%;
        min-width: unset;
    }

    .container-bristol-hoteis-destinos .body {
        flex-direction: column;
        gap: 32px;
    }

    .container-bristol-hoteis-destinos .sidebar {
        width: 100%;
        min-width: 100%;
    }

    .container-bristol-hoteis-destinos .grid {
        grid-template-columns: repeat(2, 1fr); /* Fallback */
    }

    .container-bristol-hoteis-destinos .sidebar-mobile-toggle {
        display: flex;
    }

    .container-bristol-hoteis-destinos .sidebar-title-wrapper {
        margin-bottom: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #E5E5E5;
        cursor: pointer;
    }

    .container-bristol-hoteis-destinos .sidebar-collapsible-content {
        display: none;
        padding-top: 24px;
    }
}

@media (max-width: 768px) {
    .container-bristol-hoteis-destinos .grid {
        grid-template-columns: 1fr;
    }

    .container-bristol-hoteis-destinos .hotel-card {
        width: 100%;
    }

    .container-bristol-hoteis-destinos .filter-popup {
        left: 0;
        width: 100%;
    }

    .container-bristol-hoteis-destinos .popup-inner-scroll {
        max-height: 280px;
        padding: 24px 12px 12px 12px;
    }
}

/* Load More Defaults */
.container-bristol-hoteis-destinos .load-more-wrapper {
    display: none;
}

@media (max-width: 1024px) {
    .container-bristol-hoteis-destinos .load-more-wrapper {
        display: none; /* toggled by JS */
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        width: 100%;
    }

    .container-bristol-hoteis-destinos .load-more-text {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #7A7A7A;
        margin-bottom: 12px;
    }

    .container-bristol-hoteis-destinos .load-more-progress-bar {
        width: 100%;
        max-width: 300px;
        height: 6px;
        background-color: #EAEAEA;
        margin-bottom: 24px;
    }

    .container-bristol-hoteis-destinos .load-more-progress-fill {
        height: 100%;
        background-color: #C2A175;
        width: 0%;
        transition: width 0.3s ease;
    }

    .container-bristol-hoteis-destinos .btn-load-more {
        background: transparent;
        border: 1px solid #9E5520;
        color: #9E5520;
        padding: 16px 32px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
    }

    .container-bristol-hoteis-destinos .btn-load-more:hover {
        background: #9E5520;
        color: #FFFFFF;
    }
}

@media (max-width: 768px) {
    .container-bristol-hoteis-destinos .header-title {
        font-size: 28px;
    }
}
