.mobile-menu-toggle {
    display: none;
}

.product-gallery-arrow {
    display: none;
}

.category-seo-intro {
    margin-bottom: 30px;
}

.category-seo-intro h1 {
    margin: 0;
    color: #2f2f2f;
    font-family: 'Roboto','Segoe UI';
    font-size: 34px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0;
}

.category-seo-intro .category-description {
    max-width: 780px;
    margin-top: 16px;
    color: #343434;
    font-family: 'Roboto','Segoe UI';
    font-size: 16px;
    line-height: 1.58;
}

.category-seo-intro .category-description p:last-child {
    margin-bottom: 0;
}

.category-seo-intro + .category-page-subcategories {
    margin-top: 32px !important;
}

@media (max-width: 991px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: 76px;
    }

    .master-wrapper-content {
        padding-top: 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .navigationmenu {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        height: auto !important;
        min-height: 76px;
        background-color: #343434 !important;
        box-shadow: rgba(0, 0, 0, 0.16) 6px 2px 10px 0;
    }

    .navigation-div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: 76px;
        width: 100%;
    }

    .navigationmenu .navigation-div div {
        display: block;
    }

    .navigationmenu .logo-div {
        flex: 0 0 auto;
        order: 1;
        width: auto !important;
        height: 76px !important;
        margin-left: 0;
        padding: 12px 8px !important;
        position: relative !important;
        top: 0 !important;
        left: auto !important;
        right: auto !important;
        background-color: transparent !important;
    }

    .logo-style,
    .zoom-out-logo {
        width: 136px !important;
        height: auto !important;
        transform: none !important;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        order: 2;
        width: 44px;
        height: 76px;
        padding: 0;
        border: 0;
        background-color: transparent;
        color: #8bddd1;
        font-size: 24px;
    }

    .right-side-list {
        order: 3;
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        flex: 0 0 auto;
        margin-left: auto;
        width: auto;
        height: 76px;
    }

    .navigation-rightside {
        display: flex;
        align-items: stretch;
        top: 0;
        margin-bottom: 0;
        position: static;
        width: auto;
    }

    .navigation-rightside li,
    .wishlist-li,
    .shopping-cart-li {
        width: 38px;
        height: 76px;
        margin-left: 0;
        position: relative;
        left: auto !important;
    }

    .navigation-rightside img {
        top: 26px;
        width: 21px;
        height: 21px;
    }

    .select-language {
        width: 70px;
        height: 76px;
        top: 0;
        padding: 0;
        font-size: 12px;
    }

    .navigation-rightside > li:nth-child(4) {
        width: 70px;
    }

    .top-menu-div {
        display: none !important;
        order: 4;
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        flex: 0 0 100%;
        width: 100% !important;
        height: auto;
        margin-right: 0;
        max-height: calc(100vh - 76px);
        overflow-y: auto;
        background-color: #2f2f2f;
        border-top: 1px solid rgba(139, 221, 209, 0.35);
        box-sizing: border-box;
        text-align: left;
    }

    .navigationmenu.mobile-menu-open .top-menu-div {
        display: block !important;
    }

    .top-menu {
        display: block !important;
        width: 100%;
        height: auto !important;
        margin: 0;
        padding: 6px 16px 12px;
        text-align: left;
        white-space: normal;
        gap: 0;
        box-sizing: border-box;
    }

    .top-menu > li {
        display: block !important;
        width: 100%;
        float: none !important;
        margin: 0 !important;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
    }

    .top-menu li a {
        display: block;
        padding: 12px 0;
        white-space: normal;
    }

    .nav-link::before {
        display: none;
    }

    .dropdown:hover .dropdown-content {
        display: none !important;
    }

    .navigationmenu.mobile-menu-open .top-menu .dropdown-content,
    .navigationmenu.mobile-menu-open .top-menu .subcategories-row,
    .navigationmenu.mobile-menu-open .top-menu .subcategories-row-inside {
        display: block !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        min-width: 0;
        width: 100% !important;
        max-height: none;
        margin: 0 !important;
        padding: 4px 0 8px 12px !important;
        transform: none !important;
        box-shadow: none;
        background-color: #343434;
    }

    .navigationmenu.mobile-menu-open .top-menu .subcategories-row .col-sm-2 {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .category-img-navigation {
        max-width: 120px;
        margin-top: 8px;
    }

    .search-box {
        z-index: 2000;
    }

    .overlay-content {
        top: 35%;
        width: calc(100% - 32px);
    }

    .search-box .closebtn {
        top: 12px;
        right: 20px;
        font-size: 42px;
    }

    .search-box input[type=text] {
        width: 74%;
        padding: 14px 12px;
    }

    .search-box button {
        width: 26%;
        padding: 13px 10px;
    }

    .font-roboto-100-8bddd1,
    .font-roboto-100-2f2f2f,
    .font-roboto-100-fff {
        font-size: 52px;
        line-height: 1.1;
    }

    .font-roboto-70-fff,
    .font-roboto-64-2f2f2f {
        font-size: 40px;
        line-height: 1.2;
    }

    .font-roboto-50-8bddd1,
    .font-roboto-50-2f2f2f,
    .font-roboto-50-fff {
        font-size: 34px;
        line-height: 1.2;
    }

    .font-roboto-32-2f2f2f,
    .font-roboto-32-fff {
        font-size: 26px;
        line-height: 1.25;
    }

    .margin-top-bottom-120 {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .margin-top-120 {
        margin-top: 64px;
    }

    .margin-bottom-120 {
        margin-bottom: 64px;
    }

    .margin-top-bottom-80 {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .margin-top-80 {
        margin-top: 48px;
    }

    .margin-bottom-80 {
        margin-bottom: 48px;
    }

    .margin-top-70 {
        margin-top: 40px;
    }

    .margin-top-neg_320 {
        margin-top: 40px;
    }

    .padding-_80 {
        padding: 42px 16px;
    }

    .padding_50 {
        padding: 28px;
    }

    .category-seo-intro {
        margin-bottom: 22px;
    }

    .category-seo-intro h1 {
        font-size: 28px;
        line-height: 1.22;
    }

    .category-seo-intro .category-description {
        font-size: 15px;
        line-height: 1.52;
    }

    .home-page-banner {
        height: calc(72vh - 76px) !important;
        min-height: 420px;
        background-position: center top;
    }

    .container-black-blue {
        display: none;
    }

    .slider {
        top: auto !important;
        margin: 40px 0 0;
        overflow: hidden;
    }

    .slider::before,
    .slider::after {
        display: none;
    }

    .slider .slide-track {
        display: block;
        width: 100% !important;
        animation: none !important;
        -webkit-animation: none !important;
        transform: none !important;
    }

    .slider .slide {
        width: 100% !important;
        padding: 0 16px 24px;
    }

    .slider .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .slider .row {
        height: auto !important;
        margin-left: 0;
        margin-right: 0;
    }

    .slider [class*="col-xs-"],
    .slider [class*="col-sm-"] {
        float: none !important;
        width: 100% !important;
        min-height: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 28px;
    }

    .slide-container {
        margin-top: 0;
        margin-left: 0;
    }

    .slide-container-div,
    .slide-creaticetitle-first,
    .slide-creaticetitle-second,
    .slide-creaticetitle-secondrow,
    .slide-creaticetitle-secondrow-title,
    .front-bicycle-text h4,
    .slide-second-img-bicycle-text,
    .square-third h4,
    .square-third p,
    .square-second-secondrow-p,
    .square-second-caffe-text,
    .relative-top-74,
    .relative-top_74,
    .relative-top-53,
    .square-third-div-img,
    .square-third-img,
    .slide-second-img-bicycle {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }

    .square-first,
    .square-second,
    .square-second-secondrow,
    .square-second-caffe,
    .square-third {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 12px;
        margin-bottom: 12px;
        transform: none !important;
        background-color: #8bddd1;
        z-index: auto !important;
    }

    .square-first p,
    .square-second p {
        position: static !important;
        width: auto !important;
        transform: none !important;
    }

    .slide-line-vertical,
    .slide-line-vertical-second,
    .slide-line-vertical-circle,
    .slide-line-vertical-secondrow,
    .line-vertical-front-bicycle,
    .creative-slide-number {
        display: none;
    }

    .slide-img-first img,
    .square-third-div-img img,
    .slider img {
        margin-left: auto;
        margin-right: auto;
    }

    .box-padding-18-30,
    .size-480 {
        width: 100%;
        max-width: 480px;
        height: auto;
    }

    .box-padding-18-30 {
        min-height: auto;
        padding: 24px;
    }

    .slick-carousel {
        width: 100%;
    }

    .tour-carusel .slick-slide {
        height: auto;
        padding: 5px 8px 16px;
        width: auto !important;
    }

    .box-inside-carusel {
        width: 100% !important;
        max-width: 360px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .html-home-page .manufacturer-partners-title {
        margin-top: 42px;
    }

    .html-home-page .manufacturer-partners-title .margin-bottom-22 {
        margin-bottom: 14px;
    }

    .html-home-page .manufacturer-partners-section {
        margin-bottom: 10px;
    }

    .html-home-page .manufacturer-partners-carousel .owl-stage-outer {
        height: clamp(128px, 28vw, 178px) !important;
        overflow: hidden;
    }

    .html-home-page .manufacturer-partners-carousel .owl-stage,
    .html-home-page .manufacturer-partners-carousel .owl-item,
    .html-home-page .manufacturer-partners-carousel .manufacturer-partner-item,
    .html-home-page .manufacturer-partners-carousel .manufacturer-partner-item a {
        height: 100%;
    }

    .html-home-page .manufacturer-partners-carousel .owl-item,
    .html-home-page .manufacturer-partners-carousel .manufacturer-partner-item a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .html-home-page .manufacturer-partners-carousel.owl-drag .owl-item {
        margin-top: 0;
        margin-bottom: 0;
    }

    .html-home-page .manufacturer-partners-carousel .manufacturer-partner-logo {
        width: auto !important;
        max-width: min(78vw, 420px);
        max-height: 100%;
        margin: 0 auto;
        object-fit: contain;
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 56px;
    }

    .about-fixed,
    .about-fixed-banner,
    .selectedcategory-background,
    .rent-page-banner {
        background-attachment: scroll;
        height: 280px;
    }

    .selectedcategory-background:before,
    .rent-page-banner:before {
        height: 280px;
    }

    .footer {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .footer .col-sm-3 {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .row {
        margin-left: -14px;
        margin-right: -14px;
    }

    .font-roboto-100-8bddd1,
    .font-roboto-100-2f2f2f,
    .font-roboto-100-fff {
        font-size: 40px;
    }

    .font-roboto-70-fff,
    .font-roboto-64-2f2f2f {
        font-size: 32px;
    }

    .font-roboto-50-8bddd1,
    .font-roboto-50-2f2f2f,
    .font-roboto-50-fff,
    .font-roboto-32-2f2f2f,
    .font-roboto-32-fff {
        font-size: 24px;
    }

    .margin-top-bottom-120 {
        margin-top: 44px;
        margin-bottom: 44px;
    }

    .margin-top-120,
    .margin-top-80,
    .margin-top-70 {
        margin-top: 44px;
    }

    .margin-bottom-120,
    .margin-bottom-80 {
        margin-bottom: 44px;
    }

    .padding_50 {
        padding: 20px;
    }

    .home-page-banner {
        min-height: 360px;
        background-position: center top;
    }

    .home-gotoshop .padding-_80 {
        padding: 30px 0;
    }

    .info-bicycle-div {
        position: relative;
        overflow: hidden;
    }

    .info-bicycle-div .overlay-info-bicycle {
        opacity: 0.92;
    }

    .text-info-bicycle {
        margin: 14px;
    }

    .text-info-bicycle .font-roboto-18-fff {
        font-size: 15px;
    }

    .text-info-bicycle .font-roboto-16-fff {
        font-size: 13px;
    }

    .shadow-box {
        margin-left: 0;
        margin-right: 0;
    }

    .page-body,
    .product-details-page,
    .overview,
    .full-description {
        overflow-wrap: anywhere;
    }

    .product-details-page .overview {
        margin-top: 28px;
    }

    .product-details-gallery .picture {
        position: relative;
    }

    .product-details-gallery .picture > a,
    .product-details-gallery .picture > img {
        display: block;
    }

    .product-details-gallery .picture img {
        margin-left: auto;
        margin-right: auto;
    }

    .product-details-gallery .thumb-item.is-active {
        border-color: #8bddd1;
    }

    .product-gallery-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid rgba(139, 221, 209, 0.75);
        border-radius: 50%;
        background-color: rgba(52, 52, 52, 0.82);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        transform: translateY(-50%);
    }

    .product-gallery-arrow-prev {
        left: 8px;
    }

    .product-gallery-arrow-next {
        right: 8px;
    }

    .product-gallery-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-color: #8bddd1;
        border-style: solid;
        transform: rotate(45deg);
    }

    .product-gallery-arrow-prev span {
        border-width: 0 0 2px 2px;
        margin-left: 4px;
    }

    .product-gallery-arrow-next span {
        border-width: 2px 2px 0 0;
        margin-right: 4px;
    }

    .product-gallery-arrow:focus,
    .product-gallery-arrow:hover {
        background-color: #8bddd1;
        border-color: #8bddd1;
    }

    .product-gallery-arrow:focus span,
    .product-gallery-arrow:hover span {
        border-color: #343434;
    }

    .product-details-page .attr-panel {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .product-details-page .attr-panel > li {
        float: none;
        display: inline-block;
    }

    .overview-buttons {
        display: block;
    }

    .overview-buttons .btn,
    .add-to-cart .btn,
    .common-buttons .btn,
    .checkout-buttons .btn,
    .buttons .btn,
    .btn_2f2f2f {
        width: 100%;
        margin-bottom: 10px;
    }

    .add-to-cart input,
    .width_30 {
        width: 64px;
    }

    .table-responsive,
    .table-transparent {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-transparent {
        min-width: 640px;
    }

    .table-transparent > thead > tr > th,
    .table-transparent > tbody > tr > td {
        padding: 10px;
        vertical-align: middle;
    }

    .table-transparent tbody img {
        width: 64px;
        height: 64px;
    }

    .order-progress ul {
        display: flex;
        overflow-x: auto;
        padding-left: 0;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .order-progress li {
        flex: 0 0 auto;
        list-style: none;
        margin-right: 8px;
    }

    .order-progress a {
        display: block;
        padding: 8px 12px;
        background-color: #eee;
        color: #343434;
    }

    .order-progress .active-step a {
        background-color: #343434;
        color: #8bddd1;
    }

    .opc .step-title {
        padding: 14px 0;
    }

    .opc .step-title h2 {
        font-size: 18px;
        line-height: 1.35;
    }

    .contact-us-page {
        min-height: calc(100vh - 76px);
        height: auto !important;
    }

    .contact-us-page .page-body,
    .page-body-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .rent-page-circle {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px;
        padding-top: 28px;
    }

    .sub-category-item .title {
        left: 14px;
        right: 14px;
    }

    .sub-category-item h2 {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0;
    }

    .background_343434 {
        height: auto;
        min-height: 220px;
    }

    .width_350 {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 360px) {
    .logo-style,
    .zoom-out-logo {
        width: 94px !important;
    }

    .mobile-menu-toggle {
        width: 40px;
    }

    .navigation-rightside li,
    .wishlist-li,
    .shopping-cart-li {
        width: 34px;
    }

    .select-language {
        width: 62px;
        font-size: 11px;
    }

    .navigation-rightside > li:nth-child(4) {
        width: 62px;
    }

    .navigation-rightside img {
        width: 19px;
        height: 19px;
    }
}

.creative-mobile-timeline {
    display: none !important;
}

.sublist-toggle {
    display: none;
}

@media (max-width: 991px) {
    .navigationmenu {
        z-index: 1030;
    }

    .navigationmenu.mobile-menu-open {
        max-height: 100vh;
        overflow-y: auto;
    }

    .navigationmenu.mobile-menu-open .top-menu-div {
        box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
    }

    .navigationmenu .top-menu .dropdown {
        display: block !important;
        position: relative;
        width: 100%;
        height: auto !important;
        min-height: 0;
        margin-right: 0 !important;
        padding-left: 0;
        overflow: visible;
    }

    .navigationmenu.mobile-menu-open .top-menu > li {
        height: auto !important;
        min-height: 0;
        overflow: visible;
    }

    .navigationmenu.mobile-menu-open .top-menu > li > a,
    .navigationmenu.mobile-menu-open .top-menu .dropdown > a {
        height: auto !important;
        line-height: 1.3 !important;
    }

    .navigationmenu.mobile-menu-open .top-menu .dropdown-content,
    .navigationmenu.mobile-menu-open .top-menu .subcategories-row,
    .navigationmenu.mobile-menu-open .top-menu .subcategories-row-inside {
        display: none !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-height: none;
        margin: 0 !important;
        padding: 0 0 0 14px !important;
        transform: none !important;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.04);
        border-left: 1px solid rgba(139, 221, 209, 0.28);
        list-style: none;
    }

    .navigationmenu.mobile-menu-open .top-menu .dropdown.sublist-open > .dropdown-content,
    .navigationmenu.mobile-menu-open .top-menu .dropdown.sublist-open > .subcategories-row,
    .navigationmenu.mobile-menu-open .top-menu .dropdown.sublist-open > .subcategories-row-inside {
        display: block !important;
    }

    .navigationmenu.mobile-menu-open .top-menu .subcategories-row .col-sm-2 {
        display: block;
        float: none;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navigationmenu.mobile-menu-open .top-menu .dropdown > a {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 46px;
        padding: 10px 62px 10px 0;
        color: #ffffff !important;
        font-size: 15px !important;
        line-height: 1.3;
        text-align: left;
        text-transform: none;
        white-space: normal;
    }

    .navigationmenu.mobile-menu-open .top-menu > .dropdown > a {
        color: #8bddd1 !important;
        font-size: 17px !important;
        text-transform: uppercase;
    }

    .navigationmenu.mobile-menu-open .top-menu .dropdown > a:hover,
    .navigationmenu.mobile-menu-open .top-menu .dropdown > a:focus {
        background-color: transparent;
        color: #8bddd1 !important;
    }

    .navigationmenu.mobile-menu-open .top-menu .sublist-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 4px;
        right: 16px;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(139, 221, 209, 0.45);
        color: #8bddd1;
        cursor: pointer;
    }

    .navigationmenu.mobile-menu-open .top-menu .sublist-toggle:after {
        content: "+";
        font-size: 22px;
        line-height: 1;
    }

    .navigationmenu.mobile-menu-open .top-menu .dropdown.sublist-open > .sublist-toggle:after {
        content: "-";
        font-size: 26px;
        line-height: 0.8;
    }

    .navigationmenu.mobile-menu-open .category-img-navigation {
        flex: 0 0 48px;
        width: 48px;
        height: 38px;
        object-fit: contain;
        margin: 0 0 0 12px;
        padding: 3px;
        border: 2px solid #8bddd1;
        background-color: #ffffff;
    }

    .navigationmenu.mobile-menu-open .top-menu .subcategories-row-inside .dropdown {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

}

@media (max-width: 767px) {
    .home-page-banner {
        height: auto !important;
        min-height: 0;
        max-height: none;
        overflow: hidden;
        background-color: #020303;
        background-image: none !important;
    }

    .home-page-banner-img {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
        margin-left: 0;
    }

    .creative-title-block {
        margin-top: 0 !important;
    }

    .creative-title-block h4 {
        max-width: 100%;
        overflow-wrap: normal;
    }

    .creative-title-block .creative-title-text {
        display: block;
        font-size: 34px;
        line-height: 1.08;
        white-space: normal;
    }

    .creative-title-block .creative-title-year,
    .creative-title-block .creative-title-dot {
        display: inline;
        font-size: 34px;
        line-height: 1.08;
        white-space: normal;
    }

    .creative-title-block .creative-title-year {
        margin-top: 4px;
    }

    .creative-title-block .creative-title-year:after {
        content: ".";
        color: #ffffff;
    }

    .creative-title-block .creative-title-dot {
        display: none;
    }

}

@media (max-width: 991px) {
    .creative-timeline {
        display: none !important;
    }

    .html-home-page .creative-title-block {
        width: 100% !important;
        max-width: none;
        margin-top: 0 !important;
        padding: 34px 16px 30px;
        background-color: #050606;
        border-bottom: 1px solid rgba(139, 221, 209, 0.52);
    }

    .html-home-page .creative-title-block .creative-title-text,
    .html-home-page .creative-title-block .creative-title-dot {
        color: #ffffff !important;
    }

    .creative-mobile-timeline {
        display: block !important;
        position: relative;
        margin: 0 0 52px;
        padding: 18px 16px 34px;
        overflow: visible;
        background-color: #050606;
        color: #ffffff;
    }

    .creative-mobile-story {
        position: relative;
        background-color: #050606;
    }

    .creative-mobile-story:before,
    .creative-mobile-story:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background-color: rgba(139, 221, 209, 0.42);
        z-index: 10;
    }

    .creative-mobile-story:before {
        top: 0;
    }

    .creative-mobile-story:after {
        bottom: 0;
    }

    .creative-mobile-panel {
        position: relative;
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        min-height: 100vh;
        padding: 94px 16px 28px;
        background: linear-gradient(180deg, #050606 0%, #111315 58%, #050606 100%);
        z-index: 1;
    }

    @supports (min-height: 100svh) {
        .creative-mobile-panel {
            min-height: 100svh;
        }
    }

    .creative-mobile-panel:nth-child(1) {
        z-index: 1;
    }

    .creative-mobile-panel:nth-child(2) {
        z-index: 2;
    }

    .creative-mobile-panel:nth-child(3) {
        z-index: 3;
    }

    .creative-mobile-panel:nth-child(4) {
        z-index: 4;
    }

    .creative-mobile-panel:nth-child(5) {
        z-index: 5;
    }

    .creative-mobile-panel:nth-child(6) {
        z-index: 6;
    }

    .creative-mobile-panel-inner {
        position: relative;
        display: grid;
        grid-template-rows: auto auto auto;
        align-content: center;
        width: 100%;
        max-width: 540px;
        min-height: calc(100vh - 142px);
        margin: 0 auto;
        padding: 20px 18px 22px;
        overflow: hidden;
        border: 1px solid rgba(139, 221, 209, 0.28);
        border-radius: 6px;
        background-color: #101214;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
        opacity: 0.72;
        transform: translateY(14px) scale(0.97);
        transition: opacity 420ms ease, transform 420ms ease, border-color 420ms ease;
    }

    @supports (min-height: calc(100svh - 142px)) {
        .creative-mobile-panel-inner {
            min-height: calc(100svh - 142px);
        }
    }

    .creative-mobile-panel-inner:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(139, 221, 209, 0.12), transparent 38%), linear-gradient(315deg, rgba(56, 82, 99, 0.18), transparent 44%);
        pointer-events: none;
    }

    .creative-mobile-panel-inner:after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 16px;
        height: 4px;
        transform: scaleX(0);
        transform-origin: left center;
        background-color: #8bddd1;
        opacity: 0.9;
        transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .creative-mobile-panel.is-active .creative-mobile-panel-inner {
        border-color: rgba(139, 221, 209, 0.72);
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .creative-mobile-panel.is-active .creative-mobile-panel-inner:after {
        transform: scaleX(1);
    }

    .creative-mobile-year {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        width: max-content;
        padding: 8px 13px;
        background-color: #8bddd1;
        color: #202426;
        font-family: 'Roboto','Segoe UI',sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
    }

    .creative-mobile-year--range {
        font-size: 24px;
    }

    .creative-mobile-media {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 210px;
        height: 34vh;
        max-height: 310px;
        margin: 16px 0 18px;
        padding: 16px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #f5f7f7;
    }

    .creative-mobile-media:before {
        content: "";
        position: absolute;
        inset: 0 18%;
        background-color: rgba(139, 221, 209, 0.22);
        transform: skewX(-16deg);
    }

    .creative-mobile-media img {
        position: relative;
        z-index: 1;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        object-fit: contain;
        filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.26));
        opacity: 0.82;
        transform: translateY(18px) scale(0.96);
        transition: opacity 520ms ease, transform 520ms ease;
    }

    .creative-mobile-media--life-e img,
    .creative-mobile-media--tour img {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: cover;
    }

    .creative-mobile-media--life-e img {
        object-position: 52% 58%;
    }

    .creative-mobile-media--tour img {
        object-position: 52% 34%;
    }

    .creative-mobile-panel.is-active .creative-mobile-media img {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .creative-mobile-copy {
        position: relative;
        z-index: 1;
        padding-bottom: 12px;
    }

    .creative-mobile-copy h4 {
        margin-bottom: 10px !important;
        font-size: 20px !important;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .creative-mobile-copy p,
    .creative-mobile-copy p b,
    .creative-mobile-copy p i {
        color: rgba(255, 255, 255, 0.86) !important;
    }

    .creative-mobile-copy p {
        margin-bottom: 0;
        font-size: 14px !important;
        line-height: 1.45;
    }

    @media (prefers-reduced-motion: reduce) {
        .creative-mobile-panel-inner,
        .creative-mobile-panel-inner:after,
        .creative-mobile-media img {
            transition: none;
        }
    }

    .creative-mobile-story {
        max-width: 540px;
        margin: 0 auto;
        padding: 0;
    }

    .creative-mobile-story:before,
    .creative-mobile-story:after {
        display: none;
    }

    .creative-mobile-panel {
        position: relative;
        top: auto;
        display: block;
        min-height: 0;
        padding: 0 0 18px 28px;
        background: none;
        z-index: auto;
    }

    .creative-mobile-panel:last-child {
        padding-bottom: 0;
    }

    .creative-mobile-panel:before {
        content: "";
        position: absolute;
        top: 12px;
        bottom: -6px;
        left: 7px;
        width: 1px;
        background-color: rgba(139, 221, 209, 0.34);
    }

    .creative-mobile-panel:last-child:before {
        bottom: 24px;
    }

    .creative-mobile-panel:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 0;
        width: 15px;
        height: 15px;
        border: 2px solid #8bddd1;
        border-radius: 50%;
        background-color: #050606;
        box-shadow: 0 0 0 5px rgba(139, 221, 209, 0.08);
    }

    .creative-mobile-panel.is-active:after {
        background-color: #8bddd1;
    }

    .creative-mobile-panel-inner {
        display: grid;
        grid-template-columns: 86px minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-content: start;
        column-gap: 14px;
        width: 100%;
        max-width: none;
        min-height: 0;
        margin: 0;
        padding: 14px;
        border-color: rgba(139, 221, 209, 0.34);
        border-radius: 6px;
        background-color: #101315;
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06);
        opacity: 0.86;
        transform: translateY(8px);
    }

    .creative-mobile-panel.is-active .creative-mobile-panel-inner {
        opacity: 1;
        transform: translateY(0);
    }

    .creative-mobile-panel-inner:after {
        left: 14px;
        right: 14px;
        bottom: 10px;
        height: 3px;
    }

    .creative-mobile-year {
        align-self: start;
        padding: 7px 10px;
        font-size: 22px;
    }

    .creative-mobile-year--range {
        font-size: 17px;
    }

    .creative-mobile-media {
        grid-column: 1 / -1;
        min-height: 0;
        height: clamp(168px, 45vw, 228px);
        max-height: none;
        margin: 13px 0 0;
        padding: 12px;
    }

    .creative-mobile-media--tour {
        height: clamp(300px, 86vw, 520px);
    }

    .creative-mobile-panel--text .creative-mobile-panel-inner {
        grid-template-rows: auto;
    }

    .creative-mobile-copy {
        align-self: center;
        padding-bottom: 8px;
    }

    .creative-mobile-panel--modern .creative-mobile-copy {
        grid-column: 1 / -1;
        padding-top: 12px;
    }

    .creative-mobile-copy h4 {
        margin-bottom: 7px !important;
        font-size: 17px !important;
    }

    .creative-mobile-panel--modern .creative-mobile-copy h4 {
        font-size: 16px !important;
        overflow-wrap: break-word;
    }

    .creative-mobile-copy p {
        font-size: 13px !important;
    }

    .html-home-page .creative-title-block {
        background-color: #ffffff;
        border-bottom-color: rgba(139, 221, 209, 0.75);
    }

    .html-home-page .creative-title-block .creative-title-text,
    .html-home-page .creative-title-block .creative-title-dot {
        color: #2f2f2f !important;
    }

    .creative-title-block .creative-title-year:after {
        color: #2f2f2f;
    }

    .creative-mobile-timeline,
    .creative-mobile-story {
        background-color: #ffffff;
        color: #2f2f2f;
    }

    .creative-mobile-panel:before {
        background-color: rgba(139, 221, 209, 0.62);
    }

    .creative-mobile-panel:after {
        background-color: #ffffff;
        box-shadow: 0 0 0 5px rgba(139, 221, 209, 0.16);
    }

    .creative-mobile-panel-inner {
        border-color: rgba(139, 221, 209, 0.7);
        background-color: #ffffff;
        box-shadow: 0 10px 24px rgba(47, 47, 47, 0.12);
    }

    .creative-mobile-panel-inner:before {
        background: linear-gradient(135deg, rgba(139, 221, 209, 0.15), transparent 42%), linear-gradient(315deg, rgba(47, 47, 47, 0.05), transparent 48%);
    }

    .creative-mobile-copy p,
    .creative-mobile-copy p b,
    .creative-mobile-copy p i {
        color: #2f2f2f !important;
    }

    .creative-mobile-copy h4,
    .creative-mobile-copy h4 b {
        color: #2f2f2f !important;
    }

    .html-category-page .category-page-subcategories {
        margin-top: 34px !important;
        margin-bottom: 24px !important;
    }

    .html-category-page .category-page-subcategories .row {
        margin-left: 0;
        margin-right: 0;
    }

    .html-category-page .category-card {
        display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        padding: 12px !important;
        margin-bottom: 14px;
        border: 1px solid rgba(52, 52, 52, 0.12);
        background-color: #ffffff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    }

    .html-category-page .category-page-subcategories-carousel .category-card {
        display: block;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .html-category-page .category-card > a {
        flex: 0 0 96px;
        display: block;
    }

    .html-category-page .category-card img {
        width: 96px;
        height: 74px;
        object-fit: contain;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .html-category-page .category-card .sub-category-item {
        flex: 1 1 auto;
        text-align: left !important;
    }

    .html-category-page .category-card .sub-category-item .title {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    .html-category-page .category-card .sub-category-item h2 {
        display: block;
        margin: 0;
        padding: 0 !important;
        background-color: transparent;
        opacity: 1;
        line-height: 1.3;
    }

    .html-category-page .category-card .sub-category-item a {
        color: #343434 !important;
        font-size: 16px !important;
        line-height: 1.35;
    }

    .html-category-page .product-box-grid-item {
        margin-bottom: 24px;
    }

    .html-category-page .product-box-grid-item .product-box-picture {
        display: block;
        min-height: 190px;
        padding: 16px;
        border: 1px solid rgba(52, 52, 52, 0.12);
        background-color: #ffffff;
    }

    .html-category-page .product-box-grid-item .product-box-picture img {
        width: 100%;
        max-height: 220px;
        object-fit: contain;
        margin: 0 auto;
        padding: 0;
        border: 0;
    }

    .html-category-page .product-box-grid-item .details {
        padding-top: 12px;
    }

    .html-category-page .product-box-grid-item .product-title {
        line-height: 1.35;
    }

    .html-category-page .product-box-grid-item .product-title a {
        font-size: 16px !important;
        line-height: 1.35;
    }

    .html-category-page .product-box-grid-item .buttons {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 14px;
    }

    .html-category-page .product-box-grid-item .buttons .btn {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
    }
}
