/* *****
This is a CSS partial, minified file. It is referenced by the theme by default in theme.liquid.
If you would like to edit this code we recommend swapping to the un-minified version.
For full details and instructions please see our documentation:
https://support.eightthemes.com/hc/en-us/articles/360020366578-Un-minified-CSS-Javascript
***** */
.image-bar--single-image{text-align:center}.image-bar--single-image .img-responsive{display:inline-block}.image-bar--title{text-align:center}.image-bar--title:last-child{margin-bottom:0}.image-bar--description p{text-align:center;margin-bottom:0}@media screen and (max-width:767px){.image-bar>div{margin-bottom:3rem}.image-bar>div:last-child{margin-bottom:0}}.homepage-section--image-gallery-wrapper .icon--placeholder{max-height:200px}.image-bar__content img{height:auto;width:100%}
.homepage-category-collection-sec .container{
  max-width: 1210px;
}
.homepage-category-collection-sec .container > .row{
  gap: 37px 0;
}
.homepage-category-collection-sec .image-bar__content{
  border-radius: 15px;
  border: 1px solid rgba(169, 122, 58, 0.30);
  background: #F8FBFF;
  max-width: 260px;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
}
.homepage-category-collection-sec .image-bar__content img{
  object-fit: contain !important;
  mix-blend-mode: darken;
  object-position: center center !important;
}
.homepage-category-collection-sec .image-bar--title{
  color: #626262;
  font-family: var(--body-font-stack);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .homepage-category-collection-sec .image-bar__content{
    height: 160px;
  }
}
@media (max-width: 767px) {
  .mobile-image-gallery .grid__item{
    padding-left: 10px;
    padding-right: 10px;
  }  
  .homepage-category-collection-sec .image-bar--title{
    font-size: 16px;
  }
  .homepage-category-collection-sec{
    padding-bottom: 67px !important;
    padding-top: 67px !important;
  }
}
/*Slick Dots design start*/
.mobile-image-gallery .slick-dots {
  text-align:center;
  position:absolute;
  bottom: -70px;
  width:  100%;
  padding-left: 0;
}
.mobile-image-gallery .slick-dots li {
  position:relative;
  display:inline-block;
  width:10px;
  height:10px;
  margin:0 8px;
  padding:0;
  cursor:pointer
}
.mobile-image-gallery .slick-dots li button{
  font-size:0;
  line-height:0;
  display:block;
  width:10px;
  height:10px;
  padding:0px;
  cursor:pointer;
  color:transparent;
  border:0;
  outline:none;
  background: #D7D7D7;  
  border-radius: 50%;
}
.mobile-image-gallery .slick-dots li button:before,
.mobile-image-gallery .slick-dots li button:focus{
    content: ' ';
    font-family: 'Font Awesome 5 Free';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .5;
    color: #fff;
    border-radius: 50%;
}
.mobile-image-gallery .slick-dots li.slick-active button:before,
.mobile-image-gallery .slick-dots li.slick-active button:focus{
    color: #A97A3A;
    background: #A97A3A; 
    opacity: 1;
}
/*Slick Dots design end*/