/* ================================================= */
/*   VELAR — Sticky Buy Bar (صفحة المنتج / موبايل)     */
/* ================================================= */

@media (max-width:768px){

  .mt-5.flex.flex-col.flex-col-reverse.gap-4{
    position:fixed !important;
    bottom:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:40 !important;
    margin:0 !important;
    background:#fff !important;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom)) !important;
    box-shadow:0 -6px 24px rgba(17,24,39,.10) !important;
    border-top:1px solid rgba(17,24,39,.10) !important;
    flex-direction:row-reverse !important;
    align-items:center !important;
    gap:10px !important;
  }

  /* إخفاء زرار "أضف للسلة" الثانوي في الشريط الثابت — يفضل بس زرار الشراء + الكمية */
  .mt-5.flex.flex-col.flex-col-reverse.gap-4 .add_to_cart_btn{
    display:none !important;
  }

  .mt-5.flex.flex-col.flex-col-reverse.gap-4 > div{
    margin:0 !important;
    flex:0 0 auto !important;
  }

  .mt-5.flex.flex-col.flex-col-reverse.gap-4 .checkout_btn{
    flex:1 !important;
    padding:14px !important;
    font-size:14.5px !important;
    border-radius:999px !important;
  }

  .mt-5.flex.flex-col.flex-col-reverse.gap-4 .flex.justify-center.items-center.gap-3.border{
    padding:6px 8px !important;
    gap:2px !important;
    margin:0 !important;
  }

  /* مسافة فاضية تحت باقي المحتوى عشان الشريط الثابت متغطيش عليه */
  .product_tabs_elegance_container{
    margin-bottom:80px !important;
  }
}
