.elementor-kit-16{--e-global-color-primary:#1E3A5F;--e-global-color-secondary:#FF6B4A;--e-global-color-text:#1E293B;--e-global-color-accent:#F5EDE0;--e-global-color-lkl_navy:#1E3A5F;--e-global-color-lkl_coral:#FF6B4A;--e-global-color-lkl_sand:#F5EDE0;--e-global-color-lkl_sanddeep:#E8DFCF;--e-global-color-lkl_charcoal:#1E293B;--e-global-color-lkl_slate:#64748B;--e-global-color-lkl_border:#E4E6EA;--e-global-color-lkl_bg:#FAFAF6;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:0.95em;--e-global-typography-primary-letter-spacing:-2px;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:11px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.2em;--e-global-typography-lkl_display-font-family:"DM Sans";--e-global-typography-lkl_display-font-size:200px;--e-global-typography-lkl_display-font-weight:800;--e-global-typography-lkl_display-line-height:0.88em;--e-global-typography-lkl_display-letter-spacing:-8px;--e-global-typography-lkl_h2-font-family:"DM Sans";--e-global-typography-lkl_h2-font-size:44px;--e-global-typography-lkl_h2-font-weight:800;--e-global-typography-lkl_h2-line-height:1.05em;--e-global-typography-lkl_h2-letter-spacing:-1.2px;--e-global-typography-lkl_button-font-family:"DM Sans";--e-global-typography-lkl_button-font-size:14px;--e-global-typography-lkl_button-font-weight:500;--e-global-typography-lkl_button-letter-spacing:0.01em;color:#1E293B;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;background-color:#FAFAF6;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:500;color:#FFFFFF;background-color:#1E3A5F;border-radius:100px 100px 100px 100px;padding:14px 24px 14px 24px;}.elementor-kit-16 button:hover,.elementor-kit-16 button:focus,.elementor-kit-16 input[type="button"]:hover,.elementor-kit-16 input[type="button"]:focus,.elementor-kit-16 input[type="submit"]:hover,.elementor-kit-16 input[type="submit"]:focus,.elementor-kit-16 .elementor-button:hover,.elementor-kit-16 .elementor-button:focus{color:#FFFFFF;background-color:#FF6B4A;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-16{--e-global-typography-primary-font-size:48px;--e-global-typography-lkl_display-font-size:110px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-16{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:15px;--e-global-typography-lkl_display-font-size:72px;--e-global-typography-lkl_h2-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --navy: #1E3A5F;
  --coral: #FF6B4A;
  --sand: #F5EDE0;
  --sand-deep: #E8DFCF;
  --charcoal: #1E293B;
  --slate: #64748B;
  --border: #E4E6EA;
  --bg: #FAFAF6;
}

body { padding-bottom: 56px; }

/* Animaciones globales */
@keyframes lkl-blink { 0%,100% { opacity: 1; } 50% { opacity: 0.2; } }
@keyframes lkl-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes lkl-scanline { 0% { top: 20%; opacity: .4; } 50% { top: 65%; opacity: 1; } 100% { top: 20%; opacity: .4; } }

/* TICKER SUPERIOR */
.lkl-ticker { background: var(--charcoal); color: var(--sand); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; padding: 10px 0; overflow: hidden; white-space: nowrap; }
.lkl-ticker-track { display: inline-flex; animation: lkl-marquee 40s linear infinite; gap: 48px; padding-left: 48px; }
.lkl-ticker-track span { display: inline-flex; align-items: center; gap: 16px; }
.lkl-ticker-dot { width: 5px; height: 5px; background: var(--coral); border-radius: 50%; display: inline-block; animation: lkl-blink 1.6s ease-in-out infinite; }
.lkl-ticker em { font-style: normal; color: var(--coral); font-weight: 500; }
.lkl-ticker .sep { color: rgba(245,237,224,.3); }

/* HERO */
.lkl-hero-issue { display: flex; align-items: center; gap: 16px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate); font-weight: 500; margin-bottom: 32px; }
.lkl-hero-issue .div { flex: 1; height: .5px; background: var(--border); max-width: 300px; }
.lkl-hero-issue em { font-style: normal; color: var(--coral); font-weight: 500; }
.lkl-hero-title { font-family: 'DM Sans', sans-serif; font-size: clamp(72px, 14vw, 200px); font-weight: 800; line-height: .88; letter-spacing: -.06em; color: var(--navy); margin-bottom: 40px; }
.lkl-hero-title span { display: block; }
.lkl-hero-title .coral { color: var(--coral); font-style: italic; font-weight: 800; }
.lkl-hero-title .coral::after { content: '.'; color: var(--navy); font-style: normal; }

/* PANEL EN VIVO */
.lkl-panel { background: #FFF; border: .5px solid var(--border); border-radius: 12px; padding: 24px; position: sticky; top: 100px; }
.lkl-panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: .5px solid var(--border); margin-bottom: 16px; }
.lkl-panel-live { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--coral); font-weight: 500; }
.lkl-panel-live::before { content: ''; width: 6px; height: 6px; background: var(--coral); border-radius: 50%; animation: lkl-blink 1.6s ease-in-out infinite; }
.lkl-panel-num { font-size: 10px; letter-spacing: .16em; color: var(--slate); font-weight: 500; text-transform: uppercase; }
.lkl-panel-preview { aspect-ratio: 1; background: var(--sand); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; overflow: hidden; }
.lkl-panel-preview::after { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: var(--coral); top: 55%; box-shadow: 0 0 12px var(--coral); animation: lkl-scanline 3s ease-in-out infinite; }
.lkl-panel-name { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 12px; letter-spacing: -.2px; }
.lkl-panel-specs { font-size: 12px; color: var(--slate); line-height: 1.9; font-variant-numeric: tabular-nums; }
.lkl-panel-specs .row { display: flex; justify-content: space-between; border-bottom: .5px dotted var(--border); padding: 2px 0; }
.lkl-panel-specs .row:last-child { border-bottom: none; }
.lkl-panel-specs .row strong { color: var(--charcoal); font-weight: 500; }
.lkl-panel-progress { margin-top: 16px; height: 3px; background: var(--sand); border-radius: 100px; overflow: hidden; position: relative; }
.lkl-panel-progress::after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 57%; background: var(--coral); border-radius: 100px; }
.lkl-panel-progress-label { font-size: 10px; color: var(--slate); margin-top: 8px; display: flex; justify-content: space-between; letter-spacing: .06em; font-variant-numeric: tabular-nums; }

/* MARQUEE */
.lkl-marquee { background: var(--coral); color: #FFF; padding: 20px 0; overflow: hidden; border-top: .5px solid rgba(255,255,255,.15); border-bottom: .5px solid rgba(255,255,255,.15); }
.lkl-marquee-track { display: inline-flex; animation: lkl-marquee 30s linear infinite; white-space: nowrap; gap: 48px; padding-left: 48px; font-family: 'DM Sans', sans-serif; font-size: 28px; font-weight: 800; letter-spacing: -.5px; line-height: 1; }
.lkl-marquee-track em { font-style: italic; color: var(--sand); font-weight: 800; }
.lkl-marquee-track .dot { color: var(--sand); opacity: .6; }

/* SECCIÓN + NÚMEROS */
.lkl-section-num { display: flex; align-items: baseline; gap: 20px; margin-bottom: 48px; }
.lkl-section-num-tag { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--coral); font-weight: 500; display: flex; align-items: center; gap: 12px; }
.lkl-section-num-tag::before { content: ''; width: 24px; height: .5px; background: var(--coral); }
.lkl-section-title { flex: 1; font-family: 'DM Sans', sans-serif; font-size: clamp(36px, 5vw, 64px); font-weight: 800; line-height: .95; letter-spacing: -.03em; color: var(--navy); max-width: 800px; }
.lkl-section-title em { font-style: italic; color: var(--coral); font-weight: 800; }

/* BENTO CATEGORÍAS */
.lkl-bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: 12px; }
.lkl-bento-item { border-radius: 12px; padding: 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; transition: transform 300ms ease; text-decoration: none; }
.lkl-bento-item:hover { transform: translateY(-3px); }
.lkl-bento-item .num { font-size: 10px; letter-spacing: .16em; color: var(--slate); font-weight: 500; text-transform: uppercase; }
.lkl-bento-item .name { font-family: 'DM Sans', sans-serif; font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: -.03em; line-height: 1; }
.lkl-bento-item .meta { font-size: 12px; color: var(--slate); margin-top: 6px; }
.lkl-b-llaveros { grid-column: span 5; grid-row: span 2; background: var(--sand); }
.lkl-b-llaveros .name { font-size: 72px; letter-spacing: -.05em; line-height: .9; }
.lkl-b-llaveros .name em { font-style: italic; color: var(--coral); font-weight: 800; }
.lkl-b-regalos { grid-column: span 4; grid-row: span 2; background: var(--navy); color: var(--sand); }
.lkl-b-regalos .num { color: rgba(245,237,224,.6); }
.lkl-b-regalos .name { color: var(--sand); font-size: 44px; }
.lkl-b-regalos .name em { font-style: italic; color: var(--coral); }
.lkl-b-regalos .tags { display: flex; gap: 6px; margin-top: 12px; flex-wrap: wrap; }
.lkl-b-regalos .tag { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; background: rgba(245,237,224,.1); border-radius: 100px; color: var(--sand); }
.lkl-b-figuras { grid-column: span 3; background: #FFE9E1; }
.lkl-b-juguetes { grid-column: span 3; background: #E8EFF7; }
.lkl-b-organizacion { grid-column: span 4; background: var(--sand); }
.lkl-b-hogar { grid-column: span 5; background: #FFE9E1; }
.lkl-bento-deco { position: absolute; right: 24px; top: 24px; opacity: .9; pointer-events: none; }

/* RAIL PRODUCTOS */
.lkl-rail-container { margin: 0 -40px; padding: 0 40px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.lkl-rail-container::-webkit-scrollbar { display: none; }
.lkl-rail { display: flex; gap: 20px; padding-bottom: 24px; }
.lkl-prod { flex: 0 0 300px; scroll-snap-align: start; text-decoration: none; }
.lkl-prod-media { aspect-ratio: 4/5; background: var(--sand); border-radius: 12px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: transform 300ms ease; }
.lkl-prod:hover .lkl-prod-media { transform: translateY(-4px); }
.lkl-prod-num { position: absolute; top: 14px; left: 14px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
.lkl-prod-flag { position: absolute; top: 14px; right: 14px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--coral); font-weight: 700; }
.lkl-prod-tech { position: absolute; bottom: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .06em; color: var(--slate); padding-top: 10px; border-top: .5px dotted rgba(100,116,139,.3); }
.lkl-prod-cat { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--slate); font-weight: 500; margin-bottom: 4px; }
.lkl-prod-title { font-size: 17px; font-weight: 700; color: var(--navy); letter-spacing: -.2px; line-height: 1.25; margin-bottom: 8px; }
.lkl-prod-price { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; border-top: .5px solid var(--border); }
.lkl-prod-price .val { font-size: 18px; font-weight: 700; color: var(--navy); }
.lkl-prod-price .old { font-size: 13px; color: var(--slate); text-decoration: line-through; margin-left: 6px; }
.lkl-prod-price a { font-size: 12px; color: var(--navy); font-weight: 500; }

/* TIMELINE */
.lkl-timeline { background: rgba(245,237,224,.04); border: .5px solid rgba(245,237,224,.12); border-radius: 16px; padding: 40px; }
.lkl-timeline-item { display: grid; grid-template-columns: 100px 1fr; gap: 24px; padding: 20px 0; border-bottom: .5px solid rgba(245,237,224,.1); align-items: baseline; }
.lkl-timeline-item:last-child { border-bottom: none; }
.lkl-timeline-year { font-size: 22px; font-weight: 800; color: var(--coral); letter-spacing: -.02em; }
.lkl-timeline-content h4 { font-size: 15px; font-weight: 700; color: var(--sand); margin-bottom: 6px; }
.lkl-timeline-content p { font-size: 13px; opacity: .7; line-height: 1.5; color: var(--sand); }
.lkl-timeline-stat { display: flex; gap: 40px; padding-top: 24px; margin-top: 20px; border-top: .5px solid rgba(245,237,224,.15); }
.lkl-timeline-stat-item { flex: 1; }
.lkl-timeline-stat-num { font-size: 32px; font-weight: 800; color: var(--sand); letter-spacing: -.02em; line-height: 1; margin-bottom: 6px; }
.lkl-timeline-stat-label { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; opacity: .6; font-weight: 500; color: var(--sand); }

/* OCASIONES */
.lkl-occasions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; background: var(--sand-deep); border-radius: 16px; overflow: hidden; }
.lkl-occ { background: var(--sand); padding: 48px 36px; display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; text-decoration: none; transition: background 300ms ease; }
.lkl-occ:hover { background: #FFF; }
.lkl-occ-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
.lkl-occ-num { font-size: 42px; font-weight: 800; color: var(--coral); letter-spacing: -.03em; line-height: .9; }
.lkl-occ-tag { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
.lkl-occ-title { font-size: 36px; font-weight: 800; color: var(--navy); letter-spacing: -.03em; line-height: 1; margin-bottom: 16px; }
.lkl-occ-title em { font-style: italic; color: var(--coral); }
.lkl-occ-desc { font-size: 14px; color: var(--slate); line-height: 1.55; margin-bottom: 28px; }
.lkl-occ-link { font-size: 13px; color: var(--navy); font-weight: 500; border-bottom: 1px solid var(--navy); padding-bottom: 4px; align-self: flex-start; }

/* DIARIO PERIÓDICO */
.lkl-journal { background: #FFF; border: .5px solid var(--border); border-radius: 16px; padding: 8px; }
.lkl-journal-head { display: flex; justify-content: space-between; padding: 24px 32px; border-bottom: .5px solid var(--border); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
.lkl-journal-head em { color: var(--coral); font-style: normal; }
.lkl-journal-entry { padding: 28px 32px; display: grid; grid-template-columns: 140px 1fr 200px; gap: 32px; align-items: baseline; border-bottom: .5px solid var(--border); text-decoration: none; transition: background 200ms ease; }
.lkl-journal-entry:hover { background: var(--sand); }
.lkl-journal-entry:last-child { border-bottom: none; }
.lkl-journal-date { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
.lkl-journal-date em { display: block; color: var(--coral); font-style: normal; margin-top: 4px; letter-spacing: .16em; }
.lkl-journal-body h3 { font-size: 22px; font-weight: 700; color: var(--navy); letter-spacing: -.4px; line-height: 1.2; margin-bottom: 8px; }
.lkl-journal-body p { font-size: 14px; color: var(--slate); line-height: 1.55; max-width: 520px; }
.lkl-journal-meta { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); text-align: right; }
.lkl-journal-meta .read { color: var(--navy); font-weight: 500; border-bottom: .5px solid var(--navy); padding-bottom: 2px; display: inline-block; margin-top: 6px; }

/* TICKET NEWSLETTER */
.lkl-receipt { max-width: 500px; margin: 0 auto; background: #FFF; padding: 40px 36px; position: relative; box-shadow: 0 20px 60px -20px rgba(30,58,95,.12); --scal: 12px; -webkit-mask: radial-gradient(circle at var(--scal) 0, transparent var(--scal), #000 calc(var(--scal) + .5px)) 0 100%/100% calc(100% - var(--scal)) no-repeat, radial-gradient(circle at var(--scal) 100%, transparent var(--scal), #000 calc(var(--scal) + .5px)) 0 0/100% calc(100% - var(--scal)) no-repeat; }
.lkl-receipt-head { text-align: center; padding-bottom: 20px; border-bottom: .5px dashed var(--border); margin-bottom: 20px; }
.lkl-receipt-brand { font-size: 24px; font-weight: 800; color: var(--navy); letter-spacing: -1px; margin-bottom: 4px; }
.lkl-receipt-brand em { font-style: normal; color: var(--coral); }
.lkl-receipt-sub { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
.lkl-receipt-num { font-size: 10px; color: var(--slate); text-align: center; letter-spacing: .16em; margin-bottom: 24px; }
.lkl-receipt h2 { font-size: 32px; font-weight: 800; color: var(--navy); letter-spacing: -.03em; line-height: 1; text-align: center; margin-bottom: 12px; }
.lkl-receipt h2 em { color: var(--coral); font-style: italic; }
.lkl-receipt p { font-size: 14px; color: var(--slate); text-align: center; line-height: 1.55; margin-bottom: 28px; }
.lkl-receipt-form { display: flex; flex-direction: column; gap: 12px; padding-top: 20px; border-top: .5px dashed var(--border); }
.lkl-receipt-form input { padding: 14px 16px; background: var(--sand); border: none; border-radius: 8px; font-family: inherit; font-size: 14px; color: var(--charcoal); outline: none; }
.lkl-receipt-form button { padding: 14px 24px; background: var(--navy); color: #FFF; border-radius: 8px; font-size: 14px; font-weight: 500; letter-spacing: .02em; transition: background 200ms ease; border: none; cursor: pointer; }
.lkl-receipt-form button:hover { background: var(--coral); }
.lkl-receipt-legal { text-align: center; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); margin-top: 20px; padding-top: 20px; border-top: .5px dashed var(--border); font-weight: 500; }

/* STICKY STATUS BAR */
.lkl-status-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--charcoal); color: var(--sand); padding: 14px 40px; z-index: 40; display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; border-top: .5px solid rgba(245,237,224,.1); }
.lkl-status-bar .item { display: flex; align-items: center; gap: 8px; }
.lkl-status-bar .live-group { display: flex; align-items: center; gap: 24px; }
.lkl-status-bar .dot { width: 6px; height: 6px; background: var(--coral); border-radius: 50%; animation: lkl-blink 1.6s ease-in-out infinite; }
.lkl-status-bar em { color: var(--coral); font-style: normal; }
.lkl-status-bar .sep { opacity: .3; }

/* FOOTER STYLES */
.lkl-foot-top { display: grid; grid-template-columns: 1.6fr 1fr; gap: 64px; margin-bottom: 48px; padding-bottom: 48px; border-bottom: .5px solid rgba(245,237,224,.15); }
.lkl-foot-brand { font-family: 'DM Sans', sans-serif; font-size: clamp(56px, 8vw, 120px); font-weight: 800; color: #F5EDE0; letter-spacing: -.05em; line-height: .9; margin-bottom: 24px; }
.lkl-foot-brand em { color: #FF6B4A; font-style: italic; }
.lkl-foot-tag { font-size: 14px; color: #F5EDE0; opacity: .75; max-width: 400px; line-height: 1.55; }
.lkl-foot-data { font-size: 12px; line-height: 2; color: #F5EDE0; }
.lkl-foot-data .row { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: .5px dotted rgba(245,237,224,.15); }
.lkl-foot-data .row:last-child { border-bottom: none; }
.lkl-foot-data .label { opacity: .55; letter-spacing: .08em; text-transform: uppercase; font-size: 10px; font-weight: 500; }
.lkl-foot-data .val em { color: #FF6B4A; font-style: normal; font-weight: 500; }
.lkl-foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; margin-bottom: 64px; }
.lkl-foot-cols h4 { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: #F5EDE0; font-weight: 500; margin-bottom: 24px; opacity: .55; }
.lkl-foot-cols ul { list-style: none; padding: 0; margin: 0; }
.lkl-foot-cols li { margin-bottom: 12px; }
.lkl-foot-cols a { font-size: 14px; color: #F5EDE0; opacity: .9; text-decoration: none; transition: color 200ms ease; }
.lkl-foot-cols a:hover { color: #FF6B4A; }
.lkl-foot-soon { font-size: 8px; background: rgba(255,107,74,.15); color: #FF6B4A; padding: 2px 6px; border-radius: 100px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin-left: 6px; }
.lkl-foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: .5px solid rgba(245,237,224,.15); font-size: 11px; color: #F5EDE0; opacity: .55; letter-spacing: .06em; text-transform: uppercase; }
.lkl-foot-social { display: flex; gap: 16px; }
.lkl-foot-social a { color: #F5EDE0; opacity: .7; text-decoration: none; }
.lkl-foot-social a:hover { opacity: 1; color: #FF6B4A; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .lkl-marquee-track { font-size: 20px; gap: 32px; padding-left: 32px; }
  .lkl-bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
  .lkl-b-llaveros, .lkl-b-regalos { grid-column: span 2; grid-row: span 2; }
  .lkl-b-llaveros .name { font-size: 44px; }
  .lkl-b-figuras, .lkl-b-juguetes, .lkl-b-organizacion, .lkl-b-hogar { grid-column: span 1; grid-row: span 1; }
  .lkl-prod { flex: 0 0 240px; }
  .lkl-occasions { grid-template-columns: 1fr; }
  .lkl-journal-entry { grid-template-columns: 1fr; gap: 12px; }
  .lkl-journal-meta { text-align: left; }
  .lkl-status-bar { padding: 12px 20px; font-size: 10px; }
  .lkl-status-bar .live-group { gap: 12px; }
  .lkl-status-bar .item:not(:first-child) { display: none; }
  .lkl-foot-top { grid-template-columns: 1fr; gap: 40px; }
  .lkl-foot-cols { grid-template-columns: 1fr 1fr; gap: 32px; }
}/* End custom CSS */