/**
	SEASONAL SECTION GRID STYLES - /apps/atvi/callofduty/editorial/components/seasonal/seasonal-section-grid/clientlibs/css/grid.less
*/
.cod-seasonal-section-grid-component {
  position: relative;
}
.cod-seasonal-section-grid-component .empty-message {
  display: none;
}
.cod-seasonal-section-grid-component .title {
  margin-bottom: 20px;
  text-transform: uppercase !important;
}
.cod-seasonal-section-grid-component .grid-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.cod-seasonal-section-grid-component[data-columns="1"] .grid-container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.cod-seasonal-section-grid-component[data-columns="2"] .grid-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cod-seasonal-section-grid-component[data-columns="3"] .grid-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cod-seasonal-section-grid-component[data-columns="4"] .grid-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cod-seasonal-section-grid-component .carousel-navigation-container {
  display: none;
}
@media (max-width: 1024px) {
  .cod-seasonal-section-grid-component[data-columns] .grid-container {
    gap: 28px;
  }
}
@media (max-width: 600px) {
  .cod-seasonal-section-grid-component[data-columns] .grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .cod-seasonal-section-grid-component[data-layout='standard'] .cod-seasonal-section-grid-component_inner-container,
  .cod-seasonal-section-grid-component[data-layout='carousel'] .cod-seasonal-section-grid-component_inner-container {
    margin-bottom: 40px;
  }
}
.cod-seasonal-section-grid-component_background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 2560px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 2560.02px) {
  .cod-seasonal-section-grid-component_background-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 96.31%, #1b1b1b 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 95.92%, #1b1b1b 100%);
    pointer-events: none;
  }
}
.cod-seasonal-section-grid-component_inner-container {
  position: relative;
}
.article-layout-content .cod-seasonal-section-grid-component .load-more-cta-container {
  display: none;
}
.article-layout-content .cod-seasonal-section-grid-component .load-more-cta-container .show-less-btn {
  display: none;
}

/**
	SEASONAL SECTION GRID SLICK STYLES - /apps/atvi/callofduty/editorial/components/seasonal/seasonal-section-grid/clientlibs/css/slick.less
*/
.cod-seasonal-section-grid-component .slick-list {
  margin: 0 -10px;
}
.cod-seasonal-section-grid-component .slick-slide > div {
  padding: 0 10px;
}
.cod-seasonal-section-grid-component .slick-list {
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.5));
}
.cod-seasonal-section-grid-component .slick-slider.slick-dotted {
  margin-bottom: 16px;
}
.cod-seasonal-section-grid-component .carousel-navigation-container {
  position: relative;
  display: none;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  height: 30px;
  width: 30px;
  border-radius: 8px;
  border: 1px solid #79838d;
}
@media screen and (-ms-high-contrast: active) {
  .cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow {
    border: 2px solid currentcolor;
  }
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow > span[class$="-icon"] {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.8;
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow.custom-prev {
  justify-content: start;
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow.custom-prev > span[class$="-icon"] {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-left.svg);
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow.custom-next {
  justify-content: end;
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow.custom-next > span[class$="-icon"] {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-right.svg);
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow:hover > span[class$="-icon"],
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-arrow:focus > span[class$="-icon"] {
  opacity: 1;
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-dots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-dots li button {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active) {
  .cod-seasonal-section-grid-component .carousel-navigation-container .custom-dots li button {
    border: 2px solid currentcolor;
  }
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-dots li button:before {
  content: "";
  background-color: #79838d;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-dots li button .slick-dot-icon {
  position: relative;
  width: 100%;
  height: 6px;
}
.cod-seasonal-section-grid-component .carousel-navigation-container .custom-dots li.slick-active button .slick-dot-icon {
  background-color: var(--custom-accent-color, var(--default-accent-color));
}
.cod-seasonal-section-grid-component .carousel-navigation-container .slide-number {
  font-family: "Hitmarker Text Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  color: #inherit;
  min-width: 7ch;
  text-align: right;
}
@media (max-width: 600px) {
  .cod-seasonal-section-grid-component .carousel-navigation-container .slide-number {
    font-family: "Hitmarker Text Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 0.63rem;
    line-height: 0.88rem;
    letter-spacing: 1px;
  }
}
.cod-seasonal-section-grid-component > div > .grid-container.slick-initialized + .carousel-navigation-container {
  display: grid;
}
html[lang="ar"] .cod-seasonal-section-grid-component .carousel-navigation-container .slick-arrow .custom-next-icon,
html[lang="ar"] .cod-seasonal-section-grid-component .carousel-navigation-container .slick-arrow .custom-prev-icon {
  transform: rotate(180deg);
}
html[lang="ar"] .cod-seasonal-section-grid-component .carousel-navigation-container .slide-number {
  direction: ltr;
  text-align: left;
}

