.vtm-shell-header,
.vtm-shell-footer {
  font-family: inherit;
  color: #f7f9fc;
  background: #05080c;
}

/* Woodmart shell, configured by the matching one-time header script. */
.whb-top-bar {
  display: none !important;
}

.whb-general-header,
.whb-sticked .whb-general-header {
  background: #05080c !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.whb-general-header .site-logo img {
  display: block;
  width: auto;
  max-height: 52px;
}

.whb-general-header .wd-nav > li > a,
.whb-general-header .wd-header-search > a,
.whb-general-header .wd-header-my-account > a,
.whb-general-header .wd-header-cart > a,
.whb-general-header .wd-tools-text,
.whb-general-header .wd-tools-count {
  color: #f7f9fc;
}

.whb-general-header .wd-nav > li > a:hover,
.whb-general-header .wd-header-search > a:hover,
.whb-general-header .wd-header-my-account > a:hover,
.whb-general-header .wd-header-cart > a:hover {
  color: #31b7e8;
}

.wd-copyrights {
  background: #05080c;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #aeb9c8;
}

.wd-copyrights .container {
  padding-top: 18px;
  padding-bottom: 18px;
}

.vtm-footer-identity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  margin: 0;
  color: #aeb9c8;
  font-size: 13px;
  line-height: 1.5;
}

.vtm-footer-identity strong {
  color: #f7f9fc;
}

.vtm-footer-identity a {
  color: #d6deea;
}

.vtm-footer-identity a:hover {
  color: #31b7e8;
}
.vtm-shell-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 34px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.vtm-shell-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}
.vtm-shell-brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #31b7e8, #f0c64d);
}
.vtm-shell-primary-nav,
.vtm-shell-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.vtm-shell-primary-nav a,
.vtm-shell-footer-nav a {
  color: #d6deea;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}
.vtm-shell-primary-nav a:hover,
.vtm-shell-footer-nav a:hover {
  color: #31b7e8;
}
.vtm-shell-note {
  color: #d6deea;
  max-width: 540px;
  line-height: 1.6;
}
.vtm-shell-footer {
  padding: 42px 34px 28px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.vtm-shell-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(3, minmax(160px, 1fr));
  gap: 26px;
}
.vtm-shell-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
}
.vtm-shell-footer-nav {
  flex-direction: column;
  gap: 8px;
}
.vtm-shell-footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: #aeb9c8;
  font-size: 13px;
}
@media (max-width: 767px) {
  .whb-general-header .site-logo img {
    max-height: 40px;
  }

  .whb-general-header .wd-tools-text {
    display: none;
  }

  .vtm-footer-identity {
    gap: 7px 12px;
    font-size: 12px;
  }

  .vtm-shell-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 16px;
  }
  .vtm-shell-primary-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }
  .vtm-shell-primary-nav a {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    padding: 9px 10px;
    background: #0d141d;
  }
  .vtm-shell-footer {
    padding: 34px 16px 24px;
  }
  .vtm-shell-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
  .vtm-shell-footer-grid > section:first-child {
    grid-column: 1 / -1;
  }
}
