:root{
    --gfse-bg:#0a0a0a;
    --gfse-panel:#111111;
    --gfse-text:#f5f5f5;
    --gfse-muted:#9b9b9b;
    --gfse-border:rgba(255,255,255,.10);
    --gfse-accent:#ffffff;
}
.gfse-wishlist-btn,.gfse-quick-buy-btn,.gfse-sticky-buy,.gfse-sticky-cart{
    font-family:inherit;
    cursor:pointer;
    transition:.2s ease;
}

.gfse-quick-buy-btn{margin-left:8px!important;min-height:44px;border:1px solid #fff!important;background:#fff!important;color:#000!important;border-radius:10px!important;padding:10px 18px!important;font-weight:600!important}
.gfse-quick-buy-btn:hover{opacity:.88}
.gfse-quick-buy-btn.is-loading{opacity:.55;pointer-events:none}
