
https://vinosenz.com/userfiles/css/googlefonts/all.css@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&display=swap');

/* ====== Container & Typografie ====== */
.vsz-container{max-width:1200px;margin:0 auto;padding:0 16px;}
.vsz-prose{max-width:1200px;margin:16px auto 8px auto;} /* jetzt so breit wie die Karten */
.vsz-page-head{margin:12px 0 6px;}
.vsz-page-head h1{margin:0 0 6px;font-size:clamp(28px,4.6vw,40px);font-weight:800;color:#2b2a2a;letter-spacing:.01em;}
.vsz-lead{margin:0;color:#4a4846;font-size:clamp(15px,2.2vw,18px);line-height:1.6;}

/* Überschriften & Fließtext */
.vsz-prose h2{font-size:clamp(22px,3.6vw,28px);margin:18px 0 10px;color:#2b2a2a;}
.vsz-prose h3{font-size:clamp(18px,3vw,22px);margin:16px 0 8px;color:#2b2a2a;}
.vsz-prose p{margin:0 0 12px;color:#2b2a2a;line-height:1.7;}
.vsz-prose ul{padding-left:18px;margin:0 0 12px;}
.vsz-prose li{margin:4px 0;}
.vsz-kicker{display:block;color:#7b1e25;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:.9rem}

/* Highlights – rote Bullets */
.vsz-highlights{list-style:none;padding:0;margin:0 0 12px 0;}
.vsz-highlights li{position:relative;padding-left:18px;margin:6px 0;}
.vsz-highlights li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:#7b1e25;}

/* Info-Grid (Boxen) */
.vsz-info-grid{display:grid;gap:16px;margin:14px 0 6px;}
.vsz-info{border:1px solid #e9e7e6;background:#fff;border-radius:0;padding:14px 16px;box-shadow:0 6px 24px rgba(0,0,0,.06);}
.vsz-info h3{margin:0 0 6px;font-size:1.05rem;color:#7b1e25;} /* Überschrift in Markenrot */
.vsz-info ul{margin:0;padding-left:18px;list-style:none;}
.vsz-info ul li{position:relative;margin:6px 0;padding-left:14px;}
.vsz-info ul li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background:#7b1e25;}
@media (min-width:880px){ .vsz-info-grid{grid-template-columns:1fr 1fr;} }
.vsz-info--full{grid-column:1 / -1;} /* für „Hinweise“ */

/* Abschnittstitel über Karten */
.vsz-section-title{max-width:1200px;margin:24px auto 12px auto;padding:0 16px;font-size:clamp(22px,3.6vw,28px);color:#2b2a2a;font-weight:800}

/* Karten-Grid (3×2) – kantig, identisch zum guten Stil */
.vsz-experiences{--vsz-gap:22px;--vsz-border:#e9e7e6;--vsz-shadow:0 6px 24px rgba(0,0,0,.06);--vsz-text:#2b2a2a;--vsz-muted:#6e6a67;--vsz-accent:#7b1e25;}
.vsz-grid{display:grid;gap:var(--vsz-gap);}
.vsz-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
@media (max-width:1024px){.vsz-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.vsz-grid-3{grid-template-columns:1fr;}}

.vsz-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--vsz-border);border-radius:0;overflow:hidden;box-shadow:var(--vsz-shadow);transition:transform .25s,box-shadow .25s,border-top-color .25s;border-top:3px solid transparent;
/* Button unten ausrichten: Karte auf volle Höhe strecken */
height:100%;
}
.vsz-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px rgba(0,0,0,.10);border-top-color:var(--vsz-accent);}
.vsz-media{display:block;position:relative;overflow:hidden;background:#f6f5f4;aspect-ratio:16/11;}
.vsz-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.vsz-card:hover .vsz-media img{transform:scale(1.05);}

/* Body als Flex-Column, damit der Button nach unten rutscht */
.vsz-body{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1;}
.vsz-title{font-size:1.05rem;line-height:1.35;margin:0 0 8px;font-weight:700;letter-spacing:.01em;color:#2b2a2a;}
.vsz-title a{text-decoration:none;color:inherit;}
.vsz-title a:hover{text-decoration:underline;}
.vsz-text{margin:0 0 14px;color:#6e6a67;font-size:.95rem;}
.vsz-btn{display:inline-block;text-align:center;padding:10px 14px;border:1px solid #2b2a2a;border-radius:0;text-decoration:none;font-weight:700;font-size:.95rem;color:#2b2a2a;background:#fff;transition:background .2s,color .2s,border-color .2s;
/* schiebt den Button zuverlässig an den unteren Rand */
margin-top:auto;
}
.vsz-btn:hover{background:#7b1e25;color:#fff;border-color:#7b1e25;}

/* A11y & Motion */
.vsz-card:focus-within{outline:2px solid #7b1e25;outline-offset:2px;}
.vsz-btn:focus-visible{outline:2px solid #7b1e25;outline-offset:2px;}
@media (prefers-reduced-motion:reduce){.vsz-card,.vsz-media img{transition:none !important;}}



/* ====== Grundlayout & Typografie ====== */
.vsz-container{max-width:1200px;margin:0 auto;padding:0;}
.vsz-prose{max-width:1200px;margin:16px auto 8px;padding:0 16px;}
.vsz-page-head{margin:12px 0 6px;}
.vsz-page-head h1{margin:0 0 6px;font-size:clamp(28px,4.6vw,40px);font-weight:800;color:#2b2a2a;letter-spacing:.01em;}
.vsz-lead{margin:0;color:#4a4846;font-size:clamp(15px,2.2vw,18px);line-height:1.6;}

/* Grid */
.vsz-experiences{--vsz-gap:22px;--vsz-border:#e9e7e6;--vsz-shadow:0 6px 24px rgba(0,0,0,.06);--vsz-text:#2b2a2a;--vsz-accent:#7b1e25;}
.vsz-grid{display:grid;gap:var(--vsz-gap);padding:0 16px;}
.vsz-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
@media (max-width:1024px){.vsz-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.vsz-grid-3{grid-template-columns:1fr;}}

/* Karten */
.vsz-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--vsz-border);border-radius:0;overflow:hidden;box-shadow:var(--vsz-shadow);transition:transform .25s,box-shadow .25s,border-top-color .25s;border-top:3px solid transparent;height:100%;}
.vsz-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px rgba(0,0,0,.10);border-top-color:var(--vsz-accent);}
.vsz-media{display:block;position:relative;overflow:hidden;background:#f6f5f4;aspect-ratio:16/11;}
.vsz-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.vsz-card:hover .vsz-media img{transform:scale(1.05);}

.vsz-body{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1;}
.vsz-title{font-size:1.05rem;line-height:1.35;margin:0 0 10px;font-weight:700;letter-spacing:.01em;color:#2b2a2a;}
.vsz-title a{text-decoration:none;color:inherit;}
.vsz-title a:hover{text-decoration:underline;}

.vsz-btn{display:inline-block;text-align:center;padding:10px 14px;border:1px solid #2b2a2a;border-radius:0;text-decoration:none;font-weight:700;font-size:.95rem;color:#2b2a2a;background:#fff;transition:background .2s,color .2s,border-color .2s;margin-top:auto;}
.vsz-btn:hover{background:#7b1e25;color:#fff;border-color:#7b1e25;}

/* Fokus & Motion */
.vsz-card:focus-within{outline:2px solid #7b1e25;outline-offset:2px;}
.vsz-btn:focus-visible{outline:2px solid #7b1e25;outline-offset:2px;}
@media (prefers-reduced-motion:reduce){.vsz-card,.vsz-media img{transition:none !important;}}

/* --- Alignment-Fix: einheitlicher linker Gutter --- */
.vsz-container{max-width:1200px;margin:0 auto;padding:0;} /* kein Padding hier */
.vsz-prose{max-width:1200px;margin:16px auto 8px;padding:0 16px;} /* Gutter sitzt hier */
.vsz-section-title{max-width:1200px;margin:24px auto 12px;padding:0 16px;} /* gleicher Gutter wie Text */
/* Falls der H1 noch abweicht (Theme überschreibt ihn), erzwinge: */
.vsz-page-head h1{margin-left:0;padding-left:0;}

/* Logo and Search bar css  */
@media (min-width: 768px) {
    header .logo img {
        height: 70px;
    }
}

.site-logo img {
    min-width: 300px;
}

.header-form-wrapper .search-bar div {
    display: flex;
    align-items: center;
}

.header-form-wrapper .search-bar button {
    margin-bottom: 0px;
}

.autocomplete {
    width: 65% !important;
    margin: 0;
    margin-top: 0px;
}
.autocomplete-items {
    border-top: none !important;
}


.header-form-wrapper {
    justify-content: start !important;;
}


/* ===== Global: Footer-Titel in Akaya Kanadaka ===== */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .footer-title,
footer .vsz-footer-title {
  font-family: "Akaya Kanadaka", cursive !important;
  font-weight: 400;
  letter-spacing: 0.4px;
}

/* ===== Überschriften & Karten-Titel in Akaya Kanadaka ===== */
h1,
h2,
h3,
h4,
h5,
h6,
.vsz-section-title,
.vsz-title,
.vsz-kicker,
.vsz-info h3 {
  font-family: "Akaya Kanadaka", cursive !important;
}

/* Artikelnummer auf allen Shop-Detailseiten ausblenden */
.product-info .labels {
    display: none !important;
}

/* Header-Kontaktbereich reparieren und Telefonnummer hinzufügen */

/* 1. Den gesamten Block sauber untereinander ausrichten */
.header-right-content .content.edit[field="support"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    height: auto !important;
}

/* 2. Die E-Mail-Zeile als Container für Mail + Telefon nutzen */
.header-right-content .content.edit[field="support"] p.element {
    display: block !important;
    margin: 0 !important;
    font-size: 13px !important; /* Schriftgröße der Mail */
    line-height: 1.4 !important;
    color: #4A4846 !important;
    white-space: nowrap !important;
}

/* 3. Die Telefonnummer ohne Strich direkt hinter der Mail einfügen */
.header-right-content .content.edit[field="support"] p.element::after {
    content: "+34 671 243 880";
    margin-left: 15px; /* Abstand zur E-Mail */
    font-size: 13px !important; /* Exakt gleiche Größe wie Mail */
    font-weight: 400 !important;
    color: #4A4846 !important;
    display: inline-block !important;
}

/* 4. Alte fehlerhafte Elemente ausblenden */
.header-right-content .content.edit[field="support"]::after {
    display: none !important;
}

/* 1. Wir verstecken den Text NUR beim Label, das vor dem Email-Input steht */
.form-group:has(input#email) label {
    font-size: 0 !important;
}

/* 2. Wir fügen den neuen Text NUR dort ein */
.form-group:has(input#email) label::before {
    content: "E-Mail-Adresse";
    font-size: 14px !important; /* Hier wieder deine Wunschgröße */
    visibility: visible !important;
    display: inline-block;
}

/* 3. Das Sternchen für dieses spezifische Label wieder einblenden */
.form-group:has(input#email) label span {
    font-size: 19px !important;
    visibility: visible !important;
}

/* MOBILE & DESKTOP BREADCRUMB-REMOVAL - FINALER CODE */

/* 1. Entfernt die gesamte Sektion inklusive Hintergrund/Balken global */
.breadcrumb-area,
.breadcrumb-wrapper,
.breadcrumb-for-shop,
.breadcrumb-for-shop-inner,
.module-breadcrumb,
[id^="module-breadcrumb"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* 2. Entfernt spezifisch die mobilen Breadcrumb-Listen und Buttons */
ol.breadcrumb,
.breadcrumb-item,
.backt-btn {
    display: none !important;
}

/* 3. WICHTIG FÜR MOBIL: Entfernt den erzwungenen Abstand oben */
/* Die Sektion .p-t-100 sorgt mobil für den 100px Weißraum */
section.p-t-100.p-b-50.fx-particles {
    padding-top: 0 !important;
}

/* 4. SCHUTZ: Header-Grafik auf anderen Seiten explizit erhalten */
.breadcrumb-for-shop-inner img, 
.inner_bg, 
.shop_inner_bg {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
}