.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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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;
  text-transform: uppercase;
  align-items: center;
  border-radius: 20px; }

.badge.success {
  background-color: var(--bs-success);
  color: #fff; }

.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-size: 32px;
  line-height: 46px; }

h4, h6 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700; }

h6 {
  font-size: 18px;
  line-height: 28px; }

h6, p {
  margin: 0; }

p {
  padding: 0; }

.body2 {
  font-size: 16px;
  line-height: 24px; }

.body2, .body3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400; }

.body3 {
  font-size: 14px;
  line-height: 20px; }

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

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

.nav-link {
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .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-auto {
  width: auto; }

.col-0 {
  flex: 0 0 auto;
  width: 0; }

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%; }

.col-1_5 {
  flex: 0 0 auto;
  width: 12.5%; }

.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-7 {
  flex: 0 0 auto;
  width: 58.333333%; }

.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%; } }

.close, .mega-menu-content {
  flex: 0 0 auto;
  width: 100%; }

.mega-menu-content {
  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 {
  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:#fff!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;
  --footer-grey:#ccc;
  --Light-text-contrast:#fff;
  --Light-primary-contrast:#fff;
  --bs-font-sans-serif:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;
  --safe-b:env(safe-area-inset-bottom,0px); }

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

*, :after, :before {
  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; }

.-AlertContainer .Icon {
  width: 24px;
  display: inline-block; }

.blur-background {
  transition: filter .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: 0; }

.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: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 37%;
  text-underline-offset: 56%;
  -webkit-text-decoration-color: var(--primary-color);
  text-decoration-color: var(--primary-color); }

.navbar-nav .nav-link {
  padding: 26px 0;
  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.active, .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: var(--primary-color); }

.mobileNavButtons {
  display: none; }

.mobile-search-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  z-index: 1050;
  max-height: 0;
  overflow: hidden;
  transition: max-height .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;
  width: 100%; }

#mainNav-container, .nav-search {
  align-items: center;
  display: flex; }

.nav-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 32px;
  width: auto;
  text-align: right;
  padding-right: 16px;
  gap: 8px;
  background: linear-gradient(90deg, transparent 0, #fff 20px, #fff); }

.nav-search #searchForm {
  display: flex;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width .3s ease-out,opacity .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 .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 button:focus, .nav-search input:focus {
  outline: none; }

.nav-search .btn {
  text-transform: uppercase;
  height: 40px;
  font-size: 14px;
  letter-spacing: .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 0 0 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;
  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;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  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; }

@-webkit-keyframes scale {
  0% {
    transform: scale(1); }
  to {
    transform: scale(1.05); } }

@keyframes scale {
  0% {
    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%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
  transform: scale(1);
  transition: transform .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, transparent, rgba(0, 0, 0, 0.5));
  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 .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: transparent !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 {
  background-color: var(--Grey-200) !important;
  padding-bottom: 132px !important; }

.mega-menu.mobile-dropdown.show, .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: #fff !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: .25rem 0;
  color: var(--text-dark);
  text-decoration: none; }

.dropdown-link:hover {
  color: var(--primary-color); }

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

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

#mainNav {
  left: 0;
  display: flex;
  flex-direction: column; }

#mainNav, #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: #fff;
  display: flex;
  align-items: center; }

#logoContainer.compact {
  height: 72px;
  margin-bottom: 8px; }

#logoContainerTablet {
  display: none; }

.menuPadder {
  padding-top: 0; }

.navbar-brand {
  position: fixed;
  top: 24px;
  transition: top .2s ease; }

.navbar-brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none; }

body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) {
  padding-top: var(--alert-bar-height, 0); }

body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) .navbar-brand {
  top: calc(var(--alert-bar-height, 0px) + 24px); }

body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) .navbar.navbar-sticky {
  top: var(--alert-bar-height, 0); }

body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) .navbar.navbar-sticky .navbar-brand {
  top: calc(var(--alert-bar-height, 0px) + 10px); }

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

.-AlertContainer {
  width: 100%;
  gap: 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }

.-AlertContainer--collapsed {
  display: none; }

nav.navbar {
  border-bottom: 1px solid var(--Grey-200);
  transition: box-shadow .2s ease,background-color .2s ease,top .2s ease;
  background-color: #fff !important;
  position: relative;
  width: 100%;
  z-index: 200; }

nav.navbar.navbar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff !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: #fff; }

#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:after, .navbar-toggler.active .navbar-toggler-icon:before {
  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, #20252b);
  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 a:hover {
  color: var(--Light-text-contrast) !important; }

footer.pageFooter .brand {
  text-align: right; }

footer.pageFooter .brand img {
  margin-bottom: -40px; }

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;
  padding: 0; }

footer.pageFooter .legalInfo .copyright {
  text-align: right; }

footer.pageFooter .flag {
  padding-left: 11px; }

footer.pageFooter .flag img {
  display: block;
  margin: 0; }

footer.pageFooter .separator {
  padding: 0 3px; }

footer.pageFooter .social-icons {
  display: flex;
  margin-left: 8px;
  justify-content: flex-end; }

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:hover, footer.pageFooter li.productLink:hover .gcp-icon {
  color: var(--Light-text-contrast) !important; }

footer.pageFooter li.productLink .gcp-icon, footer.pageFooter li.productLink a {
  color: var(--footer-grey); }

footer.pageFooter li.productLink {
  text-decoration: none; }

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), rgba(0, 0, 0, 0.2)), 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 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  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-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: block;
  color: var(--primary-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .2s ease; }

.claim-dropdown ul li a.dropdown-link .link-text {
  display: block; }

@media (min-width: 900px) and (max-width: 1199px) {
  .desktop-only {
    display: block; }
  .mobile-only {
    display: none !important; }
  .legalInfo {
    height: unset !important;
    text-align: center;
    padding: 16px; }
  .legalInfo .container {
    gap: 0 !important;
    width: 60%; }
  .legalInfo .copyright {
    margin-top: 16px;
    text-align: right; }
  .legalInfo .flag {
    margin-top: 16px; }
  .dropdown-menu {
    padding: 24px 32px 32px 0; }
  .productHeading {
    margin-bottom: 32px; }
  .menuProduct {
    margin-bottom: 24px; }
  .container {
    padding: 0; }
  .navbar {
    position: -webkit-sticky;
    position: sticky; }
  #logoContainer {
    display: none; }
  #navbarContent {
    flex-direction: column; }
  footer.pageFooter .social-icons {
    justify-content: flex-end;
    margin-left: 0; }
  footer.pageFooter .list-unstyled {
    width: 100%;
    margin: 0; }
  footer.pageFooter .mgPromo {
    min-height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/mg-promo.png) 0 64px/95% no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #logoContainerTablet {
    display: block;
    height: 72px;
    border-bottom: 1px solid var(--Grey-200); }
  .navbar-sticky #logoContainerTablet {
    display: none; }
  .navbar-sticky .navbar-nav {
    width: 100%;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px; }
  .navbar-sticky .navbar-nav .nav-item:first-of-type {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  .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); }
  body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) {
    padding-top: var(--alert-bar-height, 48px); }
  body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) .navbar.navbar-sticky {
    top: var(--alert-bar-height, 48px) !important; }
  body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) .navbar.navbar-sticky .navbar-brand {
    top: calc(var(--alert-bar-height, 48px) + 40px); } }

@media (max-width: 899px) {
  .mobile-only {
    display: inline-block;
    margin-left: auto; }
  .desktop-only {
    display: none; }
  #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; }
  body:has(.mega-menu.show) #auxiliaryMenu {
    display: none !important;
    padding-bottom: calc(24px + var(--safe-b)); }
  body:has(.mega-menu.show) #mainNav-container {
    display: none !important; }
  #navbarContent {
    flex-wrap: wrap; }
  .mobile-nav-collapsed {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-20px); }
  .productHeading, .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; }
  .orderInProgress, .productInfo {
    display: none !important; }
  .productColumn, .products {
    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: #fff;
    margin-bottom: 8px; }
  .list-unstyled, .menuProduct {
    border-radius: 8px;
    padding: 24px; }
  .list-unstyled {
    margin-top: 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: -webkit-sticky;
    position: sticky;
    top: var(--alert-bar-height, 0);
    z-index: 1002;
    background: #fff; }
  .navbar-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--alert-bar-height, 0) !important;
    z-index: 1002 !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow .2s; }
  .navbar-collapse {
    position: absolute;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    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; }
  @-webkit-keyframes slideDownBounce {
    0% {
      opacity: 0;
      transform: translateY(-40px) scale(0.9); }
    60% {
      opacity: .8;
      transform: translateY(5px) scale(1.02); }
    to {
      opacity: 1;
      transform: translateY(0) scale(1); } }
  @keyframes slideDownBounce {
    0% {
      opacity: 0;
      transform: translateY(-40px) scale(0.9); }
    60% {
      opacity: .8;
      transform: translateY(5px) scale(1.02); }
    to {
      opacity: 1;
      transform: translateY(0) scale(1); } }
  #navigationMenus .nav-item {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  #navigationMenus .nav-item:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  #navigationMenus .nav-item:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s; }
  #navigationMenus .nav-item:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  #navigationMenus .nav-item:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  #navigationMenus .nav-item:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  #navigationMenus .nav-item:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  #navigationMenus .nav-item:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
  #navigationMenus .nav-item:nth-child(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  #navigationMenus .nav-item:nth-child(9) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s; }
  #navigationMenus .nav-item:nth-child(10) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  #logoContainer, #logoContainer.compact {
    height: 70px !important; }
  #logoContainer {
    margin-bottom: 0 !important;
    width: unset !important;
    min-width: unset !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: 235px;
    display: block; }
  #auxiliaryMenuContent {
    margin: 0 16px 32px;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    gap: 12px;
    flex-direction: column; }
  #auxiliaryMenuContent .separator {
    display: none; }
  #auxiliaryMenuContent .btn-primary {
    padding: 0;
    background-color: #fff !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: #fff; }
  #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: #fff !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: #fff;
    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: 0 !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);
    align-self: center; }
  .mega-menu {
    position: fixed !important;
    top: var(--alert-bar-height, 0) !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100vh - var(--alert-bar-height, 0px)) !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;
    opacity: 1 !important; }
  .mega-menu.show, .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;
    margin-top: 24px;
    margin-bottom: 24px; }
  .mega-menu .close .gcp-icon {
    margin-left: 0;
    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.mobile-only {
    display: block;
    width: calc(100% - 48px);
    margin: 40px 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/mg-promo.png) 90% 10px/85% no-repeat; }
  footer.pageFooter .productLink {
    margin-bottom: 0; }
  footer.pageFooter .brand {
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    justify-content: center; }
  footer.pageFooter .brand .social-icons {
    justify-content: space-between;
    max-width: 600px;
    margin-top: 8px; }
  footer.pageFooter .brand img {
    margin: 0 auto;
    display: block;
    padding-bottom: 40px; }
  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 .container {
    gap: 16px; }
  footer.pageFooter .legalInfo .copyright {
    width: 100%;
    text-align: center; }
  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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform .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 .4s ease-in-out,opacity .3s ease-in-out,padding .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;
    margin-bottom: 0; }
  footer.pageFooter .list-unstyled li {
    padding: 12px 0; }
  .claim-dropdown-wrapper {
    position: static;
    display: flex;
    flex-direction: column; }
  .claim-chevron {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform .3s ease; }
  .claim-chevron.dropdown-close {
    background-image: url(../images/chevron-down.svg); }
  .claim-chevron.dropdown-open {
    background-image: url(../images/chevron-up.svg); }
  .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 .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: underline;
    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); }
  body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) {
    padding-top: var(--alert-bar-height, 0); }
  body:has(.-AlertContainer:not(.-AlertContainer--collapsed)) .navbar.navbar-sticky {
    top: var(--alert-bar-height, 0) !important; } }