.account-content .section .woocommerce--orders-list__button {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.woocommerce--order__status-badge {
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

#postimagediv .inside img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:contain;
}

/* =========================
   Notify me when on stock plugin: KNOP OP PRODUCTPAGINA
========================= */
.section--info__add-to-cart input.cwg_popup_submit {
    display: inline-block;
    width: 100%;
    padding: 14px 18px;
    font-size: 20px !important;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #2e7d32, #43a047);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-align: center;
}
/* Hover */
.section--info__add-to-cart input.cwg_popup_submit:hover {
    background: linear-gradient(135deg, #27682a, #388e3c);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

/* Active (klik) */
.section--info__add-to-cart input.cwg_popup_submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Focus (toegankelijkheid) */
.section--info__add-to-cart input.cwg_popup_submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.35);
}

/* =========================
  Notify me when on stock plugin: Popup  SWEETALERT POPUP
========================= */
.swal2-popup {
    width: 390px !important;
    padding: 0px !important;
    border-radius: 6px !important;
}

/* BELANGRIJK: dit bepaalt je uitlijning */
.swal2-html-container {

    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;    
    
    text-align: left !important;
    box-sizing: border-box;
}

/* =========================
   Notify me when on stock plugin: Popup CLOSE BUTTON
========================= */

.swal2-close {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;

    font-size: 45px !important;
    color: #000 !important;

    width: 40px !important;
    height: 40px !important;
    line-height: 44px !important;

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

    border-radius: 6px !important;
}

/* Hover netjes binnen knop */
.swal2-close:hover {
    background-color: #eee !important;
}

/* Focus outline verwijderen */
.swal2-close:focus {
    outline: none !important;
    box-shadow: none !important;
}


/* =========================
   Notify me when on stock plugin: Popup TITEL
========================= */
.cwg-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color:#000;
}

/* Volledige breedte lijn onder header*/

.swal2-popup::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}


/* =========================
   Notify me when on stock plugin: Popup SUBTEXT
========================= */
.cwg-subtitle {
    font-size: 14px;
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 460px;
    color:#000;
}

/* =========================
   Notify me when on stock plugin: Popup FIELD
========================= */
.cwg-field {
    position: relative;
    margin-bottom: 25px;
}

/* Label */
.cwg-field label {
    position: absolute;
    top: -26px;
    left: 0px;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px!important;
    border: 1px solid #000;
    z-index: 2;
    font-size:14px;
    color:#000
}

/* Hover effect */
.cwg-field:hover label {
    background: #eee;
    border-color: #000;
    color: #000;
}

/* Focus effect (overschrijft hover) */
.cwg-field:focus-within label {
    background: #23582c;
    color: #fff;
    border-color: #23582c;
}

/* =========================
   Notify me when on stock plugin: Popup INPUT (KEY FIX)
========================= */
.cwgstock_email {
    width: 100% !important;
    height: 44px !important;
    padding: 15px 20px !important;
    border: 1px solid #000 !important;
    font-size: 17px;
    border-radius: 0 !important;
    box-sizing: border-box;
}

/* =========================
   Notify me when on stock plugin: Popup ERROR
========================= */
/* Alleen als er een melding is → extra ruimte onder error */
.cwgstock_output:not(:empty):not(:has(.cwg-success-wrapper)) {
    margin-top: -20px;
    margin-bottom: 25px;

    display: flex;
    align-items: center;
    gap: 6px;

    font-size: 12px;
    color: #e30000;
}

/* Input rood maken als er error is */
.cwg-popup-wrapper:has(.cwginstockerror) .cwgstock_email {
    border: 3px solid #e30000 !important;
}

/* Label ook rood */
.cwg-popup-wrapper:has(.cwginstockerror) .cwg-field label {
    border-color: #e30000 !important;
    background-color: #e30000 !important;
    color: #fff !important;
}
/* Rood kruisje */
.cwgstock_output:not(:empty):not(:has(.cwg-success-wrapper))::before {
    content: "×";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 12px;
    height: 12px;

    background: #e30000;
    color: #fff;

    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;

    line-height: 1;
    flex-shrink: 0;
}

/* =========================
   Notify me when on stock plugin: Popup BUTTON
========================= */
.cwg-btn {
    width: 100% !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: bold;
    background: #23582c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box; /* 🔥 zelfde fix */
    margin-top:-23px;
}
.cwg-btn:hover
{
    background-color:#333333!important;
}

/* =========================
   Notify me when on stock plugin: Popup BlockUI overlay verwijderen 
========================= */
.blockUI,
.blockOverlay {
    display: none !important;
}

/* =========================
   Notify me when on stock plugin: Popup SUCCESS MELDING FIX
========================= */

.cwg-success-wrapper {
    margin-top: -40px;
}

/* grijze box */
.cwg-success-box {
    background: #f3f3f3;
    padding: 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

/* icoon */
.cwg-success-icon {
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;

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

    margin-top: 3px;
    flex-shrink: 0;
}

/* tekst */
.cwg-success-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
}

/* knop aanpassen naar outline */
.cwg-continue-btn {
    background: #fff !important;
    color: #23582c !important;
    border: 2px solid #23582c !important;
    margin-top: 20px !important;
}
.cwg-continue-btn:hover {
    background: #3f9a43 !important;
    color: #fff !important;
}