@charset "UTF-8";
@media (max-width: 47.99em) {
  .product-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "head" "gallery" "buy" "content";
  }
  .product-page__sticky-container {
    display: contents;
  }
  .product-page__sticky-scroller {
    display: contents;
  }
  .product-page__head {
    grid-area: head;
  }
  .product-page__buy {
    grid-area: buy;
    margin-top: 28px;
  }
  .product-page__gallery {
    grid-area: gallery;
    margin-top: 20px;
  }
  .product-page__content {
    grid-area: content;
    margin-top: 48px;
  }
}
@media (min-width: 48em) and (max-width: 74.99em) {
  .product-page {
    display: grid;
    gap: 0 calc(20px + 20 * (100vw - 768px) / 432);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: min-content min-content minmax(0, 1fr);
    grid-template-areas: "head head" "gallery buy" "content content";
  }
  .product-page__sticky-container {
    display: contents;
  }
  .product-page__sticky-scroller {
    display: contents;
  }
  .product-page__head {
    grid-area: head;
  }
  .product-page__buy {
    grid-area: buy;
    margin-top: 20px;
  }
  .product-page__gallery {
    grid-area: gallery;
    margin-top: 20px;
  }
  .product-page__content {
    grid-area: content;
    margin-top: 48px;
  }
}
.product-buy {
  --product-buy--max-width: 710px;
  --product-buy--preferred-width: 480px;
  color: #1e2429;
  font-size: 15px;
  line-height: 1.4;
  max-width: var(--product-buy--max-width);
  text-align: left;
}
:root.is-kiosk .product-buy {
  --product-buy--preferred-width: 560px;
}
.product-buy .line-through {
  background: none;
}
.product-buy__price {
  align-items: flex-start;
  display: flex;
}
@media (max-width: 35.99em) {
  .product-buy__price {
    flex-direction: column;
  }
}
@media (min-width: 48em) and (max-width: 74.99em) {
  .product-buy__price {
    flex-direction: column;
  }
}
.product-buy__price .product-buy-price {
  flex: 0 1 auto;
  width: 280px;
}
.product-buy__price .product-buy-price--black-friday {
  width: auto;
}
@media (max-width: 35.99em) {
  .product-buy__price .product-buy-price--black-friday {
    margin-right: 20px;
  }
}
@media (min-width: 36em) {
  .product-buy__price .product-buy-price--black-friday {
    margin-right: 40px;
  }
}
.product-buy__price .product-buy-finance {
  flex: 0 0 auto;
  margin-top: 20px;
}
.product-buy .product-buy-saving {
  margin-top: 20px;
}
.product-buy .product-buy-axis {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-buy .product-buy-availability--pdp {
  margin-top: 32px;
}
.product-buy .product-buy-cta {
  margin-top: 16px;
}
.product-buy .support-action-grid {
  margin-top: 24px;
  max-width: var(--product-buy--preferred-width);
}
.product-buy__quick-find {
  font-size: 16px;
  line-height: 1.3125;
}
@media (max-width: 47.99em) {
  .product-buy__quick-find {
    margin-top: 20px;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .product-buy__quick-find {
    display: none;
  }
}
.product-buy-availability__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: #1e2429;
  margin: 0 0 8px;
}
.product-buy-availability__grid .product-buy-channel {
  max-width: var(--product-buy--preferred-width);
}
@media (max-width: 35.99em) {
  .product-buy-availability__grid {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .product-buy-availability__grid .product-buy-channel.is-remindable {
    order: 1;
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  .product-buy-availability__title {
    display: none;
  }
  .product-buy-availability__grid {
    display: flex;
    gap: 24px;
  }
  .product-buy-availability__grid .product-buy-channel {
    flex: 1 1 1px;
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .product-buy-availability__grid {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .product-buy-availability__grid .product-buy-channel.is-remindable {
    order: 1;
  }
}
.product-buy-axis {
  position: relative;
}
.product-buy-axis__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1666666667;
  color: #1e2429;
  margin: 0;
}
.product-buy-axis .product-buy-axis-guide {
  margin-top: 4px;
}
.product-buy-axis .product-buy-axis-grid {
  margin-top: 8px;
}
.product-buy-axis--pdp .product-buy-axis__title {
  font-weight: 700;
  text-transform: uppercase;
}
.product-buy-axis--pdp .product-buy-axis__title-pre {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.product-buy-axis--wishlist {
  display: block;
  text-align: left;
  margin-top: 4px !important;
}
.product-buy-axis--wishlist .link {
  position: relative;
}
.product-buy-axis .product-buy-axis.hidden ~ .product-buy-availability {
  margin-top: 26px;
}
.product-buy-axis-guide__message {
  display: block;
}
.product-buy-axis-guide .link {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 35.99em) {
  .product-buy-axis-guide .product-buy-axis:not(.product-buy-axis--wishlist) .link {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 36em) {
  .product-buy-axis-guide {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.product-buy-axis-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 1px 0 0 1px;
}
.product-buy-axis-grid__item {
  align-items: stretch;
  display: flex;
  flex: 1 0 auto;
  margin: -1px 0 0 -1px;
  position: relative;
  width: 100%;
}
.product-buy-axis-grid__item:empty {
  visibility: hidden;
}
.product-buy-axis-grid--w1 .product-buy-axis-grid__item {
  width: 20px;
}
.product-buy-axis-grid--w2 .product-buy-axis-grid__item {
  width: 40px;
}
.product-buy-axis-grid--w3 .product-buy-axis-grid__item {
  width: 60px;
}
.product-buy-axis-grid--w4 .product-buy-axis-grid__item {
  width: 80px;
}
.product-buy-axis-grid--w5 .product-buy-axis-grid__item {
  width: 100px;
}
.product-buy-axis-grid--w6 .product-buy-axis-grid__item {
  width: 120px;
}
.product-buy-axis-grid--w7 .product-buy-axis-grid__item {
  width: 140px;
}
.product-buy-axis-grid--w8 .product-buy-axis-grid__item {
  width: 160px;
}
.product-buy-axis-grid--w9 .product-buy-axis-grid__item {
  width: 180px;
}
.product-buy-axis-grid--w10 .product-buy-axis-grid__item {
  width: 200px;
}
.product-buy-axis-grid--w11 .product-buy-axis-grid__item {
  width: 220px;
}
.product-buy-axis-grid--w12 .product-buy-axis-grid__item {
  width: 240px;
}
.product-buy-axis-grid--w13 .product-buy-axis-grid__item {
  width: 260px;
}
.product-buy-axis-grid--w14 .product-buy-axis-grid__item {
  width: 280px;
}
.product-buy-axis-grid--w15 .product-buy-axis-grid__item {
  width: 300px;
}
.product-buy-axis-grid--w16 .product-buy-axis-grid__item {
  width: 320px;
}
.product-buy-axis-grid--single .product-buy-axis-grid__item {
  width: 100%;
}
.product-buy-axis-grid--single .product-buy-axis-grid__item:nth-child(2n) {
  background: #f3f3f3;
}
.product-buy-axis-cell {
  align-items: center;
  background: rgba(243, 243, 243, 0);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  line-height: 1.3125;
  min-height: 50px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out;
}
.product-buy-axis-cell .icon {
  position: absolute;
  top: -3px;
  right: -2px;
  height: 32px;
  width: 32px;
  color: #1e2429;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-out;
}
.product-buy-axis-cell__title {
  display: block;
  font-weight: 700;
}
.product-buy-axis-cell__info {
  color: #616669;
  display: block;
}
.product-buy-axis-cell__price {
  color: #16b272;
  display: block;
  font-weight: 500;
}
.product-buy-axis-cell::before, .product-buy-axis-cell::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  pointer-events: none;
}
.product-buy-axis-cell::before {
  border: 1px solid #e6e6e6;
}
.product-buy-axis-cell::after {
  border: 2px solid #16b272;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
input.not-available ~ .product-buy-axis-cell {
  background-image: linear-gradient(to bottom right, rgba(230, 230, 230, 0) 49.2%, #e6e6e6 49.6%, #e6e6e6 50.4%, rgba(230, 230, 230, 0) 50.8%);
  color: #acadb0;
}
input.not-available ~ .product-buy-axis-cell .product-buy-axis-cell__info {
  color: #acadb0;
}
input.is-remindable ~ .product-buy-axis-cell {
  color: #acadb0;
}
input.is-remindable ~ .product-buy-axis-cell .product-buy-axis-cell__info {
  color: #acadb0;
}
input.is-remindable ~ .product-buy-axis-cell .product-buy-axis-cell__remindable {
  opacity: 1;
}
input.is-fulfillable ~ .product-buy-axis-cell {
  color: #acadb0;
}
input.is-fulfillable ~ .product-buy-axis-cell .product-buy-axis-cell__info {
  color: #acadb0;
}
input.is-fulfillable ~ .product-buy-axis-cell .product-buy-axis-cell__fulfillable {
  opacity: 1;
}
input.in-store-only ~ .product-buy-axis-cell {
  color: #acadb0;
}
input.in-store-only ~ .product-buy-axis-cell .product-buy-axis-cell__info {
  color: #acadb0;
}
input.in-store-only ~ .product-buy-axis-cell .product-buy-axis-cell__in-store-only {
  opacity: 1;
}
input:disabled ~ .product-buy-axis-cell {
  background-color: #f3f3f3;
  color: #acadb0;
  cursor: default;
}
input:checked ~ .product-buy-axis-cell {
  z-index: 2;
}
input:checked ~ .product-buy-axis-cell::after {
  opacity: 1;
}
input:focus-visible ~ .product-buy-axis-cell {
  border-color: #16b272;
  box-shadow: 0 0 0 4px rgba(22, 178, 114, 0.5);
  z-index: 3;
}
@media (hover: hover) {
  input:not(:disabled) ~ .product-buy-axis-cell:hover {
    background-color: rgba(22, 178, 114, 0.1);
  }
}
.product-buy-axis-grid--single .product-buy-axis-cell {
  align-items: flex-start;
  flex-direction: row;
  line-height: 1.1666666667;
  min-height: auto;
  padding: 12px 40px 12px 16px;
}
.product-buy-axis-grid--single .product-buy-axis-cell .icon {
  position: absolute;
  top: 5px;
  right: 3px;
}
.product-buy-axis-grid--single .product-buy-axis-cell__title {
  flex: 1 1 auto;
  font-weight: 500;
  margin-right: 20px;
  text-align: left;
}
.product-buy-axis-grid--single .product-buy-axis-cell__info {
  display: none;
}
.product-buy-axis-grid--single .product-buy-axis-cell__price {
  flex: 0 0 auto;
  font-weight: 700;
  margin-left: auto;
  min-width: max-content;
  text-align: left;
  width: 20%;
}
.product-buy-channel {
  --status-color: #16b272;
  align-items: stretch;
  color: #1e2429;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
}
.product-buy-channel__cell {
  align-items: stretch;
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  z-index: 20;
}
input[value=reserve] ~ .product-buy-channel__cell {
  --status-color: #0066cc;
}
.product-buy-channel__bubble {
  position: absolute;
  top: 12px;
  left: 16px;
  height: 19px;
  width: 19px;
  color: var(--status-color);
  opacity: 0;
}
.product-buy-channel__bubble .icon {
  height: 19px;
  width: 19px;
  display: block;
}
.firefox .product-buy-channel__bubble {
  margin-top: 1px;
}
.product-buy-channel__bubble.is-active {
  opacity: 1;
}
.product-buy-channel__check {
  position: absolute;
  top: 12px;
  left: 16px;
  height: 19px;
  width: 19px;
  background: #fff;
  border: 1px solid var(--status-color);
  border-radius: 50%;
  color: var(--status-color);
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out;
}
.product-buy-channel__check .icon {
  height: 11px;
  width: 11px;
  display: block;
  margin: 3px;
}
.firefox .product-buy-channel__check {
  margin-top: 1px;
}
input:checked ~ .product-buy-channel__cell .product-buy-channel__check {
  background-color: var(--status-color);
  color: #fff;
}
input:disabled ~ .product-buy-channel__cell .product-buy-channel__check {
  background-color: #f3f3f3;
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.product-buy-channel__bubble.is-active ~ .product-buy-channel__check {
  opacity: 0;
}
.product-buy-channel__head {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.3125;
  padding: 12px 16px 12px 43px;
  pointer-events: none;
  width: 100%;
  z-index: 23;
}
.product-buy-channel__head .link {
  font-size: 14px;
  pointer-events: auto;
}
.product-buy-channel__title {
  font-weight: 700;
}
.product-buy-channel__title::after {
  content: var(--colon-content);
}
.product-buy-channel__title:last-child::after {
  content: none;
}
.product-buy-channel__body {
  display: block;
  flex: 1 0 auto;
  font-size: 15px;
  line-height: 1.4;
  padding: 16px 16px 12px 43px;
  width: 100%;
  z-index: 22;
}
input:not(:disabled) ~ .product-buy-channel__cell .product-buy-channel__body {
  cursor: pointer;
}
.product-buy-channel__head + .product-buy-channel__body {
  padding-top: 37px;
}
.product-buy-channel__message {
  display: block;
}
.product-buy-channel__status {
  display: block;
}
.product-buy-channel__status:not(:last-child) {
  color: var(--status-color);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2222222222em;
  text-align: left;
}
.product-buy-channel__status:last-child {
  margin-right: 27px;
  padding: 0.6895833333em 0 0.95625em;
}
.is-kiosk .product-buy-channel__status:last-child {
  text-align: center;
}
.product-buy-channel__timing {
  display: block;
  font-size: 1em;
  line-height: 1.3125;
  padding-bottom: 0.2666666667em;
}
.product-buy-channel__outline, .product-buy-channel__outline::before, .product-buy-channel__outline::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
}
.product-buy-channel__outline::before {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  content: "";
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out;
  z-index: 11;
}
input:focus-visible ~ .product-buy-channel__outline::before {
  box-shadow: 0 0 0 4px rgba(22, 178, 114, 0.5);
}
input:disabled ~ .product-buy-channel__outline::before {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.product-buy-channel__outline::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #16b272;
  border-radius: 8px;
  content: "";
  opacity: 0;
  transition: opacity 0.1s ease-out;
  z-index: 12;
}
input:checked ~ .product-buy-channel__outline::after {
  opacity: 1;
}
input:checked:disabled ~ .product-buy-channel__outline::after {
  border-color: #c1c1c1;
}
input:not(:disabled) ~ .product-buy-channel__cell:hover ~ .product-buy-channel__outline::after {
  opacity: 1;
}
@media (max-width: 22.99em) {
  :root .product-buy-channel__body {
    font-size: calc(15px + 2 * (100vw - 320px) / 48);
  }
}
@media (max-width: 35.99em) {
  .product-buy-channel__body {
    font-size: 17px;
  }
  .product-buy-channel__message {
    margin-top: 4px;
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .product-buy-channel__body {
    font-size: 17px;
  }
  .product-buy-channel__message {
    margin-top: 4px;
  }
}
.product-buy-cta {
  display: flex;
}
.product-buy-cta__form .compound-input {
  width: 100%;
}
.product-buy-cta__actions {
  flex: 1 1 auto;
  height: 50px;
  position: relative;
}
.product-buy-cta__actions .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.product-buy-cta__actions button[data-action=collect] {
  padding: 0 0 2px;
  height: 62px;
  line-height: 19px;
}
.product-buy-cta__scaler {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-buy-cta__imposter {
  font-size: 18px;
  border-width: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 23px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #a8cfbf;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 700;
  pointer-events: none;
  text-align: center;
  transition: opacity 0.1s ease-out;
}
.product-buy-cta__imposter--blue {
  background: #1f85eb;
}
.product-buy-cta__imposter, .product-buy-cta__actions .button {
  padding-left: 12px !important;
  padding-right: 12px !important;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, filter 0.1s ease-out, opacity 400ms ease;
}
.product-buy-cta__imposter strong, .product-buy-cta__imposter span, .product-buy-cta__actions .button strong, .product-buy-cta__actions .button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-buy-cta__wishlist {
  height: 50px;
  width: 50px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  flex: 0 0 auto;
  outline: 0 none !important;
  margin-left: 12px;
  padding: 0;
  position: relative;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out;
}
.product-buy-cta__wishlist .wishlist-widget {
  height: 100%;
  width: 100%;
}
.product-buy-cta__wishlist .icon {
  height: 100%;
  width: 36px;
}
.product-buy-cta__wishlist:hover {
  color: #ff75c9;
}
.product-buy-cta__wishlist:focus-visible {
  border-color: #ff75c9;
  box-shadow: 0 0 0 4px rgba(255, 117, 201, 0.5);
}
.product-buy-cta--wishlist {
  margin-left: 51%;
  width: 49%;
}
.product-buy-cta--wishlist__actions {
  height: 50px;
}
@media (max-width: 29.99em) {
  .product-buy-cta__actions {
    height: 62px;
  }
  .product-buy-cta__actions .button, .product-buy-cta__imposter {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1666666667;
    height: auto;
  }
  .product-buy-cta--wishlist .product-buy-cta__actions {
    height: 50px;
  }
  .product-buy-cta__wishlist {
    height: 62px;
    width: 62px;
  }
  .product-buy-cta__wishlist .icon {
    width: 40px;
  }
  :root .product-buy-cta__form {
    padding-right: 74px;
  }
}
@media (max-width: 35.99em) {
  .product-buy-cta {
    flex-wrap: wrap;
  }
  .product-buy-cta__form {
    margin-bottom: 20px;
    max-width: calc(var(--product-buy--preferred-width));
    padding-right: 62px;
    width: 100%;
  }
  .product-buy-cta__actions {
    width: 50%;
  }
  .product-buy-cta__spacer {
    display: block;
    flex: 0 0 auto;
    width: calc(100% - var(--product-buy--preferred-width));
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  .product-buy-cta__form {
    flex: 0 0 auto;
    margin-right: 8px;
    max-width: var(--product-buy--preferred-width);
    width: calc(50% - 12px);
  }
  .product-buy-cta__form .compound-input {
    margin-left: 2px;
    width: calc(100% - 4px);
  }
  .product-buy-cta__spacer {
    display: block;
    flex: 0 0 auto;
    width: 0;
  }
  .product-buy-cta__form.hidden ~ .product-buy-cta__spacer {
    width: calc(100% - var(--product-buy--preferred-width));
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .product-buy-cta {
    flex-wrap: wrap;
  }
  .product-buy-cta__form {
    margin-bottom: 20px;
    max-width: calc(var(--product-buy--preferred-width));
    padding-right: 62px;
    width: 100%;
  }
  .product-buy-cta__actions {
    width: 50%;
  }
  .product-buy-cta__spacer {
    display: block;
    flex: 0 0 auto;
    width: calc(100% - var(--product-buy--preferred-width));
  }
}
.product-buy-finance {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.4;
}
.product-buy-finance__icons {
  align-items: center;
  display: flex;
  gap: 1.3333333333em;
  min-height: 30px;
}
.product-buy-finance__icons .icon {
  flex: 0 0 auto;
  height: 2em;
  width: calc(2em * var(--icon--ratio-x));
}
.product-buy-finance__icons .icon--finance__paypal {
  height: 1.6em;
  width: calc(1.6em * var(--icon--ratio-x));
}
.product-buy-finance .link {
  font-size: 0.9333333333em;
  line-height: 1.5;
  margin-top: 0.1333333333em;
}
@media (max-width: 22.99em) {
  .product-buy-finance {
    font-size: 4.0760869565vw;
  }
  .product-buy-finance__icons {
    gap: 0.9333333333em;
  }
  .product-buy-finance__icons .icon {
    height: 1.8em;
    width: calc(1.8em * var(--icon--ratio-x));
  }
  .product-buy-finance__icons .icon--finance__paypal {
    height: 1.4em;
    width: calc(1.4em * var(--icon--ratio-x));
  }
}
@media (max-width: 35.99em) {
  .product-buy-finance {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9333333333em;
  }
}
@media (min-width: 48em) and (max-width: 74.99em) {
  .product-buy-finance {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9333333333em;
  }
}
.product-buy-price {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.product-buy-price__title::after {
  content: var(--colon-content);
}
.product-buy-price__price {
  color: #16b272;
}
.product-buy-price__was, .product-buy-price__promo {
  font-weight: 400;
  line-height: 1.2;
  padding-top: 4px;
}
.product-buy-price__was--rrp, .product-buy-price__promo--rrp {
  font-size: 13px;
}
.product-buy-price__save {
  display: inline-flex;
  text-transform: lowercase;
}
.product-buy-price__save--saving {
  background: #cfefe2;
  font-weight: 500;
  padding: 1px 4px 0;
}
.product-buy-price__clearance {
  display: inline-flex;
  text-transform: lowercase;
}
.product-buy-price__clearance--price {
  background: #27ffea;
  font-weight: 500;
  padding: 1px 4px 0;
}
.product-buy-price__clearance--clear10 {
  text-transform: uppercase;
}
@media (max-width: 47.99em) {
  .product-buy-price__was, .product-buy-price__promo {
    margin-top: 1px;
  }
}
@media (max-width: 59.99em) {
  .product-buy-price__price {
    font-size: 2.8em;
  }
}
.product-gallery-block {
  position: relative;
}
.product-gallery-block .product-promo-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.product-gallery-block .product-promo-icon.svgicon {
  height: calc(1em * var(--icon--ratio-y));
  width: 1em;
  font-size: 75px;
}
.product-gallery-block .product-promo-icon[src] {
  max-width: 20%;
}
.product-gallery-block .product-promo-icon[src*="@2x"] {
  max-width: 40%;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.product-gallery-block__viewport {
  position: relative;
}
.product-gallery-block__viewport::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-gallery-block__viewport .product-gallery-scroller {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 99.99em) {
  .product-gallery-block__thumbs {
    margin: 16px auto 0;
    max-width: max-content;
  }
}
.product-gallery-media {
  background: #fff no-repeat;
  background-size: cover;
  min-height: 1px;
  position: relative;
}
.product-gallery-media::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-gallery-media > img, .product-gallery-media > iframe, .product-gallery-media > video, .product-gallery-media > .orbitvu-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.product-gallery-media > video {
  background-size: contain;
}
.product-gallery-media > img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.product-gallery-media > .orbitvu-container {
  transition: opacity 0.4s ease;
  z-index: 1;
}
.product-gallery-media > .orbitvu-container.is-preloading {
  opacity: 0;
}
.product-gallery-media > .orbitvu-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 9;
}
@media (hover: none) {
  .product-gallery-media > .orbitvu-cover::before, .product-gallery-media > .orbitvu-cover::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    pointer-events: auto;
  }
  .product-gallery-media > .orbitvu-cover::before {
    left: 0;
    width: 30%;
  }
  .product-gallery-media > .orbitvu-cover::after {
    right: 0;
    width: 20%;
  }
}
.product-gallery-scroller {
  scroll-snap-type: x mandatory;
}
.product-gallery-scroller__scroller {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-gallery-scroller__scroller::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  width: 0 !important;
}
.product-gallery-scroller__scroller {
  display: flex;
  outline: 0 none !important;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  transition: box-shadow 0.1s ease-out;
}
.product-gallery-scroller__scroller .product-gallery-media {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 100%;
}
.product-gallery-scroller__scroller:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.product-gallery-scroller__prev-button, .product-gallery-scroller__next-button {
  display: none;
}
@media (hover: hover) {
  .product-gallery-scroller__prev-button {
    position: absolute;
    top: 0;
    left: 0;
    --product-gallery-scroller--button-transform: translateX(-16px);
  }
  .product-gallery-scroller__next-button {
    position: absolute;
    top: 0;
    right: 0;
    --product-gallery-scroller--button-transform: translateX(16px);
  }
  .product-gallery-scroller__prev-button, .product-gallery-scroller__next-button {
    --product-gallery-scroller--button-opacity: 0;
    height: 100%;
    width: 64px;
    background: transparent;
    border: 0 none;
    color: #0066cc;
    display: block;
    opacity: 0.7;
    outline: 0 none !important;
    overflow: hidden;
    padding: 0;
    transition: color 0.1s ease-out, opacity 0.1s ease-out;
    z-index: 11;
  }
  .product-gallery-scroller__prev-button::before, .product-gallery-scroller__next-button::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    content: "";
    border-radius: 50%;
    display: block;
    margin-left: 12px;
    margin-top: -20px;
    opacity: var(--product-gallery-scroller--button-opacity);
    pointer-events: none;
    transform: var(--product-gallery-scroller--button-transform);
    transition: box-shadow 0.1s ease-out, opacity 0.2s ease, transform 0.2s ease;
  }
  .product-gallery-scroller__prev-button .icon, .product-gallery-scroller__next-button .icon {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    display: block;
    margin-left: 22px;
    margin-top: -10px;
    opacity: var(--product-gallery-scroller--button-opacity);
    pointer-events: none;
    transform: var(--product-gallery-scroller--button-transform);
    transition: box-shadow 0.1s ease-out, opacity 0.2s ease, transform 0.2s ease;
  }
  .product-gallery-scroller__prev-button:disabled, .product-gallery-scroller__next-button:disabled {
    opacity: 0 !important;
    pointer-events: none;
  }
  .product-gallery-scroller__prev-button:hover, .product-gallery-scroller__next-button:hover {
    color: #39a9e0;
    opacity: 1;
  }
  .product-gallery-scroller__prev-button:focus-visible, .product-gallery-scroller__next-button:focus-visible {
    --product-gallery-scroller--button-opacity: 1;
    --product-gallery-scroller--button-transform: translateX(0);
    opacity: 1;
  }
  .product-gallery-scroller__prev-button:focus-visible::before, .product-gallery-scroller__next-button:focus-visible::before {
    box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
  }
  .product-gallery-scroller:hover .product-gallery-scroller__next-button, .product-gallery-scroller:hover .product-gallery-scroller__prev-button {
    --product-gallery-scroller--button-opacity: 1;
    --product-gallery-scroller--button-transform: translateX(0);
  }
}
@media (max-width: 47.99em) {
  .product-gallery-scroller__scroller {
    margin-left: calc(var(--layout-wrapper--margin) * -1);
    margin-right: calc(var(--layout-wrapper--margin) * -1);
  }
  .product-gallery-scroller__scroller::before, .product-gallery-scroller__scroller::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    min-height: 1px;
    width: var(--layout-wrapper--margin);
  }
  .product-gallery-scroller__scroller .product-gallery-media {
    width: calc(100% - var(--layout-wrapper--margin) * 2);
  }
  .product-gallery-scroller__scroller .product-gallery-media + .product-gallery-media {
    margin-left: var(--layout-wrapper--margin);
  }
  .product-gallery-scroller__prev-button {
    left: calc(var(--layout-wrapper--margin) * -1);
  }
  .product-gallery-scroller__next-button {
    right: calc(var(--layout-wrapper--margin) * -1);
  }
}
.product-gallery-thumbs {
  display: block;
  height: 82px;
  position: relative;
}
.product-gallery-thumbs__scroller {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-gallery-thumbs__scroller::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  width: 0 !important;
}
.product-gallery-thumbs__scroller {
  display: flex;
  height: 100%;
  outline: 0 none !important;
  overflow: hidden;
  transition: box-shadow 0.1s ease-out;
}
.product-gallery-thumbs__scroller:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.product-gallery-thumbs__thumb {
  height: 82px;
  width: 82px;
  background: transparent;
  border: 2px solid #fff;
  flex: 0 0 auto;
  display: block;
  outline: 0 none !important;
  padding: 6px;
  position: relative;
  transition: border-color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.product-gallery-thumbs__thumb img,
.product-gallery-thumbs__thumb svg {
  height: 100%;
  width: 100%;
  display: block;
}
.product-gallery-thumbs__thumb img {
  object-fit: cover;
}
.product-gallery-thumbs__thumb img[src^="https://img.youtube.com/"][src$="/default.jpg"] {
  transform: scale(1.1627906977);
  clip-path: inset(14%);
}
.product-gallery-thumbs__thumb img + svg {
  position: absolute;
  top: 30%;
  left: 30%;
  height: 40%;
  width: 40%;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.product-gallery-thumbs__thumb:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px inset;
}
.product-gallery-thumbs__thumb.is-active {
  border-color: #35d191;
}
@media (max-width: 22.99em) {
  .product-gallery-thumbs {
    height: 22.2826086957vw;
  }
  .product-gallery-thumbs__thumb {
    height: 22.2826086957vw;
    width: 22.2826086957vw;
  }
}
@media (max-width: 47.99em) {
  .product-gallery-thumbs__scroller {
    margin-left: calc(var(--layout-wrapper--margin) * -1);
    margin-right: calc(var(--layout-wrapper--margin) * -1);
  }
  .product-gallery-thumbs__scroller::before, .product-gallery-thumbs__scroller::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    min-height: 1px;
  }
  .product-gallery-thumbs__scroller::before {
    width: var(--layout-wrapper--margin);
  }
  .product-gallery-thumbs__scroller::after {
    width: var(--layout-wrapper--margin);
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .product-gallery-thumbs {
    height: 8.5416666667vw;
  }
  .product-gallery-thumbs__thumb {
    height: 8.5416666667vw;
    width: 8.5416666667vw;
  }
}
@media (min-width: 48em) and (max-width: 99.99em) {
  .product-gallery-thumbs::before, .product-gallery-thumbs::after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    content: "";
    display: block;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1;
  }
  .product-gallery-thumbs::before {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0;
  }
  .product-gallery-thumbs::after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0;
  }
  .product-gallery-thumbs.at-start::before {
    opacity: 0;
  }
  .product-gallery-thumbs.at-end::after {
    opacity: 0;
  }
}
.product-prompt__text {
  display: block;
  font-size: 15px;
  padding-bottom: 12px;
  position: relative;
}
.product-prompt__icon {
  height: 20px;
  width: 20px;
  color: #16b272;
  display: inline-block;
  line-height: normal;
  margin-right: 8px;
  vertical-align: middle;
}
.product-prompt__icon .icon {
  height: 20px;
  width: 20px;
  display: block;
}
.product-prompt__title {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.product-prompt-actions {
  pointer-events: auto;
}
@media (max-width: 47.99em) {
  .product-prompt-actions .button--green {
    width: 100%;
    margin-top: 8px;
  }
}
@media (min-width: 48em) {
  .product-prompt-actions {
    display: flex;
    justify-content: space-between;
  }
  .product-prompt-actions .button--green {
    width: 190px;
  }
  .product-prompt-actions .button--green.button--ghost {
    width: 132px;
  }
  .product-prompt-actions .button--blue {
    width: 132px;
  }
  .product-prompt-actions .button--blue.button--ghost {
    width: 190px;
  }
}
.product-prompt-item {
  display: flex;
  margin: 0 0 10px 0;
}
.product-prompt-item__image {
  max-width: 50px;
}
.product-prompt-item__image img {
  width: 100%;
}
.product-prompt-item__name {
  padding-left: 12px;
  flex-grow: 4;
  font-size: 15px;
  line-height: 16px;
}
.product-prompt-item__option, .product-prompt-item__quantity {
  display: block;
  font-size: 14px;
  color: #383c43;
}
.product-prompt-item__price {
  min-width: 80px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.product-prompt-item__price .pence {
  font-size: 15px;
}
.product-prompt-item__price .was-price {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.product-prompt-total {
  display: flex;
  margin: 0 0 10px 0;
  border-top: 1px solid #e1e7ed;
  padding-top: 12px;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
}
.product-prompt-total__items span {
  font-weight: 700;
}
.product-prompt-total__total {
  text-align: right;
  min-width: 80px;
  font-size: 18px;
  font-weight: 700;
  color: #16b272;
}
.product-prompt-total__total .pence {
  font-size: 15px;
}
.product-superseded-card {
  display: flex;
  margin-top: 24px;
}
.product-superseded-card__container {
  background-color: #e9faff;
  border-radius: 5px;
  border: 1px solid #d4f5ff;
  display: flex;
  padding: 15px 17px 15px 17px;
  position: relative;
}
.product-superseded-card__tag {
  background-color: #29cdff;
  color: #1e2429;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0 4px;
  position: absolute;
  right: -3px;
  top: -4px;
}
.product-superseded-card__image {
  height: 55px;
  width: 55px;
  background: #fff;
  margin-right: 11px;
}
.product-superseded-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-superseded-card__title {
  color: #1e2429;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: start;
}
.product-superseded-card__link {
  font-size: 18px;
}
@media (max-width: 47.99em) {
  .product-superseded-card {
    justify-content: center;
  }
}
.product-superseded-links {
  display: flex;
  flex-wrap: wrap;
}
.product-superseded-links__link {
  color: black;
  font-size: 18px;
  font-weight: 500;
  margin: 0 40px 0 0;
  text-decoration: underline;
}