.tkbhf-gtranslate-bootstrap,
.tkbhf-gtranslate-shortcode-source {
position: absolute !important;
top: 0 !important;
left: -10000px !important;
width: 1px !important;
min-width: 1px !important;
max-width: 1px !important;
height: 1px !important;
min-height: 1px !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
} body.et_boxed_layout #page-container #et-boc header #header-icons-section .et_pb_row,
body.et_boxed_layout #page-container #et-boc header #header-icons-section + .et_pb_section .et_pb_row {
width: var(--tkb-site-content-width, 87%) !important;
max-width: var(--tkb-site-content-max, 1440px) !important;
}
#header-icons-section {
position: relative !important;
z-index: 1001;
margin: 0 !important;
padding: 0 !important;
background: #000 !important;
overflow: visible !important;
}
#header-icons-section > .et_pb_row {
display: grid !important;
grid-template-columns: clamp(230px, 25vw, 300px) minmax(0, 1fr) max-content !important;
align-items: center !important;
gap: 20px !important;
margin: 0 auto !important;
padding: 10px 0 !important;
}
#header-icons-section .et_pb_column {
width: auto !important;
margin: 0 !important;
padding: 0 !important;
float: none !important;
min-width: 0;
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
overflow: visible !important;
}
#header-icons-section .et_pb_module,
#header-icons-section .et_pb_code,
#header-icons-section .et_pb_code_inner {
margin: 0 !important;
padding: 0 !important;
}
#header-icons-section .et_pb_column:nth-child(1),
#header-icons-section .et_pb_column:nth-child(3) {
display: flex !important;
align-items: center !important;
}
#header-icons-section .et_pb_column:nth-child(1) {
justify-content: flex-start !important;
width: 100% !important;
max-width: none !important;
flex-basis: auto !important;
}
#header-icons-section .et_pb_column:nth-child(2) {
width: 100% !important;
max-width: none !important;
min-width: 0 !important;
flex-basis: auto !important;
}
#header-icons-section .et_pb_column:nth-child(2) .et_pb_code,
#header-icons-section .et_pb_column:nth-child(2) .et_pb_code_inner,
#header-icons-section .et_pb_column:nth-child(2) .tkb-v2-search-wrap,
#header-icons-section .et_pb_column:nth-child(2) .tkb-v2-search {
width: 100% !important;
max-width: none !important;
min-width: 0 !important;
}
#header-icons-section .et_pb_column:nth-child(3) {
justify-content: flex-end !important;
width: max-content !important;
max-width: none !important;
min-width: max-content !important;
flex-basis: auto !important;
}
#header-icons-section .et_pb_column:nth-child(1) .et_pb_image,
#header-icons-section .et_pb_column:nth-child(1) .et_pb_image_wrap {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
width: 100%;
margin: 0 !important;
}
#header-icons-section .et_pb_column:nth-child(1) img {
display: block !important;
width: 100% !important;
max-width: 320px !important;
height: auto !important;
margin: 0 !important;
} .tkb-v2-search-wrap {
width: 100%;
min-width: 0;
}
.tkb-v2-search {
display: flex;
align-items: center;
width: 100%;
height: 42px;
margin: 0;
overflow: hidden;
border: 1px solid #343434;
border-radius: 7px;
background: #191919;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tkb-v2-search:focus-within {
border-color: var(--tkb-orange);
box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.15);
}
.tkb-v2-search input[type="search"] {
flex: 1 1 auto;
min-width: 0;
width: 100%;
height: 100%;
margin: 0 !important;
padding: 0 14px !important;
border: 0 !important;
outline: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: #fff !important;
font-size: 14px !important;
line-height: normal !important;
appearance: none;
}
.tkb-v2-search input[type="search"]::placeholder {
color: #909090 !important;
opacity: 1;
}
.tkb-v2-search input[type="search"]::-webkit-search-cancel-button {
width: 14px;
height: 14px;
margin-right: 5px;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'/%3e%3cline x1='6' y1='6' x2='18' y2='18'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
cursor: pointer;
opacity: 0.7;
}
.tkb-v2-search input[type="search"]::-webkit-search-cancel-button:hover {
opacity: 1;
}
.tkb-v2-search button {
display: flex !important;
flex: 0 0 48px;
align-items: center;
justify-content: center;
width: 48px;
height: 100%;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: var(--tkb-orange) !important;
color: #000 !important;
cursor: pointer;
}
.tkb-v2-search button:hover {
background: var(--tkb-orange-hover) !important;
}
.tkb-v2-search button svg {
width: 21px;
height: 21px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
} .tkb-v2-actions {
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
gap: 5px;
min-width: max-content;
margin: 0 !important;
padding: 0 !important;
white-space: nowrap;
position: relative !important;
top: auto !important;
transform: none !important;
overflow: visible !important;
}
.tkb-v2-icon {
position: relative !important;
top: auto !important;
display: inline-flex !important;
flex: 0 0 40px;
align-items: center !important;
justify-content: center !important;
width: 40px;
height: 40px;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 7px;
background: transparent !important;
color: #fff !important;
text-decoration: none !important;
cursor: pointer;
transition: color 0.2s ease, background-color 0.2s ease;
overflow: visible !important;
}
.tkb-v2-icon:hover,
.tkb-v2-icon:focus-visible {
background: #191919 !important;
color: var(--tkb-orange) !important;
}
.tkb-v2-icon svg {
display: block;
width: 24px;
height: 24px;
fill: none;
stroke: currentColor;
stroke-width: 1.9;
stroke-linecap: round;
stroke-linejoin: round;
}
.tkb-v2-burger {
display: none !important;
}
.tkb-v2-cart .cart-count {
position: absolute !important;
top: -1px !important;
right: -2px !important;
display: flex !important;
align-items: center;
justify-content: center;
width: 17px !important;
height: 17px !important;
min-width: 17px !important;
margin: 0 !important;
padding: 0 !important;
border-radius: 50%;
background: var(--tkb-orange) !important;
color: #000 !important;
font-size: 10px !important;
font-weight: 900 !important;
line-height: 1 !important;
z-index: 2;
}
.cart-count.is-animated {
transform: scale(1.3);
transition: transform 0.25s ease;
} .tkb-v2-language {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
}
.tkb-v2-language-desktop {
width: 44px !important;
min-width: 44px !important;
max-width: 44px !important;
height: 40px !important;
}
.tkbhf-language-control {
position: relative !important;
display: block !important;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
z-index: 10020 !important;
}
.tkbhf-language-control-desktop {
width: 44px !important;
min-width: 44px !important;
max-width: 44px !important;
height: 40px !important;
}
.tkbhf-language-toggle {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 5px !important;
width: 44px !important;
min-width: 44px !important;
max-width: 44px !important;
height: 40px !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 7px !important;
background: transparent !important;
color: #fff !important;
box-shadow: none !important;
cursor: pointer !important;
box-sizing: border-box !important;
}
.tkbhf-language-toggle:hover,
.tkbhf-language-toggle:focus-visible,
.tkbhf-language-control.is-open .tkbhf-language-toggle {
background: #191919 !important;
color: var(--tkb-orange) !important;
}
.tkbhf-language-current-flag {
display: inline-flex !important;
flex: 0 0 19px !important;
align-items: center !important;
justify-content: center !important;
width: 19px !important;
height: 19px !important;
}
.tkbhf-language-current-flag img {
display: block !important;
width: 19px !important;
min-width: 19px !important;
max-width: 19px !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
}
.tkbhf-language-current-code {
display: none !important;
}
.tkbhf-language-chevron {
display: block !important;
flex: 0 0 7px !important;
width: 7px !important;
height: 7px !important;
margin: -4px 0 0 0 !important;
border-right: 2px solid currentColor !important;
border-bottom: 2px solid currentColor !important;
transform: rotate(45deg) !important;
box-sizing: border-box !important;
}
.tkbhf-language-control.is-open .tkbhf-language-chevron {
margin-top: 4px !important;
transform: rotate(225deg) !important;
}
.tkbhf-language-menu[hidden] {
display: none !important;
}
.tkbhf-language-menu {
position: absolute !important;
top: calc(100% + 7px) !important;
right: 0 !important;
bottom: auto !important;
left: auto !important;
z-index: 10030 !important;
width: 224px !important;
min-width: 224px !important;
max-width: 224px !important;
max-height: 310px !important;
margin: 0 !important;
padding: 5px !important;
overflow-x: hidden !important;
overflow-y: auto !important;
border: 1px solid #3b3b3b !important;
border-radius: 9px !important;
background: #101010 !important;
box-shadow: 0 16px 38px rgba(0, 0, 0, 0.72) !important;
box-sizing: border-box !important;
scrollbar-width: thin;
scrollbar-color: #555 #101010;
}
.tkbhf-language-menu::-webkit-scrollbar {
width: 7px;
}
.tkbhf-language-menu::-webkit-scrollbar-track {
background: #101010;
}
.tkbhf-language-menu::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #555;
}
.tkbhf-language-option {
display: block !important;
margin: 0 !important;
padding: 0 !important;
}
.tkbhf-language-option a[data-gt-lang] {
display: flex !important;
align-items: center !important;
gap: 10px !important;
width: 100% !important;
min-height: 40px !important;
margin: 0 !important;
padding: 8px 10px !important;
border: 0 !important;
border-radius: 6px !important;
background: #101010 !important;
color: #ededed !important;
box-shadow: none !important;
font-family: inherit !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
text-decoration: none !important;
white-space: nowrap !important;
box-sizing: border-box !important;
}
.tkbhf-language-option a[data-gt-lang]:hover,
.tkbhf-language-option a[data-gt-lang]:focus,
.tkbhf-language-option a[data-gt-lang].is-current {
background: var(--tkb-orange) !important;
color: #000 !important;
}
.tkbhf-language-option a[data-gt-lang] img {
display: block !important;
flex: 0 0 22px !important;
width: 22px !important;
max-width: 22px !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
}
.tkbhf-language-control.is-unavailable {
display: none !important;
} .tkb-v2-drawer-language {
display: none;
}
.tkb-v2-drawer-language-label {
color: #fff;
font-size: 14px;
font-weight: 700;
}
@media only screen and (max-width: 980px) {
.tkb-v2-language-desktop {
display: none !important;
}
.tkb-v2-drawer-language {
position: relative !important;
display: flex !important;
flex: 0 0 auto;
align-items: center;
justify-content: space-between;
gap: 14px;
min-height: 62px;
padding: 10px 16px;
overflow: visible !important;
border-top: 1px solid #333;
background: var(--tkb-panel);
z-index: 10010 !important;
}
.tkb-v2-language-mobile {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
width: 82px !important;
min-width: 82px !important;
overflow: visible !important;
z-index: 10020 !important;
}
.tkbhf-language-control-mobile,
.tkbhf-language-control-mobile .tkbhf-language-toggle {
width: 82px !important;
min-width: 82px !important;
max-width: 82px !important;
height: 40px !important;
}
.tkbhf-language-control-mobile .tkbhf-language-toggle {
gap: 6px !important;
padding: 0 8px !important;
border: 1px solid #363636 !important;
background: #171717 !important;
}
.tkbhf-language-control-mobile .tkbhf-language-current-code {
display: inline-block !important;
color: inherit !important;
font-size: 14px !important;
font-weight: 800 !important;
line-height: 1 !important;
}
.tkbhf-language-control-mobile .tkbhf-language-menu {
top: auto !important;
right: 0 !important;
bottom: calc(100% + 7px) !important;
left: auto !important;
width: min(230px, calc(100vw - 40px)) !important;
min-width: 210px !important;
max-width: calc(100vw - 40px) !important;
max-height: min(310px, 55vh) !important;
}
} #header-icons-section + .et_pb_section {
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
z-index: 1000;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border-top: 1px solid #202020;
border-bottom: 1px solid #292929;
background: rgba(0, 0, 0, 0.94) !important;
transform: none !important;
}
#header-icons-section + .et_pb_section .et_pb_row {
margin: 0 auto !important;
padding: 0 !important;
}
#header-icons-section + .et_pb_section .et_pb_menu,
#header-icons-section + .et_pb_section .et_pb_menu_inner_container {
width: 100%;
margin: 0 !important;
padding: 0 !important;
}
#header-icons-section + .et_pb_section .et_pb_menu {
background: transparent !important;
}
#header-icons-section + .et_pb_section .et_pb_menu__wrap,
#header-icons-section + .et_pb_section .et_pb_menu__menu {
width: 100%;
justify-content: stretch !important;
}
#header-icons-section + .et_pb_section .et-menu {
display: flex !important;
align-items: center;
justify-content: space-between !important;
gap: 16px;
width: 100%;
margin: 0 !important;
}
#header-icons-section + .et_pb_section .et-menu > li {
margin: 0 !important;
padding: 0 !important;
}
#header-icons-section + .et_pb_section .et-menu > li > a {
padding: 13px 4px !important;
color: #fff !important;
font-size: 15px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
opacity: 1 !important;
} #header-icons-section + .et_pb_section
.et-menu > li.menu-item-has-children > a:first-child {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px;
padding-right: 4px !important;
}
#header-icons-section + .et_pb_section
.et-menu > li.menu-item-has-children > a:first-child::after {
position: static !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
display: inline-block !important;
width: 7px;
height: 7px;
margin: -3px 0 0 1px !important;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
content: "" !important;
font-family: inherit !important;
font-size: 0 !important;
line-height: 0 !important;
transform: rotate(45deg) !important;
}
#header-icons-section + .et_pb_section .et-menu > li > a:hover,
#header-icons-section + .et_pb_section .et-menu > li.current-menu-item > a,
#header-icons-section + .et_pb_section .et-menu > li.current-menu-ancestor > a {
color: var(--tkb-orange) !important;
} #header-icons-section + .et_pb_section .et-menu > li > ul.sub-menu {
padding: 14px !important;
border-top: 3px solid var(--tkb-orange) !important;
border-radius: 0 0 8px 8px;
background: #111 !important;
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55) !important;
}
#header-icons-section + .et_pb_section ul.sub-menu li {
margin: 0 !important;
padding: 0 !important;
}
#header-icons-section + .et_pb_section ul.sub-menu li a {
width: 100% !important;
padding: 10px 12px !important;
border-radius: 5px;
color: #e5e5e5 !important;
font-size: 13px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
}
#header-icons-section + .et_pb_section ul.sub-menu li a:hover {
background: var(--tkb-orange) !important;
color: #000 !important;
} #header-icons-section + .et_pb_section .et-menu > li:nth-child(2) > ul.sub-menu {
display: grid !important;
grid-template-columns: repeat(3, minmax(190px, 1fr));
gap: 4px 12px;
width: min(780px, 88vw) !important;
} .tkb-v2-overlay {
position: fixed;
inset: 0;
z-index: 99998;
background: rgba(0, 0, 0, 0.72);
opacity: 0;
transition: opacity 0.25s ease;
}
.tkb-v2-overlay.is-visible {
opacity: 1;
}
.tkb-v2-drawer {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: flex;
flex-direction: column;
width: min(88vw, 400px);
height: 100vh;
height: 100dvh;
overflow: hidden;
background: var(--tkb-panel);
color: #fff;
box-shadow: 20px 0 50px rgba(0, 0, 0, 0.55);
transform: translateX(-105%);
transition: transform 0.28s ease;
}
.tkb-v2-drawer.is-open {
transform: translateX(0);
}
.tkb-v2-drawer-head {
display: flex;
flex: 0 0 auto;
align-items: center;
justify-content: space-between;
min-height: 74px;
padding: 12px 16px;
border-bottom: 1px solid #333;
background: #000 !important;
}
.tkb-v2-drawer-logo {
display: block;
max-width: calc(100% - 60px);
background: #000 !important;
}
.tkb-v2-drawer-logo img {
display: block;
width: 190px;
max-width: 100%;
height: auto;
background: #000 !important;
}
.tkb-v2-close {
display: flex;
flex: 0 0 42px;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin: 0;
padding: 0;
border: 0;
border-radius: 7px;
background: transparent;
color: #fff;
cursor: pointer;
}
.tkb-v2-close:hover,
.tkb-v2-close:focus-visible {
background: #252525;
color: var(--tkb-orange);
}
.tkb-v2-close svg {
width: 25px;
height: 25px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
}
.tkb-v2-drawer-nav {
flex: 1 1 auto;
padding: 8px 0 20px;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.tkb-v2-drawer-menu,
.tkb-v2-drawer-menu ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.tkb-v2-drawer-menu li {
position: relative;
margin: 0 !important;
padding: 0 !important;
}
.tkb-v2-drawer-menu > li {
border-bottom: 1px solid #292929;
}
.tkb-v2-drawer-menu li a {
display: block;
padding: 15px 54px 15px 20px;
color: #eee !important;
font-size: 15px;
font-weight: 700;
line-height: 1.3;
text-decoration: none;
}
.tkb-v2-drawer-menu li a:hover,
.tkb-v2-drawer-menu li a:focus-visible {
background: #1d1d1d;
color: var(--tkb-orange) !important;
}
.tkb-v2-submenu-toggle {
position: absolute;
top: 5px;
right: 8px;
display: flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin: 0;
padding: 0;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
}
.tkb-v2-submenu-toggle svg {
width: 20px;
height: 20px;
fill: none;
stroke: currentColor;
stroke-width: 2;
transition: transform 0.2s ease;
}
.tkb-v2-drawer-menu li.is-open > .tkb-v2-submenu-toggle svg {
transform: rotate(180deg);
} .tkb-v2-drawer-menu ul.sub-menu {
position: static !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
display: none;
visibility: visible !important;
width: auto !important;
margin: 0 !important;
padding: 0 0 8px 14px !important;
border: 0 !important;
border-radius: 0 !important;
background: var(--tkb-panel-dark) !important;
box-shadow: none !important;
opacity: 1 !important;
transform: none !important;
}
.tkb-v2-drawer-menu li.is-open > ul.sub-menu {
display: block !important;
}
.tkb-v2-drawer-menu ul.sub-menu li a {
padding: 12px 46px 12px 20px;
color: #cfcfcf !important;
font-size: 13px;
font-weight: 600;
}
.tkb-v2-drawer-footer {
display: grid;
flex: 0 0 auto;
grid-template-columns: 1fr 1fr;
border-top: 1px solid #333;
background: var(--tkb-panel);
}
.tkb-v2-drawer-footer a {
padding: 16px;
color: #fff !important;
font-size: 13px;
font-weight: 700;
text-align: center;
text-decoration: none;
}
.tkb-v2-drawer-footer a + a {
border-left: 1px solid #333;
}
.tkb-v2-drawer-footer a:hover {
background: #1f1f1f;
color: var(--tkb-orange) !important;
}
body.tkb-v2-menu-open {
overflow: hidden !important;
} body.admin-bar .tkb-v2-drawer {
top: 32px;
height: calc(100dvh - 32px);
} @media only screen and (max-width: 980px) {
body.et_boxed_layout #page-container #et-boc header #header-icons-section .et_pb_row {
width: 100% !important;
max-width: none !important;
}
#header-icons-section {
overflow: visible !important;
}
#header-icons-section > .et_pb_row {
display: grid !important;
grid-template-columns: minmax(0, 1fr) auto !important;
grid-template-rows: minmax(60px, auto) auto !important;
align-items: center !important;
row-gap: 8px !important;
column-gap: clamp(10px, 3vw, 18px) !important;
width: 100% !important;
margin: 0 auto !important;
padding: 8px 12px 12px !important;
overflow: visible !important;
} #header-icons-section .et_pb_column:nth-child(1) {
grid-column: 1;
grid-row: 1;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
align-self: stretch !important;
min-width: 0;
min-height: 60px !important;
overflow: visible !important;
}
#header-icons-section .et_pb_column:nth-child(1) .et_pb_image,
#header-icons-section .et_pb_column:nth-child(1) .et_pb_image_wrap {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
width: 100% !important;
min-height: 60px !important;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
}
#header-icons-section .et_pb_column:nth-child(1) img {
display: block !important;
width: auto !important;
max-width: min(210px, calc(100vw - 175px)) !important;
max-height: 50px !important;
margin: 0 !important;
} #header-icons-section .et_pb_column:nth-child(2) {
grid-column: 1 / -1;
grid-row: 2;
width: 100% !important;
min-width: 0;
}
#header-icons-section .et_pb_column:nth-child(2),
#header-icons-section .et_pb_column:nth-child(2) .et_pb_code,
#header-icons-section .et_pb_column:nth-child(2) .et_pb_code_inner {
margin: 0 !important;
padding: 0 !important;
} #header-icons-section .et_pb_column:nth-child(3) {
grid-column: 2;
grid-row: 1;
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
align-self: stretch !important;
min-height: 60px !important;
margin: 0 !important;
padding: 0 !important;
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
overflow: visible !important;
}
#header-icons-section .et_pb_column:nth-child(3) .et_pb_code,
#header-icons-section .et_pb_column:nth-child(3) .et_pb_code_inner {
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
width: 100% !important;
min-height: 60px !important;
margin: 0 !important;
padding: 0 !important;
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
overflow: visible !important;
}
.tkb-v2-actions {
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
gap: 2px;
min-height: 60px !important;
margin: 0 !important;
padding: 0 !important;
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
overflow: visible !important;
}
.tkb-v2-icon {
flex: 0 0 40px !important;
width: 40px !important;
height: 42px !important;
margin: 0 !important;
top: auto !important;
}
.tkb-v2-icon svg {
width: 22px;
height: 22px;
}
.tkb-v2-burger {
display: inline-flex !important;
}
.tkb-v2-search {
height: 44px;
}
.tkb-v2-search input[type="search"] {
font-size: 14px !important;
} #header-icons-section + .et_pb_section {
display: none !important;
}
}
@media only screen and (max-width: 782px) {
body.admin-bar .tkb-v2-drawer {
top: 46px;
height: calc(100dvh - 46px);
}
}
@media only screen and (max-width: 430px) {
#header-icons-section > .et_pb_row {
row-gap: 7px !important;
column-gap: 12px !important;
padding: 7px 9px 11px !important;
} #header-icons-section .et_pb_column:nth-child(1) img {
max-width: min(162px, calc(100vw - 156px)) !important;
max-height: 44px !important;
}
.tkb-v2-actions {
gap: 0 !important;
}
.tkb-v2-icon {
flex: 0 0 36px !important;
width: 36px !important;
height: 40px !important;
}
.tkb-v2-icon svg {
width: 21px !important;
height: 21px !important;
}
.tkb-v2-cart .cart-count {
top: 0 !important;
right: -1px !important;
}
} .tkb-v2-icon:focus-visible,
.tkb-v2-search button:focus-visible,
.tkb-v2-close:focus-visible,
.tkb-v2-submenu-toggle:focus-visible,
.tkb-v2-drawer a:focus-visible {
outline: 2px solid var(--tkb-orange);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.tkb-v2-overlay,
.tkb-v2-drawer,
.tkb-v2-submenu-toggle svg,
.cart-count {
transition: none !important;
}
} @media only screen and (min-width: 981px) {
.tkbhf-active .tkb-v2-actions {
display: grid !important;
grid-template-columns: repeat(3, 44px) !important;
align-items: center !important;
justify-content: end !important;
column-gap: 8px !important;
width: max-content !important;
min-width: max-content !important;
}
.tkbhf-active .tkb-v2-account,
.tkbhf-active .tkb-v2-cart,
.tkbhf-active .tkb-v2-language-desktop {
width: 44px !important;
min-width: 44px !important;
max-width: 44px !important;
height: 40px !important;
margin: 0 !important;
}
.tkbhf-active .tkb-v2-cart > svg {
transform: translateX(-2px) !important;
}
.tkbhf-active .tkb-v2-cart .cart-count {
top: -2px !important;
right: 1px !important;
}
} @media only screen and (min-width: 981px) { #header-icons-section + .et_pb_section .et-menu > li > a,
#header-icons-section + .et_pb_section .et-menu > li > a::before,
#header-icons-section + .et_pb_section .et-menu > li > a::after {
transition: none !important;
transition-delay: 0s !important;
animation: none !important;
} #header-icons-section + .et_pb_section .et-menu ul.sub-menu,
#header-icons-section + .et_pb_section .et-menu ul.sub-menu *,
#header-icons-section + .et_pb_section .et-menu li.menu-item-has-children {
transition: none !important;
transition-delay: 0s !important;
animation: none !important;
} #header-icons-section + .et_pb_section
.et-menu ul.sub-menu li > a:hover,
#header-icons-section + .et_pb_section
.et-menu ul.sub-menu li > a:focus-visible {
background: #ff9900 !important;
background-color: #ff9900 !important;
color: #000000 !important;
opacity: 1 !important;
filter: none !important;
} #header-icons-section + .et_pb_section
.et-menu > li > a:hover,
#header-icons-section + .et_pb_section
.et-menu > li.current-menu-item > a,
#header-icons-section + .et_pb_section
.et-menu > li.current-menu-ancestor > a {
color: #ff9900 !important;
}
} .tkbhf-sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
border: 0 !important;
white-space: nowrap !important;
}
.tkb-v2-drawer[aria-hidden="true"] {
pointer-events: none !important;
visibility: hidden !important;
}
.tkb-v2-drawer.is-open {
pointer-events: auto !important;
visibility: visible !important;
}
@media only screen and (max-width: 980px) {
.tkb-v2-icon {
flex: 0 0 44px !important;
width: 44px !important;
min-width: 44px !important;
height: 44px !important;
min-height: 44px !important;
}
.tkb-v2-close,
.tkb-v2-submenu-toggle {
width: 44px !important;
min-width: 44px !important;
height: 44px !important;
min-height: 44px !important;
}
.tkb-v2-drawer-footer a {
display: flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 48px !important;
}
}
@media only screen and (max-width: 430px) {
#header-icons-section > .et_pb_row {
column-gap: 8px !important;
}
#header-icons-section .et_pb_column:nth-child(1) img {
max-width: min(158px, calc(100vw - 166px)) !important;
}
.tkb-v2-actions {
gap: 0 !important;
}
.tkb-v2-icon {
flex-basis: 44px !important;
width: 44px !important;
min-width: 44px !important;
height: 44px !important;
}
} body.tkbhf-checkout-mode #header-icons-section + .et_pb_section {
display: none !important;
}
body.tkbhf-checkout-mode #header-icons-section {
min-height: 72px !important;
border-bottom: 1px solid rgba(255, 255, 255, .11) !important;
box-shadow: 0 5px 18px rgba(0, 0, 0, .18) !important;
}
body.tkbhf-checkout-mode #header-icons-section > .et_pb_row {
display: grid !important;
grid-template-columns: minmax(180px, auto) minmax(180px, 1fr) auto !important;
grid-template-areas: "logo secure help" !important;
align-items: center !important;
gap: 28px !important;
min-height: 72px !important;
padding: 10px 0 !important;
}
body.tkbhf-checkout-mode #header-icons-section .et_pb_column {
display: flex !important;
align-items: center !important;
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
}
body.tkbhf-checkout-mode #header-icons-section .et_pb_column:nth-child(1) {
grid-area: logo !important;
justify-content: flex-start !important;
}
body.tkbhf-checkout-mode #header-icons-section .et_pb_column:nth-child(2) {
grid-area: secure !important;
justify-content: center !important;
}
body.tkbhf-checkout-mode #header-icons-section .et_pb_column:nth-child(3) {
grid-area: help !important;
justify-content: flex-end !important;
}
body.tkbhf-checkout-mode
#header-icons-section
.et_pb_column:nth-child(1) img {
width: auto !important;
max-width: 190px !important;
max-height: 48px !important;
object-fit: contain !important;
}
.tkbhf-checkout-header-trust,
.tkbhf-checkout-header-help {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 9px !important;
min-height: 44px !important;
color: #ffffff !important;
font-size: 14px !important;
font-weight: 750 !important;
line-height: 1.2 !important;
white-space: nowrap !important;
}
.tkbhf-checkout-header-lock {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 28px !important;
height: 28px !important;
border-radius: 999px !important;
background: rgba(255, 153, 0, .13) !important;
color: #ff9900 !important;
}
.tkbhf-checkout-header-lock svg {
width: 16px !important;
height: 16px !important;
fill: none !important;
stroke: currentColor !important;
stroke-width: 1.9 !important;
stroke-linecap: round !important;
stroke-linejoin: round !important;
}
.tkbhf-checkout-header-help {
min-width: 44px !important;
padding: 0 12px !important;
border: 1px solid rgba(255, 255, 255, .18) !important;
border-radius: 999px !important;
background: rgba(255, 255, 255, .045) !important;
text-decoration: none !important;
transition: border-color .15s ease, background-color .15s ease, color .15s ease !important;
}
.tkbhf-checkout-header-help-icon {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 22px !important;
height: 22px !important;
border: 1.5px solid currentColor !important;
border-radius: 999px !important;
font-size: 13px !important;
font-weight: 900 !important;
}
.tkbhf-checkout-header-help:hover,
.tkbhf-checkout-header-help:focus-visible {
border-color: #ff9900 !important;
background: rgba(255, 153, 0, .09) !important;
color: #ff9900 !important;
}
.tkbhf-checkout-header-help:focus-visible {
outline: 2px solid #ff9900 !important;
outline-offset: 3px !important;
}
@media (max-width: 980px) {
body.tkbhf-checkout-mode #header-icons-section {
min-height: 0 !important;
}
body.tkbhf-checkout-mode #header-icons-section > .et_pb_row {
grid-template-columns: minmax(0, 1fr) auto !important;
grid-template-areas:
"logo help"
"secure secure" !important;
gap: 6px 12px !important;
min-height: 0 !important;
padding: 9px 0 10px !important;
}
body.tkbhf-checkout-mode #header-icons-section .et_pb_column:nth-child(1) {
min-height: 44px !important;
}
body.tkbhf-checkout-mode
#header-icons-section
.et_pb_column:nth-child(1) img {
max-width: min(170px, calc(100vw - 170px)) !important;
max-height: 42px !important;
}
.tkbhf-checkout-header-trust {
width: 100% !important;
min-height: 30px !important;
padding-top: 5px !important;
border-top: 1px solid rgba(255, 255, 255, .08) !important;
font-size: 12.5px !important;
}
.tkbhf-checkout-header-lock {
width: 24px !important;
height: 24px !important;
}
.tkbhf-checkout-header-lock svg {
width: 14px !important;
height: 14px !important;
}
.tkbhf-checkout-header-help {
min-height: 42px !important;
padding: 0 10px !important;
font-size: 12.5px !important;
}
}
@media (max-width: 360px) {
.tkbhf-checkout-header-help > span:last-child {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
white-space: nowrap !important;
}
.tkbhf-checkout-header-help {
width: 44px !important;
padding: 0 !important;
}
} .tkbhf-trust-bar,
.tkbhf-trust-bar * {
box-sizing: border-box !important;
}
.tkbhf-trust-bar {
position: relative !important;
z-index: 8 !important;
display: none !important;
width: 100% !important;
min-height: 30px !important;
border-top: 1px solid rgba(255, 255, 255, .06) !important;
border-bottom: 1px solid rgba(255, 255, 255, .09) !important;
background: #101010 !important;
color: #e7e7e7 !important;
}
.tkbhf-trust-inner {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 90% !important;
max-width: 1240px !important;
min-height: 30px !important;
margin: 0 auto !important;
}
.tkbhf-trust-desktop {
display: none !important;
align-items: center !important;
justify-content: center !important;
width: 100% !important;
min-height: 30px !important;
font-size: 11.5px !important;
font-weight: 650 !important;
line-height: 1.2 !important;
white-space: nowrap !important;
}
.tkbhf-trust-desktop-item {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
color: #dddddd !important;
}
.tkbhf-trust-separator {
display: block !important;
flex: 0 0 1px !important;
width: 1px !important;
height: 13px !important;
margin: 0 18px !important;
background: rgba(255, 255, 255, .17) !important;
}
.tkbhf-trust-icon {
display: inline-flex !important;
flex: 0 0 16px !important;
align-items: center !important;
justify-content: center !important;
width: 16px !important;
height: 16px !important;
color: #ff9900 !important;
}
.tkbhf-trust-icon svg {
display: block !important;
width: 15px !important;
height: 15px !important;
fill: none !important;
stroke: currentColor !important;
stroke-width: 1.9 !important;
stroke-linecap: round !important;
stroke-linejoin: round !important;
}
.tkbhf-trust-mobile {
display: none !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
width: 100% !important;
min-width: 0 !important;
min-height: 32px !important;
padding: 4px 0 !important;
color: #f2f2f2 !important;
font-size: 11.5px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
text-align: center !important;
}
.tkbhf-trust-mobile-message {
display: block !important;
min-width: 0 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
body.tkbhf-checkout-mode .tkbhf-trust-bar {
display: none !important;
}
@media (min-width: 981px) {
.tkbhf-trust-bar.has-desktop {
display: block !important;
}
.tkbhf-trust-bar.has-desktop .tkbhf-trust-desktop {
display: flex !important;
}
}
@media (max-width: 980px) {
.tkbhf-trust-bar.has-mobile {
display: block !important;
min-height: 32px !important;
}
.tkbhf-trust-bar.has-mobile .tkbhf-trust-mobile {
display: flex !important;
}
.tkbhf-trust-inner {
width: calc(100% - 24px) !important;
max-width: 620px !important;
min-height: 32px !important;
}
}
@media (max-width: 360px) {
.tkbhf-trust-inner {
width: calc(100% - 16px) !important;
}
.tkbhf-trust-mobile {
font-size: 11px !important;
}
}
@media (prefers-reduced-motion: reduce) {
.tkbhf-trust-bar,
.tkbhf-trust-bar * {
animation: none !important;
transition: none !important;
}
} .tkbhf-trust-bar {
min-height: 28px !important;
border-top: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, .075) !important;
background: #0d0d0d !important;
}
.tkbhf-trust-inner,
.tkbhf-trust-desktop {
min-height: 28px !important;
}
.tkbhf-trust-desktop {
font-size: 11px !important;
}
.tkbhf-trust-separator {
height: 12px !important;
margin-right: 16px !important;
margin-left: 16px !important;
}
@media (max-width: 980px) {
.tkbhf-trust-bar.has-mobile {
min-height: 30px !important;
}
.tkbhf-trust-inner,
.tkbhf-trust-mobile {
min-height: 30px !important;
}
.tkbhf-trust-mobile {
padding-top: 3px !important;
padding-bottom: 3px !important;
}
} .tkb-v2-cart.is-empty .cart-count,
.tkb-v2-cart .cart-count[hidden],
.tkb-v2-cart .cart-count:empty {
display: none !important;
}
.tkbhf-trust-bar {
min-height: 30px !important;
border: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
background: linear-gradient(180deg, #121212 0%, #0e0e0e 100%) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025) !important;
}
.tkbhf-trust-inner,
.tkbhf-trust-desktop {
min-height: 30px !important;
}
.tkbhf-trust-desktop {
justify-content: space-between !important;
max-width: 960px !important;
margin: 0 auto !important;
font-size: 11.5px !important;
font-weight: 600 !important;
letter-spacing: .005em !important;
}
.tkbhf-trust-desktop-item {
flex: 1 1 0 !important;
min-width: 0 !important;
gap: 7px !important;
}
.tkbhf-trust-copy {
display: inline-flex !important;
align-items: baseline !important;
justify-content: center !important;
gap: .28em !important;
min-width: 0 !important;
color: #f2f2f2 !important;
line-height: 1.2 !important;
}
.tkbhf-trust-prefix,
.tkbhf-trust-suffix {
color: #ededed !important;
font-weight: 600 !important;
}
.tkbhf-trust-accent {
color: #ff9900 !important;
font-weight: 850 !important;
white-space: nowrap !important;
}
.tkbhf-trust-separator {
flex: 0 0 1px !important;
height: 12px !important;
margin: 0 13px !important;
background: rgba(255, 255, 255, .13) !important;
}
.tkbhf-trust-icon {
flex: 0 0 15px !important;
width: 15px !important;
height: 15px !important;
}
.tkbhf-trust-icon svg {
width: 14px !important;
height: 14px !important;
stroke-width: 2 !important;
}
@media (min-width: 981px) {
.tkb-v2-language {
margin-left: 3px !important;
}
}
@media (max-width: 980px) {
.tkbhf-trust-bar.has-mobile,
.tkbhf-trust-inner,
.tkbhf-trust-mobile {
min-height: 31px !important;
}
.tkbhf-trust-mobile {
gap: 7px !important;
padding: 4px 0 !important;
color: #f5f5f5 !important;
font-size: 11.75px !important;
font-weight: 650 !important;
letter-spacing: .005em !important;
}
.tkbhf-trust-mobile-message {
display: block !important;
min-width: 0 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.tkbhf-trust-mobile .tkbhf-trust-copy {
max-width: 100% !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
}
@media (max-width: 360px) {
.tkbhf-trust-mobile {
font-size: 11.2px !important;
}
.tkbhf-trust-mobile .tkbhf-trust-copy {
gap: .2em !important;
}
} .tkbhf-trust-bar {
background: #000000 !important;
background-image: none !important;
box-shadow: none !important;
border-top: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, .055) !important;
}
.tkbhf-trust-inner,
.tkbhf-trust-desktop,
.tkbhf-trust-mobile {
background: transparent !important;
} .tkbhf-trust-prefix,
.tkbhf-trust-suffix,
.tkbhf-trust-copy {
color: #f2f2f2 !important;
}
.tkbhf-trust-separator {
background: rgba(255, 255, 255, .10) !important;
}
@media (max-width: 980px) {
.tkbhf-trust-bar {
border-bottom-color: rgba(255, 255, 255, .045) !important;
}
} :root {
--tkbhf-header-separator: rgba(255, 255, 255, .065);
--tkbhf-menu-surface: #050505;
--tkbhf-submenu-surface: #0c0c0c;
} .tkbhf-trust-bar {
border-top: 0 !important;
border-bottom: 1px solid var(--tkbhf-header-separator) !important;
}
#header-icons-section {
border-top: 0 !important;
border-bottom: 0 !important;
}
#header-icons-section + .et_pb_section {
border-top: 1px solid var(--tkbhf-header-separator) !important;
border-bottom: 1px solid var(--tkbhf-header-separator) !important;
background: var(--tkbhf-menu-surface) !important;
} @media only screen and (min-width: 981px) {
body.tkbhf-plugin-enabled #header-icons-section > .et_pb_row,
body.tkbhf-plugin-enabled #header-icons-section + .et_pb_section .et_pb_row {
width: var(--tkb-site-content-width, 87%) !important;
max-width: var(--tkb-site-content-max, 1440px) !important;
}
#header-icons-section + .et_pb_section .et-menu {
align-items: stretch !important;
justify-content: center !important;
gap: clamp(16px, 2.15vw, 34px) !important;
min-height: 46px !important;
}
#header-icons-section + .et_pb_section .et-menu > li {
display: flex !important;
align-items: stretch !important;
min-height: 46px !important;
}
#header-icons-section + .et_pb_section .et-menu > li > a {
position: relative !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 46px !important;
padding: 0 3px !important;
color: #f4f4f4 !important;
font-size: 14.5px !important;
font-weight: 750 !important;
letter-spacing: .008em !important;
line-height: 1.15 !important;
text-decoration: none !important;
transition: color .11s ease !important;
} #header-icons-section + .et_pb_section .et-menu > li > a::before {
position: absolute !important;
right: 0 !important;
bottom: -1px !important;
left: 0 !important;
display: block !important;
width: auto !important;
height: 2px !important;
margin: 0 !important;
border: 0 !important;
border-radius: 2px 2px 0 0 !important;
background: #ff9900 !important;
content: "" !important;
opacity: 0 !important;
transform: scaleX(.35) !important;
transform-origin: center !important;
transition:
transform .11s ease,
opacity .11s ease !important;
pointer-events: none !important;
}
#header-icons-section + .et_pb_section .et-menu > li > a:hover,
#header-icons-section + .et_pb_section .et-menu > li > a:focus-visible,
#header-icons-section + .et_pb_section .et-menu > li.current-menu-item > a,
#header-icons-section + .et_pb_section .et-menu > li.current-menu-ancestor > a {
color: #ff9900 !important;
}
#header-icons-section + .et_pb_section .et-menu > li > a:hover::before,
#header-icons-section + .et_pb_section .et-menu > li > a:focus-visible::before,
#header-icons-section + .et_pb_section .et-menu > li.current-menu-item > a::before,
#header-icons-section + .et_pb_section .et-menu > li.current-menu-ancestor > a::before {
opacity: 1 !important;
transform: scaleX(1) !important;
}
#header-icons-section + .et_pb_section .et-menu > li > a:focus-visible {
outline: 2px solid #ff9900 !important;
outline-offset: 4px !important;
border-radius: 4px !important;
} #header-icons-section + .et_pb_section
.et-menu > li.menu-item-has-children > a:first-child {
gap: 7px !important;
}
#header-icons-section + .et_pb_section
.et-menu > li.menu-item-has-children > a:first-child::after {
width: 6px !important;
height: 6px !important;
margin: -3px 0 0 1px !important;
border-right-width: 1.5px !important;
border-bottom-width: 1.5px !important;
opacity: .82 !important;
} #header-icons-section + .et_pb_section .et-menu > li > ul.sub-menu {
margin-top: 0 !important;
padding: 10px !important;
overflow: hidden !important;
border: 1px solid var(--tkbhf-header-separator) !important;
border-top: 2px solid #ff9900 !important;
border-radius: 0 0 10px 10px !important;
background: var(--tkbhf-submenu-surface) !important;
box-shadow:
0 18px 46px rgba(0, 0, 0, .58),
0 1px 0 rgba(255, 255, 255, .035) inset !important;
}
#header-icons-section + .et_pb_section ul.sub-menu li a {
display: flex !important;
align-items: center !important;
min-height: 40px !important;
padding: 9px 11px !important;
border: 0 !important;
border-radius: 6px !important;
background: transparent !important;
color: #dedede !important;
font-size: 13px !important;
font-weight: 650 !important;
letter-spacing: .003em !important;
line-height: 1.25 !important;
transition:
background-color .10s ease,
color .10s ease,
transform .10s ease !important;
}
#header-icons-section + .et_pb_section ul.sub-menu li a:hover,
#header-icons-section + .et_pb_section ul.sub-menu li a:focus-visible {
background: #ff9900 !important;
color: #000000 !important;
transform: translateX(2px) !important;
}
#header-icons-section + .et_pb_section ul.sub-menu li a:focus-visible {
outline: 2px solid #ffffff !important;
outline-offset: -3px !important;
} #header-icons-section + .et_pb_section
.et-menu > li:nth-child(2) > ul.sub-menu {
grid-template-columns: repeat(3, minmax(200px, 1fr)) !important;
gap: 3px 10px !important;
width: min(800px, 90vw) !important;
padding: 12px !important;
}
}
@media (prefers-reduced-motion: reduce) {
#header-icons-section + .et_pb_section .et-menu > li > a,
#header-icons-section + .et_pb_section .et-menu > li > a::before,
#header-icons-section + .et_pb_section ul.sub-menu li a {
transition: none !important;
transform: none !important;
}
} @media (max-width: 980px) {
.tkbhf-trust-mobile {
position: relative !important;
display: none !important;
height: 31px !important;
min-height: 31px !important;
padding: 0 !important;
overflow: hidden !important;
}
.tkbhf-trust-bar.has-mobile .tkbhf-trust-mobile {
display: block !important;
}
.tkbhf-trust-mobile-track {
position: relative !important;
width: 100% !important;
height: 31px !important;
min-height: 31px !important;
overflow: hidden !important;
}
.tkbhf-trust-mobile-slide {
position: absolute !important;
inset: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
width: 100% !important;
min-width: 0 !important;
height: 31px !important;
padding: 4px 0 !important;
opacity: 0 !important;
transform: translateY(7px) !important;
transition:
opacity .22s ease,
transform .22s ease !important;
pointer-events: none !important;
will-change: opacity, transform !important;
}
.tkbhf-trust-mobile-slide.is-active {
z-index: 2 !important;
opacity: 1 !important;
transform: translateY(0) !important;
}
.tkbhf-trust-mobile-slide.is-leaving {
z-index: 1 !important;
opacity: 0 !important;
transform: translateY(-7px) !important;
}
.tkbhf-trust-mobile-slide .tkbhf-trust-mobile-message {
display: block !important;
min-width: 0 !important;
max-width: calc(100% - 28px) !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.tkbhf-trust-mobile-slide .tkbhf-trust-copy {
max-width: 100% !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
}
@media (prefers-reduced-motion: reduce) and (max-width: 980px) {
.tkbhf-trust-mobile-slide {
display: none !important;
transition: none !important;
transform: none !important;
will-change: auto !important;
}
.tkbhf-trust-mobile-slide:first-child {
display: flex !important;
opacity: 1 !important;
}
} @media (max-width: 980px) {
.tkbhf-trust-mobile {
position: relative !important;
display: none !important;
width: 100% !important;
height: 31px !important;
min-height: 31px !important;
padding: 0 !important;
overflow: hidden !important;
contain: layout paint !important;
}
.tkbhf-trust-bar.has-mobile .tkbhf-trust-mobile {
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.tkbhf-trust-mobile-track,
.tkbhf-trust-mobile-slide {
display: none !important;
}
.tkbhf-trust-mobile-current {
position: relative !important;
inset: auto !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
width: 100% !important;
max-width: 100% !important;
height: 31px !important;
min-height: 31px !important;
margin: 0 !important;
padding: 4px 0 !important;
overflow: hidden !important;
opacity: 1 !important;
transform: none !important;
transition: opacity .13s ease !important;
pointer-events: none !important;
}
.tkbhf-trust-mobile-current.is-changing {
opacity: 0 !important;
}
.tkbhf-trust-mobile-current .tkbhf-trust-mobile-message {
display: block !important;
min-width: 0 !important;
max-width: calc(100% - 32px) !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.tkbhf-trust-mobile-current .tkbhf-trust-copy {
display: inline-flex !important;
max-width: 100% !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
}
@media (prefers-reduced-motion: reduce) and (max-width: 980px) {
.tkbhf-trust-mobile-current {
transition: none !important;
}
} @media only screen and (max-width: 600px) { #header-icons-section > .et_pb_row {
grid-template-columns: minmax(0, 1fr) auto !important;
column-gap: 8px !important;
row-gap: 8px !important;
padding: 8px 10px 11px !important;
overflow: visible !important;
}
#header-icons-section .et_pb_column:nth-child(1) {
min-width: 0 !important;
width: 100% !important;
max-width: 100% !important;
overflow: visible !important;
}
#header-icons-section .et_pb_column:nth-child(1) .et_pb_image,
#header-icons-section .et_pb_column:nth-child(1) .et_pb_image_wrap,
#header-icons-section .et_pb_column:nth-child(1) .et_pb_image_wrap > a {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
} #header-icons-section .et_pb_column:nth-child(1) img {
display: block !important;
width: 100% !important;
max-width: 205px !important;
min-width: 0 !important;
height: auto !important;
max-height: none !important;
margin: 0 !important;
object-fit: contain !important;
object-position: left center !important;
clip-path: none !important;
}
#header-icons-section .et_pb_column:nth-child(3),
#header-icons-section .et_pb_column:nth-child(3) .et_pb_code,
#header-icons-section .et_pb_column:nth-child(3) .et_pb_code_inner {
width: auto !important;
min-width: 132px !important;
max-width: none !important;
overflow: visible !important;
}
.tkb-v2-actions {
display: grid !important;
grid-template-columns: repeat(3, 44px) !important;
align-items: center !important;
justify-content: end !important;
gap: 0 !important;
width: 132px !important;
min-width: 132px !important;
max-width: 132px !important;
overflow: visible !important;
}
.tkb-v2-account,
.tkb-v2-cart,
.tkb-v2-burger {
display: inline-flex !important;
visibility: visible !important;
opacity: 1 !important;
flex: 0 0 44px !important;
width: 44px !important;
min-width: 44px !important;
max-width: 44px !important;
height: 44px !important;
min-height: 44px !important;
margin: 0 !important;
transform: none !important;
}
.tkb-v2-language-desktop {
display: none !important;
}
.tkb-v2-search input[type="search"] {
min-width: 0 !important;
padding-right: 58px !important;
font-size: 14px !important;
}
.tkb-v2-search button {
flex: 0 0 54px !important;
width: 54px !important;
min-width: 54px !important;
}
}
@media only screen and (max-width: 430px) {
#header-icons-section .et_pb_column:nth-child(1) img {
max-width: 180px !important;
}
} @media only screen and (max-width: 360px) {
#header-icons-section > .et_pb_row {
column-gap: 6px !important;
padding-right: 7px !important;
padding-left: 7px !important;
}
#header-icons-section .et_pb_column:nth-child(1) img {
max-width: 150px !important;
}
#header-icons-section .et_pb_column:nth-child(3),
#header-icons-section .et_pb_column:nth-child(3) .et_pb_code,
#header-icons-section .et_pb_column:nth-child(3) .et_pb_code_inner {
min-width: 126px !important;
}
.tkb-v2-actions {
grid-template-columns: repeat(3, 42px) !important;
width: 126px !important;
min-width: 126px !important;
max-width: 126px !important;
}
.tkb-v2-account,
.tkb-v2-cart,
.tkb-v2-burger {
flex-basis: 42px !important;
width: 42px !important;
min-width: 42px !important;
max-width: 42px !important;
}
} @media only screen and (max-width: 980px) {
.tkbhf-trust-bar.has-mobile {
display: block !important;
width: 100% !important;
height: 31px !important;
min-height: 31px !important;
max-height: 31px !important;
overflow: hidden !important;
}
.tkbhf-trust-bar .tkbhf-trust-inner {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: calc(100% - 20px) !important;
height: 31px !important;
min-height: 31px !important;
max-height: 31px !important;
margin: 0 auto !important;
overflow: hidden !important;
}
.tkbhf-trust-bar .tkbhf-trust-mobile {
position: static !important;
inset: auto !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
width: 100% !important;
height: 31px !important;
min-height: 31px !important;
max-height: 31px !important;
margin: 0 !important;
padding: 4px 0 !important;
overflow: hidden !important;
opacity: 1 !important;
transform: none !important;
contain: layout paint !important;
}
.tkbhf-trust-mobile-track,
.tkbhf-trust-mobile-slide,
.tkbhf-trust-mobile-current,
.tkbhf-trust-mobile-summary {
display: none !important;
}
.tkbhf-trust-mobile > .tkbhf-trust-icon {
position: static !important;
flex: 0 0 15px !important;
width: 15px !important;
height: 15px !important;
margin: 0 !important;
transform: none !important;
}
.tkbhf-trust-mobile > .tkbhf-trust-mobile-message {
position: static !important;
display: block !important;
min-width: 0 !important;
max-width: calc(100% - 24px) !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
color: #f5f5f5 !important;
font-size: 11.75px !important;
font-weight: 650 !important;
line-height: 1.2 !important;
text-align: center !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
opacity: 1 !important;
transform: none !important;
}
.tkbhf-trust-mobile > .tkbhf-trust-mobile-message
.tkbhf-trust-copy {
position: static !important;
display: inline-flex !important;
max-width: 100% !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
opacity: 1 !important;
transform: none !important;
}
} @media only screen and (max-width: 980px) {
.tkbhf-trust-mobile {
position: static !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
width: 100% !important;
height: 31px !important;
min-height: 31px !important;
max-height: 31px !important;
overflow: hidden !important;
opacity: 1 !important;
transform: none !important;
}
.tkbhf-trust-mobile-track,
.tkbhf-trust-mobile-slide,
.tkbhf-trust-mobile-current,
.tkbhf-trust-mobile-summary {
display: none !important;
}
}
@media (prefers-reduced-motion: reduce) and (max-width: 980px) {
.tkbhf-trust-mobile {
transition: none !important;
}
} @media only screen and (max-width: 980px) {
.tkb-v2-actions,
.tkb-v2-burger {
position: relative !important;
pointer-events: auto !important;
}
.tkb-v2-actions {
z-index: 20 !important;
}
.tkb-v2-burger {
z-index: 22 !important;
touch-action: manipulation !important;
-webkit-tap-highlight-color: transparent !important;
cursor: pointer !important;
}
.tkb-v2-burger svg,
.tkb-v2-burger svg * {
pointer-events: none !important;
}
.tkb-v2-overlay {
z-index: 999998 !important;
}
.tkb-v2-drawer {
z-index: 999999 !important;
}
} @media only screen and (min-width: 981px) {
#header-icons-section + .et_pb_section
.et_pb_menu__menu > nav,
#header-icons-section + .et_pb_section .et-menu {
margin: 0 !important;
padding: 0 !important;
}
#header-icons-section + .et_pb_section .et-menu,
#header-icons-section + .et_pb_section .et-menu ul,
#header-icons-section + .et_pb_section .et-menu li {
list-style: none !important;
}
#header-icons-section + .et_pb_section .et-menu li::marker {
content: "" !important;
font-size: 0 !important;
}
} @media only screen and (min-width: 981px) {
.et-db #et-boc #header-icons-section + .et_pb_section .et-menu > li > a:hover,
.et-db #et-boc #header-icons-section + .et_pb_section .et-menu > li > a:focus-visible,
.et-db #et-boc #header-icons-section + .et_pb_section .et-menu > li.current-menu-item > a,
.et-db #et-boc #header-icons-section + .et_pb_section .et-menu > li.current-menu-ancestor > a {
color: #ff9900 !important;
}
.et-db #et-boc #header-icons-section + .et_pb_section .et-menu > li > a::before {
display: none !important;
content: none !important;
opacity: 0 !important;
transform: none !important;
}
}