.tienda-container{display:flex;flex-direction:column;gap:0;padding-bottom:4rem}.tienda-hero{position:relative;padding:4rem 0 3.5rem;overflow:hidden}.tienda-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% -10%,rgba(212,175,55,.14) 0,transparent 60%),var(--background);z-index:0}.tienda-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.tienda-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:1.25rem;padding:.3rem .875rem;background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.2);border-radius:var(--radius-full)}.tienda-hero-title{font-size:clamp(1.875rem,4vw,3.5rem);line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:var(--foreground);max-width:820px}.tienda-hero-sub{font-size:clamp(.9rem,1.3vw,1.1rem);color:var(--text-muted);max-width:580px;margin-bottom:2rem;line-height:1.65}.tienda-hero-paths{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;width:100%;max-width:720px}.tienda-path-card{display:flex;align-items:center;gap:1rem;padding:1.125rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--card-border);background:rgba(255,255,255,.03);backdrop-filter:blur(12px);text-decoration:none;flex:1 1;min-width:260px;transition:all var(--transition-fast)}.tienda-path-card:hover{transform:translateY(-2px)}.tienda-path-pro{border-color:rgba(212,175,55,.25)}.tienda-path-pro:hover{border-color:rgba(212,175,55,.5);background:rgba(212,175,55,.05)}.tienda-path-home{border-color:rgba(255,255,255,.1)}.tienda-path-home:hover{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.04)}.tienda-path-card>svg{color:var(--primary);flex-shrink:0}.tienda-path-card>div{flex:1 1;display:flex;flex-direction:column;gap:.2rem;text-align:left}.tienda-path-card strong{font-size:.95rem;color:var(--foreground);font-weight:700}.tienda-path-card span{font-size:.78rem;color:var(--text-muted)}.tienda-path-card>svg:last-child{color:var(--text-muted);flex-shrink:0}.tienda-section{padding:3rem 0;border-top:1px solid var(--card-border)}.tienda-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.75rem;flex-wrap:wrap;gap:1rem}.tienda-section-title{font-size:1.5rem;color:var(--foreground);margin-bottom:.3rem;display:flex;align-items:center;gap:.5rem}.tienda-section-title--sm{font-size:1.25rem;margin-bottom:1.25rem}.tienda-section-desc{font-size:.95rem;color:var(--text-muted)}.tienda-icon-gold{color:var(--primary)}.tienda-cat-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:640px){.tienda-cat-grid{grid-template-columns:repeat(2,1fr)}}.tienda-cat-card{display:flex;align-items:center;gap:1rem;padding:1.125rem 1.25rem;text-decoration:none;transition:all var(--transition-fast);border-radius:var(--radius-md)}.tienda-cat-card:hover{border-color:rgba(212,175,55,.35);background:rgba(212,175,55,.04);transform:translateX(3px)}.tienda-cat-emoji{font-size:1.75rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(212,175,55,.06);border-radius:var(--radius-sm)}.tienda-cat-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.tienda-cat-name{font-size:.95rem;font-weight:700;color:var(--foreground)}.tienda-cat-desc{font-size:.78rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tienda-cat-arrow{color:var(--text-muted);flex-shrink:0;transition:transform var(--transition-fast)}.tienda-cat-card:hover .tienda-cat-arrow{transform:translateX(4px);color:var(--primary)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid--featured{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.product-grid--featured{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1100px){.product-grid--featured{grid-template-columns:repeat(4,1fr)}}.product-grid--3{grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.product-grid--3{grid-template-columns:repeat(3,1fr)}}.product-card{display:flex;flex-direction:column;border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-fast)}.product-card:hover{transform:translateY(-3px);border-color:rgba(212,175,55,.3);box-shadow:0 12px 40px rgba(0,0,0,.4)}.product-card--featured{border-color:rgba(212,175,55,.2)}.product-card-img-wrap{display:block;background:#fff;padding:1rem;text-align:center;aspect-ratio:1;overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card-img{transform:scale(1.04)}.product-card-body{flex:1 1;padding:.875rem;display:flex;flex-direction:column;gap:.35rem}.product-card-badges{display:flex;flex-wrap:wrap;gap:.3rem}.product-card-badge{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .5rem;background:rgba(212,175,55,.12);color:var(--primary);border-radius:var(--radius-full);border:1px solid rgba(212,175,55,.2)}.product-card-brand{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.product-card-name{font-size:.88rem;font-weight:700;color:var(--foreground);text-decoration:none;line-height:1.35;transition:color var(--transition-fast)}.product-card-name:hover{color:var(--primary)}.product-card-desc{font-size:.75rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-rating{display:flex;align-items:center;gap:.3rem;margin-top:.1rem}.product-card-rating-val{font-size:.82rem;font-weight:700;color:var(--foreground)}.product-card-rating-count{font-size:.72rem;color:var(--text-muted)}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem .875rem;border-top:1px solid var(--card-border);gap:.5rem}.product-card-price{font-size:1rem;font-weight:800;color:var(--foreground);letter-spacing:-.02em}.price-loading{color:var(--text-muted);opacity:.6}.price-loading,.price-real{font-size:inherit;font-weight:inherit}.price-real{color:var(--foreground);display:inline-flex;align-items:baseline;gap:.4em}.price-approx{font-size:inherit;font-weight:inherit;color:var(--text-muted)}.price-savings{font-size:.7em;font-weight:700;color:#22c55e;background:rgba(34,197,94,.12);padding:.1em .35em;border-radius:4px}.btn-amazon-sm{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#ff9900;color:#111;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,transform .15s}.btn-amazon-sm:hover{background:#ffad33;transform:scale(1.02)}.btn-amazon{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;background:#ff9900;color:#111;border-radius:var(--radius-full);font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s}.btn-amazon:hover{background:#ffad33;transform:scale(1.02)}.btn-amazon--full{width:100%;max-width:480px}.star-rating{display:flex;align-items:center;gap:.25rem}.star-filled{color:#f59e0b}.star-empty{color:#3f3f46}.star-value{font-size:.9rem;font-weight:700;color:var(--foreground);margin-left:.25rem}.product-hero{display:grid;grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}@media (min-width:768px){.product-hero{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.product-hero-img{background:#fff;border-radius:var(--radius-lg);padding:2rem;display:flex;align-items:center;justify-content:center;aspect-ratio:1;overflow:hidden}.product-img{width:100%;height:100%;object-fit:contain}.product-hero-info{display:flex;flex-direction:column;gap:.75rem}.product-badges{display:flex;flex-wrap:wrap;gap:.5rem}.product-badge{font-size:.7rem;letter-spacing:.07em;padding:.2rem .625rem;background:rgba(212,175,55,.1);color:var(--primary);border:1px solid rgba(212,175,55,.25);border-radius:var(--radius-full)}.product-badge,.product-brand{font-weight:700;text-transform:uppercase}.product-brand{font-size:.75rem;letter-spacing:.1em;color:var(--text-muted)}.product-name{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:var(--foreground);line-height:1.2;letter-spacing:-.02em}.product-reviews{font-size:.8rem;color:var(--text-muted);margin-top:-.25rem}.product-short-desc{font-size:1rem;color:var(--text-muted);line-height:1.65;padding:1rem;background:rgba(255,255,255,.03);border-left:3px solid var(--primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.product-price-row{display:flex;align-items:baseline;gap:.75rem}.product-price-label{font-size:.78rem;color:var(--text-muted)}.product-price{font-size:1.75rem;font-weight:800;color:var(--foreground);letter-spacing:-.03em}.product-disclaimer{font-size:.72rem;color:var(--text-muted);margin-top:-.25rem}.product-section{padding:2rem 0;border-top:1px solid var(--card-border)}.pros-cons{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.pros-cons{grid-template-columns:1fr 1fr}}.cons-block,.pros-block{padding:1.5rem;border-radius:var(--radius-md)}.pros-block{background:rgba(34,197,94,.05);border:1px solid rgba(34,197,94,.15)}.cons-block{background:rgba(239,68,68,.04);border:1px solid rgba(239,68,68,.12)}.pros-cons-title{font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:.4rem;margin-bottom:.875rem}.pros-title{color:#22c55e}.cons-title{color:#f87171}.cons-list,.pros-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.cons-list li,.pros-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-muted);line-height:1.45}.pros-list li svg{color:#22c55e;flex-shrink:0;margin-top:2px}.cons-list li svg{color:#f87171;flex-shrink:0;margin-top:2px}.product-cta-secondary{display:flex;justify-content:center;padding:1.5rem 0 2rem}.cat-hero{gap:1.25rem;padding:2rem 0 1.5rem}.cat-hero,.cat-hero-emoji{display:flex;align-items:center}.cat-hero-emoji{font-size:3rem;flex-shrink:0;width:72px;height:72px;justify-content:center;background:rgba(212,175,55,.07);border-radius:var(--radius-md)}.cat-hero-title{font-size:clamp(1.25rem,3vw,1.875rem);font-weight:800;color:var(--foreground);letter-spacing:-.025em;margin-bottom:.35rem}.cat-hero-desc{font-size:.9rem;color:var(--text-muted);max-width:580px}.tienda-breadcrumb{display:flex;align-items:center;gap:.35rem;padding:1rem 0 0;font-size:.78rem;color:var(--text-muted);flex-wrap:wrap}.tienda-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color var(--transition-fast)}.tienda-breadcrumb a:hover{color:var(--primary)}.tienda-breadcrumb span{color:var(--foreground);font-weight:500}.tienda-breadcrumb svg{flex-shrink:0}.affiliate-notice{font-size:.72rem;color:#3f3f46;padding:1rem 0;border-top:1px solid var(--card-border);line-height:1.5}@media (max-width:640px){.tienda-hero{padding:2.5rem 0 2rem}.tienda-hero-paths{flex-direction:column}.tienda-path-card{min-width:unset;width:100%}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-hero-img{aspect-ratio:auto;padding:1.25rem;min-height:220px}.cat-hero{flex-direction:column;align-items:flex-start;gap:.75rem}}