/** Shopify CDN: Minification failed

Line 1623:31 Unexpected "{"

**/
body {overflow-x: visible !important;}


.blog-article-img {
    border-radius: var(--imageRadius);
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgb(var(--background));
    box-shadow: 0 5px 5px -6px #000c;
}

.blog-article-heading {
    margin-bottom: 20px;
}

.blog-article-desc p {
    /*margin-bottom: 15px;*/
    margin-bottom: 0.5rem;
}
.blog-article-desc h2 {
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.blog-article-desc h3 {
  margin-bottom: 1.1rem;
}

.blog-article-social-icon .social-icons__list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.blog-article-social-icon {
    border-top: 1px solid rgb(var(--borderColor));
    /*border-bottom: 1px solid rgb(var(--borderColor));*/
    padding: 20px 0;
    /*margin: 30px 0;*/
    display: flex;
    /*align-items: center; */
    flex-direction: column;
    position: relative;
}

.social-icons-list {
  padding-left: unset !important;
  gap: 0;
}

.blog-article-social-icon p {
  margin: 0;
  /* font-size: var(--mediumText);
  font-weight: var(--headingFontWeight); */
  margin-right: 20px;
  font-size: 12px;
  line-height: 14px;
  /*opacity: 0.75;*/
  color: #4C4C4C;
  margin-bottom: 5px;
}

.social-icons-link {
  border-radius: unset;
  border: unset;
  transition: all 0.4s ease;
  padding: 5px;
  width: 35px;
  height: 35px;
}
.social-icons-link:hover {
  border-radius: unset;
  border: unset;
  transform: scale(1.1);
}
.social-icons-item {
  width: unset;
  height: unset;
}

.social-icons-item svg {
  width: 100%;
  height: 100%;
  fill: #344d80;
  transition: .4s ease fill;
}

.social-icons-item svg:hover {
  fill: #1561d3;
}

.blog-article-comment {
    display: flex;
    flex-wrap: wrap;
    background: rgb(var(--alternateBackground));
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

.blog-article-comments-heading {
    padding-bottom: 10px;
}

.comment-content-text p {
    margin-bottom: 10px;
}

.comment-content-text .comment-date {
    font-size: var(--smallText);
}

.comment-form {
    margin-top: 30px;
}

.blog-article-content {
    padding-top: 40px;
}

.blog-article-content .blog-excerpt-meta {
    padding-bottom: 10px;
}

.blog-excerpt-meta .publisher-name {
    padding-right: 12px;
}

@media screen and (min-width:768px) {
    .input-fields-column {
        column-count: 2;
    }
}

@media screen and (min-width:1200px) {
    .comment-form {
        margin-top: 50px;
    }
}

.blog-article-content li::marker {
  color: #1561d3;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
}
/* LEVEL 1 — your existing style */
.blog-article-content > ul > li::marker {
  color: #1561d3;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
  list-style-type: disc;
}

/* LEVEL 2 — hollow circle */
.blog-article-content ul ul > li {
  list-style-type: circle;
}

/* LEVEL 3 — filled square */
.blog-article-content ul ul ul > li {
  list-style-type: square;
}

/* LEVEL 4 — hollow square (custom using ::marker) */
.blog-article-content ul ul ul ul > li {
  list-style-type: none; /* remove default */
}

.blog-article-content ul ul ul ul > li::marker {
  content: "□"; /* hollow square glyph */
  font-size: 1rem;
  color: #000;
}



.blog-article-content strong {
  font-weight: 500;
}


.blog-article-content ul {
  padding-left: 2.5rem;
}
.blog-article-content a {
  color: #1561d3;
}

.blog-article-content h1,
.blog-article-content h1 strong,
.blog-article-content h2,
.blog-article-content h2 strong,
.blog-article-content h3,
.blog-article-content h3 strong,
.blog-article-content h4,
.blog-article-content h4 strong {
  font-weight: 600;
}


.blog-article-content h1,
.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  margin-block-start: 3rem;
}
.blog-article-content .blog-article-heading {
  margin-block-start: 15px;
}

.blog-article-desc {
  padding-bottom: 3rem;
}

.blog-article-desc>p,
.blog-article-desc>span,
.blog-article-desc>p>span,
.blog-article-desc>strong>span,
.blog-article-desc>p>strong>span,
.blog-article-desc li span,
.blog-article-desc li p>span {
  font-size: 16px;
  line-height: 29px;
  /*opacity: 0.75;*/
  color: #4C4C4C;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-article-desc li p {
  font-size: 16px;
  line-height: 29px;
  /*opacity: 0.75;*/
  color: #4C4C4C;
  font-weight: 400;
}

.blog-excerpt-meta span {
  font-size: 14px;
}

.blog-article-heading {
  font-weight: 600;
  font-size: 40px;
}

.breadcrumb-link,
.breadcrumb-item::after {
  font-size: 16px;
  line-height: 29px;
}


.blog-article-content-box {
  /* gap: 7rem; */
  display: flex;
  width: 100%;
  display: grid;
  gap: 4rem;
  grid-template-columns: 330px auto;
}


.blog-excerpt-meta {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 1255px) {
  .blog-article-desc>p,
  .blog-article-desc>span,
  .blog-article-desc>p>span,
  .blog-article-desc>strong>span,
  .blog-article-desc>p>strong>span,
  .blog-article-desc li span,
  .blog-article-desc li p>span {
    /* font-size: 14px;
    line-height: 26px; */
    font-size: 1.3rem;
    line-height: 1.65;
  /*opacity: 0.75;*/
  color: #4C4C4C;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .blog-article-desc li p {
    /* font-size: 14px;
    line-height: 26px; */
    font-size: 1.3rem;
    line-height: 1.65;
  /*opacity: 0.75;*/
  color: #4C4C4C;
    font-weight: 400;
  }
  .blog-excerpt-meta span {
    font-size: 1.3rem;
    line-height: 1.65rem;
  }
  .blog-article-content li::marker {
    font-size: 1.3rem;
    line-height: 1.65;
  }
  .blog-article-content h1,
  .blog-article-content h2,
  .blog-article-content h3,
  .blog-article-content h4 {
    margin-block-start: 3rem;
  }
  .breadcrumb-link,
  .breadcrumb-item::after {
    font-size: 1.3rem;
    line-height: 1.65;
  }
  .blog-article-content-box {
    gap: 1rem;
  }
  .blog-excerpt-meta {
    padding-bottom: 2.5rem;
  }
}

.breadcrumb-item::after {
  position: absolute;
  content: ">";
}

.breadcrumb-list .breadcrumb-item a {
  color: black;
  opacity: 0.75;
  transition: color .4s ease, opacity .4s ease;
}
.breadcrumb-list .breadcrumb-item:hover a {
  color: #1561d3;
  opacity: 1;
}
.breadcrumb-list .breadcrumb-item:last-child a {
  color: #1561d3;
  font-weight: 600;
}

.breadcrumb-nav {
  padding-left: unset !important;
  padding-right: unset !important;
}

.breadcrumb-list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
}

.blog-excerpt-meta-item.date {
  /*text-transform: uppercase;*/
  /*opacity: 0.75;*/
  color: #4C4C4C;
}
.publisher-name {
  font-weight: 500;
}
.blog-min-read span {
  /* font-size: 12px;
  line-height: 14px; */
}
.blog-min-read svg {
  width: 20px;
  height: 20px;
}



.blog-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.blog-article-content,
.blog-content-top {
  /* width: 900px;
  min-width: 900px;
  max-width: 900px; */
  padding: 0;
}
.blog-content-top {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.blog-article-index {
  width: 100%;
  padding: 0;
  /* border-right: 1px solid rgba(0,0,0,.1); */
}
.blog-article-right {
  border-left: 1px solid rgba(0,0,0,.1);
  width: 100%;
  padding: 0;
}

.blog-article-content {
  padding-left: 3rem;
  border-left: 1px solid rgba(0,0,0,.1);
}

.blog-article-img {
  margin-bottom: 2rem;
  aspect-ratio: 904 / 443;
}



.blog-article-index-container {
  border-radius: 10px;
  position: sticky;
  top: 40px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.article-index-wrapper {
  position: relative;
  height: min-content;
  gap: 4px;
  /*padding-left: 30px;*/
  margin-left: 30px;
}
.article-index-wrapper p {
  position: relative;
  cursor: pointer;
  color: rgb(133, 133, 133);
  transition: .3s ease all;
  padding: 3px 0;
}
.article-index-wrapper p:last-child {
  padding: 0 0;
}

.article-index-wrapper::before {
  content: "";
  position: absolute;
  background: #d1d1d1;
  left: -25px;
  width: 5px;
  height: 100%;
  border-radius: 3px;
}
.article-index-wrapper p::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -1px;
  width: 5px;
  height: 100%;
  background: rgba(0,0,0,0);
  border-radius: 3px;
  transition: all .3s ease;
}
.article-index-wrapper p.active::before {
  background: #1561d3;
}
.article-index-wrapper p:hover {
  color:rgb(75, 75, 75);
}
.article-index-wrapper p.active {
  color: #1561d3;
}
.blog-excerpt-meta {
  border-bottom: 1px solid #d1d1d1;
}





.blog-article-index .joii-breadcrumb-container {
  padding: 0;
}


@media screen and (max-width: 1255px) {
  .blog-article-content-box {
    display: flex;
    flex-direction: column;
  }
  .blog-article-index-container {
    position: relative;
    top: unset;
    margin-top: 2rem;
  }
  .blog-article-content {
    border-left: unset;
    /*padding-left: 12px;*/
    /*padding-right: 12px;*/
    padding-left: 0;
    padding-right: 0;
  }
  .blog-article-desc>* {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .blog-article-desc .joii-slider {
    margin-right: 0 !important;
  }
  .blog-article-img {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .blog-article-desc .joii-grid {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}


.blog-article-index {
  margin-left: 10px;
  margin-right: 10px;
  width: unset;
}

.blog-article-index .blog-content-top {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.blog-article-content .blog-content-top {
  display: none;
}

.blog-article-index .blog-article-social-icon {
  display: none;
}

.article-index-wrapper {
  display: none;
}

@media screen and (min-width: 1256px) {
  .blog-article-index {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .blog-article-index .blog-content-top {
    display: none !important;
  }
  .blog-article-content .blog-content-top {
    display: block !important;
  }
  .blog-article-content .blog-article-social-icon {
    display: none !important;
  }
  .blog-article-index .blog-article-social-icon {
    display: block;
  }
  .article-index-wrapper {
    display: block !important;
  }

  html { font-size: 16px; }
}



.blog-article-desc figure {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.blog-article-desc figcaption {
  font-size: var(--smallText);
  /*opacity: 0.75;*/
  color: #4C4C4C;
  margin-top: 0.3rem;
}
.blog-article-desc img {
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 60vh;
}

@media screen and (min-width: 768px) {
  .blog-article-desc img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 50vh;
  }
}


.lt-hero {
  background: #eaf1fb;
  border-radius: 0 0 var(--radius) var(--radius);
  /*padding: 36px 16px;*/
  padding-bottom: 0;
  margin-bottom: 40px;
}
.lt-hero-inner {
  padding-top: 36px;
  position: relative;
}
.joii-breadcrumb-back-item {
  position: absolute;
  top: 20px;
  font-weight: 600;
  padding-left: 20px;
  transition: 0.4s ease all;
}
.joii-breadcrumb-back-item::before {
  position: absolute;
  content: "<";
  left: 0;
  font-weight: 600;
}
.joii-breadcrumb-back-item:hover {
  padding-left: 15px;
}

.hideonsearch {
  display: flex;              /* whatever layout you need */
  overflow: hidden;           /* hide contents during collapse */
  /*max-height: 3000px;*/          /* large enough to fit all content */
  max-height: 1200px;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.hideonsearch.fadehidden {
  max-height: 0;
  opacity: 0;
  filter: blur(2px);
  pointer-events: none;       /* prevent interaction when hidden */
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .hideonsearch {
    transition: max-height 0.8s ease, opacity 0.3s ease;
  }
  .hideonsearch.fadehidden {
    transition: max-height 0.8s ease, opacity 0.3s ease;
  }
}

.hideonsearch .joii-categories-grid {
  margin-top: 30px;
}


.hideonsearch .images-grid-wrapper {
  margin: unset;
}

.blog-subcat-buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.blog-subcat-buttons .svg-wrapper {
  background: #cce2ff;
  border-radius: 100%;
  padding: 10px;
  line-height: 0;
}
.blog-subcat-buttons svg {
  width: 25px;
  height: 25px;
}
.blog-subcat-btn {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  box-shadow: 0 5px 5px -8px rgba(0,0,0,0.8);
  transition: all .4s ease;
}
.blog-subcat-btn:hover {
  box-shadow: 0 5px 5px -7px rgba(0,0,0,1);
}
.blog-subcat-btn span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: black;
  text-wrap: nowrap;
}
.healthCondQ span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: black;
}
.healthCondQ {
  margin-bottom: 1.4rem !important;
}
@media screen and (max-width: 615px) {
  .healthCondQ {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .healthCondQ div {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
  .healthCondQ span {
    text-align: center;
  }
}



.tab-toggles {
  display: flex;
  line-height: 0;
  border-radius: 10px;
  padding: 2px;
  border: 1px solid #7aa7d7;
  gap: 2px;
}
.tab-btn-view {
  /*aspect-ratio: 1/1;*/
  width: calc(1.6rem + 27px - 4px);
  justify-content: center;
}
.tab-toggles .tab-btn-view svg,
.animal-toggle svg {
  width: 20px;
  height: 20px;
  line-height: 0;
  fill: black;
}
.tab-toggles .tab-btn-view path,
.animal-toggle path {
  fill: black;
}
.tab-toggles .tab-btn-view,
.animal-toggle {
  line-height: 0;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
  display: flex;
}
.animal-toggle {
  padding: 0 15px;
  font-size: 1.1rem;
  line-height: 1rem;
}
.tab-toggles .tab-btn-view,
.animal-toggle,
.tab-toggles .tab-btn-view.active,
.animal-toggle.active,
.tab-toggles .tab-btn-view:hover,
.animal-toggle:hover {
  border: 2px solid rgba(152, 185, 221, 0);
}
.tab-toggles .tab-btn-view.active,
.animal-toggle.active {
  /*display: none;*/
  background: #cce2ff;
  border: 2px solid rgba(152, 185, 221, 0);
  color:rgb(17, 74, 162);
}
.tab-toggles .tab-btn-view:hover path,
.animal-toggle:hover path {
  fill: black;
}
.tab-toggles .tab-btn-view.active path,
.animal-toggle.active path {
  fill:rgb(17, 74, 162);
}
.tab-toggles .tab-btn-view:hover,
.animal-toggle:hover {
  border: 2px solid #98b9dd;
}
.joii-list-article .highlight {
  background-color: #cce2ff;
  font-weight: bold;
  border-radius: 2px;
  padding: 0 2px;
  transition: background-color 0.3s ease;
}
#joii-blog-search {
  padding-right: 30px;
  border-radius: 10px;
  border: 1px solid #7aa7d7;
}
.joii-dropdown {
  position: relative;
}
.joii-dropdown::after {
  content: "▼"; /* could use a unicode symbol or SVG */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.8em;
  color: #666;
}
.joii-dropdown label {
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #1561d3;
  text-wrap: nowrap;
  pointer-events: none;
  z-index: 1;
  height: unset;
  width: unset;
  clip: unset;
}
.joii-dropdown select {
  font-size: 1.1rem !important;
  line-height: 1rem;
  padding: 1.6rem 27px 0.7rem 1rem;
  border-radius: 10px;
  border: 1px solid #7aa7d7;
  background: white;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.joii-dropdown select option {
  cursor: pointer;
}
.joii-blog-search-container svg {
  right: 10px;
  z-index: 1;
}
.joii-blog-filters {
  display: flex;
  justify-content: space-between;
}


.article-grid-img {
  /*aspect-ratio: 904 / 443;*/
}

.joii-grid-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
.joii-grid-articles .article-grid-img {
    /*height: 240px;*/
    /*margin-bottom: 6px;*/
    aspect-ratio: 904 / 443;
}
.article-grid-item-inner {
  max-width: 33.333%;
  width: 100%;
}
.joii-grid-articles .article-grid-img {
  max-height: unset;
}

.joii-mobile-blog-filters-toggle {
  display: none;
  align-items: center;
  justify-content: center;
}
.joii-mobile-blog-filters-toggle span {
  padding: 0.5rem;
  font-size: 1.1rem;
  line-height: 1rem;
  user-select: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.4s ease all;
}
.joii-mobile-blog-filters-toggle.active span {
  background: #cce2ff;
}
.joii-mobile-blog-filters {display: flex;}

@media screen and (max-width: 1300px) {
  .joii-grid-articles {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .joii-grid-articles .article-grid-img {
    height: unset;
  }
  .lt-hero {
    margin-bottom: 77px;
  }
  .joii-categories-grid {
    /*margin-top: 0 !important;*/
  }
  .joii-blog-filters {
    justify-content: space-between;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .article-grid-item-inner {
    max-width: 45%;
  }
  .blog-article-heading {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 900px) {
  .article-grid-item-inner {
    max-width: 60%;
  }
  .joii-mobile-blog-filters-toggle {
    display: flex;
  }
  .joii-mobile-blog-filters {
    display: none;
  }
  .joii-mobile-blog-filters.active {
    display: flex;
    flex-direction: column-reverse;
    /*flex-direction: column;*/
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    background: #eaf1fb;
    padding: 0.7rem;
    padding-top: 2rem;
    padding-bottom: 2.4rem;
    align-items: flex-end;
  }
  .joii-mobile-blog-filters.active .joii-dropdown {
    position: relative;
    display: block;
  }
  .all-blog-filters,
  .joii-mobile-blog-filters-toggle {width: 100%;}
  .joii-blog-filters {
    position: fixed;    
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .blog-article-heading {
    font-size: 25px;
    line-height: 28px;
  }
}
@media screen and (max-width: 650px) {
  .joii-grid-articles {
    display: flex;
    flex-direction: column;
  }
  .joii-grid-articles .article-grid-img {
    height: unset;
  }
  .article-grid-item-inner {
    max-width: 80%;
  }
  .article-grid-wrapper .flickity-slider {
    grid-auto-flow: column;
  }
  .blog-article-heading {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 450px) {
  .article-grid-item-inner {
    max-width: 90%;
  }
}
.joii-grid-articles .joii-list-article {
    padding: 10px;
    border-radius: 15px;
}

.joii-grid-articles .article-title {
    font-weight: 600;
}
.joii-grid-articles .svg-wrapper {
    display: none;
}

.joii-list-articles .joii-list-article {
  border-bottom: 1px solid #d1d1d1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  align-items: center;
  padding: 0.7rem;
  /*transition: all 0.4s ease;*/
  position: relative;
}
.joii-list-articles .joii-list-article:last-child {
  border-bottom: unset;
}
.joii-list-articles .article-title-cont {
  grid-column: span 4;
}
.joii-list-articles .article-author {
  grid-column: span 2;
}
.joii-list-articles .article-min-read {
  grid-column: span 1;
}
.joii-list-articles .article-subcat {
  grid-column: span 2;
}
.joii-list-articles .article-published {
  text-align: end;
  grid-column: span 1;
}
.joii-list-article .article-title-cont {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.joii-list-articles .article-title {
  font-weight: 600;
}
.joii-list-article:hover {
  /*background: #f4f2ef;*/
  background:rgb(239, 243, 250);
}
.joii-list-articles .joii-list-article,
.joii-list-articles .article-title {
  font-size: 1rem;
  line-height: 1.2rem;
}

.joii-alphabet-grid-articles {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.joii-alphabet-grid-articles .joii-list-article:first-child {
  padding-top: 0.8rem;
}
.joii-alphabet-grid-articles .joii-list-article {
  display: grid;
  padding: 0.4rem 0.8rem;
}
@media screen and (max-width: 950px) {
  .joii-alphabet-grid-articles .joii-list-article {
    padding: 0.8rem 0.8rem;
  }
  .alphabet-title {
    padding: 0.8rem 0.8rem;
  }
}

.joii-alphabet-grid-articles .article-title {
  font-size: 1.1rem;
  line-height: 1.6rem;
  opacity: 0.7;
}
.joii-alphabet-grid-articles .alphabet-grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 3rem;
  position: relative;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .joii-alphabet-grid-articles {
    padding-right: 0.1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .joii-alphabet-grid-articles .alphabet-grid-container {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
  .joii-dropdown {
    display: none;
  }
  .joii-dropdown.joii-sort-by {
    display: block;
  }
  .joii-blog-filters {
    justify-content: unset;
    gap: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .joii-alphabet-grid-articles .alphabet-grid-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}


@media screen and (max-width: 730px) {
  .hero-filters {
    flex-direction: column;
    gap: 1.7rem;
    align-items: center;
  }
  .hero-filters .tab-toggles {
    height: 40px;
  }
  #joii-blog-search, .joii-blog-search-container {
    width: 100%;
    height: 2rem;
  }
}


@keyframes flashBlue {
  0%   { color: inherit; }
  25%  { color: #1561d3; }
  50%  { color: #1561d3; }
  75%  { color: #1561d3; }
  100% { color: inherit; }
}
.joii-alphabet-grid-container {
  transition: all 0.4s ease;
  color: black;
}
.joii-alphabet-grid-container * {color: inherit;}
.joii-alphabet-grid-container.joii-im-here {
  animation: flashBlue 1.5s ease-in-out;
}

.article-title-cont .svg-wrapper,
.article-modile-subcat-svg .svg-wrapper {
  background: #25365b;
  border-radius: 100%;
  padding: 10px;
  line-height: 0;
}
.article-title-cont svg, .article-modile-subcat-svg svg {
  width: 25px;
  height: 25px;
}
.article-title-cont path {
  fill: white;
}
.joii-list-article span {
  color: black;
  text-wrap: nowrap;
}
.alphabet-title {
  border-bottom: 1px solid #d1d1d1;
  padding: 0.5rem 0.8rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.article-author {position: relative;}


@media screen and (max-width: 767px) {
  .joii-alphabet-grid-articles .alphabet-grid-container {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}


@media screen and (max-width: 767px) {
  .article-title-cont .svg-wrapper {
    padding: 2px;
    position: absolute;
    left: calc(0.7rem - 2px);
    /*top: calc(0.7rem - 2px);*/
    top: calc(0.7rem + 24px - 50%);
    display: flex;
  }
  .article-title-cont svg {
    width: 100%;
    height: 100%;
    margin: 10%;
  }
  .joii-list-articles .article-subcat {
    display: none;
  }
  .joii-list-articles .article-min-read {
    display: none;
  }
  .joii-list-articles .joii-list-article {
    display: flex;
    flex-wrap: wrap;
    /*grid-template-columns: repeat(3, 1fr);*/
    padding-left: calc(25px + 5px + 1.4rem);
    justify-content: space-between;
  }
  .joii-list-articles .article-title-cont {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .article-author, .article-published {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .article-author::after {
    position: absolute;
    content: "•";
    right: -1rem;
  }
}


.lt-landing { --radius: 16px; --shadow: 0 8px 20px rgba(0,0,0,.06); color:#111; }
.lt-title { text-align:center; font-size:clamp(28px,3.2vw,44px); margin:0 0 14px; font-weight:800; }

/* BLOG tiles row (new) */
.lt-landing { --radius: 16px; --shadow: 0 8px 20px rgba(0,0,0,.06); color:#111; }
.lt-title { text-align:center; font-size:clamp(28px,3.2vw,44px); margin:0 0 14px; font-weight:800; }

/* BLOG tiles row (new) */
.lt-blogs { max-width:1180px; margin: 12px auto 18px; display:grid; gap:16px; grid-template-columns: repeat(2, minmax(0,1fr)); padding:0 16px; }
.lt-blogtile { position:relative; display:block; border-radius:12px; overflow:hidden; background:#fff; box-shadow:var(--shadow); text-decoration:none; color:inherit; }
.lt-blogtile__image img { width:100%; height:120px; object-fit:cover; display:block; }
.lt-blogtile__label { position:absolute; left:12px; bottom:10px; color:#fff; font-weight:700; text-shadow:0 2px 6px rgba(0,0,0,.4); }

/* Category tiles */
.lt-tiles { max-width:1180px; margin: 8px auto 18px; display:grid; gap:16px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 16px; }
.lt-tile { position:relative; border:none; padding:0; text-align:left; cursor:pointer; border-radius:12px; overflow:hidden; background:#f3f3f3; box-shadow: var(--shadow); }
.lt-tile--all { display:flex; align-items:center; justify-content:center; min-height:120px; }
.lt-tile__image img { width:100%; height:140px; object-fit:cover; display:block; }
.lt-tile__label { position:absolute; left:12px; bottom:10px; color:#fff; font-weight:700; text-shadow:0 2px 6px rgba(0,0,0,.4); }
.lt-tile--all .lt-tile__label { position:static; color:#111; text-shadow:none; font-weight:600; }

.lt-chip-row { max-width:1180px; margin: 10px auto 8px; display:flex; gap:12px; flex-wrap:wrap; padding: 0 16px; }
.lt-chip--secondary { background:#fff; border:1px solid rgba(0,0,0,.1); cursor:pointer; }
.lt-chip--secondary.is-active { border-color:#111; }

.lt-articles { max-width:1180px; margin: 16px auto 40px; display:grid; gap:18px; grid-template-columns: 1fr; padding: 0 16px; }
.lt-card { /*display:flex; gap:14px; background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:12px; box-shadow: var(--shadow); overflow:hidden;*/ }
.lt-card__image { flex:0 0 120px; display:block; }
.lt-card__image img, .lt-card__placeholder { width:120px; height:100%; object-fit:cover; background:#e8e8e8; }
.lt-card__body { padding:12px 14px 14px 0; display:flex; flex-direction:column; gap:6px; }
.lt-card__badge { font-size:.8rem; opacity:.7; }
.lt-card__title { font-size:1rem; margin:0; }
.lt-card__excerpt { margin:0; /*opacity:.8;*/ color: #4C4C4C; font-size:.95rem; line-height:1.4; }

.lt-pagination { display:flex; justify-content:center; gap:10px; margin-bottom:40px; }
.lt-page { padding:8px 12px; border:1px solid rgba(0,0,0,.1); border-radius:999px; background:#fff; }
.lt-page.is-current { border-style:dashed; }

@media (min-width: 768px){
  .lt-blogs { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .lt-tiles { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (min-width: 1024px){
  .lt-blogs { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .lt-tiles { grid-template-columns: repeat(7, minmax(0,1fr)); }
  .lt-articles { grid-template-columns: repeat(3, minmax(0,1fr)); }
}



.article-grid-wrapper,
.joii-article-carousel,
.joii-article-carousel .flickity-viewport {width: 100%;}

.joii-list-article .article-excerpt {
  /*opacity:.5;*/
  color: #4C4C4C;
  text-wrap: wrap !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3rem;
}
.joii-grid-articles .article-title {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.joii-grid-articles .article-excerpt {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 0.3rem;
}
.joii-grid-articles .article-subcat {
  color: #344d80;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.joii-list-article .article-title-cont {
  margin-top: 0.2rem;
}
.joii-grid-articles .article-author {
  font-weight: 500;
}
.joii-grid-articles .joii-list-article:hover img {
  transform: scale(1.02);
}
.joii-grid-articles .joii-list-article .media img {
  position: relative;
  transition: all .4s ease;
}

.article-info-cont {
  display: flex;
  justify-content: space-between;
}

.joii-blog-description {
  text-align: center;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 400px) {
  .joii-blog-description {
    /*text-align: start;*/
  }
}




.article-grid-wrapper {
    grid-template-columns: 1fr;
}
.article-grid-content {
    line-height: calc(var(--text) + 3px);
    font-weight: 600;
}
.article-grid-card {
    margin: unset;
}
.article-grid-item-inner {
    /*max-width: 33.333%;*/
    padding: 10px;
    padding-top: unset;
    height: 225px;
}
.joii-article-carousel .article-grid-img {
    max-height: 225px;
    height: 225px;
}
.article-grid-img {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.article-grid-item-inner {
  /*aspect-ratio: 904 / 443;*/
}
.joii-categories-grid .featured-articles-grid-wrapper,
.images-grid-wrapper {
    padding-bottom: 1.4rem;
}
.joii-categories-grid>div:nth-child(even) {
    background: #f4f2ef;
}
.joii-categories-grid>div:last-of-type {
    border-bottom: 0.5rem solid #f4f2ef;
}
.joii-article-carousel .flickity-viewport {
    min-height: 250px;
}
.article-grid-content span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}


.joii-results-msg {
  font-size: 1.1rem;
  line-height: 1rem;
  margin-left: 0.8rem;
}

.joii-mobile-alphabet-index a {
  font-weight: 400;
  /*padding: 0 0.4rem;*/
  padding: 0.2rem 0.4rem;
  transition: all 0.4s ease;
  font-size: 1.4rem;
  line-height: 1.4rem;
  user-select: none;
  color: #4272a6;
  display: flex;
  justify-content: center;
}
.joii-mobile-alphabet-index a.disabled {
  opacity: 0.3;
  cursor: default;
}
.joii-mobile-alphabet-index a.active {
  font-weight: 800;
  background: #eff3fa;
}
.joii-mobile-alphabet-index a:not(.disabled):hover {
  font-weight: 800;
}
@media screen and (max-width: 950px) {
  .joii-mobile-alphabet-index {
    margin-right: 0.6rem;
  }
  .joii-mobile-alphabet-index a {
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
  }
}


.joii-categories-grid .images-grid-img .media {position: relative;}
.joii-categories-grid .images-grid-img .img-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 75%);
}

.lt-grid .images-grid-img img {
  transition: 0.4s ease all;
}
.lt-grid .images-grid-img:hover img {
  transform: scale(1.05);
}


.joii-col-subcategories {
  margin-top: 20px;
  display: flex;
  gap: 10px 14px;
  flex-wrap: wrap;
}

.joii-col-subcat {
  cursor: pointer;
  white-space: nowrap;
  text-wrap-mode: nowrap;
  text-wrap: nowrap;
  padding: 10px 20px;
  background: #eaf1fb;
  color: #394660;
  border-radius: 100vw;
  transition: all .4s ease;
  font-weight: 500;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 14px;
  line-height: 17px;
  flex: none;
}


.joii-collection-bar-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


@keyframes slideInRight {
  0% { transform: translateX(-200px); }
  90% { transform: translateX(-50); }
  95% { transform: translateX(-10); }
  100% { transform: translateX(0); }
}
@keyframes sidebarSlideInRight {
  0% { 
    transform: translateX(-200px); 
    opacity: 0;
  }
  90% { transform: translateX(-50); }
  95% { transform: translateX(-10); }
  100% { 
    transform: translateX(0); 
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .joii-full-mobile.fixed .joii-collection-bar-wrapper {
    padding-bottom: unset !important;
    margin-bottom: 10px;
  }
  .joii-full-mobile {
    padding-left: unset !important;
    padding-right: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .joii-collection-bar-wrapper {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    /*animation: slideInRight ease-in-out 1s;*/
  }
  .joii-col-subcategories {
    flex-wrap: nowrap;
    flex: 0 0 auto;
    padding: 0 10px;
    animation: slideInRight ease-out .5s;
    gap: 10px;
  }
   .joii-collection-bar-wrapper {
      touch-action: pan-x;
      flex-wrap: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      /*animation: slideInRight ease-in-out 1s;*/
    }
}



.product-grid-wrapper.flickity-enabled {
  margin: 0;
  margin-top: 10px;
}
.blog-article-desc .accordion__header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-article-desc .accordion__content>*:first-child {margin-top: 0;}
.blog-article-desc .accordion__item {
  background: white;
  border: 1px solid rgb(var(--borderColor));
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}






.article-grid-img-wrapper,
.article-grid-img-wrapper .article-grid-img {
  border-radius: 10px;
  overflow: hidden;
}
.article-grid-img-wrapper {
  margin-bottom: 15px;
}
.featured-articles-grid-wrapper .article-grid-img-wrapper {margin-bottom: 0;}
.joii-grid-articles .joii-list-article {margin-bottom: 10px;}


.joii-vet-badge {
  /*background: #344d80;*/
  background: #4272a6;
  text-wrap: nowrap;
}
.joii-vet-badge:first-of-type {
  /*background: #1c2c4d;*/
  background: #344d80;
}

.product-card .hide-desktop {
  display: block !important;
}
.product-card .hide-mobile {
  display: none !important;
}


.joii-vet-badge {height: min-content;}
.joii-vet-badges {
  transform: scale(0.6);
  transform-origin: top left;
}
.blog-excerpt-meta-name, .blog-excerpt-meta-item {height: 20px;}

@media screen and (max-width: 767px) {
  .joii-vet-badges .joii-vet-badge {display: none;}
  .joii-vet-badges .joii-vet-badge:first-child {display: block;}
  .publisher-name {text-wrap: nowrap;}
}



.blog-article-desc p>strong,
.blog-article-desc li>strong,
.blog-article-desc span>strong {
  color: black;
}
.blog-article-desc strong a,
.blog-article-desc a strong,
.blog-article-desc a strong *, {
  color: #1561d3 !important;
}

.blog-article-desc .joii-carousels-2 .section-heading,
.blog-article-desc .joii-carousels-2 .section-heading * {
  margin-bottom: 0 !important;
  font-size: var(--h2) !important;
  line-height: var(--headingFontLineHeight) !important;
  font-weight: 600;
}
.blog-article-desc .joii-carousels-2 .section-title {
  padding-left: 0 !important;
}
.blog-article-desc .joii-carousels-2 .section-padding {
  padding-top: 0;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog-article-desc figure {
  display: inline-flex;
  padding: 10px;
}
.blog-article-desc figcaption {
  display: inline;
}
@media screen and (max-width: 1255px) {
  .blog-article-desc figure {
    display: flex;
    padding: 0;
  }
}

.joii-article-to-shop-cta-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}