.woocommerce-LoopProduct-link{
position: relative;
}
.woocommerce-LoopProduct-link .out-of-stock{
position: absolute;
background:red;
color:white;
padding:4px 10px;
right: 0;
top:0;
}
.agotado {
right: 1px;
font-size: 16px;
position: absolute;
background: red;
color: white; right: -64px;
top: 0;
} .unaflor-qv-overlay {
position: fixed;
inset: 0;
z-index: 999999;
background: rgba(25, 18, 20, 0.58);
backdrop-filter: blur(5px);
display: none;
align-items: center;
justify-content: center;
padding: 24px;
}
.unaflor-qv-overlay.active {
display: flex;
}
body.unaflor-qv-open {
overflow: hidden;
}
.unaflor-qv-modal {
position: relative;
width: 100%;
max-width: 900px;
background: #fffaf8;
border-radius: 22px;
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
overflow: hidden;
animation: unaflorPopupIn 0.25s ease;
}
@keyframes unaflorPopupIn {
from {
opacity: 0;
transform: translateY(20px) scale(0.97);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.unaflor-qv-close {
position: absolute;
top: 14px;
right: 16px;
z-index: 5;
width: 38px;
height: 38px;
border: none;
border-radius: 50%;
background: #ffffff;
color: #9f3d48;
font-size: 30px;
line-height: 34px;
cursor: pointer;
box-shadow: 0 6px 18px rgba(0,0,0,0.14);
}
.unaflor-qv-grid {
display: grid;
grid-template-columns: 1.05fr 0.95fr;
gap: 0;
}
.unaflor-qv-image-wrap {
background: #f8eeee;
min-height: 520px;
display: flex;
align-items: center;
justify-content: center;
}
.unaflor-qv-image-wrap img {
width: 100%;
height: 100%;
max-height: 560px;
object-fit: cover;
object-position: center;
display: block;
}
.unaflor-qv-content {
padding: 48px 42px;
display: flex;
flex-direction: column;
justify-content: center;
}
.unaflor-qv-label {
display: inline-flex;
width: fit-content;
padding: 7px 13px;
border-radius: 999px;
background: #f8dfe1;
color: #9f3d48;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
margin-bottom: 16px;
}
.unaflor-qv-content h2 {
font-size: 36px;
line-height: 1.12em;
color: #24191b;
margin: 0 0 16px;
font-weight: 700;
}
.unaflor-qv-price {
font-size: 28px;
font-weight: 800;
color: #9f3d48;
margin-bottom: 18px;
}
.unaflor-qv-price del {
font-size: 18px;
color: #9a9a9a;
margin-right: 8px;
opacity: 0.7;
}
.unaflor-qv-price ins {
text-decoration: none;
color: #9f3d48;
}
.unaflor-qv-description {
font-size: 16px;
line-height: 1.65em;
color: #4c4244;
margin-bottom: 28px;
}
.unaflor-qv-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.unaflor-qv-whatsapp,
.unaflor-qv-detail {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 13px 22px;
border-radius: 9px;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
transition: all 0.25s ease;
}
.unaflor-qv-whatsapp {
background: #22a447;
color: #ffffff !important;
border: 1px solid #22a447;
}
.unaflor-qv-whatsapp::before {
content: "💬";
margin-right: 7px;
}
.unaflor-qv-whatsapp:hover {
background: #168638;
border-color: #168638;
color: #ffffff !important;
}
.unaflor-qv-detail {
background: #ffffff;
color: #9f3d48 !important;
border: 1px solid #d56b73;
}
.unaflor-qv-detail:hover {
background: #f8dfe1;
color: #9f3d48 !important;
} @media only screen and (max-width: 767px) {
.unaflor-qv-overlay {
padding: 14px;
align-items: flex-end;
}
.unaflor-qv-modal {
max-height: 92vh;
overflow-y: auto;
border-radius: 20px 20px 0 0;
}
.unaflor-qv-grid {
grid-template-columns: 1fr;
}
.unaflor-qv-image-wrap {
min-height: auto;
height: 320px;
}
.unaflor-qv-image-wrap img {
height: 320px;
}
.unaflor-qv-content {
padding: 28px 22px 30px;
}
.unaflor-qv-content h2 {
font-size: 26px;
}
.unaflor-qv-price {
font-size: 24px;
}
.unaflor-qv-actions {
flex-direction: column;
}
.unaflor-qv-whatsapp,
.unaflor-qv-detail {
width: 100%;
}
}