.zptab-element-container .zpelem-col a {
	text-decoration: none !important;
}

.theme-header a {
	text-decoration: none !important;
}

.hover-underline a:hover, .hover-underline.a:hover {
	text-decoration: underline !important;
}

.no-underline, .no-underline span, .no-underline p, .no-underline a, a.no-underline, span.no-underline, p.no-underline {
	text-decoration: none !important;
}

.color-dark, .color-dark a, a.color-dark {
	color: #3f3a3a !important;
}

.color-purple, .color-purple a, a.color-purple {
	color: #9073FF !important;
}

a {
  text-decoration-color: currentColor !important;
  transition: color 0.2s !important;
  text-decoration: underline !important;
}

@media (min-width: 1200px) {
    .products-container .zpelem-col {
        position: relative;
        max-width: 160px;
    }

    .products-container .zpelem-col::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        width: 160px;
        height: 160px;
        background-image: url("https://www.ibema.com.br/assets/img/bg-product-yellow.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: none;
    }

    .products-container .zpelem-col:hover::before {
        display: block;
    }
    
    .products-container .zpelement .zpelem-heading {
        margin: 0 16px;
    }
    
    .products-container .zpelement .zpelem-heading span, .products-container .zpelement .zpelem-heading a {
        font-size: 21px !important;
    	text-transform: uppercase !important;
        color: rgb(255, 255, 255) !important;
    }
    
    .products-container  .zptabs-content-container .zprow-container {
        margin-top: 60px;
    }
}
