/*
Theme Name: Succarled Custom
Theme URI: tricoretech.us
Author: Muhammad Wajih
Description: Custom WordPress theme rebuilt from supplied HTML template.
Version: 1.5
Text Domain: succarled-custom-theme
*/

/* =========================================================
   GLOBAL
========================================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    color: #27292D;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    transition: all 0.25s ease;
}

.container {
    width: 100%;
}

.designBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #111;
    white-space: nowrap;
}

.designBtn:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

/* =========================================================
   HEADER - NEW header.php STRUCTURE
========================================================= */
/* =========================================================
   FINAL HEADER FIX
   Add at END of style.css
========================================================= */

/* =========================================================
   HEADER - NEW header.php STRUCTURE
========================================================= */
/* =========================================================
   FINAL HEADER FIX
   Add at END of style.css
========================================================= */

.site-header {
    position: relative;
    z-index: 9999;
    background: #fff;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-header .container {
    width: 100%;
}

.site-header__row {
    min-height: 84px;
    flex-wrap: nowrap;
}

.site-header__brand {
    display: flex;
    align-items: center;
    min-width: 0;
}

.site-header__brand .hLogo {
    display: flex;
    align-items: center;
}

.site-header__brand img,
.site-header__brand svg {
    max-width: 100%;
    height: auto;
    max-height: 64px;
}

/* desktop nav */
.site-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.site-header #mega-menu-wrap-primary {
    width: 100%;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary > li > a,
.site-header #mega-menu-wrap-primary .mega-menu > li > a,
.site-header #mega-menu-wrap-primary .mega-menu-link {
    display: block;
    padding: 14px 12px !important;
    color: #27292D !important;
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary > li:hover > a,
.site-header #mega-menu-wrap-primary #mega-menu-primary > li.current-menu-item > a,
.site-header #mega-menu-wrap-primary #mega-menu-primary > li.current-menu-parent > a,
.site-header #mega-menu-wrap-primary .mega-current-menu-item > a,
.site-header #mega-menu-wrap-primary .mega-current-menu-parent > a {
    color: #0165DD !important;
}

/* dropdowns desktop */
.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu,
.site-header #mega-menu-wrap-primary #mega-menu-primary .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
    z-index: 100;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary li:hover > .mega-sub-menu,
.site-header #mega-menu-wrap-primary #mega-menu-primary li:hover > .sub-menu {
    display: block;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li,
.site-header #mega-menu-wrap-primary #mega-menu-primary .sub-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li a,
.site-header #mega-menu-wrap-primary #mega-menu-primary .sub-menu li a {
    display: block;
    padding: 10px 12px;
    color: #27292D;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li a:hover,
.site-header #mega-menu-wrap-primary #mega-menu-primary .sub-menu li a:hover {
    background: #f7f9fc;
    color: #0165DD;
}

/* desktop cta */
.site-header__cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header .designBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #111;
    white-space: nowrap;
}

.site-header .designBtn:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

/* mobile */
.site-header__mobile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-toggle {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: #1f2430;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 20px;
}

.mobile-nav {
    display: none;
    padding-top: 14px;
}

.mobile-nav.is-open {
    display: block;
}

.mobile-nav__inner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.mega-menu-wrap-mobile,
.mega-menu-wrap-mobile ul,
.mobile-menu-list,
.mobile-menu-list ul,
.mobile-menu-list .sub-menu,
.mobile-menu-list .mega-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-menu-list > li:last-child {
    border-bottom: 0;
}

.mobile-menu-list li a {
    display: block;
    padding: 12px 0;
    color: #111;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
}

.mobile-menu-list .sub-menu,
.mobile-menu-list .mega-sub-menu {
    padding-left: 14px;
}

.mobile-nav__cta {
    margin-top: 16px;
}

.mobile-nav__cta .mobile-contact-btn {
    width: 100%;
}

/* prevent old mega menu mobile toggle from appearing */
.site-header .mega-menu-toggle,
.site-header .mega-toggle-blocks-right,
.site-header .mega-toggle-animated {
    display: none !important;
}

/* large desktop refinement */
@media (min-width: 1200px) {
    .site-header #mega-menu-wrap-primary #mega-menu-primary > li > a,
    .site-header #mega-menu-wrap-primary .mega-menu-link {
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-size: 16px;
    }
}

/* tablet/mobile */
@media (max-width: 991.98px) {
    .site-header {
        padding: 12px 0;
    }

    .site-header__row {
        min-height: 58px;
    }

    .site-header__brand {
        max-width: 220px;
    }

    .site-header__brand img,
    .site-header__brand svg {
        max-height: 46px;
    }
}

/* small mobile */
@media (max-width: 575.98px) {
    .site-header__brand {
        max-width: 180px;
    }

    .site-header__brand img,
    .site-header__brand svg {
        max-height: 40px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }
}

/* =========================================================
   INNER PAGES
========================================================= */
.succarled-inner-hero {
    background-size: cover;
    background-position: center;
    padding: 110px 0 85px;
    position: relative;
}

.succarled-inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
}

.succarled-inner-hero .container {
    position: relative;
    z-index: 1;
}

.succarled-inner-hero__content {
    max-width: 760px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.succarled-inner-hero__content h1 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 16px;
    font-weight: 700;
    color: #fff;
}

.succarled-inner-hero__content p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    color: #fff;
}

.succarled-page-section {
    padding: 70px 0;
}

.succarled-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 32px;
    height: 100%;
    margin-bottom: 25px;
}

.succarled-card h2,
.succarled-card h3 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #000;
}

.succarled-card p {
    margin-bottom: 14px;
    color: #333;
    line-height: 1.8;
}

.succarled-list {
    padding-left: 18px;
    margin: 0;
}

.succarled-list li {
    margin-bottom: 10px;
    color: #333;
}

.succarled-faq-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.succarled-quote p {
    font-style: italic;
}

.succarled-quote strong {
    display: block;
    margin-top: 18px;
    color: #0165DD;
}

.succarled-form-placeholder {
    min-height: 240px;
    border: 2px dashed #d3d8df;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #7b8794;
    font-size: 18px;
}

.page-default-content .entry-content {
    line-height: 1.8;
}

.succarled-quote-icon {
    position: absolute;
    top: 30px;
    right: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    color: #0165DD;
    font-size: 36px;
}

.succarled-contact-icon {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 28px;
}

.contactForm .succarled-contact-form-wrap {
    max-width: 100%;
}

.contactForm .succarled-contact-form-wrap .succarled-form-message {
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 15px;
}

.contactForm .succarled-contact-form-wrap .succarled-form-success {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contactForm .succarled-contact-form-wrap .succarled-form-error {
    background: rgba(255, 0, 0, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.contactForm .succarled-contact-form-wrap textarea,
.contactForm .succarled-contact-form-wrap input {
    width: 100%;
}

.contactForm .succarled-contact-form-wrap .gform-footer {
    margin-top: 30px;
}

.faqSection .vc_tta-panel-heading a {
    display: block;
    position: relative;
    padding-right: 40px;
    text-decoration: none;
}

.faqSection .vc_tta-panel-body {
    padding-top: 10px;
}

.faqSection .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block;
}

.faqSection .vc_tta-panel .vc_tta-panel-body {
    display: none;
}

.faqSection .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    transform: rotate(225deg) translate(-25%, -25%) !important;
}

@media (max-width: 991px) {
    .succarled-inner-hero {
        padding: 85px 0 70px;
    }

    .succarled-inner-hero__content h1 {
        font-size: 36px;
    }

    .succarled-faq-wrap {
        grid-template-columns: 1fr;
    }

    .succarled-quote-icon {
        right: 15px;
        top: 15px;
        width: 72px;
        height: 72px;
        font-size: 26px;
    }

    .reviewSection .swiper-slide .innerBox .contentBox {
        padding-left: 0 !important;
        padding-top: 30px;
    }

    .helpMap .vc_row {
        display: block !important;
    }

    .contactForm .vc_row:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contactForm .vc_inner {
        margin-bottom: 20px;
    }
}

/* =========================================================
   HOMEPAGE
========================================================= */
/* =========================================================
   HERO BANNER - CLEAN CENTERED SLIDER
========================================================= */
.homeBanner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homeBanner .bannerSwiper,
.homeBanner .swiper,
.homeBanner .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.homeBanner .swiper-slide,
.homeBanner .swiper-slide-home {
    position: relative;
    min-height: 820px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.homeBanner--poster .heroPoster {
    position: relative;
    min-height: 820px;
    width: 100%;
    display: flex;
    align-items: stretch;
}

.homeBanner--poster .heroPoster__overlay {
    display: none !important;
}

.homeBanner--poster .heroPoster__content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 24px 100px;
    text-align: center;
}

.homeBanner--poster .heroPoster__content--center {
    justify-content: center;
    text-align: center;
}

.homeBanner--poster .heroPoster__brand {
    width: 100%;
    max-width: 720px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.homeBanner--poster .heroPoster__brand--compact {
    max-width: 720px;
}

.homeBanner--poster .heroPoster__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
}

.homeBanner--poster .heroPoster__brand h1 {
    margin: 0;
    font-size: clamp(52px, 6.5vw, 96px);
    line-height: 0.96;
    letter-spacing: -0.03em;
    color: #fff;
}

.homeBanner--poster .heroPoster__brand h2 {
    margin: 6px 0 0;
    font-size: clamp(40px, 4.5vw, 82px);
    line-height: 0.95;
    font-weight: 300;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff;
}

.homeBanner--poster .heroPoster__brand p {
    margin: 26px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.homeBanner--poster .heroPoster__pagination {
    position: absolute;
    left: 50% !important;
    bottom: 32px !important;
    transform: translateX(-50%);
    z-index: 5;
}

.homeBanner--poster .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255,255,255,0.45);
}

.homeBanner--poster .swiper-pagination-bullet-active {
    background: #fff;
}

/* laptop */
@media (max-width: 1399px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home,
    .homeBanner--poster .heroPoster,
    .homeBanner--poster .heroPoster__content {
        min-height: 720px;
    }

    .homeBanner--poster .heroPoster__content {
        padding: 110px 30px 90px;
    }
}

/* tablet */
@media (max-width: 991px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home,
    .homeBanner--poster .heroPoster,
    .homeBanner--poster .heroPoster__content {
        min-height: 520px;
    }

    .homeBanner--poster .heroPoster__content {
        padding: 82px 24px 56px;
    }

    .homeBanner--poster .heroPoster__brand h1 {
        font-size: clamp(42px, 8vw, 68px);
    }

    .homeBanner--poster .heroPoster__brand h2 {
        font-size: clamp(26px, 5vw, 42px);
        letter-spacing: 0.16em;
    }

    .homeBanner--poster .heroPoster__brand p {
        font-size: 17px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home,
    .homeBanner--poster .heroPoster,
    .homeBanner--poster .heroPoster__content {
        min-height: 300px;
    }

    .homeBanner--poster .heroPoster__content {
        padding: 70px 20px 50px;
    }

    .homeBanner--poster .heroPoster__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .homeBanner--poster .heroPoster__brand h1 {
        font-size: clamp(32px, 9vw, 48px);
        line-height: 1.02;
    }

    .homeBanner--poster .heroPoster__brand h2 {
        margin-top: 4px;
        font-size: clamp(20px, 6vw, 32px);
        letter-spacing: 0.12em;
    }

    .homeBanner--poster .heroPoster__brand p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.4;
    }

    .homeBanner--poster .heroPoster__pagination {
        bottom: 18px !important;
    }
}

/* small mobile */
@media (max-width: 575px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home,
    .homeBanner--poster .heroPoster,
    .homeBanner--poster .heroPoster__content {
        min-height: 280px;
    }

    .homeBanner--poster .heroPoster__content {
        padding: 58px 16px 42px;
    }

    .homeBanner--poster .heroPoster__brand h1 {
        font-size: 28px;
        line-height: 1.08;
    }

    .homeBanner--poster .heroPoster__brand h2 {
        font-size: 20px;
        letter-spacing: 0.10em;
    }

    .homeBanner--poster .heroPoster__brand p {
        font-size: 13px;
    }
}

/* categories */
.homeCategories {
    padding: 72px 0;
    background: #f3f3f3;
}

.homeCategories .container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.succarledInfoSections .container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.homeCategories .categoryGrid {
    row-gap: 44px;
    justify-content: center;
}

.homeCategories .categoryGrid > [class*="col-"] {
    display: flex;
}

.categoryCardLink {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.categoryCard {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background: #000;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.categoryCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.categoryCard--overlay .categoryImageWrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.3 / 1;
    background: #111;
}

.categoryCard--overlay .categoryImageWrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    transition: background 0.35s ease;
}

.categoryCard--overlay:hover .categoryImageWrap::after {
    background: rgba(0, 0, 0, 0.16);
}

.categoryImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.categoryCard:hover .categoryImageWrap img {
    transform: scale(1.05);
}

.categoryOverlayContent {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.categoryOverlayContent h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    max-width: 220px;
}

/* hide old content styles if still present somewhere */
.categoryContent,
.categoryBtn {
    display: none !important;
}

@media (max-width: 1199px) {
    .homeCategories .categoryGrid {
        row-gap: 28px;
    }

    .categoryOverlayContent h4 {
        font-size: 17px;
        max-width: 210px;
    }
}

@media (max-width: 991px) {
    .homeCategories {
        padding: 60px 0;
    }

    .homeCategories .container,
    .succarledInfoSections .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .categoryCard--overlay .categoryImageWrap {
        aspect-ratio: 1.45 / 1;
    }

    .categoryOverlayContent h4 {
        font-size: 16px;
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .homeCategories {
        padding: 48px 0;
    }

    .homeCategories .container,
    .succarledInfoSections .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .homeCategories .categoryGrid {
        row-gap: 20px;
    }

    .categoryOverlayContent {
        padding: 18px;
    }

    .categoryOverlayContent h4 {
        font-size: 15px;
        max-width: 180px;
    }
}

/* CTA */
.succarledInfoSections {
    padding: 8px 0 64px;
}

.succarledInfoSections .ctaBlock {
    width: 100%;
    margin: 0;
    background: #050505;
    border-radius: 28px;
    padding: 56px 24px;
    overflow: hidden;
}

.succarledInfoSections .ctaContent {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.succarledInfoSections .ctaContent .smallTag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.succarledInfoSections .ctaContent h2 {
    margin: 0 auto 18px;
    max-width: 1100px;
    font-size: 58px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    word-break: break-word;
}

.succarledInfoSections .ctaContent p {
    margin: 0 auto;
    max-width: 860px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
}

.succarledInfoSections .ctaButtons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.succarledInfoSections .primaryBtn,
.succarledInfoSections .secondaryBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.succarledInfoSections .primaryBtn {
    background: #fff;
    color: #111;
}

.succarledInfoSections .secondaryBtn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* =========================================================
   WOO / CATEGORY / SINGLE PRODUCT
========================================================= */
.succarled-woo-wrap {
    padding: 48px 0 70px;
}

.succarled-woo-wrap .woocommerce-breadcrumb {
    margin-bottom: 22px;
    color: #666;
}

.succarled-woo-wrap .woocommerce-breadcrumb a {
    color: #27292D;
    text-decoration: none;
}

.succarled-woo-wrap .woocommerce-products-header__title {
    font-size: 58px;
    line-height: 1.05;
    margin: 0 0 22px;
    color: #27292D;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.succarled-woo-wrap .woocommerce-products-header__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 160px;
    height: 6px;
    background: #0165DD;
}

.succarled-products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 34px 0 0;
}

.succarled-products-grid li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    background: #fff;
}

.succarled-products-grid li.product .woocommerce-LoopProduct-link {
    display: block;
    text-decoration: none;
}

.succarled-products-grid li.product img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.succarled-products-grid li.product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #27292D;
    margin: 18px 0 10px;
    min-height: 52px;
    font-weight: 600;
}

.succarled-products-grid li.product .price {
    display: block;
    text-align: center;
    margin-bottom: 14px;
    color: #0165DD;
    font-weight: 700;
}

.succarled-products-grid li.product .button {
    display: block;
    text-align: center;
    background: #27292D;
    color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    text-decoration: none;
}

.succarled-driver-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
    max-width: 760px;
}

.succarled-driver-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f7f9fc, #ffffff);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    font-size: 34px;
    color: #27292D;
    text-decoration: none;
    font-weight: 600;
}

.succarled-single-product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.succarled-single-product .summary {
    order: 1;
}

.succarled-single-product .woo-variation-product-gallery {
    order: 2;
    max-width: 100% !important;
    width: 100% !important;
}

.succarled-single-product .woo-variation-gallery-wrapper {
    min-width: 0 !important;
    min-height: 0 !important;
}

.succarled-single-product .woo-variation-product-gallery img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.succarled-single-product .single-pro-title h3 {
    font-size: 22px;
    color: #666;
    margin: 0 0 10px;
}

.succarled-single-product .product_title {
    font-size: 54px;
    line-height: 1.05;
    margin: 0 0 16px;
    color: #27292D;
    font-weight: 500;
}

.succarled-single-product .product-categories {
    margin-bottom: 12px;
}

.succarled-single-product .product-categories a,
.succarled-single-product .product_meta a {
    color: #0165DD;
    text-decoration: none;
}

.succarled-single-product .price {
    font-size: 24px;
    font-weight: 700;
    color: #0165DD;
    margin-bottom: 18px;
}

.succarled-single-product .woocommerce-product-details__short-description {
    margin-bottom: 24px;
    color: #444;
    line-height: 1.8;
}

.succarled-single-product .product-highlight-image img {
    max-width: 220px;
    border-radius: 12px;
    box-shadow: none;
}

.succarled-single-product form.cart {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.succarled-single-product .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #d9dde4;
    border-radius: 12px;
    overflow: hidden;
}

.succarled-single-product .quantity input[type="button"] {
    width: 44px;
    height: 46px;
    background: #f4f6f8;
    font-size: 22px;
    line-height: 1;
}

.succarled-single-product .quantity .qty {
    width: 70px;
    height: 46px;
    text-align: center;
    border: 0;
}

.succarled-single-product .single_add_to_cart_button {
    background: #27292D;
    color: #fff;
    border-radius: 12px;
    padding: 14px 28px;
}

.succarled-product-page-wrap {
    padding-top: 56px;
}

.succarled-product-page-wrap .woocommerce-breadcrumb {
    margin-bottom: 26px;
    font-size: 14px;
    color: #6b7280;
}

.succarled-product-page-wrap .woocommerce-breadcrumb a {
    color: #27292D;
}

.succarled-product-top {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 46px;
}

.succarled-product-copy,
.succarled-product-visual {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
    min-width: 0;
}

.succarled-product-copy {
    padding-right: 10px;
}

.succarled-product-copy .single-pro-title {
    display: none;
}

.succarled-product-copy .product_title {
    display: block !important;
    font-size: 64px !important;
    line-height: 1.02 !important;
    letter-spacing: -1px;
    margin: 0 0 16px !important;
    color: #27292D !important;
    font-weight: 500 !important;
}

.succarled-title-line {
    width: 100%;
    max-width: 520px;
    height: 4px;
    background: #0165DD;
    border-radius: 10px;
    margin: 0 0 18px;
}

.succarled-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #0165DD;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 24px;
}

.succarled-product-copy .woocommerce-product-details__short-description {
    margin: 0 0 30px;
    color: #333;
    line-height: 1.85;
    font-size: 16px;
    max-width: 560px;
}

.succarled-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin: 0 0 8px;
}

.succarled-product-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #2a2d31;
    font-size: 18px;
    background: transparent;
    border: none;
    padding: 0;
    min-width: auto;
    border-radius: 0;
}

.succarled-product-badges span.badge-rohs {
    color: #2f9e44;
}

.succarled-product-copy .product_meta {
    margin-top: 14px;
    font-size: 15px;
    color: #555;
}

.succarled-product-copy .product_meta a {
    color: #0165DD;
}

.succarled-product-image-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.succarled-product-main-image {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: none !important;
}

.succarled-product-zoom {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    font-size: 15px;
}

.succarled-product-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 38px 0 20px;
}

.succarled-product-tabs li a {
    display: block;
    padding: 12px 18px;
    border-radius: 12px;
    background: #f3f5f8;
    color: #27292D;
    text-decoration: none;
}

.succarled-product-tabs li.active a {
    background: #0165DD;
    color: #fff;
}

.succarled-product-tabs-wrap .wc-tab {
    display: none;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 26px;
}

.succarled-product-tabs-wrap .wc-tab.active {
    display: block;
}

.succarled-product-tabs-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.succarled-product-tabs-wrap td {
    padding: 12px 14px;
    border-bottom: 1px solid #edf1f5;
    vertical-align: top;
}

.succarled-product-tabs-wrap ul {
    padding-left: 18px;
    margin: 0;
}

.succarled-product-tabs-wrap li {
    margin-bottom: 8px;
}

.product-file-link {
    display: inline-block;
    padding: 12px 18px;
    background: #27292D;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}

.related.products {
    margin-top: 72px;
}

.related.products > h2 {
    position: relative;
    display: table;
    margin: 0 auto 34px;
    font-size: 34px;
    color: #27292D;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
}

.related.products > h2::before,
.related.products > h2::after {
    content: "";
    display: block;
    height: 2px;
    background: #7a7a7a;
    width: 380px;
    max-width: 38vw;
    margin: 0 auto 10px;
}

.related.products > h2::after {
    margin: 10px auto 0;
}

.related.products .succarled-products-grid {
    margin-top: 0;
}

.related.products .succarled-products-grid li.product img {
    height: 240px;
}

.related.products .succarled-products-grid li.product .woocommerce-loop-product__title {
    font-size: 18px;
    min-height: 46px;
}

/* category archive alternative blocks */
.product-categories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.category-item {
    width: calc(33.333% - 20px);
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.category-item a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
}

.category-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 2px solid #ddd;
}

.category-item h4 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}



/* =========================================================
   RESPONSIVE
========================================================= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 1600px !important;
    }

    footer .container,
    footer .container-lg,
    footer .container-md,
    footer .container-sm,
    footer .container-xl,
    footer .container-xxl {
        max-width: 1400px !important;
    }
}

@media (max-width: 1399px) {
    .succarledInfoSections .ctaContent h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home {
        min-height: 560px;
    }

    .homeBanner .headingBox h1 {
        font-size: 46px;
    }

    .succarledInfoSections .ctaContent {
        max-width: 900px;
    }

    .succarledInfoSections .ctaContent h2 {
        font-size: 42px;
    }

    .succarledInfoSections .ctaContent p {
        font-size: 17px;
    }

    .succarled-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .succarled-single-product .product_title,
    .succarled-product-copy .product_title {
        font-size: 46px;
    }

    .succarled-product-main-image {
        height: 390px;
    }
}

@media (max-width: 991px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home {
        min-height: 500px;
    }

    .homeBanner .innerBox {
        padding: 64px 20px;
    }

    .homeBanner .headingBox h1 {
        font-size: 40px;
    }

    .homeCategories {
        padding: 60px 0;
    }

    .homeCategories .container,
    .succarledInfoSections .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .categoryContent {
        padding: 20px;
    }

    .categoryContent h4 {
        font-size: 20px;
    }

    .succarledInfoSections {
        padding: 0 0 56px;
    }

    .succarledInfoSections .ctaBlock {
        padding: 44px 20px;
        border-radius: 22px;
    }

    .succarledInfoSections .ctaContent {
        max-width: 100%;
    }

    .succarledInfoSections .ctaContent h2 {
        font-size: 34px;
        max-width: 780px;
    }

    .succarledInfoSections .ctaContent p {
        max-width: 700px;
        font-size: 16px;
    }

    .succarled-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .succarled-single-product {
        grid-template-columns: 1fr;
    }

    .succarled-single-product .summary,
    .succarled-single-product .woo-variation-product-gallery {
        order: initial;
    }

    .succarled-driver-links {
        grid-template-columns: 1fr;
    }

    .succarled-woo-wrap .woocommerce-products-header__title {
        font-size: 42px;
    }

    .succarled-product-top {
        flex-direction: column;
        gap: 26px;
        margin-bottom: 34px;
    }

    .succarled-product-copy,
    .succarled-product-visual {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .succarled-product-copy {
        padding-right: 0;
    }

    .succarled-product-copy .product_title {
        font-size: 46px !important;
    }

    .succarled-product-main-image {
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .succarled-product-tabs li a {
        min-width: auto;
        padding: 14px 20px;
    }

    .succarled-inner-hero__content h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home {
        min-height: 420px;
    }

    .homeBanner .swiper-slide > .container,
    .homeBanner .swiper-slide-home > .container {
        align-items: flex-end;
    }

    .homeBanner .innerBox {
        padding: 40px 16px 68px;
    }

    .homeBanner .headingBox h1 {
        font-size: 30px;
        line-height: 1.12;
    }

    .homeBanner .tagContent {
        gap: 10px;
    }

    .homeBanner .tagContent h5 {
        font-size: 12px;
    }

    .homeBanner .simpleLine {
        width: 48px;
    }

    .homeBanner .swiper-button-next,
    .homeBanner .swiper-button-prev {
        display: none;
    }

    .homeCategories {
        padding: 48px 0;
    }

    .homeCategories .container,
    .succarledInfoSections .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .categoryContent {
        padding: 18px;
    }

    .categoryContent h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .categoryContent p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .categoryBtn {
        width: 100%;
        min-height: 44px;
    }

    .succarledInfoSections {
        padding: 0 0 44px;
    }

    .succarledInfoSections .ctaBlock {
        padding: 34px 16px;
        border-radius: 18px;
    }

    .succarledInfoSections .ctaContent .smallTag {
        margin-bottom: 14px;
        font-size: 11px;
        padding: 7px 14px;
    }

    .succarledInfoSections .ctaContent h2 {
        font-size: 28px;
        line-height: 1.2;
        max-width: 100%;
    }

    .succarledInfoSections .ctaContent p {
        font-size: 15px;
        line-height: 1.7;
        max-width: 100%;
    }

    .succarledInfoSections .ctaButtons {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }

    .succarledInfoSections .primaryBtn,
    .succarledInfoSections .secondaryBtn {
        width: 100%;
        min-height: 48px;
        white-space: normal;
    }

    .succarled-product-page-wrap {
        padding-top: 34px;
    }

    .succarled-product-page-wrap .woocommerce-breadcrumb {
        font-size: 13px;
        margin-bottom: 18px;
        line-height: 1.6;
    }

    .succarled-product-copy .product_title {
        font-size: 38px !important;
        line-height: 1.06 !important;
    }

    .succarled-title-line {
        max-width: 260px;
        height: 3px;
        margin-bottom: 14px;
    }

    .succarled-category-pill {
        min-width: 126px;
        padding: 9px 16px;
        font-size: 15px;
        margin-bottom: 18px;
    }

    .succarled-product-copy .woocommerce-product-details__short-description {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    .succarled-product-badges {
        gap: 12px 16px;
        margin-bottom: 4px;
    }

    .succarled-product-badges span {
        font-size: 15px;
    }

    .succarled-product-image-card {
        padding: 12px;
        border-radius: 12px;
    }

    .succarled-product-zoom {
        top: 14px;
        right: 14px;
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .succarled-product-tabs {
        gap: 8px;
    }

    .succarled-product-tabs li {
        flex: 1 1 calc(50% - 4px);
    }

    .succarled-product-tabs li a {
        border: 1px solid #d9e7ff !important;
        border-radius: 10px;
        padding: 11px 10px;
        font-size: 14px;
        min-width: 0;
    }

    .succarled-product-tabs-wrap .wc-tab {
        padding: 18px 16px;
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }

    .succarled-product-tabs-wrap td {
        display: block;
        width: 100%;
        padding: 6px 0;
        font-size: 15px;
    }

    .succarled-product-tabs-wrap td:first-child {
        width: 100%;
        padding-top: 10px;
    }

    .related.products {
        margin-top: 46px;
    }

    .related.products > h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .related.products > h2::before,
    .related.products > h2::after {
        width: 220px;
        max-width: 62vw;
    }
}

@media (max-width: 575px) {
    .homeBanner .swiper-slide,
    .homeBanner .swiper-slide-home {
        min-height: 380px;
    }

    .homeBanner .innerBox {
        padding: 34px 14px 60px;
    }

    .homeBanner .headingBox h1 {
        font-size: 26px;
    }

    .homeCategories .container,
    .succarledInfoSections .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .categoryImageWrap {
        aspect-ratio: 1 / 1;
    }

    .succarledInfoSections .ctaBlock {
        padding: 28px 14px;
        border-radius: 16px;
    }

    .succarledInfoSections .ctaContent h2 {
        font-size: 24px;
    }

    .succarledInfoSections .ctaContent p {
        font-size: 14px;
    }

    .succarled-products-grid {
        grid-template-columns: 1fr;
    }

    .succarled-woo-wrap .woocommerce-products-header__title {
        font-size: 34px;
    }

    .succarled-single-product .product_title {
        font-size: 36px;
    }

    .succarled-product-tabs {
        gap: 8px;
    }

    .succarled-product-tabs li a {
        padding: 10px 14px;
        font-size: 14px;
    }

    .category-item {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .succarledInfoSections .ctaContent h2 {
        font-size: 22px;
    }

    .succarledInfoSections .ctaContent p {
        font-size: 13.5px;
        line-height: 1.65;
    }

    .succarledInfoSections .primaryBtn,
    .succarledInfoSections .secondaryBtn {
        padding: 13px 16px;
        font-size: 14px;
    }
}
.site-header__mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.site-header__mobile-top .site-header__brand {
    flex: 1 1 auto;
    min-width: 0;
}

.site-header__mobile-top .hLogo img,
.site-header__mobile-top .hLogo svg {
    max-width: 100%;
    height: auto;
    max-height: 42px;
}

.site-header__mobile-top .menu-toggle {
    flex: 0 0 auto;
    margin-left: auto;
}

/* =========================================================
   FINAL HEADER SEARCH FIX
========================================================= */

/* desktop header sizing */
.site-header__desktop .row {
    align-items: center;
}

.site-header__desktop .site-header__brand,
.site-header__desktop .site-header__nav,
.site-header__desktop .site-header__search,
.site-header__desktop .site-header__cta {
    display: flex;
    align-items: center;
}

.site-header__desktop .site-header__search {
    width: 100%;
    justify-content: center;
}

.site-header__desktop .header-search-form {
    width: 100%;
    max-width: 280px;
}

/* search wrapper */
.site-header__search,
.mobile-nav__search {
    position: relative;
    z-index: 200;
}

.header-search-form {
    position: relative;
    width: 100%;
    margin: 0;
}

.header-search-wrap {
    position: relative;
    width: 100%;
}

/* input */
.header-search-input {
    width: 100%;
    height: 46px;
    border: 1px solid #cfd4dc;
    border-radius: 10px;
    background: #fff;
    color: #27292D;
    font-size: 14px;
    line-height: 46px;
    padding: 0 14px 0 40px;
    outline: none;
    box-shadow: none;
}

.header-search-input::placeholder {
    color: #8a8f98;
}

.header-search-input:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.06);
}

/* icon */
.header-search-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6c7480;
    z-index: 3;
    pointer-events: none;
}

.header-search-btn {
    display: none;
}

/* dropdown results */
.live-search-results {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    min-width: 280px;
    max-width: 360px;
    background: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.live-search-results.is-visible {
    display: block;
}

.live-search-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.live-search-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.live-search-item a {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    color: #222;
    background: #fff;
}

.live-search-item a:hover {
    background: #f8f9fb;
}

.live-search-item-title {
    display: block;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: #27292D;
    word-break: break-word;
}

.live-search-item-type {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
    color: #7b8088;
}

.live-search-empty {
    padding: 12px 14px;
    font-size: 14px;
    color: #666;
}

/* mobile */
.mobile-nav__search {
    margin-bottom: 16px;
}

.mobile-nav__search .header-search-form {
    max-width: 100%;
}

.mobile-nav__search .live-search-results {
    position: relative;
    top: 8px;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 280px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* mobile top alignment */
.site-header__mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.site-header__mobile-top .site-header__brand {
    flex: 1 1 auto;
    min-width: 0;
}

.site-header__mobile-top .menu-toggle {
    flex: 0 0 auto;
    margin-left: auto;
}

/* header balance */
@media (min-width: 992px) {
    .site-header__desktop .col-lg-3,
    .site-header__desktop .col-lg-4,
    .site-header__desktop .col-lg-3,
    .site-header__desktop .col-lg-2 {
        display: flex;
        align-items: center;
    }

    .site-header__desktop .site-header__cta {
        justify-content: flex-end;
        margin-left: auto;
    }
}

@media (max-width: 991.98px) {
    .site-header__mobile {
        padding-top: 4px;
    }

    .header-search-input {
        height: 44px;
        padding-left: 38px;
    }

    .header-search-icon {
        left: 12px;
    }
}
.productsLanding {
    padding: 28px 0 70px;
    background: #f3f3f3;
}

.productsLanding .container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.productsLanding__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #7b8088;
}

.productsLanding__breadcrumbs a {
    color: #7b8088;
    text-decoration: none;
}

.productsLanding__head {
    margin-bottom: 26px;
}

.productsLanding__head h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
    font-weight: 700;
}

.productsLanding .categoryGrid {
    row-gap: 18px;
    justify-content: flex-start;
}

.productsLanding .categoryGrid > [class*="col-"] {
    display: flex;
}

.productsLanding .categoryCardLink {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.productsLanding .categoryCard {
    width: 100%;
}

.productsLanding .categoryCard--overlay {
    position: relative;
    overflow: hidden;
    background: #111;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.productsLanding .categoryCard--overlay:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.productsLanding .categoryCard--overlay .categoryImageWrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1.25 / 1;
    overflow: hidden;
    background: #ddd;
}

.productsLanding .categoryCard--overlay .categoryImageWrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    transition: background 0.35s ease;
    z-index: 1;
}

.productsLanding .categoryCard--overlay:hover .categoryImageWrap::after {
    background: rgba(0, 0, 0, 0.18);
}

.productsLanding .categoryImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.productsLanding .categoryCard--overlay:hover .categoryImageWrap img {
    transform: scale(1.05);
}

.productsLanding .categoryOverlayContent {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.productsLanding .categoryOverlayContent h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 220px;
}

@media (max-width: 991px) {
    .productsLanding {
        padding: 24px 0 56px;
    }

    .productsLanding .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .productsLanding__head h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .productsLanding {
        padding: 20px 0 44px;
    }

    .productsLanding .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .productsLanding__head {
        margin-bottom: 18px;
    }

    .productsLanding__head h1 {
        font-size: 32px;
    }

    .productsLanding .categoryOverlayContent h4 {
        font-size: 15px;
        max-width: 170px;
    }
}
/* =========================================================
   TAXONOMY PRODUCT CATEGORY - FORCE FULL-WIDTH IMAGE / NO GREY BG
========================================================= */
body.tax-product_category .product-item {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.tax-product_category .product-link {
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
}

body.tax-product_category .product-image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1.25 / 0.62 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.tax-product_category .product-image img,
body.tax-product_category .js-product-card-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.tax-product_category .product-no-image {
    background: #f3f3f3 !important;
    border-radius: 0 !important;
}

body.tax-product_category .product-info {
    padding: 12px 0 0 !important;
    background: transparent !important;
    text-align: center !important;
}

body.tax-product_category .product-info h2 {
    margin: 0 0 6px !important;
}

body.tax-product_category .product-info p {
    margin: 0 !important;
}

@media (max-width: 767px) {
    body.tax-product_category .product-image {
        aspect-ratio: 1.2 / 0.7 !important;
    }
}

@media (max-width: 480px) {
    body.tax-product_category .product-image {
        aspect-ratio: 1.2 / 0.72 !important;
    }
}