/* Add custom CSS styles below */ 
.bar-advertisement + section {
    margin-top: 1.5rem;
}/* Fix: show the missing top border on cards in “قد يعجبك أيضاً” */
.special-products--div .s-product-card-entry{
  border-top: 4px solid var(--color-primary) !important;
}

/* ================================
   FIX (2026-08-23)
   Restore missing TOP border on “قد يعجبك أيضاً” product cards
   Keep this block at the END of this file.
================================= */
.special-products--div .s-product-card-entry{
  border-top: 4px solid var(--color-primary) !important;
}

/* Footer: reduce white space before it (was 100px) */
#tkk-wr{
  padding-bottom: 20px !important;
}


/* Footer: make border a bit stronger */
footer.ps-footer.center-footer{
  border-width: 2px !important;
  border-style: solid !important;
}