/** Shopify CDN: Minification failed

Line 86:10 Expected identifier but found whitespace
Line 86:12 Unexpected "{"
Line 86:14 Expected identifier but found "'sections.instagram.follow_us'"

**/
/* INSTAGRAM SHOP */
@media (min-width: 1025px) {
  .gp-instagram-shop .instagram-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.hotspot-modal .modal-dialog .chevron {
  transform: translateY(-50%);
  top: 50% !important;
  margin-top: 0px !important;
}
.gp-instagram-shop .instagram-text .title {
  font-size: 55px;
  line-height: 70px;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 26px;
  display: block;
}
.gp-instagram-shop .instagram-text .content {
  font-size: 18px;
  line-height: 1.7;
}
body.modal-open::-webkit-scrollbar{
  display: none;
}
body.modal-open{
  overflow: unset;
}
.gp-instagram-shop .instagram-text .btn-link {
  font-size: 28px;
  padding: 42px 0 0 0;
  display: block;
  position: relative;
}
.gp-instagram-shop .instagram-text .btn-link span {
  position: relative;
  padding-left: 68px;
  line-height: 0;
}
.gp-instagram-shop .instagram-text .btn-link span:before {
  content: "";
  height: 1px;
  width: 50px;
  background: #2c2c2c;
  position: absolute;
  bottom: 11px;
  left: 0;
}

.gp-instagram-shop .instagram-shop-wrapper.effect-overlay .snptwdgt-container .snptwdgt__item:hover .snpt-atm-el {
  border: 1px solid var(--color-border);
  background: #fff;
}
.gp-instagram-shop .instagram-shop-wrapper.effect-overlay .snptwdgt-container .snptwdgt__item:hover .snptcrd__button {
  background: transparent;
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}
.gp-instagram-shop .instagram-shop-wrapper.effect-overlay .snptwdgt-container .snptwdgt__item:hover .snptico {
  transform: translate(-50%, -50%);
  color: #2c2c2c;
  position: absolute;
  top: 50%;
  left: 50%;
}
.gp-instagram-shop .instagram-shop-wrapper.effect-overlay .snptwdgt-container .snptwdgt__item:hover .snptico:before {
  content: "\e967";
  font-family: lusion !important;
  font-size: 50px;
}
.gp-instagram-shop .instagram-shop-wrapper.effect-overlay .snptwdgt-container .snptwdgt__item:hover .snptico:after {
  content: {{ 'sections.instagram.follow_us' | t }};
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: Jost !important;
  text-transform: capitalize;
  white-space: nowrap;
  padding-top: 27px;
  display: block;
}

@media (min-width: 767px) {
  .gp-instagram-shop .instagram-shop-wrapper.effect-overlay .snptwdgt-container .snptwdgt__item:hover .snptico:after {
    display: none;
  }
}
.gp-instagram-shop .instagram-shop-wrapper.effect-overlay .snptwdgt-container .snptwdgt__item .snptcrd__ovrly {
  width: 100.1%;
  height: 100.1%;
}

/* INSTAGRAM */
.gp-instagram .instagram-img-wrapper img:hover {
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .gp-instagram .instagram-text i {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
@media (max-width: 1024px) {
  .gp-instagram .instagram-text .btn-link {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .gp-instagram .instagram-text .title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .gp-instagram .instagram-text .title {
    display: none;
  }
}
@media (min-width: 768px) {
  .gp-instagram .instagram-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .gp-instagram .instagram-text-wrapper .instagram-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}