@font-face {
  font-family: "Amazon Ember";
  src: local("Amazon Ember"), local("AmazonEmber-Regular"),
    url(https://m.media-amazon.com/images/S/sash/pDxWAF1pBB0dzGB.woff2)
      format("woff2"),
    url(https://m.media-amazon.com/images/S/sash/kfKKBuoqcD$AUKL.woff)
      format("woff");
}

@font-face {
  font-family: "Amazon Ember";
  font-style: italic;
  src: local("Amazon Ember"), local("AmazonEmber-Italic"),
    url(https://m.media-amazon.com/images/S/sash/WOnTLzkiaEccV7F.woff2)
      format("woff2"),
    url(https://m.media-amazon.com/images/S/sash/JJsp0ZvgpfwzJM6.woff)
      format("woff");
}

@font-face {
  font-family: "Amazon Ember";
  font-weight: 700;
  src: local("Amazon Ember"), local("AmazonEmber-Bold"),
    url(https://m.media-amazon.com/images/S/sash/KFPk-9IF4FqAqY-.woff2)
      format("woff2"),
    url(https://m.media-amazon.com/images/S/sash/mzVbGSgvdBfRLX9.woff)
      format("woff");
}

@font-face {
  font-family: "Amazon Ember";
  font-style: italic;
  font-weight: 700;
  src: local("Amazon Ember"), local("AmazonEmber-BoldItalic"),
    url(https://m.media-amazon.com/images/S/sash/2SazJx$EeTHfhMN.woff2)
      format("woff2"),
    url(https://m.media-amazon.com/images/S/sash/CjbL$jCCegyfqZ7.woff)
      format("woff");
}
@import url(https://fonts.cdnfonts.com/css/amazon-ember);
.header__container {
  align-items: center;
  background: #131921;
  display: flex;
  font-size: 1.05em;
  padding: 0.25em 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__toggleOpen {
  color: #fff;
  font-size: 2.25em;
  margin-right: 0.25em;
}
.header__mobileUser {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-inline: 0.5em;
}
.header__mobileUserName {
  font-size: 0.75em;
}
.header__mobileUserIcon {
  font-size: 2em;
}
.header__logo:hover,
.header__mobileUser:hover,
.header__option:hover,
.header__optionBasket:hover {
  box-shadow: 0 0 0 0.075em #ddd;
}
.header__container a {
  text-decoration: none;
}
.header__search {
  align-items: center;
  border-radius: 0.25em;
  display: flex;
  flex: 1 1;
  font-size: 1.25em;
  margin-right: 0.5em;
  overflow: hidden;
}
.header__logo {
  height: 2.5em;
  margin-right: 1em;
  padding-top: 0.25em;
}
.header__searchInput {
  border: none;
  flex: 1 1;
  font-size: 0.8em;
  outline: none;
  padding: 0.35em;
}
.header__searchIcon {
  background: #febd68;
  display: flex;
  padding: 0.255em;
}
.header__searchIcon > * {
  font-size: 1.25em;
}
.header__nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__option {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-inline: 0 0.25em;
  padding: 0.25em 1em;
}
.header__optionOne {
  font-size: 0.7em;
}
.header__optionImg {
  object-fit: contain;
  padding: 0.15em;
  width: 2em;
}
.header__optionTwo {
  font-size: 0.9em;
  font-weight: 700;
}
.header__optionBasket {
  align-items: flex-end;
  display: flex;
  font-size: 0.9em;
  padding: 0.5em;
}
.header__optionBasket > div {
  font-size: 0.9em;
  position: relative;
}
.header__optionBasketCount {
  color: #f08806;
  font-size: 1.1em;
  left: 50%;
  position: absolute;
  top: -15%;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.header__optionBasket > span {
  color: #fff;
  height: -webkit-min-content;
  height: min-content;
}
.header__basket {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 3em;
}
.header__mobileNav {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  z-index: 101;
}
.header__mobileNav.active {
  opacity: 1;
  pointer-events: all;
}
.header__mobileNavContainer.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header__mobileNavContainer {
  background: #fff;
  flex: 0.8 1;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.header__mobileNavContainer,
.header__toggleClose {
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.header__toggleClose {
  display: flex;
  flex: 0.2 1;
  justify-content: center;
  margin-top: 3em;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.header__toggleClose.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header__toggleClose > * {
  color: #fff;
  font-size: 2em;
}
.header__mobileNavHeader {
  background: #222f3e;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em;
}
.header__mobileNavUser {
  align-items: center;
  align-self: flex-end;
  display: flex;
  gap: 0;
}
.header__mobileNavUser :nth-child(2) {
  font-size: 2em;
}
.header__mobileNavHeader > p {
  font-size: 1.75em;
}
.header__mobileNavHeader > p > span {
  font-size: 0.75em;
}
.header__mobileNavItems {
  background: #c9c9c9;
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  height: 100%;
  padding: 0 0 0.5em;
  width: 100%;
}
.header__mobileNavItem {
  background: #fff;
  color: #222f3e;
  padding: 1em;
}
.header__mobileNavItem:first-child {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header__mobileNavItem:first-child .header__optionOne {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .header {
    font-size: clamp(0.7em, 4vw, 1em);
  }
  .header__container,
  .header__mobileContainer {
    background: #222f3e;
  }
  .header__mobileContainer {
    display: flex;
    font-size: 1.25em;
    padding: 0.25em 1.5em;
    width: 100%;
  }
  .header__search {
    margin: 0;
  }
  .header__nav {
    margin-left: auto;
  }
  .header__option {
    margin: 0;
  }
  .header__optionOne {
    font-size: 1em;
  }
  .header__optionTwo {
    font-size: 1.5em;
  }
}
.home {
  display: flex;
}
.home__container {
  margin-inline: auto;
  max-width: 120em;
}
.home__row {
  display: flex;
  gap: 1em;
  margin-inline: 0.5em;
  margin-bottom: 1em;
  overflow-x: scroll;
  padding-bottom: 1em;
  padding-top: 1em;
  width: calc(100% - 1em);
}
.home__image {
  margin-bottom: -15em;
  -webkit-mask-image: linear-gradient(180deg, #000, 75%, transparent);
  mask-image: linear-gradient(180deg, #000, 75%, transparent);
  width: 100%;
  z-index: -1;
}
.home__alert {
  background: #febd68;
  border-radius: 0.25em;
  box-shadow: 0 0 0.5em #d19445;
  color: #512e00;
  min-width: 10em;
  opacity: 0.9;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  right: 1em;
  top: 5em;
  -webkit-transform: translateX(calc(100% + 1.5em));
  transform: translateX(calc(100% + 1.5em));
  transition: -webkit-transform 0.25s cubic-bezier(0.91, 0.37, 0.34, 1.38);
  transition: transform 0.25s cubic-bezier(0.91, 0.37, 0.34, 1.38);
  transition: transform 0.25s cubic-bezier(0.91, 0.37, 0.34, 1.38),
    -webkit-transform 0.25s cubic-bezier(0.91, 0.37, 0.34, 1.38);
  z-index: 150;
}
.home__alert.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 840px) {
  .home__container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home__image {
    margin-bottom: -6em;
  }
  .home__row {
    background: #fff;
    gap: 0.5em;
    margin-inline: 0;
    margin-bottom: 0.5em;
    min-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .home__image {
    margin-bottom: -3.5em;
  }
}
.product {
  background: #fff;
  box-shadow: 0 0 0.1em #d3d3d3;
  flex-direction: column;
  gap: 0.25em;
  min-width: 15em;
  z-index: 1;
}
.product,
.product__img {
  display: flex;
  width: 100%;
}
.product__img {
  background: #f8f8f8;
  justify-content: center;
  padding: 0.5em;
  z-index: inherit;
}
.product__info {
  background: #fff;
  padding: 0.5em;
}
.product__info > :first-child {
  font-size: 1.15em;
}
.product__img > img {
  max-height: 200px;
  object-fit: contain;
}
.product__price {
  display: flex;
  gap: 0.1em;
}
.product__price > :nth-child(2n) {
  font-size: 2em;
  font-weight: 700;
  margin-top: -0.2em;
}
.product__price > :nth-child(odd) {
  font-size: 1.25em;
}
.product__rating {
  color: #ffa41c;
}
.product > button {
  background: #ffd712;
  border: none;
  border-radius: 1em;
  box-shadow: 0 0.1em 0.25em #ebebeb;
  margin: 0 0.5em 0.5em;
  margin-inline: auto;
  padding: 0.35em 4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product > button:hover {
  background: #f3ce12;
}
@media screen and (max-width: 840px) {
  .product {
    border-radius: 0.25em;
    box-shadow: 0 0 0.25em #b5b5b5;
    font-size: clamp(0.55em, 3vw, 0.75em);
    overflow: hidden;
  }
  .product:first-child {
    margin-left: 1em;
  }
  .product:last-child {
    margin-right: 1em;
  }
  .product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product__img {
    height: 10em;
  }
  .product > button:hover {
    background: #ffd712;
  }
  .product > button:active {
    background: #f3ce12;
  }
}
.checkout {
  display: flex;
  gap: 1em;
  min-height: 90vh;
  padding: 1.25em;
}
.checkout > * {
  background: #fff;
}
.checkout__left {
  margin-top: 1em;
}
.checkout__right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.checkout__ad {
  margin-bottom: 1em;
  width: 100%;
}
.checkout__header {
  border-bottom: 0.05em solid #d3d3d3;
  margin: 0.5em 1em;
  padding-bottom: 1em;
}
.checkout__title {
  font-size: 1.75em;
}
@media screen and (max-width: 840px) {
  .checkout__right {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.16);
    position: -webkit-sticky;
    position: sticky;
    top: -4em;
  }
  .checkout {
    flex-direction: column-reverse;
  }
  .checkout__left {
    margin-bottom: auto;
  }
  .checkout__title {
    font-size: 1.5em;
  }
}
.subtotal {
  display: flex;
  flex-direction: column;
  margin: 1em;
  min-width: 15em;
}
.subtotal__title > strong {
  font-weight: 700;
}
.subtotal__gift {
  align-items: center;
  display: flex;
  font-size: 0.85rem;
  gap: 0.5em;
  margin-bottom: 1em;
}
.subtotal__button {
  background: #ffd712;
  border: none;
  border-radius: 0.5em;
  box-shadow: 0 0.1em 0.25em #ebebeb;
  font-size: 0.9em;
  margin: 0 0.5em 0.5em;
  margin-inline: auto;
  padding: 0.35em;
  width: 100%;
}
.subtotal__button:hover {
  background: #f3ce12;
}
.subtotal__error {
  color: #ff7215;
  font-size: 0.8em;
}
@media screen and (max-width: 840px) {
  .subtotal__button:active {
    background: #f3ce12;
  }
  .subtotal__button:hover {
    background: #ffd712;
  }
}
.checkout__products {
  padding: 1em;
}
.checkout__product {
  border-bottom: 0.05em solid #d3d3d3;
  display: flex;
  gap: 0.5em;
  padding: 0.5em;
}
.checkout__productImg {
  background: #fafafa;
  display: flex;
  height: 10em;
  justify-content: center;
  width: 12.5em;
}
.checkout__productImg > img {
  object-fit: contain;
}
.checkout__productInfo {
  flex: 1 1;
}
.checkout__productTitlePrice {
  display: flex;
  flex: 1 1;
  font-size: 1.25em;
  justify-content: space-between;
}
.checkout__productPrice {
  font-weight: 700;
}
.checkout__productGift {
  display: flex;
  font-size: 0.9em;
  gap: 0.5em;
}
.checkout__productRating {
  color: #ffa41c;
}
.checkout__productButtons {
  display: flex;
  font-size: 0.9em;
}
.checkout__productButtons > button {
  background: none;
  border: none;
  cursor: pointer;
  padding-inline: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.checkout__productButtons > button:hover {
  text-decoration: underline;
}
.checkout__productButtons > button:not(:last-child) {
  border-right: 0.05em solid gray;
}
@media screen and (max-width: 840px) {
  .checkout__product {
    flex-direction: column;
    font-size: 0.8em;
  }
  .checkout__productImg {
    width: 100%;
  }
  .checkout__productTitlePrice {
    flex-direction: column;
  }
  .checkout__productTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .checkout__productGift {
    display: flex;
  }
  .checkout__productGift a {
    margin-left: auto;
  }
}
.login {
  background-color: #fff;
  padding-inline: 1em;
}
.login,
.login__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.login__wrapper {
  min-height: 100vh;
  opacity: 0.5;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  transition: opacity 0.25s ease-in, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.25s ease-in;
  transition: transform 0.3s ease, opacity 0.25s ease-in,
    -webkit-transform 0.3s ease;
}
.login__wrapper.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.login__logo {
  height: 4.75em;
  margin: 0;
  object-fit: contain;
}
.login__container {
  border: 0.05em solid #bcbcbc;
  border-radius: 0.25em;
  max-width: 21.5em;
  padding: 0.75em 1.5em 1.5em;
}
.login__container > h2 {
  font-size: 1.85em;
  padding: 0;
}
.login__container > form {
  display: flex;
  flex-direction: column;
}
.login__container > form input {
  background: #e7f0fe;
  border: 0.075em solid #a2a2a2;
  border-radius: 0.15em;
  font-size: 0.85em;
  margin-bottom: 1em;
  outline: none;
  padding: 0.25em 0.5em;
  transition: 0.25s ease;
}
.login__container > form input:focus {
  border: 0.075em solid #fb9b21;
  box-shadow: 0 0 0.25em 0.05em #fb9b21;
}
.login__container > form label {
  font-size: 0.85em;
  font-weight: 700;
}
.login__container > h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
}
.login__container > p {
  font-size: 0.85em;
  margin-top: 1.5em;
}
.login__wrapper > p {
  font-size: 0.85em;
  margin-bottom: 0.35rem;
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.login__wrapper > p:after {
  background: #bcbcbc;
  content: "";
  height: 0.05em;
  left: 0;
  position: absolute;
  top: -5%;
  width: 100%;
}
.login__wrapper > p a {
  color: #5292a3;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.login__wrapper > p a:hover {
  color: #b4781e;
  text-decoration: underline;
}
.login__signInButton {
  background: linear-gradient(#f6dd9e, #f0c24d);
  border: 0.075em solid #878787;
  border-radius: 0.1em;
  cursor: pointer;
}
.login__signInButton:disabled {
  color: #000;
  opacity: 0.7;
}
.login__signInButton:hover {
  background: linear-gradient(#ffdd87, #e8b537);
}
.login button.active {
  opacity: 0.5;
}
.login__error {
  color: #ff7215;
  font-size: 0.8em;
  margin-left: auto;
}
.login__error:first-letter {
  text-transform: uppercase;
}
.checkout__header > button {
  background: none;
  border: none;
  color: #5292a3;
  cursor: pointer;
  padding: 0;
}
.checkout__header > button:hover {
  color: #b4781e;
  text-decoration: underline;
}
.payment {
  background-color: #fff;
  min-height: 90vh;
}
.payment__container > h1 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
}
.payment__container > h1 a {
  text-decoration: none;
}
.payment__section {
  display: flex;
  gap: 1em;
  padding: 1em;
}
.payment__title {
  flex: 0.2 1;
}
.payment__address,
.payment__details,
.payment__items {
  flex: 0.8 1;
}
.payment__priceContainer > div {
  margin-bottom: 1em;
}
.payment__details > form > div > button {
  background: #ffd712;
  border: none;
  border-radius: 0.1em;
  box-shadow: 0 0.1em 0.25em #ebebeb;
  color: #111;
  margin: 0 0.5em 0.5em;
  margin-inline: auto;
  padding: 0.35em 4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.payment__details > form > div > button:disabled {
  opacity: 0.496;
}
.payment__details > form > div > button:not(:disabled):hover {
  background: #f3ce12;
}
@media screen and (max-width: 840px) {
  .payment__section {
    flex-direction: column;
  }
  .payment__title {
    border-bottom: 0.05em solid #d3d3d3;
    font-size: 1.5em;
  }
}
.orders {
  padding: 1em 4em;
}
.orders > h1 {
  font-size: 1.5em;
}
@media screen and (max-width: 840px) {
  .orders {
    padding: 1em;
  }
}
.order {
  background-color: #fff;
  border: 0.05em solid #d3d3d3;
  display: flex;
  flex-direction: column;
  margin: 1em 0;
  padding: 2em;
}
.order > h2 {
  font-size: 1.25em;
  font-weight: 500;
}
.order__id {
  color: #777;
}
.order__total {
  color: #b4781e;
  font-weight: 500;
}
.order__id,
.order__total {
  align-self: flex-end;
}
.order .checkout__productButtons,
.order .checkout__productGift {
  display: none;
}
@media screen and (max-width: 840px) {
  .order__id {
    align-self: flex-start;
    color: #777;
    font-size: 0.75em;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  font: inherit;
  font-family: "Amazon Ember", Arial, sans-serif;
  margin: 0;
}
button {
  cursor: pointer;
}
ol[role="list"],
ul[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  text-rendering: optimizeSpeed;
  background: #eaeded;
  line-height: 1.5;
  min-height: 100vh;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  display: block;
  max-width: 100%;
}
footer {
  align-items: center;
  background: #131921;
  color: #fff;
  display: flex;
  font-weight: 300;
  justify-content: center;
  padding: 2rem;
}
footer a {
  color: #ffa41c;
  padding-left: 1ch;
  text-decoration: none;
}
@media screen and (max-width: 840px) {
  footer {
    background-color: #222f3e;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  :after,
  :before {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=main.44e374b6.css.map*/
