/* Add custom CSS styles below */

/* ==============================
   HNO STORE - Premium Purple CSS
   ============================== */

/* 1. خلفية النجوم المتحركة */
#star-field {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.star {
    position: absolute;
    background: rgba(170,120,255,.9);
    border-radius: 50%;
    opacity: 0.55;
    animation: moveStar linear infinite;
    box-shadow: 0 0 8px rgba(123,44,255,.45);
}

@keyframes moveStar {
    from { transform: translateY(0); }
    to { transform: translateY(-100vh); }
}

/* يخلي محتوى المتجر فوق الخلفية */
body,
main,
.app,
.store,
.salla-theme {
    position: relative;
    z-index: 1;
}

/* 2. زر أضف للسلة - وميض بنفسجي ناعم */
.s-button-element.s-button-btn.s-button-primary {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(135deg,#5b1fbf,#7b2cff,#9b6bff) !important;
    border: none !important;
    color: #fff !important;
    animation: soft-glow 3s ease-in-out infinite !important;
    transition: all .25s ease !important;
}

.s-button-element.s-button-btn.s-button-primary:hover {
    transform: translateY(-2px) scale(1.02);
}

@keyframes soft-glow {
    0%, 100% {
        box-shadow: 0 0 7px rgba(123,44,255,.28);
    }
    50% {
        box-shadow: 0 0 20px rgba(123,44,255,.55);
    }
}

/* 3. كروت المنتجات - لمسة زجاجية فخمة */
.s-product-card-entry,
.product-entry,
.product,
.card {
    border-radius: 20px !important;
    background: rgba(18,18,28,.72) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(123,44,255,.16) !important;
    box-shadow:
        0 0 22px rgba(123,44,255,.08),
        0 12px 35px rgba(0,0,0,.25) !important;
    transition: all .25s ease !important;
}

.s-product-card-entry:hover,
.product-entry:hover,
.product:hover,
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(123,44,255,.30) !important;
    box-shadow:
        0 0 32px rgba(123,44,255,.20),
        0 16px 45px rgba(0,0,0,.35) !important;
}

/* 4. أزرار التواصل الزجاجية */
.revan-floating-action {
    position: fixed !important;
    bottom: 30px !important;
    right: 20px !important;
    z-index: 9999999 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.revan-item {
    width: 55px;
    height: 55px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18,18,28,.78) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(123,44,255,.18);
    box-shadow:
        0 0 18px rgba(123,44,255,.12),
        0 10px 25px rgba(0,0,0,.40);
    transition: all .25s ease !important;
}

.revan-item:hover {
    transform: translateY(-4px) scale(1.05);
    background: rgba(25,25,38,.88) !important;
    border: 1px solid rgba(123,44,255,.35);
    box-shadow:
        0 0 28px rgba(123,44,255,.25),
        0 12px 32px rgba(0,0,0,.45);
}

.revan-wa i {
    color: #25D366;
    font-size: 26px;
}

.revan-ig i {
    color: #E1306C;
    font-size: 26px;
}

/* 5. تحسين الهيدر */
.store-header,
.main-header,
header {
    backdrop-filter: blur(14px);
    background: rgba(10,10,18,.72) !important;
    border-bottom: 1px solid rgba(123,44,255,.14);
}

/* 6. النصوص والعناوين */
h1, h2, h3,
.s-slider-block__title,
.section-title {
    letter-spacing: -0.3px;
}

/* 7. تحسين خفيف للصور */
img {
    transition: all .25s ease;
}

.s-product-card-image img:hover {
    transform: scale(1.03);
}
/* ===== HNO Premium Buttons ===== */

.s-button-primary,
.s-button-element.s-button-btn.s-button-primary,
button[type="submit"] {

    background: linear-gradient(
    135deg,
    #5f23d0,
    #7b2cff,
    #9c6bff
    ) !important;

    border: none !important;
    color: #fff !important;

    border-radius: 18px !important;

    box-shadow:
    0 0 18px rgba(123,44,255,.28),
    0 8px 24px rgba(0,0,0,.25) !important;

    transition: all .25s ease !important;
}

/* Hover */
.s-button-primary:hover,
.s-button-element.s-button-btn.s-button-primary:hover,
button[type="submit"]:hover {

    transform: translateY(-2px) scale(1.02);

    box-shadow:
    0 0 28px rgba(123,44,255,.45),
    0 12px 28px rgba(0,0,0,.35) !important;
}/* ===== HNO Premium Product Cards ===== */

.s-product-card-entry {
  background: rgba(18, 14, 28, .88) !important;
  border: 1px solid rgba(123, 44, 255, .18) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow:
    0 0 18px rgba(123,44,255,.10),
    0 14px 35px rgba(0,0,0,.22) !important;
  transition: all .28s ease !important;
}

.s-product-card-entry:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(156,107,255,.38) !important;
  box-shadow:
    0 0 35px rgba(123,44,255,.25),
    0 18px 45px rgba(0,0,0,.34) !important;
}

/* صورة المنتج */
.s-product-card-image {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.s-product-card-image img {
  transition: all .35s ease !important;
}

.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.045) !important;
}

/* اسم المنتج */
.s-product-card-content-title a,
.s-product-card-content-title {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* السعر */
.s-product-card-price,
.s-product-card-sale-price {
  color: #b892ff !important;
  font-weight: 900 !important;
  text-shadow: 0 0 12px rgba(123,44,255,.35);
}

/* ===== HNO Premium Header ===== */

.store-header,
.main-header,
header {
  background: rgba(10, 8, 18, .82) !important;
  backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(123,44,255,.18) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,.18) !important;
}

/* روابط الهيدر */
header a,
.main-header a,
.store-header a {
  transition: all .22s ease !important;
}

header a:hover,
.main-header a:hover,
.store-header a:hover {
  color: #b892ff !important;
  text-shadow: 0 0 12px rgba(123,44,255,.45);
}.hno-premium-bar {
  width: 100%;
  padding: 11px 12px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  background: linear-gradient(90deg,#12051f,#6f2cff,#12051f);
  box-shadow: 0 0 28px rgba(123,44,255,.45);
  position: sticky;
  top: 0;
  z-index: 999999;
}