/** Shopify CDN: Minification failed

Line 467:0 Unexpected "}"

**/
/* Global Styling (Desktop and Mobile View) */

/* Start: Watermark */
#watermark-background {
  height: 100%;
  opacity: 0.25;
  overflow: auto;
  position: absolute;
  width: 100vw;
  z-index: 1;
  position: fixed;
}
#shopify-section-footer{
  z-index: 2;
}
/* End: Watermark */

/* Start: Navigation Bar */
.header, .header-wrapper {
  transition: none;
}

#header-shop-icon {
  margin-left: auto;
}

.menu-navigation-wrapper {
  display: block;
  padding: 0 2.5rem;
  transition: none;
}

.menu-navigation-wrapper--hidden {
  opacity: 1;
  visibility: visible;
}
/* End: Navigation Bar */


/* Start: Hero Overlay */
#custom-content-hero-container {
  height: 100%;
  justify-content: center;
  max-width: 100vw;
  padding: 0;
  width: 100%;
}

#custom-content-hero-overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  order: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#custom-content-hero-overlay-content {
  text-align: center;
  width: 70%;
}

#custom-content-hero-overlay-copy > p {
  color: var(--color-secondary-background);
  margin-bottom: 2.5rem;
  margin-top: 0px;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: calc(var(--font-heading-base-size) * 1.3);
  line-height: 1.3;
  margin-bottom: 0;
  word-break: break-word;
}

#custom-content-hero-overlay-button {
  color: var(--color-secondary-background);
}

.hero-img-item {
  display: block;
  max-height: 81rem;
  width: 100%;
  object-fit: cover
}
/* End: Hero Overlay */


/* Start: Product Modal */
.hidden-product-modal {
  display: none;
}

.visible-product-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  height: 84vh;
  justify-content: space-around;
  left: 0;
  margin-top: calc(16vh);
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 120;
}

#hidden-product-modal-overlay {
  display: none;
}

#visible-product-modal-overlay {  
  background-color: #000;
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0.5;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 111;
}

#product-modal-overlay-close {
  color: var(--color-secondary-background-text);
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  z-index: 130;
}

#product-modal-overlay-close:before, #product-modal-overlay-close:after {
  background-color: var(--color-secondary-background-text);
  content: ' ';
  height: 33px;
  left: 15px;
  position: absolute;
  width: 3px;
  z-index: 130;
}

#product-modal-overlay-close:before {
  transform: rotate(45deg);
}

#product-modal-overlay-close:after {
  transform: rotate(-45deg);
}

#product-modal-template {
  display: flex;
  grid: none;
  grid-gap: unset;
  max-width: 622px;
  width: 622px;
  z-index: 140;
}

#product-modal-bg {
  background-color: var(--color-secondary-background);
}

#product-content-container {
  order: unset;
}

.gallery--stacked[data-product-gallery="product-modal"] {
  padding: 0 3rem;
}

.gallery--stacked[data-product-gallery="product-modal"]::before {
  background: none;
}

#product-modal-media-wrapper-container {
  height: auto;
  max-height: 622px;
  max-width: 622px;
  overflow: hidden;
  width: auto;
}
/* End: Product Modal */


/* Desktop View */

/* Start: Hero Overlay Desktop View */
@media only screen and (min-width: 566px) {
  #custom-content-hero-overlay {
    height: 100%;
  }
  
  #custom-content-hero-image {
    height: 100%;
  }
}
/* End: Hero Overlay Desktop View */

/* Start: Product Modal Desktop View */
@media only screen and (max-width: 580px) {
  #product-modal-overlay-close {
    top: 15px;
  }
  
  #product-modal-overlay-close:before, #product-modal-overlay-close:after {
    height: 28px;
    width: 2px;
  }
}

@media only screen and (max-width: 46.85em) {
  #product-modal-template {
    padding-top: 75px;
    max-width: 311px;
    width: 311px;
  }
}

@media only screen and (min-width: 46.85em) {
  #product-modal-bg {
    margin-top: 3.2rem;
  }
  
  #product-modal-template {
    padding-top: 0;
  }
}

@media only screen and (max-width: 749px) {
  #product-modal-bg {
  	width: 100vw;
  }
  
  #product-modal-overlay-close {
    position: absolute;
    right: 11px;
    top: 11px;
  }
  
  #product-modal-wrapper {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 750px) {
  #product-modal-overlay-close {
    float: right;
    right: -22px;
    position: relative;
    top: 19px;
  }
  
  #product-modal-wrapper {
    padding-top: 8px;
  }
}
/* End: Product Modal Desktop View */


/* Mobile View */

/* Start: Navigation Bar Mobile View */
@media only screen and (min-width: 370px) and (max-width: 449px) {  
  .header__logo {
  	width: 65px;
  }
  
  .header {
  	padding: 0px 2rem;
  }
  
  #header-shop-icon {
  	margin-left: -15px;
  }
  
  .header__cart-price-bubble {
  	display: none;
  }
}

@media only screen and (max-width: 450px) {  
  .menu-navigation-wrapper {
  	padding: 0 1rem;
  }
  
  #cart-icon {
	height: 1.9rem;
  	width: 1.9rem;
  }
  
  .header__cart-price-bubble {
  	padding: .4rem .7rem;
  }
}

@media only screen and (max-width: 767px) {
  [data-section-class="anchor-tag-section"]::before {
    content: '';
    display: block;
    height: 130px;
    margin-top: -130px;
    visibility: hidden;
  }
}
/* End: Navigation Bar Mobile View */


/* Start: Hero Overlay Mobile View */
@media only screen and (max-width: 318px) {
  #custom-content-hero-overlay {
    height: 50%;
  }
  
  #custom-content-hero-overlay-content {
/*     height: 65%; */
    height: 38%;
  }
  
  #custom-content-hero-overlay-copy > p {
    color: var(--color-secondary-background);
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  #custom-content-hero-overlay-button {
    font-size: 1.25rem;
  }
  
  #custom-content-hero-image {
    height: 50%;
  }
}

@media only screen and (min-width: 319px) and (max-width: 421px) {
  #custom-content-hero-overlay {
    height: 50%;
  }
  
  #custom-content-hero-overlay-content {
    height: 45%;
  }
  
  #custom-content-hero-overlay-copy > p {
    color: var(--color-secondary-background);
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  #custom-content-hero-overlay-button {
    font-size: 1.25rem;
  }
  
  #custom-content-hero-image {
    height: 50%;
  }
}

@media only screen and (min-width: 422px) and (max-width: 565px) {  
  #custom-content-hero-overlay-content {
    height: 55%;
  }
}

@media only screen and (min-width: 422px) and (max-width: 565px) {  
  #custom-content-hero-overlay {
    height: 50%;
  }
  
  #custom-content-hero-overlay-copy > p {
    color: var(--color-secondary-background);
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
 #custom-content-hero-overlay-button {
    font-size: 1.5rem;
  }
  
  #custom-content-hero-image {
    height: 50%;
  }
}

@media only screen and (min-width: 566px) and (max-width: 845px) {  
  #custom-content-hero-overlay-content {
    height: 27%;
  }
}

@media only screen and (min-width: 846px) and (max-width: 1200px) {  
  #custom-content-hero-overlay-content {
    height: 40%;
  }
}

@media only screen and (min-width: 1201px) {  
  #custom-content-hero-overlay-content {
    height: 50%;
  }
}
/* End: Hero Overlay Mobile View */


/* Start: Navigation Bar Mobile View */
@media only screen and (max-width: 459px) {
  .header__heading {
    flex-basis: unset;
    flex-shrink: unset;
  }
  
  .menu-navigation__item {
    font-size: 1.5rem;
    padding: .9rem 0rem;
  }
}

@media only screen and (min-width: 460px) and (max-width: 749px) {  
  .header__heading {
    flex-basis: unset;
    flex-shrink: unset;
  }
  
  .menu-navigation__item {
  	padding: 0.9rem 0.5rem;
  }
}
/* End: Navigation Bar Mobile View */


/* Start: About Page (Meet the Team) Mobile View */
@media only screen and (max-width: 657px) {
  p#team {
	height: 0px;
    margin: 0;
  }
}
/* End: About Page (Meet the Team) Mobile View */

/* Start: Watermark Mobile View */
@media only screen and (max-width: 500px) {
  #watermark-background {
    height: 100%;
    opacity: 0.25;
    overflow: auto;
    position: absolute;
    width: 100vw;
    z-index: 1;
    top: 0;
    bottom: 0;
}
/* End: Watermark */
  }
}
/* End: Watermark Mobile View*/

/* Start: Press Page */

#fk-press-header {
  font-size: 36px;
}
#fk-press-table tbody tr {
  margin-bottom: 48px important!;
}
#fk-press-table tbody tr td {
  border: none !important;
  padding-bottom: 36px !important;
}
#fk-press-table h3 {
  font-weight: 600;
}
.fk-press-btn {
  background-color: #7a564d;
  padding: 8px 16px;
  color: #FFF !important;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  #fk-press-table tbody tr td { 
    width: 33%;
  }
}

@media screen and (max-width: 800px) {
  #fk-press-table tbody tr td { 
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
  }
  #fk-press-table,
  #fk-press-table tbody,
  #fk-press-table tbody tr, 
  #fk-press-table tbody tr td,
  #fk-press-table tbody tr td p,
  #fk-press-table tbody tr td a, 
  #fk-press-table tbody tr td a p {
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .fk-press-logo-p {
    width: 100%;
  }
}
/* End: Press Page */

/* Start: popup styling */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 90 !important;
}

.popup_inner {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  top: 50%;
  transform: translate(0, -100%);
  max-width: 350px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 92 !important;
}

.popup_inner .close {
  position: absolute;
  top: -2px;
  right: 5px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup_inner .close:hover {
  color: var(--color-button);
}
.popup_inner .content {
  text-align: center;
  max-height: 30%;
  overflow: auto;
  z-index: 94 !important;
}

/* End: popup styling */

/* End: Global Styling (Desktop and Mobile View) */