/* NSF — sistema tipográfico editorial aprobado. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=EB+Garamond:wght@400;500&display=swap');

:root{
  --nsf-font-editorial:'EB Garamond',Georgia,'Times New Roman',serif;
  --nsf-font-ui:'DM Sans',Arial,sans-serif;
}

html,body,button,input,select,textarea{font-family:var(--nsf-font-ui);}

h1,h2,h3,h4,h5,h6{font-family:var(--nsf-font-editorial);font-weight:500;}

html,body{margin:0;padding:0;background:#fff;color:#171717}.nsf-site-shell{width:100%;min-height:60vh}.nsf-site-main{width:min(100%,1040px);margin:0 auto;padding:25px 28px 90px;box-sizing:border-box}.nsf-native-heading{margin:0 0 38px;padding:0 0 14px;border-bottom:1px dotted #999}.nsf-native-heading h1{margin:0;color:#df1720;font-family:var(--nsf-font-editorial);font-size:30px;line-height:1.15;font-weight:700}.nsf-native-kicker{display:block;margin:0 0 8px;color:#df1720;font-size:10px;font-weight:900;letter-spacing:.12em}.nsf-native-description{margin-top:10px;color:#666;font-size:14px;line-height:1.55}.nsf-native-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 22px}.nsf-native-card{margin:0;min-width:0}.nsf-native-card-link{display:block;color:inherit;text-decoration:none!important;background:transparent!important}.nsf-native-thumb{aspect-ratio:16/9;overflow:hidden;background:#f3f3f3;margin-bottom:12px}.nsf-native-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.nsf-native-card-link:hover .nsf-native-thumb img{transform:scale(1.02)}.nsf-native-card-copy h2{margin:4px 0 7px;color:#171717;font-size:17px;line-height:1.25;font-weight:800}.nsf-native-card-link:hover .nsf-native-card-copy h2{color:#df1720}.nsf-native-card-copy p{margin:0;color:#666;font-size:12px;line-height:1.5}.nsf-native-meta{color:#777;font-size:10px;letter-spacing:.04em}.nsf-native-single{max-width:820px;margin:0 auto}.nsf-native-featured{margin:0 0 34px}.nsf-native-featured img{display:block;width:100%;height:auto}.nsf-native-entry-content{font-size:16px;line-height:1.75}.nsf-native-entry-content a{color:#df1720}.nsf-native-entry-content a:hover{color:#111;text-decoration:none}.nsf-native-message{text-align:center;padding:80px 20px}.nsf-native-message h1{color:#df1720;font-family:Georgia,serif}.nsf-native-message p,.nsf-native-empty{color:#666}.nsf-native-button{display:inline-block;margin-top:14px;padding:10px 16px;color:#fff;background:#df1720;text-decoration:none}

/* Tira del Hilo: no mostrar el título genérico del tema sobre su diseño propio. */
body.page-tira-del-hilo .nsf-site-main > .nsf-native-heading{display:none!important}

/* Footer global NSF. */
.nsf-native-footer{margin-top:0;border-top:1px solid #ddd;background:#fff;color:#171717}.nsf-native-footer-inner{width:min(100%,1040px);margin:0 auto;padding:48px 28px 42px;box-sizing:border-box;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}.nsf-footer-brand{min-width:0}.nsf-footer-logo{display:inline-block;text-decoration:none!important}.nsf-footer-logo img{display:block;width:auto;height:34px;transition:filter .18s ease}.nsf-footer-logo:hover img{filter:grayscale(1) brightness(0)}.nsf-footer-brand p{margin:13px 0 0;color:#777;font-size:12px;line-height:1.5}.nsf-native-footer h2{margin:0 0 16px;color:#df1720;font-family:var(--nsf-font-editorial);font-size:18px;line-height:1.2;font-weight:700}.nsf-footer-sitemap nav,.nsf-footer-links nav{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.nsf-native-footer nav a{color:#171717;text-decoration:none!important;font-size:12px;line-height:1.35}.nsf-native-footer nav a:hover{color:#df1720}.nsf-footer-bottom{border-top:1px dotted #aaa;width:min(100%,1040px);margin:0 auto;padding:16px 28px 22px;box-sizing:border-box;color:#888;font-size:10px}.nsf-footer-bottom span{display:block}
@media(max-width:700px){.nsf-native-footer-inner{grid-template-columns:1fr;gap:30px;padding:38px 30px 34px}.nsf-native-footer h2{margin-bottom:12px}.nsf-footer-brand{padding-bottom:4px}.nsf-footer-bottom{padding-left:30px;padding-right:30px}}


/* Header global NSF: estructura y presentación pertenecen al tema. */
.nsf-store-topbar{width:min(100%,1120px);margin:0 auto;padding:44px 28px 18px;box-sizing:border-box;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;border-bottom:1px solid #eee;background:#fff}
.nsf-store-logo{display:flex;align-items:center;color:#df1720;line-height:1;text-decoration:none;white-space:nowrap;font-size:1.38em!important;transform:none!important}
.nsf-store-logo img{display:block;width:auto;height:36px;max-width:180px;max-height:36px;object-fit:contain;transition:filter .18s ease}
.nsf-store-logo:hover img,.nsf-store-logo:focus-visible img{filter:grayscale(1) brightness(0)}
.nsf-store-nav{display:flex;gap:34px;align-items:center;justify-content:center}
.nsf-store-nav a{color:#111;text-decoration:none;font-size:12px;font-weight:500;letter-spacing:.02em}
.nsf-store-nav a:hover{color:#df1720}
.nsf-store-tools{display:flex;justify-content:flex-end;align-items:center;gap:20px}
.nsf-store-tool{position:relative;width:25px;height:25px;display:flex;align-items:center;justify-content:center;color:#111;text-decoration:none}
.nsf-store-tool svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.nsf-store-cart-tool span{position:absolute;top:-7px;right:-7px;min-width:14px;height:14px;border-radius:50%;padding:0 3px;box-sizing:border-box;background:#df1720;color:#fff;font-size:8px;line-height:14px;text-align:center;font-weight:800}
@media(max-width:900px){.nsf-store-topbar{grid-template-columns:1fr auto;padding:24px 18px 18px}.nsf-store-nav{display:none}.nsf-store-tools{gap:15px}.nsf-store-logo img{height:28px;max-width:170px;max-height:28px}}
@media(max-width:480px){.nsf-store-logo img{height:24px;max-width:155px;max-height:24px}.nsf-store-tool{width:22px}.nsf-store-tool svg{width:21px;height:21px}.nsf-store-tools{gap:11px}}

/* NSF — tipografía editorial: títulos y contenidos culturales. */
.nsf-native-heading h1,
.nsf-native-message h1,
.nsf-native-footer h2,
.nsf-native-card-copy h2,
.nsf-site-main .nsf-catalog-title,
.nsf-site-main .nsf-catalog-heading,
.nsf-site-main .woocommerce-loop-product__title,
.nsf-site-main .product_title{
  font-family:var(--nsf-font-editorial)!important;
  font-weight:500;
}

/* Interfaz y navegación. */
.nsf-store-topbar,
.nsf-store-topbar a,
.nsf-store-topbar button,
.nsf-site-main .price,
.nsf-site-main .woocommerce-Price-amount,
.nsf-site-main .button,
.nsf-site-main .woocommerce-button,
.nsf-site-main .add_to_cart_button{
  font-family:var(--nsf-font-ui)!important;
}
.nsf-store-topbar a{font-weight:500;}

/* Frase principal de NSF. */
body.home .nsf-site-main p:first-of-type,
body.front-page .nsf-site-main p:first-of-type{
  font-family:var(--nsf-font-editorial)!important;
  font-weight:400;
}

/* Búsqueda NSF: catálogo + contenido editorial. */
.nsf-search-page-main{width:min(100%,1120px);margin:0 auto;padding:58px 28px 90px;box-sizing:border-box}
.nsf-search-heading{margin:0 0 24px;padding:0 0 14px;border-bottom:1px dotted #999}
.nsf-search-heading h1{margin:0;color:#df1720;font-family:var(--nsf-font-editorial);font-size:34px;line-height:1.1;font-weight:500}
.nsf-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin:0 0 46px;padding:0 0 18px;border-bottom:1px dotted #ccc}
.nsf-search-form input{width:100%;min-height:46px;padding:10px 14px;border:1px solid #bbb;border-radius:0;background:#fff;color:#111;font:400 14px/1.3 var(--nsf-font-ui);box-sizing:border-box;outline:none}
.nsf-search-form input:focus{border-color:#df1720;box-shadow:0 0 0 2px rgba(223,23,32,.12)}
.nsf-search-form button{min-height:46px;padding:10px 20px;border:1px solid #df1720;border-radius:0;background:#fff;color:#df1720;font:500 12px/1 var(--nsf-font-ui);letter-spacing:.04em;cursor:pointer;transition:background .18s ease,color .18s ease}
.nsf-search-form button:hover{background:#df1720;color:#fff}
.nsf-search-form button:focus-visible{outline:2px solid #111;outline-offset:3px}
.nsf-search-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:26px;row-gap:42px}
.nsf-search-card{min-width:0;border-bottom:1px dotted #ccc;padding-bottom:18px}
.nsf-search-card-link{display:block;color:#111;text-decoration:none!important;background:transparent!important}
.nsf-search-card-type{display:block;margin:0 0 10px;color:#df1720;font:500 10px/1 var(--nsf-font-ui);letter-spacing:.1em}
.nsf-search-card-image{aspect-ratio:16/9;overflow:hidden;background:#f3f3f3;margin:0 0 13px}
.nsf-search-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.nsf-search-card-body h2{margin:0 0 7px;color:#111;font:500 21px/1.15 var(--nsf-font-editorial)}
.nsf-search-card-body p{margin:0;color:#666;font:400 12px/1.5 var(--nsf-font-ui)}
.nsf-search-price{margin-top:5px;color:#df1720;font:500 14px/1.3 var(--nsf-font-ui)}
.nsf-search-card-link:hover .nsf-search-card-body h2{color:#df1720}
.nsf-search-card-link:hover .nsf-search-card-image img{transform:scale(1.02)}
.nsf-search-pagination{margin-top:44px}
.nsf-search-pagination .nav-links{display:flex;justify-content:center;gap:24px;align-items:center}
.nsf-search-pagination a,.nsf-search-pagination span{color:#111;font:400 12px/1.3 var(--nsf-font-ui);text-decoration:none}
.nsf-search-pagination a:hover{color:#df1720}
.nsf-search-pagination .current{color:#df1720}
.nsf-search-empty{padding:20px 0;border-top:1px dotted #ccc}
.nsf-search-empty h2{margin:0 0 10px;color:#df1720;font:500 28px/1.2 var(--nsf-font-editorial)}
.nsf-search-empty p{margin:0;max-width:620px;color:#666;font:400 13px/1.6 var(--nsf-font-ui)}
@media(max-width:800px){.nsf-search-page-main{padding:42px 18px 70px}.nsf-search-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px}.nsf-search-heading h1{font-size:30px}}
@media(max-width:560px){.nsf-search-form{grid-template-columns:1fr}.nsf-search-results{grid-template-columns:1fr}.nsf-search-card-body h2{font-size:22px}}
