/* Custom font face from the main outline titles */
@font-face {
  font-family: "GPBox V3 Next";
  font-weight: 950;
  font-style: normal;
  font-display: swap;
  src: url(../woff2/armadura.woff2) format("woff2"),
    url(../woff/armadura.woff) format("woff");
}

.header-banner__left {
  width: 50%;
  position: relative;
  background-color: var(--dark-grey-clr);
  padding: 0 40px;
  overflow: hidden;
}

.header-banner__right {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-color: var(--dark-grey-clr);
}

.small > .header-banner__left,
.small > .header-banner__right {
  height: 280px;
}

.medium > .header-banner__left,
.medium > .header-banner__right {
  height: 400px;
}

.medium .header-banner__left,
.big .header-banner__left {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.big .header-banner__title {
  width: 70%;
  z-index: 1;
}

.big > .header-banner__left,
.big > .header-banner__right {
  height: 560px;
}

/* No image banner option*/
.no_image .header-banner__left {
  width: 100%;
}
.no_image .header-banner__brand-pattern svg {
  width: 2000px;
}
.no_image .header-banner__stripes {
  right: 1px;
  width: unset;
}
.no_image .header-banner__stripes svg path {
  fill: var(--medium-grey-clr);
}
.no_image .header-banner__outline-title {
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* Main image with background accent*/
.accent-image-background img.header-banner__img {
  background-color: var(--accent-clr);
}

/* Main Header Banner components*/
.header-banner__title {
  color: var(--accent-clr);
  z-index: 1;
  text-wrap: balance;
}

.header-banner__brand-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-banner__brand-pattern svg {
  transform: rotate(-25deg);
  transform-origin: center;
  height: auto;
  width: 1800px;
  flex-shrink: 0;
}

.small .header-banner__brand-pattern svg {
  transform: rotate(-25deg) translate(3%, 13%);
}

.medium .header-banner__brand-pattern svg {
  transform: rotate(-25deg) translate(0%, 16%);
}

.big .header-banner__brand-pattern svg {
  transform: rotate(-25deg) translate(0%, 8%);
  width: 2000px;
}

.header-banner__brand-pattern svg path {
  stroke-width: 0.2;
  opacity: 0.4;
}

.small .header-banner__img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.medium .header-banner__img {
  height: 400px;
}

.big .header-banner__img {
  height: 560px;
}

.header-banner__image_attribution {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 28px;
  padding: 0 0.8rem;
  color: var(--text-white-clr);
  font-size: 14px;
  background: #1c1c1c57;
  border-radius: 20px;
}

.header-banner__image_attribution a {
  color: var(--text-white-clr);
}

.header-banner__image_attribution::before {
  background-color: #1c1c1c81;
}

.header-banner__stripes {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 22%;
  max-width: 150px;
}

.header-banner__stripes svg path {
  rotate: 5deg;
}

.header-banner__stripes svg {
  height: 100%;
}

.header-banner__entry-meta {
  position: absolute;
  left: 40px;
  top: 20%;
  color: var(--text-white-clr);
  z-index: 1;
}

@supports not (-webkit-text-stroke: 1px white) {
  .header-banner__outline-title {
    position: absolute;
    left: -10px;
    bottom: -6px;
    z-index: 2;
    display: inline-block;
    font-size: 7rem;
    line-height: 7rem;
    white-space: nowrap;
    font-weight: 950;
    text-transform: uppercase;
    color: var(--text-white-clr);
    opacity: 0.5;
  }
}

@supports (-webkit-text-stroke: 1px white) {
  .header-banner__outline-title {
    /* position: absolute;
        left: -10px;
        bottom: -6px; */
    z-index: 2;
    display: inline-block;
    font-size: 7rem;
    line-height: 7rem;
    white-space: nowrap;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: -2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-white-clr);
    position: relative;
    margin-bottom: -6px;
    margin-left: -10px;
  }

  .macos .header-banner__outline-title {
    margin-bottom: -32px;
  }

  .header-banner__img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}

/* Optional components */
.header-banner__description {
  color: var(--text-white-clr);
  width: 80%;
  font-size: 1.5rem;
  z-index: 1;
  margin-top: 1rem;
  margin-bottom: 0;
}

.small .header-banner__description {
  margin-bottom: 0;
}

.big .header-banner__description {
  margin-top: 1.5rem;
}

.header-banner__accent-button {
  margin-top: 1rem;
}
.big .header-banner__accent-button {
  margin-top: 3rem;
}

/* Gradient component */
.header-banner__img-gradient:after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: -moz-linear-gradient(
    right,
    rgba(255, 61, 0, 1) 60%,
    rgba(255, 61, 0, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(60%, rgba(255, 61, 0, 0)),
    color-stop(100%, rgba(255, 61, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    right,
    rgba(255, 61, 0, 1) 60%,
    rgba(255, 61, 0, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    right,
    rgba(255, 61, 0, 1) 60%,
    rgba(255, 61, 0, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    right,
    rgba(255, 61, 0, 1) 60%,
    rgba(255, 61, 0, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to left,
    rgba(255, 61, 0, 1) 60%,
    rgba(255, 61, 0, 0) 100%
  ); /* W3C */
}

.header-banner__title .woocommerce-Price-currencySymbol {
  font-weight: 700;
  font-size: var(--medium-big);
}

@media screen and (max-width: 62rem) {
  .header-banner__right {
    display: none;
  }
  .header-banner__left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 150px; */
  }
  .no_image .header-banner__brand-pattern {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .no_image .header-banner__outline-title,
  .no_image .header-banner__stripes {
    display: none;
  }
}

@media screen and (max-width: 37.5rem) {
  /* Mobile styles */
  header > .header-banner__wrapper {
    flex-direction: column-reverse;
  }
  .header-banner__right {
    display: flex;
    width: 100%;
    height: 160px;
  }
  .header-banner__wrapper .header-banner__left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    height: unset;
    overflow: hidden;
  }
  .no_image .header-banner__brand-pattern {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .no_image .header-banner__outline-title,
  .no_image .header-banner__stripes {
    display: none;
  }

  .small > .header-banner__left {
    min-height: 140px;
  }
  .small > .header-banner__right,
  .small .header-banner__img {
    height: 140px;
  }

  .medium > .header-banner__left {
    min-height: 220px;
    padding: 0 34px;
  }

  .medium > .header-banner__right,
  .medium .header-banner__img {
    height: 200px;
  }

  .big > .header-banner__left {
    min-height: 260px;
  }

  .big > .header-banner__right,
  .big .header-banner__img {
    display: none;
  }

  .big .header-banner__accent-button {
    margin-top: 2rem;
  }

  .mb-padding .header-banner__wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
  }

  .big .header-banner__title,
  .header-banner__description {
    width: 100%;
  }

  .header-banner__wrapper .header-banner__brand-pattern svg {
    width: 1000px;
    transform: rotate(-25deg) translate(0%, 15%);
  }

  .header-banner__wrapper.big .header-banner__brand-pattern svg {
    transform: rotate(-25deg) translate(0%, 10%);
  }
}
