.product-single__content .spr-badge {
  cursor: pointer; }

.how-to-modal__trigger {
  margin: 1rem 0; }

@media only screen and (min-width: 641px) {
  .how-to-modal {
    max-width: 800px; } }
@media only screen and (max-width: 768px) {
  .how-to-modal h2 {
    font-size: 1.5rem; } }
.how-to-modal .how-to-modal__content {
  margin: 25px auto; }

.button--how-to {
  background-color: #D6938A;
  border-color: #D6938A;
  color: #fff; }
  .button--how-to:hover {
    background-color: #fff;
    border-color: #ebd3ce;
    color: #ebd3ce; }

.klarna-placement {
  margin-top: 15px;
  margin-bottom: 15px; }

.page__affiliate .affiliate-page__content .affiliate-page__rich-text {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .page__affiliate .affiliate-page__content .affiliate-page__rich-text {
      margin-top: 1.5rem; } }
.page__affiliate .affiliate-page__content .affiliate-page__rich-text-2-col {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #707070; }
.page__affiliate .affiliate-page__content .affiliate-page__image-with-text {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .page__affiliate .affiliate-page__content .affiliate-page__image-with-text .image-with-text__col {
    padding: 0; }
  .page__affiliate .affiliate-page__content .affiliate-page__image-with-text .image-with-text__image {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; }
  .page__affiliate .affiliate-page__content .affiliate-page__image-with-text .image-with-text__text {
    width: 100%;
    height: 100%;
    padding: 2rem 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      .page__affiliate .affiliate-page__content .affiliate-page__image-with-text .image-with-text__text {
        padding-right: 3rem;
        padding-left: 3rem;
        font-size: 18px; } }
.page__affiliate .affiliate-page__content .affiliate-page__form {
  margin: 0 auto 30px auto; }
  @media only screen and (min-width: 768px) {
    .page__affiliate .affiliate-page__content .affiliate-page__form {
      width: 60%; } }
  .page__affiliate .affiliate-page__content .affiliate-page__form .form_header {
    text-align: center;
    margin-bottom: 2rem; }
  .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__input input {
    border: 1px solid #D6D6D6;
    color: #707070; }
    .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__input input::-webkit-input-placeholder {
      color: #707070; }
    .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__input input:-moz-placeholder {
      /* FF 4-18 */
      color: #707070; }
    .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__input input::-moz-placeholder {
      /* FF 19+ */
      color: #707070; }
    .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__input input:-ms-input-placeholder {
      /* IE 10+ */
      color: #707070; }
    .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__input input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #707070; }
    .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__input input::placeholder {
      /* modern browser */
      color: #707070; }
  .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__submit-btn {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    background: #EBD3CE;
    color: #89777A;
    border: 1px solid #EBD3CE;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__submit-btn {
        width: 100%; } }
    .page__affiliate .affiliate-page__content .affiliate-page__form .contact-form .affiliate-form__submit-btn:hover {
      background-color: #dcb2aa; }
  .page__affiliate .affiliate-page__content .affiliate-page__form .affiliate-form__subtext {
    margin-top: 2rem;
    text-align: center; }

.page__klarna .klarna-page__content .klarna-page__heading {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .page__klarna .klarna-page__content .klarna-page__heading .klarna-heading__content {
      max-width: 75%;
      margin: 0 auto; } }
  .page__klarna .klarna-page__content .klarna-page__heading .klarna-heading__content .page-heading__title {
    margin-bottom: 1.5rem; }
.page__klarna .klarna-page__content .klarna-page__how-it-works {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center; }
  .page__klarna .klarna-page__content .klarna-page__how-it-works .klarna-how-it-works__content h2 {
    margin-bottom: 3rem; }
  .page__klarna .klarna-page__content .klarna-page__how-it-works .klarna-how-it-works__content .klarna-how-it-works__block {
    margin-bottom: 1.5rem !important; }
    .page__klarna .klarna-page__content .klarna-page__how-it-works .klarna-how-it-works__content .klarna-how-it-works__block .block-content {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .page__klarna .klarna-page__content .klarna-page__how-it-works .klarna-how-it-works__content .klarna-how-it-works__block .block-content {
          max-width: 60%;
          margin: 0 auto; } }
      .page__klarna .klarna-page__content .klarna-page__how-it-works .klarna-how-it-works__content .klarna-how-it-works__block .block-content .klarna-how-it-works__number {
        margin: 0 auto;
        width: 68px;
        line-height: 68px;
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        border-radius: 50%; }
      .page__klarna .klarna-page__content .klarna-page__how-it-works .klarna-how-it-works__content .klarna-how-it-works__block .block-content .klarna-how-it-works__heading {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase; }
      .page__klarna .klarna-page__content .klarna-page__how-it-works .klarna-how-it-works__content .klarna-how-it-works__block .block-content .klarna-how-it-works__subtext {
        font-size: 14px; }
.page__klarna .klarna-page__content .klarna-page__faqs {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center; }
  .page__klarna .klarna-page__content .klarna-page__faqs .klarna-faqs__content h2 {
    margin-bottom: 3rem; }

.topbar .topbar--text {
  font-weight: 500; }
  .topbar .topbar--text.topbar__right {
    text-decoration: underline; }
    @media only screen and (max-width: 992px) {
      .topbar .topbar--text.topbar__right a {
        text-align: center; } }

#jas-header.header-5 .header__mid .header__search-bar {
  position: relative;
  background-color: #fff; }
  #jas-header.header-5 .header__mid .header__search-bar input {
    color: #89777A;
    font-weight: 500; }
    #jas-header.header-5 .header__mid .header__search-bar input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #89777A;
      opacity: 1;
      /* Firefox */
      font-weight: 500; }
    #jas-header.header-5 .header__mid .header__search-bar input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #89777A;
      font-weight: 500; }
    #jas-header.header-5 .header__mid .header__search-bar input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #89777A;
      font-weight: 500; }
  #jas-header.header-5 .header__mid .header__search-bar button.header-search--submit {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    color: #89777A; }
    #jas-header.header-5 .header__mid .header__search-bar button.header-search--submit:hover {
      color: #89777A; }
    #jas-header.header-5 .header__mid .header__search-bar button.header-search--submit i {
      line-height: inherit; }
  #jas-header.header-5 .header__mid .header__search-bar input:not([type="radio"]):not([type="checkbox"]), #jas-header.header-5 .header__mid .header__search-bar button, #jas-header.header-5 .header__mid .header__search-bar select, #jas-header.header-5 .header__mid .header__search-bar .button {
    height: 35px;
    line-height: 35px; }
#jas-header.header-5 .header__mid .jas-header-search .search-result {
  max-width: 100%; }
#jas-header.header-5 .header__mid .jas-header-search form {
  left: 0;
  background: white;
  z-index: 9999;
  position: absolute; }
  #jas-header.header-5 .header__mid .jas-header-search form.hide {
    display: none !important; }
  #jas-header.header-5 .header__mid .jas-header-search form > div {
    max-width: 100%; }
  #jas-header.header-5 .header__mid .jas-header-search form input[type="text"] {
    margin: 10px auto;
    padding: 0 15px;
    display: block;
    height: 36px;
    width: 95%;
    max-width: 100%;
    font-family: Poppins, sans-serif;
    color: #89777A;
    font-size: 13px;
    outline: 0;
    border: 1px solid #89777A;
    border-radius: 0;
    background-color: #fff; }
    #jas-header.header-5 .header__mid .jas-header-search form input[type="text"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #89777A;
      opacity: 1;
      /* Firefox */
      font-weight: 500; }
    #jas-header.header-5 .header__mid .jas-header-search form input[type="text"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #89777A;
      font-weight: 500; }
    #jas-header.header-5 .header__mid .jas-header-search form input[type="text"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #89777A;
      font-weight: 500; }
  #jas-header.header-5 .header__mid .jas-header-search form button.header-search--submit {
    position: absolute;
    height: 100%;
    top: 0;
    right: 25px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    color: #89777A; }
    #jas-header.header-5 .header__mid .jas-header-search form button.header-search--submit:hover {
      color: #89777A; }
    #jas-header.header-5 .header__mid .jas-header-search form button.header-search--submit i {
      color: #89777A;
      line-height: inherit; }
#jas-header.header-5 .header__mid .jas-action i {
  font-size: 24px; }
  @media only screen and (min-width: 481px) and (max-width: 992px) {
    #jas-header.header-5 .header__mid .jas-action i {
      font-size: 20px; } }
  @media only screen and (max-width: 480px) {
    #jas-header.header-5 .header__mid .jas-action i {
      font-size: 18px; }
      #jas-header.header-5 .header__mid .jas-action i.fa-times {
        font-size: 20px; } }
#jas-header.header-5 .header__mid .jas-action > *:not(:first-child) {
  padding-left: 20px; }
  @media only screen and (max-width: 480px) {
    #jas-header.header-5 .header__mid .jas-action > *:not(:first-child) {
      padding-left: 15px; } }
#jas-header.header-5 .header__bot .jas-menu > li > a {
  font-weight: 500;
  text-transform: uppercase; }
@media only screen and (min-width: 992px) {
  #jas-header.header-5.is-sticky .header__search-bar {
    width: 80%;
    display: inline-block; }
  #jas-header.header-5.is-sticky .mobile-menu-trigger {
    display: inline-block;
    width: 15%; } }

@media only screen and (max-width: 480px) {
  .ui-autocomplete {
    left: 0 !important;
    max-width: 100%;
    width: 100% !important;
    min-height: 100%;
    font-size: 14px !important; } }
.company-info {
  font-size: 12px; }

.section--product-slider {
  padding-bottom: 40px; }
  .section--product-slider .slick-next {
    right: 0; }
    @media only screen and (min-width: 600px) {
      .section--product-slider .slick-next {
        opacity: 1; } }
  .section--product-slider .slick-prev {
    left: 0; }
    @media only screen and (min-width: 600px) {
      .section--product-slider .slick-prev {
        opacity: 1; } }
  .section--product-slider .product-slider__product {
    padding-right: 15px;
    padding-left: 15px; }

.section--blog-slider {
  padding-bottom: 40px; }
  .section--blog-slider .slick-next {
    right: 0; }
    @media only screen and (min-width: 600px) {
      .section--blog-slider .slick-next {
        opacity: 1; } }
  .section--blog-slider .slick-prev {
    left: 0; }
    @media only screen and (min-width: 600px) {
      .section--blog-slider .slick-prev {
        opacity: 1; } }
  .section--blog-slider .blog-slider__article {
    padding-right: 15px;
    padding-left: 15px; }
