/* FINAL COMPACT MOBILE ADD TO CART BUTTON (Desktop unchanged) */
@media (max-width: 768px){
  .btn-cart, button.add-to-cart, .product .add-to-cart{
    font-weight:800;
    background: linear-gradient(180deg, #f3d37c, #d4af37 60%, #b78628);
    color:#fff;
    border:0;
    border-radius:12px;
    width: 65%;
    max-width:200px;
    padding:8px 0;
    margin:10px auto 0;
    line-height:1;
    font-size:13px;
    text-align:center;
    box-shadow:0 4px 12px rgba(212,175,55,.3), inset 0 1px 0 rgba(255,255,255,.4);
  }
  .btn-cart span{ white-space:nowrap; }

  .btn-view, a.view-btn{
    background:#fff;
    color:#333;
    border-radius:12px;
    width:  65%;
    max-width:200px;
    padding:8px 0;
    margin:8px auto;
    text-align:center;
    font-weight:600;
    box-shadow:0 6px 16px rgba(0,0,0,.08);
  
    max-width:200px;
}
}