article > label {
   text-transform: uppercase;
   color: var(--hover-color);
}

article:lang(tc) > label {
   font-weight: 600;
}

div.preload {
   display: none;
}

section.shop-photos .single > .photo {
   display: block;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
section.intro article a {
   color: black;
   text-decoration: none;
}

section.intro article a:active,
section.intro article a:hover {
   color: var(--hover-color);
}

section.intro article .title > h2 {
   text-transform: uppercase;
   text-decoration: underline;
}
