/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.account-addresses-list {
  box-sizing: border-box;
  padding: 0.5rem;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem; }
  @media screen and (max-width: 49.9375rem) {
    .account-addresses-list {
      border: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.account-addresses-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5rem; }
  .account-addresses-list-item__main {
    background-color: #f6f6f6; }
  .account-addresses-list-item__infos {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .account-addresses-list-item__actions {
    display: flex;
    flex-direction: column; }
  .account-addresses-list-item__title {
    text-transform: uppercase;
    font-weight: bold; }
  .account-addresses-list-item__link {
    text-align: end;
    text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .account-addresses-list-item {
      flex-direction: column;
      border: 0.0625rem solid #e5e5e5;
      border-radius: 0.3125rem;
      margin-bottom: 0.625rem; }
      .account-addresses-list-item__main {
        background-color: inherit; }
      .account-addresses-list-item__actions {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        order: -1;
        margin-bottom: 0.8125rem; }
      .account-addresses-list-item__link-separator {
        border: 0.0625rem solid #cecece;
        margin: 0 0.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.popin-delete-address {
  display: flex;
  flex-direction: column;
  text-align: center; }
  .popin-delete-address__title {
    margin: 1.5rem auto; }
  .popin-delete-address__description {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem; }
  .popin-delete-address__actions {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .popin-delete-address__cancel {
    margin-top: 0.9375rem;
    text-decoration: underline; }
  .popin-delete-address__error {
    font-size: 0.9375rem;
    color: #d70000;
    margin-bottom: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.popin-modify-address {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .popin-modify-address__generic-address {
    width: 43.125rem;
    max-width: 100%;
    padding-bottom: 0; }
    @media screen and (max-width: 49.9375rem) {
      .popin-modify-address__generic-address {
        width: 20.9375rem; } }
    .popin-modify-address__generic-address .text-field.floating-label.has-value .input {
      padding: 1rem 1.875rem 0 1.25rem; }
  .popin-modify-address__form {
    max-width: 100%; }
  .popin-modify-address__title {
    margin: 1.5rem auto;
    text-align: center; }
  .popin-modify-address__error {
    max-width: 25rem;
    font-size: 0.9375rem;
    color: #d70000;
    margin-bottom: 1.25rem; }
  .popin-modify-address__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.25rem; }
  .popin-modify-address__save {
    margin-bottom: 0.9375rem; }
  .popin-modify-address__cancel {
    text-decoration: underline; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.account-details {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 2.125rem 2.5625rem; }
  .account-details .navigation-separator-line {
    width: 100%; }
  .account-details__form {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .account-details__form .password-field__show-password {
      right: 3.125rem; }
    .account-details__form .password-field__input.text-field .input {
      padding: 1rem 5rem 0 1.25rem; }
      .account-details__form .password-field__input.text-field .input .icon.text-field__validation-tick {
        top: 0.875rem; }
    .account-details__form__address .account-details__form__address__section-title {
      display: block;
      text-align: left;
      margin-bottom: 1rem; }
    .account-details__form__submit {
      margin: 1.625rem auto 0.625rem;
      text-transform: uppercase;
      text-align: center; }
    .account-details__form__error {
      font-size: 0.8125rem;
      color: #d70000;
      text-align: center;
      height: 1rem;
      margin-bottom: 0.5625rem; }
  .account-details__legal-mentions {
    width: 100%;
    padding-right: 3.125rem;
    box-sizing: border-box;
    text-align: left;
    color: #757575;
    font-size: 0.6875rem; }
    .account-details__legal-mentions__email-link {
      text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .account-details {
      padding: 0;
      margin: 0;
      border: 0; }
      .account-details__legal-mentions {
        padding-right: 0; } }
  @media screen and (max-width: 47.9375rem) {
    .account-details__fields .customer-form-fieldset-row {
      display: block; }
    .account-details__fields .customer-form-fieldset-cell {
      width: 100% !important; }
      .account-details__fields .customer-form-fieldset-cell:nth-child(2n + 1) {
        padding-right: 0 !important; }
      .account-details__fields .customer-form-fieldset-cell:nth-child(2n) {
        padding-left: 0 !important; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-details-list {
  box-sizing: border-box;
  padding: 0.625rem;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem; }
  @media screen and (max-width: 49.9375rem) {
    .order-details-list {
      border: none;
      padding: 0;
      margin: 0 -0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-details-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  font-size: 0.9375rem; }
  .order-details-list-item:hover {
    background-color: #f6f6f6; }
  .order-details-list-item__title {
    font-family: "Century Gothic Std Bold"; }
  .order-details-list-item__quantity {
    display: flex;
    align-items: center;
    width: 4rem; }
  .order-details-list-item__metas {
    max-width: 13.75rem;
    justify-content: center; }
  .order-details-list-item__engraving {
    margin-top: 0.3125rem;
    padding: 0 0.625rem; }
    .order-details-list-item__engraving .product-engraving-preview {
      flex: 0 0 6.75rem;
      height: 3.6875rem; }
    .order-details-list-item__engraving .product-engraving-legend {
      margin-left: 1.1875rem; }
  @media screen and (max-width: 49.9375rem) {
    .order-details-list-item {
      padding: 1.25rem 0; }
      .order-details-list-item__engraving {
        padding: 0; }
        .order-details-list-item__engraving .product-engraving-preview {
          flex: 0 0 11.125rem;
          height: 6.0625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.dashboard {
  display: flex;
  flex-direction: row;
  max-width: 90rem;
  padding: 2.5rem 5.55556% 5rem;
  box-sizing: border-box;
  margin: auto; }
  .dashboard-nav {
    width: 100%; }
  @media screen and (min-width: 50rem) {
    .dashboard-nav {
      width: 33%;
      min-width: 16.875rem;
      max-width: 25rem;
      margin-right: 2.5rem; }
    .dashboard-content {
      flex: 1; } }
  @media screen and (max-width: 49.9375rem) {
    .dashboard {
      min-width: 20rem;
      box-sizing: border-box;
      padding: 0.625rem 0.625rem 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.login-page-panels {
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0.625rem;
  padding: 0; }
  .login-page-panels-title {
    height: 4rem;
    margin: 0;
    padding: 0 1.25rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    display: flex;
    align-items: center; }

.login-page-panel {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1.25rem;
  margin: 0; }
  .login-page-panel-title.title-with-level {
    width: 15.3125rem;
    max-width: 20.9375rem;
    min-height: auto;
    margin: 0 0 1rem;
    text-align: left; }
  .login-page-panel-link {
    display: flex;
    justify-content: space-between;
    align-content: center; }
    .login-page-panel-link-title {
      margin-right: 0.5rem; }
    .login-page-panel-link-arrow.arrow-icon {
      height: 1.5rem;
      padding: 0; }
  .login-page-panel-description {
    display: none; }
  .login-page-panel-actions {
    display: none; }

.login-page-create-account-panel {
  order: 2; }

.login-page-login-panel {
  border-bottom: 0.0625rem solid #e5e5e5; }

.login-page__advantages {
  padding: 1.25rem 1.25rem; }
  .login-page__advantages__title.title-with-level {
    justify-content: center;
    border-bottom: none;
    padding: 0 1.25rem;
    margin-bottom: 0.625rem;
    text-align: center; }
  .login-page__advantages__sections {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }

@media screen and (min-width: 50rem) {
  .login-page-panels {
    max-width: 70rem;
    margin: 2.5rem auto 0;
    padding: 2.5rem 0;
    justify-content: space-between; }
    .login-page-panels-title.title-with-level {
      width: 100%;
      height: auto;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 2.5rem;
      border-bottom: none; }
  .login-page-panel {
    padding: 0 5rem;
    flex: 1 1 0%; }
    .login-page-panel-title.title-with-level {
      width: 100%;
      min-height: 4rem;
      margin: 0 auto 1rem;
      text-align: center; }
    .login-page-panel-description {
      display: block;
      width: 100%;
      max-width: 25.375rem;
      margin: 0 auto 1.5rem;
      font-size: 0.9375rem;
      line-height: 1.5rem;
      text-align: center;
      flex: 1 1 auto; }
    .login-page-panel-actions {
      display: flex;
      justify-content: center;
      text-transform: uppercase; }
    .login-page-panel:nth-of-type(2n) {
      border-left: 0.0625rem solid #e5e5e5; }
    .login-page-panel-link {
      width: 100%;
      max-width: 20.9375rem;
      min-height: 4rem;
      margin: 0 auto 1rem;
      text-align: center; }
      .login-page-panel-link-arrow.arrow-icon {
        display: none; }
  .login-page-create-account-panel {
    order: 0; }
  .login-page-login-panel {
    border-bottom: none; }
  .login-page__advantages {
    margin-top: 1.1875rem;
    margin-bottom: 5.0625rem; }
    .login-page__advantages__sections {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: row; } }

.login-page-form {
  flex: 1 1 auto; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.advantage-info-block {
  width: 11.25rem;
  margin-right: 0.625rem;
  text-align: center;
  word-wrap: break-word; }
  .advantage-info-block + .advantage-info-block {
    margin-right: 0; }
  .advantage-info-block__icon > svg {
    width: 1.375rem;
    height: 1.375rem; }
  .advantage-info-block__description {
    margin-top: 0.625rem;
    font-size: 0.9375rem; }
  @media screen and (max-width: 49.9375rem) {
    .advantage-info-block {
      width: 100%;
      display: flex;
      margin-right: 0;
      margin-bottom: 0.9375rem;
      text-align: left; }
      .advantage-info-block__description {
        margin-top: 0;
        margin-left: 0.3125rem;
        font-size: 0.8125rem; }
      .advantage-info-block__icon > svg {
        width: 1.125rem;
        height: 1.125rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.login-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .login-form-fieldset {
    max-width: 20.9375rem;
    width: 100%;
    margin: 0.5rem auto;
    display: flex;
    flex-direction: column; }
    .login-form-fieldset .password-field__show-password {
      right: 3.125rem; }
    .login-form-fieldset .password-field__input.text-field .input {
      padding: 1rem 5rem 0 1.25rem; }
      .login-form-fieldset .password-field__input.text-field .input .icon.text-field__validation-tick {
        top: 0.875rem; }
  .login-form-input {
    box-sizing: border-box;
    width: 100%; }
  .login-form-email {
    margin-bottom: 0.5rem; }
  .login-form-actions {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .login-form-actions-submit {
      text-transform: uppercase; }
  @media screen and (max-width: 49.9375rem) {
    .login-form-fieldset {
      margin-bottom: 0.5rem; } }
  .login-form-error {
    position: absolute;
    top: 100%;
    font-size: 0.8125rem;
    color: #d70000;
    margin-top: 0.1875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.basket-page-desktop {
  display: flex;
  padding: 1.25rem 0; }
  .basket-page-desktop__title.title-with-level {
    margin-bottom: 2rem;
    text-align: center; }
  .basket-page-desktop__subtitle {
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-bottom: 1.25rem;
    margin-bottom: 1.875rem; }
  .basket-page-desktop__loader {
    display: flex;
    justify-content: center; }
  .basket-page-desktop__controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .basket-page-desktop__controls .checkout-link {
      margin-bottom: 1.25rem; }
  .basket-page-desktop__left {
    width: 60%; }
  .basket-page-desktop__right {
    width: 32%;
    margin-left: 8%; }
    .basket-page-desktop__right .basket-page__sticky {
      padding: 1.25rem 0;
      margin-top: -1.25rem; }
      .basket-page-desktop__right .basket-page__sticky.is-sticky {
        margin-top: 0;
        z-index: 1; }
  .basket-page-desktop .basket-error-box {
    margin-bottom: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.global-loader .overlay {
  cursor: wait; }

.global-loader .global-loader__loader .loader {
  height: 0;
  position: fixed;
  top: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1002; }
  @media screen and (max-width: 49.9375rem) {
    .global-loader .global-loader__loader .loader {
      top: 50%; } }

.global-loader .global-loader__loader .loader-inner > div {
  border: 0.5rem solid #ffffff;
  width: 4.6875rem;
  height: 4.6875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.mcd-gift-bar-composition-page {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem; }
  .mcd-gift-bar-composition-page .cover {
    margin-bottom: 2rem; }
  .mcd-gift-bar-composition-page .mcd-gift-bar-categories {
    max-width: 62.5rem;
    width: 100%;
    height: 100%;
    /* drop IE11 support for < 800px */
    margin: 0 auto;
    border-bottom: 0.0625rem solid #e5e5e5; }
    @media screen and (max-width: 49.9375rem) {
      .mcd-gift-bar-composition-page .mcd-gift-bar-categories {
        flex: 1; } }
  .mcd-gift-bar-composition-page .selection {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .mcd-gift-bar-composition-page .selection-summary {
    text-align: center; }
  .mcd-gift-bar-composition-page .mcd-gift-bar-add-to-cart {
    margin: 1rem auto;
    text-align: center;
    align-self: center;
    /* IE11 */ }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cover .cover-image {
  position: relative;
  background-color: #f6f6f6; }
  .cover .cover-image .cover-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }

.cover .title-with-level {
  margin-bottom: 0.3125rem;
  text-align: center; }

.cover .cover-description {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 1.875rem;
  padding: 0.9375rem; }

@media screen and (max-width: 49.9375rem) {
  .cover .image .lazyload-placeholder {
    width: 100%; }
  .cover .title-with-level {
    font-size: 2rem; }
  .cover .cover-description {
    margin-top: 0.9375rem;
    font-size: 0.9375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.mcd-page {
  margin-top: 1.25rem; }
  .mcd-page-content {
    max-width: 87.5rem;
    margin: 0 auto; }
  @media screen and (min-width: 50rem) and (max-width: 90rem) {
    .mcd-page-content {
      max-width: calc(100% - 7.5rem);
      margin: 0 auto; } }
  @media screen and (max-width: 49.9375rem) {
    .mcd-page-content {
      margin: 0 1.25rem; }
      .mcd-page-content.without-margins {
        margin: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.collection-page .breadcrumb,
.collection-page .page-title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 50rem) {
  .collection-page .grid-view {
    margin-bottom: 4rem; } }

@media screen and (max-width: 49.9375rem) {
  .collection-page .grid-view {
    margin-bottom: 1.875rem; } }

.collection-page-mcd-entry {
  display: flex;
  justify-content: center; }
  .collection-page-mcd-entry .entry {
    max-width: 59.375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  cursor: default; }

.breadcrumb-separator {
  margin: 0 0.625rem; }

.breadcrumb li a {
  text-decoration: none; }
  .breadcrumb li a:hover {
    font-weight: bold; }

@media screen and (max-width: 49.9375rem) {
  .breadcrumb {
    position: absolute !important;
    visibility: hidden !important;
    margin: 0 1.25rem; } }

.page-title {
  text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.checkout-content-desktop {
  display: flex;
  padding: 1.25rem 0; }
  .checkout-content-desktop-main {
    width: calc(100% - 8% - 25rem); }
  .checkout-content-desktop-sidebar {
    width: 25rem;
    z-index: 1;
    margin-left: 8%; }
    .checkout-content-desktop-sidebar-sticky {
      padding: 1.25rem 0;
      margin-top: -1.25rem; }
      .checkout-content-desktop-sidebar-sticky.is-sticky {
        margin-top: 0rem;
        z-index: 1; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.checkout-empty-basket {
  display: flex;
  flex-direction: column; }
  .checkout-empty-basket__title {
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    margin-bottom: 1.25rem; }
  .checkout-empty-basket__description {
    font-size: 0.9375rem;
    margin-bottom: 2.5rem; }
  .checkout-empty-basket__button {
    align-self: center; }
  @media screen and (max-width: 49.9375rem) {
    .checkout-empty-basket {
      padding: 0.9375rem 1.25rem;
      margin-top: 2.1875rem; }
      .checkout-empty-basket__title {
        font-size: 1.3125rem; } }

.back-to-shopping-link {
  text-decoration: underline; }
  .back-to-shopping-link:hover {
    font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.basket-page-product-list {
  margin-top: 1.5625rem; }
  .basket-page-product-list .product-list-item__image {
    flex: 0 0 11.875rem !important; }
    @media screen and (max-width: 50rem) {
      .basket-page-product-list .product-list-item__image {
        flex: 0 0 8.125rem !important;
        margin-right: 0.625rem; } }
  .basket-page-product-list .product-list-item .product-quantity {
    top: 35%; }
    @media screen and (max-width: 50rem) {
      .basket-page-product-list .product-list-item .product-quantity {
        justify-content: flex-start; } }
    .basket-page-product-list .product-list-item .product-quantity__text {
      padding-right: 1.875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.use-shipping-wrapper {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  margin-bottom: 0.9375rem; }
  .use-shipping-wrapper__checkbox {
    color: #757575;
    margin-bottom: 1.25rem; }
    .use-shipping-wrapper__checkbox--checked {
      color: #000000;
      font-family: "Century Gothic Std Bold"; }
  @media screen and (max-width: 49.9375rem) {
    .use-shipping-wrapper {
      padding-bottom: 0.3125rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-content-desktop {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0; }
  .order-page-content-desktop__main__content.has-error {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none; }
  .order-page-content-desktop .information-box {
    margin-bottom: 1.25rem; }
  .order-page-content-desktop__main {
    flex: 1; }
  .order-page-content-desktop__sidebar {
    width: 25rem;
    z-index: 1;
    margin-left: 8%; }
    .order-page-content-desktop__sidebar-sticky {
      padding: 1.25rem 0;
      margin-top: -1.25rem; }
      .order-page-content-desktop__sidebar-sticky.is-sticky {
        margin-top: 0rem;
        z-index: 1; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.payment-section {
  margin-top: 0.75rem; }
  .payment-section__section {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin: 0.75rem 0 0.3125rem; }
    .payment-section__section__subtitle {
      font-family: "Century Gothic Std Bold";
      display: block;
      margin-bottom: 0.3125rem; }
  @media screen and (max-width: 49.9375rem) {
    .payment-section {
      margin-top: 1.5625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-section__mobile {
  margin: 0 1.25rem;
  padding: 1.25rem 0;
  font-size: 0.9375rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  box-sizing: border-box; }

.order-page-section__mobile-title {
  margin: 0;
  font-weight: normal;
  font-size: 0.9375rem; }

.order-page-section__mobile-button {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left; }

.order-page-section__mobile-icon {
  position: absolute;
  top: 0.1875rem;
  right: 0; }
  .order-page-section__mobile-icon svg {
    width: 1rem;
    height: 1rem; }

.order-page-section__desktop {
  padding: 0 1.25rem; }
  .order-page-section__desktop__title {
    display: block;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-bottom: 0.8125rem;
    margin-top: 2.5625rem;
    font-family: "Century Gothic Std Bold"; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.recently-viewed-products .arrow-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.625rem;
  padding-top: 0;
  z-index: 1; }

.recently-viewed-products .arrow-icon--left {
  left: -1rem; }

.recently-viewed-products .arrow-icon--right {
  right: -1rem; }

.recently-viewed-products .arrow-icon.slick-disabled {
  display: none; }

.recently-viewed-products .title-with-level {
  text-align: center;
  margin-bottom: 1.875rem; }

.recently-viewed-products .slick-track {
  margin-left: 0; }

.recently-viewed-products .slick-slide {
  padding: 0 1.25rem; }

@media screen and (max-width: 49.9375rem) {
  .recently-viewed-products .slick-slide {
    padding: 0 0.625rem; }
  .recently-viewed-products .slider.slider--wrapped .slick-slider {
    padding-left: 3.5% !important; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.catalog .list-toolbar {
  margin: 1.25rem 0 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.filters__reset-filters {
  margin-top: 1.25rem; }
  .filters__reset-filters.reset-filters__zero-results {
    height: 12.5rem;
    padding-bottom: 12.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.filters-bar {
  display: flex;
  flex-direction: column;
  max-width: 90rem; }
  .filters-bar__container {
    border-top: 0.0625rem solid #e5e5e5;
    border-bottom: 0.0625rem solid #e5e5e5;
    height: 3.1875rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .filters-bar__container__link-filters {
      display: flex;
      height: 3.125rem; }
    .filters-bar__container__button {
      padding: 0 1.25rem;
      font-size: 0.9375rem;
      white-space: nowrap; }
      .filters-bar__container__button span {
        display: block;
        border-bottom: 0.0625rem solid #000000; }
      .filters-bar__container__button--bold {
        font-weight: bold; }
      .filters-bar__container__button--bold.filters-bar__container__button--is-latin {
        font-family: "Century Gothic Std Bold";
        font-weight: normal; }
  .filters-bar__view-switch {
    align-self: flex-end; }
  .filters-bar .products-count {
    font-size: 0.9375rem;
    font-style: italic;
    color: #757575; }
  .filters-bar .selected-filters-empty + .products-count {
    padding-bottom: 3.5rem; }
  .filters-bar__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.8125rem 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/* RESET DEFAULT ELEMENT STYLE */
html,
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body,
input,
button {
  font-family: "Century Gothic Std", Arial, sans-serif;
  margin: 0; }

li {
  list-style-type: none; }

input,
button {
  position: relative; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1.875rem white inset;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s; }

input:invalid {
  box-shadow: none; }

@media screen and (max-width: 49.9375rem) {
  input[type='date'],
  input[type='email'],
  input[type='password'],
  input[type='search'],
  input[type='tel'],
  input[type='text'],
  textarea {
    font-size: 1rem !important; } }

body {
  position: static;
  overflow-y: scroll; }

ul,
li {
  margin: 0;
  padding: 0; }

h1,
p {
  margin: 0; }

input {
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type='checkbox']:checked,
input[type='radio']:checked {
  background-color: transparent; }

input[type='radio'] {
  border: none; }

input::-ms-check {
  display: none;
  width: 0;
  height: 0; }

input::-webkit-input-placeholder {
  color: #757575;
  opacity: 1; }

input::-moz-placeholder {
  color: #757575;
  opacity: 1; }

input::-ms-input-placeholder {
  color: #757575;
  opacity: 1; }

a,
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: inherit;
  font: inherit;
  color: inherit;
  text-decoration: none;
  padding: 0; }

button:disabled {
  cursor: default; }

abbr[title] {
  text-decoration: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0; }
  fieldset legend {
    padding: 0;
    margin: 0; }

/* APP CONTAINER STYLE */
.main {
  overflow: hidden; }

.app-content {
  transition: left 0.2s ease-in-out;
  left: 0;
  position: relative; }

/* SCREEN READER ONLY CLASS USED IN THE WHOLE APP */
.sr-only {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  border: 0;
  outline: none !important; }

/* DEPENDENCY STYLE OVERRIDING */
.loader-hidden {
  display: none; }

.loader-active {
  display: block; }

:focus:not(.focus-visible) {
  outline: none; }

:focus.focus-visible {
  outline: 0.3125rem auto #3b99fc; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.preview-label {
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 150;
  top: 1rem;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1.3125rem;
  color: #e74c3c; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.scroll-to-top-button {
  position: fixed;
  bottom: 0.3125rem;
  right: 0.75rem;
  width: 3.4375rem !important;
  height: 3.4375rem !important;
  border: 0.0625rem solid #757575 !important;
  z-index: 99; }
  .scroll-to-top-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .scroll-to-top-button-icon svg {
      width: 0.9375rem;
      height: 1.53125rem;
      transform: rotate(90deg); }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.skip-links-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  border: 0; }
  .skip-links-link:focus.focus-visible, .skip-links-link:active.focus-visible {
    background-color: white;
    left: 1.25rem;
    top: 1.25rem;
    border: 0.0625rem solid black;
    width: auto;
    height: auto;
    z-index: 101;
    text-decoration: underline;
    padding: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.search-results-page {
  font-size: 0.9375rem;
  height: 100%; }
  .search-results-page-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.875rem 1.25rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    box-sizing: border-box; }
  .search-results-page-title {
    width: auto; }
  .search-results-page.page-content {
    margin-bottom: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.search-results {
  display: flex;
  flex-direction: column; }
  .search-results-toolbar {
    min-height: 2.5rem;
    padding: 0.875rem 1.25rem;
    border-bottom: solid #e5e5e5;
    border-width: 0.0625rem 0;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .search-results-load-more {
    width: 100%;
    height: 3.75rem;
    margin: 1.25rem 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .search-results-load-more-button {
      height: inherit;
      border-radius: 3.75rem;
      width: 33%;
      text-transform: uppercase; }
      @media screen and (max-width: 49.9375rem) {
        .search-results-load-more-button {
          width: auto;
          min-width: 50%; } }
    .search-results-load-more__loader {
      display: flex;
      justify-content: center;
      align-items: center;
      height: inherit; }
  .search-results .product-image {
    background-color: #f6f6f6; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.view-switch {
  display: flex;
  align-items: center; }
  .view-switch .view-switch-item + .view-switch-item {
    margin-left: 0.75rem; }
  .view-switch .view-switch-item .icon {
    position: relative; }
    .view-switch .view-switch-item .icon svg {
      width: 1.75rem;
      height: 1.75rem; }
  .view-switch .view-switch-item_deactivated {
    opacity: 0.3;
    cursor: pointer; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.link-filters .options {
  min-width: 100%; }
  .link-filters .options .link-filter-option {
    line-height: 1.125rem;
    font-size: 0.9375rem;
    width: 100%;
    text-align: left; }
    .link-filters .options .link-filter-option--is-bold {
      font-weight: bold; }
    .link-filters .options .link-filter-option--is-bold.link-filter-option--is-latin {
      font-family: "Century Gothic Std Bold";
      font-weight: normal; }
    .link-filters .options .link-filter-option + .link-filter-option {
      margin-top: 1.125rem; }

.results-count {
  white-space: nowrap; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.account-newsletter {
  max-width: 52.5rem;
  min-height: 13.75rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 2.125rem 2.5625rem; }
  .account-newsletter__subtitle {
    max-width: 37.8125rem;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.5rem; }
  .account-newsletter__form {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .account-newsletter__form__submit {
      margin: 1.625rem auto 0.625rem;
      text-transform: uppercase;
      text-align: center; }
    .account-newsletter__form__error {
      font-size: 0.8125rem;
      color: #d70000;
      text-align: center;
      height: 1rem;
      margin-bottom: 0.5625rem; }
  .account-newsletter__legal-mentions {
    width: 100%;
    max-width: 47.375rem;
    padding-right: 3.125rem;
    box-sizing: border-box;
    text-align: left;
    color: #757575;
    font-size: 0.6875rem; }
    .account-newsletter__legal-mentions__email-link {
      text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .account-newsletter {
      padding: 0;
      margin: 0;
      border: 0; }
      .account-newsletter__subtitle {
        margin-bottom: 1.5rem; }
      .account-newsletter__legal-mentions {
        padding-right: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.register-form {
  max-width: 52.5rem;
  margin: 2.5rem auto 5rem;
  box-sizing: border-box;
  border: 0.0625rem solid #cecece;
  border-radius: 0.3125rem;
  padding: 2.5rem 4.6875rem; }
  .register-form.page-content {
    margin: 1.25rem auto; }
  .register-form__title, .register-form__subtitle {
    display: block;
    text-align: center; }
  .register-form__title {
    margin-bottom: 0.5rem; }
  .register-form__subtitle {
    margin-bottom: 2rem; }
  .register-form__address {
    margin-bottom: 2rem; }
    .register-form__address .register-form__address__section-title {
      display: block;
      text-align: left;
      margin-bottom: 1rem; }
  .register-form__optin-newsletter {
    margin-bottom: 2rem; }
    .register-form__optin-newsletter .register-form__optin-newsletter__section-title {
      display: block;
      text-align: left;
      margin-bottom: 1rem; }
  .register-form__footer {
    position: relative;
    width: 100%;
    text-align: center; }
    .register-form__footer__submit {
      margin: 0 auto 2.125rem;
      text-transform: uppercase; }
      @media screen and (max-width: 47.9375rem) {
        .register-form__footer__submit {
          width: 100%; } }
    .register-form__footer__error {
      position: absolute;
      width: 100%;
      left: 50%;
      top: -1.5rem;
      transform: translateX(-50%);
      font-size: 0.8125rem;
      color: #d70000; }
    .register-form__footer__legal-mentions {
      width: 100%;
      padding-right: 3.125rem;
      box-sizing: border-box;
      text-align: left;
      color: #757575;
      font-size: 0.6875rem; }
  @media screen and (max-width: 49.9375rem) {
    .register-form {
      padding: 1.25rem 1.25rem 1.75rem;
      margin: 0;
      border: 0; }
      .register-form__title {
        margin-bottom: 0.25rem; }
      .register-form__subtitle {
        margin-bottom: 1.5rem; }
      .register-form .account-form__fieldset {
        margin-bottom: 1.25rem; }
      .register-form__footer__legal-mentions {
        padding-right: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reset-password {
  max-width: 37.5rem;
  box-sizing: border-box;
  margin: 2.5rem auto 5rem;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 2.5rem; }
  .reset-password.page-content {
    margin: 1.25rem auto; }
  .reset-password-title {
    text-align: center;
    margin-bottom: 2.5rem; }
  .reset-password-form-fieldset {
    display: flex;
    flex-direction: column;
    margin: 0 1.25rem; }
  .reset-password-form-field {
    margin-bottom: 0.625rem; }
  .reset-password-form-actions {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 1.25rem; }
    .reset-password-form-actions-error {
      position: absolute;
      top: 100%;
      font-size: 0.8125rem;
      color: #d70000;
      margin-top: 0.1875rem; }
  .reset-password-form-submit {
    text-transform: uppercase; }
  @media screen and (max-width: 49.9375rem) {
    .reset-password {
      padding: 1.25rem 1.25rem 2.25rem;
      margin: 0;
      border: 0; }
      .reset-password-title {
        margin-bottom: 1.5rem; }
      .reset-password-form-fieldset {
        margin: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.store-to-web-login {
  background-image: url("https://media.dior.com/hzn/store-to-web-background-image.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .store-to-web-login-submit {
    height: 3.75rem;
    border-radius: 1.875rem;
    text-transform: uppercase; }

.store-to-web-login-form {
  display: flex;
  flex-direction: column; }
  .store-to-web-login-form .text-field-wide {
    width: 25rem; }
    .store-to-web-login-form .text-field-wide + .submit {
      margin-top: 2.5rem; }
  .store-to-web-login-form .text-field-wide + .text-field-wide {
    margin-top: 1.25rem; }
  .store-to-web-login-form .text-field-wide + .submit {
    margin-top: 2.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.paper {
  display: inline-block;
  background-color: white;
  padding: 3.75rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
  margin: 1.25rem;
  border-radius: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.advantage-list {
  font-size: 0.9375rem;
  background-color: black;
  color: white;
  text-align: center; }

.advantage-list-content {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.5625rem; }
  .advantage-list-content > .title-with-level {
    margin: 1.875rem 0 2.5rem;
    color: white;
    text-align: center; }
  .advantage-list-content .advantage-item {
    box-sizing: border-box;
    padding: 0 1.5625rem;
    width: 16.625rem;
    margin: 0 auto; }
  .advantage-list-content .advantage-image {
    box-sizing: border-box;
    padding: 1.5625rem;
    width: 16.625rem;
    margin: 0 auto; }

@media screen and (min-width: 50rem) {
  .advantage-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0-1.5625rem; }
    .advantage-list-items .advantage-item {
      margin: 0; }
    .advantage-list-items .advantage-image {
      align-self: center;
      margin: 0; }
    .advantage-list-items .advantage-list-last-two {
      display: flex; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.advantage-item {
  line-height: 1.5;
  color: white;
  list-style: none;
  text-align: center; }
  .advantage-item-link {
    text-decoration: underline; }
  .advantage-item-icon {
    margin: 0 auto;
    padding: 0.75rem 0 0.5rem;
    width: 2.25rem;
    height: 2.25rem; }
  .advantage-item .icon svg {
    width: 2.25rem;
    height: 2.25rem;
    margin: 0.75rem 0 0.5rem; }
  .advantage-item > .title-with-level {
    margin-bottom: 0.5rem; }

.advantage-item-text {
  margin: 0.5rem 0;
  line-height: 1.6; }

@media screen and (max-width: 49.9375rem) {
  .advantage-item {
    width: 100%;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem; }
    .advantage-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.footer-blocks {
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  max-width: 90rem;
  padding: 1.875rem;
  margin: 0 auto; }
  .footer-blocks-block {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .footer-blocks-subblock {
    display: flex;
    justify-content: center;
    width: 100%; }
    .footer-blocks-subblock > * {
      padding: 1.25rem 0; }

.footer-bottom-legal-notice {
  max-width: 75rem;
  text-align: center;
  margin: auto;
  padding: 0 2.5rem 1.25rem;
  font-size: 0.8125rem; }
  .footer-bottom-legal-notice a {
    text-decoration: underline; }
    .footer-bottom-legal-notice a:hover {
      font-weight: bold; }

@media screen and (max-width: 49.9375rem) {
  .footer-blocks {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0; }
    .footer-blocks-block {
      width: 100%;
      border-bottom: 0.0625rem solid #e5e5e5;
      padding: 1.25rem;
      box-sizing: border-box; }
      .footer-blocks-block:last-of-type {
        padding: 0;
        margin: 0 1.25rem; }
    .footer-blocks-subblock {
      border-bottom: 0.0625rem solid #e5e5e5;
      padding: 0 1.25rem;
      box-sizing: border-box; }
      .footer-blocks-subblock > .social-media-link-list {
        border-bottom: none; }
  .footer-bottom-legal-notice {
    font-size: 0.8125rem;
    padding: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.legal-notice {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
  font-size: 0.75rem;
  text-align: center;
  color: #757575; }
  .legal-notice-line {
    display: flex;
    align-items: center; }
    .legal-notice-line .image {
      margin-right: 0.1875rem; }
    .legal-notice-line img {
      width: auto;
      height: auto; }
  .legal-notice-link {
    text-decoration: none;
    color: #757575; }
    .legal-notice-link:hover {
      font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.newsletter-field {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 20.3125rem;
  min-width: 12.5rem; }
  .newsletter-field-title {
    text-align: center;
    margin: 0 0 0.9375rem 0; }
  .newsletter-field-subtitle {
    margin: 0 0.9375rem 0.9375rem 0.9375rem;
    font-size: 0.75rem;
    text-align: center;
    color: #757575;
    width: 100%; }
  .newsletter-field .content {
    display: inline-flex;
    width: 100%;
    border: 0.0625rem solid black;
    border-radius: 3.75rem; }
    .newsletter-field .content > .text-field {
      width: 100%;
      height: 3.125rem; }
      .newsletter-field .content > .text-field > .input {
        height: 100%;
        background-color: transparent;
        border: none;
        border-radius: 50%;
        overflow: hidden;
        border-radius: 3.75rem 0 0 3.75rem; }
      .newsletter-field .content > .text-field input {
        padding: 0.9375rem;
        font-size: 0.9375rem;
        background-color: transparent;
        margin: 0;
        color: black; }
    .newsletter-field .content > .submit {
      height: 3.125rem;
      min-width: 4.375rem;
      font-size: 0.9375rem;
      flex-shrink: 0;
      border-radius: 0 3.75rem 3.75rem 0;
      padding: 0 1.25rem; }
    .newsletter-field .content .input.error {
      border: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.newsletter {
  width: 40.625rem;
  font-size: 0.9375rem; }
  .newsletter .newsletter-form.hide {
    display: none; }
  .newsletter h2 {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
    font-size: 1.875rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center; }
  .newsletter .line {
    display: flex; }
    .newsletter .line > div {
      width: 50%;
      margin: 1rem 0.5rem; }
    .newsletter .line .checkbox-list {
      width: 100%; }
  .newsletter .legal-mention {
    color: #757575;
    font-size: 0.6875rem;
    text-align: right;
    margin-top: 0.9375rem; }
  .newsletter .submit-line {
    display: flex;
    justify-content: flex-end;
    padding: 0 0.5rem; }
  .newsletter .confirmation {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 0.8125rem; }
  .newsletter input {
    margin: 0;
    color: black; }
  .newsletter .checkbox {
    font-size: 0.8125rem;
    margin: 0.5rem 0; }
    .newsletter .checkbox label {
      align-items: flex-start; }

@media screen and (max-width: 49.9375rem) {
  .newsletter {
    width: 100%; }
    .newsletter .line {
      flex-direction: column; }
      .newsletter .line > div,
      .newsletter .line .checkbox-list {
        width: calc(100% - 2rem);
        margin: 1rem; }
    .newsletter .submit-line {
      justify-content: center; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.print-page {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 1.25rem; }
  .print-page--trigger {
    position: absolute;
    bottom: 5rem;
    text-transform: uppercase; }
  .print-page--image {
    width: 100%;
    max-width: 25rem;
    border: 0.0625rem black solid; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.footer-light {
  border-top: 0.0625rem solid #e5e5e5;
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
  width: 100%;
  margin: 0 auto;
  max-width: 90rem; }
  .footer-light__link {
    text-decoration: underline;
    margin: 0 3.125rem;
    font-size: 0.9375rem; }
    .footer-light__link:hover {
      font-weight: bold; }
  @media screen and (max-width: 49.9375rem) {
    .footer-light {
      margin-top: 3.125rem;
      flex-direction: column;
      padding: 1.5625rem 0;
      align-items: center; }
      .footer-light__link {
        line-height: 2.375rem;
        margin: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.filter-separator {
  position: relative; }
  .filter-separator > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2.1875rem;
    border-right: 0.0625rem solid #e5e5e5; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.select-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-left: 0.0625rem solid transparent;
  border-right: 0.0625rem solid transparent; }
  .select-cell.is-open {
    border-left: 0.0625rem solid #e5e5e5;
    border-right: 0.0625rem solid #e5e5e5; }
    .select-cell.is-open + .filter-separator {
      visibility: hidden; }
  .select-cell .title {
    text-align: left;
    min-height: 1.1875rem; }
    .select-cell .title--is-bold {
      font-weight: bold; }
    .select-cell .title--is-bold.title--is-latin {
      font-family: "Century Gothic Std Bold";
      font-weight: normal; }
    .select-cell .title:after {
      display: block;
      content: attr(data-title);
      font-weight: bold;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
    .select-cell .title.title--is-latin:after {
      font-weight: normal;
      font-family: "Century Gothic Std Bold"; }
  .select-cell .arrow-icon {
    margin-left: 0.375rem;
    height: 0.9375rem;
    padding-top: 0.1875rem;
    cursor: inherit; }
    .select-cell .arrow-icon .icon,
    .select-cell .arrow-icon svg {
      width: 0.9375rem;
      height: 0.9375rem; }
  .select-cell .options {
    position: absolute;
    top: 100%;
    z-index: 2;
    background-color: #ffffff;
    margin-left: -0.0625rem;
    border: 0.0625rem solid #e5e5e5;
    font-size: 0.9375rem;
    padding: 1.5625rem;
    min-width: 100%; }
    .select-cell .options__reset {
      text-decoration: underline;
      margin-top: 1.25rem;
      width: 100%; }
      .select-cell .options__reset:disabled {
        opacity: 0.3; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.filter-cell {
  padding: 0 1.25rem;
  font-size: 0.9375rem;
  display: flex;
  height: 3.4375rem;
  box-sizing: border-box;
  align-items: center;
  overflow: visible; }
  .filter-cell.is-open {
    font-weight: bold; }
    .filter-cell.is-open::after {
      position: absolute;
      z-index: 3;
      left: 0;
      top: 100%;
      width: 100%;
      height: 0.0625rem;
      background-color: #ffffff;
      content: ''; }
  .filter-cell.is-open.is-latin {
    font-family: "Century Gothic Std Bold";
    font-weight: normal; }
  .filter-cell .checkbox .text {
    height: 1.125rem; }
  .filter-cell .checkbox.checked {
    font-weight: bold; }
  .filter-cell--is-latin > .checkbox.checked {
    font-family: "Century Gothic Std Bold";
    font-weight: normal; }
  .filter-cell:disabled {
    opacity: 0.3; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.filters-bar-expanded {
  display: flex;
  max-width: 90rem;
  border-top: 0.0625rem solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5; }
  .filters-bar-expanded__page-controls {
    height: 3.4375rem;
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1.875rem; }
    .filters-bar-expanded__page-controls .products-count {
      flex: 1;
      font-size: 0.9375rem;
      font-style: italic;
      color: #757575;
      text-align: right;
      white-space: nowrap; }
    .filters-bar-expanded__page-controls .filter-separator {
      margin: auto 0.9375rem;
      width: 0.0625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.filter-bar-select-filter .options .filter-bar-select-filter__checkbox {
  white-space: nowrap; }
  .filter-bar-select-filter .options .filter-bar-select-filter__checkbox .box {
    height: 1.125rem;
    width: 1.125rem; }
  .filter-bar-select-filter .options .filter-bar-select-filter__checkbox + .checkbox {
    margin-top: 1.125rem; }
  .filter-bar-select-filter .options .filter-bar-select-filter__checkbox.checked {
    font-weight: bold; }
  .filter-bar-select-filter .options .filter-bar-select-filter__checkbox--is-latin.checked {
    font-family: "Century Gothic Std Bold";
    font-weight: normal; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.sort-by .options .sort-by-option {
  line-height: 1.125rem;
  font-size: 0.9375rem;
  width: 100%;
  text-align: left;
  white-space: nowrap; }
  .sort-by .options .sort-by-option--is-bold {
    font-weight: bold; }
  .sort-by .options .sort-by-option--is-bold.sort-by-option--is-latin {
    font-family: "Century Gothic Std Bold";
    font-weight: normal; }
  .sort-by .options .sort-by-option + .sort-by-option {
    margin-top: 1.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reset-filters {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .reset-filters__zero-results {
    margin-top: 2rem;
    justify-content: space-around;
    flex-wrap: wrap; }
    .reset-filters__zero-results__text {
      width: 100%;
      text-align: center; }
    .reset-filters__zero-results button {
      margin-top: 0.9375rem; }

@media screen and (max-width: 49.9375rem) {
  .reset-filters__zero-results {
    margin-top: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.list-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 2.5rem;
  padding: 0.875rem 1.25rem;
  border: solid #e5e5e5;
  border-width: 0.0625rem 0;
  justify-content: flex-end; }
  .list-toolbar .list-toolbar-item {
    display: flex;
    align-items: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.page-cover {
  display: flex;
  flex-direction: column;
  max-width: 90rem;
  text-align: center; }
  .page-cover-surtitle {
    margin-bottom: 0.625rem; }
  .page-cover-subtitle {
    margin-top: 0.3125rem; }
  .page-cover-surtitle, .page-cover-title, .page-cover-subtitle {
    order: 1; }
  .page-cover.has-title > .image,
  .page-cover.has-title > .player {
    margin-top: 1.25rem; }
  .page-cover > .image,
  .page-cover > .player {
    width: 100%;
    margin-bottom: 1.25rem;
    order: 3; }
  .page-cover-description {
    text-align: center;
    font-size: 0.9375rem;
    margin: 1.25rem 10rem;
    order: 3; }
    .page-cover-description.description-first {
      order: 2;
      margin-top: 0.625rem; }
  .page-cover-cta {
    order: 3; }
  @media screen and (max-width: 49.9375rem) {
    .page-cover > .image {
      margin: 1.25rem 0; }
    .page-cover-description {
      margin: 0.625rem 1rem;
      order: 3; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.news-landing-page > * {
  margin-top: 2.5rem; }

.news-landing-page:last-child {
  margin-bottom: 2.5rem; }

.news-landing-page .breadcrumb,
.news-landing-page .page-title {
  margin-top: 1.25rem; }

.news-landing-page .page-title + div {
  margin-top: 1.25rem; }

@media screen and (min-width: 50rem) {
  .news-landing-page .filters:not(.filters--selected) + .grid-view {
    margin-top: 1.25rem; } }

@media screen and (max-width: 49.9375rem) {
  .news-landing-page .page-title + .page-cover {
    margin-top: 0.625rem; }
  .news-landing-page .filters {
    margin-top: 1.25rem; }
  .news-landing-page .filters + div {
    margin-top: 0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cards {
  margin: 0 auto 2.5rem;
  box-sizing: border-box;
  max-width: 80rem; }
  @media screen and (max-width: 49.9375rem) {
    .cards {
      margin-top: 0; } }
  .cards *, .cards *:before, .cards *:after {
    box-sizing: inherit; }
  .cards .cards__flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
    justify-content: center; }
    .cards .cards__flex-wrapper--left {
      justify-content: flex-start; }
    .cards .cards__flex-wrapper--right {
      justify-content: flex-end; }
  .cards--dropdown .cards__flex-wrapper {
    margin: 0 0 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.quote {
  max-width: 50rem;
  text-align: center;
  margin: 0 auto; }
  .quote .description {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    padding: 0 3.125rem; }
    @media screen and (max-width: 49.9375rem) {
      .quote .description {
        padding: 0 0.9375rem; } }
  .quote .signature {
    display: inline-block;
    width: 11.25rem; }
  .quote .author {
    font-size: 0.8125rem;
    line-height: 1rem; }
    .quote .author .name {
      text-transform: uppercase; }
    .quote .author .role {
      color: #757575; }
    .quote .author .name,
    .quote .author .role {
      display: block; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.accordion-text {
  display: flex;
  flex: 1;
  flex-direction: row;
  padding-top: 3.125rem; }
  .accordion-text__summary_wrapper {
    flex: 1;
    margin-right: 2.5rem; }
    .accordion-text__summary_wrapper .sticky-wrapper {
      flex: 1;
      margin-bottom: 3.125rem;
      padding-bottom: 6.25rem; }
  .accordion-text__content_wrapper {
    flex: 2; }

@media screen and (max-width: 49.9375rem) {
  .accordion-text {
    flex-direction: column;
    padding: 0rem; }
    .accordion-text__summary_wrapper {
      max-width: inherit;
      margin-right: 0; }
      .accordion-text__summary_wrapper .sticky-wrapper {
        width: 100%;
        margin-bottom: 0;
        top: 0 !important;
        padding: 0 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.accordion-content a {
  text-decoration: underline; }

.accordion-content h3, .accordion-content h4 {
  margin-top: 0.375rem;
  padding-top: 1.625rem; }

.accordion-content__section {
  margin-bottom: 4.375rem; }
  .accordion-content__section__title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: -1rem;
    height: 1.75rem;
    border-bottom: 0.0625rem solid #e5e5e5; }

.accordion-content__text {
  line-height: 1.5rem;
  font-size: 0.9375rem;
  margin-top: 0.75rem; }
  .accordion-content__text p + p {
    margin-top: 0.75rem; }

@media screen and (max-width: 49.9375rem) {
  .accordion-content {
    padding: 0 1.5rem; }
    .accordion-content__section {
      margin-bottom: 0; }
      .accordion-content__section__title {
        margin-top: -3.875rem;
        padding-top: 5.875rem;
        border: 0; }
    .accordion-content h3, .accordion-content h4 {
      margin-top: -3.875rem;
      padding-top: 5.5rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.accordion-summary {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: flex-start;
  background-color: #ffffff; }
  .accordion-summary__section {
    display: flex;
    flex-direction: column;
    padding: 0.625rem 0;
    border-top: 0.0625rem solid #e5e5e5;
    border-bottom: 0.0625rem solid #e5e5e5; }
    .accordion-summary__section__is-closed {
      display: none; }
    .accordion-summary__section__title-wrapper {
      display: flex;
      width: 100%; }
      .accordion-summary__section__title-wrapper__link {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1; }
      .accordion-summary__section__title-wrapper__title {
        text-align: left;
        padding: 0.4375rem 0; }
      .accordion-summary__section__title-wrapper .icon, .accordion-summary__section__title-wrapper svg {
        width: 0.625rem;
        height: 0.625rem; }
      .accordion-summary__section__title-wrapper .arrow-icon {
        align-items: center;
        padding-left: 0.25rem; }
    .accordion-summary__section__rows {
      padding-left: 0.625rem;
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: flex-start; }
      .accordion-summary__section__rows li {
        width: 100%; }
      .accordion-summary__section__rows__subtitle {
        display: inline-block;
        text-align: left;
        display: flex;
        flex: 1;
        padding: 0.4375rem 0;
        line-height: 1.5rem; }
      .accordion-summary__section__rows__is-closed {
        display: none; }
  .accordion-summary__title-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 1rem; }
    .accordion-summary__title-wrapper .icon, .accordion-summary__title-wrapper svg {
      width: 1rem;
      height: 1rem; }
    .accordion-summary__title-wrapper__title {
      height: 1.75rem;
      display: flex;
      align-items: flex-end; }
      .accordion-summary__title-wrapper__title .multiline-text {
        align-self: flex-end;
        text-align: left; }

@media screen and (max-width: 49.9375rem) {
  .accordion-summary {
    border-bottom: 0.0625rem solid #e5e5e5; }
    .accordion-summary__section {
      border-bottom: 0;
      max-height: 60vh;
      overflow: scroll; }
      .accordion-summary__section::-webkit-scrollbar {
        -webkit-appearance: none;
        display: none; }
    .accordion-summary__title-wrapper {
      padding: 0;
      display: flex;
      align-items: center;
      border-top: 0.0625rem solid #e5e5e5;
      border-bottom: none; }
      .accordion-summary__title-wrapper__title {
        height: 3.75rem; }
        .accordion-summary__title-wrapper__title .multiline-text {
          line-height: 3.75rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.card-guest-login-form {
  flex-direction: column;
  margin-top: 1.375rem; }
  .card-guest-login-form__field {
    margin-top: 0.625rem; }
    .card-guest-login-form__field.text-field {
      display: flex; }
    .card-guest-login-form__field .error-text:empty {
      display: none; }
    .card-guest-login-form__field .error-text {
      align-self: flex-start;
      padding-top: 0.3125rem; }
  .card-guest-login-form__error {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    min-height: 0.8125rem;
    margin-top: 0.375rem;
    color: #d70000; }
  .card-guest-login-form__submit-line {
    margin-top: 1.625rem;
    display: flex;
    flex: 1;
    justify-content: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2.5rem 1.25rem 0;
  padding: 1.25rem;
  box-sizing: border-box; }
  .card *, .card *:before, .card *:after {
    box-sizing: inherit; }
  .card--default {
    border: 0.0625rem solid #cecece;
    border-radius: 0.3125rem; }
    .card--default.card--dropdown {
      border: none;
      border-bottom: solid 0.0625rem #cecece;
      border-radius: 0;
      padding: 1.25rem 0;
      margin: 0 1.25rem;
      width: 100%;
      max-width: none; }
      .card--default.card--dropdown .card-header {
        position: relative; }
        .card--default.card--dropdown .card-header .title-with-level {
          text-align: start;
          padding: 0 2.5rem; }
        .card--default.card--dropdown .card-header .icon {
          position: absolute;
          left: 0; }
        .card--default.card--dropdown .card-header .plus-minus-icon {
          right: 0; }
      .card--default.card--dropdown .card-footer {
        justify-content: space-around; }
      .card--default.card--dropdown .card-content, .card--default.card--dropdown .card-footer {
        display: none; }
        .card--default.card--dropdown .card-content .link-button .button-link, .card--default.card--dropdown .card-footer .link-button .button-link {
          width: calc(100% - 1.25rem);
          margin-left: 0.625rem; }
      .card--default.card--dropdown.card--is-open .card-content, .card--default.card--dropdown.card--is-open .card-footer {
        display: block; }
  @media screen and (min-width: 50rem) {
    .card {
      width: 25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.card-content {
  flex: 1 0 auto;
  font-size: 0.9375rem;
  padding: 1.25rem 0;
  line-height: 1.5rem; }
  .card-content .link-button {
    display: flex;
    justify-content: space-around;
    padding-top: 1.5625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.card-footer {
  display: flex;
  justify-content: space-around;
  padding-top: 0.625rem; }
  .card-footer--align-left {
    justify-content: flex-start; }
  .card-footer--align-right {
    justify-content: flex-end; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.card-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .card-header button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
  .card-header .icon svg {
    width: 1.25rem;
    margin-right: 0.625rem;
    max-height: 1.25rem; }
  .card-header .plus-minus-icon {
    margin-left: auto; }
    .card-header .plus-minus-icon svg {
      width: 0.875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.card-legend-text {
  font-size: 0.8125rem;
  color: #757575;
  line-height: 1.125rem;
  padding-top: 1.5625rem; }

.link-button--uppercase {
  text-transform: uppercase; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-bloc-call-us__country {
  display: flex;
  height: 3.125rem;
  width: 100%; }
  .contact-bloc-call-us__country__option {
    display: flex;
    align-items: center;
    height: 2.75rem;
    min-height: 2.8125rem;
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .contact-bloc-call-us__country__option:hover {
      background-color: #f6f6f6;
      font-weight: bold; }
  .contact-bloc-call-us__country .custom-select-hzn-button {
    height: 100%;
    z-index: 3; }
  .contact-bloc-call-us__country .custom-select-hzn-options {
    top: 1.875rem;
    z-index: 2;
    height: 12.5rem;
    overflow-y: scroll;
    box-sizing: border-box;
    border-bottom: 0.0625rem solid #cecece;
    border-left: 0.0625rem solid #cecece;
    border-right: 0.0625rem solid #cecece;
    background-color: white; }
    .contact-bloc-call-us__country .custom-select-hzn-options > *:first-of-type {
      padding-top: 1.5625rem; }
  .contact-bloc-call-us__country__selected {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0.0625rem solid black;
    border-radius: 3.75rem;
    cursor: pointer;
    background-color: white; }
  .contact-bloc-call-us__country .arrow-icon svg {
    width: 0.875rem;
    height: 0.5rem;
    fill: #757575; }
  .contact-bloc-call-us__country .is-open .contact-block-call-us__country__selected .arrow-icon {
    transform: rotate(180deg); }

.contact-bloc-call-us__description {
  align-self: flex-start;
  text-transform: uppercase;
  margin-top: 1.25rem; }

.contact-bloc-call-us__idz {
  display: flex;
  flex-direction: column; }
  .contact-bloc-call-us__idz__button {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    margin: 1.5rem auto; }
  .contact-bloc-call-us__idz__legend {
    font-size: 0.8125rem;
    color: #757575;
    line-height: 1.125rem;
    text-align: left; }

.contact-bloc-call-us .selected-option {
  border-radius: 1.875rem;
  border: 0.0625rem solid #000000; }

.contact-bloc-call-us__phone-text {
  min-height: 2.5rem;
  margin: 1rem 0; }

.contact-bloc-call-us__legend-text {
  color: #757575;
  font-size: 0.8125rem; }

.contact-bloc-call-us #idzfcalloffline a {
  cursor: default; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
#idzfonline, #idzfoffline, #idzfbusy {
  text-align: center;
  margin-top: 1.5625rem; }

#idzfbusy {
  width: 100%;
  font-size: 0.8125rem; }

#idzfoffline a {
  cursor: default; }

.contact-bloc-discuss__legend {
  font-size: 0.8125rem;
  color: #757575;
  line-height: 1.125rem;
  padding-top: 1.5625rem;
  text-align: left; }

.contact-bloc-discuss__button {
  text-transform: uppercase; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-block-faq-cdc__links {
  margin: 1.25rem 0 0.625rem 0;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5; }

.contact-block-faq-cdc__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.25rem; }
  .contact-block-faq-cdc__link__icon svg {
    width: 0.5625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.grid-slider {
  display: flex;
  flex-direction: column; }
  .grid-slider__title {
    display: block;
    width: 100%;
    text-align: center; }
  .grid-slider__view-switch {
    align-self: flex-end;
    margin-bottom: 0.8125rem; }
    .grid-slider__view-switch .view-switch-item svg {
      width: 1.625rem;
      height: 1.625rem; }
    .grid-slider__view-switch .view-switch-item + .view-switch-item {
      margin-left: 1rem; }
    @media screen and (max-width: 49.9375rem) {
      .grid-slider__view-switch {
        margin-right: 1.125rem; }
        .grid-slider__view-switch .view-switch-item svg {
          width: 1.375rem;
          height: 1.375rem; }
        .grid-slider__view-switch .view-switch-item + .view-switch-item {
          margin-left: 0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.header-light {
  width: 100%;
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-bottom: 0.0625rem solid #e5e5e5; }
  .header-light__logo svg {
    height: 2.5rem;
    width: 7.5rem; }
  .header-light__logo .icon {
    display: flex; }
  .header-light__back-to-shopping-link {
    position: absolute;
    left: 2.5rem;
    display: flex;
    align-items: center; }
    .header-light__back-to-shopping-link__text {
      margin: 0.25rem 0 0 0.75rem;
      font-size: 0.9375rem; }
      .header-light__back-to-shopping-link__text:hover {
        font-weight: bold; }
  @media screen and (max-width: 49.9375rem) {
    .header-light {
      height: 3.75rem; }
      .header-light__logo svg {
        height: 1.5625rem; }
      .header-light__back-to-shopping-link {
        left: 0.625rem; }
        .header-light__back-to-shopping-link__text {
          display: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.service-header {
  position: relative;
  padding: 0.3125rem 0;
  background-color: #e5e5e5;
  font-size: 0.8125rem;
  z-index: 6; }
  .service-header .service-header-actions {
    display: inline-flex;
    align-items: center;
    font-size: 0.8125rem;
    margin-right: 2.125rem; }
    .service-header .service-header-actions:first-child {
      margin-left: 2.125rem; }
    .service-header .service-header-actions .icon {
      position: relative;
      margin-right: 0.6875rem; }
    .service-header .service-header-actions .icon.up-down-chevron-icon svg {
      width: 0.875rem;
      height: 1.1875rem; }
    .service-header .service-header-actions .icon-call svg {
      width: 1rem;
      height: 1.1875rem; }
    .service-header .service-header-actions .icon-locator svg {
      width: 0.875rem;
      height: 1.1875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-separator-line {
  width: 3.75rem;
  height: 0.0625rem;
  margin: 0.9375rem 0;
  background-color: #e5e5e5; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.change-id-popin {
  display: flex;
  width: 37.5rem;
  flex-direction: column;
  align-items: center; }
  .change-id-popin__title {
    max-width: 31.25rem;
    text-align: center;
    margin-bottom: 1.75rem; }
  .change-id-popin__form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .change-id-popin__form .password-field__show-password {
      right: 3.125rem; }
    .change-id-popin__form__hidden-input {
      display: none; }
    .change-id-popin__form__password {
      min-width: 18rem;
      margin-bottom: 1.25rem; }
      .change-id-popin__form__password.text-field.floating-label.has-value .input {
        padding: 1rem 5rem 0 1.25rem; }
        .change-id-popin__form__password.text-field.floating-label.has-value .input .icon.text-field__validation-tick {
          top: 0.875rem; }
      .change-id-popin__form__password input {
        z-index: 1; }
    .change-id-popin__form__confirm {
      max-width: 15.3125rem;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
    .change-id-popin__form__error {
      font-size: 0.8125rem;
      line-height: 1;
      color: #d70000;
      text-align: center;
      margin-bottom: 1.25rem; }
  .change-id-popin__cancel {
    text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .change-id-popin {
      max-width: 100%;
      margin-top: 2.5rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.country-select-drop-down {
  display: inline-block; }
  .country-select-drop-down .custom-select-hzn-options {
    left: 1.25rem;
    top: 2.5rem; }
    .country-select-drop-down .custom-select-hzn-options::before {
      content: '';
      position: absolute;
      top: -0.4375rem;
      left: 1.5625rem;
      background-color: white;
      width: 0.8125rem;
      height: 0.8125rem;
      transform: rotate(-135deg);
      border-right: 0.0625rem solid #e5e5e5;
      border-bottom: 0.0625rem solid #e5e5e5; }
    .country-select-drop-down .custom-select-hzn-options-list {
      overflow-y: scroll;
      height: 23.4375rem;
      width: 20.3125rem;
      background-color: white;
      border: 0.0625rem solid #e5e5e5; }
    .country-select-drop-down .custom-select-hzn-options .locale-row-icon-container,
    .country-select-drop-down .custom-select-hzn-options .locale-row-title {
      z-index: 2; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.locale-row {
  display: flex;
  align-items: center;
  height: 2.75rem;
  min-height: 2.8125rem;
  font-size: 0.9375rem;
  padding: 0 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .locale-row:not(.locale-row-region) {
    cursor: pointer; }
  .locale-row:not(.locale-row-region):hover {
    background-color: #f6f6f6;
    font-weight: bold; }
  .locale-row-icon-container {
    width: 1.5625rem;
    text-align: left; }
    .locale-row-icon-container .icon,
    .locale-row-icon-container svg {
      width: 1.25rem;
      height: 1.25rem; }
  .locale-row-region {
    color: #757575; }
  .locale-row-title {
    color: inherit;
    text-decoration: none;
    width: 100%;
    padding: 0.5rem 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.forgotten-password-button {
  font-size: 0.8125rem;
  text-decoration: underline;
  color: #757575;
  margin-bottom: 0.625rem; }
  .forgotten-password-button:hover {
    font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.popin-forgotten-password {
  text-align: center; }
  .popin-forgotten-password-title {
    margin: 1.5rem auto; }
  .popin-forgotten-password-success {
    margin-right: 6.25rem; }
  .popin-forgotten-password-description {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem; }
  .popin-forgotten-password-form {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .popin-forgotten-password-email {
    margin-bottom: 1.25rem;
    width: 18.75rem; }
  .popin-forgotten-password-error-msg {
    font-size: 0.9375rem;
    color: #d70000;
    margin-bottom: 1.875rem; }
  .popin-forgotten-password-submit {
    padding: 0 2rem;
    text-transform: uppercase; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-address-read {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem; }
  .generic-address-read__title {
    text-transform: uppercase;
    margin: 0.3125rem 0 0.625rem 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-logged-in-address {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem; }
  .generic-logged-in-address__title {
    margin-bottom: 1.25rem; }
  .generic-logged-in-address__address-book {
    display: flex;
    flex-direction: column;
    font-size: 0.9375rem; }
  .generic-logged-in-address__address-book-footer {
    display: flex;
    min-height: 3.125rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.625rem; }
    .generic-logged-in-address__address-book-footer:hover, .generic-logged-in-address__address-book-footer--active {
      background-color: #f6f6f6; }
  .generic-logged-in-address__address-book-button {
    display: flex;
    line-height: 1rem;
    text-decoration: underline; }
    .generic-logged-in-address__address-book-button:hover {
      font-weight: bold; }
  .generic-logged-in-address__plus-icon {
    margin-right: 1.3125rem;
    margin-left: 0.8125rem; }
    .generic-logged-in-address__plus-icon svg {
      width: 1rem;
      height: 1rem; }
  .generic-logged-in-address .radio-button {
    text-transform: initial !important; }
    .generic-logged-in-address .radio-button__label {
      align-items: flex-start;
      padding: 0; }
    .generic-logged-in-address .radio-button .radio-button-tick {
      margin-top: 0.75rem;
      position: absolute;
      left: 0.625rem; }
    .generic-logged-in-address .radio-button .text {
      width: 100%; }
    .generic-logged-in-address .radio-button-checked {
      font-family: "Century Gothic Std Bold";
      background-color: #f6f6f6;
      border-radius: 0.3125rem; }
  @media screen and (max-width: 49.9375rem) {
    .generic-logged-in-address .radio-button .radio-button-tick {
      margin-top: 1.0625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.optin-section__fieldset {
  font-size: 0.9375rem; }

.optin-section__checkbox {
  width: 100%;
  margin-bottom: 0.9375rem;
  color: #757575; }
  .optin-section__checkbox.checked {
    font-weight: bold;
    color: #000000; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.password-field-with-instructions__text {
  margin-top: 0.625rem;
  color: #757575;
  font-size: 0.8125rem;
  line-height: 1.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.register-tunnel {
  max-width: 52.5rem;
  margin: 2.5rem auto 5rem;
  box-sizing: border-box;
  border: 0.0625rem solid #cecece;
  border-radius: 0.3125rem;
  padding: 2.5rem 4.6875rem; }
  .register-tunnel__title {
    display: block;
    text-align: center;
    margin-bottom: 2.5rem; }
  @media screen and (max-width: 49.9375rem) {
    .register-tunnel {
      padding: 1.25rem 0 1.75rem;
      margin: 0;
      border: 0; }
      .register-tunnel__title {
        margin-bottom: 1.4375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.billing-address-form-section {
  display: flex;
  flex-direction: column; }
  .billing-address-form-section__loyalty-points-description {
    margin-bottom: 0.625rem;
    font-size: 0.9375rem; }
  .billing-address-form-section .address {
    padding-bottom: 0; }
  .billing-address-form-section__birthDate {
    display: flex;
    flex-direction: column; }
    .billing-address-form-section__birthDate__description {
      width: 49%;
      word-break: break-all;
      font-size: 0.8125rem;
      color: #757575;
      margin-bottom: 0.625rem;
      margin-top: -0.3125rem; }
  .billing-address-form-section__email, .billing-address-form-section__birthDate__select {
    width: 49%; }
  .billing-address-form-section__optins__title {
    margin-bottom: 0.625rem; }
  .billing-address-form-section__password {
    width: 49%;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column; }
    .billing-address-form-section__password__title {
      margin: 0.625rem 0 1.25rem; }
    .billing-address-form-section__password .password-field__show-password {
      right: 2.8125rem;
      top: 0.875rem; }
  @media screen and (min-width: 50rem) {
    .billing-address-form-section__email {
      margin-bottom: 0.3125rem; } }
  @media screen and (max-width: 49.9375rem) {
    .billing-address-form-section__email, .billing-address-form-section__birthDate__select, .billing-address-form-section__birthDate__description, .billing-address-form-section__password {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.confirm-account-form-section {
  display: flex;
  flex-direction: column; }
  .confirm-account-form-section__title {
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    word-break: break-all; }
  .confirm-account-form-section__description {
    margin-bottom: 1.25rem;
    word-break: break-all; }
  .confirm-account-form-section__code {
    width: 50%;
    margin-bottom: 0.625rem; }
  .confirm-account-form-section__resend-code {
    align-self: flex-start;
    text-decoration: underline;
    font-size: 0.8125rem; }
  .confirm-account-form-section__code-has-been-sent {
    align-self: flex-start;
    font-size: 0.8125rem;
    color: #757575; }
  @media screen and (max-width: 49.9375rem) {
    .confirm-account-form-section__code {
      width: 100%; }
    .confirm-account-form-section__resend-code {
      margin-bottom: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.create-account-form-section {
  display: flex;
  flex-direction: column; }
  .create-account-form-section__description {
    margin-bottom: 1.25rem; }
  .create-account-form-section__description, .create-account-form-section__phoneNumber {
    max-width: 20.9375rem;
    min-width: 17.5rem; }
  @media screen and (max-width: 49.9375rem) {
    .create-account-form-section__phoneNumber {
      align-self: center;
      width: 100%;
      margin-bottom: 0.1875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-register-section {
  min-width: 17.5rem; }
  .generic-register-section__errors {
    display: flex;
    flex-direction: column; }
    .generic-register-section__errors .information-box.information-box_error {
      margin-bottom: 0.625rem; }
  .generic-register-section__header {
    border-bottom: 0.0625rem solid #e5e5e5;
    margin-bottom: 1.25rem; }
    .generic-register-section__header .multiline-text {
      word-break: break-all; }
  .generic-register-section__form {
    display: flex;
    flex-direction: column; }
    .generic-register-section__form__submit {
      align-self: center;
      width: 11.5625rem;
      margin: 1.25rem 0; }
  .generic-register-section__legalMentions {
    font-size: 0.8125rem;
    color: #757575;
    word-break: break-all;
    text-align: center; }
  @media screen and (max-width: 49.9375rem) {
    .generic-register-section {
      padding: 0 1.25rem 0 0; }
      .generic-register-section__errors .information-box.information-box_error {
        margin-bottom: 1.25rem; }
      .generic-register-section__form__submit {
        width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-section-title {
  padding-bottom: 0.9375rem;
  margin: 1.25rem 0.4375rem 0 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-list-item {
  position: relative;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 50rem) {
    .product-list-item {
      align-items: center; } }
  .product-list-item__image {
    flex: 0 0 11.875rem;
    position: relative; }
    @media screen and (max-width: 50rem) {
      .product-list-item__image {
        flex: 1; } }
  .product-list-item__infos {
    flex: 1;
    position: relative;
    margin-top: 1.25rem; }
    @media screen and (max-width: 50rem) {
      .product-list-item__infos {
        margin-top: 0rem; } }
  .product-list-item__image {
    position: relative; }
    .product-list-item__image img {
      display: block;
      width: 100%;
      height: 100%; }
  .product-list-item__separator {
    flex-basis: 2rem; }
    @media screen and (max-width: 49.9375rem) {
      .product-list-item__separator {
        flex-basis: 0.625rem; } }
  .product-list-item .toggle-wishlist {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem; }
  .product-list-item .lazyload-placeholder {
    max-width: 100%;
    margin: auto; }
  .product-list-item__buttons {
    display: flex;
    align-items: center;
    margin-bottom: 2.1875rem; }
    @media screen and (max-width: 49.9375rem) {
      .product-list-item__buttons {
        margin-bottom: 1.25rem; } }
    .product-list-item__buttons .pipe-separator {
      width: 0.0625rem;
      height: 1.25rem;
      background-color: #cecece;
      margin: 0 0.875rem; }
  .product-list-item__delete, .product-list-item__modify {
    text-decoration: underline;
    font-size: 0.9375rem; }
    .product-list-item__delete:hover, .product-list-item__modify:hover {
      font-weight: bold;
      cursor: pointer; }
  .product-list-item__engraving {
    margin-top: 0.3125rem; }
    .product-list-item__engraving .product-engraving-preview {
      flex: 0 0 11.875rem; }
      @media screen and (max-width: 49.9375rem) {
        .product-list-item__engraving .product-engraving-preview {
          flex: 1; } }
    @media screen and (min-width: 50rem) {
      .product-list-item__engraving .product-engraving-legend__actions {
        justify-content: flex-start; }
        .product-list-item__engraving .product-engraving-legend__actions li + li {
          padding-left: 0.875rem;
          margin-left: 0.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-infos {
  display: flex;
  flex-direction: column; }
  .product-infos .title-with-level {
    margin-bottom: 0.5rem; }
  .product-infos__description {
    margin-bottom: 0.25rem; }
  .product-infos__variant {
    margin-bottom: 1rem; }
    .product-infos__variant.preserve-height:empty:before {
      content: '\200B'; }
  .product-infos__price {
    font-family: "Century Gothic Std Bold";
    margin-bottom: 1rem; }
  .product-infos .price-line {
    font-family: "Century Gothic Std Bold";
    margin-bottom: 1rem; }
  @media screen and (min-width: 50rem) {
    .product-infos h3,
    .product-infos span {
      max-width: 11.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-quantity {
  margin-bottom: 0.625rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-quantity .product-quantity__text {
    display: inline-block;
    padding-right: 1.25rem; }
    @media screen and (max-width: 49.9375rem) {
      .product-quantity .product-quantity__text {
        padding-right: 0.625rem; } }
  .product-quantity .product-quantity__buttons {
    display: flex; }
  .product-quantity svg {
    display: block;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem; }
  .product-quantity button {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    border: 0.0625rem solid #000000;
    flex-shrink: 0; }
  .product-quantity .is-disabled {
    border: 0.0625rem solid #cecece;
    cursor: auto; }
    .product-quantity .is-disabled .icon {
      color: #cecece !important; }
    .product-quantity .is-disabled svg {
      fill: #cecece; }
  .product-quantity button:first-of-type svg {
    width: 0.9375rem; }
  .product-quantity button + button {
    margin-left: 0.9375rem; }

@media screen and (min-width: 50rem) {
  .product-quantity {
    position: absolute;
    display: block;
    height: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    .product-quantity > span {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0 auto 0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.delete-item-popin {
  padding: 0 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .delete-item-popin__title {
    width: 20.9375rem;
    text-align: center; }
  .delete-item-popin__button-wishlist {
    margin: 1.875rem 0 1.25rem 0;
    width: 12.5rem; }
  .delete-item-popin__button-confirm {
    text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .delete-item-popin__title {
      max-width: 12.5rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.basket-page-mobile {
  margin: 0 0.625rem; }
  .basket-page-mobile__title {
    text-align: center;
    margin: 1.25rem 0; }
  .basket-page-mobile__controls {
    text-align: center; }
    .basket-page-mobile__controls .checkout-link {
      margin-bottom: 0.9375rem; }
  .basket-page-mobile__subtitle {
    margin: 1.875rem 0 0 1.25rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-bottom: 0.9375rem; }
  .basket-page-mobile .basket-error-box {
    margin-top: 1rem; }
  .basket-page-mobile__loader {
    display: flex;
    justify-content: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-summary {
  padding: 1.25rem;
  background-color: #ffffff;
  position: relative;
  border: 0.0625rem solid #cecece;
  box-sizing: border-box;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem; }
  .order-summary__title {
    display: inline-flex; }
    .order-summary__title__order-id {
      font-family: "Century Gothic Std Bold";
      margin-left: 0.1875rem; }
  .order-summary__content__items {
    background-color: #ffffff;
    margin-top: 1.5625rem; }
  .order-summary__content__special-items {
    border-top: 0.0625rem solid #e5e5e5;
    margin-top: 1.1875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-summary-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  margin-top: 0.6875rem; }
  .order-summary-item__image {
    width: 6.75rem; }
    .order-summary-item__image img {
      width: 100%;
      height: 100%; }
  .order-summary-item__infos {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin-left: 1.25rem;
    line-height: 1.25rem; }
    .order-summary-item__infos__title {
      font-family: "Century Gothic Std Bold"; }
    .order-summary-item__infos__subtitle {
      line-height: 1.6875rem; }
    .order-summary-item__infos__quantity {
      line-height: 1.5rem; }
    .order-summary-item__infos__controls {
      display: flex;
      justify-content: space-between; }
    .order-summary-item__infos__price {
      font-family: "Century Gothic Std Bold";
      margin-top: 0.3125rem; }
    .order-summary-item__infos__delete {
      text-decoration: underline;
      font-size: 0.9375rem; }
      .order-summary-item__infos__delete:hover {
        font-weight: bold; }
      @media screen and (min-width: 50rem) {
        .order-summary-item__infos__delete {
          margin-left: 1.25rem; } }
  .order-summary-item__engraving {
    margin-top: 0.3125rem; }
    .order-summary-item__engraving .product-engraving-preview {
      flex: 0 0 6.75rem; }
    .order-summary-item__engraving .product-engraving-legend {
      margin-left: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-summary-item-mobile {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  padding-top: 1.5625rem; }
  .order-summary-item-mobile__infos {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin-left: 1.25rem; }
    .order-summary-item-mobile__infos__price {
      font-family: "Century Gothic Std Bold"; }
    .order-summary-item-mobile__infos__size {
      margin-top: 0.75rem; }
    .order-summary-item-mobile__infos__title {
      font-family: "Century Gothic Std Bold"; }
    .order-summary-item-mobile__infos__subtitle {
      line-height: 1.6875rem; }
    .order-summary-item-mobile__infos__quantity {
      line-height: 1.6875rem;
      margin-top: 0.75rem; }
    .order-summary-item-mobile__infos__delete {
      text-decoration: underline;
      font-size: 0.9375rem;
      text-align: left;
      line-height: 1.6875rem;
      margin-top: 0.75rem; }
  .order-summary-item-mobile__image {
    width: 10.5rem; }
    .order-summary-item-mobile__image img {
      width: 100%;
      height: 100%; }
  .order-summary-item-mobile__engraving {
    margin-top: 0.3125rem; }
    .order-summary-item-mobile__engraving .product-engraving-preview {
      flex: 0 0 10.5rem; }
    .order-summary-item-mobile__engraving .product-engraving-legend {
      margin-left: 1.25rem;
      width: 7.6875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-summary-item-placeholder {
  display: flex;
  margin-top: 0.6875rem;
  box-sizing: border-box; }
  .order-summary-item-placeholder__image {
    width: 11.25rem !important;
    height: 11.25rem !important;
    margin: 0 !important; }
  .order-summary-item-placeholder__infos {
    align-self: center;
    width: 30% !important;
    margin: 0 1.25rem 0 1.875rem;
    padding: 0.125rem; }
  .order-summary-item-placeholder__price {
    align-self: center;
    width: 15% !important;
    margin-left: 0.9375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-summary-special-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
  margin-top: 0.6875rem; }
  .order-summary-special-item__infos {
    display: flex;
    flex-direction: column;
    line-height: 1.6875rem; }
    .order-summary-special-item__infos__title {
      font-family: "Century Gothic Std Bold"; }
  .order-summary-special-item__price {
    font-family: "Century Gothic Std Bold";
    line-height: 1.6875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-summary-columns {
  padding: 1.25rem;
  background-color: #ffffff;
  position: relative;
  border: 0.0625rem solid #cecece;
  box-sizing: border-box;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem; }
  .order-summary-columns__order-id {
    font-family: "Century Gothic Std Bold"; }
  .order-summary-columns__content {
    display: flex; }
    .order-summary-columns__content__items {
      background-color: #ffffff;
      margin-top: 1.5625rem;
      padding-right: 0.3125rem; }
    .order-summary-columns__content__free-items {
      margin-top: 1.1875rem;
      padding: 0.625rem 0 0 1.5625rem;
      border-left: 0.0625rem solid #e5e5e5; }
    .order-summary-columns__content__items, .order-summary-columns__content__free-items {
      width: 50%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-summary-mobile {
  width: 100%;
  box-sizing: border-box;
  background-color: #f6f6f6; }
  .order-summary-mobile__title {
    margin: 0;
    font-weight: normal; }
  .order-summary-mobile__content {
    position: relative;
    background-color: #f6f6f6;
    display: flex;
    font-size: 0.9375rem;
    width: 100%;
    padding: 1.25rem; }
    .order-summary-mobile__content__title__items {
      text-transform: lowercase; }
    .order-summary-mobile__content__icon {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem; }
      .order-summary-mobile__content__icon svg {
        width: 1rem;
        height: 1rem; }
    .order-summary-mobile__content__total {
      padding: 0 1.25rem 1.25rem 1.25rem; }
      .order-summary-mobile__content__total__top {
        display: flex;
        justify-content: space-between;
        font-size: 0.9375rem;
        margin-bottom: 0.3125rem; }
      .order-summary-mobile__content__total__bottom {
        font-size: 0.8125rem; }
    .order-summary-mobile__content .price-line {
      font-family: "Century Gothic Std Bold"; }
  .order-summary-mobile__items {
    background-color: #ffffff; }
    .order-summary-mobile__items__regular {
      padding-bottom: 1.5625rem; }
    .order-summary-mobile__items__free {
      border-top: 0.0625rem solid #e5e5e5;
      margin: 1.1875rem; }
    .order-summary-mobile__items__separator {
      margin: 1.5625rem 1.1875rem 0 1.1875rem;
      border-bottom: 0.0625rem solid #e5e5e5; }
  .order-summary-mobile .summary {
    width: auto;
    margin: 0.625rem; }
    .order-summary-mobile .summary-subsection__is-total {
      font-family: "Century Gothic Std", Arial, sans-serif; }
      .order-summary-mobile .summary-subsection__is-total .summary-subsection__top {
        font-size: 1.3125rem; }
    .order-summary-mobile .summary-subsection__top {
      font-size: 0.9375rem; }
    .order-summary-mobile .summary-subsection__bottom {
      font-size: 0.8125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-create-account-and-subscribe-to-newsletter {
  padding: 0 1.25rem;
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column; }
  .order-page-create-account-and-subscribe-to-newsletter__title {
    font-size: 1.625rem;
    display: block;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-bottom: 0.8125rem;
    font-family: "Century Gothic Std Bold"; }
  .order-page-create-account-and-subscribe-to-newsletter__description {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    padding: 0.8125rem 0; }
  .order-page-create-account-and-subscribe-to-newsletter__subtitle {
    margin-bottom: 0.3125rem;
    display: block;
    padding: 0.625rem 0; }
  .order-page-create-account-and-subscribe-to-newsletter__email {
    display: block;
    font-size: 0.9375rem; }
  .order-page-create-account-and-subscribe-to-newsletter__follow-us-line {
    display: flex;
    align-items: center; }
    .order-page-create-account-and-subscribe-to-newsletter__follow-us-line__label {
      font-size: 0.9375rem;
      text-transform: uppercase; }
    .order-page-create-account-and-subscribe-to-newsletter__follow-us-line__icon > svg {
      width: 1.5625rem;
      margin-left: 0.9375rem;
      border: 0.0625rem solid;
      border-radius: 50%;
      padding: 0.4375rem; }
    .order-page-create-account-and-subscribe-to-newsletter__follow-us-line:hover {
      text-decoration: underline; }
  .order-page-create-account-and-subscribe-to-newsletter .password-field-with-instructions {
    margin: 1.125rem 0;
    width: 49%; }
    .order-page-create-account-and-subscribe-to-newsletter .password-field-with-instructions .password-field__show-password {
      right: 3.125rem; }
    .order-page-create-account-and-subscribe-to-newsletter .password-field-with-instructions .password-field__input.text-field .input {
      padding: 1rem 5rem 0 1.25rem; }
      .order-page-create-account-and-subscribe-to-newsletter .password-field-with-instructions .password-field__input.text-field .input .icon.text-field__validation-tick {
        top: 0.875rem; }
  .order-page-create-account-and-subscribe-to-newsletter__button {
    margin: 1.875rem auto;
    text-transform: uppercase;
    align-self: center; }
  .order-page-create-account-and-subscribe-to-newsletter__legal-mentions {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #757575; }
  @media screen and (max-width: 49.9375rem) {
    .order-page-create-account-and-subscribe-to-newsletter__title {
      font-size: 0.9375rem; }
    .order-page-create-account-and-subscribe-to-newsletter .password-field-with-instructions {
      margin-top: 1rem;
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-details__section {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin: 0.75rem 0 0.3125rem; }
  .order-page-details__section__subtitle {
    font-family: "Century Gothic Std Bold";
    display: block;
    margin-bottom: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-details-mobile {
  font-size: 0.9375rem;
  box-sizing: border-box;
  margin-top: 1.5625rem; }
  .order-page-details-mobile__section {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin: 0.75rem 0 0.3125rem; }
    .order-page-details-mobile__section__subtitle {
      font-family: "Century Gothic Std Bold";
      display: block;
      margin-bottom: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-newsletter-read {
  padding: 0 1.25rem;
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column; }
  .order-page-newsletter-read__title {
    font-size: 1.625rem;
    display: block;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-bottom: 0.8125rem;
    font-family: "Century Gothic Std Bold"; }
  .order-page-newsletter-read__text {
    font-size: 0.9375rem;
    margin-top: 0.75rem; }
  @media screen and (max-width: 49.9375rem) {
    .order-page-newsletter-read__title {
      font-size: 0.9375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-newsletter-registered {
  padding: 0 1.25rem;
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column; }
  .order-page-newsletter-registered__title {
    font-size: 1.625rem;
    display: block;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-bottom: 0.8125rem;
    font-family: "Century Gothic Std Bold"; }
  .order-page-newsletter-registered__subtitle {
    display: block;
    padding: 0.9375rem 0; }
  .order-page-newsletter-registered .submit {
    margin: 1.875rem auto;
    text-transform: uppercase;
    align-self: center; }
  @media screen and (max-width: 49.9375rem) {
    .order-page-newsletter-registered__title {
      font-size: 0.9375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.subscribe-to-newsletter {
  margin-bottom: 1.875rem; }
  .subscribe-to-newsletter__title {
    margin-bottom: 0.625rem; }
  .subscribe-to-newsletter__disclaimer {
    display: none;
    margin-top: 0.875rem;
    font-size: 0.8125rem;
    color: #757575; }
  .subscribe-to-newsletter__disclaimer--visible {
    display: block; }
  .subscribe-to-newsletter__privacy-policy-link {
    text-decoration: underline;
    display: inline-block; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-thanks-with-buttons {
  background-color: #f6f6f6; }
  .order-page-thanks-with-buttons__buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 1.875rem; }
    .order-page-thanks-with-buttons__buttons .button-link.white {
      background-color: #f6f6f6;
      margin-left: 0.625rem;
      min-width: 10rem; }
  @media screen and (max-width: 49.9375rem) {
    .order-page-thanks-with-buttons__buttons {
      padding-bottom: 0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-thanks {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  text-align: center;
  padding: 1.5rem 7.5rem;
  border-radius: 0.3125rem; }
  .order-page-thanks__thankyou {
    text-transform: uppercase;
    font-size: 2rem; }
  .order-page-thanks__successful-order {
    text-transform: uppercase;
    font-size: 0.9375rem;
    line-height: 2rem; }
  .order-page-thanks__your-order {
    font-size: 0.9375rem;
    line-height: 1.6875rem; }
  .order-page-thanks__order-number {
    font-family: "Century Gothic Std Bold";
    font-size: 1.625rem;
    line-height: 1.125rem; }
  .order-page-thanks__order-email {
    padding-top: 1.25rem; }
  .order-page-thanks__processing-order {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    padding: 0.875rem 0; }
  .order-page-thanks .button-link {
    width: 12.5rem;
    height: 3.125rem;
    background-color: transparent;
    align-self: center; }
  @media screen and (max-width: 49.9375rem) {
    .order-page-thanks {
      padding: 1.875rem 1.25rem 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-loyalty-points {
  font-size: 0.9375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-to-print {
  -webkit-print-color-adjust: exact;
  width: 100%;
  flex-direction: column;
  position: absolute;
  left: -625rem; }
  .order-page-to-print .header-light__back-to-shopping-link {
    display: none; }
  .order-page-to-print__content {
    padding-top: 1.25rem;
    width: 80%;
    align-self: center;
    margin: auto; }
    .order-page-to-print__content__addresses {
      page-break-inside: avoid;
      display: flex;
      margin-top: 0.625rem; }
      .order-page-to-print__content__addresses-right {
        display: flex;
        flex-direction: column; }
        .order-page-to-print__content__addresses-right .invoice-read__subtitle {
          font-family: "Century Gothic Std Bold"; }
      .order-page-to-print__content__addresses .generic-address-read {
        text-align: left;
        flex: 1; }
        .order-page-to-print__content__addresses .generic-address-read__title {
          text-transform: uppercase;
          font-family: "Century Gothic Std Bold";
          line-height: 2rem; }
        .order-page-to-print__content__addresses .generic-address-read > span {
          display: block; }
    .order-page-to-print__content .order-page-thanks {
      page-break-inside: avoid;
      padding-top: 0.625rem 0 0 0; }
    .order-page-to-print__content .order-summary-columns {
      page-break-inside: avoid;
      text-align: left;
      margin: 1.0625rem 0 0 0; }
      .order-page-to-print__content .order-summary-columns__content-items {
        margin-top: 0; }
      .order-page-to-print__content .order-summary-columns .order-summary-item__engraving .product-engraving-information-box {
        margin: 0.3125rem 0.9375rem 0.625rem 0; }
      .order-page-to-print__content .order-summary-columns .order-summary-special-item {
        margin-top: 0.3125rem; }
    .order-page-to-print__content .summary {
      page-break-inside: avoid;
      text-align: left;
      margin-top: 1.25rem;
      padding: 0.75rem 0.9375rem; }
      .order-page-to-print__content .summary .summary-subsection__is-total .summary-subsection__bottom {
        display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gallery {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  justify-content: space-between;
  align-items: center; }
  .gallery .gallery-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-shrink: 1;
    height: 100%; }
    .gallery .gallery-container:hover .gallery-controls .arrow {
      visibility: visible; }
    .gallery .gallery-container .gallery-img-container {
      padding: 0 4.6875rem;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .gallery .gallery-container .gallery-controls {
      position: absolute;
      display: flex;
      left: 3.125rem;
      right: 3.125rem;
      justify-content: space-between;
      align-items: center; }
      .gallery .gallery-container .gallery-controls .arrow {
        height: 3.125rem;
        background: none;
        border: 0;
        cursor: pointer;
        visibility: hidden; }
        .gallery .gallery-container .gallery-controls .arrow .icon {
          color: black;
          font-size: 0.5rem; }
  .gallery .slider-zoom-control {
    flex-shrink: 0; }
  .gallery .vertical-slider {
    flex-shrink: 0;
    max-height: 70vh; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.image-zoomer {
  cursor: pointer;
  overflow: hidden; }
  .image-zoomer__viewer {
    transition: transform 250ms ease-in-out; }
    .image-zoomer__viewer .image img {
      max-width: 100%;
      max-height: calc(100vh - 8em);
      height: auto !important;
      width: auto !important; }
    .image-zoomer__viewer--dragging {
      transition: none; }
  .image-zoomer-legend.legend {
    margin: 1rem 0;
    text-align: center;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 49.9375rem) {
      .image-zoomer-legend.legend {
        position: relative; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.vertical-slider {
  width: 3.4375rem;
  list-style-type: none;
  display: flex;
  flex-direction: column; }
  .vertical-slider li {
    margin-bottom: 0.9375rem;
    opacity: 0.6;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-shrink: 0;
    /* Safari + IE11 */ }
    .vertical-slider li.thumb button {
      width: 100%; }
    .vertical-slider li.thumb--selected {
      opacity: 1; }
    .vertical-slider li:last-child {
      margin-bottom: 0; }
    .vertical-slider li--active {
      opacity: 1; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.scroll-overflow .arrow-icon {
  z-index: 6;
  padding-top: 0; }
  .scroll-overflow .arrow-icon .icon {
    display: flex; }
  .scroll-overflow .arrow-icon--top {
    margin-bottom: 0.3125rem; }
  .scroll-overflow .arrow-icon--bottom {
    margin-top: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.slider-zoom-control {
  width: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .slider-zoom-control .zoom-level {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 8.125rem;
    width: 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.control-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 0.0625rem solid #cecece;
  margin: 0.625rem; }
  .control-btn .icon {
    display: flex;
    justify-content: center;
    align-items: center; }
    .control-btn .icon svg {
      height: 0.625rem;
      width: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.zoom-mobile-slider {
  height: 100%;
  box-sizing: border-box; }
  .zoom-mobile-slider-pagination {
    display: flex;
    flex-direction: row; }
    .zoom-mobile-slider-pagination > .gridSlider-dots {
      margin: auto 0.625rem; }
  .zoom-mobile-slider > div > div {
    height: 100%; }
    .zoom-mobile-slider > div > div > div {
      margin: auto 0; }
  .zoom-mobile-slider .pinch-view {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .zoom-mobile-slider .image {
    width: 90% !important; }
    @media screen and (max-width: 47.9375rem) {
      .zoom-mobile-slider .image {
        width: 100% !important; } }
  .zoom-mobile-slider .pinchable-image {
    margin: 0 0.0625rem; }
  .zoom-mobile-slider .slider-container {
    height: 100%;
    display: flex;
    align-items: center; }
  .zoom-mobile-slider .slider.slider--no-wrap {
    height: 100%; }
  .zoom-mobile-slider .slick-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
  .zoom-mobile-slider .controls {
    display: flex;
    width: 18.75rem;
    position: absolute;
    left: calc(50% - 9.375rem);
    bottom: 0.3125rem; }
    @media screen and (max-width: 47.9375rem) {
      .zoom-mobile-slider .controls {
        bottom: 1.875rem; } }
  .zoom-mobile-slider .slick-bottom {
    margin-top: 0; }
  .zoom-mobile-slider .slick-slide:not(.slick-current) {
    margin: auto 0; }
  .zoom-mobile-slider .slick-track {
    display: flex;
    align-items: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gridSlider-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  height: 0.75rem;
  margin: 0.625rem auto 0; }
  .gridSlider-dots-dot-wrapper {
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .gridSlider-dots .gridSlider-dot {
    width: 0.375rem;
    height: 0.375rem;
    background-color: #cecece;
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.5s ease; }
    .gridSlider-dots .gridSlider-dot.selected {
      background-color: #000000; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.arrow-slider-dots-icon {
  display: flex;
  justify-content: center;
  border: 0.0625rem solid #757575;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin: auto;
  z-index: 1; }
  .arrow-slider-dots-icon--right {
    padding-right: 0.3125rem;
    margin-left: 0; }
    .arrow-slider-dots-icon--right .icon {
      transform: rotate(-90deg); }
  .arrow-slider-dots-icon--left {
    padding-left: 0.3125rem;
    margin-right: 0; }
    .arrow-slider-dots-icon--left .icon {
      transform: rotate(90deg); }
  .arrow-slider-dots-icon .icon {
    width: 0.6875rem; }
  .arrow-slider-dots-icon.slick-disabled {
    border: 0.0625rem solid #757575; }
    .arrow-slider-dots-icon.slick-disabled span.icon {
      fill: grey !important;
      color: grey !important; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gridslider-grid {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .gridslider-grid__row {
    display: flex;
    flex-shrink: 0;
    width: 100%; }
    .gridslider-grid__row:not(:first-of-type) {
      margin-top: 1rem; }
      @media screen and (max-width: 49.9375rem) {
        .gridslider-grid__row:not(:first-of-type) {
          margin-top: 0.375rem; } }
  .gridslider-grid__image-wrapper {
    flex: 1; }
    .gridslider-grid__image-wrapper:not(:last-of-type) {
      margin-right: 1.25rem; }
      @media screen and (max-width: 49.9375rem) {
        .gridslider-grid__image-wrapper:not(:last-of-type) {
          margin-right: 0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gridSlider-slider .slick-slide {
  padding: 0 1.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .gridSlider-slider .slick-slide {
      padding: 0 0.3125rem; } }

.gridSlider-slider-image-wrapper {
  display: flex;
  height: 100%;
  width: 100%; }

.gridSlider-slider .slick-bottom {
  margin-top: 0; }

.gridSlider-slider ~ .gridSlider-pagination {
  margin-top: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gridSlider-pagination {
  display: flex;
  flex: 1;
  align-items: center;
  height: 1.5rem;
  padding: 0 1.25rem; }
  .gridSlider-pagination__range {
    flex: 1; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.chevron-pagination {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  .chevron-pagination button {
    height: 1.5rem; }
    .chevron-pagination button .arrow-icon {
      padding: 0; }
      .chevron-pagination button .arrow-icon svg {
        height: 1rem; }
    .chevron-pagination button:disabled {
      opacity: .2; }
      .chevron-pagination button:disabled .arrow-icon {
        cursor: default; }
  .chevron-pagination__text {
    line-height: 1.5rem;
    padding: 0 0.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.rangeSlider {
  padding: 0;
  background-color: #e5e5e5;
  margin-left: 1.25rem;
  width: 100%;
  height: 0.5rem;
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0.625rem;
  cursor: pointer; }
  .rangeSlider::-webkit-slider-thumb {
    width: 2.5rem;
    -webkit-appearance: none;
    height: 0.625rem;
    border: 0;
    background: #000000;
    border-radius: 0.3125rem; }
  .rangeSlider::-moz-range-thumb {
    width: 2.5rem;
    -moz-appearance: none;
    height: 0.625rem;
    border: 0;
    background: #000000; }
  .rangeSlider::-ms-thumb {
    width: 2.5rem;
    -ms-appearance: none;
    height: 0.625rem;
    border: 0;
    background: #000000;
    border-radius: 0.3125rem; }
  .rangeSlider::-webkit-slide-track {
    height: 0.5rem;
    -webkit-appearance: none;
    margin-top: -pxToRem(1);
    border-radius: 3.125rem; }
  .rangeSlider::-moz-range-track {
    height: 0.5rem;
    -moz-appearance: none;
    margin-top: -pxToRem(1);
    border-radius: 3.125rem; }
  .rangeSlider::-ms-track {
    height: 0.5rem;
    -ms-appearance: none;
    background-color: #e5e5e5;
    border: 0.0625rem solid #ffffff;
    color: transparent;
    margin-top: -pxToRem(1);
    border-radius: 3.125rem; }
  .rangeSlider::-ms-tooltip {
    display: none; }
  .rangeSlider::-ms-fill-lower {
    display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.swatch-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .swatch-preview-title {
    text-align: center;
    margin-bottom: 1rem; }
  .swatch-preview-description {
    font-size: 0.9375rem;
    margin-bottom: 1rem; }
  .swatch-preview .swatches-selector {
    max-width: 33.75rem; }
    .swatch-preview .swatches-selector .generic-variations-slider {
      padding: 0 1.25rem; }
    .swatch-preview .swatches-selector .generic-variations {
      justify-content: center; }
  .swatch-preview-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 55.1875rem;
    position: relative;
    padding: 0.625rem 2.5rem 2.5rem 2.5rem;
    margin-top: 0.375rem;
    border: 0.0625rem solid #e5e5e5; }
    .swatch-preview-content:before {
      content: '';
      display: block;
      position: absolute;
      top: -0.375rem;
      left: calc(50% - 0.3125rem);
      width: 0.625rem;
      height: 0.625rem;
      background: white;
      border-right: 0.0625rem solid #e5e5e5;
      border-bottom: 0.0625rem solid #e5e5e5;
      transform: rotate(225deg); }
    .swatch-preview-content-shade-title {
      display: flex;
      justify-content: center;
      margin-bottom: 0.625rem; }
    .swatch-preview-content-image {
      width: 100%; }
      .swatch-preview-content-image img {
        width: 100%; }
    .swatch-preview-content .product-legend {
      margin-top: 1rem; }
      .swatch-preview-content .product-legend .intensity,
      .swatch-preview-content .product-legend .price-line,
      .swatch-preview-content .product-legend .product-legend-tags,
      .swatch-preview-content .product-legend .product-title,
      .swatch-preview-content .product-legend .product-shades-count {
        display: flex;
        justify-content: center; }
    .swatch-preview-content .product-subtitle {
      text-align: center;
      line-height: 1.6rem; }
    .swatch-preview-content .static-button,
    .swatch-preview-content .add-to-cart-button {
      margin: 1.25rem auto 0;
      text-align: center;
      height: 3rem; }
  @media screen and (max-width: 49.9375rem) {
    .swatch-preview-title {
      margin-bottom: 0.3125rem; }
    .swatch-preview-description {
      text-align: center;
      margin: 0 1.25rem 0.3125rem 1.25rem; }
    .swatch-preview-content {
      width: 100%;
      padding: 1.875rem 0;
      border-left: none;
      border-right: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.bottom-content {
  margin-top: 2.5rem; }
  .bottom-content > * {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  @media screen and (min-width: 50rem) {
    .bottom-content .push-edito-content {
      width: 66%;
      margin-left: auto;
      margin-right: auto; }
    .bottom-content .push-edito-image {
      margin-left: auto;
      margin-right: auto; }
      .bottom-content .push-edito-image.three-columns {
        width: 100%; }
      .bottom-content .push-edito-image.two-columns {
        width: 66%; }
      .bottom-content .push-edito-image.one-column {
        width: 33%; } }
  @media screen and (max-width: 49.9375rem) {
    .bottom-content > * {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    .bottom-content .push-edito-content,
    .bottom-content .push-edito-image {
      width: calc(100% - 2.5rem);
      margin-left: 1.25rem;
      margin-right: 1.25rem; }
    .bottom-content .push-edito-content + .push-edito-content {
      margin-top: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.separator {
  box-sizing: border-box;
  width: 100%;
  border-top: 0.0625rem solid #e5e5e5; }
  @media screen and (max-width: 49.9375rem) {
    .separator {
      width: calc(100% - 2.5rem);
      margin: 0 auto; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-cross-sells {
  border-top: 0.0625rem solid #e5e5e5;
  padding-top: 1.25rem; }
  .product-cross-sells__title {
    text-align: center;
    margin-bottom: 2rem; }
  .product-cross-sells .arrow-icon {
    position: absolute;
    top: 40%;
    font-size: 0.625rem;
    padding-top: 0;
    z-index: 1; }
  .product-cross-sells .arrow-icon--left {
    left: -1rem; }
  .product-cross-sells .arrow-icon--right {
    right: -1rem; }
  @media screen and (max-width: 49.9375rem) {
    .product-cross-sells .slick-slider.slick-initialized {
      padding-left: 15%;
      padding-right: 15%; } }
  .product-cross-sells .product {
    display: block;
    margin: 0 1rem; }
    .product-cross-sells .product img {
      width: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-cross-sells-look-title {
  text-align: center;
  margin-bottom: 1.25rem; }

.product-cross-sells-look-content {
  display: flex;
  font-size: 0.9375rem; }

.product-cross-sells-look-description {
  margin-bottom: 1.25rem; }

@media screen and (min-width: 50rem) {
  .product-cross-sells-look-look, .product-cross-sells-look-image {
    width: 50% !important;
    padding: 0 1.25rem;
    box-sizing: border-box; }
  .product-cross-sells-look-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem; }
    .product-cross-sells-look-products .product {
      width: 50%;
      padding: 0 1.25rem;
      margin-bottom: 1.875rem; }
      .product-cross-sells-look-products .product .toggle-wishlist {
        right: 2rem; } }

@media screen and (max-width: 49.9375rem) {
  .product-cross-sells-look-look {
    margin-top: 1.25rem; }
  .product-cross-sells-look-content {
    flex-direction: column; }
  .product-cross-sells-look-description,
  .product-cross-sells-look .product-legend {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .product-cross-sells-look-description {
    padding: 0 1.5625rem;
    margin-top: 1.25rem; }
  .product-cross-sells-look .price-line {
    justify-content: center;
    margin-top: 1.25rem; }
  .product-cross-sells-look-slider-product {
    text-align: center;
    padding: 0 0.3125rem; }
    .product-cross-sells-look-slider-product .button-link {
      margin-top: 1.25rem;
      text-transform: uppercase; }
      .product-cross-sells-look-slider-product .button-link svg {
        width: 1.25rem;
        height: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.static-button {
  text-transform: uppercase; }
  .static-button .icon {
    width: 0.75rem;
    height: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cross-sells-ritual {
  background-color: #f6f6f6;
  padding: 1.25rem 3.125rem 2.5rem;
  box-shadow: -62.5rem 0 0 0 #f6f6f6, 62.5rem 0 0 0 #f6f6f6; }
  .cross-sells-ritual__title {
    text-align: center;
    margin-bottom: 2rem; }
  @media screen and (max-width: 49.9375rem) {
    .cross-sells-ritual {
      padding: 1.25rem 0 2.5rem; }
      .cross-sells-ritual__title {
        padding: 0 1.25rem;
        box-sizing: border-box; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cross-sells-ritual-icon-slider .slider.slider--wrapped .slick-slider {
  padding-left: 34%;
  padding-right: 34%; }

.cross-sells-ritual-icon-slider .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  min-height: 160px;
  align-items: flex-end; }

.cross-sells-ritual-icon-slider__card {
  width: 100%;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end; }
  .cross-sells-ritual-icon-slider__card__svg {
    margin-bottom: 1.25rem;
    width: 7rem;
    height: 7rem; }
    .cross-sells-ritual-icon-slider__card__svg svg {
      max-width: 100%;
      max-height: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cross-sells-ritual-product-slider .slider.slider--wrapped .slick-slider {
  padding-left: 15%;
  padding-right: 15%; }

.cross-sells-ritual-product-slider .slider .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 0 1.25rem; }

@media screen and (max-width: 49.9375rem) {
  .cross-sells-ritual-product-slider {
    padding: 1.25rem 0 2.5rem; }
    .cross-sells-ritual-product-slider .slick-slide {
      padding: 0 0.21875rem !important; }
      .cross-sells-ritual-product-slider .slick-slide .product-legend {
        opacity: 0;
        transform: translateX(-30%);
        transition: opacity 0.4s 0.1s ease-in, transform 0.5s 0s ease-in; }
      .cross-sells-ritual-product-slider .slick-slide.slick-active .product-legend {
        opacity: 1;
        transform: translateX(0rem);
        transition: opacity 0.4s 0s ease-out, transform 0.5s 0s ease-out; }
      .cross-sells-ritual-product-slider .slick-slide.slick-active + .slick-slide .product-legend {
        opacity: 0;
        transform: translateX(30%); } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cross-sells-ritual-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box; }
  .cross-sells-ritual-card__step {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.25rem; }
    .cross-sells-ritual-card__step-number {
      font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif;
      font-size: 2rem; }
  .cross-sells-ritual-card .product {
    width: 100%; }
    .cross-sells-ritual-card .product-link {
      align-items: center;
      width: 100%; }
    .cross-sells-ritual-card .product-image {
      width: 100%; }
    .cross-sells-ritual-card .product-legend {
      justify-content: space-around;
      margin-top: 0.875rem;
      margin-bottom: 1.25rem;
      text-align: center;
      min-height: 9.375rem;
      margin-left: 0;
      width: 100%; }
      .cross-sells-ritual-card .product-legend .product-title {
        font-family: "Century Gothic Std", Arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: 0.625rem; }
      .cross-sells-ritual-card .product-legend .price-line {
        display: block; }
  .cross-sells-ritual-card .add-to-cart-button {
    height: 3.125rem;
    border-radius: 3.125rem; }
  @media screen and (max-width: 49.9375rem) {
    .cross-sells-ritual-card .product-legend {
      min-height: 6.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.added-to-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 3rem;
  min-height: 11.75rem; }
  .added-to-cart-title {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #e5e5e5; }
  .added-to-cart-title-placeholder {
    background-clip: content-box;
    height: 1.1875rem !important;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    margin-top: 0 !important;
    width: 20.625rem !important; }
  .added-to-cart-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch; }
  .added-to-cart-basket-link {
    text-decoration: underline;
    margin-top: 0.9375rem;
    align-self: center; }
  .added-to-cart .button-link {
    display: flex;
    margin: 0.5rem 0;
    line-height: 1; }
  .added-to-cart__loader {
    margin: auto; }
  .added-to-cart .basket-error-box {
    margin-bottom: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.expandable-category {
  /* reset HTML5 button style */
  background: none;
  border: 0;
  font: inherit;
  align-items: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  box-sizing: border-box;
  border-top: 0.0625rem solid #e5e5e5;
  font-size: 0.9375rem;
  cursor: pointer; }
  .expandable-category-product-placeholder {
    width: 8.125rem !important;
    height: 2rem !important;
    margin-top: 0 !important; }
  .expandable-category--is-loading {
    cursor: default; }
  .expandable-category .title-with-level {
    font-size: 2rem;
    text-align: left; }
  .expandable-category-product {
    display: flex;
    justify-content: space-between; }
  .expandable-category-product-count {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0; }
  .expandable-category-subtitle {
    margin-right: auto;
    margin-top: 0.3125rem;
    color: #757575;
    text-align: left; }
  .expandable-category-icon {
    margin-left: 0.625rem; }
  @media screen and (max-width: 49.9375rem) {
    .expandable-category {
      padding: 0.9375rem 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.mcd-product-lists {
  padding: 0.3125rem 0 1.25rem; }
  .mcd-product-lists .title-with-level {
    text-align: center;
    margin: 1.25rem 0 1.25rem; }
  .mcd-product-lists .price-from-to {
    display: block; }
  .mcd-product-lists .title-with-level {
    font-size: 1.875rem;
    margin-top: 2.5rem; }
  .mcd-product-lists ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none; }
  .mcd-product-lists .gift-bar-composition-product {
    width: 50%;
    box-sizing: border-box;
    border: 0.0625rem solid white; }

@media screen and (min-width: 50rem) {
  .mcd-product-lists .price-from-to {
    padding-left: 1.25rem; }
  .mcd-product-lists .title-with-level {
    margin-top: 3.125rem; }
  .mcd-product-lists .gift-bar-composition-product {
    width: 25%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-bar-composition-product {
  position: relative;
  cursor: pointer; }
  .gift-bar-composition-product .selected-icon {
    position: absolute;
    right: 0.9375rem;
    bottom: 0.9375rem; }
  .gift-bar-composition-product img {
    display: block;
    max-width: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.add-to-cart-button {
  border-radius: 3.75rem;
  text-transform: uppercase;
  font-size: 0.9375rem; }
  .add-to-cart-button .button-link-content .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0; }
  .add-to-cart-button .icon + .button-link__title {
    margin-left: 0.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.button-tabs {
  height: 4.1875rem;
  z-index: 2;
  overflow-y: visible;
  position: relative; }
  .button-tabs .flex-grow {
    display: flex;
    flex-grow: 1; }
  .button-tabs-slider {
    display: flex;
    width: 100%;
    z-index: 1;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    padding-top: 0.3125rem;
    padding-bottom: 1.875rem;
    justify-content: flex-start; }
    .button-tabs-slider::-webkit-scrollbar {
      display: none; }
  .button-tabs-item-input:checked + .button-tabs-item-label {
    color: black;
    border: 0.125rem solid black;
    padding: 0 1.1875rem; }
    .button-tabs-item-input:checked + .button-tabs-item-label span {
      font-family: "Century Gothic Std Bold"; }
    .button-tabs-item-input:checked + .button-tabs-item-label--with-dropdown:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -2rem;
      left: calc(50% - 0.3125rem);
      width: 0.625rem;
      height: 0.625rem;
      background: white;
      border-right: 0.0625rem solid #e5e5e5;
      border-bottom: 0.0625rem solid #e5e5e5;
      transform: rotate(225deg); }
  .button-tabs-item-input.focus-visible:focus:checked + .button-tabs-item-label {
    outline: 0.3125rem auto #3b99fc; }
  .button-tabs-item-label {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0.0625rem solid #757575;
    border-radius: 1.25rem;
    height: 2.75rem;
    padding: 0 1.25rem;
    margin: 0 0.625rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #757575; }
    .button-tabs-item-label span::before, .button-tabs-item-label span::after {
      display: block;
      content: attr(title);
      height: 0;
      overflow: hidden;
      visibility: hidden; }
    .button-tabs-item-label span::before {
      font-family: "Century Gothic Std Bold"; }
    .button-tabs-item-label span::after {
      font-family: "Century Gothic Std", Arial, sans-serif; }
    .button-tabs-item-label:hover span {
      font-family: "Century Gothic Std Bold"; }
      .button-tabs-item-label:hover span::after {
        font-family: "Century Gothic Std", Arial, sans-serif; }
  @media screen and (max-width: 47.9375rem) {
    .button-tabs {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.swatches-selector {
  display: block;
  width: 100%;
  align-items: flex-start; }
  .swatches-selector .placeholder {
    width: 2.625rem;
    margin: 0 0.375rem;
    box-sizing: border-box; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.how-to {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto; }
  .how-to__title {
    text-align: center;
    margin: 0.75rem 0;
    max-width: 100%; }
  .how-to .player {
    max-width: 100%; }
  .how-to__products {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 1.875rem; }
    .how-to__products--centered {
      justify-content: center; }
    .how-to__products .product {
      width: 20.9375rem;
      margin: 0 1.5625rem 0.9375rem 0; }
      .how-to__products .product-image {
        width: 9.375rem; }
      .how-to__products .product .toggle-wishlist {
        right: calc(52% + 1.25rem); }
      .how-to__products .product-title, .how-to__products .product-subtitle {
        font-size: 0.8125rem;
        line-height: 1.25rem; }
      .how-to__products .product .product-legend {
        padding-right: 0; }
        .how-to__products .product .product-legend .price-line {
          margin-top: 0.3125rem;
          font-size: 0.8125rem; }
  @media screen and (max-width: 49.9375rem) {
    .how-to {
      width: 100%; }
      .how-to__tutorials {
        box-sizing: border-box;
        padding: 0 0.9375rem 0 0.625rem; }
      .how-to__products {
        margin: 1.25rem 0 0 1.25rem; }
        .how-to__products .product {
          width: 100%;
          margin-right: 0.625rem; }
          .how-to__products .product .product-image {
            width: 12.5rem; }
          .how-to__products .product-legend {
            width: 65%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-insights {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .product-insights__container {
    max-width: 37.5rem;
    width: 100%; }
  .product-insights__percentage-circles {
    display: flex;
    margin-top: 0.9375rem; }
    .product-insights__percentage-circles li {
      padding: 0 0.3125rem;
      display: flex;
      width: 100%; }
  .product-insights__text {
    width: 100%;
    margin-top: 2.5rem; }
  .product-insights__legend {
    width: 100%;
    margin-top: 2.5rem;
    font-size: 0.8125rem; }
  @media screen and (max-width: 49.9375rem) {
    .product-insights {
      padding: 0 1.25rem;
      box-sizing: border-box; }
      .product-insights__percentage-circles {
        flex-direction: column; }
        .product-insights__percentage-circles li {
          padding: 0.3125rem 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-variations {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 49.9375rem) {
    .generic-variations {
      justify-content: center; } }
  .generic-variations .variation {
    margin: 0.5rem;
    box-sizing: border-box; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.percentage-circle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .percentage-circle__main {
    position: relative;
    width: 6.25rem;
    height: 6.25rem;
    display: flex; }
    .percentage-circle__main__title {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif; }
      .percentage-circle__main__title > span {
        transform: translateY(12%); }
        @supports (-ms-ime-align: auto) {
          .percentage-circle__main__title > span {
            /* EDGE CSS styles go here */
            transform: translateY(2%); } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .percentage-circle__main__title > span {
            /* IE10+ CSS styles go here */
            transform: translateY(2%); } }
    .percentage-circle__main__svg {
      height: inherit;
      width: inherit;
      transform: rotate(-90deg);
      transform-origin: 50% 50%; }
    .percentage-circle__main__background-circle {
      fill: transparent;
      stroke: #cecece; }
    .percentage-circle__main__offset-circle {
      fill: transparent;
      stroke: #000000; }
  .percentage-circle__legend {
    width: 100%;
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0.9375rem; }
  @media screen and (max-width: 49.9375rem) {
    .percentage-circle {
      flex-direction: row; }
      .percentage-circle__main {
        margin: 0 1.25rem 0 0;
        width: 5rem;
        min-width: 5rem;
        height: 5rem; }
        .percentage-circle__main__title.size-xl.title-with-level {
          font-size: 2rem; }
      .percentage-circle__legend {
        text-align: center;
        line-height: 1.5rem; }
      .percentage-circle__main + .percentage-circle__legend {
        text-align: left;
        margin-top: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.tabs-content {
  font-size: 0.9375rem;
  line-height: 1.5rem; }

.checkbox-list {
  display: flex;
  flex-direction: column; }
  .checkbox-list .choices .checkbox label {
    padding-left: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.newsletter-korean-step-content {
  max-height: 12.5rem;
  overflow-y: auto;
  margin-bottom: 0.625rem; }

.newsletter-korean-step .checkbox label {
  align-items: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.nav-bar-container {
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 2.0625rem 2.5rem 2.1875rem;
  overflow: auto; }

.nav-bar-container + .nav-bar-container {
  margin-top: 1.25rem; }

.nav-bar-header {
  padding: 0.375rem 0.125rem 2.25rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.25rem; }
  .nav-bar-header-title {
    margin-bottom: 0.9375rem; }
  .nav-bar-header__placeholder {
    display: flex;
    margin-bottom: 0.9375rem;
    box-sizing: border-box; }
    .nav-bar-header__placeholder > .text-row {
      width: 11.25rem !important;
      background-color: #e5e5e5 !important;
      border-radius: 0.3125rem; }
  .nav-bar-header-logout {
    text-decoration: underline; }

.nav-bar-section {
  margin-top: 1.625rem; }

@media screen and (max-width: 49.9375rem) {
  .nav-bar {
    margin: 1.375rem 0.625rem 3.0625rem; }
    .nav-bar-container {
      padding: 0;
      border: 0;
      border-radius: 0; }
    .nav-bar-section {
      margin-top: 0;
      border-style: solid;
      border-color: #e5e5e5;
      border-width: 0 0.0625rem 0.0625rem; }
      .nav-bar-section:first-of-type {
        border-width: 0.0625rem;
        border-radius: 0.3125rem 0.3125rem 0 0; }
    .nav-bar-header {
      margin-left: 1.25rem;
      padding-bottom: 1.6875rem;
      border-bottom: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-section-article {
  margin: 1.5625rem 0 0.375rem 2rem; }

@media screen and (max-width: 49.9375rem) {
  .contact-section {
    padding: 0.875rem 1.25rem 1rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-article {
  font-size: 0.9375rem;
  line-height: 1.5rem; }
  .contact-article-title {
    margin-bottom: 0.5rem; }
  .contact-article-description {
    margin-bottom: 1rem; }
  .contact-article-button {
    border: 1px solid #000000 !important;
    text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 1.625rem; }
  .section-header-icon {
    width: 1.1875rem;
    height: 1rem;
    margin-right: 0.8125rem; }
    .section-header-icon svg {
      width: 100%;
      height: 100%; }
  .section-header--big {
    align-items: baseline; }
  .section-header--big .section-header-icon {
    min-width: 1.25rem;
    height: 1.375rem; }
  @media screen and (max-width: 49.9375rem) {
    .section-header-title {
      font-weight: bold; }
    .section-header--big .section-header-icon {
      min-width: 1.1875rem;
      height: 1rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.section-header {
  margin-bottom: 0.3125rem; }

.section-list {
  list-style: none; }

.section-link {
  box-sizing: border-box;
  min-height: 1.625rem;
  padding-left: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3125rem;
  font-size: 0.9375rem; }
  @media screen and (min-width: 50rem) {
    .section-link .section-link-arrow {
      display: none; } }
  .section-link:hover {
    text-decoration: underline; }

@media screen and (max-width: 49.9375rem) {
  .section {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.875rem 1.25rem 1rem; }
    .section-link {
      padding-left: 1.75rem; }
      .section-link-text {
        margin-right: 0.5rem; }
      .section-link .section-link-arrow {
        padding: 0;
        width: 1rem;
        height: 1rem; }
        .section-link .section-link-arrow .icon,
        .section-link .section-link-arrow svg {
          width: 100%;
          height: 100%; }
      .section-link:hover {
        text-decoration: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.selected-icon {
  display: flex;
  width: 1.5625rem;
  height: 1.5625rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.0625rem solid #ffffff;
  background-color: rgba(255, 255, 255, 0.4); }
  .selected-icon .icon {
    padding-top: 0.1875rem; }
    .selected-icon .icon > svg {
      width: 1rem;
      height: 0.75rem; }
  .selected-icon--selected {
    background-color: #000000;
    border-color: #000000; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-popin {
  text-align: center;
  max-width: 31.25rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .product-popin .title-with-level {
    margin-bottom: 0.625rem; }
  .product-popin > p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    width: 80%; }
  .product-popin .variations {
    width: 85%;
    text-align: left;
    margin: 1.25rem 0; }
  .product-popin a {
    color: #000000;
    text-decoration: underline; }
  .product-popin .product-remove {
    text-decoration: underline;
    margin-top: 1.25rem; }
  @media screen and (min-width: 50rem) {
    .product-popin {
      min-width: 18.75rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.variations {
  padding: 0.625rem; }
  .variations li {
    padding: 0.9375rem;
    border-top: 0.0625rem solid #e5e5e5; }
    .variations li:last-of-type {
      border-bottom: 0.0625rem solid #e5e5e5; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.variation {
  list-style: none; }
  .variation .radio-button .text {
    flex: 1;
    align-items: center;
    display: flex;
    margin-right: 1.25rem;
    order: -1;
    text-transform: uppercase; }
    .variation .radio-button .text .variation-text {
      flex: 1; }
  .variation .radio-button .radio {
    margin-right: 0;
    flex-shrink: 0; }
    .variation .radio-button .radio svg {
      width: 0.875rem; }
  .variation .price-line {
    justify-self: flex-end;
    padding-left: 1.25rem; }
  .variation .checked input + label {
    font-weight: bold; }
    .variation .checked input + label .radio {
      border-color: #000000; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.tabs-dash-buttons-title {
  display: block;
  margin-bottom: 1.5625rem; }

.tabs-content {
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 1.25rem 1.25rem 0 1.25rem; }
  .tabs-content .content {
    width: 100%; }
    .tabs-content .content.hidden {
      width: calc(100% - 2.5rem);
      height: 100%;
      visibility: hidden;
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      overflow-y: hidden; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-tab {
  display: flex;
  align-items: center;
  margin-top: 1.25rem; }
  .product-tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .product-tab-html {
    width: 100%; }
    .product-tab-html li {
      list-style-type: disc; }
  .product-tab-link {
    margin-top: 0.9375rem; }
  .product-tab-section-title {
    margin-bottom: 0.625rem; }
  .product-tab.text {
    align-items: flex-start; }
    .product-tab.text .product-tab-content {
      text-align: left; }
  @media screen and (min-width: 50rem) {
    .product-tab.text .product-tab-content {
      width: 100%; }
    .product-tab.video .product-tab-html {
      width: 75%; }
    .product-tab.video .product-tab-media,
    .product-tab.video .product-tab-content, .product-tab.image .product-tab-media,
    .product-tab.image .product-tab-content {
      width: 50%; }
    .product-tab.video .product-tab-content, .product-tab.image .product-tab-content {
      padding-left: 2rem; } }
  @media screen and (max-width: 49.9375rem) {
    .product-tab {
      flex-direction: column; }
      .product-tab .product-tab-media {
        width: 100%;
        margin-bottom: 1.1875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
@media screen and (min-width: 50rem) {
  .product-slider-tab .product-tab {
    padding: 0 2.5rem; }
  .product-slider-tab .arrow-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.625rem;
    padding-top: 0;
    z-index: 1; }
  .product-slider-tab .arrow-icon--left {
    left: 0rem; }
  .product-slider-tab .arrow-icon--right {
    right: 0rem; }
  .product-slider-tab .product-tab-html {
    max-width: 30rem; } }

@media screen and (max-width: 49.9375rem) {
  .product-slider-tab .product-tab {
    padding: 0 0.625rem; }
  .product-slider-tab .arrow-icon {
    display: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.vertical-media {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  align-items: center; }
  .vertical-media__title {
    text-align: center;
    margin: 1.25rem 0; }
  .vertical-media__list {
    display: flex;
    flex: 1 1 calc(50% - 1.25rem);
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    .vertical-media__list .vertical-media__text-item {
      margin-bottom: 1.25rem;
      align-items: center !important;
      flex-direction: column;
      font-size: 0.9375rem; }
      .vertical-media__list .vertical-media__text-item .multiline-text {
        max-width: 37.5rem; }
      .vertical-media__list .vertical-media__text-item--footnote {
        margin-top: 1.25rem;
        font-style: italic;
        font-size: 0.8125rem; }
    .vertical-media__list .vertical-media__item {
      width: 100%;
      display: flex;
      align-items: flex-start;
      margin-bottom: 1.25rem;
      text-align: center; }
    .vertical-media__list--shifted {
      max-width: 61.25rem; }
      .vertical-media__list--shifted .vertical-media__item {
        width: calc(50% - 1.25rem); }
        .vertical-media__list--shifted .vertical-media__item--odd {
          margin-left: 2.5rem;
          margin-top: 25%; }
        .vertical-media__list--shifted .vertical-media__item--centered {
          width: 65.75%;
          margin: 1.25rem auto; }
      .vertical-media__list--shifted.vertical-media__list--reversed {
        flex-direction: row-reverse; }
        .vertical-media__list--shifted.vertical-media__list--reversed .vertical-media__item--odd {
          margin-left: 0; }
        .vertical-media__list--shifted.vertical-media__list--reversed .vertical-media__item--even {
          margin-left: 2.5rem; }
        .vertical-media__list--shifted.vertical-media__list--reversed .vertical-media__item--centered {
          margin: 1.25rem auto; }
  @media screen and (max-width: 49.9375rem) {
    .vertical-media__title {
      padding: 0 1.25rem;
      box-sizing: border-box; }
    .vertical-media__list {
      display: flex;
      flex: 1 1 100%; }
      .vertical-media__list .vertical-media__item {
        margin-bottom: 2.5rem; }
      .vertical-media__list .vertical-media__text-item {
        padding: 0 1.25rem; }
      .vertical-media__list--shifted .vertical-media__item {
        width: 100%; }
        .vertical-media__list--shifted .vertical-media__item:nth-child(2n) {
          margin: 0 0 2.5rem 2.5rem; }
        .vertical-media__list--shifted .vertical-media__item:nth-child(2n + 1) {
          margin: 0 2.5rem 2.5rem 0; }
      .vertical-media__list--shifted.vertical-media__list--reversed .vertical-media__item:nth-child(2n) {
        margin: 0 2.5rem 2.5rem 0; }
      .vertical-media__list--shifted.vertical-media__list--reversed .vertical-media__item:nth-child(2n + 1) {
        margin: 0 0 2.5rem 2.5rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.olapic {
  margin-bottom: 2.5rem; }
  .olapic-cards {
    max-width: 52.5rem;
    display: flex;
    margin: 0 auto; }
  .olapic-link {
    display: inline-block;
    box-sizing: border-box;
    padding: 1.125rem;
    text-align: center;
    width: 100%;
    text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .olapic-cards {
      flex-direction: column;
      align-items: center; }
      .olapic-cards > div:first-child {
        padding-bottom: 1.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.olapic-card {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  padding: 0 1.25rem;
  overflow-x: hidden;
  position: relative; }
  .olapic-card-icon {
    display: inline-flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-1.75rem); }
    .olapic-card-icon .icon {
      height: 3.5rem;
      width: 3.5rem; }
    .olapic-card-icon svg circle {
      fill: black; }
    .olapic-card-icon svg path {
      stroke: white;
      stroke-width: 0.0625rem;
      transform: scale(1.2);
      transform-origin: center; }
  .olapic-card-main {
    border: 0.0625rem solid #000000;
    padding: 1.25rem;
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: center;
    margin-top: 1.75rem; }
  .olapic-card-title {
    display: inline-block;
    margin: 1.0625rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (max-width: 49.9375rem) {
    .olapic-card {
      width: 80%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reviews {
  margin: 2.5rem 0;
  border-top: #e5e5e5 1px solid;
  width: 100%; }
  .reviews__title {
    padding: 0.625rem 0;
    text-align: center; }
  .reviews__content {
    display: flex;
    justify-content: center;
    width: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.top-content-desktop {
  display: flex;
  padding: 1.25rem 0; }
  .top-content-desktop-left {
    width: 60%; }
  .top-content-desktop-right {
    width: 34%;
    margin-left: 6%;
    z-index: 1; }
  .top-content-desktop-sticky {
    padding: 1.25rem 0;
    margin-top: -1.25rem; }
    .top-content-desktop-sticky.is-sticky {
      margin-top: 0rem;
      z-index: 1; }
  .top-content-desktop .product-description,
  .top-content-desktop .product-page-engraving,
  .top-content-desktop .long-tail-information {
    margin-top: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.add-gift-set-to-cart {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 3rem; }
  .add-gift-set-to-cart .button-link {
    display: flex;
    height: 3.75rem;
    border-radius: 3.75rem;
    width: 80%;
    text-transform: uppercase; }
  .add-gift-set-to-cart-placeholder {
    height: 3.75rem !important;
    border-radius: 3.75rem;
    width: 80% !important; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.not-available-status {
  height: 3.75rem;
  box-sizing: border-box;
  border-radius: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  display: flex;
  background-color: #e5e5e5;
  text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.stock-in-store {
  max-width: 50rem;
  width: 100%; }
  .stock-in-store-title {
    text-align: center;
    margin-bottom: 2.5rem; }
  @media screen and (min-width: 50rem) {
    .stock-in-store-content {
      width: calc(100% + 0.4375rem);
      height: 52vh;
      overflow-y: scroll;
      overflow-x: hidden;
      display: flex;
      flex-wrap: wrap; }
      .stock-in-store-content::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0.4375rem; }
      .stock-in-store-content::-webkit-scrollbar-thumb {
        border-radius: 0.25rem;
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5); }
    .stock-in-store-product {
      width: 40%;
      box-sizing: border-box;
      padding-right: 2.5rem; }
      .stock-in-store-product.sticky-to-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
    .stock-in-store-boutiques {
      width: 60%;
      padding-right: 0.125rem;
      box-sizing: border-box; }
    .stock-in-store-reserve-in-store {
      padding-right: 0.125rem;
      box-sizing: border-box; } }
  @media screen and (max-width: 49.9375rem) {
    .stock-in-store-product {
      margin-bottom: 1.25rem; } }
  .stock-in-store-product .toggle-wishlist {
    display: none; }
  .stock-in-store-product .product-title {
    font-family: "Century Gothic Std Bold"; }
  .stock-in-store-variation {
    margin: 0 auto; }
  .stock-in-store-reserve-in-store {
    width: 100%; }
  .stock-in-store-mention {
    color: #757575;
    font-size: 0.8125rem;
    padding-top: 2.5rem;
    text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reserve-in-store-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .reserve-in-store-banner li {
    box-sizing: border-box;
    width: calc((100% - 20px) / 3);
    background-color: #f6f6f6;
    border-radius: 0.3125rem;
    padding: 0.625rem 1.25rem 1.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .reserve-in-store-banner {
      flex-direction: column; }
      .reserve-in-store-banner li {
        width: 100%;
        padding: 1.875rem; }
        .reserve-in-store-banner li:not(:last-child) {
          margin-bottom: 0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reserve-in-store-banner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: black;
  font-size: 0.8125rem;
  line-height: 1.125rem; }
  .reserve-in-store-banner-item .icon {
    display: flex;
    align-items: center;
    margin-bottom: 0.5625rem; }
  .reserve-in-store-banner-item .icon, .reserve-in-store-banner-item svg {
    width: 1.875rem;
    height: 2.375rem; }
  .reserve-in-store-banner-item-title {
    max-width: 16rem;
    font-family: "Century Gothic Std Bold";
    text-transform: uppercase; }
  .reserve-in-store-banner-item-subtitle {
    max-width: 16rem;
    font-family: "Century Gothic Std", Arial, sans-serif; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reserve-in-store-form > p {
  margin: 1.625rem 0 0.9375rem;
  line-height: 1.5rem; }

.reserve-in-store-form-link {
  text-decoration: underline; }
  .reserve-in-store-form-link:hover {
    font-weight: bold; }

.reserve-in-store-form-field {
  width: 100%; }

.reserve-in-store-form .reserve-in-store-flight-number p {
  color: #757575;
  font-size: 0.8125rem;
  padding-bottom: 0.625rem; }

@media screen and (min-width: 47.9375rem) {
  .reserve-in-store-form-field,
  .reserve-in-store-form .reserve-in-store-flight-number p {
    width: calc(50% - 1.125rem); }
  .reserve-in-store-form-field:first-child {
    margin-right: 1.125rem; } }

.reserve-in-store-form-submit-row {
  margin-top: 1.4375rem;
  text-align: center; }

.reserve-in-store-form .select-field {
  margin-bottom: 0.8125rem; }

.reserve-in-store-form .button-link {
  width: 100%;
  height: 3.75rem;
  border-radius: 3.75rem;
  text-transform: uppercase; }
  @media screen and (min-width: 47.9375rem) {
    .reserve-in-store-form .button-link {
      width: 30%; } }

.reserve-in-store-form .checkbox-list {
  margin: 0.1875rem 0; }

.reserve-in-store-form .checkbox {
  position: relative; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reserve-in-store-status {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .reserve-in-store-status > p {
    margin: 1.3125rem 0; }
  .reserve-in-store-status-bg {
    font-size: 1.625rem;
    line-height: 2rem;
    text-transform: uppercase;
    margin: 1.75rem 0 1.3125rem; }
  .reserve-in-store-status-sm {
    font-size: 0.8125rem;
    color: #757575;
    margin: 1.3125rem 0 2.625rem; }
  .reserve-in-store-status-error {
    color: #d70000; }
  .reserve-in-store-status__loader {
    margin: 1.75rem 0 1.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reserve-in-store-form-loader {
  text-align: center; }
  .reserve-in-store-form-loader__loader {
    margin: auto; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
p.reserve-in-store-form-loading-error {
  text-align: center;
  color: #d70000; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.reserve-in-store-not-connected {
  margin-top: 2rem;
  border-top: 0.0625rem solid #cecece;
  padding-top: 2rem; }
  @media screen and (max-width: 47.9375rem) {
    .reserve-in-store-not-connected {
      border: 0;
      padding-top: 0;
      margin-top: 1.25rem; } }
  .reserve-in-store-not-connected-instructions {
    width: 70%;
    line-height: 1.5rem;
    margin-bottom: 0.875rem; }
    @media screen and (max-width: 47.9375rem) {
      .reserve-in-store-not-connected-instructions {
        width: 100%; } }
  .reserve-in-store-not-connected-panels {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    .reserve-in-store-not-connected-panels-item {
      width: calc(50% - 0.625rem);
      padding: 2.5rem 0;
      margin-bottom: 1.25rem;
      box-sizing: border-box;
      border: 0.0625rem solid #cecece;
      border-radius: 0.3125rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      @media screen and (max-width: 47.9375rem) {
        .reserve-in-store-not-connected-panels-item {
          width: 100%; } }
  .reserve-in-store-not-connected-benefits {
    max-width: 80%;
    text-align: center;
    margin-bottom: 1.25rem; }
    .reserve-in-store-not-connected-benefits-item {
      line-height: 1.5rem;
      font-size: 0.8125rem;
      margin-bottom: 0.5rem; }
      .reserve-in-store-not-connected-benefits-item:before {
        content: '-';
        padding-right: 0.25rem; }
  .reserve-in-store-not-connected-title {
    max-width: 70%;
    margin-bottom: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.stock-in-store-variation {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5rem; }
  .stock-in-store-variation .generic-variations-slider {
    margin: 1.875rem auto; }
  .stock-in-store-variation a {
    text-decoration: underline; }
  @media screen and (min-width: 50rem) {
    .stock-in-store-variation {
      width: 92%; }
      .stock-in-store-variation .generic-variations-slider {
        width: 92%; } }
  @media screen and (max-width: 49.9375rem) {
    .stock-in-store-variation .generic-variations-slider {
      width: 90%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.radio-button {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .radio-button__input {
    position: absolute;
    width: 1.375rem;
    height: 1.375rem;
    top: 0.3125rem;
    left: 0.625rem; }
  .radio-button__label {
    display: flex;
    align-items: center;
    padding: 0.3125rem 0.625rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    box-sizing: border-box; }
  .radio-button .radio-button-tick {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.9375rem;
    border: 0.0625rem solid #b4b4b4;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .radio-button .radio-button-tick--dotted {
      border-color: #000000;
      width: 1.375rem;
      height: 1.375rem;
      position: relative; }
      .radio-button .radio-button-tick--dotted-dot {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: #000000; }
  .radio-button .icon svg {
    width: 0.875rem;
    height: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-user-address {
  display: flex;
  flex-direction: column; }
  .generic-user-address__submit {
    margin: auto; }
  .generic-user-address__cancel {
    margin: 0.625rem auto 0 auto;
    text-decoration: underline;
    font-size: 0.9375rem; }
    .generic-user-address__cancel:hover {
      font-weight: bold; }
  .generic-user-address .address-form-line .text-field.has-value .input {
    padding: 1rem 2rem 0 1.25rem; }
    .generic-user-address .address-form-line .text-field.has-value .input .icon.text-field__validation-tick {
      right: 0.8125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-user-address-line {
  display: flex;
  flex-direction: column; }
  .generic-user-address-line:hover {
    background-color: #f6f6f6;
    border-radius: 0.3125rem; }
  .generic-user-address-line__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.125rem;
    margin: 0 0.9375rem 0 3.125rem; }
    .generic-user-address-line__summary:hover {
      font-weight: bold; }
  .generic-user-address-line__edit-button {
    display: flex;
    line-height: 1rem;
    height: 100%;
    text-decoration: underline;
    margin-left: 3.125rem; }
    .generic-user-address-line__edit-button:hover {
      font-weight: bold; }
  .generic-user-address-line .generic-user-address {
    cursor: initial;
    font-family: "Century Gothic Std", Arial, sans-serif;
    padding: 1.25rem 0;
    background-color: #ffffff; }
  @media screen and (max-width: 49.9375rem) {
    .generic-user-address-line {
      font-size: 0.9375rem; }
      .generic-user-address-line__summary {
        padding: 1.25rem 0 0.9375rem 0;
        min-height: 3.125rem;
        height: auto;
        align-items: start; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.click-and-collect__title {
  margin-bottom: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.click-and-collect-fallback__list {
  margin-top: 1.5625rem; }
  .click-and-collect-fallback__list .product-list-item__image {
    flex: 0 0 11.875rem !important; }
    @media screen and (max-width: 50rem) {
      .click-and-collect-fallback__list .product-list-item__image {
        flex: 0 0 8.125rem !important;
        margin-right: 0.625rem; } }
  .click-and-collect-fallback__list .product-list-item .product-quantity {
    top: 35%; }
    @media screen and (max-width: 50rem) {
      .click-and-collect-fallback__list .product-list-item .product-quantity {
        justify-content: flex-start; } }
    .click-and-collect-fallback__list .product-list-item .product-quantity__text {
      padding-right: 1.875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.click-and-collect-store-list__header {
  margin-bottom: 1.0625rem; }

.click-and-collect-store-list__title {
  margin-bottom: 1.125rem; }

.click-and-collect-store-list__subtitle {
  margin-bottom: 1.25rem; }

.click-and-collect-store-list__stores {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.click-and-collect-store-list__radio-button {
  margin-bottom: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.delivery-method-line {
  width: 100%; }
  .delivery-method-line:hover .delivery-method-line__description {
    font-weight: normal; }
  .delivery-method-line:hover .delivery-method-line__date-selector {
    font-weight: normal; }
  .delivery-method-line:hover .delivery-method-line__time-selector {
    font-weight: normal; }
  .delivery-method-line__infos {
    margin-bottom: 1rem; }
  .delivery-method-line__description {
    max-width: 36.25rem;
    margin-top: 0.625rem;
    font-family: "Century Gothic Std", Arial, sans-serif;
    font-weight: normal; }
  .delivery-method-line__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .delivery-method-line__selectors {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1.25rem 0 1.25rem;
    font-family: "Century Gothic Std", Arial, sans-serif; }
  .delivery-method-line .select-field {
    width: 100%;
    max-width: 22.8125rem;
    min-width: 13.125rem;
    font-family: "Century Gothic Std", Arial, sans-serif;
    font-weight: normal; }
  .delivery-method-line__date-selector {
    margin-right: 1.25rem;
    background-color: #ffffff;
    z-index: 4; }
  .delivery-method-line__time-selector {
    background-color: #ffffff;
    z-index: 3; }
  @media screen and (max-width: 63.9375rem) {
    .delivery-method-line__selectors {
      flex-direction: column;
      align-items: center; }
    .delivery-method-line__date-selector {
      margin-right: 0;
      margin-bottom: 0.625rem; } }
  @media screen and (max-width: 20rem) {
    .delivery-method-line__header--withDateTimeSlots, .delivery-method-line__description--withDateTimeSlots {
      padding-right: 0.625rem; }
    .delivery-method-line__description {
      overflow-wrap: break-word; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.delivery-methods .radio-button {
  text-transform: none;
  position: relative;
  font-size: 0.9375rem; }
  .delivery-methods .radio-button__label {
    align-items: flex-start;
    padding: 0; }
  .delivery-methods .radio-button .radio-button-tick {
    margin-top: 1.0625rem;
    position: absolute;
    left: 0.625rem; }
  .delivery-methods .radio-button:hover {
    font-weight: bold;
    background-color: #f6f6f6;
    border-radius: 0.3125rem; }
  .delivery-methods .radio-button-checked {
    font-family: "Century Gothic Std Bold";
    background-color: #f6f6f6;
    border-radius: 0.3125rem; }
  .delivery-methods .radio-button span.text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 1.25rem;
    margin: 0 0.9375rem 0 3.125rem; }
    .delivery-methods .radio-button span.text > span:last-of-type {
      margin-left: 3.125rem; }

.delivery-methods__info-line {
  margin-top: 1rem;
  color: #757575;
  font-size: 0.6875rem;
  line-height: 1rem;
  margin-left: 0.625rem; }

@media screen and (max-width: 49.9375rem) {
  .delivery-methods {
    font-size: 0.9375rem; } }

.preorder-delivery-warning {
  padding: 0.9375rem 0.625rem;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem;
  margin: -0.625rem 0 0.9375rem 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.click-and-collect-store {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22.8125rem;
  min-height: 26rem;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #cecece;
  margin-bottom: 1.25rem; }
  .click-and-collect-store__information {
    display: flex;
    flex-direction: row;
    padding: 1.3125rem 1.3125rem 0 1.3125rem; }
  .click-and-collect-store__index {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.875rem;
    flex-shrink: 0;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    font-size: 0.9375rem;
    background-color: #000000;
    color: #ffffff; }
  .click-and-collect-store .radio-button {
    text-transform: none;
    height: 3.875rem;
    border-top: 0.0625rem solid #cecece; }
    .click-and-collect-store .radio-button__label {
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
      height: 100%; }
    .click-and-collect-store .radio-button-tick {
      margin-right: 0; }
    .click-and-collect-store .radio-button .text {
      margin-right: 0.75rem; }
    .click-and-collect-store .radio-button-checked .radio-button-tick {
      background-color: #000000;
      border: 0.0625rem solid #000000; }
    .click-and-collect-store .radio-button .icon svg {
      width: 0.8125rem;
      height: 0.5625rem;
      fill: #ffffff; }
  @media screen and (max-width: 49.9375rem) {
    .click-and-collect-store {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.selection-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  margin: 0 auto; }
  .selection-header .arrow-icon {
    height: auto;
    padding: 0;
    margin-left: 0.625rem;
    font-size: 0.5rem;
    font-family: "Century Gothic Std Bold"; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.selected-product-list {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .selected-product-list li {
    list-style: none;
    box-sizing: border-box;
    padding-top: 0.9375rem; }
    .selected-product-list li:last-of-type {
      padding-bottom: 0.9375rem; }

@media screen and (min-width: 50rem) {
  .selected-product-list {
    flex-flow: row wrap; }
    .selected-product-list li {
      width: 25%;
      padding: 0 0.9375rem 0.9375rem; }
    .selected-product-list.has-over-4 {
      justify-content: flex-start; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.selected-product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  text-overflow: ellipsis; }
  .selected-product .image {
    max-width: 33.33%;
    flex-shrink: 0; }
  .selected-product-infos {
    padding-left: 1rem; }
  .selected-product-title {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0 0 0.625rem;
    padding-right: 1.5625rem; }
  .selected-product button {
    position: absolute;
    right: 0;
    top: 0.625rem;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer; }
  .selected-product svg {
    width: 1.25rem;
    height: 1.25rem; }
  .selected-product .price-line {
    display: flex;
    flex-wrap: wrap; }
    .selected-product .price-line .capacity {
      order: -1; }
      .selected-product .price-line .capacity:before {
        content: none; }
      .selected-product .price-line .capacity:after {
        content: ' - '; }

@media screen and (min-width: 50rem) {
  .selected-product {
    flex-direction: column;
    align-items: flex-start; }
    .selected-product .image {
      max-width: 100%;
      width: 100%; }
      .selected-product .image > div,
      .selected-product .image img {
        width: 100%; }
    .selected-product .selected-product-infos {
      position: relative;
      width: 100%;
      margin-top: 0.625rem;
      padding: 0; }
    .selected-product button {
      right: 0;
      top: 0; }
    .selected-product svg {
      width: 0.9375rem; }
    .selected-product h3 {
      padding-right: 1.25rem; }
    .selected-product h3,
    .selected-product .price-line {
      font-size: 0.9375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.selection-summary {
  font-size: 0.9375rem; }
  .selection-summary .price-line {
    display: inline; }
  .selection-summary-total {
    font-family: "Century Gothic Std Bold"; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.store-address-and-opening-hours {
  width: 100%;
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column; }
  .store-address-and-opening-hours__title {
    text-transform: uppercase;
    margin-top: 0.1875rem; }
  .store-address-and-opening-hours .store-product-stock {
    font-family: "Century Gothic Std Bold";
    padding-top: 0.3125rem; }
  .store-address-and-opening-hours__address {
    display: flex;
    flex-direction: column;
    margin: 0.625rem 0;
    font-style: normal;
    line-height: 1.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.store-schedule {
  line-height: 1.5rem; }
  .store-schedule-title {
    font-family: "Century Gothic Std Bold";
    margin-right: 0.3125rem; }
  .store-schedule-resume {
    cursor: pointer;
    display: flex;
    align-items: center; }
    .store-schedule-resume .icon {
      width: 1.0625rem;
      height: 1.0625rem;
      margin-left: 1.25rem; }
  .store-schedule-resume-no-click {
    display: flex;
    align-items: center; }
  .store-schedule-table {
    list-style-type: none;
    margin-bottom: 0.9375rem; }
    .store-schedule-table li {
      text-transform: capitalize; }
      .store-schedule-table li.today {
        font-family: "Century Gothic Std Bold"; }
  @media screen and (max-width: 49.9375rem) {
    .store-schedule {
      position: relative; }
      .store-schedule-resume {
        flex-direction: column;
        align-items: flex-start;
        width: 100%; }
        .store-schedule-resume .icon {
          position: absolute;
          margin-left: 0;
          right: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.delivery-method-read {
  display: flex;
  flex-direction: column; }
  .delivery-method-read__title {
    text-transform: uppercase;
    margin-bottom: 0.625rem; }
  .delivery-method-read__delivery-mode, .delivery-method-read__line {
    margin-bottom: 0.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.shipping-address-from-convenience-store {
  margin-bottom: 1.25rem; }
  .shipping-address-from-convenience-store__title {
    text-transform: uppercase;
    margin-bottom: 0.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  font-size: 0.9375rem; }
  .contact-information__content {
    max-width: 37.5rem;
    display: flex;
    flex-direction: column; }
  .contact-information__text {
    margin-bottom: 1.25rem;
    line-height: 1.5rem; }
  .contact-information__form {
    position: relative; }
  .contact-information__input {
    width: 100%; }
    .contact-information__input .input {
      width: 100%; }
      .contact-information__input .input:focus-within {
        box-shadow: none !important;
        border: 0.0625rem solid #000000; }
      .contact-information__input .input .icon.text-field__validation-tick {
        right: 8.4375rem !important; }
      .contact-information__input .input input {
        padding-right: 8.75rem; }
  .contact-information__submit {
    background-color: #000000 !important;
    border-bottom-right-radius: 0.3125rem !important;
    border-top-right-radius: 0.3125rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #ffffff !important;
    position: absolute;
    right: 0;
    height: 3.0625rem; }
    .contact-information__submit.disabled {
      background-color: transparent !important;
      color: #757575 !important;
      opacity: 1 !important; }
  @media screen and (max-width: 49.9375rem) {
    .contact-information__input .icon.text-field__validation-tick {
      right: 7.1875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-information-registered {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem; }
  .contact-information-registered__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .contact-information-registered__subtitle {
    text-transform: uppercase;
    margin-bottom: 0.625rem; }
  .contact-information-registered__message {
    margin-bottom: 1.25rem; }
  .contact-information-registered__identifier {
    font-family: "Century Gothic Std Bold";
    word-wrap: break-word; }
  .contact-information-registered__prompt {
    margin-bottom: 0.9375rem; }
  .contact-information-registered__change-identifier {
    text-decoration: underline; }
  .contact-information-registered__form {
    display: flex;
    flex-direction: column; }
  .contact-information-registered__submit {
    margin: auto; }
  .contact-information-registered__continue-as-guest {
    margin-top: 1.3125rem;
    text-decoration: underline; }
  .contact-information-registered__error {
    align-self: center;
    font-size: 0.8125rem;
    color: #d70000;
    margin-top: 0.625rem; }
  .contact-information-registered .password-field {
    max-width: 22.8125rem; }
    .contact-information-registered .password-field__show-password {
      right: 3.125rem; }
    .contact-information-registered .password-field__input.text-field .input {
      padding: 1rem 5rem 0 1.25rem; }
      .contact-information-registered .password-field__input.text-field .input .icon.text-field__validation-tick {
        top: 0.875rem; }
  .contact-information-registered .forgotten-password-button {
    margin: 0.625rem auto 1.25rem 0;
    text-align: left; }
  @media screen and (max-width: 49.9375rem) {
    .contact-information-registered {
      position: relative;
      padding-top: 3.125rem; }
      .contact-information-registered__change-identifier {
        position: absolute;
        top: 0.3125rem;
        right: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.taiwan-register-tunnel {
  position: relative; }
  .taiwan-register-tunnel__title {
    display: block;
    text-align: center;
    margin-bottom: 2.5rem; }
  .taiwan-register-tunnel__go-back {
    position: absolute;
    right: 0;
    text-decoration: underline;
    font-size: 0.9375rem; }
    .taiwan-register-tunnel__go-back:hover {
      font-weight: bold; }
  @media screen and (max-width: 49.9375rem) {
    .taiwan-register-tunnel {
      padding: 1.25rem 0 1.75rem;
      margin: 0;
      border: 0; }
      .taiwan-register-tunnel__title {
        margin-bottom: 1.4375rem; }
      .taiwan-register-tunnel__go-back {
        top: 0.3125rem; }
      .taiwan-register-tunnel__form {
        margin-top: 1.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-information-read {
  display: flex;
  flex-direction: column;
  width: 80%;
  color: #000000;
  font-size: 0.9375rem; }
  .contact-information-read__subtitle {
    text-transform: uppercase;
    margin: 0.3125rem 0 0.625rem 0;
    line-height: 1.5rem; }
  .contact-information-read__email {
    font-family: "Century Gothic Std Bold";
    word-wrap: break-word; }
  @media screen and (max-width: 49.9375rem) {
    .contact-information-read {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.loggedin-contact-informations {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #000000;
  background-color: white;
  z-index: 3;
  font-size: 0.9375rem; }
  .loggedin-contact-informations__message {
    width: 75%; }
    .loggedin-contact-informations__message strong {
      font-family: "Century Gothic Std Bold"; }
    .loggedin-contact-informations__message__email {
      display: block; }
  .loggedin-contact-informations__logout-button {
    text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .loggedin-contact-informations {
      position: relative; }
      .loggedin-contact-informations__message {
        width: 100%; }
      .loggedin-contact-informations__logout-button {
        position: absolute;
        top: 0.3125rem;
        right: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.confirm-logout-popin {
  display: flex;
  width: 37.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .confirm-logout-popin__title {
    text-align: center;
    margin-bottom: 2rem; }
  .confirm-logout-popin__logout {
    max-width: 15.3125rem;
    margin-bottom: 1.25rem; }
  .confirm-logout-popin__cancel {
    text-decoration: underline; }
  @media screen and (max-width: 49.9375rem) {
    .confirm-logout-popin {
      max-width: 100%;
      margin-top: 2.5rem; }
      .confirm-logout-popin__title {
        margin-bottom: 1.75rem; }
      .confirm-logout-popin__logout {
        margin-bottom: 1rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.convenience-stores__subtitle {
  margin-bottom: 1.25rem; }

.convenience-stores__list-item {
  padding: 1.25rem; }

.convenience-stores__name-and-price {
  display: flex;
  font-weight: bold;
  margin-bottom: 0.625rem; }

.convenience-stores__delivery-date {
  margin-bottom: 0.625rem; }

.convenience-stores__name {
  flex: 1; }

.convenience-stores__button-container {
  text-align: right;
  margin-bottom: 0.625rem; }

.convenience-stores__button {
  text-decoration: underline; }

.convenience-stores__list-item.is-selected {
  background-color: #f6f6f6; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-box-read {
  display: flex;
  flex-direction: column;
  min-height: 2.5rem;
  width: 60%;
  padding: 0.375rem 1.25rem 0.125rem; }
  @media screen and (max-width: 49.9375rem) {
    .gift-box-read {
      padding-top: 3.125rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-boxes {
  display: flex;
  padding-bottom: 1.25rem;
  flex-direction: column;
  border-bottom: 0.0625rem solid #e5e5e5;
  margin: 1.25rem 1.25rem 0;
  background-size: cover;
  background-position: center bottom; }
  .gift-boxes-description {
    font-size: 0.9375rem;
    opacity: 0.9;
    padding-bottom: 1.25rem;
    width: 50%; }
  .gift-boxes-title {
    padding-bottom: 1.25rem; }
  .gift-boxes .product-chooser .slick-slider {
    position: relative;
    padding-top: 1rem; }
    .gift-boxes .product-chooser .slick-slider .slick-list {
      text-align: left; }
      .gift-boxes .product-chooser .slick-slider .slick-list .slick-track {
        margin-left: 0;
        margin-right: 0; }
  @media screen and (max-width: 49.9375rem) {
    .gift-boxes .product-chooser .slider.slider--wrapped .slick-slider {
      padding-left: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-chooser {
  box-sizing: border-box; }
  .product-chooser .slick-slider {
    position: relative;
    padding-top: 1rem; }
    .product-chooser .slick-slider .slick-list {
      text-align: center; }
    .product-chooser .slick-slider .arrow-icon {
      position: absolute;
      z-index: 2;
      top: 38%;
      transform: translateY(-50%); }
      .product-chooser .slick-slider .arrow-icon--right {
        right: 0; }
      .product-chooser .slick-slider .arrow-icon--left {
        left: 0; }
      .product-chooser .slick-slider .arrow-icon.slick-disabled {
        display: none; }
    .product-chooser .slick-slider .slick-dots {
      flex-wrap: wrap; }
  .product-chooser--arrows-outside .slick-slider .arrow-icon--right {
    right: -2.5rem; }
  .product-chooser--arrows-outside .slick-slider .arrow-icon--left {
    left: -2.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-chooser-option {
  box-sizing: border-box;
  position: relative;
  font-size: 0.9375rem;
  max-width: 13.75rem;
  margin: 0 0.625rem;
  text-align: left; }
  .product-chooser-option .selected-icon {
    position: absolute;
    border-color: #757575;
    background: none;
    right: 0.625rem;
    top: 0.625rem; }
    .product-chooser-option .selected-icon--selected {
      border-color: #000000;
      background: #000000; }
  .product-chooser-option__title {
    font-weight: bold;
    text-align: left;
    margin: 1.25rem 0 0.0625rem 0; }
  .product-chooser-option__description {
    text-align: left;
    line-height: 1.6875rem; }
  .product-chooser-option__detail {
    text-align: left;
    line-height: 1.6875rem;
    margin-top: 0.625rem; }
  .product-chooser-option img {
    width: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-message-cdc {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1.25rem 4rem;
  background-image: url(https://media.dior.com/hzn/d_gift_messages_edit.jpg);
  background-size: cover;
  background-position: center top; }
  .gift-message-cdc__header__title {
    display: block;
    max-width: 26.25rem;
    min-height: 5.625rem; }
  .gift-message-cdc .gift-message-inputs {
    height: 9rem;
    width: 50%;
    float: right; }
    .gift-message-cdc .gift-message-inputs-total {
      margin-top: 0.375rem;
      color: black; }
  .gift-message-cdc--mobile {
    background-image: url(https://media.dior.com/hzn/m_gift_messages_edit.jpg);
    padding-bottom: 0.75rem; }
    .gift-message-cdc--mobile .gift-message-inputs {
      width: 100%;
      margin: 15.5rem 0 0.1875rem 0; }
      .gift-message-cdc--mobile .gift-message-inputs-total {
        font-size: 0.8125rem;
        line-height: 1.6875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-message-inputs-lines {
  display: flex;
  flex-direction: column;
  border: solid 0.0625rem #cecece;
  border-radius: 0.3125rem;
  padding: 0.4375rem 0.625rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8); }
  .gift-message-inputs-lines input {
    /* Set input font size to 16px
      because if <16px, Safari will zoom in when the field is focused.
      When section validated, the zoom is still there => visual bug on mobile view for Safari */
    font-size: 1rem;
    outline: none;
    border: 0; }
    .gift-message-inputs-lines input:focus {
      outline: none;
      border: 0; }

.gift-message-inputs-total {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: #757575; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-message-pcd {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1.25rem; }
  .gift-message-pcd__header {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .gift-message-pcd__header__title {
      display: inline-flex; }
    .gift-message-pcd__header .plus-minus-icon svg {
      width: 1rem;
      height: 1rem; }
  .gift-message-pcd .gift-message-inputs {
    margin: 0.9375rem 0 0.75rem 0; }
  @media screen and (max-width: 49.9375rem) {
    .gift-message-pcd .gift-message-inputs {
      margin: 0.9375rem 0 0.1875rem 0; }
      .gift-message-pcd .gift-message-inputs-total {
        font-size: 0.8125rem;
        color: #757575;
        line-height: 1.6875rem; } }

@charset "UTF-8";
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-message-read {
  padding-left: 1.25rem; }
  .gift-message-read--cdc {
    background-image: url(https://media.dior.com/hzn/d_gift_messages_read.jpg);
    background-size: cover;
    background-position: center top;
    min-height: 9.0625rem; }
  .gift-message-read__title {
    display: block;
    width: 60%; }
  .gift-message-read__message p:first-of-type::before {
    content: '\AB   '; }
  .gift-message-read__message p:last-of-type::after {
    content: ' \BB'; }
  @media screen and (max-width: 49.9375rem) {
    .gift-message-read--cdc {
      background-image: url(https://media.dior.com/hzn/m_gift_messages_read.jpg); }
    .gift-message-read__message {
      margin-bottom: 1.25rem; } }

.gift-box-read + .gift-message-read {
  margin-top: 0.375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.invoice-form {
  line-height: initial; }
  .invoice-form .custom-select-hzn-options {
    z-index: 3; }
  @media screen and (max-width: 49.9375rem) {
    .invoice-form {
      flex-direction: column; }
      .invoice-form .select-field {
        margin-bottom: 1.25rem; } }
  .invoice-form .text-field {
    width: 100%;
    margin-bottom: 0.3125rem; }
    @media screen and (max-width: 49.9375rem) {
      .invoice-form .text-field {
        margin-bottom: 0.5625rem; } }
  .invoice-form .select-field {
    width: 100%;
    margin-bottom: 1rem; }
    @media screen and (max-width: 49.9375rem) {
      .invoice-form .select-field {
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 50rem) {
    .invoice-form__row {
      display: flex;
      justify-content: space-between; }
    .invoice-form__row .invoice-form__cell {
      width: 48%;
      box-sizing: border-box; } }
  .invoice-form__link {
    display: flex;
    text-decoration: underline;
    height: 100%; }
    @media screen and (min-width: 50rem) {
      .invoice-form__link {
        margin-top: 0.875rem;
        margin-left: 0.625rem;
        margin-right: auto; } }
    .invoice-form__link:hover {
      font-weight: bold; }

.invoice .tabs-dash-buttons-title {
  text-transform: uppercase; }

.invoice .tabs-header {
  border-bottom: none; }

.invoice .dash-buttons-header {
  padding-bottom: 0;
  margin: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.invoice-read {
  display: flex;
  flex-direction: column;
  width: 80%;
  color: #000000;
  font-size: 0.9375rem; }
  .invoice-read__subtitle {
    text-transform: uppercase;
    margin: 0.3125rem 0 0.625rem 0;
    line-height: 1.5rem; }
  @media screen and (max-width: 49.9375rem) {
    .invoice-read {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.multiple-payments__tabs-icon--paypal svg {
  width: 5.625rem;
  height: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.payment {
  line-height: 1; }
  .payment > * {
    width: 100%;
    margin-top: 0.3125rem; }
  .payment__line {
    display: flex;
    justify-content: space-between; }
    .payment__line__field {
      width: 49%; }
    .payment__line--with-info {
      width: 49%; }
      .payment__line--with-info .payment__line__field {
        width: 100%; }
    .payment__line__info {
      color: #757575;
      font-size: 0.8125rem;
      line-height: 1.38;
      width: 78%;
      display: block;
      padding-top: 0.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .payment__line__info {
      padding-top: 0; }
    .payment .input .icon.text-field__validation-tick {
      right: 0.3125rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.card-number-field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 3.125rem;
  border: 0.0625rem solid #cecece;
  border-radius: 0.3125rem;
  padding: 0 0.9375rem 0 1.1875rem;
  width: auto;
  margin: 1rem 0; }
  .card-number-field__loader {
    margin-left: 1.25rem; }
  .card-number-field-label {
    position: absolute;
    font-size: 0.8125rem;
    color: #757575;
    cursor: text;
    left: 1.1875rem;
    top: 1.125rem;
    transition: font-size 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, top 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    pointer-events: none; }
  .card-number-field__validation-tick.icon {
    position: absolute;
    top: 0.9375rem;
    right: 1.25rem; }
    .card-number-field__validation-tick.icon > svg {
      width: 0.8125rem;
      height: 0.5625rem; }
  .card-number-field-picto {
    position: absolute;
    top: 0.3125rem;
    right: 3.125rem; }
    .card-number-field-picto > svg {
      width: 2.5rem;
      height: 2.5rem; }
  .card-number-field--is-focused {
    box-shadow: 0 0 0.0625rem 0.0625rem #757575 inset; }
    .card-number-field--is-focused .card-number-field-container {
      padding-top: 1.5625rem; }
    .card-number-field--is-focused .card-number-field-label {
      top: 0.625rem;
      left: 1.25rem;
      font-size: 0.6875rem; }
  .card-number-field--is-invalid {
    border-color: #d70000; }
  .card-number-field--has-value .card-number-field-label {
    top: 0.625rem;
    left: 1.25rem;
    font-size: 0.6875rem; }
  .card-number-field--has-value .card-number-field-container {
    padding-top: 1.5625rem; }
  .card-number-field--black-bordered {
    border-color: #000000; }
  .card-number-field-container {
    height: 3.125rem; }
  .card-number-field-error-text {
    position: absolute;
    top: 3.1875rem;
    right: 0;
    font-size: 0.8125rem;
    color: #d70000; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
@media screen and (max-width: 49.9375rem) {
  .cybersource-v1-form__popin {
    width: 100%; } }

.cybersource-v1-form #cybersource-v1-form__3d-secure-iframe {
  width: 28.125rem;
  height: 21.875rem;
  border: 0; }
  @media screen and (max-width: 49.9375rem) {
    .cybersource-v1-form #cybersource-v1-form__3d-secure-iframe {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.installment-options__line {
  display: flex;
  justify-content: space-between; }
  .installment-options__line__field {
    width: 49%; }

.installment-options__instructions {
  color: #757575;
  font-size: 0.8125rem;
  line-height: 1.38;
  display: block;
  padding-top: 0.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.payment-icons {
  margin-top: 0;
  display: flex; }
  .payment-icons__icon {
    margin-right: 0.9375rem; }
    .payment-icons__icon svg {
      width: 2.5rem;
      height: 1.875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.payment-cybersource-paypal {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .payment-cybersource-paypal__container {
    margin: auto;
    width: 31.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.payment-ingenico {
  display: flex;
  flex-direction: column; }
  .payment-ingenico__iframe {
    margin: 0;
    padding: 0;
    border: 0;
    height: 22.1875rem;
    width: 100%; }
  .payment-ingenico .payment-icons {
    margin-bottom: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.register-in-checkout {
  padding-bottom: 2.5rem; }
  .register-in-checkout__checkbox {
    display: flex;
    align-items: center;
    color: #757575; }
    .register-in-checkout__checkbox .checked {
      font-family: "Century Gothic Std Bold";
      color: #000000; }
      .register-in-checkout__checkbox .checked .box {
        border-color: #000000; }
  .register-in-checkout .tooltip {
    margin-top: 0.9375rem;
    margin-left: 0.625rem; }
    .register-in-checkout .tooltip-info.left {
      left: -15.9375rem; }
    .register-in-checkout .tooltip-info.top {
      bottom: calc(100% + 0.4375rem); }
  .register-in-checkout .checkbox {
    margin-top: 1.125rem; }
    .register-in-checkout .checkbox-input {
      margin-right: 0.5625rem; }
    .register-in-checkout .checkbox .checked .box {
      border-color: #000000; }
  .register-in-checkout .password-field-with-instructions {
    margin-top: 1.125rem;
    width: 49%; }
    .register-in-checkout .password-field-with-instructions .password-field__show-password {
      right: 3.125rem; }
    .register-in-checkout .password-field-with-instructions .password-field__input.text-field .input {
      padding: 1rem 5rem 0 1.25rem; }
      .register-in-checkout .password-field-with-instructions .password-field__input.text-field .input .icon.text-field__validation-tick {
        top: 0.875rem; }
  @media screen and (max-width: 49.9375rem) {
    .register-in-checkout .password-field-with-instructions {
      width: 100%; } }

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

.generic-variations-slider .slide-content {
  text-align: center; }

.generic-variations-slider .slick-bottom {
  margin-top: 0; }

.generic-variations-slider .arrow-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
  z-index: 1; }
  .generic-variations-slider .arrow-icon svg {
    width: 0.9375rem;
    height: 1.25rem; }
  .generic-variations-slider .arrow-icon.slick-disabled {
    display: none; }

.generic-variations-slider .arrow-icon--left {
  left: -1rem; }

.generic-variations-slider .arrow-icon--right {
  right: -1rem; }

.generic-variations-slider .slick-bottom {
  margin-top: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.swatch {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  border: 0.0625rem solid white; }
  .swatch.variation {
    width: 2.625rem;
    height: 2.625rem;
    margin: 0.375rem; }
  .swatch .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .swatch img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 0.125rem solid white;
    box-sizing: border-box; }
  .swatch input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1; }
  .swatch.is-selected {
    border-color: black; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-form-success {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 2.125rem 2.5625rem;
  justify-items: center;
  align-items: center; }
  .contact-form-success__title {
    font-size: 0.8125rem;
    text-align: center; }
  .contact-form-success__button {
    text-transform: uppercase;
    margin-top: 2.5rem; }
  @media screen and (max-width: 49.9375rem) {
    .contact-form-success {
      min-height: unset;
      height: 100%;
      border: none; }
      .contact-form-success__button {
        margin-top: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-form {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 0.0625rem solid #cecece;
  border-radius: 0.3125rem;
  padding: 2.125rem 2.5625rem;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  .contact-form__container {
    max-width: 50rem;
    width: 100%; }
  .contact-form__section-title {
    display: flex;
    align-items: center; }
    .contact-form__section-title svg {
      width: 1.25rem;
      max-height: 1.25rem; }
    .contact-form__section-title__title {
      margin-left: 0.625rem; }
    .contact-form__section-title__instructions {
      font-size: 0.6875rem;
      color: #757575;
      margin: 0.625rem 0 2.1875rem; }
  .contact-form__fieldset__separator {
    height: 0.0625rem;
    background-color: #e5e5e5;
    width: 100%;
    margin: 1.25rem 0; }
  .contact-form__fieldset__title {
    display: block;
    text-align: left;
    margin-bottom: 1rem; }
  .contact-form__fieldset__large-cell .text-field .input {
    height: 7.8125rem; }
  .contact-form__fieldset__large-cell__subtitle {
    font-size: 0.8125rem; }
  @media screen and (max-width: 49.9375rem) {
    .contact-form__fieldset {
      flex-direction: column; }
      .contact-form__fieldset__separator, .contact-form__fieldset__title {
        display: none; }
      .contact-form__fieldset .select-field {
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 50rem) {
    .contact-form__fieldset__row {
      display: flex; }
    .contact-form__fieldset__row .contact-form__fieldset__cell {
      width: 50%;
      box-sizing: border-box; }
      .contact-form__fieldset__row .contact-form__fieldset__cell:nth-child(2n + 1) {
        padding-right: 0.625rem; }
      .contact-form__fieldset__row .contact-form__fieldset__cell:nth-child(2n) {
        padding-left: 0.625rem; }
    .contact-form__fieldset__row .contact-form__fieldset__large-cell {
      width: 100%;
      box-sizing: border-box; } }
  .contact-form__fieldset .text-field, .contact-form__fieldset .select-field {
    width: 100%;
    margin-bottom: 1rem; }
    .contact-form__fieldset .text-field.floating-label label, .contact-form__fieldset .select-field.floating-label label {
      height: 1rem; }
    @media screen and (max-width: 49.9375rem) {
      .contact-form__fieldset .text-field, .contact-form__fieldset .select-field {
        margin-bottom: 0.625rem; } }
  .contact-form__fieldset .select-field.floating-label.centered-label label {
    height: 1rem; }
  .contact-form__fieldset textarea {
    font-family: inherit; }
  .contact-form__submit {
    display: flex;
    width: 11.25rem;
    margin: 1.625rem auto 2.5rem;
    text-transform: uppercase;
    text-align: center; }
  .contact-form__legend-text {
    font-size: 0.6875rem;
    color: #757575;
    margin-bottom: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.contact-form-mobile {
  border-top: solid 0.0625rem #cecece;
  border-bottom: solid 0.0625rem #cecece;
  padding: 1.25rem 0;
  margin: 0 1.25rem;
  box-sizing: border-box; }
  .contact-form-mobile__header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: start; }
    .contact-form-mobile__header__title {
      padding: 0 2.5rem; }
    .contact-form-mobile__header .icon {
      position: absolute; }
      .contact-form-mobile__header .icon svg {
        width: 1.25rem; }
    .contact-form-mobile__header__icon.icon {
      transform: rotate(-90deg);
      right: 0.3125rem; }
      .contact-form-mobile__header__icon.icon svg {
        width: 0.875rem; }

.news-landing-page > .contact-form-mobile {
  margin-bottom: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.popin-contact-form {
  position: relative;
  font-size: 0.9375rem; }
  .popin-contact-form__back {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0; }
    .popin-contact-form__back .icon {
      transform: rotate(90deg);
      margin-right: 0.625rem; }
      .popin-contact-form__back .icon svg {
        width: 0.875rem; }
  .popin-contact-form ~ .close {
    display: none; }
  .popin-contact-form .contact-form {
    padding: 0;
    padding-top: 3.125rem;
    border: none;
    height: 100%; }
  .popin-contact-form .contact-form-success ~ .popin-contact-form__back {
    display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.count-down {
  text-align: center; }
  .count-down-date {
    font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif;
    margin-top: 1.875rem; }
    @media screen and (max-width: 49.9375rem) {
      .count-down-date {
        font-size: 2.8125rem; } }
    @media screen and (min-width: 50rem) {
      .count-down-date {
        font-size: 6.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.count-down-number-and-title {
  display: inline-flex;
  flex-direction: column;
  align-items: center; }

.count-down-number-number {
  font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif; }
  @media screen and (max-width: 49.9375rem) {
    .count-down-number-number {
      font-size: 5.625rem;
      margin-bottom: -0.625rem; } }
  @media screen and (max-width: 375px) {
    .count-down-number-number {
      font-size: 5rem;
      margin-bottom: -0.625rem; } }
  @media screen and (min-width: 50rem) {
    .count-down-number-number {
      font-size: 12.5rem;
      line-height: 13rem;
      margin-bottom: -1.25rem; } }

.count-down-number-columns {
  font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif; }
  @media screen and (max-width: 49.9375rem) {
    .count-down-number-columns {
      font-size: 2.5rem; } }
  @media screen and (min-width: 50rem) {
    .count-down-number-columns {
      font-size: 6.25rem; } }

.count-down-number-title {
  text-transform: uppercase; }
  @media screen and (max-width: 49.9375rem) {
    .count-down-number-title {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 50rem) {
    .count-down-number-title {
      font-size: 0.9375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.dollars-raised {
  text-align: center; }
  .dollars-raised-title {
    text-align: center; }
  .dollars-raised-counter {
    font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif;
    box-sizing: border-box;
    padding: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
    color: #ffffff;
    max-width: 40rem;
    text-align: left;
    margin: 0.9375rem auto; }
    .dollars-raised-counter .dollars-raised-text {
      text-transform: uppercase;
      text-align: right;
      font-size: 1.625rem; }
      .dollars-raised-counter .dollars-raised-text strong {
        font-size: 2.375rem; }

@media screen and (max-width: 49.9375rem) {
  .dollars-raised-counter {
    padding: 1.25rem;
    text-align: center; }
    .dollars-raised-counter .dollars-raised-text {
      text-align: center;
      font-size: 2rem; }
      .dollars-raised-counter .dollars-raised-text strong {
        font-size: 2.625rem; }
      .dollars-raised-counter .dollars-raised-text > span {
        display: block; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
@keyframes flipCard {
  from {
    transform: rotateX(180deg); }
  to {
    transform: rotateX(0); } }

.contributors-counter {
  margin-bottom: 1.5625rem;
  color: #ffffff;
  display: flex; }
  .contributors-counter.is-visible .counter-entry {
    animation-name: flipCard;
    animation-duration: 500ms;
    animation-timing-function: ease-in; }
    .contributors-counter.is-visible .counter-entry:nth-child(1) {
      animation-delay: 1700ms; }
    .contributors-counter.is-visible .counter-entry:nth-child(2) {
      animation-delay: 1500ms; }
    .contributors-counter.is-visible .counter-entry:nth-child(3) {
      animation-delay: 1300ms; }
    .contributors-counter.is-visible .counter-entry:nth-child(4) {
      animation-delay: 1100ms; }
    .contributors-counter.is-visible .counter-entry:nth-child(5) {
      animation-delay: 900ms; }
    .contributors-counter.is-visible .counter-entry:nth-child(6) {
      animation-delay: 700ms; }
    .contributors-counter.is-visible .counter-entry:nth-child(7) {
      animation-delay: 500ms; }
  .contributors-counter .counter-entry {
    position: relative;
    border: 0.0625rem solid #ffffff;
    border-radius: 0.5rem;
    display: inline-block;
    font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif;
    font-size: 4.5rem;
    padding: 1.25rem 0.8125rem 0 0.8125rem;
    line-height: 3.75rem;
    margin-right: 0.125rem;
    z-index: 1;
    transform: rotateX(0deg); }
    .contributors-counter .counter-entry:after {
      content: '';
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      position: absolute;
      height: 50%;
      border-radius: 0.5rem 0.5rem 0 0;
      left: 0;
      top: 0;
      z-index: 0;
      border-bottom: 0.0625rem solid #ffffff; }

@media screen and (max-width: 49.9375rem) {
  .contributors-counter {
    display: flex;
    justify-content: center; }
    .contributors-counter .counter-entry {
      font-size: 3.25rem;
      padding: 0.9375rem 0.625rem 0 0.625rem;
      line-height: 3.125rem;
      margin-right: 0.0625rem; } }

@media screen and (max-width: 21.25rem) {
  .contributors-counter .counter-entry {
    font-size: 2.875rem;
    padding: 0.875rem 0.5rem 0 0.5rem;
    line-height: 2.8125rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.entry-list-container .entry-list {
  display: flex;
  margin-bottom: -1.25rem; }
  .entry-list-container .entry-list-title {
    text-align: center;
    margin: 1.25rem 0 1.25rem; }
  .entry-list-container .entry-list-item {
    box-sizing: border-box; }

@media screen and (max-width: 49.9375rem) {
  .entry-list-container {
    margin: 0 1.25rem; }
  .entry-list {
    flex-direction: column; }
    .entry-list .entry {
      margin-bottom: 1.25rem;
      flex: 1; } }

@media screen and (min-width: 50rem) {
  .entry-list {
    justify-content: space-between;
    flex-wrap: wrap; }
    .entry-list-item-mid {
      flex-basis: calc(50% - 1.25rem); }
    .entry-list-item-full {
      flex-basis: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.entry {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative; }
  .entry .entry__image-title {
    line-height: 1;
    font-size: 4.375rem;
    position: absolute;
    text-align: center;
    margin-top: 3.75rem;
    top: 0;
    left: 0; }
    @media screen and (max-width: 49.9375rem) {
      .entry .entry__image-title {
        font-size: 2.875rem;
        margin-top: 2.8125rem; } }
  .entry .button-link {
    position: relative;
    top: -1.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.bold.expandable-description__text {
  font-family: "Century Gothic Std Bold"; }

.font-din.expandable-description__text {
  font-family: "DinCondensedBold", "Century Gothic Std", Arial, sans-serif; }

.font-pathway.expandable-description__text {
  font-family: "Pathway Gothic One", Arial, sans-serif; }
  .font-pathway.bold.expandable-description__text {
    font-weight: bold; }

.size-xxl.expandable-description__text {
  font-size: 5rem;
  line-height: 5.125rem; }
  @media screen and (max-width: 49.9375rem) {
    .size-xxl.expandable-description__text {
      font-size: 3.125rem;
      line-height: 1; } }

.size-xl.expandable-description__text {
  font-size: 3.25rem;
  line-height: 3.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .size-xl.expandable-description__text {
      font-size: 2.875rem;
      line-height: 1; } }

.size-l.expandable-description__text {
  font-size: 2rem;
  line-height: 2.375rem; }
  @media screen and (max-width: 49.9375rem) {
    .size-l.expandable-description__text {
      font-size: 1.3125rem;
      line-height: 1.6875rem; } }

.size-m.expandable-description__text {
  font-size: 1.625rem;
  line-height: 2rem; }
  @media screen and (max-width: 49.9375rem) {
    .size-m.expandable-description__text {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.size-s.expandable-description__text {
  font-size: 0.9375rem;
  line-height: 1.25rem; }

.size-xs.expandable-description__text {
  font-size: 0.8125rem; }

.align-left.expandable-description__text {
  text-align: left; }

.align-center.expandable-description__text {
  text-align: center; }

.align-right.expandable-description__text {
  text-align: right; }

@media screen and (max-width: 49.9375rem) {
  .m-align-left.expandable-description__text {
    text-align: left; }
  .m-align-center.expandable-description__text {
    text-align: center; }
  .m-align-right.expandable-description__text {
    text-align: right; } }

.expandable-description {
  display: flex;
  max-width: 52.5rem;
  flex-direction: column;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center; }
  .expandable-description__text {
    width: 100%; }
    .expandable-description__text p + p {
      margin-top: 0.75rem; }
  .expandable-description__text--center {
    margin-left: auto;
    margin-right: auto; }
  .expandable-description__text--left {
    text-align: left;
    margin-right: auto; }
  .expandable-description__text--right {
    text-align: right;
    margin-left: auto; }
  .expandable-description__control {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5625rem auto 0; }
    .expandable-description__control__icon {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 2.5rem;
      border: 0.0625rem solid black;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0.9375rem; }
      .expandable-description__control__icon svg {
        width: 1.25rem;
        height: 1.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .expandable-description {
      margin: 0 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-entry {
  position: relative;
  max-width: 59.375rem;
  display: block;
  margin: 2.5rem auto; }
  .generic-entry .wrapper-content {
    position: absolute;
    top: 5rem;
    left: 5rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center; }
  .generic-entry .title-with-level.pathway {
    font-size: 2.375rem; }
  .generic-entry-description {
    margin: 1.125rem 0;
    max-width: 17.5rem;
    line-height: 1.5rem; }
  .generic-entry-link {
    display: flex; }

@media screen and (max-width: 49.9375rem) {
  .generic-entry .wrapper-content {
    justify-content: space-between;
    height: 100%;
    right: 0;
    top: 0;
    left: 0; }
    .generic-entry .wrapper-content .generic-entry-text {
      padding-left: 2.5rem;
      padding-top: 2.5rem; }
  .generic-entry .title-with-level.pathway,
  .generic-entry .generic-entry-link {
    max-width: 15.625rem; }
  .generic-entry .generic-entry-link {
    padding-bottom: 2.5rem; }
  .generic-entry p {
    max-width: 14.375rem; }
  .generic-entry-link {
    display: block;
    margin: 0 auto; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.iframe__content {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

.iframe__title, .iframe__subtitle {
  display: block;
  width: 100%;
  text-align: center; }

.iframe__subtitle {
  margin-top: 0.5625rem; }

.iframe__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  margin-top: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.image-with-description-slider .title-with-level {
  text-align: center;
  margin: 1.25rem 0 2rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cover-items-slider .arrow-icon {
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  align-items: center;
  position: absolute;
  top: 0;
  margin-top: 21.42857%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  cursor: pointer; }
  .cover-items-slider .arrow-icon--left {
    left: 0;
    z-index: 1;
    justify-content: flex-end; }
  .cover-items-slider .arrow-icon--right {
    right: 0;
    z-index: 2;
    justify-content: flex-start; }

.cover-items-slider .slick-bottom {
  justify-content: flex-end;
  position: absolute;
  bottom: 6.75rem;
  right: 2.5rem; }

@media screen and (min-width: 50rem) {
  .cover-items-slider .slider {
    padding-bottom: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.image-with-description {
  max-width: 87.5rem; }
  @media screen and (min-width: 50rem) {
    .image-with-description {
      margin: 0 auto; } }
  .image-with-description img {
    width: 100%; }
  .image-with-description .description {
    display: block;
    padding: 0 5rem;
    margin-top: 2rem;
    text-align: center; }
  @media screen and (max-width: 49.9375rem) {
    .image-with-description {
      max-width: 39.375rem; }
      .image-with-description .description {
        padding-right: 1.4375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.intro-text {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 23.4375rem;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto; }
  .intro-text-visual {
    position: relative;
    margin: 0 auto 1.5625rem; }
  .intro-text-description {
    font-family: 1.0625rem;
    line-height: 1.625rem;
    text-align: center; }
  @media screen and (min-width: 50rem) {
    .intro-text {
      max-width: 31.875rem; }
      .intro-text-visual {
        max-width: 25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.landing-news {
  padding: 0;
  display: flex; }
  .landing-news--no-products {
    margin-right: 0 !important; }
    .landing-news--no-products .landing-news-media {
      margin-right: 0 !important;
      width: 100% !important; }
  @media screen and (min-width: 50rem) {
    .landing-news {
      width: 100%; }
      .landing-news .landing-news-media {
        width: 70%;
        margin-right: 2.5rem; }
      .landing-news .landing-news-products {
        width: 30%; } }
  @media screen and (max-width: 49.9375rem) {
    .landing-news {
      display: block;
      width: 100%; }
      .landing-news .landing-news-media {
        margin-bottom: 1.5625rem;
        width: 100% !important; }
      .landing-news .landing-news-products {
        width: 100% !important; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.landing-news-media {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  height: 100%; }
  .landing-news-media-link:first-of-type {
    height: 100%; }
  .landing-news-media-link:last-of-type {
    display: inline-block; }
  .landing-news-media .image,
  .landing-news-media .player,
  .landing-news-media .landing-news-media-description,
  .landing-news-media .landing-news-media-title {
    margin-bottom: 0.75rem; }
  @media screen and (max-width: 49.9375rem) {
    .landing-news-media {
      text-align: center; }
      .landing-news-media button {
        margin: auto; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
@media screen and (max-width: 49.9375rem) {
  .landing-news-products .slick-slide {
    padding: 0 0.625rem; } }

@media screen and (min-width: 50rem) {
  .landing-news-products .product-image {
    height: 100%; }
  .landing-news-products .arrow-icon {
    position: absolute;
    top: 18%;
    width: 1.25rem;
    padding-right: 0 !important;
    z-index: 3;
    padding-bottom: 30%;
    padding-top: 30%; }
    .landing-news-products .arrow-icon .icon {
      font-size: 0.5rem; }
    .landing-news-products .arrow-icon--left {
      left: 0; }
    .landing-news-products .arrow-icon--right {
      right: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.make-up-comparator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .make-up-comparator-title {
    text-align: center;
    margin-bottom: 0.9375rem; }
  .make-up-comparator-description {
    font-size: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .make-up-comparator-content {
    position: relative;
    padding: 2.5rem;
    margin-top: 0.375rem;
    border: 0.0625rem solid #e5e5e5; }
    .make-up-comparator-content .image-comparator {
      width: 50rem;
      height: 30.4375rem; }
      .make-up-comparator-content .image-comparator-img.image-comparator-overlay {
        border-right: 0.0625rem white solid; }
      .make-up-comparator-content .image-comparator-slider {
        top: 90%;
        left: -1.6875rem;
        width: 53.25rem; }
        .make-up-comparator-content .image-comparator-slider::-webkit-slider-runnable-track {
          top: 0;
          padding-top: 0; }
  .make-up-comparator-products {
    display: flex;
    margin-top: 1.25rem; }
    .make-up-comparator-products .make-up-comparator-product {
      width: 50%; }
  @media screen and (max-width: 49.9375rem) {
    .make-up-comparator-title {
      margin-bottom: 0.3125rem; }
    .make-up-comparator-description {
      text-align: center;
      margin: 0 1.25rem 0.3125rem 1.25rem; }
    .make-up-comparator-content {
      width: 100%;
      padding: 1.875rem 0;
      border-left: none;
      border-right: none; }
      .make-up-comparator-content .image-comparator {
        width: 23.4375rem;
        height: 19.875rem;
        margin: auto; }
        .make-up-comparator-content .image-comparator-img:not(.image-comparator-overlay) .image img {
          max-width: 100% !important; }
        .make-up-comparator-content .image-comparator-overlay .image img {
          width: 23.4375rem; }
        .make-up-comparator-content .image-comparator-slider {
          top: 85%;
          width: 26.875rem; } }
  @media screen and (max-width: 23.375rem) {
    .make-up-comparator-content .image-comparator {
      width: 20rem;
      height: 16.9375rem; }
      .make-up-comparator-content .image-comparator-img .image img {
        width: 20rem;
        height: 16.9375rem; }
      .make-up-comparator-content .image-comparator-slider {
        top: 80%;
        width: 23.4375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.tooltip {
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  width: 1.5rem;
  height: 1.5rem; }
  .tooltip-button .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem; }
    .tooltip-button .icon svg {
      width: 1.5rem;
      height: 1.5rem; }
  .tooltip-info {
    position: absolute;
    padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
    background-color: black;
    color: white;
    border-radius: 0.3125rem;
    z-index: 2; }
    .tooltip-info.closed {
      display: none; }
    .tooltip-info.top {
      bottom: calc(100% + 0.25rem); }
      .tooltip-info.top:before {
        top: calc(100% - 0.25rem); }
    .tooltip-info.right {
      left: -0.625rem; }
      .tooltip-info.right:before {
        left: 1.375rem; }
    .tooltip-info.bottom {
      top: calc(100% + 0.25rem); }
      .tooltip-info.bottom:before {
        top: -0.25rem; }
    .tooltip-info.left {
      left: -17.25rem; }
      .tooltip-info.left:before {
        left: 16.75rem; }
    .tooltip-info.top.center, .tooltip-info.bottom.center {
      left: 50%;
      transform: translateX(-50%); }
      .tooltip-info.top.center:before, .tooltip-info.bottom.center:before {
        left: 9.0625rem; }
    .tooltip-info.top:before, .tooltip-info.bottom:before {
      transform: translateX(-50%) rotate(45deg); }
    .tooltip-info:before {
      content: '';
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      background: #000000; }
  .tooltip-text {
    width: 14.375rem; }
  .tooltip-close {
    position: absolute;
    right: 0.9375rem; }
    .tooltip-close .icon,
    .tooltip-close svg {
      width: 1rem;
      height: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.logged-in-shipping-address {
  display: flex;
  flex-direction: column; }
  .logged-in-shipping-address__information {
    margin-bottom: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem; }
  .generic-section__subsections {
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: top;
    position: relative; }
  .generic-section--read-mode .generic-section__subsections {
    font-size: 0.9375rem;
    line-height: 1.6875rem; }
    .generic-section--read-mode .generic-section__subsections__edit-button {
      position: absolute;
      right: 0.625rem;
      text-decoration: underline;
      z-index: 2; }
      .generic-section--read-mode .generic-section__subsections__edit-button:hover {
        font-weight: bold; }
  .generic-section__header {
    display: flex;
    border-bottom: 0.0625rem solid #e5e5e5;
    margin-bottom: 1.25rem;
    z-index: 2; }
  .generic-section__submit-button {
    margin: 1.25rem auto 0 auto;
    align-self: center; }
  .generic-section__skip-button {
    text-decoration: underline;
    margin: 1.25rem auto 0 auto;
    font-size: 0.9375rem; }
  .generic-section .terms-and-conditions {
    font-size: 0.8125rem;
    line-height: 1.38;
    text-align: center;
    margin-top: 0.4375rem;
    margin: 1.25rem 0.625rem 0 0.625rem; }
    .generic-section .terms-and-conditions > a {
      text-decoration: underline; }
      .generic-section .terms-and-conditions > a:hover {
        font-weight: bold; }
  @media screen and (max-width: 49.9375rem) {
    .generic-section {
      margin: 1.25rem; }
      .generic-section__submit-button {
        margin: 2.5rem auto 0 auto; }
      .generic-section--read-mode .generic-section__subsections {
        color: #000000; }
        .generic-section--read-mode .generic-section__subsections__edit-button {
          top: 0.3125rem; }
        .generic-section--read-mode .generic-section__subsections > div:first-of-type {
          padding-top: 2.5rem; } }

.generic-options .tabs-header, .generic-options .tabs-dash-buttons-title {
  display: none; }

.generic-options__edit .tabs-header, .generic-options__edit .tabs-dash-buttons-title {
  display: flex; }

.generic-options__edit .tabs-content {
  line-height: 1; }

.generic-options .tabs-content {
  padding: 0; }
  .generic-options .tabs-content .content.hidden {
    display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.generic-subsection {
  display: flex;
  flex-direction: column; }
  .generic-subsection .information-box_error {
    margin-bottom: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.subsection-title {
  margin-bottom: 1.25rem !important; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.promocode-summary {
  margin-bottom: 1.25rem;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #cecece;
  padding: 0.9375rem 1.25rem;
  box-sizing: border-box; }
  .promocode-summary__title {
    margin-bottom: 1.5625rem; }
  @media screen and (max-width: 49.9375rem) {
    .promocode-summary {
      border: none;
      border-bottom: 0.0625rem solid #e5e5e5;
      border-radius: 0;
      margin: 0 1.25rem;
      padding: 1.25rem 0;
      box-sizing: border-box; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.promocode-read {
  width: 100%;
  padding: 1.5625rem 0 0.625rem 0; }
  .promocode-read__code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.625rem;
    flex-wrap: wrap; }
    .promocode-read__code__name {
      text-transform: uppercase;
      font-size: 0.9375rem;
      font-family: "Century Gothic Std Bold"; }
    .promocode-read__code__delete-button {
      text-decoration: underline;
      font-size: 0.9375rem; }
      .promocode-read__code__delete-button:hover {
        font-weight: bold; }
  .promocode-read__info {
    font-size: 0.8125rem; }
  @media screen and (max-width: 49.9375rem) {
    .promocode-read {
      padding-bottom: 0; } }

.checkout-content-mobile .basket-error-box {
  margin: 1rem 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.image-comparator {
  position: relative;
  width: 11.875rem;
  height: 10.9375rem;
  box-sizing: border-box; }
  .image-comparator-text {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    top: 75%;
    z-index: 2;
    font-size: 1.625rem; }
    .image-comparator-text-left {
      left: 8%; }
    .image-comparator-text-right {
      right: 8%; }
  .image-comparator-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box; }
  .image-comparator-img img {
    display: block !important;
    box-sizing: border-box;
    max-width: none !important; }
  .image-comparator-img.image-comparator-overlay {
    border-right: 0.0625rem white solid; }
  .image-comparator-img.no-right-image img {
    margin: -0.125rem;
    display: none !important; }
  .image-comparator-slider--transparent-thumb::-webkit-slider-thumb {
    width: 3.125rem !important;
    height: 3.125rem !important;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 15'%3E %3Cpath fill='%23CECECE' d='M8,1.2L1.6,7.5L8,13.8l-0.8,0.8L0,7.5l7.1-7.1l0.4,0.4L8,1.2z M40.8,0.4L40,1.2l6.3,6.3L40,13.8l0.5,0.4l0.4,0.4L48,7.5L40.8,0.4z'/%3E %3C/svg%3E") !important; }
  .image-comparator-slider--transparent-thumb::-ms-thumb {
    width: 3.125rem !important;
    height: 3.125rem !important;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 15' fill='grey'%3E %3Cpath fill='%23CECECE' d='M8,1.2L1.6,7.5L8,13.8l-0.8,0.8L0,7.5l7.1-7.1l0.4,0.4L8,1.2z M40.8,0.4L40,1.2l6.3,6.3L40,13.8l0.5,0.4l0.4,0.4L48,7.5L40.8,0.4z'/%3E %3C/svg%3E") !important; }
  .image-comparator-slider {
    width: 13.75rem;
    left: -1.0625rem;
    padding: 0 !important;
    top: 100%;
    background-color: transparent; }
    .image-comparator-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
      width: 1.875rem;
      height: 1.875rem;
      border: 0;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E %3Cpath d='M15,0C6.7,0,0,6.7,0,15c0,8.3,6.7,15,15,15s15-6.7,15-15C30,6.7,23.3,0,15,0z M15,29C7.3,29,1,22.7,1,15C1,7.3,7.3,1,15,1 s14,6.3,14,14C29,22.7,22.7,29,15,29z M18.6,10.7l4.3,4.3l-4.3,4.3l-0.5-0.5l3.7-3.7l-3.7-3.7L18.6,10.7z M11.9,11.3L8.2,15l3.7,3.7 l-0.5,0.5L7.1,15l4.3-4.3L11.9,11.3z'/%3E %3C/svg%3E");
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      background-color: transparent !important; }
    .image-comparator-slider::-webkit-slider-runnable-track {
      -webkit-appearance: none;
              appearance: none;
      position: relative;
      top: -10.9375rem;
      padding-top: 10.9375rem;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      background-color: transparent !important; }
    .image-comparator-slider:disabled::-webkit-slider-thumb {
      cursor: default !important; }
    .image-comparator-slider:disabled::-ms-thumb {
      cursor: default !important; }
    .image-comparator-slider::-ms-track {
      width: 100%;
      height: 30px;
      background: transparent;
      border-color: transparent;
      border-width: 6px 0;
      color: transparent; }
    .image-comparator-slider::-ms-thumb {
      border: none;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
      background: transparent;
      width: 1.875rem;
      height: 1.875rem;
      border: 0;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve' fill='black'%3E %3Cpath d='M15,0C6.7,0,0,6.7,0,15c0,8.3,6.7,15,15,15s15-6.7,15-15C30,6.7,23.3,0,15,0z M15,29C7.3,29,1,22.7,1,15C1,7.3,7.3,1,15,1 s14,6.3,14,14C29,22.7,22.7,29,15,29z M18.6,10.7l4.3,4.3l-4.3,4.3l-0.5-0.5l3.7-3.7l-3.7-3.7L18.6,10.7z M11.9,11.3L8.2,15l3.7,3.7 l-0.5,0.5L7.1,15l4.3-4.3L11.9,11.3z'/%3E %3C/svg%3E"); }
    .image-comparator-slider::-ms-fill-lower {
      background: transparent; }
    .image-comparator-slider::-ms-fill-upper {
      background: transparent; }
    .image-comparator-slider:focus::-ms-fill-upper {
      background: transparent; }
    .image-comparator-slider:focus::-ms-fill-upper {
      background: transparent; }
    .image-comparator-slider::-ms-tooltip {
      display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.make-up-comparator-product {
  display: flex;
  flex-direction: column; }
  .make-up-comparator-product-tags {
    margin-bottom: 0.625rem; }
  .make-up-comparator-product-title {
    margin-bottom: 0.9375rem; }
  .make-up-comparator-product-link {
    text-decoration: underline;
    margin-right: auto; }
    .make-up-comparator-product-link:hover {
      font-weight: bold; }
  @media screen and (max-width: 49.9375rem) {
    .make-up-comparator-product {
      padding: 0 0.9375rem; }
      .make-up-comparator-product-title {
        min-height: 2.5rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.media-text-link-half {
  display: flex;
  font-size: 3.25rem;
  line-height: 1.5rem;
  width: 100%;
  max-width: 100%;
  align-items: center;
  box-sizing: border-box; }
  .media-text-link-half__media {
    width: 50%;
    height: 100%; }
  .media-text-link-half__content {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 100%;
    height: 100%;
    align-items: center; }
    .media-text-link-half__content .texts {
      width: 100%; }
      .media-text-link-half__content .texts__title {
        text-align: center;
        width: 100%; }
      .media-text-link-half__content .texts__description {
        font-size: 0.9375rem;
        line-height: 1.5rem;
        text-align: center;
        padding-bottom: 0.625rem;
        width: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.media-text-link-half-mobile {
  width: 100%; }
  .media-text-link-half-mobile__title {
    text-align: center;
    padding: 1.5625rem;
    box-sizing: border-box; }
  .media-text-link-half-mobile__media {
    text-align: center;
    align-items: center; }
  .media-text-link-half-mobile__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center; }
  .media-text-link-half-mobile__description {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 1.25rem 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.new-products {
  padding: 0;
  height: 100%;
  text-align: center; }
  .new-products-link:last-of-type {
    display: inline-block;
    text-align: center; }
  .new-products-title {
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    border-top: 0.0625rem solid #e5e5e5;
    text-align: center; }
  .new-products-list {
    display: flex;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 50rem) {
      .new-products-list .product {
        flex: 1;
        margin: 0 0.625rem; }
      .new-products-list .product-legend {
        text-align: left; }
      .new-products-list .product-legend-bottom .product-legend {
        margin-left: 0 !important; } }
    @media screen and (max-width: 49.9375rem) {
      .new-products-list--one-product-mobile {
        display: block;
        text-align: left; }
      .new-products-list--two-products-mobile {
        flex-wrap: wrap;
        text-align: left;
        justify-content: space-between; }
        .new-products-list--two-products-mobile .product {
          display: block;
          width: 50%;
          margin: 0 auto 1.25rem; }
        .new-products-list--two-products-mobile .product-legend-bottom {
          width: 48%;
          margin: 0 auto 1.25rem; }
          .new-products-list--two-products-mobile .product-legend-bottom + .lazyload-placeholder {
            margin-left: -0.0625rem; }
      .new-products-list .product {
        margin-bottom: 1.875rem; } }
  .new-products button {
    margin: auto; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.news-item {
  width: 100%; }
  .news-item img:not(.news-item-packshot) {
    display: block;
    width: 100%;
    height: 100%; }
  .news-item .news-item-packshot {
    width: 23%; }
  .news-item-subtitle {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin-bottom: 0.625rem;
    color: #757575; }
  .news-item-title {
    font-size: 1.625rem;
    line-height: 2rem;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0.8125rem; }
  .news-item-visuals {
    position: relative; }
  .news-item-packshot {
    margin-left: 30%;
    position: absolute; }
  .news-item-infos {
    padding: 0.9375rem 0; }
  .news-item-link {
    width: 100%; }
  @media screen and (min-width: 50rem) {
    .news-item-packshot {
      width: 22.657%;
      bottom: -10.95%;
      left: 50%;
      transform: translateX(-50%); }
    .news-item-infos {
      padding-bottom: 0; }
    .news-item .static-button {
      display: block;
      font-size: 0.9375rem;
      width: 14.0625rem; }
      .news-item .static-button .button-link {
        width: 100%; } }
  @media screen and (max-width: 49.9375rem) {
    .news-item {
      text-align: center; }
      .news-item img {
        width: 100%; }
      .news-item-title {
        display: flex;
        justify-content: center;
        font-size: 1.3125rem;
        line-height: 1.625rem; }
      .news-item-packshot {
        bottom: -1.875rem;
        right: 0;
        width: 50% !important; }
      .news-item-infos {
        height: 10.9375rem;
        display: flex;
        flex-direction: column; }
      .news-item .static-button {
        width: 100%;
        font-size: 0.9375rem;
        margin-top: auto;
        margin-bottom: 1.5625rem; }
        .news-item .static-button .button-link {
          align-self: center; } }

.news-item.news-video-item {
  max-width: 59.375rem;
  margin: auto; }
  .news-item.news-video-item .news-item-infos {
    height: auto;
    display: block;
    margin-bottom: -1.5625rem; }
  @media screen and (min-width: 50rem) {
    .news-item.news-video-item {
      padding-bottom: 1.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cards-slider {
  /* To keep the same height for each item */ }
  .cards-slider .card-item {
    box-shadow: 0 0.3125rem 1.25rem 0rem rgba(0, 0, 0, 0.3); }
  .cards-slider .slick-track {
    display: flex; }
  .cards-slider .slick-slide {
    height: auto;
    padding: 0 0.3%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.preview {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  max-width: 100%; }
  .preview.additionnal-cta .preview-content {
    justify-content: center; }
    .preview.additionnal-cta .preview-content > *:not(:last-child) {
      margin-bottom: 1.25rem; }
  .preview-bloc-title {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 0.0625rem solid #e5e5e5; }
  .preview-bloc-title + .preview-container {
    margin-top: 1.25rem; }
  .preview-subtitle {
    text-align: center;
    margin-top: 0.9375rem; }
  .preview-subtitle + .preview-container {
    margin-top: 1.25rem; }
  .preview-container {
    display: inline-flex;
    position: relative;
    width: 100%; }
  .preview-content {
    display: flex;
    left: 0;
    position: absolute;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 1.25rem;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 49.9375rem) {
      .preview-content {
        min-height: 100%; } }
    .preview-content-top {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .preview-content-title, .preview-content-description {
      text-align: center; }
    .preview-content-description {
      margin-top: 0.8125rem;
      max-width: 30rem; }
    .preview-content-logo {
      max-width: 18.75rem; }
    .preview-content.white {
      color: white; }
    .preview-content-cta {
      display: flex;
      flex-direction: column;
      text-align: center; }
      .preview-content-cta > *:not(:last-child) {
        margin-bottom: 1.25rem; }
      .preview-content-cta > * .button-link {
        width: 100%; }
    .preview-content .button-link {
      height: 3.75rem;
      border-radius: 3.75rem;
      text-transform: uppercase; }
    .preview-content .icon {
      width: 0.75rem;
      height: 1.25rem; }
  .preview .image {
    margin: 0 auto; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.slider-product {
  /* Animated Hide infos when slide is not active */ }
  @media screen and (max-width: 49.9375rem) {
    .slider-product .slick-list {
      display: flex;
      align-items: stretch; } }
  .slider-product .slick-track {
    display: flex;
    align-items: stretch; }
  .slider-product .title-with-level {
    text-align: center;
    margin: 1.25rem 0 1.25rem; }
  .slider-product .slick-slide {
    padding: 0 0.625rem; }
  @media screen and (min-width: 50rem) {
    .slider-product .slider {
      overflow: visible; }
    .slider-product .arrow-icon {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      z-index: 2;
      overflow: visible; }
      .slider-product .arrow-icon--right {
        right: -1.25rem; }
      .slider-product .arrow-icon--left {
        left: -1.25rem; } }
  @media screen and (max-width: 42.4375rem) {
    .slider-product .slick-slide .infos {
      opacity: 0;
      transform: translateX(-30%);
      transition: opacity 0.4s 0.1s ease-in, transform 0.5s 0s ease-in; }
    .slider-product .slick-slide.slick-active .infos {
      opacity: 1;
      transform: translateX(0rem);
      transition: opacity 0.4s 0s ease-out, transform 0.5s 0s ease-out; }
    .slider-product .slick-slide.slick-active + .slick-slide .infos {
      opacity: 0;
      transform: translateX(30%); } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-light {
  -webkit-user-drag: none;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border-top: 0;
  text-transform: none;
  text-align: center;
  width: 100%;
  display: flex;
  max-width: 34.375rem; }
  .product-light .infos {
    display: flex;
    /* drop IE11 support for < 800px */
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    @media screen and (max-width: 49.9375rem) {
      .product-light .infos {
        flex: 1; } }
  .product-light .title {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    margin: 0.9375rem 0 0.625rem; }
  .product-light .category-price {
    margin-bottom: 0.9375rem; }
  .product-light .price-line {
    display: inline; }
  .product-light-image {
    width: 100%;
    padding-right: 0; }
  .product-light .button-link {
    align-self: center; }
    .product-light .button-link svg {
      width: 0.9375rem;
      height: 0.9375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-slider-infos__title {
  text-align: center;
  margin-bottom: 1.5625rem;
  box-sizing: border-box; }

.product-slider-infos .product-slider .slick-bottom {
  position: absolute;
  margin-top: 0; }

.product-slider-infos .product-slider .arrow-icon {
  bottom: -3.75rem; }

.product-slider-infos .product-slider .slick-dots {
  display: flex;
  justify-content: center; }

.product-slider-infos__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  text-align: center;
  margin: 4.375rem auto 0;
  line-height: 1.5rem; }
  .product-slider-infos__container .intensity {
    width: auto; }
  .product-slider-infos__container .price-line {
    display: block; }
  .product-slider-infos__container .static-button {
    text-transform: uppercase;
    margin: 1.25rem 0;
    display: block; }
  .product-slider-infos__container__description {
    max-width: 34.375rem;
    margin: 0 auto; }

@media screen and (max-width: 49.9375rem) {
  .product-slider-infos .product-slider {
    margin: 0; }
    .product-slider-infos .product-slider .slider.slider--wrapper .slick-wrapper {
      padding-left: 5%;
      padding-right: 5%; }
    .product-slider-infos .product-slider .slider .slick-side {
      padding: 0 0.625rem 0 0; }
  .product-slider-infos__container {
    max-width: 100%;
    margin-top: 1.25rem; }
    .product-slider-infos__container span {
      max-width: none; }
    .product-slider-infos__container__subtitle {
      padding: 0;
      width: 100%;
      text-align: center; }
    .product-slider-infos__container__description {
      padding: 0 0.9375rem; } }

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

.push-video-media,
.push-image-media {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%; }

.push-video-content {
  position: absolute;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  text-align: center;
  box-sizing: border-box; }
  .push-video-content .button-link {
    margin: 0 auto; }

.push-video-description {
  max-width: 21.875rem;
  margin: 0 auto;
  line-height: 1.6; }

@media screen and (min-width: 50rem) {
  .push-video {
    padding-bottom: 56.25%; }
  .push-video-content {
    justify-content: center;
    padding: 1.875rem; }
    .push-video-content .title-with-level {
      margin-bottom: 1.25rem; }
  .push-video-description {
    max-width: 21.875rem;
    margin-bottom: 3.75rem; } }

@media screen and (max-width: 49.9375rem) {
  .push-video {
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.season-look {
  padding: 0; }
  .season-look-separator {
    padding-top: 1.25rem;
    border-top: 0.0625rem solid #e5e5e5; }
  .season-look-title {
    text-align: center;
    margin-bottom: 0.9375rem; }
  .season-look-description {
    margin-bottom: 1.875rem;
    text-align: center;
    padding: 0 1.25rem; }
  .season-look .image {
    margin-bottom: 1.875rem; }
  .season-look .slider-container {
    max-width: 62.5rem;
    margin: 0 auto; }
  .season-look .product {
    display: block;
    margin: 0 1rem; }
    .season-look .product img {
      width: 100%; }
  .season-look .arrow-icon {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    padding-top: 0;
    z-index: 1; }
  .season-look .arrow-icon--left {
    left: -1.5rem; }
  .season-look .arrow-icon--right {
    right: -1.5rem; }
  .season-look .product-legend-bottom .product-legend {
    margin-left: 0 !important; }
  @media screen and (max-width: 49.9375rem) {
    .season-look .slick-slider.slick-initialized {
      padding-left: 15%;
      padding-right: 15%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.products-selection {
  text-align: center;
  background-color: #f6f6f6;
  padding: 1rem 0; }
  .products-selection > .title-with-level {
    margin: 1rem 0; }
  .products-selection .slider.slider--wrapped .slick-slider {
    padding-left: 15%;
    padding-right: 15%; }
  @media screen and (min-width: 49.9375rem) {
    .products-selection {
      margin-left: 6.25rem;
      margin-right: 6.25rem;
      box-shadow: -62.5rem 0 0 0 #f6f6f6, 62.5rem 0 0 0 #f6f6f6; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.products-selection-slider {
  margin: 0 1.875rem; }
  .products-selection-slider .slider .slick-track .slick-slide {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding: 0 0.9375rem; }
  .products-selection-slider .arrow-icon {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1; }
    .products-selection-slider .arrow-icon--right {
      right: -3.125rem; }
    .products-selection-slider .arrow-icon--left {
      left: -3.125rem; }

@media screen and (min-width: 50rem) {
  .slider {
    overflow: visible; } }

@media screen and (max-width: 49.9375rem) {
  .products-selection-slider {
    margin: 0; }
    .products-selection-slider .slick-slide .product-selection-card__infos {
      opacity: 0;
      transform: translateX(-30%);
      transition: opacity 0.4s 0.1s ease-in, transform 0.5s 0s ease-in; }
    .products-selection-slider .slick-slide.slick-active .product-selection-card__infos {
      opacity: 1;
      transform: translateX(0rem);
      transition: opacity 0.4s 0s ease-out, transform 0.5s 0s ease-out; }
    .products-selection-slider .slick-slide.slick-active + .slick-slide .product-selection-card__infos {
      opacity: 0;
      transform: translateX(30%); } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-selection-card {
  box-sizing: border-box;
  display: flex;
  max-width: none;
  padding: 0;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative; }
  .product-selection-card .toggle-wishlist {
    position: absolute;
    right: 0.6875rem;
    top: 0.6875rem;
    z-index: 1; }
  .product-selection-card__link {
    width: 100%;
    height: 100%; }
  .product-selection-card__content {
    text-align: center; }
    .product-selection-card__content .image {
      margin-bottom: 0.625rem;
      justify-content: center; }
      .product-selection-card__content .image img {
        width: 100%; }
      .product-selection-card__content .image .lazyload-placeholder {
        width: 100%; }
    @supports (-ms-ime-align: auto) {
      .product-selection-card__content {
        /* EDGE CSS styles go here */ }
        .product-selection-card__content .image {
          height: 100%; }
          .product-selection-card__content .image img {
            height: 100%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .product-selection-card__content {
        /* IE10+ CSS styles go here */ }
        .product-selection-card__content .image {
          height: 100%; }
          .product-selection-card__content .image img {
            height: 100%; } }
  .product-selection-card__infos {
    display: flex;
    flex-direction: column; }
  .product-selection-card__tags {
    display: flex;
    min-height: 2.5rem;
    color: #707070; }
    .product-selection-card__tags .tags {
      margin: auto auto 0; }
  .product-selection-card__title {
    overflow: hidden; }
    @media screen and (min-width: 50rem) {
      .product-selection-card__title {
        height: 2.25rem; } }
    @media screen and (max-width: 49.9375rem) {
      .product-selection-card__title {
        margin-bottom: 0.625rem; } }
  .product-selection-card__description {
    overflow: hidden;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.5rem;
    padding: 0 0.9375rem; }
    @media screen and (min-width: 50rem) {
      .product-selection-card__description {
        height: 6.25rem; } }
  .product-selection-card__price {
    min-height: 1.5rem;
    margin: 0.9375rem 0;
    font-family: "Century Gothic Std Bold"; }
  .product-selection-card .static-button button {
    height: 3.75rem;
    border-radius: 3.75rem; }
    .product-selection-card .static-button button span.button-link-content {
      text-transform: uppercase; }
    .product-selection-card .static-button button svg {
      width: 0.9375rem;
      height: 0.9375rem; }

@media screen and (max-width: 49.9375rem) {
  .slick-slide.slick-active.slick-current .product-selection-card__title {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    width: auto; }
  .slick-slide.slick-active.slick-current .product-selection-card__description {
    margin: 0 -1.125rem;
    padding: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.selection-date {
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.6; }
  .selection-date__separator {
    height: 0.0625rem;
    width: 100%;
    background-color: #000000;
    margin: 0.3125rem; }
  .selection-date .month {
    padding: 0 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.slider-images-video-wrapper {
  text-align: center;
  margin-left: 6.25rem;
  margin-right: 6.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .slider-images-video-wrapper {
      margin-left: 0;
      margin-right: 0; } }
  .slider-images-video-wrapper .slick-track {
    display: flex;
    align-items: center; }
  .slider-images-video-wrapper--not-centered .slick-track {
    align-items: flex-start; }
  .slider-images-video-wrapper .description {
    margin: 1.5625rem auto;
    max-width: 52.5rem; }
  .slider-images-video-wrapper .slider-images-video {
    margin: 0 1.875rem; }
    @media screen and (max-width: 49.9375rem) {
      .slider-images-video-wrapper .slider-images-video {
        margin: 0; } }
    .slider-images-video-wrapper .slider-images-video .slider .slick-slide {
      padding: 0 0.9375rem; }
      @media screen and (max-width: 49.9375rem) {
        .slider-images-video-wrapper .slider-images-video .slider .slick-slide {
          padding: 0 0.3125rem; } }
      .slider-images-video-wrapper .slider-images-video .slider .slick-slide .btn-wrapper {
        display: block;
        width: 100%;
        height: 100%; }
      .slider-images-video-wrapper .slider-images-video .slider .slick-slide img {
        margin: 0 auto;
        width: 100%; }
    .slider-images-video-wrapper .slider-images-video .slider .arrow-icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
      .slider-images-video-wrapper .slider-images-video .slider .arrow-icon--right {
        right: -3.125rem; }
      .slider-images-video-wrapper .slider-images-video .slider .arrow-icon--left {
        left: -3.125rem; }
  @media screen and (max-width: 49.9375rem) {
    .slider-images-video-wrapper .slider-cta {
      margin-top: 1.625rem; } }
  @media screen and (min-width: 50rem) {
    .slider-images-video-wrapper .slider-cta {
      margin-top: 2.5rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.slide-image-video {
  box-sizing: border-box; }
  .slide-image-video__title {
    display: inline-block;
    margin-top: 0.4375rem; }
  .slide-image-video__image {
    position: relative; }
    .slide-image-video__image .play-icon {
      border: 0.125rem solid #ffffff;
      border-radius: 50%;
      width: 3.75rem;
      height: 3.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .slide-image-video__image .play-icon svg {
        width: 0.9375rem; }
    .slide-image-video__image .player {
      position: relative;
      top: initial;
      left: initial;
      display: block;
      overflow: initial;
      padding-bottom: 0; }
      .slide-image-video__image .player video {
        z-index: 1;
        position: absolute;
        top: 0; }
      .slide-image-video__image .player .poster {
        position: relative;
        z-index: 2; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.video-popin {
  margin-top: 1rem;
  width: 73.75rem;
  max-width: 100%;
  max-height: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.subscribe-or-share-cover {
  display: block;
  max-width: 90rem; }
  .subscribe-or-share-cover-top {
    display: flex;
    width: 100%; }
  .subscribe-or-share-cover-media {
    width: 69%;
    margin-right: 2.5rem; }
  .subscribe-or-share-cover-text-and-buttons {
    width: 31%;
    display: flex;
    flex-direction: column; }
  .subscribe-or-share-cover-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 1.875rem; }
  .subscribe-or-share-cover-suscribe-button {
    width: 100%;
    margin-right: 1.25rem; }
  .subscribe-or-share-cover-share-button {
    width: 100%; }
  @media screen and (max-width: 49.9375rem) {
    .subscribe-or-share-cover {
      display: flex;
      flex-direction: column;
      padding: 1.25rem; }
      .subscribe-or-share-cover-top {
        display: flex;
        flex-direction: column;
        width: 100%; }
      .subscribe-or-share-cover-media {
        width: 100%; }
      .subscribe-or-share-cover-text-and-buttons {
        margin-top: 1.25rem;
        padding: 0 1.25rem;
        width: auto; }
      .subscribe-or-share-cover-buttons {
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 18.4375rem; }
        .subscribe-or-share-cover-buttons .button-link {
          margin-bottom: 0.9375rem; }
      .subscribe-or-share-cover-suscribe-button {
        max-width: 18.4375rem; }
      .subscribe-or-share-cover-share-button {
        max-width: 18.4375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.share-panel {
  display: flex;
  flex-direction: column;
  max-width: 26.25rem;
  width: 100%;
  align-items: center;
  text-align: center; }
  .share-panel-social-network-icons-list {
    display: flex;
    margin-top: 0.9375rem; }
  @media screen and (max-width: 49.9375rem) {
    .share-panel {
      width: 100%;
      margin: 0 auto; }
      .share-panel-social-network-icons-list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
        max-width: 11.875rem; }
      .share-panel .social-media-share-icon,
      .share-panel .email-share-icon {
        margin: 0.3125rem 0 0 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.bottom-panel {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 90rem;
  border-top: 0.0625rem solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
  padding: 1.25rem 0 1.25rem;
  margin-top: 2.5rem;
  min-height: 4.6875rem; }
  .bottom-panel--is-hidden {
    display: none !important; }
  .bottom-panel-close-icon {
    position: absolute;
    right: 0;
    top: 1.25rem; }
    .bottom-panel-close-icon svg {
      width: 0.9375rem;
      height: 0.9375rem; }
  @media screen and (max-width: 49.9375rem) {
    .bottom-panel {
      justify-content: center; }
      .bottom-panel-content {
        width: 100%; }
      .bottom-panel-placeholder {
        display: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.copy-pathname-to-clipboard-field {
  position: relative;
  width: 100%;
  height: 3.125rem;
  display: flex;
  align-items: center;
  margin-top: 1.25rem; }
  .copy-pathname-to-clipboard-field button {
    position: absolute;
    z-index: 10;
    top: 1.0625rem;
    margin-left: 0.9375rem; }
    .copy-pathname-to-clipboard-field button:active {
      outline: 0.125rem #757575 solid; }
  .copy-pathname-to-clipboard-field input {
    width: 100%;
    height: 100%;
    padding-left: 2.5rem;
    border: 0.0625rem solid black;
    border-radius: 0.3125rem;
    box-sizing: border-box;
    font-size: 0.8125rem; }
  .copy-pathname-to-clipboard-field-icon {
    display: flex;
    height: 0.9375rem;
    padding: 0.0625rem; }
    .copy-pathname-to-clipboard-field-icon svg {
      width: 0.9375rem;
      height: 0.9375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.email-share-icon {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 0.0625rem solid;
  border-color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 0.3125rem; }
  .email-share-icon:hover, .email-share-icon:active {
    border-color: black; }
  .email-share-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: black !important; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.social-media-share-icon {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 0.0625rem solid;
  border-color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 0.3125rem; }
  .social-media-share-icon-mobile-link {
    display: inline-block; }
  .social-media-share-icon:hover, .social-media-share-icon:active {
    border-color: black; }
  .social-media-share-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: black !important; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.subscribe-panel {
  display: flex;
  flex-direction: column;
  max-width: 42.5rem;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: center; }
  .subscribe-panel__loader {
    margin-left: 0.625rem; }
  .subscribe-panel .title-with-level {
    margin-bottom: 0.9375rem; }
  .subscribe-panel__error {
    color: #d70000; }
  .subscribe-panel__form {
    width: 100%;
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .subscribe-panel__form__submit {
      width: 100%;
      max-width: 18.4375rem;
      height: 3.125rem;
      margin-top: 1.5625rem; }
  .subscribe-panel__mentions {
    margin-top: 1.25rem;
    width: 100%;
    text-align: left;
    font-size: 0.8125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.subscribe-panel-fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: initial; }
  .subscribe-panel-fieldset__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .subscribe-panel-fieldset__row .select-field,
    .subscribe-panel-fieldset__row .text-field {
      width: calc(50% - 0.625rem);
      margin-top: 1.25rem; }
    @media screen and (max-width: 49.9375rem) {
      .subscribe-panel-fieldset__row .select-field,
      .subscribe-panel-fieldset__row .text-field {
        width: 100%; } }
  .subscribe-panel-fieldset .checkbox {
    width: 100%;
    margin-top: 1.5625rem;
    font-size: 0.8125rem;
    text-align: left; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.universe {
  width: 100%;
  box-sizing: border-box; }
  .universe-title {
    text-align: center; }
  .universe-description {
    display: block;
    margin: 0 auto 2rem;
    width: 50%;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: black; }
  .universe-grid {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: -2.77778%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /* one item */
    /* three items */
    /* four items */ }
    .universe-grid > * {
      position: relative;
      flex-basis: calc((100% - 3 * 2.77778%) / 4);
      margin-bottom: 2.77778%; }
    .universe-grid > *:nth-child(1) {
      flex-basis: 100%; }
    .universe-grid > *:nth-child(2):nth-last-child(2),
    .universe-grid > *:nth-child(3):nth-last-child(1) {
      flex-basis: calc((100% - 2.77778%) / 2); }
      .universe-grid > *:nth-child(2):nth-last-child(2) .universe-card-title,
      .universe-grid > *:nth-child(3):nth-last-child(1) .universe-card-title {
        max-width: 40%; }
    .universe-grid > *:nth-child(2):nth-last-child(3) {
      flex-basis: calc((100% - 2.77778%) / 2); }
  .universe .universe:first-of-type {
    border-top: none;
    padding-top: 5rem; }

.universe ~ .universe {
  border-top: 0.125rem solid #f6f6f6;
  padding-top: 2.5rem; }

@media screen and (max-width: 49.9375rem) {
  .universe {
    width: calc(100% - 2 * 1.25rem);
    margin: 0 1.25rem;
    padding: 3.125rem 0 1.875rem; }
    .universe-title {
      margin-bottom: -0.1875rem; }
    .universe-description {
      margin-bottom: 1rem;
      width: 85%; }
    .universe-grid {
      margin-top: 1rem;
      /* three items */
      /* four items */ }
      .universe-grid > * {
        flex-basis: calc((100% - 1.25rem) / 2);
        margin-bottom: 1.25rem; }
      .universe-grid > *:nth-child(2):nth-last-child(2),
      .universe-grid > *:nth-child(3):nth-last-child(1) {
        flex-basis: calc((100% - 1.25rem) / 2); }
      .universe-grid > *:nth-child(2):nth-last-child(3) {
        flex-basis: 100%; }
      .universe-grid > *:nth-child(3):nth-last-child(2),
      .universe-grid > *:nth-child(4):nth-last-child(1) {
        flex-basis: calc((100% - 1.25rem) / 2); }
  .universe ~ .universe {
    padding-top: 1.5rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.universe-card {
  position: relative;
  width: 100%; }
  .universe-card img {
    display: block;
    width: 100%;
    height: 100%; }
  .universe-card-title {
    width: 100%; }
  .universe-card-description {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.125rem; }
  .universe-card-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0.625rem; }
  @media screen and (max-width: 49.9375rem) {
    .universe-card-text {
      margin-top: 0.4375rem; }
    .universe-card-title {
      margin-bottom: 0.3125rem; }
    .universe-card-description {
      font-size: 0.8125rem; } }
  .universe-card.universe-card-lg .universe-card-title {
    width: 40%; }
  .universe-card.universe-card-lg .universe-card-description {
    width: 40%; }
  @media screen and (max-width: 49.9375rem) {
    .universe-card.universe-card-lg .universe-card-title {
      width: 100%; }
    .universe-card.universe-card-lg .universe-card-description {
      width: 100%; } }
  .universe-card.universe-card-md .universe-card-title {
    width: 60%; }
  .universe-card.universe-card-md .universe-card-description {
    width: 60%; }
  @media screen and (max-width: 49.9375rem) {
    .universe-card.universe-card-md .universe-card-title {
      width: 80%; }
    .universe-card.universe-card-md .universe-card-description {
      width: 80%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.video-story {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 145.33333%;
  overflow: visible;
  background: #e5e5e5; }
  .video-story video {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%; }
  .video-story-steps {
    display: flex;
    height: 1.8125rem;
    padding: 0 0.9375rem;
    margin: auto;
    justify-content: space-between;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .video-story-step {
    position: relative;
    flex: 1;
    height: 100%;
    margin: 0 0.125rem;
    background: transparent;
    overflow: visible;
    cursor: pointer; }
    .video-story-step-button {
      height: 100%;
      width: 100%;
      position: absolute; }
    .video-story-step:before, .video-story-step-progress {
      position: absolute;
      top: 0.8125rem;
      left: 0;
      right: 0;
      height: 0.1875rem;
      transform-origin: 0 0; }
    .video-story-step:before {
      content: ' ';
      background: rgba(0, 0, 0, 0.3);
      transform: scale(1, 1); }
    .video-story-step-progress {
      background: rgba(255, 255, 255, 0.6);
      transform: scale(0, 1);
      will-change: transform; }
    .video-story-step:first-child {
      margin-left: 0; }
    .video-story-step:last-child {
      margin-right: 0; }
  .video-story-next {
    position: absolute;
    top: 1.8125rem;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 100%; }
  .video-story-button-play {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem; }
  @media screen and (min-width: 50rem) {
    .video-story {
      padding-bottom: 56.25%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.up-down-chevron-icon {
  width: 1.25rem;
  height: 1.25rem; }
  .up-down-chevron-icon svg {
    width: 1.25rem;
    overflow: visible; }
  .up-down-chevron-icon--is-open > svg {
    transform: rotate(180deg); }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.store-to-web-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  display: flex;
  padding: 0.625rem 2.5rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  font-size: 0.9375rem;
  flex-wrap: wrap; }
  .store-to-web-header-action-button, .store-to-web-header-red-action {
    height: 2.5rem; }
  .store-to-web-header-red-action {
    margin-right: 0.75rem; }
  .store-to-web-header-label-group {
    margin-top: auto;
    margin-bottom: auto;
    border-right: 0.0625rem solid;
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
    .store-to-web-header-label-group span {
      font-weight: bold; }
    .store-to-web-header-label-group--last {
      flex: 1;
      border-right: none; }

@media screen and (max-width: 49.9375rem) {
  .store-to-web-header {
    padding: 0.3125rem 1.25rem; }
    .store-to-web-header-action-button, .store-to-web-header-red-action {
      display: inline-block;
      flex: 0 0 50%;
      height: 1.875rem;
      margin-bottom: 0.5rem; }
    .store-to-web-header-label-group {
      display: inline-block;
      flex: 0 0 100%;
      margin-bottom: 0.3125rem;
      border-right: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-convenience-store-address-with-title {
  flex: 1;
  text-align: left; }
  .order-page-convenience-store-address-with-title__title {
    text-transform: uppercase;
    font-family: "Century Gothic Std Bold";
    line-height: 2rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.order-page-content-mobile__content.has-error {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  pointer-events: none; }

.order-page-content-mobile .information-box {
  margin: 1.25rem 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.advantage-banner {
  position: relative;
  width: 100%;
  height: 4.375rem;
  padding: 0 1.78125rem;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5; }
  .advantage-banner-close {
    position: absolute;
    top: 1.5625rem; }
    .advantage-banner-close svg {
      width: 1rem;
      height: 1rem; }
  .advantage-banner-link {
    display: block;
    height: 100%; }
  .advantage-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto; }
  .advantage-banner-chevron {
    position: absolute;
    right: 1.78125rem;
    top: 1.5625rem; }
    .advantage-banner-chevron svg {
      width: 0.9375rem;
      height: 0.9375rem;
      transform: rotate(-90deg); }
  .advantage-banner-picto-description {
    display: flex;
    align-items: center;
    margin: 0 2.5rem;
    height: 100%;
    font-size: 0.8125rem; }
    @media screen and (max-width: 49.9375rem) {
      .advantage-banner-picto-description {
        margin: 0 1.25rem;
        font-size: 0.8125rem; } }
    .advantage-banner-picto-description .image {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 0.9375rem;
      max-height: 100%;
      height: 100%; }
      .advantage-banner-picto-description .image img {
        height: 100%;
        max-height: 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0.0625rem solid #e5e5e5;
  z-index: 5; }
  .header--desktop {
    border-bottom: none; }
  .header .header-bottom {
    width: 100%;
    height: 5rem; }
    .header .header-bottom-content {
      display: flex;
      width: 100%;
      height: 5rem;
      justify-content: space-between;
      align-items: center;
      padding: 0 1.78125rem;
      box-sizing: border-box;
      background-color: #ffffff; }
      @media screen and (max-width: 49.9375rem) {
        .header .header-bottom-content {
          border: none; } }
    .header .header-bottom .header-left,
    .header .header-bottom .header-right {
      flex: 1;
      display: flex; }
    .header .header-bottom .header-left .header-group {
      flex: 1;
      justify-content: flex-start;
      align-items: center; }
    .header .header-bottom .header-right {
      justify-content: flex-end; }
    .header .header-bottom .logo svg {
      height: 2.5rem;
      width: 7.5rem; }
    .header .header-bottom .logo .icon {
      display: flex; }
    .header .header-bottom .header-group {
      display: flex;
      justify-content: center;
      align-items: center; }
      .header .header-bottom .header-group .icon {
        display: flex; }
    .header .header-bottom .burger-menu {
      display: inline-flex;
      align-items: center;
      background-color: #ffffff;
      height: 2.5rem;
      padding: 0 1.1875rem 0 1.3125rem;
      border-radius: 1.5rem;
      border: 0.0625rem solid #e5e5e5;
      box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.25);
      box-sizing: border-box; }
      .header .header-bottom .burger-menu .icon,
      .header .header-bottom .burger-menu svg {
        width: 1.125rem;
        height: 0.875rem; }
      .header .header-bottom .burger-menu span.title {
        line-height: 1.125rem;
        margin-left: 0.5625rem; }
      @media screen and (max-width: 49.9375rem) {
        .header .header-bottom .burger-menu {
          padding: 0 0.6875rem;
          border-radius: 50%; }
          .header .header-bottom .burger-menu span.title {
            display: none; } }
      .header .header-bottom .burger-menu:hover {
        font-weight: bold;
        box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.25); }
    .header .header-bottom .wishlist {
      overflow: visible; }
      .header .header-bottom .wishlist > .icon,
      .header .header-bottom .wishlist > .icon svg {
        width: 1.4375rem;
        height: 1.4375rem; }
    .header .header-bottom .my-account {
      position: relative;
      margin-left: 1.875rem;
      overflow: visible; }
      .header .header-bottom .my-account > .icon,
      .header .header-bottom .my-account > .icon svg {
        width: 1.3125rem;
        height: 1.375rem; }
      @media screen and (max-width: 49.9375rem) {
        .header .header-bottom .my-account {
          margin-left: 1.0625rem; } }
    .header .header-bottom .my-cart {
      padding: 0;
      margin-left: 1.875rem;
      overflow: visible;
      position: relative; }
      .header .header-bottom .my-cart > .icon,
      .header .header-bottom .my-cart > .icon svg {
        width: 1rem;
        height: 1.375rem; }
      .header .header-bottom .my-cart .button-badge {
        left: 0.625rem; }
      @media screen and (max-width: 49.9375rem) {
        .header .header-bottom .my-cart {
          margin-left: 1.0625rem; } }
    @media screen and (max-width: 49.9375rem) {
      .header .header-bottom {
        height: 7.625rem; }
        .header .header-bottom-content {
          height: 3.75rem;
          margin-bottom: 0;
          padding: 0 1.25rem 0 0.9375rem; }
          .header .header-bottom-content .logo svg {
            height: 1.5625rem; } }
  .header .search-field {
    margin-left: 1.5625rem; }
    @media screen and (max-width: 49.9375rem) {
      .header .search-field {
        margin-left: 0;
        padding: 0.3125rem 0.9375rem 0.9375rem 0.9375rem; } }
  .header .overlay ~ * {
    z-index: 100; }
  .header .overlay + .header-bottom .header-bottom-content {
    position: fixed;
    z-index: 100; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.badge {
  background-color: #000000;
  min-width: 0.9375rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  border-radius: 50%;
  color: white;
  font-size: 0.6875rem;
  text-align: center;
  position: absolute;
  top: -0.125rem;
  left: 0.8125rem;
  padding: 0 0.125rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; }
  .badge__icon {
    display: flex; }
  .badge__icon,
  .badge svg {
    width: 0.5625rem;
    height: 0.375rem; }

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

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.search-field {
  position: relative;
  flex: 1; }
  @media screen and (min-width: 50rem) {
    .search-field {
      margin-right: 1.25rem;
      max-width: 18.75rem; } }
  .search-field .search-bar-autocomplete {
    flex: 1; }
    .search-field .search-bar-autocomplete::before {
      content: none !important; }
  .search-field .autocomplete-field-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    cursor: default; }
  .search-field-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 3.75rem 3.75rem 0;
    transition: background-color 0.15s ease-in; }
    .search-field-icon .icon,
    .search-field-icon .icon > svg {
      margin-right: 0;
      width: 1.25rem;
      height: 1.25rem; }
  .search-field .search-bar-autocomplete.focused .search-field-icon {
    background-color: #000000;
    cursor: pointer; }
    .search-field .search-bar-autocomplete.focused .search-field-icon .icon {
      color: white !important;
      fill: white !important; }
  .search-field .search-bar-autocomplete .react-autosuggest__container {
    position: relative; }
    .search-field .search-bar-autocomplete .react-autosuggest__container input {
      height: 2.625rem;
      padding: 0 3.75rem 0 1.5625rem;
      border: 0.0625rem solid #757575;
      border-radius: 3.75rem;
      box-sizing: border-box;
      z-index: 2;
      font-size: 0.9375rem;
      background-color: white;
      color: black; }
    .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container {
      z-index: 10000;
      left: 0;
      padding: 0 1rem; }
      @media screen and (max-width: 49.9375rem) {
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container {
          position: fixed;
          top: 7.625rem;
          max-height: calc(100% - 7.625rem);
          overflow-y: auto;
          margin: 0;
          background-color: white; } }
      @media screen and (min-width: 50rem) {
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container {
          position: absolute;
          top: 2.625rem;
          padding: 0.75rem 1.5rem;
          margin-top: 0.875rem; }
          .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container::before {
            content: '';
            position: absolute;
            top: -0.5rem;
            left: 1.5rem;
            background-color: white;
            display: flex;
            width: 0.8125rem;
            height: 0.8125rem;
            transform: rotate(-135deg);
            border-right: 0.0625rem solid #e5e5e5;
            border-bottom: 0.0625rem solid #e5e5e5; }
          .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container::after {
            content: '';
            position: absolute;
            top: -0.0625rem;
            height: 100%;
            left: -100vw;
            width: 200vw;
            overflow-x: hidden;
            z-index: -1;
            background-color: white;
            border-top: 0.0625rem solid #e5e5e5;
            border-bottom: 0.0625rem solid #e5e5e5; } }
      .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react_autosuggest__sections-container {
        display: flex; }
        @media screen and (max-width: 49.9375rem) {
          .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react_autosuggest__sections-container {
            flex-direction: column; } }
        @media screen and (min-width: 50rem) {
          .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react_autosuggest__sections-container {
            flex-direction: row;
            justify-content: flex-start;
            width: calc(100vw - 20rem); } }
      .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container {
        width: 100%;
        margin-bottom: 2.5rem; }
        @media screen and (min-width: 50rem) {
          .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container {
            width: 30%;
            min-width: 18rem;
            margin-right: 5%; } }
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container .react-autosuggest__section-title {
          padding: 0;
          margin: 1.25rem 0;
          color: #000000; }
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container .react-autosuggest__suggestion {
          padding: 0;
          margin: 1.25rem 0;
          display: flex;
          justify-content: center;
          cursor: inherit; }
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container .react-autosuggest__suggestion.react-autosuggest__suggestion--highlighted {
          background-color: transparent; }
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container .react-autosuggest__suggestion:not(:last-of-type).react-autosuggest__suggestion--highlighted {
          outline: 0.3125rem auto #3b99fc; }
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container .react-autosuggest__suggestion:last-of-type.react-autosuggest__suggestion--highlighted a {
          font-weight: bold;
          outline: 0.3125rem auto #3b99fc; }
      @media screen and (max-width: 49.9375rem) {
        .search-field .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__section-container:not(.react-autosuggest__section-container--first) {
          border-top: 0.125rem solid #f6f6f6; } }
  .search-field .search-bar-autocomplete-section-button {
    height: 2.5rem; }
  .search-field .search-bar-autocomplete.focused input {
    border-color: #000000; }

@media screen and (max-width: 49.9375rem) {
  .advantage-banner + .header .search-bar-autocomplete .react-autosuggest__container .react-autosuggest__suggestions-container {
    top: calc( 7.625rem + 4.375rem);
    max-height: calc( 100% - 7.625rem - 4.375rem); } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.autocomplete-field {
  color: #757575;
  display: flex;
  position: relative; }
  .autocomplete-field .react-autosuggest__container {
    width: 100%; }
  .autocomplete-field .suggestions-container-empty {
    display: none; }
  .autocomplete-field input {
    outline: none !important;
    box-sizing: border-box;
    width: 100%;
    border: 0.0625rem solid black; }
    .autocomplete-field input:focus {
      box-shadow: 0 0 0.0625rem 0.0625rem #757575 inset; }
  .autocomplete-field input::-webkit-search-cancel-button {
    display: none; }
  .autocomplete-field .react-autosuggest__suggestions-container {
    position: absolute;
    width: 100%;
    box-sizing: border-box; }
  .autocomplete-field .react-autosuggest__suggestion,
  .autocomplete-field .react-autosuggest__section-title {
    padding: 0 0.75rem; }
  .autocomplete-field .react-autosuggest__suggestion {
    line-height: 2.33;
    list-style: none;
    background-color: white;
    text-align: left;
    cursor: pointer; }
    .autocomplete-field .react-autosuggest__suggestion--highlighted {
      background-color: #f6f6f6; }
  .autocomplete-field .suggestion-match {
    font-family: "Century Gothic Std Bold";
    color: black; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-suggestion {
  width: 100%;
  display: flex;
  align-items: flex-start;
  color: #000000; }
  .product-suggestion-image {
    background-color: #f6f6f6;
    width: 4.375rem;
    height: 4.6875rem;
    margin-right: 1.75rem;
    overflow: hidden; }
    @media screen and (max-width: 49.9375rem) {
      .product-suggestion-image {
        margin-right: 1.25rem; } }
  .product-suggestion-legend {
    flex: 1;
    padding: 0.5rem 0.625rem 0.5rem 0;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .product-suggestion-subtitle {
    font-size: 0.9375rem;
    line-height: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.filters-panel {
  overflow-y: none;
  background-color: #ffffff; }
  .filters-panel.deployed {
    transform: translate3d(0, 0, 0) !important;
    right: 0 !important;
    width: 80%; }
  .filters-panel__cross-button {
    position: fixed;
    top: 1.875rem;
    left: 1.1875rem;
    z-index: 1002; }
    .filters-panel__cross-button .icon,
    .filters-panel__cross-button svg {
      width: 1rem;
      height: 1rem; }
  .filters-panel__container {
    height: 100%;
    max-height: 100%;
    overflow-y: none;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .filters-panel__header {
    width: 100%;
    height: 5rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .filters-panel__header__title {
      flex: 1; }
    .filters-panel__header__button {
      font-size: 0.8125rem;
      text-decoration: underline;
      text-align: right; }
  .filters-panel__filters {
    width: 100%;
    flex: 1;
    overflow: auto;
    border-top: 0.0625rem solid #e5e5e5;
    border-bottom: 0.0625rem solid #e5e5e5; }
    .filters-panel__filters > div {
      margin: 0 1.25rem; }
    .filters-panel__filters > div:not(:first-of-type) {
      border-top: 0.0625rem solid #e5e5e5; }
    .filters-panel__filters::-webkit-scrollbar {
      width: 0 !important;
      -webkit-appearance: none; }
  .filters-panel__validate-button {
    margin: 0.9375rem 0; }
  .filters-panel .filter-cell {
    text-transform: unset;
    border: 0;
    padding: 0; }
  .filters-panel .select-cell {
    border: 0; }
    .filters-panel .select-cell .title {
      flex: 1;
      text-align: left;
      font-family: "Century Gothic Std Bold"; }
      .filters-panel .select-cell .title .arrow-icon svg {
        width: 0.75rem; }
    .filters-panel .select-cell .options {
      position: initial;
      padding: 0.125rem 0 1.125rem 0;
      margin-left: 0;
      border: 0; }
      .filters-panel .select-cell .options .checkbox + .checkbox {
        margin-top: 1.5rem; }
  .filters-panel .filter-separator {
    display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.side-panel {
  position: fixed;
  background-color: white;
  height: 100%;
  top: 0;
  transition: transform 250ms ease;
  z-index: 1002; }
  .side-panel--left {
    width: 25.625rem;
    left: -25.625rem; }
    .side-panel--left.deployed {
      transform: translate3d(25.625rem, 0, 0); }
    .side-panel--left .side-panel-close {
      justify-content: flex-start; }
  .side-panel--right {
    width: 34.375rem;
    right: -34.375rem; }
    .side-panel--right.deployed {
      transform: translate3d(-34.375rem, 0, 0); }
    .side-panel--right .side-panel-close {
      justify-content: flex-end; }
  .side-panel-close {
    display: flex;
    align-items: center;
    height: 5rem;
    box-sizing: border-box;
    padding: 0 1.78125rem;
    border-bottom: 0.0625rem solid #e5e5e5; }
    .side-panel-close-icon {
      cursor: pointer;
      height: 1.25rem; }
      .side-panel-close-icon svg {
        width: 1.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .side-panel {
      width: 100%; }
      .side-panel-close {
        height: 3.75rem; }
      .side-panel--left {
        left: -100%; }
        .side-panel--left.deployed {
          transform: translate3d(100%, 0, 0); }
      .side-panel--right {
        right: -100%; }
        .side-panel--right.deployed {
          transform: translate3d(-100%, 0, 0); }
      .side-panel .side-panel-close {
        justify-content: center; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-desktop {
  position: relative;
  width: 100%;
  z-index: 4;
  box-sizing: border-box; }
  .navigation-desktop *, .navigation-desktop *:before, .navigation-desktop *:after {
    box-sizing: inherit; }
  .navigation-desktop-wrapper {
    width: 100%;
    background-color: #ffffff; }
  .navigation-desktop-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 2.875rem;
    padding: 0 1.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    border-bottom: 0.0625rem solid #e5e5e5; }
  .navigation-desktop .overlay {
    z-index: -1; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 0.25rem;
  margin-left: calc(1rem - 0.625rem);
  height: 100%; }
  .navigation-tab:first-of-type {
    margin-left: 0; }
  .navigation-tab * {
    box-sizing: inherit; }
  .navigation-tab-expander, .navigation-tab-head {
    height: 100%; }
  .navigation-tab-head {
    position: relative; }
    .navigation-tab-head:after {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: block;
      content: '';
      border-bottom: solid 0.125rem black;
      transform: scaleX(0);
      opacity: 0;
      transition: all 200ms ease-out;
      transition-property: transform, opacity; }
    .navigation-tab-head:hover:after {
      transform: scaleX(1);
      opacity: 1; }
  .navigation-tab-title {
    display: inline-block;
    padding: 0.625rem;
    font-size: 0.8125rem;
    text-transform: uppercase;
    height: 100%; }
    .navigation-tab-title--active {
      font-weight: bold;
      border-bottom: solid 0.125rem black; }
  .navigation-tab-expander {
    opacity: 0; }
    .navigation-tab-expander:focus {
      opacity: 100; }
    .navigation-tab-expander.arrow-icon {
      width: 0.625rem;
      padding-top: 0; }
      .navigation-tab-expander.arrow-icon--bottom svg {
        width: 100%;
        height: auto; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-link {
  display: block;
  width: 100%;
  cursor: pointer; }
  .navigation-link--current-path {
    font-family: "Century Gothic Std Bold"; }
  .navigation-link:hover {
    font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-tab-content {
  position: absolute;
  display: none;
  top: 2.875rem;
  width: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0 1.25rem 1.25rem;
  font-size: 0.8125rem;
  box-sizing: border-box; }
  .navigation-tab-content *, .navigation-tab-content *:before, .navigation-tab-content *:after {
    box-sizing: inherit; }
  .navigation-tab-content--open {
    display: block; }
  .navigation-tab-content-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .navigation-tab-content-column > ul {
      width: 100%; }
  .navigation-tab-content-list {
    position: relative;
    display: flex;
    margin: auto;
    max-width: 90rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; }
    .navigation-tab-content-list--col1 .navigation-tab-content-column, .navigation-tab-content-list--col3 .navigation-tab-content-column {
      width: 25%; }
    .navigation-tab-content-list--col2 .navigation-tab-content-column {
      width: 40%; }
    .navigation-tab-content-list--col4 .navigation-tab-content-column {
      width: 20%; }
    .navigation-tab-content-list--col5 .navigation-tab-content-column {
      width: calc(100% / 5); }
    .navigation-tab-content-list--col6 .navigation-tab-content-column {
      width: calc(100% / 6); }
    .navigation-tab-content-list--col7 .navigation-tab-content-column {
      width: calc(100% / 7); }
    .navigation-tab-content-list--col8 .navigation-tab-content-column {
      width: calc(100% / 8); }
    .navigation-tab-content-list--col9 .navigation-tab-content-column {
      width: calc(100% / 9); }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-desktop-section--with-highlight {
  display: flex; }

.navigation-desktop-section-title {
  display: inline-block;
  font-family: "Century Gothic Std Bold";
  margin-top: 1.875rem;
  margin-bottom: 0.1875rem;
  padding: 0.3125rem 0;
  text-transform: uppercase;
  font-size: 0.8125rem; }

.navigation-desktop-section-link {
  font-size: 0.8125rem; }
  .navigation-desktop-section-link .navigation-link {
    padding: 0.375rem 0; }

.navigation-desktop-section-highlight {
  margin-top: calc(1.875rem + 0.3125rem);
  flex: 1; }

.navigation-desktop-section-col {
  margin-left: 2.5rem;
  flex: 1; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-push-edito-highlight {
  width: 100%; }
  .navigation-push-edito-highlight-link:hover .multiline-text {
    font-weight: bold; }
  .navigation-push-edito-highlight-image {
    padding-bottom: 0.4375rem; }
    .navigation-push-edito-highlight-image + .navigation-push-edito-highlight-title {
      padding-top: 0; }
  .navigation-push-edito-highlight-title {
    color: #757575;
    padding: 0.5rem 0;
    display: inline-block;
    font-size: 0.75rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-panel {
  overflow-y: auto;
  background-color: #f6f6f6; }
  .navigation-panel::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.4375rem; }
  .navigation-panel::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5); }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-panel-content {
  display: block;
  box-sizing: border-box;
  padding: 1.25rem;
  width: 100%;
  background-color: #ffffff;
  font-size: 0.9375rem; }
  @media screen and (min-width: 50rem) {
    .navigation-panel-content {
      min-height: 100%; } }
  .navigation-panel-content hr {
    margin: 0.9375rem 0;
    border: none;
    border-top: 1px solid #e5e5e5; }
  @media (hover: none) {
    .navigation-panel-content *:hover * {
      font-weight: inherit !important; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-edito-line-list li {
  padding: 0.75rem 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-edito-line {
  width: 100%; }
  .navigation-edito-line-link {
    display: flex;
    align-items: center;
    padding: 0; }
  .navigation-edito-line-image {
    flex: 0 0 40%; }
  .navigation-edito-line-title {
    padding-left: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-first-level .hidden {
  display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-entry {
  display: none;
  width: 100%;
  padding: 0.75rem 0; }
  .navigation-entry--visible {
    display: flex; }
  .navigation-entry-title {
    text-align: left;
    flex: 1 1 auto;
    text-transform: uppercase; }
  .navigation-entry .arrow-icon {
    width: 1rem;
    height: 0.625rem;
    flex-shrink: 0; }
    .navigation-entry .arrow-icon--right {
      padding-right: 0.125rem; }
    .navigation-entry .arrow-icon--top {
      padding-top: 0.4375rem; }
    .navigation-entry .arrow-icon svg {
      width: 1rem;
      height: 0.625rem; }
  .navigation-entry--bold {
    font-family: "Century Gothic Std Bold"; }

.navigation-second-level {
  display: none; }
  .navigation-second-level--visible {
    display: block; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-drop-down-line .navigation-drop-down-items {
  display: none;
  width: 100%;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e5e5e5; }
  .navigation-drop-down-line .navigation-drop-down-items--visible {
    display: block;
    margin-bottom: 0.9375rem; }
  .navigation-drop-down-line .navigation-drop-down-items .navigation-drop-down-item .navigation-link {
    width: 100%;
    text-align: left;
    padding: 0.5rem 0; }

.navigation-drop-down-line:last-of-type .navigation-drop-down-items {
  border-bottom: none; }

.navigation-drop-down-line--open + .navigation-separator-line {
  display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-header {
  position: relative;
  width: 100%; }
  .navigation-header-title {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: center; }
    .navigation-header-title--bold {
      font-family: "Century Gothic Std Bold"; }
  .navigation-header-back, .navigation-header-close {
    position: absolute; }
    .navigation-header-back .icon svg, .navigation-header-close .icon svg {
      width: 0.875rem;
      height: 0.875rem; }
  .navigation-header-back {
    left: 0; }
  .navigation-header-close {
    right: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-links {
  font-size: 0.9375rem;
  padding: 1.25rem; }
  .navigation-links .customer-service .icon {
    transform: rotate(20deg); }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-external-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.375rem; }
  .navigation-external-link-link {
    width: 100%;
    min-height: 3.375rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .navigation-external-link .icon {
    margin-right: 0.625rem; }
    .navigation-external-link .icon svg {
      width: 1.25rem;
      height: 1.25rem; }
  .navigation-external-link:hover {
    font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.navigation-select-locale {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.375rem;
  position: relative; }
  .navigation-select-locale > select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 1rem; }
  .navigation-select-locale-selected-country {
    text-decoration: underline;
    cursor: pointer; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.account-panel-content {
  height: calc(100% - 5rem - 2.8125rem);
  overflow-y: auto;
  padding-top: 3.125rem;
  box-sizing: border-box; }
  .account-panel-content.is-us {
    padding-top: 1.25rem; }
  .account-panel-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.4375rem; }
  .account-panel-content::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 49.9375rem) {
    .account-panel-content {
      height: calc(100% - 3.75rem - 2.8125rem); } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.connected-account {
  display: flex;
  flex-direction: column;
  margin: 0 1.25rem 0 1.25rem; }
  .connected-account-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .connected-account-greetings {
    padding-left: 1.25rem;
    font-size: 1.3125rem; }
  .connected-account-logout {
    margin: 0.75rem 0 2.5rem 0;
    padding: 0 0 2.5rem 1.25rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    text-decoration: underline;
    line-height: 1.25rem;
    font-size: 0.9375rem; }
    .connected-account-logout:hover {
      font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.account-link-section {
  display: flex;
  flex-direction: column;
  margin: 0 1.25rem 2.5rem 1.25rem; }
  .account-link-section-top {
    display: flex;
    align-items: center;
    margin-bottom: 0.3125rem; }
  .account-link-section-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.8125rem; }
    .account-link-section-icon svg {
      width: 1.4375rem;
      height: 1.4375rem; }
  .account-link-section-link {
    margin: 0.3125rem 0 0.3125rem 2rem;
    line-height: 1.25rem;
    font-size: 0.9375rem; }
  .account-link-section a:hover {
    font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.unconnected-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 0 !important; }
  .unconnected-account-login, .unconnected-account-signup {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; }
  .unconnected-account-title {
    text-align: center; }
  .unconnected-account-login {
    padding-bottom: 3.125rem; }
    .unconnected-account-login .unconnected-account-title {
      margin-bottom: 0.625rem; }
    .unconnected-account-login .unconnected-account-subtitle {
      font-size: 0.9375rem;
      margin-bottom: 1.25rem; }
  .unconnected-account-signup {
    background-color: #f6f6f6;
    width: 100%;
    flex-grow: 1; }
    .unconnected-account-signup .unconnected-account-title {
      margin: 3.125rem 0 1.25rem 0; }
  .unconnected-account .button-link {
    text-transform: uppercase; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-error-message {
  padding: 0 1.25rem 0.625rem 1.25rem;
  color: #d70000; }

.cart .basket-error-box {
  margin: 0 1.25rem 1rem; }

@media screen and (max-width: 49.9375rem) {
  .cart .basket-error-box {
    margin: 0 0.625rem 1rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-product-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem; }
  .cart-product-list .cart-item-placeholder {
    display: flex;
    width: 100%;
    padding: 1.25rem;
    box-sizing: border-box; }
    .cart-product-list .cart-item-placeholder-image {
      width: 25rem !important;
      height: 8.75rem !important; }
    .cart-product-list .cart-item-placeholder-title {
      margin: 1rem 5rem 0 2rem; }
  .cart-product-list > ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.25rem; }
    @media screen and (max-width: 49.9375rem) {
      .cart-product-list > ul {
        padding: 0 0.625rem; } }
  .cart-product-list .cart-product-list-item {
    width: 100%;
    margin-bottom: 1.875rem; }
  .cart-product-list .cart-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem; }
  .cart-product-list .cart-link {
    text-decoration: underline;
    margin-top: 0.9375rem; }
    .cart-product-list .cart-link:hover {
      font-weight: bold; }
  .cart-product-list .button-link {
    width: 100%;
    box-sizing: border-box; }
  .cart-product-list + .cart-product-list {
    border-top: 0.0625rem solid #cecece;
    padding-top: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-free-product-message {
  width: 100%;
  padding: 0 1.25rem 0;
  margin-top: -1.875rem;
  box-sizing: border-box; }
  .cart-free-product-message p {
    width: 100%;
    padding: 0 0 1.25rem 0;
    border-bottom: 0.0625rem solid #e5e5e5;
    text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-summary {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0;
  background-color: #f6f6f6;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 49.9375rem) {
    .cart-summary {
      padding: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.customize-your-cart-promocode {
  width: 60%;
  position: relative;
  display: flex;
  flex-direction: column; }
  .customize-your-cart-promocode__title {
    padding-top: 1rem; }
  @media screen and (max-width: 49.9375rem) {
    .customize-your-cart-promocode {
      width: 90%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.promocode-edit {
  display: flex;
  flex-direction: column; }
  .promocode-edit__field {
    display: flex;
    width: 100%;
    border: 0.0625rem solid black;
    border-radius: 3.75rem;
    margin: 1.25rem 0 0.3125rem 0; }
    .promocode-edit__field > .text-field {
      width: 100%;
      height: 3.125rem; }
      .promocode-edit__field > .text-field > .input {
        height: 100%;
        border: none;
        border-radius: 50%;
        overflow: hidden;
        border-radius: 3.75rem 0 0 3.75rem; }
      .promocode-edit__field > .text-field input {
        font-size: 0.9375rem;
        background-color: transparent;
        margin: 0;
        color: black; }
        .promocode-edit__field > .text-field input:-webkit-autofill {
          box-shadow: 0 0 0 1.875rem white inset;
          -webkit-box-shadow: 0 0 0 1.875rem white inset; }
    .promocode-edit__field > .submit {
      height: 3.125rem;
      min-width: 4.375rem;
      font-size: 0.9375rem;
      flex-shrink: 3;
      border-radius: 0 3.75rem 3.75rem 0;
      padding: 0 1.25rem; }
    .promocode-edit__field .input.error {
      border: none; }
  .promocode-edit__error {
    font-size: 0.8125rem;
    color: #d70000;
    margin-left: 1.5rem; }
  .promocode-edit__restrictions {
    font-size: 0.8125rem;
    margin: 0.625rem 1.5rem 0; }
  .promocode-edit--has-error .promocode-edit__field {
    border-color: #d70000; }
    .promocode-edit--has-error .promocode-edit__field .submit {
      background-color: white;
      color: #757575; }
    .promocode-edit--has-error .promocode-edit__field .input {
      box-shadow: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-summary-promocode {
  width: 60%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 0.0625rem solid #e5e5e5;
  margin-top: 1.25rem; }
  .cart-summary-promocode-top {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem; }
    .cart-summary-promocode-top-icon {
      position: absolute;
      top: 1.3125rem;
      right: 0; }
      .cart-summary-promocode-top-icon svg {
        width: 1rem;
        height: 1rem; }
    .cart-summary-promocode-top-title {
      line-height: 1.6875rem; }
  @media screen and (max-width: 49.9375rem) {
    .cart-summary-promocode {
      width: 90%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-summary-subtotal {
  display: flex;
  min-width: 60%;
  max-width: 90%;
  align-items: center;
  flex-direction: column;
  padding: 0 0.625rem; }
  .cart-summary-subtotal-value {
    font-size: 1.3125rem;
    padding-bottom: 0.8125rem; }
    .cart-summary-subtotal-value .price-line {
      font-family: "Century Gothic Std Bold"; }
  .cart-summary-subtotal-price-info {
    font-size: 0.8125rem;
    text-align: center; }
  @media screen and (max-width: 49.9375rem) {
    .cart-summary-subtotal {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-total {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
  text-align: center;
  background-color: #f6f6f6; }
  .cart-total.is-us {
    margin-bottom: 0; }
  .cart-total-price {
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    height: 1.1875rem; }
  .cart-total__loader {
    margin-left: 0.625rem; }
  .cart-total span {
    margin-left: 0.625rem;
    font-family: "Century Gothic Std Bold"; }
  .cart-total p {
    display: block;
    padding: 0 5.625rem;
    font-size: 0.8125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.promocode {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem; }
  .promocode .error-text {
    padding: 0.9375rem 0;
    color: #d70000;
    text-align: center; }
  .promocode-active {
    width: 100%; }
  .promocode-toggler {
    display: flex;
    justify-content: space-between;
    font-size: 0.9375rem;
    cursor: pointer;
    width: 100%;
    border-top: 0.0625rem solid #e5e5e5;
    padding-top: 1rem; }
    .promocode-toggler.inactive {
      cursor: default; }
    .promocode-toggler p {
      font-size: 0.9375rem; }
    .promocode-toggler svg {
      display: block;
      width: 1.0625rem; }
  .promocode-wrapper-code {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .promocode-toggler, .promocode-wrapper-code {
    margin: 0 auto;
    max-width: 21.875rem; }
  .promocode-restrictions {
    text-align: center;
    margin-top: 0.625rem;
    font-size: 0.8125rem; }
  .promocode-form.has-error {
    border: #d70000 solid 0.0625rem;
    border-radius: 3.125rem; }
    .promocode-form.has-error .input {
      border: none; }
    .promocode-form.has-error input {
      color: #d70000; }
  .promocode-code, .promocode-form {
    display: flex;
    font-size: 0.9375rem;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.25rem auto 0.3125rem;
    max-width: 21.875rem;
    width: 100%; }
    .promocode-code .text-field, .promocode-form .text-field {
      width: 100%; }
      .promocode-code .text-field .input, .promocode-form .text-field .input {
        height: 3.125rem;
        border-radius: 1.875rem 0 0 1.875rem;
        box-shadow: none; }
      .promocode-code .text-field .error-text:empty, .promocode-form .text-field .error-text:empty {
        display: none; }
    .promocode-code .submit, .promocode-form .submit {
      width: auto;
      text-transform: uppercase;
      border-radius: 0 1.875rem 1.875rem 0;
      background-color: #000000;
      padding: 0 0.9375rem;
      text-decoration: none;
      height: 3.125rem; }
    .promocode-code button, .promocode-form button {
      text-decoration: underline;
      padding: 0;
      font-size: 0.8125rem; }
  .promocode-message {
    font-size: 0.8125rem;
    margin-top: 0.625rem; }

@media screen and (max-width: 49.9375rem) {
  .promocode {
    padding: 0 1.3125rem 1.3125rem;
    box-sizing: border-box; }
    .promocode-active {
      padding: 0; }
    .promocode-restrictions {
      text-align: left; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.upsell {
  width: 90%;
  padding: 1.875rem 0;
  border-top: 0.0625rem solid #e5e5e5;
  box-sizing: border-box; }
  .upsell ul {
    padding: 0; }
  .upsell > .title-with-level {
    display: block;
    text-align: center;
    margin-bottom: 1.5625rem; }
  .upsell .button-link {
    margin-top: 0.625rem;
    padding: 0 3.4375rem;
    width: auto;
    text-transform: uppercase; }
  .upsell .cart-product-list-item {
    margin-bottom: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  text-align: center; }
  .empty-cart-button {
    margin-top: 0.9375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.customize-cart-panel {
  position: relative;
  height: 100%; }
  .customize-cart-panel .customize-cart-header {
    text-transform: uppercase;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 5rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    box-sizing: border-box; }
    .customize-cart-panel .customize-cart-header .title-with-level {
      font-size: 1.125rem; }
    .customize-cart-panel .customize-cart-header-icon {
      position: absolute;
      left: 1.25rem;
      cursor: pointer;
      transform: rotate(90deg);
      display: block;
      height: 1.5625rem;
      top: 1.5625rem; }
      .customize-cart-panel .customize-cart-header-icon svg {
        width: 1.25rem; }
  .customize-cart-panel .cart-free-product-message {
    margin-top: 1.25rem; }
  .customize-cart-panel .checkout-link {
    padding: 1.25rem 6.25rem;
    text-align: center; }
  .customize-cart-panel-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 5rem); }
    .customize-cart-panel-content .cart-total-wrapper {
      width: auto;
      padding: 1.25rem 0 0 0; }
    .customize-cart-panel-content .promocode-active {
      max-width: 21.875rem;
      padding: 0.625rem 0 1.5625rem 0;
      margin: 0 auto; }
    .customize-cart-panel-content::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 0.4375rem; }
    .customize-cart-panel-content::-webkit-scrollbar-thumb {
      border-radius: 0.25rem;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5); }
  .customize-cart-panel .cart-login-wrapper {
    padding: 1.25rem 6.25rem; }

@media screen and (max-width: 49.9375rem) {
  .customize-cart-panel .cart-login-wrapper {
    padding: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.checkout-express-wrapper {
  padding: 0 6.25rem;
  margin-bottom: 2.1875rem;
  text-align: center; }
  .checkout-express-wrapper p {
    margin-bottom: 1.5625rem; }
  .checkout-express-wrapper .applepay-button-wrapper {
    margin-top: 0.9375rem;
    background-color: #000000;
    height: 3rem;
    width: 100%;
    border-radius: 3.125rem; }
    .checkout-express-wrapper .applepay-button-wrapper .applepay-button {
      height: 100%;
      width: 80%;
      -webkit-appearance: -apple-pay-button;
      -apple-pay-button-type: plain;
      -apple-pay-button-style: black; }
  .checkout-express-wrapper .paypal-button-wrapper {
    height: 2.8125rem;
    width: 21.25rem;
    margin: auto auto 0.625rem;
    overflow: hidden; }
  .checkout-express-wrapper .fullsize {
    width: 100%; }
  .checkout-express-wrapper .checkout-express-title {
    text-align: center;
    position: relative;
    margin: 0 0 1.5625rem 0; }
    .checkout-express-wrapper .checkout-express-title-text {
      display: inline-block;
      background-color: #ffffff;
      position: relative;
      padding: 0 0.9375rem;
      z-index: 1; }
    .checkout-express-wrapper .checkout-express-title:after {
      content: '';
      height: 0.0625rem;
      width: 100%;
      background-color: #cecece;
      position: absolute;
      left: 0;
      top: 0.5rem; }

@media screen and (max-width: 49.9375rem) {
  .checkout-express-wrapper .paypal-button-wrapper {
    width: auto; }
  .checkout-express-wrapper {
    padding: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.paypalShippingError {
  padding: 2.5rem 1.875rem 1.25rem;
  min-width: 15rem;
  text-align: center; }
  .paypalShippingError p {
    padding-bottom: 1.25rem; }
  .paypalShippingError button {
    margin: 0.625rem auto 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.paypalShipping {
  min-width: 15rem;
  max-width: 32rem;
  padding: 2.5rem 1.875rem 1.875rem; }
  .paypalShipping p {
    text-align: center; }
  .paypalShipping .title-with-level {
    text-align: center;
    margin-bottom: 1.25rem; }
  .paypalShipping .paypal-recap {
    background-color: #f6f6f6;
    list-style-type: none;
    padding: 0.625rem 1.25rem;
    margin: 1.25rem 0; }
    .paypalShipping .paypal-recap li {
      font-size: 0.9375rem;
      display: flex;
      justify-content: space-between;
      line-height: 1.25rem;
      padding: 0.625rem 0; }
    .paypalShipping .paypal-recap li + li {
      border-top: 0.0625rem solid #e5e5e5; }
    .paypalShipping .paypal-recap .bold {
      font-weight: bold; }
  .paypalShipping button {
    display: block;
    margin: 0.625rem auto 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-section + .gift-section {
  border-top: 0.0625rem solid #e5e5e5; }

.gift-section-header {
  padding: 1.25rem 1.25rem 0 1.25rem; }
  .gift-section-header p {
    padding: 0.3125rem 0 0.9375rem 0; }

.gift-section .title-with-level {
  margin-bottom: 0.3125rem; }

.gift-section-counter {
  color: #757575; }

.gift-section .gift-items-slider {
  padding: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-items-slider .arrow-icon {
  position: absolute;
  top: 5rem;
  width: 1.5625rem; }
  .gift-items-slider .arrow-icon .icon {
    font-size: 0.5rem; }
  .gift-items-slider .arrow-icon--left {
    left: 0; }
  .gift-items-slider .arrow-icon--right {
    right: 0; }
  .gift-items-slider .arrow-icon.slick-disabled {
    display: none; }

.gift-items-slider .slick-list {
  width: calc(100% - (1.5625rem * 2));
  margin: 0 auto; }

.gift-items-slider .gift-section-product-label {
  width: 100%; }

.gift-items-slider li[aria-hidden="true"].slick-slide input {
  display: none; }

@media screen and (max-width: 49.9375rem) {
  .gift-section .gift-items-slider {
    padding: 0.9375rem 0; }
    .gift-section .gift-items-slider .slick-slide img {
      width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.gift-section-product {
  position: relative;
  max-width: 12.5rem; }
  .gift-section-product .title {
    margin-top: 0.625rem;
    font-family: "Century Gothic Std Bold"; }
  .gift-section-product .title,
  .gift-section-product .subtitle,
  .gift-section-product .description {
    margin-bottom: 0.5rem; }
  .gift-section-product .checkbox label {
    box-sizing: border-box;
    padding: 0 0.3125rem;
    text-transform: none;
    font-size: 0.9375rem; }
  .gift-section-product .checkbox .text {
    width: 100%;
    text-transform: none; }
  .gift-section-product .checkbox .box {
    position: absolute;
    right: 0.3125rem;
    left: auto;
    top: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 1;
    border-radius: 50%;
    border: 0.0625rem solid #757575; }
    .gift-section-product .checkbox .box svg {
      margin-top: 0.25rem;
      width: 0.875rem;
      fill: #ffffff; }
  .gift-section-product .checkbox.checked .box {
    background: #000000; }
  .gift-section-product .checkbox-input:focus + .box {
    outline: 0.3125rem auto #3b99fc !important;
    outline-offset: -0.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-login-email {
  font-size: 0.9375rem; }
  .cart-login-email .form-login-email {
    display: flex;
    flex-direction: column;
    padding: 0; }
    .cart-login-email .form-login-email .text-field {
      width: 100%;
      padding: 0.3125rem 0;
      margin: 0.3125rem 0; }
      .cart-login-email .form-login-email .text-field label {
        text-transform: none; }
      .cart-login-email .form-login-email .text-field:not(.has-value) label {
        top: 1.3125rem; }
      .cart-login-email .form-login-email .text-field input {
        padding: 0; }
      .cart-login-email .form-login-email .text-field .error-text {
        text-align: left; }
      .cart-login-email .form-login-email .text-field .error-text:empty {
        display: none; }
  .cart-login-email .submit {
    text-transform: uppercase;
    margin: 1.125rem 0 0 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.cart-login-password {
  font-size: 0.9375rem; }
  .cart-login-password .title-with-level {
    margin-bottom: 0.25rem; }
  .cart-login-password .cart-login-error {
    color: #d70000;
    font-size: 0.8125rem; }
  .cart-login-password .form-login-password {
    display: flex;
    flex-direction: column;
    padding: 0; }
    .cart-login-password .form-login-password .text-field {
      width: 100%;
      padding: 0.3125rem 0; }
      .cart-login-password .form-login-password .text-field input {
        padding: 0; }
      .cart-login-password .form-login-password .text-field:not(.has-value) label {
        top: 1.3125rem; }
      .cart-login-password .form-login-password .text-field .error-text {
        text-align: left; }
      .cart-login-password .form-login-password .text-field .error-text:empty {
        display: none; }
  .cart-login-password .submit {
    text-transform: uppercase;
    align-self: center; }
  .cart-login-password .welcome-user {
    line-height: 1.5rem;
    margin-bottom: 0.625rem; }
  .cart-login-password .forgotten-password {
    margin-top: 0.3125rem;
    text-align: right;
    color: #757575;
    font-size: 0.8125rem;
    padding: 0.25rem 0;
    text-decoration: underline;
    align-self: flex-end; }
  .cart-login-password .change-email {
    margin: 0.9375rem 0;
    padding: 0;
    text-decoration: underline;
    text-align: center;
    align-self: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.popin-lost-password p {
  width: 100%;
  font-size: 0.8125rem;
  margin: 0 0 1.875rem;
  text-align: center; }

.popin-lost-password form {
  display: flex;
  flex-direction: column;
  align-items: center; }

.popin-lost-password .text-field {
  width: 21.875rem; }
  .popin-lost-password .text-field .input {
    color: #000000; }

.popin-lost-password button {
  display: block;
  padding: 0.5rem 1.25rem;
  margin: 0.9375rem auto 0; }

.popin-lost-password .error-msg {
  color: #d70000;
  padding: 0.9375rem; }

.popin-lost-password h2.title-with-level {
  text-align: center;
  margin-bottom: 2.1875rem; }

@media screen and (min-width: 50rem) {
  .popin-lost-password {
    min-width: 41.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.customize-your-cart {
  height: calc(100% - 1.25rem - 0.625rem);
  overflow-y: auto; }
  .customize-your-cart::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.4375rem; }
  .customize-your-cart::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0.0625rem rgba(255, 255, 255, 0.5); }
  .customize-your-cart__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .customize-your-cart__content__travel-miniatures--available {
      margin-bottom: 2.5rem; }
    .customize-your-cart__content__travel-miniatures--unavailable {
      margin-bottom: 1rem; }
    .customize-your-cart__content__separator {
      margin: 0 1.25rem;
      width: calc(100% - 2.5rem);
      height: 0.0625rem;
      background: #e5e5e5;
      border: none; }
    .customize-your-cart__content .product-chooser {
      width: 80%; }
      .customize-your-cart__content .product-chooser .slick-bottom {
        display: none; }
      .customize-your-cart__content .product-chooser .slick-slider {
        position: relative;
        padding-top: 1rem; }
        .customize-your-cart__content .product-chooser .slick-slider .slick-list {
          text-align: center; }
      .customize-your-cart__content .product-chooser .product-chooser-option {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important; }
  @media screen and (max-width: 49.9375rem) {
    .customize-your-cart {
      height: calc(100% - 1.25rem - 0.3125rem); }
      .customize-your-cart__content .product-chooser {
        width: 100%; }
        .customize-your-cart__content .product-chooser .slick-slider {
          padding-left: 0.625rem;
          padding-right: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.sample-chooser {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem; }
  .sample-chooser__title {
    margin-top: 1.25rem;
    margin-left: 1.25rem; }
  .sample-chooser__selection-counter {
    margin-top: 0.625rem;
    margin-left: 1.25rem;
    color: #757575;
    font-size: 0.9375rem; }
  @media screen and (min-width: 50rem) {
    .sample-chooser__title, .sample-chooser__selection-counter {
      width: 80%; } }
  @media screen and (max-width: 49.9375rem) {
    .sample-chooser__title {
      width: auto; }
    .sample-chooser__title, .sample-chooser__selection-counter {
      align-self: flex-start; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.travel-miniature-chooser {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .travel-miniature-chooser__header {
    margin-left: 1.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .travel-miniature-chooser__header {
      margin-left: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.travel-miniature-chooser-header {
  padding: 1.25rem; }
  .travel-miniature-chooser-header--unavailable {
    text-align: center; }
  .travel-miniature-chooser-header .multiline-text {
    display: inline-block; }
    .travel-miniature-chooser-header .multiline-text span {
      display: inline-block; }
  .travel-miniature-chooser-header > span {
    margin-top: 0.625rem; }
  @media screen and (min-width: 50rem) {
    .travel-miniature-chooser-header {
      width: 80%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.customize-your-cart-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.75rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  box-sizing: border-box;
  width: 100%; }
  .customize-your-cart-header__icon {
    position: absolute;
    left: 0.625rem; }
  @media screen and (min-width: 50rem) {
    .customize-your-cart-header {
      height: 5rem; } }
  @media screen and (max-width: 49.9375rem) {
    .customize-your-cart-header__icon {
      left: 0; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.empty-wishlist {
  text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.wishlist-items ul {
  padding: 0 1.25rem; }
  @media screen and (max-width: 49.9375rem) {
    .wishlist-items ul {
      padding: 0 0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.wishlist-item {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .wishlist-item-product {
    position: relative;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem; }
  .wishlist-item-image, .wishlist-item-infos {
    flex: 1; }
  .wishlist-item-separator {
    flex-basis: 2rem; }
    @media screen and (max-width: 49.9375rem) {
      .wishlist-item-separator {
        flex-basis: 0.625rem; } }
  .wishlist-item .lazyload-placeholder {
    max-width: 100%;
    margin: auto; }
  .wishlist-item-infos {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 0.9375rem; }
  .wishlist-item-availability {
    color: #757575;
    margin-bottom: 1rem; }
  .wishlist-item-delete {
    margin-right: auto;
    text-align: left;
    text-decoration: underline; }
    .wishlist-item-delete:hover {
      font-weight: bold; }
  .wishlist-item .add-to-cart-button {
    position: absolute;
    top: 0.625rem;
    left: calc(50% - 2.5rem);
    margin: auto;
    transform: translateX(-50%); }
  .wishlist-item .generic-variations-slider {
    padding: 0 1.25rem; }
  @media screen and (min-width: 50rem) {
    .wishlist-item-image {
      flex: 0 0 11.875rem; }
    .wishlist-item span {
      max-width: 11.25rem; }
    .wishlist-item .toggle-icon-button {
      right: auto;
      left: 10.625rem; }
    .wishlist-item .add-to-cart-button {
      position: static;
      margin-left: 1rem;
      margin-right: 3.125rem;
      transform: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.size {
  display: inline-flex;
  box-sizing: border-box;
  width: 3.375rem;
  height: 3.375rem;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
  .size input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .size input:enabled {
      cursor: pointer; }
  .size.is-selected {
    border: 0.0625rem solid black; }
  .size.is-available {
    cursor: pointer;
    color: black; }
    .size.is-available label {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      cursor: pointer; }
  .size:not(.is-available) label {
    text-decoration: line-through; }
  .size svg {
    width: 0.8125rem;
    height: 0.5625rem;
    margin-left: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.stores-list {
  font-size: 0.9375rem; }
  .stores-list-title {
    margin-bottom: 0.625rem; }
  @media screen and (max-width: 49.9375rem) {
    .stores-list-title {
      margin-bottom: 1.25rem; } }
  .stores-list-boutique {
    display: flex;
    border: 0.0625rem solid black;
    padding: 1.25rem;
    margin-bottom: 0.9375rem;
    border-radius: 0.3125rem; }
    .stores-list-boutique-number {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: black;
      color: white;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 3.125rem;
      margin-right: 0.9375rem;
      font-size: 0.9375rem;
      flex-shrink: 0; }
  .stores-list-empty {
    text-align: center; }
    .stores-list-empty a {
      text-decoration: underline; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.store-information {
  width: 100%;
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  position: relative; }
  .store-information .store-services {
    margin: 0.625rem 0; }
  .store-information-amend {
    text-decoration: underline;
    position: absolute;
    right: 0;
    top: 0.1875rem; }
    .store-information-amend:hover {
      font-weight: bold; }
  .store-information-links {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .store-information-link {
    text-decoration: underline; }
    .store-information-link:hover {
      font-weight: bold; }
  .store-information-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1.5625rem 0 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.store-services-title {
  font-family: "Century Gothic Std Bold"; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9375rem;
  padding-top: 1.25rem; }
  .product-actions-placeholder {
    height: 3.75rem !important;
    border-radius: 3.75rem;
    margin-top: 1.125rem; }
  .product-actions__price {
    display: flex;
    margin-bottom: 0.3125rem;
    align-items: baseline; }
    .product-actions__price .price-line {
      font-family: "Century Gothic Std Bold"; }
    .product-actions__price__details {
      margin-left: 0.625rem;
      font-size: 0.8125rem; }
  .product-actions__preorder-warning {
    margin-bottom: 0.625rem;
    text-align: center; }
  .product-actions.not-eco .price-line {
    margin-bottom: 1.125rem; }
  .product-actions-status, .product-actions-shipping-date {
    color: #757575;
    margin-bottom: 0.625rem;
    min-height: 1.125rem; }
  .product-actions-shipping-date {
    text-align: center; }
  .product-actions-buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0; }
    .product-actions-buttons .product-actions-button {
      width: 100%;
      order: 3;
      margin-bottom: 0.625rem; }
      .product-actions-buttons .product-actions-button.disabled {
        cursor: default; }
      .product-actions-buttons .product-actions-button:first-child {
        display: inline-flex;
        flex-shrink: 1;
        order: 1;
        width: calc(100% - 3.75rem - 0.625rem); }
    .product-actions-buttons .button-link {
      width: 100%;
      height: 3.75rem;
      border-radius: 3.75rem;
      text-transform: uppercase; }
    .product-actions-buttons .toggle-wishlist {
      order: 2;
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      border-radius: 50%;
      border: 0.0625rem solid black;
      width: 3.75rem;
      height: 3.75rem;
      margin-left: 0.625rem; }
      .product-actions-buttons .toggle-wishlist .icon {
        margin: 0 auto; }
  .product-actions-free-delivery {
    margin-top: 0.625rem;
    text-decoration: underline; }
    .product-actions-free-delivery:hover {
      font-weight: bold; }
  .product-actions .e-store-advantages {
    margin-top: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.e-store-advantages {
  width: 100%;
  border: 0.0625rem solid #cecece;
  border-radius: 0.3125rem;
  padding: 1.875rem 1.25rem 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  box-sizing: border-box; }
  .e-store-advantages button {
    width: 100%; }
  .e-store-advantages__advantage {
    padding-bottom: 1.25rem;
    display: flex;
    align-items: center;
    text-decoration: underline; }
    .e-store-advantages__advantage span {
      text-align: left; }
    .e-store-advantages__advantage .icon {
      height: 1.875rem;
      width: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1.25rem; }
      .e-store-advantages__advantage .icon svg {
        width: inherit;
        height: inherit; }
      .e-store-advantages__advantage .icon.e-store-advantages__advantage__gift2 svg {
        height: 1.5625rem;
        width: 1.5625rem;
        margin: 0 0.125rem 0 0.1875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.e-boutique-services {
  max-width: 37.5rem;
  width: 100%;
  line-height: 1.5rem; }
  .e-boutique-services-title {
    margin-bottom: 2.5rem;
    text-align: center; }
  .e-boutique-services .e-boutique-service {
    margin-bottom: 1.875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.e-boutique-service {
  font-size: 0.9375rem; }
  .e-boutique-service-title, .e-boutique-service-description {
    margin-bottom: 0.625rem; }
  .e-boutique-service-description a {
    text-decoration: underline; }
  .e-boutique-service-legend {
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.shipping-modes {
  font-size: 0.9375rem;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .shipping-modes td,
  .shipping-modes th {
    font-weight: normal;
    padding: 1.25rem;
    font-size: 0.9375rem;
    width: 30%;
    box-sizing: border-box;
    text-align: center; }
    .shipping-modes td.shipping-modes-label,
    .shipping-modes th.shipping-modes-label {
      text-align: left; }
    .shipping-modes td.shipping-modes-time, .shipping-modes td.shipping-modes-price,
    .shipping-modes th.shipping-modes-time,
    .shipping-modes th.shipping-modes-price {
      border: 0.0625rem solid #e5e5e5; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.e-popup {
  font-size: 0.9375rem;
  max-width: 33.125rem;
  min-width: 25rem; }
  @media screen and (max-width: 49.9375rem) {
    .e-popup {
      min-width: 19rem; } }
  .e-popup-title, .e-popup-description, .e-popup-confirmation, .e-popup-legal-terms {
    text-align: center; }
  .e-popup-title, .e-popup-description, .e-popup-submit {
    margin-bottom: 1.25rem; }
  .e-popup-description {
    line-height: 0.9375rem; }
  .e-popup-form {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .e-popup-field {
    width: 65%;
    min-width: 15.625rem;
    margin-bottom: 0.625rem; }
  .e-popup .radio-button .text {
    color: #757575; }
  .e-popup-submit {
    min-width: 10.75rem;
    margin-top: 1.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.notify-me-cdc-subtitle, .notify-me-cdc-subtitle-size {
  text-align: center;
  line-height: 1.5rem; }

.notify-me-cdc-subtitle {
  padding-bottom: 1.375rem; }

.notify-me-cdc-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem; }
  .notify-me-cdc-form-row {
    display: flex;
    width: 100%; }
    .notify-me-cdc-form-row > div:last-child {
      margin-left: 1.25rem; }

.notify-me-cdc-field {
  flex: 1;
  margin-bottom: 1.25rem; }
  .notify-me-cdc-field .selected {
    font-size: 0.8125rem !important; }
  .notify-me-cdc-field .input > input {
    font-size: 0.8125rem !important; }

.notify-me-cdc-submit {
  min-width: 10.75rem;
  margin-top: 2rem; }

.notify-me-cdc-newsletter-checkbox {
  max-width: 100%;
  font-size: 0.8125rem;
  align-self: flex-start; }

.notify-me-cdc-gdpr-description {
  margin-top: 1rem;
  font-size: 0.8125rem; }

.notify-me-cdc-china-form {
  display: flex;
  flex-direction: column;
  align-items: center; }

.notify-me-cdc-china-email-field {
  width: 65%;
  min-width: 15.625rem;
  margin-bottom: 2.1875rem; }

.notify-me-cdc-china-gdpr-checkbox {
  max-width: 100%;
  display: flex;
  align-items: center; }

.notify-me-cdc-china-submit {
  min-width: 10.75rem;
  margin-top: 2.1875rem; }

@media screen and (max-width: 49.9375rem) {
  .notify-me-cdc-form-row {
    flex-direction: column; }
    .notify-me-cdc-form-row > div:last-child {
      margin-left: 0; }
  .notify-me-cdc-field {
    margin-bottom: 0.625rem; }
  .notify-me-cdc-submit {
    margin-top: 1.75rem; }
  .notify-me-cdc-gdpr-description {
    margin-top: 1.25rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.notify-me {
  font-size: 0.9375rem;
  max-width: 33.125rem;
  min-width: 18.75rem; }
  .notify-me__large {
    max-width: 42.5rem; }
  .notify-me-title, .notify-me-confirmation {
    text-align: center; }
  .notify-me-title {
    padding-bottom: 1.375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.notify-me-pcd-subtitle, .notify-me-pcd-subtitle-size {
  text-align: center; }

.notify-me-pcd-subtitle {
  padding-bottom: 1.375rem; }

.notify-me-pcd-subtitle, .notify-me-pcd-subtitle-size {
  line-height: 1.5rem; }

.notify-me-pcd-form {
  display: flex;
  flex-direction: column;
  align-items: center; }

.notify-me-pcd-email-field {
  width: 65%;
  min-width: 15.625rem;
  margin-bottom: 2.1875rem; }

.notify-me-pcd-submit {
  min-width: 10.75rem;
  margin-top: 2.1875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.declinations {
  border-top: 0.0625rem solid #e5e5e5;
  margin-top: 2.75rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.6875rem 0 1rem 0.5625rem; }
  .declinations-title {
    margin: 0.6875rem 0 1.375rem; }
  .declinations-items {
    display: flex;
    flex-wrap: wrap; }
    .declinations-items .declination {
      width: 33.3%;
      padding: 0 0.625rem 0.625rem 0;
      box-sizing: border-box; }
  @media screen and (max-width: 49.9375rem) {
    .declinations {
      padding: 1rem 0 0; }
      .declinations-title {
        text-align: center; } }
  .declinations-slider .slider {
    padding-bottom: 0; }
  .declinations-slider .declination {
    display: block;
    margin-right: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-page-engraving {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375rem; }
  .product-page-engraving-button {
    display: flex;
    align-items: center;
    text-align: left; }
    .product-page-engraving-button-texts {
      display: flex;
      flex-direction: column;
      min-height: 2.125rem;
      justify-content: center; }
    .product-page-engraving-button-text {
      text-decoration: underline; }
    .product-page-engraving-button:hover .product-page-engraving-button-text {
      font-weight: bold; }
    .product-page-engraving-button .icon {
      margin-right: 0.9375rem; }
    .product-page-engraving-button svg {
      width: 1.5rem;
      height: 1.5rem; }
  .product-page-engraving-engraved-text {
    font-size: 0.8125rem;
    color: #757575; }
  .product-page-engraving-infos {
    display: flex;
    align-items: center; }
  .product-page-engraving-price {
    margin-top: 0.125rem;
    margin-left: 0.3125rem;
    font-family: "Century Gothic Std Bold"; }
  .product-page-engraving-tooltip {
    margin-left: 1rem; }
  .product-page-engraving-remove-button {
    margin: 0.25rem 0.625rem 0 1.875rem; }
    .product-page-engraving-remove-button .icon,
    .product-page-engraving-remove-button svg {
      width: 0.75rem;
      height: 0.75rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.giftset-descriptions {
  display: flex;
  flex-direction: column;
  border-top: 0.0625rem solid #e5e5e5;
  font-size: 0.9375rem; }
  .giftset-descriptions > * {
    margin-bottom: 0.9375rem; }
  .giftset-descriptions-description {
    margin: 0.9375rem 0; }
  .giftset-descriptions-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.9375rem; }
  .giftset-descriptions-item-description {
    margin-top: 0.9375rem; }
  .giftset-descriptions-total {
    display: flex;
    align-self: flex-end;
    font-family: "Century Gothic Std Bold";
    margin-bottom: 0.9375rem; }
    .giftset-descriptions-total > .price-line {
      margin-left: 0.3125rem; }

.giftset-item-title {
  text-transform: uppercase; }

.giftset-item-title.underline {
  text-decoration: underline; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.giftset-details {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-bottom: 0.0625rem solid #e5e5e5;
  font-size: 0.9375rem; }
  .giftset-details > * {
    margin-bottom: 0.9375rem; }
  .giftset-details-description {
    margin-bottom: 0.9375rem; }
  .giftset-details-item {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 0.9375rem; }
  .giftset-details-text {
    width: 70%; }
  .giftset-details-total {
    display: flex;
    align-self: flex-end;
    font-family: "Century Gothic Std Bold";
    margin-bottom: 1.25rem; }
    .giftset-details-total > .price-line {
      margin-left: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.long-tail-information {
  text-align: center;
  font-size: 0.9375rem; }
  .long-tail-information-button {
    display: flex;
    margin: 0 auto; }
  .long-tail-information svg {
    width: 1.25rem;
    height: 1.25rem; }
  .long-tail-information-title {
    margin-bottom: 0.625rem;
    margin-right: 0.375rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.long-tail-information {
  text-align: center; }
  .long-tail-information svg {
    width: 1.25rem;
    height: 1.25rem; }
  .long-tail-information-title {
    margin-bottom: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-medias-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -0.625rem; }
  .product-medias-grid-image, .product-medias-grid-personalization {
    width: 50%;
    padding: 0 0.625rem 0.625rem 0.625rem;
    box-sizing: border-box; }
    .product-medias-grid-image:first-child, .product-medias-grid-personalization:first-child {
      width: 100%; }
  .product-medias-grid-image {
    cursor: pointer; }
    .product-medias-grid-image button {
      width: 100%; }
  .product-medias-grid .awards {
    position: absolute;
    top: 1.25rem;
    left: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.personalization-view {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 66.6667%;
  overflow: hidden;
  background-color: #efeff1; }
  @media screen and (max-width: 49.9375rem) {
    .personalization-view {
      padding-top: 108.11189%; } }
  .personalization-view-loader,
  .personalization-view img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .personalization-view img {
    max-height: 100%;
    max-width: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.awards .award {
  margin-bottom: 0.625rem; }
  .awards .award img {
    width: 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-media {
  position: relative;
  width: 100%; }
  .product-media .play-icon {
    border: 0.125rem solid #ffffff;
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    .product-media .play-icon svg {
      width: 0.9375rem;
      height: 0.9375rem; }
  .product-media__legend {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1rem;
    box-sizing: border-box; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-medias-slider-single-image {
  width: 90%;
  margin: 0 auto; }
  .product-medias-slider-single-image button {
    width: 100%; }

.product-medias-slider .slick-slide img {
  width: 100%; }

.product-medias-slider-awards, .product-medias-slider-single-image {
  position: relative; }
  .product-medias-slider-awards .awards, .product-medias-slider-single-image .awards {
    position: absolute;
    top: 0.9375rem;
    left: 0.9375rem; }
    .product-medias-slider-awards .awards img, .product-medias-slider-single-image .awards img {
      width: 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.personalization {
  box-sizing: border-box; }
  .personalization-title {
    border-bottom: 0.0625rem solid #e5e5e5;
    line-height: 1.5rem;
    padding: 0.8125rem 0 0.6875rem 0;
    width: 100%;
    display: inline-block; }
  .personalization-variations {
    border-bottom: 0.0625rem solid #e5e5e5; }
    .personalization-variations .generic-variations-slider {
      margin: 1.1875rem 1.25rem 1.8125rem; }
      .personalization-variations .generic-variations-slider .personalization-item {
        margin: 0 auto; }
  @media screen and (max-width: 49.9375rem) {
    .personalization-title {
      text-align: center; }
      .personalization-title span {
        width: 100%; }
    .personalization-variations .arrow-icon--left {
      left: -1.375rem; }
    .personalization-variations .arrow-icon--right {
      right: -1.375rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.personalization-items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.125rem 0 1.625rem; }
  .personalization-items-generic-variations {
    justify-content: center; }
    .personalization-items-generic-variations .personalization-item {
      margin: 0 0.4375rem 0.3125rem 0.375rem; }
    .personalization-items-generic-variations-placeholder {
      width: 3.75rem;
      margin: 0 0.4375rem 0 0.375rem;
      box-sizing: border-box; }
  .personalization-items--closed .personalization-items-generic-variations {
    max-height: 8.125rem;
    overflow: hidden; }
  .personalization-items-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff; }
    .personalization-items-button:focus.focus-visible {
      outline-offset: -0.25rem; }
    .personalization-items-button-description {
      line-height: 1.5rem;
      font-size: 0.9375rem; }
    .personalization-items-button .up-down-chevron-icon {
      margin-left: 0.3125rem; }
      .personalization-items-button .up-down-chevron-icon svg {
        height: 0.5rem;
        width: 0.875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.personalization-item {
  height: 3.75rem;
  width: 3.75rem; }
  .personalization-item-btn {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3125rem;
    overflow: hidden; }
    .personalization-item-btn-img {
      border-radius: 50%;
      background-position: center 120%;
      background-size: 130% !important; }
    .personalization-item-btn:focus.focus-visible {
      outline-offset: -0.3125rem; }
  .personalization-item--selected .personalization-item-btn {
    border: 0.0625rem solid #000000;
    border-radius: 50%; }
  .personalization-item--not-available {
    opacity: 0.3; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.personalization-selection {
  width: 100%;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  padding: 0.75rem 0.875rem;
  box-sizing: border-box;
  padding-bottom: 1.5625rem; }
  .personalization-selection-title {
    font-family: "Century Gothic Std Bold"; }
  .personalization-selection-slider {
    width: 100%;
    margin: 0.625rem 0 -0.625rem 0; }
    .personalization-selection-slider .slick-slider {
      padding: 0 0.625rem 0 0.625rem; }
  .personalization-selection-button {
    text-decoration: underline; }
    .personalization-selection-button:hover {
      font-weight: bold; }
  .personalization-selection .arrow-icon {
    position: absolute;
    top: 1.5625rem;
    z-index: 2; }
    .personalization-selection .arrow-icon--right {
      right: -1.875rem; }
    .personalization-selection .arrow-icon--left {
      left: -1.875rem; }
  .personalization-selection .arrow-icon.slick-disabled {
    display: none; }

@media screen and (max-width: 49.9375rem) {
  .personalization-selection {
    border-bottom: 0.0625rem solid #e5e5e5; }
    .personalization-selection .arrow-icon--right {
      right: -0.625rem; }
    .personalization-selection .arrow-icon--left {
      left: -0.625rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.personalization-selection-item {
  margin: 0 0.75rem 0.25rem 0.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.25rem 0.3125rem 0.3125rem 0.3125rem;
  padding-bottom: 0.75rem; }
  .personalization-selection-item-placeholder {
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    color: #cecece;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0.25rem auto;
    border: 0.0625rem dashed #cecece; }
    .personalization-selection-item-placeholder--free {
      border: 0.0625rem solid #cecece; }
  .personalization-selection-item > span {
    display: inline-block;
    width: 3.75rem;
    margin: 0 auto; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-customization {
  margin-top: 1.875rem; }
  .product-customization .product-customization-content {
    margin-top: 1.0625rem;
    padding: 0 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-customization-content__toggle {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .product-customization-content__toggle__title {
    text-decoration: underline;
    text-align: left; }
  .product-customization-content__toggle .plus-minus-icon {
    width: 1rem;
    height: 1rem; }

.product-customization-content__description {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0.625rem; }

.product-customization-content__legend {
  color: #757575;
  font-size: 0.6875rem;
  line-height: 1.5rem;
  margin-top: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-customization-preview {
  position: relative; }
  .product-customization-preview__header {
    position: absolute;
    top: 1.375rem;
    width: 100%;
    text-align: center;
    display: block; }
    .product-customization-preview__header__title {
      margin-top: 1.25rem; }
  .product-customization-preview__item {
    height: 100%;
    width: 100%; }
  .product-customization-preview__controls {
    position: absolute;
    bottom: 0.9375rem;
    display: flex;
    width: 100%;
    align-items: center; }
  .product-customization-preview .slick-bottom {
    margin-top: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-description {
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 1.25rem 1rem 1.5rem;
  width: 100%; }
  .product-description__title {
    display: block;
    line-height: 1.5rem;
    margin-bottom: 1.25rem; }
  .product-description__text {
    font-size: 0.9375rem;
    line-height: 1.5rem; }
  .product-description__footnote {
    margin-top: 0.9375rem;
    font-size: 0.6875rem;
    display: block; }
  .product-description__button {
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    text-decoration: underline;
    margin: 0.9375rem auto 0; }
  @media screen and (max-width: 49.9375rem) {
    .product-description {
      padding: 1.4375rem 1.25rem 1.375rem; }
      .product-description__title {
        text-align: center; }
      .product-description__footnote {
        text-align: center; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-ingredients {
  max-width: 37.5rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5rem; }
  .product-ingredients__warning {
    margin-top: 1.25rem; }
  .product-ingredients__listing {
    margin-top: 1.875rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-titles {
  text-align: center;
  margin-bottom: 0.75rem; }
  .product-titles-subtitle {
    margin-top: 0.3125rem; }
  .product-titles-tags {
    margin-bottom: 0.25rem;
    font-size: 0.9375rem; }
  @media screen and (min-width: 50rem) {
    .product-titles {
      text-align: left;
      margin-bottom: 1.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.product-variations {
  padding-top: 1.25rem; }
  .product-variations .sizes {
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    margin-bottom: 1.25rem; }
  @media screen and (min-width: 50rem) {
    .product-variations {
      border-top: 0.0625rem solid #e5e5e5; }
      .product-variations.is-capacity {
        border-top: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.expansion-panel {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem 0;
  box-sizing: border-box;
  border-top: 0.0625rem solid #e5e5e5;
  font-size: 0.9375rem; }
  .expansion-panel-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
  .expansion-panel > .icon {
    margin-left: 0.625rem;
    width: 1.25rem;
    height: 1.25rem; }
  .expansion-panel-content {
    margin-top: 1.25rem; }
    .expansion-panel-content.is-open {
      display: block; }
    .expansion-panel-content.is-closed {
      display: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.sizes {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem; }
  .sizes-italian-text {
    margin-bottom: 1.125rem; }
  .sizes-chart-size-button {
    margin-top: 0.5625rem;
    text-decoration: underline; }
  .sizes .slider {
    padding-bottom: 0; }
  .sizes-selected-size .icon {
    margin-left: 0.3125rem; }
    .sizes-selected-size .icon svg {
      width: 0.8125rem;
      height: 0.5625rem; }
  .sizes-selected-size:not(.is-available) {
    text-decoration: line-through; }

.product-variations .expansion-panel {
  border-top: none !important;
  border-bottom: 0.0625rem solid #e5e5e5;
  padding: 0.3125rem 0.3125rem 1.5625rem 0.3125rem; }
  .product-variations .expansion-panel-button {
    height: 1.25rem; }
    .product-variations .expansion-panel-button > span {
      display: inline-flex; }
    .product-variations .expansion-panel-button .size {
      margin-left: 0.625rem;
      width: auto;
      height: auto; }
  .product-variations .expansion-panel .sizes {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.size-guide {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 50rem) {
    .size-guide {
      width: 50rem; } }
  .size-guide-title {
    text-align: center;
    margin-bottom: 2.5rem; }
  .size-guide__loader {
    margin: 2.5rem auto; }
  .size-guide .margin {
    margin: 0 5rem 2.5rem;
    text-align: left; }
    .size-guide .margin.text-centered {
      text-align: center; }
  .size-guide .margin-small {
    margin: 0 2.5rem 2.5rem;
    text-align: left; }
    .size-guide .margin-small.text-centered {
      text-align: center; }
    .size-guide .margin-small p {
      margin-bottom: 1rem; }
  .size-guide .step {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 1.25rem 5.625rem; }
    .size-guide .step .num {
      font-size: 3.75rem;
      color: #cecece; }
    .size-guide .step .label {
      position: absolute;
      top: 0;
      left: 0.3125rem;
      margin: 0; }
  .size-guide .grid {
    margin-bottom: 3.75rem;
    overflow: hidden; }
    .size-guide .grid h6 {
      margin-left: 0; }
    .size-guide .grid .step {
      margin-left: 0; }
    .size-guide .grid .column {
      float: left; }
      .size-guide .grid .column.column-no-margin {
        margin: 0; }
  .size-guide .one-half {
    width: 50%;
    padding: 0 0 0 1.25rem;
    box-sizing: border-box; }
    .size-guide .one-half.column-no-margin {
      padding: 0; }
  .size-guide .helper table p {
    text-transform: none; }
  .size-guide .helper table img {
    width: 12.5rem;
    height: auto; }
  .size-guide hr {
    display: block;
    height: 0.0625rem;
    border: 0;
    border-top: 0.0625rem solid #e5e5e5;
    margin: 0 -1.25rem 2.5rem; }
    @media screen and (max-width: 49.9375rem) {
      .size-guide hr {
        display: none; } }
  .size-guide table {
    text-align: center;
    text-transform: uppercase;
    margin: 0 2.5rem 2.5rem;
    border-collapse: collapse; }
    .size-guide table.cols-1 th,
    .size-guide table.cols-1 td {
      width: Infinity/16rem; }
      .size-guide table.cols-1 th.margin,
      .size-guide table.cols-1 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-1 th.first,
      .size-guide table.cols-1 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-2 th,
    .size-guide table.cols-2 td {
      width: 40.4375rem; }
      .size-guide table.cols-2 th.margin,
      .size-guide table.cols-2 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-2 th.first,
      .size-guide table.cols-2 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-3 th,
    .size-guide table.cols-3 td {
      width: 20.21875rem; }
      .size-guide table.cols-3 th.margin,
      .size-guide table.cols-3 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-3 th.first,
      .size-guide table.cols-3 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-4 th,
    .size-guide table.cols-4 td {
      width: 13.47917rem; }
      .size-guide table.cols-4 th.margin,
      .size-guide table.cols-4 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-4 th.first,
      .size-guide table.cols-4 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-5 th,
    .size-guide table.cols-5 td {
      width: 10.10938rem; }
      .size-guide table.cols-5 th.margin,
      .size-guide table.cols-5 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-5 th.first,
      .size-guide table.cols-5 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-6 th,
    .size-guide table.cols-6 td {
      width: 8.0875rem; }
      .size-guide table.cols-6 th.margin,
      .size-guide table.cols-6 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-6 th.first,
      .size-guide table.cols-6 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-7 th,
    .size-guide table.cols-7 td {
      width: 6.73958rem; }
      .size-guide table.cols-7 th.margin,
      .size-guide table.cols-7 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-7 th.first,
      .size-guide table.cols-7 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-8 th,
    .size-guide table.cols-8 td {
      width: 5.77679rem; }
      .size-guide table.cols-8 th.margin,
      .size-guide table.cols-8 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-8 th.first,
      .size-guide table.cols-8 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-9 th,
    .size-guide table.cols-9 td {
      width: 5.05469rem; }
      .size-guide table.cols-9 th.margin,
      .size-guide table.cols-9 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-9 th.first,
      .size-guide table.cols-9 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-10 th,
    .size-guide table.cols-10 td {
      width: 4.49306rem; }
      .size-guide table.cols-10 th.margin,
      .size-guide table.cols-10 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-10 th.first,
      .size-guide table.cols-10 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-11 th,
    .size-guide table.cols-11 td {
      width: 4.04375rem; }
      .size-guide table.cols-11 th.margin,
      .size-guide table.cols-11 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-11 th.first,
      .size-guide table.cols-11 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-12 th,
    .size-guide table.cols-12 td {
      width: 3.67614rem; }
      .size-guide table.cols-12 th.margin,
      .size-guide table.cols-12 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-12 th.first,
      .size-guide table.cols-12 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-13 th,
    .size-guide table.cols-13 td {
      width: 3.36979rem; }
      .size-guide table.cols-13 th.margin,
      .size-guide table.cols-13 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-13 th.first,
      .size-guide table.cols-13 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-14 th,
    .size-guide table.cols-14 td {
      width: 3.11058rem; }
      .size-guide table.cols-14 th.margin,
      .size-guide table.cols-14 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-14 th.first,
      .size-guide table.cols-14 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-15 th,
    .size-guide table.cols-15 td {
      width: 2.88839rem; }
      .size-guide table.cols-15 th.margin,
      .size-guide table.cols-15 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-15 th.first,
      .size-guide table.cols-15 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-16 th,
    .size-guide table.cols-16 td {
      width: 2.69583rem; }
      .size-guide table.cols-16 th.margin,
      .size-guide table.cols-16 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-16 th.first,
      .size-guide table.cols-16 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-17 th,
    .size-guide table.cols-17 td {
      width: 2.52734rem; }
      .size-guide table.cols-17 th.margin,
      .size-guide table.cols-17 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-17 th.first,
      .size-guide table.cols-17 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-18 th,
    .size-guide table.cols-18 td {
      width: 2.37868rem; }
      .size-guide table.cols-18 th.margin,
      .size-guide table.cols-18 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-18 th.first,
      .size-guide table.cols-18 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-19 th,
    .size-guide table.cols-19 td {
      width: 2.24653rem; }
      .size-guide table.cols-19 th.margin,
      .size-guide table.cols-19 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-19 th.first,
      .size-guide table.cols-19 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-20 th,
    .size-guide table.cols-20 td {
      width: 2.12829rem; }
      .size-guide table.cols-20 th.margin,
      .size-guide table.cols-20 td.margin {
        width: 2.5rem; }
      .size-guide table.cols-20 th.first,
      .size-guide table.cols-20 td.first {
        width: 8.3125rem; }
    .size-guide table.cols-1-with-title th,
    .size-guide table.cols-1-with-title td {
      width: 39.375rem; }
    .size-guide table.cols-1-with-title th.title,
    .size-guide table.cols-1-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-2-with-title th,
    .size-guide table.cols-2-with-title td {
      width: 19.6875rem; }
    .size-guide table.cols-2-with-title th.title,
    .size-guide table.cols-2-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-3-with-title th,
    .size-guide table.cols-3-with-title td {
      width: 13.125rem; }
    .size-guide table.cols-3-with-title th.title,
    .size-guide table.cols-3-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-4-with-title th,
    .size-guide table.cols-4-with-title td {
      width: 9.84375rem; }
    .size-guide table.cols-4-with-title th.title,
    .size-guide table.cols-4-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-5-with-title th,
    .size-guide table.cols-5-with-title td {
      width: 7.875rem; }
    .size-guide table.cols-5-with-title th.title,
    .size-guide table.cols-5-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-6-with-title th,
    .size-guide table.cols-6-with-title td {
      width: 6.5625rem; }
    .size-guide table.cols-6-with-title th.title,
    .size-guide table.cols-6-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-7-with-title th,
    .size-guide table.cols-7-with-title td {
      width: 5.625rem; }
    .size-guide table.cols-7-with-title th.title,
    .size-guide table.cols-7-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-8-with-title th,
    .size-guide table.cols-8-with-title td {
      width: 4.92188rem; }
    .size-guide table.cols-8-with-title th.title,
    .size-guide table.cols-8-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-9-with-title th,
    .size-guide table.cols-9-with-title td {
      width: 4.375rem; }
    .size-guide table.cols-9-with-title th.title,
    .size-guide table.cols-9-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-10-with-title th,
    .size-guide table.cols-10-with-title td {
      width: 3.9375rem; }
    .size-guide table.cols-10-with-title th.title,
    .size-guide table.cols-10-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-11-with-title th,
    .size-guide table.cols-11-with-title td {
      width: 3.57955rem; }
    .size-guide table.cols-11-with-title th.title,
    .size-guide table.cols-11-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-12-with-title th,
    .size-guide table.cols-12-with-title td {
      width: 3.28125rem; }
    .size-guide table.cols-12-with-title th.title,
    .size-guide table.cols-12-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-13-with-title th,
    .size-guide table.cols-13-with-title td {
      width: 3.02885rem; }
    .size-guide table.cols-13-with-title th.title,
    .size-guide table.cols-13-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-14-with-title th,
    .size-guide table.cols-14-with-title td {
      width: 2.8125rem; }
    .size-guide table.cols-14-with-title th.title,
    .size-guide table.cols-14-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-15-with-title th,
    .size-guide table.cols-15-with-title td {
      width: 2.625rem; }
    .size-guide table.cols-15-with-title th.title,
    .size-guide table.cols-15-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-16-with-title th,
    .size-guide table.cols-16-with-title td {
      width: 2.46094rem; }
    .size-guide table.cols-16-with-title th.title,
    .size-guide table.cols-16-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-17-with-title th,
    .size-guide table.cols-17-with-title td {
      width: 2.31618rem; }
    .size-guide table.cols-17-with-title th.title,
    .size-guide table.cols-17-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-18-with-title th,
    .size-guide table.cols-18-with-title td {
      width: 2.1875rem; }
    .size-guide table.cols-18-with-title th.title,
    .size-guide table.cols-18-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-19-with-title th,
    .size-guide table.cols-19-with-title td {
      width: 2.07237rem; }
    .size-guide table.cols-19-with-title th.title,
    .size-guide table.cols-19-with-title td.title {
      width: 6.25rem; }
    .size-guide table.cols-20-with-title th,
    .size-guide table.cols-20-with-title td {
      width: 1.96875rem; }
    .size-guide table.cols-20-with-title th.title,
    .size-guide table.cols-20-with-title td.title {
      width: 6.25rem; }
    .size-guide table thead {
      font-size: 0.8125rem; }
    .size-guide table th {
      background: #000;
      color: #fff; }
      .size-guide table th.title {
        text-transform: uppercase; }
      .size-guide table th.border-before {
        position: relative; }
        .size-guide table th.border-before:before {
          content: '';
          width: 0.0625rem;
          background-color: black;
          position: absolute;
          left: 0;
          height: 1.25rem;
          bottom: 0.9375rem; }
    .size-guide table tbody {
      font-size: 0.8125rem; }
    .size-guide table tr {
      height: 3.125rem; }
      .size-guide table tr.grey td {
        background: #f6f6f6; }
        .size-guide table tr.grey td.first.bold, .size-guide table tr.grey td.first.title-with-level.bold {
          font-family: "Century Gothic Std Bold"; }
      .size-guide table tr td.title {
        background: none;
        color: #000;
        text-transform: none; }
    .size-guide table th,
    .size-guide table td {
      vertical-align: middle; }
      .size-guide table th.border,
      .size-guide table td.border {
        border-right: 0.125rem solid #fff; }
      .size-guide table th.title,
      .size-guide table td.title {
        background: none;
        color: #000;
        text-align: left; }
    .lte7 .size-guide table .colspan {
      width: auto; }
    .size-guide table.active {
      display: inline-table; }
  .size-guide .info-size {
    font-size: 0.8125rem;
    font-style: italic;
    margin-left: 2.5rem;
    margin-bottom: 1.25rem;
    display: block; }
  .size-guide .tab-content th,
  .size-guide .tab-content h4,
  .size-guide .tab-content h5,
  .size-guide .tab-content h6 {
    font-weight: normal; }
  .size-guide .tab-content h4 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 0 2.5rem 1.875rem;
    text-align: center; }
  .size-guide .tab-content h5 {
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin: 0 2.5rem 1.25rem;
    text-align: left; }
  .size-guide .tab-content h6 {
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin: 0;
    text-align: left; }
  .size-guide .tab-content p {
    margin-bottom: 2.375rem; }
    .size-guide .tab-content p.framed {
      text-align: center;
      border: 0.0625rem solid #000;
      padding: 2.1875rem;
      margin-bottom: 1.5625rem; }
      .size-guide .tab-content p.framed a {
        color: #000;
        text-decoration: underline; }
    .size-guide .tab-content p.margin-small {
      text-align: left; }
  .size-guide .tab-content img {
    width: 100%;
    height: auto; }
  .size-guide .tab-content a {
    color: #000;
    text-decoration: underline; }
    .size-guide .tab-content a.btn-black, .size-guide .tab-content a.btn-dark {
      background-color: #000;
      color: #fff;
      text-decoration: none;
      padding: 1rem 2.5rem;
      height: 2.5rem;
      border-radius: 2.5rem;
      text-transform: uppercase; }
  @media screen and (max-width: 49.9375rem) {
    .size-guide .size-guide--footer {
      display: flex;
      flex-direction: column;
      border: 0.0625rem solid #000;
      border-radius: 0.3125rem;
      padding: 1.25rem;
      margin-top: 1.25rem; } }
  @media screen and (min-width: 50rem) {
    .size-guide .size-guide--footer div {
      width: 50%;
      float: left; } }
  .size-guide .size-guide--footer img {
    width: auto;
    margin-right: 0.625rem;
    float: left; }
  .size-guide .size-guide--footer p {
    text-align: left;
    clear: both;
    margin-bottom: 1.25rem; }
  .size-guide .size-guide--footer h5 {
    margin: 0.125rem 0 1.625rem; }
  .size-guide #table-long,
  .size-guide .grid-hidden {
    display: none; }
  @media screen and (max-width: 49.9375rem) {
    .size-guide .margin-bottom-20 {
      margin-bottom: 1.25rem; }
    .size-guide table {
      margin: 0;
      border-spacing: 0.3125rem 0;
      border-collapse: separate; }
      .size-guide table .size-grid-black {
        background-color: #000;
        color: #fff; }
      .size-guide table .size-grid-white {
        background-color: #fff; }
      .size-guide table tbody td {
        padding: 0.9375rem 0;
        background: #e5e5e5; }
      .size-guide table .border-top td {
        border-top: 0.0625rem solid white; }
    .size-guide .sizes-ring .js-accordion {
      margin-bottom: 1.25rem; } }
  .size-guide .sizes-heel,
  .size-guide .sizes-measuring,
  .size-guide .sizes-how-to {
    display: flex;
    flex-direction: column; }
    .size-guide .sizes-heel > img,
    .size-guide .sizes-measuring > img,
    .size-guide .sizes-how-to > img {
      margin: 1.25rem auto; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.swatches {
  display: flex;
  flex-direction: column; }
  .swatches .swatches-bloc {
    margin-bottom: 1.875rem;
    padding: 0.0625rem 0 0.0625rem; }
  .swatches .button-link.white {
    width: 10.125rem;
    max-width: 12.1875rem;
    margin-bottom: 1.25rem;
    align-self: center; }
  .swatches__actions {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .swatches__actions__try-link {
      margin-left: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.shade-finder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 61.25rem; }
  .shade-finder-title {
    text-align: center;
    margin-bottom: 1.25rem; }
  .shade-finder-subtitle {
    margin-bottom: 2.5rem;
    font-size: 0.9375rem;
    text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.shade-finder-content {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .shade-finder-content-compare {
    margin: 2rem 2.5rem; }
  .shade-finder-content-variations {
    width: 100%;
    max-width: 17.1875rem; }
  .shade-finder-content-choose-button {
    z-index: 2;
    width: 100%; }
  .shade-finder-content-empty-div {
    height: 1.875rem;
    padding: 1.25rem 0; }
  .shade-finder-content .variation-option-infos {
    margin: 1.25rem 0; }
    .shade-finder-content .variation-option-infos-image {
      margin-right: 1.25rem; }
      .shade-finder-content .variation-option-infos-image .image {
        width: 100%;
        height: 100%; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.variation-option-infos {
  display: flex;
  align-items: center; }
  .variation-option-infos-image {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.625rem; }
    .variation-option-infos-image img {
      border-radius: 50%; }
  .variation-option-infos-titles {
    display: flex;
    flex-direction: column;
    font-size: 0.9375rem;
    text-align: left; }
  .variation-option-infos-subtitle {
    color: #757575;
    font-size: 0.8125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.shade-finder-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #e5e5e5; }

@media screen and (max-width: 49.9375rem) {
  .shade-finder-swatches {
    max-height: 15.4375rem;
    overflow: auto;
    border-bottom: none;
    margin-right: -0.125rem; }
    .shade-finder-swatches::-webkit-scrollbar {
      display: none; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.shade-finder-content-mobile {
  width: 100%; }
  .shade-finder-content-mobile-middle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
  .shade-finder-content-mobile-compare {
    width: 10.9375rem; }
  .shade-finder-content-mobile-variations {
    width: 2.5rem; }
  .shade-finder-content-mobile-choose-button {
    z-index: 2;
    width: 100%; }
  .shade-finder-content-mobile-empty-div {
    height: 2.8125rem;
    padding: 1.25rem 0; }
  .shade-finder-content-mobile-choose-button {
    margin-top: auto; }
  .shade-finder-content-mobile-bottom {
    display: flex;
    margin-top: 2.5rem;
    width: 100%;
    justify-content: space-around; }
    .shade-finder-content-mobile-bottom-box {
      display: flex;
      flex-direction: column;
      width: 40%;
      text-align: center; }
      .shade-finder-content-mobile-bottom-box button {
        margin-top: auto; }
    .shade-finder-content-mobile-bottom .variation-option-infos {
      display: flex;
      flex-direction: column; }
      .shade-finder-content-mobile-bottom .variation-option-infos-image {
        margin-right: 0 !important;
        margin-bottom: 0.625rem; }
        .shade-finder-content-mobile-bottom .variation-option-infos-image .image {
          width: 100%;
          height: 100%; }
      .shade-finder-content-mobile-bottom .variation-option-infos-titles {
        height: 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.swatches-bloc {
  display: flex;
  align-items: flex-start; }
  .swatches-bloc-family {
    margin-top: 1.25rem;
    width: 5rem;
    flex-grow: 0;
    flex-shrink: 0; }
  .swatches-bloc .placeholder {
    width: 2.625rem;
    margin: 0 0.375rem;
    box-sizing: border-box; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.variation-option {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0.5625rem;
  border-top: 0.0625rem solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
  box-sizing: border-box; }
  .variation-option-icon-selected {
    position: absolute;
    right: 0.5625rem;
    top: 50%;
    transform: translateY(-50%); }
    .variation-option-icon-selected svg {
      width: 1.25rem;
      height: 1.25rem; }
  .variation-option.is-selected {
    padding-right: 3.125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.variation-select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .variation-select .variation-option {
    padding-right: 3.125rem;
    min-height: 4.375rem; }
  .variation-select .variation-selected .icon {
    position: absolute;
    right: 0.5625rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 1rem; }
    .variation-select .variation-selected .icon svg {
      width: 1rem;
      height: 1rem; }
  .variation-select .variation-option {
    border-right: 0.0625rem solid white;
    border-left: 0.0625rem solid white; }
  .variation-select.custom-select-hzn.is-open .variation-selected .icon {
    transform: translateY(-50%) rotate(180deg); }
  .variation-select.custom-select-hzn.is-open .variation-option {
    border-right: 0.0625rem solid #e5e5e5;
    border-left: 0.0625rem solid #e5e5e5; }
  .variation-select .custom-select-hzn-options {
    max-height: 31.25rem;
    overflow-y: auto;
    border-bottom: 0.0625rem solid #e5e5e5; }
  .variation-select .custom-select-hzn-option .variation-option {
    border-top: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 3.75rem; }
  .variation-select .custom-select-hzn-option:hover {
    background-color: #f6f6f6;
    font-weight: bold; }
  .variation-select .custom-select-hzn-option:focus.focus-visible {
    outline-offset: -0.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.variation-select-native {
  display: flex;
  align-items: center;
  position: relative; }
  .variation-select-native .variation-option {
    width: 100%;
    padding-right: 3.125rem; }
  .variation-select-native > select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .variation-select-native .icon {
    position: absolute;
    right: 0.5625rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block; }
    .variation-select-native .icon svg {
      width: 1rem;
      height: 1rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.top-content-mobile .product-titles {
  margin: 1.25rem 0; }

.top-content-mobile .product-medias-slider {
  margin-bottom: 0.625rem; }

.top-content-mobile-with-margins > * {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }

.top-content-mobile-with-margins .product-description {
  margin: 0; }

.top-content-mobile .product-description,
.top-content-mobile .product-page-engraving,
.top-content-mobile .long-tail-information {
  margin-top: 1.25rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.error-page {
  padding: 3.75rem 8rem; }
  .error-page-title {
    margin-bottom: 1.125rem !important;
    max-width: 30rem; }
  .error-page-description {
    font-size: 0.9375rem;
    max-width: 30rem;
    display: block; }
  .error-page details {
    margin: 1.25rem 0 0;
    white-space: pre-wrap;
    color: #d70000; }
  .error-page-search {
    position: relative;
    display: inline-block;
    margin: 2.5rem 0; }
    .error-page-search input {
      height: 3rem;
      width: 21.0625rem;
      max-width: 100%;
      padding: 0 3.125rem 0 1.5625rem;
      border: 0.0625rem solid #757575;
      border-radius: 3.75rem;
      box-sizing: border-box;
      font-size: 0.9375rem;
      background-color: white;
      color: black; }
      .error-page-search input:focus {
        outline: none;
        box-shadow: 0 0 0.0625rem 0.0625rem #757575 inset; }
    .error-page-search-icon {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 3.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0 3.75rem 3.75rem 0;
      transition: background-color 0.15s ease-in; }
      .error-page-search-icon .icon,
      .error-page-search-icon .icon > svg {
        margin-right: 0;
        width: 1.25rem;
        height: 1.25rem; }
      .error-page-search-icon.active {
        background-color: #000000; }
        .error-page-search-icon.active .icon,
        .error-page-search-icon.active .icon > svg {
          color: white !important;
          fill: white !important; }
    .error-page-search .search-field-icon {
      background-color: #000000;
      cursor: pointer; }
      .error-page-search .search-field-icon .icon {
        color: white !important;
        fill: white !important; }
  @media screen and (max-width: 49.9375rem) {
    .error-page {
      padding: 0.5rem 2.25rem;
      max-width: 100%; }
      .error-page-search input {
        height: 2.625rem;
        width: 16.25rem;
        max-width: 100%; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.geolocation-other-locales {
  width: 40rem;
  text-align: center;
  padding: 2.5rem 0; }
  @media screen and (max-width: 49.9375rem) {
    .geolocation-other-locales {
      width: auto;
      max-width: 100%; } }
  .geolocation-other-locales-message {
    margin: 2.125rem auto 2.5rem;
    font-size: 0.9375rem; }
    @media screen and (max-width: 49.9375rem) {
      .geolocation-other-locales-message {
        margin: 1.4375rem auto 1.5625rem; } }
  .geolocation-other-locales-actions {
    width: 18.75rem;
    max-width: 100%;
    margin: 2.5rem auto 2.0625rem; }
    .geolocation-other-locales-actions-button {
      width: 100%;
      text-transform: uppercase; }
    .geolocation-other-locales-actions-select-locale {
      text-align: left; }
    .geolocation-other-locales-actions-select-locale + .geolocation-other-locales-actions-button {
      margin-top: 1.25rem; }
      @media screen and (max-width: 49.9375rem) {
        .geolocation-other-locales-actions-select-locale + .geolocation-other-locales-actions-button {
          margin-top: 0.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.geolocation-select-locale {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 20.3125rem;
  z-index: 2; }
  .geolocation-select-locale-selected {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0.0625rem solid black;
    border-radius: 3.75rem;
    cursor: pointer;
    background-color: white; }
    .geolocation-select-locale-selected .arrow-icon svg {
      width: 1rem;
      height: 1rem; }
    .geolocation-select-locale-selected .locale-row:hover {
      background-color: white;
      font-weight: normal; }
  .geolocation-select-locale .is-open .geolocation-select-locale-selected .arrow-icon {
    transform: rotate(180deg); }
  .geolocation-select-locale .custom-select-hzn-button {
    z-index: 3; }
  .geolocation-select-locale .custom-select-hzn-options {
    top: 1.875rem;
    padding-top: 0.9375rem;
    z-index: 2;
    height: 40vh;
    overflow-y: scroll;
    box-sizing: border-box;
    border-left: 0.0625rem solid #cecece;
    border-right: 0.0625rem solid #cecece;
    border-bottom: 0.0625rem solid #cecece;
    background-color: white; }
    .geolocation-select-locale .custom-select-hzn-options > *:last-of-type {
      padding-bottom: 0.3125rem; }
  .geolocation-select-locale-placeholder {
    display: flex;
    align-items: center;
    height: 2.75rem;
    min-height: 2.8125rem;
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.geolocation {
  width: 40rem;
  text-align: center;
  padding: 2.5rem 0; }
  @media screen and (max-width: 49.9375rem) {
    .geolocation {
      width: auto;
      max-width: 100%; } }
  .geolocation-logo {
    display: block;
    margin: 2.4375rem auto 0.9375rem; }
    @media screen and (max-width: 49.9375rem) {
      .geolocation-logo {
        margin: 1.5625rem auto 1.5rem; } }
    .geolocation-logo svg {
      height: 2.375rem;
      width: 8.375rem; }
    @media screen and (max-height: 23.4375rem) {
      .geolocation-logo {
        margin: 0.8125rem auto 0.75rem; }
        .geolocation-logo svg {
          height: 1.5625rem;
          width: 5.625rem; } }
  .geolocation-title {
    margin: 0.9375rem auto 2.125rem; }
    @media screen and (max-width: 49.9375rem) {
      .geolocation-title {
        margin: 1.5rem auto 1.4375rem; } }
  .geolocation-message {
    margin: 2.125rem auto 2.5rem;
    font-size: 0.9375rem; }
    @media screen and (max-width: 49.9375rem) {
      .geolocation-message {
        margin: 1.4375rem auto 1.5625rem; } }
    @media screen and (max-height: 23.4375rem) {
      .geolocation-message {
        margin: 0.8125rem auto 0.75rem; } }
  .geolocation-actions {
    width: 18.75rem;
    max-width: 100%;
    margin: 2.5rem auto 2.0625rem; }
    @media screen and (max-height: 23.4375rem) {
      .geolocation-actions {
        margin: 1.625rem auto 0.5rem; } }
    .geolocation-actions-button {
      width: 100%;
      text-transform: uppercase; }
    .geolocation-actions-button-link {
      width: 100%;
      display: block; }
    .geolocation-actions-link {
      width: 100%;
      line-height: 1.5rem;
      height: auto;
      padding: 0;
      text-decoration: underline; }
    .geolocation-actions-button + .geolocation-actions-button,
    .geolocation-actions-button-link + .geolocation-actions-button {
      margin-top: 1.25rem; }
      @media screen and (max-width: 49.9375rem) {
        .geolocation-actions-button + .geolocation-actions-button,
        .geolocation-actions-button-link + .geolocation-actions-button {
          margin-top: 0.875rem; } }
      @media screen and (max-height: 23.4375rem) {
        .geolocation-actions-button + .geolocation-actions-button,
        .geolocation-actions-button-link + .geolocation-actions-button {
          margin-top: 0.6875rem; } }
    .geolocation-actions-button + .geolocation-actions-link,
    .geolocation-actions-button-link + .geolocation-actions-link {
      margin-top: 0.8125rem; }
      @media screen and (max-width: 49.9375rem) {
        .geolocation-actions-button + .geolocation-actions-link,
        .geolocation-actions-button-link + .geolocation-actions-link {
          margin-top: 1.0625rem; } }
      @media screen and (max-height: 23.4375rem) {
        .geolocation-actions-button + .geolocation-actions-link,
        .geolocation-actions-button-link + .geolocation-actions-link {
          margin-top: 0.6875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.sider-layout {
  display: flex;
  flex-direction: row;
  padding: 0.625rem 0.625rem 0;
  min-width: 20rem;
  box-sizing: border-box;
  margin: auto; }
  .sider-layout-content {
    width: 100%; }
  @media screen and (min-width: 50rem) {
    .sider-layout {
      padding: 2.5rem 5rem 5rem;
      max-width: 90rem; }
      .sider-layout-nav {
        width: 33%;
        max-width: 25rem;
        margin-right: 2.5rem; }
      .sider-layout-content {
        flex: 1; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.select-locale {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 20.3125rem;
  z-index: 2; }
  .select-locale-title {
    text-align: center;
    margin: 0 0 0.9375rem 0; }
  .select-locale-field {
    display: flex;
    height: 3.125rem;
    width: 100%; }
  .select-locale-selected {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0.0625rem solid black;
    border-radius: 3.75rem;
    cursor: pointer;
    background-color: white; }
    .select-locale-selected .arrow-icon svg {
      width: 1rem;
      height: 1rem; }
    .select-locale-selected .locale-row:not(.locale-row-region):hover {
      background-color: white;
      font-weight: normal; }
  .select-locale .is-open .select-locale-selected .arrow-icon {
    transform: rotate(180deg); }
  .select-locale .custom-select-hzn-button {
    z-index: 3; }
  .select-locale .custom-select-hzn-options {
    bottom: 1.875rem;
    z-index: 2;
    height: 18.75rem;
    overflow-y: scroll;
    box-sizing: border-box;
    border-top: 0.0625rem solid #cecece;
    border-left: 0.0625rem solid #cecece;
    border-right: 0.0625rem solid #cecece;
    background-color: white; }
    .select-locale .custom-select-hzn-options > *:last-of-type {
      padding-bottom: 1.5625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.social-media-link-list {
  width: 100%; }
  .social-media-link-list__links {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center; }
    .social-media-link-list__links__title {
      margin: 0 0 0.9375rem 0; }
    .social-media-link-list__links__icons {
      display: flex;
      padding-bottom: 1.25rem; }
      @media screen and (min-width: 50rem) {
        .social-media-link-list__links__icons {
          border-bottom: 0.125rem solid #e5e5e5; } }
      .social-media-link-list__links__icons > * {
        margin: 0 0.625rem; }
      .social-media-link-list__links__icons--open {
        border-bottom: none; }
  .social-media-link-list .social-media-link-elements {
    border-top: 0.125rem solid #e5e5e5; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.social-media-link {
  display: inline-flex;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  cursor: pointer;
  position: relative;
  overflow: visible; }
  .social-media-link__arrow {
    position: absolute;
    height: 0;
    width: 0;
    top: 3.625rem;
    left: calc(50% - 0.5rem);
    border-width: 0.5rem;
    border-color: transparent transparent #e5e5e5 transparent;
    border-style: solid; }
    .social-media-link__arrow::after {
      position: absolute;
      content: "";
      height: 0;
      width: 0;
      top: -0.375rem;
      left: calc(50% - 0.5625rem);
      border-width: 0.5625rem;
      border-color: transparent transparent #ffffff transparent;
      border-style: solid; }
  .social-media-link > .icon {
    width: 100%;
    height: 100%; }
  .social-media-link circle {
    stroke: #757575; }
  .social-media-link:hover circle {
    stroke: #000000; }
  .social-media-link p {
    margin-top: 0.625rem;
    line-height: 1.5rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.social-media-link-elements {
  font-size: 0.8125rem; }
  .social-media-link-elements__subtitle {
    text-align: center;
    padding: 1.5625rem 0; }
  .social-media-link-elements__list {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
  @media screen and (max-width: 49.9375rem) {
    .social-media-link-elements__list {
      padding: 0 1.875rem; } }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.social-media-link-element {
  font-size: 0.8125rem;
  max-width: 5.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.3125rem; }
  .social-media-link-element .image {
    display: flex; }
  .social-media-link-element__title {
    display: block;
    text-align: center;
    padding-top: 0.3125rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.store-locator-entry {
  position: relative;
  text-align: center; }
  .store-locator-entry-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 0;
    top: 0;
    text-align: center;
    justify-content: center;
    align-items: center; }
    .store-locator-entry-text .title-with-level {
      color: black;
      margin-bottom: 1.5rem;
      text-align: center; }
  .store-locator-entry .store-locator-entry-form {
    display: flex;
    position: relative; }
  .store-locator-entry .autocomplete-field input {
    display: inline-flex;
    height: 3.75rem;
    border-radius: 3.75rem;
    width: 96vw;
    padding: 0.5rem 4.6875rem 0.5rem 1.5625rem;
    box-sizing: border-box;
    border: 0.0625rem solid #000;
    background-color: white;
    font-size: 0.9375rem;
    color: #757575; }
    @media screen and (min-width: 50rem) {
      .store-locator-entry .autocomplete-field input {
        width: 20.3125rem; } }
  .store-locator-entry .autocomplete-field .react-autosuggest__suggestions-list {
    background-color: white;
    margin-top: 0.625rem;
    border: 0.0625rem solid #e5e5e5;
    position: relative;
    padding: 0.75rem 0; }
    .store-locator-entry .autocomplete-field .react-autosuggest__suggestions-list::before {
      content: '';
      position: absolute;
      top: -0.5rem;
      left: 1.5625rem;
      background-color: white;
      display: flex;
      width: 0.8125rem;
      height: 0.8125rem;
      transform: rotate(-135deg);
      border-right: 0.0625rem solid #e5e5e5;
      border-bottom: 0.0625rem solid #e5e5e5; }
    .store-locator-entry .autocomplete-field .react-autosuggest__suggestions-list .react-autosuggest__suggestion {
      padding: 0 1.625rem; }
  .store-locator-entry .autocomplete-field-submit {
    position: absolute;
    right: -0.0625rem;
    height: 3.75rem;
    width: 4.375rem;
    border-radius: 0 3.75rem 3.75rem 0;
    background-color: black;
    border: 0.0625rem solid black;
    border-left: none;
    padding: 0;
    cursor: pointer; }
    .store-locator-entry .autocomplete-field-submit.disabled {
      background-color: #757575;
      opacity: 1; }
  .store-locator-entry .store-locator-entry-icon {
    cursor: pointer; }
    .store-locator-entry .store-locator-entry-icon .icon {
      margin-right: 0; }
    .store-locator-entry .store-locator-entry-icon svg {
      fill: white;
      width: 1.5625rem;
      height: 1.5625rem; }

