.c-lego-landing {
  padding-bottom: 64px;
  background-color: #fff; }
  .c-lego-landing .show-less {
    display: none; }
  .c-lego-landing .collapsed .show-less {
    display: block; }
  .c-lego-landing .collapsed .show-more {
    display: none; }
  .c-lego-landing picture img,
  .c-lego-landing img {
    width: 100%;
    height: auto;
    object-fit: contain; }
  .c-lego-landing__heading {
    display: flex;
    justify-content: center;
    margin: 48px 0 32px;
    position: relative; }
    .c-lego-landing__heading picture img,
    .c-lego-landing__heading img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    @media (max-width: 768px) {
      .c-lego-landing__heading {
        overflow: hidden; }
        .c-lego-landing__heading picture img,
        .c-lego-landing__heading img {
          max-width: none;
          width: auto;
          height: 54px;
          object-fit: cover; } }
  .c-lego-landing__title {
    max-width: 422px;
    width: 100%;
    color: #212121;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 3px #212121;
    background-color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 21px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 0; }
  .c-lego-landing__controls {
    display: flex;
    justify-content: center;
    padding: 8px 0 48px; }
    @media (max-width: 1024px) {
      .c-lego-landing__controls {
        padding-top: 24px; } }
  .c-lego-landing [class*="c-btn--"] {
    border-radius: 0;
    border: 3px solid #212121;
    text-transform: uppercase;
    padding: 7px 18px;
    font-weight: 600;
    background: #fff; }
    .c-lego-landing [class*="c-btn--"].s-is-disabled {
      pointer-events: none;
      opacity: 0.2; }
    .c-lego-landing [class*="c-btn--"]:hover {
      border: 3px solid var(--color-black-x-light);
      color: var(--color-black-x-light);
      background: #fff; }
  .c-lego-landing .h-btn--bordered {
    background: #fff !important; }
  .c-lego-landing__category {
    display: flex;
    justify-content: center; }

.c-banners a {
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease; }
  .c-banners a.rotator:hover {
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

@media (max-width: 1024px) {
  .c-banners--1.h-row {
    padding-left: 4px;
    padding-right: 4px; } }

@media (max-width: 1024px) {
  .c-banners--1.h-row > .h-col--1-of-2 {
    width: 100%;
    padding: 0 8px 16px; } }

@media (max-width: 1024px) {
  .c-banners--1.h-row > .h-col--1-of-4 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 1024px) {
  .c-banners--2.h-row {
    padding: 0 8px; } }

@media (max-width: 1024px) {
  .c-banners--2.h-row > .h-col--1-of-6 {
    width: 25%;
    padding: 4px; } }

@media (max-width: 768px) {
  .c-banners--2.h-row > .h-col--1-of-6 {
    width: 50%; } }

@media (max-width: 1024px) {
  .c-banners--3.h-row,
  .c-banners--4.h-row,
  .c-banners--5.h-row {
    padding: 0 8px; } }

.c-banners--3.h-row > .h-col--1-of-4,
.c-banners--4.h-row > .h-col--1-of-4,
.c-banners--5.h-row > .h-col--1-of-4 {
  padding-bottom: 24px; }
  @media (max-width: 1024px) {
    .c-banners--3.h-row > .h-col--1-of-4,
    .c-banners--4.h-row > .h-col--1-of-4,
    .c-banners--5.h-row > .h-col--1-of-4 {
      width: 33%;
      padding: 4px; } }
  @media (max-width: 768px) {
    .c-banners--3.h-row > .h-col--1-of-4,
    .c-banners--4.h-row > .h-col--1-of-4,
    .c-banners--5.h-row > .h-col--1-of-4 {
      width: 50%; } }

.c-banners--4.h-row {
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .c-banners--4.h-row {
      padding: 0 8px; } }
  @media (max-width: 768px) {
    .c-banners--4.h-row {
      justify-content: flex-start; } }
  @media (max-width: 768px) {
    .c-banners--4.h-row > .h-col--1-of-3 {
      width: 50%;
      padding: 4px; } }

.collapsible-row .hidden-item {
  display: none; }

.collapsible-row .collapsed .hidden-item {
  display: block; }

/* Gift finder */
.lego-banner-list--finder .tns-outer {
  padding: 0 19px !important; }

.lego-banner-list--finder .product-slide {
  width: 200px;
  padding: 0 4px;
  position: relative;
  margin-top: 0; }
  @media (max-width: 1370px) {
    .lego-banner-list--finder .product-slide {
      width: 230px; } }
  @media (max-width: 1024px) {
    .lego-banner-list--finder .product-slide {
      width: 200px; } }
  .lego-banner-list--finder .product-slide a,
  .lego-banner-list--finder .product-slide label {
    display: block; }
    .lego-banner-list--finder .product-slide a img,
    .lego-banner-list--finder .product-slide label img {
      width: 100%; }

.lego-banner-list--finder .tns-controls button[data-controls="prev"],
.lego-banner-list--finder .tns-controls button[data-controls="next"] {
  background-color: #ffc919;
  width: 48px;
  height: 48px;
  background-size: 24px; }

.lego-banner-list--finder input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.lego-banner-list--finder label {
  position: relative;
  display: block;
  cursor: pointer; }
  .lego-banner-list--finder label:before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.lego-banner-list--finder label:hover:before,
.lego-banner-list--finder label.theme-border:before {
  border: 4px solid #fff; }

.c-gift-finder {
  padding: 24px;
  padding-left: 48px;
  padding-bottom: 1px;
  background: #dddddd;
  color: #fff; }
  @media (max-width: 1024px) {
    .c-gift-finder {
      text-align: center;
      padding-bottom: 24px;
      padding-left: 24px; } }
  .c-gift-finder .lego-banner-list {
    margin-left: -28px;
    margin-right: -28px; }
  .c-gift-finder__content {
    display: flex;
    flex-wrap: wrap; }
  .c-gift-finder-filter--1 .c-gift-finder-option span {
    font-size: 16px;
    background-color: #b8161a;
    outline: 4px solid transparent;
    width: 95px;
    height: 95px; }
    .c-gift-finder-filter--1 .c-gift-finder-option span:hover {
      outline: 4px solid #fff; }
  @media (max-width: 1370px) {
    .c-gift-finder-filter--1 {
      margin-bottom: 32px;
      margin-right: 0; } }
  .c-gift-finder-filter--3 {
    width: 100%;
    position: relative;
    padding-right: 290px;
    margin-top: 32px;
    min-height: 242px; }
    @media (max-width: 1024px) {
      .c-gift-finder-filter--3 {
        padding-right: 0; } }
  .c-gift-finder-filter__label {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212121; }
  .c-gift-finder-filter__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 1024px) {
      .c-gift-finder-filter__wrapper {
        justify-content: center;
        text-align: center; } }
  .c-gift-finder-options {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .c-gift-finder-options {
        justify-content: center; } }
  .c-gift-finder-option {
    width: 95px;
    height: 95px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin-bottom: 8px; }
    @media (max-width: 1024px) {
      .c-gift-finder-option {
        margin-left: 8px;
        margin-right: 8px; } }
    .c-gift-finder-option:last-child {
      margin-right: 0; }
      @media (max-width: 1024px) {
        .c-gift-finder-option:last-child {
          margin-right: 8px; } }
    .c-gift-finder-option input[type="radio"] {
      position: absolute;
      pointer-events: none;
      opacity: 0; }
    .c-gift-finder-option label {
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #ffffff;
      font-weight: 600; }
      .c-gift-finder-option label:before {
        display: block;
        content: "";
        padding-top: calc(100% - 8px);
        background: #00682c;
        outline: 4px solid transparent;
        z-index: 1;
        width: 100%;
        height: 95px; }
      .c-gift-finder-option label span {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 95px;
        left: 0;
        top: 0;
        z-index: 3;
        text-align: center; }
    .c-gift-finder-option label:hover:before,
    .c-gift-finder-option input:checked + label:before {
      outline: 4px solid #fff;
      -webkit-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.2); }
  .c-gift-finder__cta {
    position: absolute;
    right: 0;
    bottom: 23px;
    width: 206px;
    margin-left: 16px; }
    @media (max-width: 1024px) {
      .c-gift-finder__cta {
        margin: 0 auto;
        margin-top: 30px;
        position: static; } }
    .c-gift-finder__cta > img {
      width: 100%;
      vertical-align: top; }
    .c-gift-finder__cta-btn {
      max-width: 206px;
      width: 100%;
      display: block;
      margin: 0 auto; }

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