:root {
    --habring-ink: #171616;
    --habring-paper: #f6f1e8;
    --habring-gold: #b18a4a;
    --habring-warm: #e8dcc6;
    --habring-line: rgba(23, 22, 22, 0.12);
    --habring-muted: #6f675d;
    --habring-panel: rgba(255, 255, 255, 0.88);
    --habring-shadow: 0 20px 60px rgba(24, 19, 12, 0.08);
    --habring-dark-canvas: #050607;
    --habring-dark-panel: #0b0c0f;
    --habring-dark-panel-soft: #121419;
    --habring-dark-line: rgba(255, 255, 255, 0.09);
    --habring-dark-text: #f5f7fb;
    --habring-dark-muted: #8e949f;
    --habring-accent: #9fd7c4;
    --habring-accent-rgb: 159, 215, 196;
    --habring-accent-red: #d64232;
    --habring-accent-red-rgb: 214, 66, 50;
    --habring-dark-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.42);
}

html, body {
    min-height: 100%;
}

body.habring-body {
    font-family: "Manrope", sans-serif;
    color: var(--habring-ink);
    background: var(--habring-dark-canvas);
}

body.habring-home-page {
    background: #050605;
}

h1, h2, h3, h4, h5, h6, .brand-title, .display-font {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.02em;
}

a {
    color: inherit;
}

.brand-mark {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.brand-overline {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.72rem;
    color: var(--habring-gold);
}

.brand-title {
    font-size: 2rem;
    font-weight: 700;
}

.habring-cinematic-header {
    position: fixed;
    inset: 0 0 auto 0;
    height: 64px;
    z-index: 1040;
    color: #fff;
}

.habring-cinematic-header::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 8.5rem;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(15, 17, 21, 0.72) 0%,
            rgba(15, 17, 21, 0.48) 34%,
            rgba(15, 17, 21, 0.18) 68%,
            rgba(15, 17, 21, 0) 100%
        );
    backdrop-filter: blur(1px);
}

.habring-cinematic-hero {
    --habring-hero-image: url("/media/demo_shop_habring/products/komad-product.png");
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.82) 100%),
        radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.16), transparent 20%),
        var(--habring-hero-image) center / cover no-repeat,
        #070807;
}

.habring-page-hero {
    --habring-hero-image: url("/media/demo_shop_habring/products/komad-product.png");
    position: relative;
    min-height: 64svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.26) 46%, rgba(0, 0, 0, 0.82) 100%),
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.13), transparent 20%),
        var(--habring-hero-image) center / cover no-repeat,
        #070807;
}

.habring-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.74), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.76)),
        radial-gradient(ellipse at center, transparent 0%, transparent 44%, rgba(0, 0, 0, 0.5) 100%);
}

.habring-page-hero-copy {
    position: relative;
    z-index: 1;
    width: min(100% - 2rem, 980px);
    padding-top: 5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.habring-page-hero-copy h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.4rem, 4.8vw, 5rem);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

.habring-cinematic-hero::before,
.habring-cinematic-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.habring-cinematic-hero::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 24%, transparent 72%, rgba(0, 0, 0, 0.82));
    z-index: 0;
}

.habring-cinematic-hero::after {
    background: radial-gradient(ellipse at center, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.56) 100%);
    z-index: 1;
}

.habring-cinematic-copy,
.habring-cinematic-card {
    position: relative;
    z-index: 2;
}

.habring-cinematic-nav {
    position: relative;
    inset: 0 0 auto 0;
    height: 64px;
    line-height: 64px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 3.25rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
}

.habring-cinematic-header .habring-cinematic-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1041;
}

.habring-cinematic-nav a,
.habring-cinematic-nav button {
    color: #fff;
    text-decoration: none;
}

.habring-menu-link,
.habring-cinematic-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.habring-menu-link {
    justify-self: start;
    border: 0;
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: inherit;
    font: inherit;
}

.habring-menu-link i,
.habring-bag-link i {
    font-size: 1.25rem;
}

.habring-cinematic-brand {
    justify-self: center;
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.habring-notch-logo {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: clamp(3.1rem, 5.3vw, 4.2rem);
    padding: 0.8rem 32px 0.68rem;
    border-radius: 0 0 1rem 1rem;
    align-self: center;
    isolation: isolate;
    overflow: hidden;
    line-height: 1;
    background: linear-gradient(180deg, #050505 0%, #111116 48%, #050505 100%);
    box-shadow:
        inset 0 -0.08rem 0 rgba(255, 255, 255, 0.12),
        inset 0 0.14rem 0.2rem rgba(255, 255, 255, 0.08),
        0 1.2rem 2.4rem rgba(0, 0, 0, 0.34);
}

.habring-notch-logo::before,
.habring-notch-logo::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1.85rem;
    height: 1.85rem;
    background: transparent;
    pointer-events: none;
}

.habring-notch-logo::before {
    left: -1.85rem;
    border-top-right-radius: 0.925rem;
    box-shadow: 1rem -0.88rem 0 0.82rem #050505;
}

.habring-notch-logo::after {
    right: -1.85rem;
    border-top-left-radius: 0.925rem;
    box-shadow: -1rem -0.88rem 0 0.82rem #050505;
}

.habring-notch-logo img {
    position: relative;
    z-index: 1;
    width: clamp(5.8rem, 11vw, 8.5rem);
    height: auto;
    display: block;
    filter: invert(1) brightness(1.9) contrast(1.08);
}

.habring-notch-logo span {
    position: relative;
    z-index: 1;
    margin-top: 0.18rem;
    font-family: "Manrope", sans-serif;
    font-size: clamp(0.48rem, 0.72vw, 0.64rem);
    font-weight: 700;
    letter-spacing: 0.24em;
    color: rgba(255, 255, 255, 0.72);
}

.habring-cinematic-actions {
    justify-self: end;
}

.habring-cinematic-copy {
    width: min(100% - 2rem, 980px);
    margin-top: 18vh;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.habring-cinematic-kicker,
.habring-cinematic-subtitle {
    font-size: clamp(0.72rem, 0.7rem + 0.18vw, 0.9rem);
    line-height: 1.7;
    margin-bottom: 1.4rem;
}

.habring-cinematic-copy h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.5rem, 5vw, 5.6rem);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 1.7rem;
}

.habring-cinematic-cta,
.habring-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.68rem;
    font-weight: 700;
}

.habring-cinematic-cta {
    padding: 0.85rem 1.7rem;
    margin-top: 0.5rem;
}

.habring-cinematic-cta:hover,
.habring-card-cta:hover {
    background: #fff;
    color: #070807;
}

.habring-cinematic-card {
    position: absolute;
    right: 1.8rem;
    bottom: 1.8rem;
    width: min(20rem, calc(100% - 3rem));
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.35rem;
    background: linear-gradient(180deg, rgba(24, 24, 22, 0.88), rgba(5, 5, 4, 0.92));
    color: #fff;
    backdrop-filter: blur(12px);
}

.habring-cinematic-card img {
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 0.25rem;
    object-fit: cover;
}

.habring-card-title {
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
}

.habring-card-text {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
}

.habring-card-cta {
    width: 100%;
    min-height: 2rem;
    margin-top: 0.8rem;
    border-radius: 0.2rem;
}

.habring-home-content {
    background: #ffffff;
    color: #101010;
    padding-top: clamp(2.6rem, 5vw, 4.4rem);
}

body:not(.habring-home-page) main {
    background:
        radial-gradient(circle at 12% 0%, rgba(var(--habring-accent-rgb), 0.1), transparent 24rem),
        radial-gradient(circle at 82% 8%, rgba(var(--habring-accent-red-rgb), 0.07), transparent 22rem),
        linear-gradient(180deg, #090b0e 0%, var(--habring-dark-canvas) 100%);
    padding-bottom: 4rem;
    color: var(--habring-dark-text);
}

body:not(.habring-home-page) main > .container {
    padding-top: 2rem;
}

body:not(.habring-home-page) main > .container + .container,
body:not(.habring-home-page) main > .container + form,
body:not(.habring-home-page) main > .container + section {
    margin-top: 0;
}

.offcanvas-backdrop.show {
    opacity: 1;
    background-color: rgba(7, 10, 9, 0.58);
    backdrop-filter: blur(12px) saturate(80%);
}

.habring-menu-offcanvas {
    --bs-offcanvas-width: min(64rem, calc(100vw - 1rem));
    margin: 0.5rem;
    height: calc(100svh - 1rem);
    border: 0;
    border-radius: 0.25rem;
    color: #06100d;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.42), transparent 18rem),
        linear-gradient(180deg, #b9e4d4 0%, var(--habring-accent) 100%);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.38);
}

.habring-menu-close-row {
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
}

.habring-menu-close {
    border: 0;
    background: transparent;
    color: #06100d;
    font-size: 1.2rem;
    line-height: 1;
}

.habring-menu-offcanvas .offcanvas-body {
    padding: 1rem 1.5rem 2rem;
    overflow-y: auto;
}

.habring-menu-layout {
    display: grid;
    grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4.5rem);
}

.habring-menu-links section {
    margin-bottom: 2.2rem;
}

.habring-menu-links h2 {
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.habring-menu-links a {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    margin-bottom: 0.78rem;
    color: rgba(6, 16, 13, 0.62);
    text-decoration: none;
    font-size: 1rem;
}

.habring-menu-links a:first-of-type,
.habring-menu-links a:hover {
    color: #020504;
}

.habring-menu-links i {
    font-size: 0.72rem;
}

.habring-menu-feature {
    display: grid;
    gap: 0.75rem;
}

.habring-menu-tile {
    min-height: 11.25rem;
    display: flex;
    align-items: flex-end;
    border-radius: 0.35rem;
    overflow: hidden;
    padding: 1rem;
    color: #fff;
    text-decoration: none;
    background:
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.68) 100%),
        var(--tile-image) center / cover no-repeat,
        #111;
}

.habring-menu-tile-one {
    --tile-image: url("/media/demo_shop_habring/products/komad-product.png");
}

.habring-menu-tile-two {
    --tile-image: url("/media/demo_shop_habring/products/se-case-select-202509-starlight.jpg");
}

.habring-menu-tile-three {
    --tile-image: url("/media/demo_shop_habring/products/komad-product.png");
}

.habring-menu-tile span {
    font-size: clamp(1.4rem, 2.4vw, 2.35rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.habring-search {
    gap: 0.5rem;
    min-width: min(100%, 26rem);
}

.hero-shell,
.content-panel,
.merchant-panel,
.product-card,
.checkout-panel,
.account-panel {
    background: linear-gradient(180deg, rgba(19, 21, 26, 0.94), rgba(8, 9, 12, 0.96));
    border: 1px solid var(--habring-dark-line);
    box-shadow: var(--habring-dark-shadow);
    color: var(--habring-dark-text);
}

.hero-shell {
    border-radius: 2rem;
    overflow: hidden;
}

.hero-image-panel {
    min-height: 420px;
    background:
        linear-gradient(135deg, rgba(17, 17, 17, 0.85), rgba(177, 138, 74, 0.6)),
        url("https://images.unsplash.com/photo-1523170335258-f5ed11844a49?auto=format&fit=crop&w=1400&q=80") center/cover;
}

.hero-copy {
    padding: 3rem;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.78rem;
    color: var(--habring-accent);
}

.product-card {
    border-radius: 0.45rem;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

.product-card-image,
.product-detail-image,
.merchant-product-thumb {
    aspect-ratio: 4 / 5;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.1), transparent 35%),
        linear-gradient(180deg, #1a1d23, #090a0d);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card-image img,
.product-detail-image img,
.merchant-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-body {
    padding: 1.5rem;
}

main .rounded-4,
main .rounded-5,
.habring-home-content .rounded-4,
.habring-home-content .rounded-5 {
    border-radius: 0.5rem !important;
}

.spec-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(var(--habring-accent-rgb), 0.12);
    color: var(--habring-accent);
    font-size: 0.82rem;
    font-weight: 600;
}

.section-pad {
    padding: 0 0 3rem;
}

.habring-store-section {
    padding-bottom: clamp(2rem, 4.4vw, 4.8rem);
}

.habring-last-section {
    padding-bottom: clamp(3rem, 6vw, 6rem);
}

.habring-store-shell {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 96px;
    box-sizing: border-box;
}

.habring-store-heading,
.habring-campaign-title,
.habring-collection-intro h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.habring-store-heading {
    margin: 0 0 1.45rem;
    font-size: clamp(1.2rem, 1.8vw, 1.65rem);
    line-height: 1.05;
}

.habring-store-heading span {
    display: block;
    font-weight: 400;
}

.habring-store-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.habring-orange-controls {
    display: flex;
    gap: 0.25rem;
}

.habring-orange-controls span,
.habring-orange-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff7a00;
    color: #101010;
}

.habring-orange-controls span {
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem;
}

.habring-product-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
}

.habring-shop-product {
    display: grid;
    gap: 0.7rem;
    color: #101010;
    text-decoration: none;
}

.habring-shop-product-image {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1.08;
    overflow: hidden;
    background: #eeeeee;
}

.habring-shop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.habring-shop-product:hover img,
.habring-editorial-tile:hover::before,
.habring-campaign-banner:hover::before {
    transform: scale(1.035);
}

.habring-shop-product-placeholder {
    font-family: "Manrope", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(16, 16, 16, 0.2);
}

.habring-shop-product-meta {
    display: grid;
    gap: 0.1rem;
    font-family: "Manrope", sans-serif;
    line-height: 1.22;
}

.habring-shop-brand {
    font-size: 0.64rem;
    font-weight: 800;
}

.habring-shop-name {
    min-height: 2.25rem;
    font-size: clamp(0.72rem, 0.8vw, 0.82rem);
    font-weight: 700;
}

.habring-shop-price {
    margin-top: 0.15rem;
    font-size: 0.7rem;
    font-weight: 800;
}

.habring-empty-home-state {
    grid-column: 1 / -1;
    padding: 2rem;
    background: #f4f4f4;
    color: #4d4d4d;
}

.habring-favourites-grid,
.habring-collection-grid {
    display: grid;
    gap: 0.75rem;
}

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

.habring-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.habring-editorial-tile,
.habring-campaign-banner {
    position: relative;
    display: flex;
    overflow: hidden;
    color: #ffffff;
    isolation: isolate;
    text-decoration: none;
    background: #101010;
}

.habring-editorial-tile {
    min-height: clamp(14rem, 26vw, 23rem);
    align-items: flex-end;
    justify-content: space-between;
    padding: 1rem;
}

.habring-editorial-tile::before,
.habring-campaign-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: var(--tile-image, var(--campaign-image)) center / cover no-repeat;
    transition: transform 0.25s ease;
}

.habring-editorial-tile::after,
.habring-campaign-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.58));
}

.habring-editorial-tile span,
.habring-family-tile > span:last-child {
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.habring-editorial-tile i,
.habring-family-tile i {
    color: #ff7a00;
    font-size: 1.15rem;
}

.habring-campaign-banner {
    min-height: clamp(18rem, 34vw, 26rem);
    align-items: flex-end;
    padding: clamp(1rem, 2.5vw, 1.8rem);
}

.habring-campaign-banner::after {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.5)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.46));
}

.habring-campaign-dark::before,
.habring-club-banner::before {
    background-position: center;
}

.habring-campaign-split::before {
    background-size: contain;
    background-position: right center;
    background-color: #d9d9d9;
}

.habring-campaign-split::after {
    background: linear-gradient(90deg, rgba(13, 13, 13, 0.84), rgba(13, 13, 13, 0.28) 46%, rgba(13, 13, 13, 0.06));
}

.habring-campaign-copy {
    display: grid;
    justify-items: start;
    gap: 0.8rem;
    max-width: 24rem;
}

.habring-campaign-title {
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    line-height: 1;
}

.habring-campaign-subtitle {
    max-width: 20rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.habring-orange-button {
    min-width: 9.8rem;
    min-height: 2rem;
    gap: 1.8rem;
    padding: 0.45rem 0.75rem;
    border: 0;
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.habring-drivers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.habring-family-tile {
    display: grid;
    gap: 0.7rem;
    color: #101010;
    text-decoration: none;
}

.habring-family-image {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 8.2;
    overflow: hidden;
    background: radial-gradient(circle at 50% 46%, #ff8a00 0%, #f36a00 38%, #111 100%);
}

.habring-family-image img {
    width: 66%;
    height: 92%;
    object-fit: contain;
    filter: drop-shadow(0 1.4rem 2rem rgba(0, 0, 0, 0.25));
    transition: transform 0.2s ease;
}

.habring-family-tile:hover img {
    transform: translateY(-0.25rem) scale(1.03);
}

.habring-family-tile > span:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.habring-new-collection {
    padding-top: clamp(0.8rem, 2vw, 1.6rem);
}

.habring-collection-intro {
    display: grid;
    grid-template-columns: minmax(14rem, 0.9fr) minmax(18rem, 1fr);
    gap: clamp(2rem, 8vw, 8rem);
    align-items: end;
    margin-bottom: clamp(2rem, 5vw, 4.5rem);
}

.habring-mini-kicker {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.habring-mini-kicker i {
    color: #ff7a00;
}

.habring-collection-intro h2 {
    margin: 0;
    font-size: clamp(2.4rem, 6.2vw, 4.8rem);
    line-height: 0.95;
}

.habring-collection-intro p {
    margin: 0;
    max-width: 38rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #202020;
}

body.habring-product-list-page main {
    background: #ffffff;
    color: #101010;
    padding-bottom: 0;
}

body.habring-product-detail-page main {
    background: #ffffff;
    color: #101010;
}

.habring-listing-content {
    background: #ffffff;
    color: #101010;
    padding-block: clamp(1.4rem, 3vw, 2.4rem) clamp(5rem, 8vw, 8rem);
}

.habring-listing-shell {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 96px;
    box-sizing: border-box;
}

.habring-search-result-note {
    margin-bottom: 1.2rem;
    font-size: 0.86rem;
    color: #4a4a4a;
}

.habring-listing-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.habring-listing-layout.is-filter-hidden {
    grid-template-columns: 1fr;
}

.habring-filter-panel {
    position: sticky;
    top: 5rem;
    align-self: start;
}

.habring-listing-layout.is-filter-hidden .habring-filter-panel {
    position: static;
    display: contents;
}

.habring-listing-layout.is-filter-hidden .habring-filter-form {
    display: none;
}

.habring-listing-layout.is-filter-hidden .habring-filter-toggle {
    width: 260px;
    max-width: 100%;
    margin-bottom: 1rem;
}

.habring-filter-toggle,
.habring-filter-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.05rem;
    border: 0;
    background: #ff7a00;
    color: #101010;
    padding: 0 1rem;
    font-family: "Manrope", sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.habring-filter-toggle i {
    font-size: 1.2rem;
}

.habring-filter-form {
    padding: 1.6rem 1rem 1rem;
    border: 1px solid #eeeeee;
    border-top: 0;
    font-family: "Manrope", sans-serif;
}

.habring-filter-clear {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.2rem;
}

.habring-filter-clear a {
    color: #101010;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.habring-filter-group {
    display: grid;
    gap: 0.72rem;
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0;
}

.habring-filter-group legend,
.habring-filter-group h2 {
    margin: 0 0 0.1rem;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.habring-filter-group label,
.habring-filter-group a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 1.25rem;
    color: #222222;
    text-decoration: none;
    font-size: 0.82rem;
    line-height: 1.25;
}

.habring-filter-group input[type="radio"] {
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.habring-filter-group input[type="radio"]:checked {
    border-color: #ff7a00;
    background: #ff7a00;
}

.habring-filter-group a span {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    border: 1px solid #d4d4d4;
    border-radius: 0.15rem;
    background: #ffffff;
}

.habring-filter-group a.is-active span {
    border-color: #ff7a00;
    background: #ff7a00;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.habring-filter-apply {
    justify-content: center;
    margin-top: 0.6rem;
}

.habring-products-panel {
    min-width: 0;
}

.habring-listing-toolbar {
    display: flex;
    justify-content: flex-end;
    min-height: 0;
    margin-bottom: 0.75rem;
    color: #5a5a5a;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.habring-listing-toolbar span {
    color: #101010;
}

.habring-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.25rem 1.5rem;
}

.habring-listing-product {
    min-width: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1.2rem;
}

.habring-listing-product-image {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 0.8rem;
    background: #eeeeee;
    color: #b8b8b8;
    text-decoration: none;
}

.habring-listing-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.habring-listing-product:hover .habring-listing-product-image img {
    transform: scale(1.025);
}

.habring-listing-product-image span {
    font-size: 3rem;
    font-weight: 900;
}

.habring-listing-product-copy {
    display: grid;
    gap: 0.18rem;
    font-family: "Manrope", sans-serif;
}

.habring-listing-brand {
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.1;
}

.habring-listing-product h2 {
    margin: 0 0 1.35rem;
    min-height: 2.55rem;
    font-family: "Manrope", sans-serif;
    font-size: clamp(0.95rem, 0.95vw, 1.18rem);
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: 0;
}

.habring-listing-product h2 a {
    color: #101010;
    text-decoration: none;
}

.habring-listing-price {
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.15;
}

.habring-listing-stock {
    color: #606060;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.habring-listing-product form {
    margin-top: 0.7rem;
}

.habring-listing-product button {
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #101010;
    padding: 0.48rem 0.7rem;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.habring-listing-empty {
    grid-column: 1 / -1;
    padding: 4rem 1rem;
    background: #f5f5f5;
    color: #555555;
    text-align: center;
    font-weight: 700;
}

.habring-product-detail-content {
    width: 100%;
}

.habring-product-detail-shell {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 96px;
    box-sizing: border-box;
}

.habring-product-detail-shell > .row {
    --bs-gutter-x: clamp(3rem, 6vw, 7rem);
}

.habring-product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
    gap: clamp(3rem, 6vw, 7rem);
    align-items: start;
}

.habring-product-media-column,
.habring-product-info-column {
    min-width: 0;
}

.habring-product-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 2rem);
}

body.habring-product-detail-page .content-panel {
    background: var(--habring-accent);
    border: 0;
    box-shadow: none;
    color: #06100d;
}

body.habring-product-detail-page .habring-product-media-panel {
    background: transparent;
    border: 0;
    padding: 0 !important;
}

body.habring-product-detail-page .product-detail-image,
body.habring-product-detail-page .product-card-image {
    background: transparent;
    border: 0;
}

body.habring-product-detail-page .product-detail-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    cursor: zoom-in;
    appearance: none;
}

body.habring-product-detail-page .product-detail-image img {
    object-fit: contain;
}

.habring-product-image-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #101010;
    box-shadow: none;
}

.habring-product-image-modal .modal-header {
    min-height: 4.5rem;
    border-bottom: 0;
    padding-inline: clamp(1.5rem, 5vw, 6rem);
}

.habring-product-image-modal .modal-title {
    font-family: "Manrope", sans-serif;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.habring-product-image-modal .modal-body {
    display: grid;
    place-items: center;
    padding: 0 clamp(1.5rem, 5vw, 6rem) 4rem;
}

.habring-product-image-modal .carousel,
.habring-product-image-modal .carousel-inner,
.habring-product-image-modal .carousel-item {
    width: 100%;
}

.habring-product-image-modal .carousel-item {
    text-align: center;
}

.habring-product-image-modal .carousel-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 75vh;
    object-fit: contain;
}

.habring-product-image-modal .carousel-control-prev,
.habring-product-image-modal .carousel-control-next {
    width: clamp(2.5rem, 6vw, 5rem);
    opacity: 1;
}

.habring-product-image-modal .carousel-control-prev-icon,
.habring-product-image-modal .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #101010;
    background-size: 48% 48%;
}

body.habring-product-detail-page .content-panel .text-secondary,
body.habring-product-detail-page .content-panel .text-muted {
    color: rgba(6, 16, 13, 0.62) !important;
}

body.habring-product-detail-page .content-panel .eyebrow,
body.habring-product-detail-page .content-panel .text-success,
body.habring-product-detail-page .content-panel .text-danger {
    color: #06100d !important;
}

body.habring-product-detail-page .content-panel,
body.habring-product-detail-page .metric-card,
body.habring-product-detail-page .product-card,
body.habring-product-detail-page .product-card:hover,
body.habring-product-detail-page .product-detail-image,
body.habring-product-detail-page .product-card-image,
body.habring-product-detail-page .btn,
body.habring-product-detail-page .form-control,
body.habring-product-detail-page .form-select,
body.habring-product-detail-page .alert {
    box-shadow: none !important;
}

body.habring-product-detail-page .product-card:hover {
    transform: none;
}

.habring-wishlist-toggle.is-loading button {
    opacity: 0.64;
    cursor: wait;
}

.habring-footer {
    background: #111111;
    color: #ffffff;
}

.habring-footer-shell {
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: 2.5rem;
}

.habring-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(2rem, 8vw, 7rem);
}

.habring-footer-grid a,
.habring-footer-legal a,
.habring-footer-language a,
.habring-footer-social a {
    color: #ffffff;
    text-decoration: none;
}

.habring-footer-grid a {
    display: block;
    width: fit-content;
    margin-bottom: 0.52rem;
    font-size: 0.78rem;
    line-height: 1.4;
}

.habring-footer-grid a:hover,
.habring-footer-legal a:hover,
.habring-footer-language a:hover,
.habring-footer-social a:hover {
    color: #d7d7d7;
}

.footer-title {
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.habring-footer-lower {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
    gap: 2rem;
    align-items: start;
    margin-top: clamp(3rem, 7vw, 5.5rem);
}

.habring-footer-copyright {
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.habring-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 2rem;
    max-width: 58rem;
    margin-bottom: 3rem;
}

.habring-footer-legal a,
.habring-footer-language,
.habring-footer-language a,
.habring-footer-language span {
    font-size: 0.78rem;
}

.habring-footer-social {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.habring-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
}

.habring-footer-language {
    justify-self: end;
    min-width: 16rem;
}

.habring-footer-language span {
    display: inline-block;
    margin-right: 2rem;
    color: rgba(255, 255, 255, 0.32);
}

.metric-card {
    border-radius: 0.45rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--habring-dark-line);
    color: var(--habring-dark-text);
}

.habring-specifications {
    margin-block: clamp(3rem, 7vw, 6rem);
}

.habring-specifications h2 {
    font-family: "Manrope", sans-serif;
    margin-bottom: clamp(1.8rem, 4vw, 3rem);
    color: var(--habring-dark-text);
    font-size: clamp(2.5rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.habring-specifications-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem);
    padding: clamp(2rem, 4vw, 3rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.45rem;
    background: linear-gradient(180deg, #171717, #080808);
    color: #ffffff;
}

.habring-spec-group h3 {
    font-family: "Manrope", sans-serif;
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: none;
}

.habring-spec-group dl {
    margin: 0;
}

.habring-spec-group dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(11rem, 0.75fr);
    gap: 1.5rem;
    padding: 0.65rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.habring-spec-group dt,
.habring-spec-group dd {
    margin: 0;
    color: #ffffff;
    font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.45;
}

.habring-spec-group dd {
    overflow-wrap: anywhere;
}

.merchant-sidebar a.active,
.merchant-sidebar a:hover {
    background: #161514;
    color: #fff;
}

.stripe-card-element {
    padding: 1rem 1rem;
    background: #101217;
    border: 1px solid var(--habring-dark-line);
    border-radius: 0.45rem;
}

.table-clean > :not(caption) > * > * {
    background: transparent;
    border-bottom-color: var(--habring-dark-line);
    color: var(--habring-dark-text);
}

.form-control,
.form-select {
    border-radius: 0.45rem;
    padding: 0.8rem 1rem;
    color: var(--habring-dark-text);
    background-color: #101217;
    border-color: var(--habring-dark-line);
}

.form-control:focus,
.form-select:focus {
    color: var(--habring-dark-text);
    background-color: #13161c;
    border-color: rgba(var(--habring-accent-rgb), 0.64);
    box-shadow: 0 0 0 0.2rem rgba(var(--habring-accent-rgb), 0.12);
}

.btn {
    border-radius: 999px;
    padding: 0.75rem 1.15rem;
}

.btn-dark {
    background: var(--habring-accent-red);
    border-color: var(--habring-accent-red);
    color: #ffffff;
}

.btn-outline-dark {
    color: var(--habring-dark-text);
    border-color: rgba(255, 255, 255, 0.28);
}

.btn-outline-dark:hover,
.btn-dark:hover {
    background: var(--habring-accent);
    border-color: var(--habring-accent);
    color: #050607;
}

main .text-success,
.habring-home-content .text-success {
    color: var(--habring-accent) !important;
}

main .text-danger,
.habring-home-content .text-danger {
    color: var(--habring-accent-red) !important;
}

main a:not(.btn):not(.habring-card-cta) {
    color: inherit;
}

main .text-secondary,
.habring-home-content .text-secondary {
    color: var(--habring-dark-muted) !important;
}

main .text-muted,
.habring-home-content .text-muted {
    color: rgba(245, 247, 251, 0.46) !important;
}

main .card,
main .list-group-item {
    background: var(--habring-dark-panel);
    border-color: var(--habring-dark-line);
    color: var(--habring-dark-text);
}

main .alert-light {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--habring-dark-line) !important;
    color: var(--habring-dark-text);
}

main .border-dark {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 991.98px) {
    .habring-menu-layout {
        grid-template-columns: 1fr;
    }

    .habring-menu-feature {
        order: -1;
    }

    .habring-menu-tile {
        min-height: 9rem;
    }

    .habring-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 3rem;
    }

    .habring-footer-lower {
        grid-template-columns: 1fr;
    }

    .habring-footer-language {
        justify-self: start;
    }

    .habring-specifications-panel {
        grid-template-columns: 1fr;
    }

    .habring-cinematic-nav {
        padding: 0 1.5rem;
    }

    .habring-notch-logo {
        min-height: 3rem;
        padding-inline: 32px;
    }

    .habring-cinematic-copy {
        margin-top: 12vh;
    }

    .habring-cinematic-copy h1 {
        font-size: clamp(2.3rem, 9vw, 4.2rem);
    }

    .habring-cinematic-card {
        right: 1rem;
        bottom: 1rem;
    }

    .hero-copy {
        padding: 2rem;
    }

    .habring-search {
        margin: 1rem 0;
        min-width: 100%;
    }

    .habring-store-shell {
        padding-inline: 64px;
    }

    .habring-listing-shell {
        padding-inline: 64px;
    }

    .habring-product-detail-shell {
        padding-inline: 64px;
    }

    .habring-product-detail-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .habring-listing-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .habring-listing-layout.is-filter-hidden {
        grid-template-columns: 1fr;
    }

    .habring-listing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem 1.35rem;
    }

    .habring-product-strip {
        grid-auto-columns: minmax(9rem, 42%);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scroll-snap-type: x proximity;
    }

    .habring-shop-product {
        scroll-snap-align: start;
    }

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

    .habring-collection-intro {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    .habring-cinematic-nav {
        grid-template-columns: auto 1fr auto;
        gap: 0.75rem;
        padding-inline: 1rem;
        font-size: 0.68rem;
    }

    .habring-notch-logo {
        min-height: 2.65rem;
        padding: 0.66rem 32px 0.5rem;
        border-radius: 0 0 0.725rem 0.725rem;
    }

    .habring-notch-logo img {
        width: 4.55rem;
    }

    .habring-notch-logo span {
        font-size: 0.42rem;
        letter-spacing: 0.18em;
    }

    .habring-cinematic-actions {
        gap: 0.55rem;
    }

    .habring-menu-offcanvas {
        --bs-offcanvas-width: calc(100vw - 1rem);
    }

    .habring-menu-offcanvas .offcanvas-body {
        padding-inline: 1rem;
    }

    .habring-menu-close-row {
        min-height: 4rem;
        padding-inline: 1rem;
    }

    .habring-menu-links a {
        font-size: 0.95rem;
    }

    .habring-page-hero {
        min-height: 56svh;
    }

    .habring-page-hero-copy {
        letter-spacing: 0.12em;
    }

    .habring-page-hero-copy h1 {
        letter-spacing: 0.04em;
    }

    .habring-spec-group dl > div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .habring-footer-grid {
        grid-template-columns: 1fr;
    }

    .habring-footer-legal {
        display: grid;
        gap: 0.75rem;
        margin-bottom: 2rem;
    }

    .habring-footer-language {
        min-width: 0;
    }

    .habring-cinematic-hero {
        min-height: 100svh;
        align-content: center;
        padding: 6.5rem 1rem 1rem;
    }

    .habring-cinematic-nav {
        height: 64px;
        line-height: 64px;
        grid-template-columns: auto 1fr auto;
        gap: 1rem;
        padding: 0 1rem;
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }

    .habring-cinematic-brand {
        font-size: 1.45rem;
    }

    .habring-cinematic-copy {
        width: 100%;
        margin-top: 0;
        letter-spacing: 0.13em;
    }

    .habring-cinematic-kicker,
    .habring-cinematic-subtitle {
        margin-bottom: 1rem;
    }

    .habring-cinematic-copy h1 {
        letter-spacing: 0.04em;
    }

    .habring-cinematic-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100%, 22rem);
        margin-top: 2rem;
    }

    .habring-home-content {
        padding-top: 2.5rem;
    }

    .habring-store-shell {
        padding-inline: 32px;
    }

    .habring-listing-shell {
        padding-inline: 32px;
    }

    .habring-product-detail-shell {
        padding-inline: 32px;
    }

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

    .habring-product-image-modal .modal-header {
        min-height: 4rem;
        padding-inline: 1rem;
    }

    .habring-product-image-modal .modal-body {
        padding-inline: 1rem;
        padding-bottom: 2rem;
    }

    .habring-listing-content {
        padding-top: 2rem;
    }

    .habring-listing-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .habring-listing-layout.is-filter-hidden .habring-filter-toggle {
        width: 100%;
    }

    .habring-filter-panel {
        position: static;
    }

    .habring-filter-form {
        padding: 1.25rem 1rem 1rem;
    }

    .habring-listing-toolbar {
        justify-content: flex-start;
    }

    .habring-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem 1rem;
    }

    .habring-listing-product h2 {
        min-height: 3.3rem;
        font-size: 0.92rem;
    }

    .habring-store-section {
        padding-bottom: 2.6rem;
    }

    .habring-product-strip {
        grid-auto-columns: minmax(8.2rem, 64%);
        gap: 0.62rem;
    }

    .habring-shop-name {
        min-height: 2.75rem;
    }

    .habring-favourites-grid,
    .habring-collection-grid,
    .habring-drivers-grid {
        grid-template-columns: 1fr;
    }

    .habring-editorial-tile {
        min-height: 17rem;
    }

    .habring-campaign-banner {
        min-height: 20rem;
    }

    .habring-campaign-split::before {
        opacity: 0.78;
        background-position: center bottom;
    }

    .habring-campaign-split::after {
        background: linear-gradient(180deg, rgba(13, 13, 13, 0.78), rgba(13, 13, 13, 0.38));
    }

    .habring-family-image {
        aspect-ratio: 16 / 10;
    }

    .habring-family-image img {
        width: 74%;
    }
}
