.online-store {
  padding-top: 200px;
  background-color: #000;
  position: relative;
  min-height: 120vh;
  overflow: hidden;
}

.online-store__glow-top-left {
  position: absolute;
  z-index: 3;
  top: 100px;
  left: 0;
}

.online-store__glow-center-left {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 0;
}

.online-store__glow-bottom-left {
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 0;
}

.online-store__glow-top-right {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 20px;
}

.online-store__glow-center-right {
  position: absolute;
  z-index: 3;
  top: -150px;
  right: 0;
}

.online-store__glow-bottom-right {
  position: absolute;
  z-index: 3;
  top: 52%;
  right: 0;
}

.online-store::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 40%,
    #000 95%,
    #000 100%
  );
}

.online-store__container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
}

.online-store__header {
  position: relative;
  background-color: transparent;
  z-index: 3;
}

.online-store__subtitle {
  font-family: "Astrados", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 100%;
  letter-spacing: 0;
  color: #d6001c;

  position: relative;
  bottom: -69px;
}

.online-store__title {
  font-family: "Akrobat", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;

  background: #000000;
  background: linear-gradient(
    135deg,
    rgb(0, 0, 0) 0%,
    rgb(0, 0, 0) 10%,
    rgba(255, 255, 255, 1) 50%,
    rgb(0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0;
}

.online-store__text {
  margin-top: 23px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #afafaf;
}

.online-store__features {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 100px;
  position: relative;
}

.online-store__feature-image-group {
  position: absolute;
  width: 100vw;
  height: 522px;
  top: 472px;
}

.online-store__mobile-group {
  display: none;
}

.online-store__glow-left-mobile,
.online-store__glow-right-mobile {
  display: none;
}

.online-store__feature-bg {
  position: absolute;
  z-index: 0;
  max-width: 1070px;
  height: auto;
  left: 50%;
  top: -180px;
  transform: translateX(-45%);
}

.online-store__feature-photo {
  position: absolute;
  z-index: 2;
  max-width: 535px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

.online-store__features-short-line {
  position: relative;
  z-index: 3;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online-store__features-long-line {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online-store__feature {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.online-store__feature-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.online-store__feature-title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.online-store__feature-text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #afafaf;
}

.online-store__quotes-desktop {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  margin-top: 80px;
  padding: 43px 30px;
  border-radius: 16px;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(250px);
  -webkit-backdrop-filter: blur(250px);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.online-store__quotes {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  margin-top: 80px;
  padding: 43px 30px;
  border-radius: 16px;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(250px);
  -webkit-backdrop-filter: blur(250px);

  display: none;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.online-store__quotes-text {
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff;
}

@media (max-width: 1200px) {
  .online-store__features-long-line {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 1100px) {
  .online-store__feature-bg {
    max-width: 900px;
  }
}

@media (max-width: 1024px) {
  .online-store__title {
    background: #000000;
    background: linear-gradient(
      135deg,
      rgb(0, 0, 0) 0%,
      rgb(0, 0, 0) 2%,
      rgba(255, 255, 255, 1) 50%,
      rgb(0, 0, 0) 98%,
      rgb(0, 0, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .online-store__features-short-line {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }

  .online-store__glow-top-left,
  .online-store__glow-center-left,
  .online-store__glow-bottom-left,
  .online-store__glow-top-right,
  .online-store__glow-center-right,
  .online-store__glow-bottom-right {
    opacity: 0.5;
  }

  .online-store__quotes-desktop {
    margin: 0 20px;
    margin-top: 80px;
  }

  .online-store__feature-image-group {
    top: 530px;
  }
}

@media (max-width: 768px) {
  .online-store::after {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 40%,
      transparent 90%,
      #000 98%,
      #000 100%
    );
  }

  .online-store__glow-top-left,
  .online-store__glow-center-left,
  .online-store__glow-bottom-left,
  .online-store__glow-top-right,
  .online-store__glow-center-right,
  .online-store__glow-bottom-right {
    display: none;
  }

  .online-store__subtitle {
    font-size: 64px;
    bottom: -36px;
  }

  .online-store__title {
    font-size: 40px;
  }

  .online-store__text {
    font-size: 14px;
    margin-top: 20px;
  }

  .online-store__feature-image-group {
    position: absolute;
    top: auto;
    bottom: -30px;
  }

  .online-store__glow-left-mobile {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -100px;
    width: 300px;
    height: auto;
  }

  .online-store__glow-right-mobile {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -120px;
    width: 200px;
    height: auto;
  }

  .online-store__feature-bg {
    max-width: 800px;
  }

  .online-store__feature-photo {
    max-width: 324px;
    top: auto;
  }

  .online-store__features {
    gap: 20px;
    margin-top: 40px;
  }

  .online-store__features-short-line,
  .online-store__features-long-line {
    margin: 0 20px;
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 20px;
    gap: 20px;
  }

  .online-store__features-short-line:last-of-type {
    border: none;
  }

  .online-store__feature {
    width: 320px;
  }

  .online-store__feature-title {
    font-size: 20px;
  }

  .online-store__quotes-desktop {
   display: none;
  }
  

  .online-store__quotes {
    display: flex;
    margin: 0 20px;
    padding: 24px 20px;
    align-items: start;
    position: absolute;
    width: calc(100% - 80px);
    bottom: 0;
  }

  .online-store__quotes-text {
    font-size: 16px;
  }

  .online-store__mobile-group {
    display: block;
    position: relative;
    width: 100vw;
    height: 500px;
    bottom: 0;
  }
}

@media (max-width: 650px) {
  .online-store__features-short-line,
  .online-store__features-long-line {
    border: none;
    flex-direction: column;
    padding-bottom: 0;
  }

  .online-store__feature {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff33;
  }

  .online-store__feature:last-of-type {
    border: none;
  }
}

@media (max-width: 580px) {
  .online-store__quotes {
    margin: 0 20px;
    margin-top: 425px;
  }
}