

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
@font-face {
    font-family: DolceVitaLight;
    src: url(https://cdn.shopify.com/s/files/1/0264/0904/2002/files/Dolce_Vita_Light.ttf?v=1645715718);
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
@font-face {
    font-family: DolceVitaLight;
    src: url(https://cdn.shopify.com/s/files/1/0264/0904/2002/files/Dolce_Vita_Light.ttf?v=1645715718);
}
@font-face {
font-family: LetterGothic;
src: url('https://fonts.cdnfonts.com/s/12757/LetterGothicStd.woff') format('woff');
}


/*IJK Media*/
#home {
  overflow: hidden;
}

#home .main {
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

#home .main .product-list {
    padding: 0;
}

#home.show-cursor .cursor.expanded {
    transform: scale(0.1);
}

#home.show-cursor .cursor.expanded .cursor-text {
    display: none;
}

#home .main .product-list .product-card {
    max-width: 100%;
}

#home .main .product-list .product-card img {
    height: 100vh;
    object-fit: cover;
}

#home .secondary-header {
    margin-top: -50px;
    display: flex;
    justify-content: center;
}

.secondary-header .store-link.grow-cursor {
    display: inline-block;
    font-size: 46px;
}

.header {
    padding: 25px 50px 25px 50px;
}

#home .main .product-list .product-card .product-name {
    font-size: 32px;
  display: none;
}

.home-icon {
  margin-right: 10px !important;
}

body#stockists .secondary-header, #about .secondary-header, body#contact .secondary-header {
    position: initial !important;
}

#about .secondary-header,body#contact .secondary-header, #products .secondary-header, body#stockists .secondary-header {
    margin-top: -50px;
    display: flex;
    justify-content: center;
}

.secondary-header .store-link.grow-cursor {
  transform: rotate(90deg);
    right: -105px;
    position: absolute;
    top: 240px;
}

@media only screen and (max-width: 600px) {
  body .secondary-header .store-link.grow-cursor {
     font-size: 30px;
    transform: rotate(90deg);
    right: -70px;
    top: 160px;
    position: absolute;
}


  #home .secondary-header {
    margin-top: 70px;
}

  #about .header .secondary-header,#contact .header .secondary-header, #products .header .secondary-header, #stockists .header .secondary-header {
  margin-top: 100px;
}

  #products .main {
    margin-top: 270px;
  }

}




.flickity-enabled {
  position: relative;
}

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

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

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

}



/* draggable */}


.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;
  height: 100vh !important;
}

.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: -596px;
    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;
}

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

body {
  background-color: #FFFFFF;
  color: #0738A2;
  cursor: default;
 /*   font-family: "Libre Baskerville", serif;*/
  font-family: LetterGothic;
  font-size: 12px;
  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: #FFFFFF;
  color: #0738A2;
}
body#product .cart-link {
  background-color: #0738A2;
  color: #FFFFFF;
}
body#product > header .hamburger span {
  background-color: #0738A2;
}
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;
}

a {
  color: #0738A2;
  text-decoration: none;
}

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

input, textarea {
  appearance: none;
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #0738A2;
  border-radius: 0;
  color: #0738A2;
  /* font-family: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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;
}

.header {
  background-color: transparent;
  padding: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
}
@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;
}
.header .secondary-header {
  margin: 0 auto;
  text-align: center;
}
.header .header-center {
  text-align: center;
}
.header .store-link {
  display: inline-block;
  font-size: 56px;
  line-height: 1.2em;
}
@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: #0738A2;
  border-radius: 100%;
  color: #FFFFFF;
  display: block;
  /* font-family: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
@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: 100px;
}
.has-flash-message > header.smaller {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .has-flash-message > header.smaller {
    padding-top: 20px;
  }
}

.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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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: #0738A2;
  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: #0738A2;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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: #FFFFFF;
  color: #0738A2;
  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: #FFFFFF;
}
.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: 120px;
  width: 120px;
}

.show-cursor .cursor {
  background-color: #0738A2;
  border-radius: 50%;
  color: #FFFFFF;
  /* font-family: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  font-size: 16px;
  line-height: 120px;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  text-align: center;
  z-index: 1000;
}
.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: #0738A2;
  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: #FFFFFF;
  color: #0738A2;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .social-links {
    font-size: 14px;
  }
}

.credit {
  /* font-family: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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: #0738A2;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  /* font-family: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  outline: none;
  text-align: center;
  width: 100%;
}
.button.minimal-button {
  background: none;
  color: #0738A2;
  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: 97;
}
@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);
}
@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: #0738A2;
  font-family: "Libre Baskerville", 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: 100%;
  }
  .product-card:nth-child(4n+1) {
    margin-left: 0px;
}
}
.product-card .product-status {
  /* font-family: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .product-card .product-status {
    font-size: 16px;
  }
}
.product-card .product-name {
  font-size: 88px;
  line-height: 1.25em;
}
@media screen and (max-width: 1500px) {
  .product-card .product-name {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .product-card .product-name {
    font-size: 72px;
  }
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .product-card .product-name {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card .product-name {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .product-card .product-name {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-card .product-name {
    font-size: 40px;
  }
}
.product-card .product-info {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -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 {
  opacity: 1;
  visibility: visible;
}

.product-link {
  display: block;
  position: relative;
/*   object-fit:cover; */
}

.product-thumbnail-image {
  display: block;
  width: 100%;
  height:730px;
 
}

.spinner {
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  background-color: #0738A2;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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;
    width: 100%;
    top: 0;

}
@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;
  }
}

@supports (object-fit: cover) {
  .product-images:before {
    content: "objectfit";
    display: none;
  }
}
.product-image {
    height: 100%;
    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) {
 img.product-thumbnail-image {
    height: 700px;
    object-fit: cover;
}
  .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: 100%;
  object-fit: cover;

}
}
@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;
  height: 213%;
}

.flickity-page-dots {
  bottom: 50px;
  z-index: 94;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .flickity-page-dots {
    bottom: -40px;
  }
}
.flickity-page-dots .dot {
  background: #0738A2;
  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 {
     margin-top: 100px;
    margin-bottom: 100px;

}
@media screen and (max-width: 1023px) {
  .product-page-content {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
}

.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;
  }

  .flickity-enabled.is-draggable .flickity-viewport {
    height: 60vh !important;
}

  .product-image img {
    height: 60vh;
}
  
}

.product-description {
 /*  font-family: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  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: #0738A2;
  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: #FFFFFF !important;
  color: #0738A2 !important;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
}
.options-list .option-item.hidden {
  display: none;
}

.product-option-group-title {
  color: #0738A2;
  /* font-family: "Libre Baskerville", serif; */
font-family: LetterGothic;
  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: #0738A2;
  border: 2px solid #0738A2;
  color: #FFFFFF;
}
.product-option-value-radio:checked + .product-option-value-label {
  background: #0738A2;
  border: 2px solid #0738A2;
  color: #FFFFFF;
}
.product-option-value-radio:disabled + .product-option-value-label {
  background: #FFFFFF;
  color: #0738A2;
  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 #0738A2;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  font-size: 16px;
  margin-top: 20px;
}

#product .main {
  margin-top: 0;
  padding: 0 0 10px 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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
  font-size: 18px;
}

.contact-form {
  width: 100%;
}
.contact-form input, .contact-form textarea {
  appearance: none;
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #0738A2;
  color: #0738A2;
  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 #0738A2;
  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: #0738A2;
  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: #0738A2;
  /* font-family: "Libre Baskerville", serif; */
font-family: LetterGothic;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cart-page-title {
    font-size: 24px;
  }
}

.cart-holder {
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
  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 #0738A2;
}

.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 #0738A2;
  color: #0738A2;
  /* font-family: "Libre Baskerville", serif; */
font-family: LetterGothic;
  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: "Libre Baskerville", serif; */
  font-family: LetterGothic;
}

.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: #0738A2;
  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) {
    img.product-thumbnail-image {
        /* height: 250px; */
        object-fit: contain;
        width: 100%;
    }


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




.product-card .product-name {
    font-size: 24px;
}

.product-status {
    font-size: 18px;
}

.product-description {
    font-size: 16px;
}
/* Logo Font */
.store-link.grow-cursor, .intro-text
{ font-family:DolceVitaLight; }

/* Body Font */
body,
.product_header h3,
.product_header h5,
#product_inventory li h5,
#cart_items li .item_option,
#cart_summary li h3,
#social_links li h4,
.standalone .canvas p
{ font-family: LetterGothic; }


/* Header Font */
h1, h2, h3, h4, h5, h6,
.button,
#error li,
#site_footer ul,
#site_footer #search input,
#main_nav li,
#cart_items li dt,
#cart_items li dd,
#cart_options #cart_discount p,
#cart_summary li span,
.standalone .canvas h1, input,
#cart_items li .quantity_input input
{ font-family:LetterGothic; }

.credit {display:none;}

img.product-thumbnail-image {
    height: 700px;
    object-fit: cover;
}
.product-description {
    font-size: 16px;
    color: #464646;
}
body#product .header .cart-link.hidden {
    opacity: 1;
    visibility: visible;

@media screen and (max-width: 767px)
  {.product-card:nth-child(4n+1) {
    margin-left: 0px;
}
   .product-ca.rd{
     width:100% !important;
    max-width:100% !important;
   }
      .product-card {
        max-width: 100%;
    }

  } /* === Custom styles for front page only === */
body.home .site-title a {
  color: #ffffff !important; /* White title logo */
}

body.home .nav-toggle,
body.home .nav-toggle:before,
body.home .nav-toggle:after {
  background-color: #ffffff !important; /* White hamburger menu */