/*md

# Product Details

*/
/* stylelint-disable */
/*

   Magic Zoom Plus v5.3.7 
   Copyright 2021 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important; }

.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto; }

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important; }

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important; }

.mz-figure.mz-active,
.mz-expand {
  -ms-touch-action: none;
  touch-action: none; }

.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important; }

.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important; }

.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important; }

.mz-zoom-window {
  z-index: 2000000000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none; }

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important; }

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647; }

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important; }

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important; }

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important; }

.mz-expand-controls {
  z-index: 2147483647; }

.mz-fade {
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.mz-hidden {
  opacity: 0; }

.mz-visible {
  opacity: 1; }

.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important; }

.mobile-magic .mz-expand-controls.mz-fade {
  -webkit-transition: none !important;
  transition: none !important; }

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important; }

/**
 * Main figure
 */
.mz-figure.mz-active {
  background: #fff; }

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair; }

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none; }

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important; }

.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%); }

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6; }

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6); }

.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0; }

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0); }

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent; }

/**
 * Zoom lens
 */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0; }

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s; }

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none; }

/**
 * Zoom window
 */
.mz-zoom-window {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3); }

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  -webkit-box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1; }

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important; }

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5; }

.mz-zoom-window.mz-inner {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mz-zoom-window.mz-inner:not(.mz-expanded) {
  z-index: 80; }

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important; }

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80); }

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0; }

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none; }

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: .25s, .25s, .25s;
  transition-duration: .25s, .25s, .25s; }

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100; }

.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0); }

.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0); }

.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0); }

.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0); }

/* Inner mode animation */
.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important; }

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1); }

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0; }

/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
  transition: opacity 0.4s ease, z-index 0.4s ease; }

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em; }

.mz-hint-message:before {
  content: '\02295';
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px; }

.mobile-magic .mz-hint-message:before {
  display: none; }

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.mz-expand .mz-hint-message {
  padding: 1.1em; }

.mz-expand .mz-hint-message:before {
  display: none; }

.mz-expand .mz-hint-hidden {
  opacity: 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

/* Loading indicator */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mz-loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

.mz-loading.shown:after {
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear; }

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 12px;
  padding: .7em 1.1em;
  width: auto;
  height: auto; }

.lt-ie10-magic .mz-loading:after {
  content: 'Loading...';
  text-indent: 0;
  border: none;
  position: relative; }

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto; }

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D'); }

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0); }

/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important; }

.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none; }

/* Expanded view background */
.mz-expand .mz-expand-bg {
  display: inline-block;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
  vertical-align: middle;
  z-index: -100;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg); }

.mz-expand .mz-expand-bg > img {
  margin: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-expand .mz-expand-bg > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%); }

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: .6; }

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important; }

.lt-ie9-magic .mz-expand {
  background: #1f1f1f; }

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96); }

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important; }

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96); }

.mz-expand.white-bg {
  background-color: #fff; }

/* Expanded view stage */
.mz-expand .mz-expand-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  z-index: 2100000000; }

.mz-expand .mz-expand-stage .mz-image-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0; }

.mz-expand .mz-image-stage > figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden; }

.mz-expand .mz-figure {
  max-width: 100% !important;
  overflow: visible; }

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto; }

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: 100%;
  height: 100%; }

.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
  pointer-events: none; }

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important; }

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100); }

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100); }

/* Caption in expanded view */
.mz-expand .mz-caption {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 30px;
  font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  opacity: 0; }

.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1; }

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
  display: none; }

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer; }

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none; }

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%; }

.mz-expand .mz-zoom-window {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent; }

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0; }

/* Expanded view on mobile */

/**
 * Buttons & Arrows
 */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important; }

.mz-nav-controls {
  z-index: 2100000000; }

button.mz-button {
  color: rgba(180, 180, 180, 0.6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 2100000000 !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: color .25s, background-color .25s !important;
  transition: color .25s, background-color .25s !important; }

button.mz-button:before {
  display: block;
  position: static;
  height: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform .25s !important;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important; }

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
  color: #b4b4b4 !important; }

button.mz-button:active:before {
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important; }

.mobile-magic .mz-expand button.mz-button:active {
  background-color: rgba(49, 51, 61, 0.7) !important; }

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important; }

button.mz-button.mz-button-prev {
  left: 0 !important;
  -webkit-transform: rotateZ(180deg) !important;
          transform: rotateZ(180deg) !important; }

button.mz-button.mz-button-next {
  right: 0 !important; }

button.mz-button.mz-button-close {
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important; }

button.mz-button.mz-button-close:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
  button.mz-button:before {
    content: "" !important;
    background-color: currentColor;
    background-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover; }
  button.mz-button.mz-button-close:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }
  button.mz-button.mz-button-prev:before,
  button.mz-button.mz-button-next:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } }

.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75); }

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100); }

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
  display: none;
  width: 32px !important;
  height: 56px !important;
  margin: auto 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
  display: block; }

/**
 * Thumbnails
 */
/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none; }

a[data-zoom-id] img,
.mz-thumb img {
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mz-thumb:not(.mz-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, 0.3); }

.mz-thumb.mz-thumb-selected img {
  border-bottom-color: #b4b4b4; }

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 50;
  overflow: hidden; }

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
  height: 80px; }

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent; }

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, 0.3); }

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
  border-bottom-color: #b4b4b4; }

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  -webkit-box-shadow: none;
          box-shadow: none; }

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none; }

/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
  border: 0 !important;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3); }

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7); }

.thumbnails-style-shaded.mz-thumb-selected img {
  -webkit-filter: brightness(0.7) opacity(0.7);
  filter: brightness(0.7) opacity(0.7); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
  border: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(0.7) opacity(0.7);
  filter: brightness(0.7) opacity(0.7); }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
  background: #000; }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: .75;
  filter: alpha(opacity=75); }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
  opacity: .7;
  filter: alpha(opacity=70); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
  position: relative; }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 100;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
  background-color: rgba(0, 0, 0, 0.2); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
  background-color: rgba(0, 0, 0, 0.3); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
  position: relative;
  z-index: 1; }

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3); }

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none; }

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap; }

.magic-thumbs.no-buttons {
  padding: 0 !important; }

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center; }

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important; }

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block; }

.magic-thumbs ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle; }

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important; }

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%; }

.magic-thumbs-vertical {
  padding: 40px 0; }

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal; }

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto; }

.magic-thumbs-vertical ul li {
  margin: 4px 0; }

.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important; }

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%; }

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  margin: auto 3px;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: color .25s, background-color .25s !important;
  transition: color .25s, background-color .25s !important; }

.magic-thumbs button.magic-thumbs-button:before {
  display: block;
  position: static;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .25s !important;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important; }

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  color: #b4b4b4 !important; }

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important; }

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  background-color: rgba(49, 51, 61, 0.7) !important; }

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
  -webkit-transform: rotateZ(180deg) !important;
          transform: rotateZ(180deg) !important; }

.magic-thumbs .magic-thumbs-button-next {
  right: 0; }

.magic-thumbs-vertical button.magic-thumbs-button {
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 3px auto; }

.magic-thumbs-vertical button.magic-thumbs-button-prev {
  top: 0;
  -webkit-transform: rotateZ(-90deg) !important;
          transform: rotateZ(-90deg) !important; }

.magic-thumbs-vertical button.magic-thumbs-button-next {
  bottom: 0;
  -webkit-transform: rotateZ(90deg) !important;
          transform: rotateZ(90deg) !important; }

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
  .magic-thumbs button.magic-thumbs-button:before {
    content: "" !important;
    background-color: currentColor;
    background-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover; }
  .magic-thumbs .magic-thumbs-button-prev:before,
  .magic-thumbs .magic-thumbs-button-next:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } }

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important; }

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20); }

/* stylelint-disable */
/*

   Magic Zoom Plus v5.3.7 
   Copyright 2021 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important; }

.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto; }

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important; }

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important; }

.mz-figure.mz-active,
.mz-expand {
  -ms-touch-action: none;
  touch-action: none; }

.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important; }

.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important; }

.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important; }

.mz-zoom-window {
  z-index: 2000000000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none; }

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important; }

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647; }

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important; }

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important; }

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important; }

.mz-expand-controls {
  z-index: 2147483647; }

.mz-fade {
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.mz-hidden {
  opacity: 0; }

.mz-visible {
  opacity: 1; }

.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important; }

.mobile-magic .mz-expand-controls.mz-fade {
  -webkit-transition: none !important;
  transition: none !important; }

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important; }

/**
 * Main figure
 */
.mz-figure.mz-active {
  background: #fff; }

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair; }

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none; }

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important; }

.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%); }

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6; }

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6); }

.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0; }

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0); }

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent; }

/**
 * Zoom lens
 */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0; }

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s; }

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none; }

/**
 * Zoom window
 */
.mz-zoom-window {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3); }

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  -webkit-box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1; }

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important; }

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5; }

.mz-zoom-window.mz-inner {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mz-zoom-window.mz-inner:not(.mz-expanded) {
  z-index: 80; }

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important; }

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80); }

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0; }

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none; }

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: .25s, .25s, .25s;
  transition-duration: .25s, .25s, .25s; }

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100; }

.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0); }

.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0); }

.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0); }

.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0); }

/* Inner mode animation */
.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important; }

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1); }

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0; }

/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
  transition: opacity 0.4s ease, z-index 0.4s ease; }

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em; }

.mz-hint-message:before {
  content: '\02295';
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px; }

.mobile-magic .mz-hint-message:before {
  display: none; }

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.mz-expand .mz-hint-message {
  padding: 1.1em; }

.mz-expand .mz-hint-message:before {
  display: none; }

.mz-expand .mz-hint-hidden {
  opacity: 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

/* Loading indicator */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mz-loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

.mz-loading.shown:after {
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear; }

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 12px;
  padding: .7em 1.1em;
  width: auto;
  height: auto; }

.lt-ie10-magic .mz-loading:after {
  content: 'Loading...';
  text-indent: 0;
  border: none;
  position: relative; }

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto; }

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D'); }

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0); }

/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important; }

.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none; }

/* Expanded view background */
.mz-expand .mz-expand-bg {
  display: inline-block;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
  vertical-align: middle;
  z-index: -100;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg); }

.mz-expand .mz-expand-bg > img {
  margin: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-expand .mz-expand-bg > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%); }

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: .6; }

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important; }

.lt-ie9-magic .mz-expand {
  background: #1f1f1f; }

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96); }

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important; }

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96); }

.mz-expand.white-bg {
  background-color: #fff; }

/* Expanded view stage */
.mz-expand .mz-expand-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  z-index: 2100000000; }

.mz-expand .mz-expand-stage .mz-image-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0; }

.mz-expand .mz-image-stage > figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden; }

.mz-expand .mz-figure {
  max-width: 100% !important;
  overflow: visible; }

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto; }

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: 100%;
  height: 100%; }

.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
  pointer-events: none; }

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important; }

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100); }

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100); }

/* Caption in expanded view */
.mz-expand .mz-caption {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 30px;
  font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  opacity: 0; }

.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1; }

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
  display: none; }

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer; }

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none; }

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%; }

.mz-expand .mz-zoom-window {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent; }

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0; }

/* Expanded view on mobile */

/**
 * Buttons & Arrows
 */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important; }

.mz-nav-controls {
  z-index: 2100000000; }

button.mz-button {
  color: rgba(180, 180, 180, 0.6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 2100000000 !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: color .25s, background-color .25s !important;
  transition: color .25s, background-color .25s !important; }

button.mz-button:before {
  display: block;
  position: static;
  height: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform .25s !important;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important; }

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
  color: #b4b4b4 !important; }

button.mz-button:active:before {
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important; }

.mobile-magic .mz-expand button.mz-button:active {
  background-color: rgba(49, 51, 61, 0.7) !important; }

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important; }

button.mz-button.mz-button-prev {
  left: 0 !important;
  -webkit-transform: rotateZ(180deg) !important;
          transform: rotateZ(180deg) !important; }

button.mz-button.mz-button-next {
  right: 0 !important; }

button.mz-button.mz-button-close {
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important; }

button.mz-button.mz-button-close:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
  button.mz-button:before {
    content: "" !important;
    background-color: currentColor;
    background-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover; }
  button.mz-button.mz-button-close:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }
  button.mz-button.mz-button-prev:before,
  button.mz-button.mz-button-next:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } }

.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75); }

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100); }

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
  display: none;
  width: 32px !important;
  height: 56px !important;
  margin: auto 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
  display: block; }

/**
 * Thumbnails
 */
/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none; }

a[data-zoom-id] img,
.mz-thumb img {
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mz-thumb:not(.mz-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, 0.3); }

.mz-thumb.mz-thumb-selected img {
  border-bottom-color: #b4b4b4; }

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 50;
  overflow: hidden; }

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
  height: 80px; }

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent; }

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, 0.3); }

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
  border-bottom-color: #b4b4b4; }

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  -webkit-box-shadow: none;
          box-shadow: none; }

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none; }

/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
  border: 0 !important;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3); }

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7); }

.thumbnails-style-shaded.mz-thumb-selected img {
  -webkit-filter: brightness(0.7) opacity(0.7);
  filter: brightness(0.7) opacity(0.7); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
  border: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(0.7) opacity(0.7);
  filter: brightness(0.7) opacity(0.7); }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
  background: #000; }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: .75;
  filter: alpha(opacity=75); }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
  opacity: .7;
  filter: alpha(opacity=70); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
  position: relative; }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 100;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
  background-color: rgba(0, 0, 0, 0.2); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
  background-color: rgba(0, 0, 0, 0.3); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
  position: relative;
  z-index: 1; }

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3); }

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none; }

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap; }

.magic-thumbs.no-buttons {
  padding: 0 !important; }

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center; }

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important; }

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block; }

.magic-thumbs ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle; }

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important; }

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%; }

.magic-thumbs-vertical {
  padding: 40px 0; }

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal; }

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto; }

.magic-thumbs-vertical ul li {
  margin: 4px 0; }

.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important; }

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%; }

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  margin: auto 3px;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: color .25s, background-color .25s !important;
  transition: color .25s, background-color .25s !important; }

.magic-thumbs button.magic-thumbs-button:before {
  display: block;
  position: static;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .25s !important;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important; }

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  color: #b4b4b4 !important; }

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important; }

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  background-color: rgba(49, 51, 61, 0.7) !important; }

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
  -webkit-transform: rotateZ(180deg) !important;
          transform: rotateZ(180deg) !important; }

.magic-thumbs .magic-thumbs-button-next {
  right: 0; }

.magic-thumbs-vertical button.magic-thumbs-button {
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 3px auto; }

.magic-thumbs-vertical button.magic-thumbs-button-prev {
  top: 0;
  -webkit-transform: rotateZ(-90deg) !important;
          transform: rotateZ(-90deg) !important; }

.magic-thumbs-vertical button.magic-thumbs-button-next {
  bottom: 0;
  -webkit-transform: rotateZ(90deg) !important;
          transform: rotateZ(90deg) !important; }

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
  .magic-thumbs button.magic-thumbs-button:before {
    content: "" !important;
    background-color: currentColor;
    background-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover; }
  .magic-thumbs .magic-thumbs-button-prev:before,
  .magic-thumbs .magic-thumbs-button-next:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } }

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important; }

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20); }

/* stylelint-disable */
/* stylelint-enable */
/*md

# Typography

## Default headers

```html_example
    <h1>Header h1</h1>
    <h2>Header h2</h2>
    <h3>Header h3</h3>
    <h4>Header h4</h4>
    <h5>Header h5</h5>
    <h6>Header h6</h6>
```

## Default text

```html_example
    <p>Parahraph <a href="#">Link</a></p>
```

## Custom headers

### t-header-yellow

```html_example
    <h3 class="t-header-yellow">t-header-yellow</h3>
```

```scss
    @include t-header-yellow;
```

*/
.ui-datepicker-prev:before,
.ui-datepicker-next:before, .ui-datepicker-wrapper:after, .b-personalization-images__button:after {
  display: inline-block;
  font-family: 'icons', sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  vertical-align: top; }

.b-carousel-tabs {
  font-size: 0;
  text-align: center; }
  .b-carousel-tabs .b-carousel {
    margin-bottom: 70px;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
  .b-carousel-tabs.m-loading {
    overflow: hidden; }
    .b-carousel-tabs.m-loading .b-carousel {
      opacity: 0;
      pointer-events: none;
      visibility: hidden; }
  .b-carousel-tabs.m-loading .b-recently-viewed,
  .b-carousel-tabs.m-loading .b-content-slot,
  .b-carousel-tabs.m-loading .b-carousel, .b-carousel-tabs.m-loaded .b-recently-viewed,
  .b-carousel-tabs.m-loaded .b-content-slot,
  .b-carousel-tabs.m-loaded .b-carousel {
    display: inline; }
  .b-carousel-tabs.m-loading .b-carousel, .b-carousel-tabs.m-loaded .b-carousel {
    margin-bottom: 0; }
    .b-carousel-tabs.m-loading .b-carousel__title, .b-carousel-tabs.m-loaded .b-carousel__title {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      border-color: transparent;
      border-style: solid;
      border-width: 0 0 4px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 21px;
      font-weight: 700;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin-bottom: -1px;
      min-height: 72px;
      padding: 15px;
      text-align: center;
      -webkit-transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, border-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
      transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, border-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 24px;
      max-width: 50%;
      padding: 10px 40px;
      vertical-align: bottom; }
      .b-carousel-tabs.m-loading .b-carousel__title:focus, .b-carousel-tabs.m-loaded .b-carousel__title:focus {
        outline: 0; }
      .b-carousel-tabs.m-loading .b-carousel__title:hover, .b-carousel-tabs.m-loaded .b-carousel__title:hover {
        background-color: #edf3f9;
        border-color: rgba(0, 91, 187, 0.15); }
      .b-carousel-tabs.m-loading .b-carousel__title.m-selected, .b-carousel-tabs.m-loaded .b-carousel__title.m-selected {
        background-color: #edf3f9;
        border-color: #005bbb;
        color: #005bbb; }
    .b-carousel-tabs.m-loading .b-carousel__content, .b-carousel-tabs.m-loaded .b-carousel__content {
      float: left;
      height: 0;
      overflow: hidden;
      width: 100%; }
    .b-carousel-tabs.m-loading .b-carousel__slide, .b-carousel-tabs.m-loaded .b-carousel__slide {
      padding-top: 30px; }
  .b-carousel-tabs.m-loading .b-recently-viewed:first-child .b-carousel__content,
  .b-carousel-tabs.m-loading .b-content-slot:first-child .b-carousel__content,
  .b-carousel-tabs .m-selected ~ .b-carousel__content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    height: auto;
    margin-bottom: 70px;
    overflow: visible; }

.b-carousel-row--top-space {
  margin-top: 30px; }

.b-product-picture {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edf3f9;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  vertical-align: top;
  width: 100%; }
  .b-product-picture::before {
    content: '';
    float: left;
    padding-bottom: 100%; }
  .b-product-picture__image {
    border-radius: 4px;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    width: 100%; }
    .b-product-picture__image.m-loading {
      opacity: 0; }
      .b-product-picture__image.m-loading::before, .b-product-picture__image.m-loading::after {
        content: none; }
  .b-product-picture__preview {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }

.b-product-name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 16px; }
  .b-product-name,
  .touch .b-product-name__link {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px; }
  .non-touch .b-product-name__link {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, rgba(0, 0, 0, 0.8)), color-stop(95%, rgba(0, 0, 0, 0.8)), color-stop(95%, transparent));
    background-image: linear-gradient(transparent 90%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 95%, transparent 95%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
    .non-touch .b-product-name__link:hover {
      background-size: 100% 100%;
      text-decoration: none; }

.b-product-promotion {
  color: #f9423a;
  font-size: 12px;
  font-weight: 600; }

.b-product-badge-new {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px; }
  .b-product-main-image .b-product-badge-new {
    font-size: 14px;
    height: auto;
    width: 80px;
    z-index: 9; }

.b-product-badge-multiby {
  bottom: 5px;
  left: 5px;
  position: absolute; }
  .b-product-badge-multiby__icon {
    background-image: url("../../images/badges/multibuy.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 65px;
    width: 65px; }
    .l-product__image .b-product-badge-multiby__icon,
    .l-product-set__image .b-product-badge-multiby__icon {
      height: 68px;
      width: 70px; }

.b-product-personalization {
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 5px; }
  .b-product-personalization__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #edf3f9;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
    color: #005bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 28px;
    padding: 4px 6px 4px 8px;
    text-transform: capitalize;
    width: 102px; }
    .b-product-personalization__item::after {
      font-family: "Averta", sans-serif;
      font-size: 14px;
      font-weight: 400;
      padding-left: 5px; }
    .b-product-personalization__item--text::after {
      content: 'Add text'; }
    .b-product-personalization__item--image::after {
      content: 'Add Photo'; }
  .b-product-personalization__item + .b-product-personalization__item {
    margin-top: 6px; }
  .b-product-main-image .b-product-personalization {
    display: none; }

.b-availability {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 8px 15px;
  text-align: center; }
  .b-availability::before {
    display: inline-block;
    font-family: 'icons', sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    padding-right: 6px; }
  .b-availability--info {
    background: #edf3f9;
    font-weight: 500;
    white-space: normal; }
  .b-availability--preorder, .b-availability--backorder, .b-availability--instock {
    background: rgba(0, 171, 93, 0.1);
    color: #00ab5d; }
    .b-availability--preorder::before, .b-availability--backorder::before, .b-availability--instock::before {
      content: "\EA17"; }
  .b-availability--lowstock {
    background: rgba(245, 127, 23, 0.15);
    color: #f57f17; }
  .b-availability--notavailable {
    background: rgba(198, 12, 48, 0.1);
    color: #c60c30;
    font-size: 15px; }
    .b-availability--notavailable::before {
      content: "\D7"; }
  .b-availability--notavailable-limit {
    background: rgba(198, 12, 48, 0.1);
    color: #c60c30;
    font-weight: 600; }

.b-availability-wrap {
  margin: 0; }

.b-product-delivery-options__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  padding-bottom: 22px; }

.b-product-delivery-options__help-text {
  color: #000;
  font-size: 14px;
  line-height: 18.5px;
  margin-top: 20px; }

.b-product-delivery-options__label-unavailable {
  color: #000000b3; }

.b-product-delivery-options__link {
  color: #005bbb;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 5px 0; }
  .b-product-delivery-options__link:hover, .b-product-delivery-options__link:active {
    color: #005bbb; }

.b-product-delivery-options__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 5px; }

.b-product-delivery-options__content {
  color: rgba(0, 0, 0, 0.8); }

.b-product-delivery-options__description {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 15px; }

.b-product-delivery-options__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.b-product-delivery-options__option {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 14px 10px;
  text-align: center; }
  .b-product-delivery-options__option:first-child {
    margin-right: 12px; }
  .b-product-delivery-options__option .b-stock-status__text, .b-product-delivery-options__option .b-stock-status__link {
    font-weight: 700; }
  .b-product-delivery-options__option .b-stock-status__link {
    line-height: normal;
    margin-bottom: 0;
    text-decoration: underline; }
  .b-product-delivery-options__option .b-stock-status__text.unavailable {
    color: #000000b3; }

.b-product-delivery-options__label {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  white-space: nowrap; }
  .b-product-delivery-options__label.unavailable {
    color: #000000b3; }

.b-product-delivery-options__yes {
  color: #00ab5d;
  font-size: 11px;
  height: 12px; }

.b-product-delivery-options__none {
  color: #f9423a;
  font-size: 12px;
  height: 12px; }

.b-delivery-lead-time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .b-delivery-lead-time__icon {
    margin-right: 10px; }
  .b-delivery-lead-time__text {
    font-size: 15px;
    line-height: 1; }
  .b-delivery-lead-time__image {
    width: 46px; }

.b-product-label__value {
  font-size: 21px;
  font-style: italic;
  font-weight: 800; }

.b-product-subtotal {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .b-product-subtotal__label {
    margin-right: 5px; }

.l-product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px; }
  .l-product-grid__item {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 70px; }
    .l-product-grid__item > .product {
      height: 100%; }
  .l-product-grid__footer {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .l-product-grid__footer .veil {
      background-color: transparent;
      height: 115px;
      position: relative;
      z-index: 0; }

.b-product-error {
  color: #f9423a;
  font-size: 14px;
  margin: 10px 0;
  text-align: center; }
  .b-product-error.m-preview {
    margin-top: 20px; }

.b-product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  text-align: center; }
  .b-product-tile--out-of-stock .b-product-tile__image-wrapper, .b-product-tile--out-of-stock .b-product-tile__content-wrapper, .b-product-tile--out-of-stock .b-product-tile__actions-wrapper {
    opacity: 0.5;
    pointer-events: none; }
  .b-product-tile__image-wrapper {
    border-radius: 4px;
    margin-bottom: 24px;
    overflow: hidden; }
  .b-product-tile__image-link {
    display: block;
    position: relative; }
    .b-product-tile__image-link .b-product-picture.m-alt-image {
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
      transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
      width: 100%; }
    .b-product-tile__image-link.m-show-alt .b-product-picture.m-alt-image {
      opacity: 1; }
  .b-product-tile__name {
    margin-bottom: 15px; }
  .b-product-tile__description {
    color: rgba(0, 0, 0, 0.8);
    font-style: italic;
    margin-top: 17px; }
  .b-product-tile__number {
    color: #000;
    font-size: 14px;
    font-style: italic;
    margin-top: 2px; }
  .b-product-tile__pricing {
    margin-top: 15px; }
  .b-product-tile__promotion {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px; }
  .b-product-tile__actions-wrapper {
    margin-top: auto; }
    .b-product-tile__actions-wrapper .b-product-actions {
      margin-top: 19px; }
  .b-product-tile__attributes {
    margin-top: 16px; }
    .b-product-tile__attributes .b-product-attribute__label {
      font-weight: 400;
      margin-bottom: 0; }
    .b-product-tile__attributes .b-product-attribute__value {
      font-size: 21px;
      font-style: italic; }
    .b-product-tile__attributes .b-product-attribute__content {
      display: none; }
  .b-product-tile__quantity {
    margin-top: 16px; }
  .b-product-tile__attributes + .b-product-tile__quantity {
    margin-top: 0; }
  .b-product-tile__availability {
    margin-top: 12px; }
    .b-product-tile__availability .b-availability {
      margin: 0 auto;
      max-width: 100%;
      width: 178px; }
  .b-product-tile .b-product-error {
    font-size: 12px; }

.b-product-tile-counter {
  margin-bottom: 19px; }
  .b-product-tile-counter__text {
    text-align: center; }

.b-product-available {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .b-product-available::before {
    content: '';
    float: left;
    padding-bottom: 100%; }
  .b-product-available.m-no-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative; }
  .b-product-available__link {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    left: 50%;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    white-space: nowrap; }
    .b-product-available__link:hover {
      background-color: #fff;
      text-decoration: none; }

.b-product__name {
  color: #000;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center; }

.b-product__description {
  font-style: italic;
  margin-bottom: 22px;
  text-align: center; }

.b-product__price {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9e300), to(#f9e300));
  background-image: linear-gradient(#f9e300, #f9e300);
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 22px 0 15px; }
  .b-product__price .b-product-pricing {
    background-color: #fff;
    padding: 0 20px; }
    .b-product__price .b-product-pricing__value {
      font-size: 58px; }

.b-product__promotions {
  text-align: center; }
  .b-product__promotions .b-product-promotion {
    border: 1px dashed #f9423a;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px; }

.b-product__subtotal {
  margin: 29px 0 14px; }
  .b-product__subtotal .b-product-pricing__value {
    font-size: 24px; }

.b-product__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px -8px 0; }

.b-product__quantity, .b-product__availability {
  margin: 0 8px; }

.b-product__availability {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .b-product__availability .b-availability {
    margin: 5px 0; }

.b-product__attributes {
  margin-top: 25px; }

.b-product__attributes-item {
  margin-bottom: 24px; }

.b-product__delivery-options {
  margin-top: 46px; }

.b-product__options {
  margin-bottom: 20px; }

.b-product__b2b-wrap {
  padding-top: 10px; }
  .b-product__b2b-wrap a,
  .b-product__b2b-wrap button {
    margin: 10px 0; }

.b-product__b2b-info {
  background-color: #005bbb;
  border-radius: 4px;
  color: #fff;
  margin: 10px 0;
  padding: 10px 25px;
  text-align: center; }

.b-product__feefo-badge-logo {
  display: block;
  margin-bottom: 10px;
  text-align: right; }

.b-product__actions-div {
  display: none; }

.b-product__mobile-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.b-product__item--full-width {
  margin-left: 20px; }

.feefo-review-widget-product .feefowidget-global .feefowidget-global__filters {
  z-index: 10; }

.b-product-main-image {
  position: relative; }
  .b-product-main-image::before {
    content: '';
    float: left;
    padding-bottom: 100%; }
  .b-product-main-image__slide {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .b-product-main-image__slide.m-loading::after {
      z-index: 1; }
  .b-product-main-image .b-carousel__arrow {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
    height: 58px;
    width: 53px; }
    .b-product-main-image .b-carousel__arrow--next {
      right: 10px; }
    .b-product-main-image .b-carousel__arrow--prev {
      left: 10px; }
  .b-product-main-image .b-carousel__arrow-icon {
    font-size: 16px; }
  .b-product-main-image .slick-list {
    border-radius: 4px; }
    .b-product-main-image .slick-list .b-product-picture__image {
      border-radius: 0; }
  .b-product-main-image__banner-container {
    position: absolute;
    right: 0;
    top: 0; }

.non-touch .zoom-reset {
  display: none; }

.touch .zoom-reset {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fade-in 0.3s linear forwards;
          animation: fade-in 0.3s linear forwards;
  background: rgba(51, 51, 51, 0.9);
  color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 2; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.b-product-thumbnails-image__item {
  cursor: pointer;
  padding-bottom: 16px; }

.b-product-thumbnails-image__item-inner {
  position: relative; }
  .slick-current .b-product-thumbnails-image__item-inner::after {
    border: 2px solid #005bbb;
    border-radius: 4px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.b-product-thumbnails-image .b-carousel__arrow {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
  height: 44px;
  width: 40px; }
  .b-product-thumbnails-image .b-carousel__arrow--next, .b-product-thumbnails-image .b-carousel__arrow--prev {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .b-product-thumbnails-image .b-carousel__arrow--next {
    bottom: -4px; }
  .b-product-thumbnails-image .b-carousel__arrow--prev {
    top: -20px; }
  .b-product-thumbnails-image .b-carousel__arrow ~ .slick-list {
    margin: 20px 0 4px; }

.b-product-set__name {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center; }

.b-product-set__description {
  color: rgba(0, 0, 0, 0.8);
  font-style: italic;
  text-align: center; }

.b-product-set__items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px; }

.b-product-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  position: relative; }
  .b-product-item--out-of-stock .b-product-item__details, .b-product-item--out-of-stock .b-product-item__image {
    opacity: 0.5;
    pointer-events: none; }
  .b-product-item__not-available, .b-product-item__image {
    padding-right: 32px;
    width: 42.736%; }
  .b-product-item__not-available {
    left: 0;
    position: absolute;
    top: 30px; }
    .b-product-item__not-available .b-product-available {
      overflow: hidden;
      position: relative; }
  .b-product-item__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
  .b-product-item__name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px; }
  .b-product-item__name-link {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, rgba(0, 0, 0, 0.8)), color-stop(95%, rgba(0, 0, 0, 0.8)), color-stop(95%, transparent));
    background-image: linear-gradient(transparent 90%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 95%, transparent 95%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
    .b-product-item__name-link:hover {
      background-size: 100% 100%;
      text-decoration: none; }
  .b-product-item__price {
    margin-bottom: 20px; }
  .b-product-item__promotions {
    margin-bottom: 20px; }
    .b-product-item__promotions .b-product-promotion {
      border: 1px dashed #f9423a;
      border-radius: 4px;
      margin-bottom: 10px;
      padding: 5px; }
  .b-product-item__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
  .b-product-item__availability, .b-product-item__actions {
    width: 100%; }
  .b-product-item__availability {
    margin-bottom: 10px; }
    .b-product-item__availability .b-availability {
      font-size: 14px; }
  .b-product-item--out-of-stock .b-product-item__availability {
    display: none; }
  .b-product-item .b-carousel__arrow {
    height: 44px;
    width: 40px; }
    .b-product-item .b-carousel__arrow--next {
      right: -20px; }
    .b-product-item .b-carousel__arrow--prev {
      left: -20px; }
  .b-product-item .b-carousel__arrow-icon {
    font-size: 12px; }
  .b-product-item .add-to-cart {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px; }

.b-product-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .b-product-details__item {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .b-product-details__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: unset;
    border: none;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 25px 14px;
    position: relative;
    width: 100%; }
    .b-product-details__header::after {
      font-size: 12px;
      -webkit-transition: -webkit-transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
      transition: -webkit-transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
      transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
      transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, -webkit-transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
    .b-product-details__header.collapsed::after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .b-product-details__content {
    padding-bottom: 25px;
    padding-left: 14px; }
  .b-product-details .b-product-number {
    margin-bottom: 1rem; }
    .b-product-details .b-product-number__value {
      color: #000;
      font-weight: 700; }

.b-product-attribute__label {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
  text-align: center; }
  .b-product-attribute--familyMember .b-product-attribute__label {
    text-align: left; }
  .b-product-attribute__label.cardVariant {
    margin-bottom: 21px; }
    .b-product-attribute__label.cardVariant .b-product-attribute__name {
      font-weight: 400; }
    .b-product-attribute__label.cardVariant .b-product-attribute__value {
      font-weight: 700; }

.b-product-attribute__cart-label {
  margin-bottom: 9px;
  text-align: left; }

.b-product-attribute__value {
  font-weight: 800; }

.b-product-attribute__name {
  line-height: normal; }

.b-variations-size__list {
  margin-bottom: 14px; }

.b-variations-size__item + .b-variations-size__item {
  margin-top: 5px; }

.b-variations-size__button {
  background: none;
  border: none;
  display: block;
  outline: none;
  padding: 0;
  text-align: left;
  width: 100%; }
  .b-variations-size__button:active, .b-variations-size__button:focus {
    outline: none; }
  .b-variations-size__button:disabled {
    opacity: 0.7;
    pointer-events: none; }

.b-variations-size__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edf3f9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-transition: background cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: background cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
  .b-variations-size__value::before {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 22px;
    color: transparent;
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    height: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px; }
  .b-variations-size__value.selected {
    background-color: #f9e300;
    color: #005bbb; }
    .b-variations-size__value.selected::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 510 510'%3e%3cpath fill='%23005bbb' d='M255,0C114.75,0,0,114.75,0,255s114.75,255,255,255s255-114.75,255-255S395.25,0,255,0z'/%3e%3c/svg%3e");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 10px 10px;
      border: 2px solid #005bbb; }

.b-variations-size__value-name {
  font-size: 16px;
  font-weight: 800; }

.b-variations-size__value-price {
  margin-left: auto; }

.b-variations-size .b-product-pricing__value {
  font-size: 24px;
  text-align: right;
  white-space: nowrap; }

.b-variations-color__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px; }

.b-variations-color__item {
  padding: 8px; }

.b-variations-color__button {
  background: none;
  border: none;
  display: block;
  outline: none;
  padding: 0;
  width: 100%; }
  .b-variations-color__button:active, .b-variations-color__button:focus {
    outline: none; }
  .b-variations-color__button:disabled {
    opacity: 0.7;
    pointer-events: none; }

.b-variations-color__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  width: 56px; }
  .b-variations-color__value:hover, .b-variations-color__value.selected {
    border-color: #005bbb;
    border-width: 2px; }
  .b-variations-color__value.selected {
    background-color: #edf3f9;
    border-style: solid; }
  .b-variations-color__value.unselectable {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.7;
    position: relative; }
    .b-variations-color__value.unselectable::after {
      background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(51%, transparent));
      background: linear-gradient(to left top, transparent 49%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%, transparent 51%);
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      right: 0; }

.b-variations-color__value-color {
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  height: 24px;
  width: 24px; }

.b-variations-symbol.number .b-variations-symbol__item.m-letter {
  display: none; }

.b-variations-symbol.letter .b-variations-symbol__item.m-number {
  display: none; }

.b-variations-symbol__tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }

.b-variations-symbol__tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: -1px;
  min-height: 49px;
  padding: 14px;
  text-align: center;
  -webkit-transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, border-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, border-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 50%; }
  .b-variations-symbol__tab:focus {
    outline: 0; }
  .b-variations-symbol__tab:hover {
    background-color: #edf3f9;
    border-color: rgba(0, 91, 187, 0.15); }
  .b-variations-symbol__tab.m-selected {
    background-color: #edf3f9;
    border-color: #005bbb;
    color: #005bbb; }

.b-variations-symbol__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px; }

.b-variations-symbol__item {
  padding: 8px; }

.b-variations-symbol__button {
  background: none;
  border: none;
  display: block;
  outline: none;
  padding: 0;
  width: 100%; }
  .b-variations-symbol__button:active, .b-variations-symbol__button:focus {
    outline: none; }
  .b-variations-symbol__button:disabled {
    opacity: 0.7;
    pointer-events: none; }

.b-variations-symbol__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -webkit-transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  width: 56px; }
  .b-variations-symbol__value:hover, .b-variations-symbol__value.selected {
    border-color: #005bbb;
    border-width: 2px; }
  .b-variations-symbol__value.selected {
    background-color: #edf3f9;
    border-style: solid;
    color: #005bbb; }
  .b-variations-symbol__value.unselectable {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.7;
    position: relative; }
    .b-variations-symbol__value.unselectable::after {
      background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(51%, transparent));
      background: linear-gradient(to left top, transparent 49%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%, transparent 51%);
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      right: 0; }

.b-product-option__checkbox {
  padding-left: 0; }

.b-product-option__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edf3f9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  min-height: 50px;
  padding: 10px 10px 10px 85px;
  -webkit-transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
  .custom-control-input:checked ~ .b-product-option__label, .b-product-option__label:hover {
    background-color: #f9e300; }
  .b-product-option__label::before, .b-product-option__label::after {
    left: 52px;
    top: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .b-product-option__label.custom-control-label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.4px;
    margin-bottom: 16px; }
  .custom-control-input:disabled ~ .b-product-option__label {
    background-color: #edf3f9;
    pointer-events: none; }

.b-product-option__label-no-desc {
  padding: 10px 10px 10px 44px; }
  .b-product-option__label-no-desc::before, .b-product-option__label-no-desc::after {
    left: 10px; }
  .b-product-option__label-no-desc .b-product-option__details {
    margin-bottom: auto; }

.b-product-option__name {
  line-height: 1.5rem; }

.b-product-option__price {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 4px; }
  .b-product-option__price .b-product-pricing__value {
    font-size: 20px; }
  .b-product-option__price .b-product-pricing__symbol, .b-product-option__price .b-product-pricing__coin {
    font-size: 17px; }
  .b-product-option__price--selected {
    color: #000; }

.b-product-option__body {
  background-color: #f9e300;
  border-radius: 0 0 4px 4px;
  display: none;
  margin-bottom: 16px;
  padding: 16px 15px; }
  .custom-control-input:checked ~ .b-product-option__body {
    display: block; }

.b-product-option__description {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px; }

.b-product-option__description-value {
  color: #000;
  font-weight: 800;
  margin-left: 8px; }

.b-product-option__options-sold-out {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  margin-top: -7px; }

.b-product-option__plusEighteenAlert {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #fef3ea;
  border-radius: 3px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Averta", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: normal;
  margin-left: auto;
  padding: 2px 0;
  width: 72px; }

.b-product-option__details-link .btn-link {
  color: #004ea1;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  text-decoration: underline; }
  .b-product-option__details-link .btn-link:hover, .b-product-option__details-link .btn-link:focus {
    text-decoration: underline; }

.b-product-option__price-section-18 .b-product-option__price {
  margin-bottom: 5px; }

.b-product-option__image-button {
  height: 30px;
  width: 30px; }
  .b-product-option__image-button img {
    border-radius: 3px;
    height: 100%;
    width: 100%; }

.b-product-option__image-default::before {
  background: url(../../iconfonts/sources/uEA56-gift-solid.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  /* Set the width and height to match your SVG size */ }

.b-product-option__image-button, .b-product-option__image-default {
  left: 10px;
  position: absolute;
  top: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-option-modal__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6rem; }

.product-option-modal__body {
  margin: 12px 20px 12px; }

.product-option-modal__description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.5px;
  margin: 12px 0 12px; }

.product-option-modal__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 12px;
  padding-top: 12px; }
  .product-option-modal__image img {
    height: 300px;
    width: auto; }

.product-option-modal__footer-button {
  font-size: 15px;
  margin: 0 6px 16px !important; }

.product-option-header {
  margin-bottom: 12px; }
  .product-option-header .modal-close {
    font-size: 21px; }

.b-product-error {
  color: #f9423a;
  font-size: 14px;
  margin: 10px 0;
  text-align: center; }
  .b-product-error.m-preview {
    margin-top: 20px; }

.b-size-chart {
  text-align: center; }
  .b-size-chart__link {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #005bbb), color-stop(95%, #005bbb), color-stop(95%, transparent));
    background-image: linear-gradient(transparent 90%, #005bbb 90%, #005bbb 95%, transparent 95%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    color: #005bbb;
    font-size: 14px;
    font-weight: 600; }
    .b-size-chart__link:hover {
      background-size: 100% 100%;
      text-decoration: none; }
    .b-size-chart__link:hover {
      color: #005bbb; }

.ui-datepicker {
  background-color: #fff;
  -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.15);
  color: #000;
  display: none;
  font-size: 14px;
  padding: 17px 0 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 232px; }
  .ui-datepicker.ui-state-top {
    -webkit-box-shadow: 0 -9px 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -9px 16px 0 rgba(0, 0, 0, 0.15); }
  .ui-datepicker::before {
    background-color: #fff;
    border: 1px solid #005bbb;
    bottom: -1px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: -1px; }

.ui-datepicker-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 7px;
  position: relative;
  width: 180px; }

.ui-datepicker-year::before {
  content: '`'; }

.ui-datepicker-prev,
.ui-datepicker-next {
  color: #005bbb;
  font-size: 10px;
  line-height: 1; }
  .ui-datepicker-prev:before,
  .ui-datepicker-next:before {
    content: "\EA06";
    color: #005bbb; }
  .ui-datepicker-prev.ui-state-disabled,
  .ui-datepicker-next.ui-state-disabled {
    opacity: 0.3; }
  .ui-datepicker-prev .ui-icon,
  .ui-datepicker-next .ui-icon {
    display: none; }

.ui-datepicker-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .ui-datepicker-next::before {
    content: "\EA07"; }

.ui-datepicker-calendar {
  font-size: 14px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 196px; }
  .ui-datepicker-calendar th {
    font-size: 12px;
    font-weight: 400;
    padding: 0; }
  .ui-datepicker-calendar td {
    height: 29px;
    padding: 0;
    width: 28px; }
  .ui-datepicker-calendar a,
  .ui-datepicker-calendar span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid transparent;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 12vw;
    padding: 2px;
    position: relative;
    text-decoration: none;
    width: 26px; }
    .ui-datepicker-calendar a.ui-state-active,
    .ui-datepicker-calendar span.ui-state-active {
      background-color: #edf3f9;
      border-color: #005bbb; }

.ui-datepicker-unselectable {
  opacity: 0.3; }

.ui-datepicker-today {
  color: #005bbb; }
  .ui-datepicker-today a,
  .ui-datepicker-today span {
    position: relative; }
    .ui-datepicker-today a::after,
    .ui-datepicker-today span::after {
      border-color: #005bbb transparent;
      border-style: solid;
      border-width: 0 0 5px 5px;
      bottom: 1px;
      content: '';
      position: absolute;
      right: 1px; }

.ui-datepicker-current-day {
  color: #005bbb;
  font-weight: 700; }

.ui-datepicker-wrapper {
  position: relative; }
  .ui-datepicker-wrapper:after {
    content: "\EA48";
    font-size: 18px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px; }

.ui-datepicker-input {
  min-width: 97%;
  white-space: nowrap; }
  .non-touch .ui-datepicker-input {
    pointer-events: none; }
    .non-touch .ui-datepicker-input.ui-state-open {
      border-color: #005bbb; }
    .non-touch .ui-datepicker-input.ui-state-bottom {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .non-touch .ui-datepicker-input.ui-state-top {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.ui-datepicker-placeholder {
  border-color: transparent;
  cursor: pointer;
  left: 0;
  padding-right: 35px;
  position: absolute;
  text-overflow: ellipsis;
  top: 0; }
  .ui-datepicker-placeholder[readonly] {
    background-color: #fff;
    border-color: transparent;
    color: #000; }

.no-dropdown {
  pointer-events: none; }

.b-card-variant__list {
  margin-bottom: 14px; }

.b-card-variant__item + .b-card-variant__item {
  margin-top: 5px; }

.b-card-variant__button {
  background: none;
  border: none;
  display: block;
  outline: none;
  padding: 0;
  text-align: left;
  width: 100%; }
  .b-card-variant__button:active, .b-card-variant__button:focus {
    outline: none; }
  .b-card-variant__button:disabled {
    opacity: 0.7;
    pointer-events: none; }

.b-card-variant__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edf3f9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-transition: background cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: background cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
  .b-card-variant__value::before {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 22px;
    color: transparent;
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    height: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px; }
  .b-card-variant__value.selected {
    background-color: #f9e300;
    color: #004ea1; }
    .b-card-variant__value.selected::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 510 510'%3e%3cpath fill='%23005bbb' d='M255,0C114.75,0,0,114.75,0,255s114.75,255,255,255s255-114.75,255-255S395.25,0,255,0z'/%3e%3c/svg%3e");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 10px 10px;
      border: 2px solid #005bbb; }

.b-card-variant__value-name {
  font-size: 16px;
  font-weight: 900; }

.b-card-variant__value-price {
  margin-left: auto; }

.b-card-variant .b-product-pricing__value {
  font-size: 24px;
  text-align: right;
  white-space: nowrap; }

.m-swatch--beige {
  background-color: #f5f5dc;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0117647) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0117647) inset; }

.m-swatch--black {
  background-color: #000;
  background-image: none !important; }

.m-swatch--blue {
  background-color: #005bbb;
  background-image: none !important; }

.m-swatch--brown {
  background-color: #a52a2a;
  background-image: none !important; }

.m-swatch--green {
  background-color: #00b2a9;
  background-image: none !important; }

.m-swatch--grey {
  background-color: #8f979d;
  background-image: none !important; }

.m-swatch--navy {
  background-color: #000080;
  background-image: none !important; }

.m-swatch--orange {
  background-color: #f57f17;
  background-image: none !important; }

.m-swatch--pink {
  background-color: #c60c30;
  background-image: none !important; }

.m-swatch--purple {
  background-color: #a020f0;
  background-image: none !important; }

.m-swatch--red {
  background-color: #f9423a;
  background-image: none !important; }

.m-swatch--white {
  background-color: #fff;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.m-swatch--yellow {
  background-color: #f9e300;
  background-image: none !important; }

.m-swatch--gold {
  background-color: #ffd700;
  background-image: none !important; }

.m-swatch--silver {
  background-color: #c0c0c0;
  background-image: none !important; }

.m-swatch--rosegold {
  background-color: #b76e79;
  background-image: none !important; }

.m-swatch--bronze {
  background-color: #b08d57;
  background-image: none !important; }

.m-swatch--charcoal {
  background-color: #242021;
  background-image: none !important; }

.m-swatch--copper {
  background-color: #c87533;
  background-image: none !important; }

.m-swatch--gray {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none !important; }

.m-swatch--12colouringpencilsinablackbox {
  background-color: #51443e;
  background-image: none !important; }

.m-swatch--12colouringpencilsinanaquabox {
  background-color: #a1cee3;
  background-image: none !important; }

.m-swatch--12colouringpencilsinapinkbox {
  background-color: #f9ccd1;
  background-image: none !important; }

.m-swatch--12colouringpencilsinawhitebox {
  background-color: #f2ede9;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0313725) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0313725) inset; }

.m-swatch--bluegreen {
  background-color: #bcdef3;
  background-image: none !important; }

.m-swatch--bluegrey {
  background-color: #e3d6df;
  background-image: none !important; }

.m-swatch--blushpink {
  background-color: #f0e0e9;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.00980392) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.00980392) inset; }

.m-swatch--burgundy {
  background-color: #8c4247;
  background-image: none !important; }

.m-swatch--greenwithstar {
  background-color: #d2de89;
  background-image: none !important; }

.m-swatch--ivory {
  background-color: #f4f2f3;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0529412) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0529412) inset; }

.m-swatch--latte {
  background-color: #a89266;
  background-image: none !important; }

.m-swatch--natural {
  background-color: #9f7e5b;
  background-image: none !important; }

.m-swatch--paleblue {
  background-color: #cfd4dc;
  background-image: none !important; }

.m-swatch--pinkwithheart {
  background-color: #f587d5;
  background-image: none !important; }

.m-swatch--redyellow {
  background-color: #ff5777;
  background-image: none !important; }

.m-swatch--russet {
  background-color: #723616;
  background-image: none !important; }

.m-swatch--rusticwood {
  background-color: #eeb17a;
  background-image: none !important; }

.m-swatch--teal {
  background-color: #8cb6bf;
  background-image: none !important; }

.m-swatch--brightblue {
  background-color: #6785c3;
  background-image: none !important; }

.m-swatch--brightorange {
  background-color: #f3634b;
  background-image: none !important; }

.m-swatch--brightpink {
  background-color: #f0466b;
  background-image: none !important; }

.m-swatch--brightpurple {
  background-color: #6784c8;
  background-image: none !important; }

.m-swatch--brightyellow {
  background-color: #fce700;
  background-image: none !important; }

.m-swatch--deepblack {
  background-color: #313035;
  background-image: none !important; }

.m-swatch--deepblue {
  background-color: #1491c9;
  background-image: none !important; }

.m-swatch--deepgrey {
  background-color: #7f8094;
  background-image: none !important; }

.m-swatch--deepred {
  background-color: #e5071e;
  background-image: none !important; }

.m-swatch--deepteal {
  background-color: #397881;
  background-image: none !important; }

.m-swatch--pastelbabyblue {
  background-color: #d1eeea;
  background-image: none !important; }

.m-swatch--pastelblue {
  background-color: #b8cfe1;
  background-image: none !important; }

.m-swatch--pastelpink {
  background-color: #ffe5ee;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0490196) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0490196) inset; }

.m-swatch--pastelwhite {
  background-color: #fff;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.m-swatch--mustard {
  background-color: #c27e3d;
  background-image: none !important; }

.m-swatch--terracotta {
  background-color: #cc979f;
  background-image: none !important; }

.m-swatch--turquoise {
  background-color: #9de0e9;
  background-image: none !important; }

.m-swatch--beigemarshmallow {
  background-color: #cac8c3;
  background-image: none !important; }

.m-swatch--cream {
  background-color: #ccc9a8;
  background-image: none !important; }

.m-swatch--pinkmarshmallow {
  background-color: #b5a1b2;
  background-image: none !important; }

.m-swatch--greymarshmallow {
  background-color: #c3c9c7;
  background-image: none !important; }

.m-swatch--solidoak {
  background-color: #9d6b2c;
  background-image: none !important; }

.m-swatch--multi-coloured {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(35%, #005bbb), color-stop(35%, #00ab5d), color-stop(65%, #00ab5d), color-stop(65%, #f9e300)) !important;
  background-image: linear-gradient(to right bottom, #005bbb 35%, #00ab5d 35%, #00ab5d 65%, #f9e300 65%) !important; }

.m-swatch--iridescent {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f9423a), color-stop(#f57f17), color-stop(#f9e300), color-stop(#00ab5d), color-stop(#00a1de), color-stop(#005bbb), to(#a020f0)) !important;
  background-image: linear-gradient(to right bottom, #f9423a, #f57f17, #f9e300, #00ab5d, #00a1de, #005bbb, #a020f0) !important; }

.btn:focus, .btn.focus {
  outline: 2px dashed #005bbb;
  outline-offset: 2px; }

.btn::before {
  font-size: 20px;
  vertical-align: text-top; }

.btn-primary, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel {
  color: #fff;
  background-color: #004ea1;
  border-color: #004ea1;
  -webkit-box-shadow: 0 8px 18px 0 rgba(0, 91, 187, 0.25);
          box-shadow: 0 8px 18px 0 rgba(0, 91, 187, 0.25);
  color: #fff; }
  .btn-primary:hover, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:hover {
    color: #fff;
    background-color: #004793;
    border-color: #004793; }
  .btn-primary:focus, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:focus, .btn-primary.focus, .mandatory-field-empty .focus.personalization-empty-fields-confirmation-btn-cancel {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 105, 175, 0.5);
            box-shadow: 0 0 0 0 rgba(38, 105, 175, 0.5); }
  .btn-primary.disabled, .mandatory-field-empty .disabled.personalization-empty-fields-confirmation-btn-cancel, .btn-primary:disabled, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:disabled {
    color: #fff;
    background-color: #004ea1;
    border-color: #004ea1; }
  .btn-primary:not(:disabled):not(.disabled):active, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .mandatory-field-empty .show > .dropdown-toggle.personalization-empty-fields-confirmation-btn-cancel {
    color: #fff;
    background-color: #004793;
    border-color: #005bbb; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .mandatory-field-empty .show > .dropdown-toggle.personalization-empty-fields-confirmation-btn-cancel:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(38, 105, 175, 0.5);
              box-shadow: 0 0 0 0 rgba(38, 105, 175, 0.5); }
  .btn-primary:hover, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:hover {
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 91, 187, 0);
            box-shadow: 0 8px 18px 0 rgba(0, 91, 187, 0);
    color: #f9e300; }
  .btn-primary:focus, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:focus, .btn-primary.focus, .mandatory-field-empty .focus.personalization-empty-fields-confirmation-btn-cancel, .btn-primary:focus-visible, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:focus-visible {
    background-color: #004793;
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 91, 187, 0);
            box-shadow: 0 8px 18px 0 rgba(0, 91, 187, 0);
    color: #f9e300; }
  .btn-primary:focus-visible, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:focus-visible {
    background-color: #f9e300;
    border-color: #f9e300;
    color: #000; }
  .btn-primary.disabled, .mandatory-field-empty .disabled.personalization-empty-fields-confirmation-btn-cancel, .btn-primary:disabled, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:disabled {
    color: rgba(255, 255, 255, 0.5); }
  .btn-primary:not(:disabled):not(.disabled):active, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .mandatory-field-empty .personalization-empty-fields-confirmation-btn-cancel:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .mandatory-field-empty .show > .dropdown-toggle.personalization-empty-fields-confirmation-btn-cancel {
    color: #f9e300; }

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 91, 187, 0.25);
          box-shadow: 0 10px 20px 0 rgba(0, 91, 187, 0.25);
  color: #005bbb; }
  .btn-light:hover {
    color: #212529;
    background-color: #f9e300;
    border-color: #f9e300; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
            box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5); }
  .btn-light:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 91, 187, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 91, 187, 0);
    color: #005bbb; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 91, 187, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 91, 187, 0);
    color: #005bbb; }
  .btn-light.disabled, .btn-light:disabled {
    color: #005bbb; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #005bbb; }

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #004ea1;
  color: #004ea1; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #004ea1;
    border-color: #004ea1; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 72, 143, 0.5);
            box-shadow: 0 0 0 0 rgba(5, 72, 143, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #004ea1; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #004ea1; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(5, 72, 143, 0.5);
              box-shadow: 0 0 0 0 rgba(5, 72, 143, 0.5); }
  .btn-secondary:hover {
    color: #fff; }
  .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:focus-visible {
    color: #005bbb; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #004ea1;
    opacity: 0.55; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #004ea1; }

.btn-link {
  background: none;
  border: 0;
  color: #005bbb;
  font-weight: 700;
  padding: 0; }
  .btn-link:focus, .btn-link:hover {
    color: #005bbb;
    outline: 0;
    text-decoration: none; }
  .btn-link__icon {
    margin-right: 8px; }
  .btn-link:hover .btn-link__icon {
    opacity: 0.8; }
  .btn-link__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #005bbb), color-stop(95%, #005bbb), color-stop(95%, transparent));
    background-image: linear-gradient(transparent 90%, #005bbb 90%, #005bbb 95%, transparent 95%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
    .btn-link:hover .btn-link__text {
      background-size: 100% 100%;
      text-decoration: none; }

.btn-link-white {
  color: #fff; }
  .btn-link-white:focus, .btn-link-white:hover {
    color: #fff; }
  .btn-link-white .btn-link__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #fff), color-stop(95%, #fff), color-stop(95%, transparent));
    background-image: linear-gradient(transparent 90%, #fff 90%, #fff 95%, transparent 95%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: background-size cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
    .btn-link:hover .btn-link-white .btn-link__text {
      background-size: 100% 100%;
      text-decoration: none; }

.btn-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px transparent inset;
          box-shadow: 0 0 0 1px transparent inset;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  min-width: 48px;
  padding: 10px; }
  .btn-input:focus {
    outline: 0; }
  .btn-input:hover, .btn-input:not(:disabled):not(.disabled):active, .btn-input:not(:disabled):not(.disabled).active,
  .show > .btn-input.dropdown-toggle {
    border-color: #005bbb;
    color: inherit; }
  .btn-input.m-selected {
    background-color: #edf3f9;
    border-color: #005bbb;
    -webkit-box-shadow: 0 0 0 1px #005bbb inset;
            box-shadow: 0 0 0 1px #005bbb inset;
    color: #005bbb;
    color: inherit; }
  .btn-input::before {
    font-size: 18px; }

.btn-dashed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #005bbb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  min-width: 56px;
  padding: 10px; }
  .btn-dashed:focus {
    outline: 0; }
  .btn-dashed:hover {
    border: 1px solid #005bbb;
    color: #005bbb; }
  .btn-dashed.m-selected {
    border: 2px solid #005bbb;
    color: #005bbb; }
  .btn-dashed:disabled {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0.5;
    pointer-events: none;
    position: relative; }
  .btn-dashed::before {
    font-size: 20px; }

.btn-rounded {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 2px solid rgba(0, 91, 187, 0.15);
  border-radius: 100%;
  color: #005bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  padding: 0;
  width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .btn-rounded:focus {
    outline: 0; }
  .btn-rounded--large {
    font-size: 18px;
    height: 46px;
    width: 46px; }

.btn-rounded-light {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  padding: 0;
  width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .btn-rounded-light:focus {
    outline: 0; }

.btn-md {
  font-size: 20px; }

.l-personalization {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  .h-personalization-active .l-personalization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .l-personalization__header {
    background-color: #005bbb;
    padding: 12px 0; }
    .l-personalization__header .b-header-logo__text {
      display: none; }
  .l-personalization__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .l-personalization__card {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .l-personalization__card.h-hidden {
      display: block;
      height: 0;
      margin: 0;
      opacity: 0;
      overflow: hidden;
      pointer-events: none; }
  .l-personalization__top {
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%; }
    .l-personalization__top--center-align {
      text-align: center; }
  .l-personalization__tabs {
    margin-bottom: 30px; }
  .l-personalization__top + .l-personalization__tabs {
    margin-top: -6px; }
  .l-personalization__months {
    margin-top: 30px;
    width: 100%; }
    .m-alternative-view .l-personalization__months {
      display: none; }
  .l-personalization__preview-help {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .l-personalization__preview .b-personalization__alert-class {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Averta", sans-serif;
    font-weight: 400;
    gap: 10px;
    line-height: 18.5px;
    margin-bottom: 0;
    padding: 20px; }
  .l-personalization__preview .alert-warning.b-personalization__alert-class {
    background-color: #fef3ea; }
  .l-personalization__preview .alert-warning .b-personalization__alert-icon {
    color: #f57f17; }
  .l-personalization__preview .alert-warning .b-personalization__alert-text {
    color: #000; }
  .l-personalization__preview .alert-success.b-personalization__alert-class {
    background-color: #00ab5d1a;
    gap: 10px; }
  .l-personalization__preview .alert-success .b-personalization__alert-icon {
    color: #005e33; }
  .l-personalization__preview .alert-success .b-personalization__alert-text {
    color: #000; }
  .l-personalization__preview-top {
    background-color: #004ea1;
    display: none;
    padding: 14px 0; }
  .l-personalization__preview-area {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px; }
  .l-personalization__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: auto;
    padding: 11px 3px;
    z-index: 1; }
  .l-personalization--calendar .l-personalization__actions {
    background-color: #edf3f9;
    bottom: 0;
    margin-bottom: 0;
    position: sticky;
    width: auto; }
  .l-personalization__action {
    max-width: 100%;
    padding: 0 10px; }
  .l-personalization__footer {
    background-color: #005bbb;
    margin-top: auto;
    padding: 28px 0; }
  .l-personalization__footer-navigation, .l-personalization__footer-payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .l-personalization__footer-payments {
    margin: 28px 0; }
  .l-personalization__footer-copyright {
    width: 100%; }
  .l-personalization.m-active .l-personalization__info {
    display: none; }

.h-personalization-active body {
  overflow: hidden; }

.personalization-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px; }
  .personalization-buttons__arrow {
    background-image: url("../../sprites/arrow-right.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 16px;
    margin: 0 0 4px 5px;
    -webkit-transition: background-position 0.15s;
    transition: background-position 0.15s;
    vertical-align: middle;
    width: 16px; }
  .personalization-buttons__item--full-width {
    -webkit-box-flex: 0.75;
        -ms-flex: 0.75;
            flex: 0.75; }
  .personalization-buttons__item:hover .personalization-buttons__arrow {
    background-position: center left; }
  .personalization-buttons__go-to-basket {
    font-size: 15px;
    font-style: normal;
    font-weight: 700; }
    .personalization-buttons__go-to-basket:hover .personalization-buttons__arrow {
      background-position: center left; }

.personalization-stepper__button:first-child {
  margin-right: 30px; }

.personalization-stepper__button.m-active {
  pointer-events: none; }
  .personalization-stepper__button.m-active .btn-rounded {
    background-color: #005bbb;
    border-color: #005bbb;
    color: #fff; }

.personalization-stepper__icon {
  margin-right: 10px; }

.b-personalization-tabs__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative; }

.b-personalization-tabs__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: -1px;
  min-height: 52px;
  padding: 15px;
  text-align: center;
  -webkit-transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, border-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, border-color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .b-personalization-tabs__button:focus {
    outline: 0; }
  .b-personalization-tabs__button:hover {
    background-color: #edf3f9;
    border-color: rgba(0, 91, 187, 0.15); }
  .b-personalization-tabs__button.m-active {
    background-color: #edf3f9;
    border-color: #005bbb;
    color: #005bbb; }
  .b-personalization-tabs__button.required::after {
    color: #f9423a;
    content: '\00A0\002A'; }

.b-personalization-buttons {
  font-size: 0;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }
  .b-personalization-buttons__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    padding: 10px 15px;
    position: relative;
    vertical-align: top; }
    .b-personalization-buttons__button.is-invalid {
      border-color: #f9423a; }
    .b-personalization-buttons__button.m-active {
      background-color: #edf3f9;
      border: solid 2px #005bbb;
      color: #005bbb;
      font-weight: 800;
      padding-left: 14px;
      padding-right: 14px; }

.b-personalization-step__title {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  text-align: center; }

.b-personalization-step__preview {
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  margin: 30px 10% 50px;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.15s;
  transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.15s; }

.b-personalization-step.m-loading .b-personalization-step__preview {
  opacity: 0.2;
  pointer-events: none; }

.b-personalization-step__canvas {
  border-radius: 4px;
  vertical-align: top;
  width: 100%; }

.b-personalization-step__image {
  border-radius: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .b-personalization-step__image.m-fit {
    height: 100%; }

.b-personalization-step__background {
  left: -3.5%;
  max-width: none;
  position: absolute;
  top: -5.5%;
  width: 107%; }

.b-personalization-step__image-field {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.b-personalization-step__field-canvas {
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .b-personalization-step__field-canvas--17 {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: -0.75% -1%;
    padding: 0.75% 1%; }

.b-personalization-step__field {
  background-color: transparent;
  border: 2px solid #005bbb;
  border-radius: 4px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .b-personalization-step__field--17 {
    margin: -0.75% -1%; }
  .b-personalization-step__field--15::before, .b-personalization-step__field--15::after {
    background-color: #005bbb;
    content: '';
    height: 2px;
    left: 50%;
    margin: -1px -13px;
    position: absolute;
    top: 50%;
    width: 26px; }
  .b-personalization-step__field--15::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .b-personalization-step__field.m-applied {
    background-color: transparent; }
  .b-personalization-step__field:not(.b-personalization-step__field--0).m-active {
    background-color: rgba(249, 227, 0, 0.7); }

.b-personalization-step__field-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9e300;
  border-radius: 56% 40%;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
  color: #005bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -19px;
  position: absolute;
  top: -18px;
  width: 39px; }
  .b-personalization-step__field-icon.mandatory::after {
    background-color: #fff;
    border-radius: 100%;
    color: #f9423a;
    content: '*';
    display: block;
    font-family: "Averta", sans-serif;
    height: 14px;
    line-height: 20px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 14px; }

.b-personalization-step__field-warning {
  background-image: url(../../images/warning.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  bottom: 10px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  width: 30px; }

.b-personalization-step--card:nth-child(4n+2) .b-personalization-step__canvas,
.b-personalization-step--card:nth-child(4n+3) .b-personalization-step__canvas {
  background-color: #fefce5; }

.b-personalization-step--card:nth-child(4n+2) .b-personalization-step__field-canvas--17,
.b-personalization-step--card:nth-child(4n+3) .b-personalization-step__field-canvas--17 {
  background-color: transparent; }

.b-personalization-step--calendar .b-personalization-step__preview {
  -webkit-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 65px;
  margin-top: 50px; }
  .b-personalization-step--calendar .b-personalization-step__preview::after {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 101% 100%;
    bottom: 100%;
    content: '';
    left: 0;
    padding-bottom: 10%;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }

.b-personalization-step--calendar .b-personalization-step__canvas {
  -webkit-box-shadow: none;
          box-shadow: none; }

.b-personalization-step--calendar .b-personalization-step__image {
  border-radius: 0; }

.b-personalization-field-warning__message {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 35px;
  font-size: 12px;
  left: 1px;
  line-height: 1.2;
  opacity: 0;
  padding: 2px;
  position: absolute;
  right: 25px;
  -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  visibility: hidden;
  z-index: 1; }

.b-personalization-field-warning:hover ~ .b-personalization-field-warning__message {
  opacity: 1;
  visibility: visible; }

.b-personalization-note {
  background-color: #edf3f9;
  font-size: 14px; }
  .b-personalization-note__title {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 13px; }

.b-personalization-form {
  display: block; }
  .b-personalization-form:not(.m-active) {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none; }
  .b-personalization-form__header {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .b-personalization-form__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0; }
  .b-personalization-form__back {
    margin-right: 10px; }
  .b-personalization-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .b-personalization-form__message {
    margin-bottom: 50px; }
  .b-personalization-form__textarea-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px 15px 25px; }
  .b-personalization-form__resizer {
    padding-top: 30%;
    position: relative; }
    .b-personalization-form__resizer .form-text {
      bottom: -15px;
      right: 0;
      top: auto; }
  .b-personalization-form__field-error {
    color: #c60c30;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -25px;
    max-width: calc(100% - 130px);
    padding-top: 5px;
    top: 100%; }
  .b-personalization-form__textarea {
    border: 0;
    height: 100%;
    left: 0;
    line-height: 1.5;
    min-height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .b-personalization-form__textarea:focus {
      outline: 0; }
  .b-personalization-form__verse .dropdown-menu.inner {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px; }
  .b-personalization-form__verse .dropdown-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    padding-top: 15px; }
  .b-personalization-form__verse .dropdown-item {
    background: none;
    color: rgba(0, 0, 0, 0.7);
    padding: 0;
    white-space: pre-line; }
    .b-personalization-form__verse .dropdown-item:hover, .b-personalization-form__verse .dropdown-item:focus {
      color: #000; }
    .b-personalization-form__verse .dropdown-item.active, .b-personalization-form__verse .dropdown-item:active {
      color: #000; }
  .b-personalization-form__emojis, .b-personalization-form__size {
    margin-right: 30px;
    width: 112px; }
  .b-personalization-form__emojis .dropdown-toggle {
    font-size: 24px;
    line-height: 1; }
  .b-personalization-form__emojis .dropdown-menu {
    height: 280px;
    padding: 10px 15px;
    top: 100% !important;
    -webkit-transform: none !important;
            transform: none !important; }
  .b-personalization-form__emojis .dropdown-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: none;
    width: 240px; }
  .b-personalization-form__alignment {
    color: #005bbb; }
  .b-personalization-form__style .dropdown-toggle {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px; }
  .b-personalization-form__color {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .b-personalization-form__preview {
    margin-bottom: 30px;
    text-align: center; }
  .b-personalization-form__canvas {
    background-color: #edf3f9;
    border-radius: 4px;
    cursor: move;
    max-width: 100%;
    vertical-align: top; }
  .b-personalization-form__clear-filters {
    margin-left: 15px; }
  .b-personalization-form__upload-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #edf3f9;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .b-personalization-form__upload-block::before {
      content: '';
      float: left;
      padding-bottom: 100%; }
  .b-personalization-form__upload-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    width: 300px; }
  .b-personalization-form__upload-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    height: 120px;
    line-height: 18px;
    margin: 10px;
    max-width: calc(50% - 20px);
    padding: 12px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, -webkit-box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, -webkit-box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, -webkit-box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 120px; }
    .b-personalization-form__upload-button:hover {
      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 91, 187, 0.2);
              box-shadow: 0 8px 16px 0 rgba(0, 91, 187, 0.2); }
    .b-personalization-form__upload-button:focus {
      outline: 0; }
    .b-personalization-form__upload-button::before {
      color: #005bbb;
      font-size: 30px;
      margin-bottom: 10px;
      margin-top: 20px;
      width: 100%; }
    .b-personalization-form__upload-button:disabled {
      opacity: 0.5;
      pointer-events: none; }
      .b-personalization-form__upload-button:disabled::before {
        color: rgba(0, 0, 0, 0.6); }
    .m-loading .b-personalization-form__upload-button {
      opacity: 0.5;
      pointer-events: none; }
  .b-personalization-form__upload-file {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .b-personalization-form__upload-description {
    margin-bottom: 20px;
    margin-top: 30px;
    max-width: 440px; }

.b-emoji-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  border: 2px dashed transparent;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px; }
  .b-emoji-button:focus {
    outline: 0; }
  .b-emoji-button:hover {
    border-color: rgba(0, 91, 187, 0.15); }

.b-filter-button::before {
  background-image: url("../../images/default.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: '';
  height: 30px;
  width: 30px; }

.b-filter-button--sepia::before {
  -webkit-filter: sepia(1);
          filter: sepia(1); }

.b-filter-button--grayscale::before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.b-filter-button--contrast::before {
  -webkit-filter: contrast(2);
          filter: contrast(2); }

.b-filter-button--warm::before {
  background-blend-mode: multiply;
  background-color: rgba(255, 0, 0, 0.2); }

.b-filter-button--cold::before {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 255, 0.2); }

.b-personalization-preview__title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center; }

.b-personalization-preview__content {
  position: relative; }
  .b-personalization-preview__content::after {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 101% 100%;
    bottom: 100%;
    content: '';
    left: 0;
    padding-bottom: 10%;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }

.b-personalization-preview__background {
  left: -3.5%;
  max-width: none;
  position: absolute;
  top: -5.5%;
  width: 107%; }

.b-personalization-preview__canvas {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  width: 100%; }

.b-personalization-preview__image {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.b-personalization-preview--calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -70px; }

.b-personalization-preview--calendar .b-personalization-preview__item {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-bottom: 70px; }

.b-personalization-preview--card .b-personalization-preview__canvas, .b-personalization-preview--card .b-personalization-preview__image {
  border-radius: 4px; }

.b-personalization-preview--card .b-personalization-preview__canvas {
  -webkit-box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1); }

.b-personalization-preview--card .b-personalization-preview__item:nth-child(4n+2) .b-personalization-preview__canvas,
.b-personalization-preview--card .b-personalization-preview__item:nth-child(4n+3) .b-personalization-preview__canvas {
  background-color: #fefce5; }

.b-personalization-carousel {
  display: block; }
  .b-personalization-carousel .b-carousel__arrow {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
    height: 58px;
    width: 53px; }
  .b-personalization-carousel .b-carousel__arrow-icon {
    font-size: 16px; }
  .b-personalization-carousel .b-carousel__dots {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0; }
  .m-alternative-view .b-personalization-carousel {
    margin-left: -16px;
    margin-right: -16px; }
    .m-alternative-view .b-personalization-carousel .b-personalization-step {
      width: 33.33333% !important; }
      .m-alternative-view .b-personalization-carousel .b-personalization-step__title {
        color: rgba(0, 0, 0, 0.8);
        font-size: 18px; }
      .m-alternative-view .b-personalization-carousel .b-personalization-step__preview {
        -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
        margin: 25px 16px 35px; }
      .m-alternative-view .b-personalization-carousel .b-personalization-step.m-active .b-personalization-step__title {
        color: #005bbb; }
      .m-alternative-view .b-personalization-carousel .b-personalization-step.m-active .b-personalization-step__preview {
        -webkit-box-shadow: 0 0 32px 0 rgba(0, 91, 187, 0.4);
                box-shadow: 0 0 32px 0 rgba(0, 91, 187, 0.4); }
    .m-alternative-view .b-personalization-carousel,
    .m-alternative-view .b-personalization-carousel .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: auto; }
    .m-alternative-view .b-personalization-carousel .slick-list {
      overflow: visible;
      width: 100%; }
    .m-alternative-view .b-personalization-carousel .slick-track {
      -webkit-transform: none !important;
              transform: none !important;
      width: 100% !important; }
    .m-alternative-view .b-personalization-carousel .b-carousel__arrow, .m-alternative-view .b-personalization-carousel .b-carousel__dots {
      display: none !important; }

.b-personalization-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 350px;
  max-height: 50vh; }
  .b-personalization-images__select {
    margin-bottom: 30px; }
  .b-personalization-images__content {
    margin: 0 -5px;
    max-width: 360px;
    overflow: auto; }
  .b-personalization-images__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -10px; }
  .b-personalization-images__button {
    background-color: #edf3f9;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 5px 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: calc(33.33333% - 10px); }
    .b-personalization-images__button::before {
      content: '';
      float: left;
      padding-bottom: 100%; }
    .b-personalization-images__button:after {
      content: "\EA17";
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      border: 2px solid #005bbb;
      border-radius: 100%;
      color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 8px;
      height: 22px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 10px;
      position: absolute;
      top: 10px;
      width: 22px; }
    .b-personalization-images__button:focus {
      outline: 0; }
    .b-personalization-images__button.m-selected {
      border-color: #005bbb; }
      .b-personalization-images__button.m-selected::after {
        color: #005bbb; }
  .b-personalization-images__button-image {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100px; }
  .b-personalization-images__empty {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.modal-upload .modal-content {
  max-width: 410px; }

.modal-upload .modal-body {
  overflow: visible; }

.b-empty-fields-confirmation__warning {
  color: #000;
  display: none;
  margin-bottom: 10px; }
  .mandatory-field-empty .b-empty-fields-confirmation__warning--image {
    display: block; }
  .optional-field-empty .b-empty-fields-confirmation__warning--text {
    display: block; }
  .b-empty-fields-confirmation__warning--black-color {
    color: #000; }

.mandatory-field-empty .personalization-empty-fields-confirmation-btn {
  display: none; }

.empty-fields-confirmation-header {
  padding-left: 0;
  padding-top: 40px; }

.personalization-dialog-cancel {
  color: #000; }
  .personalization-dialog-cancel .modal-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding-left: 15px; }
  .personalization-dialog-cancel .modal-footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .personalization-dialog-cancel .modal-footer button {
      width: 50%; }

.b-text-personalization {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 23px 30px 30px; }
  .b-text-personalization__title {
    margin-bottom: 24px;
    text-align: center; }
  .b-text-personalization__step {
    margin-bottom: 26px; }
  .b-text-personalization__submit {
    width: 100%; }
  .b-text-personalization__preview {
    text-align: center; }
  .b-text-personalization__label {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    margin-bottom: 11px; }
  .b-text-personalization__value {
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .b-text-personalization__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -7px;
    margin-top: 12px;
    padding-top: 6px; }
  .b-text-personalization__link {
    font-size: 16px; }
  .b-text-personalization .form-char-limit {
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s; }
    .b-text-personalization .form-char-limit.h-hidden {
      display: block;
      opacity: 0; }

.l-personalization--calendar .l-personalization__errors {
  margin-top: 30px; }

.l-personalization--calendar .l-personalization__header {
  background-color: #005bbb;
  padding: 12px 0; }
  .l-personalization--calendar .l-personalization__header .b-header-logo__text {
    display: none; }

.l-personalization--calendar .l-personalization__tabs {
  margin-bottom: 30px; }

.l-personalization--calendar .l-personalization__tabs-steps {
  background-color: #f5f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.l-personalization--calendar .l-personalization__card {
  padding-left: 0;
  padding-right: 0; }
  .l-personalization--calendar .l-personalization__card.h-hidden {
    display: block;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none; }

.l-personalization--calendar .l-personalization__months {
  margin-top: 30px;
  width: 100%; }
  .m-alternative-view .l-personalization--calendar .l-personalization__months {
    display: none; }
  .l-personalization--calendar .l-personalization__months .b-personalization-buttons {
    margin: 0;
    padding: 0; }

.l-personalization--calendar .l-personalization__steps {
  margin: auto; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__header {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__reset-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 21px; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__reset {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border: 1.5px solid #004ea1;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  width: 48%; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__edit-pen-icon {
  font-size: 19px; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__change-photo {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__preview {
  margin-bottom: 10px;
  text-align: center; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__canvas {
  background-color: #edf3f9;
  border-radius: 4px;
  cursor: move;
  max-width: 100%;
  vertical-align: top; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__clear-filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 12px; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__image-actions {
  background-color: #edf3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
  padding: 11px 13px; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__action-confirm {
  -webkit-box-flex: 0.92;
      -ms-flex: 0.92;
          flex: 0.92; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__upload-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.11);
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 18px;
  margin: 10px;
  max-width: calc(50% - 20px);
  padding: 12px;
  position: relative;
  text-align: center;
  -webkit-transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, -webkit-box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, -webkit-box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s, -webkit-box-shadow cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 120px; }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__upload-button:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 91, 187, 0.2);
            box-shadow: 0 8px 16px 0 rgba(0, 91, 187, 0.2); }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__upload-button:focus {
    outline: 0; }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__upload-button::before {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%; }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__upload-button:disabled {
    opacity: 0.5;
    pointer-events: none; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__upload-button:disabled::before {
      color: rgba(0, 0, 0, 0.6); }
  .m-loading .l-personalization--calendar .l-personalization__form .b-personalization-form__upload-button {
    opacity: 0.5;
    pointer-events: none; }

.l-personalization--calendar .l-personalization__form .b-personalization-form__upload-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
  margin-top: 32px;
  max-width: 440px; }

.l-personalization--calendar .l-personalization__exit-preview {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }

.l-personalization--calendar .personalization-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px; }
  .l-personalization--calendar .personalization-buttons__arrow {
    background-image: url("../../sprites/arrow-right.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 16px;
    margin: 0 0 4px 5px;
    -webkit-transition: background-position 0.15s;
    transition: background-position 0.15s;
    vertical-align: middle;
    width: 16px; }
  .l-personalization--calendar .personalization-buttons__item--full-width {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .l-personalization--calendar .personalization-buttons__item:hover .personalization-buttons__arrow {
    background-position: center left; }
  .l-personalization--calendar .personalization-buttons__go-to-basket {
    font-size: 15px;
    font-style: normal;
    font-weight: 700; }
    .l-personalization--calendar .personalization-buttons__go-to-basket:hover .personalization-buttons__arrow {
      background-position: center left; }

.l-product__content {
  margin-bottom: 80px; }
  .l-product__content::after {
    display: block;
    clear: both;
    content: ""; }

.l-product__tabs {
  clear: left;
  padding-top: 60px; }

.l-product__items-header {
  margin-bottom: 45px;
  text-align: center; }

.l-product__items-grid {
  margin-bottom: 0; }

.l-product__carousels {
  clear: both; }

.l-product-set__content {
  margin-bottom: 80px; }
  .l-product-set__content::after {
    display: block;
    clear: both;
    content: ""; }

@media only screen and (min-width: 768px) {
      .l-personalization__tabs {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 28px;
        width: 100%; }
    .l-personalization__tabs .l-personalization__first-month {
      width: 200px; }
    .l-personalization__view-switcher {
      min-width: 50%;
      padding-left: 16px;
      white-space: nowrap; }
      .l-personalization__months {
        margin-bottom: 12px; }
      .l-personalization__action {
        width: 314px; }
    .l-personalization--calendar .l-personalization__tabs {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px; }
  .l-personalization__tabs .l-personalization--calendar .l-personalization__first-month {
    padding-bottom: 30px;
    width: 200px; }
    .l-personalization--calendar .l-personalization__months {
      margin-bottom: 0; }
    .l-personalization--calendar .l-personalization__steps {
      max-width: 608px;
      width: 100%; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__image-actions {
      bottom: 0;
      position: absolute;
      width: 100%; }
  .l-product__details {
    float: right;
    width: 43%; }
  .l-product__image {
    float: left; }
    .l-product-set__content {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .l-product-set__details {
    margin-bottom: 30px;
    padding-left: 40px;
    width: 43%; }
  .l-product-set__image {
    margin-bottom: 30px;
    position: sticky;
    top: 90px; } }

@media only screen and (min-width: 1024px) {
  .b-carousel-row {
    padding-bottom: 10px; }
    .l-product__image .b-product-badge-multiby,
    .l-product-set__image .b-product-badge-multiby {
      bottom: 10px;
      left: 10px; }
  .b-product {
    margin: 0 auto;
    max-width: 100%;
    width: 416px; }
    .b-product__name {
      color: #000;
      font-size: 24px;
      font-weight: 800;
      margin-top: -5px; }
  .b-variations-size__button:hover .b-variations-size__value {
    background-color: #f9e300; }
  .b-card-variant__button:hover .b-card-variant__value {
    background-color: #f9e300; }
      .l-personalization__header {
        padding: 20px 0; }
      .l-personalization__card {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 40px; }
        .l-personalization__card, .l-personalization__card.h-hidden {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .l-personalization__top {
        padding-bottom: 40px;
        padding-top: 40px; }
    .l-personalization__steps {
      max-width: 640px;
      width: 50%; }
    .l-personalization__form {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      padding-left: 32px;
      width: 50%; }
    .l-personalization__info, .l-personalization__inputs {
      margin: 75px auto 0;
      max-width: 448px; }
    .l-personalization__info-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      vertical-align: top; }
    .l-personalization__inputs {
      margin-top: 25px; }
      .l-personalization__preview-area {
        padding-top: 20px; }
      .l-personalization__actions {
        margin-bottom: 40px; }
    .b-personalization-step--calendar .b-personalization-step__preview {
      margin-left: 15%;
      margin-right: 15%; }
    .b-personalization-note {
      border-radius: 4px; }
      .b-personalization-note.collapse {
        display: block; }
    .b-personalization-note__content {
      margin-bottom: 40px;
      padding: 35px 40px 37px; }
      .b-personalization-form__canvas {
        max-height: 448px; }
    .b-personalization-form__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px;
      padding-top: 15px; }
    .b-personalization-form__action {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 10px; }
  .b-personalization-preview.b-personalization-lg,
  .b-personalization-preview.b-personalization-lg .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .b-personalization-preview.b-personalization-lg .slick-list {
    overflow: visible;
    width: 100%; }
  .b-personalization-preview.b-personalization-lg .slick-track {
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important; }
  .b-personalization-preview.b-personalization-lg .b-carousel__dots {
    display: none !important; }
  .b-personalization-preview--card {
    margin-bottom: -40px; }
  .b-personalization-preview--card .b-personalization-preview__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 352px;
    padding: 0 24px 40px;
    width: 25% !important; }
    .b-personalization-preview--card .b-personalization-preview__item:first-child, .b-personalization-preview--card .b-personalization-preview__item:nth-child(odd) {
      margin-left: -24px; }
    .b-personalization-preview--card .b-personalization-preview__item:last-child, .b-personalization-preview--card .b-personalization-preview__item:nth-child(even) {
      margin-right: -24px; }
  .b-personalization-preview--card .b-personalization-preview__item:nth-child(4n+2):not(:last-child) .b-personalization-preview__canvas, .b-personalization-preview--card .b-personalization-preview__item:nth-child(4n+2):not(:last-child) .b-personalization-preview__image {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .b-personalization-preview--card .b-personalization-preview__item:nth-child(4n+3) .b-personalization-preview__canvas, .b-personalization-preview--card .b-personalization-preview__item:nth-child(4n+3) .b-personalization-preview__image {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
      .m-alternative-view .b-personalization-carousel {
        margin-top: 25px; }
    .l-personalization--calendar .l-personalization__header {
      padding: 8px 0; }
    .l-personalization--calendar .l-personalization__tabs-steps {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 40px 40px;
      width: 71%; }
    .l-personalization--calendar .l-personalization__card {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto; }
      .l-personalization--calendar .l-personalization__card, .l-personalization--calendar .l-personalization__card.h-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .l-personalization--calendar .l-personalization__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 29%;
    padding: 30px 20px;
    position: relative; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__canvas {
      max-height: 350px; }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px; }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__text-actions .b-personalization-form__action {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__text-actions .b-personalization-form__action:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .l-personalization--calendar .l-personalization__info {
    margin: 0;
    max-width: 448px; }
  .l-personalization--calendar .l-personalization__inputs {
    margin-top: 4px;
    max-width: 448px; }
  .l-personalization--calendar .l-personalization__actions-container {
    display: none; }
    .l-personalization--calendar .l-personalization__exit-preview {
      background-color: #d0e4f5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 19px 24px; }
  .l-product__image, .l-product__tabs {
    max-width: 744px;
    padding-right: 32px;
    width: 57%; }
  .l-product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-product-set__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 744px;
    padding-right: 32px;
    width: 57%; }
  .l-product-set__image-detail {
    width: 84.27%; } }

@media only screen and (min-width: 1260px) {
      .l-personalization__card {
        padding-left: 64px;
        padding-right: 64px; }
      .l-personalization__preview-help {
        padding-left: 64px;
        padding-right: 64px; }
      .l-personalization__preview-area {
        padding-left: 64px;
        padding-right: 64px; }
  .b-personalization-tabs {
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 64px;
    padding-right: 64px; }
    .b-personalization-buttons {
      margin-left: -64px;
      margin-right: -64px;
      padding-left: 64px;
      padding-right: 64px; }
  .l-product__image-thumbnail {
    padding-right: 32px;
    width: 15.73%; }
  .l-product__image-detail {
    width: 84.27%; }
  .l-product-set__image-thumbnail {
    padding-right: 32px;
    width: 15.73%; } }

@media (min-width: 1260px) {
      .l-personalization__card {
        max-width: 1440px; }
      .l-personalization__preview-help {
        max-width: 1440px; }
      .l-personalization__preview-area {
        max-width: 1440px; }
    .l-personalization--calendar .l-personalization__card {
      max-width: 1440px; } }

@media only screen and (max-width: 1023px) {
      .b-carousel-tabs .b-carousel {
        margin-bottom: 30px; }
        .b-carousel-tabs.m-loading .b-carousel__title, .b-carousel-tabs.m-loaded .b-carousel__title {
          font-size: 16px;
          min-height: 48px;
          padding: 10px 15px; }
        .b-carousel-tabs.m-loading .b-carousel__title, .b-carousel-tabs.m-loaded .b-carousel__title {
          font-size: 18px;
          min-height: 72px;
          padding-left: 20px;
          padding-right: 20px;
          width: 50%; }
        .b-carousel-tabs.m-loading .b-carousel__slide, .b-carousel-tabs.m-loaded .b-carousel__slide {
          padding-top: 25px; }
      .b-carousel-tabs.m-loading .b-recently-viewed:first-child .b-carousel__content,
      .b-carousel-tabs.m-loading .b-content-slot:first-child .b-carousel__content,
      .b-carousel-tabs .m-selected ~ .b-carousel__content {
        margin-bottom: 30px; }
      .l-product-grid__item {
        margin-bottom: 30px; }
      .b-product-error.m-preview {
        margin: 0 0 20px; }
  .b-product-actions__button {
    padding: 4px 15px; }
    .b-product__description {
      font-size: 14px; }
    .b-product__attributes-item {
      margin-bottom: 32px; }
      .b-product-details__header {
        padding-bottom: 20px;
        padding-top: 20px; }
      .b-product-error.m-preview {
        margin: 0 0 20px; }
    .ui-datepicker-input {
      min-width: 95%; }
    .ui-datepicker-placeholder .ui-datepicker-no-pointer {
      pointer-events: none; }
    .l-personalization__steps {
      margin-bottom: 20px; }
    .l-personalization__form {
      bottom: 0;
      position: sticky; }
    .l-personalization__info-button {
      background-color: #edf3f9;
      padding-bottom: 11px;
      padding-top: 11px; }
    .l-personalization__preview {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .l-personalization__preview.h-hidden {
        display: none; }
      .l-personalization__actions {
        background-color: #edf3f9;
        bottom: 0;
        position: sticky;
        width: auto; }
    .l-personalization.m-active .l-personalization__top, .l-personalization.m-active .l-personalization__tabs, .l-personalization.m-active .l-personalization__footer {
      display: none; }
    .l-personalization.m-active .l-personalization__steps {
      height: 0;
      margin: 0;
      opacity: 0;
      overflow: hidden;
      pointer-events: none; }
      .personalization-buttons__arrow {
        height: 13px;
        padding: 0 0 2px 2px;
        width: 13px; }
      .personalization-buttons__item--full-width {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .personalization-buttons__item {
      font-size: calc(12px + 1vw);
      padding: 10px 28px; }
    .b-personalization-tabs__button {
      font-size: 16px;
      min-height: 48px;
      padding: 10px 15px; }
    .b-personalization-note {
      border-bottom: 1px solid #fff; }
    .b-personalization-note__content {
      padding-bottom: 20px;
      padding-top: 14px; }
      .b-personalization-note__title {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .b-personalization-form__header {
        background-color: #004ea1;
        padding-bottom: 14px;
        padding-top: 14px; }
      .b-personalization-form__title {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        color: #fff; }
      .b-personalization-form__back {
        border-color: rgba(255, 255, 255, 0.15);
        color: #fff; }
    .b-personalization-form__reset {
      color: #fff; }
    .b-personalization-form__content {
      padding-bottom: 70px; }
    .b-personalization-form__actions {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      background-color: #edf3f9;
      bottom: 0;
      left: 0;
      padding-bottom: 11px;
      padding-top: 11px;
      position: fixed;
      right: 0;
      z-index: 5; }
  .b-personalization-preview .b-carousel__dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .b-personalization-preview__content {
      margin: 0 auto;
      max-width: 420px; }
    .b-personalization-carousel {
      width: auto; }
      .b-personalization-carousel .b-carousel__arrow {
        pointer-events: none;
        visibility: hidden; }
      .b-personalization-carousel .b-carousel__dots {
        bottom: 20px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__reset {
      color: #004ea1;
      padding: 9px 10px;
      width: 50.5%; }
  .l-personalization--calendar .l-personalization__form .b-personalization-form__actions {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #edf3f9;
    bottom: 0;
    left: 0;
    padding-bottom: 11px;
    padding-top: 11px;
    position: fixed;
    right: 0;
    z-index: 5; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__image-actions {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      bottom: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      left: 0;
      padding: 14px 24px;
      position: fixed;
      right: 0;
      z-index: 5; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__upload-description {
      margin-top: 27px; }
      .l-personalization--calendar .personalization-buttons__arrow {
        height: 13px;
        padding: 0 0 2px 2px;
        width: 13px; }
    .l-personalization--calendar .personalization-buttons__item {
      font-size: calc(12px + 1vw);
      padding: 10px 28px; }
    .l-personalization--calendar .personalization-buttons__item:first-child {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .l-product__content {
      margin-bottom: 60px; }
  .l-product__image-thumbnail {
    display: none; }
    .l-product__tabs {
      padding-top: 50px; }
    .l-product-set__content {
      margin-bottom: 60px; }
  .l-product-set__image-thumbnail {
    display: none; } }

@media only screen and (max-width: 767px) {
      .b-product-name,
      .touch .b-product-name__link {
        -webkit-line-clamp: 3;
        height: 48px; }
      .b-product-badge-multiby__icon {
        height: 54px;
        width: 55px; }
    .b-product-delivery-options__header {
      padding-bottom: 12px; }
    .b-product-delivery-options__help-text {
      margin-top: 12px; }
    .l-product-grid {
      margin-left: -5px;
      margin-right: -5px; }
      .l-product-grid__item {
        padding-left: 5px;
        padding-right: 5px; }
      .l-product-grid__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .l-product-grid__footer {
        padding-left: 5px;
        padding-right: 5px; }
      .b-product-tile__promotion {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis; }
    .b-product__actions-div {
      bottom: 0;
      display: block;
      position: sticky; }
    .b-product__mobile-actions {
      background-color: #edf3f9;
      padding-bottom: 11px;
      padding-top: 11px; }
  .b-product__item {
    padding: 12px 28px; }
    .b-product__item--full-width {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .b-product-item__not-available, .b-product-item__image {
        padding-right: 5px;
        width: 50%; }
      .b-product-item__details {
        padding-left: 5px; }
      .btn-rounded--large {
        font-size: 14px;
        height: 32px;
        width: 32px; }
      .l-personalization__card {
        padding-left: 13px;
        padding-right: 13px; }
    .l-personalization__view-switcher {
      margin-top: 30px; }
      .l-personalization__preview-help {
        padding-left: 13px;
        padding-right: 13px; }
      .l-personalization__preview-area {
        padding-left: 13px;
        padding-right: 13px; }
      .l-personalization__action {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        white-space: nowrap; }
        .l-personalization__action .btn {
          padding-left: 15px;
          padding-right: 15px; }
    .personalization-buttons {
      gap: 19px; }
      .personalization-buttons__item--full-width {
        padding: 10px 15px; }
  .personalization-stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .personalization-stepper__button:first-child {
      margin-right: 10px; }
  .personalization-stepper__text {
    display: block;
    font-size: 12px;
    margin-top: 10px; }
    .personalization-stepper__icon {
      margin-right: 0; }
  .b-personalization-tabs {
    font-size: 0;
    overflow: auto;
    text-align: center;
    white-space: nowrap; }
  .b-personalization-tabs {
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 13px;
    padding-right: 13px; }
    .b-personalization-tabs__content {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-width: 100%; }
    .b-personalization-tabs__button {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 125px; }
  .b-personalization-tabs--calendar .b-personalization-tabs__button {
    min-width: 170px;
    padding-left: 10px;
    padding-right: 10px; }
    .b-personalization-buttons {
      margin-left: -13px;
      margin-right: -13px;
      padding-left: 13px;
      padding-right: 13px; }
    .b-personalization-step__title {
      font-size: 24px; }
    .b-personalization-step__preview {
      margin-left: 13px;
      margin-right: 13px; }
      .b-personalization-form__canvas {
        max-height: 48vh; }
      .b-personalization-form__clear-filters {
        margin: 10px 5px; }
    .b-personalization-preview--calendar {
      margin-left: -5px;
      margin-right: -5px; }
    .b-personalization-preview--calendar {
      margin-bottom: -30px;
      margin-top: 40px; }
    .b-personalization-preview--calendar .b-personalization-preview__item {
      padding-left: 5px;
      padding-right: 5px; }
    .b-personalization-preview--calendar .b-personalization-preview__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-bottom: 30px; }
  .b-personalization-preview--card .b-personalization-preview__item {
    padding: 20px 13px 50px; }
    .b-personalization-carousel {
      margin-left: -13px;
      margin-right: -13px; }
      .m-alternative-view .b-personalization-carousel {
        margin-left: -5px;
        margin-right: -5px; }
        .m-alternative-view .b-personalization-carousel .b-personalization-step {
          width: 50% !important; }
          .m-alternative-view .b-personalization-carousel .b-personalization-step__preview {
            margin-left: 5px;
            margin-right: 5px; }
          .m-alternative-view .b-personalization-carousel .b-personalization-step__preview {
            margin-bottom: 20px;
            margin-top: 15px; }
      .b-personalization-images__select {
        margin-bottom: 20px; }
      .personalization-dialog-cancel .modal-header {
        padding-left: 0; }
    .l-personalization--calendar .l-personalization__tabs-steps {
      padding: 0 13px; }
  .l-personalization--calendar .l-personalization__first-month {
    padding: 34px 7px; }
    .l-personalization--calendar .l-personalization__steps {
      margin-bottom: 20px;
      max-width: 322px; }
  .l-personalization--calendar .l-personalization__form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 13px;
    position: unset; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      background-color: #004ea1;
      margin-left: -20px !important;
      margin-right: -20px !important;
      padding-bottom: 14px;
      padding-top: 14px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__canvas {
      max-height: 48vh; }
  .l-personalization--calendar .l-personalization__inputs {
    padding-left: 7px;
    padding-right: 7px; }
  .l-personalization--calendar .l-personalization__info-button {
    background-color: #edf3f9;
    padding: 15px 24px; }
      .l-personalization--calendar .personalization-buttons__item--full-width {
        padding: 10px 15px; }
    .l-product__content {
      margin-top: 20px; }
  .l-product__details {
    margin-top: 24px; }
    .l-product-set__content {
      margin-top: 20px; }
  .l-product-set__details {
    padding-top: 24px; }
  .l-product-set__image {
    padding-top: 19px; } }

@media only screen and (max-width: 374px) {
    .b-product__actions-div {
      display: block; }
    .personalization-buttons__item {
      padding: 10px 8px; }
  .b-personalization-tabs--calendar .b-personalization-tabs__button {
    min-width: 150px; }
  .l-personalization--calendar .l-personalization__form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 13px;
    position: unset; }
    .l-personalization--calendar .personalization-buttons__item {
      padding: 10px 8px; } }

@media only screen and (max-width: 767px) and (--sm) {
    .b-product__mobile-actions {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; }
    .l-personalization--calendar .l-personalization__form {
      padding-left: 13px;
      padding-right: 13px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; } }

@media screen and (max-width: 1023px) and (max-width: 767px) {
    .l-personalization__info-button {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; }
    .b-personalization-note {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; }
    .b-personalization-form__header {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; }
    .b-personalization-form__actions {
      padding-left: 13px;
      padding-right: 13px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__actions {
      padding-left: 13px;
      padding-right: 13px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__image-actions {
      padding-left: 13px;
      padding-right: 13px; } }

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .b-personalization-step__field-canvas {
    background-position: 50% 25%;
    border: 1px solid #fff; } }

@media screen and (max-width: 374px) and (max-width: 767px) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 13px;
      padding-right: 13px; } }

@media only screen and (max-width: 1259px) {
    .l-personalization--calendar .l-personalization__form .b-personalization-form__action-confirm {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .l-personalization--calendar .l-personalization__actions-container {
    bottom: 0;
    position: sticky;
    z-index: 999; } }

@media only screen and (min-width: 1024px) and (max-width: 1259px) {
        .b-carousel-tabs.m-loading .b-carousel__title, .b-carousel-tabs.m-loaded .b-carousel__title {
          font-size: 18px; }
    .l-product-grid {
      margin-left: -12px;
      margin-right: -12px; }
      .l-product-grid__item {
        padding-left: 12px;
        padding-right: 12px; }
      .l-product-grid__footer {
        padding-left: 12px;
        padding-right: 12px; }
      .b-product-item__not-available, .b-product-item__image {
        padding-right: 24px; }
    .ui-datepicker-input {
      min-width: 95%; }
      .l-personalization__card {
        padding-left: 64px;
        padding-right: 64px; }
      .l-personalization__preview-help {
        padding-left: 64px;
        padding-right: 64px; }
      .l-personalization__preview-area {
        padding-left: 64px;
        padding-right: 64px; }
  .b-personalization-tabs {
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 64px;
    padding-right: 64px; }
    .b-personalization-tabs__button {
      font-size: 18px; }
    .b-personalization-tabs__button {
      font-size: 16px;
      padding-left: 10px;
      padding-right: 10px; }
    .b-personalization-buttons {
      margin-left: -64px;
      margin-right: -64px;
      padding-left: 64px;
      padding-right: 64px; }
    .b-personalization-preview--calendar {
      margin-left: -12px;
      margin-right: -12px; }
    .b-personalization-preview--calendar .b-personalization-preview__item {
      padding-left: 12px;
      padding-right: 12px; }
      .m-alternative-view .b-personalization-carousel {
        margin-left: -12px;
        margin-right: -12px; }
          .m-alternative-view .b-personalization-carousel .b-personalization-step__preview {
            margin-left: 12px;
            margin-right: 12px; }
  .l-product__image, .l-product__tabs {
    padding-right: 24px; }
  .l-product__image-thumbnail {
    padding-right: 24px;
    width: 17%; }
  .l-product__image-detail {
    width: 83%; }
  .l-product-set__image {
    padding-right: 24px; }
  .l-product-set__image-thumbnail {
    padding-right: 24px;
    width: 17%; }
  .l-product-set__image-detail {
    width: 83%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .l-product-grid {
      margin-left: -10px;
      margin-right: -10px; }
      .l-product-grid__item {
        padding-left: 10px;
        padding-right: 10px; }
      .l-product-grid__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .l-product-grid__footer {
        padding-left: 10px;
        padding-right: 10px; }
      .b-product-item__not-available, .b-product-item__image {
        padding-right: 20px; }
    .b-variations-color__list {
      margin: -7.5px; }
    .b-variations-color__item {
      padding: 7.5px; }
    .b-variations-symbol__list {
      margin: -7.5px; }
    .b-variations-symbol__item {
      padding: 7.5px; }
      .l-personalization__card {
        padding-left: 34px;
        padding-right: 34px; }
      .l-personalization__preview-help {
        padding-left: 34px;
        padding-right: 34px; }
      .l-personalization__preview-area {
        padding-left: 34px;
        padding-right: 34px; }
  .b-personalization-tabs {
    margin-left: -34px;
    margin-right: -34px;
    padding-left: 34px;
    padding-right: 34px; }
    .b-personalization-buttons {
      margin-left: -34px;
      margin-right: -34px;
      padding-left: 34px;
      padding-right: 34px; }
    .b-personalization-step__preview {
      margin-left: auto;
      margin-right: auto;
      max-width: 420px; }
      .b-personalization-form__preview {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px; }
    .b-personalization-preview--calendar {
      margin-left: -10px;
      margin-right: -10px; }
    .b-personalization-preview--calendar {
      margin-bottom: -50px;
      margin-top: 50px; }
    .b-personalization-preview--calendar .b-personalization-preview__item {
      padding-left: 10px;
      padding-right: 10px; }
    .b-personalization-preview--calendar .b-personalization-preview__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-bottom: 50px; }
  .b-personalization-preview--card .b-personalization-preview__item {
    padding: 50px; }
    .b-personalization-carousel {
      margin-left: -34px;
      margin-right: -34px; }
      .m-alternative-view .b-personalization-carousel {
        margin-left: -10px;
        margin-right: -10px; }
        .m-alternative-view .b-personalization-carousel .b-personalization-step {
          width: 25% !important; }
          .m-alternative-view .b-personalization-carousel .b-personalization-step__preview {
            margin-left: 10px;
            margin-right: 10px; }
    .l-personalization--calendar .l-personalization__tabs-steps {
      padding: 0 34px; }
  .l-personalization--calendar .l-personalization__first-month {
    padding: 34px 20px; }
  .l-personalization--calendar .l-personalization__form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 14px;
    position: unset; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      background-color: #004ea1;
      margin-left: -34px !important;
      margin-right: -34px !important;
      padding-bottom: 14px;
      padding-top: 14px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__preview {
      margin-left: auto;
      margin-right: auto;
      max-width: 420px; }
  .l-personalization--calendar .l-personalization__inputs {
    padding-left: 20px;
    padding-right: 20px; }
  .l-personalization--calendar .l-personalization__info-button {
    background-color: #edf3f9;
    margin-left: -14px !important;
    margin-right: -14px !important;
    padding: 15px 24px; }
  .l-product__details {
    padding-left: 10px;
    width: 50%; }
  .l-product__image, .l-product__tabs {
    padding-right: 10px;
    width: 50%; }
  .l-product-set__details {
    padding-left: 10px;
    width: 50%; }
  .l-product-set__image {
    padding-right: 10px;
    width: 50%; } }

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
    .b-product__mobile-actions {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; }
    .l-personalization--calendar .l-personalization__form {
      padding-left: 34px;
      padding-right: 34px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; } }

@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1259px) {
    .b-product__mobile-actions {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .l-personalization--calendar .l-personalization__form {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; } }

@media screen and (max-width: 767px) and (min-width: 1260px) {
    .b-product__mobile-actions {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .l-personalization--calendar .l-personalization__form {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; } }

@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .l-personalization__info-button {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; }
    .b-personalization-note {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; }
    .b-personalization-form__header {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; }
    .b-personalization-form__actions {
      padding-left: 34px;
      padding-right: 34px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__actions {
      padding-left: 34px;
      padding-right: 34px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__image-actions {
      padding-left: 34px;
      padding-right: 34px; } }

@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1259px) {
    .l-personalization__info-button {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .b-personalization-note {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .b-personalization-form__header {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .b-personalization-form__actions {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__actions {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__image-actions {
      padding-left: 64px;
      padding-right: 64px; } }

@media screen and (max-width: 1023px) and (min-width: 1260px) {
    .l-personalization__info-button {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .b-personalization-note {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .b-personalization-form__header {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .b-personalization-form__actions {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__actions {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__image-actions {
      padding-left: 64px;
      padding-right: 64px; } }

@media screen and (max-width: 374px) and (min-width: 768px) and (max-width: 1023px) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 34px;
      padding-right: 34px; } }

@media screen and (max-width: 374px) and (min-width: 1024px) and (max-width: 1259px) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 64px;
      padding-right: 64px; } }

@media screen and (max-width: 374px) and (min-width: 1260px) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 64px;
      padding-right: 64px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 13px;
      padding-right: 13px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 13px;
      padding-right: 13px;
      margin-left: -13px;
      margin-right: -13px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) and (--md) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 34px;
      padding-right: 34px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 34px;
      padding-right: 34px;
      margin-left: -34px;
      margin-right: -34px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1259px) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1260px) {
    .l-personalization--calendar .l-personalization__form {
      padding-left: 64px;
      padding-right: 64px; }
    .l-personalization--calendar .l-personalization__form .b-personalization-form__header {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; }
    .l-personalization--calendar .l-personalization__info-button {
      padding-left: 64px;
      padding-right: 64px;
      margin-left: -64px;
      margin-right: -64px; } }

@media not screen and (max-device-width: 767px) {
  .mz-expanded-view-open,
  .mz-expanded-view-open body {
    overflow: hidden !important; }
  .mz-expanded-view-open body {
    height: auto !important; }
  .mz-expanded-view-open,
  .mz-expanded-view-open body {
    overflow: hidden !important; }
  .mz-expanded-view-open body {
    height: auto !important; } }

@media screen and (max-device-width: 767px) {
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
    overflow: hidden !important; }
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
    height: auto !important; }
  .mobile-magic .mz-expand .mz-image-stage .mz-caption {
    display: none !important; }
  button.mz-button-prev,
  button.mz-button-next {
    display: none !important; }
  .mobile-magic .mz-expand button.mz-button.mz-button-close {
    width: 50px !important;
    height: 50px !important;
    color: #b4b4b4 !important; }
  .mobile-magic .mz-expand button.mz-button:before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
    overflow: hidden !important; }
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
    height: auto !important; }
  .mobile-magic .mz-expand .mz-image-stage .mz-caption {
    display: none !important; }
  button.mz-button-prev,
  button.mz-button-next {
    display: none !important; }
  .mobile-magic .mz-expand button.mz-button.mz-button-close {
    width: 50px !important;
    height: 50px !important;
    color: #b4b4b4 !important; }
  .mobile-magic .mz-expand button.mz-button:before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@media not screen and (max-device-width: 767px) and (orientation: portrait) {
  .mz-expand.expand-thumbnails-left .mz-expand-stage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
    padding: 0 10px;
    height: 100%;
    overflow: hidden; }
  .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
  :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
    width: 80px;
    height: 100%; }
  .mz-expand.expand-thumbnails-left .mz-expand-stage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
    padding: 0 10px;
    height: 100%;
    overflow: hidden; }
  .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
  :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
    width: 80px;
    height: 100%; } }

@media not screen and (max-device-width: 767px) and (orientation: portrait) and (max-device-width: 767px) {
  .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
    height: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px; }
  .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
    height: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px; } }

@media only screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
      .h-personalization-active .l-personalization {
        display: block; } }

