/* =========================================================
   SAMRIDDHI FASHION HUB
   COMPLETE HEADER CSS
========================================================= */
:root {
    --sfh-primary: #b50050;
    --sfh-primary-dark: #8d003d;
    --sfh-pink: #fdf0f5;
    --sfh-border: #eadfe4;
    --sfh-text: #222;
    --sfh-muted: #666;
}
a {
    text-decoration: none;
    transition: color 0.25s ease;
}
 h1, h2, h3, h4, h5, h6 ,p, span, a, li, button, input, select, textarea { 
     font-family: "Manrope", sans-serif !important;
}
/* =========================================================
   TOP ANNOUNCEMENT BAR
========================================================= */
.sfh-topbar {
    width: 100%;
    min-height: 28px;
    background: linear-gradient(
        90deg,
        #a90048 0%,
        #ca1763 50%,
        #a90048 100%
    );
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1002;
}
.sfh-topbar .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.sfh-topbar .row {
    min-height: 28px;
}
.sfh-topbar span {
        display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.sfh-topbar i {
    font-size: 12px;
}
/* =========================================================
   MAIN HEADER
========================================================= */
.sfh-header {
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition:
        box-shadow 0.35s ease,
        background 0.35s ease;
}
.sfh-header.scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 8px 30px rgba(70, 0, 30, 0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
/* =========================================================
   HEADER MAIN ROW
========================================================= */
.sfh-header-main {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
}
/* =========================================================
   LOGO
========================================================= */
.sfh-logo {
    width: 285px;
    flex: 0 0 285px;
}
.sfh-logo a {
    display: inline-flex;
    align-items: center;
}
.sfh-logo img {
    width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}
.sfh-logo .custom-logo-link {
    display: block;
}
.sfh-logo .custom-logo {
    width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}
/* =========================================================
   SEARCH
========================================================= */
.sfh-search {
    flex: 1;
    max-width: 420px;
    margin-left: auto;
}
.sfh-search form {
    width: 100%;
    height: 40px;
    border: 1px solid #ded9dc;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.sfh-search form:hover {
    border-color: #c8a9b7;
}
.sfh-search form:focus-within {
    border-color: var(--sfh-primary);
    box-shadow:
        0 0 0 4px rgba(181, 0, 80, 0.07);
}
.sfh-search i {
    flex: 0 0 auto;
    color: #333;
    font-size: 14px;
    margin-right: 11px;
}
.sfh-search input[type="search"] {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #222;
    font-size: 15px;
}
.sfh-search input[type="search"]::placeholder {
    color: #777;
}
/* =========================================================
   HEADER ACTIONS
========================================================= */
.sfh-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    flex: 0 0 auto;
}
.sfh-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--sfh-text);
    position: relative;
    transition: color 0.25s ease;
}
.sfh-action:hover {
    color: var(--sfh-primary);
}
.sfh-action-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sfh-action-icon > i {
    font-size: 20px;
    line-height: 1;
}
.sfh-action small {
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
}
/* =========================================================
   CART / WISHLIST BADGE
========================================================= */
.sfh-action-icon b,
.sfh-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--sfh-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}
/* =========================================================
   WORDPRESS DESKTOP NAVIGATION
========================================================= */
.sfh-navigation {
    width: 100%;
    background: #fff;
    border-top: 1px solid #f1eaed;
    border-bottom: 1px solid #ece5e8;
}
.sfh-navigation > .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}
/* MAIN UL */
.sfh-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
/* MAIN LI */
.sfh-nav-list > li {
    position: relative;
    margin: 0;
    padding: 0;
}
/* MAIN LINKS */
.sfh-nav-list > li > a {
    min-height: 43px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition:
        color 0.25s ease;
}
/* HOVER */
.sfh-nav-list > li:hover > a {
    color: var(--sfh-primary);
}
/* CURRENT PAGE */
.sfh-nav-list > li.current-menu-item > a,
.sfh-nav-list > li.current-menu-ancestor > a,
.sfh-nav-list > li.current_page_item > a {
    color: var(--sfh-primary);
}
/* ACTIVE UNDERLINE */
.sfh-nav-list > li.current-menu-item > a::after,
.sfh-nav-list > li.current-menu-ancestor > a::after,
.sfh-nav-list > li.current_page_item > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--sfh-primary);
    transform: scaleX(1);
    transform-origin: center;
}
/* NORMAL HOVER UNDERLINE */
.sfh-nav-list > li:not(.current-menu-item) > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--sfh-primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}
.sfh-nav-list > li:hover > a::after {
    transform: scaleX(1);
}
/* =========================================================
   WORDPRESS SUBMENU
========================================================= */
.sfh-nav-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: calc(100% + 1px);
    left: -18px;
    width: 210px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 9px 9px;
    box-shadow:
        0 18px 40px rgba(70, 0, 30, 0.13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
    z-index: 9999;
}
/* SHOW SUBMENU */
.sfh-nav-list li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* SUBMENU ITEMS */
.sfh-nav-list .sub-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}
/* SUBMENU LINKS */
.sfh-nav-list .sub-menu li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 17px;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        padding 0.2s ease;
}
/* SUBMENU HOVER */
.sfh-nav-list .sub-menu li:hover > a {
    color: var(--sfh-primary);
    background: #fdf0f5;
    padding-left: 21px;
}
/* =========================================================
   SECOND LEVEL SUBMENU
========================================================= */
.sfh-nav-list .sub-menu .sub-menu {
    top: -9px;
    left: calc(100% + 1px);
    border-radius: 7px;
}
/* =========================================================
   MOBILE MENU BUTTON
========================================================= */
.sfh-mobile-menu {
    display: none;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}
.sfh-mobile-menu:hover {
    color: var(--sfh-primary);
    transform: scale(1.05);
}
/* =========================================================
   MOBILE OFFCANVAS
========================================================= */
.sfh-mobile-canvas {
    width: 320px !important;
    max-width: 88vw;
    background: #fff;
}
/* MOBILE HEADER */
.sfh-mobile-canvas .offcanvas-header {
    min-height: 70px;
    padding: 10px 18px;
    border-bottom: 1px solid #eee;
}
/* MOBILE LOGO */
.sfh-mobile-canvas .offcanvas-header > a {
    display: block;
    max-width: 190px;
}
.sfh-mobile-canvas .offcanvas-header img {
    width: 190px;
    max-height: 52px;
    object-fit: contain;
}
.sfh-mobile-canvas .offcanvas-header .custom-logo {
    width: 190px;
    max-height: 52px;
    object-fit: contain;
}
/* CLOSE BUTTON */
.sfh-mobile-canvas .btn-close {
    width: 30px;
    height: 30px;
    opacity: .75;
    transition:
        transform .25s ease,
        opacity .25s ease;
}
.sfh-mobile-canvas .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}
/* =========================================================
   MOBILE SEARCH
========================================================= */
.sfh-mobile-search {
    margin-bottom: 12px;
}
.sfh-mobile-search form {
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}
.sfh-mobile-search form:focus-within {
    border-color: var(--sfh-primary);
    box-shadow:
        0 0 0 4px rgba(181,0,80,.07);
}
.sfh-mobile-search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 14px;
    font-size: 12px;
    background: transparent;
}
.sfh-mobile-search button {
    width: 45px;
    height: 100%;
    border: 0;
    background: transparent;
    color: var(--sfh-primary);
    flex: 0 0 45px;
}
/* =========================================================
   MOBILE WORDPRESS MENU
========================================================= */
.sfh-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sfh-mobile-menu-list > li {
    position: relative;
    border-bottom: 1px solid #f1eaed;
}
.sfh-mobile-menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 5px;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    transition:
        color .25s ease,
        padding-left .25s ease;
}
.sfh-mobile-menu-list > li > a:hover {
    color: var(--sfh-primary);
    padding-left: 10px;
}
/* ACTIVE MOBILE ITEM */
.sfh-mobile-menu-list
> li.current-menu-item
> a,
.sfh-mobile-menu-list
> li.current-menu-ancestor
> a {
    color: var(--sfh-primary);
}
/* MOBILE SUBMENU */
.sfh-mobile-menu-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 7px 15px;
    background: #fff;
}
.sfh-mobile-menu-list .sub-menu li {
    border: 0;
}
.sfh-mobile-menu-list .sub-menu a {
    display: block;
    padding: 9px 5px;
    color: #555;
    font-size: 11px;
    font-weight: 500;
}
.sfh-mobile-menu-list .sub-menu a:hover {
    color: var(--sfh-primary);
}
/* =========================================================
   MOBILE FEATURES
========================================================= */
.sfh-mobile-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.sfh-mobile-features > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 7px;
    background: var(--sfh-pink);
    color: #fff;
}
.sfh-mobile-features i {
    width: 22px;
    text-align: center;
    font-size: 17px;
}
.sfh-mobile-features span {
    font-size: 10px;
    font-weight: 600;
}
/* =========================================================
   LARGE DESKTOP
========================================================= */
@media (max-width: 1200px) {
    .sfh-logo {
        width: 235px;
        flex-basis: 235px;
    }
    .sfh-header-main {
        gap: 20px;
    }
    .sfh-actions {
        gap: 15px;
    }
    .sfh-nav-list {
        gap: 21px;
    }
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991px) {
    .sfh-topbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sfh-header-main {
        min-height: 72px;
        gap: 15px;
    }
    .sfh-logo {
        width: 200px;
        flex-basis: 200px;
    }
    .sfh-search {
        max-width: 300px;
    }
    .sfh-actions {
        gap: 12px;
    }
    .sfh-action small {
        display: none;
    }
    .sfh-action-icon {
        width: 28px;
        height: 28px;
    }
    .sfh-navigation {
        display: none;
    }
    .sfh-mobile-menu {
        display: inline-flex;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .sfh-topbar {
        min-height: 27px;
    }
    .sfh-topbar .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sfh-topbar span {
        font-size: 9px;
    }
    .sfh-topbar i {
        font-size: 10px;
    }
    /* MAIN HEADER */
    .sfh-header-main {
        min-height: 65px;
        gap: 8px;
        padding: 0 5px;
    }
    /* MENU */
    .sfh-mobile-menu {
        width: 35px;
        height: 35px;
        font-size: 19px;
    }
    /* LOGO */
    .sfh-logo {
        width: 155px;
        flex: 0 0 155px;
    }
    .sfh-logo img,
    .sfh-logo .custom-logo {
        max-height: 53px;
    }
    /* SEARCH HIDDEN */
    .sfh-search {
        display: none;
    }
    /* ACTIONS */
    .sfh-actions {
        margin-left: auto;
        gap: 7px;
    }
    .sfh-action {
        gap: 0;
    }
    .sfh-action-icon {
        width: 30px;
        height: 30px;
    }
    .sfh-action-icon > i {
        font-size: 18px;
    }
    /* ACCOUNT HIDDEN */
    .sfh-account {
        display: none;
    }
    /* BADGES */
    .sfh-action-icon b,
    .sfh-cart-count {
        width: 14px;
        height: 14px;
        top: -5px;
        right: -5px;
        font-size: 7px;
    }
    /* MOBILE CANVAS */
    .sfh-mobile-canvas {
        width: 310px !important;
    }
}
/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 400px) {
    .sfh-header-main {
        gap: 5px;
    }
    .sfh-logo {
        width: 135px;
        flex-basis: 135px;
    }
    .sfh-actions {
        gap: 3px;
    }
    .sfh-action-icon {
        width: 27px;
        height: 27px;
    }
    .sfh-action-icon > i {
        font-size: 16px;
    }
}