/** Shopify CDN: Minification failed

Line 40:0 All "@import" rules must come first

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display:wght@400&family=Satisfy:wght@400&display=swap');

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* Refined Classic Luxury Serif Font for Glowing Heading - Gilda Display with Gold Accents */
#template--19044650647688__17666882898f79c61e__ai_gen_block_a8bc709_cUbg7t {
  animation: none !important;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.8) !important;
  text-stroke: 1px rgba(212, 175, 55, 0.8) !important;
  paint-order: stroke fill !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: 'Gilda Display', serif !important;
  font-size: 72px !important;
  letter-spacing: 2px !important;
  text-shadow: 
    0 0 5px rgba(212, 175, 55, 0.6),
    0 0 10px rgba(212, 175, 55, 0.5),
    0 0 15px rgba(212, 175, 55, 0.4),
    0 0 20px rgba(212, 175, 55, 0.3),
    0 0 30px rgba(212, 175, 55, 0.2),
    0 0 40px rgba(212, 175, 55, 0.15),
    0 0 50px rgba(212, 175, 55, 0.1) !important;
  font-style: normal !important;
}

@import url('https://fonts.googleapis.com/css2?family=Satisfy:wght@400&display=swap');

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

#template--19044650647688__1766835607834e9bb4__ai_gen_block_d8570f3_WRHJbh {
  font-size: 180px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 25%, #ffffff 50%, #f0f0f0 75%, #ffffff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-family: 'Gilda Display', serif !important;
  letter-spacing: 3px !important;
  text-shadow: none !important;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.4)) !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  /* Arabic text between menu and logo in header */
.header-inline .header__inner::before {
  content: 'ماشاء الله';
  display: inline-block;
  margin: 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  direction: rtl;
  unicode-bidi: bidi-override;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Ensure header inner is flex for proper alignment */
.header-inline .header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
}

/* Ensure the text is visible and not hidden */
.header-inline .header__inner::before {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

/* Gilda Display Font Override for Glowing Heading Block */
#template--19044650647688__17666882898f79c61e__ai_gen_block_a8bc709_cUbg7t {
  font-family: 'Gilda Display', serif !important;
}

/* Premium glossy effect for Arabic text block - BOLD with shiny gradient glow */
#template--19044650647688__1766835607834e9bb4__ai_gen_block_d8570f3_WRHJbh {
  font-size: 180px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 25%, #ffffff 50%, #f0f0f0 75%, #ffffff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-family: 'Gilda Display', serif !important;
  letter-spacing: 3px;
  text-shadow: none !important;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.4));
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}