Only logged in customers who have purchased this product may leave a review.
“Secret Hitler …” has been added to your cart. View cart
Range of Products
- Economic (3)
- Adventure (1)
- Real-time (2)
- Nautical (1)
- Abstract Strategy (1)
- Word Game (1)
- Pirates (1)
- Memory (1)
- Board and Card Games (152)
- Board Games (18)
- Card Games (22)
- Trivia (1)
- Party Game (10)
- Family (1)
- City Building (1)
- Negotiation (1)
- Puzzle (2)
- Dice Rolling (1)
- Medieval (1)
- Turn Order: Progressive (1)
- Bluffing (4)
- Open Drafting (1)
- Animals (1)
- Action Points (1)
- Renaissance (1)
- Card Game (13)
- Set Collection (1)
- Children's Game (1)
- Deduction (2)
- Card Drafting (1)
- Market (1)
- Math (1)
- Hand Management (1)
- Contracts (1)
- Comic Book / Strip (1)
- Humor (5)
- Exploration (1)
- End Game Bonuses (1)
- Number (1)
- Mature / Adult (3)
- Tile Placement (1)
/* 4. FULL LENGTH SLIDING BANNER MAGIC */
.shpazz-banner-container {
width: 100vw;
margin-left: calc(-50vw + 50%); /* Forces full width even if container is narrow */
overflow: hidden;
position: relative;
background: #f8f8f8;
margin-bottom: 40px;
}
.shpazz-slider {
display: flex;
width: 300%; /* Adjust based on number of images (3 images = 300%) */
animation: shpazz-slide-animation 15s infinite;
}
.shpazz-slide {
width: 100%;
}
.shpazz-slide img {
width: 100%;
height: 500px; /* Adjust height for your design */
object-fit: cover;
}
@keyframes shpazz-slide-animation {
0% { transform: translateX(0); }
30% { transform: translateX(0); }
33% { transform: translateX(-33.33%); }
63% { transform: translateX(-33.33%); }
66% { transform: translateX(-66.66%); }
96% { transform: translateX(-66.66%); }
100% { transform: translateX(0); }
}





Reviews
There are no reviews yet.