/* Eurotronic Manuales y Catalogos CMS 8 v1.0.1 */
.eurodownloads-page{--euro-red:#b63221;--euro-red-dark:#962719;--euro-text:#202020;--euro-muted:#777;--euro-grey:#f3f3f3;color:var(--euro-text);background:#fff;overflow:hidden;}
.eurodownloads-container{width:min(100%,1248px);margin:0 auto;padding-left:24px;padding-right:24px;}
.eurodownloads-hero{position:relative;min-height:560px;padding:135px 0 90px;background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#bd3829 0%,#8f1f16 100%);text-align:center;color:#fff;}
.eurodownloads-hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:120px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);}
.eurodownloads-hero .eurodownloads-container{position:relative;z-index:1;}
.eurodownloads-hero h1{margin:0 0 42px;color:#fff;font-size:clamp(38px,5vw,72px);font-weight:500;line-height:1.02;letter-spacing:-.045em;text-transform:uppercase;}
.eurodownloads-catalogs{display:grid;grid-template-columns:repeat(2,minmax(260px,360px));gap:24px;justify-content:center;margin:0 auto 48px;}
.eurodownloads-catalog-card{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;padding:18px 24px;border:1px solid rgba(255,255,255,.38);border-radius:12px;background:rgba(255,255,255,.14);color:#fff!important;text-decoration:none!important;box-shadow:0 16px 36px rgba(0,0,0,.15);backdrop-filter:blur(4px);transition:transform .2s ease,background .2s ease;}
.eurodownloads-catalog-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.22);color:#fff!important;text-decoration:none!important;}
.eurodownloads-catalog-card span{text-align:left;font-size:16px;line-height:1.25;font-weight:600;}
.eurodownloads-catalog-card strong{display:grid;place-items:center;min-width:38px;height:38px;border-radius:999px;background:#fff;color:var(--euro-red);font-size:24px;line-height:1;}
.eurodownloads-search{position:relative;width:min(100%,620px);margin:0 auto;}
.eurodownloads-search input{width:100%;height:48px;padding:0 58px 0 22px;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:#fff;color:#222;font-size:16px;outline:0;box-shadow:0 12px 26px rgba(0,0,0,.16);}
.eurodownloads-search button{position:absolute;right:7px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:999px;background:var(--euro-red);color:#fff;font-size:21px;cursor:pointer;}
.eurodownloads-filters{padding:72px 0 50px;background:#fff;text-align:center;}
.eurodownloads-filters h2{margin:0 0 34px;color:#333;font-size:clamp(24px,2.7vw,36px);font-weight:500;letter-spacing:-.025em;text-transform:uppercase;}
.eurodownloads-select-wrapper{display:none;margin:0 auto 24px;width:min(100%,520px);}
.eurodownloads-select-wrapper select{width:100%;height:46px;padding:0 14px;border:1px solid #ddd;border-radius:10px;background:#fff;color:#333;font-size:15px;}
.eurodownloads-category-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:18px;}
.eurodownloads-category-card{display:flex;align-items:center;justify-content:flex-start;gap:14px;min-height:92px;padding:14px 12px;border:1px solid #ddd;border-radius:12px;background:#fff;color:#666;text-align:left;cursor:pointer;box-shadow:4px 4px 12px rgba(0,0,0,.13);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.eurodownloads-category-card:hover,.eurodownloads-category-card.is-active{transform:translateY(-2px);border-color:#111;box-shadow:5px 8px 16px rgba(0,0,0,.16);}
.eurodownloads-category-card img{display:block;width:52px;height:52px;object-fit:contain;flex:0 0 auto;}
.eurodownloads-category-card span{font-size:14px;font-weight:600;line-height:1.22;}
.eurodownloads-products{padding:34px 0 90px;background:#fff;}
.eurodownloads-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 28px;align-items:stretch;}
.eurodownloads-product-card{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:18px 30px;border:1px solid #ddd;border-radius:12px;background:#fff;color:#222!important;text-decoration:none!important;box-shadow:4px 4px 10px rgba(0,0,0,.13);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.eurodownloads-product-card:hover{transform:scale(1.01);border-color:#cfcfcf;color:#222!important;text-decoration:none!important;box-shadow:6px 8px 18px rgba(0,0,0,.16);}
.eurodownloads-product-card[hidden],.eurodownloads-old-title[hidden],.eurodownloads-empty[hidden],.eurodownloads-more[hidden]{display:none;}
.eurodownloads-product-card span{font-size:15px;font-weight:600;letter-spacing:.01em;}
.eurodownloads-product-card strong{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--euro-red);color:#fff;font-size:22px;line-height:1;flex:0 0 auto;}
.eurodownloads-old-title{margin:56px 0 24px;color:#222;font-size:clamp(24px,2.4vw,34px);font-weight:500;letter-spacing:-.025em;text-align:left;}
.eurodownloads-old-card{background:#fbfbfb;}
.eurodownloads-empty{display:flex;align-items:center;justify-content:center;min-height:90px;margin:20px 0 30px;border:1px dashed #ccc;border-radius:12px;color:#777;font-size:16px;}
.eurodownloads-actions{display:flex;justify-content:center;gap:16px;margin-top:42px;}
.eurodownloads-more{min-width:142px;height:44px;padding:0 24px;border:0;border-radius:999px;background:var(--euro-red);color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 10px 24px rgba(182,50,33,.25);transition:background .18s ease,transform .18s ease;}
.eurodownloads-more:hover{background:var(--euro-red-dark);transform:translateY(-1px);}
body#cms #content-wrapper{width:100%;max-width:none;}
@media(max-width:1199.98px){.eurodownloads-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.eurodownloads-hero{min-height:500px;padding-top:115px;}}
@media(max-width:767.98px){.eurodownloads-container{padding-left:18px;padding-right:18px;}.eurodownloads-hero{min-height:440px;padding:86px 0 70px;}.eurodownloads-catalogs{grid-template-columns:1fr;gap:16px;margin-bottom:34px;}.eurodownloads-search{width:min(100%,520px);}.eurodownloads-category-grid{display:none;}.eurodownloads-select-wrapper{display:block;}.eurodownloads-grid{grid-template-columns:1fr;gap:16px;}.eurodownloads-product-card{padding:16px 20px;}.eurodownloads-filters{padding-top:50px;}.eurodownloads-products{padding-bottom:70px;}}

/* Eurotronic Manuales y Catalogos CMS 8 v1.0.2 - cabecera e imágenes producto */
.eurodownloads-hero{min-height:clamp(430px,37.6vw,560px);background-image:url("/img/cms/descargas/cabecera/background-banner-descarga-manuales-videos.png");background-size:cover;background-position:center top;background-repeat:no-repeat;}
.eurodownloads-hero::after{height:120px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);}
.eurodownloads-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;}
.eurodownloads-product-card{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:250px;padding:16px 16px 18px;text-align:center;}
.eurodownloads-product-img{display:block;width:100%;max-width:170px;aspect-ratio:1/1;object-fit:contain;margin:0 auto 14px;}
.eurodownloads-product-card span{min-height:38px;display:flex;align-items:center;justify-content:center;text-align:center;}
.eurodownloads-product-card strong{position:absolute;right:14px;bottom:14px;width:32px;height:32px;font-size:20px;}
@media(max-width:1199.98px){.eurodownloads-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:767.98px){.eurodownloads-hero{background-image:url("/img/cms/descargas/cabecera/mobile-descargas.png");background-size:cover;background-position:center top;min-height:640px;padding-top:88px;}.eurodownloads-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}.eurodownloads-product-card{min-height:210px;padding:14px;}.eurodownloads-product-img{max-width:135px;}}
@media(max-width:480px){.eurodownloads-grid{grid-template-columns:1fr;}.eurodownloads-product-card{min-height:0;}.eurodownloads-product-img{max-width:160px;}}

/* Eurotronic Manuales y Catalogos CMS 8 v1.0.3 - descatalogados como antes */
.eurodownloads-old-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.eurodownloads-old-card{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:64px!important;padding:18px 30px!important;text-align:left!important;}
.eurodownloads-old-card .eurodownloads-product-img{display:none!important;}
.eurodownloads-old-card span{display:block!important;min-height:0!important;text-align:left!important;}
.eurodownloads-old-card strong{position:static!important;display:grid!important;width:34px!important;height:34px!important;font-size:22px!important;line-height:1!important;flex:0 0 auto!important;}
@media(max-width:767.98px){.eurodownloads-old-grid{grid-template-columns:1fr;}.eurodownloads-old-card{padding:16px 20px!important;}}

/* Eurotronic Manuales y Catalogos CMS 8 v1.0.4 - respetar hidden tras estilos descatalogados */
.eurodownloads-product-card[hidden],.eurodownloads-old-card[hidden],.eurodownloads-old-title[hidden],.eurodownloads-empty[hidden],.eurodownloads-more[hidden]{display:none!important;}
