/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_custom_interceramic/cartridge/client/default/scss/experience/components/commerceAssets/photoTile.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.photo-tile-image {
  width: 100%;
}

.punto-enlace {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease, z-index 0s;
}

.punto-enlace:hover {
  transform: scale(1.1);
  z-index: 99999 !important;
}

/* stylelint-disable-next-line */
.punto-enlace:hover + .template-preview-box,
.template-preview-box:hover {
  z-index: 99998 !important;
}

/* Estilos para marcadores en photoTile */
.photo-tile-container {
  position: relative;
}

.photo-tile-container .punto-enlace {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  transition: transform 0.3s, background-color 0.3s, z-index 0s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
  cursor: pointer;
}

.photo-tile-container .punto-enlace:hover {
  transform: scale(1.2);
  z-index: 99 !important;
}

/* stylelint-disable-next-line */
.photo-tile-container .punto-enlace:hover + .template-preview-box,
.photo-tile-container .template-preview-box:hover {
  z-index: 99998 !important;
}

.photo-tile-container > span {
  position: static;
  display: contents;
}

.pricing-floating-cards .pricing-size, .pricing-floating-cards .price-per-mt2, .pricing-floating-cards .price-item {
  font-size: 10px !important;
}

.pricing-floating-cards .strike-through {
  text-decoration: line-through !important;
}

.pricing-floating-cards hr, .pricing-floating-cards .only-in-plp {
  display: none !important;
}

.pricing-floating-cards .price-per-mt2 {
  align-items: center;
}

.pricing-floating-cards .percentage-discount {
  font-size: 10px;
  padding: 0 3px;
  height: 12px !important;
}

.pricing-floating-cards .invisible {
  height: 2px;
}

.title-preview {
  font-size: 12px !important;
  font-weight: 500 !important;
  padding-top: 5px !important;
}

.image-icon-point {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.promotions-on-marker {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 11;
  max-width: 30px;
  pointer-events: none;
}

.promotion-image-marker {
  width: 100%;
  height: auto;
  max-width: 30px;
  display: block;
  margin-bottom: 2px !important;
}

/* stylelint-disable-next-line */
.preview-box,
.template-preview-box {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Sombra proyectada hacia abajo */
  padding: 12px;
  border-radius: 8px;
  display: block;
  align-items: center;
  gap: 15px;
  width: 200px;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: all;
  transition: z-index 0s;
}

.preview-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}

.preview-box .img-container {
  flex: 0 0 90px;
}

.preview-box .img-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  aspect-ratio: 1;
}

.promotions-preview-box {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  max-width: 50px;
}

.promotion-image-preview {
  width: 100%;
  height: auto;
  max-width: 50px;
  display: block;
  margin-bottom: 2px;
}

.preview-box .info-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.preview-box .title {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin: 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.preview-box .price {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 8px;
}

.link-product {
  display: block;
  font-size: 8px !important;
  padding: 3.4px !important;
  height: 30px !important;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  transition: background 0.3s ease;
}

.link-product:hover {
  background: #333;
  color: #fff;
}

@media (max-width: 768.98px) {
  .preview-box {
    width: 160px;
  }
  .preview-box .title {
    font-size: 10px !important;
  }
  .preview-box .price {
    font-size: 10px !important;
  }
  .preview-box .link-product {
    font-size: 10px !important;
  }
}

/*# sourceMappingURL=default\css\experience\components\commerceAssets\photoTile.css.map*/