/** Shopify CDN: Minification failed

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

**/
body[data-template="page.scent-directory"] .all-blog-posts-wrapper {
    margin-top: 79.27px;
  }
  body[data-template="page.scent-directory"] .all-blogs-wrapper {
    padding-right: 50px;
  }

  .search-result{
    display: none ;
  }

  body[data-template="page.scent-directory"] .all-blogs-head {
    text-align: left;
    font: normal normal normal 47px/56px var(--seriously-notalgic-font);
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    width: 169px;
    transform: scaleX(2);
    transform-origin: left;
    /* margin-bottom: 10px; */
  }

  body[data-template="page.scent-directory"] .all-blogs-para {
    margin-bottom: 36px;
  }
  body[data-template="page.scent-directory"] .all-blogs-para p {
    text-align: left;
    font: normal normal normal 16px / 22px var(--poppins-font);
    letter-spacing: 0;
    color: #575757;
    opacity: 1;
    max-width: 864px;
  }

  body[data-template="page.scent-directory"] .blog-sidebar-head {
    text-align: left;
    font: normal normal normal 43px / 49px var(--seriously-notalgic-font);
    letter-spacing: 1px;
    transform: scaleX(2);
    transform-origin: left;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    width: fit-content;
  }

  body[data-template="page.scent-directory"] .blog-sidebar-head-2 {
    text-align: left;
    font: italic normal 100 43px / 49px var(--ivypresto-font);
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 31px;
    text-transform: uppercase;

  }

  body[data-template="page.scent-directory"] .blog-sidebar-wrapper {
    margin-bottom: 77.5px;
    top: 200px;
  }

  .circle-wrapper {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 23px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 80px;
  }

  .circle-items {
    text-align: center;
    width: 165px;
    height: 165px;
    margin-bottom: 30px;
  }

  .circle-items img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 50%;
  }
  .circle-items p {
    text-align: center;
    /* font: normal normal 500 17px / 24px var(--poppins-font); */
    letter-spacing: 0;
    color: #000000;
    /* text-transform: uppercase; */
    opacity: 1;
    font: normal normal normal 24px / 37px 'sofia-pro';
    text-transform: capitalize;
  }
  #search-result-text-1 {
    text-align: left;
    font: normal normal normal 47px/56px var(--seriously-notalgic-font);
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    width: 169px;
    transform: scaleX(2);
    transform-origin: left;
    display: inline-block;
  }

  .blog-search-wrapper {
    margin-bottom: 13px;
  }

  .circle-additional {
    margin-top: 35px;
    gap: 23px;
    margin-bottom: 117.88px;
  }

  .items-2 {
    width: 163px;
    height: 163px;
    margin-bottom: 37px;
  }

  body[data-template="page.scent-directory"] .sidebar-promo-img {
    max-height: 222px;
    max-width: 345px;
    position: relative;
    display: inline-block;
    margin-bottom: 9.34px;
  }


  body[data-template="page.scent-directory"] .sidebar-promo-img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  }

  body[data-template="page.scent-directory"] .sidebar-promo-img .overlay-text {
    position: absolute;
    top: 6%;
    left: 4%;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border-radius: 29px;
    padding: 5px 16px;
    text-align: left;
    font: normal normal 600 11px / 14px var(--poppins-font);
    letter-spacing: 0.44px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;

  }

  body[data-template="page.scent-directory"] .sidebar-promo-content .promo-title {
    text-align: left;
    font: normal normal normal 25px / 33px var(--playfair-display-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
    margin-bottom: 1rem;

  }
  body[data-template="page.scent-directory"] .sidebar-promo-content .promo-date {
    text-align: left;
    font: normal normal normal 16px / 18px var(--sofia-pro);
    letter-spacing: 0;
    color: #626262;
    opacity: 1;
  }

  body[data-template="page.scent-directory"] .sidebar-promo-item {
    margin-bottom: 36.36px;
    position: relative;
  }

  body[data-template="page.scent-directory"] .sidebar-promo-item a{
    display: block;
  }
  body[data-template="page.scent-directory"] .sidebar-promo-item a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    z-index: 1;
  }


  /*

   @media (min-width: 1040px) and (max-width:1499px) { 
   body[data-template="page.scent-directory"] .all-blogs-wrapper{ 
   padding-right: 28px; 
   } 
   } 
*/
  @media (min-width: 768px) and (max-width : 1024px) {

    body[data-template="page.scent-directory"] .all-blogs-head {
      margin-bottom: 12px;
    }
    body[data-template="page.scent-directory"] .all-blogs-wrapper {
      border-right: none;
      display: flex;
      flex-direction: column;
      padding: 0;
      width: 100%;
    }

    body[data-template="page.scent-directory"] .all-blogs-para {
      margin-bottom: 7px;
    }
    body[data-template="page.scent-directory"] .circle-wrapper {
      margin: 25px 0;
      order: 0;
      gap: 21px;
      margin-bottom: 0px;
    }
    body[data-template="page.scent-directory"] .blog-search-wrapper {
      justify-content: center;
      align-items: flex-start;
      order: 4;
      margin-top: 0px;
      padding-top: 0px;
    }
    body[data-template="page.scent-directory"] .search-result {
      order: 4;
    }
    body[data-template="page.scent-directory"] .search-result #searchQuery {
      font-size: 18px;
    }

    body[data-template="page.scent-directory"] .blog-search-wrapper .search-result-1 {
      margin-bottom: 25px;
      order: 3;
    }

  body[data-template="page.scent-directory"] .circle-additional {
    margin-top: 47px;
    gap: 21px;
    margin-bottom: 18.5px;
    order: 4;
    border-bottom: 1px solid #D3D3D3;
    opacity: 1;
    padding-bottom: 35.5px;
  }


  /* Blogs Images */

  body[data-template="page.scent-directory"] .sidebar-promo-img {
    max-height: 231px;
    width: 100%;
    max-width: unset;
    position: unset;
    display: inline-block;
  }

  body[data-template="page.scent-directory"] .sidebar-promo-img img {
    margin-bottom: 12px;

  }

  body[data-template="page.scent-directory"] .sidebar-promo-img .overlay-text {
    text-align: left;
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    font: normal normal 600 16px / 25px var(--poppins-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 9px;
  }

  body[data-template="page.scent-directory"] .sidebar-promo-content .promo-title {
    text-align: left;
    font: normal normal 300 29px / 43px var(--ivypresto-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin: 0 0 11px;
  }

}

@media(min-width: 768px) {
  .blog-search-wrapper {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  body[data-template="page.scent-directory"] .all-blogs-wrapper {
    width: 75%;
  }
  body[data-template="page.scent-directory"] .blog-sidebar-wrapper {
    width: 25%;
  }
  /* .circle-wrapper a {
    border-radius: 100%;
    border: 1px solid #dfdfdf;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #00000017;
  } */
  .circle-wrapper a img {
    min-width: 163px;
    height: 163px;
    padding: 3rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #00000017;
  }
  .circle-wrapper a {
    width: calc((100% - 4 * 23px) / 5);
    height: 193px;
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[data-template="page.scent-directory"] .all-blogs-wrapper,
  body[data-template="page.scent-directory"] .blog-sidebar-wrapper{
    width: 100%;
  }
  body[data-template="page.scent-directory"] .blog-sidebar-promos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  body[data-template="page.scent-directory"] .sidebar-promo-item{
    width: calc(50% - 20px);
  }
  .circle-items{
    height: fit-content;
  }
  .circle-wrapper a{
    height: fit-content;
    width: calc((100% - 3 * 23px) / 4);
  }
}
@media (max-width: 900px) {
  .circle-wrapper.notes-has-slick .slick-arrow{
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 38%;
    z-index: 2;
  }
  .circle-wrapper.notes-has-slick .slick-arrow.slick-prev{
    left: -7px;
  }
  .circle-wrapper.notes-has-slick .slick-arrow.slick-prev img{
    transform: rotate(-180deg);
  }
  .circle-wrapper.notes-has-slick .slick-arrow.slick-next{
    right: -7px;
  }
}
@media (max-width: 768px) {
  body[data-template="page.scent-directory"] .all-blog-posts-wrapper {
    margin-top: 25px;
  }

  body[data-template="page.scent-directory"] .all-blogs-head {
    margin-bottom: 0;
    text-align: left;
    font: normal normal normal 32px/38px var(--seriously-notalgic-font);
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 13px;
  }

  body[data-template="page.scent-directory"] .circle-wrapper {
    margin: 25px 0;
    order: 0;
    gap: 19px;
  }

  body[data-template="page.scent-directory"] .circle-items {
    width: 101px;
    height: 101px;
    text-align: center;
    /* width: 165px; */
    /* height: 165px; */
    margin-bottom: 18px;
  }
  body[data-template="page.scent-directory"] .circle-items p,
  body[data-template="page.scent-directory"] .items-2 p {
    text-align: center;
    font: normal normal normal 16px / 22px 'sofia-pro';
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
  }

  body[data-template="page.scent-directory"] .circle-items img {
    margin-bottom: 11px;
  }


  /* Order  */

  body[data-template="page.scent-directory"] .all-blogs-wrapper {
    border-right: none;
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
  body[data-template="page.scent-directory"] .all-blogs-para {
    margin-bottom: 7px;
  }

  body[data-template="page.scent-directory"] .all-blogs-para p {
    text-align: left;
    font: normal normal normal 14px / 20px 'sofia-pro';
    letter-spacing: 0;
    color: #575757;
    opacity: 1;
    margin-top: 1rem;
  }
  body[data-template="page.scent-directory"] .all-blogs-para p:last-child{
    margin: 0;
  }


  body[data-template="page.scent-directory"] .circle-wrapper {
    margin: 25px 0;
    margin-bottom: 0px;
    order: 0;
    gap: 16px;
  }
  body[data-template="page.scent-directory"] .blog-search-wrapper {
    justify-content: center;
    align-items: flex-start;
    order: 3;
    margin: 0;
  }

  body[data-template="page.scent-directory"] .circle-wrapper#circleAdditional {
    order: 4;
}

  
  body[data-template="page.scent-directory"] .search-result {
    /* margin-bottom: 47px; */
    margin-top: 10px;
    order: 4;
  }

  body[data-template="page.scent-directory"] .search-result {
    text-align: left;
    font: normal normal normal 14px / 20px var(--poppins-font);
    letter-spacing: 0;
    color: #000;
  }

  body[data-template="page.scent-directory"] .search-result #searchQuery {
    text-align: left;
    font: normal normal 600 14px / 20px var(--poppins-font);
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
  }
  body[data-template="page.scent-directory"] .blog-search-wrapper .search-result-1 {
    margin-bottom: 25px;
    order: 3;
  }
  /* body[data-template="page.scent-directory"] .circle-additional {
    order: 4;
    margin: 47px 0 0;
  } */
  body[data-template="page.scent-directory"] .items-2 {
    margin-bottom: 30px;
  }

  #search-result-text-1 {
    text-align: left;
    font: normal normal normal 32px / 38px var(--seriously-notalgic-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 1rem !important;
    display: inline-block;
  }

  body[data-template="page.scent-directory"] .circle-additional {
    margin-top: 47px;
    gap: 19px;
    margin-bottom: 18.5px;
    order: 4;
    border-bottom: 1px solid #D3D3D3;
    opacity: 1;
    padding-bottom: 35.5px;
  }

  body[data-template="page.scent-directory"] .blog-sidebar-head {
    text-align: left;
    font: normal normal normal 32px / 38px var(--seriously-notalgic-font);
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
  }
  body[data-template="page.scent-directory"] .blog-sidebar-head-2 {
    text-align: left;
    font: italic normal 100 28px / 33px var(--ivypresto-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
  }
  body[data-template="page.scent-directory"] .blog-sidebar-promos {
    margin: 20px 0 0;
  }
  body[data-template="page.scent-directory"] .sidebar-promo-img {
    max-height: 231px;
    width: 100%;
    max-width: unset;
    position: unset;
    display: inline-block;
  }

  body[data-template="page.scent-directory"] .sidebar-promo-img img {
    margin-bottom: 12px;

  }

  body[data-template="page.scent-directory"] .sidebar-promo-img .overlay-text {
    text-align: left;
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    font: normal normal 500 16px / 25px 'sofia-pro';
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0px;
  }
  body[data-template="page.scent-directory"] .sidebar-promo-content{
    margin-top: 5px;
  }
  body[data-template="page.scent-directory"] .sidebar-promo-content .promo-title {
    text-align: left;
    font: normal normal normal 22px/30px var(--playfair-display-font);
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin: 0 0 11px;
  }
  body[data-template="page.scent-directory"] .sidebar-promo-content .promo-date {
    text-align: left;
    font: normal normal normal 14px / 22px var(--sofia-pro);
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;

    color: #747474;
    opacity: 1;
    margin: 0;
  }

  body[data-template="page.scent-directory"] .circle-wrapper a {
    margin-top: 0px;
    width: calc((100% - 8%) / 3);
    height: fit-content;
  }
  body[data-template="page.scent-directory"] .circle-wrapper.notes-has-slick a.notes-circle-items{
    margin-inline: 10px;
  }
  body[data-template="page.scent-directory"] .circle-wrapper.notes-has-slick .slick-list{
    margin-inline: -10px;
  }
  body[data-template="page.scent-directory"] .circle-wrapper a img {
    margin: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #00000017;
    border-radius: 100%;
    padding: 1rem;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  body[data-template="page.scent-directory"] .circle-items {
    width: auto;
    height: auto;
    margin: 0;
  }
  body[data-template="page.scent-directory"] .circle-wrapper {
    gap: 4%;
    order: 2;
  }
}


  body[data-template="page.scent-directory"] .blog-text-head {
    width: 27%;
    flex-direction: column;
    align-items: center;
    transform: none;
  }
  body[data-template="page.scent-directory"] .blog-text-head > p:first-child {
    text-align: left;
    font: normal normal normal 80px / 80px var(--seriously-notalgic-font);
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    transform: scaleX(1.9192);
  }
  body[data-template="page.scent-directory"] .blog-text-head > p:last-child {
    text-align: center;
    font: normal normal normal 64px / 64px var(--seriously-notalgic-font-italic);
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 9px;
  }

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

  @media (min-width: 1025px) and (max-width: 1920px) {
    body[data-template="page.scent-directory"] .blog-banner {
      background-color: {{ section.settings.text-wrapper-bg }};
      max-width: 100%;
      /* min-height: 687px; */
      display: flex;
    }
    body[data-template="page.scent-directory"] .blog-image-wrapper img {
      /* height: 685px; */
      /* object-fit: cover; */
    }
    body[data-template="page.scent-directory"] .blog-text-desc,
    body[data-template="page.scent-directory"] .blog-text-head {
      margin: 0;
    }
    body[data-template="page.scent-directory"] .blog-text-wrapper {
      align-items: center;
    }
    body[data-template="page.scent-directory"] .blog-image-wrapper {
      /* position: absolute; */
      right: 0;
    }
  }

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

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

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

  @media (max-width: 570px) {
    .video-wrapper.mobile-video-wrapper {
      display: block !important;
    }
    .video-wrapper.desktop-video-wrapper {
      display: none !important;
    }
    body .blog-banner-text-wrapper.container .blog-text-wrapper {
      padding-top: 23px;
      order: 1;
    }
    .blog-image-wrapper {
      order: 2;
    }
    body[data-template="page.scent-directory"] .blog-text-head {
      width: 305px;
      flex-direction: column;
    }
    body[data-template="page.scent-directory"] .blog-text-head > p:first-child {
      text-align: center;
      font: normal normal normal 54px / 54px var(--seriously-notalgic-font);
      letter-spacing: 1px;
      color: #000000;
      text-transform: uppercase;
    }
    body[data-template="page.scent-directory"] .blog-text-head > p:last-child {
      text-align: center;
      font: normal normal normal 44px / 44px var(--seriously-notalgic-font-italic);
      letter-spacing: 1px;
      color: #000000;
      text-transform: uppercase;
      margin: 0;
    }

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

    body[data-template="page.scent-directory"] .blog-image-wrapper img {
      /* height: 339px; */
    }
  }
