/* Loft Home Carousel Elementor Premium v1.1.1 */

.lhc-wrapper {
    --lhc-primary-color: #134442;
    --lhc-accent-color: #9C7B6B;
    --lhc-brown-color: #583726;
    --lhc-card-bg: #ffffff;
    --lhc-text-color: #7a7a7a;
    --lhc-muted-color: #5a5a5a;
    --lhc-border-color: rgba(88, 55, 38, 0.25);
    --lhc-button-bg: var(--lhc-primary-color);
    --lhc-button-text: #ffffff;
    --lhc-price-bg: rgba(50, 30, 15, 0.82);
    --lhc-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    --lhc-transition-speed: 350ms;
    background: transparent;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
}

.lhc-wrapper,
.lhc-wrapper * {
    box-sizing: border-box;
}

.lhc-stage {
    position: relative;
}

.lhc-card {
    display: flex;
    flex-direction: row;
    background: var(--lhc-card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--lhc-shadow);
    min-height: 420px;
}

.lhc-image-wrap {
    position: relative;
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
    background-color: #1a1a1a;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity var(--lhc-transition-speed) ease, transform var(--lhc-transition-speed) ease;
    display: block;
    text-decoration: none !important;
    min-height: 420px;
}

.lhc-image-wrap.fading {
    opacity: 0.14;
}

.lhc-price-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--lhc-price-bg);
    border-radius: 2px;
    padding: 7px 14px;
    z-index: 2;
}

.lhc-price-text {
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.lhc-price-text span {
    opacity: 0.6;
    margin-left: 2px;
}

.lhc-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 52px;
    min-width: 0;
}

.lhc-cat-nome {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--lhc-primary-color);
    margin: 0 0 10px;
    font-weight: 500;
}

.lhc-tagline {
    font-family: 'Playfair Display', 'Playfair', Georgia, serif;
    font-size: 1.15rem;
    font-style: italic;
    color: var(--lhc-accent-color);
    margin: 0 0 22px;
    line-height: 1.5;
}

.lhc-atributos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 22px;
    margin-bottom: 22px;
}

.lhc-attr {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.lhc-attr span {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--lhc-muted-color);
    line-height: 1.4;
}

.lhc-attr img,
.lhc-attr svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.lhc-attr img {
    object-fit: contain;
    filter: none !important;
}

.lhc-icons-monochrome .lhc-attr img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(30%) saturate(600%) hue-rotate(330deg) brightness(80%) !important;
}

.lhc-attr svg {
    color: var(--lhc-brown-color);
    stroke: currentColor;
}

.lhc-divider {
    width: 32px;
    height: 1px;
    background: #e8e0d8;
    margin-bottom: 22px;
}

.lhc-descricao {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    line-height: 1.85;
    color: var(--lhc-text-color);
    margin: 0 0 32px;
}

.lhc-descricao p {
    margin: 0 0 1em;
}

.lhc-descricao p:last-child {
    margin-bottom: 0;
}

.lhc-button-wrapper {
    display: flex;
    margin-top: auto;
    width: 100%;
}

.lhc-btn-ver.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--lhc-button-bg);
    color: var(--lhc-button-text) !important;
    text-decoration: none !important;
    border-radius: 3px;
    transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease;
    box-sizing: border-box;
}

.lhc-btn-ver.elementor-button .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lhc-btn-ver.elementor-button .elementor-button-text {
    color: inherit;
}

.lhc-btn-ver.elementor-button:hover,
.lhc-btn-ver.elementor-button:focus {
    opacity: .88;
    color: var(--lhc-button-text) !important;
}

.lhc-arrows {
    pointer-events: none;
}

.lhc-arrow {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--lhc-primary-color);
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.lhc-arrow:hover {
    transform: translateY(-50%) scale(1.04);
}

.lhc-arrow--prev {
    left: 18px;
}

.lhc-arrow--next {
    right: 18px;
}

.lhc-arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lhc-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
}

.lhc-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: rgba(19, 68, 66, .28);
    padding: 0;
    cursor: pointer;
    transition: width .25s ease, background .25s ease, opacity .25s ease;
}

.lhc-dot.active {
    width: 24px;
    background: var(--lhc-primary-color);
}

.lhc-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.lhc-tab {
    background: transparent;
    border: 1px solid var(--lhc-border-color);
    color: var(--lhc-muted-color);
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 3px;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
    line-height: 1;
}

.lhc-tab:hover,
.lhc-tab:focus,
.lhc-tab.active {
    background: var(--lhc-button-bg);
    border-color: var(--lhc-button-bg);
    color: var(--lhc-button-text);
}

.lhc-tab.active {
    cursor: default;
}

.lhc-notice {
    padding: 14px 18px;
    border-left: 4px solid #134442;
    background: #f7f4ef;
    color: #583726;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .lhc-content {
        padding: 36px 34px;
    }
}

@media (max-width: 768px) {
    .lhc-card {
        flex-direction: column;
        min-height: unset;
    }

    .lhc-image-wrap {
        width: 100% !important;
        min-height: 260px;
    }

    .lhc-content {
        padding: 28px 24px;
    }

    .lhc-tabs {
        gap: 6px;
    }

    .lhc-tab {
        padding: 8px 14px;
        font-size: 10px;
    }

    .lhc-arrow {
        width: 38px;
        height: 38px;
    }

    .lhc-arrow--prev {
        left: 10px;
    }

    .lhc-arrow--next {
        right: 10px;
    }
}
