.category-items{display:grid;grid-template-columns:repeat(6,1fr);gap:40px;max-width:1000px;margin:0 auto}.category-item-inner{display:block}.category-item-img{overflow:hidden;border-radius:100%;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s}.category-item:hover .category-item-img{box-shadow:3px 3px 10px 3px #ddddddb3}.category-item-img img{transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s}.category-item:hover .category-item-img img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}.category-item-content{text-align:center;margin:10px 0 0}.category-item-content-title{font-size:16px;text-transform:uppercase;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s}.category-item:hover .category-item-content-title{color:var(--brand-color)}@media only screen and (max-width: 992px){.category-items{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width: 575px){.category-items{grid-template-columns:repeat(3,1fr);row-gap:20px;column-gap:16px;max-width:350px}.category-item{border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.category-item-img{max-width:80px;width:100%;margin:0 auto}.category-item-content{margin:10px 0 0}.category-item-content-title{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/category.css.map */
