/*!
 * Pearce Local Styles
 * Copyright 2008-2017 Punchmark
 */

 /*===============

 General

==================*/

 @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


.accent-font {
    font-family: var(--bs-h3-family) !important;
    font-style: italic !important;
    font-weight: 700 !important;
}

#my-store-popups {
  display: none !important;
}

/*==================

Header

====================*/

@media (max-width: 767px) {
    header .main-content>.row>.col {
        height: 100px;
    }
}

 /*===============

 Footer

==================*/

footer .logo {
    max-width: 100%;
    width: 200px !important;
    height: 100px !important;
    background: url('https://cdn.jewelryimages.net/static/domains/pearcejewelers/images/store-pics/pearce-white.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-bottom: 10px;
}
footer .logo img {
   display: none !important;
}