/* Top promotional banner */
:root {
     /* Font Family Variable */
     --heading-font: "LG Smart Bold", "Helvetica Neue", sans-serif;
    --heading-font-two: "LG Smart SemiBold", "Helvetica Neue", sans-serif;
    --heading-font-three: "LG Smart Regular", "Helvetica Neue", sans-serif;
    --heading-font-four: "LG Smart Light", "Helvetica Neue", sans-serif;
    --body-font: "LG Smart UI", "Inter", sans-serif;
  /* Font Size Variable Start */
    --heading-one: clamp(2.25rem, -0.0733rem + 6.3692vw, 4.5rem);
    --heading-two: clamp(2rem, 0.7133rem + 2.8846vw, 3.5rem);
    --heading-three: clamp(1.75rem, 0.3353rem + 2.1661vw, 3rem);
    --heading-four: clamp(1.5rem, 0.5569rem + 1.444vw, 2.5rem);
    --heading-five: clamp(1.25rem, 1.2rem + 0.722vw, 2.25rem);
    --heading-six: clamp(1.125rem, 0.769rem + 0.6813vw, 1.5rem);
    --display-200: clamp(3.75rem, -0.0733rem + 6.3692vw, 12.5rem);
    --display-one: clamp(2.5rem, -0.0733rem + 6.3692vw, 7.5rem);
  /* Font Size End */
  /* template main color */
    --main-h: 600;
    --main-s: 69%;
    --main-l: 36%;
    --main: var(--main-h) var(--main-s) var(--main-l);
  /* template main color */
    --main-two-h: 224;
    --main-two-s: 71%;
    --main-two-l: 49%;
    --main-two: var(--main-two-h) var(--main-two-s) var(--main-two-l);
  /* White Color */
    --white: 0 0% 100%;
    --black: 235 49% 14%;
    --light: 0 0% 51%;
    --heading-color: var(--black);
    --body-color: var(--light);
    --body-bg: var(--gray);
    --border-color: 236 13% 77%;
    --bg-color-one: #F3FAF2;
    --bg-color-two: #FFFBF4;
    --bg-color-three: #F1F1F1;
    --neutral: #121535;
    --translate-x-middle: translateX(-50%);
    --translate-y-middle: translateY(-50%);
    --size-2: 0.125rem;
    --size-3: 0.1875rem;
    --size-4: 0.25rem;
    --size-5: 0.3125rem;
    --size-6: 0.375rem;
    --size-7: 0.4375rem;
    --size-8: 0.5rem;
    --size-9: 0.5625rem;
    --size-10: 0.625rem;
    --size-11: 0.6875rem;
    --size-12: 0.75rem;
    --size-13: 0.8125rem;
    --size-14: 0.875rem;
    --size-16: 1rem;
    --size-18: 1.125rem;
    --size-20: 1.25rem;
    --size-22: 1.375rem;
    --size-24: 1.5rem;
    --size-26: 1.625rem;
    --size-28: 1.75rem;
    --size-30: 1.875rem;
    --size-32: 2rem;
    --size-36: 2rem;
    --size-40: 2.5rem;
    --size-44: 2.75rem;
    --size-48: 3rem;
    --size-52: 3.25rem;
    --size-56: 3.5rem;
    --size-60: 3.75rem;
    --size-64: 4rem;
    --size-68: 4.25rem;
    --size-72: 4.5rem;
    --size-76: 4.75rem;
    --size-80: 5rem;
    --size-84: 5.25rem;
    --size-90: 5.625rem;
    --size-110: 6.875rem;
    --size-120: 7.5rem;
    --size-144: 9rem;
    --size-160: 10rem;
    --size-210: 13.125rem;
    --main-50: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.9));
    --main-100: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.8));
    --main-200: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.7));
    --main-300: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.6));
    --main-400: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.5));
    --main-500: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.4));
    --main-600: hsl(var(--main-h), var(--main-s), var(--main-l));
    --main-700: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.1));
    --main-800: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.2));
    --main-900: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.3));
    --main-two-50: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.9));
    --main-two-100: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.8));
    --main-two-200: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.7));
    --main-two-300: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.6));
    --main-two-400: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.5));
    --main-two-500: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.4));
    --main-two-600: hsl(var(--main-two-h), var(--main-two-s), var(--main-two-l));
    --main-two-700: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.1));
    --main-two-800: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.2));
    --main-two-900: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.3));
    --neutral-30: #F2F5FA;
    --neutral-40: #E5E7EB;
    --neutral-50: #ECF1F9;
    --neutral-100: #E6E6E6;
    --neutral-200: #CCCCCC;
    --neutral-300: #B3B3B3;
    --neutral-400: #999999;
    --neutral-500: #808080;
    --neutral-600: #121535;
    --neutral-700: #060710;
    --neutral-800: #11132e;
    --neutral-900: #1A1A1A;
    --gray-50: #F1F1F1;
    --gray-100: #E6E6E6;
    --gray-200: #CCCCCC;
    --gray-300: #B3B3B3;
    --gray-400: #999999;
    --gray-500: #808080;
    --gray-600: #666666;
    --gray-700: #4D4D4D;
    --gray-800: #333333;
    --gray-900: #1A1A1A;
    --light-50: #F5F6FA;
    --light-100: #F3F4F6;
    --light-600: #E4F1FF;
    --light-700: #374151;
    --light-800: #1F2937;
    --primary-50: #E4F1FF;
    --primary-100: #BFDCFF;
    --primary-200: #95C7FF;
    --primary-300: #6BB1FF;
    --primary-400: #519FFF;
    --primary-500: #458EFF;
    --primary-600: #487FFF;
    --primary-700: #486CEA;
    --primary-800: #4759D6;
    --primary-900: #3d022e;
    --danger-50: #FEF2F2;
    --danger-100: #FEE2E2;
    --danger-200: #FECACA;
    --danger-300: #FCA5A5;
    --danger-400: #F87171;
    --danger-500: #EF4444;
    --danger-600: #DC2626;
    --danger-700: #B91C1C;
    --danger-800: #991B1B;
    --danger-900: #7F1D1D;
    --success-50: #F0FDF4;
    --success-100: #DCFCE7;
    --success-200: #BBF7D0;
    --success-300: #86EFAC;
    --success-400: #4ADE80;
    --success-500: #22C55E;
    --success-600: #2ABC79;
    --success-700: #15803D;
    --success-800: #166534;
    --success-900: #14532D;
    --warning-50: #FEFCE8;
    --warning-100: #FEF9C3;
    --warning-200: #FEF08A;
    --warning-300: #FDE047;
    --warning-400: #FACC15;
    --warning-500: #EAB308;
    --warning-600: #FF9F29;
    --warning-700: #f39016;
    --warning-800: #e58209;
    --warning-900: #d77907;
    --info-50: #EFF6FF;
    --info-100: #DBEAFE;
    --info-200: #BFDBFE;
    --info-300: #93C5FD;
    --info-400: #60A5FA;
    --info-500: #3B82F6;
    --info-600: #2563EB;
    --info-700: #1D4ED8;
    --info-800: #1E40AF;
    --info-900: #1E3A8A;
    --tertiary-50: #d1c8ff;
    --tertiary-100: #c2b6ff;
    --tertiary-600: #3C23B5;
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-md: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-2xl: 1.5rem;
    --font-3xl: 1.875rem;
    --font-4xl: 2.25rem;
    --font-5xl: 3rem;
    --font-6xl: 3.75rem;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #eb5757;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --oneplus-red: #eb0028;
    --oneplus-dark-red: #c41e3a;
    --oneplus-black: #1a1a1a;
    --oneplus-dark-gray: #2c2c2c;
    --oneplus-light-gray: #f8f8f8;
    --oneplus-white: #ffffff;
    --oneplus-accent: #00d4aa;
    --shadow-light: 0 2px 20px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.12);
    --shadow-heavy: 0 20px 60px rgba(0, 0, 0, 0.15);
    --opelus-primary: #a50034;
    --opelus-primary-dark: #7d0028;
    --opelus-secondary: #6c757d;
    --opelus-accent: #d4af37;
    --opelus-warning: #f39c12;
    --opelus-danger: #e74c3c;
    --opelus-dark: #1a1a1a;
    --opelus-light: #f8f9fa;
    --opelus-surface: #5e5454;
    --opelus-background: #fafafa;
    --opelus-on-primary: #ffffff;
    --opelus-on-surface: #1a1a1a;
    --opelus-border: #dee2e6;
    --opelus-hover: #f1f3f4;
    --shadow-light: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    --shadow-medium: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    --shadow-heavy: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    --primary-gradient: linear-gradient(135deg, #f39c12 0%, #a50034 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --success-gradient: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    --warning-gradient: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    --info-gradient: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    --dark-gradient: linear-gradient(135deg, #a50034 0%, #f39c12 100%);
    --card-shadow: 0 10px 30px rgba(0,0,0,0.1);
    --hover-shadow: 0 20px 40px rgba(0,0,0,0.15);
    --border-radius: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


     
/* Add this to your main CSS */
.body-lock-scroll {
    overflow: hidden;
    position: relative;
    touch-action: none;
}

 /* Main Navigation Sidebar */
    .lg_branshop_mobile_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100vh;
        background: var(--opelus-surface);
        z-index: 1000;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: var(--shadow-light);
    }

    /* Navigation Header */
    .lg_branshop_nav_header {
        background: linear-gradient(135deg, var(--opelus-primary) 0%, var(--opelus-primary-dark) 100%);
        color: var(--opelus-on-primary);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: var(--shadow-light);
    }

    .lg_branshop_nav_title {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .lg_branshop_nav_close {
        background: none;
        border: none;
        color: var(--opelus-on-primary);
        font-size: 24px;
        cursor: pointer;
        padding: 5px;
        border-radius: 50%;
        transition: background 0.2s;
    }

    .lg_branshop_nav_close:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    /* Category List */
    .lg_branshop_category_list {
        list-style: none;
        padding: 0;
        margin: 0;
        height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .lg_branshop_category_item {
        border-bottom: 1px solid var(--opelus-border);
    }

    .lg_branshop_category_link {
        display: flex;
        align-items: center;
        padding: 16px 20px;
        text-decoration: none;
        color: var(--opelus-on-surface);
        transition: all 0.2s;
        position: relative;
    }

    .lg_branshop_category_link:hover {
        background: var(--opelus-hover);
        color: var(--opelus-primary);
    }

    .lg_branshop_category_image {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--opelus-primary), var(--opelus-primary-dark));
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--opelus-on-primary);
        font-weight: bold;
        margin-right: 15px;
        flex-shrink: 0;
        overflow: hidden;
    }

    .lg_branshop_category_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .lg_branshop_category_info {
        flex: 1;
    }

    .lg_branshop_category_name {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .lg_branshop_category_count {
        font-size: 12px;
        color: var(--bs-gray-600);
    }

    .lg_branshop_category_arrow {
        font-size: 18px;
        color: var(--bs-gray-400);
        transition: transform 0.2s;
    }

    .lg_branshop_category_link:hover .lg_branshop_category_arrow {
        color: var(--opelus-primary);
        transform: translateX(3px);
    }

    .lg_branshop_no_subcategories {
        color: var(--bs-gray-500);
    }

    /* Subcategory Sidebar */
    .lg_branshop_subcategory_sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        height: 100vh;
        background: var(--opelus-surface);
        z-index: 1001;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: var(--shadow-medium);
    }

    .lg_branshop_subcategory_sidebar.lg_branshop_sub_active {
        left: 0;
    }

    /* Subcategory Header */
    .lg_branshop_sub_header {
        background: linear-gradient(135deg, var(--opelus-primary-dark) 0%, var(--opelus-primary) 100%);
        color: var(--opelus-on-primary);
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        box-shadow: var(--shadow-light);
    }

    .lg_branshop_sub_back {
        background: none;
        border: none;
        color: var(--opelus-on-primary);
        font-size: 20px;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        transition: background 0.2s;
    }

    .lg_branshop_sub_back:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .lg_branshop_sub_close {
        background: none;
        border: none;
        color: var(--opelus-on-primary);
        font-size: 20px;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        transition: background 0.2s;
        margin-left: auto;
    }

    .lg_branshop_sub_close:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .lg_branshop_sub_category_image {
        width: 35px;
        height: 35px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--opelus-on-primary);
        font-weight: bold;
        font-size: 14px;
        /* overflow: hidden; */
    }

    .lg_branshop_sub_category_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .lg_branshop_sub_title {
        font-size: 16px;
        font-weight: 600;
    }

    /* Subcategory List */
    .lg_branshop_subcategory_list {
        list-style: none;
        padding: 0;
        margin: 0;
        height: calc(100vh - 90px);
        overflow-y: auto;
    }

    .lg_branshop_subcategory_item {
        border-bottom: 1px solid var(--opelus-border);
    }

    .lg_branshop_subcategory_link {
        display: block;
        padding: 16px 20px;
        text-decoration: none;
        color: var(--opelus-on-surface);
        transition: all 0.2s;
        font-size: 15px;
    }

    .lg_branshop_subcategory_link:hover {
        background: var(--opelus-hover);
        color: var(--opelus-primary);
        padding-left: 25px;
    }

    /* Child Category Sidebar */
    .lg_branshop_childcategory_sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        height: 100vh;
        background: var(--opelus-surface);
        z-index: 1002;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: var(--shadow-heavy);
    }

    .lg_branshop_childcategory_sidebar.lg_branshop_child_active {
        left: 0;
    }

    .lg_branshop_child_header {
        background: linear-gradient(135deg, var(--opelus-primary) 0%, var(--opelus-accent) 100%);
        color: var(--opelus-on-primary);
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        box-shadow: var(--shadow-light);
    }

    .lg_branshop_child_back {
        background: none;
        border: none;
        color: var(--opelus-on-primary);
        font-size: 20px;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        transition: background 0.2s;
    }

    .lg_branshop_child_back:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .lg_branshop_child_close {
        background: none;
        border: none;
        color: var(--opelus-on-primary);
        font-size: 20px;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        transition: background 0.2s;
        margin-left: auto;
    }

    .lg_branshop_child_close:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .lg_branshop_child_title {
        font-size: 16px;
        font-weight: 600;
    }

    .lg_branshop_childcategory_list {
        list-style: none;
        padding: 0;
        margin: 0;
        height: calc(100vh - 90px);
        overflow-y: auto;
    }

    .lg_branshop_childcategory_item {
        border-bottom: 1px solid var(--opelus-border);
    }

    .lg_branshop_childcategory_link {
        display: block;
        padding: 16px 20px;
        text-decoration: none;
        color: var(--opelus-on-surface);
        transition: all 0.2s;
        font-size: 15px;
    }

    .lg_branshop_childcategory_link:hover {
        background: var(--opelus-hover);
        color: var(--opelus-primary);
        padding-left: 25px;
    }

    /* Overlay */
    .lg_branshop_nav_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }

    .lg_branshop_nav_overlay.lg_branshop_overlay_hidden {
        opacity: 0;
        visibility: hidden;
    }

    /* Responsive */
    @media (max-width: 360px) {
        .lg_branshop_mobile_nav,
        .lg_branshop_subcategory_sidebar,
        .lg_branshop_childcategory_sidebar {
            width: 100vw;
        }
    }
.lg_brandshop_promo_banner {
  background: linear-gradient(135deg, #333 0%, #111 100%);
  color: white;
  text-align: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.lg_brandshop_promo_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.lg_brandshop_promo_text {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.lg_brandshop_promo_highlight {
  color: #ff4444;
  font-weight: 700;
}

/* Main header */
.lg_brandshop_main_header {
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.lg_brandshop_header_container {
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lg_brandshop_logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.lg_brandshop_logo_separator {
  width: 2px;
  height: 30px;
  background: rgba(255,255,255,0.3);
  margin-inline: 8px;
}

.lg_brandshop_search_container {
  flex: 1;
  max-width: 600px;
  position: relative;
  display: flex;
  gap: 15px;
}



.lg_brandshop_search_wrapper {
  flex: 1;
  position: relative;
}

.lg_brandshop_search_input {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.lg_brandshop_search_btn {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 5px;
  transform: translateY(-50%);
  background: #c41e3a;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

.lg_brandshop_search_btn:hover {
  background: #8b1538;
}

.lg_brandshop_user_actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lg_brandshop_user_link {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.lg_brandshop_user_link:hover {
  opacity: 0.8;
}

.lg_brandshop_cart_badge {
      margin-top: -12px;
    height: 15px;
    background: #93c572;
    color: #ffffff !important;
  border-radius: 40%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-inline-start: -5px;
  line-height: 16px;
}

/* Navigation */
.lg_brandshop_navigation {
  /* background: white; */
  /* padding: 0 20px; */
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}

/* .lg_brandshop_nav_container {
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
} */

/* .lg_brandshop_nav_container::-webkit-scrollbar {
  display: none;
} */

.lg_brandshop_nav_item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  border-block-end: 3px solid transparent;
  transition: all 0.3s ease;
}

.lg_brandshop_nav_item:hover {
  color: #c41e3a;
  border-block-end-color: #c41e3a;
  background: rgba(196, 30, 58, 0.05);
}

.lg_brandshop_nav_icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.lg_brandshop_nav_badge {
  background: #4CAF50;
  color: white;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  /* margin-inline-start: 5px; */
  font-weight: 700;
  margin-top: -30px;
  top: 7x;
  right: 30px !important;
}

/* Enhanced search results with higher z-index and loading states */
.lg_brandshop_search_results {
  position: absolute;
  inset-block-start: 100%;
  inset-inline: 0;
  background: white;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  z-index: 9999;
  max-height: 500px;
  overflow-y: auto;
  margin-block-start: 8px;
  border: 1px solid rgba(0,0,0,0.1);
}

.lg_brandshop_search_results.d-none {
  display: none;
}

.lg_brandshop_search_results_inner {
  padding: 15px;
}

/* Loading state */
.lg_brandshop_search_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #666;
}

.lg_brandshop_loading_spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #c41e3a;
  border-radius: 50%;
  animation: lg_brandshop_spin 1s linear infinite;
  margin-block-end: 10px;
}

@keyframes lg_brandshop_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.lg_brandshop_search_loading p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Error state */
.lg_brandshop_search_error {
  text-align: center;
  padding: 30px 20px;
  color: #666;
}

.lg_brandshop_search_error p {
  margin: 0;
  font-size: 14px;
}

/* No results state */
.lg_brandshop_no_results {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}

.lg_brandshop_no_results_icon {
  font-size: 48px;
  margin-block-end: 15px;
  opacity: 0.5;
}

.lg_brandshop_no_results_text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}

.lg_brandshop_no_results_subtext {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Enhanced product cards in search */
.lg_brandshop_product_card {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-block-end: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.lg_brandshop_product_card::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 3px;
  background: #c41e3a;
  border-radius: 0 3px 3px 0;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.lg_brandshop_product_card:hover {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  transform: translateX(5px);
  box-shadow: 0 2px 8px rgba(196, 30, 58, 0.1);
}

.lg_brandshop_product_card:hover::before {
  transform: scaleY(1);
}

.lg_brandshop_product_card:last-child {
  border-block-end: none;
}

.lg_brandshop_product_thumb {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  margin-inline-end: 12px;
  flex-shrink: 0;
  background: #f8f9fa;
}

.lg_brandshop_product_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.lg_brandshop_product_card:hover .lg_brandshop_product_thumb img {
  transform: scale(1.05);
}

.lg_brandshop_product_info {
  flex: 1;
  min-width: 0;
}

.lg_brandshop_product_title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-block-end: 6px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg_brandshop_rating_stars {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-block-end: 6px;
}

.lg_brandshop_rating_stars i {
  font-size: 11px;
  color: #ddd;
}

.lg_brandshop_rating_stars i.filled {
  color: #ffc107;
}

.lg_brandshop_product_price {
  font-size: 14px;
  font-weight: 700;
  color: #c41e3a;
  margin: 0;
}

/* Enhanced view all button */
.lg_brandshop_view_all {
  display: block;
  text-align: center;
  padding: 15px 20px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  color: white;
  text-decoration: none;
  border-radius: 0 0 15px 15px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lg_brandshop_view_all::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.lg_brandshop_view_all:hover {
  background: linear-gradient(135deg, #8b1538 0%, #c41e3a 100%);
  color: white;
  transform: translateY(-1px);
}

.lg_brandshop_view_all:hover::before {
  left: 100%;
}

/* Scrollbar styling for search results */
.lg_brandshop_search_results::-webkit-scrollbar {
  width: 6px;
}

.lg_brandshop_search_results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.lg_brandshop_search_results::-webkit-scrollbar-thumb {
  background: #c41e3a;
  border-radius: 10px;
}

.lg_brandshop_search_results::-webkit-scrollbar-thumb:hover {
  background: #8b1538;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .lg_brandshop_promo_banner {
    padding: 6px 15px;
    font-size: 12px;
    display: none;
  }

  .lg_brandshop_promo_text {
    gap: 10px;
  }

  .lg_brandshop_main_header {
    padding: 12px 15px;
  }

  .lg_brandshop_header_container {
    flex-direction: column;
    gap: 15px;
  }

  .lg_brandshop_logo {
    font-size: 24px;
  }

  .lg_brandshop_search_container {
    width: 100%;
    max-width: none;
  }

  .lg_brandshop_user_actions {
    gap: 15px;
    font-size: 13px;
    display: none !important;
  }

  .lg_brandshop_navigation {
    padding: 0 15px;
  }

  .lg_brandshop_nav_item {
    padding: 12px 15px;
    font-size: 12px;
  }

  .lg_brandshop_nav_icon {
    width: 18px;
    height: 18px;
  }

  .lg_brandshop_search_results {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    max-height: 400px;
  }
  
  .lg_brandshop_product_card {
    padding: 10px;
  }
  
  .lg_brandshop_product_thumb {
    width: 45px;
    height: 45px;
    margin-inline-end: 10px;
  }
  
  .lg_brandshop_product_title {
    font-size: 12px;
  }
  
  .lg_brandshop_product_price {
    font-size: 13px;
  }
  
  .lg_brandshop_no_results_icon {
    font-size: 36px;
  }
  
  .lg_brandshop_no_results {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .lg_brandshop_promo_text {
    flex-direction: column;
  }

  .lg_brandshop_search_container {
    flex-direction: column;
  }


  .lg_brandshop_nav_item {
    padding: 10px 12px;
  }
  .lg_brandshop_clearance_btn {
    display: none !important;
  }
}
.lg_brandshop_clearance_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #000 !important;
    background-color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none; /* remove underline */
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: 15px;
}

.lg_brandshop_clearance_btn:hover {
    background-color: #c82333;
    transform: translateY(-1px);
}

.lg_brandshop_clearance_btn:active {
    transform: scale(0.98);
}


    .lg_brandshop_promo_bar {
        display: flex;
        justify-content: space-between; /* Evenly spaces items with space between them */
        align-items: center;
        background: #f5e8c7;
        padding: 10px 20px;
        border-bottom: 1px solid #ccc;
    }

    .lg_brandshop_promo_item {
        display: flex;
        align-items: center;
        text-align: center;
        flex: 1; /* Allows items to grow and share space */
        max-width: 33.33%; /* Limits each item to approximately one-third on large screens */
    }
    .lg_brandshop_promo_item img {
          width: 40px;
    height: 40px;
    object-fit: contain;
    min-width: 40px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(25%) saturate(6740%) hue-rotate(322deg) brightness(92%) contrast(120%);
    

    }

    .lg_brandshop_icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .lg_brandshop_text {
        color: #333;
    }

    .lg_brandshop_text strong {
        color: #a31f34;
        font-size: 16px;
    }

    .lg_brandshop_text p {
        font-size: 12px;
        margin: 0;
        color: #666;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .lg_brandshop_promo_bar {
            flex-direction: column;
            padding: 15px;
        }

        .lg_brandshop_promo_item {
            margin: 10px 0;
            max-width: 100%; /* Full width on smaller screens */
            justify-content: center;
        }

        .lg_brandshop_icon {
            margin-right: 15px;
        }

        .lg_brandshop_text strong {
            font-size: 14px;
        }

        .lg_brandshop_text p {
            font-size: 11px;
        }
    }

    @media (max-width: 480px) {
        .lg_brandshop_promo_item {
            flex-direction: column;
            text-align: center;
        }

        .lg_brandshop_icon {
            margin: 0 0 5px 0;
        }
    }


      .lg_brandshop_category_section {
        padding: 20px;
        background: #f0f0f0;
        /* border-bottom: 1px solid #ccc; */
    }

    .lg_brandshop_category_item {
        flex-direction: column;
        padding: 40px 0 0;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .lg_brandshop_category_item a {
        text-decoration: none;
        color: inherit;
    }

    .lg_brandshop_category_icon {
        width: 100px;
        height: 100px;
        object-fit: contain;
        border-radius: 5px;
        background: #EAE6E6;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lg_brandshop_category_text {
        margin-top: 10px;
        font-size: 12px;
        color: #333;
        text-transform: uppercase;
    }

    /* Owl Carousel Overrides */
    .lg_brandshop_category_section .owl-item img {
        display: block;
        width: 100%;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .lg_brandshop_category_section {
            padding: 15px 0;
        }

        .lg_brandshop_category_item {
            padding: 20px 0 0;
        }

        .lg_brandshop_category_icon {
            width: 60px;
            height: 60px;
        }

        .lg_brandshop_category_text {
            font-size: 10px;
        }
    }


     .product-thumb-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-thumb img {
        max-width: 100%;
        display: block;
    }

    .product-button.wishlist_store {
        position: absolute;
        top: 10px;
        right: 10px;
        /* color: #fff; */
        /* background-color: rgba(0, 0, 0, 0.5); */
        /* padding: 8px; */
        border-radius: 50%;
        transition: background-color 0.3s ease;
    }

    .product-button.wishlist_store:hover {
        /* background-color: rgba(0, 0, 0, 0.7); */
    }

    .product-button-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding-left: 20px;
    }

    .product-button {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        text-decoration: none;
        color: #000;
        transition: background-color 0.3s ease;
    }

    .add_to_single_cart {
        background-color: yellow;
        color: #000;
    }

    .product-button:hover {
        /* background-color: #f0e68c; */
    }

    .wd-tabs-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 0.001px;
        margin: 100px 0 50px;
    }

    .wd-nav-content-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .wd-nav-wrapper {
        width: 20%;
    }

    .wd-tab-content-wrapper {
        width: 100%;
    }

    .wd-nav {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .wd-tabs .tabs-name>span {
        vertical-align: middle;
    }

    .wd-tab-content {
        display: none;
        width: 100%;
    }

    .wd-tab-content.wd-active {
        display: block;
    }

    .tabs-name .tabs-text {
        font-weight: bold;
        text-align: center;
        margin: 30px;
        font-size: 50px;
        color: #000;
    }

    .wd-nav-tabs-wrapper {
        display: flex;
        justify-content: center;
    }

    .wd-nav-tabs {
        display: flex;
        flex-direction: column;
    }

    .wd-nav-tabs li {
        list-style: none;
    }

    .wd-nav li {
        flex: 1;
        text-align: center;
    }

    .wd-nav-link {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: inherit;
    }

    .wd-nav .wd-active .wd-nav-link {
        font-weight: bold;
        background-color: #f0f0f0;
    }

    .zack-row {
        display: flex;
        justify-content: space-between;
        padding: 80;
        margin: 20 10 30px;
        list-style: none;
    }

    .zack-row li {
        flex: 1;
        text-align: center;
    }

    .zack-row .wd-active .wd-nav-link {
        font-weight: bold;
        background-color: #d5f4ff;
        color: #52B44B;
        border-radius: 30px;
    }


    /* Action Buttons */
        .lg_brandshop__action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.lg_brandshop__action_btn-primary {
    flex: 1 1 auto;
    background: linear-gradient(135deg, #a50034, #7a0025);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.lg_brandshop__action_btn-primary:hover {
    background: linear-gradient(135deg, #7a0025, #a50034);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(165, 0, 52, 0.3);
}

.lg_brandshop__action_btn-secondary {
    width: 48px;
    height: 48px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6c757d;
    text-decoration: none;
    flex-shrink: 0;
}

.lg_brandshop__action_btn-secondary:hover {
    background-color: #a50034;
    color: #fff;
    border-color: #a50034;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(165, 0, 52, 0.2);
}

/* Responsive improvements */
@media (max-width: 576px) {
    .lg_brandshop__action-buttons {
        flex-direction: column;
    }

    .lg_brandshop__action_btn-primary {
        width: 100%;
    }

    .lg_brandshop__action_btn-secondary {
        width: 100%;
        height: 44px;
        justify-content: center;
    }
}



    /* Product Card Hover Effect */
   .action--group {
    justify-content: center;
    align-content: center;
    gap:2px;
    left:10;
    right:10
   }
    .action--group .product-button {
        background-color: #A50034;
        padding: 10px;
        align-items: center;
        border-radius: 10px;
        color: #ffffff
    }
   

    /* Action buttons styling */
    .action--group {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.9);
        transform: translateY(10px);
    }
    
    .product-card:hover .action--group {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .product-button {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        color: #333;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }
    
    .product-button:hover {
        background: #A50034;
        color: #fff;
        transform: translateY(-3px);
    }
    
    /* Quick view modal fixes */
    .lg-modal {
        border-radius: 16px;
        overflow: hidden;
        border: none;
    }
    
    .lg-modal-header {
        padding: 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .lg-modal-title {
        font-weight: 600;
        color: #333;
    }
    
    .lg-close-btn {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #666;
    }
    
    .lg-product-image {
        position: relative;
        padding: 20px;
        text-align: center;
    }
    
    .lg-product-image img {
        max-height: 300px;
        width: auto;
        margin: 0 auto;
    }
    
    .lg-product-details {
        padding: 20px;
    }
    
    .quick-view-btn {
        cursor: pointer;
    }

    /* LG Modal Styling */
.lg-modal {
    border: none;
    border-radius: 16px;
    box-shadow: var(--shadow-heavy);
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.lg-modal-header {
    background: linear-gradient(135deg, var(--opelus-primary) 0%, var(--opelus-primary-dark) 100%);
    border: none;
    padding: 20px 24px;
    position: relative;
    overflow: hidden;
    flex-direction: row;
}

.lg-modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--opelus-accent);
}

.lg-header-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}

.lg-brand-accent {
    width: 4px;
    height: 24px;
    background: var(--opelus-accent);
    border-radius: 2px;
}

.lg-modal-title {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.lg-close-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.lg-close-btn:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.05);
}


.lg-modal-content {
    padding: 32px 24px;
}

.lg-product-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    padding: 20px;
}

.lg-product-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.lg-product-image:hover img {
    transform: scale(1.05);
}

.lg-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(0,0,0,0.1));
    pointer-events: none;
}

.lg-product-details {
    padding-left: 20px;
}

.lg-product-name {
    color: var(--opelus-dark);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 16px;
    line-height: 1.3;
}

.lg-product-meta {
    margin-bottom: 20px;
}

.lg-category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.lg-label {
    font-weight: 600;
    color: var(--opelus-secondary);
    font-size: 0.9rem;
}

.lg-value {
    color: var(--opelus-primary);
    font-weight: 500;
    background: rgba(165, 0, 52, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.lg-rating {
    margin-bottom: 8px;
}

.lg-price-section {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lg-old-price {
    color: var(--bs-gray-500);
    font-size: 1rem;
}

.lg-current-price {
    color: var(--opelus-primary);
    font-weight: 700;
    font-size: 1.5rem;
}

.lg-product-description {
    color: var(--opelus-secondary);
    line-height: 1.6;
    margin-bottom: 24px;
}

.lg-action-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lg-primary-actions {
    display: flex;
    gap: 12px;
}

.lg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
}

.lg-btn-primary {
    background: linear-gradient(135deg, var(--opelus-primary) 0%, var(--opelus-primary-dark) 100%);
    color: white;
    flex: 1;
}

.lg-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(165, 0, 52, 0.3);
}

.lg-btn-secondary {
    background: rgba(165, 0, 52, 0.1);
    color: var(--opelus-primary);
    border: 1px solid rgba(165, 0, 52, 0.2);
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
}

.lg-btn-secondary:hover {
    background: var(--opelus-primary);
    color: white;
}

.lg-whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.lg-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    color: white;
    text-decoration: none;
}

.lg-stock-status {
    margin-top: 8px;
}

.lg-out-of-stock {
    background: rgba(234, 67, 53, 0.1);
    color: var(--opelus-danger);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.lg-modal-footer {
    background: #f8f9fa;
    border: none;
    padding: 20px 24px;
    position: relative;
}

.lg-footer-accent {
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--opelus-accent) 50%, transparent 100%);
}

.lg-btn-outline {
    background: transparent;
    color: var(--opelus-primary);
    border: 2px solid var(--opelus-primary);
    margin: 0;
}

.lg-btn-outline:hover {
    background: var(--opelus-primary);
    color: white;
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lg-product-details {
        padding-left: 0;
        margin-top: 20px;
    }
    
    .lg-primary-actions {
        flex-direction: column;
    }
    
    .lg-btn-secondary {
        width: 100%;
        height: 48px;
    }
}


.featured-bg {
    /* background-image: url('https://applianceworld.co.ug/wp-content/uploads/2025/02/Header.png'); */
    background-image: url('/assets/images/ui/Header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    border-radius: 12px;
    padding: 60px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.banner-bg {
    background-image: url('/assets/images/ui/Testimonial.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 12px;
    padding: 60px 20px;
}


  .main_heading{
        text-align: left !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    color: #000000;
    padding: 12px 0px;
}
/* LG Brandshop Banner Section Styles */
.lg_brandshop_banner_section {
    padding: 60px 0;
    background: #EBE7DC;
    padding-bottom: 50px;
    padding-top: 40px;
    border-radius: 16px;
    margin-bottom: 50px;
    margin-top:20px !important
}

.lg_brandshop_banner_wrapper {
    display: flex;
    gap: 20px;
    align-items: stretch;
    min-height: 400px;
}

.lg_brandshop_main_banner {
    flex: 1;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    /* background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.lg_brandshop_main_content {
     position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    padding: 40px;
    z-index: 2; 
}

.lg_brandshop_main_image {
       position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.9;
}

.lg_brandshop_main_text {
   position: relative;
    z-index: 3; 
    color: #830028;
    max-width: 70%; 
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.lg_brandshop_main_title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.lg_brandshop_main_description {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}

.lg_brandshop_sub_sections {
    flex: 1;
    max-width: 50%;
}

.lg_brandshop_sub_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    height: 100%;
}

.lg_brandshop_sub_item {
    /* background: white; */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 10px 13px !important;
    background-color: #f4f4f4;
    border-radius: 10px;
    /* width: 50%; */
    border: 1px solid #bababa;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.lg_brandshop_sub_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.lg_brandshop_sub_content {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    height: 100%;
    gap: 15px;
}

.lg_brandshop_sub_image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.lg_brandshop_sub_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg_brandshop_sub_text {
    flex: 1;
}

.lg_brandshop_sub_text p {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.4;
}

.lg_brandshop_inquire {
    font-size: 0.85rem;
    color: #e74c3c;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lg_brandshop_inquire i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.lg_brandshop_sub_item:hover .lg_brandshop_inquire i {
    transform: translateX(3px);
}

/* Owl Carousel Custom Styles */
.lg_brandshop_banner_slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.lg_brandshop_banner_slider .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: none;
    color: #333 !important;
    font-size: 18px;
    transition: all 0.3s ease;
}

.lg_brandshop_banner_slider .owl-nav button:hover {
    background: white !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: scale(1.05);
}

.lg_brandshop_banner_slider .owl-nav button.owl-prev {
    left: -25px;
}

.lg_brandshop_banner_slider .owl-nav button.owl-next {
    right: -25px;
}

.lg_brandshop_banner_slider .owl-nav button:before {
    content: '';
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

.lg_brandshop_banner_slider .owl-nav button.owl-prev:before {
    transform: rotate(135deg);
    margin-left: 3px;
}

.lg_brandshop_banner_slider .owl-nav button.owl-next:before {
    transform: rotate(-45deg);
    margin-right: 3px;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .lg_brandshop_banner_wrapper {
        flex-direction: column;
        gap: 25px;
    }
    
    .lg_brandshop_sub_sections {
        max-width: 100%;
    }
    
    .lg_brandshop_main_text {
        max-width: 70%;
    }
    
    .lg_brandshop_main_title {
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .lg_brandshop_main_content {
        padding: 30px;
    }
    
    .lg_brandshop_main_title {
        font-size: 2rem;
    }
    
    .lg_brandshop_sub_grid {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .lg_brandshop_banner_section {
        padding: 40px 0;
    }
    
    .lg_brandshop_sub_grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .lg_brandshop_main_content {
        padding: 20px;
    }
    
    .lg_brandshop_main_text {
        max-width: 100%;
    }
    
    .lg_brandshop_main_title {
        font-size: 1.8rem;
    }
    
    .lg_brandshop_main_image {
        opacity: 0.3;
    }
    
    .lg_brandshop_banner_slider .owl-nav button {
        display: none;
    }
}

@media (max-width: 575px) {
    .lg_brandshop_main_title {
        font-size: 1.5rem;
    }
    
    .lg_brandshop_main_description {
        font-size: 1rem;
    }
    
    .lg_brandshop_sub_content {
        padding: 15px;
        gap: 10px;
    }
    
    .lg_brandshop_sub_image {
        width: 50px;
        height: 50px;
    }
}

 .lg_brandshop_category_section.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #A50034;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.lg_brandshop_category_section.owl-carousel .owl-dot.active {
    background: #A50034;
}


.blg_brandshop_partners_wrapper {
    padding: 20px 0;
    /* background: #f8f9fa; */
}

.partners_carousel_wrapper {
    position: relative;
}

.lg__brandshop-partner {
    background: #f4f4f4;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 5px;
}

.lg__brandshop-partner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.partner-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.partner-image-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.partner-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.lg__brandshop-partner:hover .partner-logo {
    filter: grayscale(0%);
}

.partner-name {
    margin-top: auto;
}

.partner-name span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 1.4;
}

/* Owl Carousel Custom Styles */
.lg_brandshop_partners_section.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

.lg_brandshop_partners_section.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.lg_brandshop_partners_section.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #A50034;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.lg_brandshop_partners_section.owl-carousel .owl-dot.active {
    background: #A50034;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .lg__brandshop-partner {
        height: 140px;
        padding: 15px 10px;
    }
    
    .partner-logo {
        max-height: 60px;
    }
    
    .partner-name span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .blg_brandshop_partners_wrapper {
        padding: 40px 0;
    }
}


   .lg_brandshop_register_container {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            min-height: 90vh;
            padding: 40px 0;
        }

        .lg_brandshop_register_wrapper {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            border: 1px solid rgba(200, 16, 46, 0.1);
        }

        /* Header Section */
        .lg_brandshop_register_header {
            background: linear-gradient(135deg, #c8102e 0%, #a50d25 100%);
            color: white;
            padding: 40px;
            text-align: center;
            position: relative;
        }

        .lg_brandshop_logo_section {
            margin-bottom: 20px;
        }

        .lg_brandshop_logo_placeholder {
            display: inline-block;
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin: 0 auto;
        }

        .lg_brandshop_register_title {
            font-size: 32px;
            font-weight: 700;
            margin: 0 0 8px 0;
            letter-spacing: -0.5px;
        }

        .lg_brandshop_register_subtitle {
            font-size: 16px;
            opacity: 0.9;
            margin: 0 0 20px 0;
            font-weight: 400;
        }

        /* Back to Login Link */
        .lg_brandshop_back_link {
            position: absolute;
            top: 20px;
            left: 20px;
        }

        .lg_brandshop_back_btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .lg_brandshop_back_btn:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            text-decoration: none;
            transform: translateX(-2px);
        }

        .lg_brandshop_back_icon {
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .lg_brandshop_back_btn:hover .lg_brandshop_back_icon {
            transform: translateX(-2px);
        }

        /* Form Card */
        .lg_brandshop_register_card {
            padding: 50px;
        }

        .lg_brandshop_register_form {
            max-width: 100%;
        }

        /* Form Styles */
        .lg_brandshop_form_group {
            margin-bottom: 24px;
        }

        .lg_brandshop_label {
            display: block;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        .lg_brandshop_input_wrapper {
            position: relative;
        }

        .lg_brandshop_input {
            width: 100%;
            padding: 16px 20px 16px 50px;
            border: 2px solid #e1e5e9;
            border-radius: 12px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #fafbfc;
        }

        .lg_brandshop_input:focus {
            outline: none;
            border-color: #c8102e;
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1);
        }

        .lg_brandshop_input_icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #8b949e;
            font-size: 18px;
            transition: color 0.3s ease;
        }

        .lg_brandshop_input:focus + .lg_brandshop_input_icon {
            color: #c8102e;
        }

        .lg_brandshop_error {
            color: #dc3545;
            font-size: 14px;
            margin-top: 6px;
            display: block;
            font-weight: 500;
        }

        /* reCAPTCHA Section */
        .lg_brandshop_recaptcha_section {
            margin: 30px 0;
            text-align: center;
        }

        /* Terms Section */
        .lg_brandshop_terms_section {
            margin: 30px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 12px;
            border: 1px solid #e9ecef;
        }

        .lg_brandshop_checkbox_wrapper {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .lg_brandshop_checkbox {
            width: 18px;
            height: 18px;
            accent-color: #c8102e;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .lg_brandshop_checkbox_label {
            font-size: 14px;
            color: #6b7280;
            line-height: 1.5;
            cursor: pointer;
        }

        .lg_brandshop_link {
            color: #c8102e;
            text-decoration: none;
            font-weight: 600;
        }

        .lg_brandshop_link:hover {
            color: #a50d25;
            text-decoration: underline;
        }

        /* Submit Section */
        .lg_brandshop_submit_section {
            margin: 30px 0;
        }

        .lg_brandshop_register_btn {
            width: 100%;
            background: linear-gradient(135deg, #c8102e 0%, #a50d25 100%);
            border: none;
            border-radius: 12px;
            padding: 18px 24px;
            color: white;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            letter-spacing: 0.5px;
        }

        .lg_brandshop_register_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(200, 16, 46, 0.3);
        }

        .lg_brandshop_btn_icon {
            font-size: 18px;
            transition: transform 0.3s ease;
        }

        .lg_brandshop_register_btn:hover .lg_brandshop_btn_icon {
            transform: translateX(4px);
        }

        /* Login Link Section */
        .lg_brandshop_login_link_section {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #e9ecef;
        }

        .lg_brandshop_login_text {
            font-size: 16px;
            color: #6b7280;
            margin: 0;
        }

        .lg_brandshop_login_link {
            color: #c8102e;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .lg_brandshop_login_link:hover {
            color: #a50d25;
            text-decoration: underline;
        }

        /* Benefits Footer */
        .lg_brandshop_benefits_footer {
            background: #f8f9fa;
            padding: 40px 50px;
            text-align: center;
        }

        .lg_brandshop_benefits_title {
            font-size: 20px;
            color: #1a1a1a;
            font-weight: 700;
            margin: 0 0 25px 0;
            letter-spacing: -0.3px;
        }

        .lg_brandshop_benefits_list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            max-width: 600px;
            margin: 0 auto;
        }

        .lg_brandshop_benefit_mini {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            padding: 15px;
            background: white;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

        .lg_brandshop_benefit_mini:hover {
            transform: translateY(-2px);
        }

        .lg_brandshop_benefit_mini i {
            font-size: 24px;
            color: #c8102e;
        }

        .lg_brandshop_benefit_mini span {
            font-size: 14px;
            color: #6b7280;
            font-weight: 600;
            text-align: center;
        }

        /* Responsive Design */
        @media (max-width: 991.98px) {
            .lg_brandshop_register_container {
                padding: 20px 0;
            }
            
            .lg_brandshop_register_card,
            .lg_brandshop_benefits_footer {
                padding: 30px;
            }
            
            .lg_brandshop_register_header {
                padding: 30px;
            }
            
            .lg_brandshop_back_link {
                position: static;
                margin-bottom: 20px;
            }
            
            .lg_brandshop_register_title {
                font-size: 28px;
            }
        }

        @media (max-width: 767.98px) {
            .lg_brandshop_register_card,
            .lg_brandshop_benefits_footer {
                padding: 20px;
            }
            
            .lg_brandshop_register_title {
                font-size: 24px;
            }
            
            .lg_brandshop_benefits_list {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
        }

        @media (max-width: 575.98px) {
            .lg_brandshop_benefits_list {
                grid-template-columns: 1fr;
            }
            
            .lg_brandshop_input {
                padding: 14px 18px 14px 45px;
                font-size: 16px; /* Prevents zoom on iOS */
            }
        }

         /* Main Container */
        .lg_brandshop_main_container {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            min-height: 80vh;
            padding: 60px 0;
        }

        .row.align-items-stretch > div {
            display: flex;
            flex-direction: column;
        }

        /* Login Card Styles */
        .lg_brandshop_login_wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .lg_brandshop_login_card {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 480px;
            overflow: hidden;
            border: 1px solid rgba(200, 16, 46, 0.1);
        }

        .lg_brandshop_card_header {
            background: linear-gradient(135deg, #c8102e 0%, #a50d25 100%);
            color: white;
            padding: 40px 40px 30px;
            text-align: center;
        }

        .lg_brandshop_signin_title {
            font-size: 28px;
            font-weight: 700;
            margin: 0 0 8px 0;
            letter-spacing: -0.5px;
        }

        .lg_brandshop_signin_subtitle {
            font-size: 16px;
            opacity: 0.9;
            margin: 0;
            font-weight: 400;
        }

        .lg_brandshop_card_body {
            padding: 40px;
        }

        /* Form Styles */
        .lg_brandshop_form_group {
            margin-bottom: 24px;
        }

        .lg_brandshop_label {
            display: block;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        .lg_brandshop_input_wrapper {
            position: relative;
        }

        .lg_brandshop_input {
            width: 100%;
            padding: 16px 20px 16px 50px;
            border: 2px solid #e1e5e9;
            border-radius: 12px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #fafbfc;
        }

        .lg_brandshop_input:focus {
            outline: none;
            border-color: #c8102e;
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1);
        }

        .lg_brandshop_input_icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #8b949e;
            font-size: 18px;
            transition: color 0.3s ease;
        }

        .lg_brandshop_input:focus + .lg_brandshop_input_icon {
            color: #c8102e;
        }

        .lg_brandshop_error {
            color: #dc3545;
            font-size: 14px;
            margin-top: 6px;
            display: block;
            font-weight: 500;
        }

        /* Form Options */
        .lg_brandshop_form_options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .lg_brandshop_checkbox_wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .lg_brandshop_checkbox {
            width: 18px;
            height: 18px;
            accent-color: #c8102e;
        }

        .lg_brandshop_checkbox_label {
            font-size: 14px;
            color: #6b7280;
            cursor: pointer;
        }

        .lg_brandshop_forgot_link {
            color: #c8102e;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .lg_brandshop_forgot_link:hover {
            color: #a50d25;
            text-decoration: underline;
        }

        /* Login Button */
        .lg_brandshop_login_btn {
            width: 100%;
            background: linear-gradient(135deg, #c8102e 0%, #a50d25 100%);
            border: none;
            border-radius: 12px;
            padding: 18px 24px;
            color: white;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            letter-spacing: 0.5px;
        }

        .lg_brandshop_login_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(200, 16, 46, 0.3);
        }

        .lg_brandshop_btn_icon {
            font-size: 18px;
            transition: transform 0.3s ease;
        }

        .lg_brandshop_login_btn:hover .lg_brandshop_btn_icon {
            transform: translateX(4px);
        }

        /* Register Section */
        .lg_brandshop_register_section {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .lg_brandshop_register_header {
            padding: 40px 40px 30px;
            text-align: center;
            background: linear-gradient(135deg, #c8102e 0%, #e9ecef 100%);
            border-radius: 16px 16px 0 0;
        }

        .lg_brandshop_register_title {
            font-size: 24px;
            color: #1a1a1a;
            font-weight: 700;
            margin: 0 0 8px 0;
            letter-spacing: -0.5px;
        }

        .lg_brandshop_register_subtitle {
            font-size: 16px;
            color: #6b7280;
            margin: 0;
            font-weight: 400;
        }

        /* Benefits Grid */
        .lg_brandshop_benefits_grid {
            padding: 40px;
            flex: 1;
        }

        .lg_brandshop_benefit_item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 30px;
            padding: 20px;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .lg_brandshop_benefit_item:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
        }

        .lg_brandshop_benefit_icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #c8102e 0%, #a50d25 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            flex-shrink: 0;
        }

        .lg_brandshop_benefit_content h4 {
            font-size: 18px;
            color: #1a1a1a;
            font-weight: 700;
            margin: 0 0 8px 0;
            letter-spacing: -0.3px;
        }

        .lg_brandshop_benefit_content p {
            font-size: 14px;
            color: #6b7280;
            line-height: 1.6;
            margin: 0;
        }

        /* Register Button */
        .lg_brandshop_register_action {
            padding: 0 40px 40px;
        }

        .lg_brandshop_register_btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            padding: 18px 24px;
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: white;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }

        .lg_brandshop_register_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
            color: white;
            text-decoration: none;
        }

        .lg_brandshop_register_btn:hover .lg_brandshop_btn_icon {
            transform: translateX(4px);
        }

        /* Responsive Design */
        @media (max-width: 991.98px) {
            .lg_brandshop_main_container {
                padding: 40px 0;
            }
            
            .lg_brandshop_login_card,
            .lg_brandshop_register_section {
                margin-bottom: 30px;
            }
            
            .lg_brandshop_card_header,
            .lg_brandshop_card_body,
            .lg_brandshop_register_header,
            .lg_brandshop_benefits_grid,
            .lg_brandshop_register_action {
                padding: 30px;
            }
            
            .lg_brandshop_form_options {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
        }

        @media (max-width: 575.98px) {
            .lg_brandshop_signin_title {
                font-size: 24px;
            }
            
            .lg_brandshop_register_title {
                font-size: 20px;
            }
            
            .lg_brandshop_card_header,
            .lg_brandshop_card_body,
            .lg_brandshop_register_header,
            .lg_brandshop_benefits_grid,
            .lg_brandshop_register_action {
                padding: 20px;
            }
        }


        


        .lg_brandshop_page-title {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding: 2rem 0;
        }

        .lg_brandshop_breadcrumbs {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .lg_brandshop_breadcrumbs li a {
            color: rgba(255,255,255,0.9);
            text-decoration: none;
            font-weight: 500;
            transition: var(--transition);
        }

        .lg_brandshop_breadcrumbs li a:hover {
            color: white;
        }

        .lg_brandshop_breadcrumbs .separator::after {
            content: '/';
            color: rgba(255,255,255,0.6);
            margin: 0 0.5rem;
        }

        .lg_brandshop_loyalty-dashboard {
            padding: 3rem 0;
        }

        .lg_brandshop_dashboard-header {
            background: white;
            border-radius: var(--border-radius);
            padding: 2.5rem;
            margin-bottom: 2rem;
            box-shadow: var(--card-shadow);
            position: relative;
            overflow: hidden;
        }

        .lg_brandshop_dashboard-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: var(--primary-gradient);
        }

        .lg_brandshop_points-display {
            font-size: 3.5rem;
            font-weight: 800;
            background: var(--primary-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .lg_brandshop_tier-badge {
            display: inline-flex;
            align-items: center;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .lg_brandshop_tier-bronze {
            background: linear-gradient(135deg, #cd7f32 0%, #b8860b 100%);
            color: white;
        }

        .lg_brandshop_tier-silver {
            background: linear-gradient(135deg, #c0c0c0 0%, #a8a8a8 100%);
            color: white;
        }

        .lg_brandshop_tier-gold {
            background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
            color: #333;
        }

        .lg_brandshop_tier-platinum {
            background: linear-gradient(135deg, #e5e4e2 0%, #b8b8b8 100%);
            color: #333;
        }

        .lg_brandshop_tier-progress {
            height: 8px;
            background: #e9ecef;
            border-radius: 50px;
            margin: 1rem 0 0.5rem 0;
            overflow: hidden;
            position: relative;
        }

        .lg_brandshop_tier-progress-fill {
            height: 100%;
            background: var(--success-gradient);
            border-radius: 50px;
            transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }

        .lg_brandshop_tier-progress-fill::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            animation: shine 2s infinite;
        }

        @keyframes shine {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .lg_brandshop_btn-light {
            background: var(--primary-gradient);
            border: none;
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .lg_brandshop_btn-light:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
            color: white;
        }

        .lg_brandshop_btn-light::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .lg_brandshop_btn-light:hover::before {
            left: 100%;
        }

        .lg_brandshop_card-modern {
            background: white;
            border-radius: var(--border-radius);
            box-shadow: var(--card-shadow);
            transition: var(--transition);
            overflow: hidden;
        }

        .lg_brandshop_card-modern:hover {
            transform: translateY(-5px);
            box-shadow: var(--hover-shadow);
        }

        .lg_brandshop_card-header-custom {
            background: var(--dark-gradient);
            color: white;
            padding: 1.5rem;
            font-weight: 600;
        }

        .lg_brandshop_card-body {
            padding: 2rem;
        }

        .lg_brandshop_points-source {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            border: 2px solid #f8f9fa;
            border-radius: 12px;
            margin-bottom: 1rem;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .lg_brandshop_points-source:hover {
            border-color: #667eea;
            transform: translateX(5px);
        }

        .lg_brandshop_points-source::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: var(--primary-gradient);
            transform: scaleY(0);
            transition: var(--transition);
        }

        .lg_brandshop_points-source:hover::before {
            transform: scaleY(1);
        }

        .lg_brandshop_referral-section {
            background: white;
            border-radius: var(--border-radius);
            padding: 2.5rem;
            margin: 2rem 0;
            box-shadow: var(--card-shadow);
            position: relative;
            overflow: hidden;
        }

        .lg_brandshop_referral-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: var(--info-gradient);
            opacity: 0.1;
            border-radius: 50%;
        }

        .lg_brandshop_referral-link {
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 8px;
            font-family: 'Courier New', monospace;
            border-left: 4px solid #667eea;
            word-break: break-all;
            position: relative;
        }

        .lg_brandshop_btn-copy {
            background: var(--success-gradient);
            border: none;
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            font-weight: 600;
            transition: var(--transition);
            width: 100%;
        }

        .lg_brandshop_btn-copy:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(76, 205, 196, 0.3);
        }

        .lg_brandshop_achievement-badge {
            display: inline-block;
            background: var(--warning-gradient);
            color: #333;
            padding: 0.5rem 1rem;
            border-radius: 25px;
            margin: 0.25rem;
            font-weight: 600;
            font-size: 0.85rem;
            position: relative;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .lg_brandshop_leaderboard-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
            border-radius: 12px;
            background: var(--info-gradient);
            margin-bottom: 0.5rem;
        }

        .lg_brandshop_leaderboard-rank {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: white;
            background: var(--primary-gradient);
        }

        .lg_brandshop_activity-chart {
            height: 300px;
            position: relative;
        }

        .lg_brandshop_modal-custom .modal-content {
            border-radius: var(--border-radius);
            border: none;
            box-shadow: var(--hover-shadow);
        }

        .lg_brandshop_modal-custom .modal-header {
            background: var(--primary-gradient);
            color: white;
            border-radius: var(--border-radius) var(--border-radius) 0 0;
        }

        .lg_brandshop_reward-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            border: 2px solid #e9ecef;
            border-radius: 12px;
            margin-bottom: 1rem;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .lg_brandshop_reward-item:hover {
            border-color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

        .lg_brandshop_reward-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
            transition: left 0.5s;
        }

        .lg_brandshop_reward-item:hover::before {
            left: 100%;
        }

        .lg_brandshop_insufficient-points {
            opacity: 0.5;
            pointer-events: none;
        }

        .lg_brandshop_btn-redeem {
            background: var(--secondary-gradient);
            border: none;
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 25px;
            font-weight: 600;
            transition: var(--transition);
        }

        .lg_brandshop_btn-redeem:hover:not(:disabled) {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(240, 147, 251, 0.4);
        }

        .lg_brandshop_btn-redeem:disabled {
            background: #6c757d;
            cursor: not-allowed;
        }

        .lg_brandshop_toast {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 1rem 1.5rem;
            border-radius: 8px;
            color: white;
            font-weight: 600;
            z-index: 9999;
            animation: slideIn 0.3s ease-out;
        }

        .lg_brandshop_toast.success {
            background: var(--success-gradient);
        }

        .lg_brandshop_toast.error {
            background: var(--secondary-gradient);
        }

        @keyframes slideIn {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .lg_brandshop_fade-in {
            animation: fadeInUp 0.6s ease-out;
        }

        .lg_brandshop_slide-up {
            animation: slideUp 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .lg_brandshop_points-display {
                font-size: 2.5rem;
            }
            
            .lg_brandshop_dashboard-header,
            .lg_brandshop_referral-section,
            .lg_brandshop_card-body {
                padding: 1.5rem;
            }
            
            .lg_brandshop_reward-item {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }
            
            .lg_brandshop_btn-copy {
                margin-top: 0.5rem;
            }
        }

        /* Dark mode support */
        @media (prefers-color-scheme: dark) {
            .lg_brandshop_card-modern {
                background: #2d3748;
                color: white;
            }
            
            .lg_brandshop_dashboard-header,
            .lg_brandshop_referral-section {
                background: #2d3748;
                color: white;
            }
            
            .lg_brandshop_referral-link {
                background: #4a5568;
                color: white;
            }
        }

        .product-details__content {
            mb-12 {
                margin-block-end: var(--size-12) !important;
            }
        }
        h1, h2, h3, h4, h5, h6
 {
    margin: 0 0 16px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.2;
    font-weight: 700;
}

/* Social Share Buttons - OnePlus Style */
.social-share-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 16px;
    margin-bottom: 32px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.social-share-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 22px;
    box-shadow: var(--shadow-light);
    position: relative;
    overflow: hidden;
}

.social-share-buttons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.social-share-buttons a:hover::before {
    left: 100%;
}

.social-share-buttons a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: var(--shadow-medium);
    text-decoration: none;
    color: white;
}

.social-share-buttons .facebook {
    background: linear-gradient(135deg, #1877f2, #0d47a1);
}

.social-share-buttons .twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.social-share-buttons .whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.social-share-buttons .linkedin {
    background: linear-gradient(135deg, #0077b5, #004471);
}

.social-share-buttons .pinterest {
    background: linear-gradient(135deg, #bd081c, #8b0000);
}

.social-share-buttons .telegram {
    background: linear-gradient(135deg, #0088cc, #005580);
}

.social-share-buttons .reddit {
    background: linear-gradient(135deg, #ff4500, #cc3700);
}

/* Copy Link Section - OnePlus Style */
.copy-link-container {
    background: var(--oneplus-light-gray);
    padding: 28px;
    border-radius: 20px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #e8e8e8;
}

.copy-link-container h6 {
    margin-bottom: 18px;
    color: var(--oneplus-black);
    font-weight: 600;
}

.copy-link-input {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: stretch;
}

.copy-link-input input {
    flex: 1;
    padding: 16px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    background: var(--oneplus-white);
    font-size: 14px;
    color: var(--oneplus-black);
    font-family: 'Monaco', 'Menlo', monospace;
    transition: all 0.3s ease;
}

.copy-link-input input:focus {
    outline: none;
    border-color: var(--oneplus-red);
    background: var(--oneplus-white);
    box-shadow: 0 0 0 3px rgba(235, 0, 40, 0.1);
}

.copy-btn {
    padding: 16px 24px;
    background: var(--oneplus-black);
    color: var(--oneplus-white);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-btn:hover {
    background: var(--oneplus-red);
    transform: translateY(-1px);
    box-shadow: var(--shadow-light);
}

.copy-btn:active {
    transform: translateY(0);
}

.copy-success {
    color: var(--oneplus-accent);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: none;
    animation: slideInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInUp {
    from { 
        opacity: 0; 
        transform: translateY(10px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

/* Modal Footer - OnePlus Style */
.modal-footer {
    border: none;
    padding: 24px 30px;
    background: var(--oneplus-light-gray);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.modal-footer .btn {
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-footer .btn-outline-secondary {
    border: 2px solid #dee2e6;
    color: #6c757d;
    background: var(--oneplus-white);
}

.modal-footer .btn-outline-secondary:hover {
    border-color: var(--oneplus-black);
    color: var(--oneplus-black);
    background: var(--oneplus-white);
    transform: translateY(-1px);
}

.oneplus-btn-primary {
    background: var(--oneplus-red);
    border: 2px solid var(--oneplus-red);
    color: var(--oneplus-white);
}

.oneplus-btn-primary:hover {
    background: var(--oneplus-dark-red);
    border-color: var(--oneplus-dark-red);
    color: var(--oneplus-white);
    transform: translateY(-1px);
    box-shadow: var(--shadow-light);
}

/* Responsive Design */
@media (max-width: 768px) {
    .oneplus-modal-content {
        padding: 24px 20px;
    }
    
    .oneplus-modal-header {
        padding: 20px;
    }
    
    .social-share-buttons {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
    
    .social-share-buttons a {
        width: 50px;
        height: 50px;
        font-size: 18px;
        border-radius: 12px;
    }
    
    .copy-link-input {
        flex-direction: column;
        gap: 12px;
    }
    
    .copy-btn {
        width: 100%;
    }
    
    .modal-footer {
        flex-direction: column;
        gap: 8px;
    }
    
    .modal-footer .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .social-share-buttons {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .oneplus-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Loading Animation */
.copy-btn.loading {
    pointer-events: none;
}

.copy-btn.loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Success State */
.copy-btn.success {
    background: var(--oneplus-accent);
    color: var(--oneplus-white);
}

.copy-btn.success i::before {
    content: '\f00c';
}

      :root {
            --main-color: #7d0028;
            --main-color-600: #0056b3;
            --main-two-600: #28a745;
            --warning-600: #ffc107;
            --gray-100: #f8f9fa;
            --gray-300: #dee2e6;
            --gray-400: #ced4da;
            --gray-500: #adb5bd;
            --gray-600: #6c757d;
            --gray-700: #495057;
            --gray-900: #212529;
            --color-one: #f8f9ff;
            --goldenrod: #daa520;
        }
        /* ========================= Root Variables ========================= */
:root {
    --main-600: #2563EB; /* Primary color */
    --main-700: #1E40AF; /* Darker primary shade */
    --gray-100: #F3F4F6; /* Light gray */
    --gray-500: #6B7280; /* Medium gray */
    --gray-700: #374151; /* Dark gray */
    --warning-600: #F59E0B; /* Star rating color */
    --white: #FFFFFF;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* ========================= General Styles ========================= */
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--gray-700);
}

/* ========================= Utility Classes ========================= */
.flex-align {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ========================= Product Details Content Section ========================= */
.product-dContent {
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    margin-top: 40px;
    padding: 24px;
}

.product-dContent__header {
    padding: 16px 32px;
    border-bottom: 1px solid var(--gray-100);
}

.nav-pills .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-500);
    padding: 10px 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-pills .nav-item .nav-link.active {
    background-color: var(--main-600);
    color: var(--white);
}

.nav-pills .nav-item .nav-link:hover,
.nav-pills .nav-item .nav-link:focus {
    background-color: var(--gray-100);
    color: var(--main-600);
}

.product-dContent__header .btn {
    background-color: var(--gray-100);
    color: var(--main-600);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.product-dContent__header .btn:hover {
    background-color: var(--main-600);
    color: var(--white);
    transform: translateY(-2px);
}

.product-dContent__header .btn img {
    width: 20px;
    height: 20px;
}

.product-dContent__box {
    padding: 32px;
}

.product-dContent__box h6 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 16px;
}

/* ========================= Description Tab ========================= */
#pills-description {
    font-size: 0.95rem;
    color: var(--gray-500);
    line-height: 1.8;
}

#pills-description p,
#pills-description ul,
#pills-description ol {
    margin-bottom: 16px;
}

#pills-description ul li,
#pills-description ol li {
    margin-bottom: 8px;
}

/* ========================= Reviews Tab ========================= */
#pills-reviews .row {
    gap: 24px;
}

#pills-reviews h6 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 16px;
}

#pills-reviews .d-flex {
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gray-100);
}

#pills-reviews .d-flex img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

#pills-reviews .flex-grow-1 .text-md {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-700);
}

#pills-reviews .flex-align.gap-8 {
    gap: 4px;
}

#pills-reviews .text-xs.text-warning-600 i,
#pills-reviews .text-xs.text-gray-300 i {
    font-size: 0.9rem;
}

#pills-reviews .text-gray-800.text-xs {
    font-size: 0.8rem;
    color: var(--gray-500);
}

#pills-reviews .flex-grow-1 p {
    font-size: 0.9rem;
    color: var(--gray-500);
    margin-top: 12px;
}

#pills-reviews .flex-align.gap-20 {
    gap: 16px;
    margin-top: ادغط هنا لتحرير النص24px;
}

#pills-reviews .flex-align.gap-20 button,
#pills-reviews .flex-align.gap-20 a {
    font-size: 0.85rem;
    color: var(--gray-500);
    text-decoration: none;
    transition: color 0.3s ease;
}

#pills-reviews .flex-align.gap-20 button:hover,
#pills-reviews .flex-align.gap-20 a:hover {
    color: var(--main-600);
}

#pills-reviews .card {
    background-color: var(--gray-100);
    border: none;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--gray-500);
}

/* ========================= Review Form ========================= */
#pills-reviews .mt-56 {
    margin-top: 32px;
}

#pills-reviews .text-heading {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 12px;
}

#pills-reviews .common-input {
    border: 1px solid var(--gray-100);
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}

#pills-reviews .common-input:focus {
    border-color: var(--main-600);
    outline: none;
}

#pills-reviews .form-control {
    border: 1px solid var(--gray-100);
    border-radius: 8px;
    padding: 12px;
    font-size: 0.9rem;
}

#pills-reviews .btn-main {
    background-color: var(--main-600);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#pills-reviews .btn-main:hover {
    background-color: var(--main-700);
    transform: translateY(-2px);
}

#pills-reviews .alert.alert-info {
    background-color: #E3F2FD;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 0.9rem;
    color: var(--gray-700);
}

#pills-reviews .alert.alert-info a {
    color: var(--main-600);
    text-decoration: none;
    font-weight: 600;
}

#pills-reviews .btn-primary {
    background-color: var(--main-600);
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#pills-reviews .btn-primary:hover {
    background-color: var(--main-700);
    transform: translateY(-2px);
}

/* ========================= Customer Feedback ========================= */
#pills-reviews .ms-xxl-5 {
    margin-left: 24px;
}

#pills-reviews .d-flex.flex-wrap.gap-44 {
    gap: 24px;
}

#pills-reviews .border.rounded-8.px-40.py-52 {
    background-color: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}

#pills-reviews .border.rounded-8.px-40.py-52 h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--main-600);
    margin-bottom: 8px;
}

#pills-reviews .border.rounded-8.px-40.py-52 .flex-center.gap-8 {
    gap: 4px;
}

#pills-reviews .border.rounded-8.px-40.py-52 .text-gray-500 {
    font-size: 0.85rem;
    margin-top: 12px;
}

#pills-reviews .border.rounded-8.px-24.py-40 {
    background-color: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 8px;
    padding: 24px;
}

#pills-reviews .progress {
    height: 10px;
    background-color: var(--gray-100);
    border-radius: 5px;
}

#pills-reviews .progress-bar.bg-main-600 {
    background-color: var(--main-600);
}

#pills-reviews .flex-align.gap-8.mb-20 {
    gap: 12px;
    margin-bottom: 16px;
}

#pills-reviews .flex-align.gap-8.mb-20 .text-gray-900 {
    font-size: 0.85rem;
    font-weight: 600;
}

/* ========================= Responsive Design ========================= */
@media (max-width: 991px) {
    .product-dContent {
        padding: 16px;
    }

    .product-dContent__header {
        padding: 12px 16px;
    }

    .product-dContent__box {
        padding: 24px;
    }

    #pills-reviews .ms-xxl-5 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product-dContent__header .nav-pills .nav-item .nav-link {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .product-dContent__header .btn {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    #pills-reviews .d-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    #pills-reviews .d-flex img {
        width: 40px;
        height: 40px;
    }

    #pills-reviews .btn-main,
    #pills-reviews .btn-primary {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 479px) {
    .product-dContent__box h6 {
        font-size: 1.1rem;
    }

    #pills-description {
        font-size: 0.9rem;
    }

    #pills-reviews .border.rounded-8.px-40.py-52 h2 {
        font-size: 1.5rem;
    }

    #pills-reviews .border.rounded-8.px-40.py-52 {
        padding: 16px;
    }

    #pills-reviews .border.rounded-8.px-24.py-40 {
        padding: 16px;
    }
}

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: var(--gray-700);
        }

        /* Product Gallery Styles */
        .product-gallery {
            position: relative;
            margin-bottom: 2rem;
        }

        .product-badge {
            position: absolute;
            top: 1rem;
            left: 1rem;
            z-index: 10;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .product-badge.bg-warning { background-color: #ffc107 !important; color: #000; }
        .product-badge.bg-success { background-color: #28a745 !important; color: #fff; }
        .product-badge.bg-info { background-color: #17a2b8 !important; color: #fff; }
        .product-badge.bg-dark { background-color: #343a40 !important; color: #fff; }
        .product-badge.bg-secondary { background-color: #6c757d !important; color: #fff; }
        .product-badge.bg-goldenrod { background-color: var(--goldenrod) !important; color: #fff; }

        .ppp-t {
            top: 3.5rem !important;
        }

        .product-thumbnails {
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .product-thumbnails img {
            width: 100%;
            height: 550px; !important
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-thumbnails img:hover {
            transform: scale(1.05);
        }

        /* Product Content Styles */
        .product-details__content h5 {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--gray-900);
            margin-bottom: 1rem;
        }

        .rating-container {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            flex-wrap: wrap;
            margin-bottom: 1.5rem;
        }

        .star-rating {
            display: flex;
            gap: 0.25rem;
        }

        .star-rating .fa-star {
            font-size: 0.875rem;
        }

        .text-warning-600 { color: var(--warning-600) !important; }
        .text-gray-300 { color: var(--gray-300) !important; }

        .price-container {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin: 2rem 0;
        }

        .price-container h4 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--main-color);
            margin: 0;
        }

        .price-container del {
            font-size: 1.125rem;
            color: var(--gray-500);
        }

        /* Buttons */
        .btn-main {
            background: linear-gradient(135deg, var(--main-color), var(--main-color-600));
            border: none;
            padding: 0.75rem 2rem;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,123,255,0.3);
        }

        .btn-main:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,123,255,0.4);
        }

        .whatsapp-btn {
            background: linear-gradient(135deg, #25d366, #128c7e);
            color: white;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .whatsapp-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(37,211,102,0.4);
            color: white;
        }

        /* Countdown Timer */
        .countdown-container {
            background: linear-gradient(135deg, var(--color-one), #e3f2fd);
            border-radius: 0.75rem;
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            border-left: 4px solid var(--main-color);
        }

        .countdown-list {
            display: flex;
            gap: 0.5rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .countdown-list__item {
            width: 2.5rem;
            height: 2.5rem;
            background: white;
            border: 2px solid var(--main-color);
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: var(--main-color);
            font-size: 0.875rem;
        }

        /* Stock Progress */
        .stock-container {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 0.75rem;
            padding: 1.5rem;
            margin: 1.5rem 0;
        }

        .stock-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1rem;
        }

        .stock-icon {
            width: 2.5rem;
            height: 2.5rem;
            background: white;
            color: var(--main-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .progress {
            height: 0.75rem;
            border-radius: 50px;
            overflow: hidden;
        }

        .progress-bar {
            background: linear-gradient(90deg, var(--main-color), var(--main-two-600));
            border-radius: 50px;
        }

        /* Quantity Selector */
        .qtySelector {
            border: 2px solid var(--gray-300);
            border-radius: 50px;
            overflow: hidden;
            background: white;
        }

      

        /* Action Buttons */
        .action-buttons {
            display: flex;
            gap: 0.75rem;
        }

        .action-btn {
            width: 3.25rem;
            height: 3.25rem;
            background: rgba(0,123,255,0.1);
            color: var(--main-color);
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .action-btn:hover {
            background: var(--main-color);
            color: white;
            transform: translateY(-2px);
        }

        /* Discount Badge */
        .discount-badge {
            border: 2px dashed var(--main-two-600);
            background: rgba(40,167,69,0.05);
            border-radius: 0.75rem;
            padding: 1rem;
            margin: 1rem 0;
        }

        /* Product Info List */
        .product-info-list {
            list-style: none;
            padding: 0;
        }

        .product-info-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid var(--gray-100);
        }

        .product-info-list li:last-child {
            border-bottom: none;
        }

        .product-info-list a {
            color: var(--main-color);
            text-decoration: none;
            font-weight: 500;
        }

        .product-info-list a:hover {
            text-decoration: underline;
        }

        /* Sidebar */
        .product-details__sidebar {
            background: white;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .store-header {
            background: linear-gradient(135deg, var(--main-color), var(--main-color-600));
            padding: 1.5rem;
            color: white;
        }

        .store-icon {
            width: 3rem;
            height: 3rem;
            background: white;
            color: var(--main-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        .service-item {
            padding: 1.5rem;
            border-bottom: 1px solid var(--gray-100);
            display: flex;
            gap: 1.5rem;
            align-items: flex-start;
            background: rgba(0,123,255,0.02);
        }

        .service-item:last-child {
            border-bottom: none;
        }

        .service-icon {
            width: 3rem;
            height: 3rem;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .service-icon img {
            width: 1.5rem;
            height: 1.5rem;
            object-fit: contain;
        }

        .service-content h6 {
            font-weight: 600;
            color: var(--gray-900);
            margin-bottom: 0.5rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .product-details__content h5 {
                font-size: 1.5rem;
            }
            
            .price-container h4 {
                font-size: 1.5rem;
            }
            
            .rating-container {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.5rem;
            }
            
            .action-buttons {
                flex-wrap: wrap;
            }
        }

        /* Utility Classes */
        .text-main-600 { color: var(--main-color-600) !important; }
        .text-main-two-600 { color: var(--main-two-600) !important; }
        .bg-main-50 { background-color: rgba(0,123,255,0.1) !important; }
        .bg-color-one {background-color: #eddae2 !important;}
        .border-gray-100 { border-color: var(--gray-100) !important; }
        .text-neutral-600 { color: var(--gray-600) !important; }