.bk-footer {
  background-color: #faf7f2 !important;
}
.bk-footer__items a {
  text-decoration: none !important;
}
.bk-footer__items a:hover {
  text-decoration: underline !important;
}

.bk-footer__copyright a {
  font-size: 1rem !important;
}

ul.wp-block-social-links {
  list-style: none !important;
}

ul.wp-block-social-links a svg {
  fill: var(--second);
  transition: all 0.3s ease;
}

ul.wp-block-social-links a:hover svg {
  scale: 1.2;
}

li.wc-block-product h2 a {
  color: var(--first);
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none !important;
}

header .bk-header nav.bk-header__main-menu__nav > ul > a,
header .bk-header nav.bk-header__main-menu__nav > ul > li {
  text-align: center;
  line-height: 1.2;
}

header
  .bk-header
  nav.bk-header__main-menu__nav
  > ul
  > li.has-children
  ul.sub-menu__items
  li {
  text-align: left !important;
  line-height: 2 !important;
}
