@import url('https://www.sult4n.com/shop/assets/css/fonts/style_GV.css');

body {
    font-family: 'El Messiri';
    background: #f5f5f5;
    line-height: 1.8;
    margin: 0;
    direction: rtl;
}

header {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

header h1, header h2 {
    text-align: center;
    color: #222;
    /*margin-bottom: 10px;*/
}

header h1, header h2 {
    font-family: 'Great Vibes';
    font-size: 33px;
    color: blue;
}
header a {text-decoration: none;}
nav {
    text-align: center;
    margin-top: 20px;
}

nav a {
    margin: 0 10px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.cart-badge {
    background: #e81d1d;
    color: #fff;
    padding: 2px 8px;
    margin-right: 4px;
    border-radius: 50%;
}
/* search */
.search-box {
    margin: 20px auto;
    text-align: center;
}
.search-box input {
    font-family: 'El Messiri';
    padding: 10px;
    width: 60%;
    max-width: 400px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.search-box button.search {
    font-family: 'El Messiri';
    padding: 8px 20px;
    border: none;
    background: #1565C0;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    width: 100px;
    font-size: 15px;
    font-weight: 700;
}
.search-box button:hover {
    background: #1565C0;
}
/* NEW */
.cart-link {
    position: relative;
    display: inline-block;
}

.cart-icon {
    position: relative;
    font-size: 22px; /* تكبر الإيموجي لو ودك */
}

.cart-badge {
    position: absolute;
    top: -19px;   /* ارفع أو نزل */
    right: -1px; /* حركها يمين أو يسار */
    background: #e81d1d;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: bold;
}


@media (max-width: 768px) { 
nav a {
    margin: 0px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
}
header img.logo { width: 200px; height: 200px; margin: 0 auto; display: block;}
header nav img { width: 30px; height: 30px; border: 0; border-radius: 50%;}