@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;
  }

  .popuporder__main {
    /* width: 343px;
			margin: 0 auto; */
    width: 100%;
  }

  .popuporder__main {
    padding: 8px 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: 8px;
  }

  .popuporder__main-discount {
    color: #ffffff;
    clip-path: circle(50%);
    height: 56px;
    width: 56px;
    position: absolute;
    background: #b2926e;
    right: 10%;
    top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 9px;
  }

  .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; */
    margin: 0 auto;
  }

  .popup_gift {
    /* display: flex; */
    /* margin-top: 6px; */
    /* width: 152.978px;
			height: 20px; */
    align-self: center;
    color: #151617;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 17.6px */
    letter-spacing: 0.42px;
    /* border: 0.664px solid #dd0328; */
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5.462px 9.558px 0px rgba(0, 0, 0, 0.1);
    width: 314.048px;
    height: 31px;
    padding: 8px 10px;
  }

  .popup_gift span {
    color: #858b90;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.36px;
  }

  .popuporder__points {
    border-radius: 12px;
    background: #fff;
    /* box-shadow: 0px 3.3960394859313965px 10.188118934631348px 0px
				rgba(0, 0, 0, 0.04); */
    /* padding: 12px; */
    width: 100%;
    /* margin-top: 20px; */
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-direction: column;
    padding: 3px 0;
  }

  .popuporder__point {
    color: #858b90;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.45px;
  }

  .popuporder__main-button {
    background: #BC625C;
    border-radius: 12px;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
    max-width: 315px;
    height: 42px;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.32px;
    color: #fff;
    text-align: center;
    align-self: center;
  }

  .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: 398px;
  }

  .popuporder {
    display: flex;
    justify-content: center;
  }

  .popuporder__main-info {
    position: relative;
  }

  .popuporder__main-button {
    align-items: center;
    max-width: 373px;
    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;
  }

  .mobile {
    display: none;
  }

  .device {
    display: block;
  }

  .popuporder__main {
    padding: 16px;
  }

  .popuporder h4 {
    font-size: 24px;
  }

  /* .popup_gift {
			font-size: 9.302px;
			width: 148px;
			height: 19px;
		} */

  .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;
  }

  .popup_gift {
    border-radius: 12.954px;
    background: #fff;
    box-shadow: 0px 6.477px 11.335px 0px rgba(0, 0, 0, 0.1);
    width: 339px;
    padding: 8px 10px;
  }
}

@media (min-width: 1244px) {
  .container {
    max-width: 1224px;
  }

  .mobile {
    display: none !important;
  }

  .device {
    display: block !important;
  }
}