/* eNovoročenky editorial layer. Deliberately scoped to the independent store. */
body.wooshop-christmas { --enov-ink:#183f33; --enov-red:#c62828; --enov-line:#dfe5df; color:var(--enov-ink); background:#ffffff; }
body.wooshop-christmas::before { display:none; }
.wooshop-christmas .home-main { max-width:1440px; margin:0 auto; padding:24px 40px 0; }
.wooshop-christmas .enov-eyebrow { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.7px; line-height:1.6; margin:0 0 18px; }
.wooshop-christmas .enov-hero { display:grid; grid-template-columns:1.06fr 1fr; min-height:520px; background:#f3f5f0; overflow:hidden; }
.wooshop-christmas .enov-hero__copy { padding:60px 40px 42px 48px; align-self:center; }
.wooshop-christmas .enov-hero h1 { font-family:Georgia,'Times New Roman',serif; font-weight:400; font-size:clamp(42px,4.4vw,64px); letter-spacing:-2px; line-height:1.09; margin:0 0 24px; color:var(--enov-ink); }
.wooshop-christmas .enov-hero h1 em { color:var(--enov-red); font-weight:400; }
.wooshop-christmas .enov-hero__copy > p:not(.enov-eyebrow) { max-width:440px; font-size:16px; line-height:1.8; color:#4c5d54; margin:0 0 28px; }
.wooshop-christmas .enov-actions { display:flex; flex-wrap:wrap; align-items:center; gap:20px; }
.wooshop-christmas .enov-button { display:inline-flex; align-items:center; justify-content:space-between; gap:20px; min-height:50px; padding:14px 21px; border:1px solid var(--enov-red); background:var(--enov-red); color:white; font-weight:650; font-size:14px; text-decoration:none; border-radius:3px; line-height:1.5; }
.wooshop-christmas .enov-button:hover { background:#a32121; border-color:#a32121; color:white; }
.wooshop-christmas .enov-text-link { display:inline-block; color:var(--enov-ink); font-size:14px; font-weight:650; text-underline-offset:6px; text-decoration:underline; text-decoration-thickness:1px; }
.wooshop-christmas .enov-hero__note { margin-top:36px; font-size:12px; display:flex; align-items:center; gap:10px; color:#526357; }
.wooshop-christmas .enov-hero__note span { font-size:26px; color:var(--enov-red); }
.wooshop-christmas .enov-hero__photo { margin:0; position:relative; min-width:0; }
.wooshop-christmas .enov-hero__photo > img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }
.wooshop-christmas .enov-hero__photo figcaption { position:absolute; right:24px; bottom:24px; background:#fff; padding:18px 22px; box-shadow:0 6px 30px #183f3310; transform:rotate(-3deg); }
.wooshop-christmas .enov-hero__photo figcaption span { display:block; font-size:11px; margin-bottom:6px; }
.wooshop-christmas .enov-hero__photo figcaption b { font:italic 24px Georgia,serif; }
.wooshop-christmas .enov-quick-links { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px 20px; padding:22px 0; border-bottom:1px solid var(--enov-line); font-size:13px; }
.wooshop-christmas .enov-quick-links > span { color:#68776e; }
.wooshop-christmas .enov-quick-links a { color:var(--enov-ink); text-decoration:none; padding:6px 0; }
.wooshop-christmas .enov-quick-links a:hover { color:var(--enov-red); }
.wooshop-christmas .enov-section { margin:80px 0; }
.wooshop-christmas .enov-section h2, .wooshop-christmas .enov-support h2 { font:400 clamp(30px,3vw,44px)/1.15 Georgia,serif; letter-spacing:-.9px; color:var(--enov-ink); margin:0 0 22px; }
.wooshop-christmas .enov-section-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:30px; }
.wooshop-christmas .enov-section-heading h2 { margin-bottom:0; }
.wooshop-christmas .enov-section-heading .enov-text-link { flex-shrink:0; margin-bottom:7px; }
.wooshop-christmas .enov-products .product-grid { gap:22px; }
.wooshop-christmas .enov-products .product-card { position:relative; border:0; padding:0; background:transparent; box-shadow:none; color:var(--enov-ink); border-radius:0; }
.wooshop-christmas .enov-products .product-card__media { aspect-ratio:1/1; background:#f5f5f1; border:1px solid #edf0eb; border-radius:3px; padding:14px; }
.wooshop-christmas .enov-products .product-card__media img { mix-blend-mode:multiply; transition:transform .2s ease; object-fit:contain; width:100%; height:100%; }
.wooshop-christmas .enov-products .product-card:hover img { transform:scale(1.035); }
.wooshop-christmas .enov-products h3 { font-weight:650; font-family:inherit; font-size:15px; line-height:1.5; margin:16px 0 8px; }
.wooshop-christmas .enov-products .price { text-align:left; margin:0 0 10px; font-size:15px; color:var(--enov-ink); }
.wooshop-christmas .enov-product-note { display:flex; justify-content:space-between; font-size:11px; color:#65736a; border-top:1px solid var(--enov-line); padding-top:12px; }
.wooshop-christmas .enov-benefits { max-width:1360px; margin:40px auto; padding:30px 0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; border-block:1px solid var(--enov-line); }
.wooshop-christmas .enov-benefits article { display:flex; gap:13px; }
.wooshop-christmas .enov-benefits article > span { font:italic 20px Georgia,serif; color:#8c7350; }
.wooshop-christmas .enov-benefits h2 { font-family:inherit; font-size:14px; font-weight:700; margin:0 0 9px; line-height:1.5; }
.wooshop-christmas .enov-benefits p { margin:0; font-size:12px; line-height:1.8; color:#607064; }
.wooshop-christmas .enov-digital { display:grid; grid-template-columns:1fr .9fr; background:var(--enov-ink); padding:56px 60px; gap:70px; color:white; align-items:center; overflow:hidden; }
.wooshop-christmas .enov-digital h2 { color:#fff; }
.wooshop-christmas .enov-digital p:not(.enov-eyebrow) { color:#e0e7e1; font-size:14px; line-height:1.8; }
.wooshop-christmas .enov-digital .enov-eyebrow { color:#d8c8a9; }
.wooshop-christmas .enov-button--light { background:#fff; border-color:#fff; color:var(--enov-ink); margin-top:14px; }
.wooshop-christmas .enov-digital small { display:block; font-size:11px; line-height:1.7; margin-top:14px; color:#d0dbd3; }
.wooshop-christmas .enov-email { transform:rotate(5deg); padding:16px; border-radius:10px; background:#fff; box-shadow:0 20px 40px #061a1760; color:var(--enov-ink); }
.wooshop-christmas .enov-email > span { font-size:11px; display:flex; justify-content:space-between; padding:2px 0 16px; }
.wooshop-christmas .enov-email-card { text-align:center; padding:26px 18px; background:#f3f0e6; border:1px solid #e4ddc8; }
.wooshop-christmas .enov-email-card > span { color:var(--enov-red); display:block; font-size:54px; line-height:1; }
.wooshop-christmas .enov-email-card small { color:#667461; font-size:9px; letter-spacing:1px; text-transform:uppercase; }
.wooshop-christmas .enov-email-card b { display:block; font:400 29px/1.3 Georgia,serif; margin:16px 0; }
.wooshop-christmas .enov-email-card em { font-size:10px; font-style:normal; }
.wooshop-christmas .enov-email > p { color:#57655a!important; font-size:10px!important; padding:5px 0 0; margin-bottom:0; }
.wooshop-christmas .enov-accessory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.wooshop-christmas .enov-accessory-grid > a { display:grid; grid-template-columns:1fr 24px; color:var(--enov-ink); text-decoration:none; }
.wooshop-christmas .enov-accessory-image { grid-column:1/-1; aspect-ratio:1.45; background:#f1f1eb; overflow:hidden; margin-bottom:18px; }
.wooshop-christmas .enov-accessory-image img { width:100%; height:100%; object-fit:cover; }
.wooshop-christmas .enov-accessory-grid > a:first-child img { object-fit:contain; mix-blend-mode:multiply; }
.wooshop-christmas .enov-accessory-grid h3 { font-size:19px; margin:0 0 8px; font-weight:600; }
.wooshop-christmas .enov-accessory-grid p { font-size:13px; color:#647267; margin:0; }
.wooshop-christmas .enov-stickers { display:grid; place-items:center; background:#e8ecdf; }
.wooshop-christmas .enov-stickers > span { width:165px; height:165px; display:flex; flex-direction:column; justify-content:center; text-align:center; background:#fffdf6; box-shadow:8px 12px 0 #ced7c4; border-radius:50%; transform:rotate(-12deg); font:italic 24px Georgia,serif; }
.wooshop-christmas .enov-stickers b { font-style:normal; color:var(--enov-red); font-size:48px; }
.wooshop-christmas .enov-stickers em { font-size:13px; }
.wooshop-christmas .enov-materials { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.wooshop-christmas .enov-materials > img { width:100%; aspect-ratio:1.15; object-fit:cover; }
.wooshop-christmas .enov-materials p:not(.enov-eyebrow), .wooshop-christmas .enov-story p:not(.enov-eyebrow) { font-size:15px; line-height:1.9; color:#596b5f; }
.wooshop-christmas .enov-paper-tags { display:flex; flex-wrap:wrap; gap:8px; margin:25px 0 16px; }
.wooshop-christmas .enov-paper-tags span { padding:9px 13px; border:1px solid #d8dfd3; font-size:12px; }
.wooshop-christmas .enov-materials small { display:block; color:#657364; font-size:11px; line-height:1.7; margin-bottom:25px; }
.wooshop-christmas .enov-process { border-block:1px solid var(--enov-line); padding:50px 0; }
.wooshop-christmas .enov-process ol { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:32px; padding:18px 0 0; list-style:none; margin:0; }
.wooshop-christmas .enov-process li > span { font:italic 36px Georgia,serif; color:var(--enov-red); }
.wooshop-christmas .enov-process h3 { font-size:16px; margin:18px 0 10px; }
.wooshop-christmas .enov-process li p { color:#627163; font-size:13px; line-height:1.8; }
.wooshop-christmas .enov-story { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.wooshop-christmas .enov-story img { width:100%; aspect-ratio:1.5; object-fit:cover; }
.wooshop-christmas .enov-faq { display:grid; grid-template-columns:1fr 1.45fr; gap:64px; }
.wooshop-christmas .enov-faq details { border-bottom:1px solid var(--enov-line); }
.wooshop-christmas .enov-faq summary { cursor:pointer; padding:20px 25px 20px 0; font-size:14px; font-weight:650; line-height:1.6; }
.wooshop-christmas .enov-faq details p { color:#596b5f; font-size:14px; line-height:1.8; margin:0 0 24px; }
.wooshop-christmas .enov-support { background:#f3f5f0; display:flex; justify-content:space-between; gap:40px; align-items:center; margin:70px auto 0; padding:45px max(40px,calc((100vw - 1280px)/2)); }
.wooshop-christmas .enov-support h2 { font-size:33px; }
.wooshop-christmas .enov-support p:not(.enov-eyebrow) { font-size:14px; color:#627163; }
.wooshop-christmas .enov-support > div:last-child { flex-shrink:0; }
.wooshop-christmas .enov-support a { display:flex; justify-content:space-between; gap:30px; font-size:19px; color:var(--enov-ink); text-decoration:none; line-height:2.1; }
.wooshop-christmas .enov-support small { font-size:11px; color:#617165; }
.wooshop-christmas .enov-footer { max-width:1360px; margin:0 auto; padding:60px 40px 24px; }
.wooshop-christmas .enov-footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1.2fr; gap:40px; }
.wooshop-christmas .enov-footer-brand img { width:230px; height:auto; max-width:100%; }
.wooshop-christmas .enov-footer p { color:#617165; font-size:13px; line-height:1.9; }
.wooshop-christmas .enov-footer h2 { font-size:14px; margin:0 0 18px; font-weight:700; }
.wooshop-christmas .enov-footer nav > a { display:block; font-size:12px; line-height:2.2; color:#526657; text-decoration:none; }
.wooshop-christmas .enov-footer nav > a:hover { text-decoration:underline; }
.wooshop-christmas .enov-footer small { font-size:10px; color:#617165; }
.wooshop-christmas .enov-footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid var(--enov-line); margin-top:44px; padding-top:22px; font-size:10px; color:#687567; }
.wooshop-christmas .enov-footer-bottom nav { display:flex; flex-wrap:wrap; gap:20px; }
.wooshop-christmas .enov-footer-bottom nav a { font-size:10px; }
.wooshop-christmas .enov-info { max-width:900px; margin:auto; }
.wooshop-christmas .enov-info .enov-lead { font:400 25px/1.5 Georgia,serif; color:var(--enov-ink); }
.wooshop-christmas .enov-info h2 { font:400 30px/1.3 Georgia,serif; margin-top:38px; }
.wooshop-christmas .enov-info p, .wooshop-christmas .enov-info li { line-height:1.9; }
.wooshop-christmas :is(.enov-footer,.enov-section,.enov-hero,.enov-quick-links,.enov-support) a:focus-visible, .wooshop-christmas .enov-faq summary:focus-visible { outline:3px solid #b8954d; outline-offset:5px; }
@media (max-width:1100px) {
 .wooshop-christmas .home-main { padding:20px 24px 0; }
 .wooshop-christmas .enov-hero__copy { padding:40px 28px; }
 .wooshop-christmas .enov-hero { min-height:470px; }
 .wooshop-christmas .enov-hero h1 { font-size:46px; }
 .wooshop-christmas .enov-digital { padding:42px 36px; gap:40px; }
 .wooshop-christmas .enov-materials,.wooshop-christmas .enov-story { gap:40px; }
 .wooshop-christmas .enov-benefits { margin-inline:24px; gap:20px; }
 .wooshop-christmas .enov-footer-grid { gap:24px; }
}
@media (max-width:760px) {
 .wooshop-christmas .home-main { padding:12px 16px 0; }
 .wooshop-christmas .enov-hero { grid-template-columns:1fr; }
 .wooshop-christmas .enov-hero__copy { padding:32px 24px; }
 .wooshop-christmas .enov-hero h1 { font-size:44px; letter-spacing:-1.7px; }
 .wooshop-christmas .enov-hero__copy > p:not(.enov-eyebrow) { font-size:14px; }
 .wooshop-christmas .enov-hero__note { margin-top:20px; font-size:11px; }
 .wooshop-christmas .enov-hero__photo { height:300px; }
 .wooshop-christmas .enov-hero__photo > img { object-position:center 44%; }
 .wooshop-christmas .enov-hero__photo figcaption { right:18px; bottom:18px; padding:14px 17px; }
 .wooshop-christmas .enov-quick-links { display:grid; grid-template-columns:1fr 1fr; gap:6px 12px; font-size:11px; }
 .wooshop-christmas .enov-quick-links > span { grid-column:1/-1; margin-bottom:6px; }
 .wooshop-christmas .enov-section { margin:48px 0; }
 .wooshop-christmas .enov-section-heading { display:block; }
 .wooshop-christmas .enov-section-heading .enov-text-link { margin-top:18px; }
 .wooshop-christmas .enov-eyebrow { font-size:10px; letter-spacing:1.3px; }
 .wooshop-christmas .enov-products .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px 14px; }
 .wooshop-christmas .enov-products h3 { font-size:13px; }
 .wooshop-christmas .enov-product-note { font-size:10px; }
 .wooshop-christmas .enov-benefits { grid-template-columns:1fr 1fr; gap:25px 18px; margin:30px 16px; }
 .wooshop-christmas .enov-benefits article { display:block; }
 .wooshop-christmas .enov-benefits article > span { display:block; margin-bottom:12px; }
 .wooshop-christmas .enov-digital { grid-template-columns:1fr; padding:32px 24px; gap:32px; }
 .wooshop-christmas .enov-email { max-width:350px; margin:0 auto 8px; transform:rotate(3deg); }
 .wooshop-christmas .enov-accessory-grid { grid-template-columns:1fr; gap:30px; }
 .wooshop-christmas .enov-accessory-image { aspect-ratio:1.65; }
 .wooshop-christmas .enov-materials,.wooshop-christmas .enov-story,.wooshop-christmas .enov-faq { grid-template-columns:1fr; gap:28px; }
 .wooshop-christmas .enov-process { padding:32px 0; }
 .wooshop-christmas .enov-process ol { grid-template-columns:1fr 1fr; gap:24px; }
 .wooshop-christmas .enov-process h3 { font-size:14px; }
 .wooshop-christmas .enov-support { display:block; padding:32px 24px; margin-top:48px; }
 .wooshop-christmas .enov-support > div:last-child { margin-top:28px; }
 .wooshop-christmas .enov-support a { max-width:330px; font-size:18px; }
 .wooshop-christmas .enov-footer { padding:40px 24px 24px; }
 .wooshop-christmas .enov-footer-grid { grid-template-columns:1fr 1fr; gap:35px 24px; }
 .wooshop-christmas .enov-footer-brand { grid-column:1/-1; }
 .wooshop-christmas .enov-footer-bottom { display:block; }
 .wooshop-christmas .enov-footer-bottom nav { margin-top:14px; gap:12px; }
}
@media (prefers-reduced-motion: reduce) { .wooshop-christmas .enov-products .product-card__media img { transition:none; } }
/* Anchor targets must clear the existing sticky category header. */
.wooshop-christmas #elektronicke-pf { scroll-margin-top:160px; }
@media (max-width:760px) { .wooshop-christmas #elektronicke-pf { scroll-margin-top:90px; } }
/* Homepage: one large rotating banner and two stacked static banners. */
.wooshop-christmas .enov-banner-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(0,1fr); gap:20px; }
.wooshop-christmas .enov-main-slider { height:480px; aspect-ratio:auto; background:#f3f5f0; }
.wooshop-christmas .enov-banner-slide { color:var(--enov-ink); text-decoration:none; background:#f3f5f0; }
.wooshop-christmas .enov-banner-copy { position:relative; z-index:2; width:62%; padding:44px 26px 64px 36px; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.wooshop-christmas .enov-banner-copy h2 { font:400 clamp(32px,3.1vw,46px)/1.1 Georgia,serif; letter-spacing:-1.4px; margin:0 0 22px; color:var(--enov-ink); }
.wooshop-christmas .enov-banner-copy h2 em { color:var(--enov-red); }
.wooshop-christmas .enov-banner-copy > p:not(.enov-eyebrow) { font-size:14px; line-height:1.8; margin:0 0 24px; color:#526357; max-width:320px; }
.wooshop-christmas .enov-banner-copy .enov-eyebrow { font-size:9px; letter-spacing:1.4px; }
.wooshop-christmas .enov-banner-cta { display:inline-flex; align-items:center; gap:18px; padding:13px 17px; background:var(--enov-red); color:#fff; border-radius:3px; font-size:13px; font-weight:650; }
.wooshop-christmas .enov-banner-copy small { font-size:10px; margin-top:16px; color:#617165; }
.wooshop-christmas .enov-banner-slide .enov-banner-photo { left:auto; right:0; width:40%; object-fit:cover; object-position:center; }
.wooshop-christmas .enov-main-slider .hero-slider__control { top:auto; bottom:18px; transform:none; width:32px; height:32px; font-size:22px; box-shadow:none; }
.wooshop-christmas .enov-main-slider .hero-slider__control--prev { left:auto; right:58px; }
.wooshop-christmas .enov-main-slider .hero-slider__control--next { right:18px; }
.wooshop-christmas .enov-main-slider .hero-slider__dots { left:30px; bottom:20px; transform:none; background:transparent; }
.wooshop-christmas .enov-main-slider .hero-slider__dot { border-color:var(--enov-ink); }
.wooshop-christmas .enov-main-slider .hero-slider__dot.is-active { background:var(--enov-ink); }
.wooshop-christmas .enov-side-banners { display:grid; grid-template-rows:1fr 1fr; gap:20px; min-width:0; }
.wooshop-christmas .enov-side-banner { position:relative; display:flex; align-items:center; padding:26px; overflow:hidden; text-decoration:none; }
.wooshop-christmas .enov-side-banner > div { position:relative; z-index:2; }
.wooshop-christmas .enov-side-banner .enov-eyebrow { font-size:8px; letter-spacing:1.2px; margin-bottom:14px; }
.wooshop-christmas .enov-side-banner h2 { font:400 clamp(25px,2.5vw,34px)/1.13 Georgia,serif; letter-spacing:-.6px; margin:0 0 20px; }
.wooshop-christmas .enov-side-banner div > span { font-size:11px; font-weight:650; text-decoration:underline; text-underline-offset:5px; }
.wooshop-christmas .enov-side-banner--digital { background:var(--enov-ink); color:#fff; }
.wooshop-christmas .enov-side-banner--digital h2 { color:#fff; }
.wooshop-christmas .enov-side-mail { position:absolute; right:18px; bottom:28px; font:italic 100px Georgia,serif; color:#c5d2c5; opacity:.18; transform:rotate(-12deg); }
.wooshop-christmas .enov-side-banner--wine { background:#f3eee5; color:var(--enov-ink); }
.wooshop-christmas .enov-side-banner--wine h2 { color:var(--enov-ink); }
.wooshop-christmas .enov-side-banner--wine > img { position:absolute; right:-8px; bottom:0; width:38%; height:88%; object-fit:contain; mix-blend-mode:multiply; }
.wooshop-christmas .enov-side-banner--wine > div { max-width:75%; }
.wooshop-christmas .enov-banner-grid a:focus-visible { outline:3px solid #b8954d; outline-offset:-4px; }
@media (max-width:1100px) {
 .wooshop-christmas .enov-main-slider { height:460px; }
 .wooshop-christmas .enov-banner-copy { padding:30px 18px 60px 26px; width:65%; }
 .wooshop-christmas .enov-banner-copy h2 { font-size:35px; }
 .wooshop-christmas .enov-banner-slide .enov-banner-photo { width:37%; }
 .wooshop-christmas .enov-side-banner { padding:22px; }
 .wooshop-christmas .enov-side-banner h2 { font-size:27px; }
}
@media (max-width:760px) {
 .wooshop-christmas .enov-banner-grid { grid-template-columns:1fr; gap:14px; }
 .wooshop-christmas .enov-main-slider { height:430px; }
 .wooshop-christmas .enov-banner-copy { width:69%; padding:28px 16px 62px 22px; }
 .wooshop-christmas .enov-banner-copy h2 { font-size:34px; letter-spacing:-1px; }
 .wooshop-christmas .enov-banner-copy > p:not(.enov-eyebrow) { font-size:12px; }
 .wooshop-christmas .enov-banner-cta { font-size:11px; padding:12px; gap:10px; }
 .wooshop-christmas .enov-banner-slide .enov-banner-photo { width:33%; }
 .wooshop-christmas .enov-side-banners { grid-template-columns:1fr 1fr; grid-template-rows:auto; gap:14px; }
 .wooshop-christmas .enov-side-banner { padding:20px 14px; min-height:200px; }
 .wooshop-christmas .enov-side-banner h2 { font-size:24px; }
 .wooshop-christmas .enov-side-banner div > span { font-size:10px; line-height:1.6; display:block; }
 .wooshop-christmas .enov-side-banner--wine > div { max-width:100%; }
 .wooshop-christmas .enov-side-banner--wine > img { opacity:.15; width:60%; }
 .wooshop-christmas .enov-side-mail { font-size:75px; right:5px; bottom:20px; }
}
