.s-product-card-entry {
 BORDER: 1PX SOLID #000;
  }

 .s-button-primary-outline {
fill: #414042;
fill: #000000;
color: #414042;
color: #ffffff;
BACKGROUND: black; }
 .text-center { 
 text-align: center; 
 BACKGROUND: #ffffff; 
 } 
 .store-footer__inner { 
 padding-top: 2rem; 
 padding-bottom: 2rem; 
 border-top-left-radius: 47px;
border-top-right-radius: 47px; 
} 
.store-footer {
position: relative;
margin-top: 2rem;
--tw-bg-opacity: 1; 
background-color: rgba(14, 15, 15, 1);
background-color: rgb(255 255 255);
--tw-text-opacity: 1; 
color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255,
var(--tw-text-opacity, 1)); }

.s-product-card-entry:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.s-button-primary-outline:hover {
    background: white;
    color: black;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    max-height: 6rem;
    width: auto;
    max-width: 170px;
}