/* TrendishShop v232 — slightly smaller home shortcut circles */
.home-shortcut-circle-v231{
  width:88px!important;
  height:88px!important;
}
.home-shortcut-circle-v231 svg{
  width:46px!important;
  height:46px!important;
}
.home-shortcut-label-v231{
  font-size:14px!important;
}
.home-shortcuts-grid-v231{
  gap:24px!important;
}

@media (max-width:900px){
  .home-shortcut-circle-v231{
    width:58px!important;
    height:58px!important;
  }
  .home-shortcut-circle-v231 svg{
    width:32px!important;
    height:32px!important;
  }
  .home-shortcut-label-v231{
    font-size:10px!important;
  }
}

@media (max-width:420px){
  .home-shortcut-circle-v231{
    width:50px!important;
    height:50px!important;
  }
  .home-shortcut-circle-v231 svg{
    width:28px!important;
    height:28px!important;
  }
  .home-shortcut-label-v231{
    font-size:8.8px!important;
  }
}
