.product-index .sub_categories-container {
    display: none !important;
}

.flex.flex-col.gap-1.lg\:gap-2.p-3.bg-white.border.border-gray-200.mb-2\.5.rounded-sm.lg\:rounded-md.text-gray-500 {
    display: none !important;
}
tamara-widget, span.styles__containerPortal--c9f84, #tabbyPromoWrapper, div#tabbyPromo {
    background: #5c0701 !important;
    color: #fee4a8!important;
}
/* =========================
   🎨 ألوان الثيم الأساسية
========================= */
:root {
    --primary: #5c0701;   /* عودي */
    --secondary: #fee4a8; /* بيج */
}

/* =========================
   🧱 الخلفية العامة للقوائم الجانبية
========================= */
.drawer.menu-drawer .drawer-content {
    background-color: var(--primary) !important;
}

.drawer.menu-drawer .drawer-content a,
.drawer.menu-drawer .drawer-content span,
.drawer.menu-drawer .drawer-content li {
    color: var(--secondary) !important;
}

.drawer.menu-drawer .drawer-close {
    color: var(--secondary) !important;
}

/* =========================
   🧼 إخفاء عناصر غير مرغوبة
========================= */
.product-index .sub_categories-container,
.category-page .sub-categories,
.category-header-tags,
.categories-list {
    display: none !important;
}

/* =========================
   🧱 كل المربعات (صفحة المنتج)
========================= */
.product-single .product-option-selector,
.product-single .quantity-selector,
.product-single .product-price-wrapper,
.product-single .box,
.product-single .card,
.product-single .share-buttons,
.product-single .selector-wrapper,
.product-single select,
.product-single input,
.product-single .product-meta-box {
    background-color: var(--primary) !important;
    color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    box-shadow: none !important;
}

/* النصوص داخل المربعات */
.product-single .product-option-selector *,
.product-single .quantity-selector *,
.product-single .box *,
.product-single .card *,
.product-single input,
.product-single select {
    color: var(--secondary) !important;
}

/* =========================
   💰 الأسعار (مهم جداً)
   داخل المنتج + الكروت + كل الأماكن
========================= */
.product-single .product-price,
.product-single .price-value,
.product-single .current-price,
.product-single .price,
.product-card .product-price,
.product-card .price,
.price,
[class*="price"] {
    color: var(--secondary) !important;
}

/* =========================
   👁 زر المعاينة بدون أي مربع
========================= */
.product-card .product-actions .btn-preview,
.product-card [class*="preview"],
.product-card .product-card-ops a {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

/* أيقونة العين */
.product-card .product-actions .btn-preview svg,
.product-card .product-actions .btn-preview i {
    color: var(--secondary) !important;
    font-size: 22px !important;
}

/* =========================
   🧼 إزالة الحواف البيضاء نهائياً
========================= */

/* الصور */
.product-single__media,
.product-slider .swiper-slide img,
.product-single .product-media-wrapper {
    border: none !important;
    box-shadow: none !important;
}

/* الكروت والمربعات العامة */
.product-single .box,
.product-single .card,
.product-card,
.product-single .product-meta-box {
    border: none !important;
    box-shadow: none !important;
}

/* =========================
   🎯 أسهم السلايدر
========================= */
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev,
.product-single .swiper-button-next,
.product-single .swiper-button-prev {
    color: var(--secondary) !important;
    background-color: rgba(92, 7, 1, 0.6) !important;
}

.product-slider .swiper-button-next svg,
.product-slider .swiper-button-prev svg,
.product-single .swiper-button-next svg,
.product-single .swiper-button-prev svg {
    fill: var(--secondary) !important;
}

/* =========================
   🛒 زر إضافة للسلة
========================= */
.product-single .btn-add-to-cart,
.product-single button[type="submit"].add-to-cart-btn,
.product-card .btn-add-to-cart {
    background-color: var(--primary) !important;
    color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
}

.product-single .btn-add-to-cart *,
.product-card .btn-add-to-cart * {
    color: var(--secondary) !important;
}