/* Ashop v1.6: selección visual de la fotografía que viaja al carrito y pedido. */
.product-gallery-thumb { position: relative; }
.product-gallery-thumb > span { position: absolute; right: 5px; bottom: 5px; padding: 4px 6px; border-radius: 99px; background: rgba(22,18,21,.75); color: #fff; font-size: 8px; font-weight: 800; }
.product-gallery-thumb > b { position: absolute; top: 5px; left: 5px; display: none; padding: 4px 6px; border-radius: 99px; background: var(--pink-deep); color: #fff; font-size: 7px; letter-spacing: .04em; text-transform: uppercase; }
.product-gallery-thumb.active { border-color: var(--pink-deep); box-shadow: 0 0 0 3px rgba(199,102,143,.14); }
.product-gallery-thumb.active > b { display: block; }
.selected-photo-message { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; padding: 12px 14px; border: 1px solid rgba(199,102,143,.3); border-radius: 10px; background: linear-gradient(135deg, var(--pink-soft), #fff); }
.selected-photo-message > span { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--pink-deep); color: #fff; font-weight: 900; }
.selected-photo-message div { display: grid; gap: 1px; }
.selected-photo-message small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.selected-photo-message strong { font-family: Georgia, serif; font-size: 17px; }
.selected-photo-message em { margin-left: auto; color: var(--muted); font-size: 9px; font-style: normal; }
.cart-selected-photo { display: inline-flex; margin: 5px 0 2px; padding: 4px 7px; border-radius: 99px; background: var(--pink-soft); color: var(--pink-deep); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.order-summary-product img { width: 54px; height: 68px; flex: 0 0 auto; border-radius: 6px; object-fit: cover; }
.order-selected-image { width: 52px; height: 66px; border-radius: 6px; object-fit: cover; }

@media (max-width: 620px) {
  .selected-photo-message { align-items: flex-start; flex-wrap: wrap; }
  .selected-photo-message em { width: 100%; margin-left: 40px; }
  .product-gallery-thumb > span { font-size: 7px; }
}
