/** Shopify CDN: Minification failed

Line 7:26 Unterminated string token

**/
@font-face {
  font-family: test font';
  src: url('//keepyourfrequencyhigh.com/cdn/shop/t/13/assets/Fontspring-DEMO-neurialgrotesk-light.otf?v=2171');
  font-weight: 300;
}

@font-face {
  font-family: 'Neurial';
  src: url('//keepyourfrequencyhigh.com/cdn/shop/t/13/assets/Fontspring-DEMO-neurialgrotesk-medium.otf?v=2171');
  font-weight: 500;
}

@font-face {
  font-family: 'Neurial';
  src: url('//keepyourfrequencyhigh.com/cdn/shop/t/13/assets/Fontspring-DEMO-neurialgrotesk-bold.otf?v=2171');
  font-weight: 700;
}

@font-face {
  font-family: 'Neurial';
  src: url('//keepyourfrequencyhigh.com/cdn/shop/t/13/assets/Fontspring-DEMO-neurialgrotesk-extrabold.otf?v=2171');
  font-weight: 800;
}

body {
  background: #ffffff;
}
.imgbg{
  display: none;
}



.menu-item a, .header-cart, .header-cart > *, .header-logo-text{
  color: #000000;
}


.product-info__description-pc, .product-info__description-pc > *  {
   line-height: 1;
   font-size: 10px;
}
@media screen and (max-width: 749px){
  .menu-item a{
    color: #000000;
  }
  .header-menu{
    background: #ffffff;
  }
  .product-info__description-mobile, .product-info__description-mobile > *  {
    line-height: 1;
    font-size: 10px;
}

}

.product-list__product-name, h1, h2, h3, h4, h5, .copyright__content, .copyright__content > *, .cart__total, .cart__item-remove-link, #collections-listing ul li a, input, textarea, .option-value, a, .pages > *, .number_pages > *, .footer-nav {
  color: #000000;
}

p, .product-info__description-pc > *, .product-info__description-pc, .product-info__description-mobile, .product-info__description-mobile > *{
  color: #000000;
}

.button{
  color: #ffffff;
  background: #000000;
}



.product-list__product-name{
  display: block;
}




.product-list__product-name{
  display: block;
}
.product-list__product-price{
  display: block;
}



  

.product-list__product-block {
    width: 25%;
}
.product-list__product-img {
  width: 95%;
}
/* @media screen and (max-width: 1200px){
.product-list__product-img {
  max-height: 300px;
}
}
@media screen and (max-width: 1000px){
.product-list__product-img {
  max-height: 250px;
}
} */




@media screen and (max-width: 768px){

.product-list__product-block {
    width: 50%;
}
.product-list__product-img {
    height: auto;
    width: 95%;
}
.product-list__product-price {
    font-size: 12px;
}

}
/* KYFH GLOBAL FONT */
* {
  font-family: 'Neurial', sans-serif !important;
}