/*
 * Gardaşlık teması: sepet, adres, ödeme, sipariş sonucu, içerik sayfaları, sepet offcanvas.
 * Tasarım dili: koyu kart (#17191d), ince beyaz kenarlık, 16-20px radius, kırmızı gradyan buton.
 * Bu dosya gardaslik-base.css'ten ÖNCE yüklenir; eski turuncu/açık temayı ezmek için
 * özgül seçici + !important kullanılır.
 */

/* ---------- Ortak kabuk ---------- */
.g-co { margin-top: 0 !important; padding: 26px 0 70px; color: #fff; }
.g-co .g-co-wrap { margin-bottom: 0 !important; }
.g-narrow { max-width: 760px; }
.g-narrow-lg { max-width: 920px; }
.g-co h1, .g-co h2, .g-co h4 { color: #fff; }
.g-co a { text-decoration: none; }

.g-card {
  background: linear-gradient(180deg, #17191d, #1d2026);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
}
.g-h1 { font-size: 1.5rem; font-weight: 800; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.g-h1 i, .g-h2 i { color: #ff3b3b; }
.g-h2 { font-size: 1.1rem; font-weight: 800; margin: 0 0 8px; }
.g-lead { color: #c7ccd6; font-size: .92rem; margin: 0 0 16px; }
.g-hr { border: 0; border-top: 1px solid rgba(255, 255, 255, .08); opacity: 1; margin: 14px 0; }

/* Uyarılar */
.g-co .alert { border-radius: 14px; font-size: .95rem; }
.g-co .alert-danger, .g-co .alert-warning {
  background: rgba(227, 0, 0, .12) !important; border: 1px solid rgba(227, 0, 0, .45) !important; color: #ffb3b3 !important;
}
.g-co .alert-success { background: rgba(37, 211, 102, .1) !important; border: 1px solid rgba(37, 211, 102, .4) !important; color: #7dffab !important; }

/* ---------- Adım göstergesi ---------- */
.g-steps { list-style: none; margin: 0 0 24px; padding: 0; display: flex; align-items: flex-start; }
.g-steps li { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; color: #8b91a0; font-size: 12px; font-weight: 700; text-align: center; }
.g-steps li::before { content: ""; position: absolute; top: 19px; right: 50%; width: 100%; height: 2px; background: rgba(255, 255, 255, .1); z-index: 0; }
.g-steps li:first-child::before { display: none; }
.g-step-dot { position: relative; z-index: 1; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #17191d; border: 1px solid rgba(255, 255, 255, .14); font-size: 17px; }
.g-steps li.done { color: #c7ccd6; }
.g-steps li.done::before, .g-steps li.active::before { background: linear-gradient(90deg, #b70000, #e30000); }
.g-steps li.done .g-step-dot { background: rgba(227, 0, 0, .16); border-color: rgba(227, 0, 0, .55); color: #ff5a5a; }
.g-steps li.active { color: #fff; }
.g-steps li.active .g-step-dot { background: linear-gradient(135deg, #e30000, #b70000); border-color: transparent; color: #fff; box-shadow: 0 8px 22px rgba(227, 0, 0, .4); }

/* ---------- Butonlar ---------- */
.g-co .btn-oyp, .g-co .btn-oyp-lg, .g-co .btn.btn-oyp,
#offcanvasShoppingCart .btn-oyp, #offcanvasShoppingCart .btn-oyp-lg {
  background: linear-gradient(135deg, #e30000, #b70000) !important;
  color: #fff !important; border: 0 !important; border-radius: 999px !important;
  font-weight: 800 !important; letter-spacing: .2px;
  box-shadow: 0 10px 24px rgba(227, 0, 0, .28);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: .2s ease; cursor: pointer;
}
.g-co .btn-oyp:hover, .g-co .btn-oyp:focus, .g-co .btn-oyp:active,
#offcanvasShoppingCart .btn-oyp:hover, #offcanvasShoppingCart .btn-oyp:focus, #offcanvasShoppingCart .btn-oyp:active {
  background: linear-gradient(135deg, #ff1a1a, #c40000) !important; color: #fff !important; transform: translateY(-1px);
}
.g-co .btn-oyp:disabled { opacity: .55; }
.g-co .btn-oyp-lg, #offcanvasShoppingCart .btn-oyp-lg { padding: 16px 28px !important; font-size: 16px; }
.g-co .btn-oyp.w-100, #offcanvasShoppingCart .btn-oyp.w-100 { display: flex; }
.g-inline-btn { display: inline-flex !important; text-decoration: none; }
.g-empty-cta { margin-top: 22px; }

/* çerçeveli ikincil buton (Alışverişe Devam Et) */
#offcanvasShoppingCart .btn-oyp.inverse, .g-co .btn-oyp.inverse {
  background: rgba(255, 255, 255, .06) !important; border: 1px solid rgba(255, 255, 255, .28) !important; color: #fff !important; box-shadow: none;
}
#offcanvasShoppingCart .btn-oyp.inverse:hover, .g-co .btn-oyp.inverse:hover { background: rgba(255, 255, 255, .14) !important; }

/* Onay / uyarı modalları (Vazgeç, Çıkar butonları) */
.btn-oyp-white { background: rgba(255, 255, 255, .07) !important; color: #fff !important; border: 1px solid rgba(255, 255, 255, .22) !important; border-radius: 999px; }
.btn-oyp-white:hover { background: rgba(255, 255, 255, .16) !important; color: #fff !important; }
.btn-oyp-danger { background: linear-gradient(135deg, #e30000, #b70000) !important; color: #fff !important; border: 0 !important; border-radius: 999px; }

/* ---------- Formlar ---------- */
.g-co .form-label { color: #dfe3ea; font-weight: 700; font-size: .9rem; margin-bottom: 6px; }
.g-co .form-label.text-muted { color: #9aa1b0 !important; font-weight: 600; }
.g-co .form-control, .g-co .form-select {
  background-color: #0e0f12 !important; color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .1) !important; border-radius: 14px !important;
  padding: 13px 15px; min-height: 50px; font-size: 16px;
}
.g-co textarea.form-control { min-height: 0; }
.g-co .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c7ccd6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.g-co .form-select option { background: #17191d; color: #fff; }
.g-co .form-control:focus, .g-co .form-select:focus {
  border-color: #e30000 !important; box-shadow: 0 0 0 3px rgba(227, 0, 0, .2) !important; outline: 0;
}
.g-co .form-control::placeholder { color: #6f7685; }
.g-co .form-control[readonly] { background-color: #121317 !important; color: #f3f4f6 !important; font-family: ui-monospace, Menlo, Consolas, monospace; letter-spacing: .3px; }
.g-co .form-text, .g-co small.text-muted { color: #9aa1b0 !important; font-size: .82rem; }
.g-co .text-danger { color: #ff5a5a !important; }
.g-co .text-success { color: #4ade80 !important; }

/* doğrulama hataları: kırmızı */
.g-co .form-control.is-invalid, .g-co .form-select.is-invalid,
.g-co .was-validated .form-control:invalid, .g-co .was-validated .form-select:invalid {
  border-color: #ff3b3b !important; box-shadow: 0 0 0 3px rgba(255, 59, 59, .16) !important; background-image: none;
}
.g-co .was-validated .form-select:invalid, .g-co .form-select.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c7ccd6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.g-co .was-validated .form-control:valid, .g-co .was-validated .form-select:valid { border-color: rgba(255, 255, 255, .1) !important; box-shadow: none !important; }
.g-co .invalid-feedback { color: #ff6b6b; font-size: .84rem; font-weight: 600; }

/* dosya girişi */
.g-co input[type=file].form-control { padding: 10px 12px; background-color: #0e0f12 !important; border-style: dashed !important; border-color: rgba(227, 0, 0, .45) !important; cursor: pointer; }
.g-co input[type=file]::file-selector-button {
  background: linear-gradient(135deg, #e30000, #b70000); color: #fff; border: 0; border-radius: 999px;
  padding: 8px 16px; margin-right: 12px; font-weight: 700; cursor: pointer;
}
.g-receipt { margin-top: 18px; }
.g-receipt label i { color: #ff3b3b; }

/* ---------- Banka kartları ---------- */
.g-bank-wrap { padding: 22px; }
.g-bank { background: #111214; border: 1px solid rgba(255, 255, 255, .08); border-left: 3px solid #e30000; border-radius: 16px; padding: 16px 16px 4px; margin-bottom: 14px; }
.g-bank:last-child { margin-bottom: 0; }
.g-bank .input-group { flex-wrap: nowrap; }
.g-bank .input-group .form-control { border-radius: 14px 0 0 14px !important; min-width: 0; }
.g-bank .g-copy { border-radius: 0 14px 14px 0 !important; padding: 0 18px !important; font-size: 14px; white-space: nowrap; box-shadow: none; }
.g-bank .g-copy.copied { background: linear-gradient(135deg, #25d366, #1a9c4b) !important; }
.g-reserve { color: #ffb3b3; font-weight: 700; margin-bottom: 14px; line-height: 1.5; }
.g-reserve i { color: #ff3b3b; font-size: 20px; vertical-align: -3px; margin-right: 8px; }
.g-reserve strong { color: #fff; font-variant-numeric: tabular-nums; }
.g-alert-card { border-color: rgba(227, 0, 0, .35); background: linear-gradient(180deg, #1c1112, #1d1517); }
.g-co-result .row.mb-2 { font-size: .95rem; word-break: break-word; }
.g-co-result .row .text-muted { color: #9aa1b0 !important; }

/* ---------- Sipariş özeti paneli ---------- */
.g-sum-title { font-size: 1.15rem; font-weight: 800; margin: 0 0 14px; }
#page-shopping-cart .order-summary, #page-shipping .order-summary { background: linear-gradient(180deg, #17191d, #1d2026) !important; }
.g-co .order-summary {
  background: linear-gradient(180deg, #17191d, #1d2026) !important; color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .08) !important; border-radius: 20px !important;
  padding: 24px !important; box-shadow: 0 18px 45px rgba(0, 0, 0, .35); margin-top: 0 !important; font-size: 14px !important;
}
.g-co #sc-order-summary-list .border-bottom, .g-co .list-group-item { border-color: rgba(255, 255, 255, .08) !important; }
.g-co .list-group-item { background: transparent !important; color: #dfe3ea !important; padding-top: 12px; padding-bottom: 12px; }
.g-co .list-group-item strong { color: #fff; }
.g-sum-items { max-height: 250px; }
.g-sum-items .list-group-item { padding-top: 9px; padding-bottom: 9px; font-size: .9em; }
.g-sum-link { color: #dfe3ea !important; }
.g-sum-link:hover { color: #ff5a5a !important; }
.g-sum-qty { background: rgba(255, 255, 255, .12) !important; color: #fff; border-radius: 999px; font-weight: 700; }
.g-sum-total { border-bottom: 0 !important; padding-top: 16px !important; }
.g-co .g-sum-total strong.text-oyp { color: #ff2a2a !important; font-size: 1.5rem !important; font-weight: 800; }
.g-sum-cta { padding: 16px 20px !important; font-size: 16px !important; text-transform: none; }
.g-sum-card { position: sticky; top: 100px; }
.g-co .light-scroll::-webkit-scrollbar-thumb, #offcanvasShoppingCart .light-scroll::-webkit-scrollbar-thumb { background: #3a3f4b; border-radius: 4px; }
.g-co .light-scroll::-webkit-scrollbar-track, #offcanvasShoppingCart .light-scroll::-webkit-scrollbar-track { background: transparent; }

/* ---------- Sepet sayfası ---------- */
#page-shopping-cart.g-co { padding-top: 34px; }
#page-shopping-cart .g-co-wrap { padding-bottom: 20px; }
#page-shopping-cart #sc-product-list-container { padding-right: 32px; }
#page-shopping-cart .order-summary-col { min-width: 360px; }
.g-cart-head { margin-bottom: 22px; }
.g-cart-head h1 { font-size: 1.7rem; font-weight: 800; margin: 0; }
.g-cart-clear { color: #c7ccd6 !important; font-size: .92rem; display: inline-flex; gap: 6px; align-items: center; padding: 8px 14px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; }
.g-cart-clear:hover { color: #ff5a5a !important; border-color: rgba(227, 0, 0, .5); }
.g-co:has(.empty-list-container) .order-summary-col { display: none !important; }
.g-co .empty-list-container {
  max-width: none; margin: 10px 0 30px; padding: 46px 20px; text-align: center;
  background: linear-gradient(180deg, #17191d, #1d2026); border: 1px dashed rgba(255, 255, 255, .16); border-radius: 20px;
}
.empty-list-container .icon { display: grid; place-items: center; width: 88px; height: 88px; margin: 0 auto 18px; border-radius: 50%; background: rgba(227, 0, 0, .12); border: 1px solid rgba(227, 0, 0, .3); color: #ff3b3b; font-size: 40px; }
.empty-list-container .title { color: #fff; font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.empty-list-container .description { color: #c7ccd6; font-size: .98rem; }
#offcanvasShoppingCart .empty-list-container { margin-top: 60px; background: none; border: 0; }

.g-cart-line {
  display: flex; align-items: center; gap: 16px; padding: 14px 16px; margin: 0 0 14px !important;
  background: linear-gradient(180deg, #17191d, #1d2026); border: 1px solid rgba(255, 255, 255, .08); border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
}
.g-cart-thumb { flex: 0 0 auto; background: #fff; border-radius: 14px; padding: 8px; width: 96px; height: 96px; display: grid; place-items: center; overflow: hidden; }
.g-cart-thumb img { width: 80px !important; height: 80px !important; object-fit: contain; }
.g-cart-info { flex: 1 1 auto; min-width: 0; }
.g-cart-info .product-name { margin: 0 0 10px !important; font-size: .98rem; font-weight: 700; line-height: 1.35; }
.g-cart-info .product-name a { color: #fff !important; }
.g-cart-info .product-name a:hover { color: #ff5a5a !important; }
.g-cart-info .product-price { font-size: 1.2rem; }
.g-co .text-oyp, .g-co .product-price.text-oyp, .g-co .product-price strong { color: #ff2a2a !important; }
.g-cart-qty { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 10px; }

.g-qty { display: inline-flex; align-items: center; background: #0e0f12; border: 1px solid rgba(255, 255, 255, .1); border-radius: 999px; padding: 3px; }
.g-qty .quantity, .g-qty .product-quantity { min-width: 34px; text-align: center; font-weight: 800; font-size: 16px; margin: 0 !important; color: #fff; }
.g-qty-btn {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .07);
  color: #fff !important; font-size: 15px; transition: .2s;
}
.g-qty-btn:hover { background: linear-gradient(135deg, #e30000, #b70000); }
.g-cart-remove {
  display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%;
  color: #ff6b6b !important; background: rgba(227, 0, 0, .1); border: 1px solid rgba(227, 0, 0, .3); font-size: 16px; transition: .2s;
}
.g-cart-remove:hover { background: #e30000; color: #fff !important; }
.g-cart-qty { flex-direction: row; gap: 12px; }

/* sepet altındaki "İndirime Göre" şeridi */
.g-cart-more { padding: 60px 0 70px; margin-top: 30px; background: #0b0c0e !important; border-top: 1px solid rgba(255, 255, 255, .08); }
.g-cart-more h2 { font-size: 1.6rem; font-weight: 800; color: #fff; }
.g-cart-more .owl-carousel .item { padding: 2px; }

/* ---------- Sepet offcanvas ---------- */
#offcanvasShoppingCart { background: #111214 !important; color: #fff; border-left: 1px solid rgba(227, 0, 0, .35) !important; border-top: 0 !important; width: min(420px, 100vw); }
#offcanvasShoppingCartContent { padding: 22px; }
#offcanvasShoppingCart .offcanvasTitle { font-size: 1.35rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
#offcanvasShoppingCart .btn-close { filter: invert(1) grayscale(1) brightness(2); opacity: .8; width: 12px; height: 12px; }
#offcanvasShoppingCartDesc { color: #c7ccd6; font-size: .95rem; font-weight: 400; margin-bottom: 18px; }
#shopping-cart-items { padding-right: 2px; }
.g-oc-line {
  display: flex; gap: 12px; align-items: center; padding: 10px; margin-bottom: 12px;
  background: linear-gradient(180deg, #17191d, #1d2026); border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px;
}
.g-oc-thumb { flex: 0 0 62px; width: 62px; height: 62px; background: #fff; border-radius: 12px; padding: 5px; display: grid; place-items: center; }
.g-oc-thumb img { width: 100% !important; height: 100%; object-fit: contain; }
.g-oc-info { flex: 1 1 auto; min-width: 0; }
#offcanvasShoppingCart .product-name { margin: 0 0 8px; font-size: 13px; font-weight: 700; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#offcanvasShoppingCart .product-name a { color: #fff !important; }
.g-oc-bottom { display: flex; align-items: center; gap: 8px; }
.g-oc-bottom .product-price { flex: 1 1 auto; margin: 0 !important; font-size: 14px; }
.g-qty-sm .g-qty-btn { width: 26px; height: 26px; font-size: 12px; }
.g-qty-sm .product-quantity { min-width: 24px; font-size: 14px; }
.g-oc-bottom .g-cart-remove { width: 30px; height: 30px; font-size: 13px; }
#shopping-cart-footer a { padding: 13px 22px !important; margin-top: 8px !important; }
#shopping-cart-footer { padding-top: 8px; }
#offcanvasShoppingCart .g-oc-clear, #offcanvasShoppingCart .btn-danger {
  background: transparent !important; border: 1px solid rgba(227, 0, 0, .5) !important; color: #ff6b6b !important; border-radius: 999px !important; font-weight: 700;
}
#offcanvasShoppingCart .btn-danger:hover { background: rgba(227, 0, 0, .15) !important; }
#offcanvasShoppingCart hr { display: none; }

/* Kampanya offcanvas (sepet sayfası) */
#ocShoppingCartCampaign { background: #111214 !important; color: #fff; }
#ocShoppingCartCampaign .campaign-empty { color: #c7ccd6; text-align: center; }

/* ---------- Sipariş sonucu ---------- */
.g-checking { padding: 60px 20px; }
.g-check-title { font-size: 18px; font-weight: 800; color: #fff; }
.oyp-spinner { margin-bottom: 18px; }
.g-status-ico { width: 74px; height: 74px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; font-size: 38px; color: #fff; background: linear-gradient(135deg, #e30000, #b70000); box-shadow: 0 0 0 8px rgba(227, 0, 0, .14), 0 14px 30px rgba(227, 0, 0, .35); }
.g-status-title { justify-content: center; margin: 18px 0 8px !important; color: #ff5a5a !important; }
.g-order-code { color: #fff; background: rgba(227, 0, 0, .18); border: 1px solid rgba(227, 0, 0, .45); border-radius: 8px; padding: 2px 9px; letter-spacing: .5px; }
.g-wa-btn {
  display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #25d366, #1a9c4b); color: #fff !important; font-weight: 800;
  padding: 14px 26px; border-radius: 999px; box-shadow: 0 10px 26px rgba(37, 211, 102, .32); text-decoration: none;
}
.g-wa-btn:hover { filter: brightness(1.08); }
.g-co-result .row.border-bottom, .g-co-result .border-bottom { border-color: rgba(255, 255, 255, .08) !important; }
.g-co-result .text-oyp { color: #ff2a2a !important; }

/* ---------- İçerik sayfaları (İletişim, Hakkımızda, Kategoriler, Sipariş Takip) ---------- */
.g-page-card { padding: 30px 28px; font-size: 1rem; line-height: 1.75; color: #dfe3ea; }
.g-page-card h1 { font-size: 1.9rem; font-weight: 800; margin: 0 0 16px; padding-bottom: 14px; border-bottom: 2px solid #e30000; display: inline-block; }
.g-page-card h2 { font-size: 1.35rem; font-weight: 800; margin: 26px 0 10px; }
.g-page-card h3 { font-size: 1.12rem; font-weight: 800; margin: 20px 0 8px; color: #fff; }
.g-page-card p { color: #c7ccd6; margin: 0 0 14px; }
.g-page-card p.text-muted { color: #9aa1b0 !important; }
.g-page-card a { color: #ff4d4d; }
.g-page-card a:hover { color: #ff7a7a; }
.g-page-card ul, .g-page-card ol { color: #c7ccd6; padding-left: 20px; }
.g-page-card ul.list-unstyled, .g-page-card ul.row { padding-left: 0; }
.g-page-card li::marker { color: #e30000; }
.g-page-card hr { border-color: rgba(255, 255, 255, .1); opacity: 1; }
.g-page-card table { width: 100%; border-collapse: collapse; margin: 14px 0; }
.g-page-card th, .g-page-card td { border: 1px solid rgba(255, 255, 255, .1); padding: 10px 12px; }
.g-page-card th { background: #1d2026; color: #fff; }
.g-page-card img { max-width: 100%; height: auto; border-radius: 14px; }
/* içerik içindeki .border kutuları (İletişim bilgileri, takip sonucu) */
.g-page-card .border { background: #111214; border: 1px solid rgba(255, 255, 255, .1) !important; border-left: 3px solid #e30000 !important; border-radius: 16px !important; color: #dfe3ea; }
.g-page-card .border strong { color: #fff; }
.g-page-card .border-bottom { border-color: rgba(255, 255, 255, .08) !important; }
.g-page-card .text-muted { color: #9aa1b0 !important; }
.g-page-card .text-oyp { color: #ff2a2a !important; }
.g-page-card .alert-warning { background: rgba(227, 0, 0, .12) !important; border: 1px solid rgba(227, 0, 0, .45) !important; color: #ffb3b3 !important; border-radius: 14px; }
.g-page-card form.row .btn-oyp-lg { padding: 13px 24px !important; }
/* Kategoriler listesi: karo grid */
.g-page-card ul.row.list-unstyled { margin: 0 -6px; }
.g-page-card ul.row.list-unstyled > li { display: flex; align-items: center; gap: 4px; padding: 0 6px; margin-bottom: 12px !important; color: #9aa1b0; font-size: .85rem; }
.g-page-card ul.row.list-unstyled > li > a {
  display: inline-block; font-size: .95rem; font-weight: 700; color: #fff; background: #111214; border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px; padding: 8px 12px; margin-right: 4px; transition: .2s;
}
.g-page-card ul.row.list-unstyled > li > a:hover { border-color: rgba(227, 0, 0, .6); color: #ff5a5a; }

/* ---------- Mobil ---------- */
@media (max-width: 991.98px) {
  #page-shopping-cart #sc-product-list-container { padding-right: 0; }
  #page-shopping-cart .order-summary-col { min-width: 0; width: 100%; }
  #page-shopping-cart .order-summary { position: static !important; width: 100% !important; margin-top: 8px !important; }
  .g-sum-card { position: static; }
}
@media (max-width: 575.98px) {
  .g-co { padding: 18px 0 60px; }
  .g-card { padding: 16px; border-radius: 16px; }
  .g-h1 { font-size: 1.3rem; }
  .g-step-dot { width: 34px; height: 34px; font-size: 15px; }
  .g-steps li::before { top: 16px; }
  .g-steps li { font-size: 11px; }
  .g-cart-head h1 { font-size: 1.3rem; }
  .g-cart-line { flex-wrap: wrap; gap: 12px; padding: 12px; }
  .g-cart-thumb { width: 78px; height: 78px; }
  .g-cart-thumb img { width: 64px !important; height: 64px !important; }
  .g-cart-info { flex: 1 1 calc(100% - 100px); }
  .g-cart-qty { flex: 1 1 100%; justify-content: space-between; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .08); }
  .g-bank { padding: 14px 12px 2px; }
  .g-bank .g-copy { padding: 0 12px !important; }
  .g-bank .form-control { font-size: 14px; padding-left: 12px; padding-right: 8px; }
  .g-page-card { padding: 22px 18px; }
  .g-page-card h1 { font-size: 1.5rem; }
  .g-page-card ul.row.list-unstyled > li > a { font-size: .84rem; line-height: 1.35; padding: 7px 10px; }
}
