@font-face {
	font-family: Gilroy-Light;
	src: url(../fonts/Gilroy-Light.woff);
  }
  
  @font-face {
	font-family: Gilroy-ExtraBold;
	src: url(../fonts/Gilroy-ExtraBold.woff);
  }
  
  BODY{
	  
	  background-color: var(--background-color);
	  background: url(../img/site_background.png);
	  color: var(--main-font-color);
	  font-size: var(--font-normal);
	  display: none;
	  font-family: var(--main-font-family);
  }
  
  H1
  {
	  font-weight: bold;
	  font-size: var(--font-large);
  }
  
  H2,H3,H4,H5,H6,H7,H8
  {
	  font-size: var(--font-medium);
  }
  
  
  h3 {
	  font-size: 28px;
  }
  
  p {
	  font-size: 1.125rem;
	  text-align: justify;
  }
  
  B, .bold
  {
	  font-family: Gilroy-ExtraBold;
	  font-weight: bold;
  }
  
  sub{
	  font-size: 16px;
  }
  
  .color-white{
	  color: #fff;
  }
	  
  
  .headline
  {
	  font-size:calc(var(--font-large) * 1.7);
  }
  
  /* Footer definitions */
  
  .footer-wrapper
  {
	  color: var(--footer-font-color);
	  background-color:var(--footer-background-color);
	  mix-blend-mode: difference;
	  border-top: #61276a 5px solid;
  }
  
  .footer-wrapper .footer-menu ul
  {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-around;
	  margin:0px;
	  padding:10px;
	  padding-left:0px;
	  padding-right:0px;
  }
  .footer-wrapper .footer-menu .footer-menu-links
  {
	  list-style: none;
	  display:inline-block;
	  padding:10px;
	  padding-top:20px;
	  padding-bottom:20px;
	  font-weight:bold;
  }
  
  .footer-wrapper .footer-menu .footer-menu-links A
	  {
		  text-decoration:none;
		  color:var(--footer-disclaimer-color-mob);
	  }
  
  .footer-wrapper .footer-menu .footer-menu-links A:hover
  {
	  text-decoration:none;
	  color:var(--footer-disclaimer-color);
  }
  
  .footer-wrapper .copyright
  {
	  background-color:var(--copywrite-background-color);
	  
  }
  
  .footer-wrapper .disclaimer
  {
	  color: var(--footer-disclaimer-color);
	  /* mix-blend-mode: difference; */
  }
  
  .footer-wrapper .disclaimer H1
  {
	  font-weight:100;
	  padding:30px;
  }
  
  .footer-wrapper .disclaimer H1 B
  {
	  font-weight:700;
  }
  
  .footer-wrapper .disclaimer P
  {
	  font-size:11px;
  }
  
  
  @media (min-width: 993px)
  {
	  .footer-wrapper
	  {
		  background:url(../img/footer_background.png) no-repeat;
		  background-size:100% auto;
		  color: var(--footer-disclaimer-color);
	  }
	  
	  .footer-wrapper .footer-menu .footer-menu-links A
	  {
		  text-decoration:none;
		  color:var(--footer-disclaimer-color);
	  }
	  
	  .footer-wrapper .footer-menu :hover
	  {
		  color:var(--footer-hover-color)!important;
	  }
  
	  .footer-wrapper .disclaimer H1
	  {
		  font-weight:100;
		  padding:30px;
		  padding-left:100px;
	  }
  }
  
  
  
  /* player container styling */
  .videobox
  {
	  font-size: var(--font-medium);
	  display:block;
  }
  
  
  /* pricebox container styling */
  /* .pricebox
  {
  } */
  
  .pricebox .price-box {
	  background:url(../img/box3.png) no-repeat;
	  background-size:100% 100%;
	  border: solid 0px var(--color-dark);
	  transition: transform .3s;
	  border-radius: 20px;
	  z-index: 999;
	  filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
  }
  
  
  .pricebox .price-box:hover {
	  transform: scale(1.02);
	  filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));	  z-index: 4;
	  position: relative;
  }
  
  .pricebox .price_header {
	  font-size: 35px;
	  color: black;
	  border-radius: 16px;
  }
  .pricebox .price
  {
	  padding: 2px;
	  font-size: 55px;
	  line-height: 63px;
	  font-weight: bold;
  }
  
  .pricebox .per_bottle
  {
	  padding: 2px;
	  font-size: 31px;
	  font-weight: bold;
	  line-height: 29px;
  }
  
  .pricebox .price_product_box {
	  height: 230px;
	  max-height: 230px;
	  padding-top: 24px;
	  padding-bottom: 20px;
  }
  
  .pricebox .card-section {
	  padding-bottom: 2rem!important;
	  border-bottom-right-radius: 20px;
	  border-bottom-left-radius: 20px;
  }
  
  .pricebox .price_bottle {
	  font-size: 1.625rem
  }
  
  .pricebox .prices{
	  font-size:70px;
  }
  
  .pricebox .price-box .prices S {
	  font-weight: normal;
	  font-size:2rem;
  }
  
  .pricebox .buy_link{
	  padding-left:2rem!important;
	  padding-right:2rem!important;
  }
  
  .pricebox .highlighted .price-box
  {
	  
	filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
	z-index: 4;
	  position: relative;
  }
  
  
  @media (min-width: 993px)
  {
	  .pricebox .highlighted .price-box::before
	  {
		  content:" ";
		  position:absolute;
		  top:-50px;
		  right:-50px;
		  display:block;
		  z-index:5;
		  background:url(../img/best_value_badge.png);
		  background-size:100% 100%;
		  width:100px;
		  height:100px;
	  }
		  
  }
  
  /*  Exit popup */
  
  /*  Exit popup */
  .mypop{
	  z-index:20;
	  display: none;
	  justify-content: center;
	  align-items: center;
	  position:fixed;
	  width:100%;
	  height:100%;
	  top:0px;
	  right:0px;
	  background-color: RGBA(0,0,0,0.5);
	  backdrop-filter: blur(5px);
  }
  
  .mypop A
  {
	  text-decoration:none;
	  color: var(--main-font-color);
  }
  
  .mypop .videorow .col
  {
	  padding:0 40px 10px 40px;
  }
  
  .mypop .mypop_inner
  {
	  position:relative;
	  border-radius:15px;
	  border: solid 3px white;
	  width:550px;
	  height:450px;
	  /*border: 4px solid #FFC748!important;*/
	  margin:auto;
	  background: white;
  }
  
  .mypop .close_buton
  {
	  display:flex;
	  z-index:5;
	  justify-content: center;
	  align-items: center;
	  position:absolute;
	  right:10px;
	  top:0;
	  width:40px;
	  height:40px;
	  cursor:pointer;
  }
  
  .mypop .close_buton A 
  {
	  color:black;
  }
  
  .mypop .accent-light{
	  color: #5ea04d;
  }
  
  .mypop .accent-light2{
	  color: #5ea04d;
	  font-size: 35px!important;
  }
  
  .mypop .stay-button{
  
	  background: #da1a40;
	  border: none;
	  border-radius: 15px;
	  color: #fff;
	  cursor: pointer;
	  font-size: 1.4em;
	  height: 80px;
	  outline: none;
	  padding: 0 2em;
	  position: relative;
	  transition: 800ms ease all;
	  width: 100%;
  }
  
  /* misc */
  
  .avatar
  {
	  width:70px;
	  height:70px;
	  margin:10px;
  }
  .main-cta{
	  display:none;
  }
  
  .atf_wrapper
  {
	  /*max-height:100vh;*/
	  width:100%;
	  max-width:calc(100vh * 1.6);
	  margin:auto;
	  display:block;
	  overflow:hidden;
	  --max-headline:10vh;
  }
  
  .atf_wrapper .headline SVG
  {
	  width:100%;
	  max-height:10vh;
  }
  
  BODY.video
  {
	  background:url(../img/video_page_background.png) no-repeat;
	  background-size:100% auto;
  }
  
  .accent-light
  {
	  color:var(--accent-color-light);
  }
  
  .accent-hard
  {
	  color:var(--accent-color-hard);
  }
  
  .accent-hard-contrast
  {
	  color:var(--accent-color-hard-contrast);
  }
  
  .references.clickable .reference-link
  {
	  pointer-events: auto;
	  
  }
  .reference-link
  {
	  text-decoration:none;
	  /*pointer-events: none;*/
	  color:var(--main-font-color);
  }
  
  .reference-link:hover
  {
	  text-decoration:none;
	  color:var(--accent-color-light);
  }
  
  .orderreel
  {
	  z-index:100;
	  opacity:0.9;
	  transform: scale(0.45);
	  transition: transform 0.5s, left 0.5s;
	  display:flex;
	  font-family: Arial;
	  position:fixed;
	  bottom:5px;
	  left:-15px;
	  background-color:white;
	  border:solid 4px #227dc2;
	  border-radius:50px;
	  background: white;
  }
  
  .orderreel .message
  {
	  size:0.2rem;
	  transition: width 1s;
	  width:0px;
	  height:0px;
	  width:0px;
	  opacity:0;
	  text-align: center;
	  display:inline-block;
  }
  .orderreel .message .msg
  {
	  margin-right:20px;
	  margin-top:4px;
  }
  article {
    width: auto;
    text-align: center;
    background-color: aliceblue;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 15px auto 20px;
    padding: 5px;
    overflow: hidden;
    box-shadow: 3px 3px 10px #ccc;
}

article h2 {
    font-weight: bold!important;
    font-size: 35px;
    font-family: Arial;
    line-height: 1.4;
    padding: 15px;
    padding-bottom: 0!important;
    color: #000;
}
article .count {
    padding: 5px;
}
article #timer{
    padding-bottom: 5px;
    padding-top: 0!important;
    margin-top: -10px;
    color: red;
    background-color: aliceblue;
    border-radius: 2px;
}
.cards {
	width:240px;
}

.space{
	margin-top:-31px;
}
.footer-top-bg{
	background-image:url("./../img/footer_background.png");
	background-size:cover;
	background-repeat:no-repeat;
}

.buy_shine{
   
}

.buy_shine:hover{

    transition-delay: 0.25s;
    position: relative;
    overflow: hidden;
    transition: background 0.2s ease 0s;
}

.buy_shine:hover:after{
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 65%;
    transform: skewX(-20deg);
    background-image: linear-gradient(90deg,transparent, hsla(0, 0%, 100%, 0.25),transparent);
}

@keyframes shine{
    to{
      left:-200%;
    }
  }
