/*
Theme Name: Mikado Elementor Catalog
Theme URI: https://b2c.mikado.tf
Description: Lightweight Elementor-friendly catalog theme for Mikado B2C.
Author: Mikado
Template: hello-elementor
Version: 1.5.25
Text Domain: mikado-elementor-catalog
*/

:root {
    --mikado-red: #e30613;
    --mikado-ink: #111318;
    --mikado-graphite: #1f242b;
    --mikado-muted: #667085;
    --mikado-line: #e7e9ee;
    --mikado-bg: #f7f8fa;
    --mikado-soft: #ffffff;
}

.mikado-page-transition {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    background: rgba(247, 248, 250, 0.94);
    backdrop-filter: blur(6px);
    transition: opacity 0.14s ease, visibility 0.14s ease;
}

.mikado-page-is-leaving .mikado-page-transition {
    opacity: 1;
    visibility: visible;
}

.mikado-page-transition-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 42%;
    background: #e30613;
    box-shadow: 0 8px 22px rgba(227, 6, 19, 0.22);
    animation: mikado-transition-bar 0.9s ease-in-out infinite;
}

.mikado-page-transition-shell {
    width: min(1120px, calc(100vw - 32px));
    margin: clamp(92px, 12vh, 150px) auto 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.mikado-page-transition-pill,
.mikado-page-transition-line,
.mikado-page-transition-card {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(90deg, #eceff3 0%, #f8f9fb 42%, #eceff3 82%);
    background-size: 220% 100%;
    animation: mikado-transition-shimmer 1.05s linear infinite;
}

.mikado-page-transition-pill {
    grid-column: 1 / span 3;
    height: 54px;
    border-radius: 999px;
}

.mikado-page-transition-line {
    grid-column: 1 / span 7;
    height: 18px;
}

.mikado-page-transition-line.is-wide {
    grid-column: 1 / span 10;
    height: 32px;
    margin-top: 8px;
}

.mikado-page-transition-card {
    grid-column: span 6;
    height: 220px;
    border-radius: 16px;
}

.mikado-page-transition-card.is-short {
    grid-column: span 4;
}

@keyframes mikado-transition-bar {
    0% {
        transform: translateX(-50%);
    }
    55% {
        transform: translateX(145vw);
    }
    100% {
        transform: translateX(145vw);
    }
}

@keyframes mikado-transition-shimmer {
    0% {
        background-position: 120% 0;
    }
    100% {
        background-position: -120% 0;
    }
}

@media (max-width: 767px) {
    .mikado-page-transition-shell {
        width: calc(100vw - 24px);
        margin-top: 92px;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }

    .mikado-page-transition-pill,
    .mikado-page-transition-line,
    .mikado-page-transition-line.is-wide,
    .mikado-page-transition-card,
    .mikado-page-transition-card.is-short {
        grid-column: 1 / -1;
    }

    .mikado-page-transition-card {
        height: 156px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mikado-page-transition,
    .mikado-page-transition-bar,
    .mikado-page-transition-pill,
    .mikado-page-transition-line,
    .mikado-page-transition-card {
        animation: none !important;
        transition: none !important;
    }
}

/* Hero banner carousel polish: mouse drag support and stronger mobile card composition. */
html body .mikado-hp2-banner-track {
    cursor: grab !important;
    touch-action: pan-x pan-y !important;
}

html body .mikado-hp2-banner-track.is-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    user-select: none !important;
}

html body .mikado-hp2-banner-track.is-dragging .mikado-hp2-banner-card,
html body .mikado-hp2-banner-track.is-dragging .mikado-hp2-banner-card * {
    cursor: grabbing !important;
    user-select: none !important;
}

@media (max-width: 767px) {
    html body .mikado-hp2-banner-carousel,
    html body .mikado-hp2-banner-carousel.is-scrollable {
        overflow: hidden !important;
        padding-left: 14px !important;
        padding-right: 0 !important;
        margin-top: 18px !important;
    }

    html body .mikado-hp2-banner-carousel .mikado-hp2-banner-track,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-track {
        gap: 14px !important;
        overflow-x: auto !important;
        padding-right: 70px !important;
        scroll-padding-left: 14px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    html body .mikado-hp2-banner-carousel .mikado-hp2-banner-track::-webkit-scrollbar {
        display: none !important;
    }

    html body .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-card:first-child,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card:first-child {
        flex: 0 0 min(430px, 78vw) !important;
        width: min(430px, 78vw) !important;
        min-width: min(430px, 78vw) !important;
        max-width: min(430px, 78vw) !important;
        aspect-ratio: 2 / 3 !important;
        min-height: 430px !important;
        max-height: 650px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        background: #111318 !important;
        box-shadow: none !important;
    }

    html body .mikado-hp2-banner-media,
    html body .mikado-hp2-banner-media::after {
        border-radius: 8px !important;
    }

    html body .mikado-hp2-banner-media img,
    html body .mikado-hp2-banner-media video {
        filter: none !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    html body .mikado-hp2-banner-media::after {
        background: linear-gradient(
            180deg,
            rgba(17, 19, 24, 0) 0%,
            rgba(17, 19, 24, 0) 42%,
            rgba(17, 19, 24, .28) 62%,
            rgba(17, 19, 24, .76) 100%
        ) !important;
    }

    html body .mikado-hp2-banner-content {
        top: auto !important;
        right: 26px !important;
        bottom: 26px !important;
        left: 26px !important;
        width: calc(100% - 52px) !important;
        height: auto !important;
        max-width: none !important;
        padding: 0 !important;
        transform: none !important;
    }

    html body .mikado-hp2-banner-content h2 {
        max-width: 320px !important;
        margin: 0 0 10px !important;
        color: #fff !important;
        font-size: clamp(22px, 7.1vw, 30px) !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    html body .mikado-hp2-banner-content p {
        max-width: 310px !important;
        margin: 0 0 18px !important;
        color: rgba(255, 255, 255, .88) !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
        text-shadow: none !important;
    }

    html body .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-content a {
        min-height: 42px !important;
        padding: 0 18px !important;
        border: 1px solid rgba(255, 255, 255, .42) !important;
        border-radius: 8px !important;
        background: rgba(17, 19, 24, .42) !important;
        color: #fff !important;
        backdrop-filter: blur(8px) !important;
        box-shadow: none !important;
        font-size: 13.5px !important;
    }

    html body .mikado-hp2-banner-card:hover .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-card:focus-visible .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-content a:hover {
        background: rgba(17, 19, 24, .6) !important;
        border-color: rgba(255, 255, 255, .62) !important;
        color: #fff !important;
        transform: none !important;
    }

    html body .mikado-hp2-banner-dots {
        margin-top: 14px !important;
    }
}

/* Mobile menu correction: search and login live together above category accordion. */
@media (max-width: 767px) {
    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) ~ .mikado-global-search,
    html body .mikado-global-main:has(.mikado-hp2-cat-dropdown[open]) > .mikado-global-search {
        display: none !important;
    }

    html body .mikado-global-main:has(.mikado-hp2-cat-dropdown[open]) {
        grid-template-areas: "brand actions cat" !important;
        min-height: 70px !important;
        padding: 8px 12px !important;
    }

    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-cat-panel {
        top: 70px !important;
        height: calc(100vh - 70px) !important;
        max-height: calc(100vh - 70px) !important;
        padding-top: 62px !important;
    }

    html body.admin-bar .mikado-global-header .mikado-hp2-cat-panel,
    html body.admin-bar .mikado-hp2-cat-panel {
        top: 116px !important;
        height: calc(100vh - 116px) !important;
        max-height: calc(100vh - 116px) !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 10012 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 8px !important;
        align-items: center !important;
        padding: 9px 12px !important;
        background: #fff !important;
        border-top: 1px solid #e4e8ee !important;
        border-bottom: 1px solid #edf0f4 !important;
        box-shadow: 0 8px 20px rgba(17, 19, 24, 0.04) !important;
    }

    html body.admin-bar .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 116px !important;
    }

    html body .mikado-mobile-menu-search,
    html body .mikado-mobile-menu-search .mikado-fast-search {
        width: 100% !important;
        min-width: 0 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-toggle {
        display: none !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel {
        display: flex !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        background: #f4f5f7 !important;
        border: 1px solid #e0e5eb !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        transform: none !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel::before {
        left: 13px !important;
        top: 11px !important;
        width: 12px !important;
        height: 12px !important;
        border-width: 2.4px !important;
        border-color: #111318 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel::after {
        left: 24px !important;
        top: 23px !important;
        width: 8px !important;
        height: 2.4px !important;
        background: #111318 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search label {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search input {
        height: 36px !important;
        min-height: 36px !important;
        width: 100% !important;
        padding: 0 34px 0 40px !important;
        color: #111318 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        font-weight: 800 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-submit {
        display: none !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-results {
        position: fixed !important;
        top: 118px !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        max-height: min(440px, calc(100vh - 132px)) !important;
        overflow-y: auto !important;
        border-radius: 12px !important;
        transform: none !important;
    }

    html body.admin-bar .mikado-mobile-menu-search .mikado-fast-search-results {
        top: 164px !important;
        max-height: min(440px, calc(100vh - 178px)) !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        width: auto !important;
        min-width: 98px !important;
        min-height: 38px !important;
        padding: 0 12px !important;
        color: #111318 !important;
        background: #fff !important;
        border: 1px solid #dfe5ec !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        text-decoration: none !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link svg {
        width: 17px !important;
        height: 17px !important;
        stroke: currentColor !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link .screen-reader-text {
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
        white-space: normal !important;
    }

    html body .mikado-hp2-cat-level2.is-open,
    html body .mikado-hp2-cat-level3.is-open,
    html body .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li.is-open > .mikado-hp2-cat-level3 {
        display: block !important;
    }

    html body .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level3 {
        padding-left: 36px !important;
        background: #fbfcfd !important;
    }

    html body .mikado-hp2-cat-toggle {
        transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease !important;
    }

    html body .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-toggle,
    html body .mikado-hp2-cat-level2 li.is-open > .mikado-hp2-cat-toggle {
        transform: rotate(180deg) !important;
        color: #e30613 !important;
        background: #fff !important;
        border-color: rgba(227, 6, 19, 0.22) !important;
    }
}

/* True final mobile hero banner overrides. Keep this at the end of the stylesheet. */
@media (max-width: 767px) {
    html body .mikado-hp2-banner-carousel,
    html body .mikado-hp2-banner-carousel.is-scrollable {
        overflow: hidden !important;
        padding-left: 14px !important;
        padding-right: 0 !important;
        margin-top: 18px !important;
    }

    html body .mikado-hp2-banner-carousel .mikado-hp2-banner-track,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-track {
        gap: 14px !important;
        overflow-x: auto !important;
        padding-right: 70px !important;
        scroll-padding-left: 14px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        cursor: grab !important;
    }

    html body .mikado-hp2-banner-carousel .mikado-hp2-banner-track::-webkit-scrollbar {
        display: none !important;
    }

    html body .mikado-hp2-banner-track.is-dragging {
        cursor: grabbing !important;
        scroll-behavior: auto !important;
        scroll-snap-type: none !important;
        user-select: none !important;
    }

    html body .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-card:first-child,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card:first-child {
        flex: 0 0 min(430px, 78vw) !important;
        width: min(430px, 78vw) !important;
        min-width: min(430px, 78vw) !important;
        max-width: min(430px, 78vw) !important;
        aspect-ratio: 2 / 3 !important;
        min-height: 430px !important;
        max-height: 650px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        background: #111318 !important;
        box-shadow: none !important;
    }

    html body .mikado-hp2-banner-media,
    html body .mikado-hp2-banner-media::after {
        border-radius: 8px !important;
    }

    html body .mikado-hp2-banner-media img,
    html body .mikado-hp2-banner-media video {
        filter: none !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    html body .mikado-hp2-banner-media::after {
        background: linear-gradient(
            180deg,
            rgba(17, 19, 24, 0) 0%,
            rgba(17, 19, 24, 0) 42%,
            rgba(17, 19, 24, .28) 62%,
            rgba(17, 19, 24, .76) 100%
        ) !important;
    }

    html body .mikado-hp2-banner-content {
        position: absolute !important;
        z-index: 4 !important;
        top: auto !important;
        right: 26px !important;
        bottom: 26px !important;
        left: 26px !important;
        width: calc(100% - 52px) !important;
        height: auto !important;
        max-width: none !important;
        padding: 0 !important;
        transform: none !important;
        display: block !important;
    }

    html body .mikado-hp2-banner-content h2 {
        max-width: 320px !important;
        margin: 0 0 10px !important;
        color: #fff !important;
        font-size: clamp(22px, 7.1vw, 30px) !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    html body .mikado-hp2-banner-content p {
        max-width: 310px !important;
        margin: 0 0 18px !important;
        color: rgba(255, 255, 255, .88) !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
        text-shadow: none !important;
    }

    html body .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-content a {
        min-height: 42px !important;
        padding: 0 18px !important;
        border: 1px solid rgba(255, 255, 255, .42) !important;
        border-radius: 8px !important;
        background: rgba(17, 19, 24, .42) !important;
        color: #fff !important;
        backdrop-filter: blur(8px) !important;
        box-shadow: none !important;
        font-size: 13.5px !important;
    }

    html body .mikado-hp2-banner-card:hover .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-card:focus-visible .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-content a:hover {
        background: rgba(17, 19, 24, .6) !important;
        border-color: rgba(255, 255, 255, .62) !important;
        color: #fff !important;
        transform: none !important;
    }

    html body .mikado-hp2-banner-dots {
        margin-top: 14px !important;
    }
}

/* Final hero banner carousel polish: drag support and stronger mobile card composition. */
html body .mikado-hp2-banner-track {
    cursor: grab !important;
    touch-action: pan-x pan-y !important;
}

html body .mikado-hp2-banner-track.is-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    user-select: none !important;
}

html body .mikado-hp2-banner-track.is-dragging .mikado-hp2-banner-card,
html body .mikado-hp2-banner-track.is-dragging .mikado-hp2-banner-card * {
    cursor: grabbing !important;
    user-select: none !important;
}

@media (max-width: 767px) {
    html body .mikado-hp2-banner-carousel,
    html body .mikado-hp2-banner-carousel.is-scrollable {
        overflow: hidden !important;
        padding-left: 14px !important;
        padding-right: 0 !important;
        margin-top: 18px !important;
    }

    html body .mikado-hp2-banner-carousel .mikado-hp2-banner-track,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-track {
        gap: 14px !important;
        overflow-x: auto !important;
        padding-right: 70px !important;
        scroll-padding-left: 14px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    html body .mikado-hp2-banner-carousel .mikado-hp2-banner-track::-webkit-scrollbar {
        display: none !important;
    }

    html body .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-card:first-child,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card:first-child {
        flex: 0 0 min(430px, 78vw) !important;
        width: min(430px, 78vw) !important;
        min-width: min(430px, 78vw) !important;
        max-width: min(430px, 78vw) !important;
        aspect-ratio: 2 / 3 !important;
        min-height: 430px !important;
        max-height: 650px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        background: #111318 !important;
        box-shadow: none !important;
    }

    html body .mikado-hp2-banner-media,
    html body .mikado-hp2-banner-media::after {
        border-radius: 8px !important;
    }

    html body .mikado-hp2-banner-media img,
    html body .mikado-hp2-banner-media video {
        filter: none !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    html body .mikado-hp2-banner-media::after {
        background: linear-gradient(
            180deg,
            rgba(17, 19, 24, 0) 0%,
            rgba(17, 19, 24, 0) 42%,
            rgba(17, 19, 24, .28) 62%,
            rgba(17, 19, 24, .76) 100%
        ) !important;
    }

    html body .mikado-hp2-banner-content {
        top: auto !important;
        right: 26px !important;
        bottom: 26px !important;
        left: 26px !important;
        width: calc(100% - 52px) !important;
        height: auto !important;
        max-width: none !important;
        padding: 0 !important;
        transform: none !important;
    }

    html body .mikado-hp2-banner-content h2 {
        max-width: 320px !important;
        margin: 0 0 10px !important;
        color: #fff !important;
        font-size: clamp(22px, 7.1vw, 30px) !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    html body .mikado-hp2-banner-content p {
        max-width: 310px !important;
        margin: 0 0 18px !important;
        color: rgba(255, 255, 255, .88) !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
        text-shadow: none !important;
    }

    html body .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-content a {
        min-height: 42px !important;
        padding: 0 18px !important;
        border: 1px solid rgba(255, 255, 255, .42) !important;
        border-radius: 8px !important;
        background: rgba(17, 19, 24, .42) !important;
        color: #fff !important;
        backdrop-filter: blur(8px) !important;
        box-shadow: none !important;
        font-size: 13.5px !important;
    }

    html body .mikado-hp2-banner-card:hover .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-card:focus-visible .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-content a:hover {
        background: rgba(17, 19, 24, .6) !important;
        border-color: rgba(255, 255, 255, .62) !important;
        color: #fff !important;
        transform: none !important;
    }

    html body .mikado-hp2-banner-dots {
        margin-top: 14px !important;
    }
}

/* Mobile header rebuild: compact Nikl-like structure with Mikado controls. */
@media (max-width: 767px) {
    html body .mikado-global-header {
        background: #fff !important;
        border-bottom: 1px solid #e4e8ee !important;
        box-shadow: 0 10px 24px rgba(17, 19, 24, 0.07) !important;
        overflow: visible !important;
    }

    html body .mikado-global-main {
        display: grid !important;
        grid-template-areas:
            "brand actions cat"
            "search search search" !important;
        grid-template-columns: minmax(96px, 1fr) auto auto !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 108px !important;
        padding: 8px 12px 10px !important;
        background: #fff !important;
    }

    html body.admin-bar .mikado-global-main {
        min-height: 108px !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        grid-area: brand !important;
        justify-self: start !important;
        align-self: center !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 144px !important;
        height: 54px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img,
    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 54px !important;
        max-width: 144px !important;
        object-fit: contain !important;
        object-position: left center !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-actions {
        grid-area: actions !important;
        justify-self: end !important;
        align-self: center !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 7px !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-actions .mikado-header-catalog-icon,
    html body .mikado-global-actions > .mikado-profile-link {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        background: #fff !important;
        border: 1px solid #dde4ec !important;
        border-radius: 12px !important;
        box-shadow: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary::after {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary .mikado-hp2-lang-flag {
        width: 24px !important;
        height: 24px !important;
        font-size: 21px !important;
        line-height: 1 !important;
        border-radius: 50% !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button {
        width: 54px !important;
        min-width: 54px !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        color: #e30613 !important;
        background: #fff !important;
        border: 2px solid #e30613 !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        animation: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button::before,
    html body .mikado-global-actions .mikado-hp2-b2b-button::after {
        display: none !important;
    }

    html body .mikado-global-cat {
        grid-area: cat !important;
        justify-self: end !important;
        align-self: center !important;
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown,
    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 12px !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        padding: 0 !important;
        color: #fff !important;
        background: #e30613 !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 0 !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown[open] summary {
        background: #e30613 !important;
    }

    html body .mikado-global-search {
        grid-area: search !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-search .mikado-fast-search {
        width: 100% !important;
        min-width: 0 !important;
    }

    html body .mikado-global-search .mikado-fast-search-toggle {
        display: none !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel,
    html body .mikado-global-search .mikado-fast-search-panel,
    html body .mikado-fast-search-panel {
        display: flex !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 !important;
        overflow: visible !important;
        transform: none !important;
        background: #f4f5f7 !important;
        border: 1px solid #e1e6ed !important;
        border-radius: 9px !important;
        box-shadow: none !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::before {
        left: 16px !important;
        top: 12px !important;
        width: 13px !important;
        height: 13px !important;
        border-width: 2.6px !important;
        border-color: #111318 !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::after {
        left: 28px !important;
        top: 25px !important;
        width: 9px !important;
        height: 2.6px !important;
        background: #111318 !important;
    }

    html body .mikado-global-search .mikado-fast-search input {
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 40px 0 46px !important;
        color: #111318 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 9px !important;
        box-shadow: none !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    html body .mikado-global-search .mikado-fast-search-submit {
        display: none !important;
    }

    html body .mikado-global-header .mikado-fast-search-results,
    html body .mikado-fast-search-results {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: min(500px, calc(100vh - 168px)) !important;
        border-radius: 12px !important;
        overflow-y: auto !important;
        transform: none !important;
    }

    html body .mikado-global-header .mikado-hp2-lang-panel,
    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-cat-panel {
        position: fixed !important;
        top: 108px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 10008 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 0 18px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        background: #fff !important;
        border: 0 !important;
        border-top: 1px solid #e4e8ee !important;
        border-radius: 0 !important;
        box-shadow: 0 24px 46px rgba(17, 19, 24, 0.18) !important;
        transform: none !important;
    }

    html body.admin-bar .mikado-global-header .mikado-hp2-lang-panel,
    html body.admin-bar .mikado-global-header .mikado-hp2-cat-panel,
    html body.admin-bar .mikado-hp2-cat-panel {
        top: 154px !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-hp2-cat-panel {
        padding-top: 64px !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        position: fixed !important;
        top: 108px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        z-index: 10012 !important;
        display: flex !important;
        padding: 10px 14px !important;
        background: #fff !important;
        border-top: 1px solid #e4e8ee !important;
        border-bottom: 1px solid #edf0f4 !important;
        box-shadow: none !important;
    }

    html body.admin-bar .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 154px !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        color: #111318 !important;
        background: #f6f7f9 !important;
        border: 1px solid #dfe5ec !important;
        border-radius: 10px !important;
        box-shadow: none !important;
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: 900 !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link svg {
        width: 18px !important;
        height: 18px !important;
        stroke: currentColor !important;
    }

    html body .mikado-hp2-cat-panel-head {
        display: none !important;
    }

    html body .mikado-hp2-cat-flyout,
    html body .mikado-hp2-cat-level1 {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body .mikado-hp2-cat-menu-item {
        width: 100% !important;
        border-bottom: 1px solid #edf0f4 !important;
    }

    html body .mikado-hp2-cat-main {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        min-height: 54px !important;
        padding: 0 14px !important;
        color: #111318 !important;
        background: #fff !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        text-decoration: none !important;
    }

    html body .mikado-hp2-cat-main:hover,
    html body .mikado-hp2-cat-main:focus-visible,
    html body .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-main {
        color: #e30613 !important;
        background: #fff7f7 !important;
    }

    html body .mikado-hp2-cat-main-icon {
        flex: 0 0 28px !important;
        width: 28px !important;
        height: 28px !important;
        color: currentColor !important;
    }

    html body .mikado-hp2-cat-toggle {
        margin-left: auto !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 50% !important;
        background: #f1f3f6 !important;
        color: #111318 !important;
        border: 1px solid #dfe5ec !important;
    }

    html body .mikado-hp2-cat-toggle:hover,
    html body .mikado-hp2-cat-toggle:focus-visible {
        color: #e30613 !important;
        background: #fff !important;
        border-color: rgba(227, 6, 19, 0.3) !important;
    }

    html body .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level3 {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 0 0 0 38px !important;
        background: #fbfcfd !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body .mikado-hp2-cat-level2:not(.is-open),
    html body .mikado-hp2-cat-level3:not(.is-open) {
        display: none !important;
    }

    html body .mikado-hp2-cat-level-title {
        display: none !important;
    }

    html body .mikado-hp2-cat-level2 a,
    html body .mikado-hp2-cat-level3 a {
        display: flex !important;
        align-items: center !important;
        min-height: 46px !important;
        padding: 0 14px !important;
        color: #111318 !important;
        background: transparent !important;
        border-bottom: 1px solid #edf0f4 !important;
        font-size: 14px !important;
        font-weight: 850 !important;
        text-decoration: none !important;
    }

    html body .mikado-hp2-cat-level2 a:hover,
    html body .mikado-hp2-cat-level2 a:focus-visible,
    html body .mikado-hp2-cat-level3 a:hover,
    html body .mikado-hp2-cat-level3 a:focus-visible {
        color: #e30613 !important;
        background: #fff7f7 !important;
    }
}

/* FINAL mobile header override: compact Nikl-like structure with Mikado controls. */
@media (max-width: 767px) {
    html body .mikado-global-main {
        grid-template-areas:
            "brand actions cat"
            "search search search" !important;
        grid-template-columns: minmax(96px, 1fr) auto auto !important;
        gap: 8px !important;
        min-height: 108px !important;
        padding: 8px 12px 10px !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        max-width: 144px !important;
        height: 54px !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img,
    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 54px !important;
        max-width: 144px !important;
        object-position: left center !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-actions {
        gap: 7px !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary,
    html body .mikado-global-cat .mikado-hp2-cat-dropdown,
    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 12px !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary {
        background: #fff !important;
        border: 1px solid #dde4ec !important;
        box-shadow: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary::after {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary .mikado-hp2-lang-flag {
        width: 24px !important;
        height: 24px !important;
        font-size: 21px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button {
        width: 54px !important;
        min-width: 54px !important;
        height: 40px !important;
        min-height: 40px !important;
        color: #e30613 !important;
        background: #fff !important;
        border: 2px solid #e30613 !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        animation: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button::before,
    html body .mikado-global-actions .mikado-hp2-b2b-button::after {
        display: none !important;
    }

    html body .mikado-global-cat {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        background: #e30613 !important;
        box-shadow: none !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel,
    html body .mikado-global-search .mikado-fast-search-panel,
    html body .mikado-fast-search-panel {
        height: 42px !important;
        min-height: 42px !important;
        background: #f4f5f7 !important;
        border: 1px solid #e1e6ed !important;
        border-radius: 9px !important;
        box-shadow: none !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::before {
        left: 16px !important;
        top: 12px !important;
        width: 13px !important;
        height: 13px !important;
        border-width: 2.6px !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::after {
        left: 28px !important;
        top: 25px !important;
        width: 9px !important;
        height: 2.6px !important;
    }

    html body .mikado-global-search .mikado-fast-search input {
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 40px 0 46px !important;
        background: transparent !important;
        border-radius: 9px !important;
        font-size: 14px !important;
    }

    html body .mikado-global-header .mikado-hp2-lang-panel,
    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-cat-panel {
        top: 108px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 10008 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 0 0 18px !important;
        background: #fff !important;
        border: 0 !important;
        border-top: 1px solid #e4e8ee !important;
        border-radius: 0 !important;
        box-shadow: 0 24px 46px rgba(17, 19, 24, 0.18) !important;
    }

    html body.admin-bar .mikado-global-header .mikado-hp2-lang-panel,
    html body.admin-bar .mikado-global-header .mikado-hp2-cat-panel,
    html body.admin-bar .mikado-hp2-cat-panel {
        top: 154px !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-hp2-cat-panel {
        padding-top: 64px !important;
        padding-bottom: 18px !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 108px !important;
        bottom: auto !important;
        padding: 10px 14px !important;
        border-top: 1px solid #e4e8ee !important;
        border-bottom: 1px solid #edf0f4 !important;
        box-shadow: none !important;
    }

    html body.admin-bar .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 154px !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link {
        justify-content: flex-start !important;
        width: auto !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        background: #f6f7f9 !important;
        border-radius: 10px !important;
        box-shadow: none !important;
        font-size: 14px !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link svg {
        width: 18px !important;
        height: 18px !important;
    }

    html body .mikado-hp2-cat-panel-head,
    html body .mikado-hp2-cat-level-title {
        display: none !important;
    }

    html body .mikado-hp2-cat-flyout,
    html body .mikado-hp2-cat-level1 {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body .mikado-hp2-cat-menu-item {
        width: 100% !important;
        border-bottom: 1px solid #edf0f4 !important;
    }

    html body .mikado-hp2-cat-main {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        min-height: 54px !important;
        padding: 0 14px !important;
        color: #111318 !important;
        background: #fff !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }

    html body .mikado-hp2-cat-main:hover,
    html body .mikado-hp2-cat-main:focus-visible,
    html body .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-main {
        color: #e30613 !important;
        background: #fff7f7 !important;
    }

    html body .mikado-hp2-cat-main-icon {
        flex: 0 0 28px !important;
        width: 28px !important;
        height: 28px !important;
    }

    html body .mikado-hp2-cat-toggle {
        margin-left: auto !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        color: #111318 !important;
        background: #f1f3f6 !important;
        border: 1px solid #dfe5ec !important;
        border-radius: 50% !important;
    }

    html body .mikado-hp2-cat-toggle:hover,
    html body .mikado-hp2-cat-toggle:focus-visible {
        color: #e30613 !important;
        background: #fff !important;
        border-color: rgba(227, 6, 19, 0.3) !important;
    }
}

/* Mikado category filter/sort redesign */
html body.archive.tax-product_cat .mikado-category-page .mikado-shop-layout,
html body.post-type-archive-product .mikado-category-page .mikado-shop-layout {
    align-items: start !important;
    grid-template-columns: minmax(250px, 330px) minmax(0, 1fr) !important;
    gap: clamp(34px, 4vw, 58px) !important;
}

html body.archive.tax-product_cat .mikado-category-page .mikado-category-sidebar,
html body.post-type-archive-product .mikado-category-page .mikado-category-sidebar {
    top: 112px !important;
}

html body.archive.tax-product_cat .mikado-category-sidebar-inner,
html body.post-type-archive-product .mikado-category-sidebar-inner {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

html body.archive.tax-product_cat .mikado-filter-panel-heading,
html body.post-type-archive-product .mikado-filter-panel-heading {
    border-bottom: 2px solid #b7bbc2 !important;
    margin-bottom: 18px !important;
    padding: 0 0 16px !important;
}

html body.archive.tax-product_cat .mikado-filter-title,
html body.post-type-archive-product .mikado-filter-title {
    color: #05070a !important;
    font-size: clamp(28px, 2.3vw, 42px) !important;
    font-weight: 900 !important;
    line-height: .98 !important;
    margin: 0 !important;
}

html body.archive.tax-product_cat .mikado-filter-form,
html body.post-type-archive-product .mikado-filter-form {
    gap: 0 !important;
}

html body.archive.tax-product_cat .mikado-filter-price,
html body.post-type-archive-product .mikado-filter-price {
    border-bottom: 1px solid #bfc3c9 !important;
    display: grid !important;
    gap: 14px !important;
    padding: 2px 0 22px !important;
}

html body.archive.tax-product_cat .mikado-filter-price strong,
html body.post-type-archive-product .mikado-filter-price strong {
    color: #05070a !important;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track,
html body.post-type-archive-product .mikado-filter-price-track {
    height: 38px !important;
    position: relative !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track::before,
html body.post-type-archive-product .mikado-filter-price-track::before {
    background: #d9dce2 !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 5px !important;
    left: 16px !important;
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track span,
html body.post-type-archive-product .mikado-filter-price-track span {
    background: #e30613 !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 5px !important;
    left: 22px !important;
    position: absolute !important;
    right: 22px !important;
    top: 16px !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track i,
html body.post-type-archive-product .mikado-filter-price-track i {
    background: #e30613 !important;
    border: 9px solid #eef0f4 !important;
    border-radius: 999px !important;
    box-shadow: calc(100% + 260px) 0 0 -9px #e30613 !important;
    display: block !important;
    height: 28px !important;
    left: 0 !important;
    position: absolute !important;
    top: 4px !important;
    width: 28px !important;
}

html body.archive.tax-product_cat .mikado-filter-price-inputs,
html body.post-type-archive-product .mikado-filter-price-inputs {
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: 1fr 1fr !important;
}

html body.archive.tax-product_cat .mikado-filter-price-inputs label,
html body.post-type-archive-product .mikado-filter-price-inputs label {
    margin: 0 !important;
    position: relative !important;
}

html body.archive.tax-product_cat .mikado-filter-price-inputs span,
html body.post-type-archive-product .mikado-filter-price-inputs span {
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
}

html body.archive.tax-product_cat .mikado-filter-price-inputs input,
html body.post-type-archive-product .mikado-filter-price-inputs input {
    background: #fff !important;
    border: 1px solid #d6dae0 !important;
    border-radius: 999px !important;
    color: #05070a !important;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    min-height: 45px !important;
    padding: 0 18px !important;
    text-align: center !important;
    width: 100% !important;
}

html body.archive.tax-product_cat .mikado-filter-group,
html body.post-type-archive-product .mikado-filter-group {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #bfc3c9 !important;
    border-radius: 0 !important;
}

html body.archive.tax-product_cat .mikado-filter-group summary,
html body.post-type-archive-product .mikado-filter-group summary {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    min-height: 58px !important;
    padding: 0 !important;
    color: #05070a !important;
    font-size: 19px !important;
    font-weight: 900 !important;
}

html body.archive.tax-product_cat .mikado-filter-group summary::after,
html body.post-type-archive-product .mikado-filter-group summary::after {
    border-bottom: 2px solid currentColor !important;
    border-right: 2px solid currentColor !important;
    content: "" !important;
    height: 10px !important;
    transform: rotate(45deg) translateY(-3px) !important;
    width: 10px !important;
}

html body.archive.tax-product_cat .mikado-filter-group[open] summary::after,
html body.post-type-archive-product .mikado-filter-group[open] summary::after {
    transform: rotate(225deg) translateY(-3px) !important;
}

html body.archive.tax-product_cat .mikado-filter-options,
html body.post-type-archive-product .mikado-filter-options {
    gap: 10px !important;
    max-height: 260px !important;
    padding: 0 0 18px !important;
}

html body.archive.tax-product_cat .mikado-filter-options label,
html body.post-type-archive-product .mikado-filter-options label {
    color: #05070a !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

html body.archive.tax-product_cat .mikado-filter-options input,
html body.post-type-archive-product .mikado-filter-options input {
    accent-color: #e30613 !important;
    height: 22px !important;
    width: 22px !important;
}

html body.archive.tax-product_cat .mikado-filter-options small,
html body.post-type-archive-product .mikado-filter-options small {
    color: #9ca3af !important;
}

html body.archive.tax-product_cat .mikado-filter-actions,
html body.post-type-archive-product .mikado-filter-actions {
    gap: 12px !important;
    margin-top: 18px !important;
}

html body.archive.tax-product_cat .mikado-filter-actions button,
html body.post-type-archive-product .mikado-filter-actions button {
    background: #111318 !important;
    border-radius: 999px !important;
}

html body.archive.tax-product_cat .mikado-filter-actions button:hover,
html body.post-type-archive-product .mikado-filter-actions button:hover {
    background: #e30613 !important;
}

html body.archive.tax-product_cat .mikado-filter-actions a,
html body.post-type-archive-product .mikado-filter-actions a {
    color: #e30613 !important;
}

html body.archive.tax-product_cat .mikado-archive-toolbar,
html body.post-type-archive-product .mikado-archive-toolbar {
    align-items: end !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #b7bbc2 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: space-between !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

html body.archive.tax-product_cat .mikado-archive-sort-tabs,
html body.post-type-archive-product .mikado-archive-sort-tabs {
    align-items: end !important;
    display: flex !important;
    gap: clamp(18px, 2vw, 36px) !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
}

html body.archive.tax-product_cat .mikado-archive-sort-tabs::-webkit-scrollbar,
html body.post-type-archive-product .mikado-archive-sort-tabs::-webkit-scrollbar {
    display: none !important;
}

html body.archive.tax-product_cat .mikado-archive-sort-tabs a,
html body.post-type-archive-product .mikado-archive-sort-tabs a {
    border-bottom: 4px solid transparent !important;
    color: #111318 !important;
    flex: 0 0 auto !important;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
    font-size: clamp(16px, 1.35vw, 23px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    min-height: 52px !important;
    padding: 0 0 17px !important;
    text-decoration: none !important;
}

html body.archive.tax-product_cat .mikado-archive-sort-tabs a:hover,
html body.post-type-archive-product .mikado-archive-sort-tabs a:hover,
html body.archive.tax-product_cat .mikado-archive-sort-tabs a.is-active,
html body.post-type-archive-product .mikado-archive-sort-tabs a.is-active {
    border-color: #111318 !important;
    color: #e30613 !important;
}

html body.archive.tax-product_cat .mikado-archive-toolbar-meta,
html body.post-type-archive-product .mikado-archive-toolbar-meta {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    gap: 14px !important;
    padding-bottom: 14px !important;
}

html body.archive.tax-product_cat .mikado-archive-toolbar-meta > strong,
html body.post-type-archive-product .mikado-archive-toolbar-meta > strong {
    color: #111318 !important;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
    font-size: clamp(16px, 1.25vw, 22px) !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

html body.archive.tax-product_cat .mikado-archive-view-switch,
html body.post-type-archive-product .mikado-archive-view-switch {
    background: #f4f6f8 !important;
    border-color: #dfe4eb !important;
}

@media (max-width: 1100px) {
    html body.archive.tax-product_cat .mikado-archive-toolbar,
    html body.post-type-archive-product .mikado-archive-toolbar {
        align-items: stretch !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding-bottom: 12px !important;
    }

    html body.archive.tax-product_cat .mikado-archive-toolbar-meta,
    html body.post-type-archive-product .mikado-archive-toolbar-meta {
        justify-content: space-between !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 900px) {
    html body.archive.tax-product_cat .mikado-category-sidebar-inner,
    html body.post-type-archive-product .mikado-category-sidebar-inner {
        background: #fff !important;
    }

    html body.archive.tax-product_cat .mikado-filter-panel-heading,
    html body.post-type-archive-product .mikado-filter-panel-heading {
        border-bottom: 1px solid #e2e6ec !important;
        padding: 18px !important;
    }
}

@media (max-width: 767px) {
    html body.archive.tax-product_cat .mikado-archive-sort-tabs a,
    html body.post-type-archive-product .mikado-archive-sort-tabs a {
        font-size: 16px !important;
        min-height: 44px !important;
        padding-bottom: 12px !important;
    }

    html body.archive.tax-product_cat .mikado-archive-toolbar-meta,
    html body.post-type-archive-product .mikado-archive-toolbar-meta {
        align-items: stretch !important;
        flex-direction: column !important;
    }
}

/* Final polish: real price range, category search suggestions, red level-3 menu hover, and HP new products carousel. */
html body.archive.tax-product_cat .mikado-filter-price-track,
html body.post-type-archive-product .mikado-filter-price-track {
    height: 36px !important;
    margin: 0 4px !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track::before,
html body.archive.tax-product_cat .mikado-filter-price-track span:not(.mikado-filter-price-rail):not(.mikado-filter-price-fill),
html body.archive.tax-product_cat .mikado-filter-price-track i,
html body.post-type-archive-product .mikado-filter-price-track::before,
html body.post-type-archive-product .mikado-filter-price-track span:not(.mikado-filter-price-rail):not(.mikado-filter-price-fill),
html body.post-type-archive-product .mikado-filter-price-track i {
    display: none !important;
}

html body.archive.tax-product_cat .mikado-filter-price-rail,
html body.post-type-archive-product .mikado-filter-price-rail,
html body.archive.tax-product_cat .mikado-filter-price-fill,
html body.post-type-archive-product .mikado-filter-price-fill {
    border-radius: 999px !important;
    display: block !important;
    height: 5px !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 16px !important;
}

html body.archive.tax-product_cat .mikado-filter-price-rail,
html body.post-type-archive-product .mikado-filter-price-rail {
    background: #d9dce2 !important;
}

html body.archive.tax-product_cat .mikado-filter-price-fill,
html body.post-type-archive-product .mikado-filter-price-fill {
    background: #e30613 !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track input[type="range"],
html body.post-type-archive-product .mikado-filter-price-track input[type="range"] {
    appearance: none !important;
    background: transparent !important;
    height: 36px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track input[type="range"]::-webkit-slider-thumb,
html body.post-type-archive-product .mikado-filter-price-track input[type="range"]::-webkit-slider-thumb {
    appearance: none !important;
    background: #e30613 !important;
    border: 8px solid #eef0f4 !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(17, 19, 24, .14) !important;
    cursor: pointer !important;
    height: 30px !important;
    pointer-events: auto !important;
    width: 30px !important;
}

html body.archive.tax-product_cat .mikado-filter-price-track input[type="range"]::-moz-range-thumb,
html body.post-type-archive-product .mikado-filter-price-track input[type="range"]::-moz-range-thumb {
    background: #e30613 !important;
    border: 8px solid #eef0f4 !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(17, 19, 24, .14) !important;
    cursor: pointer !important;
    height: 14px !important;
    pointer-events: auto !important;
    width: 14px !important;
}

@media (min-width: 768px) {
    html body .mikado-hp2-cat-level3 a:hover,
    html body .mikado-hp2-cat-level3 a:focus-visible,
    html body .mikado-hp2-cat-level3 li:hover > a {
        color: #e30613 !important;
    }
}

.mikado-fast-search-item small,
.mikado-search-card small {
    color: #7b8492;
    display: block;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin: 3px 0 7px;
}

.mikado-fast-search-categories {
    border-top: 1px solid #e7e9ee;
    display: grid;
    gap: 0;
    padding: 12px 18px;
}

.mikado-fast-search-categories > b,
.mikado-search-category-results h2 {
    color: #111318;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 8px;
}

.mikado-fast-search-categories a,
.mikado-search-category-results a {
    border-radius: 12px;
    color: #111318;
    display: grid;
    gap: 2px;
    padding: 9px 10px;
    text-decoration: none;
}

.mikado-fast-search-categories a:hover,
.mikado-search-category-results a:hover {
    background: #fff0f1;
    color: #e30613;
}

.mikado-fast-search-categories small,
.mikado-search-category-results small {
    color: #7b8492;
    font-size: 12px;
    font-weight: 700;
}

.mikado-fast-search-categories em,
.mikado-search-category-results em {
    color: #e30613;
    font-style: normal;
    font-weight: 800;
}

.mikado-search-category-results {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 18px;
    display: grid;
    gap: 4px;
    padding: 18px;
}

.mikado-hp2-new-products {
    margin: clamp(24px, 3vw, 44px) auto;
    max-width: 1840px;
    overflow: hidden;
    padding: 0 clamp(18px, 2.8vw, 42px);
    position: relative;
}

.mikado-hp2-new-head {
    align-items: baseline;
    display: flex;
    gap: 22px;
    margin-bottom: 24px;
}

.mikado-hp2-new-head h2 {
    color: #111318;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(26px, 2.1vw, 42px);
    font-weight: 900;
    margin: 0;
}

.mikado-hp2-new-head a {
    color: #e30613;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mikado-hp2-new-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.mikado-hp2-new-track::-webkit-scrollbar {
    display: none;
}

.mikado-hp2-new-card {
    flex: 0 0 calc((100% - 110px) / 6);
    min-width: 185px;
    position: relative;
    scroll-snap-align: start;
}

.mikado-hp2-new-card a {
    color: #111318;
    display: grid;
    gap: 11px;
    text-decoration: none;
}

.mikado-hp2-new-image {
    align-items: center;
    background: #f4f5f7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 245px;
    overflow: hidden;
    padding: 18px;
}

.mikado-hp2-new-image img {
    height: 205px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.mikado-hp2-new-badge {
    align-self: start;
    background: #e30613;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-self: start;
    padding: 4px 8px;
    position: absolute;
    transform: translate(12px, 12px);
    z-index: 2;
}

.mikado-hp2-new-card strong {
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.24;
}

.mikado-hp2-new-price {
    color: #111318;
    font-size: 19px;
    font-weight: 900;
}

.mikado-hp2-new-price .woocommerce-Price-currencySymbol {
    margin-left: 2px;
}

.mikado-hp2-new-arrow {
    align-items: center;
    background: #fff !important;
    border: 1px solid #dfe4eb !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 28px rgba(17, 19, 24, .12) !important;
    color: #111318 !important;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    top: 46%;
    width: 48px;
    z-index: 3;
}

.mikado-hp2-new-arrow:hover {
    color: #e30613 !important;
}

.mikado-hp2-new-arrow:disabled {
    opacity: .35;
}

.mikado-hp2-new-arrow svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2.6;
    width: 24px;
}

.mikado-hp2-new-prev {
    left: 10px;
}

.mikado-hp2-new-next {
    right: 10px;
}

.mikado-hp2-new-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 22px;
}

.mikado-hp2-new-dots button {
    background: #cfd3d8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    height: 10px;
    padding: 0 !important;
    width: 10px;
}

.mikado-hp2-new-dots button.is-active {
    background: #e30613 !important;
    width: 42px;
}

@media (max-width: 1180px) {
    .mikado-hp2-new-card {
        flex-basis: calc((100% - 44px) / 3);
    }
}

@media (max-width: 767px) {
    .mikado-hp2-new-card {
        flex-basis: 62vw;
    }

    .mikado-hp2-new-image {
        min-height: 190px;
    }

    .mikado-hp2-new-image img {
        height: 155px;
    }

    .mikado-hp2-new-arrow {
        display: none;
    }
}

body {
    color: var(--mikado-ink);
    background: var(--mikado-bg);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.mikado-brand,
.mikado-header-nav a,
.mikado-header-actions a,
.mikado-language-menu,
.mikado-cat-tree a,
.woocommerce-products-header__title,
.product_title.entry-title,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.button,
button,
input[type="submit"],
.mikado-hp2-brand-link,
.mikado-hp2-topbar a,
.mikado-hp2-cat-dropdown summary,
.mikado-hp2-cat-main,
.mikado-hp2-cat-child,
.mikado-fast-search-item strong,
.mikado-fast-search-more,
.mikado-search-page-form button,
.mikado-search-card strong,
.mikado-hp2-b2b-button {
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
}

.mikado-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--mikado-line);
    backdrop-filter: blur(16px);
}

.mikado-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 28px;
}

.mikado-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
}

.mikado-brand-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.mikado-header-nav ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mikado-header-nav a {
    color: var(--mikado-ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
}

.mikado-header-nav a:hover,
.mikado-category-sidebar a:hover {
    color: var(--mikado-red);
}

.mikado-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mikado-catalog-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    color: #fff;
    background: var(--mikado-ink);
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.mikado-language-menu,
.mikado-hp2-lang-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.mikado-language-menu summary,
.mikado-hp2-lang-menu summary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #f0f2f5;
    border: 1px solid #dde2e8;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(17, 19, 24, 0.08);
    cursor: pointer;
    list-style: none;
}

.mikado-language-menu summary::-webkit-details-marker,
.mikado-hp2-lang-menu summary::-webkit-details-marker {
    display: none;
}

.mikado-language-flag,
.mikado-hp2-lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 999px;
    font-size: 20px;
    line-height: 1;
}

.mikado-language-menu summary::after,
.mikado-hp2-lang-menu summary::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    background: #f0f2f5;
    border-right: 2px solid var(--mikado-ink);
    border-bottom: 2px solid var(--mikado-ink);
    transform: rotate(45deg);
    pointer-events: none;
}

.mikado-language-menu-panel,
.mikado-hp2-lang-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 10001;
    display: grid;
    min-width: 178px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    box-shadow: 0 22px 46px rgba(17, 19, 24, 0.18);
}

.mikado-language-menu-panel a,
.mikado-hp2-lang-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 6px 10px;
    color: var(--mikado-ink);
    border-radius: 9px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.mikado-language-menu-panel a:hover,
.mikado-language-menu-panel a.is-active,
.mikado-hp2-lang-panel a:hover,
.mikado-hp2-lang-panel a.is-active {
    color: var(--mikado-red);
    background: transparent;
}

.mikado-b2b-button,
.mikado-hp2-b2b-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    color: #fff !important;
    background: var(--mikado-ink);
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(17, 19, 24, 0.14);
}

.mikado-b2b-button:hover,
.mikado-hp2-b2b-button:hover {
    color: #fff !important;
    background: #292d34;
}

.site-main,
.page-content,
.content-area {
    max-width: 1440px;
    margin: 0 auto;
    padding: 26px 28px 44px;
}

.woocommerce-breadcrumb {
    margin: 0 0 20px;
    color: var(--mikado-red);
    font-size: 13px;
    font-weight: 800;
}

.woocommerce-breadcrumb a {
    color: var(--mikado-muted);
    text-decoration: none;
}

.woocommerce-breadcrumb span {
    color: #a4abb6;
}

.woocommerce-products-header {
    margin: 0 0 18px;
}

.woocommerce-products-header__title,
.product_title.entry-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 0;
    color: var(--mikado-ink);
    font-weight: 900;
}

.mikado-shop-layout {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.mikado-category-sidebar {
    position: sticky;
    top: 86px;
    max-height: calc(100vh - 104px);
    padding: 18px;
    overflow: auto;
    background: #fff;
    border: 1px solid var(--mikado-line);
    border-radius: 10px;
}

.mikado-sidebar-title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 850;
}

.mikado-cat-tree,
.mikado-cat-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mikado-cat-tree ul {
    margin-top: 4px;
    padding-left: 13px;
    border-left: 1px solid var(--mikado-line);
}

.mikado-cat-tree li {
    margin: 2px 0;
}

.mikado-cat-tree a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 9px;
    color: var(--mikado-ink);
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
}

.mikado-cat-tree .is-current > a,
.mikado-cat-tree .is-ancestor > a {
    color: var(--mikado-red);
    background: #fff1f2;
}

.mikado-cat-count {
    color: var(--mikado-muted);
    font-size: 12px;
    font-weight: 750;
}

.mikado-product-grid-wrap {
    min-width: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin-bottom: 16px;
}

.woocommerce .woocommerce-ordering select {
    min-height: 40px;
    padding: 0 34px 0 12px;
    background: #fff;
    border: 1px solid var(--mikado-line);
    border-radius: 8px;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    float: none;
    width: auto !important;
    margin: 0 !important;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--mikado-line);
    border-radius: 10px;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-2px);
    border-color: #d7dae2;
    box-shadow: 0 18px 45px rgba(17, 19, 24, 0.08);
}

.woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 0 12px;
    background: #f9fafb;
    border-radius: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 44px;
    padding: 0;
    color: var(--mikado-ink);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 750;
}

.woocommerce ul.products li.product .price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0;
    padding: 7px 10px;
    color: var(--mikado-ink);
    background: var(--mikado-bg);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 850;
}

.mikado-rrp-label {
    color: var(--mikado-red);
    font-size: 11px;
    font-weight: 900;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
    gap: 42px;
    align-items: start;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--mikado-line);
    border-radius: 12px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
}

.woocommerce div.product div.images img {
    border-radius: 10px;
    background: #f9fafb;
    object-fit: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background: #f9fafb;
    border-radius: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woocommerce div.product div.summary {
    margin: 0;
}

.woocommerce div.product p.price {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0;
    padding: 10px 13px;
    color: var(--mikado-ink);
    background: #fff1f2;
    border-radius: 9px;
    font-size: 22px;
    font-weight: 900;
}

.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-tabs {
    color: #3f4654;
    line-height: 1.65;
}

.woocommerce div.product .woocommerce-tabs {
    grid-column: 1 / -1;
    padding-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid var(--mikado-line);
    border-radius: 8px 8px 0 0;
    background: var(--mikado-bg);
}

.woocommerce table.shop_attributes {
    overflow: hidden;
    border: 1px solid var(--mikado-line);
    border-radius: 10px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: 12px 14px;
    border-color: var(--mikado-line);
}

.woocommerce div.product form.cart,
.woocommerce ul.products li.product .button,
.single-product .related.products > h2 {
    display: none !important;
}

.single-product .related.products {
    grid-column: 1 / -1;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0 3px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 38px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--mikado-line);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
    background: var(--mikado-red);
    border-color: var(--mikado-red);
}

.mikado-site-footer {
    color: #c8ccd4;
    background: #111318;
}

.mikado-footer-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 26px 28px;
    font-size: 13px;
}

@media (max-width: 1100px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mikado-header-inner {
        grid-template-columns: 1fr auto;
    }

    .mikado-header-nav {
        display: none;
    }
}

@media (max-width: 860px) {
    .site-main,
    .page-content,
    .content-area {
        padding: 18px 14px 32px;
    }

    .mikado-header-inner {
        gap: 14px;
        padding: 12px 14px;
    }

    .mikado-catalog-link {
        display: none;
    }

    .mikado-shop-layout,
    .woocommerce div.product {
        grid-template-columns: 1fr;
    }

    .mikado-category-sidebar {
        position: static;
        max-height: 360px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .woocommerce-products-header__title,
    .product_title.entry-title {
        font-size: 26px;
    }
}

@media (max-width: 520px) {
    .mikado-brand-text {
        display: inline;
        font-size: 20px;
    }

    .mikado-header-actions {
        gap: 8px;
    }

    .mikado-b2b-button {
        min-height: 42px;
        padding: 0 14px;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}

/* HP2 Elementor landing/catalog page */
.elementor-page-13463,
.mikado-hp2-page {
    --hp2-red: #e30613;
    --hp2-red-dark: #b6040f;
    --hp2-red-soft: #fff0f1;
    --hp2-dark: #14171c;
    --hp2-navy: #111318;
    --hp2-soft: #f5f6f8;
    --hp2-border: #e2e5ea;
    --hp2-text: #111318;
    --hp2-muted: #687182;
}

.elementor-page-13463 {
    color: var(--hp2-text);
    background: #fff;
}

.mikado-hp2-page {
    color: var(--hp2-text);
    background: #fff;
}

.elementor-page-13463 .elementor {
    overflow: visible;
}

.elementor-section.mikado-hp2-shell > .elementor-container,
.elementor-section.mikado-hp2-wide > .elementor-container {
    max-width: 1380px;
}

.mikado-hp2-topbar,
.mikado-hp2-header,
.mikado-hp2-categories,
.mikado-hp2-products,
.mikado-hp2-inspiration,
.mikado-hp2-social,
.mikado-hp2-newsletter,
.mikado-hp2-footer-strip,
.mikado-hp2-footer {
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.elementor-page-13463 .elementor-heading-title {
    color: var(--hp2-text);
    letter-spacing: 0;
}

.mikado-hp2-topbar {
    color: #4e5562;
    font-size: 12px;
    background: #fff;
}

.mikado-hp2-topbar a {
    color: #4e5562;
    font-weight: 750;
    text-decoration: none;
}

.mikado-hp2-topbar a:hover {
    color: var(--hp2-red);
}

.mikado-hp2-topbar > .elementor-container {
    display: flex !important;
    justify-content: space-between;
}

.mikado-hp2-topbar > .elementor-container > .elementor-column {
    width: auto !important;
}

.mikado-hp2-topbar > .elementor-container > .elementor-column:first-child .elementor-widget-wrap {
    justify-content: flex-start;
}

.mikado-hp2-topbar > .elementor-container > .elementor-column:last-child .elementor-widget-wrap {
    justify-content: flex-end;
    text-align: right;
}

.mikado-hp2-header {
    position: relative;
    z-index: 90;
    background: #fff;
    border-bottom: 1px solid var(--hp2-border);
    box-shadow: 0 12px 30px rgba(17, 19, 24, 0.045);
}

.mikado-hp2-header > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(178px, auto) auto minmax(300px, 1fr) minmax(174px, auto);
    align-items: center;
    gap: 14px;
}

.mikado-hp2-header > .elementor-container > .elementor-column {
    width: auto !important;
}

.mikado-hp2-header > .elementor-container > .elementor-column:nth-child(3) {
    min-width: 0;
    width: 100% !important;
}

.mikado-hp2-header > .elementor-container > .elementor-column:nth-child(4) {
    min-width: 174px;
    width: auto !important;
}

.mikado-hp2-header .elementor-widget-wrap {
    align-content: center;
    align-items: center;
    padding: 0 !important;
}

.mikado-hp2-header-actions .elementor-widget-wrap {
    display: flex !important;
    justify-content: flex-end;
    gap: 10px;
}

.mikado-hp2-header-actions .elementor-widget {
    width: auto !important;
    margin: 0 !important;
}

.mikado-hp2-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--hp2-text);
    text-decoration: none;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: 0;
}

.mikado-hp2-brand-link img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.mikado-hp2-brand-link.is-total-fishing {
    gap: 0;
}

.mikado-hp2-brand-link.is-total-fishing img {
    width: auto;
    height: 58px;
    max-width: 172px;
    object-fit: contain;
    object-position: left center;
}

.mikado-hp2-brand-link:hover,
.mikado-hp2-brand-link:focus {
    color: var(--hp2-red);
}

.mikado-hp2-cat-dropdown {
    position: relative;
    z-index: 1000;
}

.mikado-hp2-cat-dropdown summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    color: #fff;
    background: var(--hp2-red);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
    user-select: none;
    transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    box-shadow: 0 12px 24px rgba(227, 6, 19, 0.18);
}

.mikado-hp2-cat-dropdown summary::-webkit-details-marker {
    display: none;
}

.mikado-hp2-cat-dropdown summary::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
}

.mikado-hp2-cat-dropdown[open] summary {
    background: var(--hp2-red-dark);
    transform: translateY(1px);
}

.mikado-hp2-cat-dropdown[open] summary::after {
    transform: translateY(2px) rotate(225deg);
}

.mikado-hp2-cat-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: min(980px, calc(100vw - 40px));
    max-height: calc(100vh - 170px);
    padding: 20px;
    background: #fff;
    border: 1px solid var(--hp2-border);
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(17, 19, 24, 0.18);
}

.mikado-hp2-cat-panel-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hp2-border);
}

.mikado-hp2-cat-panel-head strong {
    color: var(--hp2-text);
    font-size: 16px;
    font-weight: 950;
}

.mikado-hp2-cat-panel-head span {
    color: var(--hp2-muted);
    font-size: 13px;
    font-weight: 700;
}

.mikado-hp2-cat-flyout {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    background: #f6f7f9;
}

.mikado-hp2-cat-level1,
.mikado-hp2-cat-level2 ul,
.mikado-hp2-cat-level3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mikado-hp2-cat-level1 {
    width: 280px;
    min-height: 430px;
    padding: 8px;
    background: #fff;
    border-right: 1px solid #e6e9ee;
}

.mikado-hp2-cat-menu-item {
    margin: 0;
}

.mikado-hp2-cat-toggle {
    display: none;
}

.mikado-hp2-cat-main,
.mikado-hp2-cat-child,
.mikado-hp2-cat-level3 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding: 9px 12px;
    color: var(--hp2-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    border-radius: 8px;
}

.mikado-hp2-cat-main-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.mikado-hp2-cat-main-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #111318;
    opacity: 0.88;
}

.mikado-hp2-cat-main-icon .mikado-category-icon {
    width: 24px;
    height: 24px;
}

.mikado-hp2-cat-main:hover .mikado-hp2-cat-main-icon,
.mikado-hp2-cat-menu-item.is-active > .mikado-hp2-cat-main .mikado-hp2-cat-main-icon {
    color: var(--hp2-red);
    opacity: 1;
}

.mikado-hp2-cat-menu-item.has-children > .mikado-hp2-cat-main::after,
.mikado-hp2-cat-level2 li.has-children > .mikado-hp2-cat-child::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.mikado-hp2-cat-main:hover,
.mikado-hp2-cat-main:focus,
.mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-main,
.mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-main,
.mikado-hp2-cat-child:hover,
.mikado-hp2-cat-child:focus,
.mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-child,
.mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-child,
.mikado-hp2-cat-level3 a:hover,
.mikado-hp2-cat-level3 a:focus {
    color: var(--hp2-red);
    background: transparent;
}

.mikado-hp2-cat-level2,
.mikado-hp2-cat-level3 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    background: #f6f7f9;
}

.mikado-hp2-cat-level2 {
    left: 280px;
    right: 0;
    padding: 22px;
}

.mikado-hp2-cat-level3 {
    left: 320px;
    right: 0;
    padding: 22px;
    border-left: 1px solid #e6e9ee;
    background: #fff;
}

.mikado-hp2-cat-menu-item:first-child > .mikado-hp2-cat-level2,
.mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2,
.mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2,
.mikado-hp2-cat-level2 li:first-child > .mikado-hp2-cat-level3,
.mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
.mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3 {
    display: block;
}

.mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2,
.mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2,
.mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
.mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3 {
    z-index: 3;
}

.mikado-hp2-cat-level2 > ul,
.mikado-hp2-cat-level3 > ul {
    max-width: 300px;
}

.mikado-hp2-cat-level-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.mikado-hp2-cat-level-title strong {
    font-size: 19px;
    font-weight: 950;
}

.mikado-hp2-cat-level-title a {
    color: var(--hp2-red);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.mikado-hp2-cat-level3 a {
    justify-content: flex-start;
    color: #4e5562;
    font-size: 13px;
}

.mikado-hp2-nav .elementor-button {
    min-height: 36px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.mikado-hp2-nav {
    width: auto !important;
    margin: 0 5px 0 0 !important;
}

.mikado-fast-search {
    position: relative;
    width: 100%;
}

.mikado-fast-search-toggle {
    display: none;
}

.mikado-fast-search-panel {
    position: relative;
}

.mikado-fast-search label,
.mikado-hp2-search .dgwt-wcas-search-wrapp {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto;
}

.mikado-fast-search input,
.mikado-hp2-search .dgwt-wcas-search-input {
    width: 100%;
    min-height: 50px;
    padding: 0 18px 0 48px;
    border: 1px solid var(--hp2-border);
    border-radius: 13px;
    color: #111318 !important;
    background: #f8f9fb !important;
    box-shadow: 0 12px 28px rgba(17, 19, 24, 0.06);
    font-size: 15px;
    font-weight: 600;
}

.mikado-fast-search-panel::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 1;
    width: 12px;
    height: 12px;
    border: 2px solid #111318;
    border-radius: 50%;
}

.mikado-fast-search-panel::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 31px;
    z-index: 1;
    width: 8px;
    height: 2px;
    background: #111318;
    transform: rotate(45deg);
}

.mikado-fast-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17, 19, 24, 0.08);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(17, 19, 24, 0.18);
}

.mikado-fast-search-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 10px 14px;
    color: #111318;
    text-decoration: none;
    border-bottom: 1px solid #eef0f3;
}

.mikado-fast-search-item:hover {
    background: #f7f8fa;
}

.mikado-fast-search-item:focus,
.mikado-fast-search-more:focus {
    outline: 3px solid rgba(227, 6, 19, 0.22);
    outline-offset: -3px;
}

.mikado-fast-search-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.mikado-fast-search-skeleton {
    pointer-events: none;
}

.mikado-fast-search-skeleton-image,
.mikado-fast-search-skeleton-line {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eef1f5;
    border-radius: 999px;
}

.mikado-fast-search-skeleton-image {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.mikado-fast-search-skeleton-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.mikado-fast-search-skeleton-line {
    height: 10px;
}

.mikado-fast-search-skeleton-line.is-title {
    width: min(78%, 360px);
    height: 13px;
}

.mikado-fast-search-skeleton-line.is-meta {
    width: min(54%, 250px);
}

.mikado-fast-search-skeleton-line.is-price {
    width: 82px;
}

.mikado-fast-search-skeleton-image::after,
.mikado-fast-search-skeleton-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.88) 48%, transparent 100%);
    transform: translateX(-120%);
    animation: mikado-search-shimmer 1.05s ease-in-out infinite;
}

@keyframes mikado-search-shimmer {
    to {
        transform: translateX(120%);
    }
}

.mikado-fast-search-item strong {
    display: block;
    overflow: hidden;
    color: #111318;
    font-size: 14px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mikado-fast-search-item i {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
    color: #687182;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}

.mikado-fast-search-item i span {
    padding: 3px 6px;
    background: #f0f2f5;
    border-radius: 999px;
}

.mikado-fast-search-item i b {
    color: #111318;
}

.mikado-fast-search-item em {
    display: block;
    margin-top: 4px;
    color: var(--hp2-red);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.mikado-fast-search-empty {
    padding: 16px;
    color: #687182;
    font-size: 14px;
    font-weight: 700;
}

.mikado-fast-search-more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 16px;
    color: #fff !important;
    background: #111318;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 950;
    opacity: 1 !important;
    visibility: visible !important;
    transition: background 160ms ease, color 160ms ease;
}

.mikado-fast-search-more:hover {
    color: #fff !important;
    background: var(--hp2-red);
}

.mikado-search-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px 84px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #111318;
}

.mikado-search-page::before {
    content: "Vyhľadávanie";
    display: block;
    margin-bottom: 8px;
    color: var(--hp2-red);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mikado-search-page-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin: 0 0 18px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e6e9ee;
    border-radius: 14px;
    box-shadow: 0 20px 52px rgba(17, 19, 24, 0.08);
}

.mikado-search-page-form label {
    margin: 0;
}

.mikado-search-page-form input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    color: #111318;
    background: #f7f8fa;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.mikado-search-page-form input:focus {
    background: #fff;
    border-color: rgba(227, 6, 19, 0.32);
    outline: 0;
}

.mikado-search-page-form button {
    min-height: 56px;
    padding: 0 28px;
    color: #fff;
    background: var(--hp2-red);
    border: 0;
    border-radius: 10px;
    font-weight: 950;
    cursor: pointer;
}

.mikado-search-page-form button:hover {
    background: #b9040f;
}

.mikado-search-page-status {
    min-height: 24px;
    margin: 0 0 22px;
    color: #687182;
    font-size: 14px;
    font-weight: 800;
}

.mikado-search-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mikado-search-card {
    min-width: 0;
}

.mikado-search-card a {
    display: grid;
    grid-template-rows: 180px minmax(0, 1fr);
    overflow: hidden;
    min-height: 100%;
    color: #111318;
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(17, 19, 24, 0.06);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.mikado-search-card a:hover {
    border-color: rgba(227, 6, 19, 0.24);
    box-shadow: 0 18px 42px rgba(17, 19, 24, 0.11);
    transform: translateY(-2px);
}

.mikado-search-card img {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
    background: #f7f8fa;
}

.mikado-search-card-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
}

.mikado-search-card strong {
    display: -webkit-box;
    overflow: hidden;
    min-height: 40px;
    color: #111318;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mikado-search-card i {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    color: #687182;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.mikado-search-card i span {
    max-width: 100%;
    padding: 4px 7px;
    overflow-wrap: anywhere;
    background: #f0f2f5;
    border-radius: 999px;
}

.mikado-search-card i b {
    color: #111318;
}

.mikado-search-card em {
    margin-top: auto;
    padding-top: 12px;
    color: var(--hp2-red);
    font-size: 14px;
    font-style: normal;
    font-weight: 950;
}

.mikado-hp2-search .dgwt-wcas-search-input::placeholder {
    color: #697386 !important;
    opacity: 1 !important;
}

.mikado-hp2-search .dgwt-wcas-suggestions-wrapp {
    z-index: 9999 !important;
    min-width: 360px;
    border: 1px solid rgba(17, 19, 24, 0.08);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(17, 19, 24, 0.18);
}

.mikado-hp2-search .dgwt-wcas-suggestion {
    min-height: 64px;
}

.mikado-hp2-search .dgwt-wcas-st-title,
.mikado-hp2-search .dgwt-wcas-st-title strong {
    color: #111318 !important;
    font-size: 14px;
    line-height: 1.15;
}

.mikado-hp2-search .dgwt-wcas-sp {
    color: var(--hp2-red) !important;
    font-weight: 900;
}

.mikado-hp2-banner-stage {
    overflow: hidden;
}

.mikado-hp2-banner-stage > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding: 0 !important;
}

.mikado-hp2-banner-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 28px;
}

.mikado-hp2-banner-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: mikadoBannerMarquee 48s linear infinite;
}

.mikado-hp2-banner-carousel:hover .mikado-hp2-banner-track {
    animation-play-state: paused;
}

.mikado-hp2-banner-card {
    position: relative;
    flex: 0 0 clamp(280px, 38vw, 520px);
    min-height: 430px;
    overflow: hidden;
    color: #fff;
    background: #111318;
    border-radius: 14px;
    box-shadow: 0 22px 42px rgba(17, 19, 24, 0.16);
    isolation: isolate;
}

.mikado-hp2-banner-card:first-child {
    flex-basis: clamp(320px, 43vw, 620px);
}

.mikado-hp2-banner-media,
.mikado-hp2-banner-media::after {
    position: absolute;
    inset: 0;
}

.mikado-hp2-banner-media::after {
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 19, 24, 0.04) 8%, rgba(17, 19, 24, 0.88) 100%);
}

.mikado-hp2-banner-media img,
.mikado-hp2-banner-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.mikado-hp2-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 430px;
    padding: 32px;
}

.mikado-hp2-banner-content h2 {
    max-width: 460px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(27px, 2.5vw, 42px);
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
}

.mikado-hp2-banner-content p {
    max-width: 430px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.55;
}

.mikado-hp2-banner-content a {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    min-height: 48px;
    padding: 0 22px;
    color: #111318;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.mikado-hp2-banner-content a:hover {
    color: #fff;
    background: var(--hp2-red);
}

.mikado-hp2-banner-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.mikado-hp2-banner-dots span {
    width: 13px;
    height: 13px;
    background: #cfd3d8;
    border-radius: 999px;
}

.mikado-hp2-banner-dots span:first-child {
    width: 78px;
    background: #157a3b;
}

@keyframes mikadoBannerMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 9px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .mikado-hp2-banner-track {
        width: auto;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        animation: none;
    }

    .mikado-hp2-banner-card {
        scroll-snap-align: start;
    }
}

.mikado-hp2-page > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 430px;
    align-content: flex-end;
    padding: 24px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 18px 34px rgba(17, 19, 24, 0.16);
}

.mikado-hp2-page > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.82) 100%);
}

.mikado-hp2-page > .elementor-container > .elementor-column .elementor-widget {
    position: relative;
    z-index: 1;
}

.mikado-hp2-page > .elementor-container > .elementor-column .elementor-heading-title {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.mikado-hp2-page > .elementor-container > .elementor-column .elementor-widget-text-editor {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.5;
}

.mikado-hp2-page > .elementor-container > .elementor-column .elementor-button {
    border-radius: 8px;
    background: var(--hp2-red);
    font-weight: 850;
    min-height: 42px;
}

.mikado-hp2-page > .elementor-container > .elementor-column .elementor-button:hover {
    background: var(--hp2-red-dark);
}

.mikado-hp2-categories > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.mikado-hp2-categories > .elementor-container > .elementor-column {
    width: 100% !important;
}

.mikado-hp2-category-card > .elementor-widget-container {
    position: relative;
    width: 100%;
    min-height: 92px;
    padding: 16px 18px;
    background: #f4f5f7 !important;
    border: 1px solid #e3e6eb !important;
    border-radius: 13px;
    box-shadow: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mikado-hp2-categories .elementor-column > .elementor-widget-wrap {
    min-height: 92px;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    background: #f4f5f7;
    border: 1px solid #e1e5ea;
    border-radius: 13px;
}

.mikado-hp2-category-card > .elementor-widget-container:hover {
    transform: translateY(-2px);
    border-color: rgba(227, 6, 19, 0.24) !important;
    box-shadow: 0 14px 28px rgba(17, 19, 24, 0.08);
}

.mikado-hp2-category-card .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
}

.mikado-hp2-category-card {
    width: 100%;
}

.mikado-hp2-category-card .elementor-image-box-img {
    order: 2;
    width: 72px !important;
    margin: 0 !important;
    flex: 0 0 72px;
}

.mikado-hp2-category-card img {
    width: 72px;
    height: 56px;
    object-fit: contain;
}

.mikado-hp2-category-card .elementor-image-box-title {
    margin: 0;
    color: #17191f;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
}

.mikado-hp2-category-card .elementor-image-box-title a {
    color: #17191f !important;
    text-decoration: none;
}

.mikado-hp2-category-card .elementor-image-box-title a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 8px;
}

.mikado-hp2-category-card .elementor-image-box-title a:focus::after {
    outline: 3px solid rgba(227, 6, 19, 0.26);
    outline-offset: 2px;
}

.mikado-hp2-category-card .elementor-image-box-description {
    display: none;
}

.mikado-hp2-products .woocommerce ul.products {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 18px;
}

.mikado-hp2-products .elementor-heading-title {
    color: var(--hp2-red);
    font-size: 34px;
    font-weight: 900;
}

.mikado-hp2-products .woocommerce ul.products li.product {
    min-width: 0;
    background: #fff;
}

.mikado-hp2-inspiration {
    color: #fff;
    background: var(--hp2-navy);
    border-radius: 12px;
}

.mikado-hp2-inspiration .elementor-heading-title,
.mikado-hp2-inspiration .elementor-widget-text-editor {
    color: inherit;
}

.mikado-hp2-story-card > .elementor-widget-container {
    overflow: hidden;
    min-height: 100%;
    padding: 0 0 18px;
    background: rgba(255, 255, 255, 0.045);
    border-radius: 10px;
}

.mikado-hp2-story-card .elementor-image-box-wrapper {
    display: block;
}

.mikado-hp2-story-card .elementor-image-box-img {
    width: 100% !important;
    margin: 0 !important;
}

.mikado-hp2-story-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background: #eef3f5;
}

.mikado-hp2-story-card .elementor-image-box-content {
    padding: 14px 16px 0;
    text-align: left;
}

.mikado-hp2-story-card .elementor-image-box-title {
    margin: 0 0 8px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.mikado-hp2-story-card .elementor-image-box-title a {
    color: #fff !important;
}

.mikado-hp2-story-card .elementor-image-box-description {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px;
    line-height: 1.55;
}

.mikado-hp2-social img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.mikado-hp2-instagram-fallback {
    display: grid;
    place-items: center;
    min-height: 180px;
    color: #fff;
    background: #111318;
    text-align: center;
}

.mikado-hp2-instagram-fallback a {
    color: #fff;
    font-weight: 900;
}

.mikado-hp2-newsletter {
    color: #fff;
    background: linear-gradient(135deg, #d71920 0%, #b6040f 48%, #111318 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mikado-hp2-newsletter .elementor-heading-title,
.mikado-hp2-newsletter .elementor-widget-text-editor {
    color: #fff !important;
}

.mikado-hp2-newsletter > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1fr);
    align-items: center;
    gap: 40px;
    max-width: 1180px;
}

.mikado-hp2-newsletter > .elementor-container > .elementor-column {
    width: 100% !important;
    min-width: 0;
}

.mikado-hp2-newsletter > .elementor-container > .elementor-column > .elementor-widget-wrap {
    width: 100%;
}

.mikado-hp2-newsletter .mikado-hp2-brand-link {
    margin-bottom: 16px;
    color: #fff;
}

.mikado-hp2-newsletter .mikado-hp2-brand-link img {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18));
}

.mikado-hp2-newsletter .elementor-heading-title {
    max-width: 540px;
    font-size: 34px;
    line-height: 1.08;
}

.mikado-hp2-newsletter .elementor-widget-text-editor {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82) !important;
}

.mikado-hp2-newsletter .elementor-widget-form {
    width: 100% !important;
    max-width: 620px;
    margin-left: auto;
}

.mikado-hp2-newsletter .elementor-form {
    overflow: hidden;
    padding: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    box-shadow: 0 22px 48px rgba(17, 19, 24, 0.22);
}

.mikado-hp2-newsletter .elementor-form .elementor-form-fields-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 0;
}

.mikado-hp2-newsletter .elementor-field-group {
    margin: 0 !important;
    padding: 0 !important;
}

.mikado-hp2-newsletter .elementor-field-group-email {
    width: auto !important;
    min-width: 0;
    flex: 1 1 auto !important;
}

.mikado-hp2-newsletter .e-form__buttons {
    width: auto !important;
    flex: 0 0 auto !important;
}

.mikado-hp2-newsletter .elementor-field-label {
    display: none !important;
}

.mikado-hp2-newsletter .elementor-field-group .elementor-field {
    min-height: 56px;
    color: #111318;
    background: #fff;
    border: 0;
    border-radius: 9px 0 0 9px;
    font-weight: 700;
}

.mikado-hp2-newsletter .elementor-button {
    width: auto !important;
    min-width: 174px;
    min-height: 56px;
    padding-inline: 22px;
    border-radius: 0 9px 9px 0;
    color: #fff !important;
    background: #111318 !important;
    font-weight: 900;
}

.mikado-hp2-newsletter .elementor-button:hover {
    background: #272323 !important;
}

.mikado-hp2-footer-strip,
.mikado-hp2-footer {
    color: #f5f5f5;
    background: var(--hp2-dark);
}

.mikado-hp2-footer-strip {
    background: #191d23;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mikado-hp2-footer-strip .elementor-icon-box-wrapper {
    align-items: flex-start;
}

.mikado-hp2-footer-strip .elementor-icon {
    color: var(--hp2-red) !important;
    fill: var(--hp2-red) !important;
}

.mikado-hp2-footer {
    background: #111318;
}

.mikado-hp2-footer .mikado-hp2-brand-link {
    margin-bottom: 14px;
    color: #fff;
}

.mikado-hp2-footer .mikado-hp2-brand-link img {
    width: 42px;
    height: 42px;
}

.mikado-hp2-footer-strip .elementor-icon-box-title,
.mikado-hp2-footer-strip .elementor-icon-box-description,
.mikado-hp2-footer .elementor-heading-title,
.mikado-hp2-footer .elementor-widget-text-editor {
    color: inherit !important;
}

.mikado-hp2-footer-strip .elementor-icon-box-title {
    color: #fff !important;
    font-weight: 900;
}

.mikado-hp2-footer-strip .elementor-icon-box-description {
    color: rgba(255, 255, 255, 0.66) !important;
}

.mikado-hp2-footer .elementor-heading-title {
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.mikado-hp2-footer .elementor-widget-text-editor {
    color: #b7b2b2 !important;
    font-size: 13px;
    line-height: 1.7;
}

.mikado-hp2-footer a {
    color: #d4d0d0 !important;
    text-decoration: none;
}

.mikado-hp2-footer a:hover {
    color: #fff !important;
}

.mikado-hp2-footer .elementor-button {
    color: #fff !important;
    background: var(--hp2-red) !important;
    border-radius: 8px;
    font-weight: 900;
}

.mikado-hp2-footer .elementor-button:hover {
    background: #b9040f !important;
}

.mikado-simple-page,
.mikado-blog-page {
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #111318;
}

.mikado-simple-page .elementor-heading-title,
.mikado-blog-page .elementor-heading-title {
    color: #111318 !important;
    font-weight: 950;
    letter-spacing: 0;
}

.mikado-simple-page h1.elementor-heading-title,
.mikado-blog-page h1.elementor-heading-title {
    color: var(--hp2-red, #e30613) !important;
}

.mikado-simple-page .elementor-widget-text-editor,
.mikado-blog-page .elementor-widget-text-editor {
    color: #4e5562;
    font-size: 16px;
    line-height: 1.75;
}

.mikado-simple-page > .elementor-container,
.mikado-blog-page > .elementor-container {
    max-width: 1120px;
}

.mikado-page-lead {
    max-width: 820px;
    color: #111318;
    font-size: 21px;
    font-weight: 750;
    line-height: 1.45;
}

.mikado-simple-page .elementor-button {
    border-radius: 8px;
    background: var(--hp2-red, #e30613);
    font-weight: 850;
}

.mikado-simple-cards .elementor-widget-wrap {
    min-height: 180px;
    padding: 24px !important;
    background: #f6f7f9;
    border: 1px solid #e2e5ea;
    border-radius: 10px;
}

.mikado-simple-cards .elementor-heading-title {
    color: var(--hp2-red, #e30613) !important;
    font-size: 24px;
}

.mikado-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mikado-blog-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5ea;
    border-radius: 10px;
    box-shadow: 0 16px 32px rgba(17, 19, 24, 0.08);
}

.mikado-blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #f5f6f8;
}

.mikado-blog-card div {
    padding: 18px;
}

.mikado-blog-card span {
    color: var(--hp2-red, #e30613);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.mikado-blog-card h3 {
    margin: 8px 0;
    font-size: 20px;
    line-height: 1.25;
}

.mikado-blog-card h3 a,
.mikado-blog-more {
    color: #111318;
    text-decoration: none;
}

.mikado-blog-card p {
    color: #687182;
    font-size: 14px;
    line-height: 1.6;
}

.mikado-blog-more {
    color: var(--hp2-red, #e30613);
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .mikado-hp2-header > .elementor-container {
        grid-template-columns: minmax(168px, auto) auto minmax(280px, 1fr) minmax(154px, auto);
    }

    .mikado-hp2-products .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mikado-search-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mikado-hp2-topbar {
        display: none;
    }

    .mikado-hp2-header {
        position: relative;
    }

    .mikado-hp2-header > .elementor-container {
        position: relative;
        grid-template-columns: minmax(112px, 1fr) 46px auto 46px;
        gap: 8px;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:first-child {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
    }

    .mikado-hp2-brand-link {
        gap: 8px;
        font-size: 20px;
    }

    .mikado-hp2-brand-link img {
        width: 42px;
        height: 42px;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
        width: 46px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(4) {
        grid-column: 3;
        grid-row: 1;
        width: auto !important;
        min-width: 0 !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(2) {
        grid-column: 4;
        grid-row: 1;
        width: 46px !important;
        min-width: 46px !important;
    }

    .mikado-hp2-header-actions .elementor-widget-wrap {
        justify-content: flex-end;
        gap: 8px;
    }

    .mikado-hp2-lang-menu summary,
    .mikado-hp2-b2b-button,
    .mikado-fast-search-toggle,
    .mikado-hp2-cat-dropdown summary {
        width: 46px;
        min-width: 46px;
        height: 46px;
        min-height: 46px;
        padding: 0;
    }

    .mikado-hp2-b2b-button {
        width: auto;
        min-width: 58px;
        padding: 0 14px;
        border-radius: 999px;
    }

    .mikado-fast-search {
        position: static;
    }

    .mikado-fast-search-toggle {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #111318;
        background: #f2f4f7;
        border: 1px solid #dde2e8;
        border-radius: 999px;
        box-shadow: 0 10px 24px rgba(17, 19, 24, 0.08);
        cursor: pointer;
    }

    .mikado-fast-search-toggle::before {
        content: "";
        width: 15px;
        height: 15px;
        border: 3px solid currentColor;
        border-radius: 50%;
    }

    .mikado-fast-search-toggle::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 3px;
        margin-top: 20px;
        margin-left: 20px;
        background: currentColor;
        border-radius: 999px;
        transform: rotate(45deg);
    }

    .mikado-fast-search-panel {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        z-index: 10000;
        display: none;
        padding: 0;
        background: #fff;
    }

    .mikado-fast-search.is-open .mikado-fast-search-panel {
        display: block;
    }

    .mikado-fast-search input {
        min-height: 58px;
        border-radius: 16px;
        font-size: 15px;
    }

    .mikado-fast-search-results {
        top: calc(100% + 8px);
        max-height: 62vh;
        overflow: auto;
    }

    .mikado-hp2-cat-dropdown {
        position: static;
    }

    .mikado-hp2-cat-dropdown summary {
        font-size: 0;
        color: #fff;
        background: #111318;
        box-shadow: 0 10px 24px rgba(17, 19, 24, 0.18);
    }

    .mikado-hp2-cat-dropdown summary::before {
        content: "";
        width: 18px;
        height: 12px;
        border-top: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
    }

    .mikado-hp2-cat-dropdown summary::after {
        width: 18px;
        height: 3px;
        margin-left: -18px;
        background: currentColor;
        border: 0;
        transform: none;
    }

    .mikado-hp2-cat-dropdown[open] summary::after {
        transform: none;
    }

    .mikado-hp2-cat-panel {
        left: 0;
        right: 0;
        top: calc(100% + 12px);
        z-index: 9999;
    }

    .mikado-hp2-page > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 330px;
        padding: 20px;
    }

    .mikado-hp2-page > .elementor-container > .elementor-column .elementor-heading-title {
        font-size: 24px;
    }

    .mikado-hp2-products .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mikado-hp2-banner-stage {
        overflow: hidden;
    }

    .mikado-hp2-banner-carousel {
        overflow-x: auto;
        padding-bottom: 22px;
        scroll-snap-type: x mandatory;
    }

    .mikado-hp2-banner-track {
        width: max-content;
        gap: 14px;
        padding-right: 18px;
        animation: none;
    }

    .mikado-hp2-banner-card,
    .mikado-hp2-banner-card:first-child {
        flex-basis: min(78vw, 430px);
        min-height: 430px;
        scroll-snap-align: start;
    }

    .mikado-hp2-banner-content {
        min-height: 430px;
        padding: 28px 24px;
    }

    .mikado-hp2-banner-content h2 {
        font-size: 28px;
    }

    .mikado-hp2-banner-content p {
        font-size: 17px;
    }

    .mikado-hp2-categories {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .mikado-hp2-categories > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .mikado-hp2-category-card > .elementor-widget-container,
    .mikado-hp2-categories .elementor-column > .elementor-widget-wrap {
        min-height: 112px;
        border-radius: 13px;
    }

    .mikado-hp2-category-card > .elementor-widget-container {
        padding: 16px 12px 16px 16px;
    }

    .mikado-hp2-category-card .elementor-image-box-title {
        font-size: 18px;
    }

    .mikado-hp2-category-card .elementor-image-box-img {
        width: 70px !important;
        flex-basis: 70px;
    }

    .mikado-hp2-category-card img {
        width: 70px;
        height: 56px;
    }

    .mikado-search-page {
        padding: 44px 16px 56px;
    }

    .mikado-search-page-form {
        grid-template-columns: 1fr;
    }

    .mikado-search-page-form button {
        width: 100%;
    }

    .mikado-search-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .mikado-search-card a {
        grid-template-rows: 150px minmax(0, 1fr);
    }

    .mikado-hp2-cat-panel {
        position: absolute;
        width: 100%;
        margin-top: 10px;
        padding: 14px;
        max-height: none;
        box-shadow: 0 18px 44px rgba(17, 19, 24, 0.16);
    }

    .mikado-hp2-cat-flyout,
    .mikado-hp2-cat-level1 {
        min-height: auto;
    }

    .mikado-hp2-cat-level1 {
        width: 100%;
        border-right: 0;
    }

    .mikado-hp2-cat-level1 li.has-children,
    .mikado-hp2-cat-level2 li.has-children {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        align-items: center;
        gap: 4px;
    }

    .mikado-hp2-cat-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        color: #111318;
        background: #f1f3f6;
        border: 1px solid #e1e5ea;
        border-radius: 999px;
        cursor: pointer;
    }

    .mikado-hp2-cat-toggle::before {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-2px) rotate(45deg);
    }

    .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-toggle::before,
    .mikado-hp2-cat-level2 li.is-open > .mikado-hp2-cat-toggle::before {
        transform: translateY(2px) rotate(225deg);
    }

    .mikado-hp2-cat-menu-item.has-children > .mikado-hp2-cat-main::after,
    .mikado-hp2-cat-level2 li.has-children > .mikado-hp2-cat-child::after {
        display: none;
    }

    .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level3,
    .mikado-hp2-cat-menu-item:first-child > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level2 li:first-child > .mikado-hp2-cat-level3 {
        position: static;
        grid-column: 1 / -1;
        display: none;
        padding: 8px 0 8px 14px;
        border-left: 2px solid #e6e9ee;
        background: transparent;
    }

    .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level2 li.is-open > .mikado-hp2-cat-level3 {
        display: block;
    }

    .mikado-hp2-cat-level2 > ul,
    .mikado-hp2-cat-level3 > ul {
        max-width: none;
    }

    .mikado-hp2-cat-level-title {
        display: none;
    }

    .mikado-blog-grid {
        grid-template-columns: 1fr;
    }

    .mikado-hp2-newsletter > .elementor-container {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mikado-hp2-newsletter .elementor-widget-form {
        margin-left: 0;
        max-width: none;
    }

    .mikado-hp2-newsletter .elementor-form .elementor-form-fields-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .mikado-hp2-newsletter .elementor-field-group .elementor-field,
    .mikado-hp2-newsletter .elementor-button {
        width: 100% !important;
        border-radius: 9px;
    }
}

/* Final B2B CTA treatment: light fill, animated red attention ring, no black background. */
.mikado-hp2-b2b-button,
.mikado-b2b-button {
    color: #111318 !important;
    background: #fff !important;
    border: 2px solid #e30613 !important;
    box-shadow: 0 10px 28px rgba(227, 6, 19, 0.16), 0 0 0 0 rgba(227, 6, 19, 0.22) !important;
    animation: mikadoB2BLightPulse 2.8s ease-in-out infinite !important;
}

.mikado-hp2-b2b-button::before,
.mikado-b2b-button::before,
.mikado-hp2-b2b-button::after,
.mikado-b2b-button::after {
    display: none !important;
}

.mikado-hp2-b2b-button:hover,
.mikado-b2b-button:hover {
    color: #111318 !important;
    background: #fff !important;
    border-color: #e30613 !important;
    transform: none !important;
    box-shadow: 0 10px 28px rgba(227, 6, 19, 0.16), 0 0 0 0 rgba(227, 6, 19, 0.22) !important;
}

@keyframes mikadoB2BLightPulse {
    0%, 100% {
        box-shadow: 0 10px 28px rgba(227, 6, 19, 0.16), 0 0 0 0 rgba(227, 6, 19, 0.22);
    }
    50% {
        box-shadow: 0 12px 32px rgba(227, 6, 19, 0.2), 0 0 0 7px rgba(227, 6, 19, 0.08);
    }
}

/* Final banner sizing: equal desktop cards, swipeable mobile track. */
@media (min-width: 768px) {
    .mikado-hp2-banner-track {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 18px !important;
        width: 100% !important;
        overflow: visible !important;
        animation: none !important;
        transform: none !important;
    }

    .mikado-hp2-banner-card,
    .mikado-hp2-banner-card:first-child {
        flex: none !important;
        min-width: 0 !important;
        width: auto !important;
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    .mikado-hp2-banner-carousel {
        overflow: hidden !important;
        width: 100% !important;
        padding-bottom: 28px;
    }

    .mikado-hp2-banner-track {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-right: 18px;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        animation: none !important;
        transform: none !important;
    }

    .mikado-hp2-banner-track::-webkit-scrollbar {
        display: none;
    }

    .mikado-hp2-banner-card,
    .mikado-hp2-banner-card:first-child {
        flex: 0 0 calc(100vw - 44px) !important;
        width: calc(100vw - 44px) !important;
        max-width: calc(100vw - 44px) !important;
        min-width: calc(100vw - 44px) !important;
        min-height: 410px;
        scroll-snap-align: start;
    }
}

/* Mega menu placement and forgiving hover travel. */
@media (min-width: 768px) {
    .mikado-hp2-header,
    .mikado-global-header,
    .mikado-hp2-header > .elementor-container,
    .mikado-global-main {
        position: relative !important;
    }

    .mikado-hp2-header .mikado-hp2-cat-dropdown,
    .mikado-global-header .mikado-hp2-cat-dropdown {
        position: static !important;
    }

    .mikado-hp2-header .mikado-hp2-cat-panel,
    .mikado-global-header .mikado-hp2-cat-panel {
        top: calc(100% + 8px) !important;
        left: 42px !important;
        right: auto !important;
        width: min(1620px, calc(100vw - 84px)) !important;
        max-width: calc(100vw - 84px) !important;
    }

    .mikado-hp2-cat-panel::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        height: 12px;
    }
}

@media (max-width: 520px) {
    .mikado-hp2-header > .elementor-container {
        grid-template-columns: minmax(106px, 1fr) 44px auto 44px;
        gap: 7px;
    }

    .mikado-hp2-brand-link {
        font-size: 18px;
    }

    .mikado-hp2-brand-link img {
        width: 38px;
        height: 38px;
    }

    .mikado-hp2-lang-menu summary,
    .mikado-fast-search-toggle,
    .mikado-hp2-cat-dropdown summary {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }

    .mikado-hp2-b2b-button {
        min-width: 54px;
        min-height: 44px;
        padding: 0 12px;
    }

    .mikado-search-page-grid {
        grid-template-columns: 1fr;
    }

    .mikado-hp2-banner-card,
    .mikado-hp2-banner-card:first-child {
        flex-basis: 78vw;
        min-height: 410px;
    }

    .mikado-hp2-banner-content {
        min-height: 410px;
        padding: 26px 22px;
    }

    .mikado-hp2-banner-content h2 {
        font-size: 26px;
    }

    .mikado-hp2-categories > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mikado-hp2-category-card > .elementor-widget-container,
    .mikado-hp2-categories .elementor-column > .elementor-widget-wrap {
        min-height: 104px;
    }

    .mikado-hp2-category-card .elementor-image-box-title {
        font-size: 17px;
    }

    .mikado-hp2-category-card .elementor-image-box-wrapper {
        align-items: flex-start;
    }

    .mikado-hp2-products .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .mikado-hp2-search .dgwt-wcas-suggestions-wrapp {
        min-width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }

}

/* HP2 polish pass: mobile header, staged mega menu, language picker, CTA/footer */
.mikado-hp2-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e6e9ee;
    box-shadow: 0 8px 30px rgba(17, 19, 24, 0.06);
}

.mikado-hp2-header > .elementor-container {
    position: relative;
    overflow: visible;
}

.mikado-hp2-brand-link {
    letter-spacing: 0;
}

.mikado-fast-search-toggle,
.mikado-hp2-cat-dropdown summary,
.mikado-hp2-lang-menu summary,
.mikado-hp2-b2b-button {
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.mikado-fast-search-toggle:hover,
.mikado-hp2-cat-dropdown summary:hover,
.mikado-hp2-lang-menu summary:hover,
.mikado-hp2-b2b-button:hover {
    transform: translateY(-1px);
}

.mikado-fast-search-toggle {
    color: #111318;
}

.mikado-fast-search-toggle::before {
    width: 17px;
    height: 17px;
    border: 3px solid currentColor;
    border-radius: 999px;
}

.mikado-fast-search-toggle::after {
    width: 12px;
    height: 3px;
    margin-top: 21px;
    margin-left: 21px;
    background: currentColor;
    border-radius: 999px;
    transform: rotate(45deg);
}

.mikado-hp2-b2b-button,
.mikado-b2b-button {
    color: #fff !important;
    background: linear-gradient(110deg, #111318 0%, #111318 30%, #343842 42%, #e30613 50%, #343842 58%, #111318 70%, #111318 100%) !important;
    background-size: 260% 100% !important;
    box-shadow: 0 14px 34px rgba(17, 19, 24, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    animation: mikadoB2BShine 3.4s linear infinite;
}

.mikado-hp2-b2b-button:hover,
.mikado-b2b-button:hover {
    box-shadow: 0 18px 40px rgba(227, 6, 19, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

@keyframes mikadoB2BShine {
    from { background-position: 120% 0; }
    to { background-position: -120% 0; }
}

.mikado-hp2-lang-menu {
    position: relative;
}

.mikado-hp2-lang-menu summary {
    color: #111318;
    background: #f4f6f8;
    border: 1px solid #dfe4ea;
    box-shadow: 0 10px 28px rgba(17, 19, 24, 0.08);
}

.mikado-hp2-lang-menu[open] summary {
    background: #fff;
    border-color: #cfd7e2;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.08), 0 14px 34px rgba(17, 19, 24, 0.12);
}

.mikado-hp2-lang-menu summary::after {
    width: 10px;
    height: 10px;
    border-width: 0 3px 3px 0;
    border-color: #111318;
}

.mikado-hp2-lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #e3e7ed;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(17, 19, 24, 0.08);
    font-size: 18px;
    line-height: 1;
}

.mikado-hp2-lang-panel {
    min-width: 230px;
    padding: 10px;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 16px;
    box-shadow: 0 22px 52px rgba(17, 19, 24, 0.16);
}

.mikado-hp2-lang-panel a {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 48px;
    padding: 8px 12px;
    color: #111318 !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 900;
}

.mikado-hp2-lang-panel a:hover {
    color: #e30613 !important;
    background: transparent;
}

.mikado-hp2-lang-panel a.is-active {
    color: #e30613 !important;
    background: transparent;
}

.mikado-hp2-lang-panel a span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #e3e7ed;
    border-radius: 999px;
    font-size: 17px;
}

@media (min-width: 768px) {
    .mikado-hp2-cat-dropdown {
        position: static !important;
    }

    .mikado-hp2-cat-panel {
        position: absolute !important;
        top: calc(100% - 10px) !important;
        left: 0 !important;
        right: auto !important;
        width: min(1120px, calc(100vw - 84px)) !important;
        max-height: calc(100vh - 150px);
        margin-top: 0 !important;
        padding: 18px !important;
        overflow: hidden auto;
        border-radius: 14px;
        box-shadow: 0 28px 70px rgba(17, 19, 24, 0.18);
    }

    .mikado-hp2-cat-flyout {
        display: grid;
        grid-template-columns: 300px 330px minmax(300px, 1fr);
        min-height: 430px;
    }

    .mikado-hp2-cat-level1 {
        width: auto;
        min-height: 430px;
        border-right: 1px solid #e1e6ed;
    }

    .mikado-hp2-cat-menu-item:first-child > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level2 li:first-child > .mikado-hp2-cat-level3 {
        display: none !important;
    }

    .mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
    .mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3 {
        display: block !important;
    }

    .mikado-hp2-cat-level2 {
        left: 300px;
        width: 330px;
        border-right: 1px solid #e1e6ed;
        background: #f5f7fa;
    }

    .mikado-hp2-cat-level3 {
        left: 330px;
        width: calc(100% - 330px);
        background: #fff;
    }

    .mikado-hp2-cat-main,
    .mikado-hp2-cat-child,
    .mikado-hp2-cat-grandchild {
        border-radius: 10px;
    }

    .mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-main,
    .mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-child {
        color: #e30613 !important;
        background: transparent;
    }
}

/* B2B CTA: ambient attention in normal state, almost neutral hover. */
.mikado-hp2-b2b-button,
.mikado-b2b-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff !important;
    background: #111318 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(17, 19, 24, 0.22), 0 0 0 0 rgba(227, 6, 19, 0.34);
    animation: mikadoB2BPulse 2.8s ease-in-out infinite !important;
}

.mikado-hp2-b2b-button::before,
.mikado-b2b-button::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: conic-gradient(from var(--mikado-b2b-angle, 0deg), #111318, #e30613, #ffffff, #e30613, #111318);
    opacity: 0.9;
    animation: mikadoB2BRing 4.2s linear infinite;
}

.mikado-hp2-b2b-button::after,
.mikado-b2b-button::after {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: -1;
    background: linear-gradient(135deg, #111318, #171b22 58%, #2b1115);
    border-radius: inherit;
}

.mikado-hp2-b2b-button:hover,
.mikado-b2b-button:hover {
    color: #fff !important;
    background: #111318 !important;
    transform: none !important;
    box-shadow: 0 14px 30px rgba(17, 19, 24, 0.22), 0 0 0 0 rgba(227, 6, 19, 0.34) !important;
}

@keyframes mikadoB2BPulse {
    0%, 100% {
        box-shadow: 0 14px 30px rgba(17, 19, 24, 0.22), 0 0 0 0 rgba(227, 6, 19, 0.34);
    }
    50% {
        box-shadow: 0 16px 34px rgba(17, 19, 24, 0.24), 0 0 0 7px rgba(227, 6, 19, 0.08);
    }
}

@keyframes mikadoB2BRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mikado-hp2-b2b-button,
    .mikado-b2b-button,
    .mikado-hp2-b2b-button::before,
    .mikado-b2b-button::before {
        animation: none !important;
    }
}

/* Newsletter/footer refinement */
.mikado-hp2-newsletter,
.mikado-global-newsletter {
    background: #e30613 !important;
}

.mikado-hp2-newsletter .mikado-hp2-brand-link {
    display: none !important;
}

.mikado-hp2-newsletter > .elementor-container,
.mikado-global-newsletter-inner {
    align-items: center !important;
}

.mikado-hp2-newsletter .elementor-widget-text-editor,
.mikado-global-newsletter p {
    color: rgba(255, 255, 255, 0.76) !important;
}

.mikado-hp2-newsletter .elementor-form,
.mikado-global-newsletter-form {
    display: flex !important;
    align-items: center !important;
    min-height: 62px !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 10px !important;
    box-shadow: 0 20px 44px rgba(17, 19, 24, 0.16) !important;
}

.mikado-hp2-newsletter .elementor-form .elementor-form-fields-wrapper {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    gap: 0 !important;
}

.mikado-hp2-newsletter .elementor-field-group,
.mikado-hp2-newsletter .e-form__buttons {
    display: flex !important;
    align-items: center !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mikado-hp2-newsletter .elementor-field-group-email {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.mikado-hp2-newsletter .e-form__buttons {
    flex: 0 0 auto !important;
}

.mikado-hp2-newsletter .elementor-field-group .elementor-field,
.mikado-global-newsletter-form input {
    display: flex !important;
    align-items: center !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 0 24px !important;
    color: #111318 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 10px 0 0 10px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 62px !important;
}

.mikado-hp2-newsletter .elementor-field::placeholder,
.mikado-global-newsletter-form input::placeholder {
    color: #a7adb7 !important;
    opacity: 1;
}

.mikado-hp2-newsletter .elementor-button,
.mikado-global-newsletter-form button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: stretch !important;
    min-width: 230px !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 0 28px !important;
    color: #f1f3f6 !important;
    background: #111318 !important;
    border: 0 !important;
    border-radius: 0 10px 10px 0 !important;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase;
}

.mikado-hp2-newsletter .elementor-button:hover,
.mikado-global-newsletter-form button:hover {
    background: #111318 !important;
    color: #fff !important;
}

.mikado-global-newsletter-icon {
    display: none !important;
}

.mikado-global-newsletter-inner {
    grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1fr) !important;
}

.mikado-global-footer-inner {
    grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr)) !important;
}

.mikado-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 18px;
}

.mikado-social-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mikado-social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.mikado-social-link:hover {
    color: #fff !important;
    background: #e30613;
    border-color: #e30613;
    transform: translateY(-1px);
}

.mikado-hp2-footer .mikado-social-links {
    margin-top: 18px;
}

@media (max-width: 767px) {
    .mikado-hp2-newsletter .elementor-form,
    .mikado-global-newsletter-form {
        display: grid !important;
        min-height: auto !important;
        padding: 6px !important;
        gap: 5px !important;
    }

    .mikado-hp2-newsletter .elementor-form .elementor-form-fields-wrapper {
        flex-direction: column !important;
        gap: 6px !important;
    }

    .mikado-hp2-newsletter .elementor-field-group .elementor-field,
    .mikado-global-newsletter-form input,
    .mikado-hp2-newsletter .elementor-button,
    .mikado-global-newsletter-form button {
        width: 100% !important;
        min-width: 0 !important;
        border-radius: 8px !important;
    }

    .mikado-global-newsletter-inner,
    .mikado-global-footer-inner {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    .mikado-hp2-header {
        position: sticky;
        top: 0;
        z-index: 2200;
    }

    .mikado-hp2-header > .elementor-container {
        grid-template-columns: max-content 42px max-content 42px !important;
        justify-content: start !important;
        align-items: center !important;
        gap: 5px !important;
        padding: 12px 10px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 48px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(4) {
        grid-column: 3 !important;
        grid-row: 1 !important;
        width: auto !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(2) {
        grid-column: 4 !important;
        grid-row: 1 !important;
        width: 48px !important;
        min-width: 48px !important;
    }

    .mikado-hp2-header-actions .elementor-widget-wrap {
        gap: 5px !important;
        justify-content: flex-end !important;
    }

    .mikado-hp2-brand-link {
        gap: 7px !important;
        font-size: 17px !important;
        white-space: nowrap;
    }

    .mikado-hp2-brand-link img {
        width: 38px !important;
        height: 38px !important;
    }

    .mikado-fast-search,
    .mikado-hp2-cat-dropdown {
        position: static !important;
    }

    .mikado-hp2-lang-menu summary,
    .mikado-fast-search-toggle,
    .mikado-hp2-cat-dropdown summary {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        border-radius: 999px !important;
    }

    .mikado-hp2-b2b-button {
        min-width: 50px !important;
        min-height: 42px !important;
        padding: 0 10px !important;
        border-radius: 999px !important;
        font-size: 14px !important;
    }

    .mikado-fast-search-panel {
        position: absolute !important;
        top: calc(100% + 1px) !important;
        left: 50% !important;
        right: auto !important;
        z-index: 2205 !important;
        display: none;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 14px 16px 18px !important;
        background: #fff !important;
        border-top: 1px solid #e3e7ed;
        border-bottom: 1px solid #e3e7ed;
        border-radius: 0 !important;
        box-shadow: 0 22px 54px rgba(17, 19, 24, 0.15);
        transform: translateX(-50%);
    }

    .mikado-fast-search.is-open .mikado-fast-search-panel {
        display: block !important;
    }

    .mikado-fast-search input {
        width: 100% !important;
        min-height: 62px !important;
        padding-left: 58px !important;
        border-radius: 18px !important;
        font-size: 16px !important;
    }

    .mikado-fast-search-results {
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        top: calc(100% + 10px) !important;
        max-height: calc(100vh - 190px) !important;
        border-radius: 16px !important;
    }

    .mikado-hp2-cat-dropdown summary {
        background: #c90012 !important;
        color: #fff !important;
        box-shadow: 0 12px 28px rgba(201, 0, 18, 0.26);
    }

    .mikado-hp2-cat-dropdown[open] summary::before,
    .mikado-hp2-cat-dropdown[open] summary::after {
        content: "" !important;
        position: absolute !important;
        width: 22px !important;
        height: 3px !important;
        margin: 0 !important;
        border: 0 !important;
        background: currentColor !important;
        border-radius: 999px !important;
    }

    .mikado-hp2-cat-dropdown[open] summary::before {
        transform: rotate(45deg) !important;
    }

    .mikado-hp2-cat-dropdown[open] summary::after {
        transform: rotate(-45deg) !important;
    }

    .mikado-hp2-cat-panel {
        position: absolute !important;
        top: calc(100% + 1px) !important;
        left: 50% !important;
        right: auto !important;
        z-index: 2204 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        max-height: calc(100vh - 76px) !important;
        margin: 0 !important;
        padding: 18px 16px 26px !important;
        overflow: auto !important;
        background: #fff !important;
        border: 0 !important;
        border-top: 1px solid #e3e7ed !important;
        border-radius: 0 !important;
        box-shadow: 0 24px 60px rgba(17, 19, 24, 0.18) !important;
        transform: translateX(-50%);
    }

    .mikado-hp2-cat-panel h3 {
        font-size: 23px;
    }

    .mikado-hp2-cat-panel p {
        font-size: 13px;
    }

    .mikado-hp2-cat-main,
    .mikado-hp2-cat-child,
    .mikado-hp2-cat-grandchild {
        min-height: 48px;
        padding: 13px 14px;
        border-radius: 12px;
    }

    .mikado-hp2-lang-panel {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        right: 0 !important;
        left: auto !important;
        z-index: 2210 !important;
        min-width: 210px;
    }
}

.mikado-hp2-newsletter {
    overflow: hidden;
    padding: 70px 16px 72px !important;
    background: #168d3a !important;
}

.mikado-hp2-newsletter > .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 18px !important;
    max-width: 920px !important;
    margin: 0 auto;
    text-align: center;
}

.mikado-hp2-newsletter > .elementor-container > .elementor-column {
    width: 100% !important;
}

.mikado-hp2-newsletter .mikado-hp2-brand-link {
    justify-content: center;
    margin: 0 0 10px;
    color: #fff;
}

.mikado-hp2-newsletter .elementor-heading-title {
    max-width: none !important;
    color: #fff !important;
    font-size: clamp(30px, 4vw, 44px) !important;
    line-height: 1.08 !important;
    text-align: center;
}

.mikado-hp2-newsletter .elementor-widget-text-editor {
    max-width: 760px !important;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
}

.mikado-hp2-newsletter .elementor-widget-form {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin: 24px auto 0 !important;
}

.mikado-hp2-newsletter .elementor-form {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 22px 46px rgba(17, 19, 24, 0.16) !important;
}

.mikado-hp2-newsletter .elementor-form .elementor-form-fields-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 0 !important;
}

.mikado-hp2-newsletter .elementor-field-group-email {
    flex: 1 1 auto !important;
}

.mikado-hp2-newsletter .e-form__buttons {
    flex: 0 0 auto !important;
}

.mikado-hp2-newsletter .elementor-field-group .elementor-field {
    min-height: 62px !important;
    padding-inline: 24px !important;
    color: #111318 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 10px 0 0 10px !important;
    font-size: 15px;
    font-weight: 800;
}

.mikado-hp2-newsletter .elementor-button {
    min-width: 260px !important;
    min-height: 62px !important;
    color: #fff !important;
    background: #3b382f !important;
    border-radius: 0 10px 10px 0 !important;
    font-weight: 900;
}

.mikado-hp2-newsletter .elementor-button:hover {
    background: #111318 !important;
}

.mikado-hp2-footer-strip,
.mikado-hp2-footer {
    background: #211d1d !important;
}

.mikado-hp2-footer-strip {
    padding: 48px 16px 42px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mikado-hp2-footer-strip > .elementor-container,
.mikado-hp2-footer > .elementor-container {
    max-width: 1360px !important;
}

.mikado-hp2-footer-strip .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 18px;
}

.mikado-hp2-footer-strip .elementor-icon {
    color: #fff !important;
    fill: #fff !important;
    opacity: 0.95;
}

.mikado-hp2-footer-strip .elementor-icon-box-title {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.35;
    font-weight: 900 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mikado-hp2-footer-strip .elementor-icon-box-description {
    color: rgba(255, 255, 255, 0.58) !important;
}

.mikado-hp2-footer {
    padding: 54px 16px 30px !important;
    color: #fff;
}

.mikado-hp2-footer .mikado-hp2-brand-link {
    margin-bottom: 18px;
}

.mikado-hp2-footer .elementor-heading-title {
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.08em;
}

.mikado-hp2-footer .elementor-widget-text-editor {
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 14px !important;
}

.mikado-hp2-footer a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.mikado-hp2-footer a:hover {
    color: #fff !important;
}

@media (max-width: 767px) {
    .mikado-hp2-newsletter {
        padding: 52px 16px 56px !important;
    }

    .mikado-hp2-newsletter .elementor-heading-title {
        font-size: 30px !important;
    }

    .mikado-hp2-newsletter .elementor-widget-text-editor {
        font-size: 15px;
    }

    .mikado-hp2-newsletter .elementor-form .elementor-form-fields-wrapper {
        flex-direction: column;
        gap: 10px !important;
    }

    .mikado-hp2-newsletter .elementor-field-group .elementor-field,
    .mikado-hp2-newsletter .elementor-button {
        width: 100% !important;
        min-width: 0 !important;
        border-radius: 10px !important;
    }

    .mikado-hp2-footer-strip {
        padding: 34px 16px 28px !important;
    }

    .mikado-hp2-footer-strip .elementor-icon-box-wrapper {
        align-items: flex-start !important;
    }

    .mikado-hp2-footer {
        padding-top: 38px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mikado-hp2-b2b-button,
    .mikado-b2b-button {
        animation: none !important;
    }
}

/* Global HP2-style header/footer and product detail */
.mikado-global-header {
    position: sticky;
    top: 0;
    z-index: 1300;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5e9ef;
    box-shadow: 0 10px 30px rgba(17, 19, 24, 0.06);
}

.mikado-global-topbar {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: 1360px;
    margin: 0 auto;
    padding: 15px 22px 12px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.mikado-global-topbar nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mikado-global-topbar a {
    color: #555d6b;
    text-decoration: none;
}

.mikado-global-topbar a:hover {
    color: #e30613;
}

.mikado-topbar-catalog-social {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.mikado-topbar-social,
.mikado-topbar-social .mikado-social-links {
    display: inline-flex;
    align-items: center;
}

.mikado-topbar-social .mikado-social-links {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
}

.mikado-global-topbar .mikado-topbar-social .mikado-social-link {
    width: 24px;
    height: 24px;
    color: #b8c0ca !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.mikado-global-topbar .mikado-topbar-social .mikado-social-link svg {
    width: 16px;
    height: 16px;
}

.mikado-global-topbar .mikado-topbar-social .mikado-social-link:hover {
    color: #e30613 !important;
}

.mikado-global-main {
    position: relative;
    display: grid;
    grid-template-columns: 190px 170px minmax(280px, 1fr) auto;
    align-items: center;
    gap: 14px;
    max-width: 1360px;
    margin: 0 auto;
    padding: 18px 22px;
}

.mikado-global-header .mikado-hp2-brand-link {
    color: #111318;
}

.mikado-global-header .mikado-hp2-brand-link.is-total-fishing img {
    height: 76px;
    max-width: 118px;
}

.mikado-global-cat .mikado-hp2-cat-dropdown,
.mikado-global-search .mikado-fast-search {
    position: static;
}

.mikado-global-cat .mikado-hp2-cat-dropdown summary {
    width: 100%;
    min-width: 0;
    justify-content: center;
    color: #fff;
    background: #c90012;
    box-shadow: 0 16px 34px rgba(201, 0, 18, 0.2);
}

.mikado-global-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mikado-global-header .mikado-fast-search-panel {
    display: block;
}

.mikado-global-header .mikado-fast-search-toggle {
    display: none;
}

.mikado-global-header .mikado-hp2-cat-panel {
    top: calc(100% + 0px) !important;
    left: 22px !important;
}

@media (min-width: 768px) {
    .mikado-hp2-banner-track {
        display: grid !important;
        grid-template-columns: 1.12fr 1fr 1fr 1fr;
        gap: 18px;
        width: 100% !important;
        animation: none !important;
        transform: none !important;
    }

    .mikado-hp2-banner-carousel {
        overflow: visible;
        padding-bottom: 24px;
    }

    .mikado-hp2-banner-card,
    .mikado-hp2-banner-card:first-child {
        flex: none;
        min-width: 0;
        min-height: 430px;
    }

    .mikado-hp2-banner-dots {
        display: none;
    }
}

.mikado-hp2-banner-dots span {
    width: 12px;
    height: 12px;
    transition: width 180ms ease, background 180ms ease;
}

.mikado-hp2-banner-dots span:first-child {
    width: 12px;
    background: #cfd3d8;
}

.mikado-hp2-banner-dots span.is-active {
    width: 56px;
    background: #157a3b;
}

.mikado-global-newsletter {
    padding: 28px 18px;
    background: #e30613;
}

.mikado-global-newsletter-inner {
    display: grid;
    grid-template-columns: 120px minmax(280px, 0.95fr) minmax(320px, 1fr);
    align-items: center;
    gap: 28px;
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
}

.mikado-global-newsletter-icon {
    width: 92px;
    height: 72px;
    border: 4px solid rgba(255, 255, 255, 0.86);
    border-radius: 14px;
    transform: rotate(-14deg);
}

.mikado-global-newsletter-icon::before,
.mikado-global-newsletter-icon::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 31px;
    height: 4px;
    background: rgba(255, 255, 255, 0.86);
}

.mikado-global-newsletter-icon::before {
    transform: rotate(27deg);
    transform-origin: left center;
}

.mikado-global-newsletter-icon::after {
    transform: rotate(-27deg);
    transform-origin: right center;
}

.mikado-global-newsletter h2,
.mikado-product-detail h1,
.mikado-product-detail h2,
.mikado-product-tabs nav button,
.mikado-global-footer h3 {
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
}

.mikado-global-newsletter h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
}

.mikado-global-newsletter p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.55;
}

.mikado-global-newsletter-form {
    display: flex;
    min-height: 58px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(17, 19, 24, 0.18);
}

.mikado-global-newsletter-form input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 22px;
    border: 0;
    font-weight: 800;
}

.mikado-global-newsletter-form button {
    min-width: 190px;
    color: #fff;
    background: #111318;
    border: 0;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.mikado-global-trust,
.mikado-global-footer {
    background: #211d1d;
}

.mikado-global-trust {
    padding: 34px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mikado-global-trust-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    max-width: 1280px;
    margin: 0 auto;
}

.mikado-global-trust span {
    color: #fff;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: uppercase;
}

.mikado-global-footer {
    padding: 46px 18px 28px;
    color: #fff;
}

.mikado-global-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 44px;
    max-width: 1280px;
    margin: 0 auto;
}

.mikado-global-footer .mikado-hp2-brand-link {
    justify-content: flex-start;
    color: #fff;
}

.mikado-global-footer p {
    max-width: 320px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.7;
}

.mikado-global-footer h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mikado-global-footer a {
    display: block;
    margin: 0 0 11px;
    color: rgba(255, 255, 255, 0.66);
    text-decoration: none;
}

.mikado-global-footer a:hover {
    color: #fff;
}

.mikado-hp2-global-footer > .elementor-container,
.mikado-hp2-global-footer > .elementor-container > .elementor-column,
.mikado-hp2-global-footer .elementor-widget-wrap,
.mikado-hp2-global-footer .elementor-widget-container,
.mikado-hp2-global-footer .elementor-shortcode {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.mikado-global-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1280px;
    margin: 40px auto 0;
    padding-top: 22px;
    color: rgba(255, 255, 255, 0.45);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
}

.single-product .site-main,
.single-product #content {
    width: 100%;
}

body.single-product,
body.single-product.woocommerce,
body.single-product .site,
body.single-product .site-main,
body.single-product #content,
body.single-product .mikado-global-main {
    background: #fff;
}

.mikado-product-detail {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 24px 54px;
    color: #111318;
    background: #fff;
}

.mikado-product-breadcrumbs,
.mikado-product-breadcrumbs .woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 34px;
    color: #e30613;
    font-size: 14px;
    font-weight: 800;
}

.mikado-product-breadcrumbs a {
    color: #737b88;
    text-decoration: none;
}

.mikado-product-breadcrumbs span {
    color: #a4abb6;
}

.mikado-product-breadcrumbs a:hover {
    color: #111318;
}

.mikado-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(360px, 0.82fr);
    gap: 56px;
    align-items: start;
}

.mikado-product-gallery {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 34px;
    min-width: 0;
}

.mikado-product-thumbs {
    display: grid;
    gap: 16px;
    align-self: start;
}

.mikado-product-thumbs button {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 9px;
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 9px;
    cursor: pointer;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.mikado-product-thumbs button.is-active {
    border-color: #e30613;
    box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.08);
}

.mikado-product-thumbs button:hover,
.mikado-product-thumbs button:focus-visible {
    background: #fff;
    border-color: #aeb6c2;
    outline: none;
}

.mikado-product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mikado-product-main-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 620px;
    overflow: visible;
    background: #fbfcfd;
    border: 1px solid #e1e6ed;
    border-radius: 10px;
}

.mikado-product-lightbox-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: zoom-in;
}

.mikado-product-lightbox-trigger:hover,
.mikado-product-lightbox-trigger:focus-visible {
    background: transparent;
    outline: none;
}

.mikado-product-main-image figure,
.mikado-product-main-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 46px;
    overflow: hidden;
    border-radius: 10px;
}

.mikado-product-main-image img {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: contain;
}

.mikado-product-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 7px 12px;
    color: #fff;
    background: #e30613;
    border-radius: 5px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.mikado-product-favourite {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 34px;
    height: 34px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.mikado-product-favourite::before,
.mikado-product-favourite::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 27px;
    border: 3px solid #e30613;
    border-left: 0;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

.mikado-product-favourite::after {
    left: 15px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

.mikado-product-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 15;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px solid #e0e5eb;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(17, 19, 24, 0.10);
    cursor: pointer;
    transform: translateY(-50%);
    transition: border-color 140ms ease, box-shadow 140ms ease;
}

.mikado-product-gallery-arrow::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #111318;
    border-bottom: 2px solid #111318;
}

.mikado-product-gallery-arrow:hover,
.mikado-product-gallery-arrow:focus-visible {
    background: #fff;
    border-color: #b9c1cc;
    box-shadow: 0 16px 34px rgba(17, 19, 24, 0.14);
    outline: none;
}

.mikado-product-gallery-arrow.is-prev {
    left: -23px;
}

.mikado-product-gallery-arrow.is-prev::before {
    transform: rotate(135deg);
}

.mikado-product-gallery-arrow.is-next {
    right: -23px;
}

.mikado-product-gallery-arrow.is-next::before {
    left: 15px;
    transform: rotate(-45deg);
}

.mikado-product-benefits {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.mikado-product-benefits span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px 10px;
    align-items: center;
    color: #555d6b;
    font-size: 13px;
    line-height: 1.25;
}

.mikado-product-benefits i {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    border: 2px solid #cfd5df;
    border-radius: 999px;
}

.mikado-product-benefits i::before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    margin: 9px 0 0 8px;
    border-left: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    transform: rotate(-45deg);
}

.mikado-product-benefits strong {
    color: #111318;
    font-weight: 900;
}

.mikado-product-benefits small {
    color: #6b7280;
}

.mikado-product-summary h1 {
    margin: 0 0 12px;
    color: #111318;
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1.05;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.mikado-product-summary,
.mikado-product-hero,
.mikado-product-tabs {
    min-width: 0;
}

.mikado-product-code {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 0 0 28px;
    color: #7a828f;
    font-size: 15px;
    font-weight: 800;
}

.mikado-product-lead {
    color: #3f4654;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    display: -webkit-box;
    max-width: 650px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.mikado-product-lead strong,
.mikado-product-lead b {
    font-weight: 400;
}

.mikado-product-read-more {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-top: 14px;
    padding: 0 14px;
    color: #4f5663;
    background: #f3f5f7;
    border: 1px solid #e2e6ec;
    border-radius: 8px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 140ms ease, background 140ms ease, border-color 140ms ease;
}

.mikado-product-read-more:hover,
.mikado-product-read-more:focus-visible {
    color: #e30613;
    background: #fff;
    border-color: #cfd5df;
    outline: none;
}

.mikado-product-param-list {
    display: grid;
    gap: 13px;
    margin: 26px 0 30px;
    padding: 0;
    list-style: none;
}

.mikado-product-param-list li {
    position: relative;
    padding-left: 34px;
    color: #363d49;
    font-size: 16px;
}

.mikado-product-param-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    width: 13px;
    height: 7px;
    border-left: 3px solid #ff4d5a;
    border-bottom: 3px solid #ff4d5a;
    transform: rotate(-45deg);
}

.mikado-product-price-box {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e2e6ec;
}

.mikado-product-rrp-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.mikado-product-rrp-label > span {
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 900;
}

.mikado-product-rrp-label button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #737b88;
    background: #fff;
    border: 1px solid #cfd5df;
    border-radius: 999px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    cursor: help;
}

.mikado-product-rrp-label button small {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    z-index: 20;
    width: min(300px, 80vw);
    padding: 10px 12px;
    color: #fff;
    background: #111318;
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(17, 19, 24, 0.18);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity 150ms ease, transform 150ms ease;
}

.mikado-product-rrp-label button:hover small,
.mikado-product-rrp-label button:focus-visible small {
    opacity: 1;
    transform: translate(-50%, 0);
}

.mikado-product-price-box strong,
.mikado-product-price-box .amount {
    color: #111318;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.mikado-product-price-box .woocommerce-Price-currencySymbol {
    font-size: 0.55em;
    vertical-align: baseline;
}

.mikado-product-price-box p {
    max-width: 440px;
    margin: 12px 0 0;
    color: #737b88;
    font-size: 15px;
    line-height: 1.55;
}

html body:not(.wp-admin) .price,
html body:not(.wp-admin) .amount,
html body:not(.wp-admin) .mikado-products-list-price,
html body:not(.wp-admin) .mikado-hp2-new-price,
html body:not(.wp-admin) .mikado-product-price-box,
html body:not(.wp-admin) .mikado-fast-search-item em,
html body:not(.wp-admin) .mikado-search-card em {
    display: none !important;
}

.mikado-product-actions {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.mikado-product-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 24px;
    border-radius: 6px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
}

.mikado-product-primary {
    color: #fff !important;
    background: #e30613;
    box-shadow: 0 14px 34px rgba(227, 6, 19, 0.2);
}

.mikado-product-primary:hover,
.mikado-product-primary:focus-visible {
    color: #fff !important;
    background: #c90010;
}

.mikado-product-secondary {
    color: #111318 !important;
    background: #fff;
    border: 2px solid #a7adb7;
}

.mikado-product-tabs {
    margin-top: 70px;
    width: 100%;
    max-width: none;
}

.mikado-product-tabs nav {
    display: flex;
    gap: 42px;
    overflow-x: auto;
    border-bottom: 1px solid #e2e6ec;
}

.mikado-product-tabs nav button {
    position: relative;
    padding: 0 0 22px;
    color: #111318;
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.mikado-product-tabs nav button.is-active {
    color: #e30613;
}

.mikado-product-tabs nav button:hover,
.mikado-product-tabs nav button:focus-visible {
    color: #e30613;
    background: transparent;
    outline: none;
}

.mikado-product-tabs nav button.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background: #e30613;
}

.mikado-product-tab-panel {
    display: none;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 52px;
    padding-top: 34px;
    width: 100%;
    max-width: none;
}

.mikado-product-tab-panel.is-active {
    display: grid;
}

.mikado-product-copy {
    width: 100%;
    max-width: none;
    color: #343b46;
    font-size: 16px;
    line-height: 1.8;
}

.mikado-product-tab-panel > * {
    min-width: 0;
}

.mikado-product-tab-panel[data-panel="description"],
.mikado-product-tab-panel[data-panel="params"],
.mikado-product-tab-panel[data-panel="related"],
.mikado-product-tab-panel[data-panel="popis"],
.mikado-product-tab-panel[data-panel="parametre"],
.mikado-product-tab-panel[data-panel="suvisiace"] {
    grid-template-columns: minmax(0, 1fr);
}

.mikado-lightbox-open {
    overflow: hidden;
}

.mikado-product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 4vw, 48px);
    background: rgba(10, 12, 16, 0.86);
}

.mikado-product-lightbox img {
    display: block;
    width: auto;
    max-width: min(1180px, 92vw);
    height: auto;
    max-height: 86vh;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.mikado-product-lightbox-close,
.mikado-product-lightbox-nav {
    position: absolute;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    cursor: pointer;
}

.mikado-product-lightbox-close {
    top: 22px;
    right: 22px;
}

.mikado-product-lightbox-close::before,
.mikado-product-lightbox-close::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #111318;
    border-radius: 999px;
}

.mikado-product-lightbox-close::before {
    transform: rotate(45deg);
}

.mikado-product-lightbox-close::after {
    transform: rotate(-45deg);
}

.mikado-product-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
}

.mikado-product-lightbox-nav.is-prev {
    left: 24px;
}

.mikado-product-lightbox-nav.is-next {
    right: 24px;
}

.mikado-product-lightbox-nav::before {
    content: "";
    width: 13px;
    height: 13px;
    border-right: 2px solid #111318;
    border-bottom: 2px solid #111318;
}

.mikado-product-lightbox-nav.is-prev::before {
    transform: rotate(135deg);
}

.mikado-product-lightbox-nav.is-next::before {
    transform: rotate(-45deg);
}

.mikado-product-lightbox-close:hover,
.mikado-product-lightbox-close:focus-visible,
.mikado-product-lightbox-nav:hover,
.mikado-product-lightbox-nav:focus-visible {
    background: #fff;
    border-color: #fff;
    outline: none;
}

.mikado-product-video-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 230px;
    overflow: hidden;
    padding: 28px;
    color: #fff;
    background: linear-gradient(135deg, rgba(17, 19, 24, 0.2), rgba(17, 19, 24, 0.86)), url("assets/mikado-logo.png") center/120px no-repeat #151820;
    border-radius: 10px;
}

.mikado-product-video-card span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.mikado-product-video-card span::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 29px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid #fff;
}

.mikado-product-video-card strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 950;
}

.mikado-product-video-card small {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.74);
}

.mikado-product-video-card.is-wide {
    min-height: 320px;
}

.mikado-product-video-card.is-embed {
    display: block;
    min-height: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    background: #111318;
    border: 1px solid #e2e6ec;
    box-shadow: 0 16px 34px rgba(17, 19, 24, 0.1);
}

.mikado-product-video-card.is-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.mikado-product-attributes {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
}

.mikado-product-attributes th,
.mikado-product-attributes td {
    padding: 16px 18px;
    border-bottom: 1px solid #e2e6ec;
    text-align: left;
}

.mikado-product-attributes th {
    width: 34%;
    background: #f7f9fb;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.mikado-product-recommendations {
    margin-top: 64px;
}

.mikado-product-recommendations h2 {
    margin: 0 0 24px;
    font-size: 28px;
    text-transform: uppercase;
}

.mikado-product-related-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.mikado-product-related-grid article a {
    display: grid;
    grid-template-rows: 210px auto auto auto;
    min-height: 100%;
    padding: 16px;
    color: #111318;
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.mikado-product-related-grid article a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(17, 19, 24, 0.1);
    color: #e30613;
    background: #fff;
}

.mikado-product-related-grid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mikado-product-related-grid strong {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.35;
}

.mikado-product-related-grid span {
    margin-top: 10px;
    color: #6b7280;
    font-size: 13px;
}

.mikado-product-related-grid em {
    margin-top: 12px;
    color: #e30613;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 950;
    text-transform: uppercase;
}

.mikado-product-related-table {
    display: grid;
    width: 100%;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    overflow: hidden;
}

.mikado-product-related-table > a {
    display: grid;
    grid-template-columns: 72px minmax(0, 1.4fr) minmax(100px, 0.6fr) minmax(120px, 0.6fr);
    align-items: center;
    gap: 18px;
    padding: 12px 18px;
    color: #111318;
    background: #fff;
    border-bottom: 1px solid #e2e6ec;
    text-decoration: none;
}

.mikado-product-related-table > a:last-child {
    border-bottom: 0;
}

.mikado-product-related-table > a:hover,
.mikado-product-related-table > a:focus-visible {
    color: #e30613;
    background: #fff;
    outline: none;
}

.mikado-product-related-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f7f9fb;
    border-radius: 8px;
}

.mikado-product-related-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mikado-product-related-table strong {
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.mikado-product-related-table span:not(.mikado-product-related-thumb) {
    color: #737b88;
    font-size: 13px;
    font-weight: 700;
}

.mikado-product-related-table em {
    color: #111318;
    font-style: normal;
    font-weight: 900;
    text-align: right;
}

@media (max-width: 1100px) {
    .mikado-global-main {
        grid-template-columns: 190px 150px minmax(220px, 1fr) auto;
    }

    .mikado-product-hero {
        grid-template-columns: 1fr;
    }

    .mikado-product-related-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mikado-global-topbar {
        display: none;
    }

    .mikado-global-main {
        display: grid;
        grid-template-columns: max-content 42px 42px 50px 42px;
        gap: 5px;
        justify-content: start;
        padding: 12px 10px;
    }

    .mikado-global-main .mikado-hp2-brand-link {
        gap: 7px;
        font-size: 17px;
    }

    .mikado-global-main .mikado-hp2-brand-link img {
        width: 38px;
        height: 38px;
    }

    .mikado-global-cat {
        grid-column: 5;
        grid-row: 1;
    }

    .mikado-global-search {
        grid-column: 2;
        grid-row: 1;
    }

    .mikado-global-actions {
        display: contents;
    }

    .mikado-global-actions .mikado-hp2-lang-menu {
        grid-column: 3;
        grid-row: 1;
    }

    .mikado-global-actions .mikado-hp2-b2b-button {
        grid-column: 4;
        grid-row: 1;
    }

    .mikado-global-header .mikado-fast-search-toggle {
        display: inline-flex;
    }

    .mikado-global-header .mikado-fast-search-panel {
        display: none;
    }

    .mikado-global-header .mikado-fast-search.is-open .mikado-fast-search-panel {
        display: block;
    }

    .mikado-global-header .mikado-hp2-cat-panel,
    .mikado-global-header .mikado-fast-search-panel {
        top: calc(100% + 1px) !important;
        left: 50% !important;
        width: 100vw !important;
        transform: translateX(-50%);
    }

    .mikado-global-newsletter-inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .mikado-global-newsletter-form {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        overflow: visible;
        box-shadow: none;
    }

    .mikado-global-newsletter-form input,
    .mikado-global-newsletter-form button {
        min-height: 56px;
        border-radius: 8px;
    }

    .mikado-global-trust-inner,
    .mikado-global-footer-inner,
    .mikado-global-footer-bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .mikado-product-detail {
        padding: 22px 16px 42px;
    }

    .mikado-product-breadcrumbs {
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mikado-product-breadcrumbs .woocommerce-breadcrumb {
        min-width: 0;
        max-width: 100%;
        overflow-x: auto;
    }

    .mikado-product-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mikado-product-thumbs {
        order: 2;
        display: flex;
        overflow-x: auto;
    }

    .mikado-product-thumbs button {
        flex: 0 0 78px;
    }

    .mikado-product-main-image {
        min-height: 360px;
    }

    .mikado-product-main-image figure,
    .mikado-product-main-figure {
        width: 100%;
        height: auto;
        padding: 28px;
    }

    .mikado-product-main-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: contain;
    }

    .mikado-product-gallery-arrow {
        width: 44px;
        height: 44px;
    }

    .mikado-product-gallery-arrow.is-prev {
        left: 10px;
    }

    .mikado-product-gallery-arrow.is-next {
        right: 10px;
    }

    .mikado-product-benefits {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mikado-product-summary h1 {
        font-size: 25px;
        line-height: 1.08;
    }

    .mikado-product-tab-panel,
    .mikado-product-tab-panel.is-active {
        grid-template-columns: 1fr;
    }

    .mikado-product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mikado-product-related-grid article a {
        grid-template-rows: 160px auto auto auto;
    }

    .mikado-product-related-table > a {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 12px;
    }

    .mikado-product-related-thumb {
        grid-row: span 3;
        width: 58px;
        height: 58px;
    }

    .mikado-product-related-table em {
        text-align: left;
    }

    .mikado-hp2-banner-carousel {
        overflow: hidden;
    }

    .mikado-hp2-banner-track {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .mikado-hp2-banner-track::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 360px) {
    .mikado-global-main {
        grid-template-columns: 42px 42px 42px 48px 42px;
    }

    .mikado-global-main .mikado-hp2-brand-link span {
        display: none;
    }
}

/* Elementor mobile header fit override: use flex order so actions never overflow. */
@media (max-width: 767px) {
    .mikado-hp2-header > .elementor-container {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 66px !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column {
        min-width: 0 !important;
        max-width: none !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:first-child {
        order: 1 !important;
        flex: 1 1 auto !important;
        width: auto !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(3) {
        order: 2 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(4) {
        order: 3 !important;
        flex: 0 0 96px !important;
        width: 96px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(2) {
        order: 4 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-hp2-header-actions .elementor-widget-wrap {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        width: 96px !important;
    }

    .mikado-hp2-brand-link {
        gap: 7px !important;
        font-size: 19px !important;
        overflow: hidden !important;
    }

    .mikado-hp2-brand-link img {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
    }

    .mikado-hp2-brand-link span {
        overflow: hidden !important;
        text-overflow: clip !important;
        font-size: 19px !important;
    }

    .mikado-fast-search-toggle,
    .mikado-hp2-lang-menu summary,
    .mikado-hp2-cat-dropdown summary {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mikado-hp2-b2b-button,
    .mikado-b2b-button {
        width: 48px !important;
        min-width: 48px !important;
        height: 42px !important;
        min-height: 42px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 340px) {
    .mikado-hp2-brand-link span {
        display: none !important;
    }
}

/* Absolute last pass for the real theme header on mobile. */
@media (max-width: 767px) {
    .mikado-global-main {
        display: flex !important;
        grid-template-columns: none !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 5px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 10px 8px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .mikado-global-main > .mikado-hp2-brand-link {
        order: 1 !important;
        flex: 0 0 88px !important;
        width: 88px !important;
        max-width: 88px !important;
    }

    .mikado-global-search {
        order: 2 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-global-actions {
        order: 3 !important;
        display: flex !important;
        flex: 0 0 92px !important;
        width: 92px !important;
        gap: 5px !important;
    }

    .mikado-global-cat {
        order: 4 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 56px !important;
        max-width: 78px !important;
        flex: 0 1 auto !important;
    }

    .mikado-global-main .mikado-fast-search-toggle,
    .mikado-global-main .mikado-hp2-lang-menu summary,
    .mikado-global-main .mikado-hp2-cat-dropdown summary {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mikado-global-main .mikado-hp2-b2b-button {
        width: 45px !important;
        min-width: 45px !important;
        height: 42px !important;
        min-height: 42px !important;
        font-size: 12px !important;
    }
}

/* Stable JS-driven desktop mega menu and corrected compact mobile header. */
@media (min-width: 768px) {
    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-header .mikado-hp2-cat-panel {
        top: calc(100% + 8px) !important;
        left: 22px !important;
        width: 390px !important;
        max-width: calc(100vw - 44px) !important;
        max-height: min(640px, calc(100vh - 170px)) !important;
        overflow: hidden !important;
        transition: width 160ms ease !important;
    }

    html body .mikado-hp2-cat-dropdown.has-active-level2 > .mikado-hp2-cat-panel {
        width: 790px !important;
    }

    html body .mikado-hp2-cat-dropdown.has-active-level3 > .mikado-hp2-cat-panel {
        width: min(1160px, calc(100vw - 44px)) !important;
    }

    html body .mikado-hp2-cat-flyout {
        display: block !important;
        height: min(520px, calc(100vh - 250px)) !important;
        min-height: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    html body .mikado-hp2-cat-level1 {
        width: 340px !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: auto !important;
        background: #fff !important;
    }

    html body .mikado-hp2-cat-menu-item > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li > .mikado-hp2-cat-level3,
    html body .mikado-hp2-cat-menu-item:first-child > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li:first-child > .mikado-hp2-cat-level3,
    html body .mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
    html body .mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3 {
        display: none !important;
    }

    html body .mikado-hp2-cat-menu-item.is-active > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li.is-active > .mikado-hp2-cat-level3 {
        display: block !important;
    }

    html body .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level3 {
        top: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        min-height: 0 !important;
        box-sizing: border-box !important;
    }

    html body .mikado-hp2-cat-level2 {
        left: 340px !important;
        right: auto !important;
        width: 400px !important;
        padding: 20px !important;
        background: #f6f7f9 !important;
        border-left: 1px solid #e1e6ed;
        border-right: 1px solid #e1e6ed;
        overflow: visible !important;
    }

    html body .mikado-hp2-cat-level3 {
        left: 400px !important;
        right: auto !important;
        width: 380px !important;
        padding: 20px !important;
        background: #fff !important;
        border-left: 1px solid #e1e6ed;
        box-shadow: none !important;
        overflow: auto !important;
    }

    html body .mikado-hp2-cat-level2 > ul,
    html body .mikado-hp2-cat-level3 > ul {
        max-width: none !important;
    }

    html body .mikado-hp2-cat-level2 > ul {
        max-height: calc(100% - 72px) !important;
        overflow: auto !important;
    }

    html body .mikado-hp2-cat-menu-item.is-active > .mikado-hp2-cat-main,
    html body .mikado-hp2-cat-level2 li.is-active > .mikado-hp2-cat-child {
        color: #e30613 !important;
        background: transparent !important;
    }

    html body .mikado-hp2-cat-dropdown.has-active-level3 .mikado-hp2-cat-level2 > .mikado-hp2-cat-level-title a {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    html body .mikado-global-main {
        justify-content: flex-start !important;
        gap: 8px !important;
        min-height: 74px !important;
        padding: 10px 12px !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        flex: 0 0 126px !important;
        width: 126px !important;
        max-width: 126px !important;
    }

    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 56px !important;
        max-width: 120px !important;
    }

    html body .mikado-global-search,
    html body .mikado-global-cat {
        flex: 0 0 44px !important;
        width: 44px !important;
    }

    html body .mikado-global-actions {
        flex: 0 0 102px !important;
        width: 102px !important;
        gap: 8px !important;
    }

    html body .mikado-global-main .mikado-fast-search-toggle,
    html body .mikado-global-main .mikado-hp2-lang-menu summary,
    html body .mikado-global-main .mikado-hp2-cat-dropdown summary {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    html body .mikado-global-main .mikado-hp2-b2b-button {
        width: 50px !important;
        min-width: 50px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
    }
}

@media (max-width: 374px) {
    html body .mikado-global-main {
        gap: 6px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        flex-basis: 106px !important;
        width: 106px !important;
        max-width: 106px !important;
    }

    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 48px !important;
        max-width: 102px !important;
    }

    html body .mikado-global-actions {
        flex-basis: 96px !important;
        width: 96px !important;
        gap: 6px !important;
    }
}

/* Desktop mega menu final sizing: only show columns when the user enters them. */
@media (min-width: 768px) {
    .mikado-global-header .mikado-hp2-cat-panel,
    .mikado-hp2-header .mikado-hp2-cat-panel {
        top: calc(100% + 8px) !important;
        left: 22px !important;
        right: auto !important;
        width: 390px !important;
        max-width: calc(100vw - 44px) !important;
        max-height: min(640px, calc(100vh - 170px)) !important;
        padding: 16px !important;
        overflow: hidden !important;
        transition: width 160ms ease;
    }

    .mikado-global-header .mikado-hp2-cat-panel-head,
    .mikado-hp2-header .mikado-hp2-cat-panel-head {
        align-items: center;
    }

    .mikado-global-header .mikado-hp2-cat-panel-head span,
    .mikado-hp2-header .mikado-hp2-cat-panel-head span {
        display: none;
    }

    .mikado-hp2-cat-dropdown:has(.mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2) > .mikado-hp2-cat-panel,
    .mikado-hp2-cat-dropdown:has(.mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2) > .mikado-hp2-cat-panel {
        width: 790px !important;
    }

    .mikado-hp2-cat-dropdown:has(.mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3) > .mikado-hp2-cat-panel,
    .mikado-hp2-cat-dropdown:has(.mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3) > .mikado-hp2-cat-panel {
        width: min(1160px, calc(100vw - 44px)) !important;
    }

    .mikado-hp2-cat-dropdown:has(.mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3) .mikado-hp2-cat-level2 > .mikado-hp2-cat-level-title a,
    .mikado-hp2-cat-dropdown:has(.mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3) .mikado-hp2-cat-level2 > .mikado-hp2-cat-level-title a {
        opacity: 0;
        pointer-events: none;
    }

    .mikado-hp2-cat-flyout {
        display: block !important;
        height: min(520px, calc(100vh - 250px)) !important;
        min-height: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .mikado-hp2-cat-level1 {
        width: 340px !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: auto !important;
        background: #fff !important;
    }

    .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level3 {
        top: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: auto !important;
        box-sizing: border-box !important;
    }

    .mikado-hp2-cat-level2 {
        left: 340px !important;
        width: 400px !important;
        right: auto !important;
        padding: 20px !important;
        background: #f6f7f9 !important;
        border-left: 1px solid #e1e6ed;
        border-right: 1px solid #e1e6ed;
    }

    .mikado-hp2-cat-level3 {
        left: 400px !important;
        width: 380px !important;
        right: auto !important;
        padding: 20px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    .mikado-hp2-cat-menu-item:first-child > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level2 li:first-child > .mikado-hp2-cat-level3 {
        display: none !important;
    }

    .mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2,
    .mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
    .mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3 {
        display: block !important;
    }

    .mikado-hp2-cat-level2 > ul,
    .mikado-hp2-cat-level3 > ul {
        max-width: none !important;
    }
}

/* Keep the brand compact on mobile so the whole action row remains visible. */
@media (max-width: 767px) {
    .mikado-hp2-header > .elementor-container > .elementor-column:first-child {
        flex: 0 1 146px !important;
        width: 146px !important;
        max-width: 146px !important;
    }
}

@media (max-width: 380px) {
    .mikado-hp2-header > .elementor-container {
        gap: 5px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:first-child {
        flex-basis: 132px !important;
        width: 132px !important;
        max-width: 132px !important;
    }

    .mikado-hp2-brand-link {
        gap: 6px !important;
        font-size: 18px !important;
    }

    .mikado-hp2-brand-link img {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
    }

    .mikado-hp2-brand-link span {
        font-size: 18px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(4),
    .mikado-hp2-header-actions .elementor-widget-wrap {
        flex-basis: 92px !important;
        width: 92px !important;
    }

    .mikado-hp2-b2b-button,
    .mikado-b2b-button {
        width: 46px !important;
        min-width: 46px !important;
    }
}

/* Global mobile header uses the same compact action row on homepage and subpages. */
@media (max-width: 767px) {
    .mikado-global-main {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 66px !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .mikado-global-main > * {
        min-width: 0 !important;
        max-width: none !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }

    .mikado-global-main > .mikado-hp2-brand-link {
        order: 1 !important;
        flex: 0 1 132px !important;
        width: 132px !important;
        max-width: 132px !important;
    }

    .mikado-global-search {
        order: 2 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-global-actions {
        order: 3 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        flex: 0 0 92px !important;
        width: 92px !important;
    }

    .mikado-global-cat {
        order: 4 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-global-actions .mikado-hp2-lang-menu,
    .mikado-global-actions .mikado-hp2-b2b-button {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 40px !important;
        max-width: 118px !important;
        flex: 0 1 auto !important;
    }

    .mikado-global-main .mikado-fast-search-toggle,
    .mikado-global-main .mikado-hp2-lang-menu summary,
    .mikado-global-main .mikado-hp2-cat-dropdown summary {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mikado-global-main .mikado-hp2-b2b-button {
        width: 44px !important;
        min-width: 44px !important;
        height: 42px !important;
        min-height: 42px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 350px) {
    .mikado-global-main {
        gap: 5px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .mikado-global-main > .mikado-hp2-brand-link {
        flex-basis: 98px !important;
        width: 98px !important;
        max-width: 98px !important;
    }

    .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 36px !important;
        max-width: 88px !important;
    }
}

/* Desktop mega menu interaction: hover opens, level 3 flies out from level 2. */
@media (min-width: 768px) {
    .mikado-hp2-cat-dropdown:hover > .mikado-hp2-cat-panel,
    .mikado-hp2-cat-dropdown[open] > .mikado-hp2-cat-panel {
        display: block !important;
    }

    .mikado-hp2-cat-dropdown:not([open]):not(:hover) > .mikado-hp2-cat-panel {
        display: none !important;
    }

    .mikado-hp2-cat-level2 {
        overflow: visible !important;
    }

    .mikado-hp2-cat-level2 > ul {
        max-width: none !important;
    }

    .mikado-hp2-cat-level2 li {
        position: static !important;
    }

    .mikado-hp2-cat-level3 {
        top: 0 !important;
        bottom: 0 !important;
        left: 330px !important;
        width: min(430px, calc(100vw - 710px)) !important;
        min-width: 300px;
        overflow: auto !important;
        z-index: 10 !important;
        border-left: 1px solid #e1e6ed;
        box-shadow: 16px 0 30px rgba(17, 19, 24, 0.06);
    }

    .mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
    .mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3 {
        display: block !important;
    }
}

/* Category archive polish */
body.admin-bar .mikado-global-header {
    top: 32px;
}

.mikado-global-header {
    transition: box-shadow 180ms ease, border-color 180ms ease;
}

.mikado-global-topbar {
    max-height: 52px;
    overflow: hidden;
    transition: max-height 180ms ease, padding 180ms ease, opacity 160ms ease;
}

.mikado-global-header.is-condensed .mikado-global-topbar {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

.mikado-category-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 24px 56px;
    color: #111318;
}

.mikado-category-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 34px;
    align-items: stretch;
    min-height: 310px;
    margin-bottom: 18px;
    padding: 34px;
    background: linear-gradient(135deg, #fff 0%, #f5f6f8 100%);
    border: 1px solid #e2e6ec;
    border-radius: 12px;
    overflow: hidden;
}

.mikado-category-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.mikado-category-hero .woocommerce-breadcrumb {
    margin-bottom: 18px;
}

.mikado-category-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #111318;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: 0;
}

.mikado-category-description {
    max-width: 720px;
    margin-top: 18px;
    color: #555d6b;
    font-size: 16px;
    line-height: 1.65;
}

.mikado-category-description p {
    margin: 0 0 12px;
}

.mikado-category-count {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-top: 22px;
    padding: 0 14px;
    color: #e30613;
    background: #fff1f2;
    border-radius: 999px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.mikado-category-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 22px;
    background: #fff;
    border-radius: 12px;
}

.mikado-category-hero-media img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.mikado-category-subcats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}

.mikado-category-subcat {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 68px;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    padding: 12px 12px 12px 16px;
    color: #111318;
    background: #f2f3f5;
    border: 1px solid #e2e6ec;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-weight: 900;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.mikado-category-subcat:hover,
.mikado-category-subcat:focus-visible {
    color: #111318;
    background: #fff;
    border-color: #111318;
    transform: translateY(-1px);
    outline: none;
}

.mikado-category-subcat-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.mikado-category-subcat-copy strong {
    display: block;
    font-size: 16px;
    line-height: 1.16;
}

.mikado-category-subcat small {
    display: inline-flex;
    align-items: center;
    color: #667085;
    font-size: 11px;
    line-height: 1.2;
}

.mikado-category-subcat:hover small,
.mikado-category-subcat:focus-visible small {
    color: #e30613;
}

.mikado-category-subcat-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 62px;
}

.mikado-category-subcat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: contrast(1.04) saturate(1.04);
}

.mikado-category-page .mikado-shop-layout {
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    gap: 28px;
}

.mikado-category-page .mikado-category-sidebar {
    top: 116px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.mikado-category-sidebar-inner {
    padding: 18px;
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 12px;
}

.mikado-filter-title {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.mikado-filter-form {
    display: grid;
    gap: 10px;
}

.mikado-filter-group {
    border: 1px solid #e8ebf0;
    border-radius: 10px;
    background: #fafbfc;
}

.mikado-filter-group summary {
    cursor: pointer;
    padding: 12px;
    color: #111318;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-weight: 900;
    list-style: none;
}

.mikado-filter-group summary::-webkit-details-marker {
    display: none;
}

.mikado-filter-options {
    display: grid;
    gap: 8px;
    max-height: 230px;
    padding: 0 12px 12px;
    overflow: auto;
}

.mikado-filter-options label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #555d6b;
    font-size: 13px;
    font-weight: 750;
}

.mikado-filter-options input {
    width: 16px;
    height: 16px;
    accent-color: #e30613;
}

.mikado-filter-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    margin-top: 6px;
}

.mikado-filter-actions button {
    min-height: 44px;
    color: #fff;
    background: #e30613;
    border: 0;
    border-radius: 8px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.mikado-filter-actions a {
    color: #667085;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.mikado-filter-empty {
    margin: 0;
    color: #667085;
    font-size: 13px;
}

.mikado-archive-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 12px;
}

.mikado-archive-toolbar .woocommerce-result-count,
.mikado-archive-toolbar .woocommerce-ordering {
    margin: 0;
}

.mikado-archive-toolbar-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.mikado-archive-view-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background: #f4f6f8;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
}

.mikado-archive-view-switch a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 10px;
    color: #667085;
    border-radius: 8px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.mikado-archive-view-switch a:hover,
.mikado-archive-view-switch a:focus-visible,
.mikado-archive-view-switch a.is-active {
    color: #111318;
    background: #fff;
    box-shadow: 0 7px 18px rgba(17, 19, 24, 0.07);
    outline: none;
}

.mikado-view-icon {
    display: grid;
    width: 14px;
    height: 14px;
}

.mikado-view-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.mikado-view-icon-grid::before,
.mikado-view-icon-grid::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 2px;
    box-shadow: 8px 0 0 currentColor, 0 8px 0 currentColor, 8px 8px 0 currentColor;
}

.mikado-view-icon-grid::after {
    display: none;
}

.mikado-view-icon-list {
    position: relative;
}

.mikado-view-icon-list::before,
.mikado-view-icon-list::after {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 3px;
    background: currentColor;
    border-radius: 999px;
    box-shadow: 0 5px 0 currentColor;
}

.mikado-view-icon-list::before {
    top: 1px;
}

.mikado-view-icon-list::after {
    bottom: 0;
}

.mikado-products-list {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 12px;
}

.mikado-products-list-row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1.25fr) minmax(130px, 0.55fr) minmax(130px, 0.55fr) minmax(150px, 0.45fr);
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    min-height: 122px;
    padding: 16px 20px;
    color: #111318;
    background: #fff;
    border-bottom: 1px solid #e2e6ec;
    text-decoration: none;
    transition: color 160ms ease, background 160ms ease;
}

.mikado-products-list-row:last-child {
    border-bottom: 0;
}

.mikado-products-list-row:hover,
.mikado-products-list-row:focus-visible {
    color: #e30613;
    background: #fffafa;
    outline: none;
}

.mikado-products-list-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background: #f7f9fb;
    border-radius: 10px;
}

.mikado-products-list-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.mikado-products-list-title {
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

.mikado-products-list-code {
    color: #737b88;
    font-size: 14px;
    font-weight: 850;
}

.mikado-products-list-code span {
    color: #8b93a1;
}

.mikado-products-list-price {
    color: #111318;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 950;
    white-space: nowrap;
}

.mikado-products-list-price span {
    color: #111318;
}

.mikado-products-list-detail {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    color: #fff;
    background: #111318;
    border-radius: 9px;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 160ms ease;
}

.mikado-products-list-row:hover .mikado-products-list-detail,
.mikado-products-list-row:focus-visible .mikado-products-list-detail {
    background: #e30613;
}

/* HP2 category tiles */
.mikado-hp2-category-tiles {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px 18px;
    width: 100%;
}

.mikado-hp2-categories > .elementor-container {
    display: block !important;
}

.mikado-hp2-categories > .elementor-container > .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
}

.mikado-hp2-categories .elementor-column > .elementor-widget-wrap {
    min-height: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.mikado-hp2-category-tile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    align-items: center;
    min-height: 88px;
    padding: 15px 18px;
    color: #3e443f;
    background: #f2f3f5;
    border: 1px solid #edf0f3;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mikado-hp2-category-tile:hover,
.mikado-hp2-category-tile:focus-visible {
    color: #111318;
    background: #fff;
    border-color: #b9c1cc;
    transform: translateY(-1px);
    outline: none;
}

.mikado-hp2-category-tile-title {
    text-align: left;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.16;
}

.mikado-hp2-category-tile-image {
    display: flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 58px;
}

.mikado-hp2-category-tile-image img {
    width: 64px;
    height: 58px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: contrast(1.04) saturate(1.04);
}

.mikado-category-icon {
    display: block;
    width: 58px;
    height: 58px;
    color: #111318;
    vector-effect: non-scaling-stroke;
}

.mikado-hp2-category-tile .mikado-category-icon {
    transition: color 160ms ease, transform 160ms ease;
}

.mikado-hp2-category-tile:hover .mikado-category-icon,
.mikado-hp2-category-tile:focus-visible .mikado-category-icon {
    color: #e30613;
    transform: translateX(-2px) scale(1.04);
}

/* Category archive sizing and image fallback polish */
.woocommerce .mikado-category-page,
.mikado-category-page {
    width: min(100%, 1640px) !important;
    max-width: 1640px !important;
    padding-right: clamp(18px, 3vw, 48px) !important;
    padding-left: clamp(18px, 3vw, 48px) !important;
}

.mikado-category-page .mikado-shop-layout {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) !important;
    gap: clamp(24px, 2.4vw, 38px) !important;
}

.mikado-category-page .mikado-category-sidebar {
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    max-height: calc(100vh - 118px) !important;
    overflow: visible !important;
}

body.admin-bar .mikado-category-page .mikado-category-sidebar {
    top: 128px !important;
    max-height: calc(100vh - 150px) !important;
}

.mikado-category-sidebar-inner {
    max-height: inherit;
    overflow: auto;
}

.mikado-category-page .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(16px, 1.6vw, 24px) !important;
}

.mikado-hp2-category-tile {
    cursor: pointer;
}

.mikado-hp2-category-tile-image img[src*="placeholder"] {
    opacity: 0.28;
}

@media (min-width: 1500px) {
    .mikado-category-page .products {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1180px) {
    .mikado-category-page .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .mikado-category-page .mikado-shop-layout {
        grid-template-columns: 1fr !important;
    }

    .mikado-category-page .mikado-category-sidebar {
        position: static !important;
        max-height: none !important;
    }

    .mikado-category-sidebar-inner {
        max-height: none;
    }
}

@media (max-width: 1100px) {
    .mikado-hp2-category-tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mikado-category-hero {
        grid-template-columns: 1fr;
    }

    .mikado-category-page .mikado-shop-layout {
        grid-template-columns: 1fr;
    }

    .mikado-category-page .mikado-category-sidebar {
        position: static;
        max-height: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar .mikado-global-header {
        top: 46px;
    }
}

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

    .mikado-category-page {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px 14px 42px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .mikado-category-hero {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0;
        padding: 20px !important;
        border-radius: 12px;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .mikado-category-hero h1 {
        font-size: 34px !important;
        overflow-wrap: anywhere;
    }

    .mikado-category-description {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.55;
    }

    .mikado-category-count {
        min-height: 34px;
        margin-top: 16px;
        padding: 0 12px;
        font-size: 13px;
    }

    .mikado-category-hero-media {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 168px;
        max-height: 220px;
        padding: 14px;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .mikado-category-hero-media img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 180px !important;
        object-fit: contain !important;
    }

    .mikado-category-subcats {
        display: flex !important;
        flex-wrap: nowrap;
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
        padding-bottom: 6px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .mikado-category-subcat {
        flex: 0 0 78%;
        max-width: 78%;
        min-height: 76px;
        scroll-snap-align: start;
    }

    .mikado-category-subcat-copy strong {
        font-size: 14px;
    }

    .mikado-category-subcat-image {
        width: 52px;
        height: 48px;
    }

    .mikado-category-page .mikado-shop-layout,
    body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    body.post-type-archive-product .mikado-category-page .mikado-shop-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .mikado-category-page .mikado-product-grid-wrap {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .mikado-archive-toolbar {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 18px;
        box-sizing: border-box;
    }

    .woocommerce .mikado-category-page ul.products,
    .mikado-category-page ul.products,
    .mikado-category-page .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    .woocommerce ul.products li.product,
    .mikado-category-page ul.products li.product {
        min-width: 0 !important;
        padding: 10px !important;
        border-radius: 10px !important;
    }

    .woocommerce ul.products li.product a img {
        aspect-ratio: 1 / 0.82;
        margin-bottom: 10px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 48px;
        font-size: 12px;
        line-height: 1.25;
    }

    .woocommerce ul.products li.product .price {
        margin-top: 8px;
        padding: 6px 8px;
        font-size: 13px;
    }

    .mikado-category-page .mikado-category-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        order: 2 !important;
    }

    .mikado-category-page .mikado-category-sidebar-inner {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .mikado-archive-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .mikado-archive-toolbar-left {
        align-items: stretch;
        flex-direction: column;
    }

    .mikado-archive-view-switch {
        width: 100%;
    }

    .mikado-archive-view-switch a {
        justify-content: center;
        flex: 1 1 0;
    }

    .mikado-products-list-row {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 12px 14px;
        min-height: 0;
        padding: 14px;
    }

    .mikado-products-list-thumb {
        grid-row: span 4;
        width: 78px;
        height: 78px;
    }

    .mikado-products-list-title {
        font-size: 16px;
    }

    .mikado-products-list-code,
    .mikado-products-list-price {
        font-size: 13px;
    }

    .mikado-products-list-detail {
        justify-self: start;
        min-height: 38px;
        padding: 0 13px;
        font-size: 12px;
    }

    .mikado-hp2-category-tiles {
        display: flex !important;
        flex-wrap: wrap;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: auto;
        margin-left: auto;
        gap: 12px;
    }

    .mikado-hp2-categories > .elementor-container,
    .mikado-hp2-categories > .elementor-container > .elementor-column,
    .mikado-hp2-categories .elementor-widget-wrap,
    .mikado-hp2-categories .elementor-widget-shortcode,
    .mikado-hp2-categories .elementor-widget-container,
    .mikado-hp2-categories .elementor-shortcode {
        width: calc(100vw - 44px) !important;
        max-width: calc(100vw - 44px) !important;
    }

    .mikado-hp2-category-tile {
        flex: 0 0 calc((100vw - 56px) / 2);
        max-width: calc((100vw - 56px) / 2);
        grid-template-columns: minmax(0, 1fr) 50px;
        min-width: 0;
        min-height: 82px;
        padding: 13px 12px 13px 15px;
    }

    .mikado-hp2-category-tile-title {
        font-size: 14px;
    }

    .mikado-hp2-category-tile-image {
        width: 48px;
        height: 46px;
    }

    .mikado-hp2-category-tile-image img {
        width: 48px;
        height: 46px;
    }
}

/* Final mobile header pass: compact single row, full-width panels below. */
@media (max-width: 767px) {
    .mikado-hp2-topbar,
    .mikado-global-topbar {
        display: none !important;
    }

    .mikado-hp2-header,
    .mikado-global-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 2300 !important;
        width: 100% !important;
        min-height: 0 !important;
        background: #fff !important;
        border-bottom: 1px solid #e3e7ed !important;
        box-shadow: 0 8px 24px rgba(17, 19, 24, 0.04) !important;
    }

    body.admin-bar .mikado-hp2-header,
    body.admin-bar .mikado-global-header {
        top: 46px !important;
    }

    .mikado-hp2-header > .elementor-container,
    .mikado-global-main {
        position: relative !important;
        display: grid !important;
        grid-template-columns: minmax(112px, 1fr) 44px 44px 54px 44px !important;
        align-items: center !important;
        justify-content: stretch !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 66px !important;
        margin: 0 !important;
        padding: 10px 14px !important;
        box-sizing: border-box !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column,
    .mikado-hp2-header .elementor-widget,
    .mikado-hp2-header .elementor-widget-wrap,
    .mikado-hp2-header .elementor-widget-container,
    .mikado-global-main > * {
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:first-child,
    .mikado-global-main > .mikado-hp2-brand-link {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: auto !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(3),
    .mikado-global-search {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 44px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(4),
    .mikado-global-actions {
        grid-column: 3 / 5 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 104px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(2),
    .mikado-global-cat {
        grid-column: 5 !important;
        grid-row: 1 !important;
        width: 44px !important;
    }

    .mikado-hp2-header-actions .elementor-widget-wrap,
    .mikado-global-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
    }

    .mikado-hp2-brand-link,
    .mikado-global-main .mikado-hp2-brand-link {
        display: inline-flex !important;
        align-items: center !important;
        max-width: 100% !important;
        gap: 8px !important;
        color: #111318 !important;
        font-size: 20px !important;
        line-height: 1 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    .mikado-hp2-brand-link span,
    .mikado-global-main .mikado-hp2-brand-link span {
        display: inline-block !important;
        color: #111318 !important;
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .mikado-hp2-brand-link img,
    .mikado-global-main .mikado-hp2-brand-link img {
        width: 42px !important;
        height: 42px !important;
        flex: 0 0 42px !important;
    }

    .mikado-hp2-brand-link.is-total-fishing img,
    .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 42px !important;
        max-width: 128px !important;
        flex: 0 1 auto !important;
    }

    .mikado-fast-search,
    .mikado-hp2-cat-dropdown,
    .mikado-hp2-lang-menu {
        position: static !important;
    }

    .mikado-fast-search-toggle,
    .mikado-hp2-lang-menu summary,
    .mikado-hp2-cat-dropdown summary {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        box-sizing: border-box !important;
    }

    .mikado-hp2-b2b-button,
    .mikado-b2b-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 54px !important;
        min-width: 54px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        color: #111318 !important;
        background: #fff !important;
        border: 2px solid #e30613 !important;
        border-radius: 999px !important;
        box-shadow: 0 8px 20px rgba(227, 6, 19, 0.14), 0 0 0 0 rgba(227, 6, 19, 0.18) !important;
        font-size: 14px !important;
        line-height: 1 !important;
        animation: mikadoB2BLightPulse 2.8s ease-in-out infinite !important;
    }

    .mikado-hp2-b2b-button::before,
    .mikado-b2b-button::before,
    .mikado-hp2-b2b-button::after,
    .mikado-b2b-button::after {
        display: none !important;
    }

    .mikado-fast-search-toggle {
        color: #111318 !important;
        background: #f5f6f8 !important;
        border: 1px solid #dfe4ea !important;
        box-shadow: none !important;
    }

    .mikado-fast-search-toggle::before {
        width: 15px !important;
        height: 15px !important;
        border-width: 3px !important;
    }

    .mikado-fast-search-toggle::after {
        width: 10px !important;
        height: 3px !important;
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .mikado-hp2-lang-menu summary {
        background: #f5f6f8 !important;
        border: 1px solid #dfe4ea !important;
        box-shadow: none !important;
    }

    .mikado-hp2-lang-menu summary .mikado-hp2-lang-flag {
        font-size: 19px !important;
        line-height: 1 !important;
    }

    .mikado-hp2-lang-menu summary::after {
        width: 8px !important;
        height: 8px !important;
        margin: 29px 0 0 -2px !important;
        border-right-width: 3px !important;
        border-bottom-width: 3px !important;
    }

    .mikado-hp2-cat-dropdown summary {
        color: #fff !important;
        background: #d90012 !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 0 !important;
        transform: none !important;
    }

    .mikado-hp2-cat-dropdown summary::before {
        content: "" !important;
        width: 18px !important;
        height: 12px !important;
        border-top: 3px solid currentColor !important;
        border-bottom: 3px solid currentColor !important;
        background: transparent !important;
        transition: transform 160ms ease, height 160ms ease, border 160ms ease, background 160ms ease !important;
    }

    .mikado-hp2-cat-dropdown summary::after {
        content: "" !important;
        width: 18px !important;
        height: 3px !important;
        margin-left: -18px !important;
        background: currentColor !important;
        border: 0 !important;
        transform: none !important;
        transition: transform 160ms ease !important;
    }

    .mikado-hp2-cat-dropdown[open] summary::before {
        height: 3px !important;
        border: 0 !important;
        background: currentColor !important;
        transform: rotate(45deg) !important;
    }

    .mikado-hp2-cat-dropdown[open] summary::after {
        transform: rotate(-45deg) !important;
    }

    .mikado-fast-search-panel,
    .mikado-global-header .mikado-fast-search-panel,
    .mikado-hp2-cat-panel,
    .mikado-global-header .mikado-hp2-cat-panel {
        position: absolute !important;
        top: calc(100% + 1px) !important;
        left: 50% !important;
        right: auto !important;
        width: 100vw !important;
        max-width: 100vw !important;
        transform: translateX(-50%) !important;
        border-radius: 0 !important;
    }

    .mikado-fast-search-panel {
        padding: 14px 14px 18px !important;
    }

    .mikado-fast-search input {
        min-height: 54px !important;
        width: 100% !important;
        border-radius: 14px !important;
    }
}

@media (max-width: 360px) {
    .mikado-hp2-header > .elementor-container,
    .mikado-global-main {
        grid-template-columns: minmax(82px, 1fr) 42px 42px 50px 42px !important;
        gap: 5px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .mikado-hp2-brand-link span,
    .mikado-global-main .mikado-hp2-brand-link span {
        font-size: 18px !important;
    }

    .mikado-hp2-brand-link img,
    .mikado-global-main .mikado-hp2-brand-link img {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px !important;
    }

    .mikado-hp2-brand-link.is-total-fishing img,
    .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 40px !important;
        max-width: 106px !important;
        flex-basis: auto !important;
    }

    .mikado-fast-search-toggle,
    .mikado-hp2-lang-menu summary,
    .mikado-hp2-cat-dropdown summary {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mikado-hp2-b2b-button,
    .mikado-b2b-button {
        width: 50px !important;
        min-width: 50px !important;
        height: 42px !important;
        min-height: 42px !important;
    }
}

/* Last mobile header override: keep all five controls inside the viewport. */
@media (max-width: 767px) {
    .mikado-hp2-header > .elementor-container {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 66px !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column {
        min-width: 0 !important;
        max-width: none !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:first-child {
        order: 1 !important;
        flex: 1 1 auto !important;
        width: auto !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(3) {
        order: 2 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(4) {
        order: 3 !important;
        flex: 0 0 96px !important;
        width: 96px !important;
    }

    .mikado-hp2-header > .elementor-container > .elementor-column:nth-child(2) {
        order: 4 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-hp2-header-actions .elementor-widget-wrap {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        width: 96px !important;
    }

    .mikado-hp2-brand-link {
        gap: 7px !important;
        color: #111318 !important;
        font-size: 19px !important;
        overflow: hidden !important;
    }

    .mikado-hp2-brand-link img {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
    }

    .mikado-hp2-brand-link span {
        color: #111318 !important;
        overflow: hidden !important;
        text-overflow: clip !important;
        font-size: 19px !important;
    }

    .mikado-fast-search-toggle,
    .mikado-hp2-lang-menu summary,
    .mikado-hp2-cat-dropdown summary {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mikado-hp2-b2b-button,
    .mikado-b2b-button {
        width: 48px !important;
        min-width: 48px !important;
        height: 42px !important;
        min-height: 42px !important;
        color: #111318 !important;
        background: #fff !important;
        border: 2px solid #e30613 !important;
        font-size: 13px !important;
        box-shadow: 0 8px 20px rgba(227, 6, 19, 0.14), 0 0 0 0 rgba(227, 6, 19, 0.18) !important;
    }

    .mikado-hp2-b2b-button::before,
    .mikado-b2b-button::before,
    .mikado-hp2-b2b-button::after,
    .mikado-b2b-button::after {
        display: none !important;
    }
}

@media (max-width: 340px) {
    .mikado-hp2-brand-link span {
        display: none !important;
    }
}

/* Final override after all legacy header rules: real theme header on mobile. */
@media (max-width: 767px) {
    .mikado-global-main {
        display: flex !important;
        grid-template-columns: none !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 5px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .mikado-global-main > .mikado-hp2-brand-link {
        order: 1 !important;
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-right: auto !important;
    }

    .mikado-global-search {
        order: 2 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-global-actions {
        order: 3 !important;
        display: flex !important;
        flex: 0 0 92px !important;
        width: 92px !important;
        gap: 5px !important;
    }

    .mikado-global-cat {
        order: 4 !important;
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .mikado-global-header .mikado-fast-search,
    .mikado-global-header .mikado-hp2-lang-menu,
    .mikado-global-header .mikado-hp2-cat-dropdown {
        position: static !important;
    }

    .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 38px !important;
        max-width: min(126px, 100%) !important;
        flex: 0 1 auto !important;
    }

    .mikado-global-main .mikado-fast-search-toggle,
    .mikado-global-main .mikado-hp2-lang-menu summary,
    .mikado-global-main .mikado-hp2-cat-dropdown summary {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mikado-global-main .mikado-hp2-b2b-button {
        width: 45px !important;
        min-width: 45px !important;
        height: 42px !important;
        min-height: 42px !important;
        font-size: 12px !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel,
    html body .mikado-global-header .mikado-hp2-lang-panel,
    html body .mikado-global-header .mikado-hp2-cat-panel {
        position: absolute !important;
        top: calc(100% + 1px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        margin: 0 !important;
        transform: none !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel {
        padding: 14px 14px 18px !important;
        background: #fff !important;
        border-top: 1px solid #e3e7ed !important;
        border-right: 0 !important;
        border-left: 0 !important;
        box-shadow: 0 18px 36px rgba(17, 19, 24, 0.14) !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel::before {
        top: 31px !important;
        left: 32px !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel::after {
        top: 44px !important;
        left: 44px !important;
    }

    html body .mikado-global-header .mikado-fast-search-results {
        left: 14px !important;
        right: 14px !important;
        width: auto !important;
        max-width: none !important;
    }

    html body .mikado-global-header .mikado-hp2-lang-panel {
        display: none;
        padding: 12px 14px !important;
        background: #fff !important;
        border: 0 !important;
        border-top: 1px solid #e3e7ed !important;
        box-shadow: 0 18px 36px rgba(17, 19, 24, 0.14) !important;
    }

    html body .mikado-global-header .mikado-hp2-lang-menu[open] .mikado-hp2-lang-panel {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    html body .mikado-global-header .mikado-hp2-lang-panel a {
        min-height: 48px !important;
        padding: 10px 12px !important;
        border-radius: 12px !important;
    }

    html body .mikado-global-header .mikado-hp2-cat-panel {
        height: calc(100vh - 77px) !important;
        max-height: calc(100vh - 77px) !important;
        padding: 14px !important;
        overflow: auto !important;
        background: #fff !important;
        border-top: 1px solid #e3e7ed !important;
        box-shadow: 0 18px 36px rgba(17, 19, 24, 0.14) !important;
    }

    body.admin-bar .mikado-global-header .mikado-hp2-cat-panel {
        height: calc(100vh - 123px) !important;
        max-height: calc(100vh - 123px) !important;
    }
}

/* Final category archive shell override: Hello/Woo wrappers otherwise cap archives at 1140px. */
body.tax-product_cat .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .site-main,
body.post-type-archive-product .site-main {
    width: 100% !important;
    max-width: none !important;
}

body.tax-product_cat .site-main,
body.post-type-archive-product .site-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Header refinement: social row on the left, full nav on the right, logo visually spans both rows. */
@media (min-width: 768px) {
    html body .mikado-global-topbar {
        align-items: center !important;
        min-height: 46px !important;
        padding-top: 12px !important;
        padding-bottom: 8px !important;
    }

    html body .mikado-global-topbar nav:first-child {
        padding-left: 164px !important;
    }

    html body .mikado-global-topbar nav:last-child {
        gap: 20px !important;
    }

    html body .mikado-global-topbar .mikado-topbar-catalog-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    html body .mikado-global-topbar .mikado-topbar-catalog-link svg {
        width: 18px !important;
        height: 18px !important;
        color: currentColor !important;
        fill: currentColor !important;
        flex: 0 0 18px !important;
    }

    html body .mikado-global-main {
        grid-template-columns: 190px 180px minmax(300px, 1fr) auto !important;
        min-height: 108px !important;
        padding-top: 8px !important;
        padding-bottom: 18px !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        position: relative !important;
        z-index: 2 !important;
        align-self: start !important;
        margin-top: -44px !important;
    }

    html body .mikado-global-header .mikado-hp2-brand-link.is-total-fishing img {
        height: 126px !important;
        max-width: 174px !important;
        width: auto !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    html body .mikado-global-cat,
    html body .mikado-global-search,
    html body .mikado-global-actions {
        align-self: center !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 767px) {
    html body .mikado-global-topbar {
        display: none !important;
    }

    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 48px !important;
        max-width: 134px !important;
    }
}

/* Last-mile mobile category archive override. Keep this at the end to beat older archive rules. */
@media (max-width: 767px) {
    html body.tax-product_cat,
    html body.post-type-archive-product {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    html body.tax-product_cat .mikado-category-page,
    html body.post-type-archive-product .mikado-category-page,
    html body .mikado-category-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 14px 14px 40px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    html body .mikado-category-page .mikado-shop-layout {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body .mikado-category-page .mikado-product-grid-wrap,
    html body .mikado-category-hero,
    html body .mikado-archive-toolbar {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body .mikado-category-hero {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
    }

    html body .mikado-category-hero-media {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 190px !important;
        overflow: hidden !important;
    }

    html body .mikado-category-hero-media img {
        width: 100% !important;
        max-width: 100% !important;
        height: 160px !important;
        max-height: 160px !important;
        object-fit: contain !important;
    }

    html body .woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body .mikado-category-page .products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    html body .woocommerce ul.products li.product,
    html body .mikado-category-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    html body.archive.tax-product_cat.woocommerce-page main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4,
    html body.archive.tax-product_cat.woocommerce main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4,
    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    html body.archive.tax-product_cat.woocommerce-page main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product,
    html body.archive.tax-product_cat.woocommerce main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product,
    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product {
        float: none !important;
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both !important;
    }
}

/* Last-mile mobile category archive override. Keep this at the end to beat older archive rules. */
@media (max-width: 767px) {
    html body.tax-product_cat,
    html body.post-type-archive-product {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    html body.tax-product_cat .mikado-category-page,
    html body.post-type-archive-product .mikado-category-page,
    html body .mikado-category-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 14px 14px 40px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    html body .mikado-category-page .mikado-shop-layout {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body .mikado-category-page .mikado-product-grid-wrap,
    html body .mikado-category-hero,
    html body .mikado-archive-toolbar {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body .mikado-category-hero {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
    }

    html body .mikado-category-hero-media {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 190px !important;
        overflow: hidden !important;
    }

    html body .mikado-category-hero-media img {
        width: 100% !important;
        max-width: 100% !important;
        height: 160px !important;
        max-height: 160px !important;
        object-fit: contain !important;
    }

    html body .woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body .mikado-category-page .products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    html body .woocommerce ul.products li.product,
    html body .mikado-category-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Last-mile mobile category archive override. Keep this at the end to beat older archive rules. */
@media (max-width: 767px) {
    html body.tax-product_cat,
    html body.post-type-archive-product {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    html body.tax-product_cat .mikado-category-page,
    html body.post-type-archive-product .mikado-category-page,
    html body .mikado-category-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 14px 14px 40px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    html body .mikado-category-page .mikado-shop-layout {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body .mikado-category-page .mikado-product-grid-wrap,
    html body .mikado-category-hero,
    html body .mikado-archive-toolbar {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body .mikado-category-hero {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
    }

    html body .mikado-category-hero-media {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 190px !important;
        overflow: hidden !important;
    }

    html body .mikado-category-hero-media img {
        width: 100% !important;
        max-width: 100% !important;
        height: 160px !important;
        max-height: 160px !important;
        object-fit: contain !important;
    }

    html body .woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body .mikado-category-page .products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    html body .woocommerce ul.products li.product,
    html body .mikado-category-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Mobile category archive reset: no clipped hero/product grid, clean touch layout. */
@media (max-width: 767px) {
    html body.tax-product_cat,
    html body.post-type-archive-product {
        overflow-x: hidden !important;
    }

    html body.tax-product_cat .mikado-category-page,
    html body.post-type-archive-product .mikado-category-page,
    html body .mikado-category-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 14px 14px 40px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    html body .mikado-category-page .mikado-shop-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body .mikado-category-page .mikado-product-grid-wrap {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body .mikado-category-page .mikado-category-sidebar {
        position: static !important;
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
    }

    html body .mikado-category-page .mikado-category-sidebar-inner {
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    html body .mikado-category-hero {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin-bottom: 16px !important;
        padding: 18px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body .mikado-category-hero h1 {
        font-size: 32px !important;
        line-height: 1.02 !important;
    }

    html body .mikado-category-description {
        display: -webkit-box !important;
        max-width: 100% !important;
        overflow: hidden !important;
        color: #5b6472 !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 4 !important;
    }

    html body .mikado-category-hero-media {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 150px !important;
        max-height: 190px !important;
        padding: 12px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body .mikado-category-hero-media img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 160px !important;
        max-height: 160px !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    html body .mikado-category-subcats {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 16px !important;
        padding: 0 0 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .mikado-category-subcat {
        flex: 0 0 78% !important;
        max-width: 78% !important;
        min-height: 74px !important;
        padding: 12px 12px 12px 14px !important;
        scroll-snap-align: start !important;
    }

    html body .mikado-category-subcat-copy strong {
        font-size: 14px !important;
    }

    html body .mikado-category-subcat-image {
        width: 50px !important;
        height: 48px !important;
    }

    html body .mikado-archive-toolbar {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body .woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body .mikado-category-page .products {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    html body .woocommerce ul.products li.product,
    html body .mikado-category-page ul.products li.product {
        width: auto !important;
        min-width: 0 !important;
        padding: 12px !important;
        display: grid !important;
    }

    html body .woocommerce ul.products li.product a img {
        width: 100% !important;
        height: auto !important;
        max-height: 190px !important;
        aspect-ratio: 1 / 0.72 !important;
        object-fit: contain !important;
    }

    html body .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 0 !important;
        font-size: 14px !important;
    }
}

/* Homepage Instagram: use the connected feed as a clean full-width strip. */
.elementor-page-13463 .mikado-hp2-instagram-feed {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #111318;
}

.elementor-page-13463 .mikado-hp2-instagram-feed > .elementor-container,
.elementor-page-13463 .mikado-hp2-instagram-feed .elementor-column,
.elementor-page-13463 .mikado-hp2-instagram-feed .elementor-widget-wrap,
.elementor-page-13463 .mikado-hp2-instagram-feed .elementor-widget-shortcode,
.elementor-page-13463 .mikado-hp2-instagram-feed .elementor-widget-container,
.elementor-page-13463 .mikado-hp2-instagram-feed .elementor-shortcode {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-page-13463 .mikado-hp2-instagram-feed #sb_instagram {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-page-13463 .mikado-hp2-instagram-feed #sb_instagram .sb_instagram_header,
.elementor-page-13463 .mikado-hp2-instagram-feed #sb_instagram #sbi_load {
    display: none !important;
}

.elementor-page-13463 .mikado-hp2-instagram-feed #sb_instagram #sbi_images {
    padding: 0 !important;
}

.elementor-page-13463 .mikado-hp2-instagram-feed #sb_instagram .sbi_item {
    padding: 0 !important;
}

.elementor-page-13463 .mikado-hp2-instagram-feed #sb_instagram .sbi_photo {
    min-height: 190px !important;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .elementor-page-13463 .mikado-hp2-instagram-feed #sb_instagram .sbi_photo {
        min-height: 165px !important;
    }
}

/* Mega menu first level must not be clipped; scroll only when the viewport is too short. */
@media (min-width: 768px) {
    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-header .mikado-hp2-cat-panel {
        max-height: calc(100dvh - 190px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        scrollbar-gutter: stable !important;
    }

    html body .mikado-hp2-cat-flyout {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    html body .mikado-hp2-cat-level1 {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    html body .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level3 {
        min-height: 100% !important;
        max-height: none !important;
    }
}

body.tax-product_cat .mikado-category-page,
body.post-type-archive-product .mikado-category-page {
    width: min(100%, 1640px) !important;
    max-width: 1640px !important;
}

body.tax-product_cat .mikado-category-page .mikado-shop-layout,
body.post-type-archive-product .mikado-category-page .mikado-shop-layout {
    grid-template-columns: minmax(270px, 310px) minmax(0, 1fr) !important;
}

/* Header refinement: cleaner subpage spacing, plain flag switcher, white B2B CTA. */
.mikado-global-topbar {
    padding-top: 9px !important;
    padding-bottom: 7px !important;
}

.mikado-global-main {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.mikado-global-header .mikado-hp2-brand-link.is-total-fishing img {
    height: 64px !important;
    max-width: 112px !important;
}

.mikado-hp2-b2b-button,
.mikado-b2b-button,
.mikado-global-main .mikado-hp2-b2b-button {
    color: #e30613 !important;
    background: #fff !important;
    border: 2px solid #e30613 !important;
    box-shadow: 0 10px 22px rgba(227, 6, 19, 0.12) !important;
    animation: none !important;
}

.mikado-hp2-b2b-button::before,
.mikado-hp2-b2b-button::after,
.mikado-b2b-button::before,
.mikado-b2b-button::after {
    display: none !important;
}

.mikado-hp2-b2b-button:hover,
.mikado-b2b-button:hover,
.mikado-global-main .mikado-hp2-b2b-button:hover {
    color: #e30613 !important;
    background: #fff !important;
    border-color: #e30613 !important;
    box-shadow: 0 10px 22px rgba(227, 6, 19, 0.12) !important;
    transform: none !important;
}

.mikado-hp2-lang-menu summary,
.mikado-global-main .mikado-hp2-lang-menu summary {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.mikado-hp2-lang-menu summary::after,
.mikado-global-main .mikado-hp2-lang-menu summary::after {
    display: none !important;
    content: none !important;
}

.mikado-hp2-lang-menu summary .mikado-hp2-lang-flag,
.mikado-global-main .mikado-hp2-lang-menu summary .mikado-hp2-lang-flag {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    .mikado-global-main .mikado-hp2-lang-menu summary {
        width: 36px !important;
        min-width: 36px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mikado-global-main .mikado-hp2-b2b-button {
        color: #e30613 !important;
        background: #fff !important;
        border-color: #e30613 !important;
        box-shadow: none !important;
    }
}

/* Final homepage polish: red section headings, sticky global header, editorial inspiration section, and stable hover mega menu. */
html body .mikado-global-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 5000 !important;
}

body.admin-bar .mikado-global-header {
    top: 32px !important;
}

.mikado-global-header.is-condensed {
    box-shadow: 0 14px 34px rgba(17, 19, 24, 0.12) !important;
}

.elementor-page-13463 .mikado-hp2-products .elementor-heading-title,
.elementor-page-13463 .mikado-hp2-social .elementor-heading-title,
.elementor-page-13463 .mikado-hp2-shell:not(.mikado-hp2-inspiration) h2.elementor-heading-title {
    color: #e30613 !important;
}

.mikado-hp2-inspiration {
    position: relative;
    overflow: hidden;
    color: #fff !important;
    background:
        radial-gradient(circle at 14% 4%, rgba(227, 6, 19, 0.36), transparent 30%),
        linear-gradient(135deg, #111318 0%, #1a1d23 46%, #090a0d 100%) !important;
    border-radius: 12px;
}

.mikado-hp2-inspiration:has(+ .mikado-hp2-inspiration) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mikado-hp2-inspiration + .mikado-hp2-inspiration {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mikado-hp2-inspiration:not(:has(+ .mikado-hp2-inspiration)) {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.mikado-hp2-inspiration::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 78%);
}

.mikado-hp2-inspiration > .elementor-container {
    position: relative;
    z-index: 1;
}

.mikado-hp2-inspiration .elementor-heading-title {
    color: #fff !important;
}

.mikado-hp2-inspiration .elementor-widget-text-editor {
    color: rgba(255, 255, 255, 0.78) !important;
}

.mikado-hp2-story-card > .elementor-widget-container {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mikado-hp2-story-card .elementor-image-box-img {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.mikado-hp2-story-card img {
    height: 210px;
    filter: saturate(1.04) contrast(1.03);
}

.mikado-hp2-story-card > .elementor-widget-container:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(227, 6, 19, 0.8);
}

.mikado-hp2-story-card .elementor-image-box-title {
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
}

.mikado-hp2-story-card .elementor-image-box-title a:hover {
    color: #ff4b54 !important;
}

.mikado-hp2-story-card .elementor-image-box-description {
    color: rgba(255, 255, 255, 0.72) !important;
}

@media (min-width: 768px) {
    .mikado-hp2-cat-dropdown > .mikado-hp2-cat-panel {
        opacity: 0;
        transform: translateY(8px);
        transition: opacity 140ms ease, transform 140ms ease, width 160ms ease !important;
    }

    .mikado-hp2-cat-dropdown:hover > .mikado-hp2-cat-panel,
    .mikado-hp2-cat-dropdown[open] > .mikado-hp2-cat-panel {
        opacity: 1;
        transform: translateY(0);
    }

    html body .mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
    html body .mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3 {
        display: none !important;
    }

    html body .mikado-hp2-cat-menu-item.is-active > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li.is-active > .mikado-hp2-cat-level3 {
        display: block !important;
        z-index: 5 !important;
    }

    html body .mikado-hp2-cat-level2 li.has-children {
        position: relative;
    }

    html body .mikado-hp2-cat-level2 li.has-children::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 44px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .mikado-global-header {
        top: 46px !important;
    }
}

/* Category archive final layout: filters left, category context right. */
body.tax-product_cat .mikado-category-page,
body.post-type-archive-product .mikado-category-page,
.mikado-category-page {
    width: 100% !important;
    max-width: 1360px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 30px 22px 56px !important;
    box-sizing: border-box !important;
}

body.tax-product_cat .mikado-category-page .mikado-shop-layout,
body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
.mikado-category-page .mikado-shop-layout {
    display: grid !important;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) !important;
    gap: clamp(24px, 2.4vw, 36px) !important;
    align-items: start !important;
}

.mikado-category-page .mikado-category-sidebar {
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    max-height: calc(100vh - 118px) !important;
    overflow: visible !important;
}

.mikado-category-page .mikado-category-sidebar-inner {
    max-height: inherit !important;
    padding: 18px !important;
    overflow: auto !important;
    background: #fff !important;
    border: 1px solid #e2e6ec !important;
    border-radius: 12px !important;
}

.mikado-category-page .mikado-cat-tree {
    display: none !important;
}

.mikado-category-page .mikado-filter-title {
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
}

.mikado-category-page .mikado-category-hero {
    margin-bottom: 18px !important;
}

.mikado-category-page .mikado-product-grid-wrap {
    min-width: 0 !important;
}

@media (max-width: 1180px) {
    .mikado-category-subcats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    body.tax-product_cat .mikado-category-page,
    body.post-type-archive-product .mikado-category-page,
    .mikado-category-page {
        padding: 18px 14px 44px !important;
    }

    body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    .mikado-category-page .mikado-shop-layout {
        grid-template-columns: 1fr !important;
    }

    .mikado-category-page .mikado-product-grid-wrap {
        order: 1 !important;
    }

    .mikado-category-page .mikado-category-sidebar {
        position: static !important;
        order: 2 !important;
        max-height: none !important;
    }

    .mikado-category-page .mikado-category-sidebar-inner {
        max-height: none !important;
    }
}

@media (max-width: 767px) {
    .mikado-category-subcats {
        grid-template-columns: 1fr !important;
    }

    .mikado-category-subcat {
        min-height: 78px;
    }

    .mikado-category-subcat-image {
        width: 58px;
        height: 54px;
    }
}

/* Header final pass: requested topbar/nav split and tall desktop logo. */
@media (min-width: 768px) {
    html body .mikado-global-topbar {
        align-items: center !important;
        min-height: 46px !important;
        padding: 12px 22px 8px !important;
    }

    html body .mikado-global-topbar nav:first-child {
        padding-left: 164px !important;
    }

    html body .mikado-global-topbar nav:last-child {
        justify-content: flex-end !important;
        gap: 20px !important;
    }

    html body .mikado-global-topbar .mikado-topbar-catalog-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    html body .mikado-global-topbar .mikado-topbar-catalog-link svg {
        width: 18px !important;
        height: 18px !important;
        color: currentColor !important;
        fill: currentColor !important;
        flex: 0 0 18px !important;
    }

    html body .mikado-global-main {
        grid-template-columns: 190px 180px minmax(300px, 1fr) auto !important;
        min-height: 108px !important;
        padding: 8px 22px 18px !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        position: relative !important;
        z-index: 2 !important;
        align-self: start !important;
        margin-top: -44px !important;
    }

    html body .mikado-global-header .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 126px !important;
        max-width: 174px !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    html body .mikado-global-cat,
    html body .mikado-global-search,
    html body .mikado-global-actions {
        align-self: center !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 767px) {
    html body .mikado-global-topbar {
        display: none !important;
    }

    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 48px !important;
        max-width: 134px !important;
    }
}

/* Last-mile mobile category archive override. Keep this at the end to beat older archive rules. */
@media (max-width: 767px) {
    html body.tax-product_cat,
    html body.post-type-archive-product {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    html body.tax-product_cat .mikado-category-page,
    html body.post-type-archive-product .mikado-category-page,
    html body .mikado-category-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 14px 14px 40px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    html body .mikado-category-page .mikado-shop-layout {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body .mikado-category-page .mikado-product-grid-wrap,
    html body .mikado-category-hero,
    html body .mikado-archive-toolbar {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html body .mikado-category-hero {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
    }

    html body .mikado-category-hero-media {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 190px !important;
        overflow: hidden !important;
    }

    html body .mikado-category-hero-media img {
        width: 100% !important;
        max-width: 100% !important;
        height: 160px !important;
        max-height: 160px !important;
        object-fit: contain !important;
    }

    html body .woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body .mikado-category-page .products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    html body .woocommerce ul.products li.product,
    html body .mikado-category-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Final mobile category archive guard: keeps Woo product cards inside the viewport. */
@media (max-width: 767px) {
    html body.archive.tax-product_cat.woocommerce-page main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4,
    html body.archive.tax-product_cat.woocommerce main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4,
    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    html body.archive.tax-product_cat.woocommerce-page main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product,
    html body.archive.tax-product_cat.woocommerce main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product,
    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product {
        float: none !important;
        flex: 0 0 auto !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 12px !important;
        overflow: hidden !important;
    }

    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product > a.woocommerce-LoopProduct-link {
        display: grid !important;
        grid-template-rows: auto auto auto !important;
        gap: 10px !important;
        width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 210px !important;
        max-height: 210px !important;
        object-fit: contain !important;
        object-position: center !important;
        margin: 0 auto 8px !important;
    }

    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product .woocommerce-loop-product__title {
        width: 100% !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        font-size: 14px !important;
        line-height: 1.28 !important;
        min-height: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-global-main {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: minmax(96px, 1fr) auto auto auto auto !important;
        gap: 8px !important;
        padding-inline: 14px !important;
        overflow: hidden !important;
    }

    html body.archive.tax-product_cat .mikado-global-actions {
        justify-content: flex-end !important;
        min-width: 0 !important;
        gap: 6px !important;
    }

    html,
    html body,
    html body.archive.tax-product_cat .site,
    html body.archive.tax-product_cat #page,
    html body.archive.tax-product_cat .site-main {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    html body.archive.tax-product_cat .mikado-global-header {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body.archive.tax-product_cat .mikado-global-main {
        display: block !important;
        position: relative !important;
        height: 74px !important;
        min-height: 74px !important;
        padding: 9px 10px !important;
        overflow: hidden !important;
    }

    html body.archive.tax-product_cat .mikado-global-main > .mikado-hp2-brand-link {
        position: absolute !important;
        left: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 78px !important;
        min-width: 78px !important;
        margin: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-global-search {
        position: absolute !important;
        right: 152px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 38px !important;
        min-width: 38px !important;
        margin: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-global-actions {
        position: absolute !important;
        right: 54px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 92px !important;
        min-width: 92px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 4px !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    html body.archive.tax-product_cat .mikado-global-cat {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 38px !important;
        min-width: 38px !important;
        margin: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 40px !important;
        max-width: 78px !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-fast-search-toggle,
    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-cat-dropdown summary {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        flex: 0 0 38px !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-cat-dropdown summary {
        font-size: 0 !important;
        color: transparent !important;
        border-radius: 999px !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-lang-menu summary {
        width: 30px !important;
        min-width: 30px !important;
        height: 38px !important;
        min-height: 38px !important;
        flex-basis: 30px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-b2b-button {
        display: inline-flex !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        font-size: 13px !important;
        border-radius: 999px !important;
    }

    html body.archive.tax-product_cat .mikado-category-page {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 24px 36px !important;
        overflow: hidden !important;
    }

    html body.archive.tax-product_cat .mikado-category-hero,
    html body.archive.tax-product_cat .mikado-archive-toolbar,
    html body.archive.tax-product_cat .mikado-product-grid-wrap {
        width: min(330px, calc(100vw - 48px)) !important;
        max-width: min(330px, calc(100vw - 48px)) !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4,
    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product {
        width: min(330px, calc(100vw - 48px)) !important;
        max-width: min(330px, calc(100vw - 48px)) !important;
    }

    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product img {
        width: 70% !important;
        max-width: 210px !important;
        height: 140px !important;
        max-height: 140px !important;
        margin: 0 auto 10px !important;
    }

    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product .woocommerce-loop-product__title {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: clip !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        font-size: 11px !important;
        line-height: 1.22 !important;
        padding-right: 4px !important;
        max-width: min(282px, calc(100vw - 88px)) !important;
    }

    html body.archive.tax-product_cat main.mikado-category-page section.mikado-product-grid-wrap ul.products.columns-4 > li.product .price {
        width: max-content !important;
        max-width: 100% !important;
        margin-top: 8px !important;
    }
}

/* Category header guard for narrow rendered viewports and small tablets. */
@media (max-width: 1024px) {
    html body.archive.tax-product_cat .mikado-global-main {
        display: block !important;
        position: relative !important;
        height: 74px !important;
        min-height: 74px !important;
        padding: 9px 10px !important;
        overflow: hidden !important;
    }

    html body.archive.tax-product_cat .mikado-global-main > .mikado-hp2-brand-link {
        position: absolute !important;
        left: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 78px !important;
        min-width: 78px !important;
        margin: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 40px !important;
        max-width: 78px !important;
    }

    html body.archive.tax-product_cat .mikado-global-search {
        position: absolute !important;
        right: 152px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 38px !important;
        min-width: 38px !important;
        margin: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-global-actions {
        position: absolute !important;
        right: 54px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 92px !important;
        min-width: 92px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 4px !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    html body.archive.tax-product_cat .mikado-global-cat {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 38px !important;
        min-width: 38px !important;
        margin: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-fast-search-toggle,
    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-cat-dropdown summary {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        flex: 0 0 38px !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-lang-menu summary {
        width: 30px !important;
        min-width: 30px !important;
        height: 38px !important;
        min-height: 38px !important;
        flex-basis: 30px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-b2b-button {
        display: inline-flex !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        font-size: 13px !important;
        border-radius: 999px !important;
    }
}

.woocommerce ul.products li.product,
.mikado-category-page ul.products li.product {
    position: relative;
}

.mikado-product-video-badge {
    position: absolute;
    z-index: 7;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: #e30613;
    border-radius: 11px;
    box-shadow: 0 12px 24px rgba(227, 6, 19, 0.2);
    pointer-events: none;
}

.mikado-product-video-badge svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.mikado-products-list-thumb {
    position: relative;
}

.mikado-products-list-thumb .mikado-product-video-badge {
    top: 7px;
    left: 7px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(227, 6, 19, 0.18);
}

.mikado-products-list-thumb .mikado-product-video-badge svg {
    width: 16px;
    height: 16px;
}

.mikado-filter-video-group {
    background: #fff7f8;
    border-color: #ffd9dd;
}

.mikado-filter-video-only span {
    color: #111318;
}

@media (max-width: 767px) {
    .mikado-product-video-badge {
        top: 10px;
        left: 10px;
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .mikado-product-video-badge svg {
        width: 19px;
        height: 19px;
    }
}

.mikado-mobile-filter-bar,
.mikado-filter-overlay,
.mikado-filter-close {
    display: none;
}

.mikado-filter-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

@media (max-width: 900px) {
    html body.mikado-filter-panel-open {
        overflow: hidden !important;
    }

    html body .mikado-mobile-filter-bar {
        display: grid !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 0 14px !important;
    }

    html body .mikado-mobile-filter-button {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        width: 100% !important;
        min-height: 52px !important;
        padding: 0 16px !important;
        color: #fff !important;
        background: #111318 !important;
        border: 0 !important;
        border-radius: 12px !important;
        box-shadow: 0 14px 32px rgba(17, 19, 24, 0.14) !important;
        font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
        font-size: 16px !important;
        font-weight: 900 !important;
    }

    html body .mikado-mobile-filter-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 24px !important;
        height: 24px !important;
        color: #fff !important;
    }

    html body .mikado-mobile-filter-icon svg {
        width: 22px !important;
        height: 22px !important;
        fill: currentColor !important;
    }

    html body .mikado-mobile-filter-count {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 28px !important;
        height: 28px !important;
        padding: 0 8px !important;
        color: #e30613 !important;
        background: #fff !important;
        border-radius: 999px !important;
        font-size: 13px !important;
        line-height: 1 !important;
    }

    html body .mikado-active-filter-chips {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 7px !important;
    }

    html body .mikado-active-filter-chips span {
        display: inline-flex !important;
        align-items: center !important;
        min-height: 30px !important;
        padding: 0 11px !important;
        color: #e30613 !important;
        background: #fff1f2 !important;
        border: 1px solid #ffd4d9 !important;
        border-radius: 999px !important;
        font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: 900 !important;
    }

    html body .mikado-filter-overlay {
        position: fixed !important;
        inset: 0 !important;
        z-index: 9997 !important;
        display: block !important;
        visibility: hidden !important;
        background: rgba(17, 19, 24, 0.48) !important;
        opacity: 0 !important;
        transition: opacity 180ms ease, visibility 180ms ease !important;
    }

    html body.mikado-filter-panel-open .mikado-filter-overlay {
        visibility: visible !important;
        opacity: 1 !important;
    }

    html body .mikado-category-page .mikado-category-sidebar {
        position: fixed !important;
        z-index: 9998 !important;
        top: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        order: initial !important;
        width: min(88vw, 380px) !important;
        max-width: min(88vw, 380px) !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 0 !important;
        border-radius: 0 18px 18px 0 !important;
        box-shadow: 24px 0 70px rgba(17, 19, 24, 0.22) !important;
        transform: translateX(-105%) !important;
        transition: transform 220ms ease !important;
    }

    html body.admin-bar .mikado-category-page .mikado-category-sidebar {
        top: 0 !important;
        max-height: 100dvh !important;
    }

    html body.mikado-filter-panel-open .mikado-category-page .mikado-category-sidebar {
        transform: translateX(0) !important;
    }

    html body .mikado-category-page .mikado-category-sidebar-inner {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        padding: 18px !important;
        overflow: auto !important;
        background: #fff !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .mikado-filter-panel-heading {
        position: sticky !important;
        z-index: 2 !important;
        top: -18px !important;
        margin: -18px -18px 14px !important;
        padding: 18px !important;
        background: #fff !important;
        border-bottom: 1px solid #e2e6ec !important;
    }

    html body .mikado-filter-close {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
        color: #111318 !important;
        background: #f4f6f8 !important;
        border: 1px solid #e2e6ec !important;
        border-radius: 999px !important;
        font-size: 26px !important;
        line-height: 1 !important;
    }

    html body .mikado-category-page .mikado-filter-title {
        margin: 0 !important;
        font-size: 20px !important;
    }

    html body .mikado-category-page .mikado-shop-layout {
        overflow: visible !important;
    }
}

/* Final header vertical alignment pass. Keep after legacy header overrides. */
@media (min-width: 768px) {
    html body .mikado-global-header .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 126px !important;
        max-width: 174px !important;
        object-fit: contain !important;
        object-position: left center !important;
        margin-top: -16px !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-topbar {
        min-height: 0 !important;
        height: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: hidden !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-main {
        min-height: 78px !important;
        padding-top: 0 !important;
        padding-bottom: 8px !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-main > .mikado-hp2-brand-link {
        margin-top: -26px !important;
    }

    html body .mikado-global-header.is-condensed .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-header.is-condensed .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 85px !important;
        max-width: 128px !important;
        margin-top: 0 !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-cat,
    html body .mikado-global-header.is-condensed .mikado-global-search,
    html body .mikado-global-header.is-condensed .mikado-global-actions {
        align-self: center !important;
        margin-top: -6px !important;
    }
}

@media (max-width: 767px) {
    html body .mikado-global-header .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img,
    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        margin-top: -25px !important;
    }
}

/* Mobile hero slider pagination in Mikado colors. */
@media (max-width: 767px) {
    html body .mikado-hp2-banner-dots span {
        background: #cfd3d8 !important;
    }

    html body .mikado-hp2-banner-dots span.is-active,
    html body .mikado-hp2-banner-dots span:first-child {
        background: #e30613 !important;
    }
}

/* Desktop mega menu stability: one JS-controlled active path, no competing CSS hover path. */
@media (min-width: 768px) {
    html body .mikado-hp2-cat-dropdown:not([open]) > .mikado-hp2-cat-panel {
        display: none !important;
    }

    html body .mikado-hp2-cat-dropdown[open] > .mikado-hp2-cat-panel {
        display: block !important;
    }

    html body .mikado-hp2-cat-dropdown > .mikado-hp2-cat-panel {
        overflow: visible !important;
    }

    html body .mikado-hp2-cat-dropdown > .mikado-hp2-cat-panel::before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: -48px !important;
        height: 48px !important;
        pointer-events: auto !important;
        background: transparent !important;
    }

    html body .mikado-hp2-cat-dropdown > .mikado-hp2-cat-panel {
        width: 390px !important;
    }

    html body .mikado-hp2-cat-dropdown.has-active-level2 > .mikado-hp2-cat-panel {
        width: 790px !important;
    }

    html body .mikado-hp2-cat-dropdown.has-active-level3 > .mikado-hp2-cat-panel {
        width: min(1160px, calc(100vw - 44px)) !important;
    }

    html body .mikado-hp2-cat-menu-item:hover > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-menu-item:focus-within > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li:hover > .mikado-hp2-cat-level3,
    html body .mikado-hp2-cat-level2 li:focus-within > .mikado-hp2-cat-level3,
    html body .mikado-hp2-cat-menu-item:first-child > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li:first-child > .mikado-hp2-cat-level3 {
        display: none !important;
    }

    html body .mikado-hp2-cat-menu-item.is-active > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li.is-active > .mikado-hp2-cat-level3 {
        display: block !important;
    }

    html body .mikado-hp2-cat-level2 {
        left: 340px !important;
        width: 400px !important;
        overflow: visible !important;
    }

    html body .mikado-hp2-cat-level3 {
        left: 400px !important;
        width: 380px !important;
        min-width: 300px !important;
    }

    html body .mikado-hp2-cat-panel {
        padding: 12px !important;
    }

    html body .mikado-hp2-cat-panel-head {
        display: none !important;
    }

    html body .mikado-hp2-cat-level-title {
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
    }

    html body .mikado-hp2-cat-level-title a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: auto !important;
        padding: 8px 12px !important;
        color: #e30613 !important;
        background: #fff !important;
        border: 1px solid rgba(227, 6, 19, 0.24) !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        box-shadow: 0 10px 24px rgba(227, 6, 19, 0.08) !important;
    }

    html body .mikado-hp2-cat-level-title a:hover,
    html body .mikado-hp2-cat-level-title a:focus-visible {
        color: #fff !important;
        background: #e30613 !important;
        border-color: #e30613 !important;
    }
}

/* Category archive: keep the filter/sort row readable on desktop. */
@media (min-width: 1025px) {
    html body.archive.tax-product_cat .mikado-archive-toolbar,
    html body.post-type-archive-product .mikado-archive-toolbar {
        column-gap: 18px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        overflow: visible !important;
    }

    html body.archive.tax-product_cat .mikado-archive-sort-tabs,
    html body.post-type-archive-product .mikado-archive-sort-tabs {
        flex: 1 1 auto !important;
        gap: clamp(14px, 1.15vw, 24px) !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: auto !important;
    }

    html body.archive.tax-product_cat .mikado-archive-sort-tabs a,
    html body.post-type-archive-product .mikado-archive-sort-tabs a {
        font-size: clamp(15px, 1.05vw, 19px) !important;
    }

    html body.archive.tax-product_cat .mikado-archive-toolbar-meta,
    html body.post-type-archive-product .mikado-archive-toolbar-meta {
        margin-left: 0 !important;
    }

    html body.archive.tax-product_cat .mikado-archive-toolbar-meta > strong,
    html body.post-type-archive-product .mikado-archive-toolbar-meta > strong {
        font-size: clamp(15px, 1vw, 18px) !important;
    }
}

/* HP hero banners: paged carousel when more than four banners are present. */
.mikado-hp2-banner-carousel.is-scrollable {
    overflow: hidden !important;
    padding-inline: 0 !important;
}

.mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-track {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    animation: none !important;
    transform: none !important;
}

.mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-track::-webkit-scrollbar {
    display: none !important;
}

.mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card {
    scroll-snap-align: start !important;
}

.mikado-hp2-banner-arrow {
    position: absolute;
    z-index: 8;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    color: #111318;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 19, 24, 0.08);
    border-radius: 999px;
    box-shadow: 0 18px 38px rgba(17, 19, 24, 0.18);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
}

.mikado-hp2-banner-arrow:hover,
.mikado-hp2-banner-arrow:focus-visible {
    color: #fff;
    background: #e30613;
    transform: translateY(-50%) scale(1.04);
}

.mikado-hp2-banner-arrow:disabled {
    opacity: 0;
    pointer-events: none;
}

.mikado-hp2-banner-arrow svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mikado-hp2-banner-arrow-prev {
    left: 18px;
}

.mikado-hp2-banner-arrow-next {
    right: 18px;
}

.mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-dots {
    display: flex !important;
}

.mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-dots span,
.mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-dots span:first-child {
    width: 12px !important;
    height: 12px !important;
    background: #cfd3d8 !important;
}

.mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-dots span.is-active {
    width: 56px !important;
    background: #e30613 !important;
}

@media (min-width: 1181px) {
    .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card,
    .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card:first-child {
        flex: 0 0 calc((100% - 54px) / 4) !important;
        width: calc((100% - 54px) / 4) !important;
        min-width: calc((100% - 54px) / 4) !important;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card,
    .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card:first-child {
        flex: 0 0 calc((100% - 36px) / 3) !important;
        width: calc((100% - 36px) / 3) !important;
        min-width: calc((100% - 36px) / 3) !important;
    }
}

@media (max-width: 767px) {
    .mikado-hp2-banner-arrow {
        display: none !important;
    }

    .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card,
    .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card:first-child {
        flex-basis: calc(100vw - 44px) !important;
        min-width: calc(100vw - 44px) !important;
        width: calc(100vw - 44px) !important;
    }
}

/* Header nudge: keep the tall logo anchored while lowering the controls. */
@media (min-width: 768px) {
    html body .mikado-global-header:not(.is-condensed) .mikado-global-cat,
    html body .mikado-global-header:not(.is-condensed) .mikado-global-search,
    html body .mikado-global-header:not(.is-condensed) .mikado-global-actions {
        transform: translateY(14px) !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-cat,
    html body .mikado-global-header.is-condensed .mikado-global-search,
    html body .mikado-global-header.is-condensed .mikado-global-actions {
        transform: translateY(6px) !important;
    }
}

/* Reference header rebuild: desktop and compact sticky states. */
@media (min-width: 768px) {
    html body .mikado-global-header {
        background: rgba(255, 255, 255, .98) !important;
        border-bottom: 1px solid #e8ebef !important;
        box-shadow: 0 10px 34px rgba(17, 19, 24, .07) !important;
        overflow: visible !important;
        transition: box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease !important;
    }

    html body .mikado-global-topbar {
        display: grid !important;
        grid-template-columns: 260px minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 24px !important;
        max-width: 1660px !important;
        min-height: 38px !important;
        margin: 0 auto !important;
        padding: 6px 28px 0 !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        transition: min-height 220ms ease, padding 220ms ease, opacity 160ms ease, transform 220ms ease !important;
    }

    html body .mikado-global-topbar nav:first-child,
    html body .mikado-global-topbar nav:last-child {
        padding-left: 0 !important;
        justify-content: initial !important;
    }

    html body .mikado-topbar-nav {
        grid-column: 2 !important;
        display: flex !important;
        align-items: center !important;
        gap: 28px !important;
    }

    html body .mikado-topbar-follow {
        grid-column: 3 !important;
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
        color: #9da5b1 !important;
        font-weight: 800 !important;
    }

    html body .mikado-topbar-nav a {
        color: #4d5563 !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        text-decoration: none !important;
    }

    html body .mikado-topbar-nav a:hover,
    html body .mikado-topbar-nav a:focus-visible,
    html body .mikado-topbar-follow .mikado-social-link:hover,
    html body .mikado-topbar-follow .mikado-social-link:focus-visible {
        color: #e30613 !important;
    }

    html body .mikado-global-main {
        display: grid !important;
        grid-template-columns: 210px 196px minmax(360px, 1fr) auto !important;
        align-items: end !important;
        gap: 0 !important;
        max-width: 1660px !important;
        min-height: 84px !important;
        margin: 0 auto !important;
        padding: 0 28px 14px !important;
        transition: min-height 220ms ease, padding 220ms ease, grid-template-columns 220ms ease !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        align-self: end !important;
        margin: -40px 0 0 !important;
        transform: translateY(0) !important;
        transition: margin 220ms ease, transform 220ms ease !important;
    }

    html body .mikado-global-header .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 108px !important;
        max-width: 168px !important;
        margin-top: 0 !important;
        object-fit: contain !important;
        object-position: left bottom !important;
        transition: height 220ms ease, max-width 220ms ease, opacity 220ms ease !important;
    }

    html body .mikado-global-cat,
    html body .mikado-global-search,
    html body .mikado-global-actions,
    html body .mikado-global-header:not(.is-condensed) .mikado-global-cat,
    html body .mikado-global-header:not(.is-condensed) .mikado-global-search,
    html body .mikado-global-header:not(.is-condensed) .mikado-global-actions {
        align-self: end !important;
        margin-top: 0 !important;
        transform: none !important;
        transition: transform 220ms ease, opacity 220ms ease !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        width: 196px !important;
        height: 48px !important;
        min-height: 48px !important;
        border: 0 !important;
        border-radius: 5px !important;
        background: #20202c !important;
        box-shadow: none !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        justify-content: center !important;
        transition: background-color 180ms ease, transform 180ms ease !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary:hover,
    html body .mikado-global-cat .mikado-hp2-cat-dropdown[open] summary {
        background: #15151f !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel {
        display: flex !important;
        align-items: stretch !important;
        width: 100% !important;
        min-width: 0 !important;
        background: #fff !important;
        border: 1px solid #dfe3e8 !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::before {
        left: 24px !important;
        top: 16px !important;
        border-color: #b3bac4 !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::after {
        left: 35px !important;
        top: 28px !important;
        background: #b3bac4 !important;
    }

    html body .mikado-global-search .mikado-fast-search label {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    html body .mikado-global-search .mikado-fast-search input {
        height: 48px !important;
        min-height: 48px !important;
        padding-left: 64px !important;
        padding-right: 18px !important;
        border: 0 !important;
        border-radius: 5px 0 0 5px !important;
        background: #fff !important;
        box-shadow: none !important;
        color: #111318 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
    }

    html body .mikado-fast-search-submit {
        flex: 0 0 96px !important;
        height: 48px !important;
        border: 0 !important;
        border-left: 1px solid #eef1f4 !important;
        border-radius: 4px !important;
        background: #f5f6f8 !important;
        color: #4b5260 !important;
        cursor: pointer !important;
        font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        transition: background-color 160ms ease, color 160ms ease !important;
    }

    html body .mikado-fast-search-submit:hover,
    html body .mikado-fast-search-submit:focus-visible {
        background: #e30613 !important;
        color: #fff !important;
    }

    html body .mikado-global-actions {
        display: flex !important;
        align-items: stretch !important;
        gap: 10px !important;
        padding-left: 10px !important;
    }

    html body .mikado-header-catalog-icon,
    html body .mikado-global-actions .mikado-hp2-lang-menu summary,
    html body .mikado-global-actions .mikado-profile-link {
        align-items: center !important;
        background: #fff !important;
        border: 1px solid #dfe3e8 !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        color: #4b5260 !important;
        display: inline-flex !important;
        flex: 0 0 48px !important;
        height: 48px !important;
        justify-content: center !important;
        min-height: 48px !important;
        padding: 0 !important;
        text-decoration: none !important;
        width: 48px !important;
        transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease !important;
    }

    html body .mikado-header-catalog-icon svg,
    html body .mikado-global-actions .mikado-profile-link svg {
        width: 21px !important;
        height: 21px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
        stroke-width: 2 !important;
    }

    html body .mikado-header-catalog-icon:hover,
    html body .mikado-header-catalog-icon:focus-visible,
    html body .mikado-global-actions .mikado-profile-link:hover,
    html body .mikado-global-actions .mikado-profile-link:focus-visible {
        border-color: #e30613 !important;
        color: #e30613 !important;
        background: #fff !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary::after {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary .mikado-hp2-lang-flag {
        width: 28px !important;
        height: 28px !important;
        background: transparent !important;
        border-radius: 999px !important;
        font-size: 24px !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button {
        align-items: center !important;
        background: #e30613 !important;
        border: 1px solid #e30613 !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        color: #fff !important;
        display: inline-flex !important;
        gap: 10px !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        transition: background-color 160ms ease, transform 160ms ease !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button::after {
        content: "→" !important;
        position: static !important;
        display: inline !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        opacity: 1 !important;
        transform: none !important;
        color: currentColor !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button::before {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button:hover,
    html body .mikado-global-actions .mikado-hp2-b2b-button:focus-visible {
        background: #c90012 !important;
        color: #fff !important;
        transform: translateY(-1px) !important;
    }

    html body .mikado-global-header.is-condensed {
        box-shadow: 0 8px 28px rgba(17, 19, 24, .08) !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-topbar {
        min-height: 0 !important;
        height: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        opacity: 0 !important;
        transform: translateY(-10px) !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-main {
        grid-template-columns: 120px 196px minmax(360px, 1fr) auto !important;
        min-height: 76px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-main > .mikado-hp2-brand-link {
        margin: 0 !important;
    }

    html body .mikado-global-header.is-condensed .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-header.is-condensed .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 72px !important;
        max-width: 122px !important;
        margin-top: 0 !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-cat,
    html body .mikado-global-header.is-condensed .mikado-global-search,
    html body .mikado-global-header.is-condensed .mikado-global-actions {
        margin-top: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-cat .mikado-hp2-cat-dropdown summary,
    html body .mikado-global-header.is-condensed .mikado-global-search .mikado-fast-search input,
    html body .mikado-global-header.is-condensed .mikado-fast-search-submit,
    html body .mikado-global-header.is-condensed .mikado-header-catalog-icon,
    html body .mikado-global-header.is-condensed .mikado-global-actions .mikado-hp2-lang-menu summary,
    html body .mikado-global-header.is-condensed .mikado-global-actions .mikado-hp2-b2b-button,
    html body .mikado-global-header.is-condensed .mikado-global-actions .mikado-profile-link {
        height: 48px !important;
        min-height: 48px !important;
    }

    html body .mikado-global-header.is-condensed .mikado-header-catalog-icon,
    html body .mikado-global-header.is-condensed .mikado-global-actions .mikado-hp2-lang-menu summary,
    html body .mikado-global-header.is-condensed .mikado-global-actions .mikado-profile-link {
        flex-basis: 48px !important;
        width: 48px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .mikado-global-header,
    html body .mikado-global-header *,
    html body .mikado-fast-search-submit {
        transition: none !important;
    }
}

/* Full-bleed hero banner rail: first card aligns with the content grid, later cards can travel off-canvas. */
.mikado-hp2-banner-carousel {
    --mikado-banner-shell: 1660px;
    --mikado-banner-rail-pad: max(28px, calc(50vw - 802px));
}

.mikado-hp2-banner-carousel,
.mikado-hp2-banner-carousel.is-scrollable {
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    padding-left: var(--mikado-banner-rail-pad) !important;
    padding-right: 0 !important;
    overflow: hidden !important;
}

.mikado-hp2-banner-carousel .mikado-hp2-banner-track {
    width: 100% !important;
    max-width: none !important;
    padding-right: var(--mikado-banner-rail-pad) !important;
    scroll-padding-left: var(--mikado-banner-rail-pad) !important;
}

.mikado-hp2-banner-card {
    display: block !important;
    text-decoration: none !important;
    cursor: pointer;
}

.mikado-hp2-banner-card:hover,
.mikado-hp2-banner-card:focus-visible {
    color: #fff !important;
    text-decoration: none !important;
}

.mikado-hp2-banner-card:hover .mikado-hp2-banner-media img,
.mikado-hp2-banner-card:focus-visible .mikado-hp2-banner-media img,
.mikado-hp2-banner-card:hover .mikado-hp2-banner-media video,
.mikado-hp2-banner-card:focus-visible .mikado-hp2-banner-media video {
    transform: scale(1.045);
}

.mikado-hp2-banner-button,
.mikado-hp2-banner-content a {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    min-height: 48px;
    padding: 0 22px;
    color: #111318;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Chakra Petch", Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.mikado-hp2-banner-card:hover .mikado-hp2-banner-button,
.mikado-hp2-banner-card:focus-visible .mikado-hp2-banner-button,
.mikado-hp2-banner-content a:hover {
    color: #fff;
    background: #e30613;
}

/* Softer hero banner cards: lighter top image, quieter copy scale and less shouty CTA. */
.mikado-hp2-banner-media::after {
    background: linear-gradient(
        180deg,
        rgba(17, 19, 24, 0) 0%,
        rgba(17, 19, 24, 0) 34%,
        rgba(17, 19, 24, 0.38) 66%,
        rgba(17, 19, 24, 0.74) 100%
    ) !important;
}

.mikado-hp2-banner-content h2 {
    max-width: 390px !important;
    margin-bottom: 12px !important;
    font-size: clamp(25px, 2.05vw, 34px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

.mikado-hp2-banner-content p {
    max-width: 390px !important;
    margin-bottom: 18px !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 15.5px !important;
    line-height: 1.5 !important;
}

.mikado-hp2-banner-button,
.mikado-hp2-banner-content a {
    min-height: 48px !important;
    padding: 0 18px !important;
    color: #fff !important;
    background: rgba(17, 19, 24, 0.38) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px);
    font-size: 14.5px !important;
}

.mikado-hp2-banner-card:hover .mikado-hp2-banner-button,
.mikado-hp2-banner-card:focus-visible .mikado-hp2-banner-button,
.mikado-hp2-banner-content a:hover {
    color: #fff !important;
    background: rgba(227, 6, 19, 0.82) !important;
    border-color: rgba(227, 6, 19, 0.92) !important;
}

.mikado-hp2-banner-arrow-prev {
    left: max(18px, calc(var(--mikado-banner-rail-pad) - 30px)) !important;
}

.mikado-hp2-banner-arrow-next {
    right: 18px !important;
}

@media (min-width: 768px) and (max-width: 1720px) {
    .mikado-hp2-banner-carousel {
        --mikado-banner-shell: calc(100vw - 56px);
        --mikado-banner-rail-pad: 28px;
    }
}

@media (max-width: 767px) {
    .mikado-hp2-banner-carousel.is-scrollable,
    .mikado-hp2-banner-carousel {
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-track,
    .mikado-hp2-banner-track {
        padding-right: 18px !important;
        scroll-padding-left: 0 !important;
    }
}

/* Search autocomplete: keep long result sets reachable instead of letting them run below the viewport. */
html body .mikado-global-header .mikado-fast-search-results,
html body .mikado-fast-search-results {
    max-height: min(640px, calc(100vh - 188px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scrollbar-gutter: stable !important;
}

html body .mikado-global-header.is-condensed .mikado-fast-search-results {
    max-height: min(680px, calc(100vh - 122px)) !important;
}

html body .mikado-fast-search-more {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 2 !important;
    box-shadow: 0 -10px 24px rgba(17, 19, 24, 0.08) !important;
}

html body .mikado-fast-search-categories {
    padding-bottom: 8px !important;
}

/* Sticky header logo correction: keep the Total Fishing mark large and visually anchored to the top edge. */
@media (min-width: 768px) {
    html body .mikado-global-header.is-condensed .mikado-global-main {
        grid-template-columns: 154px 196px minmax(360px, 1fr) auto !important;
        min-height: 76px !important;
        padding-top: 0 !important;
        padding-bottom: 6px !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-main > .mikado-hp2-brand-link {
        align-self: start !important;
        margin: -22px 0 -16px !important;
        transform: translateY(0) !important;
    }

    html body .mikado-global-header.is-condensed .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-header.is-condensed .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 108px !important;
        max-width: 168px !important;
        margin-top: 0 !important;
        object-fit: contain !important;
        object-position: left top !important;
    }
}

@media (max-width: 767px) {
    html body .mikado-global-header .mikado-fast-search-results,
    html body .mikado-fast-search-results {
        max-height: calc(100vh - 176px) !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

/* Category archive tuning: narrower filters, larger product canvas, max four cards per row. */
html body.tax-product_cat .mikado-category-page,
html body.post-type-archive-product .mikado-category-page {
    --mikado-category-sidebar-width: 248px;
    --mikado-category-gap: 28px;
}

html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
html body .mikado-category-page .mikado-shop-layout {
    width: min(100% - 48px, 1760px) !important;
    max-width: 1760px !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: var(--mikado-category-sidebar-width) minmax(0, 1fr) !important;
    gap: var(--mikado-category-gap) !important;
    align-items: start !important;
}

html body.tax-product_cat .mikado-category-page .mikado-category-sidebar,
html body.post-type-archive-product .mikado-category-page .mikado-category-sidebar,
html body .mikado-category-page .mikado-category-sidebar {
    width: var(--mikado-category-sidebar-width) !important;
    max-width: var(--mikado-category-sidebar-width) !important;
    min-width: 0 !important;
    flex: 0 0 var(--mikado-category-sidebar-width) !important;
}

html body.tax-product_cat .mikado-category-page .mikado-category-sidebar-inner,
html body.post-type-archive-product .mikado-category-page .mikado-category-sidebar-inner,
html body .mikado-category-page .mikado-category-sidebar-inner {
    padding: 22px 18px !important;
}

html body.tax-product_cat .mikado-category-page .mikado-product-grid-wrap,
html body.post-type-archive-product .mikado-category-page .mikado-product-grid-wrap,
html body .mikado-category-page .mikado-product-grid-wrap {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

html body.tax-product_cat .mikado-category-page .mikado-filter-video-group,
html body.post-type-archive-product .mikado-category-page .mikado-filter-video-group {
    display: none !important;
}

html body.tax-product_cat .mikado-category-page ul.products,
html body.post-type-archive-product .mikado-category-page ul.products,
html body.woocommerce .mikado-category-page ul.products,
html body .mikado-category-page ul.products,
html body.tax-product_cat .mikado-category-page ul.products.columns-4,
html body.post-type-archive-product .mikado-category-page ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
}

html body.tax-product_cat .mikado-category-page ul.products > li.product,
html body.post-type-archive-product .mikado-category-page ul.products > li.product,
html body.woocommerce .mikado-category-page ul.products > li.product,
html body .mikado-category-page ul.products > li.product,
html body.tax-product_cat .mikado-category-page ul.products.columns-4 > li.product,
html body.post-type-archive-product .mikado-category-page ul.products.columns-4 > li.product {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
}

@media (max-width: 1480px) {
    html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    html body .mikado-category-page .mikado-shop-layout {
        --mikado-category-sidebar-width: 232px;
        --mikado-category-gap: 22px;
    }

    html body.tax-product_cat .mikado-category-page ul.products,
    html body.post-type-archive-product .mikado-category-page ul.products,
    html body.woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body.tax-product_cat .mikado-category-page ul.products.columns-4,
    html body.post-type-archive-product .mikado-category-page ul.products.columns-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1023px) {
    html body.tax-product_cat .mikado-category-page .mikado-shop-layout,
    html body.post-type-archive-product .mikado-category-page .mikado-shop-layout,
    html body .mikado-category-page .mikado-shop-layout {
        width: min(100% - 28px, 100%) !important;
        display: block !important;
    }

    html body.tax-product_cat .mikado-category-page ul.products,
    html body.post-type-archive-product .mikado-category-page ul.products,
    html body.woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body.tax-product_cat .mikado-category-page ul.products.columns-4,
    html body.post-type-archive-product .mikado-category-page ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
}

@media (max-width: 560px) {
    html body.tax-product_cat .mikado-category-page ul.products,
    html body.post-type-archive-product .mikado-category-page ul.products,
    html body.woocommerce .mikado-category-page ul.products,
    html body .mikado-category-page ul.products,
    html body.tax-product_cat .mikado-category-page ul.products.columns-4,
    html body.post-type-archive-product .mikado-category-page ul.products.columns-4 {
        grid-template-columns: 1fr !important;
    }
}

/* Final responsive header polish: desktop sticky logo and a stable mobile two-row tool bar. */
.mikado-mobile-menu-extra {
    display: none;
}

@media (min-width: 768px) {
    html body .mikado-global-header.is-condensed .mikado-global-main {
        grid-template-columns: 154px 196px minmax(360px, 1fr) auto !important;
        min-height: 76px !important;
        padding-top: 0 !important;
        padding-bottom: 6px !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-main > .mikado-hp2-brand-link {
        align-self: start !important;
        margin: -24px 0 -10px !important;
        transform: translateY(0) !important;
    }

    html body .mikado-global-header.is-condensed .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-header.is-condensed .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 108px !important;
        max-width: 160px !important;
        margin-top: 0 !important;
        object-fit: contain !important;
        object-position: left top !important;
    }

    html body .mikado-global-header.is-condensed .mikado-global-cat,
    html body .mikado-global-header.is-condensed .mikado-global-search,
    html body .mikado-global-header.is-condensed .mikado-global-actions {
        align-self: center !important;
        margin-top: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    html body .mikado-global-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 9990 !important;
        background: rgba(255, 255, 255, 0.98) !important;
        border-bottom: 1px solid #e3e7ec !important;
        box-shadow: 0 10px 28px rgba(17, 19, 24, 0.08) !important;
        backdrop-filter: blur(10px);
    }

    html body.admin-bar .mikado-global-header {
        top: 46px !important;
    }

    html body .mikado-global-topbar {
        display: none !important;
    }

    html body .mikado-global-main {
        display: grid !important;
        grid-template-columns: minmax(118px, 1fr) auto auto !important;
        grid-template-areas:
            "brand actions cat"
            "search search search" !important;
        align-items: center !important;
        gap: 10px 8px !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 122px !important;
        margin: 0 !important;
        padding: 10px 12px 12px !important;
        box-sizing: border-box !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link {
        grid-area: brand !important;
        justify-self: start !important;
        align-self: center !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 152px !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-header .mikado-hp2-brand-link.is-total-fishing img,
    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img,
    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        width: auto !important;
        height: 62px !important;
        max-width: 150px !important;
        margin: 0 !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    html body .mikado-global-actions {
        grid-area: actions !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 7px !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-actions .mikado-header-catalog-icon,
    html body .mikado-global-actions > .mikado-profile-link {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        border: 1px solid #e0e5eb !important;
        border-radius: 999px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary::after {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary .mikado-hp2-lang-flag {
        width: 28px !important;
        height: 28px !important;
        font-size: 24px !important;
        line-height: 1 !important;
        border-radius: 999px !important;
        background: transparent !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 58px !important;
        min-width: 58px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        color: #e30613 !important;
        background: #fff !important;
        border: 2px solid #e30613 !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        animation: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button::before,
    html body .mikado-global-actions .mikado-hp2-b2b-button::after {
        display: none !important;
    }

    html body .mikado-global-cat {
        grid-area: cat !important;
        justify-self: end !important;
        align-self: center !important;
        width: 44px !important;
        min-width: 44px !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown {
        position: static !important;
        width: 44px !important;
        min-width: 44px !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #e30613 !important;
        box-shadow: none !important;
        color: #fff !important;
        font-size: 0 !important;
    }

    html body .mikado-global-search {
        grid-area: search !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-search .mikado-fast-search {
        position: relative !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    html body .mikado-global-search .mikado-fast-search-toggle {
        display: none !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel,
    html body .mikado-global-search .mikado-fast-search-panel,
    html body .mikado-fast-search-panel {
        display: flex !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        height: 52px !important;
        padding: 0 !important;
        transform: none !important;
        overflow: visible !important;
        background: #fff !important;
        border: 1px solid #dfe5ec !important;
        border-radius: 14px !important;
        box-shadow: none !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::before {
        left: 18px !important;
        top: 16px !important;
        width: 14px !important;
        height: 14px !important;
        border-width: 3px !important;
        border-color: #111318 !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::after {
        left: 31px !important;
        top: 30px !important;
        width: 10px !important;
        height: 3px !important;
        background: #111318 !important;
    }

    html body .mikado-global-search .mikado-fast-search label {
        flex: 1 1 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    html body .mikado-global-search .mikado-fast-search input {
        width: 100% !important;
        height: 50px !important;
        min-height: 50px !important;
        padding: 0 44px 0 50px !important;
        border: 0 !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: none !important;
        color: #111318 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
    }

    html body .mikado-global-search .mikado-fast-search-submit {
        display: none !important;
    }

    html body .mikado-global-header .mikado-fast-search-results,
    html body .mikado-fast-search-results {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: min(520px, calc(100vh - 186px)) !important;
        transform: none !important;
        border-radius: 14px !important;
        overflow-y: auto !important;
    }

    html body .mikado-global-header .mikado-hp2-lang-panel,
    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-cat-panel {
        position: fixed !important;
        top: 122px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        transform: none !important;
        border-radius: 0 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body.admin-bar .mikado-global-header .mikado-hp2-lang-panel,
    html body.admin-bar .mikado-global-header .mikado-hp2-cat-panel,
    html body.admin-bar .mikado-hp2-cat-panel {
        top: 168px !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-panel {
        padding-bottom: 86px !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 10010 !important;
        display: flex !important;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom)) !important;
        background: #fff !important;
        border-top: 1px solid #e5e9ef !important;
        box-shadow: 0 -12px 28px rgba(17, 19, 24, 0.08) !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        width: 100% !important;
        min-height: 48px !important;
        color: #111318 !important;
        background: #f5f6f8 !important;
        border: 1px solid #dfe5ec !important;
        border-radius: 14px !important;
        text-decoration: none !important;
        font-weight: 900 !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link svg {
        width: 20px !important;
        height: 20px !important;
        stroke: currentColor !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link .screen-reader-text {
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
        white-space: normal !important;
    }
}

/* Absolute last mobile header correction. */
@media (max-width: 767px) {
    html body .mikado-global-main {
        grid-template-areas:
            "brand actions cat"
            "search search search" !important;
        grid-template-columns: minmax(96px, 1fr) auto auto !important;
        min-height: 108px !important;
        padding: 8px 12px 10px !important;
        gap: 8px !important;
    }

    html body .mikado-global-main > .mikado-hp2-brand-link,
    html body .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img,
    html body.archive.tax-product_cat .mikado-global-main .mikado-hp2-brand-link.is-total-fishing img {
        height: 54px !important;
        max-width: 144px !important;
        margin: 0 !important;
        transform: none !important;
        object-position: left center !important;
    }

    html body .mikado-global-actions {
        gap: 7px !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary,
    html body .mikado-global-cat .mikado-hp2-cat-dropdown,
    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 12px !important;
        box-shadow: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary {
        background: #fff !important;
        border: 1px solid #dde4ec !important;
    }

    html body .mikado-global-actions .mikado-hp2-lang-menu summary::after {
        display: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button {
        width: 54px !important;
        min-width: 54px !important;
        height: 40px !important;
        min-height: 40px !important;
        color: #e30613 !important;
        background: #fff !important;
        border: 2px solid #e30613 !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        animation: none !important;
    }

    html body .mikado-global-actions .mikado-hp2-b2b-button::before,
    html body .mikado-global-actions .mikado-hp2-b2b-button::after {
        display: none !important;
    }

    html body .mikado-global-cat {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body .mikado-global-cat .mikado-hp2-cat-dropdown summary {
        background: #e30613 !important;
        border-radius: 12px !important;
        box-shadow: none !important;
    }

    html body .mikado-global-header .mikado-fast-search-panel,
    html body .mikado-global-search .mikado-fast-search-panel,
    html body .mikado-fast-search-panel {
        height: 42px !important;
        min-height: 42px !important;
        background: #f4f5f7 !important;
        border: 1px solid #e1e6ed !important;
        border-radius: 9px !important;
        box-shadow: none !important;
    }

    html body .mikado-global-search .mikado-fast-search input {
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 40px 0 46px !important;
        background: transparent !important;
        border-radius: 9px !important;
        font-size: 14px !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::before {
        left: 16px !important;
        top: 12px !important;
        width: 13px !important;
        height: 13px !important;
        border-width: 2.6px !important;
    }

    html body .mikado-global-search .mikado-fast-search-panel::after {
        left: 28px !important;
        top: 25px !important;
        width: 9px !important;
        height: 2.6px !important;
    }

    html body .mikado-global-header .mikado-hp2-lang-panel,
    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-cat-panel {
        top: 108px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: calc(100vh - 108px) !important;
        max-height: calc(100vh - 108px) !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 0 0 18px !important;
        overflow-y: auto !important;
        background: #fff !important;
        border-radius: 0 !important;
        box-shadow: 0 24px 46px rgba(17, 19, 24, 0.18) !important;
    }

    html body.admin-bar .mikado-global-header .mikado-hp2-lang-panel,
    html body.admin-bar .mikado-global-header .mikado-hp2-cat-panel,
    html body.admin-bar .mikado-hp2-cat-panel {
        top: 154px !important;
        height: calc(100vh - 154px) !important;
        max-height: calc(100vh - 154px) !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-hp2-cat-panel {
        padding-top: 64px !important;
        padding-bottom: 18px !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 108px !important;
        bottom: auto !important;
        padding: 10px 14px !important;
        border-top: 1px solid #e4e8ee !important;
        border-bottom: 1px solid #edf0f4 !important;
        box-shadow: none !important;
    }

    html body.admin-bar .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 154px !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link {
        justify-content: flex-start !important;
        width: auto !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        background: #f6f7f9 !important;
        border-radius: 10px !important;
        box-shadow: none !important;
        font-size: 14px !important;
    }

    html body .mikado-hp2-cat-panel-head,
    html body .mikado-hp2-cat-level-title {
        display: none !important;
    }

    html body .mikado-hp2-cat-flyout,
    html body .mikado-hp2-cat-level1 {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    html body .mikado-hp2-cat-menu-item {
        border-bottom: 1px solid #edf0f4 !important;
    }

    html body .mikado-hp2-cat-main {
        min-height: 54px !important;
        padding: 0 14px !important;
        color: #111318 !important;
        background: #fff !important;
        border-radius: 0 !important;
        font-size: 15px !important;
    }

    html body .mikado-hp2-cat-main:hover,
    html body .mikado-hp2-cat-main:focus-visible,
    html body .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-main {
        color: #e30613 !important;
        background: #fff7f7 !important;
    }
}

/* Final final mobile menu correction: search + login row and working nested accordion. */
@media (max-width: 767px) {
    html body .mikado-global-main:has(.mikado-hp2-cat-dropdown[open]) {
        grid-template-areas: "brand actions cat" !important;
        min-height: 70px !important;
        padding: 8px 12px !important;
    }

    html body .mikado-global-main:has(.mikado-hp2-cat-dropdown[open]) > .mikado-global-search {
        display: none !important;
    }

    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-cat-panel {
        top: 70px !important;
        height: calc(100vh - 70px) !important;
        max-height: calc(100vh - 70px) !important;
        padding-top: 58px !important;
    }

    html body.admin-bar .mikado-global-header .mikado-hp2-cat-panel,
    html body.admin-bar .mikado-hp2-cat-panel {
        top: 116px !important;
        height: calc(100vh - 116px) !important;
        max-height: calc(100vh - 116px) !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 10012 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 8px !important;
        align-items: center !important;
        padding: 8px 12px !important;
        background: #fff !important;
        border-top: 1px solid #e4e8ee !important;
        border-bottom: 1px solid #edf0f4 !important;
        box-shadow: 0 8px 18px rgba(17, 19, 24, 0.04) !important;
    }

    html body.admin-bar .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 116px !important;
    }

    html body .mikado-mobile-menu-search,
    html body .mikado-mobile-menu-search .mikado-fast-search {
        width: 100% !important;
        min-width: 0 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-toggle,
    html body .mikado-mobile-menu-search .mikado-fast-search-submit {
        display: none !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel {
        display: flex !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        background: #f4f5f7 !important;
        border: 1px solid #e0e5eb !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        transform: none !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel::before {
        left: 13px !important;
        top: 11px !important;
        width: 12px !important;
        height: 12px !important;
        border-width: 2.4px !important;
        border-color: #111318 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel::after {
        left: 24px !important;
        top: 23px !important;
        width: 8px !important;
        height: 2.4px !important;
        background: #111318 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search label {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search input {
        width: 100% !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 34px 0 40px !important;
        color: #111318 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        font-weight: 800 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-results {
        position: fixed !important;
        top: 116px !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        max-height: min(440px, calc(100vh - 130px)) !important;
        overflow-y: auto !important;
        border-radius: 12px !important;
        transform: none !important;
    }

    html body.admin-bar .mikado-mobile-menu-search .mikado-fast-search-results {
        top: 162px !important;
        max-height: min(440px, calc(100vh - 176px)) !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        min-width: 98px !important;
        min-height: 38px !important;
        padding: 0 12px !important;
        color: #111318 !important;
        background: #fff !important;
        border: 1px solid #dfe5ec !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        text-decoration: none !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link svg {
        width: 17px !important;
        height: 17px !important;
        stroke: currentColor !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link .screen-reader-text {
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
        white-space: normal !important;
    }

    html body .mikado-hp2-cat-level2.is-open,
    html body .mikado-hp2-cat-level3.is-open,
    html body .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level2 li.is-open > .mikado-hp2-cat-level3 {
        display: block !important;
    }

    html body .mikado-hp2-cat-level2,
    html body .mikado-hp2-cat-level3 {
        padding-left: 36px !important;
        background: #fbfcfd !important;
    }

    html body .mikado-hp2-cat-toggle {
        transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease !important;
    }

    html body .mikado-hp2-cat-menu-item.is-open > .mikado-hp2-cat-toggle,
    html body .mikado-hp2-cat-level2 li.is-open > .mikado-hp2-cat-toggle {
        transform: rotate(180deg) !important;
        color: #e30613 !important;
        background: #fff !important;
        border-color: rgba(227, 6, 19, 0.22) !important;
    }
}

/* Absolute final mobile hero banner overrides. */
@media (max-width: 767px) {
    html body .mikado-hp2-banner-carousel .mikado-hp2-banner-track,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-track {
        scroll-padding-left: 0 !important;
    }

    html body .mikado-hp2-banner-content {
        position: absolute !important;
        top: auto !important;
        right: 26px !important;
        bottom: 26px !important;
        left: 26px !important;
        width: calc(100% - 52px) !important;
        height: auto !important;
        max-width: none !important;
        padding: 0 !important;
        transform: none !important;
        display: block !important;
    }

    html body .mikado-hp2-banner-content h2 {
        max-width: 320px !important;
        margin: 0 0 10px !important;
        font-size: clamp(22px, 7.1vw, 30px) !important;
        line-height: 1.08 !important;
    }

    html body .mikado-hp2-banner-content p {
        max-width: 310px !important;
        margin: 0 0 18px !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }
}

/* Absolute final mobile menu geometry: no visual jump between header, search and dropdown. */
@media (max-width: 767px) {
    html body .mikado-global-main:has(.mikado-hp2-cat-dropdown[open]) {
        grid-template-areas: "brand actions cat" !important;
        grid-template-columns: minmax(104px, 1fr) auto auto !important;
        min-height: 70px !important;
        padding: 8px 16px 8px 12px !important;
        gap: 8px !important;
        align-items: center !important;
    }

    html body .mikado-global-main:has(.mikado-hp2-cat-dropdown[open]) .mikado-global-actions {
        gap: 8px !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) {
        width: 40px !important;
        min-width: 40px !important;
        justify-self: end !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-hp2-cat-dropdown,
    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-hp2-cat-dropdown summary {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 12px !important;
    }

    html body .mikado-global-header .mikado-hp2-cat-panel,
    html body .mikado-hp2-cat-panel {
        top: 70px !important;
        height: calc(100vh - 70px) !important;
        max-height: calc(100vh - 70px) !important;
        padding-top: 56px !important;
        border-top: 0 !important;
    }

    html body.admin-bar .mikado-global-header .mikado-hp2-cat-panel,
    html body.admin-bar .mikado-hp2-cat-panel {
        top: 116px !important;
        height: calc(100vh - 116px) !important;
        max-height: calc(100vh - 116px) !important;
    }

    html body .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 70px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 98px !important;
        gap: 8px !important;
        align-items: center !important;
        min-height: 56px !important;
        padding: 8px 12px !important;
        border-top: 0 !important;
        border-bottom: 1px solid #edf0f4 !important;
        box-shadow: 0 8px 18px rgba(17, 19, 24, 0.035) !important;
    }

    html body.admin-bar .mikado-global-cat:has(.mikado-hp2-cat-dropdown[open]) .mikado-mobile-menu-extra {
        top: 116px !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel,
    html body .mikado-mobile-menu-extra .mikado-profile-link {
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        box-sizing: border-box !important;
        border-radius: 9px !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-panel {
        background: #f4f5f7 !important;
        border: 1px solid #dfe5ec !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search input {
        height: 38px !important;
        min-height: 38px !important;
        font-size: 13px !important;
        line-height: 38px !important;
    }

    html body .mikado-mobile-menu-extra .mikado-profile-link {
        width: 98px !important;
        min-width: 98px !important;
        padding: 0 10px !important;
        justify-content: center !important;
        line-height: 1 !important;
    }

    html body .mikado-mobile-menu-search .mikado-fast-search-results {
        top: 118px !important;
        left: 12px !important;
        right: 12px !important;
        max-height: min(430px, calc(100vh - 132px)) !important;
    }

    html body.admin-bar .mikado-mobile-menu-search .mikado-fast-search-results {
        top: 164px !important;
        max-height: min(430px, calc(100vh - 178px)) !important;
    }

    html body .mikado-hp2-cat-toggle {
        right: 14px !important;
        width: 36px !important;
        min-width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
    }

    html body .mikado-hp2-cat-main {
        padding-right: 58px !important;
    }

    html body .mikado-hp2-cat-level1 li.has-children,
    html body .mikado-hp2-cat-level2 li.has-children {
        grid-template-columns: minmax(0, 1fr) 42px !important;
        padding-right: 14px !important;
        box-sizing: border-box !important;
    }

    html body .mikado-hp2-cat-level1 li.has-children > .mikado-hp2-cat-toggle,
    html body .mikado-hp2-cat-level2 li.has-children > .mikado-hp2-cat-toggle {
        justify-self: end !important;
    }
}

/* Final mobile banner readability: pin copy to the bottom and keep it inside the card. */
@media (max-width: 767px) {
    html body .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-card:first-child,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card,
    html body .mikado-hp2-banner-carousel.is-scrollable .mikado-hp2-banner-card:first-child {
        position: relative !important;
        min-height: 430px !important;
        height: min(430px, 74vw) !important;
        max-height: 430px !important;
        overflow: hidden !important;
        border-radius: 10px !important;
    }

    html body .mikado-hp2-banner-media,
    html body .mikado-hp2-banner-media::after {
        border-radius: inherit !important;
    }

    html body .mikado-hp2-banner-media::after {
        background: linear-gradient(
            180deg,
            rgba(17, 19, 24, 0) 0%,
            rgba(17, 19, 24, 0.04) 36%,
            rgba(17, 19, 24, 0.46) 67%,
            rgba(17, 19, 24, 0.82) 100%
        ) !important;
    }

    html body .mikado-hp2-banner-content {
        position: absolute !important;
        inset: auto 22px 22px 22px !important;
        z-index: 3 !important;
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-end !important;
        color: #fff !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    html body .mikado-hp2-banner-content h2 {
        display: block !important;
        max-width: 300px !important;
        margin: 0 0 8px !important;
        color: #fff !important;
        font-size: clamp(22px, 6.4vw, 28px) !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    html body .mikado-hp2-banner-content p {
        display: block !important;
        max-width: 305px !important;
        margin: 0 0 16px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    html body .mikado-hp2-banner-button,
    html body .mikado-hp2-banner-content a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 16px !important;
        color: #fff !important;
        background: rgba(17, 19, 24, 0.48) !important;
        border: 1px solid rgba(255, 255, 255, 0.36) !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        backdrop-filter: blur(8px) !important;
        font-size: 13.5px !important;
        line-height: 1 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
