body{

background:#0f0f0f;
color:#fff;
font-family:Arial,sans-serif;

}

/* =========================
   HEADER
========================= */

.store-header{

background:#111;
padding:20px 0;
border-bottom:1px solid rgba(255,255,255,.08);

}

.store-logo{

font-size:28px;
font-weight:bold;
color:#fff;
text-decoration:none;

}

.logo-customstore{

max-width:220px;
max-height:80px;
width:auto !important;
height:auto !important;
display:block;
margin:auto;

}

.store-header nav a{

color:#fff;
text-decoration:none;
margin-left:20px;
transition:.3s;

}

.store-header nav a:hover{

color:#e10600;

}

/* =========================
   HERO
========================= */

.hero-store{

padding:80px 0;
text-align:center;

}

.hero-store h1{

font-size:64px;
font-weight:800;

}

.hero-store p{

font-size:20px;
color:#ccc;

}

.hero-logo-custom{

max-width:300px;
width:100%;
height:auto;
display:block;
margin:0 auto 30px auto;

}

/* =========================
   LINKS
========================= */

a,
a:link,
a:visited{

color:inherit;
text-decoration:none;

}

a:hover{

text-decoration:none;

}

/* =========================
   BOTONES
========================= */

.btn-store{

background:#e10600;
color:#fff;
border:none;
padding:12px 25px;
border-radius:10px;
text-decoration:none;
display:inline-block;

}

.btn-store:hover{

background:#c10500;
color:#fff;

}

/* =========================
   TARJETAS
========================= */

.card-store{

background:#171717;
border-radius:20px;
padding:25px;
height:100%;
border:1px solid rgba(255,255,255,.05);
transition:.3s;
overflow:hidden;

display:flex;
flex-direction:column;

}

.card-store:hover{

transform:translateY(-5px);
border-color:#e10600;

}

/* =========================
   PRODUCTOS
========================= */

.producto-img{

width:100%;
height:220px;
object-fit:contain;
background:#fff;
padding:15px;
border-radius:12px;

transition:.3s;

}

.card-store:hover .producto-img{

transform:scale(1.03);

}

.producto-titulo{

font-size:22px;
font-weight:700;
color:#fff;
margin-top:15px;

}

.card-store:hover .producto-titulo{

color:#e10600;

}

.card-store h1{

font-size:48px;
margin-bottom:15px;

}

.card-store h5{

font-weight:700;
margin-bottom:15px;

}

.precio{

font-size:24px;
font-weight:800;
color:#e10600;
margin-top:10px;

}

.precio-final{

font-size:36px;
font-weight:800;
color:#e10600;
margin:15px 0;

}

.precio-oferta{

font-size:24px;
text-decoration:line-through;
color:#888;
margin-right:15px;

}

/* =========================
   DETALLE PRODUCTO
========================= */

.producto-detalle-img{

width:100%;
border-radius:20px;
background:#171717;
padding:10px;

}

/* =========================
   SECCIONES
========================= */

.section h1{

font-size:42px;
font-weight:800;
margin-bottom:10px;

}

.section p{

color:#ccc;

}

/* =========================
   BANNER PRINCIPAL
========================= */

.banner-store{

margin-top:30px;
margin-bottom:50px;

}

.banner-store img{

width:100%;
height:auto;
display:block;
border-radius:20px;
box-shadow:0 10px 40px rgba(0,0,0,.35);

}

/* =========================
   SEPARADORES
========================= */

.store-divider{

border:0;
height:1px;
background:rgba(255,255,255,.08);
margin:50px 0;

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

.store-header .d-flex{

flex-direction:column;
gap:20px;

}

.store-header nav{

display:flex;
flex-wrap:wrap;
justify-content:center;
gap:15px;

}

.store-header nav a{

margin-left:0;

}

.hero-store h1{

font-size:42px;

}

.hero-store p{

font-size:18px;

}

.producto-img{

height:180px;

}

}

/* =========================
   FOOTER
========================= */

.footer{

background:#111;
padding:60px 0;
margin-top:80px;
border-top:1px solid rgba(255,255,255,.08);

}

.footer h4,
.footer h5{

color:#fff;
font-weight:700;

}

.footer p,
.footer small{

color:#ccc;

}

.footer a{

color:#fff;
transition:.3s;

}

.footer a:hover{

color:#e10600;
text-decoration:none;

}

.footer-company-info{

font-size:0.55rem;
line-height:1.0;
opacity:.8;

}

.footer-company-info strong{

font-size:.55rem;

}

.legal-links{

font-size:14px;

}

.carrito-badge{

display:inline-block;
min-width:20px;
text-align:center;

background:#e10600;
color:#fff;

padding:2px 6px;

border-radius:999px;

font-size:11px;
font-weight:bold;

margin-left:5px;

}

.search-store input{

background:#171717;
border:1px solid rgba(255,255,255,.08);
color:#fff;

}

.search-store input:focus{

background:#171717;
color:#fff;
border-color:#e10600;
box-shadow:none;

}

.producto-titulo{

font-size:22px;
font-weight:700;
color:#fff;
margin-top:15px;

min-height:60px;

}