.product-category .box-category {text-align: center;}

.product-category .box-image {width: 110px;height: 110px;margin: 0 auto 14px;border: 1px solid #d9d9d9;border-radius: 50%;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #fff;}

.product-category .box-image > div {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}

.product-category .box-image img {width: 60%;height: 60%;object-fit: contain;}

.product-category.linktatca .box-image img {width: 50%;height: 50%;object-fit: contain;}

.product-category .box-text {padding: 0;}

.product-category .header-title {font-size: 16px;font-weight: 500;color: #111;line-height: 1.3;text-transform: none;margin: 0;}

.product-category a:hover .box-image {border-color: #47d661;background: radial-gradient(circle at 12% 18%, rgba(214, 255, 151, .75), transparent 24%), radial-gradient(circle at 86% 65%, rgba(107, 255, 76, .35), transparent 28%), linear-gradient(105deg, #efffe5 0%, #ffffff 45%, #e8ffdc 100%);}

.product-category a:hover .header-title {color: #000;}

@media (max-width: 849px) {
  .product-category .box-image {width: 86px;height: 86px;}

  .product-category .header-title {font-size: 14px;}
}
