.flex-centerized, #new-homepage .nh-top-block .nh-top-block-search {
  display: flex;
  align-items: center;
  justify-content: center; }

.nh-heading, #new-homepage .nh-featured-libraries-title h2, #new-homepage .nh-featured-libraries .nh-fl-left h3, #new-homepage .nh-last-block h3 {
  margin: 0;
  color: #010015;
  font-weight: 300;
  line-height: 48px;
  font-size: 35px; }
  .nh-heading span, #new-homepage .nh-featured-libraries-title h2 span, #new-homepage .nh-featured-libraries .nh-fl-left h3 span, #new-homepage .nh-last-block h3 span {
    color: #0094e5; }

.nh-add-to-cart {
  width: 134px;
  height: 33px;
  border: 0;
  border-radius: 100px;
  background: #85be12;
  color: white;
  font-weight: 600;
  line-height: 16px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: opacity 0.2s ease-out;
  cursor: pointer; }
  .nh-add-to-cart:hover {
    opacity: 0.85; }

a.nh-add-to-cart {
  display: block;
  color: white !important;
  text-decoration: none !important;
  padding-top: 7px; }

.nh-btn-cta {
  display: inline-block;
  width: 188px;
  height: 56px;
  border-radius: 100px;
  color: white !important;
  background: #ff6e00;
  text-decoration: none !important;
  transition: 0.2s ease-out;
  cursor: pointer;
  font-weight: 600;
  line-height: 16px;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0; }
  .nh-btn-cta:hover {
    opacity: 0.85; }

.nh-grid {
  display: flex;
  flex-wrap: wrap; }
  .nh-grid li {
    width: 47.3%;
    margin-bottom: 50px; }
    @media (max-width: 899px) {
      .nh-grid li {
        margin: 0 0 30px !important;
        width: 100% !important; } }
    .nh-grid li:nth-child(2n) {
      margin-left: 5.4%; }
    .nh-grid li .nh-grid-wrapper {
      display: flex; }
      .nh-grid li .nh-grid-wrapper .nh-grid-img-wrapper {
        width: 140px;
        height: 140px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all 300ms ease-out;
        backface-visibility: hidden; }
        .nh-grid li .nh-grid-wrapper .nh-grid-img-wrapper:hover {
          opacity: 0.8;
          background-size: 101%; }
      .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper {
        margin-left: 22px;
        width: calc(100% - 140px);
        color: #5F5F5F; }
        .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper h4 {
          color: #010015;
          line-height: normal;
          font-size: 20px;
          margin-top: 0;
          transition: color 0.2s ease-out !important; }
          .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper h4:hover {
            color: #0094e5; }
        .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper p {
          line-height: 19px;
          font-size: 14px; }
        .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper a {
          font-weight: 600;
          line-height: 19px;
          font-size: 14px;
          text-decoration: none; }
        .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper .nh-price {
          display: block;
          color: #2F2F2F;
          font-weight: bold;
          line-height: 22px;
          font-size: 16px;
          margin-top: 11px; }
          .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper .nh-price strike {
            font-weight: normal; }
        .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper .nh-equal-height {
          margin-bottom: 18px; }
          @media (max-width: 899px) {
            .nh-grid li .nh-grid-wrapper .nh-grid-content-wrapper .nh-equal-height {
              height: auto !important; } }

.nh-has-icon {
  padding-left: 34px;
  background-repeat: no-repeat !important;
  background-position: center left !important; }
  .nh-has-icon.nh-icon-grid {
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-grid.svg?v=3982595382311773237); }
  .nh-has-icon.nh-icon-arrow {
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-arrow-circle.svg?v=15156402936740929155); }
  .nh-has-icon.nh-icon-hash {
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-hash.svg?v=15151280505928611507); }
  .nh-has-icon.nh-icon-bar {
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-bar.svg?v=14190634068290297758); }
  .nh-has-icon.nh-icon-home {
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-home.svg?v=11486133235455986793); }
  .nh-has-icon.nh-icon-thumb {
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-thumb.svg?v=15568798708680823362); }
  .nh-has-icon.nh-icon-gift {
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-gift.svg?v=425906054163442031); }

.nh-placeholder {
  background: #f7f9fc;
  position: relative;
  overflow: hidden;
  text-indent: -99999px;
  display: block;
  border-radius: 3px; }
  .nh-placeholder:before {
    content: ' ';
    animation: content-placeholder-animation 1s linear infinite;
    background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, rgba(230, 237, 247, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    will-change: transform; }

@keyframes content-placeholder-animation {
  0% {
    transform: translateX(-50%); }

  100% {
    transform: translateX(300%); } }

#new-homepage {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0; }
  @media (max-width: 899px) {
    #new-homepage .row {
      margin-left: 0;
      margin-right: 0; } }
  #new-homepage ul {
    list-style-type: none;
    padding: 0; }
  #new-homepage .nh-leaderboard {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-leaderboard.jpg?v=11473337995054407168) center no-repeat;
    min-height: 262px;
    position: relative;
    background-size: cover;
    color: white;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-bottom: 54px; }
    @media (max-width: 899px) {
      #new-homepage .nh-leaderboard {
        width: 90%;
        margin: 0 auto 14px;
        background-position: 80% 100%; } }
    #new-homepage .nh-leaderboard h1 {
      font-weight: inherit;
      line-height: normal;
      font-size: 50px;
      margin-top: 0;
      margin-bottom: 25px; }
      @media (max-width: 899px) {
        #new-homepage .nh-leaderboard h1 {
          font-weight: 300;
          line-height: normal;
          font-size: 36px; } }
    #new-homepage .nh-leaderboard p {
      font-weight: inherit;
      line-height: 30px;
      font-size: 21px;
      font-weight: normal;
      max-width: 350px;
      margin-top: 0;
      padding-top: 0; }
      @media (max-width: 899px) {
        #new-homepage .nh-leaderboard p {
          line-height: 30px;
          font-size: 18px; } }
  #new-homepage .nh-top-block {
    display: flex;
    text-align: center;
    margin-bottom: 54px;
    flex-wrap: wrap; }
    @media (max-width: 899px) {
      #new-homepage .nh-top-block {
        margin-bottom: 39px; }
        #new-homepage .nh-top-block.nh-top-block--has-banner {
          margin-bottom: 0; } }
    #new-homepage .nh-top-block > a {
      color: white !important;
      text-decoration: none !important; }
    #new-homepage .nh-top-block > div, #new-homepage .nh-top-block a {
      width: 32%; }
      #new-homepage .nh-top-block > div + div,
      #new-homepage .nh-top-block > div + a, #new-homepage .nh-top-block a + div,
      #new-homepage .nh-top-block a + a {
        margin-left: 2%; }
      @media (max-width: 899px) {
        #new-homepage .nh-top-block > div, #new-homepage .nh-top-block a {
          width: 100% !important;
          margin: 0 0 14px !important;
          min-height: 262px; } }
    #new-homepage .nh-top-block h2 {
      font-weight: 300;
      margin-top: 0;
      font-size: 30px;
      line-height: normal; }
      #new-homepage .nh-top-block h2 strong {
        font-weight: normal; }
    #new-homepage .nh-top-block .nh-top-block-search {
      flex-direction: column;
      background: #f7f9fc;
      padding: 50px 60px;
      color: #010015; }
      @media (max-width: 1066px) and (min-width: 899px) {
        #new-homepage .nh-top-block .nh-top-block-search {
          padding: 50px 30px; } }
      @media (max-width: 899px) {
        #new-homepage .nh-top-block .nh-top-block-search {
          padding: 50px 20px; } }
      #new-homepage .nh-top-block .nh-top-block-search h2 {
        margin-bottom: 28px; }
        #new-homepage .nh-top-block .nh-top-block-search h2 strong {
          color: #0094e5; }
      #new-homepage .nh-top-block .nh-top-block-search form {
        position: relative;
        margin-bottom: 10px; }
        #new-homepage .nh-top-block .nh-top-block-search form input {
          border: 0;
          outline: none; }
          #new-homepage .nh-top-block .nh-top-block-search form input[type="text"] {
            width: 255px;
            height: 48px;
            background: white;
            border-radius: 4px;
            box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.14);
            padding: 15px 22px;
            font-size: 13px;
            color: #7C8DA4;
            transition: box-shadow 0.2s ease-out; }
            #new-homepage .nh-top-block .nh-top-block-search form input[type="text"]:focus {
              box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.2); }
            #new-homepage .nh-top-block .nh-top-block-search form input[type="text"] ::-webkit-input-placeholder {
              font-size: 13px;
              color: #7C8DA4; }
            #new-homepage .nh-top-block .nh-top-block-search form input[type="text"] :-moz-placeholder {
              font-size: 13px;
              color: #7C8DA4; }
            #new-homepage .nh-top-block .nh-top-block-search form input[type="text"] ::-moz-placeholder {
              font-size: 13px;
              color: #7C8DA4; }
            #new-homepage .nh-top-block .nh-top-block-search form input[type="text"] :-ms-input-placeholder {
              font-size: 13px;
              color: #7C8DA4; }
          #new-homepage .nh-top-block .nh-top-block-search form input[type="submit"] {
            position: absolute;
            right: 0;
            top: 0;
            width: 48px;
            height: 48px;
            background: #0094e5 url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-icn-search.svg?v=9902133642744106149) center no-repeat;
            border-radius: 0px 4px 4px 0px;
            overflow: hidden;
            text-indent: -9999px; }
    #new-homepage .nh-top-block .nh-top-block-cta {
      background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-top-block-1.jpg?v=3009027564714069196) center no-repeat;
      background-size: cover;
      padding: 50px 0;
      position: relative;
      transition: opacity 0.2s ease-out;
      cursor: pointer; }
      #new-homepage .nh-top-block .nh-top-block-cta:hover {
        opacity: 0.95; }
      #new-homepage .nh-top-block .nh-top-block-cta a {
        color: white;
        text-decoration: none !important; }
      #new-homepage .nh-top-block .nh-top-block-cta.nh-top-block-cta-second {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-top-block-2.jpg?v=14696766865330978212) center no-repeat;
        background-size: cover; }
      #new-homepage .nh-top-block .nh-top-block-cta h2 strong {
        display: block; }
      #new-homepage .nh-top-block .nh-top-block-cta .nh-footnote {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 32px; }
        #new-homepage .nh-top-block .nh-top-block-cta .nh-footnote strong {
          display: block; }
  #new-homepage .nh-horizontal-banner {
    display: flex;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: space-between;
    align-items: center;
    padding: 26px 63px;
    text-decoration: none !important; }
    #new-homepage .nh-horizontal-banner > div {
      font-family: Source Sans Pro;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 23px;
      color: white; }
    #new-homepage .nh-horizontal-banner .btn {
      background: rgba(0, 0, 0, 0.46);
      border-radius: 100px;
      color: white;
      font-family: Source Sans Pro;
      font-size: 13px;
      text-align: center;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      width: 134px;
      height: 33px;
      line-height: 1.65;
      font-weight: 600; }
    @media (max-width: 899px) {
      #new-homepage .nh-horizontal-banner {
        display: block;
        text-align: center;
        padding: 26px; }
        #new-homepage .nh-horizontal-banner > * + * {
          margin-top: 20px; } }
  #new-homepage .nh-featured-libraries-title {
    background: #f7f9fc;
    text-align: center;
    padding: 29px; }
    #new-homepage .nh-featured-libraries-title.nh-featured-libraries-title--no-bg {
      padding: 0;
      background: none;
      margin-bottom: 50px; }
  #new-homepage .nh-featured-libraries {
    display: flex;
    margin-top: 54px;
    min-height: 500px; }
    @media (max-width: 899px) {
      #new-homepage .nh-featured-libraries {
        flex-wrap: wrap;
        min-height: 0; }
        #new-homepage .nh-featured-libraries > div {
          width: 100% !important;
          margin: 0 !important; } }
    #new-homepage .nh-featured-libraries .nh-fl-left {
      width: 32%; }
      @media (max-width: 1066px) and (min-width: 899px) {
        #new-homepage .nh-featured-libraries .nh-fl-left {
          width: 20%; }
          #new-homepage .nh-featured-libraries .nh-fl-left h3 {
            line-height: 48px !important;
            font-size: 18px !important; } }
      #new-homepage .nh-featured-libraries .nh-fl-left h3 {
        margin-bottom: 40px; }
        @media (max-width: 899px) {
          #new-homepage .nh-featured-libraries .nh-fl-left h3 {
            line-height: 48px;
            font-size: 18px;
            margin-bottom: 24px;
            margin-left: auto;
            margin-right: auto;
            width: 183px; } }
      #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list li {
        margin-bottom: 26px; }
        #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list li.nh-category-mobile-wrapper {
          display: none; }
          @media (max-width: 899px) {
            #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list li.nh-category-mobile-wrapper {
              display: block; }
              #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list li.nh-category-mobile-wrapper a {
                display: block; } }
      #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list .nh-category-trigger {
        line-height: 28px;
        font-size: 20px;
        color: #010015;
        text-decoration: none;
        transition-delay: 0 !important;
        transition: color 0.2s ease-out !important; }
        #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list .nh-category-trigger:hover {
          color: #0094e5; }
        @media (max-width: 1066px) and (min-width: 899px) {
          #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list .nh-category-trigger {
            font-size: 16px; } }
      #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list .active {
        color: #0094e5;
        font-weight: 600; }
      @media (max-width: 899px) {
        #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list {
          margin-bottom: 30px;
          box-sizing: border-box;
          height: 69px;
          overflow: hidden; }
          #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list li {
            padding: 16px 22px;
            margin-bottom: 0; }
            #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list li.nh-category-mobile-wrapper {
              background: #e9e9e9 url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-chevron-down.svg?v=6967730780393710093);
              background-position: 95% 50%;
              background-repeat: no-repeat; }
              #new-homepage .nh-featured-libraries .nh-fl-left .nh-category-list li.nh-category-mobile-wrapper.active {
                background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-chevron-up.svg?v=5690949182551422620); } }
    #new-homepage .nh-featured-libraries .nh-fl-right {
      width: 66%;
      margin-left: 2%; }
      @media (max-width: 1066px) and (min-width: 899px) {
        #new-homepage .nh-featured-libraries .nh-fl-right {
          width: 78%; } }
    #new-homepage .nh-featured-libraries .nh-pagination {
      text-align: center; }
      #new-homepage .nh-featured-libraries .nh-pagination .btn {
        height: 32px;
        padding: 7px 21px;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        color: white;
        border-radius: 16px;
        border: none;
        background: #0094e5;
        text-transform: uppercase;
        width: 104px; }
        #new-homepage .nh-featured-libraries .nh-pagination .btn:hover {
          opacity: 0.8; }
        #new-homepage .nh-featured-libraries .nh-pagination .btn + .btn {
          margin-left: 10px; }
  #new-homepage .nh-bottom-block {
    display: flex;
    margin-top: 70px; }
    @media (max-width: 899px) {
      #new-homepage .nh-bottom-block {
        flex-wrap: wrap; }
        #new-homepage .nh-bottom-block > div {
          width: 100% !important;
          margin: 0 0 20px !important; } }
    #new-homepage .nh-bottom-block > div {
      width: calc(50% - 9.5px);
      position: relative;
      padding-bottom: 90px;
      transition: opacity 0.2s ease-out;
      cursor: pointer; }
      @media (max-width: 899px) {
        #new-homepage .nh-bottom-block > div {
          padding-bottom: 50px; } }
      #new-homepage .nh-bottom-block > div:hover {
        opacity: 0.95; }
      #new-homepage .nh-bottom-block > div + div {
        margin-left: 19px; }
    #new-homepage .nh-bottom-block .nh-bottom-block-wrapper {
      height: 226px;
      box-sizing: border-box;
      padding: 53px;
      background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-wide-block-1.jpg?v=16839428137385867506);
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden;
      position: relative; }
      @media (max-width: 899px) {
        #new-homepage .nh-bottom-block .nh-bottom-block-wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      #new-homepage .nh-bottom-block .nh-bottom-block-wrapper h3 {
        line-height: normal;
        font-size: 30px;
        margin: 0 0 15px; }
        #new-homepage .nh-bottom-block .nh-bottom-block-wrapper h3 > span {
          display: block;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: bold;
          margin-top: 5px; }
        #new-homepage .nh-bottom-block .nh-bottom-block-wrapper h3.nh-has-subtitle {
          margin-top: -24px; }
      #new-homepage .nh-bottom-block .nh-bottom-block-wrapper p {
        line-height: 23px;
        font-size: 16px;
        max-width: 232px; }
      #new-homepage .nh-bottom-block .nh-bottom-block-wrapper:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-wide-block-mask-1.png?v=12035035567498832461);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1; }
      #new-homepage .nh-bottom-block .nh-bottom-block-wrapper > * {
        position: relative;
        z-index: 2; }
      #new-homepage .nh-bottom-block .nh-bottom-block-wrapper + img {
        position: absolute;
        bottom: -5px;
        right: 36px;
        z-index: 3; }
        @media (max-width: 1220px) {
          #new-homepage .nh-bottom-block .nh-bottom-block-wrapper + img {
            max-width: 250px; } }
        @media (max-width: 899px) {
          #new-homepage .nh-bottom-block .nh-bottom-block-wrapper + img {
            right: 32px;
            max-width: 160px; } }
    #new-homepage .nh-bottom-block .nh-bottom-block-cta-second .nh-bottom-block-wrapper {
      background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-wide-block-2.jpg?v=14995053194143873138); }
      #new-homepage .nh-bottom-block .nh-bottom-block-cta-second .nh-bottom-block-wrapper:before {
        background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-wide-block-mask-2.png?v=4796235283404984118); }
      #new-homepage .nh-bottom-block .nh-bottom-block-cta-second .nh-bottom-block-wrapper + img {
        bottom: 34px; }
        @media (max-width: 1220px) {
          #new-homepage .nh-bottom-block .nh-bottom-block-cta-second .nh-bottom-block-wrapper + img {
            max-width: 180px; } }
        @media (max-width: 899px) {
          #new-homepage .nh-bottom-block .nh-bottom-block-cta-second .nh-bottom-block-wrapper + img {
            max-width: 113px;
            bottom: 5px; } }
    #new-homepage .nh-bottom-block a {
      color: white;
      text-decoration: none; }
  #new-homepage .nh-last-block {
    display: flex;
    margin-top: 54px;
    margin-bottom: 75px; }
    @media (max-width: 899px) {
      #new-homepage .nh-last-block {
        flex-wrap: wrap; }
        #new-homepage .nh-last-block > div {
          width: 100% !important;
          margin: 0 0 20px !important; } }
    #new-homepage .nh-last-block h3 span {
      font-weight: normal; }
    #new-homepage .nh-last-block > div {
      width: 32%; }
      #new-homepage .nh-last-block > div + div {
        margin-left: 2%; }
    #new-homepage .nh-last-block .nh-last-block-offers {
      width: 42.8%; }
      @media (max-width: 1050px) and (min-width: 899px) {
        #new-homepage .nh-last-block .nh-last-block-offers {
          width: 32% !important; }
          #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper {
            padding: 72px 20px !important; } }
      #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper {
        height: calc(100% - 75px);
        background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-special-offer-1.jpg?v=11521390993762456700);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 38px;
        color: white;
        padding: 72px 60px; }
        @media (max-width: 899px) {
          #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper {
            height: auto; } }
        @media (max-width: 899px) {
          #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper {
            padding: 37px 37px 72px; } }
        #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper h3 {
          font-weight: normal;
          line-height: normal;
          font-size: 30px;
          margin: 0 0 15px;
          color: white; }
        #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper p {
          font-weight: normal;
          line-height: 24px;
          font-size: 18px;
          max-width: 90%; }
        #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper > img {
          margin-top: 20px; }
        #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper .nh-discount {
          margin-top: 25px;
          display: block;
          font-weight: 600;
          line-height: normal;
          font-size: 46px;
          text-transform: uppercase; }
        #new-homepage .nh-last-block .nh-last-block-offers .nh-offer-wrapper .nh-btn-cta {
          display: block;
          margin-top: 20px; }
      #new-homepage .nh-last-block .nh-last-block-offers.nh-last-block-offers-two {
        width: 21.2%; }
        @media (max-width: 899px) {
          #new-homepage .nh-last-block .nh-last-block-offers.nh-last-block-offers-two > h3 {
            display: none; } }
        #new-homepage .nh-last-block .nh-last-block-offers.nh-last-block-offers-two .nh-offer-wrapper {
          background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/nh-special-offer-2.jpg?v=11505173458329816790);
          text-align: center;
          padding: 72px 30px;
          position: relative; }
          @media (max-width: 899px) {
            #new-homepage .nh-last-block .nh-last-block-offers.nh-last-block-offers-two .nh-offer-wrapper {
              margin-top: 0 !important; } }
          #new-homepage .nh-last-block .nh-last-block-offers.nh-last-block-offers-two .nh-offer-wrapper h3 {
            font-size: 24px; }
          #new-homepage .nh-last-block .nh-last-block-offers.nh-last-block-offers-two .nh-offer-wrapper p {
            line-height: 24px;
            font-size: 18px;
            max-width: 100%; }
          #new-homepage .nh-last-block .nh-last-block-offers.nh-last-block-offers-two .nh-offer-wrapper .nh-btn-cta {
            position: absolute;
            bottom: 73px;
            left: 50%;
            margin-left: -94px; }
    #new-homepage .nh-last-block .nh-last-block-top h3 {
      position: relative; }
      #new-homepage .nh-last-block .nh-last-block-top h3 > a {
        font-weight: 600;
        line-height: normal;
        font-size: 11px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        text-decoration: none;
        color: #010015;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
        transition: 0.2s ease-out;
        transition-delay: 0; }
        #new-homepage .nh-last-block .nh-last-block-top h3 > a:hover {
          color: #0094e5; }
    #new-homepage .nh-last-block .nh-top-sellers {
      margin-top: 38px; }
      #new-homepage .nh-last-block .nh-top-sellers li {
        margin-bottom: 21px; }
        #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper {
          display: flex; }
          #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-img-wrapper {
            width: 77px;
            height: 77px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            transition: all 300ms ease-out;
            backface-visibility: hidden; }
            #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-img-wrapper:hover {
              opacity: 0.8;
              background-size: 101%; }
          #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-content-wrapper {
            margin-left: 22px;
            width: calc(100% - 140px);
            color: #5F5F5F; }
            #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-content-wrapper h4 {
              color: #010015;
              line-height: normal;
              font-size: 20px;
              margin-top: 0;
              transition: color 0.2s ease-out !important; }
              #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-content-wrapper h4:hover {
                color: #0094e5; }
            #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-content-wrapper a {
              text-decoration: none !important; }
            #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-content-wrapper .nh-price {
              display: block;
              color: #2F2F2F;
              font-weight: bold;
              line-height: 22px;
              font-size: 16px;
              margin-top: 11px; }
              #new-homepage .nh-last-block .nh-top-sellers li .nh-grid-wrapper .nh-grid-content-wrapper .nh-price strike {
                font-weight: normal; }

/**
 * HupSpot Hack for Smart Bar
 */
#hubspot-messages-iframe-container iframe {
  top: 0 !important; }

/**
 * Download Manager Banner
 */
#download-manager-banner {
  background: #3b516c url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/download-manager-badge.png?v=11537275608221432153") no-repeat;
  background-position: 95% 50%;
  border-radius: 4px;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 11px 30px; }
  #download-manager-banner span {
    font-weight: 300; }
  #download-manager-banner strong {
    font-weight: 500; }
  #download-manager-banner a {
    background: #ff6e00 url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icon-download.png?v=14690760076549795790") no-repeat;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px 20px;
    margin-left: 20px;
    background-position: 93% 40%;
    background-size: 20px;
    padding-right: 40px !important; }

@media (max-width: 984px) {
  #download-manager-banner {
    text-align: center;
    background-position: 100%;
    background-size: contain; }
    #download-manager-banner a {
      display: block;
      max-width: 180px;
      margin: 10px auto; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #download-manager-banner {
    background-image: url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/download-manager-badge@2x.png?v=11537275608221432153"); }
    #download-manager-banner a {
      background-image: url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icon-download@2x.png?v=14690760076549795790"); } }
/**
 * Button as Text
 */
.btn--as-text {
  background: none;
  border: 0;
  display: block;
  color: #03a9f4;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: 20px;
  padding: 0; }

/**
 * Proxy Support
 */
.template-proxy .popover {
  font-size: 12px;
  letter-spacing: 0.5px; }

/**	
 * Lity
 */
.lity-active,
.lity-active body {
  overflow: hidden; }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-font-smoothing: antialiased; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-display: swap;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  font-display: swap;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute !important;
  right: -45px !important;
  text-indent: -999px;
  overflow: hidden;
  background: url(https://www.prosoundeffects.com/wp-content/themes/PSE/images/icn-close.png) center no-repeat !important;
  outline: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 600px !important; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s; }

@media (min-height: 600px) {
  .lity-iframe-container {
    min-height: 496px; } }
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjYzFjMWMxIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjAuNXMiCiAgICAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4KICAgICAgICAgICAgPC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.lity-hide {
  display: none; }

/**
 * New Product Page
 */
.new-product-page .npp-hero {
  padding: 37px 0;
  background: linear-gradient(180deg, rgba(19, 146, 229, 0.4) 0%, rgba(19, 146, 229, 0) 100%), #0c1d33; }
  .new-product-page .npp-hero .breadcrumb {
    background: none;
    margin-bottom: 0;
    color: #fff;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0; }
    .new-product-page .npp-hero .breadcrumb > li + li:before {
      color: #fff;
      content: ">"; }
    .new-product-page .npp-hero .breadcrumb a {
      color: #fff; }
.new-product-page .npp-hero-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1140px;
  margin: 32px auto; }
.new-product-page .npp-image-slider {
  display: flex;
  align-items: flex-start; }
  .new-product-page .npp-image-slider ul {
    background: #fff;
    padding: 12px;
    list-style-type: none;
    border-radius: 16px;
    max-height: 453px;
    overflow: scroll; }
    .new-product-page .npp-image-slider ul.visible-xs.visible-sm {
      margin-bottom: 30px; }
    .new-product-page .npp-image-slider ul li {
      margin-bottom: 14px; }
      .new-product-page .npp-image-slider ul li:last-of-type {
        margin-bottom: 0; }
    .new-product-page .npp-image-slider ul a {
      display: block;
      width: 68px;
      height: 52px;
      border: 2px solid transparent;
      border-radius: 4px;
      filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
      text-decoration: none !important;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .new-product-page .npp-image-slider ul a.selected {
        border: 2px solid #1392E5; }
.new-product-page .npp-main-image {
  max-width: 453px;
  margin-left: 40px; }
  .new-product-page .npp-main-image > div {
    width: 453px;
    height: 453px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    box-shadow: 0px 22px 18px -25px rgba(6, 9, 11, 0.8);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .new-product-page .npp-main-image > div a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none !important; }
  @media (max-width: 1177px) {
    .new-product-page .npp-main-image {
      margin-left: 30px; }
      .new-product-page .npp-main-image > div {
        width: 300px;
        height: 300px; } }
.new-product-page .npp-price-box {
  background: #fff;
  max-width: 431px;
  width: 431px;
  box-sizing: border-box;
  padding: 28px;
  border-radius: 16px;
  color: #68707F;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0; }
  .new-product-page .npp-price-box h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #060F26;
    margin-top: 0; }
  .new-product-page .npp-price-box p.lead {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0; }
  .new-product-page .npp-price-box p.stats {
    font-size: 14px;
    line-height: 18px; }
    .new-product-page .npp-price-box p.stats span {
      line-height: 1.6;
      padding: 2px 12px; }
      .new-product-page .npp-price-box p.stats span:first-of-type {
        padding-left: 0; }
    .new-product-page .npp-price-box p.stats span + span {
      border-left: 1px solid #E6E7E9; }
    .new-product-page .npp-price-box p.stats .tracklist-wrapper {
      display: block;
      margin-bottom: 0;
      padding: 10px 0 0 0;
      border: 0;
      margin-top: 0; }
      .new-product-page .npp-price-box p.stats .tracklist-wrapper a {
        display: inline;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #263238;
        text-transform: none;
        padding: 0; }
      .new-product-page .npp-price-box p.stats .tracklist-wrapper svg {
        position: relative;
        top: 2px;
        margin-right: 5px; }
  .new-product-page .npp-price-box .npp-price-information {
    border-top: 1px solid #E6E7E9;
    margin-top: 20px;
    padding-top: 15px; }
    .new-product-page .npp-price-box .npp-price-information .npp-intro-sale {
      display: inline-block;
      background: rgba(214, 59, 22, 0.08);
      border-radius: 55px;
      padding: 6px 11px;
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      color: #FF6E00;
      margin-bottom: 10px; }
    .new-product-page .npp-price-box .npp-price-information .price {
      font-weight: 600;
      font-size: 28px;
      line-height: 35px;
      letter-spacing: -0.02em;
      color: #FF6E00;
      margin-bottom: 3px; }
      .new-product-page .npp-price-box .npp-price-information .price strike {
        font-weight: normal;
        color: #68707F;
        opacity: 0.5;
        display: inline-block;
        margin-left: 10px; }
    .new-product-page .npp-price-box .npp-price-information .monthly-price {
      color: #263338; }
    .new-product-page .npp-price-box .npp-price-information .splitit {
      color: #263338;
      text-decoration: underline; }
      .new-product-page .npp-price-box .npp-price-information .splitit svg {
        position: relative;
        top: -8px; }
    .new-product-page .npp-price-box .npp-price-information .license {
      border-top: 1px solid #E6E7E9;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-top: 15px; }
      .new-product-page .npp-price-box .npp-price-information .license strong {
        color: #263338;
        padding: 0 12px 0 0;
        border-right: 1px solid #E6E7E9;
        margin-right: 12px; }
    .new-product-page .npp-price-box .npp-price-information .npp-choose-edition {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #263338; }
    .new-product-page .npp-price-box .npp-price-information form {
      background: rgba(188, 196, 219, 0.1);
      margin-left: -28px;
      margin-right: -28px;
      margin-bottom: -28px; }
    .new-product-page .npp-price-box .npp-price-information .variant-chooser {
      border: 0;
      box-shadow: none;
      padding: 19px 28px 0 28px; }
      .new-product-page .npp-price-box .npp-price-information .variant-chooser select {
        appearance: none;
        background: white url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi41IDZMMTIgMSIgc3Ryb2tlPSIjMjYzMzM4IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-position: 94% 50%;
        border: 1px solid #E6E7E9;
        border-radius: 42px;
        display: block;
        width: 100%;
        height: 50px;
        padding: 0 22px;
        box-sizing: border-box;
        cursor: pointer;
        outline: none; }
    .new-product-page .npp-price-box .npp-price-information .btn-wrapper {
      display: block;
      padding: 28px; }
      .new-product-page .npp-price-box .npp-price-information .btn-wrapper input[type="submit"] {
        position: relative;
        margin: 0;
        padding: 0;
        background: #FF6E00;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
        border-radius: 100px;
        width: 100%;
        box-sizing: border-box;
        height: 50px; }
    .new-product-page .npp-price-box .npp-price-information .variant-chooser + input + .btn-wrapper {
      padding-top: 10px; }
  .new-product-page .npp-price-box .shapp_option_set {
    box-shadow: none;
    border-radius: 0;
    padding: 20px 28px;
    border-top: 0; }
    .new-product-page .npp-price-box .shapp_option_set .shappify_option_name {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #263338; }
  .new-product-page .npp-price-box #option_display_total_format {
    padding-left: 28px;
    padding-right: 28px;
    border-bottom: 1px solid #E6E7E9;
    margin-bottom: 0 !important;
    padding-bottom: 20px; }
    .new-product-page .npp-price-box #option_display_total_format #formatted_option_total {
      color: #FF6E00; }
@media (min-width: 981px) {
  .new-product-page .npp-hero-flex-no-slider {
    justify-content: flex-start; }
    .new-product-page .npp-hero-flex-no-slider .npp-hero-left-wrapper {
      width: 50%; }
    .new-product-page .npp-hero-flex-no-slider .npp-image-slider {
      justify-content: flex-end; }
    .new-product-page .npp-hero-flex-no-slider .npp-main-image {
      margin-left: 0;
      margin-right: 5%; }
    .new-product-page .npp-hero-flex-no-slider .npp-price-box {
      margin-left: 5%; } }
.new-product-page .npp-content-tab {
  padding: 22px;
  border-bottom: 1px solid #E6E7E9;
  margin-bottom: 54px; }
  @media (max-width: 980px) {
    .new-product-page .npp-content-tab {
      margin-bottom: 30px; } }
  .new-product-page .npp-content-tab ul {
    background: #EDEDED;
    border-radius: 32.5px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: flex;
    max-width: 380px;
    padding: 0; }
    .new-product-page .npp-content-tab ul li {
      width: 190px;
      height: 48px; }
      .new-product-page .npp-content-tab ul li.active {
        background: #0C1D33;
        border-radius: 32.5px; }
        .new-product-page .npp-content-tab ul li.active a {
          color: #fff; }
      .new-product-page .npp-content-tab ul li a {
        font-size: 18px;
        color: #060F26;
        display: block;
        line-height: 45px;
        text-decoration: none; }
.new-product-page .npp-content {
  margin-top: 44px; }
.new-product-page .npp-related-libraries {
  border-top: 1px solid #E6E7E9;
  margin-top: 30px; }
  .new-product-page .npp-related-libraries .related-libraries {
    margin-top: 50px; }
  .new-product-page .npp-related-libraries ul {
    margin-left: 0; }
.new-product-page .npp-tab-content {
  font-size: 17px;
  line-height: 150%;
  color: #263238;
  letter-spacing: 0; }
  .new-product-page .npp-tab-content p {
    margin-bottom: 30px; }
  .new-product-page .npp-tab-content h3 {
    color: #263238;
    font-weight: 600; }
  .new-product-page .npp-tab-content ul, .new-product-page .npp-tab-content ol {
    margin-bottom: 30px; }
    .new-product-page .npp-tab-content ul ul, .new-product-page .npp-tab-content ul ol, .new-product-page .npp-tab-content ol ul, .new-product-page .npp-tab-content ol ol {
      margin-bottom: 0; }
  .new-product-page .npp-tab-content a.popover-modal-lity-icon,
  .new-product-page .npp-tab-content a[data-toggle=popover] {
    color: #1d1d1d !important;
    font-size: 10px !important;
    border-radius: 99px;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-top: 2px;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 1.27;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -3px; }
.new-product-page .npp-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .new-product-page .npp-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.new-product-page .spr-review-content-body {
  font-size: 17px;
  line-height: 150%; }

#modal-pronto-split {
  outline: none; }

.modal-pronto {
  max-width: 600px;
  letter-spacing: 0;
  padding: 15px;
  color: #68707f;
  font-size: 15px;
  line-height: 1.6; }
  .modal-pronto h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000000; }
  .modal-pronto .modal-pronto-content {
    max-height: 400px;
    overflow: auto;
    outline: none; }
    .modal-pronto .modal-pronto-content img {
      max-width: 100%; }
    @media (max-height: 600px) {
      .modal-pronto .modal-pronto-content {
        max-height: 300px; } }
    @media (max-height: 320px) {
      .modal-pronto .modal-pronto-content {
        max-height: 150px; } }

@media (max-width: 600px) {
  .lity-container {
    max-width: 90%; }

  .lity-container .lity-close {
    top: -40px !important;
    right: 0 !important; }

  .modal-pronto {
    max-width: 100%; } }
@media (max-width: 980px) {
  .new-product-page {
    padding-top: 0 !important; }
    .new-product-page .npp-hero-flex {
      display: block; }
    .new-product-page .npp-image-slider {
      flex-direction: column;
      align-items: center; }
      .new-product-page .npp-image-slider ul {
        overflow-x: auto;
        overflow-y: hidden; }
        .new-product-page .npp-image-slider ul li {
          display: inline-block;
          margin-bottom: 0; }
    .new-product-page .npp-main-image {
      margin: 0 auto 30px; }
      .new-product-page .npp-main-image > div {
        width: 431px;
        height: 431px;
        margin: 0 auto; }
    .new-product-page .npp-price-box {
      margin: 0 auto; }
    .new-product-page .npp-tab-content img {
      max-width: 100%; }
    .new-product-page .ad-wrapper img {
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 580px) {
  .new-product-page .npp-main-image {
    max-width: 100%; }
    .new-product-page .npp-main-image > div {
      width: 300px !important;
      height: 300px !important;
      margin: 0 auto;
      max-width: 100%; }
  .new-product-page .npp-price-box {
    max-width: 100%; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .new-product-page .npp-main-image {
    max-width: 100%; }
    .new-product-page .npp-main-image > div {
      width: 327.5px !important;
      height: 327.5px !important;
      margin: 0 auto;
      max-width: 100%; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .new-product-page .npp-main-image {
    max-width: 100%; }
    .new-product-page .npp-main-image > div {
      width: 362.59px !important;
      height: 362.59px !important;
      margin: 0 auto;
      max-width: 100%; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .new-product-page .npp-price-box p.stats {
    text-align: center; }
    .new-product-page .npp-price-box p.stats .tracklist-wrapper {
      display: block;
      border-left: 0;
      padding-left: 0;
      padding-top: 10px;
      text-align: center; } }
@media (max-width: 767px) {
  .new-product-page .container {
    padding: 0 20px !important; } }
/**
 * Cart SplitIt
 */
.cart__splitit {
  font-size: 16px; }
  .cart__splitit a.popover-modal-lity-icon,
  .cart__splitit a[data-toggle=popover] {
    color: #1d1d1d !important;
    font-size: 10px !important;
    border-radius: 99px;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-top: 2px;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 1.27;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -3px; }
