.woocommerce ul.products li.product {
position: relative;
} .tbk-badges-container {
position: absolute;
top: 0;
left: 0;
z-index: 20;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 8px;
gap: 5px;
pointer-events: none;
} .tbk-last-copy-container {
position: absolute;
right: 0;
bottom: 0;
z-index: 22;
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding: 8px;
pointer-events: none;
}
.tb-badge.is-last-copy {
display: inline-flex;
align-items: center;
gap: 5px;
max-width: calc(100% - 4px);
padding: 4px 7px;
border: 1px solid var(--tkb-orange);
border-radius: 4px;
background: rgba(17, 17, 17, 0.92);
color: #fff;
font-size: 9px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.35px;
text-transform: uppercase;
white-space: nowrap;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
backdrop-filter: blur(2px);
}
.tb-badge.is-last-copy::before {
display: block;
flex: 0 0 5px;
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--tkb-orange);
content: "";
box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.16);
}
@media (max-width: 767px) {
.tbk-last-copy-container {
padding: 6px;
}
.tb-badge.is-last-copy {
gap: 4px;
padding: 3px 6px;
font-size: 8px;
letter-spacing: 0.25px;
}
} .tb-badge {
display: inline-block;
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
color: #fff;
padding: 4px 8px;
border-radius: 3px;
line-height: 1;
letter-spacing: 0.5px;
box-shadow: 0 2px 4px rgba(0,0,0,0.3);
} .is-red    { background-color: var(--tkb-danger); } .is-orange { background-color: var(--tkb-restock); } .is-green  { background-color: var(--tkb-success); } .is-yellow { background-color: var(--tkb-warning); } .is-blue   { background-color: var(--tkb-info); } .is-black  { background-color: #000; }  .tbk-archive-hero {
width: 100%;
margin: 0 0 22px !important;
padding: 20px 22px 22px !important;
border: 0 !important;
border-radius: 14px;
background: #fff;
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.055);
box-sizing: border-box;
}
.tbk-archive-breadcrumb {
margin: 0 0 14px;
padding: 0;
color: #7a7a7a;
font-size: 12.5px;
font-weight: 500;
line-height: 1.35;
}
.tbk-archive-breadcrumb ol {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.tbk-archive-breadcrumb li {
display: inline-flex;
align-items: center;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.tbk-archive-breadcrumb li:not(:last-child)::after {
margin: 0 8px;
color: #bebebe;
content: "/";
}
.tbk-archive-breadcrumb a {
color: var(--tkb-orange, #ff9900) !important;
text-decoration: none !important;
}
.tbk-archive-breadcrumb a:hover,
.tbk-archive-breadcrumb a:focus-visible {
color: var(--tkb-orange-hover, #e68800) !important;
text-decoration: underline !important;
text-underline-offset: 3px;
}
.tbk-archive-heading {
position: relative;
max-width: 920px;
padding-left: 16px;
}
.tbk-archive-heading::before {
position: absolute;
top: 3px;
bottom: 3px;
left: 0;
width: 4px;
border-radius: 999px;
background: var(--tkb-orange, #ff9900);
content: "";
}
.tbk-archive-hero h1 {
margin: 0 !important;
padding: 0 !important;
color: #111 !important;
font-size: clamp(24px, 2vw, 30px) !important;
font-weight: 800 !important;
line-height: 1.16 !important;
letter-spacing: 0.07em !important;
text-transform: uppercase;
}
.tbk-archive-intro {
max-width: 840px;
margin: 8px 0 0 !important;
padding: 0 !important;
color: #565656 !important;
font-size: 14.5px !important;
font-weight: 400 !important;
line-height: 1.5 !important;
}
.tbk-untitled-hidden-row,
.tbk-untitled-hidden-module {
display: none !important;
height: 0 !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
.et-l--body .et_pb_wc_breadcrumb,
.et-l--body .et_pb_woocommerce_breadcrumb,
.et-l--body .et_pb_module.woocommerce-breadcrumb {
display: none !important;
}
.tbk-archive-hero + .tbk-archive-hero {
display: none !important;
}
@media only screen and (max-width: 980px) {
.tbk-archive-hero {
margin-bottom: 18px !important;
padding: 17px 18px 18px !important;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.tbk-archive-breadcrumb {
margin-bottom: 11px;
font-size: 12px;
}
.tbk-archive-hero h1 {
font-size: clamp(20px, 5vw, 24px) !important;
letter-spacing: 0.055em !important;
}
.tbk-archive-intro {
margin-top: 7px !important;
font-size: 14px !important;
line-height: 1.45 !important;
}
}
@media only screen and (max-width: 480px) {
.tbk-archive-hero {
margin-bottom: 16px !important;
padding: 14px 14px 15px !important;
border-radius: 10px;
}
.tbk-archive-heading {
padding-left: 12px;
}
.tbk-archive-heading::before {
width: 3px;
}
.tbk-archive-breadcrumb li:not(:last-child)::after {
margin: 0 6px;
}
.tbk-archive-hero h1 {
font-size: 19px !important;
line-height: 1.22 !important;
letter-spacing: 0.045em !important;
}
.tbk-archive-intro {
font-size: 13.5px !important;
}
}  .tbk-reassurance-row {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 34px !important;
box-sizing: border-box;
}
.tbk-reassurance {
width: 100%;
margin: 32px auto 0 !important;
padding: 0 !important;
box-sizing: border-box;
}
.tbk-reassurance__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
width: 100%;
overflow: hidden;
border: 0;
border-radius: 14px;
background: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}
.tbk-reassurance__item {
display: flex !important;
align-items: center;
gap: 12px;
min-width: 0;
min-height: 82px;
margin: 0 !important;
padding: 15px 17px !important;
border-right: 1px solid #ededed;
background: #fff;
color: #111 !important;
text-decoration: none !important;
box-sizing: border-box;
transition: background-color 0.2s ease, color 0.2s ease;
}
.tbk-reassurance__item:last-child {
border-right: 0;
}
.tbk-reassurance__item:hover,
.tbk-reassurance__item:focus-visible {
background: #fafafa;
color: #111 !important;
}
.tbk-reassurance__item:focus-visible {
position: relative;
z-index: 2;
outline: 2px solid var(--tkb-orange, #ff9900);
outline-offset: -3px;
}
.tbk-reassurance__icon {
display: inline-flex;
flex: 0 0 42px;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 153, 0, 0.12);
color: var(--tkb-orange, #ff9900);
}
.tbk-reassurance__icon svg {
display: block;
width: 22px;
height: 22px;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.tbk-reassurance__text {
display: flex;
min-width: 0;
flex-direction: column;
gap: 3px;
line-height: 1.2;
}
.tbk-reassurance__text strong {
color: #111;
font-size: 13.5px;
font-weight: 800;
line-height: 1.2;
}
.tbk-reassurance__text small {
color: #686868;
font-size: 12px;
font-weight: 500;
line-height: 1.3;
} .single-product .tbk-reassurance-row,
.single-product .tbk-reassurance {
display: none !important;
} .tbk-checkout-trust {
width: 100%;
margin: 14px 0 16px !important;
padding: 14px 15px 13px !important;
border: 0 !important;
border-radius: 11px;
background: #fff;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.075);
box-sizing: border-box;
}
.tbk-checkout-trust__title {
display: block;
margin: 0 0 10px;
color: #111;
font-size: 13.5px;
font-weight: 800;
line-height: 1.3;
}
.tbk-checkout-trust__items {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px 12px;
width: 100%;
}
.tbk-checkout-trust__item {
display: inline-flex;
min-width: 0;
align-items: center;
gap: 7px;
color: #333;
font-size: 12px;
font-weight: 700;
line-height: 1.3;
}
.tbk-checkout-trust__icon {
display: inline-flex;
flex: 0 0 28px;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(255, 153, 0, 0.12);
color: var(--tkb-orange, #ff9900);
}
.tbk-checkout-trust__icon svg {
display: block;
width: 15px;
height: 15px;
fill: none;
stroke: currentColor;
stroke-width: 1.9;
stroke-linecap: round;
stroke-linejoin: round;
}
.tbk-checkout-trust__note {
display: block;
margin: 10px 0 0;
color: #737373;
font-size: 11px;
font-weight: 500;
line-height: 1.35;
}
.woocommerce-checkout .tbk-checkout-trust + #place_order,
.woocommerce-checkout .tbk-checkout-trust + .button,
.woocommerce-checkout .tbk-checkout-trust ~ #place_order {
width: 100%;
} @media only screen and (min-width: 981px) {
.tbk-checkout-trust {
padding: 15px 16px 13px !important;
}
.tbk-checkout-trust__items {
gap: 10px;
}
.tbk-checkout-trust__item {
min-height: 46px;
padding: 8px 11px 8px 8px;
border-radius: 9px;
background: #f7f7f7;
font-size: 12.5px;
line-height: 1.25;
box-sizing: border-box;
}
.tbk-checkout-trust__icon {
flex-basis: 30px;
width: 30px;
height: 30px;
}
.tbk-checkout-trust__icon svg {
width: 16px;
height: 16px;
}
.tbk-checkout-trust__note {
margin-top: 9px;
}
}
@media only screen and (max-width: 980px) {
.tbk-reassurance__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tbk-reassurance__item {
min-height: 76px;
border-right: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}
.tbk-reassurance__item:nth-child(2n) {
border-right: 0;
}
.tbk-reassurance__item:nth-last-child(-n+2) {
border-bottom: 0;
}
}
@media only screen and (max-width: 520px) {
.tbk-checkout-trust {
margin: 12px 0 14px !important;
padding: 13px !important;
border-radius: 10px;
}
.tbk-checkout-trust__items {
grid-template-columns: 1fr;
gap: 8px;
}
.tbk-checkout-trust__title {
margin-bottom: 9px;
font-size: 13px;
}
.tbk-checkout-trust__item {
font-size: 11.5px;
}
.tbk-checkout-trust__note {
margin-top: 9px;
font-size: 10.5px;
}
.tbk-reassurance-row {
padding-bottom: 26px !important;
}
.tbk-reassurance {
margin: 24px auto 0 !important;
}
.tbk-reassurance__grid {
border-radius: 12px;
}
.tbk-reassurance__item {
gap: 10px;
min-height: 72px;
padding: 12px !important;
}
.tbk-reassurance__icon {
flex-basis: 36px;
width: 36px;
height: 36px;
}
.tbk-reassurance__icon svg {
width: 19px;
height: 19px;
}
.tbk-reassurance__text strong {
font-size: 12.5px;
}
.tbk-reassurance__text small {
font-size: 11px;
}
}
@media only screen and (max-width: 360px) {
.tbk-reassurance__grid {
grid-template-columns: 1fr;
}
.tbk-reassurance__item,
.tbk-reassurance__item:nth-child(2n),
.tbk-reassurance__item:nth-last-child(-n+2) {
border-right: 0;
border-bottom: 1px solid #ededed;
}
.tbk-reassurance__item:last-child {
border-bottom: 0;
}
}  .woocommerce ul.products li.product > *:not(.tbk-product-card) {
display: none !important;
}
ul.products,
.woocommerce ul.products,
.woocommerce-page ul.products {
display: flex !important;
flex-wrap: wrap !important;
align-items: stretch !important;
list-style: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
background: transparent !important;
border: none !important;
padding-top: 0 !important;
margin-bottom: 30px !important;
display: flex !important;
flex-direction: column !important;
list-style: none !important;
}
.woocommerce ul.products li.product::marker,
.woocommerce-page ul.products li.product::marker {
content: "" !important;
} .tbk-product-card {
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
padding: 15px;
width: 100%;
height: 100%;
min-height: 100%;
box-sizing: border-box;
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.tbk-link-wrapper {
display: block;
width: 100%;
text-decoration: none !important;
color: inherit !important;
} .tbk-img-wrap {
width: 100%;
aspect-ratio: 1 / 1;
margin: 0 0 10px 0 !important;
padding: 0 !important;
border-radius: 6px;
overflow: hidden !important;
background: #f9f9f9;
position: relative !important;
line-height: 0 !important;
}
.tbk-img-wrap img,
.tbk-img-wrap .tbk-product-thumb {
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
object-fit: cover !important;
object-position: center center !important;
display: block !important;
margin: 0 !important;
padding: 0 !important;
vertical-align: top !important;
transition: transform 0.5s ease;
} .tbk-badges-layer {
position: absolute !important;
inset: 0 !important;
z-index: 30 !important;
pointer-events: none !important;
line-height: normal !important;
}
.tbk-badges-layer .tbk-badges-container,
.tbk-badges-container {
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 31 !important;
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
padding: 8px !important;
gap: 5px !important;
pointer-events: none !important;
margin: 0 !important;
}
.tbk-badges-layer .tbk-badges-container > *,
.tbk-badges-container > * {
margin: 0 !important;
}
.tb-badge {
display: inline-block;
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
color: #fff;
padding: 4px 8px;
border-radius: 3px;
line-height: 1;
letter-spacing: 0.5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.is-red {
background-color: var(--tkb-danger);
}
.is-orange {
background-color: var(--tkb-restock);
}
.is-yellow {
background-color: var(--tkb-warning);
}
.is-blue {
background-color: var(--tkb-info);
}
.is-black {
background-color: #000;
} .tbk-title {
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1.3em !important;
color: #000 !important;
margin: 0 0 6px 0 !important;
padding: 0 !important;
text-align: left;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.tbk-cats {
font-size: 11px !important;
color: #888 !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.2;
text-align: left;
white-space: normal !important;
}
.tbk-cats a {
color: #888 !important;
text-decoration: none !important;
}
.tbk-card-entities {
margin: 0 0 7px 0 !important;
padding: 0 !important;
min-height: 32px;
font-size: 10.5px !important;
line-height: 1.25 !important;
color: #555 !important;
text-align: left !important;
}
.tbk-entity-line {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 2px 0 !important;
padding: 0 !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.tbk-entity-label {
color: #111 !important;
font-weight: 900 !important;
}
.tbk-entity-link,
.tbk-entity-text {
font-weight: 700 !important;
text-decoration: none !important;
}
.tbk-entity-link {
color: var(--tkb-orange) !important;
}
.tbk-entity-link:hover {
color: var(--tkb-orange-hover) !important;
text-decoration: underline !important;
}
.tbk-entity-text {
color: #555 !important;
}
.tbk-meta-badges {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
margin: 0 0 8px 0 !important;
padding: 0 !important;
min-height: 22px;
}
.tbk-meta-badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 18px;
padding: 3px 7px;
border-radius: 999px;
font-size: 9.5px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.25px;
text-transform: uppercase;
text-decoration: none !important;
white-space: nowrap;
}
.tbk-meta-badge.is-support {
background: #111;
color: #fff !important;
}
.tbk-meta-badge.is-format {
background: rgba(255, 153, 0, 0.16);
color: #000 !important;
}
.tbk-meta-badge.is-style {
background: #f1f1f1;
color: #666 !important;
}
.tbk-meta-badge.is-variant {
background: rgba(255, 153, 0, 0.16);
color: #000 !important;
}
a.tbk-meta-badge:hover {
background: var(--tkb-orange) !important;
color: #000 !important;
} .tbk-bottom-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 6px;
width: 100%;
box-sizing: border-box;
padding-top: 12px;
border-top: 1px solid #f0f0f0;
margin-top: auto !important;
}
.tbk-price {
font-size: 13px !important;
font-weight: 700 !important;
color: #000 !important;
display: flex;
align-items: center;
gap: 5px;
line-height: 1 !important;
white-space: nowrap;
min-width: 0;
flex: 1 1 auto;
}
.tbk-price del {
display: none !important;
}
.tbk-price ins {
text-decoration: none;
color: #000 !important;
background: transparent !important;
}
.tbk-no-price {
font-size: 11px;
color: #aaa;
font-weight: 600;
text-transform: uppercase;
}
.tbk-cart-action {
display: flex;
align-items: center;
gap: 6px;
flex: 0 0 auto;
} .tbk-cart-action .added_to_cart,
.tbk-product-card .added_to_cart,
.woocommerce ul.products li.product .added_to_cart {
display: none !important;
}
.tbk-play-btn,
.tbk-cart-btn {
display: flex;
align-items: center;
justify-content: center;
width: 35px !important;
height: 35px !important;
min-width: 35px !important;
background: #f0f0f0;
border: none;
border-radius: 50%;
color: var(--tkb-orange) !important;
cursor: pointer;
flex-shrink: 0;
text-decoration: none !important;
overflow: hidden !important;
padding: 0 !important;
transition: background 0.2s ease, color 0.2s ease;
}
.tbk-play-btn:hover,
.tbk-play-btn.playing,
.tbk-cart-btn:hover {
background: var(--tkb-orange);
color: #000 !important;
}
.tbk-cart-btn .tbk-cart-icon,
.tbk-cart-btn .et-pb-icon {
font-size: 16px !important;
line-height: 1 !important;
margin: 0 !important;
display: flex !important;
align-items: center;
justify-content: center;
}
.tbk-check-icon {
display: none !important;
color: currentColor !important;
width: 14px !important;
height: 14px !important;
}
.tbk-cart-btn.added {
background: #f0f0f0 !important;
color: var(--tkb-orange) !important;
}
.tbk-cart-btn.added:hover {
background: var(--tkb-orange) !important;
color: #000 !important;
}
.tbk-cart-btn.added .tbk-cart-icon {
display: none !important;
}
.tbk-cart-btn.added .tbk-check-icon {
display: block !important;
}
.tbk-cart-btn.tbk-disabled {
background: #f0f0f0 !important;
color: #ccc !important;
}
.tbk-cart-btn.tbk-disabled:hover {
background: #e5e5e5 !important;
color: #aaa !important;
} .woocommerce nav.woocommerce-pagination {
margin: 35px 0 10px 0 !important;
text-align: center !important;
clear: both !important;
}
.woocommerce nav.woocommerce-pagination ul {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
gap: 8px !important;
border: none !important;
background: transparent !important;
margin: 0 auto !important;
padding: 0 !important;
overflow: visible !important;
box-shadow: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none !important;
margin: 0 !important;
padding: 0 !important;
float: none !important;
list-style: none !important;
background: transparent !important;
overflow: visible !important;
box-shadow: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 38px !important;
height: 38px !important;
padding: 0 12px !important;
border: none !important;
outline: none !important;
border-radius: 999px !important;
background: #fff !important;
color: #000 !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1 !important;
text-decoration: none !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
overflow: hidden !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
background: var(--tkb-orange) !important;
color: #000 !important;
border-radius: 999px !important;
box-shadow: 0 6px 16px rgba(255, 153, 0, 0.25) !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
background: var(--tkb-orange) !important;
color: #000 !important;
border-radius: 999px !important;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(255, 153, 0, 0.25) !important;
}
.woocommerce nav.woocommerce-pagination ul li span.dots {
background: transparent !important;
box-shadow: none !important;
min-width: 20px !important;
padding: 0 4px !important;
color: #888 !important;
overflow: visible !important;
}
.woocommerce nav.woocommerce-pagination ul li a::before,
.woocommerce nav.woocommerce-pagination ul li a::after,
.woocommerce nav.woocommerce-pagination ul li span::before,
.woocommerce nav.woocommerce-pagination ul li span::after {
display: none !important;
content: none !important;
} @media (hover: hover) and (pointer: fine) {
.tbk-product-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
z-index: 5;
}
.tbk-product-card:hover .tbk-img-wrap img {
transform: scale(1.05);
}
} @media (min-width: 768px) {
.tbk-bottom-row {
gap: 4px !important;
overflow: visible !important;
}
.tbk-price {
flex: 0 1 auto !important;
min-width: max-content !important;
max-width: none !important;
overflow: visible !important;
white-space: nowrap !important;
font-size: 12.5px !important;
letter-spacing: -0.2px;
}
.tbk-cart-action {
gap: 4px !important;
flex: 0 0 auto !important;
}
.tbk-play-btn,
.tbk-cart-btn {
width: 31px !important;
height: 31px !important;
min-width: 31px !important;
}
.tbk-cart-btn .tbk-cart-icon,
.tbk-cart-btn .et-pb-icon {
font-size: 14px !important;
}
.tbk-check-icon {
width: 12px !important;
height: 12px !important;
}
.tbk-play-btn svg {
width: 9px !important;
height: 9px !important;
}
} @media (max-width: 767px) {
.tbk-product-card {
padding: 12px !important;
overflow: hidden;
transform: none !important;
}
.tbk-product-card:hover {
transform: none !important;
}
.tbk-product-card:hover .tbk-img-wrap img {
transform: none !important;
}
.tbk-img-wrap {
margin: 0 0 10px 0 !important;
}
.tbk-title {
min-height: calc(1.3em * 3);
margin-bottom: 7px !important;
}
.tbk-cats {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: calc(1.2em * 2);
max-height: calc(1.2em * 4);
}
.tbk-card-entities {
min-height: 30px;
margin-bottom: 7px !important;
font-size: 9.5px !important;
}
.tbk-entity-line {
margin-bottom: 2px !important;
}
.tbk-meta-badges {
gap: 3px;
margin-bottom: 8px !important;
min-height: 20px;
}
.tbk-meta-badge {
font-size: 8.8px;
padding: 3px 6px;
}
.tbk-bottom-row {
gap: 6px;
overflow: hidden;
margin-top: auto !important;
}
.tbk-price {
font-size: clamp(12px, 3.5vw, 13px) !important;
line-height: 1 !important;
}
.tbk-bottom-row.tbk-has-audio .tbk-price {
max-width: calc(100% - 70px);
overflow: hidden;
}
.tbk-bottom-row.tbk-no-audio .tbk-price {
max-width: none !important;
overflow: visible !important;
letter-spacing: -0.2px;
}
.tbk-cart-action {
gap: 4px !important;
max-width: none !important;
}
.tbk-cart-no-audio {
gap: 0 !important;
}
.tbk-play-btn,
.tbk-cart-btn {
width: clamp(29px, 8.5vw, 34px) !important;
height: clamp(29px, 8.5vw, 34px) !important;
min-width: clamp(29px, 8.5vw, 34px) !important;
max-width: 34px !important;
max-height: 34px !important;
}
.tbk-play-btn svg {
width: 10px !important;
height: 10px !important;
}
.tbk-cart-btn .tbk-cart-icon,
.tbk-cart-btn .et-pb-icon {
font-size: 15px !important;
}
.tbk-check-icon {
width: 13px !important;
height: 13px !important;
}
.woocommerce nav.woocommerce-pagination {
margin: 28px 0 8px 0 !important;
}
.woocommerce nav.woocommerce-pagination ul {
gap: 6px !important;
overflow: visible !important;
}
.woocommerce nav.woocommerce-pagination ul li {
overflow: visible !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
min-width: 34px !important;
height: 34px !important;
padding: 0 10px !important;
font-size: 13px !important;
border-radius: 999px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
transform: none !important;
border-radius: 999px !important;
}
}
@media (max-width: 380px) {
.tbk-product-card {
padding: 10px !important;
}
.tbk-title {
margin-bottom: 6px !important;
}
.tbk-bottom-row {
gap: 4px;
}
.tbk-price {
font-size: 12px !important;
}
.tbk-bottom-row.tbk-has-audio .tbk-price {
max-width: calc(100% - 62px);
overflow: hidden;
}
.tbk-bottom-row.tbk-no-audio .tbk-price {
max-width: none !important;
overflow: visible !important;
letter-spacing: -0.3px;
}
.tbk-cart-action {
gap: 3px !important;
}
.tbk-play-btn,
.tbk-cart-btn {
width: 29px !important;
height: 29px !important;
min-width: 29px !important;
}
.tbk-cart-btn .tbk-cart-icon,
.tbk-cart-btn .et-pb-icon {
font-size: 14px !important;
}
.tbk-check-icon {
width: 12px !important;
height: 12px !important;
}
} .tbk-product-card {
overflow: hidden !important;
}
.tbk-link-wrapper {
flex: 0 0 auto !important;
}
.tbk-title {
line-height: 1.28em !important;
min-height: 2.56em !important;
max-height: 2.56em !important;
margin: 0 0 8px 0 !important;
-webkit-line-clamp: 2 !important;
overflow: hidden !important;
}
.tbk-card-entities {
min-height: 31px !important;
max-height: 31px !important;
margin: 0 0 8px 0 !important;
overflow: hidden !important;
}
.tbk-card-entities-empty {
visibility: hidden !important;
}
.tbk-entity-line {
min-height: 14px !important;
max-height: 14px !important;
line-height: 14px !important;
margin: 0 0 2px 0 !important;
}
.tbk-meta-badges {
align-content: flex-start !important;
min-height: 40px !important;
max-height: 40px !important;
margin: 0 0 10px 0 !important;
overflow: hidden !important;
}
.tbk-meta-badge {
flex: 0 0 auto !important;
}
.tbk-bottom-row {
flex: 0 0 auto !important;
margin-top: auto !important;
}
@media (max-width: 767px) {
.tbk-title {
line-height: 1.25em !important;
min-height: 3.75em !important;
max-height: 3.75em !important;
-webkit-line-clamp: 3 !important;
}
.tbk-card-entities {
min-height: 29px !important;
max-height: 29px !important;
}
.tbk-entity-line {
min-height: 13px !important;
max-height: 13px !important;
line-height: 13px !important;
}
.tbk-meta-badges {
min-height: 38px !important;
max-height: 38px !important;
}
}
@media (max-width: 380px) {
.tbk-title {
line-height: 1.22em !important;
min-height: 3.66em !important;
max-height: 3.66em !important;
}
} .tbk-card-entities {
min-height: 44px !important;
max-height: 44px !important;
margin: 0 0 6px 0 !important;
overflow: hidden !important;
}
.tbk-artist-line {
display: -webkit-box !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 2 !important;
white-space: normal !important;
min-height: 26px !important;
max-height: 26px !important;
line-height: 13px !important;
margin: 0 0 3px 0 !important;
overflow: hidden !important;
text-overflow: clip !important;
color: #e98b00 !important;
}
.tbk-label-line {
display: block !important;
white-space: nowrap !important;
min-height: 14px !important;
max-height: 14px !important;
line-height: 14px !important;
margin: 0 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
color: #6d6258 !important;
}
.tbk-artist-line .tbk-entity-link,
.tbk-artist-line .tbk-entity-text,
.tbk-entity-link.is-artist,
.tbk-entity-text.is-artist {
color: #e98b00 !important;
font-weight: 700 !important;
}
.tbk-label-line .tbk-entity-link,
.tbk-label-line .tbk-entity-text,
.tbk-entity-link.is-label,
.tbk-entity-text.is-label {
color: #6d6258 !important;
font-weight: 600 !important;
}
.tbk-artist-line .tbk-entity-link:hover,
.tbk-entity-link.is-artist:hover {
color: var(--tkb-orange-dark) !important;
}
.tbk-label-line .tbk-entity-link:hover,
.tbk-entity-link.is-label:hover {
color: #3f3934 !important;
}
@media (min-width: 768px) {
.tbk-title {
font-size: 13.2px !important;
line-height: 1.27em !important;
min-height: 2.54em !important;
max-height: 2.54em !important;
margin-bottom: 7px !important;
}
.tbk-meta-badges {
gap: 3px !important;
min-height: 36px !important;
max-height: 36px !important;
margin: 0 0 6px 0 !important;
}
.tbk-meta-badge {
min-height: 17px !important;
padding: 2px 6px !important;
font-size: 9px !important;
letter-spacing: 0.18px !important;
}
.tbk-bottom-row {
padding-top: 8px !important;
}
}
@media (max-width: 767px) {
.tbk-card-entities {
min-height: 41px !important;
max-height: 41px !important;
margin-bottom: 6px !important;
}
.tbk-artist-line {
min-height: 24px !important;
max-height: 24px !important;
line-height: 12px !important;
margin-bottom: 3px !important;
}
.tbk-label-line {
min-height: 13px !important;
max-height: 13px !important;
line-height: 13px !important;
}
} @media (min-width: 768px) {
.tbk-card-entities {
margin-bottom: 10px !important;
}
} .tbk-cart-action {
gap: 7px !important;
overflow: visible !important;
}
.tbk-play-btn,
.tbk-cart-btn {
position: relative !important;
border-radius: 50% !important;
overflow: hidden !important;
box-sizing: border-box !important;
-webkit-appearance: none !important;
appearance: none !important;
filter: none !important;
transition:
transform 0.18s ease,
background-color 0.18s ease,
border-color 0.18s ease,
color 0.18s ease,
box-shadow 0.18s ease !important;
} .tbk-play-btn {
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
max-width: 36px !important;
max-height: 36px !important;
background: #fff !important;
border: 2px solid var(--tkb-orange) !important;
color: #111 !important;
box-shadow: none !important;
}
.tbk-play-btn svg {
width: 11px !important;
height: 11px !important;
}
.tbk-play-btn::before,
.tbk-play-btn::after,
.tbk-cart-btn::before,
.tbk-cart-btn::after {
content: none !important;
display: none !important;
} .tbk-cart-btn {
width: 38px !important;
height: 38px !important;
min-width: 38px !important;
max-width: 38px !important;
max-height: 38px !important;
background: var(--tkb-orange) !important;
border: 2px solid var(--tkb-orange) !important;
color: #111 !important;
box-shadow: none !important;
}
.tbk-cart-btn .tbk-cart-icon,
.tbk-cart-btn .et-pb-icon {
font-size: 16px !important;
font-weight: 700 !important;
}
.tbk-check-icon {
width: 14px !important;
height: 14px !important;
stroke-width: 2.35 !important;
}
.tbk-play-btn.playing {
background: var(--tkb-orange) !important;
border-color: var(--tkb-orange) !important;
color: #111 !important;
box-shadow: none !important;
}
.tbk-cart-btn.added {
background: var(--tkb-orange) !important;
border-color: var(--tkb-orange) !important;
color: #111 !important;
box-shadow: none !important;
}
.tbk-play-btn:focus-visible,
.tbk-cart-btn:focus-visible {
outline: none !important;
box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.24) !important;
}
.tbk-cart-btn.tbk-disabled {
background: #ededed !important;
border-color: #dedede !important;
color: #aaa !important;
box-shadow: none !important;
cursor: not-allowed !important;
}
@media (hover: hover) and (pointer: fine) {
.tbk-play-btn:hover {
background: var(--tkb-orange) !important;
border-color: var(--tkb-orange) !important;
color: #111 !important;
transform: translateY(-2px) scale(1.03) !important;
box-shadow: none !important;
}
.tbk-play-btn.playing:hover {
background: var(--tkb-orange) !important;
border-color: var(--tkb-orange) !important;
color: #111 !important;
}
.tbk-cart-btn:hover,
.tbk-cart-btn.added:hover {
background: var(--tkb-orange-soft) !important;
border-color: var(--tkb-orange-soft) !important;
color: #000 !important;
transform: translateY(-2px) scale(1.04) !important;
box-shadow: none !important;
}
.tbk-cart-btn.tbk-disabled:hover {
background: #ededed !important;
border-color: #dedede !important;
color: #aaa !important;
transform: none !important;
box-shadow: none !important;
}
} @media (max-width: 767px) {
.tbk-cart-action {
gap: 5px !important;
}
.tbk-play-btn {
width: 33px !important;
height: 33px !important;
min-width: 33px !important;
max-width: 33px !important;
max-height: 33px !important;
}
.tbk-cart-btn {
width: 35px !important;
height: 35px !important;
min-width: 35px !important;
max-width: 35px !important;
max-height: 35px !important;
}
.tbk-play-btn svg {
width: 10px !important;
height: 10px !important;
}
.tbk-cart-btn .tbk-cart-icon,
.tbk-cart-btn .et-pb-icon {
font-size: 15px !important;
}
}
@media (max-width: 380px) {
.tbk-play-btn {
width: 31px !important;
height: 31px !important;
min-width: 31px !important;
max-width: 31px !important;
max-height: 31px !important;
}
.tbk-cart-btn {
width: 33px !important;
height: 33px !important;
min-width: 33px !important;
max-width: 33px !important;
max-height: 33px !important;
}
} @media (max-width: 480px) {
.tbk-bottom-row {
gap: 3px !important;
overflow: visible !important;
}
.tbk-price,
.tbk-bottom-row.tbk-has-audio .tbk-price,
.tbk-bottom-row.tbk-no-audio .tbk-price {
flex: 1 1 auto !important;
min-width: 0 !important;
max-width: none !important;
overflow: visible !important;
white-space: nowrap !important;
font-size: clamp(10.5px, 3.05vw, 12px) !important;
letter-spacing: -0.35px !important;
line-height: 1 !important;
}
.tbk-price .woocommerce-Price-amount,
.tbk-price .woocommerce-Price-currencySymbol,
.tbk-price bdi {
white-space: nowrap !important;
}
.tbk-cart-action {
flex: 0 0 auto !important;
gap: 3px !important;
}
.tbk-play-btn {
width: 28px !important;
height: 28px !important;
min-width: 28px !important;
max-width: 28px !important;
max-height: 28px !important;
border-width: 2px !important;
}
.tbk-cart-btn {
width: 30px !important;
height: 30px !important;
min-width: 30px !important;
max-width: 30px !important;
max-height: 30px !important;
border-width: 2px !important;
}
.tbk-play-btn svg {
width: 9px !important;
height: 9px !important;
}
.tbk-cart-btn .tbk-cart-icon,
.tbk-cart-btn .et-pb-icon {
font-size: 14px !important;
}
}
@media (max-width: 360px) {
.tbk-product-card {
padding-left: 9px !important;
padding-right: 9px !important;
}
.tbk-price,
.tbk-bottom-row.tbk-has-audio .tbk-price,
.tbk-bottom-row.tbk-no-audio .tbk-price {
font-size: 10px !important;
letter-spacing: -0.45px !important;
}
.tbk-play-btn {
width: 27px !important;
height: 27px !important;
min-width: 27px !important;
max-width: 27px !important;
max-height: 27px !important;
}
.tbk-cart-btn {
width: 29px !important;
height: 29px !important;
min-width: 29px !important;
max-width: 29px !important;
max-height: 29px !important;
}
}  @media (min-width: 768px) {
.tbk-price,
.tbk-bottom-row.tbk-has-audio .tbk-price,
.tbk-bottom-row.tbk-no-audio .tbk-price {
font-size: 14px !important;
font-weight: 800 !important;
letter-spacing: -0.15px !important;
line-height: 1.05 !important;
}
} @media (max-width: 767px) {
.tbk-bottom-row {
display: grid !important;
grid-template-columns: minmax(0, 1fr) auto !important;
align-items: center !important;
column-gap: 6px !important;
overflow: visible !important;
}
.tbk-price,
.tbk-bottom-row.tbk-has-audio .tbk-price,
.tbk-bottom-row.tbk-no-audio .tbk-price {
min-width: 0 !important;
max-width: 100% !important;
overflow: hidden !important;
white-space: nowrap !important;
text-overflow: clip !important;
font-size: clamp(12px, 3.45vw, 13.5px) !important;
font-weight: 800 !important;
letter-spacing: -0.25px !important;
line-height: 1.05 !important;
}
.tbk-cart-action {
display: flex !important;
flex: 0 0 auto !important;
min-width: max-content !important;
gap: 5px !important;
}
.tbk-play-btn {
width: 32px !important;
height: 32px !important;
min-width: 32px !important;
max-width: 32px !important;
max-height: 32px !important;
}
.tbk-cart-btn {
width: 34px !important;
height: 34px !important;
min-width: 34px !important;
max-width: 34px !important;
max-height: 34px !important;
}
} @media (max-width: 390px) {
.tbk-bottom-row {
column-gap: 4px !important;
}
.tbk-price,
.tbk-bottom-row.tbk-has-audio .tbk-price,
.tbk-bottom-row.tbk-no-audio .tbk-price {
font-size: 11.5px !important;
letter-spacing: -0.35px !important;
}
.tbk-cart-action {
gap: 4px !important;
}
.tbk-play-btn {
width: 30px !important;
height: 30px !important;
min-width: 30px !important;
max-width: 30px !important;
max-height: 30px !important;
}
.tbk-cart-btn {
width: 32px !important;
height: 32px !important;
min-width: 32px !important;
max-width: 32px !important;
max-height: 32px !important;
}
} @media (max-width: 350px) {
.tbk-product-card {
padding-left: 9px !important;
padding-right: 9px !important;
}
.tbk-price,
.tbk-bottom-row.tbk-has-audio .tbk-price,
.tbk-bottom-row.tbk-no-audio .tbk-price {
font-size: 11px !important;
letter-spacing: -0.45px !important;
}
.tbk-play-btn {
width: 29px !important;
height: 29px !important;
min-width: 29px !important;
max-width: 29px !important;
max-height: 29px !important;
}
.tbk-cart-btn {
width: 31px !important;
height: 31px !important;
min-width: 31px !important;
max-width: 31px !important;
max-height: 31px !important;
}
}