/* LEVANDULOVÝ OLEJ v4: karta produktu. Všechno pod .ole-top (krátký popis) a .ole (podrobný popis). */

/* ================= KRÁTKÝ POPIS ================= */
.ole-top, .ole-top *, .ole, .ole *, .ole-sticky { box-sizing: border-box; }
.ole-top { line-height: 1.55; }
.ole-top p { margin: 0 0 10px !important; font-size: 16px; }
.ole-top .ole-hook { font-size: 18px; font-weight: 700; color: #5c4a8a; line-height: 1.4; margin-bottom: 8px !important; }
.ole-top .ole-facts { margin: 0 0 14px !important; padding: 0 !important; list-style: none !important; }
.ole-top .ole-facts li { position: relative; padding-left: 28px !important; margin: 6px 0 !important; list-style: none !important; }
.ole-top .ole-facts li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #8F81BC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.5 9.5l3 3 6-6.5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat; }
.ole-top .ole-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 14px; margin: 0 0 12px !important; padding: 0 !important; list-style: none !important; font-size: 13px; }
.ole-top .ole-icons li { display: flex; align-items: center; gap: 8px; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.ole-top .ole-icons li::before { display: none !important; }
.ole-top .ole-icons img { width: 44px !important; height: 44px !important; flex: 0 0 44px; margin: 0 !important; }
.ole-top .ole-small { font-size: 13px; color: #666; margin-bottom: 0 !important; }
.ole-top a { color: #5c4a8a; text-decoration: underline; text-underline-offset: 3px; }

/* ================= PODROBNÝ POPIS ================= */
.ole { max-width: 1100px; margin: 0 auto; line-height: 1.6; color: #222; }
.ole h2 { margin: 0 0 14px !important; font-size: 26px !important; line-height: 1.2 !important; color: #8F81BC !important; }
.ole h3 { margin: 0 0 6px !important; font-size: 17px !important; line-height: 1.3 !important; color: #8F81BC !important; }
.ole p { margin: 0 0 10px !important; }
.ole a { color: #5c4a8a; text-decoration: underline; text-underline-offset: 3px; }
.ole .ole-small { font-size: 14px; color: #6f6680; margin: -4px 0 12px !important; }
.ole .ole-sec { padding: 0; }
.ole .ole-panel { background: #f8f5fc; border-radius: 18px; padding: 24px; }
.ole .ole-pink { background: #fdebf2; border-radius: 18px; padding: 24px; }
.ole .ole-panel > :last-child, .ole .ole-pink > :last-child, .ole .ole-row > div > :last-child, .ole .ole-box > :last-child, .ole .ole-box-p > :last-child, .ole .ole-twin > :last-child { margin-bottom: 0 !important; }

/* Zástupné rámečky pro fotky */
.ole .ole-ph { background: #fff; border: 2px dashed #c9c0dd; border-radius: 14px; display: flex; align-items: center; justify-content: center; text-align: center; color: #6f6680; font-size: 13px; line-height: 1.4; padding: 14px; }
.ole .ole-img { display: block; width: 100% !important; height: auto !important; aspect-ratio: 4 / 3; object-fit: cover !important; border-radius: 14px; margin: 0 !important; }

/* Oddělovač s větvičkou */
.ole .ole-div { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 36px 0; }
.ole .ole-div span { display: block; width: 220px; max-width: 30%; height: 1px; background: #e3ddec; }
.ole .ole-div img { height: 28px !important; width: auto !important; margin: 0 !important; display: block; }

/* 1. Ohlasy */
.ole .ole-car { position: relative; border: 1px solid #e3ddec; border-radius: 14px; padding: 26px 64px; text-align: center; min-height: 176px; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.ole .ole-car-stars { color: #8F81BC; letter-spacing: 2px; }
.ole .ole-car-txt { font-size: 18px; font-style: italic; margin: 6px 0 8px; transition: opacity .35s ease; }
.ole .ole-car-who { font-size: 13px; color: #666; transition: opacity .35s ease; }
.ole .ole-car.ole-fade .ole-car-txt, .ole .ole-car.ole-fade .ole-car-who { opacity: 0; }
.ole .ole-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e3ddec; background: #fff; color: #5c4a8a; font-size: 22px; line-height: 38px; text-align: center; cursor: pointer; user-select: none; }
.ole .ole-arrow:hover { border-color: #8F81BC; }
.ole .ole-arrow-l { left: 12px; } .ole .ole-arrow-r { right: 12px; }

/* 2. Destilace: fotka vlevo, text vpravo, tři fotky se prolínají */
.ole .ole-row { display: grid; grid-template-columns: 300px 1fr; gap: 24px; align-items: center; }
.ole .ole-row > div { min-width: 0; }
.ole .ole-fade3 { position: relative; width: 300px; height: 300px; }
.ole .ole-fade3 > * { position: absolute !important; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; border-radius: 14px; margin: 0 !important; opacity: 0; transition: opacity 1s ease; }
.ole .ole-fade3 > :first-child, .ole .ole-fade3 > .ole-on { opacity: 1; }
.ole .ole-fade3.ole-js > :first-child { opacity: 0; }
.ole .ole-fade3.ole-js > .ole-on { opacity: 1; }
.ole .ole-dots { display: flex; justify-content: center; gap: 8px; margin-top: 10px; }
.ole .ole-dots i { width: 8px; height: 8px; border-radius: 50%; background: #e3ddec; transition: background .6s ease; }
.ole .ole-dots i.ole-on { background: #8F81BC; }

/* 3. Kdy ho použijete: lahvička uprostřed, pět rámečků vlevo a pět vpravo */
.ole .ole-burst { position: relative; border-radius: 14px; padding: 28px 24px; overflow: hidden; border: 1px solid #e3ddec; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: radial-gradient(ellipse 20% 34% at 50% 50%, #fcd9e8 0%, rgba(249,147,187,.16) 45%, rgba(249,147,187,0) 100%),
              radial-gradient(ellipse 62% 70% at 50% 50%, #e6ddf4 0%, #efe9f7 45%, #fbf9fd 100%); }
.ole .ole-rays { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ole .ole-rays line { stroke: #d6cce8; stroke-width: 1; transition: stroke .8s ease, stroke-width .8s ease; }
.ole .ole-rays circle { fill: #d6cce8; transition: fill .8s ease; }
.ole .ole-rays .ole-on line { stroke: #8F81BC; stroke-width: 1.6; }
.ole .ole-rays .ole-on circle { fill: #F993BB; }
.ole .ole-urow { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 14px; }
.ole .ole-urow-l { align-items: flex-end; }
.ole .ole-urow-r { align-items: flex-start; }
.ole .ole-u { width: 236px; background: #fff; border: 1px solid #e3ddec; border-radius: 14px; padding: 10px 14px; text-align: left; color: #222; cursor: pointer; box-shadow: 0 2px 8px rgba(92,74,138,.05);
  display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; align-items: center;
  transition: border-color .8s ease, box-shadow .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.ole .ole-u .ole-u-ico { grid-row: span 2; width: 44px !important; height: 44px !important; margin: 0 !important; }
.ole .ole-u strong, .ole .ole-u b { font-size: 14px; line-height: 1.3; color: #5c4a8a; }
.ole .ole-u span { font-size: 13px; line-height: 1.35; color: #6f6680; }
.ole .ole-u.ole-on { border-color: #8F81BC; transform: scale(1.06); box-shadow: 0 10px 26px rgba(92,74,138,.16), 0 0 0 4px rgba(249,147,187,.18); }
.ole .ole-urow-l .ole-u:nth-child(2), .ole .ole-urow-l .ole-u:nth-child(4) { margin-right: 72px; }
.ole .ole-urow-l .ole-u:nth-child(3) { margin-right: 36px; }
.ole .ole-urow-r .ole-u:nth-child(2), .ole .ole-urow-r .ole-u:nth-child(4) { margin-left: 72px; }
.ole .ole-urow-r .ole-u:nth-child(3) { margin-left: 36px; }
.ole .ole-core { position: relative; z-index: 2; width: 105px; margin: 0 48px; }
.ole .ole-core img { display: block; width: 100% !important; height: auto !important; margin: 0 !important; filter: drop-shadow(0 16px 18px rgba(60,40,100,.24)); }
.ole .ole-core .ole-ph-bottle { height: 300px; padding: 10px; font-size: 12px; }

/* 4. Co umí: růžové rámečky */
.ole .ole-g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.ole .ole-boxes .ole-box { background: #fff; border: 1px solid #e3ddec; border-radius: 14px; padding: 18px 20px; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.ole .ole-boxes .ole-box:hover { transform: scale(1.05); box-shadow: 0 10px 26px rgba(92,74,138,.14); }
.ole .ole-boxes.ole-boxes-pink .ole-box { background: #fdebf2; border: 0; border-top: 3px solid #F993BB; }

/* 5. Z pole do lahvičky: fotka a rámeček */
.ole .ole-inside > div { display: flex; flex-direction: column; }
.ole .ole-inside .ole-ph, .ole .ole-inside .ole-img { aspect-ratio: 4 / 3; position: relative; z-index: 1; }
.ole .ole-box-p { background: #f8f5fc; border-radius: 0 0 14px 14px; padding: 28px 18px 16px; margin-top: -14px; flex: 1; }
.ole .ole-box-p.ole-box-p2 { background: #efe9f7; }
.ole .ole-box-p.ole-box-p2 h3 { color: #5c4a8a !important; }

/* 6. Lékařská, nebo Grosso */
.ole .ole-twins { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.ole .ole-twin { background: #fff; border: 1px solid #e3ddec; border-top: 4px solid #8F81BC; border-radius: 14px; padding: 20px 22px; display: flex; flex-direction: column; }
.ole .ole-twin-g { border-top-color: #4a3a72; }
.ole .ole-twin-tag { align-self: flex-start; font-size: 12px; font-weight: 600; color: #5c4a8a; background: #efe9f7; border-radius: 999px; padding: 3px 12px; margin-bottom: 10px; }
.ole .ole-twin-g .ole-twin-tag { background: #4a3a72; color: #fff; }
.ole .ole-twin h3 { font-size: 20px !important; margin-bottom: 2px !important; }
.ole .ole-twin-g h3 { color: #4a3a72 !important; }
.ole .ole-twin-sub { font-size: 14px; color: #6f6680; margin: 0 0 12px !important; }
.ole .ole-twin ul { list-style: none !important; margin: 0 0 18px !important; padding: 0 !important; }
.ole .ole-twin li { position: relative; padding-left: 20px !important; margin: 0 0 8px !important; font-size: 15px; line-height: 1.5; list-style: none !important; }
.ole .ole-twin li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: #8F81BC; }
.ole .ole-twin-g li::before { background: #4a3a72; }
.ole .ole-twin-price { margin-top: auto !important; font-size: 14px; color: #6f6680; padding: 13px 0 0; }
.ole .ole-twin .ole-btn { margin-top: auto; align-self: flex-start; }
.ole .ole-twin-g .ole-btn { background: #4a3a72; }
.ole .ole-twin-g .ole-btn:hover { background: #3a2c5c; }

/* Tlačítka */
.ole .ole-btn { display: inline-block; background: #5c4a8a; color: #fff !important; text-decoration: none !important; font-weight: 700; padding: 13px 24px; border-radius: 999px; }
.ole .ole-btn:hover { background: #4a3a72; }

/* 7. Doplňky: dvě kompaktní karty vedle sebe, fotka na boku */
.ole .ole-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.ole .ole-card { display: grid; grid-template-columns: 150px 1fr; gap: 0 20px; align-items: center; }
.ole .ole-card > .ole-ph, .ole .ole-card > img { width: 150px !important; height: 150px !important; object-fit: cover !important; border-radius: 14px; margin: 0 !important; grid-row: span 3; font-size: 12px; }
.ole .ole-card h2 { margin-bottom: 6px !important; align-self: end; }
.ole .ole-card p { margin-bottom: 12px !important; font-size: 15px; align-self: end; }
.ole .ole-card .ole-btn { padding: 11px 20px; font-size: 14px; justify-self: start; align-self: start; }

/* 9. FAQ ve dvou samostatných sloupcích */
.ole .ole-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; align-items: start; }
.ole .ole-q { border-top: 1px solid #e3ddec; padding: 12px 0; }
.ole .ole-q summary { cursor: pointer; font-weight: 700; font-size: 17px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ole .ole-q summary::-webkit-details-marker { display: none; }
.ole .ole-q summary::after { content: "+"; font-weight: 400; color: #7c5496; font-size: 24px; line-height: 1; transition: transform .3s ease; flex: 0 0 auto; }
.ole .ole-q[open] summary::after { transform: rotate(45deg); }
.ole .ole-q p { margin: 10px 0 0 !important; }

/* 10. Složení */
.ole .ole-comp p { font-size: 15px; line-height: 1.8; }

/* Plovoucí tlačítko */
.ole-sticky { position: fixed; left: 24px; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); z-index: 900; background: #5c4a8a; color: #fff !important; text-decoration: none !important; font-weight: 700; font-size: 15px; padding: 14px 22px; border-radius: 999px; box-shadow: 0 8px 24px rgba(60,40,100,.28); opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.ole-sticky.ole-sticky-on { opacity: 1; transform: none; pointer-events: auto; }
.ole-sticky:hover { background: #4a3a72; }

/* Vyplavání bloků */
.ole .ole-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.ole .ole-reveal.ole-in { opacity: 1; transform: none; }

/* ================= MOBIL ================= */
@media (max-width: 760px) {
  .ole-top .ole-icons { grid-template-columns: repeat(3, 1fr); font-size: 12px; }
  .ole-top .ole-icons li { flex-direction: column; text-align: center; gap: 4px; }
  .ole-top .ole-icons img { width: 40px !important; height: 40px !important; flex-basis: 40px; }
  .ole h2 { font-size: 23px !important; }
  .ole .ole-div { margin: 26px 0; }
  .ole .ole-panel, .ole .ole-pink { padding: 16px; }
  .ole .ole-g3 { grid-template-columns: 1fr; gap: 12px; }
  .ole .ole-row { grid-template-columns: 1fr; gap: 14px; }
  .ole .ole-fade3 { width: 100%; height: auto; aspect-ratio: 4 / 3; }
  .ole .ole-car { padding: 22px 48px; }
  .ole .ole-car-txt { font-size: 16px; }
  .ole .ole-burst { padding: 12px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto; grid-auto-rows: 1fr; gap: 10px;
    background: radial-gradient(ellipse 80% 22% at 50% 14%, #fde3ee 0%, rgba(249,147,187,0) 100%), linear-gradient(#efe9f7, #fbf9fd); }
  .ole .ole-rays { display: none; }
  .ole .ole-urow { display: contents; }
  .ole .ole-core { grid-column: 1 / -1; order: -1; margin: 4px auto 8px; width: 80px; }
  .ole .ole-core .ole-ph-bottle { height: 180px; }
  .ole .ole-urow .ole-u { margin: 0 !important; width: auto; min-width: 0; height: 100%; padding: 10px 12px; grid-template-columns: 1fr; align-content: start; align-items: start; }
  .ole .ole-u strong, .ole .ole-u b, .ole .ole-u span { overflow-wrap: break-word; hyphens: auto; }
  .ole .ole-u strong, .ole .ole-u b { font-size: 14px; }
  .ole .ole-u span { font-size: 12.5px; }
  .ole .ole-u .ole-u-ico { width: 40px !important; height: 40px !important; }
  .ole .ole-u .ole-u-ico { grid-row: auto; margin-bottom: 4px !important; }
  .ole .ole-u.ole-on { transform: none; }
  .ole .ole-twins, .ole .ole-pair { grid-template-columns: 1fr; gap: 12px; }
  .ole .ole-card { grid-template-columns: 96px minmax(0, 1fr); gap: 0 14px; }
  .ole .ole-card > .ole-ph, .ole .ole-card > img { width: 96px !important; height: 96px !important; grid-row: span 2; }
  .ole .ole-card .ole-btn { grid-column: 1 / -1; justify-self: stretch; text-align: center; margin-top: 14px; }
  .ole .ole-faq-grid { grid-template-columns: 1fr; }
  .ole-sticky { left: 16px; right: 16px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .ole *, .ole-sticky { transition: none !important; }
  .ole .ole-reveal { opacity: 1; transform: none; }
}
