/* STEELCOM — Global Styles v1.0 */

:root {
  --sc-red:        #C8102E;
  --sc-red-hover:  #a30c26;
  --sc-red-dark:   #870b20;
  --sc-gray-900:   #1a1a1a;
  --sc-gray-700:   #333333;
  --sc-gray-500:   #666666;
  --sc-gray-300:   #dddddd;
  --sc-gray-100:   #f5f5f5;
  --sc-gray-50:    #f9f9f9;
  --sc-white:      #ffffff;
  --sc-font-head:  'Barlow Condensed', 'Oswald', sans-serif;
  --sc-font:       'Inter', 'Roboto', sans-serif;
  --sc-transition: all 0.22s ease;
  --sc-btn-radius: 4px;
}

/* ============================================
   WOODMART — ELEMENTOS DEMO A OCULTAR
   ============================================ */

/* Top bar: EUR, Gift cards, Showrooms, About us */
.whb-top-bar,
.wd-top-bar,
.wd-header-top {
  display: none !important;
}

/* WoodMart demo prefooter (Useful links, Chair, Tables…) */
.wd-prefooter {
  display: none !important;
}

/* WoodMart copyright bar ("Based on WoodMart theme") */
.wd-footer,
.footer-container {
  display: none !important;
}

/* Splash/overlay en sección de reviews de producto */
.wd-loader-overlay.wd-fill {
  display: none !important;
}

/* ============================================
   HEADER — Steelcom Override Global
   ============================================ */

.whb-header,
.whb-general-header {
  background: #ffffff !important;
}

.whb-general-header .container,
.whb-general-header .whb-flex-row {
  background: #ffffff !important;
}

.whb-general-header.whb-color-dark .wd-nav-main .woodmart-nav-link,
.whb-general-header.whb-color-dark .wd-nav-main .woodmart-nav-link .nav-link-text {
  color: #333333 !important;
}

#menu-main-navigation .woodmart-nav-link,
.wd-nav-main .woodmart-nav-link {
  font-family: var(--sc-font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #333333 !important;
  padding: 0 4px !important;
}

#menu-main-navigation .current-menu-item > .woodmart-nav-link .nav-link-text,
.wd-nav-main .current-menu-item > .woodmart-nav-link .nav-link-text {
  color: var(--sc-red) !important;
  border-bottom: 2px solid var(--sc-red);
  padding-bottom: 3px;
}

.wd-nav-main .menu-item:hover > .woodmart-nav-link .nav-link-text {
  color: var(--sc-red) !important;
}

.whb-header {
  border-bottom: 1px solid #eeeeee !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

.whb-general-header .searchform .s {
  color: #333333 !important;
  background: #f5f5f5 !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px !important;
}

.whb-general-header .wd-tools-element a,
.whb-general-header .wd-tools-icon {
  color: #333333 !important;
}

.whb-general-header .wd-cart-number,
.whb-general-header .wd-tools-count {
  background: var(--sc-red) !important;
  color: #fff !important;
}

.whb-general-header .whb-flex-row {
  min-height: 68px;
}

/* ============================================
   FOOTER STEELCOM — Estilos globales
   ============================================ */

.sc-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
}

.sc-bottom-bar {
  background: #f3f3f3;
  border-top: 1px solid #e0e0e0;
  padding: 44px 0 36px;
}

.sc-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: start;
}

.sc-bottom-block-title {
  font-family: var(--sc-font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--sc-gray-900);
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sc-bottom-block-title .sc-accent { color: var(--sc-red); }

.sc-bottom-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.sc-bottom-logo-wrap::before,
.sc-bottom-logo-wrap::after {
  content: '';
  display: block;
  height: 2px;
  flex: 1;
  background: var(--sc-red);
  border-radius: 2px;
}

.sc-bottom-logo {
  font-family: var(--sc-font-head);
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.5px;
}

.sc-logo-steel { color: var(--sc-red); }
.sc-logo-com   { color: var(--sc-gray-900); }

.sc-bottom-tagline {
  font-family: var(--sc-font);
  font-size: 13px;
  color: var(--sc-gray-500);
  line-height: 1.6;
  margin: 0;
}

.sc-bottom-icon-circle {
  width: 52px;
  height: 52px;
  background: var(--sc-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.sc-bottom-icon-circle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: white;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sc-bottom-text {
  font-family: var(--sc-font);
  font-size: 13px;
  color: var(--sc-gray-500);
  line-height: 1.6;
  margin-bottom: 14px;
}

.sc-btn-outline {
  display: inline-block;
  border: 2px solid var(--sc-red);
  color: var(--sc-red) !important;
  background: transparent;
  padding: 9px 20px;
  border-radius: var(--sc-btn-radius);
  font-family: var(--sc-font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--sc-transition);
  text-decoration: none !important;
  letter-spacing: 0.04em;
}

.sc-btn-outline:hover {
  background: var(--sc-red);
  color: #fff !important;
  text-decoration: none !important;
}

.sc-visit-info { display: flex; flex-direction: column; gap: 8px; }

.sc-visit-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--sc-font);
  font-size: 13px;
  color: var(--sc-gray-500);
  line-height: 1.5;
}

.sc-visit-row svg {
  width: 15px;
  height: 15px;
  fill: var(--sc-red);
  flex-shrink: 0;
  margin-top: 2px;
}

.sc-social-icons { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 4px; }

.sc-social-icon {
  width: 36px;
  height: 36px;
  background: var(--sc-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--sc-transition);
  text-decoration: none !important;
}

.sc-social-icon:hover {
  background: var(--sc-red-hover);
  transform: scale(1.12);
}

.sc-social-icon svg { width: 17px; height: 17px; fill: white; }

/* ============================================
   RESPONSIVE — Footer global
   ============================================ */
@media (max-width: 1024px) {
  .sc-bottom-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .sc-bottom-grid { grid-template-columns: 1fr; }
  .sc-bottom-bar { padding: 32px 0 24px; }
}
