body {
font-size: 15px;
  line-height:1.3em;
   font-family: var(--font-body-family);
}



@font-face {
    font-family: 'Funky';
    src: url('funkydunkyswell.woff2') format('woff2'),
        url('funkydunkyswell.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.h0, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
     font-family: 'Funky' !important;
  text-transform: uppercase !important;
  line-height: 1.1em !important;
}

@media screen and (min-width: 750px) {

  .cart-items th {
    border-bottom: 1px solid rgba(var(--color-foreground), 1) !important;
  }

}

.image-with-text__text {
    font-size: 2rem;
    line-height: 1.3em;
}

.spaced-section {
    margin-top: 0 !important;
}



.product__title, .title, .card-information__text a, .image-with-text__heading title {
    color: var(--gradient-base-accent-2);
}

a:empty, article:empty, div:empty, dl:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty, section:empty, ul:empty {
    display: block;
}

.cart__items {
  border-bottom: 1px solid rgba(var(--color-foreground), 1) !important;
}

.title-wrapper-with-link a {
    color: rgba(var(--color-foreground));
    margin-top: 0;
    text-decoration: none;
    flex-shrink: 0;
}

.background-video-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.button, .customer button, .shopify-challenge__button {
    color: #fff;
    background-color: rgba(var(--color-button));
}

.quantity {
    border: 1px solid rgba(var(--color-base-text),1);
}

.footer-text {
    padding: 2rem;
}

.copyright__content {
    text-transform: uppercase;
}

.footer-text a {
    color: rgb(var(--color-foreground));
      text-decoration: none;
      font-size: 1.5rem;
}

.background-video-wrap .background-video, .background-video-wrap iframe, .background-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}

.footer {
    border-top: 0px solid #fff !important;
}

body .static-background {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: 100vh;
}


.footer__content-bottom {
    border-top-width: 0 !important;
}


.card-information__wrapper {
    text-align: center;
}

.price {
    flex-direction: column !important;
}

.card-wrapper:hover .card-information__text {
    text-decoration: none !important;
    color: var(--gradient-base-accent-2);
}


.header__search {
    display: none !important;
}

.cart__warnings a.button {
    display: none;
}



.collection-wrapper {
    background: var(--gradient-base-accent-2);
  padding: 3rem 0;
}

@media screen and (min-width: 750px) {
  .product-grid .grid__item {
    padding-bottom: 0;
  }

  .product-grid.negative-margin {
    margin-bottom: 0 !important;
  }

  .product-grid.negative-margin--small {
    margin-bottom:0;
  }
}



.header--has-menu:not(.header--middle-left) {
    padding-bottom: 1rem;
    padding-top: 0;
}

.color-transparent {
    background: transparent !important;
}

.homepage .header-wrapper {
 position: absolute;
    width: 100%;
    top: 0;
}

.banner__content.aligned-left {
    justify-content: start !important;
}

.banner__content.aligned-center {
    justify-content: center !important;
}

.banner__content.aligned-right {
    justify-content: end !important;
}

.banner--large {
    min-height: 100vh !important;
}



.banner {
    overflow: hidden;
}

.video-wrapper {
	width: 100%;
	background-color: transparent;
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.video-wrapper > iframe {
	box-sizing: border-box;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
	z-index: 0;
}

.video-wrapper-2 {
	width: 100%;
	background-color: transparent;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	color: #fff;
}

.video-wrapper-2 > iframe {
	box-sizing: border-box;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
	z-index: 0;
}

.header__active-menu-item, .header__menu-item:hover span {
    text-decoration: none !important;
}

.header__menu-item {
    color: rgba(var(--color-foreground),1);
}

.footer__content-top {
    padding-bottom: 0 !important;
    padding-top: 3rem !important;

}

.header__menu {
display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.header {
   
    grid-template-columns: 1fr 1fr 1fr !important;
 
}

.header__logo {
     display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.collage-card, .card {
    border: 0px solid !important;
  border-radius: 0 !important;
}



.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(33% - 0.5rem * 3 / 4);
   max-width: 33.33%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(33% - 1rem * 3 / 4);
     max-width: 33.33%;
  }
}


.grid--2-col .grid__item {
 width: calc(33.33% - 1rem * 2 / 3);
}

.list-social__link {
   color: rgb(var(--gradient-base-accent-2)) !important;
}

@media screen and (min-width: 990px) {

  .grid--2-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

@media only screen and (max-width: 749px) {
  
  .grid--1-col-mobile .grid__item {
    flex: 0 0 100%;
  max-width: 100%;
  }
  
}

@media screen and (min-width: 1400px) {
 
}

