.elementor-56 .elementor-element.elementor-element-6a0e30a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5f13fb6 *//* =========================================================
   MAMUYA BEARINGS — COMPLETE HEADER
========================================================= */

:root {
    --mamuya-header-height: 82px;
    --mamuya-black: #111111;
    --mamuya-dark: #181818;
    --mamuya-text: #333333;
    --mamuya-muted: #777777;
    --mamuya-border: #e7e7e7;
    --mamuya-white: #ffffff;
    --mamuya-light: #f7f7f7;
}


/* =========================================================
   HEADER
========================================================= */

.mamuya-site-header {
    position: sticky;
    top: 0;
    z-index: 9999;

    width: 100%;

    background: rgba(255,255,255,.98);

    border-bottom: 1px solid var(--mamuya-border);

    box-shadow: 0 3px 18px rgba(0,0,0,.05);

    box-sizing: border-box;
}


/* HEADER CONTAINER */

.mamuya-header-container {
    width: 100%;
    max-width: 1440px;

    min-height: var(--mamuya-header-height);

    margin: 0 auto;
    padding: 0 30px;

    display: flex;
    align-items: center;

    box-sizing: border-box;
}


/* =========================================================
   LOGO
========================================================= */

.mamuya-brand-logo {
    display: flex;
    align-items: center;

    flex-shrink: 0;

    text-decoration: none !important;
}

.mamuya-brand-logo img {
    display: block;

    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 55px;

    object-fit: contain;
}


/* =========================================================
   DESKTOP NAV
========================================================= */

.mamuya-main-nav {
    display: flex;
    align-items: center;

    margin-left: auto;
    margin-right: 25px;

    gap: 5px;
}


/* NORMAL LINKS */

.mamuya-nav-link,
.mamuya-dropdown-trigger {
    position: relative;

    display: flex;
    align-items: center;
    gap: 7px;

    height: 82px;

    padding: 0 13px;

    border: 0;

    background: transparent;

    font-family: inherit;
    font-size: 14px;
    font-weight: 600;

    color: var(--mamuya-text);

    text-decoration: none !important;

    cursor: pointer;

    white-space: nowrap;

    transition: color .2s ease;
}


.mamuya-nav-link:hover,
.mamuya-dropdown-trigger:hover {
    color: #000;
}


/* ACTIVE LINE */

.mamuya-nav-link::after,
.mamuya-dropdown-trigger::after {
    content: "";

    position: absolute;

    left: 13px;
    right: 13px;
    bottom: 0;

    height: 2px;

    background: #111;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform .2s ease;
}


.mamuya-nav-link:hover::after,
.mamuya-dropdown-trigger:hover::after {
    transform: scaleX(1);
}


/* =========================================================
   DROPDOWN
========================================================= */

.mamuya-nav-dropdown {
    position: relative;
}


.mamuya-dropdown-trigger i {
    font-size: 10px;

    transition: transform .2s ease;
}


.mamuya-nav-dropdown:hover
.mamuya-dropdown-trigger i {
    transform: rotate(180deg);
}


/* DROPDOWN BOX */

.mamuya-dropdown-menu {
    position: absolute;

    top: calc(100% - 1px);
    left: 50%;

    width: 275px;

    padding: 10px;

    background: #fff;

    border: 1px solid var(--mamuya-border);
    border-radius: 10px;

    box-shadow: 0 18px 45px rgba(0,0,0,.12);

    opacity: 0;
    visibility: hidden;

    transform: translate(-50%, 10px);

    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;
}


/* SHOW DROPDOWN */

.mamuya-nav-dropdown:hover .mamuya-dropdown-menu,
.mamuya-nav-dropdown:focus-within .mamuya-dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform: translate(-50%, 0);
}


/* DROPDOWN LINKS */

.mamuya-dropdown-menu a {
    display: flex;
    align-items: center;

    gap: 13px;

    padding: 12px;

    border-radius: 7px;

    color: #222;

    text-decoration: none !important;

    transition: background .2s ease;
}


.mamuya-dropdown-menu a:hover {
    background: #f5f5f5;
}


/* DROPDOWN ICON */

.mamuya-dropdown-menu a > i {
    width: 22px;

    text-align: center;

    color: #555;

    font-size: 15px;
}


/* DROPDOWN TEXT */

.mamuya-dropdown-menu a span {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.mamuya-dropdown-menu a strong {
    font-size: 13px;
    font-weight: 600;
}


.mamuya-dropdown-menu a small {
    font-size: 11px;
    color: #888;
}


/* =========================================================
   HEADER ACTIONS
========================================================= */

.mamuya-header-actions {
    display: flex;
    align-items: center;

    gap: 5px;

    flex-shrink: 0;
}


/* ICON BUTTONS */

.mamuya-header-icon {
    position: relative;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;

    background: transparent;

    color: #222;

    font-size: 16px;

    text-decoration: none !important;

    cursor: pointer;

    border-radius: 50%;

    transition:
        background .2s ease,
        color .2s ease;
}


.mamuya-header-icon:hover {
    background: #f4f4f4;
}


/* =========================================================
   CART
========================================================= */

.mamuya-cart-button {
    position: relative;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #222;

    text-decoration: none !important;
}


.mamuya-cart-button > i {
    font-size: 17px;
}


.mamuya-cart-count {
    position: absolute;

    top: 2px;
    right: 0;

    min-width: 18px;
    height: 18px;

    padding: 0 4px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #111;
    color: #fff;

    font-size: 9px;
    font-weight: 700;

    line-height: 1;
}


/* =========================================================
   SEARCH PANEL
========================================================= */

.mamuya-search-panel {
    position: absolute;

    top: 100%;
    left: 0;

    width: 100%;

    padding: 18px 30px;

    background: #fff;

    border-bottom: 1px solid var(--mamuya-border);

    box-shadow: 0 15px 30px rgba(0,0,0,.08);

    box-sizing: border-box;

    opacity: 0;
    visibility: hidden;

    transform: translateY(-8px);

    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;
}


.mamuya-search-panel.is-open {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


.mamuya-search-container {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;
}


.mamuya-search-form {
    display: flex;
    align-items: center;

    gap: 12px;

    width: 100%;

    padding: 7px 8px 7px 18px;

    background: #f6f6f6;

    border: 1px solid #e3e3e3;
    border-radius: 7px;

    box-sizing: border-box;
}


.mamuya-search-form > i {
    color: #777;
}


.mamuya-search-form input[type="search"] {
    flex: 1;

    min-width: 0;

    height: 42px;

    border: 0 !important;
    outline: 0 !important;

    background: transparent !important;

    font-family: inherit;
    font-size: 14px;

    color: #222;
}


.mamuya-search-form button {
    flex-shrink: 0;

    height: 42px;

    padding: 0 22px;

    border: 0;
    border-radius: 5px;

    background: #111;
    color: #fff;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;

    cursor: pointer;
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.mamuya-mobile-toggle {
    display: none;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 0;

    background: transparent;

    cursor: pointer;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 5px;
}


.mamuya-mobile-toggle span {
    display: block;

    width: 22px;
    height: 2px;

    background: #111;

    transition:
        transform .25s ease,
        opacity .2s ease;
}


/* HAMBURGER → X */

.mamuya-mobile-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mamuya-mobile-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.mamuya-mobile-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* =========================================================
   MOBILE NAV
========================================================= */

.mamuya-mobile-nav {
    display: none;

    position: fixed;

    top: var(--mamuya-header-height);
    left: 0;

    width: 100%;

    max-height: calc(100vh - var(--mamuya-header-height));

    overflow-y: auto;

    background: #fff;

    border-bottom: 1px solid var(--mamuya-border);

    box-shadow: 0 15px 30px rgba(0,0,0,.10);

    z-index: 9998;

    opacity: 0;
    visibility: hidden;

    transform: translateY(-10px);

    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;
}


.mamuya-mobile-nav.is-open {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


.mamuya-mobile-nav-inner {
    width: 100%;
    padding: 12px 20px 25px;

    box-sizing: border-box;
}


/* MOBILE LINKS */

.mamuya-mobile-link,
.mamuya-mobile-category-toggle {
    width: 100%;

    min-height: 52px;

    display: flex;
    align-items: center;

    justify-content: space-between;

    padding: 0 5px;

    border: 0;

    background: transparent;

    color: #222;

    font-family: inherit;
    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    cursor: pointer;
}


.mamuya-mobile-link:hover,
.mamuya-mobile-category-toggle:hover {
    color: #000;
}


/* DIVIDER */

.mamuya-mobile-divider {
    width: 100%;

    height: 1px;

    margin: 8px 0;

    background: #e8e8e8;
}


/* MOBILE CATEGORY */

.mamuya-mobile-category-toggle i {
    font-size: 11px;

    transition: transform .2s ease;
}


.mamuya-mobile-category-toggle.is-open i {
    transform: rotate(180deg);
}


.mamuya-mobile-category-menu {
    display: none;

    padding: 4px 0 10px 15px;
}


.mamuya-mobile-category-menu.is-open {
    display: block;
}


.mamuya-mobile-category-menu a {
    display: block;

    padding: 11px 5px;

    color: #666;

    font-size: 14px;

    text-decoration: none !important;
}


.mamuya-mobile-category-menu a:hover {
    color: #111;
}


/* MOBILE ACTION */

.mamuya-mobile-action {
    justify-content: flex-start;

    gap: 12px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .mamuya-header-container {
        padding: 0 22px;
    }

    .mamuya-main-nav {
        gap: 0;
        margin-right: 12px;
    }

    .mamuya-nav-link,
    .mamuya-dropdown-trigger {
        padding-left: 8px;
        padding-right: 8px;

        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    :root {
        --mamuya-header-height: 70px;
    }


    .mamuya-header-container {
        min-height: 70px;

        padding: 0 18px;
    }


    .mamuya-brand-logo img {
        max-width: 155px;
        max-height: 48px;
    }


    .mamuya-main-nav {
        display: none;
    }


    .mamuya-header-actions {
        margin-left: auto;
    }


    .mamuya-mobile-toggle {
        display: flex;
    }


    .mamuya-mobile-nav {
        display: block;
    }


    .mamuya-search-panel {
        padding: 12px 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mamuya-header-container {
        padding: 0 14px;
    }


    .mamuya-brand-logo img {
        max-width: 135px;
        max-height: 44px;
    }


    .mamuya-header-icon {
        width: 38px;
        height: 38px;
    }


    .mamuya-cart-button {
        width: 40px;
        height: 40px;
    }


    .mamuya-mobile-toggle {
        width: 40px;
        height: 40px;
    }


    .mamuya-search-form {
        padding-left: 12px;
    }


    .mamuya-search-form button {
        padding: 0 15px;
    }

}/* =========================================================
   MAMUYA LOGO — INCREASE SIZE
========================================================= */

.mamuya-brand-logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.mamuya-brand-logo img{
    display:block;
    width:190px !important;
    height:auto !important;
    max-width:none !important;
    object-fit:contain;
}


/* TABLET */

@media (max-width:1000px){

    .mamuya-brand-logo img{
        width:175px !important;
    }

}


/* MOBILE */

@media (max-width:767px){

    .mamuya-brand-logo img{
        width:155px !important;
    }

}/* End custom CSS */