/* TrendishShop v231 — five circular quick-access shortcuts between hero/menu and latest products */
.home-shortcuts-v231{
  background:#fff5f8;
  padding:24px 0 20px;
  border:0;
}
.home-shortcuts-v231>.container{
  width:min(1120px,calc(100% - 32px));
}
.home-shortcuts-grid-v231{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:start;
  justify-items:center;
  gap:28px;
  direction:rtl;
}
.home-shortcut-v231{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  width:100%;
  color:#111;
  text-decoration:none;
  text-align:center;
  transition:transform .18s ease,color .18s ease;
}
.home-shortcut-v231:hover{
  transform:translateY(-3px);
  color:#111;
}
.home-shortcut-circle-v231{
  width:104px;
  height:104px;
  border:1.5px solid #8f8f8f;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.52);
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.home-shortcut-v231:hover .home-shortcut-circle-v231{
  border-color:#e88cab;
  background:#fff;
  box-shadow:0 8px 24px rgba(232,140,171,.14);
}
.home-shortcut-circle-v231 svg{
  width:56px;
  height:56px;
  display:block;
}
.home-shortcut-label-v231{
  font-size:15px;
  line-height:1.5;
  font-weight:700;
  color:#111;
  white-space:nowrap;
}

@media (max-width:900px){
  .home-shortcuts-v231{
    padding:14px 0 12px;
  }
  .home-shortcuts-v231>.container{
    width:calc(100% - 16px);
  }
  .home-shortcuts-grid-v231{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
  }
  .home-shortcut-v231{
    gap:6px;
    min-width:0;
  }
  .home-shortcut-circle-v231{
    width:64px;
    height:64px;
  }
  .home-shortcut-circle-v231 svg{
    width:36px;
    height:36px;
  }
  .home-shortcut-label-v231{
    font-size:10.5px;
    white-space:normal;
    line-height:1.35;
    min-height:28px;
  }
}

@media (max-width:420px){
  .home-shortcuts-v231{
    padding:12px 0 10px;
  }
  .home-shortcuts-grid-v231{
    gap:5px;
  }
  .home-shortcut-circle-v231{
    width:54px;
    height:54px;
  }
  .home-shortcut-circle-v231 svg{
    width:30px;
    height:30px;
  }
  .home-shortcut-label-v231{
    font-size:9px;
    letter-spacing:-.15px;
  }
}

@media (max-width:340px){
  .home-shortcut-circle-v231{
    width:48px;
    height:48px;
  }
  .home-shortcut-circle-v231 svg{
    width:27px;
    height:27px;
  }
  .home-shortcut-label-v231{
    font-size:8.2px;
  }
}
