/**
 * Insert your styles with Liquid below.
 *
 * Import additional stylesheets into this sheet using CSS imports:
 * @import url('./global/form.scss');
 */
/* GBP */
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.currency-GBP .text-gbp {
  display: inline-block; }

.currency-GBP .text-eur, .currency-GBP .text-aud, .currency-GBP .text-cad,
.currency-GBP .text-usd, .currency-GBP .text-nzd {
  display: none; }

/* EUR */
.currency-EUR .text-eur {
  display: inline-block; }

.currency-EUR .text-gbp, .currency-EUR .text-aud, .currency-EUR .text-cad,
.currency-EUR .text-usd, .currency-EUR .text-nzd {
  display: none; }

/* AUD */
.currency-AUD .text-aud {
  display: inline-block; }

.currency-AUD .text-eur, .currency-AUD .text-gbp, .currency-AUD .text-cad,
.currency-AUD .text-usd, .currency-AUD .text-nzd {
  display: none; }

/* USD */
.currency-USD .text-usd {
  display: inline-block; }

.currency-USD .text-eur, .currency-USD .text-aud, .currency-USD .text-cad,
.currency-USD .text-gbp, .currency-USD .text-nzd {
  display: none; }

/* NZD */
.currency-NZD .text-nzd {
  display: inline-block; }

.currency-NZD .text-eur, .currency-NZD .text-aud, .currency-NZD .text-cad,
.currency-NZD .text-usd, .currency-NZD .text-gbp {
  display: none; }

/* CAD */
.currency-CAD .text-cad {
  display: inline-block; }

.currency-CAD .text-eur, .currency-CAD .text-aud, .currency-CAD .text-gbp,
.currency-CAD .text-usd, .currency-CAD .text-nzd {
  display: none; }

.faqs.horizontalTab .accordion:before {
  content: "Q"; }

/* Currency selector */
.currency-selector-container form {
  display: flex; }
  .currency-selector-container form select {
    border: 1px solid red;
    background-color: transparent;
    font-size: .8rem; }
  .currency-selector-container form button {
    background-color: transparent;
    border: 0;
    font-weight: bold;
    color: red; }

.notice a {
  color: #3b3e45;
  text-decoration: underline; }
  .notice a:hover {
    color: #fd4801; }

/* Product Page */
div.ot-review-image img, .list-view .ot-review-image img {
  border: 2px solid #ec4805 !important;
  border-color: #ec4805 !important; }

.ot-review-image img, .list-view .ot-review-image img {
  border: 2px solid #40b4c4 !important;
  border-radius: 50%;
  padding: 2px;
  min-height: 220px;
  min-width: 220px; }

.ot-facebook-reviews-happyself .ot-review-items {
  display: flex;
  align-items: center; }

.ot-facebook-reviews-happyself .ot-review-items h4 {
  font-weight: bold;
  color: #fd4801; }

.ot-facebook-reviews-happyself .ot-review-date {
  color: #3b3e45;
  font-weight: bold;
  display: block; }

.ot-facebook-reviews-happyself .ot-rating {
  margin-bottom: 15px; }

div.ot-review-image img, .list-view .ot-review-image img {
  border: 2px solid #ec4805 !important;
  border-color: #ec4805 !important; }

.ot-review-image img, .list-view .ot-review-image img {
  border: 2px solid #40b4c4 !important;
  border-radius: 50%;
  padding: 2px;
  min-height: 220px;
  min-width: 220px; }

.ot-facebook-reviews .ot-review-items {
  display: flex;
  align-items: center; }

.ot-facebook-reviews .ot-review-items h4 {
  font-weight: bold;
  color: #fd4801; }

.ot-facebook-reviews .ot-review-date {
  color: #3b3e45;
  font-weight: bold;
  display: block; }

.ot-facebook-reviews .ot-rating {
  margin-bottom: 15px; }

.spr-review-reportreview {
  display: none; }

.spr-review-header-byline {
  font-size: 0;
  opacity: 1; }

.spr-review-header-byline strong:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fd4801;
  font-style: normal; }

.spr-button {
  background-color: #fd4801;
  color: #fff;
  float: none; }

.spr-form-actions {
  text-align: center; }

.spr-form-input:not(.spr-starrating) {
  padding: 10px;
  border: 1px solid red;
  font-size: 1rem;
  background-color: transparent; }

.spr-form-input-textarea {
  border: 0 !important;
  padding: 0 !important; }

.template-product .variant {
  justify-content: flex-start;
  margin-top: 15px;
  color: #fd4801; }
.template-product .stamp {
  font-size: 1.5rem; }
.template-product h1 {
  margin-bottom: 0; }

.btn.border-red {
  padding-top: 8px; }

.variant {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }
  .variant label {
    margin: 0;
    line-height: 1;
    font-size: 1rem; }
  .variant select {
    color: #fd4801;
    background: transparent;
    border: 0;
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    top: 1px;
    position: relative;
    outline: none; }

/* end product page */
.ticks {
  text-align: left;
  margin-left: 0 !important;
  padding: 0; }
  .ticks li {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px; }
    .ticks li:before {
      content: "";
      background-image: url(http://podcast.happyselfjournal.com/wp-content/themes/happyself/build/icons/tick.svg);
      background-size: cover;
      width: 25px;
      height: 31px;
      display: block;
      position: absolute;
      left: 0;
      top: -5px; }

#shopify-section-1553778981551 {
  max-width: 1254px;
  float: none;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  margin-bottom: 60px !important; }

.cc-window {
  font-family: 'Brown', sans-serif !important; }

.product-carousel img {
  z-index: -1; }

p {
  font-size: 18px !important; }

.horizontalTab .panel a {
  background-color: transparent !important; }

/* Contact page */
.template-page .contact-page {
  position: relative; }
  .template-page .contact-page .rte {
    margin-bottom: 350px; }
    .template-page .contact-page .rte a {
      color: #3b3e45; }
  .template-page .contact-page .dot {
    position: absolute; }
    .template-page .contact-page .dot.dot-1 {
      top: 7vh;
      left: 35vw; }
      .template-page .contact-page .dot.dot-1 svg {
        width: 20px; }
    .template-page .contact-page .dot.dot-2 {
      top: 10vh;
      right: 25vw; }
      .template-page .contact-page .dot.dot-2 svg {
        width: 25px; }
    .template-page .contact-page .dot.dot-3 {
      top: 35vh;
      right: 35vw; }
      .template-page .contact-page .dot.dot-3 svg {
        width: 15px; }
    .template-page .contact-page .dot.dot-4 {
      top: 55vh;
      right: 24vw; }
      .template-page .contact-page .dot.dot-4 svg {
        width: 40px; }
  .template-page .contact-page .contact-char {
    position: absolute;
    top: 10vh;
    left: 20vw; }
    .template-page .contact-page .contact-char svg {
      width: 300px; }

#shopify-section-1553778981551 {
  max-width: 1254px;
  float: none;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  margin-bottom: 60px !important; }
  #shopify-section-1553778981551 .thrv_wrapper {
    position: relative; }

div[data-css="tve-u-1646b10b8e4"] {
  position: relative; }

.cc-window {
  font-family: 'Brown', sans-serif !important; }

.product-carousel img {
  z-index: -1; }

p {
  font-size: 18px !important; }

.horizontalTab .panel a {
  background-color: transparent !important; }

.product-description .static-panels {
  display: none; }

.spr-summary-actions {
  text-align: center;
  display: block; }

.spr-form-message-success {
  text-align: center; }

.spr-summary-actions-newreview, .spr-button-primary {
  border-radius: 100px;
  float: none !important;
  padding: 10px 30px;
  font-size: 1.2rem;
  font-family: 'Brown';
  cursor: pointer;
  min-width: 250px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  box-shadow: none !important;
  border: 0;
  background-color: #fd4801 !important;
  color: #f1ece8 !important;
  text-align: center; }

.spr-summary-actions-newreview:hover {
  background-color: #3b3e45;
  color: #f1ece8; }

.spr-review-reportreview, .spr-header-title, .spr-summary-caption,
.spr-reviews, .spr-summary-starrating {
  display: none; }

.spr-review-header-byline {
  font-size: 0;
  opacity: 1; }

.spr-review-header-byline strong:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fd4801;
  font-style: normal; }

.spr-button {
  background-color: #fd4801;
  color: #fff;
  float: none; }

.spr-form-actions {
  text-align: center; }

.spr-form-input:not(.spr-starrating) {
  padding: 10px;
  border: 1px solid red;
  font-size: 1rem;
  background-color: transparent; }

.spr-form-input-textarea {
  border: 0 !important;
  padding: 0 !important; }

#masthead .navbar-nav li {
  margin: 0 45px !important; }

.spr-summary-actions {
  text-align: center;
  display: block; }

.spr-form-message-success {
  text-align: center; }

.klaviyo-form button[alt='Close form'] {
  background-color: transparent !important; }

.spr-summary-actions-newreview, .spr-button-primary, .klaviyo-form button {
  border-radius: 100px;
  float: none !important;
  padding: 10px 30px;
  font-size: 1.2rem;
  font-family: 'Brown';
  cursor: pointer;
  min-width: 250px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  box-shadow: none !important;
  border: 0;
  background-color: #fd4801 !important;
  color: #f1ece8 !important;
  text-align: center; }

.spr-summary-actions-newreview:hover {
  background-color: #3b3e45;
  color: #f1ece8; }

.spr-review-reportreview, .spr-header-title, .spr-summary-caption,
.spr-reviews, .spr-summary-starrating {
  display: none; }

.spr-review-header-byline {
  font-size: 0;
  opacity: 1; }

.spr-review-header-byline strong:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fd4801;
  font-style: normal; }

.spr-button {
  background-color: #fd4801;
  color: #fff;
  float: none; }

.spr-form-actions {
  text-align: center; }

.spr-form-input:not(.spr-starrating) {
  padding: 10px;
  border: 1px solid red;
  font-size: 1rem;
  background-color: transparent; }

.spr-form-input-textarea {
  border: 0 !important;
  padding: 0 !important; }

/* Currency selector */
.product-page-currency-selector {
  display: flex; }
  .product-page-currency-selector select {
    border: 1px solid red;
    background-color: transparent;
    font-size: .8rem; }
  .product-page-currency-selector button {
    background-color: transparent;
    border: 0;
    font-weight: bold;
    color: #fd4801; }

.currency-selector-container form {
  display: flex; }
  .currency-selector-container form select {
    border: 1px solid #fd4801;
    background-color: transparent;
    font-size: .8rem; }
  .currency-selector-container form button {
    background-color: transparent;
    border: 0;
    font-weight: bold;
    color: #fd4801; }

#site-footer .copyright {
  text-align: center; }

#modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 236, 232, 0.75);
  z-index: 1000;
  display: none; }
  #modal-bg.active {
    display: block; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  background-color: #f1ece8;
  color: black;
  border: 10px solid #fd4801;
  max-width: 680px;
  padding: 30px;
  border-radius: 30px;
  text-align: center; }
  .modal.active {
    display: block; }
  .modal h2 {
    padding-top: 0;
    margin: 0px 0 25px 0;
    font-weight: 700;
    padding: 40px 0 0;
    font-size: 40px;
    line-height: 1.12em;
    color: #fd4801; }

/* Optimonk specific */
.om-canvas[data-om-step="1"] {
  margin-top: 6vh; }

/* End optimonk */
/* Klaviyo Popup */
.klaviyo-form * {
  font-family: 'Brown', sans-serif !important; }
.klaviyo-form a {
  color: #fd4801 !important; }
.klaviyo-form img[alt='popup-header-image'] {
  margin-top: -80px; }
.klaviyo-form span[style='font-size: 18px'] {
  line-height: 24px; }
.klaviyo-form div[role='group'] label.needsclick div {
  font-size: 16px !important;
  color: #545454 !important; }
.klaviyo-form input[type='text'], .klaviyo-form input[type='email'] {
  border: 0 !important;
  border-bottom: 2px solid #afafaf !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important; }
  .klaviyo-form input[type='text']::-webkit-input-placeholder, .klaviyo-form input[type='email']::-webkit-input-placeholder {
    color: #afafaf !important;
    font-family: 'Brown', sans-serif !important; }
  .klaviyo-form input[type='text']::-moz-placeholder, .klaviyo-form input[type='email']::-moz-placeholder {
    color: #afafaf !important;
    font-family: 'Brown', sans-serif !important; }
  .klaviyo-form input[type='text']:-ms-input-placeholder, .klaviyo-form input[type='email']:-ms-input-placeholder {
    color: #afafaf !important;
    font-family: 'Brown', sans-serif !important; }
  .klaviyo-form input[type='text']:-moz-placeholder, .klaviyo-form input[type='email']:-moz-placeholder {
    color: #afafaf !important;
    font-family: 'Brown', sans-serif !important; }

/* Continuation Form */
.junior-continuation-journal .continuation-form-container input[type='text'], .junior-continuation-journal .continuation-form-container input[type='email'] {
  border-bottom-color: #ec4805 !important;
  color: #ec4805 !important;
  font-weight: bold !important; }
  .junior-continuation-journal .continuation-form-container input[type='text']:focus, .junior-continuation-journal .continuation-form-container input[type='email']:focus {
    box-shadow: none !important; }
  .junior-continuation-journal .continuation-form-container input[type='text']::-webkit-input-placeholder, .junior-continuation-journal .continuation-form-container input[type='email']::-webkit-input-placeholder {
    color: #ec4805 !important;
    font-weight: bold !important;
    font-family: 'Brown', sans-serif !important; }
  .junior-continuation-journal .continuation-form-container input[type='text']::-moz-placeholder, .junior-continuation-journal .continuation-form-container input[type='email']::-moz-placeholder {
    color: #ec4805 !important;
    font-weight: bold !important;
    font-family: 'Brown', sans-serif !important; }
  .junior-continuation-journal .continuation-form-container input[type='text']:-ms-input-placeholder, .junior-continuation-journal .continuation-form-container input[type='email']:-ms-input-placeholder {
    color: #ec4805 !important;
    font-weight: bold !important;
    font-family: 'Brown', sans-serif !important; }
  .junior-continuation-journal .continuation-form-container input[type='text']:-moz-placeholder, .junior-continuation-journal .continuation-form-container input[type='email']:-moz-placeholder {
    color: #ec4805 !important;
    font-weight: bold !important;
    font-family: 'Brown', sans-serif !important; }
.junior-continuation-journal .continuation-form-container p {
  font-size: 14px !important; }
.junior-continuation-journal .continuation-form-container button {
  border-radius: 100px !important;
  min-width: 150px !important;
  transition: all .2s ease-in-out !important; }
  .junior-continuation-journal .continuation-form-container button:hover {
    background-color: #3b3e45 !important; }

/* Continuation Form end */
/* New footer */
#new-site-footer {
  margin-top: 120px;
  min-height: 487px;
  color: #fff;
  font-size: .8rem;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  #new-site-footer p {
    font-size: .8rem !important; }
  #new-site-footer .newsletter-form-container a {
    color: #fff !important;
    text-decoration: underline;
    transition: all .2s ease-in-out; }
    #new-site-footer .newsletter-form-container a:hover {
      color: #ffef9a  !important; }
  #new-site-footer .social-media-icons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right; }
    #new-site-footer .social-media-icons ul li {
      margin-left: 5px; }
      #new-site-footer .social-media-icons ul li:last-of-type svg {
        position: relative;
        top: -1px; }
      #new-site-footer .social-media-icons ul li a {
        background-color: #fff !important;
        width: 50px;
        height: 50px;
        padding: 2.5px !important; }
        #new-site-footer .social-media-icons ul li a:hover {
          background-color: #ffef9a !important; }
        #new-site-footer .social-media-icons ul li a svg {
          width: 30px;
          height: 30px;
          color: #ec4805;
          fill: #ec4805; }
  #new-site-footer input[type='text'], #new-site-footer input[type='email'] {
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    font-weight: bold;
    color: #fff !important;
    padding-right: 0 !important; }
    #new-site-footer input[type='text']::-webkit-input-placeholder, #new-site-footer input[type='email']::-webkit-input-placeholder {
      color: #fff !important;
      font-family: 'Brown', sans-serif !important;
      font-weight: bold; }
    #new-site-footer input[type='text']::-moz-placeholder, #new-site-footer input[type='email']::-moz-placeholder {
      color: #fff !important;
      font-family: 'Brown', sans-serif !important;
      font-weight: bold; }
    #new-site-footer input[type='text']:-ms-input-placeholder, #new-site-footer input[type='email']:-ms-input-placeholder {
      color: #fff !important;
      font-family: 'Brown', sans-serif !important;
      font-weight: bold; }
    #new-site-footer input[type='text']:-moz-placeholder, #new-site-footer input[type='email']:-moz-placeholder {
      color: #fff !important;
      font-family: 'Brown', sans-serif !important;
      font-weight: bold; }
    #new-site-footer input[type='text']:focus, #new-site-footer input[type='email']:focus {
      outline: none !important;
      outline: 0 !important;
      box-shadow: none !important; }
  #new-site-footer button {
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff !important;
    background-color: transparent !important;
    border: 3px solid #fff !important;
    font-family: 'Brown', sans-serif !important;
    cursor: pointer;
    min-width: 120px;
    font-weight: 700;
    transition: all .2s ease-in-out;
    box-shadow: none !important; }
    #new-site-footer button:hover {
      background-color: #fff !important;
      color: #ec4805 !important; }
  #new-site-footer .footer-content {
    margin-top: 150px; }
    #new-site-footer .footer-content ul li {
      margin-right: .5rem; }
      #new-site-footer .footer-content ul li:after {
        content: ' | ';
        padding-left: 14px;
        display: inline-block; }
      #new-site-footer .footer-content ul li:last-of-type:after {
        display: none; }
      #new-site-footer .footer-content ul li a {
        color: #fff; }
        #new-site-footer .footer-content ul li a:hover {
          color: #ffef9a !important; }

/* End New Footer */
/* New product limited edition */
.mobile-product-title {
  display: none; }

/* End New product limited edition */
/* New collections */
.menu-item.twelve-journal {
  position: relative; }

.new-journal-arrow {
  display: none;
  align-items: flex-end;
  position: absolute;
  top: 45px;
  left: -50px;
  color: #ec4805;
  font-weight: bold; }
  .new-journal-arrow span {
    margin-right: 10px; }
  .new-journal-arrow svg {
    width: 50px; }

#collections {
  position: relative; }
  #collections .cloud-top-yellow-container {
    left: -5vw;
    width: 17vw;
    top: -4vh;
    transform: rotate(100deg); }

.template-collection .stamp {
  min-height: 27px; }
.template-collection h3 strong {
  display: inline-block; }

#collections .bottom-right-svg {
  position: absolute;
  bottom: -130px;
  width: 19vw;
  right: -2px; }

/* End New collections */
/* Teen journal landing page */
/* New page copy stylng */
.twelve-journal-template {
  position: relative; }
  .twelve-journal-template .top-right-graphic {
    position: absolute;
    right: 40px;
    top: 40px;
    max-width: 340px; }
    .twelve-journal-template .top-right-graphic svg {
      width: 100%; }
  .twelve-journal-template .top-left-graphic {
    position: absolute;
    left: 40px;
    top: 40vh;
    max-width: 290px; }
    .twelve-journal-template .top-left-graphic svg {
      width: 100%; }
  .twelve-journal-template .bottom-left-graphic {
    position: absolute;
    left: 40px;
    bottom: 95vh;
    max-width: 190px; }
    .twelve-journal-template .bottom-left-graphic svg {
      width: 100%; }
  .twelve-journal-template .bottom-right-graphic {
    position: absolute;
    right: -40px;
    bottom: 250vh;
    max-width: 190px; }
    .twelve-journal-template .bottom-right-graphic svg {
      width: 100%; }
  .twelve-journal-template .rte-title {
    max-width: 750px; }
  .twelve-journal-template p[data-css="tve-u-1648ed8e2a2"] {
    margin-top: 80px; }
  .twelve-journal-template span[data-css="tve-u-1646af34a71"] {
    margin-top: 30px;
    display: block; }
  .twelve-journal-template [data-css="tve-u-1646af643c5"] {
    top: 5px;
    right: -5px; }
  .twelve-journal-template .featured-product .sm-container {
    max-width: 770px; }
  .twelve-journal-template .featured-product .featured-product__title {
    padding: 50px 0 10px 0; }
  .twelve-journal-template div[data-css="tve-u-164eafb50ac"] {
    text-align: center; }
  .twelve-journal-template div[data-css="tve-u-164eafb50ac"] svg {
    max-width: 390px; }

/* New teen journal product page */
.teen-journal-svg svg {
  display: none; }

.new-teen-journal-page-class .cloud-pink-container > svg, .new-teen-journal-page-class .cloud-red-container > svg, .new-teen-journal-page-class .cloud-top-yellow-container > svg, .new-teen-journal-page-class .character-1-container > svg {
  display: none; }
.new-teen-journal-page-class .cloud-pink-container .teen-journal-svg svg, .new-teen-journal-page-class .cloud-red-container .teen-journal-svg svg, .new-teen-journal-page-class .cloud-top-yellow-container .teen-journal-svg svg, .new-teen-journal-page-class .character-1-container .teen-journal-svg svg {
  display: block; }
.new-teen-journal-page-class .cloud-top-yellow-container {
  width: 220px;
  top: 30vh;
  right: 20px;
  transform: none; }
.new-teen-journal-page-class .character-1-container {
  transform: none;
  right: 80px;
  width: 200px;
  transform: none; }

/* New Illustration page */
ul.new-arrows {
  text-align: left;
  margin-left: 0 !important;
  padding: 0;
  list-style-type: none; }
  ul.new-arrows li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px; }
    ul.new-arrows li:before {
      content: "\f0da";
      font-family: "FontAwesome";
      margin-left: -30px;
      padding-right: 0;
      font-size: 1.5rem;
      vertical-align: top;
      color: #fd4801;
      display: block;
      top: -7px;
      float: left;
      position: relative; }

#page-illustrations h1 {
  display: none; }
#page-illustrations h4 {
  right: -9vw;
  font-size: 40px;
  line-height: 1.12;
  margin-left: -100px;
  margin-right: -100px; }
#page-illustrations .character-right {
  position: absolute;
  top: 24vh;
  right: -12vw;
  width: 33vw; }
#page-illustrations .character-left {
  position: absolute;
  top: 80vh;
  left: -5vh;
  width: 23vw; }

#page-illustrations .klaviyo-form button {
  border-radius: 100px !important;
  padding: 20px 30px !important;
  font-size: 1.2rem !important;
  font-family: Brown !important;
  cursor: pointer !important;
  min-width: 250px !important;
  font-weight: 700 !important;
  transition: all .2s ease-in-out !important;
  box-shadow: none !important; }

@media (max-width: 1400px) {
  #masthead .navbar-nav li {
    margin: 0 15px !important; }

  .template-page .contact-page .contact-char {
    left: 5vw; }
    .template-page .contact-page .contact-char svg {
      width: 250px; }

  /* New Illustration page */
  #page-illustrations h4 {
    margin-left: 0;
    margin-right: 0; }
  #page-illustrations .character-right {
    display: none; }
  #page-illustrations .character-left {
    display: none; } }
@media (max-width: 992px) {
  #page-illustrations h4 {
    font-size: 23px; }

  .new-teen-journal-page-class .teen-journal-svg {
    display: none; }

  .new-journal-arrow {
    display: none !important; }

  .modal {
    padding: 20px; }
    .modal h2 {
      padding-top: 0;
      font-size: 24px;
      margin-bottom: 10px; }

  #site-footer .copyright {
    width: 100%; }

  #masthead .navbar-nav li a:focus {
    border-bottom: 2px solid #f1ece8 !important; }

  .featured-product__title {
    max-width: 450px; }

  .home .character-3-container {
    top: 56vh !important; }

  div.ot-review-image img, .list-view .ot-review-image img {
    min-width: 150px;
    min-height: 150px; }

  .template-page .contact-page .contact-char {
    left: -8vw; }

  .template-page .contact-page h1 {
    margin-top: 0 !important; } }
@media (max-width: 767px) {
  #masthead {
    top: -200%; }

  .variant {
    flex-direction: column; }
    .variant:after {
      content: '\f107';
      font-family: 'FontAwesome';
      position: absolute;
      top: 30px;
      right: 0; }

  #colour-variant-dropdown-container:after {
    right: 20px; }

  .variant select {
    -webkit-appearance: none;
    height: 40px;
    line-height: 40px;
    position: relative; }

  .home div.character-3-container {
    left: -20% !important;
    top: 50vh !important; }

  .home .character-4-container {
    top: 31vh; }

  #masthead.open {
    overflow-y: scroll;
    max-height: 100vh; }

  .template-page .contact-page .rte {
    margin-bottom: 50px; }
  .template-page .contact-page .dot.dot-1 {
    left: 3vw;
    top: 45vh; }
  .template-page .contact-page .dot.dot-2 {
    left: 5vw;
    top: 10vh; }
  .template-page .contact-page .dot.dot-3 {
    right: inherit;
    right: 5vw;
    top: 25vh; }
  .template-page .contact-page .dot.dot-4 {
    top: 48vh;
    right: 5vw; }
  .template-page .contact-page .contact-char {
    position: relative;
    text-align: center;
    left: -5vw;
    top: 0; }
    .template-page .contact-page .contact-char svg {
      width: 100%; }

  .footer-currency-copyright {
    justify-content: center; }

  .home .character-3-container {
    left: -25% !important; }

  /* New Product info */
  .mobile-product-title {
    text-align: center; }

  .the_price {
    display: block;
    text-align: center; }

  .price-cart-info {
    text-align: center; }

  /* ==== New refined layout ==== */
  /* ===== Old legacy layout ===== */
  .product-info-div {
    order: 1; }

  .product-carousel {
    order: 2; }

  /* Klaviyo Popup */
  .klaviyo-form > div {
    width: 100% !important; }
  .klaviyo-form form {
    width: 100% !important; }

  /* End Klaviyo Popup */
  /* New footer */
  #new-site-footer {
    margin-top: 60px; }
    #new-site-footer .newsletter-form-container div {
      display: block;
      text-align: center;
      padding-left: 0; }
      #new-site-footer .newsletter-form-container div input[type='text'], #new-site-footer .newsletter-form-container div input[type='email'] {
        width: 100%;
        margin-top: 20px;
        font-size: 1.2rem; }
        #new-site-footer .newsletter-form-container div input[type='text']::-webkit-input-placeholder, #new-site-footer .newsletter-form-container div input[type='email']::-webkit-input-placeholder {
          font-size: 1.2rem; }
        #new-site-footer .newsletter-form-container div input[type='text']::-moz-placeholder, #new-site-footer .newsletter-form-container div input[type='email']::-moz-placeholder {
          font-size: 1.2rem; }
        #new-site-footer .newsletter-form-container div input[type='text']:-ms-input-placeholder, #new-site-footer .newsletter-form-container div input[type='email']:-ms-input-placeholder {
          font-size: 1.2rem; }
        #new-site-footer .newsletter-form-container div input[type='text']:-moz-placeholder, #new-site-footer .newsletter-form-container div input[type='email']:-moz-placeholder {
          font-size: 1.2rem; }
      #new-site-footer .newsletter-form-container div button {
        margin: 30px auto 0 auto; }
    #new-site-footer .social-media-icons {
      text-align: center;
      margin-bottom: 40px; }
    #new-site-footer .home {
      flex-wrap: wrap;
      text-align: center; }
    #new-site-footer .footer-content {
      margin-top: 60px; }
      #new-site-footer .footer-content .plait-line {
        display: none; }
      #new-site-footer .footer-content ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-bottom: 0; }

  /* New collections */
  #masthead .navbar-nav li.twelve-journal a {
    position: relative; }

  .individual-product {
    margin-bottom: 60px; }

  #collections .bottom-right-svg {
    bottom: -71px; }

  /* end New collections */
  /* 12 plus journal page */
  .twelve-journal-template p[data-css="tve-u-1648ed8e2a2"] {
    margin-top: 0; }
  .twelve-journal-template .mobile-top-left {
    position: absolute;
    top: 40vh;
    left: 10px;
    max-width: 35px; }
    .twelve-journal-template .mobile-top-left svg {
      width: 100%; }
  .twelve-journal-template .mobile-top-right {
    position: absolute;
    top: 23vh;
    right: 10px;
    max-width: 35px; }
    .twelve-journal-template .mobile-top-right svg {
      width: 100%; }
  .twelve-journal-template .bottom-left-graphic {
    bottom: 380vh;
    left: 10px; }
    .twelve-journal-template .bottom-left-graphic svg #Group_73 {
      display: none; }
  .twelve-journal-template .bottom-right-graphic {
    bottom: 445vh;
    right: -80px; }
    .twelve-journal-template .bottom-right-graphic svg rect {
      display: none; }

  /* end 12 plus journal page */
  /* cart */
  #cart-page .btn.border-red {
    margin-bottom: 10px; }

  /* Continuation form */
  .continuation-form-container {
    max-width: 90%;
    margin: 0 auto 30px auto; } }
