:root {
    --colors-surface-primary: #000000;
    --colors-surface-secondary: #000000;
    --colors-surface-tertiary: #000000;
    --colors-surface-disabled: #000000;
    --template-font: "Inter", system-ui, sans-serif;
    --template-headings-font: "Inter", system-ui, sans-serif;
    --color-muted: #B6B6B6;
    --border-color: #444444;
    --colors-foregrounds-content-secondary: #B6B6B6;
}
body, html {
		font-family: var(--template-font);
    overflow-x: hidden;
}
.top-navigation-menu {
    display: none !important;
}
/*Header*/
.top-navigation-bar {
    border: none;
}
.top-navigation-bar a, button.top-nav-button.top-nav-button-login.toggle-window {
    color: var(--color-muted);
}
.header-top .btn.cart-count:before {
    margin-right: 10px;
}
.btn.cart-count:before, a.btn.cart-count:before {
    content: "";
    width: 35px;
    height: 35px;
    background-color: var(--color-primary);
    border-radius: 3px;
    background-image: url(https://763521.myshoptet.com/user/documents/upload/cart-jp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.header-top .btn.cart-count .cart-price {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 767px) {
#header .cart-count {
    top: -43px;
}
.responsive-tools>a[data-target=search] {
    margin-right: 85px;
}}
/*Navigation*/
.navigation-in ul li a b {
    font-weight: 600;
}
.navigation-in {
    background-color: transparent;
}
@media (min-width: 768px) {
header#header {
    border-bottom: solid 1px var(--color-primary);
}}
@media (max-width: 768px) {
.top-navigation-bar {
    border-bottom: solid 1px var(--color-primary);
}}
@media (min-width: 768px) {
#navigation {
    height: 40px;
}
.navigation-in>ul>li>a {
    padding-bottom: 13px;
    padding-top: 13px;
}
.menu-helper:after {
    line-height: 40px;
    width: 40px;
    background-color: transparent;
}
.menu-helper {
    height: 40px;
}}
.navigation-in>ul>li {
		border: none;
}
.menu-helper>ul {
    top: calc(50% + 20px);
}
/*banner*/
.homepage-box {
    border: none;
}
/*search*/
input.query-input.form-control.search-input.js-search-input {
    border: solid 1px var(--border-color);
    background-color: #000;
    font-size: 12px;
    color: #fff;
}
button.btn.btn-default[data-testid="searchBtn"] {
    border-radius: 0 3px 3px 0;
    text-transform: none;
    font-weight: 600;
}
.search-whisperer, .search-whisperer ul li {
    border-color: var(--border-color);
}
.search-whisperer-documents {
    border-bottom-color: var(--border-color);
}
.search-whisperer .p-name, .search-whisperer .price {
    color: #fff;
}
.search-whisperer .price {
    font-weight: 600;
    font-size: 14px;
}
.search-whisperer ul li a:not(.btn) {
    color: var(--color-muted);
}
.search-whisperer-image img {
    border-radius: 3px;
}
.search-whisperer-documents a {
    color: #fff;
}
/*Benefit banners*/
.benefitBanner__picture {
    flex: 0 0 40px;
    max-width: 40px;
}
.benefitBanner__title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.benefitBanner__data {
    color: var(--color-muted);
    font-size: 14px;
}
/*Videobanner*/
/* Kontejner banneru */
.video-banner {
    position: relative;
    width: 100vw;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* Video na pozadí */
.video-banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

/* Obsah nad videem */
.video-banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
}
.video-banner__content h2 {
    font-size: clamp(24px, 4vw, 48px);
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.video-banner__btn {
    display: inline-block;
    padding: 10px 29px;
    background: var(--color-primary);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.2s ease;
}
.video-banner__btn:hover {
    transform: translateY(-2px);
}
.wide-carousel {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}

@media (min-width: 768px) {
#header, .top-navigation-bar {
    background-color: rgba(0, 0, 0, 0.75);
}
.wide-carousel {
    margin-top: -190px;
}
header#header, .top-navigation-bar {
    z-index: 1;
    position: relative;
}
.top-navigation-contacts, .top-navigation-menu {
    background-color: transparent;
}
.video-banner__content {
    margin-top: 169px;
}}

/*oblibene*/
.fav-categories-grid {
    display: flex;
    gap: 20px;
}
.fav-categories__category img {
    border-radius: 3px;
}
.fav-categories__category p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    padding: 0 5px;
}
.fav-categories__category a {
	border-radius: 3px;
    overflow: hidden;
}
.fav-categories__category a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(to top, rgba(255, 106, 0, 0.75), rgba(0, 0, 0, 0));
    border-radius: 3px;
}
.fav-categories__category:hover img {
    transform: scale(1.1) !important;
}
.fav-categories__category:hover p {
    text-decoration: underline;
}
.homepage-group-title {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
}
@media (min-width: 768px) {
.banner-category a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .banners-content a:hover img, .footer-banner a:hover img {
    transform: scale(1.0);
}}
@media (max-width: 992px) {
.fav-categories__category {
    width: calc(50% - 5px);
}
.fav-categories-grid {
    gap: 10px;
}
.fav-categories-grid {
    flex-wrap: wrap;
}}
@media (max-width: 768px) {
.fav-categories__category p {
    font-size: 14px;
    margin-bottom: 10px;
}
.fav-categories__category a::after {
    height: 60%;
}}
/*Product block*/
.products-block .p {
    background-color: #32333b;
    border-radius: 3px;
    padding: 10px;
}
.p .name {
    font-weight: 600;
    color: #b2b2ba;
}
.p .name:hover {
    font-weight: 600;
    color: #b2b2ba;
}
.products-block .ratings-wrapper .availability {
    text-align: left;
}
.products-block .p a.image img {
    border-radius: 3px;
}
.products-block .p-code {
    background-color: #dddddd;
    color: #000;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    font-weight: 600;
}
.btn.btn-primary, a.btn.btn-primary {
    text-transform: none;
    font-weight: 700;
    border-radius: 3px;
}
.products-block.products .p .price span, .products-block.products .p .price strong {
    font-weight: 700;
    color: #fff;
}
.products-block.products>div {
    border: none !important;
}
@media (max-width: 768px) {
.products-block.products>div {
    padding: 5px;
}
.products-block .p-bottom .p-tools {
    flex-basis: 100%;
}
.products-block .p-bottom .p-tools a {
    width: 100%;
}}
.columns-mobile-2 .products-block>div .prices {
    margin-bottom: 10px;
}
/*welcome*/
.welcome div, .welcome h1 {
    max-width: unset;
}
.welcome-custom-wrapper {
    display: flex;
    gap: 20px;
}
.welcome-custom-wrapper > * {
    width: 50%;
}
.welcome-custom-image img {
    object-fit: cover;
    border-radius: 3px;
    height: 100%;
}
.welcome-custom-content {
    padding: 40px;
    background-color: #32333b;
    border-radius: 3px;
}
.welcome-benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.welcome-benefits .benefitBanner__item {
    flex: 50%;
    gap: 10px;
}
.welcome-benefits .benefitBanner__picture {
    margin: 0;
}
.welcome-benefits .benefitBanner__content {
    margin: 0;
}
.welcome h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
}
.welcome-custom-content p {
    color: #fff;
}
@media (max-width: 992px) {
.welcome-custom-wrapper {
    flex-direction: column;
}
.welcome-custom-wrapper > * {
    width: 100%;
}
.welcome h1 {
    font-size: 26px;
}}
@media (max-width: 768px) {
.welcome-custom-content {
    padding: 20px;
}
.homepage-box.welcome-wrapper .container {
    padding-left: 0;
    padding-right: 0px;
}
.welcome-benefits {
    display: flex;
    flex-direction: column;
}
.welcome-benefits .benefitBanner__item {
    margin: 10px 0 0;
}}
.content-wrapper.latest-contribution-box {
    display: none;
}
/*Footer*/
.footer-delivery-payment {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
.footer-delivery-payment img {
    max-height: 30px;
    border-radius: 3px;
}
#footer h4 {
    color: #fff;
    font-weight: 700;
    text-transform: none;
}
@media (min-width: 1200px) {
.custom-footer>div {
    width: 33.33333%;
}}
.footer-bottom {
    font-size: 12px;
    color: #fff;
}
#signature a {
    color: #fff;
}
#signature img {
    margin-right: 0.5em;
    width: 17px;
}
.custom-footer, .footer-bottom, .footer-links-icons {
    border: none;
}
.newsletter-upfooter-wrapper {
    text-align: center;
    padding: 44px 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsletter-upfooter-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(/user/documents/upload/newsletter-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.custom-footer__newsletter.extended {
    max-width: 500px;
    padding: 0 20px;
}
.newsletter-header h4 {
    font-size: 32px;
    text-transform: uppercase !important;
}
form#formNewsletterWidget label.whole-width {
    font-size: 12px;
    padding: 0;
    color: #fff;
}
input.form-control {
    border: none;
}
button.btn.btn-default.btn-arrow-right {
    border-radius: 0 3px 3px 0;
}
.contact-box ul li>span:before, .top-navigation-contacts a:before {
    color: var(--color-primary);
}
@media (max-width: 992px) {
.newsletter-header h4 {
    font-size: 26px;
}}
.homepage-box.welcome-wrapper {
    margin-bottom: 0;
}
.overall-wrapper {
    background-image:
        url(/user/documents/upload/bg-left.png),
        url(/user/documents/upload/bg-right.png);
    background-position:
        center left,
        center right;
    background-repeat:
        repeat-y,
        repeat-y;
    background-size:
        200px,
        200px;
}
footer#footer {
  background-color: #000;
}
@media (max-width: 992px) {
body {
  background-color: #000000;
}
.overall-wrapper {
  background-image:
      url(/user/documents/upload/bg-left-low.png),
      url(/user/documents/upload/bg-right-low.png);
  background-size:
      75px,
      75px;
}}
.sidebar-inner {
  background-color: #32333b;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs {
  border-color: var(--border-color);
}
.breadcrumbs>span>a:after, .breadcrumbs>span>a:before {
  background-color: var(--border-color);
}
.btn.loadMore__button, .pagination .pagination__list .pagination__link, a.btn.goToTop__button {
  background-color: #32333b;
  border: none;
  border-radius: 3px;
  color: #fff;
}
.btn.loadMore__button {
	background-color: var(--color-primary);
}
.products-inline.products-top>div .p img {
  border-radius: 3px;
}
button.btn.btn-cart.add-to-cart-button {
  text-transform: none;
  font-weight: 700;
  border-radius: 3px;
}
.btn.add-to-cart-button:after, .btn.btn-cart:after, .btn.express-checkout-button:after, a.btn.add-to-cart-button:after, a.btn.btn-cart:after, a.btn.express-checkout-button:after {
  content: "";
  background-image: url(https://763521.myshoptet.com/user/documents/upload/cart-w.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  speak: none;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
.btn.add-to-cart-button:before, .btn.btn-cart:before, .btn.express-checkout-button:before, a.btn.add-to-cart-button:before, a.btn.btn-cart:before, a.btn.express-checkout-button:before {
display: none;
}
@media (max-width: 768px) {
button.btn.btn-cart.add-to-cart-button {
  width: 100%;
}}
.extended-description {
  padding: 10px;
  background-color: #32333b;
  border-radius: 3px;
}
.extended-description h3 {
  margin-top: 0;
}
button.btn.btn-lg.btn-conversion.add-to-cart-button {
  border-radius: 0 3px 3px 0;
}
.p-detail .add-to-cart .quantity {
  background-color: #32333b;
  border-color: var(--border-color);
}
.navigation-buttons a[data-target=cart] i {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.navigation-buttons>a[data-target=cart] i {
  left: 25px;
  top: -6px;
}
.shp-tabs-wrapper {
  background-color: #32333b;
  border-radius: 3px;
  padding-bottom: 20px;
}
.row.product-top {
  background-color: #000;
}
.p-image img {
  border-radius: 3px;
}
body.ordering-process {
  background-color: #000;
}
a#continue-order-button {
  border-radius: 3px;
}
.cart-table tr td {
  border-right-color: var(--border-color);
  border-top-color: var(--border-color);
}
.cart-item {
  background-color: #32333b;
  padding: 5px;
}
.next-step .btn.btn-lg {
  border-radius: 3px;
}
.cart-item>div, .co-box {
  border-color: var(--border-color);
}
.cart-content input, .cart-content textarea {
  color: #000 !important;
}
.search-whisperer, .search-whisperer ul li {
  background-color: #000;
}
.popup-widget-inner, .popup-widget:before {
  background-color: #32333b;
  border-color: var(--border-color);
}
.login-wrapper .btn, input.btn.btn-secondary.btn-text.btn-login {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 3px;
}
.cart-widget, .cart-widget-button {
  background-color: #32333b;
  border-color: var(--border-color);
}
.discount-coupon form .btn {
  margin-left: 10px;
  border-radius: 3px;
  background-color: var(--color-primary);
  color: #fff;
}
.form-control, select {
  color: #000 !important;
}
.cart-table .p-quantity .quantity input {
  color: #fff !important;
}
.btn.btn-secondary, a.btn.btn-secondary {
  border-color: var(--color-primary);
  border-radius: 3px;
}
input.query-input.form-control.search-input.js-search-input {
    color: #fff !important;
}
:root {
		--colors-surface-primary: transparent;
    --colors-surface-secondary: transparent;
    --colors-foregrounds-headlines-primary: #fff;
    --colors-foregrounds-content-primary: #fff;
    --colors-foregrounds-content-secondary: #fff;
}
.navigation-in ul.menu-level-2 a {
    color: #000;
}
select {
    color: #000 !important;
}
.h1, h1 {
    font-weight: 600;
}
.navigation-in a, .menu-helper>ul>li a {
    color: #000;
}
.navigation-close {
    color: #000;
}
#cboxContent, #cboxOverlay, #cboxTitle {
    background-color: #32333b;
}
#cboxContent {
    border-color: var(--border-color);
}
#cboxClose {
    background-color: transparent !important;
}
.customer-page .table thead tr {
    background-color: #32333b;
}
.cart-content {
    background-color: #32333b;
    border-radius: 0 0 3px 3px;
}
.subcategories li a {
    background-color: #fff;
    border-radius: 3px;
}
@media (min-width: 1200px) {
.video-banner__content {
    margin-top: 0;
}}
.filter-count {
    color: #000;
}
#cboxNext:before, #cboxPrevious:before {
    color: #000;
}
.variant-list th {
    font-weight: 600;
    color: #fff !important;
}
.advanced-parameter {
    margin: 6px 12px 6px 0;
}
.cart-item>div.cart-item-name a {
    color: #b2b2ba;
}
.products-related:after {
    display: none;
}
.quantity-discounts__item--highlighted {
    background: #32333b;
    outline-color: var(--color-secondary);
}
.quantity-discounts__item--highlighted:hover {
    background: #32333b;
}