/* Add custom CSS styles below */ 
:root {
    --font-main: 'cairo';
    --color-primary: #5b3a1a;
    --color-primary-dark: #5b3a1a;
    --color-primary-light: #966638;
    --color-primary-reverse: #ffffff;
    --productCard-btn-text: #5b3a1a !important;
}
 h2.text-\[32px\].mb-3.font-bold {
    font-size: 24px !important;
    line-height: 1.2em !important;
    font-weight: 600 !important;
}
    p.text-xl.font-semibold.leading-\[32px\].mb-3 {
    font-size: 18px !important;
    line-height: 1.5em !important;
    font-weight: 500 !important;
}
    .content.w-full.lg\:w-\[416px\].my-0.lg\:my-\[40px\].px-4.flex.flex-col.gap-6.shrink-0 {
    gap: 18px !important;
}
salla-add-product-button .s-button-primary {
    color: 
#5b3a1a !important;
    background-color: 
#f5e6d3 !important;
}
salla-add-product-button .s-button-primary span {
    color: 
#5b3a1a !important;
}
button#scrollToTopBtn {
    bottom: 17%;
}
.VisitorsCounter29536.hideOnMobilePlugin.blockMobile29536.blockDesktop29536 {
    bottom: 19% !important;
}
/* ============================= Slider - Photos ============================== */
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}
[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}
/* ============================= Product Card ============================== */
.s-product-card-entry .s-button-btn {
    background-color: #966638;
    color: #ffffff;
}
.s-product-card-entry {
    background-color: #ffffff;
    border: solid 1.2px #966638;
    border-radius: 12px;
}
.s-product-card-content-title a {
    color: rgb(0 0 0);
}
/* ============================= Layout Fixes ============================== */
.sm\:py-16 {
    padding-top: 0rem;
    padding-bottom: 4rem;
}
.s-block {
    margin-top: 0rem;
    background: unset;
    margin-bottom: 16px;
}
.lg\:mb-\[70px\] {
    margin-bottom: 24px;
}
.top-navbar img {
    background: #ffffff;
    max-width: 50px !important;
}
.mobile-menu {
    background-color: unset !important;
}

#mainHeader.fixed-pinned {
    position: static;
}
.main-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.main-menu li > a {
    font-size: 12px;
}
.s-product-card-entry .s-button-btn:hover {
    background-color: #5f3814;
    color: white;
}
.main-nav-container .mobile-menu .main-menu > li:hover > a {
    color: #5b3a1a;
}
@media (max-width: 767px) {
    .blockMobile29527 {
        display: none !important;
    }
}
.blockDesktop29527 {
    display: none !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 768px) {
    .md\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* الكونتينر */
.BottomDescription {
  line-height: 1.9 !important;
  color: #222 !important;
}
/* 🔥 أول براجراف = عنوان رئيسي */
.BottomDescription p:first-of-type {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #000 !important;
  line-height: 1.6 !important;
  margin-bottom: 0px !important;
  position: relative !important;
}
/* خط تحتي للعنوان */
.BottomDescription p:first-of-type::after {
  content: "";
  display: block;
  width: 60px !important;
  height: 3px !important;
  background: #d18639;
  margin-top: 10px;
  border-radius: 2px;
}
/* باقي البراجرافات */
.BottomDescription p:not(:first-of-type) {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0px 0;
  color: #444;
}
/* 🔥 العنوان الرئيسي */
.BottomDescription h2 {
  font-size: 16px !important;
  font-weight: 900 !important;
  margin: 0px 0 15px !important;
  color: #000 !important;
  position: relative !important;
  padding-right: 14px !important;
}
/* خط جانبي */
.BottomDescription h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 4px;
  height: 80%;
  background: #d18639;
  border-radius: 2px;
}
/* 🔥 العنوان الفرعي */
.BottomDescription h3 {
  font-size: 21px !important;
  font-weight: 600 !important;
  margin: 25px 0 10px;
  color: #111;
}
/* ✨ الكلمات المهمة */
.BottomDescription p strong {
  font-weight: 800 !important;
  color: #000 !important;
}
/* 📌 الليست */
.BottomDescription ul {
  margin: 0px 0;
  padding-right: 0;
  list-style: none;
}
/* كل عنصر */
.BottomDescription li {
  font-size: 15.5px !important;
  margin-bottom: 9px;
  color: #333 !important;
  position: relative;
  padding-right: 22px;
}
/* ✔ أيقونة */
.BottomDescription li::before {
  content: "✔";
  position: absolute;
  right: 0;
  top: 0;
  color: #5b3a1a;
  font-size: 18px;
  font-weight: bold;
}
/* 🔗 الروابط */
.BottomDescription a {
  color: #5b3a1a;
  font-weight: 700;
  text-decoration: none;
}
.BottomDescription a:hover {
  text-decoration: underline;
}
.BottomDescription p strong {
  font-weight: 900 !important; /* بولد أقوى */
  color: #000 !important;
}
.single__product .product__description-full * {
      font-weight: unset;
  }
strong {
    font-weight: 800 !important;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: fill;
}
.social-icons-footer .contact-social::before,
.social-icons-footer .hidden.lg\:block::before {
    content: "تواصل معنا";
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
}
.pt-0.lg\:pt-\[40px\].lg\:col-span-2.flex.flex-col.flex-start.gap-4.lg\:pr-20.social-icons-footer {
    padding-top: 6px;
}
.full-video-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.full-video {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: cover !important;
    pointer-events: none !important;
}
a.wa-s-n {
    margin-bottom: 50px;
}
  .store-footer__inner {
        .store_img {
            width: 130px;
            height: 155px;
        }
    button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    color: #000 !important;
}