.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;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.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;
}

.plp-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.plp-wrapper::before, .plp-wrapper::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.plp-wrapper::after {
  clear: both;
}
@media (min-width: 1600px) {
  .plp-wrapper {
    max-width: 1400px;
  }
}

.plp-results {
  position: relative;
  margin: 0 -1.25vw;
  padding-left: 4px;
  width: calc(100% + 8px + 2.5vw);
}
.plp-results::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: " ";
}

.plp-item {
  float: left;
  padding: 1.25vw;
  width: 50%;
  display: inline-block;
  float: none;
  margin-left: -4px;
  padding: 0 1.25vw 21px;
  vertical-align: top;
}
.plp-item--double {
  width: 100%;
}
.plp-item > * {
  margin-bottom: 7px;
}
.plp-item--content {
  margin-bottom: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}
.plp-item__cms {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.plp-item__cms > .plp-item__cms-component {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plp-item__cms > .plp-item__cms-component img {
  max-width: 100%;
  max-height: 100%;
}

.product-item__carousel {
  border-top: 1px solid #ececec;
  padding: 28px 0 14px;
}
.product-item__name {
  display: block;
  clear: left;
  height: 3em;
  max-height: 3em;
  line-height: 1.5em;
  overflow-y: hidden;
}
.product-item__name.no-gap {
  height: auto !important;
  max-height: none !important;
}
.product-item__name.single-line-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
}

.product-item__details-wrapper {
  position: relative;
  clear: both;
  white-space: nowrap;
}
.product-item__details {
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(100% - 30px);
  height: auto;
  white-space: nowrap;
}
.product-item__details strong {
  white-space: pre-line;
}
.product-item__details.no-gap {
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item__details--text {
  white-space: wrap;
}
.product-item__details--text .product-item__name {
  display: block;
  width: 100%;
}
.product-item__promo-image {
  display: block;
  float: left;
  margin: 0 0.25em 7px 0;
  border-width: 0;
  max-width: 100%;
}
.product-item__rating {
  min-height: 20px;
}
.product-item__price {
  margin: 0;
  font-weight: 600;
  flex-grow: 1;
}
.product-item__price--previous-price {
  font-size: 12px;
}
.product-item__quick-view-link {
  display: none;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
}
.product-item__saveditem {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
}
.product-item__saveditem-tooltip {
  top: -10px;
  right: 0;
  left: auto;
  margin: 0 -10px 0 0;
  white-space: nowrap;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.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;
}

.plp-pagination__all {
  display: none;
}

.plp-swatches.swatches {
  text-align: left;
}
.plp-swatches .swatches__swatch {
  width: 18px;
  height: 18px;
  overflow: visible;
}
.plp-swatches .swatch__link {
  top: 0;
  left: 0;
  border: 1px #e8e8e8 solid;
  width: 18px;
  height: 18px;
}
.plp-swatches .swatches__swatch--out-of-stock {
  display: none;
}
.plp-swatches > .swatches__swatch-container {
  display: inline-block;
  margin: 0;
  width: 24px;
  height: 24px;
}

.product-item__price-section {
  margin: 3px 0 14px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 420px) {
  .side-bar .product-item__details {
    height: 3em;
    overflow-y: hidden;
  }
  .side-bar .product-item__details.no-gap {
    height: auto !important;
  }
  .side-bar .product-item__promo-image {
    display: inline-block;
    margin-bottom: 0;
    height: 1.5em;
    vertical-align: bottom;
  }
  .side-bar .product-item__name {
    clear: none;
  }
  .side-bar .product-item__price-section {
    margin: 3px 0 14px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .product-item__carousel {
    min-height: 200px;
  }
  .product-item__name {
    clear: none;
    height: auto;
    overflow-y: visible;
  }
  .product-item__details.no-gap {
    height: auto !important;
  }
  .product-item__promo-image {
    display: inline-block;
    margin-bottom: 0;
    height: 1.5em;
    vertical-align: bottom;
  }
  .product-item__quick-view-link {
    display: block;
  }
  .plp-item {
    width: 33.3333333333%;
  }
  .plp-item--double {
    width: 66.6666666667%;
  }
  .plp-results {
    width: calc(100% + 12px + 2.5vw);
  }
}
@media (min-width: 1024px) {
  .product-item__name {
    height: auto;
    overflow-y: visible;
  }
  .product-item__price-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .plp-pagination__all {
    display: inline-block;
  }
  .plp-item {
    width: 25%;
  }
  .plp-item--double {
    width: 50%;
  }
  .plp-results {
    width: calc(100% + 16px + 2.5vw);
  }
  .is-touch .plp-carousel__nav {
    display: block;
  }
  .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-item__details.no-gap {
  height: auto !important;
}

.plp-swatches-circular.swatches {
  text-align: left;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-top: 0.125rem;
}
.plp-swatches-circular .swatches__swatch {
  width: 1.25rem;
  height: 1.25rem;
  overflow: visible;
  border: 2px #e8e8e8 solid;
  border-radius: 2rem;
}
.plp-swatches-circular .swatch__link {
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 2rem;
}
.plp-swatches-circular .swatches__swatch--out-of-stock {
  display: none;
}
.plp-swatches-circular > .swatches__swatch-container {
  display: inline-block;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.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-applied__message {
  color: #e60b6b;
  padding-left: 8px;
}
.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;
}

.plp-carousel {
  position: relative;
  padding-bottom: 113.39%;
  width: 100%;
  overflow: hidden;
}
.plp-carousel__stage {
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  list-style: none;
}
.plp-carousel__stage--animate {
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}
.plp-carousel__stage--2 {
  width: 400%;
}
.plp-carousel__stage--2 .plp-carousel__item {
  width: 25%;
}
.plp-carousel__stage--3 {
  width: 500%;
}
.plp-carousel__stage--3 .plp-carousel__item {
  width: 20%;
}
.plp-carousel__stage--4 {
  width: 600%;
}
.plp-carousel__stage--4 .plp-carousel__item {
  width: 16.6666666667%;
}
.plp-carousel__stage--5 {
  width: 700%;
}
.plp-carousel__stage--5 .plp-carousel__item {
  width: 14.2857142857%;
}
.plp-carousel__stage--6 {
  width: 800%;
}
.plp-carousel__stage--6 .plp-carousel__item {
  width: 12.5%;
}
.plp-carousel__stage--7 {
  width: 900%;
}
.plp-carousel__stage--7 .plp-carousel__item {
  width: 11.1111111111%;
}
.plp-carousel__stage--8 {
  width: 1000%;
}
.plp-carousel__stage--8 .plp-carousel__item {
  width: 10%;
}
.plp-carousel__stage--9 {
  width: 1100%;
}
.plp-carousel__stage--9 .plp-carousel__item {
  width: 9.0909090909%;
}
.plp-carousel__stage--10 {
  width: 1200%;
}
.plp-carousel__stage--10 .plp-carousel__item {
  width: 8.3333333333%;
}
.plp-carousel__stage--11 {
  width: 1300%;
}
.plp-carousel__stage--11 .plp-carousel__item {
  width: 7.6923076923%;
}
.plp-carousel__stage--12 {
  width: 1400%;
}
.plp-carousel__stage--12 .plp-carousel__item {
  width: 7.1428571429%;
}
.plp-carousel__stage--13 {
  width: 1500%;
}
.plp-carousel__stage--13 .plp-carousel__item {
  width: 6.6666666667%;
}
.plp-carousel__stage--14 {
  width: 1600%;
}
.plp-carousel__stage--14 .plp-carousel__item {
  width: 6.25%;
}
.plp-carousel__stage--15 {
  width: 1700%;
}
.plp-carousel__stage--15 .plp-carousel__item {
  width: 5.8823529412%;
}
.plp-carousel__item {
  display: block;
  position: relative;
  float: left;
  padding: 0 0.5px;
  width: 100%;
  height: 100%;
}
.plp-carousel__img {
  max-width: 100%;
  object-fit: contain;
}
.plp-carousel__img-link {
  display: block;
  background: url("../image/icons/loading-black@2x.gif") no-repeat 50% 50%;
  background-size: 26px 26px;
  height: 100%;
  width: 100%;
}
.plp-carousel__nav {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 50%;
  opacity: 0;
  width: 100%;
  height: 1em;
  line-height: 1em;
  font-size: 24px;
  pointer-events: none;
}
.plp-carousel__nav > a {
  opacity: 0.8;
  cursor: pointer;
  padding: 7px 7px 7px 1px;
  text-decoration: none;
  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);
  pointer-events: all;
}
.plp-carousel__nav > a:hover {
  opacity: 1;
}
.plp-carousel:hover .plp-carousel__nav {
  opacity: 1;
}
.plp-carousel .is-touch .plp-carousel__nav {
  display: none;
}

.plp-item--double .product-item__carousel {
  padding-right: 1.25vw;
  padding-left: 1.25vw;
}
.plp-item--double .plp-carousel {
  padding-bottom: 56.695%;
}

.plp-carousel__next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
}

.plp-carousel__previous {
  position: absolute;
  top: 0;
  left: 0;
}

.plp-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.plp-wrapper::before, .plp-wrapper::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.plp-wrapper::after {
  clear: both;
}
@media (min-width: 1600px) {
  .plp-wrapper {
    max-width: 1400px;
  }
}

.saveditems-panel__button {
  display: table-cell;
  padding: 7px;
  vertical-align: middle;
  text-align: center;
}

.saveditems-moveall__button {
  float: right;
}

.saveditems__prod-promo {
  color: #36a9e1;
  font-weight: 600;
}

.saveditems__hr {
  margin-left: 11px;
  border-top: 1px solid #ececec;
  width: 93%;
  height: 1px;
}
.saveditems__hr.saveditems__hr--noitems {
  margin-top: 14px;
  border-top: 1px dashed #ececec;
}

.saveditems__hr--lrgpad {
  padding-bottom: 35px;
}

.saveditems__empty-message {
  padding-top: 20px;
  text-align: center;
}

.saveditems__tabs {
  margin: 20px auto;
  padding-right: 20px;
  padding-left: 20px;
}

.saveditems__title__side {
  margin: 0;
  padding-left: 3px;
  font-size: 24px;
  font-weight: 100;
}
.saveditems__title__side--noneavailable {
  margin-bottom: 21px;
}

.saveditems__title--empty {
  margin-left: 14px;
}

.saveditems__title__full {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 100;
}
.saveditems__title__full--noneavailable {
  margin-bottom: 21px;
}

.saveditems-column {
  float: left;
  padding: 1.25vw;
  width: 50%;
  display: inline-block;
  float: none;
  padding: 0 1.25vw 21px;
  vertical-align: top;
}

.saveditems__cta {
  position: relative;
}

.saveditems {
  padding-right: 5px;
}

.saveditems__headings {
  padding-left: 10px;
}

.saveditems__moveall {
  margin: 21px 0;
  padding: 0;
}

.saveditems__prize-badge {
  margin: 0 0 7px;
  padding-top: 14px;
}

.saveditems__price {
  font-weight: 600;
}

.saveditems__badge {
  margin-bottom: 7px;
}

.saveditems__entry {
  position: relative;
}

.saveditems__maincontent {
  position: relative;
  margin-left: -1.25vw;
  width: calc(100% + 2.5vw);
}

.saveditems__selectioncontent {
  position: relative;
}

.saveditems__viewfull {
  margin-bottom: 28px;
}

.saveditems__enditem {
  border-bottom: 1px solid #ececec;
  width: 100%;
}

.saveditems__selecter-wrapper {
  position: relative;
}

.saveditems__no-border {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 21px;
}

.saveditems__similar {
  padding: 10px 14px;
}

.saveditems__buttons {
  margin: 0;
}

.saveditems__btn-action {
  min-width: 20px;
}

.saveditems__btn-padding {
  padding-right: 0;
  padding-left: 0;
}

.saveditems__shell {
  padding: 0;
}

.saveditems-sidepanel-buttons {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  list-style: none;
}

.saveditems__product-name {
  display: none;
  max-width: none;
}

.saveditems__variants {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.saveditems__change-size {
  margin-top: 8px;
}

.saveditems__size-colour {
  display: inline-block;
}

.saveditems__urgency-message {
  margin-top: 8px;
  color: #db261f;
}

.saveditems__size-wrapper {
  display: table;
  margin-top: 0;
  width: 100%;
}

.saveditems__actionbar {
  position: relative;
  margin-bottom: 0;
  min-height: 37px;
}
.saveditems__actionbar--noneavailable {
  margin-bottom: 0;
}

.saveditems__remove {
  margin: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #767676;
  font-size: 18px;
  font-weight: bold;
}

.saveditems-carousel__nav {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 1em;
  line-height: 1em;
  pointer-events: none;
}
.saveditems-carousel__nav > button {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
  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);
  pointer-events: all;
}
.saveditems-carousel__nav > button:hover {
  opacity: 1;
}

.saveditems__buttonbar {
  padding-left: 0;
}

.saveditems__buttonbar__side {
  display: inline;
  float: left;
  margin: 0 0 42px;
  padding-left: 3px;
  width: 100%;
}

.saveditems__validation {
  display: block;
  position: absolute;
  bottom: auto;
  margin-top: -67px;
  background: #ff401a;
  padding: 7px 4px;
  color: #fff;
}

.saveditems__validation::before {
  border-top: 10px solid #ff401a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}

.saveditems__validation-select {
  border: 1px solid #ff401a;
}

.saveditems__size-select {
  height: 35px;
  min-height: 0;
}

.saveditems__resize {
  border-bottom: 1px solid #ececec;
}

.saveditems-panel__register {
  vertical-align: middle;
  text-align: center;
}

.saveditems-register__tab {
  display: block;
  float: left;
  padding: 3px;
  width: 46%;
  table-layout: fixed;
}

.saveditems__description {
  margin: 7px 0;
  text-align: center;
  font-weight: 400;
}

.saveditems__stockstatus {
  margin: 0 0 14px;
  color: #e22921;
}

.saveditems__top-component {
  padding: 0 14px;
  text-align: center;
}

.saveditems__bottom-component {
  padding: 0 14px;
  text-align: center;
}

.saved-items__wrapper-full-width {
  margin: 0;
  width: auto;
}

.saveditems__product-item {
  height: 42px;
}
.saveditems__product-item.no-gap {
  height: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saveditems__moveall-sidemenu,
.saveditems__viewfull-sidemenu {
  width: 100%;
}

.page-saved-items.side-bar > main {
  padding: 0 14px;
}

.saveditems--select {
  padding: 7px 30px 7px 7px;
}

.saveditems--select-lowercase {
  text-transform: none;
}

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

@media (min-width: 420px) {
  .saveditems__size-select {
    height: 37px;
  }
  .saveditems__buttonbar__side {
    padding-left: none;
  }
  .saveditems__buttonbar__side--noneavailable {
    height: 79px;
  }
}
@media (min-width: 360px) {
  .saveditems__validation {
    margin-top: -45px;
  }
}
@media (min-width: 420px) {
  .side-bar .saveditems__product-name {
    display: inline-block;
    margin-top: 14px;
  }
  .side-bar .product-item__name {
    height: auto;
    overflow-y: visible;
  }
  .saveditems__validation {
    margin-top: -45px;
  }
  .saveditems__moveall-sidemenu {
    margin: 21px 0 42px 10px;
    width: 47%;
  }
  .saveditems__viewfull-sidemenu {
    float: right;
    margin-top: 21px;
    margin-bottom: 0;
    width: 47%;
  }
  .saveditems__btn-padding {
    padding-right: 14px;
    padding-left: 14px;
  }
  .saveditems__actionbar--noneavailable {
    margin-bottom: 70px;
  }
  .saveditems__title__side {
    margin: 0;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .saveditems__fullview {
    display: inline-block;
    width: 49%;
  }
  .side-bar .saveditems__buttonbar {
    position: absolute;
    top: 0;
    right: 0;
  }
  .side-bar .saveditems__moveall {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .saveditems__product-name {
    display: inline-block;
    margin-top: 14px;
  }
  .saveditems-column {
    width: 33.3333333333%;
  }
  .saveditems__hr {
    margin-left: 0;
    width: 100%;
  }
  .saved-items__wrapper-full-width {
    width: 100%;
  }
  .saveditems__tabs {
    width: 380px;
  }
  .saveditems__validation {
    margin-top: -45px;
    padding: 7px 12px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
  .saveditems__btn-action--similar {
    min-width: 50px;
  }
  .saveditems__validation::before {
    bottom: none;
  }
  .saveditems__selecter-wrapper {
    padding-top: 0;
  }
  .saveditems__prize-badge {
    padding-top: 0;
  }
  .saveditems__tabs {
    margin: 20px auto;
    padding-right: 0;
    padding-left: 20px;
  }
  .saveditems-panel__register {
    display: table-cell;
    padding: 7px;
    max-width: 160px;
  }
  .saveditems-register__tab {
    display: table;
    float: left;
    margin: 0 0 0 4%;
    padding: 0;
    width: 46%;
    table-layout: fixed;
  }
  .saveditems-register__tab:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .saveditems-errorpadding {
    padding-top: 0;
  }
  .saveditems__moveall {
    margin: 0;
  }
  .saveditems-column {
    width: 25%;
  }
  .saveditems__buttonbar {
    position: absolute;
    top: 0;
    right: 0;
  }
  .saveditems__variants {
    flex-direction: row;
  }
  .saveditems__hr--lrgpad {
    padding-bottom: 53px;
  }
  .saveditems__hr.saveditems__hr--noitems {
    margin-top: 35px;
    border-top: 1px dashed #ececec;
  }
  .saveditems__title--empty {
    margin-left: 35px;
  }
  .saveditems__top-component {
    padding: 0 35px;
  }
  .saveditems__bottom-component {
    padding: 0 35px;
  }
  .saveditems__empty-message {
    padding-top: 10px;
  }
  .saveditems__badge {
    float: right;
  }
  .saveditems__actionbar {
    margin-bottom: 21px;
  }
  .saveditems__change-size {
    margin-top: 0;
  }
}
.saveditems-header {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
.saveditems-header::before, .saveditems-header::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.saveditems-header::after {
  clear: both;
}
@media (min-width: 1600px) {
  .saveditems-header {
    max-width: 1400px;
  }
}

.saveditems__signin-header {
  text-align: center;
  font-weight: normal;
}

.saveditems__signin-footer {
  margin-top: 7px;
  padding: 0;
  text-align: center;
  font-weight: normal;
}

.saveditems__tabs {
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.saveditems__tab {
  float: left;
  padding: 1.25vw;
  width: 100%;
  list-style: none;
}
.saveditems__tab:nth-child(1) {
  padding-left: 0;
}
.saveditems__tab:nth-child(2) {
  padding-right: 0;
}

.saveditems__tab--sidepanel {
  padding: 7px 0;
}

.saveditems__button--left {
  float: right;
}

@media (min-width: 768px) {
  .saveditems__tab {
    float: left;
    padding: 1.25vw;
    width: 50%;
    padding: 0;
  }
  .saveditems__button--left {
    float: right;
    margin-right: 7px;
  }
  .saveditems__button--right {
    margin-left: 7px;
  }
}
.saveditems__actionbar {
  margin: 21px 0 28px;
  padding: 0;
}

.saveditems__actionbar--bottom {
  margin: 21px 0;
}

.saveditems__actionbar__header {
  display: inline-block;
  float: none;
  margin: 0 0 21px;
  font-size: 24px;
  font-weight: 100;
}

.saveditems__buttonbar {
  margin: 0 auto;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.saveditems__buttonbar::before, .saveditems__buttonbar::after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.saveditems__buttonbar::after {
  clear: both;
}
@media (min-width: 1600px) {
  .saveditems__buttonbar {
    max-width: 1400px;
  }
}

.saveditems__buttonbar__button {
  float: left;
  padding: 1.25vw;
  width: 100%;
  list-style: none;
}
.saveditems__buttonbar__button:nth-child(1) {
  padding-left: 0;
}
.saveditems__buttonbar__button:nth-child(2) {
  padding-right: 0;
}

.saveditems__moveall {
  margin-top: 0;
}

.saveditems__buttonbar__button--sidepanel {
  padding: 7px 0;
}

.saveditems__hr--lrgpad {
  padding: 0;
}

.saveditems__hr {
  margin: 0;
  border-top: 1px solid #ececec;
  width: 100%;
  height: 1px;
}

@media (min-width: 768px) {
  .saveditems__buttonbar {
    position: absolute;
    top: 0;
    right: 0;
  }
  .saveditems__buttonbar__button {
    float: left;
    padding: 1.25vw;
    width: 50%;
  }
  .saveditems__actionbar__header {
    float: left;
    margin: 0;
  }
}
@media (min-width: 310px) {
  .saveditems__tab {
    float: left;
    padding: 1.25vw;
    width: 100%;
    padding: 7px 0;
  }
  .saveditems__buttonbar__button {
    float: left;
    padding: 1.25vw;
    width: 100%;
    padding: 0;
  }
  .saveditems__buttonbar__button--sidepanel {
    float: left;
    padding: 1.25vw;
    width: 100%;
    padding: 7px 0;
  }
}
@media (min-width: 420px) {
  .saveditems__tab {
    float: left;
    padding: 1.25vw;
    width: 50%;
    padding: 7px;
  }
  .saveditems__buttonbar__button {
    float: left;
    padding: 1.25vw;
    width: 100%;
    padding: 0;
  }
  .saveditems__buttonbar__button--sidepanel {
    float: left;
    padding: 1.25vw;
    width: 50%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.bag-panel-empty {
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  border: 1px solid #ddd;
  padding: 0 5px;
  width: 95%;
  height: 100%;
  overflow: auto;
}

.bag-panel-empty__icon-close {
  float: right;
  margin: 10px 10px 0 0;
  padding: 5px;
}

.bag-panel-empty__promotions {
  display: none;
  padding: 40px 20px;
}

.bag-panel-empty__title {
  margin-top: 40px;
  padding: 0;
  width: 100%;
  font-weight: 400;
}

@media (min-width: 400px) {
  .bag-panel-empty__title {
    display: inline-block;
    margin-top: 40px;
    padding: 0;
    width: 49%;
    font-weight: 400;
  }
}
.bag-panel-empty__menu {
  clear: both;
  margin: 0;
  padding: 0 10px 10px;
  list-style-type: none;
}

.bag-panel-empty__text {
  margin: 0;
  padding: 40px 10px;
  text-align: center;
}

.bag-panel-empty__button {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.bag-panel-empty__menu-item {
  display: block;
  float: left;
  margin: 0;
  margin-bottom: 20px;
  background: #fff;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
}

.bag-panel-empty__image {
  width: 100%;
  height: auto;
}

.bag-panel-empty__menu-link {
  display: block;
  color: #3c3c3c;
}

.bag-panel-empty__menu-link-title {
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .bag-panel-empty__promotions {
    display: block;
  }
  .bag-panel-empty {
    width: 33%;
  }
  .bag-panel-empty__menu {
    padding: 10px;
  }
  .bag-panel-empty__title {
    margin-top: 0;
  }
}