/* Add custom CSS styles below */ 
.banner-entry {
    position: relative;
    height: 120px;

}

:root {
    --font-main: 'PingARLT';
    --color-primary: #4a4848;
    --color-primary-dark: #676766;
    --color-primary-light: #cb1515;
    --color-primary-reverse: #fcfcfc;
    color: #000000;
}

body {
    --tw-bg-opacity: 1;
    background-color: rgb(251 247 243);
}

.banner--fixed img {

    background-color: rgb(243 244 246 / 0%);

}

.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    background: #cac3b8;
    color: #363533;
}

/* Import Changa font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&display=swap');

/* Apply the font to the entire store body */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
.button,
.btn {
  font-family: 'Changa', sans-serif !important;
}


.s-product-card-content-title a {

    font-weight: 900;
    text-align: center !important;
}