.pcshop-products-grid {
  gap: 20px !important;
}
.pcshop-flash-products {
  gap: 16px !important;
}
.pcshop-product-card {
  border-radius: 16px !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1) !important;
  position: relative;
  overflow: hidden;
}
/* Product image link */
.pcshop-product-card .product-thumb-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pcshop-product-card .product-thumb-link .product-thumb {
  cursor: pointer;
}

.pcshop-product-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12) !important;
  border-color: transparent !important;
}
.pcshop-product-card .product-thumb {
  border-radius: 16px 16px 0 0 !important;
}
.pcshop-product-card .product-thumb img {
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1) !important;
}
.pcshop-product-card:hover .product-thumb img {
  transform: scale(1.08) !important;
}
.pcshop-product-card .badge-sale {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
  border-radius: 8px !important;
  padding: 4px 12px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(238,90,36,0.3);
}
.pcshop-product-card .product-info {
  padding: 16px !important;
}
.pcshop-product-card .product-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600 !important;
}
.pcshop-product-card .product-title a:hover {
  color: #6c5ce7 !important;
}
.pcshop-product-card .price-current {
  font-weight: 800 !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.pcshop-flash-deals {
  border-radius: 20px !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
  position: relative;
  overflow: hidden;
}
.pcshop-flash-deals::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b6b, #ffc107, #ff6b6b);
}
.pcshop-flash-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800 !important;
}
.pcshop-product-card .product-shipping {
  color: #10b981 !important;
  font-weight: 600 !important;
}
.pcshop-product-card .product-shipping--paid {
  color: #f59e0b !important;
}
.pcshop-product-card .product-shipping--free {
  color: #10b981 !important;
}
