@import url('kitchenworktops_75_cache.css');

:root {
  --xk-sale-red: #dc2626;
  --xk-sale-red-dark: #b91c1c;
  --xk-sale-gold: #f59e0b;
  --xk-sale-yellow: #facc15;
}

/* Sale Ticker Bar */
.kw-sale-ticker {
  background: #dc2626;
  color: #ffffff;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid #fef08a;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.kw-sale-ticker span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Sale Hero */
.kw-sale-hero {
  background: linear-gradient(135deg, #0f172a 0%, #450a0a 45%, #18181b 100%);
  border-bottom: 4px solid #dc2626;
  position: relative;
}

.kw-sale-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
  margin-bottom: 18px;
  border: 1px solid #f87171;
  animation: pulseSale 2s infinite;
}

@keyframes pulseSale {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.kw-sale-h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 5.5vw, 60px);
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 18px;
}
.kw-sale-h1 span {
  color: #f87171;
  text-shadow: 0 2px 10px rgba(248, 113, 113, 0.3);
}

/* Price Slash Deals Grid */
.kw-deals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.kw-deal-card {
  background: #ffffff;
  border: 2px solid #fee2e2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.kw-deal-card:hover {
  transform: translateY(-5px);
  border-color: #dc2626;
  box-shadow: 0 16px 36px rgba(220, 38, 38, 0.15);
}
.kw-deal-ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 2;
}
.kw-deal-thumb {
  height: 180px;
  background: #000;
  overflow: hidden;
  position: relative;
}
.kw-deal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.kw-deal-card:hover .kw-deal-thumb img {
  transform: scale(1.06);
}
.kw-deal-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.kw-deal-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  color: #0f172a;
  margin: 0 0 6px;
}
.kw-deal-spec {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
}
.kw-price-slash-box {
  background: #fef2f2;
  border: 1px dashed #f87171;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.kw-old-price {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: line-through;
}
.kw-sale-price {
  font-size: 26px;
  font-weight: 800;
  color: #dc2626;
}
.kw-sale-price small {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

/* Free Giveaways Row */
.kw-giveaway-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.kw-giveaway-box {
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-left: 4px solid #f97316;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.08);
}
.kw-giveaway-val {
  display: inline-block;
  background: #ffedd5;
  color: #c2410c;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.kw-giveaway-box h4 {
  font-size: 16px;
  color: #0f172a;
  margin: 0 0 6px;
}
.kw-giveaway-box p {
  font-size: 13px;
  color: #4b5563;
  margin: 0;
  line-height: 1.5;
}

/* Price Beat Callout */
.kw-beat-banner {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border: 2px solid #334155;
  border-radius: 12px;
  padding: 36px;
  color: #ffffff;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.kw-beat-banner::after {
  content: "SALE";
  position: absolute;
  right: -20px;
  bottom: -30px;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
}
