.btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 22px;
    text-transform: uppercase;
    align-self: flex-start;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--Light-text-contrast) !important;
}
.btn-primary:hover {
    background-color: #941114 !important;
    border-color: #941114 !important;
}

.badge {
    height: 28px;
    font-size: 12px;
    display: flex;
    font-weight: 700;
    text-decoration: none !important;
    padding: 4px 16px;
    align-self: flex-end;
    align-items: center;
    text-transform: uppercase;
    align-items: center;
    border-radius: 20px;
}
.badge.success {
    background-color: var(--bs-success);
    color: white;
}

.link {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding: 8px 0;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.link:hover {
    color: #941114 !important;
}
.link.link-primary {
    color: var(--primary-color) !important;
}
.link.link-primary:hover {
    color: #aa1b17 !important;
}
.link .gcp-icon {
    width: 16px;
    height: 16px;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

h4 {
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 143.75% */
}

h6 {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

.body2 {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.body3 {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.labelFooter {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}

.dropdown-menu {
    background-color: var(--Light-primary-contrast);
    margin: 0;
}

.nav-link {
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    display: block;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
}

nav.navbar {
    display: flex !important;
    align-items: center;
}

.navbar-nav {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: column;
}

.navbar-brand {
    padding: 5px;
}

@media (min-width: 900px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
}
.col-0 {
    flex: 0 0 auto;
    width: 0%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width: 900px) {
    .col-sm-0 {
        flex: 0 0 auto;
        width: 0%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 900px) and (max-width: 1199px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
/* Custom layout classes to replace col-* classes */
.close {
    flex: 0 0 auto;
    width: 100%;
}

.mega-menu-content {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.productColumn {
    flex: 0 0 auto;
}

.promo-card-wrapper {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .mega-menu-content {
        width: 66.666667%;
    }
    .productColumn {
        width: 50%;
    }
    .promo-card-wrapper {
        width: 33.333333%;
    }
}
/* Container class from Bootstrap */
.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
:root {
    --primary-color: #c21b17;
    --bs-primary: #c21b17 !important;
    --bs-primary-rgb: 194, 27, 23 !important;
    --bs-primary-text-rgb: #ffffff !important;
    --bs-success: #55ab67 !important;
    --text-dark: rgba(0, 0, 0, 0.87);
    --text-muted: #6c757d;
    --text-primary: #20252b;
    --text-primary-light: #20252b;
    --text-secondary: #6f7072;
    --error-light: #ff545c;
    --light-other-outlined-border-23-p: rgba(0, 0, 0, 0.23);
    --Grey-200: #eee;
    --Grey-100: #f5f5f5;
    --Grey-600: #737577;
    --Light-text-contrast: #fff;
    --Light-primary-contrast: #fff;
    --bs-font-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif;
}

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    margin: 0;
    padding: 0;
}

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

ul {
    margin-top: 0;
}

body:has(.mega-menu.show) {
    overflow: hidden;
}
body:has(.mega-menu.show) .blur-background {
    filter: blur(3px);
    pointer-events: none;
    position: relative;
    z-index: -10;
}
body:has(.mega-menu.show) .blur-background::before {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    pointer-events: none;
}

.blur-background {
    transition: filter 0.3s ease;
}

.navbar-nav {
    font-weight: 500;
    color: var(--text-dark);
}
.navbar-nav.container {
    align-items: flex-start;
}
.navbar-nav .nav-item {
    margin-left: 24px;
    padding: 0px 0px;
}
.navbar-nav .nav-item:first-of-type {
    margin-left: 24px;
}
.navbar-nav .nav-item .menu-open {
    color: #c21b17;
}
.navbar-nav .nav-item:has(a.menu-open) {
    padding-bottom: 0px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 37%; /* 5.92px */
    text-underline-offset: 56%;
    text-decoration-color: var(--primary-color);
}
.navbar-nav .nav-link {
    padding: 26px 0px 26px 0px;
    text-align: center;
    font: 700 16px/20px Roboto;
    text-transform: uppercase;
    color: var(--text-primary);
}
.navbar-nav .nav-link .gcp-icon {
    display: none;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    text-decoration: none;
    color: var(--primary-color);
}

.mobileNavButtons {
    display: none;
    z-index: 1;
}

.mobile-search-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #dee2e6;
    z-index: 1050;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.mobile-search-panel.show {
    display: block;
    max-height: 200px;
}
.mobile-search-panel .mobile-search-container {
    padding: 16px;
}

#mainNav-container {
    position: relative;
    min-height: 72px;
    align-items: center;
    display: flex;
    width: 100%;
}

.nav-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 32px;
    width: auto;
    text-align: right;
    padding-right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to right, transparent 0px, white 20px, white 100%);
}
.nav-search #searchForm {
    display: flex;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.3s ease-out, opacity 0.3s ease-out;
}
.nav-search #searchForm.show {
    width: 436px;
    opacity: 1;
}
.nav-search #searchForm .btn-primary {
    border-radius: 4px;
    line-height: 22px;
    border: none !important;
}
.nav-search #search {
    transition: transform 0.3s ease-out;
    z-index: 10;
}
.nav-search #search .expanded {
    display: none;
}
.nav-search #search:active {
    border: none;
}
.nav-search #search.active {
    border: none;
    transform: rotate(-180deg);
}
.nav-search #search.active .collapsed {
    display: none;
}
.nav-search #search.active .expanded {
    margin-bottom: -4px;
    display: inline;
    width: 11px;
    height: 11px;
}
.nav-search input:focus,
.nav-search button:focus {
    outline: none;
}
.nav-search .btn {
    text-transform: uppercase;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.46px;
    font-weight: 700;
}
@media (max-width: 899px) {
    .nav-search {
        display: none;
    }
}

.search-form-control {
    display: flex;
    flex-grow: 1;
    height: 40px;
    border-radius: 0 4px 4px 0;
    padding: 0 12px 0 0;
    border: 1px solid var(--light-other-outlined-border-23-p);
    color: var(--text-primary);
    border-left: none;
    font-size: 16px;
    font-weight: 300;
    margin-right: 8px;
}
.search-form-control:focus {
    outline: none;
}

.search-input-group {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.search-input-group-text {
    display: flex;
    align-items: center;
    border: 1px solid var(--light-other-outlined-border-23-p);
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    color: rgba(0, 0, 0, 0.54);
    padding: 4px 8px 4px 12px;
    height: 40px;
}

#auxiliaryMenu {
    width: 100%;
    background-color: var(--primary-color);
    overflow: visible;
    position: relative;
    z-index: 1200;
}
#auxiliaryMenu .btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 32px 8px 24px;
    height: 40px;
}
#auxiliaryMenu .btn .bi::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
#auxiliaryMenu .btn {
    border-radius: 0;
    margin: 0;
}
#auxiliaryMenu .btn:active, #auxiliaryMenu .btn:hover {
    border-color: transparent;
    background-color: #aa1b17;
    text-decoration: none !important;
}
#auxiliaryMenu .separator {
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 5px;
}

.claim-dropdown-wrapper:hover .btn {
    border-color: transparent !important;
    background-color: #aa1b17 !important;
    text-decoration: none !important;
}

.mobile-only {
    display: none;
}

.dropdown-menu {
    top: 100%;
    padding: 24px 32px 32px 32px;
    box-shadow: 1px 7px 9px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.dropdown-menu .close {
    text-align: right;
    margin-bottom: 16px;
    padding: 0;
    cursor: pointer;
}
.dropdown-menu .close .body3 {
    color: var(--text-secondary);
}
.dropdown-menu .close h3 {
    display: none;
}
.dropdown-menu .close .gcp-icon {
    margin-left: 8px;
    width: 11px;
    height: 11px;
}
.dropdown-menu .productColumn {
    display: flex;
    flex-direction: column;
    padding: 0 24px 0 0;
}
.dropdown-menu .products {
    display: flex;
    padding-right: 24px;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.dropdown-menu .productLink {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.dropdown-menu .productLink a {
    color: var(--text-primary);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
}
.dropdown-menu .productLink a:hover {
    color: var(--primary-color);
}
.dropdown-menu .productLink:has(.badge) a {
    max-width: 60%;
}
.dropdown-menu .productLink .badge {
    margin-left: 8px;
    margin-bottom: auto;
}
.dropdown-menu .buyProduct {
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding: 8px 0;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.dropdown-menu .buyProduct .gcp-icon {
    margin-left: 8px;
}

.badge.light {
    background-color: var(--Grey-200) !important;
    height: 28px;
    color: var(--text-primary) !important;
}
.badge.light .gcp-icon {
    margin-right: 4px !important;
    color: var(--primary-color) !important;
    width: 16px;
    height: 16px;
}

li.productLink {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
li.productLink .gcp-icon {
    color: var(--primary-color);
    margin-right: 8px;
    width: 24px;
    height: 24px;
}

@keyframes scale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}
.promo-card {
    width: 100%;
    max-width: 438px;
    height: 430px;
    position: relative;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-self: flex-end;
}
.promo-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.promo-card:hover img {
    transform: scale(1.05);
}
.promo-card::before {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: inherit;
    pointer-events: none;
}
.promo-card .promo-text {
    height: 100%;
    z-index: 10;
    padding: 24px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.promo-card .promo-text h4 {
    color: var(--Light-text-contrast);
    margin-top: auto;
    margin-bottom: 16px;
}
.promo-card .promo-text .promo-content {
    display: flex;
    flex-direction: column;
}

.promo-card:has(.badge) .promo-text {
    justify-content: space-between;
}
.promo-card:has(.badge) .promo-text h4 {
    margin-top: 0;
}

.mega-menu .container {
    margin: auto;
    flex-wrap: wrap;
    display: flex;
}
@media (min-width: 900px) {
    .mega-menu {
        position: absolute;
        top: 100%;
        max-height: calc(100vh - 111px);
        overflow: auto;
        width: 100vw;
        left: 0;
        right: 0;
        margin-left: calc(-50vw + 50%);
        margin-top: 1px;
        display: none;
        z-index: 10;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        padding-bottom: 40px !important;
    }
    .mega-menu.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
}
.mega-menu.mobile-dropdown {
    position: fixed !important;
    overflow: auto !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 1050 !important;
    display: block !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    will-change: transform, background-color;
}
.mega-menu.mobile-dropdown.show {
    transform: translateX(0) !important;
    background-color: var(--Grey-200) !important;
    padding-bottom: 132px !important;
}
.mega-menu.mobile-dropdown.show .dropdown-menu {
    transform: translateX(0) !important;
}
.mega-menu.mobile-dropdown .dropdown-menu {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 85% !important;
    max-width: 400px !important;
    height: 100% !important;
    background: white !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.2) !important;
    -webkit-overflow-scrolling: touch;
}
.mega-menu.mobile-dropdown .dropdown-menu .container {
    padding: 0 !important;
    height: auto !important;
    min-height: 100% !important;
}

.dropdown-link {
    display: block;
    padding: 0.25rem 0;
    color: var(--text-dark);
    text-decoration: none;
}
.dropdown-link:hover {
    color: var(--primary-color);
}

.promo-card img {
    border-radius: 0.5rem;
}

.promo-text h6 {
    font-size: 1rem;
}

#mainNav {
    width: 100%;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
}

#navigationMenus {
    width: 100%;
    top: 100%;
}

#navbarContent {
    display: flex;
    align-items: flex-start;
    flex-wrap: no-wrap;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    flex: 1;
}

#logoContainer {
    height: 112px;
    width: 360px;
    min-width: 360px;
    flex-shrink: 0;
    padding: 12px 24px;
    transform-origin: left center;
    background: white;
    display: flex;
    align-items: center;
}
#logoContainer.compact {
    height: 72px;
    margin-bottom: 8px;
}

#logoContainerTablet {
    display: none;
}

.menuPadder {
    padding-top: 110px;
}

.navbar-brand {
    position: fixed;
    top: 24px;
}
.navbar-brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: none;
}

.navbar-inner .container {
    width: 100% !important;
}

nav.navbar {
    border-bottom: 1px solid var(--Grey-200);
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    background-color: white !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
}
nav.navbar.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: white !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    height: 70px;
}
nav.navbar.navbar-sticky #mainNav {
    padding-top: 2px;
}
nav.navbar.navbar-sticky #auxiliaryMenu {
    display: none;
}
nav.navbar.navbar-sticky .mega-menu {
    max-height: calc(100vh - 70px);
}

#auxiliaryMenu {
    transform: translateY(0);
    opacity: 1;
    color: white;
}
#auxiliaryMenu btn:last-of-type {
    margin-right: 16px;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navbar-toggler .expanded {
    display: none;
}
.navbar-toggler.active {
    transform: rotate(180deg);
    margin-bottom: 4px;
}
.navbar-toggler.active .navbar-toggler-icon::before, .navbar-toggler.active .navbar-toggler-icon::after {
    background-color: var(--primary-color);
}
.navbar-toggler.active .collapsed {
    display: none;
}
.navbar-toggler.active .expanded {
    display: block;
    width: 18px;
    height: 18px;
}

#auxiliaryMenuContent {
    display: flex;
    justify-content: flex-end;
    overflow: visible;
    position: relative;
}

.menuProduct {
    margin-bottom: 24px;
}

.productIcon {
    padding-right: 16px;
    text-align: right;
    margin-bottom: 32px;
}

.orderInProgress {
    display: flex;
    padding: 10px 8px;
    border-radius: 8px;
    background: var(--Grey-200);
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 64px;
    margin-bottom: 24px;
}
.orderInProgress div {
    padding-left: 16px;
}
.orderInProgress p {
    font-weight: 700;
}
.orderInProgress .link {
    padding-top: 2px !important;
}

.productInfo {
    display: flex;
    width: 100%;
    border-top: 1px solid var(--Grey-200);
    padding-top: 24px;
    margin-top: 32px;
}
.productInfo svg {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    color: var(--error-light);
}
.productInfo p {
    color: var(--text-primary-light);
    margin-top: 2px;
    font-weight: 300;
}

footer.pageFooter {
    background: linear-gradient(45deg, #6f7072 0%, #20252b 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 64px;
    position: relative;
    color: var(--Light-primary-contrast);
}
footer.pageFooter a {
    color: var(--Light-primary-contrast);
    text-decoration: none;
}
footer.pageFooter .links {
    display: flex;
    flex-direction: row;
    margin-top: 64px;
    align-items: flex-start !important;
}
footer.pageFooter {
    gap: 64px;
}
footer.pageFooter .container {
    flex-direction: row;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
footer.pageFooter .legalInfo {
    height: 48px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    background: var(--Grey-600);
}
footer.pageFooter .legalInfo .container {
    display: flex;
    align-items: center;
    gap: 21px;
}
footer.pageFooter .flag {
    padding-left: 11px;
}
footer.pageFooter .flag img {
    display: block;
    margin: 0;
}
footer.pageFooter .separator {
    padding: 0px 3px;
}
footer.pageFooter .social-icons {
    display: flex;
    margin-left: 8px;
}
footer.pageFooter .social-icons a {
    padding: 8px;
}
footer.pageFooter .social-icons img {
    margin: 0;
}
footer.pageFooter .list-unstyled {
    float: left;
    width: 50%;
}
footer.pageFooter li.productLink {
    font-weight: 300;
}
footer.pageFooter li.productLink .gcp-icon {
    color: var(--Light-primary-contrast);
}
footer.pageFooter .labelFooter {
    margin-bottom: 24px;
}
footer.pageFooter .mgPromo {
    width: 100%;
    min-height: 160px;
    float: left;
    border-radius: 8px;
    padding: 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../images/mg-promo.png") 90% 10px/65% no-repeat;
}
footer.pageFooter .mgPromo .qr {
    width: 64px;
    height: 64px;
    margin-top: 8px;
    border-radius: 4px;
}
footer.pageFooter .mgPromo .qr img {
    border-radius: 4px;
}
footer.pageFooter .mgPromo .desktop-only {
    display: block;
}
footer.pageFooter .mgPromo .mobile-only {
    display: none !important;
}

.claim-dropdown-wrapper {
    position: relative;
    display: inline-block;
}
.claim-dropdown-wrapper:hover .claim-dropdown {
    display: block;
}

.claim-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 280px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0;
    z-index: 1100;
    margin-top: 0;
}
.claim-dropdown.show {
    display: block;
}
.claim-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.claim-dropdown ul li:hover {
    background-color: var(--Grey-100);
    color: var(#aa1b17);
}
.claim-dropdown ul li:first-of-type {
    margin-top: 8px;
}
.claim-dropdown ul li {
    margin: 0;
    padding: 16px;
}
.claim-dropdown ul li a.dropdown-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    display: block;
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    transition: background-color 0.2s ease;
}
.claim-dropdown ul li a.dropdown-link .link-text {
    display: block;
}

@media (min-width: 900px) and (max-width: 1199px) {
    .dropdown-menu {
        padding: 24px 32px 32px 0;
    }
    .productHeading {
        margin-bottom: 32px;
    }
    .menuProduct {
        margin-bottom: 24px;
    }
    .container {
        padding: 0;
    }
    .navbar {
        position: sticky;
    }
    #logoContainer {
        display: none;
    }
    #navbarContent {
        flex-direction: column;
    }
    footer.pageFooter .social-icons {
        justify-content: flex-end;
        margin-left: 0;
    }
    #logoContainerTablet {
        display: block;
        height: 72px;
        border-bottom: 1px solid var(--Grey-200);
    }
    .navbar-brand {
        position: absolute;
        top: 40px;
        padding: 20px 24px;
    }
    .navbar-brand img {
        height: 37px;
        width: 232px;
    }
    .nav-search {
        top: -36px;
    }
    .productInfo {
        margin-left: 32px;
    }
    .brand {
        padding-left: 24px;
        padding-right: 24px;
        text-align: right;
    }
    .brand img {
        margin-bottom: -20px;
    }
    .links {
        margin: 0 24px;
        width: calc(100% - 48px);
    }
}
@media (max-width: 899px) {
    .mobile-only {
        display: inline-block;
        margin-left: auto;
    }
    #auxiliaryMenuContent .btn-primary {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #logoContainerTablet {
        display: none;
    }
    body:has(.mega-menu.show) .blur-background {
        filter: none !important;
        position: unset !important;
    }
    body:has(.mega-menu.show) .blur-background::before {
        content: "";
        background-color: transparent !important;
    }
    #navbarContent {
        flex-wrap: wrap;
    }
    .mobile-nav-collapsed {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transform: translateY(-20px);
    }
    .productHeading {
        display: none !important;
    }
    .productIcon {
        display: none !important;
    }
    .mobileNavButtons {
        gap: 10px;
        margin-right: 16px;
        display: flex;
        align-items: center;
        margin-top: 23px;
    }
    .mobileNavButtons button {
        border: none;
        background-color: transparent;
        color: var(--primary-color);
    }
    .mobileNavButtons {
        margin-left: auto;
    }
    .productInfo,
    .orderInProgress {
        display: none !important;
    }
    .products {
        padding: 0 !important;
    }
    .productColumn {
        padding: 0 !important;
    }
    .promo-card {
        margin-top: 16px;
        max-width: 100%;
        width: 100%;
    }
    .mobile-nav-expanded {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .menuProduct {
        background: white;
        border-radius: 8px;
        padding: 24px;
        margin-bottom: 8px;
    }
    .list-unstyled {
        border-radius: 8px;
        margin-top: 24px;
        padding: 24px;
    }
    .list-unstyled li:last-of-type {
        margin-bottom: 0 !important;
    }
    .list-unstyled .productLink {
        margin-bottom: 32px;
    }
    .dropdown-menu .container {
        width: 100% !important;
        margin: 0 !important;
        max-width: 100% !important;
    }
    nav.navbar {
        position: sticky;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 1000;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .navbar-collapse.mobile-nav-collapsed {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transform: translateY(-30px) scale(0.95);
        pointer-events: none;
    }
    .navbar-collapse.mobile-nav-expanded {
        display: flex !important;
        visibility: visible;
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: all;
    }
    @keyframes slideDownBounce {
        0% {
            opacity: 0;
            transform: translateY(-40px) scale(0.9);
        }
        60% {
            opacity: 0.8;
            transform: translateY(5px) scale(1.02);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
    #navigationMenus .nav-item {
        animation-fill-mode: both;
    }
    #navigationMenus .nav-item:nth-child(1) {
        animation-delay: 0s;
    }
    #navigationMenus .nav-item:nth-child(2) {
        animation-delay: 0.1s;
    }
    #navigationMenus .nav-item:nth-child(3) {
        animation-delay: 0.2s;
    }
    #navigationMenus .nav-item:nth-child(4) {
        animation-delay: 0.3s;
    }
    #navigationMenus .nav-item:nth-child(5) {
        animation-delay: 0.4s;
    }
    #navigationMenus .nav-item:nth-child(6) {
        animation-delay: 0.5s;
    }
    #navigationMenus .nav-item:nth-child(7) {
        animation-delay: 0.6s;
    }
    #navigationMenus .nav-item:nth-child(8) {
        animation-delay: 0.7s;
    }
    #navigationMenus .nav-item:nth-child(9) {
        animation-delay: 0.8s;
    }
    #navigationMenus .nav-item:nth-child(10) {
        animation-delay: 0.9s;
    }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    #logoContainer.compact {
        height: 70px !important;
    }
    #logoContainer {
        margin-bottom: 0 !important;
        width: unset !important;
        min-width: unset !important;
        height: 70px !important;
    }
    #navigationMenus {
        overflow: auto;
        max-height: calc(100vh - 70px);
        background-color: var(--Grey-200);
    }
    #navigationMenus > div {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    #auxiliaryMenu {
        background-color: var(--Grey-200);
    }
    #auxiliaryMenu .btn:hover {
        text-decoration: underline !important;
    }
    .navbar-brand {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        padding: 0 !important;
    }
    .navbar-brand img {
        height: 38px;
        width: 237px;
        display: block;
    }
    #auxiliaryMenuContent {
        margin: 0 16px 32px 16px;
        background-color: white;
        border-radius: 8px;
        padding: 24px;
        gap: 12px;
        flex-direction: column;
    }
    #auxiliaryMenuContent .separator {
        display: none;
    }
    #auxiliaryMenuContent .btn-primary {
        padding: 0;
        background-color: white !important;
        color: var(--text-primary) !important;
        border: none !important;
        text-decoration: underline !important;
        font-size: 18px;
        font-weight: 700 !important;
        line-height: 24px !important;
        text-transform: none !important;
    }
    #auxiliaryMenuContent .btn-primary:hover {
        background-color: #941114;
        color: white;
    }
    #auxiliaryMenuContent .btn-primary .gcp-icon {
        margin-right: 8px;
        color: var(--primary-color) !important;
    }
    .claim-dropdown-wrapper .btn-primary {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        text-decoration: underline !important;
    }
    .claim-dropdown-wrapper:hover .btn-primary,
    .claim-dropdown.show ~ #claimDropdownToggle {
        background-color: white !important;
        text-decoration: underline !important;
    }
    .navbar.navbar-sticky #auxiliaryMenu {
        display: block !important;
        width: 100%;
    }
    .nav-search {
        display: none;
    }
    #mainNav {
        padding-top: 0;
    }
    #mainNav-container {
        background-color: var(--Grey-200);
    }
    .navbar-nav {
        width: 100%;
        margin: 24px 16px;
        background-color: white;
        border-radius: 8px;
        padding: 24px;
        gap: 24px;
    }
    .nav-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    .nav-item:first-of-type {
        margin-left: 0 !important;
    }
    .nav-item:has(a.menu-open) {
        border: 0 !important;
    }
    .nav-link {
        display: flex;
        justify-content: space-between;
        text-transform: none !important;
        text-decoration: underline;
        font-size: 26px !important;
        padding: 0px !important;
        line-height: 36px !important;
        font-weight: 700 !important;
        height: 40px;
    }
    .nav-link .gcp-icon {
        width: 24px;
        height: 24px;
        display: block !important;
        color: var(--primary-color);
    }
    .mega-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 1050 !important;
        display: none !important;
        transform: translateX(100%) !important;
        opacity: 0 !important;
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        will-change: transform, opacity;
    }
    .mega-menu.show {
        display: block !important;
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
    .mega-menu.show .dropdown-menu {
        transform: translateX(0) !important;
    }
    .mega-menu .close {
        border-bottom: 1px solid var(--Grey-200);
        margin-bottom: 0 !important;
    }
    .mega-menu .close .body3 {
        display: none;
    }
    .mega-menu .close h3 {
        display: flex;
        font-size: 26px;
        align-items: center;
        gap: 16px;
    }
    .mega-menu .close .gcp-icon {
        margin-left: 0px;
        width: 24px;
        height: 24px;
        color: var(--text-secondary);
    }
    .mega-menu .dropdown-menu .container {
        padding: 24px !important;
    }
    .mega-menu .dropdown-menu .menuProduct {
        padding: 20px 0;
        border-bottom: 1px solid var(--Grey-100);
    }
    .mega-menu .dropdown-menu .menuProduct:last-child {
        border-bottom: none;
    }
    .mega-menu .dropdown-menu .col-md-6,
    .mega-menu .dropdown-menu .col-md-8,
    .mega-menu .dropdown-menu .col-md-12 {
        margin-bottom: 24px;
    }
    .mega-menu .dropdown-menu .col-md-6:last-child,
    .mega-menu .dropdown-menu .col-md-8:last-child,
    .mega-menu .dropdown-menu .col-md-12:last-child {
        margin-bottom: 0;
    }
    .mega-menu .dropdown-menu .promo-card {
        width: 100% !important;
        height: 200px !important;
        margin-bottom: 16px;
    }
    footer.pageFooter {
        gap: 0;
    }
    footer.pageFooter .mgPromo.desktop-only {
        display: none !important;
    }
    footer.pageFooter .mgPromo.mobile-only {
        display: block;
        width: calc(100% - 48px);
        margin: 40px 24px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/mg-promo.png) 90% 10px/85% no-repeat;
    }
    footer.pageFooter .productLink {
        margin-bottom: 0;
    }
    footer.pageFooter .links {
        margin: 0 24px;
        width: calc(100% - 48px);
        flex-direction: column;
        gap: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        overflow: hidden;
        padding: 0;
    }
    footer.pageFooter .legalInfo {
        text-align: center;
        height: unset;
        padding-top: 32px;
    }
    footer.pageFooter .legalInfo a {
        text-decoration: underline;
    }
    footer.pageFooter .legalInfo .copyright {
        width: 100%;
    }
    footer.pageFooter .legalInfo .copyright .body3 {
        gap: 16px;
        display: flex;
        flex-direction: column;
    }
    footer.pageFooter .legalInfo .copyright .separator {
        display: none;
    }
    footer.pageFooter .legalInfo .flag {
        width: 100%;
    }
    footer.pageFooter .legalInfo .flag img {
        margin: 0 auto;
    }
    footer.pageFooter .footer-accordion-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 24px;
    }
    footer.pageFooter .footer-accordion-item:last-child {
        border-bottom: none;
    }
    footer.pageFooter .footer-accordion-header {
        cursor: pointer;
        position: relative;
        padding: 20px 0;
        margin-bottom: 0;
        user-select: none;
    }
    footer.pageFooter .footer-accordion-header::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.3s ease;
    }
    footer.pageFooter .footer-accordion-header.active::after {
        transform: translateY(-50%) rotate(180deg);
    }
    footer.pageFooter .footer-accordion-content {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0;
        margin: 0;
        transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s ease-in-out;
    }
    footer.pageFooter .footer-accordion-content.show {
        max-height: 2000px;
        opacity: 1;
        padding-bottom: 20px;
    }
    footer.pageFooter .list-unstyled {
        width: 100%;
        float: none;
        margin-top: 0;
        padding: 0;
    }
    .claim-dropdown-wrapper {
        position: static;
        display: flex;
        flex-direction: column;
    }
    .claim-dropdown {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .claim-dropdown.show {
        max-height: 500px;
    }
    .claim-dropdown ul {
        padding-top: 8px;
    }
    .claim-dropdown ul li {
        padding: 0;
    }
    .claim-dropdown ul li a.dropdown-link {
        padding: 12px 0 12px 32px;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        text-transform: none;
        color: var(--text-primary);
        background-color: transparent;
    }
    .claim-dropdown ul li a.dropdown-link:hover {
        background-color: transparent;
        color: var(--primary-color);
    }
    .brand {
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
        justify-content: center;
    }
    .brand .social-icons {
        justify-content: space-between;
        max-width: 600px;
        margin-top: 8px;
    }
    .brand img {
        margin: 0 auto;
        display: block;
        padding-bottom: 40px;
    }
}

.gcp-icon path {
    stroke: none;
}
nav.navbar .mobileNavButtons{
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: 16px;
}
nav.navbar .mobileNavButtons > button{
    width: 31px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
nav.navbar #mobileNavToggler{
    position: relative;
}
@media (max-width: 899px) {
    .mobileNavButtons {
        margin-top: 3px;
    }
}