.product-container{
  background-color: #F7EFDE;
  display: flex;
  padding:25px;
  border-radius: 5px;
}
.product-image{
  flex-shrink:0;
}
.product-image img{
  box-shadow:3px 3px 3px #999;
  max-width: 90px;
}
.product-container.rightShadow .product-image img{
  box-shadow:3px 0px 3px -3px #999;
}
.product-container.noShadow .product-image img{
  box-shadow:none;
}
.product-name{
  font-size: 3.5rem;
}
.product-details::after{
  content: '';
  background: url('/lang/wp-content/themes/plantura-master-2021-uk/images/bees.png?x54327');
  width: 40px;
  height: 40px;
  /*margin-left:10px;*/
  margin-top:-10px;
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  right:20px;
}
.product-details{
  flex-grow: 1;
  display:flex;
  flex-direction:column;
}
.product-meta{
  display: flex;
  position:relative;
  flex-grow:1;
}
.product-meta::before{
  content: '';
  background: url('/lang/wp-content/themes/plantura-master-2021-uk/images/arrow_black.png?x54327');
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  transform:rotate(60deg);
  margin-left:-5px;
}
.product-description{
  font-size: 1.75rem;
  flex-grow: 1;
  margin-left:40px;
}
.product-buy{
  font-size: 2.75rem;
  flex-shrink: 0;
  line-height:85%;
  text-align:center;
  align-self:flex-end;
}
.product-buy small{
  font-size:1.75rem;
}
.buy-button-fallback{ display: none; }
.buy-button-fallback:only-child{ display:inline-block; }
.buy-button-fallback:hover{ text-decoration:none; }
.product-buy .shopify-buy__btn, .product-buy .buy-button-fallback{
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
  padding: 0.8rem 1.75rem 0.6rem 1.75rem;
  margin-top:10px;
  font-family: 'Festivo LC Basic', "Helvetica", "Arial", sans-serif;
  box-shadow:3px 3px 3px #999;
}
.product-container.rightShadow .product-buy .shopify-buy__btn{
  box-shadow:3px 0px 3px -3px #999;
}

@media only screen and (max-width: 947px) {
  .product-description{
    display:none;
  }
  .product-meta::before{
    display:none;
  }
  .product-details{
    text-align:center;
  }
  .product-meta{
    justify-content:center;
  }
  .product-meta .buy-button a:only-child::before,
  .product-meta .buy-button .shopify-buy__btn::before{
    content: '';
    background: url('/lang/wp-content/themes/plantura-master-2021-uk/images/arrow_black.png?x54327');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat:no-repeat;
    position:absolute;
    transform:rotate(60deg);
    margin-left:-60px;
    margin-top:-20px;
  }
  .product-buy {
    margin-top: 1rem !important
  }
}
@media only screen and (max-width: 550px) {
  .product-container{
    padding:15px;
  }
  .product-image{
    flex-shrink:0.6;
    align-self:center;
  }
  .product-name{
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .product-buy{
    font-size: 2rem;
    flex-shrink: 0;
    line-height:initial;
    align-self: auto;
  }
  .product-buy small{
    font-size:70%;
  }
}
