/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/site_combat/cartridge/client/default/scss/combat.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-promo-font);
}

a {
  font-weight: 300;
}

.btn {
  font-family: "inter-variable", serif !important;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 10px;
  text-box-trim: trim-both; /* stylelint-disable-line property-no-unknown */
  text-box-edge: cap alphabetic; /* stylelint-disable-line property-no-unknown */
  border-radius: 0;
}
.btn i {
  top: -3px;
}

.btn-outline-secondary {
  background-color: transparent;
  color: var(--theme-foreground-primary);
  border-color: var(--theme-foreground-primary);
}

body.combat {
  --theme-background-secondary: #483c2b;
  --theme-foreground-primary: #ebebeb;
  --theme-accent: #ee40a9;
  --theme-accent--lighten: #d789b4;
  --theme-accent--darken: #464454;
  --theme-accent-link-emphasis: #464454;
  --theme-accent-link-emphasis-hover: #01478d;
  --theme-primary-btn-text-color: #fff;
  --theme-primary-btn-text-color-hover: #e1e0dc;
  --theme-primary-outline-btn-text-color: #4a3e2d;
  --theme-secondary-btn-text-color: var(--theme-foreground-secondary-text);
  --theme-secondary-outline-btn-text-color: #4a3e2d;
  --theme-main-dark-text-color: #4a3e2d;
  --theme-foreground-primary: #666;
  --theme-link-background-primary: #666;
  --body-bg-color: #f9f6ed;
  --theme-promo-font: 'inter-variable', serif;
  --theme-promo-font-style: normal;
  --theme-promo-text-transform: uppercase;
  --theme-base-font: 'inter-variable', Arial, Helvetica, serif;
  font-family: "inter-variable", Arial, Helvetica, serif;
  font-family: var(--theme-base-font);
  font-weight: 300;
  font-size: unset;
  color: var(--theme-foreground-primary);
  background-color: var(--body-bg-color);
}

button {
  font-weight: 300;
}

.input-group-text,
input {
  color: var(--theme-foreground-secondary-text);
}

.combat [data-action=Search-Show] .breadcrumbs-container {
  display: none;
}

.breadcrumb-item a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.563rem;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
  color: var(--theme-background-primary-text);
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.563rem;
  padding: 0 0.5em;
}

.btn-primary {
  color: var(--theme-accent-light);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--theme-foreground-primary);
  border-color: var(--theme-foreground-primary);
}

.combat .form-control {
  border-radius: 0;
}

nav#main-nav {
  background-color: #2d2d2d;
}

@media (max-width: 767.98px) {
  #maincontent {
    padding-top: 97px;
  }
}

header #main-nav {
  height: 97px;
}
@media (min-width: 576px) {
  header #main-nav {
    height: 127px;
  }
}
header .header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .header.navbar-header {
  height: 100%;
}
header .header.navbar-header .navbar-toggler {
  font-size: 18px;
  width: auto;
  color: var(--theme-foreground-primary-text);
  text-transform: uppercase;
  font-family: var(--theme-promo-font);
  padding: 4px 12px !important;
}
@media (min-width: 576px) {
  header .header.navbar-header .navbar-toggler {
    font-size: 21px;
  }
}
header .header.navbar-header .navbar-toggler:hover {
  text-decoration: underline;
}
header .header .top-row {
  padding: 30px 14px !important;
}
header .header .logo-wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 0px;
          flex: 2 1 0;
  max-width: none;
}
header .header .logo-wrap .brand-logo {
  width: 100%;
}
header .header .logo-wrap .brand-logo svg {
  max-width: 231px;
  fill: var(--theme-accent);
}
@media (min-width: 576px) {
  header .header .logo-wrap .brand-logo svg {
    max-width: 330px;
  }
}
header .header .logo-wrap .brand-logo img {
  width: 100%;
  max-width: 231px;
}
@media (min-width: 576px) {
  header .header .logo-wrap .brand-logo img {
    max-width: 330px;
  }
}
header .header .utility-wrap .account-nav .user-message,
header .header .utility-wrap .minicart,
header .header .utility-wrap .cart-message {
  font-family: var(--theme-promo-font);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--theme-foreground-primary-text);
}
header .header .utility-wrap .account-nav .user-message:hover,
header .header .utility-wrap .minicart:hover,
header .header .utility-wrap .cart-message:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  header .header .utility-wrap .account-nav .user-message,
  header .header .utility-wrap .minicart,
  header .header .utility-wrap .cart-message {
    font-size: 21px;
  }
}
header .header .utility-wrap .minicart-icon {
  display: none;
}
header .header .utility-wrap .user .fa-user {
  display: none;
}

.minicart .minicart-quantity {
  background-color: var(--theme-accent);
  top: -1px;
  right: -16px;
  padding: 4px;
}

nav .navigation-row {
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  height: auto;
}
@media (min-width: 992px) {
  nav .navigation-row {
    max-width: 1255px;
  }
}
nav .navigation-row::before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  top: -60px;
}
nav .navigation-row .navbar-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: transparent;
  border-right: 0;
  padding: 20px;
  margin-right: 0;
  height: 100%;
}
nav .navigation-row .navbar-nav .nav-item a.nav-link {
  font-size: 21px;
  text-align: left;
  padding-left: 0;
}
nav .navigation-row .navbar-nav .nav-item a.nav-link i {
  display: none;
}
@media (min-width: 992px) {
  nav .navigation-row .navbar-nav {
    border: 2px solid var(--theme-accent);
  }
}
@media (min-width: 992px) {
  nav .navigation-row .main-menu {
    padding: 20px 0 20px 20px;
  }
}
nav .navigation-row .main-menu .navbar {
  height: 100%;
}
nav .navigation-row .main-menu .navbar .nav-item {
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  nav .navigation-row .main-menu .navbar .nav-item {
    border: 0 !important;
  }
}
nav .navigation-row .main-menu .navbar .nav-item .nav-link,
nav .navigation-row .main-menu .navbar .nav-item .nav-link:hover {
  background-color: transparent;
  padding-left: 0;
}
nav .navigation-row .main-menu .menu-group {
  height: 100%;
}

.shop-menu-images {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid var(--theme-accent);
  padding: 20px;
  margin: 20px;
  margin-left: -2px !important;
  width: 100%;
}
.shop-menu-images img.large-img {
  width: 61%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-menu-images .small-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  width: 39%;
}
.shop-menu-images .small-image-container img.small-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.shop-menu-images .experience-main > .experience-component:last-child {
  margin-bottom: 0;
}
.shop-menu-images .experience-main > .experience-component .region.col-12.col-sm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-menu-images .experience-main > .experience-component .region:last-child figure {
  height: 100%;
}
.shop-menu-images .experience-main > .experience-component .region:last-child figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.shop-menu-images .experience-main > .experience-component .region:last-child .experience-component {
  height: 46.9%;
}

.menu-in nav .navigation-row {
  display: block;
}
.menu-in .navbar-header .navbar-toggler {
  color: var(--theme-accent);
  z-index: 1;
  position: relative;
}
.menu-in .navbar-header.in .navbar-toggler {
  color: var(--theme-accent);
}

.footer-connect {
  border: 2px solid var(--theme-accent);
  padding: 20px;
}
.footer-connect .home-email-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .footer-connect .home-email-signup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-connect .home-email-signup .email-description {
  font-style: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .footer-connect .home-email-signup .email-description {
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
  }
}
.footer-connect .home-email-signup form {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
}
@media (min-width: 576px) {
  .footer-connect .home-email-signup form {
    -ms-flex-preferred-size: 1130px;
        flex-basis: 1130px;
  }
}
.footer-connect .home-email-signup .input-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
}
.footer-connect .home-email-signup .input-group .input-group-append {
  margin-left: -1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer-connect .home-email-signup .subscribe-email {
  width: 100%;
  font-size: 1.5rem;
}
.footer-connect .home-email-signup .subscribe-email i {
  display: none;
}

#footercontent {
  background-color: #2d2d2d;
}
#footercontent .container {
  max-width: none;
  margin: 0 2.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
}

.footer-links {
  border: 2px solid var(--theme-accent);
  margin-top: -2px;
}
.footer-links b {
  font-family: var(--theme-promo-font);
  font-size: 1.125rem;
  font-weight: 400 !important;
}
.footer-links .footer-item {
  padding: 0 30px;
}
@media (min-width: 576px) {
  .footer-links .footer-item {
    border-right: 2px solid var(--theme-accent);
  }
}
.footer-links .footer-item:last-child {
  border: none;
}

#emailSMSSignupFooter {
  border: none;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 177px;
}
@media (min-width: 768px) {
  #emailSMSSignupFooter {
    height: 83px;
  }
}

label.form-control-label {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 0.875rem;
  z-index: 4;
}

select.form-control {
  padding-top: 1.3rem;
  height: 52px;
}

input.form-control {
  padding-top: 1.3rem;
  padding-left: 1rem;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.primary-images .image-container-wrapper:first-child {
  grid-column: unset;
}

.product-name {
  font-size: 1.75rem;
  font-weight: 500;
}

/* Product Attributes */
.attribute label,
.attribute .non-input-label {
  display: block;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: none;
}

.custom-select-attribute {
  font-size: 1.25rem;
  color: var(--theme-foreground-primary);
  border-color: var(--theme-foreground-primary);
  background-color: transparent;
  /* stylelint-disable */
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  /* stylelint-enable */
  padding: 10px;
}

#attributeAccordion .card-header button.btn {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--theme-foreground-primary);
}
#attributeAccordion .card-header button.btn::after {
  font-size: 1.5rem;
}
#attributeAccordion .card {
  border: transparent !important;
  background-color: transparent;
}

.product-tile .price,
.price {
  color: var(--theme-accent);
}

.prices-add-to-cart-actions .row .col-12 {
  margin-bottom: 1rem !important;
}
.prices-add-to-cart-actions .row .col-12 .quantity-select {
  padding-top: 7px;
  height: 52px;
  font-size: 1.5rem;
  color: var(--theme-accent);
}

.quantity-module input[type=number] {
  padding-top: 0.45rem;
  height: 52px;
  font-size: 1.5rem;
}

.add-to-cart-container .add-to-cart {
  font-size: 1.75rem;
}
.add-to-cart-container .add-to-cart i {
  display: none;
}

/* Product IMage Grid */
#sidebar.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #sidebar.sidebar {
    max-width: 50vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
  }
}
@media (min-width: 768px) {
  #sidebar.sidebar .data-column {
    width: 50vw !important;
  }
}

button.btn.input-group-text.quantity-decrease {
  padding-top: 0;
}

button.btn.input-group-text.quantity-increase {
  padding-top: 4px;
}

.primary-images .image-container-wrapper:first-child .image-container .grid-image {
  padding-bottom: 100%;
}
.primary-images .image-container {
  position: relative;
}
.primary-images .image-container-wrapper .image-container .grid-image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.primary-images .primary-images-desktop-view {
  margin-bottom: 10px;
}
.primary-images .primary-images-desktop-view .primary-images-collapse-grid.primary-images-carousel-wrapper {
  overflow: hidden;
  max-height: calc(var(--pg-row-height) * var(--pg-default-rows));
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.primary-images .primary-images-desktop-view .primary-images-collapse-grid.primary-images-carousel-wrapper.grid-expanded {
  max-height: calc(var(--pg-row-height) * var(--pg-max-rows));
}
.primary-images .primary-images-desktop-view .primary-images-carousel-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2px;
  grid-auto-rows: 1fr;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
  --pg-total-width: var(--pdp-cta-width);
  --pg-row-height: var(--pdp-cta-width);
  max-height: calc(var(--pg-row-height) * var(--pg-default-rows));
}
@media (min-width: 768px) {
  .primary-images .primary-images-desktop-view .primary-images-carousel-wrapper {
    --pdp-cta-width: 50vw;
  }
}
.primary-images .primary-images-desktop-view .primary-images-carousel-wrapper.grid-expanded {
  max-height: calc(var(--pg-row-height) * var(--pg-max-rows));
}
.primary-images .primary-images-desktop-view .image-grid-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.primary-images .primary-images-desktop-view #grid-expander {
  margin: -15px auto 0 auto;
  position: relative;
  z-index: 2;
}
.primary-images .primary-images-desktop-view #grid-expander.expHide {
  display: none !important;
}

/* Mobile Caoursel */
.primary-images-mobile-view .primary-images {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
}
.primary-images-mobile-view .mobile-main-carousel .mobile-main-carousel-item img {
  display: inline-block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
}

.slick-next::before,
.slick-prev::before {
  border-color: var(--theme-accent);
  background-color: transparent;
  width: 22px;
  height: 22px;
}

.primary-images-desktop-zoom .primary-images-carousel .slick-dots li {
  width: 16px;
  height: 16px;
}
.primary-images-desktop-zoom .primary-images-carousel .slick-dots li.slick-active button {
  background-color: var(--theme-accent);
}
.primary-images-desktop-zoom .primary-images-carousel .close-primary-images-carousel-text {
  font-size: 28px;
  font-weight: bold;
}
.primary-images-desktop-zoom .primary-images-carousel .close-primary-images-carousel-icon {
  width: 24px;
  height: 24px;
}
.primary-images-desktop-zoom .primary-images-carousel .close-primary-images-carousel-icon svg {
  width: 100%;
  height: 100%;
}

.breadcrumb-item a {
  font-size: 1.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .product-name {
    font-size: 1.85rem;
  }
}

.price {
  color: var(--theme-accent);
}

.primary-images-desktop-zoom .primary-images-carousel {
  background-color: var(--body-bg-color);
}

.cart-and-ipay .add-to-cart-container button {
  z-index: 1;
  height: auto;
}

.product-promotions .promotion-item.promotion-icon-product {
  color: var(--theme-accent);
  padding-left: 35px;
}

.custom-select-attribute.selected {
  color: var(--theme-accent-light);
}

/* JATC Modal */
#addToCartModal .success,
#addToCartModal .prices .value,
#addToCartModal .product-name {
  font-family: var(--theme-base-font) !important;
}
#addToCartModal .modal-content {
  background-color: var(--body-bg-color);
}
#addToCartModal .image-container {
  background-color: transparent;
  position: relative;
}

.product-tile .tile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.product-tile .tile-body .pdp-link {
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-tile .tile-body .pdp-link a {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.875rem;
  }
}
.product-tile .tile-body .price {
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: end;
  line-height: 1.2;
  color: var(--theme-accent);
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .price {
    font-size: 0.875rem;
  }
}
.product-tile .image-container a .tile-image,
.product-tile .image-container a .tile-image-hover {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-tile .tile-body-footer {
  display: none;
}

.price .strike-through,
.product-tile .price .strike-through {
  font-weight: normal;
}

.product-badge {
  padding: 4px 6px;
  /* stylelint-disable */
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  /* stylelint-enable */
  color: var(--theme-accent-dark);
}
.product-badge.badge-out-of-stock {
  color: var(--theme-accent);
  background-color: var(--theme-background-secondary);
  font-size: 62px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  padding: 0.3em;
  position: absolute;
}
@media (min-width: 768px) {
  .product-badge.badge-out-of-stock {
    font-size: 50px;
  }
}

.product-tile .image-container {
  border-radius: 0;
}

.slick-component .slick-dots li,
.primary-images .slick-dots li,
.product-tile-caro-wrap .slick-dots li {
  width: 16px !important;
  height: 16px !important;
}
.slick-component .slick-dots li button,
.primary-images .slick-dots li button,
.product-tile-caro-wrap .slick-dots li button {
  width: 100%;
  height: 100% !important;
  padding: 0;
}
.slick-component .slick-dots li.slick-active button,
.primary-images .slick-dots li.slick-active button,
.product-tile-caro-wrap .slick-dots li.slick-active button {
  background-color: var(--theme-accent) !important;
}

.slick-component .slick-arrow,
.primary-images .slick-arrow,
.product-tile-caro-wrap .slick-arrow {
  border-color: var(--theme-accent);
  top: calc(50% - 17px) !important;
}
.slick-component .slick-arrow.nextArrow,
.primary-images .slick-arrow.nextArrow,
.product-tile-caro-wrap .slick-arrow.nextArrow {
  right: 15px;
}
.slick-component .slick-arrow.prevArrow,
.primary-images .slick-arrow.prevArrow,
.product-tile-caro-wrap .slick-arrow.prevArrow {
  left: 15px;
}
.slick-component .slick-arrow:hover,
.primary-images .slick-arrow:hover,
.product-tile-caro-wrap .slick-arrow:hover {
  border-color: #808080 !important;
}

.primary-images-desktop-zoom .primary-images-carousel {
  background: var(--body-bg-color);
}

.menu-toggleable-left .close-menu {
  display: block;
  position: absolute;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
}

@media (max-width: 991.98px) {
  nav .navigation-row .main-menu {
    padding: 0;
  }
}

.dot1,
.dot2 {
  background-color: var(--theme-accent);
}

.quantity-module button {
  padding: 3px;
}

.line-item-attributes,
.line-item-option,
.line-item-price-info,
.line-item-pricing-info {
  font-size: 1rem;
  font-weight: 300;
}

.line-item-pricing-info.quantity-label {
  margin-top: 5px;
}

.cart-product-container .card {
  border: 0;
}
.cart-product-container .card .item-image {
  height: 100%;
  width: 100%;
}
.cart-product-container .card .item-image a.cart-link-to-product {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}
.cart-product-container .card img.product-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-product-container .card .remove-product {
  background: 0;
}
@media (min-width: 992px) {
  .cart-product-container .card .remove-product {
    bottom: auto;
    top: 13px;
  }
}
.cart-product-container .card .remove-product i {
  font-size: 1.125rem;
  -webkit-transition: opacity ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s;
}
.cart-product-container .card .remove-product i:hover {
  opacity: 0.75;
}
.cart-product-container .price .value {
  font-weight: 300;
}

.cart-page-title .card-header-custom,
.cart-page-title .card-header h4,
.cart-page-title .checkout-card-header,
.cart-page-title .checkout-page-title,
.order-product-summary .line-item-attributes .card-header-custom,
.order-product-summary .line-item-attributes .card-header h4,
.order-product-summary .line-item-attributes .checkout-card-header,
.order-product-summary .line-item-attributes .checkout-page-title,
#maincontent .container.receipt .card-header-custom,
#maincontent .container.receipt .card-header h4,
#maincontent .container.receipt .checkout-card-header,
#maincontent .container.receipt .checkout-page-title,
.checkout-process #maincontent #checkout-main .card-header-custom,
.checkout-process #maincontent #checkout-main .card-header h4,
.checkout-process #maincontent #checkout-main .checkout-card-header,
.checkout-process #maincontent #checkout-main .checkout-page-title {
  font-family: var(--theme-base-font) !important;
}

#checkout-main .order-product-summary .item-image img.product-image {
  width: 100%;
  height: 100%;
}

.number-of-items {
  display: none;
}

.express-checkout-container .express-checkout-border,
.cart-product-container .card.product-info,
.shipping-method-list .border,
#checkout-main .btn,
.receipt .btn {
  border-radius: 0 !important;
}

.component-figure {
  display: block;
}
.component-figure.theme-accent {
  color: var(--theme-accent);
  text-shadow: none;
}
.component-figure.theme-dark {
  text-shadow: none;
}
.component-figure.theme-light {
  text-shadow: none;
}
.component-figure.supercopy-brand-primary .banner-text_superheading {
  color: var(--theme-accent);
}
.component-figure.supercopy-gold .banner-text_superheading {
  color: #f0ce7c;
  text-shadow: 0 2px 5px #000;
}
.component-figure.supercopy-white .banner-text_superheading {
  color: #fff;
}
.component-figure.supercopy-black .banner-text_superheading {
  color: #000;
}
.component-figure .banner-text_container {
  position: relative;
  max-width: 100%;
  z-index: 1;
  left: unset !important;
  bottom: unset !important;
  top: unset !important;
  right: unset !important;
  padding: 1em;
}
.component-figure .banner-text_superheading,
.component-figure .banner-text_subheading {
  text-shadow: none;
  font-size: 18px;
}
.component-figure .component-image,
.component-figure .banner-component-hover {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
.component-figure.desktop-hover-true .component-image {
  position: relative;
  z-index: 1;
}
.component-figure.desktop-hover-true .banner-component-hover {
  position: absolute;
  z-index: 0;
}
.component-figure.desktop-hover-true picture:hover .component-image {
  opacity: 0;
}

.experience-main > .experience-component {
  margin-top: 1em;
}

.experience-main > .experience-component:last-child {
  margin-bottom: 1em;
}

.featured-copyblock picture::before,
.copyblock-image {
  border-radius: 0;
}

.mobile-1r-1c .component-figure .component-image {
  border-radius: 0;
}

.imagecover-copyblock .imagecover-holder {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.imagecover-copyblock .imagecover-holder h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  text-box-trim: trim-both; /* stylelint-disable-line property-no-unknown */
  text-box-edge: cap alphabetic; /* stylelint-disable-line property-no-unknown */
  padding: 5px 0;
  font-size: 1.875rem;
}

.slick-component .slick-arrow {
  background-color: var(--theme-accent);
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  min-height: 0;
  font-weight: 400;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  border-radius: 50%;
}
.slick-component .slick-arrow.slick-prev:hover {
  background-color: var(--body-bg-color) !important;
}
.slick-component .slick-arrow.slick-prev::before {
  position: relative;
  left: 14px;
  border-color: black;
  width: 12px;
  height: 12px;
}
.slick-component .slick-arrow.slick-prev::before:hover {
  opacity: 0.8;
}
.slick-component .slick-arrow.slick-next:hover {
  background-color: var(--body-bg-color) !important;
}
.slick-component .slick-arrow.slick-next::before {
  position: relative;
  right: -8px;
  border-color: black;
  width: 12px;
  height: 12px;
}
.slick-component .slick-arrow.slick-next::before:hover {
  opacity: 0.8;
}

.combat-slider {
  position: relative;
}

.combat [data-action=Default-Start] #maincontent,
.combat.content #maincontent,
.combat [data-action=Search-Show] #maincontent {
  padding-top: 0 !important;
}

.combat.content nav#main-nav.header-down {
  background-color: #2d2d2d;
}

.combat [data-action=Default-Start] nav#main-nav.header-down,
.combat.content nav#main-nav.header-down,
.combat [data-action=Search-Show] nav#main-nav.header-down {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-color: transparent;
}

h1.page-title {
  color: var(--theme-accent);
  background-color: transparent;
  margin: 0.8rem 0 0;
}
h1.page-title::before {
  display: none;
}

.category-title h1 {
  color: var(--theme-accent);
  font-weight: 400;
}

#gfc-wrap {
  display: none;
}

footer {
  background-color: #2d2d2d;
}

.modal-background {
  z-index: 10;
}

.card {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.combat .ambientvideolayout-component {
  margin-bottom: 0 !important;
}

.combat .combat-homepage .experience-main > .experience-component:nth-child(2) {
  margin-top: 0 !important;
}

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