/* SoldDolls product-card-global
   Unique product card component used by every product listing. */

html body article.product-card-global.product-card-global.pcard.pcard {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  text-align: left !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-img {
  position: relative !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}


html body article.product-card-global.product-card-global.pcard.pcard .pcard-img.sd-card-ratio-auto {
  aspect-ratio: var(--sd-card-ratio, 1 / 1) !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-img > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-img > a > img,
html body article.product-card-global.product-card-global.pcard.pcard .pcard-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-badges {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  z-index: 25 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 3px !important;
  width: auto !important;
  max-width: calc(100% - 42px) !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .badge,
html body article.product-card-global.product-card-global.pcard.pcard .badge-sale,
html body article.product-card-global.product-card-global.pcard.pcard .badge-new {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 12px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .badge-sale {
  background: #d10f24 !important;
  color: #fff !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .badge-new {
  background: #d6b24a !important;
  color: #111 !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-wish {
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  left: auto !important;
  z-index: 26 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: rgba(34, 34, 34, .72) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-wish svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-info {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 34px 17px 22px auto auto !important;
  row-gap: 4px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 7px 0 12px !important;
  overflow: hidden !important;
  background: transparent !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-name,
html body article.product-card-global.product-card-global.pcard.pcard .pcard-name > a {
  grid-row: 1 !important;
  display: -webkit-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--sd-pcard-title, #f5f3ee) !important;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  box-sizing: border-box !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-rating {
  grid-row: 2 !important;
  display: flex !important;
  align-items: center !important;
  align-self: start !important;
  gap: 4px !important;
  width: 100% !important;
  height: 17px !important;
  min-height: 17px !important;
  max-height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--sd-pcard-stars, #f6b900) !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-rating .stars {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  height: 17px !important;
  flex: 0 0 auto !important;
  color: var(--sd-pcard-stars, #f6b900) !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-rating .stars svg {
  flex: 0 0 12px !important;
  width: 12px !important;
  height: 12px !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-rating .rc {
  color: var(--sd-pcard-review-count, #aaa) !important;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-price {
  grid-row: 3 !important;
  display: flex !important;
  align-items: baseline !important;
  align-self: start !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 22px !important;
  height: 22px !important;
  max-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  flex-wrap: nowrap !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-price .p-cur {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sd-pcard-price, #eef3fb) !important;
  -webkit-text-fill-color: var(--sd-pcard-price, #eef3fb) !important;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important;
  white-space: nowrap !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-price .p-old {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--sd-pcard-old-price, #8f8f8f) !important;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .sd-pay3x {
  grid-row: 4 !important;
  margin: 2px 0 0 !important;
  min-height: 0 !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .sd-real-stock {
  grid-row: 5 !important;
  margin: 2px 0 0 !important;
  min-height: 0 !important;
}

html body article.product-card-global.product-card-global.pcard.pcard .pcard-info > .woocommerce-loop-product__title,
html body article.product-card-global.product-card-global.pcard.pcard .pcard-atc,
html body article.product-card-global.product-card-global.pcard.pcard .add_to_cart_button {
  display: none !important;
}
