.elementor-917 .elementor-element.elementor-element-4a924dd{--display:flex;--margin-top:55px;--margin-bottom:55px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-7999c75 *//* تصميم الحاوية (البوكس) المودرن */
.fox-empty-cart-container {
    background-color: #1a1b20;
    border: 1px solid #333640;
    border-top: 4px solid #ff9900; /* خط برتقالي فخم من فوق */
    border-radius: 12px;
    padding: 60px 30px;
    max-width: 650px;
    margin: 60px auto;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    font-family: inherit;
}

/* شكل أيقونة السلة */
.fox-empty-cart-icon {
    font-size: 70px;
    margin-bottom: 20px;
    opacity: 0.9;
    animation: float 3s ease-in-out infinite; /* حركة خفيفة للأيقونة */
}

/* حركة الأنيميشن للأيقونة */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* عنوان السلة الفارغة */
.fox-empty-cart-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* النص التوضيحي */
.fox-empty-cart-desc {
    color: #a3a3a3;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.6;
}

/* زرار العودة للمتجر */
.fox-empty-cart-btn {
    background-color: #ff9900;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* تأثير مرور الماوس على الزرار */
.fox-empty-cart-btn:hover {
    background-color: #e68a00;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 153, 0, 0.3);
    color: #000000;
}/* End custom CSS */