/* ============================================================================
   Star Laboratories — UX, Accessibility & Polish Enhancements
   Loaded last so it can refine the existing theme without rewriting it.
   ========================================================================== */

/* --- Accessibility: skip link --- */
.sl-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
    background: #db0000;
    color: #fff;
    padding: 12px 22px;
    font-weight: 600;
    border-radius: 0 0 6px 0;
    text-decoration: none;
}
.sl-skip-link:focus {
    left: 0;
    outline: 3px solid #020025;
}

/* --- Visible keyboard focus for all interactive elements --- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #db0000;
    outline-offset: 2px;
    border-radius: 2px;
}

/* --- Smooth scrolling + offset for sticky header anchor targets --- */
html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}

/* --- Prevent layout shift: media stays inside its box --- */
img, svg, video {
    max-width: 100%;
    height: auto;
}

/* --- Link hover consistency --- */
a {
    transition: color 0.2s ease;
}

/* --- Buttons: clearer affordance --- */
.btn, .custom-btn {
    cursor: pointer;
}

/* --- Tap targets on mobile (WCAG 2.5.5) --- */
@media (max-width: 767px) {
    .header__menu ul li a,
    .footer-menu ul li a,
    .h4footer-social ul li a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

/* --- Forms: readable focus + spacing --- */
input, textarea, select {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus, textarea:focus, select:focus {
    box-shadow: 0 0 0 3px rgba(219, 0, 0, 0.15);
}

/* --- Print: clean, ink-friendly --- */
@media print {
    header, footer, .scroll-up, .sl-skip-link, .header-top-right-btn,
    .play-btn, .popup-video { display: none !important; }
    body { color: #000; background: #fff; }
    a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; }
    main { padding: 0 !important; }
}

/* --- Selection colour on brand --- */
::selection {
    background: #db0000;
    color: #fff;
}

/* --- Image rendering quality --- */
.product-large-img img,
.blog-feeds-thumb img {
    object-fit: cover;
}

/* --- Footer broken-link guard: never show bare empty anchors --- */
a[href=""], a:not([href]) {
    pointer-events: none;
}

/* --- Hero banner: breathing room so content never collides with the
       fixed/sticky header, plus comfortable bottom spacing --- */
.hero-area .single-slider,
.hero-area .slider-height {
    padding-top: 130px;
    padding-bottom: 110px;
}
.hero-area .hero-text {
    padding-top: 20px;
}
@media (max-width: 991px) {
    .hero-area .single-slider,
    .hero-area .slider-height {
        padding-top: 150px;
        padding-bottom: 90px;
    }
}
@media (max-width: 575px) {
    .hero-area .single-slider,
    .hero-area .slider-height {
        padding-top: 120px;
        padding-bottom: 70px;
    }
}

/* --- Floating WhatsApp enquiry button --- */
.sl-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: sl-wa-pulse 2.6s infinite;
}
.sl-whatsapp-float:hover,
.sl-whatsapp-float:focus-visible {
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}
.sl-whatsapp-float svg {
    width: 32px;
    height: 32px;
}
@keyframes sl-wa-pulse {
    0%   { box-shadow: 0 6px 18px rgba(0,0,0,0.28), 0 0 0 0 rgba(37,211,102,0.55); }
    70%  { box-shadow: 0 6px 18px rgba(0,0,0,0.28), 0 0 0 14px rgba(37,211,102,0); }
    100% { box-shadow: 0 6px 18px rgba(0,0,0,0.28), 0 0 0 0 rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) {
    .sl-whatsapp-float { animation: none; }
}
/* keep clear of the existing back-to-top control */
.scroll-up,
#scrollUp {
    bottom: 88px !important;
}
@media (max-width: 767px) {
    .sl-whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
    .scroll-up, #scrollUp { bottom: 78px !important; }
}
@media print {
    .sl-whatsapp-float { display: none !important; }
}

/* --- FIX: decorative hero waves were intercepting clicks on hero buttons --- */
.wave-container,
.waves,
.parallax,
.single-slider::before {
    pointer-events: none;
}
.hero-slider-btn,
.hero-slider-btn a,
.hero-slider-caption a {
    position: relative;
    z-index: 6;
    pointer-events: auto;
}

/* --- FIX: header dropdown submenu closing before it can be clicked --- */
/* Submenu sits flush under its parent (no dead gap) ... */
.header__menu ul li:hover ul.submenu {
    top: 100%;
}
/* ... and an invisible bridge spans any sub-pixel gap so the hover
   never breaks while the cursor travels from the menu item to the panel. */
.header__menu ul li ul.submenu::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    height: 22px;
    background: transparent;
}
/* keep the whole top-level item interactive while its panel is open */
.header__menu ul li {
    position: relative;
}

/* --- FIX: header logo was stretched (logo is 2:1, CSS forced 1.6:1 ratios).
       Letting height follow width preserves the natural aspect ratio. --- */
.logo img,
.logo .default-logo,
.logo .sticky-logo {
    height: auto !important;
    object-fit: contain;
}

/* ============================================================================
   FIX: clean desktop header. The theme floated the language selector and the
   nav as two separate f-right blocks, so the language pill wrapped onto its own
   row above the menu (awkward gap, very tall header). Lay logo | nav | language
   out on ONE flex row, vertically centred, and tame the negative-margin hacks.
   ========================================================================== */
@media (min-width: 992px) {
    .main-header .header-menu-area { margin: 0 !important; padding: 12px 0 !important; }
    .main-header .header-menu-area > .container > .row { align-items: center; margin: 0; }

    /* logo column: fixed, sensible size */
    .main-header .logo.logo-circle { padding: 0 !important; }
    .main-header .logo img,
    .main-header .logo .default-logo {
        width: auto !important; height: 58px !important; top: 0 !important; left: 0 !important;
    }

    /* right column becomes a flex row: nav first, language pill at the end */
    .main-header .header-menu-area .col-xl-9 {
        display: flex; align-items: center; justify-content: flex-end; gap: 26px;
    }
    .main-header .header-right { float: none !important; order: 2; margin: 0 !important; }
    .main-header .header__menu  { float: none !important; order: 1; margin: 0 !important; }
    .main-header .header-lang   { padding: 0 !important; }

    /* horizontal nav on one line, centred */
    .main-header .header__menu #mobile-menu > ul {
        display: flex; align-items: center; gap: 2px; margin: 0; padding: 0;
    }
    .main-header .header__menu #mobile-menu > ul > li {
        padding: 0; margin: 0; float: none;
    }
    .main-header .header__menu #mobile-menu > ul > li > a { padding: 10px 14px; }

    /* keep dropdown submenus anchored under their item */
    .main-header .header__menu #mobile-menu > ul > li { position: relative; }
}

/* Sticky header: keep the one-row layout and vertical centring */
@media (min-width: 992px) {
    .sticky-header .header-menu-area { height: auto !important; padding: 10px 0 !important; }
    .sticky-header .logo img { max-height: 50px; width: auto !important; height: 50px !important; top: 0 !important; left: 0 !important; }
    .sticky-header .header-lang { position: static !important; top: auto !important; right: auto !important; padding: 0 !important; }
    .sticky-header .header__menu { padding-top: 0 !important; margin-right: 0 !important; }
    .sticky-header .header__menu #mobile-menu > ul > li { margin: 0 !important; padding: 0 !important; }
}

/* ============================================================================
   PRODUCT DETAIL PAGE — modern tab redesign (Composition / Pack Sizes / Contact)
   Overrides the theme defaults; loaded last so these win.
   ========================================================================== */
.product-desc-area {
    background: #f7f8fa;
    padding-top: 60px;
}
.product-desc-area .bakix-details-tab {
    margin-bottom: 0 !important;
}
.product-desc-area .bakix-details-tab .nav {
    gap: 8px;
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.product-desc-area .bakix-details-tab .nav-item {
    margin: 0;
}
.product-desc-area .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px !important;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #647589 !important;
    background: #fff;
    border: 1px solid #e6e8ec !important;
    letter-spacing: 0;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.product-desc-area .nav-link:hover {
    color: #db0000 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.product-desc-area .nav-link.active {
    color: #fff !important;
    background: #db0000 !important;
    border-color: #db0000 !important;
    box-shadow: 0 8px 20px rgba(219, 0, 0, 0.28);
}
.product-desc-area .tab-content {
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 16px;
    padding: 36px 40px;
    margin-top: 26px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}
.product-desc-area .tab-content .additional-info h4 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 18px !important;
    padding-left: 0 !important;
}
.product-desc-area .tab-content .product-description p,
.product-desc-area .tab-content .event-text {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    letter-spacing: 0 !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* a clean label before the composition text */
.product-desc-area #id-desc .event-text::before {
    content: "Composition";
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #db0000;
    margin-bottom: 12px;
}
.product-desc-area .read-more-btn {
    font-weight: 700;
    margin-top: 14px !important;
}
/* Pack-size chips */
.product-desc-area .pack-sizes {
    padding-left: 0 !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}
.product-desc-area .pack-sizes li {
    padding: 0 !important;
    margin: 0 !important;
}
.product-desc-area .product-cat .size-icon {
    width: auto !important;
    min-width: 90px;
    padding: 0 22px;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(219, 0, 0, 0.22);
}
@media (max-width: 767px) {
    .product-desc-area .tab-content { padding: 24px 20px; }
    .product-desc-area .nav-link { padding: 11px 20px !important; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .product-desc-area .nav-link { transition: none; }
}

/* ============================================================================
   CATALOGUE COMPONENTS — breadcrumb, product body, FAQ, product grid, related.
   Shared by listing pages, subcategory hubs, related.php and product-body.php.
   ========================================================================== */

/* --- Visible breadcrumb --- */
.sl-breadcrumb { background: #f7f8fa; border-bottom: 1px solid #eceef1; padding: 14px 0; }
.sl-breadcrumb__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; }
.sl-breadcrumb__item { display: inline-flex; align-items: center; color: #647589; }
.sl-breadcrumb__item a { color: #647589; text-decoration: none; }
.sl-breadcrumb__item a:hover { color: #db0000; }
.sl-breadcrumb__item i { font-size: 10px; margin: 0 10px; color: #b8c0cc; }
.sl-breadcrumb__item[aria-current="page"] span { color: #1a1a2e; font-weight: 700; }

/* --- Rich product body --- */
.sl-pbody { padding: 50px 0 30px; }
.sl-pbody__block { margin-bottom: 30px; }
.sl-pbody__block h2 {
    font-size: 22px; font-weight: 800; color: #1a1a2e; margin: 0 0 12px;
    padding-bottom: 10px; border-bottom: 2px solid #f0f1f4; position: relative;
}
.sl-pbody__block h2::after {
    content: ""; position: absolute; left: 0; bottom: -2px; width: 54px; height: 2px; background: #db0000;
}
.sl-pbody__block p { font-size: 16px; line-height: 1.85; color: #4a5568; margin-bottom: 10px; }
.sl-pbody__block strong { color: #1a1a2e; }
.sl-packs { list-style: none; padding: 0; margin: 6px 0 0; display: flex; flex-wrap: wrap; gap: 12px; }
.sl-packs li {
    background: #db0000; color: #fff; font-weight: 700; min-width: 90px; text-align: center;
    padding: 12px 22px; border-radius: 10px; box-shadow: 0 6px 16px rgba(219,0,0,.22);
}
.sl-faq__item { padding: 16px 0; border-bottom: 1px solid #f0f1f4; }
.sl-faq__item:last-child { border-bottom: none; }
.sl-faq__item h3 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin: 0 0 7px; }
.sl-faq__item p { font-size: 15px; line-height: 1.8; color: #4a5568; margin: 0; }
.sl-pbody__disclaimer {
    font-size: 13px; color: #647589; background: #f7f8fa; border-left: 4px solid #db0000;
    border-radius: 6px; padding: 13px 16px; line-height: 1.7; margin-top: 22px;
}
.sl-pbody__disclaimer i { color: #db0000; margin-right: 5px; }
.sl-pbody__aside {
    background: #fff; border: 1px solid #eceef1; border-radius: 16px; padding: 26px 24px;
    box-shadow: 0 8px 28px rgba(0,0,0,.05); position: sticky; top: 110px;
}
.sl-pbody__aside-title { font-size: 19px; font-weight: 800; color: #1a1a2e; margin-bottom: 8px; }
.sl-pbody__aside > p { font-size: 14px; color: #647589; line-height: 1.7; margin-bottom: 16px; }
@media (max-width: 991px) { .sl-pbody__aside { position: static; margin-top: 26px; } }

/* --- Product grid + cards (global; matches products/index.php) --- */
.sl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sl-pcard { background: #fff; border: 1px solid #eceef1; border-radius: 14px; overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease; }
.sl-pcard:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(0,0,0,.13); }
.sl-pcard__link { display: block; padding: 18px 16px 20px; text-decoration: none; text-align: center; }
.sl-pcard__imgwrap { height: 170px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px; background: #fafbfc; border-radius: 10px; overflow: hidden; }
.sl-pcard__imgwrap img { max-width: 100%; max-height: 100%; width: auto; height: auto;
    object-fit: contain; transition: transform .3s ease; }
.sl-pcard:hover .sl-pcard__imgwrap img { transform: scale(1.06); }
.sl-pcard__title { display: block; font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 6px; line-height: 1.35; }
.sl-pcard:hover .sl-pcard__title { color: #db0000; }
.sl-pcard__cat { display: block; font-size: 12px; font-weight: 600; color: #db0000; text-transform: uppercase; letter-spacing: .4px; }
.sl-empty { text-align: center; padding: 60px 20px; color: #647589; font-size: 16px; }
.sl-empty i { font-size: 42px; color: #db0000; display: block; margin-bottom: 14px; }

/* --- Related products block --- */
.sl-related { background: #f7f8fa; }
.sl-related__title { font-size: 26px; font-weight: 800; color: #1a1a2e; margin-bottom: 4px; }
.sl-related__sub { color: #647589; margin-bottom: 30px; }
.sl-related__more { display: inline-flex; align-items: center; gap: 8px; color: #db0000; font-weight: 700; text-decoration: none; }
.sl-related__more:hover { color: #b00000; gap: 12px; transition: gap .2s ease; }
.sl-related .sl-grid { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 991px) { .sl-grid, .sl-related .sl-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .sl-grid, .sl-related .sl-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 420px) { .sl-grid, .sl-related .sl-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .sl-pcard, .sl-pcard__imgwrap img { transition: none; } }

/* ============================================================================
   HOMEPAGE: demoted hero (h2) + counter (div) headings keep their original look
   (single <h1> per page; counters/secondary slides are no longer <h1>).
   ========================================================================== */
.hero-slider-caption h2.hero-h {
    font-size: 80px; margin-bottom: 20px; letter-spacing: -2.3px; line-height: 1.05;
    color: #fff; font-weight: 700;
}
@media (max-width: 991px) { .hero-slider-caption h2.hero-h { font-size: 52px; } }
@media (max-width: 575px) { .hero-slider-caption h2.hero-h { font-size: 40px; } }
.counter-box .counter-num { font-weight: 600; color: #fff; font-size: 50px; margin-top: 12px; margin-bottom: 0; }
.counter-box-white .counter-num { color: #223645; }
/* About-page stat numbers demoted from h1 -> h2 (keep original look) */
.single-satisfied .sl-statnum { color: #020025; float: left; width: 140px; margin-right: 20px; font-size: 40px; line-height: 1.1; font-weight: 700; }
.counter-text-box .sl-statnum { font-size: 40px; font-weight: 700; line-height: 1.1; margin: 0; color: inherit; }

/* --- Mobile hamburger: proper tap target (was ~20px) --- */
.mean-container a.meanmenu-reveal {
    min-width: 44px; min-height: 44px; display: flex !important;
    align-items: center; justify-content: center;
}
/* --- Defensive: never allow horizontal overflow (header used width:101-105%) --- */
html, body { overflow-x: hidden; }
/* --- Body-text contrast: nudge the light grey used in some components --- */
.sl-shop2__count, .sl-cat-hero__count { color: #586677; }

/* ============================================================================
   CONTENT / LANDING PAGES (contract manufacturing, quality, exports, blog)
   ========================================================================== */
.sl-cta-btn { display: inline-flex; align-items: center; gap: 9px; background: #db0000; color: #fff;
    border-radius: 50px; padding: 14px 32px; font-weight: 700; font-size: 16px; text-decoration: none;
    margin: 22px 8px 0 0; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.sl-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(219,0,0,.3); color: #fff; }
.sl-cta-btn--wa { background: #25d366; }
.sl-cta-btn--wa:hover { box-shadow: 0 10px 24px rgba(37,211,102,.3); }
.sl-cta-btn--ghost { background: #fff; color: #db0000; border: 1px solid #db0000; }
.sl-cta-btn--ghost:hover { background: #db0000; color: #fff; }

.sl-content { padding: 64px 0; }
.sl-content__block { max-width: 920px; margin: 0 auto 46px; }
.sl-content__block h2 { font-size: 28px; font-weight: 800; color: #1a1a2e; margin-bottom: 16px;
    padding-bottom: 12px; border-bottom: 2px solid #f0f1f4; position: relative; }
.sl-content__block h2::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 60px; height: 2px; background: #db0000; }
.sl-content__block > p { font-size: 17px; line-height: 1.85; color: #4a5568; }

.sl-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.sl-feature { background: #fff; border: 1px solid #eceef1; border-radius: 14px; padding: 26px 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,.04); transition: transform .2s ease, box-shadow .2s ease; }
.sl-feature:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,.1); }
.sl-feature i { font-size: 28px; color: #db0000; margin-bottom: 12px; display: block; }
.sl-feature h3 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.sl-feature p { font-size: 14.5px; line-height: 1.7; color: #647589; margin: 0; }

.sl-checklist { list-style: none; padding: 0; margin: 0; }
.sl-checklist li { position: relative; padding: 10px 0 10px 36px; font-size: 16.5px; line-height: 1.7; color: #4a5568; border-bottom: 1px solid #f3f4f6; }
.sl-checklist li::before { content: "\f00c"; font-family: "Font Awesome 5 Free", "Font Awesome 6 Free"; font-weight: 900;
    position: absolute; left: 0; top: 12px; color: #fff; background: #db0000; width: 22px; height: 22px; border-radius: 50%;
    font-size: 11px; display: flex; align-items: center; justify-content: center; }
.sl-checklist strong { color: #1a1a2e; }

.sl-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.sl-steps li { display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid #eceef1;
    border-radius: 14px; padding: 22px; }
.sl-steps li > span { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; background: #db0000; color: #fff;
    font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.sl-steps h3 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 5px; }
.sl-steps p { font-size: 15px; line-height: 1.7; color: #647589; margin: 0; }

.sl-content__cta { max-width: 920px; margin: 10px auto 0; background: #f7f8fa; border: 1px solid #eceef1;
    border-radius: 18px; padding: 44px 36px; text-align: center; }
.sl-content__cta h2 { font-size: 26px; font-weight: 800; color: #1a1a2e; margin-bottom: 10px; }
.sl-content__cta p { font-size: 16px; color: #647589; max-width: 620px; margin: 0 auto; }

@media (max-width: 767px) {
    .sl-feature-grid { grid-template-columns: 1fr; }
    .sl-content__block h2, .sl-content__cta h2 { font-size: 23px; }
}

/* --- Blog articles --- */
.sl-article { padding: 56px 0; }
.sl-article .container { max-width: 820px; }
.sl-article__cat { color: #db0000; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 13px; margin-bottom: 10px; }
.sl-article__title { font-size: 36px; font-weight: 800; color: #1a1a2e; line-height: 1.2; margin-bottom: 20px; }
.sl-article__lead { font-size: 19px; line-height: 1.75; color: #2d3748; margin-bottom: 30px; font-weight: 500; }
.sl-article h2 { font-size: 25px; font-weight: 800; color: #1a1a2e; margin: 34px 0 14px; }
.sl-article p { font-size: 17px; line-height: 1.85; color: #4a5568; margin-bottom: 16px; }
.sl-article a { color: #db0000; font-weight: 600; }
.sl-article .sl-checklist, .sl-article .sl-steps { margin: 16px 0 8px; }
@media (max-width: 575px) { .sl-article__title { font-size: 27px; } .sl-article__lead { font-size: 17px; } }
