/* Amazon Productos ES — Deals Widget CSS */
.ape-deals-wrap { font-family:var(--ape-font,'Outfit',sans-serif); margin:28px 0; --ape-red:#e53e3e; --ape-red-dk:#c53030; }
.ape-deals-header { display:flex; align-items:center; gap:14px; margin-bottom:18px; }
.ape-deals-icon { width:46px; height:46px; background:linear-gradient(135deg,#e53e3e,#c53030); border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:22px; box-shadow:0 4px 10px rgba(229,62,62,.35); flex-shrink:0; }
.ape-deals-title { margin:0 0 2px !important; padding:0 !important; font-size:1.2rem !important; font-weight:700 !important; color:#111827 !important; border:none !important; }
.ape-deals-subtitle { margin:0 !important; font-size:.78rem; color:#6b7280; display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.ape-deals-geo-badge { background:#ecfdf5; color:#065f46; border:1px solid #6ee7b7; font-size:.65rem; font-weight:600; padding:1px 8px; border-radius:20px; }
.ape-deals-form { margin-bottom:20px; }
.ape-deals-input-wrap { display:flex; align-items:center; background:#fff; border:2px solid #e5e7eb; border-radius:12px; overflow:hidden; transition:border-color .2s,box-shadow .2s; box-shadow:0 2px 8px rgba(0,0,0,.05); }
.ape-deals-input-wrap:focus-within { border-color:#e53e3e; box-shadow:0 0 0 3px rgba(229,62,62,.12); }
.ape-deals-search-ico { margin:0 12px; color:#9ca3af; flex-shrink:0; }
.ape-deals-input { flex:1; border:none !important; outline:none !important; background:transparent !important; font-size:.95rem !important; font-family:inherit !important; color:#111827 !important; padding:13px 0 !important; box-shadow:none !important; min-width:0; }
.ape-deals-btn { flex-shrink:0; padding:13px 20px; background:linear-gradient(135deg,#e53e3e,#c53030); color:#fff; border:none; font-size:.88rem; font-weight:700; font-family:inherit; cursor:pointer; transition:background .2s; display:flex; align-items:center; gap:6px; white-space:nowrap; }
.ape-deals-btn:hover { background:linear-gradient(135deg,#c53030,#9b2c2c); }
.ape-deals-btn:disabled { opacity:.7; cursor:not-allowed; }
.ape-deals-hint { margin:8px 0 0 !important; font-size:.75rem; color:#9ca3af; display:flex; align-items:center; gap:5px; }
@keyframes ape-spin { to{transform:rotate(360deg)} }
.ape-spin { animation:ape-spin .8s linear infinite; }
@keyframes ape-shake { 0%,100%{transform:translateX(0)} 20%{transform:translateX(-6px)} 40%{transform:translateX(6px)} 60%{transform:translateX(-4px)} 80%{transform:translateX(4px)} }
.ape-shake { animation:ape-shake .4s ease; }
.ape-deals-results { min-height:60px; }
.ape-deals-results-header { display:flex; align-items:center; gap:8px; margin-bottom:16px; padding-bottom:12px; border-bottom:2px solid #e5e7eb; flex-wrap:wrap; }
.ape-deals-count { font-size:.82rem; font-weight:700; background:#fef2f2; color:#c53030; border:1px solid #fecaca; padding:3px 10px; border-radius:20px; }
.ape-deals-kw { font-size:.82rem; color:#6b7280; }
.ape-deals-kw em { color:#111827; font-style:normal; font-weight:600; }
.ape-deals-loading { display:flex; flex-direction:column; align-items:center; gap:14px; padding:40px 20px; color:#6b7280; }
.ape-deals-spinner { width:36px; height:36px; border:3px solid #e5e7eb; border-top-color:#e53e3e; border-radius:50%; animation:ape-spin .8s linear infinite; }
.ape-deals-empty { text-align:center; padding:40px 20px; color:#9ca3af; }
.ape-deals-empty-icon { font-size:2.5rem; margin-bottom:10px; }
.ape-deals-empty p { margin:0 auto !important; font-size:.9rem; max-width:380px; }
.ape-deals-error { display:flex; flex-direction:column; align-items:center; gap:10px; padding:32px 20px; background:#fef2f2; border:1px solid #fecaca; border-radius:12px; color:#c53030; text-align:center; }
.ape-deals-error span { font-size:2rem; }
.ape-deals-error p { margin:0 !important; font-size:.88rem; }
.ape-deal-badge { background:linear-gradient(135deg,#e53e3e,#c53030) !important; box-shadow:0 2px 6px rgba(229,62,62,.45) !important; }
.ape-discount-badge { position:absolute; top:8px; right:8px; z-index:5; background:#e53e3e; color:#fff; font-size:.72rem; font-weight:800; padding:4px 8px; border-radius:6px; letter-spacing:-.3px; line-height:1; box-shadow:0 2px 6px rgba(229,62,62,.4); }
.ape-deal-price-wrap { display:flex; align-items:baseline; gap:7px; flex-wrap:wrap; margin-top:auto; }
.ape-deal-price { font-size:1.05rem; font-weight:800; color:#e53e3e; letter-spacing:-.3px; }
.ape-deal-price-orig { font-size:.78rem; color:#9ca3af; text-decoration:line-through; }
.ape-deal-btn { background:linear-gradient(135deg,#e53e3e,#c53030) !important; box-shadow:0 2px 6px rgba(229,62,62,.35) !important; }
.ape-deal-btn:hover { background:linear-gradient(135deg,#c53030,#9b2c2c) !important; box-shadow:0 5px 14px rgba(229,62,62,.48) !important; }
.ape-deals-disclaimer { margin-top:16px !important; font-size:.72rem !important; color:#9ca3af !important; line-height:1.4 !important; border-top:1px solid #f3f4f6; padding-top:12px !important; }
.ape-theme-dark .ape-deals-input-wrap { background:#1f2937; border-color:#374151; }
.ape-theme-dark .ape-deals-input { color:#f0f4f8 !important; }
.ape-theme-dark .ape-deals-title { color:#f0f4f8 !important; }
.ape-theme-dark .ape-deals-results-header { border-color:#374151; }
@media (max-width:600px) { .ape-deals-btn { padding:12px 14px; font-size:.82rem; } }
