/* BOX STORE Premium Red/Black Theme */
:root{
  --background:#080808;
  --foreground:#fff;
  --primary:#0B0A09;
  --primary-foreground:#fff;
  --secondary:#121111;
  --muted:#b8b8b8;
  --accent:#E50914;
  --border:#2a2a2a;
  --input:#3a3a3a;
  --ring:#E50914;
  --radius:14px;
}

html,body{
  background:#080808!important;
  color:#fff!important;
  font-family:Cairo,sans-serif!important;
}

body{
  background:
    radial-gradient(circle at 80% 0%,rgba(229,9,20,.22),transparent 30%),
    radial-gradient(circle at 0% 35%,rgba(229,9,20,.14),transparent 28%),
    #080808!important;
}

/* Header */
.sticky.top-0{
  background:rgba(8,8,8,.92)!important;
  backdrop-filter:blur(14px);
  box-shadow:0 12px 35px rgba(0,0,0,.45);
}

[data-announcement-bar]{
  background:linear-gradient(90deg,#090909,#240000,#090909)!important;
  border-bottom:1px solid rgba(229,9,20,.35);
}

[data-announcement-bar] span{
  color:#fff!important;
  font-weight:700;
  letter-spacing:.4px;
}

header{
  background:rgba(18,17,17,.88)!important;
  border-color:rgba(229,9,20,.28)!important;
}

header a,
header button,
header svg{
  color:#fff!important;
}

header nav > div img{
  filter:drop-shadow(0 0 10px rgba(229,9,20,.35));
}

header ul a{
  position:relative;
  text-decoration:none!important;
  font-weight:700;
}

header ul a:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:0;
  height:2px;
  background:#E50914;
  transition:.25s;
}

header ul a:hover:after{width:100%;}

/* Hero Slider */
.section-carousel{
  background:#080808!important;
}

.section-carousel .embla__slide{
  min-height:700px!important;
  background:#080808!important;
}

.section-carousel img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.embla__dots{
  background:rgba(0,0,0,.45)!important;
  border:1px solid rgba(229,9,20,.35);
  box-shadow:0 0 18px rgba(229,9,20,.25);
}

.embla__dots button,
.embla__dot{
  width:9px!important;
  height:9px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.45)!important;
}

.embla__dots button[aria-selected="true"],
.embla__dot--selected{
  width:24px!important;
  border-radius:999px!important;
  background:#E50914!important;
}

/* Sections */
section{
  background:transparent!important;
}

.theme-container{
  max-width:1280px!important;
}

.section-categories,
.section-products{
  padding-top:42px!important;
  padding-bottom:42px!important;
}

.section-categories h2,
.section-products h2{
  color:#fff!important;
  font-weight:900!important;
  font-size:clamp(22px,2vw,32px)!important;
  position:relative;
  padding-right:16px;
}

.section-categories h2:before,
.section-products h2:before{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:5px;
  height:70%;
  transform:translateY(-50%);
  background:#E50914;
  border-radius:999px;
  box-shadow:0 0 15px rgba(229,9,20,.8);
}

/* Product Cards */
[data-product-card]{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;
  border:1px solid rgba(229,9,20,.22)!important;
  border-radius:18px!important;
  padding:10px!important;
  box-shadow:0 18px 45px rgba(0,0,0,.42);
  transition:.3s ease;
  overflow:hidden;
}

[data-product-card]:hover{
  transform:translateY(-6px);
  border-color:rgba(229,9,20,.65)!important;
  box-shadow:0 22px 55px rgba(229,9,20,.18),0 18px 45px rgba(0,0,0,.5);
}

[data-product-card] > a{
  border-radius:15px!important;
  background:#111!important;
  border:1px solid rgba(255,255,255,.08);
}

[data-product-card] img{
  transition:.35s ease;
}

[data-product-card]:hover img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.05);
}

[data-product-card] h3 a{
  color:#fff!important;
  font-weight:800!important;
  line-height:1.6!important;
  font-size:15px!important;
}

[data-product-card] p.text-foreground{
  color:#E50914!important;
  font-size:18px!important;
  font-weight:900!important;
}

[data-product-card] p.text-muted{
  color:#b8b8b8!important;
}

/* Buttons */
.btn,
button.btn,
a.btn{
  border-radius:999px!important;
  font-weight:900!important;
  transition:.25s ease!important;
}

.btn-outlined,
button[data-open-quick-view]{
  background:linear-gradient(135deg,#E50914,#8b0007)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 0 20px rgba(229,9,20,.35);
}

.btn-outlined:hover,
button[data-open-quick-view]:hover{
  background:linear-gradient(135deg,#ff1a1a,#E50914)!important;
  transform:translateY(-2px);
  box-shadow:0 0 28px rgba(229,9,20,.55);
}

.btn-text{
  color:#E50914!important;
}

/* Search + Drawer */
#search-dialog el-dialog-panel,
#mobile-drawer .bg-background,
#product-quick-view-modal el-dialog-panel{
  background:#0b0b0b!important;
  border:1px solid rgba(229,9,20,.25);
  color:#fff!important;
}

.form-input-wrapper,
input,
select,
textarea{
  background:#121111!important;
  color:#fff!important;
  border-color:#333!important;
  border-radius:14px!important;
}

input::placeholder{color:#8c8c8c!important;}

#mobile-drawer a,
#mobile-drawer button{
  border-bottom:1px solid rgba(255,255,255,.06);
}

/* Cart badge */
[data-cart-badge]{
  background:#E50914!important;
  color:#fff!important;
  box-shadow:0 0 12px rgba(229,9,20,.7);
}

/* Mobile */
@media(max-width:767px){
  header{
    padding:10px 14px!important;
  }

  header img{
    max-height:40px!important;
  }

  .section-carousel .embla__slide{
    min-height:700px!important;
  }

  .section-products,
  .section-categories{
    padding:28px 14px!important;
  }

  [data-product-card]{
    padding:7px!important;
    border-radius:14px!important;
    gap:10px!important;
  }

  [data-product-card] h3 a{
    font-size:13px!important;
  }

  [data-product-card] p.text-foreground{
    font-size:15px!important;
  }

  .btn-lg{
    min-height:42px!important;
    font-size:13px!important;
  }
}
/* BOX STORE Features Section */
.box-features-section{
  position:relative;
  padding:44px 16px 34px;
  background:
    radial-gradient(circle at 15% 0%,rgba(229,9,20,.20),transparent 28%),
    radial-gradient(circle at 85% 100%,rgba(229,9,20,.14),transparent 30%),
    #080808;
  overflow:hidden;
}

.box-features-wrap{
  max-width:1180px;
  margin:auto;
}

.box-features-head{
  text-align:center;
  margin-bottom:26px;
}

.box-features-kicker{
  color:#E50914;
  font-size:13px;
  font-weight:900;
  letter-spacing:2px;
}

.box-features-title{
  color:#fff;
  font-size:clamp(24px,3vw,38px);
  font-weight:900;
  margin:8px 0;
  text-shadow:0 0 20px rgba(229,9,20,.25);
}

.box-features-subtitle{
  color:#B8B8B8;
  font-size:15px;
  margin:0;
}

.box-features-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.box-feature-card{
  position:relative;
  isolation:isolate;
  padding:26px 20px;
  min-height:210px;
  text-align:center;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  border:1px solid rgba(229,9,20,.24);
  box-shadow:0 18px 50px rgba(0,0,0,.42);
  transition:.3s ease;
  overflow:hidden;
}

.box-feature-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(135deg,rgba(229,9,20,.55),transparent 35%,rgba(255,255,255,.08));
  opacity:0;
  transition:.3s;
  z-index:-1;
}

.box-feature-card:hover{
  transform:translateY(-6px);
  border-color:rgba(229,9,20,.7);
  box-shadow:0 22px 65px rgba(229,9,20,.18),0 18px 50px rgba(0,0,0,.55);
}

.box-feature-card:hover:before{opacity:1;}

.box-feature-icon{
  width:76px;
  height:76px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:radial-gradient(circle,#E50914 0%,#7b0007 70%,#080808 100%);
  border:2px solid rgba(255,255,255,.08);
  box-shadow:0 0 26px rgba(229,9,20,.55), inset 0 0 18px rgba(255,255,255,.08);
}

.box-feature-icon svg{
  width:38px;
  height:38px;
  color:#fff;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.45));
}

.box-feature-card h3{
  color:#fff;
  font-size:19px;
  font-weight:900;
  margin:0 0 9px;
}

.box-feature-card p{
  color:#B8B8B8;
  font-size:14px;
  line-height:1.9;
  margin:0;
}

@media(max-width:767px){
  .box-features-section{padding:34px 14px 28px;}
  .box-features-grid{grid-template-columns:1fr;gap:14px;}
  .box-feature-card{min-height:auto;padding:22px 16px;}
  .box-feature-icon{width:66px;height:66px;}
  .box-feature-icon svg{width:32px;height:32px;}
}
/* BOX STORE Extra UX Sections */
.box-trust-strip,.box-quick-cats,.box-popular,.box-faq,.box-wa-float{
  font-family:Cairo,sans-serif!important;
}

.box-trust-strip{
  background:linear-gradient(90deg,#080808,#190000,#080808);
  border-top:1px solid rgba(229,9,20,.25);
  border-bottom:1px solid rgba(229,9,20,.25);
  padding:14px 16px;
}
.box-trust-grid{
  max-width:1180px;margin:auto;
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;
}
.box-trust-item{
  color:#fff;background:rgba(255,255,255,.045);
  border:1px solid rgba(229,9,20,.25);
  border-radius:16px;padding:13px 12px;text-align:center;
  font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.32);
}
.box-trust-item span{color:#E50914;margin-left:6px}

.box-quick-cats,.box-popular,.box-faq{
  background:#080808;
  padding:38px 16px;
}
.box-wrap{max-width:1180px;margin:auto}
.box-title{
  color:#fff;font-size:clamp(22px,3vw,34px);
  font-weight:900;margin:0 0 20px;text-align:center;
}
.box-title small{
  display:block;color:#E50914;font-size:13px;
  letter-spacing:2px;margin-bottom:7px;
}

.box-cat-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:14px;
}
.box-cat{
  color:#fff;text-decoration:none!important;
  border:1px solid rgba(229,9,20,.25);
  border-radius:18px;padding:18px 12px;text-align:center;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  transition:.25s;box-shadow:0 14px 35px rgba(0,0,0,.35);
}
.box-cat:hover{transform:translateY(-5px);border-color:#E50914;box-shadow:0 0 25px rgba(229,9,20,.25)}
.box-cat b{display:block;font-size:16px;margin-top:8px}

.box-popular-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.box-popular-card{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border:1px solid rgba(229,9,20,.24);
  border-radius:18px;overflow:hidden;text-decoration:none!important;
  color:#fff;position:relative;transition:.25s;
}
.box-popular-card:hover{transform:translateY(-6px);border-color:#E50914}
.box-popular-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.box-popular-card div{padding:12px}
.box-popular-card h3{font-size:14px;line-height:1.7;margin:0 0 8px;color:#fff;font-weight:900}
.box-popular-card p{margin:0;color:#E50914;font-weight:900}
.box-badge{
  position:absolute;top:10px;right:10px;background:#E50914;
  color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900;
}

.box-faq-list{display:grid;gap:12px;max-width:850px;margin:auto}
.box-faq-item{
  border:1px solid rgba(229,9,20,.25);
  border-radius:16px;background:rgba(255,255,255,.045);
  overflow:hidden;
}
.box-faq-q{
  width:100%;background:transparent;color:#fff;border:0;
  padding:17px;text-align:right;font-weight:900;cursor:pointer;
}
.box-faq-a{
  display:none;color:#B8B8B8;padding:0 17px 17px;line-height:1.9;font-size:14px;
}
.box-faq-item.active .box-faq-a{display:block}

.box-wa-float{
  position:fixed;left:18px;bottom:18px;z-index:9999;
  background:linear-gradient(135deg,#E50914,#870007);
  color:#fff!important;text-decoration:none!important;
  padding:12px 16px;border-radius:999px;font-weight:900;
  box-shadow:0 0 28px rgba(229,9,20,.5);
}

@media(max-width:767px){
  .box-trust-grid{grid-template-columns:repeat(2,1fr)}
  .box-cat-grid{grid-template-columns:repeat(2,1fr)}
  .box-popular-grid{grid-template-columns:repeat(2,1fr)}
  .box-trust-item{font-size:12px}
  .box-wa-float{left:12px;bottom:12px;font-size:13px}
}