.deals-site {
    --deals-cream: #f7f0df;
    --deals-paper: #fffdf6;
    --deals-ink: #17130f;
    --deals-red: #c9232c;
    --deals-yellow: #f4d548;
    --deals-line: #17130f;
    margin: 0;
    background: var(--deals-cream);
    color: var(--deals-ink);
    font: 17px/1.55 Arial, Helvetica, sans-serif;
}

.deals-site *,
.deals-site *::before,
.deals-site *::after {
    box-sizing: border-box;
}

.deals-site a {
    color: inherit;
}

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

.deals-site button,
.deals-site input,
.deals-site select,
.deals-site textarea {
    border-radius: 0;
    color: inherit;
    font: inherit;
}

.deals-site :focus-visible {
    outline: 3px solid var(--deals-yellow);
    outline-offset: 3px;
}

.deals-site h1,
.deals-site h2,
.deals-site h3 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    overflow-wrap: anywhere;
}

.deals-site p,
.deals-site li,
.deals-site a,
.deals-site strong,
.deals-site span {
    overflow-wrap: anywhere;
}

.deals-header,
.deals-footer {
    padding: 20px clamp(18px, 5vw, 72px);
    border: 2px solid var(--deals-line);
    border-right: 0;
    border-left: 0;
    background: var(--deals-paper);
}

.deals-header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 28px;
    border-top: 0;
}

.deals-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
}

.deals-brand span {
    flex: 0 0 auto;
    padding: 6px 8px;
    background: var(--deals-red);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .04em;
}

.deals-brand strong {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.deals-nav {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
}

.deals-nav a,
.deals-footer-nav a {
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.deals-nav a:hover,
.deals-footer-nav a:hover {
    color: var(--deals-red);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.deals-nav-toggle {
    display: none;
}

.deals-ticker {
    display: flex;
    gap: 32px;
    overflow: hidden;
    padding: 9px clamp(18px, 5vw, 72px);
    border-bottom: 2px solid var(--deals-line);
    background: var(--deals-yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.deals-ticker span {
    flex: 0 0 auto;
}

.deals-main {
    min-height: 70vh;
}

.deals-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.deals-footer-copy {
    max-width: 680px;
}

.deals-footer-copy strong {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.deals-footer-copy p {
    margin: 6px 0 0;
}

.deals-footer-nav {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.deals-button,
.deals-checkout-primary,
.deals-mobile-checkout,
.deals-search button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border: 2px solid var(--deals-line);
    border-radius: 0;
    background: var(--deals-red);
    color: #fff;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.deals-button:hover,
.deals-checkout-primary:hover,
.deals-mobile-checkout:hover,
.deals-search button:hover {
    background: var(--deals-yellow);
    color: var(--deals-ink);
}

.deals-section,
.deals-page-masthead,
.deals-home-lead,
.deals-reading-column,
.deals-product-detail {
    width: min(100%, 1440px);
    margin-inline: auto;
    padding: clamp(30px, 5vw, 72px) clamp(18px, 5vw, 72px);
}

.deals-page-masthead {
    border-bottom: 2px solid var(--deals-line);
}

.deals-page-masthead h1,
.deals-home-copy h1 {
    max-width: 1000px;
    margin: 0;
    font-size: 84px;
}

.deals-page-masthead > p,
.deals-home-copy > p {
    max-width: 760px;
    margin: 18px 0 0;
}

.deals-kicker {
    margin: 0 0 12px;
    color: var(--deals-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.deals-home-lead,
.deals-page-grid,
.deals-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: clamp(24px, 5vw, 72px);
    align-items: start;
}

.deals-home-copy,
.deals-lead-product,
.deals-product-card,
.deals-product-copy,
.deals-deal-row > *,
.deals-price-band,
.deals-article-card,
.deals-product-media,
.deals-product-info {
    min-width: 0;
}

.deals-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--deals-line);
}

.deals-section-heading h2 {
    margin: 0;
    font-size: 48px;
}

.deals-section-heading p {
    max-width: 520px;
    margin: 0;
}

.deals-search {
    max-width: 720px;
    margin-top: 28px;
}

.deals-search label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.deals-search > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.deals-search input {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 11px 14px;
    border: 2px solid var(--deals-line);
    border-right: 0;
    background: var(--deals-paper);
}

.deals-product-grid,
.deals-card-grid,
.deals-article-grid,
.deals-category-links,
.deals-price-bands {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.deals-product-card,
.deals-article-card,
.deals-price-band {
    border: 2px solid var(--deals-line);
    border-radius: 0;
    background: var(--deals-paper);
}

.deals-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.deals-product-image {
    display: grid;
    aspect-ratio: 4 / 3;
    place-items: center;
    overflow: hidden;
    padding: clamp(14px, 4vw, 28px);
    border-bottom: 2px solid var(--deals-line);
    background: var(--deals-cream);
}

.deals-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.deals-product-copy {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.deals-product-copy p,
.deals-product-copy span {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.deals-product-copy a {
    text-decoration: none;
}

.deals-product-copy h3 {
    display: -webkit-box;
    min-height: 3em;
    margin: 9px 0 24px;
    overflow: hidden;
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.deals-product-copy strong,
.deals-price,
.deals-lead-product > strong {
    margin-top: auto;
    color: var(--deals-red);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 28px;
    letter-spacing: .01em;
}

.deals-pagination {
    margin-top: 22px;
    color: #4a4037;
    font-size: 13px;
}

.deals-product-grid .deals-empty-state {
    grid-column: 1 / -1;
}

.deals-pagination nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
}

.deals-pagination nav > div:first-child {
    display: none;
}

.deals-pagination nav > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
}

.deals-pagination a,
.deals-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    padding: 8px 10px;
    border: 2px solid var(--deals-line);
    background: var(--deals-paper);
    color: var(--deals-ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.deals-pagination a:hover {
    background: var(--deals-yellow);
}

.deals-pagination p,
.deals-pagination p span {
    display: inline;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4a4037;
    font-weight: 700;
}

.deals-pagination svg {
    display: block;
    flex: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.deals-deal-list,
.deals-deal-stack {
    display: grid;
    gap: 10px;
}

.deals-deal-row {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) minmax(120px, auto);
    gap: 16px;
    align-items: center;
    padding: 12px;
    border: 2px solid var(--deals-line);
    background: var(--deals-paper);
    text-decoration: none;
}

.deals-deal-row:hover {
    background: var(--deals-yellow);
}

.deals-deal-row img,
.deals-deal-row-image {
    width: 84px;
    height: 68px;
    object-fit: contain;
    background: var(--deals-cream);
}

.deals-deal-row strong {
    font-size: 18px;
}

.deals-price-bands {
    align-items: stretch;
}

.deals-price-band {
    padding: 18px;
}

.deals-price-band h2,
.deals-price-band h3 {
    margin: 0 0 14px;
    font-size: 34px;
}

.deals-price-band a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-top: 2px solid var(--deals-line);
    text-decoration: none;
}

.deals-price-band a span,
.deals-price-band a strong {
    min-width: 0;
}

.deals-price-band a span {
    flex: 0 0 auto;
    color: var(--deals-red);
    font-weight: 900;
}

.deals-category-links,
.deals-landing-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.deals-category-link,
.deals-category-links a,
.deals-landing-links a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border: 2px solid var(--deals-line);
    background: var(--deals-paper);
    font-weight: 900;
    text-decoration: none;
}

.deals-landing-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.deals-category-link:hover,
.deals-category-links a:hover,
.deals-landing-links a:hover {
    background: var(--deals-yellow);
}

.deals-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: min(100%, 1440px);
    margin-inline: auto;
    padding: 16px clamp(18px, 5vw, 72px) 0;
    font-size: 14px;
}

.deals-breadcrumbs a {
    color: var(--deals-red);
    font-weight: 900;
}

.deals-article-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 18px;
}

.deals-article-card > span {
    margin: 0 0 10px;
    color: var(--deals-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.deals-article-card > strong {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.05;
}

.deals-article-card p {
    margin-top: auto;
    color: var(--deals-ink);
}

.deals-reading-column {
    max-width: 904px;
}

.deals-article-header {
    padding-bottom: 24px;
    border-bottom: 2px solid var(--deals-line);
}

.deals-article-header h1 {
    margin: 0;
    font-size: 64px;
}

.deals-rich-text {
    max-width: 760px;
    margin-top: 32px;
    font-size: 18px;
}

.deals-rich-text h2,
.deals-rich-text h3 {
    margin: 1.5em 0 .5em;
}

.deals-rich-text a {
    color: var(--deals-red);
    font-weight: 900;
    text-underline-offset: 3px;
}

.deals-faq-list {
    display: grid;
    gap: 12px;
}

.deals-faq-item,
.deals-static-note,
.deals-trust-strip,
.deals-estimate-box,
.deals-agent-table,
.deals-analysis {
    border: 2px solid var(--deals-line);
    border-radius: 0;
    background: var(--deals-paper);
}

.deals-faq-item summary {
    padding: 16px 18px;
    font-weight: 900;
    cursor: pointer;
}

.deals-faq-item p {
    margin: 0;
    padding: 0 18px 18px;
}

.deals-static-note,
.deals-trust-strip,
.deals-estimate-box,
.deals-analysis {
    padding: 18px;
}

.deals-lead-product {
    display: block;
    padding: 16px;
    border: 2px solid var(--deals-line);
    background: var(--deals-paper);
    text-decoration: none;
}

.deals-lead-product img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    border-bottom: 2px solid var(--deals-line);
    background: var(--deals-cream);
}

.deals-lead-product > span,
.deals-lead-product > small {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.deals-lead-product h2 {
    margin: 10px 0 18px;
    font-size: 40px;
}

.deals-product-media,
.deals-product-info {
    width: 100%;
}

.deals-product-stage {
    --zoom-left: 50%;
    --zoom-top: 50%;
    position: relative;
    display: grid;
    width: 100%;
    min-height: clamp(360px, 56vw, 720px);
    place-items: center;
    overflow: hidden;
    padding: clamp(18px, 3vw, 34px);
    border: 2px solid var(--deals-line);
    background: var(--deals-paper);
    cursor: zoom-in;
    font-size: 0;
    line-height: 0;
}

.deals-product-zoom {
    display: none;
    pointer-events: none;
}

.deals-product-stage img,
.deals-product-media > img {
    width: 100%;
    height: 100%;
    max-height: 680px;
    object-fit: contain;
}

.deals-product-info h1 {
    margin: 0;
    font-size: 46px;
}

.deals-product-info > p {
    font-size: 18px;
}

.deals-estimate-box {
    margin-top: 22px;
}

.deals-estimate-box > span,
.deals-note {
    display: block;
    color: var(--deals-ink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.deals-estimate-box > strong {
    display: block;
    margin: 8px 0;
    color: var(--deals-red);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 64px;
    line-height: .95;
}

.deals-note {
    margin: 12px 0 0;
    color: #4a4037;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.deals-product-thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 10px;
    padding-bottom: 6px;
}

.deals-product-thumbnails button {
    flex: 0 0 96px;
    width: 96px;
    height: 84px;
    padding: 4px;
    border: 2px solid var(--deals-line);
    background: var(--deals-paper);
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .deals-product-zoom {
        position: absolute;
        z-index: 2;
        top: var(--zoom-top);
        left: var(--zoom-left);
        display: block;
        width: 178px;
        aspect-ratio: 1;
        transform: translate(-50%, -50%);
        border: 3px solid var(--deals-line);
        background-color: #fff;
        background-repeat: no-repeat;
        box-shadow: 0 5px 0 var(--deals-line);
        opacity: 0;
        visibility: hidden;
        transition: opacity .12s ease;
    }

    .deals-product-stage.is-zooming .deals-product-zoom {
        opacity: 1;
        visibility: visible;
    }
}

.deals-product-thumbnails img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    background: #fff;
}

.deals-product-thumbnails button.is-active {
    background: var(--deals-yellow);
    box-shadow: inset 0 0 0 3px var(--deals-red);
}

.deals-agent-table {
    margin-top: 18px;
}

.deals-agent-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-top: 2px solid var(--deals-line);
    cursor: pointer;
}

.deals-agent-row:first-child {
    border-top: 0;
}

.deals-checkout-primary {
    width: 100%;
    margin-top: 18px;
}

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

.deals-analysis-grid article,
.deals-qc-list span,
.deals-empty-state {
    border: 2px solid var(--deals-line);
    background: var(--deals-paper);
}

.deals-analysis-grid article {
    padding: 16px;
}

.deals-analysis-grid h3 {
    margin: 0 0 12px;
    font-size: 28px;
}

.deals-analysis-grid ul {
    margin: 0;
    padding-left: 20px;
}

.deals-qc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.deals-qc-list span,
.deals-empty-state {
    padding: 10px 12px;
    font-weight: 900;
}

.deals-lightbox {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(23, 19, 15, .94);
}

.deals-lightbox[hidden],
.deals-mobile-checkout {
    display: none;
}

.deals-lightbox img {
    max-width: min(1100px, 94vw);
    max-height: 90vh;
    object-fit: contain;
    background: var(--deals-paper);
}

.deals-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 980px) {
    .deals-product-grid,
    .deals-card-grid,
    .deals-article-grid,
    .deals-category-links,
    .deals-price-bands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .deals-site {
        min-width: 0;
        font-size: 17px;
        overflow-x: hidden;
    }

    .deals-header {
        grid-template-columns: minmax(0, 1fr) 42px;
        gap: 14px;
        padding: 16px 18px;
    }

    .deals-brand strong {
        font-size: 19px;
    }

    .deals-nav-toggle {
        display: inline-grid;
        width: 42px;
        min-height: 42px;
        gap: 4px;
        place-content: center;
        padding: 8px;
        border: 2px solid var(--deals-line);
        background: transparent;
        cursor: pointer;
    }

    .deals-nav-toggle span {
        width: 20px;
        border-top: 2px solid var(--deals-line);
    }

    .deals-nav {
        display: none;
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        gap: 0;
        border-top: 2px solid var(--deals-line);
    }

    .deals-header.is-open .deals-nav {
        display: grid;
    }

    .deals-nav a {
        padding: 12px 0;
        border-bottom: 2px solid var(--deals-line);
    }

    .deals-nav a:last-child {
        border-bottom: 0;
    }

    .deals-ticker {
        gap: 22px;
        padding-inline: 18px;
        overflow-x: auto;
    }

    .deals-footer {
        flex-direction: column;
        padding: 20px 18px;
    }

    .deals-footer-nav {
        flex-wrap: wrap;
    }

    .deals-home-lead,
    .deals-page-grid,
    .deals-product-detail,
    .deals-analysis-grid,
    .deals-product-grid,
    .deals-card-grid,
    .deals-article-grid,
    .deals-category-links,
    .deals-price-bands {
        grid-template-columns: minmax(0, 1fr);
    }

    .deals-section,
    .deals-page-masthead,
    .deals-home-lead,
    .deals-reading-column,
    .deals-product-detail {
        width: 100%;
        padding: 32px 18px;
    }

    .deals-page-masthead h1,
    .deals-home-copy h1 {
        font-size: 48px;
    }

    .deals-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .deals-search > div {
        grid-template-columns: minmax(0, 1fr);
    }

    .deals-search input {
        border-right: 2px solid var(--deals-line);
        border-bottom: 0;
    }

    .deals-deal-row {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .deals-deal-row img,
    .deals-deal-row-image {
        width: 72px;
        height: 64px;
    }

    .deals-deal-row > :nth-child(n + 3) {
        grid-column: 2;
    }

    .deals-price-band a {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .deals-product-info h1 {
        font-size: 32px;
    }

    .deals-product-stage {
        min-height: 320px;
    }

    .deals-product-zoom {
        display: none;
    }

    .deals-agent-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .deals-agent-row strong {
        grid-column: 2;
    }

    .deals-site:has(.deals-mobile-checkout) {
        padding-bottom: 84px;
    }

    .deals-mobile-checkout {
        position: fixed;
        z-index: 90;
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: inline-flex;
        box-shadow: 0 6px 0 var(--deals-line);
    }

    .deals-lightbox {
        padding: 12px;
    }
}
