/* ============================================================
   SWISSCLONE LUXURY DARK THEME
   ============================================================ */

:root {
  --gold: #c9a84c;
  --gold-light: #d4b86a;
  --dark: #0a0a0a;
  --dark-2: #111111;
  --dark-card: #0f0f0f;
  --text-primary: #f5f5f5;
  --text-secondary: #aaaaaa;
  --border: rgba(201, 168, 76, 0.15);
}

html, body {
  background-color: var(--dark) !important;
  color: var(--text-primary) !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-primary) !important;
  font-weight: 600;
}

a { color: var(--gold) !important; text-decoration: none; }
a:hover { color: var(--gold-light) !important; }

.wrapper, .site-wrapper, #wrapper, .wd-canvas,
.main-page-wrapper { background: var(--dark) !important; }

.wd-header-bar, .xts-top-bar {
  background: #000 !important;
  border-bottom: 1px solid rgba(201,168,76,.2) !important;
}
.wd-header-bar *, .xts-top-bar * {
  color: var(--gold) !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.wd-header, .header-main, #site-header, .wd-header-container {
  background: #000 !important;
  border-bottom: 1px solid rgba(201,168,76,.12) !important;
}

.main-nav > ul > li > a, .wd-nav > ul > li > a {
  color: #e0e0e0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}
.main-nav > ul > li > a:hover, .wd-nav > ul > li > a:hover {
  color: var(--gold) !important;
}

.wd-dropdown, .sub-menu {
  background: #0f0f0f !important;
  border: 1px solid rgba(201,168,76,.15) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.6) !important;
}
.wd-dropdown a, .sub-menu a { color: #ccc !important; }
.wd-dropdown a:hover, .sub-menu a:hover { color: var(--gold) !important; }

.wd-cart-count, .cart-count-badge {
  background: var(--gold) !important;
  color: #000 !important;
}

ul.products li.product, .products li.product {
  background: var(--dark-card) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  transition: border-color .3s, box-shadow .3s !important;
}
ul.products li.product:hover {
  border-color: rgba(201,168,76,.3) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,.5) !important;
}

.woocommerce-loop-product__title {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #e0e0e0 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}

.price, .woocommerce-Price-amount,
ul.products li.product .price {
  color: var(--gold) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.add_to_cart_button, .single_add_to_cart_button,
.button.add_to_cart_button {
  background: var(--gold) !important;
  color: #000 !important;
  border: none !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover {
  background: var(--gold-light) !important;
}

.single-product .product_title {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: var(--text-primary) !important;
}
.single-product .price { font-size: 24px !important; }
.single-product .woocommerce-product-details__short-description {
  color: #aaa !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.wd-footer, footer, .footer-area, #footer, .site-footer {
  background: #050505 !important;
  border-top: 1px solid rgba(201,168,76,.12) !important;
}
.footer-widget h3, .footer-widget .widget-title {
  color: var(--text-primary) !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
}
.footer-widget a { color: #777 !important; }
.footer-widget a:hover { color: var(--gold) !important; }
.footer-bottom, .copyright-bar { background: #000 !important; color: #555 !important; }

.woocommerce-breadcrumb { display: none !important; }

.page-title-wrap, .wd-page-title { background: var(--dark-2) !important; }
.page-title, .wd-page-title h1, .woocommerce-products-header__title {
  font-size: 28px !important;
  color: var(--text-primary) !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
}

input, textarea, select {
  background: var(--dark-2) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: var(--text-primary) !important;
  border-radius: 4px !important;
}
input:focus, textarea:focus { border-color: var(--gold) !important; }

.woocommerce-pagination ul li a { background: var(--dark-2) !important; color: #aaa !important; }
.woocommerce-pagination ul li span.current { background: var(--gold) !important; color: #000 !important; }

.onsale { background: var(--gold) !important; color: #000 !important; }

.widget, .shop-sidebar .widget {
  background: var(--dark-2) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 8px !important;
  padding: 20px !important;
}
.widget h3, .widget-title {
  color: var(--text-primary) !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #111; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

::selection { background: rgba(201,168,76,.2); }
