/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.basket-error-box__message {
  margin-left: 2.1875rem;
  margin-bottom: 0.375rem;
  font-size: 0.9375rem; }
  .basket-error-box__message:last-child {
    margin-bottom: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.slider {
  position: relative;
  overflow: hidden;
  width: 100%; }

/* Slider */
/* Slide */
.slick-slide {
  box-sizing: border-box;
  display: block; }
  .slick-slide > div {
    height: 100%; }
    .slick-slide > div > .slide-content {
      height: 100%;
      display: block !important; }
  .slick-slide img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; }

/* Dots */
.slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent; }

.slick-dots li button:before {
  line-height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
  height: 0.375rem;
  content: ' ';
  border-radius: 50%;
  transition: background-color 1s ease-in-out; }

.slick-dots li.slick-active button:before {
  width: 0.5rem;
  height: 0.5rem; }

.slick-dots li.slick-active:first-child:last-child {
  display: none; }

/* Override Default Slider Styles */
.slider.slider--no-wrap {
  margin: 0; }

.slider.slider--wrapped .slick-slider {
  padding-left: 7%;
  padding-right: 7%; }

.slider.slider--wrapped .slick-list {
  overflow: visible; }

.slider.slider--wrapped-left .slick-slider {
  margin-right: 2.5rem; }

.slider.slider--wrapped-left .slick-list {
  overflow: visible; }

.slider.slider--wrapped-left .slick-slide {
  padding: 0 0.625rem 0 0; }

.slider.slider--wrapped-left .slick-dots {
  left: 1.25rem; }

.slider.slider--wrapped-left-big .slick-slider {
  margin-right: 7.5rem; }

.slider.slider--wrapped-left-big .slick-list {
  overflow: visible; }

.slider.slider--wrapped-left-big .slick-slide {
  padding: 0 1.25rem 0 0; }

.slider.slider--wrapped-left-big .slick-dots {
  width: 100%;
  left: calc(7.5rem / 2); }

.slider.slider--wrapped-left-bigger .slick-slider {
  margin-right: 20rem; }

.slider.slider--wrapped-left-bigger .slick-list {
  overflow: visible; }

.slider.slider--wrapped-left-bigger .slick-slide {
  padding: 0 0.9375rem; }

.slider.slider--wrapped-left-bigger .slick-dots {
  width: 100%;
  left: calc(20rem / 2);
  bottom: -2.5rem; }

.slider.slider--wrapped-left-bigger .arrow-icon {
  position: absolute;
  z-index: 1;
  bottom: -3.125rem;
  font-size: 0.3125rem; }
  .slider.slider--wrapped-left-bigger .arrow-icon .icon {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slider.slider--wrapped-left-bigger .arrow-icon .icon:hover {
      font-weight: 900; }
  .slider.slider--wrapped-left-bigger .arrow-icon--right {
    right: calc(50% - 20rem + 4.5rem); }
  .slider.slider--wrapped-left-bigger .arrow-icon--left {
    left: calc(50% + 4.5rem); }

.slider .slick-bottom {
  position: relative;
  margin-top: 1.5625rem;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center; }

.slider .slick-play-pause-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: inherit;
  font: inherit;
  color: inherit;
  text-decoration: none;
  padding: 0;
  margin-left: 0.625rem; }

.slider .slick-play-pause-button svg {
  width: 0.625rem;
  height: 0.625rem;
  margin-bottom: 0.0625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.tabs-header {
  display: flex;
  margin: auto;
  height: 2.8125rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  overflow-x: auto;
  overflow-y: hidden; }
  @media screen and (min-width: 50rem) {
    .tabs-header::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 0.4375rem; }
    .tabs-header::-webkit-scrollbar-thumb {
      border-radius: 0.25rem;
      box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5);
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5); } }
  .tabs-header-item-container {
    flex: 0 0 auto;
    margin: auto;
    cursor: pointer; }

.dash-buttons-header {
  height: 3.125rem;
  justify-content: space-around;
  padding-bottom: 1.25rem;
  margin: 0 0 1.25rem 0;
  overflow-x: hidden; }
  .dash-buttons-header .tabs-header-item-container {
    width: 100%;
    flex: 0 1 auto;
    margin: 0 0.625rem 0 0.625rem; }
  @media screen and (max-width: 49.9375rem) {
    .dash-buttons-header {
      flex-direction: column;
      height: unset; }
      .dash-buttons-header .tabs-header-item-container {
        margin: 0 1.25rem 0.9375rem 1.25rem;
        width: unset;
        flex: 0 0 auto; }
        .dash-buttons-header .tabs-header-item-container:last-child {
          margin-bottom: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.dash-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 3.125rem;
  justify-content: center;
  box-sizing: border-box;
  border: 0.0625rem solid #757575;
  border-radius: 3.75rem;
  width: 100%; }
  .dash-button * {
    box-sizing: inherit; }
  .dash-button .multiline-text {
    display: inline; }
  .dash-button__dot {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 0.75rem;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    border: 0.0625rem solid #cecece;
    display: inline-flex;
    justify-content: center;
    flex-shrink: 0; }
    .dash-button__dot__tick svg {
      width: 0.8125rem;
      height: 0.5625rem; }
  .dash-button .title-with-level {
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .dash-button--selected {
    border: 0.125rem solid #000000; }
    .dash-button--selected .dash-button__dot {
      background-color: #000000;
      border: 0.0625rem solid #000000; }
  @media screen and (max-width: 49.9375rem) {
    .dash-button {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.tabs-header-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8125rem;
  box-sizing: border-box;
  padding: 0 0.625rem;
  text-transform: uppercase; }
  .tabs-header-item-selected {
    border-bottom: 0.125rem solid #000000; }
  .tabs-header-item .multiline-text span {
    display: inline; }

