@font-face {
  font-family: 'Questv1';
  src: url('/assets/fonts/Questv1-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Questv2';
  src: url('/assets/fonts/thuluth.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

h3 {
    color: #071f37 !important;
    font-size: 38PX;
    font-family: 'Questv2', sans-serif;

}
duration-300 {
    transition-duration: 300ms;
    background: white !important;
}
body {
  font-family: 'Questv1', sans-serif;
}
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('http://static.photos/retail/1200x630/1');
            background-size: cover;
            background-position: center;
        }
        .category-card:hover .category-overlay {
            opacity: 1;
        }
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
                .bott {
   background: #040a1626;
    padding: 5px;
    border-radius: 50px;
    color: #040a16;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #040a16;
        }
        h2 {
            color: #040a16;
        }
        
        .bg-gray {
    --tw-bg-opacity: 1;
    background-color:#0000;
    color: #FFFF;
}

.mnd {
    background-color: rgba(240, 255, 255, 0.037) !important;
    filter: blur(20);
}


.scroll-container {
  width: 30px; /* نفس w-6 */
  height: 56px; /* نفس h-14 */
  padding-top: 8px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-bottom: 8px;
  border: 2px solid #ededed; /* sky-400 */
  border-radius: 9999px; /* rounded-full */
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.currency-sar {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
/* تنسيقات الإشعارات المخصصة */
.custom-notification {
    min-width: 300px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-left: 4px solid;
}

.custom-notification.bg-green-500 {
    border-left-color: #059669;
}

.custom-notification.bg-red-500 {
    border-left-color: #dc2626;
}

.custom-notification.bg-yellow-500 {
    border-left-color: #d97706;
}

.custom-notification.bg-blue-500 {
    border-left-color: #2563eb;
}

.hed34 {
    background-color: #040a16;
}

.hed345 {
    background-color: #040a16;
}

.hed345:hover {
    background-color: #091733;
}

.colorn {
   color: #040a16;
}
.colora {
background-color: #660108;
}
.colorv {
color: #a7a7a2;
}
/* تحسين مظهر الأزرار المعطلة */
.add-to-cart:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.wishlist-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.vbnt {
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 80px;
}
.currency-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.scroll-indicator {
  width: 3px;  /* نفس w-1.5 */
  height: 10px; /* نفس h-4 */
  background-color: #898989; /* skin tone */
  border-radius: 9999px;
  animation: bounce-custom 1s infinite;
}

@keyframes bounce-custom {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
.hj {
    text-align: center;
    align-items: center;

}
.hj ul {
  display: inline-block; /* يخلي القائمة نفسها بالوسط */
  text-align: center ; /* يحافظ على اتجاه العناصر */
}

.hj ul li {
  justify-content: center; /* يوسّط الأيقونة والنص داخل li */
}

.hj .flex {
  justify-content: center; /* يوسّط أي كونتينر فلكس */
}
space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.add-t {
    margin-top: 20px;
}
.lo {
    width: 100%;
    border-radius: 100px;
}
.h-6 {
    background-color: aliceblue;
    padding: 6px;
    width: 70px;
    height: 80px;
    border-radius: 30px;
}
/* assets/css/style.css */
/* إضافة تصميمات للسلة وصفحة الدفع */

.cart-item {
    transition: all 0.3s ease;
}

.cart-item:hover {
    background-color: #f9fafb;
}

.payment-method {
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: all 0.3s ease;
}

.payment-method:hover {
    border-color: #6366f1;
}

.payment-method input:checked + span {
    color: #6366f1;
    font-weight: bold;
}

.sticky-sidebar {
    position: sticky;
    top: 6rem;
}

/* تصميم الاستجابة للجوال */
@media (max-width: 768px) {
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cart-item img {
        margin-bottom: 1rem;
    }
}