.main-navigation .search-form {
    display: none;
}

@media screen and (min-width: 993px) {
    #site-navigation {
        display: block !important;
    }

    .group-gallery .wp-block-gallery .wp-block-image {
        width: calc(18% - var(--wp--style--unstable-gallery-gap, 16px) * .66667) !important;
        height: 150px;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images, .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        display: flex;
        flex-direction: column;
    }

    .product-variable-filter {
        width: 30%;
        float: left;
    }

    .content-area.has_sidebar .site-main {
        width: 70%;
    }

    /*.woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {

        width: 38%;

    }*/
    .woocommerce div.product div.images .flex-control-thumbs {
        display: flex;
        margin: 15px auto 0;
    }
    .woocommerce div.product div.images .flex-control-thumbs img {
        height: 80px;
        object-fit: cover;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image img {
        height: 300px;
        object-fit: contain;
    }
}

@media screen and (max-width: 1024px) {
    .carousel .carousel-indicators {
        padding-left: 242px;
        padding-right: 50%;
    }

    .carousel .item .item-background .item-inner-background {
        background: linear-gradient(-61deg, transparent 39.95%, #009fb4 40%, #00cde8 95%);
    }

    .carousel .item .carousel-caption {
        padding-left: 242px;
        padding-top: 28px;
        padding-right: 42%;
    }

    .top-navigation, .header-right > .top-navigation_jm, .main-navigation_jm {
        display: none !important;
    }

    .header-right .menu-toggle {
        margin-left: 0 !important;
    }

    .hero-content-main h2 {
        font-size: 3.5rem
    }

    .hero-content-main .pre-heading {
        font-size: 2rem;
    }

    .main-button {
        font-size: 1.375rem;
    }

    .flickity-prev-next-button {
        border-width: 2px;
        width: 40px;
        height: 40px;
    }

    .flickity-prev-next-button .flickity-button-icon {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 11px;
    }

    .flickity-prev-next-button.previous .flickity-button-icon {
        border-right-width: 11px;
    }
}

@media screen and (max-width: 992px) {
    .footer-right {
        padding: 1rem;
    }

    .flickity-prev-next-button {
        display: none
    }

    .search h4 {
        font-size: 1.1rem;
    }

    .main-navigation .search-form {
        display: block;
        margin-bottom: 15px !important;
    }

    .header-right .header-search, .header-right .contact-box {
        display: none;
    }

    .custom-logo-link {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-toggler-icon {
        -webkit-mask: url(../img/bars.svg) no-repeat 100%;
        mask: url(../img/bars.svg) no-repeat 100%;
        background-color: #333;
    }

    .navbar-toggler {
        padding: 0;
        position: absolute;
        right: 15px;
        top: -52px;
        display: block;
    }

    .site-navigation .container {
        position: relative;
    }

    #primary-menu > li {
        width: 100%;
        text-align: center;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-size: 16px;
    }

    .site-navigation {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    #home_slider {
        height: 250px;
    }

    .carousel .item .item-background {
        padding-left: 60%;
    }

    .carousel .item .item-background .item-inner-background {
        background: linear-gradient(-61deg, transparent 29.95%, #009fb4 30%, #00cde8 95%);
    }

    .carousel .item .carousel-caption {
        padding-right: 35%;
    }

    body.woocommerce-sidebar #secondary, body.woocommerce-sidebar .content-area {
        width: 100%;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .informed-categories {
        padding: 15px;
    }

    .filter-blog {
        border-right: none;
        padding-right: 0;
    }

    .webshop-content-section .heading {
        font-size: 2rem;
    }

    .entry-content_jm_reduced .linelimit .alignfull_jm {
        margin: auto !important;
    }

    .entry-content_jm_reduced .linelimit {
        max-height: 100%;
    }

    .hero-content-main h2 {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .blog-related .related-item {
        margin-bottom: 30px;
    }

    .blog-related .related-item .block-button {
        bottom: 50px;
    }

    .blog-related .wp-block-button .wp-element-button, .blog-related .block-button {
        bottom: 10px;
    }

    .content-area.has_sidebar {
        flex-direction: column;
    }

    .tax-product_custom_type #main .container {
        padding: 35px 0 0;
    }

    .woocommerce-products-header > img,
    .product-complementary-section img {
        width: 100%;
    }

    .product-complementary-section {
        margin-top: 50px;
    }

    .tax-product_custom_type .filter-blog {
        padding-right: 0;
        border: 0;
    }

    .tax-product_custom_type .woo-breadcrumbs {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100% !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }

    .woocommerce-account .overview-content {
        grid-template-columns: auto;
    }

    .entry-sub-title {
        font-size: 1.5rem;
        text-align: center;
    }

    .site-footer .menu {
        columns: 2
    }

    .product-category-wrapper, .datwyler-mobility ul {
        columns: 1;
    }

    body .product-request-button, body .button {
        font-size: 1.5rem !important;
    }

    .page-header.has-background {
        height: 350px;
    }

    .page-header .entry-title {
        font-size: 3rem;
    }

    .inovation-futured-section .wp-block-heading {
        font-size: 2rem;
    }

    .footer-right {
        padding: 25px 15px 0;
    }

    .datwyler-mobility li {
        margin-bottom: 15px
    }

    #home_slider {
        border-bottom: 1px solid #dbdbdb;
        height: auto;
    }

    .carousel .carousel-indicators {
        bottom: auto;
        top: 130px;
        padding: 0;
    }

    .carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
        background-color: #dbdbdb;
        margin: 0 2px 0 1px;
    }

    .carousel .item .item-background {
        /* height: 130px; */
        position: static;
        padding-left: 0;
        background-size: 100% 125px;
        background-repeat: no-repeat;
        background-position: top right;
    }

    .carousel .item .item-background .item-inner-background {
        background: linear-gradient(121deg, #00cde8 80px, #009fb4 150px, transparent 151px);
        position: static;
        height: 125px;
    }

    .carousel .item .carousel-caption {
        padding: 22px 22px 22px 22px;
        position: static;
        color: #df1417;
    }

    .carousel .item .carousel-caption * {
        color: #333;
        margin-bottom: 0;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}

@media screen and (min-width: 993px) {
    #site-navigation {
        display: block !important
    }
}

@media screen and (max-width: 1199px) {
    .carousel .carousel-indicators {
        padding-left: 242px;
        padding-right: 50%
    }

    .carousel .item .item-background .item-inner-background {
        background: linear-gradient(-61deg, transparent 39.95%, #009fb4 40%, #00cde8 95%)
    }

    .carousel .item .carousel-caption {
        padding-left: 242px;
        padding-top: 28px;
        padding-right: 42%
    }
}

@media screen and (max-width: 992px) {
    .search h4 {
        font-size: 1.1rem
    }

    .main-navigation .search-form {
        display: block;
        margin-bottom: 15px !important
    }

    .header-right .header-search, .header-right .contact-box {
        display: none
    }

    .custom-logo-link {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .navbar-toggler-icon {
        -webkit-mask: url(../img/bars.svg) no-repeat 100%;
        mask: url(../img/bars.svg) no-repeat 100%;
        background-color: #333
    }

    .navbar-toggler {
        padding: 0;
        position: absolute;
        right: 15px;
        top: -52px;
        display: block
    }

    .site-navigation .container {
        position: relative
    }

    #primary-menu > li {
        width: 100%;
        text-align: center;
        font-weight: 700;
        letter-spacing: .5px;
        font-size: 16px
    }

    .site-navigation {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
    }

    #home_slider {
        height: 250px
    }

    .carousel .item .item-background {
        padding-left: 60%
    }

    .carousel .item .item-background .item-inner-background {
        background: linear-gradient(-61deg, transparent 29.95%, #009fb4 30%, #00cde8 95%)
    }

    .carousel .item .carousel-caption {
        padding-right: 35%
    }

    body.woocommerce-sidebar #secondary, body.woocommerce-sidebar .content-area {
        width: 100%;
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    #home_slider {
        border-bottom: 1px solid #dbdbdb;
        height: auto
    }

    .carousel .carousel-indicators {
        bottom: auto;
        top: 130px;
        padding: 0
    }

    .carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
        background-color: #dbdbdb;
        margin: 0 2px 0 1px
    }

    .carousel .item .item-background {
        position: static;
        padding-left: 0;
        background-size: 100% 125px;
        background-repeat: no-repeat;
        background-position: top right
    }

    .carousel .item .item-background .item-inner-background {
        background: linear-gradient(121deg, #00cde8 80px, #009fb4 150px, transparent 151px);
        position: static;
        height: 125px
    }

    .carousel .item .carousel-caption {
        width: 100%;
        left: 0;
        bottom: 0;
        height: 100%;
        text-align: left;
        color: #fff;
        padding-top: 68px;
        padding-left: 358px;
        padding-right: 60%;
        text-shadow: initial;
        padding-right: 50%;
    }

    .carousel .item .carousel-caption * {
        color: #FFF;
        margin-bottom: 0
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    /* #GID-1248 */
    .pay-page-checkout ul.payment_methods.methods {
        display: block !important;
        width: 100%;
        padding: 0 !important;
    }
    /* #GID-1246 */
    .place-order .woocommerce-confirm-order {
        display: block !important;
    }
    .woocommerce-confirm-order .back-billing-step {
        margin-bottom: 10px;
        width: 100%;
    }
    .woocommerce-confirm-order p {
        max-width: 100% !important;
    }
    /* # GID-1245 */
    #billing-step .same-shipping-address {
        display: block !important;
    }
    #billing-step label.billing-label {
        margin-bottom: 10px;
    }
    /* #GID-1241 */
    #customer_login .col-1, #customer_login .col-2, #customer_login .woocommerce-form-login {
        padding: 0 !important;
    }
    div#customer_login {
        padding-bottom: 30px;
    }
    div#customer_login .u-column1.col-1 {
        float: left;
        width: 100%;
    }
    .woocommerce-account header.page-header {
        display: block !important;
        float: left;
        width: 100%;
    }
    .woocommerce-account header.page-header h4{
        font-size: 17px;
    }
    #customer_login h2 {
        font-size: 20px;
    }
    #customer_login p.sub-heading {
        font-size: 18px;
    }
    .woocommerce-account header.page-header h1 {
        margin-top: 20px;
        font-size: 30px !important;
    }
    /* #GID-1240 */
    form#keep-informed-form .informed-categories {
        padding: 0;
        margin-bottom: 0;
    }
    form#keep-informed-form .form-check {
        flex-direction: column;
    }
    form#keep-informed-form .informed-contact .form-check {
        width: 90%;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
    /* #GID-1236 */
    .header-right .primary-navigation {
        position: absolute;
        top: 26px;
        right: 5px;
    }
    .header-right .top-navigation_jm {
        display: block !important;
        margin-bottom: 0 !important;
    }
    .header-right .top-navigation_jm .my-account-item {
        display: none !important;
    }
    .header-right .top-navigation_jm .search-item {
        position: absolute;
        right: 20px;
        top: 58px;
        display: flex;
        gap: 3px;
        justify-content: center;
        align-items: center;
    }
    .header-right .top-navigation_jm .search-item img {
        width: 13px;
        height: 13px !important;
    }
    .header-right .top-navigation_jm .search-item .icon {
        margin-right: 4px !important;
        margin-top: -3px;
    }
    .header-right .top-navigation_jm .header-cart {
        right: 47px;
        position: relative;
        top: -2px;
    }
    .buy-online-mb {
        display: block !important;
        margin-right: 10px;
        margin-top: 0px;
        color: black !important;
        font-weight: 700;
    }
    .sign-in-item {
        display: none;
    }
    /* GID-1424 */
    .single-product form.cart button {
        width: 100%;
        margin: 0px !important;
        margin-top: 10px !important;
    }
    /* GID-1242 */
    .woocommerce-notices-wrapper a.button.wc-forward {
        display: none !important;
    }
    .woocommerce-cart-form__cart-item .product-subtotal {
        width: 100% !important;
    }
    .woocommerce-cart-form__cart-item dl.variation dt {
        width: 100%;
    }
    .woocommerce-cart-form__cart-item dl.variation {
        display: block !important;
        text-align: left;
    }

    .woocommerce-cart-form__cart-item span.product-remove a {
        position: absolute;
        right: 0px;
        top: -33px;
        height: 23px;
    }
    .woocommerce-cart .woocommerce-cart-form td.product-name::before {
        width: 100% !important;
    }
    .woocommerce-cart .woocommerce-cart-form td.product-name {
        text-align: left !important;
    }
    .page-header {
        height: auto;
    }
    /* GID-1238 */
    #quote-product-content .wrap-inner {
        padding: 0 !important;
    }
    #form-request-quote .login-wrapper-non * {
        font-size: 15px !important;
    }

    /* GID-1252 */
    .form-group input + label, .form-group label {
        top: -12px;
        font-size: 12px;
        background: #fff;
        line-height: 1;
        padding-left: 5px;
        padding-right: 5px;
    }

    .form-phone:not(.has-focus) label {
        left: 10px !important;
    }

    /* GID-1254 */
    .woocommerce-cart-form__cart-item .product-name .product-quantity {
        width: 100%;
        flex-direction: column;
        gap: 2px;
    }

    .woocommerce-cart form.woocommerce-cart-form {
        padding-right: 0;
        border-right: none;
    }

    .woocommerce-cart #main .container {
        padding: 0;
    }
}

/* =========================================================
   Datwyler header � single consolidated mobile/tablet rules.
   Works for both US (/) and EU (/eu/). EU lacks wishlist/cart;
   those rules are inert there.
   ========================================================= */

@media (max-width: 991.98px) {

    /* Header-right as a row; the MENU pill is positioned absolutely
     at top-right (theme already does this � we just keep auto width). */
    html body header#masthead.site-header .header-right {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 100% !important;
    }

    /* Hamburger button — absolute, top-right */
    html body header#masthead.site-header .header-right .primary-navigation {
        position: absolute !important;
        top: 12px !important;
        right: 16px !important;
        left: auto !important;
        width: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        margin: 0 !important;
    }

    /* Mobile hamburger button */
    html body header#masthead.site-header button.mobile-nav-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        margin: 0 !important;
        background: none !important;
        border: none !important;
        color: #e10600 !important;
        font-size: 20px !important;
        line-height: 1 !important;
        position: static !important;
        cursor: pointer;
    }

    html body header#masthead.site-header button.mobile-nav-toggle i {
        font-size: 20px !important;
        color: #e10600 !important;
    }

    /* Top navigation row */
    html body header#masthead.site-header .header-right .top-navigation_jm {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        height: 48px !important;
        width: 100% !important;
    }

    html body header#masthead.site-header .top-navigation_jm>* {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    /* Logo */
    html body header#masthead.site-header .logo img,
    html body header#masthead.site-header a[href$="/"]>img,
    html body header#masthead.site-header a[href$="/eu/"]>img {
        height: 36px !important;
        width: auto !important;
    }

    /* Country switcher pushed left */
    html body header#masthead.site-header .top-navigation_jm .site-switcher.dropdown {
        order: 1 !important;
        margin: 0 auto 0 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        height: 40px !important;
    }

    html body header#masthead.site-header .site-switcher__toggle.dropdown-toggle {
        width: 120px !important;
        height: 30px !important;
        padding: 0 12px !important;
        font-size: 12px !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-radius: 999px !important;
    }

    /* Even distribution: globe (left) · EUROPE (centre) · caret (right) */
    html body header#masthead.site-header .site-switcher__toggle.dropdown-toggle .region-icon {
        margin-right: 0 !important;
    }
    html body header#masthead.site-header .site-switcher__toggle.dropdown-toggle::after {
        margin: 0 !important;
    }

    /* Order */
    html body header#masthead.site-header .top-navigation_jm .search-item {
        order: 2 !important;
    }

    html body header#masthead.site-header .top-navigation_jm .header-cart {
        order: 3 !important;
    }

    /* Icon-only 40x40 buttons */
    html body header#masthead.site-header .search-item,
    html body header#masthead.site-header .header-cart>a[href*="my-wishlist"],
    html body header#masthead.site-header .header-cart>a[href*="/cart/"] {
        width: 40px !important;
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0 !important;
        line-height: 1 !important;
        position: static !important;
    }

    /* Search: use native .icon span, hide label text */
    html body header#masthead.site-header .search-item::before {
        content: none !important;
        display: none !important;
    }

    html body header#masthead.site-header .search-item .icon {
        margin: 0 !important;
        font-size: 18px !important;
        color: #222 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        height: auto !important;
    }

    html body header#masthead.site-header .search-item .icon:empty::before {
        content: "\f002";
        font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", FontAwesome;
        font-weight: 300;
        font-size: 18px;
        color: inherit;
    }

    html body header#masthead.site-header .search-item>span:not(.icon) {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    /* Wishlist & cart (US only) */
    html body header#masthead.site-header .header-cart>a i {
        font-size: 18px !important;
        margin: 0 !important;
        color: #222 !important;
        line-height: 1 !important;
    }

    html body header#masthead.site-header .header-cart {
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 2px !important;
        margin: 0 !important;
        height: 40px !important;
        width: auto !important;
        position: static !important;
    }

    html body header#masthead.site-header .header-cart .buy-online-mb {
        display: none !important;
    }

    /* Hamburger � restored font-size so the Font Awesome glyph renders */
    html body header#masthead.site-header i.open-menu-mobile,
    html body header#masthead.site-header .header-cart>i.open-menu-mobile,
    html body header#masthead.site-header .top-navigation_jm>i.open-menu-mobile {
        order: 99 !important;
        width: 40px !important;
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        line-height: 1 !important;
        color: #e10600 !important;
        margin: 0 0 0 4px !important;
        cursor: pointer;
    }

    html body header#masthead.site-header i.open-menu-mobile::before,
    html body header#masthead.site-header .header-cart>i.open-menu-mobile::before,
    html body header#masthead.site-header .top-navigation_jm>i.open-menu-mobile::before {
        font-size: 20px !important;
        color: inherit !important;
    }

    /* Hover */
    html body header#masthead.site-header .header-cart a:hover i,
    html body header#masthead.site-header .search-item:hover .icon,
    html body header#masthead.site-header .search-item:hover .icon::before {
        color: #e10600 !important;
    }

    html body header#masthead.site-header {
        box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    /* Right-align Europe+Search as a group */
    html body header#masthead.site-header .top-navigation_jm .site-switcher.dropdown {
        margin-left: auto !important;
        margin-right: 8px !important;
    }
    /* Stop search from sliding under the absolute hamburger button */
    html body header#masthead.site-header .header-right .top-navigation_jm {
        padding-right: 52px !important;
    }
    /* Vertically centre the hamburger to match Europe / Search icons */
    html body header#masthead.site-header .header-right .primary-navigation {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

@media (min-width: 992px) {

    html body header#masthead.site-header i.open-menu-mobile,
    html body header#masthead.site-header .header-cart {
        display: none !important;
    }

    /* Hide mobile hamburger and old MENU pill on desktop */
    html body header#masthead.site-header div.menu-toggle,
    html body header#masthead.site-header button.mobile-nav-toggle {
        display: none !important;
    }
}

/* ─── Mobile header (≤575px): two rows per XD ───────────────────────────────
   Row 1: country dropdown + search  (top-right)
   Row 2: logo (left) + hamburger (right)
   --------------------------------------------------------------------------- */
@media (max-width: 575.98px) {

    /* Positioning context + vertical space for the top row */
    html body header#masthead.site-header .site-branding_jm_reduced {
        position: relative !important;
        padding-top: 58px !important;
        padding-bottom: 14px !important;
    }

    /* header-right static so its children anchor to the branding bar */
    html body header#masthead.site-header .header-right {
        position: static !important;
        display: block !important;
    }

    /* Row 1 — country dropdown + search, top-right */
    html body header#masthead.site-header .header-right .top-navigation_jm {
        position: absolute !important;
        top: 10px !important;
        right: 14px !important;
        left: auto !important;
        width: auto !important;
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 14px !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }

    /* Full pill first, search icon to its right */
    html body header#masthead.site-header .top-navigation_jm .site-switcher.dropdown {
        order: 0 !important;
        margin: 0 !important;
    }
    html body header#masthead.site-header .top-navigation_jm .search-item {
        order: 1 !important;
        width: auto !important;
        height: auto !important;
    }
    html body header#masthead.site-header .top-navigation_jm .search-item .icon img {
        height: 16px !important;
        width: auto !important;
    }

    /* Logo — left, lower row (drop the helper margins) */
    html body header#masthead.site-header .custom-logo-link {
        margin: 0 !important;
        display: inline-block !important;
    }
    html body header#masthead.site-header .col-sm-3 img {
        height: 40px !important;
        width: auto !important;
    }

    /* Hamburger — lower row, right, vertically centred with the logo */
    html body header#masthead.site-header .header-right .primary-navigation {
        position: absolute !important;
        top: 58px !important;
        right: 14px !important;
        left: auto !important;
        width: auto !important;
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
        transform: none !important;
    }
}
