/** Shopify CDN: Minification failed

Line 87:0 Unexpected "}"

**/
@media (min-width: 750px) {
  .container_triple_banner_hp {
    display: flex;
  }
}

.img_triple_banner {
  position: relative;
}
.dot_homepage {
      position: absolute;
    background: white;
    height: 16px;
    width: 16px;
    border-radius: 100%;
  cursor: pointer;
}
.dot_homepage::after {
  position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    left: -12px;
    top: -12px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-animation: 1.4s dotLookKeyframe ease-in-out infinite;
    animation: 1.4s dotLookKeyframe ease-in-out infinite;
}
@-webkit-keyframes dotLookKeyframe {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes dotLookKeyframe {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }



.popup_look {
    background-color: #E7E7E7;
    border: 1px solid #000;
  border-radius: 4px;
    padding: 12px;
    box-shadow: 5px 10px 15px #000000b3;
    position: absolute;
    white-space: nowrap;
    color: #000;
  z-index: 3;
}
.popup_look a {
  text-decoration: none;
}
.learn_more {
  color: #000;
  font-size: 14px;
}

.title_popup {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
}
.popup_look a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.img_look_product {
  width: 70px;
}
@media (max-width: 768px) {
  .popup_look {
    left: 5%!important;
  }
  .title_popup {
    white-space: pre-wrap; 
  }
}
@media (max-width: 999px) {
  .popup_look {
   width: auto;
        max-width: 90%;
  }
}
.href_popup {
  display: flex;
    align-items: center;
    gap: 24px;
}