/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
:root {

    --header-h: 3.5em;

    --utility-h: 34px;

    --oz-container: 1180px;
}

#header {
    height: var(--header-h);
    line-height: var(--header-h);
    background-color: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);

    box-shadow: none;
    color: var(--ink);
    text-transform: none;
    font-weight: 700;
}

#header h1,
#header nav > ul > li a {
    color: var(--ink);
}

#header #desktopCartSlot a,
#header #customerMobileSlot a,
#header #desktopCartSlot .fa-shopping-basket,
#header #customerMobileSlot .fa-user-circle,
#header a.navPanelToggle {
    color: var(--ink) !important;
}

#header #desktopCartSlot a:hover,
#header #customerMobileSlot a:hover,
#header a.navPanelToggle:hover {
    color: var(--blue) !important;
}

#header h1 a {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1.8px;
    color: var(--ink);
}

@media screen and (min-width: 510px) {
    #header h1 {
        font-size: 24px;
    }
}

#header nav > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
}

#header nav > ul > li > a:hover,
#header nav > ul > li:hover > a {
    color: var(--blue);
    border-bottom-color: var(--blue);
}

#header .cart-count-mobile {
    background: var(--blue);
    color: var(--white);
}

#header :focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 3px;
}

.utility-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1004;
    background: var(--ink);
    color: #dceaf4;
    font-family: var(--font-display);
    font-size: 12px;

    line-height: 1.2;
    text-transform: none;
}

.utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: var(--utility-h);
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.utility-inner p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.utility-links {
    display: flex;
    gap: 24px;
}

.utility-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    color: #dceaf4;
    text-decoration: none;
    white-space: nowrap;
}

.utility-links a:hover {
    color: var(--white);
}

.utility-links i {
    color: inherit;
}

#header {
    top: var(--utility-h);
}

.promoBar {
    top: calc(var(--utility-h) + var(--header-h)) !important;
}

#header + #banner {
    margin-top: calc(-1 * (var(--header-h) + var(--utility-h)));
}

@media screen and (max-width: 736px) {
    .utility-inner {
        justify-content: flex-start;
    }

    .utility-inner > p,
    .utility-links a:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 1450px) {
    #desktopCartSlot,
    #customerMobileSlot {
        top: calc(var(--utility-h) + 13px) !important;
    }
}

#header nav {
    top: var(--utility-h);
}

#header h1 {
    width: max-content;
    max-width: 60%;
}

.utility-inner {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media screen and (min-width: 737px) {
    #navPanel .link.depth-2,
    #navPanel .link.depth-3 {
        display: none;
    }
}

#navPanel .link.depth-0 + .link.depth-1 {
    border-top: 0;
}

:root {
    --page-inset: calc((100% - min(1180px, 100% - 40px)) / 2);
}

.utility-inner {
    width: min(1180px, 100% - 40px);
    max-width: none;
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
}

#header h1 {
    left: var(--page-inset);
}

#header nav {
    right: var(--page-inset);
}

:root {
    --header-h: 79px;
}

.dropotron.level-0 {
    margin-top: 1px !important;
}

.dropotron.level-0:before {
    display: none;
}

#header #customerMobileSlot .customer-label,
#header #desktopCartSlot span {
    display: none !important;
}

@media screen and (min-width: 1451px) {
    #header #desktopCartSlot,
    #header #customerMobileSlot {
        position: fixed !important;
        z-index: 99999 !important;
    }

    #header #desktopCartSlot {
        right: calc((100% - var(--oz-container)) / 2) !important;
    }

    #header #customerMobileSlot {
        right: calc((100% - var(--oz-container)) / 2 + 49px) !important;
    }

}

#header #desktopCartSlot,
#header #customerMobileSlot {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: calc(var(--utility-h) + ((var(--header-h) - 34px) / 2)) !important;
}

#header #desktopCartSlot a,
#header #customerMobileSlot a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 5px !important;
    border-bottom: 0 !important;
}

#header #customerMobileSlot .fa-user-circle,
#header #desktopCartSlot .fa-shopping-basket {
    font-size: 24px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.header-actions {
    position: fixed;
    top: calc(var(--utility-h) + ((var(--header-h) - 34px) / 2));
    right: 172px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 34px;
}

.locale-picker,
.currency-picker {
    display: flex;
    align-items: center;
}

.locale-select,
.currency-select {
    height: 34px;
    padding: 0 22px 0 7px;
    border: 1px solid #dce5ec;
    border-radius: 7px;
    background-color: #ffffff;
    color: var(--ink);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%230b1b2a' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 8px 5px;
}

.locale-select:hover,
.locale-select:focus,
.currency-select:hover,
.currency-select:focus {
    border-color: #b9c9d6;
    outline: 0;
}

.locale-select option,
.currency-select option {
    color: var(--ink);
    background: #ffffff;
    font-weight: 600;
}

@media screen and (max-width: 1450px) {
    #header #customerMobileSlot,
    #header #desktopCartSlot {
        top: calc(var(--utility-h) + ((var(--header-h) - 34px) / 2)) !important;
    }

    #header #customerMobileSlot {
        right: 123px !important;
    }

    #header #desktopCartSlot {
        right: 74px !important;
    }
}

@media screen and (min-width: 1451px) {
    .header-actions {
        right: calc((100% - var(--oz-container)) / 2 + 98px);
    }

    #header nav {
        right: calc((100% - var(--oz-container)) / 2 + 223px);
    }
}

@media screen and (max-width: 736px) {
    .header-actions {

        top: 5px;
        right: 1em;
        gap: 6px;
        height: 24px;
    }

    .locale-select,
    .currency-select {
        height: 24px;
        width: 44px;
        padding: 0 14px 0 4px;
        font-size: 9px;

        background-color: transparent;
        border-color: rgba(220, 234, 244, .38);
        color: #dceaf4;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23dceaf4' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
        background-position: right 4px center;
    }

    .locale-select:hover, .locale-select:focus,
    .currency-select:hover, .currency-select:focus {
        border-color: rgba(220, 234, 244, .75);
        color: #ffffff;
    }

    .locale-select option,
    .currency-select option {
        color: var(--ink);
        background: #ffffff;
    }

    #header #customerMobileSlot {
        right: 107px !important;
    }

    #header #desktopCartSlot {
        right: 67px !important;
    }

    .utility-inner {
        padding-right: 118px;
    }

    #header #customerMobileSlot .fa-user-circle,
    #header #desktopCartSlot .fa-shopping-basket {
        font-size: 22px !important;
    }
}

.currency-estimate-note {
    display: block;
    margin-top: .35em;
    color: #6b7b86;
    font-size: .78em;
    line-height: 1.35;
}

@keyframes reveal-header {
    0% {
        top: calc(var(--utility-h) - 4em);
        opacity: 0;
    }

    100% {
        top: var(--utility-h);
        opacity: 1;
    }
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
#banner > article:after {
    background: linear-gradient(
        90deg,
        rgba(3, 16, 28, .90) 0%,
        rgba(3, 16, 28, .68) 48%,
        rgba(3, 16, 28, .10) 78%
    );
    opacity: 1;
}

#banner > article h2 {
    font-family: var(--font-display);
    font-size: clamp(30px, 4.4vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.052em;
    text-transform: none;
    text-shadow: 0 2px 18px rgba(3, 16, 28, .45);
}

#banner .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    line-height: 1;
    padding: 0 24px;
    border-radius: 8px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#banner .button.ebay {
    background-color: var(--blue);
    color: var(--white) !important;
}

#banner .button.ebay:hover {
    background-color: #1591e6;
    transform: translateY(-1px);
}

#banner .button.wise {
    background-color: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .65);
    color: var(--white);
}

#banner .button.wise:hover {
    background-color: rgba(255, 255, 255, .14);
    transform: translateY(-1px);
}

#banner .button:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 3px;
}

#banner > article {
    display: flex;
    align-items: center;
    text-align: left;
}

#banner > article:before {
    display: none;
}

#banner > article .inner {
    display: block;
    width: 100%;
    max-width: calc(var(--oz-container) + 3em);
    margin: 0 auto;
    padding: 0 1.5em;
}

#banner > article h2 {
    max-width: 760px;
    margin: 0;
}

#banner .slider-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
    text-align: left;
}

#banner .eyebrow {
    margin-bottom: 16px;
}

@media screen and (max-width: 736px) {

    #banner > article:after {
        background: linear-gradient(
            180deg,
            rgba(3, 16, 28, .55) 0%,
            rgba(3, 16, 28, .75) 100%
        );
    }

    #banner > article h2 {
        max-width: none;
    }
}

#banner {
    min-height: 620px;
    height: 620px;
}

@media screen and (max-width: 980px) {
    #banner {
        min-height: 520px;
        height: 520px;
    }
}

@media screen and (max-width: 736px) {
    #banner {
        min-height: 460px;
        height: 460px;
    }
}

#banner .hero-copy {
    max-width: 650px;
    margin: 25px 0 31px;
    color: #e6eff5;
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (max-width: 736px) {
    #banner .hero-copy {
        max-width: none;
        margin: 18px 0 24px;
        font-size: 15px;
    }
}

#banner > article {

    align-items: flex-start;

    padding-top: calc((var(--utility-h) + var(--header-h)) * 2 + 30px);
    padding-bottom: 48px;
}

#banner {
    min-height: calc(620px + (var(--utility-h) + var(--header-h)) * 2);
    height: calc(620px + (var(--utility-h) + var(--header-h)) * 2);
}

@media screen and (max-width: 980px) {
    #banner {
        min-height: calc(560px + (var(--utility-h) + var(--header-h)) * 2);
        height: auto;
    }
}

@media screen and (max-width: 736px) {
    #banner {
        min-height: calc(500px + (var(--utility-h) + var(--header-h)) * 2);
        height: auto;
    }
}

@media screen and (max-width: 560px) {
    #banner .hero-copy {
        display: none;
    }

    #banner > article h2 {
        font-size: clamp(26px, 7vw, 34px);
    }

    #banner > article {
        padding-top: calc((var(--utility-h) + var(--header-h)) * 2 + 24px);
        padding-bottom: 32px;
    }

    #banner .slider-actions {
        margin-top: 18px;
    }
}

#banner {
    height: auto;

    min-height: calc(749px + (var(--utility-h) + var(--header-h)) * 2);
    background: var(--ink);
}

#banner > article {
    padding-top: calc((var(--utility-h) + var(--header-h)) * 2 + 96px);
    padding-bottom: 142px;
}

#banner > article h2 {
    font-size: clamp(42px, 5vw, 70px);
}

@media screen and (max-width: 736px) {
    #banner > article {
        padding-top: calc((var(--utility-h) + var(--header-h)) * 2 + 48px);
        padding-bottom: 64px;
    }

    #banner > article h2 {
        font-size: clamp(28px, 7vw, 40px);
    }
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
section.wrapper,
section.wrapper.split,
section.wrapper.style2 {
    padding: 92px 0;
}

section.wrapper.style2 {
    background-color: var(--surface);
}

.counters {
    padding: 44px 0;
    background-color: var(--ink);
    color: var(--white);
}

.counters .counter {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--white);
}

.counters h3 {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9fb3c2;
}

.counters center,
.counters p,
.counters .inner > center {
    color: #9fb3c2;
}

.counters a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 2px;
}

:is(#sets, .oz-grid) .posts,
:is(#sets, .oz-grid) .category-group-heading {
    flex: 0 0 100%;
    width: 100%;
}

:is(#sets, .oz-grid) .posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
}

:is(#sets, .oz-grid) .posts .post {
    width: auto;
}

:is(#sets, .oz-grid) .post.products {
    border: 0;
}

:is(#sets, .oz-grid) .post.products {
    border-radius: 13px;
    box-shadow: 0 5px 22px rgba(15, 34, 49, .07);
    transition: box-shadow .2s ease, transform .2s ease;
}

:is(#sets, .oz-grid) .post.products:hover {
    box-shadow: 0 10px 30px rgba(15, 34, 49, .12);
    transform: translateY(-2px);
}

:is(#sets, .oz-grid) .post.products {
    padding: 0;
}

:is(#sets, .oz-grid) .image-overlay-container {
    aspect-ratio: 1.2;
    height: auto;
    margin: -20px -20px 0;

    width: calc(100% + 40px);

    border-radius: 13px 13px 0 0;
    background: #f3f5f6;
    overflow: hidden;
}

:is(#sets, .oz-grid) .image-overlay-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

:is(#sets, .oz-grid) .overlay .text.button {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 8px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    line-height: 40px;
}

:is(#sets, .oz-grid) .bigtitle {
    display: block;
    margin-top: 14px;
    color: var(--blue);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

:is(#sets, .oz-grid) .post.products small a {
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

:is(#sets, .oz-grid) .bigprice {
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -.02em;
}

.benefits-section {
    padding: 75px 0 35px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.benefit {
    display: flex;
    gap: 14px;
    padding: 18px 22px;
    border-right: 1px solid var(--line);
}

.benefit:nth-child(3n) {
    border-right: 0;
}

.benefit:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
}

.benefit > span {
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 29px;
    line-height: 1;
}

.benefit h3 {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.25;
}

.benefit p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

@media screen and (max-width: 980px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit:nth-child(3n) {
        border-right: 1px solid var(--line);
    }

    .benefit:nth-child(2n) {
        border-right: 0;
    }

    .benefit:nth-child(-n + 4) {
        border-bottom: 1px solid var(--line);
    }
}

@media screen and (max-width: 640px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit {
        border-right: 0 !important;
        border-bottom: 1px solid var(--line);
    }

    .benefit:last-child {
        border-bottom: 0;
    }
}

#spotlight > .inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(45px, 8vw, 100px);
}

#spotlight .confidence-image {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
}

#spotlight .confidence-image {
    min-height: 520px;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#spotlight .confidence-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 14px;
    border-radius: 7px;
    background: var(--white);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

#spotlight .confidence-badge i {
    color: var(--blue);
}

#spotlight .confidence-copy > p {
    margin: 23px 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

#spotlight .confidence-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

#spotlight .confidence-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

#spotlight .confidence-points li i {
    flex: 0 0 auto;
    margin-top: .15em;
    color: var(--blue);
    font-size: 15px;
}

#spotlight .button-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 8px;
    background-color: var(--ink);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
}

#spotlight .button-dark:hover {
    background-color: var(--ink-soft);
}

@media screen and (max-width: 980px) {
    #spotlight > .inner {
        grid-template-columns: 1fr;
    }

    #spotlight .confidence-image img {
        min-height: 400px;
    }
}

@media screen and (max-width: 640px) {
    #spotlight .confidence-points {
        grid-template-columns: 1fr;
    }
}

.category-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}

.category-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 440px;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background-color: var(--ink);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(9, 28, 43, .16);
}

.category-card > div {
    padding: 28px;
}

.category-card p {
    margin: 0 0 6px;
    color: #dce9f2;
    font-size: 13px;
    line-height: 1.5;
}

.category-card h3 {
    margin: 0 0 19px;
    color: var(--white);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.category-card > div > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
}

#skus .category-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    background: var(--white);
    box-shadow: 0 5px 22px rgba(15, 34, 49, .07);
}

#skus .category-card h3 {
    color: var(--ink);
    margin: 0 0 12px;
}

#skus .category-card p {
    color: var(--muted);
    margin: 0 0 19px;
}

#skus .category-card-cta {
    color: var(--blue);
}

.category-card-image {
    display: block;
    aspect-ratio: 1.2;
    background: #f3f5f6;
    overflow: hidden;
}

.category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.category-card-body {
    display: block;
    padding: 28px;
}

.category-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
}

@media screen and (max-width: 980px) {
    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-card {
        min-height: 320px;
    }
}

@media screen and (max-width: 980px) {
    :is(#sets, .oz-grid) .posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    :is(#sets, .oz-grid) .posts {
        grid-template-columns: 1fr;
    }
}

:is(#sets, .oz-grid) .post.products > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

:is(#sets, .oz-grid) .post.products small:first-of-type {
    flex: 1 0 auto;
}

:is(#sets, .oz-grid) .bigprice {
    margin: 0 0 4px;
    font-size: 21px;
}

:is(#sets, .oz-grid) .post.products .stock-shipping-row {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.65;
}

.product-card-actions {
    display: flex;

    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

:is(#sets, .oz-grid) .product-card-actions .value-button {
    flex: 0 0 auto;
    width: 34px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--blue);
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
}

:is(#sets, .oz-grid) .product-card-actions .form-control {
    flex: 0 0 44px;
    width: 44px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--line);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: var(--white);
    color: var(--ink);
    text-align: center;
    font-family: var(--font-display);
    font-weight: 800;
}

.product-card-actions .form-control::-webkit-inner-spin-button,
.product-card-actions .form-control::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

:is(#sets, .oz-grid) .product-card-actions .button {
    flex: 1 1 auto;
    min-height: 40px;
    margin: 0 !important;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 8px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
    white-space: nowrap;
}

:is(#sets, .oz-grid) .product-card-actions .button:hover {
    background-color: #1591e6;
}

:is(#sets, .oz-grid) .product-card-actions .button.blue {
    flex: 1 1 100%;
    margin-top: 8px !important;
    background-color: var(--ink);
}

:is(#sets, .oz-grid) .product-card-actions .button.blue:hover {
    background-color: var(--ink-soft);
}

@media screen and (max-width: 400px) {
    .product-card-actions {
        flex-wrap: wrap;
    }
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    max-width: 1180px;
    margin: 0 auto 34px;
    padding: 0 1.5em;
}

.section-heading h2 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1.14;
    letter-spacing: -.04em;
}

.section-heading .eyebrow {
    color: var(--blue);
}

.bundles-teaser-section {
    padding-top: 0;
}

.bundles-teaser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 46px 50px;
    border-radius: 14px;
    background: var(--ink);
    color: var(--white);
}

.bundles-teaser .eyebrow {
    color: #9fd6ff;
}

.bundles-teaser h2 {
    max-width: 620px;
    margin: 0 0 14px;
    color: var(--white);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.14;
    letter-spacing: -.04em;
}

.bundles-teaser p {
    max-width: 520px;
    margin: 0;
    color: #b7c8d4;
    font-size: 14px;
    line-height: 1.7;
}

.bundles-teaser .button-primary {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 8px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
}

.bundles-teaser .button-primary:hover {
    background-color: #1591e6;
}

#spotlight > .inner {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(45px, 8vw, 100px);
    max-width: 1180px;
    margin: 0 auto;
}

@media screen and (max-width: 860px) {
    .bundles-teaser {
        flex-direction: column;
        align-items: flex-start;
        padding: 34px 26px;
    }
}

.catalogue-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto 18px;
}

.catalogue-search {
    display: flex;
    align-items: center;
    gap: 9px;
    width: min(350px, 100%);
    height: 48px;
    padding: 0 14px;
    border: 1px solid #ccd8e0;
    border-radius: 9px;
    background: var(--white);
    color: var(--muted);
}

.catalogue-search input {
    flex: 1;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 14px;
}

.category-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.category-tabs button {
    min-height: 39px;
    padding: 0 15px;
    border: 1px solid #ccd8e0;
    border-radius: 20px;
    background: var(--white);
    color: var(--ink-soft);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    text-transform: none;
    cursor: pointer;
}

.category-tabs button.active {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

.catalogue-result-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto 18px;
    color: var(--muted);
    font-size: 12px;
}

.catalogue-result-line strong {
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.empty-catalogue {
    max-width: 1180px;
    margin: 0 auto;
    padding: 75px 20px;
    border: 1px dashed #c6d3db;
    border-radius: 13px;
    background: var(--white);
    color: var(--muted);
    text-align: center;
}

.empty-catalogue h3 {
    margin: 0 0 6px;
    color: var(--ink);
}

.empty-catalogue p {
    margin: 0;
    font-size: 12px;
}

.empty-catalogue button {
    min-height: 42px;
    margin-top: 12px;
    padding: 0 17px;
    border: 0;
    border-radius: 7px;
    background: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 800;
    text-transform: none;
    cursor: pointer;
}

.empty-catalogue[hidden],
.category-tabs button[hidden] {
    display: none;
}

@media screen and (max-width: 760px) {
    .catalogue-tools {
        flex-direction: column;
        align-items: stretch;
    }

    .category-tabs {
        justify-content: flex-start;
    }
}

.section-subtitle {
    max-width: 1180px;
    margin: -22px auto 26px;
    padding: 0 1.5em;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.vehicle-products-note {
    max-width: 1180px;

    margin: 28px auto 22px;
    padding: 0 1.5em;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
}

@media (max-width: 640px) {
    .vehicle-products-note {
        font-size: 15px;
    }
}

:is(#sets, .oz-grid) .section-heading,
#gallery .section-heading,
.categories-section .section-heading {
    padding-left: 0;
    padding-right: 0;
}

#gallery .posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto;
}

#gallery .posts .post {
    width: auto;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

#gallery .image-box,
#gallery .image.fit {
    display: block;
    height: 100%;
    margin: 0;
}

#gallery .posts .post img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 11px;
    background: #f3f5f6;
}

#gallery .overlay .text.button {
    margin-bottom: 0 !important;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 8px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    line-height: 40px;
    text-transform: none;
}

@media screen and (max-width: 860px) {
    #gallery .posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

.shine {
    overflow: hidden;
}

:is(#sets, .oz-grid) .image-coming {
    display: grid;
    place-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: #e8edf0;
}

:is(#sets, .oz-grid) .image-coming i {
    font-size: 26px;
    color: #b6c4ce;
}

@media screen and (max-width: 980px) {
    #spotlight > .inner {
        grid-template-columns: 1fr;
    }

    #spotlight .confidence-image {
        min-height: 320px;
    }
}

#spotlight > .inner > * {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

#spotlight .confidence-copy h2 {
    margin: 0 0 20px;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.14;
    letter-spacing: -.04em;
}

#spotlight .confidence-copy > p {
    margin: 0 0 26px;
}

:is(#sets, .oz-grid) .section-heading,
:is(#sets, .oz-grid) .section-subtitle,
:is(#sets, .oz-grid) .catalogue-tools,
:is(#sets, .oz-grid) .catalogue-result-line,
:is(#sets, .oz-grid) .empty-catalogue,
:is(#sets, .oz-grid) .posts,
:is(#sets, .oz-grid) .category-group-heading {
    box-sizing: border-box;
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

:is(#sets, .oz-grid) .section-heading {
    display: block;
}

:is(#sets, .oz-grid) .section-heading h2 {
    max-width: 760px;
}

:is(#sets, .oz-grid) .section-subtitle {
    max-width: 1180px;
}

:is(#sets, .oz-grid) > .inner > .row,
:is(#sets, .oz-grid) .row {
    margin-left: 0;
    margin-right: 0;
}

:is(#sets, .oz-grid) .post.products[hidden],
:is(#sets, .oz-grid) .posts[hidden],
:is(#sets, .oz-grid) .category-group-heading[hidden],
:is(#sets, .oz-grid) [hidden] {
    display: none !important;
}

:is(#sets, .oz-grid) .posts {
    align-items: stretch;
}

:is(#sets, .oz-grid) .post.products .max {
    flex: 1 0 auto;
}

.counters > .inner,
.counters .container {
    width: min(1180px, 100% - 40px);
    max-width: none;
    margin-inline: auto;
}

.categories-section,
:is(#sets, .oz-grid),
.selfserve-band {
    background: var(--band);
}

#gallery,
.share-band,
.bundles-teaser-section {
    background: none;
}

.bundles-teaser-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

@media screen and (max-width: 860px) {
    .bundles-teaser-section {
        padding-left: 1.15em;
        padding-right: 1.15em;
    }
}

:is(#sets, .oz-grid) .product-card-actions {
    flex-wrap: wrap;
}

:is(#sets, .oz-grid) .product-card-actions .button.primary {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

:is(#sets, .oz-grid) .product-card-actions .btn-text-full {
    margin-left: .28em;
}

:is(#sets, .oz-grid) .posts.posts-apart {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

@media screen and (max-width: 980px) {
    :is(#sets, .oz-grid) .posts.posts-apart {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    :is(#sets, .oz-grid) .posts.posts-apart {
        grid-template-columns: 1fr;
    }
}

:is(#sets, .oz-grid) .posts.posts-apart .post.products {
    padding: 0;
    overflow: hidden;
    text-align: left;
    border-radius: 12px;
}

:is(#sets, .oz-grid) .posts.posts-apart .post.products > div {
    padding: 0;
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr;
    align-items: start;
    /*
        No column-gap: the inset from the photo is the text's own left padding
        instead, so the SKU and the description below it are held apart from
        the image by one number rather than two that have to agree.
    */
    column-gap: 0;
    height: 100%;
    min-height: 132px;
}

/*
    min-width: 0 is the fix, not decoration. A grid item defaults to
    min-width: auto, which refuses to shrink below its content -- this box
    measured 156px inside its own 116px track and spilled 40px over the text
    column, so every SKU and description was printed underneath the photo. The
    same trap the .posts grids hit with minmax(min(Npx, 100%), 1fr).
*/
:is(#sets, .oz-grid) .posts.posts-apart .image-overlay-container {
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

:is(#sets, .oz-grid) .posts.posts-apart .image-overlay-container a {
    display: block;
    height: 100%;
}

/*
    BOTH layers, sized identically.

    The main grid gives .image-main object-fit: contain with .25em of padding
    and .image-hover object-fit: cover, which is fine at 300px and wrong here --
    at 116px the swap would visibly jump between two fit modes and two paddings.
    Matching them means the hover reads as the same photo changing, not the box
    resizing.
*/
:is(#sets, .oz-grid) .posts.posts-apart .image-overlay-container img.image-main,
:is(#sets, .oz-grid) .posts.posts-apart .image-overlay-container img.image-hover {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    border-radius: 0;
}

/*
    The "View OZxx" button stays hidden -- it is sized for a 300px tile and
    would cover most of a 116px one. The image swap is the whole hover here.
*/
:is(#sets, .oz-grid) .posts.posts-apart .overlay {
    display: none;
}

/*
    SKU and price share the top line, so they need the SAME box offsets. The
    SKU arrives with a 14px top margin from the main-grid styling and the price
    with none, which is what put them on visibly different lines.
*/
:is(#sets, .oz-grid) .posts.posts-apart .bigtitle {
    display: block;
    grid-area: 1 / 2 / 2 / 3;
    min-width: 0;
    margin: 0;
    padding: 13px 8px 0 12px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.2;
    text-align: left;
}

:is(#sets, .oz-grid) .posts.posts-apart .bigprice {
    grid-area: 1 / 3 / 2 / 4;
    margin: 0;
    padding: 15px 14px 0 0;
    font-size: 15px !important;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.2;
}

/*
    justify-self: stretch is doing real work here. Without it this <small>
    rendered 11px to the right of the SKU above it, in the same grid track: a
    plain <div> placed at the identical grid position sat at the correct offset,
    so it is the element, not the grid. Left as "auto" the description simply
    would not line up with its own heading.
*/
:is(#sets, .oz-grid) .posts.posts-apart .post.products small {
    display: block;
    grid-area: 2 / 2 / 3 / 4;
    justify-self: stretch;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 4px 14px 13px 12px;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.35;
}

/*
    The anchor inside carries the card's title weight, so the rule has to reach
    it as well -- setting font-weight on the <small> alone leaves the link bold.
*/
:is(#sets, .oz-grid) .posts.posts-apart .post.products small,
:is(#sets, .oz-grid) .posts.posts-apart .post.products small a,
:is(#sets, .oz-grid) .posts.posts-apart .post.products small span {
    font-weight: 400;
}

:is(#sets, .oz-grid) .posts.posts-apart .post.products small a {
    color: inherit;
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    letter-spacing: -.04em;
    line-height: 1.14;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    font-family: var(--font-display);
    text-transform: none;
    letter-spacing: 0;
}

label {
    text-transform: none;
    letter-spacing: 0;
}

.dropotron,
#navPanel {
    text-transform: none;
    letter-spacing: 0;
}

table th,
table.checkout thead th {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
}

.tabset > label {
    text-transform: none;
    letter-spacing: 0;
}

h2.maxred,
h2.maxgreen,
.subscribe_now input.button {
    text-transform: none;
    letter-spacing: -.04em;
}

.stockongrill {
    text-transform: none;
    letter-spacing: 0;
}

input[type="number"] {
    text-transform: none;
}

.image-overlay-container .overlay .text {
    text-transform: none;
    letter-spacing: 0;
}

.eyebrow {
    display: block;
    margin: 0 0 16px;
    color: var(--blue);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero .eyebrow,
#banner .eyebrow,
.counters .eyebrow {
    color: #9fd6ff;
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
body {
    line-height: 1.5;
}

#header,
.utility-bar,
.button,
button,
input,
select,
.counter,
.bigprice {
    line-height: normal;
}

#header {
    line-height: var(--header-h);
}

.utility-bar {
    line-height: 1.2;
}

.wrapper > .inner,
#main > .inner {
    max-width: 1180px;
    width: 100%;
}

p {
    margin: 0 0 1.15em;
}

p:last-child {
    margin-bottom: 0;
}

#header + *:not(#banner) {
    padding-top: calc(var(--utility-h) + var(--header-h) + 30px);
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="number"],
#contact select,
#contact textarea {
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #cedae3;
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 15px;
}

#contact textarea {
    min-height: 140px;
    padding: 14px;
    line-height: 1.6;
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus {
    border-color: var(--blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(8, 119, 201, .14);
}

#contact ::placeholder {
    color: var(--muted);
    opacity: 1;
}

#contact label {
    display: block;
    margin: 0 0 7px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

#contact button,
#contact input[type="submit"],
#contact .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
    transition: background-color .2s ease, transform .2s ease;
}

#contact button:hover,
#contact input[type="submit"]:hover,
#contact .button:hover {
    background-color: #1591e6;
    transform: translateY(-1px);
}

#uploadPanelOverlay {
    background: rgba(11, 27, 42, .55);
}

body #uploadPanel {
    width: 430px;
    padding: 0;
    color: var(--ink);
    box-shadow: -18px 0 48px rgba(11, 27, 42, .22);
}

#uploadPanel #photo-content {
    padding: 0 20px 28px;
}

#uploadPanel #photo-content > h2 {
    margin: 0 -20px 20px;
    padding: 20px 58px 18px 20px;
    background: var(--ink);
    border-bottom: 2px solid var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.02em;
    text-transform: none;
}

body #uploadPanel .upload-panel-close {
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: var(--white);
    font-size: 15px;
    transition: background-color .18s ease;
}

body #uploadPanel .upload-panel-close:hover {
    background: rgba(255, 255, 255, .22);
    color: var(--white);
}

#uploadPanel #photo-content label {
    margin-top: 16px;
    color: var(--ink-soft);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
}

#uploadPanel #photo-content > form > small,
#uploadPanel #photo-content small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 11.5px;
    line-height: 1.5;
}

#uploadPanel input[type="text"],
#uploadPanel input[type="tel"],
#uploadPanel input[type="search"],
#uploadPanel select {
    min-height: 44px;
    padding: 0 13px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    font-size: 14px;
}

#uploadPanel input[type="text"]:focus,
#uploadPanel input[type="tel"]:focus,
#uploadPanel input[type="search"]:focus,
#uploadPanel select:focus {
    outline: 3px solid var(--focus);
    outline-offset: 1px;
    border-color: var(--blue);
}

#uploadPanel #photo-content .phone-row select {
    max-width: 42%;
}

#uploadPanel #dropzone {
    margin-top: 12px;
    padding: 30px 20px;
    border: 2px dashed var(--line);
    border-radius: 14px;
    background: var(--surface);
}

#uploadPanel #dropzone:hover {
    border-color: var(--blue);
    background: var(--sky);
}

#uploadPanel #dropzone.dragover {
    border-color: var(--blue);
    background: var(--sky);
}

#uploadPanel .dropzone-icon {
    font-size: 26px;
    line-height: 1;
}

#uploadPanel .dropzone-text {
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.6;
}

#uploadPanel #dropzone:hover .dropzone-text {
    color: var(--ink);
}

#uploadPanel #dropzone.dragover .dropzone-icon {
    color: var(--blue);
}

#uploadPanel button[type="submit"],
#uploadPanel #photo-content .button {
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    background: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    transition: background-color .18s ease;
}

#uploadPanel button[type="submit"]:hover,
#uploadPanel #photo-content .button:hover {
    background: #1591e6;
    color: var(--white);
}

#uploadPanel #loading {
    margin-top: 12px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
}

#uploadPanel #preview img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--line);
}

@media screen and (max-width: 480px) {
    #uploadPanel {
        width: 100vw;
        max-width: 100vw;
    }
}

.customer-context {
    margin-top: 22px;
    padding: 4px 0 0;
    border-top: 1px solid var(--line);
}

.customer-context-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 2px 10px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}

.customer-context-row:last-child {
    border-bottom: 0;
}

.customer-context-label {
    grid-column: 1 / -1;
    font-family: var(--font-display);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
}

.customer-context-value {
    min-width: 0;
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.customer-context-value.is-empty {
    color: var(--muted);
    font-weight: 400;
    font-size: 13px;
}

.customer-context-value a {
    color: var(--ink);
    text-decoration: none;
}

.customer-context-value a:hover {
    color: var(--blue);
    text-decoration: underline;
}

.customer-context-clear {
    align-self: center;
    color: #c0392b;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.customer-context-clear:hover {
    color: #8f2519;
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
.slider-address-fixed {
    opacity:0;
    visibility:hidden;

    transition:
        opacity 0.45s ease,
        transform 0.45s ease;

    transform:
        translate(-50%, -46%);
	position:absolute;
    z-index:50;
    left:50%;
    top:45%;
    transform:translate(-50%, -50%);
    width:100%;
    max-width:540px;
    pointer-events:auto;
}
.slider-address-fixed.loaded {
    opacity:1;
    visibility:visible;

    transform:
        translate(-50%, -50%);
}

.slider-address-box {
    width:100%;
    margin:0 auto;
    padding:22px 20px;
    background:rgba(255,255,255,0.96);
    border-radius:14px;
    box-shadow:0 18px 44px rgba(3,16,28,0.28), 0 2px 6px rgba(3,16,28,0.10);
    text-align:center;
}

.slider-address-title {
    margin:0 0 0.3em 0 !important;
    font-family:var(--font-display);
    font-size:20px !important;
    font-weight:800;
    line-height:1.2;
    letter-spacing:-0.02em;
    color:var(--ink) !important;
    text-transform:none !important;
    text-shadow:none !important;
}

.slider-address-subtitle {
    margin:0 0 0.85em 0;
    font-size:13px;
    line-height:1.5;
    color:var(--muted);
}

.slider-vehicle-step[hidden],
.slider-address-step[hidden] {
    display:none !important;
}

.slider-vehicle-help {
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin:0 0 0.6em;
    margin-left:3px;
    font-size:12px !important;
    font-weight:700;
    text-transform:none;
    color:var(--blue) !important;
    text-decoration:none;
}

.slider-vehicle-help:hover {
    text-decoration:underline;
}

.slider-vehicle-search-wrap {
    position:relative;
    text-align:left;
}

#slider-address-fixed ~ article .hero-headline,
#slider-address-fixed ~ article .slider-actions {
    display:none !important;
}

.slider-vehicle-search-wrap .vp-search-input {
    width:100%;
    height:48px;
    margin:0;
    padding:0 12px;
    border:1px solid #cedae3;
    border-radius:8px;
    background:#fff;
    color:var(--ink);
}

.slider-vehicle-search-wrap .vp-search-input:focus {
    border-color:var(--blue);
    outline:none;
    box-shadow:0 0 0 3px rgba(8,119,201,0.14);
}

.slider-vehicle-search-wrap .vp-search-results {
    max-height:260px;
    overflow-y:auto;
    z-index:999999;
}

.slider-vehicle-staged {
    display:flex;
    margin:0 0 0.75em;
    border:1px solid var(--line);
    border-radius:8px;
    box-shadow:none;
    color:var(--ink) !important;
    text-decoration:none;
}

.slider-vehicle-staged .vp-search-result-label,
.slider-vehicle-staged .vp-search-result-sub {
    color:var(--ink) !important;
}

.slider-vehicle-staged .vp-search-result-label {
    display:flex;
    align-items:center;
    gap:8px;
}

.slider-vehicle-staged .ozfa-reset-vehicle {
    margin-left:auto;
    color:#c62828 !important;
    font-size:1.05em;
    line-height:1;
    text-decoration:none;
}

.slider-vehicle-staged[hidden] {
    display:none !important;
}

.slider-vehicle-staged::after {
    content:'View compatible products';
    margin-left:auto;
    align-self:center;
    padding-left:10px;
    color:var(--blue);
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
}

.slider-vehicle-error {
    margin:0.55em 0 0;
    color:#a23a3a;
    font-size:0.82em;
}

.slider-address-box #checkout-warning,
.slider-address-box #map,
.slider-address-box #logger,
.slider-address-box #badder,
.slider-address-box .success,
.slider-address-box .warning {
    display:none !important;
}

.slider-address-box .col-12 {
    margin:0 !important;
}

.slider-address-box .address-topline {
    width:100% !important;
    max-width:100% !important;
    justify-content:center;
    margin:0 0 0.45em 0 !important;
}

.slider-address-box .address-note {
    color:#444 !important;
    font-size:0.82em !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
}

.slider-address-box .address-row {
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    justify-content:center !important;
}

.slider-address-box .geocoder,
.slider-address-box .mapboxgl-ctrl-geocoder,
.slider-address-box input.mapboxgl-ctrl-geocoder--input,
.slider-address-box input#address {
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
}

.slider-address-box input.mapboxgl-ctrl-geocoder--input,
.slider-address-box input#address {
    height:48px !important;
    font-size:0.95em !important;
    color:var(--ink) !important;
    background:#fff !important;
    border:1px solid #cedae3 !important;
    border-radius:8px !important;
}

.slider-address-box .geomarker {
    right:13px !important;
    color:var(--blue) !important;
}

.slider-actions {
    margin-top:0.7em;
}

@media screen and (max-width:768px) {

    .slider-address-fixed {
        top:46%;
        width:92%;
        max-width:92%;
    }

    .slider-address-box {
        padding:0.9em;
    }

    .slider-address-title {
        font-size:17px !important;
    }

    .slider-address-subtitle {
        font-size:0.82em;
    }

    .slider-address-box input.mapboxgl-ctrl-geocoder--input,
    .slider-address-box input#address {
        height:46px !important;
    }

}

.slider-address-box .mapboxgl-ctrl-geocoder {
    position:relative !important;
    text-align:left !important;
}

.slider-address-box .mapboxgl-ctrl-geocoder .suggestions {
    position:absolute !important;

    top:100% !important;
    left:0 !important;

    width:100% !important;

    background:#fff !important;

    border:1px solid var(--line) !important;
    border-radius:0 0 10px 10px !important;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.18) !important;

    overflow:hidden !important;

    z-index:999999 !important;

    text-align:left !important;
}

.slider-address-box .suggestions > li,
.slider-address-box .suggestions .mapboxgl-ctrl-geocoder--suggestion {
    color:var(--ink) !important;

    border:0 !important;

    text-align:left !important;

    font-size:1em !important;
    line-height:1.35 !important;

    cursor:pointer !important;
}

.slider-address-box .suggestions > li:hover,
.slider-address-box .suggestions .mapboxgl-ctrl-geocoder--suggestion:hover,
.slider-address-box .active {
    background:var(--surface) !important;
    color:var(--ink) !important;
}

.slider-address-box .mapboxgl-ctrl-geocoder--suggestion-title {
    color:var(--ink) !important;
    font-weight:700 !important;
}

.slider-address-box .mapboxgl-ctrl-geocoder--suggestion-address {
    color:var(--muted) !important;
    font-size:0.82em !important;
}

.slider-address-box .address-row {
    align-items:flex-start !important;
}

@media screen and (max-width:768px) {

    .slider-address-fixed {
        transition:
            top 0.35s ease,
            left 0.35s ease,
            right 0.35s ease,
            width 0.35s ease,
            max-width 0.35s ease,
            transform 0.35s ease;
    }

    .slider-address-box {
        transition:
            border-radius 0.35s ease,
            box-shadow 0.35s ease;
    }

    body.geocoder-mobile-focus .slider-address-fixed {
        position:fixed !important;

        top:4em !important;
        left:12px !important;
        right:12px !important;

        width:auto !important;
        max-width:none !important;

        transform:none !important;

        z-index:999999 !important;
    }

    body.geocoder-mobile-focus .slider-address-box {
        border-radius:12px !important;

        box-shadow:
            0 12px 40px rgba(0,0,0,0.22) !important;
    }

    body.geocoder-mobile-focus .mapboxgl-ctrl-geocoder .suggestions {
        max-height:40vh !important;
        overflow-y:auto !important;
    }

}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
.finder-wrap {
    position: relative;
    z-index: 5;
    max-width: 1180px;
    margin: 24px auto 0;
    padding: 0 1.5em;
}

#banner + .finder-wrap {
    margin-top: -64px;
}

.finder {
    display: grid;
    grid-template-columns: auto 1.2fr 1.2fr auto;
    align-items: end;
    gap: 12px 18px;
    padding: 24px;
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 18px 44px rgba(3, 16, 28, .18), 0 2px 6px rgba(3, 16, 28, .08);
}

.finder-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: center;
}

.finder-heading[hidden] {
    display: none;
}

.finder-heading strong,
.finder-heading small {
    display: block;
}

.finder-heading strong {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -.02em;
}

.finder-heading small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
}

.finder-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    color: var(--blue);
    background: var(--sky);
    font-size: 18px;
}

.finder-field {
    display: block;
    margin: 0;
    min-width: 0;
}

.finder-field > span {
    display: block;
    margin: 0 0 7px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.finder-help {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: center;
    white-space: nowrap;
    color: var(--blue);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    border: 0;
}

.finder .compat-carousel-wrap {
    grid-column: 1 / -1;
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

@media screen and (max-width: 1100px) {
    .finder {
        grid-template-columns: 1fr 1fr;
    }

    .finder-heading,
    .finder-help {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 736px) {
    #banner + .finder-wrap {
        margin-top: -40px;
    }

    .finder {
        grid-template-columns: 1fr;
        padding: 18px;
    }
}

.finder-step {
    grid-column: 1 / -1;
    min-width: 0;
}

.finder-step[hidden] {
    display: none;
}

.finder-selects {
    display: grid;
    grid-template-columns: repeat(4, .85fr) 1.3fr;
    align-items: end;
    gap: 12px;
}

.finder select {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border: 1px solid #cedae3;
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 14px;
}

.finder select:disabled {
    color: #8997a2;
    background: #f3f6f8;
    cursor: not-allowed;
}

.finder select:focus {
    border-color: var(--blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(8, 119, 201, .14);
}

.finder button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
    cursor: pointer;
}

.finder button[type="submit"]:disabled {
    background: #aab9c4;
    cursor: not-allowed;
}

.finder button[type="submit"]:not(:disabled):hover {
    background: #1591e6;
}

@media screen and (max-width: 1100px) {
    .finder-selects {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .finder-selects {
        grid-template-columns: 1fr;
    }
}

.finder .address-icon {
    display: none;
}

.finder-help[hidden] {
    display: none;
}

.finder #sliderVehicleStaged {
    grid-column: 1 / -1;
    margin-bottom: 12px;
    padding: 10px 14px;
    cursor: pointer;
}

.finder .button.green,
.finder .button.blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.finder .button.green {
    background-color: var(--blue);
    color: var(--white) !important;
}

.finder .button.green:hover {
    background-color: #1591e6;
}

.finder .button.blue {
    border: 1px solid #cedae3;
    background-color: var(--white);
    color: var(--ink) !important;
}

.finder .button.blue:hover {
    border-color: var(--blue);
    color: var(--blue) !important;
}

.finder center {
    text-align: left;
}

@media screen and (max-width: 1100px) {
    .finder {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 736px) {
    .finder {
        grid-template-columns: minmax(0, 1fr);
    }
}

.finder > * {
    min-width: 0;
}

.finder {
    box-shadow: none;
}

.finder-ready {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 45px;
}

.finder-ready .finder-icon {
    flex: 0 0 auto;
    background: #e7f6ec;
    color: #1c7a3e;
}

.finder-ready-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 34px;
    min-width: 0;
}

.finder-ready-fact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.finder-ready-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.finder-ready .finder-icon--vehicle {
    background: var(--sky);
    color: var(--blue);
}

.finder-ready .finder-icon--vehicle .fa-shuttle-van {
    font-size: 17px;
}

.finder-ready-label {
    font-family: var(--font-display);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
}

.finder-ready-value {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: var(--ink);
    overflow-wrap: anywhere;
}

.finder-ready-change {
    margin-left: auto;
    flex: 0 0 auto;
    align-self: center;
    color: var(--blue);
    font-family: var(--font-display);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: underline;
}

.finder-ready-change:hover {
    color: var(--ink);
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
#about.wrapper,
#about > .inner {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.info-hero {
    padding: 92px 0;
    color: var(--white);
    background:
        radial-gradient(circle at 84% 30%, #175477 0, transparent 34%),
        var(--ink);
}

.info-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.info-hero .eyebrow {
    color: #9fd6ff;
}

.info-hero h1 {
    max-width: 900px;
    margin: 0;
    color: var(--white);
    font-size: clamp(43px, 5.5vw, 72px);
    line-height: 1.03;
    letter-spacing: -.052em;
    text-transform: none;
}

.info-hero p {
    max-width: 700px;
    margin: 25px 0 0;
    color: #bed0db;
    font-size: 16px;
    line-height: 1.75;
}

.about-story {
    padding: 92px 0;
}

.story-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: clamp(50px, 9vw, 120px);
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.story-grid h2 {
    margin: 0 0 20px;
    font-size: clamp(31px, 3.8vw, 48px);
    line-height: 1.14;
    letter-spacing: -.04em;
}

.story-grid > div:first-child p {
    color: var(--muted);
    line-height: 1.8;
}

.story-points {
    display: grid;
    gap: 13px;
}

.story-points article {
    display: flex;
    gap: 15px;
    padding: 21px;
    border: 1px solid var(--line);
    border-radius: 11px;
    color: var(--blue);
}

.story-points i {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1.2;
}

.story-points h3 {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 16px;
}

.story-points p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.6;
}

.values-band {
    padding: 48px 0;
    background: var(--sky);
}

.values-band-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.values-band-inner > div {
    padding: 6px 25px;
    border-right: 1px solid #c9dfed;
}

.values-band-inner > div:last-child {
    border-right: 0;
}

.values-band strong,
.values-band span {
    display: block;
}

.values-band strong {
    margin-bottom: 6px;
    color: var(--ink);
    font-size: 15px;
}

.values-band span {
    color: var(--muted);
    font-size: 11px;
}

.product-details-section {
    padding: 92px 0;
    background: #f5f8fa;
}

.product-details-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.detail-heading {
    max-width: 740px;
    margin-bottom: 38px;
}

.detail-heading h2 {
    margin: 0;
    font-size: clamp(31px, 3.6vw, 47px);
    line-height: 1.13;
    letter-spacing: -.04em;
}

.detail-heading p {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.detail-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.detail-card {
    padding: 31px;
    border-radius: 13px;
    background: var(--white);
    box-shadow: 0 5px 22px rgba(15, 34, 49, .06);
}

.detail-card h3 {
    margin: 0 0 18px;
    font-size: 21px;
}

.detail-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.5;
}

.detail-card li i {
    flex: 0 0 auto;
    margin-top: .15em;
    color: var(--blue);
}

@media screen and (max-width: 980px) {
    .story-grid,
    .detail-columns,
    .values-band-inner {
        grid-template-columns: 1fr;
    }

    .values-band-inner > div {
        padding: 6px 0;
        border-right: 0;
    }
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
#sets .carousel,
.reviews-carousel {
    position: static;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}

#sets .carousel-track {
    display: block;
    transform: none !important;
    overflow: visible;
}

#sets .carousel-track .slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: auto;
    min-width: 0;
    flex: none;
}

#sets .carousel-track .slide:nth-child(n + 3) {
    display: none;
}

#sets .carousel-track .slide + .slide {
    margin-top: 18px;
}

#sets .carousel .nav,
#sets .carousel .dots {
    display: none;
}

#sets .review-card {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
    flex: 0 1 auto;
    padding: 24px;
    border-radius: 13px;
    background: var(--white);
    box-shadow: 0 5px 22px rgba(15, 34, 49, .06);
}

@media screen and (max-width: 980px) {
    #sets .carousel-track .slide {
        grid-template-columns: 1fr;
    }

    #sets .review-card:nth-child(n + 2) {
        display: flex;
    }
}

#sets .review-stars {
    margin-bottom: 10px;
    color: #00b67a;
    font-size: 16px;
    letter-spacing: 2px;
}

#sets .review-title {
    margin: 0 0 8px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

#sets .review-text {
    margin: 0 0 14px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.6;
}

#sets .review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

#sets .review-name {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

#footer {
    padding: 44px 0;
    background: var(--ink);
    color: var(--white);
}

#footer > .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

#footer .row {
    display: grid;

    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 38px;
    padding-bottom: 42px;
}

#footer .row > div {
    width: auto;
    padding: 0;
}

#footer h2,
#footer h3,
#footer h4 {
    margin: 4px 0 17px;
    color: #8fa5b5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

#footer a {
    color: #dce6ec;
    border-bottom: 0;
}

#footer a:hover {
    color: var(--white);
}

#footer li a,
#footer .col-3 > a {
    display: block;
    width: fit-content;
    margin: 11px 0;
    font-size: 12px;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer p,
#footer span {
    color: #8fa5b5;
    font-size: 11px;
    line-height: 1.7;
}

#footer hr {
    margin: 18px 0 14px;
    border: 0;
    border-top: 1px solid #2a3f52;
}

.footer-brand strong {
    display: block;
    margin: 8px 0 15px;
    color: var(--white);
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 1.5em 0;
    border-top: 1px solid #253a4b;
    color: #7890a1;
    font-size: 10px;
}

.footer-bottom a {
    color: #7890a1;
}

@media screen and (max-width: 980px) {
    #footer .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
}

@media screen and (max-width: 560px) {
    #footer .row {
        grid-template-columns: 1fr;
    }
}

.footer-legalinfo {
    display: block;
    margin-top: 16px;
    font-style: normal;
}

.footer-legalinfo span,
.footer-legalinfo a {
    display: block;
    margin: 6px 0;
    color: #8fa5b5;
    font-size: 11px;
    line-height: 1.7;
}

.footer-legalinfo strong {
    color: #dce6ec;
    font-weight: 700;
}

.footer-legalinfo a {
    width: fit-content;
}

.footer-legalinfo a:hover {
    color: #dce6ec;
}

.share-band {
    padding: 72px 0;
    background: var(--surface);
}

.share-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1180px;
    margin: 0 auto;
}

.share-band-copy h2 {
    max-width: 520px;
    margin: 0 0 12px;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.15;
    letter-spacing: -.04em;
}

.share-band-copy p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.share-band-copy > br {
    display: none;
}

.share-band-copy .sharethis-share-buttons {
    margin-top: 18px;
}

.share-band-qr img {
    display: block;
    padding: 12px;
    border-radius: 13px;
    background: var(--white);
    box-shadow: 0 5px 22px rgba(15, 34, 49, .07);
}

.selfserve-band {
    padding: 0 0 72px;
    background: var(--surface);
}

.selfserve-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}

.selfserve-card {
    padding: 31px;
    border-radius: 13px;
    background: var(--white);
    box-shadow: 0 5px 22px rgba(15, 34, 49, .06);
}

.selfserve-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
    border-radius: 10px;
    color: var(--blue);
    background: var(--sky);
    font-size: 18px;
}

.selfserve-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.2;
}

.selfserve-card > p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.selfserve-card .slider-address-fixed,
.selfserve-card .slider-address-box {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: auto;
    max-width: none;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    text-align: left;
}

.selfserve-card .slider-address-title {
    display: none;
}

.selfserve-card input[type="text"],
.selfserve-card input[type="tel"],
.selfserve-card input[type="email"] {
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #cedae3;
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 14px;
}

.selfserve-card .button {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

@media screen and (max-width: 860px) {
    .share-band-inner,
    .selfserve-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
}

#footer,
#footer p,
#footer span,
#footer li,
#footer a {
    line-height: 1.35;
}

#footer li a,
#footer .col-3 > a {
    margin: 8px 0;
}

.footer-legalinfo span,
.footer-legalinfo a {
    margin: 4px 0;
    line-height: 1.45;
}

.selfserve-card #orr-tracking-panel > h2,
.selfserve-card .slider-address-subtitle {
    display: block;
    margin: 0 0 8px !important;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.selfserve-card #orr-tracking-panel,
.selfserve-card form {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.selfserve-card form {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
}

.selfserve-card form input:not([type="hidden"]),
.selfserve-card form .button,
.selfserve-card form button,
.selfserve-card form input[type="submit"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

#sets .carousel {
    padding: 0;
}

#sets .section-heading {
    margin-top: 0;
}

.footer-legalinfo i {
    width: 14px;
    margin-right: 4px;
    color: #8fa5b5;
    text-align: center;
}

.footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-policy-links a {
    color: #7890a1;
}

.footer-policy-links a:hover {
    color: #dce6ec;
}

.footer-brand .footer-tagline {
    display: block;
    margin: 2px 0 12px;
    color: #8fa5b5;
    font-size: 12px;
    font-style: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-contact p {
    display: block;
    max-width: 320px;
    margin: 0 0 10px;
    color: #8fa5b5;
    font-size: 11px;
    line-height: 1.7;
}

.footer-contact > a:first-of-type {
    display: flex !important;
    align-items: center;
    gap: 7px;
    color: var(--white) !important;
    font-weight: 800;
}

.footer-link-gap {
    display: block;
    width: 34px;
    height: 1px;
    margin: 18px 0 14px;
    background: #2a3f52;
}

#footer,
#footer .row,
#footer .row > div,
#footer .footer-bottom {
    text-align: left;
}

#footer .row > div > a,
#footer .footer-contact > a,
#footer .row > div li a {
    display: block;
    width: fit-content;
    margin: 11px 0;
    font-size: 12px;
}

#footer .row > div > h2 {
    text-align: left;
}

#footer .footer-brand > a {
    display: inline;
    margin: 0;
}

.footer-downloads li a,
#footer .footer-downloads a {
    margin: 5px 0;
    font-size: 11px;
    line-height: 1.3;
}

.footer-downloads ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-downloads li {
    margin: 0;
    line-height: 1.3;
}

.share-band {
    background: none;
}

.selfserve-band {
    background: var(--band);
}

.selfserve-card .button.is-danger {
    background-color: #d63a45;
    color: var(--white);
}

.selfserve-card .button.is-danger:hover {
    background-color: #c22e39;
    color: var(--white);
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
#main .productes .max {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: clamp(23px, 2.5vw, 33px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.03em;
    color: var(--ink);
    text-transform: none;
}

#main .productes > small:first-of-type {
    display: block;
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

#main .productes .bigprice,
#main #bigprice {
    font-family: var(--font-display);
    font-size: 35px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.03em;
    color: var(--ink);
}

.product-sections {
    margin-top: 54px;
}

.product-section {
    padding: 62px 0;
}

.product-section {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.product-section-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.product-details-section,
.downloads-section {
    background: var(--white);
}

.compatible-section {
    background: var(--sky);
}

.product-section .detail-heading {
    max-width: 620px;
}

.product-section .detail-heading {
    margin-bottom: 34px;
}

.product-section .eyebrow {
    display: block;
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.product-section .eyebrow.blue {
    color: var(--blue);
}

.product-section h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
    color: var(--ink);
    text-transform: none;
}

.product-section .detail-heading > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.detail-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 20px;
    align-items: start;
}

.detail-columns.is-single {
    grid-template-columns: minmax(0, 760px);
}

.detail-card {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
}

.detail-card.is-wide {
    grid-column: 1 / -1;
}

.downloads-split.is-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

@media screen and (max-width: 860px) {
    .downloads-split.is-split {
        grid-template-columns: minmax(0, 1fr);
    }
}

.detail-body h2,
.detail-body h3 {
    margin: 26px 0 12px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .01em;
    color: var(--ink);
    text-transform: none;
}

.detail-body > *:first-child {
    margin-top: 0;
}

.detail-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: var(--sky);
    color: var(--blue);
    font-size: 19px;
}

.detail-card h3 {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.02em;
    color: var(--ink);
    text-transform: none;
}

.detail-body {
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

.detail-body p:last-child {
    margin-bottom: 0;
}

.detail-body img,
.downloads-body img,
.specs-body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.detail-body ul,
.detail-body ol {
    margin: 0 0 1em;
    padding-left: 1.2em;
}

.detail-body li {
    margin-bottom: 7px;
}

.specs-body {
    overflow-x: auto;
}

.detail-body table {
    width: 100%;
    margin: 0;
    background: none;
    border: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.detail-body th,
.detail-body td {
    padding: 13px 16px 13px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
}

.detail-body tr:last-child th,
.detail-body tr:last-child td {
    border-bottom: 0;
}

.detail-body th {
    width: 42%;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.detail-body td {
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
}

.detail-body tr:nth-child(even) th,
.detail-body tr:nth-child(even) td,
.detail-body tr:nth-child(odd) th,
.detail-body tr:nth-child(odd) td {
    background: none;
}

.compatible-section .ozfa-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
    gap: 12px;
    margin-top: 0;
}

.compatible-section .ozfa-product {
    background: var(--white);
}

.compatible-section .ozfa-about-panel {
    margin-top: 22px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, .6);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.downloads-body ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.downloads-body li {
    padding: 16px 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.downloads-body li:hover {
    border-color: var(--blue);
    box-shadow: 0 6px 18px rgba(11, 27, 42, .07);
}

.downloads-body li a {
    display: block;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ink);
    text-decoration: none;
}

.downloads-body li:hover a {
    color: var(--blue);
}

.oz-glb-link {
    margin: 14px 0 0;
    padding: 16px 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.oz-glb-link:hover {
    border-color: var(--blue);
    box-shadow: 0 6px 18px rgba(11, 27, 42, .07);
}

.oz-glb-link a {
    display: block;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ink);
    text-decoration: none;
}

.oz-glb-link:hover a {
    color: var(--blue);
}

.oz-glb-link small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.downloads-body li small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.downloads-body li br {
    display: none;
}

@media screen and (max-width: 736px) {
    .product-sections {
        margin-top: 34px;
    }

    .product-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .detail-card {
        padding: 22px;
    }
}

#main .productes .stock-badge {
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#main .productes .stock-badge.is-instock {
    background: #e7f6ec;
    color: #1c7a3e;
}

#main .productes .stock-badge.is-low {
    background: #fdeaea;
    color: #b3261e;
}

#main .productes .stock-badge.is-out {
    background: var(--surface);
    color: var(--muted);
}

#main .productes .stock-badge.is-presale {
    background: #fff3e0;
    color: #a35200;
}

.stock-badge-note {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: none;
    opacity: .85;
}

#main .productes .stock-badge .blink-hard {
    animation: oz-stock-pulse 1.4s ease-in-out infinite;
}

@keyframes oz-stock-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: .45; }
}

@media (prefers-reduced-motion: reduce) {
    #main .productes .stock-badge .blink-hard {
        animation: none;
    }
}

.compatible-section .oz-compat-about-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    padding: 0;
    background: none;
    border: 0;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
}

.compatible-section .oz-compat-about-toggle:hover,
.compatible-section .oz-compat-about-toggle:focus-visible {
    color: var(--blue);
}

.compatible-section .oz-compat-about-toggle::before {
    content: "\25B8";
    font-size: 11px;
    text-decoration: none;
    transition: transform .18s ease;
}

.compatible-section .oz-compat-about-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.compatible-section .ozfa-about-panel {
    margin-top: 12px;
}

.bundle-photo-pending {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    padding: 24px;
    border: 1px dashed var(--line);
    border-radius: 14px;
    background: var(--surface);
    text-align: center;
}

.bundle-photo-pending span {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--muted);
}

.fitment-container {
    width: min(1180px, 100% - 40px);
    margin-inline: auto;
}

.fitment-hero {
    padding: calc(var(--utility-h) + var(--header-h) + 46px) 0 46px;
    background: var(--ink);
    color: var(--white);
}

.fitment-hero .eyebrow {
    display: block;
    margin: 0 0 12px;
    color: #7cc4f5;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fitment-hero h1 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
    color: var(--white);
    text-transform: none;
}

.fitment-vehicle {
    margin: 0;
    color: #b8ccdb;
    font-size: 16px;
    line-height: 1.6;
}

.fitment-vehicle span {
    padding: 0 4px;
    opacity: .6;
}

.fitment-band {

    padding: 34px 0;
}

.fitment-status {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 5px 22px rgba(15, 34, 49, .06);
}

.fitment-status.is-match {
    border-left: 3px solid #1c7a3e;
}

.fitment-status-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--sky);
    color: var(--blue);
    font-size: 20px;
}

.fitment-status h2 {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.02em;
    color: var(--ink);
    text-transform: none;
}

.fitment-status p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.fitment-status .button {
    margin: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
}

.fitment-status .button:hover {
    border-color: var(--blue);
    background: var(--sky);
    color: var(--ink);
}

@media screen and (max-width: 760px) {
    .fitment-status {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .fitment-status .button {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

.fitment-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
    gap: 14px;
    margin-top: 14px;
}

.fitment-facts article {
    padding: 18px 20px;
    background: var(--surface);
    border-radius: 12px;
}

.fitment-facts small {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fitment-facts strong {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.01em;
    color: var(--ink);

}

.fitment-heading {
    max-width: 620px;
    margin: 0 0 26px;
}

.fitment-heading .eyebrow {
    display: block;
    margin: 0 0 10px;
    color: var(--blue);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fitment-heading h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.03em;
    color: var(--ink);
    text-transform: none;
}

.fitment-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.7;
}

.related-section {

    width: auto;
    max-width: none;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.related-section > .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.compatible-section .section-head-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 34px;
}

.compatible-section .section-head-row .detail-heading {
    margin-bottom: 0;
}

.oz-viewswitch {
    display: inline-flex;
    flex: none;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.oz-viewswitch button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: none;
    border: 0;
    color: var(--ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}

.oz-viewswitch button + button {
    border-left: 1px solid var(--line);
}

.oz-viewswitch button:hover {
    background: #f2f4f6;
}

.oz-viewswitch button[aria-pressed="true"] {
    background: #63666a;
    color: #fff;
}

.oz-viewswitch button[aria-pressed="true"]:hover {
    background: #55585c;
}

@media screen and (max-width: 560px) {

    .oz-viewswitch button span {
        display: none;
    }
}

.compatible-section .ozfa-products.is-gallery {
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 18px;
}

.compatible-section .ozfa-products.is-gallery .ozfa-product {
    display: block;
    min-height: 0;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.compatible-section .ozfa-products.is-gallery .ozfa-product:hover {
    box-shadow: 0 10px 26px rgba(11, 27, 42, .10);
    transform: translateY(-2px);
}

.compatible-section .ozfa-products.is-gallery .ozfa-product img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;

    background: #ffffff;
    border-radius: 0;
}

.compatible-section .ozfa-products.is-gallery .ozfa-product > span {
    display: block;
    margin-top: 0;
    padding: 14px 16px 16px;
}

.compatible-section .ozfa-products.is-gallery .ozfa-product strong {
    font-size: .95rem;
    line-height: 1.3;
}

.compatible-section .ozfa-products.is-gallery .ozfa-product span span {
    margin-top: 4px;
    font-size: .8rem;
}

/* Comments for this file live in .claude/comment.md -- moved there so they
   stop shipping to every visitor. Search it for the selector you are about
   to change; several of these decisions were reverted once already. */
.page-shell > .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.page-shell {
    padding-bottom: 78px;
}

.page-shell > .inner > h2:first-child,
.page-shell > .inner > *:first-child > h2:first-child {
    margin: 0 0 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-display);
    font-size: clamp(27px, 3.4vw, 42px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.035em;
    color: var(--ink);
    text-transform: none;
}

.page-shell h2,
.page-shell h3,
.page-shell h4 {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--ink);
    text-transform: none;
}

.page-shell h2 {
    margin: 46px 0 14px;
    font-size: clamp(21px, 2.2vw, 27px);
    line-height: 1.2;
}

.page-shell h3 {
    margin: 34px 0 12px;
    font-size: 17px;
    line-height: 1.35;
}

.page-shell h4 {
    margin: 26px 0 10px;
    font-size: 15px;
}

.page-shell p,
.page-shell li {

    color: var(--ink-soft);
    font-size: 15.5px;
    line-height: 1.78;
}

.page-shell p,
.page-shell h2,
.page-shell h3,
.page-shell h4,
.page-shell hr,
.page-shell ul,
.page-shell ol,
.page-shell blockquote,
.page-shell .installation-disclaimer,
.page-shell .curved,
.page-shell .install-guides {

    margin-left: auto;
    margin-right: auto;
}

.page-shell p {
    margin: 0 0 1.2em;
}

.page-shell ul,
.page-shell ol {
    margin: 0 0 1.4em;
    padding-left: 1.4em;
}

.page-shell li {
    margin-bottom: .55em;
}

.page-shell a {
    color: var(--blue);
}

.page-shell strong {
    color: var(--ink);
    font-weight: 700;
}

.page-shell .image,
.page-shell span.image {
    display: block;
    max-width: 820px;
    margin: 22px 0 30px;
}

.page-shell .image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface);
}

.page-shell .image a {
    display: block;
}

.page-shell .post .image,
.page-shell .posts .image {
    max-width: none;
    margin: 0;
}

.page-shell .post .image img,
.page-shell .posts .image img {
    border: 0;
    border-radius: 18px 18px 0 0;
    background: none;
}

.page-shell table {
    width: 100%;

    max-width: none;
    margin: 0 0 28px;
    background: none;
    border: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.page-shell th,
.page-shell td {
    padding: 12px 16px 12px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
    line-height: 1.55;
    vertical-align: top;
}

.page-shell thead th,
.page-shell tr:first-child th {
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.page-shell td {
    color: var(--ink);
    font-weight: 600;
}

.page-shell tr:last-child th,
.page-shell tr:last-child td {
    border-bottom: 0;
}

.page-shell#contact p,
.page-shell#contact li {
    max-width: none;
}

.page-shell#contact .image,
.page-shell#contact span.image {
    max-width: none;
    margin: 0;
}

@media screen and (max-width: 736px) {
    .page-shell {
        padding-bottom: 48px;
    }

    .page-shell > .inner > h2:first-child,
    .page-shell > .inner > *:first-child > h2:first-child {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .page-shell h2 {
        margin-top: 34px;
    }
}

.page-shell #policies .row {
    display: block;
    margin: 0;
}

.page-shell #policies .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding-left: 0;
    padding-right: 0;
}

.page-shell #policies .row > [class*="col-"] + [class*="col-"] {
    margin-top: 1.75em;
    padding-top: 1.75em;
    border-top: 1px solid var(--line);
}

.page-shell #policies p {
    line-height: 1.6;
}

.page-shell #policies p strong {
    display: inline-block;
    margin-bottom: .15em;
}

.page-shell table.alt thead th:not(:first-child),
.page-shell table.alt tbody td:not(:first-child) {
    text-align: center;
}

.page-shell b {
    font-weight: 700;
    color: var(--ink);
}

.page-shell small {
    color: var(--ink-soft);
}

.install-guides {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.08);
    padding: 1.5em;
    margin: 0 0 2em;
}

.install-guides h3 {
    margin: 0 0 .4em;
    color: #0a1928;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 700;
}

.install-guides > p {
    color: #555;
    line-height: 1.6;
    margin: 0 0 1em;
}

.page-shell .install-guides ul {
    max-width: none;
}

.install-guides ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.install-guides li {
    margin: 0;
    padding: 0;
}

.install-guides li::before {
    content: none;
}

.install-guides a {
    display: inline-flex;
    align-items: center;
    gap: .6em;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: .7em 1em;
    text-decoration: none;
    color: #0a1928;
    line-height: 1.3;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.install-guides a:hover {
    border-color: #1976d2;
    box-shadow: 0 5px 18px rgba(15,34,49,.10);
    transform: translateY(-1px);
}

.install-guides a i {
    color: #1976d2;
}

@media screen and (max-width: 736px) {
    .install-guides a {
        width: 100%;
    }
}

.downloads-list {
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
}

.downloads-list li {
    margin: 0 0 10px;
    padding: 0;
}

.downloads-list li::before {
    content: none;
}

.downloads-list a {
    display: flex;
    align-items: flex-start;
    gap: .85em;
    background: #fff;
    border: 1px solid var(--line, #e5e7eb);
    border-radius: 12px;
    padding: .9em 1.1em;
    text-decoration: none;
    color: var(--ink, #0a1928);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.downloads-list a:hover {
    border-color: var(--blue, #1976d2);
    box-shadow: 0 5px 18px rgba(15,34,49,.10);
    transform: translateY(-1px);
}

.downloads-list a i {
    color: var(--blue, #1976d2);
    font-size: 1.15em;
    line-height: 1.5;
    flex: none;
}

.downloads-item-text {
    display: flex;
    flex-direction: column;
    gap: .15em;
}

.downloads-item-text strong {
    font-weight: 700;
    line-height: 1.35;
}

.downloads-item-text small {
    color: var(--ink-soft, #555);
    font-size: 13.5px;
    line-height: 1.55;
}

