body {
    background: #052d16 url('imgs/wood-green.webp') top center fixed; 
}
body.nowebp {
    background-image: url('imgs/wood-green.png');
}

.nav,
footer .footnav, footer .social {
    display: none;
}

header {
    justify-content: center;
}
header.mobile .navbar {
    justify-content: center;
}
header.mobile .navbar .logo {
    width: 80px;
}

.btn, .btn::before {
    background: #1D633A;
    color: #FFF;
}

.btn-etsy, .btn-etsy::before {
    background: #f1641e;
    color: #FFF;
}
.btn-shopapp, .btn-shopapp::before {
    background: #5433eb;
    color: #FFF;
}
.btn-etsy img, .btn-shopapp img {
    max-height: 1rem;
    display: inline-block!important;
    vertical-align: middle;
    border-radius: 0!important;
}


h1, h2, .h1 {
    color: #1D633A;
}

a {
    color: #1D633A;
}

.sharebtns li a { background: #1D633A; }
.sharebtns li a:hover { background: #000; }

hr {
    background: #1D633A;
}

.shop-item .price {
    display: none;
}
.shopify-buy-frame, .shopify-buy-cart-wrapper,
.shopify-buy-frame--product, .shopify-buy-frame--cart {
    display: none!important;
    height: 0!important;
    width: 0!important;
    opacity: 0!important;
}

.wsditem {
    max-width: 1000px;
    margin: 0 auto;
}
.wsditem img {
    display: block;
    border-radius: 0.5rem;
    margin: 0 auto;
}


footer .icons {
    width: 100%;
}
footer .copyr {
    line-height: 1.3;
}

@media (max-width: 595px) {
    header.mobile .navbar {
        flex-direction: column;
    }
}
