@charset "UTF-8";
.summary-grid__title {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-color: var(--keyline-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3125;
  padding: 0 8px 8px;
  min-height: 40px;
}
.summary-grid__group {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-color: var(--keyline-color);
  line-height: 1.3125;
  padding: 12px 0;
}
.summary-defs, .summary-defs__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.summary-defs__group {
  flex: 0 0 auto;
  width: 100%;
}
.summary-defs__group + .summary-defs__group {
  border-top: 1px solid #e6e6e6;
  border-top-color: var(--keyline-color);
  margin-top: 12px;
  padding-top: 12px;
}
.summary-defs dt {
  flex: 0 0 auto;
  padding: 0.14em 8px;
  width: 60%;
}
.summary-defs dt::after {
  content: ":";
}
.summary-defs dd {
  flex: 0 0 auto;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 8px;
  text-align: right;
  width: 40%;
}
.summary-defs dt:nth-child(n+3),
.summary-defs dd:nth-child(n+3) {
  margin-top: 6px;
}
.summary-delivery {
  align-items: flex-start;
  display: flex;
  font-size: 15px;
  line-height: 1.3125;
}
.summary-delivery__icon {
  flex: 0 0 auto;
}
.summary-delivery__method {
  flex: 1 1 auto;
  font-size: 1.0666666667em;
  font-weight: 700;
  margin-left: 8px;
  line-height: 1.23046875;
}
.summary-delivery__method .money {
  font-size: 1.125em;
  margin-top: 2px;
}
@media (max-width: 35.99em) {
  .summary-delivery__method {
    font-size: 14px;
  }
}
.summary-delivery__date {
  flex: 0 0 auto;
  margin-left: 16px;
  text-align: right;
}
.summary-delivery__date dt {
  display: block;
}
.summary-delivery__date dt::after {
  content: ":";
}
.summary-delivery__date dd {
  color: #16b272;
  display: block;
  font-size: 1.3333333333em;
  font-weight: 700;
}
@media (max-width: 35.99em) {
  .summary-delivery__date {
    font-size: 13px;
  }
}
.summary-grid .summary-delivery {
  padding-left: 8px;
  padding-right: 8px;
}
.summary-delivery.summary-delivery--vertical-center {
  align-items: center;
}
.circular-progress {
  --circular-progress--percentage: 0;
  align-items: center;
  background: conic-gradient(#40e29c calc(var(--circular-progress--percentage) * 1%), #ecf0f5 0%);
  border-radius: 50%;
  border: 2px solid #000;
  cursor: default;
  display: flex;
  height: 90px;
  justify-content: center;
  position: relative;
  width: 90px;
}
.circular-progress__percentage {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  color: #40e29c;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 55px;
  justify-content: center;
  position: absolute;
  width: 55px;
}
.circular-progress--no-text .circular-progress__percentage {
  color: transparent;
  height: 40px;
  width: 40px;
}
.image-uploader {
  max-width: 400px;
  font-family: proxima-nova, sans-serif;
}
.image-uploader__label {
  display: block;
  font-weight: 700;
}
.image-uploader__label .italic {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
}
.image-uploader__badge {
  background: #ef0c38;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin-right: 8px;
  padding: 4px;
}
.image-uploader__dropzone {
  align-items: center;
  background: #ecf0f5;
  border-radius: 8px;
  border: 2px dashed #c1c1c1;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  max-width: 340px;
  padding: 28px;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}
.image-uploader__dropzone button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2.5px;
  border: 0 solid;
  cursor: pointer;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  outline: 0 none !important;
  text-align: center;
  text-decoration: none;
  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 0.1s ease-out;
  vertical-align: top;
}
.image-uploader__dropzone button[aria-disabled], .image-uploader__dropzone button:disabled {
  cursor: default;
  filter: grayscale(50%);
  opacity: 0.5;
}
.image-uploader__dropzone button {
  background: #9fa2a5;
  border-color: #9fa2a5;
  color: #fff;
}
.image-uploader__dropzone button:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.image-uploader__dropzone button:not(:disabled):not([aria-disabled]):active, .image-uploader__dropzone button:not(:disabled):not([aria-disabled]):hover {
  background-color: #bec1c4;
}
.image-uploader__dropzone button {
  font-size: 16px;
  border-width: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.image-uploader__dropzone--active {
  border: 2px solid #0066cc;
}
.image-uploader__or {
  font-weight: 400;
}
.image-uploader__icon {
  color: #0066cc;
}
.image-uploader__icon .icon {
  height: 22px;
  margin-right: 8px;
  width: 22px;
}
.image-uploader__hint {
  font-size: 16px;
  margin-top: 28px;
}
.image-uploader__list {
  margin-top: 32px;
  max-width: 380px;
}
.image-uploader__row {
  display: flex;
  gap: 12px;
  padding: 8px 0 8px 0px;
  position: relative;
}
.image-uploader__thumb img {
  height: 60px;
  object-fit: cover;
  width: 60px;
}
.image-uploader__info {
  flex: 1;
}
.image-uploader__name {
  color: #1e2429;
  font-size: 16px;
  font-weight: 700;
  padding-right: 24px;
}
.image-uploader__status {
  color: #16b272;
  font-size: 14px;
  margin-top: 2px;
  text-align: right;
}
.image-uploader__status.attached {
  color: #16b272;
}
.image-uploader__status.error {
  color: #ef0c38;
}
.image-uploader__progress {
  background: #ecf0f5;
  border-radius: 4px;
  height: 4px;
  margin-top: 4px;
  overflow: hidden;
}
.image-uploader__progress .bar {
  background: #16b272;
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}
.image-uploader__remove {
  position: absolute;
  top: 8px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.image-uploader__remove:hover {
  color: #ef0c38;
}
.image-uploader__mobile {
  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;
}
@media (hover: hover) and (pointer: fine) {
  .image-uploader__desktop {
    display: inline;
  }
  .image-uploader__mobile {
    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;
  }
}
@media (hover: none) and (pointer: coarse) {
  .image-uploader__desktop {
    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;
  }
  .image-uploader__mobile {
    display: inline;
  }
}
.required-hint {
  color: #616669;
  font-size: 14px;
  font-style: italic;
}
.list-defs {
  font-size: 15px;
}
.list-defs > dt {
  clear: left;
  float: left;
  font-weight: 700;
  margin-right: 0.3em;
}
.list-defs > dt::after {
  content: ":";
  content: var(--colon-content);
}
.list-defs::after {
  clear: both;
  content: "";
  display: table;
}
.mini-defs {
  color: #616669;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.mini-defs > dt {
  flex: 0 1 auto;
}
.mini-defs > dt::after {
  content: ":";
}
.mini-defs > dd {
  flex: 0 1 auto;
  margin-left: 0.3em;
}
.mini-defs > dd + dt {
  margin-left: 2em;
}
.newsletter-signup-prompt {
  background: linear-gradient(to right, rgb(2, 103, 206) 0%, rgb(45, 125, 252) 100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1164px;
  padding: 40px 140px;
}
.newsletter-signup-prompt__signup {
  align-items: center;
  display: flex;
}
.newsletter-signup-prompt__text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
}
.newsletter-signup-prompt__text strong {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #ef0c38;
}
.newsletter-signup-prompt__text-first, .newsletter-signup-prompt__text-last {
  color: #33CCFF;
}
.newsletter-signup-prompt__input {
  width: 100%;
}
.newsletter-signup-prompt__input .button {
  align-self: stretch;
  font-size: 18px;
  height: 50px;
  margin-top: 12px;
  padding-top: 4px;
  width: 100%;
}
@media (max-width: 22.99em) {
  .newsletter-signup-prompt {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 23em) and (max-width: 47.99em) {
  .newsletter-signup-prompt {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 47.99em) {
  .newsletter-signup-prompt__text {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .newsletter-signup-prompt__text-message {
    color: #fff;
    display: block;
  }
  .newsletter-signup-prompt__text-first {
    padding-top: 16px;
  }
  .newsletter-signup-prompt__text-last {
    padding-bottom: 16px;
  }
  .newsletter-signup-prompt__signup {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 35.99em) {
  .newsletter-signup-prompt__text-first, .newsletter-signup-prompt__text-last {
    font-size: 26px;
  }
  .newsletter-signup-prompt__text-message {
    font-size: 30px;
  }
}
@media (min-width: 36em) {
  .newsletter-signup-prompt__text-first, .newsletter-signup-prompt__text-last {
    display: block;
  }
}
.product-shot {
  display: block;
  position: relative;
}
.product-shot::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-shot img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-shot img.list_prom,
.product-shot img.promo_icon {
  height: auto;
  width: auto;
  left: 4px;
  top: 4px;
  z-index: 3;
}
.product-shot img.list_prom[src*="@2x"],
.product-shot img.promo_icon[src*="@2x"] {
  transform: scale(0.5);
  transform-origin: 0 0;
}
.product-shot img.list_prom[src$=".svg"], .product-shot img.list_prom[src*=".svg?"],
.product-shot img.promo_icon[src$=".svg"],
.product-shot img.promo_icon[src*=".svg?"] {
  left: 0;
  top: 0;
  max-width: 55px;
}
.product-shot img.promo_icon {
  max-width: 20%;
}
.product-shot img.promo_icon[src*="@2x"] {
  max-width: 30%;
}
.product-shot .icon--offer {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 50px;
  z-index: 3;
}
.product-card {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
}
.product-card:has(.product-price__save) {
  grid-template-columns: 1fr 1fr;
}
.product-card__link {
  outline: 0 none !important;
}
.product-card__link .product-card__title::before {
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: -2px;
  left: -3px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.product-card__link:focus-visible .product-card__title::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.product-card__link {
  color: #1e2429;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1666666667;
}
.product-card__link:not(:disabled):active, .product-card__link:not(:disabled):hover {
  color: #39a9e0;
}
.product-card__title {
  position: relative;
}
.product-card__price {
  color: #16b272;
  font-weight: 700;
}
.product-card__coming-soon {
  background: #fcee21;
  color: #000;
  font-size: 13px;
  line-height: 1;
  margin-top: 4px;
  padding: 3px 4px 2px;
  width: max-content;
}
.product-card__coming-soon + .product-card__reviews {
  display: none;
}
.product-card .was-price {
  color: #1e2429;
  font-size: 14px;
}
.product-card .product-promo-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.product-card .product-promo-icon.svgicon {
  height: calc(1em * var(--icon--ratio-y));
  width: 1em;
  font-size: 75px;
}
.product-card .product-promo-icon[src] {
  max-width: 20%;
}
.product-card .product-promo-icon[src*="@2x"] {
  max-width: 40%;
  transform: scale(0.5);
  transform-origin: 0 0;
}
@media (max-width: 59.99em) {
  .product-card {
    align-items: flex-start;
    min-height: 120px;
    padding-left: 132px;
  }
  .product-card__price {
    font-size: 18px;
    order: 1;
  }
  .product-card__link {
    margin-top: 4px;
    order: 2;
  }
  .product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
  }
  .product-card__coming-soon, .product-card__reviews {
    margin-top: 8px;
    order: 3;
  }
  .product-card__action {
    margin-top: 12px;
    order: 4;
  }
  .product-card--wishlist .product-card {
    min-height: 120px;
    padding-left: 132px;
  }
  .product-card--wishlist .product-card__price {
    font-size: 22px;
    margin-top: 8px;
    order: 3;
  }
  .product-card--wishlist .product-card__title {
    font-size: 16px;
    order: 1;
  }
  .product-card--wishlist .product-card__image {
    height: 120px;
    width: 120px;
  }
  .product-card--wishlist .product-card__reviews {
    order: 2;
  }
  .product-card--wishlist .product-card__action {
    order: 4;
  }
}
.feature-card {
  text-align: left;
}
.feature-card__title {
  color: #1e2429;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 12px;
  min-height: auto;
  white-space: normal;
}
.feature-card__title a {
  color: #1e2429;
}
.feature-card__stars {
  margin-top: 6px;
  min-height: 17px;
}
.feature-card__price {
  color: #16b272;
  font-weight: 700;
  margin-top: 6px;
  font-size: 22px;
}
.feature-card__price a {
  color: #16b272;
}
.feature-card__offer a {
  color: #1e2429;
}
.feature-card__score {
  background-color: #58ac04;
  border-radius: 2px;
  border: 1px solid #58ac04;
  top: 80px;
  color: #fff;
  opacity: 0.8;
  padding: 4px;
  position: absolute;
  z-index: 4;
}
.feature-card .product-shot {
  border: none;
}
.feature-card .was-price {
  color: #1e2429;
  font-size: 14px;
}
.feature-grid__item {
  border: 0 solid transparent;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  border-width: 20px 0 0 20px;
}
@media (max-width: 35.99em) {
  .feature-grid__item {
    width: 180px;
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  .feature-grid__item {
    width: calc(33.3333333% - 20px);
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .feature-grid__item {
    min-width: 200px;
    width: calc(25% - 20px);
  }
}
.recently-viewed {
  text-align: center;
}
.recently-viewed .scrollpane__window {
  overflow-x: scroll;
  white-space: nowrap;
}
.recently-viewed__scrollable-item {
  border: 0 solid transparent;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  border-width: 20px 0 0 20px;
}
@media (max-width: 35.99em) {
  .recently-viewed__scrollable-item {
    width: 180px;
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  .recently-viewed__scrollable-item {
    width: calc(33.3333333% - 20px);
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .recently-viewed__scrollable-item {
    min-width: 200px;
    width: calc(25% - 20px);
  }
}
.recently-viewed__title {
  color: #1e2429;
  font-weight: 400;
  line-height: 1.1666666667;
  margin: 0;
  padding-bottom: 16px;
  text-align: center;
}
.recently-viewed__title strong {
  color: #0066cc;
}
@media (max-width: 22.99em) {
  .recently-viewed__title {
    font-size: 6.5217391304vw;
  }
}
@media (min-width: 23em) and (max-width: 47.99em) {
  .recently-viewed__title {
    font-size: 24px;
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .recently-viewed__title {
    font-size: 3.125vw;
  }
}
@media (max-width: 35.99em) {
  .recently-viewed .mobile-normal {
    color: #1e2429;
    font-weight: 400;
  }
  .recently-viewed .mobile-hidden {
    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;
  }
}
.was-price {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1666666667;
}
.was-price strong,
.was-price .money {
  font-weight: 400;
  text-decoration: line-through;
}
.scrollpane {
  overflow: hidden;
  position: relative;
}
.scrollpane__window {
  margin-bottom: -24px;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 24px;
  position: relative;
  -ms-overflow-style: none;
  z-index: 1;
}
.scrollpane__next-btn, .scrollpane__prev-btn {
  position: absolute;
  background: #4299e1;
  border: 0 none;
  color: #fff;
  height: 64px;
  opacity: 0.8;
  transition: background-color 0.1s ease-out, opacity 0.1s ease-out;
  width: 40px;
  z-index: 2;
}
.scrollpane__next-btn .svgicon, .scrollpane__prev-btn .svgicon {
  height: 94%;
  width: 94%;
}
.scrollpane__next-btn:hover, .scrollpane__next-btn:focus, .scrollpane__prev-btn:hover, .scrollpane__prev-btn:focus {
  opacity: 1;
}
.scrollpane__next-btn:disabled, .scrollpane__prev-btn:disabled {
  opacity: 0.4;
}
.scrollpane__next-btn--thin, .scrollpane__prev-btn--thin {
  background: #fff;
  color: #0066cc;
  width: 16px;
  height: 14px;
}
.scrollpane__next-btn--thin .svgicon, .scrollpane__prev-btn--thin .svgicon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 16px;
  margin-left: -8px;
  margin-top: -7px;
}
.scrollpane__next-btn--thin:disabled, .scrollpane__prev-btn--thin:disabled {
  opacity: 0;
}
.scrollpane__next-btn--thin {
  right: calc(var(--layout-wrapper--margin) * -1);
}
.scrollpane__prev-btn--thin {
  left: calc(var(--layout-wrapper--margin) * -1);
}
.scrollpane__prev-btn--thin .svgicon {
  transform: scaleX(-1);
}
.scrollpane__pips {
  bottom: 0;
  left: 20px;
  overflow: hidden;
  position: absolute;
  right: 20px;
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .scrollpane__window {
    margin-left: 52px;
    margin-right: 52px;
  }
  .scrollpane__next-btn, .scrollpane__prev-btn {
    height: 50px;
    width: 32px;
    top: 100px;
  }
  .scrollpane__next-btn {
    right: 0;
  }
  .scrollpane__prev-btn {
    left: 0;
  }
}
@media (max-width: 35.99em) {
  .scrollpane__next-btn, .scrollpane__prev-btn {
    height: 50px;
    width: 32px;
    top: 0;
  }
  .scrollpane__next-btn {
    right: 0;
  }
  .scrollpane__prev-btn {
    right: 64px;
  }
  .scrollpane__next-btn--thin, .scrollpane__prev-btn--thin {
    width: 20px;
    height: 18px;
    top: 100px;
    visibility: hidden;
  }
  .scrollpane__next-btn--thin {
    right: 0;
    animation: scrollpane--next-thin-show 3s;
  }
  .scrollpane__prev-btn--thin {
    left: 0;
    right: 0;
    animation: scrollpane--prev-thin-show 3s;
  }
}
@media (max-width: 35.99em) and (hover: hover) {
  .scrollpane:hover .scrollpane__prev-btn--thin {
    opacity: 0.7;
    left: 0px;
    visibility: visible;
  }
  .scrollpane:hover .scrollpane__next-btn--thin {
    opacity: 0.7;
    right: 0px;
    visibility: visible;
  }
}
@keyframes scrollpane--prev-thin-show {
  0% {
    opacity: 0.7;
    left: 0px;
    visibility: visible;
  }
  75% {
    left: 0px;
    opacity: 0.7;
  }
  100% {
    left: -32px;
    opacity: 0;
  }
}
@keyframes scrollpane--next-thin-show {
  0% {
    opacity: 0.7;
    right: 0px;
    visibility: visible;
  }
  75% {
    right: 0px;
    opacity: 0.7;
  }
  100% {
    right: -32px;
    opacity: 0;
  }
}
.scrollpane--modern {
  overflow: visible;
}
.scrollpane--modern .scrollpane__window {
  margin: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollpane--modern .scrollpane__window::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  width: 0 !important;
}