body {
  background-color: #f5f5f5;
  overflow-x: hidden;
}
button:hover {
  text-decoration: underline;
}
button:focus,
button:active {
  background-color: #860101 !important;
  white-space: nowrap;
  text-decoration: none;
}
.checkOutButton {
  background-color: #f39c28;
  font-family: Heebo;
  font-weight: 500;
  border-radius: 2rem;
  text-align: center;
  color: #ffffff;
  height: 1.75rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  width: 4.625rem;
  font-family: Heebo;
  font-weight: 500;
  margin-left: 0.5rem;
}

#boldText {
  font-family: boldText !important;
}

#cartSVG {
  cursor: pointer;
}

.header {
  position: relative;
  width: 100%;
}
.headerBasketCount {
  position: absolute;
  top: 0.625rem;
  right: calc(((100vw - 100%) / -2) + 1rem);
  width: 2.125rem;
  height: 2.125rem;
}
.headerBasketCount > div > svg {
  width: 100%;
  height: 100%;
}
.headerBasketCount > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.headerBasketCount > div > span {
  top: -15%;
  left: -10%;
}
.header_bg {
  position: absolute;
  top: 0;
  right: calc((100vw - 100%) / -2);
  left: calc((100vw - 100%) / -2);
  bottom: 0;
  z-index: -1;
}
.header_bg > img {
  width: 100%;
  height: 100%;
}
.header_hero {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12rem;
  padding-top: 4.4375rem;
}
.header_hero > img {
  margin-right: auto;
  margin-left: auto;
  width: 47.5rem;
}
.header_hero > h2 {
  font-weight: 900;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: Cooper-Std;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.75rem;
  margin-top: 0.875rem;
}
.header_hero > h2 > sup {
  font-size: 0.875rem;
}
.header_cupImg {
  position: absolute;
  top: 0;
  left: 53%;
  transform: translate(-60%, -155%);
  width: 29.458rem;
  height: 18.675rem;
}
.header_cupImg > img:nth-of-type(1) {
}
.header_cupImg > img:nth-of-type(2) {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -0%);
  width: 64%;
}

.steps {
  margin-right: auto;
  margin-left: auto;
  margin-top: 19.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.steps > h2 {
  text-align: center;
  font-weight: 900;
  font-family: Cooper-Std;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.steps > h2 > sup {
  font-size: 0.875rem;
}
.steps_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 19.625rem));
  color: #ffffff;
  gap: 2.625rem;
  margin: 4.2rem auto 0;
}
.stepCard {
  background-color: #e02826;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 3rem 1.25rem 2.25rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  border-radius: 2rem;
}
.stepCard > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem 0;
}
.stepCard > div > p {
  font-family: ITC-Std;
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
}
.stepCard > div > h3 {
  font-family: Cooper-Std;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 900;
}

.couponButton {
  background-color: #e02826;
  color: #ffffff;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 14.6875rem;
  height: 4rem;
  font-family: Heebo;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marshmallowsWrapper {
  margin: 9rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.marshmallowsWrapperHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.marshmallowsWrapperHeader > h2 {
  font-family: Cooper-Std;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-align: center;
}

.marshmallowsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 20.75rem));
  margin: 0 auto;
  padding-top: 1rem;
  gap: 2px;
}
.marshmallowCard {
  position: relative;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25.5rem;
}
.marshmallowCard > svg {
  position: absolute;
  width: 4.875rem;
  height: 4.875rem;
  top: 1.5rem;
  right: 1rem;
  z-index: 999;
}
.marshmallowCard > div:nth-of-type(1) {
  position: absolute;
  width: 24.5rem;
  height: 24.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  left: -1.875rem;
  right: -1.875rem;
}
.marshmallowCard > div:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #b29fa2;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
  padding-top: 7.8125rem 0 5.5rem;
}
.marshmallowCard > div:nth-of-type(2) > h3 {
  font-size: 1.625rem;
  line-height: 2rem;
  max-width: 50%;
  font-weight: 900;
  font-family: Cooper-Std;
  margin-bottom: 2rem;
}
.marshmallowCard > div:nth-of-type(2) > span:first-of-type {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: italic;
  font-family: ITC-Std;
}
.marshmallowCard > div:nth-of-type(2) > span:last-of-type {
  display: none;
}
.marshmallowCard > div:nth-of-type(2) > button {
  color: #ffffff;
  border-radius: 0.75rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  font-family: Heebo;
  font-weight: 500;
  background-color: #e02826;
  white-space: nowrap;
  height: 2.6875rem;
  margin-top: 1.5rem;
  padding: 0 1rem;
}
.animateCard:hover > div:nth-of-type(2) {
  display: flex;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
.animateCard > div:nth-of-type(2) {
  display: none;
}
.selectedCard > div:nth-of-type(2) {
  display: flex;
  border: 2px solid #e02826;
}
.selectedCard > div:nth-of-type(2) > span:last-of-type {
  display: block;
  position: absolute;
  bottom: 0.875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #b29fa2;
  font-weight: 400;
  font-family: ITC-Std;
}
.selectedCard:hover > div:nth-of-type(2) {
  animation: none;
}

.removeFromBasket {
  top: -15%;
  right: -25%;
  width: 0.625rem;
  height: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 22px;
  cursor: pointer;
  user-select: none;
  z-index: 99999999;
}
.removeFromBasket > img {
  width: 0.625rem;
  height: 0.625rem;
}
.basketWrapper {
  background-color: #e02826;
  border-radius: 2rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 1.75rem;
  margin-left: auto;
  margin-right: calc(((100vw - 100%) / -2) + 1rem);
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  margin-top: 1rem;
  position: sticky;
  top: 1rem;
  z-index: 999999;
}
.basketCounter {
  position: absolute;
  font-size: 0.75rem;
  border-radius: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Heebo;
  font-weight: 500;
  color: #ffffff;
  background-color: #f38715;
  top: 0%;
  left: -5%;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0.65rem;
}
.basketItem {
  background-color: #860101;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.25rem;
  position: relative;
}
.basketItem > span {
  position: absolute;
  border-radius: 0.5rem;
  width: 3.35rem;
  height: 3.35rem;
  top: -0.4rem;
  left: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
}
.basketItem > span > img {
  width: 100%;
  height: 100%;
}

.ingredients {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5.25rem;
  padding-bottom: 5.625rem;
  color: #000000;
  max-width: 42.125rem;
}
.ingredients > h2 {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: Cooper-Std;
  line-height: 36px;
  margin-bottom: 42px;
}
.ingredients > p {
  text-align: center;
  font-style: italic;
  font-size: 0.8125rem;
  line-height: 0.975rem;
  font-weight: 400;
  font-family: ITC-Std;
}
.ingredients > p:first-of-type {
  margin-bottom: 2rem;
}

.footer {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  height: 118px;
  text-align: center;
  background-color: #e02826;
  font-size: 0.75rem;
  color: #ffffff;
  font-family: Heebo;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  to {
    transform: perspective(400px);
  }
}

@media only screen and (min-device-width: 1270px) and (max-device-width: 1540px) {
  .header_cupImg {
    top: 0;
    left: 51%;
    transform: translate(-55%, -140%);
    width: 27.458rem;
  }
  .header_cupImg > img:nth-of-type(2) {
    width: 65%;
    top: 6%;
    left: 50%;
    transform: translate(-51%, -0.5%);
  }

  .steps {
    margin-top: 17.5rem;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1269px) {
  .header_cupImg {
    top: 0;
    left: 51%;
    transform: translate(-50%, -130%);
    width: 26.458rem;
  }

  .steps {
    margin-top: 14.5rem;
  }
}

@media only screen and (min-device-width: 734px) and (max-device-width: 1024px) {
  .header_hero {
    padding-bottom: 9rem;
    padding-top: 3.4375rem;
  }
  .header_hero > img {
    margin-right: auto;
    margin-left: auto;
    width: 56vw;
  }
  .header_hero > h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 14px;
  }
  .header_cupImg {
    top: 0;
    left: 51%;
    transform: translate(-50%, -100%);
    width: 23rem;
    height: 21.8125rem;
  }
  .header_cupImg > img:nth-of-type(2) {
    width: 64.2%;
    transform: translate(-50%, -1.5%);
  }

  .basketWrapper {
    font-size: 0.5rem;
  }

  .steps {
    margin-top: 14.5rem;
  }

  .steps {
    margin-right: calc((100% - 100vw) / 4);
    margin-left: calc((100% - 100vw) / 4);
  }
  .steps > h2 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .steps_cards {
    gap: 1.625rem;
    margin: 3.2rem 1rem 0;
  }
  .stepCard {
    padding: 2rem 1.25rem 1.25rem;
  }
  .stepCard > div {
    gap: 0.625rem;
  }
  .stepCard > div > p {
    font-size: 0.75rem;
    line-height: 0.825rem;
  }
  .stepCard > div > h3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .couponButton {
    width: 13.4375rem;
    height: 3.65625rem;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .marshmallowsWrapper {
    margin: 4.75rem auto 0;
  }
  .marshmallowsWrapperHeader > h2 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .marshmallowsList {
    grid-template-columns: repeat(2, minmax(0, 20.75rem));
    gap: 1.5rem;
  }

  .ingredients {
    max-width: 84%;
  }
  .ingredients > p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .ingredients > p:first-of-type {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-device-width: 734px) {
  .header_hero {
    padding-bottom: 6rem;
    padding-top: 2.4375rem;
  }
  .header_hero > img {
    margin-right: auto;
    margin-left: auto;
    width: 95vw;
  }
  .header_hero > h2 {
    font-size: 0.8125rem;
    line-height: 0.975rem;
    margin-top: 1rem;
  }
  .header_hero > h2 > sup {
    font-size: 0.5rem;
  }
  .header_cupImg {
    top: 0;
    left: 51%;
    transform: translate(-50%, -102%);
    width: 16.4375rem;
    height: 15rem;
  }
  .header_cupImg > img:nth-of-type(2) {
    width: 64.2%;
    transform: translate(-50%, -1.5%);
  }

  .steps {
    margin-top: 11rem;
  }
  .steps > h2 > sup {
    font-size: 0.5rem;
  }
  .steps {
    margin-right: calc((100% - 100vw) / 4);
    margin-left: calc((100% - 100vw) / 4);
  }
  .steps > h2 {
    max-width: 60%;
    margin: auto;
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .steps_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.125rem;
    margin: 2.5rem auto 0;
  }
  .stepCard {
    max-width: calc(50% - 1.5rem);
    border-radius: 1.25rem;
    padding: 1.5rem 0.25rem 0.5rem;
    color: #f5f5f5 !important;
  }
  .stepCard > div {
    gap: 0.625rem;
  }
  .stepCard > div > p {
    font-size: 0.625rem;
    line-height: 0.825rem;
    margin-bottom: 0;
  }
  .stepCard > div > h3 {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .couponButton {
    background-color: #e02826;
    color: #ffffff;
    border-radius: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 9.875rem;
    height: 2.6875rem;
    font-family: Heebo;
    font-weight: 500;
  }
  .marshmallowsWrapper {
    margin: 9rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .marshmallowsWrapperHeader > h2 {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .marshmallowsList {
    grid-template-columns: repeat(1, minmax(0, 20.75rem));
  }
  .marshmallowCard {
    position: relative;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25.5rem;
  }
  .marshmallowCard > svg {
    position: absolute;
    width: 4.875rem;
    height: 4.875rem;
    top: 1.5rem;
    right: 1rem;
    z-index: 999;
  }
  .marshmallowCard > div:nth-of-type(1) {
    position: absolute;
    width: 24.5rem;
    height: 24.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
    left: -1.875rem;
    right: -1.875rem;
  }
  .marshmallowCard > div:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #b29fa2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    padding-top: 7.8125rem 0 5.5rem;
  }
  .marshmallowCard > div:nth-of-type(2) > h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    max-width: 50%;
    font-weight: 900;
    font-family: Cooper-Std;
    margin-bottom: 2rem;
  }
  .marshmallowCard > div:nth-of-type(2) > span {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-style: italic;
    font-family: ITC-Std;
  }
  .marshmallowCard > div:nth-of-type(2) > button {
    color: #ffffff;
    border-radius: 0.75rem;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: center;
    font-family: Heebo;
    font-weight: 500;
    background-color: #e02826;
    height: 2.6875rem;
    width: 10rem;
    margin-top: 1.5rem;
  }
  .animateCard:hover > div:nth-of-type(2) {
    display: flex;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    backface-visibility: visible !important;
    animation-name: flipInY;
  }
  .animateCard > div:nth-of-type(2) {
    display: none;
  }

  .ingredients {
    max-width: 74%;
  }
  .ingredients > h2 {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: Cooper-Std;
    line-height: 36px;
    margin-bottom: 42px;
  }
  .ingredients > p {
    text-align: center;
    font-style: italic;
    font-size: 0.8125rem;
    line-height: 0.975rem;
    font-weight: 400;
    font-family: ITC-Std;
  }
  .ingredients > p:first-of-type {
    margin-bottom: 2rem;
  }

  .footer {
    height: 114px;
    padding: 0 1rem;
    line-height: 1.1rem;
  }
}
