:root{--blue:#0759a8;--deep:#043a74;--cyan:#13b8e8;--red:#f12838;--yellow:#ffbd18;--green:#23b34b;--ink:#162033;--muted:#687287;--paper:#fff;--soft:#f5f8fc;--line:#e5eaf1;--shadow:0 22px 55px rgba(7,55,105,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-rounded,"Segoe UI",Arial,sans-serif;background:#fff}.announcement{background:linear-gradient(90deg,var(--deep),var(--blue),#087bc3);color:#fff;text-align:center;padding:9px 16px;font-size:13px;font-weight:800;letter-spacing:.04em}.site-header{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;gap:28px;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.brand img{width:54px;height:54px;border-radius:14px;object-fit:cover}.brand span{display:flex;flex-direction:column;line-height:1}.brand .yes{font-size:24px;color:var(--blue);letter-spacing:.04em}.brand small{font-size:10px;font-weight:900;letter-spacing:.16em;margin-top:6px}.site-header nav{display:flex;gap:30px}.site-header nav a{color:#34405a;text-decoration:none;font-weight:750;font-size:14px}.site-header nav a:hover{color:var(--blue)}button{font:inherit}.cart-button{border:0;background:#eaf5ff;color:var(--blue);height:44px;border-radius:99px;padding:0 16px;font-weight:900;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;background:var(--red);color:#fff;min-width:22px;height:22px;border-radius:99px;font-size:12px;margin-left:5px}.hero{min-height:590px;position:relative;display:grid;grid-template-columns:1.03fr .97fr;overflow:hidden;background:#eef7ff}.hero-store{position:absolute;inset:0;background:url('assets/tienda.jpg') center 43%/cover no-repeat;opacity:.18;filter:saturate(.75)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,250,255,.98) 3%,rgba(241,248,255,.88) 48%,rgba(236,247,255,.25) 75%),linear-gradient(0deg,rgba(255,255,255,.55),transparent 45%)}.hero-copy{z-index:2;align-self:center;padding:70px 5vw 92px max(6vw,28px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#fff;background:var(--blue);padding:8px 12px;border-radius:99px;font-size:11px;font-weight:900;letter-spacing:.16em}.eyebrow.blue{color:var(--blue);background:#e8f4ff}.hero h1{font-size:clamp(47px,6.4vw,86px);letter-spacing:-.065em;line-height:.91;margin:20px 0 22px;max-width:800px}.hero h1 span{color:var(--blue)}.hero-copy p{font-size:clamp(18px,2vw,23px);color:#47546a;margin:0 0 30px}.hero-photo{z-index:1;align-self:end;height:100%;display:flex;align-items:flex-end;justify-content:center;padding:35px 5vw 0 0}.hero-photo img{width:min(570px,47vw);height:500px;object-fit:cover;object-position:center;border-radius:180px 180px 0 0;box-shadow:var(--shadow);border:10px solid rgba(255,255,255,.62)}.primary-button,.secondary-button,.whatsapp-button{border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:14px 19px;font-weight:900;cursor:pointer}.primary-button{background:linear-gradient(135deg,var(--blue),#0788ce);color:#fff;box-shadow:0 12px 24px rgba(7,89,168,.22)}.primary-button:hover{transform:translateY(-2px)}.secondary-button{background:#fff;color:var(--blue);border:1px solid #bcd7ee}.search-stage{position:relative;z-index:4;margin:-43px auto 0;width:min(1120px,92vw);background:#fff;border-radius:23px;box-shadow:var(--shadow);padding:19px}.search-box{display:flex;align-items:center;border:2px solid #c8d9eb;background:#fbfdff;border-radius:15px;height:66px;padding:0 17px;transition:.2s}.search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px rgba(7,89,168,.09)}.search-box>span{font-size:33px;color:var(--blue);transform:rotate(-20deg);line-height:1}.search-box input{border:0;outline:0;flex:1;font-size:18px;padding:0 14px;background:transparent;color:var(--ink);min-width:0}.search-box button{border:0;background:transparent;font-size:28px;color:#9aa5b5;cursor:pointer}.quick-categories{display:flex;gap:8px;flex-wrap:wrap;padding-top:14px}.quick-categories button{border:1px solid var(--line);background:#f7f9fc;color:#4d5a70;border-radius:99px;padding:9px 15px;font-weight:800;font-size:13px;cursor:pointer}.quick-categories button.active,.quick-categories button:hover{background:var(--blue);border-color:var(--blue);color:#fff}.catalog-section{padding:94px max(5vw,24px) 105px;max-width:1500px;margin:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:34px}.section-heading h2,.store-copy h2{font-size:clamp(31px,4vw,51px);line-height:1.02;letter-spacing:-.04em;margin:14px 0 0}.section-heading p{color:var(--muted);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:21px;overflow:hidden;background:#fff;transition:.25s;position:relative}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#c5d8ec}.product-image{aspect-ratio:1/1.08;background:#f2f5f8;overflow:hidden;cursor:pointer;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover .product-image img{transform:scale(1.045)}.product-badge{position:absolute;top:13px;left:13px;background:var(--red);color:#fff;border-radius:99px;padding:7px 10px;font-weight:900;font-size:11px}.product-info{padding:18px}.product-category{font-size:10px;color:var(--blue);font-weight:900;letter-spacing:.13em;text-transform:uppercase}.product-info h3{font-size:17px;margin:7px 0 8px;line-height:1.25;min-height:43px}.product-price{display:flex;align-items:baseline;gap:8px;margin:6px 0 14px}.product-price b{font-size:20px;color:var(--deep)}.product-price s{font-size:13px;color:#929caf}.card-actions{display:grid;grid-template-columns:1fr auto;gap:8px}.card-actions button{height:42px;border-radius:12px;border:0;font-weight:850;cursor:pointer}.view-button{color:var(--blue);background:#eaf5ff}.add-button{width:44px;background:var(--blue);color:#fff;font-size:20px}.empty-state{text-align:center;padding:65px 20px;background:var(--soft);border-radius:24px}.empty-state span{font-size:55px}.empty-state h3{font-size:25px;margin:10px 0}.empty-state p{color:var(--muted)}.store-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center;background:linear-gradient(135deg,#edf7ff,#fff 70%);padding:90px max(6vw,28px)}.store-image{height:560px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);position:relative}.store-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.7);border-radius:30px}.store-image img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.store-copy>p{font-size:19px;color:#566176;line-height:1.65;max-width:650px}.info-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.info-list div{background:#fff;border:1px solid #dce8f4;border-radius:15px;padding:16px;display:flex;flex-direction:column;gap:6px}.info-list span{color:var(--muted);font-size:14px}.store-actions{display:flex;gap:10px;flex-wrap:wrap}footer{background:#062e59;color:#fff;padding:42px max(5vw,24px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}footer .footer-brand{font-size:19px;font-weight:900}footer .footer-brand b{color:var(--yellow)}footer p{margin:0;color:#c6d8eb}footer a{color:#fff;text-decoration:none}footer small{grid-column:1/-1;color:#9db5cd}.modal{position:fixed;inset:0;z-index:80;background:rgba(2,22,43,.68);display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(8px)}.modal.open{display:flex}.modal-card{background:#fff;border-radius:25px;width:min(1040px,96vw);max-height:93vh;overflow:auto;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.34)}.modal-close{position:absolute;right:15px;top:15px;z-index:3;border:0;background:rgba(255,255,255,.93);width:42px;height:42px;border-radius:50%;font-size:28px;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.12)}.detail-grid{display:grid;grid-template-columns:1fr 1fr}.detail-gallery{background:#f4f6f9;padding:22px;min-height:570px}.detail-main{width:100%;height:475px;object-fit:contain;background:#fff;border-radius:17px}.detail-thumbs{display:flex;gap:9px;margin-top:12px}.detail-thumbs img{width:70px;height:70px;object-fit:cover;border-radius:11px;cursor:pointer;border:2px solid transparent}.detail-thumbs img.active{border-color:var(--blue)}.detail-copy{padding:45px 40px}.detail-copy h2{font-size:34px;line-height:1.06;margin:12px 0}.detail-copy p{color:#5e687b;line-height:1.6}.detail-price{font-size:27px;color:var(--blue);font-weight:900;margin:18px 0}.detail-label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin:20px 0 9px}.size-options{display:flex;gap:8px;flex-wrap:wrap}.size-options button{min-width:47px;height:42px;border:1px solid #cdd6e1;background:#fff;border-radius:10px;font-weight:850;cursor:pointer}.size-options button.selected{background:var(--blue);color:#fff;border-color:var(--blue)}.detail-add{width:100%;margin-top:26px}.stock{color:var(--green);font-weight:850;font-size:13px}.drawer-backdrop{position:fixed;inset:0;background:rgba(3,25,48,.48);z-index:69;display:none}.drawer-backdrop.open{display:block}.cart-drawer{position:fixed;z-index:70;top:0;right:0;width:min(430px,94vw);height:100vh;background:#fff;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column;box-shadow:-25px 0 70px rgba(0,0,0,.18)}.cart-drawer.open{transform:translateX(0)}.cart-head{padding:24px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-head span{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.cart-head h2{margin:5px 0 0}.cart-head button{border:0;background:#edf3f9;width:41px;height:41px;border-radius:50%;font-size:26px;cursor:pointer}.cart-items{padding:18px 22px;overflow:auto;flex:1}.cart-empty{text-align:center;color:var(--muted);padding:70px 15px}.cart-empty b{display:block;color:var(--ink);font-size:20px;margin:9px}.cart-item{display:grid;grid-template-columns:76px 1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item img{width:76px;height:82px;object-fit:cover;border-radius:12px;background:#eee}.cart-item h4{margin:3px 0;font-size:14px}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:transparent;color:var(--red);cursor:pointer}.cart-footer{padding:20px 23px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;margin-bottom:14px}.cart-total b{font-size:20px}.whatsapp-button{width:100%;background:#19a94b;color:#fff}.cart-footer>small{display:block;text-align:center;color:var(--muted);margin-top:10px}.toast{position:fixed;z-index:100;left:50%;bottom:25px;transform:translate(-50%,120px);background:#10233a;color:#fff;border-radius:12px;padding:13px 18px;font-weight:750;transition:.3s;box-shadow:var(--shadow)}.toast.show{transform:translate(-50%,0)}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{min-height:540px}.hero-photo img{height:430px}.site-header nav{display:none}}
@media(max-width:760px){.site-header{height:70px;padding:0 14px}.brand img{width:43px;height:43px}.brand .yes{font-size:20px}.brand small{font-size:8px}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:65px 25px 140px}.hero h1{font-size:50px}.hero-photo{display:none}.search-stage{margin:-70px auto 0;padding:12px;border-radius:18px}.search-box{height:58px}.search-box input{font-size:15px;padding:0 8px}.quick-categories{flex-wrap:nowrap;overflow:auto;padding-bottom:2px}.quick-categories button{white-space:nowrap}.catalog-section{padding:70px 18px}.section-heading{align-items:start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-info{padding:13px}.product-info h3{font-size:14px}.product-price b{font-size:17px}.store-section{grid-template-columns:1fr;padding:65px 20px}.store-image{height:420px}.info-list{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.detail-gallery{min-height:auto;padding:15px}.detail-main{height:340px}.detail-copy{padding:27px 22px 35px}.detail-copy h2{font-size:28px}footer{grid-template-columns:1fr}.footer-brand{margin-bottom:4px}}
@media(max-width:410px){.hero h1{font-size:43px}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.15/1}.card-actions{grid-template-columns:1fr auto}}

/* Identidad visual renovada: logo suave detrás de toda la tienda y título recreado con letras nítidas. */
body{position:relative;isolation:isolate;background:#f8fbff}
body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:var(--category-page-background,url('assets/fondo-logo.jpg')) center center/cover no-repeat;opacity:.15;filter:saturate(1.08);transition:opacity .35s ease}
.site-header{background:rgba(255,255,255,.93)}
.header-whatsapp{color:#159342!important;background:#e9faef;padding:9px 12px;border-radius:999px;white-space:nowrap}
.hero{background:rgba(238,247,255,.73)}
.hero-overlay{background:linear-gradient(90deg,rgba(245,251,255,.96) 3%,rgba(243,250,255,.85) 47%,rgba(236,247,255,.19) 80%),linear-gradient(0deg,rgba(255,255,255,.38),transparent 50%)}
.hero-copy{padding-top:58px;padding-bottom:94px}
.fashion-title{margin:19px 0 16px!important;line-height:.83!important;letter-spacing:0!important;max-width:100%!important}
.fashion-line{display:flex;align-items:center;white-space:nowrap;font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif;font-weight:1000;letter-spacing:-.085em}
.fashion-line i{font-style:normal;display:inline-block;-webkit-text-stroke:1px rgba(255,255,255,.76);text-shadow:0 3px 0 rgba(255,255,255,.7),0 6px 0 rgba(5,45,95,.18),0 11px 17px rgba(9,59,111,.15)}
.fashion-yes{font-size:clamp(72px,8.4vw,115px)}
.fashion-name{font-size:clamp(32px,5.15vw,70px);margin:7px 0 8px}
.fashion-kids{font-size:clamp(69px,8vw,105px);justify-content:flex-start;gap:1px}
.fashion-title .c-cyan{color:#06b8f2}.fashion-title .c-yellow{color:#ffcb20}.fashion-title .c-red{color:#f2274c}.fashion-title .c-green{color:#49d228}
.fashion-icon{font-size:.46em!important;color:#fa43a6!important;letter-spacing:0!important;margin-left:13px;text-shadow:0 2px 0 #fff}
.fashion-kids .fashion-icon{color:#ffc333!important;margin:0 10px 0 0}
.hero-slogan{font-size:clamp(19px,2vw,27px);font-weight:850;color:#22334c;margin:17px 0 8px}.hero-slogan strong{color:var(--blue)}
.hero-copy p{font-size:16px;margin-bottom:22px}
.search-stage{background:rgba(255,255,255,.96)}
.catalog-section{position:relative;background:rgba(255,255,255,.39);border-radius:34px}
.product-card{background:rgba(255,255,255,.96);box-shadow:0 8px 23px rgba(12,52,97,.08)}
.store-section{background:linear-gradient(135deg,rgba(237,247,255,.88),rgba(255,255,255,.77) 70%)}
.floating-whatsapp{position:fixed;right:23px;bottom:23px;z-index:65;display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#20c75c,#129343);color:#fff;text-decoration:none;padding:12px 16px;border-radius:999px;box-shadow:0 13px 33px rgba(14,129,53,.33);font-size:14px}.floating-whatsapp span{font-size:23px}.floating-whatsapp:hover{transform:translateY(-3px)}
@media(max-width:1200px){.site-header nav{gap:15px}.fashion-name{font-size:clamp(33px,4.55vw,59px)}}
@media(max-width:760px){body::before{background-position:51% center;opacity:.13}.fashion-title{margin-top:20px!important}.fashion-yes{font-size:81px}.fashion-name{font-size:clamp(33px,8.5vw,57px)}.fashion-kids{font-size:75px}.hero-copy{padding:54px 19px 143px}.hero-slogan{font-size:20px}.catalog-section{margin:0 7px;border-radius:25px}.floating-whatsapp{right:14px;bottom:14px;padding:10px 13px;font-size:12px}.floating-whatsapp span{font-size:20px}}
@media(max-width:410px){.fashion-name{font-size:32px}.fashion-yes{font-size:69px}.fashion-kids{font-size:65px}.hero-slogan{font-size:17px}}

/* Navegación por departamentos y filtros tipo boutique infantil. */
.department-nav{min-height:53px;display:flex;align-items:center;justify-content:center;gap:3px;padding:7px max(3vw,15px);background:linear-gradient(90deg,#0759a8,#089fe0,#0759a8);border-top:3px solid #ffcb20;border-bottom:3px solid #48d32b;position:relative;z-index:20;overflow-x:auto;scrollbar-width:none}.department-nav::-webkit-scrollbar{display:none}.department-link{border:0;background:transparent;color:#fff;padding:10px 13px;border-radius:9px;font-size:12px;font-weight:900;white-space:nowrap;cursor:pointer;text-transform:uppercase;letter-spacing:.025em}.department-link span{color:#ffdc58;margin-left:3px}.department-link:hover,.department-link.active{background:#fff;color:var(--blue);box-shadow:0 5px 15px rgba(0,45,95,.17)}.department-sale{background:#f12838;color:#fff}.department-showcase{padding:78px max(5vw,24px) 35px;max-width:1500px;margin:auto}.showcase-heading{text-align:center;margin-bottom:31px}.showcase-heading h2{font-size:clamp(32px,4vw,50px);letter-spacing:-.045em;margin:13px 0 7px}.showcase-heading p{margin:0;color:var(--muted);font-size:17px}.department-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:17px}.department-card{border:0;padding:0;background:#fff;border-radius:22px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:.72/1;box-shadow:0 12px 35px rgba(7,45,85,.11);transition:transform .28s,box-shadow .28s;text-align:left}.department-card:hover{transform:translateY(-8px);box-shadow:0 22px 45px rgba(7,45,85,.2)}.department-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,24,51,.82),transparent 48%)}.department-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.department-card:hover img{transform:scale(1.045)}.department-caption{position:absolute;z-index:2;left:19px;right:16px;bottom:18px;color:#fff;display:flex;flex-direction:column;gap:5px}.department-caption b{font-size:clamp(20px,2vw,29px);text-shadow:0 2px 12px rgba(0,0,0,.35)}.department-caption i{font-style:normal;font-size:11px;font-weight:850;letter-spacing:.05em}.department-girls{border-bottom:7px solid #f12865}.department-boys{border-bottom:7px solid #13aee8}.department-babies{border-bottom:7px solid #ffca20}.department-shoes{border-bottom:7px solid #49cf2b}.department-accessories{border-bottom:7px solid #8f5ce6}.catalog-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:rgba(255,255,255,.94);border:1px solid #dbe6f0;border-radius:17px;padding:13px 15px;margin-bottom:26px;box-shadow:0 8px 24px rgba(8,55,105,.07)}.filter-caption{font-size:13px;font-weight:900;color:var(--blue);margin-right:2px}.catalog-toolbar label{display:flex;align-items:center;gap:7px;color:#506078;font-size:12px;font-weight:800}.catalog-toolbar select{appearance:none;border:1px solid #cfdae5;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='m2 4 4 4 4-4' fill='none' stroke='%230759a8' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 11px center;border-radius:10px;padding:10px 32px 10px 11px;color:#25344c;font-weight:750;outline:0}.catalog-toolbar select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,89,168,.08)}.sort-filter{margin-left:auto}.catalog-section{padding-top:68px}
@media(max-width:1100px){.department-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.department-card:nth-child(4),.department-card:nth-child(5){aspect-ratio:1.05/1}.sort-filter{margin-left:0}}
@media(max-width:760px){.department-nav{justify-content:flex-start;position:sticky;top:70px;z-index:25}.department-link{font-size:11px;padding:9px 11px}.department-showcase{padding:58px 15px 18px}.department-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.department-card,.department-card:nth-child(4),.department-card:nth-child(5){aspect-ratio:.76/1}.department-card:last-child{grid-column:1/-1;aspect-ratio:1.7/1}.department-caption{left:14px;bottom:13px}.department-caption b{font-size:21px}.department-caption i{font-size:9px}.catalog-toolbar{align-items:stretch}.filter-caption{width:100%}.catalog-toolbar label{display:flex;flex-direction:column;align-items:stretch;flex:1 1 45%;gap:5px}.catalog-toolbar select{width:100%;font-size:12px}.sort-filter{margin-left:0}.catalog-section{padding-top:55px}}

/* Cada colección muestra su propia imagen original detrás de los productos. */
.department-girls img,.department-boys img,.department-babies img{object-fit:cover;object-position:center center}
body.category-themed::before{background-size:auto 100%;background-position:center top;background-repeat:repeat-x;opacity:.13}
.catalog-section.has-category-art{isolation:isolate;overflow:hidden;background:rgba(255,255,255,.75);min-height:650px}
.catalog-section.has-category-art::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:var(--catalog-category-background);background-position:center top;background-size:min(710px,85%) auto;background-repeat:no-repeat;opacity:.20;filter:saturate(1.06)}
.catalog-section.has-category-art>*{position:relative;z-index:1}
.catalog-section.has-category-art .product-card{background:rgba(255,255,255,.97)}
.catalog-section.has-category-art .section-heading h2{color:var(--deep)}
@media(max-width:760px){body.category-themed::before{background-size:auto 100%;opacity:.11}.catalog-section.has-category-art{min-height:530px}.catalog-section.has-category-art::before{background-size:95% auto;opacity:.19}}

/* Video promocional del hero: se reproduce una sola vez y al finalizar queda la foto */
.hero-photo{position:relative}
.hero-photo>img,.hero-photo>.hero-video{width:min(570px,47vw);height:500px;object-fit:cover;object-position:center;border-radius:180px 180px 0 0;box-shadow:var(--shadow);border:10px solid rgba(255,255,255,.62)}
.hero-photo>.hero-video{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2;background:#0b3f74;opacity:0;pointer-events:none;transition:opacity .22s ease}
.hero-photo.video-playing>.hero-video{opacity:1}
.hero-photo.video-playing>img{visibility:hidden}
@media(max-width:1050px){.hero-photo>img,.hero-photo>.hero-video{height:430px}}


/* Ajustes solicitados: header más vistoso, logo limpio y carrito más grande */
.site-header{height:104px;padding:0 max(4vw,26px);gap:22px;border-bottom:0;box-shadow:0 12px 28px rgba(7,55,105,.10);position:sticky}
.site-header::after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:linear-gradient(90deg,var(--cyan) 0 24%,var(--yellow) 24% 49%,var(--red) 49% 73%,var(--green) 73% 100%)}
.brand{gap:16px;min-width:max-content;position:relative;z-index:1}
.brand img{width:78px;height:78px;border-radius:20px;object-fit:contain;box-shadow:0 10px 24px rgba(7,69,128,.16);background:transparent}
.brand-copy{display:flex;flex-direction:column;justify-content:center;gap:4px}
.brand .yes{font-size:28px;font-weight:1000;letter-spacing:.04em;color:#0a4f95;line-height:1}
.brand small{font-size:17px;font-weight:900;letter-spacing:.22em;line-height:1.05;margin-top:0;color:#22334c}
.site-header nav{gap:34px;align-items:center;flex-wrap:wrap;justify-content:center}
.site-header nav a{font-size:16px;font-weight:850}
.header-whatsapp{padding:12px 16px!important;border-radius:999px;box-shadow:0 8px 18px rgba(21,147,66,.12)}
.cart-button{display:inline-flex;align-items:center;gap:10px;height:58px;padding:0 18px 0 16px;border-radius:18px;background:linear-gradient(135deg,#eef7ff,#dcefff);border:1px solid #c4dff7;box-shadow:0 12px 22px rgba(7,89,168,.12);transition:transform .2s ease,box-shadow .2s ease}
.cart-button:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(7,89,168,.16)}
.cart-button .cart-icon{font-size:25px;line-height:1}
.cart-button .cart-label{font-weight:950;font-size:15px;letter-spacing:.06em;color:#0a4f95;text-transform:uppercase}
.cart-button span#cartCount{display:inline-grid;place-items:center;background:var(--red);color:#fff;min-width:30px;height:30px;border-radius:999px;font-size:14px;margin-left:0;padding:0 8px;box-shadow:0 6px 12px rgba(241,40,56,.18)}
@media(max-width:1180px){.site-header{height:auto;padding:14px 20px 18px;flex-wrap:wrap;justify-content:space-between}.site-header nav{order:3;width:100%;justify-content:center;gap:18px;padding-top:4px}.brand img{width:72px;height:72px}.brand .yes{font-size:25px}.brand small{font-size:15px;letter-spacing:.18em}}
@media(max-width:760px){.site-header{padding:12px 14px 16px;gap:12px}.brand{gap:12px}.brand img{width:64px;height:64px;border-radius:16px}.brand .yes{font-size:23px}.brand small{font-size:12px;letter-spacing:.12em}.site-header nav{gap:14px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.site-header nav a{font-size:14px;white-space:nowrap}.cart-button{height:52px;padding:0 14px;border-radius:16px}.cart-button .cart-label{display:none}.cart-button span#cartCount{min-width:28px;height:28px;font-size:13px}.department-nav{top:88px}}

/* Icono del carrito mejorado */
.cart-button{position:relative;overflow:visible;padding-left:14px;padding-right:18px;gap:11px}
.cart-icon-img{width:42px;height:42px;display:block;flex:0 0 42px;filter:drop-shadow(0 4px 10px rgba(240,109,97,.18))}
.cart-button .cart-label{font-size:16px;letter-spacing:.07em}
.cart-button span#cartCount{position:static;min-width:31px;height:31px;font-size:14px;font-weight:900}
@media(max-width:760px){.cart-icon-img{width:38px;height:38px;flex-basis:38px}.cart-button{padding-left:10px;padding-right:12px}.cart-button .cart-label{display:none}}


/* Carrito limpio + efecto LED YES cuando contiene artículos */
.cart-button .cart-label{
  background:transparent!important;
  color:#0a4f95!important;
  min-width:0!important;
  height:auto!important;
  border-radius:0!important;
  padding:0!important;
  margin-left:0!important;
  box-shadow:none!important;
}
.cart-button{
  background:rgba(234,245,255,.72)!important;
  border:1px solid #bcdcf6!important;
  box-shadow:0 8px 20px rgba(7,89,168,.10)!important;
}
.cart-button span#cartCount{
  background:#eef3f8!important;
  color:#5a6677!important;
  box-shadow:none!important;
  transition:.25s ease;
}
.cart-button.has-items{
  border:2px solid transparent!important;
  background:
    linear-gradient(#eef8ff,#eef8ff) padding-box,
    linear-gradient(90deg,#13b8e8,#ffbd18,#f12838,#23b34b,#13b8e8) border-box!important;
  background-size:100% 100%,300% 100%!important;
  animation:yesCartLed 1.8s linear infinite,yesCartPulse 1.15s ease-in-out infinite alternate;
}
.cart-button.has-items .cart-label{color:#0759a8!important;text-shadow:0 0 7px rgba(19,184,232,.28)}
.cart-button.has-items span#cartCount{
  background:linear-gradient(135deg,#f12838,#ff4e67)!important;
  color:#fff!important;
  box-shadow:0 0 8px rgba(241,40,56,.6),0 0 17px rgba(255,189,24,.30)!important;
}
.cart-button.has-items .cart-icon-img{
  animation:yesCartIconBounce .8s ease-in-out infinite alternate;
  filter:drop-shadow(0 0 6px rgba(19,184,232,.45)) drop-shadow(0 0 10px rgba(255,189,24,.24));
}
@keyframes yesCartLed{to{background-position:0 0,300% 0}}
@keyframes yesCartPulse{
  from{box-shadow:0 0 5px rgba(19,184,232,.35),0 0 10px rgba(255,189,24,.16)!important;transform:translateY(0)}
  to{box-shadow:0 0 9px rgba(241,40,56,.42),0 0 18px rgba(35,179,75,.30),0 0 25px rgba(19,184,232,.22)!important;transform:translateY(-1px)}
}
@keyframes yesCartIconBounce{from{transform:translateY(0) rotate(-1deg)}to{transform:translateY(-2px) rotate(2deg)}}
@media (prefers-reduced-motion:reduce){.cart-button.has-items,.cart-button.has-items .cart-icon-img{animation:none!important}}


/* Corrección móvil: mostrar el video promocional también en teléfonos */
@media(max-width:760px){
  .hero{display:flex;flex-direction:column;min-height:auto;overflow:visible}
  .hero-copy{padding:46px 18px 28px}
  .hero-photo{display:flex!important;position:relative;width:100%;height:auto;align-items:center;justify-content:center;padding:0 14px 92px;margin:0 auto;z-index:3}
  .hero-photo>img,.hero-photo>.hero-video{width:min(94vw,560px)!important;height:auto!important;aspect-ratio:688/432;object-fit:cover;object-position:center;border-radius:30px!important;border:6px solid rgba(255,255,255,.82)!important;box-shadow:0 18px 42px rgba(7,55,105,.20)}
  .hero-photo>.hero-video{position:absolute!important;left:50%!important;top:0!important;bottom:auto!important;transform:translateX(-50%)!important;background:#083f78}
  .hero-photo.video-playing>.hero-video{opacity:1!important;visibility:visible!important}
  .hero-photo.video-playing>img{visibility:hidden!important}
  .search-stage{margin:-58px auto 0!important;z-index:6}
}
@media(max-width:430px){
  .hero-copy{padding-top:36px}
  .hero-photo{padding-left:10px;padding-right:10px;padding-bottom:84px}
  .hero-photo>img,.hero-photo>.hero-video{width:95vw!important;border-radius:24px!important;border-width:5px!important}
}


/* Reproducción móvil estable: el primer toque inicia el video con sonido */
.hero-play-button{position:absolute;z-index:5;left:50%;bottom:28px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;border:2px solid rgba(255,255,255,.9);background:linear-gradient(135deg,rgba(7,89,168,.96),rgba(19,184,232,.96));color:#fff;padding:13px 18px;border-radius:999px;font-weight:900;box-shadow:0 14px 30px rgba(3,45,85,.3);cursor:pointer;white-space:nowrap;animation:heroPlayPulse 1.8s ease-in-out infinite}
.hero-play-button span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#fff;color:var(--blue);font-size:16px;padding-left:2px}
.hero-play-button b{font-size:14px;letter-spacing:.02em}
.hero-play-button.hidden{display:none}
@keyframes heroPlayPulse{0%,100%{transform:translateX(-50%) scale(1);box-shadow:0 14px 30px rgba(3,45,85,.28)}50%{transform:translateX(-50%) scale(1.035);box-shadow:0 16px 38px rgba(19,184,232,.44)}}
@media(max-width:760px){.hero-photo{display:flex!important;min-height:390px;padding:0 14px 0!important;align-items:flex-end!important;justify-content:center!important}.hero-photo>img,.hero-photo>.hero-video{display:block!important;width:min(92vw,520px)!important;height:380px!important;border-radius:120px 120px 0 0!important;object-fit:cover!important;object-position:center!important}.hero-play-button{bottom:20px;padding:11px 15px}.hero-play-button b{font-size:13px}.hero-play-button span{width:32px;height:32px}.hero-photo.video-playing>.hero-video{opacity:1!important;visibility:visible!important;pointer-events:none}.hero-photo.video-playing>img{visibility:hidden!important}}

/* Reproducción automática: sin botón manual */
.hero-play-button{display:none!important}


/* Video móvil definitivo: botón PLAY central, solo en teléfonos */
.hero-play-mobile{display:none}
@media(max-width:760px){
  .hero-photo{position:relative!important;min-height:0!important;padding:0 12px 76px!important;align-items:flex-start!important}
  .hero-photo>img,.hero-photo>.hero-video{width:min(94vw,520px)!important;height:auto!important;aspect-ratio:688/432!important;border-radius:28px!important;border:5px solid rgba(255,255,255,.88)!important;object-fit:cover!important;position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;transform:none!important}
  .hero-photo>.hero-video{position:absolute!important;left:50%!important;top:0!important;transform:translateX(-50%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  .hero-photo.video-playing>.hero-video{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .hero-photo.video-playing>img{visibility:hidden!important}
  .hero-play-mobile{display:flex;position:absolute;z-index:8;left:50%;top:calc((100% - 76px)/2);transform:translate(-50%,-50%);align-items:center;gap:10px;border:0;border-radius:999px;padding:12px 18px 12px 12px;background:rgba(4,58,116,.91);color:#fff;box-shadow:0 12px 32px rgba(3,35,70,.35);font-weight:900;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
  .hero-play-mobile span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:#0759a8;font-size:20px;padding-left:3px;box-shadow:0 0 0 5px rgba(255,255,255,.18)}
  .hero-play-mobile b{font-size:14px;letter-spacing:.03em;white-space:nowrap}
  .hero-play-mobile.is-hidden{display:none!important}
}
@media(min-width:761px){.hero-play-mobile{display:none!important}}


/* Fallback estable en escritorio si el navegador bloquea autoplay con sonido */
@media(min-width:761px){
  .hero-play-mobile.desktop-fallback{
    display:flex!important;
    position:absolute;
    z-index:9;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    align-items:center;
    gap:10px;
    border:0;
    border-radius:999px;
    padding:13px 20px 13px 13px;
    background:rgba(4,58,116,.93);
    color:#fff;
    box-shadow:0 14px 34px rgba(3,35,70,.34);
    font-weight:900;
    cursor:pointer;
  }
  .hero-play-mobile.desktop-fallback span{
    display:grid;place-items:center;width:46px;height:46px;border-radius:50%;
    background:#fff;color:#0759a8;font-size:21px;padding-left:3px;
  }
  .hero-play-mobile.desktop-fallback b{font-size:14px;white-space:nowrap}
  .hero-play-mobile.desktop-fallback.is-hidden{display:none!important}
}

/* Buscador visible integrado en la barra de categorías */
.department-nav{overflow:visible;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap;padding-left:max(2vw,14px);padding-right:max(2vw,14px)}
.nav-live-search{position:relative;flex:0 1 clamp(320px,36vw,560px);min-width:300px;max-width:560px;margin-right:10px}
.nav-live-search.open{z-index:45}
.nav-search-input-wrap{height:48px;display:flex;align-items:center;border-radius:17px;padding:0 12px 0 14px;background:linear-gradient(135deg,rgba(6,184,242,.20),rgba(255,203,32,.20),rgba(242,39,76,.18),rgba(73,210,40,.18));border:1px solid rgba(255,255,255,.45);box-shadow:0 12px 28px rgba(3,35,70,.20),inset 0 0 0 1px rgba(255,255,255,.18);backdrop-filter:blur(8px);transition:.22s}
.nav-search-input-wrap:focus-within{transform:translateY(-1px);box-shadow:0 16px 34px rgba(3,35,70,.26),0 0 0 3px rgba(255,255,255,.16),inset 0 0 0 1px rgba(255,255,255,.28)}
.nav-search-icon{font-size:26px;color:#0f5ca7;line-height:1;display:grid;place-items:center;width:30px;flex:0 0 30px;font-weight:900}
#navSearchInput{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;padding:0 10px 0 8px;font:700 16px/1.2 Inter,ui-rounded,"Segoe UI",Arial,sans-serif;color:#fff}
#navSearchInput::placeholder{color:rgba(255,255,255,.96);font-weight:700}
.nav-search-clear{width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.17);color:#fff;font-size:25px;cursor:pointer;display:grid;place-items:center;transition:.18s}
.nav-search-clear:hover{background:rgba(255,255,255,.30)}
.nav-search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;max-height:430px;overflow:auto;border-radius:18px;background:#fff;border:1px solid #d7e4f0;box-shadow:0 24px 58px rgba(3,35,70,.26);padding:4px 0}
.nav-search-title{padding:12px 16px 9px;font-size:13px;color:#687287;font-weight:900;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #edf1f5}
.nav-result{width:100%;border:0;background:#fff;display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;text-align:left;padding:10px 14px;cursor:pointer;border-bottom:1px solid #eef2f6;transition:.15s}
.nav-result:last-child{border-bottom:0}.nav-result:hover{background:#f2f8ff}
.nav-result img{width:62px;height:68px;object-fit:cover;border-radius:10px;background:#f2f4f7}
.nav-result-copy{min-width:0}.nav-result-copy b{display:block;color:#263a53;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-result-copy small{display:block;color:#78869a;margin-top:4px;font-size:12px}.nav-result-price{font-size:14px;font-weight:950;color:#0759a8;white-space:nowrap}
.nav-search-empty{padding:22px 14px;text-align:center;color:#687287;font-weight:700}.nav-search-empty b{display:block;color:#25344c;margin-bottom:5px}
@media(max-width:1180px){.department-nav{justify-content:flex-start;overflow-x:auto;overflow-y:visible}.nav-live-search{flex:0 0 420px;min-width:420px}.department-link{flex:0 0 auto}}
@media(max-width:760px){.department-nav{justify-content:flex-start;overflow-x:auto;overflow-y:visible;padding-top:10px;padding-bottom:10px;gap:8px}.nav-live-search{flex:0 0 min(88vw,420px);min-width:min(88vw,420px);margin-right:8px}.nav-search-input-wrap{height:46px;border-radius:15px}.nav-search-results{left:0;right:auto;width:min(92vw,520px)}.nav-result{grid-template-columns:52px 1fr auto;padding:9px 10px;gap:9px}.nav-result img{width:52px;height:58px}.nav-result-copy b{font-size:13px}.nav-result-price{font-size:12px}}
/* Icono del carrito mejorado */
.cart-button{position:relative;overflow:visible;padding-left:14px;padding-right:18px;gap:11px}
.cart-icon-img{width:42px;height:42px;display:block;flex:0 0 42px;filter:drop-shadow(0 4px 10px rgba(240,109,97,.18))}
.cart-button .cart-label{font-size:16px;letter-spacing:.07em}
.cart-button span#cartCount{position:static;min-width:31px;height:31px;font-size:14px;font-weight:900}
@media(max-width:760px){.cart-icon-img{width:38px;height:38px;flex-basis:38px}.cart-button{padding-left:10px;padding-right:12px}.cart-button .cart-label{display:none}}


/* Carrito limpio + efecto LED YES cuando contiene artículos */
.cart-button .cart-label{
  background:transparent!important;
  color:#0a4f95!important;
  min-width:0!important;
  height:auto!important;
  border-radius:0!important;
  padding:0!important;
  margin-left:0!important;
  box-shadow:none!important;
}
.cart-button{
  background:rgba(234,245,255,.72)!important;
  border:1px solid #bcdcf6!important;
  box-shadow:0 8px 20px rgba(7,89,168,.10)!important;
}
.cart-button span#cartCount{
  background:#eef3f8!important;
  color:#5a6677!important;
  box-shadow:none!important;
  transition:.25s ease;
}
.cart-button.has-items{
  border:2px solid transparent!important;
  background:
    linear-gradient(#eef8ff,#eef8ff) padding-box,
    linear-gradient(90deg,#13b8e8,#ffbd18,#f12838,#23b34b,#13b8e8) border-box!important;
  background-size:100% 100%,300% 100%!important;
  animation:yesCartLed 1.8s linear infinite,yesCartPulse 1.15s ease-in-out infinite alternate;
}
.cart-button.has-items .cart-label{color:#0759a8!important;text-shadow:0 0 7px rgba(19,184,232,.28)}
.cart-button.has-items span#cartCount{
  background:linear-gradient(135deg,#f12838,#ff4e67)!important;
  color:#fff!important;
  box-shadow:0 0 8px rgba(241,40,56,.6),0 0 17px rgba(255,189,24,.30)!important;
}
.cart-button.has-items .cart-icon-img{
  animation:yesCartIconBounce .8s ease-in-out infinite alternate;
  filter:drop-shadow(0 0 6px rgba(19,184,232,.45)) drop-shadow(0 0 10px rgba(255,189,24,.24));
}
@keyframes yesCartLed{to{background-position:0 0,300% 0}}
@keyframes yesCartPulse{
  from{box-shadow:0 0 5px rgba(19,184,232,.35),0 0 10px rgba(255,189,24,.16)!important;transform:translateY(0)}
  to{box-shadow:0 0 9px rgba(241,40,56,.42),0 0 18px rgba(35,179,75,.30),0 0 25px rgba(19,184,232,.22)!important;transform:translateY(-1px)}
}
@keyframes yesCartIconBounce{from{transform:translateY(0) rotate(-1deg)}to{transform:translateY(-2px) rotate(2deg)}}
@media (prefers-reduced-motion:reduce){.cart-button.has-items,.cart-button.has-items .cart-icon-img{animation:none!important}}


/* Corrección móvil: mostrar el video promocional también en teléfonos */
@media(max-width:760px){
  .hero{display:flex;flex-direction:column;min-height:auto;overflow:visible}
  .hero-copy{padding:46px 18px 28px}
  .hero-photo{display:flex!important;position:relative;width:100%;height:auto;align-items:center;justify-content:center;padding:0 14px 92px;margin:0 auto;z-index:3}
  .hero-photo>img,.hero-photo>.hero-video{width:min(94vw,560px)!important;height:auto!important;aspect-ratio:688/432;object-fit:cover;object-position:center;border-radius:30px!important;border:6px solid rgba(255,255,255,.82)!important;box-shadow:0 18px 42px rgba(7,55,105,.20)}
  .hero-photo>.hero-video{position:absolute!important;left:50%!important;top:0!important;bottom:auto!important;transform:translateX(-50%)!important;background:#083f78}
  .hero-photo.video-playing>.hero-video{opacity:1!important;visibility:visible!important}
  .hero-photo.video-playing>img{visibility:hidden!important}
  .search-stage{margin:-58px auto 0!important;z-index:6}
}
@media(max-width:430px){
  .hero-copy{padding-top:36px}
  .hero-photo{padding-left:10px;padding-right:10px;padding-bottom:84px}
  .hero-photo>img,.hero-photo>.hero-video{width:95vw!important;border-radius:24px!important;border-width:5px!important}
}


/* Reproducción móvil estable: el primer toque inicia el video con sonido */
.hero-play-button{position:absolute;z-index:5;left:50%;bottom:28px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;border:2px solid rgba(255,255,255,.9);background:linear-gradient(135deg,rgba(7,89,168,.96),rgba(19,184,232,.96));color:#fff;padding:13px 18px;border-radius:999px;font-weight:900;box-shadow:0 14px 30px rgba(3,45,85,.3);cursor:pointer;white-space:nowrap;animation:heroPlayPulse 1.8s ease-in-out infinite}
.hero-play-button span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#fff;color:var(--blue);font-size:16px;padding-left:2px}
.hero-play-button b{font-size:14px;letter-spacing:.02em}
.hero-play-button.hidden{display:none}
@keyframes heroPlayPulse{0%,100%{transform:translateX(-50%) scale(1);box-shadow:0 14px 30px rgba(3,45,85,.28)}50%{transform:translateX(-50%) scale(1.035);box-shadow:0 16px 38px rgba(19,184,232,.44)}}
@media(max-width:760px){.hero-photo{display:flex!important;min-height:390px;padding:0 14px 0!important;align-items:flex-end!important;justify-content:center!important}.hero-photo>img,.hero-photo>.hero-video{display:block!important;width:min(92vw,520px)!important;height:380px!important;border-radius:120px 120px 0 0!important;object-fit:cover!important;object-position:center!important}.hero-play-button{bottom:20px;padding:11px 15px}.hero-play-button b{font-size:13px}.hero-play-button span{width:32px;height:32px}.hero-photo.video-playing>.hero-video{opacity:1!important;visibility:visible!important;pointer-events:none}.hero-photo.video-playing>img{visibility:hidden!important}}

/* Reproducción automática: sin botón manual */
.hero-play-button{display:none!important}


/* Video móvil definitivo: botón PLAY central, solo en teléfonos */
.hero-play-mobile{display:none}
@media(max-width:760px){
  .hero-photo{position:relative!important;min-height:0!important;padding:0 12px 76px!important;align-items:flex-start!important}
  .hero-photo>img,.hero-photo>.hero-video{width:min(94vw,520px)!important;height:auto!important;aspect-ratio:688/432!important;border-radius:28px!important;border:5px solid rgba(255,255,255,.88)!important;object-fit:cover!important;position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;transform:none!important}
  .hero-photo>.hero-video{position:absolute!important;left:50%!important;top:0!important;transform:translateX(-50%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  .hero-photo.video-playing>.hero-video{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .hero-photo.video-playing>img{visibility:hidden!important}
  .hero-play-mobile{display:flex;position:absolute;z-index:8;left:50%;top:calc((100% - 76px)/2);transform:translate(-50%,-50%);align-items:center;gap:10px;border:0;border-radius:999px;padding:12px 18px 12px 12px;background:rgba(4,58,116,.91);color:#fff;box-shadow:0 12px 32px rgba(3,35,70,.35);font-weight:900;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
  .hero-play-mobile span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:#0759a8;font-size:20px;padding-left:3px;box-shadow:0 0 0 5px rgba(255,255,255,.18)}
  .hero-play-mobile b{font-size:14px;letter-spacing:.03em;white-space:nowrap}
  .hero-play-mobile.is-hidden{display:none!important}
}
@media(min-width:761px){.hero-play-mobile{display:none!important}}


/* Fallback estable en escritorio si el navegador bloquea autoplay con sonido */
@media(min-width:761px){
  .hero-play-mobile.desktop-fallback{
    display:flex!important;
    position:absolute;
    z-index:9;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    align-items:center;
    gap:10px;
    border:0;
    border-radius:999px;
    padding:13px 20px 13px 13px;
    background:rgba(4,58,116,.93);
    color:#fff;
    box-shadow:0 14px 34px rgba(3,35,70,.34);
    font-weight:900;
    cursor:pointer;
  }
  .hero-play-mobile.desktop-fallback span{
    display:grid;place-items:center;width:46px;height:46px;border-radius:50%;
    background:#fff;color:#0759a8;font-size:21px;padding-left:3px;
  }
  .hero-play-mobile.desktop-fallback b{font-size:14px;white-space:nowrap}
  .hero-play-mobile.desktop-fallback.is-hidden{display:none!important}
}

/* Buscador rápido integrado en la barra de categorías */
.department-nav{overflow:visible}
.nav-live-search{position:relative;display:flex;align-items:center;margin-left:8px;flex:0 0 auto}
.nav-search-toggle{width:42px;height:40px;border:0;border-radius:11px;background:#fff;color:var(--blue);font-size:28px;line-height:1;font-weight:900;cursor:pointer;display:grid;place-items:center;box-shadow:0 5px 15px rgba(0,45,95,.18);transition:.2s}
.nav-search-toggle:hover,.nav-search-toggle.active{background:var(--yellow);color:#103b70;transform:translateY(-1px)}
.nav-search-panel{position:absolute;top:48px;right:0;width:min(620px,88vw);background:#fff;border:1px solid #d8e5f1;border-radius:16px;padding:10px;box-shadow:0 22px 58px rgba(3,35,70,.24);opacity:0;visibility:hidden;transform:translateY(-7px) scale(.985);transform-origin:top right;transition:.18s;z-index:60}
.nav-live-search.open .nav-search-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.nav-search-input-wrap{height:50px;border:2px solid #b9d5ee;border-radius:12px;display:flex;align-items:center;background:#fbfdff;overflow:hidden}
.nav-search-input-wrap:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px rgba(7,89,168,.09)}
.nav-search-icon{font-size:26px;color:var(--blue);padding-left:13px;line-height:1}
#navSearchInput{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;padding:0 10px;font:700 16px/1.2 Inter,ui-rounded,"Segoe UI",Arial,sans-serif;color:#162033}
#navSearchInput::placeholder{color:#8d99aa;font-weight:600}
.nav-search-clear{width:43px;height:100%;border:0;background:transparent;color:#7d8998;font-size:26px;cursor:pointer}
.nav-search-results{margin-top:8px;max-height:430px;overflow:auto;border-radius:11px;background:#fff}
.nav-search-title{padding:11px 12px 8px;font-size:13px;color:#687287;font-weight:900;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #edf1f5}
.nav-result{width:100%;border:0;background:#fff;display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;text-align:left;padding:10px 12px;cursor:pointer;border-bottom:1px solid #eef2f6;transition:.15s}
.nav-result:last-child{border-bottom:0}.nav-result:hover{background:#f1f8ff}
.nav-result img{width:62px;height:68px;object-fit:cover;border-radius:9px;background:#f2f4f7}
.nav-result-copy{min-width:0}.nav-result-copy b{display:block;color:#263a53;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-result-copy small{display:block;color:#78869a;margin-top:4px;font-size:12px}.nav-result-price{font-size:14px;font-weight:950;color:#0759a8;white-space:nowrap}
.nav-search-empty{padding:22px 14px;text-align:center;color:#687287;font-weight:700}.nav-search-empty b{display:block;color:#25344c;margin-bottom:5px}
@media(max-width:1000px){.department-nav{justify-content:flex-start;overflow-x:auto;overflow-y:visible;padding-right:70px}.nav-live-search{position:sticky;right:8px;margin-left:auto;z-index:30}.nav-search-panel{position:fixed;top:150px;left:12px;right:12px;width:auto;transform-origin:top center}.nav-live-search.open .nav-search-panel{transform:translateY(0) scale(1)}}
@media(max-width:760px){.department-nav{overflow-x:auto;overflow-y:visible;padding-right:62px}.nav-live-search{position:sticky;right:4px}.nav-search-toggle{width:40px;height:38px}.nav-search-panel{top:146px;left:8px;right:8px}.nav-result{grid-template-columns:52px 1fr auto;padding:9px 8px;gap:9px}.nav-result img{width:52px;height:58px}.nav-result-copy b{font-size:13px}.nav-result-price{font-size:12px}}


/* === Buscador visible dentro de la barra de categorías === */
.department-nav{
  overflow-x:auto!important;
  overflow-y:visible!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  padding:10px max(2vw,14px)!important;
  position:relative;
}
.department-link{flex:0 0 auto}
.nav-live-search{
  position:relative!important;
  flex:0 0 460px!important;
  min-width:460px!important;
  margin-right:6px!important;
  z-index:40;
}
.nav-search-input-wrap{
  height:50px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px;
  padding:0 12px 0 14px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(6,184,242,.26),rgba(255,203,32,.24),rgba(242,39,76,.22),rgba(73,210,40,.22))!important;
  border:1.5px solid rgba(255,255,255,.52)!important;
  box-shadow:0 12px 28px rgba(3,35,70,.20), inset 0 0 0 1px rgba(255,255,255,.14)!important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  overflow:hidden;
}
.nav-search-input-wrap:focus-within{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.78)!important;
  box-shadow:0 16px 34px rgba(3,35,70,.28),0 0 0 3px rgba(255,255,255,.14), inset 0 0 0 1px rgba(255,255,255,.18)!important;
}
.nav-search-icon{
  width:28px!important;
  flex:0 0 28px!important;
  display:grid!important;
  place-items:center!important;
  font-size:24px!important;
  font-weight:900!important;
  color:#0d579e!important;
  line-height:1!important;
}
#navSearchInput{
  flex:1 1 auto;
  min-width:0;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#ffffff!important;
  font-size:15px!important;
  font-weight:800!important;
}
#navSearchInput::placeholder{color:rgba(255,255,255,.92)!important;font-weight:700}
.nav-search-clear{
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  border:0!important;
  background:rgba(255,255,255,.18)!important;
  color:#ffffff!important;
  font-size:23px!important;
  display:grid!important;
  place-items:center!important;
}
.nav-search-clear:hover{background:rgba(255,255,255,.28)!important}
.nav-search-results{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  left:0!important;
  right:auto!important;
  width:min(620px,96vw)!important;
  max-height:420px!important;
  overflow:auto!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #d7e4f0!important;
  box-shadow:0 24px 58px rgba(3,35,70,.26)!important;
  padding:4px 0!important;
}
.nav-search-title{padding:12px 16px 9px!important;font-size:13px!important;color:#687287!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.06em!important;border-bottom:1px solid #edf1f5!important}
.nav-result{display:grid!important;grid-template-columns:58px 1fr auto!important;gap:12px!important;align-items:center!important;width:100%!important;padding:10px 12px!important;border:0!important;background:#fff!important;text-align:left!important;cursor:pointer}
.nav-result:hover{background:#f5f9ff!important}
.nav-result img{width:58px!important;height:64px!important;object-fit:cover!important;border-radius:10px!important}
.nav-result-copy{display:flex!important;flex-direction:column!important;gap:3px!important}
.nav-result-copy b{font-size:14px!important;color:#22334c!important}
.nav-result-copy small{font-size:12px!important;color:#687287!important;font-weight:700!important}
.nav-result-price{font-size:13px!important;font-weight:900!important;color:#0a4f95!important;white-space:nowrap!important}
.nav-search-empty{padding:22px 14px!important;text-align:center!important;color:#687287!important;font-weight:700!important}
.nav-search-empty b{display:block!important;color:#25344c!important;margin-bottom:5px!important}
@media(max-width:1000px){
  .nav-live-search{flex:0 0 390px!important;min-width:390px!important}
}
@media(max-width:760px){
  .department-nav{padding:9px 10px!important;gap:8px!important}
  .nav-live-search{flex:0 0 min(84vw,390px)!important;min-width:min(84vw,390px)!important;margin-right:4px!important}
  .nav-search-input-wrap{height:46px!important;border-radius:16px!important}
  #navSearchInput{font-size:14px!important}
  .nav-search-results{width:min(94vw,560px)!important}
  .nav-result{grid-template-columns:52px 1fr auto!important;padding:9px 10px!important;gap:9px!important}
  .nav-result img{width:52px!important;height:58px!important}
}


/* === Buscador principal al INICIO de la barra de categorías - versión 2026-08-22 === */
.department-nav{
  min-height:68px!important;
  padding:8px max(2vw,16px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
}
.nav-live-search{
  order:-1!important;
  flex:0 0 430px!important;
  min-width:430px!important;
  max-width:430px!important;
  margin:0 10px 0 0!important;
  position:relative!important;
  z-index:80!important;
}
.nav-search-input-wrap{
  height:50px!important;
  display:flex!important;
  align-items:center!important;
  padding:0 10px 0 13px!important;
  border-radius:16px!important;
  border:2px solid rgba(255,255,255,.92)!important;
  background:
    linear-gradient(90deg,rgba(19,184,232,.28),rgba(255,189,24,.27),rgba(241,40,56,.24),rgba(35,179,75,.25)),
    rgba(255,255,255,.93)!important;
  box-shadow:0 7px 18px rgba(2,39,78,.20),inset 0 0 0 1px rgba(255,255,255,.80)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.nav-search-input-wrap:focus-within{
  border-color:#fff!important;
  box-shadow:0 9px 24px rgba(2,39,78,.28),0 0 0 3px rgba(255,203,32,.30)!important;
}
.nav-search-icon{
  width:31px!important;
  flex:0 0 31px!important;
  font-size:22px!important;
  color:#0759a8!important;
  filter:none!important;
}
#navSearchInput{
  color:#18334f!important;
  font-size:15px!important;
  font-weight:800!important;
  background:rgba(255,255,255,.36)!important;
  border:0!important;
  border-radius:10px!important;
  height:38px!important;
  padding:0 10px!important;
}
#navSearchInput::placeholder{
  color:#53677c!important;
  opacity:1!important;
  font-weight:700!important;
}
.nav-search-clear{
  width:34px!important;
  height:34px!important;
  margin-left:6px!important;
  background:rgba(255,255,255,.70)!important;
  color:#526579!important;
  box-shadow:none!important;
}
.nav-search-results{
  top:58px!important;
  left:0!important;
  width:min(620px,94vw)!important;
  z-index:999!important;
}
.department-link{flex:0 0 auto!important}
@media(max-width:1000px){
  .nav-live-search{flex:0 0 390px!important;min-width:390px!important;max-width:390px!important}
}
@media(max-width:760px){
  .department-nav{min-height:62px!important;padding:7px 9px!important}
  .nav-live-search{flex:0 0 330px!important;min-width:330px!important;max-width:330px!important;margin-right:6px!important}
  .nav-search-input-wrap{height:46px!important;border-radius:14px!important}
  #navSearchInput{height:34px!important;font-size:13px!important}
  #navSearchInput::placeholder{font-size:13px!important}
  .nav-search-icon{font-size:20px!important;width:27px!important;flex-basis:27px!important}
}


/* === FINAL: buscador siempre visible ANTES de INICIO (22-08-2026 15:20) === */
.department-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  min-height:70px!important;
  padding:8px 18px!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  background:linear-gradient(90deg,#0759a8 0%,#0b84c7 48%,#0759a8 100%)!important;
}
#navLiveSearch.nav-live-search{
  order:-9999!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  flex:0 0 420px!important;
  width:420px!important;
  min-width:420px!important;
  max-width:420px!important;
  margin:0 12px 0 0!important;
  position:relative!important;
  z-index:200!important;
}
#navLiveSearch .nav-search-input-wrap{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  height:50px!important;
  padding:0 10px 0 13px!important;
  border-radius:18px!important;
  border:2px solid rgba(255,255,255,.90)!important;
  background:
    linear-gradient(110deg,rgba(19,184,232,.36) 0%,rgba(255,189,24,.34) 34%,rgba(241,40,56,.30) 67%,rgba(35,179,75,.32) 100%),
    rgba(255,255,255,.88)!important;
  box-shadow:0 8px 22px rgba(2,35,71,.24),inset 0 0 18px rgba(255,255,255,.55)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
#navLiveSearch .nav-search-icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  font-family:Arial,sans-serif!important;
  font-size:31px!important;
  line-height:1!important;
  color:#0759a8!important;
  transform:rotate(-18deg)!important;
}
#navSearchInput{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  flex:1 1 auto!important;
  width:100%!important;
  min-width:0!important;
  height:39px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  outline:0!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.64)!important;
  color:#153a5f!important;
  font-size:15px!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 2px rgba(5,62,115,.08)!important;
}
#navSearchInput::placeholder{
  color:#52677c!important;
  opacity:1!important;
  font-weight:700!important;
}
#navSearchClear.nav-search-clear{
  display:grid!important;
  place-items:center!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  margin-left:7px!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.74)!important;
  color:#596a7d!important;
  font-size:22px!important;
  cursor:pointer!important;
}
#navSearchResults.nav-search-results{
  position:absolute!important;
  top:58px!important;
  left:0!important;
  right:auto!important;
  width:min(620px,92vw)!important;
  z-index:9999!important;
}
.department-nav > .department-link{order:0!important;flex:0 0 auto!important}
@media(max-width:900px){
  #navLiveSearch.nav-live-search{flex-basis:360px!important;width:360px!important;min-width:360px!important;max-width:360px!important}
}
@media(max-width:760px){
  .department-nav{min-height:64px!important;padding:7px 10px!important;gap:8px!important}
  #navLiveSearch.nav-live-search{flex-basis:320px!important;width:320px!important;min-width:320px!important;max-width:320px!important;margin-right:6px!important}
  #navLiveSearch .nav-search-input-wrap{height:47px!important;border-radius:16px!important}
  #navSearchInput{height:36px!important;font-size:13px!important}
  #navSearchInput::placeholder{font-size:13px!important}
}


/* Buscador de categorías: coincidencias visibles mientras se escribe */
#navSearchResults.nav-search-results:not([hidden]){
  display:block!important;
  animation:yesSearchDrop .16s ease-out both;
}
#navSearchResults .nav-result{
  width:100%;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:10px 14px;
  border:0;
  border-bottom:1px solid #edf2f7;
  background:#fff;
  text-align:left;
  cursor:pointer;
}
#navSearchResults .nav-result:hover{background:linear-gradient(90deg,#eef8ff,#fff9df,#fff1f4,#effbea)}
#navSearchResults .nav-result img{width:58px;height:64px;object-fit:cover;border-radius:9px;background:#f2f5f8}
#navSearchResults .nav-result-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
#navSearchResults .nav-result-copy b{font-size:14px;color:#25344c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#navSearchResults .nav-result-copy small{font-size:12px;color:#718096}
#navSearchResults .nav-result-price{font-size:14px;font-weight:950;color:#0759a8;white-space:nowrap}
#navSearchResults .nav-search-empty span{display:block;margin-top:4px;font-size:12px;font-weight:600}
@keyframes yesSearchDrop{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}


/* Buscador desplegable estilo catálogo: resultados visibles fuera de la barra */
#navSearchResults.nav-search-results{
  position:fixed!important;
  margin:0!important;
  max-height:min(620px,72vh)!important;
  overflow:auto!important;
  background:#fff!important;
  border:1px solid #d8dee7!important;
  border-radius:5px!important;
  box-shadow:0 18px 42px rgba(0,0,0,.22)!important;
  padding:0!important;
  z-index:99999!important;
}
#navSearchResults.nav-search-results[hidden]{display:none!important}
#navSearchResults.nav-search-results:not([hidden]){display:block!important}
#navSearchResults .nav-search-panel-title{
  padding:20px 24px 14px!important;
  font-size:22px!important;
  font-weight:800!important;
  color:#101820!important;
  background:#fff!important;
  border-bottom:1px solid #eef1f5!important;
}
#navSearchResults .nav-result{
  width:100%!important;
  min-height:116px!important;
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr) 150px!important;
  align-items:center!important;
  gap:18px!important;
  padding:16px 24px!important;
  border:0!important;
  border-bottom:1px solid #eef1f5!important;
  border-radius:0!important;
  background:#fff!important;
  text-align:left!important;
  cursor:pointer!important;
}
#navSearchResults .nav-result:hover{background:#f7fbff!important}
#navSearchResults .nav-result img{
  width:88px!important;
  height:118px!important;
  object-fit:cover!important;
  border-radius:0!important;
  background:#f2f3f5!important;
}
#navSearchResults .nav-result-copy{display:flex!important;flex-direction:column!important;gap:7px!important;min-width:0!important}
#navSearchResults .nav-result-copy b{
  font-size:18px!important;
  line-height:1.25!important;
  color:#555!important;
  font-weight:700!important;
  white-space:normal!important;
  overflow:visible!important;
}
#navSearchResults .nav-result-copy small{font-size:13px!important;color:#7a8594!important;font-weight:700!important}
#navSearchResults .nav-result-price{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:8px!important;
  font-size:18px!important;
  font-weight:900!important;
  color:#111!important;
  white-space:nowrap!important;
}
#navSearchResults .nav-result-price s{font-size:14px!important;color:#6d7480!important;font-weight:500!important}
#navSearchResults .nav-result-mobile-price{display:none!important}
#navSearchResults .nav-search-empty{padding:26px 24px 32px!important;text-align:left!important;background:#fff!important}
#navSearchResults .nav-search-empty b{font-size:17px!important;color:#25344c!important}
#navSearchResults .nav-search-empty span{font-size:13px!important;color:#718096!important}
@media(max-width:760px){
  #navSearchResults.nav-search-results{max-height:65vh!important;border-radius:8px!important}
  #navSearchResults .nav-search-panel-title{padding:14px 15px 10px!important;font-size:18px!important}
  #navSearchResults .nav-result{grid-template-columns:62px minmax(0,1fr)!important;gap:11px!important;min-height:90px!important;padding:11px 13px!important}
  #navSearchResults .nav-result img{width:62px!important;height:78px!important}
  #navSearchResults .nav-result-copy b{font-size:14px!important}
  #navSearchResults .nav-result-copy small{font-size:11px!important}
  #navSearchResults .nav-result-price{display:none!important}
  #navSearchResults .nav-result-mobile-price{display:block!important;font-size:14px!important;font-weight:900!important;color:#111!important}
  #navSearchResults .nav-result-mobile-price s{font-size:11px!important;color:#7b8490!important;margin-left:5px!important}
}


/* CORRECCIÓN 2026-08-22: resultados siempre debajo del buscador, sin tapar lo que se escribe */
#navSearchResults.nav-search-results{
  top:var(--nav-search-top,220px)!important;
  left:var(--nav-search-left,8px)!important;
  width:var(--nav-search-width,min(700px,92vw))!important;
  right:auto!important;
}
#navLiveSearch.nav-live-search{z-index:100000!important}
#navLiveSearch .nav-search-input-wrap{position:relative!important;z-index:100001!important}


/* 2026-08-22: eliminar buscador central y dejar lupa flotante */
.search-stage{display:none!important}
.floating-search-button{
  position:fixed;left:22px;bottom:24px;z-index:66;
  width:62px;height:62px;border:0;border-radius:50%;cursor:pointer;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#08b7ef 0%,#ffca20 34%,#f12838 67%,#35c83d 100%);
  padding:4px;box-shadow:0 14px 34px rgba(7,64,122,.28);
  transition:transform .2s ease,box-shadow .2s ease;
}
.floating-search-button::before{
  content:"";position:absolute;inset:4px;border-radius:50%;background:#fff;
}
.floating-search-button span{
  position:relative;z-index:1;color:#0759a8;font-size:39px;line-height:1;
  transform:rotate(-18deg);font-weight:900;
}
.floating-search-button:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 18px 38px rgba(7,64,122,.34)}
.floating-search-button:focus-visible{outline:4px solid rgba(255,202,32,.55);outline-offset:3px}
@media(max-width:760px){
  .floating-search-button{left:14px;bottom:78px;width:56px;height:56px}
  .floating-search-button span{font-size:35px}
}


/* 2026-08-22: lupa flotante independiente, centrada a la derecha */
.floating-search-button{
  position:fixed!important;right:22px!important;left:auto!important;top:50%!important;bottom:auto!important;
  transform:translateY(-50%)!important;z-index:10020!important;width:66px!important;height:66px!important;
  border:0!important;border-radius:50%!important;cursor:pointer!important;display:grid!important;place-items:center!important;
  background:linear-gradient(#fff,#fff) padding-box,
             conic-gradient(from 0deg,#13b8e8,#ffbd18,#f12838,#23b34b,#13b8e8) border-box!important;
  border:4px solid transparent!important;box-shadow:0 14px 35px rgba(4,58,116,.28)!important;
}
.floating-search-button::before{display:none!important}
.floating-search-button span{font-size:40px!important;line-height:1!important;color:#0759a8!important;transform:rotate(-18deg)!important;background:none!important;-webkit-text-fill-color:initial!important}
.floating-search-button:hover{transform:translateY(-50%) scale(1.06)!important}
.floating-search-button.active{box-shadow:0 0 0 5px rgba(255,189,24,.22),0 16px 40px rgba(4,58,116,.34)!important}

.floating-search-panel{
  position:fixed;right:102px;top:50%;transform:translateY(-50%) translateX(18px) scale(.98);
  width:min(650px,calc(100vw - 140px));max-height:min(650px,82vh);z-index:10019;
  background:rgba(255,255,255,.98);border-radius:24px;border:1px solid rgba(7,89,168,.18);
  box-shadow:0 28px 80px rgba(2,35,70,.30);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;backdrop-filter:blur(16px);
}
.floating-search-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) translateX(0) scale(1)}
.floating-search-head{padding:14px;display:flex;gap:10px;align-items:center;background:linear-gradient(110deg,rgba(19,184,232,.14),rgba(255,189,24,.16),rgba(241,40,56,.11),rgba(35,179,75,.13));border-bottom:1px solid #e6edf5}
.floating-search-field{height:58px;flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #0b68b7;border-radius:17px;padding:0 12px;box-shadow:0 0 0 5px rgba(7,89,168,.06)}
.floating-search-field:focus-within{border-color:#0759a8;box-shadow:0 0 0 5px rgba(19,184,232,.13)}
.floating-search-field-icon{font-size:30px;color:#0759a8;transform:rotate(-18deg);line-height:1}
.floating-search-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:17px;font-weight:750;color:#26364c;padding:0}
.floating-search-field input::placeholder{color:#7b8797;font-weight:500}
.floating-search-field button,.floating-search-close{border:0;cursor:pointer;display:grid;place-items:center}
.floating-search-field button{width:34px;height:34px;border-radius:50%;background:#edf5fb;color:#718096;font-size:23px}
.floating-search-close{width:42px;height:42px;border-radius:50%;background:#0759a8;color:#fff;font-size:26px;flex:0 0 42px}
.floating-search-results{max-height:calc(min(650px,82vh) - 87px);overflow:auto;background:#fff}
.floating-search-title{padding:16px 20px 11px;font-size:20px;font-weight:950;color:#18283d;border-bottom:1px solid #eef2f6}
.floating-result{width:100%;border:0;border-bottom:1px solid #edf1f5;background:#fff;display:grid;grid-template-columns:78px 1fr auto;align-items:center;gap:15px;padding:14px 18px;text-align:left;cursor:pointer;color:#26364c}
.floating-result:hover{background:#f4f9ff}
.floating-result img{width:78px;height:84px;object-fit:cover;border-radius:10px;background:#f1f4f7}
.floating-result-copy{display:flex;flex-direction:column;gap:6px;min-width:0}
.floating-result-copy b{font-size:16px;line-height:1.25}
.floating-result-copy small{font-size:12px;color:#718096;font-weight:750}
.floating-result-price{font-size:16px;font-weight:950;color:#111;white-space:nowrap}
.floating-result-price s{display:block;font-size:12px;color:#7d8794;font-weight:600;margin-top:4px}
.floating-search-hint,.floating-search-empty{padding:30px 22px;color:#718096;display:flex;flex-direction:column;gap:6px}
.floating-search-hint b,.floating-search-empty b{font-size:18px;color:#26364c}

@media(max-width:760px){
  .floating-search-button{right:14px!important;width:58px!important;height:58px!important}
  .floating-search-button span{font-size:35px!important}
  .floating-search-panel{right:12px;left:12px;top:50%;width:auto;max-height:78vh;transform:translateY(-50%) translateX(12px) scale(.98)}
  .floating-search-panel.open{transform:translateY(-50%) translateX(0) scale(1)}
  .floating-search-head{padding:10px;gap:7px}
  .floating-search-field{height:52px;border-radius:15px;padding:0 10px}
  .floating-search-field input{font-size:15px}
  .floating-search-close{width:38px;height:38px;flex-basis:38px;font-size:23px}
  .floating-result{grid-template-columns:58px 1fr;padding:10px 12px;gap:10px}
  .floating-result img{width:58px;height:64px}
  .floating-result-price{grid-column:2;font-size:14px;margin-top:-4px}
}

/* 2026-08-22 - Categorías como botones infantiles con colores YES Fashionable Kids */
.department-nav{
  gap:10px;
  padding-top:10px;
  padding-bottom:10px;
  background:linear-gradient(90deg,#0759a8 0%,#0a8fd0 50%,#0759a8 100%);
}
.department-nav > .department-link{
  border:2px solid rgba(255,255,255,.72)!important;
  border-radius:15px!important;
  padding:11px 16px!important;
  color:#fff!important;
  font-weight:950!important;
  letter-spacing:.025em!important;
  box-shadow:0 7px 14px rgba(2,40,80,.16), inset 0 1px 0 rgba(255,255,255,.25)!important;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease!important;
  text-shadow:0 1px 2px rgba(0,0,0,.14);
}
.department-nav > .department-link:hover{
  transform:translateY(-2px) scale(1.035)!important;
  filter:brightness(1.08) saturate(1.08)!important;
  box-shadow:0 10px 20px rgba(2,40,80,.24),0 0 0 3px rgba(255,255,255,.18)!important;
}
.department-nav > .department-link.active{
  color:#16304f!important;
  background:#fff!important;
  border-color:#fff!important;
  text-shadow:none!important;
  box-shadow:0 8px 20px rgba(2,40,80,.22),0 0 0 3px rgba(255,203,32,.45)!important;
}
.department-nav > .department-link span{color:#fff36d!important;text-shadow:0 1px 2px rgba(0,0,0,.18)}
.department-nav > .department-link.active span{color:#f2aa00!important;text-shadow:none}

.department-nav > .department-link[data-department="all"]{background:linear-gradient(135deg,#12aee8,#0877c7)!important}
.department-nav > .department-link[data-department="niñas"]{background:linear-gradient(135deg,#ff5fa2,#f12865)!important}
.department-nav > .department-link[data-department="niños"]{background:linear-gradient(135deg,#20c4ef,#118fd5)!important}
.department-nav > .department-link[data-department="bebés"]{background:linear-gradient(135deg,#ffd640,#ffae19)!important;color:#24405e!important;text-shadow:none}
.department-nav > .department-link[data-department="calzado"]{background:linear-gradient(135deg,#5bdd58,#28b842)!important}
.department-nav > .department-link[data-department="accesorios"]{background:linear-gradient(135deg,#a86df2,#7650d8)!important}
.department-nav > .department-link[data-department="juguetes"]{background:linear-gradient(135deg,#ff8d32,#f15a24)!important}
.department-nav > .department-link[data-department="escolar"]{background:linear-gradient(135deg,#17c5a2,#089c84)!important}
.department-nav > .department-link[data-department="ofertas"]{background:linear-gradient(135deg,#ff3d4d,#e81832)!important;animation:yesSalePulse 2.4s ease-in-out infinite}

@keyframes yesSalePulse{
  0%,100%{box-shadow:0 7px 14px rgba(2,40,80,.16),0 0 0 0 rgba(255,203,32,0)}
  50%{box-shadow:0 9px 20px rgba(2,40,80,.20),0 0 0 5px rgba(255,203,32,.22)}
}

@media(max-width:760px){
  .department-nav{gap:7px;padding:8px 10px}
  .department-nav > .department-link{padding:10px 13px!important;border-radius:13px!important;font-size:10.5px!important}
}
