.shop-category-tiles{margin:60px 0 30px}.shop-category-tiles__list{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0}.shop-category-tiles__item{position:relative;flex:0 0 calc(100%/var(--tile-count, 3) - 16px*(var(--tile-count, 3) - 1)/var(--tile-count, 3));height:300px;border-radius:4px;overflow:hidden}.shop-category-tiles__item:before{content:"";position:absolute;inset:0;background-image:var(--tile-bg);background-size:cover;background-position:50%;transition:transform .5s ease;z-index:0}.shop-category-tiles__item:hover:before{transform:scale(1.08)}.shop-category-tiles__item a{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:20px;background:linear-gradient(0deg,#141213 0,rgba(0,0,0,.1) 60%,transparent);text-decoration:none;color:#fff;box-sizing:border-box}.shop-category-tiles__headline{margin:0 0 6px;font-size:18px;line-height:1.3}.shop-category-tiles__cta,.shop-category-tiles__headline{font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff}.shop-category-tiles__cta{display:inline-block;font-size:12px;padding-bottom:2px}.shop-category-tiles__page-title{margin:0 0 20px}@media(max-width:768px){.shop-category-tiles__item{flex:0 0 calc(50% - 8px)}}@media(max-width:480px){.shop-category-tiles__item{flex:0 0 100%}}