#blog-home-slider,
salla-slider#blog-home-slider,
salla-slider.blog-slider,
salla-slider.blog-home-slider {
  display: none !important;
}

/* Root container (your blog card) */
.main-content.blog-category.md\:w-96.flex-1.lg\:p-8.rounded-md.mb-10.md\:mb-0 {
  background: #ffffff;
  border: 1px solid rgba(2, 6, 23, .10);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(2, 6, 23, .08);
  padding: 18px;
  overflow: hidden;
}

/* ================= TITLE ================= */
.main-content.blog-category h1.font-bold.text-store-text-primary.text-3xl.mb-5.leading-10 {
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.25;
  margin-bottom: 14px !important;
  letter-spacing: .1px;
}

/* ================= HERO IMAGE ================= */
.main-content.blog-category img.h-80.mb-10.w-full.object-cover.rounded-md {
  border-radius: 18px !important;
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 16px 35px rgba(2,6,23,.10);
  margin-bottom: 18px !important;
}

@media (max-width: 480px) {
  .main-content.blog-category img.h-80.mb-10.w-full.object-cover.rounded-md {
    height: 220px !important;
  }
}

/* ================= META ROW ================= */
.main-content.blog-category .flex.items-center.gap-2\.5.text-store-text-secondary.text-base.mb-2 {
  color: rgba(15, 23, 42, .72) !important;
  font-size: 0.95rem !important;
  margin-bottom: 14px !important;
}

/* ================= ARTICLE BODY ================= */
.main-content.blog-category article.leading-7.text-sm.mb-10.\!text-store-text-secondary {
  color: #0f172a !important;
  font-size: 1.02rem !important;
  line-height: 1.9 !important;
}

/* Headings inside article */
.main-content.blog-category article h2.ql-direction-rtl {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 20px 0 10px;
  padding-right: 12px;
  border-right: 4px solid rgba(47,127,218,.45);
}

.main-content.blog-category article h3.ql-direction-rtl {
  font-size: 1.12rem;
  line-height: 1.4;
  margin: 16px 0 8px;
  color: rgba(15,23,42,.95);
}

/* Your highlighted strong */
.main-content.blog-category article h2.ql-direction-rtl strong {
  color: #2f7fda !important;
  background: transparent !important;
}

/* Paragraphs */
.main-content.blog-category article p.ql-direction-rtl {
  margin: 10px 0 12px;
  color: rgba(15,23,42,.88);
}

/* Lists */
.main-content.blog-category article ul,
.main-content.blog-category article ol {
  margin: 10px 0 14px;
  padding-right: 18px;
}

.main-content.blog-category article li {
  margin: 8px 0;
  color: rgba(15,23,42,.88);
}

.main-content.blog-category article ul li::marker,
.main-content.blog-category article ol li::marker {
  color: rgba(47,127,218,.85);
  font-weight: 700;
}

/* Links */
.main-content.blog-category article a {
  color: #2f7fda;
  text-decoration: none;
  border-bottom: 1px solid rgba(47,127,218,.35);
  transition: .15s ease;
}

.main-content.blog-category article a:hover {
  border-bottom-color: rgba(47,127,218,.75);
}

/* Blockquote */
.main-content.blog-category article blockquote {
  margin: 14px 0;
  padding: 12px 14px;
  border-right: 4px solid rgba(47,127,218,.45);
  background: rgba(47,127,218,.06);
  border-radius: 14px;
  color: rgba(15,23,42,.85);
}

/* Images inside article */
.main-content.blog-category article img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 14px 28px rgba(2,6,23,.08);
  margin: 14px 0;
}

/* Mobile polish */
@media (max-width: 768px) {
  .main-content.blog-category.md\:w-96.flex-1.lg\:p-8.rounded-md.mb-10.md\:mb-0 {
    padding: 16px;
  }
}

/* ===== Center & narrow blog container (DESKTOP ONLY) ===== */
@media (min-width: 1024px) {
  .main-content.blog-category.md\:w-96.flex-1.lg\:p-8.rounded-md.mb-10.md\:mb-0 {
    max-width: 720px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Blog posts only — prevent cropping */
.post-entry__image {
  background: #f6f6f6;
}

.post-entry__image > img {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

/* ================= BUTTON RADIUS FIX ================= */

/*
  Fixed:
  Removed the global "button" selector because it was making
  every button round, including the product Add to Cart button.
*/
.btn,
a.btn,
.s-button,
.salla-button,
input[type="submit"],
input[type="button"] {
  border-radius: 40px !important;
}

/*
  Product Add to Cart button — return to normal shape.
  Increase to 8px if you want slightly softer corners.
*/
salla-add-product-button button,
salla-add-product-button .s-button-element,
custom-salla-product-card salla-add-product-button button,
custom-salla-product-card salla-add-product-button .s-button-element {
  border-radius: 6px !important;
}

/*
  Make sure inner button layers do not stay pill-shaped.
*/
salla-add-product-button button span,
salla-add-product-button .s-button-element span,
custom-salla-product-card salla-add-product-button button span,
custom-salla-product-card salla-add-product-button .s-button-element span {
  border-radius: 6px !important;
}

/* Slider CTA button (Advanced Slider) */
.advanced-slider__caption__inner__content__button,
.advanced-slider__caption__inner__content__button span {
  border-radius: 40px !important;
  overflow: hidden;
}

/* ===== Social icon container ===== */
.s-social-list .s-social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #bfd8f1;
  border: 2px solid #1f2937;
  transition: all 0.3s ease;
}

/* ===== keep icon white ===== */
.s-social-list .s-social-link svg {
  fill: #ffffff !important;
  color: #ffffff !important;
  width: 18px;
  height: 18px;
}

/* ===== Hover effect ===== */
.s-social-list .s-social-link a:hover {
  background: #2f7fda;
  border-color: #0f172a;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

/* ===== Make social icons black ===== */
.s-social-list .s-social-link svg {
  fill: #000000 !important;
  color: #000000 !important;
}

/* keep them black on hover too */
.s-social-list .s-social-link:hover svg {
  fill: #000000 !important;
  color: #000000 !important;
}

/* ===== Keep circle color ثابت ===== */
.s-social-list .s-social-link a {
  background: #bfd8f1 !important;
  border: 1px solid #1f2937 !important;
}

/* ===== Prevent Salla hover color ===== */
.s-social-list .s-social-link a:hover {
  background: #bfd8f1 !important;
  border-color: #1f2937 !important;
}

/* ===== Make icons black always ===== */
.s-social-list .s-social-link svg,
.s-social-list .s-social-link svg path {
  fill: #000000 !important;
  color: #000000 !important;
}

/* ===== Hover Effect ===== */
.s-social-list .s-social-link a:hover svg,
.s-social-list .s-social-link:hover svg {
  fill: #2f7fda !important;
  color: #2f7fda !important;
  transform: translateY(-3px) scale(1.1);
  filter: drop-shadow(0 6px 12px rgba(47,127,218,0.25));
}

/* ===== Footer contact buttons (WhatsApp + Email) ===== */
footer .enhanced_contacts a.enhanced-contact-item,
footer a.enhanced-contact-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  background: #bfd8f1 !important;
  border: 1px solid #1f2937 !important;
  border-radius: 999px !important;

  padding: 10px 14px !important;
  color: #0f172a !important;
  text-decoration: none !important;

  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease !important;
}

/* icon in button */
footer a.enhanced-contact-item i,
footer a.enhanced-contact-item svg {
  color: #0f172a !important;
  fill: #0f172a !important;
}

/* text inside */
footer a.enhanced-contact-item span {
  color: inherit !important;
}

/* hover */
footer a.enhanced-contact-item:hover {
  background: #2f7fda !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.18) !important;
}

footer a.enhanced-contact-item:hover i,
footer a.enhanced-contact-item:hover svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Hide default WhatsApp button */
a[aria-label="Go to whatsapp"] {
  display: none !important;
}

div[class*="q8c6tt"] {
  display: none !important;
}

#gb-widget-1210,
div[id^="gb-widget-"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#wa-selia {
  top: auto !important;
  bottom: 16px !important;
  right: 16px !important;
  left: auto !important;
  position: fixed !important;
  transform: none !important;
}