.ktb-semicolon-tags-list {
display: flex;
flex-wrap: wrap;
}
.ktb-semicolon-tags-list .ktb-semicolon-tag {
display: inline-block;
background: #e5e7eb;
color: #000;
padding: 5px 12px;
margin: 4px 6px 4px 0;
border-radius: 6px;
font-size: 14px;
line-height: 1.4;
}
.ktb-manufacturers-wrapper .ktb-manufacturers-grid {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
width: calc((100% - 60px) / 4);
padding: 20px 20px;
border: 1px solid #9494947d;
display: flex;
flex-direction: row;
align-items: flex-start;
border-radius: 10px;
gap: 10px;
background-color: #db0123;
transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
.ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
width: calc((100% - 40px) / 3);
}
}
@media (max-width: 768px) {
.ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
width: calc((100% - 20px) / 2);
}
}
@media (max-width: 576px) {
.ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
width: 100%;
}
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card
.ktb-menufacturer-content {
flex: 1;
display: flex;
flex-direction: column;
gap: 20px;
justify-content: space-between;
height: 100%;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card
.ktb-manufacturer-content-head {
flex: 1;
display: flex;
flex-direction: column;
gap: 20px;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card
.ktb-manufacturer-title {
margin: 0;
color: #fff;
font-family: "Roboto", Sans-serif;
font-size: 20px;
line-height: 1.4;
font-weight: bold;
transition: 0.3s ease-in-out;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card
.ktb-letter-badge {
background: #e5e7eb;
color: #bababa;
padding: 5px 12px;
border-radius: 6px;
font-size: 20px;
line-height: 1.4;
font-weight: bold;
font-family: "Roboto", Sans-serif;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card
.ktb-manufacturer-desc {
margin: 0;
color: #d4d4d4;
font-size: 14px;
line-height: 1.4;
font-weight: 500;
font-family: "Roboto", Sans-serif;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box; max-height: 60px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
transition: 0.3s ease-in-out;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card
.ktb-product-count {
margin: 0;
color: #d4d4d4;
font-size: 14px;
line-height: 1.4;
font-weight: 500;
font-family: "Roboto", Sans-serif;
transition: 0.3s ease-in-out;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card:hover {
background-color: #fff;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card:hover
.ktb-manufacturer-title {
color: #db0123;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card:hover
.ktb-manufacturer-desc {
color: #7a7a7a;
}
.ktb-manufacturers-wrapper
.ktb-manufacturers-grid
.ktb-manufacturer-card:hover
.ktb-product-count {
color: #7a7a7a;
}
.ktb-manufacturer-search-box-wraper {
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.ktb-manufacturer-search-box {
width: 320px;
}
}
.ktb-manufacturer-search-box {
display: flex;
justify-content: center;
}
.ktb-manufacturers-search-input {
width: 100% !important;
max-width: 320px;
min-height: 54px;
font-family: "Roboto", Sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
padding: 8px 30px !important;
border-radius: 30px !important;
border: 2px solid #cccccc !important;
background: transparent;
outline: 0;
box-shadow: none;
}
.ktb-manufacturers-search-input:focus {
outline: 0;
}
#ktb-manufacturers-reset-btn {
position: absolute;
top: 50%;
right: 0;
transform: translate(-20px, -50%);
background: transparent;
border: none;
cursor: pointer;
width: 20px;
height: 20px;
padding: 0;
}
#ktb-manufacturers-reset-btn span {
position: absolute;
width: 100%;
height: 2px;
background-color: #000;
top: 50%;
left: 0;
margin-top: -1px;
transition: transform 0.3s ease;
}
#ktb-manufacturers-reset-btn .line-one {
transform: translateY(-50%) rotate(45deg);
}
#ktb-manufacturers-reset-btn .line-two {
transform: translateY(-50%) rotate(-45deg);
}
.ktb-manufacturer-pagination {
width: 100%;
margin: 40px 0;
display: flex;
justify-content: center;
}
.ktb-pagination-links {
display: flex;
gap: 10px;
}
.ktb-pagination-links a {
color: #7a7a7a;
font-size: 14px;
line-height: 1.4;
font-weight: 500;
font-family: "Roboto", Sans-serif;
transition: 0.3s;
}
.ktb-pagination-links .page-numbers.current {
color: #000 !important;
}
.ktb-pagination-links a:hover {
color: #000;
}
.manufacturer-first-letter {
background: #e5e7eb;
color: #bababa;
height: 80px;
width: 80px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
font-size: 30px;
line-height: 1.4;
font-weight: bold;
font-family: "Roboto", Sans-serif;
}
.ktb-no-results {
color: #7a7a7a;
font-size: 14px;
line-height: 1.4;
font-weight: 500;
font-family: "Roboto", Sans-serif;
} .ktb-manufacturers-grid.loading-state .ktb-manufacturer-card {
pointer-events: none;
}
.ktb-manufacturer-card.skeleton {
overflow: hidden;
position: relative;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
min-height: 200px !important;
background: #db0123 !important;
padding: 20px;
border-radius: 10px;
}
.ktb-manufacturer-card.skeleton::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.45) 50%,
rgba(255, 255, 255, 0) 100%
);
background-size: 200% 100%;
animation: shimmer 1.7s infinite linear;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
}
.ktb-manufacturer-card.skeleton .skeleton-line,
.ktb-manufacturer-card.skeleton .skeleton-circle {
background: #e8e8e8;
position: relative;
overflow: hidden;
}
.ktb-manufacturer-card.skeleton .skeleton-line::after,
.ktb-manufacturer-card.skeleton .skeleton-circle::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.55) 50%,
transparent 100%
);
animation: shimmer 1.7s infinite linear;
}
.ktb-manufacturer-title.skeleton-line {
height: 22px;
margin-bottom: 10px;
}
.ktb-manufacturer-desc .skeleton-line {
height: 14px;
margin-bottom: 6px;
}
.ktb-product-count.skeleton-line {
height: 18px;
margin-top: 12px;
}
.ktb-letter-badge.skeleton-circle {
width: 48px;
height: 48px;
border-radius: 50%;
}