@charset "UTF-8";

:root {
  --colon-content: ':';
  --keyline-color: #e6e6e6;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Viewport
   ========================================================================== */
@viewport {
  width: device-width;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  box-sizing: border-box;
  color: #1e2429;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4; /* 1 */
  height: 100%;
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * 1. Reset border styles to Tailwind-compatible defaults.
 * 2. Inherit box-sizing from parent (border-box, unless overridden).
 */
*,
*::before,
*::after {
  border-width: 0; /* 1 */
  border-style: solid; /* 1 */
  box-sizing: inherit; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 3. Ensure compatibility with Tailwind
 */
hr {
  border-top-width: 1px; /* 3 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0; /* 3 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; /* 1 */
  color: #0066cc;
  cursor: pointer;
  text-decoration: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: top;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Fix low-quality image scaling in Chromium browsers.
 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Set cursor to a pointer when hovering over button-like elements.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Remove the default vertical scrollbar in IE 10+.
 * 2. Allow vertical resize only.
 * 3. Ensure consistent whitespace.
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
  white-space: pre-wrap; /* 3 */
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
figure,
p,
pre {
  margin: 0;
}

/**
 * Removes default styling from lists.
 */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Apply border-collapse behaviour to tables by default.
 */
table {
  border-collapse: collapse;
}

/**
 * Removes the default styling from heading elements.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/**
 * Removes the default styling from address elements.
 */
address {
  display: block;
  font-style: inherit;
}

/**
 * Remove 300ms touch delay on interactive elements.
 */
a,
button,
input,
label {
  touch-action: manipulation;
}

/**
 * Stretch the body to at least 100% height.
 */
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.after\:none::after {
  content: none !important;
}

.after\:colon::after {
  content: ":" !important;
  content: var(--colon-content) !important;
}

.visually-hidden,
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}

.fade-in {
  animation: 0.2s ease-out utility-fade-in;
}

@keyframes utility-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: 0.2s ease-out utility-fade-out;
  opacity: 0;
}

@keyframes utility-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proximanova/proximanova-regular.woff2") format("woff2"), url("/fonts/proximanova/proximanova-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proximanova/proximanova-regularit.woff2") format("woff2"), url("/fonts/proximanova/proximanova-regularit.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proximanova/proximanova-medium.woff2") format("woff2"), url("/fonts/proximanova/proximanova-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proximanova/proximanova-bold.woff2") format("woff2"), url("/fonts/proximanova/proximanova-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proximanova/proximanova-extrabold.woff2") format("woff2"), url("/fonts/proximanova/proximanova-extrabold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proximanova/proximanova-black.woff2") format("woff2"), url("/fonts/proximanova/proximanova-black.woff") format("woff");
  font-style: black;
  font-weight: 900;
  font-display: swap;
}
.button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2.5px;
  border: 0 solid;
  cursor: pointer;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  outline: 0 none !important;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, filter 0.1s ease-out, opacity 0.1s ease-out;
  vertical-align: top;
}
.button[aria-disabled], .button:disabled {
  cursor: default;
  filter: grayscale(50%);
  opacity: 0.5;
}
.button {
  font-size: 15px;
  border-width: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 19px;
}

.button--xs {
  font-size: 13px;
  border-width: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
}
.button--sm {
  font-size: 14px;
  border-width: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
}
.button--lg {
  font-size: 18px;
  border-width: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
}
.button--full {
  width: 100%;
}
.button--ghost {
  font-size: 15px;
  border-width: 2px;
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
}
.button--ghost.button--xs {
  font-size: 9px;
  border-width: 2px;
  height: 24px;
  line-height: 20px;
  padding: 0 9px;
}
.button--ghost.button--sm {
  font-size: 12px;
  border-width: 2px;
  height: 32px;
  line-height: 28px;
  padding: 0 13px;
}
.button--ghost.button--lg {
  font-size: 19px;
  border-width: 2px;
  height: 50px;
  line-height: 46px;
  padding: 0 21px;
}

.button, .button--green {
  background: #16b272;
  border-color: #16b272;
  color: #fff;
}
.button:focus-visible, .button--green:focus-visible {
  box-shadow: rgba(22, 178, 114, 0.5) 0 0 0 4px;
}
.button:not(:disabled):not([aria-disabled]):active, .button:not(:disabled):not([aria-disabled]):hover, .button--green:not(:disabled):not([aria-disabled]):active, .button--green:not(:disabled):not([aria-disabled]):hover {
  background-color: #35d191;
}
.button.button--ghost, .button--green.button--ghost {
  background: transparent;
  border-color: #16b272;
  color: #16b272;
}
.button.button--ghost:focus-visible, .button--green.button--ghost:focus-visible {
  box-shadow: rgba(22, 178, 114, 0.5) 0 0 0 4px;
}
.button.button--ghost:not(:disabled):not([aria-disabled]):active, .button.button--ghost:not(:disabled):not([aria-disabled]):hover, .button--green.button--ghost:not(:disabled):not([aria-disabled]):active, .button--green.button--ghost:not(:disabled):not([aria-disabled]):hover {
  background-color: rgba(22, 178, 114, 0.1);
}
.button--green-450 {
  background: #40e29c;
  border-color: #40e29c;
  color: #1e2429;
}
.button--green-450:focus-visible {
  box-shadow: rgba(64, 226, 156, 0.5) 0 0 0 4px;
}
.button--green-450:not(:disabled):not([aria-disabled]):active, .button--green-450:not(:disabled):not([aria-disabled]):hover {
  background-color: #5fffbb;
}
.button--green-450.button--ghost {
  background: transparent;
  border-color: #40e29c;
  color: #40e29c;
}
.button--green-450.button--ghost:focus-visible {
  box-shadow: rgba(64, 226, 156, 0.5) 0 0 0 4px;
}
.button--green-450.button--ghost:not(:disabled):not([aria-disabled]):active, .button--green-450.button--ghost:not(:disabled):not([aria-disabled]):hover {
  background-color: rgba(64, 226, 156, 0.1);
}
.button--blue {
  background: #0066cc;
  border-color: #0066cc;
  color: #fff;
}
.button--blue:focus-visible {
  box-shadow: rgba(0, 102, 204, 0.5) 0 0 0 4px;
}
.button--blue:not(:disabled):not([aria-disabled]):active, .button--blue:not(:disabled):not([aria-disabled]):hover {
  background-color: #1f85eb;
}
.button--blue.button--ghost {
  background: transparent;
  border-color: #0066cc;
  color: #0066cc;
}
.button--blue.button--ghost:focus-visible {
  box-shadow: rgba(0, 102, 204, 0.5) 0 0 0 4px;
}
.button--blue.button--ghost:not(:disabled):not([aria-disabled]):active, .button--blue.button--ghost:not(:disabled):not([aria-disabled]):hover {
  background-color: rgba(0, 102, 204, 0.1);
}
.button--yellow {
  background: #f2c40c;
  border-color: #f2c40c;
  color: #1e2429;
}
.button--yellow:focus-visible {
  box-shadow: rgba(242, 196, 12, 0.5) 0 0 0 4px;
}
.button--yellow:not(:disabled):not([aria-disabled]):active, .button--yellow:not(:disabled):not([aria-disabled]):hover {
  background-color: #ffe32b;
}
.button--yellow.button--ghost {
  background: transparent;
  border-color: #f2c40c;
  color: #1e2429;
}
.button--yellow.button--ghost:focus-visible {
  box-shadow: rgba(242, 196, 12, 0.5) 0 0 0 4px;
}
.button--yellow.button--ghost:not(:disabled):not([aria-disabled]):active, .button--yellow.button--ghost:not(:disabled):not([aria-disabled]):hover {
  background-color: rgba(242, 196, 12, 0.1);
}
.button--yellow.button--ghost:not(:disabled):not([aria-disabled]):hover {
  color: #1e2429;
}
.button--gray {
  background: #9fa2a5;
  border-color: #9fa2a5;
  color: #fff;
}
.button--gray:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.button--gray:not(:disabled):not([aria-disabled]):active, .button--gray:not(:disabled):not([aria-disabled]):hover {
  background-color: #bec1c4;
}
.button--gray.button--ghost {
  background: transparent;
  border-color: #9fa2a5;
  color: #1e2429;
}
.button--gray.button--ghost:focus-visible {
  box-shadow: rgba(159, 162, 165, 0.5) 0 0 0 4px;
}
.button--gray.button--ghost:not(:disabled):not([aria-disabled]):active, .button--gray.button--ghost:not(:disabled):not([aria-disabled]):hover {
  background-color: rgba(159, 162, 165, 0.1);
}
.button--white {
  background: #fff;
  border-color: #fff;
  color: #0066cc;
}
.button--white:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.button--white:not(:disabled):not([aria-disabled]):active, .button--white:not(:disabled):not([aria-disabled]):hover {
  background-color: #dfdfdf;
}
.button--white.button--ghost {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.button--white.button--ghost:focus-visible {
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 4px;
}
.button--white.button--ghost:not(:disabled):not([aria-disabled]):active, .button--white.button--ghost:not(:disabled):not([aria-disabled]):hover {
  background-color: rgba(159, 162, 165, 0.1);
}
.button--white.button--ghost:not(:disabled):not([aria-disabled]):hover {
  color: #fff;
}
.button--clear {
  background: transparent;
  border-color: false;
  color: #0066cc;
}
.button--clear:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.button--clear:not(:disabled):not([aria-disabled]):active, .button--clear:not(:disabled):not([aria-disabled]):hover {
  background-color: transparent;
}
.button--clear:not(:disabled):not([aria-disabled]):hover {
  color: #39a9e0;
}
.button--paypal {
  background: #ffc439;
  border-color: #ffc439;
  color: #1e2429;
}
.button--paypal:focus-visible {
  box-shadow: rgba(255, 196, 57, 0.5) 0 0 0 4px;
}
.button--paypal:not(:disabled):not([aria-disabled]):active, .button--paypal:not(:disabled):not([aria-disabled]):hover {
  background-color: #ffe358;
}
.button--paypal_credit {
  background: #003087;
  border-color: #003087;
  color: #fff;
}
.button--paypal_credit:focus-visible {
  box-shadow: rgba(0, 48, 135, 0.5) 0 0 0 4px;
}
.button--paypal_credit:not(:disabled):not([aria-disabled]):active, .button--paypal_credit:not(:disabled):not([aria-disabled]):hover {
  background-color: #1f4fa6;
}
.button--klarna {
  background: #ffb3c7;
  border-color: #ffb3c7;
  color: #1e2429;
}
.button--klarna:focus-visible {
  box-shadow: rgba(255, 179, 199, 0.5) 0 0 0 4px;
}
.button--klarna:not(:disabled):not([aria-disabled]):active, .button--klarna:not(:disabled):not([aria-disabled]):hover {
  background-color: #ffd2e6;
}
.button--laybuy {
  background: #786dff;
  border-color: #786dff;
  color: #fff;
}
.button--laybuy:focus-visible {
  box-shadow: rgba(120, 109, 255, 0.5) 0 0 0 4px;
}
.button--laybuy:not(:disabled):not([aria-disabled]):active, .button--laybuy:not(:disabled):not([aria-disabled]):hover {
  background-color: #978cff;
}
.button--applepay {
  background: #000;
  border-color: #000;
  color: #fff;
}
.button--applepay:focus-visible {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 4px;
}
.button--applepay:not(:disabled):not([aria-disabled]):active, .button--applepay:not(:disabled):not([aria-disabled]):hover {
  background-color: #1f1f1f;
}
.button--applepay .icon {
  height: 25px;
  width: 70px;
}

.button--multiline {
  font-size: 15px;
  border-width: 0;
  height: auto;
  min-height: 40px;
  line-height: 1.3125;
  padding: 10px 19px;
  white-space: normal;
}
.button--multiline.button--xs {
  font-size: 13px;
  border-width: 0;
  height: auto;
  min-height: 24px;
  line-height: 1.3125;
  padding: 3px 8px;
  white-space: normal;
}
.button--multiline.button--sm {
  font-size: 14px;
  border-width: 0;
  height: auto;
  min-height: 32px;
  line-height: 1.3125;
  padding: 6px 14px;
  white-space: normal;
}
.button--multiline.button--lg {
  font-size: 18px;
  border-width: 0;
  height: auto;
  min-height: 50px;
  line-height: 1.3125;
  padding: 13px 24px;
  white-space: normal;
}

.button--icon-only {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.button--icon-only .icon {
  position: absolute;
  top: 20%;
  left: 20%;
  height: 60%;
  width: 60%;
}
.button--icon-only {
  width: 40px;
}
.button--icon-only.button--xs {
  width: 24px;
}
.button--icon-only.button--sm {
  width: 32px;
}
.button--icon-only.button--lg {
  width: 50px;
}

.flashes {
  background: #0066cc;
  color: #fff;
  padding: 4px;
}
.flashes--warning {
  background: #f69223;
}
.flashes--positive {
  background: #16b272;
}
.flashes--negative, .flashes--error {
  background: #ef0c38;
}
.wrapper .flashes .wrapper {
  border-left-width: 0;
  border-right-width: 0;
}

.flash {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  padding: 8px;
  position: relative;
  text-align: center;
}
.flash + .flash {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.flash__body {
  padding: 0 37px;
}
.flash__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 37px;
  background: transparent;
  border: 0 none;
  color: inherit;
  padding: 10.5px;
  transition: color 0.1s ease-out;
  outline: 0 none !important;
}
.flash__dismiss::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.flash__dismiss:focus-visible::before {
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 4px;
}
.flash__dismiss .icon {
  height: 16px;
  width: 16px;
}
.flash__dismiss:active, .flash__dismiss:hover {
  color: rgb(156, 212, 239.5);
}

.inline-highlight {
  padding: 5px;
  background-color: #c0e7d7;
  font-weight: 700;
}

.input {
  background: #fff;
  background-repeat: no-repeat, repeat-y;
  background-size: 24px 24px, 1px 100%;
  border: 2px solid #d2d6d9;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1e2429;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  min-width: 0;
  max-width: 100%;
  outline: 0 none !important;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, filter 0.1s ease-out, opacity 0.1s ease-out;
  vertical-align: top;
  width: 180px;
  background-position: right 6px top 6px, right 36px top 0;
  font-size: 15px;
  height: 40px;
  padding: 8px 10px 7px 10px;
}
.input--dark {
  background-color: #e1e7ed;
  border-color: #e1e7ed;
}
.input--sm {
  background-position: right 6px top 2px, right 36px top 0;
  font-size: 14px;
  height: 32px;
  padding: 5px 6px 4px 6px;
}
.input--lg {
  background-position: right 6px top 11px, right 36px top 0;
  font-size: 18px;
  height: 50px;
  padding: 11px 14px 10px 14px;
}

input.input::placeholder,
select.input::placeholder,
textarea.input::placeholder {
  color: #9fa2a5;
  opacity: 1;
}
input.input:focus,
select.input:focus,
textarea.input:focus {
  background-color: rgb(236.1, 244.8, 252);
  border-color: #4299e1;
}
input.input:disabled,
select.input:disabled,
textarea.input:disabled {
  background-color: #ecf0f5;
  cursor: default;
  filter: grayscale(50%);
  opacity: 0.5;
  pointer-events: none;
}
input.input.is-positive,
select.input.is-positive,
textarea.input.is-positive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%2316b272' stroke-width='3' stroke-linecap='round' d='M7,12l3.5,3.5L18,8'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent, transparent);
  padding-right: 36px;
  border-color: #5cc99c;
}
input.input.is-positive::selection,
select.input.is-positive::selection,
textarea.input.is-positive::selection {
  background: #16b272;
  color: #fff;
}
input.input.is-positive:focus,
select.input.is-positive:focus,
textarea.input.is-positive:focus {
  background-color: rgb(238.7, 249.6, 245.1);
  border-color: #5cc99c;
}
input.input.is-negative,
select.input.is-negative,
textarea.input.is-negative {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23C73427' stroke-width='3' stroke-linecap='round' d='M12 5.75v7'/%3E%3Ccircle fill='%23C73427' cx='12' cy='17.75' r='1.5'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent, transparent);
  padding-right: 36px;
  border-color: #f45574;
}
input.input.is-negative::selection,
select.input.is-negative::selection,
textarea.input.is-negative::selection {
  background: #cb3013;
  color: #fff;
}
input.input.is-negative:focus,
select.input.is-negative:focus,
textarea.input.is-negative:focus {
  background-color: rgb(253.9, 238, 241.1);
  border-color: #f45574;
}
input.input.is-thinking,
select.input.is-thinking,
textarea.input.is-thinking {
  border-style: dotted;
}
input.input--dark::placeholder,
select.input--dark::placeholder,
textarea.input--dark::placeholder {
  color: #40454c;
}
input.input--dark:disabled,
select.input--dark:disabled,
textarea.input--dark:disabled {
  background-color: #e1e7ed;
  border-color: #e1e7ed;
  filter: none;
}
input.input--dark.is-thinking,
select.input--dark.is-thinking,
textarea.input--dark.is-thinking {
  background-clip: padding-box;
}
input.input:-webkit-autofill,
select.input:-webkit-autofill,
textarea.input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  background: #fff !important;
  border: 2px solid #d2d6d9 !important;
}
input.input:-webkit-autofill:focus,
select.input:-webkit-autofill:focus,
textarea.input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  -webkit-text-fill-color: #1e2429 !important;
  background: #fff !important;
  border: 2px solid #d2d6d9 !important;
}

input.input--tall,
select.input--tall {
  background-position: right 6px top 11px, right 36px top 0;
  height: 50px;
  padding: 13px 10px 12px 10px;
}

.input[type=number] {
  -moz-appearance: textfield;
}
.input[type=number]::-webkit-inner-spin-button, .input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select.input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23186CB3' stroke-width='3' stroke-linecap='round' d='M6 9.375l6 5.25 6-5.25'/%3E%3C/svg%3E"), linear-gradient(to bottom, #d2d6d9, #d2d6d9);
  padding-right: 36px;
  appearance: none;
}
select.input option,
select.input optgroup {
  background: #fff;
  font-family: proxima-nova, sans-serif;
}
select.input optgroup {
  font-style: inherit;
  font-weight: 700;
}
select.input ::-ms-expand {
  display: none;
}
select.input.is-positive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%2316b272' stroke-width='3' stroke-linecap='round' d='M6 9.375l6 5.25 6-5.25'/%3E%3C/svg%3E"), linear-gradient(to bottom, #d2d6d9, #d2d6d9);
  padding-right: 36px;
}
select.input.is-negative {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23C73427' stroke-width='3' stroke-linecap='round' d='M6 9.375l6 5.25 6-5.25'/%3E%3C/svg%3E"), linear-gradient(to bottom, #d2d6d9, #d2d6d9);
  padding-right: 36px;
}
.firefox select.input {
  transition: none !important;
}

textarea.input {
  height: 120px;
}

input.input--search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle fill='none' stroke='%232F333A' stroke-width='2' stroke-linecap='round' cx='14.5' cy='9.5' r='7.5'/%3E%3Cpath fill='none' stroke='%232F333A' stroke-width='2' stroke-linecap='round' d='M9 15l-7 7'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent, transparent);
  padding-right: 36px;
  background-position: right 6px top 6px, right 36px top 0;
  font-weight: 700;
}
input.input--search:focus {
  background-color: #fff;
  border-color: #16b272;
}
input.input--search.input--tall, input.input--search.input--lg {
  background-position: right 10px top 11px, right 36px top 0;
}

input.input--sort,
select.input--sort {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpolyline fill='none' stroke='%23000' stroke-linejoin='bevel' stroke-width='2' points='15 3 15 20 21 14'/%3E%3Cpolyline fill='none' stroke='%23000' stroke-linejoin='bevel' stroke-width='2' points='10 21 10 4 4 10'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent, transparent);
  padding-right: 36px;
  background-position: right 6px top 6px, right 36px top 0;
  font-weight: bold;
}
input.input--sort.input--tall, input.input--sort.input--lg,
select.input--sort.input--tall,
select.input--sort.input--lg {
  background-position: right 10px top 11px, right 36px top 0;
}

.link {
  align-items: center;
  background: transparent;
  border: 0 none;
  color: #0066cc;
  display: inline-flex;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: underline;
  transition: color 0.1s ease-out;
}
.link--gray {
  color: #616669;
}
.link--black {
  color: #1e2429;
}
.link--teal {
  color: #39a9e0;
}
.link--orange {
  color: #f69223;
}
.link--red {
  color: #ef0c38;
}
.link:not(:disabled):active, .link:not(:disabled):hover {
  color: #39a9e0;
}
.link {
  outline: 0 none !important;
}
.link::before {
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: -2px;
  left: -3px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.link:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.link--white {
  color: #fff;
}
.link--white:focus-visible::before {
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 4px;
}
.link--white:not(:disabled):active, .link--white:not(:disabled):hover {
  color: rgb(156, 212, 239.5);
}
.link:disabled {
  cursor: default;
  filter: grayscale(50%);
  opacity: 0.5;
}
.link > .icon, .link--icon-right > .icon {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  margin-left: 0.6em;
  margin-right: 0;
  order: 1;
}
.link--icon-left > .icon {
  margin-left: 0;
  margin-right: 0.6em;
  order: -1;
}
.link--icon-float > .icon, .link--icon-right.link--icon-float > .icon {
  position: absolute;
  top: 0;
  left: 100%;
  height: 1.4em;
}
.link--icon-left.link--icon-float > .icon {
  left: auto;
  right: 100%;
}

.money {
  display: inline-block;
  white-space: nowrap;
}
.money__decimal {
  font-size: 0.8em;
}

.radio {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3125;
  max-width: 100%;
  min-height: 1.4666666667em;
  min-width: 1.4666666667em;
  position: relative;
  vertical-align: top;
}
.radio input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4666666667em;
  width: 1.4666666667em;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 3;
}
.radio input:disabled {
  cursor: default;
}
.radio__widget {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4666666667em;
  width: 1.4666666667em;
}
.radio__widget::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 0.1333333333em solid #d2d6d9;
  border-radius: 50%;
  content: "";
  transition: box-shadow 0.1s ease-out, border-color 0.1s ease-out;
  z-index: 1;
}
.radio__widget .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #16b272;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  z-index: 2;
}
input:focus-visible ~ .radio__widget::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
input:checked ~ .radio__widget::before, input:checked ~ .radio .radio__widget::before, .radio.is-checked .radio__widget::before {
  border-color: #16b272;
}
input:checked ~ .radio__widget .icon, input:checked ~ .radio .radio__widget .icon, .radio.is-checked .radio__widget .icon {
  opacity: 1;
}
input:disabled ~ .radio__widget {
  filter: grayscale(50%);
  opacity: 0.5;
}
input:disabled ~ .radio__widget::before {
  background: #ecf0f5;
}
.radio__label {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  min-height: 1.4666666667em;
  padding-left: 1.9666666667em;
  padding-top: 0.1020833333em;
  vertical-align: top;
}
input:disabled ~ .radio__label {
  cursor: default;
  opacity: 0.5;
}

.checkbox {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3125;
  min-height: 1.4666666667em;
  min-width: 1.4666666667em;
  position: relative;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4666666667em;
  width: 1.4666666667em;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.checkbox input:disabled {
  cursor: default;
}
.checkbox__widget {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4666666667em;
  width: 1.4666666667em;
  background: #e1e7ed;
  border-radius: 0.1666666667em;
  outline: 0 none !important;
  transition: box-shadow 0.1s ease-out;
}
.checkbox__widget--prerelease {
  background: #ffffff;
}
.checkbox__widget--prerelease .icon {
  color: #9fb70d;
}
.checkbox__widget--released {
  background: #edf5cf;
}
.checkbox__widget--released .icon {
  color: #9fb70d;
}
.checkbox__widget--live {
  background: #cdeedc;
}
.checkbox__widget--live .icon {
  color: #04aa4f;
}
.checkbox__widget--clearance {
  background: #feeccf;
}
.checkbox__widget--clearance .icon {
  color: #f69223;
}
.checkbox__widget--discontinued {
  background: #f9ebe9;
}
.checkbox__widget--discontinued .icon {
  color: #ef0c38;
}
.checkbox__widget .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4666666667em;
  width: 1.4666666667em;
  display: none;
  z-index: 1;
}
input:focus-visible ~ .checkbox__widget {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
input:checked ~ .checkbox__widget .icon {
  display: block;
}
input:disabled ~ .checkbox__widget {
  filter: grayscale(50%);
  opacity: 0.5;
}
.checkbox__label {
  cursor: pointer;
  display: inline-block;
  min-height: 1.4666666667em;
  padding-left: 1.9666666667em;
  padding-top: 0.1070833333em;
}
input:disabled ~ .checkbox__label {
  cursor: default;
  opacity: 0.5;
}

.svgicon {
  --icon--flip-x: 1;
  --icon--flip-y: 1;
  --icon--ratio-x: 1.0;
  --icon--ratio-y: 1.0;
  --icon--linecap-butt: butt;
  --icon--linecap-round: round;
  --icon--linecap-square: square;
  --icon--linejoin-bevel: bevel;
  --icon--linejoin-miter: miter;
  --icon--linejoin-round: round;
  --icon--stroke-width-1: 0.5;
  --icon--stroke-width-2: 1;
  --icon--stroke-width-3: 1.5;
  --icon--stroke-width-4: 2;
  --icon--stroke-width-5: 2.5;
  --icon--stroke-width-6: 3;
  --icon--stroke-width-7: 3.5;
  --icon--stroke-width-8: 4;
  height: 1em;
  width: calc(1em * var(--icon--ratio-x));
  display: inline-block;
  fill: currentColor;
  overflow: hidden;
  stroke-width: var(--icon--stroke-width-2);
  vertical-align: -0.17em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleX(var(--icon--flip-x)) scaleY(var(--icon--flip-y));
}
.svgicon use {
  pointer-events: none;
}
.svgicon.icon--xs {
  --tw-scale-x: 0.6944444444;
  --tw-scale-y: 0.6944444444;
}
.svgicon.icon--sm {
  --tw-scale-x: 0.8333333333;
  --tw-scale-y: 0.8333333333;
}
.svgicon.icon--lg {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
}
.svgicon.icon--xl {
  --tw-scale-x: 1.44;
  --tw-scale-y: 1.44;
}
.svgicon.icon--2xl {
  --tw-scale-x: 1.728;
  --tw-scale-y: 1.728;
}
.svgicon.icon--flip-x {
  --icon--flip-x: -1;
}
.svgicon.icon--flip-y {
  --icon--flip-y: -1;
}
.svgicon.icon--rotate-45 {
  --tw-rotate: 45deg;
}
.svgicon.icon--rotate-90 {
  --tw-rotate: 90deg;
}
.svgicon.icon--rotate-135 {
  --tw-rotate: 135deg;
}
.svgicon.icon--rotate-180 {
  --tw-rotate: 180deg;
}
.svgicon.icon--rotate-225 {
  --tw-rotate: 225deg;
}
.svgicon.icon--rotate-270 {
  --tw-rotate: 270deg;
}
.svgicon.icon--rotate-315 {
  --tw-rotate: 315deg;
}
.svgicon.fill-none, .svgicon.icon--no-fill {
  fill: none;
  stroke: currentColor;
}
.svgicon.icon--linecap-butt {
  --icon--linecap-butt: butt;
  --icon--linecap-round: butt;
  --icon--linecap-square: butt;
  stroke-linecap: butt;
}
.svgicon.icon--linecap-round {
  --icon--linecap-butt: round;
  --icon--linecap-round: round;
  --icon--linecap-square: round;
  stroke-linecap: round;
}
.svgicon.icon--linecap-square {
  --icon--linecap-butt: square;
  --icon--linecap-round: square;
  --icon--linecap-square: square;
  stroke-linecap: square;
}
.svgicon.icon--linejoin-bevel {
  --icon--linejoin-bevel: bevel;
  --icon--linejoin-miter: bevel;
  --icon--linejoin-round: bevel;
  stroke-linejoin: bevel;
}
.svgicon.icon--linejoin-miter {
  --icon--linejoin-bevel: miter;
  --icon--linejoin-miter: miter;
  --icon--linejoin-round: miter;
  stroke-linejoin: miter;
}
.svgicon.icon--linejoin-round {
  --icon--linejoin-bevel: round;
  --icon--linejoin-miter: round;
  --icon--linejoin-round: round;
  stroke-linejoin: round;
}
.svgicon.icon--stroke-hairline {
  --icon--stroke-width-1: 0.2958579882;
  --icon--stroke-width-2: 0.5917159763;
  --icon--stroke-width-3: 0.8875739645;
  --icon--stroke-width-4: 1.1834319527;
  --icon--stroke-width-5: 1.4792899408;
  --icon--stroke-width-6: 1.775147929;
  --icon--stroke-width-7: 2.0710059172;
  --icon--stroke-width-8: 2.3668639053;
}
.svgicon.icon--stroke-thin {
  --icon--stroke-width-1: 0.3846153846;
  --icon--stroke-width-2: 0.7692307692;
  --icon--stroke-width-3: 1.1538461538;
  --icon--stroke-width-4: 1.5384615385;
  --icon--stroke-width-5: 1.9230769231;
  --icon--stroke-width-6: 2.3076923077;
  --icon--stroke-width-7: 2.6923076923;
  --icon--stroke-width-8: 3.0769230769;
}
.svgicon.icon--stroke-thick {
  --icon--stroke-width-1: 0.65;
  --icon--stroke-width-2: 1.3;
  --icon--stroke-width-3: 1.95;
  --icon--stroke-width-4: 2.6;
  --icon--stroke-width-5: 3.25;
  --icon--stroke-width-6: 3.9;
  --icon--stroke-width-7: 4.55;
  --icon--stroke-width-8: 5.2;
}
.svgicon.icon--stroke-heavy {
  --icon--stroke-width-1: 0.845;
  --icon--stroke-width-2: 1.69;
  --icon--stroke-width-3: 2.535;
  --icon--stroke-width-4: 3.38;
  --icon--stroke-width-5: 4.225;
  --icon--stroke-width-6: 5.07;
  --icon--stroke-width-7: 5.915;
  --icon--stroke-width-8: 6.76;
}
.svgicon.icon--fix-width {
  height: calc(1em * var(--icon--ratio-y));
  width: 1em;
}
.svgicon.icon--fix-height {
  height: 1em;
  width: calc(1em * var(--icon--ratio-x));
}

svg.icon--modern__loading-spinner {
  animation: 0.8s linear infinite svg-loading-spinner;
  color: #39a9e0;
  stroke-linecap: round;
}

svg.icon--account__heart {
  fill: none;
}

@keyframes svg-loading-spinner {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -62.83;
  }
}
.validation-alert {
  border: 1px solid currentColor;
  display: block;
  font-size: 15px;
  line-height: 1.3125;
  min-height: 40px;
  padding: 9px 14px 8px;
  background: rgb(232.5, 233.1, 233.6);
  border-color: #1e2429;
  color: #1e2429;
}

.validation-alert--sm {
  font-size: 14px;
  line-height: 1.3125;
  min-height: 32px;
  padding: 6px 10px 5px;
}

.validation-alert, .validation-alert--info {
  background: rgb(236.1, 244.8, 252);
  border-color: #4299e1;
  color: #0066cc;
}
.validation-alert--negative {
  background: #fde7eb;
  border-color: #f45574;
  color: #f45574;
}

.validation-alert[data-popper-placement] {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: opacity 0.1s ease-out;
  z-index: 100;
}

:root {
  --read-more--font-size: 15px;
  --read-more--line-height: 1.4;
  --read-more--max-lines: 5;
}

.read-more {
  --read-more--line-height-px: calc(var(--read-more--font-size) * var(--read-more--line-height));
  font-size: var(--read-more--font-size);
  line-height: var(--read-more--line-height);
  position: relative;
}
.read-more p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.read-more p + p {
  margin-top: var(--read-more--line-height-px);
}
.read-more__body {
  line-height: calc(var(--read-more--line-height) + 0.0000001);
  max-height: calc(var(--read-more--line-height-px) * var(--read-more--max-lines));
  overflow: hidden;
  position: relative;
}
.read-more__body.has-more {
  border-bottom: var(--read-more--line-height-px) solid var(--read-more--background-col, #fff);
}
.read-more__body.has-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--read-more--background-col, #fff) 50%);
  content: "";
  display: block;
  height: var(--read-more--line-height-px);
  pointer-events: none;
  width: 50%;
  z-index: 1;
}
.read-more__body.has-lead::before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--read-more--background-col, #fff) 70%, rgba(255, 255, 255, 0));
  content: "…";
  display: block;
  height: var(--read-more--line-height-px);
  pointer-events: none;
  width: 1em;
  z-index: 1;
}
.read-more.is-expanded .read-more__body {
  border-bottom: 0 none;
  max-height: none;
}
.read-more.is-expanded .read-more__body::after {
  display: none;
}
.read-more__less {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 8px;
  visibility: hidden;
}
.read-more.is-expanded .read-more__less {
  visibility: visible;
}
.read-more__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  display: none;
  font-size: 14px;
  font-style: italic;
  justify-content: flex-start;
  line-height: 1;
  width: 100%;
  z-index: 2;
}
.read-more__button--compact {
  bottom: 0;
  display: inline-flex;
  left: unset;
  position: absolute;
  right: 0;
  top: unset;
  width: auto;
}
.read-more:not(.is-expanded) .read-more__body.has-more + .read-more__button {
  display: flex;
}
.read-more--dark {
  --read-more--background-col: #2f333a;
}
.read-more--no-fade .read-more__body.has-more::before {
  background: none;
}
.read-more--no-fade .read-more__body.has-more::after {
  background: none;
}

.read-more.is-expanded .read-more__button--compact {
  visibility: hidden;
}

.read-more--align-right .read-more__body.has-more {
  border-bottom-width: 0;
}
.read-more--align-right .read-more__button {
  justify-content: flex-end;
  line-height: var(--read-more--line-height-px);
  padding-right: 3px;
}

:root {
  --layout-wrapper--max-width: 1780px;
  --layout-wrapper--margin: 3vw;
}

.body--cart {
  --layout-wrapper--max-width: 1300px;
}

.wrapper {
  border: 0 solid transparent;
  border-left-width: var(--layout-wrapper--margin);
  border-right-width: var(--layout-wrapper--margin);
  display: block;
  margin: 0 auto;
  max-width: calc(var(--layout-wrapper--max-width) + var(--layout-wrapper--margin) * 2);
  position: relative;
}
@media (max-width: 59.99em) {
  .wrapper .vp-list__black-friday {
    margin-left: calc(var(--layout-wrapper--margin) * -1);
    margin-right: calc(var(--layout-wrapper--margin) * -1);
  }
}
.wrapper--kiosk {
  margin-right: 342px;
}

.main {
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 47.99em) {
  .main .wrapper .breadcrumbs {
    margin-top: -6px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 59.99em) {
  .main > .wrapper {
    border-bottom-width: 16px;
    border-top-width: 16px;
  }
}

.top-bar {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  z-index: 10;
}
.top-bar a:not(.underline):not(.link):hover {
  text-decoration: none;
}
.top-bar__logo {
  outline: 0 none !important;
}
.top-bar__logo::before {
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: -2px;
  left: -3px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.top-bar__logo:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.top-bar__logo {
  background-size: contain !important;
  display: block;
  position: relative;
}
.top-bar .intl-button {
  height: 49px;
  width: 51px;
  overflow: hidden;
}
.top-bar .intl-button button {
  height: 25px;
  width: 25px;
  background: transparent;
  border: 0 none;
  display: block;
  margin: 13px 13px;
  outline: 0 none !important;
  padding: 0;
}
.top-bar .intl-button img {
  height: 25px;
  width: 25px;
  display: block;
}
.top-bar__back-button {
  display: none;
}
@media (max-width: 59.99em) {
  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    width: 100%;
    background: #fff;
  }
  .top-bar > .wrapper {
    align-items: center;
    border-left-width: 0;
    display: flex;
    height: 55px;
    padding-right: 132px;
  }
  .top-bar__menu-button {
    background: transparent;
    color: #1e2429;
    height: 100%;
    outline: 0 none !important;
    padding: 0 6px 0 6px;
    position: relative;
    transition: color 0.1s ease-out;
    z-index: 1;
    outline: 0 none !important;
  }
  .top-bar__menu-button::before {
    position: absolute;
    top: 11px;
    right: 3px;
    bottom: 11px;
    left: 11px;
    border-radius: 2.5px;
    content: "";
    pointer-events: none;
    transition: box-shadow 0.1s ease-out;
  }
  .top-bar__menu-button:focus-visible::before {
    box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
  }
  .top-bar__menu-button:active, .top-bar__menu-button:hover {
    color: #39a9e0;
  }
  .top-bar__menu-button .icon {
    height: 100%;
    width: 29px;
    display: block;
    flex: 0 0 auto;
  }
  .top-bar__logo {
    height: 24px;
    width: 180px;
    background: url(/images/logo/sbs-header-mobile-2022.svg) no-repeat 0 50%;
  }
}
@media (max-width: 59.99em) and (max-width: 23.4275em) {
  .top-bar__logo {
    height: 24px;
    width: 136px;
    background: url("/images/logo/sbs-header-mobile-xxs-2023.svg") no-repeat 0 50%;
  }
}
@media (max-width: 59.99em) {
  .top-bar__menu {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media (max-width: 22.99em) {
  .top-bar > .wrapper {
    padding-right: 76px;
  }
}
@media print {
  .top-bar {
    background: url(/images/logo/sbs-header-desktop-2022.svg) no-repeat top center;
    background-size: contain;
    height: 40px;
    -webkit-print-color-adjust: exact;
  }
  .top-bar .wrapper {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}

.top-bar-submenu {
  background: #2f333a;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
.top-bar-submenu__item {
  display: block;
}
.top-bar-submenu__link {
  background: #2f333a;
  border-top: 1px solid #4e5259;
  color: #e6e6e6;
  display: block;
  position: relative;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  white-space: nowrap;
  outline: 0 none !important;
}
.top-bar-submenu__link::before {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.top-bar-submenu__link:focus-visible::before {
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 4px;
}
.top-bar-submenu__link:active, .top-bar-submenu__link:hover {
  background-color: #4e5259;
  color: #fff;
}
.top-bar-submenu:hover {
  display: block;
}
@media (max-width: 59.99em) {
  .top-bar-submenu__link {
    padding: 8px 8px 12px 58px;
  }
  .top-bar-submenu__link > .top-bar__submenu-link-icon {
    position: absolute;
    top: 6px;
    left: 20px;
    height: 26px;
    width: 26px;
  }
}

.nav-bar {
  color: #1e2429;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1.4;
  z-index: 20;
}
.nav-bar a:not(.underline):not(.link):hover {
  text-decoration: none;
}
.nav-bar__black-friday img {
  height: 68px;
}
.nav-bar__black-friday-clearance {
  padding-left: 10px;
}
@media (max-width: 59.99em) {
  .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    pointer-events: none;
  }
  .nav-bar > .wrapper {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: flex-end;
  }
  .nav-bar__menu {
    display: none;
  }
  .nav-bar__button {
    pointer-events: auto;
  }
  .nav-bar-spacer {
    height: 55px;
  }
}
@media (max-width: 22.99em) {
  .is-globale .nav-bar__button[data-action=account] {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media print {
  .nav-bar {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
.nav-bar--secure {
  --layout-wrapper--max-width: 1300px;
}
.nav-bar__menu-item--margin-left {
  margin-left: 0 !important;
}
.nav-bar .nav-bar__menu-item--group-end.nav-bar__black-friday::after {
  top: 50%;
  transform: translateY(-50%);
}

:root {
  --nav-bar-button--color: #1e2429;
  --nav-bar-button--active-color: #39a9e0;
  --nav-bar-button--accent-color: #16b272;
  --nav-bar-button--height: 55px;
  --nav-bar-button--width: 44px;
}
@media (max-width: 23.4275em) {
  :root {
    --nav-bar-button--width: 29px;
  }
}
@media (min-width: 23.4375em) and (max-width: 26.74em) {
  :root {
    --nav-bar-button--width: 33px;
  }
}
@media (min-width: 26.75em) and (max-width: 59.99em) {
  :root {
    --nav-bar-button--width: 43px;
  }
}

.nav-bar-button {
  height: var(--nav-bar-button--height);
  position: relative;
  width: var(--nav-bar-button--width);
}
.nav-bar-button__action {
  height: 100%;
  width: 100%;
  align-items: center;
  background: transparent;
  color: var(--nav-bar-button--color);
  display: flex;
  justify-content: center;
  outline: 0 none !important;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.nav-bar-button__action .icon {
  height: 30px;
  width: 30px;
  display: block;
}
.nav-bar-button__action {
  outline: 0 none !important;
}
.nav-bar-button__action::before {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.nav-bar-button__action:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.nav-bar-button__action:active, .nav-bar-button__action:hover {
  color: var(--nav-bar-button--active-color);
}
.nav-bar-button__action[data-badge]:not([data-badge="0"]) {
  color: var(--nav-bar-button--accent-color);
}
.nav-bar-button__action[data-badge]:not([data-badge="0"])::after {
  position: absolute;
  bottom: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  background: var(--nav-bar-button--accent-color);
  border-radius: 50%;
  content: attr(data-badge);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 2.4px;
  margin-left: 3.6px;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.nav-bar-button[data-action=wishlist] .nav-bar-button__action[data-badge]:not([data-badge="0"])::after {
  display: none;
}
.nav-bar-button[data-action=wishlist] .nav-bar-button__action[data-badge]:not([data-badge="0"]) .svgicon {
  fill: #0066cc;
}
.nav-bar-button--blue {
  --nav-bar-button--active-color: #0066cc;
  --nav-bar-button--accent-color: #0066cc;
}
.nav-bar-button--dark {
  --nav-bar-button--active-color: #2f333a;
  --nav-bar-button--accent-color: #2f333a;
}
.nav-bar-button.has-prompt .nav-bar-button__action {
  background-color: var(--nav-bar-button--accent-color);
  color: #fff;
}
.nav-bar-button.has-prompt .nav-bar-button__action .icon--account__heart {
  fill: #fff !important;
}
.nav-bar-button.has-prompt .nav-bar-button__action[data-badge]:not([data-badge="0"])::after {
  background: #fff;
  color: var(--nav-bar-button--accent-color);
}
.nav-bar-button__prompt {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
  max-width: 94vw;
  width: 370px;
  z-index: 220;
}
@media (max-width: 22.5525em) {
  .nav-bar-button[data-action=wishlist] .nav-bar-button__prompt, .nav-bar-button[data-action=cart] .nav-bar-button__prompt {
    position: fixed;
    top: 53px;
    right: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 22.5625em) and (max-width: 35.99em) {
  .nav-bar-button[data-action=wishlist] .nav-bar-button__prompt, .nav-bar-button[data-action=cart] .nav-bar-button__prompt {
    position: fixed;
    top: 53px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  .nav-bar-button[data-action=wishlist] .nav-bar-button__prompt, .nav-bar-button[data-action=cart] .nav-bar-button__prompt {
    position: fixed;
    top: 53px;
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 48em) {
  .nav-bar-button[data-action=wishlist] .nav-bar-button__prompt {
    width: 324px;
  }
}

.nav-bar-prompt {
  overflow: hidden;
}
.nav-bar-prompt__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--nav-bar-button--accent-color);
  display: block;
  transform-origin: 0 0;
}
.nav-bar-prompt__body {
  width: 100%;
}
.nav-bar-prompt__content {
  padding: 16px 20px 20px;
}
.nav-bar-prompt__content ~ .nav-bar-prompt__content {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
}
.nav-bar-prompt__dismiss {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 1;
}
.nav-bar-prompt.is-dismissable .nav-bar-prompt__dismiss {
  opacity: 1;
  pointer-events: auto;
}
.nav-bar-prompt.is-static .nav-bar-prompt__bar {
  opacity: 0;
}
:root .nav-bar-prompt__loading {
  height: 40px;
  width: 100%;
  color: var(--nav-bar-button--accent-color);
  margin: 16px 0 12px 0;
}
.nav-bar-prompt--submenu {
  background: #2f333a;
  width: 192px;
}
.nav-bar-prompt--submenu .nav-bar-prompt__bar {
  display: none;
}
.nav-bar-prompt--submenu .nav-bar-prompt__content {
  padding: 0;
}
.nav-bar-prompt--no-padding .nav-bar-prompt__content {
  padding: 4px 0 0 0;
}

.nav-bar-prompt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: auto;
  z-index: 219;
}
.footer {
  color: #1e2429;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.footer__border {
  border-top: 12px solid #e6e6e6;
  display: block;
}
@media (min-width: 36em) {
  .footer__border {
    border-top-width: 20px;
  }
}
@media print {
  .footer {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
.footer--secure {
  --layout-wrapper--max-width: 1300px;
}

.footer-main {
  background: #fff;
}
@media (max-width: 35.99em) {
  .footer-main {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .footer-main > .wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-main__address {
    margin-top: 24px;
    order: 3;
  }
  .footer-main__reviews {
    align-self: center;
    order: 1;
  }
  .footer-main__social {
    align-self: center;
    margin-top: 20px;
    order: 2;
  }
  .footer-main__services {
    order: 4;
  }
  .footer-main__company {
    order: 5;
  }
  .footer-main__recycling {
    display: none;
  }
  .footer-main__privacy {
    order: 6;
  }
  .footer-main__signup {
    margin-top: 20px;
    order: 6;
    position: relative;
  }
  .footer-main__signup--email {
    display: block;
    margin-right: 120px;
  }
  .footer-main__signup .button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 36em) {
  .footer-main {
    padding-top: 64px;
    padding-bottom: 40px;
  }
  :root .footer-main .sm\:inline {
    display: inline !important;
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .footer-main > .wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
    grid-template-areas: "address services" "company services" "company privacy" "recycling signup" "reviews signup" "social signup";
  }
  .footer-main__address {
    align-self: start;
    grid-area: address;
  }
  .footer-main__services {
    align-self: start;
    grid-area: services;
  }
  .footer-main__company {
    align-self: start;
    grid-area: company;
  }
  .footer-main__privacy {
    align-self: start;
    grid-area: privacy;
  }
  .footer-main__recycling {
    align-self: start;
    grid-area: recycling;
  }
  .footer-main__reviews {
    align-self: start;
    grid-area: reviews;
  }
  .footer-main__signup {
    align-self: start;
    grid-area: signup;
  }
  .footer-main__signup .input {
    max-width: 290px;
  }
  .footer-main__social {
    align-self: start;
    grid-area: social;
  }
}

@media (min-width: 36em) {
  .footer-address {
    padding-top: 2px;
  }
}

.footer-block__title {
  color: #1e2429;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 35.99em) {
  .footer-block {
    overflow: hidden;
    position: relative;
    min-height: 50px;
  }
  .footer-block__toggle ~ .footer-block__title {
    background: #fff;
    color: #39a9e0;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 1.2001;
    padding: 14px 0 0 32px;
    position: relative;
    text-transform: none;
    z-index: 2;
  }
  .footer-block__toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    align-items: center;
    background: transparent;
    color: #0066cc;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    z-index: 3;
    outline: 0 none !important;
  }
  .footer-block__toggle::before {
    position: absolute;
    top: 10px;
    right: 6px;
    bottom: 10px;
    left: 28px;
    border-radius: 2.5px;
    content: "";
    pointer-events: none;
    transition: box-shadow 0.1s ease-out;
  }
  .footer-block__toggle:focus-visible::before {
    box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
  }
  .footer-block__toggle .icon {
    height: 16px;
    width: 16px;
    margin-left: 4px;
    transition: transform 0.5s ease;
  }
  .footer-block.is-expanded .footer-block__toggle .icon {
    transform: rotate(-135deg);
  }
  .footer-block__toggle::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d2d6d9;
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
  }
  .footer-block__body {
    z-index: 1;
  }
  .footer-block__toggle ~ .footer-block__body {
    padding-left: 32px;
  }
  .footer-block:not(.is-expanded) .footer-block__toggle ~ .footer-block__body {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
  }
  .footer-block--last:not(.is-expanded) .footer-block__toggle::after {
    opacity: 0;
  }
}
@media (min-width: 36em) {
  .footer-block {
    font-size: 16px;
    line-height: 1.3125;
  }
  .footer-block__toggle {
    display: none;
  }
  :root .footer-block__body {
    margin-top: 8px;
  }
}

.footer-links {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-links__item {
  display: block;
}
.footer-links__item.is-active {
  color: #0066cc;
  font-weight: 700;
}
.footer-links__link {
  color: #1e2429;
  display: inline-block;
  max-width: 100%;
  padding: 3px 0;
  position: relative;
  text-decoration: none !important;
  transition: color 0.1s ease-out;
  vertical-align: top;
  outline: 0 none !important;
}
.footer-links__link::before {
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  left: -3px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.footer-links__link:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.footer-links__link:active, .footer-links__link:hover {
  color: #39a9e0;
}
.is-active .footer-links__link {
  color: #0066cc;
}
.is-active .footer-links__link:active, .is-active .footer-links__link:hover {
  color: #39a9e0;
}
.footer-links__new-badge {
  background: #ef0c38;
  color: #fff;
  flex: 0 0 auto;
  font-weight: 700;
  padding: 0 4px;
  text-transform: uppercase;
}
@media (max-width: 35.99em) {
  .footer-links__item {
    padding-top: 8px;
  }
  .footer-links__item:first-child {
    padding-top: 12px;
  }
  .footer-links__item:last-child {
    padding-bottom: 16px;
  }
  .footer-links__item--desktop {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .footer-links__item--mobile .footer-links__link {
    margin-top: -6px;
  }
  .footer-links__link {
    font-size: 18px;
  }
  .footer-links__title {
    color: #39a9e0;
  }
}
@media (min-width: 36em) {
  .footer-links__item--mobile {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .footer-links__link {
    line-height: 1.1876;
  }
  .footer-links__title {
    color: #1e2429;
  }
  .footer-links__title:active, .footer-links__title:hover {
    color: #39a9e0;
  }
}

.footer-recycling__link {
  color: #1e2429;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  padding-left: 28px;
  position: relative;
  text-decoration: none !important;
}
.footer-recycling__link .icon {
  position: absolute;
  top: -2px;
  left: 0;
  height: 22px;
  width: 22px;
  color: #16b272;
}
.footer-recycling__span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.footer-social {
  display: flex;
}
.footer-social__item {
  height: 32px;
  width: 32px;
  background: #444444;
  color: #fff;
  flex: 0 0 auto;
  position: relative;
  transition: background-color 0.1s ease-out;
  outline: 0 none !important;
}
.footer-social__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.footer-social__item:focus-visible::before {
  box-shadow: rgba(68, 68, 68, 0.5) 0 0 0 4px;
}
.footer-social__item:active, .footer-social__item:hover {
  background-color: #636363;
}
.footer-social__item .icon {
  height: 22px;
  width: 22px;
  margin: 5px;
}
.footer-social__item.fb {
  background-color: #1877f2;
}
.footer-social__item.fb:focus-visible::before {
  box-shadow: rgba(24, 119, 242, 0.5) 0 0 0 4px;
}
.footer-social__item.fb:active, .footer-social__item.fb:hover {
  background-color: #3796ff;
}
.footer-social__item.tw {
  background-color: #000000;
}
.footer-social__item.tw:focus-visible::before {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 4px;
}
.footer-social__item.tw:active, .footer-social__item.tw:hover {
  background-color: #1f1f1f;
}
.footer-social__item.yt {
  background-color: #ff0000;
}
.footer-social__item.yt:focus-visible::before {
  box-shadow: rgba(255, 0, 0, 0.5) 0 0 0 4px;
}
.footer-social__item.yt:active, .footer-social__item.yt:hover {
  background-color: #ff1f1f;
}
.footer-social__item.ig {
  background-color: #fe007f;
}
.footer-social__item.ig:focus-visible::before {
  box-shadow: rgba(254, 0, 127, 0.5) 0 0 0 4px;
}
.footer-social__item.ig:active, .footer-social__item.ig:hover {
  background-color: #ff1f9e;
}
.footer-social__item.sh {
  background-color: #f69223;
}
.footer-social__item.sh:focus-visible::before {
  box-shadow: rgba(246, 146, 35, 0.5) 0 0 0 4px;
}
.footer-social__item.sh:active, .footer-social__item.sh:hover {
  background-color: #ffb142;
}
.footer-social__item + .footer-social__item {
  margin-left: 4px;
}

.footer-trustpilot {
  display: block;
  font-size: 15px;
  padding-bottom: 25px;
  position: relative;
  width: 235px;
  outline: 0 none !important;
}
.footer-trustpilot::before {
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: -2px;
  left: -3px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.footer-trustpilot:focus-visible::before {
  box-shadow: rgba(0, 182, 122, 0.5) 0 0 0 4px;
}
.footer-trustpilot__logo {
  height: 85px;
  width: 235px;
  display: block;
}
.footer-trustpilot__score {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 17px;
  width: auto;
  display: block;
  max-width: none;
}

.footer-tail {
  background: #f3f3f3;
}
@media (max-width: 74.99em) {
  .footer-tail > .wrapper {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .footer-tail__legal {
    margin-top: 20px;
  }
}

.footer-copyright {
  color: #40454c;
  font-size: 11px;
  line-height: 1.6153846154;
}

.footer-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.footer-pay__group {
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px 0;
}
.footer-pay__item {
  display: block;
  flex: 0 0 auto;
}
.footer-pay__item--applepay {
  align-items: center;
  background: #000;
  display: flex;
  padding-left: 7px;
  padding-right: 7px;
}
.footer-pay__item .icon {
  height: 34px;
  width: 54px;
  display: block;
}
.footer-pay__item .icon--card__amex {
  width: 34px;
}
.footer-pay__item .icon--card__paypal {
  width: 81px;
}
.footer-pay__item .icon--card__klarna {
  width: 62px;
}
.footer-pay__item .icon--card__paypal-credit {
  width: 72px;
}
.footer-pay__item .icon--modern__logo__applepay {
  fill: #fff;
  height: 16px;
}
.footer-pay__item:is(a) {
  position: relative;
  outline: 0 none !important;
}
.footer-pay__item:is(a)::before {
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: -2px;
  left: -3px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.footer-pay__item:is(a):focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.footer-pay__item:focus-within {
  z-index: 1;
}
@media (max-width: 47.99em) {
  .footer-pay, .footer-pay__group {
    justify-content: center;
  }
}

.footer-stores-banner {
  position: relative;
  width: 100%;
}
.footer-stores-banner__icon .icon {
  height: 78px;
  width: 78px;
}
.footer-stores-banner__text {
  line-height: 28px;
  text-align: left;
}
.footer-stores-banner__text span {
  color: #40e29c;
}
.footer-stores-banner__title {
  font-weight: 700;
}
.footer-stores-banner__subtitle {
  line-height: 1.3125;
}
.footer-stores-banner__link {
  text-align: left;
}
.footer-stores-banner .review-card__body.read-more {
  --read-more--max-lines: 4;
}
.footer-stores-banner .horizontal-scroll-section::after {
  content: "";
  display: block;
  height: 10px;
}
@media (max-width: 59.99em) {
  .footer-stores-banner__icon {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
  .footer-stores-banner__icon .icon {
    margin-top: 16px;
  }
  .footer-stores-banner__title {
    font-size: 24px;
    padding-right: 94px;
    padding-top: 8px;
  }
  .footer-stores-banner__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .footer-stores-banner__link {
    padding-bottom: 20px;
  }
  .footer-stores-banner__content {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
    position: relative;
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .footer-stores-banner__content {
    min-height: 140px;
  }
}

.store-review-grid {
  --read-more--background-col: #0066cc;
  padding-bottom: 12px;
  padding-right: 1px;
  scrollbar-width: none;
  white-space: nowrap;
}
.store-review-grid .review-card__info {
  color: #d2d6d9;
}
.store-review-grid__item {
  border-left: 30px solid transparent;
  display: inline-block;
  scroll-snap-align: start;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}
@media (max-width: 35.99em) {
  .store-review-grid__item {
    width: 100%;
    border-right: 30px solid transparent;
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  .store-review-grid__item {
    width: calc(50% - 0px - 0.01px);
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .store-review-grid__item {
    width: calc(50% - 0px - 0.01px);
  }
}

@media (min-width: 48em) {
  .footer-stores-banner .section-block {
    margin: 0;
  }
}
.footer-stores-banner .scrollpane__window {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.footer-stores-banner .scrollpane__prev-btn {
  left: 0;
}
.footer-stores-banner .scrollpane__next-btn {
  right: 0;
}
@media (max-width: 47.99em) {
  .footer-stores-banner .scrollpane__next-btn, .footer-stores-banner .scrollpane__prev-btn {
    top: 50px;
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .footer-stores-banner .scrollpane__next-btn, .footer-stores-banner .scrollpane__prev-btn {
    top: 30px;
  }
}

.stores-banner-modal {
  color: #1e2429;
  max-width: 450px;
}
.stores-banner-modal__icon {
  color: #39a9e0;
  height: 80px;
  margin-top: -14px;
  width: 80px;
}
.stores-banner-modal__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 6px;
}
.stores-banner-modal__text {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 47.99em) {
  .stores-banner-modal {
    padding: 30px;
    max-width: 100vw;
  }
}
@media (min-width: 48em) {
  .stores-banner-modal {
    padding: 42px 44px 44px 44px;
  }
}

.zendesk-loader {
  position: fixed;
  right: 16px;
  bottom: 16px;
  height: 64px;
  width: 64px;
  animation: 0.2s ease-in utility-fade-in;
  pointer-events: none;
  z-index: 1000000;
}
.zendesk-loader button {
  height: 64px;
  width: 64px;
  background: #1f73b7;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: block;
  outline: 0 none !important;
  padding: 0;
  pointer-events: auto;
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.zendesk-loader button:disabled {
  cursor: default;
}
.zendesk-loader button:focus-visible:not(:disabled) {
  box-shadow: rgba(31, 115, 183, 0.5) 0 0 0 4px;
}
.zendesk-loader button .fade-in {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
}
.zendesk-loader button .icon {
  position: absolute;
  top: 13px;
  left: 13px;
  height: 38px;
  width: 38px;
}
@media (max-width: 59.99em) {
  .mega-menu {
    display: none;
  }
}
.layout-mobile-head {
  align-items: center;
  display: flex;
  height: 50px;
  line-height: 50px;
  min-width: 320px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.layout-mobile-head__items {
  margin-left: 16px;
  margin-right: 16px;
}
.layout-mobile-head__item {
  color: #fff;
  padding-left: 30px;
}
.layout-mobile-head__item--no-left-margin {
  margin-left: -8px;
}
.layout-mobile-head__highlight {
  color: #39a9e0;
}
.layout-mobile-head__link {
  color: #fff;
}
.layout-mobile-head__icon, .layout-mobile-head__icon-full {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 28px;
  width: 28px;
}
.layout-mobile-head__icon-full.icon--account__heart {
  fill: #fff;
}
.layout-mobile-head__item, .layout-mobile-head__highlight {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding-right: 16px;
  position: relative;
}
.layout-mobile-head__item .svgicon, .layout-mobile-head__highlight .svgicon {
  height: 28px;
  vertical-align: 0;
  width: 28px;
}
.layout-mobile-head__item--position-right, .layout-mobile-head__highlight--position-right {
  position: absolute;
  top: 1px;
  right: 50px;
  padding-right: 0;
}
.layout-mobile-head__highlight .layout-mobile-head__link,
.layout-mobile-head__highlight .layout-mobile-head__icon {
  color: #39a9e0;
}
.layout-mobile-head__highlight .layout-mobile-head__link {
  text-decoration: underline;
}
.layout-mobile-head__highlight .layout-mobile-head__icon {
  position: absolute;
  top: 12px;
  right: -10px;
  left: unset;
}
@media (max-width: 22.99em) {
  .layout-mobile-head__item:nth-child(n+3) {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}

.layout-mobile-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  color: #fff;
  font-size: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  width: 375px;
  pointer-events: auto;
}
.layout-mobile-menu button {
  background: none;
}
@media (max-width: 22.99em) {
  .layout-mobile-menu {
    width: 100%;
  }
}
.layout-mobile-menu--dark {
  background-color: #565b5f;
}
.layout-mobile-menu--slide-left-open {
  animation-duration: 0.3s;
  animation-name: slide-left-open;
}
.layout-mobile-menu--slide-left-open-button {
  animation-duration: 0.3s;
  animation-name: slide-left-open-button;
}
.layout-mobile-menu--slide-left-close {
  animation-duration: 0.3s;
  animation-name: slide-left-close;
}
.layout-mobile-menu--slide-right-open {
  animation-duration: 0.3s;
  animation-name: slide-right-open;
}
.layout-mobile-menu--slide-right-open-button {
  animation-duration: 0.3s;
  animation-name: slide-right-open-button;
}
.layout-mobile-menu--slide-right-close-button {
  animation-duration: 0.3s;
  animation-name: slide-right-close-button;
}
.layout-mobile-menu--slide-right-close {
  animation-duration: 0.3s;
  animation-name: slide-right-close;
}
.layout-mobile-menu__head {
  text-align: center;
  color: #fff;
  background-color: #2f333a;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 375px;
  font-size: 22px;
  font-weight: 700;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
.layout-mobile-menu__head .link {
  text-decoration: none;
}
.layout-mobile-menu__head + .layout-mobile-menu__content {
  margin-top: 50px;
}
.layout-mobile-menu__black-friday {
  margin-top: 50px;
}
.layout-mobile-menu__black-friday-week {
  margin-top: 50px;
}
.layout-mobile-menu__black-friday + .layout-mobile-menu__black-friday-week {
  margin-top: 0;
}
.layout-mobile-menu__black-friday-link {
  display: block;
  height: 60px;
  margin-left: -2px;
  margin-right: -2px;
  background-image: url("https://cdn-ldn.sportsbikeshop.co.uk/image/upload/static/black-friday/2025/02_BF25_NavButton_BF_M864x137.png");
  background-size: cover;
  background-position: center center;
}
.layout-mobile-menu__black-friday-week-link {
  display: block;
  height: 60px;
  margin-left: -2px;
  margin-right: -2px;
  background-image: url("https://cdn-ldn.sportsbikeshop.co.uk/image/upload/static/black-friday/2025/04_BF25_NavButton_Clear_M864x137.png");
  background-size: cover;
  background-position: center center;
}
.layout-mobile-menu__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102;
  background: none;
  padding: 0;
  pointer-events: auto;
}
.layout-mobile-menu__back .icon {
  color: #1da1f2;
  height: 41px;
  width: 31px;
}
.layout-mobile-menu__close {
  position: fixed;
  top: 0;
  left: 325px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102;
  background: none;
  pointer-events: auto;
}
.layout-mobile-menu__close .icon {
  color: #fff;
  width: 21px;
  height: 21px;
}
@media (max-width: 22.99em) {
  .layout-mobile-menu__close {
    left: unset;
    right: 0;
  }
}
.layout-mobile-menu .input,
.layout-mobile-menu .button {
  width: 100%;
}
.layout-mobile-menu__title {
  font-weight: bold;
  font-size: 18px;
  color: #0066cc;
  line-height: 21px;
  text-transform: uppercase;
}
.layout-mobile-menu__login-error {
  color: #f45574;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.layout-mobile-menu__text {
  font-size: 18px;
  color: #fff;
  line-height: 21px;
}
.layout-mobile-menu__account {
  position: relative;
  border-bottom: 2px solid #2f333a;
  margin-top: 8px;
}
.layout-mobile-menu__account--logged-in {
  height: 50px;
  display: flex;
  align-items: center;
  color: #1da1f2;
  font-weight: 700;
}
.layout-mobile-menu__account--sign-out {
  position: absolute;
  right: 0;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
.layout-mobile-menu__reset-password {
  justify-content: center;
  font-size: 16px;
  text-decoration: underline;
  color: #c1c1c1;
  cursor: pointer;
  width: 100%;
  margin-bottom: 30px;
}
.layout-mobile-menu__reset-password .link {
  display: block;
}
.layout-mobile-menu__account-form {
  min-height: 220px;
  margin-top: 8px;
}
.layout-mobile-menu__account-form .input {
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: #2f333a;
  background-position: right 6px top 11px, right 36px top 0;
  font-size: 16px;
  height: 50px;
  padding: 12px 16px 11px 16px;
  color: #1e2429;
}
.layout-mobile-menu__account-form .button {
  margin-top: 8px;
  margin-bottom: 10px;
  background-color: #16b272;
  text-transform: none;
  font-size: 18px;
  border-width: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
}
.layout-mobile-menu__account-form .button .icon--sbs__arrow-left {
  transform: scaleX(-1);
  margin-top: 12px;
}
.child .layout-mobile-menu__body, .child .layout-mobile-menu__body--dark {
  padding-top: 16px;
}
.layout-mobile-menu__body {
  background-color: #e6e6e6;
  color: #2f333a;
}
.layout-mobile-menu__body .stack-menu__item {
  border-bottom: 2px solid #fff;
  color: #000;
}
.layout-mobile-menu__body--dark {
  background-color: #565b5f;
  color: #fff;
}
.layout-mobile-menu__body--dark .stack-menu__item {
  border-bottom: 2px solid #2f333a;
  color: #fff;
}
.layout-mobile-menu__body--dark .stack-menu__item .icon {
  color: #1da1f2;
}
.layout-mobile-menu__body--dark .stack-menu__indicator .icon {
  color: #1da1f2;
}
.layout-mobile-menu__body--dark .layout-mobile-menu__title {
  color: #1da1f2;
}
.layout-mobile-menu__body + .layout-mobile-menu__body--dark {
  padding-top: 16px;
}
.layout-mobile-menu__background--dark {
  background-color: #565b5f;
}
.layout-mobile-menu__globale {
  height: 70px;
  display: flex;
  align-items: center;
  text-indent: 64px;
  font-size: 16px;
  color: #1da1f2;
  text-decoration: underline;
  position: relative;
}
.layout-mobile-menu__globale div:first-child,
.layout-mobile-menu__globale button:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  border: 0 none !important;
  cursor: pointer;
  display: block;
  height: 70px !important;
  outline: 0 none !important;
  padding: 11px 0 !important;
}
.layout-mobile-menu__globale img {
  margin-left: 0 !important;
  width: 48px !important;
}
.layout-mobile-menu__globale .intl-mobile:not(:first-child) {
  display: none;
}

.layout-mobile-menu.parent {
  z-index: 99;
}

.layout-mobile-menu.child {
  z-index: 100;
}

@keyframes slide-left-open {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-left-open-button {
  from {
    transform: translateX(-375px);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-left-close {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-375px);
  }
}
@keyframes slide-right-open {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-right-open-button {
  from {
    left: -50px;
  }
  to {
    left: 0;
  }
}
@keyframes slide-right-close-button {
  from {
    left: 0;
  }
  to {
    left: -50px;
  }
}
@keyframes slide-right-close {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(375px);
  }
}
.isBlackFriday .layout-mobile-menu__body, .isBlackFriday .layout-mobile-menu__body--dark {
  padding-top: 0px;
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(30, 36, 41, 0.7);
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 90;
}

.mobile-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  max-width: 375px;
  overflow: hidden;
  z-index: 99;
  transform: translateX(0);
}

.stack-menu {
  margin: 0 24px;
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 16px;
}
.stack-menu__title::before {
  flex-grow: 1;
  content: "";
}
.stack-menu__title {
  font-weight: 700;
  color: #0066cc;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  display: flex;
  height: 50px;
  flex-direction: column;
  margin: 0;
}
.stack-menu__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  height: 58px;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  padding-right: 20px;
}
.stack-menu__item:hover {
  text-decoration: none;
}
.parent .stack-menu__item:last-child {
  border-bottom: none;
}
.child :last-child .stack-menu__item:last-child {
  border-bottom: none;
}
.stack-menu__more {
  display: flex;
  height: 30px;
  align-items: center;
  font-size: 16px;
  text-decoration: underline;
  color: #0066cc;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 30px;
  width: 100%;
}
.stack-menu__icon {
  width: 20px;
  height: 20px;
  color: #1da1f2;
  margin-right: 16px;
}
.stack-menu__badge {
  position: absolute;
  top: 10px;
  right: 28px;
  width: 30px;
  height: 30px;
  background-color: #1da1f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.stack-menu__indicator {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 58px;
  display: flex;
  align-items: center;
}
.stack-menu__indicator svg {
  width: 20px;
  height: 20px;
  color: #0066cc;
}
.stack-menu__modal {
  position: absolute;
  width: 100%;
  height: 100%;
}

.isBlackFriday .stack-menu__title::before {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.isBlackFriday .stack-menu__title {
  padding-top: 12px;
  padding-bottom: 8px;
  height: 30px;
}

.nav-search {
  pointer-events: none;
  z-index: 210;
}
.nav-search .search-widget {
  pointer-events: auto;
}
@media (max-width: 59.99em) {
  .nav-search {
    position: absolute;
    top: 3vw;
    left: 0;
    height: 0px;
    width: 100%;
    padding: 0;
  }
  .nav-search .search-widget {
    --search-widget--display: none;
    --search-widget--height: 56px;
    --search-widget--font-size: 20px;
    --search-widget--background: #fff;
    --search-widget--button-display: none;
    --search-widget--close-display: initial;
  }
  .nav-search.is-expanded .search-widget, .nav-search.will-appear .search-widget {
    --search-widget--display: initial;
  }
  .nav-search.will-appear .search-widget {
    opacity: 0;
    transform: translateY(-30px);
  }
}

.nav-search-clear {
  font-size: 15px;
  font-style: italic;
  padding: 4px 8px;
}

.nav-search-overlay {
  height: 100vh;
  width: 100%;
  background: #1c2f48;
  display: none;
  opacity: 0.75;
  pointer-events: none;
  z-index: 209;
}
.nav-search-overlay.is-active {
  display: block;
  pointer-events: auto;
}
@media (max-width: 59.99em) {
  .nav-search-overlay {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.transistor {
  transform: translate(0, 0) scale(1, 1);
  transform-origin: top left;
  will-change: opacity, transform;
}

.nav-results {
  background: #fff;
  border-top: 4px solid #f3f3f3;
  box-sizing: border-box;
  pointer-events: auto;
}
.nav-results em {
  color: #16b272;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.nav-results > p {
  color: #9fa2a5;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin: 0;
}
.nav-results.will-appear {
  opacity: 0;
  transform: translateY(-20px);
}
.nav-results-scroller {
  -webkit-overflow-scrolling: touch;
  border-top: 4px solid #f3f3f3;
  max-height: calc(100vh - 6vw - 56px);
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: auto;
}
.nav-results-scroller .nav-results {
  border-top: 0 none;
}
.nav-results-scroller::after {
  content: "";
  display: block;
  height: 350px;
}
@media (max-width: 59.99em) {
  .nav-results {
    padding: 8px 0;
  }
  .nav-results > p {
    padding: 16px 16px 20px;
  }
  .nav-results__link {
    font-weight: 700;
    padding: 8px 16px;
    text-transform: uppercase;
  }
  .nav-results__link.link::before {
    position: absolute;
    top: 6px;
    right: 13px;
    bottom: 6px;
    left: 13px;
  }
}

@media (max-width: 59.99em) {
  .nav-results-column__title, .nav-results-column__link {
    display: none;
  }
  .nav-results-column + .nav-results-column {
    margin-top: 8px;
  }
  .nav-results-column[data-type=c] + .nav-results-column[data-type=b], .nav-results-column[data-type=b] + .nav-results-column[data-type=p] {
    margin-top: 0;
  }
  .nav-results-column[data-type=a] {
    border-top: 1px solid #f3f3f3;
    padding-top: 8px;
  }
}

@media (max-width: 59.99em) {
  .nav-results-mobile-hit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #1e2429;
    font-size: 16px;
    line-height: 1.3125;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    transition: color 0.1s ease-out;
    outline: 0 none !important;
  }
  .nav-results-mobile-hit::before {
    position: absolute;
    top: 4px;
    right: 6px;
    bottom: 4px;
    left: 6px;
    border-radius: 2.5px;
    content: "";
    pointer-events: none;
    transition: box-shadow 0.1s ease-out;
  }
  .nav-results-mobile-hit:focus-visible::before {
    box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
  }
  :root .nav-results-mobile-hit:active, :root .nav-results-mobile-hit:hover {
    color: #39a9e0;
  }
  .nav-results-column:first-child .nav-results-mobile-hit:first-child {
    padding-top: 12px;
  }
  .nav-results-column:last-child .nav-results-mobile-hit:last-child {
    padding-bottom: 16px;
  }
  .nav-results-mobile-hit.is-link {
    color: #0066cc;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 22.99em) {
  .nav-results-mobile-hit {
    font-size: 4.347826087vw;
  }
}

.nav-results-product-hit {
  color: #1e2429;
  display: block;
  font-size: 16px;
  line-height: 1.3125;
  position: relative;
  text-decoration: none !important;
  outline: 0 none !important;
}
.nav-results-product-hit::before {
  position: absolute;
  top: 2px;
  right: 13px;
  bottom: 2px;
  left: 13px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.nav-results-product-hit:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.nav-results-product-hit__title {
  line-height: 1.1666666667;
  transition: color 0.1s ease-out;
}
.nav-results-product-hit__title--is-pre-release, .nav-results-product-hit__title--is-unlisted {
  background-color: #f2c40c;
}
a.nav-results-product-hit:active .nav-results-product-hit__title, a.nav-results-product-hit:hover .nav-results-product-hit__title {
  color: #39a9e0;
}
.nav-results-product-hit__stars.review-stars {
  display: block;
}
.nav-results-product-hit__coming-soon {
  background: #fcee21;
  color: #1e2429;
  font-size: 13px;
  line-height: 1;
  margin-top: 4px;
  padding: 3px 4px 2px;
  width: max-content;
}
.nav-results-product-hit__price .was-price {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
@media (max-width: 59.99em) {
  .nav-results-product-hit {
    display: flex;
    padding: 4px 16px;
  }
  .nav-results-product-hit__title {
    align-self: center;
    flex: 1 1 auto;
  }
  .nav-results-product-hit__image {
    height: 3em;
    width: 3em;
    align-self: flex-start;
    flex: 0 0 auto;
    font-size: inherit;
    margin-right: 0.5em;
  }
}
@media (max-width: 22.99em) {
  .nav-results-product-hit {
    font-size: 4.347826087vw;
  }
}

.nav-results-category-hit {
  color: #1e2429;
  display: block;
  font-size: 16px;
  line-height: 1.3125;
  position: relative;
  text-decoration: none !important;
  transition: color 0.1s ease-out;
  outline: 0 none !important;
}
.nav-results-category-hit::before {
  position: absolute;
  top: 2px;
  right: 13px;
  bottom: 2px;
  left: 13px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.nav-results-category-hit:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.nav-results-category-hit:active, .nav-results-category-hit:hover {
  color: #39a9e0;
}
@media (max-width: 59.99em) {
  .nav-results-category-hit {
    padding: 7px 16px;
  }
}
@media (max-width: 22.99em) {
  .nav-results-category-hit {
    font-size: 4.347826087vw;
  }
}

.nav-results-brand-hit {
  align-items: center;
  color: #1e2429;
  display: flex;
  font-size: 16px;
  line-height: 1.3125;
  position: relative;
  text-decoration: none !important;
  outline: 0 none !important;
}
.nav-results-brand-hit::before {
  position: absolute;
  top: 2px;
  right: 13px;
  bottom: 2px;
  left: 13px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
  z-index: 1;
}
.nav-results-brand-hit:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.nav-results-brand-hit__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1666666667;
  transition: color 0.1s ease-out;
}
a.nav-results-brand-hit:active .nav-results-brand-hit__title, a.nav-results-brand-hit:hover .nav-results-brand-hit__title {
  color: #39a9e0;
}
@media (max-width: 59.99em) {
  .nav-results-brand-hit {
    padding: 4px 16px;
  }
  .nav-results-brand-hit__title {
    flex: 1 1 auto;
  }
  .nav-results-brand-hit__image {
    height: 3em;
    width: 3em;
    flex: 0 0 auto;
    font-size: inherit;
    margin-right: 0.5em;
  }
}
@media (max-width: 22.99em) {
  .nav-results-brand-hit {
    font-size: 4.347826087vw;
  }
}

.nav-results-article-hit {
  color: #1e2429;
  display: block;
  font-size: 16px;
  line-height: 1.3125;
  position: relative;
  transition: color 0.1s ease-out;
  outline: 0 none !important;
}
.nav-results-article-hit::after {
  position: absolute;
  top: 2px;
  right: 13px;
  bottom: 2px;
  left: 13px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.nav-results-article-hit:focus-visible::after {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.nav-results-article-hit:active .nav-results-article-hit__title, .nav-results-article-hit:hover .nav-results-article-hit__title {
  color: #39a9e0;
}
@media (max-width: 59.99em) {
  .nav-results-article-hit {
    display: flex;
    padding: 4px 16px;
  }
  .nav-results-article-hit__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-self: center;
    flex: 1 1 0;
  }
  .nav-results-article-hit__image {
    height: 2em;
    width: 3em;
    align-self: flex-start;
    aspect-ratio: 3/2;
    flex: 0 0 auto;
    font-size: inherit;
    margin-right: 0.5em;
  }
  .nav-results-article-hit__icon {
    display: none;
  }
}
@media (max-width: 22.99em) {
  .nav-results-article-hit {
    font-size: 4.347826087vw;
  }
}

.nav-search-history {
  max-width: 100%;
  pointer-events: none;
  position: relative;
  width: 980px;
  z-index: 1;
}
.nav-search-history__wrapper {
  background: #fff;
  border-top: 4px solid #f3f3f3;
  box-sizing: border-box;
  padding: 0 16px;
  pointer-events: auto;
  position: relative;
}
.nav-search-history__title {
  color: #9fa2a5;
  display: block;
  font-size: 15px;
  font-style: italic;
  padding-top: 8px;
}
.nav-search-history__clear {
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 2;
}
.nav-search-history__item {
  background: transparent;
  display: block;
  color: #1e2429;
  font-size: 16px;
  line-height: 1.3125;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: color 0.1s ease-out;
  width: 100%;
  outline: 0 none !important;
}
.nav-search-history__item::before {
  position: absolute;
  top: 6px;
  right: -3px;
  bottom: 6px;
  left: -3px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.nav-search-history__item:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.nav-search-history__item:last-child {
  padding-bottom: 16px;
}
.nav-search-history__item:last-child::before {
  position: absolute;
  bottom: 14px;
}
.nav-search-history__item:active, .nav-search-history__item:hover {
  color: #39a9e0;
}
.nav-search-history__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.nav-search-history.will-appear {
  opacity: 0;
  transform: translateY(-20px);
}
@media (max-width: 59.99em) {
  .nav-search-history__title {
    margin-bottom: 4px;
  }
  .nav-search-history__item {
    padding: 2px 0;
  }
}
@media (max-width: 22.99em) {
  .nav-search-history__item {
    font-size: 4.347826087vw;
  }
}

.cookie-policy {
  background-color: #fff;
  box-sizing: border-box;
  color: #1e2429;
  display: none;
  font-family: proxima-nova;
  font-size: 16px;
  position: fixed;
}
.cookie-policy__screen1, .cookie-policy__screen2 {
  transition-duration: 0.3s;
}
.cookie-policy__manage {
  margin-bottom: 10px;
  margin-top: 18px;
}
.cookie-policy__title {
  color: #186cb3;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 0px;
}
.cookie-policy__main-text, .cookie-policy__accept {
  margin-bottom: 10px;
  margin-top: 16px;
}
.cookie-policy__accept-all {
  background-color: #186cb3;
  border: 1px solid #186cb3;
  border-bottom: 8px solid #186cb3;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.cookie-policy__accept-all:hover {
  background-color: #4990be;
  border-color: #4990be;
}
.cookie-policy__accept-all::after {
  content: url("/images/cookie.svg");
  display: inline-block;
  height: 25px;
  position: relative;
  top: 6px;
  width: 24px;
}
.cookie-policy__manage {
  cursor: pointer;
  font-size: 18px;
  text-decoration: underline;
}
.cookie-policy__manage:hover {
  color: #186cb3;
}
.cookie-policy__screen2 {
  font-size: 16px;
}
.cookie-policy__screen2 h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cookie-policy__back {
  cursor: pointer;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.cookie-policy__back::after {
  position: absolute;
  top: 20px;
  content: url("/images/cookie_arrow.svg");
  display: inline-block;
  height: 23px;
  width: 23px;
}
.cookie-policy__save {
  background-color: #186cb3;
  border: 1px solid #186cb3;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.cookie-policy__save:hover {
  background-color: #4990be;
  border: 1px solid #4990be;
}
@media (min-width: 48em) {
  .cookie-policy {
    left: 50%;
    margin: 0 auto;
    padding: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    z-index: 501;
  }
  .cookie-policy__title {
    font-size: 24px;
  }
  .cookie-policy__screen1 p, .cookie-policy__screen2 p {
    line-height: 22px;
  }
  .cookie-policy:target, .cookie-policy:target + #cookie_overlay {
    display: block;
    opacity: 1;
  }
  .cookie-policy__save {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 47.99em) {
  .cookie-policy {
    bottom: 0;
    font-size: 13px;
    left: 0;
    line-height: 16px;
    padding: 15px;
    width: 100%;
    z-index: 501;
  }
  .cookie-policy__title {
    font-size: 18px;
  }
  .cookie-policy__manage {
    font-size: 16px;
  }
  .cookie-policy__screen1 h3 {
    margin-bottom: -6px;
    margin-top: 0px;
  }
  .cookie-policy__screen2 h3 {
    font-size: 24px;
    line-height: 0.9em;
    margin-bottom: -6px;
    margin-top: 0px;
  }
  .cookie-policy__screen2 {
    line-height: 18px;
  }
  .cookie-policy__screen2 .text {
    line-height: 17px;
  }
  .cookie-policy__screen2 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
  }
  .cookie-policy__back {
    margin-top: 0px;
  }
  .cookie-policy__screen2 .secondary_header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    height: 180px;
    padding: 46px 17px 17px 17px;
    z-index: 3;
  }
  .cookie-policy__screen2 .secondary_options {
    position: absolute;
    top: 180px;
    right: 0;
    bottom: 90px;
    left: 0;
    box-sizing: border-box;
    overflow: auto;
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
    z-index: 1;
  }
  .cookie-policy .save_p {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 84px;
    margin: 0;
    padding: 17px;
    width: 100%;
    z-index: 3;
  }
  .cookie-policy__save {
    display: block;
    width: 100%;
  }
}

.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 500;
}

.dialog {
  background: #fff;
  color: #1e2429;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 100%;
  padding: 16px;
  width: 640px;
}
.dialog-page > .dialog {
  outline: 1px solid #e6e6e6;
}
.modal-flyin .dialog {
  padding: 12px 16px;
}
@media (min-width: 48em) {
  .dialog-page > .dialog, .modal-dialog .dialog {
    padding: 40px 40px;
  }
}
.dialog--sm {
  width: 540px;
}
.dialog--md {
  width: 640px;
}
.dialog--lg {
  width: 740px;
}
.dialog--xl {
  width: 1120px;
}
.dialog--padded {
  border: 1px solid #e6e6e6;
}
@media (max-width: 47.99em) {
  .dialog--padded {
    padding: 20px 12px;
  }
  .dialog-page > .dialog--padded {
    margin-bottom: 60px;
  }
}
@media (min-width: 48em) {
  .dialog--padded {
    padding: 30px 100px 70px;
  }
  .dialog-page > .dialog--padded {
    padding: 30px 100px 70px;
    margin-bottom: 120px;
  }
}

.dialog-page {
  align-items: center;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 100px 12px;
  position: relative;
  z-index: 1;
}
.dialog-page__title {
  color: #0066cc;
  font-weight: 700;
}
@media (max-width: 47.99em) {
  .dialog-page {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .dialog-page__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 48em) {
  .dialog-page__title {
    font-size: 30px;
    margin-bottom: 26px;
  }
}
@media (max-height: 640px) {
  .dialog-page {
    padding-top: 16px;
    padding-bottom: 12px;
  }
}

@media (min-width: 23em) {
  .modal-dialog__body:has(.account-login) {
    width: 452px;
  }
  .modal-dialog__body:has(.account-login) .account-login {
    padding: 16px;
  }
  .modal-dialog__body:has(.account-login) .account-login--welcome {
    min-height: 258px;
  }
  .modal-dialog__body:has(.account-login) .account-login--login {
    min-height: 318px;
  }
  .modal-dialog__body:has(.account-login) .account-login--registration, .modal-dialog__body:has(.account-login) .account-login--reset {
    min-height: 318px;
  }
  .modal-dialog__body:has(.account-login) .account-login--approval {
    min-height: 160px;
  }
}
.background > .wrapper {
  background-color: #fff;
}

#FreeShippingBanner {
  display: none;
}

.globale-banner {
  background: #0066cc;
  color: #fff;
  padding: 0 4px;
}
.globale-banner #FreeShippingBanner {
  display: block;
}
.globale-banner .wrapper {
  overflow: hidden;
}
.globale-banner__container {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  margin: 4px 0;
  padding: 8px 45px;
  text-align: center;
}
.globale-banner__dismiss {
  position: absolute;
  top: 4px;
  right: 0;
  height: 37px;
  width: 37px;
  background: transparent;
  border: 0 none;
  color: #fff;
  padding: 10.5px;
  transition: color 0.1s ease-out;
  outline: 0 none !important;
}
.globale-banner__dismiss::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.globale-banner__dismiss:focus-visible::before {
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 4px;
}
.globale-banner__dismiss .icon {
  height: 16px;
  width: 16px;
}
.globale-banner__dismiss:active, .globale-banner__dismiss:hover {
  color: rgb(156, 212, 239.5);
}
.globale-banner__container:empty, .globale-banner__container:empty + .globale-banner__dismiss {
  display: none;
}

.scroll-lock {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

.filter-applied {
  align-items: center;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6d9;
  display: inline-flex;
  font-size: 14px;
  gap: 0.5714285714em;
  height: 2.8571428571em;
  line-height: 1;
  outline: 0 none !important;
  padding: 0 0.7142857143em;
  text-decoration: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out;
  vertical-align: top;
}
.filter-applied:active, .filter-applied:hover {
  background-color: rgb(250.5, 250.9, 251.2);
  border-color: #d2d6d9;
}
.filter-applied:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
  border-color: #4299e1;
}
.filter-applied__stars {
  color: #f2c40c;
  min-width: 2em;
  text-align: right;
}
.filter-applied__stars .icon {
  height: 1em;
  width: 1em;
  margin: -1px 0.2em 0 0.1em;
  vertical-align: top;
}
.filter-applied .icon--modern__times {
  height: 1em;
  width: 1em;
}
.filter-applied--green {
  border-color: #16b272;
  color: #16b272;
  font-weight: 700;
}
.filter-applied--green .icon {
  color: #16b272;
}
.filter-applied--green:active, .filter-applied--green:hover {
  background-color: rgba(22, 178, 114, 0.1);
  border-color: #16b272;
}

.filters-applied {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 4px;
  flex-wrap: wrap;
}
.filters-applied:empty {
  display: none;
}
.filters-applied::before {
  content: "Filters applied:";
  display: block;
  font-weight: 700;
  margin-right: 0.5em;
  text-transform: uppercase;
}
.filters-applied[title]::before {
  content: attr(title) ":";
}
.filters-applied .filter-applied {
  font-size: inherit;
}
.filters-applied--center {
  justify-content: center;
}

:root {
  --search-widget--background: #e1e7ed;
  --search-widget--button-display: initial;
  --search-widget--button-icon-size: initial;
  --search-widget--button-width: initial;
  --search-widget--close-display: none;
  --search-widget--display: initial;
  --search-widget--font-size: 15px;
  --search-widget--height: 40px;
  --search-widget--placeholder-color: #616669;
  --search-widget--input-margin: 0px;
}

.search-widget {
  background: none;
  display: var(--search-widget--display, flex);
  font-size: var(--search-widget--font-size);
  height: var(--search-widget--height);
  width: 100%;
}
.search-widget__field {
  background: var(--search-widget--background);
  display: flex;
  flex: 1 0 auto;
  overflow: hidden;
  transition: background-color 0.5s ease;
  width: var(--search-widget--height);
}
.search-widget__input {
  background: transparent;
  border: 0 none;
  font-weight: 700;
  min-width: 0;
  outline: 0 none !important;
  flex: 1 0 auto;
  font-size: inherit;
  line-height: 1.4;
  height: calc(var(--search-widget--height) - var(--search-widget--input-margin) * 2);
  margin: var(--search-widget--input-margin);
  padding: 0 calc(0.5 * (var(--search-widget--height) - var(--search-widget--font-size)) - var(--search-widget--input-margin));
  width: var(--search-widget--height);
}
.search-widget__input::placeholder {
  color: var(--search-widget--placeholder-color);
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}
.search-widget__input::-ms-clear {
  display: none;
}
.search-widget__input:not(input) {
  align-items: center;
  display: flex;
}
.search-widget__button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2.5px;
  border: 0 solid;
  cursor: pointer;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  outline: 0 none !important;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, filter 0.1s ease-out, opacity 0.1s ease-out;
  vertical-align: top;
}
.search-widget__button[aria-disabled], .search-widget__button:disabled {
  cursor: default;
  filter: grayscale(50%);
  opacity: 0.5;
}
.search-widget__button {
  background: #f69223;
  border-color: #f69223;
  color: #fff;
}
.search-widget__button:focus-visible {
  box-shadow: rgba(246, 146, 35, 0.5) 0 0 0 4px;
}
.search-widget__button:not(:disabled):not([aria-disabled]):active, .search-widget__button:not(:disabled):not([aria-disabled]):hover {
  background-color: #ffb142;
}
.search-widget__button {
  align-items: center;
  border-radius: 0;
  display: var(--search-widget--button-display, flex);
  flex: 0 0 auto;
  justify-content: center;
  height: var(--search-widget--height);
  padding: 0;
  width: var(--search-widget--button-width, var(--search-widget--height));
}
.search-widget__button .icon {
  height: var(--search-widget--button-icon-size, calc(0.75 * var(--search-widget--button-width, var(--search-widget--height))));
  width: var(--search-widget--button-icon-size, calc(0.75 * var(--search-widget--button-width, var(--search-widget--height))));
}
.search-widget__close {
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  background: transparent;
  border: 0 none;
  color: #1e2429;
  display: var(--search-widget--close-display, flex);
  height: var(--search-widget--height);
  justify-content: center;
  width: var(--search-widget--height);
  z-index: 1;
  outline: 0 none !important;
}
.search-widget__close::before {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.search-widget__close:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.search-widget__close .icon {
  height: calc(var(--search-widget--height) * 0.35);
  width: calc(var(--search-widget--height) * 0.35);
}

.search-widget--dummy {
  --search-widget--background: #e1e7ed;
  --search-widget--placeholder-color: #616669;
  border: 0 none;
  cursor: pointer;
  color: #1e2429;
  min-width: 0;
  padding: 0;
  position: relative;
  outline: 0 none !important;
}
.search-widget--dummy::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.search-widget--dummy:focus-visible::before {
  box-shadow: rgba(246, 146, 35, 0.5) 0 0 0 4px;
}
.search-widget--dummy .search-widget__field {
  border-radius: 4px 0 0 4px;
}
.search-widget--dummy .search-widget__input {
  color: var(--search-widget--placeholder-color);
  text-align: left;
  white-space: nowrap;
}
.search-widget--dummy .search-widget__button {
  pointer-events: none;
}
@media (min-width: 23.4375em) {
  .search-widget--dummy {
    --search-widget--button-width: 48px;
    --search-widget--height: 54px;
    --search-widget--font-size: 18px;
    --search-widget--input-margin: 3px;
  }
}

.search-widget--ghost {
  --search-widget--background: #fff;
  --search-widget--input-margin: 1px;
  --search-widget--placeholder-color: #616669;
}
.search-widget--ghost .search-widget__field {
  border: 1px solid #d2d6d9;
  border-right: 0 none;
}
.search-widget--ghost .search-widget__input {
  margin: 0;
}

.breadcrumbs {
  --breadcrumbs--item-margin: 0.5em;
  font-size: 16px;
  font-weight: 400;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
}
.breadcrumbs, .breadcrumbs__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumbs__list {
  flex: 0 1 auto;
  margin: 0;
  min-width: 0;
}
.breadcrumbs__item {
  align-items: center;
  display: flex;
  flex: 1 1 40%;
  justify-content: flex-start;
  max-width: max-content;
  min-width: 0;
}
.breadcrumbs__item--disabled .breadcrumbs__link {
  color: #808080;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.breadcrumbs__item > .icon {
  height: 2em;
  width: 1.125em;
  color: #d4d4d4;
  flex: 0 0 auto;
}
.breadcrumbs__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e2429;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0 var(--breadcrumbs--item-margin);
  position: relative;
  text-decoration: none !important;
  transition: color 0.1s ease-out;
  outline: 0 none !important;
}
.breadcrumbs__link::before {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.breadcrumbs__link:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.breadcrumbs__link:hover {
  color: #4299e1 !important;
}
.breadcrumbs__item:first-child {
  flex: 0 0 auto;
}
.breadcrumbs__item:first-child .breadcrumbs__link {
  color: #40454c;
  padding: 0 0.2em;
}
.breadcrumbs__item:first-child .breadcrumbs__link .icon {
  height: 2em;
  width: 1.125em;
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs__item:nth-child(2) {
  margin-left: var(--breadcrumbs--item-margin);
}
.breadcrumbs__item:nth-child(2) > .icon {
  display: none;
}
.breadcrumbs__item:nth-child(2)::before {
  border-left: 1px solid #d4d4d4;
  content: "";
  height: 1.25em;
  margin-right: var(--breadcrumbs--item-margin);
  vertical-align: top;
  width: 1px;
}
@media (max-width: 22.99em) {
  .breadcrumbs {
    font-size: calc(13px + 3 * (100vw - 320px) / 48);
  }
}
@media (max-width: 35.99em) {
  .breadcrumbs {
    --breadcrumbs--item-margin: 0.25em;
    font-weight: 500;
  }
}
#main-container .wrapper > .breadcrumbs {
  margin-left: -4px;
}
@media (max-width: 59.99em) {
  #main-container .wrapper > .breadcrumbs {
    margin-bottom: 4px;
  }
}
@media (max-width: 47.99em) {
  .breadcrumbs .quick-find {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media (min-width: 48em) {
  .breadcrumbs .quick-find {
    color: #1e2429;
    font-size: 1em;
    line-height: 1.3125;
    margin-left: auto;
  }
  .is-kiosk .breadcrumbs .quick-find {
    margin-right: 342px;
  }
}

.masthead {
  color: #1e2429;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 59.99em) {
  .masthead .masthead-content {
    display: block;
    margin-top: 20px;
  }
}

.masthead-banner {
  --masthead-banner--gravity-x: 40%;
  --masthead-banner--gravity-y: 20%;
  display: block;
  position: relative;
}
.masthead-banner__container {
  position: relative;
}
.masthead-banner__image {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--masthead-banner--gravity-x) var(--masthead-banner--gravity-y);
}
.masthead-banner__brand {
  height: 11.3333333333em;
  width: 11.3333333333em;
  background: #fff;
  border: 0.6666666667em solid #fff;
  font-size: 15px;
  object-fit: contain;
}
.masthead-banner[data-theme=light] .masthead-banner__tyre-select h3 {
  color: #1e2429;
}
.masthead-banner[data-theme=dark] .masthead-banner__tyre-select h3 {
  color: #fff;
}
.masthead-banner__tyre-select form {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, 1fr);
}
.masthead-banner__tyre-select h3 {
  font-size: 18px;
}
@media (max-width: 59.99em) {
  .masthead-banner__container {
    height: 160px;
    margin-left: calc(var(--layout-wrapper--margin) * -1);
    margin-right: calc(var(--layout-wrapper--margin) * -1);
  }
  .masthead-banner__brand {
    position: absolute;
    bottom: 0;
    font-size: 7.0588235294px;
    left: var(--layout-wrapper--margin);
    margin-left: -0.1em;
  }
  .masthead-banner__title {
    color: #1e2429;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1666666667;
    margin: 12px 0 0 0;
    transform: translateY(8px);
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .masthead-banner__container {
    height: 27.7777777778vw;
  }
  .masthead-banner__brand {
    font-size: 1.2254901961vw;
  }
  .masthead-banner__title {
    font-size: 4.8611111111vw;
  }
}
@media (max-width: 35.99em) {
  .masthead-banner__tyre-select {
    position: absolute;
    right: 20px;
    bottom: 16px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .masthead-banner__tyre-select h3 {
    margin-bottom: 4px;
  }
  .masthead-banner__tyre-select form {
    grid-template-columns: repeat(2, 1fr);
  }
  .masthead-banner__tyre-select form .button--lg {
    font-size: 16px;
    padding: 0 12px;
  }
  .masthead-banner__tyre-select form .compound-input,
  .masthead-banner__tyre-select form .compound-input .input,
  .masthead-banner__tyre-select form .compound-input .input::before {
    width: 100%;
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  .masthead-banner__tyre-select {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .masthead-banner__tyre-select h3 {
    margin-bottom: 8px;
  }
  .masthead-banner__tyre-select form .button--lg {
    font-size: 16px;
    padding: 0 12px;
  }
  .masthead-banner__tyre-select form .compound-input,
  .masthead-banner__tyre-select form .compound-input .input,
  .masthead-banner__tyre-select form .compound-input .input::before {
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .masthead-banner__tyre-select {
    position: absolute;
    right: 25px;
    bottom: 25px;
    margin-left: 25px;
    width: calc(100% - 50px);
  }
  .masthead-banner__tyre-select h3 {
    font-size: 24px;
  }
  .masthead-banner__tyre-select form {
    gap: 1rem;
  }
  .masthead-banner__tyre-select form .compound-input,
  .masthead-banner__tyre-select form .compound-input .input,
  .masthead-banner__tyre-select form .compound-input .input::before {
    width: 100%;
  }
}

.masthead-content {
  display: flex;
  margin-bottom: 32px;
}
.masthead-content__synopsis {
  color: #1e2429;
  flex: 1 1 30%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3125;
  margin: 0;
}
.masthead-content__description {
  flex: 1 1 70%;
  margin-top: 12px;
  white-space: pre-line;
}
@media (max-width: 59.99em) {
  .masthead-content {
    margin-bottom: 20px;
    display: none;
  }
  .masthead-content__synopsis {
    color: #1e2429;
    flex: 1 1 30%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3125;
    margin: 0;
  }
  .masthead-content__description {
    flex: 1 1 70%;
    margin-top: 12px;
    white-space: pre-line;
  }
}
@media (min-width: 48em) and (max-width: 59.99em) {
  .masthead-content__synopsis {
    font-size: 24px;
    line-height: 1.1666666667;
  }
}

.review-stars {
  cursor: default;
  color: #e6a600;
  display: inline-block;
  flex-shrink: 0;
  font-size: 13px;
  position: relative;
  vertical-align: bottom;
  width: max-content;
}
.review-stars__rating, .review-stars__stars, .review-stars__total {
  display: inline-block;
  vertical-align: baseline;
}
.review-stars__rating {
  font-size: 16px;
  font-weight: 700;
}
.review-stars__stars {
  margin-left: -10px;
  margin-right: -10px;
}
.review-stars__total {
  font-size: 13px;
  margin-bottom: 1px;
}
.review-stars--is-pdp .review-stars__rating {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 1px;
}
.review-stars--is-pdp .review-stars__stars {
  margin-left: 0;
  margin-right: 0;
}
.review-stars--is-pdp .review-stars__total {
  font-size: 15.6px;
}
.review-stars .icon--stars {
  font-size: 15.6px;
}
a .review-stars {
  cursor: inherit;
}
.review-stars--unrated {
  color: #616669;
}
.review-stars--selectable {
  cursor: pointer;
}

a.review-stars {
  color: #e6a600;
  cursor: pointer;
}
a.review-stars:hover {
  text-decoration: none;
}

.support-action {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.1666666667;
}
.support-action .icon {
  position: absolute;
  top: -0.1875em;
  left: 0;
  height: calc(2em * var(--icon--ratio-y));
  width: 2em;
}
.support-action .link {
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 35.99em) {
  .support-action .link {
    font-size: 0.875em;
  }
}

.support-action-grid {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  gap: 1.5em;
}
.support-action-grid .support-action {
  flex: 0 1 auto;
  font-size: inherit;
}
.support-action-grid--center {
  justify-content: center;
}
.support-action-grid--stretch .support-action {
  flex-grow: 1;
}
@media (max-width: 22.99em) {
  .support-action-grid {
    font-size: calc(14px + 2 * (100vw - 320px) / 48);
  }
}

.wishlist-widget {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  z-index: 501;
}
.wishlist-widget__icon {
  height: 36px;
  width: 36px;
}
.wishlist-widget__icon.icon--account__heart {
  color: #40454c;
  fill: #fff;
}
.wishlist-widget__icon--manage {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  color: #0066cc;
}
.wishlist-widget.is-filled .wishlist-widget__icon.icon--account__heart {
  color: #0066cc;
  fill: #0066cc;
}
.wishlist-widget__count {
  position: absolute;
  bottom: 4px;
  left: 50%;
  color: #40454c;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  transform: translateX(-50%);
}
.wishlist-widget--pulse {
  animation: pulse 0.8s infinite;
}
.wishlist-widget--has-count {
  overflow: hidden;
  position: relative;
}
.wishlist-widget--has-count .wishlist-widget__icon {
  margin-top: -14px;
}
@media (max-width: 35.99em) {
  .wishlist-widget--has-count {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wishlist-widget--has-count .wishlist-widget__count {
    font-size: 14px;
    margin-top: -14px;
    position: static;
    transform: none;
  }
}

@keyframes pulse {
  10% {
    transform: scale(1.1);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.modal .modal\:hidden {
  display: none !important;
}
.modal .modal\:block {
  display: block !important;
}
.modal .modal\:inline-block {
  display: inline-block !important;
}
.modal__overlay {
  height: 100%;
  width: 100%;
  background: rgba(30, 36, 41, 0.7);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px;
  transition: opacity 0.15s ease;
  z-index: 1;
}
.modal__loading, .modal__loading::before, .modal__loading::after {
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 50%;
}
.modal__loading::before {
  position: absolute;
  top: 0;
  left: -18px;
  content: "";
}
.modal__loading::after {
  position: absolute;
  top: 0;
  right: -18px;
  content: "";
}
.modal__dialog {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.modal.is-hidden, .modal.is-hidden .modal__overlay, .modal__loading.is-hidden, .modal__dialog.is-hidden {
  display: none;
}
.modal.is-entering .modal__overlay, .modal.is-leaving .modal__overlay {
  opacity: 0;
}
.modal__loading.is-entering, .modal__loading.is-leaving {
  opacity: 0;
}
.modal .required-hint {
  padding-top: 6px;
}
@media (max-width: 22.99em) {
  .modal .required-hint {
    display: block;
    position: relative !important;
    margin-top: -14px;
    margin-bottom: 8px;
  }
}
@media (min-width: 23em) and (max-width: 47.99em) {
  .modal .required-hint {
    padding-right: 40px;
  }
}
@media (min-width: 48em) {
  .modal .required-hint {
    padding-right: 100px;
  }
}

.modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.modal-dialog__main {
  background: #fff;
  pointer-events: auto;
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal-dialog__body {
  max-height: 80vh;
  max-width: 96vw;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: relative;
}
.modal-dialog__body:focus-visible {
  outline: none;
}
.modal-dialog__close {
  height: 24px;
  width: 24px;
  background: transparent;
  border: 0 none;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  outline: 0 none !important;
  padding: 0;
  text-align: center;
  transition: box-shadow 0.1s ease-out, color 0.1s ease-out;
  z-index: 900;
}
:root .modal-dialog__close:hover {
  color: #0066cc;
}
.modal-dialog__close:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.modal-dialog__iframe {
  display: block;
}
@media (max-width: 47.99em) {
  .modal-dialog--top-half {
    margin-top: -20vh;
  }
  .modal-dialog__close {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .modal-dialog__close .icon {
    height: 100%;
    width: 18px;
  }
  .modal-dialog__iframe {
    margin: 16px;
    max-height: calc(80vh - 32px);
    max-width: calc(96vw - 32px);
  }
}
@media (min-width: 48em) {
  .modal-dialog__close {
    position: absolute;
    top: 21px;
    right: 21px;
    color: #2f333a;
  }
  .modal-dialog__close .icon {
    height: 100%;
    width: 18px;
  }
  .modal-dialog__iframe {
    margin: 40px;
    max-height: calc(75vh - 80px);
    max-width: calc(94vw - 80px);
  }
}
@media (max-width: 47.99em) {
  .modal-dialog--mobile-full-size .modal-dialog__body {
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
    max-width: 100vw;
  }
  .modal-dialog--mobile-dark-mode .modal-dialog__main {
    background-color: #2f333a;
    color: #fff;
  }
  .modal-dialog--mobile-dark-mode .dialog {
    background-color: #2f333a;
  }
}
.modal-dialog.is-entering .modal-dialog__main {
  opacity: 0;
  transform: translate(0, 20px);
}
.modal-dialog.is-leaving .modal-dialog__main {
  opacity: 0;
  transform: translate(0, 20px);
  z-index: 4;
}

.modal-flyin {
  pointer-events: none;
}
.modal-flyin__main {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 320px;
  background: #fff;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.modal-flyin__body {
  height: 100%;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 150px;
}
.modal-flyin__close {
  position: absolute;
  top: 10px;
  right: 14px;
  height: 32px;
  width: 32px;
  background: transparent;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  outline: 0 none !important;
  padding: 0;
  text-align: center;
  transition: box-shadow 0.1s ease-out, color 0.1s ease-out;
  z-index: 900;
}
.modal-flyin__close .icon {
  height: 100%;
  width: 18px;
}
:root .modal-flyin__close:hover {
  color: #0066cc;
}
.modal-flyin__close:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.modal-flyin.is-entering .modal-flyin__main, .modal-flyin.is-leaving .modal-flyin__main {
  transform: translateX(321px);
}

.modal-flyup {
  pointer-events: none;
}
.modal-flyup__main {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding-bottom: 0px;
  pointer-events: auto;
  transition: transform 0.3s ease;
  width: 100%;
}
.modal-flyup__close {
  display: none;
}
.modal-flyup.is-entering .modal-flyup__main, .modal-flyup.is-leaving .modal-flyup__main {
  transform: translateY(101%);
}
.splide {
  display: block;
  position: relative;
  visibility: visible !important;
}
.splide__track {
  padding-bottom: 24px;
}
.splide__list {
  margin: unset;
}
.splide__slide > a {
  display: block;
  outline: 0 none !important;
  position: relative;
  width: 100%;
}
.splide__slide > a::after {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 4px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.splide__slide > a:focus-visible::after {
  box-shadow: #fff 0 0 0 4px;
}
.splide a.black-friday-link--left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 36em) {
  .splide a.black-friday-link--left {
    width: 78.1%;
  }
}
@media (max-width: 35.99em) {
  .splide a.black-friday-link--left {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 84.2%;
  }
}
.splide a.black-friday-link--right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 36em) {
  .splide a.black-friday-link--right {
    width: 21.9%;
  }
}
@media (max-width: 35.99em) {
  .splide a.black-friday-link--right {
    position: absolute;
    top: 84.2%;
    right: 0;
    left: 0;
    height: 15.8%;
  }
}
.splide__slide, .splide__slide picture img {
  display: block;
  width: 100%;
}
.splide__banner-placeholder, .splide__banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}
.splide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 24px;
  left: 0;
  animation: 0.2s ease-out utility-fade-in;
  overflow: hidden;
  pointer-events: none;
  z-index: 9;
}
.splide__arrow {
  --splide--arrow-direction: 0;
  position: absolute;
  top: 50%;
  height: 28px;
  width: 32px;
  background: #fff;
  color: #1e2429;
  margin-top: -16px;
  opacity: 0.5;
  outline: 0 none !important;
  padding: 0;
  pointer-events: auto;
  transition: box-shadow 0.1s ease-out, color 0.1s ease-out, opacity 0.1s ease-out;
}
.splide__arrow svg {
  height: 20px;
  width: 100%;
  fill: currentColor;
  display: block;
  margin: 0 auto;
  transform: scaleX(var(--splide--arrow-direction));
}
.splide__arrow:hover {
  color: #0066cc;
  opacity: 0.7 !important;
}
.splide__arrow:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
  opacity: 1;
}
.splide__arrow--prev {
  --splide--arrow-direction: -1;
  left: 0;
}
.splide__arrow--next {
  --splide--arrow-direction: 1;
  right: 0;
}
.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  animation: 0.2s ease-out utility-fade-in;
  display: flex;
  flex-wrap: nowrap !important;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.splide__pagination li {
  display: block;
  flex: 0 1 auto;
  width: 96px;
}
.splide__pagination__page {
  background: rgba(66, 153, 225, 0);
  display: block;
  height: 24px;
  outline: 0 none !important;
  position: relative;
  transition: background-color 0.1s ease-out;
  width: 100%;
}
.splide__pagination__page::before {
  position: absolute;
  top: 50%;
  right: 3px;
  left: 3px;
  background: #444444;
  content: "";
  height: 6px;
  margin-top: -3px;
  transform: scaleY(0.33333);
  transition: background-color 0.1s ease-out, transform 0.1s ease-out;
  will-change: background-color, transform;
}
.splide__pagination__page.is-active::before {
  background-color: #0066cc;
  transform: scaleY(1);
}
.splide__pagination__page:focus-visible {
  background-color: rgba(66, 153, 225, 0.5);
}
@media (max-width: 35.99em) {
  .splide__slide, .splide__slide > a, .splide__slide picture img {
    aspect-ratio: 1152/1450;
  }
  .splide__arrow {
    animation: 3s splide--arrow-fade-out;
    opacity: 0;
  }
  .splide__pagination {
    display: none !important;
  }
}
@media (max-width: 35.99em) and (hover: hover) {
  .splide:hover .splide__arrow {
    opacity: 0.5;
  }
}
@media (min-width: 36em) {
  .splide__slide, .splide__slide > a, .splide__slide picture img {
    aspect-ratio: 2670/770;
  }
}

@keyframes splide--arrow-fade-out {
  0%, 75% {
    opacity: 0.5;
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% * var(--splide--arrow-direction, 0)));
    opacity: 0;
  }
}