:root {
    --furniture-primary: #12a89d;
    --furniture-opacity-primary: #1fa463cc;
    --furniture-secondary: #12a79d;
    --furniture-accent: #e6f7ef;
    --furniture-dark: #0b2e1e;
    --furniture-text: #1d3f2e;
    --furniture-soft: #a9e4c8;
}

body.furniture-theme {
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--furniture-text);
    background-color: #f3faf6;
    overflow-x: hidden;
}

body.furniture-theme h1,
body.furniture-theme h2,
body.furniture-theme h3,
body.furniture-theme h4 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--furniture-dark);
    letter-spacing: .02em;
}

.furniture-header,
.furniture-header-shadow {
    background: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.furniture-header .nav-link,
.furniture-header-shadow .nav-link,
.furniture-mobile .nav-link {
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #000 !important;
    text-transform: capitalize;
}

.furniture-header .nav-link:hover,
.furniture-header-shadow .nav-link:hover,
.furniture-mobile .nav-link:hover,
.furniture-header .nav-link:focus,
.furniture-header-shadow .nav-link:focus,
.furniture-mobile .nav-link:focus {
    color: var(--furniture-soft) !important;
}

.furniture-dropdown .dropdown-menu {
    border-radius: 12px;
    border: none;
    padding: 0.75rem 0;
    box-shadow: 0px 20px 46px rgba(18, 133, 81, 0.18);
    background: #ffffff;
    min-width: 12rem;
}

.furniture-dropdown .dropdown-item {
    font-weight: 500;
    color: var(--furniture-dark);
    padding: 0 1.25rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.furniture-dropdown .dropdown-item:hover {
    background-color: rgba(31, 164, 99, 0.12);
    transform: translateX(4px);
}

.navbar-phone i {
    color: var(--furniture-soft) !important;
}

.navbar-phone span {
    font-weight: 600;
    letter-spacing: 0.04em;
}

/*.hero-carousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(18, 133, 81, 0.88), rgba(31, 164, 99, 0.35));
    z-index: 0;
}*/

.hero-carousel .hero-caption {
    position: relative;
    z-index: 2;
}

.hero-carousel .hero-caption h6 {
    max-width: 640px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-carousel .btn-primary {
    background: var(--furniture-primary);
    border-color: var(--furniture-primary);
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0 15px 35px rgba(18, 133, 81, 0.28);
}

.hero-carousel .btn-primary:hover {
    background: var(--furniture-secondary);
    border-color: var(--furniture-secondary);
}

.furniture-section-title {
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.4em;
    color: var(--furniture-secondary);
    font-weight: 600;
}

.furniture-divider {
    width: 80px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--furniture-secondary), var(--furniture-primary), var(--furniture-soft));
}

.furniture-collection .entry-wrapper {
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(31, 78, 216, 0.12);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 20px 40px rgba(15, 33, 71, 0.12);
}

.furniture-collection .entry-thumbnail-wrapper img {
    transform: scale(1);
    transition: transform 0.5s ease;
    height: 250px;
    object-fit: cover;
}

.furniture-collection .entry-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(31, 78, 216, 0.18);
}

.furniture-collection .entry-wrapper:hover img {
    transform: scale(1.05);
}

.furniture-about-block {
    background: linear-gradient(135deg, #f3faf6 0%, #e6f7ef 45%, #d2f0e1 100%);
    border-radius: 28px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.furniture-about-block::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(31, 78, 216, 0.18);
    border-radius: 24px;
    pointer-events: none;
}

.furniture-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--furniture-primary);
    box-shadow: 0 15px 30px rgba(31, 78, 216, 0.18);
}

.furniture-card {
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(31, 78, 216, 0.1);
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.furniture-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 50px rgba(31, 78, 216, 0.18);
}

.furniture-gallery img {
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 33, 71, 0.12);
}

.furniture-callout {
    background: linear-gradient(135deg, rgb(18 168 157), rgb(18 168 157), rgba(143, 230, 186, 0.85));
    border-radius: 28px;
    padding: 3rem;
    color: #f4fdf9;
    position: relative;
    overflow: hidden;
}

.furniture-callout::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgba(31, 164, 99, 0.2);
    border-radius: 50%;
    top: -60px;
    right: -40px;
}

.furniture-callout::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(143, 230, 186, 0.25);
    border-radius: 50%;
    bottom: -70px;
    left: -30px;
}

.furniture-callout .btn {
    background: var(--furniture-soft);
    border-color: var(--furniture-soft);
    color: var(--furniture-dark);
    font-weight: 600;
    padding: 0.75rem 2.5rem;
}

.furniture-callout .btn:hover {
    background: var(--furniture-secondary);
    border-color: var(--furniture-secondary);
    color: #f4fdf9;
}

.furniture-testimonial {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem;
    border: 1px solid rgba(31, 78, 216, 0.12);
    box-shadow: 0 18px 30px rgba(15, 33, 71, 0.1);
    position: relative;
}

.furniture-testimonial .quote-icon {
    position: absolute;
    top: -32px;
    right: 32px;
    font-size: 4rem;
    color: rgba(31, 78, 216, 0.12);
    font-family: 'Playfair Display', serif;
}

.product-collection .product-card {
    background: var(--furniture-accent);
    border-radius: 20px;
    border: 1px solid rgba(31, 164, 99, 0.12);
    box-shadow: 0 15px 35px rgba(18, 133, 81, 0.12);
}

.product-collection .card-title .text {
    font-weight: 600;
    color: var(--furniture-dark);
}

.product-collection .price-item .money {
    color: var(--furniture-primary);
    font-weight: 600;
}

.product-collection .button-ATC {
    background: var(--furniture-primary);
    border-color: var(--furniture-primary);
    border-radius: 999px;
    padding-inline: 1.75rem;
    font-weight: 600;
}

.product-collection .button-ATC:hover {
    background: var(--furniture-secondary);
    border-color: var(--furniture-secondary);
}

.product-detail .productView-details {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem;
    border: 1px solid rgba(31, 164, 99, 0.12);
    box-shadow: 0 20px 40px rgba(18, 133, 81, 0.12);
}

.product-detail .productView-nav img {
    border-radius: 16px;
}

.product-detail .productView-thumbnail img {
    border-radius: 12px;
    border: 1px solid rgba(31, 164, 99, 0.12);
}

.product-detail .productView-short-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--furniture-text);
}

.product-detail .productView-info-name {
    color: var(--furniture-primary);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
}

.product-detail .productView-action .button-view-cart {
    background: var(--furniture-primary);
    border-radius: 999px;
    padding-inline: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.product-detail .productView-action .button-view-cart:hover {
    background: var(--furniture-secondary);
}

.product-detail .productView-wishlist .fa-heart {
    color: var(--furniture-secondary);
}

.product-detail .productView-share .button {
    border-radius: 999px;
    background: rgba(31, 164, 99, 0.12);
    border: none;
    color: var(--furniture-primary);
}

@media (max-width: 991.98px) {
    body.furniture-theme {
        background-color: #f6fcf9;
    }

    .furniture-header,
    .furniture-header-shadow {
        background: #ffffff;
    }

    .hero-carousel .hero-caption {
        padding-top: 120px;
    }

    .furniture-about-block {
        padding: 2rem;
    }

    .furniture-callout {
        padding: 2.5rem 2rem;
    }
}

