.instafeed-lightbox .lightbox-instagram .fullname,
.instafeed-lightbox .lightbox-instagram .post-engagement,
.instafeed-lightbox .tagged-products a {
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#insta-feed a,
.instafeed-shopify a {
  border: none !important;
  position: static;
  display: inline;
  padding: 0;
  z-index: 999999;
  color: transparent;
  text-decoration: none !important;
}

#insta-feed,
.instafeed-shopify {
  position: relative;
  display: block;
  text-align: center;
  clear: both;
  margin: 30px auto 0;
}

#insta-feed object,
.instafeed-shopify object {
  display: inline;
}

#insta-feed .post-date a,
.instafeed-shopify .post-date a {
  color: grey;
  font-size: 11px;
}

#insta-feed .slider-arrow,
.instafeed-shopify .slider-arrow {
  border: 1px solid #eee;
  position: absolute;
  color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: 30px;
  width: 30px;
  line-height: 32px;
  font-size: 20px;
  z-index: 101;
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgb(54 54 54/15%);
  cursor: pointer;
}

#insta-feed .slider-arrow:hover,
.instafeed-lightbox .lightbox-instagram .arrows a:hover,
.instafeed-shopify .slider-arrow:hover {
  background-color: #eee;
}

#insta-feed h2 {
  margin-bottom: 30px;
}

#insta-feed h3 {
  font-size: 16px;
  padding: 8px;
}

#insta-feed a:focus,
#insta-feed a:hover,
.instafeed-lightbox:focus,
.instafeed-shopify a:focus,
.instafeed-shopify a:hover {
  opacity: 1 !important;
}

#insta-feed a:after,
.instafeed-shopify a:after {
  border: none;
}

#insta-feed .instafeed-container:hover .instafeed-overlay,
.instafeed-shopify .instafeed-container:hover .instafeed-overlay {
  opacity: 1;
}

#insta-feed img {
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: initial;
  display: initial;
  opacity: 1;
}

#insta-feed .instafeed-container,
.instafeed-shopify .instafeed-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0;
  min-height: 300px;
  color: #fff;
}

#insta-feed .instafeed-container video,
.instafeed-shopify .instafeed-container video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
  margin: 0 auto;
}

#insta-feed .instafeed-overlay,
.instafeed-shopify .instafeed-overlay {
  opacity: 0;
  position: absolute;
  display: block;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: 0.2s linear;
}

#insta-feed .likes,
.instafeed-shopify .likes {
  position: absolute;
  display: flex;
  font-size: 14px;
  bottom: 2%;
  right: 3%;
  margin: 0 auto;
  z-index: 200;
  color: #fff;
}

#insta-feed .instafeed-overlay::after,
.instafeed-shopify .instafeed-overlay::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

#insta-feed .instafeed-overlay::before,
.instafeed-shopify .instafeed-overlay::before {
  content: " ";
  opacity: 1;
  background: url(/assets/img/instagram-icon-v2.svg) center center/20px 20px
    no-repeat;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#insta-feed .instafeed-overlay.instafeed-video::before,
.instafeed-shopify .instafeed-overlay.instafeed-video::before {
  content: " ";
  background: url(/assets/img/video-icon-v2.svg) center center/20px 20px
    no-repeat;
}

.instafeed-lightbox {
  display: none !important;
  position: fixed !important;
  font-size: 15px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.instafeed-lightbox .lightbox-instagram {
  height: 80%;
  width: 70%;
  background-color: #fff;
  position: absolute;
  top: 10%;
  left: 15%;
}

.instafeed-lightbox .lightbox-instagram .instafeed-post-image img {
  max-width: 60% !important;
}

.instafeed-lightbox .lightbox-instagram video {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  outline: 0;
  border-right: 1px solid #eee;
}

.instafeed-lightbox .lightbox-instagram .sub-header {
  height: 32px;
  color: grey;
  position: relative;
}

.instafeed-lightbox .lightbox-instagram .products-tagging {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.instafeed-lightbox .lightbox-instagram .tagging-message {
  width: 90%;
  color: grey;
  margin: 0 auto;
  text-align: center;
}

.instafeed-lightbox .lightbox-instagram .instafeed-caption {
  word-wrap: break-word;
  white-space: pre-wrap;
  clear: both;
  color: #666;
  width: 90%;
  margin: 20px auto 0;
}

.instafeed-lightbox .lightbox-instagram .post-date {
  color: grey;
  font-size: 11px;
  border-top: 1px solid #eee;
  padding-top: 3px;
  width: 100%;
  height: 30px;
  line-height: 27px;
}

.instafeed-lightbox .lightbox-instagram .post-engagement {
  position: absolute !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.instafeed-lightbox .lightbox-instagram .description {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  right: 0;
  width: 40%;
  text-align: left;
  color: #000;
  text-decoration: none;
  box-sizing: content-box;
  padding: 0;
}

.instafeed-lightbox .lightbox-instagram .profile-picture {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  margin: 12px !important;
  border: 1px solid #eee;
}

.instafeed-lightbox .lightbox-instagram .name-section {
  position: absolute;
  top: 24px;
  left: 65px;
}

.instafeed-lightbox .lightbox-instagram .name-section:hover {
  color: #ccc;
}

.instafeed-lightbox .lightbox-instagram .fullname {
  color: #000;
  font-weight: 600;
  line-height: 23px;
  font-size: 17px;
}

.instafeed-lightbox .lightbox-instagram .username {
  color: grey;
  font-size: 11px;
  display: block;
  line-height: 16px;
}

.instafeed-lightbox .lightbox-instagram .username a {
  color: #000;
}

.instafeed-lightbox .lightbox-instagram .instafeed-header {
  height: 58px !important;
  position: relative !important;
  transform: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  opacity: 1;
  background: 0 0;
}

.instafeed-lightbox .lightbox-instagram .box-content {
  flex: 1;
  height: 10px;
  overflow-x: hidden;
  position: initial;
  padding-bottom: 20px;
}

.instafeed-lightbox .tagged-products {
  margin: 40px auto;
  width: 90%;
}

.instafeed-lightbox .tagged-products-buttons,
.instafeed-lightbox .tagged-products-image {
  width: 100%;
  text-align: center;
}

.instafeed-lightbox .tagged-products a {
  text-transform: uppercase;
  font-weight: 600;
  color: #666 !important;
}

.instafeed-lightbox .tagged-products img {
  position: relative !important;
  object-fit: contain !important;
  height: 120px !important;
  width: 120px !important;
}

.instafeed-lightbox .tagged-products .product-title {
  text-overflow: ellipsis;
  white-space: pre-wrap;
  overflow: hidden;
  font-size: initial;
}

.instafeed-lightbox .tagged-products .tagged-buy-button {
  height: auto;
  background: 0 0;
  border: 1px solid #ccc;
  margin: 5px auto 7px;
  cursor: pointer;
  display: block;
  box-shadow: none;
  color: #000 !important;
  outline: 0;
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15rem !important;
  font-weight: 700 !important;
  padding: 0.375rem 0.75rem !important;
  text-align: center;
  width: 150px !important;
}

.instafeed-lightbox .tagged-products .tagged-buy-button:hover {
  background-color: #eee;
  border-color: #ccc;
  color: #000;
}

.instafeed-lightbox .tagged-products #delete-product {
  font-size: xx-large;
}

.instafeed-lightbox .lightbox-instagram .follow:hover {
  color: grey;
}

.instafeed-lightbox .lightbox-instagram hr {
  margin: 10px;
  border: 0;
  border-bottom: 1px solid #e8e9eb;
  background: 0 0;
  max-width: 100%;
  width: auto;
}

.instafeed-lightbox .lightbox-instagram .arrows {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}

.instafeed-lightbox
  .lightbox-instagram
  .description
  .box-content
  .sub-header
  .arrows
  img {
  position: relative !important;
  width: 32px !important;
  object-position: 99999px 99999px;
  background: 50%/50% no-repeat;
}

.instafeed-lightbox
  .lightbox-instagram
  .description
  .box-content
  .sub-header
  .arrows
  object:first-child
  img {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NzcuMTc1IDQ3Ny4xNzUnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJz48cGF0aCBkPSdNMTQ1LjE4OCAyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMgNS4zLTEzLjggMC0xOS4xcy0xMy44LTUuMy0xOS4xIDBsLTIyNS4xIDIyNS4xYy01LjMgNS4zLTUuMyAxMy44IDAgMTkuMWwyMjUuMSAyMjVjMi42IDIuNiA2LjEgNCA5LjUgNHM2LjktMS4zIDkuNS00YzUuMy01LjMgNS4zLTEzLjggMC0xOS4xbC0yMTUuNC0yMTUuNXonIGZpbGw9J2JsYWNrJy8+PC9zdmc+);
}

.instafeed-lightbox
  .lightbox-instagram
  .description
  .box-content
  .sub-header
  .arrows
  object:nth-child(2)
  img {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NzcuMTc1IDQ3Ny4xNzUnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJz48cGF0aCBkPSdNMzYwLjczMSAyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xIDBzLTUuMyAxMy44IDAgMTkuMWwyMTUuNSAyMTUuNS0yMTUuNSAyMTUuNWMtNS4zIDUuMy01LjMgMTMuOCAwIDE5LjEgMi42IDIuNiA2LjEgNCA5LjUgNCAzLjQgMCA2LjktMS4zIDkuNS00bDIyNS4xLTIyNS4xYzUuMy01LjIgNS4zLTEzLjguMS0xOXonIGZpbGw9J2JsYWNrJy8+PC9zdmc+);
}

.instafeed-lightbox .lightbox-instagram .arrows a {
  display: inline-block !important;
  height: 32px;
}

.lightbox-instagram a,
.lightbox-instagram a:link,
.lightbox-instagram a:visited {
  font-weight: initial;
}

.instafeed-lightbox img {
  max-width: 450px !important;
  right: auto !important;
}

.instafeed-lightbox:target {
  outline: 0;
  display: block !important;
}

.instafeed-lightbox .lightbox-instagram .close-button {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgY2xhc3M9J2ljb24nPjxwYXRoIGZpbGw9JyM5Mzk1OTgnIGQ9J00xNS44OSAxNC42OTZsLTQuNzM0LTQuNzM0IDQuNzE3LTQuNzE3Yy40LS40LjM3LTEuMDg1LS4wMy0xLjQ4NXMtMS4wODUtLjQzLTEuNDg1LS4wM0w5LjY0MSA4LjQ0NyA0Ljk3IDMuNzc2Yy0uNC0uNC0xLjA4NS0uMzctMS40ODUuMDNzLS40MyAxLjA4NS0uMDMgMS40ODVsNC42NzEgNC42NzEtNC42ODggNC42ODhjLS40LjQtLjM3IDEuMDg1LjAzIDEuNDg1czEuMDg1LjQzIDEuNDg1LjAzbDQuNjg4LTQuNjg3IDQuNzM0IDQuNzM0Yy40LjQgMS4wODUuMzcgMS40ODUtLjAzcy40My0xLjA4NS4wMy0xLjQ4NXonLz48L3N2Zz4=);
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 14px;
}

@media only screen and (max-width: 767.98px) {
  .instafeed-lightbox .lightbox-instagram .close-button {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgY2xhc3M9J2ljb24nPjxwYXRoIGZpbGw9JyM5Mzk1OTgnIGQ9J00xNS44OSAxNC42OTZsLTQuNzM0LTQuNzM0IDQuNzE3LTQuNzE3Yy40LS40LjM3LTEuMDg1LS4wMy0xLjQ4NXMtMS4wODUtLjQzLTEuNDg1LS4wM0w5LjY0MSA4LjQ0NyA0Ljk3IDMuNzc2Yy0uNC0uNC0xLjA4NS0uMzctMS40ODUuMDNzLS40MyAxLjA4NS0uMDMgMS40ODVsNC42NzEgNC42NzEtNC42ODggNC42ODhjLS40LjQtLjM3IDEuMDg1LjAzIDEuNDg1czEuMDg1LjQzIDEuNDg1LjAzbDQuNjg4LTQuNjg3IDQuNzM0IDQuNzM0Yy40LjQgMS4wODUuMzcgMS40ODUtLjAzcy40My0xLjA4NS4wMy0xLjQ4NXonLz48L3N2Zz4=);
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 1rem;
    z-index: 1;
  }

  .instafeed-lightbox .lightbox-instagram {
    height: 98% !important;
    overflow: scroll !important;
    width: unset !important;
    max-height: unset !important;
    top: unset !important;
    left: unset !important;
    margin-top: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    position: relative !important;
  }

  .instafeed-lightbox .lightbox-instagram video {
    width: 100% !important;
    height: 60vh !important;
    position: static !important;
  }

  .instafeed-lightbox .lightbox-instagram .instafeed-post-image img {
    position: static !important;
    width: 100% !important;
    max-width: unset !important;
  }

  .instafeed-lightbox .lightbox-instagram .description {
    width: unset !important;
    position: relative !important;
    height: initial;
  }

  .instafeed-lightbox .lightbox-instagram .post-date {
    margin-top: 50px;
    position: initial;
  }
}
