/* -------- تنويه الوزن -------- */
.weight-notice {
  background-color: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #5d4037;
}

.weight-notice h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #d84315;
}

/* -------- أقسام التصنيفات -------- */
.s-block--categories .slide--cat-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.s-block--categories .lazy__bg {
    width: 120px;
    height: 120px;
}
.s-block--categories .lazy_avatar {
    border-radius: 50%;
}
.s-block--categories h4 {
    font-size: 18px;
}
@media (max-width: 768px) {
    .s-block--categories .lazy__bg {
        width: 100px;
        height: 100px;
    }
    .s-block--categories h4 {
        font-size: 16px;
        line-height: 1.4;
    }
    .s-block--categories .slide--cat-entry {
        min-height: 160px;
    }
}

/* -------- زر البحث -------- */
@media (min-width: 768px) {
    .search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        padding: 12px 16px;
        width: 250px;
        height: 30px;
        border: 1px solid #ccc;
        gap: 10px;
        margin-right: 20px;
    }
    .search-btn::after {
        content: 'ابدأ البحث';
        font-size: 15px;
        color: #333;
    }
    .search-btn i {
        font-size: 18px;
        color: #333;
    }
}

/* -------- زر القائمة -------- */
.mburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mburger i {
    font-size: 24px;
    color: #333;
}
.mburger .da-tm {
    font-size: 16px;
    color: #333;
    text-align: center;
}

/* -------- تكبير للأجهزة الصغيرة -------- */
@media (max-width: 767px) {
    .search-btn i,
    .mburger i {
        font-size: 22px;
    }
}

/* -------- أيقونات الملف الشخصي والسلة -------- */
.header-btn .sicon-user,
.sicon-shopping-bag, .sicon-user {
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-buttons, .s-cart-summary-wrapper {
    display: flex;
    align-items: center;
}
.s-cart-summary-count {
    background-color: #143e61;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 9999px;
    padding: 2px 6px;
    position: absolute;
    text-align: center;
}

/* -------- أزرار المنتج -------- */
.s-button-element.s-button-btn {
    background-color: #B8D3E6;
    color: #000;
    border: 2px solid #B8D3E6;
    border-radius: 8px;
    font-weight: bold;
}
.s-button-element.s-button-btn:hover {
    background-color: #9fc2da;
    color: #fff;
}
.s-button-element.s-button-icon:hover {
    color: #ff4757;
}

/* -------- شريط المنتج اللاصق -------- */
.sticky-product-bar .s-button-btn.s-button-primary .sicon-shopping-bag {
    font-size: 16px;
}

/* -------- شريط التنقل -------- */
.breadcrumbs ol li a {
    display: inline-block;
}
.breadcrumbs ol li a:hover {
    color: #000;
}
.breadcrumbs ol li:last-child span {
    pointer-events: none;
    color: #808080;
}

/* -------- اللوقو -------- */
.logo-light {
    width: 4.5rem;
    height: 4.5rem;
}

/* -------- الوصف الكامل -------- */
.full-description {
    white-space: pre-line;
    font-size: 16px;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .full-description {
        font-size: 14px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .full-description {
        font-size: 15px;
    }
}

/* -------- سعر المنتج -------- */
.total-price,
.s-product-card-price {
    color: #143e61;
    font-size: 18px;
}

/* -------- وسم الترويج -------- */
.category_promo,
.menu_promo {
    background-color: #f56565;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.75rem;
    border-radius: 5px;
    display: inline-block;
}

/* -------- تعديل لون الهاشتاقات -------- */
a[href*="/tags/"] {
    color: #143e61;
    text-decoration: none;
    font-weight: bold;
}
a[href*="/tags/"]:hover {
    text-decoration: underline;
}