/* ============================================
   POPUSTKOD ENHANCEMENTS v2.0
   Phase 1: Conversion Optimization
   Updated: 2026-01-20
   ============================================ */

/* ============================================
   SHOP HEADER - Globe Network Concept
   Premium dark design matching homepage hero
   ============================================ */
.pk-shop-header {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    #1A1A2E 0%,
    #16213E 35%,
    #0F3460 65%,
    #1A1A2E 100%
  );
  padding: 48px 24px;
  margin: 0 0 32px 0;
  overflow: hidden;
}

/* Background SVG Network */
.pk-shop-header__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.pk-shop-header__network {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/* Animated network lines */
.pk-network-line {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: networkDraw 3s ease-in-out infinite alternate;
}

.pk-network-line:nth-child(2) { animation-delay: 0.5s; }
.pk-network-line:nth-child(3) { animation-delay: 1s; }
.pk-network-line:nth-child(4) { animation-delay: 1.5s; }

@keyframes networkDraw {
  to { stroke-dashoffset: 0; }
}

/* Pulsing glow nodes */
.pk-network-node {
  animation: nodePulse 2s ease-in-out infinite;
}

.pk-network-node:nth-child(2) { animation-delay: 0.4s; }
.pk-network-node:nth-child(3) { animation-delay: 0.8s; }
.pk-network-node:nth-child(4) { animation-delay: 1.2s; }
.pk-network-node:nth-child(5) { animation-delay: 1.6s; }

@keyframes nodePulse {
  0%, 100% { opacity: 0.3; transform-origin: center; }
  50% { opacity: 0.7; }
}

/* Content */
.pk-shop-header__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
}

.pk-shop-title {
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.pk-shop-title .pk-highlight {
  color: #FF6B35;
}

.pk-shop-subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.125rem;
  margin: 0 0 28px 0;
  line-height: 1.6;
}

/* Platform Pills */
.pk-shop-platforms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pk-shop-platforms__label {
  display: none;
}

.pk-shop-platforms__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pk-platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.pk-platform-pill:hover {
  background: rgba(255, 107, 53, 0.15);
  border-color: #FF6B35;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.pk-platform-pill img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

/* Platform-specific hover colors */
.pk-platform-pill--aliexpress:hover { border-color: #E62E04; background: rgba(230, 46, 4, 0.15); }
.pk-platform-pill--amazon:hover { border-color: #FF9900; background: rgba(255, 153, 0, 0.15); }
.pk-platform-pill--dhgate:hover { border-color: #FF6600; background: rgba(255, 102, 0, 0.15); }
.pk-platform-pill--geekbuying:hover { border-color: #00A0E9; background: rgba(0, 160, 233, 0.15); }
.pk-platform-pill--gamsgo:hover { border-color: #7C3AED; background: rgba(124, 58, 237, 0.15); }

/* Legacy classes for backward compatibility */
.pk-platform-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.pk-platform-tag:hover {
  background: rgba(255, 107, 53, 0.15);
  border-color: #FF6B35;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.pk-platform-tag--aliexpress:hover { border-color: #E62E04; background: rgba(230, 46, 4, 0.15); }
.pk-platform-tag--amazon:hover { border-color: #FF9900; background: rgba(255, 153, 0, 0.15); }
.pk-platform-tag--dhgate:hover { border-color: #FF6600; background: rgba(255, 102, 0, 0.15); }
.pk-platform-tag--geekbuying:hover { border-color: #00A0E9; background: rgba(0, 160, 233, 0.15); }
.pk-platform-tag--gamsgo:hover { border-color: #7C3AED; background: rgba(124, 58, 237, 0.15); }
.pk-platform-tag--banggood:hover { border-color: #FA6232; background: rgba(250, 98, 50, 0.15); }

.pk-platform-tag__count {
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

/* Platform tag icon */
.pk-platform-tag__icon {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  vertical-align: middle;
  object-fit: contain;
  border-radius: 2px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .pk-shop-header {
    min-height: 240px;
    padding: 40px 20px;
  }

  .pk-shop-title {
    font-size: 2rem;
  }

  .pk-shop-subtitle {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .pk-platform-pill,
  .pk-platform-tag {
    padding: 8px 14px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 480px) {
  .pk-shop-header {
    min-height: 220px;
    padding: 32px 16px;
  }

  .pk-shop-title {
    font-size: 1.75rem;
  }

  .pk-shop-platforms__list {
    gap: 8px;
  }

  .pk-platform-pill,
  .pk-platform-tag {
    padding: 8px 12px;
    font-size: 0.75rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pk-network-line,
  .pk-network-node {
    animation: none;
  }

  .pk-network-line {
    stroke-dashoffset: 0;
  }

  .pk-network-node {
    opacity: 0.5;
  }

  .pk-platform-pill:hover,
  .pk-platform-tag:hover {
    transform: none;
  }
}

/* ============================================
   FILTER TOOLBAR - Modern Design
   Matches Globe Network header aesthetic
   ============================================ */
.pk-filter-toolbar {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  margin: 0 0 32px 0;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pk-filter-toolbar__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Top Row: Search + Sort */
.pk-filter-toolbar__top-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Search Box */
.pk-filter-search {
  flex: 1;
  min-width: 250px;
  position: relative;
}

.pk-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.pk-search-icon {
  position: absolute;
  left: 16px;
  color: #9E9E9E;
  pointer-events: none;
  z-index: 1;
}

.pk-filter-search__input {
  width: 100%;
  padding: 14px 44px 14px 48px;
  font-size: 0.9375rem;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  background: #FAFAFA;
  color: #212121;
  transition: all 0.25s ease;
  outline: none;
}

.pk-filter-search__input::placeholder {
  color: #9E9E9E;
}

.pk-filter-search__input:hover {
  border-color: #BDBDBD;
  background: #FFFFFF;
}

.pk-filter-search__input:focus {
  border-color: #FF6B35;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

.pk-search-clear {
  position: absolute;
  right: 12px;
  padding: 6px;
  background: none;
  border: none;
  color: #9E9E9E;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.pk-search-clear:hover {
  background: #F5F5F5;
  color: #616161;
}

/* Platform Filters */
.pk-filter-platforms {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pk-filter-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #757575;
  white-space: nowrap;
}

.pk-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pk-filter-chip {
  padding: 10px 18px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #424242;
  background: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.pk-filter-chip:hover {
  background: #EEEEEE;
  color: #212121;
}

.pk-filter-chip--active {
  background: linear-gradient(135deg, #FF6B35 0%, #E94B3C 100%);
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.pk-filter-chip--active:hover {
  background: linear-gradient(135deg, #E65C2E 0%, #D43D2F 100%);
  color: #FFFFFF;
}

/* Platform-specific chip hover colors */
.pk-filter-chip--aliexpress:hover:not(.pk-filter-chip--active) { background: rgba(230, 46, 4, 0.1); color: #E62E04; }
.pk-filter-chip--amazon:hover:not(.pk-filter-chip--active) { background: rgba(255, 153, 0, 0.1); color: #CC7A00; }
.pk-filter-chip--dhgate:hover:not(.pk-filter-chip--active) { background: rgba(255, 102, 0, 0.1); color: #FF6600; }
.pk-filter-chip--geekbuying:hover:not(.pk-filter-chip--active) { background: rgba(0, 160, 233, 0.1); color: #00A0E9; }
.pk-filter-chip--gamsgo:hover:not(.pk-filter-chip--active) { background: rgba(124, 58, 237, 0.1); color: #7C3AED; }
.pk-filter-chip--banggood:hover:not(.pk-filter-chip--active) { background: rgba(250, 98, 50, 0.1); color: #FA6232; }

/* Filter chip count badge */
.pk-filter-chip__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  margin-left: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: background 0.2s ease;
}

.pk-filter-chip--active .pk-filter-chip__count {
  background: rgba(255, 255, 255, 0.25);
}

/* Filter chip icon */
.pk-filter-chip__icon {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  margin-right: 4px;
  vertical-align: middle;
  object-fit: contain;
  border-radius: 2px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .pk-filter-chip__icon {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    margin-right: 3px;
  }
  .pk-filter-chip__count {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: 4px;
    font-size: 0.6875rem;
  }
}

/* Category Dropdown */
.pk-filter-category {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pk-filter-category__select {
  appearance: none;
  padding: 12px 40px 12px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #424242;
  background: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 180px;
}

.pk-filter-category__select:hover {
  background: #EEEEEE;
  border-color: #E0E0E0;
}

.pk-filter-category__select:focus {
  outline: none;
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
  background: #FFFFFF;
}

.pk-filter-category--active .pk-filter-category__select {
  background: linear-gradient(135deg, #FF6B35 0%, #E94B3C 100%);
  color: #FFFFFF;
  border-color: transparent;
}

.pk-filter-category--active .pk-filter-category__select option {
  background: #FFFFFF;
  color: #424242;
}

/* Active filter tag for category */
.pk-active-filter-tag--category {
  background: rgba(255, 107, 53, 0.1);
  border-color: #FF6B35;
  color: #E65C2E;
}

/* Sort Dropdown */
.pk-filter-sort {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.pk-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.pk-filter-sort__select {
  appearance: none;
  padding: 12px 40px 12px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #424242;
  background: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 160px;
}

.pk-filter-sort__select:hover {
  background: #EEEEEE;
}

.pk-filter-sort__select:focus {
  outline: none;
  border-color: #FF6B35;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

.pk-select-arrow {
  position: absolute;
  right: 14px;
  color: #757575;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.pk-filter-sort__select:focus + .pk-select-arrow {
  transform: rotate(180deg);
}

/* Filter Meta Row */
.pk-filter-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F0F0F0;
}

.pk-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.pk-active-filter-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #9E9E9E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pk-active-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #FFF5F0;
  color: #E94B3C;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid rgba(233, 75, 60, 0.2);
}

.pk-remove-filter {
  background: none;
  border: none;
  color: #E94B3C;
  cursor: pointer;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.pk-remove-filter:hover {
  opacity: 1;
}

.pk-clear-all-filters {
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #757575;
  background: #F5F5F5;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pk-clear-all-filters:hover {
  background: #EEEEEE;
  color: #424242;
}

.pk-results-count {
  font-size: 0.875rem;
  color: #757575;
}

.pk-results-number {
  font-weight: 600;
  color: #FF6B35;
}

/* Loading Indicator */
.pk-filter-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  color: #757575;
  font-size: 0.875rem;
}

.pk-loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #E5E5E5;
  border-top-color: #FF6B35;
  border-radius: 50%;
  animation: pk-spin 0.8s linear infinite;
}

@keyframes pk-spin {
  to { transform: rotate(360deg); }
}

/* Search Suggestions Dropdown */
.pk-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #E5E5E5;
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
}

/* Responsive Filter Toolbar */
@media (max-width: 1024px) {
  .pk-filter-toolbar {
    padding: 20px;
  }

  .pk-filter-toolbar__inner {
    gap: 16px;
  }

  .pk-filter-search {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .pk-filter-toolbar {
    padding: 16px;
    border-radius: 12px;
    margin: 0 0 24px 0;
  }

  .pk-filter-toolbar__inner {
    gap: 16px;
  }

  .pk-filter-toolbar__top-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .pk-filter-search {
    max-width: none;
    min-width: auto;
  }

  .pk-filter-platforms {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .pk-filter-chips {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pk-filter-chips::-webkit-scrollbar {
    display: none;
  }

  .pk-filter-chip {
    flex-shrink: 0;
    padding: 10px 16px;
  }

  .pk-filter-sort {
    margin-left: 0;
    width: 100%;
  }

  .pk-filter-category {
    width: 100%;
  }

  .pk-filter-category__select {
    width: 100%;
    min-width: auto;
  }

  .pk-select-wrapper {
    flex: 1;
  }

  .pk-filter-sort__select {
    width: 100%;
  }

  .pk-filter-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .pk-results-count {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .pk-filter-toolbar {
    padding: 12px;
    margin: 0 0 20px 0;
  }

  .pk-filter-search__input {
    padding: 12px 40px 12px 44px;
    font-size: 0.875rem;
  }

  .pk-filter-chip {
    padding: 8px 14px;
    font-size: 0.8125rem;
  }

  .pk-filter-sort__select {
    padding: 10px 36px 10px 14px;
    font-size: 0.8125rem;
    min-width: auto;
  }

  .pk-filter-label {
    font-size: 0.75rem;
  }
}

/* ============================================
   PHASE 1.1: COMPACT DISCOUNT BADGE
   Clean, professional, non-intrusive
   ============================================ */
.pk-product-card__discount-badge,
.pk-card-v2__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #E53935 !important;
  background-image: none !important;
  color: white;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  text-shadow: none;
  letter-spacing: 0.3px;
  /* Remove continuous animation for better performance */
  animation: none;
}

/* Subtle hover enhancement instead of continuous glow */
.pk-product-card:hover .pk-product-card__discount-badge,
.pk-product-card:hover .pk-card-v2__badge {
  box-shadow: 0 2px 8px rgba(229, 57, 53, 0.45);
  transform: scale(1.02);
  transition: all 0.2s ease;
}

/* High discount (50%+) - slightly more visible but still compact */
.pk-badge--high-discount {
  background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);
  font-size: 13px;
  padding: 5px 10px;
  box-shadow: 0 2px 6px rgba(229, 57, 53, 0.4);
}

/* Remove emoji prefix for cleaner look */
.pk-badge--high-discount::before {
  content: '';
}

/* ============================================
   PHASE 1.2: VERIFIED BADGE
   Trust signal for working coupons
   ============================================ */
.pk-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
  color: #1B5E20;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #A5D6A7;
  margin-top: 8px;
}

.pk-verified-badge svg {
  width: 14px;
  height: 14px;
  color: #2E7D32;
  flex-shrink: 0;
}

.pk-verified-badge__separator {
  opacity: 0.5;
  margin: 0 2px;
}

.pk-verified-badge__source {
  font-weight: 500;
  opacity: 0.85;
}

/* Success rate badge */
.pk-success-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #FFF8E1;
  color: #F57F17;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 6px;
}

.pk-success-badge::before {
  content: '⭐';
  font-size: 10px;
}

/* ============================================
   PHASE 1.3: PRICE HIERARCHY WITH SAVINGS
   Clear was/now/save display
   ============================================ */
.pk-price-original,
.pk-card-v2__price-old {
  text-decoration: line-through;
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
}

.pk-price-sale,
.pk-card-v2__price-current {
  color: #D32F2F;
  font-size: 22px;
  font-weight: 800;
}

/* Savings highlight box */
.pk-price-savings,
.pk-card-v2__savings {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
  color: #1B5E20;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  margin-top: 6px;
  border: 1px solid #A5D6A7;
}

.pk-price-savings::before,
.pk-card-v2__savings::before {
  content: '💰';
  font-size: 11px;
}

/* Price row layout improvement */
.pk-card-v2__price-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pk-card-v2__price-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

/* ============================================
   PHASE 1.4: IMPROVED CTA BUTTONS
   Action-oriented, high contrast
   ============================================ */
.pk-btn-primary,
.pk-cta-primary,
.pk-card-v2__cta,
.pk-product-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  border: none;
  color: white;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 4px 15px rgba(255, 107, 53, 0.4),
    inset 0 1px 0 rgba(255,255,255,0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.pk-btn-primary:hover,
.pk-cta-primary:hover,
.pk-card-v2__cta:hover,
.pk-product-card__cta:hover {
  background: linear-gradient(135deg, #E55A2B 0%, #D14E22 100%);
  transform: translateY(-3px);
  box-shadow:
    0 8px 25px rgba(255, 107, 53, 0.5),
    inset 0 1px 0 rgba(255,255,255,0.2);
  color: white;
}

.pk-btn-primary:active,
.pk-card-v2__cta:active,
.pk-product-card__cta:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

/* Shimmer effect on CTA */
.pk-card-v2__cta::after,
.pk-product-card__cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.3),
    transparent
  );
  animation: pk-cta-shimmer 3s infinite;
}

/* CTA with discount emphasis */
.pk-cta--with-discount {
  background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);
  box-shadow: 0 4px 15px rgba(211, 47, 47, 0.4);
}

.pk-cta--with-discount:hover {
  background: linear-gradient(135deg, #C62828 0%, #8E0000 100%);
  box-shadow: 0 8px 25px rgba(211, 47, 47, 0.5);
}

/* --- CTA SHIMMER EFFECT --- */
.pk-btn-primary {
  position: relative;
  overflow: hidden;
}

.pk-btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.pk-btn-primary:hover::after {
  left: 100%;
}

/* ============================================
   PHASE 1.5: URGENCY ELEMENTS
   Expiry dates, countdown, scarcity
   ============================================ */

/* Expiry badge */
.pk-expiry-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #FFEBEE 0%, #FFCDD2 100%);
  color: #C62828;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
  border: 1px solid #FFCDD2;
}

.pk-expiry-badge svg {
  width: 14px;
  height: 14px;
}

/* Urgent (expires soon) */
.pk-expiry-badge--urgent {
  background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);
  color: white;
  border-color: transparent;
  animation: pk-urgent-pulse 1.5s ease-in-out infinite;
}

@keyframes pk-urgent-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}

/* "Expires today" special style */
.pk-expiry-badge--today {
  background: linear-gradient(135deg, #FF5252 0%, #D32F2F 100%);
  color: white;
  font-weight: 600;
}

.pk-expiry-badge--today::before {
  content: '⚡ ';
}

/* Mini countdown inline */
.pk-mini-countdown {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.pk-mini-countdown__unit {
  background: rgba(255,255,255,0.3);
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 11px;
}

/* Usage/claim indicator */
.pk-usage-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 12px;
  background: #FFF8E1;
  border-radius: 6px;
  font-size: 11px;
  color: #F57F17;
}

.pk-usage-indicator__bar {
  flex: 1;
  height: 4px;
  background: #FFE082;
  border-radius: 2px;
  overflow: hidden;
}

.pk-usage-indicator__fill {
  height: 100%;
  background: linear-gradient(90deg, #FF9800, #F57C00);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.pk-usage-indicator__text {
  white-space: nowrap;
  font-weight: 600;
}

/* Limited quantity badge */
.pk-limited-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #FFF3E0;
  color: #E65100;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pk-limited-badge::before {
  content: '🔥';
  font-size: 10px;
}

/* --- TRUST BAR --- */
.pk-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 16px 24px;
  background: white;
  border-bottom: 1px solid #E0E0E0;
  font-size: 14px;
  color: #616161;
}

.pk-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pk-trust-bar__number {
  font-weight: 600;
  color: #212121;
  font-size: 16px;
}

/* --- LIVE COUNTER --- */
.pk-live-counter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #757575;
  margin-top: 8px;
}

.pk-live-counter::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #4CAF50;
  border-radius: 50%;
  animation: pk-pulse 1.5s ease-in-out infinite;
}

@keyframes pk-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.2); }
}

/* --- CATEGORY PILLS --- */
.pk-category-pills {
  display: flex;
  gap: 8px;
  padding: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pk-category-pills::-webkit-scrollbar {
  display: none;
}

.pk-category-pill {
  flex-shrink: 0;
  padding: 10px 20px;
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pk-category-pill:hover,
.pk-category-pill--active {
  background: #E53935;
  border-color: #E53935;
  color: white;
}

/* --- CLAIM PROGRESS BAR --- */
.pk-claim-progress {
  margin-top: 12px;
}

.pk-claim-progress__bar {
  height: 6px;
  background: #E0E0E0;
  border-radius: 3px;
  overflow: hidden;
}

.pk-claim-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, #FF6B35, #E53935);
  border-radius: 3px;
  position: relative;
}

.pk-claim-progress__fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: pk-shimmer 2s infinite;
}

@keyframes pk-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.pk-claim-progress__text {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #757575;
  margin-top: 4px;
}

.pk-claim-progress__text strong {
  color: #E53935;
}

/* --- ANNOUNCEMENT BAR --- */
.pk-announcement-bar {
  background: #E53935 !important;
  background-image: none !important;
  color: white;
  padding: 10px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.pk-announcement-bar__countdown {
  background: rgba(255,255,255,0.2);
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* --- MOBILE STICKY CTA --- */
.pk-mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: white;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  z-index: 100;
}

@media (max-width: 768px) {
  .pk-mobile-sticky-cta {
    display: block;
  }
}

.pk-mobile-sticky-cta .pk-btn-primary {
  width: 100%;
  text-align: center;
}

/* --- CARD HOVER EFFECTS --- */
.pk-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pk-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.pk-product-card__image-container {
  overflow: hidden;
  position: relative;
}

.pk-product-card__image {
  transition: transform 0.4s ease;
}

.pk-product-card:hover .pk-product-card__image {
  transform: scale(1.08);
}

/* Image overlay on hover */
.pk-product-card__image-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.pk-product-card:hover .pk-product-card__image-container::after {
  opacity: 1;
}

/* --- ACTIVITY TOAST --- */
.pk-activity-toast {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  transform: translateX(-120%);
  transition: transform 0.4s ease;
  z-index: 99;
  border: 1px solid #E0E0E0;
}

.pk-activity-toast.show {
  transform: translateX(0);
}

.pk-activity-toast__avatar {
  width: 40px;
  height: 40px;
  background: #E3F2FD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.pk-activity-toast__text {
  font-size: 13px;
  color: #424242;
  line-height: 1.4;
}

.pk-activity-toast__text strong {
  color: #212121;
}

.pk-activity-toast__time {
  font-size: 11px;
  color: #9E9E9E;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .pk-activity-toast {
    left: 16px;
    right: 16px;
    bottom: 80px; /* Above sticky CTA */
    max-width: none;
  }
}

/* --- HEADER SHRINK --- */
.site-header {
  transition: padding 0.3s ease;
}

.site-header.scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.site-header.scrolled .site-logo img {
  transform: scale(0.85);
  transition: transform 0.3s ease;
}

/* --- HOW IT WORKS SECTION --- */
.pk-how-it-works {
  padding: 60px 24px;
  background: #FAFAFA;
}

.pk-how-it-works__title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 48px;
}

.pk-how-it-works__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pk-how-it-works__steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.pk-how-it-works__step {
  text-align: center;
  padding: 24px;
}

.pk-how-it-works__icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #FF6B35 0%, #E53935 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: white;
  font-size: 24px;
}

.pk-how-it-works__step-title {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 8px;
}

.pk-how-it-works__step-text {
  font-size: 14px;
  color: #757575;
  line-height: 1.5;
}

/* --- VALUE PROPOSITION BLOCKS --- */
.pk-value-props {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 40px 24px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pk-value-props {
    grid-template-columns: 1fr;
  }
}

.pk-value-prop {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pk-value-prop__icon {
  width: 48px;
  height: 48px;
  background: #FFF3E0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6B35;
  font-size: 24px;
  flex-shrink: 0;
}

.pk-value-prop__title {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 4px;
}

.pk-value-prop__text {
  font-size: 14px;
  color: #757575;
}

/* --- COPY BUTTON TOAST --- */
.pk-copy-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #2E7D32;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1002;
  box-shadow: 0 4px 20px rgba(46, 125, 50, 0.4);
}

.pk-copy-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.pk-copy-toast::before {
  content: '\2713 ';
}

/* --- FAQ SECTION --- */
.pk-faq-section {
  padding: 60px 24px;
  background: white;
}

.pk-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.pk-faq-item {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.pk-faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.pk-faq-item[open] {
  border-color: #FF6B35;
}

.pk-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  list-style: none;
  background: #FAFAFA;
}

.pk-faq-question::-webkit-details-marker {
  display: none;
}

.pk-faq-item[open] .pk-faq-question {
  background: #FFF3E0;
  color: #E55A2B;
}

.pk-faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.pk-faq-item[open] .pk-faq-icon {
  transform: rotate(180deg);
}

.pk-faq-answer {
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #616161;
  border-top: 1px solid #E0E0E0;
}

.pk-faq-answer a {
  color: #E55A2B;
  text-decoration: underline;
}

.pk-faq-answer a:hover {
  color: #FF6B35;
}

.pk-faq-contact {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
  padding: 32px;
  background: linear-gradient(135deg, #FFF8F5 0%, #FFF3E0 100%);
  border-radius: 16px;
}

.pk-faq-contact-title {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 8px;
}

.pk-faq-contact-text {
  font-size: 15px;
  color: #616161;
  margin-bottom: 16px;
}

.pk-faq-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #FF6B35;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pk-faq-contact-link:hover {
  background: #E55A2B;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* --- ABOUT SECTION --- */
.pk-about-section {
  padding: 60px 24px;
  background: linear-gradient(135deg, #FFF8F5 0%, #FFF3E0 100%);
}

.pk-about-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 768px) {
  .pk-about-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.pk-about-title {
  font-size: 28px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 16px;
}

/* Brand accent for .org suffix */
.pk-brand-accent {
  color: #FF6B35;
  font-weight: inherit;
}

.pk-about-description {
  font-size: 16px;
  line-height: 1.7;
  color: #616161;
  margin-bottom: 16px;
}

.pk-about-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pk-about-stat {
  background: white;
  padding: 20px 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.pk-about-stat__number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #FF6B35;
  margin-bottom: 4px;
}

.pk-about-stat__label {
  font-size: 14px;
  color: #757575;
}

/* --- PLATFORMS/TRGOVINE SECTION --- */
.pk-platforms-section {
  padding: 48px 24px;
  background: #FFFFFF;
}

.pk-section-header {
  text-align: center;
  margin-bottom: 32px;
}

.pk-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 12px 0;
}

.pk-section-subtitle {
  font-size: 16px;
  color: #616161;
  margin: 0;
}

.pk-platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.pk-platform-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pk-platform-card:hover {
  background: #FFF5F0;
  border-color: #FF6B35;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
}

.pk-platform-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 4px;
}

.pk-platform-card__count {
  font-size: 13px;
  color: #757575;
}

.pk-platform-card__icon {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  margin-bottom: 8px;
  border-radius: 4px;
  object-fit: contain;
}

/* Platform-specific colors on hover */
.pk-platform-card--aliexpress:hover .pk-platform-card__name { color: #E62E04; }
.pk-platform-card--amazon:hover .pk-platform-card__name { color: #FF9900; }
.pk-platform-card--dhgate:hover .pk-platform-card__name { color: #FF6600; }
.pk-platform-card--geekbuying:hover .pk-platform-card__name { color: #00A0E9; }
.pk-platform-card--banggood:hover .pk-platform-card__name { color: #FA6232; }
.pk-platform-card--gamsgo:hover .pk-platform-card__name { color: #7C3AED; }

@media (max-width: 640px) {
  .pk-platforms-section {
    padding: 32px 16px;
  }

  .pk-section-title {
    font-size: 22px;
  }

  .pk-platforms-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pk-platform-card {
    padding: 16px 12px;
  }

  .pk-platform-card__name {
    font-size: 14px;
  }
}

/* --- CALCULATOR SECTION --- */
.pk-calculator-section {
  padding: 60px 24px;
  background: #FAFAFA;
}

.pk-calculator {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.pk-calculator__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pk-calculator__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 480px) {
  .pk-calculator__row {
    grid-template-columns: 1fr;
  }
}

.pk-calculator__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 8px;
}

.pk-calculator__input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease;
}

.pk-calculator__input:focus {
  outline: none;
  border-color: #FF6B35;
}

.pk-calculator__checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #616161;
}

.pk-calculator__checkbox-label input {
  width: 18px;
  height: 18px;
  accent-color: #FF6B35;
}

.pk-calculator__submit {
  margin-top: 8px;
}

.pk-calculator__results {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px dashed #E0E0E0;
}

.pk-calculator__result-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #F5F5F5;
}

.pk-calculator__result-item--total,
.pk-calculator__result-item--savings {
  border-bottom: none;
  padding-top: 16px;
}

.pk-calculator__result-label {
  color: #757575;
}

.pk-calculator__result-value {
  font-weight: 600;
  color: #212121;
}

.pk-calculator__result-value--discount {
  color: #E53935;
}

.pk-calculator__result-value--total {
  font-size: 20px;
  color: #212121;
}

.pk-calculator__result-value--savings {
  font-size: 20px;
  color: #2E7D32;
}

.pk-calculator__note {
  text-align: center;
  font-size: 11px;
  color: #9E9E9E;
  margin-top: 24px;
}

/* --- TELEGRAM SECTION --- */
.pk-telegram-section {
  padding: 60px 24px;
  background: white;
}

.pk-telegram-card {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
  color: white;
  position: relative;
  overflow: hidden;
}

.pk-telegram-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .pk-telegram-card {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
}

.pk-telegram-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pk-telegram-content {
  flex: 1;
  z-index: 1;
}

.pk-telegram-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pk-telegram-text {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 1.5;
}

.pk-btn-telegram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #0088cc;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pk-btn-telegram:hover {
  background: #F5F5F5;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.pk-telegram-badge {
  flex-shrink: 0;
  background: rgba(255,255,255,0.2);
  padding: 16px 24px;
  border-radius: 12px;
  text-align: center;
  z-index: 1;
}

.pk-telegram-badge__count {
  display: block;
  font-size: 28px;
  font-weight: 800;
}

.pk-telegram-badge__text {
  font-size: 11px;
  opacity: 0.9;
}

/* ============================================
   PRODUCT CARD COMPLETE STYLES v1.0
   Added: 2026-01-20
   ============================================ */

/* --- BASE PRODUCT CARD --- */
.pk-product-card {
  position: relative;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

/* --- HOT DEAL BADGE --- */
/* Compact "Hot" badge that appears above platform badge */
.pk-hot-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #FF6B35 0%, #E53935 100%);
  color: white;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 11;
  letter-spacing: 0.3px;
  box-shadow: 0 1px 3px rgba(255, 107, 53, 0.3);
  /* Remove continuous animation for cleaner look */
  animation: none;
}

/* Subtle hover effect instead of continuous pulse */
.pk-product-card:hover .pk-hot-badge {
  box-shadow: 0 2px 6px rgba(255, 107, 53, 0.4);
  transform: scale(1.02);
  transition: all 0.2s ease;
}

/* --- PLATFORM BADGE --- */
/* Compact icon-only design for cleaner product cards */
.pk-product-card__platform-badge {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.95);
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  pointer-events: none;
  backdrop-filter: blur(4px);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Show platform icon */
.pk-product-card__platform-badge > img,
.pk-product-card__platform-badge > svg,
.pk-platform-icon {
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 2px;
  object-fit: contain;
}

/* Show platform name */
.pk-product-card__platform-badge > span {
  display: inline !important;
  color: #333;
  vertical-align: middle;
}

/* Platform-specific styling */
.pk-product-card.pk-product-card--aliexpress .pk-product-card__platform-badge {
  background: #E53935;
  color: white;
}
.pk-product-card.pk-product-card--aliexpress .pk-product-card__platform-badge > span {
  color: white;
}

.pk-product-card.pk-product-card--amazon .pk-product-card__platform-badge {
  background: #FF9900;
  color: #111;
}
.pk-product-card.pk-product-card--amazon .pk-product-card__platform-badge > span {
  color: #111;
}

.pk-product-card.pk-product-card--dhgate .pk-product-card__platform-badge {
  background: #FF6600;
  color: white;
}
.pk-product-card.pk-product-card--dhgate .pk-product-card__platform-badge > span {
  color: white;
}

.pk-product-card.pk-product-card--geekbuying .pk-product-card__platform-badge {
  background: #00A0E9;
  color: white;
}
.pk-product-card.pk-product-card--geekbuying .pk-product-card__platform-badge > span {
  color: white;
}

.pk-product-card.pk-product-card--gamsgo .pk-product-card__platform-badge {
  background: #7C3AED;
  color: white;
}
.pk-product-card.pk-product-card--gamsgo .pk-product-card__platform-badge > span {
  color: white;
}

.pk-product-card.pk-product-card--banggood .pk-product-card__platform-badge {
  background: #FA6232;
  color: white;
}
.pk-product-card.pk-product-card--banggood .pk-product-card__platform-badge > span {
  color: white;
}

/* Has hot badge - move platform badge down */
.pk-product-card:has(.pk-hot-badge) .pk-product-card__platform-badge {
  top: 42px !important;
}

  display: flex;
  align-items: center;
  justify-content: center;
  color: #BDBDBD;
}

.pk-product-card__image-placeholder svg {
  width: 48px;
  height: 48px;
}

/* --- IMAGE OVERLAY --- */
.pk-product-card__image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pk-product-card:hover .pk-product-card__image-overlay {
  opacity: 1;
}

.pk-product-card__quick-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #212121;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(10px);
  transition: transform 0.3s ease;
}

.pk-product-card:hover .pk-product-card__quick-view {
  transform: translateY(0);
}

.pk-product-card__quick-view:hover {
  background: #F5F5F5;
}

/* --- CARD CONTENT --- */
.pk-product-card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

/* --- PRODUCT TITLE --- */
.pk-product-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  max-height: 98px;
  overflow: hidden;
}

.pk-product-card__title-link {
  color: #212121;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pk-product-card__title-link:hover {
  color: #E53935;
}

/* --- PRICE AREA --- */
.pk-product-card__price-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pk-product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.pk-product-card__price-sale {
  font-size: 20px;
  font-weight: 600;
  color: #E53935;
}

.pk-product-card__price-sale .woocommerce-Price-amount {
  color: inherit;
}

.pk-product-card__price-original {
  font-size: 14px;
  color: #9E9E9E;
  text-decoration: line-through;
}

.pk-product-card__price-savings {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #2E7D32;
  background: #E8F5E9;
  padding: 4px 10px;
  border-radius: 4px;
}

/* --- COUPON BOX --- */
.pk-product-card__coupon {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFF8E1;
  border: 1px dashed #FFB300;
  border-radius: 8px;
  padding: 10px 12px;
}

.pk-product-card__coupon-label {
  font-size: 11px;
  color: #757575;
  flex-shrink: 0;
}

.pk-product-card__coupon-code {
  flex: 1;
  background: white;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 6px 10px;
  font-family: 'Monaco', 'Consolas', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #E53935;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.pk-product-card__coupon-code:hover {
  background: #FFEBEE;
  border-color: #E53935;
}

.pk-product-card__coupon-copy {
  background: #E53935;
  border: none;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  color: white;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pk-product-card__coupon-copy:hover {
  background: #C62828;
  transform: scale(1.05);
}

.pk-product-card__coupon-copy svg {
  width: 16px;
  height: 16px;
}

/* --- COUPON BADGE (replaces visible code) --- */
.pk-product-card__coupon-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);
  border: 1px solid #FFB300;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #E65100;
}

.pk-product-card__coupon-badge svg {
  flex-shrink: 0;
  color: #FF6F00;
}

/* --- COUNTDOWN TIMER FLIP STYLE --- */
.pk-countdown-flip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #212121;
  border-radius: 8px;
  padding: 10px 12px;
}

.pk-countdown-flip__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 36px;
}

.pk-countdown-flip__number {
  background: #333;
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  padding: 6px 8px;
  border-radius: 4px;
  min-width: 32px;
  text-align: center;
}

.pk-countdown-flip__label {
  font-size: 9px;
  color: #9E9E9E;
  text-transform: uppercase;
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.pk-countdown-flip__separator {
  color: #757575;
  font-size: 18px;
  font-weight: 600;
  margin: 0 2px;
  padding-bottom: 16px;
}

/* --- SUCCESS RATE INDICATOR --- */
.pk-success-rate {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pk-success-rate-bar {
  height: 6px;
  background: #E0E0E0;
  border-radius: 3px;
  overflow: hidden;
}

.pk-success-rate-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.5s ease;
}

.pk-success-rate--high .pk-success-rate-fill {
  background: linear-gradient(90deg, #4CAF50 0%, #2E7D32 100%);
}

.pk-success-rate--medium .pk-success-rate-fill {
  background: linear-gradient(90deg, #FF9800 0%, #F57C00 100%);
}

.pk-success-rate-text {
  font-size: 11px;
  color: #757575;
}

.pk-success-rate--high .pk-success-rate-text {
  color: #2E7D32;
}

/* --- CTA BUTTON --- */
.pk-product-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  color: white;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.pk-product-card__cta:hover {
  background: linear-gradient(135deg, #E55A2B 0%, #D14E22 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  color: white;
}

.pk-product-card__cta-icon {
  flex-shrink: 0;
}

/* --- SHIMMER EFFECT --- */
.pk-btn-shimmer {
  position: relative;
  overflow: hidden;
}

.pk-btn-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: pk-cta-shimmer 3s infinite;
}

@keyframes pk-cta-shimmer {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}

/* --- AFFILIATE NOTE --- */
.pk-product-card__affiliate-note {
  font-size: 10px;
  color: #9E9E9E;
  text-align: center;
  margin: 8px 0 0;
}

/* --- SCREEN READER ONLY --- */
.pk-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- LIVE COUNTER DOT --- */
.pk-live-counter__dot {
  width: 8px;
  height: 8px;
  background: #4CAF50;
  border-radius: 50%;
  animation: pk-pulse 1.5s ease-in-out infinite;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
  .pk-product-card__content {
    padding: 12px;
    gap: 10px;
  }

  .pk-product-card__title {
    font-size: 14px;
  }

  .pk-product-card__price-sale {
    font-size: 18px;
  }

  .pk-countdown-flip {
    padding: 8px 10px;
  }

  .pk-countdown-flip__number {
    font-size: 14px;
    padding: 4px 6px;
    min-width: 28px;
  }

  .pk-countdown-flip__label {
    font-size: 8px;
  }

  .pk-product-card__cta {
    padding: 12px 16px;
    font-size: 13px;
  }
}

/* --- WOOCOMMERCE SHOP PAGE GRID --- */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

.woocommerce ul.products li.product {
  margin: 0;
  padding: 0;
}

/* --- SORT DROPDOWN ACTIVE STATE --- */
.pk-sort-select option:checked,
.pk-filter-sort select option:checked {
  background: #FFEBEE;
  color: #E53935;
}

/* Visual indicator for selected sort */
.pk-filter-sort select:focus {
  border-color: #E53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

/* --- PRICE FALLBACK FOR NO-PRICE PRODUCTS --- */
.pk-card-v2__price--check {
  color: #FF6B35;
  font-weight: 600;
  font-size: 14px;
}

.pk-card-v2__price-label,
.pk-price-label--coupon {
  font-size: 11px;
  color: #757575;
  font-weight: 500;
}

/* --- SORT DROPDOWN ACTIVE STATE --- */
.pk-filter-sort--active .pk-select-wrapper {
  position: relative;
}

.pk-filter-sort--active .pk-filter-sort__select {
  border-color: #E53935;
  background: #FFEBEE;
}

.pk-filter-sort__indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #E53935;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  white-space: nowrap;
}

.pk-filter-sort__indicator::before {
  content: '✓';
  font-size: 10px;
}

@media (max-width: 768px) {
  .pk-filter-sort__indicator {
    display: none;
  }

  .pk-filter-sort--active .pk-filter-sort__select {
    border-width: 2px;
  }
}

/* Sort filter tag styling */
.pk-active-filter-tag--sort {
  background: #FFF3E0;
  border-color: #FF9800;
  color: #E65100;
}

.pk-active-filter-tag--sort::before {
  content: '↕ ';
}

/* --- CONSISTENT DISCOUNT STYLING --- */
/* Compact discount percentage badge */
.pk-card-v2__badge,
.pk-product-card__discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #E53935 !important;
  background-image: none !important;
  color: white;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  letter-spacing: 0.3px;
}

/* "S kuponom" badge - compact and subtle */
.pk-card-v2__badge--coupon {
  background: #FF9800 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  border-radius: 4px !important;
  text-shadow: none !important;
  background-image: none !important;
}










/* Savings percentage highlight */
.pk-product-card__price-savings {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #2E7D32;
  background: #E8F5E9;
  padding: 4px 10px;
  border-radius: 4px;
  margin-top: 4px;
}

.pk-card-v2__price-old {
  text-decoration: line-through;
  color: #9E9E9E;
  font-size: 13px;
  font-weight: 400;
}

/* ============================================
   COMPREHENSIVE RESPONSIVE DESIGN
   Added: 2026-01-20
   Breakpoints: 1400px, 1200px, 1024px, 768px, 640px, 480px, 380px
   ============================================ */

/* --- RESPONSIVE TYPOGRAPHY (Headings) --- */
h1, .pk-h1 { font-size: 2.5rem; line-height: 1.2; }
h2, .pk-h2 { font-size: 2rem; line-height: 1.25; }
h3, .pk-h3 { font-size: 1.5rem; line-height: 1.3; }
h4, .pk-h4 { font-size: 1.25rem; line-height: 1.35; }
h5, .pk-h5 { font-size: 1.125rem; line-height: 1.4; }
h6, .pk-h6 { font-size: 1rem; line-height: 1.5; }

@media (max-width: 1024px) {
  h1, .pk-h1 { font-size: 2rem; }
  h2, .pk-h2 { font-size: 1.75rem; }
  h3, .pk-h3 { font-size: 1.375rem; }
  h4, .pk-h4 { font-size: 1.125rem; }
}

@media (max-width: 768px) {
  h1, .pk-h1 { font-size: 1.75rem; }
  h2, .pk-h2 { font-size: 1.5rem; }
  h3, .pk-h3 { font-size: 1.25rem; }
  h4, .pk-h4 { font-size: 1.125rem; }
  h5, .pk-h5 { font-size: 1rem; }
}

@media (max-width: 480px) {
  h1, .pk-h1 { font-size: 1.5rem; }
  h2, .pk-h2 { font-size: 1.25rem; }
  h3, .pk-h3 { font-size: 1.125rem; }
  h4, .pk-h4 { font-size: 1rem; }
}

/* --- RESPONSIVE CONTAINER --- */
.pk-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 768px) {
  .pk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 480px) {
  .pk-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* --- RESPONSIVE PRODUCT GRID --- */
/* Desktop: 4 cols | Laptop: 3 cols | Tablet: 2 cols | Mobile: 1 col */

.woocommerce ul.products,
.pk-product-grid {
  display: grid;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Desktop 1400px+ : 4 columns */
@media (min-width: 1400px) {
  .woocommerce ul.products,
  .pk-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Laptop 1024px-1399px : 3 columns */
@media (min-width: 1024px) and (max-width: 1399px) {
  .woocommerce ul.products,
  .pk-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* Tablet 768px-1023px : 3 columns (smaller gap) */
@media (min-width: 768px) and (max-width: 1023px) {
  .woocommerce ul.products,
  .pk-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/* Large Mobile 640px-767px : 2 columns */
@media (min-width: 640px) and (max-width: 767px) {
  .woocommerce ul.products,
  .pk-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

/* Small Mobile 480px-639px : 2 columns (compact) */
@media (min-width: 480px) and (max-width: 639px) {
  .woocommerce ul.products,
  .pk-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* Extra Small Mobile <480px : 1 column */
@media (max-width: 479px) {
  .woocommerce ul.products,
  .pk-product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* --- RESPONSIVE PRODUCT CARD --- */
.pk-product-card,
.pk-card-v2 {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .pk-product-card,
  .pk-card-v2 {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .pk-product-card,
  .pk-card-v2 {
    border-radius: 8px;
  }
}

/* Card Content Padding */
.pk-product-card__content,
.pk-card-v2__content {
  padding: 16px;
}

@media (max-width: 768px) {
  .pk-product-card__content,
  .pk-card-v2__content {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .pk-product-card__content,
  .pk-card-v2__content {
    padding: 10px;
  }
}

/* Card Title - container */
.pk-product-card__title,
.pk-card-v2__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 8px 0;
  height: 86px; /* 4 lines at 14px * 1.5 = 84px */
  overflow: hidden;
}

/* Link inside title - line-clamp with fallback */
.pk-product-card__title a,
.pk-card-v2__title a {
  display: -webkit-box !important;

  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pk-product-card__title,
  .pk-card-v2__title {
    font-size: 13px;
    line-height: 1.5;
    height: 78px; /* 4 lines at 13px * 1.5 */
    margin-bottom: 6px;
  }
}

@media (max-width: 480px) {
  .pk-product-card__title,
  .pk-card-v2__title {
    font-size: 12px;
    line-height: 1.5;
    height: 72px; /* 4 lines at 12px * 1.5 */
  }
}

/* Card Price */
.pk-product-card__price-sale,
.pk-card-v2__price {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .pk-product-card__price-sale,
  .pk-card-v2__price {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .pk-product-card__price-sale,
  .pk-card-v2__price {
    font-size: 16px;
  }
}

/* Price Row - Stack on tiny screens */
@media (max-width: 380px) {
  .pk-product-card__price-row,
  .pk-card-v2__price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}

/* --- RESPONSIVE COUPON BOX --- */
.pk-product-card__coupon,
.pk-card-v2__code {
  padding: 10px 12px;
  gap: 8px;
}

@media (max-width: 768px) {
  .pk-product-card__coupon,
  .pk-card-v2__code {
    padding: 8px 10px;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .pk-product-card__coupon,
  .pk-card-v2__code {
    padding: 6px 8px;
    flex-wrap: wrap;
  }

  .pk-product-card__coupon-code,
  .pk-card-v2__code-value {
    font-size: 11px;
    padding: 4px 10px;
  }
}

/* --- RESPONSIVE CTA BUTTON --- */
.pk-product-card__cta,
.pk-card-v2__cta {
  padding: 14px 20px;
  font-size: 14px;
  min-height: 48px;
}

@media (max-width: 768px) {
  .pk-product-card__cta,
  .pk-card-v2__cta {
    padding: 12px 16px;
    font-size: 13px;
    min-height: 44px;
  }
}

@media (max-width: 480px) {
  .pk-product-card__cta,
  .pk-card-v2__cta {
    padding: 10px 14px;
    font-size: 11px;
    min-height: 40px;
  }
}

/* Touch-friendly tap targets */
@media (pointer: coarse) {
  .pk-product-card__cta,
  .pk-card-v2__cta,
  .pk-copy-btn,
  .pk-filter-chip {
    min-height: 44px;
  }
}

/* --- RESPONSIVE DISCOUNT BADGE --- */
/* Desktop already compact, minor adjustments for mobile */
@media (max-width: 768px) {
  .pk-product-card__discount-badge,
  .pk-card-v2__badge {
    padding: 3px 7px;
    font-size: 11px;
    top: 8px;
    left: 8px;
    border-radius: 3px;
  }

  .pk-card-v2__badge--coupon {
    padding: 2px 6px !important;
    font-size: 9px !important;
  }
}

@media (max-width: 480px) {
  .pk-product-card__discount-badge,
  .pk-card-v2__badge {
    padding: 2px 6px;
    font-size: 10px;
    top: 6px;
    left: 6px;
  }

  .pk-card-v2__badge--coupon {
    padding: 2px 5px !important;
    font-size: 8px !important;
  }
}

/* --- RESPONSIVE PLATFORM BADGE (Icon-only design) --- */
@media (max-width: 768px) {
  .pk-product-card__platform-badge {
    width: 28px !important;
    height: 28px !important;
    top: 8px !important;
    right: 8px !important;
    border-radius: 5px;
  }

  .pk-platform-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .pk-product-card__platform-badge {
    width: 26px !important;
    height: 26px !important;
    top: 6px !important;
    right: 6px !important;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }

  .pk-platform-icon {
    width: 14px;
    height: 14px;
  }

  .pk-product-card__platform-badge > svg {
    width: 14px;
    height: 14px;
  }
}

/* --- RESPONSIVE COUNTDOWN TIMER --- */
.pk-countdown-flip {
  padding: 10px 12px;
  gap: 4px;
}

@media (max-width: 768px) {
  .pk-countdown-flip {
    padding: 8px 10px;
  }

  .pk-countdown-flip__number {
    font-size: 14px;
    padding: 4px 6px;
    min-width: 28px;
  }

  .pk-countdown-flip__label {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .pk-countdown-flip {
    padding: 6px 8px;
  }

  .pk-countdown-flip__number {
    font-size: 11px;
    padding: 3px 4px;
    min-width: 24px;
  }

  .pk-countdown-flip__separator {
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .pk-countdown-flip__unit {
    min-width: 28px;
  }

  .pk-countdown-flip__number {
    font-size: 11px;
    min-width: 22px;
  }

  .pk-countdown-flip__label {
    font-size: 7px;
  }
}

/* --- RESPONSIVE SUCCESS RATE BAR --- */
@media (max-width: 480px) {
  .pk-success-rate-bar {
    height: 4px;
  }

  .pk-success-rate-text {
    font-size: 10px;
  }
}

/* --- RESPONSIVE FILTER TOOLBAR --- */
.pk-filter-toolbar {
  padding: 20px 24px;
}

@media (max-width: 1024px) {
  .pk-filter-toolbar {
    padding: 16px 20px;
  }
}

@media (max-width: 768px) {
  .pk-filter-toolbar {
    padding: 12px 16px;
  }

  .pk-filter-toolbar__inner {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .pk-filter-toolbar {
    padding: 10px 12px;
  }
}

/* Filter Search */
.pk-filter-search {
  max-width: 350px;
}

@media (max-width: 768px) {
  .pk-filter-search {
    max-width: 100%;
    width: 100%;
  }
}

.pk-filter-search__input {
  padding: 12px 16px 12px 44px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .pk-filter-search__input {
    padding: 10px 12px 10px 40px;
    font-size: 13px;
  }
}

/* Filter Chips (Platform) */
.pk-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 768px) {
  .pk-filter-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 6px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pk-filter-chips::-webkit-scrollbar {
    display: none;
  }
}

.pk-filter-chip {
  padding: 10px 16px;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .pk-filter-chip {
    padding: 8px 14px;
    font-size: 11px;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  .pk-filter-chip {
    padding: 6px 12px;
    font-size: 11px;
  }
}

/* Sort Dropdown */
.pk-filter-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .pk-filter-sort {
    width: 100%;
  }

  .pk-select-wrapper {
    flex: 1;
  }

  .pk-filter-sort__select {
    width: 100%;
  }
}

.pk-filter-sort__select {
  padding: 10px 36px 10px 14px;
  font-size: 14px;
  min-height: 44px;
}

@media (max-width: 480px) {
  .pk-filter-sort__select {
    padding: 8px 32px 8px 12px;
    font-size: 13px;
    min-height: 40px;
  }
}

/* Active Filters */
.pk-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

@media (max-width: 480px) {
  .pk-active-filters {
    gap: 6px;
  }

  .pk-active-filter-tag {
    padding: 4px 10px;
    font-size: 11px;
  }
}

/* Results Count */
.pk-results-count {
  font-size: 14px;
}

@media (max-width: 480px) {
  .pk-results-count {
    font-size: 11px;
  }
}

/* --- RESPONSIVE SIDEBAR --- */
.pk-shop-sidebar {
  width: 280px;
}

@media (max-width: 1024px) {
  .pk-shop-layout {
    flex-direction: column;
  }

  .pk-shop-sidebar {
    width: 100%;
    order: -1;
  }
}

/* --- RESPONSIVE PAGINATION --- */
.woocommerce-pagination {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .woocommerce-pagination {
    margin-top: 24px;
  }

  .woocommerce-pagination .page-numbers {
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .woocommerce-pagination {
    margin-top: 20px;
  }

  .woocommerce-pagination .page-numbers {
    padding: 6px 10px;
    font-size: 11px;
  }
}

/* --- HIDE ELEMENTS ON MOBILE --- */
@media (max-width: 768px) {
  .pk-hide-mobile {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .pk-hide-small {
    display: none !important;
  }
}

/* --- SHOW ELEMENTS ONLY ON MOBILE --- */
@media (min-width: 769px) {
  .pk-show-mobile-only {
    display: none !important;
  }
}

/* --- LANDSCAPE PHONE ADJUSTMENTS --- */
@media (max-width: 896px) and (max-height: 450px) and (orientation: landscape) {
  .pk-mobile-sticky-cta {
    padding: 8px 16px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- PRINT STYLES --- */
@media print {
  .pk-filter-toolbar,
  .pk-mobile-sticky-cta,
  .pk-activity-toast,
  .pk-cookie-banner {
    display: none !important;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   PHASE 2: VISUAL POLISH & DESIGN SYSTEM
   Added: 2026-01-20
   ============================================ */

/* ============================================
   2.1: CSS CUSTOM PROPERTIES (Design Tokens)
   ============================================ */
:root {
  /* Border Radius - 4 tiers only */
  --pk-radius-sm: 4px;
  --pk-radius-md: 8px;
  --pk-radius-lg: 12px;
  --pk-radius-pill: 50px;

  /* Shadows - 3 tiers only */
  --pk-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --pk-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
  --pk-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.18);

  /* Hover shadows */
  --pk-shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.15);
  --pk-shadow-cta: 0 4px 20px rgba(255, 107, 53, 0.4);
  --pk-shadow-cta-hover: 0 8px 30px rgba(255, 107, 53, 0.5);

  /* Animation timing - 3 tiers */
  --pk-duration-fast: 0.15s;
  --pk-duration-normal: 0.3s;
  --pk-duration-slow: 0.5s;

  /* Easing */
  --pk-ease-out: cubic-bezier(0.4, 0, 0.2, 1);
  --pk-ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);

  /* Colors - Brand */
  --pk-brand-primary: #FF6B35;
  --pk-brand-secondary: #E55A2B;
  --pk-brand-dark: #D14E22;

  /* Colors - Semantic */
  --pk-success: #2E7D32;
  --pk-success-bg: #E8F5E9;
  --pk-error: #D32F2F;
  --pk-error-bg: #FFEBEE;
  --pk-warning: #F57C00;
  --pk-warning-bg: #FFF3E0;

  /* Colors - Neutral */
  --pk-text-primary: #212121;
  --pk-text-secondary: #616161;
  --pk-text-muted: #9E9E9E;
  --pk-border: #E0E0E0;
  --pk-bg-card: #FFFFFF;
  --pk-bg-page: #F5F5F5;
}

/* ============================================
   2.2: STANDARDIZED BORDER-RADIUS
   Replace all 6px, 10px with 8px or 12px
   ============================================ */

/* Small radius (4px) - badges, small elements */
.pk-verified-badge,
.pk-success-badge,
.pk-limited-badge,
.pk-active-filter-tag,
.pk-countdown-flip__number {
  border-radius: var(--pk-radius-sm) !important;
}

/* Medium radius (8px) - buttons, inputs, badges */
.pk-btn-primary,
.pk-filter-chip,
.pk-filter-search__input,
.pk-filter-sort__select,
.pk-product-card__coupon,
.pk-card-v2__code,
.pk-product-card__cta,
.pk-card-v2__cta,
.pk-expiry-badge,
.pk-price-savings,
.pk-card-v2__savings,
.pk-countdown-flip,
.pk-product-card__quick-view {
  border-radius: var(--pk-radius-md) !important;
}

/* Large radius (12px) - cards, containers */
.pk-product-card,
.pk-card-v2,
.woocommerce ul.products li.product,
.pk-faq-item,
.pk-value-prop,
.pk-about-stat,
.pk-calculator,
.pk-activity-toast {
  border-radius: var(--pk-radius-lg) !important;
}

/* Pill radius (50px) - pills, rounded buttons */
.pk-category-pill,
.pk-btn-telegram {
  border-radius: var(--pk-radius-pill) !important;
}

/* ============================================
   2.3: UNIFIED SHADOW SYSTEM
   ============================================ */

/* Small shadow - resting state */
.pk-product-card,
.pk-card-v2,
.woocommerce ul.products li.product,
.pk-value-prop,
.pk-filter-toolbar {
  box-shadow: var(--pk-shadow-sm);
}

/* Medium shadow - elevated state */
.pk-activity-toast,
.pk-calculator,
.pk-about-stat,
.pk-faq-item:hover {
  box-shadow: var(--pk-shadow-md);
}

/* Large shadow - modals, popovers */
.pk-copy-toast,
.pk-search-suggestions {
  box-shadow: var(--pk-shadow-lg);
}

/* ============================================
   2.4: IMPROVED CARD HOVER EFFECTS
   Smooth, professional transitions
   ============================================ */

.pk-product-card,
.pk-card-v2,
.woocommerce ul.products li.product {
  transition:
    transform var(--pk-duration-normal) var(--pk-ease-out),
    box-shadow var(--pk-duration-normal) var(--pk-ease-out);
  will-change: transform, box-shadow;
}

.pk-product-card:hover,
.pk-card-v2:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: var(--pk-shadow-hover);
}

/* Subtle image zoom on card hover */
.pk-product-card__image,
.pk-card-v2__image img {
  transition: transform var(--pk-duration-slow) var(--pk-ease-out);
}

.pk-product-card:hover .pk-product-card__image,
.pk-card-v2:hover .pk-card-v2__image img {
  transform: scale(1.05);
}

/* Disable hover effects on touch devices */
@media (hover: none), (pointer: coarse) {
  .pk-product-card:hover,
  .pk-card-v2:hover,
  .woocommerce ul.products li.product:hover {
    transform: none;
    box-shadow: var(--pk-shadow-sm);
  }

  .pk-product-card:hover .pk-product-card__image,
  .pk-card-v2:hover .pk-card-v2__image img {
    transform: none;
  }
}

/* Active/pressed state for touch */
@media (pointer: coarse) {
  .pk-product-card:active,
  .pk-card-v2:active {
    transform: scale(0.98);
    transition-duration: var(--pk-duration-fast);
  }
}

/* ============================================
   2.5: CONSISTENT ANIMATION TIMING
   ============================================ */

/* Fast animations (0.15s) - micro-interactions */
.pk-copy-btn:active,
.pk-filter-chip:active,
.pk-product-card__cta:active {
  transition-duration: var(--pk-duration-fast);
}

/* Normal animations (0.3s) - standard transitions */
.pk-btn-primary,
.pk-filter-chip,
.pk-filter-search__input,
.pk-product-card__coupon-code,
.pk-faq-item,
.pk-faq-icon {
  transition-duration: var(--pk-duration-normal);
  transition-timing-function: var(--pk-ease-out);
}

/* Slow animations (0.5s) - emphasis transitions */
.pk-product-card__image-overlay,
.pk-activity-toast {
  transition-duration: var(--pk-duration-slow);
}

/* Standardize keyframe animations */
@keyframes pk-pulse-unified {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

@keyframes pk-shimmer-unified {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Apply unified animations */
.pk-live-counter__dot,
.pk-live-counter::before {
  animation: pk-pulse-unified 1.5s ease-in-out infinite;
}

/* ============================================
   2.6: FOCUS-VISIBLE STATES (Accessibility)
   ============================================ */

/* Focus ring for keyboard navigation */
.pk-btn-primary:focus-visible,
.pk-product-card__cta:focus-visible,
.pk-card-v2__cta:focus-visible,
.pk-filter-chip:focus-visible,
.pk-copy-btn:focus-visible,
.pk-filter-search__input:focus-visible,
.pk-filter-sort__select:focus-visible {
  outline: 3px solid var(--pk-brand-primary);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px rgba(255, 107, 53, 0.2);
}

/* Remove outline for mouse users */
.pk-btn-primary:focus:not(:focus-visible),
.pk-product-card__cta:focus:not(:focus-visible),
.pk-card-v2__cta:focus:not(:focus-visible),
.pk-filter-chip:focus:not(:focus-visible),
.pk-copy-btn:focus:not(:focus-visible) {
  outline: none;
  box-shadow: var(--pk-shadow-sm);
}

/* Card focus state */
.pk-product-card:focus-within,
.pk-card-v2:focus-within {
  box-shadow: var(--pk-shadow-md), 0 0 0 3px rgba(255, 107, 53, 0.3);
}

/* Link focus within cards */
.pk-product-card__title-link:focus-visible,
.pk-card-v2__title a:focus-visible {
  outline: 2px solid var(--pk-brand-primary);
  outline-offset: 2px;
  border-radius: var(--pk-radius-sm);
}

/* ============================================
   2.7: REDUCED MOTION PREFERENCE
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .pk-product-card:hover,
  .pk-card-v2:hover {
    transform: none;
  }

  .pk-badge-glow,
  .pk-hot-pulse,
  .pk-cta-shimmer,
  .pk-shimmer {
    animation: none;
  }
}

/* ============================================
   2.8: BUTTON INTERACTION POLISH
   ============================================ */

/* Button press effect */
.pk-btn-primary:active,
.pk-product-card__cta:active,
.pk-card-v2__cta:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: var(--pk-shadow-sm);
}

/* Copy button success state */
.pk-copy-btn.copied {
  background: var(--pk-success) !important;
  color: white !important;
  border-color: var(--pk-success) !important;
}

.pk-copy-btn.copied::after {
  content: '✓';
  margin-left: 4px;
}

/* Filter chip selected state enhancement */
.pk-filter-chip--active {
  background: var(--pk-brand-primary);
  color: white;
  border-color: var(--pk-brand-primary);
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

/* ============================================
   2.9: SMOOTH SCROLLING & SCROLL BEHAVIOR
   ============================================ */

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Scroll margin for sticky header */
.pk-product-card,
.pk-card-v2,
[id] {
  scroll-margin-top: 80px;
}

@media (max-width: 768px) {
  .pk-product-card,
  .pk-card-v2,
  [id] {
    scroll-margin-top: 60px;
  }
}

/* ============================================
   2.10: SKELETON LOADING ANIMATION
   ============================================ */

.pk-skeleton {
  background: linear-gradient(
    90deg,
    #f0f0f0 25%,
    #e0e0e0 50%,
    #f0f0f0 75%
  );
  background-size: 200% 100%;
  animation: pk-skeleton-shimmer 1.5s ease-in-out infinite;
  border-radius: var(--pk-radius-md);
}

@keyframes pk-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.pk-skeleton--text {
  height: 1em;
  width: 80%;
  margin-bottom: 0.5em;
}

.pk-skeleton--image {
  aspect-ratio: 1;
  width: 100%;
}

.pk-skeleton--button {
  height: 44px;
  width: 100%;
}

/* ============================================
   PHASE 3: MOBILE UX OPTIMIZATION
   Added: 2026-01-20
   ============================================ */

/* ============================================
   3.1: MINIMUM TOUCH TARGETS (44px)
   WCAG 2.1 AAA compliance
   ============================================ */

/* All interactive elements minimum 44px */
@media (pointer: coarse) {
  .pk-btn-primary,
  .pk-product-card__cta,
  .pk-card-v2__cta,
  .pk-filter-chip,
  .pk-copy-btn,
  .pk-product-card__coupon-copy,
  .pk-filter-sort__select,
  .pk-remove-filter,
  .pk-clear-all-filters,
  .pk-search-clear {
    min-height: 44px;
    min-width: 44px;
  }
}

/* Fix specific elements that were too small */
@media (max-width: 480px) {
  /* Filter chips - was 32px, now 44px */
  .pk-filter-chip {
    padding: 12px 16px;
    min-height: 44px;
    font-size: 13px;
  }

  /* CTA button - was 40px, now 44px */
  .pk-product-card__cta,
  .pk-card-v2__cta {
    padding: 14px 16px;
    min-height: 44px;
    font-size: 13px;
  }

  /* Copy button */
  .pk-product-card__coupon-copy,
  .pk-copy-btn {
    min-height: 44px;
    min-width: 44px;
    padding: 10px;
  }

  /* Coupon code button */
  .pk-product-card__coupon-code,
  .pk-card-v2__code-value {
    min-height: 40px;
    padding: 10px 12px;
  }

  /* Search clear button */
  .pk-search-clear {
    min-height: 44px;
    min-width: 44px;
    padding: 10px;
  }

  /* Filter remove buttons */
  .pk-remove-filter {
    min-height: 32px;
    min-width: 32px;
    padding: 6px;
    font-size: 18px;
  }
}

/* ============================================
   3.2: SAFE AREA INSETS (Notched Phones)
   iPhone X, 11, 12, 13, 14, 15 support
   ============================================ */

/* Sticky elements need safe area padding */
.pk-mobile-sticky-cta {
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  padding-left: calc(16px + env(safe-area-inset-left, 0px));
  padding-right: calc(16px + env(safe-area-inset-right, 0px));
}

/* Activity toast above sticky CTA */
.pk-activity-toast {
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 768px) {
  .pk-activity-toast {
    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
    left: calc(16px + env(safe-area-inset-left, 0px));
    right: calc(16px + env(safe-area-inset-right, 0px));
  }
}

/* Copy toast safe area */
.pk-copy-toast {
  bottom: calc(120px + env(safe-area-inset-bottom, 0px));
}

/* Cookie banner safe area */
.pk-cookie-banner {
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}

/* Filter toolbar safe area on landscape */
@media (max-width: 896px) and (orientation: landscape) {
  .pk-filter-toolbar {
    padding-left: calc(16px + env(safe-area-inset-left, 0px));
    padding-right: calc(16px + env(safe-area-inset-right, 0px));
  }
}

/* Full page safe area padding */
@supports (padding: env(safe-area-inset-bottom)) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .pk-container {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
}

/* ============================================
   3.3: IMPROVED FONT SIZES FOR MOBILE
   Minimum 13px for readability
   ============================================ */

@media (max-width: 480px) {
  /* Product card title - was 13px, now 14px */
  .pk-product-card__title,
  .pk-card-v2__title {
    font-size: 14px;
    line-height: 1.35;
  }

  /* Price - ensure readability */
  .pk-product-card__price-sale,
  .pk-card-v2__price,
  .pk-card-v2__price-current {
    font-size: 18px;
  }

  /* Original price strikethrough */
  .pk-product-card__price-original,
  .pk-card-v2__price-old {
    font-size: 13px;
  }

  /* Savings badge */
  .pk-price-savings,
  .pk-card-v2__savings {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* Verified badge */
  .pk-verified-badge {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* Expiry badge */
  .pk-expiry-badge {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* Success rate text */
  .pk-success-rate-text {
    font-size: 11px;
  }

  /* Platform badge */
  .pk-product-card__platform-badge {
    font-size: 10px;
    padding: 4px 10px;
  }

  /* Filter labels */
  .pk-filter-label {
    font-size: 11px;
  }

  /* Results count */
  .pk-results-count {
    font-size: 13px;
  }
}

/* Extra small screens */
@media (max-width: 380px) {
  .pk-product-card__title,
  .pk-card-v2__title {
    font-size: 13px;
  }

  .pk-product-card__price-sale,
  .pk-card-v2__price-current {
    font-size: 16px;
  }

  .pk-product-card__cta span,
  .pk-card-v2__cta span {
    font-size: 11px;
  }
}

/* ============================================
   3.4: IMPROVED MOBILE FILTER TOOLBAR
   ============================================ */

@media (max-width: 768px) {
  /* Full width filter toolbar */
  .pk-filter-toolbar {
    padding: 12px;
    gap: 12px;
  }

  .pk-filter-toolbar__inner {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  /* Search takes full width */
  .pk-filter-search {
    width: 100%;
    max-width: none;
    order: 1;
  }

  .pk-filter-search__input {
    width: 100%;
    padding: 14px 16px 14px 44px;
    font-size: 16px; /* Prevents iOS zoom */
  }

  /* Platform filters horizontal scroll */
  .pk-filter-platforms {
    width: 100%;
    order: 2;
  }

  .pk-filter-chips {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 4px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 12px;
  }

  .pk-filter-chips::-webkit-scrollbar {
    display: none;
  }

  .pk-filter-chip {
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  /* Sort dropdown full width */
  .pk-filter-sort {
    width: 100%;
    order: 3;
  }

  .pk-select-wrapper {
    width: 100%;
  }

  .pk-filter-sort__select {
    width: 100%;
    font-size: 16px; /* Prevents iOS zoom */
  }

  /* Active filters wrap */
  .pk-filter-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .pk-active-filters {
    width: 100%;
    flex-wrap: wrap;
  }
}

/* ============================================
   3.5: SCROLL FADE INDICATORS
   Show more content is available
   ============================================ */

/* Horizontal scroll fade for filter chips */
.pk-filter-chips-wrapper {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .pk-filter-platforms {
    position: relative;
  }

  /* Right fade indicator */
  .pk-filter-platforms::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, white 20%, transparent 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
  }

  /* Left fade indicator (when scrolled) */
  .pk-filter-platforms::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to right, white 20%, transparent 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }

  .pk-filter-platforms.scrolled-left::before {
    opacity: 1;
  }

  .pk-filter-platforms.scrolled-right::after {
    opacity: 0;
  }
}

/* ============================================
   3.6: MOBILE CARD LAYOUT IMPROVEMENTS
   ============================================ */

@media (max-width: 480px) {
  /* Single column cards - more breathing room */
  .pk-product-card,
  .pk-card-v2 {
    margin-bottom: 12px;
  }

  /* Card content padding */
  .pk-product-card__content,
  .pk-card-v2__content {
    padding: 14px;
    gap: 10px;
  }

  /* Coupon box more compact */
  .pk-product-card__coupon,
  .pk-card-v2__code {
    padding: 10px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  /* Hide coupon label on very small screens */
  .pk-product-card__coupon-label,
  .pk-card-v2__code-label {
    display: none;
  }

  /* Full width coupon code */
  .pk-product-card__coupon-code,
  .pk-card-v2__code-value {
    flex: 1;
    text-align: center;
  }

  /* Verified + expiry in row */
  .pk-card-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
  }

  .pk-verified-badge,
  .pk-expiry-badge {
    flex: 0 0 auto;
  }
}

/* ============================================
   3.7: IMPROVED TAP FEEDBACK
   ============================================ */

@media (pointer: coarse) {
  /* Tap highlight color */
  .pk-btn-primary,
  .pk-product-card__cta,
  .pk-card-v2__cta,
  .pk-filter-chip,
  .pk-copy-btn,
  .pk-product-card a {
    -webkit-tap-highlight-color: rgba(255, 107, 53, 0.2);
  }

  /* Active state feedback */
  .pk-btn-primary:active,
  .pk-product-card__cta:active,
  .pk-card-v2__cta:active {
    transform: scale(0.97);
    opacity: 0.9;
  }

  .pk-filter-chip:active {
    transform: scale(0.95);
    opacity: 0.9;
  }

  .pk-copy-btn:active {
    transform: scale(0.9);
  }

  /* Prevent text selection on buttons */
  .pk-btn-primary,
  .pk-filter-chip,
  .pk-copy-btn,
  .pk-product-card__cta {
    -webkit-user-select: none;
    user-select: none;
  }
}

/* ============================================
   3.8: iOS SPECIFIC FIXES
   ============================================ */

/* Prevent iOS zoom on input focus */
@media (max-width: 768px) {
  input[type="text"],
  input[type="search"],
  input[type="email"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* iOS momentum scrolling */
.pk-filter-chips,
.pk-category-pills {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

/* Fix iOS button styling */
.pk-btn-primary,
.pk-product-card__cta,
.pk-card-v2__cta {
  -webkit-appearance: none;
  appearance: none;
}

/* ============================================
   3.9: LANDSCAPE PHONE OPTIMIZATIONS
   ============================================ */

@media (max-width: 896px) and (max-height: 450px) and (orientation: landscape) {
  /* Reduce vertical padding */
  .pk-product-card__content,
  .pk-card-v2__content {
    padding: 10px 12px;
    gap: 6px;
  }

  /* Smaller CTA */
  .pk-product-card__cta,
  .pk-card-v2__cta {
    padding: 10px 14px;
    min-height: 40px;
  }

  /* Hide non-essential elements */
  .pk-success-rate,
  .pk-claim-progress,
  .pk-live-counter {
    display: none;
  }

  /* Compact verified badge */
  .pk-verified-badge {
    padding: 3px 8px;
    font-size: 10px;
  }

  /* 3 columns in landscape */
  .woocommerce ul.products,
  .pk-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  /* Sticky CTA smaller */
  .pk-mobile-sticky-cta {
    padding: 8px 12px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }
}

/* ============================================
   3.10: PULL-TO-REFRESH VISUAL HINT
   ============================================ */

@media (pointer: coarse) {
  .pk-pull-indicator {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background: var(--pk-brand-primary);
    color: white;
    padding: 8px 16px;
    border-radius: 0 0 var(--pk-radius-md) var(--pk-radius-md);
    font-size: 11px;
    font-weight: 600;
    transition: transform 0.3s ease;
    z-index: 1000;
  }

  .pk-pull-indicator.visible {
    transform: translateX(-50%) translateY(0);
  }
}

/* ============================================
   FAZA 1: FILTER & SEARCH IMPROVEMENTS
   Tasks: #58, #59, #60, #61, #63
   Added: 2026-01-21
   ============================================ */

/* ============================================
   4.1: SEARCH SUGGESTIONS DROPDOWN (#61)
   ============================================ */

.pk-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #E5E5E5;
  z-index: 200;
  max-height: 400px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* Suggestion item */
.pk-suggestion-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
  border-bottom: 1px solid #F5F5F5;
}

.pk-suggestion-item:last-child {
  border-bottom: none;
}

.pk-suggestion-item:hover {
  background: #FFF8F5;
}

.pk-suggestion-item:focus {
  background: #FFF3E0;
  outline: none;
}

/* Suggestion image */
.pk-suggestion-image {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #F5F5F5;
  flex-shrink: 0;
}

.pk-suggestion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pk-suggestion-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #EEEEEE;
  color: #BDBDBD;
}

.pk-suggestion-no-image::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23BDBDBD'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Suggestion info */
.pk-suggestion-info {
  flex: 1;
  min-width: 0;
}

.pk-suggestion-title {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 4px;
}

.pk-suggestion-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}

.pk-suggestion-platform {
  color: #757575;
  padding: 2px 6px;
  background: #F5F5F5;
  border-radius: 4px;
}

.pk-suggestion-price {
  color: #E53935;
  font-weight: 600;
}

/* Empty state */
.pk-suggestion-empty {
  padding: 24px 16px;
  text-align: center;
  color: #757575;
  font-size: 14px;
}

.pk-suggestion-empty span {
  display: block;
}

/* Mobile suggestions */
@media (max-width: 768px) {
  .pk-search-suggestions {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 16px 16px 0 0;
    max-height: 60vh;
    z-index: 1000;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15);
  }

  .pk-suggestion-item {
    padding: 14px 16px;
  }

  .pk-suggestion-image {
    width: 48px;
    height: 48px;
  }
}

/* ============================================
   4.2: FILTER TOOLBAR LOADING STATE (#59)
   ============================================ */

.pk-filter-toolbar--loading {
  pointer-events: none;
}

.pk-filter-toolbar--loading .pk-filter-chip,
.pk-filter-toolbar--loading .pk-filter-sort__select,
.pk-filter-toolbar--loading .pk-filter-search__input {
  opacity: 0.6;
}

/* Products loading animation */
.woocommerce ul.products,
.pk-products-grid {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Skeleton loader for products */
.pk-skeleton-card {
  background: #F5F5F5;
  border-radius: 12px;
  overflow: hidden;
  animation: pk-skeleton-pulse 1.5s ease-in-out infinite;
}

.pk-skeleton-card__image {
  aspect-ratio: 1;
  background: #E5E5E5;
}

.pk-skeleton-card__content {
  padding: 16px;
}

.pk-skeleton-card__title {
  height: 16px;
  background: #E5E5E5;
  border-radius: 4px;
  margin-bottom: 8px;
}

.pk-skeleton-card__price {
  height: 24px;
  width: 60%;
  background: #E5E5E5;
  border-radius: 4px;
}

@keyframes pk-skeleton-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* ============================================
   4.3: STICKY MOBILE HEADER (#63)
   ============================================ */

/* Mobile sticky header wrapper */
.pk-mobile-header {
  position: relative;
  z-index: 500;
}

/* When scrolling down - hide */
.pk-mobile-header--hidden {
  transform: translateY(-100%);
}

/* When scrolling up - show sticky */
.pk-mobile-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
}

/* Placeholder to prevent content jump */
.pk-mobile-header-placeholder {
  display: none;
}

.pk-mobile-header--sticky + .pk-mobile-header-placeholder {
  display: block;
}

/* Blocksy/theme header sticky override */
@media (max-width: 768px) {
  /* Site header sticky */
  .site-header,
  .ct-header,
  header[data-device="mobile"] {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #FFFFFF;
    z-index: 999;
  }

  body.pk-header-sticky .site-header,
  body.pk-header-sticky .ct-header,
  body.pk-header-sticky header[data-device="mobile"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  }

  /* Header hidden on scroll down */
  body.pk-header-hidden .site-header,
  body.pk-header-hidden .ct-header,
  body.pk-header-hidden header[data-device="mobile"] {
    transform: translateY(-100%);
  }

  /* Compact header when sticky */
  body.pk-header-sticky .site-header .site-branding img,
  body.pk-header-sticky .ct-header .site-logo img {
    max-height: 36px;
    transition: max-height 0.3s ease;
  }

  /* Header placeholder when fixed */
  .pk-header-spacer {
    display: none;
    height: 60px; /* Adjust based on your header height */
  }

  body.pk-header-sticky .pk-header-spacer {
    display: block;
  }
}

/* Desktop - no sticky by default */
@media (min-width: 769px) {
  body.pk-header-sticky .site-header {
    position: relative;
    transform: none;
  }
}

/* ============================================
   4.4: IMPROVED SORT DROPDOWN (#60)
   ============================================ */

/* Custom styled select */
.pk-filter-sort {
  position: relative;
}

/* Sort select with icon */
.pk-filter-sort__select {
  appearance: none;
  -webkit-appearance: none;
  padding: 12px 44px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  background: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 180px;
  font-family: inherit;
}

.pk-filter-sort__select:hover {
  background: #EEEEEE;
  border-color: #E0E0E0;
}

.pk-filter-sort__select:focus {
  outline: none;
  border-color: #FF6B35;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

/* Active sort state */
.pk-filter-sort--active .pk-filter-sort__select {
  background: #FFF3E0;
  border-color: #FFB74D;
  color: #E65100;
}

/* Sort arrow icon */
.pk-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  pointer-events: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.pk-filter-sort__select:focus + .pk-select-arrow {
  transform: translateY(-50%) rotate(180deg);
  color: #FF6B35;
}

/* Sort indicator badge */
.pk-filter-sort__indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(255, 107, 53, 0.3);
}

.pk-filter-sort__indicator::before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 4h13M3 8h9m-9 4h6m4 0l4-4m0 0l4 4m-4-4v12'/%3E%3C/svg%3E");
  background-size: contain;
}

/* Mobile sort */
@media (max-width: 768px) {
  .pk-filter-sort {
    flex-direction: column;
    align-items: stretch;
  }

  .pk-filter-sort__select {
    width: 100%;
    min-width: auto;
    font-size: 16px; /* Prevent iOS zoom */
    padding: 14px 44px 14px 16px;
  }

  .pk-filter-sort__indicator {
    display: none;
  }
}

/* ============================================
   4.5: AJAX FILTER TRANSITIONS (#59)
   ============================================ */

/* Smooth product grid transition */
.pk-products-transition-enter {
  opacity: 0;
  transform: translateY(20px);
}

.pk-products-transition-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.pk-products-transition-exit {
  opacity: 1;
}

.pk-products-transition-exit-active {
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Filter chip active state with animation */
.pk-filter-chip {
  position: relative;
  overflow: hidden;
}

.pk-filter-chip--active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pk-chip-ripple 0.4s ease-out;
}

@keyframes pk-chip-ripple {
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* Results count animation */
.pk-results-number {
  display: inline-block;
  transition: transform 0.3s ease;
}

.pk-results-number.updating {
  transform: scale(1.1);
  color: #FF6B35;
}

/* ============================================
   4.6: TOAST NOTIFICATION IMPROVEMENTS
   ============================================ */

#pk-toast-container {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1002;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.pk-toast {
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: auto;
  max-width: 320px;
  text-align: center;
}

.pk-toast-visible {
  opacity: 1;
  transform: translateY(0);
}

.pk-toast-success {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: white;
}

.pk-toast-error {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  color: white;
}

.pk-toast-info {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: white;
}

@media (max-width: 768px) {
  #pk-toast-container {
    bottom: 80px; /* Above mobile sticky CTA */
    left: 16px;
    right: 16px;
    transform: none;
  }

  .pk-toast {
    max-width: none;
  }
}

/* ============================================
   4.7: ACCESSIBILITY IMPROVEMENTS
   ============================================ */

/* Focus visible for keyboard navigation */
.pk-filter-chip:focus-visible,
.pk-filter-search__input:focus-visible,
.pk-filter-sort__select:focus-visible,
.pk-suggestion-item:focus-visible {
  outline: 2px solid #FF6B35;
  outline-offset: 2px;
}

/* Skip to main content link */
.pk-skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: #212121;
  color: white;
  padding: 12px 24px;
  border-radius: 0 0 8px 8px;
  z-index: 10000;
  transition: top 0.3s ease;
}

.pk-skip-link:focus {
  top: 0;
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .pk-filter-chip,
  .pk-toast,
  .pk-suggestion-item,
  .pk-filter-toolbar,
  .woocommerce ul.products {
    transition: none !important;
    animation: none !important;
  }

  .pk-filter-chip--active::before {
    animation: none;
  }

  .pk-skeleton-card {
    animation: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .pk-filter-chip {
    border: 2px solid #212121;
  }

  .pk-filter-chip--active {
    border-color: #FFFFFF;
  }

  .pk-suggestion-item {
    border-bottom: 2px solid #212121;
  }
}

/* ============================================
   SOCIAL SHARING (#70)
   Product page share buttons
   ============================================ */

.pk-social-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pk-social-share__label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.pk-social-share__buttons {
  display: flex;
  gap: 8px;
}

.pk-social-share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: white;
}

.pk-social-share__btn:hover {
  transform: scale(1.1);
}

.pk-social-share__btn:active {
  transform: scale(0.95);
}

/* Facebook */
.pk-social-share__btn--facebook {
  background: #1877F2;
}

.pk-social-share__btn--facebook:hover {
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
}

/* Twitter/X */
.pk-social-share__btn--twitter {
  background: #000000;
}

.pk-social-share__btn--twitter:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* WhatsApp */
.pk-social-share__btn--whatsapp {
  background: #25D366;
}

.pk-social-share__btn--whatsapp:hover {
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

/* Copy Link */
.pk-social-share__btn--copy {
  background: #666;
}

.pk-social-share__btn--copy:hover {
  background: #FF6B35;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .pk-social-share {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
  }

  .pk-social-share__label {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }

  .pk-social-share__btn {
    width: 44px;
    height: 44px;
  }
}

/* ============================================
   PRODUCT CARD v3.1 ENHANCEMENTS
   ============================================ */

/* Card Hover Effect */
.pk-card-v2 {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pk-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Consistent Image Aspect Ratio */
.pk-card-v2__image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}

.pk-card-v2__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.pk-card-v2__image img,
.pk-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.pk-card-v2:hover .pk-card-v2__image img,
.pk-card-v2:hover .pk-product-card__image {
  transform: scale(1.05);
}

/* Badges Container */
.pk-card-v2__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.pk-card-v2__badges .pk-card-v2__badge {
  position: static;
}

/* "Novo" Badge */
.pk-badge--new {
  background: #4CAF50 !important;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
}

/* "Urgent" Badge (Zadnji dan) */
.pk-badge--urgent {
  background: #D32F2F !important;
  animation: pulse-urgent 1.5s ease-in-out infinite;
}

@keyframes pulse-urgent {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Platform Badge with Brand Colors */
.pk-product-card__platform-badge {
  background: var(--platform-color, #FF6B35) !important;
}

/* Pending Platform Badge */
.pk-platform--pending {
  background: #9E9E9E !important;
  color: white;
  font-size: 10px;
  padding: 4px 8px;
}

/* Internal CTA Style (no affiliate link) */
.pk-cta--internal {
  background: #757575 !important;
  color: white !important;
}

.pk-cta--internal:hover {
  background: #616161 !important;
}

/* External CTA with Platform Color */
.pk-cta--external {
  background: var(--cta-color, #FF6B35) !important;
}

.pk-cta--external:hover {
  filter: brightness(0.9);
}

/* Copy Button Icons */
.pk-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.pk-copy-btn .pk-copy-icon,
.pk-copy-btn .pk-check-icon {
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.pk-copy-btn.copied .pk-copy-icon {
  display: none !important;
}

.pk-copy-btn.copied .pk-check-icon {
  display: inline-block !important;
  color: white !important;
}

.pk-copy-btn.copied {
  background: #4CAF50 !important;
  border-color: #4CAF50 !important;
  color: white !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .pk-card-v2:hover {
    transform: none;
  }
  
  .pk-card-v2__badges {
    top: 8px;
    left: 8px;
    gap: 4px;
  }
  
  .pk-badge--new {
    font-size: 10px;
    padding: 3px 8px;
  }
}

@media (max-width: 480px) {
  .pk-card-v2__badges {
    top: 6px;
    left: 6px;
  }
  
  .pk-badge--new {
    font-size: 9px;
    padding: 2px 6px;
  }
}

/* ============================================
   SINGLE PRODUCT PAGE v2.0
   Redesigned single product layout
   ============================================ */

/* Main Layout */
.pk-single-product-v2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.pk-single-product__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 24px;
  align-items: stretch;
}

/* Left column - use flexbox to push trust cards to bottom */
.pk-single-product__left {
  display: flex;
  flex-direction: column;
}

.pk-single-product__left .pk-single-product__gallery {
  flex: 1;
}

.pk-single-product__left .pk-trust-cards {
  margin-top: auto;
}

/* Breadcrumbs Card Style */
.pk-breadcrumbs-card {
  margin-bottom: 24px;
  padding: 14px 20px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #F0F0F0;
}

.pk-breadcrumbs-card__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pk-breadcrumbs-card__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #616161;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.pk-breadcrumbs-card__item:hover {
  color: #FF6B35;
  background: rgba(255, 107, 53, 0.08);
}

.pk-breadcrumbs-card__home {
  padding: 6px;
  background: #F5F5F5;
  border-radius: 8px;
}

.pk-breadcrumbs-card__home svg {
  stroke: #757575;
  transition: stroke 0.2s ease;
}

.pk-breadcrumbs-card__home:hover {
  background: rgba(255, 107, 53, 0.1);
}

.pk-breadcrumbs-card__home:hover svg {
  stroke: #FF6B35;
}

.pk-breadcrumbs-card__separator {
  display: inline-flex;
  align-items: center;
  color: #BDBDBD;
}

.pk-breadcrumbs-card__separator svg {
  width: 14px;
  height: 14px;
}

.pk-breadcrumbs-card__current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #F8F9FA;
  border-radius: 8px;
  font-weight: 500;
  color: #1A1A2E;
  max-width: 300px;
}

.pk-breadcrumbs-card__platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 6px;
  flex-shrink: 0;
}

.pk-breadcrumbs-card__platform img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Platform-specific background colors for breadcrumb badge */
.pk-breadcrumbs-card__platform.pk-platform-badge-aliexpress {
  background: rgba(230, 46, 4, 0.1);
}
.pk-breadcrumbs-card__platform.pk-platform-badge-amazon {
  background: rgba(255, 153, 0, 0.1);
}
.pk-breadcrumbs-card__platform.pk-platform-badge-dhgate {
  background: rgba(255, 102, 0, 0.1);
}
.pk-breadcrumbs-card__platform.pk-platform-badge-geekbuying {
  background: rgba(0, 160, 233, 0.1);
}
.pk-breadcrumbs-card__platform.pk-platform-badge-gamsgo {
  background: rgba(124, 58, 237, 0.1);
}
.pk-breadcrumbs-card__platform.pk-platform-badge-banggood {
  background: rgba(250, 98, 50, 0.1);
}

.pk-breadcrumbs-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Breadcrumbs Mobile */
@media (max-width: 768px) {
  .pk-breadcrumbs-card {
    padding: 12px 16px;
  }

  .pk-breadcrumbs-card__inner {
    gap: 6px;
    font-size: 0.8125rem;
  }

  .pk-breadcrumbs-card__current {
    max-width: 200px;
    padding: 4px 10px;
  }

  .pk-breadcrumbs-card__item {
    padding: 3px 6px;
  }
}

@media (max-width: 480px) {
  .pk-breadcrumbs-card__inner {
    gap: 4px;
  }

  .pk-breadcrumbs-card__current {
    max-width: 150px;
  }

  /* Hide middle items on very small screens */
  .pk-breadcrumbs-card__item:not(.pk-breadcrumbs-card__home) {
    display: none;
  }

  .pk-breadcrumbs-card__separator:not(:last-of-type) {
    display: none;
  }
}

/* ============================================
   GRID PREVIEW GALLERY
   ============================================ */
.pk-single-product__gallery {
  position: relative;
}

/* Grid Layout - Main image full width, thumbnails below */
.pk-gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  overflow: hidden;
}

.pk-gallery-grid--has-thumbs {
  /* Same as default - stacked layout */
}

/* Main Image */
.pk-gallery-grid__main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #F5F5F5;
  aspect-ratio: 1 / 1;
}

.pk-gallery-grid__main-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.pk-gallery-grid__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pk-gallery-grid__main-link:hover .pk-gallery-grid__main-img {
  transform: scale(1.05);
}

/* Zoom Button */
.pk-gallery-grid__zoom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1A1A2E;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.25s ease;
}

.pk-gallery-grid__zoom svg {
  stroke: #1A1A2E;
}

.pk-gallery-grid__main-link:hover .pk-gallery-grid__zoom {
  opacity: 1;
  transform: translateY(0);
}

/* Badges on Gallery */
.pk-gallery-grid__badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pk-gallery-grid__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  font-weight: 700;
  border-radius: 8px;
  color: #FFFFFF;
}

.pk-gallery-grid__badge--hot {
  background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  box-shadow: 0 4px 12px rgba(255, 65, 108, 0.4);
  animation: pk-pulse-unified 2s ease-in-out infinite;
}

.pk-gallery-grid__badge--discount {
  background: linear-gradient(135deg, #FF6B35 0%, #E94B3C 100%);
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.35);
}

.pk-gallery-grid__badge--coupon {
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
  font-size: 0.8125rem;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
}

/* Placeholder */
.pk-gallery-grid__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  color: #BDBDBD;
}

/* Thumbnails - Horizontal row below main image */
.pk-gallery-grid__side {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.pk-gallery-grid__thumb {
  position: relative;
  flex: 1;
  max-width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #F5F5F5;
}

.pk-gallery-grid__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.pk-gallery-grid__thumb:hover img {
  transform: scale(1.08);
}

/* More Overlay */
.pk-gallery-grid__thumb--more::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}

.pk-gallery-grid__thumb--more:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

.pk-gallery-grid__more-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #FFFFFF;
  font-weight: 600;
}

.pk-gallery-grid__more-overlay span:first-child {
  font-size: 1.5rem;
  font-weight: 700;
}

.pk-gallery-grid__more-overlay span:last-child {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pk-gallery-grid__main {
    aspect-ratio: 4 / 3;
  }

  .pk-gallery-grid__side {
    gap: 8px;
  }

  .pk-gallery-grid__thumb {
    max-width: none;
  }

  .pk-gallery-grid__badges {
    top: 12px;
    left: 12px;
  }

  .pk-gallery-grid__badge {
    padding: 6px 10px;
    font-size: 0.8125rem;
  }

  .pk-gallery-grid__badge--hot {
    font-size: 0.6875rem;
    padding: 4px 8px;
  }

  .pk-gallery-grid__zoom {
    bottom: 12px;
    right: 12px;
    padding: 8px 12px;
    font-size: 0.75rem;
  }

  .pk-gallery-grid__more-overlay span:first-child {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .pk-gallery-grid__side {
    gap: 6px;
  }

  .pk-gallery-grid__thumb {
    border-radius: 8px;
  }

  .pk-gallery-grid__badge--discount {
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

/* Lightbox trigger - works with WooCommerce lightbox */
.pk-gallery-grid__main-link,
.pk-gallery-grid__thumb {
  cursor: zoom-in;
}

/* Summary Section */
.pk-single-product__summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Push coupon section to bottom to align with trust cards */
.pk-single-product__summary .pk-coupon-protected {
  margin-top: auto;
}

/* Platform Badge */
.pk-single-product__platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #F5F5F5;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #424242;
  width: fit-content;
}

.pk-single-product__platform img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* Platform-specific colors */
.pk-platform-badge-aliexpress {
  background: rgba(230, 46, 4, 0.1);
  color: #E62E04;
}

.pk-platform-badge-amazon {
  background: rgba(255, 153, 0, 0.1);
  color: #CC7A00;
}

.pk-platform-badge-dhgate {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
}

.pk-platform-badge-geekbuying {
  background: rgba(0, 160, 233, 0.1);
  color: #00A0E9;
}

.pk-platform-badge-gamsgo {
  background: rgba(124, 58, 237, 0.1);
  color: #7C3AED;
}

.pk-platform-badge-banggood {
  background: rgba(250, 98, 50, 0.1);
  color: #FA6232;
}

/* Title */
.pk-single-product__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1A1A2E;
  line-height: 1.3;
  margin: 0;
}

/* Categories */
.pk-single-product__categories {
  font-size: 0.875rem;
  color: #757575;
}

.pk-single-product__categories a {
  color: #757575;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pk-single-product__categories a:hover {
  color: #FF6B35;
}

/* Price Section */
.pk-single-product__price-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background: #FAFAFA;
  border-radius: 12px;
  border: 1px solid #EEEEEE;
}

.pk-single-product__price-current {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1A1A2E;
}

.pk-single-product__price-current del {
  font-size: 1rem;
  font-weight: 500;
  color: #9E9E9E;
  margin-left: 8px;
}

.pk-single-product__price-current ins {
  text-decoration: none;
}

.pk-single-product__savings {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #16A34A;
}

.pk-single-product__savings svg {
  stroke: #16A34A;
}

.pk-single-product__coupon-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #7C3AED;
}

.pk-single-product__coupon-price svg {
  fill: #7C3AED;
}

/* Coupon Section */
.pk-single-product__coupon-section {
  padding: 20px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.05) 0%, rgba(139, 92, 246, 0.08) 100%);
  border: 2px dashed #7C3AED;
  border-radius: 12px;
}

.pk-single-product__coupon-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7C3AED;
}

.pk-single-product__coupon-header svg {
  stroke: #7C3AED;
}

.pk-single-product__coupon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(124, 58, 237, 0.2);
}

.pk-single-product__coupon-code {
  flex: 1;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  font-size: 1.25rem;
  font-weight: 700;
  color: #7C3AED;
  letter-spacing: 2px;
}

.pk-single-product__coupon-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.pk-single-product__coupon-copy:hover {
  background: linear-gradient(135deg, #6D28D9 0%, #4C1D95 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.pk-single-product__coupon-copy:active {
  transform: translateY(0);
}

.pk-single-product__coupon-copy svg {
  stroke: #FFFFFF;
}

.pk-single-product__coupon-instructions {
  margin: 12px 0 0 0;
  font-size: 0.8125rem;
  color: #666;
}

/* Verified Badge */
.pk-single-product__verified {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
}

.pk-single-product__verified svg {
  fill: #16A34A;
}

.pk-single-product__verified-text {
  font-weight: 600;
  color: #16A34A;
}

.pk-single-product__verified-separator {
  color: #BDBDBD;
}

.pk-single-product__verified-source {
  color: #757575;
}

/* Countdown Timer */
.pk-single-product__countdown {
  padding: 16px 20px;
  background: #FFF8F6;
  border: 1px solid #FFCCBC;
  border-radius: 12px;
}

.pk-single-product__countdown .pk-countdown-flip__label-main {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #E65100;
  margin-bottom: 12px;
}

.pk-single-product__countdown .pk-countdown-flip__units {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pk-single-product__countdown .pk-countdown-flip__unit {
  text-align: center;
}

.pk-single-product__countdown .pk-countdown-flip__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #FF6B35 0%, #E94B3C 100%);
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.pk-single-product__countdown .pk-countdown-flip__label {
  font-size: 0.6875rem;
  color: #757575;
  margin-top: 4px;
}

.pk-single-product__countdown .pk-countdown-flip__separator {
  font-size: 1.25rem;
  font-weight: 700;
  color: #E94B3C;
}

/* Success Rate */
.pk-single-product__success-rate {
  padding: 12px 16px;
  background: #F5F5F5;
  border-radius: 8px;
}

.pk-single-product__success-rate--high {
  background: rgba(22, 163, 74, 0.08);
}

.pk-single-product__success-rate-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #424242;
}

.pk-single-product__success-rate--high .pk-single-product__success-rate-header {
  color: #16A34A;
}

.pk-single-product__success-rate--high .pk-single-product__success-rate-header svg {
  fill: #16A34A;
}

.pk-single-product__success-rate-bar {
  height: 6px;
  background: #E5E5E5;
  border-radius: 3px;
  overflow: hidden;
}

.pk-single-product__success-rate--high .pk-single-product__success-rate-bar {
  background: rgba(22, 163, 74, 0.2);
}

.pk-single-product__success-rate-fill {
  height: 100%;
  background: linear-gradient(90deg, #16A34A 0%, #22C55E 100%);
  border-radius: 3px;
  transition: width 1s ease-out;
}

/* Claim Progress */
.pk-single-product__claim-progress {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pk-single-product__claim-progress-bar {
  height: 8px;
  background: #E5E5E5;
  border-radius: 4px;
  overflow: hidden;
}

.pk-single-product__claim-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #FF6B35 0%, #E94B3C 100%);
  border-radius: 4px;
  transition: width 1s ease-out;
}

.pk-single-product__claim-progress-text {
  font-size: 0.8125rem;
  color: #757575;
}

.pk-single-product__claim-progress-hint {
  color: #E94B3C;
  font-weight: 600;
}

/* Live Counter */
.pk-single-product__live-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: #757575;
}

.pk-single-product__live-dot {
  width: 8px;
  height: 8px;
  background: #16A34A;
  border-radius: 50%;
  animation: pk-pulse-unified 1.5s ease-in-out infinite;
}

/* CTA Button */
.pk-single-product__cta-section {
  margin-top: 8px;
}

.pk-single-product__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 32px;
  background: linear-gradient(135deg, #FF6B35 0%, #E94B3C 100%);
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.pk-single-product__cta:hover {
  background: linear-gradient(135deg, #E65C2E 0%, #D43D2F 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.4);
  color: #FFFFFF;
}

.pk-single-product__cta:active {
  transform: translateY(0);
}

.pk-single-product__cta svg {
  stroke: #FFFFFF;
}

/* Shimmer effect */
.pk-single-product__cta.pk-btn-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  animation: pk-shimmer-unified 2.5s ease-in-out infinite;
}

/* Affiliate Note */
/* Affiliate Disclosure Card - Full Width */
.pk-affiliate-disclosure {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  margin-bottom: 32px;
}

.pk-affiliate-disclosure__header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6B7280;
  white-space: nowrap;
}

.pk-affiliate-disclosure__header svg {
  stroke: #9CA3AF;
  flex-shrink: 0;
}

.pk-affiliate-disclosure__text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #6B7280;
}

@media (max-width: 768px) {
  .pk-affiliate-disclosure {
    flex-direction: column;
    gap: 8px;
  }
}

/* Description Section */
.pk-single-product__details {
  padding: 32px 0;
  border-top: 1px solid #EEEEEE;
}

.pk-single-product__short-description,
.pk-single-product__description {
  margin-bottom: 32px;
}

.pk-single-product__short-description h2,
.pk-single-product__description h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0 0 16px 0;
}

.pk-single-product__short-description p,
.pk-single-product__description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #424242;
}

/* Related Products */
.pk-single-product__related {
  padding: 32px 0;
  border-top: 1px solid #EEEEEE;
}

.pk-single-product__related .related.products > h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0 0 24px 0;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .pk-single-product__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pk-single-product__gallery {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .pk-single-product__title {
    font-size: 1.5rem;
  }

  .pk-single-product__price-current {
    font-size: 1.5rem;
  }

  .pk-single-product__coupon-code {
    font-size: 1.125rem;
    letter-spacing: 1px;
  }

  .pk-single-product__coupon-copy {
    padding: 8px 14px;
    font-size: 0.8125rem;
  }

  .pk-single-product__coupon-copy span {
    display: none;
  }

  .pk-single-product__countdown .pk-countdown-flip__number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .pk-single-product__cta {
    padding: 16px 24px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .pk-single-product-v2 {
    padding: 0 12px;
  }

  .pk-single-product__layout {
    gap: 24px;
  }

  .pk-single-product__badges {
    top: 12px;
    left: 12px;
  }

  .pk-single-product__title {
    font-size: 1.25rem;
  }

  .pk-single-product__price-section {
    padding: 16px;
  }

  .pk-single-product__coupon-section {
    padding: 16px;
  }

  .pk-single-product__coupon-box {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .pk-single-product__coupon-copy {
    width: 100%;
    justify-content: center;
  }

  .pk-single-product__coupon-copy span {
    display: inline;
  }

  .pk-single-product__countdown .pk-countdown-flip__units {
    justify-content: center;
  }

  .pk-single-product__countdown .pk-countdown-flip__number {
    width: 36px;
    height: 36px;
    font-size: 0.9375rem;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .pk-single-product__hot-badge,
  .pk-single-product__live-dot {
    animation: none;
  }

  .pk-single-product__cta.pk-btn-shimmer::after {
    animation: none;
  }

  .pk-single-product__cta:hover {
    transform: none;
  }
}

/* ============================================
   SHORT DESCRIPTION (O PROIZVODU) IN RIGHT COLUMN
   ============================================ */
.pk-single-product__about {
  margin-top: 20px;
  padding: 16px;
  background: #F8F9FA;
  border-radius: 12px;
  border-left: 3px solid #FF6B35;
}

.pk-single-product__about-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px 0;
}

.pk-single-product__about-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #424242;
}

.pk-single-product__about-text p {
  margin: 0;
}

/* ============================================
   PRODUCT TABS SYSTEM
   ============================================ */
.pk-product-tabs {
  margin-top: 32px;
  border-top: 1px solid #EEEEEE;
  padding-top: 32px;
}

/* Tab Navigation */
.pk-product-tabs__nav {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid #EEEEEE;
  margin-bottom: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pk-product-tabs__nav::-webkit-scrollbar {
  display: none;
}

.pk-product-tabs__tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
}

.pk-product-tabs__tab svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.pk-product-tabs__tab:hover {
  color: #1A1A2E;
  background: #F8F9FA;
}

.pk-product-tabs__tab--active {
  color: #FF6B35;
  border-bottom-color: #FF6B35;
  font-weight: 600;
}

.pk-product-tabs__tab--active svg {
  stroke: #FF6B35;
}

.pk-product-tabs__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: #EEEEEE;
  border-radius: 11px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
}

.pk-product-tabs__tab--active .pk-product-tabs__count {
  background: #FF6B35;
  color: #FFFFFF;
}

/* Tab Panels */
.pk-product-tabs__panels {
  padding-top: 24px;
}

.pk-product-tabs__panel {
  display: none;
  animation: fadeInTab 0.3s ease;
}

.pk-product-tabs__panel--active {
  display: block;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tab Description Content */
.pk-tab-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #424242;
}

.pk-tab-description h2,
.pk-tab-description h3 {
  font-weight: 600;
  color: #1A1A2E;
  margin: 24px 0 12px 0;
}

.pk-tab-description h2:first-child,
.pk-tab-description h3:first-child {
  margin-top: 0;
}

.pk-tab-description p {
  margin: 0 0 16px 0;
}

.pk-tab-description ul,
.pk-tab-description ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.pk-tab-description li {
  margin-bottom: 8px;
}

.pk-tab-empty {
  padding: 40px 20px;
  text-align: center;
  background: #F8F9FA;
  border-radius: 12px;
  color: #666;
}

/* ============================================
   COUPON SURVEY
   ============================================ */
.pk-coupon-survey {
  background: linear-gradient(135deg, #FFF8F5 0%, #FFF5F0 100%);
  border: 1px solid #FFE0D4;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

.pk-coupon-survey__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.pk-coupon-survey__header svg {
  color: #FF6B35;
  flex-shrink: 0;
}

.pk-coupon-survey__header h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A2E;
  margin: 0;
}

.pk-coupon-survey__options {
  display: flex;
  gap: 12px;
}

.pk-coupon-survey__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pk-coupon-survey__btn--yes {
  background: #E8F5E9;
  color: #2E7D32;
  border-color: #C8E6C9;
}

.pk-coupon-survey__btn--yes:hover {
  background: #C8E6C9;
  border-color: #A5D6A7;
}

.pk-coupon-survey__btn--yes svg {
  color: #2E7D32;
}

.pk-coupon-survey__btn--no {
  background: #FFEBEE;
  color: #C62828;
  border-color: #FFCDD2;
}

.pk-coupon-survey__btn--no:hover {
  background: #FFCDD2;
  border-color: #EF9A9A;
}

.pk-coupon-survey__btn--no svg {
  color: #C62828;
}

.pk-coupon-survey__thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background: #E8F5E9;
  border-radius: 8px;
  color: #2E7D32;
  font-weight: 500;
}

.pk-coupon-survey__thanks svg {
  color: #2E7D32;
}

/* ============================================
   REVIEWS SUMMARY
   ============================================ */
.pk-reviews-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #F8F9FA;
  border-radius: 12px;
  margin-bottom: 24px;
}

.pk-reviews-summary__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pk-reviews-summary__stars {
  display: flex;
  gap: 2px;
}

.pk-reviews-summary__stars svg {
  transition: fill 0.2s ease;
}

.pk-reviews-summary__stars svg.filled {
  fill: #FFB400;
}

.pk-reviews-summary__avg {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A2E;
}

.pk-reviews-summary__count {
  font-size: 0.9375rem;
  color: #666;
}

/* ============================================
   REVIEW FORM
   ============================================ */
.pk-review-form-wrapper {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}

.pk-review-form__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1A1A2E;
  margin: 0 0 20px 0;
}

/* Honeypot field - hidden from users */
.pk-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

/* Star Rating Input */
.pk-review-form__rating {
  margin-bottom: 20px;
}

.pk-review-form__rating > label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
}

.pk-star-rating {
  display: flex;
  gap: 4px;
}

.pk-star-rating__star {
  padding: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #DDD;
  transition: all 0.15s ease;
}

.pk-star-rating__star:hover,
.pk-star-rating__star.hovered {
  color: #FFB400;
  transform: scale(1.1);
}

.pk-star-rating__star.selected {
  color: #FFB400;
}

/* Form Fields */
.pk-review-form__field {
  margin-bottom: 16px;
}

.pk-review-form__field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  margin-bottom: 6px;
}

.pk-review-form__field input,
.pk-review-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #DDD;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-family: inherit;
  transition: all 0.2s ease;
}

.pk-review-form__field input:focus,
.pk-review-form__field textarea:focus {
  outline: none;
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.pk-review-form__field input::placeholder,
.pk-review-form__field textarea::placeholder {
  color: #AAA;
}

.pk-review-form__field textarea {
  resize: vertical;
  min-height: 100px;
}

.pk-review-form__char-count {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  color: #999;
  margin-top: 4px;
}

/* Submit Button */
.pk-review-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #FF6B35;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pk-review-form__submit:hover {
  background: #E55A2B;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.pk-review-form__submit:disabled {
  background: #CCC;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.pk-review-form__notice {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 0.8125rem;
  color: #888;
}

.pk-review-form__notice svg {
  flex-shrink: 0;
}

/* ============================================
   REVIEWS LIST
   ============================================ */
.pk-reviews-list {
  border-top: 1px solid #EEEEEE;
  padding-top: 24px;
}

.pk-reviews-list__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  color: #666;
}

.pk-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #EEEEEE;
  border-top-color: #FF6B35;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.pk-reviews-list__empty {
  padding: 40px 20px;
  text-align: center;
  color: #666;
}

.pk-reviews-list__empty svg {
  width: 48px;
  height: 48px;
  color: #DDD;
  margin-bottom: 12px;
}

/* Single Review */
.pk-review-item {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}

.pk-review-item:last-child {
  border-bottom: none;
}

.pk-review-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.pk-review-item__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pk-review-item__avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1rem;
}

.pk-review-item__name {
  font-weight: 600;
  color: #1A1A2E;
}

.pk-review-item__date {
  font-size: 0.8125rem;
  color: #999;
}

.pk-review-item__stars {
  display: flex;
  gap: 2px;
}

.pk-review-item__stars svg {
  width: 16px;
  height: 16px;
  fill: #DDD;
}

.pk-review-item__stars svg.filled {
  fill: #FFB400;
}

.pk-review-item__content {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #424242;
}

.pk-review-item__content p {
  margin: 0;
}

/* ============================================
   FAQ IN PRODUCT TAB
   ============================================ */
.pk-faq-list--product {
  margin-bottom: 24px;
}

.pk-faq-contact--compact {
  background: #F8F9FA;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.pk-faq-contact--compact .pk-faq-contact-title {
  font-size: 1rem;
  margin-bottom: 8px;
}

.pk-faq-contact--compact .pk-faq-contact-text {
  font-size: 0.875rem;
  margin-bottom: 12px;
}

/* ============================================
   MOBILE RESPONSIVE - TABS
   ============================================ */
@media (max-width: 768px) {
  .pk-product-tabs__tab {
    padding: 12px 16px;
    font-size: 0.875rem;
  }

  .pk-product-tabs__tab svg {
    width: 16px;
    height: 16px;
  }

  .pk-coupon-survey__options {
    flex-direction: column;
  }

  .pk-reviews-summary {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .pk-review-form-wrapper {
    padding: 16px;
  }

  .pk-review-item__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .pk-product-tabs__nav {
    gap: 0;
  }

  .pk-product-tabs__tab {
    padding: 10px 12px;
    flex: 1;
    justify-content: center;
  }

  .pk-product-tabs__tab span:not(.pk-product-tabs__count) {
    display: none;
  }

  .pk-product-tabs__tab svg {
    margin: 0;
  }

  .pk-star-rating__star svg {
    width: 24px;
    height: 24px;
  }
}

/* ============================================
   LIGHTBOX GALLERY
   ============================================ */
.pk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.pk-lightbox.pk-lightbox--open {
  opacity: 1;
  visibility: visible;
}

.pk-lightbox__container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pk-lightbox__image {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.pk-lightbox--open .pk-lightbox__image {
  opacity: 1;
  transform: scale(1);
}

/* Close Button */
.pk-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.pk-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.pk-lightbox__close svg {
  width: 24px;
  height: 24px;
  stroke: #FFFFFF;
}

/* Navigation Arrows */
.pk-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.pk-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
}

.pk-lightbox__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.pk-lightbox__nav:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%) scale(1);
}

.pk-lightbox__nav svg {
  width: 28px;
  height: 28px;
  stroke: #FFFFFF;
}

.pk-lightbox__prev {
  left: 20px;
}

.pk-lightbox__next {
  right: 20px;
}

/* Counter */
.pk-lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Thumbnails Strip */
.pk-lightbox__thumbs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  max-width: 80vw;
  overflow-x: auto;
}

.pk-lightbox__thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s ease;
  flex-shrink: 0;
  border: 2px solid transparent;
}

.pk-lightbox__thumb:hover {
  opacity: 0.8;
}

.pk-lightbox__thumb--active {
  opacity: 1;
  border-color: #FF6B35;
}

.pk-lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pk-lightbox__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .pk-lightbox__nav {
    width: 44px;
    height: 44px;
  }

  .pk-lightbox__prev {
    left: 8px;
  }

  .pk-lightbox__next {
    right: 8px;
  }

  .pk-lightbox__nav svg {
    width: 24px;
    height: 24px;
  }

  .pk-lightbox__thumbs {
    bottom: 12px;
    padding: 6px;
    gap: 6px;
  }

  .pk-lightbox__thumb {
    width: 48px;
    height: 48px;
  }
}

/* Keyboard focus styles */
.pk-lightbox__close:focus-visible,
.pk-lightbox__nav:focus-visible,
.pk-lightbox__thumb:focus-visible {
  outline: 2px solid #FF6B35;
  outline-offset: 2px;
}

/* Prevent body scroll when lightbox is open */
body.pk-lightbox-open {
  overflow: hidden;
}

/* ============================================
   ACTIVE FILTER BAR
   Prominent bar showing current filter state
   ============================================ */
.pk-active-filter-bar {
  background: linear-gradient(135deg, #FFF8F5 0%, #FFF5F0 100%);
  border: 1px solid #FFE0D0;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}

.pk-active-filter-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
}

.pk-active-filter-bar__info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pk-active-filter-bar__icon-filter {
  color: #FF6B35;
  flex-shrink: 0;
}

.pk-active-filter-bar__label {
  font-size: 0.875rem;
  color: #757575;
  font-weight: 500;
}

.pk-active-filter-bar__value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #FFFFFF;
  border: 2px solid #FF6B35;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1A1A2E;
}

.pk-active-filter-bar__value img {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}

.pk-active-filter-bar__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  padding: 0;
  background: #F5F5F5;
  border: none;
  border-radius: 50%;
  color: #757575;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pk-active-filter-bar__remove:hover {
  background: #FF6B35;
  color: #FFFFFF;
}

.pk-active-filter-bar__remove svg {
  width: 14px;
  height: 14px;
}

.pk-active-filter-bar__show-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: #FF6B35;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pk-active-filter-bar__show-all:hover {
  background: #E65C2E;
  color: #FFFFFF;
  transform: translateX(2px);
}

.pk-active-filter-bar__show-all svg {
  transition: transform 0.2s ease;
}

.pk-active-filter-bar__show-all:hover svg {
  transform: translateX(3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pk-active-filter-bar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 16px;
  }

  .pk-active-filter-bar__info {
    justify-content: center;
  }

  .pk-active-filter-bar__show-all {
    justify-content: center;
    padding: 12px 16px;
  }
}

@media (max-width: 480px) {
  .pk-active-filter-bar__label {
    display: none;
  }

  .pk-active-filter-bar__value {
    font-size: 0.875rem;
    padding: 6px 10px;
  }
}

/* =============================================
   SINGLE PRODUCT - TRUST CARDS (Below Gallery)
   ============================================= */

.pk-single-product__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Trust Cards Container */
.pk-trust-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Individual Trust Card */
.pk-trust-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.pk-trust-card:hover {
  border-color: #D1D5DB;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pk-trust-card svg {
  flex-shrink: 0;
  color: #6B7280;
}

.pk-trust-card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.pk-trust-card__label {
  font-size: 0.75rem;
  color: #6B7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.pk-trust-card__value {
  font-size: 0.9375rem;
  color: #111827;
  font-weight: 600;
}

/* Verified Card */
.pk-trust-card--verified svg {
  color: #10B981;
}

.pk-trust-card--verified .pk-trust-card__value {
  color: #10B981;
}

/* Success Rate Card */
.pk-trust-card--success svg {
  color: #3B82F6;
}

.pk-trust-card--success.pk-trust-card--high svg {
  color: #10B981;
}

.pk-trust-card--success.pk-trust-card--high .pk-trust-card__value {
  color: #10B981;
}

/* Claims Card */
.pk-trust-card--claims svg {
  color: #8B5CF6;
}

/* Live Viewers Card */
.pk-trust-card--live {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFFFFF 100%);
  border-color: #FECACA;
}

.pk-trust-card__live-dot {
  width: 10px;
  height: 10px;
  background: #EF4444;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pk-pulse-dot 1.5s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
}

@keyframes pk-pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }
}

.pk-trust-card--live .pk-trust-card__value {
  color: #DC2626;
}

/* Updated Layout for single product */
.pk-single-product__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* Responsive Trust Cards */
@media (max-width: 1024px) {
  .pk-single-product__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .pk-trust-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .pk-trust-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .pk-trust-card {
    padding: 12px;
    gap: 10px;
  }
  
  .pk-trust-card svg {
    width: 18px;
    height: 18px;
  }
  
  .pk-trust-card__label {
    font-size: 0.6875rem;
  }
  
  .pk-trust-card__value {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .pk-trust-cards {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  
  .pk-trust-card {
    padding: 10px;
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
  
  .pk-trust-card__content {
    align-items: center;
  }
}

/* Views Card */
.pk-trust-card--views svg {
  color: #6366F1;
}

.pk-trust-card--views.pk-trust-card--popular {
  background: linear-gradient(135deg, #EEF2FF 0%, #FFFFFF 100%);
  border-color: #C7D2FE;
}

.pk-trust-card--views.pk-trust-card--popular .pk-trust-card__value {
  color: #4F46E5;
}

/* Expiry Card */
.pk-trust-card--expiry svg {
  color: #F59E0B;
}

.pk-trust-card--expiry .pk-trust-card__value {
  color: #D97706;
}

/* Platform Card (fallback when no expiry) */
.pk-trust-card--platform img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Live viewer count update animation */
.pk-live-viewers-count {
  transition: transform 0.3s ease, color 0.3s ease;
}

.pk-count-updated {
  transform: scale(1.1);
  color: #DC2626 !important;
}

/* ============================================
   COUPON PROTECTION SYSTEM
   Added: 2026-01-23
   Protects coupon codes from scrapers/SEO indexing
   ============================================ */

/* --- Protected Coupon Container --- */
.pk-coupon-protected {
  background: linear-gradient(135deg, #FFF8E1 0%, #FFFDE7 100%);
  border: 2px solid #FFB300;
  border-radius: 16px;
  padding: 24px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.pk-coupon-protected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF9800, #FFB300, #FFC107);
}

/* --- Hidden State (before reveal) --- */
.pk-coupon-hidden-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.pk-coupon-protected__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.pk-coupon-protected__icon {
  width: 28px;
  height: 28px;
  color: #FF9800;
}

.pk-coupon-protected__title {
  font-size: 18px;
  font-weight: 700;
  color: #E65100;
  margin: 0;
}

.pk-coupon-protected__code-hidden {
  background: rgba(255, 152, 0, 0.15);
  border: 2px dashed #FFB300;
  border-radius: 12px;
  padding: 16px 32px;
  min-width: 220px;
}

.pk-coupon-dots {
  font-size: 18px;
  letter-spacing: 4px;
  color: #FF9800;
  font-weight: bold;
  user-select: none;
}

/* Reveal Button - with shimmer animation */
.pk-coupon-reveal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 280px;
}

.pk-coupon-reveal-btn:hover {
  background: linear-gradient(135deg, #F57C00 0%, #E65100 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 152, 0, 0.4);
}

.pk-coupon-reveal-btn:active {
  transform: translateY(0);
}

.pk-coupon-reveal-btn svg {
  width: 20px;
  height: 20px;
}

/* Shimmer animation for button */
.pk-btn-shimmer::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.3) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(30deg);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%) rotate(30deg); }
  100% { transform: translateX(100%) rotate(30deg); }
}

/* Loading state for reveal button */
.pk-coupon-reveal-btn.pk-loading {
  pointer-events: none;
  opacity: 0.7;
}

.pk-coupon-reveal-btn.pk-loading span {
  opacity: 0;
}

.pk-coupon-reveal-btn.pk-loading::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* --- Revealed State (after reveal) --- */
.pk-coupon-revealed-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.pk-coupon-protected__code-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border: 2px solid #4CAF50;
  border-radius: 12px;
  padding: 14px 20px;
  min-width: 240px;
  position: relative;
}

.pk-coupon-protected__code-box::before {
  content: '✓';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #4CAF50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.pk-coupon-code-display {
  font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1B5E20;
  flex: 1;
  text-align: center;
}

.pk-coupon-copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8F5E9;
  border: 1px solid #A5D6A7;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #2E7D32;
}

.pk-coupon-copy-btn:hover {
  background: #C8E6C9;
  border-color: #81C784;
}

.pk-coupon-copy-btn svg {
  width: 16px;
  height: 16px;
}

/* Success state after copy */
.pk-coupon-copy-btn.pk-copied {
  background: #4CAF50;
  border-color: #4CAF50;
  color: white;
}

/* Go to store button */
.pk-coupon-goto-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 280px;
  position: relative;
  overflow: hidden;
}

.pk-coupon-goto-store:hover {
  background: linear-gradient(135deg, #388E3C 0%, #2E7D32 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.4);
  color: white;
  text-decoration: none;
}

.pk-coupon-goto-store svg {
  width: 20px;
  height: 20px;
}

/* --- Mobile Modal for Coupon Reveal --- */
.pk-coupon-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.pk-coupon-modal.pk-active {
  opacity: 1;
  visibility: visible;
}

.pk-coupon-modal__content {
  background: white;
  border-radius: 20px;
  padding: 32px 24px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.pk-coupon-modal.pk-active .pk-coupon-modal__content {
  transform: translateY(0);
}

.pk-coupon-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.pk-coupon-modal__close:hover {
  background: #e0e0e0;
}

.pk-coupon-modal__close svg {
  width: 16px;
  height: 16px;
  color: #666;
}

.pk-coupon-modal__icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.pk-coupon-modal__icon svg {
  width: 32px;
  height: 32px;
  color: #FF9800;
}

.pk-coupon-modal__title {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 8px;
}

.pk-coupon-modal__subtitle {
  font-size: 14px;
  color: #666;
  margin: 0 0 24px;
}

.pk-coupon-modal__code-box {
  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
  border: 2px dashed #4CAF50;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.pk-coupon-modal__code {
  font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1B5E20;
  word-break: break-all;
}

.pk-coupon-modal__copy-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  color: #4CAF50;
  margin-top: 12px;
}

.pk-coupon-modal__copy-status svg {
  width: 16px;
  height: 16px;
}

.pk-coupon-modal__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pk-coupon-modal__goto-store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pk-coupon-modal__goto-store:hover {
  background: linear-gradient(135deg, #388E3C 0%, #2E7D32 100%);
  color: white;
  text-decoration: none;
}

.pk-coupon-modal__goto-store svg {
  width: 20px;
  height: 20px;
}

.pk-coupon-modal__stay {
  background: transparent;
  border: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
  transition: color 0.2s ease;
}

.pk-coupon-modal__stay:hover {
  color: #333;
}

/* --- Product Card Coupon Badge --- */
.pk-product-card__coupon-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);
  border: 1px solid #FFB300;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #E65100;
  margin: 8px 0;
}

.pk-product-card__coupon-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* --- Responsive Coupon Styles --- */
@media (max-width: 768px) {
  .pk-coupon-protected {
    padding: 20px 16px;
    margin: 16px 0;
  }

  .pk-coupon-protected__title {
    font-size: 16px;
  }

  .pk-coupon-protected__code-hidden {
    padding: 14px 24px;
    min-width: 180px;
  }

  .pk-coupon-dots {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .pk-coupon-reveal-btn,
  .pk-coupon-goto-store {
    min-width: 100%;
    padding: 14px 24px;
    font-size: 15px;
  }

  .pk-coupon-code-display {
    font-size: 18px;
  }

  .pk-coupon-protected__code-box {
    padding: 12px 16px;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .pk-coupon-protected {
    padding: 16px 12px;
    border-radius: 12px;
  }

  .pk-coupon-protected__title {
    font-size: 15px;
  }

  .pk-coupon-reveal-btn,
  .pk-coupon-goto-store {
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 10px;
  }

  .pk-coupon-modal__content {
    padding: 24px 16px;
  }

  .pk-coupon-modal__code {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .pk-product-card__coupon-badge {
    padding: 8px 12px;
    font-size: 12px;
    gap: 6px;
  }

  .pk-product-card__coupon-badge svg {
    width: 14px;
    height: 14px;
  }
}

/* --- Animation for successful copy --- */
@keyframes copiedPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.pk-coupon-protected__code-box.pk-copied-animation {
  animation: copiedPulse 0.3s ease;
}

/* --- No coupon fallback (just CTA button) --- */
.pk-single-product__cta-only {
  margin: 20px 0;
}

.pk-single-product__cta-only .pk-coupon-goto-store {
  width: 100%;
}

/* ============================================
   VARIATION SELECTOR (Variable Products)
   ============================================ */
.pk-variation-selector {
  margin-bottom: 20px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.pk-variation-selector__label {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #374151;
  margin-bottom: 10px;
}

.pk-variation-selector__dropdown-wrap {
  position: relative;
}

.pk-variation-selector__dropdown {
  width: 100%;
  padding: 14px 44px 14px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pk-variation-selector__dropdown:hover {
  border-color: #FF6B35;
}

.pk-variation-selector__dropdown:focus {
  outline: none;
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}

.pk-variation-selector__arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #9ca3af;
}

.pk-variation-selector__hint {
  margin-top: 10px;
  font-size: 0.8125rem;
  color: #6b7280;
}

/* Variable product price display */
.pk-variable-price-display {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  padding: 12px 16px;
  background: #f0fdf4;
  border-radius: 8px;
  border: 1px solid #bbf7d0;
}

.pk-variable-price__label {
  font-size: 0.875rem;
  color: #166534;
}

.pk-variable-price__value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #15803d;
}

/* Variable coupon section adjustments */
.pk-coupon-variable {
  margin-top: 0;
}

.pk-coupon-variable .pk-coupon-revealed-state {
  padding: 0;
}

.pk-coupon-variable .pk-coupon-protected__header {
  margin-bottom: 12px;
}

.pk-coupon-variable .pk-coupon-protected__code-box {
  margin-bottom: 0;
}

.pk-coupon-variable .pk-coupon-goto-store {
  margin-top: 16px;
}
