.pp-vdg-table-wrap {
margin: 1.5em 0;
width: 100%;
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.pp-vdg-table-wrap .pp-vdg-table,
.pp-vdg-table-wrap .pp-vdg-card,
.pp-vdg-table-wrap .pp-vdg-card-header,
.pp-vdg-table-wrap .pp-vdg-card-title,
.pp-vdg-table-wrap .pp-vdg-card-body,
.pp-vdg-table-wrap .pp-vdg-card-prices,
.pp-vdg-table-wrap .pp-vdg-card-footer,
.pp-vdg-table-wrap .pp-vdg-buy-cell,
.pp-vdg-table-wrap input,
.pp-vdg-table-wrap button {
font-family: inherit;
} .pp-vdg-table-desktop {
overflow-x: auto;
}
@media (max-width: 768px) {
.pp-vdg-table-desktop {
display: none;
}
}
.pp-vdg-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
}
.pp-vdg-table thead th {
text-align: left;
padding: 0.6em 0.75em;
border-bottom: 2px solid #ddd;
background: #f8f8f8;
font-weight: 600;
}
.pp-vdg-table tbody tr {
border-bottom: 1px solid #eee;
}
.pp-vdg-table tbody tr:hover {
background: #fafafa;
}
.pp-vdg-table tbody td {
padding: 0.6em 0.75em;
vertical-align: middle;
}
.pp-vdg-col-image {
width: 60px;
}
.pp-vdg-thumb {
max-width: 50px;
height: auto;
display: block;
}
.pp-vdg-no-image {
color: #999;
}
.pp-vdg-col-sku {
white-space: nowrap;
font-family: monospace;
}
.pp-vdg-col-desc {
max-width: 220px;
}
.pp-vdg-iva-escl {
font-size: 0.85em;
color: #666;
}
.pp-vdg-col-buy {
white-space: nowrap;
}
.pp-vdg-buy-cell {
display: flex;
align-items: center;
gap: 0.5em;
}
.pp-vdg-qty-input {
width: 3.5em;
padding: 0.35em 0.5em;
border: 1px solid #ccc;
border-radius: 4px;
text-align: center;
}
.pp-vdg-add-to-cart-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
padding: 0;
border: none;
border-radius: 50%;
background: #2e7d32;
color: #fff;
cursor: pointer;
transition: background 0.2s;
}
.pp-vdg-add-to-cart-btn:hover {
background: #1b5e20;
}
.pp-vdg-add-to-cart-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.pp-vdg-add-to-cart-btn svg {
flex-shrink: 0;
} .pp-vdg-cards-mobile {
display: none;
}
@media (max-width: 768px) {
.pp-vdg-cards-mobile {
display: block;
}
}
.pp-vdg-card {
border: 1px solid #eee;
border-radius: 8px;
margin-bottom: 1em;
padding: 1em;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pp-vdg-card-header {
display: flex;
align-items: flex-start;
gap: 0.75em;
margin-bottom: 0.75em;
}
.pp-vdg-card-header .pp-vdg-thumb {
max-width: 70px;
flex-shrink: 0;
}
.pp-vdg-card-title {
display: flex;
flex-direction: column;
gap: 0.25em;
min-width: 0;
}
.pp-vdg-card-sku {
font-family: monospace;
font-weight: 600;
font-size: 0.95em;
}
.pp-vdg-card-desc {
font-size: 0.9em;
color: #555;
line-height: 1.35;
}
.pp-vdg-card-body {
margin-bottom: 0.75em;
padding: 0.5em 0;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
}
.pp-vdg-card-attr {
font-size: 0.9em;
margin-bottom: 0.35em;
}
.pp-vdg-card-attr:last-child {
margin-bottom: 0;
} .pp-vdg-card-prices {
display: flex;
flex-direction: column;
gap: 0.4em;
margin-bottom: 1em;
font-size: 0.9em;
}
.pp-vdg-card-price-row {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 0.5em;
padding: 0.25em 0;
border-bottom: 1px solid #f0f0f0;
}
.pp-vdg-card-price-row:last-child {
border-bottom: none;
}
.pp-vdg-card-price-label {
color: #666;
}
.pp-vdg-card-footer {
padding-top: 0.75em;
border-top: 1px solid #eee;
}
.pp-vdg-card-footer .pp-vdg-buy-cell {
justify-content: flex-start;
} .pp-vdg-added-msg {
font-size: 0.9em;
color: #2e7d32;
margin-top: 0.35em;
}
a.pp-vdg-added-msg--link {
display: inline-block;
text-decoration: underline;
cursor: pointer;
}
a.pp-vdg-added-msg--link:hover,
a.pp-vdg-added-msg--link:focus {
color: #1b5e20;
}
.pp-vdg-error-msg {
font-size: 0.9em;
color: #c62828;
margin-top: 0.35em;
} .pp-vdg-kill-message {
padding: 1em;
margin: 1em 0;
border-left: 4px solid #ff9800;
background: #fff8e1;
}:root {
--qrecesso-accent: #2c6e49;
--qrecesso-accent-hover: #245a3c;
--qrecesso-font: inherit;
--qrecesso-overlay: rgba(0, 0, 0, 0.65);
--qrecesso-radius: 12px;
--qrecesso-btn-radius: 8px;
--qrecesso-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
--qrecesso-text: #1a1a1a;
--qrecesso-muted: #666;
--qrecesso-border: #e0e0e0;
--qrecesso-bg: #ffffff;
--qrecesso-error: #c0392b;
} .qrecesso-overlay {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 12px;
background: var(--qrecesso-overlay);
font-family: var(--qrecesso-font);
box-sizing: border-box;
isolation: isolate;
}
.qrecesso-overlay[hidden] {
display: none !important;
}
.qrecesso-overlay.qrecesso-overlay--visible {
animation: qrecesso-fade-in 0.2s ease;
} .qrecesso-modal {
position: relative;
z-index: 1;
width: 100%;
max-width: 680px;
max-height: calc(100vh - 24px);
max-height: calc(100dvh - 24px);
display: flex;
flex-direction: column;
background: var(--qrecesso-bg);
border-radius: var(--qrecesso-radius);
box-shadow: var(--qrecesso-shadow);
overflow: hidden;
animation: qrecesso-slide-up 0.25s ease;
pointer-events: auto;
}
@media (min-width: 768px) {
.qrecesso-overlay {
padding: 24px;
}
.qrecesso-modal {
max-width: 720px;
max-height: calc(100vh - 48px);
max-height: calc(100dvh - 48px);
}
}
@media (min-width: 1024px) {
.qrecesso-modal {
max-width: 800px;
width: 92vw;
}
} .qrecesso-close {
position: absolute;
top: 12px;
right: 12px;
z-index: 2;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: none;
background: transparent;
color: var(--qrecesso-muted);
font-size: 28px;
line-height: 1;
cursor: pointer;
border-radius: 50%;
transition: background 0.15s, color 0.15s;
}
.qrecesso-close:hover,
.qrecesso-close:focus-visible {
background: rgba(0, 0, 0, 0.06);
color: var(--qrecesso-text);
outline: none;
} .qrecesso-header {
padding: 24px 48px 16px 24px;
border-bottom: 1px solid var(--qrecesso-border);
flex-shrink: 0;
}
.qrecesso-header h2 {
margin: 0 0 8px;
font-size: 1.35rem;
font-weight: 600;
color: var(--qrecesso-text);
line-height: 1.3;
}
.qrecesso-intro {
margin: 0;
font-size: 0.9rem;
color: var(--qrecesso-muted);
line-height: 1.5;
} .qrecesso-body {
padding: 20px 24px 24px;
overflow-y: auto;
flex: 1;
-webkit-overflow-scrolling: touch;
} .qrecesso-step {
display: none;
}
.qrecesso-step--active {
display: block;
}
.qrecesso-step[hidden] {
display: none !important;
} .qrecesso-field {
margin-bottom: 16px;
}
.qrecesso-field label {
display: block;
margin-bottom: 6px;
font-size: 0.875rem;
font-weight: 500;
color: var(--qrecesso-text);
}
.qrecesso-required {
color: var(--qrecesso-error);
}
.qrecesso-field input[type="text"],
.qrecesso-field input[type="email"],
.qrecesso-field input[type="tel"],
.qrecesso-field input[type="date"],
.qrecesso-field textarea {
width: 100%;
padding: 10px 12px;
font-size: 1rem;
font-family: inherit;
border: 1px solid var(--qrecesso-border);
border-radius: var(--qrecesso-btn-radius);
background: #fff;
color: var(--qrecesso-text);
box-sizing: border-box;
transition: border-color 0.15s, box-shadow 0.15s;
}
.qrecesso-field input:focus,
.qrecesso-field textarea:focus {
border-color: var(--qrecesso-accent);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--qrecesso-accent) 20%, transparent);
outline: none;
}
.qrecesso-field input.qrecesso-invalid,
.qrecesso-field textarea.qrecesso-invalid {
border-color: var(--qrecesso-error);
}
.qrecesso-field-error {
display: block;
margin-top: 4px;
font-size: 0.8rem;
color: var(--qrecesso-error);
}
.qrecesso-field-row {
display: grid;
grid-template-columns: 1fr;
gap: 0 16px;
}
@media (min-width: 480px) {
.qrecesso-field-row {
grid-template-columns: 1fr 1fr;
}
} .qrecesso-field--checkbox {
margin-top: 8px;
}
.qrecesso-checkbox-label {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 0.875rem;
font-weight: 400;
cursor: pointer;
line-height: 1.5;
}
.qrecesso-checkbox-label input[type="checkbox"] {
margin-top: 3px;
width: 18px;
height: 18px;
flex-shrink: 0;
accent-color: var(--qrecesso-accent);
} .qrecesso-actions {
display: flex;
flex-direction: column-reverse;
gap: 10px;
margin-top: 24px;
}
@media (min-width: 480px) {
.qrecesso-actions {
flex-direction: row;
justify-content: flex-end;
}
} #qrecesso-overlay button.qrecesso-btn,
#qrecesso-overlay .qrecesso-btn {
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
width: auto;
height: auto;
min-height: 44px;
padding: 12px 24px;
font-size: 0.95rem;
font-weight: 600;
font-family: inherit;
line-height: 1.4;
text-align: center;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
border-radius: var(--qrecesso-btn-radius);
cursor: pointer;
transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
vertical-align: middle;
box-shadow: none;
}
#qrecesso-overlay button.qrecesso-btn:disabled,
#qrecesso-overlay .qrecesso-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
}
#qrecesso-overlay button.qrecesso-btn--primary,
#qrecesso-overlay .qrecesso-btn--primary {
background-color: var(--qrecesso-accent) !important;
color: #ffffff !important;
border: 0 !important;
}
#qrecesso-overlay button.qrecesso-btn--primary:hover:not(:disabled),
#qrecesso-overlay button.qrecesso-btn--primary:focus-visible,
#qrecesso-overlay .qrecesso-btn--primary:hover:not(:disabled),
#qrecesso-overlay .qrecesso-btn--primary:focus-visible {
background-color: var(--qrecesso-accent-hover) !important;
color: #ffffff !important;
outline: none;
}
#qrecesso-overlay button.qrecesso-btn--secondary,
#qrecesso-overlay .qrecesso-btn--secondary {
background-color: transparent !important;
color: var(--qrecesso-text) !important;
border: 1px solid var(--qrecesso-border) !important;
}
#qrecesso-overlay button.qrecesso-btn--secondary:hover:not(:disabled),
#qrecesso-overlay button.qrecesso-btn--secondary:focus-visible,
#qrecesso-overlay .qrecesso-btn--secondary:hover:not(:disabled),
#qrecesso-overlay .qrecesso-btn--secondary:focus-visible {
background-color: rgba(0, 0, 0, 0.04) !important;
color: var(--qrecesso-text) !important;
outline: none;
} #qrecesso-overlay .qrecesso-close {
-webkit-appearance: none;
appearance: none;
background: transparent !important;
border: 0 !important;
box-shadow: none;
} .qrecesso-summary-title {
margin: 0 0 8px;
font-size: 1.15rem;
font-weight: 600;
}
.qrecesso-summary-text {
margin: 0 0 20px;
font-size: 0.9rem;
color: var(--qrecesso-muted);
}
.qrecesso-summary-list {
margin: 0 0 8px;
padding: 16px;
background: #f8f9fa;
border-radius: var(--qrecesso-btn-radius);
}
.qrecesso-summary-list dt {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--qrecesso-muted);
margin-top: 12px;
}
.qrecesso-summary-list dt:first-child {
margin-top: 0;
}
.qrecesso-summary-list dd {
margin: 4px 0 0;
font-size: 0.95rem;
color: var(--qrecesso-text);
word-break: break-word;
} .qrecesso-step--success {
text-align: center;
padding: 24px 0;
}
.qrecesso-success-icon {
width: 64px;
height: 64px;
margin: 0 auto 16px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--qrecesso-accent) 15%, transparent);
color: var(--qrecesso-accent);
font-size: 32px;
font-weight: 700;
border-radius: 50%;
}
.qrecesso-success-message {
margin: 0 0 24px;
font-size: 1rem;
line-height: 1.5;
color: var(--qrecesso-text);
} .qrecesso-error {
margin-bottom: 16px;
padding: 12px 16px;
background: #fdecea;
border: 1px solid #f5c6cb;
border-radius: var(--qrecesso-btn-radius);
color: var(--qrecesso-error);
font-size: 0.9rem;
}
.qrecesso-error[hidden] {
display: none !important;
} @keyframes qrecesso-fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes qrecesso-slide-up {
from {
opacity: 0;
transform: translateY(16px);
}
to {
opacity: 1;
transform: translateY(0);
}
} body.qrecesso-body-lock {
overflow: hidden;
}
body.qrecesso-body-lock a.qrecesso-open,
body.qrecesso-body-lock button.qrecesso-open {
pointer-events: none;
} .qrecesso-widget {
margin: 1em 0;
}
.qrecesso-widget a.qrecesso-trigger-btn,
a.qrecesso-open.qrecesso-trigger-btn {
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
width: auto;
height: auto;
padding: 14px 28px;
min-height: 48px;
font-family: var(--qrecesso-font);
font-size: 1rem;
font-weight: 600;
line-height: 1.4;
text-align: center;
text-decoration: none !important;
text-transform: none;
letter-spacing: normal;
color: #ffffff !important;
background-color: var(--qrecesso-accent) !important;
border: 0 !important;
border-radius: var(--qrecesso-btn-radius);
cursor: pointer;
transition: background-color 0.15s ease, transform 0.1s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
vertical-align: middle;
}
.qrecesso-widget a.qrecesso-trigger-btn:hover,
.qrecesso-widget a.qrecesso-trigger-btn:focus-visible,
a.qrecesso-open.qrecesso-trigger-btn:hover,
a.qrecesso-open.qrecesso-trigger-btn:focus-visible {
background-color: var(--qrecesso-accent-hover) !important;
color: #ffffff !important;
outline: none;
text-decoration: none !important;
}
.qrecesso-trigger-btn:active {
transform: translateY(1px);
}
a.qrecesso-open:not(.qrecesso-trigger-btn) {
cursor: pointer;
} .qrecesso-myaccount-intro {
margin-bottom: 1.25em;
line-height: 1.6;
}