body {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: url(/wp-content/uploads/2026/03/Bg_landingpage_H.jpg) top center no-repeat fixed;
    background-size: cover;
    background-color: #120602;
    color: #fff;
    z-index: -1;
}
.sticky-add-to-cart--active, #wrapper, #main, #main.dark {
    background-color: rgba(10, 10, 10, 0);
}
.header-button a {
    background-image: repeating-linear-gradient(to right, #ae0804, #ff3333);
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: 2s infinite gradient;
    padding: 3px 20px;
    border: solid 1px #4d4d4d;
}
@keyframes gradient{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200% 0;
    }
}
#wide-nav {
    border-top: solid 1px #383838;
    border-bottom: solid 1px #383838;
}
#wide-nav ul.nav > li.active > a, #wide-nav ul.nav > li > a:hover {
    color: #ffee07;
}
#wide-nav ul.nav > li > a {
    font-size: 16px;
}
.banner-iwin img {
    border: solid 5px;
}
.section-title-normal span {
    border-bottom: 0;
}
.section-title-normal {
    border-bottom: solid 1px;
}
.content-1 {
    background: #00000073;
    padding: 25px;
    font-size: 18px;
    margin-bottom: 30px;
}
.content-1 * {
    margin-bottom: 0;
}
.copyright-footer {
    color: #fff;
}
.copyright-footer strong {
    color: #ffee07;
}
.ux-menu-link__link:hover {
    color: #ffee07 !important;
}
.content-home {
    box-shadow: 0 0 15px 0 rgba(255, 175, 0, .5);
    background: #000;
    padding: 20px;
    border-radius: 20px;
}
.breadcrumb {
    padding-top: 12px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.is-divider {
    background: #ffee07;
    max-width: 100%;
    height: 1px !important;
}
.post-item .box .box-text {
    background: #170a05;
    padding: 12px;
}