
/* ===== Global black background ===== */
.bogo-dark-layout,
.bogo-dark-layout body,
.bogo-dark-layout #page,
.bogo-dark-layout #content,
.bogo-dark-layout .site,
.bogo-dark-layout .site-content,
.bogo-dark-layout .content-area,
.bogo-dark-layout .ast-container,
.bogo-dark-layout .container,
.bogo-dark-layout main,
.bogo-dark-layout section,
.bogo-dark-layout article,
.bogo-dark-layout div {
    background-color:#0b0b0b !important;
}

/* ===== Gold text ===== */
.bogo-dark-layout,
.bogo-dark-layout p,
.bogo-dark-layout span,
.bogo-dark-layout li,
.bogo-dark-layout a,
.bogo-dark-layout label,
.bogo-dark-layout h1,
.bogo-dark-layout h2,
.bogo-dark-layout h3,
.bogo-dark-layout h4,
.bogo-dark-layout h5,
.bogo-dark-layout h6 {
    color:#f5c04e !important;
}

/* ===== Top banner ===== */
.bogo-top-banner{
    background:linear-gradient(90deg,#f7d774,#e0b94b);
    color:#000!important;
    font-weight:800;
    text-align:center;
    padding:12px;
    border-radius:12px;
    margin:20px auto;
    max-width:1200px;
}

/* ===== Free badge (fix black text) ===== */
.bogo-free-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#f5c04e !important;
    color:#000 !important;
    font-weight:800;
    padding:6px 14px;
    border-radius:999px;
    z-index:999;
    font-size:13px;
}

/* ===== Swatches fix ===== */
.bogo-dark-layout .variable-item{
    background:#111 !important;
    color:#f5c04e !important;
    border:1px solid #f5c04e !important;
    border-radius:8px;
    padding:10px 16px;
}

.bogo-dark-layout .variable-item.selected{
    background:#f5c04e !important;
    color:#000 !important;
}

/* ===== Review count bubble fix ===== */
.bogo-dark-layout .woocommerce-review-link,
.bogo-dark-layout .woocommerce-review-link span{
    background:#111 !important;
    color:#f5c04e !important;
    border-radius:20px;
    padding:4px 10px;
}

/* ===== Recently viewed section ===== */
.bogo-dark-layout .woocommerce ul.products li.product,
.bogo-dark-layout .woocommerce ul.products li.product *{
    background:#0f0f0f !important;
    color:#f5c04e !important;
}

.bogo-dark-layout .woocommerce ul.products li.product{
    border-radius:16px;
    padding:15px;
}

/* Product title */
.bogo-dark-layout .woocommerce ul.products li.product h2,
.bogo-dark-layout .woocommerce ul.products li.product .price{
    color:#f5c04e !important;
}

/* Select options button */
.bogo-dark-layout .woocommerce ul.products li.product .button{
    background:linear-gradient(90deg,#f7d774,#e0b94b) !important;
    color:#000 !important;
    border-radius:999px !important;
}

/* Hide weird white bar */
.bogo-dark-layout hr,
.bogo-dark-layout .woocommerce hr{
    background:#0b0b0b !important;
    border-color:#0b0b0b !important;
}

/* Inputs */
.bogo-dark-layout select,
.bogo-dark-layout input{
    background:#111 !important;
    color:#f5c04e !important;
    border-color:#f5c04e !important;
}
