/* Smartkontakten - Ønskeskyen */
.single-product .smartkontakten-gowish-wrap {
    width: 100%;
    margin: 7px 0 10px;
    padding: 0;
    box-sizing: border-box;
}

.single-product .smartkontakten-gowish-wrap .smartkontakten-gowish-button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

@media (max-width: 767px) {
    .single-product .smartkontakten-gowish-wrap {
        margin-top: 6px;
        margin-bottom: 9px;
    }

    .single-product .smartkontakten-gowish-wrap .smartkontakten-gowish-button {
        min-height: 48px !important;
    }
}

/* v1.0.1 - custom GoWish quick-add overlay */
html.smartkontakten-gowish-open,
html.smartkontakten-gowish-open body {
    overflow: hidden;
}
.smartkontakten-gowish-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.smartkontakten-gowish-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.48);
}
.smartkontakten-gowish-dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    height: min(820px, 90vh);
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0,0,0,.28);
}
.smartkontakten-gowish-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}
.smartkontakten-gowish-close {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #111;
    font-size: 28px;
    line-height: 32px;
    cursor: pointer;
    box-shadow: 0 1px 8px rgba(0,0,0,.14);
}
@media (max-width: 600px) {
    .smartkontakten-gowish-modal { padding: 0; }
    .smartkontakten-gowish-dialog {
        width: 100%;
        height: 100dvh;
        max-height: none;
        border-radius: 0;
    }
}
