@property --angle{syntax:'<angle>';inherits:true;initial-value:0deg}.s-block--brands a.anime-item{--angle:0deg;padding:40px;background:linear-gradient(white,#fff) padding-box,conic-gradient(from var(--angle),#dfdfdf,#17171b) border-box;border:2px solid transparent;border-radius:16px;max-width:400px;animation:3s linear infinite rotate-gradient}@keyframes rotate-gradient{from{--angle:0deg}to{--angle:360deg}}.product-card--primary-buttons button{background-image:linear-gradient(to right,#f4c4f3 0,#9f1f93 51%,#f4c4f3 100%);transition:.5s;background-size:200% auto;color:#fff!important;border:none}.product-card--primary-buttons button i.sicon-shopping{color:#fff!important}.s-button-primary-outline:hover{background-position:right center;color:#fff;text-decoration:none}

section.s-block.s-block--square-links img{
  max-width:100px !important;
  object-fit:contain !important;
}

.s-block--rectangular-links img{
      aspect-ratio: 1 / 1;
}