/* HOLOVAULT_V315_MOBILE_SEARCH_PRODUCTS_CENTER_CSS */
/* CSS-only fix: center product cards in mobile search/filter result grids. No JS, no cart/menu/meta changes. */

@media (max-width: 760px){
  /* Search results and category/filter result grids use .goc-product-grid, while sliders use .goc-product-row. */
  .goc-section > .goc-product-grid,
  .goc-wide .goc-section .goc-product-grid,
  main .goc-product-grid{
    display:grid!important;
    grid-template-columns:minmax(0, min(100%, 430px))!important;
    justify-content:center!important;
    justify-items:stretch!important;
    align-items:start!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    gap:28px!important;
    overflow:visible!important;
  }

  .goc-section > .goc-product-grid > .goc-product-card,
  .goc-wide .goc-section .goc-product-grid > .goc-product-card,
  main .goc-product-grid > .goc-product-card{
    width:100%!important;
    max-width:430px!important;
    min-width:0!important;
    flex:0 1 auto!important;
    flex-basis:auto!important;
    justify-self:center!important;
    align-self:start!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  .goc-section > .goc-product-grid > .goc-product-card .goc-product-image,
  .goc-wide .goc-section .goc-product-grid > .goc-product-card .goc-product-image,
  main .goc-product-grid > .goc-product-card .goc-product-image{
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:1 / 1!important;
    height:auto!important;
    min-height:0!important;
    box-sizing:border-box!important;
  }

  .goc-section > .goc-product-grid > .goc-product-card .goc-product-info,
  .goc-wide .goc-section .goc-product-grid > .goc-product-card .goc-product-info,
  main .goc-product-grid > .goc-product-card .goc-product-info{
    width:100%!important;
    box-sizing:border-box!important;
  }

  .goc-section > .goc-product-grid > .goc-product-card .goc-card-button,
  .goc-wide .goc-section .goc-product-grid > .goc-product-card .goc-card-button,
  main .goc-product-grid > .goc-product-card .goc-card-button{
    width:100%!important;
    opacity:1!important;
    transform:none!important;
  }

  .goc-section > .goc-product-grid > .goc-product-card .goc-card-button .goc-btn,
  .goc-wide .goc-section .goc-product-grid > .goc-product-card .goc-card-button .goc-btn,
  main .goc-product-grid > .goc-product-card .goc-card-button .goc-btn{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
}

@media (max-width: 420px){
  .goc-section > .goc-product-grid,
  .goc-wide .goc-section .goc-product-grid,
  main .goc-product-grid{
    grid-template-columns:minmax(0, 100%)!important;
  }
}
/* /HOLOVAULT_V315_MOBILE_SEARCH_PRODUCTS_CENTER_CSS */
