﻿/* World Cup Watch Theme - Final Consistent Stylesheet */

:root {
  --wc-navy: #0a1630;
  --wc-navy-2: #0d1c3b;
  --wc-card: #132447;
  --wc-gold: #d7b26d;
  --wc-gold-dark: #b78f47;
  --wc-green: #1d7a4b;
  --wc-text: #f3f5f8;
  --wc-muted: #b8c0cf;
  --wc-soft: #d6ddef;
  --wc-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

/* Base */
#wc-home,
#wc-product-page,
#wc-footer,
#wc-header-wrap {
  color: var(--wc-text);
}

.centerColumn {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* =========================
   Header
========================= */
.wc-topbar {
  background: #071126;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe2f0;
  font-size: 13px;
}

.wc-topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.wc-topbar-right a {
  color: #dbe2f0;
  text-decoration: none;
  margin-left: 12px;
}

.wc-topbar-right a:hover {
  color: var(--wc-gold);
}

.wc-main-header {
  background: var(--wc-navy);
}

.wc-main-header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  align-items: center;
  gap: 14px;
}

.wc-logo a,
.wc-logo h1 a {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
}

.wc-logo-main {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.wc-logo-sub {
  color: var(--wc-gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 2px;
}

.wc-header-search form {
  display: flex;
  width: 100%;
}

.wc-header-search input[type="text"] {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(215, 178, 109, 0.35);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 0 12px;
  background: #102247;
  color: #fff;
}

.wc-header-search input[type="text"]::placeholder {
  color: var(--wc-muted);
}

.wc-header-search button {
  height: 44px;
  border: 1px solid var(--wc-gold);
  border-radius: 0 8px 8px 0;
  padding: 0 16px;
  background: linear-gradient(180deg, #e7c786, var(--wc-gold));
  color: #1d1d1d;
  font-weight: 700;
  cursor: pointer;
}

.wc-header-cta {
  display: flex;
  gap: 8px;
}

.wc-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.wc-mini-btn:hover {
  border-color: var(--wc-gold);
  color: var(--wc-gold);
}

.wc-mini-btn-gold {
  border-color: var(--wc-gold);
  color: #1e1e1e;
  background: linear-gradient(180deg, #e7c786, var(--wc-gold));
}

.wc-nav {
  background: var(--wc-navy-2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wc-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
}

.wc-nav-list li a {
  color: #e6ebf7;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.wc-nav-list li a:hover {
  color: var(--wc-gold);
}

.wc-urgency {
  background: linear-gradient(90deg, #1d7a4b, #154f3a);
  color: #e9fff2;
  font-size: 13px;
}

.wc-urgency-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.wc-urgency-inner span {
  position: relative;
}

.wc-urgency-inner span + span::before {
  content: "•";
  margin-right: 10px;
  opacity: 0.8;
}

/* =========================
   Homepage
========================= */
#wc-home {
  background: linear-gradient(180deg, var(--wc-navy), #071126 45%, #0b1733 100%);
}

.wc-promo-bar {
  background: var(--wc-gold);
  color: #1d1d1d;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}

.wc-hero {
  padding: 72px 0 64px;
  background:
    radial-gradient(circle at top right, rgba(215, 178, 109, 0.25), transparent 35%),
    radial-gradient(circle at bottom left, rgba(29, 122, 75, 0.2), transparent 35%);
}

.wc-hero-inner {
  text-align: center;
}

.wc-kicker {
  color: var(--wc-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.wc-hero h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.wc-subtitle {
  color: var(--wc-muted);
  font-size: 18px;
  margin: 0 auto 24px;
  max-width: 760px;
}

.wc-countdown {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(215, 178, 109, 0.45);
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 26px;
}

.wc-hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.wc-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}

.wc-btn-primary {
  background: linear-gradient(180deg, #e7c786, var(--wc-gold));
  color: #1e1e1e;
  box-shadow: var(--wc-shadow);
}

.wc-btn-primary:hover {
  transform: translateY(-1px) scale(1.02);
  background: linear-gradient(180deg, #efd39a, var(--wc-gold-dark));
}

.wc-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.wc-btn-ghost:hover {
  border-color: var(--wc-gold);
  color: var(--wc-gold);
}

.wc-trust {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.wc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
  padding: 14px 16px;
  font-weight: 600;
  color: #d7dceb;
}

.wc-cats {
  padding: 48px 16px 24px;
}

.wc-cats h2,
.wc-products h2,
.wc-reviews h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.wc-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wc-cat-card {
  background: linear-gradient(165deg, var(--wc-card), var(--wc-navy-2));
  border: 1px solid rgba(215, 178, 109, 0.3);
  border-radius: 12px;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  box-shadow: var(--wc-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.wc-cat-card:hover {
  transform: translateY(-2px);
  border-color: var(--wc-gold);
}

.wc-products {
  padding: 28px 16px 34px;
}

.wc-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.wc-section-head a {
  color: var(--wc-gold);
  text-decoration: none;
  font-weight: 700;
}

.wc-story {
  margin-top: 10px;
  padding: 44px 0;
  background:
    linear-gradient(135deg, rgba(29, 122, 75, 0.22), rgba(10, 22, 48, 0.8)),
    var(--wc-navy-2);
}

.wc-story h3 {
  margin: 0 0 10px;
  font-size: 30px;
}

.wc-story p {
  margin: 0 0 12px;
  color: var(--wc-soft);
  max-width: 900px;
}

.wc-story ul {
  margin: 0;
  padding-left: 18px;
  color: #e5eaf5;
}

.wc-reviews {
  padding: 42px 16px 56px;
}

.wc-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wc-review-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(215, 178, 109, 0.25);
  border-radius: 12px;
  padding: 16px;
}

.wc-review-card p {
  margin: 0 0 12px;
  color: #d5dded;
}

.wc-review-card strong {
  color: var(--wc-gold);
}

/* =========================
   New Products Listing
========================= */
.wc-new-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wc-new-card {
  background: linear-gradient(165deg, #132447, #0d1c3b);
  border: 1px solid rgba(215, 178, 109, 0.22);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--wc-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.wc-new-card:hover {
  transform: translateY(-2px);
  border-color: var(--wc-gold);
}

.wc-new-img-wrap {
  position: relative;
  display: block;
  background: #0f1f41;
}

.wc-new-img {
  width: 100%;
  height: auto;
  display: block;
}

.wc-save-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(180deg, #ffcf7a, var(--wc-gold));
  color: #1d1d1d;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.wc-new-body {
  padding: 12px;
}

.wc-new-title {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
  min-height: 44px;
}

.wc-new-title a {
  color: #e6edf9;
  text-decoration: none;
}

.wc-new-title a:hover {
  color: #ffd98f;
}

.wc-new-price {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 800;
  color: #ffd98f;
}

.wc-new-price .normalprice {
  color: #95a4bf !important;
  text-decoration: line-through;
  margin-right: 6px;
}

.wc-new-price .productSpecialPrice,
.wc-new-price .saleSpecialPrice {
  color: #ffd98f !important;
}

.wc-new-meta {
  color: #d2dbef;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.wc-hot-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff6b6b;
  box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.2);
}

.wc-divider {
  opacity: 0.5;
}

.wc-new-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wc-new-btn {
  height: 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.wc-new-btn-primary {
  border: 1px solid var(--wc-gold);
  background: linear-gradient(180deg, #e7c786, var(--wc-gold));
  color: #1d1d1d;
  cursor: pointer;
}

.wc-new-btn-primary:hover {
  filter: brightness(1.04);
}

.wc-new-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: transparent;
}

.wc-new-btn-ghost:hover {
  border-color: var(--wc-gold);
  color: var(--wc-gold);
}

/* =========================
   Product Page
========================= */
#wc-product-page {
  padding: 28px 16px 46px;
  background: linear-gradient(180deg, var(--wc-navy), #071126 45%, #0b1733 100%);
}

.wc-product-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.wc-product-gallery {
  background: linear-gradient(165deg, #132447, #0d1c3b);
  border: 1px solid rgba(215, 178, 109, 0.25);
  border-radius: 14px;
  padding: 18px;
}

.wc-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.wc-product-detail {
  background: linear-gradient(165deg, #132447, #0d1c3b);
  border: 1px solid rgba(215, 178, 109, 0.25);
  border-radius: 14px;
  padding: 20px;
}

.wc-product-kicker {
  margin: 0 0 8px;
  color: var(--wc-gold);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.wc-product-title {
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.2;
}

.wc-review-line {
  color: #d7dfef;
  font-size: 14px;
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.wc-price-wrap {
  margin-bottom: 12px;
}

.wc-price {
  font-size: 30px;
  font-weight: 800;
  color: #ffd98f;
}

.wc-price .normalprice {
  color: #95a4bf !important;
  text-decoration: line-through;
  margin-right: 8px;
}

.wc-price .productSpecialPrice,
.wc-price .saleSpecialPrice {
  color: #ffd98f !important;
}

.wc-price-note {
  color: #aebad1;
  font-size: 13px;
}

.wc-urgency-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.wc-pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(215, 178, 109, 0.3);
  color: #e5ebf7;
  font-size: 12px;
  font-weight: 700;
}

.wc-pill-hot {
  background: rgba(255, 80, 80, 0.14);
  border-color: rgba(255, 80, 80, 0.5);
  color: #ffd0d0;
}

.wc-countdown-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(215, 178, 109, 0.35);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  color: #e8edf8;
  font-weight: 700;
}

.wc-countdown-box strong {
  color: #ffd98f;
}

.wc-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.wc-benefits div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d3dbee;
  border-radius: 8px;
  padding: 8px;
  font-size: 13px;
}

.wc-qty-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.wc-qty-wrap label {
  color: #e5ebf7;
  font-weight: 700;
}

.wc-qty-wrap input {
  width: 72px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(215, 178, 109, 0.4);
  background: #102247;
  color: #fff;
  padding: 0 8px;
}

.wc-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.wc-buy-btn,
.wc-buy-now-btn {
  height: 44px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wc-buy-btn {
  border: 1px solid var(--wc-gold);
  background: linear-gradient(180deg, #e7c786, var(--wc-gold));
  color: #1d1d1d;
  cursor: pointer;
}

.wc-buy-now-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: transparent;
}

.wc-buy-now-btn:hover {
  border-color: var(--wc-gold);
  color: var(--wc-gold);
}

.wc-safe-note {
  color: #aebad1;
  font-size: 13px;
  margin: 0;
}

.wc-product-section {
  margin-top: 18px;
  background: linear-gradient(165deg, #132447, #0d1c3b);
  border: 1px solid rgba(215, 178, 109, 0.22);
  border-radius: 12px;
  padding: 16px;
}

.wc-product-section h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.wc-desc {
  color: #d4ddee;
  line-height: 1.7;
}

.wc-love-list {
  margin: 0;
  padding-left: 18px;
  color: #dce4f4;
  line-height: 1.8;
}

/* =========================
   Footer
========================= */
#wc-footer {
  background: #071126;
  color: #dce3f2;
}

.wc-newsletter {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(29, 122, 75, 0.2), rgba(10, 22, 48, 0.9));
}

.wc-newsletter-inner {
  min-height: 120px;
  padding: 20px 16px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  align-items: center;
}

.wc-newsletter h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
}

.wc-newsletter p {
  margin: 0;
  color: #c8d2e6;
}

.wc-newsletter-form-wrap form {
  display: flex;
  width: 100%;
}

.wc-newsletter-form-wrap input[type="email"] {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(215, 178, 109, 0.35);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 0 12px;
  background: #102247;
  color: #fff;
}

.wc-newsletter-form-wrap button {
  height: 44px;
  border: 1px solid var(--wc-gold);
  border-radius: 0 8px 8px 0;
  padding: 0 16px;
  background: linear-gradient(180deg, #e7c786, var(--wc-gold));
  color: #1d1d1d;
  font-weight: 700;
  cursor: pointer;
}

.wc-footer-main {
  padding: 36px 0 24px;
}

.wc-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.wc-footer-col h4 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 16px;
}

.wc-footer-col ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.wc-footer-col ul li {
  color: #c2cbe0;
  margin-bottom: 8px;
  font-size: 14px;
}

.wc-footer-col a {
  color: #c2cbe0;
  text-decoration: none;
}

.wc-footer-col a:hover {
  color: var(--wc-gold);
}

.wc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 0;
  font-size: 13px;
  color: #aeb8cc;
}

.wc-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.wc-payment-badges {
  display: flex;
  gap: 8px;
}

.wc-payment-badges span {
  border: 1px solid rgba(215, 178, 109, 0.35);
  color: #e9edf7;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
}

/* =========================
   Compatibility with Zen Cart default modules
========================= */
.centerBoxContentsProducts,
.product-col,
.listingBoxContent .centerBoxContents,
.productListing-data {
  background: linear-gradient(165deg, #132447, #0d1c3b);
  border: 1px solid rgba(215, 178, 109, 0.22);
  border-radius: 12px;
  box-shadow: var(--wc-shadow);
  padding: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.centerBoxContentsProducts:hover,
.product-col:hover,
.listingBoxContent .centerBoxContents:hover,
.productListing-data:hover {
  transform: translateY(-2px);
  border-color: var(--wc-gold);
}

.normalprice {
  color: #9eabc4 !important;
  text-decoration: line-through;
  margin-right: 6px;
}

.productSpecialPrice,
.saleSpecialPrice {
  color: #ffd98f !important;
  font-weight: 800;
}

.buttonRow a,
.listingAddToCart a,
.btn-buy,
a.button_addtocart,
input[type="submit"].cssButtonSubmit {
  border-radius: 8px !important;
  border: 1px solid var(--wc-gold) !important;
  background: linear-gradient(180deg, #e7c786, var(--wc-gold)) !important;
  color: #1d1d1d !important;
  font-weight: 700 !important;
}

.buttonRow a:hover,
.listingAddToCart a:hover,
.btn-buy:hover,
a.button_addtocart:hover,
input[type="submit"].cssButtonSubmit:hover {
  filter: brightness(1.04);
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .wc-main-header-inner {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }

  .wc-header-cta {
    justify-content: flex-start;
  }

  .wc-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-cat-grid,
  .wc-review-grid,
  .wc-new-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-newsletter-inner {
    grid-template-columns: 1fr;
  }

  .wc-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .wc-product-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wc-topbar-inner {
    padding: 8px 0;
  }

  .wc-nav-list {
    gap: 14px;
    min-height: 44px;
  }

  .wc-hero {
    padding: 52px 0 44px;
  }

  .wc-hero h1 {
    font-size: 30px;
  }

  .wc-subtitle {
    font-size: 16px;
  }

  .wc-trust-grid,
  .wc-cat-grid,
  .wc-review-grid,
  .wc-new-grid,
  .wc-benefits,
  .wc-action-row,
  .wc-footer-grid {
    grid-template-columns: 1fr;
  }
}
