.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.padding-top-a {
  padding-top: 1vh;
}

.padding-right-a {
  padding-right: 1vw;
}

.padding-bottom-a {
  padding-bottom: 1vh;
}

.padding-left-a {
  padding-left: 1vw;
}

.margin-top-a {
  margin-top: 1vh;
}

.margin-right-a {
  margin-right: 1vw;
}

.margin-bottom-a {
  margin-bottom: 1vh;
}

.margin-left-a {
  margin-left: 1vw;
}

.padding-top-b {
  padding-top: 2vh;
}

.padding-right-b {
  padding-right: 2vw;
}

.padding-bottom-b {
  padding-bottom: 2vh;
}

.padding-left-b {
  padding-left: 2vw;
}

.margin-top-b {
  margin-top: 2vh;
}

.margin-right-b {
  margin-right: 2vw;
}

.margin-bottom-b {
  margin-bottom: 2vh;
}

.margin-left-b {
  margin-left: 2vw;
}

.padding-top-c {
  padding-top: 3vh;
}

.padding-right-c {
  padding-right: 3vw;
}

.padding-bottom-c {
  padding-bottom: 3vh;
}

.padding-left-c {
  padding-left: 3vw;
}

.margin-top-c {
  margin-top: 3vh;
}

.margin-right-c {
  margin-right: 3vw;
}

.margin-bottom-c {
  margin-bottom: 3vh;
}

.margin-left-c {
  margin-left: 3vw;
}

.padding-top-d {
  padding-top: 4vh;
}

.padding-right-d {
  padding-right: 4vw;
}

.padding-bottom-d {
  padding-bottom: 4vh;
}

.padding-left-d {
  padding-left: 4vw;
}

.margin-top-d {
  margin-top: 4vh;
}

.margin-right-d {
  margin-right: 4vw;
}

.margin-bottom-d {
  margin-bottom: 4vh;
}

.margin-left-d {
  margin-left: 4vw;
}

.padding-top-e {
  padding-top: 6vh;
}

.padding-right-e {
  padding-right: 6vw;
}

.padding-bottom-e {
  padding-bottom: 6vh;
}

.padding-left-e {
  padding-left: 6vw;
}

.margin-top-e {
  margin-top: 6vh;
}

.margin-right-e {
  margin-right: 6vw;
}

.margin-bottom-e {
  margin-bottom: 6vh;
}

.margin-left-e {
  margin-left: 6vw;
}

.padding-top-f {
  padding-top: 8vh;
}

.padding-right-f {
  padding-right: 8vw;
}

.padding-bottom-f {
  padding-bottom: 8vh;
}

.padding-left-f {
  padding-left: 8vw;
}

.margin-top-f {
  margin-top: 8vh;
}

.margin-right-f {
  margin-right: 8vw;
}

.margin-bottom-f {
  margin-bottom: 8vh;
}

.margin-left-f {
  margin-left: 8vw;
}

.padding-top-g {
  padding-top: 12vh;
}

.padding-right-g {
  padding-right: 12vw;
}

.padding-bottom-g {
  padding-bottom: 12vh;
}

.padding-left-g {
  padding-left: 12vw;
}

.margin-top-g {
  margin-top: 12vh;
}

.margin-right-g {
  margin-right: 12vw;
}

.margin-bottom-g {
  margin-bottom: 12vh;
}

.margin-left-g {
  margin-left: 12vw;
}

.padding-top-h {
  padding-top: 16vh;
}

.padding-right-h {
  padding-right: 16vw;
}

.padding-bottom-h {
  padding-bottom: 16vh;
}

.padding-left-h {
  padding-left: 16vw;
}

.margin-top-h {
  margin-top: 16vh;
}

.margin-right-h {
  margin-right: 16vw;
}

.margin-bottom-h {
  margin-bottom: 16vh;
}

.margin-left-h {
  margin-left: 16vw;
}

.padding-top-i {
  padding-top: 24vh;
}

.padding-right-i {
  padding-right: 24vw;
}

.padding-bottom-i {
  padding-bottom: 24vh;
}

.padding-left-i {
  padding-left: 24vw;
}

.margin-top-i {
  margin-top: 24vh;
}

.margin-right-i {
  margin-right: 24vw;
}

.margin-bottom-i {
  margin-bottom: 24vh;
}

.margin-left-i {
  margin-left: 24vw;
}

.padding-top-j {
  padding-top: 32vh;
}

.padding-right-j {
  padding-right: 32vw;
}

.padding-bottom-j {
  padding-bottom: 32vh;
}

.padding-left-j {
  padding-left: 32vw;
}

.margin-top-j {
  margin-top: 32vh;
}

.margin-right-j {
  margin-right: 32vw;
}

.margin-bottom-j {
  margin-bottom: 32vh;
}

.margin-left-j {
  margin-left: 32vw;
}

.layout-component > .image-component {
  display: block;
}
.layout-component > .video-component__link--wrapper {
  float: none;
}
.layout-component .video-component {
  float: none;
  display: inline-block;
}

.layout-component__wrapper {
  float: left;
}

.layout-component__inner-wrapper {
  position: relative;
}

.layout-component__container {
  float: left;
  width: 100%;
}

.layout-component__overlay {
  position: absolute;
  max-width: calc(100% - 12);
  width: 100%;
  z-index: 100;
}

.spacer-component__wrapper {
  float: left;
}

.spacer-component__visible-desktop {
  display: none;
}

.layout-component__mob-centered_horizontal_vertical {
  top: 50%;
  margin-left: 50%;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.layout-component__mob-centered_horizontal_bottom_vertical {
  bottom: 6;
  margin-left: 50%;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 580px) {
  .layout-component__overlay {
    width: auto;
  }
}
@media (min-width: 768px) {
  .layout-component__tablet-centered_horizontal_vertical {
    top: 50%;
    bottom: auto;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .layout-component__tablet-centered_horizontal_bottom_vertical {
    top: auto;
    bottom: 6;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1024px) {
  .spacer-component__visible-desktop {
    display: block;
  }
  .spacer-component__visible-mobile {
    display: none;
  }
  .layout-component__desktop-centered_horizontal_vertical {
    top: 50%;
    bottom: auto;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .layout-component__desktop-centered_horizontal_bottom_vertical {
    top: auto;
    bottom: 6;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.sm-col-1 {
  width: 16.6666666667%;
}

.sm-col-2 {
  width: 33.3333333333%;
}

.sm-col-3 {
  width: 50%;
}

.sm-col-4 {
  width: 66.6666666667%;
}

.sm-col-5 {
  width: 83.3333333333%;
}

.sm-col-6 {
  width: 100%;
}

@media (min-width: 1024px) {
  .lg-col-1 {
    width: 8.3333333333%;
  }
  .lg-col-2 {
    width: 16.6666666667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.3333333333%;
  }
  .lg-col-5 {
    width: 41.6666666667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.3333333333%;
  }
  .lg-col-8 {
    width: 66.6666666667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.3333333333%;
  }
  .lg-col-11 {
    width: 91.6666666667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
}
@media (min-width: 820px) {
  .d-mdl-none {
    display: none;
  }
  .d-mdl-block {
    display: block;
  }
  .d-mdl-flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
}

.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}

.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.product-details-page--horizontal {
  overflow: initial;
  position: relative;
}

.product-gallery {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.product-gallery__wrap {
  position: relative;
}
.product-gallery--horizontal {
  width: calc(100% + 5vw);
  margin-left: -2.5vw;
  position: static;
}
.product-gallery--disabled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 100;
  background: #f8f8f8;
  pointer-events: auto;
}
.product-gallery--mobilePdpImageGallery .image-zoom-icon {
  position: absolute;
  left: 14px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: solid 1px #ddd;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  display: flex;
  align-items: center;
  padding: 3px;
  opacity: 0;
  transition: opacity 1s;
}
.product-gallery--mobilePdpImageGallery .gallery-modal__instructions {
  display: none;
}
.product-gallery--mobilePdpImageGallery .slick-current .image-zoom-icon {
  opacity: 1;
  transition: opacity 1s;
}
.product-gallery--mobilePdpImageGallery .slick-slide {
  position: relative;
}
.product-gallery--mobilePdpImageGallery .slick-dots {
  margin: 7px 0 0;
}
.product-gallery--mobilePdpImageGallery .slick-dots > li {
  border: 1px solid black;
  background-color: #fff;
}
.product-gallery--mobilePdpImageGallery .slick-dots > li.slick-active {
  border: none;
  background-color: black;
}
.product-gallery--mobilePdpImageGallery .slick-track {
  margin-left: -68%;
}
.product-gallery--mobilePdpImageGallery .product-gallery__image {
  padding: 0 4px 0;
}

.product-oos__wrapper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 27px;
  display: none;
}
.product-oos__wrapper--show {
  display: block;
}
.product-oos__wrapper .yCmsContentSlot > .carousel-component {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.product-oos__header {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.product-oos__message {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.product-gallery__container {
  position: relative;
}
.product-gallery__container a {
  display: block;
}
.product-gallery__container--horizontal {
  width: 100%;
}
.product-gallery__container--horizontal .slick-dots {
  display: none;
}
.product-gallery__container--horizontal .slick-nav-button {
  display: none;
}

.product-gallery__images-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-gallery__missing-image {
  width: 100%;
  height: auto;
}

.PDP_only_desktop .product-gallery__image {
  vertical-align: top;
}

.product-gallery__image {
  cursor: crosshair;
  cursor: zoom-in;
  width: 100%;
}

.side-bar .product-gallery__image {
  cursor: pointer;
  max-width: 100%;
}

.product-gallery__nav {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product-gallery__thumbnail-container {
  display: none;
}
.product-gallery__thumbnail-container--horizontal {
  display: block;
  list-style: none;
  padding: 0 1.25vw;
  margin: 21px 0;
  width: 100%;
}
.product-gallery__thumbnail-container--horizontal .slick-slide {
  padding: 0 1.25vw;
}

.product-gallery__thumbnail-thumb-active > img.product-gallery__thumbnail-thumb {
  border: solid 2px #3c3c3c;
}

.gallery-modal-view {
  display: none;
}
.gallery-modal-view.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background: #fff;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.gallery__click-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.product-below-gallery {
  float: left;
  width: 100%;
}

.modal-view-image {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-gallery__thumbs {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin: 0;
  background: #fff;
  padding: 0 0 0 4px;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
}

.product-gallery__thumb {
  display: inline-block;
  position: relative;
  margin: 4px 4px 0 0;
  width: 50px;
  line-height: 0;
}

.product-gallery__thumb--active::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #3c3c3c;
  width: 100%;
  height: 100%;
  content: "";
}

.product-gallery__thumb-image {
  cursor: pointer;
  width: 100%;
}

.close-modal-view {
  display: inline-block;
  position: fixed;
  top: 3px;
  right: 3px;
  padding: 10px;
}

.gallery-modal__next-button,
.gallery-modal__previous-button {
  position: fixed;
  top: 50%;
  left: 0;
  opacity: 0.8;
  margin: -24px 0 0;
  cursor: pointer;
  width: 16px;
  height: 24px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px 1px 0 rgba(255, 255, 255, 0.6);
  font-size: 24px;
}
.gallery-modal__next-button::before,
.gallery-modal__previous-button::before {
  padding: 21px;
}

.gallery-modal__next-button {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
  left: auto;
}

.product-gallery__video {
  width: 100%;
  height: auto;
}

.product-gallery__video-link {
  position: absolute;
  bottom: 4px;
  z-index: 1;
  border: 0;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
  font-weight: 400;
}
.product-gallery__video-link > .iconf {
  margin: 0 7px 0 0;
}

.product-gallery__video-title {
  display: none;
}

.gallery-modal__instructions {
  top: 21px;
  left: 21px;
  border: solid 1px #ddd;
  background: rgba(255, 255, 255, 0.8);
  padding: 14px;
  color: #000;
  pointer-events: none;
}
.gallery-modal__instructions--close {
  position: fixed;
}
.gallery-modal__instructions--open {
  -moz-animation: hide-instructions 1s 3s ease forwards;
  -ms-animation: hide-instructions 1s 3s ease forwards;
  -o-animation: hide-instructions 1s 3s ease forwards;
  -webkit-animation: hide-instructions 1s 3s ease forwards;
  animation: hide-instructions 1s 3s ease forwards;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  max-width: 115px;
  text-align: center;
  visibility: hidden;
}
.gallery-modal__instructions--active {
  visibility: visible;
}
.side-bar .gallery-modal__instructions {
  display: none;
}

@-webkit-keyframes hide-instructions {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide-instructions {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide-instructions {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .product-gallery__wrapper::before, .product-gallery__wrapper::after {
    display: table; /* 2 */
    content: " "; /* 1 */
  }
  .product-gallery__wrapper::after {
    clear: both;
  }
  .product-gallery__wrapper--sticky {
    position: fixed;
    top: 20px;
    width: calc(50% - 3.125vw);
  }
  .product-gallery__wrapper--header-pinned {
    top: 75px;
  }
  .product-gallery__wrapper--pin-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
    width: calc(50% - 3.125vw);
  }
  .product-gallery {
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .product-gallery__wrap {
    width: 55%;
    float: left;
  }
  .product-gallery--horizontal {
    position: static;
    width: 50%;
    margin: 0;
    padding: 0 1.25vw 0 0;
  }
  .product-gallery--mobilePdpImageGallery .image-zoom-icon {
    display: none;
  }
  .product-gallery--mobilePdpImageGallery .gallery-modal__instructions {
    display: block;
  }
  .product-gallery--mobilePdpImageGallery .product-gallery__image {
    padding: 0;
  }
  .product-gallery--mobilePdpImageGallery .slick-track {
    margin-left: 0;
  }
  .product-gallery--mobilePdpImageGallery .slick-dots {
    margin: 14px 0 0;
  }
  .product-gallery--mobilePdpImageGallery .slick-dots > li {
    border: none;
    background-color: #999;
  }
  .product-gallery--mobilePdpImageGallery .slick-dots > li.slick-active {
    background-color: #3c3c3c;
  }
  .product-below-gallery {
    width: 55%;
  }
  .product-below-gallery--multipdp {
    float: left;
    width: 50%;
    padding-right: 1.25vw;
  }
  .product-gallery__container--horizontal {
    padding: 0 1.25vw 0 0;
  }
  .product-gallery__video-title {
    display: inline;
  }
  .product-gallery__nav {
    border-top: solid 1px #e8e8e8;
    padding: 20px 60px 0;
  }
  .product-gallery__container > .slick-list {
    padding-bottom: 21px;
  }
  .product-gallery__container > .slick-dots {
    margin: 0;
    border-top: solid 1px #e8e8e8;
    padding: 21px;
  }
  img.product-gallery__thumbnail-thumb {
    border: solid 2px #fff;
  }
  .product-gallery__thumbnail-container {
    display: none;
  }
  .product-gallery__thumbnail-container--horizontal {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 -0.625vw;
    width: calc(100% + (1.25vw - 4px));
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .product-gallery__thumbnail-container--horizontal .slick-slide {
    padding: 0 0.625vw;
  }
}
@media (min-width: 1024px) {
  .product-gallery__wrapper--sticky {
    transition: top ease 100ms;
  }
  .product-gallery__wrapper--sticky {
    width: calc(50% - 2.5vw);
  }
  .product-gallery__wrapper--pin-bottom {
    width: calc(50% - 2.5vw);
  }
  .product-oos__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .product-oos__wrapper {
    margin-bottom: 34px;
  }
  .gallery-modal__instructions--close {
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
  }
  .gallery-modal__instructions--open {
    left: 19%;
  }
  .product-gallery__thumb {
    margin: 5px 5px 0 0;
    width: 69px;
  }
  .product-gallery__thumb--active::after {
    border: solid 2px #3c3c3c;
  }
  .product-gallery__thumbnail-container {
    width: 19%;
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .product-gallery__thumbnail-container .slick-list {
    top: -5px;
  }
  .product-gallery__thumbnail-container .slick-vertical-nav-button + .slick-list {
    top: 0;
  }
  .product-gallery__thumbnail-container--horizontal {
    width: 16.6666666667%;
    padding: 0 1.25vw 0 0;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
  }
  .product-gallery__thumbnail-container--horizontal.horizontal-slide {
    top: -15px;
  }
  .product-gallery__thumbnail-container--horizontal .slick-vertical-nav-button {
    height: 11px;
  }
  .product-gallery__thumbnail-container--horizontal .slick-vertical-nav-button.slick-nav-prev {
    margin-bottom: 3px;
    margin-top: -3px;
  }
  .product-gallery__thumbnail-container--horizontal .slick-slide {
    padding: 0;
  }
  .product-details-page--horizontal .product-gallery {
    overflow: initial;
  }
  img.product-gallery__thumbnail-thumb {
    border: solid 2px #fff;
    width: 60%;
    min-height: 70px;
    margin: 5px auto;
  }
  img.product-gallery__thumbnail-thumb--horizontal:first-child {
    margin-top: 2px;
  }
  .product-gallery__thumbnail-thumb {
    position: relative;
  }
  .product-gallery__thumbnail-thumb.slick-slide > img {
    width: 60%;
  }
  .product-gallery__thumbnail-thumb--horizontal.slick-slide > img {
    width: 100%;
  }
  .product-gallery__thumbnail-thumb-active > img.product-gallery__thumbnail-thumb {
    border: solid 2px #3c3c3c;
  }
  .product-gallery__thumbnail-thumb-active > img.product-gallery__thumbnail-thumb-horizontal {
    border: solid 1px #3c3c3c;
  }
  .product-gallery__thumbnail-thumb > .video-icon {
    background: url(../image/icons/thumb-play-video@2x.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-size: 40px 40px;
  }
  .product-gallery__container {
    width: 80%;
    float: left;
  }
  .product-gallery__container .slick-nav-button {
    margin-top: -36.5px;
  }
  .product-gallery__container .slick-nav-button .slick-next,
  .product-gallery__container .slick-nav-button .slick-prev {
    opacity: 1;
  }
  .product-gallery__container .slick-nav-button.slick-nav-prev {
    margin-bottom: 10px;
  }
  .product-gallery__container.slick-slider:hover .slick-nav-button .slick-next,
  .product-gallery__container.slick-slider:hover .slick-nav-button .slick-prev, .product-gallery__container.slick-slider:active .slick-nav-button .slick-next,
  .product-gallery__container.slick-slider:active .slick-nav-button .slick-prev {
    opacity: 1;
  }
  .product-gallery__container--horizontal {
    float: right;
    width: 83.3333333333%;
    padding: 0 0 0 1.25vw;
  }
  .product-gallery__container--horizontal .slick-dots {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product-gallery__thumbnail-container .product-gallery__thumbnail-thumb > img {
    min-height: 81px;
  }
  .product-gallery__wrapper--sticky {
    width: calc(600px - 2.5vw);
  }
  .product-gallery__wrapper--pin-bottom {
    width: calc(600px - 2.5vw);
  }
}
@media (min-width: 1600px) {
  .product-gallery__thumbnail-container .product-gallery__thumbnail-thumb > img {
    min-height: 93px;
  }
  .product-gallery__wrapper--sticky {
    width: calc(700px - 2.5vw);
  }
  .product-gallery__wrapper--pin-bottom {
    width: calc(700px - 2.5vw);
  }
}
.product-added-popover {
  background-color: #fff;
  z-index: 1500;
  width: 360px;
  height: auto;
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  top: 152px;
  right: 1rem;
}
.desktop_header .product-added-popover {
  top: 86px;
  right: -0.5rem;
}
.product-added-popover:before {
  content: "";
  position: absolute;
  right: 16px;
  top: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 18px 12px;
  border-color: transparent transparent #c6c6c6 transparent;
  z-index: 1500;
}
.product-added-popover:after {
  content: "";
  position: absolute;
  right: 17px;
  top: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 17px 11px;
  border-color: transparent transparent #f8f8f8 transparent;
  z-index: calc(1500 + 1);
}
.product-added-popover__header {
  width: 100%;
  padding: 10px 16px 10px 16px;
  font-weight: 600;
  background-color: #f8f8f8;
}
.product-added-popover__header-text {
  display: inline-block;
  width: 170px;
}
.product-added-popover__header-text--two-item {
  font-weight: 400;
  color: #767676;
  margin-left: 6px;
}
.product-added-popover__close {
  top: 10px;
  right: 8px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: url("../image/icons/close_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
}
.product-added-popover__sub-header {
  width: 100%;
  padding: 8px 150px 7px 16px;
  background-color: #e0ece3;
  background-image: url("../image/icons/success-green.svg");
  background-position: 16px center;
  background-repeat: no-repeat;
  color: #06bd98;
}
.product-added-popover__sub-header-text {
  margin-left: 32px;
}
.product-added-popover__product-container {
  color: #1c1c1c;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}
.product-added-popover__product-image {
  width: 110px;
  float: left;
  margin-right: 5px;
  height: 140px;
}
.product-added-popover__product-details {
  width: 50%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  font-family: "Gibson", "Helvetica", "Arial", sans-serif;
  display: grid;
  grid-template-columns: 90px auto;
}
.product-added-popover__product-name {
  font-weight: 400;
  font-size: 14px;
  font-family: "Gibson", "Helvetica", "Arial", sans-serif;
}
.product-added-popover__product-name--full {
  width: 300px;
  margin-bottom: 5px;
}
.product-added-popover__product-price {
  display: flex;
  flex-direction: column;
}
.product-added-popover__product-price .price--marked-down {
  color: #e22921;
}
.product-added-popover__product-price .strike-prev-price {
  text-decoration: line-through;
  color: #999;
}
.product-added-popover__footer {
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  font-family: "Gibson", "Helvetica", "Arial", sans-serif;
  width: 100%;
  background-color: #f8f8f8;
  padding: 12px;
  margin-top: 10px;
  color: #1c1c1c;
}
.product-added-popover__footer-subtotal {
  flex-direction: row;
  justify-content: space-between;
}
.product-added-popover .button--primary {
  margin: 7px 0;
  top: 1px;
}
.product-added-popover .button--secondary {
  margin: 8px 0;
  padding: 0 32px;
}
.product-added-popover .button--secondary:hover, .product-added-popover .button--secondary:focus {
  border-color: #000;
  background-color: #fff;
  color: #3c3c3c;
}
.product-added-popover .view-bag-icon-uk {
  background-image: url("../image/header/bag_icon.svg");
  background-position: 102px center;
  background-repeat: no-repeat;
}
.product-added-popover .view-bag-icon-fr {
  background-image: url("../image/header/bag_icon.svg");
  background-position: 89px center;
  background-repeat: no-repeat;
}
.product-added-popover .view-bag-icon-de {
  background-image: url("../image/header/bag_icon.svg");
  background-position: 68px center;
  background-repeat: no-repeat;
}

.plp-showmore, .pdp-showmore {
  margin: 35px auto;
  border-bottom: 1px solid #ddd;
  padding: 0 2.5vw;
  max-width: 1200px;
  text-align: center;
  line-height: 0.1em;
}
.plp-showmore > span, .pdp-showmore > span {
  border: none 0;
  background: #fff;
  padding-right: 7px;
  padding-left: 7px;
  width: 100%;
}
.plp-showmore > span:before, .pdp-showmore > span:before {
  margin-right: 7px;
}

.plp-showless, .pdp-showless {
  margin: 35px auto;
  border-bottom: 1px solid #ddd;
  padding: 0 2.5vw;
  max-width: 1200px;
  text-align: center;
  line-height: 0.1em;
}
.plp-showless > span, .pdp-showless > span {
  border: none 0;
  background: #fff;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
}
.plp-showless > span:before, .pdp-showless > span:before {
  margin-right: 7px;
}

.product-item__saveditem-icon {
  cursor: pointer;
  padding: 6px 0 6px 6px;
  font-size: 18px;
}
.product-item__saveditem-icon.iconf--saved-items-icon {
  color: #767676;
}
.product-item__saveditem-icon.saveditems-pin__bag {
  cursor: default;
}
.product-item__saveditem-icon--hover.iconf--saved-items-icon:hover {
  color: #3c3c3c;
}
.product-item__saveditem-icon.iconf--saved-items-icon-selected {
  color: #3723f7;
}
.product-item__saveditem-icon--cart {
  font-size: 16px;
}

.product-item__saveditem-tooltip {
  top: -10px;
  right: 0;
  left: auto;
  margin: 0 -10px 0 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-details-page {
  margin: 21px auto;
}
@media screen and (max-width: 1024px) {
  .product-details-page.PDP-height {
    min-height: 700px;
  }
}
@media screen and (min-width: 1025px) {
  .product-details-page.PDP-height {
    min-height: 648px;
  }
}
@media screen and (min-width: 1440px) {
  .product-details-page.PDP-height {
    min-height: 876px;
  }
}
.product-details-page--horizontal {
  margin-bottom: 42px;
}

.product-side-wrapper--multipdp::before, .product-side-wrapper--multipdp::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.product-side-wrapper--multipdp::after {
  clear: both;
}
.product-side-wrapper section[data-ng-cloak] {
  display: none;
}

.product-side-wrapper__product-detail--multipdp::before, .product-side-wrapper__product-detail--multipdp::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.product-side-wrapper__product-detail--multipdp::after {
  clear: both;
}

.product-heading {
  margin: 20px 0 0;
  text-align: left;
}
.product-heading--multipdp {
  margin: 14px 0 0;
}

.product-heading--multipdp .product-description__highlight {
  margin: 7px 0;
  display: inline-block;
}

.product-description {
  margin: 20px 0 24px;
}

.product-description-image__item {
  width: 100%;
  display: block;
}

.product-side-wrapper__product {
  margin: 0 0 21px;
}

.product-item__pdp-heart-icon {
  position: absolute;
  top: -2px;
  right: 0;
}

.product-item__pdp-heart-icon-tooltip {
  min-width: 200px;
  position: absolute;
  left: -174px;
  top: auto;
  bottom: 32px;
}

.product-item__pdp-heart-icon--large {
  font-size: 21px;
}

.product-description__name {
  margin: 7px 0;
  font-family: "Gibson", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 100;
  position: relative;
  padding: 0 37px 0 0;
}
.product-description__name--multipdp {
  margin: 0;
}

.product-description__reviews {
  margin: 8px auto 16px;
}

.product-review-summary {
  padding: 0 1.875vw;
  margin-top: 24px;
  margin-bottom: 80px;
}

.product-description__prices {
  margin: 7px 0 14px;
}
.product-description__prices--multipdp {
  margin: 0;
}

.product-description__price {
  margin: 0 5px 0 0;
  font-size: 21px;
}
.product-description__price--previous {
  line-height: 21px;
  font-size: 16px;
}

.product-description__inline-promotion {
  margin: 0 10px;
  color: #3723f7;
  font-size: 18px;
  font-weight: 400;
}

.product-sizes {
  display: table;
  margin: 28px 0 21px;
  width: 100%;
}

.product-sizes__select-wrapper {
  display: table-cell;
  width: 100%;
}

.product-sizes__select-lowercase {
  text-transform: none;
}

.product-sizes__one-size {
  text-align: left;
  display: inline;
}
.product-sizes__one-size--multipdp {
  margin: 7px 0 14px 0;
}

.product-sizes__message-wrap {
  margin: 14px 0 21px;
}

.product-sizes__urgency-message {
  display: inline;
  margin-left: 5px;
}

.product-sizes__size-chart {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
}

.product-promo {
  margin: auto 0;
  padding: 28px 0 28px;
  text-align: center;
  display: none;
}
.product-promo::before, .product-promo::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.product-promo::after {
  clear: both;
}
.product-promo--show {
  display: block;
}
.product-promo--sfs .product-promo-header,
.product-promo--sfs .product-promo-return-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-promo--sfs .product-promo-header__txt,
.product-promo--sfs .product-promo-return-header__txt {
  margin-left: 10px;
}
.product-promo--sfs .product-promo__message {
  margin: 3px;
}
.product-promo--sfs .product-promo-return-header {
  margin-top: 25px;
}
.product-promo--sfs .product-promo__return-link-aside {
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}

.product-promo__linkcontainer {
  float: left;
  margin: 15px auto 30px;
  width: 100%;
  text-align: center;
}
.product-promo__linkcontainer span {
  display: inline-block;
  width: 49%;
  border-left: 1px solid #3c3c3c;
}
.product-promo__linkcontainer span:first-child {
  border-left-width: 0;
}
.product-promo__linkcontainer span > a {
  font-weight: 400;
}
.product-promo__linkcontainer .product-cms-link {
  border-left: 1px solid #3c3c3c;
}

.product-details {
  color: #3c3c3c;
  font-weight: 100;
}
.product-details--show-more {
  max-height: 179px;
  overflow: hidden;
  position: relative;
}
.product-details--show-more::after {
  content: "";
  -moz-background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -ms-background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -o-background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -webkit-background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -8px;
  z-index: 1;
}

.product-details-wrapper--multipdp {
  margin: 14px 0 0;
}
.product-details-wrapper--multipdp .product-details--show-more {
  max-height: 129px;
}
.product-details-wrapper--multipdp .pdp-showmore,
.product-details-wrapper--multipdp .pdp-showless {
  margin: 0 auto;
}
.product-details-wrapper--multipdp .product-details__buttons {
  margin: -7px 0 7px;
}

.product-details__buttons {
  position: relative;
  z-index: 2;
  margin: -7px 0 14px;
}

.pdp-showless {
  cursor: pointer;
  margin: 0 auto 35px;
  padding-left: 0;
  padding-right: 0;
}
.pdp-showless > button {
  border: none 0px;
  padding: 7px;
  background: #fff;
  width: auto;
  margin: 0px 0px -14px;
  line-height: 1em;
}
.pdp-showless > button:before {
  margin-right: 7px;
}
.pdp-showless > button:focus {
  outline: dotted 1px;
}

.pdp-showmore {
  cursor: pointer;
  margin: 0 auto 35px;
  padding-left: 0;
  padding-right: 0;
}
.pdp-showmore > button {
  border: none;
  padding: 7px;
  background: #fff;
  margin: 0 0 -13px;
  line-height: 1em;
}
.pdp-showmore > button:before {
  margin-right: 7px;
}
.pdp-showmore > button:focus {
  outline: dotted 1px;
}

.product-details__heading {
  margin: 42px 0 30px;
  border-bottom: solid 1px #e8e8e8;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.product-details__care-title {
  font-weight: 400;
}

.product-details__care {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.product-details__care li::before {
  content: "- ";
}

.product-details__care__title {
  font-weight: 400;
}

.product-details__request-notification {
  margin: 0 0 28px;
  border: dashed 1px #c6c6c6;
  padding: 18px;
}
.product-details__request-notification .ng-submitted .ng-invalid {
  border-color: #e22921;
}

.product-details__added-text-wrapper {
  color: #3723f7;
}
.product-details__added-text-wrapper .iconf--tick::before {
  height: 14px;
}

.notification-form-wrapper {
  position: relative;
}
.notification-form-wrapper > label {
  margin-bottom: 7px;
}

.form__error-msg--product-notification {
  top: -25px;
  bottom: auto;
  margin: 0;
}

.product-details__request-notification--success {
  text-align: center;
}
.product-details__request-notification--success .iconf--tick {
  border-bottom: solid 1px #3723f7;
  padding: 0 0 5px;
  color: #3723f7;
}

.product-details__pre-order-tag {
  text-align: center;
  color: #3723f7;
}

.product-details__out-of-stock {
  margin: 46px 0;
  text-align: left;
  font-weight: 600;
}

.stock-notification__button {
  margin: 15px 0 10px;
  padding: 0 14px;
}

.product-details__added-to-bag {
  margin: 0 0 28px;
  border: dashed 1px #c6c6c6;
  padding: 10px 18px 28px;
  text-align: center;
}

.product-details__bag-alert {
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 104px;
  width: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-left: -9px;
  padding: 10px 0 10px;
  opacity: 0;
  background-color: #3c3c3c;
  z-index: 100;
  transition: visibility 0.5s, opacity 0.5s linear;
}
.product-details__bag-alert--show {
  visibility: visible;
  opacity: 0.95;
  transition: visibility 0.5s, opacity 0.5s linear;
}
.product-details__bag-alert--sticky {
  position: fixed;
  top: 56px;
}

@media (min-width: 768px) {
  .product-details__bag-alert {
    display: none;
  }
}
.side-bar .product-details__bag-alert {
  display: none;
}

.view-full-page {
  text-align: center;
}

.view-full-page--align-left {
  text-align: left;
}

.product-details-page-section2 {
  display: none;
}

.product-details__cta-wrapper {
  margin-bottom: 28px;
}

.sfs-msg {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.sfs-msg__txt {
  color: #3723f7;
  margin: 0;
  margin-left: 5px;
  line-height: 22px;
  font-weight: 400;
}

.product-details__sticky-wrapper {
  display: none;
}

.product-details__sticky-cta-wrapper {
  position: fixed;
  bottom: 0;
  margin-left: -2.5vw;
  padding: 0 2.5vw;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.sticky-select {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
}
.sticky-select__text {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  pointer-events: none;
}
.sticky-select__button {
  border-radius: 4px;
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  height: 48px;
  color: #3c3c3c;
  -moz-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms, background ease-out, 300ms;
  -ms-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms, background ease-out, 300ms;
  -o-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms, background ease-out, 300ms;
  -webkit-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms, background ease-out, 300ms;
  transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms, background ease-out, 300ms;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
  font-size: 16px;
  padding: 0 32px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #3c3c3c;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #fb6a00;
  border: 0;
}
.sticky-select__button .iconf {
  -moz-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms;
  -ms-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms;
  -o-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms;
  -webkit-transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms;
  transition: color cubic-bezier(1, -0.01, 0, 1.03) 300ms;
}
@media (min-width: 580px) {
  .sticky-select__button {
    min-width: 240px;
  }
}
@media (min-width: 768px) {
  .sticky-select__button {
    width: auto;
  }
}
.is-not-touch .sticky-select__button:hover {
  color: #fff;
  background-color: #000;
}
@media (min-width: 580px) {
  .layout-component .sticky-select__button {
    min-width: 192px;
  }
}
.is-not-touch .sticky-select__button:hover {
  background: #ff401a;
  border: 0;
}
.sticky-select__button .iconf {
  color: #fff;
}

.product-cta-hidden {
  visibility: hidden;
}

.product-details__sticky-info {
  display: none;
  justify-content: space-between;
  padding-top: 8px;
}
.product-details__sticky-info--visible {
  display: flex;
}

.sticky-wrapper-visible {
  display: block;
}

.sticky-select__visible {
  display: flex;
}

.product-details__save-cta {
  margin-bottom: 14px;
}

.find-in-store-wrapper__new .button {
  border-radius: 6.25rem;
  box-shadow: none;
  animation: none;
}
.is-not-touch .find-in-store-wrapper__new .button:hover {
  color: #000;
  background-color: #fff;
}
.find-in-store-wrapper__new .icon--mapmarker-find-in-store_new:before {
  background: url("../image/icons/find-in-store.svg") no-repeat center center;
  width: 1.5rem;
  height: 1.5rem;
}

.product-ctas-size-wrapper--multipdp .add-to-bag-wrapper {
  margin-bottom: 0;
}
.product-ctas-size-wrapper--multipdp .find-in-store-wrapper {
  margin-top: 14px;
}
.product-ctas-size-wrapper--multipdp .product-details__save-cta {
  margin-bottom: 0;
  margin-top: 14px;
}
.product-ctas-size-wrapper--multipdp .find-in-store-cta {
  margin-top: 14px;
}
.product-ctas-size-wrapper--multipdp .product-details__cta-wrapper {
  margin-bottom: 0;
}
.product-ctas-size-wrapper--multipdp .product-sizes {
  margin: 7px 0 14px 0;
}
.product-ctas-size-wrapper--multipdp .product-details__added-to-bag {
  margin: 21px 0 0;
}
.product-ctas-size-wrapper--multipdp .product-details__request-notification {
  margin: 0 0 21px;
}
.product-ctas-size-wrapper--multipdp .product-sizes__one-size {
  margin: 7px 0 14px 0;
}
.product-ctas-size-wrapper--multipdp .product-details__out-of-stock {
  margin: 7px 0 0;
}

.product-details__low-stock {
  text-align: center;
  line-height: 1em;
  font-style: italic;
  margin-bottom: 0;
}

.product-details__save-item-add-icon {
  margin-right: 7px;
  vertical-align: middle;
  line-height: 21px;
  color: #767676;
  font-size: 18px;
}

.product-details__save-item-success {
  margin-top: 21px;
  border: dashed 1px #c6c6c6;
  padding: 21px 10px;
  text-align: center;
  color: #3723f7;
}
.product-details__save-item-success .iconf--small {
  margin: 0 10px 0 0;
  font-size: 12px;
}

.product-details__save-item-success-msg > a {
  color: inherit;
}

.product-details__add-to-bag {
  margin-bottom: 21px;
}

.product-details-wrapper {
  display: none;
  float: right;
  width: 100%;
}

.product-details-wrapper.product-details-wrapper--mobile {
  display: block;
}

.product-details-wrapper--multipdp {
  display: block;
}
.product-details-wrapper--multipdp::before, .product-details-wrapper--multipdp::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.product-details-wrapper--multipdp::after {
  clear: both;
}
.product-details-wrapper--multipdp #productInfoStructure .product-details__heading {
  margin: 0 0 14px;
  padding: 0 0 7px 0;
}

#productInfoStructure .product-details__heading {
  margin: 42px 0 14px;
  padding: 7px 0;
}
#productInfoStructure .product-details--description p {
  margin-bottom: 0;
}
#productInfoStructure .product-details__care p {
  margin-top: 0;
}
#productInfoStructure .product-details--product-code {
  padding: 14px 0;
}
#productInfoStructure .product-details__care-title {
  display: block;
  padding: 0 0 7px;
}
#productInfoStructure .product-details__care {
  margin: 0 0 14px;
}

.product-side-wrapper--multipdp .product-promo {
  margin: 0;
  float: left;
  width: 100%;
}

.product-side-wrapper--multipdp .button {
  min-width: initial;
}

.product-side-wrapper__product--multipdp {
  margin-bottom: 42px;
}

.product-details--warning-icon {
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  float: left;
  position: relative;
  padding: 1px;
}
.product-details--warning-icon::after {
  content: "!";
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  background-color: #3723f7;
  position: absolute;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 100%;
}

.product-details--warning-text {
  padding-left: 4px;
  font-weight: 400;
  letter-spacing: 0.400000006px;
  text-align: left;
  font-family: Gibson;
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 420px) {
  .saveditems-mobile__element-hide {
    display: block;
  }
}
@media (min-width: 768px) {
  .pdp-showless,
  .pdp-showmore {
    display: block;
    width: 300px;
  }
  .pdp-showmore {
    margin: 0 auto 77px;
  }
  .product-details-wrapper {
    display: block;
    min-height: 215px;
  }
  .product-details-wrapper--multipdp {
    min-height: 0;
  }
  .product-details-wrapper.product-details-wrapper--mobile {
    display: none;
  }
  .product-side-wrapper {
    float: right;
    width: 45%;
  }
  .product-side-wrapper--multipdp {
    width: 50%;
  }
  .product-promotions-wrapper .cart-top-promos .trolley-rocket__wrapper {
    display: none;
  }
  .product-promotions-wrapper .cart-top-promos .cart-top-promo p {
    display: inline-block;
    margin: 14px 0 0;
  }
  .product-promotions-wrapper .cart-top-promos .cart-top-promo:first-child p {
    margin: 0;
  }
  .product-promotions-wrapper > .product-promo {
    margin: 7px auto 0;
    width: auto;
  }
  .product-heading,
  .product-ctas,
  .product-promo,
  .product-details {
    margin: 0 auto;
    width: 300px;
  }
  .product-side-wrapper--multipdp .product-heading,
  .product-side-wrapper--multipdp .product-ctas,
  .product-side-wrapper--multipdp .product-promo,
  .product-side-wrapper--multipdp .product-details,
  .product-side-wrapper--multipdp .cart-top-promos {
    margin: 0;
    width: 100%;
    max-width: 300px;
  }
  .product-promotions-wrapper .cart-top-promos {
    margin: 0 0 7px 0;
  }
  .product-side-wrapper--multipdp .product-promo {
    margin: 0;
    float: left;
  }
  .product-details-wrapper--multipdp .pdp-showmore,
  .product-details-wrapper--multipdp .pdp-showless {
    margin: 0;
    width: 100%;
  }
  .product-description-image__container {
    float: left;
    display: inline;
  }
  .product-multi-item_spacer {
    padding-top: 8px;
  }
  .product-item__pdp-heart-icon {
    top: -2px;
  }
  .product-promotions-wrapper {
    display: block;
  }
  .product-promotions__padding-spacer {
    width: 33.3333333333%;
    padding: 0 1.25vw;
    float: left;
    max-width: 125px;
    height: 1px;
  }
  .product-description-image__container {
    width: 33.3333333333%;
    padding: 0 1.25vw;
    float: left;
    max-width: 125px;
  }
  .heading-ctas-wrapper,
  .product-promotions__info {
    width: 66.6666666667%;
    float: left;
    padding: 0 0 0 1.25vw;
  }
  .product-heading--multipdp .product-description__highlight {
    margin: 0 0 7px 0;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .product-details-wrapper--multipdp .pdp-showmore,
  .product-details-wrapper--multipdp .pdp-showless {
    max-width: 320px;
  }
  .is-not-touch .product-item__saveditem-icon:hover ~ .product-item__saveditem-tooltip--add, .is-not-touch .product-item__saveditem-icon:focus ~ .product-item__saveditem-tooltip--add {
    display: block;
    opacity: 1;
  }
  .is-not-touch .product-item__saveditem-icon.iconf--saved-items-icon-selected:hover ~ .product-item__saveditem-tooltip--remove, .is-not-touch .product-item__saveditem-icon.iconf--saved-items-icon-selected:focus ~ .product-item__saveditem-tooltip--remove {
    display: block;
    opacity: 1;
  }
  .product-description-image__container {
    width: 33.3333333333%;
    padding: 0 1.25vw;
    float: left;
    max-width: 156px;
  }
  .product-promotions__padding-spacer {
    max-width: 156px;
  }
  .product-details-page--horizontal {
    margin: 35px auto 42px;
  }
  .product-details-page--horizontal .product-gallery {
    overflow: visible;
  }
  .pdp-showless,
  .pdp-showmore {
    display: block;
    width: 320px;
    margin: 0 auto;
  }
  .product-side-wrapper--multipdp .product-heading,
  .product-side-wrapper--multipdp .product-ctas,
  .product-side-wrapper--multipdp .product-promo,
  .product-side-wrapper--multipdp .product-details,
  .product-side-wrapper--multipdp .cart-top-promos {
    margin: 0;
    width: 100%;
    max-width: 320px;
  }
  .product-side-wrapper--multipdp .product-promo {
    margin: 0;
    float: left;
  }
  .product-promotions-wrapper .cart-top-promos {
    margin: 0 0 7px 0;
  }
  .product-heading,
  .product-ctas,
  .product-promo,
  .product-details {
    width: 320px;
  }
  .product-details-wrapper.product-details-wrapper--mobile {
    display: none;
  }
  .product-details-wrapper {
    display: block;
  }
  .product-sizes {
    margin: 21px 0;
  }
  .product-details-page-section2 {
    display: block;
  }
  .product-side-wrapper {
    width: 45%;
  }
  .product-side-wrapper--multipdp {
    width: 50%;
  }
}
.pdp-banner-links {
  margin: 43px 0 56px 0;
}
.pdp-banner-links.pdp-shopTheLook {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .pdp-banner-links {
    margin: 63px 0 76px 0;
  }
  .pdp-banner-links.pdp-shopTheLook {
    margin-top: 5px;
  }
  .pdp-banner-links .content {
    padding: 0 1.875vw;
  }
}
.pdp-banner-links__title {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: 100;
  margin: 0 0 10px 0;
}
.pdp-banner-links .banner-links {
  justify-content: left;
  height: 52px;
}

.side-bar .product-sizes__size-chart {
  display: none;
}

@media screen and (max-width: 1024px) {
  .product-gallery__wrap.pdp-inline-images .PDP_only_tablet {
    display: block;
  }
  .product-gallery__wrap.pdp-inline-images .PDP_only_desktop {
    display: none;
  }
}
.PDP_only_desktop {
  display: block;
}

@media screen and (min-width: 1025px) {
  .product-gallery__wrap.pdp-inline-images {
    width: calc(100% - 400px);
  }
  .product-gallery__wrap.pdp-inline-images .PDP_only_tablet {
    display: none;
  }
  .product-gallery__wrap.pdp-inline-images .PDP_only_desktop {
    display: block;
  }
  .product-gallery__wrap.pdp-inline-images .product_inline_image_container {
    margin: 0;
    margin-bottom: 48px;
    margin-right: 2vw;
    margin-left: 12px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-gallery__wrap.pdp-inline-images .product_inline_image_container .item.item--photo:nth-child(even) {
    margin-left: 8px;
  }
  .product-gallery__wrap.pdp-inline-images .product_inline_image_container .item.item--photo,
  .product-gallery__wrap.pdp-inline-images .product_inline_image_container .item.item--video {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    position: relative;
  }
  .product-gallery__wrap.pdp-inline-images .product_inline_image_container .item.item--photo .shop-the-look {
    transform: translate(16px, -16px);
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
  }
  .pdp-desktop-side-wrapper {
    width: 400px;
  }
}
.product-pay-in-3-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2px 0 16px;
  gap: 8px;
}
.product-pay-in-3-component.colorOptions {
  margin: 2px 0 9px;
}
.product-pay-in-3-component.sizeOptions {
  margin: 2px 0 -12px;
}
@media (min-width: 1024px) {
  .product-pay-in-3-component.sizeOptions {
    margin: 2px 0 -5px;
  }
}
.product-pay-in-3-component .pay-in-3-message {
  height: 20px;
  font-family: "Gibson", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #3c3c3c;
  margin: 0;
}
.product-pay-in-3-component .pay-in-3-message.new_font_GT {
  font-family: "GT Walsheim", "Helvetica", "Arial", sans-serif;
}
.product-pay-in-3-component .pay-in-3-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 12px;
  margin: 0;
}
.product-pay-in-3-component .pay-in-3-icons .pay-in-3-klarna {
  cursor: pointer;
  background: url("../image/payment/klarna-pay-in-3.svg") center no-repeat;
  width: 35.83px;
  height: 20px;
  margin-right: 8px;
}
.product-pay-in-3-component .pay-in-3-icons .pay-in-3-paypal {
  cursor: pointer;
  background: url("../image/payment/paypal-pay-in-3.svg") center no-repeat;
  width: 54.67px;
  height: 16px;
  margin-right: 8px;
}
.product-pay-in-3-component .pay-in-3-icons .learn-more {
  cursor: pointer;
  border-bottom: 1px solid #3c3c3c;
  width: 59px;
  height: 20px;
  font-family: "Gibson", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #3c3c3c;
  text-decoration: none;
}
.product-pay-in-3-component .pay-in-3-icons .learn-more--static-width {
  width: 3.875rem;
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}

.button {
  transition: 0.9s ease-in-out;
}

.button:active {
  transform: scale(0.9);
}

.container-animate {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button span.add-to-cart {
  opacity: 1;
}

.button span.added {
  opacity: 0;
}

.addToBagLoader-svg {
  width: 28px;
  height: 28px;
  background: url(../image/generic/loading-white@2x.gif);
  opacity: 0;
  background-size: contain;
}

.addToBagSuccess-svg {
  height: 100px;
  width: 100px;
  background-image: url("../image/icons/success.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}

.added {
  top: 50%;
  padding: 0 0 0 36px;
  background-image: url("../image/icons/success.svg");
  background-repeat: no-repeat;
  background-position: left center;
  color: #f8f8f8;
}

.button.clicked .addToBagLoader-svg {
  animation: cart 0.7s ease-in forwards;
}

.button.clicked .addToBagLoader-svg::after {
  content: "";
  animation: wait 0.7s ease-in forwards;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.button.clicked .addToBagSuccess-svg {
  opacity: 0;
  animation: box 0.7s ease-in forwards;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.button.clicked span.add-to-cart {
  animation: txt1 0.2s ease-in forwards;
}

.button.clicked span.added {
  opacity: 0;
  animation: txt2 0.2s ease-in forwards;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

@keyframes cart {
  0%, 100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wait {
  0%, 100% {
    opacity: 0;
  }
}
@keyframes box {
  0%, 100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes txt1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes txt2 {
  0%, 100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.delivery-truck__wrapper {
  margin-bottom: 24px;
  margin-top: 2.5rem;
  font-family: "GT Walsheim", "Helvetica", "Arial", sans-serif;
}
.delivery-truck__bottom-message {
  margin-bottom: 0;
  color: #5064de;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.delivery-truck__bottom-message__checkoutcta {
  color: #5064de;
  font-weight: 500;
}
.delivery-truck__bottom-message.unlocked {
  align-items: center;
}
.delivery-truck__sub-message {
  margin-top: 0;
  line-height: 1.5rem;
  color: #757575;
  font-family: "GT Walsheim", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.delivery-truck__progress-container {
  width: 100%;
  height: 0.25rem;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 1.25rem;
  border-radius: 0.25rem;
}
.delivery-truck__progress-bar {
  left: 0; /* Align with container left */
  right: 0; /* Align with container right */
  background: #ddd;
  border-radius: 0.625rem;
  overflow: hidden;
  height: 0.25rem;
  width: 100%; /* Fill container width */
}
.delivery-truck__progress-fill {
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
  border-radius: 0.625rem 0 0 0.625rem;
  background: #5064de;
  -moz-transition: transform 0.9s ease;
  -ms-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -webkit-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
  will-change: transform;
}
.delivery-truck__truck {
  background-image: url("../image/icons/delivery-free.svg");
  color: #5064de;
  bottom: -12px; /* aligns truck base with progress bar bottom */
  width: 32px;
  height: 32px;
  left: 0;
  -moz-transition: transform 0.9s ease;
  -ms-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -webkit-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
  will-change: transform;
}

.new-pdp-color {
  color: #1c1c1c !important;
}

.product-description__highlight {
  display: inline-flex;
}
.product-details-page .product-description__highlight {
  font-family: "Gibson", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  float: none;
}
.bag-page .product-description__highlight {
  margin-top: 18px;
}
.product-description__highlight--loyalty {
  padding: 2px 4px;
  background-color: #e60b6b;
  font-weight: 600;
  color: #fff;
  max-width: 50%;
  margin: 4px 8px 4px 2px;
  font-size: 9px;
  float: left;
  line-height: 10px;
}
.product-details-page .product-description__highlight--loyalty {
  padding: 9px 8px;
  margin: 0;
}
.product-description__highlight--active-promo-link {
  margin-top: 14px;
  color: #36a9e1;
  font-weight: 600;
}
.product-description__highlight--row {
  flex-direction: row;
  align-items: center;
}
.product-description__highlight--badge {
  color: #fff;
  padding: 0 4px;
  font-weight: 400;
  border-radius: 4px;
  line-height: 20px;
  margin: 0 4px 0 0;
  font-family: "GT Walsheim", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  white-space: nowrap;
}
.product-details-page .product-description__highlight--badge {
  display: inline-flex;
}
.product-description__highlight--badge__message {
  font-family: "GT Walsheim", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #1c1c1c;
}
.product-description__highlight--badge__sale {
  background-color: #e8181b;
}
.product-description__highlight--badge__percentage, .product-description__highlight--badge__rms-discount, .product-description__highlight--badge__code-applied, .product-description__highlight--badge__multi-buy {
  background-color: #00ccaa;
}
.product-description__highlight--badge__staff-discount {
  background-color: #5064de;
}
.product-description__highlight--badge__club {
  background-color: #e60b6b;
}
.product-description__highlight--badge__link {
  color: #1c1c1c;
}
.product-description__highlight--badge__link:hover, .product-description__highlight--badge__link:active, .product-description__highlight--badge__link:focus {
  color: #1c1c1c;
}

.new_font_GT {
  font-family: "GT Walsheim", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400;
}
.new_font_GT_weight {
  font-weight: 500 !important;
}
.new_font_GT_700 {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .new_font_GT_700 {
    font-weight: 500;
  }
}
.new_font_GT-apply {
  font-size: 14px;
}
.new_font_underline {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .new_font_underline {
    text-decoration: underline;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .new_font_underline {
    text-decoration: none;
    font-weight: 500;
  }
}

.padlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.padlock::before {
  content: "";
  background: url("../image/checkout/padlock.svg") center no-repeat;
  width: 17px;
  height: 24px;
}

.cart-top-promos {
  text-align: center;
}
.cart-top-promos .trolley-rocket__wrapper {
  display: none;
}

.cart-top-promo {
  display: none;
}
.cart-top-promo--mobile {
  display: block;
}

.cart-top-promo__icon {
  margin-right: 0.5em;
  color: #3723f7;
}

@media (min-width: 1024px) {
  .cart-top-promo {
    display: block;
  }
}