/* /products/furnitura/: warm site palette for the brand selector and added value blocks. */
body .short-char.short-char-2.vo-furnitura-modern {
    padding: 64px 0 70px;
    background: linear-gradient(135deg, #fff8f3 0%, #fff 54%, #f8f5f1 100%);
}

body .vo-furnitura-modern h2 {
    margin: 0 0 34px;
    color: #2b4540;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 31px;
    line-height: 1.18;
    text-align: center;
}

body .vo-furnitura-modern .char-block {
    display: flex;
    gap: 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(231, 195, 177, .75);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(35, 56, 51, .10);
}

body .vo-furnitura-modern .char-block > .nav {
    flex: 0 0 210px;
    margin: 0;
}

body .vo-furnitura-modern .char-block > .nav > li {
    margin: 0 0 9px;
}

body .vo-furnitura-modern .char-block > .nav > li > a {
    padding: 13px 15px;
    color: #49605a;
    font-family: "MullerMedium", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    background: #fffaf7;
    border: 1px solid rgba(231, 195, 177, .75);
    border-radius: 12px;
    transition: background-color 1.3s cubic-bezier(.22, 1, .36, 1), color 1.3s cubic-bezier(.22, 1, .36, 1), transform 1.3s cubic-bezier(.22, 1, .36, 1) !important;
}

body .vo-furnitura-modern .char-block > .nav > li.active > a,
body .vo-furnitura-modern .char-block > .nav > li > a:hover {
    color: #fff;
    background: #ffa77f;
    border-color: #ffa77f;
    transform: translateX(4px);
}

body .vo-furnitura-modern .tab-content {
    flex: 1 1 auto;
    min-width: 0;
}

body .vo-furnitura-modern .photo-profile {
    overflow: hidden;
    border-radius: 15px;
}

body .vo-furnitura-modern .photo-profile > img:first-child {
    display: block;
    width: 100%;
    min-height: 190px;
    object-fit: contain;
    padding: 16px;
    background: #fff8f3;
    border: 1px solid rgba(231, 195, 177, .6);
    border-radius: 15px;
}

body .vo-furnitura-modern .photo-profile .item-shadow {
    display: none;
}

body .vo-furnitura-modern .top-right-subs h3 {
    margin: 0;
    color: #2b4540;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 28px;
}

body .vo-furnitura-modern .top-right-subs > img {
    width: 205px;
    max-width: 100%;
    margin: 14px 0 18px;
}

body .vo-furnitura-modern .panel {
    margin: 22px 0 0;
    border: 1px solid rgba(231, 195, 177, .75);
    border-radius: 13px;
    box-shadow: none;
    overflow: hidden;
}

body .vo-furnitura-modern .panel-heading {
    padding: 11px 15px;
    color: #2b4540;
    font-family: "MullerBold", Arial, sans-serif;
    background: #fff1e8;
    border: 0;
}

body .vo-furnitura-modern .panel-body {
    color: #52635f;
    font-size: 15px;
    line-height: 1.55;
}

/* The legacy selector is intentionally more specific than the general panel rules. */
body .short-char.short-char-2.vo-furnitura-modern .tab-content .panel-heading {
    padding: 12px 16px;
    color: #2b4540;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .02em;
    background: #fff1e8;
    border: 0;
}

body .short-char.short-char-2.vo-furnitura-modern .tab-content .panel-body {
    padding: 16px;
    color: #52635f;
    font-family: "MullerRegular", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    background: #fffdfa;
    border: 0;
}

body .short-char.short-char-2.vo-furnitura-modern .tab-content .panel-body p {
    margin: 0;
    color: inherit;
}

body .vo-hardware-benefits {
    padding: 74px 0 82px;
    background: #fff;
}

body .vo-hardware-benefits .vo-hardware-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

body .vo-hardware-benefits h2 {
    margin: 0 0 13px;
    color: #2b4540;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 31px;
    line-height: 1.16;
}

body .vo-hardware-benefits .vo-hardware-heading > span {
    display: block;
    width: 66px;
    height: 3px;
    margin: 0 auto 16px;
    border-radius: 3px;
    background: #ffa77f;
}

body .vo-hardware-benefits .vo-hardware-heading p {
    margin: 0;
    color: #667570;
    font-size: 16px;
    line-height: 1.55;
}

body .vo-hardware-benefit {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    overflow: hidden;
    background: #fffaf7;
    border: 1px solid rgba(231, 195, 177, .7);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(35, 56, 51, .08);
}

body .vo-hardware-benefit:last-child { margin-bottom: 0; }
body .vo-hardware-benefit .vo-hardware-photo { padding: 0; }
body .vo-hardware-benefit .vo-hardware-photo img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1) !important;
}

body .vo-hardware-benefit .vo-hardware-copy { padding: 28px 34px; }
body .vo-hardware-benefit .vo-kicker {
    display: block;
    margin: 0 0 8px;
    color: #d48362;
    font-family: "MullerMedium", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
body .vo-hardware-benefit h3 {
    margin: 0 0 12px;
    color: #2b4540;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.18;
}
body .vo-hardware-benefit p {
    margin: 0;
    color: #586a65;
    font-size: 15px;
    line-height: 1.55;
}
body .vo-hardware-benefit ul { margin: 15px 0 0; padding: 0; list-style: none; }
body .vo-hardware-benefit li { position: relative; margin: 0 0 7px; padding-left: 20px; color: #405751; font-size: 14px; }
body .vo-hardware-benefit li::before { content: ""; position: absolute; top: .48em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #ffa77f; }

body .vo-hardware-benefit:hover .vo-hardware-photo img { transform: scale(1.055); }

@media (max-width: 991px) {
    body .vo-furnitura-modern .char-block { display: block; }
    body .vo-furnitura-modern .char-block > .nav { margin-bottom: 18px; }
    body .vo-hardware-benefit { display: block; }
    body .vo-hardware-benefit .vo-hardware-photo img { height: auto; }
    body .vo-hardware-benefit .vo-hardware-copy { padding: 24px; }
    body .vo-hardware-benefit.vo-hardware-reverse .vo-hardware-photo { order: 0; }
}

@media (max-width: 767px) {
    body .short-char.short-char-2.vo-furnitura-modern,
    body .vo-hardware-benefits { padding: 46px 0; }
    body .vo-furnitura-modern h2,
    body .vo-hardware-benefits h2 { font-size: 25px; }
    body .vo-furnitura-modern .char-block { padding: 15px; border-radius: 16px; }
    body .vo-hardware-benefit { border-radius: 15px; }
}
