
[data-armada-animation="icon"]:hover, [data-armada-animation="icon"]:focus-visible{
  opacity: 1;
}
@media(max-width:768px){
  .collection-grid-main>.grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  h3.font-heading.heading-font-styles.text-headings.break-anywhere.text-h5.pb-s.leading-none.absolute.top-1\/2{
    text-align: center;
  }
}
@media(max-width:360px){
  .collection-grid-main>.grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}