body, a , h2,h3,h4,h1,h5, p ,div, span, li, ul {
    font-family: "Figtree", serif;
}

.mont_variation-selector {
    max-width: 600px;
    margin: 0 auto;
}

.mont_variation-group {
    border: 1px solid #e5e5e5cc;
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
    background-color: white;
    box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
}

.mont_variation-group.mont_open{
	background: rgb(176 176 176);
}

.mont_variation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 18px 16px 19px 8px;
    position: relative;
}
span.dpName {
    position: absolute;
    right: 45px;
}


.mont_variation-header h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
}

.mont_required {
    color: red;
    margin-right: 4px;
    font-weight: bolder;
    font-size: 17px;
}

.mont_option-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.mont_option-list.mont_open {
    max-height: 1000px; /* Adjust this value based on your content */
    transition: max-height 0.5s ease-in;
}

.mont_option-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f0f0f0;
}

.mont_option-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mont_option-right {
    display: flex;
    align-items: center;
}

.mont_availability {
    color: #008a00;
    margin-right: 12px;
}

.mont_size-guide {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: underline;
    margin-top: 1rem;
    text-transform: uppercase;
}

.mont_straight_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #e5e5e5cc;
    padding: 8px 0 9px;
    margin-bottom: 19px;
    font-weight: 200;
    color: #585656;
}

.mont_straight_line__label {
    font-weight: 200;
    color: #585656;
}

.mont_size-guide-btn,
.mont_doc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 16px;
    border: 0;
    border-radius: 999px;
    background: #efefef;
    color: #3a3a3a;
    font-family: "Rubik", "Figtree", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    transition: background 0.15s ease;
}

.mont_size-guide-btn:hover,
.mont_doc-btn:hover {
    background: #e4e4e4;
}

.mont_size-guide-btn__icon {
    flex-shrink: 0;
    color: #555;
}

.mont_pdp-doc-buttons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mont_return-form-btn {
    text-decoration: none;
    border: 0;
    appearance: none;
}

/* Return form popup after region change */
.mont-return-form-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mont-return-form-popup[hidden] {
    display: none !important;
}

.mont-return-form-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.mont_return-form-block--hidden,
.mont_return-form-block[hidden],
.mont_straight_line--b2b[hidden] {
    display: none !important;
}

.mont-return-form-popup__panel {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 24px 22px 20px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.mont-return-form-popup__viewer-wrap {
    flex: 1 1 auto;
    min-height: 420px;
    max-height: min(62vh, 640px);
    margin: 0 0 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    background: #f7f7f7;
}

.mont-return-form-popup__viewer {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    background: #fff;
}

.mont-return-form-popup__actions {
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

.mont-return-form-popup__panel h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.mont-return-form-popup__text {
    margin: 0 0 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.mont-return-form-popup__region {
    display: none;
}

.mont-return-form-popup__download {
    display: inline-flex;
    text-decoration: none;
}

.mont-return-form-popup__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 4px;
}

body.mont-return-form-open {
    overflow: hidden;
}

/* B2C size guide drawer */
body.monte-size-drawer-open {
    overflow: hidden !important;
}

.monte-size-drawer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100060;
    background: rgba(17, 17, 17, 0.45);
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
    box-sizing: border-box;
}

.monte-size-drawer.is-open {
    display: flex;
}

.monte-size-drawer__panel {
    width: 52%;
    min-width: 420px;
    max-width: 720px;
    height: 100%;
    background: #fff;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: monte-size-drawer-in 0.32s ease;
}

@keyframes monte-size-drawer-in {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.monte-size-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f0f0f0;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

.monte-size-drawer__close:hover {
    background: #e4e4e4;
}

.monte-size-drawer__close svg {
    fill: #333;
}

.monte-size-drawer__scroll {
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 28px 22px 40px;
    box-sizing: border-box;
}

.monte-size-chart {
    margin-bottom: 36px;
}

.monte-size-chart:last-child {
    margin-bottom: 8px;
}

.monte-size-chart__badge {
    display: inline-block;
    background: #ececed;
    color: #2f3033;
    font-family: "Rubik", "Figtree", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.monte-size-chart__subtitle {
    margin: 0 0 12px;
    font-size: 12px;
    color: #8a8a8a;
    font-family: "Rubik", "Figtree", sans-serif;
}

.monte-size-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.monte-size-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
    font-family: "Rubik", "Figtree", sans-serif;
}

.monte-size-table-wrap th,
.monte-size-table-wrap td {
    padding: 11px 10px;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #222;
}

.monte-size-table-wrap th:first-child,
.monte-size-table-wrap td:first-child {
    text-align: left;
    color: #1a1a1a;
    font-weight: 700;
    padding-left: 12px;
}

.monte-size-table-wrap thead th {
    background: #c5d9e8;
    font-weight: 700;
    color: #1a1a1a;
    border-bottom: 0;
}

.monte-size-table-wrap tbody tr:nth-child(even) {
    background: #f7fafc;
}

@media (max-width: 767px) {
    .mont_straight_line {
        flex-wrap: wrap;
    }

    .monte-size-drawer {
        align-items: flex-end;
        justify-content: stretch;
    }

    .monte-size-drawer__panel {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: min(92vh, 100%);
        max-height: 92vh;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.18);
        animation: monte-size-sheet-in 0.32s ease;
    }

    @keyframes monte-size-sheet-in {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }

    .monte-size-drawer__close {
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
    }

    .monte-size-drawer__scroll {
        padding: 20px 14px 28px;
    }

    .monte-size-chart {
        margin-bottom: 28px;
    }

    .monte-size-chart__badge {
        display: block;
        width: fit-content;
        font-size: 14px;
        padding: 9px 14px;
        margin-bottom: 8px;
    }

    .monte-size-chart__subtitle {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .monte-size-table-wrap table {
        min-width: 0;
        width: max-content;
        min-width: 100%;
    }

    .monte-size-table-wrap th,
    .monte-size-table-wrap td {
        padding: 10px 8px;
        font-size: 11px;
    }

    .monte-size-table-wrap th:first-child,
    .monte-size-table-wrap td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #fff;
        min-width: 108px;
        padding-left: 8px;
        padding-right: 10px;
        box-shadow: 4px 0 8px rgba(0, 0, 0, 0.04);
    }

    .monte-size-table-wrap thead th:first-child {
        background: #c5d9e8;
        z-index: 2;
    }

    .monte-size-table-wrap tbody tr:nth-child(even) td:first-child {
        background: #f7fafc;
    }
}

.mont_checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.mont_toggle-icon {
    transition: transform 0.3s ease;
}

.mont_open .mont_toggle-icon {
    transform: rotate(180deg);
}
.mont_loading {
    position: relative;
    pointer-events: none;
}

.mont_loading::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 6px;
}

.mont_loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border: 2px solid #d8d8d8;
    border-top-color: #333;
    border-radius: 50%;
    animation: mont-spin 0.7s linear infinite;
    z-index: 21;
}

/* Keep label in DOM for accessibility text, but hide visually —
   the ::after spinner is the single visible loader. */
.mont_loading-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Ensure skreddersydd / variation blocks can host the overlay */
.mont_variation-group.mont_loading,
.mont_variation-selector.mont_loading,
.skreddersydd.mont_loading {
    min-height: 72px;
}

@keyframes mont-spin {
    to { transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

        .mont_variation-header h3 {
            margin: 0;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 4px;
            font-weight: 400;
        }

        .mont_required {
            color: #ff4444;
        }

        .mont_toggle-icon {
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .mont_variation-header.collapsed .mont_toggle-icon {
            transform: rotate(-90deg);
        }

        .collar-options {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            padding: 0 15px;
        }

        .collar-option {
            position: relative;
            border: 1px solid #e0e0e0;
            border-radius: 0px;
            padding: 10px;
            cursor: pointer;
            transition: border-color 0.2s ease;
        }

        .collar-option:hover {
            border-color: #999;
        }

        .collar-option.selected {
            border-color: #000000;
        }
        .collar-option img {
            border-radius:8px;
        }

        .collar-option input[type="radio"] {
            position: absolute;
            top: 20px;
            left: 30px;
            margin: 0;
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: #007bff;
        }

        .collar-image {
            width: 100%;
            max-width: 200px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .collar-name {
            text-align: center;
            margin-top: 10px;
            font-size: 14px;
            font-weight: 500;
        }

        .ai-icon {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 24px;
            height: 24px;
            background: #1a2b3c;
            border-radius: 4px;
            padding: 4px;
        }



        .mont_sizes-measurement-list {
            list-style: none;
            padding: 0;
            background-color: white;
        }

        .mont_sizes-measurement-item {
            border-bottom: 1px solid #eee;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .mont_sizes-measurement-item:last-child {
            border-bottom: none;
        }

        .mont_sizes-measurement-icon {
            width: 64px;
            height: 64px;
            object-fit: cover;
            border-radius: 8px;
            border: 1px solid #ececec;
            cursor: zoom-in;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            background: #f7f7f7;
            flex-shrink: 0;
        }

        .mont_sizes-measurement-icon:hover {
            transform: scale(1.35);
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
            z-index: 3;
            position: relative;
        }

        .mont-size-img-lightbox {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 100080;
            background: rgba(10, 12, 16, 0.72);
            align-items: center;
            justify-content: center;
            padding: 24px;
            box-sizing: border-box;
            cursor: zoom-out;
        }

        .mont-size-img-lightbox.is-open {
            display: flex;
        }

        .mont-size-img-lightbox img {
            max-width: min(92vw, 520px);
            max-height: 82vh;
            border-radius: 12px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
            background: #fff;
            object-fit: contain;
        }

        .mont_sizes-measurement-details {
            flex-grow: 1;
        }

        .mont_sizes-measurement-name {
            font-size: 16px;
            font-weight: 600;
            margin: 0 0 5px 0;
            color: #333;
        }

        .mont_sizes-measurement-value {
            font-size: 14px;
            margin: 0;
            color: #666;
        }

        .mont_sizes-measurement-price {
            color: #4CAF50;
            font-size: 14px;
            display: block;
            margin-top: 5px;
        }

        .mont_sizes-change-btn, .mont_sizes-close-btn {
            color: #007bff;
            text-decoration: none;
            font-size: 14px;
            padding: 5px 10px;
            border-radius: 4px;
            transition: background-color 0.3s;
        }

        .mont_sizes-change-btn:hover, .mont_sizes-close-btn:hover {
            background-color: #f0f0f0;
        }

        .mont_sizes-close-btn {
            display: none;
        }

        .mont_sizes-controls {
            display: none;
            background: #f5f5f5;
            padding: 15px;
            margin: 10px 0;
            border-radius: 4px;
            flex-wrap: wrap;
        }

        .mont_sizes-controls.active {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mont_sizes-control-group {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mont_sizes-control-label {
            font-size: 14px;
            color: #666;
        }

        .mont_sizes-control-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    background: #0c0c0c;
    color: white;
    cursor: pointer;
    font-size: 13px;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
        }

        .mont_sizes-control-btn:hover {
            background-color: #0056b3;
        }

        .mont_sizes-control-value {
            margin: 0 10px;
            min-width: 40px;
            text-align: center;
            font-size: 14px;
        }

        .mont_sizes-toggle-more {
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 12px 0;
    font-size: 14px;
    padding: 4px;
    background-color: white;
    border-radius: 4px;
    transition: background-color 0.3s;
        }

        .mont_sizes-toggle-more:hover {
            background-color: #f0f0f0;
        }

        .mont_sizes-hidden {
            display: none;
        }

        .mont_sizes-measurement-row {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .mont_sizes-active .mont_sizes-change-btn {
            display: none;
        }

        .mont_sizes-active .mont_sizes-close-btn {
            display: block;
        }

        .mont_top_layout {
    display: flex;
    gap: 20px; /* Adjust the gap between columns as needed */
    position: relative;
}

.mont_layout_sixty {
    width: 60%;
}

.mont_layout_fourty {
    width: 40%;
    position: sticky;
    top: 20px; /* Adjust this value to set how far from the top the column starts sticking */
    align-self: flex-start;
    max-height: calc(100vh - 40px); /* Adjust this value based on your needs */
    overflow-y: auto; /* Allows scrolling within the column if content exceeds max-height */
}

/* This class will be toggled by JavaScript */
.mont_layout_fourty.not-sticky {
    position: relative;
    top: auto;
}
.custom-add .mont_option-list.mont_open {
    padding-bottom: 16px;
}


.mont_checkbox_select {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    background-color: white;
}

.mont_checkbox_select:checked {
 background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.mont_checkbox_select:checked::after {
content: '';
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #333232;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mont_checkbox_select:hover {
    border-color: #007bff;
}

/* Optional: focus state for accessibility */
.mont_checkbox_select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

/* Ensure the clickable area includes the text */
.mont_option-item {
    cursor: pointer;
	background: white;
	color: #b0b0b0;
}

.mont_option-left {
    user-select: none;
}
svg.lucide {
    stroke-width: 1;
}

.mont_product_des p, .mont_product_des {
font-size: 14px;
    font-weight: 100;
    font-family: "Rubik", sans-serif;
    color: #7b7a7ac7 !important;
    padding: 10px 15px 17px 0px;
    line-height: 19px;

}
.desc_full p {
    padding: 0 !important;
    margin: 20px 10px 3px 0px;
}
span.mont_show_hide_desc_text {
    font-size: 13px;
    font-weight: 400;
    color: #0b57d0;
    cursor: pointer;
}

.mont_product-info {
    display: flex;
    justify-content: space-between; /* This places price and stock at both ends */
    align-items: center; /* Vertically align the text */
    padding: 10px 0; /* Optional: Add some padding */
}

.mont_product-price {
    font-size: 18px;
    font-weight: bold;
    color: #333; /* You can customize this color */
	    padding-left: 14px;
}
.checkout-button {
    background: #000000 !important;
    margin-top: 12px !important;
}

.mont_product-stock {
    font-size: 16px;
    color: #666; /* Lighter color for stock */
}

.mont_product-price span {
font-size: 20px;
    color: #77a464;
    font-weight: 300;
    position: relative;
    right: 9px;
}

.mont_product-stock {
    text-transform: uppercase;
    font-weight: 200;
    background: #77a464;
    color: white;
    font-size: 14px;
    padding: 9px;
    position: relative;
    right: 14px;
}

.mont_product-title {
    font-size: 18px;
    color: #989797;
    padding-bottom: 17px;
    font-weight: 300;
	    text-transform: uppercase;
}

.mont_alert {
    background-color: #d1ecf1;
    position: relative;
    width: 100%;
    margin: 17px auto;
    padding: 18px 0px 21px 0px;
}

/* Custom options notice — popover (desktop) / sheet (mobile) */
.mont_alert.mont_alert--popover {
    display: none;
    z-index: 100080;
    box-sizing: border-box;
    box-shadow: 0 12px 36px rgba(20, 40, 60, 0.18);
    border: 1px solid #b8dce4;
}

.mont_alert.mont_alert--popover.is-open {
    display: block;
}

.mont_alert.mont_alert--popover.mont_hidden {
    display: none !important;
}

.mont_alert_backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100075;
    background: rgba(17, 17, 17, 0.35);
}

.mont_alert_backdrop.is-open {
    display: block;
}

@media (min-width: 1025px) {
    .mont_alert.mont_alert--popover.is-open {
        position: fixed;
        width: min(420px, calc(100vw - 48px));
        max-width: 420px;
        max-height: calc(100vh - 40px);
        overflow: auto;
        margin: 0;
        padding: 22px 20px 20px;
        border-radius: 4px;
        z-index: 100080;
    }

    .mont_alert.mont_alert--popover .mont_alert_title {
        font-size: 14px;
        padding-left: 0;
        padding-right: 28px;
    }

    .mont_alert.mont_alert--popover .mont_alert_text {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.55;
    }

    .mont_alert.mont_alert--popover .mont_alert_close {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        font-size: 0;
        background: transparent;
        border: none;
        border-radius: 0;
    }

    .mont_alert_backdrop {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .mont_alert.mont_alert--popover.is-open {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(76px + env(safe-area-inset-bottom, 0px));
        width: auto;
        max-height: min(58vh, 420px);
        overflow: auto;
        margin: 0;
        padding: 18px 16px 16px;
        border-radius: 12px;
        -webkit-overflow-scrolling: touch;
        animation: mont-alert-sheet-in 0.28s ease;
    }

    .mont_alert.mont_alert--popover .mont_alert_title {
        font-size: 12px;
        padding-left: 0;
        padding-right: 28px;
    }

    .mont_alert.mont_alert--popover .mont_alert_text {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.5;
    }

    .mont_alert.mont_alert--popover .mont_alert_close {
        top: 8px;
        right: 8px;
        background: transparent;
        border: none;
    }

    @keyframes mont-alert-sheet-in {
        from { transform: translateY(16px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }
}

.mont_alert_close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    color: #6b6b6b;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0;
    box-shadow: none;
}

.mont_alert_close svg {
    display: block;
    width: 16px;
    height: 16px;
}

.mont_alert_close:hover {
    color: #111;
    background: transparent;
}

.mont_alert_title {
    color: #555;
    font-size: 13px;
    margin-bottom: 0rem;
    font-weight: 500;
    padding: 0px 0px 0px 17px;
}

.mont_alert_text {
    color: #666;
    line-height: 1.6;
    font-size: 13px;
    padding: 0px 10px 4px 17px;
}
.mont_alert_text:last-child {
    margin-bottom: 0;
}

.mont_hidden {
    display: none;
}


a.custom-add-to-cart:hover {
    background: #989797;
}

a.custom-add-to-cart {
    background: #1b3359;
    width: 50%;
    display: block;
    padding: 16px 10px 15px 12px;
    margin: auto;
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 15px;
}

.mont_cart_button {
    margin: auto;
    text-align: center;
}
.dloader::before {
    content: "";
    position: absolute;
    background: #010101cf;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dloader {
    position: relative; /* Ensures proper positioning */
}

.dloader::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 0.3s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


/* =========================================================
   Mobile/Tablet product gallery slider (images + video)
   Breakpoint matches stacked layout (1024px)
   ========================================================= */
@media (max-width: 1024px) {
    .mont_gallery_wrapper-unified,
    .mont_gallery_wrapper-unified.is-mobile-slider {
        position: relative !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .mont_layout_sixty {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_grid_wrapper,
    #mont_gallery_track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        /* Must NOT be width:100% — that trapped slides inside one viewport and blanked 2+ */
        width: max-content !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_item,
    .mont_gallery_wrapper-unified .mont_gallery_item.video-trigger,
    .mont_gallery_wrapper-unified .mont_gallery_item.initially-hidden,
    #mont_gallery_track > .mont_gallery_item {
        display: block !important;
        /* --mont-slide-w set in px by product-gallery-slider.js (fallback: wrapper width) */
        flex: 0 0 var(--mont-slide-w, 100%) !important;
        width: var(--mont-slide-w, 100%) !important;
        min-width: var(--mont-slide-w, 100%) !important;
        max-width: var(--mont-slide-w, 100%) !important;
        box-sizing: border-box !important;
        aspect-ratio: 3 / 4 !important;
        position: relative !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_item video,
    .mont_gallery_wrapper-unified .mont_gallery_item img,
    .mont_gallery_wrapper-unified .mont_gallery_main-video,
    .mont_gallery_wrapper-unified .mont_gallery_main-image {
        position: absolute !important;
        inset: 0 !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_item video {
        pointer-events: none;
    }

    .mont_gallery_wrapper-unified .mont_video_overlay_btn {
        pointer-events: auto !important;
        z-index: 9 !important;
    }

    .mont_gallery_wrapper-unified .mont_see_more_container {
        display: none !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_nav {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        left: 0 !important;
        right: 0 !important;
        transform: translateY(-50%) !important;
        justify-content: space-between !important;
        pointer-events: none !important;
        z-index: 10 !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_nav_btn {
        pointer-events: auto !important;
        width: 44px !important;
        height: 56px !important;
        border-radius: 0 !important;
        border: none !important;
        background: transparent !important;
        color: #1a1a1a !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: none !important;
        cursor: pointer !important;
        padding: 0 !important;
        opacity: 0.92;
    }

    .mont_gallery_wrapper-unified .mont_gallery_nav_btn:disabled {
        opacity: 0.25 !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_nav_btn svg {
        width: 34px !important;
        height: 34px !important;
        stroke: currentColor !important;
        stroke-width: 2.25 !important;
        fill: none !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_dots {
        display: flex !important;
        justify-content: center !important;
        gap: 6px !important;
        padding: 10px 0 4px !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_dot {
        width: 6px !important;
        height: 6px !important;
        border-radius: 50% !important;
        background: #ccc !important;
        border: none !important;
        padding: 0 !important;
        cursor: pointer !important;
    }

    .mont_gallery_wrapper-unified .mont_gallery_dot.is-active {
        background: #111 !important;
    }
}

@media (min-width: 1025px) {
    .mont_gallery_wrapper-unified .mont_gallery_nav,
    .mont_gallery_wrapper-unified .mont_gallery_dots {
        display: none !important;
    }
}

/* Per-measurement image loading spinner for Skreddersydd */
.mont_sizes-measurement-item {
    position: relative;
}
.mont_sizes-measurement-icon-wrap {
    position: relative;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: inline-block;
}
.mont_sizes-measurement-icon-wrap .mont_sizes-measurement-icon {
    width: 64px;
    height: 64px;
    object-fit: cover;
    background: #ececec;
}
.mont_sizes-measurement-icon.is-placeholder {
    object-fit: contain;
    opacity: 0.85;
    cursor: default;
}
.mont_sizes-measurement-item.is-img-loading .mont_sizes-measurement-icon {
    opacity: 0.35;
}
.mont_sizes-measurement-item.is-img-loading .mont_sizes-img-spinner {
    display: block;
}
.mont_sizes-img-spinner {
    display: none;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border: 2px solid #d8d8d8;
    border-top-color: #333;
    border-radius: 50%;
    animation: mont-spin 0.7s linear infinite;
    z-index: 2;
    pointer-events: none;
}

/* =========================================================
   Merged Fit + Size drawer
   ========================================================= */
.mont-size-tab-merged,
.mont-drawer-source-list {
    display: none !important;
}

.mont-fit-opens-drawer .mont_variation-header {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title chevron"
        "summary summary";
    align-items: center;
    column-gap: 8px;
    row-gap: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.mont-fit-opens-drawer .mont_variation-header h3 {
    grid-area: title;
    min-width: 0;
    padding-right: 8px;
}

.mont-fit-opens-drawer .mont_variation-header .mont_toggle-icon {
    grid-area: chevron;
    flex-shrink: 0;
}

.mont-fit-opens-drawer .mont_variation-header .mont-fit-size-summary,
.mont-fit-opens-drawer .mont_variation-header span.dpName.mont-fit-size-summary {
    grid-area: summary;
    position: static;
    right: auto;
    display: block;
    min-width: 0;
    max-width: 100%;
    padding: 0 2px 2px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: #5c5c5c;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.mont-fit-opens-drawer .mont_variation-header .mont-fit-size-summary:empty {
    display: none;
}

.mont-fit-opens-drawer .mont_variation-header .mont-fit-size-summary b {
    font-weight: 500;
    color: #333;
}

.mont-fit-opens-drawer .mont-drawer-chevron i,
.mont-fit-opens-drawer .mont-drawer-chevron svg {
    transform: none;
}

body.mont-fit-size-drawer-open {
    overflow: hidden !important;
}

.mont-fit-size-drawer {
    position: fixed;
    inset: 0;
    z-index: 100070;
    pointer-events: none;
    visibility: hidden;
}

.mont-fit-size-drawer.is-open {
    pointer-events: auto;
    visibility: visible;
}

.mont-fit-size-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.42);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.mont-fit-size-drawer.is-open .mont-fit-size-drawer__backdrop {
    opacity: 1;
}

.mont-fit-size-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(440px, 100vw);
    height: 100%;
    background: #fff;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.32s ease;
}

.mont-fit-size-drawer.is-open .mont-fit-size-drawer__panel {
    transform: translateX(0);
}

.mont-fit-size-drawer__scroll {
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 28px 24px 20px;
    box-sizing: border-box;
}

.mont-fit-size-drawer__title {
    margin: 0 0 28px;
    font-family: "Figtree", "Rubik", sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    line-height: 1.2;
}

.mont-fit-size-drawer__section {
    margin-bottom: 28px;
}

.mont-fit-size-drawer__hint {
    margin: 0;
    font-size: 13px;
    color: #8a8a8a;
    font-family: "Rubik", sans-serif;
}

.mont-fit-size-drawer__fits {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mont-drawer-fit-option {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: "Rubik", "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    box-shadow: none;
    transition: none;
}

.mont-drawer-fit-option:hover {
    border-color: transparent;
    background: transparent;
}

.mont-drawer-fit-option.is-selected {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.mont-drawer-fit-option__check {
    width: 22px;
    height: 22px;
    border: 1.5px solid #111;
    border-radius: 3px;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    color: transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.mont-drawer-fit-option__tick {
    display: none;
}

.mont-drawer-fit-option.is-selected .mont-drawer-fit-option__check {
    background: #fff;
    border-color: #111;
    color: transparent;
}

.mont-drawer-fit-option.is-selected .mont-drawer-fit-option__check::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #111;
    border-radius: 1px;
}

.mont-drawer-fit-option.is-selected .mont-drawer-fit-option__tick {
    display: none;
    opacity: 0;
}

.mont-drawer-fit-option__label {
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #111;
}

.mont-drawer-fit-option.is-selected .mont-drawer-fit-option__label {
    font-weight: 400;
    color: #111;
}

.mont-fit-size-drawer__label {
    margin: 0 0 16px;
    font-family: "Figtree", "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.mont-fit-size-drawer__sizes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    min-height: 48px;
}

.mont-fit-size-drawer__sizes.is-loading {
    pointer-events: none;
}

.mont-drawer-size-skeleton {
    display: block;
    min-height: 48px;
    border-radius: 0;
    background: linear-gradient(90deg, #ececec 0%, #f6f6f6 45%, #ececec 100%);
    background-size: 200% 100%;
    animation: mont-skeleton-shine 1.1s ease-in-out infinite;
}

.mont-drawer-size-skeleton:nth-child(2) { animation-delay: 0.08s; }
.mont-drawer-size-skeleton:nth-child(3) { animation-delay: 0.16s; }
.mont-drawer-size-skeleton:nth-child(4) { animation-delay: 0.24s; }
.mont-drawer-size-skeleton:nth-child(5) { animation-delay: 0.32s; }
.mont-drawer-size-skeleton:nth-child(6) { animation-delay: 0.4s; }

@keyframes mont-skeleton-shine {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.mont-drawer-size-option {
    min-height: 48px;
    padding: 12px 8px;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: "Rubik", "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    position: relative;
    overflow: hidden;
}

.mont-drawer-size-option.is-selected {
    background: #111;
    color: #fff;
}

.mont-drawer-size-option:hover:not(.is-contemporary-locked):not(:disabled) {
    background: #111;
    color: #fff;
}

.mont-drawer-size-option.is-contemporary-locked,
.mont-drawer-size-option:disabled.is-contemporary-locked {
    opacity: 0.42;
    border-color: #cfcfcf;
    background: #f7f7f7 !important;
    color: #9a9a9a !important;
    cursor: not-allowed;
    pointer-events: none;
}

.mont-drawer-size-option.is-contemporary-locked::before,
.mont-drawer-size-option.is-contemporary-locked::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.mont-drawer-size-option.is-contemporary-locked::before {
    background: linear-gradient(
        to top left,
        transparent calc(50% - 0.7px),
        rgba(90, 90, 90, 0.55) calc(50% - 0.7px),
        rgba(90, 90, 90, 0.55) calc(50% + 0.7px),
        transparent calc(50% + 0.7px)
    );
}

.mont-drawer-size-option.is-contemporary-locked::after {
    background: linear-gradient(
        to top right,
        transparent calc(50% - 0.7px),
        rgba(90, 90, 90, 0.55) calc(50% - 0.7px),
        rgba(90, 90, 90, 0.55) calc(50% + 0.7px),
        transparent calc(50% + 0.7px)
    );
}

.pa_size-option.is-contemporary-locked {
    opacity: 0.42;
    pointer-events: none;
    position: relative;
    background: #f7f7f7;
}

.pa_size-option.is-contemporary-locked::before,
.pa_size-option.is-contemporary-locked::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.pa_size-option.is-contemporary-locked::before {
    background: linear-gradient(
        to top left,
        transparent calc(50% - 0.7px),
        rgba(90, 90, 90, 0.45) calc(50% - 0.7px),
        rgba(90, 90, 90, 0.45) calc(50% + 0.7px),
        transparent calc(50% + 0.7px)
    );
}

.pa_size-option.is-contemporary-locked::after {
    background: linear-gradient(
        to top right,
        transparent calc(50% - 0.7px),
        rgba(90, 90, 90, 0.45) calc(50% - 0.7px),
        rgba(90, 90, 90, 0.45) calc(50% + 0.7px),
        transparent calc(50% + 0.7px)
    );
}

.mont-fit-size-drawer__footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #ececec;
    background: #fff;
}

.mont-fit-size-drawer__continue {
    flex: 1;
    min-height: 52px;
    border: 0;
    background: #1b2a44;
    color: #fff;
    font-family: "Figtree", "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.mont-fit-size-drawer__continue:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.mont-fit-size-drawer__close {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}

.mont-fit-size-drawer__close:hover {
    background: #f4f4f4;
}

/* =========================================================
   Mobile product details + sticky ATC
   ========================================================= */
.mont-mobile-sticky-cta {
    display: none;
}

@media (max-width: 1024px) {
    .mont_layout_fourty {
        width: 100% !important;
        position: relative !important;
        top: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 8px 16px 110px;
        box-sizing: border-box;
    }

    .mont_top_layout {
        flex-direction: column;
        gap: 0;
    }

    .mont_product-title {
        font-size: 16px;
        padding-bottom: 8px;
        line-height: 1.35;
        word-break: break-word;
    }

    .mont_product-info {
        flex-wrap: wrap;
        gap: 10px 12px;
        align-items: flex-start;
        padding: 6px 0 4px;
    }

    .mont_product-price {
        padding-left: 0;
        flex: 1 1 auto;
        min-width: 0;
    }

    .mont_product-price span {
        right: 0;
        font-size: 18px;
        display: inline-block;
    }

    .mont_product-stock {
        right: 0;
        font-size: 12px;
        padding: 7px 10px;
        white-space: nowrap;
        flex: 0 0 auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .mont_product_des {
        padding: 4px 0 12px;
        overflow-wrap: anywhere;
    }

    .mont_product_des p,
    .mont_product_des {
        padding-right: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .mont_straight_line {
        flex-wrap: wrap;
        gap: 10px;
    }

    .mont_add_to_cart_button_and_alert {
        padding-bottom: 8px;
    }

    /* Prefer sticky bar for ATC on mobile; keep inline ATC less prominent */
    body.has-mont-mobile-sticky .mont_cart_button {
        display: none;
    }

    .mont-mobile-sticky-cta[hidden] {
        display: none !important;
    }

    .mont-mobile-sticky-cta:not([hidden]) {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100050;
        align-items: center;
        gap: 12px;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, 0.97);
        border-top: 1px solid #e6e6e6;
        box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(8px);
        box-sizing: border-box;
    }

    .mont-mobile-sticky-cta.is-nudge {
        animation: mont-sticky-nudge 0.45s ease;
    }

    @keyframes mont-sticky-nudge {
        0%, 100% { transform: translateY(0); }
        30% { transform: translateY(-4px); }
        55% { transform: translateY(2px); }
    }

    .mont-mobile-sticky-cta__meta {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
        flex: 0 1 36%;
    }

    .mont-mobile-sticky-cta__price {
        font-family: "Figtree", "Rubik", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.2;
    }

    .mont-mobile-sticky-cta__price .woocommerce-Price-amount,
    .mont-mobile-sticky-cta__price del,
    .mont-mobile-sticky-cta__price ins {
        font-size: inherit;
        text-decoration: none;
    }

    .mont-mobile-sticky-cta__stock {
        font-size: 11px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #6f8f63;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mont-mobile-sticky-cta__action {
        flex: 1 1 auto;
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 14px;
        border: 0;
        background: #1b2a44;
        color: #fff !important;
        font-family: "Figtree", "Rubik", sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        box-sizing: border-box;
    }

    .mont-mobile-sticky-cta__action.is-cart[aria-disabled="true"] {
        opacity: 0.92;
    }

    .mont-fit-size-drawer__panel {
        width: 100vw;
        max-width: 100vw;
    }

    .mont-fit-size-drawer__title {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .mont-fit-size-drawer__sizes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .mont-drawer-size-option {
        min-height: 44px;
        font-size: 12px;
        padding: 8px 4px;
    }
}

@media (min-width: 1025px) {
    .mont-mobile-sticky-cta {
        display: none !important;
    }
}

/* =========================================================
   Chat widgets — lift above sticky ATC (B2C + B2B)
   ========================================================= */
@media (max-width: 1024px) {
    body.has-mont-mobile-sticky #tidio-chat,
    body.has-mont-b2b-sticky #tidio-chat,
    body.has-mont-mobile-sticky #tidio-chat-iframe,
    body.has-mont-b2b-sticky #tidio-chat-iframe,
    body.has-mont-mobile-sticky iframe#tidio-chat-iframe,
    body.has-mont-b2b-sticky iframe#tidio-chat-iframe,
    body.has-mont-mobile-sticky .tidio-chat-iframe,
    body.has-mont-b2b-sticky .tidio-chat-iframe,
    body.has-mont-mobile-sticky #hubspot-messages-iframe-container,
    body.has-mont-b2b-sticky #hubspot-messages-iframe-container,
    body.has-mont-mobile-sticky .crisp-client,
    body.has-mont-b2b-sticky .crisp-client,
    body.has-mont-mobile-sticky #tawkchat-container,
    body.has-mont-b2b-sticky #tawkchat-container,
    body.has-mont-mobile-sticky #chat-widget-container,
    body.has-mont-b2b-sticky #chat-widget-container,
    body.has-mont-mobile-sticky .intercom-lightweight-app,
    body.has-mont-b2b-sticky .intercom-lightweight-app,
    body.has-mont-mobile-sticky .intercom-app,
    body.has-mont-b2b-sticky .intercom-app {
        bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
    }

    /* Channel switch also rides above sticky ATC */
    body.has-mont-mobile-sticky .mont-channel-bar,
    body.has-mont-b2b-sticky .mont-channel-bar {
        bottom: calc(90px + env(safe-area-inset-bottom, 0px));
    }

    /* Lightbox close — thin × only, no circle / white plate */
    .mont_gallery_lightbox .mont_gallery_close-btn,
    .mont_gallery_close-btn {
        top: max(12px, env(safe-area-inset-top, 0px)) !important;
        right: 10px !important;
        z-index: 10020 !important;
        position: fixed !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 36px !important;
        font-weight: 200 !important;
        line-height: 1 !important;
        color: #111 !important;
    }

    body.has-sticky-discount .mont_gallery_lightbox .mont_gallery_close-btn,
    body.has-sticky-discount .mont_gallery_close-btn {
        top: calc(42px + env(safe-area-inset-top, 0px)) !important;
    }

    .mont_gallery_lightbox.active .mont_gallery_close-btn,
    .mont_gallery_lightbox[style*="block"] .mont_gallery_close-btn {
        display: flex !important;
    }
}
