/** Shopify CDN: Minification failed

Line 1438:5 Expected identifier but found whitespace
Line 1720:4 Expected identifier but found "/"
Line 1811:0 Expected "}" to go with "{"

**/
/* --- Base Styles --- */
.cc26 {
    --bg: #111;
    --bg2: #1a1a1a;
    --line: #333;
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
    --r: 18px;
    --r2: 22px;
    --max: 1180px;
    --purple: #888;
    --cyan: #aaa;
    --lime: #999;
    --orange: #ccc;
    --pink: #ddd;
    color: var(--text);
    background: var(--bg);
    overflow-x: hidden;
    transform: none !important;
    --text: #fff !important;
    --muted: #fff !important;
}
.cc26.cc26--micro {
    --bg: #0b1220;
    --bg2: #0f1a2e;
    --text: #fff;
    --muted: rgba(255, 255, 255, 0.82);
    --line: rgba(255, 255, 255, 0.16);
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
    --purple: #6d28d9;
    --cyan: #06b6d4;
    --lime: #22c55e;
    --orange: #f59e0b;
    --pink: #ec4899;
}
.cc26 * {
    box-sizing: border-box;
    color: #fff !important;
}
.cc26 a {
    color: inherit;
    text-decoration: none;
}
.cc26 img {
    max-width: 100%;
    display: block;
}
.cc26-wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 18px;
}
.cc26-muted {
    color: var(--muted);
}
.cc26-small {
    font-size: 13px;
}
.cc26-topbar {
    position: relative;
    z-index: 1;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
}
.cc26-nav {
    position: relative;
    z-index: 1;
    background: var(--bg);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 0 !important;
}
.cc26-head--center {
    align-items: center;
    text-align: center;
}
.cc26-secTitle {
    text-transform: uppercase;
    font-weight: 1300;
    letter-spacing: -0.25px;
}
.cc26-subLead {
    margin: 0;
    color: var(--muted);
    max-width: 72ch;
    line-height: 1.6;
    font-weight: 900;
    opacity: 0.98;
}
.cc26-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: var(--bg);
    color: var(--text);
    font-weight: 900;
    transition: transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    cursor: pointer;
}
.cc26-btn:hover {
    transform: translatey(-1px);
    box-shadow: 0 14px 30px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}
.cc26-btn--primary {
    background: var(--purple);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}
.cc26-btn--ghost {
    background: rgba(255, 255, 255, 0.05);
}
.cc26--micro .cc26-btn,
.cc26--micro .cc26-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
}
.cc26--micro .cc26-btn:hover {
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.22);
}
.cc26-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--line);
    font-weight: 900;
    font-size: 12px;
    background: var(--bg);
}
.cc26-pill--brand {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}
.cc26-pill--purple,
.cc26-pill--cyan {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}
.cc26--micro .cc26-pill {
    background: rgba(255, 255, 255, 0.06);
}
.cc26--micro .cc26-pill--brand {
    background: linear-gradient(90deg, rgba(109, 40, 217, 0.2), rgba(6, 182, 212, 0.12));
}
.cc26-topbar__in {
    display: flex;
    align-items: center;
    max-width: 100% !important;
    width: 100% !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 30px;
    padding: 10px 24px;
}
.cc26-topbar__left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.cc26-topbar__right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex-shrink: 0;
}
.cc26-topbar__text {
    color: var(--muted);
}
.cc26--micro .cc26-topbar {
    background: linear-gradient(90deg, rgba(109, 40, 217, 0.16), rgba(6, 182, 212, 0.1));
}
/* FIX DESKTOP SCROLLING: Changed overflow to allow vertical scroll but hide horizontal background bleed */
.cc26-hero {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    background: var(--bg);
    height: auto;
    max-height: none;
}
.cc26-hero__bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(900px 450px at 15% 15%, rgba(255, 255, 255, 0.05), transparent 60%), radial-gradient(800px 420px at 85% 20%, rgba(255, 255, 255, 0.03), transparent 60%), linear-gradient(180deg, var(--bg), var(--bg2));
}
.cc26-hero__glow {
    position: absolute;
    inset: auto -20% -40% -20%;
    height: 240px;
    background: radial-gradient(closest-side, rgba(255, 255, 255, 0.05), transparent 70%);
    filter: blur(6px);
}
.cc26-hero__in {
    position: relative;
    padding: 44px 18px 22px;
    grid-template-columns: 1.15fr 0.85fr;
    height: auto;
    max-height: none;
    overflow: visible;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
}
.cc26-hero__copy {
    min-height: 0;
    text-align: left;
}
.cc26-hero__media {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    min-height: 0;
}
.cc26-h1 {
    margin: 0 0 10px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.02;
    letter-spacing: -0.6px;
}
.cc26-lead {
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--muted);
    max-width: 72ch;
}
.cc26-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.cc26--micro .cc26-cta {
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}
.cc26-video {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    padding: 12px;
    flex: 0 0 auto;
}
.cc26-video__ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: hidden;
}
.cc26-video__ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.cc26-miniNote {
    margin-top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--line);
    border-radius: var(--r2);
    padding: 12px;
    box-shadow: var(--shadow);
    flex: 0 0 auto;
}
.cc26-miniNote__title {
    font-weight: 1000;
    margin-bottom: 6px;
}
.cc26--micro .cc26-video,
.cc26--micro .cc26-miniNote {
    background: rgba(255, 255, 255, 0.06);
    padding: 10px;
}
.cc26-heroMediaFill {
    flex: 1 1 0;
    min-height: 0;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}
.cc26-heroMediaFill img {
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
    display: block;
}
.cc26-heroMediaFill__cap {
    margin-top: -2px;
    font-weight: 900;
}
.cc26--micro .cc26-heroMediaFill {
    display: none !important;
}
.cc26--micro .cc26-heroMediaFill img {
    border-color: rgba(255, 255, 255, 0.16);
}
.cc26-heroFill {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 14px;
    align-items: stretch;
    margin-top: 0 !important;
}
.cc26-heroFill__list {
    display: grid;
    gap: 10px;
}
.cc26-heroFill__item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}
.cc26-heroFill__ic {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 1200;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 auto;
}
.cc26-heroFill__k {
    font-weight: 1200;
}
.cc26-heroFill__v {
    margin-top: 2px;
}
.cc26-heroFill__pics {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
.cc26-heroFill__pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--line);
}
.cc26--micro .cc26-heroFill {
    background: rgba(255, 255, 255, 0.06);
    padding: 12px;
    gap: 10px;
    grid-template-columns: 1fr;
}
.cc26--micro .cc26-heroFill__item {
    background: rgba(255, 255, 255, 0.06);
    padding: 8px 10px;
}
.cc26--micro .cc26-heroFill__pics img {
    border-color: rgba(255, 255, 255, 0.16);
    max-height: 120px;
    height: 120px;
    object-fit: cover;
}
.cc26-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 10px 0 14px;
    margin-top: 0 !important;
}
.cc26-fact {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 12px;
    box-shadow: var(--shadow);
}
.cc26-fact__k {
    font-size: 12px;
    font-weight: 1000;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cc26-fact__v {
    margin-top: 6px;
    font-weight: 900;
    line-height: 1.35;
}
.cc26--micro .cc26-fact {
    background: rgba(255, 255, 255, 0.06);
}
.cc26--micro .cc26-fact__k {
    color: #fff !important;
    opacity: 0.88;
}
.cc26--equipment .cc26-facts {
    display: none !important;
}
.cc26-nav__in {
    display: flex;
    gap: 10px;
    overflow: auto;
    padding: 12px 18px;
    justify-content: center;
}
.cc26-nav__a {
    white-space: nowrap;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--bg);
    font-weight: 1000;
    font-size: 13px;
    transition: transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.cc26-nav__a:hover {
    transform: translatey(-2px);
    box-shadow: 0 18px 45px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
.cc26-nav__a--cta {
    background: var(--purple);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}
.cc26--micro .cc26-nav {
    background: rgba(255, 255, 255, 0.04);
}
.cc26--micro .cc26-nav__a {
    background: rgba(255, 255, 255, 0.06);
}
.cc26--micro .cc26-nav__a:hover {
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
    border-color: rgba(255, 255, 255, 0.22);
}
.cc26-sec {
    content-visibility: auto;
    contain-intrinsic-size: 1px 600px;
    padding: 24px 0;
    background: var(--bg);
}
.cc26-sec--alt {
    background: var(--bg2);
}
.cc26-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.cc26-h2 {
    margin: 0;
    font-size: clamp(22px, 2.5vw, 30px);
    letter-spacing: -0.25px;
}
.cc26-h3 {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.15px;
}
.cc26-fade {
    transition: opacity 0.28s ease, transform 0.28s ease;
}
.cc26-fade.is-fading {
    opacity: 0;
    transform: translatey(6px);
    pointer-events: none;
}
.cc26-switchBtns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.cc26-bigSwitch {
    border-radius: 22px;
    border: 1px solid var(--line);
    background: var(--bg);
    padding: 20px 18px;
    text-align: center;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    min-height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--text);
}
.cc26-bigSwitch:hover {
    transform: translatey(-2px);
    box-shadow: 0 24px 70px rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}
.cc26-bigSwitch.is-on {
    border-color: rgba(255, 255, 255, 0.35);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
}
.cc26-bigSwitch__title {
    font-weight: 1300;
    font-size: 18px;
    letter-spacing: -0.2px;
}
.cc26--micro .cc26-bigSwitch {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
}
.cc26--micro .cc26-bigSwitch.is-on {
    border-color: rgba(6, 182, 212, 0.5);
    background: linear-gradient(90deg, rgba(109, 40, 217, 0.24), rgba(6, 182, 212, 0.14));
}
.cc26-summaryBar {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.cc26-sPill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
    font-weight: 1000;
    font-size: 13px;
}
.cc26-summaryBar.is-hidden {
    display: none !important;
}
.cc26--micro .cc26-summaryBar {
    background: rgba(255, 255, 255, 0.06);
}
.cc26--micro .cc26-sPill {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}
.cc26-campsTop {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin: 8px 0 12px;
}
.cc26-campsTitle {
    font-weight: 1300;
    font-size: 16px;
    letter-spacing: -0.2px;
}
.cc26--equipment .cc26-campsTop,
.cc26--micro #cc26-camps {
    display: none !important;
}
.cc26-grid1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}
.cc26-camp {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    display: flex;
    flex-direction: column;
}
.cc26-camp:hover {
    transform: translatey(-2px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 70px rgba(255, 255, 255, 0.12);
}
.cc26-camp__img {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}
.cc26-camp__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.25s ease;
}
.cc26-camp:hover .cc26-camp__img img {
    transform: scale(1.06);
}
.cc26-camp__body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cc26-camp--wide {
    flex-direction: row;
}
.cc26-camp--wide .cc26-camp__img {
    flex: 0 0 42%;
    aspect-ratio: auto;
    min-height: 280px;
}
.cc26-camp--wide .cc26-camp__body {
    flex: 1;
}
.cc26-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    font-weight: 1000;
    font-size: 12px;
}
.cc26-tag--cyan {
    border-color: rgba(6, 182, 212, 0.22);
    background: rgba(6, 182, 212, 0.08);
}
.cc26--micro .cc26-tag {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}
.cc26-camp__title {
    margin: 0;
    font-size: 20px;
    font-weight: 1300;
    letter-spacing: -0.2px;
    line-height: 1.2;
}
.cc26-infoList {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.cc26-infoItem {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
}
.cc26-infoK {
    font-weight: 1200;
    color: var(--muted);
}
.cc26-infoV {
    font-weight: 1000;
    color: var(--text);
    line-height: 1.45;
}
.cc26-camp__btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.cc26--micro .cc26-camp,
.cc26--micro .cc26-infoItem {
    background: rgba(255, 255, 255, 0.06);
}
.cc26-techchips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 6px 0 16px;
    justify-content: center;
}
.cc26-chip {
    padding: 9px 12px;
    border-radius: 999px;
    font-weight: 1000;
    font-size: 13px;
    border: 1px solid var(--line);
    background: var(--bg);
}
.cc26-chip--purple,
.cc26-chip--cyan,
.cc26-chip--lime,
.cc26-chip--orange,
.cc26-chip--pink {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}
.cc26--micro .cc26-chip {
    background: rgba(255, 255, 255, 0.06);
}
.cc26-eqgrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}
.cc26-eq {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cc26-eq__img {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}
.cc26-eq__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cc26-eq__body {
    padding: 10px;
    display: grid;
    gap: 6px;
}
.cc26-eq .cc26-h3 {
    font-size: 14px;
}
.cc26-eq p.cc26-muted {
    font-size: 12px;
    line-height: 1.4;
}
.cc26-eq--purple,
.cc26-eq--cyan,
.cc26-eq--lime,
.cc26-eq--orange,
.cc26-eq--pink {
    border-color: rgba(255, 255, 255, 0.18);
}
.cc26--micro .cc26-eq {
    background: rgba(255, 255, 255, 0.06);
}
.cc26-gifs {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
    border-radius: var(--r2);
    border: 1px solid var(--line);
    background: linear-gradient(9deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06));
    box-shadow: var(--shadow);
}
.cc26-gif {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: var(--shadow);
    overflow: hidden;
    padding: 10px;
}
.cc26-gif__img {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
}
.cc26-gif__img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.cc26--micro .cc26-gifs {
    background: linear-gradient(90deg, rgba(109, 40, 217, 0.22), rgba(6, 182, 212, 0.12));
    display: none !important;
}
.cc26--micro .cc26-gif {
    background: rgba(255, 255, 255, 0.06);
}
.cc26--micro .cc26-twoVideos {
    display: none !important;
}
.cc26-twoVideos {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.cc26-grid4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}
.cc26-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    padding: 14px;
}
.cc26-card p {
    margin: 8px 0 0;
    line-height: 1.6;
}
.cc26-card--purple,
.cc26-card--cyan,
.cc26-card--lime,
.cc26-card--orange {
    border-color: rgba(255, 255, 255, 0.18);
}
.cc26-benefit {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.cc26-ic {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 1200;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
    flex: 0 0 auto;
}
.cc26--micro .cc26-card,
.cc26--micro .cc26-ic {
    background: rgba(255, 255, 255, 0.06);
}
.cc26-day {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.cc26-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 10px;
    padding: 12px 14px;
}
.cc26-row + .cc26-row {
    border-top: 1px solid var(--line);
}
.cc26-time {
    font-weight: 1100;
}
.cc26-what {
    color: var(--muted);
    line-height: 1.5;
}
.cc26--micro .cc26-day {
    background: rgba(255, 255, 255, 0.06);
}
.cc26-gallery {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
    align-items: center;
}
.cc26-gbtn {
    height: 44px;
    width: 44px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: var(--bg);
    font-size: 26px;
    font-weight: 1100;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.18s ease;
    color: var(--text);
}
.cc26-gbtn:hover {
    transform: translatey(-2px);
    box-shadow: 0 22px 60px rgba(255, 255, 255, 0.14);
}
.cc26-gstage {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}
#cc26-gimg {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: opacity 0.28s ease, transform 0.28s ease;
    will-change: opacity, transform;
}
#cc26-gimg.is-swap {
    opacity: 0;
    transform: translatex(18px);
}
.cc26-gcap {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #000;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 10px;
    font-weight: 1000;
    font-size: 12px;
}
.cc26-thumbs {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    overflow: auto;
    padding-bottom: 4px;
    scroll-behavior: smooth;
    justify-content: center;
}
.cc26-thumb {
    flex: 0 0 auto;
    width: 110px;
    height: 70px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: var(--bg);
}
.cc26-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cc26-thumb.is-on {
    border-color: rgba(255, 255, 255, 0.45);
}
.cc26--micro .cc26-gbtn,
.cc26--micro .cc26-gstage {
    background: rgba(255, 255, 255, 0.06);
}
.cc26--micro .cc26-gcap {
    background: rgba(10, 14, 22, 0.86);
    border-color: rgba(255, 255, 255, 0.16);
    color: var(--text);
}
.cc26-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.cc26-tab {
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--bg);
    font-weight: 1000;
    cursor: pointer;
    color: var(--text);
}
.cc26-tab.is-on {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.1));
    border-color: rgba(255, 255, 255, 0.22);
}
.cc26-priceGrid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 14px;
}
.cc26-priceCard {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    padding: 16px;
    text-align: center !important;
}
.cc26-noteCard {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    padding: 16px;
}
.cc26-priceTop {
    flex-wrap: wrap;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}
.cc26-priceTitle {
    font-weight: 1200;
    font-size: 18px;
}
.cc26-priceRight {
    text-align: center !important;
    width: 100% !important;
}
.cc26-priceBig {
    font-weight: 1300;
    font-size: 26px;
    letter-spacing: -0.3px;
}
.cc26-line {
    height: 1px;
    background: var(--line);
    margin: 14px 0;
}
.cc26-discounts {
    display: grid;
    gap: 10px;
}
.cc26-disc {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 4px !important;
}
.cc26-disc strong {
    font-weight: 1200;
}
.cc26-disc .cc26-priceTag {
    font-weight: 1300;
}
.cc26-deposit {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center !important;
}
.cc26-deposit__tag {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.2);
    font-weight: 1200;
}
.cc26-priceBtns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content: center !important;
}
.cc26--micro .cc26-priceCard,
.cc26--micro .cc26-noteCard,
.cc26--micro .cc26-disc {
    background: rgba(255, 255, 255, 0.06);
}
.cc26-applyBox {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r2);
    box-shadow: var(--shadow);
    padding: 16px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 14px;
    align-items: start;
}
.cc26-applyBtns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.cc26-toast {
    margin-top: 10px;
    font-weight: 1000;
    color: rgba(34, 197, 94, 0.95);
    min-height: 18px;
}
.cc26-applyImg {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
}
.cc26-applyImg img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.cc26--micro .cc26-applyBox {
    background: rgba(255, 255, 255, 0.06);
}
/* --- MEDIA QUERIES & FIXES --- */
@media (max-width: 980px) {
    .cc26-hero {
        overflow: visible !important;
        height: auto !important;
    }
    .cc26-hero__in {
        grid-template-columns: 1fr;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 40px;
    }
    .cc26-hero__media {
        overflow: visible !important;
        height: auto !important;
        min-height: 0;
    }
    .cc26-facts {
        grid-template-columns: 1fr;
    }
    .cc26-gifs {
        grid-template-columns: 1fr 1fr;
    }
    .cc26-twoVideos {
        grid-template-columns: 1fr !important;
    }
    .cc26-priceGrid,
    .cc26-applyBox,
    .cc26-switchBtns {
        grid-template-columns: 1fr;
    }
    .cc26-camp--wide {
        flex-direction: column;
    }
    .cc26-camp--wide .cc26-camp__img {
        flex: unset;
        min-height: unset;
    }
    .cc26-heroFill {
        grid-template-columns: 1fr;
        display: flex !important;
        flex-direction: column !important;
    }
    .cc26-heroFill__pics {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        order: -1 !important;
        margin-bottom: 14px !important;
        margin-top: 0 !important;
    }
    .cc26-heroFill__pics img {
        height: 140px;
    }
    .cc26-heroMediaFill img {
        min-height: 180px;
    }
    .cc26-nav__in {
        flex-wrap: wrap !important;
        justify-content: center;
        height: auto;
        overflow: visible;
    }
    .cc26-eqgrid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
        grid-template-columns: unset;
        gap: 14px;
    }
    .cc26-eq {
        min-width: 260px;
        width: 260px;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}
@media (max-width: 560px) {
    #cc26-gimg {
        height: 280px;
    }
    .cc26-topbar__in {
        flex-direction: column;
        align-items: center;
    }
    .cc26-priceRight {
        text-align: left;
    }
    .cc26-infoItem,
    .cc26-eqgrid {
        grid-template-columns: 1fr;
    }
    .cc26-twoVideos {
        grid-template-columns: 1fr 1fr;
    }
    .cc26-topbar__right {
        justify-content: center;
    }
}
#cc26-tabs {
    display: none !important;
}
.cc26--equipment #cc26-eqGrid .cc26-eq:nth-child(3) .cc26-eq__img img {
    transform: ;
    transform-origin: center;
}
/* Ensure micro overrides are correct */
.cc26--micro .cc26-h1 {
    font-size: clamp(30px, 3.6vw, 46px);
}
.cc26--micro .cc26-lead {
    font-size: 15px;
    margin-bottom: 12px;
    color: #fff !important;
}
.cc26--micro .cc26-video__ratio {
    padding-top: 52%;
}
.cc26--micro .cc26-heroFill__ic {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 16px;
}
.cc26--micro .cc26-hero__media .cc26-cta {
    flex: 1 1 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 12px;
    align-content: stretch;
    align-items: stretch;
}
.cc26--micro .cc26-hero__media .cc26-cta .cc26-btn {
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    padding: 16px 14px;
    border-radius: 18px;
    font-size: 16px;
}
.cc26--micro .cc26-hero__media .cc26-cta .cc26-btn:nth-child(3) {
    grid-column: 1/-1;
}
@media (max-width: 980px) {
    .cc26--micro .cc26-hero__media .cc26-cta {
        grid-template-columns: 1fr;
    }
    .cc26--micro .cc26-hero__media .cc26-cta .cc26-btn:nth-child(3) {
        grid-column: auto;
    }
}
.cc26--micro,
.cc26--micro * {
    color: #fff !important;
}
.cc26--micro .cc26-muted,
.cc26--micro .cc26-small {
    color: #fff !important;
    opacity: 0.88;
}
.cc26--micro .cc26-what,
.cc26--micro .cc26-infoK,
.cc26--micro .cc26-infoV,
.cc26--micro .cc26-subLead,
.cc26--micro .cc26-topbar__text {
    color: #fff !important;
}
@media (max-width: 980px) {
    .cc26 {
        overflow-x: hidden !important;
        text-align: center !important;
    }
    .cc26 .cc26-wrap,
    .cc26 .cc26-head,
    .cc26 .cc26-hero__copy,
    .cc26 .cc26-hero__media {
        text-align: center !important;
    }
    .cc26 .cc26-cta {
        justify-content: center !important;
    }
    .cc26 .cc26-topbar__left,
    .cc26 .cc26-topbar__right {
        width: 100% !important;
        justify-content: center !important;
    }
    .cc26 .cc26-camp__btns,
    .cc26 .cc26-priceBtns,
    .cc26 .cc26-applyBtns {
        justify-content: center !important;
    }
    .cc26 .cc26-btn {
        justify-content: center !important;
        text-align: center !important;
    }
    .cc26 .cc26-topbar__in {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }
    .cc26.cc26--equipment .cc26-hero__in {
        padding: 18px 14px 14px !important;
        gap: 12px !important;
    }
    .cc26.cc26--equipment .cc26-h1 {
        font-size: clamp(24px, 7.2vw, 34px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.35px !important;
        margin: 0 0 8px !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        hyphens: auto;
    }
    .cc26.cc26--equipment .cc26-lead {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin: 0 0 10px !important;
        max-width: 100% !important;
    }
    .cc26.cc26--equipment .cc26-cta {
        flex-wrap: wrap !important;
        justify-content: center !important;
        overflow: visible !important;
    }
    .cc26.cc26--equipment .cc26-video {
        padding: 10px !important;
    }
    .cc26.cc26--equipment .cc26-video__ratio {
        width: 100% !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }
}
/* =========================   
   CC26 HOTFIX: no overlap   
   (Shopify theme sticky/fixed nav overrides + hero media stability)   
   ========================= */
/* 1) HARD OVERRIDE: neļauj tēmai padarīt šo NAV par sticky/fixed */
.cc26 .cc26-nav {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    inset: auto !important;
    z-index: 20;
    margin-top: 16px;
    margin-bottom: 8px;
}
/* NAV paliek plūsmā + vienmēr redzams */
.cc26 .cc26-nav__in {
    height: auto !important;
    overflow: visible !important;
    flex-wrap: wrap !important;
    justify-content: center;
    padding-bottom: 12px;
}
/* Desktopā vari atstāt vienā rindā (ja gribi), bet bez pārklāšanās */
@media (min-width: 981px) {
    .cc26 .cc26-nav__in {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}
/* 2) Hero: nodrošina, ka background slāņi nekad neuzkāpj virs satura */
.cc26 .cc26-hero {
    position: relative;
    padding-bottom: 18px;
}
.cc26 .cc26-hero__bg,
.cc26 .cc26-hero__glow {
    z-index: 0;
}
.cc26 .cc26-hero__in {
    position: relative;
    z-index: 1;
}
/* 3) Hero media kolonna: stabila platuma uzvedība, nekas neizspiežas ārā */
.cc26 .cc26-hero__media {
    min-width: 0;
}
.cc26 .cc26-video,
.cc26 .cc26-miniNote {
    width: 100%;
}
.cc26 .cc26-heroMediaFill {
    width: 100%;
    min-height: 260px;
}
/* 4) YouTube ratio: modernāk un stabilāk (iOS draudzīgi) */
.cc26 .cc26-video__ratio {
    aspect-ratio: 16/9;
}
@supports (aspect-ratio: 16/9) {
    . cc26 . cc26-video__ratio {
        padding-top: 0 ! important;
        /* aizstāj veco padding-top hack */
        }
    }
/* 5) Hero GIF bloks: neļauj sarauties līdz 0 un neļauj pārlēkt pāri */
.cc26 .cc26-heroMediaFill img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
/* Mobile: mazliet mazāks minimums */
@media (max-width: 980px) {
    .cc26 .cc26-heroMediaFill {
        min-height: 200px;
    }
}
/* 6) Drošības josta: ja tēma kaut kur uzliek transform uz vecāka,   
   sticky/fixed var uzvesties dīvaini; šis palīdz renderēšanai */
/* 7) Optional: ja redzi, ka nākamā sadaļa “ienāk” zem nav,   
   iedod nav apakšā nelielu atstarpi */
/* --- FULL WIDTH & ONE LINE OVERRIDES --- */
/* --- FULL WIDTH, ONE LINE & CENTERED --- */
/* Ensure the buttons don't shrink */
/* Mobile Adjustments (Keeps it one line and readable) */
@media (max-width: 980px) {
    .cc26-topbar__in {
        gap: 15px !important;
        justify-content: space-between !important;
    }
    .cc26-topbar__text {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
        display: inline-block !important;
        white-space: nowrap !important;
        padding-left: 0 !important;
        animation: cc26-slideIn 18s linear infinite;
    }
    .cc26-topbar .cc26-btn {
        padding: 6px 10px;
        font-size: 11px;
    }
}
/* --- FORCE ALL TEXT TO WHITE --- */
/* 2. Force specific elements to be white and fully visible */
/* 3. Remove transparency from "muted" text so it is bright white */
.cc26 .cc26-muted,
.cc26 .cc26-subLead,
.cc26 .cc26-small,
.cc26 .cc26-topbar__text {
    opacity: 1 !important;
}
/* --- HERO LAYOUT RESTRUCTURING --- */
/* 1. Reset the main container to stack vertically */
/* 2. Style the new Header area */
.cc26-hero__head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
/* 3. Define the new Split Grid (move old grid styles here) */
.cc26-hero__split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
    width: 100%;
    align-items: start !important;
}
/* 4. Fix alignment for the left column content */
/* Since it's no longer centering the title, we align the rest to the left (or stretch) */
/* 5. Mobile Responsiveness */
@media (max-width: 980px) {
    .cc26-hero__split {
        grid-template-columns: 1fr;
    }
    .cc26-hero__head {
        margin-bottom: 10px;
    }
    .cc26-hero__copy {
        text-align: center;
    }
}
/* --- FIX TOP ALIGNMENT --- */
/* 1. Remove the 14px margin from the main left box */
#cc26-heroFill {
    margin-top: 0 !important;
}
/* 2. Ensure the facts section (if visible) also has no top margin */
/* 3. Ensure the parent container aligns them strictly to the top */
/* --- ATSAUKSMJU SLIDERIS --- */
.cc26-reviews {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 12px;
    box-shadow: var(--shadow);
    overflow: hidden;
    min-height: 200px;
}
.cc26-reviews__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/* Noslēpj scrollbar (Chrome/Safari) */
.cc26-reviews__track::-webkit-scrollbar {
    display: none;
}
.cc26-reviewCard {
    flex: 0 0 100%;
    scroll-snap-align: start;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}
.cc26-reviewCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cc26-reviews__note {
    text-align: center;
    font-size: 11px;
    opacity: 0.6;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* --- SAMAZINĀT ATSTARPI ZEM NAVIGĀCIJAS --- */
#cc26-camps {
    padding-top: 10px !important;
}
/* Ja vēlies vēl tuvāk, var samazināt arī navigācijas apakšējo malu */
/* --- BILDES AUGŠĀ (MOBILAJĀ) --- */
@media (max-width: 980px) {
    #cc26-heroFill {
        display: flex !important;
        flex-direction: column !important;
    }
}
/* --- VIDEO VIENS ZEM OTRA --- */
/* --- CENU KARTĪTES TOTĀLA CENTRĒŠANA --- */
/* 1. Galvenais kartītes teksts pa vidu */
/* 2. Augšējā daļa (Virsraksts un Cena) - liekam vienu zem otra */
/* 3. Cena un "Pilnā cena" teksts */
/* 4. Atlaižu rāmīši - teksts un cena pa vidu (vairs ne pa malām) */
/* 5. Avansa rindiņa */
/* 6. Pogas */
/* --- LABOJUMS: VĀRDI NEKAD NESAŠĶEĻAS --- */
@media (max-width: 980px) {
    .cc26-h1 {
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
        font-size: clamp(20px, 5vw, 30px) !important;
        line-height: 1.2 !important;
    }
}
/* --- UZLABOTS SLĪDOŠAIS TEKSTS (Smooth Slide) --- */
@media (max-width: 980px) {
    .cc26-topbar__left {
        display: block !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        position: relative !important;
        mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    }
}
/* 3. Definējam kustību no "Ārpus labās malas" uz "Ārpus kreisās malas" */
@keyframes cc26-slideIn {
    0% {
        /* Sākuma punkts: 100vw nozīmē "Ekrāna platums pa labi" - tātad pilnībā ārpus ekrāna */ transform: translateX(100vw);
        } 100% {
        /* Beigu punkts: -100% nozīmē, ka teksts ir pilnībā aizbraucis pa kreisi */ transform: translateX(-100%);
        }
    }
/* --- CENU KARTĪTES: DESKTOP IZKĀRTOJUMS (ATJAUNOTS) --- */
@media (min-width: 981px) {
    .cc26-priceCard {
        text-align: left !important;
    }
    .cc26-priceTop {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
    }
    .cc26-priceRight {
        text-align: right !important;
        width: auto !important;
    }
    .cc26-disc {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        text-align: left !important;
    }
    .cc26-deposit,
    .cc26-priceBtns {
        justify-content: flex-start !important;
    }
}
/* --- IZPLET VIRSRATKSTA TEKSTU LĪDZ MALĀM --- */

/* 1. Atļauj galvenajam virsraksta konteinerim aizņemt 100% platuma */
.cc26-hero__head {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important; /* Noņemam liekās iekšējās malas, ja tādas ir */
}

/* 2. Atļauj pašam teksta paragrāfam izplesties */
.cc26-hero__head .cc26-lead {
    max-width: 100% !important;
    width: 100% !important;
    
    /* Pēc izvēles: Ja gribi, lai teksts neizskatās pārāk "izmētāts", vari pievienot šo: */
    /* text-align: justify; */ 
}


/* 1. Nodrošinām, ka labā kolonna ir Flex konteiners un aizņem pilnu augstumu */
.cc26-hero__media {
    display: flex;
    flex-direction: column;
    height: 100%;       /* Aizņem pilnu augstumu, ko nosaka kreisais bloks */
    justify-content: space-between;
    gap: 12px;          /* Atstarpe starp video un atsauksmēm */
    min-height: 0;      /* Svarīgi! Ļauj bērniem sarauties, ja nepieciešams */
}

/* 2. Video bloks saglabā savu proporciju, bet neļauj izstiepties */
.cc26-video {
    flex: 0 0 auto;     /* Nemaina izmēru, paliek tik augsts, cik saturs prasa */
    width: 100%;
}

/* 3. Atsauksmju bloks aizņem TIKAI atlikušo vietu un centrē saturu */
.cc26-reviews {
    flex: 1 1 0;        /* 1: grow, 1: shrink, 0: basis. Šis ir galvenais, lai izlīdzinātu apakšu */
    min-height: 0;      /* Ļauj blokam kļūt mazākam par tā saturu, ja vajag */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertikāli centrē saturu */
    overflow: hidden;   /* Nogriež visu, kas iet pāri malām */
    padding: 0;         /* Noņemam padding, lai attēls ietu līdz malām (ja vēlies rāmīti, atstāj padding) */
}

/* 4. Karuselis un kartītes aizņem visu atsauksmju bloka augstumu */
.cc26-reviews__track,
.cc26-reviewCard {
    height: 10D0%;
    width: 100%;
}

.cc26-reviewCard {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px; /* Ja vajag noapaļotus stūrus pašai bildei */
}

/* 5. Attēls: vienmēr centrēts un aizpilda visu laukumu (cover) */
.cc26-reviewCard img {
    width: 100%;
    height: 100%;
    /object-fit: cover;   /* Attēls "apgriežas", lai aizpildītu laukumu, nezaudējot proporcijas */
    object-position: center center; /* Vienmēr centrēts */
    display: block;
}

/* --- ATSAUKSMJU BLOKA ATDZĪVINĀŠANA --- */
.cc26-reviews {
    display: flex !important; /* Piespiež rādīties */
    flex-direction: column !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid var(--line) !important;
    border-radius: 22px !important;
    padding: 12px !important;
    margin-top: 15px !important;
    width: 100% !important;
    min-height: 300px !important; /* Nodrošina redzamību */
    visibility: visible !important;
    opacity: 1 !important;
}

/* Karuseļa trase */
.cc26-reviews__track {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    height: 100% !important;
}

/* Noslēpj scrollbar */
.cc26-reviews__track::-webkit-scrollbar {
    display: none !important;
}

/* Atsauksmju kartīte */
.cc26-reviewCard {
    flex: 0 0 100% !important; 
    width: 100% !important;
    scroll-snap-align: start !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: transparent !important; /* Noņemam melno fonu, ja bilde ir gara */
    display: block !important; /* Mainām no flex uz block, lai bilde diktētu augstumu */
    height: auto !important;
    min-height: 0 !important; /* Noņemam iepriekšējo ierobežojumu *
}

/* BILDE - Svarīgākais labojums */
.cc26-reviewCard img {
    width: 100% !important;
    height: 100% !important;
    max-height: 400px !important;
    object-fit: contain !important; /* Neapgriež tekstu */
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Atsauksmju paraksts */
.cc26-reviews__note {
    text-align: center !important;
    font-size: 11px !important;
    color: #fff !important;
    opacity: 0.7 !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    display: block !important;
}

/* SPECIFISKS LABOJUMS MOBILAJAI VERSIJAI */
@media (max-width: 980px) {
    .cc26-hero__media {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    .cc26-reviews {
        position: relative !important;
        z-index: 10 !important;
    }
}

/* Izdzēšam Micro mode ierobežojumu, kas varētu slēpt media */
.cc26--micro .cc26-hero__media {
    display: flex !important;
}

