
@media (min-width: 992px) {
  .categoryTile:hover {
    background: var(--color-black);
  }
  .categoryTile:hover span:not(.button__icon.icon-close):not(.productTile__prices *) {
    color: var(--color-white);
  }
}

@media (min-width: 992px) {
  .categoryTile--v2 {
    margin: 10px;
  }
  .categoryTile--v2:hover {
    background: var(--color-black);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transition: all 0.2s linear;
  }
  .categoryTile--v2:hover .categoryTile__image,
  .categoryTile--v2:hover .hotspot__action {
    transform: translateY(-5px);
    transition: transform 0.2s linear;
  }
  .categoryTile--v2:hover .categoryTile__text {
    color: var(--color-white) !important;
    transform: translate(15px, -3px);
    transition: all 0.5s linear;
  }
}

@media (min-width: 992px) {
  .categoryTile__link span::before {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .pd {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .pd__mediaWrapper {
    column-gap: 40px;
    flex: 1 1 0;
  }
}

@media (min-width: 992px) {
  .pd__mediaWrapper {
    order: 1;
  }
}

@media (min-width: 992px) {
  .pd__paragraph {
    font-size: 18px;
    line-height: 30px;
    font-family: var(--highlightFont);
  }
}

@media (min-width: 992px) {
  .pd__title {
    order: 1;
  }
}

@media (min-width: 992px) {
  .pd__title--contentBannerV15 {
    font-family: var(--highlightFont);
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .pd__cb15Link {
    display: inline;
  }
}

@media (min-width: 992px) {
  .pd__media {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .pd__media video,
  .pd__media img {
    object-position: var(--focal-point-x) var(--focal-point-y);
  }
}

@media (min-width: 992px) {
  .pdbody16background__mobileImage {
    display: none;
  }
}

@media (min-width: 992px) {
  .pdbody16background__image {
    background-image: var(--content-banner-desktop, none);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .pd__body--16 {
    margin: 0 0 100px;
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .pd__body--16 .pd__headline {
    position: static;
  }
}

@media (min-width: 992px) {
  .pd__body--16 .pd__headline span {
    display: block;
  }
}

@media (min-width: 992px) {
  .pd__body--16 .pd__details {
    padding: 20px 0 0 50px;
  }
}

@media (min-width: 992px) {
  .pd__body--16 .pd__title {
    padding: 0 130px;
  }
}

@media (min-width: 992px) {
  .pd__body--16 .pd__text {
    padding: 0 30px;
  }
}

@media (min-width: 992px) {
  .pd__body--16 .pd__button {
    padding: 0 206px;
  }
}

@media (min-width: 992px) {
  .pd--backgroundPositionHorizontalLargecenter {
    background-position-x: center;
  }
  .pd--backgroundPositionHorizontalLargeleft {
    background-position-x: left;
  }
  .pd--backgroundPositionHorizontalLargeright {
    background-position-x: right;
  }
  .pd--backgroundPositionVerticalLargecenter {
    background-position-y: center;
  }
  .pd--backgroundPositionVerticalLargetop {
    background-position-y: top;
  }
  .pd--backgroundPositionVerticalLargebottom {
    background-position-y: bottom;
  }
  .pd--backgroundSizeLargeauto {
    background-size: auto;
  }
  .pd--backgroundSizeLargecover {
    background-size: cover;
  }
  .pd--backgroundSizeLargecontain {
    background-size: contain;
  }
  .pd--backgroundRepeatLargerepeat {
    background-repeat: repeat;
  }
  .pd--backgroundRepeatLargerepeat-x {
    background-repeat: repeat-x;
  }
  .pd--backgroundRepeatLargerepeat-y {
    background-repeat: repeat-y;
  }
  .pd--backgroundRepeatLargeno-repeat {
    background-repeat: no-repeat;
  }
  .pd--backgroundRepeatLargespace {
    background-repeat: space;
  }
  .pd--backgroundRepeatLargeround {
    background-repeat: round;
  }
  .pd--backgroundRepeatLargeinherit {
    background-repeat: inherit;
  }
  .pd--backgroundRepeatLargeinitial {
    background-repeat: initial;
  }
  .pd--backgroundRepeatLargerevert {
    background-repeat: revert;
  }
  .pd--backgroundRepeatLargerevert-layer {
    background-repeat: revert-layer;
  }
  .pd--backgroundRepeatLargeunset {
    background-repeat: unset;
  }
}


@media (min-width: 992px) {
  .experience-carousel-einsteinCarousel .carousel__item--full,
  .experience-carousel-einsteinCarousel .no-carousel__item--full {
    min-height: 362px;
  }
}

@media (min-width: 992px) {
  .experience-carousel-einsteinCarousel .text-subtitle-jp {
    display: inline-block;
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .experience-layouts-carouselContainer .carousel__headline {
    font-size: 32px;
  }
}
/*# sourceMappingURL=homePage-lg.css.map*/