@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Oleo+Script:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

button, input {
  outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/* BREAKPOINTS */
/* MEDIA QUERIES */
/*
$lt-smartphone: only screen and (max-device-width: 576px);
*/
.is-xxs, .is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 340px) {
  .is-xxs {
    display: block;
  }
}

@media only screen and (min-width: 576px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 340px) {
  .only-xxs {
    display: block;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1201px) {
  .only-xl {
    display: block;
  }
}

:root.light {
  --color-main: 255, 160, 0;
  --color-main-bg: 255,243,211;
  --color-main-light: 255, 224, 164;
  --color-secondary: 42, 44, 63;
  --color-secondary-light: 88, 90, 136;
  --bg-gradient: linear-gradient(140deg, rgba(var(--color-white),1) 0%, rgba(var(--color-main-bg),1) 100%);
  --color-white: 255, 255, 255;
  --color-black: 0, 0, 0;
  --color-text: 70, 33, 8;
  --color-grey: 170, 170, 170;
  --color-light-grey: 243, 243, 243;
  --color-danger: 204, 50, 50;
}

:root.dark {
  --color-secondary: 26, 26, 26;
  --color-main-bg: 255,243,211;
  --color-secondary-light: 255, 224, 164;
  --color-main: 43, 45, 71;
  --color-main-light: 40, 40, 52;
  --bg-gradient: rgba(var(--color-secondary),1);
  --color-white: 15, 15, 15;
  --color-black: 200, 200, 200;
  --color-text: var(--color-black);
  --color-grey: 170, 170, 170;
  --color-light-grey: 243, 243, 243;
  --color-danger: 204, 50, 50;
}

:root {
  --app-height: 100%;
  --breadcrumb-height: 100%;
  --nav-height: 70px;
  --nav-min-height: 20px;
  --rem-baseline: 16px;
  --font-content: "Lato", sans-serif;
  --font-special: "Oleo Script", cursive;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --fw-extra-bold: 700;
  --page-width: 80%;
  --page-max-width: 1200px;
  --page-gutter-width: 20px;
  --gutter: 40px;
  --gutter-w: 3vw;
  --gutter-h: 3vh;
  --gutter-grid: 20px;
  --product-column: 4;
  --transition: all .3s ease-in-out;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("eot"), url("../fonts/icons/icons.woff2") format("woff2"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.svg#icons") format("svg");
}
.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-all-season:before {
  content: "\e001";
}

.icon-arrow-down:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-right:before {
  content: "\e004";
}

.icon-arrow-scroll:before {
  content: "\e005";
}

.icon-arrow-swiper:before {
  content: "\e006";
}

.icon-arrow-top:before {
  content: "\e007";
}

.icon-arrow-up:before {
  content: "\e008";
}

.icon-arrow:before {
  content: "\e009";
}

.icon-bag:before {
  content: "\e00a";
}

.icon-calendar:before {
  content: "\e00b";
}

.icon-cart:before {
  content: "\e00c";
}

.icon-check:before {
  content: "\e00d";
}

.icon-close:before {
  content: "\e00e";
}

.icon-delivery-service:before {
  content: "\e00f";
}

.icon-edit:before {
  content: "\e010";
}

.icon-facebook:before {
  content: "\e011";
}

.icon-filter:before {
  content: "\e012";
}

.icon-helper:before {
  content: "\e013";
}

.icon-instagram:before {
  content: "\e014";
}

.icon-linkedin:before {
  content: "\e015";
}

.icon-location:before {
  content: "\e016";
}

.icon-payment:before {
  content: "\e017";
}

.icon-play-circle:before {
  content: "\e018";
}

.icon-play-line:before {
  content: "\e019";
}

.icon-play:before {
  content: "\e01a";
}

.icon-quality-price:before {
  content: "\e01b";
}

.icon-reset:before {
  content: "\e01c";
}

.icon-round:before {
  content: "\e01d";
}

.icon-save:before {
  content: "\e01e";
}

.icon-schedule:before {
  content: "\e01f";
}

.icon-search:before {
  content: "\e020";
}

.icon-star-fill:before {
  content: "\e021";
}

.icon-star:before {
  content: "\e022";
}

.icon-stock-in:before {
  content: "\e023";
}

.icon-stock-inprogress:before {
  content: "\e024";
}

.icon-summer:before {
  content: "\e025";
}

.icon-tick:before {
  content: "\e026";
}

.icon-time:before {
  content: "\e027";
}

.icon-trash:before {
  content: "\e028";
}

.icon-truck-delivery-time:before {
  content: "\e029";
}

.icon-truck:before {
  content: "\e02a";
}

.icon-twitter:before {
  content: "\e02b";
}

.icon-user:before {
  content: "\e02c";
}

.icon-winter:before {
  content: "\e02d";
}

.icon-youtube:before {
  content: "\e02e";
}

p {
  font-size: 16px;
  line-height: 1.45em;
  margin-bottom: 1em;
  color: rgb(var(--color-secondary));
  font-weight: 400;
}

body {
  background: rgb(255, 255, 255);
  background: var(--bg-gradient);
  font-family: var(--font-content);
  color: rgb(var(--color-text));
}

a,
button {
  cursor: pointer;
  border: none;
  background: none;
}

.delete-btn, #clearList, .edit-btn, #submit {
  border: none;
  background: none;
  padding: 0.5em 1em;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  color: rgb(var(--color-text));
}
.delete-btn *, #clearList *, .edit-btn *, #submit * {
  pointer-events: none;
}

#submit {
  background: rgb(var(--color-secondary-light));
  color: rgba(var(--color-white), 0.8);
}
#submit:hover {
  background: rgb(var(--color-secondary));
}
.dark #submit:hover {
  background: rgba(var(--color-secondary-light), 0.6);
}

#clearList, .edit-btn {
  border: 1px solid rgb(var(--color-secondary-light));
  color: rgba(var(--color-secondary), 1);
}
#clearList:hover, .edit-btn:hover {
  color: rgba(var(--color-white), 0.8);
  background: rgb(var(--color-secondary-light));
}

.edit-btn {
  min-width: 80px;
  justify-content: center;
}
.edit-btn[data-state=save] {
  color: rgba(var(--color-white), 1);
  background: rgb(var(--color-secondary));
}
.dark .edit-btn[data-state=save] {
  background: rgb(var(--color-black));
  color: rgb(var(--color-white));
}
.dark .edit-btn {
  border-color: rgb(var(--color-black));
  color: rgba(var(--color-black), 1);
}
.dark .edit-btn:hover {
  background: rgb(var(--color-black));
  color: rgb(var(--color-white));
}
.edit-btn .icon {
  display: inline-block;
  margin-left: 0.5em;
}

.delete-btn .icon {
  position: relative;
  top: 2px;
}
.delete-btn:hover {
  background: rgba(var(--color-danger), 0.25);
  color: rgb(var(--color-danger));
}

img {
  width: 100%;
}

h1 {
  font-size: 82px;
  line-height: 1.1em;
  margin-bottom: 0.25em;
}

.site-title {
  display: none;
}

.main-header {
  margin: auto;
}
.main-header > .wrapper {
  display: flex;
  padding: 0.5em 1em;
  border-radius: 100px;
  align-items: center;
  gap: var(--gutter);
  margin: calc(var(--gutter) / 2);
  border: 1px solid rgba(var(--color-text), 0.2);
}

.navigation-logo {
  height: 46px;
  min-width: 120px;
}
.dark .navigation-logo {
  filter: brightness(100);
}
.navigation-logo img {
  width: 100%;
  height: 100%;
}

.navigation {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.navigation .list {
  display: inline-flex;
  gap: 2em;
  padding-right: var(--gutter);
}
.navigation .list-item {
  white-space: nowrap;
  color: rgb(var(--color-main-dark));
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: var(--transition);
}
.navigation .list-item:hover {
  color: rgb(var(--color-main));
}

.page-notice {
  background: black;
  color: white;
  text-align: center;
}
.page-notice a {
  padding: 0.5em 1em;
  color: white;
}

.buttons {
  display: flex;
  gap: 1em;
}

.scroll-action {
  width: 100%;
}

.presentation {
  max-width: var(--page-max-width);
  margin: auto;
}
.presentation > .wrapper {
  display: flex;
  min-height: calc(100vh - 64px - var(--gutter) * 3);
  margin-top: calc(var(--gutter) * 2);
  flex-wrap: wrap;
  gap: var(--gutter);
}
.presentation header {
  flex: 1;
  margin-top: calc(var(--gutter));
}
.presentation footer {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
.presentation .title {
  font-family: var(--font-special);
  color: rgb(var(--color-text));
  max-width: 500px;
}
.presentation p {
  max-width: 70%;
  margin-bottom: calc(var(--gutter) * 1.5);
}

.presentation-packshot {
  width: 35%;
  position: relative;
  z-index: 1;
  align-self: center;
}
.presentation-packshot .packshot-bg {
  position: absolute;
  width: 100%;
  background: rgb(var(--color-secondary));
  border-radius: 100%;
  aspect-ratio: 1;
  z-index: -1;
  transform: translateY(-18%);
}

.introduction {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.introduction > .wrapper {
  text-align: center;
  padding: var(--gutter) 0;
}

.app {
  min-height: 88vh;
}
.app > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--gutter);
}
.app header {
  width: 100%;
}
.app .list-item-value {
  padding: 0.25em 0.5em;
  flex: 1;
  border-radius: 5px;
}
.app .list-item-value:focus, .app .list-item-value[contenteditable=true] {
  background: rgb(var(--color-white));
  outline: 1px solid rgb(var(--color-black), 0.2);
  box-shadow: 1px 2px 10px rgba(var(--color-black), 0.1);
}

#monForm {
  margin: var(--gutter);
  display: flex;
  gap: 1em;
}

#monField {
  background: rgb(var(--color-white));
  color: rgb(var(--color-black));
  flex: 1;
  padding: 1em 2em;
  border: 1px solid rgb(var(--color-black), 0.1);
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(var(--color-main), 0.2);
}
#monField::placeholder {
  color: rgba(var(--color-grey), 0.7);
}

#itemList {
  display: inline-flex;
  flex-direction: column;
}

.shop-list-item {
  padding: 0.5em 1em;
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.shop-list-item[disabled="true"] {
  opacity: .3;
}

.shop-list-item:nth-child(even) {
  background: rgba(var(--color-main-light), 0.25);
}
.shop-list-item:hover {
  border: solid rgb(var(--color-main));
  border-width: 1px 0 1px 0;
  background: rgba(var(--color-main-light), 0.75);
}

.table {
  display: inline-flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgb(var(--color-main), 0.5);
  overflow: hidden;
}

.table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em calc(var(--gutter) / 2);
  background: rgb(var(--color-main), 0.5);
  min-height: 65px;
}

#clearList {
  border-color: rgba(var(--color-black), 0.3);
  color: rgba(var(--color-black), 0.6);
  justify-content: flex-end;
  align-self: flex-end;
}
#clearList:hover {
  background: rgba(var(--color-danger), 1);
  color: rgba(var(--color-white), 1);
  border-color: transparent;
}
#clearList .icon {
  display: inline-block;
  margin-left: 0.5em;
}

#submit {
  aspect-ratio: 1;
  height: 50px;
  justify-content: center;
}
#submit[disabled] {
  opacity: 0.3;
  background: rgb(var(--color-text));
}
#submit[disabled]:hover {
  background: rgb(var(--color-text));
}

.darkmode-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: rgba(var(--color-text), 0.5);
}
.darkmode-toggle .label {
  font-size: 0.8em;
}
.darkmode-toggle .toggler {
  --offset: 5px;
  display: flex;
  background: rgb(var(--color-white));
  width: 50px;
  height: 25px;
  border-radius: 100px;
  align-items: center;
  border: 1px solid rgb(var(--color-black), 0.1);
}
.darkmode-toggle .toggler .toggle-elm {
  display: block;
  width: 17px;
  aspect-ratio: 1;
  margin: var(--offset);
  border-radius: 100px;
  background: rgb(var(--color-main), 0.7);
  transition: transform 0.5s ease-out, background 0.25s ease-out;
}
.light .darkmode-toggle .toggler .toggle-elm {
  background: rgb(var(--color-main), 1);
  transform: translateX(calc(100% + var(--offset)));
}

.popin {
  display: none;
  visibility: hidden;
  background: rgba(var(--color-black), 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.is-open.popin {
  display: block;
  visibility: visible;
  opacity: 1;
}

#listEmpty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter);
  margin-bottom: 0;
  color: rgba(var(--color-text), 0.4);
}

.popin.is-open {
  opacity: 1;
}