.product-card-standard {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  align-content: start;
  width: 100%;
  min-height: 0 !important;
  margin: 0;
  padding: 10px 10px 12px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 70, 204, 0.24) !important;
  border-radius: 24px !important;
  color: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 253, 0.94) 58%, rgba(246, 253, 255, 0.94)) !important;
  box-shadow: 0 22px 58px rgba(255, 9, 245, 0.1), 0 14px 42px rgba(38, 207, 244, 0.08) !important;
  text-align: center !important;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.product-card-standard,
.product-card-standard * {
  box-sizing: border-box;
}

.product-card-standard::before,
.product-card-standard::after,
.product-card-standard .product-card-media::before,
.product-card-standard .podcategory-card-media::before,
.product-card-standard .sale-card-media::before,
.product-card-standard .hit-card-media::before {
  display: none !important;
}

.product-card-standard:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 28, 203, 0.5) !important;
  box-shadow: 0 28px 62px rgba(255, 9, 245, 0.16), 0 16px 36px rgba(22, 205, 238, 0.12) !important;
}

.product-card-standard .product-card-media,
.product-card-standard .podcategory-card-media,
.product-card-standard .sale-card-media,
.product-card-standard .hit-card-media {
  position: relative !important;
  display: grid !important;
  place-items: center;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  aspect-ratio: 16 / 9.35;
  overflow: hidden;
  border: 1px solid rgba(255, 9, 245, 0.12);
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(255, 9, 245, 0.12), rgba(53, 207, 255, 0.12));
  box-shadow: none !important;
}

.product-card-standard .product-card-media > img,
.product-card-standard .podcategory-card-img,
.product-card-standard .sale-card-media > img,
.product-card-standard .hit-card-img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  object-fit: cover !important;
  object-position: center;
  box-shadow: none !important;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.product-card-standard:hover .product-card-media > img,
.product-card-standard:hover .podcategory-card-img,
.product-card-standard:hover .sale-card-media > img,
.product-card-standard:hover .hit-card-img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.product-card-standard .podcategory-card-placeholder,
.product-card-standard .sale-card-placeholder,
.product-card-standard .product-card-placeholder {
  position: absolute !important;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  color: #ffffff;
  background: linear-gradient(135deg, #ff09f5, #35cfff);
}

.product-card-standard .product-card-badges,
.product-card-standard .podcategory-card-badges,
.product-card-standard .sale-badges,
.product-card-standard .hit-card-badges {
  position: absolute !important;
  z-index: 3;
  top: 10px !important;
  right: 10px !important;
  left: 10px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 8px !important;
  pointer-events: none;
}

.product-card-standard .product-card-badge-stack,
.product-card-standard .podcategory-card-badge-stack {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin-left: auto;
}

.product-card-standard .percent-circle,
.product-card-standard .podcategory-sale-badge,
.product-card-standard .sale-badge,
.product-card-standard .product-hit-badge,
.product-card-standard .hit-circle,
.product-card-standard .product-fire-badge,
.product-card-standard .fire-circle {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 36px;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff09f5 0%, #ff2f8b 52%, #ff7442 100%) !important;
  box-shadow: 0 12px 24px rgba(255, 9, 245, 0.22) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.product-card-standard .percent-circle p,
.product-card-standard .hit-circle p,
.product-card-standard .hit-circle span,
.product-card-standard .product-hit-badge,
.product-card-standard .product-hit-badge span,
.product-card-standard .sale-badge,
.product-card-standard .sale-badge span,
.product-card-standard .podcategory-sale-badge,
.product-card-standard .podcategory-sale-badge span,
.product-card-standard .discount-percent {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.product-card-standard .product-fire-badge,
.product-card-standard .fire-circle {
  width: 32px !important;
  min-width: 32px;
  padding: 0 !important;
}

.product-card-standard .product-fire-badge img,
.product-card-standard .fire-circle img {
  position: static !important;
  width: 17px !important;
  height: 17px !important;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.14));
}

.product-card-standard .sale-badge-soft,
.product-card-standard .podcategory-rb-badge,
.product-card-standard .podcategory-size-badge {
  background: rgba(35, 18, 46, 0.58) !important;
}

.product-card-standard .product-hit-badge {
  color: #ffffff !important;
  text-shadow: none !important;
}

.product-card-standard .stars {
  display: block;
  width: 100px !important;
  height: 17px !important;
  margin: 8px auto 5px !important;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(255, 186, 87, 0.22));
}

.product-card-standard .text-container,
.product-card-standard .sale-card-body {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-rows: auto auto !important;
  justify-items: center;
  gap: 2px !important;
  width: 100%;
  min-height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.product-card-standard .card-title,
.product-card-standard .sale-card-title {
  display: -webkit-box !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  color: #211927 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card-standard .card-description,
.product-card-standard .sale-card-description {
  display: -webkit-box !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  color: #6d6474 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
  text-align: center !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product-card-standard .buy-card-block,
.product-card-standard .sale-card-footer {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: 122px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100%;
  margin-top: 8px !important;
  padding: 0 !important;
}

.product-card-standard .buy-button,
.product-card-standard .podrobnee-button,
.product-card-standard .sale-card-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 42px !important;
  min-width: 0 !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 15px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff09f5 0%, #ff2f8b 48%, #ff7442 100%) !important;
  box-shadow: 0 16px 30px rgba(255, 9, 245, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
  animation: none !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease !important;
}

.product-card-standard .buy-button::after,
.product-card-standard .podrobnee-button::after,
.product-card-standard .sale-card-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.24s ease;
}

.product-card-standard:hover .buy-button,
.product-card-standard:hover .podrobnee-button,
.product-card-standard:hover .sale-card-btn {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(255, 9, 245, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
}

.product-card-standard:hover .buy-button::after,
.product-card-standard:hover .podrobnee-button::after,
.product-card-standard:hover .sale-card-btn::after {
  transform: translateX(3px);
}

.product-card-standard .price-card-block,
.product-card-standard .sale-price {
  display: grid !important;
  justify-items: end !important;
  align-content: center;
  align-items: center;
  gap: 3px !important;
  min-width: 0;
  min-height: 42px;
  padding-right: 2px;
  text-align: right !important;
}

.product-card-standard .price-card-block span,
.product-card-standard .sale-price span,
.product-card-standard .sale-price strong {
  white-space: nowrap;
}

.product-card-standard .card-oldprice,
.product-card-standard .sale-old-price {
  position: relative;
  display: inline-block !important;
  width: max-content;
  max-width: 100%;
  color: #a39aa8 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  margin-bottom: 1px !important;
  text-decoration: none !important;
}

.product-card-standard .card-oldprice::after,
.product-card-standard .sale-old-price::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  left: -3px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff09f5, #ff7442);
  transform: rotate(-4deg);
}

.product-card-standard .card-price,
.product-card-standard .sale-new-price {
  color: #211927 !important;
  font-size: 21px !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
}

@media (max-width: 520px) {
  .product-card-standard {
    padding: 9px 9px 11px !important;
    border-radius: 23px !important;
  }

  .product-card-standard .product-card-media,
  .product-card-standard .podcategory-card-media,
  .product-card-standard .sale-card-media,
  .product-card-standard .hit-card-media {
    border-radius: 17px !important;
  }

  .product-card-standard .buy-card-block,
  .product-card-standard .sale-card-footer {
    grid-template-columns: 118px minmax(0, 1fr) !important;
  }

  .product-card-standard .card-title,
  .product-card-standard .sale-card-title {
    font-size: 17px !important;
  }

  .product-card-standard .card-price,
  .product-card-standard .sale-new-price {
    font-size: 20px !important;
  }
}
