body {
    font-family: 'Tajawal', sans-serif;
    background: #FDFBF6;
}
.red {
  color: #FD9601;
}
.navlogo{ height: 60px }
.post-container {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.post-image {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    max-height: 400px;
    object-fit: cover;
}

.post-title {
    font-size: 30px;
    font-weight: bold;
}

.post-meta {
    color: #888;
    font-size: 14px;
}

.post-content {
    line-height: 2;
    color: #444;
    font-size: 17px;
}
/* Navbar */
.navbar {
    background: #fff;
}
.navbar-brand {
    color: #D4A017;
    font-weight: bold;
}
.nav-link {
    color: #333;
}

/* Hero */
.hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('/images/hero.webp') center/cover;
    height: 80vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.hero h1 {
    font-size: 40px;
    font-weight: bold;
}
.btn-gold {
    background: #D4A017;
    color: #fff;
}
.btn-gold:hover {
    background: #ffc107;
    color: #000;
}

/* Categories */
.category-card {
    border: none;
    transition: 0.3s;
}
.category-card:hover {
    transform: scale(1.05);
}

/* Products */
.product-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
	text-align:center
}
.product-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.price {
    color: #2E7D32;
    font-weight: bold;
}

/* Footer */
footer {
    background: #333;
    color: #fff;
    padding: 30px 0;
}
.list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.list li {
  margin: 0 5px;
}

.list li:not(:last-child)::after {
  content: " - ";
  margin: 0 5px;
}
.list a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.list a:hover {
  color: #fff
}
.menu_cat{
	text-decoration: none;
}
.product-card img {
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
.breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 8px;
  direction: rtl;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #999;
  font-size: 14px;
}

.breadcrumb-link {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb-link:hover {
  color: #D4A017;
}

.breadcrumb h1 {
  font-size: 16px;
  margin: 0;
  color: #555;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "" !important;
}
.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
}
.icon i {
  font-size: 40px;
  color: #D4A017;
}
.image {
  text-align: center;
}
figure.image {
    margin: 20px 0;
    text-align: center;
}

figure.image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

figure.image figcaption {
    font-size: 14px;
    color: #777;
    margin-top: 8px;
}
@media (max-width: 768px) {
    figure.image img {
        max-height: 250px;
        object-fit: cover;
    }
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 10px;
	loading: lazy
}
@media (max-width: 768px) {
    .post-content img {
        max-height: 250px;
    }
}
/* Layout */
.product-container {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

/* Image */
/*
.product-image {
    border-radius: 10px;
    width: 100%;
    transition: 0.3s;
}
*/
.product-image {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    max-height: 500px;
    object-fit: cover;
}
.product-image:hover {
    transform: scale(1.03);
}

/* Title */
.product-title {
    font-size: 28px;
    font-weight: bold;
}

/* Button */
.btn-gold {
    background: #D4A017;
    color: #fff;
    transition: 0.3s;
}

.btn-gold:hover {
	background: #b38a14;
    transform: scale(1.05);
}

#addBtn {
    transition: all 0.3s ease;
}

/* Badge */
.badge-organic {
    background: #2E7D32;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Description */
.product-desc {
    line-height: 1.8;
    color: #555
}

/* Mobile */
@media (max-width: 768px) {
    .product-title {
        font-size: 22px
    }
}
.check {
  color: #28a745; /* أخضر احترافي */
  font-size: 14pt
}
/* 🔥 MOBILE: الصورة فوق */
@media (max-width: 768px) {
    .product-image-col {
        order: -1;
    }
}

/* 💻 Desktop normal */
@media (min-width: 769px) {
    .product-image-col {
        order: 0;
    }
}

/* تحسين الصورة */
.product-image {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* 🚀 Sticky Cart */
#stickyCart {
    position: fixed;
    bottom: -120px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -5px 25px rgba(0,0,0,0.15);
    padding: 12px 20px;
    transition: all 0.3s ease;
    z-index: 9999;
}

#stickyCart.show {
    bottom: 0;
}

.sticky-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-left {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.sticky-left span {
    color: #2E7D32;
    font-weight: bold;
}

/* زر */
#stickyCart .btn {
    padding: 10px 20px;
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .sticky-left strong {
        display: none;
    }
}
/* 🔥 Sticky Image - Desktop only */
@media (min-width: 992px) {

    .product-image-col {
        position: sticky;
        top: 100px; /* المسافة من الأعلى (تقدر تبدلها حسب navbar) */
        align-self: flex-start;
    }

}
ul {
  padding-right: 20px; /* لأن RTL */
}

ul li {
  margin-bottom: 6px;   /* المسافة بين العناصر */
  line-height: 1.6;     /* تقليل ارتفاع السطر */
}
.hero-about {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('images/hero-about.webp') center/cover;
    height: 60vh;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}
*/
.hero-about {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

/* Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

/* Overlay */
.overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

/* Dark layer */
.hero-about::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

/* Animations */
.hero-title {
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
}

.hero-subtitle {
    margin-top: 15px;
    font-size: 18px;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}

.hero-btn {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
}

/* Keyframes */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-title {
        font-size: 24px;
    }
}

/* Sections */
.section-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

/* Icon */
.icon {
    font-size: 40px;
    color: #D4A017;
}

/* Title */
.section-title {
    font-weight: bold;
    margin-bottom: 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-about {
        height: 40vh;
    }
}
.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.is-invalid {
    border-color: red;
}
.form-control {
  direction: rtl;
  text-align: right;
}
.checkout-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}
.summary-box {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
}
.btn-summary {
  background: #D4A017;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  border-radius: 8px;
  width: 100%;
}
.btn-summary:hover {
    background: #b38a14;
}