/**
 * 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 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.samsm-donde-comprar-skeleton-item {
  padding: 1rem 1.25rem;
  border: 1px solid #e4e6e8;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.samsm-skeleton-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.samsm-skeleton-main {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  gap: 12px;
  min-width: 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--badge {
  width: 35%;
  height: 18px;
  border-radius: 12px;
}
.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: 31px;
}

@media (max-width: 768px) {
  .samsm-skeleton-content {
    flex-wrap: wrap;
  }
  .samsm-skeleton-actions {
    flex-direction: row;
    flex-basis: 100%;
    width: 100%;
  }
  .samsm-skeleton-btn {
    flex: 1 1 0;
    width: auto;
  }
}
.samsm-donde-comprar-store-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.samsm-store-item {
  padding: 1rem 1.25rem;
  border: 1px solid #e4e5e8;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  background: #f7f8fa;
}
.samsm-store-item--gold {
  border: 1px solid #facf20;
  background-color: rgb(255, 253, 245);
}
@media (min-width: 768px) {
  .samsm-store-item--gold .samsm-store-name {
    font-size: 1.145rem;
  }
}
.samsm-store-item--gold .samsm-store-main {
  border-bottom-color: rgba(253, 230, 138, 0.6);
}
.samsm-store-item--gold .samsm-store-location {
  color: #475569;
}
.samsm-store-item--gold .samsm-store-actions .samsm-store-link {
  background-color: rgb(15, 23, 42);
  color: white;
  border-color: rgb(15, 23, 42);
}
.samsm-store-item--gold .samsm-store-actions .samsm-store-link i {
  color: rgb(251, 191, 36);
}
.samsm-store-item--gold .samsm-store-actions .samsm-store-link:hover {
  background-color: rgb(38.595505618, 52.7471910112, 75.904494382);
  border-color: rgb(21.7105263158, 33.2894736842, 60.7894736842);
}
.samsm-store-item--gold .samsm-store-logo {
  border-color: rgba(253, 230, 138, 0.8);
  background-color: rgba(255, 251, 235, 0.9);
}

.samsm-store-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.samsm-store-main {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 12px;
  min-width: 0;
  border-bottom: 1px solid rgb(241, 245, 249);
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .samsm-store-main {
    padding-bottom: 0px;
    border-bottom: 0px;
    border-right: 1px solid rgb(241, 245, 249);
  }
}

.samsm-store-logo {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(241, 245, 249);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  background: rgb(248, 250, 252);
}
.samsm-store-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.samsm-store-info {
  flex-grow: 1;
  min-width: 0;
}

.samsm-store-name {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.samsm-store-location {
  color: #7c8087;
  line-height: 1.5;
}

.samsm-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25em 0.75em;
  border-radius: 100px;
  line-height: 1rem;
  text-wrap: nowrap;
}
.samsm-plan-badge--gold {
  border-color: rgba(245, 158, 11, 0.3019607843);
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.samsm-plan-badge--gold svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .samsm-plan-badge--gold {
    padding: 0.5em 1em;
  }
}

.samsm-store-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.samsm-store-actions .btn {
  padding: 0.4rem 0.755rem;
  white-space: nowrap;
  font-weight: bold;
}
.samsm-store-actions .samsm-store-link {
  color: white;
  white-space: nowrap;
  background-color: rgb(37, 99, 235);
  border-color: rgb(37, 99, 235);
}
.samsm-store-actions .samsm-store-link:hover {
  background-color: rgb(18.5714285714, 76.1428571429, 202.4285714286);
  border-color: rgb(18.5714285714, 76.1428571429, 202.4285714286);
}
.samsm-store-actions .samsm-whatsapp-btn {
  white-space: nowrap;
  color: rgb(6, 79, 60);
  background-color: rgb(236, 253, 245);
  border-color: rgba(110, 231, 183, 0.8);
  font-weight: bold;
}
.samsm-store-actions .samsm-whatsapp-btn:hover {
  color: rgb(6, 78, 59);
  border-color: rgba(110, 231, 183, 0.8);
  background-color: rgba(212, 250, 231, 0.815);
}
.samsm-store-actions .samsm-whatsapp-btn svg {
  color: rgb(5, 150, 105);
}
.samsm-store-actions .samsm-maps-btn {
  background-color: #fff;
  border: 1px solid rgb(226, 232, 240);
  color: rgb(51, 65, 85);
}
.samsm-store-actions .samsm-maps-btn svg {
  color: rgb(37, 99, 235);
}
.samsm-store-actions .samsm-maps-btn:hover {
  background-color: rgb(228.5, 228.5, 255);
  color: rgb(46, 59, 79);
  border-color: rgb(206.3469387755, 215.4693877551, 229.1530612245);
}

@media (max-width: 768px) {
  .samsm-store-location {
    font-size: 0.8rem;
  }
  .samsm-store-content {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .samsm-store-actions {
    flex-direction: row;
    flex-basis: 100%;
    width: 100%;
  }
  .samsm-store-actions .btn {
    flex: 1 1 0;
  }
}/*# sourceMappingURL=category-product-buttons.css.map */