:root {
  --darkest: #12111C;
  --dark: #120F25;
  --dark-2: #16122B;
  --dark-3: #1B182D;
  --dark-4: #302C4B;
  --dark-5: #413A6D;
  --primary: #6E5BCE;
  --secondary: #3274CA;
  --tertiary: #1EAF7E;
  --white: #fff;
  --white-tint: #5c5a6b;
  --white-tint-light: #252330;
  --logo-gray: #989CA8;
  --light-red: #da8677;
  --link-color: #27dda0;
}

main.single-genshin-weapons {
  padding-top: 140px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991.98px) {
  main.single-genshin-weapons {
    padding-top: 100px;
    background-position: 70% 0%;
  }
}

.star-rating {
  display: flex;
  justify-content: center;
}
.star-rating svg.right {
  margin-right: 12px;
}
.star-rating svg.center {
  margin: 0 2px;
}
.star-rating svg.left {
  margin-left: 12px;
}
@media screen and (max-width: 991.98px) {
  .star-rating svg {
    margin: 0 6px;
  }
}
.star-rating.golden svg path {
  fill: #f7c23a;
}
.star-rating.small svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
@media screen and (max-width: 991.98px) {
  .star-rating.small svg {
    margin: 0 4px 0 0;
  }
}

.entity-perks {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 1199.98px) {
  .entity-perks {
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .entity-perks.mobile-center {
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .entity-perks {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 460px) {
  .entity-perks {
    margin-top: 60px;
  }
}
.entity-perks .perk {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 55px;
}
@media screen and (max-width: 1199.98px) {
  .entity-perks .perk {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .entity-perks .perk {
    flex-direction: column;
    margin-right: 0;
    width: 20%;
    text-align: center;
  }
}
.entity-perks .perk svg, .entity-perks .perk img {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767.98px) {
  .entity-perks .perk svg, .entity-perks .perk img {
    width: 30px;
    height: 30px;
  }
}
.entity-perks .perk .content {
  display: flex;
  flex-direction: column;
}
.entity-perks .perk .content p {
  color: var(--tertiary);
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .entity-perks .perk .content p {
    display: none;
  }
}
.entity-perks .perk .content span {
  font-weight: 600;
  line-height: 1;
}

h1.entity-title {
  text-transform: uppercase;
  font-size: 48px;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
}
h1.entity-title.small {
  font-size: 38px;
}
@media screen and (max-width: 991.98px) {
  h1.entity-title {
    font-size: 32px;
  }
  h1.entity-title.small {
    font-size: 32px;
  }
  h1.entity-title.center-on-tablet {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  h1.entity-title {
    font-size: 24px;
  }
  h1.entity-title.small {
    font-size: 26px;
  }
}
@media screen and (max-width: 460px) {
  h1.entity-title.center-on-mobile {
    text-align: center;
  }
}
h1.entity-title .game-title {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 1199.98px) {
  h1.entity-title .game-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  h1.entity-title .game-title {
    margin-bottom: 3px;
  }
}
h1.entity-title .small {
  margin-top: 10px;
  text-shadow: none;
  font-family: "Source Sans Pro";
  font-size: 18px;
  text-transform: none;
  display: block;
}
@media screen and (max-width: 767.98px) {
  h1.entity-title .small {
    font-size: 16px;
    font-weight: 400;
  }
}

section.single-genshin-weaopns-header .thumb-wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background: linear-gradient(130deg, #d19738 16.78%, #D4B57B 120.08%);
  border: 1px solid var(--white);
  overflow: hidden;
  position: relative;
}
section.single-genshin-weaopns-header .thumb-wrap.star-5 {
  background: linear-gradient(130deg, #d19738 16.78%, #D4B57B 120.08%);
}
section.single-genshin-weaopns-header .thumb-wrap.star-4 {
  background: linear-gradient(130deg, #b387da 16.78%, #442b4d 120.08%);
}
section.single-genshin-weaopns-header .thumb-wrap.star-3 {
  background: linear-gradient(130deg, #83a2d1 16.78%, #3f5b7a 120.08%);
}
section.single-genshin-weaopns-header .thumb-wrap.star-2 {
  background: linear-gradient(130deg, #597761 16.78%, #3d916e 120.08%);
}
section.single-genshin-weaopns-header .thumb-wrap.star-1 {
  background: linear-gradient(130deg, #afafaf 16.78%, #333333 120.08%);
}
section.single-genshin-weaopns-header .thumb-wrap img.weapon-type {
  position: absolute;
  opacity: 0.2;
  width: 100%;
  transform: translate(-50%, -30%) rotate(180deg);
}
section.single-genshin-weaopns-header .thumb-wrap img:not(.weapon-type) {
  width: 213px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  section.single-genshin-weaopns-header .thumb-wrap img:not(.weapon-type) {
    width: 150px;
  }
}
section.single-genshin-weaopns-header .stats-and-description p {
  font-weight: 300;
}
section.single-genshin-weaopns-header .stats-and-description p.sub-heading {
  font-size: 20px;
}
section.single-genshin-weaopns-header .stats-and-description table {
  width: 100%;
  max-width: 213px;
}
@media screen and (max-width: 991.98px) {
  section.single-genshin-weaopns-header .stats-and-description table {
    max-width: none;
  }
}
section.single-genshin-weaopns-header .stats-and-description table tbody tr {
  display: flex;
  justify-content: space-between;
}
section.single-genshin-weaopns-header .stats-and-description table tbody tr td:last-child {
  text-align: right;
}
section.single-genshin-weaopns-header .stats-and-description table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--white-tint);
  padding-bottom: 5px;
}
section.single-genshin-weaopns-header .stats-and-description table tbody tr:last-child {
  padding-top: 5px;
}
section.single-genshin-weaopns-header .stats-and-description .description {
  font-weight: 300;
}

.single-genshin-weapons-best-characters ol.best-characters {
  list-style: none;
  padding: 0;
  max-height: 400px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .single-genshin-weapons-best-characters ol.best-characters {
    overflow-x: hidden;
  }
}
.single-genshin-weapons-best-characters ol.best-characters li {
  background-color: var(--dark-4);
}
.single-genshin-weapons-best-characters ol.best-characters li .number {
  opacity: 0.7;
}
.single-genshin-weapons-best-characters ol.best-characters li .entity-item {
  width: 100px;
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .single-genshin-weapons-best-characters ol.best-characters li .entity-item {
    min-width: 250px;
  }
}
.single-genshin-weapons-best-characters ol.best-characters li p.roles {
  font-size: 12px;
}
@media screen and (max-width: 767.98px) {
  .single-genshin-weapons-best-characters ol.best-characters li a.btn {
    display: none;
  }
}
.single-genshin-weapons-best-characters .description {
  position: sticky;
  top: 110px;
}
.single-genshin-weapons-best-characters .description p {
  font-weight: 300;
}

.single-genshin-weaopns-how-to-obtain .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-genshin-weaopns-how-to-obtain .description p {
  font-weight: 300;
}
.single-genshin-weaopns-how-to-obtain .sub-title {
  padding-top: 10px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-genshin-weaopns-how-to-obtain .forging-items-wrap > ul > li {
  width: 75px;
  list-style: none;
}
.single-genshin-weaopns-how-to-obtain .forging-items-wrap .plus {
  font-size: 45px;
}
@media screen and (max-width: 767.98px) {
  .single-genshin-weaopns-how-to-obtain .forging-items-wrap .plus {
    font-size: 35px;
  }
}

ul.banners-list {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
ul.banners-list li.no-banners-found {
  font-weight: 300;
}

.banner-item-big {
  background-color: var(--dark-4);
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.banner-item-big .img-wrap {
  padding: 15px;
}
.banner-item-big .img-wrap img.banner {
  width: 440px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.banner-item-big .meta-info {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 4px;
  color: var(--tertiary);
}
.banner-item-big h3 {
  font-weight: 600;
  margin-bottom: 12px;
}
.banner-item-big .description {
  font-weight: 300;
}

.info-box {
  position: fixed;
  width: 415px;
  height: auto;
  padding-right: 15px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s, top 0s, left 0s;
}
@media screen and (max-width: 991.98px) {
  .info-box {
    width: 305px;
  }
}
@media screen and (max-width: 360px) {
  .info-box {
    max-width: calc(100vw - 54px);
  }
}
.info-box:hover {
  opacity: 1;
  pointer-events: all;
  cursor: auto;
}
.info-box .info-box-header {
  padding: 15px;
  background-color: var(--dark-5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.info-box .info-box-header .title span.small {
  font-size: 14px;
  line-height: 0.7;
}
.info-box .info-box-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  transform: translateX(-20%);
  width: 15px;
  height: 20px;
  background-color: var(--dark-5);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 1600px) {
  .info-box .info-box-header::after {
    top: calc(100% - 5px);
    left: 10px;
    transform: rotate(90deg);
    background-color: var(--dark-3);
  }
}
@media screen and (max-width: 400px) {
  .info-box .info-box-header::after {
    left: 60px;
  }
}
.info-box .info-box-body {
  font-size: 14px;
  padding: 15px;
  background-color: var(--dark-4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1600px) {
  .info-box .info-box-body {
    background-color: var(--dark-3);
  }
}
.info-box .info-box-body ul {
  padding-left: 20px;
}
.info-box .info-box-body ul li {
  margin-bottom: 5px;
  line-break: anywhere;
}
.info-box .info-box-body a {
  color: var(--tertiary);
}
.info-box .info-box-body a:hover {
  color: var(--secondary);
}
.info-box .info-box-body p:last-of-type {
  margin-bottom: 0;
}

.item-item {
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.item-item .item-title {
  font-size: 15px;
}
.item-item.layout-column {
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .item-item.layout-column {
    justify-content: flex-start;
  }
}
.item-item.layout-column .item-title {
  text-align: center;
  line-height: 1.3;
  margin-top: 4px;
  font-size: 15px;
}
.item-item.layout-column .item-title.sm {
  font-size: 14px;
}
.item-item.star-5 .thumb-wrap {
  background: linear-gradient(130deg, #d19738 16.78%, #D4B57B 120.08%);
}
.item-item.star-4 .thumb-wrap {
  background: linear-gradient(130deg, #b387da 16.78%, #442b4d 120.08%);
}
.item-item.star-3 .thumb-wrap {
  background: linear-gradient(130deg, #83a2d1 16.78%, #3f5b7a 120.08%);
}
.item-item.star-2 .thumb-wrap {
  background: linear-gradient(130deg, #597761 16.78%, #3d916e 120.08%);
}
.item-item .thumb-wrap, .item-item.star-1 .thumb-wrap {
  background: linear-gradient(130deg, #afafaf 16.78%, #333333 120.08%);
}
.item-item .thumb-wrap {
  width: 45px;
  height: 45px;
  position: relative;
  border: 1px solid rgb(from var(--white) r g b/0.5);
  border-radius: 3px;
}
.item-item .thumb-wrap img {
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-item .thumb-wrap .quantity {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0);
  background-color: var(--dark-2);
  padding: 0 5px;
  border-radius: 2px;
  font-size: 11px;
}
.item-item.sm .thumb-wrap {
  width: 40px;
  height: 40px;
}
.item-item.sm .thumb-wrap img {
  width: 38px;
  height: 38px;
}
.item-item.lg .thumb-wrap {
  width: 65px;
  height: 65px;
}
.item-item.lg .thumb-wrap img {
  width: 63px;
  height: 63px;
}
@media screen and (max-width: 767.98px) {
  .item-item.lg .thumb-wrap {
    width: 50px;
    height: 50px;
  }
  .item-item.lg .thumb-wrap img {
    width: 48px;
    height: 48px;
  }
}
.item-item:hover {
  cursor: pointer;
}
.item-item:hover .info-box {
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}