.gas-marketplace-hero{background:linear-gradient(135deg,#061847,#086cff);color:#fff;padding:150px 0 80px;margin-top:-70px;position:relative;overflow:hidden}.gas-marketplace-hero:after{content:"";position:absolute;inset:auto -120px -160px auto;width:480px;height:480px;background:radial-gradient(circle,rgba(255,255,255,.24),transparent 66%);filter:blur(12px)}.gas-marketplace-wrap{width:min(1220px,calc(100% - 40px));margin:0 auto}.gas-marketplace-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:900}.gas-marketplace-title{font-size:clamp(42px,7vw,92px);line-height:.92;margin:24px 0 18px;max-width:780px}.gas-marketplace-copy{font-size:18px;line-height:1.8;max-width:660px;color:rgba(255,255,255,.82)}.gas-marketplace-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.gas-marketplace-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:15px 24px;background:#fff;color:#075cff;text-decoration:none;font-weight:900;box-shadow:0 20px 50px rgba(0,41,145,.22);cursor:pointer}.gas-marketplace-btn.primary{background:#0b75ff;color:#fff}.gas-marketplace-btn.dark{background:#061847;color:#fff}.gas-marketplace-grid{display:grid;grid-template-columns:280px 1fr;gap:24px;margin:50px auto}.gas-marketplace-panel{background:#fff;border:1px solid #d9e7ff;border-radius:28px;box-shadow:0 24px 70px rgba(15,89,200,.10);padding:22px}.gas-marketplace-filter h3{margin:0 0 16px;color:#061847}.gas-marketplace-filter label{display:block;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#51658e;margin:14px 0 8px}.gas-marketplace-filter input,.gas-marketplace-filter select,.gas-checkout-field input,.gas-checkout-field select,.gas-checkout-field textarea{width:100%;box-sizing:border-box;border:1px solid #cfe0ff;border-radius:16px;padding:13px 14px;font:inherit;color:#061847;background:#f8fbff}.gas-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gas-product-card{background:#fff;border:1px solid #d9e7ff;border-radius:28px;padding:16px;box-shadow:0 22px 60px rgba(15,89,200,.10);display:flex;flex-direction:column;min-height:100%}.gas-product-card img{width:100%;height:190px;object-fit:contain;border-radius:22px;background:linear-gradient(135deg,#f4f9ff,#fff)}.gas-product-card h3{font-size:20px;line-height:1.2;margin:15px 0 8px;color:#061847}.gas-product-card p{color:#52658e;line-height:1.55}.gas-product-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto}.gas-product-price{font-size:22px;color:#076bff;font-weight:1000}.gas-product-badge{display:inline-flex;border-radius:999px;background:#e9f2ff;color:#075cff;padding:7px 10px;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.gas-product-card form{display:flex;gap:10px;margin-top:14px}.gas-product-card input[type=number]{width:74px;border:1px solid #d9e7ff;border-radius:999px;padding:0 12px;font-weight:900}.gas-cart-table{width:100%;border-collapse:separate;border-spacing:0 12px}.gas-cart-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#617198}.gas-cart-table td{background:#f8fbff;border-top:1px solid #d9e7ff;border-bottom:1px solid #d9e7ff;padding:14px}.gas-cart-table td:first-child{border-left:1px solid #d9e7ff;border-radius:18px 0 0 18px}.gas-cart-table td:last-child{border-right:1px solid #d9e7ff;border-radius:0 18px 18px 0}.gas-checkout-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:24px}.gas-checkout-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gas-checkout-field.full{grid-column:1/-1}.gas-order-summary{position:sticky;top:110px}.gas-status-pill{display:inline-flex;border-radius:999px;padding:8px 12px;background:#e8f2ff;color:#075cff;font-weight:900;font-size:12px}.gas-payment-card{background:linear-gradient(135deg,#071a45,#076bff);color:#fff;border-radius:32px;padding:34px;box-shadow:0 35px 90px rgba(0,69,180,.25)}.gas-payment-card code{display:block;background:rgba(255,255,255,.12);padding:14px;border-radius:16px;overflow:auto}.gas-admin-marketplace-note{background:#eaf3ff;border:1px solid #bfd8ff;color:#0a2d70;border-radius:16px;padding:14px;margin:12px 0;font-weight:800}@media(max-width:980px){.gas-marketplace-grid,.gas-checkout-grid{grid-template-columns:1fr}.gas-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gas-marketplace-hero{padding-top:120px}}@media(max-width:620px){.gas-marketplace-wrap{width:min(100% - 28px,1220px)}.gas-product-grid{grid-template-columns:1fr}.gas-checkout-form{grid-template-columns:1fr}.gas-cart-table{font-size:13px}.gas-cart-table th:nth-child(3),.gas-cart-table td:nth-child(3){display:none}.gas-marketplace-title{font-size:44px}.gas-product-card form{flex-wrap:wrap}.gas-marketplace-btn{width:100%}}

/* v4.0.1 marketplace polish: prevent fixed navbar overlap on store pages */
.gas-marketplace-hero{
  margin-top:0!important;
  padding-top:170px!important;
  padding-bottom:86px!important;
}
.gas-marketplace-hero .gas-marketplace-wrap{position:relative;z-index:2}
.gas-product-price{min-height:30px;display:inline-flex;align-items:center}
@media(max-width:980px){
  .gas-marketplace-hero{padding-top:138px!important;padding-bottom:64px!important}
}
@media(max-width:620px){
  .gas-marketplace-hero{padding-top:118px!important;padding-bottom:52px!important}
  .gas-marketplace-title{font-size:42px!important;line-height:.98!important}
  .gas-marketplace-copy{font-size:15px!important;line-height:1.7!important}
}
