/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 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.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -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 {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 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;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

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


.s50-cookie-banner{font-size:16px;font-family:'Nunito', sans-serif;font-weight:300}.s50-cookie-banner *{box-sizing:border-box}.s50-cookie-banner__title{margin:0;font-weight:bold;font-size:24px}.s50-cookie-banner__message{margin:2px 0;line-height:1.4}.s50-cookie-banner__checkboxes{margin:0}.s50-cookie-banner__checkbox{margin:2px 0;position:relative;vertical-align:middle;user-select:none;cursor:pointer}.s50-cookie-banner__checkbox--disabled{opacity:0.6}.s50-cookie-banner__input{position:absolute;left:0;top:0;height:0;width:0;z-index:1;opacity:0;margin:0;padding:0}.s50-cookie-banner__checkmark{position:absolute;left:0;top:0;margin:0;width:calc(12px + 8px);height:calc(12px + 8px);border-radius:4px;border:1px solid #3682ff;background:#3682FF}.s50-cookie-banner__checkmark img{width:12px;height:12px;margin:3px;vertical-align:baseline}.s50-cookie-banner__label{cursor:pointer;margin:0 0 0 25px;line-height:20px;position:initial;display:inline-block;text-transform:none;vertical-align:baseline}.s50-cookie-banner__label::before{content:'';width:calc(12px + 8px);height:calc(12px + 8px);display:block;box-sizing:border-box;border-radius:4px;border:1px solid #3682ff;position:absolute;left:0;top:0;margin:0;padding:0;background-color:transparent}.s50-cookie-banner__link{color:#3682ff}.s50-cookie-banner__link img{width:14px;height:14px;position:relative;top:2px;margin:0 0 0 10px;vertical-align:baseline}.s50-cookie-banner__button button{display:flex;align-items:center;cursor:pointer;background:#3682ff;color:white;border:0;border-radius:50px;padding:8px 20px}.s50-cookie-banner__button button:hover{background:#69a2ff}.s50-cookie-banner__button button span{font-size:17px;line-height:1.5}.s50-cookie-banner__button button img{width:20px;margin:0 0 0 8px}.s50-cookie-banner__confirmation{box-sizing:border-box;margin:16px;background:#acebac;border:0.1em solid #5ee95e;text-align:center;padding:0.7em;width:calc(100% - 2em);border-radius:0.2em;position:fixed;top:0;left:0;z-index:10000}.s50-cookie-banner__details{margin:20px 0}.s50-cookie-banner--format-full{box-sizing:border-box}.s50-cookie-banner--format-full .s50-cookie-banner__cookie-image{display:none}.s50-cookie-banner--format-full .s50-cookie-banner__checkbox{margin:8px 0}.s50-cookie-banner--format-banner{z-index:9999999;position:fixed;bottom:0;left:0;width:100%;margin:0;padding:10px;color:black;box-sizing:border-box}.s50-cookie-banner--format-banner .s50-cookie-banner__inner{display:flex;flex-direction:row}.s50-cookie-banner--format-banner .s50-cookie-banner__content-stop{margin:0 auto;max-width:1000px;background:white;border-radius:16px}.s50-cookie-banner--format-banner .s50-cookie-banner__cookie-image{padding:18px 30px}@media (max-width: 450px){.s50-cookie-banner--format-banner .s50-cookie-banner__cookie-image{padding:16px}}.s50-cookie-banner--format-banner .s50-cookie-banner__img{width:110px}.s50-cookie-banner--format-banner .s50-cookie-banner__cookie-content{flex:1;padding:16px 5px}.s50-cookie-banner--format-banner .s50-cookie-banner__message{width:65%}@media (max-width: 450px){.s50-cookie-banner--format-banner .s50-cookie-banner__message{width:100%}}.s50-cookie-banner--format-banner .s50-cookie-banner__form{display:flex;margin:4px 0;align-items:center;flex-wrap:wrap}.s50-cookie-banner--format-banner .s50-cookie-banner__button{margin:0 auto;flex:1}@media (max-width: 450px){.s50-cookie-banner--format-banner .s50-cookie-banner__button{margin:0}}.s50-cookie-banner--format-banner .s50-cookie-banner__checkboxes{flex:4;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.s50-cookie-banner--format-banner .s50-cookie-banner__checkbox{margin-right:25px}

.react-tabs__tab {
  padding: 1rem 2.5rem;
  color: #434b5b;
  font-size: 1.3rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  border-bottom: 0.3rem solid transparent;
  position: relative;
  top: 0.3rem; }
  @media screen and (max-width: 40rem) {
    .react-tabs__tab {
      width: 11rem;
      overflow: hidden;
      padding: 1rem; } }
  .react-tabs__tab--selected {
    color: #434b5b;
    font-weight: 700;
    border-color: #434b5b; }
  .react-tabs__tab-list {
    list-style: none;
    display: inline-block;
    padding: 0 0.1rem;
    margin: 0; }
  .react-tabs__tab-panel {
    display: none; }
    .react-tabs__tab-panel--selected {
      border-top: 0.3rem solid #E2E5EB;
      padding-top: 1rem;
      display: block; }

#nprogress .bar {
  height: 0.3rem;
  background: #0074b5; }

#nprogress .peg {
  box-shadow: 0 0 10px #0074b5, 0 0 5px #0074b5; }

#nprogress .spinner {
  background: transparent;
  height: 3rem;
  width: 3rem; }

#nprogress .spinner-icon {
  border: solid 0.3rem transparent;
  border-top-color: #0074b5;
  border-left-color: #0074b5;
  width: 2.2rem;
  height: 2.2rem; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #434b5b;
  font-size: 1.6rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif; }

.s50-page {
  max-width: 120rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  min-height: calc(100vh - 23.5rem); }
  .s50-page--dark {
    background: #F1F4F5; }

.s50g-title {
  font-weight: 700;
  color: #434b5b;
  font-size: 3rem;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 40rem) {
    .s50g-title {
      font-size: 2.2rem; } }

.s50g-pad {
  padding: 1rem; }
  .s50g-pad--vertical {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .s50g-pad--horizontal {
    padding-left: 2rem;
    padding-right: 2rem; }
  .s50g-pad--2x {
    padding: 2rem; }

.s50g-center {
  text-align: center; }

.s50g-ml {
  margin-left: 0.5rem; }

.s50g-mr {
  margin-right: 0.5rem; }

.s50g-mt {
  margin-top: 0.5rem; }

.s50g-mb {
  margin-bottom: 0.5rem; }

.s50g-link {
  color: #434b5b;
  text-decoration: none;
  font-weight: 700; }
  .s50g-link:visited .s50g-link:focus {
    color: #434b5b; }
  .s50g-link:hover {
    text-decoration: underline;
    color: #0074b5; }

.s50g-btn {
  position: relative;
  border: 0.1rem solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  user-select: none;
  line-height: 1.5;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle; }
  .s50g-btn--transparent {
    background-color: transparent;
    border-color: transparent;
    color: #434b5b; }
    .s50g-btn--transparent:hover {
      background-color: #E2E5EB;
      border-color: #E2E5EB; }
  .s50g-btn--default {
    background-color: #E2E5EB;
    border-color: #E2E5EB;
    color: #434b5b; }
    .s50g-btn--default:hover {
      background-color: #ebedf1;
      border-color: #ebedf1; }
    .s50g-btn--default .s50g-btn__loader {
      background: #E2E5EB; }
  .s50g-btn--primary {
    background-color: #0074b5;
    border-color: #0074b5;
    color: white; }
    .s50g-btn--primary:hover {
      background-color: #007ec4;
      border-color: #007ec4; }
    .s50g-btn--primary .s50g-btn__loader {
      background: #0074b5; }
  .s50g-btn:disabled {
    background-color: #BDC1C9;
    border-color: #BDC1C9;
    color: white;
    cursor: not-allowed; }
    .s50g-btn:disabled:hover {
      background-color: #BDC1C9;
      border-color: #BDC1C9; }
    .s50g-btn:disabled .s50g-btn__loader {
      background: #BDC1C9;
      border-color: #BDC1C9; }
  .s50g-btn__loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E2E5EB;
    color: #434b5b; }

.s50g-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .s50g-flex-item {
    flex: 1 0 0%; }
  .s50g-flex-auto {
    flex: 0 1 auto; }

.s50g-danger {
  color: #d20000; }

.s50g-success {
  color: #45aa1f; }

.s50g-form-group {
  margin: 1rem 0; }

.s50g-form-error {
  margin: 0.3rem 0;
  font-size: 1.2rem;
  color: #e82221; }

.s50g-form-error--global {
  margin: 1rem 0;
  font-size: 1.4rem;
  color: #e82221; }

.s50g-form-control {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #434b5b;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #E2E5EB;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0.475rem 1rem; }

.s50-error {
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 2rem;
  font-size: 2rem; }
  .s50-error__code {
    font-size: 3rem;
    font-weight: 700; }

.s50-footer {
  color: #434b5b;
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1.2rem; }
  .s50-footer__logo {
    margin: 0.5rem; }
  .s50-footer a {
    color: inherit; }

.s50-club-header__main {
  position: relative;
  display: flex;
  z-index: 2; }
  .s50-club-header__main-left {
    flex: 1 0 0%; }
  .s50-club-header__main-center {
    flex: 0 1 120rem;
    position: relative;
    padding: 0 1rem; }
  .s50-club-header__main-right {
    flex: 1 0 0%; }

.s50-club-header__name {
  padding: 1.3rem;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  margin-left: 8rem; }
  @media screen and (max-width: 40rem) {
    .s50-club-header__name {
      font-size: 2.5rem; } }

.s50-club-header__logo {
  position: absolute;
  left: 1rem;
  top: 2rem;
  max-width: 9rem;
  max-height: 9rem;
  overflow: hidden; }
  .s50-club-header__logo img {
    height: 8rem; }
  @media screen and (max-width: 40rem) {
    .s50-club-header__logo {
      top: 1.5rem;
      max-width: 8rem;
      max-height: 8rem; }
      .s50-club-header__logo img {
        height: 7rem; } }

.s50-club-header__nav {
  position: relative;
  display: flex; }
  .s50-club-header__navitems {
    padding: 1.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 8rem; }
    .s50-club-header__navitems a {
      text-decoration: none;
      color: inherit; }
  .s50-club-header__nav-left {
    flex: 1 0 0%; }
  .s50-club-header__nav-center {
    flex: 0 1 120rem;
    position: relative;
    padding: 0 1rem; }
  .s50-club-header__nav-right {
    flex: 1 0 0%; }

.s50-products {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0; }
  .s50-products__product {
    text-decoration: none;
    color: inherit;
    border: 0.1rem solid #E2E5EB;
    padding: 0;
    margin: 1rem 1rem 0 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 20rem;
    align-items: stretch;
    overflow: hidden; }
    @media screen and (max-width: 40rem) {
      .s50-products__product {
        flex: 0 0 10rem; } }
    .s50-products__product:hover {
      border-color: #434b5b; }
    .s50-products__product-image {
      flex: 1 0 auto;
      padding: 1rem;
      text-align: center; }
      .s50-products__product-image img {
        width: 18rem; }
        @media screen and (max-width: 40rem) {
          .s50-products__product-image img {
            width: 8rem; } }
    .s50-products__product-details {
      flex: 1 1 auto;
      text-align: center;
      border-top: 0.1rem solid #E2E5EB;
      padding: 1rem; }
    .s50-products__product-name {
      font-size: 1.4rem; }
    .s50-products__product-price {
      margin-top: 0.3rem;
      font-size: 2rem;
      font-weight: 700; }

.s50-product__stock {
  font-size: 1.4rem;
  margin: 1rem 0 2rem; }
  @media screen and (max-width: 40rem) {
    .s50-product__stock {
      margin-bottom: 1rem; } }

.s50-product__main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem; }

.s50-product__picture {
  flex: 1; }
  .s50-product__picture-inner {
    text-align: center;
    padding: 2rem; }
    @media screen and (max-width: 40rem) {
      .s50-product__picture-inner {
        padding: 0.5rem; } }
    .s50-product__picture-inner img {
      height: 35rem; }
      @media screen and (max-width: 40rem) {
        .s50-product__picture-inner img {
          height: 25rem; } }

.s50-product__selector {
  flex: 0 1 50rem; }

.s50-product__details {
  min-height: 10rem;
  font-size: 1.4rem;
  line-height: 1.7; }

.s50-product__description {
  max-width: 60rem; }

.s50-product-selector__subtitle {
  font-size: 1.7rem;
  margin: 0 1rem 0 0; }

.s50-product-selector__inner {
  border: 0.1rem solid #E2E5EB;
  padding: 2rem; }
  @media screen and (max-width: 40rem) {
    .s50-product-selector__inner {
      padding: 1rem; }
      .s50-product-selector__inner p {
        margin: 0.5rem 0; } }

.s50-product-selector__option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0;
  justify-content: flex-end; }

.s50-product-selector__colors {
  margin: 1rem 0; }

.s50-product-selector__color {
  user-select: none;
  text-align: center;
  width: 4rem;
  border: 0.2rem solid transparent;
  display: inline-block;
  margin: 0.5rem 0.7rem;
  padding: 0.4rem;
  cursor: pointer; }
  .s50-product-selector__color:last-child {
    margin: 0; }
  .s50-product-selector__color--selected {
    transform: scale(1.3);
    border-color: #48bc00; }
  .s50-product-selector__color-name {
    font-size: 1.3rem;
    display: flex;
    align-items: center; }
  .s50-product-selector__color-code {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 1.4rem;
    margin-right: 0.5rem;
    border: 0.1rem solid black; }
  .s50-product-selector__color-image {
    width: 100%; }

.s50-product-selector__sizes {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

.s50-product-selector__size {
  user-select: none;
  height: 3rem;
  min-width: 3rem;
  border: 0.2rem solid #E2E5EB;
  margin: 0.5rem;
  cursor: pointer;
  padding: 0.4rem;
  text-align: center; }
  .s50-product-selector__size--selected {
    transform: scale(1.3);
    border-color: #48bc00; }
  .s50-product-selector__size--text {
    font-size: 1.2rem;
    width: auto; }

.s50-product-selector__price {
  margin-top: 4rem; }
  .s50-product-selector__price-value {
    font-size: 3rem;
    font-weight: 700; }

.s50-product-selector__label {
  font-size: 1.4rem;
  margin-bottom: 0.2rem; }

.s50-product-selector__cta {
  margin: 2rem 0;
  display: flex;
  justify-content: flex-end; }

.s50-cart__header {
  display: flex;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem 0; }
  @media screen and (max-width: 40rem) {
    .s50-cart__header {
      display: none; } }
  .s50-cart__header-article {
    flex: 1 0 0%; }
  .s50-cart__header-price {
    flex: 0 0 10rem;
    text-align: right;
    padding-right: 2rem; }
  .s50-cart__header-quantity {
    flex: 0 0 10rem;
    text-align: center; }
  .s50-cart__header-actions {
    flex: 0 0 10rem;
    text-align: center; }

.s50-cart__item {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #BDC1C9;
  align-items: center; }
  .s50-cart__item-product {
    flex: 1 0 0%;
    display: flex;
    align-items: center; }
  .s50-cart__item-name {
    font-weight: 700;
    min-width: 20rem; }
  .s50-cart__item-details {
    font-size: 1.4rem;
    margin: 0.3rem 0; }
  .s50-cart__item-image {
    flex: 0 0 6rem; }
  .s50-cart__item-price {
    flex: 0 0 10rem;
    text-align: right;
    padding-right: 2rem; }
  .s50-cart__item-quantity {
    flex: 0 0 10rem;
    text-align: center; }
  .s50-cart__item-actions {
    flex: 0 0 10rem;
    text-align: center; }

.s50-cart__total {
  display: flex;
  padding: 2rem 0; }
  .s50-cart__total-left {
    flex: 1 0 0%; }
  .s50-cart__total-content {
    flex: 0 0 20rem;
    text-align: right;
    font-weight: 700;
    font-size: 2rem;
    padding-right: 2rem;
    white-space: nowrap; }
  .s50-cart__total-right {
    flex: 0 0 20rem; }

.s50-modal__overlay {
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2000; }
  .s50-modal__overlay--after-open {
    opacity: 1;
    transition: opacity .2s ease-out; }

.s50-modal__inner:focus {
  outline: 0; }

.s50-modal__dialog {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 2rem auto;
  pointer-events: none; }

.s50-modal__wrapper {
  position: relative;
  top: 40vh;
  transform: translateY(-52%); }
  .s50-modal__wrapper:focus {
    outline: 0; }

.s50-modal__header {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: space-between;
  padding: 1rem; }

.s50-modal__title {
  color: #434b5b;
  font-weight: 700;
  font-size: 2rem;
  margin: 0; }

.s50-modal__body {
  font-size: 1.5rem;
  max-height: calc(100vh - 17rem);
  overflow-y: auto;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.s50-modal__content {
  background: #F1F4F5;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 0.1rem solid #BDC1C9;
  outline: 0; }

.s50-modal__footer {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem; }

.s50-cart-summary {
  cursor: pointer; }
  .s50-cart-summary__header {
    font-size: 1.3rem;
    margin-bottom: 0.4rem; }
    @media screen and (max-width: 40rem) {
      .s50-cart-summary__header {
        font-size: 1rem; } }
  .s50-cart-summary__counters {
    font-weight: 700;
    display: flex;
    font-size: 1.8rem; }
    @media screen and (max-width: 40rem) {
      .s50-cart-summary__counters {
        font-size: 1.3rem; } }

.s50-confirmation-banner {
  margin: 1rem 0; }
  .s50-confirmation-banner__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 0.1rem solid #E2E5EB;
    padding: 1rem; }
  .s50-confirmation-banner__message {
    margin: 0.5rem 2rem 0.5rem 0.5rem;
    color: #48bc00;
    font-weight: 700; }
  .s50-confirmation-banner__actions {
    margin: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

.s50-input:disabled {
  background: #E2E5EB;
  color: #939AA8;
  cursor: not-allowed; }

.s50-breadcrumb {
  margin-bottom: 0.2rem; }
  .s50-breadcrumb__item {
    display: inline-block;
    font-size: 1.3rem;
    color: #434b5b; }
    .s50-breadcrumb__item:not(:last-child):after {
      content: '/';
      position: relative;
      display: inline-block;
      margin: 0.3rem; }
    .s50-breadcrumb__item a {
      text-decoration: none;
      font-weight: 700; }
      .s50-breadcrumb__item a:visited, .s50-breadcrumb__item a:focus {
        color: inherit; }
      .s50-breadcrumb__item a:hover {
        text-decoration: underline; }

.s50-label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase; }

.s50-select:disabled {
  background: #E2E5EB;
  color: #939AA8;
  cursor: not-allowed; }

.s50-checkbox {
  position: relative;
  display: block;
  padding-left: 2rem;
  margin: 0.3rem 0;
  cursor: pointer; }
  .s50-checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    padding: 0;
    cursor: pointer; }
    .s50-checkbox__input:checked ~ .s50-label:before {
      box-shadow: 0 0.1rem 0.2rem #0074b5;
      border: 0.1rem solid #0074b5;
      background-color: #0074b5; }
    .s50-checkbox__input:checked ~ .s50-label:after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .s50-checkbox .s50-label {
    cursor: pointer;
    user-select: none; }
    .s50-checkbox .s50-label:before {
      border: 0.1rem solid #434b5b;
      background-color: #fff;
      content: "";
      left: 0;
      display: block;
      width: 1.4rem;
      height: 1.4rem;
      user-select: none;
      pointer-events: none;
      position: absolute;
      top: 0.2rem; }
    .s50-checkbox .s50-label:after {
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 50% 50%;
      position: absolute;
      top: 0.2rem;
      left: 0;
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      content: ""; }

.s50-shipping {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 40rem) {
    .s50-shipping {
      flex-direction: column; } }
  .s50-shipping__billing {
    flex: 1;
    padding-right: 2rem; }
  .s50-shipping__shipping {
    flex: 1; }
  .s50-shipping__actions {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0; }

.s50-shipping-method {
  display: flex;
  flex: 1;
  align-items: stretch;
  padding: 1rem;
  border: 0.1rem solid #E2E5EB;
  margin: 1rem 0;
  cursor: pointer;
  max-width: 40rem; }
  .s50-shipping-method:hover {
    background: white; }
  .s50-shipping-method--selected {
    background: white;
    border-color: #434b5b; }
  .s50-shipping-method__info {
    flex: 1 1 auto; }
  .s50-shipping-method__delivery {
    display: flex;
    font-size: 1.4rem; }
  .s50-shipping-method__delivery-dates {
    font-weight: 600; }
  .s50-shipping-method__name {
    flex: 1;
    margin: 0.2rem 0 0.7rem;
    font-size: 1.2rem; }
  .s50-shipping-method__rate {
    border-left: 0.1rem solid #E2E5EB;
    text-align: right;
    flex: 0 0 7rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.s50-shipping-methods__total {
  margin: 2rem 0;
  max-width: 40rem;
  display: flex;
  font-size: 2rem;
  font-weight: 700; }
  .s50-shipping-methods__total-text {
    flex: 1; }

