    /* =========================================================
    SAMRIDDHI HERO SECTION
    ========================================================= */
    :root {
        --sfh-lp: #f4a4be;
        --sfh-pink: #c2185b;
        --sfh-pink-dark: #a3154c;
        --sfh-text: #252126;
        --sfh-border: #e8dfe3;
    }
    .sfh-hero-section {
        width: 100%;
        padding: 6px 16px 0;
        margin-top: 30px;
        position: relative;
        background: #fff;
    }
    /* =========================================================
    CONTAINER
    ========================================================= */
    .sfh-hero-container {
        width: 100%;
        margin: 0 auto;
    }
    /* =========================================================
    SWIPER
    ========================================================= */
    .sfhHeroSwiper {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 9px;
    }
    /* =========================================================
    SLIDE
    ========================================================= */
    .sfhHeroSwiper .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    /* =========================================================
    SLIDE LINK
    ========================================================= */
    .sfh-hero-slide {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        line-height: 0;
    }
    /* =========================================================
    PICTURE
    ========================================================= */
    .sfh-hero-slide picture {
        display: block;
        width: 100%;
        line-height: 0;
    }
    /* =========================================================
    IMAGE
    ========================================================= */
    .sfh-hero-slide img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        transform: scale(1);
        transition:
            transform 1.2s cubic-bezier(.2, .7, .2, 1);
    }
    /* =========================================================
    ACTIVE SLIDE IMAGE EFFECT
    ========================================================= */
    .sfhHeroSwiper .swiper-slide-active .sfh-hero-slide img {
        transform: scale(1.015);
    }
    /* =========================================================
    HOVER
    ========================================================= */
    .sfh-hero-slide:hover img {
        transform: scale(1.025);
    }
    /* =========================================================
    NAVIGATION ARROWS
    ========================================================= */
    .sfh-hero-prev,
    .sfh-hero-next {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .88);
        color: #b50050;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow:
            0 5px 20px rgba(80, 0, 30, .12);
        opacity: 0;
        transition:
            opacity .3s ease,
            transform .3s ease,
            background .3s ease;
    }
    /* SHOW ARROWS ON HOVER */
    .sfhHeroSwiper:hover .sfh-hero-prev,
    .sfhHeroSwiper:hover .sfh-hero-next {
        opacity: 1;
    }
    /* ARROW HOVER */
    .sfh-hero-prev:hover,
    .sfh-hero-next:hover {
        background: #fff;
        transform: scale(1.08);
    }
    /* ARROW ICON */
    .sfh-hero-prev::after,
    .sfh-hero-next::after {
        font-size: 14px;
        font-weight: 700;
    }
    /* =========================================================
    PAGINATION
    ========================================================= */
    .sfh-hero-pagination {
        bottom: 12px !important;
    }
    .sfh-hero-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 4px !important;
        background: #fff;
        opacity: .75;
        transition:
            width .3s ease,
            background .3s ease,
            opacity .3s ease;
    }
    .sfh-hero-pagination .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 20px;
        background: #b50050;
        opacity: 1;
    }
    /* =========================================================
    TABLET
    ========================================================= */
    @media (max-width: 991px) {
        .sfh-hero-section {
            padding-left: 12px;
            padding-right: 12px;
        }
        .sfh-hero-prev,
        .sfh-hero-next {
            width: 36px;
            height: 36px;
        }
    }
    /* =========================================================
    MOBILE
    ========================================================= */
    @media (max-width: 767px) {
        .sfh-hero-section {
            padding:
                6px 8px 0;
        }
        .sfhHeroSwiper {
            border-radius: 7px;
        }
        .sfh-hero-slide {
            width: 100%;
        }
        /*
        Mobile banner should preferably be a
        dedicated portrait/mobile image.
        */
        .sfh-hero-slide img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        /* Hide arrows on mobile */
        .sfh-hero-prev,
        .sfh-hero-next {
            display: none;
        }
        .sfh-hero-pagination {
            bottom: 8px !important;
        }
        .sfh-hero-pagination .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
            margin: 0 3px !important;
        }
        .sfh-hero-pagination .swiper-pagination-bullet-active {
            width: 19px;
        }
    }
    /* =========================================================
    VERY SMALL MOBILE
    ========================================================= */
    @media (max-width: 400px) {
        .sfh-hero-section {
            padding-left: 5px;
            padding-right: 5px;
        }
        .sfhHeroSwiper {
            border-radius: 5px;
        }
    }
    /* =========================================================
    SERVICE FEATURES STRIP
    ========================================================= */
    .sfh-service-strip {
        width: 100%;
        padding: 40px 16px 40px;
        background: #fff;
    }
    /* =========================================================
    GRID
    ========================================================= */
    .sfh-service-grid {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns:
            repeat(5, 1fr);
        gap: 10px;
    }
    /* =========================================================
    SERVICE ITEM
    ========================================================= */
    .sfh-service-item {
        min-height: 115px;
        padding: 7px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        background:
            linear-gradient(135deg,
                #fff1f5 0%,
                #fdebf1 100%);
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        transition:
            transform .3s ease,
            box-shadow .3s ease,
            background .3s ease;
    }
    /* =========================================================
    LIGHT EFFECT
    ========================================================= */
    .sfh-service-item::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background:
            rgba(255, 255, 255, .55);
        top: -45px;
        right: -25px;
        transition:
            transform .4s ease;
    }
    .sfh-service-item:hover::before {
        transform: scale(2);
    }
    /* =========================================================
    HOVER
    ========================================================= */
    .sfh-service-item:hover {
        transform:
            translateY(-3px);
        background:
            linear-gradient(135deg,
                #fff0f5,
                #fbe3eb);
        box-shadow:
            0 8px 22px rgba(181, 0, 80, .08);
    }
    /* =========================================================
    ICON
    ========================================================= */
    .sfh-service-icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #c00055;
        position: relative;
        z-index: 1;
    }
    .sfh-service-icon i {
        font-size: 30px;
        line-height: 1;
        transition:
            transform .3s ease;
    }
    .sfh-service-item:hover .sfh-service-icon i {
        transform:
            scale(1.12);
    }
    /* =========================================================
    CONTENT
    ========================================================= */
    .sfh-service-content {
        position: relative;
        z-index: 1;
    }
    /* TITLE */
    .sfh-service-content h4 {
        margin: 0 0 2px;
        padding: 0;
        color: #222;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
    }
    /* DESCRIPTION */
    .sfh-service-content p {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
    }
    /* =========================================================
    TABLET
    ========================================================= */
    @media (max-width: 991px) {
        .sfh-service-strip {
            padding:
                7px 12px 4px;
        }
        .sfh-service-grid {
            grid-template-columns:
                repeat(3, 1fr);
            gap: 8px;
        }
        .sfh-service-item {
            min-height: 58px;
            padding: 8px 10px;
            gap: 9px;
        }
        .sfh-service-icon {
            width: 31px;
            height: 31px;
            flex-basis: 31px;
        }
        .sfh-service-icon i {
            font-size: 20px;
        }
    }
    /* =========================================================
    MOBILE
    ========================================================= */
    @media (max-width: 767px) {
        .sfh-service-strip {
            padding:
                7px 8px 4px;
        }
        .sfh-service-grid {
            grid-template-columns:
                repeat(3, 1fr);
            gap: 7px;
        }
        .sfh-service-item {
            min-height: 55px;
            padding:
                7px 8px;
            justify-content: flex-start;
            gap: 8px;
            border-radius: 7px;
        }
        .sfh-service-icon {
            width: 29px;
            height: 29px;
            flex-basis: 29px;
        }
        .sfh-service-icon i {
            font-size: 19px;
        }
        .sfh-service-content h4 {
            font-size: 9px;
        }
        .sfh-service-content p {
            font-size: 7.5px;
        }
    }
    /* =========================================================
    SMALL MOBILE
    ========================================================= */
    @media (max-width: 400px) {
        .sfh-service-grid {
            gap: 6px;
        }
        .sfh-service-item {
            min-height: 52px;
            padding:
                6px;
            gap: 6px;
        }
        .sfh-service-icon {
            width: 25px;
            height: 25px;
            flex-basis: 25px;
        }
        .sfh-service-icon i {
            font-size: 16px;
        }
        .sfh-service-content h4 {
            font-size: 8px;
        }
        .sfh-service-content p {
            font-size: 7px;
        }
    }
    /* =========================================================
   SFH HOME NEW ARRIVALS
   PURE CSS + VANILLA JS
========================================================= */
    .sfh_home_section_fgdg {
        position: relative;
        width: 100%;
        padding: 45px 0 55px;
        overflow: hidden;
        background: #fff;
    }
    .sfh_home_section_fgdg_container {
        width: min(1800px, calc(100% - 40px));
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    /* =========================
   HEADER
========================= */
    .sfh_home_section_fgdg_header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 35px;
    }
    .sfh_home_section_fgdg_heading_wrap {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .sfh_home_section_fgdg_heading_line {
        width: 90px;
        height: 1px;
        background: linear-gradient(90deg,
                transparent,
                #c2185b);
    }
    .sfh_home_section_fgdg_heading_line:last-child {
        background: linear-gradient(90deg,
                #c2185b,
                transparent);
    }
    .sfh_home_section_fgdg_title {
        margin: 0;
        color: var(--sfh-pink);
        font-size: clamp(30px, 3vw, 48px);
        font-weight: 600;
    }
    /* VIEW ALL */
    .sfh_home_section_fgdg_view_all {
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 9px 17px;
        color: #fff;
        background: var(--sfh-pink);
        border-radius: 50px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        transform: translateY(-50%);
        transition:
            background .3s ease,
            transform .3s ease,
            box-shadow .3s ease;
    }
    .sfh_home_section_fgdg_view_all:hover {
        color: #fff;
        background: var(--sfh-pink-dark);
        transform: translateY(calc(-50% - 3px));
        box-shadow: 0 10px 25px rgba(194, 24, 91, .2);
    }
    .sfh_home_section_fgdg_view_all svg {
        width: 15px;
        height: 15px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
    }
    /* =========================
   VIEWPORT
========================= */
    .sfh_home_section_fgdg_viewport {
        width: 100%;
        overflow: hidden;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
    }
    .sfh_home_section_fgdg_viewport.is-dragging {
        cursor: grabbing;
    }
    .sfh_home_section_fgdg_track {
        display: flex;
        gap: 14px;
        padding: 50px 0;
        width: max-content;
        transform: translate3d(0, 0, 0);
        will-change: transform;
        transition: transform .55s cubic-bezier(.22, .61, .36, 1);
    }
    /* =========================
   CARD
========================= */
    .sfh_home_section_fgdg_card {
        flex: 0 0 calc((100vw - 145px) / 7);
        max-width: 330px;
        min-width: 250px;
        opacity: 0;
        transform: translateY(35px) scale(.97);
        transition: opacity .65s ease,
            transform .65s cubic-bezier(.22, .61, .36, 1);
    }
    /* JS adds this */
    .sfh_home_section_fgdg_card.sfh-is-visible {
        opacity: 1;
        transform:
            translateY(0) scale(1);
    }
    .sfh_home_section_fgdg_card_inner {
        position: relative;
        overflow: hidden;
        background: #fff;
        border: 1px solid var(--sfh-border);
        border-radius: 11px;
        box-shadow:
            0 5px 18px rgba(45, 22, 32, .055);
        transition:
            transform .4s cubic-bezier(.22, .61, .36, 1),
            box-shadow .4s ease,
            border-color .4s ease;
    }
    .sfh_home_section_fgdg_card:hover .sfh_home_section_fgdg_card_inner {
        transform: translateY(-8px);
        border-color: rgba(194, 24, 91, .25);
        box-shadow:
            0 20px 38px rgba(45, 22, 32, .14);
    }
    /* =========================
   IMAGE
========================= */
    .sfh_home_section_fgdg_image_wrap {
        position: relative;
        width: 100%;
        aspect-ratio: .82 / 1;
        overflow: hidden;
        background: #f7f0f3;
    }
    .sfh_home_section_fgdg_image_link {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sfh_home_section_fgdg_product_image {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition:
            transform .75s cubic-bezier(.22, .61, .36, 1);
    }
    .sfh_home_section_fgdg_card:hover .sfh_home_section_fgdg_product_image {
        transform: scale(1.07);
    }
    /* IMAGE SHINE */
    .sfh_home_section_fgdg_image_wrap::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 70%;
        height: 100%;
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 255, 255, .4),
                transparent);
        transform: skewX(-20deg);
        pointer-events: none;
        transition: left .8s ease;
    }
    .sfh_home_section_fgdg_card:hover .sfh_home_section_fgdg_image_wrap::after {
        left: 150%;
    }
    /* =========================
   NEW
========================= */
    .sfh_home_section_fgdg_new_badge {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 5;
        padding: 4px 8px;
        border-radius: 5px;
        color: #fff;
        background: var(--sfh-pink);
        font-size: 13px;
        font-weight: 800;
        box-shadow:
            0 5px 12px rgba(194, 24, 91, .25);
    }
    /* =========================
   WISHLIST
========================= */
    .sfh_home_section_fgdg_wishlist {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 20;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .95);
        border-radius: 50%;
        box-shadow:
            0 4px 15px rgba(0, 0, 0, .08);
        transition:
            transform .3s ease,
            box-shadow .3s ease;
    }
    .sfh_home_section_fgdg_wishlist svg {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
    }
    .sfh_home_section_fgdg_wishlist .yith-wcwl-add-to-wishlist-button__label {
        display: none !important;
    }
    .sfh_home_section_fgdg_wishlist:hover {
        transform: scale(1.12);
        box-shadow:
            0 7px 20px rgba(194, 24, 91, .15);
    }
    .sfh_home_section_fgdg_wishlist .yith-wcwl-add-to-wishlist {
        margin: 0 !important;
    }
    .sfh_home_section_fgdg_wishlist .add_to_wishlist {
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0 !important;
        text-decoration: none !important;
        color: #777 !important;
    }
    .sfh_home_section_fgdg_wishlist .add_to_wishlist::before {
        content: "♡";
        font-size: 23px;
        line-height: 1;
        transition:
            color .25s ease,
            transform .25s ease;
    }
    .sfh_home_section_fgdg_wishlist .add_to_wishlist:hover::before {
        color: var(--sfh-pink);
        transform: scale(1.15);
    }
    /* WISHLIST ACTIVE */
    .sfh_home_section_fgdg_wishlist .yith-wcwl-wishlistaddedbrowse a,
    .sfh_home_section_fgdg_wishlist .yith-wcwl-wishlistexistsbrowse a {
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 0 !important;
    }
    .sfh_home_section_fgdg_wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .sfh_home_section_fgdg_wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        content: "♥";
        color: var(--sfh-pink);
        font-size: 19px;
    }
    /* =========================
   CONTENT
========================= */
    .sfh_home_section_fgdg_content {
        padding: 12px 11px 14px;
    }
    .sfh_home_section_fgdg_product_title {
        display: block;
        margin-bottom: 7px;
        color: var(--sfh-text);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: color .25s ease;
    }
    .sfh_home_section_fgdg_product_title:hover {
        color: var(--sfh-pink);
    }
    /* =========================
   PRICE
========================= */
    .sfh_home_section_fgdg_price {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 7px;
    }
    .sfh_home_section_fgdg_sale_price {
        color: var(--sfh-pink);
        font-size: 18px;
        font-weight: 800;
    }
    .sfh_home_section_fgdg_regular_price {
        color: #888;
        font-size: 16px;
    }
    .sfh_home_section_fgdg_discount {
        color: var(--sfh-lp);
        font-size: 14px;
        font-weight: 700;
    }
    /* =========================
   RATING
========================= */
    .sfh_home_section_fgdg_rating {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .sfh_home_section_fgdg_stars {
        display: flex;
        gap: 1px;
    }
    .sfh_home_section_fgdg_star {
        color: #ded8da;
        font-size: 14px;
        line-height: 1;
    }
    .sfh_home_section_fgdg_star.active,
    .sfh_home_section_fgdg_star.half {
        color: #f5a400;
    }
    .sfh_home_section_fgdg_rating_number {
        color: #555;
        font-size: 13px;
        font-weight: 600;
    }
    .sfh_home_section_fgdg_add_to_cart {
        margin-top: 10px;
        width: 100%;
        display: block;
        text-align: center;
        border: none;
        background: #c0185a;
        color: #fff;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 12px;
    }
    /* =========================
   BOTTOM CONTROLS
========================= */
    .sfh_home_section_fgdg_bottom {
        display: flex;
        align-items: center;
        margin-top: 28px;
    }
    .sfh_home_section_fgdg_progress {
        flex: 1;
        height: 2px;
        overflow: hidden;
        background: #eee;
    }
    .sfh_home_section_fgdg_progress_bar {
        display: block;
        width: 10%;
        height: 100%;
        background: var(--sfh-pink);
        transition:
            width .45s ease;
    }
    .sfh_home_section_fgdg_controls {
        display: flex;
        gap: 8px;
        margin-left: 20px;
    }
    .sfh_home_section_fgdg_arrow {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e4dce0;
        border-radius: 50%;
        background: #fff;
        color: var(--sfh-pink);
        cursor: pointer;
        transition:
            background .3s ease,
            color .3s ease,
            transform .3s ease;
    }
    .sfh_home_section_fgdg_arrow:hover {
        color: #fff;
        background: var(--sfh-pink);
        transform: translateY(-2px);
    }
    .sfh_home_section_fgdg_arrow svg {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
    }
    /* =========================
   MOBILE
========================= */
    @media (max-width: 767px) {
        .sfh_home_section_fgdg {
            padding: 45px 0 50px;
        }
        .sfh_home_section_fgdg_container {
            width: calc(100% - 28px);
        }
        .sfh_home_section_fgdg_header {
            margin-bottom: 25px;
        }
        .sfh_home_section_fgdg_heading_wrap {
            gap: 10px;
        }
        .sfh_home_section_fgdg_heading_line {
            width: 35px;
        }
        .sfh_home_section_fgdg_title {
            font-size: 29px;
        }
        .sfh_home_section_fgdg_view_all {
            display: none;
        }
        .sfh_home_section_fgdg_viewport {
            overflow-x: auto;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }
        .sfh_home_section_fgdg_viewport::-webkit-scrollbar {
            display: none;
        }
        .sfh_home_section_fgdg_track {
            gap: 12px;
            transition: none;
        }
        .sfh_home_section_fgdg_card {
            flex: 0 0 165px;
            max-width: 165px;
        }
        .sfh_home_section_fgdg_content {
            padding: 10px 9px 12px;
        }
        .sfh_home_section_fgdg_product_title {
            font-size: 11px;
        }
        .sfh_home_section_fgdg_sale_price {
            font-size: 13px;
        }
        .sfh_home_section_fgdg_star {
            font-size: 12px;
        }
        .sfh_home_section_fgdg_bottom {
            margin-top: 20px;
        }
    }
    .sfh_coiomeent {
        padding: 30px 0;
        background: #fffdfd;
    }
    /* ==========================================
   HEADING
========================================== */
    /* Heading Lines */
    .sfh_coiomeent_line {
        flex: 1;
        height: 2px;
        background: linear-gradient(90deg,
                transparent,
                #b21b50);
    }
    .sfh_coiomeent_line:last-child {
        background: linear-gradient(90deg,
                #b21b50,
                transparent);
    }
    /* ==========================================
   REVIEWS ROW
========================================== */
    .sfh_coiomeent_row {
        border: 1px solid #f0dfe5;
        border-radius: 11px;
        background: #fff;
        overflow: hidden;
    }
    /* ==========================================
   REVIEW CARD
========================================== */
    .sfh_coiomeent_card {
        min-height: 170px;
        padding: 28px 32px 24px;
        border-right: 1px solid #f1e5e9;
    }
    /* Remove last border */
    .sfh_coiomeent_row>div:last-child .sfh_coiomeent_card {
        border-right: 0;
    }
    /* ==========================================
   USER
========================================== */
    .sfh_coiomeent_user {
        display: flex;
        align-items: center;
        gap: 14px;
    }
    /* Avatar */
    .sfh_coiomeent_avatar {
        width: 57px;
        height: 57px;
        flex: 0 0 57px;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #f3ebee;
    }
    .sfh_coiomeent_avatar img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    /* ==========================================
   USER CONTENT
========================================== */
    .sfh_coiomeent_user_content {
        min-width: 0;
    }
    /* Name */
    .sfh_coiomeent_name {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #222;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
    }
    /* ==========================================
   VERIFIED BUYER
========================================== */
    .sfh_coiomeent_verified {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #55795b;
        font-size: 9px;
        font-weight: 400;
        white-space: nowrap;
    }
    .sfh_coiomeent_verified i {
        color: #16803d;
        font-size: 12px;
    }
    /* ==========================================
   STARS
========================================== */
    .sfh_coiomeent_stars {
        display: flex;
        align-items: center;
        gap: 3px;
        margin-top: 7px;
        color: #f29400;
        font-size: 13px;
        line-height: 1;
    }
    /* ==========================================
   REVIEW TEXT
========================================== */
    .sfh_coiomeent_review {
        margin: 14px 0 0 71px;
        color: #444;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.65;
    }
    .sfh_coiomeent_review .fa-heart {
        margin-left: 3px;
        color: #e62b51;
        font-size: 12px;
    }
    /* ==========================================
   RESPONSIVE
========================================== */
    @media (max-width: 991px) {
        .sfh_coiomeent_card {
            padding: 25px 22px;
        }
        .sfh_coiomeent_review {
            margin-left: 0;
        }
    }
    @media (max-width: 767px) {
        .sfh_coiomeent {
            padding: 25px 15px;
        }
        .sfh_coiomeent_line {
            display: none;
        }
        .sfh_coiomeent_card {
            min-height: auto;
            padding: 24px;
            border-right: 0;
            border-bottom: 1px solid #f1e5e9;
        }
        .sfh_coiomeent_row>div:last-child .sfh_coiomeent_card {
            border-bottom: 0;
        }
        .sfh_coiomeent_review {
            margin-left: 0;
        }
    }
    /* Center Toast Formatting */
    .sfh-center-toast {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -43%);
        background-color: rgba(17, 17, 17, 0.92);
        color: #ffffff;
        padding: 14px 26px;
        border-radius: 6px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        font-size: 15px;
        z-index: 99999;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
        text-align: center;
    }
    .sfh-center-toast.show {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    .sfh_home_section_fgdg_add_to_cart_wrap_sjssjsjsjsjjsj .added_to_cart {
        margin-top: 10px;
        display: block;
        border: 2px solid #c0185a;
        color: #c0185a;
        padding: 6px 0;
        font-weight: 700;
        text-align: center;
        border-radius: 12px;
    }
    /* =========================================================
   LIMITED TIME OFFERS
========================================================= */
    .sfh-limited-offers {
        width: 100%;
        padding: 8px 16px;
        background: #fff;
    }
    /* =========================================================
   INNER CONTAINER
========================================================= */
    .sfh-limited-offers-inner {
        width: 100%;
        margin: 0 auto;
        padding: 40px 14px 60px;
        background:
            linear-gradient(135deg,
                #fff7f1 0%,
                #fff1e9 50%,
                #fff8f4 100%);
        border: 1px solid #eadbd3;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }
    /* =========================================================
   SUBTLE BACKGROUND
========================================================= */
    .sfh-limited-offers-inner::before {
        content: "";
        position: absolute;
        width: 180px;
        display: none;
        height: 180px;
        border-radius: 50%;
        background:
            rgba(255, 255, 255, .65);
        top: -100px;
        right: -50px;
        pointer-events: none;
    }
    /* =========================================================
   HEADING
========================================================= */
    .sfh-limited-heading {
        position: relative;
        z-index: 2;
        margin-bottom: 13px;
    }
    .sfh-limited-heading h2 {
        margin: 0;
        padding: 0 4px;
        color: #c0185a;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 1.2;
    }
    /* =========================================================
   OFFERS TRACK
========================================================= */
    .sfh-offers-track {
        display: flex;
        gap: 15px;
        position: relative;
        z-index: 2;
    }
    /* =========================================================
   OFFER CARD
========================================================= */
    .sfh-offer-card {
        position: relative;
        display: block;
        flex: 1 1 0;
        min-width: 0;
        height: 400px;
        overflow: hidden;
        border-radius: 17px;
        text-decoration: none;
        background: #ddd;
        box-shadow:
            0 4px 14px rgba(80, 30, 0, .08);
        isolation: isolate;
    }
    /* =========================================================
   IMAGE
========================================================= */
    .sfh-offer-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
        transform: scale(1);
        transition:
            transform .7s cubic-bezier(.2, .7, .2, 1);
    }
    /* =========================================================
   IMAGE HOVER
========================================================= */
    .sfh-offer-card:hover img {
        transform: scale(1.08);
    }
    /* =========================================================
   GRADIENT OVERLAY
========================================================= */
    .sfh-offer-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 35%,
                rgba(0, 0, 0, .12) 50%,
                rgba(0, 0, 0, .82) 100%);
        transition:
            background .4s ease;
    }
    .sfh-offer-card:hover .sfh-offer-overlay {
        background:
            linear-gradient(to bottom,
                rgba(0, 0, 0, .02) 25%,
                rgba(0, 0, 0, .18) 50%,
                rgba(0, 0, 0, .88) 100%);
    }
    /* =========================================================
   CONTENT
========================================================= */
    .sfh-offer-content {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 11px;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #fff;
    }
    /* =========================================================
   TITLE
========================================================= */
    .sfh-offer-title {
        display: block;
        color: #fff;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        line-height: 1.15;
        width: 100%;
        text-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    }
    /* =========================================================
   OFFER TEXT
========================================================= */
    .sfh-offer-text {
        display: block;
        margin-top: 10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /* margin: 0 auto; */
        max-width: 300px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    }
    /* =========================================================
   ARROW
========================================================= */
    .sfh-offer-arrow {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 4;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background:
            rgba(181, 0, 80, .9);
        opacity: 0;
        transform:
            translateX(7px);
        transition:
            opacity .3s ease,
            transform .3s ease;
    }
    .sfh-offer-arrow i {
        font-size: 10px;
    }
    .sfh-offer-card:hover .sfh-offer-arrow {
        opacity: 1;
        transform:
            translateX(0);
    }
    /* =========================================================
   CARD HOVER
========================================================= */
    .sfh-offer-card {
        transition:
            transform .3s ease,
            box-shadow .3s ease;
    }
    .sfh-offer-card:hover {
        transform:
            translateY(-3px);
        box-shadow:
            0 12px 28px rgba(80, 30, 0, .16);
    }
    /* =========================================================
   TABLET
========================================================= */
    @media (max-width: 991px) {
        .sfh-limited-offers {
            padding:
                7px 12px;
        }
        .sfh-limited-offers-inner {
            padding:
                16px 12px 12px;
            border-radius: 16px;
        }
        .sfh-limited-heading h2 {
            font-size: 18px;
        }
        .sfh-offers-track {
            gap: 10px;
        }
        .sfh-offer-card {
            height: 185px;
        }
        .sfh-offer-title {
            font-size: 12px;
        }
        .sfh-offer-text {
            font-size: 10px;
        }
    }
    /* =========================================================
   MOBILE
========================================================= */
    @media (max-width: 767px) {
        .sfh-limited-offers {
            padding:
                6px 8px;
        }
        .sfh-limited-offers-inner {
            padding:
                15px 10px 12px;
            border-radius: 15px;
        }
        .sfh-limited-heading {
            margin-bottom: 11px;
        }
        .sfh-limited-heading h2 {
            font-size: 17px;
        }
        /*
       Horizontal scrolling cards
    */
        .sfh-offers-track {
            display: flex;
            overflow-x: auto;
            overflow-y: hidden;
            gap: 9px;
            padding-bottom: 3px;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .sfh-offers-track::-webkit-scrollbar {
            display: none;
        }
        .sfh-offer-card {
            flex:
                0 0 135px;
            width: 135px;
            height: 190px;
            scroll-snap-align: start;
            border-radius: 15px;
        }
        .sfh-offer-content {
            left: 9px;
            right: 9px;
            bottom: 10px;
        }
        .sfh-offer-title {
            font-size: 11px;
        }
        .sfh-offer-text {
            font-size: 9px;
        }
        .sfh-offer-arrow {
            width: 24px;
            height: 24px;
            right: 7px;
            top: 7px;
        }
    }
    /* =========================================================
   SMALL MOBILE
========================================================= */
    @media (max-width: 400px) {
        .sfh-limited-offers-inner {
            padding:
                13px 8px 10px;
        }
        .sfh-limited-heading h2 {
            font-size: 16px;
        }
        .sfh-offers-track {
            gap: 8px;
        }
        .sfh-offer-card {
            flex-basis: 125px;
            width: 125px;
            height: 175px;
            border-radius: 14px;
        }
    }
    /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BLOG PAGE @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
    /* =========================================================
   SAMRIDDHI HOME BLOG
========================================================= */
    .sfh-home-blog {
        width: 100%;
        padding: 80px 56px;
        background: #fff;
    }
    /* =========================================================
   CONTAINER
========================================================= */
    .sfh-home-blog>.container-fluid {
        margin: 0 auto;
    }
    /* =========================================================
   HEADER
========================================================= */
    .sfh-blog-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 80px;
    }
    /* =========================================================
   EYEBROW
========================================================= */
    .sfh-blog-eyebrow {
        display: block;
        margin-bottom: 7px;
        color: #b50050;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    /* =========================================================
   HEADING
========================================================= */
    .sfh-blog-heading h2 {
        margin: 0;
        color: #a90048;
        font-size: 45px;
        font-weight: 700;
        line-height: 1.15;
    }
    /* =========================================================
   DESCRIPTION
========================================================= */
    .sfh-blog-heading p {
        max-width: 580px;
        margin: 8px 0 0;
        color: #777;
        font-size: 16px;
        line-height: 1.6;
    }
    /* =========================================================
   VIEW ALL
========================================================= */
    .sfh-blog-view-all {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        flex-shrink: 0;
        padding: 10px 18px;
        border-radius: 30px;
        background: #b50050;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition: background .3s ease,
            transform .3s ease,
            box-shadow .3s ease;
    }
    .sfh-blog-view-all:hover {
        background: #8d003d;
        color: #fff;
        transform:
            translateY(-2px);
        box-shadow:
            0 8px 20px rgba(181, 0, 80, .18);
    }
    .sfh-blog-view-all i {
        font-size: 9px;
        transition:
            transform .3s ease;
    }
    .sfh-blog-view-all:hover i {
        transform:
            translateX(4px);
    }
    /* =========================================================
   BLOG GRID
========================================================= */
    .sfh-blog-grid {
        display: grid;
        grid-template-columns:
            repeat(4, 1fr);
        gap: 18px;
    }
    /* =========================================================
   BLOG CARD
========================================================= */
    .sfh-blog-card {
        min-width: 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid #eee3e7;
        border-radius: 13px;
        box-shadow:
            0 5px 18px rgba(70, 0, 30, .04);
        transition:
            transform .35s ease,
            box-shadow .35s ease;
    }
    .sfh-blog-card:hover {
        transform:
            translateY(-6px);
        box-shadow:
            0 16px 35px rgba(70, 0, 30, .11);
    }
    /* =========================================================
   IMAGE
========================================================= */
    .sfh-blog-image {
        display: block;
        position: relative;
        height: 245px;
        overflow: hidden;
        background: #f5f0f2;
        line-height: 0;
    }
    /* IMAGE */
    .sfh-blog-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition:
            transform .7s cubic-bezier(.2, .7, .2, 1);
    }
    .sfh-blog-card:hover .sfh-blog-image img {
        transform:
            scale(1.07);
    }
    /* =========================================================
   CATEGORY
========================================================= */
    .sfh-blog-category {
        position: absolute;
        top: 12px;
        left: 12px;
        padding: 6px 10px;
        border-radius: 20px;
        background: rgba(181, 0, 80, .95);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: .5px;
    }
    /* =========================================================
   IMAGE ARROW
========================================================= */
    .sfh-blog-image-arrow {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .93);
        color: #b50050;
        opacity: 0;
        transform:
            translateY(8px);
        transition:
            opacity .3s ease,
            transform .3s ease;
    }
    .sfh-blog-card:hover .sfh-blog-image-arrow {
        opacity: 1;
        transform:
            translateY(0);
    }
    .sfh-blog-image-arrow i {
        font-size: 10px;
    }
    /* =========================================================
   NO IMAGE
========================================================= */
    .sfh-blog-no-image {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8edf2;
        color: #b50050;
    }
    .sfh-blog-no-image i {
        font-size: 50px;
        opacity: .35;
    }
    /* =========================================================
   CONTENT
========================================================= */
    .sfh-blog-content {
        padding: 17px 17px 18px;
    }
    /* =========================================================
   META
========================================================= */
    .sfh-blog-meta {
        margin-bottom: 12px;
        color: #999;
        font-size: 16px;
    }
    .sfh-blog-meta span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .sfh-blog-meta i {
        color: #b50050;
        font-size: 16px;
    }
    /* =========================================================
   TITLE
========================================================= */
    .sfh-blog-content h3 {
        margin: 0;
        min-height: 40px;
    }
    .sfh-blog-content h3 a {
        display: -webkit-box;
        overflow: hidden;
        color: #222;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        transition:
            color .25s ease;
    }
    .sfh-blog-content h3 a:hover {
        color: #b50050;
    }
    /* =========================================================
   EXCERPT
========================================================= */
    .sfh-blog-content>p {
        display: -webkit-box;
        overflow: hidden;
        margin: 8px 0 13px;
        color: #777;
        font-size: 16px;
        line-height: 1.65;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    /* =========================================================
   READ MORE
========================================================= */
    .sfh-blog-read-more {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #b50050;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
    }
    .sfh-blog-read-more i {
        font-size: 16px;
        transition:
            transform .3s ease;
    }
    .sfh-blog-read-more:hover {
        color: #8d003d;
    }
    .sfh-blog-read-more:hover i {
        transform:
            translateX(4px);
    }
    /* =========================================================
   EMPTY
========================================================= */
    .sfh-blog-empty {
        padding: 40px;
        text-align: center;
        border: 1px dashed #e4d8dd;
        border-radius: 12px;
        color: #777;
    }
    /* =========================================================
   TABLET
========================================================= */
    @media (max-width: 1100px) {
        .sfh-blog-grid {
            grid-template-columns:
                repeat(2, 1fr);
        }
        .sfh-blog-image {
            height: 280px;
        }
    }
    /* =========================================================
   MOBILE
========================================================= */
    @media (max-width: 767px) {
        .sfh-home-blog {
            padding:
                38px 8px;
        }
        .sfh-blog-header {
            align-items: flex-start;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 18px;
        }
        .sfh-blog-heading h2 {
            font-size: 24px;
        }
        .sfh-blog-heading p {
            font-size: 10px;
            line-height: 1.5;
        }
        .sfh-blog-view-all {
            padding:
                9px 15px;
            font-size: 10px;
        }
        /*
       Horizontal blog cards
       on mobile
    */
        .sfh-blog-grid {
            display: flex;
            overflow-x: auto;
            gap: 12px;
            padding:
                3px 2px 10px;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .sfh-blog-grid::-webkit-scrollbar {
            display: none;
        }
        .sfh-blog-card {
            flex:
                0 0 275px;
            width: 275px;
            scroll-snap-align: start;
        }
        .sfh-blog-image {
            height: 230px;
        }
        .sfh-blog-content {
            padding:
                14px;
        }
        .sfh-blog-content h3 a {
            font-size: 14px;
        }
        /*
       Always show arrow on touch devices
    */
        .sfh-blog-image-arrow {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* =========================================================
   SMALL MOBILE
========================================================= */
    @media (max-width: 400px) {
        .sfh-blog-card {
            flex-basis: 250px;
            width: 250px;
        }
        .sfh-blog-image {
            height: 210px;
        }
    }
    /* =========================================================
   SAMRIDDHI FASHION HUB
   LIGHT LUXURY FOOTER
   NO BEFORE / AFTER ELEMENTS
========================================================= */
    .sfh-footer {
        position: relative;
        width: 100%;
        background: #ffffff;
        color: #252525;
        overflow: hidden;
    }
    /* =========================================================
   NEWSLETTER
========================================================= */
    .sfh-footer-newsletter {
        position: relative;
        padding: 35px 16px;
        background: #fdf3f7;
        border-top: 1px solid #f3dce5;
        border-bottom: 1px solid #f3dce5;
    }
    .sfh-footer-newsletter .container {
        max-width: 1450px;
    }
    .sfh-newsletter-wrapper {
        min-height: 105px;
        padding: 20px 25px;
        display: flex;
        align-items: center;
        gap: 22px;
        background: #ffffff;
        border: 1px solid #ead7df;
        border-radius: 14px;
        box-shadow: 0 8px 30px rgba(90, 0, 40, 0.06);
        transition:
            box-shadow .35s ease,
            transform .35s ease;
    }
    .sfh-newsletter-wrapper:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 40px rgba(90, 0, 40, 0.09);
    }
    /* ICON */
    .sfh-newsletter-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #8d003d;
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(141, 0, 61, 0.18);
        transition:
            transform .35s ease,
            background .35s ease;
    }
    .sfh-newsletter-wrapper:hover .sfh-newsletter-icon {
        transform: scale(1.06) rotate(-5deg);
        background: #a90049;
    }
    .sfh-newsletter-icon i {
        font-size: 21px;
    }
    /* CONTENT */
    .sfh-newsletter-content {
        flex: 1;
    }
    .sfh-newsletter-content span {
        display: block;
        margin-bottom: 5px;
        color: #8d003d;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .sfh-newsletter-content h3 {
        margin: 0;
        color: #24151b;
       
        font-size: 25px;
        font-weight: 600;
        line-height: 1.25;
    }
    .sfh-newsletter-content p {
        margin: 5px 0 0;
        color: #777;
        font-size: 13px;
        line-height: 1.6;
    }
    /* FORM */
    .sfh-newsletter-form {
        width: 410px;
        max-width: 100%;
        display: flex;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #d9c7ce;
        border-radius: 8px;
        transition:
            border-color .3s ease,
            box-shadow .3s ease;
    }
    .sfh-newsletter-form:focus-within {
        border-color: #8d003d;
        box-shadow: 0 0 0 3px rgba(141, 0, 61, 0.07);
    }
    .sfh-newsletter-form input {
        width: 100%;
        min-width: 0;
        flex: 1;
        height: 48px;
        padding: 0 16px;
        border: 0;
        outline: 0;
        color: #333;
        background: #ffffff;
        font-size: 13px;
    }
    .sfh-newsletter-form input::placeholder {
        color: #999;
    }
    .sfh-newsletter-form button {
        height: 48px;
        padding: 0 20px;
        border: 0;
        background: #8d003d;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        cursor: pointer;
        transition:
            background .3s ease,
            padding .3s ease;
    }
    .sfh-newsletter-form button:hover {
        background: #65002c;
    }
    .sfh-newsletter-form button i {
        margin-left: 7px;
        font-size: 10px;
    }
    /* =========================================================
   MAIN FOOTER
========================================================= */
    .sfh-footer-main {
        position: relative;
        padding: 65px 16px 55px;
        background: #ffffff;
    }
    .sfh-footer-main .container {
        max-width: 1450px;
    }
    /* =========================================================
   BRAND
========================================================= */
    .sfh-footer-brand {
        padding-right: 35px;
    }
    .sfh-footer-logo {
        display: inline-block;
        text-decoration: none;
    }
    /* CUSTOM LOGO */
    .sfh-footer-logo .custom-logo {
        width: 190px;
        height: auto;
        display: block;
        filter: none;
        transition: transform .3s ease;
    }
    .sfh-footer-logo:hover .custom-logo {
        transform: translateY(-2px);
    }
    /* TEXT LOGO */
    .sfh-footer-text-logo {
        display: flex;
        flex-direction: column;
    }
    .sfh-footer-logo-main {
        color: #8d003d;
       
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1;
    }
    .sfh-footer-logo-sub {
        margin-top: 6px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 4px;
    }
    .sfh-footer-text-logo small {
        margin-top: 8px;
        color: #999;
       
        font-size: 11px;
        
    }
    /* DESCRIPTION */
    .sfh-footer-description {
        max-width: 390px;
        margin: 22px 0;
        color: #777;
        font-size: 16px;
        line-height: 1.85;
    }
    /* =========================================================
   SOCIAL ICONS
========================================================= */
    .sfh-footer-social {
        display: flex;
        align-items: center;
        gap: 9px;
    }
    .sfh-footer-social a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dfcbd4;
        border-radius: 50%;
        color: #8d003d;
        background: #ffffff;
        font-size: 14px;
        text-decoration: none;
        transition:
            transform .3s ease,
            background .3s ease,
            border-color .3s ease,
            color .3s ease,
            box-shadow .3s ease;
    }
    .sfh-footer-social a:hover {
        transform: translateY(-4px);
        background: #8d003d;
        border-color: #8d003d;
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(141, 0, 61, 0.18);
    }
    /* =========================================================
   FOOTER COLUMNS
========================================================= */
    .sfh-footer-column {
        height: 100%;
    }
    .sfh-footer-column h3 {
        position: relative;
        margin: 0 0 24px;
        padding-bottom: 12px;
        color: #24151b;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
    }
    /* SMALL MAROON LINE */
    .sfh-footer-column h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 32px;
        height: 2px;
        background: #8d003d;
        border-radius: 10px;
    }
    /* MENU */
    .sfh-footer-menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .sfh-footer-menu li {
        margin: 0 0 13px;
        padding: 0;
    }
    .sfh-footer-menu li:last-child {
        margin-bottom: 0;
    }
    .sfh-footer-menu li a {
        position: relative;
        display: inline-block;
        color: #777;
        font-size: 16px;
        line-height: 1.6;
        text-decoration: none;
        transition:
            color .25s ease,
            padding-left .25s ease;
    }
    .sfh-footer-menu li a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 1px;
        background: #8d003d;
        transition: width .3s ease;
    }
    .sfh-footer-menu li a:hover {
        padding-left: 5px;
        color: #8d003d;
    }
    .sfh-footer-menu li a:hover::before {
        width: calc(100% - 5px);
    }
    /* =========================================================
   HELP / CONTACT
========================================================= */
    .sfh-footer-help {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .sfh-footer-help a,
    .sfh-footer-help-item {
        display: flex;
        align-items: center;
        gap: 11px;
        color: #777;
        font-size: 16px;
        line-height: 1.5;
        text-decoration: none;
        transition: color .25s ease;
    }
    .sfh-footer-help a:hover {
        color: #8d003d;
    }
    .sfh-footer-help i {
        width: 22px;
        flex: 0 0 22px;
        color: #8d003d;
        font-size: 14px;
        text-align: center;
    }
    /* SECURE */
    .sfh-footer-secure {
        display: flex;
        align-items: center;
        gap: 9px;
        margin-top: 24px;
        padding-top: 17px;
        border-top: 1px solid #eee3e7;
        color: #8d003d;
        font-size: 12px;
        line-height: 1.5;
    }
    .sfh-footer-secure i {
        font-size: 15px;
    }
    /* =========================================================
   TRUST BAR
========================================================= */
    .sfh-footer-trust {
        position: relative;
        padding: 24px 16px;
        background: #faf7f8;
        border-top: 1px solid #eee3e7;
        border-bottom: 1px solid #eee3e7;
    }
    .sfh-footer-trust .container {
        max-width: 1450px;
    }
    .sfh-trust-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
    .sfh-trust-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        transition: transform .3s ease;
    }
    .sfh-trust-item:hover {
        transform: translateY(-3px);
    }
    .sfh-trust-item>i {
        color: #8d003d;
        font-size: 22px;
    }
    .sfh-trust-item div {
        display: flex;
        flex-direction: column;
    }
    .sfh-trust-item strong {
        color: #333;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.4;
    }
    .sfh-trust-item span {
        margin-top: 3px;
        color: #999;
        font-size: 11px;
        line-height: 1.4;
    }
    /* =========================================================
   FOOTER BOTTOM
========================================================= */
    .sfh-footer-bottom {
        position: relative;
        padding: 20px 16px;
        background: #ffffff;
        border-top: 1px solid #eee3e7;
    }
    .sfh-footer-bottom .container {
        max-width: 1450px;
    }
    .sfh-footer-bottom-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .sfh-footer-bottom p {
        margin: 0;
        color: #999;
        font-size: 16px;
        line-height: 1.6;
    }
    .sfh-footer-bottom strong {
        color: #8d003d;
    }
    /* =========================================================
   PAYMENT
========================================================= */
    .sfh-payment-methods {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .sfh-payment-methods>span {
        color: #999;
        font-size: 16px;
    }
    .sfh-payment-icons {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .sfh-payment-icons span {
        min-width: 48px;
        padding: 6px 8px;
        border: 1px solid #e6dce0;
        border-radius: 4px;
        background: #ffffff;
        color: #555;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        transition:
            border-color .25s ease,
            color .25s ease,
            transform .25s ease;
    }
    .sfh-payment-icons span:hover {
        border-color: #8d003d;
        color: #8d003d;
        transform: translateY(-2px);
    }
    /* CREDIT */
    .sfh-footer-credit i {
        margin: 0 3px;
        color: #8d003d;
        font-size: 10px;
    }
    /* =========================================================
   LARGE TABLET
========================================================= */
    @media (max-width: 1199px) {
        .sfh-newsletter-wrapper {
            flex-wrap: wrap;
        }
        .sfh-newsletter-content {
            flex: 1 1 60%;
        }
        .sfh-newsletter-form {
            width: 100%;
            margin-top: 5px;
        }
        .sfh-footer-main {
            padding: 55px 16px 45px;
        }
    }
    /* =========================================================
   TABLET
========================================================= */
    @media (max-width: 991px) {
        .sfh-footer-main .row {
            row-gap: 40px !important;
        }
        .sfh-footer-brand {
            padding-right: 0;
        }
        .sfh-trust-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 25px 15px;
        }
        .sfh-footer-bottom-inner {
            flex-wrap: wrap;
        }
    }
    /* =========================================================
   MOBILE
========================================================= */
    @media (max-width: 767px) {
        /* NEWSLETTER */
        .sfh-footer-newsletter {
            padding: 15px 8px;
        }
        .sfh-newsletter-wrapper {
            min-height: auto;
            padding: 18px;
            display: grid;
            grid-template-columns: 48px 1fr;
            gap: 12px;
            border-radius: 12px;
        }
        .sfh-newsletter-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            grid-row: span 2;
        }
        .sfh-newsletter-icon i {
            font-size: 18px;
        }
        .sfh-newsletter-content span {
            font-size: 9px;
            letter-spacing: 1.5px;
        }
        .sfh-newsletter-content h3 {
            font-size: 19px;
        }
        .sfh-newsletter-content p {
            font-size: 11px;
            line-height: 1.55;
        }
        .sfh-newsletter-form {
            grid-column: 1 / -1;
            width: 100%;
            margin-top: 5px;
        }
        .sfh-newsletter-form input {
            height: 46px;
            font-size: 13px;
        }
        .sfh-newsletter-form button {
            height: 46px;
            padding: 0 14px;
            font-size: 11px;
        }
        /* MAIN FOOTER */
        .sfh-footer-main {
            padding: 45px 18px 40px;
        }
        .sfh-footer-main .row {
            row-gap: 35px !important;
        }
        /* LOGO */
        .sfh-footer-logo-main {
            font-size: 27px;
        }
        .sfh-footer-logo-sub {
            font-size: 12px;
            letter-spacing: 3px;
        }
        .sfh-footer-text-logo small {
            font-size: 10px;
        }
        /* DESCRIPTION */
        .sfh-footer-description {
            max-width: 100%;
            margin: 18px 0;
            font-size: 13px;
            line-height: 1.75;
        }
        /* SOCIAL */
        .sfh-footer-social {
            gap: 8px;
        }
        .sfh-footer-social a {
            width: 35px;
            height: 35px;
            font-size: 13px;
        }
        /* COLUMNS */
        .sfh-footer-column h3 {
            margin-bottom: 17px;
            font-size: 15px;
        }
        .sfh-footer-menu li {
            margin-bottom: 10px;
        }
        .sfh-footer-menu li a {
            font-size: 13px;
        }
        /* HELP */
        .sfh-footer-help {
            gap: 13px;
        }
        .sfh-footer-help a,
        .sfh-footer-help-item {
            font-size: 13px;
        }
        .sfh-footer-secure {
            font-size: 11px;
        }
        /* TRUST */
        .sfh-footer-trust {
            padding: 18px 10px;
        }
        .sfh-trust-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px 8px;
        }
        .sfh-trust-item {
            justify-content: flex-start;
            gap: 8px;
        }
        .sfh-trust-item>i {
            font-size: 18px;
        }
        .sfh-trust-item strong {
            font-size: 10px;
        }
        .sfh-trust-item span {
            font-size: 8px;
        }
        /* BOTTOM */
        .sfh-footer-bottom {
            padding: 18px 10px;
        }
        .sfh-footer-bottom-inner {
            flex-direction: column;
            text-align: center;
            gap: 13px;
        }
        .sfh-footer-bottom p {
            font-size: 10px;
        }
        /* PAYMENT */
        .sfh-payment-methods {
            flex-direction: column;
            gap: 7px;
        }
        .sfh-payment-methods>span {
            font-size: 9px;
        }
        .sfh-payment-icons {
            gap: 4px;
        }
        .sfh-payment-icons span {
            min-width: 44px;
            padding: 6px 7px;
            font-size: 9px;
        }
        .sfh-footer-credit {
            order: 3;
        }
    }
    /* =========================================================
   SMALL MOBILE
========================================================= */
    @media (max-width: 400px) {
        .sfh-footer-main {
            padding: 38px 15px 35px;
        }
        .sfh-footer-logo-main {
            font-size: 24px;
        }
        .sfh-footer-logo-sub {
            font-size: 10px;
            letter-spacing: 2.5px;
        }
        .sfh-footer-description {
            font-size: 12px;
        }
        .sfh-footer-column h3 {
            font-size: 14px;
        }
        .sfh-footer-menu li a {
            font-size: 12px;
        }
        .sfh-footer-help a,
        .sfh-footer-help-item {
            font-size: 12px;
        }
        .sfh-trust-item strong {
            font-size: 9px;
        }
        .sfh-trust-item span {
            font-size: 7px;
        }
    }
    /* ###################################################
##################################################
#################################################
/* =========================================================
   SFH ABOUT PAGE
   LIGHT FASHION EDITORIAL THEME
========================================================= */
    .sfh_about_main_page {
        --sfh-about-maroon: #8d003d;
        --sfh-about-maroon-dark: #5e0029;
        --sfh-about-pink: #f8e9ef;
        --sfh-about-pink-light: #fdf7f9;
        --sfh-about-text: #242124;
        --sfh-about-gray: #777277;
        --sfh-about-border: #e9e2e5;
        --sfh-about-white: #ffffff;
        width: 100%;
        overflow: hidden;
        background: #ffffff;
        color: var(--sfh-about-text);
    }
    .sfh_about_main_container {
        max-width: 1450px;
    }
    /* =========================================================
   COMMON TYPOGRAPHY
========================================================= */
    .sfh_about_main_section_number,
    .sfh_about_main_eyebrow {
        display: block;
        color: var(--sfh-about-maroon);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
    .sfh_about_main_section_number {
        margin-bottom: 22px;
    }
    /* =========================================================
   HERO
========================================================= */
    .sfh_about_main_hero {
        padding: 90px 28px 40px;
        background: #fff;
    }
    .sfh_about_main_hero_container {
        max-width: 1550px;
        margin: auto;
        padding: 0;
    }
    .sfh_about_main_eyebrow {
        margin-bottom: 22px;
    }
    .sfh_about_main_hero_title {
        max-width: 1000px;
        margin: 0;
        color: #1b191a;
       
        font-size: clamp(60px, 7.2vw, 125px);
        font-weight: 400;
        line-height: .92;
        letter-spacing: -5px;
    }
    .sfh_about_main_hero_title span {
        display: block;
        color: var(--sfh-about-maroon);
        
    }
    .sfh_about_main_hero_intro {
        max-width: 390px;
        margin-left: auto;
        padding-bottom: 15px;
    }
    .sfh_about_main_hero_intro p {
        margin: 0;
        color: #686368;
        font-size: 16px;
        line-height: 1.9;
    }
    .sfh_about_main_hero_intro strong {
        color: #242124;
    }
    .sfh_about_main_scroll_label {
        margin-top: 35px;
        display: flex;
        align-items: center;
        gap: 13px;
        color: var(--sfh-about-maroon);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }
    .sfh_about_main_scroll_icon {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d9c4cd;
        border-radius: 50%;
    }
    .sfh_about_main_scroll_icon i {
        font-size: 11px;
    }
    /* HERO GALLERY */
    .sfh_about_main_hero_gallery {
        max-width: 1550px;
        height: 650px;
        margin: 75px auto 0;
        display: grid;
        grid-template-columns: 1.2fr .7fr .7fr;
        gap: 15px;
    }
    .sfh_about_main_hero_image {
        position: relative;
        overflow: hidden;
        background: #eee;
    }
    .sfh_about_main_hero_image_two {
        margin-top: 75px;
        margin-bottom: 25px;
    }
    .sfh_about_main_hero_image_three {
        margin-top: 25px;
        margin-bottom: 75px;
    }
    .sfh_about_main_hero_image img {
        width: 100%;
        height: 115%;
        position: absolute;
        top: -7%;
        left: 0;
        object-fit: cover;
    }
    /* =========================================================
   INTRO
========================================================= */
    .sfh_about_main_intro_section {
        padding: 140px 20px;
    }
    .sfh_about_main_intro_text p {
        max-width: 850px;
        margin: 0;
        color: #686268;
       
        font-size: clamp(24px, 2.5vw, 42px);
        line-height: 1.45;
    }
    .sfh_about_main_intro_text p strong {
        color: var(--sfh-about-maroon);
        font-weight: 400;
    }
    .sfh_about_main_intro_text h2 {
        max-width: 1150px;
        margin: 80px 0 0 auto;
        color: #191719;
       
        font-size: clamp(42px, 5.2vw, 84px);
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: -3px;
    }
    .sfh_about_main_intro_text h2 em {
        color: var(--sfh-about-maroon);
        font-weight: 400;
    }
    /* =========================================================
   STORY
========================================================= */
    .sfh_about_main_story {
        background: var(--sfh-about-pink-light);
    }
    .sfh_about_main_story_container {
        max-width: 1600px;
        margin: auto;
    }
    .sfh_about_main_story_visual {
        position: relative;
        height: 100%;
        min-height: 750px;
        padding: 30px;
    }
    .sfh_about_main_story_image {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .sfh_about_main_story_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sfh_about_main_story_badge {
        position: absolute;
        right: 0;
        bottom: 70px;
        width: 190px;
        height: 190px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--sfh-about-maroon);
        color: #fff;
        text-align: center;
    }
    .sfh_about_main_story_badge span {
        margin-bottom: 8px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .sfh_about_main_story_badge strong {
       
        font-size: 24px;
        
        font-weight: 400;
    }
    .sfh_about_main_story_content {
        min-height: 750px;
        padding: 100px 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sfh_about_main_story_content h2 {
        max-width: 600px;
        margin: 0 0 40px;
        color: #1d1a1c;
       
        font-size: clamp(46px, 5vw, 80px);
        font-weight: 400;
        line-height: 1.03;
        letter-spacing: -3px;
    }
    .sfh_about_main_story_content h2 em {
        display: block;
        color: var(--sfh-about-maroon);
        font-weight: 400;
    }
    .sfh_about_main_story_content p {
        max-width: 640px;
        margin: 0 0 20px;
        color: #716b6f;
        font-size: 14px;
        line-height: 1.9;
    }
    .sfh_about_main_story_content p strong {
        color: #2d292c;
    }
    .sfh_about_main_story_statement {
        margin-top: 40px;
        display: flex;
        align-items: center;
        gap: 18px;
        color: var(--sfh-about-maroon);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }
    .sfh_about_main_story_line {
        width: 80px;
        height: 1px;
        background: #caa7b7;
    }
    /* =========================================================
   BELIEVE
========================================================= */
    .sfh_about_main_believe {
        padding: 140px 20px;
    }
    .sfh_about_main_section_header {
        margin-bottom: 75px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 40px;
    }
    .sfh_about_main_section_header h2 {
        max-width: 850px;
        margin: 0;
        color: #1f1b1d;
       
        font-size: clamp(45px, 4.7vw, 76px);
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: -2.5px;
    }
    .sfh_about_main_section_header h2 em {
        color: var(--sfh-about-maroon);
        font-weight: 400;
    }
    .sfh_about_main_section_header>p {
        max-width: 330px;
        margin: 0;
        color: #777;
        font-size: 14px;
        line-height: 1.8;
    }
    /* VALUES */
    .sfh_about_main_values {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        border-top: 1px solid var(--sfh-about-border);
        border-left: 1px solid var(--sfh-about-border);
    }
    .sfh_about_main_value_card {
        min-height: 350px;
        padding: 32px;
        border-right: 1px solid var(--sfh-about-border);
        border-bottom: 1px solid var(--sfh-about-border);
        background: #fff;
        display: flex;
        flex-direction: column;
        transition:
            background .35s ease,
            transform .35s ease,
            box-shadow .35s ease;
    }
    .sfh_about_main_value_card:hover {
        background: var(--sfh-about-pink-light);
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(77, 16, 43, .07);
    }
    .sfh_about_main_value_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sfh_about_main_value_top span {
        color: #aaa;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .sfh_about_main_value_top i {
        color: var(--sfh-about-maroon);
        font-size: 20px;
    }
    .sfh_about_main_value_card h3 {
        margin: auto 0 18px;
        color: #1f1b1e;
       
        font-size: 29px;
        font-weight: 400;
    }
    .sfh_about_main_value_card p {
        margin: 0;
        color: #777;
        font-size: 13px;
        line-height: 1.75;
    }
    /* =========================================================
   PHILOSOPHY
========================================================= */
    .sfh_about_main_philosophy {
        padding: 140px 20px;
        background: #faf8f9;
    }
    .sfh_about_main_philosophy_visual {
        max-width: 500px;
    }
    .sfh_about_main_philosophy_image {
        height: 660px;
        overflow: hidden;
    }
    .sfh_about_main_philosophy_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }
    .sfh_about_main_philosophy_image:hover img {
        transform: scale(1.04);
    }
    .sfh_about_main_philosophy_caption {
        display: block;
        margin-top: 15px;
        color: #999;
        font-size: 9px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .sfh_about_main_philosophy_content {
        padding-left: 7%;
    }
    .sfh_about_main_philosophy_content h2 {
        margin: 0 0 5px;
        color: #1e1b1d;
       
        font-size: clamp(44px, 4vw, 67px);
        font-weight: 400;
        line-height: 1.08;
        letter-spacing: -2px;
    }
    .sfh_about_main_philosophy_content .sfh_about_main_philosophy_accent {
        margin-bottom: 40px;
        color: var(--sfh-about-maroon);
        
    }
    .sfh_about_main_philosophy_content p {
        max-width: 660px;
        margin: 0 0 18px;
        color: #706b6e;
        font-size: 14px;
        line-height: 1.9;
    }
    .sfh_about_main_philosophy_words {
        margin-top: 48px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sfh_about_main_philosophy_words span {
        padding: 11px 20px;
        border: 1px solid #d7c2cb;
        border-radius: 100px;
        color: var(--sfh-about-maroon);
       
        font-size: 14px;
        
    }
    /* =========================================================
   CURATED
========================================================= */
    .sfh_about_main_curated {
        padding: 150px 20px;
        background: #ffffff;
    }
    .sfh_about_main_curated_box {
        text-align: center;
    }
    .sfh_about_main_curated_box h2 {
        max-width: 1050px;
        margin: 0 auto 35px;
        color: #1d1a1b;
       
        font-size: clamp(48px, 5vw, 84px);
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: -3px;
    }
    .sfh_about_main_curated_box>p {
        max-width: 680px;
        margin: 0 auto 12px;
        color: #777;
        font-size: 14px;
        line-height: 1.8;
    }
    .sfh_about_main_curated_question {
        max-width: 950px;
        margin: 75px auto 0;
        padding: 65px 50px;
        background: var(--sfh-about-pink-light);
        border: 1px solid #eedee5;
    }
    .sfh_about_main_curated_question small {
        display: block;
        margin-bottom: 25px;
        color: #999;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .sfh_about_main_curated_question h3 {
        margin: 0;
        color: var(--sfh-about-maroon);
       
        font-size: clamp(32px, 3.2vw, 52px);
        font-weight: 400;
        
        line-height: 1.25;
    }
    .sfh_about_main_curated_question span {
        display: block;
        margin-top: 23px;
        color: #686268;
        font-size: 12px;
    }
    /* =========================================================
   MORE THAN FASHION
========================================================= */
    .sfh_about_main_more {
        padding: 130px 25px;
        background: #f9f5f7;
    }
    .sfh_about_main_more .container-fluid {
        max-width: 1550px;
        margin: auto;
    }
    .sfh_about_main_more_heading {
        max-width: 850px;
        margin-bottom: 70px;
    }
    .sfh_about_main_more_heading h2 {
        margin: 0;
        color: #1e1b1d;
       
        font-size: clamp(50px, 5vw, 83px);
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: -3px;
    }
    .sfh_about_main_more_heading h2 em {
        display: block;
        color: var(--sfh-about-maroon);
        font-weight: 400;
    }
    .sfh_about_main_more_track {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
    .sfh_about_main_more_item {
        min-height: 300px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        border: 1px solid #e4d7dd;
        background: #fff;
        transition:
            transform .35s ease,
            box-shadow .35s ease;
    }
    .sfh_about_main_more_item:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(70, 20, 40, .06);
    }
    .sfh_about_main_more_item span {
        color: var(--sfh-about-maroon);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .sfh_about_main_more_item h3 {
        margin: auto 0 0;
        color: #292327;
       
        font-size: 26px;
        font-weight: 400;
        line-height: 1.35;
    }
    /* =========================================================
   PROMISE
========================================================= */
    .sfh_about_main_promise {
        padding: 150px 20px;
        background: #fff;
    }
    .sfh_about_main_promise h2 {
        max-width: 630px;
        margin: 0;
        color: #1e1a1d;
       
        font-size: clamp(48px, 4.5vw, 73px);
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: -2.5px;
    }
    .sfh_about_main_promise h2 span {
        display: block;
        color: var(--sfh-about-maroon);
        
    }
    .sfh_about_main_promise_content {
        max-width: 650px;
    }
    .sfh_about_main_promise_content p {
        margin: 0 0 20px;
        color: #726d70;
        font-size: 14px;
        line-height: 1.9;
    }
    .sfh_about_main_promise_content strong {
        display: block;
        margin-top: 35px;
        padding-top: 25px;
        border-top: 1px solid #e3d8dd;
        color: var(--sfh-about-maroon);
       
        font-size: 22px;
        font-weight: 400;
        
        line-height: 1.5;
    }
    /* =========================================================
   WHY SFH
========================================================= */
    .sfh_about_main_why {
        padding: 130px 20px;
        background: #faf8f9;
    }
    .sfh_about_main_why_card {
        height: 100%;
        min-height: 315px;
        padding: 27px;
        background: #ffffff;
        border: 1px solid #e9e1e4;
        display: flex;
        flex-direction: column;
        transition:
            transform .35s ease,
            border-color .35s ease,
            box-shadow .35s ease;
    }
    .sfh_about_main_why_card:hover {
        transform: translateY(-7px);
        border-color: #d5aabc;
        box-shadow: 0 18px 45px rgba(83, 16, 46, .07);
    }
    .sfh_about_main_why_card>span {
        color: #aaa;
        font-size: 10px;
    }
    .sfh_about_main_why_card i {
        margin: 55px 0 35px;
        color: var(--sfh-about-maroon);
        font-size: 25px;
    }
    .sfh_about_main_why_card h3 {
        margin: 0 0 15px;
        color: #292428;
       
        font-size: 22px;
        font-weight: 400;
    }
    .sfh_about_main_why_card p {
        margin: 0;
        color: #7b7579;
        font-size: 12px;
        line-height: 1.75;
    }
    /* =========================================================
   SFH WOMAN
========================================================= */
    .sfh_about_main_woman {
        background: var(--sfh-about-maroon);
    }
    .sfh_about_main_woman_content {
        min-height: 800px;
        padding: 100px 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }
    .sfh_about_main_woman_content .sfh_about_main_section_number {
        color: #e8b8cb;
    }
    .sfh_about_main_woman_content h2 {
        max-width: 700px;
        margin: 0;
        color: #fff;
       
        font-size: clamp(52px, 5vw, 84px);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -3px;
    }
    .sfh_about_main_woman_content h2 span {
        display: block;
        color: #f4c8d9;
        
    }
    .sfh_about_main_woman_content h3 {
        margin: 24px 0 50px;
        color: #fff;
       
        font-size: 27px;
        font-weight: 400;
        
    }
    .sfh_about_main_woman_words {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .sfh_about_main_woman_words span {
        color: rgba(255, 255, 255, .75);
        font-size: 14px;
    }
    .sfh_about_main_woman_personality {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
    }
    .sfh_about_main_woman_personality span,
    .sfh_about_main_woman_personality strong {
        padding: 10px 17px;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 100px;
        color: #fff;
        font-size: 11px;
        font-weight: 400;
    }
    .sfh_about_main_woman_personality strong {
        background: #fff;
        color: var(--sfh-about-maroon);
    }
    .sfh_about_main_woman_content>p {
        margin: 38px 0 0;
        color: #f7d9e5;
       
        font-size: 20px;
        
    }
    .sfh_about_main_woman_image {
        height: 800px;
        overflow: hidden;
    }
    .sfh_about_main_woman_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* =========================================================
   FINAL CTA
========================================================= */
    .sfh_about_main_final {
        padding: 160px 20px 150px;
        background: #fff;
        text-align: center;
    }
    .sfh_about_main_final_content {
        max-width: 1100px;
        margin: auto;
    }
    .sfh_about_main_final_content .sfh_about_main_section_number {
        margin-bottom: 35px;
    }
    .sfh_about_main_final_content h2 {
        margin: 0;
        color: #211d20;
       
        font-size: clamp(50px, 6vw, 95px);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -4px;
    }
    .sfh_about_main_final_content h2 span {
        display: block;
        color: var(--sfh-about-maroon);
        
    }
    .sfh_about_main_final_content p {
        max-width: 640px;
        margin: 38px auto 0;
        color: #777;
        font-size: 14px;
        line-height: 1.85;
    }
    .sfh_about_main_final_content p+p {
        margin-top: 7px;
    }
    .sfh_about_main_final_btn {
        min-width: 205px;
        margin-top: 42px;
        padding: 16px 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 22px;
        background: var(--sfh-about-maroon);
        border: 1px solid var(--sfh-about-maroon);
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        transition:
            background .3s ease,
            color .3s ease,
            transform .3s ease;
    }
    .sfh_about_main_final_btn:hover {
        transform: translateY(-4px);
        background: #fff;
        color: var(--sfh-about-maroon);
    }
    .sfh_about_main_final_btn i {
        font-size: 10px;
        transition: transform .3s ease;
    }
    .sfh_about_main_final_btn:hover i {
        transform: translateX(5px);
    }
    .sfh_about_main_final_signature {
        margin-top: 70px;
        color: #aaa;
       
        font-size: 17px;
        
    }
    /* =========================================================
   1200
========================================================= */
    @media (max-width: 1199px) {
        .sfh_about_main_values {
            grid-template-columns: repeat(3, 1fr);
        }
        .sfh_about_main_more_track {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    /* =========================================================
   TABLET
========================================================= */
    @media (max-width: 991px) {
        .sfh_about_main_hero {
            padding-top: 60px;
        }
        .sfh_about_main_hero_intro {
            max-width: 550px;
            margin: 40px 0 0;
        }
        .sfh_about_main_hero_gallery {
            height: 500px;
            margin-top: 50px;
        }
        .sfh_about_main_story_visual,
        .sfh_about_main_story_content {
            min-height: auto;
        }
        .sfh_about_main_story_visual {
            height: 650px;
        }
        .sfh_about_main_story_content {
            padding: 80px 40px;
        }
        .sfh_about_main_section_header {
            align-items: flex-start;
            flex-direction: column;
        }
        .sfh_about_main_values {
            grid-template-columns: repeat(2, 1fr);
        }
        .sfh_about_main_philosophy_visual {
            max-width: 100%;
        }
        .sfh_about_main_philosophy_image {
            height: 600px;
        }
        .sfh_about_main_philosophy_content {
            padding-left: 0;
        }
        .sfh_about_main_promise_content {
            margin-top: 60px;
        }
        .sfh_about_main_woman_content,
        .sfh_about_main_woman_image {
            min-height: auto;
            height: auto;
        }
        .sfh_about_main_woman_content {
            padding: 90px 40px;
        }
        .sfh_about_main_woman_image {
            height: 700px;
        }
    }
    /* =========================================================
   MOBILE
========================================================= */
    @media (max-width: 767px) {
        .sfh_about_main_hero {
            padding:
                45px 15px 20px;
        }
        .sfh_about_main_hero_title {
            font-size: 54px;
            letter-spacing: -2.7px;
        }
        .sfh_about_main_hero_intro {
            margin-top: 30px;
        }
        .sfh_about_main_hero_gallery {
            height: 420px;
            grid-template-columns: 1.4fr .8fr;
            gap: 7px;
        }
        .sfh_about_main_hero_image_three {
            display: none;
        }
        .sfh_about_main_hero_image_two {
            margin-top: 50px;
            margin-bottom: 0;
        }
        /* INTRO */
        .sfh_about_main_intro_section {
            padding: 90px 18px;
        }
        .sfh_about_main_intro_text p {
            font-size: 25px;
        }
        .sfh_about_main_intro_text h2 {
            margin-top: 55px;
            font-size: 44px;
            letter-spacing: -2px;
        }
        /* STORY */
        .sfh_about_main_story_visual {
            height: 500px;
            padding: 15px;
        }
        .sfh_about_main_story_badge {
            width: 145px;
            height: 145px;
            bottom: 35px;
        }
        .sfh_about_main_story_badge strong {
            font-size: 19px;
        }
        .sfh_about_main_story_content {
            padding: 70px 20px;
        }
        .sfh_about_main_story_content h2 {
            font-size: 45px;
            letter-spacing: -2px;
        }
        /* BELIEVE */
        .sfh_about_main_believe {
            padding: 90px 16px;
        }
        .sfh_about_main_section_header {
            margin-bottom: 45px;
        }
        .sfh_about_main_section_header h2 {
            font-size: 43px;
            letter-spacing: -2px;
        }
        .sfh_about_main_values {
            grid-template-columns: 1fr;
        }
        .sfh_about_main_value_card {
            min-height: 250px;
            padding: 25px;
        }
        .sfh_about_main_value_card h3 {
            margin-top: 70px;
        }
        /* PHILOSOPHY */
        .sfh_about_main_philosophy {
            padding: 80px 16px;
        }
        .sfh_about_main_philosophy_image {
            height: 520px;
        }
        .sfh_about_main_philosophy_content h2 {
            font-size: 42px;
            letter-spacing: -1.8px;
        }
        .sfh_about_main_philosophy_words {
            margin-top: 35px;
        }
        /* CURATED */
        .sfh_about_main_curated {
            padding: 90px 16px;
        }
        .sfh_about_main_curated_box h2 {
            font-size: 43px;
            letter-spacing: -2px;
        }
        .sfh_about_main_curated_question {
            margin-top: 50px;
            padding: 45px 20px;
        }
        .sfh_about_main_curated_question h3 {
            font-size: 31px;
        }
        /* MORE */
        .sfh_about_main_more {
            padding: 90px 16px;
        }
        .sfh_about_main_more_heading h2 {
            font-size: 44px;
            letter-spacing: -2px;
        }
        .sfh_about_main_more_track {
            grid-template-columns: 1fr;
        }
        .sfh_about_main_more_item {
            min-height: 230px;
        }
        /* PROMISE */
        .sfh_about_main_promise {
            padding: 90px 16px;
        }
        .sfh_about_main_promise h2 {
            font-size: 44px;
            letter-spacing: -2px;
        }
        /* WHY */
        .sfh_about_main_why {
            padding: 90px 16px;
        }
        .sfh_about_main_why_card {
            min-height: 260px;
        }
        .sfh_about_main_why_card i {
            margin: 40px 0 25px;
        }
        /* WOMAN */
        .sfh_about_main_woman_content {
            padding: 80px 20px;
        }
        .sfh_about_main_woman_content h2 {
            font-size: 49px;
            letter-spacing: -2px;
        }
        .sfh_about_main_woman_image {
            height: 550px;
        }
        /* FINAL */
        .sfh_about_main_final {
            padding: 100px 18px;
        }
        .sfh_about_main_final_content h2 {
            font-size: 48px;
            letter-spacing: -2.5px;
        }
    }
    /* =========================================================
   SMALL MOBILE
========================================================= */
    @media (max-width: 420px) {
        .sfh_about_main_hero_title {
            font-size: 48px;
        }
        .sfh_about_main_hero_gallery {
            height: 370px;
        }
        .sfh_about_main_story_visual {
            height: 440px;
        }
        .sfh_about_main_philosophy_image {
            height: 470px;
        }
        .sfh_about_main_woman_image {
            height: 500px;
        }
    }
    /* ========================================================= Contact us page
========================================================= */
.sfh_contact_hero{
    background:#fdf8f5;
    overflow:hidden;
    position:relative;
}

.sfh_contact_subtitle{
    letter-spacing:4px;
    color:#8d003d;
    font-size:14px;
}

.sfh_contact_title{
    font-size:70px;
    line-height:1;
    margin:25px 0;
    font-weight:700;
}

.sfh_contact_title span{
    color:#8d003d;
}

.sfh_contact_text{
    font-size:18px;
    color:#666;
    margin-bottom:40px;
}

.sfh_contact_btn,
.sfh_contact_btn_outline{
    padding:16px 40px;
    display:inline-block;
    border-radius:60px;
    text-decoration:none;
    transition:.4s;
}

.sfh_contact_btn{
    background:#111;
    color:#fff;
}

.sfh_contact_btn_outline{
    border:1px solid #111;
    color:#111;
    margin-left:15px;
}

.sfh_contact_hero_image{
    position:relative;
}

.sfh_contact_hero_image img{
    width:100%;
    border-radius:30px;
}

.sfh_contact_cards{
    padding:100px 0;
    background:#fff;
}

.sfh_contact_card{
    text-align:center;
    padding:50px 30px;
    border-radius:25px;
    background:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.5s;
    height:100%;
}

.sfh_contact_card:hover{
    transform:translateY(-15px);
}

.sfh_contact_icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#f7f2ed;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#8d003d;
}

.sfh_contact_form_section{
    padding:120px 0;
    background:#fafafa;
}

.sfh_contact_form_box{
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.sfh_contact_form_box .wpcf7-form-control-wrap input,
.sfh_contact_form_box textarea{
    width:100%;
    padding:18px;
    border:1px solid #ddd;
    border-radius:12px;
    margin-bottom:20px;
}

.sfh_contact_form_box input[type="submit"]{
    background:#111;
    color:#fff;
}

.sfh_contact_map iframe{
    width:100%;
    height:500px;
    border:0;
}

.sfh_contact_faq{
    padding:120px 0;
}

.accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:20px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

@media(max-width:768px){

    .sfh_contact_title{
        font-size:42px;
    }

    .sfh_contact_btn_outline{
        margin-left:0;
        margin-top:15px;
    }

    .sfh_contact_cards{
        padding:60px 0;
    }
}
/* =========================================
   SFH CONTACT - LEFT CONTENT
========================================= */

.sfh_contact_left {
    padding: 35px 50px 35px 0;
    position: relative;
}

.sfh_contact_left h2 {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #111;
    margin: 0 0 20px;
}

.sfh_contact_left h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #f4a4be;
    margin-top: 25px;
}

.sfh_contact_left > p {
    font-size: 18px;
    line-height: 1.7;
    color: #777;
    max-width: 430px;
    margin: 25px 0 45px;
}


/* Contact Information */

.sfh_contact_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sfh_contact_info li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    color: #222;
    margin-bottom: 25px;
    transition: all .35s ease;
}

.sfh_contact_info li:last-child {
    margin-bottom: 0;
}

.sfh_contact_info li i {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f1eb;
    color: #8d003d;
    border-radius: 50%;
    font-size: 18px;
    transition: all .35s ease;
}

.sfh_contact_info li:hover {
    transform: translateX(8px);
}

.sfh_contact_info li:hover i {
    background: #f4a4be;
    color: #fff;
    transform: rotate(8deg) scale(1.08);
}


/* Decorative element */

.sfh_contact_left::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(212, 163, 115, .25);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .sfh_contact_left {
        padding: 0 0 50px;
    }

    .sfh_contact_left h2 {
        font-size: 44px;
    }

    .sfh_contact_left > p {
        max-width: 600px;
    }

}

@media (max-width: 575px) {

    .sfh_contact_left {
        padding: 0 0 40px;
    }

    .sfh_contact_left h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .sfh_contact_left > p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .sfh_contact_info li {
        font-size: 15px;
        gap: 14px;
    }

    .sfh_contact_info li i {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 16px;
    }

    .sfh_contact_left::before {
        display: none;
    }
}