.product_list .ktb-products-grid {
display: flex;
gap: 10px;
flex-direction: row;
flex-wrap: wrap;
}
.product_list .ktb-products-grid .product-card {
display: flex;
flex-direction: column;
gap: 10px;
background: #db0123;
padding: 20px;
transition: 0.3s;
border-radius: 10px;
}
@media (min-width: 768px) {
.product_list .ktb-products-grid .product-card {
width: calc((100% - 10px) / 2);
}
}
.product_list .ktb-products-heading-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.product_list .products-heading {
font-family: Roboto Slab;
font-weight: 700;
font-size: 47px;
letter-spacing: -2%;
margin: 0;
}
.ktb-manufacturers-search-input {
}
.ktb-manufacturers-search-input:focus {
outline: none;
}
.product_list .ktb-products-search-input {
width: 320px;
height: 54px;
font-family: "Roboto", Sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
letter-spacing: -2%;
padding: 8px 30px;
border-radius: 30px;
border: 2px solid #cccccc;
background: transparent;
outline: 0;
box-shadow: 0;
}
.product_list .ktb-products-search-input:focus {
outline: none;
}
.product_list .product-manufacturer,
.product_list .product-ktb-id {
font-family: "Roboto", Sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 1.2;
color: #fff;
transition: 0.3s;
}
.product_list .product-title {
font-family: Roboto Slab;
font-weight: 700;
font-size: 25px;
line-height: 1.2;
color: #fff;
transition: 0.3s;
margin: 0;
}
.product_list .product-excerpt {
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.6em;
color: #d4d4d4;
transition: 0.3s;
}
.product_list .read_more {
font-family: "Roboto", Sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 1.2;
color: #fff;
transition: 0.3s;
margin: 0;
}
.product_list .ktb-products-grid .product-card:hover {
background: #fff;
}
.product_list .ktb-products-grid .product-card:hover .product-excerpt {
color: #000 !important;
}
.product_list .ktb-products-grid .product-card:hover .product-title,
.product_list .ktb-products-grid .product-card:hover .product-manufacturer,
.product_list .ktb-products-grid .product-card:hover .read_more {
color: #db0123;
}
.product_list .ktb-products-load-more {
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}
.product_list .ktb-load-more-button {
width: 235px;
height: 60px;
border-radius: 30px;
display: flex;
margin: 0 auto;
background: #db0123 !important;
align-items: center;
justify-content: center;
border: 0;
color: #ffffff;
font-size: 16px;
font-weight: 600;
box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.36);
transition: 0.3s;
}
.product_list .ktb-load-more-button:hover {
background: #ffffff !important;
color: #db0123 !important;
}
.ktb-products-search {
position: relative;
}
#ktb-products-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-products-reset-btn span {
position: absolute;
width: 100%; height: 2px; background-color: #000; top: 50%; left: 0;
margin-top: -1px; transition: transform 0.3s ease; } .line-one {
transform: translateY(-50%) rotate(45deg); } .line-two {
transform: translateY(-50%) rotate(-45deg); } .ktb-products-grid.loading-state .product-card {
pointer-events: none;
}
.product-card-sk.skeleton {
overflow: hidden;
position: relative;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
display: block;
min-height: 200px !important;
background: #db0123 !important;
padding: 20px;
border-radius: 10px;
}
.product-card-sk.skeleton::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: 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.6s infinite;
pointer-events: none;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
} .product-card-sk .skeleton-line {
background: #e8e8e8;
border-radius: 4px;
height: 16px;
position: relative;
overflow: hidden;
}
.product-card-sk .skeleton-line::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.6) 50%,
transparent 100%
);
animation: shimmer 1.6s infinite;
} .product-card-sk .product-manufacturer.skeleton-line {
height: 14px;
margin-bottom: 8px;
}
.product-card-sk .product-title.skeleton-line {
height: 24px;
margin: 10px 0 12px;
}
.product-card-sk .product-excerpt .skeleton-line {
height: 14px;
margin-bottom: 6px;
}
.product-card-sk .read_more.skeleton-line {
height: 18px;
margin-top: 12px;
border-radius: 999px;
}
.ktb-manufacturer-products
.ktb-products-grid.loading-state
.product-manufacturer-card {
pointer-events: none;
}
.product-manufacturer-card.skeleton {
overflow: hidden;
position: relative;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
display: block;
min-height: 200px !important;
background: #db0123 !important;
padding: 20px;
border-radius: 10px;
}
.product-manufacturer-card.skeleton::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.4) 50%,
rgba(255, 255, 255, 0) 100%
);
background-size: 200% 100%;
animation: shimmer 1.8s infinite linear;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
}
.product-manufacturer-card.skeleton .skeleton-line {
background: #e5e5e5;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.product-manufacturer-card.skeleton .skeleton-line::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.5) 50%,
transparent 100%
);
animation: shimmer 1.8s infinite linear;
}
.product-manufacturer-card .product-manufacturer.skeleton-line {
height: 14px;
margin-bottom: 10px;
}
.product-manufacturer-card .product-title.skeleton-line {
height: 24px;
margin: 10px 0 12px;
}
.product-manufacturer-card .product-excerpt .skeleton-line {
height: 14px;
margin-bottom: 6px;
}
.product-manufacturer-card .read_more.skeleton-line {
height: 18px;
margin-top: 12px;
border-radius: 999px;
} .ktb-products-skeletons {
display: grid;
grid-template-columns: repeat(
auto-fill,
minmax(280px, 1fr)
); gap: 24px; padding: 20px 0;
min-height: 400px; } .ktb-products-skeletons {
transition: opacity 0.4s ease;
}
.ktb-products-skeletons.hidden {
opacity: 0;
pointer-events: none;
} .product-card.skeleton {
background: #ffffff;
border: 1px solid #eee;
border-radius: 8px;
overflow: hidden;
position: relative;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.product-card.skeleton::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.4) 50%,
rgba(255, 255, 255, 0) 100%
);
background-size: 200% 100%;
animation: shimmer 1.6s infinite;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
} .product-card.skeleton .skeleton-line {
background: #e5e5e5;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.product-card.skeleton .skeleton-line::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.5) 50%,
transparent 100%
);
animation: shimmer 1.6s infinite;
}
.ktb-products-no-results {
width: 100%;
}
.ktb-products-no-results .no-results-container {
position: relative;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
display: block;
min-height: 200px !important;
background: #db0123 !important;
padding: 20px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}