/**
 * Copyright since 2007 Alejo A. Sotelo <alejosotelo.com.ar>
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Alejo A. Sotelo
 * Use, copy, modification or distribution of this source file without written
 * license agreement from Alejo A. Sotelo is strictly forbidden.
 * In order to obtain a license, please contact us: soporte@alejosotelo.com.ar
 *
 * @author    Alejo A. Sotelo <soporte@alejosotelo.com.ar>
 * @homepage  https://alejosotelo.com.ar
 * @copyright Copyright (c) since 2007 Alejo Sotelo
 * @license   Commercial License
 */
.skeleton-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.samsm-donde-comprar-category {
  margin-top: 8px;
}
.samsm-donde-comprar-category .samsm-donde-comprar-category-btn {
  width: 100%;
}

.samsm-donde-comprar-modal-title {
  font-size: 14px;
}

.samsm-donde-comprar-location-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.samsm-donde-comprar-location-bar .samsm-donde-comprar-postal-form {
  display: flex;
  gap: 8px;
  flex-grow: 1;
}
.samsm-donde-comprar-location-bar .samsm-donde-comprar-postal-form .samsm-donde-comprar-postal-input {
  max-width: 140px;
}
.samsm-donde-comprar-location-bar .samsm-donde-comprar-location-status {
  flex-basis: 100%;
}

.samsm-skeleton-shimmer {
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

.samsm-donde-comprar-skeleton-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #ececec;
}
.samsm-donde-comprar-skeleton-item:last-child {
  border-bottom: 0;
}

.samsm-skeleton-logo {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 6px;
}

.samsm-skeleton-info {
  flex-grow: 1;
  min-width: 0;
  padding-top: 4px;
}

.samsm-skeleton-line {
  height: 12px;
}
.samsm-skeleton-line + .samsm-skeleton-line {
  margin-top: 10px;
}
.samsm-skeleton-line--title {
  width: 55%;
  height: 16px;
}
.samsm-skeleton-line--text {
  width: 80%;
}

.samsm-skeleton-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.samsm-skeleton-btn {
  width: 85px;
  height: 22px;
}

.samsm-store-logo {
  flex-shrink: 0;
}
.samsm-store-logo img {
  display: block;
  max-width: 72px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.samsm-store-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.samsm-plan-badge {
  font-size: 0.875rem;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.samsm-store-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.samsm-whatsapp-btn {
  white-space: nowrap;
}

.samsm-store-link {
  white-space: nowrap;
}

/*# sourceMappingURL=category-product-buttons.css.map */
