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

h1, h2, .h1 {
    color: #000;
}

a {
    color: #555;
}

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

/*.opennav,
.opennav:hover, .opennav:focus, .opennav:focus-within, .opennav:active {
    background: #000!important;
}*/


.btn-bookshoporg, .btn-bookshoporg::before {
    background: #5b479d;
    color: #FFF;
}

.btnline .btn.allow, .btnline .btn.allow::before,
.btn-gray, .btn-gray::before {
    background: #555;
    color: #FFF;
}
.btnline .btn.allow:hover::before,
.btnline .btn.allow:focus::before,
.btnline .btn.allow:focus-within::before {
    background: #000;
}



.sliderwrap {
    padding: 0 2rem;
}
.slick-next {
    right: -2em !important;
}
.slick-prev {
    left: -2em !important;
}
button.slick-arrow,
.slick-dots button {
    min-width: 0!important;
    padding: 0!important;
}
.slick-list {
    border: 2px solid #000;
    background: #000;
    aspect-ratio: 1 / 1;
    max-width: 415px;
    margin: 0 auto !important;
}
.slick-track {
    gap: 0 !important;
}
.slick-track .slick-slide {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.slick-track .slick-slide img {
    border-radius: 0!important;
    width: 100%!important;
    height: 100%!important;
    object-fit: contain;
    margin: 0 auto;
}

.slick-track .slick-slide video {
    display: block;
    border-radius: 0!important;
    width: 100%!important;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}



.bookgamelist .cols:nth-of-type(even) {
    flex-direction: row-reverse;
}
.bookgamelist .cols:nth-of-type(even) .rotateimg {
    transform: rotate(5deg);
}


.reviewlist div {
    margin: 1rem 0;
}
.reviewlist p {
    margin: 0;
}
.reviewlist p a svg{
    fill: #f2a41c;
    width: 1rem;
    height: 1rem;
}
.reviewlist p a:hover svg {
    fill: #000;
}
.reviewlist p small {
    font-style: italic;
}



.author {
    margin: 2rem 0 0.5rem;
}
.author img {
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    width: 200px;
}
.author h2, .author h3, .author p {
    margin: 0.5rem;
}



.purchase {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.purchase li {
    width: 40%;
    width: Calc(50% - 0.25rem);
    min-width: 200px;
}
.purchase li .btn {
    min-width: 0;
    display: block;
}
.purchase li .btn span {
    font-family: 'Aller', Verdana, Arial, sans-serif;
    font-size: 0.9em;
}



.pressshop h2 {
    text-align: center;
}
.pressshop h2 a {
    color: #000;
    text-decoration: none;
}

.pressshop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: 1;
    gap: 1rem;
    margin: 1rem auto;
    max-width: 600px;
}
.pressshop div {
    max-width: 50%;
    max-width: Calc(50% - 0.5rem);
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    border-radius: 0.75rem;
}
.pressshop a {
    display: block;
    text-decoration: none;
    padding: 0.5rem;
    color: #000;
}
.pressshop a img {
    display: block;
    margin: 0 auto;
}
.pressshop a .price {
    display: block;
    margin: 0.5rem auto;
}
.pressshop a .price del {
    font-size: 0.8rem;
    opacity: 0.75;
}
.pressshop a .btn {
    display: block;
    min-width: 0;
    margin: 0 0.5rem 0.5rem;
    padding: 1rem 0.5rem;
}



.shopwrap {
    display: block;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background: #FFF;
}
.shopwrap .wrapinner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopwrap img.shopimg {
    display: block;
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.5rem;
}
.shopwrap img.wrapimg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 5;
}
.shopwrap .wrap-tin img.shopimg,
.shopwrap .wrap-phone img.shopimg {
    max-width: 95%;
    max-height: 95%;
}



.shop-item a {
    color: #000;
}
.shop-item a:hover,
.shop-item .price {
    color: #555;
}


footer #brandswitch {
    background: #222;
}
.brandswitcher ul {
    background: #222;
}


.bgg a svg {
    height: 1em;
    width: 1em;
    fill: #FFF;
    vertical-align: center;
    display: inline-block;
}



@media (max-width: 1028px) {
    .bookgamelist .cols .center {
        text-align: center;
    }
}

@media (max-width: 730px) {
    .purchase {
        flex-direction: column;
    }
    .purchase li {
        width: 100%;
    }
    .sliderwrap {
        padding: 0 1rem;
    }
}

@media (max-width: 568px) {
    .pressshop {
        gap: 0.75rem 0.5rem;
    }
    .pressshop div {
        max-width: Calc(50% - 0.25rem);
    }
    .pressshop a .btn {
        font-size: 0.85rem;
        padding: 0.75rem 0.5rem;
        margin: 0;
    }
    .pressshop a .price {
        font-size: 0.8rem;
    }
    .pressshop a .price del {
        font-size: 0.75rem;
        display: block;
    }
}

@media (max-width: 430px) {
    .pressshop a .btn {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    .bgg a {
        display: block;
    }
}


