/** Shopify CDN: Minification failed

Line 17:0 Expected identifier but found "7QQQQQQQQQ"
Line 1113:0 Unexpected "`"
Line 1237:0 Unexpected "`"

**/
/* =========================================
   1. VARIABLES
========================================= */
:root{
  --blue-main:#1e73ff;
  --blue-dark:#0f4bcc;
  --blue-soft:#eaf2ff;
  --text:#222;
  gray:#777;
7QQQQQQQQQ  --border:#e6e6e6;
  --bg:#ffffff;
}

/* =========================================
   2. BASE
========================================= */
body{
  margin:0;
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

´´

/* =====================================
   VEMDIX FUTURE HEADER 2026
===================================== */

.vx-header-wrap{
  background:#02040a;
  padding:25px;
}

.vx-header-future{

  max-width:1500px;
  margin:auto;

  display:flex;
  align-items:center;
  gap:25px;

  background:rgba(12,12,12,.85);

  backdrop-filter:blur(18px);

  border-radius:35px;

  padding:24px;

  border:1px solid rgba(255,255,255,.08);

  box-shadow:
  0 0 40px rgba(0,0,0,.45);
}

/* LOGO */

.vx-logo-future{
  display:flex;
  align-items:center;
  gap:16px;
}

.vx-logo-circle{

  width:90px;
  height:90px;

  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#070707;

  border:3px solid transparent;

  background-image:
  linear-gradient(#070707,#070707),
  linear-gradient(135deg,#ff00cc,#ff8a00,#00d4ff);

  background-origin:border-box;
  background-clip:padding-box,border-box;

  box-shadow:
  0 0 25px rgba(255,0,204,.4);

}

.vx-logo-circle span{

  font-size:48px;
  font-weight:900;

  background:linear-gradient(
  135deg,
  #ff00cc,
  #ff8a00,
  #00d4ff);

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.vx-logo-title{
  font-size:56px;
  font-weight:900;
}

.white{
  color:white;
}

.gradient{
  background:
  linear-gradient(
  135deg,
  #ff00cc,
  #ff8a00,
  #00d4ff);

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.vx-logo-text small{
  color:#ff9c00;
  font-size:12px;
  letter-spacing:2px;
}

/* SEARCH */

.vx-search-future{

  flex:1;

  display:flex;

  height:82px;

  border-radius:50px;

  overflow:hidden;

  border:2px solid rgba(255,255,255,.1);

  background:#090909;
}

.vx-search-future input{

  flex:1;

  border:none;

  background:none;

  color:white;

  padding:0 30px;

  font-size:22px;

  outline:none;
}

.vx-search-future button{

  width:90px;

  border:none;

  cursor:pointer;

  color:white;

  background:
  linear-gradient(
  135deg,
  #ff00cc,
  #ff8a00,
  #00d4ff);

  font-size:28px;
}

/* ICONOS */

.vx-round-icon{

  width:70px;
  height:70px;

  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;

  background:#090909;

  border:2px solid transparent;

  background-image:
  linear-gradient(#090909,#090909),
  linear-gradient(
  135deg,
  #ff00cc,
  #ff8a00,
  #00d4ff);

  background-origin:border-box;
  background-clip:padding-box,border-box;
}

.vx-lang-future,
.vx-account-future,
.vx-cart-future{

  display:flex;
  align-items:center;
  gap:12px;

  color:white;
}

.vx-account-future small,
.vx-cart-future small{
  display:block;
  color:#aaa;
}

.vx-badge{

  position:absolute;

  margin-left:30px;
  margin-top:-30px;

  background:#ff00aa;

  color:white;

  width:24px;
  height:24px;

  border-radius:50%;

  font-size:12px;

  display:flex;
  align-items:center;
  justify-content:center;
}

/* MÓVIL */

@media(max-width:990px){

  .vx-header-future{
    flex-wrap:wrap;
  }

  .vx-search-future{
    width:100%;
    order:10;
  }

  .vx-logo-title{
    font-size:36px;
  }

  .vx-logo-circle{
    width:60px;
    height:60px;
  }
}
/* ==========================
   VEMDIX MI CUENTA PRO
========================== */

.vx-account-page{
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
}

.vx-account-header{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:40px;
  padding:25px;
  border-radius:20px;
  background:#111;
  color:white;
}

.vx-avatar{
  width:90px;
  height:90px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:40px;

  background:linear-gradient(
    135deg,
    #ff00cc,
    #ff8a00,
    #00d4ff
  );
}

.vx-account-grid{
  display:grid;
  grid-template-columns:
  repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.vx-card{
  background:#fff;
  border-radius:20px;
  padding:25px;
  text-align:center;
  text-decoration:none;
  color:#222;

  box-shadow:
  0 10px 25px rgba(0,0,0,.08);

  transition:.3s;
}

.vx-card:hover{
  transform:translateY(-5px);
  box-shadow:
  0 15px 35px rgba(0,0,0,.12);
}

.vx-card h3{
  margin:10px 0;
}

.vx-card p{
  color:#666;
}

.logout{
  background:#fff3f3;
}
/* ==========================
   VEMDIX ACCOUNT PRO
========================== */

.vx-account-page{
  max-width:1400px;
  margin:auto;
  padding:40px 20px;
}

.vx-account-header{
  text-align:center;
  margin-bottom:40px;
}

.vx-account-header h1{
  font-size:42px;
  margin-bottom:10px;
}

.vx-account-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.vx-card{
  background:#fff;
  border-radius:16px;
  padding:25px;
  border:1px solid #eee;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.vx-card:hover{
  transform:translateY(-5px);
}

.vx-card h3{
  margin-bottom:12px;
}

.vx-btn{
  display:inline-block;
  margin-top:15px;
  padding:12px 20px;
  border-radius:12px;
  background:linear-gradient(
  135deg,
  #ff00cc,
  #ff8800,
  #00d4ff);
  color:white;
  font-weight:700;
}

.vx-orders{
  margin-top:50px;
}

.vx-orders table{
  width:100%;
  border-collapse:collapse;
  background:white;
  border-radius:15px;
  overflow:hidden;
}

.vx-orders th{
  background:#131921;
  color:white;
  padding:15px;
}

.vx-orders td{
  padding:15px;
  border-bottom:1px solid #eee;
}

@media(max-width:768px){

  .vx-account-header h1{
    font-size:30px;
  }

}

.vx-app{
  max-width:900px;
  margin:auto;
  padding:20px;
  font-family:Arial;
}

/* HEADER APP */
.vx-app-header{
  display:flex;
  align-items:center;
  gap:15px;
  padding:20px;
  background:#111;
  color:white;
  border-radius:20px;
  margin-bottom:20px;
}

.vx-app-avatar{
  width:60px;
  height:60px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff00cc,#ff8800,#00d4ff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:bold;
  color:white;
}

.vx-app-user h2{
  margin:0;
  font-size:20px;
}

.vx-app-user p{
  margin:0;
  font-size:12px;
  opacity:.7;
}

/* GRID APP STYLE */
.vx-app-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
}

/* CARD STYLE */
.vx-app-card{
  background:white;
  border-radius:18px;
  padding:20px;
  text-align:center;
  text-decoration:none;
  color:#111;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.2s;
}

.vx-app-card:hover{
  transform:translateY(-4px);
}

.vx-app-card .icon{
  font-size:28px;
  margin-bottom:8px;
}

/* BUTTON */
.vx-app-btn{
  display:inline-block;
  padding:12px 20px;
  background:linear-gradient(135deg,#ff00cc,#ff8800,#00d4ff);
  color:white;
  border-radius:12px;
  text-decoration:none;
  font-weight:bold;
}

/* FOOTER */
.vx-app-footer{
  margin-top:30px;
  text-align:center;
}

.vx-app-logout{
  display:inline-block;
  padding:12px 20px;
  background:#ff3b3b;
  color:white;
  border-radius:12px;
  text-decoration:none;
}

.vx-cart-page{
  max-width:1100px;
  margin:auto;
  padding:20px;
}

/* HEADER */
.vx-cart-header{
  text-align:center;
  margin-bottom:30px;
}

/* ITEM */
.vx-cart-item{
  display:flex;
  gap:15px;
  background:white;
  padding:15px;
  border-radius:16px;
  margin-bottom:15px;
  box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.vx-cart-img img{
  width:100px;
  border-radius:12px;
}

/* INFO */
.vx-cart-info h3{
  margin:0;
  font-size:16px;
}

.vx-cart-qty{
  display:flex;
  gap:10px;
  margin-top:10px;
}

.vx-cart-qty input{
  width:60px;
  padding:5px;
}

/* REMOVE */
.vx-remove{
  display:inline-block;
  margin-top:10px;
  color:red;
  font-size:13px;
}

/* SUMMARY */
.vx-cart-summary{
  margin-top:30px;
  padding:20px;
  background:#111;
  color:white;
  border-radius:16px;
  text-align:center;
}

.vx-total{
  font-size:22px;
  margin:15px 0;
}

/* BUTTONS */
.vx-checkout-btn{
  display:block;
  padding:15px;
  background:linear-gradient(135deg,#ff00cc,#ff8800,#00d4ff);
  color:white;
  text-decoration:none;
  border-radius:12px;
  margin-bottom:10px;
  font-weight:bold;
}

.vx-continue{
  display:block;
  color:white;
  opacity:.8;
  text-decoration:none;
}

/* EMPTY */
.vx-cart-empty{
  text-align:center;
  padding:50px;
}

.vx-product-page{
  max-width:1200px;
  margin:auto;
  padding:20px;
}

/* CONTENEDOR */
.vx-product-container{
  display:flex;
  gap:40px;
  align-items:flex-start;
}

/* GALERÍA */
.vx-gallery{
  flex:1;
}

.vx-main-image img{
  width:100%;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.vx-thumbs{
  display:flex;
  gap:10px;
  margin-top:15px;
  overflow-x:auto;
}

.vx-thumbs img{
  width:70px;
  height:70px;
  object-fit:cover;
  border-radius:10px;
  cursor:pointer;
  border:2px solid transparent;
}

.vx-thumbs img:hover{
  border:2px solid #ff00cc;
}

/* INFO */
.vx-product-info{
  flex:1;
}

.vx-product-info h1{
  font-size:28px;
  margin-bottom:10px;
}

.vx-price{
  font-size:24px;
  font-weight:bold;
  margin-bottom:15px;
}

/* VARIANTS */
.vx-variants{
  margin:20px 0;
}

.vx-option{
  margin-bottom:10px;
}

.vx-option select{
  width:100%;
  padding:10px;
  border-radius:10px;
}

/* CANTIDAD */
.vx-qty{
  margin:20px 0;
}

.vx-qty input{
  width:100%;
  padding:10px;
  border-radius:10px;
}

/* BOTONES */
.vx-buy-btn{
  width:100%;
  padding:15px;
  background:linear-gradient(135deg,#ff00cc,#ff8800,#00d4ff);
  border:none;
  color:white;
  font-weight:bold;
  border-radius:12px;
  margin-bottom:10px;
  cursor:pointer;
}

.vx-buy-now{
  display:block;
  text-align:center;
  padding:15px;
  background:#111;
  color:white;
  text-decoration:none;
  border-radius:12px;
}

/* MOBILE */
@media(max-width:900px){
  .vx-product-container{
    flex-direction:column;
  }
}
.vx-home-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
  margin:40px auto;
  max-width:1400px;
}

.vx-home-card{
  background:#fff;
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}

.vx-home-card:hover{
  transform:translateY(-8px);
}

.vx-home-card h2{
  margin-bottom:15px;
  font-size:24px;
}

.vx-card-products{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.vx-card-product{
  text-align:center;
}

.vx-card-product img{
  width:100%;
  border-radius:12px;
}

.vx-card-product span{
  display:block;
  margin-top:8px;
  font-size:14px;
}
/* ==========================
   HOME AMAZON STYLE
========================== */

.vx-home-categories{
  max-width:1400px;
  margin:40px auto;
  padding:0 20px;
}

.vx-home-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:25px;
}

.vx-home-card{
  background:#fff;
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.vx-home-card:hover{
  transform:translateY(-5px);
}

.vx-home-card h2{
  margin-bottom:15px;
  font-size:24px;
}

.vx-card-products{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.vx-card-product{
  text-decoration:none;
  color:#222;
}

.vx-card-product img{
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius:12px;
}

.vx-card-product span{
  display:block;
  margin-top:8px;
  font-size:14px;
}

.vx-more-link{
  display:block;
  margin-top:15px;
  font-weight:700;
  color:#1e73ff;
}
/* ==========================
   FLASH OFFERS VEMDIX
========================== */

.flash-section{
  max-width:1400px;
  margin:50px auto;
  padding:0 20px;
}

.flash-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:25px;
}

.flash-header h2{
  margin:0;
}

.countdown{
  font-weight:700;
  background:#111;
  color:white;
  padding:12px 20px;
  border-radius:12px;
}

.flash-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.flash-card{
  background:white;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.flash-card:hover{
  transform:translateY(-5px);
}

.flash-card img{
  width:100%;
  height:240px;
  object-fit:cover;
}

.flash-link{
  display:block;
  padding:15px;
}

.flash-link h3{
  min-height:50px;
}

.price-box{
  display:flex;
  gap:10px;
  align-items:center;
}

.old-price{
  text-decoration:line-through;
  color:#888;
}

.discount{
  background:#ff3b30;
  color:white;
  padding:4px 8px;
  border-radius:6px;
  font-size:12px;
}

.new-price{
  margin-top:10px;
  font-size:22px;
  font-weight:800;
}

.flash-btn{
  display:block;
  margin:15px;
  text-align:center;
  padding:14px;
  border-radius:12px;
  background:linear-gradient(
    135deg,
    #ff00cc,
    #ff8800,
    #00d4ff
  );
  color:white;
  font-weight:700;
}
/* ==========================
   OFERTAS DEL DIA VEMDIX
========================== */

.vx-offers-day{
  max-width:1400px;
  margin:60px auto;
  padding:0 20px;
}

.vx-section-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:25px;
}

.vx-section-header h2{
  margin:0;
}

.vx-view-all{
  font-weight:700;
  color:var(--blue-main);
}

.vx-offers-grid{
  display:grid;
  grid-template-columns:
  repeat(auto-fit,minmax(260px,1fr));
  gap:20px;
}

.vx-offer-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.vx-offer-card:hover{
  transform:translateY(-5px);
}

.vx-offer-card img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.vx-offer-content{
  padding:15px;
}

.vx-offer-content h3{
  font-size:15px;
  min-height:45px;
}

.vx-price-wrapper{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:8px;
}

.vx-old-price{
  color:#888;
  text-decoration:line-through;
}

.vx-discount{
  background:#ff3b30;
  color:white;
  padding:4px 8px;
  border-radius:6px;
  font-size:12px;
}

.vx-price{
  margin-top:10px;
  font-size:22px;
  font-weight:800;
}

.vx-buy-btn{
  display:block;
  margin:15px;
  text-align:center;
  padding:14px;
  border-radius:12px;
  background:linear-gradient(
    135deg,
    #ff00cc,
    #ff8800,
    #00d4ff
  );
  color:white;
  font-weight:700;
}
.ultra-img span{
  display:block;
  margin-top:8px;
  font-size:13px;
  text-align:center;
  color:#333;
}

.ultra-card{
  background:#fff;
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.ultra-card:hover{
  transform:translateY(-5px);
}

.ultra-img-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.ultra-img img{
  width:100%;
  height:140px;
  object-fit:cover;
  border-radius:12px;
}
```css
/* ==========================
   COLLECTION PAGE VEMDIX
========================== */

.vx-collection-page{
  max-width:1400px;
  margin:auto;
  padding:30px 20px;
}

.vx-collection-header{
  text-align:center;
  margin-bottom:30px;
}

.vx-collection-header h1{
  font-size:42px;
  margin-bottom:10px;
}

.vx-collection-header p{
  color:#777;
}

.vx-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}

.vx-sort select{
  padding:12px;
  border-radius:10px;
  border:1px solid #ddd;
}

.vx-products-grid{
  display:grid;
  grid-template-columns:
  repeat(auto-fit,minmax(260px,1fr));
  gap:25px;
}

.vx-product-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.vx-product-card:hover{
  transform:translateY(-5px);
}

.vx-product-card img{
  width:100%;
  height:280px;
  object-fit:cover;
}

.vx-product-content{
  padding:15px;
}

.vx-product-content h3{
  font-size:15px;
  min-height:45px;
}

.vx-discount{
  position:absolute;
  top:10px;
  left:10px;
  background:#ff3b30;
  color:white;
  padding:6px 10px;
  border-radius:8px;
  font-size:12px;
  font-weight:700;
}

.vx-old-price{
  text-decoration:line-through;
  color:#888;
}

.vx-price{
  font-size:24px;
  font-weight:800;
  margin-top:8px;
}

.vx-buy-btn{
  display:block;
  margin:15px;
  padding:14px;
  text-align:center;
  border-radius:12px;
  color:white;
  font-weight:700;
  background:linear-gradient(
    135deg,
    #ff00cc,
    #ff8800,
    #00d4ff
  );
}

@media(max-width:768px){

  .vx-toolbar{
    flex-direction:column;
    gap:15px;
  }

  .vx-collection-header h1{
    font-size:30px;
  }

}
```
/* =========================
   HERO VEMDIX PREMIUM
========================= */

.vx-hero{
  background:linear-gradient(135deg,#0f0f0f,#1c1c1c);
  color:white;
  padding:80px 20px;
  text-align:center;
  border-radius:25px;
  margin:20px;
}

.vx-hero-content h1{
  font-size:42px;
  margin-bottom:10px;
}

.vx-hero-btn{
  display:inline-block;
  margin-top:20px;
  padding:14px 26px;
  border-radius:12px;
  background:linear-gradient(135deg,#ff00cc,#ff8800,#00d4ff);
  color:white;
  font-weight:700;
}

/* =========================
   CATEGORÍAS
========================= */

.vx-cat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:15px;
  padding:20px;
}

.vx-cat-card{
  background:#fff;
  padding:20px;
  border-radius:15px;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  font-size:18px;
  text-decoration:none;
  color:#111;
  transition:.3s;
}

.vx-cat-card:hover{
  transform:translateY(-5px);
}

/* =========================
   PRODUCTOS HOME
========================= */

.vx-home-products{
  margin:40px auto;
  max-width:1200px;
  padding:0 20px;
}

.vx-section-title h2{
  margin-bottom:20px;
}

.vx-products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
}

.vx-product-card{
  background:#fff;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.vx-product-card:hover{
  transform:translateY(-5px);
}

.vx-product-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.vx-product-info{
  padding:12px;
}

.vx-product-info p{
  font-size:14px;
  min-height:40px;
}

.vx-product-info strong{
  font-size:18px;
}
/* =========================
   PRODUCT PAGE VEMDIX PRO
========================= */

.vx-product-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
}

/* GALERÍA */

.vx-main-image img{
  width:100%;
  border-radius:15px;
  object-fit:cover;
  box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.vx-thumbs{
  display:flex;
  gap:10px;
  margin-top:15px;
}

.vx-thumbs img{
  width:70px;
  height:70px;
  object-fit:cover;
  border-radius:10px;
  cursor:pointer;
  border:2px solid transparent;
}

.vx-thumbs img:hover{
  border-color:#ff00cc;
}

/* INFO */

.vx-product-info h1{
  font-size:28px;
}

.vx-price{
  font-size:28px;
  font-weight:800;
  margin:10px 0;
}

.vx-old-price{
  text-decoration:line-through;
  color:#888;
}

/* VARIANTES */

.vx-option{
  margin:15px 0;
}

.vx-option-values{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.vx-variant-btn{
  padding:10px 15px;
  border-radius:10px;
  border:1px solid #ddd;
  background:white;
  cursor:pointer;
}

.vx-variant-btn.active{
  background:linear-gradient(135deg,#ff00cc,#ff8800,#00d4ff);
  color:white;
  border:none;
}

/* CANTIDAD */

.vx-qty{
  margin:15px 0;
}

.vx-qty input{
  width:80px;
  padding:8px;
  border-radius:8px;
  border:1px solid #ddd;
}

/* BOTONES */

.vx-buy-btn,
.vx-buy-now{
  display:block;
  width:100%;
  padding:15px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
  margin-top:10px;
  text-decoration:none;
}

.vx-buy-btn{
  background:#131921;
  color:white;
}

.vx-buy-now{
  background:linear-gradient(135deg,#ff00cc,#ff8800,#00d4ff);
  color:white;
}

/* CONFIANZA */

.vx-trust-box{
  margin-top:20px;
  padding:15px;
  background:#f5f5f5;
  border-radius:12px;
  font-size:14px;
}

/* RESPONSIVE */

@media(max-width:900px){
  .vx-product-container{
    grid-template-columns:1fr;
  }
}
/* =====================================
   VEMDIX MARKETPLACE UI SYSTEM
   (ESTILO AMAZON / TEMU / SHEIN)
===================================== */

/* =========================
   BASE APP LAYOUT
========================= */

.vx-home{
  max-width:1400px;
  margin:auto;
  padding:20px;
}

/* =========================
   SECCIONES
========================= */

.vx-section{
  margin:40px 0;
}

.vx-title h2{
  font-size:26px;
  margin-bottom:5px;
}

.vx-title p{
  color:#777;
  margin-top:0;
}

/* =========================
   CATEGORÍAS (STYLE AMAZON)
========================= */

.vx-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
}

.vx-category-card{
  background:#fff;
  border-radius:18px;
  padding:15px;
  text-decoration:none;
  color:#111;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}

.vx-category-card:hover{
  transform:translateY(-5px);
}

.vx-category-card h3{
  margin-bottom:10px;
}

.vx-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:5px;
}

.vx-mini-grid img{
  width:100%;
  height:80px;
  object-fit:cover;
  border-radius:8px;
}

/* =========================
   PRODUCTOS SCROLL (AMAZON STYLE)
========================= */

.vx-scroll{
  display:flex;
  gap:15px;
  overflow-x:auto;
  padding-bottom:10px;
}

.vx-scroll::-webkit-scrollbar{
  height:6px;
}

.vx-scroll::-webkit-scrollbar-thumb{
  background:#ccc;
  border-radius:10px;
}

.vx-product-card{
  min-width:180px;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  text-decoration:none;
  color:#111;
  transition:.3s;
}

.vx-product-card:hover{
  transform:scale(1.03);
}

.vx-product-card img{
  width:100%;
  height:160px;
  object-fit:cover;
}

.vx-product-card div{
  padding:10px;
}

/* =========================
   MINI CARDS OFERTAS
========================= */

.vx-mini-card{
  min-width:150px;
  background:#fff;
  border-radius:14px;
  padding:10px;
  text-decoration:none;
  color:#111;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.vx-mini-card img{
  width:100%;
  height:120px;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:8px;
}

/* =========================
   CONFIANZA (APP STYLE)
========================= */

.vx-trust{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:10px;
  text-align:center;
  padding:20px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
}

/* =========================
   TESTIMONIOS
========================= */

.vx-testimonials{
  text-align:center;
}

.vx-testi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:15px;
  margin-top:20px;
}

.vx-testi{
  background:#fff;
  padding:15px;
  border-radius:15px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* =========================
   EFECTO APP GENERAL
========================= */

body{
  background:#f4f4f4;
}

/* hover global suave */
a{
  transition:.2s;
}
.vx-legal-page{
  max-width:900px;
  margin:auto;
  padding:40px 20px;
  background:#fff;
  border-radius:15px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.vx-legal-page h1{
  margin-bottom:20px;
}

.vx-legal-page h2{
  margin-top:25px;
  font-size:20px;
}

.vx-legal-page ul{
  padding-left:20px;
}
/* =========================
   MENU AMAZON VEMDIX
========================= */

.vx-menu-btn{
  color:white;
  font-size:34px;
  cursor:pointer;
}

.vx-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.5);
  display:none;
  z-index:9998;
}

.vx-overlay.active{
  display:block;
}

.vx-sidebar{

  position:fixed;

  left:-340px;
  top:0;

  width:320px;
  height:100vh;

  background:#fff;

  z-index:9999;

  overflow-y:auto;

  transition:.3s;
}

.vx-sidebar.active{
  left:0;
}

.vx-sidebar-top{

  display:flex;
  justify-content:space-between;
  align-items:center;

  padding:20px;

  background:#1e73ff;
  color:white;
}

.vx-category{
  border-bottom:1px solid #eee;
}

.vx-category-title{
  padding:15px;
  font-weight:700;
  cursor:pointer;
}

.vx-sub{
  display:none;
  flex-direction:column;
}

.vx-sub a{
  padding:12px 30px;
  color:#444;
}

.vx-sub a:hover{
  background:#f5f5f5;
}
.amazon-product{
  display:flex;
  gap:40px;
  max-width:1200px;
  margin:auto;
  padding:40px;
}

.amazon-left{
  flex:1;
}

.amazon-main-image img{
  width:100%;
  border-radius:12px;
}

.amazon-thumbs{
  display:flex;
  gap:10px;
  margin-top:15px;
}

.amazon-thumbs img{
  width:70px;
  height:70px;
  object-fit:cover;
  cursor:pointer;
  border-radius:8px;
  border:1px solid #ddd;
}

.amazon-right{
  flex:1;
  position:sticky;
  top:20px;
}

.amazon-title{
  font-size:24px;
  font-weight:700;
}

.amazon-price{
  font-size:28px;
  color:#B12704;
  font-weight:bold;
}

.amazon-old-price{
  text-decoration:line-through;
  color:#777;
}

.amazon-save{
  color:green;
  font-weight:600;
}

.amazon-qty{
  display:flex;
  align-items:center;
  gap:10px;
  margin:15px 0;
}

.amazon-qty button{
  width:35px;
  height:35px;
}

.amazon-buy{
  width:100%;
  background:#ff9900;
  border:none;
  padding:15px;
  font-weight:bold;
  cursor:pointer;
  margin-top:10px;
}

.amazon-buy-now{
  display:block;
  text-align:center;
  background:#ffd814;
  padding:15px;
  margin-top:10px;
  text-decoration:none;
  color:black;
}

.amazon-info-box{
  margin-top:20px;
  font-size:14px;
  color:#333;
}

.amazon-related-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:40px;
}

.amazon-card img{
  width:100%;
}
.extreme-product{
  max-width:1200px;
  margin:auto;
  padding:30px;
}

.extreme-alert{
  background:#ff3b30;
  color:white;
  padding:10px;
  text-align:center;
  font-weight:bold;
  border-radius:8px;
  margin-bottom:20px;
}

.extreme-layout{
  display:flex;
  gap:40px;
}

.extreme-left{
  flex:1;
}

.extreme-main img{
  width:100%;
  border-radius:12px;
}

.extreme-thumbs{
  display:flex;
  gap:10px;
  margin-top:10px;
}

.extreme-thumbs img{
  width:70px;
  cursor:pointer;
  border-radius:8px;
}

.extreme-right{
  flex:1;
  position:sticky;
  top:20px;
}

.extreme-price{
  font-size:32px;
  color:#b12704;
  font-weight:bold;
}

.extreme-old{
  text-decoration:line-through;
  color:#777;
}

.extreme-stock .bar{
  height:8px;
  background:#eee;
  border-radius:20px;
  overflow:hidden;
  margin-top:5px;
}

.extreme-stock .fill{
  width:70%;
  height:100%;
  background:#ff3b30;
}

.extreme-qty{
  display:flex;
  gap:10px;
  margin:15px 0;
}

.extreme-cart{
  width:100%;
  background:#ff9900;
  padding:15px;
  border:none;
  font-weight:bold;
}

.extreme-buy{
  display:block;
  text-align:center;
  background:#ffd814;
  padding:15px;
  margin-top:10px;
  text-decoration:none;
  color:black;
}

.extreme-badges div{
  margin-top:10px;
  font-size:14px;
}

.mobile-bar{
  display:none;
}

/* MOBILE */
@media(max-width:768px){

  .extreme-layout{
    flex-direction:column;
  }

  .mobile-bar{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:black;
    padding:15px;
    text-align:center;
  }

  .mobile-bar a{
    color:white;
    font-weight:bold;
  }
}
.extreme-wrapper,
.extreme-container{
  width:100%;
  max-width:1200px;
  margin:auto;
  box-sizing:border-box;
}

body{
  overflow-x:hidden;
}
/* =========================
   FIX RESPONSIVE PRODUCTO
========================= */

@media (max-width: 768px){

  .extreme-container{
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding: 10px;
  }

  .extreme-layout{
    display: block !important;
  }

  .extreme-left,
  .extreme-right{
    width: 100%;
  }

  .extreme-main img{
    width: 100%;
    height: auto;
  }

  .extreme-thumbs{
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }

  .extreme-thumbs img{
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
  }

  .extreme-price-box{
    flex-wrap: wrap;
    gap: 10px;
  }

  .extreme-qty{
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .mobile-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    padding: 12px;
    text-align: center;
    z-index: 9999;
  }

  .mobile-bar a{
    display: block;
    background: linear-gradient(45deg,#ff00c8,#ff7a00);
    color: white;
    padding: 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
  }
}
/* =========================
   PRO MAX MOBILE PRODUCT
========================= */

@media (max-width: 768px){

  body{
    overflow-x:hidden;
  }

  .extreme-container{
    grid-template-columns:1fr !important;
    padding:10px;
    gap:20px;
  }

  .extreme-left,
  .extreme-right{
    width:100%;
  }

  /* ===== GALERÍA SWIPE STYLE ===== */
  .extreme-thumbs{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding-bottom:10px;
    scroll-snap-type:x mandatory;
  }

  .extreme-thumbs img{
    width:70px;
    height:70px;
    flex:0 0 auto;
    scroll-snap-align:center;
    border-radius:10px;
  }

  /* ===== IMAGEN PRINCIPAL ===== */
  .extreme-main img{
    width:100%;
    height:auto;
    border-radius:12px;
  }

  /* ===== TITULO ===== */
  .extreme-title{
    font-size:20px;
    line-height:1.3;
  }

  /* ===== PRECIO ===== */
  .extreme-price-box{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
  }

  /* ===== VARIANTES PRO (MEJOR UX) ===== */
  .variant-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:10px 0;
  }

  .variant-buttons button{
    padding:10px 12px;
    border-radius:10px;
    border:1px solid #444;
    background:#111;
    color:white;
  }

  .variant-buttons button.active{
    border:1px solid #ff00c8;
    background:linear-gradient(45deg,#ff00c8,#ff7a00);
  }

  /* ===== BOTONES COMPRA ===== */
  .extreme-cart,
  .extreme-buy{
    width:100%;
    display:block;
    text-align:center;
    padding:14px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
    margin-top:10px;
  }

  .extreme-buy{
    background:linear-gradient(45deg,#ff00c8,#ff7a00);
    color:white;
  }

  /* ===== STICKY BAR REAL PRO ===== */
  .mobile-bar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#0b0b0b;
    border-top:1px solid rgba(255,255,255,0.1);
    padding:10px;
    z-index:99999;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  .mobile-bar a{
    flex:1;
    text-align:center;
    padding:14px;
    margin:0 5px;
    border-radius:10px;
    font-weight:800;
    text-decoration:none;
  }

  .mobile-bar a:first-child{
    background:#111;
    color:white;
    border:1px solid #333;
  }

  .mobile-bar a:last-child{
    background:linear-gradient(45deg,#ff00c8,#ff7a00);
    color:white;
  }

  /* ===== ESPACIO PARA NO TAPAR CONTENIDO ===== */
  body{
    padding-bottom:80px;
  }
}
.extreme-wrapper,
.extreme-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 15px;
  box-sizing:border-box;
  overflow-x:hidden;
}

.extreme-container{
  display:flex;
  gap:20px;
}

.extreme-left,
.extreme-right{
  flex:1;
  min-width:0;
}

/* MÓVIL PRO MAX */
@media (max-width:768px){
  .extreme-container{
    flex-direction:column;
  }

  .extreme-main img{
    width:100%;
    height:auto;
  }

  .extreme-thumbs{
    display:flex;
    gap:8px;
    overflow-x:auto;
  }

  .extreme-select,
  .extreme-qty,
  .extreme-cart,
  .extreme-buy{
    width:100%;
  }

  .mobile-bar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#000;
    padding:12px;
    text-align:center;
  }

  .mobile-bar a{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
  }
}
/* ===== CATEGORÍAS AMAZON ===== */

.vx-collection-page{
  max-width:1400px;
  margin:auto;
  padding:20px;
}

.vx-collection-header{
  margin-bottom:20px;
}

.vx-products-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.vx-product-card{
  background:#fff;
  border-radius:12px;
  padding:12px;
  border:1px solid #e5e5e5;
  transition:.2s;
}

.vx-product-card:hover{
  box-shadow:0 4px 15px rgba(0,0,0,.12);
}

.vx-product-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
}

.vx-product-card a{
  text-decoration:none;
  color:#111;
}

.vx-product-card h3{
  font-size:15px;
  line-height:1.4;
  height:42px;
  overflow:hidden;
  margin:10px 0;
}

.vx-rating{
  color:#ff9900;
  font-size:14px;
  margin-bottom:8px;
}

.vx-price{
  font-size:28px;
  font-weight:700;
}

.vx-old-price{
  text-decoration:line-through;
  color:#777;
  margin-top:5px;
}

.vx-cart-btn{
  width:100%;
  border:none;
  background:#ffd814;
  border-radius:30px;
  padding:12px;
  margin-top:12px;
  font-weight:700;
  cursor:pointer;
}

.vx-cart-btn:hover{
  background:#f7ca00;
}

/* TABLET */
@media(max-width:1024px){

  .vx-products-grid{
    grid-template-columns:repeat(3,1fr);
  }

}

/* MÓVIL AMAZON */
@media(max-width:768px){

  .vx-products-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .vx-product-card{
    padding:8px;
  }

  .vx-product-card h3{
    font-size:14px;
    height:38px;
  }

  .vx-price{
    font-size:20px;
  }

  .vx-cart-btn{
    padding:10px;
    font-size:14px;
  }

}
/* =========================
   VEMDIX FUTURE MOBILE NAV
========================= */

@media(max-width:768px){

  body{
    padding-bottom:85px;
  }

  .vx-mobile-nav{

    position:fixed;
    bottom:12px;
    left:10px;
    right:10px;

    height:68px;

    display:flex;
    justify-content:space-around;
    align-items:center;

    background:rgba(15,23,42,.92);

    backdrop-filter:blur(14px);

    border:1px solid rgba(30,115,255,.25);

    border-radius:22px;

    box-shadow:
      0 0 25px rgba(30,115,255,.20),
      inset 0 0 12px rgba(255,255,255,.04);

    z-index:99999;
  }

  .vx-mobile-nav a{

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;

    min-width:60px;

    transition:.25s;
    position:relative;
  }

  .vx-mobile-nav a:hover{
    transform:translateY(-3px);
  }

  .vx-mobile-nav .icon{

    font-size:22px;
    margin-bottom:3px;

    text-shadow:
      0 0 8px rgba(30,115,255,.7),
      0 0 15px rgba(30,115,255,.4);
  }

  .vx-mobile-nav span{

    font-size:11px;
    font-weight:600;

    color:#dbeafe;
  }

  /* BADGE CARRITO */

  .vx-cart-badge{

    position:absolute;

    top:-4px;
    right:8px;

    background:#1e73ff;

    color:#fff;

    min-width:18px;
    height:18px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:10px;
    font-weight:700;

    box-shadow:
      0 0 12px rgba(30,115,255,.8);
  }

  /* ACTIVO */

  .vx-mobile-nav a.active{

    color:#60a5fa;
  }

  .vx-mobile-nav a.active .icon{

    transform:scale(1.15);

    text-shadow:
      0 0 12px #1e73ff,
      0 0 25px #1e73ff;
  }

}
/* ===== CARRITO MENU MOVIL ===== */

.vx-cart-mobile{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-decoration:none;
  color:#222;
  position:relative;
}

.vx-cart-icon{
  position:relative;
  font-size:24px;
}

.vx-cart-count{
  position:absolute;
  top:-8px;
  right:-12px;
  background:#ff3b30;
  color:#fff;
  min-width:18px;
  height:18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:700;
}

.vx-cart-mobile small{
  font-size:10px;
  color:#1e73ff;
  font-weight:700;
}
/* =========================
   HEADER MOVIL VEMDIX
========================= */

@media(max-width:768px){

  /* Header principal */

  .vx-header-future{

    display:flex;
    flex-wrap:wrap;

    justify-content:space-between;
    align-items:center;

    padding:12px;

  }

  /* Ocultar elementos */

  .vx-lang-future,
  .vx-account-future,
  .vx-cart-future{

    display:none !important;

  }

  /* Logo */

  .vx-logo-future{

    flex:1;
    justify-content:center;
  }

  /* Buscador */

  .vx-search-future{

    order:3;

    width:100%;

    margin-top:12px;
  }

  .vx-search-future input{

    width:100%;
    height:46px;

    border-radius:14px;
  }

  /* Menú hamburguesa */

  .vx-menu-btn{

    display:flex;
    align-items:center;
    justify-content:center;

    width:42px;
    height:42px;

    font-size:24px;
  }

}
@media(max-width:768px){

  .vx-logo-text small{
    display:none;
  }

  .vx-logo-title{
    font-size:24px;
  }

}
/* =========================
   HEADER MOVIL VEMDIX
========================= */

@media (max-width: 768px) {

  .vx-header-future{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    padding:10px 12px;
  }

  /* MENÚ IZQUIERDA */
  .vx-menu-btn{
    order:1;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  /* LOGO CENTRADO */
  .vx-logo-future{
    order:2;
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
  }

  /* OCULTAR ICONOS */
  .vx-lang-future,
  .vx-account-future,
  .vx-cart-future{
    display:none !important;
  }

  /* BUSCADOR ABAJO */
  .vx-search-future{
    order:3;
    width:100%;
    margin-top:10px;
    height:46px;
  }

  .vx-search-future input{
    width:100%;
    height:100%;
    font-size:16px;
    padding:0 12px;
  }
}
.vx-card.affiliates{

border:1px solid rgba(0,255,140,0.25);

box-shadow:
0 0 18px rgba(0,255,140,0.10);

}
