/* import default theme
************************************************************** */
/* Colors
************************************************************** */
/* Colors with an alpha channel
************************************************************** */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.svg#fontawesome) format("svg");
  font-display: block; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
  font-display: block; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
  font-display: block; }

@font-face {
  font-family: NurofenText;
  font-style: normal;
  font-weight: 300;
  src: url(/static/fonts/NurofenText_Lt.ttf);
  font-display: swap; }

@font-face {
  font-family: NurofenText;
  font-style: normal;
  font-weight: 500;
  src: url(/static/fonts/NurofenText_Rg.ttf);
  font-display: swap; }

@font-face {
  font-family: NurofenText;
  font-style: normal;
  font-weight: 900;
  src: url(/static/fonts/NurofenText_Bd.ttf);
  font-display: swap; }

/* GLOBAL STYLES
************************************************************** */
/* Base Colors
************************************************************** */
/* Colors with an alpha channel
************************************************************** */
/* Fonts
************************************************************** */
/* =fonts weight
************************************************************** */
/* Wrappers
************************************************************** */
/* Borders
************************************************************** */
/* Shadows
************************************************************** */
/* Transitions
************************************************************** */
/* Gaps
************************************************************** */
/* Buttons
************************************************************** */
/* STYLES FOR COMPONENTS AND PAGES
************************************************************** */
/* Page Container
************************************************************** */
/* General Error Page
************************************************************** */
/* Button Link
************************************************************** */
/* =Z-index
************************************************************** */
/* =StoreFinder
************************************************************** */
/* =Pain relief banner
************************************************************** */
/* import mixins
************************************************************** */
/* import mixins
************************************************************** */
.search-box__btn, .all-products-button .content-grid__column .button-link {
  display: flex;
  background: #243045;
  border: none;
  border-radius: 25px;
  box-shadow: 0 2px 6px #dad8d8; }
  .search-box__btn span, .all-products-button .content-grid__column .button-link span {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1.0625rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex; }

/* import components styles
************************************************************** */
.main-header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff; }
  .main-header__top {
    display: none; }
  .main-header__logo {
    width: 20%;
    max-width: 20%; }
    .main-header__logo-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 203px; }
      .main-header__logo-link img {
        height: 45px;
        object-fit: contain; }
    .main-header__logo a {
      display: flex; }
  .main-header__bottom {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 1px 50px;
    background-color: #fff; }
    .main-header__bottom .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
    .main-header__bottom .main_header__contents {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      width: 80%; }
    .main-header__bottom .mobile-nav-container {
      display: none; }
    .main-header__bottom .main-nav__first-lvl-nav-elements {
      align-items: center;
      justify-content: flex-end; }
    .main-header__bottom .main-nav__second-lvl-link {
      text-decoration: none;
      display: flex;
      flex-direction: column;
      max-width: 100%; }
      .main-header__bottom .main-nav__second-lvl-link-container {
        position: relative;
        margin: 0 auto;
        padding: 0 10px;
        border-left: 4px solid #e5e5e5; }
        .main-header__bottom .main-nav__second-lvl-link-container:hover::before {
          position: absolute;
          left: -4px;
          width: 4px;
          height: 100%;
          background-color: #cc0018;
          border-radius: 2px;
          content: '';
          transition: border 1s ease; }
      .main-header__bottom .main-nav__second-lvl-link span {
        font-size: 1.125rem;
        font-weight: 500;
        color: #6a7281;
        padding: 5px 0; }
    .main-header__bottom .main-nav__second-lvl-nav-elements {
      position: absolute;
      left: unset;
      padding: 10px 0;
      background-color: #fff;
      border-radius: 0 0 15px 15px;
      box-shadow: 0 2px 6px #dad8d8; }
      .main-header__bottom .main-nav__second-lvl-nav-elements::after {
        position: absolute;
        top: 0;
        left: -100vw;
        z-index: -1;
        width: 200vw;
        height: 100%;
        background-color: white;
        border-radius: 0 0 15px 15px;
        content: '';
        box-shadow: 0 2px 6px #dad8d8; }
    .main-header__bottom .main-nav__link-container {
      display: flex;
      justify-content: center;
      padding: 27px 15px;
      border-top: 4px solid transparent; }
      .main-header__bottom .main-nav__link-container:hover, .main-header__bottom .main-nav__link-container.nav__link-container--active {
        border-top: 4px solid #cc0018;
        transition: border 1s ease; }
      .main-header__bottom .main-nav__link-container--has-children .main-nav__link {
        position: relative; }
        .main-header__bottom .main-nav__link-container--has-children .main-nav__link::after {
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          color: #243045;
          margin-left: 8px;
          content: '\F078'; }
    .main-header__bottom .main-nav__link span {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.25rem;
      text-transform: uppercase; }
    .main-header__bottom .main-nav__toggle {
      display: none; }

@media only screen and (max-width: 1080px) {
  .main-header__logo {
    z-index: 4; }
    .main-header__logo-link {
      width: 160px; }
      .main-header__logo-link img {
        height: 35px; }
  .main-header__bottom {
    height: 60px;
    padding: 0 20px; }
    .main-header__bottom .wrapper {
      width: auto;
      min-height: auto;
      padding: 0; }
    .main-header__bottom .main_header__contents .main-nav {
      display: none; }
    .main-header__bottom .main_header__contents .mobile-nav {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: none;
      width: 100%;
      height: calc(100vh - 60px);
      overflow: scroll;
      background-color: #fff; }
      .main-header__bottom .main_header__contents .mobile-nav__link-container {
        padding: 20px 0; }
        .main-header__bottom .main_header__contents .mobile-nav__link-container--has-children .mobile-nav__link {
          position: relative; }
          .main-header__bottom .main_header__contents .mobile-nav__link-container--has-children .mobile-nav__link::after {
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            color: #243045;
            position: absolute;
            top: -2px;
            margin-left: 40px;
            content: '\F078'; }
        .main-header__bottom .main_header__contents .mobile-nav__link-container--active .mobile-nav__link {
          display: none; }
        .main-header__bottom .main_header__contents .mobile-nav__link-container--active .sublist--visible {
          display: block; }
        .main-header__bottom .main_header__contents .mobile-nav__link-container .mobile-nav__link {
          font-family: NurofenText;
          color: #243045;
          font-weight: 900;
          font-size: 1.125rem;
          text-transform: uppercase;
          display: block; }
        .main-header__bottom .main_header__contents .mobile-nav__link-container .link--active .header-links__link-title::after {
          display: block;
          width: 100%;
          height: 4px;
          background-color: #cc0018;
          border-radius: 2px;
          content: ''; }
      .main-header__bottom .main_header__contents .mobile-nav-container {
        display: flex;
        justify-content: flex-end; }
      .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container {
        padding: 14px 0; }
        .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container .link span {
          font-family: NurofenText;
          color: #243045;
          font-weight: 500;
          font-size: 1.125rem;
          color: #6a7281; }
        .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container .link.link--active span {
          font-weight: 900;
          color: #243045; }
      .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container--back-button, .main-header__bottom .main_header__contents .mobile-nav__second-lvl-nav-elements {
        display: none; }
      .main-header__bottom .main_header__contents .mobile-nav--open {
        display: block;
        margin-top: 60px;
        background-color: #fff;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 2px 6px #dad8d8; }
        .main-header__bottom .main_header__contents .mobile-nav--open + .mobile-nav__close-button {
          z-index: 9;
          outline: none; }
          .main-header__bottom .main_header__contents .mobile-nav--open + .mobile-nav__close-button::after {
            font-family: "Font Awesome 5 Free";
            font-size: 1.125rem;
            font-weight: bold;
            color: #243045;
            content: '\F00D'; }
          .main-header__bottom .main_header__contents .mobile-nav--open + .mobile-nav__close-button::before {
            content: none; }
      .main-header__bottom .main_header__contents .mobile-nav__close-button {
        background-color: transparent;
        border: none;
        outline: none; }
        .main-header__bottom .main_header__contents .mobile-nav__close-button::before {
          font-family: "Font Awesome 5 Free";
          font-size: 1.125rem;
          font-weight: bold;
          color: #243045;
          content: '\F0C9'; }
      .main-header__bottom .main_header__contents .mobile-nav__link {
        color: #243045;
        text-decoration: none;
        padding: 0; }
      .main-header__bottom .main_header__contents .mobile-nav .header-links-container {
        display: none; }
      .main-header__bottom .main_header__contents .mobile-nav .header-links__link-image {
        display: none; }
      .main-header__bottom .main_header__contents .mobile-nav .header-links__link-title {
        display: inline-block; }
      .main-header__bottom .main_header__contents .mobile-nav .lazyload-placeholder {
        display: none; }
      .main-header__bottom .main_header__contents .mobile-nav .navigation-list {
        max-width: 150px;
        margin: 0 auto; } }

.search-box__action-item {
  cursor: pointer; }
  .search-box__action-item--close {
    position: relative;
    background-color: transparent;
    border: none; }
    .search-box__action-item--close::after {
      font-family: "Font Awesome 5 Free";
      font-size: 1.25rem;
      font-weight: bold;
      color: #243045;
      content: '\F002'; }
  .search-box__action-item--open {
    position: absolute;
    left: 0;
    z-index: 8;
    background-color: transparent;
    border: none;
    outline: none; }
    .search-box__action-item--open::before {
      font-family: "Font Awesome 5 Free";
      font-size: 1.875rem;
      font-weight: bold;
      color: #243045;
      position: absolute;
      top: -2px;
      bottom: 0;
      left: 30px;
      content: '\F078';
      transform: rotate(90deg); }

.search-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  box-shadow: 0 2px 6px #dad8d8; }

.search-box .seach-box__overlay-contents {
  height: 100%; }

.search-box__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%; }

.search-box__field {
  width: 550px;
  height: 50px;
  padding: 0 20px;
  border: 2px solid #243045;
  border-radius: 25px; }

.search-box__btn {
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 48px;
  margin-left: 8px;
  cursor: pointer; }

.search-box__suggested-topics {
  display: none; }

@media only screen and (max-width: 992px) {
  .search-box__action-item--close::after {
    font-size: 1.125rem; }
  .search-box__overlay {
    z-index: 5;
    height: 60px;
    padding: 5px 20px 5px 45px; }
  .search-box__field {
    width: 100%; }
  .search-box__btn {
    position: unset;
    width: 90px; }
    .search-box__btn span {
      font-size: 0.9375rem; } }

.site-messages {
  position: relative;
  background-color: #f1f1f4;
  border-radius: 0 0 15px 15px; }
  .site-messages__list {
    margin: 0;
    padding: 0; }
  .site-messages__item-title {
    display: none; }
  .site-messages__item {
    align-items: flex-start;
    max-width: 100%;
    margin: 0 auto;
    padding: calc(20px + 5px) 20px 20px; }
    .site-messages__item::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100vw;
      height: 5px;
      background-color: #5abbeb;
      content: ''; }
    .site-messages__item--visible {
      display: flex; }
  .site-messages__item-close {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    background: transparent;
    border: 0; }
    .site-messages__item-close::before {
      font-family: "Font Awesome 5 Free";
      font-size: 1.25rem;
      font-weight: 900;
      content: '\F00D'; }
  .site-messages__item-close-text {
    font-size: 1.125rem;
    font-weight: 900;
    text-transform: lowercase; }

@media screen and (min-width: 1200px) {
  .site-messages__item {
    align-items: center;
    max-width: 1400px;
    padding-right: 70px;
    padding-left: 70px; } }

.breadcrumbs {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  display: block; }
  .breadcrumbs__items {
    display: flex;
    margin: 0;
    padding: 0; }
  .breadcrumbs__item {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 0.875rem;
    color: #243045;
    position: relative;
    display: none;
    margin-right: 25px; }
    .breadcrumbs__item:last-child {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900; }
    .breadcrumbs__item:not(:last-child)::before {
      font-family: "Font Awesome 5 Free";
      font-size: 0.875rem;
      font-weight: bold;
      position: absolute;
      margin-right: 10px;
      content: '\F0DA';
      transform: rotateY(180deg); }
    .breadcrumbs__item:nth-last-child(2) {
      display: block; }
    .breadcrumbs__item-link {
      margin-left: 10px; }

@media screen and (min-width: 992px) {
  .breadcrumbs {
    position: absolute;
    top: 70px;
    right: 0;
    left: 50px;
    z-index: 6;
    display: block;
    width: 1150px;
    margin-right: auto;
    margin-left: auto; }
    .breadcrumbs__item {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 0.875rem;
      display: block; }
      .breadcrumbs__item:not(:last-child)::after {
        font-family: "Font Awesome 5 Free";
        font-size: 0.875rem;
        font-weight: bold;
        position: absolute;
        margin-left: 10px;
        content: '\F0DA'; }
      .breadcrumbs__item:not(:last-child)::before {
        content: none; }
      .breadcrumbs__item-link {
        margin-left: unset; } }

@media screen and (min-width: 1200px) {
  .breadcrumbs {
    left: 0; } }

.main-footer {
  padding: 40px 50px;
  background-color: #f1f1f4; }
  .main-footer__top {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
    .main-footer__top .wrapper {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: flex-start; }
      .main-footer__top .wrapper .footer-regulatory-text {
        text-transform: uppercase;
        margin-right: 0; }
        .main-footer__top .wrapper .footer-regulatory-text__title {
          font-family: NurofenText;
          color: #243045;
          font-weight: 900;
          font-size: 1.25rem;
          padding-bottom: 20px; }
        .main-footer__top .wrapper .footer-regulatory-text__telephone {
          font-size: 2.1875rem; }
        .main-footer__top .wrapper .footer-regulatory-text p {
          margin: 0; }
      .main-footer__top .wrapper .footer-social-links__title {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.25rem;
        text-transform: uppercase;
        display: block;
        padding-bottom: 20px; }
      .main-footer__top .wrapper .footer-social-links__elements {
        display: flex;
        justify-content: center; }
      .main-footer__top .wrapper .footer-social-links__element {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        margin-right: 20px;
        border-radius: 100%; }
        .main-footer__top .wrapper .footer-social-links__element .facebook-square::before {
          content: url(/static/social-icons/fb.svg); }
        .main-footer__top .wrapper .footer-social-links__element .twitter-square::before {
          content: url(/static/social-icons/twitter.svg); }
        .main-footer__top .wrapper .footer-social-links__element .youtube-square::before {
          content: url(/static/social-icons/youtube.svg); }
        .main-footer__top .wrapper .footer-social-links__element .instagram::before {
          content: url(/static/social-icons/instagram.svg); }
  .main-footer__bottom {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px; }
    .main-footer__bottom .footer-links {
      display: flex;
      flex-direction: row; }
      .main-footer__bottom .footer-links__element {
        padding: 0 10px;
        border-right: 1px solid #243045; }
        .main-footer__bottom .footer-links__element:first-child {
          padding-left: 0; }
        .main-footer__bottom .footer-links__element:last-child {
          padding-right: 0;
          border-right: none; }
        .main-footer__bottom .footer-links__element a {
          font-family: NurofenText;
          color: #243045;
          font-weight: 500;
          color: #243045; }
    .main-footer__bottom__text {
      margin-top: 20px; }

@media screen and (min-width: 768px) {
  .main-footer__top .wrapper .footer-regulatory-text {
    margin-right: 60px; } }

@media only screen and (max-width: 992px) {
  .main-footer {
    padding: 20px; }
    .main-footer__top .wrapper {
      flex-direction: column; }
      .main-footer__top .wrapper .footer-regulatory-text {
        margin-bottom: 20px; }
        .main-footer__top .wrapper .footer-regulatory-text__title {
          font-size: 1.125rem; }
        .main-footer__top .wrapper .footer-regulatory-text__telephone {
          font-size: 1.75rem; }
      .main-footer__top .wrapper .footer-social-links__title {
        font-size: 1.125rem; }
      .main-footer__top .wrapper .footer-social-links__element {
        width: 30px; }
    .main-footer__bottom .footer-links {
      flex-direction: column;
      flex-wrap: wrap;
      height: 175px; }
      .main-footer__bottom .footer-links__element {
        max-width: 50%;
        padding: 5px;
        border-right: none; }
        .main-footer__bottom .footer-links__element:first-child {
          padding: 5px; }
        .main-footer__bottom .footer-links__element a {
          font-size: 1rem; }
    .main-footer__bottom__text {
      font-size: 0.875rem; } }

.main-title {
  display: none; }

.carousel-banner {
  background-color: #5abbeb; }
  .carousel-banner .carousel {
    height: 100%;
    padding: 40px 20px 30px 20px; }
    .carousel-banner .carousel .carousel-item {
      width: 100%;
      height: 100%; }
      .carousel-banner .carousel .carousel-item__content-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .carousel-banner .carousel .carousel-item__image {
        height: 100%;
        max-width: 360px;
        object-fit: contain; }
      .carousel-banner .carousel .carousel-item__content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: end;
        height: 100%; }
        .carousel-banner .carousel .carousel-item__content-header {
          font-family: NurofenText;
          color: #243045;
          font-weight: 900;
          font-size: 1.875rem;
          text-transform: uppercase;
          margin: 0; }
        .carousel-banner .carousel .carousel-item__content-image {
          margin: -60px 0 30px 0; }
      .carousel-banner .carousel .carousel-item__description p {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        font-size: 1rem; }
      .carousel-banner .carousel .carousel-item__description .description-info {
        display: none; }
      .carousel-banner .carousel .carousel-item__description .description-product {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.25rem;
        margin: 10px 0; }
  .carousel-banner .nurofen-carousel-picker {
    height: 100%; }

@media screen and (min-width: 992px) {
  .carousel-banner {
    height: 360px;
    margin-top: 34px; }
    .carousel-banner .carousel {
      padding: 20px 50px; }
      .carousel-banner .carousel .carousel-item__content-wrapper {
        position: relative;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 0; }
      .carousel-banner .carousel .carousel-item__image {
        max-width: 500px;
        margin-bottom: 20px;
        object-fit: contain; }
      .carousel-banner .carousel .carousel-item__content {
        flex-direction: column;
        justify-content: center; }
        .carousel-banner .carousel .carousel-item__content-header {
          font-size: 2.5rem;
          margin: 0; }
        .carousel-banner .carousel .carousel-item__content-image {
          margin: 0; }
      .carousel-banner .carousel .carousel-item__description {
        display: flex; }
        .carousel-banner .carousel .carousel-item__description p {
          font-size: 1.625rem; }
        .carousel-banner .carousel .carousel-item__description .description-info {
          display: flex;
          margin: 0; }
        .carousel-banner .carousel .carousel-item__description .description-product {
          display: none; }
  .nurofen-carousel-picker {
    height: unset; } }

@media screen and (min-width: 1200px) {
  .carousel-banner .carousel .carousel-item__content {
    width: 660px; } }

.product-list {
  padding: 0; }
  .product-list .list-child-pages__grid {
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .product-list .list-child-pages__grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
    height: 405px;
    padding: 0 25px;
    background-color: #f1f1f4;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 6px #dad8d8; }
    .product-list .list-child-pages__grid-item__image-link {
      display: flex;
      max-height: 50%; }
    .product-list .list-child-pages__grid-item-image {
      width: auto;
      max-height: 100%;
      margin: 15px auto;
      object-fit: contain; }
    .product-list .list-child-pages__grid-item-title {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.125rem;
      color: #243045;
      text-transform: uppercase;
      margin: 5px 0; }
    .product-list .list-child-pages__grid-item-description p {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 1.1875rem;
      margin: 5px 0; }
    .product-list .list-child-pages__grid-item-description .bestseller {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 0.875rem;
      color: white;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 140px;
      height: 35px;
      background-color: #ff6c94;
      border-radius: 15px 0; }
    .product-list .list-child-pages__grid-item-link {
      display: none; }

@media screen and (min-width: 992px) {
  .product-list {
    max-width: 1050px;
    margin: 0 auto; }
    .product-list .list-child-pages__grid {
      flex-direction: row;
      justify-content: flex-start; }
    .product-list .list-child-pages__grid-item {
      justify-content: center;
      width: 32%;
      height: 430px;
      margin-right: .666%;
      margin-left: .666%; }
      .product-list .list-child-pages__grid-item-image {
        object-fit: contain; }
      .product-list .list-child-pages__grid-item-title {
        font-size: 1.25rem; } }

.pagination__item {
  font-family: NurofenText;
  color: #243045;
  font-weight: 900;
  font-size: 1.6875rem;
  color: #616b7c;
  margin: 20px 10px;
  padding: 0;
  background-color: transparent;
  border: none; }
  .pagination__item--is-active {
    color: #243045;
    border-bottom: 2px solid #243045; }

@media screen and (min-width: 992px) {
  .pagination__item {
    font-size: 1.125rem; } }

.store-finder {
  position: relative;
  padding: 20px 20px 0;
  border-radius: 0 15px 0 0;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1); }
  .store-finder__title {
    font-size: 1.375rem;
    text-align: left;
    margin: 0 0 10px; }
  .store-finder__description {
    margin: 0; }
  .store-finder__controls > div {
    width: 100%; }
  .store-finder__form {
    width: 100%;
    margin-bottom: 30px; }
  .store-finder__input {
    font-size: 1.1875rem;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #6a7281;
    border-radius: 4px; }
    .store-finder__input::placeholder {
      color: #243045;
      opacity: 1; }
  .store-finder__submit {
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    margin-left: -41px;
    padding: 0 28px;
    background-color: #243045;
    border: none;
    border-radius: 34px; }
  .store-finder__toggle-button {
    font-size: 1.25rem;
    font-weight: 900;
    color: #243045;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 3px solid #243045;
    border-radius: 30px; }
    .store-finder__toggle-button::after {
      font-family: "Font Awesome 5 Free";
      display: inline;
      margin-left: 10px;
      content: '\F3C5'; }
    .store-finder__toggle-button--active {
      text-align: left;
      display: inline-flex;
      justify-content: space-between;
      border: none; }
      .store-finder__toggle-button--active::after {
        content: '\F00D'; }
    .store-finder__toggle-button-container {
      margin: 0;
      padding: 0 20px; }
      .store-finder__toggle-button-container--active {
        padding-top: 20px;
        border-radius: 15px 0 0 0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
  .store-finder-overlay {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.09); }
    .store-finder-overlay--active {
      display: block; }
    .store-finder-overlay .store-finder {
      border-radius: 0;
      box-shadow: none; }
  .store-finder__cancel-button {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #fff;
    border: none; }
    .store-finder__cancel-button-container {
      display: none;
      justify-content: center;
      height: 65px;
      margin: 0; }
    .store-finder__cancel-button::before {
      font-family: "Font Awesome 5 Free";
      display: inline;
      margin-right: 10px;
      content: '\F00D'; }

#store-finder__map {
  width: auto !important;
  margin: 0 -20px; }

@media screen and (min-width: 992px) {
  .store-finder {
    padding: 0;
    border-radius: 0;
    box-shadow: none; }
    .store-finder > *:not(#store-finder__map) {
      position: absolute;
      z-index: 2;
      max-width: 550px; }
    .store-finder::before {
      position: absolute;
      z-index: 1;
      display: block;
      width: 550px;
      height: 100%;
      background-color: #fff;
      border-radius: 0 15px 15px 0;
      content: '';
      box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1); }
    .store-finder__title {
      font-size: 1.75rem;
      top: 45px;
      left: 57px; }
    .store-finder__controls > div {
      justify-content: flex-start;
      width: auto; }
    .store-finder__form {
      top: 216px;
      left: 57px;
      width: auto; }
    .store-finder__input {
      width: 334px;
      height: 61px; }
    .store-finder__submit {
      height: 61px;
      margin-left: 10px;
      padding: 0 35px; }
    .store-finder-overlay {
      border-radius: 0 15px 15px 0; }
      .store-finder-overlay .store-finder__title {
        top: 100px; }
      .store-finder-overlay .store-finder__form {
        top: 150px; }
    .store-finder__toggle-button--active {
      color: #fff;
      text-align: center;
      display: block;
      background-color: #e4052d;
      border-color: #e4052d; }
      .store-finder__toggle-button--active::before {
        position: absolute;
        top: 100%;
        left: calc(50% - 15px);
        display: block;
        width: 0;
        height: 0;
        border-color: #e4052d transparent transparent transparent;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        content: ''; }
    .store-finder__toggle-button-container {
      padding: 0; }
      .store-finder__toggle-button-container--active {
        border-radius: 0;
        box-shadow: none; }
    .store-finder__cancel-button-container {
      display: flex; }
  #store-finder__map {
    margin: 0 0 0 535px;
    border-radius: 0 15px 15px 0; } }

.categories {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -10px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 15px 15px 0 0; }
  .categories__title.content-grid__column--size-4 {
    max-width: 100%; }
  .categories__title .rte-wrapper .rte {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.375rem;
    color: #243045;
    text-align: center; }
  .categories__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly; }
    .categories__item.content-grid__column--size-4 {
      max-width: 100%; }
      .categories__item.content-grid__column--size-4 div {
        width: 100%; }
  .categories__adult-text {
    display: none; }
  .categories__item-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: none; }
    .categories__item-btn a {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.125rem;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 10px 5px;
      padding: 15px 10px;
      border: 1px solid #6a7281;
      border-radius: 30px; }
      .categories__item-btn a.categories__item-btn--active {
        display: none; }
      .categories__item-btn a span {
        line-height: 1;
        text-align: center; }
  .categories__search {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .categories__search.content-grid__column--size-4 {
      max-width: 100%; }
    .categories__search div {
      width: 100%; }
    .categories__search .open-filters__button {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.125rem;
      color: #243045;
      text-transform: uppercase;
      width: 100%;
      padding: 15px 0;
      background-color: #f1f1f4;
      border: none;
      border-radius: 30px; }

@media screen and (min-width: 576px) {
  .categories__item-btn {
    flex-direction: row;
    align-items: stretch; } }

@media screen and (min-width: 992px) {
  .products-page .categories {
    flex-direction: row;
    width: 100%;
    max-width: unset;
    margin: -15px 0 0;
    padding: 0 calc(50% - 540px); }
    .products-page .categories__title.content-grid__column--size-4 {
      max-width: 30%; }
    .products-page .categories__title .rte-wrapper .rte {
      font-size: 1.875rem; }
    .products-page .categories__item.content-grid__column--size-4 {
      display: flex;
      justify-content: center;
      max-width: 60%; }
      .products-page .categories__item.content-grid__column--size-4 div {
        width: unset; }
    .products-page .categories__adult-text {
      display: flex; }
    .products-page .categories__item-btn {
      border: 1px solid #6a7281;
      border-radius: 30px; }
      .products-page .categories__item-btn a {
        width: auto;
        margin: 0;
        padding: 15px;
        border: none; }
        .products-page .categories__item-btn a:nth-child(2) {
          margin: 0 20px; }
        .products-page .categories__item-btn a.categories__item-btn--active {
          color: #fff;
          display: flex;
          margin: -1px;
          background-color: #cc0018;
          border: 2px solid #cc0018;
          border-radius: 30px; }
        .products-page .categories__item-btn a span {
          padding-right: 5px; }
    .products-page .categories__search.content-grid__column--size-4 {
      max-width: 15%; }
      .products-page .categories__search.content-grid__column--size-4 div {
        width: unset; }
    .products-page .categories .open-filters__button {
      width: 160px; }
  .pain-advice__main-page .categories {
    padding: 0 30px; } }

@media screen and (min-width: 1200px) {
  .pain-advice__main-page .categories {
    flex-direction: row;
    width: 100%;
    max-width: unset;
    margin: -15px 0 0;
    padding: 0 calc(50% - 651px); }
    .pain-advice__main-page .categories__title.content-grid__column--size-4 {
      max-width: 26%; }
    .pain-advice__main-page .categories__title .rte-wrapper .rte {
      font-size: 1.875rem; }
    .pain-advice__main-page .categories__title h3 {
      white-space: nowrap; }
    .pain-advice__main-page .categories__item.content-grid__column--size-4 {
      display: flex;
      justify-content: flex-start;
      max-width: 60%; }
      .pain-advice__main-page .categories__item.content-grid__column--size-4 div {
        width: unset; }
    .pain-advice__main-page .categories__adult-text {
      display: flex; }
    .pain-advice__main-page .categories__item-btn {
      align-items: center;
      border: 1px solid #6a7281;
      border-radius: 30px; }
      .pain-advice__main-page .categories__item-btn a {
        width: auto;
        margin: 0;
        padding: 15px;
        border: none; }
        .pain-advice__main-page .categories__item-btn a:nth-child(2) {
          margin: 0 20px; }
        .pain-advice__main-page .categories__item-btn a.categories__item-btn--active {
          color: #fff;
          display: flex;
          margin: -1px;
          background-color: #cc0018;
          border: 2px solid #cc0018;
          border-radius: 30px; }
        .pain-advice__main-page .categories__item-btn a span {
          padding-right: 5px;
          white-space: nowrap; }
    .pain-advice__main-page .categories__search.content-grid__column--size-4 {
      max-width: 15%; }
      .pain-advice__main-page .categories__search.content-grid__column--size-4 div {
        width: unset; }
    .pain-advice__main-page .categories__search .open-filters__button {
      width: 160px; }
  .article-list .filters {
    top: -82px; } }

.looking-for-title {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .looking-for-title .rte {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .looking-for-title .rte h3 {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.375rem; }

@media screen and (min-width: 992px) {
  .looking-for-title {
    flex-direction: row;
    max-width: 1050px;
    margin: 0 auto; }
    .looking-for-title .rte h3 {
      font-size: 1.875rem; } }

.filters {
  position: static;
  bottom: 20px;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 52px;
  margin: 20px 5px;
  padding: 0 15px; }
  .filters__open-button {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.125rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 160px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 25px; }
    .filters__open-button svg {
      margin-right: 10px; }
    .filters__open-button:hover {
      cursor: pointer; }
  .filters__modal {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: 310px;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    background-color: white;
    border: none;
    border-radius: 20px 0 0 20px;
    box-shadow: -2px 0 6px #6a7281; }
  .filters__input-wrapper {
    display: flex;
    align-items: center;
    height: 30px;
    margin: 10px 0 10px 15px; }
    .filters__input-wrapper.total {
      display: none; }
  .filters__input {
    visibility: hidden; }
    .filters__input[type='checkbox']:disabled + label {
      color: #e5e5e5; }
      .filters__input[type='checkbox']:disabled + label::before {
        border: 1px solid #e5e5e5; }
    .filters__input:checked ~ label {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900; }
      .filters__input:checked ~ label::before {
        font-family: "Font Awesome 5 Free";
        font-size: 2.0625rem;
        font-weight: 900;
        color: #e4052d;
        top: -4px;
        width: 30px;
        height: 30px;
        border: none;
        content: '\F14A'; }
  .filters__label {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1.125rem;
    color: #243045;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-left: 30px; }
    .filters__label::before {
      position: absolute;
      top: 0;
      left: -43px;
      width: 27px;
      height: 27px;
      background-color: #fff;
      border: 1px solid #6a7281;
      border-radius: 4px;
      content: ''; }
  .filters__title {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.25rem;
    color: #243045;
    display: block;
    padding: 15px 0; }
    .filters__title--age, .filters__title--articles {
      position: relative;
      visibility: hidden; }
      .filters__title--age::before, .filters__title--articles::before {
        position: absolute;
        top: 15px;
        display: block;
        visibility: visible; }
    .filters__title--age::before {
      content: 'Articles'; }
    .filters__title--articles::before {
      content: 'Symptoms'; }
  .filters__clear-button {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.125rem;
    color: #6a7281;
    text-decoration: underline;
    width: 32%;
    height: 46px;
    padding: 0;
    background-color: transparent;
    border: none; }
    .filters__clear-button:hover {
      color: #e4052d;
      cursor: pointer; }
  .filters__show-results-button {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    width: 170px;
    height: 46px;
    background-color: #e4052d;
    border: none;
    border-radius: 25px; }
    .filters__show-results-button:hover {
      background-color: #ff6c94; }
  .filters__close-button {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.25rem;
    color: #243045;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0;
    padding: 0;
    background-color: transparent;
    border: none; }
    .filters__close-button:hover {
      color: #e4052d;
      cursor: pointer; }
    .filters__close-button svg {
      width: 15px;
      height: 15px;
      margin-right: 15px; }

.list-child-pages__filtering-row {
  position: relative; }

.list-child-pages__no-product-found {
  width: 100%;
  padding: 30px 0; }
  .list-child-pages__no-product-found p {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.375rem;
    text-align: center; }

@media screen and (min-width: 576px) {
  .filters {
    padding: 0 20px; } }

@media screen and (min-width: 992px) {
  .filters {
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .filters {
    position: absolute;
    top: -82px;
    right: 0;
    justify-content: flex-end;
    width: 160px;
    margin: unset; }
    .filters__modal {
      width: 338px; }
    .filters__close-button {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.125rem; }
    .filters__clear-button {
      width: 35%; }
    .filters__show-results-button {
      width: 187px; } }

.pain-relief-banner .carousel-item {
  width: 100%; }
  .pain-relief-banner .carousel-item__content {
    padding-top: 20px; }
    .pain-relief-banner .carousel-item__content-image {
      display: none; }
    .pain-relief-banner .carousel-item__content-wrapper {
      display: flex;
      padding: 0 20px;
      background-color: #fbfbfe;
      border-radius: 15px 15px 0 0; }
    .pain-relief-banner .carousel-item__content-header {
      font-size: 1.875rem;
      line-height: 1.133em;
      margin: 0 0 10px; }
  .pain-relief-banner .carousel-item__description {
    font-size: 1.125rem;
    line-height: 1.444em; }
    .pain-relief-banner .carousel-item__description ul {
      padding: 0 20px 10px; }
    .pain-relief-banner .carousel-item__description img {
      width: 93px !important;
      height: auto !important; }
    .pain-relief-banner .carousel-item__description p:first-child {
      line-height: 0;
      margin: 20px 0 30px; }

@media screen and (min-width: 992px) {
  .pain-relief-banner {
    margin: 70px 0 40px; }
    .pain-relief-banner .carousel-item__content-wrapper {
      flex-direction: row-reverse;
      padding: 0 30px; }
    .pain-relief-banner .carousel-item__content {
      max-width: 500px; }
    .pain-relief-banner .carousel-item__content-image {
      display: flex;
      margin: -70px 0 -40px; }
    .pain-relief-banner .carousel-item__content-header {
      font-size: 2.5rem;
      line-height: 1.1em;
      margin: 0 0 10px; }
    .pain-relief-banner .carousel-item__description {
      font-size: 1.1875rem;
      line-height: 1.421em; } }

.accordion {
  padding: 0;
  border-bottom: 1px solid #f1f1f4; }
  .accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    padding: 0 5px;
    background-color: #fff;
    border: none; }
    .accordion__trigger::after {
      position: static; }
    .accordion__trigger.is-open::after {
      content: '\F068'; }
  .accordion__text {
    font-size: 1.25rem;
    font-weight: 900; }
  .accordion__inner {
    font-size: 1.125rem;
    line-height: 1.444em;
    padding: 5px; }
    .accordion__inner .rte > * {
      margin: 0 0 30px;
      padding: 0; }
    .accordion__inner .rte ul {
      list-style: none; }
      .accordion__inner .rte ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        padding-bottom: 5px; }
        .accordion__inner .rte ul li::before {
          font-family: "Font Awesome 5 Free";
          font-size: 0.625rem;
          font-weight: 900;
          display: inline-flex;
          align-items: baseline;
          padding-right: 10px;
          content: '\F111'; }

@media screen and (min-width: 1200px) {
  .accordion {
    border-top: 1px solid #f1f1f4;
    border-bottom: none; }
    .accordion--is-open {
      border-top: none; }
      .accordion--is-open + .accordion {
        border-top: none; }
    .accordion__trigger {
      height: 78px;
      padding: 0 50px; }
      .accordion__trigger--is-open {
        border-bottom: 1px solid #f1f1f4; }
    .accordion__text {
      font-size: 1.5rem; }
    .accordion__inner {
      font-size: 1.25rem;
      line-height: 1.3em;
      padding: 20px 50px 5px; } }

.product-information {
  flex-direction: column;
  padding: 40px 0 30px; }
  .product-information .accordion {
    margin: 0 20px; }
  .product-information__badge-container .rte {
    font-size: 0.9375rem;
    font-weight: 900;
    line-height: 1.333em;
    text-align: center;
    display: flex; }
    .product-information__badge-container .rte div {
      padding: 0 20px; }
    .product-information__badge-container .rte img {
      max-height: 30vw;
      margin-bottom: 10px;
      object-fit: contain; }
  .product-information__description-container {
    margin-top: 10px; }

@media screen and (min-width: 768px) {
  .product-information .content-grid__column--size-4 {
    flex-basis: 100%;
    max-width: 100%; }
  .product-information .content-grid__column--size-8 {
    flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  .product-information {
    flex-direction: row;
    margin: 50px 60px 0;
    padding: 0;
    border: none; }
    .product-information .content-grid__column--size-4 {
      flex-basis: 33.333%;
      max-width: 33.333%; }
    .product-information .content-grid__column--size-8 {
      flex-basis: 66.667%;
      max-width: 66.667%; }
    .product-information__badge-container .rte {
      font-size: 1.25rem;
      text-align: left;
      flex-direction: column;
      width: 270px;
      margin-left: 40px; }
      .product-information__badge-container .rte div {
        margin-top: 30px; }
      .product-information__badge-container .rte img {
        float: left;
        width: auto;
        height: 90px;
        margin-right: 20px; }
    .product-information__description-container {
      margin-top: 0; } }

.button-row {
  flex-direction: column;
  align-items: flex-end;
  margin-top: -15px;
  padding: 15px 0 0;
  background-color: #fff;
  border-radius: 15px 15px 0 0; }
  .button-row .content-grid__column {
    width: 100%; }
    .button-row .content-grid__column + .content-grid__column {
      margin-top: 10px; }

@media screen and (min-width: 768px) {
  .button-row .content-grid__column--size-4 {
    flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  .button-row {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 60px 16px; }
    .button-row .content-grid__column {
      flex: 1 1; }
      .button-row .content-grid__column + .content-grid__column {
        margin-left: 20px; }
      .button-row .content-grid__column--size-4 {
        flex-basis: 33.333%;
        max-width: 33.333%; } }

.ReactModalPortal {
  position: absolute;
  z-index: 9; }
  .ReactModalPortal .ReactModal__Content {
    margin: 0 auto; }
    .ReactModalPortal .ReactModal__Content .close-button {
      background-color: black;
      border: none; }
  .ReactModalPortal .visible-content {
    width: 100%; }

.articles-carousel {
  padding: 20px; }
  .articles-carousel__title {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.875rem;
    color: #243045;
    margin: 10px 0; }
  .articles-carousel__prev-slide-btn, .articles-carousel__next-slide-btn {
    color: #243045;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none; }
    .articles-carousel__prev-slide-btn::after, .articles-carousel__next-slide-btn::after {
      display: inline-block;
      width: 32px;
      height: 32px; }
    .articles-carousel__prev-slide-btn span, .articles-carousel__next-slide-btn span {
      display: none; }
    .articles-carousel__prev-slide-btn--inactive, .articles-carousel__next-slide-btn--inactive {
      background-color: transparent;
      border: none; }
  .articles-carousel__prev-slide-btn::after {
    content: url(/static/icons/arrow.svg);
    transform: rotateY(180deg); }
  .articles-carousel__prev-slide-btn--inactive::after {
    content: url(/static/icons/disabled_arrow.svg);
    transform: unset; }
  .articles-carousel__next-slide-btn::after {
    content: url(/static/icons/arrow.svg);
    transform: unset; }
  .articles-carousel__next-slide-btn--inactive::after {
    content: url(/static/icons/disabled_arrow.svg);
    transform: rotateY(180deg); }
  .articles-carousel__center-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .articles-carousel__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
  .articles-carousel__item-details-wrapper {
    width: 100%;
    min-height: 130px; }
  .articles-carousel__item-image {
    min-height: 200px;
    object-fit: contain; }
  .articles-carousel__item-title, .articles-carousel__item-description {
    font-size: 1rem;
    color: #243045; }
    .articles-carousel__item-title:active, .articles-carousel__item-description:active {
      color: #243045; }
  .articles-carousel__item-title {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.125rem;
    text-transform: uppercase; }
  .articles-carousel__item-description {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1rem; }
  .articles-carousel__link {
    display: none; }
  .articles-carousel .carouse-select-steps {
    display: none; }
  .articles-carousel .slider {
    position: relative; }
    .articles-carousel .slider-slide {
      display: flex !important;
      align-items: flex-start; }
    .articles-carousel .slider-control-bottomcenter {
      position: relative !important;
      left: unset !important;
      width: 100%;
      padding: 0 0 20px 0;
      transform: unset !important; }
  .articles-carousel .artices-carousel__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px; }

@media screen and (min-width: 992px) {
  .articles-carousel__title {
    font-size: 2.5rem; }
  .articles-carousel__item-description {
    font-size: 1.1875rem;
    margin: 0; }
  .articles-carousel .slider-control-slide {
    padding-top: 20px; }
  .articles-carousel .slider-control-bottomcenter {
    padding: 15px 0 30px; } }

.recently-viewed {
  background-color: #5abbeb; }
  .recently-viewed .articles-carousel__item-image {
    max-height: 200px;
    min-width: 280px; }
  .recently-viewed .articles-carousel__item {
    width: 100%; }
    .recently-viewed .articles-carousel__item-content {
      position: relative; }
    .recently-viewed .articles-carousel__item-text.link::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }

@media screen and (min-width: 992px) {
  .recently-viewed .content-grid__column {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
  .recently-viewed .articles-carousel {
    padding: 30px 20px; }
    .recently-viewed .articles-carousel__item-image {
      min-width: 230px; }
    .recently-viewed .articles-carousel__item-details-wrapper {
      min-height: 195px; }
    .recently-viewed .articles-carousel .artices-carousel__item {
      width: unset; } }

.need-more .articles-carousel {
  padding: 20px 20px 60px 20px; }
  .need-more .articles-carousel__prev-slide-btn--inactive, .need-more .articles-carousel__next-slide-btn--inactive {
    color: #e5e5e5;
    border: 0; }
  .need-more .articles-carousel__title {
    padding: 20px 0; }
  .need-more .articles-carousel__item-title {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: unset;
    padding: 20px 0; }
  .need-more .articles-carousel__item-image {
    width: 100%;
    border-radius: 15px;
    object-fit: cover; }
  .need-more .articles-carousel__item-content {
    position: relative;
    height: 100%; }
  .need-more .articles-carousel .artices-carousel__item {
    width: 100%;
    padding: 0; }
    .need-more .articles-carousel .artices-carousel__item .link::before {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      content: ''; }

@media screen and (min-width: 992px) {
  .need-more .content-grid__column {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
  .need-more .articles-carousel {
    padding: 30px 20px 90px; }
    .need-more .articles-carousel__title {
      padding: 20px 0 40px; }
    .need-more .articles-carousel__item-image {
      width: 550px; }
    .need-more .articles-carousel__item-title {
      font-size: 1.75rem; }
    .need-more .articles-carousel .slider-slide .artices-carousel__item {
      margin: 0 20px; }
    .need-more .articles-carousel .slider-control-bottomcenter {
      display: none; } }

.buy-now__toggle-button-container .accordion {
  padding: 0 20px;
  border: none; }
  .buy-now__toggle-button-container .accordion__trigger {
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #243045;
    border: 3px solid #243045;
    border-radius: 30px; }
    .buy-now__toggle-button-container .accordion__trigger::after {
      font-family: "Font Awesome 5 Free";
      position: static;
      display: inline;
      margin: -6px 0 0 10px;
      content: '\F078'; }
    .buy-now__toggle-button-container .accordion__trigger--is-open {
      color: #243045;
      text-align: left;
      display: inline-flex;
      justify-content: space-between;
      background-color: #fff;
      border: none; }
      .buy-now__toggle-button-container .accordion__trigger--is-open::after {
        content: '\F00D'; }
  .buy-now__toggle-button-container .accordion--is-open {
    border-radius: 15px 0 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
  .buy-now__toggle-button-container .accordion__text {
    font-size: 1.25rem; }
    .buy-now__toggle-button-container .accordion__text::after {
      position: static; }
  .buy-now__toggle-button-container .accordion__inner {
    margin: 0;
    padding: 0; }
    .buy-now__toggle-button-container .accordion__inner .rte .buy-now__cancel-button-container {
      margin: 60px -10px 0; }
  .buy-now__toggle-button-container .accordion__outer {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.09); }
  .buy-now__toggle-button-container .accordion__cancel-button {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #fff;
    border: none; }
    .buy-now__toggle-button-container .accordion__cancel-button-container {
      display: none;
      justify-content: center;
      height: 65px;
      margin: 0; }
    .buy-now__toggle-button-container .accordion__cancel-button::before {
      font-family: "Font Awesome 5 Free";
      display: inline;
      margin-right: 10px;
      content: '\F00D'; }

.buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) {
  display: flex;
  overflow: hidden;
  background-color: #f1f1f4;
  border-radius: 15px; }
  .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div {
    flex-basis: 50%;
    max-width: 50%; }
    .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:first-child {
      padding: 30px;
      background-color: #fff;
      border: 2px solid #f1f1f4;
      border-radius: 15px; }
      .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:first-child img {
        object-fit: contain; }
    .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:last-child {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 5px; }
      .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:last-child p {
        font-size: 1rem;
        line-height: 1.187em;
        margin: 0 0 15px; }
      .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:last-child a {
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.111em;
        color: #243045;
        padding: 0 35px;
        background-color: #fff;
        border-radius: 25px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.16); }
  .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) + .div:not(.buy-now__cancel-button-container) {
    margin-top: 10px; }
  .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container):last-child {
    margin-bottom: 30px; }

.buy-now__toggle-button-container .buy-now__cancel-button {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fff;
  border: none; }
  .buy-now__toggle-button-container .buy-now__cancel-button-container {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 65px;
    margin-top: 60px;
    border-top: 1px solid #f1f1f4; }
  .buy-now__toggle-button-container .buy-now__cancel-button::before {
    font-family: "Font Awesome 5 Free";
    display: inline;
    margin-right: 10px;
    content: '\F00D'; }

@media screen and (min-width: 992px) {
  .buy-now__toggle-button-container .accordion {
    padding: 0; }
    .buy-now__toggle-button-container .accordion--is-open {
      border-radius: 0;
      box-shadow: none; }
    .buy-now__toggle-button-container .accordion__inner .rte {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 840px;
      margin: 0 auto;
      padding-top: 50px; }
    .buy-now__toggle-button-container .accordion__outer {
      margin-top: 15px; }
    .buy-now__toggle-button-container .accordion__trigger--is-open {
      color: #fff;
      text-align: center;
      position: relative;
      display: flex;
      justify-content: center;
      background-color: #e4052d;
      border-color: #e4052d; }
      .buy-now__toggle-button-container .accordion__trigger--is-open::before {
        position: absolute;
        top: 100%;
        left: calc(50% - 15px);
        display: block;
        width: 0;
        height: 0;
        border-color: #e4052d transparent transparent transparent;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        content: ''; }
      .buy-now__toggle-button-container .accordion__trigger--is-open::after {
        content: '\F078'; }
  .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) {
    flex-direction: column;
    width: 200px;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #f1f1f4;
    border-radius: 15px; }
    .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div {
      flex-basis: 100%;
      max-width: 100%; }
      .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:first-child {
        height: 130px;
        border: none;
        border-radius: 0; }
        .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:first-child img {
          object-fit: contain; }
      .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) div:last-child {
        padding: 20px;
        background-color: #f1f1f4;
        border-radius: 15px 0 0 0; }
    .buy-now__toggle-button-container .rte > div:not(.buy-now__cancel-button-container) + div:not(.buy-now__cancel-button-container) {
      margin-top: 0; }
  .buy-now__toggle-button-container .buy-now__cancel-button-container {
    display: flex; } }

.pdp-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 260px;
  padding: 10px 10px 20px 10px; }
  .pdp-banner--teal {
    background-color: #56c2c6; }
  .pdp-banner--blue {
    background-color: #5f9cd8; }
  .pdp-banner--green {
    background-color: #52b784; }
  .pdp-banner--violet {
    background-color: #ad88d3; }
  .pdp-banner--amber {
    background-color: #fc0; }
  .pdp-banner--gold {
    background-color: #ffa400; }
  .pdp-banner--cerise {
    background-color: #ff6c94; }
  .pdp-banner--slate {
    background-color: #5abbe8; }
  .pdp-banner .content-grid__column--size-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
    .pdp-banner .content-grid__column--size-6:last-child {
      display: flex;
      flex-direction: column-reverse; }
  .pdp-banner__left-column .image-as-link {
    margin: 30px auto 10px; }
    .pdp-banner__left-column .image-as-link__image {
      height: 100%;
      max-width: 270px;
      max-height: 250px;
      object-fit: contain; }
  .pdp-banner__right-column .rte-wrapper:first-child {
    margin: 0 -10px -20px;
    padding: 20px;
    background-color: white;
    border-radius: 15px 15px 0 0; }
  .pdp-banner__right-column .rte-wrapper p:not(.heading) {
    padding-right: 10px;
    padding-left: 10px; }
  .pdp-banner__right-column--text .heading {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0; }
  .pdp-banner__right-column--text .description {
    display: none; }
  .pdp-banner__right-column--icons {
    display: flex;
    justify-content: space-between;
    padding: 10px; }
    .pdp-banner__right-column--icons .icon {
      flex-basis: 28%;
      justify-content: center;
      padding: 0; }
      .pdp-banner__right-column--icons .icon img {
        display: none; }
    .pdp-banner__right-column--icons .title {
      font-size: 0.8125rem;
      margin-left: 5px;
      font-family: NurofenText;
      color: #243045;
      font-weight: 500; }
      .pdp-banner__right-column--icons .title strong {
        font-size: 0.9375rem; }

@media screen and (min-width: 375px) {
  .pdp-banner__right-column--text .heading {
    font-size: 1.375rem;
    line-height: 1.09em; }
  .pdp-banner__right-column--icons {
    display: flex;
    justify-content: space-between; }
    .pdp-banner__right-column--icons .icon {
      display: flex;
      flex-basis: 32%;
      align-items: center; }
      .pdp-banner__right-column--icons .icon img {
        display: block;
        width: 25px;
        height: 25px; } }

@media screen and (min-width: 768px) {
  .pdp-banner__right-column .rte-wrapper:first-child {
    margin-right: calc(-50% - 10px);
    margin-left: calc(-50% - 10px); }
  .pdp-banner__right-column .rte-wrapper p:not(.heading) {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (min-width: 992px) {
  .pdp-banner {
    flex-direction: row;
    height: 480px;
    padding: 50px 80px; }
    .pdp-banner .content-grid__column + .content-grid__column {
      margin-left: 0; }
    .pdp-banner .content-grid__column--size-6 {
      max-width: 600px; }
      .pdp-banner .content-grid__column--size-6:last-child {
        display: flex;
        flex-direction: column; }
    .pdp-banner__left-column {
      padding-right: 90px; }
      .pdp-banner__left-column .image-as-link {
        margin: unset; }
        .pdp-banner__left-column .image-as-link__image {
          max-width: 610px;
          max-height: 370px; }
    .pdp-banner__right-column--text .description {
      display: unset; }
    .pdp-banner__right-column--icons {
      margin-top: 20px;
      padding: 0; }
      .pdp-banner__right-column--icons .icon img {
        width: 43px;
        height: 43px; }
    .pdp-banner__right-column .rte-wrapper:first-child {
      margin: 0;
      padding: 0;
      background-color: transparent; }
    .pdp-banner__right-column .rte .heading {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.375rem;
      text-transform: uppercase;
      margin: 0; }
    .pdp-banner__right-column .rte .description {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 1.375rem;
      margin: 0; }
    .pdp-banner__right-column .rte .link {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 1rem; }
      .pdp-banner__right-column .rte .link a {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        text-decoration: underline; }
    .pdp-banner__right-column .rte .title {
      font-size: 0.8125rem;
      margin-left: 15px; }
      .pdp-banner__right-column .rte .title strong {
        font-size: 0.9375rem; } }

@media screen and (min-width: 1200px) {
  .pdp-banner__right-column .rte .heading {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 2.1875rem;
    text-transform: uppercase;
    margin: 0; }
  .pdp-banner__right-column .rte .title {
    font-size: 1rem; }
    .pdp-banner__right-column .rte .title strong {
      font-size: 1.25rem; } }

@media screen and (min-width: 1400px) {
  .pdp-banner {
    justify-content: center; }
    .pdp-banner .content-grid__column--size-6:first-child .image-as-link {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end; } }

.show-all-products {
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px 10px; }
  .show-all-products .button-link {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1rem;
    color: #243045; }

@media screen and (min-width: 992px) {
  .show-all-products {
    padding: 20px 0; }
    .show-all-products .button-link {
      font-size: 1.125rem; } }

.article__banner {
  margin-bottom: -20px; }
  .article__banner ~ .article__menu-container:not(.article__menu-anchor) {
    z-index: 1; }

.article:not(.article__menu-anchor) .article__menu {
  max-height: 0; }

.article__menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }

.article__menu-container {
  position: relative;
  z-index: 2;
  min-height: 64px;
  margin-top: -15px;
  background-color: #fff;
  border-radius: 15px 15px 0 0; }
  .article__menu-container:nth-child(2) {
    margin-top: 50px; }
  .article__menu-container ~ .content-grid__row {
    position: relative; }
  .article__menu-container .rte-wrapper {
    padding: 0 20px; }
  .article__menu-container.article__menu--fixed {
    position: fixed;
    top: 60px;
    z-index: 2;
    width: 100%;
    margin-top: 0; }
  .article__menu-container.article__menu--closed {
    z-index: 0; }
    .article__menu-container.article__menu--closed.article__menu--active .article__menu-title {
      display: none; }
    .article__menu-container.article__menu--closed:not(.article__menu-anchor) .article__menu {
      max-height: 0; }
    .article__menu-container.article__menu--closed .article__menu-item--active {
      font-weight: 900; }
      .article__menu-container.article__menu--closed .article__menu-item--active::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 60px;
        margin-left: auto;
        content: '\F078'; }
    .article__menu-container.article__menu--closed .article__menu-item:not(.article__menu-item--active) {
      max-height: 0; }
    .article__menu-container.article__menu--closed .article__menu-component-wrapper:last-child {
      border-radius: 15px 15px 0 0; }
    .article__menu-container.article__menu--closed.article__menu--desktop-style .article__menu-item--active::after {
      content: none; }
  .article__menu-container.article__menu--with-title .article__menu-title {
    display: flex; }
  .article__menu-container.article__menu--with-title-mobile .article__menu-title {
    display: flex; }
  .article__menu-container.article__menu-anchor {
    display: none; }
    .article__menu-container.article__menu-anchor.article__menu--fixed {
      z-index: 8;
      display: flex; }
  .article__menu-container .article__menu-component-wrapper:last-child {
    position: absolute;
    z-index: 3;
    width: 100%;
    background-color: #fff; }
  .article__menu-container.article__menu--color-fountain-blue {
    background-color: #56c2c6; }
    .article__menu-container.article__menu--color-fountain-blue .article__menu-component-wrapper:last-child {
      background-color: #56c2c6; }

.article__menu-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  display: none;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
  cursor: pointer; }
  .article__menu-title::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline;
    content: '\F077'; }

.article__menu--closed .article__menu-title::after {
  content: '\F078'; }

.article__menu-item {
  font-size: 1.125rem;
  line-height: 1.333em;
  position: relative;
  display: flex;
  overflow: hidden; }
  .article__menu-item::before {
    display: block;
    flex: 0 0 4px;
    width: 4px;
    margin: 0 4px;
    background-color: rgba(36, 48, 69, 0.21);
    content: ''; }
  .article__menu-item:first-child::before {
    transform: translateY(50%); }
  .article__menu-item:last-child::before {
    transform: translateY(-50%); }
  .article__menu-item a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #243045;
    text-align: left;
    text-decoration: none;
    padding: 20px; }
    .article__menu-item a::before {
      position: absolute;
      top: calc(50% - 3px);
      left: 3px;
      display: block;
      width: 2px;
      height: 2px;
      background-color: #243045;
      border: 2px solid gray;
      border-radius: 3px;
      content: ''; }
  .article__menu-item--active {
    font-weight: 900; }
    .article__menu-item--active a::before {
      top: calc(50% - 6px);
      left: 0;
      width: 12px;
      height: 12px;
      background-color: #243045;
      border: none;
      border-radius: 6px; }
    .article__menu-item--active a {
      font-weight: 900; }
  .article__menu-item--fixed .article__menu-container {
    background-color: #fff; }
    .article__menu-item--fixed .article__menu-container .article__menu {
      max-height: unset; }

.article__menu--desktop-style .article__menu {
  flex-direction: row;
  max-height: unset;
  margin-top: 30px;
  border-top: 4px solid rgba(36, 48, 69, 0.21); }
  .article__menu--desktop-style .article__menu--closed .article__menu-title::after {
    content: none; }

.article__menu--desktop-style .article__menu-title::after {
  content: none; }

.article__menu--desktop-style .article__menu-item {
  flex: 1 1;
  flex-direction: column;
  overflow: visible; }
  .article__menu--desktop-style .article__menu-item::before {
    content: none; }
  .article__menu--desktop-style .article__menu-item:first-child::before, .article__menu--desktop-style .article__menu-item:last-child::before {
    transform: none; }
  .article__menu--desktop-style .article__menu-item a {
    font-size: 1.1875rem;
    line-height: 1.421em;
    text-align: center;
    padding: 20px 0; }
    .article__menu--desktop-style .article__menu-item a::before {
      top: -5px;
      left: calc(50% - 3px);
      border-color: #243045; }
  .article__menu--desktop-style .article__menu-item--active a::before {
    top: -8px;
    left: calc(50% - 6px); }
  .article__menu--desktop-style .article__menu-item + .article__menu-item {
    margin-left: 40px; }

.article__menu--desktop-style.article__menu-container .rte-wrapper {
  max-width: 1302px; }

.article__menu--desktop-style.article__menu-container.article__menu--closed:not(.article__menu-anchor) .article__menu {
  max-height: unset; }

.article__menu--desktop-style.article__menu-container.article__menu--closed.article__menu--active .article__menu-title {
  display: flex; }

.article__menu--desktop-style.article__menu-container.article__menu--closed .article__menu-item {
  max-height: none; }
  .article__menu--desktop-style.article__menu-container.article__menu--closed .article__menu-item--active {
    border-radius: 0; }
    .article__menu--desktop-style.article__menu-container.article__menu--closed .article__menu-item--active::after {
      display: none; }
    .article__menu--desktop-style.article__menu-container.article__menu--closed .article__menu-item--active .article__menu-title {
      display: flex; }
  .article__menu--desktop-style.article__menu-container.article__menu--closed .article__menu-item:not(.article__menu-item--active) {
    max-height: none; }

.article__menu--desktop-style.article__menu-container .article__menu-component-wrapper:last-child {
  position: static; }

.article__menu--desktop-style.article__menu-container .article__menu--with-title .article__menu {
  display: flex;
  margin: 0; }

@media screen and (min-width: 992px) {
  .article__banner ~ .article__menu-container:not(.article__menu-anchor) {
    z-index: unset; }
  .article__menu {
    flex-direction: row;
    max-height: unset;
    margin-top: 30px;
    border-top: 4px solid rgba(36, 48, 69, 0.21); }
  .article__menu-container .content-grid__column {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
  .article__menu-container .rte-wrapper {
    max-width: 1302px;
    margin: 0 auto; }
  .article__menu-container.article__menu--fixed {
    top: 83px; }
  .article__menu-container.article__menu--closed:not(.article__menu-anchor) .article__menu {
    max-height: unset; }
  .article__menu-container.article__menu--closed.article__menu--active:not(.article__menu--with-title-mobile) .article__menu-title {
    display: flex; }
  .article__menu-container.article__menu--closed .article__menu-item {
    max-height: none; }
    .article__menu-container.article__menu--closed .article__menu-item--active {
      border-radius: 0; }
      .article__menu-container.article__menu--closed .article__menu-item--active::after {
        display: none; }
      .article__menu-container.article__menu--closed .article__menu-item--active .article__menu-title {
        display: flex; }
    .article__menu-container.article__menu--closed .article__menu-item:not(.article__menu-item--active) {
      max-height: none; }
  .article__menu-container.article__menu--with-title-mobile .article__menu-title {
    display: none; }
  .article__menu-container .article__menu-component-wrapper:last-child {
    position: static; }
  .article__menu-container .article__menu--with-title .article__menu {
    margin: 0; }
  .article__menu-title {
    font-size: 1.5rem; }
    .article__menu-title::after {
      content: none; }
  .article__menu--closed .article__menu-title::after {
    content: none; }
  .article__menu-item {
    flex: 1 1;
    flex-direction: column;
    overflow: visible; }
    .article__menu-item::before {
      content: none; }
    .article__menu-item:first-child::before, .article__menu-item:last-child::before {
      transform: none; }
    .article__menu-item a {
      font-size: 1.1875rem;
      line-height: 1.421em;
      text-align: center;
      padding: 20px 0; }
      .article__menu-item a::before {
        top: -5px;
        left: calc(50% - 3px);
        border-color: #243045; }
    .article__menu-item--active a::before {
      top: -8px; }
    .article__menu-item__menu--active a::before {
      top: -8px;
      left: calc(50% - 6px); }
    .article__menu-item + .article__menu-item {
      margin-left: 40px; } }

.pain-advice__page .content-grid__row:not(.article__menu-container):not(.pain-advice__section-important-information) {
  background-color: #fff; }

.pain-advice__page .breadcrumbs {
  top: 20px;
  left: 0;
  width: 100%;
  max-width: 1302px;
  padding: 0 20px; }

.pain-advice__page .rte h2:not(.article__menu-title) {
  font-size: 1.75rem;
  line-height: 1.143em;
  margin: 20px 0; }
  .pain-advice__page .rte h2:not(.article__menu-title) :not(.pain-advice__menu-title) {
    padding-top: 20px; }

.pain-advice__page .rte-row:first-child p {
  text-shadow: 0 3px 6px rgba(36, 48, 69, 0.21); }

.pain-advice__page p {
  font-size: 1.125rem;
  line-height: 1.444em;
  margin: 0; }
  .pain-advice__page p + p {
    margin-top: 26px; }
  .pain-advice__page p a {
    font-weight: 900;
    color: #243045;
    text-decoration: underline; }

.pain-advice__page .rte-wrapper {
  padding: 0 20px; }

.pain-advice__page .styled-list {
  font-size: 1.125rem;
  padding: 0;
  list-style: none; }
  .pain-advice__page .styled-list li {
    display: flex;
    margin: 10px 0; }
  .pain-advice__page .styled-list--list-style-circle li::before {
    font-family: "Font Awesome 5 Free";
    font-size: 0.375rem;
    font-weight: 900;
    display: flex;
    flex: 0 0;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    margin-right: 15px;
    padding-top: 6px;
    content: '\F111'; }
  .pain-advice__page .styled-list--list-color-red li::before {
    color: #cc0018; }

.pain-advice__page .styled-counter-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
  list-style: none; }
  .pain-advice__page .styled-counter-list:first-of-type {
    counter-reset: list-counter; }
  .pain-advice__page .styled-counter-list > li {
    font-size: 1rem;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 10px 0; }
    .pain-advice__page .styled-counter-list > li::before {
      font-size: 1.3125rem;
      font-weight: 900;
      color: #fff;
      display: flex;
      flex: 0 0 38px;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      margin-right: 12px;
      background-color: #243045;
      border-radius: 50%;
      content: counter(list-counter);
      counter-increment: list-counter; }
    .pain-advice__page .styled-counter-list > li p {
      font-size: 1rem;
      line-height: 1.5em;
      max-width: 100%;
      word-break: break-word; }
  .pain-advice__page .styled-counter-list--small li::before {
    font-size: 0.75rem;
    font-weight: 500;
    color: #56c2c6;
    display: flex;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background-color: #243045;
    border-radius: 50%;
    content: counter(list-counter); }

.pain-advice__page .styled-sup {
  white-space: nowrap; }
  .pain-advice__page .styled-sup sup {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #243045;
    border-radius: 50%; }

.pain-advice__page .pain-advice__article-title {
  font-size: 1.875rem;
  line-height: 1.133em;
  margin: 55px 0 20px; }

.pain-advice__page .pain-advice__article-description {
  font-size: 1.125rem;
  line-height: 1.444em;
  margin: 0;
  padding: 40px 0 70px; }

.pain-advice__page .pain-advice__banner .image-as-link {
  overflow: hidden;
  border-radius: 15px 15px 0 0; }

.pain-advice__page .pain-advice__section-more-advice {
  margin-left: -20px; }
  .pain-advice__page .pain-advice__section-more-advice h3 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.182em;
    text-transform: uppercase; }
  .pain-advice__page .pain-advice__section-more-advice .rte-wrapper {
    display: flex; }
    .pain-advice__page .pain-advice__section-more-advice .rte-wrapper::before {
      display: block;
      width: 8px;
      background-color: #fc0;
      border-radius: 4px;
      content: ''; }
  .pain-advice__page .pain-advice__section-more-advice .rte {
    margin-left: 20px; }

.pain-advice__page .pain-advice__section-important-information {
  background-color: #f1f1f4;
  border-radius: 15px 15px 0 0; }

.pain-advice__page .pain-advice__section-how-to-ease-fever .content-grid__column {
  display: flex;
  flex-direction: column; }

.pain-advice__page .pain-advice__section-how-to-ease-fever .rte-wrapper:nth-child(2) {
  order: -1; }

.pain-advice__page .pain-advice__section-how-to-ease-fever .image-as-link {
  width: 50%;
  margin: 0 auto; }

.pain-advice__page .pain-advice__first-paragraph {
  margin-top: 30px; }

.pain-advice__page .responsive-youtube-video-container {
  padding: 20px; }

.pain-advice__page .responsive-youtube-video {
  position: relative;
  padding-bottom: 56.25%; }
  .pain-advice__page .responsive-youtube-video iframe {
    position: absolute; }

.pain-advice__page .default-page .content-grid--jumbotron ~ .content-grid > .content-grid__section > .content-grid__row:first-child .rte-wrapper {
  max-width: 1302px; }

.pain-advice__page .default-page .content-grid--jumbotron ~ .content-grid > .content-grid__section > .content-grid__row:first-child .rte {
  max-width: 750px; }

.pain-advice__page .article__menu-container .rte-wrapper {
  max-width: 1302px; }

.pain-advice__page .image-as-link {
  text-align: center; }
  .pain-advice__page .image-as-link__image {
    width: auto;
    margin: 0 auto; }

.pain-advice__page .content-grid__row.need-more {
  background-color: #f1f1f4;
  border-radius: 15px 15px 0 0; }

.pain-advice__page .pdp_hotlink {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center; }

@media screen and (min-width: 992px) {
  .pain-advice__page .breadcrumbs {
    top: 40px; }
  .pain-advice__page .rte-wrapper {
    max-width: 750px;
    margin: 0 auto; }
  .pain-advice__page .responsive-youtube-video-container {
    max-width: 1302px;
    margin: 0 auto; }
  .pain-advice__page .pain-advice__article-title {
    font-size: 2.5rem;
    line-height: 1.25em;
    margin-top: 110px; }
  .pain-advice__page .pain-advice__article-description {
    font-size: 1.625rem;
    line-height: 1.308em;
    padding: 90px 0; }
  .pain-advice__page .pain-advice__section-how-to-ease-fever .image-as-link {
    width: 100%;
    margin: -50px -50px 0 0; }
  .pain-advice__page .pain-advice__section-how-to-ease-fever .content-grid__column {
    display: grid;
    max-width: 750px;
    margin: 50px auto 0;
    grid-template-areas: 'title image' 'list image' 'description description';
    grid-template-columns: 350px 1fr;
    grid-template-rows: min-content 1fr 1fr; }
  .pain-advice__page .pain-advice__section-how-to-ease-fever .rte-wrapper:nth-child(2) {
    grid-area: title; }
  .pain-advice__page .pain-advice__section-how-to-ease-fever .image-as-link {
    grid-area: image; }
  .pain-advice__page .pain-advice__section-how-to-ease-fever .rte-wrapper:nth-child(3) {
    grid-area: list; }
  .pain-advice__page .pain-advice__section-how-to-ease-fever .rte-wrapper:nth-child(4) {
    grid-area: description; }
  .pain-advice__page .rte h2:not(.article__menu-title) {
    font-size: 1.875rem;
    line-height: 1.133em; }
  .pain-advice__page p {
    font-size: 1.1875rem;
    line-height: 1.421em;
    margin: 0; }
    .pain-advice__page p + p {
      margin-top: 27px; }
  .pain-advice__page .article__banner .image-as-link {
    max-width: unset; }
  .pain-advice__page .image-as-link {
    max-width: 750px;
    margin: 0 auto; }
  .pain-advice__page .styled-counter-list--small li::before {
    color: #fff; }
  .pain-advice__page .content-grid__row.need-more {
    margin-bottom: 30px; } }

.select-pack-size {
  font-size: 1.1875rem;
  font-weight: 900;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background-color: transparent;
  border: 1px solid #6a7281;
  border-radius: 4px;
  /* stylelint-disable property-no-vendor-prefix */
  -moz-appearance: none;
  -webkit-appearance: none;
  /* stylelint-enable property-no-vendor-prefix */
  appearance: none; }
  .select-pack-size__container {
    padding: 0 20px; }
    .select-pack-size__container label {
      font-size: 1rem;
      line-height: 1.5em; }
  .select-pack-size__wrapper {
    position: relative;
    background-color: #fff; }
    .select-pack-size__wrapper::after {
      font-family: "Font Awesome 5 Free";
      font-size: 1.5rem;
      font-weight: 900;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      content: '\F0D7'; }

@media screen and (min-width: 992px) {
  .select-pack-size {
    height: 60px; }
    .select-pack-size__container {
      padding: 0; }
    .select-pack-size__wrapper::after {
      width: 60px;
      height: 60px; } }

.symptoms-article__title {
  font-size: 1.875rem;
  line-height: 1.333em;
  margin: 0;
  background-color: #f1f1f4; }
  .symptoms-article__title-container {
    justify-content: center;
    background-color: #f1f1f4; }
    .symptoms-article__title-container .rte-wrapper {
      max-width: 992px;
      margin: 0 auto;
      padding: 60px 20px 30px; }

.symptoms-article__introduction-container {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: -15px;
  padding-bottom: 15px;
  background-color: #f1f1f4; }
  .symptoms-article__introduction-container .content-grid__column {
    max-width: 496px; }
    .symptoms-article__introduction-container .content-grid__column:first-child {
      position: relative;
      flex-basis: 40%; }
    .symptoms-article__introduction-container .content-grid__column:last-child {
      flex-basis: 60%; }
    .symptoms-article__introduction-container .content-grid__column + .content-grid__column {
      margin: 0; }
  .symptoms-article__introduction-container .image-as-link {
    position: absolute;
    width: 200%;
    height: 100%;
    transform: translateX(-50%); }
    .symptoms-article__introduction-container .image-as-link__image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center center; }

.symptoms-article__introduction {
  padding-left: 10px;
  list-style: none; }
  .symptoms-article__introduction li {
    display: flex; }
    .symptoms-article__introduction li span {
      line-height: 19px;
      margin-top: 25px; }

.symptoms-article__tips {
  font-size: 1.0625rem;
  line-height: 1.176em;
  max-height: 0;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  list-style: none; }
  .symptoms-article__tips-container {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #f1f1f4; }
    .symptoms-article__tips-container .content-grid__column {
      overflow: hidden;
      background-color: #fff;
      border-radius: 0 0 15px 15px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }
    .symptoms-article__tips-container .rte-wrapper {
      position: relative;
      height: 100%;
      background-color: #fff;
      border-radius: 0 0 15px 15px; }
    .symptoms-article__tips-container .rte {
      position: relative; }
  .symptoms-article__tips li {
    position: relative;
    display: flex;
    padding: 20px 0 0 25px; }
    .symptoms-article__tips li::before {
      font-family: "Font Awesome 5 Free";
      font-size: 1rem;
      position: absolute;
      top: 18px;
      left: 0; }
  .symptoms-article__tips-dos li::before {
    color: #56c2c6;
    content: '\F058'; }
  .symptoms-article__tips-donts li::before {
    color: #cc0018;
    content: '\F057'; }
  .symptoms-article__tips--active {
    max-height: unset;
    margin-bottom: 20px; }
  .symptoms-article__tips-title {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 68px;
    margin: 0;
    background-color: #f1f1f4;
    border: 1px solid #fff;
    border-bottom-color: #f1f1f4; }
    .symptoms-article__tips-title--active {
      background-color: #fff; }
    .symptoms-article__tips-title-container {
      justify-content: center;
      background-color: #f1f1f4; }
      .symptoms-article__tips-title-container .content-grid__column {
        flex-basis: 50%;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }
        .symptoms-article__tips-title-container .content-grid__column:first-child {
          border-radius: 15px 0 0 0; }
        .symptoms-article__tips-title-container .content-grid__column:last-child {
          border-radius: 0 15px 0 0; }
      .symptoms-article__tips-title-container .rte-wrapper {
        background-color: #fff; }
    .symptoms-article__tips-title-dos {
      color: #37a3a7;
      border-radius: 15px 0 0 0; }
    .symptoms-article__tips-title-donts {
      color: #e4052d;
      border-radius: 0 15px 0 0; }

.symptoms-article__question-container {
  background-color: #fff; }
  .symptoms-article__question-container .content-grid__column {
    position: relative;
    max-width: 992px;
    margin: 0 auto;
    padding: 0 20px 0 40px;
    overflow: hidden;
    background-color: #fff; }
    .symptoms-article__question-container .content-grid__column::before {
      position: absolute;
      left: 20px;
      z-index: 2;
      display: inline-block;
      width: 8px;
      height: 42px;
      background-color: #56c2c6;
      border-radius: 4px;
      content: '';
      transform: translateY(calc(25% + 5px)); }
    .symptoms-article__question-container .content-grid__column::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      content: ''; }
  .symptoms-article__question-container--first-item {
    background-color: #f1f1f4; }
    .symptoms-article__question-container--first-item .content-grid__column {
      border-radius: 15px 15px 0 0;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }
    .symptoms-article__question-container--first-item.symptoms-article__question-container--one-item {
      padding-bottom: 30px; }
      .symptoms-article__question-container--first-item.symptoms-article__question-container--one-item .content-grid__column {
        border-radius: 15px; }
    .symptoms-article__question-container--first-item.symptoms-article__question-container--half-white-background {
      margin-bottom: 30px;
      padding-bottom: 0;
      background-image: linear-gradient(to bottom, #f1f1f4 50%, #fff 50%); }
  .symptoms-article__question-container--last-item .content-grid__column {
    padding-bottom: 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }
  .symptoms-article__question-container .accordion {
    position: relative;
    z-index: 2;
    border-top: none;
    border-bottom: 1px solid #f1f1f4; }
    .symptoms-article__question-container .accordion__trigger {
      height: 78px;
      padding: 0; }
      .symptoms-article__question-container .accordion__trigger::after {
        font-size: 1.6em; }
      .symptoms-article__question-container .accordion__trigger--is-open {
        border-bottom: none; }
    .symptoms-article__question-container .accordion__inner {
      color: #707070;
      position: relative;
      z-index: 1;
      padding: 0;
      background-color: #fff; }

.symptoms-article__pain-types-and-causes-container {
  flex-direction: column; }
  .symptoms-article__pain-types-and-causes-container .rte-wrapper {
    padding: 0 20px; }
  .symptoms-article__pain-types-and-causes-container .content-grid__column + .content-grid__column::before {
    display: block;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background-color: #f1f1f4;
    content: '';
    opacity: .31; }

.symptoms-article__pain-types, .symptoms-article__pain-causes {
  margin: 0;
  padding: 0 0 20px;
  list-style: none; }
  .symptoms-article__pain-types li, .symptoms-article__pain-causes li {
    font-size: 1.1875rem;
    line-height: 1.579em; }
    .symptoms-article__pain-types li::before, .symptoms-article__pain-causes li::before {
      font-family: "Font Awesome 5 Free";
      font-size: 0.375rem;
      font-weight: 900;
      color: #cc0018;
      margin-right: 10px;
      content: '\F111';
      transform: translateY(-100%); }

.symptoms-article__pain-causes-title, .symptoms-article__pain-types-title {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0;
  padding: 20px 0; }

.symptoms-article__pain-types-title {
  padding-top: 50px; }

.symptoms-article__information {
  font-size: 1.125rem;
  line-height: 1.444em; }
  .symptoms-article__information-title {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.333em;
    margin: 0; }
  .symptoms-article__information-container--first-item .symptoms-article__information-title {
    padding: 20px 0; }
  .symptoms-article__information-container--first-item .rte-wrapper:first-child {
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.12); }
  .symptoms-article__information-container .rte-wrapper {
    padding: 0 20px;
    background-color: #f1f1f4; }
    .symptoms-article__information-container .rte-wrapper:last-child {
      padding-bottom: 50px; }
  .symptoms-article__information-container .rte {
    max-width: 992px;
    margin: 0 auto; }
  .symptoms-article__information-container p:not(.symptoms-article__information-title) {
    margin: 0; }
  .symptoms-article__information-container .styled-list a,
  .symptoms-article__information-container .styled-list li {
    word-break: break-word; }

.symptoms-article__links-container {
  position: relative;
  justify-content: center;
  margin-top: 20px; }
  .symptoms-article__links-container::before {
    position: absolute;
    top: -20px;
    display: block;
    width: 100%;
    height: calc((50% + 20px));
    background-color: #f1f1f4;
    content: ''; }
  .symptoms-article__links-container__link-icon {
    position: absolute;
    top: -20px;
    display: block;
    width: 100%;
    height: calc(50% + 20px);
    background-color: #f1f1f4;
    content: ''; }
  .symptoms-article__links-container .content-grid__column {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16); }
    .symptoms-article__links-container .content-grid__column:first-child {
      display: none; }
    .symptoms-article__links-container .content-grid__column:last-child {
      border-radius: 15px; }
  .symptoms-article__links-container .rte-wrapper {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    background-color: #fff; }
  .symptoms-article__links-container .rte {
    display: flex;
    height: 100%; }
  .symptoms-article__links-container .article-link__wrapper {
    display: flex; }
  .symptoms-article__links-container .article-link__link-icon {
    flex: 0 0 75px;
    margin: 0;
    overflow: hidden; }
    .symptoms-article__links-container .article-link__link-icon a {
      color: transparent;
      display: flex;
      width: 100%;
      height: 100%; }
      .symptoms-article__links-container .article-link__link-icon a::before, .symptoms-article__links-container .article-link__link-icon a::after {
        font-family: "Font Awesome 5 Free";
        font-size: 3.125rem;
        font-weight: 900;
        color: #707070;
        display: flex;
        flex: 0 0 75px;
        align-items: center;
        justify-content: center; }
      .symptoms-article__links-container .article-link__link-icon a:hover::before, .symptoms-article__links-container .article-link__link-icon a:hover::after {
        color: #e4052d; }
  .symptoms-article__links-container .article-link__prev .article-link__link-icon {
    order: -1; }
  .symptoms-article__links-container .article-link__prev .article-link__link-icon a {
    justify-content: flex-end; }
    .symptoms-article__links-container .article-link__prev .article-link__link-icon a::after {
      border-right: 1px solid #f1f1f4;
      content: '\F053'; }
  .symptoms-article__links-container .article-link__prev .article-link__link-text {
    text-align: right; }
  .symptoms-article__links-container .article-link__next .article-link__link-icon a {
    justify-content: flex-start; }
    .symptoms-article__links-container .article-link__next .article-link__link-icon a::before {
      border-left: 1px solid #f1f1f4;
      content: '\F054'; }
  .symptoms-article__links-container .article-link__link-text {
    width: 100%;
    padding: 25px; }
  .symptoms-article__links-container .article-link__link-title {
    font-size: 19px;
    font-weight: 900;
    line-height: 34px;
    color: #e4052d;
    text-transform: uppercase;
    margin: 0; }
    .symptoms-article__links-container .article-link__link-title a {
      color: #e4052d; }
  .symptoms-article__links-container .article-link__article-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
    color: #243045;
    margin: 0; }
    .symptoms-article__links-container .article-link__article-title a {
      color: #243045; }

.symptoms-article__flexible-image-container .image-as-link {
  text-align: center;
  padding: 20px;
  background-color: #f1f1f4; }
  .symptoms-article__flexible-image-container .image-as-link__image {
    width: auto;
    max-width: 100%;
    margin: 0 auto; }

.symptoms-page .content-grid__column + .content-grid__column {
  margin: 0; }

@media screen and (min-width: 768px) {
  .symptoms-article__tips-container .content-grid__column--size-6, .symptoms-article__links-container .content-grid__column--size-6 {
    flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  .symptoms-article__title {
    font-size: 2.5rem;
    line-height: 1.35em; }
  .symptoms-article__introduction-container .image-as-link {
    width: 100%;
    padding: 0 100px;
    transform: none; }
    .symptoms-article__introduction-container .image-as-link__image {
      width: 100%;
      object-fit: contain;
      object-position: center center; }
  .symptoms-article__introduction li {
    position: relative;
    min-height: 86px;
    padding-left: 27px;
    overflow: hidden; }
    .symptoms-article__introduction li span {
      font-size: 1.1875rem;
      line-height: 1.211em;
      display: inline-block;
      max-width: 350px;
      margin: 0 0 0 47px;
      padding: 20px 0; }
    .symptoms-article__introduction li::before {
      display: block;
      flex: 0 0 1px;
      width: 1px;
      margin: 0;
      background-color: #afdce0;
      content: ''; }
    .symptoms-article__introduction li:first-child::before {
      transform: translateY(50%); }
    .symptoms-article__introduction li:last-child::before {
      transform: translateY(-50%); }
    .symptoms-article__introduction li::after {
      position: absolute;
      top: 15px;
      left: 0;
      display: block;
      width: 54px;
      height: 54px;
      background-color: #a3d9dc;
      border-radius: 27px;
      content: '';
      opacity: .83; }
  .symptoms-article__tips {
    max-height: unset;
    margin-bottom: 25px;
    padding: 0; }
    .symptoms-article__tips-container {
      flex-direction: row; }
      .symptoms-article__tips-container .content-grid__column {
        flex-basis: 50%;
        max-width: 496px; }
        .symptoms-article__tips-container .content-grid__column:first-child {
          padding-left: 60px;
          border-radius: 0 0 0 15px; }
        .symptoms-article__tips-container .content-grid__column:last-child {
          padding-right: 60px;
          border-radius: 0 0 15px 0; }
        .symptoms-article__tips-container .content-grid__column + .content-grid__column {
          border-left: 1px solid #f1f1f4; }
      .symptoms-article__tips-container .rte-wrapper {
        padding-left: 35px;
        border-radius: 0; }
    .symptoms-article__tips-title {
      text-align: left;
      padding-left: 35px;
      background-color: #fff;
      border: none; }
      .symptoms-article__tips-title-dos {
        padding-left: 95px; }
      .symptoms-article__tips-title-container .content-grid__column {
        max-width: 496px; }
        .symptoms-article__tips-title-container .content-grid__column + .content-grid__column {
          border-left: 1px solid #f1f1f4; }
  .symptoms-article__question-container .content-grid__column {
    padding-right: 100px;
    padding-left: 145px; }
    .symptoms-article__question-container .content-grid__column::before {
      left: 100px; }
  .symptoms-article__pain-types-and-causes-container {
    flex-direction: row;
    justify-content: center;
    padding: 25px 0; }
    .symptoms-article__pain-types-and-causes-container .content-grid__column {
      max-width: 300px; }
      .symptoms-article__pain-types-and-causes-container .content-grid__column:first-child .rte-wrapper {
        padding-right: 45px; }
      .symptoms-article__pain-types-and-causes-container .content-grid__column:first-child .rte {
        margin: 0 auto; }
      .symptoms-article__pain-types-and-causes-container .content-grid__column:last-child .rte-wrapper {
        padding-left: 45px; }
      .symptoms-article__pain-types-and-causes-container .content-grid__column + .content-grid__column {
        border-left: 1px solid rgba(112, 112, 112, 0.31); }
  .symptoms-article__pain-causes-title, .symptoms-article__pain-types-title {
    font-size: 1.25rem;
    padding-top: 30px; }
  .symptoms-article__information {
    font-size: 1.1875rem;
    line-height: 1.421em; }
    .symptoms-article__information-title {
      font-size: 1.875rem;
      line-height: 1.667em; }
    .symptoms-article__information-container--first-item .symptoms-article__information-title {
      padding: 0; }
    .symptoms-article__information-container--first-item .rte-wrapper:first-child {
      padding-top: 50px;
      box-shadow: none; }
    .symptoms-article__information a {
      font-weight: 900;
      text-decoration: underline; }
  .symptoms-article__links-container {
    margin: 0 auto; }
    .symptoms-article__links-container .content-grid__column--size-6 {
      flex-basis: 50%;
      max-width: 496px; }
    .symptoms-article__links-container .content-grid__column:first-child {
      display: flex;
      border-radius: 15px 0 0 15px; }
    .symptoms-article__links-container .content-grid__column:last-child {
      border-radius: 0 15px 15px 0; }
    .symptoms-article__links-container .article-link__link-icon {
      flex: 0 0 110px; }
      .symptoms-article__links-container .article-link__link-icon a::before, .symptoms-article__links-container .article-link__link-icon a::after {
        flex: 0 0 110px; }
    .symptoms-article__links-container .article-link__prev .rte {
      padding-right: 100px; }
    .symptoms-article__links-container .article-link__next .rte {
      padding-left: 100px; } }

.category-carousel {
  margin: 0 auto;
  padding: 40px 0 120px; }
  .category-carousel .carousel__item--description .category-carousel__background {
    display: none; }
  .category-carousel .carousel-item {
    position: relative;
    height: 100%; }
    .category-carousel .carousel-item__background-image {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 9;
      width: 120px;
      max-width: 50%;
      max-height: 370px;
      object-fit: contain;
      object-position: right; }
    .category-carousel .carousel-item__content-wrapper {
      padding: 15px 0 0; }
    .category-carousel .carousel-item__content {
      width: 90%;
      padding: 20px; }
      .category-carousel .carousel-item__content-header {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.25rem;
        color: #243045;
        text-transform: uppercase;
        margin: 0; }
      .category-carousel .carousel-item__content p {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        font-size: 1.25rem;
        color: #243045;
        margin: 0; }
      .category-carousel .carousel-item__content-image {
        justify-content: flex-start;
        padding: 0; }
      .category-carousel .carousel-item__content .carousel-item__btn {
        display: none; }
    .category-carousel .carousel-item__image {
      width: 100%;
      height: 150px;
      max-width: 150px;
      margin-bottom: 0;
      margin-left: 20px;
      object-fit: contain; }
    .category-carousel .carousel-item > .carousel-item__btn {
      color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%; }
  .category-carousel .carousel__prev-slide-btn, .category-carousel .carousel__next-slide-btn {
    color: #243045;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none; }
    .category-carousel .carousel__prev-slide-btn::after, .category-carousel .carousel__next-slide-btn::after {
      display: inline-block;
      width: 32px;
      height: 32px; }
    .category-carousel .carousel__prev-slide-btn span, .category-carousel .carousel__next-slide-btn span {
      display: none; }
    .category-carousel .carousel__prev-slide-btn--inactive, .category-carousel .carousel__next-slide-btn--inactive {
      background-color: transparent;
      border: none; }
  .category-carousel .carousel__prev-slide-btn::after {
    content: url(/static/icons/arrow.svg);
    transform: rotateY(180deg); }
  .category-carousel .carousel__prev-slide-btn--inactive::after {
    content: url(/static/icons/disabled_arrow.svg);
    transform: unset; }
  .category-carousel .carousel__next-slide-btn::after {
    content: url(/static/icons/arrow.svg);
    transform: unset; }
  .category-carousel .carousel__next-slide-btn--inactive::after {
    content: url(/static/icons/disabled_arrow.svg);
    transform: rotateY(180deg); }
  .category-carousel .carousel-navigation {
    display: none; }
  .category-carousel .carousel .slider-slide {
    height: 335px !important;
    max-width: 100%;
    padding: 0; }
  .category-carousel .carousel .slider-control-centerleft, .category-carousel .carousel .slider-control-centerright {
    position: absolute;
    top: unset !important;
    bottom: -100px; }
  .category-carousel .carousel .slider-control-centerleft {
    right: 50%;
    left: unset !important;
    margin-right: 4px; }
  .category-carousel .carousel .slider-control-centerright {
    left: 50%;
    margin-left: 4px; }
  .category-carousel .carousel .carouse-select-steps {
    display: none; }
  .category-carousel__background {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 15px; }
    .category-carousel__background--core {
      background-color: #5f9cd8; }
    .category-carousel__background--plus {
      background-color: #f36c64; }
    .category-carousel__background--express {
      background-color: #56c2c6; }
    .category-carousel__background--pain {
      background-color: #52b784; }
    .category-carousel__background--migraine {
      background-color: #ad88d3; }
    .category-carousel__background--children {
      background-color: #fc0; }
    .category-carousel__background--nuromol {
      background-color: #ffa400; }
    .category-carousel__background--period {
      background-color: #ff6c94; }
    .category-carousel__background--cold {
      background-color: #5abbeb; }
  .category-carousel .rte-wrapper {
    max-width: unset;
    padding: 0 25px; }
    .category-carousel .rte-wrapper .rte .articles-carousel__title {
      font-size: 1.75rem; }

@media screen and (min-width: 480px) {
  .category-carousel .carousel-item__background-image {
    width: 43%; }
  .category-carousel .carousel-item__image {
    height: 200px;
    max-width: 270px; }
  .category-carousel .carousel-item__content {
    width: 57%;
    padding: 30px 30px 0 30px; }
  .category-carousel .carousel .slider-slide {
    height: 430px !important; } }

@media screen and (min-width: 992px) {
  .category-carousel {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 120px; }
    .category-carousel .carousel-item__background-image {
      width: 43%;
      max-width: 275px;
      max-height: 370px;
      object-fit: contain; }
    .category-carousel .carousel-item__content-image {
      display: flex;
      width: 53%; }
    .category-carousel .carousel-item__image {
      flex: 1 1;
      height: auto;
      max-height: 180px; }
    .category-carousel .carousel-item__content-wrapper {
      padding: 30px 0; }
    .category-carousel .carousel-item__content {
      width: 57%; }
    .category-carousel .slider-slide {
      max-width: 700px; }
    .category-carousel .rte-wrapper .rte .articles-carousel__title {
      font-size: 2.5rem; } }

@media screen and (min-width: 1200px) {
  .category-carousel .carousel-item__content-image {
    padding: 0 0 0 30px; } }

@media screen and (min-width: 1400px) {
  .category-carousel .carousel-item__content-image {
    width: auto; } }

.timeline-carousel-container {
  margin-bottom: 100px;
  padding: 50px 20px;
  background-color: #f1f1f4;
  border-radius: 15px 15px 0 0; }

.timeline-carousel .carousel-item {
  width: 100%; }
  .timeline-carousel .carousel-item__content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
  .timeline-carousel .carousel-item__content {
    width: 100%;
    padding-top: 30px;
    padding-right: 0; }
  .timeline-carousel .carousel-item__image {
    align-self: center; }
  .timeline-carousel .carousel-item__content-image {
    width: 100%;
    padding: 0 40px; }
  .timeline-carousel .carousel-item__content-header {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 2.25rem;
    color: #000;
    margin: 0; }
  .timeline-carousel .carousel-item__description {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1rem;
    color: #000; }

.timeline-carousel .carousel__title {
  font-size: 2.1875rem;
  color: #000;
  margin-bottom: 50px;
  font-family: NurofenText;
  color: #243045;
  font-weight: 900; }

.timeline-carousel .carousel-navigation {
  justify-content: space-between;
  width: 100%;
  padding: 0; }
  .timeline-carousel .carousel-navigation__title {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    color: #000;
    position: relative;
    cursor: pointer; }
    .timeline-carousel .carousel-navigation__title::before {
      position: absolute;
      top: -32px;
      left: 50%;
      width: 6px;
      height: 6px;
      background-color: #000;
      border-radius: 100%;
      content: '';
      transform: translateX(-50%); }
    .timeline-carousel .carousel-navigation__title--active::before {
      top: -35px;
      width: 14px;
      height: 14px; }

.timeline-carousel .carousel .artices-carousel__item {
  padding: 0 40px; }

.timeline-carousel .carousel .carouse-select-steps {
  display: none; }

.timeline-carousel .carousel .slider .slider-control-centerleft,
.timeline-carousel .carousel .slider .slider-control-centerright {
  display: none; }

.timeline-carousel .carousel .slider .slider-control-bottomcenter {
  position: relative !important;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  border-top: 6px solid #dad8d8; }

@media screen and (min-width: 992px) {
  .timeline-carousel {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 90px 40px 40px; }
    .timeline-carousel .carousel-item__content-wrapper {
      flex-direction: row-reverse; }
    .timeline-carousel .carousel-item__content {
      width: 40%;
      padding-top: 0;
      padding-right: 50px; }
    .timeline-carousel .carousel-item__content-image {
      width: 60%;
      padding: 0; }
    .timeline-carousel .carousel-item__content-header {
      font-size: 2.8125rem; }
    .timeline-carousel .carousel-item__image {
      max-width: 70%;
      object-fit: contain; }
    .timeline-carousel .carousel__title {
      font-size: 3.75rem;
      margin-bottom: 70px; }
    .timeline-carousel .carousel-navigation {
      padding: 0 200px; }
    .timeline-carousel .carousel .slider .slider-control-bottomcenter {
      margin-top: 60px; } }

.scroll-to-section .rte-wrapper {
  padding: 0 15px; }
  .scroll-to-section .rte-wrapper .rte {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    border-top: 4px solid #dad8d8; }
    .scroll-to-section .rte-wrapper .rte p {
      position: relative;
      margin: 20px; }
      .scroll-to-section .rte-wrapper .rte p::before {
        position: absolute;
        top: -25px;
        right: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 100%;
        content: ''; }
      .scroll-to-section .rte-wrapper .rte p a {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        font-size: 1.1875rem; }

@media screen and (min-width: 992px) {
  .scroll-to-section .rte-wrapper {
    padding: 0 40px; }
    .scroll-to-section .rte-wrapper .rte p {
      margin: 20px 50px; } }

.top-tips {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 830px;
  padding: 50px 0;
  background-color: #ffa400;
  border-radius: 15px 15px 0 0; }
  .top-tips .nurofen-article-carousel {
    width: 100%; }
  .top-tips .articles-carousel {
    height: 550px; }
    .top-tips .articles-carousel__item-text.link::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }
    .top-tips .articles-carousel__item-text h1 {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.1875rem;
      color: #243045;
      text-transform: none; }
    .top-tips .articles-carousel__item-details-wrapper {
      min-height: 195px;
      margin-top: -20px;
      padding: 20px 30px;
      background-color: #fff;
      border-radius: 15px 0 15px 15px; }
    .top-tips .articles-carousel__item-image {
      width: 100%;
      height: 230px;
      background-color: #fff;
      border: 2px solid #fff;
      border-radius: 15px 15px 0 0;
      object-fit: cover; }
    .top-tips .articles-carousel__item-description {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 0.875rem;
      color: #767676; }
    .top-tips .articles-carousel__item-content {
      position: relative;
      justify-content: center;
      max-width: 100%;
      max-height: 420px; }
    .top-tips .articles-carousel .artices-carousel__item {
      padding: 0; }
    .top-tips .articles-carousel__title-rte {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 2.125rem;
      line-height: 1em;
      color: #243045;
      padding: 0 25px; }
    .top-tips .articles-carousel__prev-slide-btn, .top-tips .articles-carousel__next-slide-btn {
      color: #383b3f;
      border-color: #383b3f; }
    .top-tips .articles-carousel__prev-slide-btn--inactive, .top-tips .articles-carousel__next-slide-btn--inactive {
      color: #e69c15;
      border-color: #e69c15; }
  .top-tips .rte-wrapper {
    width: 100%; }
  .top-tips .slider-control-bottomcenter {
    display: block;
    margin-top: -60px; }
  .top-tips .button-link {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    padding: 15px 30px;
    background-color: #243045;
    border-radius: 30px; }
  .top-tips .content-grid__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .top-tips .artices-carousel__item {
    width: 100%; }
  .top-tips .slider-list {
    cursor: auto !important; }

@media screen and (min-width: 992px) {
  .top-tips .content-grid__column {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
    .top-tips .content-grid__column .artices-carousel__item {
      width: unset; }
  .top-tips .articles-carousel .artices-carousel__item {
    padding: 0 20px; }
  .top-tips .articles-carousel__title-rte {
    font-size: 2.5rem;
    padding: 0 0 0 40px; } }

@media screen and (min-width: 1200px) {
  .top-tips {
    min-height: 790px; }
    .top-tips .articles-carousel {
      height: 550px; }
      .top-tips .articles-carousel__title-rte {
        margin: 0 0 -40px 0;
        padding: 0 0 0 70px; }
      .top-tips .articles-carousel__item-content {
        max-width: unset;
        max-height: unset; }
    .top-tips-details-wrapper {
      padding: 40px 30px; }
    .top-tips .button-link {
      margin-top: 20px; }
    .top-tips .slider {
      height: 100% !important; }
    .top-tips .slider-control-bottomcenter {
      display: none; }
    .top-tips .slider-list {
      display: flex !important;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      height: 100% !important; }
    .top-tips .slider-slide {
      position: static !important; }
    .top-tips .nurofen-article-carousel {
      padding: 0 30px; } }

.ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.retailers {
  padding: 20px; }
  .retailers .promotion-row__view-switch, .retailers .promotion-row__description {
    display: none; }
  .retailers .promotion-row__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .retailers .promotion-row__title {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.875rem;
    color: #243045; }
  .retailers .promotion {
    display: flex;
    margin: 15px 0; }
    .retailers .promotion.promotion--col-4 {
      display: flex; }
    .retailers .promotion__details {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      padding: 0 5px;
      border: 2px solid #f1f1f4;
      border-radius: 15px; }
    .retailers .promotion__details-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: calc(50% + 10px);
      margin-top: 0;
      margin-left: -10px;
      background-color: #f1f1f4;
      border: 2px solid #f1f1f4;
      border-radius: 0 15px 15px 0; }
    .retailers .promotion__image {
      padding: 20px;
      background-color: #fff;
      border-radius: 15px 15px 0 0; }
    .retailers .promotion__name {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 1.125rem;
      color: #243045;
      padding: 30px 0 20px; }
    .retailers .promotion__link-wrapper {
      width: 90%;
      padding: 0 0 30px; }
      .retailers .promotion__link-wrapper .button-link {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.0625rem;
        color: #243045;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
        white-space: nowrap;
        background-color: #fff;
        border: 2px solid #dad8d8;
        border-radius: 28px; }

@media screen and (min-width: 992px) {
  .retailers {
    padding: 50px 20px 80px; }
    .retailers .content-grid__column {
      max-width: 1400px;
      margin-right: auto;
      margin-left: auto; }
    .retailers .promotion-row__wrapper {
      flex-direction: row; }
    .retailers .promotion-row__title {
      font-size: 2.5rem; }
    .retailers .promotion-row .promotion {
      display: unset;
      margin: 15px 20px; }
      .retailers .promotion-row .promotion.promotion--col-4 {
        flex-direction: column; }
      .retailers .promotion-row .promotion__image {
        padding: 50px; }
      .retailers .promotion-row .promotion__details {
        justify-content: space-between;
        width: unset;
        padding: 0 5px;
        border: 2px solid #f1f1f4;
        border-radius: 15px 15px 0 0; }
      .retailers .promotion-row .promotion__details-info {
        position: relative;
        width: unset;
        margin-top: -10px;
        margin-left: unset;
        border-radius: 15px 0 15px 15px; }
      .retailers .promotion-row .promotion__link-wrapper .button-link {
        padding: 15px 60px; } }

.filter-list-child-pages .list-child-pages__filtering-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }

.filter-list-child-pages .list-child-pages__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0; }

.filter-list-child-pages .list-child-pages__title {
  font-family: NurofenText;
  color: #243045;
  font-weight: 900;
  font-size: 1.875rem;
  width: 100%;
  padding: 0 20px; }

.filter-list-child-pages .list-child-pages__input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px;
  border: 1px solid #6a7281;
  border-radius: 30px; }
  .filter-list-child-pages .list-child-pages__input input {
    display: none; }
    .filter-list-child-pages .list-child-pages__input input:checked ~ label {
      color: #000; }

.filter-list-child-pages .list-child-pages__label {
  font-family: NurofenText;
  color: #243045;
  font-weight: 900;
  font-size: 1.125rem;
  color: #6a7281;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 5px 0 0; }
  .filter-list-child-pages .list-child-pages__label:hover {
    cursor: pointer; }

.filter-list-child-pages .list-child-pages__content-row .slider-control-bottomcenter {
  position: static !important;
  z-index: 9;
  margin: 0 0 30px;
  background: white;
  transform: none !important; }

.filter-list-child-pages .slider {
  height: 100% !important; }

.filter-list-child-pages .slider-slide {
  padding: 0 20px; }
  .filter-list-child-pages .slider-slide div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }

.filter-list-child-pages .carousel-item__image {
  width: auto;
  height: 100%;
  max-height: 240px; }

.filter-list-child-pages .carousel-item__content-header h2 {
  font-family: NurofenText;
  color: #243045;
  font-weight: 900;
  font-size: 1.125rem; }

.filter-list-child-pages .carousel-item__content-header p {
  font-family: NurofenText;
  color: #243045;
  font-weight: 500;
  font-size: 1.1875rem; }

@media screen and (min-width: 480px) {
  .filter-list-child-pages .list-child-pages__wrapper {
    flex-direction: row;
    justify-content: center;
    max-width: 100%; }
  .filter-list-child-pages .list-child-pages__input {
    width: 163px;
    margin: 0 10px; } }

@media screen and (min-width: 992px) {
  .filter-list-child-pages {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px; }
    .filter-list-child-pages .list-child-pages__title {
      width: unset;
      padding: unset; }
    .filter-list-child-pages .list-child-pages__filtering-row {
      flex-direction: row;
      margin: 60px 0; }
    .filter-list-child-pages .list-child-pages__wrapper {
      margin: 0; }
    .filter-list-child-pages .list-child-pages__input {
      width: 230px;
      margin: 10px 20px; }
    .filter-list-child-pages .list-child-pages__content-row .slider-control-bottomcenter {
      padding-top: 40px; }
    .filter-list-child-pages .slider-slide {
      padding: 0 40px; } }

.all-products-button .content-grid__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px; }
  .all-products-button .content-grid__column .button-link {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.125rem;
    color: white;
    text-transform: uppercase;
    padding: 15px 20px; }

.pdp_hotlink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px; }
  .pdp_hotlink a {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.25rem;
    color: #243045; }

/* import pages styles
************************************************************** */
.pdp-page .page-container {
  margin-top: 60px; }
  .pdp-page .page-container .recently-viewed {
    background-color: #f1f1f4; }
    .pdp-page .page-container .recently-viewed .articles-carousel__prev-slide-btn--inactive, .pdp-page .page-container .recently-viewed .articles-carousel__next-slide-btn--inactive {
      color: #e5e5e5;
      border-color: #e5e5e5; }
  .pdp-page .page-container .category-carousel h2 {
    padding: 0 20px; }
  .pdp-page .page-container .carousel-item__content .carousel-item__content-header {
    padding: 0; }

.pdp-page .breadcrumbs {
  top: 15px;
  left: 20px; }

@media screen and (min-width: 992px) {
  .pdp-page .page-container {
    margin-top: 80px; }
    .pdp-page .page-container .category-carousel h2 {
      padding: 0 30px; }
  .pdp-page .breadcrumbs {
    top: 30px;
    left: 0;
    width: unset;
    max-width: 1400px;
    padding: 0 68px; } }

.pain-advice__main-page .carousel-banner {
  height: 477px;
  background-color: #56c2c6; }
  .pain-advice__main-page .carousel-banner .carousel {
    padding: 0; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__content {
      flex: 1 1 50%;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      height: 50%;
      padding: 30px; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-wrapper {
        flex-direction: column; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-image {
        position: static;
        flex: 1 1 50%;
        width: 100%;
        height: 50%;
        max-height: 50%;
        margin: 0;
        background-color: #f6decc; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-header {
        font-size: 2.125rem;
        line-height: 1.176em;
        width: 210px; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__description p {
      font-size: 1.1875rem;
      line-height: 1.263em;
      display: none;
      margin: 10px 0; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__image {
      width: 100%;
      height: 100%;
      max-width: unset;
      object-fit: cover; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__btn {
      font-size: 1.125rem;
      font-weight: 900;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0 30px;
      background-color: #243045;
      border: 1px solid #243045;
      border-radius: 25px; }

@media screen and (min-width: 480px) {
  .pain-advice__main-page .carousel-banner .carousel .carousel-item__image {
    object-fit: contain; } }

@media screen and (min-width: 992px) {
  .pain-advice__main-page .carousel-banner {
    height: 410px;
    background: linear-gradient(to right, #56c2c6 60%, #f8e0cf 40%); }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__content {
      flex: 1 1 40%;
      width: 100%;
      height: 100%;
      margin-top: 30px; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-wrapper {
        flex-direction: row-reverse;
        max-width: 1302px;
        margin: 0 auto; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-image {
        flex: 1 1 60%;
        height: 100%;
        max-height: unset;
        background-color: transparent; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-header {
        font-size: 2.5rem;
        line-height: 1.125em;
        width: 66%;
        max-width: 250px; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__description p {
      display: block; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__image {
      width: 100%;
      height: 100%;
      max-width: unset;
      object-fit: cover;
      object-position: 0 0; } }

.article-list {
  padding: 0;
  background-color: #f1f1f4; }
  .article-list .grid-wrapper {
    background-color: unset; }
  .article-list .list-child-pages__grid {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto; }
  .article-list .list-child-pages__grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
    overflow: hidden;
    background-color: #fff;
    border: none;
    border-radius: 15px; }
    .article-list .list-child-pages__grid-item-image {
      width: 100%;
      max-height: 275px;
      object-fit: cover; }
    .article-list .list-child-pages__grid-item-title {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.1875rem;
      line-height: 1.21em;
      margin-top: -15px;
      padding: 40px 20px 10px;
      background-color: #fff;
      border-radius: 15px 0 0 0; }
    .article-list .list-child-pages__grid-item-description {
      padding: 0 20px 40px; }
      .article-list .list-child-pages__grid-item-description p {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.4285em;
        color: #767676;
        margin: 0; }
      .article-list .list-child-pages__grid-item-description .article-label {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 0.875rem;
        color: #fff;
        text-transform: capitalize;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 37px;
        min-width: 120px;
        padding: 3px 10px 0;
        background-color: #243045;
        border-radius: 0 0 15px 0;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12); }
    .article-list .list-child-pages__grid-item-link {
      display: none; }
  .article-list .list-child-pages__content-row {
    margin-bottom: 40px;
    padding: 0 25px; }
    .article-list .list-child-pages__content-row .row {
      margin: 0 auto; }

@media screen and (min-width: 992px) {
  .article-list .list-child-pages__grid {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 1302px; }
    .article-list .list-child-pages__grid-item {
      flex: 1 1;
      height: 500px;
      max-width: 370px;
      min-width: calc((100% - 60px) / 3);
      margin: 0 10px 30px 10px; }
      .article-list .list-child-pages__grid-item-title {
        padding: 40px 40px 10px; }
      .article-list .list-child-pages__grid-item-description {
        padding: 0 40px 40px; }
        .article-list .list-child-pages__grid-item-description .category {
          font-size: 0.9375rem; }
  .article-list .list-child-pages__content-row {
    margin-bottom: 75px;
    padding: 0; } }

.pain-advice__main-page .breadcrumbs {
  top: 248px;
  left: 0;
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px; }

.pain-advice__main-page .content-grid__section {
  background-color: #f1f1f4; }

.pain-advice__main-page .categories {
  background-color: #f1f1f4; }

.pain-advice__main-page .filters__open-button {
  background-color: #f1f1f4;
  border: 1px solid #6a7281; }

.pain-advice__main-page .carousel-category {
  background-color: #fff; }

.pain-advice__main-page .list-child-pages__search-col {
  display: none; }

.pain-advice__main-page.all-products-page .list-child-pages__filtering-row {
  display: none; }

@media screen and (min-width: 992px) {
  .pain-advice__main-page .breadcrumbs {
    top: 45px; }
  .pain-advice__main-page .carousel-banner {
    margin-top: 0; }
    .pain-advice__main-page .carousel-banner ~ .content-grid__row:not(.categories) {
      padding: 0 30px; }
  .pain-advice__main-page .grid-wrapper {
    max-width: 1302px; }
  .pain-advice__main-page .content-grid__column + .content-grid__column {
    margin-left: 0; } }

.sitemap__page-body {
  width: 100%;
  height: 130px;
  background-color: #5abbeb; }

.sitemap .page-body__content {
  padding: 20px; }
  .sitemap .page-body__content p {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.875rem;
    color: #243045;
    text-transform: uppercase; }

.sitemap__node {
  width: 100%;
  margin-top: -10px;
  padding: 0 40px 20px;
  background-color: #fff;
  border-radius: 15px 15px 0 0; }
  .sitemap__node-item {
    width: 100%;
    margin: 0 auto;
    list-style-type: none; }
  .sitemap__node-link {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding-top: 10px; }
    .sitemap__node-link::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #e4052d;
      border-radius: 2px;
      content: ''; }
    .sitemap__node-link span {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1rem; }
  .sitemap__node--lvl1 {
    margin: 0;
    padding: 0; }
    .sitemap__node--lvl1 .link {
      text-transform: none;
      margin: 0 0 0 20px;
      border-top: none; }
      .sitemap__node--lvl1 .link::after {
        content: none; }
      .sitemap__node--lvl1 .link span {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        color: #6a7281; }

@media screen and (min-width: 992px) {
  .sitemap__page-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 340px;
    padding-top: 30px;
    background-color: #5abbeb; }
  .sitemap-page .breadcrumbs {
    top: 120px;
    left: 30px; }
  .sitemap .page-body__content {
    width: 1180px;
    margin: 0 auto;
    padding: 0 30px; }
    .sitemap .page-body__content p {
      font-size: 2.5rem; }
  .sitemap__node {
    padding: 40px 0; }
    .sitemap__node-link span {
      font-size: 1.25rem; }
    .sitemap__node-item {
      width: 1180px;
      padding: 0 30px; }
    .sitemap__node--lvl1 {
      padding: 0; }
      .sitemap__node--lvl1 .link span {
        font-size: 1.125rem; } }

.products-page .page-container {
  margin: 80px auto 0; }
  .products-page .page-container .breadcrumbs {
    left: 20px; }

.products-page.all-products-page .list-child-pages__filtering-row {
  display: none; }

@media screen and (min-width: 992px) {
  .products-page .page-container {
    margin: 115px auto 0; }
    .products-page .page-container .breadcrumbs {
      top: 110px;
      left: 0;
      margin-right: auto;
      margin-left: auto; }
  .products-page .filters {
    position: absolute;
    top: -82px;
    right: 0;
    justify-content: flex-end;
    width: 160px;
    margin: unset; }
    .products-page .filters__modal {
      width: 336px; } }

@media screen and (min-width: 1200px) {
  .products-page .carousel-banner {
    height: 410px; }
    .products-page .carousel-banner .carousel .carousel-item__image {
      height: 416px;
      margin-bottom: 0;
      object-fit: cover; }
    .products-page .carousel-banner .carousel .carousel-item__content-image {
      margin-bottom: 32px; } }

.children-page .carousel-banner {
  background-color: #fc0; }
  .children-page .carousel-banner .carousel-item__description {
    display: none; }

.children-page .top-tips {
  background-color: #f1f1f4; }
  .children-page .top-tips .button-link {
    color: #243045;
    background-color: transparent; }
  .children-page .top-tips .articles-carousel__prev-slide-btn--inactive,
  .children-page .top-tips .articles-carousel__next-slide-btn--inactive {
    color: #6a7281;
    border-color: #6a7281; }

.children-page .dosage-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff; }
  .children-page .dosage-section .content-grid__column {
    display: flex;
    flex-direction: column;
    max-width: 100%; }
    .children-page .dosage-section .content-grid__column:first-child {
      align-items: center;
      padding: 20px 20px 60px; }
      .children-page .dosage-section .content-grid__column:first-child p {
        text-align: right; }
    .children-page .dosage-section .content-grid__column:last-child {
      margin-top: -10px;
      margin-bottom: 30px;
      padding: 20px;
      background-color: #fc0;
      border-radius: 15px 15px 0 0; }
    .children-page .dosage-section .content-grid__column .rte-wrapper p {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 2.5rem;
      line-height: 1;
      color: #243045;
      text-transform: uppercase; }
    .children-page .dosage-section .content-grid__column .button-link {
      font-size: 1.125rem;
      font-weight: 900;
      color: #fff;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 300px;
      margin: 15px 50px 0;
      padding: 14px 0;
      background-color: #243045;
      border-radius: 25px; }
    .children-page .dosage-section .content-grid__column .Collapsible__trigger {
      background-color: #fc0;
      border-bottom: none; }
    .children-page .dosage-section .content-grid__column .Collapsible__text,
    .children-page .dosage-section .content-grid__column .Collapsible__contentInner p {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.5rem;
      color: #243045;
      text-transform: none; }
    .children-page .dosage-section .content-grid__column .Collapsible.accordion {
      padding: 10px 0;
      border-top: none;
      border-bottom: 1px solid #000; }
      .children-page .dosage-section .content-grid__column .Collapsible.accordion:last-child {
        border-bottom: none; }
    .children-page .dosage-section .content-grid__column .Collapsible .accordion__inner .rte-wrapper {
      margin-top: 0; }

.children-page .page-container {
  margin: 80px auto 0; }

.children-page .nurofen-list-child-pages a {
  font-size: 1.125rem;
  line-height: 1.222em;
  text-transform: uppercase; }
  .children-page .nurofen-list-child-pages a span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: none;
    display: block; }

.children-page .children-products-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  .children-page .children-products-navigation .content-grid__column--size-6 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .children-page .children-products-navigation h3 {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.875rem;
    width: 100%;
    padding: 0 20px; }
  .children-page .children-products-navigation__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0; }
    .children-page .children-products-navigation__links p {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 163px;
      margin: 10px;
      border: 1px solid #6a7281;
      border-radius: 30px; }
      .children-page .children-products-navigation__links p a {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.125rem;
        color: #6a7281;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding: 5px 0 0; }

.children-page .filter-list-child-pages .list-child-pages__filtering-row {
  display: none; }

@media screen and (min-width: 480px) {
  .children-page .children-products-navigation__links {
    flex-direction: row; } }

@media screen and (min-width: 992px) {
  .children-page .page-container {
    margin: 115px auto 0; }
  .children-page .breadcrumbs {
    top: 110px; }
  .children-page .dosage-section {
    flex-direction: row;
    margin: 70px 0 50px;
    padding: 50px 40px 50px 0;
    background-color: #fc0; }
    .children-page .dosage-section .content-grid__column {
      justify-content: center;
      max-width: 700px; }
      .children-page .dosage-section .content-grid__column:first-child {
        width: unset;
        padding: unset; }
        .children-page .dosage-section .content-grid__column:first-child p {
          text-align: left;
          margin-bottom: 0; }
        .children-page .dosage-section .content-grid__column:first-child .rte-wrapper {
          margin-left: -140px; }
      .children-page .dosage-section .content-grid__column:last-child {
        margin: 0;
        padding: 0;
        background-color: #fc0;
        border-radius: unset; }
      .children-page .dosage-section .content-grid__column .image-as-link {
        max-width: 430px;
        margin-top: -110px; }
      .children-page .dosage-section .content-grid__column > .rte-wrapper {
        margin-top: 7px;
        padding: 0 40px; }
      .children-page .dosage-section .content-grid__column .button-link {
        margin-top: 10px;
        margin-left: -70px; }
  .children-page .articles-carousel .slider-control-bottomcenter {
    padding: 0; }
  .children-page .nurofen-list-child-pages a span {
    font-size: 1.1875rem;
    line-height: 1.293em; }
  .children-page .top-tips .content-grid__column {
    width: 100%; }
  .children-page .children-products-navigation {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px; }
    .children-page .children-products-navigation__links p {
      width: 230px;
      margin: 10px 20px; } }

@media screen and (min-width: 1200px) {
  .children-page .carousel-banner {
    height: 410px; }
    .children-page .carousel-banner .carousel .carousel-item__image {
      height: 380px;
      margin-bottom: 0;
      object-fit: cover; }
    .children-page .carousel-banner .carousel .carousel-item__content-image {
      margin-bottom: 50px; }
  .children-page .children-products-navigation {
    flex-direction: row;
    margin: 60px auto 15px;
    padding: 0; }
    .children-page .children-products-navigation__links {
      justify-content: left; }
    .children-page .children-products-navigation .content-grid__column--size-6 {
      flex-basis: auto;
      width: auto;
      max-width: none; }
      .children-page .children-products-navigation .content-grid__column--size-6:first-child {
        max-width: 360px; } }

.article-list {
  padding: 0;
  background-color: #f1f1f4; }
  .article-list .grid-wrapper {
    background-color: unset; }
  .article-list .list-child-pages__grid {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto; }
  .article-list .list-child-pages__grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
    overflow: hidden;
    background-color: #fff;
    border: none;
    border-radius: 15px; }
    .article-list .list-child-pages__grid-item-image {
      width: 100%;
      max-height: 275px;
      object-fit: cover; }
    .article-list .list-child-pages__grid-item-title {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.1875rem;
      line-height: 1.21em;
      margin-top: -15px;
      padding: 40px 20px 10px;
      background-color: #fff;
      border-radius: 15px 0 0 0; }
    .article-list .list-child-pages__grid-item-description {
      padding: 0 20px 40px; }
      .article-list .list-child-pages__grid-item-description p {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.4285em;
        color: #767676;
        margin: 0; }
      .article-list .list-child-pages__grid-item-description .article-label {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 0.875rem;
        color: #fff;
        text-transform: capitalize;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 37px;
        min-width: 120px;
        padding: 3px 10px 0;
        background-color: #243045;
        border-radius: 0 0 15px 0;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12); }
    .article-list .list-child-pages__grid-item-link {
      display: none; }
  .article-list .list-child-pages__content-row {
    margin-bottom: 40px;
    padding: 0 25px; }
    .article-list .list-child-pages__content-row .row {
      margin: 0 auto; }

@media screen and (min-width: 992px) {
  .article-list .list-child-pages__grid {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 1302px; }
    .article-list .list-child-pages__grid-item {
      flex: 1 1;
      height: 500px;
      max-width: 370px;
      min-width: calc((100% - 60px) / 3);
      margin: 0 10px 30px 10px; }
      .article-list .list-child-pages__grid-item-title {
        padding: 40px 40px 10px; }
      .article-list .list-child-pages__grid-item-description {
        padding: 0 40px 40px; }
        .article-list .list-child-pages__grid-item-description .category {
          font-size: 0.9375rem; }
  .article-list .list-child-pages__content-row {
    margin-bottom: 75px;
    padding: 0; } }

.pain-advice__main-page .carousel-banner {
  height: 477px;
  background-color: #56c2c6; }
  .pain-advice__main-page .carousel-banner .carousel {
    padding: 0; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__content {
      flex: 1 1 50%;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      height: 50%;
      padding: 30px; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-wrapper {
        flex-direction: column; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-image {
        position: static;
        flex: 1 1 50%;
        width: 100%;
        height: 50%;
        max-height: 50%;
        margin: 0;
        background-color: #f6decc; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-header {
        font-size: 2.125rem;
        line-height: 1.176em;
        width: 210px; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__description p {
      font-size: 1.1875rem;
      line-height: 1.263em;
      display: none;
      margin: 10px 0; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__image {
      width: 100%;
      height: 100%;
      max-width: unset;
      object-fit: cover; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__btn {
      font-size: 1.125rem;
      font-weight: 900;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0 30px;
      background-color: #243045;
      border: 1px solid #243045;
      border-radius: 25px; }

@media screen and (min-width: 480px) {
  .pain-advice__main-page .carousel-banner .carousel .carousel-item__image {
    object-fit: contain; } }

@media screen and (min-width: 992px) {
  .pain-advice__main-page .carousel-banner {
    height: 410px;
    background: linear-gradient(to right, #56c2c6 60%, #f8e0cf 40%); }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__content {
      flex: 1 1 40%;
      width: 100%;
      height: 100%;
      margin-top: 30px; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-wrapper {
        flex-direction: row-reverse;
        max-width: 1302px;
        margin: 0 auto; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-image {
        flex: 1 1 60%;
        height: 100%;
        max-height: unset;
        background-color: transparent; }
      .pain-advice__main-page .carousel-banner .carousel .carousel-item__content-header {
        font-size: 2.5rem;
        line-height: 1.125em;
        width: 66%;
        max-width: 250px; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__description p {
      display: block; }
    .pain-advice__main-page .carousel-banner .carousel .carousel-item__image {
      width: 100%;
      height: 100%;
      max-width: unset;
      object-fit: cover;
      object-position: 0 0; } }

.home-page__most-popular-container {
  background-color: #fff; }

.home-page__most-popular.recently-viewed {
  margin: 40px 0; }
  .home-page__most-popular.recently-viewed .articles-carousel {
    height: 430px;
    margin: 0;
    padding: 20px;
    background-color: white; }
  .home-page__most-popular.recently-viewed .slider-frame {
    height: auto !important; }
  .home-page__most-popular.recently-viewed .slider-control-bottomcenter {
    padding: 20px 0; }

@media screen and (min-width: 992px) {
  .home-page__most-popular-container {
    justify-content: center; }
  .home-page__most-popular.recently-viewed {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    margin: unset; }
    .home-page__most-popular.recently-viewed .articles-carousel {
      margin: 110px 20px;
      padding: 0; }
      .home-page__most-popular.recently-viewed .articles-carousel .slider-control-bottomcenter {
        display: none; } }

.home-page__banner {
  height: 470px;
  background-color: #5abbeb; }
  .home-page__banner .carousel {
    height: 100%; }
  .home-page__banner .carousel-item {
    width: 100%; }
    .home-page__banner .carousel-item__image {
      height: auto;
      min-width: calc(100% + 150px);
      margin-left: -150px;
      object-fit: cover; }
    .home-page__banner .carousel-item__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: 0 20px; }
    .home-page__banner .carousel-item__content-wrapper {
      flex-direction: column;
      justify-content: space-between; }
    .home-page__banner .carousel-item__content-image {
      width: 100%;
      max-height: 260px;
      min-height: 260px;
      background-image: linear-gradient(to bottom, #fbc541, #f9bf30); }
    .home-page__banner .carousel-item__content-header {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 2.125rem;
      color: #243045;
      text-transform: uppercase; }
    .home-page__banner .carousel-item__description {
      display: none; }
  .home-page__banner .carousel-navigation__item {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #4fa0cb;
    border-radius: 100%; }
    .home-page__banner .carousel-navigation__item--active {
      background-color: #243045; }
  .home-page__banner .carousel-navigation__step-label {
    display: none; }
  .home-page__banner .carouse-select-steps {
    display: none; }
  .home-page__banner .slider {
    height: 100% !important; }
  .home-page__banner .slider-control-centerleft,
  .home-page__banner .slider-control-centerright {
    display: none; }
  .home-page__banner .slider-control-bottomcenter {
    top: 95%;
    left: 20px !important;
    display: none; }

@media screen and (min-width: 480px) {
  .home-page__banner {
    height: 480px; }
    .home-page__banner .carousel-item__image {
      width: unset;
      object-fit: none;
      object-position: right; } }

@media screen and (min-width: 992px) {
  .home-page__banner {
    height: 410px; }
    .home-page__banner .carousel-item {
      height: 390px; }
      .home-page__banner .carousel-item__content {
        width: 40%;
        padding: 0 0 0 5%; }
      .home-page__banner .carousel-item__content-wrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 390px; }
      .home-page__banner .carousel-item__content-image {
        width: 50%;
        height: 100%;
        max-height: unset;
        background-image: none; }
      .home-page__banner .carousel-item__image {
        height: auto;
        object-fit: cover;
        object-position: left; }
      .home-page__banner .carousel-item__content-header {
        font-size: 2.5rem;
        margin: 0; }
      .home-page__banner .carousel-item__description {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        font-size: 1.1875rem;
        color: #243045;
        display: block; }
        .home-page__banner .carousel-item__description p {
          margin: 0; }
    .home-page__banner .slider-control-bottomcenter {
      top: unset;
      bottom: calc(30% - 90px) !important;
      left: 5% !important; }
    .home-page__banner .content-grid__column {
      max-width: 1400px;
      margin-right: auto;
      margin-left: auto; } }

@media screen and (min-width: 1200px) {
  .home-page__banner {
    background-image: linear-gradient(to right, #5abbeb 60%, #eaa719 60%); }
    .home-page__banner .slider-control-bottomcenter {
      bottom: calc(45% - 90px) !important; } }

.home-page__promo-row {
  background-color: white;
  border-radius: 15px 15px 0 0; }
  .home-page__promo-row .promotion {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    border-bottom: 2px solid #f1f1f4; }
    .home-page__promo-row .promotion:last-child {
      border-bottom: 0; }
    .home-page__promo-row .promotion__name {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      padding: 27px 20px; }
      .home-page__promo-row .promotion__name span {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.125rem;
        color: #243045;
        text-transform: uppercase; }
    .home-page__promo-row .promotion__details {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 50%;
      height: 100%;
      min-height: unset;
      padding: 27px 20px; }
    .home-page__promo-row .promotion__details-info {
      width: 100%;
      padding: 0 20px; }
    .home-page__promo-row .promotion__image {
      position: absolute;
      right: 20px;
      bottom: 0;
      width: 75px;
      max-height: 75px;
      object-fit: contain; }
  .home-page__promo-row .promotion-row__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .home-page__promo-row .promotion-row__view-switch {
    display: none; }

@media screen and (min-width: 992px) {
  .home-page__promo-row {
    margin-top: -20px; }
    .home-page__promo-row .content-grid__column {
      max-width: 1400px;
      margin-right: auto;
      margin-left: auto; }
    .home-page__promo-row .promotion {
      display: flex;
      flex-direction: column-reverse;
      width: 20%;
      height: unset;
      border-right: 2px solid #f1f1f4;
      border-bottom: 0; }
      .home-page__promo-row .promotion:last-child {
        border-right: 0; }
      .home-page__promo-row .promotion__image {
        position: static;
        width: unset;
        height: 100%;
        max-height: 108px; }
      .home-page__promo-row .promotion__details {
        flex-direction: column;
        justify-content: unset;
        width: 100%;
        min-height: 140px; }
      .home-page__promo-row .promotion__details-info {
        padding: unset; }
      .home-page__promo-row .promotion__name {
        justify-content: center;
        padding: 0; }
    .home-page__promo-row .promotion-row__wrapper {
      flex-direction: row;
      align-items: center;
      padding: 30px 0 20px; } }

.why-nurofen {
  position: relative;
  margin-top: 35px;
  padding: 0;
  background-color: #fff; }
  .why-nurofen .rte-wrapper {
    width: 100%;
    background-color: #f1f1f4; }
  .why-nurofen__title {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 2.5rem;
    color: #243045;
    margin-top: 0;
    padding: 0 20px 40px 20px;
    background-color: #fff; }
  .why-nurofen__list {
    margin-top: 200px;
    padding: 0 20px;
    list-style: none; }
  .why-nurofen__list-item {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1.1875rem;
    color: #243045;
    position: relative;
    margin: 10px 20px; }
    .why-nurofen__list-item::before {
      font-weight: bold;
      color: #cc0018;
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
      content: '\2022';
      transform: translate(0%, -50%); }
  .why-nurofen .carousel-item__image {
    width: 72px;
    object-fit: contain; }
  .why-nurofen__icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0; }
  .why-nurofen__icon {
    display: flex;
    margin: unset;
    margin-right: 30px; }
    .why-nurofen__icon p {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.25rem;
      margin-left: 20px; }
  .why-nurofen .image-as-link__image {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    width: 80%;
    margin-right: auto;
    margin-left: auto; }
  .why-nurofen .content-grid__column--size-12 {
    position: relative; }

@media screen and (min-width: 480px) {
  .why-nurofen__list {
    margin-top: 315px; } }

@media screen and (min-width: 768px) {
  .why-nurofen__list {
    margin-top: 375px; }
  .why-nurofen__icon-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    margin: 30px 0 0 20px; } }

@media screen and (min-width: 992px) {
  .why-nurofen {
    margin-top: 90px;
    padding: 50px 0 100px;
    background-color: #f1f1f4; }
    .why-nurofen__title {
      margin: unset;
      padding: 0;
      background-color: transparent; }
    .why-nurofen__list {
      margin-top: unset;
      padding: 0; }
    .why-nurofen__list-item {
      margin: 10px 0; }
    .why-nurofen__icon-wrapper {
      margin: 30px 0 0; }
    .why-nurofen__icon {
      margin-right: 50px; }
    .why-nurofen .rte-wrapper {
      width: 45%; }
    .why-nurofen .image-as-link {
      width: 45%; }
      .why-nurofen .image-as-link__image {
        position: absolute;
        top: unset;
        right: -500px;
        bottom: -60px;
        left: unset;
        width: 1000px; }
    .why-nurofen .content-grid__column--size-12 {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; } }

@media screen and (min-width: 1200px) {
  .why-nurofen {
    justify-content: center;
    padding: 100px 0; }
    .why-nurofen .content-grid__column {
      max-width: 1400px;
      margin-right: auto;
      margin-left: auto; }
    .why-nurofen .image-as-link__image {
      bottom: -100px;
      width: 1100px; } }

@media screen and (min-width: 1400px) {
  .why-nurofen .image-as-link__image {
    right: -400px;
    bottom: -130px;
    width: 1220px; } }

@media screen and (min-width: 1800px) {
  .why-nurofen .rte-wrapper {
    width: 35%; }
  .why-nurofen .image-as-link {
    width: 35%; }
    .why-nurofen .image-as-link__image {
      right: -550px;
      bottom: -90px; } }

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 20px; }
  .newsletter .rte-wrapper p {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.875rem;
    color: #243045;
    text-transform: uppercase; }
  .newsletter .rte-wrapper ul {
    padding: 0;
    list-style: none; }
    .newsletter .rte-wrapper ul li {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 1.5rem;
      color: #243045;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin: 10px 0; }
      .newsletter .rte-wrapper ul li::before {
        font-family: "Font Awesome 5 Free";
        font-size: 1rem;
        font-weight: bold;
        color: #cc0018;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        margin-right: 20px;
        border: 2px solid #cc0018;
        border-radius: 100%;
        content: '\F00C'; }
  .newsletter .rte-wrapper button {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    min-width: 270px;
    padding: 15px 40px;
    background-color: #243045;
    border: none;
    border-radius: 30px; }
  .newsletter .content-grid__column {
    width: 100%;
    margin-bottom: 40px; }
    .newsletter .content-grid__column .rte-wrapper {
      width: 100%; }
      .newsletter .content-grid__column .rte-wrapper .rte {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }

@media screen and (min-width: 992px) {
  .newsletter {
    flex-direction: row;
    min-height: 500px;
    margin-top: 0;
    padding: 20px 90px; }
    .newsletter .image-as-link__image {
      margin-left: 100px; }
    .newsletter .content-grid__column {
      width: unset;
      margin-bottom: 0; }
      .newsletter .content-grid__column .rte-wrapper {
        width: unset; }
        .newsletter .content-grid__column .rte-wrapper .rte {
          align-items: flex-start;
          width: unset; } }

.home-page__most-popular .articles-carousel {
  padding: 50px 20px 0 20px; }
  .home-page__most-popular .articles-carousel .artices-carousel__item {
    width: 100%; }

@media screen and (min-width: 1200px) {
  .home-page__most-popular .articles-carousel {
    padding: 70px 110px 0; } }

.contact-page .carousel-banner {
  height: 170px;
  background-color: #ffa400;
  border-top: 10px solid white; }
  .contact-page .carousel-banner .carousel {
    padding: 20px; }
    .contact-page .carousel-banner .carousel .carousel-item {
      height: unset; }
      .contact-page .carousel-banner .carousel .carousel-item__content {
        margin-top: -20px; }
      .contact-page .carousel-banner .carousel .carousel-item__content-wrapper {
        flex-direction: row-reverse;
        justify-content: space-between; }
      .contact-page .carousel-banner .carousel .carousel-item__content-image {
        position: relative;
        top: 0;
        max-width: 180px;
        margin: -30px 0 0 0; }
      .contact-page .carousel-banner .carousel .carousel-item__content-header {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.5625rem; }

.contact-page .page-container {
  margin-top: 80px; }

.contact-page__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  padding: 30px 10px 40px;
  background-color: #fff;
  border-radius: 15px 15px 0 0; }

.contact-page__description {
  max-width: 550px; }
  .contact-page__description-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px; }
    .contact-page__description-heading:first-child {
      margin-top: unset; }
    .contact-page__description-heading h2 {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.1875rem;
      color: #243045; }
    .contact-page__description-heading img {
      width: 25px;
      height: 25px;
      margin-right: 10px; }
  .contact-page__description-numbers p {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1.25rem;
    color: #243045; }
    .contact-page__description-numbers p + p {
      margin-top: 15px; }

.contact-page__image .image-as-link {
  max-width: 300px; }

@media screen and (min-width: 480px) {
  .contact-page .carousel-banner {
    height: 210px; }
    .contact-page .carousel-banner .carousel .carousel-item__content-image {
      max-width: 220px; }
    .contact-page .carousel-banner .carousel .carousel-item__content-header {
      font-size: 1.875rem; } }

@media screen and (min-width: 992px) {
  .contact-page .page-container {
    margin: 95px auto 0; }
    .contact-page .page-container .carousel {
      padding: 20px 50px; }
      .contact-page .page-container .carousel-banner {
        height: 410px;
        background-color: #ffa400;
        border-top: none; }
        .contact-page .page-container .carousel-banner .carousel .carousel-item {
          max-width: 1120px;
          margin-top: -20px; }
          .contact-page .page-container .carousel-banner .carousel .carousel-item__content {
            margin-top: 0; }
          .contact-page .page-container .carousel-banner .carousel .carousel-item__content-image {
            margin: -10px 0 0 0; }
          .contact-page .page-container .carousel-banner .carousel .carousel-item__image {
            margin-bottom: unset; }
          .contact-page .page-container .carousel-banner .carousel .carousel-item__content-image {
            max-width: 465px; }
          .contact-page .page-container .carousel-banner .carousel .carousel-item__content-header {
            line-height: 1; }
          .contact-page .page-container .carousel-banner .carousel .carousel-item__content-wrapper {
            justify-content: space-between;
            padding: 0; }
  .contact-page__content {
    flex-direction: row;
    padding: 80px 50px 100px; }
  .contact-page__image {
    max-width: 550px; }
    .contact-page__image .image-as-link {
      max-width: 630px; }
  .contact-page .breadcrumbs {
    top: 75px;
    max-width: 1120px; } }

@media screen and (min-width: 1200px) {
  .contact-page__content {
    padding: 80px 0 100px; }
  .contact-page .breadcrumbs {
    top: 150px; } }

.dosage-page__tablets {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
  margin-top: -10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px 15px 0 0; }
  .dosage-page__tablets-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0; }
    .dosage-page__tablets-info img {
      width: unset;
      max-height: 120px;
      object-fit: contain; }
    .dosage-page__tablets-info div {
      padding: 0 0 0 10px; }
      .dosage-page__tablets-info div h3 {
        font-family: NurofenText;
        color: #243045;
        font-weight: 900;
        font-size: 1.0625rem;
        color: #000;
        margin: 0; }
      .dosage-page__tablets-info div p {
        font-family: NurofenText;
        color: #243045;
        font-weight: 500;
        font-size: 1.0625rem;
        color: #000;
        margin: 0; }
  .dosage-page__tablets .accordion {
    width: 100%;
    border: none; }
    .dosage-page__tablets .accordion__trigger {
      height: 50px;
      padding: 0 20px;
      border: 2px solid #dad8d8;
      border-radius: 15px; }
      .dosage-page__tablets .accordion__trigger--is-open {
        border-radius: 15px 15px 0 0; }
        .dosage-page__tablets .accordion__trigger--is-open ~ .accordion__outer {
          position: relative;
          z-index: 2;
          margin: -10px 0;
          background-color: white;
          border: 2px solid #e5e5e5;
          border-radius: 15px; }
    .dosage-page__tablets .accordion__inner {
      padding: 0; }
      .dosage-page__tablets .accordion__inner .rte {
        margin: 0; }
        .dosage-page__tablets .accordion__inner .rte .table-wrapper {
          margin: 0; }
          .dosage-page__tablets .accordion__inner .rte .table-wrapper table {
            width: 100%; }
            .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr {
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: flex-start;
              width: calc(100% + 10px);
              margin-left: -2px;
              padding: 0; }
              .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr:last-child {
                margin-bottom: -3px; }
              .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr:nth-child(even) {
                background-color: #fc0; }
              .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr td,
              .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr th {
                font-size: 0.9375rem;
                color: #000;
                width: 29%;
                padding: 15px 10px;
                border-right: 1px solid #e5e5e5;
                font-family: NurofenText;
                color: #243045;
                font-weight: 500; }
                .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr td:last-child,
                .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr th:last-child {
                  line-height: 1;
                  width: 42%;
                  border-right: none; }
                .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr td span,
                .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr th span {
                  font-size: 0.75rem; }
              .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr td:first-child {
                font-family: NurofenText;
                color: #243045;
                font-weight: 900; }
              .dosage-page__tablets .accordion__inner .rte .table-wrapper table tr th {
                font-family: NurofenText;
                color: #243045;
                font-weight: 900;
                font-size: 1rem;
                color: #000; }
    .dosage-page__tablets .accordion__text {
      font-size: 1.0625rem;
      color: #000;
      text-align: center;
      width: 100%;
      font-family: NurofenText;
      color: #243045;
      font-weight: 900; }
  .dosage-page__tablets .content-grid__column--size-4 {
    max-width: 100%;
    margin: 20px 0; }
    .dosage-page__tablets .content-grid__column--size-4 .accordion {
      margin-top: 20px; }

.dosage-page__info {
  font-family: NurofenText;
  color: #243045;
  font-weight: 900;
  font-size: 1.1875rem;
  text-align: center;
  padding: 40px 20px 20px; }

.dosage-page .page-container {
  margin: 80px auto 0; }

.dosage-page .carousel-banner {
  background-color: #fc0; }

@media screen and (min-width: 480px) {
  .dosage-page__tablets-info {
    justify-content: flex-start;
    padding: 0 30px; }
    .dosage-page__tablets-info img {
      max-height: 170px; } }

@media screen and (min-width: 992px) {
  .dosage-page__tablets {
    margin-top: -40px; }
  .dosage-page__info {
    padding: 60px 90px 50px; } }

@media screen and (min-width: 1200px) {
  .dosage-page__tablets {
    flex-direction: row;
    padding: 40px 60px; }
    .dosage-page__tablets-info {
      min-height: 170px; }
      .dosage-page__tablets-info h3,
      .dosage-page__tablets-info p {
        font-size: 1.1875rem; }
      .dosage-page__tablets-info div {
        padding: 0 20px; }
    .dosage-page__tablets .rte {
      margin-bottom: 40px; }
    .dosage-page__tablets .accordion__trigger {
      margin: 0 20px; }
      .dosage-page__tablets .accordion__trigger--is-open ~ .accordion__outer {
        margin: -10px 20px 0; }
    .dosage-page__tablets .accordion__outer {
      margin: 0 20px; }
    .dosage-page__tablets .accordion__text {
      text-align: left; }
    .dosage-page__tablets .content-grid__column--size-4 {
      max-width: unset;
      margin: 0; }
      .dosage-page__tablets .content-grid__column--size-4 .accordion {
        margin: 0; }
  .dosage-page .page-container {
    margin: 115px auto 0; }
  .dosage-page.children-page .carousel-banner .carousel {
    padding-bottom: 0; }
    .dosage-page.children-page .carousel-banner .carousel .carousel-item__content-image {
      display: flex;
      align-items: flex-end;
      height: 100%;
      margin-bottom: 0; } }

.why-nurofen-page__story {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 50px auto 50px;
  padding: 0 30px; }
  .why-nurofen-page__story .image-as-link {
    display: none; }
  .why-nurofen-page__story .rte-wrapper {
    margin-right: unset; }
    .why-nurofen-page__story .rte-wrapper p {
      font-family: NurofenText;
      color: #243045;
      font-weight: 500;
      font-size: 1.25rem; }

.why-nurofen-page .article__banner {
  background-color: #ffa400; }

.why-nurofen-page .article__menu-container:nth-child(2) {
  margin-top: 0; }

.why-nurofen-page .carousel-banner {
  height: unset;
  background-color: transparent; }
  .why-nurofen-page .carousel-banner .carousel-item__content {
    flex-direction: column; }

.why-nurofen-page .why-nurofen {
  background-color: #fff; }
  .why-nurofen-page .why-nurofen .rte-wrapper {
    background-color: #fff; }

.why-nurofen-page .carousel .slider-frame {
  margin: 0 0 30px 0 !important; }

.why-nurofen-page .lazyloading__placeholder {
  position: absolute;
  top: 0; }

@media screen and (min-width: 992px) {
  .why-nurofen-page__story {
    margin: 50px auto; }
  .why-nurofen-page .article__banner {
    padding: 0 20px; }
  .why-nurofen-page .carousel-banner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
    .why-nurofen-page .carousel-banner .carousel {
      padding: 20px 0; }
  .why-nurofen-page .breadcrumbs {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    top: 70px;
    left: 0;
    width: auto; } }

@media screen and (min-width: 992px) {
  .why-nurofen-page__story {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0; }
    .why-nurofen-page__story .image-as-link {
      display: unset;
      min-width: 100px; }
    .why-nurofen-page__story .rte-wrapper {
      margin-right: 20px; }
  .why-nurofen-page .carousel-banner {
    height: 340px;
    padding-top: 40px; }
    .why-nurofen-page .carousel-banner .carousel-item__content-wrapper {
      flex-direction: row;
      justify-content: flex-start; }
  .why-nurofen-page .carousel-item__description p {
    font-size: 1rem; }
  .why-nurofen-page .carousel .slider-frame {
    margin: 0 !important; } }

@media screen and (min-width: 1200px) {
  .why-nurofen-page__story {
    margin: 100px auto 50px; } }

.where-to-buy-page__title {
  position: relative;
  margin-top: -15px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px 15px 0 0; }

.where-to-buy-page .carousel-banner {
  height: unset;
  margin-top: 0;
  background-color: #ad88d3; }
  .where-to-buy-page .carousel-banner .carousel-item__content {
    flex-direction: column; }
    .where-to-buy-page .carousel-banner .carousel-item__content-header {
      padding: 10px 0; }
    .where-to-buy-page .carousel-banner .carousel-item__content .carousel-item__description p {
      margin: 0; }

.where-to-buy-page .promotion-row__view-switch, .where-to-buy-page .promotion-row__description {
  display: none; }

.where-to-buy-page .promotion-row__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.where-to-buy-page .promotion {
  margin: 15px 3px; }
  .where-to-buy-page .promotion.promotion--col-4 {
    display: flex; }
  .where-to-buy-page .promotion__details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0 5px;
    border: 2px solid #f1f1f4;
    border-radius: 15px; }
  .where-to-buy-page .promotion__details-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% + 10px);
    margin-top: 0;
    margin-left: -10px;
    background-color: #f1f1f4;
    border: 2px solid #f1f1f4;
    border-radius: 0 15px 15px 0; }
  .where-to-buy-page .promotion__image {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px 15px 0 0; }
  .where-to-buy-page .promotion__name {
    font-family: NurofenText;
    color: #243045;
    font-weight: 500;
    font-size: 1.125rem;
    color: #243045;
    padding: 30px 0 20px; }
  .where-to-buy-page .promotion__link-wrapper {
    width: 90%;
    padding: 0 0 30px; }
    .where-to-buy-page .promotion__link-wrapper .button-link {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.0625rem;
      color: #243045;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 15px 0;
      background-color: #fff;
      border: 2px solid #dad8d8;
      border-radius: 28px; }

@media screen and (min-width: 992px) {
  .where-to-buy-page__title {
    padding: 20px; }
    .where-to-buy-page__title .content-grid__column {
      max-width: 1400px;
      margin-right: auto;
      margin-left: auto; }
  .where-to-buy-page .promotion-row__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .where-to-buy-page .promotion-row .promotion {
    max-width: 19%;
    margin-right: 0;
    margin-left: 0; }
    .where-to-buy-page .promotion-row .promotion.promotion--col-4 {
      flex-direction: column; }
    .where-to-buy-page .promotion-row .promotion__image {
      padding: 50px; }
    .where-to-buy-page .promotion-row .promotion__details {
      justify-content: space-between;
      width: unset;
      padding: 0 5px;
      border: 2px solid #f1f1f4;
      border-radius: 15px 15px 0 0; }
    .where-to-buy-page .promotion-row .promotion__details-info {
      width: unset;
      margin-top: -10px;
      margin-left: unset;
      border-radius: 15px 0 15px 15px; }
    .where-to-buy-page .promotion-row .promotion__link-wrapper .button-link {
      padding: 15px 60px; }
  .where-to-buy-page .carousel-banner {
    justify-content: center;
    height: 340px;
    padding: 30px 20px 0; }
    .where-to-buy-page .carousel-banner .content-grid__column {
      max-width: 1400px;
      margin-right: auto;
      margin-left: auto; }
    .where-to-buy-page .carousel-banner .carousel-item__content-wrapper {
      flex-direction: row;
      justify-content: flex-start; }
    .where-to-buy-page .carousel-banner .carousel-item__description p {
      margin: unset; }
    .where-to-buy-page .carousel-banner .carousel {
      padding-right: 0;
      padding-left: 0; }
  .where-to-buy-page .breadcrumbs {
    top: 90px;
    left: 20px;
    width: auto;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 1400px) {
  .where-to-buy-page .breadcrumbs {
    left: 0; } }

.symptoms-page--body-pain .symptoms-article__introduction-container .image-as-link {
  transform: none; }

.symptoms-page--body-pain .image-as-link__image {
  transform: rotateY(180deg) translateX(100px) translateY(10%) scale(0.9, 0.9); }

.symptoms-page--back-pain .symptoms-article__introduction-container {
  padding-bottom: 30px; }
  .symptoms-page--back-pain .symptoms-article__introduction-container .image-as-link {
    transform: none; }
  .symptoms-page--back-pain .symptoms-article__introduction-container .image-as-link__image {
    transform: rotateY(180deg) translateX(100px) scale(0.9, 0.9); }

.symptoms-page--period-pain .image-as-link__image {
  transform: translateX(77px) scale(0.9, 0.9); }

.symptoms-page--cold-flu .image-as-link__image {
  transform: rotateY(180deg) translateX(-50px) scale(0.9, 0.9); }

.symptoms-page--tooth-pain .symptoms-article__introduction-container .image-as-link {
  transform: none; }

.symptoms-page--tooth-pain .image-as-link__image {
  transform: translateX(-72px) scale(0.9, 0.9); }

.symptoms-page--children .symptoms-article__introduction-container {
  padding-bottom: 30px; }
  .symptoms-page--children .symptoms-article__introduction-container .image-as-link {
    width: 100%;
    transform: none; }
    .symptoms-page--children .symptoms-article__introduction-container .image-as-link__image {
      transform: none; }

.symptoms-page--children-flu .symptoms-article__introduction-container .image-as-link__image {
  transform: scaleX(-1); }

.symptoms-page .symptoms-article__flexible-image-container .image-as-link__image {
  transform: none; }

.symptoms-page .styled-list {
  font-size: 1.125rem;
  padding: 0;
  list-style: none; }
  .symptoms-page .styled-list li {
    position: relative;
    margin: 10px 0;
    padding-left: 20px; }
  .symptoms-page .styled-list--list-style-circle li::before {
    font-family: "Font Awesome 5 Free";
    font-size: 0.375rem;
    font-weight: 900;
    position: absolute;
    left: -15px;
    display: flex;
    flex: 0 0;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    margin-right: 15px;
    padding-top: 6px;
    content: '\F111'; }
  .symptoms-page .styled-list--list-color-red li::before {
    color: #cc0018; }

.symptoms-page .category-carousel .rte > h2 {
  padding: 0 20px; }

@media screen and (min-width: 576px) {
  .symptoms-page .symptoms-article__introduction-container .image-as-link {
    width: 100%;
    transform: none; }
    .symptoms-page .symptoms-article__introduction-container .image-as-link__image {
      transform: none; } }

@media screen and (min-width: 992px) {
  .symptoms-page .image-as-link__image {
    max-width: 992px; }
  .symptoms-page .breadcrumbs {
    top: 40px;
    max-width: 992px;
    margin: 0 auto;
    padding: 0 20px; }
  .symptoms-page--body-pain .image-as-link__image, .symptoms-page--tooth-pain .image-as-link__image, .symptoms-page--period-pain .image-as-link__image, .symptoms-page--cold-flu .image-as-link__image {
    transform: none; } }

.search-results {
  padding: 0 20px; }
  .search-results__header-container {
    margin-top: 100px; }
  .search-results__form-row:first-child {
    display: none; }
  .search-results__form-row:last-child .search-results__form-header {
    display: none; }
  .search-results__list {
    list-style: none; }
  .search-results__title {
    font-size: 1.25rem;
    font-weight: 900;
    text-decoration: underline;
    margin-bottom: 14px; }
  .search-results__description {
    margin-top: 14px; }
  .search-results__read-more {
    font-weight: 900;
    text-decoration: underline;
    display: block;
    margin-top: 10px; }
  .search-results__form-row {
    position: relative; }
  .search-results__query-field {
    width: 100%;
    height: 50px;
    padding: 0 70px 0 20px;
    border: 2px solid #243045;
    border-radius: 25px; }
  .search-results__list {
    padding: 0; }
  .search-results__element {
    padding: 20px 0;
    border-bottom: 1px solid #ffa400; }
  .search-results__btn {
    font-size: 1.125rem;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    display: flex;
    margin: 20px auto;
    padding: 15px 20px;
    cursor: pointer;
    background: #243045;
    border: none;
    border-radius: 25px; }
  .search-results__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    border: none; }
    .search-results__button::after {
      font-family: "Font Awesome 5 Free";
      font-size: 1.25rem;
      font-weight: 900;
      color: #243045;
      content: '\F002'; }

.RBStarterKitSearchResultsPage .breadcrumbs {
  display: none; }

@media screen and (min-width: 992px) {
  .search-results {
    max-width: 992px;
    margin: 0 auto; } }

.CoreError404 .breadcrumbs {
  display: none; }

.CoreError404 .content-grid__row {
  flex-direction: column;
  max-width: 1302px;
  margin: 0 auto; }
  .CoreError404 .content-grid__row:last-child {
    margin-bottom: 50px; }

.CoreError404 .content-grid__column {
  padding: 0 20px; }

.CoreError404 .rte {
  text-align: center; }
  .CoreError404 .rte a {
    border-bottom: 4px solid #cc0018; }

.CoreError404 .image-as-link {
  text-align: center;
  margin: 50px 0; }
  .CoreError404 .image-as-link__image {
    width: auto;
    margin: 0 auto; }

@media screen and (min-width: 992px) {
  .CoreError404 .content-grid__row {
    flex-direction: row;
    max-width: 992px; }
  .CoreError404 .image-as-link {
    margin: 130px 0 55px; } }

.useful-links .content-grid__row:not(.carousel-banner) {
  flex-direction: column; }

.useful-links .content-grid__column {
  padding: 0 20px; }

.useful-links .image-as-link {
  width: 60%;
  min-width: 220px;
  margin: 0 auto;
  padding: 0 50px; }

.useful-links .carousel-banner {
  position: relative;
  height: unset;
  margin-top: 0; }
  .useful-links .carousel-banner .carousel-item__content {
    flex-direction: column; }
    .useful-links .carousel-banner .carousel-item__content-header {
      padding: 10px 0; }
    .useful-links .carousel-banner .carousel-item__content .carousel-item__description p {
      margin: 0; }
  .useful-links .carousel-banner::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    content: ''; }

@media screen and (min-width: 768px) {
  .useful-links .content-grid__row:not(.carousel-banner) {
    flex-direction: row;
    flex-wrap: wrap; }
  .useful-links .content-grid__column--size-3 {
    flex-basis: 50%;
    max-width: 50%; }
  .useful-links .image-as-link {
    padding: 30px; } }

@media screen and (min-width: 992px) {
  .useful-links .content-grid__column--size-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .useful-links .image-as-link {
    padding: 20px; } }

@media screen and (min-width: 992px) {
  .useful-links .content-grid__row:not(.carousel-banner) {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
    .useful-links .content-grid__row:not(.carousel-banner):last-child {
      margin-bottom: 100px; }
  .useful-links .carousel-banner + .content-grid__row {
    margin-top: 100px; }
  .useful-links .image-as-link {
    padding: 30px 0; }
  .useful-links .carousel-banner {
    justify-content: center;
    height: 340px;
    padding: 30px 20px 0; }
    .useful-links .carousel-banner .content-grid__column {
      max-width: 1400px;
      margin-right: auto;
      margin-left: auto;
      padding: 0; }
      .useful-links .carousel-banner .content-grid__column + .content-grid__row {
        margin-top: 100px; }
    .useful-links .carousel-banner .carousel-item__content-wrapper {
      flex-direction: row;
      justify-content: flex-start; }
    .useful-links .carousel-banner .carousel-item__description p {
      margin: unset; }
    .useful-links .carousel-banner .carousel {
      padding-right: 0;
      padding-left: 0; }
  .useful-links .breadcrumbs {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    top: 90px;
    left: 0;
    width: auto; } }

.legal-page .breadcrumbs {
  top: 20px;
  left: 0;
  width: 100%;
  max-width: 1302px;
  padding: 0 20px; }

.legal-page .lds {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 20px 30px; }
  .legal-page .lds__body > p:first-child {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.133em;
    margin: 55px 0 20px; }

@media screen and (min-width: 992px) {
  .legal-page .breadcrumbs {
    top: 40px; }
  .legal-page .lds .lds__body > p:first-child {
    font-size: 2.5rem;
    line-height: 1.25em;
    margin-top: 110px; } }

.landing-page {
  font-family: NurofenText; }
  .landing-page .main-header {
    display: none; }
  .landing-page .embedded-video {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    overflow: hidden; }
    .landing-page .embedded-video::after {
      display: block;
      padding-top: 56.25%;
      content: ''; }
    .landing-page .embedded-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .landing-page .content-grid__column--size-12 {
    max-width: 1400px;
    margin: 0 auto; }
  .landing-page .desktop-only {
    display: none !important; }
  .landing-page .button-link {
    font-size: 1.125rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    padding: 15px 50px 10px 50px;
    background-color: #243045;
    border: none;
    border-radius: 25px; }
  .landing-page .main-footer {
    display: none; }
  .landing-page .responsive-youtube-video {
    border-radius: 10px; }
  .landing-page .content-grid__row {
    padding: 50px 20px 20px 20px; }
  .landing-page .breadcrumbs {
    display: none; }
  .landing-page .menu-container {
    position: fixed;
    top: 0;
    z-index: 9;
    align-items: center;
    width: 100vw;
    padding: 0;
    background: #fff; }
    .landing-page .menu-container img {
      text-align: center;
      width: 165px;
      height: 42px; }
  .landing-page .menu-override {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px; }
    .landing-page .menu-override__link {
      font-size: 1.25rem;
      font-weight: bold;
      padding: 0 20px; }
  .landing-page .shop-button {
    font-size: 0.5625rem;
    position: fixed;
    top: 14px;
    right: 20px;
    display: flex;
    flex-direction: column; }
    .landing-page .shop-button::before {
      display: block;
      width: 19;
      height: 22;
      content: url(/static/icons/shop.svg); }
    .landing-page .shop-button--desktop {
      position: fixed;
      top: 25px;
      right: 62px; }

@media screen and (min-width: 1400px) {
  .landing-page .embedded-video {
    width: 714px; }
  .landing-page .desktop-only {
    display: block !important; }
  .landing-page .content-grid__row {
    padding-top: 80px; }
  .landing-page .menu-container img {
    position: fixed;
    top: 25px;
    left: 72px;
    width: 203px;
    height: auto; }
  .landing-page .menu-override {
    height: 103px; }
  .landing-page .mobile-only {
    display: none; } }

.landing-page__logo {
  height: 42px; }

.landing-page__background-1 {
  background: linear-gradient(0.41deg, #ffa400 0.15%, #ffda56 101.68%); }

.landing-page__background-2 {
  background: #eee; }

.landing-page__background-3 {
  background: #ffa400; }

.landing-page__section-title {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0; }

@media screen and (min-width: 1400px) {
  .landing-page__section-title {
    font-size: 3.125rem;
    margin: 0; } }

.landing-page .banner--nuromol {
  font-size: 2.1875rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  background-color: #ffa400; }
  .landing-page .banner--nuromol__image {
    display: block;
    margin-top: -40px;
    margin-right: -48px;
    margin-left: -70px; }
  .landing-page .banner--nuromol__text strong {
    font-weight: inherit;
    color: #e4052d; }
  .landing-page .banner--nuromol__text p {
    margin: 0; }

@media screen and (min-width: 1400px) {
  .landing-page .banner--nuromol {
    font-size: 4.0625rem;
    flex-direction: row;
    justify-content: center; }
    .landing-page .banner--nuromol__image {
      width: 693px;
      margin-top: -80px;
      margin-right: 0;
      margin-left: 80px; } }

.landing-page .dosage-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 170px;
  background-color: #ffa400; }
  .landing-page .dosage-section__heading {
    font-family: NurofenText;
    color: #243045;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    color: #243045;
    text-transform: uppercase; }
  .landing-page .dosage-section .accordion {
    border-bottom: 1px solid #243045; }
  .landing-page .dosage-section .accordion__trigger {
    height: auto; }
  .landing-page .dosage-section .image-as-link__image {
    margin-top: -186px; }
  .landing-page .dosage-section .content-grid__column {
    display: flex;
    flex-direction: column;
    max-width: 100%; }
    .landing-page .dosage-section .content-grid__column:first-child {
      align-items: center;
      padding: 20px; }
      .landing-page .dosage-section .content-grid__column:first-child p {
        text-align: center;
        margin-bottom: 20px; }
    .landing-page .dosage-section .content-grid__column:last-child {
      margin-top: -10px;
      margin-bottom: 30px;
      padding: 20px;
      background-color: #ffa400;
      border-radius: 15px 15px 0 0; }
      .landing-page .dosage-section .content-grid__column:last-child p {
        margin-top: 0;
        margin-bottom: 0; }
    .landing-page .dosage-section .content-grid__column .Collapsible__trigger {
      padding: 10px 5px;
      background-color: #ffa400;
      border-bottom: none; }
    .landing-page .dosage-section .content-grid__column .Collapsible__text {
      font-family: NurofenText;
      color: #243045;
      font-weight: 900;
      font-size: 1.5rem;
      color: #243045;
      text-transform: none;
      margin-right: 30px; }
    .landing-page .dosage-section .content-grid__column .Collapsible.accordion {
      padding: 10px 0;
      border-top: none;
      border-bottom: 1px solid #000; }
      .landing-page .dosage-section .content-grid__column .Collapsible.accordion__inner p {
        font-size: 0.75rem;
        line-height: 1.444rem; }
      .landing-page .dosage-section .content-grid__column .Collapsible.accordion:last-of-type {
        border-bottom: none; }
    .landing-page .dosage-section .content-grid__column .Collapsible .accordion__inner .rte-wrapper {
      margin-top: 0; }

@media screen and (min-width: 1400px) {
  .landing-page .dosage-section {
    flex-direction: row;
    padding: 50px 40px 50px 0;
    background-color: #ffa400; }
    .landing-page .dosage-section .accordion__inner {
      padding-left: 0; }
    .landing-page .dosage-section .button-link {
      margin: 0;
      padding-right: 27px;
      padding-left: 27px; }
    .landing-page .dosage-section .content-grid__column {
      justify-content: center;
      max-width: 700px; }
      .landing-page .dosage-section .content-grid__column .Collapsible.accordion {
        padding: 10px 40px; }
      .landing-page .dosage-section .content-grid__column:first-child {
        width: unset;
        padding: unset; }
        .landing-page .dosage-section .content-grid__column:first-child p {
          text-align: left;
          margin-bottom: 0; }
        .landing-page .dosage-section .content-grid__column:first-child .rte-wrapper {
          margin-left: -140px; }
      .landing-page .dosage-section .content-grid__column:last-child {
        margin: 0;
        padding: 0;
        background-color: #ffa400;
        border-radius: unset; }
      .landing-page .dosage-section .content-grid__column img {
        max-width: 430px;
        margin-top: -180px; }
      .landing-page .dosage-section .content-grid__column > .rte-wrapper {
        margin-top: 7px;
        padding: 0 40px; }
      .landing-page .dosage-section .content-grid__column .button-link {
        margin-top: 10px; } }

.pain-types__text {
  font-size: 1.25rem; }

.pain-types__list {
  display: flex;
  flex-direction: column;
  align-items: center; }

.pain-types__element {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  width: 250px;
  padding: 10px 0; }
  .pain-types__element:last-of-type {
    margin-bottom: 20px; }
  .pain-types__element img {
    width: 80px;
    margin-right: 32px; }

.pain-types__element-title {
  font-size: 1.25rem;
  color: #8f96a1;
  max-width: 110px; }

@media screen and (min-width: 1400px) {
  .landing-page .pain-types {
    display: flex;
    width: 100%;
    margin: 0 0 100px 0; }
    .landing-page .pain-types__title {
      margin: 60px 0 15px 0; }
    .landing-page .pain-types__list {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-top: 60px; }
    .landing-page .pain-types__sep {
      width: 2px;
      height: 100%;
      background: #f1f1f4; }
    .landing-page .pain-types__element {
      text-align: center;
      flex-direction: column;
      width: 230px;
      padding: 0;
      border-bottom: none; }
      .landing-page .pain-types__element br {
        display: none; }
      .landing-page .pain-types__element:last-of-type {
        margin: 0; }
      .landing-page .pain-types__element p {
        margin-bottom: 0; }
      .landing-page .pain-types__element img {
        width: 160px;
        margin: 0; }
    .landing-page .pain-types__element-title {
      max-width: 100%; } }

.landing-page .pinpoint-pain {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px; }
  .landing-page .pinpoint-pain__heading {
    font-size: 1.875rem; }
  .landing-page .pinpoint-pain__row {
    padding: 50px 0 70px 0;
    background-color: #ffa400; }
  .landing-page .pinpoint-pain__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    background: url(/static/icons/close-icon.svg); }
  .landing-page .pinpoint-pain__image {
    position: relative;
    display: flex; }
    .landing-page .pinpoint-pain__image--mobile {
      margin: auto;
      margin-top: 30px; }
      .landing-page .pinpoint-pain__image--mobile img {
        height: 100%; }
    .landing-page .pinpoint-pain__image--desktop {
      display: none; }
  .landing-page .pinpoint-pain__element {
    position: absolute;
    left: 50%;
    z-index: 1;
    display: none;
    width: 335px;
    min-height: 385px;
    padding: 32px 23px;
    background-color: #fff;
    border-radius: 15px;
    transform: translateX(-50%); }
    .landing-page .pinpoint-pain__element.active {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .landing-page .pinpoint-pain__header {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.1875rem;
    display: flex;
    margin-bottom: 7px; }
    .landing-page .pinpoint-pain__header::before {
      width: 8px;
      height: 38px;
      margin-top: -7px;
      margin-right: 12px;
      background: #ffa400;
      border-radius: 5px;
      content: ''; }
  .landing-page .pinpoint-pain__text {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #000;
    margin-left: 20px; }
  .landing-page .pinpoint-pain__dot {
    position: absolute;
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #fff;
    background-size: contain;
    border: 4px solid #ff7a00;
    border-radius: 22px; }
    .landing-page .pinpoint-pain__dot::before {
      width: 16px;
      height: 16px;
      content: url(/static/icons/plus.svg);
      place-self: center; }
    .landing-page .pinpoint-pain__dot.active::before {
      width: 25px;
      height: 25px;
      margin: -9px 0;
      content: url(/static/icons/dot.svg); }
  .landing-page .pinpoint-pain__dot-text {
    font-size: 1.0625rem;
    font-weight: bold;
    display: none;
    height: 17px;
    margin-left: 5px; }
    .landing-page .pinpoint-pain__dot-text.active {
      display: block; }

@media screen and (min-width: 1400px) {
  .landing-page .pinpoint-pain {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1400px;
    margin: auto; }
    .landing-page .pinpoint-pain__title {
      width: 1400px;
      margin: auto; }
    .landing-page .pinpoint-pain__header, .landing-page .pinpoint-pain__text {
      padding-left: 38px; }
    .landing-page .pinpoint-pain__header {
      font-size: 2.5rem;
      line-height: 2.9375rem; }
    .landing-page .pinpoint-pain__text {
      line-height: 1.75rem; }
    .landing-page .pinpoint-pain__line {
      position: absolute;
      top: 253px;
      left: 80px;
      display: none; }
      .landing-page .pinpoint-pain__line--points-up {
        top: unset;
        bottom: 324px; }
      .landing-page .pinpoint-pain__line--above {
        z-index: 1; }
      .landing-page .pinpoint-pain__line.active {
        display: block; }
    .landing-page .pinpoint-pain__dot {
      z-index: 2;
      padding: 9px;
      border: 5px solid #ff7a00; }
    .landing-page .pinpoint-pain__close {
      display: none; }
    .landing-page .pinpoint-pain__image {
      width: 695px; }
      .landing-page .pinpoint-pain__image img {
        z-index: 1; }
      .landing-page .pinpoint-pain__image--mobile {
        display: none; }
      .landing-page .pinpoint-pain__image--desktop {
        display: block; }
    .landing-page .pinpoint-pain__title {
      justify-self: flex-start; }
      .landing-page .pinpoint-pain__title::before {
        display: flex;
        width: 8px;
        height: 308px;
        background-color: #ffa400;
        border-radius: 5px;
        content: ''; }
    .landing-page .pinpoint-pain__element {
      position: static;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      width: 595px;
      min-height: 463px;
      margin-right: 120px;
      margin-bottom: 90px;
      padding: 77px 54px;
      transform: none;
      box-shadow: -33px 63px 80px rgba(246, 130, 22, 0.9); }
      .landing-page .pinpoint-pain__element.active {
        display: flex; }
    .landing-page .pinpoint-pain__row {
      margin-top: 60px; } }

.landing-page .about {
  display: flex;
  flex-wrap: wrap; }
  .landing-page .about__packshot img {
    margin: 10px 0; }
  .landing-page .about__element {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0; }
    .landing-page .about__element p {
      font-size: 1.125rem;
      margin: 10px 0; }
    .landing-page .about__element p:nth-child(2) {
      font-size: 1.5rem;
      font-weight: bold;
      width: 248px; }
    .landing-page .about__element img {
      max-width: 65px;
      margin-right: 20px; }

@media screen and (min-width: 1400px) {
  .landing-page .about {
    flex-direction: column;
    align-content: space-evenly;
    height: 680px; }
    .landing-page .about__packshot {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 510px;
      height: 100%; }
    .landing-page .about__element {
      flex-direction: column;
      flex-wrap: nowrap;
      order: 1;
      align-items: flex-start;
      width: 350px;
      height: 284px; }
      .landing-page .about__element--left {
        text-align: right;
        order: -1;
        align-items: flex-end; } }

