/* Click Experience v5.1.2 — Header commerce + account identity */
.cxs-header-commerce{display:flex;align-items:center;gap:6px;position:relative;flex:none}
.cxs-header-commerce button,.cxs-header-commerce a{font-family:inherit}
.cxs-header-commerce__icon{position:relative;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.17);border-radius:11px;background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 18px rgba(0,10,50,.10);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.cxs-header-commerce__icon:hover,.cxs-header-commerce__icon:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.32);outline:0}
.cxs-header-commerce__icon:disabled{opacity:.42;cursor:not-allowed;transform:none}
.cxs-header-commerce__icon svg{width:17px;height:17px;display:block}
.cxs-header-commerce__badge{position:absolute;top:-6px;right:-6px;min-width:17px;height:17px;padding:0 4px;border:2px solid #00155c;border-radius:999px;background:#ff3131;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-weight:900;line-height:1;box-shadow:0 4px 10px rgba(255,49,49,.28)}
.cxs-header-commerce__badge[hidden]{display:none!important}
.cxs-header-account{position:relative}
.cxs-header-account__trigger{min-height:38px;max-width:170px;padding:4px 8px 4px 4px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.09);color:#fff;display:flex;align-items:center;gap:7px;cursor:pointer;box-shadow:0 7px 18px rgba(0,10,50,.10);transition:background .2s ease,border-color .2s ease,transform .2s ease}
.cxs-header-account__trigger:hover,.cxs-header-account__trigger:focus-visible,.cxs-header-account.is-open .cxs-header-account__trigger{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.3);outline:0}
.cxs-header-account__trigger:hover{transform:translateY(-1px)}
.cxs-header-account__trigger--guest{padding-right:10px}
.cxs-header-account__name{max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800;letter-spacing:-.01em}
.cxs-header-account__chevron{width:13px;height:13px;display:grid;place-items:center;color:rgba(255,255,255,.66);transition:transform .2s ease}
.cxs-header-account__chevron svg{width:100%;height:100%}.cxs-header-account.is-open .cxs-header-account__chevron{transform:rotate(180deg)}
.cxs-account-avatar{flex:none;overflow:hidden;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#27adff,#1269d3);color:#fff;font-weight:900;text-transform:uppercase;box-shadow:0 0 0 2px rgba(255,255,255,.14)}
.cxs-account-avatar img{width:100%;height:100%;display:block;object-fit:cover}
.cxs-account-avatar--small{width:28px;height:28px;font-size:9px}.cxs-account-avatar--large{width:44px;height:44px;font-size:13px}
.cxs-account-avatar--guest{background:rgba(255,255,255,.10);box-shadow:none}.cxs-account-avatar--guest svg{width:15px;height:15px}
.cxs-header-account__menu{position:absolute;z-index:1000;top:calc(100% + 12px);right:0;width:268px;padding:8px;border:1px solid rgba(28,110,184,.14);border-radius:20px;background:rgba(249,252,255,.985);color:#00155c;box-shadow:0 28px 75px rgba(0,13,61,.28);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}
.cxs-header-account__menu[hidden]{display:none!important}
.cxs-header-account__identity{display:grid;grid-template-columns:44px minmax(0,1fr);gap:11px;align-items:center;margin-bottom:6px;padding:10px 10px 14px;border-bottom:1px solid #e4edf7}
.cxs-header-account__identity div{min-width:0}.cxs-header-account__identity strong,.cxs-header-account__identity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cxs-header-account__identity strong{font-size:12px}.cxs-header-account__identity small{margin-top:3px;color:#71849c;font-size:9px}
.cxs-header-account__menu>a{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 11px;border-radius:11px;color:#173f70;text-decoration:none;font-size:10px;font-weight:750;transition:background .16s ease,color .16s ease,transform .16s ease}
.cxs-header-account__menu>a:hover,.cxs-header-account__menu>a:focus-visible{background:#edf7ff;color:#006fc9;transform:translateX(2px);outline:0}
.cxs-header-account__menu>a.is-logout{margin-top:4px;border-top:1px solid #e5edf6;border-radius:0 0 11px 11px;color:#d02c36}

.cxs-account-profile-panel{scroll-margin-top:130px;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:34px;align-items:center;margin-bottom:24px}
.cxs-account-profile-panel__copy>span{display:block;margin-bottom:8px;color:#1680d0;font-size:9px;font-weight:900;letter-spacing:.14em}
.cxs-account-profile-panel__copy h2{margin:0 0 10px;color:#00155c;font-size:clamp(27px,3vw,38px);line-height:1;letter-spacing:-.045em}
.cxs-account-profile-panel__copy>p{max-width:58ch;margin:0;color:#627995;font-size:12px;line-height:1.75}
.cxs-account-profile-panel__identity{margin-top:20px;padding-top:16px;border-top:1px solid rgba(0,21,92,.08)}
.cxs-account-profile-panel__identity strong,.cxs-account-profile-panel__identity small{display:block}.cxs-account-profile-panel__identity strong{color:#00155c;font-size:13px}.cxs-account-profile-panel__identity small{margin-top:4px;color:#7a8da6;font-size:10px}
.cxs-account-profile-form{display:grid;grid-template-columns:118px minmax(0,1fr);gap:20px;align-items:center;padding:20px;border:1px solid rgba(0,21,92,.08);border-radius:20px;background:linear-gradient(145deg,#f7fbff,#fff);box-shadow:0 14px 38px rgba(0,21,92,.055)}
.cxs-account-profile-form__avatar{width:118px;height:118px;border-radius:30px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#00155c,#1680d0 68%,#27adff);color:#fff;font-size:34px;font-weight:900;box-shadow:0 18px 36px rgba(0,21,92,.16)}
.cxs-account-profile-form__avatar img{width:100%;height:100%;object-fit:cover;display:block}.cxs-account-profile-form__avatar span{letter-spacing:-.04em}
.cxs-account-profile-form__controls{min-width:0}.cxs-account-profile-form__controls>label{display:block;margin-bottom:7px;color:#00155c;font-size:11px;font-weight:850}.cxs-account-profile-form input[type=file]{display:block;width:100%;font-size:10px;color:#536d89}.cxs-account-profile-form input[type=file]::file-selector-button{margin-right:9px;padding:9px 12px;border:0;border-radius:10px;background:#e6f4ff;color:#0874c8;font:inherit;font-weight:800;cursor:pointer}.cxs-account-profile-form__controls>small{display:block;margin-top:7px;color:#8a9aaf;font-size:9px}.cxs-account-profile-form__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.cxs-account-profile-form__actions button{min-height:39px;padding:9px 14px;border:0;border-radius:10px;background:#00155c;color:#fff;font:inherit;font-size:10px;font-weight:850;cursor:pointer}.cxs-account-profile-form__actions button.is-secondary{background:#eef4f9;color:#4e6682}
#mis-favoritos{scroll-margin-top:130px}

@media(max-width:1320px){.cxs-header-account__name{display:none}.cxs-header-account__chevron{display:none}.cxs-header-account__trigger{width:38px;padding:4px;justify-content:center}.cxs-header-account__trigger--guest{padding:4px}.cxs-header-social{display:none}}
@media(max-width:960px){.cxs-header-commerce{gap:5px}.cxs-header-commerce__icon{width:36px;height:36px}.cxs-header-account__trigger{width:36px;min-height:36px}.cxs-header-account__menu{position:fixed;top:calc(var(--cxs-header-topbar) + var(--cxs-header-nav) - 1px);right:12px;width:min(292px,calc(100vw - 24px))}.cxs-account-profile-panel{grid-template-columns:1fr}}
@media(max-width:600px){.cxs-header-commerce{gap:4px}.cxs-header-commerce__icon{width:34px;height:34px;border-radius:10px}.cxs-header-account__trigger{width:34px;min-height:34px}.cxs-account-avatar--small{width:26px;height:26px}.cxs-account-profile-form{grid-template-columns:82px minmax(0,1fr);gap:14px;padding:15px}.cxs-account-profile-form__avatar{width:82px;height:82px;border-radius:22px;font-size:25px}.cxs-account-profile-panel{gap:20px}.cxs-account-profile-panel__copy h2{font-size:30px}}
@media(max-width:390px){.cxs-header-search-toggle{display:none!important}.cxs-header-inner{gap:7px!important}.cxs-mobile-nav{gap:5px!important}.cxs-account-profile-form{grid-template-columns:1fr}.cxs-account-profile-form__avatar{width:94px;height:94px}}
@media(prefers-reduced-motion:reduce){.cxs-header-commerce__icon,.cxs-header-account__trigger,.cxs-header-account__chevron,.cxs-header-account__menu>a{transition:none!important}}
