.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 {
  background: none;
  border: none;
  cursor: pointer;
  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-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%;
  }
}
/* 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;
  --footer-grey: rgba(204, 204, 204, 1);
  --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;
}

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

ul {
  margin-top: 0;
}

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

@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/*# sourceMappingURL=shared.css.map */
