@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Manrope-Medium.ttf);
}

@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Manrope-Regular.ttf);
}

@font-face {
  font-family: "Anda";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/anda.ttf);
}

@font-face {
  font-family: "PD";
  font-weight: 400;
  src: url(../fonts/PD-Regular.ttf);
}

@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Manrope-SemiBold.ttf);
}

@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Manrope-Bold.ttf);
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  font-family: "Manrope";
  color: #1d1d1b;
}

.lock {
  overflow-y: hidden;
}

body.lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

*,
*: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;
  }

  .giftPoints {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 15px;
  }

  .giftPoint {
    margin-left: 15px;
    color: #333;

    font-family: Manrope;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
  }

  .popuporder__main {
    /* width: 343px;
    margin: 0 auto; */
    width: 100%;
  }

  .popuporder__main {
    padding: 16px 16px 5px 16px;
    position: relative;
    border-radius: 10.976px 10.976px 0px 0px;
    /* border-top-left-radius: 24px;
    border-top-right-radius: 24px; */
    background: #fff;
    /* box-shadow: 0 -4px 4px rgba (var(--accent-always-black-color-rgb), 0.04),
      0 -4px 20px rgba(var(--accent-always-black-color-rgb), 0.1); */
    box-shadow: 0 -4px 4px 0px rgba(0, 0, 0, 0.04),
      0 -4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }

  .popuporder__main-discount {
    color: #ffffff;
    z-index: 99;
    border-radius: 50%;
    height: 74px;
    width: 74px;
    text-align: center;
    position: absolute;
    background: #FE5171;
    right: 6%;
    top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
    box-shadow: 0px 0px 10px #FE5171;
  }

  .popuporder__main-discount span {
    font-size: 9px;
    color: #ffffff;
    text-align: center;
  }

  .popuporder h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* letter-spacing: -1.2px; */
  }

  .popup_gift {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 339px;
    background: #FFF;
    padding: 8px 0;
    box-shadow: 0px 6.477px 11.335px 0px rgba(0, 0, 0, 0.10);
    color: #151617;
    margin-top: 10px;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    border-radius: 12.954px;
    letter-spacing: 0.42px;
  }

  .popuporder__points {
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    display: flex;
    justify-content: start;
  }

  .popuporder__point {
    color: #858b90;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.45px;
  }

  /* 
  .popuporder__point:first-of-type {
    border-bottom: 0.5px solid #858b90;
    padding-bottom: 9px;
  }

  .popuporder__point:last-of-type {
    padding-top: 9px;
  } */

  .popuporder__main-button {
    border-radius: 10.631px;
    background: #FE5171;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
    height: 42px;
    color: #fff;

    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.32px
  }

  .popuporder__main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pop-up-show {
    transform: translate(0);
  }

  .pop-up-hide {
    transform: translate(0, 200%);
  }
}

@media (min-width: 639px) {
  .popuporder__main {
    width: 371px;
  }

  .popuporder {
    display: flex;
    justify-content: center;
  }

  .popuporder__main-info {
    position: relative;
  }

  .popuporder__main-button {
    align-items: center;
    height: 52px;
  }
}

/*  */
@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;
  }

  .popuporder__main {
    width: 500px;
  }

  .popuporder h4 {
    font-size: 32px;
  }

  .popuporder__main-button {
    max-width: unset;
  }

  .mobile {
    display: none;
  }

  .device {
    display: block;
  }

  .popuporder__main {
    padding: 16px;
  }

  .popuporder__main-discount {
    font-size: 14.667px;
    width: 100px;
    height: 98px;
  }



  .popuporder__points {
    margin-top: 20px;
  }

  .popuporder__main-button {
    height: 52px;
    font-size: 16px;
  }

  .popuporder__point {
    font-size: 20px;
  }

  /* .popuporder__point:first-of-type {
    padding-bottom: 12px;
  }

  /* .popuporder__points:last-of-type {
    margin-top: 0;
  } */
  .popuporder__points:last-of-type {
    margin-top: 0;
  }
}

@media (min-width: 1244px) {
  .container {
    max-width: 1224px;
  }
}