/* National Trophies-specific component overrides. Tokens live in nt.css. */

.checkout-footer--nt {
    border-top: 5px solid #cfbe73;
    background: #080d5b;
    color: #fff;
}

.checkout-footer--nt .checkout-footer__inner {
    grid-template-columns: 250px auto 1fr auto;
    gap: 2rem;
    width: min(100%, 1440px);
    min-height: 5rem;
}

.checkout-footer__nt-logo {
    align-self: stretch;
    display: grid;
    place-items: center;
    min-height: 5rem;
    background: #cfbe73;
}

.checkout-footer__nt-logo img {
    width: auto;
    max-width: 170px;
    max-height: 64px;
}

.checkout-footer--nt .checkout-footer__copyright {
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
}

.checkout-footer--nt .checkout-footer__payments {
    justify-self: center;
    filter: grayscale(1);
    opacity: .72;
}

.checkout-footer__nt-payments {
    width: auto;
    max-width: 330px;
    max-height: 32px;
}

.checkout-footer--nt .checkout-footer__links {
    gap: .55rem;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
}

.checkout-footer--nt .checkout-footer__links a {
    color: #fff;
    text-decoration: underline;
}

.checkout-footer--nt .checkout-footer__links a + a::before {
    content: "|";
    display: inline-block;
    margin-right: .55rem;
    color: #fff;
    text-decoration: none;
}

body[data-style="nt"] .products-target .card.card-gold .card-front,
body[data-style="nt"] .products-target .card.card-silver .card-front,
body[data-style="nt"] .products-target .card.card-orange .card-front,
body[data-style="nt"] .products-target .card.card-gold .card-back,
body[data-style="nt"] .products-target .card.card-silver .card-back,
body[data-style="nt"] .products-target .card.card-orange .card-back {
    background: #fff;
}

body[data-style="nt"] .products-target .new-product,
body[data-style="nt"] #hits .new-product {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    background: var(--site-accent-gold);
    color: var(--site-primary);
}

body[data-style="nt"] .product-detail__shell {
    padding-top: 0.55rem;
}

body[data-style="nt"] .product-detail h1 {
    font-size: clamp(1.45rem, 1.45vw, 1.75rem);
    line-height: 1.12;
}

body[data-style="nt"] .product-detail__price small {
    font-size: 0.9rem;
}

body[data-style="nt"] .product-detail__price span {
    font-size: 1.55rem;
}

body[data-style="nt"] .product-gallery__thumb {
    border-color: var(--site-accent-gold);
    border-radius: 0.25rem;
}

body[data-style="nt"] .product-gallery__thumb img {
    border-radius: 0.18rem;
}

body[data-style="nt"] .product-gallery__thumb.is-active {
    border-color: var(--site-primary);
}

body[data-style="nt"] .product-detail__bulk {
    margin-top: 1rem;
    padding: 0;
    border: 0;
}

body[data-style="nt"] .bulk-pricing--nt {
    position: relative;
    padding: 1.45rem 1.05rem 0.95rem;
    border: 1px solid var(--site-accent-gold);
    border-radius: 0.25rem;
}

body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__title {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    padding: 0 0.45rem;
    background: #fff;
    color: #f00;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
}

body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__tiers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0.75rem;
    row-gap: 0.45rem;
}

body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__column {
    display: contents;
}

body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__tier {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: baseline;
    column-gap: 0.35rem;
    font-size: 0.95rem;
    line-height: 1.1;
}

body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__qty {
    color: var(--site-accent-gold);
    font-weight: 700;
}

body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__amount {
    font-weight: 700;
}

body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__discount {
    grid-column: 2;
    color: #f00;
    font-weight: 700;
}

body[data-style="nt"] .product-detail__promise .las {
    color: var(--site-accent-gold);
}

body[data-style="nt"] .product-detail__promise strong {
    font-weight: 700;
    text-transform: uppercase;
}

body[data-style="nt"] .product-detail__actions {
    grid-template-columns: minmax(0, 16.25rem) minmax(10.75rem, 12.25rem);
}

body[data-style="nt"] .product-detail__price-match {
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.25rem 0.55rem;
    border-color: var(--site-primary);
    border-radius: 0.25rem;
    background: #fff;
    color: var(--site-primary);
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body[data-style="nt"] .product-detail__price-match:hover,
body[data-style="nt"] .product-detail__price-match:focus-visible {
    border-color: var(--site-primary);
    background: var(--site-primary);
    color: #fff;
}

body[data-style="nt"] .product-detail__price-match-percent {
    flex: 0 0 auto;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}

body[data-style="nt"] .product-detail__price-match span {
    max-width: 7.4rem;
    color: inherit;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.05;
}

@media (max-width: 991.98px) {
    body[data-style="nt"] .product-detail__actions {
        grid-template-columns: 1fr;
    }

    body[data-style="nt"] .product-detail__price-match {
        width: 100%;
    }

    body[data-style="nt"] .bulk-pricing--nt {
        padding: 1.3rem 0.7rem 0.8rem;
    }

    body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__tiers {
        column-gap: 0.45rem;
        row-gap: 0.4rem;
    }

    body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__tier {
        display: flex;
        flex-wrap: nowrap;
        align-items: baseline;
        justify-content: center;
        gap: 0.22rem;
        font-size: 0.82rem;
        white-space: nowrap;
    }

    body[data-style="nt"] .bulk-pricing--nt .bulk-pricing__discount {
        grid-column: auto;
        font-size: 0.78rem;
    }

    body[data-style="nt"] .product-detail__promise {
        font-size: 0.9rem;
        line-height: 1.25;
    }
}

.site-header--nt {
    background: #fff;
    border-bottom: 0;
    backdrop-filter: none;
}

.site-header--nt.is-fixed .site-header__inner--nt {
    padding-bottom: 0.9rem;
}

.site-header--nt.is-fixed .site-header__promo-row {
    gap: 1.25rem;
    margin-top: 0.2rem;
}

.site-header--nt.is-fixed .site-header__promo-image--full {
    display: none;
}

.site-header--nt.is-fixed .site-header__promo-image--slim {
    display: block;
    max-height: 3.1rem;
    margin: 0 auto;
}

.site-header--nt .site-header__inner--nt {
    display: grid;
    --nt-header-center-rail: clamp(44rem, 54vw, 60rem);
    grid-template-columns:
        minmax(10rem, 1fr)
        minmax(42rem, var(--nt-header-center-rail))
        minmax(10rem, 1fr);
    grid-template-areas:
        "brand search icons"
        "brand nav ."
        "promo promo promo";
    column-gap: clamp(1.25rem, 2.4vw, 3rem);
    row-gap: 0.7rem;
    align-items: center;
    width: min(100% - 2.5rem, 1520px);
    padding: 1rem 0 1.35rem;
}

.site-brand--nt {
    grid-area: brand;
    align-self: start;
    justify-self: start;
}

.site-brand__logo--nt {
    max-width: 9.7rem;
    height: auto;
}

.site-header--nt .site-header__utility-row {
    grid-area: utility;
    align-self: start;
    justify-self: end;
}

.site-header--nt .site-header__top-links {
    gap: 0;
    flex-wrap: nowrap;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 1rem;
    white-space: nowrap;
}

.site-header--nt .site-header__top-link {
    color: var(--site-accent-gold);
    line-height: 1;
}

.site-header--nt .site-header__top-link + .site-header__top-link::before {
    content: "|";
    display: inline-block;
    margin: 0 0.35rem;
    color: var(--site-primary);
}

.site-header--nt .site-header__search-row {
    grid-area: search;
    align-self: start;
    width: 100%;
}

.site-header--nt .site-header__search-wrap {
    width: 100%;
}

.site-header--nt .site-header__tagline {
    margin: 0 0 0.35rem;
    color: var(--site-primary);
    font-size: 0.95rem;
    line-height: 1;
}

.site-header--nt .site-search,
.site-header--nt .site-search .aa-Autocomplete,
.site-header--nt .site-search .aa-Form,
.site-header--nt .site-search__input {
    width: 100%;
}

.site-header--nt .site-search .aa-Form,
.site-header--nt .site-search__input {
    min-height: 2.6rem;
    height: 2.6rem;
    padding: 0.5rem 0.85rem;
    border: 2px solid var(--site-accent-gold);
    border-radius: 4px;
    background: #fffdf4;
}

.site-header--nt .site-search .aa-Input,
.site-header--nt .site-search__input {
    color: var(--site-primary);
    font-size: 1rem;
}

.site-header--nt .site-search .aa-Input::placeholder,
.site-header--nt .site-search__input::placeholder {
    color: transparent;
}

.site-header--nt .site-header__icons-row {
    grid-area: icons;
    align-self: end;
    justify-self: end;
}

.site-header--nt .site-header__icons {
    gap: 1.4rem;
}

.site-header--nt .site-header__icon-link {
    min-width: auto;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--site-primary);
}

.site-header--nt .site-header__icon-link:hover,
.site-header--nt .site-header__icon-link:focus,
.site-header--nt .site-header__help:not(:hover) .site-header__icon-link:not(:focus-visible) {
    border-color: transparent;
    background: transparent;
    color: var(--site-primary);
    box-shadow: none;
}

.site-header--nt .site-header__icon-link:focus-visible,
.site-header--nt .site-header__icon-button:focus-visible {
    border-color: transparent;
    box-shadow: 0 0 0 0.18rem rgba(8, 13, 91, 0.18);
}

.site-header--nt .site-header__icon-link .las {
    font-size: 1.85rem;
}

.site-header--nt .site-header__cart-count {
    top: 0.63rem;
    right: 0.61rem;
    min-width: 0;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--site-primary);
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.site-header--nt .site-header__mobile-cart-count {
    top: 0.53rem;
    right: 0.39rem;
    min-width: 0;
    width: 0.85rem;
    height: 0.85rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--site-primary);
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.site-header--nt .site-header__nav-row {
    grid-area: nav;
    width: 100%;
}

.site-nav--nt {
    justify-content: space-between;
    gap: clamp(0.65rem, 1vw, 1.35rem);
    flex-wrap: nowrap;
    width: 100%;
}

.site-nav--nt .site-nav__item {
    position: static;
}

.site-nav--nt .site-nav__link {
    gap: 0.25rem;
    padding: 0;
    border-radius: 0;
    color: var(--site-primary);
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.site-nav--nt .site-nav__link::after {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.35rem;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-0.15rem) rotate(45deg);
}

.site-nav--nt .site-nav__link:hover,
.site-nav--nt .site-nav__link:focus,
.site-nav--nt .site-nav__item.is-open > .site-nav__link {
    background: transparent;
    color: var(--site-primary);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.35rem;
}

.site-header--nt .site-nav__panel {
    top: 7.85rem;
    right: 0;
    left: 0;
    width: auto;
    min-width: 0;
    margin-left: 0;
    transform: translateY(0.75rem);
}

.site-header--nt .site-nav__panel::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 1.7rem;
    pointer-events: none;
}

.site-header--nt .site-nav__item.is-open > .site-nav__panel,
.site-header--nt .site-nav__item:focus-within > .site-nav__panel {
    transform: translateY(0);
}

.site-header--nt.is-fixed .site-nav__panel {
    top: 6.35rem;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu {
    padding-top: 1.05rem;
    padding-bottom: 1.2rem;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) 240px;
    gap: 1.05rem 1.55rem;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__list + .mega-menu__list {
    margin-top: 0.55rem;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__title,
body[data-style="nt"] .home-categories .mega-menu__title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.4rem;
    padding: 0.06rem 0 0.09rem;
    border-top: 0;
    font-size: 0.89rem;
    line-height: 1.24;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__list li:not(.mega-menu__title) + .mega-menu__title {
    margin-top: 0.52rem;
}

body[data-style="nt"] .home-categories .mega-menu__title {
    margin-bottom: 0.28rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.18;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__title:not(.mega-menu__title--plain)::after,
body[data-style="nt"] .home-categories .mega-menu__title:not(.mega-menu__title--plain)::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: var(--site-border);
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__list li:not(.mega-menu__title) + li:not(.mega-menu__title),
body[data-style="nt"] .home-categories .mega-menu__list li:not(.mega-menu__title) + li:not(.mega-menu__title) {
    margin-top: 0.14rem;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__list a,
body[data-style="nt"] .home-categories .mega-menu__list a {
    display: flex;
    align-items: flex-start;
    gap: 0.24rem;
    padding: 0.02rem 0;
    color: #666666;
    font-size: 0.86rem;
    line-height: 1.4;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__list a::before,
body[data-style="nt"] .home-categories .mega-menu__list a::before {
    content: "\203A";
    flex: 0 0 auto;
    width: 0.42rem;
    margin-top: -0.01rem;
    color: #cfcfcf;
    font-size: 0.9em;
    line-height: 1.4;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__list a:hover,
body[data-style="nt"] .home-categories .mega-menu__list a:hover {
    color: var(--site-primary);
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__feature .menu-card {
    width: min(100%, 16.5rem);
    min-height: 0;
    margin: 0 auto 0.75rem;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__feature .menu-card .card {
    aspect-ratio: 1;
    height: auto;
    min-height: 0;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__feature .menu-card .card-front,
.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__feature .menu-card .card-back {
    background: #fff;
}

.site-header--nt .site-nav--nt:not(.site-nav--mobile) .mega-menu__feature .menu-card .card-front img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header--nt .site-header__promo-row {
    grid-area: promo;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 5rem);
    align-items: center;
    justify-items: stretch;
    margin-top: 1.15rem;
}

.site-header--nt .site-header__promo-item {
    display: block;
    min-width: 0;
}

.site-header--nt .site-header__promo-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.site-header--nt .site-header__promo-image--slim {
    display: none;
}

.site-header--nt .site-header__promo-item {
    color: var(--site-primary);
    text-decoration: none;
}

.site-header--nt .site-header__promo-item:hover,
.site-header--nt .site-header__promo-item:focus {
    color: var(--site-primary);
    text-decoration: none;
}

.site-nav--nt-mobile {
    display: grid;
    gap: 0.15rem;
}

.site-nav--nt-mobile a {
    display: block;
    padding: 0.78rem 0.2rem;
    border-bottom: 1px solid #ececec;
    color: var(--site-primary);
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    text-decoration: none;
}

.site-nav--nt-mobile a:hover,
.site-nav--nt-mobile a:focus {
    color: var(--site-link-hover);
    text-decoration: underline;
}

body[data-style="nt"] .delivery-info-modal .modal-header {
    background: var(--site-primary);
}

body[data-style="nt"] .delivery-options h1,
body[data-style="nt"] .delivery-options h2,
body[data-style="nt"] .delivery-options h3,
body[data-style="nt"] .checkout-delivery h1,
body[data-style="nt"] .checkout-delivery h2,
body[data-style="nt"] .checkout-delivery h3,
body[data-style="nt"] #delivery-options-title {
    color: var(--site-primary);
}

body[data-style="nt"] .delivery-options .production-option-title,
body[data-style="nt"] .checkout-delivery .production-option-title {
    background: #f6f2e5;
}

body[data-style="nt"] .delivery-options .production-option-btn.standard .production-option-title,
body[data-style="nt"] .checkout-delivery .production-option-btn.on .production-option-title {
    background: #d8eaf5;
}

body[data-style="nt"] .btn-success,
body[data-style="nt"] a.btn-success,
body[data-style="nt"] button.btn-success {
    border-color: var(--site-accent-gold);
    background: var(--site-accent-gold);
    color: var(--site-primary);
}

body[data-style="nt"] .btn-success:hover,
body[data-style="nt"] .btn-success:focus,
body[data-style="nt"] .btn-success:active,
body[data-style="nt"] .btn-success.active {
    border-color: #b7a55b;
    background: #b7a55b;
    color: var(--site-primary);
}

body[data-style="nt"] .btn-success:disabled,
body[data-style="nt"] .btn-success.disabled {
    border-color: #dacd91;
    background: #dacd91;
    color: rgba(var(--site-primary-rgb), 0.72);
}

body[data-style="nt"] .link-success,
body[data-style="nt"] a.link-success {
    color: #9b842d;
}

body[data-style="nt"] .link-success:hover,
body[data-style="nt"] .link-success:focus {
    color: #75621d;
}

body.site-shell[data-style="nt"][data-site="nt"] {
    --content-rail-max-width: 1520px;
}

body.site-shell[data-style="nt"][data-site="nt"] .home-categories__shell {
    width: var(--content-rail-width);
}

body.site-shell[data-style="nt"][data-site="nt"] .home-categories h2 {
    margin-bottom: 1.45rem;
}

body[data-style="nt"] .home-categories__nt-range {
    gap: clamp(0.9rem, 1.7vw, 1.6rem);
}

body[data-style="nt"] .home-categories__nt-range-image {
    width: clamp(6.4rem, 8.2vw, 8.8rem);
    border-width: 4px;
}

body[data-style="nt"] .home-categories__nt-range-link.is-active .home-categories__nt-range-image {
    box-shadow: none;
}

body[data-style="nt"] .site-footer__inner--nt {
    grid-template-columns: minmax(17rem, 1.15fr) minmax(0, 5.85fr);
}

body[data-style="nt"] .site-footer__nt-highlight {
    padding-right: 1.85rem;
    padding-left: 1.85rem;
}

body[data-style="nt"] .site-footer__nt-logo {
    width: min(100%, 12rem);
}

@media (max-width: 991.98px) {
    body[data-style="nt"] .delivery-options .production-option-title,
    body[data-style="nt"] .checkout-delivery .production-option-title,
    body[data-style="nt"] .delivery-options .production-option-btn.standard .production-option-title,
    body[data-style="nt"] .checkout-delivery .production-option-btn.on .production-option-title {
        background: transparent;
    }

    body[data-style="nt"] .site-footer__inner--nt {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    body[data-style="nt"] .site-footer__nt-highlight {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
        width: 100%;
        padding: 1.35rem max(1rem, calc((100vw - 720px) / 2));
    }

    body[data-style="nt"] .site-footer__nt-logo {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(55vw, 11rem);
        margin-top: 0;
    }

    body[data-style="nt"] .site-footer__nt-main {
        width: min(100% - 2rem, 720px);
        margin: 0 auto;
        padding: 1.35rem 0 1.5rem;
    }

    body[data-style="nt"] .site-footer__nt-main > .site-footer__section:first-child {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.2rem;
        align-items: start;
    }

    body[data-style="nt"] .site-footer__nt-main > .site-footer__section:first-child h3:first-of-type {
        grid-column: 1;
        grid-row: 1;
    }

    body[data-style="nt"] .site-footer__nt-main > .site-footer__section:first-child ul {
        grid-column: 1;
        grid-row: 2;
    }

    body[data-style="nt"] .site-footer__nt-main > .site-footer__section:first-child h3:nth-of-type(2) {
        grid-column: 2;
        grid-row: 1;
    }

    body[data-style="nt"] .site-footer__nt-main > .site-footer__section:first-child .site-footer__social-icons {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        margin-top: 0;
    }

    body[data-style="nt"] .site-footer__nt-bottom {
        gap: 0.8rem;
        padding-top: 1.15rem;
    }

    .site-nav--nt-mobile .site-nav__link {
        justify-content: space-between;
        width: 100%;
        padding: 0.48rem 0;
        border-bottom: 1px solid #eee;
        color: #111;
        font-size: 0.92rem;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .site-nav--nt-mobile .site-nav__link:hover,
    .site-nav--nt-mobile .site-nav__link:focus,
    .site-nav--nt-mobile .site-nav__item.is-open > .site-nav__link {
        color: var(--site-primary);
        background: transparent;
        text-decoration: none;
    }

    .site-nav--nt-mobile .mega-menu__list a {
        font-weight: 400;
    }

    body[data-style="nt"] .products-target .prod-hover-link .btn-view-prod,
    body[data-style="nt"] .products-target .prod-hover-link .btn-success.btn-view-prod {
        border-color: var(--site-primary);
        background: var(--site-primary);
        color: #fff;
    }

    body[data-style="nt"] .products-target .prod-hover-link .btn-view-prod:hover,
    body[data-style="nt"] .products-target .prod-hover-link .btn-view-prod:focus {
        border-color: var(--site-primary);
        background: var(--site-primary);
        color: #fff;
    }

    .site-nav--nt-mobile .site-nav__link::after,
    .site-nav--nt-mobile .site-nav__item.is-open > .site-nav__link::after {
        content: "";
        position: static;
        width: 0.65rem;
        height: 0.65rem;
        margin-right: 0.25rem;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
    }

    .site-nav--nt-mobile .site-nav__item.is-open > .site-nav__link::after {
        transform: rotate(225deg);
    }
}

@media (max-width: 479.98px) {
    body[data-style="nt"] .site-footer__nt-highlight {
        gap: 0.9rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    body[data-style="nt"] .site-footer__nt-highlight h3 {
        font-size: 1.15rem;
    }

    body[data-style="nt"] .site-footer__nt-highlight li {
        font-size: 0.9rem;
    }
}

@keyframes ntPromoRotate {
    0%,
    28% {
        opacity: 1;
    }

    33%,
    100% {
        opacity: 0;
    }
}

@media (max-width: 1320px) {
    .site-header--nt .site-header__inner--nt {
        --nt-header-center-rail: clamp(39rem, 52vw, 46rem);
        grid-template-columns:
            minmax(8.25rem, 1fr)
            minmax(36rem, var(--nt-header-center-rail))
            minmax(8.25rem, 1fr);
        column-gap: 1.1rem;
    }

    .site-header--nt .site-brand__logo--nt {
        max-width: 8.4rem;
    }

    .site-nav--nt {
        gap: 0.9rem;
    }

    .site-nav--nt .site-nav__link {
        font-size: 0.95rem;
    }

    .site-header--nt .site-header__promo-row {
        gap: 1.5rem;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .site-header--nt .site-header__inner--nt {
        --nt-header-center-rail: clamp(35.5rem, 58vw, 39rem);
        grid-template-columns:
            minmax(7.25rem, 1fr)
            minmax(35.5rem, var(--nt-header-center-rail))
            minmax(7.25rem, 1fr);
        column-gap: 0.85rem;
        width: min(100% - 1.5rem, 1520px);
    }

    .site-nav--nt {
        gap: 0.45rem;
    }

    .site-nav--nt .site-nav__link {
        font-size: 0.9rem;
    }

    .site-header--nt .site-brand__logo--nt {
        max-width: 7.6rem;
    }

    .site-header--nt .site-header__icons {
        gap: 0.65rem;
    }

    .site-header--nt .site-header__icon-link {
        width: 2rem;
        height: 2rem;
    }
}

@media (max-width: 991.98px) {
    .site-header--nt .site-header__inner--nt {
        display: grid;
        grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
        grid-template-areas:
            "toggle brand cart"
            "promo promo promo";
        align-items: center;
        width: min(100% - 1.5rem, 720px);
        gap: 0.35rem;
        padding: 0.35rem 0 0.45rem;
    }

    .site-header--nt .site-header__menu-toggle--mobile {
        grid-area: toggle;
        display: inline-flex;
        justify-self: start;
        width: 2.3rem;
        height: 2.3rem;
        border: 0;
        background: transparent;
    }

    .site-header--nt .site-header__menu-toggle .las {
        color: var(--site-primary);
        font-size: 1.85rem;
    }

    .site-header--nt .site-brand--nt {
        grid-area: brand;
        justify-self: center;
        align-self: center;
    }

    .site-header--nt .site-brand__logo--nt {
        max-width: 7.35rem;
    }

    .site-header--nt .site-header__search-row,
    .site-header--nt .site-header__icons-row,
    .site-header--nt .site-header__nav-row {
        display: none;
    }

    .site-header--nt .site-header__mobile-cart {
        grid-area: cart;
        display: inline-flex;
        justify-self: end;
        color: var(--site-primary);
        font-size: 1.35rem;
    }

    .site-header--nt .site-header__promo-row {
        position: relative;
        grid-area: promo;
        display: block;
        width: 100%;
        height: 2.55rem;
        margin-top: 0.1rem;
        overflow: hidden;
    }

    .site-header--nt .site-header__promo-image--full {
        display: none;
    }

    .site-header--nt .site-header__promo-image--slim {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 2.5rem;
        margin: 0 auto;
        object-fit: contain;
    }

    .site-header--nt .site-header__promo-item {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        animation: ntPromoRotate 12s infinite;
    }

    .site-header--nt .site-header__promo-item:nth-child(2) {
        animation-delay: 4s;
    }

    .site-header--nt .site-header__promo-item:nth-child(3) {
        animation-delay: 8s;
    }
}

@media (max-width: 767.98px) {
    .site-header--nt .site-header__top-row,
    .site-header--nt .site-header__search-row,
    .site-header--nt .site-header__promo-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
