
/* Masaüstünde mobil modülün ürün kartına doğrudan eklediği ikinci butonu kaldırır */
@media (min-width:769px){

  .product-card > button.mobile-v5-cart,
  .product-item > button.mobile-v5-cart,
  .product-box > button.mobile-v5-cart,
  .trendyol-mobile-card > button.mobile-v5-cart,

  .product-card > a.mobile-v5-cart,
  .product-item > a.mobile-v5-cart,
  .product-box > a.mobile-v5-cart,
  .trendyol-mobile-card > a.mobile-v5-cart,

  .product-card > .mobile-v5-cart:not(.add-to-cart):not(.btn-cart):not(.product-cart-btn),
  .product-item > .mobile-v5-cart:not(.add-to-cart):not(.btn-cart):not(.product-cart-btn),
  .product-box > .mobile-v5-cart:not(.add-to-cart):not(.btn-cart):not(.product-cart-btn),
  .trendyol-mobile-card > .mobile-v5-cart:not(.add-to-cart):not(.btn-cart):not(.product-cart-btn){
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }

  /* Gizlenen buton nedeniyle kart altında boşluk kalmasını önler */
  .product-card:has(> button.mobile-v5-cart),
  .product-item:has(> button.mobile-v5-cart),
  .product-box:has(> button.mobile-v5-cart),
  .trendyol-mobile-card:has(> button.mobile-v5-cart){
    padding-bottom:0!important;
  }
}
