
/* ==================================
   INKKA HEADER ICONS V1
================================== */

/* Menu Button */

.default_header .flex-1.flex.items-center.gap-3 button{

    background:transparent !important;
    box-shadow:none !important;
    border:none !important;

}


/* ==================================
   MENU ICON
================================== */

.default_header .flex-1.flex.items-center.gap-3 button svg{

    color:#4A0F1B !important;

}

.default_header .flex-1.flex.items-center.gap-3 button svg path{

    fill:#4A0F1B !important;

}



/* ==================================
   CART ICON
================================== */
.default_header .group svg{

    color:#4A0F1B !important;

}

.default_header .group svg path{

    stroke:#4A0F1B !important;

}

/* متلمسش Fill السلة */

.default_header .group svg path[fill-rule]{

    fill:#4A0F1B !important;

}

/* ==================================
   HOVER
================================== */

.default_header a:hover svg,
.default_header button:hover svg{

    opacity:.85;

    transition:.3s ease;

}
a[href="/search"] svg g path{

    fill:#4A0F1B !important;

}


/* ==================================
   REMOVE DEFAULT UNDERLINE
================================== */

header a:hover,
header button:hover,
nav a:hover,
nav button:hover{

    text-decoration:none !important;

}

/* ==================================
   INKKA SOFT BURGUNDY GLOW
================================== */

header a,
header button,
nav a,
nav button{

    transition:
    color .3s ease,
    text-shadow .3s ease;

}

header a:hover,
header button:hover,
nav a:hover,
nav button:hover{

    color:#4A0F1B !important;

    text-shadow:
    0 0 6px rgba(74,15,27,.15);

}


