@font-face {
  font-family: "FuturaFuturisC";
  src: url(../fonts/FuturaFuturisC.ttf);
}

@font-face {
  font-family: "Gotham Pro";
  src: url(../fonts/GothamPro.ttf);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  font-family: "FuturaFuturisC";
  color: #f3f4f6;
}

.lock {
  overflow-y: hidden;
}

body.lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.sold-out {
  text-align: center;
  font-size: 72px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 1224px;
  padding: 0 16px;
  margin: 0 auto;
}

@media (min-width: 0px) {
  .device {
    display: none;
  }

  .popuporder {
    position: fixed;
    bottom: 0;
    color: #1f1c1a;
    width: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 49;
    transform: translate(0, 200%);
    transition: all ease 0.4s;
  }

  .popuporder__main {
    padding: 16px 16px 5px 16px;
    position: relative;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #fff;
    box-shadow: 0 -4px 4pxrgba (var(--accent-always-black-color-rgb), 0.04),
      0 -4px 20px rgba(var(--accent-always-black-color-rgb), 0.1);
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .popuporder__main-discount {
    color: #ffffff;
    clip-path: circle(50%);
    height: 56px;
    width: 56px;
    position: absolute;
    background: #bc625c;
    right: 10%;
    top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 9px;
  }

  .popuporder__main-discount span {
    font-size: 8px;
    color: #ffffff;
    text-align: center;
  }

  .popuporder h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #1d1d1b;
    display: flex;
    gap: 10px;
  }

  .popuporder h4 span {
    font-size: 16px;
    line-height: 20px;
    align-self: top;
  }

  .popuporder__main-dots {
    font-family: "Gotham Pro", sans-serif;
    margin-left: 15px;
    color: #f3f4f6;
    margin-top: 5px;
  }

  .popuporder__main-dot {
    font-size: 12px;
    line-height: 16px;
    color: #1d1d1b;
  }

  .popuporder__main-button {
    background: #fad1ce;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    border: none;
    width: 343px;
    height: 56px;
    font-size: 18px;
    color: #1d1d1b;
    width: 100%;
    text-align: center;
    font-family: "FuturaFuturisC";
  }

  .pop-up-show {
    transform: translate(0);
  }

  .pop-up-hide {
    transform: translate(0, 200%);
  }
}

@media (min-width: 639px) {
  .popuporder__main {
    width: 400px;
    border-radius: 10.631px 10.631px 0px 0px;
  }

  .popuporder {
    display: flex;
    justify-content: center;
  }

  .popuporder__main-info {
    position: relative;
  }

  .popuporder__main-button {
    align-items: center;
  }
}

/*  */
@media (min-width: 480px) {
  .container {
    max-width: 470px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 610px;
  }
}

@media (min-width: 958px) {
  .container {
    max-width: 920px;
    padding: 0;
  }

  .device {
    display: block;
  }

  .mobile {
    display: none;
  }

  .popuporder h4 {
    font-size: 24px;
  }

  .popuporder__main-dot {
    font-size: 14px;
  }
}

@media (min-width: 1244px) {
  .container {
    max-width: 1224px;
  }
}