.tbkss-form {
position: relative !important;
}
.tkbss-form,
.tkbss-form * {
box-sizing: border-box;
}
.tbkss-panel[hidden] {
display: none !important;
}
.tbkss-panel {
position: fixed;
z-index: 999999;
top: 0;
left: 0;
width: min(760px, calc(100vw - 16px));
max-height: min(74vh, 720px);
display: flex;
flex-direction: column;
overflow: hidden;
color: #f7f7f7;
background: #111;
border: 1px solid rgba(255, 121, 0, .75);
border-radius: 14px;
box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
text-align: left;
}
.tbkss-panel-top {
display: none;
align-items: center;
justify-content: space-between;
gap: 12px;
min-height: 50px;
padding: 10px 14px;
border-bottom: 1px solid #2c2c2c;
}
.tbkss-close {
display: inline-grid;
place-items: center;
width: 36px;
height: 36px;
padding: 0;
border: 0;
border-radius: 50%;
color: #fff;
background: #2b2b2b;
font-size: 26px;
line-height: 1;
cursor: pointer;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
}
.tbkss-content {
flex: 1 1 auto;
min-height: 0;
overflow-y: auto;
overflow-x: hidden;
overscroll-behavior: contain;
scrollbar-width: thin;
}
.tbkss-section {
padding: 10px 12px 4px;
}
.tbkss-section + .tbkss-section {
border-top: 1px solid #292929;
}
.tbkss-section h3 {
margin: 0 0 7px !important;
color: #ff7900 !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: .08em;
line-height: 1.3 !important;
text-transform: uppercase;
}
.tbkss-items {
display: grid;
gap: 4px;
}
.tbkss-product,
.tbkss-entity,
.tbkss-all {
color: inherit !important;
text-decoration: none !important;
outline: none;
}
.tbkss-product {
display: grid;
grid-template-columns: 62px minmax(0, 1fr) auto;
align-items: center;
gap: 11px;
min-height: 68px;
padding: 6px;
width: 100%;
min-width: 0;
overflow: hidden;
border-radius: 10px;
}
.tbkss-product:hover,
.tbkss-product.is-active,
.tbkss-entity:hover,
.tbkss-entity.is-active,
.tbkss-all:hover,
.tbkss-all.is-active {
background: #242424;
}
.tbkss-product-image {
position: relative;
display: block;
width: 62px;
height: 62px;
overflow: hidden;
border-radius: 8px;
background: #242424;
}
.tbkss-product-image img,
.tbkss-image-placeholder {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.tbkss-badge {
position: absolute;
top: 4px;
right: 4px;
max-width: calc(100% - 8px);
padding: 2px 5px;
overflow: hidden;
border-radius: 5px;
color: #111;
background: #ff7900;
font-size: 8px;
font-weight: 900;
line-height: 1.15;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
}
.tbkss-badge.is-out {
color: #eee;
background: #555;
}
.tbkss-product-copy {
min-width: 0;
}
.tbkss-product-copy strong,
.tbkss-entity strong {
display: -webkit-box;
overflow: hidden;
color: #fff;
font-size: 14px;
font-weight: 750;
line-height: 1.25;
text-overflow: ellipsis;
white-space: normal;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.tbkss-product-copy small,
.tbkss-entity small,
.tbkss-product-commerce small {
display: block;
margin-top: 4px;
color: #bdbdbd;
font-size: 11px;
line-height: 1.25;
}
.tbkss-product-commerce {
min-width: 80px;
max-width: 170px;
overflow: hidden;
text-align: right;
}
.tbkss-price {
display: flex;
align-items: baseline;
justify-content: flex-end;
gap: 6px;
max-width: 100%;
overflow: hidden;
color: #ff7900;
font-size: 14px;
font-weight: 850;
white-space: nowrap;
}
.tbkss-price-current {
overflow: hidden;
text-overflow: ellipsis;
}
.tbkss-price-old {
flex: 0 0 auto;
color: #8f8f8f;
font-size: 11px;
font-weight: 650;
text-decoration: line-through;
}
.tbkss-product-commerce .is-out {
color: #999;
}
.tbkss-entity {
display: grid;
grid-template-columns: 38px minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
min-height: 48px;
padding: 5px 8px;
border-radius: 9px;
}
.tbkss-entity-media {
display: grid;
place-items: center;
width: 36px;
height: 36px;
overflow: hidden;
border-radius: 50%;
background: #2a2a2a;
}
.tbkss-entity-media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.tbkss-entity-icon {
color: #ff7900;
font-weight: 900;
}
.tbkss-footer[hidden] {
display: none !important;
}
.tbkss-footer {
flex: 0 0 auto;
padding: 8px 12px 12px;
border-top: 1px solid rgba(255, 121, 0, .38);
background: #111;
box-shadow: 0 -10px 24px rgba(0, 0, 0, .28);
}
.tbkss-all {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
margin: 0;
padding: 12px 14px;
border: 1px solid rgba(255, 121, 0, .72);
border-radius: 10px;
color: #fff !important;
background: #181818;
font-size: 13px;
font-weight: 800;
}
.tbkss-all > span:first-child {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tbkss-message,
.tbkss-loading {
padding: 28px 18px;
color: #ccc;
text-align: center;
}
.tbkss-loading span {
display: inline-block;
width: 7px;
height: 7px;
margin: 0 3px;
border-radius: 50%;
background: #ff7900;
animation: tbkssPulse 1s infinite ease-in-out;
}
.tbkss-loading span:nth-child(2) { animation-delay: .13s; }
.tbkss-loading span:nth-child(3) { animation-delay: .26s; }
.tbkss-loading p { margin: 10px 0 0; }
@keyframes tbkssPulse {
0%, 100% { opacity: .25; transform: translateY(0); }
50% { opacity: 1; transform: translateY(-3px); }
}
@media (max-width: 767px) {
html.tbkss-mobile-open {
overflow: hidden;
}
.tbkss-panel {
position: fixed;
right: 8px;
bottom: 8px;
left: 8px;
width: auto;
max-height: none;
border-radius: 13px;
}
.tbkss-panel-top {
display: flex;
}
.tbkss-content {
max-height: none;
}
.tbkss-footer {
padding-bottom: max(12px, env(safe-area-inset-bottom));
}
.tbkss-product {
grid-template-columns: 56px minmax(0, 1fr);
}
.tbkss-product-image {
width: 56px;
height: 56px;
}
.tbkss-product-commerce {
grid-column: 2;
display: flex;
align-items: center;
justify-content: space-between;
min-width: 0;
margin-top: -3px;
text-align: left;
}
.tbkss-product-commerce small {
margin: 0 0 0 8px;
}
} .tbkss-section-best {
padding-top: 12px;
padding-bottom: 9px;
background: linear-gradient(180deg, rgba(255,121,0,.10), rgba(255,121,0,.025));
border-bottom: 1px solid rgba(255,121,0,.34);
}
.tbkss-section-best .tbkss-entity,
.tbkss-section-best .tbkss-product {
min-height: 76px;
padding: 10px;
border: 1px solid rgba(255,121,0,.55);
background: #191919;
}
.tbkss-section-best .tbkss-entity-media {
width: 46px;
height: 46px;
}
.tbkss-section-best .tbkss-entity {
grid-template-columns: 48px minmax(0, 1fr) auto;
}
.tbkss-section-best strong {
font-size: 16px;
}
.tbkss-correction{padding:10px 14px;border-bottom:1px solid rgba(255,121,0,.35);background:rgba(255,121,0,.08);color:#fff;font-size:13px;font-weight:700}
.tbkss-correction span{color:#ff8a00} .tbkss-panel {
background:
radial-gradient(circle at 12% -10%, rgba(255,121,0,.16), transparent 34%),
linear-gradient(180deg, #151515 0%, #0d0d0d 100%);
border-color: rgba(255,121,0,.55);
border-radius: 18px;
box-shadow: 0 28px 80px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.035) inset;
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
}
.tbkss-panel-top {
min-height: 52px;
padding: 11px 14px 10px 18px;
background: rgba(8,8,8,.78);
border-bottom: 1px solid rgba(255,255,255,.07);
}
.tbkss-panel-query {
max-width: calc(100% - 48px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
font-size: 13px;
letter-spacing: .02em;
}
.tbkss-close {
width: 34px;
height: 34px;
display: grid;
place-items: center;
border: 1px solid rgba(255,255,255,.11) !important;
border-radius: 50% !important;
color: #fff !important;
background: rgba(255,255,255,.055) !important;
font-size: 23px !important;
line-height: 1 !important;
transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.tbkss-close:hover,
.tbkss-close:focus-visible {
transform: rotate(90deg);
border-color: rgba(255,121,0,.65) !important;
background: rgba(255,121,0,.17) !important;
}
.tbkss-content {
scrollbar-width: thin;
scrollbar-color: rgba(255,121,0,.55) transparent;
}
.tbkss-content::-webkit-scrollbar { width: 7px; }
.tbkss-content::-webkit-scrollbar-thumb {
border-radius: 20px;
background: rgba(255,121,0,.55);
}
.tbkss-section h3 {
color: #ff9a3d;
font-size: 10px;
font-weight: 800;
letter-spacing: .14em;
text-transform: uppercase;
}
.tbkss-product,
.tbkss-entity {
border-radius: 12px;
transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}
.tbkss-product:hover,
.tbkss-product.is-active,
.tbkss-entity:hover,
.tbkss-entity.is-active {
transform: translateY(-1px);
background: linear-gradient(90deg, rgba(255,121,0,.13), rgba(255,255,255,.045));
box-shadow: 0 10px 24px rgba(0,0,0,.20);
}
.tbkss-section-best .tbkss-product,
.tbkss-section-best .tbkss-entity {
background: linear-gradient(115deg, rgba(255,121,0,.18), rgba(255,121,0,.045));
border: 1px solid rgba(255,121,0,.32);
box-shadow: 0 12px 30px rgba(0,0,0,.22);
}
.tbkss-product-image,
.tbkss-entity-media {
box-shadow: 0 8px 20px rgba(0,0,0,.28);
}
.tbkss-footer {
background: rgba(8,8,8,.94);
border-top: 1px solid rgba(255,121,0,.22);
box-shadow: 0 -10px 26px rgba(0,0,0,.24);
}
.tbkss-all {
border-radius: 12px;
background: linear-gradient(135deg, #ff7900, #ff9b35);
box-shadow: 0 8px 20px rgba(255,121,0,.20);
font-weight: 800;
}
.tbkss-all:hover,
.tbkss-all.is-active {
filter: brightness(1.06);
transform: translateY(-1px);
}
.tbkss-discovery-hero {
position: relative;
margin: 14px 14px 6px;
padding: 20px;
overflow: hidden;
border: 1px solid rgba(255,121,0,.24);
border-radius: 16px;
background: linear-gradient(135deg, rgba(255,121,0,.18), rgba(255,255,255,.035));
}
.tbkss-discovery-hero::after {
content: "⌕";
position: absolute;
right: 16px;
top: 5px;
color: rgba(255,121,0,.13);
font-size: 76px;
line-height: 1;
transform: rotate(-12deg);
}
.tbkss-discovery-hero > * {
position: relative;
z-index: 1;
display: block;
}
.tbkss-discovery-kicker {
margin-bottom: 7px;
color: #ff9a3d;
font-size: 10px;
font-weight: 900;
letter-spacing: .15em;
text-transform: uppercase;
}
.tbkss-discovery-hero strong {
max-width: 440px;
color: #fff;
font-size: 19px;
line-height: 1.2;
}
.tbkss-discovery-hero small {
margin-top: 7px;
color: rgba(255,255,255,.62);
font-size: 12px;
}
.tbkss-section-chips {
padding: 12px 14px 6px;
}
.tbkss-heading-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.tbkss-heading-row button {
padding: 4px 0 !important;
border: 0 !important;
color: rgba(255,255,255,.52) !important;
background: none !important;
font-size: 11px !important;
cursor: pointer;
}
.tbkss-heading-row button:hover { color: #ff9a3d !important; }
.tbkss-chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 9px;
}
.tbkss-chip {
display: inline-flex;
align-items: center;
gap: 7px;
min-height: 38px;
padding: 8px 13px !important;
border: 1px solid rgba(255,255,255,.10) !important;
border-radius: 999px !important;
color: rgba(255,255,255,.90) !important;
background: rgba(255,255,255,.055) !important;
font-size: 12px !important;
font-weight: 700 !important;
cursor: pointer;
transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.tbkss-chip span { color: #ff8b22; }
.tbkss-chip:hover,
.tbkss-chip:focus-visible {
transform: translateY(-1px);
border-color: rgba(255,121,0,.42) !important;
background: rgba(255,121,0,.12) !important;
}
.tbkss-chip.is-popular {
background: linear-gradient(110deg, rgba(255,121,0,.11), rgba(255,255,255,.04)) !important;
}
.tbkss-empty-state {
display: flex;
min-height: 250px;
padding: 34px 20px;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
.tbkss-empty-icon {
width: 62px;
height: 62px;
display: grid;
margin-bottom: 15px;
place-items: center;
border: 1px solid rgba(255,121,0,.28);
border-radius: 50%;
color: #ff8b22;
background: rgba(255,121,0,.10);
font-size: 31px;
}
.tbkss-empty-state strong {
color: #fff;
font-size: 19px;
}
.tbkss-empty-state p {
margin: 7px 0 3px;
color: rgba(255,255,255,.77);
font-size: 14px;
}
.tbkss-empty-state small {
max-width: 430px;
color: rgba(255,255,255,.48);
line-height: 1.5;
}
.tbkss-correction-action {
display: flex;
width: min(100%, 430px);
min-height: 46px;
margin-top: 18px;
padding: 11px 15px !important;
align-items: center;
justify-content: space-between;
border: 1px solid rgba(255,121,0,.35) !important;
border-radius: 12px !important;
color: #fff !important;
background: linear-gradient(110deg, rgba(255,121,0,.18), rgba(255,121,0,.06)) !important;
font-weight: 800 !important;
cursor: pointer;
}
@media (max-width: 767px) {
.tbkss-panel {
border-radius: 16px;
max-height: none;
}
.tbkss-panel-top {
min-height: 50px;
padding-left: 14px;
}
.tbkss-discovery-hero {
margin: 10px 10px 4px;
padding: 17px;
}
.tbkss-discovery-hero strong {
max-width: 260px;
font-size: 17px;
}
.tbkss-section-chips { padding: 12px 10px 5px; }
.tbkss-chip { min-height: 42px; }
.tbkss-product { padding: 9px; }
}
@media (prefers-reduced-motion: reduce) {
.tbkss-panel *, .tbkss-panel *::before, .tbkss-panel *::after {
scroll-behavior: auto !important;
transition: none !important;
animation: none !important;
}
} .tbkss-status {
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;
}
.tbkss-close {
width: 44px !important;
min-width: 44px !important;
height: 44px !important;
min-height: 44px !important;
}
.tbkss-chip,
.tbkss-correction-action {
min-height: 44px !important;
}
@media (prefers-reduced-motion: reduce) {
.tbkss-close,
.tbkss-product,
.tbkss-entity,
.tbkss-all,
.tbkss-chip,
.tbkss-loading span {
animation: none !important;
transition: none !important;
transform: none !important;
}
}.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: 94% !important;
max-width: 1280px !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__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) {
#header-icons-section + .et_pb_section .et_pb_row {
width: 94% !important;
max-width: 1240px !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;
}
}