.gshop-wrap{
    background:#050505;
    color:#fff;
    padding:50px;
    border-radius:24px;
}

.gshop-cart-floating{
    position:fixed;
    top:120px;
    right:20px;
    background:#d4af37;
    color:#000;
    padding:14px 20px;
    border-radius:12px;
    font-weight:bold;
    z-index:9999;
}

.gshop-hero{
    text-align:center;
    margin-bottom:40px;
}

.gshop-hero h1{
    color:#d4af37;
    font-size:64px;
    font-weight:800;
}

.gshop-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.gshop-card{
    background:#0b0b0b;
    border:2px solid #d4af37;
    border-radius:20px;
    padding:20px;
    text-align:center;
}

.gshop-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:20px;
}

.gshop-card h2{
    color:#d4af37;
    font-size:42px;
    margin-bottom:10px;
}

.gshop-price{
    font-size:36px;
    font-weight:bold;
    margin-bottom:20px;
}

.gshop-preorder{
    background:#d4af37;
    color:#000;
    padding:10px;
    border-radius:10px;
    margin-bottom:20px;
    font-weight:bold;
}

.gshop-btn,
.gshop-checkout-btn{
    width:100%;
    padding:16px;
    border:none;
    border-radius:12px;
    background:#d4af37;
    color:#000;
    font-weight:700;
    cursor:pointer;
}

.gshop-cart-page{
    background:#050505;
    color:#fff;
    padding:40px;
    border-radius:24px;
}

.gshop-cart-item{
    border-bottom:1px solid rgba(255,255,255,.15);
    padding:20px 0;
}
