.swatch.swatch-disabled {
    position: relative;
    opacity: 0.5;
    cursor: not-allowed;
}

.swatch.swatch-disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8%;
    width: 84%;
    height: 1.5px;
    background: #040a66;
    transform: rotate(-45deg);
    transform-origin: center;
    pointer-events: none;
}

/* =========================================
   AURUM DIAMOND SPECIFICATIONS
   ========================================= */

.aurum-diamond-specifications {
    margin: 28px 0 30px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

/* Header */

.aurum-spec-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 22px;
}

.aurum-spec-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.aurum-spec-line {
    width: 45px;
    height: 1px;
    background: #c8c8c8;
}


/* 2 Column Grid */

.aurum-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}


/* Specification Item */

.aurum-spec-item {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 48px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}


/* Label */

.aurum-spec-label {
    display: flex;
    align-items: center;
    padding: 11px 14px;
    background: #fafafa;
    font-size: 13px;
    font-weight: 500;
    color: #555;
}


/* Value */

.aurum-spec-value {
    display: flex;
    align-items: center;
    padding: 11px 14px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
}


/* Mobile */

@media (max-width: 767px) {

    .aurum-diamond-specifications {
        padding: 18px 14px;
        margin-top: 22px;
    }

    .aurum-spec-header h3 {
        font-size: 14px;
    }

    .aurum-spec-grid {
        grid-template-columns: 1fr;
    }

    .aurum-spec-item {
        grid-template-columns: 42% 58%;
    }

    .aurum-spec-label,
    .aurum-spec-value {
        font-size: 13px;
        padding: 10px;
    }

}
.stock-availability.in-stock, .woocommerce div.summary .product_meta .sku_wrapper{
    display: none;
}
/* =========================================================
   AURUM - ORDER ON WHATSAPP
   ========================================================= */

.aurum-whatsapp-order-wrapper {
    width: 100%;
    margin: 10px 0 24px;
    padding: 10px;
    box-sizing: border-box;

    border: 1px solid #20b968;
    border-radius: 12px;

    background: #ffffff;
}


/* Main Green Button */
.aurum-whatsapp-order-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    padding: 0px 70px 0px 55px;
    box-sizing: border-box;
    background: #08bd50;
    border: 0;
    border-radius: 9px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: inherit;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;

    transition: all 0.25s ease;
}


/* Hover */
.aurum-whatsapp-order-btn:hover {
    background: #06ad49;
    color: #ffffff !important;
    text-decoration: none !important;
}


/* WhatsApp Icon */
.aurum-whatsapp-text {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    margin: 10px;
}


/* Right Arrow */
.aurum-whatsapp-arrow {
    position: absolute;

    right: 28px;
    top: 50%;

    transform: translateY(-50%);

    color: #ffffff !important;

    font-size: 38px;
    font-weight: 300;
    line-height: 1;
}


/* Mobile */
@media (max-width: 767px) {

    .aurum-whatsapp-order-wrapper {
        margin: 10px 0 20px;
        padding: 7px;
        border-radius: 10px;
    }

    .aurum-whatsapp-order-btn {
        min-height: 64px;

        padding: 12px 48px 12px 20px;

        border-radius: 7px;
    }

    .aurum-whatsapp-icon {
        width: 38px;
        height: 38px;
        margin-right: 12px;
    }

    .aurum-whatsapp-icon svg {
        width: 38px;
        height: 38px;
    }

    .aurum-whatsapp-text {
        font-size: 18px;
    }

    .aurum-whatsapp-arrow {
        right: 16px;
        font-size: 30px;
    }
}