/*!* Bootstrap v4.1.1 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
:root {
  --primary: #34871b;
  --primary-alt: #8dc542;
  --secondary: #be1e24;
  --tertiary: #f4f2f1;
  --success: #34871b;
  --info: #027fdd;
  --warning: yellow;
  --green-msg: #00a94d;
  --danger: #ed001c;
  --error: #ed001c;
  --light: #f4f2f1;
  --dark: #343a40;
  --promo: #be1e24;
  --mint: rgba(141, 197, 66, 0.2);
  --peach: rgba(255, 94, 0, 0.2);
  --plum: #720eb4;
  --bright-red: #ed001c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --breakpoint-xxl: 1680px;
  --font-family-sans-serif: "Hind", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-primary: "Hind", sans-serif;
  --font-family-secondary: "Hind", sans-serif;
  --scroll-bar: 8px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

header,
nav {
  display: block;
}

body header#header,
body div.header-banner {
  margin: 0;
  font-family: "Hind", sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #34871b;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #1b470e;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1 {
  margin-bottom: 0.5rem;
  font-family: hind, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 24px;
}
h1 {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 27px;
  }
}
h1 {
  font-weight: 400;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 1024px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .d-lg-none {
    display: none;
  }
}
.col-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 1023.98px) {
  .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #245d13;
  border-color: #205210;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 135, 27, 0.5);
}
.btn-primary-alt:not(:disabled):not(.disabled):active,
.btn-primary-alt:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #72a232;
  border-color: #6b982f;
}
.btn-primary-alt:not(:disabled):not(.disabled):active:focus,
.btn-primary-alt:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 197, 66, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #92171c;
  border-color: #87151a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ded7d4;
  border-color: #d8d1cd;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 242, 241, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #245d13;
  border-color: #205210;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 135, 27, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0262aa;
  border-color: #015b9e;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 127, 221, 0.5);
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #cc0;
  border-color: #bfbf00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-green-msg:not(:disabled):not(.disabled):active,
.btn-green-msg:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #007636;
  border-color: #006930;
}
.btn-green-msg:not(:disabled):not(.disabled):active:focus,
.btn-green-msg:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 77, 0.5);
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ba0016;
  border-color: #ad0014;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 28, 0.5);
}
.btn-error:not(:disabled):not(.disabled):active,
.btn-error:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ba0016;
  border-color: #ad0014;
}
.btn-error:not(:disabled):not(.disabled):active:focus,
.btn-error:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 28, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ded7d4;
  border-color: #d8d1cd;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 242, 241, 0.5);
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-promo:not(:disabled):not(.disabled):active,
.btn-promo:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #92171c;
  border-color: #87151a;
}
.btn-promo:not(:disabled):not(.disabled):active:focus,
.btn-promo:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
.btn-mint:not(:disabled):not(.disabled):active,
.btn-mint:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(114, 162, 50, 0.2);
  border-color: rgba(107, 152, 47, 0.2);
}
.btn-mint:not(:disabled):not(.disabled):active:focus,
.btn-mint:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 197, 66, 0.5);
}
.btn-peach:not(:disabled):not(.disabled):active,
.btn-peach:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(204, 75, 0, 0.2);
  border-color: rgba(191, 71, 0, 0.2);
}
.btn-peach:not(:disabled):not(.disabled):active:focus,
.btn-peach:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.5);
}
.btn-plum:not(:disabled):not(.disabled):active,
.btn-plum:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #540a85;
  border-color: #4d0979;
}
.btn-plum:not(:disabled):not(.disabled):active:focus,
.btn-plum:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 14, 180, 0.5);
}
.btn-bright-red:not(:disabled):not(.disabled):active,
.btn-bright-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ba0016;
  border-color: #ad0014;
}
.btn-bright-red:not(:disabled):not(.disabled):active:focus,
.btn-bright-red:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 28, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #34871b;
  border-color: #34871b;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 135, 27, 0.5);
}
.btn-outline-primary-alt:not(:disabled):not(.disabled):active,
.btn-outline-primary-alt:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #8dc542;
  border-color: #8dc542;
}
.btn-outline-primary-alt:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-alt:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 197, 66, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #be1e24;
  border-color: #be1e24;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f4f2f1;
  border-color: #f4f2f1;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 242, 241, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #34871b;
  border-color: #34871b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 135, 27, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #027fdd;
  border-color: #027fdd;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 127, 221, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ff0;
  border-color: #ff0;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-outline-green-msg:not(:disabled):not(.disabled):active,
.btn-outline-green-msg:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00a94d;
  border-color: #00a94d;
}
.btn-outline-green-msg:not(:disabled):not(.disabled):active:focus,
.btn-outline-green-msg:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 77, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ed001c;
  border-color: #ed001c;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 28, 0.5);
}
.btn-outline-error:not(:disabled):not(.disabled):active,
.btn-outline-error:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ed001c;
  border-color: #ed001c;
}
.btn-outline-error:not(:disabled):not(.disabled):active:focus,
.btn-outline-error:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 28, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f4f2f1;
  border-color: #f4f2f1;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 242, 241, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-promo:not(:disabled):not(.disabled):active,
.btn-outline-promo:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #be1e24;
  border-color: #be1e24;
}
.btn-outline-promo:not(:disabled):not(.disabled):active:focus,
.btn-outline-promo:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
.btn-outline-mint:not(:disabled):not(.disabled):active,
.btn-outline-mint:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: rgba(141, 197, 66, 0.2);
  border-color: rgba(141, 197, 66, 0.2);
}
.btn-outline-mint:not(:disabled):not(.disabled):active:focus,
.btn-outline-mint:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 197, 66, 0.5);
}
.btn-outline-peach:not(:disabled):not(.disabled):active,
.btn-outline-peach:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(255, 94, 0, 0.2);
  border-color: rgba(255, 94, 0, 0.2);
}
.btn-outline-peach:not(:disabled):not(.disabled):active:focus,
.btn-outline-peach:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.5);
}
.btn-outline-plum:not(:disabled):not(.disabled):active,
.btn-outline-plum:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #720eb4;
  border-color: #720eb4;
}
.btn-outline-plum:not(:disabled):not(.disabled):active:focus,
.btn-outline-plum:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 14, 180, 0.5);
}
.btn-outline-bright-red:not(:disabled):not(.disabled):active,
.btn-outline-bright-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ed001c;
  border-color: #ed001c;
}
.btn-outline-bright-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-bright-red:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 28, 0.5);
}
.d-flex {
  display: flex !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
}
body::after {
  content: "mobile";
  display: none;
}
@media (min-width: 576px) {
  body::after {
    content: "tablet";
  }
}
@media (min-width: 1024px) {
  body::after {
    content: "desktop";
  }
}
.input-text {
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: normal;
  max-width: 427px;
  padding: 7px 10px 7px 12px;
  text-indent: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .input-text {
    font-size: 15px;
    padding: 7px 10px 7px 12px;
  }
}
.input-text:not(.c-qty__input) {
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 36px;
}
img {
  max-width: 100%;
}
.input-text {
  -webkit-appearance: none;
  appearance: none;
}
.input-text.valid {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdMYXllcl8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzE0cHgnIGhlaWdodD0nMTRweCcgdmlld0JveD0nMCAwIDE0IDE0JyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNCAxNCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+IDx0aXRsZT5DNjZCMUI2NS1BNTk0LTRDMzktOTU5My0wOEE1ODlFOEM3QjU8L3RpdGxlPiA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+IDxnIGlkPSdTeW1ib2xzJz4gPGcgaWQ9J0NvbXBhcmUtX3gyRl8tZmlsbGVkJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtNTkuMDAwMDAwLCAtMi4wMDAwMDApJz4gPGcgaWQ9J0NoZWNrLV94MkZfLWZpbGxlZCcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoNTkuMDAwMDAwLCAyLjAwMDAwMCknPiA8cGF0aCBpZD0nTGluZS0zJyBmaWxsPSdub25lJyBzdHJva2U9JyMwMDdBQzMnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0nc3F1YXJlJyBkPSdNMy41LDcuNWwxLDEnLz4gPHBhdGggaWQ9J0xpbmUtNCcgZmlsbD0nIzBGN0FDMCcgc3Ryb2tlPScjMDA3QUMzJyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3NxdWFyZScgZD0nTTUuNSw5LjVsNS01Jy8+IDwvZz4gPC9nPiA8L2c+IDwvc3ZnPg==);
}
.input-text.no-validate {
  background: 0 0;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.nav-mobile-menu-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  margin-top: 1px;
  padding: 0;
}
#navigation {
  color: #000;
}
#navigation ul,
#navigation li {
  list-style: none;
}
#navigation a,
#navigation a:hover {
  color: inherit;
}
@media (min-width: 1074px) {
  #navigation .level-1 > li > a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .menu-utility-user {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }
  .menu-utility-user a {
    color: inherit;
  }
}
@media (min-width: 1024px) {
  .menu-utility-user .user-info {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .header-banner__util--right .menu-utility-user__item {
    margin-left: 25px;
  }
}
@media (min-width: 1245px) {
  .header-banner__util--right .menu-utility-user__item {
    margin-left: 25px;
  }
}
.menu-utility-user .locale-select {
  min-width: 3.2em;
}
.header-banner {
  --header-banner-background-color: #34871b;
  --header-banner-color: #fff;
  background-color: #34871b;
  background-color: var(--header-banner-background-color);
  color: #fff;
  color: var(--header-banner-color);
  overflow: hidden;
  position: relative;
  max-height: 75px;
  transition: max-height 0.25s;
  z-index: 995;
}
@media (max-width: 1023.98px) {
  .header-banner {
    display: none;
  }
}
.header-banner a {
  font-size: 13px;
  font-weight: 500px;
}
.header-banner a,
.header-banner a:hover {
  color: inherit;
}
.header-banner__banner {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 0.5;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023.98px) {
  .header-banner__banner.mobile-only {
    background-color: #34871b;
    z-index: 101;
    position: relative;
  }
}
.header-banner__banner .svg-symbol {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.header-banner__banner p {
  align-items: center;
  display: flex;
  line-height: 1.2;
  justify-content: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .header-banner {
    max-height: none;
    overflow: visible;
  }
}
.header-banner__util {
  display: none;
  min-width: 16rem;
}
@media (min-width: 1024px) {
  .header-banner__util {
    display: block;
  }
}
.header-banner__util--right {
  text-align: right;
}
.header-banner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 36px;
  margin: auto;
}
@media (min-width: 1024px) {
  .header-banner-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  .header-banner-container {
    max-width: 1440px;
  }
}
@media (min-width: 1024px) {
  .header-banner-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
#header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 993;
}
#header .header-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
  display: flex;
  height: 53px;
  justify-content: space-between;
  margin: auto;
  position: relative;
  z-index: 101;
  background: #fff;
}
@media (min-width: 1024px) {
  #header .header-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  #header .header-container {
    max-width: 1440px;
  }
}
#header .header-container .email-signup-header-mobile {
  margin: 1px 0 0 30%;
}
#header .stores-link {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  padding: 0 0 1px;
}
#header .stores-link__label {
  font-weight: 300;
  line-height: 1.2;
  padding-right: 4px;
  text-align: right;
}
@media (min-width: 768px) {
  #header:not(.header--fr) {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .header-container {
    align-items: center;
    height: 72px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .header-container__left {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .header-container__right {
    flex-shrink: 1;
    display: block;
    height: 100%;
    width: 445px;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .stores-link {
    margin-right: 3px;
  }
}
@media (max-width: 1023.98px) {
  #header:not(.header--fr) .stores-link__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .stores-link__label {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .primary-logo {
    flex-shrink: 1;
    margin: 1px 1.25rem 0 0;
    text-align: left;
    width: 445px;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .primary-logo a {
    max-width: 100%;
    width: 192px;
  }
}
@media (max-width: 1023.98px) {
  #header:not(.header--fr) .header-search {
    box-shadow: 0 20px 30px -5px rgba(116, 116, 116, 0.5);
    padding: 0 20px 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 101;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .header-search {
    flex-shrink: 2;
    display: block;
    flex-basis: 550px;
    min-width: 550px;
  }
  #header:not(.header--fr) .header-search.mobile-only {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #header:not(.header--fr) #navigation {
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: normal;
    margin-top: 1px;
    max-height: calc(100vh - 100%);
    max-width: 100vw;
    position: absolute;
    top: 100%;
    left: -330px;
    z-index: 1005;
    transition: transform 0.3s;
    width: 330px;
  }
  #header:not(.header--fr) #navigation ul,
  #header:not(.header--fr) #navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header:not(.header--fr) #navigation ul,
  #header:not(.header--fr) #navigation li,
  #header:not(.header--fr) #navigation a {
    display: block;
  }
  #header:not(.header--fr) #navigation li {
    font-size: 15px;
    font-weight: 500;
  }
  #header:not(.header--fr) #navigation .level-1 > li {
    font-weight: 500;
  }

  #header:not(.header--fr) #navigation .level-1 > li > a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzAnIHk9JzAnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCwgMCwgMjQsIDI0Jz48ZyBpZD0nTGF5ZXJfMSc+PHBhdGggZD0nTTEzLjA2LDEyIEw4LjUzLDcuNDcgTDkuNDcsNi41MyBMMTQuOTQsMTIgTDkuNDcsMTcuNDcgTDguNTMsMTYuNTMgeicgZmlsbD0nIzM0ODcxYicgaWQ9J2EnLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: calc(100% + 6px) center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
  }
  #header:not(.header--fr) #navigation .level-1 > li > a,
  #header:not(.header--fr) #navigation .level-1 > li > a:hover {
    margin-left: 20px;
    margin-right: 20px;
    padding: 13px 0;
  }
  #header:not(.header--fr) #navigation .level-1 > li.has-sub-menu > a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzAnIHk9JzAnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCwgMCwgMjQsIDI0Jz48ZyBpZD0nTGF5ZXJfMScgZmlsbD0nIzM0ODcxYic+PHBhdGggZD0nTTEyLjE2NSwxMi4xNjUgTDEyLjE2NSwxNi41IEwxMC44MzUsMTYuNSBMMTAuODM1LDEyLjE2NSBMNi41LDEyLjE2NSBMNi41LDEwLjgzNSBMMTAuODM1LDEwLjgzNSBMMTAuODM1LDYuNSBMMTIuMTY1LDYuNSBMMTIuMTY1LDEwLjgzNSBMMTYuNSwxMC44MzUgTDE2LjUsMTIuMTY1IHonIGZpbGw9JyMzNDg3MWInIC8+PC9nPjwvc3ZnPg==);
    border: 0;
  }
  #header:not(.header--fr) #navigation .menu-utility-user-mobile a,
  #header:not(.header--fr) #navigation .menu-utility-user-mobile a:hover {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 13px 20px;
    text-transform: none;
  }
  #header:not(.header--fr) #navigation .menu-utility-user-mobile {
    background-color: #34871b;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 10px;
    padding-bottom: 100px;
  }
  #header:not(.header--fr) #navigation .menu-utility-user-mobile a,
  #header:not(.header--fr) #navigation .menu-utility-user-mobile a:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header:not(.header--fr) #navigation .menu-utility-user-mobile .user-info > a {
    align-items: center;
    background-image: none;
    display: flex;
  }
  #header:not(.header--fr) #navigation .menu-utility-user-mobile .locale-select {
    margin: 10px 0;
    margin-left: 20px;
  }
  #header:not(.header--fr) #navigation .menu-utility-user-mobile .locale-select a,
  #header:not(.header--fr) #navigation .menu-utility-user-mobile .locale-select a:hover {
    display: inline-block;
    padding: 0 !important;
  }
  #header:not(.header--fr) #navigation .menu-utility-user-mobile .locale-select a + a {
    margin-left: 25px;
  }
  .header-search .header-search__input {
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) .nav-mobile-menu-toggle {
    display: none;
  }
  #header:not(.header--fr) #navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    display: flex;
    flex: 1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  #header:not(.header--fr) #navigation a {
    display: inline-block;
  }
  #header:not(.header--fr) #navigation a,
  #header:not(.header--fr) #navigation a:hover {
    color: inherit;
  }
  #header:not(.header--fr) #navigation a:hover {
    text-decoration: underline;
  }
  #header:not(.header--fr) #navigation .menu-category {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1074px) {
  #header:not(.header--fr) #navigation .menu-category {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) #navigation .menu-category > li:hover > a {
    background-color: transparent;
  }
  #header:not(.header--fr) #navigation .level-1 > li {
    font-size: 14px;
    font-weight: 500;
  }
  #header:not(.header--fr) #navigation .level-1 > li > a {
    position: relative;
    padding: 16px;
  }
  #header:not(.header--fr) #navigation .level-1 > li > a,
  #header:not(.header--fr) #navigation .level-1 > li > a:hover {
    float: none;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }
  #header:not(.header--fr) #navigation .level-1 > li > a::before {
    background-color: transparent;
    content: "";
    display: block;
    height: 3px;
    margin-top: -5px;
    position: absolute;
    top: 100%;
    transition: background-color 0.2s;
  }
  #header:not(.header--fr) #navigation .level-1 > li:hover > a::before {
    background-color: #34871b;
  }
}
@media (min-width: 1024px) {
  #header:not(.header--fr) #navigation .menu-utility-user-mobile {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #header .header-search.mobile-only {
    position: relative;
    padding: 0;
    box-shadow: none;
    display: block;
  }
  #header .header-search.desktop-only {
    display: none;
  }
}
.primary-logo {
  line-height: 0;
}
.primary-logo a {
  display: inline-block;
  max-width: 134px;
}
.header-search {
  display: none;
  background-color: #fff;
  position: relative;
}
.header-search:focus-within .header-search__container {
  border: 2px solid #eaf4db;
  outline: 1px solid #02a94d;
}
.header-search .header-search__container {
  border: 1px solid #8dc542;
  display: flex;
  max-width: 100%;
}
.header-search .header-search__input {
  border: 0;
  /* font-size:16px; */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.45;
  max-width: none;
  padding: 6px 0 6px 8px;
  width: 100%;
}
.header-search .header-search__input:focus {
  outline: 0;
}
.header-search .header-search__submit {
  align-items: center;
  background: 0 0;
  border: none;
  display: flex;
  justify-content: center;
  min-width: 40px;
  padding: 0;
}
.locale-select a,
.locale-select a:hover {
  border-bottom: 1.5px solid transparent;
  display: inline-block;
  font-size: 0.9285em;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.locale-select a.is-active,
.locale-select a:hover.is-active {
  border-color: rgba(255, 255, 255, 0.4);
}
.locale-select a + a {
  margin-left: 0.5em;
}
.mobile-only {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-only {
    display: block;
  }
}
.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}
#mini-cart {
  position: relative;
  z-index: 1015;
}
@media (min-width: 1024px) {
  #mini-cart {
    margin-left: 17px;
  }
}
.mini-cart-total {
  border-bottom: 3px solid transparent;
  position: relative;
  transition: border-color 0.2s;
}
@media (min-width: 1024px) {
  .mini-cart-total {
    display: block;
    height: 100%;
  }
}
.mini-cart-total .mini-cart-link {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.5;
  padding: 4px 0 0;
}
@media (min-width: 1024px) {
  .mini-cart-total .mini-cart-link {
    height: 100%;
    padding: 3px 14px 0 0;
  }
}

/* for submenu */
@media (min-width: 1024px) {
  /* for submenu */
  #header:not(.header--fr) #navigation .level-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    /* border-top: 1px solid rgba(0, 0, 0, .1);
        border-bottom: 3px solid #34871b; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    color: #343a40;
    visibility: hidden;
    line-height: 2.31;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    top: 100%;
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
    z-index: 1;
  }
  #header:not(.header--fr) #navigation .level-2.is-horizontal {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #34871b;
  }
  #header:not(.header--fr) #navigation .level-2.is-horizontal > ul {
    margin-right: -20px;
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
  }
  #header:not(.header--fr) #navigation .level-2.is-vertical > .level-2__row,
  #header:not(.header--fr) #navigation .level-2 > ul {
    max-width: 1400px;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% + 40px);
  }
  #header:not(.header--fr) #navigation .level-2 li > ul,
  #header:not(.header--fr) #navigation .level-2 .level-3 > ul {
    padding: 0;
    margin: 0;
  }
  #header:not(.header--fr) #navigation .level-2.is-horizontal > ul > li:not(.level-2__banner) {
    width: auto;
    min-width: 160px;
    margin-right: 20px;
  }
  #header:not(.header--fr) #navigation .level-1 li:hover .level-2 {
    visibility: visible;
    /* transition-delay: .5s; */
    display: flex;
    justify-content: center;
  }
  #header:not(.header--fr) #navigation .level-2__alt-menu {
    font-weight: 600;
  }
  #header:not(.header--fr) #navigation .level-2 a {
    line-height: 1.4;
  }
  #header:not(.header--fr) #navigation .level-2 a,
  #header:not(.header--fr) #navigation .level-2 div {
    width: 100%;
  }
}

/* for submenu mobile */
@media (max-width: 1023.98px) {
  #header:not(.header--fr) #navigation .level-1 .is-active .level-2 {
    padding-bottom: 5px;
    padding-top: 5px;
    transition:
      max-height 0.2s linear,
      padding 0.2s;
  }
  #header:not(.header--fr) #navigation .level-2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    margin-right: 20px;
    transition:
      max-height 0.3s linear,
      padding 0s 0.2s;
  }
  #header:not(.header--fr) #navigation .level-2,
  #header:not(.header--fr) #navigation .level-3,
  #header:not(.header--fr) #navigation .level-2__row .has-sub-menu > ul,
  #header:not(.header--fr) #navigation .level-2--alt .has-sub-menu > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
  }
  #header:not(.header--fr) #navigation .level-2 > ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -5px;
  }
  #header:not(.header--fr) #navigation .level-2 a,
  #header:not(.header--fr) #navigation .level-2 a:hover,
  #header:not(.header--fr) #navigation .menu-utility-user-mobile a,
  #header:not(.header--fr) #navigation .menu-utility-user-mobile a:hover {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 13px 20px;
    text-transform: none;
    font-weight: 400;
  }
  #header:not(.header--fr) #navigation .level-1 > li > a,
  #header:not(.header--fr) #navigation .level-1 > li > a:hover {
    margin-left: 20px;
    margin-right: 20px;
    padding: 13px 0;
  }
  #header:not(.header--fr) #navigation .is-active > .level-2,
  #header:not(.header--fr) #navigation .is-active > .level-3,
  #header:not(.header--fr) #navigation .level-2__row .has-sub-menu.is-active > ul,
  #header:not(.header--fr) #navigation .level-2--alt .has-sub-menu.is-active > ul {
    max-height: 500px;
  }
}

@media (max-width: 1023.98px) {
  .mini-cart-total .mini-cart-link__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .mini-cart-total .mini-cart-link__label {
    padding-right: 8px;
  }
}
.pdp-main .product-set.product-col-2 .product-actions .socialsharing .share-icon__svg:not(:hover) {
  color: #d9d9d9;
}
.cart-coupon-code__button:not(:disabled):not(.disabled):active,
.cart-coupon-code__button:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #245d13;
  border-color: #205210;
}
.cart-coupon-code__button:not(:disabled):not(.disabled):active:focus,
.cart-coupon-code__button:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 135, 27, 0.5);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:root {
  --header-height: 85px;
}
button {
  cursor: pointer;
}
button.btn-outline-primary:not(:disabled):not(.disabled):active,
button.btn-outline-primary:not(:disabled):not(.disabled).active,
.button.btn-outline-primary:not(:disabled):not(.disabled):active,
.button.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  border-color: #34871b;
}
button.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
button.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.button.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.button.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 135, 27, 0.5);
}
button.btn-outline-dark:not(:disabled):not(.disabled):active,
button.btn-outline-dark:not(:disabled):not(.disabled).active,
.button.btn-outline-dark:not(:disabled):not(.disabled):active,
.button.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  border-color: #ed001c;
}
button.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
button.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.button.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.button.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 112, 103, 0.5);
}
button.btn-primary:not(:disabled):not(.disabled):active,
button.btn-primary:not(:disabled):not(.disabled).active,
.button.btn-primary:not(:disabled):not(.disabled):active,
.button.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #245d13;
  border-color: #205210;
}
button.btn-primary:not(:disabled):not(.disabled):active:focus,
button.btn-primary:not(:disabled):not(.disabled).active:focus,
.button.btn-primary:not(:disabled):not(.disabled):active:focus,
.button.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 135, 27, 0.5);
}
button.btn-secondary:not(:disabled):not(.disabled):active,
button.btn-secondary:not(:disabled):not(.disabled).active,
.button.btn-secondary:not(:disabled):not(.disabled):active,
.button.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #92171c;
  border-color: #87151a;
}
button.btn-secondary:not(:disabled):not(.disabled):active:focus,
button.btn-secondary:not(:disabled):not(.disabled).active:focus,
.button.btn-secondary:not(:disabled):not(.disabled):active:focus,
.button.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
.button-fancy-large:not(.btn-outline-dark):not(:disabled):not(.disabled):active,
.button-fancy-large:not(.btn-outline-dark):not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #92171c;
  border-color: #87151a;
}
.button-fancy-large:not(.btn-outline-dark):not(:disabled):not(.disabled):active:focus,
.button-fancy-large:not(.btn-outline-dark):not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
body::before {
  background-color: rgba(102, 102, 102, 0.5);
  content: "";
  display: block;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 985;
  pointer-events: none;
  transition: opacity 0.45s;
  width: 100vw;
}
.c-graphical-asset--banner.c-graphical-asset--text-align-center .c-graphical-asset__button:lest-child {
  margin-right: 0;
}
:root {
  --elem-height: 1500px;
}
@supports (object-fit: cover) {
}
.c-full-width-banner__button:not(:disabled):not(.disabled):active,
.c-full-width-banner__button:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #92171c;
  border-color: #87151a;
}
.c-full-width-banner__button:not(:disabled):not(.disabled):active:focus,
.c-full-width-banner__button:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
:checked + .c-colors__item__label {
  border-color: #34871b;
}
.s-powerreviews .p-w-r .pr-btn-fileinput:not(:disabled):not(.disabled):active,
.s-powerreviews .p-w-r .pr-btn-fileinput:not(:disabled):not(.disabled).active,
.s-powerreviews .p-w-r .pr-btn-add-tag a:not(:disabled):not(.disabled):active,
.s-powerreviews .p-w-r .pr-btn-add-tag a:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  border-color: #ed001c;
}
.s-powerreviews .p-w-r .pr-btn-fileinput:not(:disabled):not(.disabled):active:focus,
.s-powerreviews .p-w-r .pr-btn-fileinput:not(:disabled):not(.disabled).active:focus,
.s-powerreviews .p-w-r .pr-btn-add-tag a:not(:disabled):not(.disabled):active:focus,
.s-powerreviews .p-w-r .pr-btn-add-tag a:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 112, 103, 0.5);
}
.s-powerreviews .p-w-r .pr-btn-review:not(:disabled):not(.disabled):active,
.s-powerreviews .p-w-r .pr-btn-review:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #92171c;
  border-color: #87151a;
}
.s-powerreviews .p-w-r .pr-btn-review:not(:disabled):not(.disabled):active:focus,
.s-powerreviews .p-w-r .pr-btn-review:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
.c-daily-deal__signup__button:not(:disabled):not(.disabled):active,
.c-daily-deal__signup__button:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #92171c;
  border-color: #87151a;
}
.c-daily-deal__signup__button:not(:disabled):not(.disabled):active:focus,
.c-daily-deal__signup__button:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 36, 0.5);
}
