.popup-unico-conteudo {
display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
z-index: 999999; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
align-items: center; justify-content: center;
}
.popup-unico-conteudo-overlay {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.popup-unico-conteudo-container {
position: relative;
background: rgba(255, 255, 255, 0.95);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 20px;
padding: 40px 30px;
max-width: 500px; width: 90%;
box-shadow: 0 15px 40px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
animation: popupSlideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
opacity: 0;
transform: translateY(30px) scale(0.95);
}
@keyframes popupSlideUp {
to { opacity: 1; transform: translateY(0) scale(1); }
}
.popup-unico-conteudo-close {
position: absolute; top: -15px; right: -15px;
background: #fff; border: none; font-size: 24px; cursor: pointer; color: #333;
width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
transition: all 0.2s ease;
}
.popup-unico-conteudo-close:hover {
transform: scale(1.1) rotate(90deg); color: #000;
}
.popup-unico-conteudo-content { text-align: center; }
.puy-logo { margin-bottom: 20px; }
.puy-logo img { max-width: 120px; max-height: 120px; object-fit: contain; }
.puy-title { margin: 0 0 15px; font-size: 26px; font-weight: 700; color: #1a1a1a; letter-spacing: -0.5px; }
.puy-message { margin: 0 0 25px; color: #555; font-size: 16px; line-height: 1.6; }
.puy-button {
display: inline-block; background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
color: white; text-decoration: none; padding: 14px 34px; border-radius: 100px;
font-size: 16px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
border: none; cursor: pointer;
}
.puy-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255, 75, 43, 0.4); color: white; } .puy-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-top: 10px;}
.puy-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .puy-image-wrapper img { width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.puy-image-wrapper a { display: block; overflow: hidden; border-radius: 12px; }
.puy-image-wrapper a:hover img { transform: scale(1.02); } .puy-product { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.puy-product-img { max-width: 150px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.puy-product-price { font-size: 20px; font-weight: 700; color: #e73641; } @media (max-width: 480px) {
.popup-unico-conteudo-container { padding: 30px 20px; width: 85%; }
.puy-title { font-size: 22px; }
.puy-message { font-size: 15px; }
}.receitas-charcutaria {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
} .receita-card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
background-color: #f9f9f9;
} .receita-card h2 {
margin-top: 0;
color: #333;
} .receita-card .texto-calculadora {
font-size: 14px;
color: #666;
font-style: italic;
margin-bottom: 20px;
} .receita-card .descricao {
font-style: italic;
color: #555;
margin-bottom: 20px;
} .campo-peso input {
width: 60px;
padding: 5px;
border: 1px solid #ccc;
border-radius: 4px;
text-align: right;
} .tabela-ingredientes {
display: table;
width: 100%;
border-collapse: collapse;
} .linha-ingrediente {
display: table-row;
} .linha-ingrediente:nth-child(odd) {
background-color: #f9f9f9;
} .linha-ingrediente:nth-child(even) {
background-color: #f1f1f1;
} .celula-ingrediente {
display: table-cell;
padding: 8px;
border-bottom: 1px solid #ddd;
} .nome-ingrediente {
width: 70%;
font-weight: bold;
} .quantidade-ingrediente {
width: 30%;
text-align: right;
} .texto-ingrediente {
font-size: 10px !important; color: #333; }.woo-mobile-cart-icon {
display: none;
position: fixed;
bottom: 200px;
right: 20px;
width: 50px;
height: 50px;
background-color: #000000;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 50px;
z-index: 9999;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
transition: all 0.3s ease;
} .woo-mobile-cart-icon:hover {
transform: scale(1.1);
background-color: #333333;
} .woo-mobile-cart-count {
position: absolute;
top: -5px;
right: -5px;
background: #ff0000;
color: #fff;
border-radius: 50%;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
font-weight: bold;
} body.woocommerce-cart .woo-mobile-cart-icon,
body.woocommerce-checkout .woo-mobile-cart-icon {
display: none !important;
} @media (max-width: 768px) {
.woo-mobile-cart-icon {
display: block;
}
}