/* Finish-type and price section: separate it softly from neighbouring white blocks. */
html body .main-views-otd {
    position: relative;
    padding: 68px 0 72px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 190, 158, .17), transparent 28%),
        linear-gradient(135deg, #f5f7f6 0%, #eef2f0 100%);
}

html body .main-views-otd > h2 {
    position: relative;
    z-index: 1;
    margin: 0 auto 32px;
    padding: 0 15px 16px;
    color: #243b37;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

html body .main-views-otd > h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 58px;
    height: 4px;
    border-radius: 999px;
    background: #ffaa83;
    content: "";
    transform: translateX(-50%);
}

html body .main-views-otd > .container {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    padding: 34px 38px;
    border: 1px solid rgba(255, 170, 131, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 18px 42px rgba(27, 52, 46, .10);
}

html body .main-views-otd .menu .nav-pills > li + li {
    margin-top: 7px;
}

html body .main-views-otd .menu a {
    min-height: 42px;
    margin: 0;
    padding: 9px 13px;
    border: 1px solid rgba(255, 170, 131, .30);
    border-radius: 8px;
    color: #40524e;
    font-size: 13px;
    line-height: 1.25;
    transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

html body .main-views-otd .menu .nav-pills > li.active > a,
html body .main-views-otd .menu .nav-pills > li.active > a:focus,
html body .main-views-otd .menu .nav-pills > li.active > a:hover,
html body .main-views-otd .menu .nav-pills > li > a:focus,
html body .main-views-otd .menu .nav-pills > li > a:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #ffb18b, #ff9f75);
    box-shadow: 0 8px 16px rgba(235, 135, 91, .22);
    color: #fff;
    transform: translateX(3px);
}

@media (min-width: 768px) {
    html body .main-views-otd .content {
        padding-left: 38px;
    }

    html body .main-views-otd .content .tab-content > .active {
        align-items: center;
        justify-content: space-between;
        gap: 42px;
    }

    html body .main-views-otd .content .sbscrt {
        width: 43%;
    }

    html body .main-views-otd .content .slider {
        width: 47%;
    }
}

html body .main-views-otd .content .sbscrt h3 {
    margin-bottom: 14px;
    color: #243b37;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 24px;
}

html body .main-views-otd .content .sbscrt p {
    color: #52615e;
    font-size: 14px;
    line-height: 1.62;
}

html body .main-views-otd .content .sbscrt .priceblock {
    margin-top: 27px;
    padding: 21px 23px 19px;
    border: 1px solid rgba(255, 170, 131, .54);
    border-left: 4px solid #ffaa83;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff 0%, #fff7f2 100%);
    box-shadow: 0 10px 22px rgba(56, 61, 57, .06);
}

html body .main-views-otd .content .sbscrt .priceblock .price {
    color: #243b37;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 23px;
}

html body .main-views-otd .content .sbscrt .priceblock ul li {
    color: #576560;
    line-height: 1.35;
}

html body .main-views-otd .content .slider .carousel-inner {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(25, 46, 42, .14);
}

html body .main-views-otd .carousel-inner > .item img {
    transform: translateZ(0) scale(1);
    transform-origin: 50% 50%;
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1) !important;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    html body .main-views-otd .carousel-inner > .item:hover img {
        transform: translateZ(0) scale(1.08);
    }
}

html body .main-views-otd .content .slider .carousel-control {
    width: 38px;
    height: 42px;
    padding: 0;
    border-radius: 8px;
    background: rgba(255, 170, 131, .92);
    box-shadow: 0 7px 15px rgba(185, 106, 70, .18);
}

html body .main-views-otd .content .slider .carousel-indicators {
    left: 50%;
    width: auto;
    max-width: 76%;
    margin-left: 0;
    transform: translateX(-50%);
    box-shadow: 0 5px 14px rgba(22, 43, 41, .12);
}

@media (max-width: 767px) {
    html body .main-views-otd {
        padding: 42px 0;
    }

    html body .main-views-otd > h2 {
        margin-bottom: 24px;
        font-size: 24px;
    }

    html body .main-views-otd > .container {
        margin: 0 12px;
        padding: 22px 16px;
        border-radius: 13px;
    }

    html body .main-views-otd .menu .nav-pills > li + li {
        margin-top: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .main-views-otd .content .slider .carousel-inner > .item img {
        transition: none !important;
    }
}
