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

@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: 1.8rem !important;
    line-height: 1.3em;
}


.image-with-text__text p {
    margin-bottom: 2rem !important;
}

.product__title, .title, .card-information__text a {
    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;
}


.header__search {
    display: none !important;
}

.cart__warnings a.button {
    display: none;
}

#shopify-section-template--15405257720021__16372280381b8b2948 {
  margin-top: 0!important;
} 


.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 {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.banner__content.aligned-center {
   -webkit-box-pack: center;
-webkit-justify-content: flex-center;
    -ms-flex-pack: center;
        justify-content: center;
}

.banner__content.aligned-right {
  -webkit-box-pack: end;
-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}

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

.image-with-text {
    margin-top: 0 !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;
}


a:hover {
 color: rgba(var(--color-foreground),1);
}

@media only screen and (max-width: 768px) {
.image-with-text {
    margin-top: 2rem !important;
}
  .collection-wrapper {
    padding: 2rem 0;
}
   .media>img {

    object-position: 20% center !important;
  }
  
  
}

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

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


.mobile-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

  .mobile-nav .menu {
    display: none;
  }
  
  
.mobile-nav button {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    text-indent: 200%;
    overflow: hidden;
    background: transparent url("https://assets.codepen.io/1121270/vKRaKDX.png")
      center no-repeat;
    border: 0px solid #ddd;
    border-radius: 3px;
    background-size: 80%;
    width: 30px;
    height: 30px;
    outline: none;
    transition: all 400ms ease;
}
    .mobile-nav button.expanded {
      transform: rotate(0);
      background-color: transparent;
      border: 0;
    }


  .mobile-nav .menu a.linky {
    display: block;
    background: rgba(0,0,0,0.6);
    text-align: center;
    padding: 10px 0;
    border-bottom: 0px solid #ddd;
    text-decoration: none;
    font-size: 1.3em;
    color: #fff;
    font-family: var(--font-heading-family);
  }

.mobile-nav .menu a.linky:first-child {
  padding: 20px 0 10px 0;
}

  .mobile-nav .menu div {
    display: block;
    text-align: center;
        background: rgba(0,0,0,0.6);
    padding: 10px 0;
    border-bottom: 0px solid #ddd;
    text-decoration: none;
    color: #fff;
    font-family: var(--font-heading-family);
  }

.toggle-social .list-social__item {
    margin-right: 10px;
}

 .mobile-nav .menu a:hover,
    .mobile-nav .menu a:active,
    .mobile-nav .menu a:focus {
      color: var(--gradient-base-accent-2);
    }


@media (max-width: 800px) {
  .mobile-nav {
    display: block;
  }
}


#shopify-section-template--15441207296224__image_with_text_HB3V7z
  .image-with-text__grid.color-background-1.grid.grid--gapless.grid--1-col.grid--2-col-tablet.gradient {
  background-image: url(/cdn/shop/files/bggrunge.jpg?v=1742961604);
  background-size: cover;
}

#shopify-section-template--15441207296224__image_with_text_HB3V7z .image-with-text__content {
    display: flex
;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
    flex-wrap: nowrap;
    text-align: center;
    align-content: center;
}

#shopify-section-template--15441207296224__image_with_text_HB3V7z .image-with-text__text {
    background: url(/cdn/shop/files/DayaBetty_logo2025_3Dstylized.png?v=1742234275) center center no-repeat;
    display: block;
    height: 20rem;
    background-size: contain;
    text-indent: -99999em;
    width: 100%;
    overflow: hidden;
}