/* .error{ 
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: normal;
  text-align: center;
  color: #FF6363;
  position: absolute;
  top: 23px;
  width: 100%;
} */



.shop--maintenance {
  background: url("images/line-pattern.png") no-repeat center #1E273C;
  background-size: cover;
  padding: 0;

  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;


    



  /* display: flex;
padding: 0px 24px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 27px;
flex: 1 0 0;
align-self: stretch; */
}

h1{
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Rajdhani;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 125% */
text-transform: uppercase;
color: #FFF;
}

p{
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Rajdhani;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 125% */
}

.button{
  display: flex;
height: 32px;
padding: 2px 16px;
justify-content: center;
align-items: center;
gap: 4px;

border-radius: 7px;
border: 1px solid #FFF;
text-decoration: none !important;
}

.btn-text4{
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Rajdhani;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

@media (max-width: 620px) {
  .shop--maintenance {
    background: #1E273C;
  }
}
.shop--maintenance--inner {
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.shop--maintenance--inner .button {
  border-radius: 6px;
}
@media (max-width: 620px) {
  .shop--maintenance--inner .button {
    border-radius: 4px;
  }
}
.shop--maintenance--inner--content {
  max-width: 782px;
  padding: 0 20px;
  text-align: center;
}
.shop--maintenance--inner--content h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 10px 0;
}
@media (max-width: 992px) {
  .shop--maintenance--inner--content h1 {
    font-size: 25px;
    line-height: 31px;
  }
}
@media (max-width: 620px) {
  .shop--maintenance--inner--content h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
.shop--maintenance--inner--content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .shop--maintenance--inner--content p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
@media (max-width: 620px) {
  .shop--maintenance--inner--content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.shop--maintenance .error .astro__icon {
  position: relative;
}
.shop--maintenance .error .astro__icon img {
  height: 130px;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .shop--maintenance .error .astro__icon img {
    height: 100px;
    margin: 0 0 10px;
  }
}

