@charset "UTF-8";
.display-none {
  display: none !important;
}

html, body {
  margin: 0;
  padding: 0;
  background: url("../assets/white-bg.png");
}

p {
  font-size: 1.25rem;
}

a, button {
  font-weight: bold;
}

p, a, label, select, button, .blog-body, .nav-list-item, input, textarea, label {
  font-family: "Architects Daughter", cursive;
}

h1, .page-head, h2, .blog-title, h3, h4, h5, h6 {
  font-family: "Shadows Into Light", cursive;
  font-weight: bold;
}

.index-title {
  display: block;
  margin: 70px auto 20px auto;
  text-align: center;
  font-size: 4rem;
  font-family: "Shadows Into Light", cursive;
}

.main-title {
  display: block;
  margin: 5% auto 20px auto;
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 1000px) {
  .index-title {
    margin-top: 120px;
  }
  .main-title {
    margin-top: 120px;
  }
}
.nav-list {
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  flex-wrap: wrap;
}
.nav-list-item {
  transition: 0.25s;
  display: block;
  margin: 10px 10px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  width: 120px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.nav-list-item.blog-col {
  color: #1c1c1c;
  background: url("../assets/info-bg.png");
}
.nav-list-item.blog-col:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.nav-list-item.shop-col {
  color: #1c1c1c;
  background: url("../assets/shop-bg.png");
}
.nav-list-item.shop-col:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.nav-list-item.contact-col {
  color: #1c1c1c;
  background: url("../assets/contact-bg.png");
}
.nav-list-item.contact-col:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.nav-list-item.about-col {
  color: #1c1c1c;
  background: url("../assets/blog-bg.png");
}
.nav-list-item.about-col:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.nav-list-item.danger-col {
  color: #1c1c1c;
  background: url("../assets/danger-bg.png");
}
.nav-list-item.danger-col:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.nav-list-item.admin-col {
  color: #1c1c1c;
  background: url("../assets/admin-bg.png");
}
.nav-list-item.admin-col:hover {
  filter: brightness(0.9);
  text-decoration: none;
}

@media (max-width: 700px) {
  .nav-list {
    flex-direction: column;
  }
  .nav-list-item {
    display: block;
    margin: 10px 0;
  }
}
.title-bg {
  margin: 0;
  background: url("../assets/white-bg.png");
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.blog-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  margin: 20px 0;
}

.featured-bg {
  margin-bottom: -5px;
  padding-bottom: 10px;
}

.blog-bg {
  background: url("../assets/info-bg.png");
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  min-height: 70vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.info-bg {
  background: url("../assets/blog-bg.png");
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  min-height: 70vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shop-bg {
  background: url("../assets/shop-bg.png");
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  min-height: 70vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.contact-bg {
  background: url("../assets/contact-bg.png");
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  min-height: 70vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 1000px) {
  .blog-bg, .contact-bg {
    margin-top: 40px;
  }
}
.index-blog-container {
  background: url("../assets/white-bg.png");
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 20px;
}

.button {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.button.blog-col {
  color: #1c1c1c;
  background: url("../assets/info-bg.png");
}
.button.blog-col:hover {
  background-color: #664cff;
}
.button.shop-col {
  color: #1c1c1c;
  background: url("../assets/shop-bg.png");
}
.button.shop-col:hover {
  background-color: #faff50;
}
.button.contact-col {
  color: #1c1c1c;
  background: url("../assets/contact-bg.png");
}
.button.contact-col:hover {
  background-color: #76ff59;
}
.button.admin-col {
  color: #1c1c1c;
  background: url("../assets/admin-bg.png");
}
.button.admin-col:hover {
  background-color: #76ff59;
}
.button-s {
  padding: 10px;
}

.container {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0 auto;
}

/*
███████ ███████  █████  ████████ ██    ██ ██████  ███████ ██████
██      ██      ██   ██    ██    ██    ██ ██   ██ ██      ██   ██
█████   █████   ███████    ██    ██    ██ ██████  █████   ██   ██
██      ██      ██   ██    ██    ██    ██ ██   ██ ██      ██   ██
██      ███████ ██   ██    ██     ██████  ██   ██ ███████ ██████
*/
.featured-container {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin: 10px auto;
  font-size: 1.5rem;
}
.featured-container > a {
  font-family: "Shadows Into Light", cursive;
  font-weight: bold;
  background: url("../assets/featured-bg.png");
}
.featured-container > a:hover {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 1000px) {
  .featured-container {
    display: none;
  }
}
.featured-item {
  box-sizing: border-box;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 20px;
  padding: 10px;
  text-align: center;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.featured-item:hover {
  filter: brightness(0.7);
}
.featured-item > img {
  width: 99%;
  height: 150px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
██████  ██       ██████   ██████
██   ██ ██      ██    ██ ██
██████  ██      ██    ██ ██   ███
██   ██ ██      ██    ██ ██    ██
██████  ███████  ██████   ██████
*/
.page-head {
  margin-top: 30px;
  font-size: 3rem;
  text-align: center;
}

.blog-post {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 5px;
  width: 100%;
  min-height: 60px;
  margin: 20px auto;
  background-image: url("../assets/white-bg.png");
  box-sizing: border-box;
}

.blog-body {
  display: flex;
}
.blog-body > div > p {
  width: 100%;
  max-height: 100px;
  padding: 0 10px 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-thum {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.read-more {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  background: url("../assets/info-bg.png");
  margin: 10px;
  width: 150px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.read-more:hover {
  filter: brightness(0.8);
}

.youtube-vid {
  display: block;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .blog-body {
    flex-direction: column;
  }
  .blog-thum {
    width: 100%;
    margin: 10px auto;
  }
  .youtube-vid {
    width: 100%;
  }
}
span.right, .blog-time {
  margin-right: 10px;
  float: right;
}

@media (max-width: 700px) {
  .blog-time {
    float: none;
    display: block;
  }
}
.paper-bg {
  background: url("../assets/white-bg.png");
  padding: 20px;
  margin: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

main.container {
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 1200px;
}

.admin-btn {
  display: inline-block;
  border: none;
  padding: 10px;
  background: url("../assets/admin-bg.png");
  margin: 0 10px;
  min-width: 100px;
  text-align: center;
  color: #000;
  transition: 0.5s;
  white-space: nowrap;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.admin-btn.danger {
  background: #ffadad;
}
.admin-btn:hover {
  color: #000;
  text-decoration: none;
  filter: brightness(0.8);
}

.admin-table-small {
  margin: 0 auto;
  max-width: 100%;
}
.admin-table-small > tr > * {
  border: 1px solid #000;
  background: red;
}

.admin-bg {
  background: url("../assets/admin-bg.png");
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  min-height: 80vh;
}

.article-img-center {
  display: block;
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto;
}

.article-img-small {
  display: block;
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.contact-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

input {
  display: inline-block;
  background: none;
  border: none;
  color: #000;
  border-bottom: 2px solid #000;
  min-width: 50px;
  margin: 10px auto;
}

input.contact {
  width: 100%;
}

label.contact {
  display: inline-block;
  min-width: 100px;
}

textarea.contact {
  display: block;
  min-width: 400px;
  background: none;
  border: 1px solid #000;
  border-bottom: 2px solid #000;
  resize: vertical;
  color: #000;
  width: 100%;
  height: 5rem;
}

@media (max-width: 700px) {
  textarea.contact {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    min-width: 0px;
  }
}
.send-button.contact {
  display: inline-block !important;
  background: url("../assets/contact-bg.png");
  color: #000;
  border: none;
  display: block;
  transition: 0.5s;
  cursor: pointer;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.send-button.contact:hover {
  filter: brightness(0.7);
}

@media (max-width: 700px) {
  .send-button.contact {
    width: 100%;
  }
}
.shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  grid-gap: 40px;
}

@media (max-width: 1200px) {
  .shop-grid {
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0;
  }
}
@media (max-width: 700px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
}
.shop-item {
  height: 300px;
  padding: 5px;
  background: url("../assets/white-bg.png");
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}
.shop-item.onsale {
  background: url("../assets/danger-bg.png");
}
.shop-item:hover {
  filter: brightness(0.8);
}

a.shop-item {
  text-decoration: none;
  color: #000;
  overflow: hidden;
}

.product-img {
  object-fit: cover;
  margin: 0 auto;
  display: block;
  height: 75%;
  aspect-ratio: 1/1;
}

span.right {
  margin-right: 10px;
  float: right;
}

.product-page-image {
  width: 300px;
  max-height: 200px;
  object-fit: contain;
}

.product-image-container {
  overflow-x: auto;
  width: 100%;
  display: flex;
}
.product-image-container > img {
  object-fit: cover;
  width: 300px;
}

.add-to-cart {
  min-width: none;
  width: 50px !important;
}

.about-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

@media (min-width: 700px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .about-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.about-block {
  width: 100%;
  height: 100%;
  min-height: 100px;
  text-align: center;
  padding-top: 30px;
  color: #000;
  background: url("../assets/blog-bg.png");
  transition: 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.about-block:hover {
  color: #000;
  text-decoration: none;
  filter: brightness(0.9);
}

.related-container {
  display: flex;
  overflow-x: auto;
}

.related-img {
  width: 200px;
}

.related-product {
  margin: 0;
  display: inline-block;
  width: 200px;
  background: url("../assets/blog-bg.png");
  text-align: center;
  padding: 50px;
  color: #000;
  font-size: 1.25rem;
}
.related-product:hover {
  filter: brightness(0.9);
  color: #000;
  text-decoration: none;
}

.cookie-banner, .notice {
  top: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: calc(3rem + 20px);
  background: url("../assets/danger-bg.png");
  font-size: 1.5rem;
  font-family: "Shadows Into Light", cursive;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 1000px) {
  .cookie-banner, .notice {
    font-size: 1rem;
    height: 100px;
  }
}
.notice {
  top: 0;
  background: url("../assets/blog-bg.png");
  z-index: 950;
}

.notice-body {
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../assets/blog-bg.png");
  z-index: 2000;
  width: 100%;
  height: 100%;
}

.cookie-btn {
  display: inline-block;
  padding: 10px;
  background: url("../assets/white-bg.png");
  text-decoration: none;
  color: #000;
  transition: 0.25s;
  width: 100%;
}
.cookie-btn:hover {
  color: #000;
  text-decoration: none;
  filter: brightness(0.8);
}
.cookie-btn.accept {
  background: url("../assets/contact-bg.png");
}
.cookie-btn.decline {
  background: url("../assets/danger-bg.png");
}

.sm-container {
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
}

.sm-item {
  display: block;
  text-align: center;
  transition: 0.5s;
  font-size: 50px;
  padding: 75px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sm-item.facebook {
  background-color: #4267B2;
  color: #ffffff;
}
.sm-item.facebook:hover {
  background-color: #ffffff;
  color: #4267B2;
}
.sm-item.twitter {
  background-color: #ffffff;
  color: #1da1f2;
}
.sm-item.twitter:hover {
  background-color: #1da1f2;
  color: #ffffff;
}
.sm-item.instagram {
  color: #000;
  background: #fff;
}
.sm-item.instagram:hover {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: #ffffff;
}

@media (max-width: 700px) {
  .sm-container {
    flex-direction: column;
    margin: 50px auto;
  }
  .sm-container.sm-index {
    flex-direction: column;
    margin: 220px auto;
  }
}
.paypal-btn {
  border: none;
  background: none;
  padding: none;
  width: auto;
  height: auto;
}

.order-table {
  width: 100%;
  border: 1px solid #000;
  margin: 20px auto;
}
.order-table > tbody > tr > * {
  text-align: center;
}

.cat-fullscreen {
  position: fixed;
  z-index: 1000;
  background: url("../assets/white-bg.png");
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  overflow-y: auto;
}
.cat-fullscreen > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .pc-not {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .phone-only {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .phone-not {
    display: none !important;
  }
  .admin-btn.m-fw {
    /* Mobile full width */
    width: 100%;
    margin: 5px 0;
  }
}
@media (min-width: 1000px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .tablet-not {
    display: none !important;
  }
}
.cart-item-m {
  margin: 10px auto;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

nav.flex.justify-between {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.inarticlelink {
  display: block;
  margin: 10px auto;
  width: 60%;
  min-width: 150px;
  text-align: center;
  padding: 10px;
  color: #000;
  text-decoration: none;
  background: url(../assets/info-bg.png);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: url("../assets/white-bg.png");
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 10px;
}
.main-nav > a {
  margin: 0 10px;
  text-decoration: none;
}
.main-nav > h2 {
  display: block;
  margin-right: auto;
}

.index-and-sideview-outer-container {
  max-width: 800px;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.index-and-sideview-outer-container > div {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 0 10px;
}

@media (min-width: 1000px) {
  .index-and-sideview-outer-container > div.side {
    max-width: 200px;
    transform: translateX(-200px);
    position: absolute;
    left: 240px;
    top: 400px;
  }
}
@media (max-width: 1200px) {
  .index-and-sideview-outer-container {
    flex-direction: column;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .index-and-sideview-outer-container {
    max-width: 1200px;
  }
}
@media (min-width: 1000px) {
  .phone-and-tablet-only {
    display: none !important;
  }
}
.cookie-fullscreen {
  top: 0;
  left: 0;
  z-index: 10000;
  position: fixed;
  display: flex;
  flex-direction: column-reverse;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.cookie-banner-new {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin: auto auto 0 auto;
  background: url("../assets/white-bg.png");
  width: 100%;
  height: 400px;
}
.cookie-banner-new > * {
  margin: 10px;
}

.cookie-banner-new-text {
  display: block;
  width: 100px;
  max-width: 200px;
}

.cookie-banner-new-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}
.cookie-banner-new-buttons > * {
  margin: 10px;
}

/*# sourceMappingURL=master.css.map */
