/*
Theme Name:     Neteuro Theme
Description:    Tema personalizado Neteuro 
Author:         Neteuro - Serviços Internet, Lda.
Template:       hello-elementor

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.hidden, .hide{
	display: none;
}

.elementor-gallery-item__title {
	text-shadow: 1px 1px 2px #000!important;
}

.woocommerce .quantity .qty{
	width: 6em!important;
	text-align: center!important;
	background-color: transparent!important;
	border-color: #FECC00!important;
}


.woocommerce li.product .entry-header .button, 
.woocommerce-page li.product .entry-header .button {
	opacity: 1;
}


table tbody > tr.woocommerce-product-attributes-item > th,
table tbody > tr.woocommerce-product-attributes-item > td
{
	vertical-align: middle;
	background-color: transparent!important;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #666!important;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
}

table tbody > tr.woocommerce-product-attributes-item > th
{
	width:200px!important;
	text-align:center;
}
table tbody > tr.woocommerce-product-attributes-item > td
{
	/*border-bottom:1px solid #666!important;*/
}

table tbody > tr.woocommerce-product-attributes-item > td{
	text-indent:10px;
}


.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link{
	color:#000!important;
	text-decoration:underline!important;
}

.added_to_cart {
	border: 1px solid var( --e-global-color-primary );
	border-radius: 5px;
	color: var( --e-global-color-primary )!important;
	padding: 6px!important;
	margin-left: 5px;
}

.added_to_cart:hover {
	background-color: var( --e-global-color-primary );
	color: var( --e-global-color-secondary )!important;
}

.elementor-menu-cart__main {
	background-color: #000!important;
	box-shadow: 3px 0px 3px 7px rgba(255,255,255,.5)!important;
}

.elementor-menu-cart__subtotal {
	color: #fff!important;
}

.page-header .entry-title{
	display: none;
}

.woocommerce-info .showlogin{
	color: #000!important;
	text-decoration: underline!important;

}


.woocommerce-form-login p{
	color: #fff;
}

@media (max-width: 767px){
	.woocommerce .cart.shop_table .product-name, .woocommerce-page .cart.shop_table .product-name {
		display: block;
	}
}






.tnz-categorias-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 30px 0;
}

.tnz-categoria-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.tnz-categoria-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.tnz-categoria-image {
    display: block;
    height: 250px;
    overflow: hidden;
}

.tnz-categoria-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tnz-categoria-content {
    padding: 22px;
}

.tnz-categoria-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #111!important;
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 1.2;
        font-family:"Josefin Sans"!important;
}

.tnz-subcategorias {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tnz-subcategorias li {
    margin-bottom: 10px;
}

.tnz-subcategorias a {
    color: #666!important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family:"Josefin Sans"!important;
}

.tnz-subcategorias a:hover {
    color: #000!important;
    padding-left: 4px;
}

@media (max-width: 1024px) {
    .tnz-categorias-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .tnz-categorias-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tnz-categoria-image {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .tnz-categorias-grid {
        grid-template-columns: 1fr;
    }
}