:root {
    --bg: #eef3f8;
    --surface: #ffffff;
    --surface-alt: #f7fbff;
    --text: #0a1630;
    --muted: #5f6f88;
    --line: rgba(13, 32, 68, 0.1);
    --primary: #0b4bd4;
    --primary-deep: #04173f;
    --accent: #18c6b0;
    --accent-strong: #0aa180;
    --warning: #ffb648;
    --danger: #eb5f6a;
    --shadow: 0 22px 70px rgba(7, 26, 61, 0.12);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --container: 1480px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(19, 97, 245, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);
    color: var(--text);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.shop-topbar {
    border-bottom: 1px solid rgba(7, 26, 61, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 250, 255, 0.74));
    backdrop-filter: blur(18px);
    font-size: 13px;
}

.shop-topbar-inner,
.shop-header-main,
.shop-nav-inner,
.shop-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-topbar-inner {
    min-height: 38px;
    color: var(--muted);
}

.shop-topbar-note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
}

.shop-topbar-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #18c6b0, #0d5eff);
    box-shadow: 0 0 0 4px rgba(24, 198, 176, 0.14);
}

.shop-topbar-links {
    display: flex;
    gap: 18px;
}

.shop-header-main {
    gap: 22px;
    min-height: 108px;
}

.shop-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.shop-brand-mark {
    display: block;
    width: 158px;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    flex: 0 0 auto;
    line-height: 0;
}

.shop-brand-mark img {
    width: auto;
    height: 64px;
    max-width: 100%;
    display: block;
}

.shop-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.shop-brand-copy strong,
.shop-account-link strong,
.shop-cart-link strong,
.section-head h2,
.section-head h1,
.hero-copy h1,
.product-card h3,
.product-detail-content h1,
.shop-footer-title {
    font-family: "Space Grotesk", sans-serif;
}

.shop-brand-copy strong {
    font-size: 22px;
    letter-spacing: -0.02em;
}

.shop-brand-copy small,
.shop-account-link span,
.shop-cart-link span {
    color: var(--muted);
}

.shop-brand-copy small {
    max-width: 240px;
    font-size: 12px;
    line-height: 1.4;
}

.shop-search {
    flex: 1;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 60px;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 14px 30px rgba(12, 28, 59, 0.07);
    overflow: hidden;
}

.shop-search select,
.shop-search input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    height: 56px;
    color: var(--text);
}

.shop-search-select,
.shop-search-field {
    display: flex;
    align-items: center;
}

.shop-search-select {
    border-right: 1px solid var(--line);
    padding: 0 14px;
}

.shop-search-field {
    padding: 0 18px;
}

.shop-search-button {
    border: 0;
    background: linear-gradient(135deg, rgba(13, 94, 255, 0.1), rgba(24, 198, 176, 0.12));
    color: var(--primary);
    cursor: pointer;
    font-size: 20px;
    transition: background 0.18s ease, color 0.18s ease;
}

.shop-search-button:hover {
    background: linear-gradient(135deg, rgba(13, 94, 255, 0.16), rgba(24, 198, 176, 0.18));
}

.shop-search-button-icon {
    transform: translateY(-1px);
}

.shop-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.shop-account-link,
.shop-cart-link {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    min-width: 138px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 249, 255, 0.9));
    box-shadow: 0 10px 22px rgba(12, 28, 59, 0.05);
}

.shop-action-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-nav-shell {
    background: linear-gradient(90deg, #04142f 0%, #0a1f47 52%, #0e2e69 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.shop-nav-inner {
    min-height: 54px;
    gap: 20px;
}

.shop-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-nav a,
.shop-nav-toggle {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.shop-nav a:hover,
.shop-nav a.is-active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.shop-nav-toggle {
    display: none;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
}

.shop-main {
    padding-bottom: 48px;
}

.hero-section {
    position: relative;
    padding: 36px 0 28px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 32px;
    align-items: stretch;
    min-height: 480px;
    padding: 56px;
    border-radius: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(44, 163, 255, 0.23), transparent 25%),
        radial-gradient(circle at 86% 10%, rgba(24, 198, 176, 0.18), transparent 20%),
        linear-gradient(126deg, #020817 0%, #031231 32%, #0d2f78 68%, #0e7cff 100%);
    box-shadow: var(--shadow);
}

.hero-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 28%),
        radial-gradient(circle at 60% 50%, rgba(255, 255, 255, 0.06), transparent 42%);
    pointer-events: none;
}

.hero-copy,
.hero-visual {
    position: relative;
    z-index: 1;
}

.hero-copy {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    max-width: 640px;
}

.hero-eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7ddcff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(42px, 4vw, 64px);
    line-height: 0.98;
}

.hero-copy p {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 1.65;
}

.hero-actions,
.product-card-actions,
.product-purchase-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: linear-gradient(135deg, var(--warning) 0%, #ffdf69 100%);
    color: #16213a;
    box-shadow: 0 16px 28px rgba(255, 182, 72, 0.22);
}

.button-secondary {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.7);
    color: var(--text);
}

.button-wide {
    width: 100%;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 6px;
}

.hero-stat {
    min-width: 128px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hero-stat strong {
    display: block;
    font-size: 28px;
}

.hero-stat span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.hero-showcase {
    position: relative;
    width: min(100%, 820px);
    margin-right: 0;
    transform: translateX(-220px);
    filter: drop-shadow(0 42px 70px rgba(1, 8, 24, 0.34));
}

.hero-showcase img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-badge {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(9, 20, 47, 0.82), rgba(5, 14, 34, 0.72));
    box-shadow: 0 26px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    color: #fff;
}

.hero-badge-floating {
    position: absolute;
    right: 16px;
    bottom: 26px;
    width: min(280px, 62%);
    padding: 18px 20px;
    border-radius: 22px;
}

.hero-badge span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero-badge strong {
    display: block;
    font-size: 20px;
    line-height: 1.3;
}

.catalog-section,
.product-detail-section,
.cart-section,
.checkout-section,
.content-page-section,
.empty-page-section {
    padding: 24px 0 16px;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.section-head.compact {
    margin-bottom: 18px;
}

.section-head h2,
.section-head h1 {
    margin: 8px 0 0;
    font-size: clamp(28px, 2.6vw, 40px);
}

.section-copy,
.section-link,
.filter-result,
.product-card p,
.product-detail-lead,
.content-panel p,
.empty-state p,
.shop-footer p,
.shop-footer a {
    color: var(--muted);
}

.section-link {
    font-weight: 800;
}

.filter-result {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--line);
}

.filter-result a {
    color: var(--primary);
    font-weight: 700;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.content-panel,
.empty-state {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 28px rgba(7, 26, 61, 0.06);
}

.product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(7, 26, 61, 0.07);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease;
}

.product-card-media {
    display: block;
    aspect-ratio: 16 / 15;
    background: linear-gradient(135deg, #041535, #0d58df 65%, #59cbff);
    overflow: hidden;
}

.product-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.42s ease, filter 0.32s ease;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 18px 18px 12px;
    flex: 1;
}

.product-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 2px;
    border-radius: 999px;
    background: #eff5ff;
    color: var(--primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.22;
}

.product-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-price,
.product-detail-price {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: #05215c;
}

.product-card-price {
    font-size: 22px;
}

.product-detail-price {
    font-size: 42px;
}

.stock-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.stock-pill span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
}

.stock-pill.is-instock {
    background: rgba(24, 198, 176, 0.12);
    color: var(--accent-strong);
}

.stock-pill.is-limited {
    background: rgba(255, 182, 72, 0.12);
    color: #ca8100;
}

.stock-pill.is-outofstock {
    background: rgba(235, 95, 106, 0.12);
    color: var(--danger);
}

.product-card-actions {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
    padding: 0 18px 18px;
    gap: 12px;
    transition: transform 0.24s ease;
}

.product-card-actions .button,
.product-purchase-box .button {
    flex: 1;
}

.product-card-actions .button {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
}

.product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(13, 94, 255, 0.14);
    box-shadow: 0 28px 54px rgba(7, 26, 61, 0.12);
}

.product-card:hover .product-card-media img {
    transform: scale(1.035);
    filter: saturate(1.04);
}

.product-card:hover .product-card-actions {
    transform: translateY(-2px);
}

.button.is-added {
    background: linear-gradient(135deg, #1ed6b5 0%, #0aa180 100%);
    color: #fff;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    color: var(--muted);
}

.breadcrumb a {
    color: var(--primary);
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
    gap: 28px;
    margin-bottom: 28px;
    align-items: start;
}

.product-detail-media,
.product-detail-content {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(12, 32, 66, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 40px rgba(7, 26, 61, 0.08);
}

.product-detail-media {
    background: linear-gradient(135deg, #061430 0%, #0e58dd 68%, #53ccff 100%);
    display: grid;
    align-content: start;
    gap: 18px;
}

.product-detail-media img {
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: contain;
    border-radius: 20px;
}

.product-detail-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-detail-content h1 {
    margin: 0;
    font-size: clamp(34px, 3vw, 52px);
}

.product-detail-lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
}

.product-purchase-box {
    align-items: end;
}

.product-purchase-box label {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 700;
}

.product-purchase-box input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
}

.product-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.product-facts div {
    padding: 18px;
    border-radius: 18px;
    background: var(--surface-alt);
}

.product-facts dt {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
}

.product-facts dd {
    margin: 0;
    font-weight: 700;
}

.content-panel {
    padding: 24px 26px;
}

.wysiwyg-content {
    color: #23334f;
    line-height: 1.8;
}

.wysiwyg-content :first-child {
    margin-top: 0;
}

.related-products {
    margin-top: 30px;
}

.compact-card .product-card-media {
    aspect-ratio: 16 / 11;
}

.content-page-shell {
    max-width: 980px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 44px rgba(12, 30, 60, 0.08);
}

.blog-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #041535, #0d58df 65%, #59cbff);
}

.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-card-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 44px;
    font-weight: 700;
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 18px 12px;
}

.blog-card-meta,
.blog-post-meta,
.blog-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-card-meta span,
.blog-post-meta span,
.blog-tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #395070;
    font-size: 12px;
    font-weight: 700;
}

.blog-card h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.25;
}

.blog-card h3 a,
.blog-post-page h1 {
    color: #0f172a;
}

.blog-card p,
.blog-post-lead p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.blog-card-actions {
    padding: 0 18px 18px;
}

.blog-card-actions .button {
    min-height: 42px;
}

.blog-post-hero-image {
    padding: 0;
    overflow: hidden;
    margin-bottom: 18px;
}

.blog-post-hero-image img {
    width: 100%;
    display: block;
    max-height: 460px;
    object-fit: cover;
}

.blog-post-lead {
    margin-bottom: 18px;
}

.blog-post-lead p {
    font-size: 18px;
}

.blog-post-tags {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.blog-related-section {
    margin-top: 26px;
}

.blog-premium-shell {
    padding: 24px 0 10px;
}

.blog-premium-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 26px;
}

.blog-premium-hero-copy,
.blog-premium-hero-aside,
.blog-featured-card,
.blog-post-premium-hero,
.blog-post-aside-card {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(13, 88, 223, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
    box-shadow: 0 24px 48px rgba(12, 30, 60, 0.08);
}

.blog-premium-hero-copy {
    padding: 34px;
}

.blog-premium-hero-copy h1 {
    margin: 10px 0 14px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -.05em;
}

.blog-premium-hero-copy p {
    max-width: 760px;
    margin: 0;
    color: #4b6486;
    font-size: 16px;
    line-height: 1.72;
}

.blog-premium-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.blog-premium-stat {
    min-width: 132px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.blog-premium-stat strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #0f172a;
}

.blog-premium-stat span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.blog-premium-hero-aside {
    padding: 28px 24px;
}

.blog-premium-aside-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(13, 88, 223, 0.1);
    color: #0d58df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.blog-premium-topic-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.blog-premium-topic {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
}

.blog-premium-topic strong,
.blog-featured-body h2,
.blog-post-aside-card h3 {
    color: #0f172a;
}

.blog-premium-topic span,
.blog-premium-empty-copy {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.blog-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 0;
    overflow: hidden;
    margin-bottom: 28px;
}

.blog-featured-media {
    min-height: 100%;
    background: linear-gradient(135deg, #041535, #0d58df 65%, #59cbff);
}

.blog-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.blog-featured-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 32px;
}

.blog-featured-body h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.blog-featured-body p,
.blog-post-premium-lead,
.blog-post-aside-card p {
    margin: 0;
    color: #4b6486;
    line-height: 1.72;
}

.blog-featured-actions {
    margin-top: 6px;
}

.blog-premium-section {
    margin-top: 16px;
}

.blog-grid-premium {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.blog-card-premium {
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
    box-shadow: 0 20px 40px rgba(12, 30, 60, 0.08);
}

.blog-post-premium-shell {
    padding: 24px 0 18px;
}

.blog-breadcrumb {
    margin-bottom: 20px;
}

.blog-post-premium-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 24px;
    padding: 26px;
    margin-bottom: 24px;
}

.blog-post-premium-copy h1 {
    margin: 10px 0 12px;
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.06;
    letter-spacing: -.05em;
}

.blog-post-meta-premium {
    margin-bottom: 14px;
}

.blog-post-premium-visual {
    overflow: hidden;
    border-radius: 22px;
    min-height: 100%;
}

.blog-post-premium-visual img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.blog-post-premium-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    gap: 24px;
    align-items: start;
}

.blog-post-premium-content {
    min-width: 0;
}

.blog-post-premium-aside {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 110px;
}

.blog-post-aside-card {
    padding: 22px;
}

.blog-post-aside-card--accent {
    background:
        radial-gradient(circle at top right, rgba(13, 88, 223, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(245, 249, 255, 0.98), rgba(237, 245, 255, 0.96));
}

.blog-post-aside-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.blog-post-aside-stats div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
}

.blog-post-aside-stats strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    color: #0f172a;
}

.blog-post-aside-stats span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.blog-post-aside-tags {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.blog-post-aside-actions {
    margin-top: 16px;
}

.blog-related-premium {
    margin-top: 28px;
}

.blog-v4-post-cell {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.blog-v4-post-cell img,
.blog-v4-post-thumb {
    width: 72px;
    height: 54px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.blog-v4-seo-layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
    align-items: center;
}

.blog-v4-seo-chart {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
    padding: 12px;
}

.blog-v4-seo-chart svg {
    width: 100%;
    height: 170px;
    display: block;
}

.blog-v4-seo-chart line {
    stroke: #dbe5f0;
    stroke-width: 1;
}

.blog-v4-seo-chart polygon {
    fill: rgba(13, 88, 223, 0.14);
}

.blog-v4-seo-chart polyline {
    fill: none;
    stroke: #0d58df;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-v4-seo-score strong {
    display: block;
    color: #16a34a;
    font-size: 46px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.blog-v4-seo-score span,
.blog-v4-seo-score small {
    display: block;
    margin-top: 8px;
}

.blog-v4-seo-score small {
    color: #4b6486;
}

.blog-v4-seo-mini {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.blog-v4-seo-mini span,
.blog-v4-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.blog-v4-seo-mini span {
    width: fit-content;
    background: rgba(15, 23, 42, 0.06);
    color: #395070;
}

.blog-v4-category-pill {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.blog-v4-category-pill--1 { background: rgba(13, 88, 223, 0.12); color: #0d58df; }
.blog-v4-category-pill--2 { background: rgba(22, 163, 74, 0.12); color: #15803d; }
.blog-v4-category-pill--3 { background: rgba(124, 58, 237, 0.12); color: #7c3aed; }
.blog-v4-category-pill--4 { background: rgba(245, 158, 11, 0.16); color: #b45309; }
.blog-v4-category-pill--5 { background: rgba(20, 184, 166, 0.12); color: #0f766e; }

.blog-v4-image-preview {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
}

.blog-v4-image-preview img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-v4-form-hint {
    display: block;
    margin-top: -4px;
    color: #64748b;
    font-size: 13px;
}

.blog-v4-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.cart-list,
.cart-summary-card {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 40px rgba(7, 26, 61, 0.08);
}

.cart-list {
    display: grid;
    gap: 18px;
    padding: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.92));
}

.cart-item-media {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #041535, #0d58df 65%, #59cbff);
}

.cart-item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-item-content h3 {
    margin: 0;
    font-size: 24px;
    font-family: "Space Grotesk", sans-serif;
}

.cart-item-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.cart-item-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: end;
}

.cart-qty {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 120px;
    font-weight: 700;
}

.cart-qty input {
    height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
}

.cart-price-block {
    min-width: 140px;
    padding: 14px 16px;
    border-radius: 16px;
    background: var(--surface-alt);
}

.cart-price-block span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 13px;
}

.cart-price-block strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
}

.cart-inline-action {
    display: flex;
    justify-content: flex-start;
}

.cart-actions-bar,
.cart-summary-actions {
    display: grid;
    gap: 12px;
}

.cart-actions-bar {
    padding-top: 6px;
}

.cart-summary-card {
    padding: 24px;
    position: sticky;
    top: 24px;
}

.cart-summary-card h2 {
    margin: 0 0 18px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 28px;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(12, 32, 66, 0.08);
}

.summary-row.total {
    border-bottom: 0;
    padding-top: 18px;
    font-size: 18px;
}

.summary-row strong {
    font-family: "Space Grotesk", sans-serif;
}

.cart-note {
    margin: 18px 0;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 182, 72, 0.12);
    color: #8e5b00;
    line-height: 1.6;
}

.cart-note.success {
    background: rgba(24, 198, 176, 0.12);
    color: var(--accent-strong);
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
    gap: 24px;
    align-items: start;
}

.checkout-head {
    align-items: stretch;
    gap: 20px;
}

.checkout-head-copy {
    max-width: 760px;
}

.checkout-head-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-width: min(100%, 320px);
}

.checkout-head-stat,
.checkout-hero-pill,
.checkout-option-card,
.checkout-summary-chip {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,250,255,.94));
    box-shadow: 0 18px 38px rgba(7, 26, 61, 0.06);
}

.checkout-head-stat {
    display: grid;
    gap: 6px;
    align-content: center;
    padding: 18px;
    min-height: 108px;
}

.checkout-head-stat strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    color: var(--primary-deep);
    line-height: 1;
}

.checkout-head-stat span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.checkout-hero-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0 24px;
}

.checkout-hero-pill {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.checkout-hero-pill strong,
.checkout-option-card strong,
.checkout-summary-chip strong {
    font-family: "Space Grotesk", sans-serif;
    color: var(--primary-deep);
}

.checkout-hero-pill span,
.checkout-option-card small,
.checkout-summary-chip span,
.checkout-summary-head p,
.checkout-card-head p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.checkout-form {
    display: grid;
    gap: 20px;
}

.checkout-card,
.form-alert {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(7, 26, 61, 0.08);
}

.checkout-card {
    padding: 24px;
}

.checkout-card-head {
    align-items: end;
    gap: 16px;
}

.checkout-card-head p {
    margin: 0;
    max-width: 460px;
}

.checkout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.checkout-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 700;
}

.checkout-field.full {
    grid-column: 1 / -1;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--text);
}

.checkout-field textarea {
    min-height: 130px;
    resize: vertical;
}

.checkout-help {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.checkout-option-overview,
.checkout-summary-glance {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.checkout-option-card,
.checkout-summary-chip {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
}

.checkout-option-card span,
.checkout-summary-chip span {
    order: -1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.checkout-checkbox {
    display: flex;
    gap: 12px;
    align-items: start;
    margin-top: 18px;
    color: var(--muted);
    line-height: 1.6;
}

.checkout-checkbox input {
    margin-top: 4px;
}

.checkout-submit,
.success-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.account-section {
    padding: 22px 0 10px;
}

.account-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 22px;
}

.account-hero-copy,
.account-kpi-grid {
    min-width: 0;
}

.account-hero-copy {
    padding: 32px 34px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(24, 198, 176, 0.16), transparent 22%),
        radial-gradient(circle at top right, rgba(13, 94, 255, 0.14), transparent 26%),
        linear-gradient(145deg, #ffffff 0%, #f4f9ff 68%, #edf4ff 100%);
    border: 1px solid rgba(12, 32, 66, 0.08);
    box-shadow: 0 22px 54px rgba(7, 26, 61, 0.08);
}

.account-hero-copy h1 {
    margin: 12px 0 14px;
    font-size: clamp(30px, 3.5vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.account-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.account-hero-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(12, 32, 66, 0.08);
    color: #163056;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(7, 26, 61, 0.04);
}

.account-hero-inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.account-hero-inline-card,
.account-sidebar-metric {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(246,250,255,.94));
    box-shadow: 0 16px 34px rgba(7, 26, 61, 0.05);
}

.account-hero-inline-card {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.account-hero-inline-card span,
.account-nav-head p,
.account-sidebar-metric span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.account-hero-inline-card strong,
.account-sidebar-metric strong {
    font-family: "Space Grotesk", sans-serif;
    color: var(--primary-deep);
}

.account-hero-inline-card strong {
    font-size: 18px;
    line-height: 1.2;
}

.account-hero-inline-card small {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.account-kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.account-kpi-card {
    padding: 22px 22px 20px;
    border-radius: 24px;
    border: 1px solid rgba(12, 32, 66, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 255, 0.94));
    box-shadow: 0 18px 40px rgba(7, 26, 61, 0.06);
}

.account-kpi-card span,
.account-sidebar-head span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-kpi-card strong {
    display: block;
    margin: 10px 0 8px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.account-kpi-card small {
    display: block;
    color: var(--muted);
    line-height: 1.6;
    font-size: 13px;
}

.account-kpi-card-accent {
    color: #eff6ff;
    background:
        radial-gradient(circle at top right, rgba(44, 163, 255, 0.28), transparent 24%),
        linear-gradient(135deg, #04142f 0%, #0a234f 54%, #0d5eff 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 54px rgba(4, 20, 47, 0.22);
}

.account-kpi-card-accent span,
.account-kpi-card-accent small,
.account-kpi-card-accent strong {
    color: #eff6ff;
}

.account-kpi-card-accent small {
    color: rgba(239, 246, 255, 0.8);
}

.account-nav-shell {
    margin-bottom: 22px;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(245, 249, 255, 0.86));
    border: 1px solid rgba(12, 32, 66, 0.08);
    box-shadow: 0 14px 34px rgba(7, 26, 61, 0.05);
}

.account-nav-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 4px 4px 0;
}

.account-nav-head h2 {
    margin: 8px 0 0;
    font-size: 24px;
}

.account-nav-head p {
    max-width: 420px;
    margin: 0;
}

.account-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
    gap: 20px;
    align-items: start;
}

.account-main {
    display: grid;
    gap: 18px;
}

.account-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.account-section .section-head {
    margin-bottom: 18px;
}

.account-section .section-head h1 {
    font-size: clamp(28px, 3vw, 38px);
}

.account-section .section-copy {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.6;
}

.account-reset-form {
    margin-top: 16px;
}

.account-inline-panel {
    margin-top: 18px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(247, 251, 255, 0.92);
    border: 1px solid rgba(12, 32, 66, 0.08);
}

.account-inline-panel h3 {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
}

.account-form-divider {
    height: 1px;
    margin: 8px 0;
    background: rgba(12, 32, 66, 0.08);
}

.account-main > .cart-note + .account-reset-form {
    margin-top: -8px;
    margin-bottom: 8px;
}

.account-order-card {
    display: grid;
    gap: 18px;
}

.order-status-grid,
.account-order-grid,
.account-address-grid {
    display: grid;
    gap: 16px;
}

.order-status-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-order-grid,
.account-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-status-box,
.account-detail-block,
.account-address-card {
    border: 1px solid rgba(12, 32, 66, 0.08);
    border-radius: 18px;
    background: rgba(247, 251, 255, 0.92);
}

.order-status-box,
.account-address-card {
    padding: 15px 16px;
}

.account-detail-block {
    padding: 18px;
}

.order-status-box span,
.account-address-card span,
.account-order-item span,
.account-detail-list span {
    color: var(--muted);
}

.order-status-box span,
.account-address-card span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
}

.order-status-box strong,
.account-detail-block h3,
.account-order-item strong,
.status-pill {
    font-family: "Space Grotesk", sans-serif;
}

.order-status-box strong {
    font-size: 18px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
}

.status-success {
    background: rgba(24, 198, 176, 0.16);
    color: var(--accent-strong);
}

.status-warning {
    background: rgba(255, 182, 72, 0.18);
    color: #8e5b00;
}

.status-danger {
    background: rgba(235, 95, 106, 0.14);
    color: #b12838;
}

.status-neutral {
    background: rgba(12, 32, 66, 0.08);
    color: var(--text);
}

.account-detail-block h3 {
    margin: 0 0 14px;
    font-size: 18px;
}

.account-detail-list {
    display: grid;
    gap: 10px;
}

.account-detail-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(12, 32, 66, 0.08);
}

.account-detail-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.account-detail-list strong {
    text-align: right;
}

.account-order-items {
    display: grid;
    gap: 10px;
}

.account-order-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(247, 251, 255, 0.92);
    border: 1px solid rgba(12, 32, 66, 0.08);
}

.account-order-item strong {
    display: block;
}

.account-order-item span {
    display: block;
    margin-top: 6px;
    line-height: 1.6;
}

.account-totals {
    padding: 0 4px;
}

.account-sidebar-points {
    display: grid;
    gap: 10px;
    margin: 14px 0;
}

.account-sidebar-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.account-sidebar-metric {
    display: grid;
    gap: 6px;
    padding: 15px 16px;
}

.account-sidebar-metric strong {
    font-size: 22px;
    line-height: 1.05;
}

.account-sidebar-points div {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(247, 251, 255, 0.92);
    border: 1px solid rgba(12, 32, 66, 0.08);
    color: var(--muted);
    line-height: 1.5;
    font-size: 14px;
}

.account-history-list {
    display: grid;
    gap: 14px;
}

.account-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.account-nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(12, 32, 66, 0.1);
    background: rgba(255, 255, 255, 0.84);
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(7, 26, 61, 0.05);
}

.account-nav-link.is-active {
    background: linear-gradient(135deg, #0b4bd4 0%, #18c6b0 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 16px 30px rgba(11, 75, 212, 0.22);
}

.account-module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.account-module-card,
.account-code-box,
.account-module-list-item {
    border: 1px solid rgba(12, 32, 66, 0.08);
    background: rgba(247, 251, 255, 0.92);
    border-radius: 16px;
}

.account-module-card {
    padding: 16px;
}

.account-module-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 13px;
}

.account-module-card strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
}

.account-module-card-code strong,
.account-code-inline {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.account-code-box {
    padding: 14px 16px;
    color: var(--text);
    font-weight: 700;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 14px;
}

.account-module-list {
    display: grid;
    gap: 12px;
}

.account-module-list-item {
    display: grid;
    gap: 6px;
    padding: 15px 16px;
}

.account-module-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.account-module-list-item strong {
    font-family: "Space Grotesk", sans-serif;
}

.account-module-list-item span,
.account-module-list-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.ns-support-widget {
    position: fixed;
    right: 22px;
    bottom: 86px;
    z-index: 60;
    display: grid;
    justify-items: end;
    gap: 12px;
}

.ns-support-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b4bd4 0%, #0a1f47 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(7, 26, 61, 0.22);
    cursor: pointer;
    font-weight: 800;
}

.ns-support-ping {
    position: absolute;
    inset: -5px;
    border-radius: 999px;
    border: 2px solid rgba(11, 75, 212, 0.18);
    animation: nsSupportPulse 2.2s infinite;
    pointer-events: none;
}

.ns-support-bubble-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 14px;
    line-height: 1;
}

.ns-support-window {
    width: min(360px, calc(100vw - 28px));
    border: 1px solid rgba(12, 32, 66, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(7, 26, 61, 0.22);
    overflow: hidden;
}

.ns-support-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    background: linear-gradient(135deg, #0a1f47 0%, #0b4bd4 100%);
    color: #fff;
}

.ns-support-head span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    opacity: 0.82;
}

.ns-support-head strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}

.ns-support-head button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.ns-support-form {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.ns-support-form label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.ns-support-form input,
.ns-support-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(12, 32, 66, 0.12);
    border-radius: 14px;
    background: #fff;
    color: var(--text);
}

.ns-support-form textarea {
    min-height: 120px;
    resize: vertical;
}

.ns-support-message {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.ns-support-message.is-success {
    background: rgba(22, 163, 74, 0.12);
    border: 1px solid rgba(22, 163, 74, 0.22);
    color: #15803d;
}

.ns-support-message.is-error {
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.18);
    color: #b91c1c;
}

@keyframes nsSupportPulse {
    0% {
        opacity: 0.8;
        transform: scale(0.95);
    }

    70% {
        opacity: 0;
        transform: scale(1.12);
    }

    100% {
        opacity: 0;
        transform: scale(1.16);
    }
}

.checkout-field textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(12, 32, 66, 0.1);
    background: rgba(255, 255, 255, 0.96);
    resize: vertical;
}

.account-history-card {
    padding: 20px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.94));
    border: 1px solid rgba(12, 32, 66, 0.08);
    box-shadow: 0 16px 34px rgba(7, 26, 61, 0.05);
}

.account-history-head,
.account-history-badges,
.account-history-meta {
    display: flex;
    gap: 14px;
}

.account-history-head,
.account-history-meta {
    align-items: center;
    justify-content: space-between;
}

.account-history-head strong,
.account-history-meta strong {
    font-family: "Space Grotesk", sans-serif;
}

.account-history-head span,
.account-history-meta span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.account-history-badges {
    flex-wrap: wrap;
    margin: 12px 0;
}

.account-history-meta {
    flex-wrap: wrap;
}

.account-history-meta div {
    min-width: 140px;
}

.account-section .checkout-card,
.account-section .cart-summary-card {
    border-radius: 24px;
    border: 1px solid rgba(12, 32, 66, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.92));
    box-shadow: 0 18px 40px rgba(7, 26, 61, 0.06);
}

.account-section .checkout-card,
.account-section .cart-summary-card {
    padding: 24px;
}

.account-section .checkout-field span,
.account-section .catalog-toolbar-meta span {
    font-size: 13px;
}

.account-section .checkout-field input,
.account-section .checkout-field select {
    height: 48px;
    border-radius: 14px;
}

.account-section .checkout-submit {
    gap: 10px;
}

.account-section .button {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
}

.account-sidebar-card {
    position: sticky;
    top: 20px;
}

.account-sidebar-head {
    margin-bottom: 16px;
}

.account-sidebar-head h2 {
    margin: 10px 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    line-height: 1.08;
}

.form-alert {
    margin-bottom: 18px;
    padding: 18px 20px;
    color: #a11f2f;
    background: rgba(235, 95, 106, 0.1);
}

.form-alert div + div {
    margin-top: 8px;
}

.checkout-summary-head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.checkout-summary-head h2 {
    margin: 0;
}

.checkout-summary-head p {
    margin: 0;
}

.scroll-top-button {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 45;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d5eff 0%, #071635 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(7, 26, 61, 0.2);
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.scroll-top-button.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.checkout-mini-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(12, 32, 66, 0.08);
}

.checkout-mini-item span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
}

.success-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 26px 0;
}

.success-meta div {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid var(--line);
}

.success-meta span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 13px;
}

.success-meta strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
}

.empty-state {
    padding: 34px;
    text-align: center;
}

.empty-state-large {
    padding: 54px 34px;
}

.empty-state h1,
.empty-state h3 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-family: "Space Grotesk", sans-serif;
}

.shop-footer {
    padding-top: 42px;
    border-top: 1px solid rgba(7, 26, 61, 0.08);
    background: rgba(255, 255, 255, 0.62);
}

.shop-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding-bottom: 28px;
}

.shop-footer-title {
    margin-bottom: 12px;
    font-size: 18px;
}

.footer-link-button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.footer-link-button:hover {
    color: var(--text);
    text-decoration: underline;
}

.cookie-floating-button {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
}

.cookie-consent:not(.is-visible) > .cookie-consent__panel {
    display: none;
}

.cookie-consent.is-visible {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: radial-gradient(circle at center, rgba(15, 23, 42, 0.4), rgba(2, 6, 23, 0.64));
    z-index: 1000;
}

.cookie-consent__panel--premium {
    width: min(1040px, calc(100vw - 40px));
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.34);
}

.cookie-premium-shell {
    padding: 34px;
    text-align: center;
    background: linear-gradient(135deg, rgba(240, 253, 244, 0.95), rgba(255, 255, 255, 1) 35%, rgba(239, 246, 255, 0.95));
}

.cookie-premium-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 16px;
}

.cookie-premium-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
    font-size: 28px;
}

.cookie-premium-title h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 900;
    color: #101828;
}

.cookie-premium-text {
    max-width: 800px;
    margin: 0 auto 24px;
    color: #475467;
    font-size: 16px;
    line-height: 1.65;
}

.cookie-premium-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 26px;
}

.cookie-premium-option {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px;
    text-align: left;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.cookie-premium-option-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.cookie-premium-option strong {
    color: #111827;
    font-size: 17px;
}

.cookie-premium-option small {
    display: block;
    color: #667085;
    line-height: 1.5;
}

.cookie-premium-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-weight: 800;
    font-size: 12px;
    padding: 5px 10px;
    white-space: nowrap;
}

.cookie-premium-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #159b72;
    box-shadow: 0 0 0 5px rgba(21, 155, 114, 0.12);
}

.cookie-premium-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 0 0 18px;
}

.cookie-premium-link {
    display: inline-block;
    color: #159b72;
    font-weight: 800;
    text-decoration: underline;
}

.cookie-consent__modal[hidden] {
    display: none;
}

.cookie-consent__modal:not([hidden]) {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.58);
    z-index: 1002;
    padding: 24px;
    backdrop-filter: blur(4px);
}

.cookie-consent__card {
    width: min(640px, calc(100vw - 40px));
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.cookie-consent__card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.cookie-consent__close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.cookie-consent__option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    margin-top: 12px;
}

.cookie-consent__option span {
    display: grid;
    gap: 6px;
}

.cookie-consent__option strong {
    color: #0f172a;
}

.cookie-consent__option small {
    color: #64748b;
}

.cookie-consent__actions--modal {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 18px;
}

.shop-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.shop-footer-bottom {
    min-height: 66px;
    border-top: 1px solid rgba(7, 26, 61, 0.08);
    color: var(--muted);
    font-size: 14px;
}

.product-detail-panels,
.checkout-trust-list,
.product-option-list,
.review-list,
.product-gallery-grid,
.catalog-toolbar,
.delivery-grid,
.invoice-line-list {
    display: grid;
    gap: 18px;
}

.product-detail-panels {
    margin-top: 28px;
}

.product-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    margin-top: 18px;
}

.product-gallery-thumb {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
}

.product-tag-list,
.account-history-actions,
.delivery-actions,
.catalog-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(11, 75, 212, 0.08);
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}

.product-price-note {
    color: var(--muted);
    font-size: 14px;
    margin-top: -6px;
}

.product-purchase-meta {
    display: grid;
    gap: 10px;
    margin-top: 8px;
}

.product-purchase-panel {
    margin-top: 0;
}

.product-purchase-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.product-purchase-card {
    gap: 5px;
    padding: 12px 14px;
}

.product-purchase-card strong {
    font-size: 13px;
}

.product-purchase-card span {
    font-size: 12px;
    line-height: 1.4;
}

.product-purchase-card em {
    display: inline-block;
    margin-top: 2px;
    font-style: normal;
    font-weight: 800;
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
}

.product-trust-grid,
.catalog-toolbar,
.invoice-head,
.invoice-columns,
.invoice-summary {
    display: grid;
    gap: 16px;
}

.product-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

.product-trust-shell {
    margin-top: 18px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #f9fafc;
    overflow: hidden;
}

.product-trust-card,
.product-option-card,
.review-card,
.checkout-trust-item,
.delivery-card,
.invoice-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 36px rgba(12, 28, 59, 0.06);
}

.product-trust-card,
.product-option-card,
.review-card,
.checkout-trust-item,
.delivery-card {
    padding: 18px;
}

.product-trust-card {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.product-trust-card + .product-trust-card {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.product-trust-card strong,
.product-option-card strong,
.review-card strong,
.checkout-trust-item strong,
.delivery-card strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Space Grotesk", sans-serif;
}

.product-trust-card strong {
    margin-bottom: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 1.25;
}

.product-trust-card span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
}

.product-option-list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-option-card span,
.delivery-card span,
.checkout-trust-item span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.product-option-card em {
    display: inline-block;
    margin-top: 10px;
    font-style: normal;
    font-weight: 800;
    color: var(--primary);
}

.product-tier-table {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.product-tier-row,
.invoice-line-row {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(120px, 0.8fr) minmax(120px, 0.8fr);
    gap: 16px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(11, 75, 212, 0.04);
}

.product-faq-list {
    display: grid;
    gap: 14px;
}

.product-faq-item {
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.product-faq-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.product-faq-item strong {
    display: block;
    margin-bottom: 8px;
}

.product-faq-item p,
.review-card p,
.delivery-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.review-summary-card {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(11, 75, 212, 0.08), rgba(24, 198, 176, 0.1));
}

.review-summary-card strong {
    font-size: 28px;
    font-family: "Space Grotesk", sans-serif;
}

.review-summary-card span,
.review-card small {
    color: var(--muted);
}

.review-list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.review-card-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.catalog-toolbar {
    grid-template-columns: minmax(220px, 1.2fr) minmax(200px, 0.8fr) minmax(180px, 0.7fr) auto;
    align-items: end;
    margin-bottom: 18px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--line);
}

.catalog-filter-field,
.catalog-filter-checkbox {
    display: grid;
    gap: 10px;
}

.catalog-filter-field span,
.catalog-toolbar-meta span {
    color: var(--muted);
    font-size: 14px;
}

.catalog-filter-field input,
.catalog-filter-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.catalog-filter-checkbox {
    align-items: center;
    grid-auto-flow: column;
    justify-content: start;
    gap: 12px;
    min-height: 52px;
}

.catalog-toolbar-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.checkout-trust-item {
    display: grid;
    gap: 8px;
}

.invoice-card {
    padding: 28px;
}

.invoice-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    margin-bottom: 24px;
}

.invoice-head > div > strong,
.invoice-head-meta strong,
.invoice-summary .total strong {
    font-family: "Space Grotesk", sans-serif;
}

.invoice-head > div > span,
.invoice-head-meta span,
.invoice-columns span,
.invoice-line-row span {
    color: var(--muted);
    font-size: 14px;
}

.invoice-head-meta,
.invoice-columns {
    display: grid;
    gap: 10px;
}

.invoice-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.invoice-columns p {
    margin: 8px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.invoice-summary {
    justify-items: end;
    margin-top: 22px;
}

.invoice-summary > div {
    display: grid;
    grid-template-columns: minmax(120px, auto) auto;
    gap: 18px;
}

.delivery-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: 22px 0;
}

.delivery-panel {
    display: grid;
    gap: 18px;
}

.contact-page {
    padding: 38px 0 0;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
    gap: 28px;
    align-items: start;
}

.contact-intro {
    display: grid;
    gap: 22px;
}

.contact-intro-panel {
    padding: 34px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(24, 198, 176, 0.12), transparent 24%),
        linear-gradient(145deg, #ffffff 0%, #f5f9ff 62%, #eef5ff 100%);
    border: 1px solid rgba(13, 32, 68, 0.08);
    box-shadow: 0 18px 48px rgba(7, 26, 61, 0.08);
}

.contact-intro-panel h1 {
    margin: 12px 0 14px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.contact-copy {
    margin: 0;
    max-width: 740px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.contact-feature-grid,
.contact-aside-grid {
    display: grid;
    gap: 14px;
}

.contact-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.contact-feature-card,
.contact-aside-card {
    padding: 20px 20px 18px;
    border-radius: 22px;
    border: 1px solid rgba(13, 32, 68, 0.08);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 28px rgba(7, 26, 61, 0.05);
}

.contact-feature-card strong,
.contact-aside-card strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.contact-feature-card span,
.contact-aside-card p {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    line-height: 1.65;
}

.contact-aside-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-aside-card-dark {
    color: #eff6ff;
    background:
        radial-gradient(circle at top right, rgba(44, 163, 255, 0.28), transparent 22%),
        linear-gradient(135deg, #04142f 0%, #0b2457 48%, #0d5eff 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(4, 20, 47, 0.22);
}

.contact-aside-card-dark p {
    color: rgba(239, 246, 255, 0.82);
}

.contact-aside-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(13, 94, 255, 0.08);
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-aside-card-dark .contact-aside-eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.contact-form-panel {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.96));
    border: 1px solid rgba(13, 32, 68, 0.08);
    box-shadow: 0 24px 56px rgba(7, 26, 61, 0.1);
}

.contact-form-head {
    margin-bottom: 14px;
}

.contact-alert {
    margin-bottom: 16px;
    padding: 16px 18px;
    border-radius: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.contact-alert.is-success {
    color: #0c6a53;
    background: rgba(24, 198, 176, 0.11);
    border: 1px solid rgba(24, 198, 176, 0.22);
}

.contact-alert.is-error {
    color: #a62b39;
    background: rgba(235, 95, 106, 0.1);
    border: 1px solid rgba(235, 95, 106, 0.18);
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-field {
    display: grid;
    gap: 9px;
}

.contact-field span,
.contact-consent span {
    color: #173056;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(13, 32, 68, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    color: var(--text);
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-field input,
.contact-field select {
    min-height: 58px;
    padding: 0 18px;
}

.contact-field textarea {
    padding: 18px;
    resize: vertical;
    min-height: 210px;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: rgba(13, 94, 255, 0.28);
    box-shadow: 0 0 0 4px rgba(13, 94, 255, 0.08);
}

.contact-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 4px;
}

.contact-consent input {
    margin: 2px 0 0;
}

.contact-consent span {
    color: var(--muted);
    font-weight: 700;
    line-height: 1.6;
}

.contact-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 8px;
}

.contact-submit-row p {
    margin: 0;
    max-width: 420px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 1360px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-premium-hero,
    .blog-featured-card,
    .blog-post-premium-hero,
    .blog-post-premium-layout {
        grid-template-columns: 1fr;
    }

    .blog-post-premium-aside {
        position: static;
    }

    .product-purchase-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}

@media (max-width: 1180px) {
    .shop-header-main,
    .hero-grid,
    .product-detail-grid,
    .cart-layout,
    .checkout-layout,
    .shop-footer-grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .shop-header-main {
        padding: 20px 0;
    }

    .shop-header-actions {
        justify-content: stretch;
        width: 100%;
    }

    .shop-account-link,
    .shop-cart-link {
        flex: 1;
    }

    .hero-grid {
        padding: 36px;
    }

    .hero-visual {
        justify-content: center;
        min-height: 340px;
    }

    .hero-showcase {
        width: min(100%, 760px);
        transform: translateX(-112px);
    }

    .hero-badge-floating {
        right: 18px;
        bottom: 20px;
    }

    .product-grid,
    .related-grid,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid-premium {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-hero,
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .product-trust-grid,
    .catalog-toolbar,
    .invoice-columns {
        grid-template-columns: 1fr;
    }

    .product-purchase-grid {
        grid-template-columns: 1fr;
    }

    .product-trust-shell {
        background: transparent;
        border: 0;
        border-radius: 0;
        overflow: visible;
    }

    .product-trust-card {
        padding: 12px 14px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 14px;
        background: #f9fafc;
    }

    .product-trust-card + .product-trust-card {
        border-left: 1px solid rgba(15, 23, 42, 0.08);
    }

    .cart-summary-card {
        position: static;
    }

    .blog-v4-seo-layout {
        grid-template-columns: 1fr;
    }

    .account-kpi-grid,
    .contact-feature-grid,
    .contact-aside-grid,
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .product-card-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .cookie-premium-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .container {
        width: min(calc(100% - 26px), var(--container));
    }

    .shop-topbar-inner,
    .shop-header-main,
    .shop-footer-bottom {
        display: grid;
        gap: 12px;
        justify-content: stretch;
    }

    .shop-search {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .shop-search-select,
    .shop-search-field {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .shop-search-button {
        height: 54px;
    }

    .shop-brand {
        align-items: flex-start;
    }

    .shop-brand-mark {
        width: 138px;
        height: auto;
    }

    .shop-brand-mark img {
        height: 54px;
    }

    .shop-brand-copy small {
        max-width: none;
    }

    .shop-nav-inner {
        align-items: stretch;
        flex-direction: column;
        padding: 10px 0;
    }

    .shop-nav-toggle {
        display: inline-flex;
        width: fit-content;
    }

    .shop-nav {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .shop-nav.is-open {
        display: flex;
    }

    .hero-grid {
        padding: 28px;
        min-height: auto;
    }

    .hero-copy p {
        font-size: 17px;
    }

    .hero-showcase {
        width: min(100%, 680px);
        transform: none;
    }

    .hero-badge-floating {
        position: static;
        width: 100%;
        margin-top: -18px;
    }

    .section-head,
    .checkout-head,
    .product-card-actions,
    .product-purchase-box,
    .shop-topbar-links {
        flex-direction: column;
        align-items: stretch;
    }

    .shop-header-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .product-grid,
    .related-grid,
    .blog-grid,
    .blog-grid-premium,
    .checkout-hero-strip,
    .account-hero-inline,
    .product-facts,
    .cart-item,
    .checkout-grid,
    .checkout-option-overview,
    .checkout-summary-glance,
    .success-meta,
    .review-list,
    .delivery-grid,
    .product-option-list {
        grid-template-columns: 1fr;
    }

    .account-layout,
    .account-auth-grid,
    .order-status-grid,
    .account-order-grid,
    .account-address-grid,
    .account-sidebar-metrics {
        grid-template-columns: 1fr;
    }

    .cookie-premium-shell {
        padding: 24px;
    }

    .cookie-premium-title h2 {
        font-size: 30px;
    }

    .cookie-premium-actions,
    .cookie-consent__actions--modal {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-premium-actions .button,
    .cookie-consent__actions--modal .button {
        width: 100%;
    }

    .cookie-consent__option {
        flex-direction: column;
    }

    .account-hero-copy,
    .account-section .checkout-card,
    .account-section .cart-summary-card,
    .contact-form-panel,
    .contact-intro-panel {
        padding: 24px;
    }

    .account-module-grid {
        grid-template-columns: 1fr;
    }

    .account-nav-head,
    .account-history-head,
    .account-history-meta,
    .catalog-toolbar-meta,
    .review-card-head,
    .account-module-list-head {
        flex-direction: column;
        align-items: start;
    }

    .invoice-line-row {
        grid-template-columns: 1fr;
    }

    .product-detail-media,
    .product-detail-content,
    .content-panel,
    .empty-state {
        padding: 22px;
    }

    .blog-card-actions {
        padding: 0 16px 16px;
    }

    .checkout-submit,
    .success-actions,
    .catalog-toolbar-actions,
    .account-history-actions,
    .delivery-actions,
    .contact-submit-row {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .shop-topbar-inner {
        gap: 8px;
    }

    .shop-header-main {
        gap: 16px;
        min-height: auto;
    }

    .shop-brand-mark {
        width: 120px;
        height: auto;
    }

    .shop-brand-mark img {
        height: 46px;
    }

    .shop-brand-copy strong {
        font-size: 20px;
    }

    .shop-header-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .shop-account-link,
    .shop-cart-link {
        min-width: 0;
        padding: 13px 15px;
    }

    .shop-nav a,
    .shop-nav-toggle {
        min-height: 40px;
        padding: 0 14px;
        font-size: 12px;
    }

    .scroll-top-button {
        right: 14px;
        bottom: 14px;
        width: 42px;
        height: 42px;
    }

    .ns-support-widget {
        right: 14px;
        bottom: 66px;
    }

    .ns-support-trigger strong {
        display: none;
    }
}

/* Produktbewertungen: gelbe Sterne, Kategorie-Karten und Produkt-Tab */
.rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    color: rgba(148, 163, 184, 0.55);
    line-height: 1;
    letter-spacing: -0.08em;
}

.rating-stars span {
    color: rgba(148, 163, 184, 0.55);
}

.rating-stars span.is-filled {
    color: #f59e0b;
}

.rating-stars.small {
    font-size: 16px;
}

.rating-stars.tiny {
    font-size: 13px;
}

.product-card-rating,
.product-rating-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #92400e;
    font-weight: 800;
    text-decoration: none;
}

.product-rating-link:hover {
    color: #b45309;
}

.product-tabs-panel {
    overflow: hidden;
}

.product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -6px 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.product-tab-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--muted);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.product-tab-button.is-active,
.product-tab-button:hover {
    border-color: rgba(245, 158, 11, 0.42);
    background: rgba(255, 251, 235, 0.95);
    color: #92400e;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.12);
}

.product-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f59e0b;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.product-tab-content[hidden] {
    display: none !important;
}

.review-card-head > div:first-child {
    min-width: 0;
}

.review-card-head .rating-stars {
    flex: 0 0 auto;
}

/* Bewertungs-Tab: Liste links, Formular rechts */
.reviews-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
    align-items: start;
}

.reviews-left {
    min-width: 0;
}

.review-form-box {
    position: sticky;
    top: 18px;
    padding: 24px;
    border: 1px solid rgba(245, 158, 11, 0.22);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 251, 235, 0.9), rgba(255, 255, 255, 0.96));
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.review-form-box h3 {
    margin: 0 0 8px;
    color: var(--text);
}

.review-form-box > p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.review-form {
    display: grid;
    gap: 14px;
}

.review-form label {
    display: grid;
    gap: 7px;
    color: var(--text);
    font-weight: 800;
}

.review-form label span {
    font-size: 13px;
}

.review-form input,
.review-form select,
.review-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    font: inherit;
    padding: 12px 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.review-form textarea {
    resize: vertical;
    min-height: 130px;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
    border-color: rgba(245, 158, 11, 0.62);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.13);
}

.review-message {
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 18px;
    font-weight: 700;
}

.review-message.success {
    border: 1px solid rgba(34, 197, 94, 0.25);
    background: rgba(240, 253, 244, 0.92);
    color: #166534;
}

.review-message.error {
    border: 1px solid rgba(239, 68, 68, 0.25);
    background: rgba(254, 242, 242, 0.92);
    color: #991b1b;
}

.review-message ul {
    margin: 8px 0 0 18px;
    padding: 0;
}

@media (max-width: 900px) {
    .reviews-layout {
        grid-template-columns: 1fr;
    }

    .review-form-box {
        position: static;
    }
}

/* Affiliate V3 Premium Dashboard */
.account-affiliate-v3 .account-module-card-accent {
    background: linear-gradient(135deg, rgba(11, 75, 212, 0.08), rgba(24, 198, 176, 0.12));
    border-color: rgba(11, 75, 212, 0.16);
}

.affiliate-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.affiliate-dashboard-main,
.affiliate-dashboard-side {
    display: grid;
    gap: 16px;
}

.affiliate-link-panel p,
.affiliate-payout-panel p,
.affiliate-payout-request small,
.muted {
    color: var(--muted);
    line-height: 1.55;
}

.affiliate-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.affiliate-payout-panel .checkout-form {
    margin-top: 12px;
}

.affiliate-payout-request {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.affiliate-payout-request .button:disabled {
    opacity: .55;
    cursor: not-allowed;
}

@media (max-width: 920px) {
    .affiliate-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

/* Affiliate V3.5 Komfort */
.affiliate-qr-panel img {
    width: 180px;
    max-width: 100%;
    display: block;
    margin: 12px auto;
    border-radius: 18px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .10);
}

.affiliate-deeplink-panel input {
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, .35);
    padding: 0 14px;
    margin: 10px 0;
}

.affiliate-deeplink-output {
    word-break: break-all;
}

/* Mega Menu Premium V4 */
.shop-nav-premium {
    position: relative;
    align-items: center;
}

.shop-nav-link,
.shop-nav a.shop-nav-link,
.mega-nav-trigger {
    position: relative;
    border: 0;
    cursor: pointer;
    background: transparent;
    overflow: hidden;
}

.shop-nav-link::after,
.mega-nav-trigger::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--warning), #fff1a8);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.shop-nav-link:hover::after,
.shop-nav-link.is-active::after,
.mega-nav-item:hover .mega-nav-trigger::after,
.mega-nav-item.is-open .mega-nav-trigger::after {
    transform: scaleX(1);
}

.mega-nav-item {
    position: relative;
}

.mega-nav-trigger {
    gap: 8px;
    font-weight: 800;
}

.mega-dropdown {
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 12px);
    z-index: 80;
    width: min(calc(100vw - 40px), 1180px);
    max-width: calc(100vw - 40px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.mega-nav-item:hover .mega-dropdown,
.mega-nav-item:focus-within .mega-dropdown,
.mega-nav-item.is-open .mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
}

.mega-dropdown-inner {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 28px;
    background:
        radial-gradient(circle at 8% 0%, rgba(24,198,176,.15), transparent 26%),
        radial-gradient(circle at 90% 5%, rgba(255,182,72,.18), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,249,255,.96));
    box-shadow: 0 32px 90px rgba(5, 18, 46, .28);
    color: var(--text);
}

.mega-dropdown-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid rgba(13,32,68,.08);
}

.mega-dropdown-head span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mega-dropdown-head strong {
    font-family: "Space Grotesk", sans-serif;
    max-width: 620px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.mega-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 22px 24px;
}

.mega-group {
    min-width: 0;
}

.mega-group h3 {
    margin: 0 0 12px;
    color: var(--primary-deep);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .82;
}

.mega-group-links {
    display: grid;
    gap: 10px;
}

.mega-group-featured {
    margin-top: 12px;
}

.mega-link {
    display: grid !important;
    grid-template-columns: 42px minmax(0,1fr) auto;
    gap: 12px !important;
    align-items: center;
    min-height: 62px !important;
    padding: 9px 11px !important;
    border: 1px solid rgba(13,32,68,.08);
    border-radius: 18px !important;
    background: rgba(255,255,255,.72);
    color: var(--text) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: 0 10px 24px rgba(12,28,59,.05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.mega-link:hover {
    transform: translateY(-2px);
    border-color: rgba(13,94,255,.22);
    background: #fff;
    box-shadow: 0 18px 34px rgba(12,28,59,.11);
}

.mega-link.is-featured {
    min-height: 78px !important;
    background: linear-gradient(135deg, #ffffff, #f2f7ff);
}

.mega-link-icon,
.mega-link-image {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13,94,255,.10), rgba(24,198,176,.12));
    color: var(--primary);
    font-size: 20px;
    font-weight: 900;
}

.mega-link-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-link-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.mega-link-copy strong {
    overflow: hidden;
    color: var(--primary-deep);
    font-size: 15px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mega-link-copy small {
    display: -webkit-box;
    overflow: hidden;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mega-link em {
    align-self: start;
    border-radius: 999px;
    padding: 4px 7px;
    background: linear-gradient(135deg, var(--warning), #ffe07a);
    color: #33230a;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mega-promo-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 0 24px 24px;
}

.mega-promo-card {
    position: relative;
    display: flex !important;
    min-height: 122px !important;
    align-items: flex-end !important;
    overflow: hidden;
    border-radius: 24px !important;
    padding: 16px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #07152e, #0d5eff);
    box-shadow: 0 22px 46px rgba(7,21,46,.20);
}

.mega-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,9,23,.10), rgba(3,9,23,.78));
}

.mega-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.mega-promo-card:hover img {
    transform: scale(1.06);
}

.mega-promo-card span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 5px;
}

.mega-promo-card b {
    width: fit-content;
    border-radius: 999px;
    padding: 4px 8px;
    background: rgba(255,255,255,.16);
    color: rgba(255,255,255,.92);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mega-promo-card small {
    width: fit-content;
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(255,255,255,.18);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.mega-promo-card strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    line-height: 1.08;
}

.mega-promo-card em {
    color: rgba(255,255,255,.78);
    font-size: 11px;
    font-style: normal;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .mega-nav-item,
    .mega-dropdown {
        position: static;
        width: 100%;
        transform: none;
    }

    .mega-nav-item:hover .mega-dropdown,
    .mega-nav-item:focus-within .mega-dropdown,
    .mega-nav-item.is-open .mega-dropdown {
        transform: none;
    }

    .mega-dropdown {
        display: none;
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mega-nav-item.is-open .mega-dropdown {
        display: block;
    }

    .mega-dropdown-grid,
    .mega-promo-row {
        grid-template-columns: 1fr;
    }

    .mega-dropdown-head {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* Mega menu nav link color fix */
.main-navigation .megamenu > a,
.main-navigation .mega-menu > a,
.main-navigation .nav-item > a,
.navbar .megamenu > a,
.navbar .mega-menu > a {
    color: #fff !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.main-navigation .megamenu > a:hover,
.main-navigation .mega-menu > a:hover,
.navbar .megamenu > a:hover,
.navbar .mega-menu > a:hover {
    color: #ffd54a !important;
}

/* Mega menu main navigation trigger fix: the mega menu opener is a BUTTON, not an A link */
.shop-nav .shop-nav-link,
.shop-nav button.shop-nav-link,
.shop-nav .mega-nav-trigger,
.shop-nav button.mega-nav-trigger {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: inherit !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.shop-nav .shop-nav-link:hover,
.shop-nav .shop-nav-link.is-active,
.shop-nav button.shop-nav-link:hover,
.shop-nav .mega-nav-item:hover > .mega-nav-trigger,
.shop-nav .mega-nav-item.is-open > .mega-nav-trigger,
.shop-nav .mega-nav-trigger[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.shop-nav .mega-nav-trigger span {
    color: inherit !important;
}
