.kolben-single-product {
margin-top: 40px;
} .ast-woocommerce-container .woocommerce-notices-wrapper {
display: none;
} .site .kolben-single-product .custom-main-image-wrapper img {
width: 80%;
height: auto;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
} .kolben-single-product .product-card-row {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 40px;
padding-top: 30px;
padding-bottom: 40px;
background: #ffffff;
}
.kolben-single-product .product-title__wrapper {
width: 100%;
} .kolben-single-product .product-card-row-left {
width: 48%;
} .kolben-single-product .breadcrumb {
padding-bottom: 20px;
} .kolben-single-product .kicker {
font-family: var(--mono);
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
color: var(--teal);
margin-bottom: 8px;
} .kolben-single-product h1 {
font-size: 32px;
font-weight: 700;
line-height: 1.1;
margin-bottom: 8px;
color: var(--ink);
} .kolben-single-product .product-card-row-left .sub {
font-size: 16px;
color: var(--ink-2);
margin-bottom: 24px;
} .kolben-single-product .price {
font-size: 24px;
font-weight: 700;
color: var(--ink);
display: block;
margin-bottom: 16px;
} .kolben-single-product .short-desc-content {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
position: relative;
}
.kolben-single-product .short-desc-content::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 40px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
pointer-events: none;
} .read-more-btn {
background: none;
border: none;
padding: 0;
margin-top: 8px;
font-size: 13px;
font-weight: 600;
color: var(--teal);
text-decoration: none;
border-bottom: 1px dashed var(--teal);
transition: color 0.2s ease, border-color 0.2s ease;
}
.read-more-btn:hover {
background: none;
text-decoration: none;
color: var(--teal-dark);
border-color: var(--teal-dark);
} .kolben-single-product .product-card-row-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin-bottom: 20px;
}
.kolben-single-product .stat-card {
background: var(--soft);
border-radius: 8px;
padding: 12px 8px;
text-align: center;
border: 1px solid var(--line);
}
.kolben-single-product .stat-card .value {
font-size: 24px;
font-weight: 700;
color: var(--teal-dark);
display: block;
}
.kolben-single-product .stat-card .label {
font-family: var(--mono);
font-size: clamp(8px, 2vw, 9px) !important;
text-transform: uppercase;
letter-spacing: 0.6px;
color: var(--muted);
margin-top: 4px;
} .kolben-single-product .product-cta-group {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 20px;
margin-bottom: 24px;
} .kolben-single-product .product-card-row-stats + div {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 24px;
} .kolben-single-product .product_meta {
font-size: 13px;
color: var(--muted);
border-top: 1px solid var(--line);
padding-top: 16px;
margin-top: 20px; }
.kolben-single-product .product_meta .sku,
.kolben-single-product .product_meta .posted_in span,
.kolben-single-product .product_meta .tagged_as span {
color: var(--ink);
} .kolben-single-product .product-card-row-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
width: 48%;
background: #ffffff;
} .kolben-single-product .woocommerce-product-gallery {
width: 100% !important;
max-width: 100% !important;
margin: 0 auto !important;
} .kolben-single-product .woocommerce-product-gallery__image img {
width: 100% !important;
height: auto !important;
max-height: 450px !important;
object-fit: contain !important;
box-shadow: none !important;
margin: 0 auto !important;
display: block !important;
} .kolben-single-product .woocommerce-product-gallery__image .zoomImg {
display: none !important;
}
.kolben-single-product .woocommerce-product-gallery__trigger {
display: none !important;
} .kolben-single-product .custom-main-image-wrapper {
position: relative;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
max-height: 500px;
cursor: zoom-in;
margin-bottom: 24px;
border-radius: 8px;
overflow: hidden;
background: var(--white);
border: 1px solid var(--line);
padding: 20px;
} .kolben-single-product .custom-thumbnails-row {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
gap: 12px;
width: 100%;
padding-bottom: 12px;
margin-bottom: 10px;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
}
.kolben-single-product .thumbnail-item {
flex: 0 0 auto;
width: 80px;
height: 80px;
padding: 3px;
border: 1px solid var(--line);
border-radius: 6px;
cursor: pointer;
overflow: hidden;
opacity: 0.7;
transition: all 0.2s ease;
}
.kolben-single-product .thumbnail-item img {
width: 100%;
height: 100%;
object-fit: contain;
background: #fff;
}
.kolben-single-product .thumbnail-item:hover {
opacity: 1;
}
.kolben-single-product .thumbnail-item.active {
opacity: 1;
border-color: var(--teal);
} .kolben-single-product .custom-thumbnails-row::-webkit-scrollbar {
height: 6px;
}
.kolben-single-product .custom-thumbnails-row::-webkit-scrollbar-track {
background: var(--line, #e2e8f0);
border-radius: 4px;
}
.kolben-single-product .custom-thumbnails-row::-webkit-scrollbar-thumb {
background: var(--teal);
border-radius: 4px;
}
.kolben-single-product .custom-thumbnails-row::-webkit-scrollbar-thumb:hover {
background: #007b8a;
} .kolben-single-product .hotspot {
position: absolute;
width: 24px;
height: 24px;
z-index: 10;
cursor: pointer;
}
.kolben-single-product .hotspot-1 {
top: 10%;
left: 25%;
}
.kolben-single-product .hotspot-2 {
top: 50%;
left: 80%;
}
.kolben-single-product .hotspot-3 {
top: 80%;
left: 35%;
}
.hotspot-dot {
width: 12px;
height: 12px;
background: var(--teal);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 0 0 rgba(0, 180, 166, 0.4);
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 180, 166, 0.7);
}
70% {
box-shadow: 0 0 0 15px rgba(0, 180, 166, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 180, 166, 0);
}
}
.hotspot-tooltip {
position: absolute;
bottom: 130%;
left: 50%;
transform: translateX(-50%) translateY(10px);
background: var(--ink);
color: var(--white);
padding: 8px 12px;
border-radius: 6px;
font-size: 11px;
font-family: var(--mono);
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
}
.hotspot-tooltip::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: var(--ink) transparent transparent transparent;
}
.hotspot:hover .hotspot-tooltip {
opacity: 1;
transform: translateX(-50%) translateY(0);
} .kolben-single-product .btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
font-weight: 700;
font-size: 12px;
letter-spacing: 1.6px;
text-transform: uppercase;
border-radius: 6px;
border: 1px solid transparent;
transition: all 0.15s ease;
cursor: pointer;
text-decoration: none;
}
.kolben-single-product .btn-primary {
background: var(--teal);
color: var(--ink);
border-color: var(--teal);
}
.kolben-single-product .btn-primary:hover {
background: var(--teal-dark);
border-color: var(--teal-dark);
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 180, 166, 0.3);
}
.kolben-single-product .btn-outline {
background: transparent;
color: var(--ink);
border-color: var(--line);
}
.kolben-single-product .btn-outline:hover {
border-color: var(--teal);
color: var(--teal);
} .kolben-single-product .pdf-files-section {
display: none;
}
.short-desc-content .pdf-files-row {
display: none;
} .kolben-single-product .pdf-files-section__wrapper {
width: 100%;
margin-top: 30px;
padding-top: 20px;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-files-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card {
flex: 1 1 calc(25% - 20px);
max-width: 250px;
display: flex;
align-items: center;
gap: 16px;
background: var(--soft);
border: 1px solid var(--line);
border-radius: 10px;
padding: 20px;
text-decoration: none !important;
transition: all 0.2s ease;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card:hover {
border-color: var(--teal);
background: var(--white);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 180, 166, 0.1);
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card__icon {
width: 40px;
height: 40px;
flex-shrink: 0;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card__icon svg {
width: 100%;
height: 100%;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card__title {
font-family: var(--mono);
font-size: 10px;
font-weight: 700;
color: var(--ink);
text-transform: uppercase;
letter-spacing: 0.5px;
line-height: 1.3;
} .kolben-single-product .ast-single-product-extras {
position: relative;
margin: 40px 0;
padding: 40px 0;
border-bottom: 1px solid var(--line);
}
.kolben-single-product .ast-single-product-extras__content {
position: relative;
z-index: 1;
}
.kolben-single-product .ast-heading {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.2px;
color: var(--white);
margin-bottom: 16px;
text-align: center;
} .kolben-single-product .ast-single-product-extras ul {
list-style: none !important;
padding: 0;
margin: 0;
font-size: 13px;
}
.kolben-single-product .ast-single-product-extras li {
margin-bottom: 0 !important;
display: flex;
align-items: center;
gap: 8px;
}
.kolben-single-product .extras-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px 50px;
list-style: none;
padding: 0;
margin: 0;
}
.kolben-single-product .extras-item {
display: flex;
align-items: center;
gap: 12px;
font-size: 14px;
font-weight: 500;
color: var(--ink-2);
transition: transform 0.2s ease, box-shadow 0.2s ease;
padding: 8px 16px 8px 12px;
border-radius: 30px;
background: var(--soft);
border: 1px solid transparent;
}
.kolben-single-product .extras-item:hover {
transform: translateY(-3px);
border-color: var(--teal);
box-shadow: 0 6px 16px rgba(0, 180, 166, 0.12);
background: var(--white);
}
.kolben-single-product .extras-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
flex-shrink: 0;
}
.kolben-single-product .extras-icon svg {
width: 28px;
height: 28px;
fill: var(--teal);
transition: transform 0.2s ease;
}
.kolben-single-product .extras-icon svg g {
fill: var(--teal);
}
.kolben-single-product .extras-item:hover .extras-icon svg {
transform: scale(1.1);
}
.kolben-single-product .extras-text {
white-space: nowrap;
font-family: var(--mono);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.4px;
} .kolben-single-product .ast-single-product-extras .ahfb-svg-iconset {
width: 16px;
fill: var(--teal);
} .kolben-single-product .tech-block {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 40px;
padding-top: 40px;
padding-bottom: 40px;
border-bottom: 1px solid var(--line);
perspective: 1000px;
}
.kolben-single-product .section-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 15px;
}
.kolben-single-product .section-sub {
color: var(--muted);
font-size: 15px;
margin-bottom: 28px;
}
.kolben-single-product .tech-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.kolben-single-product .tech-item {
background: var(--soft);
border-radius: 10px;
padding: 24px 16px;
text-align: center;
border: 1px solid var(--line);
transform-style: preserve-3d;
transition: transform 0.1s;
}
.kolben-single-product .tech-item svg {
width: 48px;
height: 48px;
stroke: var(--teal);
fill: none;
stroke-width: 1.8;
margin-bottom: 12px;
transform: translateZ(20px);
}
.kolben-single-product .tech-item h4 {
font-size: 16px;
text-transform: uppercase;
margin-bottom: 6px;
transform: translateZ(10px);
}
.kolben-single-product .tech-item p {
font-size: 13px;
color: var(--ink-2);
transform: translateZ(5px);
line-height: 1.2;
} .kolben-single-product .specs-block {
padding-top: 40px;
padding-bottom: 40px;
}
.kolben-single-product .specs-grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 16px !important;
margin-bottom: 30px !important;
}
.kolben-single-product .spec-card {
background: var(--white) !important;
border: 1px solid var(--line) !important;
border-radius: 10px !important;
padding: 18px 16px !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
}
.kolben-single-product .spec-card:hover {
border-color: var(--teal) !important;
}
.kolben-single-product .spec-card .spec-label {
display: flex;
justify-content: space-between;
align-items: center;
font-family: var(--mono);
font-size: 11px;
text-transform: uppercase;
color: var(--muted);
width: 100%;
}
.kolben-single-product .spec-card .spec-label span {
font-size: 20px;
line-height: 1;
transition: transform 0.3s;
}
.kolben-single-product .spec-card.active .spec-label span {
transform: rotate(180deg);
}
.kolben-single-product .spec-card .spec-value {
font-size: 22px !important;
font-weight: 700 !important;
color: var(--ink) !important;
margin-top: 4px !important;
}
.kolben-single-product .spec-card .spec-detail {
max-height: 0 !important;
overflow: hidden !important;
transition: max-height 0.3s, padding 0.3s !important;
font-size: 13px !important;
color: var(--ink-2) !important;
}
.kolben-single-product .spec-card.active .spec-detail {
max-height: fit-content !important;
padding-top: 12px !important;
} .kolben-single-product .mini-spec-wrapper {
margin-top: 12px !important;
}
.kolben-single-product .mini-spec-title {
font-size: 18px !important;
font-weight: 700 !important;
margin-bottom: 12px !important;
color: var(--ink);
}
.kolben-single-product .mini-spec-table {
width: 100% !important;
border-collapse: collapse !important;
font-size: 14px !important;
margin-top: 10px !important;
border: none !important;
}
.kolben-single-product .mini-spec-table td {
padding: 5px 8px !important;
border: none !important;
border-bottom: 1px solid var(--line);
}
.kolben-single-product .mini-spec-table tr {
border-bottom: 1px solid var(--line);
}
.kolben-single-product .mini-spec-table tr:last-child td {
border-bottom: none;
}
.kolben-single-product .mini-spec-table td:first-child {
font-family: var(--mono);
font-weight: 600 !important;
color: var(--muted) !important;
width: 40% !important;
text-transform: uppercase !important;
font-size: 12px !important;
letter-spacing: 0.5px !important;
}
.kolben-single-product .mini-spec-table td:last-child {
font-weight: 500 !important;
color: var(--ink) !important;
text-align: end;
} .kolben-single-product .calc-container {
display: flex;
gap: 40px;
background: var(--soft);
padding: 30px;
border-radius: 12px;
border: 1px solid var(--line);
align-items: center;
flex-wrap: wrap;
}
.kolben-single-product .calc-input {
flex: 1;
min-width: 250px;
}
.kolben-single-product .calc-result {
background: var(--white);
padding: 24px 32px;
border-radius: 8px;
text-align: center;
border: 1px solid var(--line);
min-width: 200px;
} .kolben-single-product .calc-input label {
font-family: var(--mono);
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 16px;
display: block;
}
.kolben-single-product #load-val {
color: var(--teal);
font-size: 18px;
}
.kolben-single-product #load-slider {
-webkit-appearance: none;
width: 100%;
cursor: pointer;
background: var(--ast-global-color-2);
border-radius: 8px;
accent-color: var(--teal);
} .kolben-single-product #load-slider + div {
display: flex;
justify-content: space-between;
font-size: 11px;
color: var(--muted);
margin-top: 8px;
} .kolben-single-product #load-slider + div + div {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-top: 16px;
font-size: 13px;
color: var(--muted);
border-top: 1px solid var(--line);
padding-top: 14px;
}
.kolben-single-product #load-slider + div + div span {
display: inline-flex;
align-items: center;
gap: 6px;
}
.kolben-single-product .calc-input strong {
color: var(--ink);
} .kolben-single-product #runtime-result {
font-size: 36px;
font-weight: 700;
color: var(--ink);
}
.kolben-single-product #runtime-result + div {
font-family: var(--mono);
font-size: 10px;
text-transform: uppercase;
color: var(--muted);
margin-top: 4px;
} .kolben-single-product .cycle-block {
position: relative;
padding: 40px 0;
}
.kolben-single-product .cycle-block__content {
position: relative;
z-index: 1;
} .cycle-block__content .section-title,
.cycle-block__content .section-sub {
color: var(--white);
}
.kolben-single-product .cycle-scale {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.kolben-single-product .cycle-item {
background: var(--white);
border-radius: 10px;
padding: 20px 16px;
text-align: center;
border: 1px solid var(--line);
}
.kolben-single-product .cycle-item .dod {
font-weight: 700;
color: var(--teal-dark);
}
.kolben-single-product .cycle-item .cycles.counter {
font-size: 32px;
font-weight: 700;
}
.kolben-single-product .cycle-bar {
width: 100%;
height: 8px;
background: var(--line);
border-radius: 4px;
margin-top: 12px;
overflow: hidden;
}
.kolben-single-product .cycle-bar .fill {
height: 100%;
background: #6387ac;
border-radius: 4px;
width: 0%;
transition: width 1.5s cubic-bezier(0.22, 1, 0.36, 1);
} .kolben-single-product .custom-description-block {
padding-top: 40px;
padding-bottom: 40px;
border-bottom: 1px solid var(--line);
word-wrap: break-word;
} .kolben-single-product .product-description-content {
font-size: 15px;
line-height: 1.6;
color: var(--ink);
}
.kolben-single-product .product-description-content p:last-child {
margin-bottom: 0;
}
.kolben-single-product .product-description-content p {
margin-bottom: 16px;
}
.kolben-single-product .product-description-content h3 {
font-size: 18px;
font-weight: 700;
color: var(--ink);
margin-top: 24px;
margin-bottom: 12px;
}
.kolben-single-product .product-description-content ol,
.kolben-single-product .product-description-content ul {
margin-bottom: 20px;
padding-left: 20px;
}
.kolben-single-product .product-description-content li {
margin-bottom: 5px;
}
.kolben-single-product .product-description-content li::before {
display: inline-block;
content: "";
width: 6px;
height: 6px;
margin-right: 5px;
background: var(--teal);
border-radius: 50%;
}
.kolben-single-product .product-description-content ol li {
margin-bottom: 14px;
}
.kolben-single-product .product-description-content table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 14px;
background: var(--white);
border: 1px solid var(--line);
border-radius: 8px;
overflow: hidden;
}
.kolben-single-product .product-description-content table td {
padding: 10px 14px;
border-bottom: 1px solid var(--line);
border-right: 1px solid var(--line);
vertical-align: middle;
}
.kolben-single-product .product-description-content table tr td:last-child {
border-right: none;
}
.kolben-single-product .product-description-content table tr:last-child td {
border-bottom: none;
}
.kolben-single-product .product-description-content table tr:nth-child(even) {
background-color: var(--soft, #f9f9f9);
}
.kolben-single-product .product-description-content table tr td:first-child {
color: var(--muted);
width: 60%;
}
.kolben-single-product .product-description-content table tr td:last-child {
color: var(--ink);
} .kolben-single-product .product-description-content p[style] {
color: var(--muted) !important;
} .kolben-single-product .custom-attributes-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
margin-top: 10px;
}
.kolben-single-product .custom-attributes-table tr {
border-bottom: 1px solid var(--line);
}
.kolben-single-product .custom-attributes-table tr:last-child {
border-bottom: none;
}
.kolben-single-product .custom-attributes-table th {
text-align: left;
padding: 12px 16px 12px 0;
font-family: var(--mono);
font-weight: 600;
color: var(--muted);
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.5px;
width: 40%;
}
.kolben-single-product .custom-attributes-table td {
padding: 12px 0 12px 16px;
font-weight: 500;
color: var(--ink);
} .kolben-single-product .kolben-color-bg {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100vw;
height: 100%;
background: linear-gradient(27deg, rgba(13, 27, 42, 0.97) 0%, rgba(23, 49, 73, 0.92) 100%);
z-index: 0;
pointer-events: none;
}
.kolben-single-product > *:not(.kolben-color-bg) {
position: relative;
z-index: 1;
} body.kolben-no-scroll {
overflow: hidden !important;
}
#kolben-lightbox {
display: none; position: fixed;
z-index: 999999;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.9);
align-items: center;
justify-content: center;
}
.kolben-lightbox-inner {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 100%;
}
#kolben-lightbox-img {
background-color: #ffffff;
max-width: 50%; max-height: 85vh;
object-fit: contain;
border-radius: 4px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.kolben-lightbox-close {
position: absolute;
top: 40px;
right: 40px;
color: #fff;
font-size: 40px;
cursor: pointer;
z-index: 99999;
}
.kolben-lightbox-prev,
.kolben-lightbox-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 40px;
cursor: pointer;
padding: 20px;
user-select: none;
z-index: 2;
}
.kolben-lightbox-prev {
left: 20px;
}
.kolben-lightbox-next {
right: 20px;
}  @media (max-width: 1200px) {
.kolben-single-product .breadcrumb {
margin-top: 30px;
padding: 0;
}
.kolben-single-product .breadcrumb .woocommerce-breadcrumb {
line-height: 2;
margin-bottom: 10px;	
}
.kolben-single-product .product-card-row-right {
width: 45%;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card {
flex: 1 1 calc(50% - 20px);
padding: 10px;
}
} @media (max-width: 1024px) {
.kolben-single-product h1 {
font-size: 28px !important;
} .kolben-single-product .section-title {
font-size: 20px !important;
}
.kolben-single-product h3 {
font-size: 16px !important;
}
.kolben-single-product p {
font-size: 16px !important;
line-height: 1.6 !important;
}
.kolben-single-product #kolben-lightbox-img {
max-width: 70%;
}
.kolben-single-product .stat-card .value {
font-size: 20px;
}
.kolben-single-product .stat-card .label {
letter-spacing: 0;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card {
padding: 10px;
}
.kolben-single-product .pdf-files-section__wrapper .pdf-file-card__icon {
width: 20px;
height: 20px;
}
.kolben-single-product .tech-item h4 {
font-size: 14px !important;
}
.kolben-single-product .tech-item p {
font-size: 12px !important;
line-height: 1.2 !important;
}
.kolben-single-product .cycle-item .cycles.counter {
font-size: 28px;
}
.kolben-single-product .spec-card .spec-value {
font-size: 18px !important;
}
.kolben-single-product .mini-spec-table td:first-child,
.kolben-single-product .mini-spec-table td:last-child {
font-size: 12px !important;
}
.kolben-single-product .product-description-content table tr td:first-child,
.kolben-single-product .product-description-content table tr td:last-child {
font-size: 12px !important;
}
.kolben-modal-content textarea {
min-height: 80px;
}
}
@media (max-width: 992px) {
.kolben-single-product .product-card-row {
flex-direction: column;
align-items: center;
} .kolben-single-product .product-title__wrapper {
order: 1; }
.kolben-single-product .product-card-row-right {
order: 2; }
.kolben-single-product .product-card-row-left {
order: 3; }
.kolben-single-product .product-card-row-left {
width: 100%;
}
.kolben-single-product .product-card-row-right {
width: 100%;
}
.kolben-single-product .custom-main-image-wrapper {
width: 60%;
}
.kolben-single-product .extras-text {
font-size: 10px;
}
.kolben-single-product .extras-icon {
width: 24px;
height: 24px;
}
.kolben-single-product #runtime-result {
font-size: 28px;
}
} @media (max-width: 820px) {
.kolben-single-product .specs-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
} @media (max-width: 768px) {
.kolben-single-product .product-card-row {
gap: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
.kolben-single-product .extras-list {
flex-direction: column;
align-items: center;
gap: 12px;
width: 100%;
}
.kolben-single-product .ast-single-product-extras__content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.kolben-single-product .extras-item {
padding: 10px;
border-radius: 10px;
white-space: normal;
justify-content: center;
max-width: 300px;
}
.kolben-single-product .ast-single-product-extras li {
justify-content: flex-start;
max-width: 300px;
width: 100%;
}
.kolben-single-product .extras-text {
white-space: normal;
font-size: 10px;
padding: 10px;
}
.kolben-single-product .extras-icon {
width: 20px;
height: 20px;
}
.kolben-single-product .ast-heading {
text-align: left;
}
.kolben-single-product .product-description-content table {
display: block;
overflow-x: auto;
}
.kolben-single-product .tech-grid {
grid-template-columns: repeat(2, 1fr);
}
.kolben-single-product .tech-item svg {
width: 40px;
height: 40px;
}
} @media (min-width: 426px) and (max-width: 767px) {
.site .kolben-single-product .breadcrumb .woocommerce-breadcrumb {
line-height: 1.5 !important;
}
.site .kolben-single-product h1 {
font-size: clamp(1.5rem, 4vw, 2rem) !important;
}
.site .kolben-single-product .custom-main-image-wrapper {
width: 100%;
max-width: 400px;
}
.site .kolben-single-product .section-title {
font-size: 18px !important;
letter-spacing: 1px !important;
}
.site .kolben-single-product .pdf-files-section__wrapper .pdf-files-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.site .kolben-single-product .calc-container {
justify-content: center;
}
.site .kolben-single-product .cycle-scale {
grid-template-columns: repeat(2, 1fr) !important;
}
.site .kolben-single-product .kolben-single-product p {
font-size: 14px !important;
line-height: 1.2 !important;
}
} @media (max-width: 600px) {
.kolben-single-product .cycle-scale {
grid-template-columns: 1fr 1fr;
}
} @media (max-width: 500px) {
.kolben-single-product .specs-grid {
grid-template-columns: 1fr !important;
}
} @media (max-width: 425px) {
.kolben-single-product .tech-grid {
grid-template-columns: 1fr;
}
.site .kolben-single-product .product-card-row-stats {
grid-template-columns: repeat(2, 1fr) !important;
}
.site .kolben-single-product h1 {
font-size: clamp(1.5rem, 4vw, 2rem) !important;
}
.site .kolben-single-product .pdf-files-section__wrapper .pdf-file-card {
max-width: 45%;
min-height: 60px;
border-radius: 8px;
padding: 5px;
gap: 5px;
}
.site .kolben-single-product .pdf-files-section__wrapper .pdf-file-card__title {
font-size: 9px;
}
.site .kolben-single-product .custom-main-image-wrapper {
width: 100%;
max-width: 400px;
}
.site .kolben-single-product .section-title {
font-size: 18px !important;
letter-spacing: 1px !important;
}
.site .kolben-single-product .product-cta-group a {
min-width: 200px;
}
.site .kolben-single-product .calc-container {
justify-content: center;
}
.site .kolben-single-product .cycle-scale {
grid-template-columns: repeat(2, 1fr) !important;
}
.site .kolben-single-product .kolben-single-product p {
font-size: 14px !important;
line-height: 1.2 !important;
}	
.site .kolben-single-product .product-cta-group {
flex-direction: column;
align-items: flex-start;
}
}