.elj-size-native-row{
    display:none!important
}
.elj-product-options{
    margin:1.5rem 0 1.25rem
}
.elj-size-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:1rem;
    margin-bottom:.8rem
}
.elj-option-label{
    display:block;
    color:var(--color-primary,#1f1f1f);
    font-size:.82rem;
    font-weight:700
}
.elj-option-note{
    display:block;
    margin-top:.18rem;
    color:var(--color-text-muted,#6c6c6c);
    font-size:.68rem
}
.elj-size-guide-link{
    color:var(--color-primary,#1f1f1f);
    font-size:.7rem;
    text-decoration:underline;
    text-underline-offset:.2em
}
.elj-size-buttons{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:.55rem
}
.elj-size-button,.elj-mtm-toggle{
    appearance:none;
    background:transparent;
    border:1px solid var(--color-border,#d9d4cb);
    border-radius:0;
    color:var(--color-primary,#1f1f1f);
    cursor:pointer;
    font:inherit;
    transition:border-color 160ms ease,box-shadow 160ms ease
}
.elj-size-button{
    min-height:76px;
    padding:.7rem .45rem;
    text-align:center
}
.elj-size-button strong,.elj-size-button span,.elj-size-button small{
    display:block
}
.elj-size-button strong{
    font-size:.82rem;
    line-height:1.1
}
.elj-size-button span{
    margin-top:.28rem;
    font-size:.66rem;
    font-weight:600
}
.elj-size-button small{
    margin-top:.16rem;
    color:var(--color-text-muted,#6c6c6c);
    font-size:.58rem;
    line-height:1.25
}
.elj-size-button:hover,.elj-size-button.is-selected,.elj-mtm-toggle:hover,.elj-mtm-toggle.is-selected{
    border-color:var(--color-primary,#1f1f1f)
}
.elj-size-button.is-selected,.elj-mtm-toggle.is-selected{
    box-shadow:inset 0 0 0 1px var(--color-primary,#1f1f1f)
}
.elj-size-button:disabled{
    cursor:not-allowed;
    opacity:.35;
    text-decoration:line-through
}
.elj-fit-choice{
    margin-top:.75rem
}
.elj-mtm-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    width:100%;
    padding:.9rem 1rem;
    text-align:left
}
.elj-mtm-toggle strong,.elj-mtm-toggle small{
    display:block
}
.elj-mtm-toggle strong{
    font-size:.82rem
}
.elj-mtm-toggle small{
    margin-top:.2rem;
    color:var(--color-text-muted,#6c6c6c);
    font-size:.65rem;
    font-weight:400
}
.elj-mtm-price{
    flex:0 0 auto;
    font-size:.78rem;
    font-weight:700;
    white-space:nowrap
}
.elj-mtm-fields{
    padding:1rem;
    border:1px solid var(--color-border,#d9d4cb);
    border-top:0;
    background:var(--color-background-alt,#f7f3eb)
}
.elj-mtm-fields__intro{
    margin-bottom:.85rem
}
.elj-mtm-fields__intro strong{
    display:block;
    font-size:.8rem
}
.elj-mtm-fields__intro p{
    margin:.25rem 0 0;
    color:var(--color-text-muted,#6c6c6c);
    font-size:.66rem;
    line-height:1.5
}
.elj-mtm-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:.65rem .75rem
}
.elj-measure-field>span:first-child{
    display:block;
    margin-bottom:.3rem;
    color:var(--color-primary,#1f1f1f);
    font-size:.64rem;
    font-weight:600
}
.elj-measure-input-wrap{
    position:relative;
    display:block
}
.elj-measure-input-wrap input{
    width:100%;
    height:42px;
    margin:0;
    padding:0 2.5rem 0 .7rem;
    border:1px solid var(--color-border,#d9d4cb);
    border-radius:0;
    background:#fff;
    box-shadow:none;
    font-size:.75rem
}
.elj-measure-input-wrap input:focus{
    border-color:var(--color-primary,#1f1f1f);
    outline:none
}
.elj-measure-input-wrap em{
    position:absolute;
    top:50%;
    right:.7rem;
    transform:translateY(-50%);
    color:var(--color-text-muted,#6c6c6c);
    font-size:.62rem;
    font-style:normal;
    pointer-events:none
}
@media(max-width:680px){
    .elj-size-buttons{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .elj-mtm-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}
@media(max-width:390px){
    .elj-mtm-grid{
        grid-template-columns:1fr
    }
}

/* =========================================================
   Echtlederjacken size + made-to-measure button overrides
   Prevent Elementor / Hello theme hover colors
   ========================================================= */

html body.single-product .elj-product-options button.elj-size-button,
html body.single-product .elj-product-options button.elj-mtm-toggle {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #1f1f1f !important;
    border-color: #d9d4cb !important;
    box-shadow: none !important;
}

/* Hover + keyboard focus */
html body.single-product .elj-product-options button.elj-size-button:hover,
html body.single-product .elj-product-options button.elj-size-button:focus,
html body.single-product .elj-product-options button.elj-mtm-toggle:hover,
html body.single-product .elj-product-options button.elj-mtm-toggle:focus {
    background: #f7f3eb !important;
    background-color: #f7f3eb !important;
    background-image: none !important;
    color: #1f1f1f !important;
    border-color: #1f1f1f !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Selected size / selected made-to-measure */
html body.single-product .elj-product-options button.elj-size-button.is-selected,
html body.single-product .elj-product-options button.elj-mtm-toggle.is-selected,
html body.single-product .elj-product-options button.elj-size-button.is-selected:hover,
html body.single-product .elj-product-options button.elj-mtm-toggle.is-selected:hover {
    background: #1f1f1f !important;
    background-color: #1f1f1f !important;
    background-image: none !important;
    color: #ffffff !important;
    border-color: #1f1f1f !important;
    box-shadow: none !important;
}

/* All text inside selected buttons */
html body.single-product .elj-product-options button.elj-size-button.is-selected strong,
html body.single-product .elj-product-options button.elj-size-button.is-selected span,
html body.single-product .elj-product-options button.elj-size-button.is-selected small,
html body.single-product .elj-product-options button.elj-mtm-toggle.is-selected strong,
html body.single-product .elj-product-options button.elj-mtm-toggle.is-selected span,
html body.single-product .elj-product-options button.elj-mtm-toggle.is-selected small {
    color: #ffffff !important;
}

/* =========================================================
   Echtlederjacken Size Guide Modal
   ========================================================= */

body.elj-size-guide-open {
    overflow: hidden;
}

/* Size guide trigger */
html body.single-product button.elj-size-guide-link {
    appearance: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #1f1f1f !important;
    font: inherit !important;
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    text-decoration: underline !important;
    text-underline-offset: 0.2em !important;
    cursor: pointer !important;
}

html body.single-product button.elj-size-guide-link:hover,
html body.single-product button.elj-size-guide-link:focus {
    background: transparent !important;
    color: #1f1f1f !important;
    opacity: 0.65;
}

/* Modal */
.elj-size-guide-modal[hidden] {
    display: none !important;
}

.elj-size-guide-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483647 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.elj-size-guide-modal__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(2px);
    cursor: pointer;
}

.elj-size-guide-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(920px, 96vw);
    max-height: 92vh;
    overflow: auto;
    background: #ffffff;
}

.elj-size-guide-modal__header {
    padding: 18px 60px 16px 22px;
    border-bottom: 1px solid #ece8e1;
    color: #1f1f1f;
    font-size: 0.9rem;
}

.elj-size-guide-modal__content {
    padding: 20px;
    background: #faf8f4;
}

.elj-size-guide-modal__content img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
    margin: 0 auto;
}

html body.single-product button.elj-size-guide-modal__close {
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    z-index: 3 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    box-shadow: none !important;

    color: #1f1f1f !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 1 !important;

    cursor: pointer !important;
}

html body.single-product button.elj-size-guide-modal__close:hover,
html body.single-product button.elj-size-guide-modal__close:focus {
    background: transparent !important;
    color: #1f1f1f !important;
    opacity: 0.6;
}

@media (max-width: 680px) {
    .elj-size-guide-modal {
        padding: 12px;
    }

    .elj-size-guide-modal__dialog {
        width: 100%;
        max-height: 94vh;
    }

    .elj-size-guide-modal__header {
        padding: 16px 52px 14px 16px;
    }

    .elj-size-guide-modal__content {
        padding: 10px;
    }

    .elj-size-guide-modal__content img {
        max-height: 82vh;
    }
}

/* =========================================================
   Women's product sizing
   Women's buttons show size only: XS, S, M, L, etc.
   ========================================================= */

.elj-product-options.elj-womens-sizing .elj-size-button {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.5rem;
}

.elj-product-options.elj-womens-sizing .elj-size-button strong {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1;
}