body{
    width: 100%;
    margin: 0;
    padding: 0;
}

a.button.vipps-express-checkout img {
    width: 222px;
    border-radius: 29px;
}
a.button.vipps-express-checkout {
    width: 100%;
    background: transparent !important;
}

.mont_top_area {
    display: flex;
}
.mont_top_area .category-slider-container {
    margin: 0 !important;
}

.b2b-b2c-switch .active-bold,
a.active-bold {
    font-weight: 700 !important;
}

/* =========================================================
   Mobile sticky B2B / B2C channel switch (bottom)
   ========================================================= */
.mont-channel-bar {
    display: none;
}

@media (max-width: 991px) {
    .mont-channel-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        right: 0;
        /* Raised to sit level with typical chat widgets (~20–24px floor) */
        bottom: calc(24px + env(safe-area-inset-bottom, 0px));
        z-index: 100040;
        width: 100%;
        padding: 0 72px; /* leave room for chat bubble on the right */
        box-sizing: border-box;
        background: transparent;
        border: none;
        pointer-events: none;
        animation: mont-channel-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .mont-channel-switch {
        --mont-channel-ink: #171512;
        --mont-channel-muted: #6f685f;
        --mont-channel-track: rgba(255, 255, 255, 0.96);
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        gap: 0;
        width: 100%;
        max-width: 236px;
        min-height: 28px;
        padding: 2px;
        border-radius: 999px;
        background: var(--mont-channel-track);
        border: 1px solid rgba(28, 25, 21, 0.07);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 6px 16px rgba(28, 25, 21, 0.12);
        overflow: hidden;
        isolation: isolate;
        pointer-events: auto;
        backdrop-filter: blur(12px) saturate(1.1);
        -webkit-backdrop-filter: blur(12px) saturate(1.1);
    }

    .mont-channel-switch__pill {
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        width: calc(50% - 2px);
        border-radius: 999px;
        background: linear-gradient(160deg, #2a2622 0%, #12100e 100%);
        box-shadow:
            0 3px 8px rgba(18, 16, 14, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
        transform: translateX(0);
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 0;
        pointer-events: none;
    }

    .mont-channel-switch__pill::after {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 50%);
        pointer-events: none;
    }

    .mont-channel-switch[data-active="b2b"] .mont-channel-switch__pill {
        transform: translateX(100%);
    }

    .mont-channel-switch__btn {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        min-height: 24px;
        padding: 2px 8px;
        border-radius: 999px;
        text-decoration: none !important;
        color: var(--mont-channel-muted) !important;
        font-family: "Figtree", "Rubik", sans-serif;
        transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .mont-channel-switch__btn:active {
        transform: scale(0.98);
    }

    .mont-channel-switch__btn.is-active {
        color: #fff !important;
    }

    .mont-channel-switch__btn.is-disabled,
    .mont-channel-switch__btn.is-disabled.is-active {
        opacity: 0.42;
        pointer-events: none;
        cursor: not-allowed;
        color: var(--mont-channel-muted) !important;
    }

    .mont-channel-switch__icon {
        display: none !important;
    }

    .mont-channel-switch__copy {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        line-height: 1;
        gap: 0;
    }

    .mont-channel-switch__label {
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .mont-channel-switch__hint {
        display: none;
    }

    .mont-channel-switch__note {
        display: block;
        margin-top: 4px;
        font-family: "Figtree", "Rubik", sans-serif;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 0.02em;
        color: #8a837a;
        text-align: center;
        pointer-events: none;
    }

    /* Sit above product sticky ATC when visible */
    body.has-mont-mobile-sticky .mont-channel-bar {
        bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    }

    @keyframes mont-channel-in {
        from {
            opacity: 0;
            transform: translateY(8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .mont-channel-bar,
    .mont-channel-switch__pill,
    .mont-channel-switch__btn,
    .mont-channel-switch__icon {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 745px){
	.popup-right {
    display: none;
}

} 
.custom-add .mont_variation-group.mont_open {
    background: #ffffff00;
}
button.button {
    background: black !important;
}
.page-id-66 .removeWhite .mont_header_cart-icon img {
    filter: invert(1) brightness(5);
}
.page-id-66 .removeWhite .mont_header_hamburger span {
    background: #ffffff !important;
}

.page-id-66 .removeWhite {
    background: transparent !important;
}
.page-id-66 .removeWhite a {
    color: white !important;
}
.page-id-66 .removeWhite .dc-region-trigger-label {
    color: rgba(255, 255, 255, 0.65) !important;
}
.page-id-66 .removeWhite .dc-region-trigger-value,
.page-id-66 .removeWhite .dc-region-trigger-text,
.page-id-66 .removeWhite .dc-region-chevron {
    color: #fff !important;
}
.mega-menu-width .mont_header_mega-menu {
    width: 100% !important;
    left: 0;
}

.make-it-green {
    background: #77a464;
    left: 0 !important;
    top: 0 !important;
    padding: 10px 10px 10px 10px;
    color: white !important;
    font-size: 11px !important;
}

.mont_gallery_grid { display: flex; flex-direction: column; gap: 0px; }
.mont_row { display: flex; gap: 4px; }
.mont_column { width: 50%; }
.mont_column img { width: 100%; height: auto; border-radius: 0px; }
.mont_top_layout {
    display: flex
    ;
    width: 100%;
    flex-direction: row;
}
.mont_layout_sixty {
    width: 68%;
    position: relative;
}
.mont_layout_fourty {
    width: 30%;
}

.single-product {
    margin: 0;
}

.mont_header_cart-icon img {
    width: 23px;
    display: inline;
    width: 25px;
}




.mont_header_sticky-header {
    position: fixed;
    top: 18px;
    left: 0;
    right: 0;
    width: 98%;
    background-color: #ffffff;
    z-index: 1000;
    transition: all 0.3s ease;
	justify-self: anchor-center;
}

.mont_header_sticky-header.mont_header_hide {
    transform: translateY(-100%);
	top: 0;
}

.mont_header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
}

.mont_header_nav-left, .mont_header_nav-right {
    display: flex;
    align-items: center;
}

.mont_header_hamburger {
    cursor: pointer;
    margin-right: 15px;
    width: 24px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mont_header_hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #b0b0b0;
    border-radius: 2px;
}

.mont_header_language-switcher {
    position: relative;
    padding-left: 16px;
}

.mont_header_current-lang {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    color: #989797;
    border: 1px solid #dddddda1;
    font-weight: 100;
    font-size: 15px;
}

.mont_header_lang-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1;
}

.mont_header_lang-options a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.mont_header_lang-options a:hover {
    background-color: #f0f0f0;
}

.mont_header_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mont_header_brand {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    line-height: 1;
    --mont-logo-gray: #a5a5a5;
    --mont-logo-height: 30px;
}

.mont_header_logo img,
.mont_header_brand img {
    max-height: var(--mont-logo-height);
    width: auto;
    display: block;
    flex-shrink: 0;
}

/* 1974 under logo — Cinzel matches the MONTENAPOLEONE wordmark */
.mont_header_brand__year {
    display: block;
    font-family: "Cinzel", "Trajan Pro", "Times New Roman", Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.28em;
    color: var(--mont-logo-gray);
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    flex-shrink: 0;
    margin-right: -0.28em; /* optically center tracked type */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1025px) {
    .mont_header_brand {
        --mont-logo-height: 30px;
        gap: 3px;
    }

    .mont_header_brand__year {
        font-size: 11px;
        letter-spacing: 0.32em;
        margin-right: -0.32em;
    }
}

@media (max-width: 1024px) {
    .mont_header_brand {
        --mont-logo-height: 20px;
        gap: 2px;
    }

    .mont_header_brand__year {
        display: block;
        font-size: 8px;
        letter-spacing: 0.28em;
        margin-right: -0.28em;
    }
}

.mont_header_menu {
    display: flex;
    list-style-type: none;
}

.mont_header_menu li {
    margin: 0 15px;
}

.mont_header_menu a {
    text-decoration: none;
    color: #949598;
    font-weight: 100;
}

.mont_header_cart {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.mont_header_cart-icon {
    font-size: 1.2em;
}

.mont_header_cart-counter {
    position: absolute;
    top: -4px;
    right: -8px;
    background-color: #949498;
    color: #ffffff;
    font-size: 0.7em;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mont_header_mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 1.5%;
    width: 97%;
    background-color: #f8f8f8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 0px 0px 0px;
}
.mont_header_mega-menu .mega-menu-cate {
    position: absolute;
    bottom: -26px;
}
.mont_header_mega-menu .mega-menu-cate h2 a{
	color: #949498 !important;
	font-size: 13px !important;
}

.mont_header_mega-menu-content {
/*    display: flex;*/
justify-content: space-between;
}

.mont_header_mega-menu-column {
    flex: 1;
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin: 0 5px;
    min-height: 200px;
}

@media (max-width: 768px) {
	.mont_header_mega-menu{
		width: 100%;
		left: 0;
	}
	
    .mont_header_menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .mont_header_menu.active {
        display: block;
    }

    .mont_header_menu li {
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
    }

    .mont_header_nav-right {
        justify-content: flex-end;
    }

    .mont_header_mega-menu-content {
        flex-direction: column;
    }

    .mont_header_mega-menu-column {
        margin: 5px 0;
    }
    .mont_header_logo img,
    .mont_header_brand img {
        max-height: 20px;
    }
    .b2b-b2c-switch {
        display: none;
    }
    
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.popup-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.form-field {
    margin-bottom: 15px;
}

.form-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.number-input {
    display: flex;
    align-items: center;
    max-width: 200px;
}

.number-input input {
    width: 100px;
    text-align: center;
}

.number-input button {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border: 1px solid #ddd;
    cursor: pointer;
}

.number-input button:hover {
    background: #e0e0e0;
}

.attribute-selects {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.measurements-fields {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.form-actions {
    margin-top: 20px;
    text-align: right;
}

.form-actions button {
    margin-left: 10px;
}


/* Mobile Menu Container Styles */
.mont_header_mobile_menu_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: white;
    /* Above sticky tabs + promo banner; only channel switcher sits higher when open */
    z-index: 100100;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mont_header_mobile_menu_body {
    position: absolute;
    top: 86px; /* ship banner (~32) + close bar (~54) */
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* Main Mobile Menu and Mega Menu Positioning */
.mont_header_mobile_main_menu,
.mont_header_mobile_mega_menu {
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    overflow-y: auto;
    will-change: transform;
    background: #fff;
}

.mont_header_mobile_main_menu {
    display: flex;
    flex-direction: column;
    padding: 8px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* Initial position of mega menu */
.mont_header_mobile_mega_menu {
    transform: translateX(100%);
}

/* Mobile Menu List Styling */
.mont_header_menu_mobile {
    list-style: none;
    padding: 8px 24px 12px;
    margin: 0;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.mont_header_menu_mobile > li {
    position: relative;
    margin-bottom: 0;
    border-bottom: none;
}

.mont_header_menu_mobile a {
    display: block;
    padding: 14px 0;
    text-decoration: none;
    font-size: 16px;
    color: #111;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mont_header_menu_mobile a:hover,
.mont_header_menu_mobile a:focus {
    color: #111;
    opacity: 0.7;
}

/* Highlight the mega menu link */
.mont_header_menu_mobile a.mont_mega {
    font-weight: 500;
    position: relative;
    padding-right: 36px;
}

.right-icon-menu {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    pointer-events: none;
}

/* Spacer only — keeps channel switcher clear of scroll content */
.mont_header_mobile_footer {
    margin-top: auto;
    flex-shrink: 0;
    padding: 0 0 calc(88px + env(safe-area-inset-bottom, 0px));
    display: block;
    min-height: 1px;
}

/* Free-shipping strip inside the open drawer (promo bar is hidden) */
.mont_header_mobile_ship {
    flex-shrink: 0;
    background: #111;
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    box-sizing: border-box;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mont_header_mobile_ship__text {
    font-family: "Figtree", "Rubik", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.3;
}

.mont_header_mobile_brand {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 24px 18px;
    gap: 10px;
}

.mont_header_mobile_brand__logo {
    display: block;
    line-height: 0;
}

.mont_header_mobile_brand__logo img {
    display: block;
    max-width: 196px;
    width: auto;
    height: auto;
    max-height: 36px;
    margin: 0 auto;
    object-fit: contain;
}

.mont_header_mobile_brand__year {
    display: block;
    font-family: "Cinzel", "Trajan Pro", "Times New Roman", Georgia, serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #a5a5a5;
    line-height: 1;
}

.mont_header_mobile_lang {
    flex-shrink: 0;
    padding: 0 24px 4px;
    border-bottom: 0;
}

.mont_header_mobile_lang .dc-region-switcher--mobile-footer .dc-region-trigger {
    justify-content: flex-start;
    padding: 12px 0;
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    color: #111;
}

.mont_header_mobile_lang .dc-region-switcher--mobile-footer .dc-region-trigger:hover,
.mont_header_mobile_lang .dc-region-switcher--mobile-footer .dc-region-trigger:focus {
    text-decoration: none !important;
    opacity: 0.7;
}

/* Leave room for the fixed B2B/B2C switcher when the drawer is open */
body.menu-open .mont_header_mobile_footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

/* While menu is open: elevate the header (menu lives inside it) so the drawer
   beats page chrome. Only the channel switcher sits above the drawer.
   Do NOT drop .mont_header_sticky-header to z-index:1 — that puts the menu
   under the promo bar (footer DOM order). */
body.menu-open .mont_header_sticky-header {
    z-index: 100 !important;
    pointer-events: auto !important;
}

body.menu-open .mont_header_mobile_menu_container {
    z-index: 100100 !important;
}

body.menu-open .mont-channel-bar {
    z-index: 100110 !important;
}

/* Promo + other chrome: fully hidden under the open drawer */
body.menu-open #sticky-popup-btn,
body.menu-open div#sticky-popup-btn,
body.has-sticky-discount.menu-open #sticky-popup-btn,
body.has-sticky-discount.menu-open div#sticky-popup-btn,
body.menu-open #sticky-popup-icon {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

body.menu-open .category-slider-container,
body.menu-open .category-slider-container.ssds,
body.menu-open .mont-cat-tabs,
body.menu-open .category-slider-container.mont-cat-tabs,
body.menu-open .mont-mobile-sticky-cta,
body.menu-open .mont-b2b-sticky-cta,
body.menu-open #tidio-chat,
body.menu-open #tidio-chat-iframe,
body.menu-open iframe#tidio-chat-iframe,
body.menu-open .mont-ai-fab,
body.menu-open #mont-ai-shopping-assistant,
body.menu-open .mont-ai-shopping-assistant {
    z-index: 1 !important;
}

@media (max-width: 1024px) {
    body.menu-open div#sticky-popup-btn,
    body.has-sticky-discount.menu-open div#sticky-popup-btn {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        z-index: 0 !important;
    }
}

.mont_header_mobile_footer__link {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
}

.mont_header_mobile_footer__link:hover,
.mont_header_mobile_footer__link:focus {
    color: #111;
    opacity: 0.7;
}

.mont_header_mobile_footer__region {
    width: 100%;
}

/* Back Button Styling */
.mont_header_mobile_back_button {
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
}

.mont_header_mobile_back_button:hover {
    background: #ebebeb;
}


/* Show mobile menu container when hamburger is clicked */
.mont_header_mobile_menu_container.active {
    display: block;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .mont_header_nav-right .mont_header_menu {
        display: none;
    }

    .mont_header_mega-menu {
        display: none !important;
    }

    .mont_header_nav {
        padding: 10px 15px;
    }

    .mont_header_hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 20px;
        cursor: pointer;
    }

    .mont_header_hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #b0b0b0;
        transition: all 0.3s ease;
    }

    .mont_header_hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .mont_header_hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .mont_header_hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    body.menu-open {
        overflow: hidden;
    }

    /* Sticky shop tabs / chrome under drawer — never demote the sticky header
       (it hosts the mobile menu stacking context). */
    body.menu-open .category-slider-container,
    body.menu-open .category-slider-container.ssds,
    body.menu-open .mont-cat-tabs,
    body.menu-open .category-slider-container.mont-cat-tabs {
        z-index: 1 !important;
        pointer-events: none;
    }

    body.menu-open #sticky-popup-btn,
    body.menu-open div#sticky-popup-btn {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        z-index: 0 !important;
    }

    body.menu-open .mont_header_mobile_menu_container,
    body.menu-open .mont_header_mobile_menu_container * {
        pointer-events: auto;
    }

    body.menu-open .mont-channel-bar,
    body.menu-open .mont-channel-bar * {
        pointer-events: auto;
    }
}

/* Additional styling for mobile mega menu content */
.mont_header_mobile_mega_content {
    max-width: 100%;
    overflow-x: hidden;
}

.mont_header_mobile_mega_content .elementor-row,
.mont_header_mobile_mega_content .elementor-container {
    flex-direction: column !important;
}

.mont_header_mobile_mega_content .elementor-column {
    width: 100% !important;
}

/* Loading animation */
.menu-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* Close Button Styling */
.mont_header_mobile_close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
    transition: background-color 0.2s ease;
}
.mont_header_mobile_close:after {
    content: "X";
}
.mont_header_mega-menu {
/*     display: none !important;
    cursor: not-allowed; */
}
.mont_header_mobile_close:hover {
    background: #ebebeb;
}

.mont_header_mobile_close i {
    width: 24px;
    height: 24px;
    color: #333;
}
.mont_header_second_menu_header {
    background: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px;
    min-height: 53px;
    box-sizing: border-box;
}

.mont_header_second_menu_header .mont_header_mobile_close {
    position: relative;
    top: auto;
    right: auto;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    color: #111;
}

.mont_header_second_menu_header .mont_header_mobile_close:after {
    content: "×";
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
}




.custom-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    width: 100%;
    max-width: 98%;
    margin: auto;
	row-gap:20px;
}
.product-price {
    font-size: 13px;
    color: #7b7a7a;
    font-weight: 300;

}


.mont_related_products_slider h3 {
    text-align: center;
    padding-bottom: 11px;
    font-size: 22px;
    font-weight: 200;
}

.mont_related_products_slider,
.mont_bottom_layout {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.mont_slider_single_product_page {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .mont_related_products_slider {
        padding: 8px 0 24px;
    }

    .mont_related_products_slider h3 {
        font-size: 18px;
        padding: 0 16px 14px;
    }

    .mont_related_products_slider .custom-product-grid,
    .mont_slider_single_product_page .custom-product-grid {
        grid-template-columns: 1fr !important;
        gap: 22px;
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .mont_related_products_slider .product-item,
    .mont_slider_single_product_page .product-item {
        width: 100%;
        margin: 0;
    }

    .mont_related_products_slider .product-image-wrapper,
    .mont_slider_single_product_page .product-image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        border-radius: 0;
    }

    .mont_related_products_slider .product-title,
    .mont_slider_single_product_page .product-title {
        margin: 12px 0 4px;
        padding: 0 2px;
        font-size: 15px;
        line-height: 1.35;
    }

    .mont_related_products_slider .product-price,
    .mont_slider_single_product_page .product-price {
        padding: 0 2px 4px;
    }
}

.product-item {
    position: relative;
    border-radius: 8px;
    transition: transform 0.3sease;
}

.product-item:hover {
    transform: translateY(-5px);
}

.product-image-wrapper {
    position: relative;
    height: 550px;
    overflow: hidden;
    
}

/* Card image slider (B2C + B2B listings) */
.mont-card-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
    background: #f3f1ed;
    user-select: none;
    -webkit-user-select: none;
}
.mont-card-slider__track {
    display: flex;
    width: 100%;
    height: 100%;
    will-change: transform;
}
.mont-card-slider__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    position: relative;
}
.mont-card-slider__slide img,
.mont-card-slider .main-image,
.product-image-wrapper .mont-card-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    opacity: 1 !important;
    position: static !important;
}
.mont-card-slider__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 6;
    pointer-events: auto;
}
.mont-card-slider__dot {
    width: 4px;
    height: 4px;
    min-width: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}
.mont-card-slider__dot.is-active {
    width: 12px;
    background: #fff;
}
.product-img-b2b .mont-card-slider {
    position: absolute;
    inset: 0;
}
.product-img-b2b {
    overflow: hidden;
}

.mont_bottom_layout {
    margin-top: 5rem;
}

.product-image-wrapper img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.wishlist-toggle {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10;
    width: 40px;
    height: 40px;
/*     background: rgba(255, 255, 255, 0.9); */
	background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.heart-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') center/contain no-repeat;
    transition: background 0.3s ease;
}

.wishlist-toggle.in-wishlist .heart-icon {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234CAF50" stroke="%234CAF50" stroke-width="2"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') center/contain no-repeat;
}

.product-title {
    margin-top: 1rem;
    font-size: 1rem;
}

.product-title a {
color: inherit;
    text-decoration: none;
    font-size: 13px;
    font-weight: 200;
	color: #7b7a7a;
}

.product-price {
    font-weight: 300;
    margin-bottom: 1rem;
}

    .mont_back_button {
    display: inline-flex
;
    align-items: center;
    padding: 15px 15px;
    background-color: #f5f5f5;
    cursor: pointer;
    position: absolute;
    font-size: 15px;
    transition: all 0.2sease;
    z-index: 1;
	border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}


        
        .mont_back_button:hover {
            background-color: #e9e9e9;
        }
        
        .mont_back_button svg {
            margin-right: 8px;
            width: 16px;
            height: 16px;
        }

#mont_backButton span {
    display: none;
}
        
        .mont_popover {
     position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    color: #333;
    padding: 15px 15px;
    font-size: 13px;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3sease;
    z-index: 100;
    font-size: 11px;
    color: #989797;
        }
        
        .mont_back_button:hover .mont_popover {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }
        
        .mont_popover_title {
            font-weight: bold;
            margin-bottom: 8px;
            color: #555;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }
        
        .mont_popover_url {
            word-break: break-all;
            font-size: 12px;
            color: #666;
        }
        
        .mont_popover_arrow {
            position: absolute;
            top: 15px;
            left: -6px;
            width: 12px;
            height: 12px;
            background-color: #fff;
            transform: rotate(45deg);
            border-left: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
			display: none;
        }
        
        /* Demo page styling */
        .mont_content {
            margin-top: 40px;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }




 .category-slider-container {
                    width: 100%;
                    overflow: hidden;
                    background: #fff;
                    border-top: 1px solid #eee;
                    border-bottom: 1px solid #eee;
                    margin-bottom: 20px;
                    margin-top: 105px !important;
                }
                
                .category-slider {
                    display: flex;
                    overflow-x: auto;
                    scroll-behavior: smooth;
                    -webkit-overflow-scrolling: touch;
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                }
                
                .category-slider::-webkit-scrollbar {
                    display: none;
                }
                
                .category-item {
                    flex: 0 0 auto;
                    padding: 15px 25px;
                    text-decoration: none;
                    color: #333;
                    font-size: 13px;
                    white-space: nowrap;
                    border-right: 1px solid #eee;
                    text-align: center;
                    background: #fff;
/*                    z-index: 9999;*/
                }
                
                .category-item:first-child {
                    border-left: 1px solid #eee;
                }
                
                .category-active {
                    background: rgba(148, 148, 152, 0.14) !important;
                    color: #3a3a3a !important;
                    font-weight: 600;
                }


.newsletter-field {
    display: flex;
    align-items: center;
}
.newsletter-field label {
    right: 13px;
    margin: 0px;
    color: #7b7a7a;
    font-size: 13px;
}
li {
    list-style: none;
}

ul.elementor-icon-list-items {
    padding: 0;
}
.newsletter-field button {
    font-weight: 400;
    font-size: 13px;
    background: #fff;
    padding: 0 10px 0 0;
    margin-left: 12px;
    width: 120px;
    text-align: left;
    border: none;
    cursor: pointer;
    color: #7b7a7a;
    background: transparent !important;
}
.newsletter-field input {
    color: #313131 !important;
    padding: 0 4px 4px 10px !important;
    border-radius: 0 !important;
    width: 100% !important;
    font-weight: 400;
    font-size: 15px;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    background: transparent !important;
}



h2.product-title {
    margin: 9px 0px 9px 0px;
}
/* Responsive styles */
@media (max-width: 768px) {
    .custom-product-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .product-item {
        width: 100%;
        margin: 0;
    }

    .product-image-wrapper {
        height: auto;
        aspect-ratio: 3 / 4;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
    }

    .product-image-wrapper img,
    .product-image-wrapper .mont-card-slider,
    .product-image-wrapper .mont-card-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-title,
    h2.product-title {
        margin: 12px 0 4px;
        padding: 0 2px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.35;
        color: #1a1a1a;
        word-break: break-word;
    }

    .product-title a {
        color: inherit;
        text-decoration: none;
    }

    .product-price {
        margin: 0;
        padding: 0 2px 4px;
        font-size: 13px;
    }

	.page-id-66 .removeWhite a {
    color: #000000 !important;
}
	div#discount-popup img {
    height: 365px;
}
div#discount-popup {
flex-direction: column-reverse;
        max-width: 100%;
        z-index: 99999;
        height: 75%;
        top: 60% !important;
}

/* Improve mobile close button visibility/tap area */
#discount-popup .popup-close {
    top: max(10px, env(safe-area-inset-top));
    right: 10px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
    z-index: 100001;
}

#discount-popup .popup-close:hover,
#discount-popup .popup-close:focus-visible,
#discount-popup .popup-close:active {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.02);
}

    .product-image-wrapper,
    .product-image-wrapper img {
        height: 450px;
    }

	.mont_back_button {
    padding: 10px 7px 10px 5px;
	}
	div#mont_backButton {
    display: none;
}
	.mont_header_language-switcher {
    display: none;
}
}

@media (min-width: 1024px) {
    .category-slider-container.ssds {
        justify-content: center;
        border: none;
		margin-top: 115px !important;
        margin-bottom: 32px;
    }

.category-slider-container {
    border: none !important;
}

	.tabb2b {
    width: 95%;
    margin: auto;
}
}

p.woocommerce-result-count {
    display: none;
}

select.orderby {
    display: none;
}

div#sticky-popup-btn {
    position: fixed;
    bottom: -67px;
    left: -127px;
    width: 288px;
    text-align: center;
    height: 149px;
    background: black;
    transform: rotate(45deg);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 999;
    padding: 24px 0px 0px 0px;
    cursor: pointer;
}

/* Mobile: promo as a straight bar above the header (avoids sticky ATC clash) */
@media (max-width: 1024px) {
    div#sticky-popup-btn {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 34px;
        padding: 9px 16px;
        margin: 0;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        align-items: center;
        justify-content: center;
        font-family: "Figtree", "Rubik", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.06em;
        line-height: 1.3;
        background: #111;
        z-index: 1001;
        box-sizing: border-box;
    }

    body.has-sticky-discount div#sticky-popup-btn {
        display: flex !important;
    }

    body.has-sticky-discount .mont_header_sticky-header {
        top: 34px;
        width: 100%;
    }

    body.has-sticky-discount .mont_header_sticky-header.mont_header_hide {
        top: 34px;
    }
}

.popup-container {
    position: fixed;
    display: flex
;
    width: 850px;
    max-width: 90%;
    top: 5%;
    background-color: white;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    justify-self: anchor-center;
    align-self: anchor-center;
    z-index: 9999;
}
        .popup-left {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
        }
        
        .popup-right {
            flex: 1;
            position: relative;
            background-color: #f0f0f5;
        }
        
        .popup-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .popup-title {
            font-size: 28px;
            font-weight: 500;
            color: #0a2540;
            margin-bottom: 20px;
        }
        
        .popup-description {
            font-size: 14px;
            font-weight: 300;
            color: #555;
            margin-bottom: 30px;
            line-height: 1.5;
        }
        
        .popup-input {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            margin-bottom: 20px;
            font-family: 'Rubik', sans-serif;
            font-weight: 300;
        }
        
        .popup-button {
            width: 100%;
            padding: 15px;
            background-color: #0a2540;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
			position:relative;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .popup-terms {
            font-size: 10px;
            font-weight: 300;
            color: #888;
            margin-top: 20px;
            line-height: 1.4;
        }
        
        .popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 38px;
            height: 38px;
            background: rgba(10, 37, 64, 0.78);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 999px;
            cursor: pointer;
            color: #fff;
            font-size: 24px;
            line-height: 1;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
        }

        .popup-close:hover,
        .popup-close:focus-visible {
            background: rgba(10, 37, 64, 0.95);
            border-color: rgba(255, 255, 255, 0.85);
            transform: scale(1.05);
            outline: none;
        }
        
        .sale-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: linear-gradient(135deg, #c9a87a, #a38a5f);
            color: white;
            padding: 10px 15px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 400;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            z-index: 5;
        }
        
        .discount-text {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 32px;
            font-weight: 500;
            color: white;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            z-index: 5;
        }
        
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(58, 58, 58, 0.7), rgba(30, 30, 30, 0.4));
            z-index: 2;
        }

.overly-modal:after {
    content: "";
/*     position: fixed; */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}
.overly-modal {
    position: relative;
}


