@media (max-width:768px){

/* خلفية التذييل */
.s-bottom-nav,
.mobile-nav{
    background:#111 !important;
    border-radius:28px 28px 0 0;
    box-shadow:0 -8px 25px rgba(0,0,0,.18);
    padding:10px 0;
}

/* الأيقونات */
.s-bottom-nav a i,
.mobile-nav a i,
.s-bottom-nav svg,
.mobile-nav svg{
    color:#fff !important;
    width:26px !important;
    height:26px !important;
}

/* =====================================
   أيقونة السلة الجديدة المشابهة للصورة
===================================== */

/* إخفاء الأيقونة الأصلية */
a[href*="cart"] svg{
    display:none !important;
}

/* إنشاء أيقونة جديدة */
a[href*="cart"] i::before{

    content:"";

    display:block;

    width:34px;
    height:34px;

    margin:auto;

    background:#fff;

    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.9'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 9V7a4 4 0 018 0v2'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 9h14v10H5V9z'/%3E%3C/svg%3E") center / contain no-repeat;

    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.9'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 9V7a4 4 0 018 0v2'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 9h14v10H5V9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* =====================================
   تحسين رقم السلة
===================================== */

.s-cart-summary-count{

    background:#ff1d1d !important;
    color:#fff !important;

    border:2px solid #111 !important;

    width:20px;
    height:20px;
    min-width:20px;

    border-radius:50%;

    font-size:11px;
    font-weight:700;

    top:-7px !important;
    right:-10px !important;

    box-shadow:0 4px 10px rgba(255,0,0,.35);
}

/* العنصر النشط */
.s-bottom-nav a.active::after{
    content:"";
    display:block;
    width:24px;
    height:3px;
    background:#ff0000;
    border-radius:50px;
    margin:6px auto 0;
}

}
/* تغيير لون الحقوق أسفل المتجر */
footer * {
    color: #930002 !important;
}