/* Add custom CSS styles below */ 
body::after {
  content: "ابدأي رحلة العناية بشعرك مع زيت الياسمين العضوي – تركيبة طبيعية غنية بالعناصر المغذية لترطيب الشعر وتقويته من الجذور حتى الأطراف. اختاري الجمال الطبيعي الذي يستحقه شعرك، ولا تنسي اكتشاف تشكيلتنا من منتجات البشرة الطبيعية لمظهر متكامل ونضارة تدوم.";
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}

.store-footer::after {
    animation: shake 3s infinite;
    content: "برمجة وتطوير دعم المتاجر الإلكترونية";
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #3dccc7;
    margin-top: 15px;
    padding: 8px 16px;
    background-color: #ffffff;
    border-radius: 12px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}