/* Add custom CSS styles below */ 
.product-countdown.s-count-down {

border: #0000ff5e;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    padding: 20px;
    background-color: #ccd4ff40;
}/* إخفاء قالب المنتج الافتراضي في Landing Pages */
body[data-page="landing"] .lp-product-hero,
body[data-page="landing"] [class*="product-hero"],
body[data-page="landing"] [class*="hero-product"],
.landing-page-wrapper > section:first-child:has(.product-image),
s-landing-page > *:first-child s-product-images,
s-landing-page > *:first-child .product-images-wrapper,
s-landing-page section.lp-section:first-of-type .lp-product-image,
.lp-page s-product-images,
.lp-page .product-images-wrapper {
  display: none !important;
}

/* تحسين عرض محتوى Landing Pages */
body[data-page="landing"] .lp-content,
.lp-page .container {
  direction: rtl;
  font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
}