.alkamak-catalog {
    background: #fff;
}

.alkamak-toolbar {
    margin-bottom: 34px;
}

.alkamak-machine-index .alkamak-toolbar {
    margin: 0 auto 48px;
}

.alkamak-search-panel {
    align-items: center;
    background:
        linear-gradient(135deg, #141414, #252525 58%, #191919),
        #171717;
    border: 1px solid rgba(255, 255, 255, .08);
    border-top: 2px solid #14A3A0;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .13);
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(480px, .95fr) minmax(400px, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    overflow: hidden;
    padding: 34px 38px;
    position: relative;
}

.alkamak-search-panel:before {
    background: #14A3A0;
    content: "";
    height: calc(100% - 64px);
    left: 0;
    position: absolute;
    top: 32px;
    width: 3px;
}

.alkamak-search-panel-copy {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.alkamak-search-panel-copy span {
    color: #14A3A0;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alkamak-search-panel-copy h2 {
    color: #fff;
    font-size: clamp(25px, 1.95vw, 28px);
    font-weight: 800;
    line-height: 1.22;
    margin: 0 0 12px;
}

.alkamak-search-panel-copy h2 span {
    align-items: center;
    color: inherit;
    display: inline-flex;
    flex-wrap: nowrap;
    font-size: inherit;
    font-weight: inherit;
    gap: 10px;
    line-height: inherit;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
}

.alkamak-search-panel-copy h2 i {
    background: #36d66a;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(54, 214, 106, .62);
    display: inline-block;
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
    animation: alkamakLivePulse 1.8s ease-out infinite;
}

.alkamak-search-panel-copy h2 strong {
    color: #14A3A0;
    font-weight: 900;
}

.alkamak-search-panel-copy p {
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    max-width: 470px;
}

.alkamak-search-form {
    display: flex;
    gap: 14px;
    max-width: none;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.alkamak-search-field {
    display: block;
    flex: 1 1 auto;
    margin: 0;
    position: relative;
}

.alkamak-search-field span {
    color: rgba(255, 255, 255, .72);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.alkamak-search-field input,
.alkamak-filter-form select {
    border: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
    color: #333;
    min-height: 62px;
    padding: 14px 58px 14px 54px;
    width: 100%;
}

.alkamak-search-field input {
    background: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
    font-size: 15px;
    font-weight: 700;
}

.alkamak-search-input-icon {
    color: #14A3A0;
    font-size: 18px;
    left: 21px;
    position: absolute;
    top: 47px;
    z-index: 2;
}

.alkamak-search-field input:focus {
    border-color: #14A3A0;
    box-shadow: 0 0 0 3px rgba(20, 163, 160, .16);
    outline: 0;
}

.alkamak-search-clear {
    align-items: center;
    background: #242424;
    border: 0;
    color: #fff;
    display: none;
    font-size: 25px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 2px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 54px;
    transform: translateY(-50%);
    width: 34px;
}

.alkamak-search-clear.is-visible {
    display: flex;
}

.alkamak-search-clear:hover,
.alkamak-search-clear:focus {
    background: #14A3A0;
    color: #111;
}

.alkamak-filter-form .header-requestbtn {
    background: #14A3A0;
    border: 0;
    color: #fff;
    font-weight: 700;
    min-height: 54px;
    min-width: 128px;
    padding-left: 24px;
    padding-right: 24px;
    text-transform: uppercase;
}

.alkamak-machine-live-region {
    margin-bottom: 42px;
    min-height: 0;
    position: relative;
    transition: opacity .18s ease;
}

.alkamak-machine-live-region.is-loading {
    opacity: .48;
}

.alkamak-category-section.is-hidden {
    display: none;
}

.alkamak-filter-form label {
    color: #242424;
    display: block;
    font-weight: 600;
    margin: 18px 0 8px;
}

.alkamak-filter-close,
.alkamak-mobile-filter-button {
    display: none;
}

.alkamak-catalog-loader {
    align-items: center;
    background: rgba(19, 19, 19, .72);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .18s ease;
    visibility: hidden;
    z-index: 10020;
}

.alkamak-catalog-loader.is-visible {
    opacity: 1;
    visibility: visible;
}

.alkamak-catalog-loader > div {
    align-items: center;
    background: #111;
    border-top: 3px solid #14A3A0;
    color: #fff;
    display: flex;
    gap: 14px;
    min-width: 190px;
    padding: 18px 24px;
}

.alkamak-catalog-loader span {
    animation: alkamakLoaderSpin .8s linear infinite;
    border: 2px solid rgba(255, 255, 255, .28);
    border-top-color: #14A3A0;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

.alkamak-catalog-loader strong {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
}

body.alkamak-catalog-loading {
    cursor: progress;
}

@keyframes alkamakLoaderSpin {
    to {
        transform: rotate(360deg);
    }
}

.alkamak-mobile-brand-filter {
    display: none;
}

.blog-category-cl a {
    align-items: center;
    display: flex !important;
    gap: 10px;
    justify-content: space-between;
    transition: background-color .18s ease, color .18s ease, padding-left .18s ease, box-shadow .18s ease;
}

.blog-category-cl a > span {
    min-width: 0;
}

.blog-category-cl a > strong {
    align-items: center;
    background: rgba(36, 36, 36, .08);
    color: #242424;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    min-width: 28px;
    padding: 0 8px;
}

.blog-category-cl a.is-active > strong,
.blog-category-cl a:hover > strong,
.blog-category-cl a:focus > strong {
    background: #14A3A0;
    color: #111;
}

.blog-category-cl a.is-active {
    background: linear-gradient(90deg, rgba(20, 163, 160, .18), rgba(20, 163, 160, .05));
    color: #1c1c1c !important;
    font-weight: 800;
}

.blog-category-cl a.is-active:before {
    color: #14A3A0;
}

.alkamak-check {
    align-items: center;
    display: flex !important;
    gap: 8px;
}

.alkamak-check input {
    margin: 0;
}

.alkamak-section-title {
    color: #242424;
    font-size: 26px;
    margin: 0 0 24px;
}

.alkamak-intro {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 34px;
    max-width: 900px;
}

.alkamak-catalog-summary {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(17, 17, 17, .99), rgba(34, 34, 34, .96) 58%, rgba(21, 21, 21, .98)),
        #151515;
    border: 1px solid rgba(255, 255, 255, .08);
    border-top: 2px solid #14A3A0;
    box-shadow: 0 22px 45px rgba(0, 0, 0, .12);
    display: flex;
    gap: 34px;
    justify-content: space-between;
    margin: 0 0 38px;
    min-height: 172px;
    overflow: hidden;
    padding: 30px 34px;
    position: relative;
}

.alkamak-catalog-summary:before {
    background: #14A3A0;
    content: "";
    height: calc(100% - 60px);
    left: 0;
    position: absolute;
    top: 30px;
    width: 3px;
}

.alkamak-catalog-summary:after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0));
    bottom: 0;
    content: "";
    height: 1px;
    left: 34px;
    position: absolute;
    right: 34px;
}

.alkamak-catalog-summary-copy {
    max-width: 880px;
    position: relative;
    z-index: 1;
}

.alkamak-summary-eyebrow {
    color: #14A3A0;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alkamak-summary-title {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
}

.alkamak-catalog-summary p {
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 1.72;
    margin: 0;
    max-width: 760px;
}

.alkamak-summary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.alkamak-summary-meta span {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045)),
        rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-top-color: rgba(20, 163, 160, .32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .88);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    line-height: 1;
    min-height: 36px;
    padding: 10px 12px;
}

.alkamak-summary-meta .fa {
    align-items: center;
    background: #14A3A0;
    color: #111;
    display: inline-flex;
    flex: 0 0 22px;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
}

.alkamak-summary-meta-live i {
    background: #36d66a;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(54, 214, 106, .62);
    display: inline-block;
    flex: 0 0 9px;
    height: 9px;
    width: 9px;
    animation: alkamakLivePulse 1.8s ease-out infinite;
}

@keyframes alkamakLivePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(54, 214, 106, .62);
    }

    70% {
        box-shadow: 0 0 0 9px rgba(54, 214, 106, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(54, 214, 106, 0);
    }
}

.alkamak-catalog-summary-media {
    align-items: center;
    background:
        linear-gradient(180deg, #fff, #f7f7f7);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .22);
    display: flex;
    flex: 0 0 238px;
    height: 118px;
    justify-content: center;
    padding: 22px 24px;
    position: relative;
    z-index: 1;
}

.alkamak-catalog-summary-media:before {
    border: 1px solid rgba(20, 163, 160, .38);
    bottom: 8px;
    content: "";
    left: 8px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 8px;
}

.alkamak-catalog-summary-media img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.alkamak-catalog-summary-media.is-category {
    padding: 0;
}

.alkamak-catalog-summary-media.is-category:before {
    border-color: rgba(255, 255, 255, .26);
}

.alkamak-catalog-summary-media.is-category img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.alkamak-grid {
    display: grid;
    gap: 24px;
}

.alkamak-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alkamak-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alkamak-machine-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.alkamak-card,
.alkamak-category-card,
.alkamak-brand-card {
    border: 1px solid #e3e3e3;
    background: #fff;
}

.alkamak-machine-card {
    color: inherit;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.alkamak-machine-card:hover,
.alkamak-machine-card:focus {
    border-color: rgba(20, 163, 160, .5);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .13);
    color: inherit;
    text-decoration: none;
    transform: translateY(-3px);
}

.alkamak-card-media {
    aspect-ratio: 4 / 3;
    background: #f6f6f6;
    display: block;
    overflow: hidden;
    position: relative;
}

.alkamak-card-media img,
.alkamak-category-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .38s ease;
    width: 100%;
}

.alkamak-card-body {
    display: block;
    padding: 18px;
}

.alkamak-card-kicker {
    color: #14A3A0;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.alkamak-card-title {
    color: #242424;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
}

.alkamak-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    min-height: 52px;
}

.alkamak-card-overlay {
    align-items: center;
    background: linear-gradient(180deg, rgba(19, 19, 19, .1), rgba(19, 19, 19, .72));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .24s ease;
}

.alkamak-card-overlay span {
    background: rgba(20, 163, 160, .94);
    color: #111;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 10px 16px;
    text-transform: uppercase;
    transform: translateY(8px);
    transition: transform .24s ease;
}

.alkamak-machine-card:hover .alkamak-card-media img,
.alkamak-machine-card:focus .alkamak-card-media img {
    transform: scale(1.045);
}

.alkamak-machine-card:hover .alkamak-card-overlay,
.alkamak-machine-card:focus .alkamak-card-overlay {
    opacity: 1;
}

.alkamak-machine-card:hover .alkamak-card-overlay span,
.alkamak-machine-card:focus .alkamak-card-overlay span {
    transform: translateY(0);
}

.alkamak-badge {
    background: #14A3A0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 12px;
    padding: 6px 10px;
    position: absolute;
    top: 12px;
}

.alkamak-card-brand-mark {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
    display: flex;
    height: 42px;
    justify-content: center;
    padding: 7px 9px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 82px;
    z-index: 3;
}

.alkamak-card-brand-mark img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
    width: auto;
}

.alkamak-price {
    color: #242424;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

.alkamak-used-heading {
    align-items: end;
    background:
        linear-gradient(135deg, #151515, #262626 60%, #171717),
        #171717;
    border-top: 2px solid #14A3A0;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .1);
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 34px;
    padding: 30px 34px;
    position: relative;
}

.alkamak-used-heading h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.22;
    margin: 0 0 10px;
}

.alkamak-used-heading p {
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.68;
    margin: 0;
    max-width: 720px;
}

.alkamak-used-count {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-top-color: rgba(20, 163, 160, .36);
    display: grid;
    gap: 4px 12px;
    grid-template-columns: 10px auto;
    min-width: 188px;
    padding: 16px 18px;
}

.alkamak-used-count i {
    background: #36d66a;
    border-radius: 999px;
    box-shadow: 0 0 0 0 rgba(54, 214, 106, .62);
    display: block;
    grid-row: span 2;
    height: 10px;
    width: 10px;
    animation: alkamakLivePulse 1.8s ease-out infinite;
}

.alkamak-used-count strong {
    color: #14A3A0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.alkamak-used-count span {
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.alkamak-used-layout {
    align-items: flex-start;
}

.alkamak-used-mobile-filter-button,
.alkamak-used-filter-close {
    display: none;
}

.alkamak-used-page .alkamak-catalog-container {
    transition: opacity .18s ease;
}

.alkamak-used-page .alkamak-catalog-container.is-loading {
    opacity: .62;
    pointer-events: none;
}

.alkamak-used-filter-panel {
    background: #151515;
    border-top: 2px solid #14A3A0;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .11);
    color: #fff;
    padding: 20px;
    position: sticky;
    top: 18px;
}

.alkamak-used-filter-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.alkamak-used-filter-head span {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.alkamak-used-filter-head a {
    color: #14A3A0;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.alkamak-used-filter-group {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 18px;
}

.alkamak-used-filter-group + .alkamak-used-filter-group {
    margin-top: 20px;
}

.alkamak-used-filter-group label {
    color: rgba(255, 255, 255, .8);
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alkamak-used-filter-search {
    margin-bottom: 10px;
    position: relative;
}

.alkamak-used-filter-search i {
    color: #14A3A0;
    left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.alkamak-used-filter-search input {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    min-height: 42px;
    outline: 0;
    padding: 0 38px 0 36px;
    width: 100%;
}

.alkamak-used-filter-search input:focus {
    border-color: rgba(20, 163, 160, .62);
}

.alkamak-used-filter-search button,
.alkamak-used-price-fields button {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 0;
    color: rgba(255, 255, 255, .78);
    display: none;
    font-size: 18px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 8px;
    width: 24px;
}

.alkamak-used-filter-search button {
    top: 50%;
    transform: translateY(-50%);
}

.alkamak-used-filter-search.has-value button,
.alkamak-used-price-fields label.has-value button {
    display: inline-flex;
}

.alkamak-used-filter-search button:hover,
.alkamak-used-filter-search button:focus,
.alkamak-used-price-fields button:hover,
.alkamak-used-price-fields button:focus {
    background: #14A3A0;
    color: #111;
}

.alkamak-used-option-list {
    display: grid;
    gap: 7px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 3px;
}

.alkamak-used-option-list a,
.alkamak-used-feature-toggle {
    align-items: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .86);
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.alkamak-used-option-list a:hover,
.alkamak-used-option-list a:focus,
.alkamak-used-option-list a.is-active,
.alkamak-used-feature-toggle:hover,
.alkamak-used-feature-toggle:focus,
.alkamak-used-feature-toggle.is-active {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
    text-decoration: none;
}

.alkamak-used-option-list a.is-hidden {
    display: none;
}

.alkamak-used-feature-toggle {
    gap: 10px;
    justify-content: flex-start;
}

.alkamak-used-feature-toggle i {
    color: #14A3A0;
}

.alkamak-used-feature-toggle:hover i,
.alkamak-used-feature-toggle:focus i,
.alkamak-used-feature-toggle.is-active i {
    color: #111;
}

.alkamak-used-price-filter {
    display: grid;
    gap: 15px;
}

.alkamak-used-price-track {
    padding: 12px 8px 18px;
    position: relative;
}

.alkamak-used-price-track span {
    background: rgba(255, 255, 255, .22);
    display: block;
    height: 3px;
    position: relative;
}

.alkamak-used-price-track span:before,
.alkamak-used-price-track span:after {
    background: #14A3A0;
    border: 4px solid #151515;
    box-shadow: 0 0 0 1px rgba(20, 163, 160, .8);
    content: "";
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.alkamak-used-price-track span:before {
    left: 0;
}

.alkamak-used-price-track span:after {
    right: 0;
}

.alkamak-used-price-track i {
    background: #14A3A0;
    height: 3px;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 12px;
}

.alkamak-used-price-fields {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alkamak-used-price-fields label {
    margin: 0;
    position: relative;
}

.alkamak-used-price-fields small {
    color: rgba(255, 255, 255, .66);
    display: block;
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.alkamak-used-price-fields input {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    min-height: 40px;
    outline: 0;
    padding: 0 38px 0 10px;
    width: 100%;
}

.alkamak-used-price-fields input:focus {
    border-color: rgba(20, 163, 160, .62);
}

.alkamak-used-price-fields button {
    bottom: 8px;
}

.alkamak-used-results-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 18px;
}

.alkamak-used-results-head span {
    color: #242424;
    font-size: 26px;
    font-weight: 900;
}

.alkamak-used-results-head strong {
    color: #777;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.alkamak-used-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.alkamak-used-active-filters a {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #242424;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    gap: 8px;
    min-height: 30px;
    padding: 0 8px 0 11px;
    text-transform: uppercase;
}

.alkamak-used-active-filters a:hover,
.alkamak-used-active-filters a:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
    text-decoration: none;
}

.alkamak-used-active-filters i {
    align-items: center;
    background: #151515;
    color: #fff;
    display: inline-flex;
    font-style: normal;
    height: 18px;
    justify-content: center;
    line-height: 1;
    width: 18px;
}

.alkamak-used-grid {
    gap: 26px;
}

.alkamak-used-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);
    color: inherit;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.alkamak-used-card:hover,
.alkamak-used-card:focus {
    border-color: rgba(20, 163, 160, .58);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .14);
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
}

.alkamak-used-card-media {
    aspect-ratio: 4 / 3;
    background: #f6f6f6;
    display: block;
    overflow: hidden;
    position: relative;
}

.alkamak-used-card-media:after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, .74));
    bottom: 0;
    content: "";
    height: 45%;
    left: 0;
    position: absolute;
    right: 0;
}

.alkamak-used-card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform .38s ease;
    width: 100%;
}

.alkamak-used-brand-mark {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
    display: flex;
    height: 38px;
    justify-content: center;
    overflow: hidden;
    padding: 6px 8px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 76px;
    z-index: 3;
}

.alkamak-used-brand-mark img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
    width: auto;
}

.alkamak-used-card:hover img,
.alkamak-used-card:focus img {
    transform: scale(1.045);
}

.alkamak-used-featured,
.alkamak-used-year {
    align-items: center;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    min-height: 30px;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.alkamak-used-featured {
    background: #14A3A0;
    color: #111;
    left: 12px;
    top: 12px;
}

.alkamak-used-year {
    background: rgba(17, 17, 17, .82);
    bottom: 12px;
    color: #fff;
    right: 12px;
}

.alkamak-used-card-body {
    display: grid;
    gap: 11px;
    padding: 20px;
}

.alkamak-used-card-meta {
    color: #14A3A0;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.alkamak-used-card-title {
    color: #242424;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.28;
}

.alkamak-used-card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.62;
    min-height: 46px;
}

.alkamak-used-card-bottom {
    align-items: center;
    border-top: 1px solid #ececec;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding-top: 15px;
}

.alkamak-used-price {
    color: #242424;
    font-size: 20px;
    font-weight: 900;
}

.alkamak-used-price.is-muted {
    color: #777;
    font-size: 14px;
}

.alkamak-used-card-action {
    align-items: center;
    background: #151515;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    text-transform: uppercase;
    transition: background .18s ease, color .18s ease;
}

.alkamak-used-card-actions {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.alkamak-used-external-tag {
    align-items: center;
    background: rgba(20, 163, 160, .12);
    border: 1px solid rgba(20, 163, 160, .42);
    color: #242424;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    gap: 6px;
    line-height: 1;
    min-height: 28px;
    padding: 0 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.alkamak-sahibinden-mini {
    align-items: center;
    background: #ffe000;
    border: 1px solid #111;
    border-radius: 50%;
    color: transparent;
    display: inline-flex;
    flex: 0 0 18px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    height: 18px;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-transform: lowercase;
    width: 18px;
}

.alkamak-sahibinden-mini:before {
    color: #111;
    content: "s";
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -60%);
}

.alkamak-used-card:hover .alkamak-used-card-action,
.alkamak-used-card:focus .alkamak-used-card-action {
    background: #14A3A0;
    color: #111;
}

.alkamak-used-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
}

.alkamak-used-pagination a {
    align-items: center;
    background: #151515;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 12px;
}

.alkamak-used-pagination a i {
    font-size: 16px;
    line-height: 1;
}

.alkamak-used-pagination a:hover,
.alkamak-used-pagination a:focus,
.alkamak-used-pagination a.is-active {
    background: #14A3A0;
    color: #111;
    text-decoration: none;
}

.alkamak-category-card {
    background: #111;
    border: 1px solid #e0e0e0;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);
    color: #242424;
    display: block;
    min-height: 292px;
    overflow: hidden;
    position: relative;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.alkamak-category-card img {
    aspect-ratio: 16 / 10;
    display: block;
    filter: saturate(.96) contrast(1.02);
}

.alkamak-category-card:before {
    background:
        linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, .86));
    bottom: 0;
    content: "";
    height: 58%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.alkamak-category-card span {
    align-items: center;
    background: rgba(17, 17, 17, .95);
    border-top: 2px solid #14A3A0;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    justify-content: space-between;
    left: 0;
    line-height: 1.35;
    min-height: 72px;
    padding: 18px 20px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.alkamak-category-card span em {
    flex: 1 1 auto;
    font-style: normal;
    min-width: 0;
}

.alkamak-category-card span strong {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
        rgba(255, 255, 255, .1);
    border: 1px solid rgba(20, 163, 160, .36);
    color: #14A3A0;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    line-height: 1;
    min-width: 34px;
    padding: 0 10px;
}

.alkamak-category-card span:after {
    color: #14A3A0;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1.2;
    margin-left: 10px;
}

.alkamak-category-card:hover,
.alkamak-category-card:focus {
    border-color: rgba(20, 163, 160, .58);
    box-shadow: 0 24px 44px rgba(0, 0, 0, .14);
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px);
}

.alkamak-category-card:hover span strong,
.alkamak-category-card:focus span strong {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
}

.alkamak-category-card:hover img,
.alkamak-category-card:focus img {
    transform: scale(1.045);
}

.alkamak-brand-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alkamak-brand-index-hero {
    align-items: stretch;
    background:
        radial-gradient(circle at 100% 0, rgba(20, 163, 160, .18), transparent 32%),
        linear-gradient(135deg, #151515, #252525 58%, #171717),
        #151515;
    border-top: 3px solid #14A3A0;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .14);
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
    margin-bottom: 38px;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.alkamak-brand-index-copy {
    position: relative;
    z-index: 1;
}

.alkamak-brand-index-copy p {
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.72;
    margin: 0;
    max-width: 760px;
}

.alkamak-brand-index-visual {
    align-content: center;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    z-index: 1;
}

.alkamak-brand-index-visual a,
.alkamak-brand-index-visual span {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(20, 163, 160, .28);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
    color: #242424;
    display: flex;
    height: 88px;
    justify-content: center;
    overflow: hidden;
    padding: 14px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.alkamak-brand-index-visual a:hover,
.alkamak-brand-index-visual a:focus {
    border-color: rgba(20, 163, 160, .76);
    box-shadow: 0 22px 38px rgba(0, 0, 0, .24);
    outline: 0;
    transform: translateY(-3px);
}

.alkamak-brand-index-visual img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: scale(1.16);
}

.alkamak-brand-showcase-card {
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.alkamak-brand-card-count {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 248, 248, .9)),
        #fff;
    border: 1px solid rgba(19, 142, 82, .2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .8);
    color: #242424;
    display: inline-flex;
    gap: 7px;
    line-height: 1;
    padding: 7px 9px;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
}

.alkamak-brand-card-count i {
    background: #36e08a;
    border-radius: 999px;
    box-shadow: 0 0 0 0 rgba(54, 224, 138, .48), 0 0 18px rgba(54, 224, 138, .58);
    display: block;
    flex: 0 0 9px;
    height: 7px;
    width: 7px;
    animation: alkamakLivePulse 1.65s ease-out infinite;
}

.alkamak-brand-card-count span {
    color: #242424;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.alkamak-brand-showcase-card:before {
    background: #14A3A0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(.2);
    transform-origin: left center;
    transition: transform .28s ease;
}

.alkamak-brand-showcase-card:hover,
.alkamak-brand-showcase-card:focus {
    border-color: rgba(20, 163, 160, .56);
    box-shadow: 0 22px 44px rgba(0, 0, 0, .13);
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
}

.alkamak-brand-showcase-card:hover:before,
.alkamak-brand-showcase-card:focus:before {
    transform: scaleX(1);
}

.alkamak-brand-card-logo {
    align-items: center;
    background:
        linear-gradient(180deg, #fff, #f7f7f7);
    display: flex;
    height: 138px;
    justify-content: center;
    overflow: hidden;
    padding: 26px;
}

.alkamak-brand-card-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
}

.alkamak-brand-card-logo strong {
    color: #242424;
    font-size: 42px;
    font-weight: 900;
}

.alkamak-brand-card-content {
    display: block;
    flex: 1;
    padding: 22px;
}

.alkamak-brand-card-content strong {
    color: #242424;
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.22;
    margin-bottom: 12px;
}

.alkamak-brand-card-content span {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 1.62;
}

.alkamak-brand-card-action {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(20, 163, 160, .98), rgba(20, 163, 160, .92)),
        #14A3A0;
    box-shadow: 0 -16px 28px rgba(20, 163, 160, .18);
    bottom: 0;
    color: #111;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: space-between;
    left: 0;
    letter-spacing: 0;
    opacity: 0;
    padding: 13px 22px;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition: opacity .22s ease, transform .22s ease;
    text-transform: uppercase;
}

.alkamak-brand-showcase-card:hover .alkamak-brand-card-action,
.alkamak-brand-showcase-card:focus .alkamak-brand-card-action {
    opacity: 1;
    transform: translateY(0);
}

.alkamak-brand-card-action i {
    color: #111;
    font-size: 18px;
    transition: transform .2s ease;
}

.alkamak-brand-showcase-card:hover .alkamak-brand-card-action i,
.alkamak-brand-showcase-card:focus .alkamak-brand-card-action i {
    transform: translateX(4px);
}

.alkamak-brand-hero {
    background:
        radial-gradient(circle at 0 0, rgba(20, 163, 160, .18), transparent 30%),
        linear-gradient(135deg, #151515, #252525 58%, #171717),
        #151515;
    border-top: 3px solid #14A3A0;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .14);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
    overflow: hidden;
}

.alkamak-brand-hero-logo {
    align-items: center;
    background:
        linear-gradient(180deg, #fff, #f8f8f8);
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    padding: 64px;
    position: relative;
}

.alkamak-brand-hero-logo:after {
    border: 1px solid rgba(20, 163, 160, .48);
    bottom: 34px;
    box-shadow: inset 0 0 0 12px rgba(20, 163, 160, .035);
    content: "";
    left: 34px;
    pointer-events: none;
    position: absolute;
    right: 34px;
    top: 34px;
}

.alkamak-brand-hero-logo img {
    display: block;
    max-height: 210px;
    max-width: calc(100% - 48px);
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.alkamak-brand-hero-logo strong {
    color: #242424;
    font-size: 86px;
    font-weight: 900;
}

.alkamak-brand-hero-copy {
    color: #fff;
    padding: 50px 48px;
}

.alkamak-brand-hero-copy h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0 0 18px;
}

.alkamak-brand-hero-copy p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    line-height: 1.78;
    margin: 0;
}

.alkamak-brand-hero-meta {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.alkamak-brand-hero-meta span {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045)),
        rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .13);
    border-top-color: rgba(20, 163, 160, .42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 26px rgba(0, 0, 0, .14);
    color: rgba(255, 255, 255, .9);
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 12px;
    min-height: 66px;
    padding: 14px;
}

.alkamak-brand-hero-meta .alkamak-brand-hero-count {
    display: grid;
    gap: 2px 12px;
    grid-template-columns: 36px auto;
    justify-content: start;
}

.alkamak-brand-hero-count i {
    grid-row: span 2;
}

.alkamak-brand-hero-count strong {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.alkamak-brand-hero-count small {
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.alkamak-brand-hero-meta i {
    align-items: center;
    background: #14A3A0;
    color: #111;
    display: flex;
    flex: 0 0 36px;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.alkamak-brand-section-heading {
    align-items: end;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
    margin-bottom: 28px;
}

.alkamak-brand-section-heading h3 {
    margin-bottom: 0;
}

.alkamak-brand-category-select {
    align-items: stretch;
    background:
        linear-gradient(135deg, #151515, #232323),
        #151515;
    border: 1px solid rgba(20, 163, 160, .24);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .14);
    display: grid;
    grid-template-columns: auto minmax(210px, 300px);
    align-self: center;
    justify-self: center;
    min-height: 50px;
    overflow: hidden;
    transform: translateY(-7px);
}

.alkamak-brand-category-select > span {
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .78);
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    gap: 8px;
    letter-spacing: 0;
    padding: 0 15px;
    text-transform: uppercase;
}

.alkamak-brand-category-select > span i {
    color: #14A3A0;
    font-size: 14px;
}

.alkamak-brand-category-select label {
    margin: 0;
    position: relative;
}

.alkamak-brand-category-select label:after {
    color: #14A3A0;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.alkamak-brand-category-select label > strong {
    align-items: center;
    background: #14A3A0;
    border: 1px solid rgba(20, 163, 160, .52);
    box-shadow: 0 8px 18px rgba(20, 163, 160, .18);
    color: #111;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-width: 28px;
    padding: 6px 8px 5px;
    pointer-events: none;
    position: absolute;
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.alkamak-brand-category-select select {
    appearance: none;
    background: rgba(255, 255, 255, .06);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    height: 100%;
    outline: 0;
    padding: 0 76px 0 16px;
    text-transform: uppercase;
    width: 100%;
}

.alkamak-brand-category-select select:focus {
    background: rgba(20, 163, 160, .16);
}

.alkamak-brand-category-select option {
    background: #151515;
    color: #fff;
}

.alkamak-section-link {
    align-items: center;
    color: #242424;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    grid-column: 3;
    justify-self: end;
    text-transform: uppercase;
}

.alkamak-section-link:hover,
.alkamak-section-link:focus {
    color: #14A3A0;
    text-decoration: none;
}

.alkamak-brand-quick-nav {
    background:
        linear-gradient(135deg, #171717, #252525 60%, #171717),
        #171717;
    border-top: 2px solid #14A3A0;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(240px, .34fr) auto;
    margin-top: 44px;
    padding: 24px;
}

.alkamak-brand-quick-copy {
    margin-bottom: 0;
}

.alkamak-brand-quick-copy strong {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.alkamak-brand-quick-controls {
    display: flex;
    gap: 8px;
    justify-self: end;
}

.alkamak-brand-quick-controls button {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    display: flex;
    height: 42px;
    justify-content: center;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
    width: 42px;
}

.alkamak-brand-quick-controls button:hover,
.alkamak-brand-quick-controls button:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
}

.alkamak-brand-quick-rail {
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    overflow-x: auto;
    padding-bottom: 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.alkamak-brand-quick-rail::-webkit-scrollbar {
    display: none;
}

.alkamak-brand-quick-chip {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .88);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    min-height: 48px;
    padding: 10px 14px;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.alkamak-brand-quick-chip .alkamak-brand-quick-logo {
    align-items: center;
    background: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
    width: 54px;
}

.alkamak-brand-quick-chip b {
    font-weight: 900;
}

.alkamak-brand-quick-chip strong {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    min-width: 28px;
    padding: 0 8px;
}

.alkamak-brand-quick-chip img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
}

.alkamak-brand-quick-chip:hover,
.alkamak-brand-quick-chip:focus,
.alkamak-brand-quick-chip.is-active {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
    text-decoration: none;
}

.alkamak-brand-quick-chip:hover strong,
.alkamak-brand-quick-chip:focus strong,
.alkamak-brand-quick-chip.is-active strong {
    background: #111;
    border-color: #111;
    color: #14A3A0;
}

.alkamak-empty {
    background: #f7f7f7;
    color: #555;
    margin: 0;
    padding: 22px;
}

.alkamak-detail-image {
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    width: 100%;
}

.alkamak-detail h2 {
    color: #242424;
    font-size: 34px;
    line-height: 1.25;
    margin: 6px 0 18px;
}

.alkamak-detail p {
    color: #555;
    line-height: 1.8;
}

.alkamak-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.alkamak-link-button {
    border: 2px solid #242424;
    color: #242424;
    display: inline-block;
    font-weight: 700;
    min-height: 44px;
    padding: 11px 18px;
    text-transform: uppercase;
}

.alkamak-specs {
    margin-top: 46px;
}

.alkamak-specs h3 {
    color: #242424;
    margin: 0 0 18px;
}

.alkamak-specs th {
    width: 32%;
}

.alkamak-media-grid {
    margin-top: 40px;
}

.alkamak-media-grid img {
    aspect-ratio: 4 / 3;
    border: 1px solid #e3e3e3;
    object-fit: cover;
    width: 100%;
}

.alkamak-banner-eyebrow {
    color: #14A3A0;
    display: block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.inner-pages-bnr .banner-caption h1 {
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.inner-pages-bnr .breadcumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}

.inner-pages-bnr .breadcumb li {
    align-items: center;
    display: inline-flex;
}

.inner-pages-bnr .breadcumb li + li:before {
    color: rgba(255, 255, 255, .72);
    content: "-";
    margin: 0 7px;
}

.inner-pages-bnr .breadcumb a {
    color: inherit;
    transition: color .18s ease;
}

.inner-pages-bnr .breadcumb a:hover,
.inner-pages-bnr .breadcumb a:focus {
    color: #14A3A0;
    text-decoration: none;
}

.alkamak-machine-hero {
    align-items: stretch;
    background:
        radial-gradient(circle at 100% 0, rgba(20, 163, 160, .18), transparent 30%),
        linear-gradient(135deg, #151515, #252525 58%, #171717),
        #151515;
    border-top: 3px solid #14A3A0;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .14);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    overflow: hidden;
}

.alkamak-machine-visual {
    background: #f3f3f3;
    min-height: 520px;
    position: relative;
}

.alkamak-machine-visual:after {
    background: linear-gradient(90deg, transparent, rgba(20, 163, 160, .1));
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 18%;
}

.alkamak-machine-visual .alkamak-detail-image {
    border: 0;
    height: 100%;
    object-fit: contain;
    padding: 28px;
}

.alkamak-detail-badge {
    background: #14A3A0;
    color: #111;
    font-size: 13px;
    font-weight: 900;
    left: 24px;
    padding: 9px 14px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
    z-index: 2;
}

.alkamak-machine-identity {
    color: #fff;
    padding: 46px 44px;
    position: relative;
}

.alkamak-machine-identity:before {
    background: rgba(20, 163, 160, .82);
    content: "";
    height: 74px;
    position: absolute;
    right: 0;
    top: 46px;
    width: 3px;
}

.alkamak-machine-brandline {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-bottom: 26px;
}

.alkamak-detail-brand-logo {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 163, 160, .42);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
    display: flex;
    flex: 0 0 170px;
    height: 78px;
    justify-content: center;
    overflow: hidden;
    padding: 8px 10px;
}

.alkamak-detail-brand-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
}

.alkamak-machine-brandline small {
    color: #14A3A0;
    display: block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.alkamak-machine-brandline strong {
    color: rgba(255, 255, 255, .86);
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.32;
}

.alkamak-machine-identity h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    max-width: 700px;
}

.alkamak-machine-identity p {
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.78;
    margin: 0;
}

.alkamak-detail-meta {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
}

.alkamak-detail-meta span {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045)),
        rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .13);
    border-top-color: rgba(20, 163, 160, .42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 26px rgba(0, 0, 0, .14);
    color: rgba(255, 255, 255, .9);
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 12px;
    min-height: 62px;
    padding: 14px;
}

.alkamak-detail-meta i {
    align-items: center;
    background: #14A3A0;
    color: #111;
    display: flex;
    flex: 0 0 36px;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    width: 36px;
}

.alkamak-machine-detail-page .alkamak-actions {
    margin-top: 34px;
}

.alkamak-detail-cta {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 11px;
    justify-content: center;
    letter-spacing: 0;
    min-height: 56px;
    min-width: 158px;
    overflow: hidden;
    padding: 16px 22px;
    position: relative;
    text-transform: uppercase;
    transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.alkamak-detail-cta i,
.alkamak-detail-cta span {
    position: relative;
    z-index: 1;
}

.alkamak-detail-cta.is-primary {
    background: #14A3A0;
    box-shadow: 0 16px 34px rgba(20, 163, 160, .25);
    color: #111;
}

.alkamak-detail-cta.is-secondary {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
}

.alkamak-detail-cta:hover,
.alkamak-detail-cta:focus {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
    text-decoration: none;
    transform: translateY(-2px);
}

.alkamak-detail-cta.is-primary:hover,
.alkamak-detail-cta.is-primary:focus {
    background: #fff;
    color: #111;
}

.alkamak-detail-cta.is-secondary:hover,
.alkamak-detail-cta.is-secondary:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
}

.alkamak-detail-section {
    margin-top: 58px;
}

.alkamak-detail-section h3 {
    color: #242424;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 24px;
}

.alkamak-description-panel {
    background: #fff;
    border-left: 3px solid #14A3A0;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .06);
}

.alkamak-description-copy {
    padding: 30px 34px;
    position: relative;
}

.alkamak-description-copy h3 {
    color: #242424;
    font-size: 26px;
    line-height: 1.18;
    margin-bottom: 14px;
}

.alkamak-description-copy p {
    color: #555;
    font-size: 16px;
    line-height: 1.78;
    margin: 0;
    max-width: 1080px;
}

.alkamak-spec-accordion {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .06);
}

.alkamak-spec-toggle {
    align-items: center;
    background: #fff;
    border: 0;
    border-left: 3px solid #14A3A0;
    color: #242424;
    display: flex;
    justify-content: space-between;
    padding: 24px 28px;
    text-align: left;
    width: 100%;
}

.alkamak-spec-toggle small {
    margin-bottom: 7px;
}

.alkamak-spec-toggle strong {
    color: #242424;
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.18;
}

.alkamak-spec-toggle i {
    align-items: center;
    background: #151515;
    color: #fff;
    display: flex;
    flex: 0 0 46px;
    font-size: 24px;
    height: 46px;
    justify-content: center;
    transition: background .18s ease, color .18s ease, transform .22s ease;
}

.alkamak-spec-toggle:hover i,
.alkamak-spec-toggle:focus i,
.alkamak-spec-toggle[aria-expanded="true"] i {
    background: #14A3A0;
    color: #111;
}

.alkamak-spec-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.alkamak-spec-content {
    border-top: 1px solid #ededed;
    overflow: hidden;
    padding: 24px 28px 30px;
}

.alkamak-spec-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alkamak-spec-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #14A3A0;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .06);
    min-height: 104px;
    padding: 18px;
}

.alkamak-spec-item span {
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.alkamak-spec-item strong {
    color: #242424;
    display: block;
    font-size: 18px;
    line-height: 1.35;
}

.alkamak-related-section {
    background: #f7f7f7;
    border-top: 3px solid #14A3A0;
    padding: 34px;
}

.alkamak-related-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.alkamak-related-heading h3 {
    margin-bottom: 0;
}

.alkamak-related-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alkamak-related-item {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .28s ease, transform .28s ease;
}

.alkamak-related-item.is-hidden {
    display: none;
}

.alkamak-related-item.is-revealing {
    opacity: 0;
    transform: translateY(12px);
}

.alkamak-related-more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.alkamak-related-more .alkamak-detail-cta.is-secondary {
    background: #151515;
    border-color: #151515;
    color: #fff;
}

.alkamak-related-more .alkamak-detail-cta.is-secondary:hover,
.alkamak-related-more .alkamak-detail-cta.is-secondary:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
}

.alkamak-related-more .alkamak-detail-cta.is-loading {
    pointer-events: none;
}

.alkamak-related-more .alkamak-detail-cta.is-loading i {
    animation: alkamakButtonSpin .72s linear infinite;
    border: 2px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    border-top-color: #14A3A0;
    display: inline-block;
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
}

.alkamak-related-more .alkamak-detail-cta.is-loading i:before {
    content: "";
}

@keyframes alkamakButtonSpin {
    to {
        transform: rotate(360deg);
    }
}

.alkamak-category-quick-nav {
    background:
        linear-gradient(135deg, #171717, #252525 60%, #171717),
        #171717;
    border-top: 2px solid #14A3A0;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(240px, .34fr) auto;
    margin-top: 34px;
    padding: 24px;
    position: relative;
}

.alkamak-category-quick-copy strong {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.alkamak-category-quick-controls {
    display: flex;
    gap: 8px;
    justify-self: end;
}

.alkamak-category-quick-controls button {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    display: flex;
    height: 42px;
    justify-content: center;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
    width: 42px;
}

.alkamak-category-quick-controls button:hover,
.alkamak-category-quick-controls button:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
}

.alkamak-category-quick-rail {
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    overflow-x: auto;
    padding-bottom: 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.alkamak-category-quick-rail::-webkit-scrollbar {
    display: none;
}

.alkamak-category-quick-chip {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .88);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    justify-content: space-between;
    min-height: 44px;
    padding: 12px 16px;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.alkamak-category-quick-chip > span {
    min-width: 0;
}

.alkamak-category-quick-chip > strong {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    min-width: 28px;
    padding: 0 8px;
}

.alkamak-category-quick-chip:hover,
.alkamak-category-quick-chip:focus,
.alkamak-category-quick-chip.is-active {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
    text-decoration: none;
}

.alkamak-category-quick-chip:hover > strong,
.alkamak-category-quick-chip:focus > strong,
.alkamak-category-quick-chip.is-active > strong {
    background: #111;
    color: #14A3A0;
}

.alkamak-video-section {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(260px, .38fr) minmax(0, .62fr);
}

.alkamak-video-frame {
    background: #111;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .16);
    position: relative;
}

.alkamak-video-frame:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.alkamak-video-frame iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.alkamak-video-modal {
    align-items: center;
    background: rgba(10, 10, 10, .92);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 34px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s ease, visibility .2s ease;
    visibility: hidden;
    z-index: 10060;
}

.alkamak-video-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.alkamak-video-modal-shell {
    background:
        linear-gradient(135deg, #171717, #252525 62%, #171717),
        #171717;
    border-top: 3px solid #14A3A0;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .46);
    max-width: 1180px;
    position: relative;
    width: min(1180px, 100%);
}

.alkamak-video-modal-header {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 28px 34px 0;
    padding-right: 92px;
}

.alkamak-video-modal-header h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0 0 8px;
    max-width: 900px;
}

.alkamak-video-modal-header p {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.alkamak-video-modal-logo {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 163, 160, .35);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .24);
    display: flex;
    flex: 0 0 172px;
    height: 76px;
    justify-content: center;
    overflow: hidden;
    padding: 8px 10px;
}

.alkamak-video-modal-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
}

.alkamak-video-modal-frame {
    background: #050505;
    margin: 26px 34px 34px;
    position: relative;
}

.alkamak-video-modal-frame:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.alkamak-video-modal-frame iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.alkamak-video-close {
    align-items: center;
    background: #14A3A0;
    border: 0;
    color: #111;
    display: flex;
    font-size: 18px;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    transition: background .18s ease, color .18s ease;
    width: 48px;
    z-index: 2;
}

.alkamak-video-close:hover,
.alkamak-video-close:focus {
    background: #fff;
    color: #111;
}

body.alkamak-video-open {
    overflow: hidden;
}

.alkamak-gallery-section {
    overflow: hidden;
}

.alkamak-detail-gallery {
    margin-left: -10vw;
    margin-right: -10vw;
    position: relative;
}

.alkamak-gallery-slide {
    padding: 0 10px;
}

.alkamak-gallery-trigger {
    background: #111;
    border: 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.alkamak-gallery-trigger img {
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
    object-fit: cover;
    transition: opacity .22s ease, transform .32s ease;
    width: 100%;
}

.alkamak-gallery-trigger span {
    align-items: center;
    background: #14A3A0;
    bottom: 18px;
    color: #111;
    display: flex;
    font-size: 18px;
    height: 46px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 18px;
    transform: translateY(8px);
    transition: opacity .22s ease, transform .22s ease;
    width: 46px;
}

.alkamak-gallery-trigger:hover img,
.alkamak-gallery-trigger:focus img {
    opacity: .72;
    transform: scale(1.04);
}

.alkamak-gallery-trigger:hover span,
.alkamak-gallery-trigger:focus span {
    opacity: 1;
    transform: translateY(0);
}

.alkamak-gallery-arrow {
    align-items: center;
    background: #151515;
    border: 1px solid rgba(20, 163, 160, .35);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
    color: #fff;
    display: flex !important;
    font-size: 26px;
    height: 58px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
    width: 58px;
    z-index: 8;
}

.alkamak-gallery-arrow:hover,
.alkamak-gallery-arrow:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
    transform: translateY(-50%) scale(1.04);
}

.alkamak-gallery-arrow.is-prev {
    left: calc(10vw + 10px);
}

.alkamak-gallery-arrow.is-next {
    right: calc(10vw + 10px);
}

.alkamak-gallery-lightbox {
    align-items: center;
    background: rgba(10, 10, 10, .94);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 34px 84px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s ease, visibility .2s ease;
    visibility: hidden;
    z-index: 10050;
}

.alkamak-gallery-lightbox.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.alkamak-gallery-lightbox figure {
    margin: 0;
    max-width: min(1180px, 100%);
    position: relative;
    width: 100%;
}

.alkamak-gallery-lightbox img {
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
    display: block;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    width: 100%;
}

.alkamak-gallery-lightbox figcaption {
    color: rgba(255, 255, 255, .88);
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
    text-transform: uppercase;
}

.alkamak-gallery-lightbox figcaption span {
    color: #14A3A0;
}

.alkamak-lightbox-close,
.alkamak-lightbox-nav {
    align-items: center;
    background: #14A3A0;
    border: 0;
    color: #111;
    display: flex;
    justify-content: center;
    position: absolute;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    z-index: 2;
}

.alkamak-lightbox-close {
    font-size: 18px;
    height: 50px;
    right: 28px;
    top: 28px;
    width: 50px;
}

.alkamak-lightbox-nav {
    font-size: 32px;
    height: 68px;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
}

.alkamak-lightbox-nav.is-prev {
    left: 28px;
}

.alkamak-lightbox-nav.is-next {
    right: 28px;
}

.alkamak-lightbox-close:hover,
.alkamak-lightbox-close:focus,
.alkamak-lightbox-nav:hover,
.alkamak-lightbox-nav:focus {
    background: #fff;
    color: #111;
}

body.alkamak-lightbox-open {
    overflow: hidden;
}

.alkamak-used-detail-page .alkamak-catalog-container {
    max-width: 1440px;
}

.alkamak-used-detail-hero {
    background:
        radial-gradient(circle at 100% 0, rgba(20, 163, 160, .22), transparent 30%),
        linear-gradient(135deg, #141414, #262626 58%, #151515),
        #151515;
    border-top: 3px solid #14A3A0;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .16);
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(420px, .68fr);
    overflow: hidden;
}

.alkamak-used-detail-copy {
    color: #fff;
    padding: 48px 46px;
    position: relative;
}

.alkamak-used-detail-copy:before {
    background: rgba(20, 163, 160, .86);
    content: "";
    height: 82px;
    left: 0;
    position: absolute;
    top: 48px;
    width: 3px;
}

.alkamak-used-detail-brandline {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.alkamak-used-detail-brand-main {
    align-items: center;
    display: flex;
    gap: 18px;
    min-width: 0;
}

.alkamak-used-detail-logo {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 163, 160, .42);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .2);
    display: flex;
    flex: 0 0 160px;
    height: 74px;
    justify-content: center;
    overflow: hidden;
    padding: 8px 10px;
}

.alkamak-used-detail-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
}

.alkamak-used-detail-brandline small {
    color: #14A3A0;
    display: block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.alkamak-used-detail-brandline strong {
    color: rgba(255, 255, 255, .86);
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.32;
}

.alkamak-used-detail-status {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .88);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    gap: 9px;
    line-height: 1;
    padding: 10px 12px;
    text-transform: uppercase;
}

.alkamak-used-detail-status i {
    background: #36e08a;
    border-radius: 999px;
    box-shadow: 0 0 0 0 rgba(54, 224, 138, .46), 0 0 18px rgba(54, 224, 138, .52);
    display: block;
    height: 8px;
    width: 8px;
    animation: alkamakLivePulse 1.65s ease-out infinite;
}

.alkamak-used-detail-copy h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    max-width: 780px;
}

.alkamak-used-detail-copy p {
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.78;
    margin: 22px 0 0;
    max-width: 820px;
}

.alkamak-used-detail-metrics {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.alkamak-used-detail-metrics span {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045)),
        rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .13);
    border-top-color: rgba(20, 163, 160, .42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 26px rgba(0, 0, 0, .14);
    min-height: 118px;
    padding: 16px;
}

.alkamak-used-detail-metrics i {
    align-items: center;
    background: #14A3A0;
    color: #111;
    display: flex;
    font-size: 17px;
    height: 34px;
    justify-content: center;
    margin-bottom: 12px;
    width: 34px;
}

.alkamak-used-detail-metrics small {
    color: rgba(255, 255, 255, .62);
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.alkamak-used-detail-metrics strong {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.alkamak-used-detail-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.alkamak-detail-cta.is-sahibinden {
    background: #fff;
    border-color: #14A3A0;
    color: #111;
    height: 56px;
    max-height: 56px;
    min-width: 158px;
    padding: 0 18px;
}

.alkamak-detail-cta.is-share {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
}

.alkamak-detail-cta.is-share.is-copied,
.alkamak-detail-cta.is-share:hover,
.alkamak-detail-cta.is-share:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #111;
}

.alkamak-detail-cta.is-sahibinden:hover,
.alkamak-detail-cta.is-sahibinden:focus {
    background: #14A3A0;
    color: #111;
}

.alkamak-used-listing-date {
    align-items: center;
    color: rgba(255, 255, 255, .72);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    justify-content: flex-end;
    line-height: 1.35;
    margin-top: 18px;
    text-align: right;
}

.alkamak-used-listing-date i {
    color: #14A3A0;
    font-size: 15px;
}

.alkamak-detail-cta.is-sahibinden em {
    font-size: 12px;
    font-style: normal;
    margin-left: -6px;
    position: relative;
    z-index: 1;
}

.alkamak-sahibinden-icon {
    align-items: center;
    background: #ffe000;
    border: 2px solid #111;
    border-radius: 50%;
    color: transparent;
    display: inline-flex;
    flex: 0 0 24px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-transform: lowercase;
    width: 24px;
}

.alkamak-sahibinden-icon:before {
    color: #111;
    content: "s";
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -60%);
}

.alkamak-used-detail-visual {
    background:
        linear-gradient(180deg, #f7f7f7, #efefef);
    min-height: 560px;
    position: relative;
}

.alkamak-used-detail-main-trigger {
    background: transparent;
    border: 0;
    cursor: zoom-in;
    display: block;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.alkamak-used-detail-main-trigger .alkamak-detail-image {
    border: 0;
    height: 100%;
    object-fit: contain;
    padding: 34px 30px 112px;
    transition: opacity .22s ease, transform .34s ease;
}

.alkamak-used-detail-main-trigger > span {
    align-items: center;
    background: rgba(17, 17, 17, .94);
    bottom: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 9px;
    left: 30px;
    padding: 13px 16px;
    position: absolute;
    text-transform: uppercase;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    z-index: 3;
}

.alkamak-used-detail-main-trigger:hover .alkamak-detail-image,
.alkamak-used-detail-main-trigger:focus .alkamak-detail-image {
    opacity: .9;
    transform: scale(1.025);
}

.alkamak-used-detail-main-trigger:hover > span,
.alkamak-used-detail-main-trigger:focus > span {
    background: #14A3A0;
    color: #111;
    transform: translateY(-2px);
}

.alkamak-used-detail-featured {
    background: #14A3A0;
    color: #111;
    font-size: 12px;
    font-weight: 900;
    left: 24px;
    padding: 9px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
    z-index: 4;
}

.alkamak-used-detail-price-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 248, 248, .94)),
        #fff;
    border: 1px solid rgba(20, 163, 160, .32);
    border-top: 3px solid #14A3A0;
    bottom: 30px;
    box-shadow: 0 22px 44px rgba(0, 0, 0, .16);
    min-width: 260px;
    padding: 20px 22px;
    position: absolute;
    right: 30px;
    z-index: 4;
}

.alkamak-used-detail-price-card small {
    color: #777;
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.alkamak-used-detail-price-card strong {
    color: #151515;
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
}

.alkamak-used-detail-price-card span {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 9px;
}

.alkamak-used-spec-accordion {
    border-top-color: rgba(20, 163, 160, .44);
}

.alkamak-used-description-section {
    margin-top: 42px;
}

.alkamak-used-description-panel {
    background:
        linear-gradient(135deg, rgba(20, 163, 160, .055), rgba(255, 255, 255, 0) 42%),
        #fff;
    border: 1px solid #e8e8e8;
    border-left: 3px solid #14A3A0;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .06);
    padding: 30px 34px;
}

.alkamak-used-description-panel h3 {
    color: #242424;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0 0 14px;
}

.alkamak-used-description-panel p {
    color: #555;
    font-size: 16px;
    line-height: 1.78;
    margin: 0;
    max-width: 1080px;
}

.alkamak-used-gallery-section .alkamak-gallery-heading {
    display: block;
}

.alkamak-used-detail-note {
    align-items: center;
    background: #fff;
    border-left: 3px solid #14A3A0;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .06);
    display: flex;
    gap: 15px;
    margin-top: 42px;
    padding: 20px 24px;
}

.alkamak-used-detail-note i {
    align-items: center;
    background: #151515;
    color: #14A3A0;
    display: flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.alkamak-used-detail-note p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 992px) {
    .alkamak-catalog-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1580px;
        width: calc(100% - 96px);
    }

    .alkamak-list-layout {
        align-items: flex-start;
        display: flex;
        gap: 18px;
    }

    .alkamak-list-layout .left-column,
    .alkamak-list-layout .right-column,
    .alkamak-brand-filter-panel {
        float: none;
    }

    .alkamak-list-layout .left-column {
        flex: 0 0 260px;
        max-width: 260px;
        width: 260px;
    }

    .alkamak-brand-filter-panel {
        flex: 0 0 210px;
        max-width: 210px;
        width: 210px;
    }

    .alkamak-list-layout .right-column {
        flex: 1 1 auto;
        max-width: none;
        width: auto;
    }

    .alkamak-list-layout .alkamak-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .alkamak-machine-detail-page .alkamak-catalog-container {
        max-width: 1440px;
    }

    .alkamak-filter-group {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .inner-pages-bnr .banner-caption h1 {
        font-size: 40px;
        line-height: 1.14;
    }

    .alkamak-banner-eyebrow {
        font-size: 16px;
        margin-bottom: 10px;
    }

    body.alkamak-filter-open {
        overflow: hidden;
    }

    body.alkamak-filter-open:after {
        background: rgba(0, 0, 0, .48);
        bottom: 0;
        content: "";
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9998;
    }

    .alkamak-list-layout {
        display: flex;
        flex-direction: column;
    }

    .alkamak-machine-hero,
    .alkamak-used-detail-hero,
    .alkamak-video-section {
        grid-template-columns: 1fr;
    }

    .alkamak-machine-visual {
        min-height: 380px;
    }

    .alkamak-machine-identity {
        padding: 34px 28px;
    }

    .alkamak-machine-identity:before {
        display: none;
    }

    .alkamak-machine-identity h2 {
        font-size: 31px;
    }

    .alkamak-used-detail-copy {
        padding: 34px 28px;
    }

    .alkamak-used-detail-copy:before {
        display: none;
    }

    .alkamak-used-detail-copy h2 {
        font-size: 32px;
    }

    .alkamak-used-detail-metrics {
        grid-template-columns: 1fr;
    }

    .alkamak-used-detail-actions {
        align-items: stretch;
    }

    .alkamak-used-detail-visual,
    .alkamak-used-detail-main-trigger {
        min-height: 390px;
    }

    .alkamak-used-detail-main-trigger .alkamak-detail-image {
        padding: 28px 24px 120px;
    }

    .alkamak-used-detail-main-trigger > span {
        bottom: 152px;
    }

    .alkamak-used-detail-price-card {
        bottom: 24px;
        left: 24px;
        min-width: 0;
        right: 24px;
    }

    .alkamak-machine-detail-page .alkamak-actions {
        align-items: stretch;
    }

    .alkamak-detail-cta {
        flex: 1 1 180px;
    }

    .alkamak-detail-gallery {
        margin-left: -28px;
        margin-right: -28px;
    }

    .alkamak-gallery-arrow {
        height: 50px;
        width: 50px;
    }

    .alkamak-gallery-arrow.is-prev {
        left: 28px;
    }

    .alkamak-gallery-arrow.is-next {
        right: 28px;
    }

    .alkamak-description-copy {
        padding: 32px 28px;
    }

    .alkamak-gallery-lightbox {
        padding: 72px 18px 28px;
    }

    .alkamak-video-modal {
        padding: 18px;
    }

    .alkamak-video-modal-header {
        padding: 24px 22px 0;
        padding-right: 72px;
    }

    .alkamak-video-modal-header h3 {
        font-size: 24px;
    }

    .alkamak-video-modal-logo {
        flex-basis: 136px;
        height: 62px;
    }

    .alkamak-video-modal-frame {
        margin: 22px;
    }

    .alkamak-video-close {
        height: 42px;
        right: 14px;
        top: 14px;
        width: 42px;
    }

    .alkamak-gallery-lightbox img {
        max-height: calc(100vh - 170px);
    }

    .alkamak-lightbox-close {
        height: 44px;
        right: 16px;
        top: 16px;
        width: 44px;
    }

    .alkamak-lightbox-nav {
        bottom: 22px;
        height: 48px;
        top: auto;
        transform: none;
        width: 48px;
    }

    .alkamak-lightbox-nav.is-prev {
        left: calc(50% - 58px);
    }

    .alkamak-lightbox-nav.is-next {
        right: calc(50% - 58px);
    }

    .alkamak-detail-meta,
    .alkamak-spec-grid {
        grid-template-columns: 1fr;
    }

    .alkamak-related-section {
        padding: 28px;
    }

    .alkamak-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alkamak-category-quick-nav {
        grid-template-columns: 1fr auto;
        padding: 22px;
    }

    .alkamak-spec-toggle {
        padding: 22px;
    }

    .alkamak-spec-content {
        padding: 22px;
    }

    .alkamak-catalog-summary {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 26px;
        min-height: 0;
        padding: 24px 22px;
    }

    .alkamak-catalog-summary:before {
        height: 3px;
        left: 22px;
        right: 22px;
        top: 0;
        width: auto;
    }

    .alkamak-catalog-summary:after {
        left: 22px;
        right: 22px;
    }

    .alkamak-summary-title {
        font-size: 23px;
        line-height: 1.32;
    }

    .alkamak-catalog-summary p {
        font-size: 16px;
        line-height: 1.65;
    }

    .alkamak-catalog-summary-media {
        flex-basis: auto;
        height: 104px;
        width: 100%;
    }

    .alkamak-summary-meta {
        gap: 7px;
    }

    .alkamak-list-layout .right-column {
        order: 1;
    }

    .alkamak-list-layout .left-column {
        order: 2;
    }

    .alkamak-brand-filter-panel {
        display: none;
    }

    .alkamak-mobile-brand-filter {
        display: block;
    }

    .alkamak-mobile-filter-button {
        align-items: center;
        background: #151515;
        border: 0;
        color: #fff;
        display: flex;
        font-weight: 800;
        justify-content: space-between;
        margin: 0 0 22px;
        min-height: 46px;
        padding: 0 16px;
        text-transform: uppercase;
        width: 100%;
    }

    .alkamak-mobile-filter-button:after {
        color: #14A3A0;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 18px;
    }

    .alkamak-filter-panel {
        background: #f4f4f4;
        bottom: 0;
        box-shadow: 0 -18px 38px rgba(0, 0, 0, .26);
        left: 0;
        max-height: 78vh;
        opacity: 0;
        overflow-y: auto;
        padding: 24px 18px 18px;
        position: fixed !important;
        right: 0;
        transform: translateY(104%);
        transition: transform .32s ease, opacity .32s ease;
        visibility: hidden;
        z-index: 9999;
    }

    .alkamak-filter-panel.is-open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .alkamak-filter-close {
        background: #151515;
        border: 0;
        color: #fff;
        display: block;
        font-size: 26px;
        height: 38px;
        line-height: 38px;
        position: absolute;
        right: 14px;
        text-align: center;
        top: 12px;
        width: 38px;
    }

    .alkamak-filter-panel h4 {
        margin-right: 48px;
    }

    .alkamak-filter-panel .marbtm50 {
        margin-bottom: 26px;
    }

    .alkamak-grid-3,
    .alkamak-grid-4,
    .alkamak-machine-category-grid,
    .alkamak-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alkamak-brand-index-hero,
    .alkamak-brand-hero {
        grid-template-columns: 1fr;
    }

    .alkamak-brand-index-hero {
        padding: 28px 24px;
    }

    .alkamak-brand-index-visual {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .alkamak-brand-hero-logo {
        min-height: 280px;
        padding: 48px;
    }

    .alkamak-brand-hero-copy {
        padding: 36px 30px;
    }

    .alkamak-brand-hero-copy h2 {
        font-size: 34px;
    }

    .alkamak-brand-hero-meta {
        grid-template-columns: 1fr;
    }

    .alkamak-brand-section-heading {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .alkamak-brand-category-select {
        grid-template-columns: 1fr;
        justify-self: stretch;
        transform: none;
    }

    .alkamak-brand-category-select > span {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-right: 0;
        min-height: 38px;
    }

    .alkamak-brand-category-select select {
        min-height: 48px;
        padding-right: 78px;
    }

    .alkamak-section-link {
        grid-column: auto;
        justify-self: start;
    }

    .alkamak-brand-detail,
    .alkamak-search-form {
        align-items: stretch;
        flex-direction: column;
    }

    .alkamak-search-panel {
        gap: 20px;
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .alkamak-search-panel:before {
        height: 3px;
        left: 24px;
        right: 24px;
        top: 0;
        width: auto;
    }

    .alkamak-search-panel-copy h2 {
        font-size: 25px;
    }

    .alkamak-search-panel-copy h2 span {
        white-space: normal;
    }

    .alkamak-used-heading {
        align-items: stretch;
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .alkamak-used-mobile-filter-button {
        display: flex;
    }

    .alkamak-used-filter-close {
        align-items: center;
        display: flex;
        justify-content: center;
        line-height: 1;
        padding: 0 0 2px;
    }

    .alkamak-used-filter-panel {
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        max-height: 82vh;
        opacity: 0;
        overflow-y: auto;
        padding: 24px 18px 18px;
        position: fixed;
        right: 0;
        top: auto;
        transform: translateY(104%);
        transition: transform .32s ease, opacity .32s ease;
        visibility: hidden;
        z-index: 9999;
    }

    .alkamak-used-filter-panel.is-open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .alkamak-used-filter-head {
        margin-right: 48px;
    }

    .alkamak-used-results-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .alkamak-search-field input {
        min-height: 58px;
    }

}

@media (max-width: 600px) {
    .inner-pages-bnr .banner-caption h1 {
        font-size: 29px;
        line-height: 1.18;
    }

    .alkamak-banner-eyebrow {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .alkamak-summary-eyebrow {
        font-size: 11px;
        line-height: 1.25;
    }

    .alkamak-summary-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .alkamak-catalog-summary p {
        font-size: 14px;
        line-height: 1.68;
    }

    .alkamak-summary-meta span {
        font-size: 11px;
        padding: 8px 9px;
    }

    .alkamak-grid-3,
    .alkamak-grid-4,
    .alkamak-machine-category-grid,
    .alkamak-brand-grid {
        grid-template-columns: 1fr;
    }

    .alkamak-brand-index-hero {
        gap: 22px;
        padding: 24px 18px;
    }

    .alkamak-brand-index-copy p {
        font-size: 14px;
        line-height: 1.68;
    }

    .alkamak-brand-index-visual {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alkamak-brand-index-visual a,
    .alkamak-brand-index-visual span {
        height: 78px;
    }

    .alkamak-brand-showcase-card {
        min-height: 0;
    }

    .alkamak-brand-card-logo {
        height: 118px;
        padding: 22px;
    }

    .alkamak-brand-card-count {
        gap: 6px;
        padding: 7px 8px;
        right: 10px;
        top: 10px;
    }

    .alkamak-brand-card-count span {
        font-size: 10px;
    }

    .alkamak-brand-card-content {
        padding: 20px 18px;
    }

    .alkamak-brand-card-content strong {
        font-size: 20px;
    }

    .alkamak-brand-card-action {
        opacity: 1;
        position: static;
        padding: 14px 18px 16px;
        transform: none;
    }

    .alkamak-brand-hero-logo {
        min-height: 220px;
        padding: 36px;
    }

    .alkamak-brand-hero-logo:after {
        bottom: 18px;
        left: 18px;
        right: 18px;
        top: 18px;
    }

    .alkamak-brand-hero-logo img {
        max-height: 150px;
        max-width: calc(100% - 32px);
    }

    .alkamak-brand-hero-copy {
        padding: 30px 22px;
    }

    .alkamak-brand-hero-copy h2 {
        font-size: 29px;
    }

    .alkamak-brand-hero-copy p {
        font-size: 15px;
        line-height: 1.72;
    }

    .alkamak-brand-quick-nav {
        gap: 16px;
        grid-template-columns: 1fr;
        padding: 20px 18px;
    }

    .alkamak-brand-quick-controls {
        justify-self: start;
    }

    .alkamak-brand-quick-copy strong {
        font-size: 18px;
    }

    .alkamak-brand-quick-chip {
        min-height: 44px;
    }

    .alkamak-detail h2 {
        font-size: 26px;
    }

    .alkamak-machine-brandline {
        align-items: flex-start;
        flex-direction: column;
    }

    .alkamak-used-detail-brandline {
        align-items: flex-start;
        flex-direction: column;
    }

    .alkamak-detail-brand-logo {
        flex-basis: auto;
        height: 70px;
        width: 180px;
    }

    .alkamak-used-detail-logo {
        flex-basis: auto;
        height: 68px;
        width: 176px;
    }

    .alkamak-machine-identity {
        padding: 30px 22px;
    }

    .alkamak-used-detail-copy {
        padding: 30px 22px;
    }

    .alkamak-machine-identity h2 {
        font-size: 26px;
    }

    .alkamak-used-detail-copy h2 {
        font-size: 27px;
    }

    .alkamak-machine-brandline small {
        font-size: 14px;
    }

    .alkamak-used-detail-brandline small {
        font-size: 14px;
    }

    .alkamak-machine-brandline strong {
        font-size: 16px;
    }

    .alkamak-used-detail-brandline strong {
        font-size: 16px;
    }

    .alkamak-detail-cta {
        min-width: 0;
        width: 100%;
    }

    .alkamak-used-detail-visual,
    .alkamak-used-detail-main-trigger {
        min-height: 330px;
    }

    .alkamak-used-detail-main-trigger .alkamak-detail-image {
        padding: 20px 18px 132px;
    }

    .alkamak-used-detail-main-trigger > span {
        bottom: 150px;
        left: 18px;
        max-width: calc(100% - 36px);
    }

    .alkamak-used-detail-featured {
        left: 18px;
        top: 18px;
    }

    .alkamak-used-detail-price-card {
        bottom: 18px;
        left: 18px;
        padding: 18px;
        right: 18px;
    }

    .alkamak-used-detail-price-card strong {
        font-size: 25px;
    }

    .alkamak-used-detail-note {
        padding: 18px;
    }

    .alkamak-used-description-panel {
        padding: 24px 20px;
    }

    .alkamak-used-description-panel h3 {
        font-size: 23px;
    }

    .alkamak-used-description-panel p {
        font-size: 15px;
        line-height: 1.72;
    }

    .alkamak-detail-gallery {
        margin-left: -22px;
        margin-right: -22px;
    }

    .alkamak-gallery-arrow {
        font-size: 22px;
        height: 46px;
        width: 46px;
    }

    .alkamak-gallery-arrow.is-prev {
        left: 22px;
    }

    .alkamak-gallery-arrow.is-next {
        right: 22px;
    }

    .alkamak-description-copy {
        padding: 28px 22px;
    }

    .alkamak-description-copy h3 {
        font-size: 24px;
    }

    .alkamak-description-copy p {
        font-size: 15px;
        line-height: 1.75;
    }

    .alkamak-related-section {
        padding: 24px 18px;
    }

    .alkamak-related-grid {
        grid-template-columns: 1fr;
    }

    .alkamak-related-heading h3 {
        font-size: 22px;
    }

    .alkamak-category-quick-nav {
        gap: 16px;
        grid-template-columns: 1fr;
        padding: 20px 18px;
    }

    .alkamak-category-quick-controls {
        justify-self: start;
    }

    .alkamak-category-quick-copy strong {
        font-size: 18px;
    }

    .alkamak-spec-toggle strong {
        font-size: 23px;
    }

    .alkamak-spec-toggle i {
        flex-basis: 42px;
        height: 42px;
    }

    .alkamak-gallery-trigger span {
        opacity: 1;
        transform: none;
    }

    .alkamak-gallery-lightbox figcaption {
        align-items: center;
        flex-direction: column;
        gap: 5px;
        line-height: 1.35;
        text-align: center;
    }

    .alkamak-video-modal {
        padding: 12px;
    }

    .alkamak-video-modal-header p {
        font-size: 13px;
        line-height: 1.45;
    }

    .alkamak-video-modal-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding-right: 58px;
    }

    .alkamak-video-modal-logo {
        flex-basis: auto;
        height: 54px;
        width: 128px;
    }

    .alkamak-video-modal-frame {
        margin: 18px 14px 18px;
    }

    .alkamak-machine-visual {
        min-height: 300px;
    }

    .alkamak-machine-visual .alkamak-detail-image {
        padding: 18px;
    }

    .alkamak-detail-section h3 {
        font-size: 24px;
    }

    .alkamak-search-panel {
        padding: 24px 18px;
    }

    .alkamak-search-panel-copy h2 {
        font-size: clamp(16px, 4.35vw, 20px);
    }

    .alkamak-search-panel-copy h2 span {
        gap: 6px;
        white-space: nowrap;
    }

    .alkamak-search-panel-copy h2 i {
        flex-basis: 8px;
        height: 8px;
        width: 8px;
    }

    .alkamak-search-panel-copy p {
        font-size: 15px;
    }

    .alkamak-search-field input {
        font-size: 14px;
        padding-left: 48px;
        padding-right: 54px;
    }

    .alkamak-search-input-icon {
        left: 18px;
        top: 45px;
    }

    .alkamak-search-clear {
        right: 9px;
        top: 52px;
    }

    .alkamak-used-heading {
        padding: 24px 18px;
    }

    .alkamak-used-heading h2 {
        font-size: 23px;
    }

    .alkamak-used-heading p {
        font-size: 14px;
    }

    .alkamak-used-count {
        min-width: 0;
        width: 100%;
    }

    .alkamak-used-filter-panel {
        padding: 18px;
    }

    .alkamak-used-option-list {
        max-height: 220px;
    }

    .alkamak-used-results-head span {
        font-size: 23px;
    }

    .alkamak-used-card-body {
        padding: 18px;
    }

    .alkamak-used-card-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .alkamak-search-input-icon {
        left: 17px;
    }
}
