/* Add custom CSS styles below */ 
.main-nav-container.fixed-pinned .inner {
    background-color: #6f7760;
}
.s-button-primary-outline,.s-button-primary{
border-radius: 8px;
  background-color:#97b083;
   border:none;
  color:#fff;
}

.product-card {
    background-color:#fff;
    box-shadow: 0px 0px 10px #33333317;
    border-radius: 16px;
    border:2px solid #0E05051A;
}
.s-block--testimonials .testimonials-item:after{
  display: none;
}

.testimonials__card.p-2\.5.md\:p-5.h-full.text-center {
    border: 1px solid #97b083 !important;
    border-radius: 8px;
}
div#matcha-real-life-section {
    display: none !important;
}
.store-footer__inner {
    background-image: url(https://i.ibb.co/qF0d3HJX/image.png);
    background-size: cover;
    background-position: top center;
}
.store-footer__container.container {
    padding-top: 2%;
} 

@media (max-width: 1024px) {

.store-footer__container.container {
    padding-top: 18%;
}}