/* Add custom CSS styles below */ 
body {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgb(255 255 255);
}

.grid-flow-row {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.banner--fixed img, .banner-entry {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(255 255 255 / 0%);
}

.s-product-card-entry {

    background-color: rgb(239 240 242);
  border-color: rgb(172 172 172);
}

.s-button-primary-outline {
    fill: #4a4a4a;
    color: #ffffff;
    background: #a9333b;
    border-color: rgb(172 172 172);
}