#nprogress {
  pointer-events: none; }
  #nprogress .bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 10000; }
    #nprogress .bar .peg {
      display: block;
      position: absolute;
      right: 0;
      width: 100px;
      height: 100%;
      opacity: 1;
      box-shadow: 0 0 10px #000, 0 0 5px #000;
      transform: rotate(3deg) translate(0px, -4px); }

.floating-button {
  margin: 1.5625rem;
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  transition: .3s ease-in; }
  @media (min-width: 850px) {
    .floating-button {
      display: none; } }
  .floating-button--visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: .3s ease-out; }

.chat-form__wrapper {
  pointer-events: initial;
  padding: 1.5625rem;
  text-align: left;
  position: fixed;
  bottom: 1.5625rem;
  right: 1.5625rem;
  max-width: 400px;
  background-color: white;
  border-radius: 0.78125rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.2rem 0.2rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
  z-index: 101; }
  .chat-form__wrapper svg {
    position: absolute;
    right: 20px;
    cursor: pointer; }
  @media (max-width: 600px) {
    .chat-form__wrapper {
      width: 100%;
      right: 0;
      margin-right: 2px; } }

.chat-form__title {
  font-family: 'Klarna Headline'; }

.chat-form__subtitle {
  margin-top: -1.5625rem;
  color: #7d7d7d; }

.chat-form button {
  width: 100% !important; }

@media (max-width: 600px) {
  .chat-form {
    right: 0;
    margin-right: 5px;
    width: 100%; } }

.main-chat-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 100%;
  color: white;
  margin-left: auto;
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.5625rem; }
  .main-chat-button:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .main-chat-button__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5625rem;
    width: 1.5625rem; }
    .main-chat-button__icon-wrap svg {
      width: 100%;
      height: 100%; }
      .main-chat-button__icon-wrap svg path {
        vector-effect: non-scaling-stroke;
        stroke: #000;
        stroke-width: 1px;
        fill: none; }

.site-mask {
  transition: all 150ms ease;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }
  .site-mask--active {
    visibility: visible;
    opacity: 1; }

.fixed-top-anchor {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 40; }

.fixed-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: fixed;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: right; }
  .fixed-anchor > .main-chat-button,
  .fixed-anchor > .floating-button {
    pointer-events: all; }

.row-item--product:focus, .row-item--product:active,
.row-item--product > span:focus,
.row-item--product > span:active {
  outline: none; }

.row-item--product {
  margin-bottom: 1.25rem;
  color: black; }
  .row-item--product .product-lockup {
    position: relative;
    margin-bottom: 3.51562rem; }
    .row-item--product .product-lockup__title {
      line-height: 25px;
      white-space: nowrap; }
    .row-item--product .product-lockup__tagline {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }

@media (max-width: 850px) {
  .row-item--product .product-lockup {
    margin-bottom: 3.125rem; } }

.row-item--callToAction {
  text-align: right; }
  @media (max-width: 850px) {
    .row-item--callToAction {
      text-align: left; } }
  .row-item--callToAction span {
    pointer-events: none; }
  .header-main--nav-menu-active .row-item--callToAction span {
    pointer-events: all; }

.row-item--divider {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 1.5625rem 0; }

.row-item--label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500;
  color: #000; }

.row-item--primary .row-item__hoverable-label {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px; }

.row-item--primary {
  margin-bottom: 0.9375rem; }

.row-item--divider {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 1.5625rem 0; }

.row-item__directory__label {
  transition: color 150ms ease;
  color: black; }
  .row-item__directory__label:hover {
    color: #487b94; }

.row-item__directory__inner {
  display: flex;
  flex-direction: row; }
  .row-item__directory__inner__caption {
    font-weight: 500;
    margin-bottom: 0.78125rem; }
  .row-item__directory__inner__column {
    width: 50%;
    display: inline-block;
    margin: 0; }
    @media (max-width: 600px) {
      .row-item__directory__inner__column {
        width: 100%; } }
  @media (max-width: 600px) {
    .row-item__directory__inner__logo-column {
      display: none; } }

.row-item__directory__category-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.78125rem; }
  .row-item__directory__category-list .text-cta {
    font-size: 14px;
    line-height: 28px;
    transition: color 150ms ease;
    color: black; }
    .row-item__directory__category-list .text-cta:hover {
      color: #487b94; }

.row-item__directory__logo-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }
  @media (max-width: 600px) {
    .row-item__directory__logo-list {
      display: none; } }
  .row-item__directory__logo-list__items {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
    height: calc(100% - 45px); }
  .row-item__directory__logo-list__item {
    width: 50%;
    justify-content: left; }
    .row-item__directory__logo-list__item__logo {
      width: auto;
      height: auto;
      max-height: 50px;
      max-width: 100px; }

.header-main__mega-menu:nth-child(1) .mega-menu-column:nth-child(2) {
  width: 100%;
  max-width: 100%; }

.row-item__caption {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0; }

.row-item {
  display: block; }
  .row-item.hyperlink .row-item__hoverable-label,
  .row-item.hyperlink .product-lockup__title, .row-item.row-item--product .row-item__hoverable-label,
  .row-item.row-item--product .product-lockup__title {
    transition: color 150ms ease; }
  .row-item.hyperlink:hover .row-item__hoverable-label,
  .row-item.hyperlink:hover .product-lockup__title, .row-item.row-item--product:hover .row-item__hoverable-label,
  .row-item.row-item--product:hover .product-lockup__title {
    color: #487b94; }
  .row-item--label, .row-item--default {
    font-size: 16px;
    line-height: 30px; }

.row-item-container--default + .row-item-container--label .row-item {
  margin-top: 3.125rem; }

.row-item-container:focus, .row-item-container:active {
  outline: none; }

@media (min-width: 850px) {
  .row-item-container:last-of-type .row-item--primary {
    margin-bottom: 0; } }

.mega-menu-column {
  padding: 3.125rem;
  list-style: none;
  margin: 0; }
  .mega-menu-column--with-divider:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .mega-menu-column .row-item-container--section {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    padding: 0;
    max-width: 100%; }
    .mega-menu-column .row-item-container--section .mega-menu-column {
      max-width: 100%;
      padding: 0;
      flex-grow: 1; }
      .mega-menu-column .row-item-container--section .mega-menu-column:first-child {
        padding-right: 1.5625rem; }
      .mega-menu-column .row-item-container--section .mega-menu-column:last-child {
        padding-left: 1.5625rem; }

@media (max-width: 1439px) {
  .header-main .mega-menu-column {
    padding: 3.125rem; }
    .header-main .mega-menu-column--nested {
      padding: 0; } }

@media (max-width: 1024px) {
  .header-main .mega-menu-column {
    width: 100%;
    padding: 3.125rem 3.125rem 0; }
    .header-main .mega-menu-column--nested {
      padding: 0; }
    .header-main .mega-menu-column--with-divider:not(:first-child) {
      border-left: 0; } }

@media (max-width: 850px) {
  .header-main .mega-menu-column {
    padding: 0.78125rem 0; }
    .header-main .mega-menu-column:first-child {
      padding-top: 2.34375rem; }
    .header-main .mega-menu-column .row-item-container--section {
      padding: 0;
      display: block; }
      .header-main .mega-menu-column .row-item-container--section .mega-menu-column:first-child {
        padding-top: 0;
        padding-right: 0; }
      .header-main .mega-menu-column .row-item-container--section .mega-menu-column:last-child {
        padding-left: 0; } }

.header-main__label {
  font-size: 15px;
  line-height: 1.5625rem; }

.header-main__label {
  font-size: 15px;
  line-height: 1.5625rem; }

.header-main__login-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px; }

.header-main__login-caption {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0; }

.header-main {
  position: relative; }
  .header-main:before {
    content: ' ';
    transition: all 150ms ease;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: 0;
    transform: translate3d(0, -1.5625rem, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header-main--white:before, .header-main--scrolled:before {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .header-main__wrap {
    position: relative;
    display: flex;
    align-items: center; }
  .header-main__logo-link {
    padding: 1.5625rem 0;
    margin-right: 1.5625rem; }
    .header-main__logo-link .logo {
      align-items: center;
      height: 1.5625rem;
      width: auto; }
  .header-main__login, .header-main__cta {
    margin-left: 1.5625rem; }
  .header-main__login:not(:hover) path {
    fill: #000; }
  @media (max-width: 600px) {
    .header-main__cta {
      display: none; } }
  .header-main__login-mega-menu.header-main__mega-menu {
    right: 0;
    left: auto;
    width: 31.25rem;
    display: block; }
  .header-main__login-option {
    padding: 1.5625rem 3.125rem;
    display: block; }
    .header-main__login-option:first-child {
      padding-top: 3.125rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .header-main__login-option:last-child {
      padding-bottom: 3.125rem; }
    .header-main__login-option:hover .header-main__login-title {
      color: #487b94; }
      .header-main__login-option:hover .header-main__login-title svg path {
        fill: #487b94; }
  .header-main__login-title {
    transition: color 150ms ease;
    display: flex;
    margin-bottom: 5px; }
    .header-main__login-title .header-main__login-title-arrow {
      margin-left: 0.78125rem; }
  .header-main .site-width {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }
    @media (max-width: 1439px) {
      .header-main .site-width {
        padding-left: 3.125rem;
        padding-right: 3.125rem; } }
    @media (max-width: 850px) {
      .header-main .site-width {
        padding-left: 25px;
        padding-right: 25px; } }
  .header-main__nav {
    flex-grow: 1; }
  .header-main__nav-items {
    display: flex;
    transition: all 150ms ease; }
  .header-main__nav-item-control {
    transition: color 150ms ease;
    position: relative;
    z-index: 2;
    padding: 1.5625rem;
    align-items: center;
    display: flex; }
    .header-main__nav-item-control span {
      display: inline-flex;
      align-items: center; }
    .header-main__nav-item-control--mega-menu {
      display: none; }
    .header-main__nav-item-control:hover .header-main__label {
      color: #487b94; }
      .header-main__nav-item-control:hover .header-main__label:before {
        background: #487b94; }
  .header-main__label {
    position: relative;
    font-weight: 500;
    color: black; }
    .header-main__label:before {
      content: ' ';
      transition: all 150ms ease;
      position: absolute;
      top: 100%;
      background: black;
      height: 2px;
      width: 100%;
      opacity: 0;
      transform: translate3d(0, -5px, 0); }
  .header-main__nav-item-chevron {
    margin-left: 0.39062rem; }
  .header-main__mega-menu {
    transition: all 150ms ease;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    transform: translate3d(0, -1.5625rem, 0);
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .header-main__mega-menu > .mega-menu-column {
      max-width: 75%;
      width: 75%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .header-main__mega-menu > .mega-menu-column {
          max-width: 100%;
          width: auto; } }
  .header-main__nav-item--active .header-main__label:before {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .header-main__nav-item--active .header-main__nav-item-chevron {
    transform: rotate(180deg); }
  .header-main__mega-menu--active {
    transform: translate3d(0, -1px, 0);
    opacity: 1;
    visibility: visible; }
  .header-main__mobile-menu-button {
    display: none;
    align-items: center;
    margin-left: auto; }

.header-main--is-touch-formatted .header-main__wrap {
  position: static; }

.header-main--is-touch-formatted .header-main__mobile-menu-button {
  display: flex; }

.header-main--is-touch-formatted .header-main__nav {
  transition: all 150ms ease;
  transform: translate3d(0, -1.5625rem, 0);
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: white;
  position: fixed;
  top: 4.6875rem;
  left: 0;
  right: 0;
  bottom: 0; }

.header-main--is-touch-formatted .header-main__nav-items {
  overflow-x: scroll;
  height: 0; }

.header-main--is-touch-formatted .header-main__nav-item:first-child .header-main__nav-item-control {
  margin-left: 4.6875rem; }

.header-main--is-touch-formatted .header-main__nav-item-control {
  display: inline-flex;
  align-items: center; }
  .header-main--is-touch-formatted .header-main__nav-item-control--mega-menu {
    display: inline-flex; }
  .header-main--is-touch-formatted .header-main__nav-item-control--hyperlink {
    display: none; }

.header-main--is-touch-formatted .header-main__mega-menu {
  padding: 0 1.5625rem;
  top: 6.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .header-main--is-touch-formatted .header-main__mega-menu > .mega-menu-column {
    width: 100%;
    max-width: 100%; }

.header-main--is-touch-formatted .header-main__login-mega-menu {
  top: 0; }
  .header-main--is-touch-formatted .header-main__login-mega-menu.header-main__mega-menu {
    right: 0;
    left: 0;
    width: auto; }

.header-main--is-touch-formatted .header-main__nav-item-control {
  padding: 2.34375rem 0;
  margin-right: 1.5625rem; }
  .header-main--is-touch-formatted .header-main__nav-item-control:hover {
    color: black; }
    .header-main--is-touch-formatted .header-main__nav-item-control:hover .header-main__label:before {
      background: black; }

.header-main--is-touch-formatted .header-main__label {
  white-space: nowrap; }

.header-main--is-touch-formatted.header-main--login-menu-active .header-main__nav, .header-main--is-touch-formatted.header-main--nav-menu-active .header-main__nav {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

.header-main--is-touch-formatted.header-main--nav-menu-active .header-main__nav-items {
  height: 6.25rem; }

@media (max-width: 1439px) {
  .header-main .header-main__login-mega-menu {
    left: auto; }
    .header-main .header-main__login-mega-menu.header-main__mega-menu {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 1024px) {
  .header-main .header-main__mega-menu {
    display: block;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 3.125rem; }
  .header-main .header-main__login {
    padding-left: 0; }
  .header-main .header-main__login-option {
    padding: 1.5625rem; } }

@media (max-width: 850px) {
  .header-main .header-main__nav-item:first-child .header-main__nav-item-control {
    margin-left: 1.5625rem; } }

.header-main--dark-header-image .header-main__logo-link > .graphic.logo path, .header-main--dark-header-image .header-main__nav-item-chevron path, .header-main--dark-header-image .header-main__mobile-menu-button path {
  fill: #fff; }

.header-main--dark-header-image .header-main__nav-item-control .header-main__label {
  color: #fff; }

.header-main--scrolled.header-main--dark-header-image .header-main__logo-link > .graphic.logo path, .header-main--scrolled.header-main--dark-header-image .header-main__nav-item-chevron path, .header-main--scrolled.header-main--dark-header-image .header-main__mobile-menu-button path {
  fill: black; }

.header-main--scrolled.header-main--dark-header-image .header-main__nav-item-control .header-main__label {
  color: black; }

.header-main--dark-header-image.header-main--inverted .header-main__label {
  color: black; }

.header-main--dark-header-image.header-main--inverted .header-main__logo-link > .graphic.logo path, .header-main--dark-header-image.header-main--inverted .header-main__nav-item-chevron path, .header-main--dark-header-image.header-main--inverted .header-main__mobile-menu-button path {
  fill: black; }

.header-main--dark-header-image .header-main__nav-item--active .header-main__label, .header-main--scrolled.header-main--dark-header-image .header-main__nav-item--active .header-main__label {
  color: #487b94; }
  .header-main--dark-header-image .header-main__nav-item--active .header-main__label:before, .header-main--scrolled.header-main--dark-header-image .header-main__nav-item--active .header-main__label:before {
    background: #487b94; }

.social-media__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -0.78125rem; }

.social-media__icon {
  padding: 0.78125rem;
  background-color: white;
  display: flex; }
  .social-media__icon:not(:last-child) {
    margin-right: 0.78125rem;
    margin-bottom: 0.78125rem; }
  .social-media__icon .graphic {
    width: 1.03125rem;
    height: 1.03125rem; }
    .social-media__icon .graphic .stroke {
      stroke: black;
      fill: none; }
    .social-media__icon .graphic .fill {
      fill: black; }

.footer-tools__region-select {
  width: 100%;
  margin-bottom: 1.5625rem; }

.footer {
  padding-top: 6.25rem;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #000;
  color: #fff; }
  .footer .collapsible svg path {
    fill: #fff; }
  .footer .site-width {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }
  .footer .logo {
    height: 1.5625rem;
    width: auto;
    margin-bottom: 1.5625rem; }
  .footer__top-wrap {
    margin-bottom: 6.25rem; }
    .footer__top-wrap .hyperlink:hover {
      color: #487b94; }
    .footer__top-wrap .hyperlink:last-child > * {
      margin-bottom: 0; }
  .footer__bottom-wrap {
    background: #000; }
  .footer__bottom-menu {
    padding: 1.5625rem 0;
    display: flex;
    color: #fff; }
    .footer__bottom-menu .small {
      margin-bottom: 0; }
    .footer__bottom-menu .hyperlink {
      flex-shrink: 0; }
    .footer__bottom-menu > *:not(:last-child) {
      margin-right: 1.5625rem; }
  .footer .collapsible__content .hyperlink {
    display: block; }
  @media (max-width: 1024px) {
    .footer .social-media {
      margin-bottom: 6.25rem; } }
  @media (max-width: 850px) {
    .footer {
      padding-top: 3.125rem; }
      .footer__top-wrap {
        margin-bottom: 3.125rem; }
      .footer .social-media {
        margin-bottom: 3.125rem; } }
  @media (max-width: 600px) {
    .footer .site-width {
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; }
    .footer .logo {
      margin-bottom: 1.5625rem; }
    .footer .collapsible-group {
      margin-bottom: 3.125rem; }
    .footer .social-media {
      margin-bottom: 0; }
    .footer__bottom-menu {
      flex-direction: column; }
      .footer__bottom-menu > *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.78125rem; } }

.announcements-wrap .announcement {
  padding: 0.78125rem 0;
  background-color: #F2F2F1;
  transition: all 150ms ease; }
  .announcements-wrap .announcement__wrap {
    display: flex;
    align-items: center; }
  .announcements-wrap .announcement__message {
    flex-grow: 1; }
  .announcements-wrap .announcement__icon {
    margin-right: 0.78125rem;
    display: flex; }
  .announcements-wrap .announcement__dismiss {
    flex-shrink: 0;
    margin-bottom: 0 !important;
    cursor: pointer; }
    .announcements-wrap .announcement__dismiss:focus {
      outline: none; }
  .announcements-wrap .announcement--type-warning {
    background-color: #FCE8BA; }
  .announcements-wrap .announcement--type-alert {
    background-color: #FFD4C2; }
  .announcements-wrap .announcement--type-info {
    background-color: #F2F2F1; }
  .announcements-wrap .announcement--type-success {
    background-color: #DAEEBC; }

.app-button-footer {
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    .app-button-footer {
      flex-direction: row; }
      .app-button-footer > a:first-of-type {
        margin-right: 30px; } }

.app-button-link {
  width: 100%;
  transition: all 150ms ease; }
  .app-button-link > span {
    width: 100%; }
    .app-button-link > span > button {
      width: 100%; }
  .app-button-link svg path {
    fill: #fff; }
  .app-button-link:active svg path {
    fill: #000; }

.app-button-sideBar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  height: 100%; }

.app-button-cta {
  transition: all 0.2s ease; }
  .app-button-cta svg path {
    fill: #fff; }
  .app-button-cta:hover svg path {
    fill: #000; }

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* IE11 modal height fix */ }
  .modal-container > div > div > div > div > div:nth-child(1) > div {
    background-color: transparent !important; }
  .modal-container > div > div > div > div > div:nth-child(2) > div:nth-child(2) > div > div > span {
    flex: 0 0 auto; }

#__next > div.modal-container__shop > div > div > div > div > div:nth-child(1) > div > div:nth-child(2) > button > div > div > svg > path {
  fill: white !important; }

.modal__sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 50px; }

.modal__title {
  margin-bottom: 15px;
  font-family: 'Klarna Headline';
  font-size: 42px;
  line-height: 46px; }

.modal__description {
  margin-bottom: 30px; }

.modal__legal {
  margin-top: 12px;
  color: #7d7d7d;
  font-size: 12px; }

.modal__loader {
  text-align: center; }

.modal--custom {
  text-align: center; }

.modal--deal .modal__img {
  margin: -75px -20px 10px;
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
  z-index: 1000000;
  pointer-events: none; }

.modal--deal .modal__title {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px; }

.modal--deal .modal__description {
  margin-bottom: 10px; }

.modal--deal .modal__code-text {
  margin-bottom: 15px;
  font-weight: 700; }

.modal--deal .modal__link,
.modal--deal .modal__code {
  display: inline-block;
  width: calc(50% - 10px); }

.modal--deal .modal__code {
  margin-right: 20px; }

.modal--deal .modal__link--full-width {
  width: 100%; }

.modal--deal .modal__link > button,
.modal--deal .modal__code > button {
  width: 100%; }

@media (min-width: 509px) {
  .modal--deal .modal__link,
  .modal--deal .modal__code {
    display: block;
    width: 100%; }
  .modal--deal .modal__code {
    margin-right: 0px;
    margin-bottom: 15px; }
  .modal--deal .modal__img {
    margin: -75px -50px 10px;
    max-width: calc(100% + 100px);
    width: calc(100% + 100px); } }

.modal--categoryPicker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  max-height: calc(100% - 60px);
  -webkit-overflow-scrolling: touch; }

.modal--categoryPicker li {
  line-height: 3.125rem;
  border-bottom: 1px solid #e9e9e9; }

.modal--categoryPicker h3 {
  margin-right: 3.125rem;
  font-size: 27px; }

.modal--categoryPicker .category-picker__selector {
  line-height: 3.125rem;
  border-bottom: 1px solid #e9e9e9; }

.modal--categoryPicker .category-picker__selector:nth-last-child(1) {
  border-width: 0; }

.modal--form .form-field--description {
  font-size: 14px;
  line-height: 20px;
  color: #9E9D9C; }

.modal__app-download-link {
  color: #487b94;
  width: 100%; }
  .modal__app-download-link:hover {
    color: #305f75;
    text-decoration: underline; }

.modal__app-download-cta {
  transition: all 0.2s ease;
  width: 100%; }
  .modal__app-download-cta > span {
    width: 100%; }
    .modal__app-download-cta > span > button {
      width: 100%; }

@font-face {
  font-family: 'Klarna Headline';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaHeadline-Bold.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaHeadline-Bold.woff2") format("woff2");
  font-style: normal; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Regular.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Italic.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Medium.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-MediumItalic.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Bold.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-BoldItalic.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Klarna Mono';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Regular.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Klarna Mono';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Medium.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Medium.woff2") format("woff2");
  font-weight: 500; }

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide:active, .slick-slide:focus {
    outline: 0; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide img:focus {
  outline: none; }

.mega-header {
  font-family: "Klarna Headline", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 152px;
  line-height: 155px;
  margin: 0 0 40px; }
  @media (max-width: 600px) {
    .mega-header {
      font-size: 70px;
      line-height: 68px;
      margin: 0 0 20px; } }

h1, .h1 {
  font-family: "Klarna Headline", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 114px;
  line-height: 115px;
  margin: 0 0 25px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h1, .h1 {
      font-size: 50px;
      line-height: 51px;
      margin: 0 0 20px; } }

h2, .h2 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 85px;
  line-height: 95px;
  margin: 0 0 30px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h2, .h2 {
      font-size: 37px;
      line-height: 42px;
      margin: 0 0 15px; } }

h3, .h3,
.large-paragraph {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0 30px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h3, .h3,
    .large-paragraph {
      font-size: 27px;
      line-height: 34px;
      margin: 0 0 25px; } }

h4, .h4 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 40px;
  margin: 0 0 30px;
  font-weight: 400; }
  @media (max-width: 600px) {
    h4, .h4 {
      font-size: 19px;
      line-height: 25px;
      margin: 0 0 25px; } }

h5, .h5 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: unset;
  font-weight: 700; }

.statistic {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif; }

h5, .h5,
p,
.p {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px; }
  @media (max-width: 600px) {
    h5, .h5,
    p,
    .p {
      margin: 0 0 5px; } }

.label, small, .small {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 12px; }

.label {
  font-weight: 500; }

.cite {
  font-size: 1.17188rem;
  font-style: normal;
  line-height: 1.875rem; }

* {
  box-sizing: border-box; }

html {
  background: white;
  font-size: 16px;
  line-height: 1.5625rem;
  position: relative; }
  @media (max-width: 600px) {
    html {
      font-size: 16px;
      overflow-x: hidden; } }

body {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 600px) {
    body {
      -webkit-text-size-adjust: none;
      overflow-x: hidden; } }

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }

::selection {
  background: #D3DEDC;
  color: black; }

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0; }

a {
  text-decoration: none; }

button {
  text-align: left;
  border: none;
  -webkit-appearance: none;
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: inherit;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: unset;
  color: unset; }
  button:focus {
    outline: none; }

.wp-caption {
  max-width: 100%; }

.fact-box__wrapper {
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px; }

.fact-box .panel-member {
  margin-top: 30px;
  margin-bottom: 0; }

.article-hero__header h1.article-hero__heading {
  margin-top: 0; }

.article-hero--no-padding {
  margin: 0;
  padding: 0; }

.article-hero__heading {
  word-break: break-word; }

.article-hero--black {
  color: black; }

.article-hero--white {
  color: white; }

.article-hero__wrap {
  padding-top: 3.125rem;
  padding-bottom: 0; }

.social-share-floating__icon, .social-share__icon {
  padding: 0.78125rem;
  background-color: black;
  display: block;
  width: 41.5px;
  height: 41.5px; }
  .social-share-floating__icon:not(:last-child), .social-share__icon:not(:last-child) {
    margin-right: 0.78125rem;
    margin-bottom: 0.78125rem; }
  .social-share-floating__icon .graphic, .social-share__icon .graphic {
    width: 1.03125rem;
    height: 1.03125rem; }
    .social-share-floating__icon .graphic .stroke, .social-share__icon .graphic .stroke {
      stroke: white;
      fill: none; }
    .social-share-floating__icon .graphic .fill, .social-share__icon .graphic .fill {
      fill: white; }

.social-share-floating {
  display: block;
  height: 100%;
  position: absolute;
  width: 30px; }
  .social-share-floating__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 40px); }
  @media (max-width: 850px) {
    .social-share-floating {
      display: none; } }

.social-share {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .social-share__wrap {
    float: right;
    display: inline-flex; }
  .social-share__heading {
    float: left; }
    .social-share__heading h4 {
      font-weight: bold;
      margin-top: 10px; }

.author-follow__wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0 30px 0;
  display: flex; }
  .author-follow__wrap img {
    width: 70px;
    height: 70px;
    border-radius: 50%; }

.author-follow__name {
  padding: 5px 10px 10px 20px; }
  .author-follow__name > .h4 {
    margin: 0;
    font-weight: 500; }

.template-article h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 500;
  margin: 50px 0 25px 0; }

.template-article h2 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin: 50px 0 25px 0; }

.template-article h3 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  margin: 50px 0 25px 0; }

.template-article h4,
.template-article .wysiwyg__wrap h4 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin: 40px 0 20px 0; }

.template-article h5,
.template-article .wysiwyg__wrap h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 40px 0 20px 0;
  font-weight: 500; }

.template-article h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 40px 0 20px 0; }

.template-article__content {
  margin: 0 auto;
  position: relative; }

.template-article__article-info {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem; }

.template-article__tag-container {
  padding-bottom: 3.125rem; }
  .template-article__tag-container button {
    margin: 10px 20px 10px 0 !important; }

.template-article__article-links {
  padding-left: 0;
  list-style: none; }

.template-article .card-archive__wrap {
  padding: 0;
  margin: 0 auto; }

.template-article .wysiwyg {
  padding-top: 0; }
  .template-article .wysiwyg__wrap {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }

.template-article__excerpt .wysiwyg {
  font-weight: bold;
  padding-bottom: 0; }

@media (max-width: 600px) {
  .template-article h1 {
    font-size: 40px;
    line-height: 44px; }
  .template-article h2 {
    font-size: 28px;
    line-height: 33px;
    margin: 50px 0 25px 0; }
  .template-article h3 {
    font-size: 24px;
    line-height: 26px; }
  .template-article h4,
  .template-article .wysiwyg__wrap h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600; }
  .template-article .wysiwyg__wrap {
    padding-left: 0;
    padding-right: 0; }
  .template-article__article-info {
    padding: 0;
    margin-left: -25px;
    margin-right: -25px; } }

@media (max-width: 850px) {
  .template-article .wysiwyg__wrap {
    padding-left: 0;
    padding-right: 0; }
  .template-article__article-info {
    padding: 0; } }

.medium-hero__wrap {
  padding-top: 3.125rem;
  margin-bottom: 3.125rem; }

.medium-hero__inner-wrap {
  position: relative; }

.medium-hero__background {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffb3c7;
  height: 100vh;
  z-index: -1; }

.medium-hero--clean .medium-hero__background {
  background-color: transparent; }

@media (max-width: 850px) {
  .medium-hero__subheading-wrap {
    margin-top: 1.5625rem; } }

@media (max-width: 600px) {
  .medium-hero__wrap {
    padding-top: 1.5625rem; } }

.article-term .wysiwyg {
  margin: 0 0 1.5625rem 0;
  padding: 0;
  box-sizing: border-box; }

.article-term .medium-hero, .article-term .wysiwyg__wrap {
  margin-bottom: 2.34375rem; }

.article-term .directory__filter-wrapper {
  width: 100%; }

.faq-hero {
  margin-bottom: 3.125rem; }
  .faq-hero__wrap {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  @media (max-width: 600px) {
    .faq-hero__wrap {
      padding-top: 1.5625rem; } }

.search-and-filter__pill {
  margin-right: 1.25rem;
  margin-bottom: 0.78125rem;
  white-space: nowrap; }
  .search-and-filter__pill:last-child {
    margin-right: 0; }

.search-and-filter:not([class$='disable-top-margin']) {
  margin-top: 3.125rem; }

@media (max-width: 850px) {
  .search-and-filter__pill {
    margin-bottom: 0; } }

.search-and-filter-controls__search-wrap {
  display: flex;
  width: 100%;
  align-items: center; }

.search-and-filter-controls__search {
  margin-right: 1.5625rem;
  margin-bottom: 0;
  flex-grow: 1;
  overflow: hidden; }

.search-and-filter-controls__category-wrap {
  display: flex;
  margin-top: 1.5625rem;
  flex-wrap: wrap; }
  .search-and-filter-controls__category-wrap::-webkit-scrollbar-thumb {
    background-color: #487b94; }
  .search-and-filter-controls__category-wrap::-webkit-scrollbar-track {
    background-color: #7d7d7d; }

.search-and-filter-controls__submit {
  display: flex;
  align-items: center; }

@media (max-width: 850px) {
  .search-and-filter-controls__search {
    margin-right: 0; }
  .search-and-filter-controls__submit {
    display: none; }
  .search-and-filter-controls__category-wrap {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-right: -base(1); } }

.support-results__results-group {
  margin-bottom: 4.6875rem; }

.support-results__results-group-title .text-cta {
  color: #000; }
  .support-results__results-group-title .text-cta:hover {
    color: #487b94; }

.search-and-filter-status {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625rem;
  margin-bottom: 3.125rem;
  padding: 0.78125rem 1.5625rem;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center; }
  .search-and-filter-status__label {
    margin-bottom: 0; }
  .search-and-filter-status__reset-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center; }
  .search-and-filter-status__reset-label {
    text-decoration: underline;
    margin-bottom: 0;
    margin-left: 0.78125rem; }
  @media (max-width: 600px) {
    .search-and-filter-status {
      padding: 0.78125rem;
      flex-direction: column; }
      .search-and-filter-status__label {
        margin-bottom: 0.39062rem; } }

.support-card {
  width: 100%;
  height: 100%;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 1.5625rem; }
  .support-card__details:not(:last-child) {
    margin-bottom: 1.5625rem; }
  .support-card__indicator {
    display: flex;
    align-items: center; }
  .support-card__indicator-label {
    margin-bottom: 0; }
  .support-card__indicator-icon {
    width: 0.78125rem;
    margin-right: 0.78125rem; }
  .support-card__indicator-icon--color-green circle {
    fill: limegreen; }
  .support-card__indicator-icon--color-red circle {
    fill: red; }
  .support-card .chat-button {
    display: block;
    margin-top: 1.5625rem; }

.contact-support {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .contact-support {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .contact-support__opening-hour {
    display: flex;
    justify-content: space-between; }
    .contact-support__opening-hour:last-child > * {
      margin-bottom: 0; }
  .contact-support__opening-hours {
    width: 100%; }
  .contact-support__time {
    font-weight: 500; }

h1.faq-heading {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 85px;
  line-height: 95px;
  margin: 0 0 30px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h1.faq-heading {
      font-size: 37px;
      line-height: 42px;
      margin: 0 0 15px; } }

.template-cs-faq h1,
.template-cs-faq-category h1,
.template-ms-faq h1,
.template-ms-faq-category h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 500;
  margin: 50px 0 25px 0; }

.template-cs-faq h2,
.template-cs-faq-category h2,
.template-ms-faq h2,
.template-ms-faq-category h2 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin: 50px 0 25px 0; }

.template-cs-faq h3,
.template-cs-faq-category h3,
.template-ms-faq h3,
.template-ms-faq-category h3 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  margin: 50px 0 25px 0; }

.template-cs-faq h4,
.template-cs-faq .wysiwyg__wrap h4,
.template-cs-faq-category h4,
.template-cs-faq-category .wysiwyg__wrap h4,
.template-ms-faq h4,
.template-ms-faq .wysiwyg__wrap h4,
.template-ms-faq-category h4,
.template-ms-faq-category .wysiwyg__wrap h4 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin: 40px 0 20px 0; }

.template-cs-faq h5,
.template-cs-faq .wysiwyg__wrap h5,
.template-cs-faq-category h5,
.template-cs-faq-category .wysiwyg__wrap h5,
.template-ms-faq h5,
.template-ms-faq .wysiwyg__wrap h5,
.template-ms-faq-category h5,
.template-ms-faq-category .wysiwyg__wrap h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 40px 0 20px 0;
  font-weight: 500; }

.template-cs-faq h6,
.template-cs-faq-category h6,
.template-ms-faq h6,
.template-ms-faq-category h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 40px 0 20px 0; }

@media (max-width: 600px) {
  .template-cs-faq h1,
  .template-cs-faq-category h1,
  .template-ms-faq h1,
  .template-ms-faq-category h1 {
    font-size: 40px;
    line-height: 44px; }
  .template-cs-faq h2,
  .template-cs-faq-category h2,
  .template-ms-faq h2,
  .template-ms-faq-category h2 {
    font-size: 28px;
    line-height: 33px;
    margin: 50px 0 25px 0; }
  .template-cs-faq h3,
  .template-cs-faq-category h3,
  .template-ms-faq h3,
  .template-ms-faq-category h3 {
    font-size: 24px;
    line-height: 26px; }
  .template-cs-faq h4,
  .template-cs-faq .wysiwyg__wrap h4,
  .template-cs-faq .render-html-string h4,
  .template-cs-faq-category h4,
  .template-cs-faq-category .wysiwyg__wrap h4,
  .template-cs-faq-category .render-html-string h4,
  .template-ms-faq h4,
  .template-ms-faq .wysiwyg__wrap h4,
  .template-ms-faq .render-html-string h4,
  .template-ms-faq-category h4,
  .template-ms-faq-category .wysiwyg__wrap h4,
  .template-ms-faq-category .render-html-string h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600; } }

.template-cs-faq .content-with-sidebar-nav,
.template-cs-faq-category .content-with-sidebar-nav,
.template-ms-faq .content-with-sidebar-nav,
.template-ms-faq-category .content-with-sidebar-nav {
  padding-top: 1.5625rem; }

.template-cs-faq__description,
.template-cs-faq-category__description,
.template-ms-faq__description,
.template-ms-faq-category__description {
  margin-bottom: 3.125rem; }

.merchant-product {
  color: inherit; }
  .merchant-product__images {
    position: relative;
    margin-bottom: 10px; }
    .merchant-product__images img {
      display: block; }
  .merchant-product__reseller {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 20%;
    height: 20%;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden; }
    @media (max-width: 600px) {
      .merchant-product__reseller {
        width: 25%;
        height: 25%; } }
  .merchant-product__price {
    font-weight: bold; }
  .merchant-product__title {
    opacity: .5; }

.merchant-product-grid__amount {
  display: block;
  margin-bottom: 15px;
  font-size: 20px; }

.merchant-product-grid__disclaimer {
  margin-bottom: 50px;
  opacity: .5; }
  .merchant-product-grid__disclaimer a {
    font-size: 14px;
    text-decoration: underline; }

.collection-template .wysiwyg {
  margin: 0 0 1.5625rem 0;
  padding: 0;
  box-sizing: border-box; }

.collection-template .medium-hero {
  margin-bottom: 2.34375rem; }

.collection-template .wysiwyg__wrap {
  margin-bottom: 2.34375rem; }

.collection-template__breadcrumb {
  margin-bottom: 1.5625rem; }

.background-media {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0; }
  @media (max-width: 600px) {
    .background-video {
      max-width: 100%; } }
  .background-video__hidden {
    z-index: -1; }

.large-hero {
  min-height: 90vh;
  display: flex; }
  .large-hero:before {
    display: block;
    content: '';
    min-height: inherit;
    font-size: 0; }
  .large-hero__heading {
    word-break: break-word; }
  .large-hero .site-width {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .large-hero--black {
    color: black; }
  .large-hero--white {
    color: white; }
  .large-hero--desktop-70 {
    min-height: 70vh; }
  .large-hero--desktop-80 {
    min-height: 80vh; }
  .large-hero--desktop-90 {
    min-height: 90vh; }
  @media (max-width: 600px) {
    .large-hero--mobile-70 {
      min-height: 70vh; } }
  @media (max-width: 600px) {
    .large-hero--mobile-80 {
      min-height: 80vh; } }
  @media (max-width: 600px) {
    .large-hero--mobile-90 {
      min-height: 90vh; } }
  .large-hero__wrap {
    position: relative;
    width: 100%;
    padding-top: 1.5625rem;
    padding-bottom: 4.6875rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .large-hero__header-content {
    position: relative;
    z-index: 2; }
  .large-hero__video-content {
    width: 60%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1.5625rem; }
  .large-hero--with-video {
    min-height: 0; }
  .large-hero .product-lockup {
    margin-bottom: 1.5625rem; }
  @media (max-width: 600px) {
    .large-hero__video-content {
      z-index: 1;
      left: 50%;
      top: 1.5625rem;
      min-height: 0 !important;
      /** This is to override the height calculation on mobile. */ }
    .large-hero--with-video {
      min-height: 0; }
      .large-hero--with-video .large-hero__header-content {
        position: relative;
        z-index: 2; }
      .large-hero--with-video .large-hero__wrap {
        display: block; }
    .large-hero__wrap {
      padding-top: 1.5625rem;
      padding-bottom: 3.125rem; }
    .large-hero__heading {
      word-break: normal; } }

.blog-hero {
  display: flex; }
  .blog-hero__heading {
    word-break: break-word; }
    .blog-hero__heading:hover {
      color: #487b94; }
  .blog-hero--black {
    color: black; }
  .blog-hero--white {
    color: white; }
  .blog-hero__wrap {
    width: 100%;
    padding-top: 4.6875rem;
    padding-bottom: 6.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 600px) {
    .blog-hero__wrap {
      padding-top: 1.5625rem;
      padding-bottom: 3.125rem; }
    .blog-hero__header {
      order: 1; } }

.partner-directory__show-more {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem);
  margin-bottom: 3.125rem;
  display: flex;
  padding-top: 0; }
  @media (max-width: 850px) {
    .partner-directory__show-more {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  @media (max-width: 850px) {
    .partner-directory__show-more {
      margin-bottom: 25px; } }

.partner-directory .search-and-filter-results {
  padding-top: 0;
  padding-bottom: 0; }

.partner-directory .all-filter-loader {
  margin-top: 0; }
  .partner-directory .all-filter-loader .card-archive {
    padding-top: 0; }

.shop-directory-category .wysiwyg {
  margin: 0 0 1.5625rem 0;
  padding: 0;
  box-sizing: border-box; }

.shop-directory-category .medium-hero {
  margin-bottom: 2.34375rem; }

.shop-directory-category .wysiwyg__wrap {
  margin-bottom: 2.34375rem; }

.shop-directory-category .navigation-link:hover {
  text-decoration: underline; }

