
/* SUKMA Website v113.14
   Product card tidak melebar di laptop / desktop.
   HP tetap full-width agar nyaman disentuh.
*/

/* Laptop dan desktop */
@media (min-width:1025px){
  .sukma-product-grid-v94{
    display:grid!important;
    grid-template-columns:repeat(auto-fill,minmax(280px,330px))!important;
    grid-auto-rows:max-content!important;
    justify-content:start!important;
    align-items:start!important;
    align-content:start!important;
    gap:22px!important;
    width:100%!important;
  }

  .sukma-product-card-v94{
    width:100%!important;
    max-width:330px!important;
    min-width:0!important;
    justify-self:start!important;
    align-self:start!important;
  }

  .sukma-product-visual-v94{
    width:100%!important;
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
  }

  .sukma-product-info-v94{
    width:100%!important;
    min-width:0!important;
    padding:16px!important;
  }

  .sukma-product-bottom-v94{
    width:100%!important;
    min-width:0!important;
  }

  .sukma-product-actions-v94{
    width:128px!important;
    min-width:128px!important;
  }
}

/* Laptop kecil / tablet landscape */
@media (min-width:821px) and (max-width:1024px){
  .sukma-product-grid-v94{
    grid-template-columns:repeat(2,minmax(0,330px))!important;
    justify-content:start!important;
    gap:20px!important;
  }

  .sukma-product-card-v94{
    width:100%!important;
    max-width:330px!important;
    justify-self:start!important;
  }
}

/* Tablet portrait */
@media (min-width:681px) and (max-width:820px){
  .sukma-product-grid-v94{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }

  .sukma-product-card-v94{
    max-width:none!important;
  }
}

/* HP: satu kartu penuh sesuai lebar layar */
@media (max-width:680px){
  .sukma-product-grid-v94{
    grid-template-columns:1fr!important;
    justify-content:stretch!important;
  }

  .sukma-product-card-v94{
    width:100%!important;
    max-width:none!important;
  }
}
