
.product-card-actions[data-v-1b99264c] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card-actions__status[data-v-1b99264c] {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #047857;
}
.product-card-actions__status-icon[data-v-1b99264c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #d1fae5;
  font-size: 0.7rem;
  line-height: 1;
}
.product-card-actions__add[data-v-1b99264c] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}
.product-card-actions__add--secondary[data-v-1b99264c] {
  background: #fff;
  color: #2563eb;
  border: 2px solid #2563eb;
}
.product-card-actions__add--secondary[data-v-1b99264c]:hover:not(:disabled) {
  background: #eff6ff;
}
.product-card-actions__add[data-v-1b99264c]:hover:not(:disabled) {
  background: #1d4ed8;
}
.product-card-actions__add--secondary[data-v-1b99264c]:hover:not(:disabled) {
  background: #eff6ff;
}
.product-card-actions__add[data-v-1b99264c]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.product-card-actions__add--detail[data-v-1b99264c] {
  max-width: 320px;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
}
.product-card-actions__link--detail[data-v-1b99264c] {
  max-width: 320px;
}
.product-card-actions__link[data-v-1b99264c] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s;
}
.product-card-actions__link[data-v-1b99264c]:hover {
  color: #2563eb;
}

.product-card[data-v-9e756b8a] {
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.product-card__link[data-v-9e756b8a] {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
  border-radius: 12px 12px 0 0;
}
.product-card__link[data-v-9e756b8a]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-card__link:hover .product-card__title[data-v-9e756b8a] {
  color: #2563eb;
}
.product-card__image-wrap[data-v-9e756b8a] {
  display: block;
}
.product-card__image[data-v-9e756b8a] {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-card__image--placeholder[data-v-9e756b8a] {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: #f1f5f9;
  min-height: 200px;
}
.product-card__body[data-v-9e756b8a] {
  padding: 1rem 1.25rem 0.5rem;
}
.product-card__actions[data-v-9e756b8a] {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card__title[data-v-9e756b8a] {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
  transition: color 0.15s;
}
.product-card__price[data-v-9e756b8a] {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}


.printify-product-card[data-v-40a1811b] {
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.printify-product-card__link[data-v-40a1811b] {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}
.printify-product-card__link--with-actions[data-v-40a1811b] {
  border-radius: 12px 12px 0 0;
}
.printify-product-card__link[data-v-40a1811b]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.printify-product-card__link:hover .printify-product-card__cta[data-v-40a1811b] {
  color: #2563eb;
}
.printify-product-card__link--with-actions:hover .printify-product-card__title[data-v-40a1811b] {
  color: #2563eb;
}
.printify-product-card__image-wrap[data-v-40a1811b] {
  display: block;
}
.printify-product-card__image[data-v-40a1811b] {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.printify-product-card__image--placeholder[data-v-40a1811b] {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: #f1f5f9;
  min-height: 200px;
}
.printify-product-card__body[data-v-40a1811b] {
  padding: 1rem 1.25rem 1.25rem;
}
.printify-product-card__link--with-actions .printify-product-card__body[data-v-40a1811b] {
  padding-bottom: 0.5rem;
}
.printify-product-card__actions[data-v-40a1811b] {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.printify-product-card__title[data-v-40a1811b] {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
  transition: color 0.15s;
}
.printify-product-card__price[data-v-40a1811b] {
  margin: 0 0 0.5rem 0;
  color: #64748b;
  font-size: 0.95rem;
}
.printify-product-card__link--with-actions .printify-product-card__price[data-v-40a1811b] {
  margin-bottom: 0;
}
.printify-product-card__cta[data-v-40a1811b] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  transition: color 0.15s;
}

