/* V15.2: yeni müşteri akışları için ortak mobil uyumluluk */
.wallet-page .wallet-main{padding:12px;display:grid;gap:12px}
.wallet-page .wallet-balance-card{padding:18px}
.wallet-page .wallet-balance-card h2{margin:6px 0;font-size:28px}
.wallet-page .wallet-redeem-form{padding:14px;display:flex;gap:8px;align-items:stretch}
.wallet-page .wallet-redeem-form input{min-width:0;flex:1}
.wallet-page .wallet-transactions{padding:14px}
.wallet-page .wallet-transactions h2{font-size:17px;margin:0 0 12px}
.wallet-page .wallet-transaction{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #eee}
.wallet-page .wallet-transaction small{display:block;margin-top:3px}
.payment-choice.is-disabled{opacity:.55;cursor:not-allowed;background:#f7f7f8}
.payment-choice.is-disabled input{pointer-events:none}
.campaign-discount b{color:#16803b}
.question-answer-card{padding:12px 0;border-bottom:1px solid #eee}
.question-answer-card:last-child{border-bottom:0}
.question-answer-card p{overflow-wrap:anywhere}
@media(max-width:900px){
  body.page-checkout .page{width:100%;padding:8px 10px 92px}
  body.page-checkout .listing-head{padding:10px 2px;background:transparent;border:0}
  body.page-checkout .listing-head h1{font-size:20px;margin:2px 0 4px}
  body.page-checkout .listing-head p{font-size:12px;margin:0}
  body.page-checkout .checkout-grid{display:block!important}
  body.page-checkout .seller-box,body.page-checkout .checkout-summary{margin:8px 0;padding:12px;border-radius:12px}
  body.page-checkout .seller-box h2,body.page-checkout .checkout-summary h2{font-size:16px;margin:0 0 10px}
  body.page-checkout .address-grid,body.page-checkout .payment-options,body.page-checkout .form-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.page-checkout .address-choice,body.page-checkout .payment-choice{padding:10px;min-height:0}
  body.page-checkout .address-choice span,body.page-checkout .payment-choice span{min-width:0}
  body.page-checkout .address-choice em{overflow-wrap:anywhere}
  body.page-checkout .field input,body.page-checkout .field select{min-height:42px;font-size:14px}
  body.page-checkout .checkout-item{grid-template-columns:44px minmax(0,1fr) auto;gap:8px;padding:8px 0}
  body.page-checkout .checkout-item img{width:44px;height:44px;object-fit:contain}
  body.page-checkout .checkout-item span{min-width:0;font-size:12px;overflow-wrap:anywhere}
  body.page-checkout .checkout-item b{font-size:12px;white-space:nowrap}
  body.page-checkout .summary-line,body.page-checkout .summary-total{font-size:13px}
  body.page-checkout .summary-total b{font-size:18px}
  body.page-checkout .checkout-summary>.btn{min-height:44px}
  body.page-checkout .consent-row{font-size:12px;padding:8px 2px}
  .wallet-page .wallet-main{padding:8px 10px 90px;gap:8px}
  .wallet-page .wallet-balance-card,.wallet-page .wallet-redeem-form,.wallet-page .wallet-transactions{padding:12px;border-radius:12px}
  .wallet-page .wallet-balance-card h2{font-size:24px}
  .wallet-page .wallet-balance-card p{font-size:12px;line-height:1.45;margin-bottom:0}
  .wallet-page .wallet-redeem-form{display:grid;grid-template-columns:minmax(0,1fr) auto}
  .wallet-page .wallet-redeem-form input{width:100%;min-height:42px;font-size:14px}
  .wallet-page .wallet-redeem-form .amp-btn{min-height:42px;padding:0 12px;white-space:nowrap}
  .wallet-page .wallet-transaction{align-items:flex-start;padding:9px 0}
  .wallet-page .wallet-transaction span{min-width:0;font-size:12px;overflow-wrap:anywhere}
  .wallet-page .wallet-transaction strong{font-size:13px;white-space:nowrap}
  body.page-product #questions .section-head{align-items:flex-start}
  body.page-product .question-answer-card{padding:10px 0}
  body.page-product .question-answer-card b,body.page-product .question-answer-card p{font-size:12px;line-height:1.45}
  body.page-product .question-form{display:grid;gap:8px}
  body.page-product .question-form textarea{width:100%;min-height:88px;resize:vertical}
  body.page-product>.section.container .section-head{gap:8px}
  body.page-product>.section.container .section-head h2{font-size:17px;margin:0}
  body.page-product>.section.container .section-head a{font-size:12px;white-space:nowrap}
}
@media(max-width:380px){
  .wallet-page .wallet-redeem-form{grid-template-columns:1fr}
  .wallet-page .wallet-redeem-form .amp-btn{width:100%}
  body.page-checkout .checkout-item{grid-template-columns:40px minmax(0,1fr)}
  body.page-checkout .checkout-item b{grid-column:2}
}

/* V15.3 müşteri değerlendirme entegrasyonu */
.integrated-review header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.integrated-review header span{display:block;color:#f59e0b;margin-top:2px}.integrated-review header small{color:#16a34a;font-weight:700}.seller-review-reply{margin-top:9px;padding:9px;border-radius:8px;background:#f7f8fb;border-left:3px solid #f27a1a}.seller-review-reply b{font-size:13px}.seller-review-reply p{margin:3px 0 0}.integrated-review footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:8px;border-top:1px solid #edf0f4;font-size:13px}.integrated-review footer form{display:flex;gap:5px}.review-helpful-btn{border:1px solid #d7dce4;background:#fff;border-radius:7px;padding:5px 8px;min-height:30px}.review-helpful-btn.active{border-color:#f27a1a;background:#fff5ec;color:#c85d00}
@media(max-width:640px){.integrated-review{padding:9px!important}.integrated-review footer{align-items:flex-start;flex-direction:column}.integrated-review footer form{width:100%}.review-helpful-btn{flex:1}.seller-review-reply{padding:7px}}


/* V15.4 sipariş sonrası kompakt mobil entegrasyonu */
.compact-page-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.compact-page-head h1{margin:2px 0;font-size:clamp(18px,4vw,25px)}.mobile-back-link{-webkit-tap-highlight-color:transparent;display:grid;place-items:center;width:34px;height:34px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#222;font-size:25px;text-decoration:none}.compact-action-details{position:relative}.compact-action-details summary{list-style:none;cursor:pointer}.compact-action-details summary::-webkit-details-marker{display:none}.compact-action-form{margin-top:7px;padding:9px;border:1px solid #ececec;border-radius:10px;background:#fafafa;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.compact-action-form label{font-size:12px;font-weight:600}.compact-action-form select{width:100%;height:34px;margin-top:3px;border:1px solid #ddd;border-radius:8px;background:#fff;padding:0 7px}.compact-action-form button{grid-column:1/-1}.btn-danger{background:#b42318!important;color:#fff!important;border-color:#b42318!important}.full-field{grid-column:1/-1}.conditional-field[hidden]{display:none!important}.return-cancel-form{margin-top:9px}.return-cancel-form .btn{min-height:34px}.return-create-page .wizard{max-width:780px}.return-form textarea{min-height:90px;resize:vertical}
@media(max-width:640px){.order-detail-page{padding:8px 10px 84px}.order-detail-page .page-head{align-items:flex-start}.order-detail-page .page-head>.btn{min-height:32px;padding:6px 9px;font-size:12px}.order-package{padding:10px!important;margin-bottom:9px!important;border-radius:11px!important}.order-package header{gap:8px}.tracking-timeline{gap:3px!important;margin:9px 0!important}.tracking-timeline span{font-size:10px!important;padding:5px 3px!important}.order-item{padding:8px 0!important;gap:7px!important;align-items:flex-start!important}.order-item-info{min-width:0}.order-item-info b{font-size:13px;line-height:1.25}.order-item-info small{font-size:11px}.order-item-actions{display:flex!important;flex-wrap:wrap!important;gap:5px!important;justify-content:flex-end}.order-item-actions>.btn,.order-item-actions summary{min-height:31px!important;padding:5px 8px!important;font-size:11px!important}.compact-action-details{width:100%}.compact-action-form{grid-template-columns:1fr 1fr}.return-create-page{padding:8px 10px 84px}.compact-wizard{padding:0}.compact-wizard .wizard-steps{grid-template-columns:repeat(4,1fr);gap:3px;margin:8px 0}.compact-wizard .wizard-steps span{padding:6px 2px;font-size:10px;border-radius:6px}.return-form{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.return-form .field,.return-form .full-field{grid-column:1!important}.return-form input,.return-form select,.return-form textarea{min-height:38px!important;font-size:13px!important}.return-list{display:grid;gap:8px}.return-card{padding:10px!important;border-radius:11px!important}.return-card dl{grid-template-columns:1fr 1fr!important;gap:6px!important}.return-card dt{font-size:10px}.return-card dd{font-size:12px;overflow-wrap:anywhere}.status-timeline span{font-size:10px!important}.return-cancel-form .btn{width:100%;font-size:12px;padding:6px}}


/* V15.16 karşılaştırma, tekrar satın alma ve güvenli mobil arayüz standardı */
.compare-page-v1516{padding-bottom:90px}.compare-head{align-items:flex-start}.compare-head>div{min-width:0;flex:1}.compare-head p{margin:3px 0 0;color:#6b7280}.compare-count{flex:0 0 auto;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.compare-product-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.compare-product-card{position:relative;border:1px solid #e5e7eb;border-radius:13px;background:#fff;padding:10px;min-width:0}.compare-product-card img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:9px}.compare-product-card h2{font-size:14px;line-height:1.3;margin:7px 0;height:36px;overflow:hidden}.compare-product-card>strong{font-size:16px}.compare-product-card p,.compare-product-card small{display:block;font-size:11px;color:#6b7280;margin:4px 0}.compare-select{display:flex;gap:5px;align-items:center;font-size:11px;margin-bottom:6px}.compare-actions{display:flex;gap:6px;margin-top:8px}.compare-actions .btn,.compare-remove{flex:1;min-height:34px;padding:5px 8px;font-size:11px;border-radius:8px}.compare-remove{border:1px solid #e5e7eb;background:#fff}.compare-table-wrap{overflow:auto;margin-top:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.compare-table{border-collapse:collapse;min-width:720px;width:100%}.compare-table th,.compare-table td{padding:9px;border-bottom:1px solid #eef0f3;border-right:1px solid #eef0f3;font-size:12px;text-align:left}.compare-table thead th{position:sticky;top:0;background:#f8fafc;z-index:1}.compare-table tbody th{position:sticky;left:0;background:#fff;min-width:130px}.compare-sticky-action{position:sticky;bottom:70px;margin-top:10px;padding:8px;background:#ffffffee;border:1px solid #e5e7eb;border-radius:12px;backdrop-filter:blur(8px)}.compare-sticky-action .btn{width:100%;min-height:42px}.compact-empty{padding:28px 14px}.rebuy-check{font-size:11px;display:flex;align-items:center;gap:4px}.rebuy-stock{font-size:11px;font-weight:800;padding:5px 7px;border-radius:7px}.rebuy-stock.available{background:#ecfdf3;color:#067647}.rebuy-stock.soldout{background:#fef3f2;color:#b42318}.rebuy-all{width:100%;margin-top:9px}.rebuy-bulk-form{display:grid;gap:0}
@media(max-width:900px){
  .compare-page-v1516{width:100%;padding:8px 9px 92px}.compare-head h1{font-size:19px}.compare-head p{font-size:11px}.compare-product-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding-bottom:4px}.compare-product-card{flex:0 0 min(72vw,245px);scroll-snap-align:start;padding:9px}.compare-product-card h2{font-size:13px;height:auto;min-height:34px}.compare-product-card>strong{font-size:15px}.compare-table-wrap{margin-left:0;margin-right:0}.compare-sticky-action{bottom:66px}.rebuy-list{padding:8px 9px 90px!important}.rebuy-order{padding:10px!important;margin:0 0 8px!important}.rebuy-order>header{align-items:center}.rebuy-order>header b{font-size:13px}.rebuy-order>header time{font-size:11px}.rebuy-product{grid-template-columns:58px minmax(0,1fr) auto!important;gap:7px!important;padding:8px 0!important;position:relative}.rebuy-product img{width:58px!important;height:58px!important}.rebuy-product h2{font-size:12px!important;line-height:1.3;margin:0 0 3px!important}.rebuy-product small,.rebuy-product strong{font-size:11px!important}.rebuy-check{position:absolute;right:0;top:7px}.rebuy-stock{align-self:end}.rebuy-all{min-height:40px;font-size:12px}
  body:not(.home-mobile-ready) .page .page-head h1{font-size:20px}.page .field input,.page .field select,.page .field textarea{max-width:100%}.page table{max-width:100%}.page img{max-width:100%}
}
@media(max-width:380px){.compare-product-card{flex-basis:82vw}.rebuy-product{grid-template-columns:52px minmax(0,1fr)!important}.rebuy-stock{grid-column:2;justify-self:start}.rebuy-check{top:5px}}
