/**
 * Categorias na home: círculos com nome dentro (cor #3c9cff)
 */
.tp-category-circle-link {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 160px;
   height: 160px;
   margin: 0 auto 1rem;
   border-radius: 50%;
   background-color: #3c9cff;
   color: #fff !important;
   text-decoration: none !important;
   text-align: center;
   padding: 1rem;
   font-weight: 600;
   font-size: 0.95rem;
   line-height: 1.25;
   transition: opacity 0.2s, transform 0.2s;
   box-shadow: 0 4px 12px rgba(60, 156, 255, 0.35);
}
.tp-category-circle-link:hover {
   opacity: 0.9;
   transform: scale(1.03);
   color: #fff !important;
}
.tp-product-category-item.tp-category-circle-item {
   margin-bottom: 2.5rem;
}
.tp-product-category-item.tp-category-circle-item .tp-product-category-thumb {
   margin-bottom: 0;
}
