<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-grid__layout{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:15px;padding:0 15px}@media screen and (min-width:0px)and (max-width:668px){.category-grid__layout{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:669px)and (max-width:1024px){.category-grid__layout{grid-template-columns:repeat(3,1fr)}}.category-grid__layout .category-grid__item{--width:calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));flex:1 0 var(--width);width:var(--width);max-width:var(--width);position:relative;height:auto;aspect-ratio:1/1}@media screen and (min-width:768px)and (max-width:1024px){.category-grid__layout .category-grid__item{--columns:2}}@media screen and (max-width:768px){.category-grid__layout .category-grid__item{--columns:1}}.category-grid__layout .category-grid__item--inner{position:relative;height:100%;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.category-grid__layout .category-grid__item--inner img{position:absolute;inset:0;overflow:hidden;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}.category-grid__layout .category-grid__item--inner a{z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(71 84 103/var(--tw-text-opacity,1));text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:32px;display:flex;padding:14px 24px;justify-content:center;align-items:center;gap:8px;border-radius:1000px;border:1px solid #d0d5dd;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}</pre></body></html>