/* ===== CSS VARIABLES ===== */
:root {
    --primary-blue: #4285f4;
    --primary-blue-hover: #0056b3;
    --primary-blue-light: rgba(0, 123, 255, 0.1);
    --neutral-dark: #111;
    --neutral-gray: #6B7280;
    --neutral-gray-light: #9CA3AF;
    --neutral-light: #E5E7EB;
    --neutral-lighter: #F9FAFB;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --line-height-tight: 1.25;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
}

/* ===== BANNER STYLING ===== */
body #wcfmmp-store #wcfm_store_header .wcfm_banner_area .banner_area .banner_img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

body #wcfmmp-store #wcfm_store_header .wcfm_banner_area::before,
body #wcfmmp-store #wcfm_store_header .banner_area::before {
    display: none;
}

/* ===== HEADER CARD STYLING ===== */
body.wcfm-store-page #wcfmmp-store #wcfm_store_header {
    background: #FCFCFC !important;
    margin-top: 0px;
    position: relative;
    z-index: 10;
}

.vendor-tabs {
    display: flex;
    margin-bottom: 20px;
}

.tabs-list {
    list-style: none;
    display: flex;
    gap: 0px;
    padding: 0;
    border-bottom: 2px solid #D9D9D9;
    padding: 0 !important;
    width: 100%;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    color: #333;
    transition: border-color 0.2s;
    margin-bottom: -2px
}

.tab.active {
    border-bottom: 2px solid #0073e6;
    color: #0073e6;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

#wcfmmp-store .vendor-tabs .tabs-list .tab {
    padding: 0 25px 10px 25px;
}

#wcfm_store_header .header_wrapper {
    padding-top: var(--spacing-lg);
    padding-bottom: var(--spacing-lg);
    margin-bottom: 20px !important;
}

body #wcfmmp-store .right_side .mobile-filter {
    display: flex;
    max-width: 400px;
    margin-left: auto;
    gap: 15px;
}

.filter-sidebar .filter-options label {
    display: flex;
}

.filter-sidebar .filter-options label p {
    padding: 0 !important;
}

body #wcfmmp-store .right_side .mobile-filter>div {
    width: calc(50% - 8px);
}

body #wcfmmp-store .right_side .mobile-filter label {
    font-weight: 600;
    color: var(--color-primary);
}

body #wcfmmp-store .right_side .mobile-filter .filter-toggle_select .filter-count {
    color: var(--color-primary);
}

body #wcfmmp-store .right_side .mobile-filter .woocommerce-ordering {
    float: unset;
}

body #wcfmmp-store .right_side .mobile-filter select {
    width: 100%;
}

#wcfm_store_header .header_area {
    max-width: none;
}

/* ===== 4-COLUMN GRID LAYOUT ===== */
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns {
    display: flex;
    /*align-items: start ;*/
}

/* ===== COLUMN SPECIFIC STYLING ===== */
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column {
    padding: 0 25px;
    border-right: 1px solid #E6E6E6;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button,
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .enquiry_button {
    display: none;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 {
    border-right: none;
    padding-right: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

/* ===== COLUMN 1: VENDOR AVATAR AND INFO ===== */
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_1 {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_1 .vendor_image img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border: 2px solid var(--neutral-light);
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_1 .vendor_info h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--neutral-dark);
    line-height: 1.2;
    max-width: 260px;
}

#wcfm_store_header .vendor_info .wcfmmp-store-rating {
    margin-top: 4px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_1 .vendor_info .wcfmmp-store-rating span:before {
    color: #96BBF8;
}

/* ===== COLUMN 2: STATS PILLS ===== */
#wcfm_store_header .column_2 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    justify-content: center;
    width: 300px;
}

#wcfm_store_header .blue_box {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: var(--spacing-md);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

#wcfm_store_header .blue_box .count {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

#wcfm_store_header .blue_box .label {
    font-size: 14px;
    font-weight: 300;
}

/* ===== COLUMN 3: CONTACT INFO ===== */
#wcfm_store_header .column_3 .card-about {
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    color: var(--neutral-dark);
    font-size: 16px;
    padding-bottom: var(--spacing-md);
    border-bottom: 1px solid #E6E6E6;
}

#wcfm_store_header .column_3 .row {
    color: #5A5A5A;
    margin-bottom: 5px;
    display: flex;
    gap: 8px;

}

#wcfm_store_header .info_row {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
    color: var(--neutral-gray);
}

#wcfm_store_header .info_row i,
#wcfm_store_header .info_row .wcfmfa {
    color: var(--neutral-gray);
    font-size: 16px;
}

#wcfm_store_header .info_row a {
    color: var(--neutral-gray);
    text-decoration: none;
}

#wcfm_store_header .info_row a:hover {
    color: var(--primary-blue);
}

/* ===== COLUMN 4: ACTION BUTTONS ===== */
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .bd_icon_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    margin: 0 !important;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .enquiry_button a i {
    display: none;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .enquiry_button a {
    background-color: var(--primary-blue) !important;
    color: var(--white);
    padding: 5px 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    font-weight: 500;
    transition: background-color 0.2s ease;
    border: none;
    border-radius: 0 !important;
    height: auto;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .enquiry_button a:hover {
    background-color: var(--primary-blue-hover) !important;
}

/* ===== FOLLOW BUTTON WITH HEART ICON ===== */
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow_button a {
    background-color: var(--primary-blue) !important;
    color: #FFF !important;
    padding: 5px 20px 5px 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 0 !important;
    height: auto;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow_button a i {
    display: none;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow_button a:hover {
    background-color: var(--primary-blue-hover) !important;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow a i.wcfmfa.fa-user-plus {
    display: none;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow:before,
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/themes/inhoby/assets/images/light-blue-heart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0;
    vertical-align: middle;
}

/* ===== STORE PAGE SPECIFIC STYLING ===== */
#wcfmmp-store {
    box-shadow: none !important;
}

body.wcfm-store-page #wcfmmp-store .wcfmmp-store-rating {
    margin-bottom: var(--spacing-md);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    width: 155px !important;
    height: 20px !important;
    margin-top: 10px !important;
}

body.wcfm-store-page #wcfmmp-store .wcfmmp-store-rating span:before {
    color: #96BBF8;
}

body.wcfm-store-page #wcfm_store_header .wcfmmp-store-rating span {
    padding-top: 0;
    font-family: 'Montserrat' !important;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 24px;
}

body.wcfm-store-page #wcfm_store_header .wcfmmp-store-rating span strong {
    font-weight: 400;
    margin-right: 5px;
}

body.wcfm-store-page #wcfm_store_header .wcfmmp-store-rating span::before,
body.wcfm-store-page #wcfm_store_header .wcfmmp-store-rating::before {
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
}

/* === Vendor Review Tab Custom Styling === */
#wcfmmp-store #reviews._area,
#wcfmmp-store #reviews._area .reviews_area,
#wcfmmp-store #reviews._area .bd_rating_sec,
#wcfmmp-store #reviews._area .bd_review_section,
#wcfmmp-store #reviews._area .recent_reviews,
#wcfmmp-store #reviews._area .wcfmmp-store-review,
#wcfmmp-store #reviews._area .wcfmmp-store-review-content,
#wcfmmp-store #reviews._area .wcfmmp-store-review-header,
#wcfmmp-store #reviews._area .wcfmmp-store-review-footer,
#wcfmmp-store .add_review input {
    box-shadow: none !important;
    border: 1px solid #E6E6E6 !important;
    background: #fff;
    border-radius: 0 !important;
}

#wcfmmp-store #reviews._area,
#wcfmmp-store #reviews._area .recent_reviews,
#wcfmmp-store #reviews._area .bd_rating_sec,
#wcfmmp-store #reviews._area .bd_review_section {
    border: none !important;
}

body #wcfmmp-store .rating_number {
    background-color: var(--color-primary);
}

#wcfmmp-store #reviews._area .reviews_heading {
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 16px;
    padding-bottom: 8px;
    background: none;
    box-shadow: none;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review,
#wcfmmp-store .add_review_box textarea {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #E6E6E6 !important;
    background: #fff;
}

#wcfmmp-store .famous_reviewers {
    margin-top: 20px;
}

#wcfmmp-store .add_review button {
    border-radius: 0;
    background-color: var(--color-primary);
    transition: all 0.3s ease;
}

body #wcfmmp-store .add_review button:hover {

    background-color: var(--primary-blue-hover) !important;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review:last-child {
    margin-bottom: 0;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 8px;
    padding-bottom: 8px;
    box-shadow: none !important;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-footer {
    border-top: 1px solid #E6E6E6;
    margin-top: 8px;
    padding-top: 8px;
    box-shadow: none !important;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-content {
    box-shadow: none !important;
    background: none;
    border: none;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-rating {
    margin-bottom: 8px;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-author {
    font-weight: 600;
    color: #0073e6;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-date {
    color: #6B7280;
    font-size: 13px;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-text {
    color: #111;
    font-size: 15px;
    line-height: 1.5;
}

#wcfmmp-store #reviews._area .wcfmmp-store-review-rating-stars {
    color: #96BBF8;
}

/* Remove box-shadow from review form and stat blocks */
#wcfmmp-store #reviews._area .wcfmmp-store-review-form,
#wcfmmp-store #reviews._area .wcfmmp-store-review-stat {
    box-shadow: none !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 0 !important;
    background: #fff;
}

/* Pagination styling */
#wcfmmp-store #reviews._area .wcfmmp-pagination {
    border-top: 1px solid #E6E6E6;
    margin-top: 16px;
    padding-top: 12px;
    background: none;
    box-shadow: none;
}

.follow_button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

/* Vendor Share Button Styles */

#wcfmmp-store .bd_icon_box.vendor-share-box .wcfm_share_btn_custom span {
    font-size: 13px;
    font-weight: 500;
    transform: none !important;
    line-height: 30px;
}

#wcfmmp-store .product-share-popup span {
    transform: none !important;
}

#wcfmmp-store .bd_icon_box span.share-icon {
    margin: 0;
}

.vendor-share-wrap {
    display: block;
    position: relative;
}

.wcfm_share_btn_custom {
    background: #4a90e2;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
}

.vendor-share-wrap .product-share-popup {
    top: 100%;
    right: 0;
    min-width: 200px;
    display: none;
    z-index: 10001;
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    border-radius: 8px;
    position: absolute;
    margin-top: 5px;
    text-align: left;
    padding: 10px 0;
}

.vendor-share-wrap .product-share-popup>.share-list {
    padding: 0 !important;
}

.vendor-share-wrap .share-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff !important;
}

.vendor-share-wrap .share-list li {
    margin: 0;
    padding: 0;
    background: #fff !important;
}

.vendor-share-wrap .share-list li a,
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow_button .share-list a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333 !important;
    font-size: 14px;
    background: #fff !important;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow_button .share-list li {
    padding: 0;
}

body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_4 .follow_button .share-list li:hover a {
    background: #f5f5f5 !important;
}

.vendor-share-wrap .share-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.vendor-share-wrap .share-name {
    color: #333 !important;
}

/* Column Badges Styling */
body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_badges {
    padding: 0 25px;
    border-right: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Reuse Seller Badges Styles from Product Page but scoped or repeated if needed */
.seller-badges {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.seller-badge {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.badge-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #4285f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.badge-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.badge-title {
    font-weight: 600;
    font-size: 14px;
    color: #525252;
}

.badge-desc {
    font-size: 13px;
    color: #7C7C7C;
    line-height: 1.4;
}

/* ===== RESPONSIVE DESIGN - ORDERED BY WIDTH ===== */

/* 1200px Breakpoint */
@media (max-width: 1200px) {
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns {
        flex-wrap: wrap;
        row-gap: 0px;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_badges {
        padding: 20px 0 !important;
        border-right: none !important;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_1 .vendor_info h1 {
        max-width: unset;
    }

    /* ===== COLUMN SPECIFIC STYLING ===== */
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E6E6E6;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column.column_1 {
        padding-top: 0;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column.column_4 {
        display: none;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column.column_2 {
        flex-direction: row;
        gap: 20px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 i {
        display: none;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
        /*background-color: var(--primary-blue);*/
        width: 100%;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button>.bd_icon_box {
        background-color: var(--primary-blue);
    }

    #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button {
        width: 300px !important;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button div {
        width: 100%;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button div a {
        height: 41px;
        width: 100%;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button a,
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .enquiry_button {
        background-color: var(--primary-blue) !important;
        color: var(--white) !important;
        padding: 10px 30px !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .bd_icon_box {
        margin: 0;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button a,
    body.wcfm_store_page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .enquiry_button a {
        padding: 0;
        border-radius: 0;
        background-color: transparent !important;
    }

    #wcfm_store_header .blue_box {
        padding: 10px 30px;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column {
        border-right: none;
        padding-right: 0;
        padding-left: 0;
    }

    #wcfmmp-store .bd_icon_box .follow span,
    #wcfmmp-store .bd_icon_box .wcfm_store_chatnow span {
        display: inline-block !important;
    }

    #wcfm_store_header .blue_box,
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button,
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .enquiry_button {
        width: 150px;
    }
}

/* 992px Breakpoint */
@media (max-width: 992px) {
    #wcfm_store_header .header_columns {
        grid-template-columns: 1fr 1fr;
        gap: var(--spacing-md);
    }

    #wcfm_store_header .column_1,
    #wcfm_store_header .column_2 {
        grid-column: 1;
    }

    #wcfm_store_header .column_3,
    #wcfm_store_header .column_4 {
        grid-column: 2;
    }

    #wcfm_store_header #wcfmmp-store .products {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--spacing-md);
    }

    #wcfm_store_header .column_badges {
        grid-column: 2;
    }
}

/* 768px Breakpoint */
@media (max-width: 768px) {
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column {
        width: 100%;
    }

    #wcfm_store_header #wcfmmp-store .wcfm_banner_area .banner_area .banner_img {
        height: 240px;
    }

    #wcfm_store_header #wcfmmp-store #wcfm_store_header {
        margin-top: -20px;
    }

    #wcfm_store_header .header_columns {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    #wcfm_store_header .column_1,
    #wcfm_store_header .column_2,
    #wcfm_store_header .column_3,
    #wcfm_store_header .column_4 {
        grid-column: 1;
    }

    #wcfm_store_header .column_4 {
        align-items: flex-start;
    }

    #wcfm_store_header #wcfmmp-store .products {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-md);
    }

    #wcfm_store_header #wcfmmp-store .left_sidebar {
        display: none;
    }

    #wcfm_store_header #wcfmmp-store .mobile-filter {
        display: block;
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .header_column.column_2 {
        gap: 10px;
    }

    #wcfm_store_header .blue_box,
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button,
    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .enquiry_button {
        width: calc(50% - 5px);
    }

    body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_2 .follow_button {
        width: 100% !important;
        gap: 10px;
    }

    #wcfm_store_header #wcfmmp-store .products {
        grid-template-columns: 1fr;
    }

    #wcfm_store_header .column_badges {
        grid-column: 1;
        border-top: none;
        border-right: none;
        padding: 20px 0;
    }
}

/* 480px Breakpoint */
@media (max-width: 480px) {
    #wcfm_store_header body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_1 .vendor_image img {
        width: 64px;
        height: 64px;
    }

    #wcfm_store_header body.wcfm-store-page #wcfmmp-store #wcfm_store_header .header_wrapper .header_area .header_columns .column_1 .vendor_info h1 {
        font-size: 20px;
    }

    #wcfm_store_header .vendor_info .wcfmmp-store-rating {
        font-size: 10px;
        gap: 1px;
    }
}