:root {
  --bg: #0a0a0f;
  --text: #e8e8ec;
  --muted: #8a8a9a;
  --accent: #c8a96e;
  --border: rgba(255, 255, 255, 0.08);
  --surface: #111118;
  --surface2: #16161f;
  --surface3: #1e1e2a;
  --gold: #c8a96e;
  --gold-light: #d4b87a;
  --gold-dark: #a88b4a;
}
/* ═══════════════════════════════════════════════════════════
   TIENDA COMPLETA — Hero + Cats + Benefits + Products + Newsletter
═════════════════════════════════════════════════════════════ */

/* ── HERO ── */
.cwp-shop-hero{background:var(--bg);padding:8rem 2.5rem 5rem;text-align:center;position:relative;overflow:hidden}
.cwp-shop-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 50% 40%,rgba(200,169,110,.07) 0%,transparent 65%);pointer-events:none}
.cwp-shop-hero::after{content:'';position:absolute;top:-200px;right:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(200,169,110,.05) 0%,transparent 70%);pointer-events:none;animation:cshop-float 12s ease-in-out infinite}
.cwp-shop-hero>*{position:relative;z-index:1}
.cwp-shop-hero .cwp-label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.15);color:var(--accent);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;letter-spacing:.03em}
.cwp-shop-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.8rem,6vw,5rem);letter-spacing:.04em;line-height:1;color:var(--text);margin:0 0 1.25rem}
.cwp-shop-hero h1 span{background:linear-gradient(135deg,var(--accent),#e8d5a0,var(--accent));background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:cshop-shimmer 4s ease-in-out infinite}
.cwp-shop-hero p{font-size:1.05rem;color:var(--muted);max-width:620px;margin:0 auto;line-height:1.75}
.cwp-shop-hero-ctas{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}

/* ── BOTONES ── */
.cwp-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;border-radius:10px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .25s;cursor:pointer;letter-spacing:.02em}
.cwp-btn-gold{background:var(--accent);color:#0a0a0f;border:1px solid var(--accent)}
.cwp-btn-gold:hover{background:#e0bf82;border-color:#e0bf82;transform:translateY(-2px);box-shadow:0 6px 20px rgba(200,169,110,.3)}
.cwp-btn-outline{background:transparent;color:var(--accent);border:1px solid rgba(200,169,110,.35)}
.cwp-btn-outline:hover{background:rgba(200,169,110,.08);border-color:rgba(200,169,110,.5);transform:translateY(-2px)}

/* ── SECCIONES ── */
.cwp-shop-section{padding:5rem 0}
.cwp-shop-section.alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.cwp-shop-head{text-align:center;margin-bottom:3.5rem}
.cwp-shop-head .cwp-label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.15);color:var(--accent);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:1rem;letter-spacing:.03em}
.cwp-shop-head h2{font-family:'Bebas Neue',sans-serif;font-size:2.2rem;letter-spacing:.04em;color:var(--text);margin:0 0 .75rem}
.cwp-shop-head h2 span{color:var(--accent)}
.cwp-shop-head p{font-size:.95rem;color:var(--muted);max-width:600px;margin:0 auto;line-height:1.7}

/* ── CATEGORÍAS ── */
.cwp-shop-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 2.5rem}
.cwp-shop-cat{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}
.cwp-shop-cat::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(200,169,110,.06) 0%,transparent 60%);opacity:0;transition:opacity .3s;pointer-events:none}
.cwp-shop-cat:hover{border-color:rgba(200,169,110,.35);transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.25),0 0 0 1px rgba(200,169,110,.1)}
.cwp-shop-cat:hover::before{opacity:1}
.cwp-shop-cat-icon{width:60px;height:60px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:2rem;background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.12);border-radius:14px;transition:all .3s}
.cwp-shop-cat:hover .cwp-shop-cat-icon{background:rgba(200,169,110,.15);transform:scale(1.08)}
.cwp-shop-cat h3{font-family:'Bebas Neue',sans-serif;font-size:1.2rem;letter-spacing:.04em;color:var(--text);margin:0 0 .5rem;transition:color .2s}
.cwp-shop-cat:hover h3{color:var(--accent)}
.cwp-shop-cat p{font-size:.8rem;color:var(--muted);line-height:1.65;margin:0}
.cwp-shop-cat .count{display:inline-block;background:rgba(200,169,110,.1);color:var(--accent);font-size:.7rem;font-weight:600;padding:.25rem .7rem;border-radius:20px;margin-top:1rem;border:1px solid rgba(200,169,110,.12);transition:all .2s}
.cwp-shop-cat:hover .count{background:rgba(200,169,110,.18)}

/* ── BENEFICIOS ── */
.cwp-shop-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 2.5rem}
.cwp-shop-benefit{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}
.cwp-shop-benefit::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(200,169,110,.05) 0%,transparent 60%);opacity:0;transition:opacity .3s;pointer-events:none}
.cwp-shop-benefit:hover{border-color:rgba(200,169,110,.3);transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.2)}
.cwp-shop-benefit:hover::before{opacity:1}
.cwp-shop-benefit-icon{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem;background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.12);border-radius:14px;transition:all .3s}
.cwp-shop-benefit:hover .cwp-shop-benefit-icon{background:rgba(200,169,110,.15);transform:scale(1.08)}
.cwp-shop-benefit h3{font-family:'Bebas Neue',sans-serif;font-size:1.15rem;letter-spacing:.04em;color:var(--text);margin:0 0 .5rem;transition:color .2s}
.cwp-shop-benefit:hover h3{color:var(--accent)}
.cwp-shop-benefit p{font-size:.8rem;color:var(--muted);line-height:1.65;margin:0}

/* ── PRODUCTOS DESTACADOS ── */
.cwp-shop-featured{max-width:1200px;margin:0 auto;padding:0 2.5rem}
.cwp-shop-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.cwp-shop-featured-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}
.cwp-shop-featured-card::after{content:'';position:absolute;inset:0;border-radius:16px;opacity:0;transition:opacity .3s;pointer-events:none;background:linear-gradient(135deg,rgba(200,169,110,.06) 0%,transparent 50%)}
.cwp-shop-featured-card:hover{border-color:rgba(200,169,110,.35);transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.cwp-shop-featured-card:hover::after{opacity:1}
.cwp-shop-featured-badge{position:absolute;top:14px;left:14px;background:var(--accent);color:#0a0a0f;padding:.3rem .85rem;font-size:.7rem;font-weight:700;border-radius:20px;z-index:2;letter-spacing:.02em;box-shadow:0 2px 8px rgba(200,169,110,.3)}
.cwp-shop-featured-thumb{height:260px;overflow:hidden;background:var(--surface2)}
.cwp-shop-featured-thumb::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(10,10,15,.7) 100%);opacity:0;transition:opacity .4s;pointer-events:none;z-index:1}
.cwp-shop-featured-card:hover .cwp-shop-featured-thumb::after{opacity:1}
.cwp-shop-featured-thumb a{display:block;height:100%}
.cwp-shop-featured-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.cwp-shop-featured-card:hover .cwp-shop-featured-thumb img{transform:scale(1.08)}
.cwp-shop-featured-body{padding:1.5rem}
.cwp-shop-featured-title{font-family:'Bebas Neue',sans-serif;font-size:1.35rem;letter-spacing:.04em;margin:0 0 .75rem;line-height:1.25}
.cwp-shop-featured-title a{color:var(--text);text-decoration:none;transition:color .2s}
.cwp-shop-featured-title a:hover{color:var(--accent)}
.cwp-shop-featured-price{margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem}
.cwp-shop-featured-price del{color:var(--muted);font-size:.85rem}
.cwp-shop-featured-price .amount{color:var(--accent);font-weight:700;font-size:1.1rem}
.cwp-shop-featured-desc{font-size:.85rem;color:var(--muted);line-height:1.65;margin-bottom:1.25rem}
.cwp-shop-featured-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--accent);text-decoration:none;padding:.6rem 1.25rem;background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.15);border-radius:8px;transition:all .25s;width:fit-content}
.cwp-shop-featured-btn::after{content:'→';transition:transform .25s}
.cwp-shop-featured-btn:hover{background:rgba(200,169,110,.15);gap:.7rem}
.cwp-shop-featured-btn:hover::after{transform:translateX(3px)}

/* ── TODOS LOS PRODUCTOS (shortcode wrapper) ── */
.cwp-shop-grid-wrap{max-width:1200px;margin:0 auto;padding:0 2.5rem}
.cwp-shop-grid-wrap .products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cwp-shop-grid-wrap .product{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}
.cwp-shop-grid-wrap .product:hover{border-color:rgba(200,169,110,.35);transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.3)}
.cwp-shop-grid-wrap .product .woocommerce-loop-product__title{font-family:'Bebas Neue',sans-serif;color:var(--text);padding:0 1.25rem;margin:.75rem 0 .5rem;font-size:1rem;letter-spacing:.03em}
.cwp-shop-grid-wrap .product .price{padding:0 1.25rem;color:var(--accent);font-weight:600}
.cwp-shop-grid-wrap .product .price del{color:var(--muted);font-weight:400}
.cwp-shop-grid-wrap .product .button{margin:1rem 1.25rem 1.25rem;padding:.65rem 1.25rem;background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.15);color:var(--accent);border-radius:8px;font-weight:600;font-size:.85rem;transition:all .25s;display:inline-block;text-align:center;text-decoration:none}
.cwp-shop-grid-wrap .product .button:hover{background:var(--accent);color:#0a0a0f;border-color:var(--accent)}

/* ── NEWSLETTER ── */
.cwp-shop-newsletter{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 2.5rem;text-align:center;position:relative;overflow:hidden}
.cwp-shop-newsletter::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 50% 50%,rgba(200,169,110,.05) 0%,transparent 60%);pointer-events:none}
.cwp-shop-newsletter>*{position:relative;z-index:1}
.cwp-shop-newsletter h2{font-family:'Bebas Neue',sans-serif;font-size:2.2rem;letter-spacing:.04em;color:var(--text);margin:0 0 .75rem}
.cwp-shop-newsletter h2 span{color:var(--accent)}
.cwp-shop-newsletter p{font-size:.95rem;color:var(--muted);max-width:500px;margin:0 auto 2rem;line-height:1.7}
.cwp-shop-newsletter-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto;position:relative}
.cwp-shop-newsletter-form input{flex:1;padding:.9rem 1.5rem;background:var(--surface2);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:'DM Sans',sans-serif;font-size:.9rem;outline:none;transition:all .25s}
.cwp-shop-newsletter-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(200,169,110,.1)}
.cwp-shop-newsletter-form input::placeholder{color:rgba(255,255,255,.25)}
.cwp-shop-newsletter-form button{padding:.9rem 2rem;background:var(--accent);color:#0a0a0f;border:none;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .25s;white-space:nowrap;letter-spacing:.02em}
.cwp-shop-newsletter-form button:hover{background:#e0bf82;transform:translateY(-2px);box-shadow:0 6px 20px rgba(200,169,110,.3)}

/* ── ANIMATIONS ── */
@keyframes cshop-float{0%,100%{transform:translate(0,0)}50%{transform:translate(20px,30px)}}
@keyframes cshop-shimmer{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}

/* ── OVERRIDE WooCommerce global styles ── */
.cwp-shop-grid-wrap .woocommerce,
.cwp-shop-grid-wrap .woocommerce.columns-4{width:100%!important;max-width:1200px;margin:0 auto!important;padding:0 2.5rem!important;float:none!important}
.cwp-shop-grid-wrap .woocommerce ul.products,
.cwp-shop-grid-wrap ul.products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1.5rem!important;float:none!important;width:100%!important;margin:0!important;padding:0!important;list-style:none}
.cwp-shop-grid-wrap .woocommerce ul.products li.product,
.cwp-shop-grid-wrap ul.products li.product{width:auto!important;min-width:0!important;max-width:none!important;float:none!important;margin:0!important;padding:0!important;background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:16px!important;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;flex-direction:column!important;list-style:none;position:relative}
.cwp-shop-grid-wrap .woocommerce ul.products li.product:hover,
.cwp-shop-grid-wrap ul.products li.product:hover{border-color:rgba(200,169,110,.35)!important;transform:translateY(-4px)!important;box-shadow:0 16px 40px rgba(0,0,0,.3)!important}
.cwp-shop-grid-wrap .woocommerce ul.products li.product a img,
.cwp-shop-grid-wrap ul.products li.product a img{display:block;width:100%;height:auto;object-fit:cover;border-radius:0!important;margin:0!important}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .woocommerce-loop-product__title,
.cwp-shop-grid-wrap ul.products li.product .woocommerce-loop-product__title{font-family:'Bebas Neue',sans-serif!important;color:var(--text)!important;padding:0 1.25rem!important;margin:.75rem 0 .5rem!important;font-size:1rem!important;letter-spacing:.03em;line-height:1.3}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .price,
.cwp-shop-grid-wrap ul.products li.product .price{padding:0 1.25rem!important;color:var(--accent)!important;font-weight:600!important;font-size:1rem}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .price del,
.cwp-shop-grid-wrap ul.products li.product .price del{color:var(--muted)!important;font-weight:400!important}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .button,
.cwp-shop-grid-wrap ul.products li.product .button{margin:1rem 1.25rem 1.25rem!important;padding:.65rem 1.25rem!important;background:rgba(200,169,110,.08)!important;border:1px solid rgba(200,169,110,.15)!important;color:var(--accent)!important;border-radius:8px!important;font-weight:600!important;font-size:.85rem!important;transition:all .25s!important;display:inline-block!important;text-align:center;text-decoration:none;width:auto!important}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .button:hover,
.cwp-shop-grid-wrap ul.products li.product .button:hover{background:var(--accent)!important;color:#0a0a0f!important;border-color:var(--accent)!important}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .onsale,
.cwp-shop-grid-wrap ul.products li.product .onsale{top:14px!important;left:14px!important;background:var(--accent)!important;color:#0a0a0f!important;padding:.3rem .85rem!important;font-size:.7rem!important;font-weight:700!important;border-radius:20px!important;min-auto:auto!important;width:auto!important;height:auto!important;line-height:1.4}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.cwp-shop-grid-wrap ul.products li.product .woocommerce-LoopProduct-link{display:flex!important;flex-direction:column!important;flex:1!important;width:auto!important;height:auto!important;overflow:hidden}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .product-thumbnail,
.cwp-shop-grid-wrap ul.products li.product .product-thumbnail{position:relative;overflow:hidden}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .product-content,
.cwp-shop-grid-wrap ul.products li.product .product-content{display:flex;flex-direction:column;flex:1;padding:0}
.cwp-shop-grid-wrap .woocommerce ul.products li.product .screen-reader-text,
.cwp-shop-grid-wrap ul.products li.product .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .cwp-shop-hero{padding:6rem 2rem 4rem}
  .cwp-shop-cats{grid-template-columns:repeat(2,1fr)}
  .cwp-shop-benefits{grid-template-columns:repeat(2,1fr)}
  .cwp-shop-featured-grid{grid-template-columns:1fr}
  .cwp-shop-grid-wrap .woocommerce ul.products,
  .cwp-shop-grid-wrap ul.products{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:640px){
  .cwp-shop-hero{padding:5rem 1.5rem 3rem}
  .cwp-shop-hero h1{font-size:clamp(2.2rem,8vw,3.5rem)}
  .cwp-shop-cats{grid-template-columns:1fr;padding:0 1.5rem}
  .cwp-shop-benefits{grid-template-columns:1fr;padding:0 1.5rem}
  .cwp-shop-featured{padding:0 1.5rem}
  .cwp-shop-grid-wrap .woocommerce{padding:0 1.5rem!important}
  .cwp-shop-grid-wrap .woocommerce ul.products,
  .cwp-shop-grid-wrap ul.products{grid-template-columns:1fr!important}
  .cwp-shop-newsletter{padding:4rem 1.5rem}
  .cwp-shop-newsletter-form{flex-direction:column}
  .cwp-shop-section{padding:3.5rem 0}
  .cwp-shop-hero-ctas{flex-direction:column;align-items:center}
}
