/* product-card-chrome — relative/flex kart düzeni (archive.css absolute kalıntılarını ezer) */

/* =========================================================
   Desktop (≥768)
   ========================================================= */
@media (min-width:768px){
  html body .reference-product-card,
  html body .reference-product-card.discounted,
  html body .reference-product-card.out-of-stock,
  html body .reference-product-card.compatible-card{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:auto !important;
    min-height:392px !important;
    margin:0 !important;
    padding:0 18px 16px 20px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    z-index:1 !important;
    border:1px solid #dce6f1 !important;
    border-radius:20px !important;
    background:#fff !important;
  }
  html body .reference-product-card.discounted{
    border:2px solid #11a94f !important;
  }

  /* Chrome: favori sağ üst */
  html body .reference-product-card > .product-card-chrome{
    position:relative !important;
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    width:100% !important;
    min-height:44px !important;
    margin:0 !important;
    padding:14px 0 0 !important;
    pointer-events:none !important;
    background:transparent !important;
    border:0 !important;
    inset:auto !important;
  }
  html body .reference-product-card > .product-card-chrome > .stock-badge--chrome{
    display:none !important;
  }
  html body .reference-product-card > .product-card-chrome > .favorite{
    position:relative !important;
    pointer-events:auto !important;
    width:30px !important;
    height:30px !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    transform:none !important;
  }
  html body .reference-product-card > .product-card-chrome > .favorite svg{
    width:21px !important;
    height:21px !important;
  }

  /* Ana gövde: görsel | bilgi — görsel, info yüksekliğinde dikey ortalı */
  html body .reference-product-card > .product-card-main{
    position:relative !important;
    flex:1 1 auto !important;
    display:grid !important;
    grid-template-columns:minmax(130px,176px) minmax(0,1fr) !important;
    align-items:stretch !important;
    gap:16px !important;
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    overflow:visible !important;
  }

  html body .reference-product-card .product-visual,
  html body .reference-product-card .product-visual.photo-source{
    position:relative !important;
    grid-column:1 !important;
    grid-row:1 !important;
    align-self:stretch !important;
    justify-self:center !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:176px !important;
    height:100% !important;
    min-height:100% !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    transform:none !important;
    box-shadow:none !important;
    filter:none !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
  }
  html body .reference-product-card .product-visual .product-media-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    box-shadow:none !important;
    filter:none !important;
  }
  html body .reference-product-card .product-visual img,
  html body .reference-product-card:hover .product-visual img,
  html body .reference-product-card:active .product-visual img,
  html body .reference-product-card:focus-within .product-visual img,
  html body .reference-product-card .product-visual.photo-source img,
  html body .reference-product-card .product-visual .product-media-link img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:176px !important;
    max-height:190px !important;
    object-fit:contain !important;
    object-position:center center !important;
    margin:0 auto !important;
    transform:none !important;
    filter:none !important;
    box-shadow:none !important;
    transition:none !important;
  }

  html body .reference-product-card .product-info{
    position:relative !important;
    grid-column:2 !important;
    grid-row:1 !important;
    align-self:stretch !important;
    width:auto !important;
    min-width:0 !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    overflow:visible !important;
    transform:none !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
  }

  /* Alt satır: Uyumlu | WhatsApp | [adet + Sepete Ekle] */
  html body .reference-product-card > .card-actions{
    position:relative !important;
    flex:0 0 auto !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    gap:8px !important;
    width:100% !important;
    min-width:0 !important;
    margin:12px 0 0 !important;
    padding:0 !important;
    inset:auto !important;
    overflow:visible !important;
    background:transparent !important;
  }
  html body .reference-product-card .card-actions > button,
  html body .reference-product-card .card-actions > a.whatsapp{
    position:relative !important;
    flex:1 1 0 !important;
    min-width:0 !important;
    max-width:none !important;
    width:auto !important;
    height:46px !important;
    min-height:46px !important;
    margin:0 !important;
    padding:0 10px !important;
    inset:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    font-size:11px !important;
    font-weight:800 !important;
    border-radius:9px !important;
    box-sizing:border-box !important;
    transform:none !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  html body .reference-product-card .card-actions-buy{
    position:relative !important;
    flex:1.15 1 0 !important;
    min-width:0 !important;
    display:flex !important;
    align-items:stretch !important;
    gap:8px !important;
    margin:0 !important;
    padding:0 !important;
  }
  html body .reference-product-card .card-actions-buy > .visual-quantity-control,
  html body .reference-product-card .card-actions-buy > .quantity-control{
    position:relative !important;
    flex:0 0 24px !important;
    width:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    height:46px !important;
    min-height:46px !important;
    margin:0 !important;
    padding:2px !important;
    inset:auto !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:14px 14px 14px !important;
    align-items:center !important;
    justify-items:center !important;
    gap:0 !important;
    border:1px solid #d5e1ee !important;
    border-radius:8px !important;
    background:#f8fbff !important;
    box-sizing:border-box !important;
    transform:none !important;
  }
  html body .reference-product-card .card-actions-buy > .visual-quantity-control > span{
    display:none !important;
  }
  html body .reference-product-card .card-actions-buy > .visual-quantity-control button,
  html body .reference-product-card .card-actions-buy > .visual-quantity-control input{
    width:18px !important;
    height:14px !important;
    min-height:14px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:4px !important;
    background:#e9f2ff !important;
    color:#0a63df !important;
    font-size:11px !important;
    line-height:14px !important;
    font-weight:850 !important;
    text-align:center !important;
  }
  html body .reference-product-card .card-actions-buy > .visual-quantity-control input{
    background:transparent !important;
    color:#0b2a50 !important;
    font-size:10px !important;
  }
  html body .reference-product-card .card-actions-buy > .primary,
  html body .reference-product-card .card-actions-buy > .add-cart-button{
    position:relative !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    width:auto !important;
    max-width:none !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    margin:0 !important;
    padding:0 12px !important;
    inset:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    font-size:12px !important;
    font-weight:800 !important;
    border-radius:9px !important;
    box-sizing:border-box !important;
    transform:none !important;
    translate:none !important;
    transition:none !important;
    box-shadow:none !important;
    filter:none !important;
    border:1px solid #0a63df !important;
    background:#0a63df !important;
    color:#fff !important;
  }
  html body .reference-product-card .card-actions-buy > .primary:hover,
  html body .reference-product-card .card-actions-buy > .primary:active,
  html body .reference-product-card .card-actions-buy > .primary:focus,
  html body .reference-product-card .card-actions-buy > .add-cart-button:hover,
  html body .reference-product-card .card-actions-buy > .add-cart-button:active,
  html body .reference-product-card .card-actions-buy > .add-cart-button:focus{
    transform:none !important;
    translate:none !important;
    transition:none !important;
    box-shadow:none !important;
    filter:none !important;
    border:1px solid #0759ce !important;
    background:#0759ce !important;
    color:#fff !important;
  }
  html body .reference-product-card .card-actions-buy > .primary:hover svg,
  html body .reference-product-card .card-actions-buy > .primary:active svg,
  html body .reference-product-card .card-actions-buy > .add-cart-button:hover svg,
  html body .reference-product-card .card-actions-buy > .add-cart-button:active svg{
    transform:none !important;
    transition:none !important;
  }

  html body .reference-product-card > .vehicle-compatible-badge{
    position:absolute !important;
    top:14px !important;
    left:20px !important;
    z-index:3 !important;
    margin:0 !important;
  }

  /* archive.css absolute kalıntıları */
  html body .reference-product-card .product-visual,
  html body .reference-product-card .product-info,
  html body .reference-product-card .visual-quantity-control,
  html body .reference-product-card .card-actions,
  html body .reference-product-card .card-actions > *,
  html body .reference-product-card .card-actions-buy,
  html body .reference-product-card .card-actions-buy > *{
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
  }

  /* OEM panel */
  html body .reference-product-card .oem-hover-wrap{
    position:relative !important;
    z-index:30 !important;
    overflow:visible !important;
  }
  html body .reference-product-card .oem-popover{
    position:absolute !important;
    z-index:9999 !important;
    top:calc(100% + 6px) !important;
    left:0 !important;
    right:auto !important;
    width:min(280px,calc(100vw - 32px)) !important;
    max-width:min(280px,calc(100vw - 32px)) !important;
    padding:12px !important;
    border:1px solid #e1e8f0 !important;
    border-radius:12px !important;
    background:#fff !important;
    box-shadow:none !important;
  }
  html body .reference-product-card .oem-popover.oem-popover--flip-y{
    top:auto !important;
    bottom:calc(100% + 6px) !important;
  }
  html body .reference-product-card .oem-popover.oem-popover--flip-x{
    left:auto !important;
    right:0 !important;
  }
  html body .reference-product-card:has(.oem-hover-wrap:hover),
  html body .reference-product-card:has(.oem-hover-wrap:focus-within),
  html body .reference-product-card:has(.oem-hover-wrap.is-open),
  html body .reference-product-card.is-oem-open{
    z-index:800 !important;
    overflow:visible !important;
  }
}

/* Dar masaüstü */
@media (min-width:768px) and (max-width:1200px){
  html body .reference-product-card > .product-card-main{
    grid-template-columns:minmax(110px,150px) minmax(0,1fr) !important;
    gap:12px !important;
  }
  html body .reference-product-card .product-visual,
  html body .reference-product-card .product-visual.photo-source{
    max-width:150px !important;
  }
  html body .reference-product-card .product-visual img,
  html body .reference-product-card .product-visual .product-media-link img{
    max-width:150px !important;
    max-height:165px !important;
  }
  html body .reference-product-card .card-actions > button,
  html body .reference-product-card .card-actions > a.whatsapp{
    font-size:10px !important;
    padding:0 6px !important;
    gap:4px !important;
  }
}

/* =========================================================
   Mobil (≤767)
   ========================================================= */
@media (max-width:767px){
  html body .reference-product-card > .product-card-chrome{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    width:100% !important;
    min-height:44px !important;
    margin:0 !important;
    padding:10px 0 6px !important;
    pointer-events:auto !important;
    inset:auto !important;
  }
  html body .reference-product-card > .product-card-chrome > .stock-badge--chrome{
    position:static !important;
    display:inline-flex !important;
    align-items:center !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    font-size:12px !important;
    font-weight:750 !important;
    inset:auto !important;
  }
  html body .reference-product-card > .product-card-chrome > .stock-badge--chrome.in-stock{color:#149a51 !important}
  html body .reference-product-card > .product-card-chrome > .stock-badge--chrome.out-stock{color:#d53c3c !important}
  html body .reference-product-card > .product-card-chrome > .stock-badge--chrome.in-stock::before,
  html body .reference-product-card > .product-card-chrome > .stock-badge--chrome.out-stock::before{
    content:"" !important;
    width:8px !important;
    height:8px !important;
    border-radius:50% !important;
    background:currentColor !important;
    margin-right:6px !important;
  }
  html body .reference-product-card > .product-card-chrome > .favorite{
    position:static !important;
    width:36px !important;
    height:36px !important;
    margin:0 0 0 auto !important;
    inset:auto !important;
  }
  html body .reference-product-card .product-title-row > .stock-badge--title{
    display:none !important;
  }

  /* card-actions-buy: mobilde archive V98 grid’ine uyum */
  html body .reference-product-card .card-actions-buy{
    display:contents !important;
  }
  html body .reference-product-card > .card-actions{
    display:grid !important;
    flex-wrap:unset !important;
  }
}

/* OEM — global görünürlük */
html body .reference-product-card .oem-popover{
  display:none !important;
}
html body .reference-product-card .oem-hover-wrap.is-open .oem-popover{
  display:block !important;
}
@media (min-width:768px){
  html body .reference-product-card .oem-hover-wrap:hover .oem-popover,
  html body .reference-product-card .oem-hover-wrap:focus-within .oem-popover,
  html body .reference-product-card .oem-popover:hover{
    display:block !important;
  }
  html body .reference-product-card .oem-sheet-handle,
  html body .reference-product-card .oem-sheet-close{
    display:none !important;
  }
  html body .reference-product-card .oem-sheet-head{
    display:block !important;
  }
  html body .reference-product-card .oem-sheet-head > strong{
    display:block !important;
    margin:0 0 8px !important;
  }
}
html body .product-grid{
  overflow:visible !important;
}

/* Hover/titreşim kilidi — yalnızca masaüstü (mobil grid’i bozmasın) */
@media (min-width:768px){
  html body .reference-product-card > .card-actions,
  html body .reference-product-card > .card-actions:hover,
  html body .reference-product-card > .card-actions:focus-within{
    transform:none !important;
    translate:none !important;
    transition:none !important;
    margin-top:12px !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
  }
  html body .reference-product-card .card-actions > button,
  html body .reference-product-card .card-actions > a.whatsapp,
  html body .reference-product-card .card-actions-buy,
  html body .reference-product-card .card-actions-buy > .primary,
  html body .reference-product-card .card-actions-buy > .add-cart-button,
  html body .reference-product-card .card-actions > button:hover,
  html body .reference-product-card .card-actions > button:active,
  html body .reference-product-card .card-actions > button:focus,
  html body .reference-product-card .card-actions > a.whatsapp:hover,
  html body .reference-product-card .card-actions > a.whatsapp:active,
  html body .reference-product-card .card-actions > a.whatsapp:focus,
  html body .reference-product-card .card-actions-buy:hover,
  html body .reference-product-card .card-actions-buy > .primary:hover,
  html body .reference-product-card .card-actions-buy > .primary:active,
  html body .reference-product-card .card-actions-buy > .primary:focus,
  html body .reference-product-card .card-actions-buy > .add-cart-button:hover,
  html body .reference-product-card .card-actions-buy > .add-cart-button:active,
  html body .reference-product-card .card-actions-buy > .add-cart-button:focus{
    transform:none !important;
    translate:none !important;
    scale:none !important;
    transition:none !important;
    box-shadow:none !important;
    filter:none !important;
    outline:none !important;
    box-sizing:border-box !important;
  }
  html body .reference-product-card .card-actions > button,
  html body .reference-product-card .card-actions > button:hover,
  html body .reference-product-card .card-actions > button:active,
  html body .reference-product-card .card-actions > button:focus,
  html body .reference-product-card .card-actions > a.whatsapp:hover,
  html body .reference-product-card .card-actions > a.whatsapp:active,
  html body .reference-product-card .card-actions > a.whatsapp:focus{
    flex:1 1 0 !important;
    width:auto !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    padding:0 10px !important;
    line-height:1 !important;
  }
  html body .reference-product-card .card-actions > button,
  html body .reference-product-card .card-actions > button:hover,
  html body .reference-product-card .card-actions > button:active,
  html body .reference-product-card .card-actions > button:focus{
    border:1.5px solid #8db9f4 !important;
  }
  html body .reference-product-card .card-actions > a.whatsapp,
  html body .reference-product-card .card-actions > a.whatsapp:hover,
  html body .reference-product-card .card-actions > a.whatsapp:active,
  html body .reference-product-card .card-actions > a.whatsapp:focus{
    border:1px solid #9be0bd !important;
  }
  html body .reference-product-card .card-actions-buy,
  html body .reference-product-card .card-actions-buy:hover,
  html body .reference-product-card .card-actions-buy:focus-within{
    flex:1.15 1 0 !important;
    display:flex !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    width:auto !important;
    padding:0 !important;
    margin:0 !important;
  }
  html body .reference-product-card .card-actions-buy > .primary,
  html body .reference-product-card .card-actions-buy > .add-cart-button,
  html body .reference-product-card .card-actions-buy > .primary:hover,
  html body .reference-product-card .card-actions-buy > .primary:active,
  html body .reference-product-card .card-actions-buy > .primary:focus,
  html body .reference-product-card .card-actions-buy > .add-cart-button:hover,
  html body .reference-product-card .card-actions-buy > .add-cart-button:active,
  html body .reference-product-card .card-actions-buy > .add-cart-button:focus{
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    padding:0 12px !important;
    border:1px solid #0a63df !important;
    box-shadow:none !important;
  }
  html body .reference-product-card .card-actions-buy > .primary:hover,
  html body .reference-product-card .card-actions-buy > .add-cart-button:hover{
    border:1px solid #0759ce !important;
    background:#0759ce !important;
  }
  html body .reference-product-card .card-actions-buy > .visual-quantity-control,
  html body .reference-product-card .card-actions-buy > .visual-quantity-control:hover{
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    width:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    flex:0 0 24px !important;
  }
}
html body .reference-product-card .oem-popover,
html body .reference-product-card .oem-popover:hover,
html body .reference-product-card .oem-popover:focus-within{
  box-shadow:none !important;
}

/* Görsel: gölge yok + info hizasında dikey ortalı */
@media (min-width:768px){
  html body .reference-product-card > .product-card-main{
    display:grid !important;
    grid-template-columns:minmax(130px,176px) minmax(0,1fr) !important;
    align-items:stretch !important;
    padding:0 !important;
  }
  html body .reference-product-card .product-info,
  html body .reference-product-card.discounted .product-info{
    padding:0 !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
  }
  html body .reference-product-card .product-visual,
  html body .reference-product-card .product-visual.photo-source,
  html body .reference-product-card:hover .product-visual,
  html body .reference-product-card.discounted .product-visual{
    position:relative !important;
    align-self:stretch !important;
    height:100% !important;
    min-height:100% !important;
    max-height:none !important;
    top:auto !important;
    left:auto !important;
    bottom:auto !important;
    box-shadow:none !important;
    filter:none !important;
  }
  html body .reference-product-card .product-visual img,
  html body .reference-product-card:hover .product-visual img,
  html body .reference-product-card:active .product-visual img,
  html body .reference-product-card .product-visual.photo-source img,
  html body .reference-product-card.out-of-stock .product-visual img{
    filter:none !important;
    box-shadow:none !important;
    transform:none !important;
  }
  html body .reference-product-card.out-of-stock .product-visual img{
    opacity:.62 !important;
  }
}

/* archive.css V81/V84/V46/V51 — :not(.discounted) daha yüksek özgüllük; kesin override */
@media (min-width:768px){
  html body .reference-product-card > .product-card-main,
  html body .reference-product-card.discounted > .product-card-main,
  html body .reference-product-card:not(.discounted) > .product-card-main,
  html body .reference-product-card.out-of-stock > .product-card-main,
  html body .reference-product-card.compatible-card > .product-card-main{
    position:relative !important;
    display:grid !important;
    grid-template-columns:minmax(130px,176px) minmax(0,1fr) !important;
    align-items:stretch !important;
    align-content:start !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    overflow:visible !important;
  }

  html body .reference-product-card .product-visual,
  html body .reference-product-card .product-visual.photo-source,
  html body .reference-product-card.discounted .product-visual,
  html body .reference-product-card.discounted .product-visual.photo-source,
  html body .reference-product-card:not(.discounted) .product-visual,
  html body .reference-product-card:not(.discounted) .product-visual.photo-source,
  html body .reference-product-card.out-of-stock .product-visual,
  html body .reference-product-card.compatible-card .product-visual,
  html body .reference-product-card.compatible-card .product-visual.photo-source{
    position:relative !important;
    grid-column:1 !important;
    grid-row:1 !important;
    align-self:stretch !important;
    justify-self:stretch !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:176px !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    box-shadow:none !important;
    filter:none !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    overflow:visible !important;
  }

  html body .reference-product-card .product-visual .product-media-link,
  html body .reference-product-card.discounted .product-visual .product-media-link,
  html body .reference-product-card:not(.discounted) .product-visual .product-media-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
  }

  html body .reference-product-card .product-visual img,
  html body .reference-product-card:hover .product-visual img,
  html body .reference-product-card:active .product-visual img,
  html body .reference-product-card .product-visual.photo-source img,
  html body .reference-product-card.discounted .product-visual img,
  html body .reference-product-card:not(.discounted) .product-visual img,
  html body .reference-product-card .product-visual .product-media-link img,
  html body .reference-product-card.discounted .product-visual .product-media-link img,
  html body .reference-product-card:not(.discounted) .product-visual .product-media-link img{
    position:static !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:176px !important;
    max-height:190px !important;
    object-fit:contain !important;
    object-position:center center !important;
    margin:0 auto !important;
    padding:0 !important;
    inset:auto !important;
    transform:none !important;
    filter:none !important;
    box-shadow:none !important;
  }

  html body .reference-product-card .product-info,
  html body .reference-product-card.discounted .product-info,
  html body .reference-product-card:not(.discounted) .product-info,
  html body .reference-product-card.out-of-stock .product-info,
  html body .reference-product-card.compatible-card .product-info{
    position:relative !important;
    grid-column:2 !important;
    grid-row:1 !important;
    align-self:stretch !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    align-items:flex-start !important;
    width:auto !important;
    min-width:0 !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    text-align:left !important;
    overflow:visible !important;
  }
}

@media (min-width:768px) and (max-width:1200px){
  html body .reference-product-card > .product-card-main,
  html body .reference-product-card:not(.discounted) > .product-card-main{
    grid-template-columns:minmax(110px,150px) minmax(0,1fr) !important;
    gap:12px !important;
  }
  html body .reference-product-card .product-visual,
  html body .reference-product-card:not(.discounted) .product-visual,
  html body .reference-product-card.discounted .product-visual{
    max-width:150px !important;
  }
  html body .reference-product-card .product-visual img,
  html body .reference-product-card:not(.discounted) .product-visual img,
  html body .reference-product-card .product-visual .product-media-link img{
    max-width:150px !important;
    max-height:165px !important;
  }
}

@media (min-width:1201px){
  html body .reference-product-card,
  html body .reference-product-card.discounted,
  html body .reference-product-card:not(.discounted){
    display:flex !important;
    flex-direction:column !important;
    height:auto !important;
    min-height:392px !important;
    grid-template-rows:none !important;
  }
  html body .reference-product-card > .product-card-main,
  html body .reference-product-card:not(.discounted) > .product-card-main{
    flex:1 1 auto !important;
    height:auto !important;
    align-items:stretch !important;
    align-content:start !important;
  }
  html body .reference-product-card .product-visual,
  html body .reference-product-card:not(.discounted) .product-visual,
  html body .reference-product-card.discounted .product-visual,
  html body .reference-product-card .product-visual.photo-source,
  html body .reference-product-card:not(.discounted) .product-visual.photo-source{
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    align-self:stretch !important;
  }
}

/* card-actions: hover’da sıfır hareket — yalnızca masaüstü */
@media (min-width:768px){
html body .reference-product-card > .card-actions,
html body .reference-product-card > .card-actions:hover,
html body .reference-product-card > .card-actions:focus-within,
html body .reference-product-card:not(.discounted) > .card-actions,
html body .reference-product-card.discounted > .card-actions{
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:12px 0 0 !important;
  padding:0 !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  align-content:stretch !important;
  gap:8px !important;
  transform:none !important;
  translate:none !important;
  scale:none !important;
  transition:none !important;
  animation:none !important;
  box-shadow:none !important;
  filter:none !important;
  overflow:visible !important;
}

html body .reference-product-card .card-actions > button,
html body .reference-product-card .card-actions > a.whatsapp,
html body .reference-product-card .card-actions-buy,
html body .reference-product-card .card-actions-buy > .visual-quantity-control,
html body .reference-product-card .card-actions-buy > .primary,
html body .reference-product-card .card-actions-buy > .add-cart-button,
html body .reference-product-card .card-actions > button:hover,
html body .reference-product-card .card-actions > button:focus,
html body .reference-product-card .card-actions > button:active,
html body .reference-product-card .card-actions > a.whatsapp:hover,
html body .reference-product-card .card-actions > a.whatsapp:focus,
html body .reference-product-card .card-actions > a.whatsapp:active,
html body .reference-product-card .card-actions-buy:hover,
html body .reference-product-card .card-actions-buy:focus-within,
html body .reference-product-card .card-actions-buy > .visual-quantity-control:hover,
html body .reference-product-card .card-actions-buy > .primary:hover,
html body .reference-product-card .card-actions-buy > .primary:focus,
html body .reference-product-card .card-actions-buy > .primary:active,
html body .reference-product-card .card-actions-buy > .add-cart-button:hover,
html body .reference-product-card .card-actions-buy > .add-cart-button:focus,
html body .reference-product-card .card-actions-buy > .add-cart-button:active,
html body .reference-product-card:not(.discounted) .card-actions > *,
html body .reference-product-card:not(.discounted) .card-actions > *:hover,
html body .reference-product-card:not(.discounted) .card-actions > *:focus,
html body .reference-product-card:not(.discounted) .card-actions > *:active,
html body .reference-product-card.discounted .card-actions > *,
html body .reference-product-card.discounted .card-actions > *:hover,
html body .reference-product-card.discounted .card-actions > *:focus,
html body .reference-product-card.discounted .card-actions > *:active{
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  height:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  margin:0 !important;
  padding:0 10px !important;
  box-sizing:border-box !important;
  transform:none !important;
  translate:none !important;
  scale:none !important;
  rotate:none !important;
  transition:none !important;
  animation:none !important;
  box-shadow:none !important;
  filter:none !important;
  outline:none !important;
  will-change:auto !important;
}

html body .reference-product-card .card-actions > button,
html body .reference-product-card .card-actions > button:hover,
html body .reference-product-card .card-actions > button:focus,
html body .reference-product-card .card-actions > button:active{
  flex:1 1 0 !important;
  background:#fff !important;
  border:1px solid #8db9f4 !important;
  color:#0a63d9 !important;
}

html body .reference-product-card .card-actions > a.whatsapp,
html body .reference-product-card .card-actions > a.whatsapp:hover,
html body .reference-product-card .card-actions > a.whatsapp:focus,
html body .reference-product-card .card-actions > a.whatsapp:active{
  flex:1 1 0 !important;
  background:#fff !important;
  border:1px solid #9be0bd !important;
  color:#0cc85b !important;
}

html body .reference-product-card .card-actions-buy,
html body .reference-product-card .card-actions-buy:hover,
html body .reference-product-card .card-actions-buy:focus-within{
  flex:1.15 1 0 !important;
  display:flex !important;
  align-items:stretch !important;
  gap:8px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
}

html body .reference-product-card .card-actions-buy > .visual-quantity-control,
html body .reference-product-card .card-actions-buy > .visual-quantity-control:hover,
html body .reference-product-card .card-actions-buy > .visual-quantity-control:focus-within{
  flex:0 0 24px !important;
  width:24px !important;
  min-width:24px !important;
  max-width:24px !important;
  padding:2px !important;
  background:#f8fbff !important;
  border:1px solid #d5e1ee !important;
}

html body .reference-product-card .card-actions-buy > .primary,
html body .reference-product-card .card-actions-buy > .add-cart-button,
html body .reference-product-card .card-actions-buy > .primary:hover,
html body .reference-product-card .card-actions-buy > .primary:focus,
html body .reference-product-card .card-actions-buy > .primary:active,
html body .reference-product-card .card-actions-buy > .add-cart-button:hover,
html body .reference-product-card .card-actions-buy > .add-cart-button:focus,
html body .reference-product-card .card-actions-buy > .add-cart-button:active{
  flex:1 1 auto !important;
  padding:0 12px !important;
  background:#0a63df !important;
  border:1px solid #0a63df !important;
  color:#fff !important;
}

html body .reference-product-card .card-actions svg,
html body .reference-product-card .card-actions i,
html body .reference-product-card .card-actions img,
html body .reference-product-card .card-actions svg:hover,
html body .reference-product-card .card-actions i:hover,
html body .reference-product-card .card-actions-buy svg,
html body .reference-product-card .card-actions-buy i,
html body .reference-product-card .card-actions-buy svg:hover,
html body .reference-product-card .card-actions-buy i:hover,
html body .reference-product-card .card-actions-buy > .primary:hover svg,
html body .reference-product-card .card-actions-buy > .add-cart-button:hover svg,
html body .reference-product-card .card-actions-buy > .primary:active svg,
html body .reference-product-card .card-actions-buy > .add-cart-button:active svg{
  transform:none !important;
  translate:none !important;
  scale:none !important;
  rotate:none !important;
  transition:none !important;
  animation:none !important;
  filter:none !important;
}

@media (min-width:1201px){
  html body .reference-product-card .card-actions > *,
  html body .reference-product-card .card-actions > *:hover,
  html body .reference-product-card .card-actions > *:active,
  html body .reference-product-card .card-actions > *:focus,
  html body .reference-product-card:not(.discounted) .card-actions > *,
  html body .reference-product-card:not(.discounted) .card-actions > *:hover,
  html body .reference-product-card.discounted .card-actions > *,
  html body .reference-product-card.discounted .card-actions > *:hover{
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    transform:none !important;
    transition:none !important;
    animation:none !important;
    box-shadow:none !important;
  }
}
}

/* =========================================================
   Mobil (≤767): card-actions 2x2 grid, absolute yok
   ========================================================= */
@media (max-width:767px){
  html body .reference-product-card > .card-actions,
  html body .reference-product-card > .card-actions:hover,
  html body .reference-product-card > .card-actions:focus-within,
  html body .reference-product-card.discounted > .card-actions{
    position:static !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows:46px 42px !important;
    gap:8px !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:10px 0 0 !important;
    padding:0 !important;
    flex-wrap:unset !important;
    align-items:stretch !important;
    overflow:visible !important;
    transform:none !important;
    translate:none !important;
    transition:none !important;
    animation:none !important;
    box-shadow:none !important;
  }

  html body .reference-product-card .card-actions-buy{
    display:contents !important;
  }

  html body .reference-product-card .card-actions-buy > .visual-quantity-control,
  html body .reference-product-card .visual-quantity-control,
  html body .reference-product-card .quantity-control.visual-quantity-control{
    position:static !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:stretch !important;
    align-self:stretch !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    margin:0 !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:34px 1fr 34px !important;
    grid-template-rows:1fr !important;
    align-items:center !important;
    justify-items:center !important;
    gap:0 !important;
    border:1px solid #d7e1ec !important;
    border-radius:10px !important;
    background:#fff !important;
    box-sizing:border-box !important;
    z-index:auto !important;
    transform:none !important;
    transition:none !important;
  }

  html body .reference-product-card .visual-quantity-control > span{
    display:none !important;
  }

  html body .reference-product-card .card-actions-buy > .visual-quantity-control button,
  html body .reference-product-card .card-actions-buy > .visual-quantity-control input,
  html body .reference-product-card .visual-quantity-control button,
  html body .reference-product-card .visual-quantity-control input{
    position:static !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#0a2d59 !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1 !important;
    transform:none !important;
    transition:none !important;
    box-shadow:none !important;
  }

  html body .reference-product-card .card-actions-buy > .primary,
  html body .reference-product-card .card-actions-buy > .add-cart-button,
  html body .reference-product-card .card-actions > .primary,
  html body .reference-product-card .card-actions > .add-cart-button,
  html body .reference-product-card .card-actions-buy > .primary:hover,
  html body .reference-product-card .card-actions-buy > .add-cart-button:hover,
  html body .reference-product-card .card-actions-buy > .primary:active,
  html body .reference-product-card .card-actions-buy > .add-cart-button:active{
    position:static !important;
    inset:auto !important;
    grid-column:2 !important;
    grid-row:1 !important;
    order:0 !important;
    flex:none !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    margin:0 !important;
    padding:0 10px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    border:0 !important;
    border-radius:10px !important;
    background:#0a63df !important;
    color:#fff !important;
    font-size:13px !important;
    font-weight:800 !important;
    box-sizing:border-box !important;
    transform:none !important;
    translate:none !important;
    transition:none !important;
    animation:none !important;
    box-shadow:none !important;
    filter:none !important;
  }

  html body .reference-product-card .card-actions > button,
  html body .reference-product-card .card-actions > button[data-action="vehicles"],
  html body .reference-product-card .card-actions > button:first-child,
  html body .reference-product-card .card-actions > button:hover,
  html body .reference-product-card .card-actions > button:active,
  html body .reference-product-card .card-actions > button:focus{
    position:static !important;
    inset:auto !important;
    grid-column:1 !important;
    grid-row:2 !important;
    order:0 !important;
    flex:none !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    margin:0 !important;
    padding:0 8px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    border:1.5px solid #d7e1ec !important;
    border-radius:10px !important;
    background:#fff !important;
    color:#0a2d59 !important;
    font-size:11px !important;
    font-weight:700 !important;
    box-sizing:border-box !important;
    transform:none !important;
    translate:none !important;
    transition:none !important;
    animation:none !important;
    box-shadow:none !important;
    filter:none !important;
  }

  html body .reference-product-card .card-actions > a.whatsapp,
  html body .reference-product-card .card-actions > a.whatsapp:hover,
  html body .reference-product-card .card-actions > a.whatsapp:active,
  html body .reference-product-card .card-actions > a.whatsapp:focus{
    position:static !important;
    inset:auto !important;
    grid-column:2 !important;
    grid-row:2 !important;
    order:0 !important;
    flex:none !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    margin:0 !important;
    padding:0 8px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    border:1px solid #c6ebd6 !important;
    border-radius:10px !important;
    background:#fff !important;
    color:#13b861 !important;
    font-size:11px !important;
    font-weight:700 !important;
    box-sizing:border-box !important;
    transform:none !important;
    translate:none !important;
    transition:none !important;
    animation:none !important;
    box-shadow:none !important;
    filter:none !important;
  }

  html body .reference-product-card .card-actions span,
  html body .reference-product-card .card-actions svg,
  html body .reference-product-card .card-actions i,
  html body .reference-product-card .card-actions svg:hover,
  html body .reference-product-card .card-actions i:hover{
    transform:none !important;
    transition:none !important;
    animation:none !important;
  }

  html body .reference-product-card .card-actions span{
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  html body .reference-product-card .meta-price,
  html body .reference-product-card .product-meta-row > .meta-price,
  html body .reference-product-card:not(.discounted) .meta-price,
  html body .reference-product-card .product-price-panel,
  html body .reference-product-card .discounted-price-panel{
    position:static !important;
    inset:auto !important;
    grid-area:price !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    z-index:auto !important;
    transform:none !important;
  }

  html body .reference-product-card .product-info{
    position:static !important;
    padding:12px 0 0 !important;
    overflow:visible !important;
  }
}

/* =========================================================
   Mobil görsel (≤767): büyük boyut + hover/dokunma kilidi
   (.product-card + .reference-product-card çift sınıfı archive
   .product-card:hover img kurallarını tetikliyordu)
   ========================================================= */
@media (max-width:767px){
  html body .product-card.reference-product-card,
  html body .product-card.reference-product-card:hover,
  html body .product-card.reference-product-card:active,
  html body .product-card.reference-product-card:focus-within,
  html body .product-card.reference-product-card.discounted,
  html body .product-card.reference-product-card.discounted:hover,
  html body .product-card.reference-product-card:not(.discounted),
  html body .product-card.reference-product-card:not(.discounted):hover{
    transform:none !important;
    translate:none !important;
    scale:none !important;
    transition:none !important;
  }

  html body .product-card.reference-product-card > .product-card-main,
  html body .product-card.reference-product-card.discounted > .product-card-main,
  html body .product-card.reference-product-card:not(.discounted) > .product-card-main{
    position:static !important;
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    gap:0 !important;
    overflow:visible !important;
  }

  html body .product-card.reference-product-card .product-visual,
  html body .product-card.reference-product-card .product-visual.photo-source,
  html body .product-card.reference-product-card.discounted .product-visual,
  html body .product-card.reference-product-card:not(.discounted) .product-visual,
  html body .product-card.reference-product-card:hover .product-visual,
  html body .product-card.reference-product-card:active .product-visual,
  html body .product-card.reference-product-card:focus-within .product-visual,
  html body .product-card.reference-product-card.discounted:hover .product-visual,
  html body .product-card.reference-product-card:not(.discounted):hover .product-visual{
    position:static !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:100% !important;
    height:280px !important;
    min-height:280px !important;
    max-height:280px !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    translate:none !important;
    scale:none !important;
    filter:none !important;
    box-shadow:none !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    overflow:visible !important;
  }

  html body .product-card.reference-product-card .product-visual .product-media-link,
  html body .product-card.reference-product-card:hover .product-visual .product-media-link,
  html body .product-card.reference-product-card:active .product-visual .product-media-link,
  html body .product-card.reference-product-card:focus-within .product-visual .product-media-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
    filter:none !important;
    box-shadow:none !important;
  }

  html body .product-card.reference-product-card .product-visual img,
  html body .product-card.reference-product-card .product-visual.photo-source img,
  html body .product-card.reference-product-card .product-visual .product-media-link img,
  html body .product-card.reference-product-card:hover .product-visual img,
  html body .product-card.reference-product-card:active .product-visual img,
  html body .product-card.reference-product-card:focus-within .product-visual img,
  html body .product-card.reference-product-card:hover .product-visual.photo-source img,
  html body .product-card.reference-product-card:hover .product-visual .product-media-link img,
  html body .product-card.reference-product-card.discounted .product-visual img,
  html body .product-card.reference-product-card:not(.discounted) .product-visual img,
  html body .product-card.reference-product-card.discounted:hover .product-visual img,
  html body .product-card.reference-product-card:not(.discounted):hover .product-visual img{
    position:static !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 auto !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
    translate:none !important;
    scale:none !important;
    rotate:none !important;
    filter:none !important;
    box-shadow:none !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    transition:none !important;
    animation:none !important;
  }

  html body .product-card.reference-product-card.out-of-stock .product-visual img,
  html body .product-card.reference-product-card.out-of-stock:hover .product-visual img{
    opacity:.62 !important;
    filter:grayscale(.25) !important;
    transform:none !important;
  }
}

/* =========================================================
   MacBook (1201–1500px): archive V70/V99/V81 absolute kalıntılarını ez
   ========================================================= */
@media (min-width:1201px) and (max-width:1500px){
  html body .reference-product-card,
  html body .reference-product-card.discounted,
  html body .reference-product-card:not(.discounted){
    display:flex !important;
    flex-direction:column !important;
    position:relative !important;
    height:auto !important;
    min-height:392px !important;
    max-height:none !important;
    overflow:visible !important;
    padding:0 18px 16px 20px !important;
  }

  html body .reference-product-card > .product-card-main,
  html body .reference-product-card.discounted > .product-card-main,
  html body .reference-product-card:not(.discounted) > .product-card-main{
    position:relative !important;
    display:grid !important;
    grid-template-columns:minmax(130px,165px) minmax(0,1fr) !important;
    align-items:stretch !important;
    align-content:start !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    overflow:visible !important;
  }

  html body .reference-product-card .product-visual,
  html body .reference-product-card .product-visual.photo-source,
  html body .reference-product-card.discounted .product-visual,
  html body .reference-product-card:not(.discounted) .product-visual,
  html body .reference-product-card:not(.discounted) .product-visual.photo-source{
    position:relative !important;
    grid-column:1 !important;
    grid-row:1 !important;
    align-self:stretch !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:165px !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
  }

  html body .reference-product-card .product-visual img,
  html body .reference-product-card .product-visual .product-media-link img,
  html body .reference-product-card:not(.discounted) .product-visual img{
    max-width:165px !important;
    max-height:175px !important;
    height:auto !important;
    filter:none !important;
  }

  html body .reference-product-card .product-info,
  html body .reference-product-card.discounted .product-info,
  html body .reference-product-card:not(.discounted) .product-info{
    position:relative !important;
    grid-column:2 !important;
    grid-row:1 !important;
    display:flex !important;
    flex-direction:column !important;
    width:auto !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    overflow:visible !important;
  }

  html body .reference-product-card > .card-actions,
  html body .reference-product-card.discounted > .card-actions,
  html body .reference-product-card:not(.discounted) > .card-actions,
  html body .reference-product-card > .card-actions:hover,
  html body .reference-product-card > .card-actions:focus-within{
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    gap:6px !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:12px 0 0 !important;
    padding:0 !important;
    overflow:visible !important;
    z-index:auto !important;
    transform:none !important;
    transition:none !important;
  }

  html body .reference-product-card .card-actions-buy,
  html body .reference-product-card .card-actions-buy:hover,
  html body .reference-product-card .card-actions-buy:focus-within{
    position:relative !important;
    inset:auto !important;
    flex:1.12 1 0 !important;
    display:flex !important;
    align-items:stretch !important;
    gap:6px !important;
    width:auto !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    margin:0 !important;
    padding:0 !important;
  }

  html body .reference-product-card .card-actions-buy > .visual-quantity-control,
  html body .reference-product-card .visual-quantity-control,
  html body .reference-product-card .card-actions-buy > .visual-quantity-control:hover{
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    flex:0 0 24px !important;
    width:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    margin:0 !important;
    padding:2px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:14px 14px 14px !important;
    z-index:auto !important;
    transform:none !important;
  }

  html body .reference-product-card .card-actions > button,
  html body .reference-product-card .card-actions > button:hover,
  html body .reference-product-card .card-actions > button:focus,
  html body .reference-product-card .card-actions > button:active{
    flex:1 1 0 !important;
    width:auto !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    padding:0 6px !important;
    font-size:10px !important;
    inset:auto !important;
    transform:none !important;
    transition:none !important;
  }

  html body .reference-product-card .card-actions > a.whatsapp,
  html body .reference-product-card .card-actions > a.whatsapp:hover,
  html body .reference-product-card .card-actions > a.whatsapp:focus,
  html body .reference-product-card .card-actions > a.whatsapp:active{
    flex:1 1 0 !important;
    width:auto !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    padding:0 6px !important;
    font-size:10px !important;
    inset:auto !important;
    transform:none !important;
    transition:none !important;
  }

  html body .reference-product-card .card-actions-buy > .primary,
  html body .reference-product-card .card-actions-buy > .add-cart-button,
  html body .reference-product-card .card-actions-buy > .primary:hover,
  html body .reference-product-card .card-actions-buy > .add-cart-button:hover{
    flex:1 1 auto !important;
    width:auto !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    margin:0 !important;
    padding:0 8px !important;
    font-size:11px !important;
    grid-column:auto !important;
    grid-row:auto !important;
    inset:auto !important;
    transform:none !important;
    transition:none !important;
  }

  html body .reference-product-card .card-actions span{
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}

/* =========================================================
   Mobil OEM bottom sheet (≤767) — body'ye taşınır, overlay yok
   ========================================================= */
@media (max-width:767px){
  html body.oem-sheet-open{
    overflow:hidden !important;
  }

  html body .reference-product-card .oem-hover-wrap:hover .oem-popover,
  html body .reference-product-card .oem-hover-wrap:focus-within .oem-popover,
  html body .reference-product-card .oem-popover:hover,
  html body .reference-product-card .oem-popover:not(.oem-popover--sheet){
    display:none !important;
  }

  .oem-popover.oem-popover--sheet{
    display:flex !important;
    flex-direction:column !important;
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    top:auto !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:min(72vh,560px) !important;
    margin:0 !important;
    padding:10px 16px calc(16px + env(safe-area-inset-bottom,0px)) !important;
    border:0 !important;
    border-radius:18px 18px 0 0 !important;
    background:#fff !important;
    box-shadow:0 -12px 40px rgba(8,41,85,.18) !important;
    z-index:10050 !important;
    overflow:hidden !important;
    transform:none !important;
    box-sizing:border-box !important;
  }

  .oem-popover.oem-popover--sheet .oem-sheet-head{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    flex:0 0 auto !important;
    width:100% !important;
    margin:0 0 12px !important;
    padding:0 36px 0 0 !important;
    box-sizing:border-box !important;
  }

  .oem-popover.oem-popover--sheet .oem-sheet-handle{
    display:block !important;
    width:42px !important;
    height:4px !important;
    margin:2px 0 12px !important;
    border-radius:999px !important;
    background:#c9d5e4 !important;
  }

  .oem-popover.oem-popover--sheet .oem-sheet-head > strong{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    color:#082955 !important;
    font-size:16px !important;
    font-weight:800 !important;
    line-height:1.25 !important;
    text-align:left !important;
  }

  .oem-popover.oem-popover--sheet .oem-sheet-close{
    position:absolute !important;
    top:14px !important;
    right:0 !important;
    display:grid !important;
    place-items:center !important;
    width:32px !important;
    height:32px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:999px !important;
    background:#eef3f9 !important;
    color:#405773 !important;
    font-size:22px !important;
    line-height:1 !important;
    cursor:pointer !important;
    box-shadow:none !important;
    transform:none !important;
  }

  .oem-popover.oem-popover--sheet > ul{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    width:100% !important;
    max-height:min(52vh,420px) !important;
    margin:0 !important;
    padding:0 0 4px !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch;
    list-style:none !important;
  }

  .oem-popover.oem-popover--sheet li{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:100% !important;
    margin:0 !important;
    padding:12px 14px !important;
    border-radius:10px !important;
    background:#f4f8fd !important;
    color:#173a65 !important;
    font-size:13px !important;
    font-weight:750 !important;
    box-sizing:border-box !important;
  }

  .oem-popover.oem-popover--sheet li span{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    word-break:break-word !important;
  }

  html body .reference-product-card:has(.oem-hover-wrap.is-open),
  html body .reference-product-card.is-oem-open{
    z-index:auto !important;
    overflow:visible !important;
  }
}

/* =========================================================
   Mobil (≤767): category-pill markanın üstüne binmesin
   ========================================================= */
@media (max-width:767px){
  html body .reference-product-card .product-info,
  html body .reference-product-card.discounted .product-info,
  html body .reference-product-card:not(.discounted) .product-info{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-areas:
      "title title"
      "code code"
      "cat cat"
      "brand oem"
      "price price" !important;
    column-gap:10px !important;
    row-gap:10px !important;
    align-items:center !important;
  }

  html body .reference-product-card .category-pill,
  html body .reference-product-card.compatible-card .category-pill,
  html body .reference-product-card.discounted .category-pill,
  html body .reference-product-card:not(.discounted) .category-pill,
  html body .reference-product-card a.category-pill{
    grid-area:cat !important;
    position:static !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    z-index:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    align-self:start !important;
    justify-self:start !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 !important;
    transform:none !important;
  }

  html body .reference-product-card .brand-logo-meta,
  html body .reference-product-card .product-meta-row > .brand-logo-meta{
    grid-area:brand !important;
    position:static !important;
    inset:auto !important;
    z-index:1 !important;
    display:inline-flex !important;
    align-items:center !important;
    align-self:center !important;
    justify-self:start !important;
    width:auto !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  html body .reference-product-card .brand-logo-meta img,
  html body .reference-product-card .brand-logo-meta svg{
    display:block !important;
    width:auto !important;
    max-width:min(140px,100%) !important;
    height:28px !important;
    object-fit:contain !important;
    object-position:left center !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  html body .reference-product-card .oem-hover-wrap{
    grid-area:oem !important;
    position:relative !important;
    justify-self:end !important;
    align-self:center !important;
    z-index:2 !important;
  }
}

/* card-actions: hover efektsiz, Font Awesome ikonlar */
html body .reference-product-card .card-actions i[class*="fa-"],
html body .product-card .card-actions i[class*="fa-"],
html body .reference-product-card .card-actions-buy i[class*="fa-"],
html body .product-card .card-actions-buy i[class*="fa-"]{
  display:inline-block !important;
  width:1em !important;
  height:1em !important;
  font-size:15px !important;
  line-height:1 !important;
  flex:0 0 auto !important;
  transform:none !important;
  translate:none !important;
  scale:none !important;
  rotate:none !important;
  transition:none !important;
  animation:none !important;
  filter:none !important;
}

html body .reference-product-card .card-actions svg,
html body .product-card .card-actions svg,
html body .reference-product-card .card-actions-buy svg,
html body .product-card .card-actions-buy svg{
  display:none !important;
}

html body .reference-product-card .card-actions > *,
html body .reference-product-card .card-actions > *:hover,
html body .reference-product-card .card-actions > *:focus,
html body .reference-product-card .card-actions > *:active,
html body .reference-product-card .card-actions-buy > *,
html body .reference-product-card .card-actions-buy > *:hover,
html body .reference-product-card .card-actions-buy > *:focus,
html body .reference-product-card .card-actions-buy > *:active,
html body .product-card .card-actions > *,
html body .product-card .card-actions > *:hover,
html body .product-card .card-actions > *:focus,
html body .product-card .card-actions > *:active,
html body .features-tabs-section .reference-product-card .card-actions > *,
html body .features-tabs-section .reference-product-card .card-actions > *:hover,
html body .features-tabs-section .reference-product-card .card-actions > *:focus,
html body .features-tabs-section .reference-product-card .card-actions > *:active,
html body .discount-section .reference-product-card .card-actions > *,
html body .discount-section .reference-product-card .card-actions > *:hover,
html body .discount-section .reference-product-card .card-actions > *:focus,
html body .discount-section .reference-product-card .card-actions > *:active{
  transform:none !important;
  translate:none !important;
  scale:none !important;
  rotate:none !important;
  transition:none !important;
  animation:none !important;
  box-shadow:none !important;
  filter:none !important;
  outline:none !important;
  will-change:auto !important;
}

html body .reference-product-card .card-actions > button,
html body .reference-product-card .card-actions > button:hover,
html body .reference-product-card .card-actions > button:focus,
html body .reference-product-card .card-actions > button:active,
html body .product-card .card-actions > button:not(.primary),
html body .product-card .card-actions > button:not(.primary):hover,
html body .product-card .card-actions > button:not(.primary):focus,
html body .product-card .card-actions > button:not(.primary):active{
  background:#fff !important;
  border:1.5px solid #8db9f4 !important;
  color:#0a63d9 !important;
}

html body .reference-product-card .card-actions > a.whatsapp,
html body .reference-product-card .card-actions > a.whatsapp:hover,
html body .reference-product-card .card-actions > a.whatsapp:focus,
html body .reference-product-card .card-actions > a.whatsapp:active,
html body .product-card .card-actions .whatsapp,
html body .product-card .card-actions .whatsapp:hover,
html body .product-card .card-actions .whatsapp:focus,
html body .product-card .card-actions .whatsapp:active{
  background:#fff !important;
  border:1px solid #9be0bd !important;
  color:#0cc85b !important;
}

html body .reference-product-card .card-actions-buy > .primary,
html body .reference-product-card .card-actions-buy > .add-cart-button,
html body .reference-product-card .card-actions-buy > .primary:hover,
html body .reference-product-card .card-actions-buy > .add-cart-button:hover,
html body .reference-product-card .card-actions-buy > .primary:focus,
html body .reference-product-card .card-actions-buy > .add-cart-button:focus,
html body .reference-product-card .card-actions-buy > .primary:active,
html body .reference-product-card .card-actions-buy > .add-cart-button:active,
html body .product-card .card-actions .primary,
html body .product-card .card-actions .primary:hover,
html body .product-card .card-actions .primary:focus,
html body .product-card .card-actions .primary:active{
  background:#0a63df !important;
  border:1px solid #0a63df !important;
  color:#fff !important;
}

html body .reference-product-card .card-actions i[class*="fa-"]:hover,
html body .reference-product-card .card-actions-buy i[class*="fa-"]:hover,
html body .product-card .card-actions i[class*="fa-"]:hover{
  transform:none !important;
  transition:none !important;
  animation:none !important;
}

/* Uyumlu mu? — sabit ikon alanı, kesilme yok */
html body .reference-product-card .card-actions .card-action-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  max-width:18px !important;
  flex:0 0 18px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  transform:none !important;
  transition:none !important;
  animation:none !important;
}

html body .reference-product-card .card-actions .card-action-icon i[class*="fa-"],
html body .reference-product-card .card-actions > button[data-action="vehicles"]:hover .card-action-icon i[class*="fa-"],
html body .reference-product-card .card-actions > button[data-action="vehicles"]:focus .card-action-icon i[class*="fa-"],
html body .reference-product-card .card-actions > button[data-action="vehicles"]:active .card-action-icon i[class*="fa-"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  max-width:none !important;
  font-size:16px !important;
  line-height:1 !important;
  flex:0 0 auto !important;
  transform:none !important;
  translate:none !important;
  scale:none !important;
  rotate:none !important;
  transition:none !important;
  animation:none !important;
  filter:none !important;
}

html body .reference-product-card .card-actions > button[data-action="vehicles"],
html body .reference-product-card .card-actions > button[data-action="vehicles"]:hover,
html body .reference-product-card .card-actions > button[data-action="vehicles"]:focus,
html body .reference-product-card .card-actions > button[data-action="vehicles"]:active,
html body .reference-product-card .card-actions > button:first-child,
html body .reference-product-card .card-actions > button:first-child:hover,
html body .reference-product-card .card-actions > button:first-child:focus,
html body .reference-product-card .card-actions > button:first-child:active,
html body .discount-section .reference-product-card .card-actions > button:first-child,
html body .discount-section .reference-product-card .card-actions > button:first-child:hover{
  border-width:1.5px !important;
  border-style:solid !important;
  gap:6px !important;
}
