/** Shopify CDN: Minification failed

Line 99:0 Unexpected "}"

**/
.insta-gallery .insta-gallery-section.two-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.three-column{ display: grid;  grid-template-columns: repeat(3,1fr);}
.insta-gallery .insta-gallery-section.four-column{ display: grid; grid-template-columns: repeat(4,1fr);}
.insta-gallery .insta-gallery-section.five-column{ display: grid; grid-template-columns: repeat(5,1fr);}
.insta-gallery .insta-gallery-section.six-column{ display: grid; grid-template-columns: repeat(6,1fr);}
.insta-gallery .insta-gallery-section{ column-gap:  0; row-gap:  var(--grid-desktop-horizontal-spacing);}
@media screen and (max-width: 1199px) and (min-width: 990px) {
.insta-gallery .insta-gallery-section.four-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.five-column{ display: grid; grid-template-columns: repeat(3,1fr);}
.insta-gallery .insta-gallery-section.six-column{ display: grid; grid-template-columns: repeat(3,1fr);}
.insta-gallery .insta-gallery-section { column-gap:  var(--grid-desktop-horizontal-spacing); row-gap:  var(--grid-desktop-horizontal-spacing); }  
}
@media screen and (max-width: 989px) and (min-width: 750px) {
.insta-gallery .insta-gallery-section.four-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.five-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.six-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section { column-gap: var(--grid-desktop-horizontal-spacing); row-gap: var(--grid-desktop-horizontal-spacing);}  
}
 @media screen and (max-width: 749px) {
 .insta-gallery .insta-gallery-section.two-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.three-column{ display: grid;  grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.four-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.five-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section.six-column{ display: grid; grid-template-columns: repeat(2,1fr);}
.insta-gallery .insta-gallery-section { column-gap: var(--grid-mobile-horizontal-spacing);row-gap: var(--grid-mobile-vertical-spacing);}
 }
@media screen and (max-width: 480px) {
.insta-gallery .insta-gallery-section.five-column{ display: grid; grid-template-columns: repeat(1,1fr);}  
}
.insta-gallery .title-wrapper-with-link.content-align--left{align-items: flex-start;}
.insta-gallery .title-wrapper-with-link.content-align--center{align-items: center;}
.insta-gallery .insta-gallery-section .insta-gallery-wrapper .insta-gallery-block-image img.insta-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.insta-gallery .insta-gallery-section .insta-gallery-wrapper .insta-gallery-inner{
  /* display: flex;flex-direction: column; */
  /* display:none; */
  display: flex;
    flex-direction: column;
  opacity: 0;
    transition: all 0.5s;
}
.insta-gallery-inner.banner--content-align-center {
    align-items: center;
    text-align: center;
}
.insta-gallery-inner.banner--content-align-right {
    align-items: flex-end;
    text-align: right;
}
.insta-gallery-inner.banner--content-align-left {
    align-items: flex-start;
    text-align: left;
}

.insta-gallery .insta-gallery-section:not(.background-none) .insta-gallery-wrapper {
  /* background: rgb(var(--color-background)); */
/* border-bottom: 1px solid var(--gradient-base-background-3); */
    /* border-top: 1px solid var(--gradient-base-background-3); */
    /* border-right: 1px solid var(--gradient-base-background-3); */
    border-left: 1px solid var(--gradient-base-background-3);
  
  transition: all 0.3s linear;
    overflow: hidden;
    will-change: transform;
    position: relative;
/*   height: 100%; */
}
.insta-gallery .insta-gallery-section:not(.background-none) .insta-gallery-wrapper:first-child{border-left: none;}
.insta-gallery .dt-sc-insta-gallery-section.background-primary .insta-gallery-wrapper {
  background: rgb(var(--color-background)) linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04));
}
.insta-gallery-section .insta-gallery-wrapper .insta-gallery-content .insta-gallery-inner h4.main-title a{color:var(--color-foreground);}
/*Overlay style*/
.insta-gallery-section.overlay .insta-gallery-wrapper{ /*height: 320px;*/ position: relative;}
.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-block-image{width:100%; height:100%;display:flex; }
.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content {    position: absolute; top: 20px; bottom: 20px; margin: auto; left: 20px; right: 20px; 
                                                                              /* background: rgba(var(--color-base-background-2),0.8); */
                                                                              transition: all 0.3s linear;opacity:0;}
.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content {   display: flex; flex-direction:column;padding:30px; align-items:center; justify-content:center;}
.insta-gallery-section.overlay .insta-gallery-wrapper{transition: all 0.3s linear;overflow:hidden;will-change:transform;}

/* custom css */
.custom-insta{padding:0 20px;}
.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content .insta-gallery-inner .banner-button svg{width:35px;height:35px}
.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content .insta-gallery-inner .sub-title{font-weight:500; margin:0;}
.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content .insta-icon { margin-top: 15px; background: var(--gradient-base-accent-1);
    
    padding: 16px;
    border-radius: 50%;}
}
.insta-gallery .insta-gallery-section .insta-gallery-wrapper .insta-gallery-inner .description{line-height:normal;}
.insta-gallery-section.overlay .insta-gallery-wrapper:hover .insta-gallery-content {opacity:1;cursor:pointer;}
.insta-gallery-section.overlay a.icon-svg svg {width: 26.73px;
    height: 26.32px;
    display: flex;
    color: var(--gradient-background);}
.insta-gallery-section.overlay a.icon-svg{margin:0;}
/* .insta-gallery .insta_bottom{    padding-top: 40px;} */
slider-component .insta-gallery .insta-gallery-section{justify-content:center;}
 .insta-gallery insta-slider .insta-gallery-section{column-gap:0; row-gap:0;}
.insta-gallery .insta-gallery-section .insta-gallery-wrapper .insta-gallery-inner > *:not(:last-child){margin:0 0 10px;}


@media screen and (max-width: 990px) {

.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content{padding:10px;}  
}
@media screen and (max-width: 749px) {
.insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content{padding:10px;}

}
@media screen and (max-width: 480px) {
 .insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-content{top:10px;bottom:10px;left:10px;right:10px;}
}
/*css  */
.insta-gallery .row .insta-gallery-wrapper .title-wrapper-with-link .description{
  width: 100%;
    max-width: 37%;
       font-size: clamp(1.3rem, 1.26rem + .2vw, 1.5rem);
    font-weight: 400;
}
@media screen and (min-width: 1990px) {
  .insta-gallery .row .insta-gallery-wrapper .title-wrapper-with-link .description{    max-width: 30%;}
}
@media screen and (max-width: 1440px) {
.insta-gallery .row .insta-gallery-wrapper .title-wrapper-with-link .description{
  max-width: 100%;
}
}
.insta-url {
 
  padding: 1rem 0.6rem 1.5rem 2rem;    padding: 2rem 0.6rem 2.3rem 2rem;
  text-align:left;

}
.insta-url-a{
 font-size: clamp(1.5rem, 1.4266rem + 0.367vw, 2rem);
  font-weight:500;
position: relative;
  text-decoration: none;
  color: inherit;
  padding-bottom: 2px;
  background: linear-gradient(90deg, black, black);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 2px);
  background-repeat: no-repeat;    font-style: italic;
}
 .insta-url-a:hover {
    animation-name: underlineHover;
    animation-duration: .6s;
    animation-timing-function: ease-in-out;
  }
@keyframes underlineHover {
  0% {
    background-position-x: 100%;
    background-size: 100% 2px;
  }
  50% {
    background-position-x: 100%;
    background-size: 0% 2px;
  }
  51% {
    background-position-x: 0%;
    background-size: 0% 2px;
  }
  100% {
    background-position-x: 0%;
    background-size: 100% 2px;
  }
}
/* .insta-gallery .row .insta-gallery-wrapper insta-slider .swiper{
  border-right: 1px solid var(--gradient-base-background-3);
    border-left: 1px solid var(--gradient-base-background-3);
} */
.insta-gallery .row .insta-gallery-wrapper insta-slider .swiper:last-child{
   /* border-right: 1px solid var(--gradient-base-background-3); */
}
.insta-gallery .row .insta-gallery-wrapper insta-slider .swiper:first-child{
   /* border-left: 1px solid var(--gradient-base-background-3); */
}
.insta-gallery .row .insta-gallery-wrapper insta-slider .swiper{
  
  border: 1px solid var(--gradient-base-background-2);   

}
@media screen and (max-width: 991px){
  .insta-gallery .insta-gallery-section:not(.background-none) .insta-gallery-wrapper {
    background: rgb(var(--color-background));
    /* border-bottom: 1px solid var(--gradient-base-background-3);
    border-top: 1px solid var(--gradient-base-background-3);
    border-right: 1px solid var(--gradient-base-background-3); */
  }
  .insta-gallery .insta-gallery-section:not(.background-none) .insta-gallery-wrapper:first-child {
    border-left: 1px solid var(--gradient-base-background-3);
  }
  .insta-gallery .insta-gallery-section:not(.background-none) .insta-gallery-wrapper:last-child{
    border-right: 1px solid var(--gradient-base-background-3);
  }
  .insta-gallery .row .insta-gallery-wrapper insta-slider .swiper:first-child {
    border-left: none;
}
  .insta-gallery .row .insta-gallery-wrapper insta-slider .swiper:last-child {
    /* border-right: none; */
}
}
/* .insta-gallery-section.overlay .insta-gallery-wrapper .insta-gallery-block-image {
    width: 100%;
    height: 100%;
    display: flex;
}
 */
.insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .insta-gallery-block-image{
  width: 100%;
    height: 100%;
    display: flex;
}
.insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .icon-svg{
  margin: 0;
}
.insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .icon-svg .insta-gallery-content{
  display: flex;
    flex-direction: column;
    /* padding: 30px; */
    align-items: center;
    justify-content: center;
  opacity: 1;
      position: absolute;
    /* top: 20px; */
    top: 0;
    /* bottom: 20px; */
    bottom: 0;
    margin: auto;
    /* left: 20px; */
    left: 0;
    /* right: 20px; */
    right: 0;
    /* background: rgba(var(--color-base-background-2), 0.8); */
    transition: all 0.3s linear
}
.insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .icon-svg .insta-gallery-content .insta-gallery-inner .insta-icon{
  margin-bottom: 50px;
    cursor: pointer;
    border-radius: 50%;
    background: var(--gradient-base-accent-1);
       height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;transition: all .3s linear;
}
.insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .icon-svg .insta-gallery-content .insta-gallery-inner .insta-icon svg{
width: 26px;
    height: 26px;
    display: flex;
  color: var(--gradient-base-background-1);
   
}
/* .insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .icon-svg .insta-gallery-content .insta-gallery-inner .insta-icon{
  display:none;
}
.insta-gallery .insta-gallery-section:not(.background-none) .insta-gallery-wrapper:hover .insta-icon{
  display:block;
} */
.insta-gallery .insta-gallery-section:not(.background-none) .insta-gallery-wrapper:hover .insta-gallery-content .insta-gallery-inner {
    opacity: 1;
}
/* .insta-gallery .row .insta-gallery-wrapper insta-slider .swiper{
  
  border: 1px solid var(--gradient-base-background-2);   

} */
@media screen and (max-width: 576px) {
  .insta-gallery .title-wrapper-with-link.content-align--center {    padding: 0;}
}

.insta-gallery .title-wrapper-with-link .title {font-size: clamp(2.5rem, 2.2798rem + 1.1009vw, 4rem);font-weight: 400;}
.insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .icon-svg .insta-gallery-content .insta-gallery-inner .insta-icon:hover{    background: var(--gradient-background);}
.insta-gallery .row .insta-gallery-wrapper .swiper .insta-gallery-section .insta-gallery-wrapper .icon-svg .insta-gallery-content .insta-gallery-inner .insta-icon:hover svg{color: var(--gradient-button-background-1);}