/* HOLOVAULT_V302_SLIDER_ARROW_EDGE_ALIGN_CSS */
/* Desktop only: keep the existing product slider design, but make the arrow buttons align with the real full-width slider area. */
@media (min-width:1024px){
  html.hvc-v301-home .goc-product-slider{
    width:calc(100vw - 144px)!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw + 72px)!important;
    margin-right:calc(50% - 50vw + 72px)!important;
    padding-left:56px!important;
    padding-right:56px!important;
    box-sizing:border-box!important;
    position:relative!important;
  }
  html.hvc-v301-home .goc-product-slider .goc-product-row{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
  html.hvc-v301-home .goc-product-slider .goc-slider-arrow{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    top:42%!important;
    transform:translateY(-50%)!important;
    z-index:20!important;
  }
  html.hvc-v301-home .goc-product-slider .goc-slider-prev{
    left:0!important;
    right:auto!important;
  }
  html.hvc-v301-home .goc-product-slider .goc-slider-next{
    right:0!important;
    left:auto!important;
  }
}
@media (min-width:1024px) and (max-width:1180px){
  html.hvc-v301-home .goc-product-slider{
    width:calc(100vw - 48px)!important;
    margin-left:calc(50% - 50vw + 24px)!important;
    margin-right:calc(50% - 50vw + 24px)!important;
    padding-left:50px!important;
    padding-right:50px!important;
  }
}
@media (min-width:1500px){
  html.hvc-v301-home .goc-product-slider{
    width:calc(100vw - 180px)!important;
    margin-left:calc(50% - 50vw + 90px)!important;
    margin-right:calc(50% - 50vw + 90px)!important;
  }
}
/* /HOLOVAULT_V302_SLIDER_ARROW_EDGE_ALIGN_CSS */
