/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */


.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
* {
  box-sizing: border-box;
}
button.button.add-to-cart-button, button.button.send-message-button, button.button.checkout-btn {
  background-color: #ffef00;
  color: black;
}
button.button.select-option-button {
  border: solid 1px #ffef00;
  color: #ffef00;
}

.button.button-see-all {
  width: max-content;
  padding: 15px;
  background-color: orange;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-size: ;
}


html {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}

body {
  background-color: #111111;
  color: #FFFFFF;
  cursor: default;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.show-cursor {
  cursor: none !important;
}
body.show-cursor * {
  cursor: none !important;
}
body#product {
  background-color: #111111;
  color: #111111;
}
body#product .cart-link {
  background-color: #111111;
  /*color: #111111;*/
  color: white;
}
body#product > header .hamburger span {
  background-color: #111111;
}
body.overlay-open {
  overflow: hidden;
}
body.maintenance-page {
  cursor: auto !important;
  text-align: center;
}
body.maintenance-page .maintenance-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
body.maintenance-page h1 {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page h1 {
    font-size: 32px;
  }
}
body.maintenance-page p {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page p {
    font-size: 18px;
  }
}
body.maintenance-page .maintenance-social-links {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-social-links {
    font-size: 14px;
  }
}
body.maintenance-page .maintenance-social-links li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-social-links li {
    display: block;
    margin-bottom: 10px;
  }
}
body.maintenance-page .maintenance-social-links a {
  cursor: pointer !important;
  display: block;
  padding: 4px 10px;
}
:root {
  --warm-yellow: #ffdabe;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, textarea {
  appearance: none;
  background-color: #111111;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 0;
  width: 100%;
}
input:active, input:focus, textarea:active, textarea:focus {
  outline: none;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none !important;
  opacity: 0 !important;
}

.col-span-2 { grid-area: auto / span 2  }
.header {
  background-color: transparent;
  padding: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 20px;
  }
}
.header.overlay-header {
  position: relative;
}
.header .primary-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 10px 20px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
.header .secondary-header {
  margin: 0 auto;
  text-align: center;
}
.header .header-center {
  text-align: center;
}
.header .store-link {
  display: flex;
  align-items: flex-start;
  font-size: 56px;
  line-height: 1.2em;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .header .store-link {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .header .store-link {
    font-size: 32px;
  }
}
.header .cart-link {
  background: #111111;
  border-radius: 100%;
  /*color: #111111;*/
  color: white;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  height: 38px;
  font-size: 12px;
  line-height: 38px;
  width: 38px;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .header .cart-link {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
}
.header .cart-link.expanded {
  -webkit-animation: growUp 1.5s 0.1s;
  animation: growUp 1.5s 0.1s;
}
.header .cart-link.hidden {
  opacity: 0;
  visibility: hidden;
}

.has-flash-message > header {
  -webkit-transition: 0.2s padding ease-out;
  transition: 0.2s padding ease-out;
  padding-top: 60px;
}
.has-flash-message > .main {
  padding-top: 60px;
}
.has-flash-message > header.smaller {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .has-flash-message > header {
    padding-top: 45px;
  }
  .has-flash-message > header.smaller {
    padding-top: 45px;
  }
  #product.has-flash-message > .main {
    padding-top: 120px;
  }
}

.store-logo {
  max-height: 120px;
}
@media screen and (max-width: 767px) {
  .store-logo {
    max-height: 80px;
  }
}

@keyframes growUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#contact .secondary-header, .custom .secondary-header {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.open-category-nav {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .open-category-nav {
    font-size: 14px;
  }
}

.hamburger {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: none;
  border: none;
  height: 32px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 32px;
}
.hamburger.open-page-nav {
  display: none;
}
.hamburger div {
  height: 32px;
  position: relative;
  top: 12px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .hamburger div {
    height: 24px;
    width: 24px;
  }
}
.hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: white;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}
.hamburger.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.return-icon {
  /*fill: #111111;*/
  fill: white;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .return-icon {
    height: 24px;
    width: 24px;
  }
}

#home .open-page-nav, #products .open-page-nav {
  display: block;
}
#home .return-home-link, #products .return-home-link {
  display: none;
}

#contact .open-page-nav, .custom .open-page-nav {
  display: block;
}
#contact .return-home-link, .custom .return-home-link {
  display: none;
}

.main {
  margin: 0 auto;
  margin-top: 200px;
  /* padding: 50px; */
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 50px 20px;
  }
}

.page-nav-menu {
  flex: 1 0 200px;
}
@media screen and (max-width: 1023px) {
  .page-nav-menu {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .main > .page-nav-menu {
    display: none;
  }
}
.custom .main, #contact .main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .custom .main, #contact .main {
    padding-top: 0;
  }
}

.custom-page-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom-page-title {
    font-size: 24px;
  }
}

.custom-page-content {
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 60px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .custom-page-content {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-page-content {
    font-size: 18px;
  }
}

.custom-page img, .custom-page iframe {
  display: block;
  max-width: 100%;
}
.custom-page a {
  text-decoration: underline;
}
.custom-page p {
  margin: 0 0 1em 0;
}
.custom-page ol, .custom-page ul {
  list-style: inherit;
  margin: 1em 0;
  padding: 0 0 0 25px;
}

.empty-container {
  flex: 1 0 200px;
}
@media screen and (max-width: 1023px) {
  .empty-container {
    display: none;
  }
}

.wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.intro-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #111111;
  color: #FFFFFF;
  font-size: 80px;
  height: 100%;
  left: 0;
  line-height: 92px;
  padding: 0 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .intro-overlay {
    font-size: 40px;
    line-height: 52px;
    padding: 0 20px;
  }
}
.intro-overlay.preload {
  background-color: #111111;
}
.intro-overlay .intro-text {
  display: none;
  text-align: center;
}

.cursor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateZ(0) scale(0.11);
  transform: translateZ(0) scale(0.11);
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
  opacity: 0;
  height: 100px;
  width: 100px;
}

.show-cursor .cursor {
  /*background-color: #111111;*/
  border-radius: 50%;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 100px;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  text-align: center;
  z-index: 1000;
  background-color: #ffffffc7;
  box-shadow: 0 0 30px black;
  /*border: 1px solid black;*/
}
.show-cursor .cursor .cursor-text {
  font-size: 0px;
  line-height: 20px;
  opacity: 0;
}
.show-cursor .cursor.expanded {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: height 0.2s ease-in-out width 0.2s ease-in-out;
  transition: height 0.2s ease-in-out width 0.2s ease-in-out;
}
.show-cursor .cursor.expanded .cursor-text {
  font-size: 16px;
  opacity: 1;
}
.show-cursor .cursor.small-expanded {
  -webkit-transform: scale(0.15);
  transform: scale(0.15);
  -webkit-transition: height 0.2s ease-in-out width 0.2s ease-in-out;
  transition: height 0.2s ease-in-out width 0.2s ease-in-out;
}

.arrow {
  display: none;
}

.show-cursor .arrow {
  height: 60px;
  width: 60px;
  z-index: 1000;
  pointer-events: none;
  display: none;
  position: absolute;
}
.show-cursor .arrow svg {
  fill: #111111;
  height: 60px;
  width: 60px;
}

.dark-overlay {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
.dark-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.full-screen-overlay {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #11111152;
  backdrop-filter: blur(40px);
  color: #FFFFFF;
  font-size: 20px;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding-bottom: 140px;
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: 98;
}
.full-screen-overlay.show {
  opacity: 1;
  visibility: visible;
}
.full-screen-overlay .hamburger {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .full-screen-overlay .hamburger {
    top: -4px;
  }
}
.full-screen-overlay .overlay-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
}
.full-screen-overlay .overlay-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .full-screen-overlay .overlay-content {
    padding: 20px;
  }
}
.full-screen-overlay .overlay-content.centered-content {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 800px;
}

.overlay-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-placeholder {
  height: 40px;
  width: 40px;
}

.categories-list, .link-list {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
.categories-list > li, .link-list > li {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .categories-list, .link-list {
    font-size: 24px;
    line-height: 40px;
  }
  .categories-list .category-link, .link-list .category-link {
    margin-bottom: 12px;
  }
}

.social-links {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .social-links {
    font-size: 14px;
  }
}

.credit {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .credit {
    font-size: 12px;
  }
}

.scrollbar-measure {
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  appearance: none;
  -webkit-appearance: none;
  background-color: #111111;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  outline: none;
  text-align: center;
  width: 100%;
}
.button.minimal-button {
  background: none;
  color: #FFFFFF;
  border: none;
  font-size: 15px;
  padding: 0;
}
.button.minimal-button:not(:disabled):hover, .button.minimal-button:not(:disabled):active, .button.minimal-button:not(:disabled):focus {
  text-decoration: underline;
}
.button:disabled, .button.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:not(:disabled):hover, .button:not(:disabled):active, .button:not(:disabled):focus {
  opacity: 0.7;
}

.flash-message {
  display: none;
}

.has-flash-message .flash-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 16px;
  left: 0;
  line-height: 26px;
  padding: 14px 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message {
    font-size: 14px;
    padding: 14px 25px;
  }
}
.has-flash-message .flash-message .flash-message-text {
  text-align: center;
  width: calc(100% - 100px);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message .flash-message-text {
    width: calc(100% - 50px);
  }
}
.has-flash-message .flash-message .flash-message-close {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 50px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message .flash-message-close {
    right: 20px;
  }
}
.has-flash-message .flash-message .flash-message-close svg {
  fill: #FFFFFF;
  height: 14px;
  width: 14px;
}

ul.errors {
  color: #841c0f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
ul.errors li {
  margin-bottom: 10px;
}
ul.errors.home-errors {
  margin-bottom: 100px;
}
.product-list {
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0 60px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-list {
    padding: 0;
  }
}

.product-card {
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  /*max-width: 53%;*/
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-card {
    max-width: 60%;
  }
}
.product-card.product.sold-out {
  filter: opacity(0.6);
}
/*
.product-card .product-status {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  width: fit-content;
  margin: 0 auto 10px auto;
  background-color: black;
  padding: 0px 20px;
  border-radius: 18px;
  color: #f5ede7;
}

.product-card .product-status, .product-card .product-name {
  box-shadow: 0 4px 4px #00000021;
}

@media screen and (max-width: 1023px) {
  .product-card .product-status {
    font-size: 10px;
    margin-bottom: 3px;
    padding: 0px 9px;
  }
}
*/
/*
.product-card .product-name {
  font-size: 65px;
  line-height: 1.25em;
  text-transform: lowercase;
  width: fit-content;
  margin: 0 auto 10px auto;
  background-color: #f5ede7;
  padding: 0px 20px;
  border-radius: 45px;
  color: black;
}

@media screen and (max-width: 1500px) {
  .product-card .product-name {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .product-card .product-name {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .product-card .product-name {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card .product-name {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .product-card .product-name {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .product-card .product-name {
    font-size: 18px;
    padding: 5px 14px;
  }
}
*/
/*
.product-card .product-info {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(0%);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  left: 50%;
  max-width: 80%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  visibility: hidden;
  width: 100%;
  z-index: 30;
}
*/
.product-card:nth-child(4n+1) {
  margin-left: auto;
}

.product-card-spacer {
  height: 30vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-card-spacer {
    height: 15vh;
  }
}

.show-product-title .product-info {
/*
  for new grid layout
  opacity: 1;
  visibility: visible;

  display: flex;
  width: 100%;
  flex-direction: column;
  */
}

.product-link {
  display: block;
  position: relative;
}

.product-thumbnail-image {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.spinner {
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  background-color: #111111;
  border-radius: 100%;
  height: 40px;
  margin: 200px auto;
  width: 40px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.infinite-scroll-last {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 10vh auto;
  text-align: center;
}

.no-products-found {
  font-size: 20px;
  text-align: center;
}
.product-page-title {
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-page-title {
    display: none;
  }
}

.product-page-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-page-subtitle {
    display: none;
  }
}

.product-images {
  height: 100vh;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-images {
    height: auto;
    margin-bottom: 50px;
    position: relative;
  }
  .product-images.multiple-product-images {
    /*margin-bottom: 70px;*/
    margin: 0;
  }
}

@supports (object-fit: cover) {
  .product-images:before {
    content: "objectfit";
    display: none;
  }
}
.product-image {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-image {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    height: auto;
  }
}
.product-image.fit {
  height: calc(100vh - 400px);
  margin: 200px 100px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1023px) {
  .product-image.fit {
    height: auto;
    margin: 0;
    width: 100%;
  }
}
.product-image.fit img {
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .product-image.fit img {
    height: auto;
    width: 100%;
  }
}
.product-image img {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-image img {
    height: 100%;
  }
}

.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  z-index: 94;
}

.flickity-page-dots {
  bottom: 50px;
  z-index: 94;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .flickity-page-dots {
    /*bottom: -40px;*/
    bottom: 20px;
  }
}
.flickity-page-dots .dot {
  background: #111111;
  border-radius: 0;
  height: 2px;
  width: 24px;
}

.multiple-product-images .flickity-prev-next-button {
  border-radius: 0;
  background: transparent;
  bottom: 0;
  height: 100%;
  padding: 0;
  top: 0;
  transform: none;
  width: calc(50% - 150px);
  z-index: 95;
}
.multiple-product-images .flickity-prev-next-button svg {
  display: none;
}
.multiple-product-images .flickity-prev-next-button:hover {
  background: transparent;
}
.multiple-product-images .flickity-prev-next-button.previous {
  left: 0;
}
.multiple-product-images .flickity-prev-next-button.next {
  right: 0;
}

.touch-device .multiple-product-images .flickity-prev-next-button {
  opacity: 0;
  visibility: hidden;
}

.product-page-content {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  min-height: calc(100vh - 100px);
  padding: 0 50px;
  position: absolute;
  top: calc(100vh + 100px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-page-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-page-content {
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: auto;
    left: 0;
    margin-top: 100vh;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-page-content {
    margin-top: 0;
  }
}

.product-page-button {
  display: block;
  width: 100%;
}

.product-page-buttons {
  margin: 0 auto 80px;
  max-width: 424px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-page-buttons {
    margin-bottom: 40px;
  }
}

.product-description {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 40px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-description {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 64px;
  }
}
.product-description a {
  color: #FFFFFF;
  text-decoration: underline;
}
.product-description img, .product-description iframe {
  display: block;
  max-width: 100%;
}
.product-description ol, .product-description ul {
  list-style: inherit;
  margin: 1em 0;
  padding: 0 0 0 25px;
}

.options-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
.options-list.product-options-list {
  margin-bottom: 20px;
}
.options-list .option-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 0 10px;
  padding: 0;
}
.options-list .option-item[disabled="disabled"] label {
  background: #111111 !important;
  color: #FFFFFF !important;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
}
.options-list .option-item.hidden {
  display: none;
}

.product-option-group-title {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
  text-align: center;
}

.product-option-value-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}
.product-option-value-radio:hidden {
  display: none;
}
.product-option-value-radio:not([disabled="disabled"]):hover + .product-option-value-label, .product-option-value-radio:not([disabled="disabled"]):focus + .product-option-value-label {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #111111;
}
.product-option-value-radio:checked + .product-option-value-label {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #111111;
}
.product-option-value-radio:disabled + .product-option-value-label {
  background: #111111;
  color: #FFFFFF;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
}
.product-option-value-radio.hidden + .product-option-value-label {
  display: none;
}

.product-option-value-label {
  -webkit-transition: background, color 0.3s ease-in-out;
  transition: background, color 0.3s ease-in-out;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  line-height: 20px;
  margin-right: 10px;
  padding: 16px 24px;
}

.product-quantity {
  display: none;
}

.show-mobile-portrait {
  display: none;
  padding: 0 50px;
  text-align: center;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .show-mobile-portrait {
    display: block;
    margin-bottom: 40px;
  }
}

.mobile-product-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.mobile-product-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-top: 20px;
}

#product .main {
  margin-top: 0;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  #product .main {
    padding: 0;
  }
}

.reset-selection-button-container {
  text-align: center;
  width: 100%;
}

button.reset-selection-button {
  display: none;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 8px !important;
  width: auto;
}

#instant-checkout-button {
  margin-top: 12px;
  width: 100%;
}
.contact-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.contact-form {
  width: 100%;
}
.contact-form input, .contact-form textarea {
  appearance: none;
  background-color: #111111;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  padding: 12px 0;
  width: 100%;
}
.contact-form input:active, .contact-form input:focus, .contact-form textarea:active, .contact-form textarea:focus {
  border-bottom: 1px solid #FFFFFF;
  outline: none;
}

.input-holder {
  position: relative;
}

.contact-form-block {
  margin-bottom: 56px;
}
.contact-form-block.contact-message, .contact-form-block.contact-recaptcha {
  margin-bottom: 36px;
}

.recaptcha-instructions {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5em;
}

.contact-sent {
  text-align: center;
}
#cart > header .secondary-header, #cart > header .primary-header {
  display: none;
}
#cart > .main {
  padding-top: 0;
}

.cart-page-title {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cart-page-title {
    font-size: 24px;
  }
}

.cart-holder {
  -webkit-overflow-scrolling: touch;
  background-color: #111111;
  height: auto;
  left: 0;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 64px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .cart-holder {
    height: 100vh;
  }
}
.cart-holder header {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.cart-holder .store-link {
  font-size: 40px;
}

.cart-content {
  margin: 0 auto 32px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-content {
    padding: 0 20px 32px;
  }
}

.cart-empty-message {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-empty-message {
    font-size: 14px;
    line-height: 24px;
  }
}
.cart-empty-message a {
  text-decoration: underline;
}

.cart-items {
  border-bottom: 1px solid #FFFFFF;
}

.cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-image-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .item-image-details {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

.item-details {
  line-height: 1.5em;
  padding: 0 32px 0 24px;
}
@media screen and (max-width: 767px) {
  .item-details {
    line-height: 1.1em;
  }
}

.item-details-name {
  font-family: "Montserrat", sans-serif;
}

.item-quantity-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .item-quantity-holder {
    order: 3;
    margin-left: 0;
    margin-top: 20px;
    max-width: 50%;
  }
}

.item-details-price {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .item-details-price {
    order: 4;
    margin-top: 20px;
  }
}

.item-details-option {
  font-size: 12px;
  margin-top: 6px;
}

.qty-button {
  background: none;
  border: none;
  height: 30px;
  outline: none;
  padding: 0;
  width: 30px;
}
.qty-button.remove-qty {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .qty-button.remove-qty {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    order: 2;
  }
}
.qty-button svg {
  display: block;
  fill: #FFFFFF;
  height: 30px;
  width: 30px;
}

.qty-input {
  border: none;
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .qty-input {
    font-size: 16px;
    width: 54px;
  }
}

.item-image {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100px;
  min-width: 100px;
  width: 100px;
}

.checkout-btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .checkout-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .checkout-btn {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
}




/* BS */

.d-flex {
  display: flex;
}

.flex-wrap { flex-wrap: wrap; }
.gallery-wrap {
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.underlined {
  text-decoration: black underline;
}
.gallery-wrap img {
  width: 28%;
  margin: 20px auto;
  border-radius: 10px;
}
.flex-column {
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.align-items-center {
  align-items: center;
}
#product .product-page-content {
  color: white;
}
@media screen and (max-width: 1023px) {
  .christmas-time {
    font-size: 10px;
    width: max-content;
    text-align: center;
  }

  #product .product-images {
    height: 90vh;
  }
  
  #product .product-image img {
    height: 90vh;
  }
}

@media screen and (min-width: 1023px) {
  #product main {
    display: flex;
    justify-content: space-between;
  }
  #product header.header {
    /* padding-bottom: 10px !important;
    background-color: #1111117A;
    box-shadow: 0 5px 5px #1111117A; */
  }
  #product .product-images {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: calc(100vh - 100px);
  }
  #product .product-page-content {
    -webkit-transform: unset;
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
  }
  #product .product-page-buttons {
    width: max-content;
    margin: 0 auto;
  }

  #product .product-page-button {
    padding: 0 18px;
    border-radius: 10px;
  }

  #product .product-description {
    font-size: 16px;
  }
  #product .product-image img {
    width: auto;
    height: 100%;
    max-height: calc(100vh - 160px);
    border-radius: 10px;
  }

  #product .product-image {
    display: flex;
    justify-content: center;
  }
  #product .product-page-title, #product .product-page-subtitle {
    display: none;
  }
}
.title-in-description {
  margin: 0;
  padding-right: 10px;
}
.product-description p {
  border-top: 1px solid;
}
.category-bullet {
  color: white;
  background: blueviolet;
  padding: 10px;
  width: max-content;
  border-radius: 15px;
  margin-right: 5px;
}
.category-bullet a {
  color: white;
  font-size: 12px;
}
.w-50 { width: 50%; }
.w-70 { width: 70%; }

.vw-100 { width: 100vw; }

@media screen and (max-width: 1023px) {
  .w-s-100 { width: 100%;}
}
.pos-unset { position: unset !important; }
.pos-relative { position: relative !important; }

.p-0 { padding: 0; }
.p-t-10 { padding-top: 10px; }
.p-t-18 { padding-top:  18px; }
.p-t-50 { padding-top: 50px; }
.p-t-130 { padding-top: 130px; }

.m-0 { margin: 0; }
.m-t-10 { margin-top: 10px; }
.m-t-50 { margin-top: 50px; }

.d-none { display: none !important; }

.font-1-1 {
  font-size: 1rem;
  line-height: 1rem;
}

.line-h-24 { line-height: 24px; }
.line-h-26 { line-height: 26px; }
.flex-column-space-bt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.z-97 { z-index: 97;}

.grow-cursor.page-link {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 16px;
}

.social-links.link-list {
  margin-top: 0;
}

.full-screen-overlay .overlay-content {
  padding: 10px 50px 50px;
}

.text-white {
  color: #111111;
}



/* NEW HOME */

.product-list {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: unset;
  justify-content: space-between;
}

.product-list .product-card {
  /*margin: 10px;*/
  height: 60vh;
}

.product-card-spacer {
  display: none;
}

/*
.product-card .product-info {
  position: absolute;
}
*/
.product-link:hover .product-info {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.product-link img {
  object-fit: cover;
  height: 100%;
}

.category-names-in-products {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: max-content;
  flex-direction: row-reverse;
  align-items: flex-end;
  right: 0;
}

.product-link:hover .category-in-categories {
  opacity: 1;
}

.category-in-categories {
  opacity: 1;
  padding: 5px 10px;
  background: black;
  color: white;
  border-radius: 10px;
  margin: 5px;
  font-size: 12px;
  width: max-content;
  transition: all 250ms ease;
}
.category-in-categories.on-sale {
  background: yellow;
  color: black;
}
.category-in-categories.new {
  background: #ff009b;
  color: white;
}
.on-sale-yellow-price {
  background-color: yellow;
  padding: 3px 6px;
}

.product-card .product-info {
  -webkit-transform: unset;
  transform: unset;
  left: unset;
  top: unset;
  width: 100%;
  bottom: -100px;
  max-width: 100%;
}

.product-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84%;
  overflow: hidden;
  /*border-radius: 9px;*/
}
/*
.product-card .product-status {
  width: 100%;
  margin: 0;
  background-color: #111111;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  box-shadow: 0 -4px 4px #00000021;
}

.product-card .product-name {
  width: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 8px;
  color: #111111;
  padding: 8px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
*/
.product-thumbnail-image {
  border-radius: unset;
}



.store-logo {
  max-height: 38px;
  transition: all 500ms ease;
}

.header {
  padding: 20px;
/*    background: linear-gradient(black, transparent 60%);
background: linear-gradient(var(--warm-yellow), transparent 60%);*/
}

/*.has-flash-message > header {
  padding-top: 100px;
}*/

/* header smaller */
.header.smaller .store-logo {
  max-height: 75px;
}
.has-flash-message > header.smaller {
  padding-top: 20px;
}
#home .main, #products .main {
  margin-top: 120px;
}


@media screen and (min-width: 1100px) {
  .product-card .product-name {
    font-size: 14px;
  }
  .product-card .product-status {
    font-size: 12px;
  }
  .product-link {
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: unset;
  }
  /*
  .product-link:hover {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  }
  */
  #home .main, #products .main {
    /*padding: 164px 20px 50px 20px;*/
  }
}

@media screen and (max-width: 1100px)  {
  /*
  .product-link {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  }
  */
  .product-card .product-name {
    font-size: 12px;
  }
  .product-card .product-status {
    font-size: 10px;
  }
  .category-in-categories {
    opacity: 1;
    padding: 4px 6px;
    background: black;
    color: white;
    border-radius: 10px;
    margin: 5px 2px 0 2px;
    font-size: 9px;
  }
  .product-link:hover .category-in-categories {
    opacity: 1;
  }
  .product-card .product-link-bottom .product-info {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    padding: 10px 16px;
  }

  #home .main, #products .main {
    /*padding: 170px 20px 50px 20px;*/
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-list {
    margin-top: 0;
    justify-content: center;
  }
  .product-card .product-info {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .product-card .product-name {
    font-size: 12px;
  }
  .product-card .product-status {
    font-size: 10px;
  }
  .category-in-categories {
    opacity: 1;
    padding: 5px 10px;
    background: black;
    color: white;
    border-radius: 10px;
    margin: 5px;
    font-size: 10px;
  }
  .product-link:hover .category-in-categories {
    opacity: 1;
  }
  .store-logo {
    max-width: 42vw;
  }
  #home .main, #products .main {
    /*padding: 130px 20px 50px 20px;
    padding-top: 120px;*/
  }
}

.header .catch-phrase-holder {

}

.limited-pill {
  font-size: 0.6rem;
  line-height: 0.8rem;
  padding: 3px 12px;
  background-color: white;
  color: #111111;
  border-radius: 15px;
  border: 0.5px solid;
}

/* Product Show */
.extra-categories {
  margin: 40px 0;
  background: linear-gradient(transparent 0%, var(--warm-yellow) 10%, var(--warm-yellow) 90%, transparent 100%);
  padding: 20px 50px 50px 50px;
  width: 100vw;
}
.extra-category-products {
  overflow-x: scroll;
}
.extra-categories .product-card.product {
  width: 100px;
  min-width: 100px;
  margin: 10px;
}

.product-card.product::marker {
  color: transparent;
}

.extra-categories .product-name, .extra-categories .product-status {
  font-size: 10px;
  line-height: 1rem;
}
.extra-categories .product-name {
  min-height: unset;
}
@media screen and (min-width: 1100px) {
  #product .main {
    margin-top: 150px;
  }
  #product h2 {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  #product .main {
    min-height: 100vh;
    padding: 0;
  }
  
  #product .main {
    position: relative;
  }
  
  #product .product-page-content {
    position:unset;
    transform: unset;
    margin-top: 0;
    padding-top: 50px;
  }
  #product .product-description { font-size: 16px; }
  #product .product-images {
    position: relative;
  }
  #product .product-page-title, #product .product-page-subtitle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #product .product-page-content {
    margin-top: 0;
    padding-top: 0;
  }
}




.product-thumbnail-image.second-image {
  opacity: 0;
  position: absolute;
  transition: all 250ms ease;
  background-color: white;
}

.product-link:hover .second-image {
  opacity: 1;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 0 auto;
}

.product-list .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}

.product-link-bottom .product-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: white;
  color: black;
  height: 100%;
  padding: 16px;
  text-transform: capitalize;
}

.product-card:hover .category-in-categories {
  opacity: 1;
}
.product-link {
  height: 100%;
}

.product-link-bottom {
  height: 76px;
  position: absolute;
  width: auto;
  bottom: 8px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  left: 8px;
  right: 8px;
  box-shadow: 0 16px 48px black;
}
.product-link-bottom, .product-link {
  background: white;
  color: black;
}
.product-info-left {
  width: 75%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-detail {
  margin: 0;
  font-size: 11px;
  display: block;
  text-transform: none;
}

.product-status {
  width: 25%;
  text-align: right;
}
.currency_sign {
  padding: 0 4px;
}

@media screen and (min-width: 1023px) {
  #product .product-page-buttons {
    margin: 36px auto;
  }
}

@media screen and (max-width: 1023px) {
  .header { padding: 20px; }
  .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 0 auto;
  }
  .product-list .product-card {
    width: 100%;
    max-width: 100%;
    height: 450px;
    grid-area: auto;
  }
  .product-link-bottom {
    height: 13%;
  }
  .product-link {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
  }
}

.cursor.expanded {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.1);
}

#sales-logo, #fifty-shades {
  opacity: 0;
}
#sales-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -85px;
  z-index: -1;
}
#fifty-shades {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -28px;
  right: -67px;
  z-index: -1;
}

.top-squares {
  margin: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: calc(100vh - 140px);
}

.top-square {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.top-square a {
  z-index: 1;
  font-size: 48px;
  text-shadow: 0 0 30px black;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: brightness(0.5);
  text-align: center;
  transition: all 250ms;
}
.top-square a:hover {
  backdrop-filter: brightness(1);
}
.top-square img {
  width: 50vw;
  object-fit: cover;
  height: 100%;
}
.position-absolute {
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .top-square a {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .top-squares { 
    display: none; 
    margin-top:  120px;
  }
  .top-square a {
    font-size: 24px;
  }
}

.has-flash-message .flash-message {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.has-flash-message .flash-message-text {
  position: absolute;
  white-space: nowrap;
  /* Start off-screen to the right */
  transform: translateX(100%);
  animation: scroll-left 16s linear infinite;
}
.has-flash-message .flash-message-text.delay-10 {
  animation-delay: 7s;
}
.has-flash-message .flash-message-text.delay-20 {
  animation-delay: 14s;
}
@media screen and (max-width: 1100px) {
  .has-flash-message .flash-message-text {
    animation: none;
    transform: unset;
    text-align: center;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    /* Move text completely off-screen to the left */
    transform: translateX(-100%);
  }
}

.has-flash-message .flash-message:hover .flash-message-text {
  animation-play-state: paused;
}


.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  .footer-links {
    display: flex;
    margin: 0;
    justify-content: space-between;
    background: black;
    padding: 4px 32px;
    .footer-link {
      font-size: 10px;
      line-height: 16px;
    }
  }
}