/** Shopify CDN: Minification failed

Line 64:27 Unexpected "/"

**/
.collection-banner__text-container-heading {
  font-family: Figtree Semibold;
  font-size: var(--font-size-heading-1-base);
  line-height: var(--line-height-heading);
  font-weight: var(--font-heading-weight);
  font-style: var(--font-heading-style);
}

.header__nav-bar {
    margin-top: 30px !important;
}
.article-item__meta {
    justify-content: center;
}
.meganav__nav h4 a, .meganav__nav h4, .meganav-promo-image-with-text-item h5 {
    text-transform: uppercase;
}

.quick-search__form--search-active .quick-search__results-wrapper {
  display: none !important;
}
.slick-arrow.slick-prev {
    left: -15px !important;
}


/******* Blog Detail page hero Image height size same as like home Feizy Page slider image size css start *************/

/* only for desktop and tablet*/
@media screen and (min-width:768px){
   .image.article__image-inner img {
    height: 650px;
    object-fit: cover;
}
}
@media screen and (max-width:768px){
  .article-item__meta {
      justify-content: normal;
  }
}
@media screen and (max-width:767px){

  .image.article__image-inner img {
    /* width: 100%; */
    height: 238px;
    object-fit: cover;
}
}

/******* Blog Detail page hero Image height size same as like home Feizy Page slider image size css end *************/

@media (max-width: 959px) {
  .header--has-mobile-search-bar .header__inner {
    padding-top: 0px;
  }
}


/** Homepage Hero Slider *//
.hero-slider .slideshow-slide__text-container-text > h4 {
    margin-bottom: 0;
}
.hero-slider .slideshow-slide__text-container-text > h4:after {
    content: "‡";
}
.hero-slider .slideshow-slide__text-container-text > p {
    margin-top: 0;
    font-size: 19px;
}
.hero-slider .slideshow-slide__text-container-wrapper {
    justify-content: space-between;
}
@media screen and (max-width: 900px) {
    .hero-slider .slideshow-slide__text-container-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
}
.hero-slider .right-corner-text p {
    font-size: 16px;
    color: #fff;
    position: relative;
}
.hero-slider .right-corner-text p:before {
    content: "‡";
    position: absolute;
    top: -4px;
    left: -10px;
}

.slideshow-slide__text-container-inner .hidden-dt > h2 {
  position: relative;
}

.slideshow-slide__text-container-inner .hidden-dt > h2:after {
content: "‡";
position: absolute;
    top: 0px;
    right: 20px;
    font-size: 15px;
}