/* Daily Deals public experience. All rules are intentionally component-scoped. */
.hcv-home-deals-banner,
.hcv-deals-platform,
.hcv-active-deals,
.hcv-cart-deal-chips,
.hcv-home-deals-banner *,
.hcv-deals-platform *,
.hcv-active-deals *,
.hcv-cart-deal-chips *,
.hcv-deal-price,
.hcv-deal-price * {
    box-sizing: border-box;
}

.hcv-home-deals-banner {
    position: relative;
    isolation: isolate;
    width: min(calc(100% - 40px), 1200px);
    margin: clamp(26px, 4vw, 52px) auto;
    padding: clamp(28px, 4vw, 46px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(24px, 5vw, 64px);
    overflow: hidden;
    border: 1px solid rgba(170, 218, 179, .38);
    border-radius: clamp(22px, 3vw, 32px);
    color: #fff;
    background:
        radial-gradient(circle at 86% 12%, rgba(170, 218, 179, .26), transparent 25%),
        linear-gradient(128deg, #002318 0%, #0b5137 58%, #15894d 100%);
    box-shadow: 0 24px 64px rgba(0, 35, 24, .2);
}

.hcv-home-deals-banner::before {
    position: absolute;
    z-index: -1;
    top: -110%;
    left: -24%;
    width: 34%;
    height: 320%;
    content: "";
    transform: rotate(22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .11), transparent);
    animation: hcv-deals-shimmer 8s ease-in-out infinite;
    pointer-events: none;
}

.hcv-home-deals-banner > div {
    max-width: 720px;
}

.hcv-home-deals-banner > div > span,
.hcv-deals-eyebrow,
.hcv-deals-section-heading > div > span,
.hcv-deals-day > header > div > span {
    display: block;
    margin: 0 0 9px;
    color: #7ee19f;
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .16em;
    line-height: 1.35;
    text-transform: uppercase;
}

.hcv-home-deals-banner h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.hcv-home-deals-banner p {
    max-width: 660px;
    margin: 13px 0 0;
    color: #e2f0e8;
    font-size: clamp(.96rem, 1.4vw, 1.08rem);
    line-height: 1.65;
}

/* Elementor stored the Veterans and Industry Workers discount amounts as
   inline black text on the navy service-discount panel. Keep both identical
   highlights readable with the established Daily Deals mint accent. */
body.page-id-277 .elementor-element-ee9471d .hcv-legacy-column-text strong > span[style*="color"] {
    color: #7ee19f !important;
}

.hcv-home-deals-banner > a {
    min-height: 54px;
    padding: 14px 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #002318 !important;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 20, 14, .2);
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.hcv-home-deals-banner > a span {
    font-size: 1.25em;
    line-height: 1;
    transition: transform .18s ease;
}

.hcv-home-deals-banner > a:hover {
    transform: translateY(-2px);
    color: #fff !important;
    background: #137d46;
    box-shadow: 0 16px 34px rgba(0, 20, 14, .28);
}

.hcv-home-deals-banner > a:hover span {
    transform: translateX(3px);
}

.hcv-deals-platform {
    --hcv-deals-forest: #002318;
    --hcv-deals-green: #137d46;
    --hcv-deals-bright: #137d46;
    --hcv-deals-cream: #f6f4ed;
    --hcv-deals-ink: #1f2d27;
    --hcv-deals-muted: #64726b;
    --hcv-deals-border: #dfe8e3;
    width: min(calc(100% - 40px), 1200px);
    margin: clamp(46px, 7vw, 92px) auto;
    color: var(--hcv-deals-ink);
    font-size: 1rem;
    line-height: 1.6;
}

/* Live product/cart indicators. Product-page content is filled by an
   uncached fragment so a cached page can never show yesterday's offer. */
.hcv-active-deals-mount:empty {
    display: none;
}

.hcv-active-deals {
    --hcv-active-deal-green: #137d46;
    --hcv-active-deal-forest: #15532f;
    --hcv-active-deal-ink: #203e35;
    --hcv-active-deal-muted: #536b60;
    width: 100%;
    margin: 18px 0 24px;
    color: var(--hcv-active-deal-ink);
}

.hcv-active-deals--product {
    max-width: 540px;
}

.hcv-active-deals--product .hcv-active-deal + .hcv-active-deal {
    margin-top: 12px;
}

.hcv-active-deals--cart {
    margin: 0 0 24px;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid #b9dbc4;
    border-radius: 18px;
    background: #f7fbf8;
}

.hcv-active-deals__heading {
    margin: 0 0 11px !important;
    color: var(--hcv-active-deal-forest) !important;
    font-size: clamp(1.15rem, 2vw, 1.4rem) !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
    line-height: 1.2 !important;
}

.hcv-active-deals__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 12px;
}

.hcv-active-deal {
    padding: 15px 16px;
    border: 1px solid #b9dbc4;
    border-left: 4px solid var(--hcv-active-deal-green);
    border-radius: 13px;
    background: #eef8f0;
    box-shadow: 0 8px 22px rgba(0, 35, 24, .07);
}

.hcv-active-deals--cart > .hcv-active-deals__grid .hcv-active-deal {
    height: 100%;
}

.hcv-active-deal.is-applied {
    border-color: #82c795;
    border-left-color: #0d713d;
    background: #e7f6eb;
}

.hcv-active-deal__meta {
    margin: 0 0 9px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.hcv-active-deal__status,
.hcv-active-deal__role {
    min-height: 24px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    font-size: .69rem;
    font-style: normal;
    font-weight: 850;
    letter-spacing: .055em;
    line-height: 1.15;
    text-transform: uppercase;
}

.hcv-active-deal__status {
    color: #fff;
    background: var(--hcv-active-deal-green);
}

.hcv-active-deal__role {
    border: 1px solid #a6d1b2;
    color: var(--hcv-active-deal-forest);
    background: rgba(255, 255, 255, .76);
}

.hcv-active-deal__title {
    display: block;
    margin: 0 0 5px !important;
    color: #123d2e;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.3;
}

.hcv-active-deal__description,
.hcv-active-deal__description p,
.hcv-active-deal__guidance,
.hcv-active-deals__policy {
    color: var(--hcv-active-deal-muted);
    font-size: .88rem;
    line-height: 1.48;
}

.hcv-active-deal__description p {
    margin: 0;
}

.hcv-active-deal__description p + p,
.hcv-active-deal__description ul,
.hcv-active-deal__description ol {
    margin-top: .55em;
}

.hcv-active-deal__guidance {
    margin: 7px 0 0;
}

.hcv-active-deal__option-status {
    margin-top: 9px;
    padding: 7px 9px;
    display: block;
    border-radius: 8px;
    color: #5d4a12;
    background: #fff7d9;
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.35;
}

.hcv-active-deal.is-option-eligible .hcv-active-deal__option-status {
    color: #15532f;
    background: #dff3e5;
}

.hcv-active-deal.is-option-ineligible {
    border-left-color: #96782a;
    background: #fbf8ec;
}

.hcv-active-deal.is-option-ineligible .hcv-active-deal__option-status {
    color: #6d3b25;
    background: #f8e9df;
}

.hcv-active-deals__policy {
    margin: 11px 0 0;
    font-weight: 650;
}

.hcv-cart-deal-chips {
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hcv-cart-deal-chip {
    max-width: 100%;
    padding: 6px 8px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    border: 1px solid #b9dbc4;
    border-radius: 9px;
    color: #15532f;
    background: #eef8f0;
    font-size: .72rem;
    font-style: normal;
    line-height: 1.3;
}

.hcv-cart-deal-chip.is-applied {
    border-color: #78c18c;
    background: #dff3e5;
}

.hcv-cart-deal-chip > span {
    font-weight: 850;
    text-transform: uppercase;
}

.hcv-cart-deal-chip strong {
    color: #123d2e;
    font-size: inherit;
    font-weight: 800;
}

.hcv-cart-deal-chip em {
    width: 100%;
    color: #536b60;
    font-size: .68rem;
    font-style: normal;
    font-weight: 650;
}

/* One truthful presenter is shared by native Woo prices, custom option tiles,
   search results, Daily Deals cards, and cart totals. Immediate one-unit savings
   receive a markdown; conditional buy/get rewards stay explicitly conditional. */
.hcv-deal-price {
    max-width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 7px;
    color: #163f2f;
    line-height: 1.32;
    vertical-align: middle;
}

.hcv-deal-price__was del {
    color: #66756d;
    font-size: .86em;
    font-weight: 650;
    text-decoration-color: #9b3c35;
    text-decoration-thickness: 2px;
}

.hcv-deal-price__now {
    min-height: 28px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #7ebd3f;
    border-radius: 999px;
    color: #12351f;
    background: linear-gradient(135deg, #efff8b, #bde85a);
    box-shadow: 0 5px 14px rgba(49, 104, 33, .18);
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
}

.hcv-deal-price__now > span[aria-hidden="true"],
.hcv-deal-price__condition > span[aria-hidden="true"] {
    flex: 0 0 auto;
    color: #176a38;
}

.hcv-deal-price__condition {
    width: 100%;
    padding: 6px 8px;
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    border: 1px solid #efcf68;
    border-radius: 8px;
    color: #493500;
    background: #fff5c9;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.35;
}

.hcv-deal-price__condition.is-immediate {
    border-color: #9ed0aa;
    color: #154b2e;
    background: #e7f7ea;
}

.hcv-header-search__price:has(.hcv-deal-price) {
    max-width: 156px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.hcv-header-search__price .hcv-deal-price {
    justify-content: flex-end;
    gap: 3px 5px;
    font-size: .68rem;
}

.hcv-header-search__price .hcv-deal-price__now {
    min-height: 24px;
    padding: 2px 6px;
}

.hcv-header-search__price .hcv-deal-price__condition {
    max-width: 156px;
    padding: 4px 6px;
    font-size: .62rem;
    text-align: left;
}

.hcv-cart-deal-price {
    width: 100%;
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    font-size: .72rem;
    font-weight: 800;
}

.hcv-cart-deal-price del {
    color: #6b756f;
}

.hcv-cart-deal-price ins {
    color: #0b6338;
    text-decoration: none;
}

@media (max-width: 768px) {
    .woocommerce-cart-form table.shop_table_responsive tr td.product-price,
    .woocommerce-cart-form table.shop_table_responsive tr td.product-subtotal {
        display: flex !important;
        align-items: baseline;
        justify-content: space-between;
        gap: 16px;
        text-align: right !important;
    }

    .woocommerce-cart-form table.shop_table_responsive tr td.product-price::before,
    .woocommerce-cart-form table.shop_table_responsive tr td.product-subtotal::before {
        flex: 0 0 auto;
        float: none;
        margin-right: auto;
    }

    .woocommerce-cart-form table.shop_table_responsive tr td.product-price .hcv-cart-deal-price,
    .woocommerce-cart-form table.shop_table_responsive tr td.product-subtotal .hcv-cart-deal-price {
        width: auto;
        max-width: 100%;
        margin: 0 0 0 auto;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        justify-content: flex-end;
        white-space: nowrap;
        text-align: right;
        vertical-align: baseline;
    }
}

.hcv-cart-deal-unit-note {
    display: inline-block;
    max-width: 190px;
    color: #15532f;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.35;
}

.hcv-deals-platform__intro {
    max-width: 850px;
    margin: 0 auto clamp(26px, 4vw, 42px);
    text-align: center;
}

.hcv-deals-eyebrow {
    color: var(--hcv-deals-green);
}

.hcv-deals-platform__intro h2 {
    margin: 0;
    color: var(--hcv-deals-forest);
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.hcv-deals-platform__intro p {
    margin: 16px 0 0;
    color: var(--hcv-deals-muted);
    font-size: clamp(.94rem, 1.5vw, 1.08rem);
}

.hcv-home-deals-cta.hcv-button {
    border-color: #137d46;
    color: #fff !important;
    background: #137d46;
}

.hcv-deals-nav {
    position: sticky;
    z-index: 40;
    top: calc(var(--hcv-sticky-header-offset, 108px) + 8px);
    margin: 0 0 clamp(28px, 5vw, 50px);
    padding: 10px;
    display: flex;
    gap: 7px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border: 1px solid rgba(0, 35, 24, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 34px rgba(0, 35, 24, .11);
    scrollbar-color: #a8cbb3 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    backdrop-filter: blur(14px);
}

.hcv-deals-nav a {
    min-height: 42px;
    padding: 10px 16px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #29473e;
    font-size: .88rem;
    font-weight: 780;
    line-height: 1;
    text-decoration: none;
    transition: border-color .16s ease, color .16s ease, background-color .16s ease, transform .16s ease;
}

.hcv-deals-nav a:first-child {
    color: #fff;
    background: var(--hcv-deals-green);
}

.hcv-deals-nav a:hover {
    transform: translateY(-1px);
    border-color: #a7cab0;
    color: var(--hcv-deals-forest);
    background: #eef7f0;
}

.hcv-deals-nav a:first-child:hover {
    border-color: var(--hcv-deals-forest);
    color: #fff;
    background: var(--hcv-deals-forest);
}

.hcv-deals-today,
.hcv-deals-calendar,
.hcv-deals-month,
.hcv-deals-day {
    scroll-margin-top: 76px;
}

.hcv-deals-today {
    position: relative;
    isolation: isolate;
    margin-bottom: clamp(42px, 7vw, 76px);
    padding: clamp(26px, 5vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(126, 225, 159, .42);
    border-radius: clamp(24px, 4vw, 38px);
    color: #fff;
    background:
        radial-gradient(circle at 94% 4%, rgba(126, 225, 159, .25), transparent 27%),
        linear-gradient(138deg, #002318, #0a4933 68%, #176b44);
    box-shadow: 0 28px 70px rgba(0, 35, 24, .2);
}

.hcv-deals-today::after {
    position: absolute;
    z-index: -1;
    right: -70px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border: 52px solid rgba(255, 255, 255, .045);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.hcv-deals-section-heading {
    margin: 0 0 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.hcv-deals-section-heading h3 {
    margin: 0;
    color: var(--hcv-deals-forest);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hcv-deals-section-heading > p {
    margin: 0;
    color: var(--hcv-deals-muted);
}

.hcv-deals-today .hcv-deals-section-heading > div > span {
    color: #7ee19f;
}

.hcv-deals-today .hcv-deals-section-heading h3 {
    color: #fff;
}

.hcv-deals-today .hcv-deals-section-heading time {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    color: #e7f5ec;
    background: rgba(255, 255, 255, .08);
    font-size: .88rem;
    font-weight: 750;
    white-space: nowrap;
}

.hcv-deal-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: clamp(15px, 2vw, 22px);
}

.hcv-deal-card {
    min-width: 0;
    padding: clamp(21px, 3vw, 30px);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--hcv-deals-border);
    border-radius: 22px;
    color: var(--hcv-deals-ink);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 35, 24, .07);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hcv-deal-card:hover {
    transform: translateY(-3px);
    border-color: #b1d2ba;
    box-shadow: 0 18px 38px rgba(0, 35, 24, .12);
}

.hcv-deal-card.is-compact {
    border-color: rgba(0, 35, 24, .08);
    box-shadow: 0 16px 42px rgba(0, 20, 14, .18);
}

.hcv-deal-card__meta {
    margin: 0 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #6b7972;
    font-size: .78rem;
    font-weight: 720;
    line-height: 1.35;
}

.hcv-deal-card__meta > span:last-child {
    text-align: right;
}

.hcv-deal-state {
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.hcv-deal-state.is-active {
    border-color: #8bd4a0;
    color: #074525;
    background: #dff7e5;
}

.hcv-deal-state.is-scheduled {
    border-color: #a9c7e8;
    color: #174b79;
    background: #e8f2fc;
}

.hcv-deal-state.is-upcoming {
    border-color: #d7c193;
    color: #684b0d;
    background: #fff4d8;
}

.hcv-deal-state.is-unavailable {
    border-color: #d7c8ca;
    color: #6b4148;
    background: #f8ecee;
}

.hcv-deal-state.is-expired,
.hcv-deal-state.is-disabled {
    border-color: #d6ded9;
    color: #54655d;
    background: #eef2f0;
}

.hcv-deal-card h4,
.hcv-deal-card h5 {
    margin: 0;
    color: var(--hcv-deals-forest);
    font-size: clamp(1.22rem, 2vw, 1.55rem);
    line-height: 1.18;
    letter-spacing: -.025em;
}

.hcv-deal-card__description {
    margin: 12px 0 0;
    color: #52645c;
    line-height: 1.65;
}

.hcv-deal-card__description > :first-child {
    margin-top: 0;
}

.hcv-deal-card__description > :last-child {
    margin-bottom: 0;
}

.hcv-deal-card__description a {
    color: var(--hcv-deals-green);
    font-weight: 700;
    text-decoration-thickness: .08em;
    text-underline-offset: .15em;
}

.hcv-deal-card__auto {
    margin: 19px 0 0;
    padding: 10px 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-radius: 11px;
    color: #15532f;
    background: #eef8f0;
    font-size: .79rem;
    font-weight: 740;
    line-height: 1.45;
}

.hcv-deal-card__auto span {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--hcv-deals-green);
    font-size: .68rem;
}

.hcv-deal-products {
    margin-top: 0;
    padding-top: 22px;
}

.hcv-deal-products__group {
    container-type: inline-size;
}

.hcv-deal-products__group + .hcv-deal-products__group {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--hcv-deals-border);
}

.hcv-deal-products__heading {
    margin-bottom: 11px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.hcv-deal-products__heading h5,
.hcv-deal-products__heading h6 {
    margin: 0;
    color: var(--hcv-deals-forest);
    font-size: .84rem;
    font-weight: 850;
    letter-spacing: .045em;
    line-height: 1.3;
    text-transform: uppercase;
}

.hcv-deal-products__heading span {
    color: #6a7971;
    font-size: .73rem;
    font-weight: 700;
    white-space: nowrap;
}

.hcv-deal-products__grid {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 11px;
    list-style: none;
}

.hcv-deal-product {
    min-width: 0;
    align-self: start;
    container-type: inline-size;
    overflow: hidden;
    border: 1px solid #d8e4db;
    border-radius: 14px;
    background: #fbfdfb;
}

.hcv-deal-product__image {
    aspect-ratio: 4 / 3;
    padding: 10px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid #e4ebe6;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.hcv-deal-product__image img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    object-fit: contain;
}

.hcv-deal-product__image-link:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 3px #0b5d38;
}

.hcv-deal-product__body {
    padding: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.hcv-deal-product__role {
    padding: 4px 7px;
    border-radius: 999px;
    color: #0d6540;
    background: #e5f5e9;
    font-size: .62rem;
    font-weight: 820;
    letter-spacing: .035em;
    line-height: 1.15;
    text-transform: uppercase;
}

.hcv-deal-product__title-link {
    color: #153c2c;
    font-size: .82rem;
    font-weight: 850;
    line-height: 1.32;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.hcv-deal-product__title-link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hcv-deal-product__title-link:focus-visible {
    border-radius: 3px;
    outline: 3px solid #0b5d38;
    outline-offset: 2px;
}

.hcv-deal-product__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 3px;
    color: var(--hcv-deals-forest);
    font-size: .82rem;
    font-weight: 820;
    line-height: 1.3;
}

.hcv-deal-product__price del {
    color: #66756d;
    font-size: .86em;
    font-weight: 600;
}

.hcv-deal-product__price ins {
    color: inherit;
    text-decoration: none;
}

.hcv-deal-product__price-separator {
    color: #66756d;
}

.hcv-deal-product__availability {
    color: #66756d;
    font-size: .69rem;
    font-weight: 650;
    line-height: 1.35;
}

.hcv-deal-product__options {
    padding: 0 9px 10px;
    display: grid;
    gap: 7px;
}

.hcv-deal-product__option {
    min-width: 0;
    margin: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 60px auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 4px 7px;
    border: 1px solid #dbe7de;
    border-radius: 10px;
    background: #fff;
}

.hcv-deal-product__option-label {
    grid-column: 1;
    color: #53675d;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.hcv-deal-product__option .hcv-deal-product__price {
    min-width: 0;
    grid-column: 1;
    font-size: .77rem;
}

.hcv-deal-product__quantity {
    min-width: 0;
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #53675d;
    font-size: .58rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.hcv-deal-product__option select.hcv-deal-product__quantity-select {
    width: 60px;
    min-width: 60px;
    min-height: 44px;
    margin: 0;
    padding: 7px 24px 7px 8px;
    border: 1px solid #b9cbbf;
    border-radius: 9px;
    color: #153c2c;
    background-color: #fff;
    font-family: inherit;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.hcv-deal-product__option select.hcv-deal-product__quantity-select:focus-visible {
    border-color: #0b5d38;
    outline: 3px solid #0b5d38;
    outline-offset: 1px;
}

.hcv-deal-product__option select.hcv-deal-product__quantity-select:disabled {
    cursor: not-allowed;
    color: #6f786f;
    background: #eef2ef;
    opacity: 1;
}

.hcv-deal-product__option .hcv-deal-price {
    display: flex;
}

.hcv-deal-product__option .hcv-deal-price__condition {
    padding: 5px 6px;
    font-size: .63rem;
}

.hcv-deal-product__option .hcv-deal-product__add {
    min-width: 44px;
    min-height: 44px;
    padding: 7px;
    position: static;
    inset: auto;
    z-index: auto;
    grid-column: 3;
    grid-row: 1 / span 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: #137d46;
    box-shadow: 0 5px 13px rgba(19, 125, 70, .2);
    cursor: pointer;
    font-size: .62rem;
    font-weight: 850;
    line-height: 1;
}

.hcv-deal-product__option .hcv-deal-product__add::before {
    content: none;
}

.hcv-deal-product__option .hcv-deal-product__add > span {
    position: static;
    z-index: auto;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    transform: none;
}

.hcv-deal-product__option .hcv-deal-product__add > span:first-child {
    font-size: 1.05rem;
}

.hcv-deal-product__option .hcv-deal-product__add:hover,
.hcv-deal-product__option .hcv-deal-product__add:focus-visible {
    outline: 3px solid #0b5d38;
    outline-offset: 2px;
    background: #095c31;
}

.hcv-deal-product__option.is-loading .hcv-deal-product__add {
    cursor: wait;
    opacity: .68;
}

.hcv-deal-product__option .hcv-deal-product__add:disabled {
    cursor: not-allowed;
    opacity: .68;
}

.hcv-deal-product__option.is-added .hcv-deal-product__add {
    background: #0a6335;
}

@container (max-width: 225px) {
    .hcv-deal-products__grid {
        grid-template-columns: 1fr;
    }

    .hcv-deal-product__option {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto auto;
    }

    .hcv-deal-product__quantity {
        width: 100%;
        grid-column: 1;
        grid-row: 3;
    }

    .hcv-deal-product__option select.hcv-deal-product__quantity-select {
        width: 100%;
        min-width: 0;
    }

    .hcv-deal-product__option .hcv-deal-product__add {
        width: 100%;
        height: auto;
        grid-column: 1;
        grid-row: 4;
        flex-direction: row;
        gap: 5px;
    }
}

.hcv-deal-products__empty,
.hcv-deal-products__continuation {
    margin: 0;
    padding: 12px 13px;
    border-radius: 11px;
    color: #5d6c64;
    background: #f2f6f3;
    font-size: .78rem;
    line-height: 1.5;
}

.hcv-deal-products__more {
    margin-top: 11px;
}

.hcv-deal-products__more summary {
    min-height: 44px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfd5c5;
    border-radius: 11px;
    color: #0d6540;
    background: #fff;
    cursor: pointer;
    font-size: .78rem;
    font-weight: 780;
    line-height: 1.25;
    text-align: center;
}

.hcv-deal-products__more summary::after {
    content: "+";
    margin-left: 8px;
    font-size: 1.05rem;
    line-height: 1;
}

.hcv-deal-products__more-show-fewer {
    display: none;
}

.hcv-deal-products__more[open] > summary .hcv-deal-products__more-show-all {
    display: none;
}

.hcv-deal-products__more[open] > summary .hcv-deal-products__more-show-fewer {
    display: inline;
}

.hcv-deal-products__more[open] summary::after {
    content: "−";
}

.hcv-deal-products__more summary:hover,
.hcv-deal-products__more summary:focus-visible {
    border-color: var(--hcv-deals-green);
    outline: 2px solid transparent;
    color: #fff;
    background: var(--hcv-deals-green);
}

.hcv-deal-products__more[open] summary {
    margin-bottom: 11px;
}

.hcv-deals-empty {
    margin: 0;
    padding: 22px;
    border: 1px dashed rgba(255, 255, 255, .35);
    border-radius: 16px;
    color: #e5f2ea;
    background: rgba(255, 255, 255, .06);
    text-align: center;
}

.hcv-deals-calendar {
    margin: 0 0 clamp(54px, 8vw, 96px);
    display: grid;
    gap: clamp(38px, 6vw, 68px);
}

.hcv-deals-month {
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid #dbe6df;
    border-radius: 28px;
    background: linear-gradient(145deg, #fbfdfb, #f1f7f2);
    box-shadow: 0 14px 40px rgba(0, 35, 24, .065);
}

.hcv-deals-month .hcv-deals-section-heading > div > span,
.hcv-deals-weekly > .hcv-deals-section-heading > div > span {
    color: var(--hcv-deals-green);
}

.hcv-deals-weekly {
    margin-top: clamp(50px, 7vw, 84px);
}

.hcv-deals-weekly > .hcv-deals-section-heading {
    margin-bottom: 26px;
    padding: 0 clamp(4px, 1vw, 12px);
}

.hcv-deals-day {
    margin: 0 0 18px;
    padding: clamp(22px, 4vw, 42px);
    border: 1px solid transparent;
    border-radius: 28px;
}

.hcv-deals-day.is-light {
    border-color: #e3e9e5;
    background: #fff;
}

.hcv-deals-day.is-tint {
    border-color: #e0eadf;
    background: var(--hcv-deals-cream);
}

.hcv-deals-day.is-today {
    border-color: #62b27a;
    background:
        linear-gradient(135deg, rgba(34, 150, 90, .095), transparent 45%),
        #f4fbf5;
    box-shadow: 0 16px 44px rgba(21, 137, 77, .13), inset 5px 0 0 var(--hcv-deals-green);
}

.hcv-deals-day > header {
    margin: 0 0 22px;
    padding-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(0, 35, 24, .1);
}

.hcv-deals-day > header > div > span {
    margin-bottom: 4px;
    color: #5c716a;
}

.hcv-deals-day > header h4 {
    margin: 0;
    color: var(--hcv-deals-forest);
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1;
    letter-spacing: -.035em;
}

.hcv-deals-day > header > strong {
    padding: 8px 13px;
    border-radius: 999px;
    color: #fff;
    background: var(--hcv-deals-green);
    box-shadow: 0 7px 16px rgba(21, 137, 77, .23);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
}

.hcv-deals-fine-print {
    margin-top: clamp(28px, 5vw, 52px);
    padding: clamp(20px, 3vw, 28px);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 14px;
    border: 1px solid #d7e3dc;
    border-radius: 18px;
    color: #4f6359;
    background: #f4f8f5;
}

.hcv-deals-fine-print strong {
    padding: 5px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--hcv-deals-forest);
    font-size: .71rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hcv-deals-fine-print p {
    margin: 0;
    line-height: 1.6;
}

.hcv-home-deals-banner a:focus-visible,
.hcv-deals-platform a:focus-visible,
a.hcv-home-deals-cta:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px #001128;
}

.hcv-deals-platform .hcv-deal-product__image-link:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 3px #0b5d38;
}

.hcv-deals-platform .hcv-deal-product__title-link:focus-visible {
    outline: 3px solid #0b5d38;
    outline-offset: 2px;
    box-shadow: none;
}

@keyframes hcv-deals-shimmer {
    0%, 48% { transform: translateX(-60%) rotate(22deg); opacity: 0; }
    57% { opacity: 1; }
    72%, 100% { transform: translateX(430%) rotate(22deg); opacity: 0; }
}

@media (max-width: 860px) {
    .hcv-home-deals-banner {
        grid-template-columns: 1fr;
    }

    .hcv-home-deals-banner > a {
        justify-self: start;
    }

    .hcv-deals-nav {
        top: calc(var(--hcv-sticky-header-offset, 82px) + 6px);
        margin-inline: -5px;
        border-radius: 18px;
    }

    .hcv-deals-today,
    .hcv-deals-calendar,
    .hcv-deals-month,
    .hcv-deals-day {
        scroll-margin-top: 66px;
    }
}

@media (max-width: 720px) {
    .hcv-home-deals-banner,
    .hcv-deals-platform {
        width: min(calc(100% - 28px), 1200px);
    }

    .hcv-home-deals-banner {
        margin-block: 28px;
        padding: 27px 22px;
        gap: 22px;
    }

    .hcv-home-deals-banner > a {
        width: 100%;
    }

    .hcv-deals-platform {
        margin-block: 44px;
    }

    .hcv-deals-nav {
        padding: 8px;
        gap: 5px;
    }

    .hcv-deals-nav a {
        min-height: 40px;
        padding: 9px 13px;
        font-size: .82rem;
    }

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

    .hcv-deals-today .hcv-deals-section-heading time {
        white-space: normal;
    }

    .hcv-deal-card-grid {
        grid-template-columns: 1fr;
    }

    .hcv-deals-day {
        padding: 23px 18px;
        border-radius: 21px;
    }

    .hcv-deals-day.is-today {
        box-shadow: 0 13px 34px rgba(21, 137, 77, .13), inset 4px 0 0 var(--hcv-deals-green);
    }

    .hcv-deals-fine-print {
        grid-template-columns: 1fr;
    }

    .hcv-deals-fine-print strong {
        justify-self: start;
    }
}

@media (max-width: 440px) {
    .hcv-deal-card {
        padding: 20px 17px;
        border-radius: 18px;
    }

    .hcv-deal-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hcv-deal-card__meta > span:last-child {
        text-align: left;
    }

}

@media (prefers-reduced-motion: reduce) {
    .hcv-home-deals-banner::before {
        animation: none;
    }

    .hcv-home-deals-banner > a,
    .hcv-home-deals-banner > a span,
    .hcv-deals-nav a,
    .hcv-deal-card,
    .hcv-deal-products__more summary {
        transition: none;
    }
}

@media print {
    .hcv-home-deals-banner::before,
    .hcv-deals-nav {
        display: none;
    }

    .hcv-home-deals-banner,
    .hcv-deals-today,
    .hcv-deals-day,
    .hcv-deals-month,
    .hcv-deal-card {
        color: #000;
        background: #fff;
        box-shadow: none;
        break-inside: avoid;
    }

    .hcv-home-deals-banner h3,
    .hcv-deals-today .hcv-deals-section-heading h3,
    .hcv-deals-today .hcv-deals-section-heading time,
    .hcv-deals-empty {
        color: #000;
    }
}
