/** Shopify CDN: Minification failed

Line 143:23 Expected identifier but found whitespace
Line 143:25 Unexpected "{"
Line 143:34 Expected ":"

**/
[data-template="page.shop-by-scent"] .footer-wrapper {
    margin: 0;
  }
  .blog-banner-text-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog-text-wrapper,
  .blog-image-wrapper {
    max-width: 50%;
    width: 100%;
  }
  .blog-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .blog-image-wrapper img {
    width: 100%;
  }
  .blog-image-wrapper .blog-mob-img {
    display: none;
  }
  .blog-text-head {
    font: normal normal normal 54px/49px var(--ivypresto-font);
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    width: 49%;
    margin: 0 auto;
  }
  .blog-text-head p {
    margin-bottom: 13px;
  }
  .blog-text-head em {
    font: italic normal 100 54px/49px var(--ivypresto-font);
  }
  .blog-text-desc {
    text-align: left;
    font: normal normal normal 21px/32px var(--poppins-font);
    letter-spacing: 0px;
    color: #000000;
    width: 49%;
    margin: 0 auto;
  }
  .blog-text-desc p {
    margin: 0px;
  }
  @media (max-width: 1024px) {
    .blog-image-wrapper .blog-desk-img {
      display: none;
    }
    .blog-image-wrapper .blog-mob-img {
      display: block;
    }
    .blog-banner-text-wrapper {
      flex-direction: column;
    }
    body .blog-banner-text-wrapper.container {
      padding-left: 0px;
      padding-right: 0px;
    }
    .blog-text-wrapper,
    .blog-image-wrapper {
      max-width: 100%;
    }
    .blog-text-wrapper {
      padding-block: 35px;
    }
    .blog-text-head {
      font: normal normal normal 38px/42px var(--ivypresto-font);
      width: 75%;
      text-align: center;
    }
    .blog-text-head p {
      margin-bottom: 9px;
    }
    .blog-text-head em {
      font: italic normal 100 38px/42px var(--ivypresto-font);
    }
    .blog-text-desc {
      font: normal normal normal 12px/18px var(--poppins-font);
      text-align: center;
    }
  }
  
  body[data-template="page.shop-by-scent"] .blog-text-head {
    width: 49%;
  }
  body[data-template="page.shop-by-scent"] .blog-text-head > p:first-child {
    text-align: left;
    font: normal normal normal 54px / 49px var(--ivypresto-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
  }
  body[data-template="page.shop-by-scent"] .blog-text-head > p:last-child {
    text-align: center;
    font: italic normal 100 54px / 49px var(--ivypresto-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 9px;
  }

  body[data-template="page.shop-by-scent"] .blog-text-desc p {
    text-align: left;
    font: normal normal normal 21px / 32px var(--poppins-font);
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
  }
  
  body[data-template="page.shop-by-scent"] .blog-text-head > p:last-child strong {
    font-style: normal;
  }
  .video-wrapper.mobile-video-wrapper {
    display: none !important;
  }
  @media (min-width: 1920px) {
    body[data-template="page.shop-by-scent"] .blog-banner,
    body[data-template="page.shop-by-scent"] .blog-banner .container {
      max-width: 100%;
      padding: 0 0;
      margin: 0 auto;
    }
  }

  @media (min-width: 1025px) and (max-width: 1920px) {
    body[data-template="page.shop-by-scent"] .blog-banner {
      background-color: {{ section.settings.text-wrapper-bg }};
      max-width: 100%;
      display: flex;
    }
    body[data-template="page.shop-by-scent"] .blog-text-desc,
    body[data-template="page.shop-by-scent"] .blog-text-head {
      margin: 0;
    }
    body[data-template="page.shop-by-scent"] .blog-text-wrapper {
      align-items: center;
    }
    body[data-template="page.shop-by-scent"] .blog-image-wrapper {
      right: 0;
    }
  }

  @media (max-width: 1025px) and (min-width: 571px) {

    body[data-template="page.shop-by-scent"] .blog-banner-text-wrapper {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: unset;
    }

    body[data-template="page.shop-by-scent"] .blog-text-head > p:last-child,
    body[data-template="page.shop-by-scent"] .blog-text-desc p {
      text-align: center;
    }
  }

  @media (max-width: 1024px) {
    body .blog-banner-text-wrapper.container{
      position: relative;
    }
    body .blog-banner-text-wrapper.container .blog-text-wrapper {
      position: absolute;
      bottom: 40px;
    }
  }
  @media (max-width: 570px) {
    .video-wrapper.mobile-video-wrapper {
      display: block !important;
    }
    .video-wrapper.desktop-video-wrapper {
      display: none !important;
    }
    body[data-template="page.shop-by-scent"] .blog-text-head {
      width: 305px;
    }
    body[data-template="page.shop-by-scent"] .blog-text-head > p:first-child {
      text-align: center;
      font: normal normal normal 38px / 42px var(--ivypresto-font);
      letter-spacing: 0;
      color: #000000;
      text-transform: uppercase;
    }
    body[data-template="page.shop-by-scent"] .blog-text-head > p:last-child {
      text-align: center;
      font: italic normal 100 38px / 42px var(--ivypresto-font);
      letter-spacing: 0;
      color: #000000;
      text-transform: uppercase;
      margin: 0;
    }

    body[data-template="page.shop-by-scent"] .blog-text-desc p {
      text-align: center;
      font: normal normal normal 12px / 18px var(--poppins-font);
      letter-spacing: 0;
      color: #000000;
      opacity: 1;
    }

  }
