
/* WC Flipbook Catalog V9.0 PDF Composer Engine */

.wcfb-pdf-composer-root{
  display:none;
}

@media print{

  /* In Composer mode, print a generated professional PDF flow */
  html.wcfb-composer-print body{
    background:#fff !important;
    margin:0 !important;
    padding:0 !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }

  html.wcfb-composer-print body > *:not(.wcfb-pdf-composer-root){
    display:none !important;
  }

  html.wcfb-composer-print .wcfb-pdf-composer-root{
    display:block !important;
    visibility:visible !important;
    position:static !important;
    width:100% !important;
    height:auto !important;
    background:#fff !important;
  }

  html.wcfb-composer-print .wcfb-pdf-composer-root *{
    visibility:visible !important;
  }

  .wcfb-pdf-composer-page{
    width:297mm !important;
    height:210mm !important;
    min-height:210mm !important;
    max-height:210mm !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    page-break-after:always !important;
    break-after:page !important;
    position:relative !important;
    margin:0 !important;
  }

  .wcfb-pdf-composer-cover{
    background:var(--wcfb-composer-bg,#071426) !important;
    color:#fff !important;
    padding:24mm 28mm !important;
    display:grid !important;
    grid-template-columns:58% 42% !important;
    grid-template-rows:1fr !important;
    gap:0 !important;
    align-items:center !important;
  }

  .wcfb-pdf-composer-cover-content{
    grid-column:1 !important;
    align-self:center !important;
    max-width:138mm !important;
    transform:translateY(10mm);
  }

  .wcfb-pdf-composer-kicker{
    color:var(--wcfb-composer-accent,#ef3340) !important;
    font-weight:900 !important;
    letter-spacing:.45em !important;
    text-transform:uppercase !important;
    font-size:10pt !important;
    margin:0 0 12mm !important;
  }

  .wcfb-pdf-composer-title{
    color:#fff !important;
    font-size:36pt !important;
    line-height:1 !important;
    font-weight:500 !important;
    letter-spacing:-.05em !important;
    margin:0 0 8mm !important;
  }

  .wcfb-pdf-composer-subtitle{
    color:var(--wcfb-composer-gold,#f7b718) !important;
    font-size:18pt !important;
    line-height:1.15 !important;
    font-weight:400 !important;
    margin:0 0 10mm !important;
    max-width:125mm !important;
  }

  .wcfb-pdf-composer-description{
    color:#fff !important;
    font-size:10.5pt !important;
    line-height:1.45 !important;
    max-width:132mm !important;
    margin:0 0 10mm !important;
  }

  .wcfb-pdf-composer-line{
    width:130mm !important;
    height:1.2mm !important;
    background:var(--wcfb-composer-accent,#ef3340) !important;
    margin:0 0 6mm !important;
  }

  .wcfb-pdf-composer-edition{
    color:var(--wcfb-composer-accent,#ef3340) !important;
    font-weight:900 !important;
    letter-spacing:.35em !important;
    font-size:10pt !important;
    text-transform:uppercase !important;
  }

  .wcfb-pdf-composer-cover-media{
    grid-column:2 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
  }

  .wcfb-pdf-composer-cover-media img{
    max-width:78mm !important;
    max-height:78mm !important;
    width:auto !important;
    height:auto !important;
    object-fit:contain !important;
  }

  .wcfb-pdf-composer-content-page{
    background:#f5f0e8 !important;
    color:#071426 !important;
    padding:15mm 18mm !important;
  }

  .wcfb-pdf-composer-products{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10mm !important;
    align-content:start !important;
  }

  .wcfb-pdf-composer-product{
    background:#fff !important;
    border-radius:8mm !important;
    padding:8mm !important;
    min-height:72mm !important;
    max-height:82mm !important;
    overflow:hidden !important;
    display:grid !important;
    grid-template-columns:46% 54% !important;
    gap:7mm !important;
  }

  .wcfb-pdf-composer-product img{
    width:100% !important;
    max-height:60mm !important;
    object-fit:contain !important;
  }

  .wcfb-pdf-composer-product h3{
    font-size:13pt !important;
    line-height:1.15 !important;
    margin:0 0 4mm !important;
    color:#071426 !important;
  }

  .wcfb-pdf-composer-product-price{
    font-size:11pt !important;
    font-weight:900 !important;
    margin:0 0 4mm !important;
  }

  .wcfb-pdf-composer-product p{
    font-size:9pt !important;
    line-height:1.35 !important;
    margin:0 !important;
    max-height:28mm !important;
    overflow:hidden !important;
  }

  @page{
    size:A4 landscape;
    margin:0;
  }
}


/* V9.0.1 PDF Special Pages Engine */
@media print{
  .wcfb-pdf-composer-section-cover{background:#071426!important;color:#fff!important;padding:24mm 28mm!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  .wcfb-pdf-composer-section-kicker,.wcfb-pdf-composer-editorial-kicker,.wcfb-pdf-composer-supplier-kicker,.wcfb-pdf-composer-ad-kicker{color:#ef3340!important;font-size:9pt!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.4em!important;margin-bottom:8mm!important}
  .wcfb-pdf-composer-section-title{color:#fff!important;font-size:42pt!important;line-height:1!important;letter-spacing:-.05em!important;margin:0 0 9mm!important;max-width:190mm!important}
  .wcfb-pdf-composer-section-desc{color:rgba(255,255,255,.84)!important;font-size:13pt!important;line-height:1.45!important;max-width:155mm!important;margin:0 0 12mm!important}
  .wcfb-pdf-composer-section-line{width:150mm!important;height:1.2mm!important;background:#ef3340!important}

  .wcfb-pdf-composer-editorial{background:#f5f0e8!important;color:#071426!important;padding:22mm 28mm!important;display:grid!important;grid-template-columns:52% 48%!important;gap:16mm!important;align-items:center!important}
  .wcfb-pdf-composer-editorial.is-text-only{display:block!important;padding:26mm 34mm!important}
  .wcfb-pdf-composer-editorial-title{color:#071426!important;font-size:34pt!important;line-height:1!important;letter-spacing:-.05em!important;margin:0 0 8mm!important}
  .wcfb-pdf-composer-editorial-content{font-size:12pt!important;line-height:1.55!important;max-height:130mm!important;overflow:hidden!important}
  .wcfb-pdf-composer-editorial-media{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:130mm!important;overflow:hidden!important;border-radius:8mm!important;background:#fff!important}
  .wcfb-pdf-composer-editorial-media img{width:100%!important;height:100%!important;object-fit:cover!important}
  .wcfb-pdf-composer-video-placeholder,.wcfb-pdf-composer-panorama-placeholder{width:100%!important;height:100%!important;background:#071426!important;color:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:15mm!important;box-sizing:border-box!important}
  .wcfb-pdf-composer-video-placeholder strong,.wcfb-pdf-composer-panorama-placeholder strong{font-size:22pt!important;margin-bottom:6mm!important}
  .wcfb-pdf-composer-video-placeholder span,.wcfb-pdf-composer-panorama-placeholder span{font-size:10pt!important;line-height:1.35!important;word-break:break-word!important}

  .wcfb-pdf-composer-supplier{background:#f5f0e8!important;color:#071426!important;padding:24mm 30mm!important;display:grid!important;grid-template-columns:42% 58%!important;gap:18mm!important;align-items:center!important}
  .wcfb-pdf-composer-supplier-media{width:100%!important;height:115mm!important;background:#fff!important;border-radius:10mm!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
  .wcfb-pdf-composer-supplier-media img{max-width:90%!important;max-height:90%!important;object-fit:contain!important}
  .wcfb-pdf-composer-supplier-title{color:#071426!important;font-size:34pt!important;line-height:1!important;letter-spacing:-.05em!important;margin:0 0 7mm!important}
  .wcfb-pdf-composer-supplier-content{font-size:12pt!important;line-height:1.5!important;max-height:80mm!important;overflow:hidden!important}

  .wcfb-pdf-composer-ad{background:#071426!important;color:#fff!important;padding:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important}
  .wcfb-pdf-composer-ad-media{background:#111827!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
  .wcfb-pdf-composer-ad-media img{width:100%!important;height:100%!important;object-fit:cover!important}
  .wcfb-pdf-composer-ad-copy{padding:28mm!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  .wcfb-pdf-composer-ad-title{color:#fff!important;font-size:34pt!important;line-height:1!important;letter-spacing:-.05em!important;margin:0 0 8mm!important}
  .wcfb-pdf-composer-ad-content{color:rgba(255,255,255,.86)!important;font-size:12pt!important;line-height:1.5!important;max-height:75mm!important;overflow:hidden!important}
  .wcfb-pdf-composer-fullbleed{padding:0!important;background:#071426!important}
  .wcfb-pdf-composer-fullbleed img{width:100%!important;height:100%!important;object-fit:cover!important}
}
