/* Start custom CSS for html, class: .elementor-element-199e77c *//* Force Poppins font across all Vapecity24 content blocks */ .body-col, .body-col *, .category-description, .category-description *, .category-additional-description, .category-additional-description *, #category-description, #category-description *, .cms-block, .cms-block *, details.hero-clamp, details.hero-clamp *, .related-faq, .related-faq *, .faq-list, .faq-list *, .related-blog, .related-blog * { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; }/**//* COLUMNS F + H — Body text styling Targets PrestaShop description containers AND optional .body-col wrapper. Works whether or not the body-2col wrapper is in place. */ /* Generic .elementor-59200101 .elementor-element.elementor-element-199e77cs that catch all common PrestaShop description containers */ .category-description h2, .category-additional-description h2, #category-description h2, .cms-block h2, .body-col h2 { color: #111 !important; font-weight: 700 !important; margin-top: 2.25rem !important; margin-bottom: 1rem !important; }/**/.category-description h3, .category-additional-description h3, #category-description h3, .cms-block h3, .body-col h3 { color: #111 !important; font-weight: 700 !important; margin-top: 1.75rem !important; margin-bottom: 0.75rem !important; }/**/.category-description h4, .category-additional-description h4, #category-description h4, .cms-block h4, .body-col h4 { color: #111 !important; font-weight: 600 !important; margin-top: 1.25rem !important; margin-bottom: 0.5rem !important; font-size: 1.05rem; }/**//* No top margin on first heading in a section */ .category-description h2:first-child, .category-additional-description h2:first-child, #category-description h2:first-child, .cms-block h2:first-child, .body-col h2:first-child, section > h2:first-child { margin-top: 0 !important; }/**//* Paragraph styling - softer color, comfortable line-height */ .category-description p, .category-additional-description p, #category-description p, .cms-block p, .body-col p { color: #555 !important; line-height: 1.7 !important; font-size: 1rem; margin: 0 0 1.25rem 0 !important; }/**//* Lists - tighter spacing, brand orange bullets */ .category-description ul, .category-description ol, .category-additional-description ul, .category-additional-description ol, #category-description ul, #category-description ol, .cms-block ul, .cms-block ol, .body-col ul, .body-col ol { margin: 0.75rem 0 1.75rem 0 !important; padding-left: 0 !important; list-style: none !important; }/**/.category-description ul li, .category-description ol li, .category-additional-description ul li, .category-additional-description ol li, #category-description ul li, #category-description ol li, .cms-block ul li, .cms-block ol li, .body-col ul li, .body-col ol li { position: relative; padding-left: 1.5rem; margin-bottom: 0.5rem; color: #555; line-height: 1.6; }/**/.category-description ul li::before, .category-additional-description ul li::before, #category-description ul li::before, .cms-block ul li::before, .body-col ul li::before { content: "▸"; position: absolute; left: 0; top: 0; color: #ff6a00; font-weight: 700; font-size: 1rem; line-height: 1.6; }/**/.category-description ol, .category-additional-description ol, #category-description ol, .cms-block ol, .body-col ol { counter-reset: list-counter; }/**/.category-description ol li, .category-additional-description ol li, #category-description ol li, .cms-block ol li, .body-col ol li { counter-increment: list-counter; }/**/.category-description ol li::before, .category-additional-description ol li::before, #category-description ol li::before, .cms-block ol li::before, .body-col ol li::before { content: counter(list-counter) "."; position: absolute; left: 0; top: 0; color: #ff6a00; font-weight: 700; font-size: 1rem; line-height: 1.6; }/**//* Links inside body text — brand orange, no underline by default */ .category-description a, .category-additional-description a, #category-description a, .cms-block a, .body-col a { color: #ff6a00 !important; text-decoration: none; font-weight: 500; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; }/**/.category-description a:hover, .category-additional-description a:hover, #category-description a:hover, .cms-block a:hover, .body-col a:hover { border-bottom-color: #ff6a00; }/**//* Tables — clean, scannable */ .category-description table, .category-additional-description table, #category-description table, .cms-block table, .body-col table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.75rem 0; font-size: 0.95rem; }/**/.category-description table thead, .category-additional-description table thead, #category-description table thead, .cms-block table thead, .body-col table thead { background-color: #fff5ec; }/**/.category-description table th, .category-additional-description table th, #category-description table th, .cms-block table th, .body-col table th { padding: 0.75rem 1rem; text-align: left; font-weight: 700; color: #111; border-bottom: 2px solid #ff6a00; }/**/.category-description table td, .category-additional-description table td, #category-description table td, .cms-block table td, .body-col table td { padding: 0.75rem 1rem; border-bottom: 1px solid #eee; color: #555; }/**/.category-description table tr:last-child td, .category-additional-description table tr:last-child td, #category-description table tr:last-child td, .cms-block table tr:last-child td, .body-col table tr:last-child td { border-bottom: none; }/**//* Strong inline emphasis — slightly bolder */ .category-description strong, .category-additional-description strong, #category-description strong, .cms-block strong, .body-col strong { font-weight: 700 !important; color: #111 !important; }/**//* Inline image (figure) styling */ figure.content-img { margin: 1.5rem 0; }/**/figure.content-img picture, figure.content-img img { max-width: 100%; height: auto; display: block; border-radius: 8px; }/**/figure.content-img figcaption { margin-top: 0.5rem; font-size: 0.875rem; color: #888; font-style: italic; text-align: center; }/**/.body-col .table-wrap, .category-description .table-wrap, .category-additional-description .table-wrap, #category-description .table-wrap, .cms-block .table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1rem 0 1.75rem 0; border-radius: 6px; }/**/.body-col .table-wrap table, .category-description .table-wrap table, .category-additional-description .table-wrap table, #category-description .table-wrap table, .cms-block .table-wrap table { margin: 0; min-width: 480px; }/**/@media (max-width: 600px) { .body-col table, .category-description table, .category-additional-description table, #category-description table, .cms-block table { font-size: 0.85rem; } .body-col table th, .body-col table td, .category-description table th, .category-description table td, .category-additional-description table th, .category-additional-description table td, #category-description table th, #category-description table td, .cms-block table th, .cms-block table td { padding: 0.55rem 0.65rem; white-space: normal; word-wrap: break-word; } .body-col .table-wrap table, .category-description .table-wrap table, .category-additional-description .table-wrap table, #category-description .table-wrap table, .cms-block .table-wrap table { min-width: 380px; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fd6522 *//* Force Poppins font across all Vapecity24 content blocks */ .body-col, .body-col *, .category-description, .category-description *, .category-additional-description, .category-additional-description *, #category-description, #category-description *, .cms-block, .cms-block *, details.hero-clamp, details.hero-clamp *, .related-faq, .related-faq *, .faq-list, .faq-list *, .related-blog, .related-blog * { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; }/**//* COLUMNS F + H — Body text styling Targets PrestaShop description containers AND optional .body-col wrapper. Works whether or not the body-2col wrapper is in place. */ /* Generic .elementor-59200101 .elementor-element.elementor-element-6fd6522s that catch all common PrestaShop description containers */ .category-description h2, .category-additional-description h2, #category-description h2, .cms-block h2, .body-col h2 { color: #111 !important; font-weight: 700 !important; margin-top: 2.25rem !important; margin-bottom: 1rem !important; }/**/.category-description h3, .category-additional-description h3, #category-description h3, .cms-block h3, .body-col h3 { color: #111 !important; font-weight: 700 !important; margin-top: 1.75rem !important; margin-bottom: 0.75rem !important; }/**/.category-description h4, .category-additional-description h4, #category-description h4, .cms-block h4, .body-col h4 { color: #111 !important; font-weight: 600 !important; margin-top: 1.25rem !important; margin-bottom: 0.5rem !important; font-size: 1.05rem; }/**//* No top margin on first heading in a section */ .category-description h2:first-child, .category-additional-description h2:first-child, #category-description h2:first-child, .cms-block h2:first-child, .body-col h2:first-child, section > h2:first-child { margin-top: 0 !important; }/**//* Paragraph styling - softer color, comfortable line-height */ .category-description p, .category-additional-description p, #category-description p, .cms-block p, .body-col p { color: #555 !important; line-height: 1.7 !important; font-size: 1rem; margin: 0 0 1.25rem 0 !important; }/**//* Lists - tighter spacing, brand orange bullets */ .category-description ul, .category-description ol, .category-additional-description ul, .category-additional-description ol, #category-description ul, #category-description ol, .cms-block ul, .cms-block ol, .body-col ul, .body-col ol { margin: 0.75rem 0 1.75rem 0 !important; padding-left: 0 !important; list-style: none !important; }/**/.category-description ul li, .category-description ol li, .category-additional-description ul li, .category-additional-description ol li, #category-description ul li, #category-description ol li, .cms-block ul li, .cms-block ol li, .body-col ul li, .body-col ol li { position: relative; padding-left: 1.5rem; margin-bottom: 0.5rem; color: #555; line-height: 1.6; }/**/.category-description ul li::before, .category-additional-description ul li::before, #category-description ul li::before, .cms-block ul li::before, .body-col ul li::before { content: "▸"; position: absolute; left: 0; top: 0; color: #ff6a00; font-weight: 700; font-size: 1rem; line-height: 1.6; }/**/.category-description ol, .category-additional-description ol, #category-description ol, .cms-block ol, .body-col ol { counter-reset: list-counter; }/**/.category-description ol li, .category-additional-description ol li, #category-description ol li, .cms-block ol li, .body-col ol li { counter-increment: list-counter; }/**/.category-description ol li::before, .category-additional-description ol li::before, #category-description ol li::before, .cms-block ol li::before, .body-col ol li::before { content: counter(list-counter) "."; position: absolute; left: 0; top: 0; color: #ff6a00; font-weight: 700; font-size: 1rem; line-height: 1.6; }/**//* Links inside body text — brand orange, no underline by default */ .category-description a, .category-additional-description a, #category-description a, .cms-block a, .body-col a { color: #ff6a00 !important; text-decoration: none; font-weight: 500; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; }/**/.category-description a:hover, .category-additional-description a:hover, #category-description a:hover, .cms-block a:hover, .body-col a:hover { border-bottom-color: #ff6a00; }/**//* Tables — clean, scannable */ .category-description table, .category-additional-description table, #category-description table, .cms-block table, .body-col table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.75rem 0; font-size: 0.95rem; }/**/.category-description table thead, .category-additional-description table thead, #category-description table thead, .cms-block table thead, .body-col table thead { background-color: #fff5ec; }/**/.category-description table th, .category-additional-description table th, #category-description table th, .cms-block table th, .body-col table th { padding: 0.75rem 1rem; text-align: left; font-weight: 700; color: #111; border-bottom: 2px solid #ff6a00; }/**/.category-description table td, .category-additional-description table td, #category-description table td, .cms-block table td, .body-col table td { padding: 0.75rem 1rem; border-bottom: 1px solid #eee; color: #555; }/**/.category-description table tr:last-child td, .category-additional-description table tr:last-child td, #category-description table tr:last-child td, .cms-block table tr:last-child td, .body-col table tr:last-child td { border-bottom: none; }/**//* Strong inline emphasis — slightly bolder */ .category-description strong, .category-additional-description strong, #category-description strong, .cms-block strong, .body-col strong { font-weight: 700 !important; color: #111 !important; }/**//* Inline image (figure) styling */ figure.content-img { margin: 1.5rem 0; }/**/figure.content-img picture, figure.content-img img { max-width: 100%; height: auto; display: block; border-radius: 8px; }/**/figure.content-img figcaption { margin-top: 0.5rem; font-size: 0.875rem; color: #888; font-style: italic; text-align: center; }/**/.body-col .table-wrap, .category-description .table-wrap, .category-additional-description .table-wrap, #category-description .table-wrap, .cms-block .table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1rem 0 1.75rem 0; border-radius: 6px; }/**/.body-col .table-wrap table, .category-description .table-wrap table, .category-additional-description .table-wrap table, #category-description .table-wrap table, .cms-block .table-wrap table { margin: 0; min-width: 480px; }/**/@media (max-width: 600px) { .body-col table, .category-description table, .category-additional-description table, #category-description table, .cms-block table { font-size: 0.85rem; } .body-col table th, .body-col table td, .category-description table th, .category-description table td, .category-additional-description table th, .category-additional-description table td, #category-description table th, #category-description table td, .cms-block table th, .cms-block table td { padding: 0.55rem 0.65rem; white-space: normal; word-wrap: break-word; } .body-col .table-wrap table, .category-description .table-wrap table, .category-additional-description .table-wrap table, #category-description .table-wrap table, .cms-block .table-wrap table { min-width: 380px; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3be19fe *//* Force Poppins font across all Vapecity24 content blocks */ .body-col, .body-col *, .category-description, .category-description *, .category-additional-description, .category-additional-description *, #category-description, #category-description *, .cms-block, .cms-block *, details.hero-clamp, details.hero-clamp *, .related-faq, .related-faq *, .faq-list, .faq-list *, .related-blog, .related-blog * { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; }/**//* === UNIVERSAL: <strong> must always render bold === */ strong, b, .body-col strong, .body-col b, .category-description strong, .category-description b, .category-additional-description strong, .category-additional-description b, #category-description strong, #category-description b, .cms-block strong, .cms-block b, details.hero-clamp strong, details.hero-clamp summary strong, details.faq-item strong, details.faq-item summary strong, details.faq-item p strong, details.faq-item li strong, .related-faq strong, .related-blog strong, .blog-card strong, .blog-card-content strong { font-weight: 700 !important; font-family: inherit !important; font-style: inherit !important; }/**//* Related Blog Posts — sits in right column next to FAQ. COMPACT layout. */ .related-blog { margin: 0 0 2rem 0; }/**/.related-blog h2 { font-size: 1.5rem !important; font-weight: 700 !important; color: #111 !important; margin: 0 0 1.5rem 0 !important; }/**/.related-blog-list { display: flex; flex-direction: column; gap: 1rem; /* was 1.5rem — tightened */; }/**/.blog-card { display: grid; grid-template-columns: 160px 1fr; gap: 1.25rem; align-items: center; /* was start — centers content vertically with image */ padding-bottom: 1rem; /* was 1.5rem — tightened */ border-bottom: 1px solid #eaeaea; }/**/.blog-card:last-child { border-bottom: none; padding-bottom: 0; }/**/.blog-card-img { width: 160px; aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%); }/**/.blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }/**/.blog-card-content { display: flex; flex-direction: column; gap: 0.05rem; /* very tight — minimize space between category & title */; }/**/.blog-card-category { color: #ff6a00 !important; font-weight: 700 !important; font-size: 0.95rem !important; margin: 0 !important; /* kill all paragraph margins */ padding: 0 !important; line-height: 1.3 !important; }/**//* CRITICAL: kill the theme's H3 margins that bleed into blog title */ .blog-card-title, h3.blog-card-title, .related-blog .blog-card-title, .blog-card-content .blog-card-title, .related-blog h3.blog-card-title, .body-col-right .blog-card-title { font-size: 1.1rem !important; font-weight: 700 !important; color: #111 !important; line-height: 1.35 !important; margin: 0 0 0.4rem 0 !important; padding: 0 !important; word-wrap: normal; overflow-wrap: break-word; hyphens: none; }/**//* High-specificity "Read now" button — beats theme override */ a.blog-card-link, .related-blog a.blog-card-link, .body-col-right a.blog-card-link, .category-description a.blog-card-link, .category-additional-description a.blog-card-link, #category-description a.blog-card-link { display: inline-block; margin-top: 0.1rem !important; padding: 0.5rem 1rem !important; background: #ff6a00 !important; color: #ffffff !important; font-weight: 700; font-size: 0.9rem; text-decoration: none !important; border: none; border-radius: 6px; transition: background 0.15s ease; align-self: flex-start; }/**/a.blog-card-link:hover, .related-blog a.blog-card-link:hover { background: #d95a00 !important; color: #ffffff !important; }/**/a.blog-card-link:visited { color: #ffffff !important; }/**//* Mobile (≤ 480px): image goes on TOP, full-width cards */ @media (max-width: 480px) { .blog-card { grid-template-columns: 1fr; align-items: stretch; } .blog-card-img { width: 100%; aspect-ratio: 16 / 10; }; }/**//* === BLOG CARD — kill all inherited margins on title h3 === */ /* Multiple ancestor .elementor-59200101 .elementor-element.elementor-element-3be19fes to beat any theme's h3 styling */ body .blog-card .blog-card-content h3, body .blog-card .blog-card-content h3.blog-card-title, body .related-blog .blog-card h3, body .related-blog .blog-card .blog-card-content > h3, body .category-description .blog-card h3, body .category-additional-description .blog-card h3, body #category-description .blog-card h3, body .body-col .blog-card h3, body .body-col-right .blog-card h3, body .cms-block .blog-card h3, html body .blog-card h3 { margin: 0 0 0.4rem 0 !important; padding: 0 !important; font-size: 1.1rem !important; font-weight: 700 !important; color: #111 !important; line-height: 1.35 !important; }/**//* Also kill any margin on category label */ body .blog-card .blog-card-content p, body .blog-card .blog-card-content p.blog-card-category, body .related-blog .blog-card p, body .category-description .blog-card p, body .body-col .blog-card p { margin: 0 !important; padding: 0 !important; }/**//* Container itself: small gap between elements */ body .blog-card .blog-card-content { display: flex !important; flex-direction: column !important; gap: 0.05rem !important; margin: 0 !important; }/**//* Kill any TinyMCE-injected empty paragraphs that could create gaps */ .blog-card-content p:empty, .blog-card-content br + br, .blog-card-content p:has(br:only-child) { display: none !important; }/**//* === EXTRA TIGHT: kill ALL vertical space between category & title === */ /* Maximum-specificity overrides to beat any theme h3/h4 default margins */ html body .blog-card .blog-card-content .blog-card-category, html body .related-blog .blog-card .blog-card-content p.blog-card-category { margin: 0 !important; padding: 0 !important; line-height: 1.2 !important; }/**/html body .blog-card .blog-card-content h3.blog-card-title, html body .blog-card .blog-card-content h3, html body .related-blog .blog-card h3.blog-card-title, html body .related-blog .blog-card .blog-card-content > h3 { margin: 0 0 0.3rem 0 !important; margin-top: 0 !important; padding: 0 !important; padding-top: 0 !important; line-height: 1.3 !important; }/**//* Ensure the flex container itself has near-zero gap */ html body .blog-card .blog-card-content { gap: 0.05rem !important; row-gap: 0.05rem !important; }/* End custom CSS */