@font-face {
  font-family: 'Calibri';
  src: url('Calibri-Light.woff2') format('woff2'),
      url('Calibri-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

body{    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;   
	margin: 0;
	padding: 0; 
  background: #111111;
  color: whitesmoke !important;
  font-family: 'Brandon Grotesque Regular';
}

.page-content{
  padding-top: 0;
  padding-bottom: 0;
}

.universe-logo{
  width: 100%;
  max-width: 800px; 
}


.divider{
  width: 95vw;
  max-width: 1200px;
  height: 1px;
  background-color: rgba(136, 136, 136, 0.4);
  margin-bottom: 20px;
}

.flower-text, .page-title{
  letter-spacing: 4px;
  font-weight: normal;
  margin: 0  0 -5px 0;
  font-size: 27px;
}


.premium-text{
  letter-spacing: 3px;
  font-size: 12px; 
  margin-bottom: 20px;
  color: lightgray;
}

.product-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
}

.product-list .product{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
}

.product-list .product img{
  width: 100%;
  height: auto;
  opacity: 0;
  display: none;
  transition: opacity 0.3 linear;
}

.product-list .product img:nth-child(1){
  display: block;
}

.show-image{
  opacity: 1 !important;
}


.product-list .product a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 36px;
  background-color: black; 
  color: white;
  border: 1px solid gainsboro;
  margin-top: 10px; 
  outline: none;
  font-family: 'Brandon Grotesque Regular';
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.83px;
  text-decoration: none;
}

.product-list .product:nth-child(odd) img{ 
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.product-list .product:nth-child(even) img{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

 
.page-title{ 
  margin-top: 10px;
}

.video{
  width: 100%; 
  border-radius: 3px;
}

.page-description-field{
  text-align: center; 
  line-height: 25px;
  font-size: 14pt;
  letter-spacing: 0.2px;
}
 

#website-logo-field{
  background-image: url(/assets/the-slash-white-logo.png);
}

main{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  width: 90%;
  max-width: 1200px; 
	padding: 20px;
	box-sizing: border-box; 
}
   
#user-informations-container a{
  color: white;
}

#shopping-cart-button{
  background-image: url(/assets/frontend/icons/cart-white.png) !important;
}

#nav-username-button{
  background-image: url(../../icons/user-white.png) !important;
}


/*
.product-line-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0; 
}


.product-line-container .left-side, .product-line-container .right-side{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  width: 50%;
  margin: 5px;
}

.product-line-container .product-main-picture{
	width: 100%;
	height: auto;
}

*/

 

.custom-button{
	padding: 10px;
  background: black;
  border: 1px solid lightgray !important;
	color: lightgray; 
  margin-top: 40px;
  font-size: 14pt; 
  outline: none;
  text-decoration: none;
}

.custom-button:hover{
	transform: scale(1.05);
}

.custom-button:active{
	transform: scale(0.95);
}

.flower-of-life{
  width: 100%;
  max-width: 500px;
}
 

header a{
  color: white !important;
}

header .mycart{
  background-image: url(../../icons/wallet_white.png) !important;
}


footer, footer a{
  color: white !important;
}

.dropbtn{
  color: white;
}

footer{
  border-color: #535353 !important;
  background-color: #111111;
}

#footer-text{
  background-color: #111111; 
}


#linkedin-footer-icon{
  background-image: url(../../icons/rounded_white_linkedin.png) !important;
}

#facebook-footer-icon{
  background-image: url(../../icons/rounded_white_facebook.png) !important;
}

#instagram-footer-icon{
  background-image: url(../../icons/rounded_white_instagram.png) !important;
}

#twitter-footer-icon{
  background-image: url(../../icons/rounded_white_twitter.png) !important; 
}


nav .desktop-content a{
  color: whitesmoke;
}


.website-logo{
  src: url(./../../../the-slash-white-logo.png);
}
 


@media only screen and (min-width: 600px) {
  .product-list{
    width: 70%; 
  }

  .universe-logo{
    margin-bottom: 10px; 
  }
  .video{
    width: 80%;
    margin: 10px 0;
  }
  
  .flower-text{
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: -8px;
  }

  .premium-text{
    margin-bottom: 10px !important;
    font-size: 15px;
  }

  .product-list .product a{
    height: 43px;
    margin-top: 20px;
  }

  .product-list .product img:hover{
    cursor: pointer;
  }
  
  .product-list .product a:hover{
    background-color: #1f1f1f;
  }
  
  .product-list .product a:active{
    background-color: #292929;
  }
  
  .page-title{ 
    margin-top: 25px;
    font-size: 35px;
  }
/*
  .product-line-container .left-side, .product-line-container .right-side{ 
    width: 35%;
    margin: 20px;
  }
*/

}


@media only screen and (max-width: 380px) {
  .flower-text{
    font-size: 22px;
  }
}