*{box-sizing:border-box!important}

html,body{
overflow-x:hidden!important;
background:#0F1115!important;
color:#fff!important;
}

/* POZADÍ */
html,
body,
#wrapper,
#main,
#page,
#content{
background:
radial-gradient(ellipse at right top,rgba(138,106,30,.68),rgba(92,67,16,.40) 26%,rgba(40,28,8,.18) 48%,transparent 74%),
linear-gradient(135deg,rgba(138,106,30,.38),rgba(92,67,16,.24) 20%,rgba(40,28,8,.12) 42%,rgba(15,17,21,0) 72%),
linear-gradient(180deg,#0F1115,#171A1F)!important;
}

.content-wrapper,
.content-inner,
.content,
.text,
.news-item-detail,
article{
background:transparent!important;
background-image:none!important;
box-shadow:none!important;
}

/* HEADER / MENU / FOOTER */
#header,.header-top,.navigation-wrapper,#footer{
background:#111418!important;
border:0!important;
box-shadow:none!important;
}

.navigation-window,
.navigation-window-in,
.navigation-in,
.menu-helper,
.navigation-buttons,
.navigation-buttons a,
.navigation-buttons button{
background:#111418!important;
border-color:rgba(255,255,255,.08)!important;
color:#fff!important;
}

.navigation-window a:hover,
.navigation-window .active a{
color:#D4A437!important;
}

.menu-trigger,
.menu-trigger span,
.navbar-toggler,
.navbar-toggler span{
background:#D4A437!important;
color:#D4A437!important;
}

/* TEXTY */
h1,h2,h3,h4,h5,h6,p,span,div,li,a,label{
color:#fff!important;
}

h1{
font-size:42px!important;
font-weight:900!important;
line-height:1.08!important;
}

h2{
font-size:30px!important;
font-weight:900!important;
color:#B78B22!important;
}

h3{
font-size:22px!important;
font-weight:800!important;
}

/* SKRÝT SHOPTET ZBYTEČNOSTI */
.breadcrumbs,
.sidebar,
.filters,
.category-header,
#category-header,
.product,
.products,
.products-block,
.cart-widget,
.cart-window,
.cart-dropdown,
.cart-preview,
.header-cart,
.dropdown-cart,
.cart-table,
.cart-content,
.checkout-box,
.next-step,
.payment-logo,
.inactive-child{
display:none!important;
}

/* SKRÝT AUTOMATICKÉ VÝPISY ČLÁNKŮ */
#newsWrapper,
.news-wrapper,
.blog-wrapper,
.news-item,
.news-item-noImage,
.news-item-nolmage,
.read-article,
.articlesListing,
.articles-listing{
display:none!important;
}

/* OBECNÉ BOXY / KARTY */
.ap-box,
.ap-card,
.custom-card,
.homepage-box,
.content-box{
background:rgba(17,17,17,.55)!important;
border:1px solid rgba(255,255,255,.08)!important;
border-radius:22px!important;
padding:24px!important;
box-shadow:none!important;
}

/* TMAVĚJŠÍ VNITŘNÍ BOX */
.ap-box-dark{
background:#111418!important;
border:1px solid rgba(255,255,255,.08)!important;
border-radius:22px!important;
padding:24px!important;
}

/* GOLD TEXT */
.ap-gold,
.gold{
color:#B78B22!important;
}

/* TLAČÍTKA */
.btn,
.button,
a.btn,
input[type="submit"],
button{
background:linear-gradient(180deg,#B78B22,#9A741C 45%,#7A5B15)!important;
color:#fff!important;
border:0!important;
border-radius:18px!important;
font-weight:900!important;
box-shadow:none!important;
min-height:42px!important;
padding:10px 22px!important;
text-decoration:none!important;
}

/* INPUTY */
input,
textarea,
select,
.form-control{
background:#1A1D22!important;
color:#fff!important;
border:1px solid rgba(255,255,255,.12)!important;
border-radius:14px!important;
box-shadow:none!important;
}

/* INFO LIŠTA */
.system-message,
.system-message-wrapper,
.notification-bar,
.top-banner{
position:fixed!important;
bottom:0!important;
left:50%!important;
transform:translateX(-50%)!important;
width:min(680px,calc(100% - 18px))!important;
z-index:999999!important;
padding:5px 32px 5px 12px!important;
background:#111418!important;
border:1px solid rgba(212,164,55,.35)!important;
border-radius:10px 10px 0 0!important;
font-size:10px!important;
line-height:1.15!important;
font-weight:800!important;
text-align:center!important;
}

.system-message .close,
.notification-bar .close,
.top-banner .close{
position:absolute!important;
right:10px!important;
top:50%!important;
transform:translateY(-50%)!important;
}

/* SKRÝT PŘIHLÁŠENÍ */
.top-nav-button-login,
[data-testid="signin"]{
display:none!important;
}

/* SKRÝT KOŠÍK */
.cart-count,
[data-testid="headerCart"],
.header-cart,
.icon-cart{
display:none!important;
}

/* SKRÝT SYSTÉMOVÉ H1 NADPISY */
main article > header,
.pageArticleDetail header,
.pageArticleDetail header h1{
display:none!important;
}

/* ČLÁNKY - ZRUŠIT ZÚŽENÍ CONTENTU */
.type-post #content,
.news-item-detail #content,
main#content.content.wide{
max-width:none!important;
width:100%!important;
}

/* MOBIL */
@media(max-width:700px){

h1{
font-size:32px!important;
}

h2{
font-size:24px!important;
}

.ap-box,
.ap-card,
.custom-card,
.homepage-box,
.content-box{
padding:18px!important;
border-radius:18px!important;
}

.btn,
.button,
a.btn,
input[type="submit"],
button{
width:100%!important;
min-height:44px!important;
}

}