/* NIKY_MOBIRO_R731_SEMANTIC_PRODUCT_LINKS */
:root {
    --nk-ink: #171717;
    --nk-muted: #6d685f;
    --nk-gold: #c6a15b;
    --nk-gold-dark: #9a7435;
    --nk-paper: #f7f4ee;
    --nk-line: #e4ded2;
    --nk-white: #fff;
    --nk-shadow: 0 18px 55px rgba(19, 18, 16, .09);
}

.nkcat-page,
.nkcat-page * { box-sizing: border-box; }
.nkcat-page { padding-top: 86px; background: #fff; color: var(--nk-ink); min-height: 70vh; }
.nkcat-shell { width: min(1180px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
.nkcat-kicker { display: block; margin-bottom: 10px; color: var(--nk-gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nkcat-r72 .nkcat-kicker { display: none !important; }

.nkcat-breadcrumb { background: #111; color: #bbb; border-top: 1px solid rgba(198, 161, 91, .35); font-size: 13px; }
.nkcat-breadcrumb .nkcat-shell { display: flex; gap: 9px; align-items: center; min-height: 46px; overflow: hidden; white-space: nowrap; }
.nkcat-breadcrumb a { color: #ddd; text-decoration: none; }
.nkcat-breadcrumb strong { color: #fff; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }

.nkcat-category-hero { padding: 64px 0 58px; background: linear-gradient(125deg, #171717 0, #25221d 68%, #342a1d 100%); color: #fff; border-bottom: 1px solid var(--nk-gold); }
.nkcat-category-title,
.nkcat-product-title { margin: 0; color: inherit; font-size: clamp(36px, 4.1vw, 62px); line-height: 1.04; font-weight: 500; letter-spacing: -.035em; }
.nkcat-category-intro { max-width: 920px; margin-top: 24px; color: #eee; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.7; }
.nkcat-category-intro * { color: #eee !important; background: transparent !important; }
.nkcat-category-intro p { margin: 0 0 12px; }

.nkcat-category-page > .nkcat-breadcrumb { display: none; }
.nkcat-category-page > .nkcat-catalog { padding-top: 38px; }
.nkcat-category-editorial { max-width: 1040px; padding-top: 58px; padding-bottom: 42px; overflow-wrap: anywhere; }
.nkcat-category-editorial .nkcat-category-title { color: var(--nk-ink); margin-bottom: 24px; }
.nkcat-category-editorial .nkcat-category-intro { max-width: none; margin-top: 0; margin-bottom: 28px; color: #292724; }
.nkcat-category-editorial .nkcat-category-intro,
.nkcat-category-editorial .nkcat-category-intro * { color: #292724 !important; background: transparent !important; }
.nkcat-category-editorial .nkcat-body { max-width: none; }
.nkcat-category-editorial .nkcat-body + .nkcat-body { margin-top: 24px; }

.nkcat-contact-primary { padding-top: 48px; padding-bottom: 42px; }
.nkcat-contact-secondary { padding-top: 36px; padding-bottom: 74px; }
.nkcat-offer { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 48px; padding: 42px; background: var(--nk-paper); border: 1px solid var(--nk-line); border-top: 3px solid var(--nk-gold); box-shadow: var(--nk-shadow); }
.nkcat-offer-copy h2 { margin: 0 0 16px; font-size: clamp(26px, 2.4vw, 38px); line-height: 1.18; font-weight: 500; }
.nkcat-offer-copy p { color: var(--nk-muted); font-size: 16px; line-height: 1.7; }
.nkcat-whatsapp,
.nkcat-primary-cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; background: #1f6f49; color: #fff !important; text-decoration: none; font-weight: 700; border-radius: 2px; }
.nkcat-offer-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.nkcat-field { min-width: 0; }
.nkcat-field--full,
.nkcat-offer-form button,
.nkcat-form-status { grid-column: 1 / -1; }
.nkcat-field label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; color: #4e493f; }
.nkcat-offer-form input,
.nkcat-offer-form textarea { display: block; width: 100%; border: 1px solid #cfc7b8; background: #fff; padding: 12px 13px; font: inherit; color: #171717; border-radius: 2px; }
.nkcat-offer-form button,
.nkcat-toolbar button { border: 0; background: #181818; color: #fff; padding: 13px 20px; font: inherit; font-weight: 700; cursor: pointer; }
.nkcat-form-status { min-height: 20px; margin: 0; font-size: 13px; color: #235c40; }
.nkcat-restored-form { padding: 34px; background: var(--nk-paper); border: 1px solid var(--nk-line); border-top: 3px solid var(--nk-gold); }

.nkcat-node-children,
.nkcat-catalog,
.nkcat-related { padding-top: 38px; padding-bottom: 42px; }
.nkcat-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--nk-line); padding-bottom: 16px; }
.nkcat-section-head h2 { margin: 0; font-size: clamp(27px, 2.6vw, 39px); font-weight: 500; letter-spacing: -.02em; }
.nkcat-section-head > strong { color: var(--nk-muted); font-size: 14px; }

.nkcat-children { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.nkcat-child { border: 1px solid var(--nk-line); background: #fff; }
.nkcat-child a { display: block; color: inherit; text-decoration: none; height: 100%; }
.nkcat-child img { display: block; width: 100%; height: 190px; object-fit: cover; background: #eee; }
.nkcat-child a > div { padding: 22px; }
.nkcat-child h3 { margin: 0 0 9px; font-size: 22px; font-weight: 500; }
.nkcat-child p { color: var(--nk-muted); line-height: 1.55; }
.nkcat-child span,
.nkcat-card-copy span { color: var(--nk-gold-dark); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }

.nkcat-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 26px; padding: 16px; background: var(--nk-paper); border: 1px solid var(--nk-line); }
.nkcat-toolbar > label { display: flex; gap: 8px; align-items: center; font-weight: 600; font-size: 14px; }
.nkcat-toolbar select { padding: 9px 28px 9px 10px; border: 1px solid #cfc7b8; background: #fff; }
.nkcat-filter-panel { position: relative; }
.nkcat-filter-panel summary { cursor: pointer; padding: 10px 18px; background: #fff; border: 1px solid #cfc7b8; font-weight: 700; }
.nkcat-filter-groups { position: absolute; z-index: 20; top: 46px; left: 0; width: min(780px, 84vw); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 22px; background: #fff; border: 1px solid var(--nk-line); box-shadow: var(--nk-shadow); }
.nkcat-filter-groups fieldset { border: 0; margin: 0; padding: 0; }
.nkcat-filter-groups legend { font-weight: 700; margin-bottom: 9px; }
.nkcat-filter-groups label { display: block; margin: 7px 0; color: #4f4a42; font-size: 14px; }
.nkcat-reset { color: #6b5a3d; }

.nkcat-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.nkcat-card { min-width: 0; background: #fff; border: 1px solid var(--nk-line); transition: transform .2s ease, box-shadow .2s ease; }
.nkcat-card:hover { transform: translateY(-3px); box-shadow: var(--nk-shadow); }
.nkcat-card > a { display: block; color: inherit; text-decoration: none; height: 100%; }
.nkcat-card-media { aspect-ratio: 4 / 3; overflow: hidden; background: #f0eee9; }
.nkcat-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nkcat-card:hover img { transform: scale(1.025); }
.nkcat-card-copy { padding: 19px 19px 22px; }
.nkcat-card h3 { margin: 0 0 9px; font-size: 20px; line-height: 1.3; font-weight: 500; }
.nkcat-card p { color: var(--nk-muted); font-size: 14px; line-height: 1.5; }
.nkcat-pagination { margin-top: 32px; }
.nkcat-pagination nav > div:first-child { display: none; }
.nkcat-pagination nav > div:last-child { display: flex; justify-content: center; }

.nkcat-editorial,
.nkcat-product-content { max-width: 1040px; padding-top: 58px; padding-bottom: 42px; }
.nkcat-body { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.8; color: #292724; }
.nkcat-body + .nkcat-body { margin-top: 24px; }
.nkcat-body h2,
.nkcat-body h3 { line-height: 1.25; font-weight: 500; }
.nkcat-body img { max-width: 100%; height: auto; }

.nkcat-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.nkcat-gallery a { display: block; overflow: hidden; background: #eee; }
.nkcat-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nkcat-category-gallery { padding-top: 34px; padding-bottom: 44px; }
.nkcat-faq { padding-top: 42px; padding-bottom: 42px; }

.nkcat-product-header { position: relative; padding-top: 56px; padding-bottom: 34px; }
.nkcat-product-header .nkcat-primary-cta { margin-top: 24px; background: #181818; }
.nkcat-product-overview { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); gap: 34px; align-items: start; padding-top: 8px; padding-bottom: 50px; }
.nkcat-product-overview--no-gallery { grid-template-columns: minmax(320px, 460px); justify-content: end; }
.nkcat-product-gallery { padding: 0; gap: 12px; }
.nkcat-product-gallery a { border: 1px solid var(--nk-line); }
.nkcat-product-gallery a:first-child { grid-column: span 2; }
.nkcat-product-gallery a:first-child img { height: min(54vw, 610px); }
.nkcat-product-gallery img { height: 220px; aspect-ratio: auto; object-fit: cover; }
.nkcat-product-offer { position: sticky; top: 104px; padding: 0; }
.nkcat-product-offer .nkcat-offer { display: block; padding: 28px; box-shadow: 0 12px 35px rgba(19, 18, 16, .08); }
.nkcat-product-offer .nkcat-offer-copy h2 { font-size: 28px; }
.nkcat-product-offer .nkcat-offer-copy p { font-size: 15px; }
.nkcat-product-offer .nkcat-offer-form { grid-template-columns: 1fr; margin-top: 24px; }
.nkcat-product-offer .nkcat-field { grid-column: 1 / -1; }

.nkcat-specs { margin-top: 38px; border-top: 1px solid var(--nk-line); padding-top: 28px; }
.nkcat-specs h2 { font-size: 28px; font-weight: 500; }
.nkcat-specs table { width: 100%; border-collapse: collapse; }
.nkcat-specs th,
.nkcat-specs td { text-align: left; padding: 12px; border-bottom: 1px solid var(--nk-line); vertical-align: top; }
.nkcat-specs th { width: 32%; font-weight: 700; }
.nkcat-brand { margin-top: 24px; }
.nkcat-empty { padding: 36px; background: var(--nk-paper); text-align: center; }

.nkcat-menu-group { position: relative; }
.nkcat-menu-group > .sub-menu { min-width: 290px; }
.nkcat-menu-children .nav-link { white-space: nowrap; }
.nkcat-menu-children .nkcat-menu-item { display: block; }
.nkcat-menu-children { max-height: none !important; overflow: visible !important; }

.nkcat-page,
.nkcat-shell,
.nkcat-toolbar,
.nkcat-products,
.nkcat-card { min-width: 0; max-width: 100%; }
.nkcat-page img { max-width: 100%; }
.nkcat-r7 .nkcat-collection-card .nkcat-card-media { aspect-ratio: 4 / 3; }
.nkcat-r7 .nkcat-toolbar--r7 { overflow: visible; }
.nkcat-r7 .nkcat-collection-grid { align-items: stretch; }

.nkcat-r72 .nkcat-category-hero {
    padding: 34px 0 30px;
    background: #fff;
    color: var(--nk-ink);
    border-top: 1px solid var(--nk-gold);
    border-bottom: 1px solid var(--nk-line);
}
.nkcat-r72 .nkcat-category-hero .nkcat-category-title { color: var(--nk-ink); }
.nkcat-r72 .nkcat-category-hero .nkcat-category-intro,
.nkcat-r72 .nkcat-category-hero .nkcat-category-intro * {
    color: #37332d !important;
    background: transparent !important;
}
.nkcat-r72 .nkcat-category-hero .nkcat-category-intro { margin-top: 16px; font-size: clamp(16px, 1.35vw, 19px); }
.nkcat-r72 .nkcat-products-primary { padding-top: 34px; padding-bottom: 38px; }
.nkcat-r72 .nkcat-collections-section { padding-top: 42px; padding-bottom: 48px; border-top: 1px solid var(--nk-line); }
.nkcat-r72 .nkcat-collection-grid .nkcat-card-media { aspect-ratio: 4 / 3; }
.nkcat-r72 .nkcat-secondary-listing { padding-top: 42px; padding-bottom: 46px; border-top: 1px solid var(--nk-line); }
.nkcat-r72 .nkcat-category-editorial h2 { margin: 0 0 26px; font-size: clamp(28px, 3vw, 42px); font-weight: 500; }
.nkcat-r72 .nkcat-contact-primary { padding-top: 46px; padding-bottom: 74px; }
.nkcat-r72 .nkcat-pagination:empty { display: none; }

/* R7.3: scara tipografica aprobata si continut editorial semantic, fara carduri tematice. */
.nkcat-r73 .nkcat-category-title,
.nkcat-product-page.nkcat-r73 .nkcat-product-title {
    font-size: clamp(27px, 3.075vw, 46.5px);
}
.nkcat-r73 #nkcat-products-title {
    font-size: clamp(22px, 2.08vw, 31px);
}
.nkcat-r73 .nkcat-category-editorial {
    max-width: 1040px;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.nkcat-r73 .nkcat-body--semantic {
    display: block;
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #292724;
    font-family: inherit;
}
.nkcat-r73 .nkcat-body--semantic h2,
.nkcat-r73 .nkcat-body--semantic h3,
.nkcat-r73 .nkcat-body--semantic h4,
.nkcat-r73 .nkcat-body--semantic h5,
.nkcat-r73 .nkcat-body--semantic h6 {
    max-width: 900px;
    margin: 1.5em 0 .6em;
    color: var(--nk-ink);
    font-family: inherit;
    font-weight: 600;
    text-align: left;
}
.nkcat-r73 .nkcat-body--semantic h2 { font-size: clamp(25px, 2.3vw, 34px); }
.nkcat-r73 .nkcat-body--semantic h3 { font-size: clamp(21px, 1.8vw, 27px); }
.nkcat-r73 .nkcat-body--semantic h4,
.nkcat-r73 .nkcat-body--semantic h5,
.nkcat-r73 .nkcat-body--semantic h6 { font-size: clamp(18px, 1.45vw, 22px); }
.nkcat-r73 .nkcat-body--semantic p,
.nkcat-r73 .nkcat-body--semantic ul,
.nkcat-r73 .nkcat-body--semantic ol,
.nkcat-r73 .nkcat-body--semantic blockquote,
.nkcat-r73 .nkcat-body--semantic table {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 1.15em;
}
.nkcat-r73 .nkcat-body--semantic ul,
.nkcat-r73 .nkcat-body--semantic ol { padding-left: 1.4em; }
.nkcat-r73 .nkcat-body--semantic a { color: var(--nk-gold-dark); text-decoration: underline; }

.nkcat-product-taxonomy {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: -22px;
    padding-bottom: 34px;
}
.nkcat-taxonomy-link {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 11px 14px;
    color: var(--nk-ink);
    text-decoration: none;
    background: var(--nk-paper);
    border: 1px solid var(--nk-line);
}
.nkcat-taxonomy-link span {
    color: var(--nk-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.nkcat-taxonomy-link strong { font-size: 15px; font-weight: 600; }
.nkcat-taxonomy-link:hover { border-color: var(--nk-gold); }

@media (max-width: 900px) {
    .nkcat-page { padding-top: 72px; }
    .nkcat-shell { width: min(calc(100% - 28px), 1180px); }
    .nkcat-category-hero { padding: 46px 0; }
    .nkcat-offer { grid-template-columns: 1fr; gap: 26px; padding: 28px; }
    .nkcat-children,
    .nkcat-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nkcat-filter-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nkcat-product-header { padding-top: 42px; }
    .nkcat-product-overview { grid-template-columns: 1fr; }
    .nkcat-product-offer { position: static; }
    .nkcat-gallery { gap: 12px; }
    #header .top-menu,
    #header #nav-content { width: 100%; max-width: 100%; min-width: 0; }
    #header .logo { display: block; min-width: 0; }
    #header .logo img { display: block; width: min(300px, calc(100vw - 100px)); max-width: 100%; height: auto; }
    #header #nav-toggle { flex: 0 0 auto; }
}

@media (max-width: 600px) {
    .nkcat-page { max-width: 100%; }
    .nkcat-page { padding-top: 62px; }
    .nkcat-shell { width: calc(100% - 22px); }
    .nkcat-breadcrumb .nkcat-shell { min-height: 42px; }
    .nkcat-category-hero { padding: 36px 0; }
    .nkcat-r72 .nkcat-category-hero { padding: 26px 0 22px; }
    .nkcat-category-title,
    .nkcat-product-title { font-size: 34px; }
    .nkcat-r73 .nkcat-category-title,
    .nkcat-product-page.nkcat-r73 .nkcat-product-title { font-size: 26px; }
    .nkcat-r73 #nkcat-products-title { font-size: 22px; }
    .nkcat-contact-primary { padding-top: 24px; padding-bottom: 24px; }
    .nkcat-contact-secondary { padding-top: 20px; padding-bottom: 44px; }
    .nkcat-offer { padding: 21px; }
    .nkcat-offer-form { grid-template-columns: 1fr; }
    .nkcat-field { grid-column: 1 / -1; }
    .nkcat-children,
    .nkcat-products { grid-template-columns: 1fr; }
    .nkcat-child img { height: 180px; }
    .nkcat-section-head { align-items: flex-start; flex-direction: column; }
    .nkcat-toolbar { display: grid; grid-template-columns: 1fr; align-items: stretch; width: 100%; padding: 13px; }
    .nkcat-toolbar > label { width: 100%; justify-content: space-between; }
    .nkcat-toolbar select,
    .nkcat-toolbar button,
    .nkcat-filter-panel,
    .nkcat-filter-panel summary { width: 100%; }
    .nkcat-filter-groups { position: static; width: 100%; grid-template-columns: 1fr; box-shadow: none; margin-top: 8px; }
    .nkcat-gallery { grid-template-columns: 1fr; }
    .nkcat-product-gallery a:first-child { grid-column: auto; }
    .nkcat-product-gallery a:first-child img,
    .nkcat-product-gallery img { height: auto; max-height: 520px; }
    .nkcat-editorial,
    .nkcat-product-content,
    .nkcat-category-editorial { padding-top: 38px; }
    .nkcat-specs th { width: 40%; }
    .nkcat-r72 .nkcat-products-primary,
    .nkcat-r72 .nkcat-collections-section,
    .nkcat-r72 .nkcat-secondary-listing { padding-top: 28px; padding-bottom: 32px; }
    .nkcat-r72 .nkcat-section-head { gap: 8px; margin-bottom: 18px; }
    .nkcat-r72 .nkcat-toolbar { margin-bottom: 20px; }
    .nkcat-r72 .nkcat-card-copy { padding: 16px 16px 18px; }
    .nkcat-r72 .nkcat-card h3 { font-size: 19px; }
    .nkcat-product-taxonomy { display: grid; grid-template-columns: 1fr; margin-top: -10px; padding-bottom: 26px; }
    .nkcat-taxonomy-link { width: 100%; }
    #header .top-menu { padding-left: 8px; padding-right: 8px; }
    #header .logo img { width: min(250px, calc(100vw - 88px)); }
}
